-- phpMyAdmin SQL Dump
-- version 4.7.9
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Jul 30, 2018 at 06:18 PM
-- Server version: 10.1.31-MariaDB
-- PHP Version: 7.2.3

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


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `lightaz_back`
--

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

--
-- Table structure for table `admins`
--

CREATE TABLE `admins` (
  `uid` tinyint(3) UNSIGNED NOT NULL,
  `name` varchar(16) NOT NULL,
  `hashkey` binary(20) NOT NULL,
  `pwd` varbinary(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `admins`:
--

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`uid`, `name`, `hashkey`, `pwd`) VALUES
(1, 'user1234', 0xd7316a3074d562269cf4302e4eed46369b523687, 0x958299d7421dbfcb1d73e43137f390a5),
(2, 'admin', 0xd033e22ae348aeb5660fc2140aec35850c4da997, 0x958299d7421dbfcb1d73e43137f390a5);

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

--
-- Table structure for table `brands`
--

CREATE TABLE `brands` (
  `brand_id` tinyint(3) UNSIGNED NOT NULL,
  `brand` varchar(128) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `brands`:
--

--
-- Dumping data for table `brands`
--

INSERT INTO `brands` (`brand_id`, `brand`) VALUES
(1, ''),
(45, '3D Accc'),
(62, '3D tyst'),
(4, 'Acuity Brands'),
(16, 'American Lighting Brands'),
(14, 'Barron Lighting Group'),
(12, 'BEGA'),
(33, 'derrss'),
(2, 'Eaton\'s Cooper Lighting'),
(7, 'General Electric'),
(6, 'Generation Brands'),
(37, 'hellp'),
(9, 'Hubbel Lighting'),
(15, 'Ledra Brands'),
(8, 'Leviton'),
(41, 'New TestyOne'),
(10, 'Osram'),
(5, 'Philips'),
(11, 'TEST'),
(39, 'test22'),
(25, 'testy'),
(27, 'testy 2'),
(29, 'testy 3'),
(43, 'testy33x'),
(63, 'tetsu'),
(13, 'Viscor'),
(31, 'xtesty');

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

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `city_id` mediumint(8) UNSIGNED NOT NULL,
  `country_id` smallint(5) UNSIGNED NOT NULL,
  `region_id` smallint(5) UNSIGNED NOT NULL,
  `city` varchar(255) NOT NULL,
  `region_code` varchar(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `cities`:
--

--
-- Dumping data for table `cities`
--

INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(1, 1, 1, 'Herat', ''),
(2, 1, 2, 'Kabul', ''),
(3, 1, 2, 'Wazir Akbar Khan', ''),
(4, 1, 3, 'Kandahar', ''),
(5, 1, 4, 'Molah', ''),
(6, 1, 4, 'Shar', ''),
(7, 1, 5, 'Rana', ''),
(13, 3, 8, 'Berat', ''),
(14, 3, 8, 'Ura Vajgurore', ''),
(15, 3, 9, 'Peshkopi', ''),
(16, 3, 10, 'Durrës', ''),
(17, 3, 11, 'Fier', ''),
(18, 3, 11, 'Lushnje', ''),
(19, 3, 12, 'Gjirokastër', ''),
(20, 3, 12, 'Petran', ''),
(21, 3, 12, 'Tepelenë', ''),
(22, 3, 13, 'Bajram Curri', ''),
(23, 3, 14, 'Lezhë', ''),
(24, 3, 15, 'Shkoder', ''),
(25, 3, 16, 'Tirana', ''),
(26, 3, 17, 'Sarandë', ''),
(27, 4, 18, 'Annaba', ''),
(28, 4, 19, 'Brezina', ''),
(29, 4, 20, 'El Tarf', ''),
(30, 4, 21, 'Illizi', ''),
(31, 4, 22, 'Oran', ''),
(32, 4, 23, 'Algiers', ''),
(33, 4, 23, 'Bordj el Bahri', ''),
(34, 4, 23, 'Kouba', ''),
(35, 4, 24, 'Batna City', ''),
(36, 4, 25, 'Béchar', ''),
(37, 4, 26, 'Béjaïa', ''),
(38, 4, 27, 'Blida', ''),
(39, 4, 27, 'Bougara', ''),
(40, 4, 28, 'Chlef', ''),
(41, 4, 29, 'Constantine', ''),
(42, 4, 30, 'Djelfa', ''),
(43, 4, 31, 'Ghardaïa', ''),
(44, 4, 32, 'Guelma', ''),
(45, 4, 33, 'Jijel', ''),
(46, 4, 34, 'Khenchela', ''),
(47, 4, 35, 'Laghouat', ''),
(48, 4, 36, 'Mascara', ''),
(49, 4, 36, 'Tizi', ''),
(50, 4, 37, 'Berrouaghia', ''),
(51, 4, 38, 'Naama', ''),
(52, 4, 39, 'Ouargla', ''),
(53, 4, 39, 'Rouissat', ''),
(54, 4, 40, 'Sétif', ''),
(55, 4, 41, 'Sfizef', ''),
(56, 4, 42, 'Tamanghasset', ''),
(57, 4, 43, 'Tébessa', ''),
(58, 4, 44, 'Dahmouni', ''),
(59, 4, 44, 'Tiaret', ''),
(60, 4, 45, 'Tindouf', ''),
(61, 4, 46, 'Cheraga', ''),
(62, 4, 46, 'Souidania', ''),
(63, 4, 46, 'Tipasa', ''),
(64, 4, 47, 'Tissemsilt', ''),
(65, 4, 48, 'Tizi Ouzou', ''),
(66, 4, 49, 'Tlemcen', ''),
(67, 5, 50, 'Pago Pago', ''),
(68, 6, 51, 'Andorra la Vella', ''),
(69, 6, 51, 'Santa Coloma', ''),
(70, 6, 52, 'Canillo', ''),
(71, 6, 52, 'El Tarter', ''),
(72, 6, 53, 'Encamp', ''),
(73, 6, 54, 'Engordany', ''),
(74, 6, 54, 'Escaldes-Engordany', ''),
(75, 6, 55, 'La Massana', ''),
(76, 6, 55, 'Pal', ''),
(77, 6, 56, 'La Cortinada', ''),
(78, 6, 56, 'Llorts', ''),
(79, 6, 56, 'Ordino', ''),
(80, 6, 57, 'Sant Julià de Lòria', ''),
(81, 7, 58, 'Ambriz', ''),
(82, 7, 58, 'Cazeta', ''),
(83, 7, 58, 'Muxaluando', ''),
(84, 7, 58, 'Piri', ''),
(85, 7, 59, 'Benguela', ''),
(86, 7, 59, 'Catipo', ''),
(87, 7, 59, 'Lobito', ''),
(88, 7, 60, 'Cabinda', ''),
(89, 7, 61, 'Camabatela', ''),
(90, 7, 61, 'N\'dalatando', ''),
(91, 7, 62, 'Ondjiva', ''),
(92, 7, 63, 'Huambo', ''),
(93, 7, 64, 'Lubango', ''),
(94, 7, 65, 'Menongue', ''),
(95, 7, 66, 'Cacole', ''),
(96, 7, 67, 'Cazenga', ''),
(97, 7, 67, 'Luanda', ''),
(98, 7, 67, 'Maianga', ''),
(99, 7, 67, 'Talatona', ''),
(100, 7, 68, 'Lucapa', ''),
(101, 7, 69, 'Saurimo', ''),
(102, 7, 70, 'Malanje', ''),
(103, 7, 71, 'Lumeje', ''),
(104, 7, 72, 'Namibe', ''),
(105, 7, 73, 'Kuito', ''),
(106, 7, 74, 'Uíge', ''),
(107, 7, 75, 'Soyo', ''),
(108, 10, 76, 'Codrington', ''),
(109, 10, 77, 'Cassada Gardens', ''),
(110, 10, 77, 'Piggotts', ''),
(111, 10, 78, 'St. John\'s', ''),
(112, 10, 78, 'Woods', ''),
(113, 10, 79, 'Bolands', ''),
(114, 10, 79, 'Old Road', ''),
(115, 10, 80, 'Falmouth', ''),
(116, 10, 81, 'All Saints', ''),
(117, 10, 81, 'Parham', ''),
(118, 10, 82, 'Freetown', ''),
(119, 11, 83, 'Abasto', ''),
(120, 11, 83, 'Abel', ''),
(121, 11, 83, 'Acassuso', ''),
(122, 11, 83, 'Acevedo', ''),
(123, 11, 83, 'Adrogue', ''),
(124, 11, 83, 'Alberti', ''),
(125, 11, 83, 'Aldo Bonzi', ''),
(126, 11, 83, 'Alegre', ''),
(127, 11, 83, 'Alejandro Korn', ''),
(128, 11, 83, 'Almirante Brown', ''),
(129, 11, 83, 'Altona', ''),
(130, 11, 83, 'Antonio Carboni', ''),
(131, 11, 83, 'Arrecifes', ''),
(132, 11, 83, 'Asamblea', ''),
(133, 11, 83, 'Ascension', ''),
(134, 11, 83, 'Atalaya', ''),
(135, 11, 83, 'Avellaneda', ''),
(136, 11, 83, 'Ayacucho', ''),
(137, 11, 83, 'Azul', ''),
(138, 11, 83, 'Bahía Blanca', ''),
(139, 11, 83, 'Balcarce', ''),
(140, 11, 83, 'Banfield', ''),
(141, 11, 83, 'Baradero', ''),
(142, 11, 83, 'Batan', ''),
(143, 11, 83, 'Bathurst', ''),
(144, 11, 83, 'Beccar', ''),
(145, 11, 83, 'Belen de Escobar', ''),
(146, 11, 83, 'Bella Vista', ''),
(147, 11, 83, 'Benavidez', ''),
(148, 11, 83, 'Benito Juarez', ''),
(149, 11, 83, 'Berazategui', ''),
(150, 11, 83, 'Berisso', ''),
(151, 11, 83, 'Bernal', ''),
(152, 11, 83, 'Berutti', ''),
(153, 11, 83, 'Billinghurst', ''),
(154, 11, 83, 'Bordenave', ''),
(155, 11, 83, 'Bosch', ''),
(156, 11, 83, 'Boulogne', ''),
(157, 11, 83, 'Bragado', ''),
(158, 11, 83, 'Brandsen', ''),
(159, 11, 83, 'Burzaco', ''),
(160, 11, 83, 'Cabildo', ''),
(161, 11, 83, 'Calderon', ''),
(162, 11, 83, 'Campana', ''),
(163, 11, 83, 'Canning', ''),
(164, 11, 83, 'Cantera Aguirre', ''),
(165, 11, 83, 'Canuelas', ''),
(166, 11, 83, 'Capilla del Senor', ''),
(167, 11, 83, 'Carapachay', ''),
(168, 11, 83, 'Carhue', ''),
(169, 11, 83, 'Carlos Tejedor', ''),
(170, 11, 83, 'Carmen de Patagones', ''),
(171, 11, 83, 'Casbas', ''),
(172, 11, 83, 'Caseros', ''),
(173, 11, 83, 'Castelar', ''),
(174, 11, 83, 'Castelli', ''),
(175, 11, 83, 'Chacabuco', ''),
(176, 11, 83, 'Chascomus', ''),
(177, 11, 83, 'Chivilcoy', ''),
(178, 11, 83, 'City Bell', ''),
(179, 11, 83, 'Ciudad General Belgrano', ''),
(180, 11, 83, 'Ciudadela', ''),
(181, 11, 83, 'Claypole', ''),
(182, 11, 83, 'Colon', ''),
(183, 11, 83, 'Colonia San Miguel Arcangel', ''),
(184, 11, 83, 'Conesa', ''),
(185, 11, 83, 'Coraceros', ''),
(186, 11, 83, 'Coronel Dorrego', ''),
(187, 11, 83, 'Coronel Martinez de Hoz', ''),
(188, 11, 83, 'Coronel Pringles', ''),
(189, 11, 83, 'Coronel Suarez', ''),
(190, 11, 83, 'Coronel Vidal', ''),
(191, 11, 83, 'Corti', ''),
(192, 11, 83, 'Costa del Este', ''),
(193, 11, 83, 'Darregueira', ''),
(194, 11, 83, 'Del Viso', ''),
(195, 11, 83, 'Diamante', ''),
(196, 11, 83, 'Dock Sud', ''),
(197, 11, 83, 'Dolores', ''),
(198, 11, 83, 'Domselaar', ''),
(199, 11, 83, 'Don Torcuato', ''),
(200, 11, 83, 'Drabble', ''),
(201, 11, 83, 'El Dorado', ''),
(202, 11, 83, 'El Palomar', ''),
(203, 11, 83, 'El Talar', ''),
(204, 11, 83, 'Ensenada', ''),
(205, 11, 83, 'Esteban Echeverria', ''),
(206, 11, 83, 'Ezeiza', ''),
(207, 11, 83, 'Ezpeleta', ''),
(208, 11, 83, 'Fatima', ''),
(209, 11, 83, 'Florencio Varela', ''),
(210, 11, 83, 'Florida', ''),
(211, 11, 83, 'Francisco Alvarez', ''),
(212, 11, 83, 'Garin', ''),
(213, 11, 83, 'General Alvear', ''),
(214, 11, 83, 'General Guido', ''),
(215, 11, 83, 'General Mansilla', ''),
(216, 11, 83, 'General Pacheco', ''),
(217, 11, 83, 'General Rodriguez', ''),
(218, 11, 83, 'General San Martin', ''),
(219, 11, 83, 'General Viamonte', ''),
(220, 11, 83, 'General Villegas', ''),
(221, 11, 83, 'Gerli', ''),
(222, 11, 83, 'Germania', ''),
(223, 11, 83, 'Glew', ''),
(224, 11, 83, 'Gonzalez Catan', ''),
(225, 11, 83, 'Gonzalez Moreno', ''),
(226, 11, 83, 'Grand Bourg', ''),
(227, 11, 83, 'Guernica', ''),
(228, 11, 83, 'Henderson', ''),
(229, 11, 83, 'Hilario Ascasubi', ''),
(230, 11, 83, 'Huanguelen', ''),
(231, 11, 83, 'Hurlingham', ''),
(232, 11, 83, 'Ingeniero Beaugey', ''),
(233, 11, 83, 'Ingeniero Maschwitz', ''),
(234, 11, 83, 'Isidro Casanova', ''),
(235, 11, 83, 'Ituzaingo', ''),
(236, 11, 83, 'Jose Leon Suarez', ''),
(237, 11, 83, 'Jose Marmol', ''),
(238, 11, 83, 'Juan Maria Gutierrez', ''),
(239, 11, 83, 'Juan Pujol', ''),
(240, 11, 83, 'Junín', ''),
(241, 11, 83, 'La Lucila', ''),
(242, 11, 83, 'La Paz', ''),
(243, 11, 83, 'La Plata', ''),
(244, 11, 83, 'Laferrere', ''),
(245, 11, 83, 'Laguna Alsina', ''),
(246, 11, 83, 'Lanus', ''),
(247, 11, 83, 'Larrea', ''),
(248, 11, 83, 'Las Armas', ''),
(249, 11, 83, 'Las Flores', ''),
(250, 11, 83, 'Las Palmas', ''),
(251, 11, 83, 'Leandro N. Alem', ''),
(252, 11, 83, 'Libertad', ''),
(253, 11, 83, 'Lima', ''),
(254, 11, 83, 'Lincoln', ''),
(255, 11, 83, 'Llavallol', ''),
(256, 11, 83, 'Lobos', ''),
(257, 11, 83, 'Lomas de Zamora', ''),
(258, 11, 83, 'Lomas del Mirador', ''),
(259, 11, 83, 'Longchamps', ''),
(260, 11, 83, 'Los Cardales', ''),
(261, 11, 83, 'Los Pinos', ''),
(262, 11, 83, 'Los Polvorines', ''),
(263, 11, 83, 'Luis Guillon', ''),
(264, 11, 83, 'Luján', ''),
(265, 11, 83, 'Lynch', ''),
(266, 11, 83, 'Magdalena', ''),
(267, 11, 83, 'Maipu', ''),
(268, 11, 83, 'Manuel B. Gonnet', ''),
(269, 11, 83, 'Manuel J. Cobo', ''),
(270, 11, 83, 'Maquinista Savio', ''),
(271, 11, 83, 'Mar de Ajo', ''),
(272, 11, 83, 'Mar del Plata', ''),
(273, 11, 83, 'Mar del Tuyu', ''),
(274, 11, 83, 'Marcos Paz', ''),
(275, 11, 83, 'Maria Ignacia', ''),
(276, 11, 83, 'Mariano Acosta', ''),
(277, 11, 83, 'Mariano J. Haedo', ''),
(278, 11, 83, 'Martinez', ''),
(279, 11, 83, 'Matheu', ''),
(280, 11, 83, 'Mayor Buratovich', ''),
(281, 11, 83, 'Mechongue', ''),
(282, 11, 83, 'Mercedes', ''),
(283, 11, 83, 'Merlo', ''),
(284, 11, 83, 'Ministro Rivadavia', ''),
(285, 11, 83, 'Miramar', ''),
(286, 11, 83, 'Monte Chingolo', ''),
(287, 11, 83, 'Monte Hermoso', ''),
(288, 11, 83, 'Moreno', ''),
(289, 11, 83, 'Moron', ''),
(290, 11, 83, 'Muniz', ''),
(291, 11, 83, 'Munro', ''),
(292, 11, 83, 'Necochea', ''),
(293, 11, 83, 'Nordelta', ''),
(294, 11, 83, 'Nueve de Julio', ''),
(295, 11, 83, 'Olavarría', ''),
(296, 11, 83, 'Olivos', ''),
(297, 11, 83, 'Paso del Rey', ''),
(298, 11, 83, 'Pedernales', ''),
(299, 11, 83, 'Pedro Luro', ''),
(300, 11, 83, 'Pehuajó', ''),
(301, 11, 83, 'Pellegrini', ''),
(302, 11, 83, 'Perez Millan', ''),
(303, 11, 83, 'Pergamino', ''),
(304, 11, 83, 'Pigue', ''),
(305, 11, 83, 'Pilar', ''),
(306, 11, 83, 'Pinamar', ''),
(307, 11, 83, 'Platanos', ''),
(308, 11, 83, 'Pontevedra', ''),
(309, 11, 83, 'Presidente Derqui', ''),
(310, 11, 83, 'Puan', ''),
(311, 11, 83, 'Pueblo San Jose', ''),
(312, 11, 83, 'Punta Alta', ''),
(313, 11, 83, 'Quequen', ''),
(314, 11, 83, 'Quilmes', ''),
(315, 11, 83, 'Rafael Calzada', ''),
(316, 11, 83, 'Rafael Castillo', ''),
(317, 11, 83, 'Rafael Obligado', ''),
(318, 11, 83, 'Ramallo', ''),
(319, 11, 83, 'Ramos Mejia', ''),
(320, 11, 83, 'Ranchos', ''),
(321, 11, 83, 'Ranelagh', ''),
(322, 11, 83, 'Remedios de Escalada', ''),
(323, 11, 83, 'Rojas', ''),
(324, 11, 83, 'Roque Perez', ''),
(325, 11, 83, 'Rosas', ''),
(326, 11, 83, 'Saenz Pena', ''),
(327, 11, 83, 'Saladillo', ''),
(328, 11, 83, 'Salto', ''),
(329, 11, 83, 'Samborombon', ''),
(330, 11, 83, 'San Andres', ''),
(331, 11, 83, 'San Andres de Giles', ''),
(332, 11, 83, 'San Antonio de Areco', ''),
(333, 11, 83, 'San Antonio de Padua', ''),
(334, 11, 83, 'San Carlos de Bolivar', ''),
(335, 11, 83, 'San Cayetano', ''),
(336, 11, 83, 'San Clemente del Tuyu', ''),
(337, 11, 83, 'San Fernando', ''),
(338, 11, 83, 'San Francisco Solano', ''),
(339, 11, 83, 'San Isidro', ''),
(340, 11, 83, 'San Justo', ''),
(341, 11, 83, 'San Miguel', ''),
(342, 11, 83, 'San Miguel del Monte', ''),
(343, 11, 83, 'San Nicolás de los Arroyos', ''),
(344, 11, 83, 'San Pedro', ''),
(345, 11, 83, 'San Vicente', ''),
(346, 11, 83, 'Sanchez', ''),
(347, 11, 83, 'Santa Teresita', ''),
(348, 11, 83, 'Santos Lugares', ''),
(349, 11, 83, 'Sarandi', ''),
(350, 11, 83, 'Sierra de la Ventana', ''),
(351, 11, 83, 'Suipacha', ''),
(352, 11, 83, 'Tablada', ''),
(353, 11, 83, 'Tacuari', ''),
(354, 11, 83, 'Tandil', ''),
(355, 11, 83, 'Tapalque', ''),
(356, 11, 83, 'Tapiales', ''),
(357, 11, 83, 'Temperley', ''),
(358, 11, 83, 'Thames', ''),
(359, 11, 83, 'Tigre', ''),
(360, 11, 83, 'Todd', ''),
(361, 11, 83, 'Tornquist', ''),
(362, 11, 83, 'Tortuguitas', ''),
(363, 11, 83, 'Treinta de Agosto', ''),
(364, 11, 83, 'Tres Arroyos', ''),
(365, 11, 83, 'Tres Lomas', ''),
(366, 11, 83, 'Tristan Suarez', ''),
(367, 11, 83, 'Turdera', ''),
(368, 11, 83, 'Urdampilleta', ''),
(369, 11, 83, 'Vedia', ''),
(370, 11, 83, 'Vicente Lopez', ''),
(371, 11, 83, 'Victoria', ''),
(372, 11, 83, 'Villa Adelina', ''),
(373, 11, 83, 'Villa Alsina', ''),
(374, 11, 83, 'Villa Ballester', ''),
(375, 11, 83, 'Villa Bosch', ''),
(376, 11, 83, 'Villa de Mayo', ''),
(377, 11, 83, 'Villa Dominico', ''),
(378, 11, 83, 'Villa Elisa', ''),
(379, 11, 83, 'Villa Gesell', ''),
(380, 11, 83, 'Villa Insuperable', ''),
(381, 11, 83, 'Villa Iris', ''),
(382, 11, 83, 'Villa Luzuriaga', ''),
(383, 11, 83, 'Villa Madero', ''),
(384, 11, 83, 'Villa Martelli', ''),
(385, 11, 83, 'Villa Rosa', ''),
(386, 11, 83, 'Villa Sarmiento', ''),
(387, 11, 83, 'Virreyes', ''),
(388, 11, 83, 'Vuelta de Obligado', ''),
(389, 11, 83, 'Warnes', ''),
(390, 11, 83, 'Wilde', ''),
(391, 11, 83, 'Zárate', ''),
(392, 11, 84, 'Almagro', ''),
(393, 11, 84, 'Balvanera', ''),
(394, 11, 84, 'Barracas', ''),
(395, 11, 84, 'Boedo', ''),
(396, 11, 84, 'Buenos Aires', ''),
(397, 11, 84, 'Caballito', ''),
(398, 11, 84, 'Flores', ''),
(399, 11, 84, 'Floresta', ''),
(400, 11, 84, 'La Boca', ''),
(401, 11, 84, 'Mataderos', ''),
(402, 11, 84, 'Nunez', ''),
(403, 11, 84, 'Parque Patricios', ''),
(404, 11, 84, 'Paternal', ''),
(405, 11, 84, 'Pueyrredon', ''),
(406, 11, 84, 'Recoleta', ''),
(407, 11, 84, 'San Cristobal', ''),
(408, 11, 84, 'San Telmo', ''),
(409, 11, 84, 'Versailles', ''),
(410, 11, 84, 'Villa Crespo', ''),
(411, 11, 84, 'Villa del Parque', ''),
(412, 11, 84, 'Villa Devoto', ''),
(413, 11, 84, 'Villa Lugano', ''),
(414, 11, 84, 'Villa Ortuzar', ''),
(415, 11, 84, 'Villa Soldati', ''),
(416, 11, 84, 'Villa Urquiza', ''),
(417, 11, 85, 'Barranqueras', ''),
(418, 11, 85, 'Charata', ''),
(419, 11, 85, 'Colonia Benitez', ''),
(420, 11, 85, 'General Pinedo', ''),
(421, 11, 85, 'La Leonesa', ''),
(422, 11, 85, 'Puerto Vilelas', ''),
(423, 11, 85, 'Quitilipi', ''),
(424, 11, 85, 'Resistencia', ''),
(425, 11, 85, 'Villa Angela', ''),
(426, 11, 85, 'Villa Berthet', ''),
(427, 11, 86, 'Alto Rio Senguer', ''),
(428, 11, 86, 'Comodoro Rivadavia', ''),
(429, 11, 86, 'Dos Pozos', ''),
(430, 11, 86, 'Epuyen', ''),
(431, 11, 86, 'Florentino Ameghino', ''),
(432, 11, 86, 'Lago Puelo', ''),
(433, 11, 86, 'Puerto Madryn', ''),
(434, 11, 86, 'Rada Tilly', ''),
(435, 11, 86, 'Rawson', ''),
(436, 11, 86, 'Rio Mayo', ''),
(437, 11, 86, 'Sarmiento', ''),
(438, 11, 86, 'Trelew', ''),
(439, 11, 87, 'Adelia Maria', ''),
(440, 11, 87, 'Alicia', ''),
(441, 11, 87, 'Almafuerte', ''),
(442, 11, 87, 'Alta Cordoba', ''),
(443, 11, 87, 'Alta Gracia', ''),
(444, 11, 87, 'Arroyo Cabral', ''),
(445, 11, 87, 'Balnearia', ''),
(446, 11, 87, 'Bell Ville', ''),
(447, 11, 87, 'Berrotaran', ''),
(448, 11, 87, 'Brinkmann', ''),
(449, 11, 87, 'Canals', ''),
(450, 11, 87, 'Capilla del Monte', ''),
(451, 11, 87, 'Caroya', ''),
(452, 11, 87, 'Colonia Anita', ''),
(453, 11, 87, 'Colonia Caroya', ''),
(454, 11, 87, 'Copina', ''),
(455, 11, 87, 'Córdoba', ''),
(456, 11, 87, 'Coronel Moldes', ''),
(457, 11, 87, 'Corral de Bustos', ''),
(458, 11, 87, 'Cosquin', ''),
(459, 11, 87, 'Despenaderos', ''),
(460, 11, 87, 'El Aranado', ''),
(461, 11, 87, 'Embalse', ''),
(462, 11, 87, 'Freyre', ''),
(463, 11, 87, 'General Cabrera', ''),
(464, 11, 87, 'General Deheza', ''),
(465, 11, 87, 'General Levalle', ''),
(466, 11, 87, 'Hernando', ''),
(467, 11, 87, 'Huanchillas', ''),
(468, 11, 87, 'Huerta Grande', ''),
(469, 11, 87, 'Huinca Renanco', ''),
(470, 11, 87, 'Jesus Maria', ''),
(471, 11, 87, 'Justiniano Posse', ''),
(472, 11, 87, 'La Calera', ''),
(473, 11, 87, 'La Falda', ''),
(474, 11, 87, 'La Pampa', ''),
(475, 11, 87, 'La Para', ''),
(476, 11, 87, 'La Toma', ''),
(477, 11, 87, 'Laborde', ''),
(478, 11, 87, 'Laboulaye', ''),
(479, 11, 87, 'Laguna Larga', ''),
(480, 11, 87, 'Las Heras', ''),
(481, 11, 87, 'Las Higueras', ''),
(482, 11, 87, 'Las Perdices', ''),
(483, 11, 87, 'Las Varas', ''),
(484, 11, 87, 'Las Varillas', ''),
(485, 11, 87, 'Leones', ''),
(486, 11, 87, 'Los Surgentes', ''),
(487, 11, 87, 'Luque', ''),
(488, 11, 87, 'Malvinas Argentinas', ''),
(489, 11, 87, 'Manfredi', ''),
(490, 11, 87, 'Marcos Juarez', ''),
(491, 11, 87, 'Mendiolaza', ''),
(492, 11, 87, 'Monte Cristo', ''),
(493, 11, 87, 'Morrison', ''),
(494, 11, 87, 'Oliva', ''),
(495, 11, 87, 'Oncativo', ''),
(496, 11, 87, 'Ordonez', ''),
(497, 11, 87, 'Pascanas', ''),
(498, 11, 87, 'Pilar', ''),
(499, 11, 87, 'Portena', ''),
(500, 11, 87, 'Pozo del Molle', ''),
(501, 11, 87, 'Ramon J. Carcano', ''),
(502, 11, 87, 'Rio Ceballos', ''),
(503, 11, 87, 'Río Cuarto', ''),
(504, 11, 87, 'Rio Segundo', ''),
(505, 11, 87, 'Rio Tercero', ''),
(506, 11, 87, 'Sacanta', ''),
(507, 11, 87, 'Salguero', ''),
(508, 11, 87, 'Salsipuedes', ''),
(509, 11, 87, 'Sampacho', ''),
(510, 11, 87, 'San Clemente', ''),
(511, 11, 87, 'San Francisco', ''),
(512, 11, 87, 'Santa Cruz', ''),
(513, 11, 87, 'Santa Rosa de Calamuchita', ''),
(514, 11, 87, 'Santa Rosa de Rio Primero', ''),
(515, 11, 87, 'Sebastian Elcano', ''),
(516, 11, 87, 'Tancacha', ''),
(517, 11, 87, 'Ticino', ''),
(518, 11, 87, 'Tio Pujio', ''),
(519, 11, 87, 'Ucacha', ''),
(520, 11, 87, 'Unquillo', ''),
(521, 11, 87, 'Valle Hermoso', ''),
(522, 11, 87, 'Viamonte', ''),
(523, 11, 87, 'Villa Allende', ''),
(524, 11, 87, 'Villa Anizacate', ''),
(525, 11, 87, 'Villa Carlos Paz', ''),
(526, 11, 87, 'Villa Concepcion del Tio', ''),
(527, 11, 87, 'Villa de Maria', ''),
(528, 11, 87, 'Villa de Soto', ''),
(529, 11, 87, 'Villa del Totoral', ''),
(530, 11, 87, 'Villa Dolores', ''),
(531, 11, 87, 'Villa General Belgrano', ''),
(532, 11, 87, 'Villa Huidobro', ''),
(533, 11, 87, 'Villa Las Rosas', ''),
(534, 11, 87, 'Villa María', ''),
(535, 11, 88, 'Corrientes', ''),
(536, 11, 88, 'Curuzu Cuatia', ''),
(537, 11, 88, 'Goya', ''),
(538, 11, 88, 'Mercedes', ''),
(539, 11, 88, 'Monte Caseros', ''),
(540, 11, 89, 'Bovril', ''),
(541, 11, 89, 'Chajari', ''),
(542, 11, 89, 'Concepción del Uruguay', ''),
(543, 11, 89, 'Concordia', ''),
(544, 11, 89, 'Crespo', ''),
(545, 11, 89, 'Diamante', ''),
(546, 11, 89, 'Federacion', ''),
(547, 11, 89, 'Federal', ''),
(548, 11, 89, 'General Ramirez', ''),
(549, 11, 89, 'Gualeguay', ''),
(550, 11, 89, 'Gualeguaychú', ''),
(551, 11, 89, 'Ibicuy', ''),
(552, 11, 89, 'Paraná', ''),
(553, 11, 89, 'Rocamora', ''),
(554, 11, 89, 'San Salvador', ''),
(555, 11, 89, 'Victoria', ''),
(556, 11, 89, 'Villa Angelica', ''),
(557, 11, 89, 'Villaguay', ''),
(558, 11, 90, 'Clorinda', ''),
(559, 11, 90, 'Formosa', ''),
(560, 11, 91, 'Alpachiri', ''),
(561, 11, 91, 'Alta Italia', ''),
(562, 11, 91, 'Bernardo Larroude', ''),
(563, 11, 91, 'Bernasconi', ''),
(564, 11, 91, 'Caleufu', ''),
(565, 11, 91, 'Catrilo', ''),
(566, 11, 91, 'Colonia Baron', ''),
(567, 11, 91, 'Eduardo Castex', ''),
(568, 11, 91, 'General Acha', ''),
(569, 11, 91, 'General Pico', ''),
(570, 11, 91, 'Guatrache', ''),
(571, 11, 91, 'Ingeniero Luiggi', ''),
(572, 11, 91, 'Intendente Alvear', ''),
(573, 11, 91, 'Macachin', ''),
(574, 11, 91, 'Quemu Quemu', ''),
(575, 11, 91, 'Rancul', ''),
(576, 11, 91, 'Realico', ''),
(577, 11, 91, 'Rio Colorado', ''),
(578, 11, 91, 'San Miguel', ''),
(579, 11, 91, 'Santa Rosa', ''),
(580, 11, 91, 'Toay', ''),
(581, 11, 91, 'Trenel', ''),
(582, 11, 91, 'Uriburu', ''),
(583, 11, 91, 'Veinticinco de Mayo', ''),
(584, 11, 91, 'Winifreda', ''),
(585, 11, 92, 'Banos Lunlunta', ''),
(586, 11, 92, 'Chacras de Coria', ''),
(587, 11, 92, 'Godoy Cruz', ''),
(588, 11, 92, 'Junin', ''),
(589, 11, 92, 'La Carrodilla', ''),
(590, 11, 92, 'Las Catitas', ''),
(591, 11, 92, 'Las Heras', ''),
(592, 11, 92, 'Lujan de Cuyo', ''),
(593, 11, 92, 'Luzuriaga', ''),
(594, 11, 92, 'Maipu', ''),
(595, 11, 92, 'Malargüe', ''),
(596, 11, 92, 'Mendoza', ''),
(597, 11, 92, 'Rivadavia', ''),
(598, 11, 92, 'Rodriguez Pena', ''),
(599, 11, 92, 'San Martin', ''),
(600, 11, 92, 'San Rafael', ''),
(601, 11, 92, 'Uspallata', ''),
(602, 11, 92, 'Villa Nueva', ''),
(603, 11, 92, 'Vistalba', ''),
(604, 11, 93, 'Centenario', ''),
(605, 11, 93, 'Cutral-Co', ''),
(606, 11, 93, 'Neuquén', ''),
(607, 11, 93, 'Plaza Huincul', ''),
(608, 11, 93, 'Plottier', ''),
(609, 11, 93, 'San Martín de los Andes', ''),
(610, 11, 93, 'Villa La Angostura', ''),
(611, 11, 94, 'El Bolson', ''),
(612, 11, 94, 'San Fernando del Valle de Catamarca', ''),
(613, 11, 94, 'San Jose', ''),
(614, 11, 95, 'Humahuaca', ''),
(615, 11, 95, 'La Mendieta', ''),
(616, 11, 95, 'Palpala', ''),
(617, 11, 95, 'Perico', ''),
(618, 11, 95, 'San Salvador de Jujuy', ''),
(619, 11, 96, 'Chamical', ''),
(620, 11, 96, 'Jague', ''),
(621, 11, 96, 'La Rioja', ''),
(622, 11, 97, 'Apostoles', ''),
(623, 11, 97, 'Azara', ''),
(624, 11, 97, 'De Mayo', ''),
(625, 11, 97, 'Eldorado', ''),
(626, 11, 97, 'Obera', ''),
(627, 11, 97, 'Posadas', ''),
(628, 11, 97, 'Puerto Esperanza', ''),
(629, 11, 97, 'Puerto Iguazú', ''),
(630, 11, 97, 'Puerto Rico', ''),
(631, 11, 97, 'Santa Rita', ''),
(632, 11, 98, 'Caucete', ''),
(633, 11, 98, 'Chimbas', ''),
(634, 11, 98, 'Hilario', ''),
(635, 11, 98, 'Paso de Ferreyra', ''),
(636, 11, 98, 'Rivadavia', ''),
(637, 11, 98, 'San Juan', ''),
(638, 11, 98, 'Villa Aberastain', ''),
(639, 11, 99, 'Concaran', ''),
(640, 11, 99, 'Cramer', ''),
(641, 11, 99, 'Hipolito Yrigoyen', ''),
(642, 11, 99, 'Merlo', ''),
(643, 11, 99, 'San Luis', ''),
(644, 11, 99, 'Tilisarao', ''),
(645, 11, 99, 'Villa Mercedes', ''),
(646, 11, 100, 'Alderetes', ''),
(647, 11, 100, 'Banda del Rio Sali', ''),
(648, 11, 100, 'Famailla', ''),
(649, 11, 100, 'Guemes', ''),
(650, 11, 100, 'La Madrid', ''),
(651, 11, 100, 'Manantial', ''),
(652, 11, 100, 'Padilla', ''),
(653, 11, 100, 'San Miguel de Tucumán', ''),
(654, 11, 100, 'Yerba Buena', ''),
(655, 11, 101, 'Allen', ''),
(656, 11, 101, 'Bariloche', ''),
(657, 11, 101, 'Catriel', ''),
(658, 11, 101, 'Cervantes', ''),
(659, 11, 101, 'Chichinales', ''),
(660, 11, 101, 'Choele Choel', ''),
(661, 11, 101, 'Cinco Saltos', ''),
(662, 11, 101, 'Cipolletti', ''),
(663, 11, 101, 'Darwin', ''),
(664, 11, 101, 'El Bolsón', ''),
(665, 11, 101, 'General Roca', ''),
(666, 11, 101, 'San Antonio Oeste', ''),
(667, 11, 101, 'Viedma', ''),
(668, 11, 101, 'Villa Regina', ''),
(669, 11, 102, 'Chorroarin', ''),
(670, 11, 102, 'Piquete Cabado', ''),
(671, 11, 102, 'Pozo de los Ranchos', ''),
(672, 11, 102, 'Rio Piedras', ''),
(673, 11, 102, 'Salta', ''),
(674, 11, 103, '28 de Noviembre', ''),
(675, 11, 103, 'Caleta Olivia', ''),
(676, 11, 103, 'El Calafate', ''),
(677, 11, 103, 'Guer Aike', ''),
(678, 11, 103, 'Los Antiguos', ''),
(679, 11, 103, 'Perito Moreno', ''),
(680, 11, 103, 'Pico Truncado', ''),
(681, 11, 103, 'Río Gallegos', ''),
(682, 11, 103, 'Río Turbio', ''),
(683, 11, 104, 'Albarellos', ''),
(684, 11, 104, 'Alberdi', ''),
(685, 11, 104, 'Alvarez', ''),
(686, 11, 104, 'Alvear', ''),
(687, 11, 104, 'Angelica', ''),
(688, 11, 104, 'Arequito', ''),
(689, 11, 104, 'Armstrong', ''),
(690, 11, 104, 'Arocena', ''),
(691, 11, 104, 'Arroyito', ''),
(692, 11, 104, 'Arroyo Seco', ''),
(693, 11, 104, 'Avellaneda', ''),
(694, 11, 104, 'Berabevu', ''),
(695, 11, 104, 'Bombal', ''),
(696, 11, 104, 'Bustinza', ''),
(697, 11, 104, 'Canada de Gomez', ''),
(698, 11, 104, 'Canada del Ucle', ''),
(699, 11, 104, 'Canada Rica', ''),
(700, 11, 104, 'Canada Rosquin', ''),
(701, 11, 104, 'Capitan Bermudez', ''),
(702, 11, 104, 'Carcarana', ''),
(703, 11, 104, 'Carlos Pellegrini', ''),
(704, 11, 104, 'Casilda', ''),
(705, 11, 104, 'Ceres', ''),
(706, 11, 104, 'Chabas', ''),
(707, 11, 104, 'Chanar Ladeado', ''),
(708, 11, 104, 'Colonia Matilde', ''),
(709, 11, 104, 'Constituyentes', ''),
(710, 11, 104, 'Coronel Rodriguez', ''),
(711, 11, 104, 'Diaz', ''),
(712, 11, 104, 'Diego de Alvear', ''),
(713, 11, 104, 'Esmeralda', ''),
(714, 11, 104, 'Esperanza', ''),
(715, 11, 104, 'Firmat', ''),
(716, 11, 104, 'Franck', ''),
(717, 11, 104, 'Fray Luis A. Beltran', ''),
(718, 11, 104, 'Funes', ''),
(719, 11, 104, 'Galvez', ''),
(720, 11, 104, 'General Lagos', ''),
(721, 11, 104, 'Gobernador Galvez', ''),
(722, 11, 104, 'Granadero Baigorria', ''),
(723, 11, 104, 'Hersilia', ''),
(724, 11, 104, 'Independencia', ''),
(725, 11, 104, 'Las Rosas', ''),
(726, 11, 104, 'Maggiolo', ''),
(727, 11, 104, 'Malabrigo', ''),
(728, 11, 104, 'Margarita', ''),
(729, 11, 104, 'Maria Juana', ''),
(730, 11, 104, 'Monje', ''),
(731, 11, 104, 'Oliveros', ''),
(732, 11, 104, 'Pavon', ''),
(733, 11, 104, 'Pilar', ''),
(734, 11, 104, 'Progresso', ''),
(735, 11, 104, 'Pueblo Nuevo', ''),
(736, 11, 104, 'Pujato', ''),
(737, 11, 104, 'Rafaela', ''),
(738, 11, 104, 'Reconquista', ''),
(739, 11, 104, 'Roldan', ''),
(740, 11, 104, 'Rosario', ''),
(741, 11, 104, 'Saladillo', ''),
(742, 11, 104, 'Salto Grande', ''),
(743, 11, 104, 'San Antonio de Obligado', ''),
(744, 11, 104, 'San Cristobal', ''),
(745, 11, 104, 'San Genaro', ''),
(746, 11, 104, 'San Javier', ''),
(747, 11, 104, 'San Jeronimo Norte', ''),
(748, 11, 104, 'San Jorge', ''),
(749, 11, 104, 'San Jose de la Esquina', ''),
(750, 11, 104, 'San Jose del Rincon', ''),
(751, 11, 104, 'San Lorenzo', ''),
(752, 11, 104, 'San Vicente', ''),
(753, 11, 104, 'Santa Clara de Saguier', ''),
(754, 11, 104, 'Santa Fe', ''),
(755, 11, 104, 'Santo Tome', ''),
(756, 11, 104, 'Sarmiento', ''),
(757, 11, 104, 'Soldini', ''),
(758, 11, 104, 'Sunchales', ''),
(759, 11, 104, 'Tacural', ''),
(760, 11, 104, 'Tostado', ''),
(761, 11, 104, 'Totoras', ''),
(762, 11, 104, 'Venado Tuerto', ''),
(763, 11, 104, 'Vera', ''),
(764, 11, 104, 'Villa Amelia', ''),
(765, 11, 104, 'Villa Constitucion', ''),
(766, 11, 104, 'Villa Eloisa', ''),
(767, 11, 104, 'Villa Guillermina', ''),
(768, 11, 104, 'Villa Ocampo', ''),
(769, 11, 104, 'Villa Trinidad', ''),
(770, 11, 104, 'Zenon Pereyra', ''),
(771, 11, 105, 'Anatuya', ''),
(772, 11, 105, 'Argentina', ''),
(773, 11, 105, 'Bajo Hondo', ''),
(774, 11, 105, 'Bandera', ''),
(775, 11, 105, 'Belgrano', ''),
(776, 11, 105, 'Concepcion', ''),
(777, 11, 105, 'El Rincon', ''),
(778, 11, 105, 'Fernandez', ''),
(779, 11, 105, 'Frias', ''),
(780, 11, 105, 'La Banda', ''),
(781, 11, 105, 'La Punta', ''),
(782, 11, 105, 'Las Flores', ''),
(783, 11, 105, 'Lavalle', ''),
(784, 11, 105, 'Magdalena', ''),
(785, 11, 105, 'Navarro', ''),
(786, 11, 105, 'Pozo Herrera', ''),
(787, 11, 105, 'Retiro', ''),
(788, 11, 105, 'San Bernardo', ''),
(789, 11, 105, 'San Gregorio', ''),
(790, 11, 105, 'San Manuel', ''),
(791, 11, 105, 'Santa Lucia', ''),
(792, 11, 105, 'Santiago del Estero', ''),
(793, 11, 105, 'Sauzal', ''),
(794, 11, 105, 'Termas de Rio Hondo', ''),
(795, 11, 105, 'Villa Nueva', ''),
(796, 11, 105, 'Villa Robles', ''),
(797, 11, 106, 'Castillo', ''),
(798, 11, 106, 'Lapataia', ''),
(799, 11, 106, 'Rio Grande', ''),
(800, 11, 106, 'Ushuaia', ''),
(801, 12, 107, 'Aparan', ''),
(802, 12, 107, 'Ashtarak', ''),
(803, 12, 108, 'Apaga', ''),
(804, 12, 108, 'Vagharshapat', ''),
(805, 12, 109, 'Abovyan', ''),
(806, 12, 109, 'Hrazdan', ''),
(807, 12, 109, 'Tsaghkadzor', ''),
(808, 12, 110, 'Agarak', ''),
(809, 12, 110, 'Kapan', ''),
(810, 12, 111, 'Azatamut', ''),
(811, 12, 111, 'Dilijan', ''),
(812, 12, 111, 'Ijevan', ''),
(813, 12, 112, 'Jermuk', ''),
(814, 12, 113, 'Jrvezh', ''),
(815, 12, 113, 'Yerevan', ''),
(816, 14, 114, 'Acton', ''),
(817, 14, 114, 'Ainslie', ''),
(818, 14, 114, 'Aranda', ''),
(819, 14, 114, 'Banks', ''),
(820, 14, 114, 'Barton', ''),
(821, 14, 114, 'Belconnen', ''),
(822, 14, 114, 'Bonner', ''),
(823, 14, 114, 'Braddon', ''),
(824, 14, 114, 'Calwell', ''),
(825, 14, 114, 'Campbell', ''),
(826, 14, 114, 'Canberra', ''),
(827, 14, 114, 'Casey', ''),
(828, 14, 114, 'Chapman', ''),
(829, 14, 114, 'Charnwood', ''),
(830, 14, 114, 'Chifley', ''),
(831, 14, 114, 'Chisholm', ''),
(832, 14, 114, 'Conder', ''),
(833, 14, 114, 'Coombs', ''),
(834, 14, 114, 'Crace', ''),
(835, 14, 114, 'Curtin', ''),
(836, 14, 114, 'Dickson', ''),
(837, 14, 114, 'Downer', ''),
(838, 14, 114, 'Duffy', ''),
(839, 14, 114, 'Dunlop', ''),
(840, 14, 114, 'Evatt', ''),
(841, 14, 114, 'Fadden', ''),
(842, 14, 114, 'Farrer', ''),
(843, 14, 114, 'Fisher', ''),
(844, 14, 114, 'Florey', ''),
(845, 14, 114, 'Forde', ''),
(846, 14, 114, 'Fraser', ''),
(847, 14, 114, 'Fyshwick', ''),
(848, 14, 114, 'Garran', ''),
(849, 14, 114, 'Giralang', ''),
(850, 14, 114, 'Greenway', ''),
(851, 14, 114, 'Gungahlin', ''),
(852, 14, 114, 'Hackett', ''),
(853, 14, 114, 'Hall', ''),
(854, 14, 114, 'Harrison', ''),
(855, 14, 114, 'Higgins', ''),
(856, 14, 114, 'Holder', ''),
(857, 14, 114, 'Holt', ''),
(858, 14, 114, 'Hughes', ''),
(859, 14, 114, 'Hume', ''),
(860, 14, 114, 'Isaacs', ''),
(861, 14, 114, 'Kaleen', ''),
(862, 14, 114, 'Kambah', ''),
(863, 14, 114, 'Kingston', ''),
(864, 14, 114, 'Lyneham', ''),
(865, 14, 114, 'Macgregor', ''),
(866, 14, 114, 'Macquarie', ''),
(867, 14, 114, 'Mawson', ''),
(868, 14, 114, 'McKellar', ''),
(869, 14, 114, 'Melba', ''),
(870, 14, 114, 'Narrabundah', ''),
(871, 14, 114, 'Ngunnawal', ''),
(872, 14, 114, 'Nicholls', ''),
(873, 14, 114, 'Page', ''),
(874, 14, 114, 'Reid', ''),
(875, 14, 114, 'Richardson', ''),
(876, 14, 114, 'Rivett', ''),
(877, 14, 114, 'Scullin', ''),
(878, 14, 114, 'Spence', ''),
(879, 14, 114, 'Symonston', ''),
(880, 14, 114, 'Torrens', ''),
(881, 14, 114, 'Tuggeranong Administrative District', ''),
(882, 14, 114, 'Turner', ''),
(883, 14, 114, 'Wanniassa', ''),
(884, 14, 114, 'Waramanga', ''),
(885, 14, 114, 'Watson', ''),
(886, 14, 114, 'Weston Creek', ''),
(887, 14, 114, 'Wright', ''),
(888, 14, 114, 'Yarralumla', ''),
(889, 14, 115, 'Abbotsbury', ''),
(890, 14, 115, 'Abbotsford', ''),
(891, 14, 115, 'Abercrombie', ''),
(892, 14, 115, 'Aberdeen', ''),
(893, 14, 115, 'Aberfoyle', ''),
(894, 14, 115, 'Aberglasslyn', ''),
(895, 14, 115, 'Abermain', ''),
(896, 14, 115, 'Acacia Gardens', ''),
(897, 14, 115, 'Adamstown', ''),
(898, 14, 115, 'Agnes Banks', ''),
(899, 14, 115, 'Airds', ''),
(900, 14, 115, 'Albion Park', ''),
(901, 14, 115, 'Albury', ''),
(902, 14, 115, 'Aldavilla', ''),
(903, 14, 115, 'Alexandria', ''),
(904, 14, 115, 'Alfords Point', ''),
(905, 14, 115, 'Alison', ''),
(906, 14, 115, 'Allambie Heights', ''),
(907, 14, 115, 'Allawah', ''),
(908, 14, 115, 'Alpine', ''),
(909, 14, 115, 'Alstonville', ''),
(910, 14, 115, 'Amaroo', ''),
(911, 14, 115, 'Ambarvale', ''),
(912, 14, 115, 'Anna Bay', ''),
(913, 14, 115, 'Annandale', ''),
(914, 14, 115, 'Annangrove', ''),
(915, 14, 115, 'Appin', ''),
(916, 14, 115, 'Ardlethan', ''),
(917, 14, 115, 'Argenton', ''),
(918, 14, 115, 'Armidale', ''),
(919, 14, 115, 'Arncliffe', ''),
(920, 14, 115, 'Arndell Park', ''),
(921, 14, 115, 'Artarmon', ''),
(922, 14, 115, 'Ashbury', ''),
(923, 14, 115, 'Ashcroft', ''),
(924, 14, 115, 'Ashfield', ''),
(925, 14, 115, 'Ashley', ''),
(926, 14, 115, 'Ashtonfield', ''),
(927, 14, 115, 'Asquith', ''),
(928, 14, 115, 'Athol', ''),
(929, 14, 115, 'Attunga', ''),
(930, 14, 115, 'Auburn', ''),
(931, 14, 115, 'Austinmer', ''),
(932, 14, 115, 'Austral', ''),
(933, 14, 115, 'Avalon Beach', ''),
(934, 14, 115, 'Avoca Beach', ''),
(935, 14, 115, 'Avondale', ''),
(936, 14, 115, 'Baan Baa', ''),
(937, 14, 115, 'Badgerys Creek', ''),
(938, 14, 115, 'Balcolyn', ''),
(939, 14, 115, 'Bald Hills', ''),
(940, 14, 115, 'Balgowlah', ''),
(941, 14, 115, 'Balgowlah Heights', ''),
(942, 14, 115, 'Balgownie', ''),
(943, 14, 115, 'Ballina', ''),
(944, 14, 115, 'Balmain', ''),
(945, 14, 115, 'Balmoral', ''),
(946, 14, 115, 'Bangor', ''),
(947, 14, 115, 'Banksia', ''),
(948, 14, 115, 'Banksmeadow', ''),
(949, 14, 115, 'Bankstown', ''),
(950, 14, 115, 'Bannockburn', ''),
(951, 14, 115, 'Banora Point', ''),
(952, 14, 115, 'Bar Beach', ''),
(953, 14, 115, 'Barangaroo', ''),
(954, 14, 115, 'Barden Ridge', ''),
(955, 14, 115, 'Bardwell Park', ''),
(956, 14, 115, 'Bardwell Valley', ''),
(957, 14, 115, 'Barellan', ''),
(958, 14, 115, 'Bargo', ''),
(959, 14, 115, 'Barnsley', ''),
(960, 14, 115, 'Barrack Heights', ''),
(961, 14, 115, 'Barry', ''),
(962, 14, 115, 'Bass Hill', ''),
(963, 14, 115, 'Bateau Bay', ''),
(964, 14, 115, 'Batehaven', ''),
(965, 14, 115, 'Batemans Bay', ''),
(966, 14, 115, 'Bathurst', ''),
(967, 14, 115, 'Batlow', ''),
(968, 14, 115, 'Baulkham Hills', ''),
(969, 14, 115, 'Baw Baw', ''),
(970, 14, 115, 'Beaumont', ''),
(971, 14, 115, 'Beecroft', ''),
(972, 14, 115, 'Bega', ''),
(973, 14, 115, 'Belfield', ''),
(974, 14, 115, 'Bell', ''),
(975, 14, 115, 'Bella Vista', ''),
(976, 14, 115, 'Bellambi', ''),
(977, 14, 115, 'Bellbird', ''),
(978, 14, 115, 'Bellbrook', ''),
(979, 14, 115, 'Bellevue Hill', ''),
(980, 14, 115, 'Bellingen', ''),
(981, 14, 115, 'Belmont', ''),
(982, 14, 115, 'Belmore', ''),
(983, 14, 115, 'Belrose', ''),
(984, 14, 115, 'Ben Bullen', ''),
(985, 14, 115, 'Bensville', ''),
(986, 14, 115, 'Bentley', ''),
(987, 14, 115, 'Berala', ''),
(988, 14, 115, 'Beresfield', ''),
(989, 14, 115, 'Berkeley', ''),
(990, 14, 115, 'Berkeley Vale', ''),
(991, 14, 115, 'Bermagui', ''),
(992, 14, 115, 'Berowra', ''),
(993, 14, 115, 'Berrara', ''),
(994, 14, 115, 'Berridale', ''),
(995, 14, 115, 'Berry', ''),
(996, 14, 115, 'Beverly Hills', ''),
(997, 14, 115, 'Bexley', ''),
(998, 14, 115, 'Bidwill', ''),
(999, 14, 115, 'Bigga', ''),
(1000, 14, 115, 'Bilambil', ''),
(1001, 14, 115, 'Bilgola Plateau', ''),
(1002, 14, 115, 'Bilpin', ''),
(1003, 14, 115, 'Binda', ''),
(1004, 14, 115, 'Birmingham Gardens', ''),
(1005, 14, 115, 'Birrong', ''),
(1006, 14, 115, 'Blackalls Park', ''),
(1007, 14, 115, 'Blackett', ''),
(1008, 14, 115, 'Blackheath', ''),
(1009, 14, 115, 'Blacksmiths', ''),
(1010, 14, 115, 'Blacktown', ''),
(1011, 14, 115, 'Blackwall', ''),
(1012, 14, 115, 'Blair Athol', ''),
(1013, 14, 115, 'Blakehurst', ''),
(1014, 14, 115, 'Blaxland', ''),
(1015, 14, 115, 'Blaxlands Ridge', ''),
(1016, 14, 115, 'Blue Haven', ''),
(1017, 14, 115, 'Boambee', ''),
(1018, 14, 115, 'Bogangar', ''),
(1019, 14, 115, 'Bolwarra', ''),
(1020, 14, 115, 'Bomaderry', ''),
(1021, 14, 115, 'Bombala', ''),
(1022, 14, 115, 'Bondi', ''),
(1023, 14, 115, 'Bonnells Bay', ''),
(1024, 14, 115, 'Bonnet Bay', ''),
(1025, 14, 115, 'Bonny Hills', ''),
(1026, 14, 115, 'Bonnyrigg', ''),
(1027, 14, 115, 'Bonnyrigg Heights', ''),
(1028, 14, 115, 'Bonshaw', ''),
(1029, 14, 115, 'Bonville', ''),
(1030, 14, 115, 'Booker Bay', ''),
(1031, 14, 115, 'Bossley Park', ''),
(1032, 14, 115, 'Bostobrick', ''),
(1033, 14, 115, 'Botany', ''),
(1034, 14, 115, 'Bourke', ''),
(1035, 14, 115, 'Bowenfels', ''),
(1036, 14, 115, 'Bowral', ''),
(1037, 14, 115, 'Bowraville', ''),
(1038, 14, 115, 'Braidwood', ''),
(1039, 14, 115, 'Branxton', ''),
(1040, 14, 115, 'Braunstone', ''),
(1041, 14, 115, 'Bray Park', ''),
(1042, 14, 115, 'Bredbo', ''),
(1043, 14, 115, 'Brewarrina', ''),
(1044, 14, 115, 'Brighton-Le-Sands', ''),
(1045, 14, 115, 'Brightwaters', ''),
(1046, 14, 115, 'Bringelly', ''),
(1047, 14, 115, 'Broadmeadow', ''),
(1048, 14, 115, 'Broke', ''),
(1049, 14, 115, 'Broken Hill', ''),
(1050, 14, 115, 'Bronte', ''),
(1051, 14, 115, 'Brookfield', ''),
(1052, 14, 115, 'Brooklet', ''),
(1053, 14, 115, 'Brooklyn', ''),
(1054, 14, 115, 'Brookvale', ''),
(1055, 14, 115, 'Broulee', ''),
(1056, 14, 115, 'Brownlow Hill', ''),
(1057, 14, 115, 'Budgewoi', ''),
(1058, 14, 115, 'Buff Point', ''),
(1059, 14, 115, 'Bukkulla', ''),
(1060, 14, 115, 'Bullaburra', ''),
(1061, 14, 115, 'Bulli', ''),
(1062, 14, 115, 'Bundanoon', ''),
(1063, 14, 115, 'Bundarra', ''),
(1064, 14, 115, 'Bundeena', ''),
(1065, 14, 115, 'Bungendore', ''),
(1066, 14, 115, 'Burns', ''),
(1067, 14, 115, 'Burradoo', ''),
(1068, 14, 115, 'Burraneer', ''),
(1069, 14, 115, 'Burringbar', ''),
(1070, 14, 115, 'Burwood', ''),
(1071, 14, 115, 'Busby', ''),
(1072, 14, 115, 'Buxton', ''),
(1073, 14, 115, 'Byron Bay', ''),
(1074, 14, 115, 'Cabramatta West', ''),
(1075, 14, 115, 'Callaghan', ''),
(1076, 14, 115, 'Cambewarra', ''),
(1077, 14, 115, 'Camden Haven', ''),
(1078, 14, 115, 'Camden West', ''),
(1079, 14, 115, 'Cameron Park', ''),
(1080, 14, 115, 'Cammeray', ''),
(1081, 14, 115, 'Campbelltown', ''),
(1082, 14, 115, 'Camperdown', ''),
(1083, 14, 115, 'Campsie', ''),
(1084, 14, 115, 'Canley Heights', ''),
(1085, 14, 115, 'Canley Vale', ''),
(1086, 14, 115, 'Canton Beach', ''),
(1087, 14, 115, 'Captains Flat', ''),
(1088, 14, 115, 'Cardiff', ''),
(1089, 14, 115, 'Caringbah', ''),
(1090, 14, 115, 'Carlingford', ''),
(1091, 14, 115, 'Carnes Hill', ''),
(1092, 14, 115, 'Carramar', ''),
(1093, 14, 115, 'Carrington', ''),
(1094, 14, 115, 'Carss Park', ''),
(1095, 14, 115, 'Cartwright', ''),
(1096, 14, 115, 'Carwoola', ''),
(1097, 14, 115, 'Casino', ''),
(1098, 14, 115, 'Castle Hill', ''),
(1099, 14, 115, 'Castlecrag', ''),
(1100, 14, 115, 'Castlereagh', ''),
(1101, 14, 115, 'Casuarina', ''),
(1102, 14, 115, 'Casula', ''),
(1103, 14, 115, 'Catherine Field', ''),
(1104, 14, 115, 'Cattai', ''),
(1105, 14, 115, 'Caves Beach', ''),
(1106, 14, 115, 'Cecil Hills', ''),
(1107, 14, 115, 'Centennial Park', ''),
(1108, 14, 115, 'Central Coast', ''),
(1109, 14, 115, 'Central Mangrove', ''),
(1110, 14, 115, 'Cessnock', ''),
(1111, 14, 115, 'Chain Valley Bay', ''),
(1112, 14, 115, 'Charlestown', ''),
(1113, 14, 115, 'Charmhaven', ''),
(1114, 14, 115, 'Chatswood', ''),
(1115, 14, 115, 'Cherrybrook', ''),
(1116, 14, 115, 'Chester Hill', ''),
(1117, 14, 115, 'Chifley', ''),
(1118, 14, 115, 'Chinderah', ''),
(1119, 14, 115, 'Chippendale', ''),
(1120, 14, 115, 'Chipping Norton', ''),
(1121, 14, 115, 'Chiswick', ''),
(1122, 14, 115, 'Chittaway Bay', ''),
(1123, 14, 115, 'Chittaway Point', ''),
(1124, 14, 115, 'Chullora', ''),
(1125, 14, 115, 'Church Point', ''),
(1126, 14, 115, 'City of Parramatta', ''),
(1127, 14, 115, 'Clareville', ''),
(1128, 14, 115, 'Claymore', ''),
(1129, 14, 115, 'Clontarf', ''),
(1130, 14, 115, 'Clovelly', ''),
(1131, 14, 115, 'Coal Point', ''),
(1132, 14, 115, 'Cobar', ''),
(1133, 14, 115, 'Cobargo', ''),
(1134, 14, 115, 'Cobbitty', ''),
(1135, 14, 115, 'Coffs Harbour', ''),
(1136, 14, 115, 'Colebee', ''),
(1137, 14, 115, 'Coledale', ''),
(1138, 14, 115, 'Collarenebri', ''),
(1139, 14, 115, 'Collaroy', ''),
(1140, 14, 115, 'Colo', ''),
(1141, 14, 115, 'Colo Vale', ''),
(1142, 14, 115, 'Colyton', ''),
(1143, 14, 115, 'Como', ''),
(1144, 14, 115, 'Concord', ''),
(1145, 14, 115, 'Condell Park', ''),
(1146, 14, 115, 'Coniston', ''),
(1147, 14, 115, 'Connells Point', ''),
(1148, 14, 115, 'Constitution Hill', ''),
(1149, 14, 115, 'Coogee', ''),
(1150, 14, 115, 'Cooks Hill', ''),
(1151, 14, 115, 'Coolamon', ''),
(1152, 14, 115, 'Cooma', ''),
(1153, 14, 115, 'Coomba Park', ''),
(1154, 14, 115, 'Cooranbong', ''),
(1155, 14, 115, 'Cootamundra', ''),
(1156, 14, 115, 'Coraki', ''),
(1157, 14, 115, 'Coramba', ''),
(1158, 14, 115, 'Cordeaux Heights', ''),
(1159, 14, 115, 'Corlette', ''),
(1160, 14, 115, 'Corowa', ''),
(1161, 14, 115, 'Corrimal', ''),
(1162, 14, 115, 'Cowra', ''),
(1163, 14, 115, 'Crackenback', ''),
(1164, 14, 115, 'Cranebrook', ''),
(1165, 14, 115, 'Cremorne', ''),
(1166, 14, 115, 'Crescent Head', ''),
(1167, 14, 115, 'Crestwood', ''),
(1168, 14, 115, 'Cronulla', ''),
(1169, 14, 115, 'Crookwell', ''),
(1170, 14, 115, 'Crows Nest', ''),
(1171, 14, 115, 'Croydon', ''),
(1172, 14, 115, 'Cudal', ''),
(1173, 14, 115, 'Cumnock', ''),
(1174, 14, 115, 'Curl Curl', ''),
(1175, 14, 115, 'Currans Hill', ''),
(1176, 14, 115, 'Daceyville', ''),
(1177, 14, 115, 'Dalmeny', ''),
(1178, 14, 115, 'Dangar Island', ''),
(1179, 14, 115, 'Dapto', ''),
(1180, 14, 115, 'Darling Point', ''),
(1181, 14, 115, 'Darlinghurst', ''),
(1182, 14, 115, 'Davidson', ''),
(1183, 14, 115, 'Davistown', ''),
(1184, 14, 115, 'Dawes Point', ''),
(1185, 14, 115, 'Dee Why', ''),
(1186, 14, 115, 'Deepwater', ''),
(1187, 14, 115, 'Deniliquin', ''),
(1188, 14, 115, 'Denistone', ''),
(1189, 14, 115, 'Denistone East', ''),
(1190, 14, 115, 'Denistone West', ''),
(1191, 14, 115, 'Dharruk', ''),
(1192, 14, 115, 'Dolls Point', ''),
(1193, 14, 115, 'Doonside', ''),
(1194, 14, 115, 'Dora Creek', ''),
(1195, 14, 115, 'Dorrigo', ''),
(1196, 14, 115, 'Double Bay', ''),
(1197, 14, 115, 'Douglas Park', ''),
(1198, 14, 115, 'Dover Heights', ''),
(1199, 14, 115, 'Drummoyne', ''),
(1200, 14, 115, 'Dubbo', ''),
(1201, 14, 115, 'Dudley', ''),
(1202, 14, 115, 'Dulwich Hill', ''),
(1203, 14, 115, 'Dunbogan', ''),
(1204, 14, 115, 'Dunoon', ''),
(1205, 14, 115, 'Dural', ''),
(1206, 14, 115, 'Duri', ''),
(1207, 14, 115, 'Eagle Vale', ''),
(1208, 14, 115, 'Earlwood', ''),
(1209, 14, 115, 'East Ballina', ''),
(1210, 14, 115, 'East Gosford', ''),
(1211, 14, 115, 'East Hills', ''),
(1212, 14, 115, 'East Minto', ''),
(1213, 14, 115, 'Eastgardens', ''),
(1214, 14, 115, 'Eastlakes', ''),
(1215, 14, 115, 'Eastwood', ''),
(1216, 14, 115, 'Eden', ''),
(1217, 14, 115, 'Edensor Park', ''),
(1218, 14, 115, 'Edgecliff', ''),
(1219, 14, 115, 'Edgeworth', ''),
(1220, 14, 115, 'Edith', ''),
(1221, 14, 115, 'Edmondson Park', ''),
(1222, 14, 115, 'Eglinton', ''),
(1223, 14, 115, 'Elanora Heights', ''),
(1224, 14, 115, 'Elderslie', ''),
(1225, 14, 115, 'Eleebana', ''),
(1226, 14, 115, 'Elermore Vale', ''),
(1227, 14, 115, 'Ellalong', ''),
(1228, 14, 115, 'Ellis Lane', ''),
(1229, 14, 115, 'Emerald Beach', ''),
(1230, 14, 115, 'Emerton', ''),
(1231, 14, 115, 'Empire Bay', ''),
(1232, 14, 115, 'Emu Heights', ''),
(1233, 14, 115, 'Emu Plains', ''),
(1234, 14, 115, 'Engadine', ''),
(1235, 14, 115, 'Englorie Park', ''),
(1236, 14, 115, 'Enmore', ''),
(1237, 14, 115, 'Epping', ''),
(1238, 14, 115, 'Eraring', ''),
(1239, 14, 115, 'Erina East', ''),
(1240, 14, 115, 'Ermington', ''),
(1241, 14, 115, 'Erskineville', ''),
(1242, 14, 115, 'Eschol', ''),
(1243, 14, 115, 'Ettalong', ''),
(1244, 14, 115, 'Eurobodalla', ''),
(1245, 14, 115, 'Eveleigh', ''),
(1246, 14, 115, 'Everton', ''),
(1247, 14, 115, 'Exeter', ''),
(1248, 14, 115, 'Fairfield', ''),
(1249, 14, 115, 'Fairlight', ''),
(1250, 14, 115, 'Fairy Meadow', ''),
(1251, 14, 115, 'Farmborough Heights', ''),
(1252, 14, 115, 'Fassifern', ''),
(1253, 14, 115, 'Faulconbridge', ''),
(1254, 14, 115, 'Fern Bay', ''),
(1255, 14, 115, 'Figtree', ''),
(1256, 14, 115, 'Fitzroy', ''),
(1257, 14, 115, 'Fitzroy Falls', ''),
(1258, 14, 115, 'Five Dock', ''),
(1259, 14, 115, 'Flemington', ''),
(1260, 14, 115, 'Floraville', ''),
(1261, 14, 115, 'Forbes', ''),
(1262, 14, 115, 'Forestville', ''),
(1263, 14, 115, 'Forresters Beach', ''),
(1264, 14, 115, 'Forster', ''),
(1265, 14, 115, 'Freemans Reach', ''),
(1266, 14, 115, 'Galong', ''),
(1267, 14, 115, 'Galston', ''),
(1268, 14, 115, 'Garden Suburb', ''),
(1269, 14, 115, 'Gateshead', ''),
(1270, 14, 115, 'Gillieston Heights', ''),
(1271, 14, 115, 'Gilmore', ''),
(1272, 14, 115, 'Girraween', ''),
(1273, 14, 115, 'Girvan', ''),
(1274, 14, 115, 'Gladesville', ''),
(1275, 14, 115, 'Glebe', ''),
(1276, 14, 115, 'Gledswood Hills', ''),
(1277, 14, 115, 'Glenbrook', ''),
(1278, 14, 115, 'Glendale', ''),
(1279, 14, 115, 'Glendenning', ''),
(1280, 14, 115, 'Glenfield', ''),
(1281, 14, 115, 'Glenhaven', ''),
(1282, 14, 115, 'Glenmore Park', ''),
(1283, 14, 115, 'Glenning Valley', ''),
(1284, 14, 115, 'Glenorie', ''),
(1285, 14, 115, 'Glenquarry', ''),
(1286, 14, 115, 'Glenreagh', ''),
(1287, 14, 115, 'Glenwood', ''),
(1288, 14, 115, 'Glossodia', ''),
(1289, 14, 115, 'Gloucester', ''),
(1290, 14, 115, 'Googong', ''),
(1291, 14, 115, 'Goonellabah', ''),
(1292, 14, 115, 'Gordon', ''),
(1293, 14, 115, 'Gore Hill', ''),
(1294, 14, 115, 'Gorokan', ''),
(1295, 14, 115, 'Gosford', ''),
(1296, 14, 115, 'Goulburn', ''),
(1297, 14, 115, 'Gowrie', ''),
(1298, 14, 115, 'Grafton', ''),
(1299, 14, 115, 'Granville', ''),
(1300, 14, 115, 'Grasmere', ''),
(1301, 14, 115, 'Grays Point', ''),
(1302, 14, 115, 'Green Hill', ''),
(1303, 14, 115, 'Green Point', ''),
(1304, 14, 115, 'Green Valley', ''),
(1305, 14, 115, 'Greenacre', ''),
(1306, 14, 115, 'Greenfield Park', ''),
(1307, 14, 115, 'Greenhills', ''),
(1308, 14, 115, 'Greenwell Point', ''),
(1309, 14, 115, 'Greenwich', ''),
(1310, 14, 115, 'Grenfell', ''),
(1311, 14, 115, 'Greystanes', ''),
(1312, 14, 115, 'Griffith', ''),
(1313, 14, 115, 'Grose Vale', ''),
(1314, 14, 115, 'Gundaroo', ''),
(1315, 14, 115, 'Gunnedah', ''),
(1316, 14, 115, 'Gwandalan', ''),
(1317, 14, 115, 'Gwynneville', ''),
(1318, 14, 115, 'Gymea', ''),
(1319, 14, 115, 'Gymea Bay', ''),
(1320, 14, 115, 'Haberfield', ''),
(1321, 14, 115, 'Halekulani', ''),
(1322, 14, 115, 'Hamilton', ''),
(1323, 14, 115, 'Hamlyn Terrace', ''),
(1324, 14, 115, 'Hammondville', ''),
(1325, 14, 115, 'Harden', ''),
(1326, 14, 115, 'Harrington', ''),
(1327, 14, 115, 'Harris Park', ''),
(1328, 14, 115, 'Hartley', ''),
(1329, 14, 115, 'Hawks Nest', ''),
(1330, 14, 115, 'Haymarket', ''),
(1331, 14, 115, 'Haywards Bay', ''),
(1332, 14, 115, 'Hazelbrook', ''),
(1333, 14, 115, 'Heathcote', ''),
(1334, 14, 115, 'Heatherbrae', ''),
(1335, 14, 115, 'Hebersham', ''),
(1336, 14, 115, 'Heckenberg', ''),
(1337, 14, 115, 'Heddon Greta', ''),
(1338, 14, 115, 'Helensburgh', ''),
(1339, 14, 115, 'Hill Top', ''),
(1340, 14, 115, 'Hillsdale', ''),
(1341, 14, 115, 'Hinchinbrook', ''),
(1342, 14, 115, 'Hobartville', ''),
(1343, 14, 115, 'Holbrook', ''),
(1344, 14, 115, 'Holgate', ''),
(1345, 14, 115, 'Holmesville', ''),
(1346, 14, 115, 'Holroyd', ''),
(1347, 14, 115, 'Holsworthy', ''),
(1348, 14, 115, 'Homebush', ''),
(1349, 14, 115, 'Horningsea Park', ''),
(1350, 14, 115, 'Hornsby', ''),
(1351, 14, 115, 'Horsley', ''),
(1352, 14, 115, 'Horsley Park', ''),
(1353, 14, 115, 'Hoxton Park', ''),
(1354, 14, 115, 'Hunters Hill', ''),
(1355, 14, 115, 'Hunterview', ''),
(1356, 14, 115, 'Huntingwood', ''),
(1357, 14, 115, 'Huntleys Cove', ''),
(1358, 14, 115, 'Hurlstone Park', ''),
(1359, 14, 115, 'Hurstville', ''),
(1360, 14, 115, 'Hurstville Grove', ''),
(1361, 14, 115, 'Illawong', ''),
(1362, 14, 115, 'Iluka', ''),
(1363, 14, 115, 'Ingleburn', ''),
(1364, 14, 115, 'Ingleside', ''),
(1365, 14, 115, 'Inverell', ''),
(1366, 14, 115, 'Isabella', ''),
(1367, 14, 115, 'Islington', ''),
(1368, 14, 115, 'Jamisontown', ''),
(1369, 14, 115, 'Jannali', ''),
(1370, 14, 115, 'Jerrabomberra', ''),
(1371, 14, 115, 'Jesmond', ''),
(1372, 14, 115, 'Jilliby', ''),
(1373, 14, 115, 'Jindabyne', ''),
(1374, 14, 115, 'Jindalee', ''),
(1375, 14, 115, 'Junee', ''),
(1376, 14, 115, 'Kahiba', ''),
(1377, 14, 115, 'Kanahooka', ''),
(1378, 14, 115, 'Kandos', ''),
(1379, 14, 115, 'Kangaroo Valley', ''),
(1380, 14, 115, 'Kanwal', ''),
(1381, 14, 115, 'Karabar', ''),
(1382, 14, 115, 'Kareela', ''),
(1383, 14, 115, 'Kariong', ''),
(1384, 14, 115, 'Karuah', ''),
(1385, 14, 115, 'Katoomba', ''),
(1386, 14, 115, 'Kearns', ''),
(1387, 14, 115, 'Keiraville', ''),
(1388, 14, 115, 'Kellyville', ''),
(1389, 14, 115, 'Kelso', ''),
(1390, 14, 115, 'Kembla', ''),
(1391, 14, 115, 'Kemps Creek', ''),
(1392, 14, 115, 'Kempsey', ''),
(1393, 14, 115, 'Kenmore', ''),
(1394, 14, 115, 'Kensington', ''),
(1395, 14, 115, 'Kenthurst', ''),
(1396, 14, 115, 'Kentlyn', ''),
(1397, 14, 115, 'Kialla', ''),
(1398, 14, 115, 'Kiama', ''),
(1399, 14, 115, 'Kilaben Bay', ''),
(1400, 14, 115, 'Killarney', ''),
(1401, 14, 115, 'Killcare', ''),
(1402, 14, 115, 'Kincumber', ''),
(1403, 14, 115, 'Kings Cross', ''),
(1404, 14, 115, 'Kingscliff', ''),
(1405, 14, 115, 'Kingsford', ''),
(1406, 14, 115, 'Kingsgrove', ''),
(1407, 14, 115, 'Kingswood', ''),
(1408, 14, 115, 'Kinross', ''),
(1409, 14, 115, 'Kirrawee', ''),
(1410, 14, 115, 'Kirribilli', ''),
(1411, 14, 115, 'Kogarah', ''),
(1412, 14, 115, 'Koolewong', ''),
(1413, 14, 115, 'Kooragang', ''),
(1414, 14, 115, 'Kotara', ''),
(1415, 14, 115, 'Krambach', ''),
(1416, 14, 115, 'Kurmond', ''),
(1417, 14, 115, 'Kurnell', ''),
(1418, 14, 115, 'Kurrajong Heights', ''),
(1419, 14, 115, 'Kurri Kurri', ''),
(1420, 14, 115, 'Kyle Bay', ''),
(1421, 14, 115, 'Kyogle', ''),
(1422, 14, 115, 'Laggan', ''),
(1423, 14, 115, 'Lake Cathie', ''),
(1424, 14, 115, 'Lake Haven', ''),
(1425, 14, 115, 'Lake Heights', ''),
(1426, 14, 115, 'Lake Illawarra', ''),
(1427, 14, 115, 'Lake Munmorah', ''),
(1428, 14, 115, 'Lakemba', ''),
(1429, 14, 115, 'Lane Cove', ''),
(1430, 14, 115, 'Lansvale', ''),
(1431, 14, 115, 'Lapstone', ''),
(1432, 14, 115, 'Largs', ''),
(1433, 14, 115, 'Larnook', ''),
(1434, 14, 115, 'Lavender Bay', ''),
(1435, 14, 115, 'Lavington', ''),
(1436, 14, 115, 'Lawson', ''),
(1437, 14, 115, 'Leeton', ''),
(1438, 14, 115, 'Leeville', ''),
(1439, 14, 115, 'Leichhardt', ''),
(1440, 14, 115, 'Lemon Tree Passage', ''),
(1441, 14, 115, 'Lennox Head', ''),
(1442, 14, 115, 'Leonay', ''),
(1443, 14, 115, 'Leppington', ''),
(1444, 14, 115, 'Leumeah', ''),
(1445, 14, 115, 'Leura', ''),
(1446, 14, 115, 'Lidcombe', ''),
(1447, 14, 115, 'Lilli Pilli', ''),
(1448, 14, 115, 'Lilyfield', ''),
(1449, 14, 115, 'Lindfield', ''),
(1450, 14, 115, 'Lisarow', ''),
(1451, 14, 115, 'Lismore', ''),
(1452, 14, 115, 'Lithgow', ''),
(1453, 14, 115, 'Little Bay', ''),
(1454, 14, 115, 'Liverpool', ''),
(1455, 14, 115, 'Llanarth', ''),
(1456, 14, 115, 'Llandilo', ''),
(1457, 14, 115, 'Lochiel', ''),
(1458, 14, 115, 'Lochinvar', ''),
(1459, 14, 115, 'Loftus', ''),
(1460, 14, 115, 'Londonderry', ''),
(1461, 14, 115, 'Long Jetty', ''),
(1462, 14, 115, 'Longueville', ''),
(1463, 14, 115, 'Louth', ''),
(1464, 14, 115, 'Lovedale', ''),
(1465, 14, 115, 'Lower Macdonald', ''),
(1466, 14, 115, 'Luddenham', ''),
(1467, 14, 115, 'Lugarno', ''),
(1468, 14, 115, 'Lurnea', ''),
(1469, 14, 115, 'Macquarie Fields', ''),
(1470, 14, 115, 'Macquarie Hills', ''),
(1471, 14, 115, 'Macquarie Links', ''),
(1472, 14, 115, 'Macquarie Park', ''),
(1473, 14, 115, 'Magenta', ''),
(1474, 14, 115, 'Maitland', ''),
(1475, 14, 115, 'Malabar', ''),
(1476, 14, 115, 'Malua Bay', ''),
(1477, 14, 115, 'Mangrove Mountain', ''),
(1478, 14, 115, 'Manilla', ''),
(1479, 14, 115, 'Manly', ''),
(1480, 14, 115, 'Mannering Park', ''),
(1481, 14, 115, 'Maraylya', ''),
(1482, 14, 115, 'Marayong', ''),
(1483, 14, 115, 'Mardi', ''),
(1484, 14, 115, 'Maroota', ''),
(1485, 14, 115, 'Maroubra', ''),
(1486, 14, 115, 'Marrickville', ''),
(1487, 14, 115, 'Marsden', ''),
(1488, 14, 115, 'Marsden Park', ''),
(1489, 14, 115, 'Marsfield', ''),
(1490, 14, 115, 'Marulan', ''),
(1491, 14, 115, 'Maryland', ''),
(1492, 14, 115, 'Mascot', ''),
(1493, 14, 115, 'Matcham', ''),
(1494, 14, 115, 'Matraville', ''),
(1495, 14, 115, 'Mays Hill', ''),
(1496, 14, 115, 'McGraths Hill', ''),
(1497, 14, 115, 'McLeans Ridges', ''),
(1498, 14, 115, 'McMahons Point', ''),
(1499, 14, 115, 'McMasters Beach', ''),
(1500, 14, 115, 'Meadowbank', ''),
(1501, 14, 115, 'Medowie', ''),
(1502, 14, 115, 'Melrose', ''),
(1503, 14, 115, 'Menai', ''),
(1504, 14, 115, 'Menangle', ''),
(1505, 14, 115, 'Merewether', ''),
(1506, 14, 115, 'Merimbula', ''),
(1507, 14, 115, 'Meroo', ''),
(1508, 14, 115, 'Merriwa', ''),
(1509, 14, 115, 'Merrylands', ''),
(1510, 14, 115, 'Metford', ''),
(1511, 14, 115, 'Middle Cove', ''),
(1512, 14, 115, 'Miller', ''),
(1513, 14, 115, 'Millers Point', ''),
(1514, 14, 115, 'Milperra', ''),
(1515, 14, 115, 'Milsons Point', ''),
(1516, 14, 115, 'Milton', ''),
(1517, 14, 115, 'Minchinbury', ''),
(1518, 14, 115, 'Minmi', ''),
(1519, 14, 115, 'Miranda', ''),
(1520, 14, 115, 'Mitchell', ''),
(1521, 14, 115, 'Mittagong', ''),
(1522, 14, 115, 'Modanville', ''),
(1523, 14, 115, 'Molong', ''),
(1524, 14, 115, 'Mona Vale', ''),
(1525, 14, 115, 'Monterey', ''),
(1526, 14, 115, 'Moonee Beach', ''),
(1527, 14, 115, 'Moorebank', ''),
(1528, 14, 115, 'Moree', ''),
(1529, 14, 115, 'Morisset East', ''),
(1530, 14, 115, 'Morpeth', ''),
(1531, 14, 115, 'Mortdale', ''),
(1532, 14, 115, 'Moruya', ''),
(1533, 14, 115, 'Moruya Heads', ''),
(1534, 14, 115, 'Mosman', ''),
(1535, 14, 115, 'Moss Vale', ''),
(1536, 14, 115, 'Moulamein', ''),
(1537, 14, 115, 'Mount Annan', ''),
(1538, 14, 115, 'Mount Colah', ''),
(1539, 14, 115, 'Mount Druitt', ''),
(1540, 14, 115, 'Mount Keira', ''),
(1541, 14, 115, 'Mount Kuring-Gai', ''),
(1542, 14, 115, 'Mount Lewis', ''),
(1543, 14, 115, 'Mount Pritchard', ''),
(1544, 14, 115, 'Mount Saint Thomas', ''),
(1545, 14, 115, 'Mount Vernon', ''),
(1546, 14, 115, 'Mount Victoria', ''),
(1547, 14, 115, 'Mount White', ''),
(1548, 14, 115, 'Mountain Creek', ''),
(1549, 14, 115, 'Mudgee', ''),
(1550, 14, 115, 'Mulgoa', ''),
(1551, 14, 115, 'Mullumbimby', ''),
(1552, 14, 115, 'Murwillumbah', ''),
(1553, 14, 115, 'Muswellbrook', ''),
(1554, 14, 115, 'Nabiac', ''),
(1555, 14, 115, 'Nambucca Heads', ''),
(1556, 14, 115, 'Nana Glen', ''),
(1557, 14, 115, 'Narara', ''),
(1558, 14, 115, 'Narellan', ''),
(1559, 14, 115, 'Naremburn', ''),
(1560, 14, 115, 'Narooma', ''),
(1561, 14, 115, 'Narrabeen', ''),
(1562, 14, 115, 'Narrabri', ''),
(1563, 14, 115, 'Narraweena', ''),
(1564, 14, 115, 'Narromine', ''),
(1565, 14, 115, 'Narwee', ''),
(1566, 14, 115, 'Nelligen', ''),
(1567, 14, 115, 'Nelson Bay', ''),
(1568, 14, 115, 'Nemingha', ''),
(1569, 14, 115, 'Neutral Bay', ''),
(1570, 14, 115, 'New Lambton', ''),
(1571, 14, 115, 'Newcastle', ''),
(1572, 14, 115, 'Newport', ''),
(1573, 14, 115, 'Newrybar', ''),
(1574, 14, 115, 'Newtown', ''),
(1575, 14, 115, 'Niagara Park', ''),
(1576, 14, 115, 'Nimbin', ''),
(1577, 14, 115, 'Nimmitabel', ''),
(1578, 14, 115, 'Norah', ''),
(1579, 14, 115, 'Noraville', ''),
(1580, 14, 115, 'Nords Wharf', ''),
(1581, 14, 115, 'Normanhurst', ''),
(1582, 14, 115, 'North Haven', ''),
(1583, 14, 115, 'North Rocks', ''),
(1584, 14, 115, 'North Rothbury', ''),
(1585, 14, 115, 'North Tumbulgum', ''),
(1586, 14, 115, 'Northbridge', ''),
(1587, 14, 115, 'Northmead', ''),
(1588, 14, 115, 'Northwood', ''),
(1589, 14, 115, 'Norwood', ''),
(1590, 14, 115, 'Nowra', ''),
(1591, 14, 115, 'Nulkaba', ''),
(1592, 14, 115, 'Nyngan', ''),
(1593, 14, 115, 'Oak Flats', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(1594, 14, 115, 'Oakdale', ''),
(1595, 14, 115, 'Oakville', ''),
(1596, 14, 115, 'Oatley', ''),
(1597, 14, 115, 'Oberon', ''),
(1598, 14, 115, 'Ocean Shores', ''),
(1599, 14, 115, 'Old Bar', ''),
(1600, 14, 115, 'Ophir', ''),
(1601, 14, 115, 'Orange', ''),
(1602, 14, 115, 'Orchard Hills', ''),
(1603, 14, 115, 'Orient Point', ''),
(1604, 14, 115, 'Osborne', ''),
(1605, 14, 115, 'Ourimbah', ''),
(1606, 14, 115, 'Oxford Falls', ''),
(1607, 14, 115, 'Oyster Bay', ''),
(1608, 14, 115, 'Paddington', ''),
(1609, 14, 115, 'Padstow', ''),
(1610, 14, 115, 'Pagewood', ''),
(1611, 14, 115, 'Palm Beach', ''),
(1612, 14, 115, 'Panania', ''),
(1613, 14, 115, 'Paramatta', ''),
(1614, 14, 115, 'Parkes', ''),
(1615, 14, 115, 'Parklea', ''),
(1616, 14, 115, 'Paterson', ''),
(1617, 14, 115, 'Peakhurst', ''),
(1618, 14, 115, 'Pemulwuy', ''),
(1619, 14, 115, 'Pendle Hills', ''),
(1620, 14, 115, 'Pennant Hills', ''),
(1621, 14, 115, 'Penrith', ''),
(1622, 14, 115, 'Penshurst', ''),
(1623, 14, 115, 'Petersham', ''),
(1624, 14, 115, 'Pheasants Nest', ''),
(1625, 14, 115, 'Phillip', ''),
(1626, 14, 115, 'Phillip Bay', ''),
(1627, 14, 115, 'Piallamore', ''),
(1628, 14, 115, 'Picnic Point', ''),
(1629, 14, 115, 'Picton', ''),
(1630, 14, 115, 'Pimlico', ''),
(1631, 14, 115, 'Pitt Town', ''),
(1632, 14, 115, 'Plumpton', ''),
(1633, 14, 115, 'Point Clare', ''),
(1634, 14, 115, 'Point Piper', ''),
(1635, 14, 115, 'Pokolbin', ''),
(1636, 14, 115, 'Port Hacking', ''),
(1637, 14, 115, 'Port Kembla', ''),
(1638, 14, 115, 'Port Macquarie', ''),
(1639, 14, 115, 'Port Stephens', ''),
(1640, 14, 115, 'Potts Point', ''),
(1641, 14, 115, 'Pottsville Beach', ''),
(1642, 14, 115, 'Prairiewood', ''),
(1643, 14, 115, 'Prestons', ''),
(1644, 14, 115, 'Punchbowl', ''),
(1645, 14, 115, 'Putney', ''),
(1646, 14, 115, 'Pymble', ''),
(1647, 14, 115, 'Pyrmont', ''),
(1648, 14, 115, 'Quakers Hill', ''),
(1649, 14, 115, 'Queanbeyan', ''),
(1650, 14, 115, 'Queens Park', ''),
(1651, 14, 115, 'Quirindi', ''),
(1652, 14, 115, 'Raby', ''),
(1653, 14, 115, 'Ramsgate', ''),
(1654, 14, 115, 'Randwick', ''),
(1655, 14, 115, 'Rankin Park', ''),
(1656, 14, 115, 'Rathmines', ''),
(1657, 14, 115, 'Raworth', ''),
(1658, 14, 115, 'Raymond Terrace', ''),
(1659, 14, 115, 'Razorback', ''),
(1660, 14, 115, 'Redfern', ''),
(1661, 14, 115, 'Redhead', ''),
(1662, 14, 115, 'Regents Park', ''),
(1663, 14, 115, 'Regentville', ''),
(1664, 14, 115, 'Reids Flat', ''),
(1665, 14, 115, 'Repton', ''),
(1666, 14, 115, 'Revesby', ''),
(1667, 14, 115, 'Rhodes', ''),
(1668, 14, 115, 'Richlands', ''),
(1669, 14, 115, 'Richmond', ''),
(1670, 14, 115, 'Riverside', ''),
(1671, 14, 115, 'Riverstone', ''),
(1672, 14, 115, 'Riverwood', ''),
(1673, 14, 115, 'Robertson', ''),
(1674, 14, 115, 'Rockdale', ''),
(1675, 14, 115, 'Rodd Point', ''),
(1676, 14, 115, 'Rooty Hill', ''),
(1677, 14, 115, 'Ropes Crossing', ''),
(1678, 14, 115, 'Rose Bay', ''),
(1679, 14, 115, 'Rosebery', ''),
(1680, 14, 115, 'Rosehill', ''),
(1681, 14, 115, 'Roselands', ''),
(1682, 14, 115, 'Rosemeadow', ''),
(1683, 14, 115, 'Roseville', ''),
(1684, 14, 115, 'Rouse Hill', ''),
(1685, 14, 115, 'Royalla', ''),
(1686, 14, 115, 'Rozelle', ''),
(1687, 14, 115, 'Run-o-Waters', ''),
(1688, 14, 115, 'Ruse', ''),
(1689, 14, 115, 'Rushcutters Bay', ''),
(1690, 14, 115, 'Russell Lea', ''),
(1691, 14, 115, 'Russell Vale', ''),
(1692, 14, 115, 'Rutherford', ''),
(1693, 14, 115, 'Rydalmere', ''),
(1694, 14, 115, 'Ryde', ''),
(1695, 14, 115, 'Sadleir', ''),
(1696, 14, 115, 'Safety Beach', ''),
(1697, 14, 115, 'Saint Georges Basin', ''),
(1698, 14, 115, 'Saint Ives', ''),
(1699, 14, 115, 'Saint Marys', ''),
(1700, 14, 115, 'Saint Peters', ''),
(1701, 14, 115, 'Salamander Bay', ''),
(1702, 14, 115, 'Salisbury', ''),
(1703, 14, 115, 'Salt Ash', ''),
(1704, 14, 115, 'Sancrox', ''),
(1705, 14, 115, 'Sanctuary Point', ''),
(1706, 14, 115, 'Sandy Beach', ''),
(1707, 14, 115, 'Sans Souci', ''),
(1708, 14, 115, 'Sapphire', ''),
(1709, 14, 115, 'Saratoga', ''),
(1710, 14, 115, 'Sawtell', ''),
(1711, 14, 115, 'Schofields', ''),
(1712, 14, 115, 'Scone', ''),
(1713, 14, 115, 'Seaforth', ''),
(1714, 14, 115, 'Sefton', ''),
(1715, 14, 115, 'Seven Hills', ''),
(1716, 14, 115, 'Shalvey', ''),
(1717, 14, 115, 'Shaw', ''),
(1718, 14, 115, 'Shell Cove', ''),
(1719, 14, 115, 'Shellharbour', ''),
(1720, 14, 115, 'Shelly Beach', ''),
(1721, 14, 115, 'Sherwood', ''),
(1722, 14, 115, 'Shoalhaven Heads', ''),
(1723, 14, 115, 'Shortland', ''),
(1724, 14, 115, 'Silverdale', ''),
(1725, 14, 115, 'Silverwater', ''),
(1726, 14, 115, 'Singleton', ''),
(1727, 14, 115, 'Smithfield', ''),
(1728, 14, 115, 'Smiths Lake', ''),
(1729, 14, 115, 'Somersby', ''),
(1730, 14, 115, 'South West Rocks', ''),
(1731, 14, 115, 'Speers Point', ''),
(1732, 14, 115, 'Spencer', ''),
(1733, 14, 115, 'Spring Farm', ''),
(1734, 14, 115, 'Spring Field', ''),
(1735, 14, 115, 'Spring Hill', ''),
(1736, 14, 115, 'Spring Ridge', ''),
(1737, 14, 115, 'Springwood', ''),
(1738, 14, 115, 'Stanmore', ''),
(1739, 14, 115, 'Stanwell Park', ''),
(1740, 14, 115, 'Stockton', ''),
(1741, 14, 115, 'Stokers Siding', ''),
(1742, 14, 115, 'Strathfield', ''),
(1743, 14, 115, 'Stroud', ''),
(1744, 14, 115, 'Suffolk Park', ''),
(1745, 14, 115, 'Summer Hill', ''),
(1746, 14, 115, 'Surry Hills', ''),
(1747, 14, 115, 'Sussex Inlet', ''),
(1748, 14, 115, 'Sutherland', ''),
(1749, 14, 115, 'Sutton', ''),
(1750, 14, 115, 'Swansea', ''),
(1751, 14, 115, 'Sydney', ''),
(1752, 14, 115, 'Sylvania', ''),
(1753, 14, 115, 'Sylvania Waters', ''),
(1754, 14, 115, 'Tabulam', ''),
(1755, 14, 115, 'Tacoma South', ''),
(1756, 14, 115, 'Tahmoor', ''),
(1757, 14, 115, 'Tallong', ''),
(1758, 14, 115, 'Tamarama', ''),
(1759, 14, 115, 'Tamworth', ''),
(1760, 14, 115, 'Tanilba Bay', ''),
(1761, 14, 115, 'Taree', ''),
(1762, 14, 115, 'Taren Point', ''),
(1763, 14, 115, 'Tarrawanna', ''),
(1764, 14, 115, 'Tascott', ''),
(1765, 14, 115, 'Tea Gardens', ''),
(1766, 14, 115, 'Telarah', ''),
(1767, 14, 115, 'Telopea', ''),
(1768, 14, 115, 'Temora', ''),
(1769, 14, 115, 'Tempe', ''),
(1770, 14, 115, 'Tenambit', ''),
(1771, 14, 115, 'Tenterfield', ''),
(1772, 14, 115, 'Teralba', ''),
(1773, 14, 115, 'Terranora', ''),
(1774, 14, 115, 'Terrigal', ''),
(1775, 14, 115, 'Terry Hills', ''),
(1776, 14, 115, 'The Entrance North Peninsula Natural Area', ''),
(1777, 14, 115, 'The Oaks', ''),
(1778, 14, 115, 'The Ponds', ''),
(1779, 14, 115, 'The Rocks', ''),
(1780, 14, 115, 'Thirlmere', ''),
(1781, 14, 115, 'Thirroul', ''),
(1782, 14, 115, 'Thornleigh', ''),
(1783, 14, 115, 'Thornton', ''),
(1784, 14, 115, 'Thredbo', ''),
(1785, 14, 115, 'Tighes Hill', ''),
(1786, 14, 115, 'Tilba Tilba', ''),
(1787, 14, 115, 'Tingira Heights', ''),
(1788, 14, 115, 'Tomago', ''),
(1789, 14, 115, 'Toongabbie West', ''),
(1790, 14, 115, 'Toormina', ''),
(1791, 14, 115, 'Toowoon Bay', ''),
(1792, 14, 115, 'Toronto', ''),
(1793, 14, 115, 'Torrington', ''),
(1794, 14, 115, 'Toukley', ''),
(1795, 14, 115, 'Towradgi', ''),
(1796, 14, 115, 'Tregear', ''),
(1797, 14, 115, 'Trunkey', ''),
(1798, 14, 115, 'Tuggerah', ''),
(1799, 14, 115, 'Tuggerawong', ''),
(1800, 14, 115, 'Tumut', ''),
(1801, 14, 115, 'Tuncurry', ''),
(1802, 14, 115, 'Tura Beach', ''),
(1803, 14, 115, 'Turramurra', ''),
(1804, 14, 115, 'Turrella', ''),
(1805, 14, 115, 'Turvey Park', ''),
(1806, 14, 115, 'Tweed Heads', ''),
(1807, 14, 115, 'Ulladulla', ''),
(1808, 14, 115, 'Ulong', ''),
(1809, 14, 115, 'Ultimo', ''),
(1810, 14, 115, 'Umina', ''),
(1811, 14, 115, 'Upper Crystal Creek', ''),
(1812, 14, 115, 'Upper Orara', ''),
(1813, 14, 115, 'Urbenville', ''),
(1814, 14, 115, 'Urunga', ''),
(1815, 14, 115, 'Valentine', ''),
(1816, 14, 115, 'Valla Beach', ''),
(1817, 14, 115, 'Valley Heights', ''),
(1818, 14, 115, 'Vaucluse', ''),
(1819, 14, 115, 'Villawood', ''),
(1820, 14, 115, 'Vincentia', ''),
(1821, 14, 115, 'Vineyard', ''),
(1822, 14, 115, 'Voyager Point', ''),
(1823, 14, 115, 'Wadalba', ''),
(1824, 14, 115, 'Wagga Wagga', ''),
(1825, 14, 115, 'Wahroonga', ''),
(1826, 14, 115, 'Waitara', ''),
(1827, 14, 115, 'Wakeley', ''),
(1828, 14, 115, 'Walcha', ''),
(1829, 14, 115, 'Walla Walla', ''),
(1830, 14, 115, 'Wallacia', ''),
(1831, 14, 115, 'Wallarah', ''),
(1832, 14, 115, 'Wallerawang', ''),
(1833, 14, 115, 'Wallsend', ''),
(1834, 14, 115, 'Wamberal North', ''),
(1835, 14, 115, 'Wamboin', ''),
(1836, 14, 115, 'Warabrook', ''),
(1837, 14, 115, 'Waratah', ''),
(1838, 14, 115, 'Wardell', ''),
(1839, 14, 115, 'Wareemba', ''),
(1840, 14, 115, 'Warilla', ''),
(1841, 14, 115, 'Warners Bay', ''),
(1842, 14, 115, 'Warnervale', ''),
(1843, 14, 115, 'Warragamba', ''),
(1844, 14, 115, 'Warrawee', ''),
(1845, 14, 115, 'Warrawong', ''),
(1846, 14, 115, 'Warren', ''),
(1847, 14, 115, 'Warriewood', ''),
(1848, 14, 115, 'Warrigal', ''),
(1849, 14, 115, 'Warrimoo', ''),
(1850, 14, 115, 'Watanobbi', ''),
(1851, 14, 115, 'Waterfall', ''),
(1852, 14, 115, 'Waterloo', ''),
(1853, 14, 115, 'Wauchope', ''),
(1854, 14, 115, 'Waverley', ''),
(1855, 14, 115, 'Waverton', ''),
(1856, 14, 115, 'Wedderburn', ''),
(1857, 14, 115, 'Welby', ''),
(1858, 14, 115, 'Wellington', ''),
(1859, 14, 115, 'Wentworth', ''),
(1860, 14, 115, 'Wentworth Falls', ''),
(1861, 14, 115, 'Wentworthville', ''),
(1862, 14, 115, 'Werombi', ''),
(1863, 14, 115, 'Werrington', ''),
(1864, 14, 115, 'Werrington County', ''),
(1865, 14, 115, 'Werrington Downs', ''),
(1866, 14, 115, 'West Cambewarra', ''),
(1867, 14, 115, 'West Hoxton', ''),
(1868, 14, 115, 'West Wallsend', ''),
(1869, 14, 115, 'Westleigh', ''),
(1870, 14, 115, 'Westmead', ''),
(1871, 14, 115, 'Weston', ''),
(1872, 14, 115, 'Wetherill Park', ''),
(1873, 14, 115, 'Whalan', ''),
(1874, 14, 115, 'Wheeler Heights', ''),
(1875, 14, 115, 'Whitebridge', ''),
(1876, 14, 115, 'Wickham', ''),
(1877, 14, 115, 'Wilberforce', ''),
(1878, 14, 115, 'Wiley Park', ''),
(1879, 14, 115, 'Willoughby', ''),
(1880, 14, 115, 'Willow Vale', ''),
(1881, 14, 115, 'Wilton', ''),
(1882, 14, 115, 'Windale', ''),
(1883, 14, 115, 'Windang', ''),
(1884, 14, 115, 'Windradyne', ''),
(1885, 14, 115, 'Windsor', ''),
(1886, 14, 115, 'Windsor Downs', ''),
(1887, 14, 115, 'Wingham', ''),
(1888, 14, 115, 'Winmalee', ''),
(1889, 14, 115, 'Winston Hills', ''),
(1890, 14, 115, 'Wolli Creek', ''),
(1891, 14, 115, 'Wollongbar', ''),
(1892, 14, 115, 'Wollongong', ''),
(1893, 14, 115, 'Wollstonecraft', ''),
(1894, 14, 115, 'Woodberry', ''),
(1895, 14, 115, 'Woodcroft', ''),
(1896, 14, 115, 'Woodenbong', ''),
(1897, 14, 115, 'Woodford', ''),
(1898, 14, 115, 'Woodpark', ''),
(1899, 14, 115, 'Woodrising', ''),
(1900, 14, 115, 'Woolgoolga', ''),
(1901, 14, 115, 'Woollahra', ''),
(1902, 14, 115, 'Woolloomooloo', ''),
(1903, 14, 115, 'Woolooware', ''),
(1904, 14, 115, 'Woolwich', ''),
(1905, 14, 115, 'Woongarrah', ''),
(1906, 14, 115, 'Woonona', ''),
(1907, 14, 115, 'Woronora Dam', ''),
(1908, 14, 115, 'Woy Woy', ''),
(1909, 14, 115, 'Wyee', ''),
(1910, 14, 115, 'Wyndham', ''),
(1911, 14, 115, 'Wyoming', ''),
(1912, 14, 115, 'Wyong', ''),
(1913, 14, 115, 'Wyong Creek', ''),
(1914, 14, 115, 'Wyongah', ''),
(1915, 14, 115, 'Yagoona', ''),
(1916, 14, 115, 'Yamba', ''),
(1917, 14, 115, 'Yanderra', ''),
(1918, 14, 115, 'Yarramundi', ''),
(1919, 14, 115, 'Yarrawarrah', ''),
(1920, 14, 115, 'Yass', ''),
(1921, 14, 115, 'Yellow Rock', ''),
(1922, 14, 115, 'Yenda', ''),
(1923, 14, 115, 'Yennora', ''),
(1924, 14, 115, 'Yeoval', ''),
(1925, 14, 115, 'Yerrinbool', ''),
(1926, 14, 115, 'Young', ''),
(1927, 14, 115, 'Yowie Bay', ''),
(1928, 14, 115, 'Zetland', ''),
(1929, 14, 116, 'Adelaide River', ''),
(1930, 14, 116, 'Alawa', ''),
(1931, 14, 116, 'Alice Springs', ''),
(1932, 14, 116, 'Alyangula', ''),
(1933, 14, 116, 'Anula', ''),
(1934, 14, 116, 'Bakewell', ''),
(1935, 14, 116, 'Batchelor', ''),
(1936, 14, 116, 'Bayview', ''),
(1937, 14, 116, 'Bellamack', ''),
(1938, 14, 116, 'Casuarina', ''),
(1939, 14, 116, 'Darwin', ''),
(1940, 14, 116, 'Durack', ''),
(1941, 14, 116, 'Fannie Bay', ''),
(1942, 14, 116, 'Gunn', ''),
(1943, 14, 116, 'Howard Springs', ''),
(1944, 14, 116, 'Humpty Doo', ''),
(1945, 14, 116, 'Jabiru', ''),
(1946, 14, 116, 'Jingili', ''),
(1947, 14, 116, 'Karama', ''),
(1948, 14, 116, 'Katherine', ''),
(1949, 14, 116, 'Leanyer', ''),
(1950, 14, 116, 'Malak', ''),
(1951, 14, 116, 'Marrara', ''),
(1952, 14, 116, 'Millner', ''),
(1953, 14, 116, 'Moil', ''),
(1954, 14, 116, 'Moulden', ''),
(1955, 14, 116, 'Muirhead', ''),
(1956, 14, 116, 'Nakara', ''),
(1957, 14, 116, 'Nightcliff', ''),
(1958, 14, 116, 'Parap', ''),
(1959, 14, 116, 'Rapid Creek', ''),
(1960, 14, 116, 'Sadadeen', ''),
(1961, 14, 116, 'Stuart Park', ''),
(1962, 14, 116, 'Tiwi', ''),
(1963, 14, 116, 'Wagaman', ''),
(1964, 14, 116, 'Wanguri', ''),
(1965, 14, 116, 'Winnellie', ''),
(1966, 14, 116, 'Woodroffe', ''),
(1967, 14, 116, 'Woolner', ''),
(1968, 14, 116, 'Wulagi', ''),
(1969, 14, 117, 'Acacia Ridge', ''),
(1970, 14, 117, 'Acland', ''),
(1971, 14, 117, 'Adare', ''),
(1972, 14, 117, 'Advancetown', ''),
(1973, 14, 117, 'Aeroglen', ''),
(1974, 14, 117, 'Airlie Beach', ''),
(1975, 14, 117, 'Aitkenvale', ''),
(1976, 14, 117, 'Albany Creek', ''),
(1977, 14, 117, 'Alderley', ''),
(1978, 14, 117, 'Aldershot', ''),
(1979, 14, 117, 'Alexandra', ''),
(1980, 14, 117, 'Algester', ''),
(1981, 14, 117, 'Alice River', ''),
(1982, 14, 117, 'Allenstown', ''),
(1983, 14, 117, 'Allora', ''),
(1984, 14, 117, 'Almaden', ''),
(1985, 14, 117, 'Amberley', ''),
(1986, 14, 117, 'Andergrove', ''),
(1987, 14, 117, 'Annerley', ''),
(1988, 14, 117, 'Anstead', ''),
(1989, 14, 117, 'Arana Hills', ''),
(1990, 14, 117, 'Aratula', ''),
(1991, 14, 117, 'Archer', ''),
(1992, 14, 117, 'Archerfield', ''),
(1993, 14, 117, 'Aroona', ''),
(1994, 14, 117, 'Ashgrove', ''),
(1995, 14, 117, 'Ashmore', ''),
(1996, 14, 117, 'Aspley', ''),
(1997, 14, 117, 'Atherton', ''),
(1998, 14, 117, 'Auchenflower', ''),
(1999, 14, 117, 'Augathella', ''),
(2000, 14, 117, 'Augustine Heights', ''),
(2001, 14, 117, 'Avondale', ''),
(2002, 14, 117, 'Ayr', ''),
(2003, 14, 117, 'Badu', ''),
(2004, 14, 117, 'Bahrs Scrub', ''),
(2005, 14, 117, 'Ballandean', ''),
(2006, 14, 117, 'Banksia Beach', ''),
(2007, 14, 117, 'Banyo', ''),
(2008, 14, 117, 'Bardon', ''),
(2009, 14, 117, 'Bargara', ''),
(2010, 14, 117, 'Barlil', ''),
(2011, 14, 117, 'Basin Pocket', ''),
(2012, 14, 117, 'Bauple', ''),
(2013, 14, 117, 'Bayview Heights', ''),
(2014, 14, 117, 'Beachmere', ''),
(2015, 14, 117, 'Beaudesert', ''),
(2016, 14, 117, 'Bedourie', ''),
(2017, 14, 117, 'Beechmont', ''),
(2018, 14, 117, 'Beenleigh', ''),
(2019, 14, 117, 'Beerburrum', ''),
(2020, 14, 117, 'Beerwah', ''),
(2021, 14, 117, 'Belgian Gardens', ''),
(2022, 14, 117, 'Belivah', ''),
(2023, 14, 117, 'Bell', ''),
(2024, 14, 117, 'Bellara', ''),
(2025, 14, 117, 'Bellbowrie', ''),
(2026, 14, 117, 'Bellmere', ''),
(2027, 14, 117, 'Belmont', ''),
(2028, 14, 117, 'Benowa', ''),
(2029, 14, 117, 'Berrinba', ''),
(2030, 14, 117, 'Berserker', ''),
(2031, 14, 117, 'Bethania Junction', ''),
(2032, 14, 117, 'Biggenden', ''),
(2033, 14, 117, 'Biggera Waters', ''),
(2034, 14, 117, 'Bilinga', ''),
(2035, 14, 117, 'Biloela', ''),
(2036, 14, 117, 'Birkdale', ''),
(2037, 14, 117, 'Birtinya', ''),
(2038, 14, 117, 'Blackall', ''),
(2039, 14, 117, 'Blackbutt', ''),
(2040, 14, 117, 'Blacks Beach', ''),
(2041, 14, 117, 'Blackstone', ''),
(2042, 14, 117, 'Blair Athol', ''),
(2043, 14, 117, 'Bli Bli', ''),
(2044, 14, 117, 'Bloomsbury', ''),
(2045, 14, 117, 'Bluewater', ''),
(2046, 14, 117, 'Bohle Plains', ''),
(2047, 14, 117, 'Bokarina', ''),
(2048, 14, 117, 'Bongaree', ''),
(2049, 14, 117, 'Bonogin', ''),
(2050, 14, 117, 'Boodua', ''),
(2051, 14, 117, 'Boomerang', ''),
(2052, 14, 117, 'Boonah', ''),
(2053, 14, 117, 'Boondall', ''),
(2054, 14, 117, 'Booral', ''),
(2055, 14, 117, 'Booval', ''),
(2056, 14, 117, 'Bowen', ''),
(2057, 14, 117, 'Boyne Island', ''),
(2058, 14, 117, 'Bracken Ridge', ''),
(2059, 14, 117, 'Brassall', ''),
(2060, 14, 117, 'Bray Park', ''),
(2061, 14, 117, 'Brendale', ''),
(2062, 14, 117, 'Brighton', ''),
(2063, 14, 117, 'Brightview', ''),
(2064, 14, 117, 'Brinsmead', ''),
(2065, 14, 117, 'Brisbane', ''),
(2066, 14, 117, 'Broadbeach', ''),
(2067, 14, 117, 'Brookfield', ''),
(2068, 14, 117, 'Brookwater', ''),
(2069, 14, 117, 'Brooloo', ''),
(2070, 14, 117, 'Browns Plains', ''),
(2071, 14, 117, 'Bucasia', ''),
(2072, 14, 117, 'Buccan', ''),
(2073, 14, 117, 'Buddina', ''),
(2074, 14, 117, 'Buderim', ''),
(2075, 14, 117, 'Bulimba', ''),
(2076, 14, 117, 'Bundaberg', ''),
(2077, 14, 117, 'Bundall', ''),
(2078, 14, 117, 'Bundamba', ''),
(2079, 14, 117, 'Bunya', ''),
(2080, 14, 117, 'Burdell', ''),
(2081, 14, 117, 'Burleigh Heads', ''),
(2082, 14, 117, 'Burnett Heads', ''),
(2083, 14, 117, 'Burpengary', ''),
(2084, 14, 117, 'Burua', ''),
(2085, 14, 117, 'Bushland Beach', ''),
(2086, 14, 117, 'Caboolture', ''),
(2087, 14, 117, 'Cairns', ''),
(2088, 14, 117, 'Calamvale', ''),
(2089, 14, 117, 'Caloundra', ''),
(2090, 14, 117, 'Calvert', ''),
(2091, 14, 117, 'Cambooya', ''),
(2092, 14, 117, 'Camira', ''),
(2093, 14, 117, 'Camp Hill', ''),
(2094, 14, 117, 'Campbells Pocket', ''),
(2095, 14, 117, 'Cannon Hill', ''),
(2096, 14, 117, 'Cannonvale', ''),
(2097, 14, 117, 'Canungra', ''),
(2098, 14, 117, 'Capalaba', ''),
(2099, 14, 117, 'Carbrook', ''),
(2100, 14, 117, 'Cardwell', ''),
(2101, 14, 117, 'Carindale', ''),
(2102, 14, 117, 'Carrara', ''),
(2103, 14, 117, 'Carseldine', ''),
(2104, 14, 117, 'Carters Ridge', ''),
(2105, 14, 117, 'Cashmere', ''),
(2106, 14, 117, 'Castaways Beach', ''),
(2107, 14, 117, 'Cedar Creek', ''),
(2108, 14, 117, 'Cedar Grove', ''),
(2109, 14, 117, 'Cedar Vale', ''),
(2110, 14, 117, 'Centenary Heights', ''),
(2111, 14, 117, 'Chambers Flat', ''),
(2112, 14, 117, 'Chandler', ''),
(2113, 14, 117, 'Chapel Hill', ''),
(2114, 14, 117, 'Charleville', ''),
(2115, 14, 117, 'Charters Towers', ''),
(2116, 14, 117, 'Chelmer', ''),
(2117, 14, 117, 'Chermside', ''),
(2118, 14, 117, 'Chermside West', ''),
(2119, 14, 117, 'Childers', ''),
(2120, 14, 117, 'Chinchilla', ''),
(2121, 14, 117, 'Clagiraba', ''),
(2122, 14, 117, 'Clayfield', ''),
(2123, 14, 117, 'Clear Island Waters', ''),
(2124, 14, 117, 'Clear Mountain', ''),
(2125, 14, 117, 'Clermont', ''),
(2126, 14, 117, 'Cleveland', ''),
(2127, 14, 117, 'Clifton', ''),
(2128, 14, 117, 'Cloncurry', ''),
(2129, 14, 117, 'Clontarf', ''),
(2130, 14, 117, 'Closeburn', ''),
(2131, 14, 117, 'Coes Creek', ''),
(2132, 14, 117, 'Conondale', ''),
(2133, 14, 117, 'Coochiemudlo Island', ''),
(2134, 14, 117, 'Coolangatta', ''),
(2135, 14, 117, 'Coolum Beach', ''),
(2136, 14, 117, 'Coombabah', ''),
(2137, 14, 117, 'Coomera', ''),
(2138, 14, 117, 'Coominya', ''),
(2139, 14, 117, 'Coopers Plains', ''),
(2140, 14, 117, 'Cooroibah', ''),
(2141, 14, 117, 'Cooroy Mountain', ''),
(2142, 14, 117, 'Coorparoo', ''),
(2143, 14, 117, 'Cooyar', ''),
(2144, 14, 117, 'Cordalba', ''),
(2145, 14, 117, 'Corinda', ''),
(2146, 14, 117, 'Craignish', ''),
(2147, 14, 117, 'Crestmead', ''),
(2148, 14, 117, 'Crows Nest', ''),
(2149, 14, 117, 'Currimundi', ''),
(2150, 14, 117, 'Currumbin', ''),
(2151, 14, 117, 'D\'Aguilar', ''),
(2152, 14, 117, 'Dakabin', ''),
(2153, 14, 117, 'Dalby', ''),
(2154, 14, 117, 'Darra', ''),
(2155, 14, 117, 'Dayboro', ''),
(2156, 14, 117, 'Deagon', ''),
(2157, 14, 117, 'Deception Bay', ''),
(2158, 14, 117, 'Deebing Heights', ''),
(2159, 14, 117, 'Deeragun', ''),
(2160, 14, 117, 'Delaneys Creek', ''),
(2161, 14, 117, 'Devereux Creek', ''),
(2162, 14, 117, 'Dicky Beach', ''),
(2163, 14, 117, 'Dimbulah', ''),
(2164, 14, 117, 'Doolandella', ''),
(2165, 14, 117, 'Doonan', ''),
(2166, 14, 117, 'Draper', ''),
(2167, 14, 117, 'Drewvale', ''),
(2168, 14, 117, 'Dugandan', ''),
(2169, 14, 117, 'Dulong', ''),
(2170, 14, 117, 'Dundas', ''),
(2171, 14, 117, 'Dunwich', ''),
(2172, 14, 117, 'Durack', ''),
(2173, 14, 117, 'Eagle Farm', ''),
(2174, 14, 117, 'Eagle Heights', ''),
(2175, 14, 117, 'Eagleby', ''),
(2176, 14, 117, 'Eastern Heights', ''),
(2177, 14, 117, 'Eatons Hill', ''),
(2178, 14, 117, 'Ebbw Vale', ''),
(2179, 14, 117, 'Ebenezer', ''),
(2180, 14, 117, 'Edens Landing', ''),
(2181, 14, 117, 'Edge Hill', ''),
(2182, 14, 117, 'Edmonton', ''),
(2183, 14, 117, 'Eight Mile Plains', ''),
(2184, 14, 117, 'Eimeo Road', ''),
(2185, 14, 117, 'Elanora', ''),
(2186, 14, 117, 'Eli Waters', ''),
(2187, 14, 117, 'Elimbah', ''),
(2188, 14, 117, 'Elliott Heads', ''),
(2189, 14, 117, 'Emerald', ''),
(2190, 14, 117, 'Emu Park', ''),
(2191, 14, 117, 'Endeavour', ''),
(2192, 14, 117, 'Enoggera', ''),
(2193, 14, 117, 'Esk', ''),
(2194, 14, 117, 'Eumundi', ''),
(2195, 14, 117, 'Fernvale', ''),
(2196, 14, 117, 'Ferny Hills', ''),
(2197, 14, 117, 'Fig Tree Pocket', ''),
(2198, 14, 117, 'Fitzgibbon', ''),
(2199, 14, 117, 'Flagstone Creek', ''),
(2200, 14, 117, 'Flaxton', ''),
(2201, 14, 117, 'Fletcher', ''),
(2202, 14, 117, 'Flinders', ''),
(2203, 14, 117, 'Forestdale', ''),
(2204, 14, 117, 'Fortitude Valley', ''),
(2205, 14, 117, 'Freshwater', ''),
(2206, 14, 117, 'Gailes', ''),
(2207, 14, 117, 'Garbutt', ''),
(2208, 14, 117, 'Gatton', ''),
(2209, 14, 117, 'Gaven', ''),
(2210, 14, 117, 'Gayndah', ''),
(2211, 14, 117, 'Gaythorne', ''),
(2212, 14, 117, 'Geebung', ''),
(2213, 14, 117, 'Georgetown', ''),
(2214, 14, 117, 'Gilberton', ''),
(2215, 14, 117, 'Gilston', ''),
(2216, 14, 117, 'Gin Gin', ''),
(2217, 14, 117, 'Giru', ''),
(2218, 14, 117, 'Gladstone', ''),
(2219, 14, 117, 'Glass House Mountains', ''),
(2220, 14, 117, 'Glenden', ''),
(2221, 14, 117, 'Glenore Grove', ''),
(2222, 14, 117, 'Glenview', ''),
(2223, 14, 117, 'Gold Coast', ''),
(2224, 14, 117, 'Golden Beach', ''),
(2225, 14, 117, 'Gooburrum', ''),
(2226, 14, 117, 'Goodna', ''),
(2227, 14, 117, 'Goomboorian', ''),
(2228, 14, 117, 'Goombungee', ''),
(2229, 14, 117, 'Goondiwindi', ''),
(2230, 14, 117, 'Gordonvale', ''),
(2231, 14, 117, 'Gracemere', ''),
(2232, 14, 117, 'Graceville', ''),
(2233, 14, 117, 'Greenbank', ''),
(2234, 14, 117, 'Greenslopes', ''),
(2235, 14, 117, 'Griffin', ''),
(2236, 14, 117, 'Guanaba', ''),
(2237, 14, 117, 'Gulliver', ''),
(2238, 14, 117, 'Gumdale', ''),
(2239, 14, 117, 'Gympie', ''),
(2240, 14, 117, 'Halifax', ''),
(2241, 14, 117, 'Hamilton', ''),
(2242, 14, 117, 'Hamilton Island', ''),
(2243, 14, 117, 'Hatton Vale', ''),
(2244, 14, 117, 'Hawthorne', ''),
(2245, 14, 117, 'Hayman Island', ''),
(2246, 14, 117, 'Heathwood', ''),
(2247, 14, 117, 'Heatley', ''),
(2248, 14, 117, 'Helensvale', ''),
(2249, 14, 117, 'Helidon', ''),
(2250, 14, 117, 'Hemmant', ''),
(2251, 14, 117, 'Hendra', ''),
(2252, 14, 117, 'Herberton', ''),
(2253, 14, 117, 'Heritage Park', ''),
(2254, 14, 117, 'Hermit Park', ''),
(2255, 14, 117, 'Herston', ''),
(2256, 14, 117, 'Hervey Bay', ''),
(2257, 14, 117, 'Highfields', ''),
(2258, 14, 117, 'Highgate Hill', ''),
(2259, 14, 117, 'Highland Park', ''),
(2260, 14, 117, 'Highvale', ''),
(2261, 14, 117, 'Hillcrest', ''),
(2262, 14, 117, 'Hodgson', ''),
(2263, 14, 117, 'Holland Park West', ''),
(2264, 14, 117, 'Hollywell', ''),
(2265, 14, 117, 'Holmview', ''),
(2266, 14, 117, 'Home Hill', ''),
(2267, 14, 117, 'Hope Island', ''),
(2268, 14, 117, 'Hughenden', ''),
(2269, 14, 117, 'Hyde Park', ''),
(2270, 14, 117, 'Idalia', ''),
(2271, 14, 117, 'Ilfracombe', ''),
(2272, 14, 117, 'Ilkley', ''),
(2273, 14, 117, 'Inala', ''),
(2274, 14, 117, 'Indooroopilly', ''),
(2275, 14, 117, 'Ingham', ''),
(2276, 14, 117, 'Innisfail', ''),
(2277, 14, 117, 'Ipswich', ''),
(2278, 14, 117, 'Jacobs Well', ''),
(2279, 14, 117, 'Jamboree Heights', ''),
(2280, 14, 117, 'Jimboomba', ''),
(2281, 14, 117, 'Joyner', ''),
(2282, 14, 117, 'Kalbar', ''),
(2283, 14, 117, 'Kallangur', ''),
(2284, 14, 117, 'Kangaroo Point', ''),
(2285, 14, 117, 'Karalee', ''),
(2286, 14, 117, 'Karana Downs', ''),
(2287, 14, 117, 'Karara', ''),
(2288, 14, 117, 'Karragarra Island', ''),
(2289, 14, 117, 'Kedron', ''),
(2290, 14, 117, 'Kelvin Grove', ''),
(2291, 14, 117, 'Keperra', ''),
(2292, 14, 117, 'Kewarra Beach', ''),
(2293, 14, 117, 'Kholo', ''),
(2294, 14, 117, 'Kiamba', ''),
(2295, 14, 117, 'Kilcoy', ''),
(2296, 14, 117, 'Kilkivan', ''),
(2297, 14, 117, 'Killarney', ''),
(2298, 14, 117, 'Kingaroy', ''),
(2299, 14, 117, 'Kings Beach', ''),
(2300, 14, 117, 'Kingsholme', ''),
(2301, 14, 117, 'Kingsthorpe', ''),
(2302, 14, 117, 'Kingston', ''),
(2303, 14, 117, 'Kippa-Ring', ''),
(2304, 14, 117, 'Kirkwood', ''),
(2305, 14, 117, 'Kleinton', ''),
(2306, 14, 117, 'Kobble', ''),
(2307, 14, 117, 'Kooralbyn', ''),
(2308, 14, 117, 'Kooringal', ''),
(2309, 14, 117, 'Kuluin', ''),
(2310, 14, 117, 'Kunda Park', ''),
(2311, 14, 117, 'Kuraby', ''),
(2312, 14, 117, 'Kuranda', ''),
(2313, 14, 117, 'Kureelpa', ''),
(2314, 14, 117, 'Kurwongbah', ''),
(2315, 14, 117, 'Labrador', ''),
(2316, 14, 117, 'Laidley', ''),
(2317, 14, 117, 'Lake Macdonald', ''),
(2318, 14, 117, 'Lamb Island', ''),
(2319, 14, 117, 'Lamington', ''),
(2320, 14, 117, 'Landsborough', ''),
(2321, 14, 117, 'Lawnton', ''),
(2322, 14, 117, 'Little Burleigh', ''),
(2323, 14, 117, 'Little Mountain', ''),
(2324, 14, 117, 'Lockyer', ''),
(2325, 14, 117, 'Loganholme', ''),
(2326, 14, 117, 'Loganlea', ''),
(2327, 14, 117, 'Longreach', ''),
(2328, 14, 117, 'Lota', ''),
(2329, 14, 117, 'Lowood', ''),
(2330, 14, 117, 'Lutwyche', ''),
(2331, 14, 117, 'Macgregor', ''),
(2332, 14, 117, 'Machans Beach', ''),
(2333, 14, 117, 'Mackay', ''),
(2334, 14, 117, 'Mackenzie', ''),
(2335, 14, 117, 'Maclean', ''),
(2336, 14, 117, 'Macleay Island', ''),
(2337, 14, 117, 'Main Beach', ''),
(2338, 14, 117, 'Malanda', ''),
(2339, 14, 117, 'Maleny', ''),
(2340, 14, 117, 'Mango Hill', ''),
(2341, 14, 117, 'Manly', ''),
(2342, 14, 117, 'Manunda', ''),
(2343, 14, 117, 'Mapleton', ''),
(2344, 14, 117, 'Marcoola', ''),
(2345, 14, 117, 'Mareeba', ''),
(2346, 14, 117, 'Margate', ''),
(2347, 14, 117, 'Marian', ''),
(2348, 14, 117, 'Marlborough', ''),
(2349, 14, 117, 'Maroochydore', ''),
(2350, 14, 117, 'Maryborough', ''),
(2351, 14, 117, 'Maudsland', ''),
(2352, 14, 117, 'McDowall', ''),
(2353, 14, 117, 'Meadowbrook', ''),
(2354, 14, 117, 'Meadowvale', ''),
(2355, 14, 117, 'Meridan Plains', ''),
(2356, 14, 117, 'Mermaid Beach', ''),
(2357, 14, 117, 'Mermaid Waters', ''),
(2358, 14, 117, 'Merrimac', ''),
(2359, 14, 117, 'Miami', ''),
(2360, 14, 117, 'Middle Park', ''),
(2361, 14, 117, 'Middle Ridge', ''),
(2362, 14, 117, 'Mighell', ''),
(2363, 14, 117, 'Millbank', ''),
(2364, 14, 117, 'Millmerran', ''),
(2365, 14, 117, 'Minden', ''),
(2366, 14, 117, 'Mitchell', ''),
(2367, 14, 117, 'Mitchelton', ''),
(2368, 14, 117, 'Moffat Beach', ''),
(2369, 14, 117, 'Moggill', ''),
(2370, 14, 117, 'Molendinar', ''),
(2371, 14, 117, 'Mons', ''),
(2372, 14, 117, 'Monto', ''),
(2373, 14, 117, 'Montville', ''),
(2374, 14, 117, 'Mooloolaba', ''),
(2375, 14, 117, 'Mooloolah Valley', ''),
(2376, 14, 117, 'Moore', ''),
(2377, 14, 117, 'Moores Pocket', ''),
(2378, 14, 117, 'Moorooka', ''),
(2379, 14, 117, 'Moranbah', ''),
(2380, 14, 117, 'Morayfield', ''),
(2381, 14, 117, 'Morningside', ''),
(2382, 14, 117, 'Mount Cotton', ''),
(2383, 14, 117, 'Mount Gravatt', ''),
(2384, 14, 117, 'Mount Isa', ''),
(2385, 14, 117, 'Mount Louisa', ''),
(2386, 14, 117, 'Mount Low', ''),
(2387, 14, 117, 'Mount Mee', ''),
(2388, 14, 117, 'Mount Molar', ''),
(2389, 14, 117, 'Mount Molloy', ''),
(2390, 14, 117, 'Mount Ommaney', ''),
(2391, 14, 117, 'Mount Sheridan', ''),
(2392, 14, 117, 'Mt Coolum', ''),
(2393, 14, 117, 'Mt Crosby', ''),
(2394, 14, 117, 'Mudjimba', ''),
(2395, 14, 117, 'Mundoolun', ''),
(2396, 14, 117, 'Mungar', ''),
(2397, 14, 117, 'Munruben', ''),
(2398, 14, 117, 'Murarrie', ''),
(2399, 14, 117, 'Murgon', ''),
(2400, 14, 117, 'Murphys Creek', ''),
(2401, 14, 117, 'Murrumba', ''),
(2402, 14, 117, 'Nambour', ''),
(2403, 14, 117, 'Nanango', ''),
(2404, 14, 117, 'Narangba', ''),
(2405, 14, 117, 'Nathan', ''),
(2406, 14, 117, 'Natural Bridge', ''),
(2407, 14, 117, 'Nelly Bay', ''),
(2408, 14, 117, 'New Auckland', ''),
(2409, 14, 117, 'New Beith', ''),
(2410, 14, 117, 'New Farm', ''),
(2411, 14, 117, 'Newmarket', ''),
(2412, 14, 117, 'Newstead', ''),
(2413, 14, 117, 'Ningi', ''),
(2414, 14, 117, 'Nobby', ''),
(2415, 14, 117, 'Noosa', ''),
(2416, 14, 117, 'Noosaville', ''),
(2417, 14, 117, 'Norman Gardens', ''),
(2418, 14, 117, 'Norman Park', ''),
(2419, 14, 117, 'North Booval', ''),
(2420, 14, 117, 'North Branch', ''),
(2421, 14, 117, 'North Lakes', ''),
(2422, 14, 117, 'North Tamborine', ''),
(2423, 14, 117, 'North Ward', ''),
(2424, 14, 117, 'Northgate', ''),
(2425, 14, 117, 'Nukku', ''),
(2426, 14, 117, 'Nundah', ''),
(2427, 14, 117, 'Oak Valley', ''),
(2428, 14, 117, 'Oakey', ''),
(2429, 14, 117, 'Oakhurst', ''),
(2430, 14, 117, 'Ocean View', ''),
(2431, 14, 117, 'Old Bribie', ''),
(2432, 14, 117, 'One Mile', ''),
(2433, 14, 117, 'Oonoonba', ''),
(2434, 14, 117, 'Ormeau', ''),
(2435, 14, 117, 'Ormiston', ''),
(2436, 14, 117, 'Owanyilla', ''),
(2437, 14, 117, 'Oxenford', ''),
(2438, 14, 117, 'Oxley', ''),
(2439, 14, 117, 'Pacific Pines', ''),
(2440, 14, 117, 'Paget', ''),
(2441, 14, 117, 'Pallara', ''),
(2442, 14, 117, 'Palm Cove', ''),
(2443, 14, 117, 'Palm Island', ''),
(2444, 14, 117, 'Palmview', ''),
(2445, 14, 117, 'Palmwoods', ''),
(2446, 14, 117, 'Park Ridge', ''),
(2447, 14, 117, 'Parkhurst', ''),
(2448, 14, 117, 'Parkinson', ''),
(2449, 14, 117, 'Parrearra', ''),
(2450, 14, 117, 'Peachester', ''),
(2451, 14, 117, 'Peak Crossing', ''),
(2452, 14, 117, 'Pelican', ''),
(2453, 14, 117, 'Peregian Beach', ''),
(2454, 14, 117, 'Peregian Springs', ''),
(2455, 14, 117, 'Petrie', ''),
(2456, 14, 117, 'Pialba', ''),
(2457, 14, 117, 'Pimpama', ''),
(2458, 14, 117, 'Pine Mountain', ''),
(2459, 14, 117, 'Pinkenba', ''),
(2460, 14, 117, 'Pioneer', ''),
(2461, 14, 117, 'Pittsworth', ''),
(2462, 14, 117, 'Plainland', ''),
(2463, 14, 117, 'Point Lookout', ''),
(2464, 14, 117, 'Point Vernon', ''),
(2465, 14, 117, 'Pomona', ''),
(2466, 14, 117, 'Port Douglas', ''),
(2467, 14, 117, 'Proserpine', ''),
(2468, 14, 117, 'Pullen Vale', ''),
(2469, 14, 117, 'Raceview', ''),
(2470, 14, 117, 'Rangeville', ''),
(2471, 14, 117, 'Rasmussen', ''),
(2472, 14, 117, 'Ravensbourne', ''),
(2473, 14, 117, 'Ravenshoe', ''),
(2474, 14, 117, 'Red Hill', ''),
(2475, 14, 117, 'Redbank', ''),
(2476, 14, 117, 'Redcliffe', ''),
(2477, 14, 117, 'Redland Bay', ''),
(2478, 14, 117, 'Redlynch', ''),
(2479, 14, 117, 'Reesville', ''),
(2480, 14, 117, 'Regency Downs', ''),
(2481, 14, 117, 'Ripley', ''),
(2482, 14, 117, 'River Ranch', ''),
(2483, 14, 117, 'Riverhills', ''),
(2484, 14, 117, 'Riverview', ''),
(2485, 14, 117, 'Robina', ''),
(2486, 14, 117, 'Rochedale', ''),
(2487, 14, 117, 'Rockhampton', ''),
(2488, 14, 117, 'Rocklea', ''),
(2489, 14, 117, 'Rockville', ''),
(2490, 14, 117, 'Roma', ''),
(2491, 14, 117, 'Rosedale', ''),
(2492, 14, 117, 'Rosemount', ''),
(2493, 14, 117, 'Ross River', ''),
(2494, 14, 117, 'Rothwell', ''),
(2495, 14, 117, 'Runaway Bay', ''),
(2496, 14, 117, 'Runcorn', ''),
(2497, 14, 117, 'Russell Island', ''),
(2498, 14, 117, 'Sadliers Crossing', ''),
(2499, 14, 117, 'Saint George', ''),
(2500, 14, 117, 'Saint Lucia', ''),
(2501, 14, 117, 'Samford', ''),
(2502, 14, 117, 'Sanctuary Cove', ''),
(2503, 14, 117, 'Sandgate', ''),
(2504, 14, 117, 'Sandstone Point', ''),
(2505, 14, 117, 'Sapphire', ''),
(2506, 14, 117, 'Sarina', ''),
(2507, 14, 117, 'Scarborough', ''),
(2508, 14, 117, 'Scarness', ''),
(2509, 14, 117, 'Seventeen Mile Rocks', ''),
(2510, 14, 117, 'Shailer Park', ''),
(2511, 14, 117, 'Sheldon', ''),
(2512, 14, 117, 'Shelly Beach', ''),
(2513, 14, 117, 'Shorncliffe', ''),
(2514, 14, 117, 'Silkstone', ''),
(2515, 14, 117, 'Sinnamon Park', ''),
(2516, 14, 117, 'Sippy Downs', ''),
(2517, 14, 117, 'Slacks Creek', ''),
(2518, 14, 117, 'Slade Point', ''),
(2519, 14, 117, 'South Bank', ''),
(2520, 14, 117, 'South Johnstone', ''),
(2521, 14, 117, 'Southport', ''),
(2522, 14, 117, 'Southside', ''),
(2523, 14, 117, 'Spring Hill', ''),
(2524, 14, 117, 'Springbrook', ''),
(2525, 14, 117, 'Springfield', ''),
(2526, 14, 117, 'Springsure', ''),
(2527, 14, 117, 'Stafford', ''),
(2528, 14, 117, 'Stafford Heights', ''),
(2529, 14, 117, 'Stanmore', ''),
(2530, 14, 117, 'Stanthorpe', ''),
(2531, 14, 117, 'Steiglitz', ''),
(2532, 14, 117, 'Strathpine', ''),
(2533, 14, 117, 'Stretton', ''),
(2534, 14, 117, 'Sumner', ''),
(2535, 14, 117, 'Sunnybank', ''),
(2536, 14, 117, 'Sunrise Beach', ''),
(2537, 14, 117, 'Surfers Paradise', ''),
(2538, 14, 117, 'Swanbank', ''),
(2539, 14, 117, 'Taigum', ''),
(2540, 14, 117, 'Tallai', ''),
(2541, 14, 117, 'Tamaree', ''),
(2542, 14, 117, 'Tamborine Mountain', ''),
(2543, 14, 117, 'Tamrookum', ''),
(2544, 14, 117, 'Tanah Merah', ''),
(2545, 14, 117, 'Tanawha', ''),
(2546, 14, 117, 'Tannum Sands', ''),
(2547, 14, 117, 'Tansey', ''),
(2548, 14, 117, 'Tarampa Flat', ''),
(2549, 14, 117, 'Taringa', ''),
(2550, 14, 117, 'Taroom', ''),
(2551, 14, 117, 'Tarragindi', ''),
(2552, 14, 117, 'Tarzali', ''),
(2553, 14, 117, 'Taylor', ''),
(2554, 14, 117, 'Te Kowai', ''),
(2555, 14, 117, 'Telina', ''),
(2556, 14, 117, 'Teneriffe', ''),
(2557, 14, 117, 'Tennyson', ''),
(2558, 14, 117, 'Tewantin', ''),
(2559, 14, 117, 'Thagoona', ''),
(2560, 14, 117, 'The Gap', ''),
(2561, 14, 117, 'The Summit', ''),
(2562, 14, 117, 'Theodore', ''),
(2563, 14, 117, 'Thorneside', ''),
(2564, 14, 117, 'Thornlands', ''),
(2565, 14, 117, 'Thornton', ''),
(2566, 14, 117, 'Thuringowa', ''),
(2567, 14, 117, 'Thursday Island', ''),
(2568, 14, 117, 'Tieri', ''),
(2569, 14, 117, 'Tin Can Bay', ''),
(2570, 14, 117, 'Tingalpa', ''),
(2571, 14, 117, 'Tivoli', ''),
(2572, 14, 117, 'Tolga', ''),
(2573, 14, 117, 'Toogoolawah', ''),
(2574, 14, 117, 'Toombul', ''),
(2575, 14, 117, 'Toowong', ''),
(2576, 14, 117, 'Toowoomba', ''),
(2577, 14, 117, 'Torquay', ''),
(2578, 14, 117, 'Townsville', ''),
(2579, 14, 117, 'Trinity Beach', ''),
(2580, 14, 117, 'Tugun', ''),
(2581, 14, 117, 'Tully', ''),
(2582, 14, 117, 'Tully Heads', ''),
(2583, 14, 117, 'Twin Waters', ''),
(2584, 14, 117, 'Upper Brookfield', ''),
(2585, 14, 117, 'Upper Caboolture', ''),
(2586, 14, 117, 'Upper Coomera', ''),
(2587, 14, 117, 'Upper Kedron', ''),
(2588, 14, 117, 'Upper Mudgeeraba', ''),
(2589, 14, 117, 'Upper Nerang', ''),
(2590, 14, 117, 'Upper Tallebudgera', ''),
(2591, 14, 117, 'Urangan', ''),
(2592, 14, 117, 'Urraween', ''),
(2593, 14, 117, 'Varsity Lakes', ''),
(2594, 14, 117, 'Victoria Point', ''),
(2595, 14, 117, 'Victory Heights', ''),
(2596, 14, 117, 'Virginia', ''),
(2597, 14, 117, 'Wacol', ''),
(2598, 14, 117, 'Wakerley', ''),
(2599, 14, 117, 'Walkamin', ''),
(2600, 14, 117, 'Walkerston', ''),
(2601, 14, 117, 'Walloon', ''),
(2602, 14, 117, 'Wamuran', ''),
(2603, 14, 117, 'Warana', ''),
(2604, 14, 117, 'Warner', ''),
(2605, 14, 117, 'Warren', ''),
(2606, 14, 117, 'Warwick', ''),
(2607, 14, 117, 'Waterford', ''),
(2608, 14, 117, 'Wattle Park', ''),
(2609, 14, 117, 'Wavell Heights', ''),
(2610, 14, 117, 'Wellers Hill', ''),
(2611, 14, 117, 'Wellington Point', ''),
(2612, 14, 117, 'West Burleigh', ''),
(2613, 14, 117, 'West End', ''),
(2614, 14, 117, 'Westcourt', ''),
(2615, 14, 117, 'Westlake', ''),
(2616, 14, 117, 'White Patch', ''),
(2617, 14, 117, 'White Rock', ''),
(2618, 14, 117, 'Whiteside', ''),
(2619, 14, 117, 'Wights Mountain', ''),
(2620, 14, 117, 'Willawong', ''),
(2621, 14, 117, 'Willowbank', ''),
(2622, 14, 117, 'Wilsonton', ''),
(2623, 14, 117, 'Wilston', ''),
(2624, 14, 117, 'Windaroo', ''),
(2625, 14, 117, 'Windsor', ''),
(2626, 14, 117, 'Wishart', ''),
(2627, 14, 117, 'Witta', ''),
(2628, 14, 117, 'Wondai', ''),
(2629, 14, 117, 'Wonga', ''),
(2630, 14, 117, 'Wongawallan', ''),
(2631, 14, 117, 'Woodford', ''),
(2632, 14, 117, 'Woodgate', ''),
(2633, 14, 117, 'Woodridge', ''),
(2634, 14, 117, 'Woody Point', ''),
(2635, 14, 117, 'Woolloongabba', ''),
(2636, 14, 117, 'Wooloowin', ''),
(2637, 14, 117, 'Woombye', ''),
(2638, 14, 117, 'Woorim', ''),
(2639, 14, 117, 'Wooroolin', ''),
(2640, 14, 117, 'Woree', ''),
(2641, 14, 117, 'Worongary', ''),
(2642, 14, 117, 'Wulkuraka', ''),
(2643, 14, 117, 'Wurtulla', ''),
(2644, 14, 117, 'Wynnum', ''),
(2645, 14, 117, 'Wynnum North', ''),
(2646, 14, 117, 'Wyreema', ''),
(2647, 14, 117, 'Yaamba', ''),
(2648, 14, 117, 'Yamanto', ''),
(2649, 14, 117, 'Yandaran', ''),
(2650, 14, 117, 'Yandina Creek', ''),
(2651, 14, 117, 'Yangan', ''),
(2652, 14, 117, 'Yargullen', ''),
(2653, 14, 117, 'Yaroomba', ''),
(2654, 14, 117, 'Yarrabilba', ''),
(2655, 14, 117, 'Yarraman', ''),
(2656, 14, 117, 'Yatala', ''),
(2657, 14, 117, 'Yeerongpilly', ''),
(2658, 14, 117, 'Yeppoon', ''),
(2659, 14, 117, 'Yeronga', ''),
(2660, 14, 117, 'Yerra', ''),
(2661, 14, 117, 'Yorkeys Knob', ''),
(2662, 14, 117, 'Yungaburra', ''),
(2663, 14, 117, 'Zillmere', ''),
(2664, 14, 118, 'Adelaide', ''),
(2665, 14, 118, 'Aldgate', ''),
(2666, 14, 118, 'Aldinga', ''),
(2667, 14, 118, 'Aldinga Beach', ''),
(2668, 14, 118, 'Allenby Gardens', ''),
(2669, 14, 118, 'Andrews Farm', ''),
(2670, 14, 118, 'Angas Plains', ''),
(2671, 14, 118, 'Angaston', ''),
(2672, 14, 118, 'Angle Park', ''),
(2673, 14, 118, 'Angle Vale', ''),
(2674, 14, 118, 'Arno Bay', ''),
(2675, 14, 118, 'Athelstone', ''),
(2676, 14, 118, 'Auldana', ''),
(2677, 14, 118, 'Avenue', ''),
(2678, 14, 118, 'Back Valley', ''),
(2679, 14, 118, 'Balaklava', ''),
(2680, 14, 118, 'Balhannah', ''),
(2681, 14, 118, 'Banksia Park', ''),
(2682, 14, 118, 'Beaumont', ''),
(2683, 14, 118, 'Bedford Park', ''),
(2684, 14, 118, 'Belair', ''),
(2685, 14, 118, 'Berri', ''),
(2686, 14, 118, 'Birdwood', ''),
(2687, 14, 118, 'Birkenhead', ''),
(2688, 14, 118, 'Black Rock', ''),
(2689, 14, 118, 'Blackwood', ''),
(2690, 14, 118, 'Blakeview', ''),
(2691, 14, 118, 'Blanchetown', ''),
(2692, 14, 118, 'Blyth', ''),
(2693, 14, 118, 'Bolivar', ''),
(2694, 14, 118, 'Bonython', ''),
(2695, 14, 118, 'Booleroo Centre', ''),
(2696, 14, 118, 'Bordertown', ''),
(2697, 14, 118, 'Bowden', ''),
(2698, 14, 118, 'Bradbury', ''),
(2699, 14, 118, 'Brahma Lodge', ''),
(2700, 14, 118, 'Bridgewater', ''),
(2701, 14, 118, 'Brighton', ''),
(2702, 14, 118, 'Broadview', ''),
(2703, 14, 118, 'Brompton', ''),
(2704, 14, 118, 'Bruce', ''),
(2705, 14, 118, 'Burton', ''),
(2706, 14, 118, 'Butler', ''),
(2707, 14, 118, 'Cadell', ''),
(2708, 14, 118, 'Caloote', ''),
(2709, 14, 118, 'Campbelltown', ''),
(2710, 14, 118, 'Cavan', ''),
(2711, 14, 118, 'Ceduna', ''),
(2712, 14, 118, 'Charleston', ''),
(2713, 14, 118, 'Cheltenham', ''),
(2714, 14, 118, 'Christie Downs', ''),
(2715, 14, 118, 'Clapham', ''),
(2716, 14, 118, 'Clare', ''),
(2717, 14, 118, 'Clarence Gardens', ''),
(2718, 14, 118, 'Clarence Park', ''),
(2719, 14, 118, 'Clarendon', ''),
(2720, 14, 118, 'Clearview', ''),
(2721, 14, 118, 'Cleve', ''),
(2722, 14, 118, 'Cockburn', ''),
(2723, 14, 118, 'College Park', ''),
(2724, 14, 118, 'Collinswood', ''),
(2725, 14, 118, 'Colonel Light Gardens', ''),
(2726, 14, 118, 'Coobowie', ''),
(2727, 14, 118, 'Cook', ''),
(2728, 14, 118, 'Coromandel Valley', ''),
(2729, 14, 118, 'Cowandilla', ''),
(2730, 14, 118, 'Crafers', ''),
(2731, 14, 118, 'Craigburn Farm', ''),
(2732, 14, 118, 'Craigmore', ''),
(2733, 14, 118, 'Cromer', ''),
(2734, 14, 118, 'Crystal Brook', ''),
(2735, 14, 118, 'Cumberland Park', ''),
(2736, 14, 118, 'Cummins', ''),
(2737, 14, 118, 'Darlington', ''),
(2738, 14, 118, 'Davoren Park', ''),
(2739, 14, 118, 'Daw Park', ''),
(2740, 14, 118, 'Dernancourt', ''),
(2741, 14, 118, 'Dublin', ''),
(2742, 14, 118, 'Dulwich', ''),
(2743, 14, 118, 'Echunga', ''),
(2744, 14, 118, 'Eden Valley', ''),
(2745, 14, 118, 'Edinburgh', ''),
(2746, 14, 118, 'Edithburgh', ''),
(2747, 14, 118, 'Edwardstown', ''),
(2748, 14, 118, 'Elizabeth', ''),
(2749, 14, 118, 'Encounter Bay', ''),
(2750, 14, 118, 'Erskine', ''),
(2751, 14, 118, 'Ethelton', ''),
(2752, 14, 118, 'Eudunda', ''),
(2753, 14, 118, 'Evanston', ''),
(2754, 14, 118, 'Evanston Gardens', ''),
(2755, 14, 118, 'Evanston South', ''),
(2756, 14, 118, 'Felixstow', ''),
(2757, 14, 118, 'Ferryden Park', ''),
(2758, 14, 118, 'Findon', ''),
(2759, 14, 118, 'Flagstaff Hill', ''),
(2760, 14, 118, 'Freeling', ''),
(2761, 14, 118, 'Frewville', ''),
(2762, 14, 118, 'Fullarton', ''),
(2763, 14, 118, 'Gawler', ''),
(2764, 14, 118, 'Gepps Cross', ''),
(2765, 14, 118, 'Gilles Plains', ''),
(2766, 14, 118, 'Gillman', ''),
(2767, 14, 118, 'Gladstone', ''),
(2768, 14, 118, 'Glandore', ''),
(2769, 14, 118, 'Glanville', ''),
(2770, 14, 118, 'Glen Osmond', ''),
(2771, 14, 118, 'Glenalta', ''),
(2772, 14, 118, 'Glenelg', ''),
(2773, 14, 118, 'Glengowrie', ''),
(2774, 14, 118, 'Glenside', ''),
(2775, 14, 118, 'Glenunga', ''),
(2776, 14, 118, 'Glossop', ''),
(2777, 14, 118, 'Glynde', ''),
(2778, 14, 118, 'Golden Grove', ''),
(2779, 14, 118, 'Goolwa', ''),
(2780, 14, 118, 'Grange', ''),
(2781, 14, 118, 'Green Fields', ''),
(2782, 14, 118, 'Greenacres', ''),
(2783, 14, 118, 'Greenock', ''),
(2784, 14, 118, 'Greenwith', ''),
(2785, 14, 118, 'Gulfview Heights', ''),
(2786, 14, 118, 'Gumeracha', ''),
(2787, 14, 118, 'Hackham', ''),
(2788, 14, 118, 'Hackney', ''),
(2789, 14, 118, 'Hahndorf', ''),
(2790, 14, 118, 'Hallett', ''),
(2791, 14, 118, 'Hamilton', ''),
(2792, 14, 118, 'Hammond', ''),
(2793, 14, 118, 'Happy Valley', ''),
(2794, 14, 118, 'Hawker', ''),
(2795, 14, 118, 'Hawthorndene', ''),
(2796, 14, 118, 'Heathfield', ''),
(2797, 14, 118, 'Heathpool', ''),
(2798, 14, 118, 'Hectorville', ''),
(2799, 14, 118, 'Hendon', ''),
(2800, 14, 118, 'Henley Beach', ''),
(2801, 14, 118, 'Henley Beach South', ''),
(2802, 14, 118, 'Hewett', ''),
(2803, 14, 118, 'Highgate', ''),
(2804, 14, 118, 'Hillbank', ''),
(2805, 14, 118, 'Hilton', ''),
(2806, 14, 118, 'Hindmarsh', ''),
(2807, 14, 118, 'Holden Hill', ''),
(2808, 14, 118, 'Hope Valley', ''),
(2809, 14, 118, 'Howe', ''),
(2810, 14, 118, 'Hoyleton', ''),
(2811, 14, 118, 'Huntfield Heights', ''),
(2812, 14, 118, 'Hyde Park', ''),
(2813, 14, 118, 'Ingle Farm', ''),
(2814, 14, 118, 'Inglewood', ''),
(2815, 14, 118, 'Kadina', ''),
(2816, 14, 118, 'Kanmantoo', ''),
(2817, 14, 118, 'Kapunda', ''),
(2818, 14, 118, 'Karoonda', ''),
(2819, 14, 118, 'Kensington and Norwood', ''),
(2820, 14, 118, 'Kent Town', ''),
(2821, 14, 118, 'Kersbrook', ''),
(2822, 14, 118, 'Keswick', ''),
(2823, 14, 118, 'Kidman Park', ''),
(2824, 14, 118, 'Kilburn', ''),
(2825, 14, 118, 'Kilkenny', ''),
(2826, 14, 118, 'Kingscote', ''),
(2827, 14, 118, 'Klemzig', ''),
(2828, 14, 118, 'Koolunga', ''),
(2829, 14, 118, 'Kurralta Park', ''),
(2830, 14, 118, 'Largs Bay', ''),
(2831, 14, 118, 'Largs North', ''),
(2832, 14, 118, 'Leabrook', ''),
(2833, 14, 118, 'Leigh Creek', ''),
(2834, 14, 118, 'Lenswood', ''),
(2835, 14, 118, 'Lewiston', ''),
(2836, 14, 118, 'Little Hampton', ''),
(2837, 14, 118, 'Lobethal', ''),
(2838, 14, 118, 'Lockleys', ''),
(2839, 14, 118, 'Lonsdale', ''),
(2840, 14, 118, 'Loxton', ''),
(2841, 14, 118, 'Lyndoch', ''),
(2842, 14, 118, 'Macclesfield', ''),
(2843, 14, 118, 'MacDonald Park', ''),
(2844, 14, 118, 'Magill', ''),
(2845, 14, 118, 'Maitland', ''),
(2846, 14, 118, 'Mallala', ''),
(2847, 14, 118, 'Mannum', ''),
(2848, 14, 118, 'Marden', ''),
(2849, 14, 118, 'Marion', ''),
(2850, 14, 118, 'Mawson Lakes', ''),
(2851, 14, 118, 'McCracken', ''),
(2852, 14, 118, 'McLachlan', ''),
(2853, 14, 118, 'McLaren Vale', ''),
(2854, 14, 118, 'Meadows', ''),
(2855, 14, 118, 'Medindie', ''),
(2856, 14, 118, 'Middleton', ''),
(2857, 14, 118, 'Milang', ''),
(2858, 14, 118, 'Mile End', ''),
(2859, 14, 118, 'Millicent', ''),
(2860, 14, 118, 'Millswood', ''),
(2861, 14, 118, 'Mindarie', ''),
(2862, 14, 118, 'Minlaton', ''),
(2863, 14, 118, 'Mitcham', ''),
(2864, 14, 118, 'Moana', ''),
(2865, 14, 118, 'Modbury', ''),
(2866, 14, 118, 'Monarto', ''),
(2867, 14, 118, 'Monash', ''),
(2868, 14, 118, 'Montacute', ''),
(2869, 14, 118, 'Moonta Bay', ''),
(2870, 14, 118, 'Morgan', ''),
(2871, 14, 118, 'Morphett Vale', ''),
(2872, 14, 118, 'Morphettville', ''),
(2873, 14, 118, 'Mount Barker', ''),
(2874, 14, 118, 'Mount Compass', ''),
(2875, 14, 118, 'Mount Gambier', ''),
(2876, 14, 118, 'Mount Pleasant', ''),
(2877, 14, 118, 'Mount Torrens', ''),
(2878, 14, 118, 'Munno Para West', ''),
(2879, 14, 118, 'Murray Bridge', ''),
(2880, 14, 118, 'Mylor', ''),
(2881, 14, 118, 'Mypolonga', ''),
(2882, 14, 118, 'Nailsworth', ''),
(2883, 14, 118, 'Nairne', ''),
(2884, 14, 118, 'Naracoorte', ''),
(2885, 14, 118, 'Netley', ''),
(2886, 14, 118, 'Newton', ''),
(2887, 14, 118, 'Noarlunga', ''),
(2888, 14, 118, 'Northfield', ''),
(2889, 14, 118, 'Norton Summit', ''),
(2890, 14, 118, 'Novar Gardens', ''),
(2891, 14, 118, 'Nuriootpa', ''),
(2892, 14, 118, 'O\'Halloran Hill', ''),
(2893, 14, 118, 'Oakbank', ''),
(2894, 14, 118, 'Oakden', ''),
(2895, 14, 118, 'Oaklands', ''),
(2896, 14, 118, 'One Tree Hill', ''),
(2897, 14, 118, 'Onkaparinga Hills', ''),
(2898, 14, 118, 'Orroroo', ''),
(2899, 14, 118, 'Ottoway', ''),
(2900, 14, 118, 'Owen', ''),
(2901, 14, 118, 'Palmer', ''),
(2902, 14, 118, 'Panorama', ''),
(2903, 14, 118, 'Para Hills', ''),
(2904, 14, 118, 'Para Hills West', ''),
(2905, 14, 118, 'Para Vista', ''),
(2906, 14, 118, 'Parafield Gardens', ''),
(2907, 14, 118, 'Paralowie', ''),
(2908, 14, 118, 'Park Holme', ''),
(2909, 14, 118, 'Pasadena', ''),
(2910, 14, 118, 'Payneham', ''),
(2911, 14, 118, 'Payneham South', ''),
(2912, 14, 118, 'Penfield', ''),
(2913, 14, 118, 'Pennington', ''),
(2914, 14, 118, 'Peterborough', ''),
(2915, 14, 118, 'Piccadilly', ''),
(2916, 14, 118, 'Plympton', ''),
(2917, 14, 118, 'Pooraka', ''),
(2918, 14, 118, 'Port Augusta', ''),
(2919, 14, 118, 'Port Elliot', ''),
(2920, 14, 118, 'Port Lincoln', ''),
(2921, 14, 118, 'Port Noarlunga', ''),
(2922, 14, 118, 'Port Pirie', ''),
(2923, 14, 118, 'Port Vincent', ''),
(2924, 14, 118, 'Port Wakefield', ''),
(2925, 14, 118, 'Prospect', ''),
(2926, 14, 118, 'Redwood Park', ''),
(2927, 14, 118, 'Reeves Plains', ''),
(2928, 14, 118, 'Regency Park', ''),
(2929, 14, 118, 'Renmark', ''),
(2930, 14, 118, 'Renown Park', ''),
(2931, 14, 118, 'Reynella', ''),
(2932, 14, 118, 'Ridgehaven', ''),
(2933, 14, 118, 'Ridleyton', ''),
(2934, 14, 118, 'Robertstown', ''),
(2935, 14, 118, 'Rose Park', ''),
(2936, 14, 118, 'Rosewater', ''),
(2937, 14, 118, 'Roseworthy', ''),
(2938, 14, 118, 'Rosslyn Park', ''),
(2939, 14, 118, 'Rostrevor', ''),
(2940, 14, 118, 'Roxby Downs', ''),
(2941, 14, 118, 'Saddleworth', ''),
(2942, 14, 118, 'Saints', ''),
(2943, 14, 118, 'Salisbury', ''),
(2944, 14, 118, 'Seacliff', ''),
(2945, 14, 118, 'Seaford', ''),
(2946, 14, 118, 'Seaton', ''),
(2947, 14, 118, 'Seaview', ''),
(2948, 14, 118, 'Sedan', ''),
(2949, 14, 118, 'Sefton Park', ''),
(2950, 14, 118, 'Sellicks Beach', ''),
(2951, 14, 118, 'Semaphore', ''),
(2952, 14, 118, 'Sheidow Park', ''),
(2953, 14, 118, 'Smithfield', ''),
(2954, 14, 118, 'Somerset', ''),
(2955, 14, 118, 'Springton', ''),
(2956, 14, 118, 'Stepney', ''),
(2957, 14, 118, 'Stirling', ''),
(2958, 14, 118, 'Stockwell', ''),
(2959, 14, 118, 'Stockyard Creek', ''),
(2960, 14, 118, 'Stonyfell', ''),
(2961, 14, 118, 'Strathalbyn', ''),
(2962, 14, 118, 'Streaky Bay', ''),
(2963, 14, 118, 'Sturt', ''),
(2964, 14, 118, 'Summertown', ''),
(2965, 14, 118, 'Surrey Downs', ''),
(2966, 14, 118, 'Tanunda', ''),
(2967, 14, 118, 'Taperoo', ''),
(2968, 14, 118, 'Tarlee', ''),
(2969, 14, 118, 'Thebarton', ''),
(2970, 14, 118, 'Thorngate', ''),
(2971, 14, 118, 'Torrens Park', ''),
(2972, 14, 118, 'Torrensville', ''),
(2973, 14, 118, 'Tranmere', ''),
(2974, 14, 118, 'Trinity Gardens', ''),
(2975, 14, 118, 'Trott Park', ''),
(2976, 14, 118, 'Tusmore', ''),
(2977, 14, 118, 'Two Wells', ''),
(2978, 14, 118, 'Underdale', ''),
(2979, 14, 118, 'Unley', ''),
(2980, 14, 118, 'Upper Sturt', ''),
(2981, 14, 118, 'Uraidla', ''),
(2982, 14, 118, 'Urrbrae', ''),
(2983, 14, 118, 'Vale Park', ''),
(2984, 14, 118, 'Verdun', ''),
(2985, 14, 118, 'Victor Harbor', ''),
(2986, 14, 118, 'Virginia', ''),
(2987, 14, 118, 'Vista', ''),
(2988, 14, 118, 'Walkley Heights', ''),
(2989, 14, 118, 'Wallaroo', ''),
(2990, 14, 118, 'Warradale', ''),
(2991, 14, 118, 'Wayville', ''),
(2992, 14, 118, 'Welland', ''),
(2993, 14, 118, 'Westbourne Park', ''),
(2994, 14, 118, 'Wharminda', ''),
(2995, 14, 118, 'Whyalla', ''),
(2996, 14, 118, 'Willaston', ''),
(2997, 14, 118, 'Williamstown', ''),
(2998, 14, 118, 'Willunga', ''),
(2999, 14, 118, 'Wilson', ''),
(3000, 14, 118, 'Windsor Gardens', ''),
(3001, 14, 118, 'Wingfield', ''),
(3002, 14, 118, 'Wistow', ''),
(3003, 14, 118, 'Woodcroft', ''),
(3004, 14, 118, 'Woodlands', ''),
(3005, 14, 118, 'Woodside', ''),
(3006, 14, 118, 'Woodville', ''),
(3007, 14, 118, 'Wynn Vale', ''),
(3008, 14, 118, 'Yankalilla', ''),
(3009, 14, 119, 'Abbotsham', ''),
(3010, 14, 119, 'Acton Park', ''),
(3011, 14, 119, 'Austins Ferry', ''),
(3012, 14, 119, 'Battery Point', ''),
(3013, 14, 119, 'Beaconsfield', ''),
(3014, 14, 119, 'Bellerive', ''),
(3015, 14, 119, 'Berriedale', ''),
(3016, 14, 119, 'Bicheno', ''),
(3017, 14, 119, 'Black River', ''),
(3018, 14, 119, 'Blackmans Bay', ''),
(3019, 14, 119, 'Blackstone Heights', ''),
(3020, 14, 119, 'Bonnet Hill', ''),
(3021, 14, 119, 'Bridgenorth', ''),
(3022, 14, 119, 'Bridgewater', ''),
(3023, 14, 119, 'Bridport', ''),
(3024, 14, 119, 'Burnie', ''),
(3025, 14, 119, 'Cambridge', ''),
(3026, 14, 119, 'Carlton', ''),
(3027, 14, 119, 'Chigwell', ''),
(3028, 14, 119, 'Christmas Hills', ''),
(3029, 14, 119, 'Claremont', ''),
(3030, 14, 119, 'Cooee', ''),
(3031, 14, 119, 'Crabtree', ''),
(3032, 14, 119, 'Cradoc', ''),
(3033, 14, 119, 'Cranbrook', ''),
(3034, 14, 119, 'Cressy', ''),
(3035, 14, 119, 'Currie', ''),
(3036, 14, 119, 'Cygnet', ''),
(3037, 14, 119, 'Deloraine', ''),
(3038, 14, 119, 'Devonport', ''),
(3039, 14, 119, 'Dilston', ''),
(3040, 14, 119, 'Dodges Ferry', ''),
(3041, 14, 119, 'Dover', ''),
(3042, 14, 119, 'Dromedary', ''),
(3043, 14, 119, 'Ellendale', ''),
(3044, 14, 119, 'Evandale', ''),
(3045, 14, 119, 'Exeter', ''),
(3046, 14, 119, 'Exton', ''),
(3047, 14, 119, 'Fern Tree', ''),
(3048, 14, 119, 'Fingal', ''),
(3049, 14, 119, 'Forest', ''),
(3050, 14, 119, 'Franklin', ''),
(3051, 14, 119, 'Gagebrook', ''),
(3052, 14, 119, 'Geeveston', ''),
(3053, 14, 119, 'Geilston Bay', ''),
(3054, 14, 119, 'George Town', ''),
(3055, 14, 119, 'Gladstone', ''),
(3056, 14, 119, 'Glengarry', ''),
(3057, 14, 119, 'Glenorchy', ''),
(3058, 14, 119, 'Goodwood', ''),
(3059, 14, 119, 'Granton', ''),
(3060, 14, 119, 'Gravelly Beach', ''),
(3061, 14, 119, 'Greens Beach', ''),
(3062, 14, 119, 'Grove', ''),
(3063, 14, 119, 'Hadspen', ''),
(3064, 14, 119, 'Havenview', ''),
(3065, 14, 119, 'Hawley Beach', ''),
(3066, 14, 119, 'Hermitage', ''),
(3067, 14, 119, 'Hobart', ''),
(3068, 14, 119, 'Honeywood', ''),
(3069, 14, 119, 'Howrah', ''),
(3070, 14, 119, 'Huonville', ''),
(3071, 14, 119, 'Invermay', ''),
(3072, 14, 119, 'Kettering', ''),
(3073, 14, 119, 'Kings Park', ''),
(3074, 14, 119, 'Kingston', ''),
(3075, 14, 119, 'Kingston Beach', ''),
(3076, 14, 119, 'Latrobe', ''),
(3077, 14, 119, 'Launceston', ''),
(3078, 14, 119, 'Legana', ''),
(3079, 14, 119, 'Leith', ''),
(3080, 14, 119, 'Lenah Valley', ''),
(3081, 14, 119, 'Lewisham', ''),
(3082, 14, 119, 'Lilydale', ''),
(3083, 14, 119, 'Lindisfarne', ''),
(3084, 14, 119, 'Loira', ''),
(3085, 14, 119, 'Longford', ''),
(3086, 14, 119, 'Lutana', ''),
(3087, 14, 119, 'Margate', ''),
(3088, 14, 119, 'Mayfield', ''),
(3089, 14, 119, 'Middleton', ''),
(3090, 14, 119, 'Midway Point', ''),
(3091, 14, 119, 'Moina', ''),
(3092, 14, 119, 'Moonah', ''),
(3093, 14, 119, 'Moorina', ''),
(3094, 14, 119, 'Moriarty Road', ''),
(3095, 14, 119, 'Mount Rumney', ''),
(3096, 14, 119, 'Mowbray', ''),
(3097, 14, 119, 'Myrtle Bank', ''),
(3098, 14, 119, 'New Town', ''),
(3099, 14, 119, 'Newnham', ''),
(3100, 14, 119, 'Newstead', ''),
(3101, 14, 119, 'Nunamara', ''),
(3102, 14, 119, 'Oatlands', ''),
(3103, 14, 119, 'Old Beach', ''),
(3104, 14, 119, 'Oldina', ''),
(3105, 14, 119, 'Opossum Bay', ''),
(3106, 14, 119, 'Ouse', ''),
(3107, 14, 119, 'Oyster Cove', ''),
(3108, 14, 119, 'Paradise', ''),
(3109, 14, 119, 'Penguin', ''),
(3110, 14, 119, 'Perth', ''),
(3111, 14, 119, 'Poatina', ''),
(3112, 14, 119, 'Queenstown', ''),
(3113, 14, 119, 'Quoiba', ''),
(3114, 14, 119, 'Railton', ''),
(3115, 14, 119, 'Richmond', ''),
(3116, 14, 119, 'Risdon', ''),
(3117, 14, 119, 'Rocherlea', ''),
(3118, 14, 119, 'Rokeby', ''),
(3119, 14, 119, 'Rosebery', ''),
(3120, 14, 119, 'Rosevears', ''),
(3121, 14, 119, 'Ross', ''),
(3122, 14, 119, 'Royal Park', ''),
(3123, 14, 119, 'Saint Leonards', ''),
(3124, 14, 119, 'Saint Marys', ''),
(3125, 14, 119, 'Sandfly', ''),
(3126, 14, 119, 'Sandford', ''),
(3127, 14, 119, 'Sandy Bay', ''),
(3128, 14, 119, 'Sassafras', ''),
(3129, 14, 119, 'Scottsdale', ''),
(3130, 14, 119, 'Seven Mile Beach', ''),
(3131, 14, 119, 'Sheffield', ''),
(3132, 14, 119, 'Sisters Beach', ''),
(3133, 14, 119, 'Smithton', ''),
(3134, 14, 119, 'Snug', ''),
(3135, 14, 119, 'Somerset', ''),
(3136, 14, 119, 'Spreyton', ''),
(3137, 14, 119, 'Stanley', ''),
(3138, 14, 119, 'Stieglitz', ''),
(3139, 14, 119, 'Stowport', ''),
(3140, 14, 119, 'Strahan', ''),
(3141, 14, 119, 'Summerhill', ''),
(3142, 14, 119, 'Swan Point', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(3143, 14, 119, 'Swansea', ''),
(3144, 14, 119, 'Taroona', ''),
(3145, 14, 119, 'Tinderbox', ''),
(3146, 14, 119, 'Tolmans Hill', ''),
(3147, 14, 119, 'Tranmere', ''),
(3148, 14, 119, 'Trevallyn', ''),
(3149, 14, 119, 'Turners Beach', ''),
(3150, 14, 119, 'Ulverstone', ''),
(3151, 14, 119, 'Underwood', ''),
(3152, 14, 119, 'Warrane', ''),
(3153, 14, 119, 'Westbury', ''),
(3154, 14, 119, 'White Hills', ''),
(3155, 14, 119, 'Whitemore', ''),
(3156, 14, 119, 'Wivenhoe', ''),
(3157, 14, 119, 'Woodbridge', ''),
(3158, 14, 119, 'Wynyard', ''),
(3159, 14, 119, 'Youngtown', ''),
(3160, 14, 119, 'Zeehan', ''),
(3161, 14, 120, 'Abbotsford', ''),
(3162, 14, 120, 'Aberfeldie', ''),
(3163, 14, 120, 'Aberfeldy', ''),
(3164, 14, 120, 'Airport West', ''),
(3165, 14, 120, 'Albanvale', ''),
(3166, 14, 120, 'Albert Park', ''),
(3167, 14, 120, 'Alberton', ''),
(3168, 14, 120, 'Albion', ''),
(3169, 14, 120, 'Alexandra', ''),
(3170, 14, 120, 'Alfredton', ''),
(3171, 14, 120, 'Allans Flat', ''),
(3172, 14, 120, 'Allestree', ''),
(3173, 14, 120, 'Alma', ''),
(3174, 14, 120, 'Alphington', ''),
(3175, 14, 120, 'Altona', ''),
(3176, 14, 120, 'Anglesea', ''),
(3177, 14, 120, 'Apollo Bay', ''),
(3178, 14, 120, 'Ararat', ''),
(3179, 14, 120, 'Ardeer', ''),
(3180, 14, 120, 'Ardmona', ''),
(3181, 14, 120, 'Argyle', ''),
(3182, 14, 120, 'Armadale', ''),
(3183, 14, 120, 'Arthurs Creek', ''),
(3184, 14, 120, 'Ascot', ''),
(3185, 14, 120, 'Ascot Vale', ''),
(3186, 14, 120, 'Ashburton', ''),
(3187, 14, 120, 'Ashwood', ''),
(3188, 14, 120, 'Aspendale', ''),
(3189, 14, 120, 'Attwood', ''),
(3190, 14, 120, 'Auburn', ''),
(3191, 14, 120, 'Avenel', ''),
(3192, 14, 120, 'Avoca', ''),
(3193, 14, 120, 'Avonsleigh', ''),
(3194, 14, 120, 'Bacchus Marsh', ''),
(3195, 14, 120, 'Bagshot', ''),
(3196, 14, 120, 'Bairnsdale', ''),
(3197, 14, 120, 'Baker', ''),
(3198, 14, 120, 'Bakery Hill', ''),
(3199, 14, 120, 'Balaclava', ''),
(3200, 14, 120, 'Ballan', ''),
(3201, 14, 120, 'Ballarat', ''),
(3202, 14, 120, 'Balliang', ''),
(3203, 14, 120, 'Balnarring', ''),
(3204, 14, 120, 'Balwyn', ''),
(3205, 14, 120, 'Balwyn North', ''),
(3206, 14, 120, 'Bangholme', ''),
(3207, 14, 120, 'Bannockburn', ''),
(3208, 14, 120, 'Barramunga', ''),
(3209, 14, 120, 'Barwon Heads', ''),
(3210, 14, 120, 'Batesford', ''),
(3211, 14, 120, 'Batman', ''),
(3212, 14, 120, 'Baxter', ''),
(3213, 14, 120, 'Bayswater', ''),
(3214, 14, 120, 'Beaconsfield', ''),
(3215, 14, 120, 'Beaconsfield Upper', ''),
(3216, 14, 120, 'Beaumaris', ''),
(3217, 14, 120, 'Beeac', ''),
(3218, 14, 120, 'Beechworth', ''),
(3219, 14, 120, 'Belgrave', ''),
(3220, 14, 120, 'Belgrave South', ''),
(3221, 14, 120, 'Bellfield', ''),
(3222, 14, 120, 'Belmont', ''),
(3223, 14, 120, 'Benalla', ''),
(3224, 14, 120, 'Bendigo', ''),
(3225, 14, 120, 'Bentleigh', ''),
(3226, 14, 120, 'Bentleigh East', ''),
(3227, 14, 120, 'Berwick', ''),
(3228, 14, 120, 'Beveridge', ''),
(3229, 14, 120, 'Bittern', ''),
(3230, 14, 120, 'Black Hill', ''),
(3231, 14, 120, 'Blackburn', ''),
(3232, 14, 120, 'Blackwarry', ''),
(3233, 14, 120, 'Blackwood', ''),
(3234, 14, 120, 'Blairgowrie', ''),
(3235, 14, 120, 'Bolton', ''),
(3236, 14, 120, 'Bonbeach', ''),
(3237, 14, 120, 'Boneo', ''),
(3238, 14, 120, 'Boronia', ''),
(3239, 14, 120, 'Botanic Ridge', ''),
(3240, 14, 120, 'Box Hill', ''),
(3241, 14, 120, 'Box Hill South', ''),
(3242, 14, 120, 'Braeside', ''),
(3243, 14, 120, 'Braybrook', ''),
(3244, 14, 120, 'Breakwater', ''),
(3245, 14, 120, 'Briar Hill', ''),
(3246, 14, 120, 'Bright', ''),
(3247, 14, 120, 'Brighton Beach', ''),
(3248, 14, 120, 'Brighton East', ''),
(3249, 14, 120, 'Broadford', ''),
(3250, 14, 120, 'Broadmeadows', ''),
(3251, 14, 120, 'Brookside', ''),
(3252, 14, 120, 'Brown Hill', ''),
(3253, 14, 120, 'Brunswick', ''),
(3254, 14, 120, 'Brunswick East', ''),
(3255, 14, 120, 'Brunswick West', ''),
(3256, 14, 120, 'Buchan', ''),
(3257, 14, 120, 'Bulla', ''),
(3258, 14, 120, 'Bulleen', ''),
(3259, 14, 120, 'Buln Buln', ''),
(3260, 14, 120, 'Bundoora', ''),
(3261, 14, 120, 'Buninyong', ''),
(3262, 14, 120, 'Bunyip', ''),
(3263, 14, 120, 'Burnley', ''),
(3264, 14, 120, 'Burwood', ''),
(3265, 14, 120, 'Byaduk North', ''),
(3266, 14, 120, 'Cairnlea', ''),
(3267, 14, 120, 'Camberwell', ''),
(3268, 14, 120, 'Camberwell North', ''),
(3269, 14, 120, 'Camberwell South', ''),
(3270, 14, 120, 'Campbellfield', ''),
(3271, 14, 120, 'Campbells Creek', ''),
(3272, 14, 120, 'Campbelltown', ''),
(3273, 14, 120, 'Camperdown', ''),
(3274, 14, 120, 'Canadian', ''),
(3275, 14, 120, 'Canterbury', ''),
(3276, 14, 120, 'Carina', ''),
(3277, 14, 120, 'Carisbrook', ''),
(3278, 14, 120, 'Carlton', ''),
(3279, 14, 120, 'Carlton North', ''),
(3280, 14, 120, 'Carlton South', ''),
(3281, 14, 120, 'Carnegie', ''),
(3282, 14, 120, 'Caroline Springs', ''),
(3283, 14, 120, 'Carranballac', ''),
(3284, 14, 120, 'Carrum Downs', ''),
(3285, 14, 120, 'Carrum North', ''),
(3286, 14, 120, 'Castlemaine', ''),
(3287, 14, 120, 'Caulfield', ''),
(3288, 14, 120, 'Caulfield North', ''),
(3289, 14, 120, 'Caulfield South', ''),
(3290, 14, 120, 'Chadstone', ''),
(3291, 14, 120, 'Chelsea', ''),
(3292, 14, 120, 'Chelsea Heights', ''),
(3293, 14, 120, 'Cheltenham', ''),
(3294, 14, 120, 'Chirnside Park', ''),
(3295, 14, 120, 'Christies', ''),
(3296, 14, 120, 'Churchill', ''),
(3297, 14, 120, 'Clarinda', ''),
(3298, 14, 120, 'Clayton North', ''),
(3299, 14, 120, 'Clifton Hill', ''),
(3300, 14, 120, 'Clifton Springs', ''),
(3301, 14, 120, 'Clunes', ''),
(3302, 14, 120, 'Clyde', ''),
(3303, 14, 120, 'Clyde North', ''),
(3304, 14, 120, 'Cobden', ''),
(3305, 14, 120, 'Cobram', ''),
(3306, 14, 120, 'Coburg', ''),
(3307, 14, 120, 'Cockatoo Creek', ''),
(3308, 14, 120, 'Codrington', ''),
(3309, 14, 120, 'Colac', ''),
(3310, 14, 120, 'Coldstream', ''),
(3311, 14, 120, 'Collingwood', ''),
(3312, 14, 120, 'Coolaroo', ''),
(3313, 14, 120, 'Coongulla', ''),
(3314, 14, 120, 'Corinella', ''),
(3315, 14, 120, 'Corio', ''),
(3316, 14, 120, 'Cotham', ''),
(3317, 14, 120, 'Cowes', ''),
(3318, 14, 120, 'Craigieburn', ''),
(3319, 14, 120, 'Cranbourne', ''),
(3320, 14, 120, 'Cremorne', ''),
(3321, 14, 120, 'Creswick', ''),
(3322, 14, 120, 'Crib Point', ''),
(3323, 14, 120, 'Croydon', ''),
(3324, 14, 120, 'Croydon North', ''),
(3325, 14, 120, 'Curlewis', ''),
(3326, 14, 120, 'Dadswells Bridge', ''),
(3327, 14, 120, 'Daisy Hill', ''),
(3328, 14, 120, 'Dallas', ''),
(3329, 14, 120, 'Dalyston', ''),
(3330, 14, 120, 'Dandenong West', ''),
(3331, 14, 120, 'Darch', ''),
(3332, 14, 120, 'Darley', ''),
(3333, 14, 120, 'Darling South', ''),
(3334, 14, 120, 'Darlington', ''),
(3335, 14, 120, 'Darnum', ''),
(3336, 14, 120, 'Dawson', ''),
(3337, 14, 120, 'Daylesford', ''),
(3338, 14, 120, 'Deakin', ''),
(3339, 14, 120, 'Deepdene', ''),
(3340, 14, 120, 'Deer Park', ''),
(3341, 14, 120, 'Delacombe', ''),
(3342, 14, 120, 'Delahey', ''),
(3343, 14, 120, 'Dergholm', ''),
(3344, 14, 120, 'Derrimut', ''),
(3345, 14, 120, 'Devon Meadows', ''),
(3346, 14, 120, 'Dhurringile', ''),
(3347, 14, 120, 'Diggers Rest', ''),
(3348, 14, 120, 'Dimboola', ''),
(3349, 14, 120, 'Dingley', ''),
(3350, 14, 120, 'Docklands', ''),
(3351, 14, 120, 'Don Valley', ''),
(3352, 14, 120, 'Donald', ''),
(3353, 14, 120, 'Doncaster', ''),
(3354, 14, 120, 'Doncaster East', ''),
(3355, 14, 120, 'Donvale', ''),
(3356, 14, 120, 'Doreen', ''),
(3357, 14, 120, 'Douglas', ''),
(3358, 14, 120, 'Doveton', ''),
(3359, 14, 120, 'Dromana', ''),
(3360, 14, 120, 'Drouin', ''),
(3361, 14, 120, 'Drysdale', ''),
(3362, 14, 120, 'Dumbalk', ''),
(3363, 14, 120, 'Dunolly', ''),
(3364, 14, 120, 'Eaglehawk', ''),
(3365, 14, 120, 'Eaglemont', ''),
(3366, 14, 120, 'Echuca', ''),
(3367, 14, 120, 'Eden Park', ''),
(3368, 14, 120, 'Edithvale', ''),
(3369, 14, 120, 'Eildon', ''),
(3370, 14, 120, 'Elliminyt', ''),
(3371, 14, 120, 'Elsternwick', ''),
(3372, 14, 120, 'Eltham', ''),
(3373, 14, 120, 'Eltham North', ''),
(3374, 14, 120, 'Elwood', ''),
(3375, 14, 120, 'Emerald', ''),
(3376, 14, 120, 'Endeavour Hills', ''),
(3377, 14, 120, 'Enfield', ''),
(3378, 14, 120, 'Epping', ''),
(3379, 14, 120, 'Epsom', ''),
(3380, 14, 120, 'Essendon', ''),
(3381, 14, 120, 'Eumemmerring', ''),
(3382, 14, 120, 'Euroa', ''),
(3383, 14, 120, 'Everton', ''),
(3384, 14, 120, 'Eynesbury', ''),
(3385, 14, 120, 'Fairfield', ''),
(3386, 14, 120, 'Fairhaven', ''),
(3387, 14, 120, 'Fawkner', ''),
(3388, 14, 120, 'Ferntree Gully', ''),
(3389, 14, 120, 'Ferny Creek', ''),
(3390, 14, 120, 'Fish Creek', ''),
(3391, 14, 120, 'Fitzroy', ''),
(3392, 14, 120, 'Flinders', ''),
(3393, 14, 120, 'Flora Hill', ''),
(3394, 14, 120, 'Flowerdale', ''),
(3395, 14, 120, 'Footscray', ''),
(3396, 14, 120, 'Forest Hill', ''),
(3397, 14, 120, 'Forrest', ''),
(3398, 14, 120, 'Foster', ''),
(3399, 14, 120, 'Fountain Gate', ''),
(3400, 14, 120, 'Frankston East', ''),
(3401, 14, 120, 'Fryerstown', ''),
(3402, 14, 120, 'Fulham', ''),
(3403, 14, 120, 'Gardenvale', ''),
(3404, 14, 120, 'Garfield', ''),
(3405, 14, 120, 'Geelong', ''),
(3406, 14, 120, 'Gembrook North', ''),
(3407, 14, 120, 'Gilberton', ''),
(3408, 14, 120, 'Gisborne', ''),
(3409, 14, 120, 'Glen Huntly', ''),
(3410, 14, 120, 'Glen Iris', ''),
(3411, 14, 120, 'Glen Waverley', ''),
(3412, 14, 120, 'Glenorchy', ''),
(3413, 14, 120, 'Glenroy', ''),
(3414, 14, 120, 'Glenvale', ''),
(3415, 14, 120, 'Golden Beach', ''),
(3416, 14, 120, 'Golden Square', ''),
(3417, 14, 120, 'Gordon', ''),
(3418, 14, 120, 'Gormandale', ''),
(3419, 14, 120, 'Gowanbrae', ''),
(3420, 14, 120, 'Grant', ''),
(3421, 14, 120, 'Grantville', ''),
(3422, 14, 120, 'Grassmere', ''),
(3423, 14, 120, 'Greensborough', ''),
(3424, 14, 120, 'Grovedale', ''),
(3425, 14, 120, 'Guildford', ''),
(3426, 14, 120, 'Hadfield', ''),
(3427, 14, 120, 'Hallam', ''),
(3428, 14, 120, 'Hamilton', ''),
(3429, 14, 120, 'Hamlyn Heights', ''),
(3430, 14, 120, 'Hampton', ''),
(3431, 14, 120, 'Hampton Park', ''),
(3432, 14, 120, 'Harcourt', ''),
(3433, 14, 120, 'Hastings', ''),
(3434, 14, 120, 'Hawksburn', ''),
(3435, 14, 120, 'Hawthorn', ''),
(3436, 14, 120, 'Hawthorn South', ''),
(3437, 14, 120, 'Hawthorn West', ''),
(3438, 14, 120, 'Hazelwood', ''),
(3439, 14, 120, 'Healesville', ''),
(3440, 14, 120, 'Heathcote', ''),
(3441, 14, 120, 'Heathcote Junction', ''),
(3442, 14, 120, 'Heatherton', ''),
(3443, 14, 120, 'Heathmont', ''),
(3444, 14, 120, 'Heidelberg', ''),
(3445, 14, 120, 'Heidelberg West', ''),
(3446, 14, 120, 'Hesket', ''),
(3447, 14, 120, 'Heyfield', ''),
(3448, 14, 120, 'Heywood', ''),
(3449, 14, 120, 'Highett', ''),
(3450, 14, 120, 'Highton', ''),
(3451, 14, 120, 'Hillside', ''),
(3452, 14, 120, 'Hoddles Creek', ''),
(3453, 14, 120, 'Homebush', ''),
(3454, 14, 120, 'Hoppers Crossing', ''),
(3455, 14, 120, 'Horsham', ''),
(3456, 14, 120, 'Hughesdale', ''),
(3457, 14, 120, 'Hunter', ''),
(3458, 14, 120, 'Huntingdale', ''),
(3459, 14, 120, 'Hurstbridge', ''),
(3460, 14, 120, 'Illawarra', ''),
(3461, 14, 120, 'Indented Head', ''),
(3462, 14, 120, 'Inglewood', ''),
(3463, 14, 120, 'Invergordon', ''),
(3464, 14, 120, 'Inverleigh', ''),
(3465, 14, 120, 'Inverloch', ''),
(3466, 14, 120, 'Ironbark', ''),
(3467, 14, 120, 'Irymple', ''),
(3468, 14, 120, 'Ivanhoe', ''),
(3469, 14, 120, 'Ivanhoe East', ''),
(3470, 14, 120, 'Jacana', ''),
(3471, 14, 120, 'Jan Juc', ''),
(3472, 14, 120, 'Jancourt', ''),
(3473, 14, 120, 'Jindivick', ''),
(3474, 14, 120, 'Jordan', ''),
(3475, 14, 120, 'Junortoun', ''),
(3476, 14, 120, 'Kalimna', ''),
(3477, 14, 120, 'Kallista', ''),
(3478, 14, 120, 'Kalorama', ''),
(3479, 14, 120, 'Kangaroo Flat', ''),
(3480, 14, 120, 'Kangaroo Ground', ''),
(3481, 14, 120, 'Kaniva', ''),
(3482, 14, 120, 'Katunga', ''),
(3483, 14, 120, 'Kealba', ''),
(3484, 14, 120, 'Keilor', ''),
(3485, 14, 120, 'Kennington', ''),
(3486, 14, 120, 'Kensington', ''),
(3487, 14, 120, 'Kerang', ''),
(3488, 14, 120, 'Kew', ''),
(3489, 14, 120, 'Kew East', ''),
(3490, 14, 120, 'Keysborough', ''),
(3491, 14, 120, 'Killara', ''),
(3492, 14, 120, 'Kilmore', ''),
(3493, 14, 120, 'Kilsyth', ''),
(3494, 14, 120, 'Kinglake', ''),
(3495, 14, 120, 'Kinglake Central', ''),
(3496, 14, 120, 'Kingsbury', ''),
(3497, 14, 120, 'Kingston', ''),
(3498, 14, 120, 'Kingsville', ''),
(3499, 14, 120, 'Knoxfield', ''),
(3500, 14, 120, 'Koo-Wee-Rup', ''),
(3501, 14, 120, 'Koroit', ''),
(3502, 14, 120, 'Korumburra', ''),
(3503, 14, 120, 'Kurunjang', ''),
(3504, 14, 120, 'Kyabram', ''),
(3505, 14, 120, 'Kyneton', ''),
(3506, 14, 120, 'Laang', ''),
(3507, 14, 120, 'Lakes Entrance', ''),
(3508, 14, 120, 'Lalor', ''),
(3509, 14, 120, 'Lancefield', ''),
(3510, 14, 120, 'Lang Lang', ''),
(3511, 14, 120, 'Langley', ''),
(3512, 14, 120, 'Langwarrin', ''),
(3513, 14, 120, 'Lara Lake', ''),
(3514, 14, 120, 'Launching Place', ''),
(3515, 14, 120, 'Lauriston', ''),
(3516, 14, 120, 'Laverton', ''),
(3517, 14, 120, 'Learmonth', ''),
(3518, 14, 120, 'Leitchville', ''),
(3519, 14, 120, 'Leongatha', ''),
(3520, 14, 120, 'Leopold', ''),
(3521, 14, 120, 'Lethbridge', ''),
(3522, 14, 120, 'Lilydale', ''),
(3523, 14, 120, 'Lindenow', ''),
(3524, 14, 120, 'Linton', ''),
(3525, 14, 120, 'Little River', ''),
(3526, 14, 120, 'Logan', ''),
(3527, 14, 120, 'Longwarry North', ''),
(3528, 14, 120, 'Lorne', ''),
(3529, 14, 120, 'Lovely Banks', ''),
(3530, 14, 120, 'Lower Plenty', ''),
(3531, 14, 120, 'Lynbrook', ''),
(3532, 14, 120, 'Lyndhurst South', ''),
(3533, 14, 120, 'Lyons', ''),
(3534, 14, 120, 'Lysterfield', ''),
(3535, 14, 120, 'Macedon', ''),
(3536, 14, 120, 'Macleod', ''),
(3537, 14, 120, 'Maddingley', ''),
(3538, 14, 120, 'Maiden Gully', ''),
(3539, 14, 120, 'Maidstone', ''),
(3540, 14, 120, 'Malmsbury', ''),
(3541, 14, 120, 'Malvern', ''),
(3542, 14, 120, 'Malvern East', ''),
(3543, 14, 120, 'Mangalore', ''),
(3544, 14, 120, 'Manifold Heights', ''),
(3545, 14, 120, 'Mansfield', ''),
(3546, 14, 120, 'Maribyrnong', ''),
(3547, 14, 120, 'Marong', ''),
(3548, 14, 120, 'Marshalltown', ''),
(3549, 14, 120, 'Maryborough', ''),
(3550, 14, 120, 'McCrae', ''),
(3551, 14, 120, 'McKinnon', ''),
(3552, 14, 120, 'Meadow Heights', ''),
(3553, 14, 120, 'Meeniyan', ''),
(3554, 14, 120, 'Melbourne', ''),
(3555, 14, 120, 'Melton', ''),
(3556, 14, 120, 'Melton South', ''),
(3557, 14, 120, 'Mentone', ''),
(3558, 14, 120, 'Mepunga East', ''),
(3559, 14, 120, 'Meredith', ''),
(3560, 14, 120, 'Mernda', ''),
(3561, 14, 120, 'Merricks North', ''),
(3562, 14, 120, 'Merrijig', ''),
(3563, 14, 120, 'Mickleham', ''),
(3564, 14, 120, 'Middle Camberwell', ''),
(3565, 14, 120, 'Middle Park', ''),
(3566, 14, 120, 'Mildura', ''),
(3567, 14, 120, 'Mill Park', ''),
(3568, 14, 120, 'Miners Rest', ''),
(3569, 14, 120, 'Mirboo North', ''),
(3570, 14, 120, 'Mitcham', ''),
(3571, 14, 120, 'Monbulk', ''),
(3572, 14, 120, 'Mont Albert', ''),
(3573, 14, 120, 'Montmorency', ''),
(3574, 14, 120, 'Montrose', ''),
(3575, 14, 120, 'Moolap', ''),
(3576, 14, 120, 'Moonee Ponds', ''),
(3577, 14, 120, 'Moorabbin', ''),
(3578, 14, 120, 'Moorooduc', ''),
(3579, 14, 120, 'Mooroolbark', ''),
(3580, 14, 120, 'Mooroopna', ''),
(3581, 14, 120, 'Morang', ''),
(3582, 14, 120, 'Mordialloc', ''),
(3583, 14, 120, 'Mornington', ''),
(3584, 14, 120, 'Mortlake', ''),
(3585, 14, 120, 'Morwell', ''),
(3586, 14, 120, 'Mossiface', ''),
(3587, 14, 120, 'Mount Beauty', ''),
(3588, 14, 120, 'Mount Buller', ''),
(3589, 14, 120, 'Mount Clear', ''),
(3590, 14, 120, 'Mount Cottrell', ''),
(3591, 14, 120, 'Mount Dandenong', ''),
(3592, 14, 120, 'Mount Eccles', ''),
(3593, 14, 120, 'Mount Egerton', ''),
(3594, 14, 120, 'Mount Eliza', ''),
(3595, 14, 120, 'Mount Evelyn', ''),
(3596, 14, 120, 'Mount Helen', ''),
(3597, 14, 120, 'Mount Macedon', ''),
(3598, 14, 120, 'Mount Martha', ''),
(3599, 14, 120, 'Mount Waverley', ''),
(3600, 14, 120, 'Mulgrave', ''),
(3601, 14, 120, 'Murrumbeena', ''),
(3602, 14, 120, 'Murtoa', ''),
(3603, 14, 120, 'Mystic Park', ''),
(3604, 14, 120, 'Nagambie', ''),
(3605, 14, 120, 'Naringal', ''),
(3606, 14, 120, 'Narrawong', ''),
(3607, 14, 120, 'Narre Warren', ''),
(3608, 14, 120, 'Narre Warren North', ''),
(3609, 14, 120, 'Neerim East', ''),
(3610, 14, 120, 'Neerim South', ''),
(3611, 14, 120, 'Newborough', ''),
(3612, 14, 120, 'Newcomb', ''),
(3613, 14, 120, 'Newhaven', ''),
(3614, 14, 120, 'Newington', ''),
(3615, 14, 120, 'Newport', ''),
(3616, 14, 120, 'Newstead', ''),
(3617, 14, 120, 'Newtown', ''),
(3618, 14, 120, 'Nhill', ''),
(3619, 14, 120, 'Nichols Point', ''),
(3620, 14, 120, 'Niddrie', ''),
(3621, 14, 120, 'Noble Park', ''),
(3622, 14, 120, 'Noojee', ''),
(3623, 14, 120, 'Norlane', ''),
(3624, 14, 120, 'North Fitzroy', ''),
(3625, 14, 120, 'North Melbourne', ''),
(3626, 14, 120, 'North Shore', ''),
(3627, 14, 120, 'Northcote', ''),
(3628, 14, 120, 'Notting Hill', ''),
(3629, 14, 120, 'Numurkah', ''),
(3630, 14, 120, 'Nunawading', ''),
(3631, 14, 120, 'Nyora', ''),
(3632, 14, 120, 'Oakleigh', ''),
(3633, 14, 120, 'Oakleigh East', ''),
(3634, 14, 120, 'Oakleigh South', ''),
(3635, 14, 120, 'Officer', ''),
(3636, 14, 120, 'Old Longwood', ''),
(3637, 14, 120, 'Old Tyabb', ''),
(3638, 14, 120, 'Olinda', ''),
(3639, 14, 120, 'Ormond', ''),
(3640, 14, 120, 'Oxley', ''),
(3641, 14, 120, 'Pakenham East', ''),
(3642, 14, 120, 'Panton Hill', ''),
(3643, 14, 120, 'Paradise', ''),
(3644, 14, 120, 'Park Orchards', ''),
(3645, 14, 120, 'Parkdale', ''),
(3646, 14, 120, 'Parkville', ''),
(3647, 14, 120, 'Parkwood', ''),
(3648, 14, 120, 'Pascoe Vale', ''),
(3649, 14, 120, 'Patterson Lakes', ''),
(3650, 14, 120, 'Pearcedale', ''),
(3651, 14, 120, 'Piangil', ''),
(3652, 14, 120, 'Pipers Creek', ''),
(3653, 14, 120, 'Plenty', ''),
(3654, 14, 120, 'Point Cook', ''),
(3655, 14, 120, 'Point Leo', ''),
(3656, 14, 120, 'Point Lonsdale', ''),
(3657, 14, 120, 'Poowong', ''),
(3658, 14, 120, 'Porepunkah', ''),
(3659, 14, 120, 'Port Fairy', ''),
(3660, 14, 120, 'Portarlington', ''),
(3661, 14, 120, 'Portland', ''),
(3662, 14, 120, 'Portsea', ''),
(3663, 14, 120, 'Prahran', ''),
(3664, 14, 120, 'Preston', ''),
(3665, 14, 120, 'Preston West', ''),
(3666, 14, 120, 'Princes Hill', ''),
(3667, 14, 120, 'Puckapunyal', ''),
(3668, 14, 120, 'Pyalong', ''),
(3669, 14, 120, 'Queenscliff', ''),
(3670, 14, 120, 'Queensferry', ''),
(3671, 14, 120, 'Ravenhall', ''),
(3672, 14, 120, 'Ravenswood', ''),
(3673, 14, 120, 'Red Hill', ''),
(3674, 14, 120, 'Redan', ''),
(3675, 14, 120, 'Reedy Creek', ''),
(3676, 14, 120, 'Research', ''),
(3677, 14, 120, 'Reservoir', ''),
(3678, 14, 120, 'Richmond', ''),
(3679, 14, 120, 'Richmond East', ''),
(3680, 14, 120, 'Richmond South', ''),
(3681, 14, 120, 'Riddell', ''),
(3682, 14, 120, 'Ringwood', ''),
(3683, 14, 120, 'Ringwood East', ''),
(3684, 14, 120, 'Ringwood North', ''),
(3685, 14, 120, 'Ripponlea', ''),
(3686, 14, 120, 'Rochester', ''),
(3687, 14, 120, 'Rockbank', ''),
(3688, 14, 120, 'Rodborough', ''),
(3689, 14, 120, 'Romsey', ''),
(3690, 14, 120, 'Rosanna', ''),
(3691, 14, 120, 'Rosebery', ''),
(3692, 14, 120, 'Rosebud', ''),
(3693, 14, 120, 'Rosedale', ''),
(3694, 14, 120, 'Rowsley', ''),
(3695, 14, 120, 'Rowville', ''),
(3696, 14, 120, 'Roxburgh Park', ''),
(3697, 14, 120, 'Rushworth', ''),
(3698, 14, 120, 'Rye', ''),
(3699, 14, 120, 'Rythdale', ''),
(3700, 14, 120, 'Saint Albans', ''),
(3701, 14, 120, 'Saint Andrews', ''),
(3702, 14, 120, 'Saint Andrews North', ''),
(3703, 14, 120, 'Saint Helena', ''),
(3704, 14, 120, 'Saint Kilda South', ''),
(3705, 14, 120, 'Saint Leonards', ''),
(3706, 14, 120, 'Sale', ''),
(3707, 14, 120, 'San Remo', ''),
(3708, 14, 120, 'Sandhurst', ''),
(3709, 14, 120, 'Sandringham', ''),
(3710, 14, 120, 'Sassafras', ''),
(3711, 14, 120, 'Scarsdale', ''),
(3712, 14, 120, 'Scoresby', ''),
(3713, 14, 120, 'Seabrook', ''),
(3714, 14, 120, 'Seaford', ''),
(3715, 14, 120, 'Seaholme', ''),
(3716, 14, 120, 'Sebastopol', ''),
(3717, 14, 120, 'Seddon', ''),
(3718, 14, 120, 'Selby', ''),
(3719, 14, 120, 'Seville', ''),
(3720, 14, 120, 'Seymour', ''),
(3721, 14, 120, 'Sherbrook', ''),
(3722, 14, 120, 'Silvan', ''),
(3723, 14, 120, 'Skye', ''),
(3724, 14, 120, 'Smeaton', ''),
(3725, 14, 120, 'Smiths Gully', ''),
(3726, 14, 120, 'Smythes Creek', ''),
(3727, 14, 120, 'Soldiers Hill', ''),
(3728, 14, 120, 'Somers', ''),
(3729, 14, 120, 'Somerton', ''),
(3730, 14, 120, 'Somerville', ''),
(3731, 14, 120, 'Sorrento', ''),
(3732, 14, 120, 'South Kingsville', ''),
(3733, 14, 120, 'South Wharf', ''),
(3734, 14, 120, 'South Yarra', ''),
(3735, 14, 120, 'Southbank', ''),
(3736, 14, 120, 'Spotswood', ''),
(3737, 14, 120, 'Springfield', ''),
(3738, 14, 120, 'Springvale', ''),
(3739, 14, 120, 'Springvale South', ''),
(3740, 14, 120, 'St Kilda', ''),
(3741, 14, 120, 'Stanhope', ''),
(3742, 14, 120, 'Stawell', ''),
(3743, 14, 120, 'Stirling', ''),
(3744, 14, 120, 'Strath Creek', ''),
(3745, 14, 120, 'Strathbogie', ''),
(3746, 14, 120, 'Strathdale', ''),
(3747, 14, 120, 'Strathfieldsaye', ''),
(3748, 14, 120, 'Strathmerton', ''),
(3749, 14, 120, 'Strathmore', ''),
(3750, 14, 120, 'Sunbury', ''),
(3751, 14, 120, 'Sunshine', ''),
(3752, 14, 120, 'Surrey Hills', ''),
(3753, 14, 120, 'Surrey Hills North', ''),
(3754, 14, 120, 'Swan Hill', ''),
(3755, 14, 120, 'Sydenham', ''),
(3756, 14, 120, 'Tallangatta', ''),
(3757, 14, 120, 'Tallarook', ''),
(3758, 14, 120, 'Tarneit', ''),
(3759, 14, 120, 'Tatura', ''),
(3760, 14, 120, 'Taylors Hill', ''),
(3761, 14, 120, 'Taylors Lakes', ''),
(3762, 14, 120, 'Tecoma', ''),
(3763, 14, 120, 'Teesdale', ''),
(3764, 14, 120, 'Templestowe', ''),
(3765, 14, 120, 'Templestowe Lower', ''),
(3766, 14, 120, 'Tennyson', ''),
(3767, 14, 120, 'Terang', ''),
(3768, 14, 120, 'The Basin', ''),
(3769, 14, 120, 'The Patch', ''),
(3770, 14, 120, 'Thomastown', ''),
(3771, 14, 120, 'Thornbury', ''),
(3772, 14, 120, 'Thorpdale', ''),
(3773, 14, 120, 'Tongala', ''),
(3774, 14, 120, 'Toolern Vale', ''),
(3775, 14, 120, 'Toongabbie', ''),
(3776, 14, 120, 'Toora', ''),
(3777, 14, 120, 'Tooradin', ''),
(3778, 14, 120, 'Toorak', ''),
(3779, 14, 120, 'Tooronga', ''),
(3780, 14, 120, 'Tootgarook', ''),
(3781, 14, 120, 'Torquay', ''),
(3782, 14, 120, 'Trafalgar', ''),
(3783, 14, 120, 'Traralgon', ''),
(3784, 14, 120, 'Travancore', ''),
(3785, 14, 120, 'Trentham', ''),
(3786, 14, 120, 'Truganina', ''),
(3787, 14, 120, 'Tullamarine', ''),
(3788, 14, 120, 'Tylden', ''),
(3789, 14, 120, 'Upper Diamond Creek', ''),
(3790, 14, 120, 'Upwey', ''),
(3791, 14, 120, 'Valley View', ''),
(3792, 14, 120, 'Ventnor', ''),
(3793, 14, 120, 'Vermont', ''),
(3794, 14, 120, 'Victoria Park', ''),
(3795, 14, 120, 'Viewbank', ''),
(3796, 14, 120, 'Wahgunyah', ''),
(3797, 14, 120, 'Walhalla', ''),
(3798, 14, 120, 'Walkerville South', ''),
(3799, 14, 120, 'Wallan', ''),
(3800, 14, 120, 'Wallington', ''),
(3801, 14, 120, 'Wandiligong', ''),
(3802, 14, 120, 'Wandin', ''),
(3803, 14, 120, 'Wangaratta', ''),
(3804, 14, 120, 'Wantirna', ''),
(3805, 14, 120, 'Wantirna South', ''),
(3806, 14, 120, 'Warburton', ''),
(3807, 14, 120, 'Wareek', ''),
(3808, 14, 120, 'Warragul', ''),
(3809, 14, 120, 'Warrandyte', ''),
(3810, 14, 120, 'Warranwood', ''),
(3811, 14, 120, 'Warrnambool', ''),
(3812, 14, 120, 'Waterloo', ''),
(3813, 14, 120, 'Waterways', ''),
(3814, 14, 120, 'Watsonia', ''),
(3815, 14, 120, 'Wattle Grove', ''),
(3816, 14, 120, 'Waurn Ponds', ''),
(3817, 14, 120, 'Welshmans Reef', ''),
(3818, 14, 120, 'Welshpool', ''),
(3819, 14, 120, 'Wendouree', ''),
(3820, 14, 120, 'Werribee', ''),
(3821, 14, 120, 'Werribee South', ''),
(3822, 14, 120, 'Wesburn', ''),
(3823, 14, 120, 'Westmeadows', ''),
(3824, 14, 120, 'Wheelers Hill', ''),
(3825, 14, 120, 'Whittington', ''),
(3826, 14, 120, 'Whittlesea', ''),
(3827, 14, 120, 'Williamstown', ''),
(3828, 14, 120, 'Windsor', ''),
(3829, 14, 120, 'Wodonga', ''),
(3830, 14, 120, 'Wollert', ''),
(3831, 14, 120, 'Wonga Park', ''),
(3832, 14, 120, 'Wonthaggi', ''),
(3833, 14, 120, 'Woodend', ''),
(3834, 14, 120, 'Woodford', ''),
(3835, 14, 120, 'Woodleigh', ''),
(3836, 14, 120, 'Woodside', ''),
(3837, 14, 120, 'Woodvale', ''),
(3838, 14, 120, 'Woolamai', ''),
(3839, 14, 120, 'Woori Yallock', ''),
(3840, 14, 120, 'Yallambie', ''),
(3841, 14, 120, 'Yallourn', ''),
(3842, 14, 120, 'Yallourn North', ''),
(3843, 14, 120, 'Yarck', ''),
(3844, 14, 120, 'Yarra Glen', ''),
(3845, 14, 120, 'Yarra Junction', ''),
(3846, 14, 120, 'Yarragon', ''),
(3847, 14, 120, 'Yarram', ''),
(3848, 14, 120, 'Yarrambat', ''),
(3849, 14, 120, 'Yarraville', ''),
(3850, 14, 120, 'Yarrawonga', ''),
(3851, 14, 120, 'Yea', ''),
(3852, 14, 120, 'Yendon', ''),
(3853, 14, 120, 'Yinnar', ''),
(3854, 14, 121, 'Albany', ''),
(3855, 14, 121, 'Alexander Heights', ''),
(3856, 14, 121, 'Alfred Cove', ''),
(3857, 14, 121, 'Alkimos', ''),
(3858, 14, 121, 'Allanson', ''),
(3859, 14, 121, 'Anketell', ''),
(3860, 14, 121, 'Applecross', ''),
(3861, 14, 121, 'Ardross', ''),
(3862, 14, 121, 'Armadale', ''),
(3863, 14, 121, 'Attadale', ''),
(3864, 14, 121, 'Atwell', ''),
(3865, 14, 121, 'Australind', ''),
(3866, 14, 121, 'Aveley', ''),
(3867, 14, 121, 'Bakers Hill', ''),
(3868, 14, 121, 'Balcatta', ''),
(3869, 14, 121, 'Baldivis', ''),
(3870, 14, 121, 'Balga', ''),
(3871, 14, 121, 'Balingup', ''),
(3872, 14, 121, 'Ballajura', ''),
(3873, 14, 121, 'Banjup', ''),
(3874, 14, 121, 'Bassendean', ''),
(3875, 14, 121, 'Beacon', ''),
(3876, 14, 121, 'Beckenham', ''),
(3877, 14, 121, 'Bedford', ''),
(3878, 14, 121, 'Bedfordale', ''),
(3879, 14, 121, 'Beechboro', ''),
(3880, 14, 121, 'Beeliar', ''),
(3881, 14, 121, 'Beldon', ''),
(3882, 14, 121, 'Bellevue', ''),
(3883, 14, 121, 'Bentley', ''),
(3884, 14, 121, 'Bertram', ''),
(3885, 14, 121, 'Beverley', ''),
(3886, 14, 121, 'Bibra Lake', ''),
(3887, 14, 121, 'Bicton', ''),
(3888, 14, 121, 'Bindoon', ''),
(3889, 14, 121, 'Binningup', ''),
(3890, 14, 121, 'Boddington', ''),
(3891, 14, 121, 'Booragoon', ''),
(3892, 14, 121, 'Boulder', ''),
(3893, 14, 121, 'Bouvard', ''),
(3894, 14, 121, 'Boya', ''),
(3895, 14, 121, 'Boyanup', ''),
(3896, 14, 121, 'Boyup Brook', ''),
(3897, 14, 121, 'Brabham', ''),
(3898, 14, 121, 'Bridgetown', ''),
(3899, 14, 121, 'Brigadoon', ''),
(3900, 14, 121, 'Broome', ''),
(3901, 14, 121, 'Bruce Rock', ''),
(3902, 14, 121, 'Brunswick Junction', ''),
(3903, 14, 121, 'Bullsbrook East', ''),
(3904, 14, 121, 'Bunbury', ''),
(3905, 14, 121, 'Burswood', ''),
(3906, 14, 121, 'Busselton', ''),
(3907, 14, 121, 'Byford', ''),
(3908, 14, 121, 'Calingiri', ''),
(3909, 14, 121, 'Calista', ''),
(3910, 14, 121, 'Camillo', ''),
(3911, 14, 121, 'Canning Vale', ''),
(3912, 14, 121, 'Cannington', ''),
(3913, 14, 121, 'Capel', ''),
(3914, 14, 121, 'Cardup', ''),
(3915, 14, 121, 'Carey Park', ''),
(3916, 14, 121, 'Carine', ''),
(3917, 14, 121, 'Carlisle', ''),
(3918, 14, 121, 'Carramar', ''),
(3919, 14, 121, 'Caversham', ''),
(3920, 14, 121, 'Chidlow', ''),
(3921, 14, 121, 'Churchlands', ''),
(3922, 14, 121, 'City Beach', ''),
(3923, 14, 121, 'Claremont', ''),
(3924, 14, 121, 'Clarkson', ''),
(3925, 14, 121, 'Cloverdale', ''),
(3926, 14, 121, 'Collie', ''),
(3927, 14, 121, 'Connolly', ''),
(3928, 14, 121, 'Coodanup', ''),
(3929, 14, 121, 'Coogee', ''),
(3930, 14, 121, 'Coolbellup', ''),
(3931, 14, 121, 'Coolbinia', ''),
(3932, 14, 121, 'Cooloongup', ''),
(3933, 14, 121, 'Coolup', ''),
(3934, 14, 121, 'Corinthia', ''),
(3935, 14, 121, 'Cottesloe', ''),
(3936, 14, 121, 'Crawley', ''),
(3937, 14, 121, 'Cuballing', ''),
(3938, 14, 121, 'Currambine', ''),
(3939, 14, 121, 'Dalkeith', ''),
(3940, 14, 121, 'Dalwallinu', ''),
(3941, 14, 121, 'Dalyellup', ''),
(3942, 14, 121, 'Darkan', ''),
(3943, 14, 121, 'Darlington', ''),
(3944, 14, 121, 'Dawesville', ''),
(3945, 14, 121, 'Dayton', ''),
(3946, 14, 121, 'Denham', ''),
(3947, 14, 121, 'Denmark', ''),
(3948, 14, 121, 'Derby', ''),
(3949, 14, 121, 'Dianella', ''),
(3950, 14, 121, 'Donnybrook', ''),
(3951, 14, 121, 'Doubleview', ''),
(3952, 14, 121, 'Dowerin', ''),
(3953, 14, 121, 'Dudley Park', ''),
(3954, 14, 121, 'Duncraig', ''),
(3955, 14, 121, 'Dunsborough', ''),
(3956, 14, 121, 'East Fremantle', ''),
(3957, 14, 121, 'Eastern Creek', ''),
(3958, 14, 121, 'Eaton', ''),
(3959, 14, 121, 'Edgewater', ''),
(3960, 14, 121, 'Ellenbrook', ''),
(3961, 14, 121, 'Embleton', ''),
(3962, 14, 121, 'Falcon', ''),
(3963, 14, 121, 'Fitzroy Crossing', ''),
(3964, 14, 121, 'Floreat', ''),
(3965, 14, 121, 'Forrest', ''),
(3966, 14, 121, 'Forrestfield', ''),
(3967, 14, 121, 'Fremantle City', ''),
(3968, 14, 121, 'Furnissdale', ''),
(3969, 14, 121, 'Gelorup', ''),
(3970, 14, 121, 'Geographe', ''),
(3971, 14, 121, 'Geraldton', ''),
(3972, 14, 121, 'Gidgegannup', ''),
(3973, 14, 121, 'Gingin', ''),
(3974, 14, 121, 'Girrawheen', ''),
(3975, 14, 121, 'Glen Iris', ''),
(3976, 14, 121, 'Glendalough', ''),
(3977, 14, 121, 'Golden Bay-Singleton', ''),
(3978, 14, 121, 'Goomalling', ''),
(3979, 14, 121, 'Gooseberry Hill', ''),
(3980, 14, 121, 'Gosnells', ''),
(3981, 14, 121, 'Greenfields', ''),
(3982, 14, 121, 'Greenmount', ''),
(3983, 14, 121, 'Guildford', ''),
(3984, 14, 121, 'Gwelup', ''),
(3985, 14, 121, 'Halls Head', ''),
(3986, 14, 121, 'Harrisdale', ''),
(3987, 14, 121, 'Harvey', ''),
(3988, 14, 121, 'Haynes', ''),
(3989, 14, 121, 'Heathridge', ''),
(3990, 14, 121, 'Helena Valley', ''),
(3991, 14, 121, 'Henderson', ''),
(3992, 14, 121, 'Henley Brook', ''),
(3993, 14, 121, 'Herne Hill', ''),
(3994, 14, 121, 'High Wycombe', ''),
(3995, 14, 121, 'Highbury', ''),
(3996, 14, 121, 'Highgate', ''),
(3997, 14, 121, 'Hilbert', ''),
(3998, 14, 121, 'Hillarys', ''),
(3999, 14, 121, 'Hillman', ''),
(4000, 14, 121, 'Hilton', ''),
(4001, 14, 121, 'Hocking', ''),
(4002, 14, 121, 'Hovea', ''),
(4003, 14, 121, 'Huntingdale', ''),
(4004, 14, 121, 'Innaloo', ''),
(4005, 14, 121, 'Ives', ''),
(4006, 14, 121, 'Jandakot', ''),
(4007, 14, 121, 'Jane Brook', ''),
(4008, 14, 121, 'Jarrahdale', ''),
(4009, 14, 121, 'Jolimont', ''),
(4010, 14, 121, 'Joondalup', ''),
(4011, 14, 121, 'Joondanna', ''),
(4012, 14, 121, 'Kalgoorlie', ''),
(4013, 14, 121, 'Kallaroo', ''),
(4014, 14, 121, 'Karawara', ''),
(4015, 14, 121, 'Kardinya', ''),
(4016, 14, 121, 'Karrinyup', ''),
(4017, 14, 121, 'Kelmscott', ''),
(4018, 14, 121, 'Kendenup', ''),
(4019, 14, 121, 'Kenwick', ''),
(4020, 14, 121, 'Kewdale', ''),
(4021, 14, 121, 'Keysbrook', ''),
(4022, 14, 121, 'Kiara', ''),
(4023, 14, 121, 'Kingsley', ''),
(4024, 14, 121, 'Kirwan', ''),
(4025, 14, 121, 'Kojonup', ''),
(4026, 14, 121, 'Koondoola', ''),
(4027, 14, 121, 'Koongamia', ''),
(4028, 14, 121, 'Kununurra', ''),
(4029, 14, 121, 'Kwinana', ''),
(4030, 14, 121, 'Lakelands', ''),
(4031, 14, 121, 'Landsdale', ''),
(4032, 14, 121, 'Langford', ''),
(4033, 14, 121, 'Latham', ''),
(4034, 14, 121, 'Lathlain', ''),
(4035, 14, 121, 'Leda', ''),
(4036, 14, 121, 'Leederville', ''),
(4037, 14, 121, 'Leeming', ''),
(4038, 14, 121, 'Lesmurdie', ''),
(4039, 14, 121, 'Lockridge', ''),
(4040, 14, 121, 'Lower Chittering', ''),
(4041, 14, 121, 'Maddington', ''),
(4042, 14, 121, 'Madeley', ''),
(4043, 14, 121, 'Mahogany Creek', ''),
(4044, 14, 121, 'Maida Vale', ''),
(4045, 14, 121, 'Malaga', ''),
(4046, 14, 121, 'Mandurah', ''),
(4047, 14, 121, 'Manjimup', ''),
(4048, 14, 121, 'Manning', ''),
(4049, 14, 121, 'Margaret River', ''),
(4050, 14, 121, 'Mariginiup', ''),
(4051, 14, 121, 'Marks', ''),
(4052, 14, 121, 'Marmion', ''),
(4053, 14, 121, 'Martin', ''),
(4054, 14, 121, 'Maylands', ''),
(4055, 14, 121, 'Meadow Springs', ''),
(4056, 14, 121, 'Meckering', ''),
(4057, 14, 121, 'Medina', ''),
(4058, 14, 121, 'Melaleuca', ''),
(4059, 14, 121, 'Menora', ''),
(4060, 14, 121, 'Merredin', ''),
(4061, 14, 121, 'Middle Swan', ''),
(4062, 14, 121, 'Midland', ''),
(4063, 14, 121, 'Midvale', ''),
(4064, 14, 121, 'Millbridge', ''),
(4065, 14, 121, 'Moora', ''),
(4066, 14, 121, 'Morley', ''),
(4067, 14, 121, 'Mosman Park', ''),
(4068, 14, 121, 'Mount Helena', ''),
(4069, 14, 121, 'Mount Lawley', ''),
(4070, 14, 121, 'Mount Nasura', ''),
(4071, 14, 121, 'Mount Richon', ''),
(4072, 14, 121, 'Muchea', ''),
(4073, 14, 121, 'Mullaloo', ''),
(4074, 14, 121, 'Mundaring Weir', ''),
(4075, 14, 121, 'Mundijong', ''),
(4076, 14, 121, 'Munster', ''),
(4077, 14, 121, 'Murdoch', ''),
(4078, 14, 121, 'Myaree', ''),
(4079, 14, 121, 'Narrogin', ''),
(4080, 14, 121, 'Naval Base', ''),
(4081, 14, 121, 'Nedlands', ''),
(4082, 14, 121, 'Newlands', ''),
(4083, 14, 121, 'Newman', ''),
(4084, 14, 121, 'Nollamara', ''),
(4085, 14, 121, 'Noranda', ''),
(4086, 14, 121, 'North Beach', ''),
(4087, 14, 121, 'North Fremantle', ''),
(4088, 14, 121, 'North Lake', ''),
(4089, 14, 121, 'North Pinjarra', ''),
(4090, 14, 121, 'Northam', ''),
(4091, 14, 121, 'Northbridge', ''),
(4092, 14, 121, 'Oak Park', ''),
(4093, 14, 121, 'Oakford', ''),
(4094, 14, 121, 'Ocean Reef', ''),
(4095, 14, 121, 'Oldbury', ''),
(4096, 14, 121, 'Onslow', ''),
(4097, 14, 121, 'Orelia', ''),
(4098, 14, 121, 'Padbury', ''),
(4099, 14, 121, 'Palmyra', ''),
(4100, 14, 121, 'Paraburdoo', ''),
(4101, 14, 121, 'Parkerville', ''),
(4102, 14, 121, 'Parklands', ''),
(4103, 14, 121, 'Parmelia', ''),
(4104, 14, 121, 'Pearce', ''),
(4105, 14, 121, 'Pearsall', ''),
(4106, 14, 121, 'Perth', ''),
(4107, 14, 121, 'Piara Waters', ''),
(4108, 14, 121, 'Pickering Brook', ''),
(4109, 14, 121, 'Pingrup', ''),
(4110, 14, 121, 'Pinjarra', ''),
(4111, 14, 121, 'Queens Park', ''),
(4112, 14, 121, 'Quindalup', ''),
(4113, 14, 121, 'Quinns Rocks', ''),
(4114, 14, 121, 'Ranford', ''),
(4115, 14, 121, 'Ridgewood', ''),
(4116, 14, 121, 'Rivervale', ''),
(4117, 14, 121, 'Rockingham', ''),
(4118, 14, 121, 'Roebourne', ''),
(4119, 14, 121, 'Roleystone', ''),
(4120, 14, 121, 'Rossmoyne', ''),
(4121, 14, 121, 'Safety Bay', ''),
(4122, 14, 121, 'Salter Point', ''),
(4123, 14, 121, 'Samson', ''),
(4124, 14, 121, 'Sawyers Valley', ''),
(4125, 14, 121, 'Scarborough', ''),
(4126, 14, 121, 'Secret Harbour', ''),
(4127, 14, 121, 'Serpentine', ''),
(4128, 14, 121, 'Shelley', ''),
(4129, 14, 121, 'Shenton Park', ''),
(4130, 14, 121, 'Shoalwater', ''),
(4131, 14, 121, 'Sinagra', ''),
(4132, 14, 121, 'South Hedland', ''),
(4133, 14, 121, 'South Lake', ''),
(4134, 14, 121, 'Southern River', ''),
(4135, 14, 121, 'Spearwood', ''),
(4136, 14, 121, 'Stake Hill', ''),
(4137, 14, 121, 'Subiaco', ''),
(4138, 14, 121, 'Success', ''),
(4139, 14, 121, 'Swan View', ''),
(4140, 14, 121, 'Swanbourne', ''),
(4141, 14, 121, 'Tamala Park', ''),
(4142, 14, 121, 'Tapping', ''),
(4143, 14, 121, 'The Vines', ''),
(4144, 14, 121, 'Thornlie', ''),
(4145, 14, 121, 'Tincurrin', ''),
(4146, 14, 121, 'Tom Price', ''),
(4147, 14, 121, 'Toodyay', ''),
(4148, 14, 121, 'Trigg', ''),
(4149, 14, 121, 'Tuart Hill', ''),
(4150, 14, 121, 'Two Rocks', ''),
(4151, 14, 121, 'Upper Swan', ''),
(4152, 14, 121, 'Viveash', ''),
(4153, 14, 121, 'Wagin', ''),
(4154, 14, 121, 'Waikiki', ''),
(4155, 14, 121, 'Walliston', ''),
(4156, 14, 121, 'Wandi', ''),
(4157, 14, 121, 'Wandina', ''),
(4158, 14, 121, 'Wangara', ''),
(4159, 14, 121, 'Wannanup', ''),
(4160, 14, 121, 'Wanneroo', ''),
(4161, 14, 121, 'Warburton', ''),
(4162, 14, 121, 'Warnbro', ''),
(4163, 14, 121, 'Waroona', ''),
(4164, 14, 121, 'Watermans Bay', ''),
(4165, 14, 121, 'Wattleup', ''),
(4166, 14, 121, 'Wellard', ''),
(4167, 14, 121, 'Wembley', ''),
(4168, 14, 121, 'Westfield', ''),
(4169, 14, 121, 'Westminster', ''),
(4170, 14, 121, 'White Gum Valley', ''),
(4171, 14, 121, 'Wickham', ''),
(4172, 14, 121, 'Willagee', ''),
(4173, 14, 121, 'Willetton', ''),
(4174, 14, 121, 'Williams', ''),
(4175, 14, 121, 'Winthrop', ''),
(4176, 14, 121, 'Wonthella', ''),
(4177, 14, 121, 'Wundowie', ''),
(4178, 14, 121, 'Wyalkatchem', ''),
(4179, 14, 121, 'Yallingup', ''),
(4180, 14, 121, 'Yanchep', ''),
(4181, 14, 121, 'Yangebup', ''),
(4182, 14, 121, 'Yokine', ''),
(4183, 14, 121, 'York', ''),
(4184, 14, 121, 'Yunderup', ''),
(4185, 15, 122, 'Andau', ''),
(4186, 15, 122, 'Apetlon', ''),
(4187, 15, 122, 'Bad Tatzmannsdorf', ''),
(4188, 15, 122, 'Baumgarten im Burgenland', ''),
(4189, 15, 122, 'Breitenbrunn', ''),
(4190, 15, 122, 'Bruckneudorf', ''),
(4191, 15, 122, 'Buchschachen', ''),
(4192, 15, 122, 'Deutschkreutz', ''),
(4193, 15, 122, 'Donnerskirchen', ''),
(4194, 15, 122, 'Eisenstadt', ''),
(4195, 15, 122, 'Eltendorf', ''),
(4196, 15, 122, 'Forchtenstein', ''),
(4197, 15, 122, 'Frauenkirchen', ''),
(4198, 15, 122, 'Glashuetten bei Langeck im Burgenland', ''),
(4199, 15, 122, 'Gols', ''),
(4200, 15, 122, 'Grieselstein', ''),
(4201, 15, 122, 'Grosspetersdorf', ''),
(4202, 15, 122, 'Guessing', ''),
(4203, 15, 122, 'Halbturn', ''),
(4204, 15, 122, 'Hammerteich', ''),
(4205, 15, 122, 'Hartberg', ''),
(4206, 15, 122, 'Hornstein', ''),
(4207, 15, 122, 'Jennersdorf', ''),
(4208, 15, 122, 'Jois', ''),
(4209, 15, 122, 'Kittsee', ''),
(4210, 15, 122, 'Kleinhoeflein im Burgenland', ''),
(4211, 15, 122, 'Kobersdorf', ''),
(4212, 15, 122, 'Konigsdorf', ''),
(4213, 15, 122, 'Krensdorf', ''),
(4214, 15, 122, 'Kroisegg', ''),
(4215, 15, 122, 'Lackenbach', ''),
(4216, 15, 122, 'Lackendorf', ''),
(4217, 15, 122, 'Leithaprodersdorf', ''),
(4218, 15, 122, 'Lockenhaus', ''),
(4219, 15, 122, 'Loipersbach im Burgenland', ''),
(4220, 15, 122, 'Lutzmannsburg', ''),
(4221, 15, 122, 'Mariasdorf', ''),
(4222, 15, 122, 'Markt Allhau', ''),
(4223, 15, 122, 'Marz', ''),
(4224, 15, 122, 'Mattersburg', ''),
(4225, 15, 122, 'Mischendorf', ''),
(4226, 15, 122, 'Monchhof', ''),
(4227, 15, 122, 'Mullendorf', ''),
(4228, 15, 122, 'Neudorfl', ''),
(4229, 15, 122, 'Neufeld an der Leitha', ''),
(4230, 15, 122, 'Neusiedl am See', ''),
(4231, 15, 122, 'Nickelsdorf', ''),
(4232, 15, 122, 'Oberpullendorf', ''),
(4233, 15, 122, 'Oberwart', ''),
(4234, 15, 122, 'Oslip', ''),
(4235, 15, 122, 'Pama', ''),
(4236, 15, 122, 'Parndorf', ''),
(4237, 15, 122, 'Pinkafeld', ''),
(4238, 15, 122, 'Pottsching', ''),
(4239, 15, 122, 'Purbach am Neusiedlersee', ''),
(4240, 15, 122, 'Raiding', ''),
(4241, 15, 122, 'Redschlag', ''),
(4242, 15, 122, 'Rohrbach an der Teich', ''),
(4243, 15, 122, 'Rotenturm an der Pinka', ''),
(4244, 15, 122, 'Rudersdorf', ''),
(4245, 15, 122, 'Rust', ''),
(4246, 15, 122, 'Sankt Michael im Burgenland', ''),
(4247, 15, 122, 'Sauerbrunn', ''),
(4248, 15, 122, 'Schutzen am Gebirge', ''),
(4249, 15, 122, 'Siegendorf im Burgenland', ''),
(4250, 15, 122, 'Stadtschlaining', ''),
(4251, 15, 122, 'Stegersbach', ''),
(4252, 15, 122, 'Stotzing', ''),
(4253, 15, 122, 'Trausdorf an der Wulka', ''),
(4254, 15, 122, 'Unterfrauenhaid', ''),
(4255, 15, 122, 'Walbersdorf', ''),
(4256, 15, 122, 'Wallern im Burgenland', ''),
(4257, 15, 122, 'Weppersdorf', ''),
(4258, 15, 122, 'Zagersdorf', ''),
(4259, 15, 122, 'Zillingtal', ''),
(4260, 15, 122, 'Zurndorf', ''),
(4261, 15, 123, 'Aifersdorf', ''),
(4262, 15, 123, 'Althofen', ''),
(4263, 15, 123, 'Arnoldstein', ''),
(4264, 15, 123, 'Arriach', ''),
(4265, 15, 123, 'Augsdorf', ''),
(4266, 15, 123, 'Bad Eisenkappel', ''),
(4267, 15, 123, 'Bauer', ''),
(4268, 15, 123, 'Berg', ''),
(4269, 15, 123, 'Biedermann', ''),
(4270, 15, 123, 'Bleiberg ob Villach', ''),
(4271, 15, 123, 'Bleiberg-Kreuth', ''),
(4272, 15, 123, 'Bleiburg', ''),
(4273, 15, 123, 'Bodensdorf', ''),
(4274, 15, 123, 'Bruckl', ''),
(4275, 15, 123, 'Doebriach', ''),
(4276, 15, 123, 'Ebene Reichenau', ''),
(4277, 15, 123, 'Ebenthal', ''),
(4278, 15, 123, 'Eberndorf', ''),
(4279, 15, 123, 'Egg am Faaker See', ''),
(4280, 15, 123, 'Faak am See', ''),
(4281, 15, 123, 'Feistritz an der Drau', ''),
(4282, 15, 123, 'Feistritz im Rosental', ''),
(4283, 15, 123, 'Feldkirchen in Karnten', ''),
(4284, 15, 123, 'Ferndorf', ''),
(4285, 15, 123, 'Finkenstein am Faaker See', ''),
(4286, 15, 123, 'Flattach', ''),
(4287, 15, 123, 'Frantschach', ''),
(4288, 15, 123, 'Fresach', ''),
(4289, 15, 123, 'Friesach', ''),
(4290, 15, 123, 'Fuernitz', ''),
(4291, 15, 123, 'Glan', ''),
(4292, 15, 123, 'Grafenstein', ''),
(4293, 15, 123, 'Griffen', ''),
(4294, 15, 123, 'Guttaring', ''),
(4295, 15, 123, 'Heiligenblut am Großglockner', ''),
(4296, 15, 123, 'Hermagor', ''),
(4297, 15, 123, 'Hoehe', ''),
(4298, 15, 123, 'Jakling', ''),
(4299, 15, 123, 'Kanzelhoehe', ''),
(4300, 15, 123, 'Keutschach am See', ''),
(4301, 15, 123, 'Klagenfurt', ''),
(4302, 15, 123, 'Kleinedling', ''),
(4303, 15, 123, 'Kleinkirchheim', ''),
(4304, 15, 123, 'Kraig', ''),
(4305, 15, 123, 'Kremsbruecke', ''),
(4306, 15, 123, 'Krumpendorf', ''),
(4307, 15, 123, 'Kuehnsdorf', ''),
(4308, 15, 123, 'Landskron', ''),
(4309, 15, 123, 'Latschach', ''),
(4310, 15, 123, 'Lavamund', ''),
(4311, 15, 123, 'Ledenitzen', ''),
(4312, 15, 123, 'Leibsdorf', ''),
(4313, 15, 123, 'Magdalensberg', ''),
(4314, 15, 123, 'Maglern', ''),
(4315, 15, 123, 'Malta', ''),
(4316, 15, 123, 'Maria Saal', ''),
(4317, 15, 123, 'Maria Worth', ''),
(4318, 15, 123, 'Meiselding', ''),
(4319, 15, 123, 'Millstatt', ''),
(4320, 15, 123, 'Moosburg', ''),
(4321, 15, 123, 'Neuhaus an der Gail', ''),
(4322, 15, 123, 'Noetsch bei Bleiberg', ''),
(4323, 15, 123, 'Oberaichwald', ''),
(4324, 15, 123, 'Ossiach', ''),
(4325, 15, 123, 'Pattergassen', ''),
(4326, 15, 123, 'Pischeldorf', ''),
(4327, 15, 123, 'Plescherken', ''),
(4328, 15, 123, 'Poertschach am Woerthersee', ''),
(4329, 15, 123, 'Pusarnitz', ''),
(4330, 15, 123, 'Radenthein', ''),
(4331, 15, 123, 'Radnig', ''),
(4332, 15, 123, 'Reifnitz', ''),
(4333, 15, 123, 'Rieding', ''),
(4334, 15, 123, 'Rojach', ''),
(4335, 15, 123, 'Rosegg', ''),
(4336, 15, 123, 'Rosenbach', ''),
(4337, 15, 123, 'Ruden', ''),
(4338, 15, 123, 'Sankt Andrae', ''),
(4339, 15, 123, 'Sankt Georgen', ''),
(4340, 15, 123, 'Sankt Kanzian', ''),
(4341, 15, 123, 'Sankt Martin am Techelsberg', ''),
(4342, 15, 123, 'Sankt Stefan', ''),
(4343, 15, 123, 'Sankt Veit an der Glan', ''),
(4344, 15, 123, 'Sattendorf', ''),
(4345, 15, 123, 'Schiefling am See', ''),
(4346, 15, 123, 'Seeboden', ''),
(4347, 15, 123, 'Spittal an der Drau', ''),
(4348, 15, 123, 'Stadelbach', ''),
(4349, 15, 123, 'Stiegl', ''),
(4350, 15, 123, 'Strassburg', ''),
(4351, 15, 123, 'Strau', ''),
(4352, 15, 123, 'Toeschling', ''),
(4353, 15, 123, 'Treffen', ''),
(4354, 15, 123, 'Troepolach', ''),
(4355, 15, 123, 'Tschoeran', ''),
(4356, 15, 123, 'Velden am Woerthersee', ''),
(4357, 15, 123, 'Viktring', ''),
(4358, 15, 123, 'Villach', ''),
(4359, 15, 123, 'Voelkermarkt', ''),
(4360, 15, 123, 'Weissbriach', ''),
(4361, 15, 123, 'Weissensee', ''),
(4362, 15, 123, 'Woelfnitz', ''),
(4363, 15, 123, 'Wolfsberg', ''),
(4364, 15, 123, 'Zweinitz', ''),
(4365, 15, 123, 'Zwischenwaessern', ''),
(4366, 15, 124, 'Achau', ''),
(4367, 15, 124, 'Aggsbach', ''),
(4368, 15, 124, 'Altenberg', ''),
(4369, 15, 124, 'Altlengbach', ''),
(4370, 15, 124, 'Amaliendorf', ''),
(4371, 15, 124, 'Amstetten', ''),
(4372, 15, 124, 'Angern', ''),
(4373, 15, 124, 'Angern an der March', ''),
(4374, 15, 124, 'Arbesbach', ''),
(4375, 15, 124, 'Ardagger Markt', ''),
(4376, 15, 124, 'Aschbach Markt', ''),
(4377, 15, 124, 'Aspang Markt', ''),
(4378, 15, 124, 'Asparn', ''),
(4379, 15, 124, 'Atzenbrugg', ''),
(4380, 15, 124, 'Auersthal', ''),
(4381, 15, 124, 'Bad Deutsch-Altenburg', ''),
(4382, 15, 124, 'Bad Erlach', ''),
(4383, 15, 124, 'Bad Fischau', ''),
(4384, 15, 124, 'Bad Pirawarth', ''),
(4385, 15, 124, 'Bad Voslau', ''),
(4386, 15, 124, 'Baden bei Wien', ''),
(4387, 15, 124, 'Behamberg', ''),
(4388, 15, 124, 'Berndorf', ''),
(4389, 15, 124, 'Biedermannsdorf', ''),
(4390, 15, 124, 'Bisamberg', ''),
(4391, 15, 124, 'Blumau', ''),
(4392, 15, 124, 'Bockfliess', ''),
(4393, 15, 124, 'Boheimkirchen', ''),
(4394, 15, 124, 'Braunegg', ''),
(4395, 15, 124, 'Breitenfurt bei Wien', ''),
(4396, 15, 124, 'Bromberg', ''),
(4397, 15, 124, 'Bruck an der Leitha', ''),
(4398, 15, 124, 'Bruderndorf', ''),
(4399, 15, 124, 'Brunn am Gebirge', ''),
(4400, 15, 124, 'Brunn an der Wild', ''),
(4401, 15, 124, 'Brunn bei Pitten', ''),
(4402, 15, 124, 'Buchbach', ''),
(4403, 15, 124, 'Bullendorf', ''),
(4404, 15, 124, 'Deutsch-Wagram', ''),
(4405, 15, 124, 'Drasenhofen', ''),
(4406, 15, 124, 'Dross', ''),
(4407, 15, 124, 'Durnkrut', ''),
(4408, 15, 124, 'Durnstein', ''),
(4409, 15, 124, 'Ebenfurth', ''),
(4410, 15, 124, 'Ebergassing', ''),
(4411, 15, 124, 'Ebreichsdorf', ''),
(4412, 15, 124, 'Eggendorf', ''),
(4413, 15, 124, 'Eibesbrunn', ''),
(4414, 15, 124, 'Eichgraben', ''),
(4415, 15, 124, 'Eisenberg', ''),
(4416, 15, 124, 'Enzersdorf an der Fischa', ''),
(4417, 15, 124, 'Enzersfeld', ''),
(4418, 15, 124, 'Enzesfeld', ''),
(4419, 15, 124, 'Erla', ''),
(4420, 15, 124, 'Ernst', ''),
(4421, 15, 124, 'Erpersdorf', ''),
(4422, 15, 124, 'Felixdorf', ''),
(4423, 15, 124, 'Ferschnitz', ''),
(4424, 15, 124, 'Flandorf', ''),
(4425, 15, 124, 'Forst', ''),
(4426, 15, 124, 'Frankenfels', ''),
(4427, 15, 124, 'Gaaden', ''),
(4428, 15, 124, 'Gablitz', ''),
(4429, 15, 124, 'Gallbrunn', ''),
(4430, 15, 124, 'Gansbach', ''),
(4431, 15, 124, 'Ganserndorf', ''),
(4432, 15, 124, 'Gars am Kamp', ''),
(4433, 15, 124, 'Gaweinstal', ''),
(4434, 15, 124, 'Geras', ''),
(4435, 15, 124, 'Gerasdorf am Steinfelde', ''),
(4436, 15, 124, 'Gerasdorf bei Wien', ''),
(4437, 15, 124, 'Gfohl', ''),
(4438, 15, 124, 'Giesshubl', ''),
(4439, 15, 124, 'Glinzendorf', ''),
(4440, 15, 124, 'Gloggnitz', ''),
(4441, 15, 124, 'Gmund', ''),
(4442, 15, 124, 'Gollersdorf', ''),
(4443, 15, 124, 'Gopfritz an der Wild', ''),
(4444, 15, 124, 'Gosing', ''),
(4445, 15, 124, 'Gostling an der Ybbs', ''),
(4446, 15, 124, 'Gotzendorf an der Leitha', ''),
(4447, 15, 124, 'Grafenworth', ''),
(4448, 15, 124, 'Gramatneusiedl', ''),
(4449, 15, 124, 'Grimmenstein', ''),
(4450, 15, 124, 'Gross', ''),
(4451, 15, 124, 'Gross-Enzersdorf', ''),
(4452, 15, 124, 'Gross-Schweinbarth', ''),
(4453, 15, 124, 'Grosspertholz', ''),
(4454, 15, 124, 'Grossschonberg', ''),
(4455, 15, 124, 'Grossweikersdorf', ''),
(4456, 15, 124, 'Grosswetzdorf', ''),
(4457, 15, 124, 'Grunbach am Schneeberg', ''),
(4458, 15, 124, 'Gruner Baum', ''),
(4459, 15, 124, 'Gugging', ''),
(4460, 15, 124, 'Gumpoldskirchen', ''),
(4461, 15, 124, 'Gunselsdorf', ''),
(4462, 15, 124, 'Guntramsdorf', ''),
(4463, 15, 124, 'Gutenbrunn', ''),
(4464, 15, 124, 'Haag', ''),
(4465, 15, 124, 'Hadersdorf am Kamp', ''),
(4466, 15, 124, 'Hadres', ''),
(4467, 15, 124, 'Hagenbrunn', ''),
(4468, 15, 124, 'Haidershofen', ''),
(4469, 15, 124, 'Hainburg an der Donau', ''),
(4470, 15, 124, 'Hainfeld', ''),
(4471, 15, 124, 'Haschendorf', ''),
(4472, 15, 124, 'Hatzenbach', ''),
(4473, 15, 124, 'Hausleiten', ''),
(4474, 15, 124, 'Heidenreichstein', ''),
(4475, 15, 124, 'Hennersdorf', ''),
(4476, 15, 124, 'Hernstein', ''),
(4477, 15, 124, 'Herzogenburg', ''),
(4478, 15, 124, 'Himberg', ''),
(4479, 15, 124, 'Hinterbruehl', ''),
(4480, 15, 124, 'Hirtenberg', ''),
(4481, 15, 124, 'Hochneukirchen', ''),
(4482, 15, 124, 'Hochwolkersdorf', ''),
(4483, 15, 124, 'Hofamt', ''),
(4484, 15, 124, 'Hoflein', ''),
(4485, 15, 124, 'Hoflein an der Donau', ''),
(4486, 15, 124, 'Hohenau', ''),
(4487, 15, 124, 'Hollabrunn', ''),
(4488, 15, 124, 'Horn', ''),
(4489, 15, 124, 'Immendorf', ''),
(4490, 15, 124, 'Innermanzing', ''),
(4491, 15, 124, 'Irnfritz', ''),
(4492, 15, 124, 'Isper', ''),
(4493, 15, 124, 'Kaindorf', ''),
(4494, 15, 124, 'Kaltenleutgeben', ''),
(4495, 15, 124, 'Kapellerfeld', ''),
(4496, 15, 124, 'Kapelln', ''),
(4497, 15, 124, 'Karlstetten', ''),
(4498, 15, 124, 'Kautzen', ''),
(4499, 15, 124, 'Kematen an der Ybbs', ''),
(4500, 15, 124, 'Kemmelbach', ''),
(4501, 15, 124, 'Kernhof', ''),
(4502, 15, 124, 'Ketzelsdorf', ''),
(4503, 15, 124, 'Kierling', ''),
(4504, 15, 124, 'Kilb', ''),
(4505, 15, 124, 'Kirchbach', ''),
(4506, 15, 124, 'Kirchberg am Wechsel', ''),
(4507, 15, 124, 'Kirchschlag', ''),
(4508, 15, 124, 'Kirnberg an der Mank', ''),
(4509, 15, 124, 'Kleinrotz', ''),
(4510, 15, 124, 'Klosterneuburg', ''),
(4511, 15, 124, 'Kollmitzberg', ''),
(4512, 15, 124, 'Konigsbrunn', ''),
(4513, 15, 124, 'Konigstetten', ''),
(4514, 15, 124, 'Korneuburg', ''),
(4515, 15, 124, 'Kottingbrunn', ''),
(4516, 15, 124, 'Krems', ''),
(4517, 15, 124, 'Kritzendorf', ''),
(4518, 15, 124, 'Krottendorf', ''),
(4519, 15, 124, 'Krumbach Markt', ''),
(4520, 15, 124, 'Kuffern', ''),
(4521, 15, 124, 'Laa an der Thaya', ''),
(4522, 15, 124, 'Laaben', ''),
(4523, 15, 124, 'Langenlois', ''),
(4524, 15, 124, 'Langenschonbichl', ''),
(4525, 15, 124, 'Langenzersdorf', ''),
(4526, 15, 124, 'Lanzendorf', ''),
(4527, 15, 124, 'Lanzenkirchen', ''),
(4528, 15, 124, 'Lassee', ''),
(4529, 15, 124, 'Laxenburg', ''),
(4530, 15, 124, 'Leitzersdorf', ''),
(4531, 15, 124, 'Lengenfeld', ''),
(4532, 15, 124, 'Leobersdorf', ''),
(4533, 15, 124, 'Leopoldsdorf', ''),
(4534, 15, 124, 'Leopoldsdorf im Marchfelde', ''),
(4535, 15, 124, 'Lichtenau', ''),
(4536, 15, 124, 'Lichtenegg', ''),
(4537, 15, 124, 'Lichtenworth', ''),
(4538, 15, 124, 'Lilienfeld', ''),
(4539, 15, 124, 'Lindabrunn', ''),
(4540, 15, 124, 'Litschau', ''),
(4541, 15, 124, 'Loipersbach', ''),
(4542, 15, 124, 'Loosdorf', ''),
(4543, 15, 124, 'Lunz am See', ''),
(4544, 15, 124, 'Mannersdorf am Leithagebirge', ''),
(4545, 15, 124, 'Mannsworth', ''),
(4546, 15, 124, 'Margarethen am Moos', ''),
(4547, 15, 124, 'Maria Enzersdorf', ''),
(4548, 15, 124, 'Maria Taferl', ''),
(4549, 15, 124, 'Markersdorf an der Pielach', ''),
(4550, 15, 124, 'Markgrafneusiedl', ''),
(4551, 15, 124, 'Markt Piesting', ''),
(4552, 15, 124, 'Marktl', ''),
(4553, 15, 124, 'Matzen', ''),
(4554, 15, 124, 'Mauerbach', ''),
(4555, 15, 124, 'Mautern', ''),
(4556, 15, 124, 'Mayerhofen', ''),
(4557, 15, 124, 'Melk', ''),
(4558, 15, 124, 'Michelbach Markt', ''),
(4559, 15, 124, 'Michelhausen', ''),
(4560, 15, 124, 'Miesenbach', ''),
(4561, 15, 124, 'Mistelbach', ''),
(4562, 15, 124, 'Mitterndorf an der Fischa', ''),
(4563, 15, 124, 'Mödling', ''),
(4564, 15, 124, 'Mollersdorf', ''),
(4565, 15, 124, 'Mollram', ''),
(4566, 15, 124, 'Muckendorf an der Donau', ''),
(4567, 15, 124, 'Muggendorf', ''),
(4568, 15, 124, 'Muhldorf', ''),
(4569, 15, 124, 'Munchendorf', ''),
(4570, 15, 124, 'Munichreith am Ostrong', ''),
(4571, 15, 124, 'Neulengbach', ''),
(4572, 15, 124, 'Neunkirchen', ''),
(4573, 15, 124, 'Neupolla', ''),
(4574, 15, 124, 'Neusiedl an der Zaya', ''),
(4575, 15, 124, 'Neustadtl Markt', ''),
(4576, 15, 124, 'Nochling', ''),
(4577, 15, 124, 'Oberganserndorf', ''),
(4578, 15, 124, 'Oberrohrbach', ''),
(4579, 15, 124, 'Obersiebenbrunn', ''),
(4580, 15, 124, 'Oberwaltersdorf', ''),
(4581, 15, 124, 'Oberzogersdorf', ''),
(4582, 15, 124, 'Ollern', ''),
(4583, 15, 124, 'Ollersdorf', ''),
(4584, 15, 124, 'Orth an der Donau', ''),
(4585, 15, 124, 'Ottenheim', ''),
(4586, 15, 124, 'Paudorf', ''),
(4587, 15, 124, 'Pellendorf', ''),
(4588, 15, 124, 'Perchtoldsdorf', ''),
(4589, 15, 124, 'Pernitz', ''),
(4590, 15, 124, 'Petzenkirchen', ''),
(4591, 15, 124, 'Pfaffendorf', ''),
(4592, 15, 124, 'Pfaffenschlag', ''),
(4593, 15, 124, 'Pfosing', ''),
(4594, 15, 124, 'Pitten', ''),
(4595, 15, 124, 'Plank am Kamp', ''),
(4596, 15, 124, 'Pochlarn', ''),
(4597, 15, 124, 'Pottenbrunn', ''),
(4598, 15, 124, 'Pottendorf', ''),
(4599, 15, 124, 'Pottenstein', ''),
(4600, 15, 124, 'Prein an der Rax', ''),
(4601, 15, 124, 'Pressbaum', ''),
(4602, 15, 124, 'Prinzersdorf', ''),
(4603, 15, 124, 'Puchberg am Schneeberg', ''),
(4604, 15, 124, 'Pulkau', ''),
(4605, 15, 124, 'Purgstall', ''),
(4606, 15, 124, 'Purkersdorf', ''),
(4607, 15, 124, 'Pyhra', ''),
(4608, 15, 124, 'Raabs an der Thaya', ''),
(4609, 15, 124, 'Randegg', ''),
(4610, 15, 124, 'Rannersdorf', ''),
(4611, 15, 124, 'Rauchenwarth', ''),
(4612, 15, 124, 'Ravelsbach', ''),
(4613, 15, 124, 'Reichenau an der Rax', ''),
(4614, 15, 124, 'Reidling', ''),
(4615, 15, 124, 'Retz', ''),
(4616, 15, 124, 'Ried am Riederberg', ''),
(4617, 15, 124, 'Riedenthal', ''),
(4618, 15, 124, 'Rohrbach am Steinfelde', ''),
(4619, 15, 124, 'Rohrbach an der Goelsen', ''),
(4620, 15, 124, 'Roseldorf', ''),
(4621, 15, 124, 'Rosental', ''),
(4622, 15, 124, 'Ruprechtshofen', ''),
(4623, 15, 124, 'Sankt Leonhard am Wald', ''),
(4624, 15, 124, 'Sankt Polten', ''),
(4625, 15, 124, 'Sankt Valentin', ''),
(4626, 15, 124, 'Sankt Veit an der Golsen', ''),
(4627, 15, 124, 'Sankt Wolfgang', ''),
(4628, 15, 124, 'Saubersdorf', ''),
(4629, 15, 124, 'Scheibbs', ''),
(4630, 15, 124, 'Scheiblingkirchen', ''),
(4631, 15, 124, 'Schleinbach', ''),
(4632, 15, 124, 'Schneeberg', ''),
(4633, 15, 124, 'Schonabrunn', ''),
(4634, 15, 124, 'Schonkirchen', ''),
(4635, 15, 124, 'Schottwien', ''),
(4636, 15, 124, 'Schranawand', ''),
(4637, 15, 124, 'Schrems', ''),
(4638, 15, 124, 'Schrick', ''),
(4639, 15, 124, 'Schwadorf', ''),
(4640, 15, 124, 'Schwarzau am Steinfelde', ''),
(4641, 15, 124, 'Schwarzenbach an der Pielach', ''),
(4642, 15, 124, 'Schwechat', ''),
(4643, 15, 124, 'Schweiggers', ''),
(4644, 15, 124, 'Semmering', ''),
(4645, 15, 124, 'Seyring', ''),
(4646, 15, 124, 'Sieding', ''),
(4647, 15, 124, 'Siegenfeld', ''),
(4648, 15, 124, 'Siegersdorf', ''),
(4649, 15, 124, 'Sieghartskirchen', ''),
(4650, 15, 124, 'Sierndorf', ''),
(4651, 15, 124, 'Sigmundsherberg', ''),
(4652, 15, 124, 'Sindelburg', ''),
(4653, 15, 124, 'Sittendorf', ''),
(4654, 15, 124, 'Sitzenberg', ''),
(4655, 15, 124, 'Sollenau', ''),
(4656, 15, 124, 'Sommerein', ''),
(4657, 15, 124, 'Sooss', ''),
(4658, 15, 124, 'Spannberg', ''),
(4659, 15, 124, 'Spillern', ''),
(4660, 15, 124, 'Spitz', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(4661, 15, 124, 'Spratzern', ''),
(4662, 15, 124, 'St. Martin', ''),
(4663, 15, 124, 'Statzendorf', ''),
(4664, 15, 124, 'Stein an der Donau', ''),
(4665, 15, 124, 'Steinabruckl', ''),
(4666, 15, 124, 'Stetteldorf am Wagram', ''),
(4667, 15, 124, 'Stiefern', ''),
(4668, 15, 124, 'Stillfried', ''),
(4669, 15, 124, 'Stockerau', ''),
(4670, 15, 124, 'Stockern', ''),
(4671, 15, 124, 'Strass', ''),
(4672, 15, 124, 'Strasshof an der Nordbahn', ''),
(4673, 15, 124, 'Stratzing', ''),
(4674, 15, 124, 'Stripfing', ''),
(4675, 15, 124, 'Stronsdorf', ''),
(4676, 15, 124, 'Sulz im Wienerwald', ''),
(4677, 15, 124, 'Ternitz', ''),
(4678, 15, 124, 'Texing', ''),
(4679, 15, 124, 'Theras', ''),
(4680, 15, 124, 'Theresienfeld', ''),
(4681, 15, 124, 'Tiefenthal', ''),
(4682, 15, 124, 'Traisen', ''),
(4683, 15, 124, 'Traiskirchen', ''),
(4684, 15, 124, 'Traismauer', ''),
(4685, 15, 124, 'Trautmannsdorf an der Leitha', ''),
(4686, 15, 124, 'Tribuswinkel', ''),
(4687, 15, 124, 'Trumau', ''),
(4688, 15, 124, 'Tulln', ''),
(4689, 15, 124, 'Turnitz', ''),
(4690, 15, 124, 'Ulmerfeld', ''),
(4691, 15, 124, 'Ulrichskirchen', ''),
(4692, 15, 124, 'Unterhausen', ''),
(4693, 15, 124, 'Unterkirchbach', ''),
(4694, 15, 124, 'Untersiebenbrunn', ''),
(4695, 15, 124, 'Unterthern', ''),
(4696, 15, 124, 'Unterwaltersdorf', ''),
(4697, 15, 124, 'Viehofen', ''),
(4698, 15, 124, 'Vitis', ''),
(4699, 15, 124, 'Vosendorf', ''),
(4700, 15, 124, 'Waidhofen an der Thaya', ''),
(4701, 15, 124, 'Waidhofen an der Ybbs', ''),
(4702, 15, 124, 'Waldegg', ''),
(4703, 15, 124, 'Waldenstein', ''),
(4704, 15, 124, 'Walpersbach', ''),
(4705, 15, 124, 'Waltersdorf an der March', ''),
(4706, 15, 124, 'Wartmannstetten', ''),
(4707, 15, 124, 'Watzelsdorf', ''),
(4708, 15, 124, 'Weidling', ''),
(4709, 15, 124, 'Weikendorf', ''),
(4710, 15, 124, 'Weikersdorf am Steinfelde', ''),
(4711, 15, 124, 'Weissenkirchen in der Wachau', ''),
(4712, 15, 124, 'Wiener Neudorf', ''),
(4713, 15, 124, 'Wiener Neustadt', ''),
(4714, 15, 124, 'Wieselburg', ''),
(4715, 15, 124, 'Wilfleinsdorf', ''),
(4716, 15, 124, 'Wilhelmsburg', ''),
(4717, 15, 124, 'Winzendorf', ''),
(4718, 15, 124, 'Wolfsbach', ''),
(4719, 15, 124, 'Wolkersdorf im Weinviertel', ''),
(4720, 15, 124, 'Wollersdorf', ''),
(4721, 15, 124, 'Wordern', ''),
(4722, 15, 124, 'Wosendorf', ''),
(4723, 15, 124, 'Wulzeshofen', ''),
(4724, 15, 124, 'Wurmla', ''),
(4725, 15, 124, 'Ybbs an der Donau', ''),
(4726, 15, 124, 'Ybbsitz', ''),
(4727, 15, 124, 'Zeiselmauer', ''),
(4728, 15, 124, 'Zelking', ''),
(4729, 15, 124, 'Ziersdorf', ''),
(4730, 15, 124, 'Zillingdorf', ''),
(4731, 15, 124, 'Zistersdorf', ''),
(4732, 15, 124, 'Zwerndorf', ''),
(4733, 15, 124, 'Zwettl Stadt', ''),
(4734, 15, 124, 'Zwolfaxing', ''),
(4735, 15, 125, 'Abtenau', ''),
(4736, 15, 125, 'Adnet', ''),
(4737, 15, 125, 'Altenmarkt im Pongau', ''),
(4738, 15, 125, 'Angerberg', ''),
(4739, 15, 125, 'Anif', ''),
(4740, 15, 125, 'Aufhausen', ''),
(4741, 15, 125, 'Bad Gastein', ''),
(4742, 15, 125, 'Bad Hofgastein', ''),
(4743, 15, 125, 'Bergheim', ''),
(4744, 15, 125, 'Berndorf bei Salzburg', ''),
(4745, 15, 125, 'Bischofshofen', ''),
(4746, 15, 125, 'Bramberg am Wildkogel', ''),
(4747, 15, 125, 'Bruck an der Grossglocknerstrasse', ''),
(4748, 15, 125, 'Bruckberg', ''),
(4749, 15, 125, 'Burmoos', ''),
(4750, 15, 125, 'Dorfgastein', ''),
(4751, 15, 125, 'Eben im Pongau', ''),
(4752, 15, 125, 'Elixhausen', ''),
(4753, 15, 125, 'Elsbethen', ''),
(4754, 15, 125, 'Eugendorf', ''),
(4755, 15, 125, 'Faistenau', ''),
(4756, 15, 125, 'Filzmoos', ''),
(4757, 15, 125, 'Flachau', ''),
(4758, 15, 125, 'Fuschl am See', ''),
(4759, 15, 125, 'Gartenau', ''),
(4760, 15, 125, 'Gasthof', ''),
(4761, 15, 125, 'Golling an der Salzach', ''),
(4762, 15, 125, 'Gries', ''),
(4763, 15, 125, 'Grodig', ''),
(4764, 15, 125, 'Grossarl', ''),
(4765, 15, 125, 'Hallein', ''),
(4766, 15, 125, 'Hallwang', ''),
(4767, 15, 125, 'Harbach', ''),
(4768, 15, 125, 'Heissingfelding', ''),
(4769, 15, 125, 'Henndorf am Wallersee', ''),
(4770, 15, 125, 'Himmelreich', ''),
(4771, 15, 125, 'Hinterglemm', ''),
(4772, 15, 125, 'Hinterthal', ''),
(4773, 15, 125, 'Hinterwaldberg', ''),
(4774, 15, 125, 'Hof bei Salzburg', ''),
(4775, 15, 125, 'Hollersbach im Pinzgau', ''),
(4776, 15, 125, 'Huttau', ''),
(4777, 15, 125, 'Kaprun', ''),
(4778, 15, 125, 'Karteis', ''),
(4779, 15, 125, 'Kostendorf', ''),
(4780, 15, 125, 'Kuchl', ''),
(4781, 15, 125, 'Lamprechtshausen', ''),
(4782, 15, 125, 'Leogang', ''),
(4783, 15, 125, 'Lofer', ''),
(4784, 15, 125, 'Maishofen', ''),
(4785, 15, 125, 'Mariapfarr', ''),
(4786, 15, 125, 'Mattsee', ''),
(4787, 15, 125, 'Michaelbeuern', ''),
(4788, 15, 125, 'Mittersill', ''),
(4789, 15, 125, 'Muhlbach am Hochkonig', ''),
(4790, 15, 125, 'Neuhofen', ''),
(4791, 15, 125, 'Neukirchen am Grossvenediger', ''),
(4792, 15, 125, 'Neumarkt am Wallersee', ''),
(4793, 15, 125, 'Niederalm', ''),
(4794, 15, 125, 'Niederland', ''),
(4795, 15, 125, 'Niedernsill', ''),
(4796, 15, 125, 'Oberalm', ''),
(4797, 15, 125, 'Oberndorf bei Salzburg', ''),
(4798, 15, 125, 'Obertauern', ''),
(4799, 15, 125, 'Obertrum am See', ''),
(4800, 15, 125, 'Passthurn', ''),
(4801, 15, 125, 'Pfarrwerfen', ''),
(4802, 15, 125, 'Pichl', ''),
(4803, 15, 125, 'Piesendorf', ''),
(4804, 15, 125, 'Plainfeld', ''),
(4805, 15, 125, 'Plankenau', ''),
(4806, 15, 125, 'Puch bei Hallein', ''),
(4807, 15, 125, 'Radstadt', ''),
(4808, 15, 125, 'Rauris', ''),
(4809, 15, 125, 'Reitdorf', ''),
(4810, 15, 125, 'Saalbach', ''),
(4811, 15, 125, 'Saalfelden am Steinernen Meer', ''),
(4812, 15, 125, 'Salzburg', ''),
(4813, 15, 125, 'Sankt Johann im Pongau', ''),
(4814, 15, 125, 'Schwarzach im Pongau', ''),
(4815, 15, 125, 'Seekirchen am Wallersee', ''),
(4816, 15, 125, 'Siezenheim', ''),
(4817, 15, 125, 'St. Gilgen', ''),
(4818, 15, 125, 'Strasswalchen', ''),
(4819, 15, 125, 'Strobl', ''),
(4820, 15, 125, 'Stubach', ''),
(4821, 15, 125, 'Taxenbach', ''),
(4822, 15, 125, 'Thalgau', ''),
(4823, 15, 125, 'Thomatal', ''),
(4824, 15, 125, 'Tweng', ''),
(4825, 15, 125, 'Vigaun', ''),
(4826, 15, 125, 'Wagrain', ''),
(4827, 15, 125, 'Walchen', ''),
(4828, 15, 125, 'Wals', ''),
(4829, 15, 125, 'Werfen', ''),
(4830, 15, 125, 'Werfenweng', ''),
(4831, 15, 125, 'Zell am See', ''),
(4832, 15, 126, 'Admont', ''),
(4833, 15, 126, 'Aigen', ''),
(4834, 15, 126, 'Aigen im Ennstal', ''),
(4835, 15, 126, 'Allerheiligen bei Wildon', ''),
(4836, 15, 126, 'Altaussee', ''),
(4837, 15, 126, 'Althofen', ''),
(4838, 15, 126, 'Anger', ''),
(4839, 15, 126, 'Apfelberg', ''),
(4840, 15, 126, 'Attendorf', ''),
(4841, 15, 126, 'Bad Gams', ''),
(4842, 15, 126, 'Bad Gleichenberg', ''),
(4843, 15, 126, 'Bad Radkersburg', ''),
(4844, 15, 126, 'Baernbach', ''),
(4845, 15, 126, 'Barnbach', ''),
(4846, 15, 126, 'Birkfeld', ''),
(4847, 15, 126, 'Blumau', ''),
(4848, 15, 126, 'Bruck an der Mur', ''),
(4849, 15, 126, 'Burgau', ''),
(4850, 15, 126, 'Dechantskirchen', ''),
(4851, 15, 126, 'Deutsch Goritz', ''),
(4852, 15, 126, 'Deutschlandsberg', ''),
(4853, 15, 126, 'Dienersdorf', ''),
(4854, 15, 126, 'Dobldorf', ''),
(4855, 15, 126, 'Donnersbach', ''),
(4856, 15, 126, 'Edelsbach', ''),
(4857, 15, 126, 'Eggersdorf bei Graz', ''),
(4858, 15, 126, 'Ehrenhausen', ''),
(4859, 15, 126, 'Eibiswald', ''),
(4860, 15, 126, 'Eisbach', ''),
(4861, 15, 126, 'Fehring', ''),
(4862, 15, 126, 'Feldbach', ''),
(4863, 15, 126, 'Feldkirchen bei Graz', ''),
(4864, 15, 126, 'Fernitz', ''),
(4865, 15, 126, 'Fischbach', ''),
(4866, 15, 126, 'Fohnsdorf', ''),
(4867, 15, 126, 'Fresing', ''),
(4868, 15, 126, 'Frohnleiten', ''),
(4869, 15, 126, 'Fuerstenfeld', ''),
(4870, 15, 126, 'Gaishorn', ''),
(4871, 15, 126, 'Gams bei Hieflau', ''),
(4872, 15, 126, 'Gasen', ''),
(4873, 15, 126, 'Gatschen', ''),
(4874, 15, 126, 'Gleinstatten', ''),
(4875, 15, 126, 'Gleisdorf', ''),
(4876, 15, 126, 'Gnas', ''),
(4877, 15, 126, 'Gosdorf', ''),
(4878, 15, 126, 'Goss', ''),
(4879, 15, 126, 'Gossendorf', ''),
(4880, 15, 126, 'Graden', ''),
(4881, 15, 126, 'Grafendorf bei Hartberg', ''),
(4882, 15, 126, 'Grafendorf bei Stainz', ''),
(4883, 15, 126, 'Grambach', ''),
(4884, 15, 126, 'Gratkorn', ''),
(4885, 15, 126, 'Gratwein', ''),
(4886, 15, 126, 'Graz', ''),
(4887, 15, 126, 'Grobming', ''),
(4888, 15, 126, 'Grosssteinbach', ''),
(4889, 15, 126, 'Gumpenberg', ''),
(4890, 15, 126, 'Halbenrain', ''),
(4891, 15, 126, 'Hall bei Admont', ''),
(4892, 15, 126, 'Hartberg', ''),
(4893, 15, 126, 'Hartmannsdorf', ''),
(4894, 15, 126, 'Hatzendorf', ''),
(4895, 15, 126, 'Haus', ''),
(4896, 15, 126, 'Hausmannstatten', ''),
(4897, 15, 126, 'Heiligenkreuz am Waasen', ''),
(4898, 15, 126, 'Heimschuh', ''),
(4899, 15, 126, 'Hengsberg', ''),
(4900, 15, 126, 'Hitzendorf', ''),
(4901, 15, 126, 'Hoenigsberg', ''),
(4902, 15, 126, 'Hohentauern', ''),
(4903, 15, 126, 'Ilz', ''),
(4904, 15, 126, 'Jagerberg', ''),
(4905, 15, 126, 'Johnsbach', ''),
(4906, 15, 126, 'Judenburg', ''),
(4907, 15, 126, 'Judendorf', ''),
(4908, 15, 126, 'Kainach bei Wildon', ''),
(4909, 15, 126, 'Kalsdorf bei Graz', ''),
(4910, 15, 126, 'Kapfenberg', ''),
(4911, 15, 126, 'Karl', ''),
(4912, 15, 126, 'Kindberg', ''),
(4913, 15, 126, 'Kirchbach in Steiermark', ''),
(4914, 15, 126, 'Kirchberg an der Raab', ''),
(4915, 15, 126, 'Kitzeck im Sausal', ''),
(4916, 15, 126, 'Kleinbergl', ''),
(4917, 15, 126, 'Kloech', ''),
(4918, 15, 126, 'Knittelfeld', ''),
(4919, 15, 126, 'Koflach', ''),
(4920, 15, 126, 'Krieglach', ''),
(4921, 15, 126, 'Krottendorf an der Lassnitz', ''),
(4922, 15, 126, 'Krumegg', ''),
(4923, 15, 126, 'Kumberg', ''),
(4924, 15, 126, 'Lafnitz', ''),
(4925, 15, 126, 'Langenwang', ''),
(4926, 15, 126, 'Lannach', ''),
(4927, 15, 126, 'Lassnitzhohe', ''),
(4928, 15, 126, 'Lebring', ''),
(4929, 15, 126, 'Leibnitz, Styria', ''),
(4930, 15, 126, 'Leoben', ''),
(4931, 15, 126, 'Lerchenreith', ''),
(4932, 15, 126, 'Leutschach', ''),
(4933, 15, 126, 'Lieboch', ''),
(4934, 15, 126, 'Liezen', ''),
(4935, 15, 126, 'Ligist', ''),
(4936, 15, 126, 'Loipersdorf bei Fuerstenfeld', ''),
(4937, 15, 126, 'Mandling', ''),
(4938, 15, 126, 'Maria Lankowitz', ''),
(4939, 15, 126, 'Mariazell', ''),
(4940, 15, 126, 'Mautern in Steiermark', ''),
(4941, 15, 126, 'Mellach', ''),
(4942, 15, 126, 'Mettersdorf am Sassbach', ''),
(4943, 15, 126, 'Miesenbach', ''),
(4944, 15, 126, 'Mitterndorf', ''),
(4945, 15, 126, 'Mortantsch', ''),
(4946, 15, 126, 'Muerzsteg', ''),
(4947, 15, 126, 'Muerzzuschlag', ''),
(4948, 15, 126, 'Murau', ''),
(4949, 15, 126, 'Neuberg', ''),
(4950, 15, 126, 'Neudau', ''),
(4951, 15, 126, 'Neumarkt in Steiermark', ''),
(4952, 15, 126, 'Neuseiersberg', ''),
(4953, 15, 126, 'Neutillmitsch', ''),
(4954, 15, 126, 'Niederwolz', ''),
(4955, 15, 126, 'Niklasdorf', ''),
(4956, 15, 126, 'Oberhaag', ''),
(4957, 15, 126, 'Oberort', ''),
(4958, 15, 126, 'Oblarn', ''),
(4959, 15, 126, 'Paldau', ''),
(4960, 15, 126, 'Passail', ''),
(4961, 15, 126, 'Peggau', ''),
(4962, 15, 126, 'Pernegg an der Mur', ''),
(4963, 15, 126, 'Petersdorf', ''),
(4964, 15, 126, 'Pirka', ''),
(4965, 15, 126, 'Pischelsdorf in Steiermark', ''),
(4966, 15, 126, 'Poels', ''),
(4967, 15, 126, 'Poelten', ''),
(4968, 15, 126, 'Polfing', ''),
(4969, 15, 126, 'Pols an der Wieserbahn', ''),
(4970, 15, 126, 'Preding', ''),
(4971, 15, 126, 'Puch bei Weiz', ''),
(4972, 15, 126, 'Purgg', ''),
(4973, 15, 126, 'Raaba', ''),
(4974, 15, 126, 'Ragnitz', ''),
(4975, 15, 126, 'Rein', ''),
(4976, 15, 126, 'Riegersburg', ''),
(4977, 15, 126, 'Rohrmoos', ''),
(4978, 15, 126, 'Rottenmann', ''),
(4979, 15, 126, 'Sankt Lorenz', ''),
(4980, 15, 126, 'Sankt Lorenzen', ''),
(4981, 15, 126, 'Sankt Marein bei Graz', ''),
(4982, 15, 126, 'Sankt Martin im Sulmtal', ''),
(4983, 15, 126, 'Sankt Peter im Sulmtal', ''),
(4984, 15, 126, 'Sankt Ruprecht an der Raab', ''),
(4985, 15, 126, 'Schaeffern', ''),
(4986, 15, 126, 'Schladming', ''),
(4987, 15, 126, 'Sebersdorf', ''),
(4988, 15, 126, 'Seckau', ''),
(4989, 15, 126, 'Seiersberg', ''),
(4990, 15, 126, 'Semriach', ''),
(4991, 15, 126, 'Sernau', ''),
(4992, 15, 126, 'Sinabelkirchen', ''),
(4993, 15, 126, 'Sodingberg', ''),
(4994, 15, 126, 'Spielberg bei Knittelfeld', ''),
(4995, 15, 126, 'Spielfeld', ''),
(4996, 15, 126, 'Stainach', ''),
(4997, 15, 126, 'Stainz bei Straden', ''),
(4998, 15, 126, 'Stallhofen', ''),
(4999, 15, 126, 'Stattegg', ''),
(5000, 15, 126, 'Steinhaus am Semmering', ''),
(5001, 15, 126, 'Strassengel', ''),
(5002, 15, 126, 'Stubenberg', ''),
(5003, 15, 126, 'Studenzen', ''),
(5004, 15, 126, 'Tauplitz', ''),
(5005, 15, 126, 'Tieschen', ''),
(5006, 15, 126, 'Timmersdorf', ''),
(5007, 15, 126, 'Tirol', ''),
(5008, 15, 126, 'Trautmannsdorf in Oststeiermark', ''),
(5009, 15, 126, 'Trofaiach', ''),
(5010, 15, 126, 'Turnau', ''),
(5011, 15, 126, 'Turrach', ''),
(5012, 15, 126, 'Unterfriesach', ''),
(5013, 15, 126, 'Unterpremstatten', ''),
(5014, 15, 126, 'Unterpurkla', ''),
(5015, 15, 126, 'Veitsch', ''),
(5016, 15, 126, 'Voitsberg', ''),
(5017, 15, 126, 'Vorau', ''),
(5018, 15, 126, 'Vordernberg', ''),
(5019, 15, 126, 'Wagna', ''),
(5020, 15, 126, 'Waltersdorf in Oststeiermark', ''),
(5021, 15, 126, 'Wartberg', ''),
(5022, 15, 126, 'Weinitzen', ''),
(5023, 15, 126, 'Weiz', ''),
(5024, 15, 126, 'Werndorf', ''),
(5025, 15, 126, 'Wettmannstatten', ''),
(5026, 15, 126, 'Wildon', ''),
(5027, 15, 126, 'Wolfsberg', ''),
(5028, 15, 126, 'Zehensdorf', ''),
(5029, 15, 126, 'Zeltweg', ''),
(5030, 15, 126, 'Zwaring', ''),
(5031, 15, 127, 'Absam', ''),
(5032, 15, 127, 'Achenkirch', ''),
(5033, 15, 127, 'Achensee', ''),
(5034, 15, 127, 'Ainet', ''),
(5035, 15, 127, 'Alpbach', ''),
(5036, 15, 127, 'Ampass', ''),
(5037, 15, 127, 'Arzl im Pitztal', ''),
(5038, 15, 127, 'Axams', ''),
(5039, 15, 127, 'Bach', ''),
(5040, 15, 127, 'Barwies', ''),
(5041, 15, 127, 'Baumkirchen', ''),
(5042, 15, 127, 'Berwang', ''),
(5043, 15, 127, 'Biberwier', ''),
(5044, 15, 127, 'Bichlbach', ''),
(5045, 15, 127, 'Brixlegg', ''),
(5046, 15, 127, 'Bruggen', ''),
(5047, 15, 127, 'Brunner', ''),
(5048, 15, 127, 'Ebbs', ''),
(5049, 15, 127, 'Eben am Achensee', ''),
(5050, 15, 127, 'Ehrwald', ''),
(5051, 15, 127, 'Ellmau', ''),
(5052, 15, 127, 'Emberg', ''),
(5053, 15, 127, 'Erpfendorf', ''),
(5054, 15, 127, 'Feuchten', ''),
(5055, 15, 127, 'Fieberbrunn', ''),
(5056, 15, 127, 'Finkenberg', ''),
(5057, 15, 127, 'Finsing', ''),
(5058, 15, 127, 'Fiss', ''),
(5059, 15, 127, 'Flaurling', ''),
(5060, 15, 127, 'Fliess', ''),
(5061, 15, 127, 'Fugen', ''),
(5062, 15, 127, 'Fulpmes', ''),
(5063, 15, 127, 'Galtur', ''),
(5064, 15, 127, 'Gerlos', ''),
(5065, 15, 127, 'Gnadenwald', ''),
(5066, 15, 127, 'Gotzens', ''),
(5067, 15, 127, 'Graen', ''),
(5068, 15, 127, 'Grafenweg', ''),
(5069, 15, 127, 'Gries am Brenner', ''),
(5070, 15, 127, 'Gries im Sellrain', ''),
(5071, 15, 127, 'Grinzens', ''),
(5072, 15, 127, 'Gschnitz', ''),
(5073, 15, 127, 'Haiming', ''),
(5074, 15, 127, 'Haimingerberg', ''),
(5075, 15, 127, 'Haldensee', ''),
(5076, 15, 127, 'Hall in Tirol', ''),
(5077, 15, 127, 'Haller', ''),
(5078, 15, 127, 'Haselbach', ''),
(5079, 15, 127, 'Hatting', ''),
(5080, 15, 127, 'Heiterwang', ''),
(5081, 15, 127, 'Hinterburg', ''),
(5082, 15, 127, 'Hinterthiersee', ''),
(5083, 15, 127, 'Hintertux', ''),
(5084, 15, 127, 'Hippach', ''),
(5085, 15, 127, 'Hochfilzen', ''),
(5086, 15, 127, 'Hochgurgl', ''),
(5087, 15, 127, 'Hochsoelden', ''),
(5088, 15, 127, 'Hofen', ''),
(5089, 15, 127, 'Hopfgarten im Brixental', ''),
(5090, 15, 127, 'Igls', ''),
(5091, 15, 127, 'Im Brand', ''),
(5092, 15, 127, 'Imst', ''),
(5093, 15, 127, 'Innsbruck', ''),
(5094, 15, 127, 'Inzing', ''),
(5095, 15, 127, 'Ischgl', ''),
(5096, 15, 127, 'Itter', ''),
(5097, 15, 127, 'Jenbach', ''),
(5098, 15, 127, 'Jochberg', ''),
(5099, 15, 127, 'Kaltenbach', ''),
(5100, 15, 127, 'Kappl', ''),
(5101, 15, 127, 'Karrosten', ''),
(5102, 15, 127, 'Kematen in Tirol', ''),
(5103, 15, 127, 'Kirchberg in Tirol', ''),
(5104, 15, 127, 'Kirchbichl', ''),
(5105, 15, 127, 'Kirchdorf in Tirol', ''),
(5106, 15, 127, 'Kitzbühel', ''),
(5107, 15, 127, 'Kolsassberg', ''),
(5108, 15, 127, 'Kossen', ''),
(5109, 15, 127, 'Kramsach', ''),
(5110, 15, 127, 'Kreuz', ''),
(5111, 15, 127, 'Kuehtai', ''),
(5112, 15, 127, 'Kufstein', ''),
(5113, 15, 127, 'Kundl', ''),
(5114, 15, 127, 'Landeck', ''),
(5115, 15, 127, 'Lanersbach', ''),
(5116, 15, 127, 'Lans', ''),
(5117, 15, 127, 'Lavant', ''),
(5118, 15, 127, 'Lechaschau', ''),
(5119, 15, 127, 'Leiten', ''),
(5120, 15, 127, 'Lermoos', ''),
(5121, 15, 127, 'Leutasch', ''),
(5122, 15, 127, 'Lienz', ''),
(5123, 15, 127, 'Madseit', ''),
(5124, 15, 127, 'Mairhof', ''),
(5125, 15, 127, 'Mathon', ''),
(5126, 15, 127, 'Matrei in Osttirol', ''),
(5127, 15, 127, 'Maurach', ''),
(5128, 15, 127, 'Mayrhofen', ''),
(5129, 15, 127, 'Mieming', ''),
(5130, 15, 127, 'Mils bei Solbad Hall', ''),
(5131, 15, 127, 'Mosern', ''),
(5132, 15, 127, 'Motz', ''),
(5133, 15, 127, 'Munster', ''),
(5134, 15, 127, 'Mutters', ''),
(5135, 15, 127, 'Natters', ''),
(5136, 15, 127, 'Nauders', ''),
(5137, 15, 127, 'Navis', ''),
(5138, 15, 127, 'Nesselwangle', ''),
(5139, 15, 127, 'Neustift', ''),
(5140, 15, 127, 'Niederau', ''),
(5141, 15, 127, 'Niederndorf', ''),
(5142, 15, 127, 'Oberau', ''),
(5143, 15, 127, 'Obergurgl', ''),
(5144, 15, 127, 'Obermieming', ''),
(5145, 15, 127, 'Oberndorf in Tirol', ''),
(5146, 15, 127, 'Oberperfuss', ''),
(5147, 15, 127, 'Obsteig', ''),
(5148, 15, 127, 'OEtztal-Bahnhof', ''),
(5149, 15, 127, 'Panzendorf', ''),
(5150, 15, 127, 'Patsch', ''),
(5151, 15, 127, 'Pertisau', ''),
(5152, 15, 127, 'Pettnau', ''),
(5153, 15, 127, 'Pettneu', ''),
(5154, 15, 127, 'Pfunds', ''),
(5155, 15, 127, 'Plangeross', ''),
(5156, 15, 127, 'Polling in Tirol', ''),
(5157, 15, 127, 'Ramsau im Zillertal', ''),
(5158, 15, 127, 'Reith bei Seefeld', ''),
(5159, 15, 127, 'Reith im Alpbachtal', ''),
(5160, 15, 127, 'Reutte', ''),
(5161, 15, 127, 'Ried im Oberinntal', ''),
(5162, 15, 127, 'Rinn', ''),
(5163, 15, 127, 'Rum', ''),
(5164, 15, 127, 'Saint Anton', ''),
(5165, 15, 127, 'Sankt Oswald', ''),
(5166, 15, 127, 'Sankt Peter', ''),
(5167, 15, 127, 'Schattseite', ''),
(5168, 15, 127, 'Scheffau am Wilden Kaiser', ''),
(5169, 15, 127, 'Schlaiten', ''),
(5170, 15, 127, 'Schlitters', ''),
(5171, 15, 127, 'Schmirn', ''),
(5172, 15, 127, 'Schoenau', ''),
(5173, 15, 127, 'Schoenberg im Stubaital', ''),
(5174, 15, 127, 'Schonwies', ''),
(5175, 15, 127, 'Schwaigs', ''),
(5176, 15, 127, 'Schwaz', ''),
(5177, 15, 127, 'Schwendau', ''),
(5178, 15, 127, 'Schwoich', ''),
(5179, 15, 127, 'Seefeld in Tirol', ''),
(5180, 15, 127, 'Serfaus', ''),
(5181, 15, 127, 'Sillian', ''),
(5182, 15, 127, 'Silz', ''),
(5183, 15, 127, 'Sistrans', ''),
(5184, 15, 127, 'Solden', ''),
(5185, 15, 127, 'Soll', ''),
(5186, 15, 127, 'Stams', ''),
(5187, 15, 127, 'Stans', ''),
(5188, 15, 127, 'Strassen', ''),
(5189, 15, 127, 'Strengen', ''),
(5190, 15, 127, 'Stumm', ''),
(5191, 15, 127, 'Tannheim', ''),
(5192, 15, 127, 'Tarrenz', ''),
(5193, 15, 127, 'Telfs', ''),
(5194, 15, 127, 'Terfens', ''),
(5195, 15, 127, 'Thiersee', ''),
(5196, 15, 127, 'Tristach', ''),
(5197, 15, 127, 'Uderns', ''),
(5198, 15, 127, 'Unterberg', ''),
(5199, 15, 127, 'Vent', ''),
(5200, 15, 127, 'Virgen', ''),
(5201, 15, 127, 'Volders', ''),
(5202, 15, 127, 'Vols', ''),
(5203, 15, 127, 'Vomp', ''),
(5204, 15, 127, 'Vorderlanersbach', ''),
(5205, 15, 127, 'Waidring', ''),
(5206, 15, 127, 'Walchsee', ''),
(5207, 15, 127, 'Wattenberg', ''),
(5208, 15, 127, 'Wattens', ''),
(5209, 15, 127, 'Weerberg', ''),
(5210, 15, 127, 'Weissenbach am Lech', ''),
(5211, 15, 127, 'Wenns', ''),
(5212, 15, 127, 'Westendorf', ''),
(5213, 15, 127, 'Wiesing', ''),
(5214, 15, 127, 'Winkl', ''),
(5215, 15, 127, 'Worgl', ''),
(5216, 15, 127, 'Zams', ''),
(5217, 15, 127, 'Zell am Ziller', ''),
(5218, 15, 127, 'Zellberg', ''),
(5219, 15, 127, 'Zirl', ''),
(5220, 15, 128, 'Abtsdorf', ''),
(5221, 15, 128, 'Afiesl', ''),
(5222, 15, 128, 'Aigen', ''),
(5223, 15, 128, 'Aigen im Muehlkreis', ''),
(5224, 15, 128, 'Aistersheim', ''),
(5225, 15, 128, 'Alberndorf in der Riedmark', ''),
(5226, 15, 128, 'Altenberg bei Linz', ''),
(5227, 15, 128, 'Altheim', ''),
(5228, 15, 128, 'Altmunster', ''),
(5229, 15, 128, 'Ampfelwang', ''),
(5230, 15, 128, 'Andorf', ''),
(5231, 15, 128, 'Ansfelden', ''),
(5232, 15, 128, 'Arnreit', ''),
(5233, 15, 128, 'Aschach an der Donau', ''),
(5234, 15, 128, 'Aschach an der Steyr', ''),
(5235, 15, 128, 'Asten', ''),
(5236, 15, 128, 'Attersee', ''),
(5237, 15, 128, 'Attnang-Puchheim', ''),
(5238, 15, 128, 'Auerbach', ''),
(5239, 15, 128, 'Aurach am Hongar', ''),
(5240, 15, 128, 'Aurolzmunster', ''),
(5241, 15, 128, 'Bad Goisern', ''),
(5242, 15, 128, 'Bad Hall', ''),
(5243, 15, 128, 'Bad Ischl', ''),
(5244, 15, 128, 'Bad Schallerbach', ''),
(5245, 15, 128, 'Bad Wimsbach-Neydharting', ''),
(5246, 15, 128, 'Baumgartenberg', ''),
(5247, 15, 128, 'Braunau am Inn', ''),
(5248, 15, 128, 'Bruendl', ''),
(5249, 15, 128, 'Buchkirchen', ''),
(5250, 15, 128, 'Desselbrunn', ''),
(5251, 15, 128, 'Diersbach', ''),
(5252, 15, 128, 'Dietach', ''),
(5253, 15, 128, 'Dietachdorf', ''),
(5254, 15, 128, 'Ebensee', ''),
(5255, 15, 128, 'Eferding', ''),
(5256, 15, 128, 'Eggelsberg', ''),
(5257, 15, 128, 'Eggendorf im Traunkreis', ''),
(5258, 15, 128, 'Engelhartszell', ''),
(5259, 15, 128, 'Engerwitzdorf', ''),
(5260, 15, 128, 'Enns', ''),
(5261, 15, 128, 'Enzenkirchen', ''),
(5262, 15, 128, 'Esternberg', ''),
(5263, 15, 128, 'Feldkirchen bei Mattighofen', ''),
(5264, 15, 128, 'Fischlham', ''),
(5265, 15, 128, 'Frankenburg', ''),
(5266, 15, 128, 'Frankenmarkt', ''),
(5267, 15, 128, 'Freistadt', ''),
(5268, 15, 128, 'Friedburg', ''),
(5269, 15, 128, 'Gaflenz', ''),
(5270, 15, 128, 'Gallneukirchen', ''),
(5271, 15, 128, 'Gallspach', ''),
(5272, 15, 128, 'Garsten', ''),
(5273, 15, 128, 'Geboltskirchen', ''),
(5274, 15, 128, 'Geiersberg', ''),
(5275, 15, 128, 'Gmunden', ''),
(5276, 15, 128, 'Gosau', ''),
(5277, 15, 128, 'Gramastetten', ''),
(5278, 15, 128, 'Grein', ''),
(5279, 15, 128, 'Grieskirchen', ''),
(5280, 15, 128, 'Gruenau im Almtal', ''),
(5281, 15, 128, 'Gruenbach', ''),
(5282, 15, 128, 'Guglwald', ''),
(5283, 15, 128, 'Gunskirchen', ''),
(5284, 15, 128, 'Gurten', ''),
(5285, 15, 128, 'Gutau', ''),
(5286, 15, 128, 'Haag am Hausruck', ''),
(5287, 15, 128, 'Hagenberg im Muhlkreis', ''),
(5288, 15, 128, 'Haid', ''),
(5289, 15, 128, 'Hallstatt', ''),
(5290, 15, 128, 'Hart', ''),
(5291, 15, 128, 'Hartkirchen', ''),
(5292, 15, 128, 'Hellmonsodt', ''),
(5293, 15, 128, 'Herzogsdorf', ''),
(5294, 15, 128, 'Hinterstoder', ''),
(5295, 15, 128, 'Hipping', ''),
(5296, 15, 128, 'Hochburg-Ach', ''),
(5297, 15, 128, 'Hohnhart', ''),
(5298, 15, 128, 'Holzhausen', ''),
(5299, 15, 128, 'Horsching', ''),
(5300, 15, 128, 'Julbach', ''),
(5301, 15, 128, 'Kallham', ''),
(5302, 15, 128, 'Katsdorf', ''),
(5303, 15, 128, 'Kefermarkt', ''),
(5304, 15, 128, 'Kematen an der Krems', ''),
(5305, 15, 128, 'Kirchdorf an der Krems', ''),
(5306, 15, 128, 'Kirchham', ''),
(5307, 15, 128, 'Kirchheim im Innkreis', ''),
(5308, 15, 128, 'Kirchschlag bei Linz', ''),
(5309, 15, 128, 'Klam', ''),
(5310, 15, 128, 'Klaus an der Pyhrnbahn', ''),
(5311, 15, 128, 'Kollerschlag', ''),
(5312, 15, 128, 'Konigswiesen', ''),
(5313, 15, 128, 'Kremsdorf', ''),
(5314, 15, 128, 'Kremsmunster', ''),
(5315, 15, 128, 'Krenglbach', ''),
(5316, 15, 128, 'Kronstorf', ''),
(5317, 15, 128, 'Laakirchen', ''),
(5318, 15, 128, 'Lambach', ''),
(5319, 15, 128, 'Langenstein', ''),
(5320, 15, 128, 'Lasberg', ''),
(5321, 15, 128, 'Laussa', ''),
(5322, 15, 128, 'Lembach im Muhlkreis', ''),
(5323, 15, 128, 'Lenzing', ''),
(5324, 15, 128, 'Leonding', ''),
(5325, 15, 128, 'Leonfelden', ''),
(5326, 15, 128, 'Linz', ''),
(5327, 15, 128, 'Lochen', ''),
(5328, 15, 128, 'Losenstein', ''),
(5329, 15, 128, 'Luftenberg an der Donau', ''),
(5330, 15, 128, 'Marchtrenk', ''),
(5331, 15, 128, 'Maria Neustift', ''),
(5332, 15, 128, 'Maria Schmolln', ''),
(5333, 15, 128, 'Mattighofen', ''),
(5334, 15, 128, 'Mauerkirchen', ''),
(5335, 15, 128, 'Mauthausen', ''),
(5336, 15, 128, 'Mettmach', ''),
(5337, 15, 128, 'Micheldorf in Oberoesterreich', ''),
(5338, 15, 128, 'Mittertreffling', ''),
(5339, 15, 128, 'Molln', ''),
(5340, 15, 128, 'Mondsee', ''),
(5341, 15, 128, 'Munderfing', ''),
(5342, 15, 128, 'Munzkirchen', ''),
(5343, 15, 128, 'Neuhofen an der Krems', ''),
(5344, 15, 128, 'Neukirchen', ''),
(5345, 15, 128, 'Neukirchen am Walde', ''),
(5346, 15, 128, 'Neukirchen an der Vockla', ''),
(5347, 15, 128, 'Neumarkt im Hausruckkreis', ''),
(5348, 15, 128, 'Neustift', ''),
(5349, 15, 128, 'Neuzeug', ''),
(5350, 15, 128, 'Niederkappel', ''),
(5351, 15, 128, 'Niederneukirchen', ''),
(5352, 15, 128, 'Niederthalheim', ''),
(5353, 15, 128, 'Niederwaldkirchen', ''),
(5354, 15, 128, 'Nussbach', ''),
(5355, 15, 128, 'Nussdorf am Attersee', ''),
(5356, 15, 128, 'Oberkappel', ''),
(5357, 15, 128, 'Obernberg am Inn', ''),
(5358, 15, 128, 'Oberndorf', ''),
(5359, 15, 128, 'Oberweis', ''),
(5360, 15, 128, 'Oepping', ''),
(5361, 15, 128, 'Offenhausen', ''),
(5362, 15, 128, 'Oftering', ''),
(5363, 15, 128, 'Ohlsdorf', ''),
(5364, 15, 128, 'Ort im Innkreis', ''),
(5365, 15, 128, 'Ostermiething', ''),
(5366, 15, 128, 'Ottenschlag im Muhlkreis', ''),
(5367, 15, 128, 'Ottensheim', ''),
(5368, 15, 128, 'Pasching', ''),
(5369, 15, 128, 'Pattigham', ''),
(5370, 15, 128, 'Peilstein im Muhlviertel', ''),
(5371, 15, 128, 'Perg', ''),
(5372, 15, 128, 'Peterskirchen', ''),
(5373, 15, 128, 'Peuerbach', ''),
(5374, 15, 128, 'Pfarrkirchen bei Bad Hall', ''),
(5375, 15, 128, 'Pinsdorf', ''),
(5376, 15, 128, 'Pischelsdorf am Engelbach', ''),
(5377, 15, 128, 'Pollham', ''),
(5378, 15, 128, 'Pondorf', ''),
(5379, 15, 128, 'Pram', ''),
(5380, 15, 128, 'Prambachkirchen', ''),
(5381, 15, 128, 'Puchenau', ''),
(5382, 15, 128, 'Pucking', ''),
(5383, 15, 128, 'Raab', ''),
(5384, 15, 128, 'Rainbach im Innkreis', ''),
(5385, 15, 128, 'Ranshofen', ''),
(5386, 15, 128, 'Rapperswinkel', ''),
(5387, 15, 128, 'Redleiten', ''),
(5388, 15, 128, 'Redlham', ''),
(5389, 15, 128, 'Regau', ''),
(5390, 15, 128, 'Reichenau im Muhlkreis', ''),
(5391, 15, 128, 'Reichraming', ''),
(5392, 15, 128, 'Ried im Innkreis', ''),
(5393, 15, 128, 'Ried im Traunkreis', ''),
(5394, 15, 128, 'Ried in der Riedmark', ''),
(5395, 15, 128, 'Riedau', ''),
(5396, 15, 128, 'Rohrbach', ''),
(5397, 15, 128, 'Roitham', ''),
(5398, 15, 128, 'Rottenegg', ''),
(5399, 15, 128, 'Sankt Agatha', ''),
(5400, 15, 128, 'Sankt Georgen im Attergau', ''),
(5401, 15, 128, 'Sankt Peter am Wimberg', ''),
(5402, 15, 128, 'Sankt Wolfgang', ''),
(5403, 15, 128, 'Sarleinsbach', ''),
(5404, 15, 128, 'Sattledt', ''),
(5405, 15, 128, 'Schalchen', ''),
(5406, 15, 128, 'Schardenberg', ''),
(5407, 15, 128, 'Scharding', ''),
(5408, 15, 128, 'Scharnstein', ''),
(5409, 15, 128, 'Scharten', ''),
(5410, 15, 128, 'Schenkenfelden', ''),
(5411, 15, 128, 'Schlatt', ''),
(5412, 15, 128, 'Schlierbach', ''),
(5413, 15, 128, 'Schlusslberg', ''),
(5414, 15, 128, 'Schneegattern', ''),
(5415, 15, 128, 'Schoerfling', ''),
(5416, 15, 128, 'Schonau im Muhlkreis', ''),
(5417, 15, 128, 'Schwanenstadt', ''),
(5418, 15, 128, 'Schwertberg', ''),
(5419, 15, 128, 'Seewalchen', ''),
(5420, 15, 128, 'Sierning', ''),
(5421, 15, 128, 'Sipbachzell', ''),
(5422, 15, 128, 'Spital am Pyhrn', ''),
(5423, 15, 128, 'Stadl-Paura', ''),
(5424, 15, 128, 'Steinerkirchen an der Traun', ''),
(5425, 15, 128, 'Steinhaus', ''),
(5426, 15, 128, 'Steyr', ''),
(5427, 15, 128, 'Steyregg', ''),
(5428, 15, 128, 'Strass im Attergau', ''),
(5429, 15, 128, 'Taufkirchen an der Pram', ''),
(5430, 15, 128, 'Taufkirchen an der Trattnach', ''),
(5431, 15, 128, 'Ternberg', ''),
(5432, 15, 128, 'Thalheim bei Wels', ''),
(5433, 15, 128, 'Thomasroith', ''),
(5434, 15, 128, 'Tiefgraben', ''),
(5435, 15, 128, 'Timelkam', ''),
(5436, 15, 128, 'Tragwein', ''),
(5437, 15, 128, 'Traun', ''),
(5438, 15, 128, 'Traunkirchen', ''),
(5439, 15, 128, 'Treubach', ''),
(5440, 15, 128, 'Tumeltsham', ''),
(5441, 15, 128, 'Unterjoch', ''),
(5442, 15, 128, 'Unterrohr', ''),
(5443, 15, 128, 'Unterweitersdorf', ''),
(5444, 15, 128, 'Vocklabruck', ''),
(5445, 15, 128, 'Vocklamarkt', ''),
(5446, 15, 128, 'Vorchdorf', ''),
(5447, 15, 128, 'Waizenkirchen', ''),
(5448, 15, 128, 'Wald', ''),
(5449, 15, 128, 'Walding', ''),
(5450, 15, 128, 'Waldneukirchen', ''),
(5451, 15, 128, 'Wallern an der Trattnach', ''),
(5452, 15, 128, 'Wartberg an der Krems', ''),
(5453, 15, 128, 'Wartberg ob der Aist', ''),
(5454, 15, 128, 'Weibern', ''),
(5455, 15, 128, 'Weisskirchen an der Traun', ''),
(5456, 15, 128, 'Wels', ''),
(5457, 15, 128, 'Weng im Innkreis', ''),
(5458, 15, 128, 'Wernstein am Inn', ''),
(5459, 15, 128, 'Wilhering', ''),
(5460, 15, 128, 'Windischgarsten', ''),
(5461, 15, 128, 'Wolf', ''),
(5462, 15, 128, 'Zell am Pettenfirst', ''),
(5463, 15, 128, 'Zell an der Pram', ''),
(5464, 15, 128, 'Zipf', ''),
(5465, 15, 129, 'Siebenhirten', ''),
(5466, 15, 129, 'Vienna', ''),
(5467, 15, 130, 'Altach', ''),
(5468, 15, 130, 'Andelsbuch', ''),
(5469, 15, 130, 'Au', ''),
(5470, 15, 130, 'Bartholomaberg', ''),
(5471, 15, 130, 'Bezau', ''),
(5472, 15, 130, 'Bludenz', ''),
(5473, 15, 130, 'Bludesch', ''),
(5474, 15, 130, 'Bregenz', ''),
(5475, 15, 130, 'Buers', ''),
(5476, 15, 130, 'Dafins', ''),
(5477, 15, 130, 'Dornbirn', ''),
(5478, 15, 130, 'Egg', ''),
(5479, 15, 130, 'Feldkirch', ''),
(5480, 15, 130, 'Frastanz', ''),
(5481, 15, 130, 'Fussach', ''),
(5482, 15, 130, 'Gargellen', ''),
(5483, 15, 130, 'Gaschurn', ''),
(5484, 15, 130, 'Gofis', ''),
(5485, 15, 130, 'Gortipohl', ''),
(5486, 15, 130, 'Gotzis', ''),
(5487, 15, 130, 'Gurtis', ''),
(5488, 15, 130, 'Hard', ''),
(5489, 15, 130, 'Hirschegg', ''),
(5490, 15, 130, 'Hochst', ''),
(5491, 15, 130, 'Hohenems', ''),
(5492, 15, 130, 'Horbranz', ''),
(5493, 15, 130, 'Huetten', ''),
(5494, 15, 130, 'Innerbraz', ''),
(5495, 15, 130, 'Kennelbach', ''),
(5496, 15, 130, 'Klosterle', ''),
(5497, 15, 130, 'Koblach', ''),
(5498, 15, 130, 'Krumbach', ''),
(5499, 15, 130, 'Langen', ''),
(5500, 15, 130, 'Langenegg', ''),
(5501, 15, 130, 'Lauterach', ''),
(5502, 15, 130, 'Lech', ''),
(5503, 15, 130, 'Lochau', ''),
(5504, 15, 130, 'Ludesch', ''),
(5505, 15, 130, 'Lustenau', ''),
(5506, 15, 130, 'Mader', ''),
(5507, 15, 130, 'Meiningen', ''),
(5508, 15, 130, 'Mittelberg', ''),
(5509, 15, 130, 'Moggers', ''),
(5510, 15, 130, 'Nenzing', ''),
(5511, 15, 130, 'Nuziders', ''),
(5512, 15, 130, 'Raggal', ''),
(5513, 15, 130, 'Rankweil', ''),
(5514, 15, 130, 'Riezlern', ''),
(5515, 15, 130, 'Rothis', ''),
(5516, 15, 130, 'Sankt Gallenkirch', ''),
(5517, 15, 130, 'Schlins', ''),
(5518, 15, 130, 'Schoppernau', ''),
(5519, 15, 130, 'Schruns', ''),
(5520, 15, 130, 'Schwarzach', ''),
(5521, 15, 130, 'Sibratsgfall', ''),
(5522, 15, 130, 'Stuben', ''),
(5523, 15, 130, 'Sulz', ''),
(5524, 15, 130, 'Sulzberg', ''),
(5525, 15, 130, 'Thuringen', ''),
(5526, 15, 130, 'Tschagguns', ''),
(5527, 15, 130, 'Vandans', ''),
(5528, 15, 130, 'Wald am Arlberg', ''),
(5529, 15, 130, 'Warth', ''),
(5530, 15, 130, 'Weiler', ''),
(5531, 15, 130, 'Wolfurt', ''),
(5532, 15, 130, 'Zuers', ''),
(5533, 15, 130, 'Zwischenwasser', ''),
(5534, 16, 131, 'Baku', ''),
(5535, 16, 132, 'Ganja', ''),
(5536, 16, 133, 'Imishli', ''),
(5537, 16, 134, 'Xaçmaz', ''),
(5538, 16, 135, 'Nakhchivan', ''),
(5539, 16, 136, 'Qusar', ''),
(5540, 16, 137, 'Sumqayit', ''),
(5541, 17, 138, 'Alice Town', ''),
(5542, 17, 139, 'Marsh Harbour', ''),
(5543, 17, 140, 'Palmetto Point', ''),
(5544, 17, 141, 'Freeport', ''),
(5545, 17, 142, 'Dunmore Town', ''),
(5546, 17, 143, 'Nassau', ''),
(5547, 17, 144, 'Andros Town', ''),
(5548, 17, 145, 'Spanish Wells', ''),
(5549, 18, 146, 'Al Janabiyah', ''),
(5550, 18, 146, 'Bani Jamrah', ''),
(5551, 18, 146, 'Jannusan', ''),
(5552, 18, 146, 'Madinat Hamad', ''),
(5553, 18, 146, 'Shahrakkan', ''),
(5554, 18, 147, 'Manama', ''),
(5555, 18, 147, 'Sanad', ''),
(5556, 18, 147, 'Sitrah', ''),
(5557, 18, 148, 'Al Hadd', ''),
(5558, 18, 148, 'Al Muharraq', ''),
(5559, 18, 149, 'An Nuwaydirat', ''),
(5560, 18, 149, 'Madinat `Isa', ''),
(5561, 18, 149, 'Oil City', ''),
(5562, 19, 150, 'Agrabad', ''),
(5563, 19, 150, 'Chittagong', ''),
(5564, 19, 150, 'Comilla', ''),
(5565, 19, 150, 'Mohammadpur', ''),
(5566, 19, 150, 'Mohammedpur', ''),
(5567, 19, 151, 'Bangla', ''),
(5568, 19, 151, 'Delta', ''),
(5569, 19, 151, 'Dhaka', ''),
(5570, 19, 151, 'Kazipur', ''),
(5571, 19, 151, 'Meghna', ''),
(5572, 19, 151, 'Mymensingh', ''),
(5573, 19, 151, 'Narayanganj', ''),
(5574, 19, 151, 'Tangail', ''),
(5575, 19, 152, 'Kabi', ''),
(5576, 19, 152, 'Khulna', ''),
(5577, 19, 153, 'Bogra', ''),
(5578, 19, 153, 'Nabin', ''),
(5579, 19, 153, 'Rajshahi', ''),
(5580, 19, 154, 'Bazar', ''),
(5581, 19, 154, 'Hossain', ''),
(5582, 19, 154, 'Kamal', ''),
(5583, 19, 154, 'Uttara', ''),
(5584, 20, 155, 'Graeme Hall', ''),
(5585, 20, 155, 'Hastings', ''),
(5586, 20, 155, 'Oistins', ''),
(5587, 20, 155, 'Rendezvous', ''),
(5588, 20, 155, 'Rockley', ''),
(5589, 20, 155, 'Silver Hill', ''),
(5590, 20, 155, 'Worthing', ''),
(5591, 20, 156, 'Bruce Vale', ''),
(5592, 20, 156, 'White Hill', ''),
(5593, 20, 158, 'Holetown', ''),
(5594, 20, 158, 'Mount Standfast', ''),
(5595, 20, 158, 'Porters', ''),
(5596, 20, 158, 'The Garden', ''),
(5597, 20, 160, 'Cave Hill', ''),
(5598, 20, 160, 'Husbands', ''),
(5599, 20, 161, 'Bridgetown', ''),
(5600, 20, 161, 'Grazettes', ''),
(5601, 20, 161, 'Jackmans', ''),
(5602, 20, 161, 'Warrens', ''),
(5603, 20, 161, 'Wildey', ''),
(5604, 20, 162, 'Halton', ''),
(5605, 20, 162, 'Highland', ''),
(5606, 20, 163, 'Carrington', ''),
(5607, 21, 164, 'Brest', ''),
(5608, 21, 164, 'Druzhba', ''),
(5609, 21, 165, 'Gomel', ''),
(5610, 21, 165, 'Svyetlahorsk', ''),
(5611, 21, 165, 'Zhlobin', ''),
(5612, 21, 166, 'Hrodna', ''),
(5613, 21, 166, 'Lida', ''),
(5614, 21, 167, 'Borisov', ''),
(5615, 21, 167, 'Dzyarzhynsk', ''),
(5616, 21, 167, 'Minsk', ''),
(5617, 21, 167, 'Ozertso', ''),
(5618, 21, 167, 'Trubenok', ''),
(5619, 21, 167, 'Zhdanovichy', ''),
(5620, 21, 167, 'Zhodzina', ''),
(5621, 21, 168, 'Borisov', ''),
(5622, 21, 168, 'Dzyarzhynsk', ''),
(5623, 21, 168, 'Minsk', ''),
(5624, 21, 168, 'Ozertso', ''),
(5625, 21, 168, 'Trubenok', ''),
(5626, 21, 168, 'Zhdanovichy', ''),
(5627, 21, 168, 'Zhodzina', ''),
(5628, 21, 169, 'Babruysk', ''),
(5629, 21, 169, 'Mogilev', ''),
(5630, 21, 170, 'Baranovichi', ''),
(5631, 21, 170, 'Braslaw', ''),
(5632, 21, 170, 'Navapolatsk', ''),
(5633, 21, 170, 'Orsha', ''),
(5634, 21, 170, 'Syanno', ''),
(5635, 21, 170, 'Vitebsk', ''),
(5636, 22, 171, 'Anderlecht', ''),
(5637, 22, 171, 'Auderghem', ''),
(5638, 22, 171, 'Brussels', ''),
(5639, 22, 171, 'Etterbeek', ''),
(5640, 22, 171, 'Evere', ''),
(5641, 22, 171, 'Forest', ''),
(5642, 22, 171, 'Ganshoren', ''),
(5643, 22, 171, 'Haren', ''),
(5644, 22, 171, 'Ixelles-Elsene', ''),
(5645, 22, 171, 'Jette', ''),
(5646, 22, 171, 'Laken', ''),
(5647, 22, 171, 'Molenbeek-Saint-Jean', ''),
(5648, 22, 171, 'Saint-Gilles', ''),
(5649, 22, 171, 'Saint-Josse-ten-Noode', ''),
(5650, 22, 171, 'Schaarbeek', ''),
(5651, 22, 171, 'Sint-Agatha-Berchem', ''),
(5652, 22, 171, 'Uccle', ''),
(5653, 22, 171, 'Watermael-Boitsfort', ''),
(5654, 22, 171, 'Woluwe-Saint-Lambert', ''),
(5655, 22, 171, 'Woluwe-Saint-Pierre - Sint-Pieters-Woluwe', ''),
(5656, 22, 172, '\'s-Gravenwezel', ''),
(5657, 22, 172, 'Aaigem', ''),
(5658, 22, 172, 'Aalst', ''),
(5659, 22, 172, 'Aalter', ''),
(5660, 22, 172, 'Aarschot', ''),
(5661, 22, 172, 'Aarsele', ''),
(5662, 22, 172, 'Aartrijke', ''),
(5663, 22, 172, 'Aartselaar', ''),
(5664, 22, 172, 'Achel', ''),
(5665, 22, 172, 'Adegem', ''),
(5666, 22, 172, 'Adinkerke', ''),
(5667, 22, 172, 'Affligem', ''),
(5668, 22, 172, 'Alken', ''),
(5669, 22, 172, 'Alsemberg', ''),
(5670, 22, 172, 'Alveringem', ''),
(5671, 22, 172, 'Antwerp', ''),
(5672, 22, 172, 'Anzegem', ''),
(5673, 22, 172, 'Ardooie', ''),
(5674, 22, 172, 'Arendonk', ''),
(5675, 22, 172, 'As', ''),
(5676, 22, 172, 'Asper', ''),
(5677, 22, 172, 'Asse', ''),
(5678, 22, 172, 'Assebroek', ''),
(5679, 22, 172, 'Assenede', ''),
(5680, 22, 172, 'Assent', ''),
(5681, 22, 172, 'Attenrode', ''),
(5682, 22, 172, 'Avelgem', ''),
(5683, 22, 172, 'Averbode', ''),
(5684, 22, 172, 'Baal', ''),
(5685, 22, 172, 'Baarle-Hertog', ''),
(5686, 22, 172, 'Baasrode', ''),
(5687, 22, 172, 'Balen', ''),
(5688, 22, 172, 'Bavegem', ''),
(5689, 22, 172, 'Bavikhove', ''),
(5690, 22, 172, 'Bazel', ''),
(5691, 22, 172, 'Beernem', ''),
(5692, 22, 172, 'Beerse', ''),
(5693, 22, 172, 'Beersel', ''),
(5694, 22, 172, 'Beert', ''),
(5695, 22, 172, 'Beervelde', ''),
(5696, 22, 172, 'Beerzel', ''),
(5697, 22, 172, 'Begijnendijk', ''),
(5698, 22, 172, 'Beigem', ''),
(5699, 22, 172, 'Bekkerzeel', ''),
(5700, 22, 172, 'Bekkevoort', ''),
(5701, 22, 172, 'Bellegem', ''),
(5702, 22, 172, 'Bellem', ''),
(5703, 22, 172, 'Bellingen', ''),
(5704, 22, 172, 'Belsele', ''),
(5705, 22, 172, 'Berchem', ''),
(5706, 22, 172, 'Berendrecht', ''),
(5707, 22, 172, 'Berg', ''),
(5708, 22, 172, 'Beringen', ''),
(5709, 22, 172, 'Berlaar', ''),
(5710, 22, 172, 'Berlare', ''),
(5711, 22, 172, 'Bertem', ''),
(5712, 22, 172, 'Beselare', ''),
(5713, 22, 172, 'Betekom', ''),
(5714, 22, 172, 'Bevel', ''),
(5715, 22, 172, 'Bever', ''),
(5716, 22, 172, 'Beveren', ''),
(5717, 22, 172, 'Beverlo', ''),
(5718, 22, 172, 'Bierbeek', ''),
(5719, 22, 172, 'Bikschote', ''),
(5720, 22, 172, 'Bilzen', ''),
(5721, 22, 172, 'Binderveld', ''),
(5722, 22, 172, 'Binkom', ''),
(5723, 22, 172, 'Bissegem', ''),
(5724, 22, 172, 'Blaasveld', ''),
(5725, 22, 172, 'Blanden', ''),
(5726, 22, 172, 'Blankenberge', ''),
(5727, 22, 172, 'Bocholt', ''),
(5728, 22, 172, 'Boechout', ''),
(5729, 22, 172, 'Boezinge', ''),
(5730, 22, 172, 'Bonheiden', ''),
(5731, 22, 172, 'Booischot', ''),
(5732, 22, 172, 'Boom', ''),
(5733, 22, 172, 'Boortmeerbeek', ''),
(5734, 22, 172, 'Borchtlombeek', ''),
(5735, 22, 172, 'Borgerhout', ''),
(5736, 22, 172, 'Borgloon', ''),
(5737, 22, 172, 'Borlo', ''),
(5738, 22, 172, 'Bornem', ''),
(5739, 22, 172, 'Borsbeek', ''),
(5740, 22, 172, 'Borsbeke', ''),
(5741, 22, 172, 'Bossuit', ''),
(5742, 22, 172, 'Boutersem', ''),
(5743, 22, 172, 'Bouwel', ''),
(5744, 22, 172, 'Brakel', ''),
(5745, 22, 172, 'Brasschaat', ''),
(5746, 22, 172, 'Brecht', ''),
(5747, 22, 172, 'Bredene', ''),
(5748, 22, 172, 'Bree', ''),
(5749, 22, 172, 'Breendonk', ''),
(5750, 22, 172, 'Broechem', ''),
(5751, 22, 172, 'Bruges', ''),
(5752, 22, 172, 'Budingen', ''),
(5753, 22, 172, 'Buggenhout', ''),
(5754, 22, 172, 'Buizingen', ''),
(5755, 22, 172, 'Bunsbeek', ''),
(5756, 22, 172, 'Burcht', ''),
(5757, 22, 172, 'Burst', ''),
(5758, 22, 172, 'Damme', ''),
(5759, 22, 172, 'De Haan', ''),
(5760, 22, 172, 'De Klinge', ''),
(5761, 22, 172, 'De Panne', ''),
(5762, 22, 172, 'De Pinte', ''),
(5763, 22, 172, 'Deerlijk', ''),
(5764, 22, 172, 'Deftinge', ''),
(5765, 22, 172, 'Deinze', ''),
(5766, 22, 172, 'Denderbelle', ''),
(5767, 22, 172, 'Denderhoutem', ''),
(5768, 22, 172, 'Denderleeuw', ''),
(5769, 22, 172, 'Dendermonde', ''),
(5770, 22, 172, 'Denderwindeke', ''),
(5771, 22, 172, 'Dentergem', ''),
(5772, 22, 172, 'Dessel', ''),
(5773, 22, 172, 'Desselgem', ''),
(5774, 22, 172, 'Destelbergen', ''),
(5775, 22, 172, 'Deurle', ''),
(5776, 22, 172, 'Deurne', ''),
(5777, 22, 172, 'Diegem', ''),
(5778, 22, 172, 'Diepenbeek', ''),
(5779, 22, 172, 'Diest', ''),
(5780, 22, 172, 'Dikkelvenne', ''),
(5781, 22, 172, 'Diksmuide', ''),
(5782, 22, 172, 'Dilbeek', ''),
(5783, 22, 172, 'Dilsen', ''),
(5784, 22, 172, 'Dranouter', ''),
(5785, 22, 172, 'Drieslinter', ''),
(5786, 22, 172, 'Drogenbos', ''),
(5787, 22, 172, 'Drongen', ''),
(5788, 22, 172, 'Duffel', ''),
(5789, 22, 172, 'Duisburg', ''),
(5790, 22, 172, 'Dworp', ''),
(5791, 22, 172, 'Edegem', ''),
(5792, 22, 172, 'Eeklo', ''),
(5793, 22, 172, 'Eernegem', ''),
(5794, 22, 172, 'Egem', ''),
(5795, 22, 172, 'Eigenbilzen', ''),
(5796, 22, 172, 'Eindhout', ''),
(5797, 22, 172, 'Eke', ''),
(5798, 22, 172, 'Ekeren', ''),
(5799, 22, 172, 'Eksaarde', ''),
(5800, 22, 172, 'Eksel', ''),
(5801, 22, 172, 'Elewijt', ''),
(5802, 22, 172, 'Elingen', ''),
(5803, 22, 172, 'Elsegem', ''),
(5804, 22, 172, 'Elst', ''),
(5805, 22, 172, 'Elverdinge', ''),
(5806, 22, 172, 'Elversele', ''),
(5807, 22, 172, 'Emblem', ''),
(5808, 22, 172, 'Eppegem', ''),
(5809, 22, 172, 'Erembodegem', ''),
(5810, 22, 172, 'Erondegem', ''),
(5811, 22, 172, 'Erpe', ''),
(5812, 22, 172, 'Erps-Kwerps', ''),
(5813, 22, 172, 'Ertvelde', ''),
(5814, 22, 172, 'Essen', ''),
(5815, 22, 172, 'Essene', ''),
(5816, 22, 172, 'Etikhove', ''),
(5817, 22, 172, 'Everberg', ''),
(5818, 22, 172, 'Evergem', ''),
(5819, 22, 172, 'Ezemaal', ''),
(5820, 22, 172, 'Galmaarden', ''),
(5821, 22, 172, 'Gavere', ''),
(5822, 22, 172, 'Geel', ''),
(5823, 22, 172, 'Geetbets', ''),
(5824, 22, 172, 'Geluveld', ''),
(5825, 22, 172, 'Genk', ''),
(5826, 22, 172, 'Gentbrugge', ''),
(5827, 22, 172, 'Geraardsbergen', ''),
(5828, 22, 172, 'Ghent', ''),
(5829, 22, 172, 'Gierle', ''),
(5830, 22, 172, 'Gijverinkhove', ''),
(5831, 22, 172, 'Gijzegem', ''),
(5832, 22, 172, 'Gingelom', ''),
(5833, 22, 172, 'Gistel', ''),
(5834, 22, 172, 'Gits', ''),
(5835, 22, 172, 'Glabbeek', ''),
(5836, 22, 172, 'Gontrode', ''),
(5837, 22, 172, 'Gooik', ''),
(5838, 22, 172, 'Grammene', ''),
(5839, 22, 172, 'Grand', ''),
(5840, 22, 172, 'Grembergen', ''),
(5841, 22, 172, 'Grimbergen', ''),
(5842, 22, 172, 'Grobbendonk', ''),
(5843, 22, 172, 'Groot-Bijgaarden', ''),
(5844, 22, 172, 'Grote-Brogel', ''),
(5845, 22, 172, 'Grotenberge', ''),
(5846, 22, 172, 'Gruitrode', ''),
(5847, 22, 172, 'Guigoven', ''),
(5848, 22, 172, 'Gullegem', ''),
(5849, 22, 172, 'Haacht', ''),
(5850, 22, 172, 'Haaltert', ''),
(5851, 22, 172, 'Haasdonk', ''),
(5852, 22, 172, 'Haasrode', ''),
(5853, 22, 172, 'Hakendover', ''),
(5854, 22, 172, 'Halen', ''),
(5855, 22, 172, 'Hallaar', ''),
(5856, 22, 172, 'Halle', ''),
(5857, 22, 172, 'Hamme', ''),
(5858, 22, 172, 'Hamont', ''),
(5859, 22, 172, 'Handzame', ''),
(5860, 22, 172, 'Hansbeke', ''),
(5861, 22, 172, 'Harelbeke', ''),
(5862, 22, 172, 'Hasselt', ''),
(5863, 22, 172, 'Hechtel', ''),
(5864, 22, 172, 'Heers', ''),
(5865, 22, 172, 'Heestert', ''),
(5866, 22, 172, 'Heffen', ''),
(5867, 22, 172, 'Heist-op-den-Berg', ''),
(5868, 22, 172, 'Helchteren', ''),
(5869, 22, 172, 'Hemiksem', ''),
(5870, 22, 172, 'Hendrieken', ''),
(5871, 22, 172, 'Heppen', ''),
(5872, 22, 172, 'Herdersem', ''),
(5873, 22, 172, 'Herent', ''),
(5874, 22, 172, 'Herentals', ''),
(5875, 22, 172, 'Herenthout', ''),
(5876, 22, 172, 'Herk-de-Stad', ''),
(5877, 22, 172, 'Herne', ''),
(5878, 22, 172, 'Herselt', ''),
(5879, 22, 172, 'Herzele', ''),
(5880, 22, 172, 'Heule', ''),
(5881, 22, 172, 'Heultje', ''),
(5882, 22, 172, 'Heusden', ''),
(5883, 22, 172, 'Hever', ''),
(5884, 22, 172, 'Heverlee', ''),
(5885, 22, 172, 'Hillegem', ''),
(5886, 22, 172, 'Hoboken', ''),
(5887, 22, 172, 'Hoegaarden', ''),
(5888, 22, 172, 'Hoeilaart', ''),
(5889, 22, 172, 'Hoek', ''),
(5890, 22, 172, 'Hoeleden', ''),
(5891, 22, 172, 'Hoepertingen', ''),
(5892, 22, 172, 'Hoeselt', ''),
(5893, 22, 172, 'Hoevenen', ''),
(5894, 22, 172, 'Hofstade', ''),
(5895, 22, 172, 'Holland', ''),
(5896, 22, 172, 'Holsbeek', ''),
(5897, 22, 172, 'Hombeek', ''),
(5898, 22, 172, 'Hooglede', ''),
(5899, 22, 172, 'Hoogstraten', ''),
(5900, 22, 172, 'Houthalen', ''),
(5901, 22, 172, 'Houthulst', ''),
(5902, 22, 172, 'Houtvenne', ''),
(5903, 22, 172, 'Houwaart', ''),
(5904, 22, 172, 'Hove', ''),
(5905, 22, 172, 'Huise', ''),
(5906, 22, 172, 'Huizingen', ''),
(5907, 22, 172, 'Huldenberg', ''),
(5908, 22, 172, 'Hulshout', ''),
(5909, 22, 172, 'Hulste', ''),
(5910, 22, 172, 'Humbeek', ''),
(5911, 22, 172, 'Ichtegem', ''),
(5912, 22, 172, 'Iddergem', ''),
(5913, 22, 172, 'Ingelmunster', ''),
(5914, 22, 172, 'Ingooigem', ''),
(5915, 22, 172, 'Itegem', ''),
(5916, 22, 172, 'Itterbeek', ''),
(5917, 22, 172, 'Izegem', ''),
(5918, 22, 172, 'Jabbeke', ''),
(5919, 22, 172, 'Kachtem', ''),
(5920, 22, 172, 'Kalken', ''),
(5921, 22, 172, 'Kallo', ''),
(5922, 22, 172, 'Kalmthout', ''),
(5923, 22, 172, 'Kampenhout', ''),
(5924, 22, 172, 'Kanegem', ''),
(5925, 22, 172, 'Kapelle-op-den-Bos', ''),
(5926, 22, 172, 'Kapellen', ''),
(5927, 22, 172, 'Kaprijke', ''),
(5928, 22, 172, 'Kasterlee', ''),
(5929, 22, 172, 'Kaulille', ''),
(5930, 22, 172, 'Keerbergen', ''),
(5931, 22, 172, 'Keiem', ''),
(5932, 22, 172, 'Kemmel', ''),
(5933, 22, 172, 'Kerkhove', ''),
(5934, 22, 172, 'Kerkom', ''),
(5935, 22, 172, 'Kermt', ''),
(5936, 22, 172, 'Kersbeek-Miskom', ''),
(5937, 22, 172, 'Kessel', ''),
(5938, 22, 172, 'Kessel-Lo', ''),
(5939, 22, 172, 'Kieldrecht', ''),
(5940, 22, 172, 'Kinrooi', ''),
(5941, 22, 172, 'Kleinbergen', ''),
(5942, 22, 172, 'Klerken', ''),
(5943, 22, 172, 'Knesselare', ''),
(5944, 22, 172, 'Knokke', ''),
(5945, 22, 172, 'Knokke-Heist', ''),
(5946, 22, 172, 'Koekelare', ''),
(5947, 22, 172, 'Koersel', ''),
(5948, 22, 172, 'Koksijde', ''),
(5949, 22, 172, 'Koningshooikt', ''),
(5950, 22, 172, 'Kontich', ''),
(5951, 22, 172, 'Koolkerke', ''),
(5952, 22, 172, 'Koolskamp', ''),
(5953, 22, 172, 'Korbeek-Lo', ''),
(5954, 22, 172, 'Kortemark', ''),
(5955, 22, 172, 'Kortenaken', ''),
(5956, 22, 172, 'Kortenberg', ''),
(5957, 22, 172, 'Kortessem', ''),
(5958, 22, 172, 'Kortrijk', ''),
(5959, 22, 172, 'Kraainem', ''),
(5960, 22, 172, 'Kruibeke', ''),
(5961, 22, 172, 'Kruishoutem', ''),
(5962, 22, 172, 'Kumtich', ''),
(5963, 22, 172, 'Kuringen', ''),
(5964, 22, 172, 'Kuurne', ''),
(5965, 22, 172, 'Laakdal', ''),
(5966, 22, 172, 'Laarne', ''),
(5967, 22, 172, 'Lanaken', ''),
(5968, 22, 172, 'Landegem', ''),
(5969, 22, 172, 'Landen', ''),
(5970, 22, 172, 'Langdorp', ''),
(5971, 22, 172, 'Langemark', ''),
(5972, 22, 172, 'Lanklaar', ''),
(5973, 22, 172, 'Lauwe', ''),
(5974, 22, 172, 'Lebbeke', ''),
(5975, 22, 172, 'Lede', ''),
(5976, 22, 172, 'Ledegem', ''),
(5977, 22, 172, 'Leefdaal', ''),
(5978, 22, 172, 'Leest', ''),
(5979, 22, 172, 'Leeuwergem', ''),
(5980, 22, 172, 'Leffinge', ''),
(5981, 22, 172, 'Lembeek', ''),
(5982, 22, 172, 'Lembeke', ''),
(5983, 22, 172, 'Lendelede', ''),
(5984, 22, 172, 'Lennik', ''),
(5985, 22, 172, 'Leopoldsburg', ''),
(5986, 22, 172, 'Letterhoutem', ''),
(5987, 22, 172, 'Leuven', ''),
(5988, 22, 172, 'Lichtaart', ''),
(5989, 22, 172, 'Lichtervelde', ''),
(5990, 22, 172, 'Liedekerke', ''),
(5991, 22, 172, 'Lier', ''),
(5992, 22, 172, 'Lille', ''),
(5993, 22, 172, 'Linden', ''),
(5994, 22, 172, 'Linkebeek', ''),
(5995, 22, 172, 'Linkhout', ''),
(5996, 22, 172, 'Lint', ''),
(5997, 22, 172, 'Linter', ''),
(5998, 22, 172, 'Lissewege', ''),
(5999, 22, 172, 'Lochristi', ''),
(6000, 22, 172, 'Loenhout', ''),
(6001, 22, 172, 'Loker', ''),
(6002, 22, 172, 'Lokeren', ''),
(6003, 22, 172, 'Lombardsijde', ''),
(6004, 22, 172, 'Lommel', ''),
(6005, 22, 172, 'Londerzeel', ''),
(6006, 22, 172, 'Loppem', ''),
(6007, 22, 172, 'Lot', ''),
(6008, 22, 172, 'Lovendegem', ''),
(6009, 22, 172, 'Lovenjoel', ''),
(6010, 22, 172, 'Lubbeek', ''),
(6011, 22, 172, 'Lummen', ''),
(6012, 22, 172, 'Maarkedal', ''),
(6013, 22, 172, 'Maaseik', ''),
(6014, 22, 172, 'Maasmechelen', ''),
(6015, 22, 172, 'Machelen', ''),
(6016, 22, 172, 'Maldegem', ''),
(6017, 22, 172, 'Malle', ''),
(6018, 22, 172, 'Mariakerke', ''),
(6019, 22, 172, 'Marke', ''),
(6020, 22, 172, 'Massemen', ''),
(6021, 22, 172, 'Massenhoven', ''),
(6022, 22, 172, 'Mazenzele', ''),
(6023, 22, 172, 'Mechelen', ''),
(6024, 22, 172, 'Meensel-Kiezegem', ''),
(6025, 22, 172, 'Meerbeek', ''),
(6026, 22, 172, 'Meerbeke', ''),
(6027, 22, 172, 'Meerhout', ''),
(6028, 22, 172, 'Meerle', ''),
(6029, 22, 172, 'Meetkerke', ''),
(6030, 22, 172, 'Meeuwen', ''),
(6031, 22, 172, 'Meir', ''),
(6032, 22, 172, 'Meise', ''),
(6033, 22, 172, 'Meldert', ''),
(6034, 22, 172, 'Melle', ''),
(6035, 22, 172, 'Melsbroek', ''),
(6036, 22, 172, 'Melsele', ''),
(6037, 22, 172, 'Menen', ''),
(6038, 22, 172, 'Merchtem', ''),
(6039, 22, 172, 'Mere', ''),
(6040, 22, 172, 'Merelbeke', ''),
(6041, 22, 172, 'Merkem', ''),
(6042, 22, 172, 'Merksem', ''),
(6043, 22, 172, 'Merksplas', ''),
(6044, 22, 172, 'Mesen', ''),
(6045, 22, 172, 'Messelbroek', ''),
(6046, 22, 172, 'Meulebeke', ''),
(6047, 22, 172, 'Middelkerke', ''),
(6048, 22, 172, 'Minderhout', ''),
(6049, 22, 172, 'Moelingen', ''),
(6050, 22, 172, 'Moen', ''),
(6051, 22, 172, 'Moerbeke', ''),
(6052, 22, 172, 'Moerkerke', ''),
(6053, 22, 172, 'Mol', ''),
(6054, 22, 172, 'Molenbeek', ''),
(6055, 22, 172, 'Molenbeek-Wersbeek', ''),
(6056, 22, 172, 'Molenstede', ''),
(6057, 22, 172, 'Montenaken', ''),
(6058, 22, 172, 'Moorsele', ''),
(6059, 22, 172, 'Moorslede', ''),
(6060, 22, 172, 'Morkhoven', ''),
(6061, 22, 172, 'Mortsel', ''),
(6062, 22, 172, 'Muizen', ''),
(6063, 22, 172, 'Munkzwalm', ''),
(6064, 22, 172, 'Munte', ''),
(6065, 22, 172, 'Nazareth', ''),
(6066, 22, 172, 'Nederokkerzeel', ''),
(6067, 22, 172, 'Neerhespen', ''),
(6068, 22, 172, 'Neeroeteren', ''),
(6069, 22, 172, 'Neerpelt', ''),
(6070, 22, 172, 'Nevele', ''),
(6071, 22, 172, 'Niel', ''),
(6072, 22, 172, 'Nieuwerkerken', ''),
(6073, 22, 172, 'Nieuwkapelle', ''),
(6074, 22, 172, 'Nieuwkerke', ''),
(6075, 22, 172, 'Nieuwkerken-Waas', ''),
(6076, 22, 172, 'Nieuwpoort', ''),
(6077, 22, 172, 'Nieuwrode', ''),
(6078, 22, 172, 'Nijlen', ''),
(6079, 22, 172, 'Ninove', ''),
(6080, 22, 172, 'Nokere', ''),
(6081, 22, 172, 'Noorderwijk', ''),
(6082, 22, 172, 'Nossegem', ''),
(6083, 22, 172, 'Nukerke', ''),
(6084, 22, 172, 'Oedelem', ''),
(6085, 22, 172, 'Oekene', ''),
(6086, 22, 172, 'Oelegem', ''),
(6087, 22, 172, 'Oeselgem', ''),
(6088, 22, 172, 'Oevel', ''),
(6089, 22, 172, 'Olen', ''),
(6090, 22, 172, 'Olmen', ''),
(6091, 22, 172, 'Olsene', ''),
(6092, 22, 172, 'Onze-Lieve-Vrouw-Waver', ''),
(6093, 22, 172, 'Oordegem', ''),
(6094, 22, 172, 'Oostakker', ''),
(6095, 22, 172, 'Oostduinkerke', ''),
(6096, 22, 172, 'Oosteeklo', ''),
(6097, 22, 172, 'Oosterzele', ''),
(6098, 22, 172, 'Oostham', ''),
(6099, 22, 172, 'Oostkamp', ''),
(6100, 22, 172, 'Oostmalle', ''),
(6101, 22, 172, 'Oostnieuwkerke', ''),
(6102, 22, 172, 'Oostrozebeke', ''),
(6103, 22, 172, 'Oostvleteren', ''),
(6104, 22, 172, 'Opglabbeek', ''),
(6105, 22, 172, 'Ophoven', ''),
(6106, 22, 172, 'Oplinter', ''),
(6107, 22, 172, 'Opoeteren', ''),
(6108, 22, 172, 'Oppuurs', ''),
(6109, 22, 172, 'Opwijk', ''),
(6110, 22, 172, 'Ostend', ''),
(6111, 22, 172, 'Otegem', ''),
(6112, 22, 172, 'Oud-Heverlee', ''),
(6113, 22, 172, 'Oud-Turnhout', ''),
(6114, 22, 172, 'Oudegem', ''),
(6115, 22, 172, 'Oudenaarde', ''),
(6116, 22, 172, 'Oudenburg', ''),
(6117, 22, 172, 'Ouwegem', ''),
(6118, 22, 172, 'Overheide', ''),
(6119, 22, 172, 'Overijse', ''),
(6120, 22, 172, 'Overpelt', ''),
(6121, 22, 172, 'Paal', ''),
(6122, 22, 172, 'Parike', ''),
(6123, 22, 172, 'Park', ''),
(6124, 22, 172, 'Peer', ''),
(6125, 22, 172, 'Pellenberg', ''),
(6126, 22, 172, 'Pepingen', ''),
(6127, 22, 172, 'Perk', ''),
(6128, 22, 172, 'Pervijze', ''),
(6129, 22, 172, 'Petegem', ''),
(6130, 22, 172, 'Pittem', ''),
(6131, 22, 172, 'Poederlee', ''),
(6132, 22, 172, 'Poelkapelle', ''),
(6133, 22, 172, 'Pollare', ''),
(6134, 22, 172, 'Poperinge', ''),
(6135, 22, 172, 'Poppel', ''),
(6136, 22, 172, 'Proven', ''),
(6137, 22, 172, 'Pulderbos', ''),
(6138, 22, 172, 'Pulle', ''),
(6139, 22, 172, 'Putte', ''),
(6140, 22, 172, 'Puurs', ''),
(6141, 22, 172, 'Ramsdonk', ''),
(6142, 22, 172, 'Ramsel', ''),
(6143, 22, 172, 'Ramskapelle', ''),
(6144, 22, 172, 'Ransberg', ''),
(6145, 22, 172, 'Ranst', ''),
(6146, 22, 172, 'Ravels', ''),
(6147, 22, 172, 'Reet', ''),
(6148, 22, 172, 'Rekem', ''),
(6149, 22, 172, 'Rekkem', ''),
(6150, 22, 172, 'Reninge', ''),
(6151, 22, 172, 'Ressegem', ''),
(6152, 22, 172, 'Retie', ''),
(6153, 22, 172, 'Riemst', ''),
(6154, 22, 172, 'Rijkevorsel', ''),
(6155, 22, 172, 'Rijmenam', ''),
(6156, 22, 172, 'Rode', ''),
(6157, 22, 172, 'Roeselare', ''),
(6158, 22, 172, 'Ronse', ''),
(6159, 22, 172, 'Ronsele', ''),
(6160, 22, 172, 'Roosdaal', ''),
(6161, 22, 172, 'Rotselaar', ''),
(6162, 22, 172, 'Rozebeke', ''),
(6163, 22, 172, 'Ruddervoorde', ''),
(6164, 22, 172, 'Ruisbroek', ''),
(6165, 22, 172, 'Ruiselede', ''),
(6166, 22, 172, 'Rumbeke', ''),
(6167, 22, 172, 'Rummen', ''),
(6168, 22, 172, 'Rumst', ''),
(6169, 22, 172, 'Scheldewindeke', ''),
(6170, 22, 172, 'Schelle', ''),
(6171, 22, 172, 'Schellebelle', ''),
(6172, 22, 172, 'Schepdaal', ''),
(6173, 22, 172, 'Scherpenheuvel', ''),
(6174, 22, 172, 'Schilde', ''),
(6175, 22, 172, 'Schorisse', ''),
(6176, 22, 172, 'Schoten', ''),
(6177, 22, 172, 'Schriek', ''),
(6178, 22, 172, 'Semmerzake', ''),
(6179, 22, 172, 'Serskamp', ''),
(6180, 22, 172, 'Sinaai', ''),
(6181, 22, 172, 'Sint-Amands', ''),
(6182, 22, 172, 'Sint-Amandsberg', ''),
(6183, 22, 172, 'Sint-Andries', ''),
(6184, 22, 172, 'Sint-Baafs-Vijve', ''),
(6185, 22, 172, 'Sint-Denijs', ''),
(6186, 22, 172, 'Sint-Denijs-Boekel', ''),
(6187, 22, 172, 'Sint-Denijs-Westrem', ''),
(6188, 22, 172, 'Sint-Eloois-Vijve', ''),
(6189, 22, 172, 'Sint-Eloois-Winkel', ''),
(6190, 22, 172, 'Sint-Genesius-Rode', ''),
(6191, 22, 172, 'Sint-Gillis-Waas', ''),
(6192, 22, 172, 'Sint-Jan-in-Eremo', ''),
(6193, 22, 172, 'Sint-Joris-Weert', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(6194, 22, 172, 'Sint-Joris-Winge', ''),
(6195, 22, 172, 'Sint-Katelijne-Waver', ''),
(6196, 22, 172, 'Sint-Kornelis-Horebeke', ''),
(6197, 22, 172, 'Sint-Kruis', ''),
(6198, 22, 172, 'Sint-Laureins', ''),
(6199, 22, 172, 'Sint-Lenaarts', ''),
(6200, 22, 172, 'Sint-Lievens-Houtem', ''),
(6201, 22, 172, 'Sint-Martens-Latem', ''),
(6202, 22, 172, 'Sint-Martens-Lierde', ''),
(6203, 22, 172, 'Sint-Michiels', ''),
(6204, 22, 172, 'Sint-Niklaas', ''),
(6205, 22, 172, 'Sint-Pauwels', ''),
(6206, 22, 172, 'Sint-Pieters op de Dijk', ''),
(6207, 22, 172, 'Sint-Pieters-Leeuw', ''),
(6208, 22, 172, 'Sint-Pieters-Rode', ''),
(6209, 22, 172, 'Sint-Stevens-Woluwe', ''),
(6210, 22, 172, 'Sint-Truiden', ''),
(6211, 22, 172, 'Sleidinge', ''),
(6212, 22, 172, 'Smetlede', ''),
(6213, 22, 172, 'Snellegem', ''),
(6214, 22, 172, 'Stabroek', ''),
(6215, 22, 172, 'Staden', ''),
(6216, 22, 172, 'Stalhille', ''),
(6217, 22, 172, 'Steendorp', ''),
(6218, 22, 172, 'Steenokkerzeel', ''),
(6219, 22, 172, 'Stekene', ''),
(6220, 22, 172, 'Sterrebeek', ''),
(6221, 22, 172, 'Stevoort', ''),
(6222, 22, 172, 'Stokkem', ''),
(6223, 22, 172, 'Strombeek-Bever', ''),
(6224, 22, 172, 'Temse', ''),
(6225, 22, 172, 'Terhagen', ''),
(6226, 22, 172, 'Ternat', ''),
(6227, 22, 172, 'Tervuren', ''),
(6228, 22, 172, 'Tessenderlo', ''),
(6229, 22, 172, 'Testelt', ''),
(6230, 22, 172, 'Tielen', ''),
(6231, 22, 172, 'Tielrode', ''),
(6232, 22, 172, 'Tielt', ''),
(6233, 22, 172, 'Tienen', ''),
(6234, 22, 172, 'Tildonk', ''),
(6235, 22, 172, 'Tisselt', ''),
(6236, 22, 172, 'Tongeren', ''),
(6237, 22, 172, 'Torhout', ''),
(6238, 22, 172, 'Tremelo', ''),
(6239, 22, 172, 'Turnhout', ''),
(6240, 22, 172, 'Ursel', ''),
(6241, 22, 172, 'Val-Meer', ''),
(6242, 22, 172, 'Varsenare', ''),
(6243, 22, 172, 'Veerle', ''),
(6244, 22, 172, 'Veldwezelt', ''),
(6245, 22, 172, 'Verrebroek', ''),
(6246, 22, 172, 'Vertrijk', ''),
(6247, 22, 172, 'Veurne', ''),
(6248, 22, 172, 'Vichte', ''),
(6249, 22, 172, 'Viersel', ''),
(6250, 22, 172, 'Vilvoorde', ''),
(6251, 22, 172, 'Vinderhoute', ''),
(6252, 22, 172, 'Vladslo', ''),
(6253, 22, 172, 'Vlamertinge', ''),
(6254, 22, 172, 'Vlekkem', ''),
(6255, 22, 172, 'Vlezenbeek', ''),
(6256, 22, 172, 'Vliermaal', ''),
(6257, 22, 172, 'Vliermaalroot', ''),
(6258, 22, 172, 'Vlierzele', ''),
(6259, 22, 172, 'Vlijtingen', ''),
(6260, 22, 172, 'Vlissegem', ''),
(6261, 22, 172, 'Vollezele', ''),
(6262, 22, 172, 'Vorselaar', ''),
(6263, 22, 172, 'Vosselaar', ''),
(6264, 22, 172, 'Vosselare', ''),
(6265, 22, 172, 'Vrasene', ''),
(6266, 22, 172, 'Vremde', ''),
(6267, 22, 172, 'Waanrode', ''),
(6268, 22, 172, 'Waardamme', ''),
(6269, 22, 172, 'Waarloos', ''),
(6270, 22, 172, 'Waarmaarde', ''),
(6271, 22, 172, 'Waarschoot', ''),
(6272, 22, 172, 'Waasmunster', ''),
(6273, 22, 172, 'Wachtebeke', ''),
(6274, 22, 172, 'Wakken', ''),
(6275, 22, 172, 'Wambeek', ''),
(6276, 22, 172, 'Wannegem-Lede', ''),
(6277, 22, 172, 'Waregem', ''),
(6278, 22, 172, 'Watervliet', ''),
(6279, 22, 172, 'Waver', ''),
(6280, 22, 172, 'Wechelderzande', ''),
(6281, 22, 172, 'Weelde', ''),
(6282, 22, 172, 'Weerde', ''),
(6283, 22, 172, 'Welle', ''),
(6284, 22, 172, 'Wellen', ''),
(6285, 22, 172, 'Wemmel', ''),
(6286, 22, 172, 'Wenduine', ''),
(6287, 22, 172, 'Werchter', ''),
(6288, 22, 172, 'Wervik', ''),
(6289, 22, 172, 'Wespelaar', ''),
(6290, 22, 172, 'Westende', ''),
(6291, 22, 172, 'Westerlo', ''),
(6292, 22, 172, 'Westkerke', ''),
(6293, 22, 172, 'Westmalle', ''),
(6294, 22, 172, 'Westmeerbeek', ''),
(6295, 22, 172, 'Westrozebeke', ''),
(6296, 22, 172, 'Westvleteren', ''),
(6297, 22, 172, 'Wetteren', ''),
(6298, 22, 172, 'Wevelgem', ''),
(6299, 22, 172, 'Wezemaal', ''),
(6300, 22, 172, 'Wezembeek-Oppem', ''),
(6301, 22, 172, 'Wichelen', ''),
(6302, 22, 172, 'Wiekevorst', ''),
(6303, 22, 172, 'Wielsbeke', ''),
(6304, 22, 172, 'Wieze', ''),
(6305, 22, 172, 'Wijer', ''),
(6306, 22, 172, 'Wijnegem', ''),
(6307, 22, 172, 'Wijshagen', ''),
(6308, 22, 172, 'Wijtschate', ''),
(6309, 22, 172, 'Willebroek', ''),
(6310, 22, 172, 'Wilrijk', ''),
(6311, 22, 172, 'Wilsele', ''),
(6312, 22, 172, 'Wilskerke', ''),
(6313, 22, 172, 'Wingene', ''),
(6314, 22, 172, 'Winksele', ''),
(6315, 22, 172, 'Wintershoven', ''),
(6316, 22, 172, 'Woesten', ''),
(6317, 22, 172, 'Wolvertem', ''),
(6318, 22, 172, 'Wommelgem', ''),
(6319, 22, 172, 'Wommersom', ''),
(6320, 22, 172, 'Wondelgem', ''),
(6321, 22, 172, 'Wortegem', ''),
(6322, 22, 172, 'Woubrechtegem', ''),
(6323, 22, 172, 'Wuustwezel', ''),
(6324, 22, 172, 'Ypres', ''),
(6325, 22, 172, 'Zaffelare', ''),
(6326, 22, 172, 'Zandhoven', ''),
(6327, 22, 172, 'Zaventem', ''),
(6328, 22, 172, 'Zedelgem', ''),
(6329, 22, 172, 'Zeebrugge', ''),
(6330, 22, 172, 'Zele', ''),
(6331, 22, 172, 'Zelem', ''),
(6332, 22, 172, 'Zellik', ''),
(6333, 22, 172, 'Zelzate', ''),
(6334, 22, 172, 'Zemst', ''),
(6335, 22, 172, 'Zeveneken', ''),
(6336, 22, 172, 'Zichem', ''),
(6337, 22, 172, 'Zingem', ''),
(6338, 22, 172, 'Zoersel', ''),
(6339, 22, 172, 'Zolder', ''),
(6340, 22, 172, 'Zomergem', ''),
(6341, 22, 172, 'Zonhoven', ''),
(6342, 22, 172, 'Zonnebeke', ''),
(6343, 22, 172, 'Zonnegem', ''),
(6344, 22, 172, 'Zottegem', ''),
(6345, 22, 172, 'Zoutleeuw', ''),
(6346, 22, 172, 'Zuienkerke', ''),
(6347, 22, 172, 'Zulte', ''),
(6348, 22, 172, 'Zutendaal', ''),
(6349, 22, 172, 'Zwalm', ''),
(6350, 22, 172, 'Zwevegem', ''),
(6351, 22, 172, 'Zwevezele', ''),
(6352, 22, 172, 'Zwijnaarde', ''),
(6353, 22, 172, 'Zwijndrecht', ''),
(6354, 22, 173, 'Aiseau', ''),
(6355, 22, 173, 'Alleur', ''),
(6356, 22, 173, 'Amay', ''),
(6357, 22, 173, 'Ambresin', ''),
(6358, 22, 173, 'Amel', ''),
(6359, 22, 173, 'Ampsin', ''),
(6360, 22, 173, 'Andenne', ''),
(6361, 22, 173, 'Anderlues', ''),
(6362, 22, 173, 'Angleur', ''),
(6363, 22, 173, 'Anhée', ''),
(6364, 22, 173, 'Ans', ''),
(6365, 22, 173, 'Anthisnes', ''),
(6366, 22, 173, 'Antoing', ''),
(6367, 22, 173, 'Archennes', ''),
(6368, 22, 173, 'Arlon', ''),
(6369, 22, 173, 'Arquennes', ''),
(6370, 22, 173, 'Arsimont', ''),
(6371, 22, 173, 'Assesse', ''),
(6372, 22, 173, 'Ath', ''),
(6373, 22, 173, 'Athis', ''),
(6374, 22, 173, 'Attert', ''),
(6375, 22, 173, 'Attre', ''),
(6376, 22, 173, 'Au Pont', ''),
(6377, 22, 173, 'Aubange', ''),
(6378, 22, 173, 'Aubel', ''),
(6379, 22, 173, 'Auvelais', ''),
(6380, 22, 173, 'Awans', ''),
(6381, 22, 173, 'Awirs', ''),
(6382, 22, 173, 'Aywaille', ''),
(6383, 22, 173, 'Baelen', ''),
(6384, 22, 173, 'Baisy-Thy', ''),
(6385, 22, 173, 'Barbencon', ''),
(6386, 22, 173, 'Basecles', ''),
(6387, 22, 173, 'Bassenge', ''),
(6388, 22, 173, 'Bassilly', ''),
(6389, 22, 173, 'Bastogne', ''),
(6390, 22, 173, 'Battice', ''),
(6391, 22, 173, 'Baudour', ''),
(6392, 22, 173, 'Baulers', ''),
(6393, 22, 173, 'Beaufays', ''),
(6394, 22, 173, 'Beaumont', ''),
(6395, 22, 173, 'Beauvechain', ''),
(6396, 22, 173, 'Belgrade', ''),
(6397, 22, 173, 'Bellecourt', ''),
(6398, 22, 173, 'Beloeil', ''),
(6399, 22, 173, 'Berloz', ''),
(6400, 22, 173, 'Bernissart', ''),
(6401, 22, 173, 'Bertrix', ''),
(6402, 22, 173, 'Besonrieux', ''),
(6403, 22, 173, 'Beuzet', ''),
(6404, 22, 173, 'Beyne-Heusay', ''),
(6405, 22, 173, 'Bienne-lez-Happart', ''),
(6406, 22, 173, 'Biercee', ''),
(6407, 22, 173, 'Bierges', ''),
(6408, 22, 173, 'Bièvre', ''),
(6409, 22, 173, 'Bilstain', ''),
(6410, 22, 173, 'Binche', ''),
(6411, 22, 173, 'Bioul', ''),
(6412, 22, 173, 'Blandain', ''),
(6413, 22, 173, 'Blaregnies', ''),
(6414, 22, 173, 'Blaton', ''),
(6415, 22, 173, 'Blegny', ''),
(6416, 22, 173, 'Bois-d\'Haine', ''),
(6417, 22, 173, 'Bomal', ''),
(6418, 22, 173, 'Bon-Secours', ''),
(6419, 22, 173, 'Bonsin', ''),
(6420, 22, 173, 'Born', ''),
(6421, 22, 173, 'Bouffioulx', ''),
(6422, 22, 173, 'Bourdon', ''),
(6423, 22, 173, 'Boussu', ''),
(6424, 22, 173, 'Bousval', ''),
(6425, 22, 173, 'Braine-l\'Alleud', ''),
(6426, 22, 173, 'Braine-le-Chateau', ''),
(6427, 22, 173, 'Braine-le-Comte', ''),
(6428, 22, 173, 'Braives', ''),
(6429, 22, 173, 'Bray', ''),
(6430, 22, 173, 'Bressoux', ''),
(6431, 22, 173, 'Brugelette', ''),
(6432, 22, 173, 'Bruly', ''),
(6433, 22, 173, 'Bure', ''),
(6434, 22, 173, 'Buvrinnes', ''),
(6435, 22, 173, 'Callenelle', ''),
(6436, 22, 173, 'Carnieres', ''),
(6437, 22, 173, 'Casteau', ''),
(6438, 22, 173, 'Celles', ''),
(6439, 22, 173, 'Cerfontaine', ''),
(6440, 22, 173, 'Chapelle', ''),
(6441, 22, 173, 'Chapelle-lez-Herlaimont', ''),
(6442, 22, 173, 'Charleroi', ''),
(6443, 22, 173, 'Charneux', ''),
(6444, 22, 173, 'Chastre', ''),
(6445, 22, 173, 'Chatelet', ''),
(6446, 22, 173, 'Chaudfontaine', ''),
(6447, 22, 173, 'Chaumont-Gistoux', ''),
(6448, 22, 173, 'Chenee', ''),
(6449, 22, 173, 'Chevetogne', ''),
(6450, 22, 173, 'Chievres', ''),
(6451, 22, 173, 'Chimay', ''),
(6452, 22, 173, 'Ciney', ''),
(6453, 22, 173, 'Clabecq', ''),
(6454, 22, 173, 'Clavier', ''),
(6455, 22, 173, 'Cognelee', ''),
(6456, 22, 173, 'Colfontaine', ''),
(6457, 22, 173, 'Comblain-au-Pont', ''),
(6458, 22, 173, 'Comblain-la-Tour', ''),
(6459, 22, 173, 'Comines', ''),
(6460, 22, 173, 'Corbais', ''),
(6461, 22, 173, 'Cornesse', ''),
(6462, 22, 173, 'Corroy-le-Grand', ''),
(6463, 22, 173, 'Corswarem', ''),
(6464, 22, 173, 'Couillet', ''),
(6465, 22, 173, 'Courcelles', ''),
(6466, 22, 173, 'Court-Saint-Etienne', ''),
(6467, 22, 173, 'Couthuin', ''),
(6468, 22, 173, 'Coutisse', ''),
(6469, 22, 173, 'Couvin', ''),
(6470, 22, 173, 'Crisnee', ''),
(6471, 22, 173, 'Crupet', ''),
(6472, 22, 173, 'Cuesmes', ''),
(6473, 22, 173, 'Dalhem', ''),
(6474, 22, 173, 'Dampremy', ''),
(6475, 22, 173, 'Dave', ''),
(6476, 22, 173, 'Delval', ''),
(6477, 22, 173, 'Dinant', ''),
(6478, 22, 173, 'Dison', ''),
(6479, 22, 173, 'Dolhain', ''),
(6480, 22, 173, 'Donceel', ''),
(6481, 22, 173, 'Dottignies', ''),
(6482, 22, 173, 'Dour', ''),
(6483, 22, 173, 'Durbuy', ''),
(6484, 22, 173, 'Ecaussinnes-d\'Enghien', ''),
(6485, 22, 173, 'Eghezee', ''),
(6486, 22, 173, 'Ellezelles', ''),
(6487, 22, 173, 'Embourg', ''),
(6488, 22, 173, 'Enghien', ''),
(6489, 22, 173, 'Engis', ''),
(6490, 22, 173, 'Enines', ''),
(6491, 22, 173, 'Ensival', ''),
(6492, 22, 173, 'Erbisoeul', ''),
(6493, 22, 173, 'Erezee', ''),
(6494, 22, 173, 'Erpent', ''),
(6495, 22, 173, 'Erquelinnes', ''),
(6496, 22, 173, 'Esneux', ''),
(6497, 22, 173, 'Estaimpuis', ''),
(6498, 22, 173, 'Eugies', ''),
(6499, 22, 173, 'Eupen', ''),
(6500, 22, 173, 'Evregnies', ''),
(6501, 22, 173, 'Faimes', ''),
(6502, 22, 173, 'Falisolle', ''),
(6503, 22, 173, 'Familleureux', ''),
(6504, 22, 173, 'Farciennes', ''),
(6505, 22, 173, 'Fayt-lez-Manage', ''),
(6506, 22, 173, 'Feluy', ''),
(6507, 22, 173, 'Fernelmont', ''),
(6508, 22, 173, 'Ferrieres', ''),
(6509, 22, 173, 'Fexhe-Slins', ''),
(6510, 22, 173, 'Filot', ''),
(6511, 22, 173, 'Flemalle', ''),
(6512, 22, 173, 'Flemalle-Haute', ''),
(6513, 22, 173, 'Flenu', ''),
(6514, 22, 173, 'Fleron', ''),
(6515, 22, 173, 'Fleurus', ''),
(6516, 22, 173, 'Flobecq', ''),
(6517, 22, 173, 'Floreffe', ''),
(6518, 22, 173, 'Fontaine-l\'Eveque', ''),
(6519, 22, 173, 'Fontaine-Valmont', ''),
(6520, 22, 173, 'Forchies-la-Marche', ''),
(6521, 22, 173, 'Fosse des Loups', ''),
(6522, 22, 173, 'Frameries', ''),
(6523, 22, 173, 'Franiere', ''),
(6524, 22, 173, 'Frasnes-lez-Buissenal', ''),
(6525, 22, 173, 'Frasnes-lez-Gosselies', ''),
(6526, 22, 173, 'Froidchapelle', ''),
(6527, 22, 173, 'Froidmont', ''),
(6528, 22, 173, 'Froyennes', ''),
(6529, 22, 173, 'Fumal', ''),
(6530, 22, 173, 'Gages', ''),
(6531, 22, 173, 'Gallaix', ''),
(6532, 22, 173, 'Gaurain-Ramecroix', ''),
(6533, 22, 173, 'Geer', ''),
(6534, 22, 173, 'Gembloux', ''),
(6535, 22, 173, 'Gemmenich', ''),
(6536, 22, 173, 'Genappe', ''),
(6537, 22, 173, 'Genistreux', ''),
(6538, 22, 173, 'Gentinnes', ''),
(6539, 22, 173, 'Genval', ''),
(6540, 22, 173, 'Gerpinnes', ''),
(6541, 22, 173, 'Gesves', ''),
(6542, 22, 173, 'Ghislenghien', ''),
(6543, 22, 173, 'Ghlin', ''),
(6544, 22, 173, 'Gilly', ''),
(6545, 22, 173, 'Glabais', ''),
(6546, 22, 173, 'Glons', ''),
(6547, 22, 173, 'Godarville', ''),
(6548, 22, 173, 'Gosselies', ''),
(6549, 22, 173, 'Gottignies', ''),
(6550, 22, 173, 'Goutroux', ''),
(6551, 22, 173, 'Gouvy', ''),
(6552, 22, 173, 'Gouy-lez-Pieton', ''),
(6553, 22, 173, 'Gozee', ''),
(6554, 22, 173, 'Grand-Rechain', ''),
(6555, 22, 173, 'Grand-Reng', ''),
(6556, 22, 173, 'Grand-Rosiere-Hottomont', ''),
(6557, 22, 173, 'Grandglise', ''),
(6558, 22, 173, 'Grez-Doiceau', ''),
(6559, 22, 173, 'Grivegnee', ''),
(6560, 22, 173, 'Habay-la-Neuve', ''),
(6561, 22, 173, 'Haccourt', ''),
(6562, 22, 173, 'Hacquegnies', ''),
(6563, 22, 173, 'Haillot', ''),
(6564, 22, 173, 'Haine-Saint-Pierre', ''),
(6565, 22, 173, 'Haltinne', ''),
(6566, 22, 173, 'Ham', ''),
(6567, 22, 173, 'Ham-sur-Heure', ''),
(6568, 22, 173, 'Hamme-Mille', ''),
(6569, 22, 173, 'Hamoir', ''),
(6570, 22, 173, 'Hamois', ''),
(6571, 22, 173, 'Hannut', ''),
(6572, 22, 173, 'Harchies', ''),
(6573, 22, 173, 'Harmignies', ''),
(6574, 22, 173, 'Harze', ''),
(6575, 22, 173, 'Hastiere', ''),
(6576, 22, 173, 'Hastiere-par-dela', ''),
(6577, 22, 173, 'Haut-Fays', ''),
(6578, 22, 173, 'Haut-Ittre', ''),
(6579, 22, 173, 'Hautrage', ''),
(6580, 22, 173, 'Havelange', ''),
(6581, 22, 173, 'Havinnes', ''),
(6582, 22, 173, 'Havre', ''),
(6583, 22, 173, 'Helecine', ''),
(6584, 22, 173, 'Hennuyeres', ''),
(6585, 22, 173, 'Hensies', ''),
(6586, 22, 173, 'Heppignies', ''),
(6587, 22, 173, 'Hergenrath', ''),
(6588, 22, 173, 'Herlaimont', ''),
(6589, 22, 173, 'Hermalle-sous-Argenteau', ''),
(6590, 22, 173, 'Hermalle-sous-Huy', ''),
(6591, 22, 173, 'Hermee', ''),
(6592, 22, 173, 'Herquegies', ''),
(6593, 22, 173, 'Herseaux', ''),
(6594, 22, 173, 'Herstal', ''),
(6595, 22, 173, 'Herve', ''),
(6596, 22, 173, 'Heure-le-Romain', ''),
(6597, 22, 173, 'Heuseux', ''),
(6598, 22, 173, 'Heusy', ''),
(6599, 22, 173, 'Hodeige', ''),
(6600, 22, 173, 'Hognoul', ''),
(6601, 22, 173, 'Hornu', ''),
(6602, 22, 173, 'Horrues', ''),
(6603, 22, 173, 'Hotton', ''),
(6604, 22, 173, 'Houdeng-Aimeries', ''),
(6605, 22, 173, 'Houdeng-Goegnies', ''),
(6606, 22, 173, 'Houffalize', ''),
(6607, 22, 173, 'Housse', ''),
(6608, 22, 173, 'Houtain-Saint-Simeon', ''),
(6609, 22, 173, 'Huy', ''),
(6610, 22, 173, 'Hyon', ''),
(6611, 22, 173, 'Incourt', ''),
(6612, 22, 173, 'Irchonwelz', ''),
(6613, 22, 173, 'Isnes', ''),
(6614, 22, 173, 'Ittre', ''),
(6615, 22, 173, 'Jalhay', ''),
(6616, 22, 173, 'Jambes', ''),
(6617, 22, 173, 'Jamioulx', ''),
(6618, 22, 173, 'Jauche', ''),
(6619, 22, 173, 'Jemappes', ''),
(6620, 22, 173, 'Jemeppe-sur-Meuse', ''),
(6621, 22, 173, 'Jemeppe-sur-Sambre', ''),
(6622, 22, 173, 'Jodoigne', ''),
(6623, 22, 173, 'Jumet', ''),
(6624, 22, 173, 'Jupille-sur-Meuse', ''),
(6625, 22, 173, 'Juprelle', ''),
(6626, 22, 173, 'Jurbise', ''),
(6627, 22, 173, 'Kain', ''),
(6628, 22, 173, 'La Bruyere', ''),
(6629, 22, 173, 'La Glanerie', ''),
(6630, 22, 173, 'La Hestre', ''),
(6631, 22, 173, 'La Hulpe', ''),
(6632, 22, 173, 'La Louvière', ''),
(6633, 22, 173, 'La Roche-en-Ardenne', ''),
(6634, 22, 173, 'La Ville', ''),
(6635, 22, 173, 'Lambermont', ''),
(6636, 22, 173, 'Lanquesaint', ''),
(6637, 22, 173, 'Lantin', ''),
(6638, 22, 173, 'Lasne', ''),
(6639, 22, 173, 'Le Tilleul', ''),
(6640, 22, 173, 'Leernes', ''),
(6641, 22, 173, 'Lens', ''),
(6642, 22, 173, 'Lessines', ''),
(6643, 22, 173, 'Lettelingen', ''),
(6644, 22, 173, 'Leuze', ''),
(6645, 22, 173, 'Leval', ''),
(6646, 22, 173, 'Leval-Trahegnies', ''),
(6647, 22, 173, 'Liberchies', ''),
(6648, 22, 173, 'Libramont', ''),
(6649, 22, 173, 'Liège', ''),
(6650, 22, 173, 'Lierneux', ''),
(6651, 22, 173, 'Liers', ''),
(6652, 22, 173, 'Lillois-Witterzee', ''),
(6653, 22, 173, 'Limal', ''),
(6654, 22, 173, 'Limbourg', ''),
(6655, 22, 173, 'Limelette', ''),
(6656, 22, 173, 'Lincent', ''),
(6657, 22, 173, 'Lives-sur-Meuse', ''),
(6658, 22, 173, 'Lobbes', ''),
(6659, 22, 173, 'Lodelinsart', ''),
(6660, 22, 173, 'Loncin', ''),
(6661, 22, 173, 'Longueville', ''),
(6662, 22, 173, 'Lontzen', ''),
(6663, 22, 173, 'Lonzee', ''),
(6664, 22, 173, 'Loupoigne', ''),
(6665, 22, 173, 'Louvain-la-Neuve', ''),
(6666, 22, 173, 'Louveigne', ''),
(6667, 22, 173, 'Luingne', ''),
(6668, 22, 173, 'Lustin', ''),
(6669, 22, 173, 'Luttre', ''),
(6670, 22, 173, 'Maffle', ''),
(6671, 22, 173, 'Magnee', ''),
(6672, 22, 173, 'Maillen', ''),
(6673, 22, 173, 'Mainvault', ''),
(6674, 22, 173, 'Malmedy', ''),
(6675, 22, 173, 'Malonne', ''),
(6676, 22, 173, 'Manage', ''),
(6677, 22, 173, 'Manhay', ''),
(6678, 22, 173, 'Marais', ''),
(6679, 22, 173, 'Maransart', ''),
(6680, 22, 173, 'Marbais', ''),
(6681, 22, 173, 'Marbehan', ''),
(6682, 22, 173, 'Marche-en-Famenne', ''),
(6683, 22, 173, 'Marchienne-au-Pont', ''),
(6684, 22, 173, 'Marchin', ''),
(6685, 22, 173, 'Marcinelle', ''),
(6686, 22, 173, 'Marilles', ''),
(6687, 22, 173, 'Marquain', ''),
(6688, 22, 173, 'Masnuy-Saint-Jean', ''),
(6689, 22, 173, 'Maurage', ''),
(6690, 22, 173, 'Mazy', ''),
(6691, 22, 173, 'Melen', ''),
(6692, 22, 173, 'Mellery', ''),
(6693, 22, 173, 'Mellet', ''),
(6694, 22, 173, 'Merdorp', ''),
(6695, 22, 173, 'Meslin-l\'Eveque', ''),
(6696, 22, 173, 'Messancy', ''),
(6697, 22, 173, 'Mettet', ''),
(6698, 22, 173, 'Mevergnies', ''),
(6699, 22, 173, 'Mignault', ''),
(6700, 22, 173, 'Milmort', ''),
(6701, 22, 173, 'Modave', ''),
(6702, 22, 173, 'Momignies', ''),
(6703, 22, 173, 'Monceau-Imbrechies', ''),
(6704, 22, 173, 'Monceau-sur-Sambre', ''),
(6705, 22, 173, 'Mons', ''),
(6706, 22, 173, 'Mont-Saint-Guibert', ''),
(6707, 22, 173, 'Mont-sur-Marchienne', ''),
(6708, 22, 173, 'Montegnee', ''),
(6709, 22, 173, 'Montignies-sur-Roc', ''),
(6710, 22, 173, 'Montignies-sur-Sambre', ''),
(6711, 22, 173, 'Montigny-le-Tilleul', ''),
(6712, 22, 173, 'Montzen', ''),
(6713, 22, 173, 'Moresnet', ''),
(6714, 22, 173, 'Morlanwelz-Mariemont', ''),
(6715, 22, 173, 'Mornimont', ''),
(6716, 22, 173, 'Mouscron', ''),
(6717, 22, 173, 'Moustier-sur-Sambre', ''),
(6718, 22, 173, 'Naast', ''),
(6719, 22, 173, 'Nalinnes', ''),
(6720, 22, 173, 'Nameche', ''),
(6721, 22, 173, 'Namur', ''),
(6722, 22, 173, 'Nandrin', ''),
(6723, 22, 173, 'Naninne', ''),
(6724, 22, 173, 'Natoye', ''),
(6725, 22, 173, 'Nessonvaux', ''),
(6726, 22, 173, 'Neufchateau', ''),
(6727, 22, 173, 'Neufvilles', ''),
(6728, 22, 173, 'Neupre', ''),
(6729, 22, 173, 'Neuville-en-Condroz', ''),
(6730, 22, 173, 'Nil Saint-Vincent', ''),
(6731, 22, 173, 'Nimy', ''),
(6732, 22, 173, 'Nismes', ''),
(6733, 22, 173, 'Nivelles', ''),
(6734, 22, 173, 'Obigies', ''),
(6735, 22, 173, 'Obourg', ''),
(6736, 22, 173, 'Ocquier', ''),
(6737, 22, 173, 'Ohain', ''),
(6738, 22, 173, 'Ohey', ''),
(6739, 22, 173, 'Oleye', ''),
(6740, 22, 173, 'Ollignies', ''),
(6741, 22, 173, 'Olne', ''),
(6742, 22, 173, 'Ombret', ''),
(6743, 22, 173, 'Ophain', ''),
(6744, 22, 173, 'Ophain-Bois-Seigneur-Isaac', ''),
(6745, 22, 173, 'Oreye', ''),
(6746, 22, 173, 'Ormeignies', ''),
(6747, 22, 173, 'Orp-le-Grand', ''),
(6748, 22, 173, 'Oteppe', ''),
(6749, 22, 173, 'Ottignies', ''),
(6750, 22, 173, 'Ouffet', ''),
(6751, 22, 173, 'Ougree', ''),
(6752, 22, 173, 'Oupeye', ''),
(6753, 22, 173, 'Paturages', ''),
(6754, 22, 173, 'Pecq', ''),
(6755, 22, 173, 'Pepinster', ''),
(6756, 22, 173, 'Peronnes', ''),
(6757, 22, 173, 'Peruwelz', ''),
(6758, 22, 173, 'Perwez', ''),
(6759, 22, 173, 'Petit-Rechain', ''),
(6760, 22, 173, 'Philippeville', ''),
(6761, 22, 173, 'Pieton', ''),
(6762, 22, 173, 'Plainevaux', ''),
(6763, 22, 173, 'Pont-a-Celles', ''),
(6764, 22, 173, 'Post', ''),
(6765, 22, 173, 'Poulseur', ''),
(6766, 22, 173, 'Presles', ''),
(6767, 22, 173, 'Profondeville', ''),
(6768, 22, 173, 'Quaregnon', ''),
(6769, 22, 173, 'Quenast', ''),
(6770, 22, 173, 'Quevaucamps', ''),
(6771, 22, 173, 'Quevy-le-Grand', ''),
(6772, 22, 173, 'Quievrain', ''),
(6773, 22, 173, 'Ragnies', ''),
(6774, 22, 173, 'Ramillies', ''),
(6775, 22, 173, 'Ramillies-Offus', ''),
(6776, 22, 173, 'Ramioulle', ''),
(6777, 22, 173, 'Ransart', ''),
(6778, 22, 173, 'Rebaix', ''),
(6779, 22, 173, 'Rebecq', ''),
(6780, 22, 173, 'Rebecq-Rognon', ''),
(6781, 22, 173, 'Recht', ''),
(6782, 22, 173, 'Remicourt', ''),
(6783, 22, 173, 'Ressaix', ''),
(6784, 22, 173, 'Retinne', ''),
(6785, 22, 173, 'Reuland', ''),
(6786, 22, 173, 'Reves', ''),
(6787, 22, 173, 'Rhisnes', ''),
(6788, 22, 173, 'Rixensart', ''),
(6789, 22, 173, 'Rochefort', ''),
(6790, 22, 173, 'Roclenge-sur-Geer', ''),
(6791, 22, 173, 'Roeulx', ''),
(6792, 22, 173, 'Roloux', ''),
(6793, 22, 173, 'Roly', ''),
(6794, 22, 173, 'Romsee', ''),
(6795, 22, 173, 'Rosieres', ''),
(6796, 22, 173, 'Roux', ''),
(6797, 22, 173, 'Roux-Miroir', ''),
(6798, 22, 173, 'Russeignies', ''),
(6799, 22, 173, 'Sablon', ''),
(6800, 22, 173, 'Saint-Amand', ''),
(6801, 22, 173, 'Saint-Aubin', ''),
(6802, 22, 173, 'Saint-Georges-sur-Meuse', ''),
(6803, 22, 173, 'Saint-Gerard', ''),
(6804, 22, 173, 'Saint-Ghislain', ''),
(6805, 22, 173, 'Saint-Hubert', ''),
(6806, 22, 173, 'Saint-Nicolas', ''),
(6807, 22, 173, 'Saint-Sauveur', ''),
(6808, 22, 173, 'Saint-Servais', ''),
(6809, 22, 173, 'Saint-Symphorien', ''),
(6810, 22, 173, 'Saint-Vaast', ''),
(6811, 22, 173, 'Sainte-Ode', ''),
(6812, 22, 173, 'Saintes', ''),
(6813, 22, 173, 'Saive', ''),
(6814, 22, 173, 'Sambreville', ''),
(6815, 22, 173, 'Sart-Saint-Laurent', ''),
(6816, 22, 173, 'Sautin', ''),
(6817, 22, 173, 'Sclayn', ''),
(6818, 22, 173, 'Scy', ''),
(6819, 22, 173, 'Seneffe', ''),
(6820, 22, 173, 'Seny', ''),
(6821, 22, 173, 'Seraing', ''),
(6822, 22, 173, 'Silenrieux', ''),
(6823, 22, 173, 'Silly', ''),
(6824, 22, 173, 'Sirault', ''),
(6825, 22, 173, 'Sohier', ''),
(6826, 22, 173, 'Soignies', ''),
(6827, 22, 173, 'Sombreffe', ''),
(6828, 22, 173, 'Somme-Leuze', ''),
(6829, 22, 173, 'Soree', ''),
(6830, 22, 173, 'Sougne-Remouchamps', ''),
(6831, 22, 173, 'Soumagne', ''),
(6832, 22, 173, 'Souvret', ''),
(6833, 22, 173, 'Spa', ''),
(6834, 22, 173, 'Spiennes', ''),
(6835, 22, 173, 'Spontin', ''),
(6836, 22, 173, 'Sprimont', ''),
(6837, 22, 173, 'Spy', ''),
(6838, 22, 173, 'Stambruges', ''),
(6839, 22, 173, 'Stave', ''),
(6840, 22, 173, 'Stavelot', ''),
(6841, 22, 173, 'Stembert', ''),
(6842, 22, 173, 'Ster', ''),
(6843, 22, 173, 'Stoumont', ''),
(6844, 22, 173, 'Strepy-Bracquegnies', ''),
(6845, 22, 173, 'Taintignies', ''),
(6846, 22, 173, 'Tamines', ''),
(6847, 22, 173, 'Templeuve', ''),
(6848, 22, 173, 'Temploux', ''),
(6849, 22, 173, 'Tenneville', ''),
(6850, 22, 173, 'Tertre', ''),
(6851, 22, 173, 'Theux', ''),
(6852, 22, 173, 'Thieu', ''),
(6853, 22, 173, 'Thimister', ''),
(6854, 22, 173, 'Thimougies', ''),
(6855, 22, 173, 'Thirimont', ''),
(6856, 22, 173, 'Thoricourt', ''),
(6857, 22, 173, 'Thuillies', ''),
(6858, 22, 173, 'Thuin', ''),
(6859, 22, 173, 'Thulin', ''),
(6860, 22, 173, 'Thy-le-Chateau', ''),
(6861, 22, 173, 'Tilff', ''),
(6862, 22, 173, 'Tilleur', ''),
(6863, 22, 173, 'Tinlot', ''),
(6864, 22, 173, 'Tongre-Notre-Dame', ''),
(6865, 22, 173, 'Tongrinne', ''),
(6866, 22, 173, 'Tourinnes-la-Grosse', ''),
(6867, 22, 173, 'Tournai', ''),
(6868, 22, 173, 'Trazegnies', ''),
(6869, 22, 173, 'Trivieres', ''),
(6870, 22, 173, 'Trooz', ''),
(6871, 22, 173, 'Tubize', ''),
(6872, 22, 173, 'Vaux', ''),
(6873, 22, 173, 'Vaux-sous-Chevremont', ''),
(6874, 22, 173, 'Vedrin', ''),
(6875, 22, 173, 'Verlaine', ''),
(6876, 22, 173, 'Verviers', ''),
(6877, 22, 173, 'Vezin', ''),
(6878, 22, 173, 'Vezon', ''),
(6879, 22, 173, 'Vielsalm', ''),
(6880, 22, 173, 'Viesville', ''),
(6881, 22, 173, 'Vieux-Genappe', ''),
(6882, 22, 173, 'Ville', ''),
(6883, 22, 173, 'Ville-Pommeroeul', ''),
(6884, 22, 173, 'Ville-sur-Haine', ''),
(6885, 22, 173, 'Villers-aux-Tours', ''),
(6886, 22, 173, 'Villers-la-Ville', ''),
(6887, 22, 173, 'Villers-le-Bouillet', ''),
(6888, 22, 173, 'Villers-Perwin', ''),
(6889, 22, 173, 'Villers-Saint-Simeon', ''),
(6890, 22, 173, 'Virton', ''),
(6891, 22, 173, 'Vise', ''),
(6892, 22, 173, 'Vivegnis', ''),
(6893, 22, 173, 'Vottem', ''),
(6894, 22, 173, 'Waha', ''),
(6895, 22, 173, 'Waimes', ''),
(6896, 22, 173, 'Walcourt', ''),
(6897, 22, 173, 'Waleffe Saint-Georges', ''),
(6898, 22, 173, 'Walhain', ''),
(6899, 22, 173, 'Wandre', ''),
(6900, 22, 173, 'Wanfercee-Baulet', ''),
(6901, 22, 173, 'Wangenies', ''),
(6902, 22, 173, 'Wanze', ''),
(6903, 22, 173, 'Waremme', ''),
(6904, 22, 173, 'Warisoulx', ''),
(6905, 22, 173, 'Warneton', ''),
(6906, 22, 173, 'Warquignies', ''),
(6907, 22, 173, 'Warsage', ''),
(6908, 22, 173, 'Wasmuel', ''),
(6909, 22, 173, 'Waterloo', ''),
(6910, 22, 173, 'Waudrez', ''),
(6911, 22, 173, 'Wauthier-Braine', ''),
(6912, 22, 173, 'Wavre', ''),
(6913, 22, 173, 'Ways', ''),
(6914, 22, 173, 'Welkenraedt', ''),
(6915, 22, 173, 'Wepion', ''),
(6916, 22, 173, 'Werbomont', ''),
(6917, 22, 173, 'Weris', ''),
(6918, 22, 173, 'Wiers', ''),
(6919, 22, 173, 'Willemeau', ''),
(6920, 22, 173, 'Xhendelesse', ''),
(6921, 22, 173, 'Xhoris', ''),
(6922, 22, 173, 'Yvoir', ''),
(6923, 23, 174, 'Belize City', ''),
(6924, 23, 174, 'Freetown Sibun', ''),
(6925, 23, 174, 'Ladyville', ''),
(6926, 23, 174, 'San Pedro Town', ''),
(6927, 23, 175, 'Belmopan', ''),
(6928, 23, 175, 'San Ignacio', ''),
(6929, 23, 175, 'Spanish Lookout', ''),
(6930, 23, 176, 'Corozal', ''),
(6931, 23, 177, 'Orange Walk', ''),
(6932, 23, 178, 'Dangriga', ''),
(6933, 23, 178, 'Placencia', ''),
(6934, 24, 179, 'Abomey-Calavi', ''),
(6935, 24, 180, 'Cotonou', ''),
(6936, 25, 181, 'Hamilton', ''),
(6937, 25, 182, 'Saint George', ''),
(6938, 25, 183, 'Somerset', ''),
(6939, 26, 184, 'Phuntsholing', ''),
(6940, 26, 185, 'Mongar', ''),
(6941, 26, 186, 'Thimphu', ''),
(6942, 27, 187, 'Sucre', ''),
(6943, 27, 188, 'Cochabamba', ''),
(6944, 27, 189, 'La Paz', ''),
(6945, 27, 190, 'Cobija', ''),
(6946, 27, 191, 'Caracasa', ''),
(6947, 27, 191, 'Cruz', ''),
(6948, 27, 191, 'Potosí', ''),
(6949, 27, 192, 'Anillo', ''),
(6950, 27, 192, 'Aroma', ''),
(6951, 27, 192, 'Cotoca', ''),
(6952, 27, 192, 'Santa Cruz', ''),
(6953, 27, 193, 'Bermejo', ''),
(6954, 27, 193, 'Tarija', ''),
(6955, 27, 194, 'Guayaramerin', ''),
(6956, 27, 194, 'Riberalta', ''),
(6957, 27, 194, 'Santa Cruz', ''),
(6958, 27, 194, 'Trinidad', ''),
(6959, 27, 195, 'Oruro', ''),
(6963, 29, 199, 'Brcko', ''),
(6964, 29, 200, 'Banja', ''),
(6965, 29, 200, 'Bihać', ''),
(6966, 29, 200, 'Bugojno', ''),
(6967, 29, 200, 'Cazin', ''),
(6968, 29, 200, 'Core', ''),
(6969, 29, 200, 'Goražde', ''),
(6970, 29, 200, 'Gradacac', ''),
(6971, 29, 200, 'Hadzici', ''),
(6972, 29, 200, 'Ilidza', ''),
(6973, 29, 200, 'Jajce', ''),
(6974, 29, 200, 'Livno', ''),
(6975, 29, 200, 'Lukavac', ''),
(6976, 29, 200, 'Međugorje', ''),
(6977, 29, 200, 'Mostar', ''),
(6978, 29, 200, 'Novi Travnik', ''),
(6979, 29, 200, 'Sarajevo', ''),
(6980, 29, 200, 'Stup', ''),
(6981, 29, 200, 'Tesanj', ''),
(6982, 29, 200, 'Travnik', ''),
(6983, 29, 200, 'Tuzla', ''),
(6984, 29, 200, 'Visoko', ''),
(6985, 29, 200, 'Vitez', ''),
(6986, 29, 200, 'Zenica', ''),
(6987, 29, 200, 'Zepce', ''),
(6988, 29, 200, 'Zivinice', ''),
(6989, 29, 201, 'Banja Luka', ''),
(6990, 29, 201, 'Bijeljina', ''),
(6991, 29, 201, 'Bosanska Dubica', ''),
(6992, 29, 201, 'Bosanska Gradiska', ''),
(6993, 29, 201, 'Celinac', ''),
(6994, 29, 201, 'Doboj', ''),
(6995, 29, 201, 'Foca', ''),
(6996, 29, 201, 'Prijedor', ''),
(6997, 29, 201, 'Srpska', ''),
(6998, 29, 201, 'Teslic', ''),
(6999, 30, 202, 'Serowe', ''),
(7000, 30, 203, 'Francistown', ''),
(7001, 30, 204, 'Gaborone', ''),
(7002, 31, 205, 'Cruzeiro do Sul', ''),
(7003, 31, 205, 'Rio Branco', ''),
(7004, 31, 206, 'Arapiraca', ''),
(7005, 31, 206, 'Boca da Mata', ''),
(7006, 31, 206, 'Capela', ''),
(7007, 31, 206, 'Cha Preta', ''),
(7008, 31, 206, 'Coite do Noia', ''),
(7009, 31, 206, 'Colonia Leopoldina', ''),
(7010, 31, 206, 'Coruripe', ''),
(7011, 31, 206, 'Feira Grande', ''),
(7012, 31, 206, 'Flexeiras', ''),
(7013, 31, 206, 'Girau do Ponciano', ''),
(7014, 31, 206, 'Ibateguara', ''),
(7015, 31, 206, 'Junqueiro', ''),
(7016, 31, 206, 'Maceió', ''),
(7017, 31, 206, 'Major Isidoro', ''),
(7018, 31, 206, 'Marechal Deodoro', ''),
(7019, 31, 206, 'Minador do Negrao', ''),
(7020, 31, 206, 'Olho d\'Agua das Flores', ''),
(7021, 31, 206, 'Olivenca', ''),
(7022, 31, 206, 'Palmeira dos Indios', ''),
(7023, 31, 206, 'Paripueira', ''),
(7024, 31, 206, 'Penedo', ''),
(7025, 31, 206, 'Piacabucu', ''),
(7026, 31, 206, 'Pilar', ''),
(7027, 31, 206, 'Piranhas', ''),
(7028, 31, 206, 'Rio Largo', ''),
(7029, 31, 206, 'Roteiro', ''),
(7030, 31, 206, 'Santa Luzia do Norte', ''),
(7031, 31, 206, 'Santana do Mundau', ''),
(7032, 31, 206, 'Sao Jose da Laje', ''),
(7033, 31, 206, 'Sao Miguel dos Campos', ''),
(7034, 31, 206, 'Taquarana', ''),
(7035, 31, 206, 'Tatuamunha', ''),
(7036, 31, 206, 'Vertente', ''),
(7037, 31, 207, 'Calcoene', ''),
(7038, 31, 207, 'Macapá', ''),
(7039, 31, 208, 'Benjamin Constant', ''),
(7040, 31, 208, 'Boa Vista', ''),
(7041, 31, 208, 'Castanheira', ''),
(7042, 31, 208, 'Humaitá', ''),
(7043, 31, 208, 'Iranduba', ''),
(7044, 31, 208, 'Manacapuru', ''),
(7045, 31, 208, 'Manaus', ''),
(7046, 31, 208, 'Presidente Figueiredo', ''),
(7047, 31, 208, 'Sao Bernado', ''),
(7048, 31, 208, 'Sao Gabriel da Cachoeira', ''),
(7049, 31, 209, 'Adustina', ''),
(7050, 31, 209, 'Agua Boa', ''),
(7051, 31, 209, 'Agua Fria', ''),
(7052, 31, 209, 'Alagoinhas', ''),
(7053, 31, 209, 'Andorinha', ''),
(7054, 31, 209, 'Anguera', ''),
(7055, 31, 209, 'Apuarema', ''),
(7056, 31, 209, 'Aracas', ''),
(7057, 31, 209, 'Aratu', ''),
(7058, 31, 209, 'Banzae', ''),
(7059, 31, 209, 'Barra', ''),
(7060, 31, 209, 'Barra da Estiva', ''),
(7061, 31, 209, 'Barra do Mendes', ''),
(7062, 31, 209, 'Barreiras', ''),
(7063, 31, 209, 'Bernardo', ''),
(7064, 31, 209, 'Bom Jesus da Lapa', ''),
(7065, 31, 209, 'Boninal', ''),
(7066, 31, 209, 'Brumado', ''),
(7067, 31, 209, 'Buerarema', ''),
(7068, 31, 209, 'Cabeceira Grande', ''),
(7069, 31, 209, 'Cachoeira', ''),
(7070, 31, 209, 'Cacule', ''),
(7071, 31, 209, 'Caetite', ''),
(7072, 31, 209, 'Caldeirao Grande', ''),
(7073, 31, 209, 'Camacan', ''),
(7074, 31, 209, 'Camacari', ''),
(7075, 31, 209, 'Camamu', ''),
(7076, 31, 209, 'Campo Formoso', ''),
(7077, 31, 209, 'Canavieiras', ''),
(7078, 31, 209, 'Candeias', ''),
(7079, 31, 209, 'Capim Grosso', ''),
(7080, 31, 209, 'Caravelas', ''),
(7081, 31, 209, 'Catu', ''),
(7082, 31, 209, 'Cicero Dantas', ''),
(7083, 31, 209, 'Cidade', ''),
(7084, 31, 209, 'Coaraci', ''),
(7085, 31, 209, 'Cocos', ''),
(7086, 31, 209, 'Conceicao da Feira', ''),
(7087, 31, 209, 'Conceicao do Almeida', ''),
(7088, 31, 209, 'Conceicao do Coite', ''),
(7089, 31, 209, 'Conde', ''),
(7090, 31, 209, 'Condeuba', ''),
(7091, 31, 209, 'Correntina', ''),
(7092, 31, 209, 'Cruz das Almas', ''),
(7093, 31, 209, 'Dias davila', ''),
(7094, 31, 209, 'Entre Rios', ''),
(7095, 31, 209, 'Esplanada', ''),
(7096, 31, 209, 'Euclides da Cunha', ''),
(7097, 31, 209, 'Eunapolis', ''),
(7098, 31, 209, 'Fatima', ''),
(7099, 31, 209, 'Feira de Santana', ''),
(7100, 31, 209, 'Freitas', ''),
(7101, 31, 209, 'Gandu', ''),
(7102, 31, 209, 'Guanambi', ''),
(7103, 31, 209, 'Ibicarai', ''),
(7104, 31, 209, 'Ibipitanga', ''),
(7105, 31, 209, 'Ibirataia', ''),
(7106, 31, 209, 'Ibotirama', ''),
(7107, 31, 209, 'Iguai', ''),
(7108, 31, 209, 'Ilhéus', ''),
(7109, 31, 209, 'Ipecaeta', ''),
(7110, 31, 209, 'Ipira', ''),
(7111, 31, 209, 'Irara', ''),
(7112, 31, 209, 'Irece', ''),
(7113, 31, 209, 'Itaberaba', ''),
(7114, 31, 209, 'Itabuna', ''),
(7115, 31, 209, 'Itacare', ''),
(7116, 31, 209, 'Itamaraju', ''),
(7117, 31, 209, 'Itanhem', ''),
(7118, 31, 209, 'Itaparica', ''),
(7119, 31, 209, 'Itapetinga', ''),
(7120, 31, 209, 'Itapitanga', ''),
(7121, 31, 209, 'Itapua', ''),
(7122, 31, 209, 'Itarantim', ''),
(7123, 31, 209, 'Ituacu', ''),
(7124, 31, 209, 'Jaguaquara', ''),
(7125, 31, 209, 'Jaiba', ''),
(7126, 31, 209, 'Jequié', ''),
(7127, 31, 209, 'Juazeiro', ''),
(7128, 31, 209, 'Lajedo do Tabocal', ''),
(7129, 31, 209, 'Lapao', ''),
(7130, 31, 209, 'Lencois', ''),
(7131, 31, 209, 'Livramento do Brumado', ''),
(7132, 31, 209, 'Macaubas', ''),
(7133, 31, 209, 'Madre de Deus', ''),
(7134, 31, 209, 'Magalhaes', ''),
(7135, 31, 209, 'Mata de Sao Joao', ''),
(7136, 31, 209, 'Medeiros Neto', ''),
(7137, 31, 209, 'Monte Cruzeiro', ''),
(7138, 31, 209, 'Morro', ''),
(7139, 31, 209, 'Morro do Chapeu', ''),
(7140, 31, 209, 'Mortugaba', ''),
(7141, 31, 209, 'Mucuri', ''),
(7142, 31, 209, 'Muniz Ferreira', ''),
(7143, 31, 209, 'Muritiba', ''),
(7144, 31, 209, 'Mutuipe', ''),
(7145, 31, 209, 'Nazare', ''),
(7146, 31, 209, 'Nova Soure', ''),
(7147, 31, 209, 'Nova Vicosa', ''),
(7148, 31, 209, 'Paramirim', ''),
(7149, 31, 209, 'Paripiranga', ''),
(7150, 31, 209, 'Piripa', ''),
(7151, 31, 209, 'Pocoes', ''),
(7152, 31, 209, 'Pojuca', ''),
(7153, 31, 209, 'Ponto Novo', ''),
(7154, 31, 209, 'Porto Seguro', ''),
(7155, 31, 209, 'Prado', ''),
(7156, 31, 209, 'Ribeira do Pombal', ''),
(7157, 31, 209, 'Rio do Pires', ''),
(7158, 31, 209, 'Salinas da Margarida', ''),
(7159, 31, 209, 'Salvador', ''),
(7160, 31, 209, 'Santa Cruz Cabralia', ''),
(7161, 31, 209, 'Santa Ines', ''),
(7162, 31, 209, 'Santo', ''),
(7163, 31, 209, 'Santo Amaro', ''),
(7164, 31, 209, 'Santo Antonio de Jesus', ''),
(7165, 31, 209, 'Santo Estevao', ''),
(7166, 31, 209, 'Sao Felix', ''),
(7167, 31, 209, 'Sao Francisco do Conde', ''),
(7168, 31, 209, 'Sao Sebastiao do Passe', ''),
(7169, 31, 209, 'Seabra', ''),
(7170, 31, 209, 'Senhor do Bonfim', ''),
(7171, 31, 209, 'Serrinha', ''),
(7172, 31, 209, 'Sitio do Quinto', ''),
(7173, 31, 209, 'Teixeira', ''),
(7174, 31, 209, 'Tucano', ''),
(7175, 31, 209, 'Uaua', ''),
(7176, 31, 209, 'Ubaira', ''),
(7177, 31, 209, 'Ubaitaba', ''),
(7178, 31, 209, 'Uibai', ''),
(7179, 31, 209, 'Urucuca', ''),
(7180, 31, 209, 'Valença', ''),
(7181, 31, 209, 'Valente', ''),
(7182, 31, 209, 'Varzedo', ''),
(7183, 31, 209, 'Venda Nova', ''),
(7184, 31, 209, 'Vera Cruz', ''),
(7185, 31, 209, 'Vitória da Conquista', ''),
(7186, 31, 209, 'Wanderley', ''),
(7187, 31, 210, 'Acarau', ''),
(7188, 31, 210, 'Alegres', ''),
(7189, 31, 210, 'Antonio Diogo', ''),
(7190, 31, 210, 'Aquiraz', ''),
(7191, 31, 210, 'Aracati', ''),
(7192, 31, 210, 'Aracoiaba', ''),
(7193, 31, 210, 'Ararenda', ''),
(7194, 31, 210, 'Aurora', ''),
(7195, 31, 210, 'Baixio', ''),
(7196, 31, 210, 'Banabuiu', ''),
(7197, 31, 210, 'Barbalha', ''),
(7198, 31, 210, 'Barroquinha', ''),
(7199, 31, 210, 'Baturite', ''),
(7200, 31, 210, 'Beberibe', ''),
(7201, 31, 210, 'Bela Cruz', ''),
(7202, 31, 210, 'Brejo Santo', ''),
(7203, 31, 210, 'Camocim', ''),
(7204, 31, 210, 'Campos Sales', ''),
(7205, 31, 210, 'Caninde', ''),
(7206, 31, 210, 'Cascavel', ''),
(7207, 31, 210, 'Caucaia', ''),
(7208, 31, 210, 'Cedro', ''),
(7209, 31, 210, 'Crato', ''),
(7210, 31, 210, 'Cruz', ''),
(7211, 31, 210, 'Eusebio', ''),
(7212, 31, 210, 'Gracas', ''),
(7213, 31, 210, 'Granja', ''),
(7214, 31, 210, 'Guaiuba', ''),
(7215, 31, 210, 'Horizonte', ''),
(7216, 31, 210, 'Ibaretama', ''),
(7217, 31, 210, 'Ibiapina', ''),
(7218, 31, 210, 'Ibicuitinga', ''),
(7219, 31, 210, 'Icapui', ''),
(7220, 31, 210, 'Ico', ''),
(7221, 31, 210, 'Iguatu', ''),
(7222, 31, 210, 'Ipu', ''),
(7223, 31, 210, 'Ipueiras', ''),
(7224, 31, 210, 'Itaitinga', ''),
(7225, 31, 210, 'Itapipoca', ''),
(7226, 31, 210, 'Jaguaribe', ''),
(7227, 31, 210, 'Jericoacoara', ''),
(7228, 31, 210, 'Juazeiro do Norte', ''),
(7229, 31, 210, 'Lavras da Mangabeira', ''),
(7230, 31, 210, 'Limoeiro do Norte', ''),
(7231, 31, 210, 'Maracanau', ''),
(7232, 31, 210, 'Maranguape', ''),
(7233, 31, 210, 'Marco', ''),
(7234, 31, 210, 'Martinopole', ''),
(7235, 31, 210, 'Massape', ''),
(7236, 31, 210, 'Mauriti', ''),
(7237, 31, 210, 'Milagres', ''),
(7238, 31, 210, 'Milha', ''),
(7239, 31, 210, 'Missao Velha', ''),
(7240, 31, 210, 'Mombaca', ''),
(7241, 31, 210, 'Morada Nova', ''),
(7242, 31, 210, 'Morrinhos', ''),
(7243, 31, 210, 'Nova Olinda', ''),
(7244, 31, 210, 'Nova Russas', ''),
(7245, 31, 210, 'Oros', ''),
(7246, 31, 210, 'Pacajus', ''),
(7247, 31, 210, 'Pacatuba', ''),
(7248, 31, 210, 'Paracuru', ''),
(7249, 31, 210, 'Paraipaba', ''),
(7250, 31, 210, 'Parambu', ''),
(7251, 31, 210, 'Pedra Branca', ''),
(7252, 31, 210, 'Pereiro', ''),
(7253, 31, 210, 'Quixeramobim', ''),
(7254, 31, 210, 'Quixere', ''),
(7255, 31, 210, 'Redencao', ''),
(7256, 31, 210, 'Reriutaba', ''),
(7257, 31, 210, 'Russas', ''),
(7258, 31, 210, 'Santa Quiteria', ''),
(7259, 31, 210, 'Sao Benedito', ''),
(7260, 31, 210, 'Sao Luis do Curu', ''),
(7261, 31, 210, 'Senador Pompeu', ''),
(7262, 31, 210, 'Sobral', ''),
(7263, 31, 210, 'Taboleiro Grande', ''),
(7264, 31, 210, 'Tabuleiro do Norte', ''),
(7265, 31, 210, 'Tarrafas', ''),
(7266, 31, 210, 'Tejucuoca', ''),
(7267, 31, 210, 'Tiangua', ''),
(7268, 31, 210, 'Trairi', ''),
(7269, 31, 210, 'Ubajara', ''),
(7270, 31, 210, 'Varjota', ''),
(7271, 31, 210, 'Vicosa do Ceara', ''),
(7272, 31, 211, 'Afonso Claudio', ''),
(7273, 31, 211, 'Alegre', ''),
(7274, 31, 211, 'Alfredo Chaves', ''),
(7275, 31, 211, 'Anchieta', ''),
(7276, 31, 211, 'Aracruz', ''),
(7277, 31, 211, 'Baixo Guandu', ''),
(7278, 31, 211, 'Barra de Sao Francisco', ''),
(7279, 31, 211, 'Cachoeiro de Itapemirim', ''),
(7280, 31, 211, 'Cariacica', ''),
(7281, 31, 211, 'Castelo', ''),
(7282, 31, 211, 'Colatina', ''),
(7283, 31, 211, 'Domingos Martins', ''),
(7284, 31, 211, 'Ecoporanga', ''),
(7285, 31, 211, 'Fundao', ''),
(7286, 31, 211, 'Governador Lindenberg', ''),
(7287, 31, 211, 'Guacui', ''),
(7288, 31, 211, 'Guarapari', ''),
(7289, 31, 211, 'Ibatiba', ''),
(7290, 31, 211, 'Ibitirama', ''),
(7291, 31, 211, 'Iconha', ''),
(7292, 31, 211, 'Itaguacu', ''),
(7293, 31, 211, 'Itapemirim', ''),
(7294, 31, 211, 'Itarana', ''),
(7295, 31, 211, 'Iuna', ''),
(7296, 31, 211, 'Joao Neiva', ''),
(7297, 31, 211, 'Laranja da Terra', ''),
(7298, 31, 211, 'Linhares', ''),
(7299, 31, 211, 'Mantenopolis', ''),
(7300, 31, 211, 'Marataizes', ''),
(7301, 31, 211, 'Marilandia', ''),
(7302, 31, 211, 'Mimoso do Sul', ''),
(7303, 31, 211, 'Montanha', ''),
(7304, 31, 211, 'Muniz Freire', ''),
(7305, 31, 211, 'Muqui', ''),
(7306, 31, 211, 'Nova Venecia', ''),
(7307, 31, 211, 'Pancas', ''),
(7308, 31, 211, 'Patrimonio Divino', ''),
(7309, 31, 211, 'Piuma', ''),
(7310, 31, 211, 'Rio Novo do Sul', ''),
(7311, 31, 211, 'Santa Maria', ''),
(7312, 31, 211, 'Santa Teresa', ''),
(7313, 31, 211, 'Sao Gabriel', ''),
(7314, 31, 211, 'São Mateus', ''),
(7315, 31, 211, 'Serra', ''),
(7316, 31, 211, 'Viana', ''),
(7317, 31, 211, 'Vila Velha', ''),
(7318, 31, 211, 'Vitória', ''),
(7319, 31, 212, 'Brasilandia', ''),
(7320, 31, 212, 'Brasília', ''),
(7321, 31, 212, 'Ceilandia', ''),
(7322, 31, 212, 'Guara', ''),
(7323, 31, 212, 'Jardim', ''),
(7324, 31, 212, 'Nucleo Bandeirante', ''),
(7325, 31, 212, 'Paranoa', ''),
(7326, 31, 212, 'Sobradinho', ''),
(7327, 31, 212, 'Taguatinga', ''),
(7328, 31, 213, 'Abadiania', ''),
(7329, 31, 213, 'Alexania', ''),
(7330, 31, 213, 'Americano do Brasil', ''),
(7331, 31, 213, 'Amorinopolis', ''),
(7332, 31, 213, 'Anápolis', ''),
(7333, 31, 213, 'Anicuns', ''),
(7334, 31, 213, 'Bela Vista de Goias', ''),
(7335, 31, 213, 'Cabeceiras', ''),
(7336, 31, 213, 'Caiaponia', ''),
(7337, 31, 213, 'Caldas Novas', ''),
(7338, 31, 213, 'Carmo do Rio Verde', ''),
(7339, 31, 213, 'Catalao', ''),
(7340, 31, 213, 'Ceres', ''),
(7341, 31, 213, 'Cristalina', ''),
(7342, 31, 213, 'Crixas', ''),
(7343, 31, 213, 'Davidopolis', ''),
(7344, 31, 213, 'Edeia', ''),
(7345, 31, 213, 'Formosa', ''),
(7346, 31, 213, 'Goianapolis', ''),
(7347, 31, 213, 'Goianesia', ''),
(7348, 31, 213, 'Goiânia', ''),
(7349, 31, 213, 'Goianira', ''),
(7350, 31, 213, 'Goias', ''),
(7351, 31, 213, 'Goiatuba', ''),
(7352, 31, 213, 'Guapo', ''),
(7353, 31, 213, 'Inhumas', ''),
(7354, 31, 213, 'Ipameri', ''),
(7355, 31, 213, 'Ipora', ''),
(7356, 31, 213, 'Itaja', ''),
(7357, 31, 213, 'Itapaci', ''),
(7358, 31, 213, 'Itapuranga', ''),
(7359, 31, 213, 'Itumbiara', ''),
(7360, 31, 213, 'Jaragua', ''),
(7361, 31, 213, 'Jatai', ''),
(7362, 31, 213, 'Joviania', ''),
(7363, 31, 213, 'Luziania', ''),
(7364, 31, 213, 'Minacu', ''),
(7365, 31, 213, 'Mineiros', ''),
(7366, 31, 213, 'Mirilandia', ''),
(7367, 31, 213, 'Morrinhos', ''),
(7368, 31, 213, 'Neropolis', ''),
(7369, 31, 213, 'Niquelandia', ''),
(7370, 31, 213, 'Ouvidor', ''),
(7371, 31, 213, 'Padre Bernardo', ''),
(7372, 31, 213, 'Palmeiras de Goias', ''),
(7373, 31, 213, 'Pires do Rio', ''),
(7374, 31, 213, 'Posse', ''),
(7375, 31, 213, 'Quirinopolis', ''),
(7376, 31, 213, 'Sanclerlandia', ''),
(7377, 31, 213, 'Santa Rita', ''),
(7378, 31, 213, 'Sao Luis de Montes Belos', ''),
(7379, 31, 213, 'Senador Canedo', ''),
(7380, 31, 213, 'Silvania', ''),
(7381, 31, 213, 'Trindade', ''),
(7382, 31, 214, 'Acailandia', ''),
(7383, 31, 214, 'Alto Parnaiba', ''),
(7384, 31, 214, 'Amarante do Maranhao', ''),
(7385, 31, 214, 'Anajatuba', ''),
(7386, 31, 214, 'Arari', ''),
(7387, 31, 214, 'Bacabal', ''),
(7388, 31, 214, 'Balsas', ''),
(7389, 31, 214, 'Barra do Corda', ''),
(7390, 31, 214, 'Barreirinhas', ''),
(7391, 31, 214, 'Caxias', ''),
(7392, 31, 214, 'Chapadinha', ''),
(7393, 31, 214, 'Codó', ''),
(7394, 31, 214, 'Colinas', ''),
(7395, 31, 214, 'Grajau', ''),
(7396, 31, 214, 'Icatu', ''),
(7397, 31, 214, 'Imperatriz', ''),
(7398, 31, 214, 'Novo Recreio', ''),
(7399, 31, 214, 'Parnarama', ''),
(7400, 31, 214, 'Pastos Bons', ''),
(7401, 31, 214, 'Pedreira', ''),
(7402, 31, 214, 'Peritoro', ''),
(7403, 31, 214, 'Pindare Mirim', ''),
(7404, 31, 214, 'Rosario', ''),
(7405, 31, 214, 'Santa Ines', ''),
(7406, 31, 214, 'Santa Quiteria do Maranhao', ''),
(7407, 31, 214, 'Sao Joao dos Patos', ''),
(7408, 31, 214, 'Sao Jose de Ribamar', ''),
(7409, 31, 214, 'São Luís', ''),
(7410, 31, 214, 'Timon', ''),
(7411, 31, 214, 'Urbano Santos', ''),
(7412, 31, 215, 'Alta Floresta', ''),
(7413, 31, 215, 'Barra do Garças', ''),
(7414, 31, 215, 'Campinapolis', ''),
(7415, 31, 215, 'Chapada dos Guimaraes', ''),
(7416, 31, 215, 'Cuiabá', ''),
(7417, 31, 215, 'Fatima', ''),
(7418, 31, 215, 'Jaciara', ''),
(7419, 31, 215, 'Jangada', ''),
(7420, 31, 215, 'Mato Grosso', ''),
(7421, 31, 215, 'Pontes e Lacerda', ''),
(7422, 31, 215, 'Primavera', ''),
(7423, 31, 215, 'Rondonópolis', ''),
(7424, 31, 215, 'Sinop', ''),
(7425, 31, 215, 'Sorriso', ''),
(7426, 31, 215, 'Tapurah', ''),
(7427, 31, 215, 'Várzea Grande', ''),
(7428, 31, 216, 'Amambai', ''),
(7429, 31, 216, 'Anastacio', ''),
(7430, 31, 216, 'Aparecida do Taboado', ''),
(7431, 31, 216, 'Baianopolis', ''),
(7432, 31, 216, 'Bataguassu', ''),
(7433, 31, 216, 'Bataipora', ''),
(7434, 31, 216, 'Caarapo', ''),
(7435, 31, 216, 'Campo Grande', ''),
(7436, 31, 216, 'Cassilandia', ''),
(7437, 31, 216, 'Costa Rica', ''),
(7438, 31, 216, 'Deodapolis', ''),
(7439, 31, 216, 'Dourados', ''),
(7440, 31, 216, 'Eldorado', ''),
(7441, 31, 216, 'Itapora', ''),
(7442, 31, 216, 'Itaum', ''),
(7443, 31, 216, 'Ivinhema', ''),
(7444, 31, 216, 'Jardim', ''),
(7445, 31, 216, 'Maracaju', ''),
(7446, 31, 216, 'Navirai', ''),
(7447, 31, 216, 'Paranaiba', ''),
(7448, 31, 216, 'Paranhos', ''),
(7449, 31, 216, 'Ponta Pora', ''),
(7450, 31, 216, 'Rio Brilhante', ''),
(7451, 31, 216, 'Rio Verde de Mato Grosso', ''),
(7452, 31, 216, 'Santa', ''),
(7453, 31, 216, 'Sete Quedas', ''),
(7454, 31, 216, 'Sidrolandia', ''),
(7455, 31, 216, 'Terenos', ''),
(7456, 31, 216, 'Três Lagoas', ''),
(7457, 31, 217, 'Abaete', ''),
(7458, 31, 217, 'Abre Campo', ''),
(7459, 31, 217, 'Aimores', ''),
(7460, 31, 217, 'Alem Paraiba', ''),
(7461, 31, 217, 'Alfenas', ''),
(7462, 31, 217, 'Alterosa', ''),
(7463, 31, 217, 'Alvinopolis', ''),
(7464, 31, 217, 'Andradas', ''),
(7465, 31, 217, 'Antonio Carlos', ''),
(7466, 31, 217, 'Antonio Dias', ''),
(7467, 31, 217, 'Aracuai', ''),
(7468, 31, 217, 'Araguari', ''),
(7469, 31, 217, 'Araxá', ''),
(7470, 31, 217, 'Arceburgo', ''),
(7471, 31, 217, 'Arcos', ''),
(7472, 31, 217, 'Areado', ''),
(7473, 31, 217, 'Barao de Cocais', ''),
(7474, 31, 217, 'Barbacena', ''),
(7475, 31, 217, 'Belo Horizonte', ''),
(7476, 31, 217, 'Betim', ''),
(7477, 31, 217, 'Bicas', ''),
(7478, 31, 217, 'Boa Esperanca', ''),
(7479, 31, 217, 'Bocaiuva', ''),
(7480, 31, 217, 'Bom Despacho', ''),
(7481, 31, 217, 'Bom Jardim de Minas', ''),
(7482, 31, 217, 'Bom Jesus do Galho', ''),
(7483, 31, 217, 'Botelhos', ''),
(7484, 31, 217, 'Brasilia de Minas', ''),
(7485, 31, 217, 'Brasopolis', ''),
(7486, 31, 217, 'Brumadinho', ''),
(7487, 31, 217, 'Bueno Brandao', ''),
(7488, 31, 217, 'Cachoeira de Minas', ''),
(7489, 31, 217, 'Caetanopolis', ''),
(7490, 31, 217, 'Caete', ''),
(7491, 31, 217, 'Caldas', ''),
(7492, 31, 217, 'Camanducaia', ''),
(7493, 31, 217, 'Cambui', ''),
(7494, 31, 217, 'Cambuquira', ''),
(7495, 31, 217, 'Campestre', ''),
(7496, 31, 217, 'Canapolis', ''),
(7497, 31, 217, 'Candeias', ''),
(7498, 31, 217, 'Capinopolis', ''),
(7499, 31, 217, 'Carai', ''),
(7500, 31, 217, 'Carangola', ''),
(7501, 31, 217, 'Caratinga', ''),
(7502, 31, 217, 'Careacu', ''),
(7503, 31, 217, 'Carmo de Minas', ''),
(7504, 31, 217, 'Carmo do Cajuru', ''),
(7505, 31, 217, 'Cassia', ''),
(7506, 31, 217, 'Cassiterita', ''),
(7507, 31, 217, 'Cataguases', ''),
(7508, 31, 217, 'Catas Altas', ''),
(7509, 31, 217, 'Caxambu', ''),
(7510, 31, 217, 'Chonim', ''),
(7511, 31, 217, 'Claraval', ''),
(7512, 31, 217, 'Coluna', ''),
(7513, 31, 217, 'Conceicao', ''),
(7514, 31, 217, 'Congonhas', ''),
(7515, 31, 217, 'Conselheiro Lafaiete', ''),
(7516, 31, 217, 'Contagem', ''),
(7517, 31, 217, 'Coromandel', ''),
(7518, 31, 217, 'Coronel Fabriciano', ''),
(7519, 31, 217, 'Corrego Danta', ''),
(7520, 31, 217, 'Corrego do Ouro', ''),
(7521, 31, 217, 'Cristalia', ''),
(7522, 31, 217, 'Cuiaba', ''),
(7523, 31, 217, 'Curral de Dentro', ''),
(7524, 31, 217, 'Curvelo', ''),
(7525, 31, 217, 'Delfinopolis', ''),
(7526, 31, 217, 'Diamantina', ''),
(7527, 31, 217, 'Divinópolis', ''),
(7528, 31, 217, 'Dores de Campos', ''),
(7529, 31, 217, 'Dores do Indaia', ''),
(7530, 31, 217, 'Entre Rios de Minas', ''),
(7531, 31, 217, 'Ervalia', ''),
(7532, 31, 217, 'Esmeraldas', ''),
(7533, 31, 217, 'Espera Feliz', ''),
(7534, 31, 217, 'Espinosa', ''),
(7535, 31, 217, 'Eugenopolis', ''),
(7536, 31, 217, 'Extrema', ''),
(7537, 31, 217, 'Felixlandia', ''),
(7538, 31, 217, 'Florestal', ''),
(7539, 31, 217, 'Formiga', ''),
(7540, 31, 217, 'Francisco Badaro', ''),
(7541, 31, 217, 'Frutal', ''),
(7542, 31, 217, 'Governador Valadares', ''),
(7543, 31, 217, 'Guanhaes', ''),
(7544, 31, 217, 'Guape', ''),
(7545, 31, 217, 'Guaraciama', ''),
(7546, 31, 217, 'Guaxupe', ''),
(7547, 31, 217, 'Guimarania', ''),
(7548, 31, 217, 'Iapu', ''),
(7549, 31, 217, 'Ibia', ''),
(7550, 31, 217, 'Ibirite', ''),
(7551, 31, 217, 'Igarape', ''),
(7552, 31, 217, 'Ilicinea', ''),
(7553, 31, 217, 'Inhapim', ''),
(7554, 31, 217, 'Ipaba', ''),
(7555, 31, 217, 'Ipatinga', ''),
(7556, 31, 217, 'Itabira', ''),
(7557, 31, 217, 'Itabirito', ''),
(7558, 31, 217, 'Itacarambi', ''),
(7559, 31, 217, 'Itajuba', ''),
(7560, 31, 217, 'Itamarandiba', ''),
(7561, 31, 217, 'Itambacuri', ''),
(7562, 31, 217, 'Itamogi', ''),
(7563, 31, 217, 'Itamonte', ''),
(7564, 31, 217, 'Itanhandu', ''),
(7565, 31, 217, 'Itanhomi', ''),
(7566, 31, 217, 'Itapagipe', ''),
(7567, 31, 217, 'Itau de Minas', ''),
(7568, 31, 217, 'Itauna', ''),
(7569, 31, 217, 'Itinga', ''),
(7570, 31, 217, 'Ituiutaba', ''),
(7571, 31, 217, 'Iturama', ''),
(7572, 31, 217, 'Jaboticatubas', ''),
(7573, 31, 217, 'Jacutinga', ''),
(7574, 31, 217, 'Janauba', ''),
(7575, 31, 217, 'Januaria', ''),
(7576, 31, 217, 'Jequitinhonha', ''),
(7577, 31, 217, 'Jesuania', ''),
(7578, 31, 217, 'Joao Monlevade', ''),
(7579, 31, 217, 'Joao Pinheiro', ''),
(7580, 31, 217, 'Juatuba', ''),
(7581, 31, 217, 'Juiz de Fora', ''),
(7582, 31, 217, 'Lagoa da Prata', ''),
(7583, 31, 217, 'Lagoa Dourada', ''),
(7584, 31, 217, 'Lagoa Grande', ''),
(7585, 31, 217, 'Lagoa Santa', ''),
(7586, 31, 217, 'Lajinha', ''),
(7587, 31, 217, 'Lambari', ''),
(7588, 31, 217, 'Lassance', ''),
(7589, 31, 217, 'Lavras', ''),
(7590, 31, 217, 'Leopoldina', ''),
(7591, 31, 217, 'Lima Duarte', ''),
(7592, 31, 217, 'Luz', ''),
(7593, 31, 217, 'Machado', ''),
(7594, 31, 217, 'Manhuacu', ''),
(7595, 31, 217, 'Manhumirim', ''),
(7596, 31, 217, 'Mantena', ''),
(7597, 31, 217, 'Maria da Fe', ''),
(7598, 31, 217, 'Mariana', ''),
(7599, 31, 217, 'Mateus Leme', ''),
(7600, 31, 217, 'Matias Barbosa', ''),
(7601, 31, 217, 'Matozinhos', ''),
(7602, 31, 217, 'Mesquita', ''),
(7603, 31, 217, 'Minas Novas', ''),
(7604, 31, 217, 'Mirabela', ''),
(7605, 31, 217, 'Moema', ''),
(7606, 31, 217, 'Monjolos', ''),
(7607, 31, 217, 'Monte Carmelo', ''),
(7608, 31, 217, 'Monte Santo de Minas', ''),
(7609, 31, 217, 'Monte Siao', ''),
(7610, 31, 217, 'Montes Claros', ''),
(7611, 31, 217, 'Muriaé', ''),
(7612, 31, 217, 'Mutum', ''),
(7613, 31, 217, 'Nanuque', ''),
(7614, 31, 217, 'Natercia', ''),
(7615, 31, 217, 'Nazareno', ''),
(7616, 31, 217, 'Nova Era', ''),
(7617, 31, 217, 'Nova Lima', ''),
(7618, 31, 217, 'Nova Ponte', ''),
(7619, 31, 217, 'Nova Resende', ''),
(7620, 31, 217, 'Nova Serrana', ''),
(7621, 31, 217, 'Oliveira', ''),
(7622, 31, 217, 'Ouro Branco', ''),
(7623, 31, 217, 'Ouro Fino', ''),
(7624, 31, 217, 'Ouro Preto', ''),
(7625, 31, 217, 'Padre Paraiso', ''),
(7626, 31, 217, 'Paineiras', ''),
(7627, 31, 217, 'Para de Minas', ''),
(7628, 31, 217, 'Paracatu', ''),
(7629, 31, 217, 'Paraguacu', ''),
(7630, 31, 217, 'Paraisopolis', ''),
(7631, 31, 217, 'Paraopeba', ''),
(7632, 31, 217, 'Passa Quatro', ''),
(7633, 31, 217, 'Passa Vinte', ''),
(7634, 31, 217, 'Passos', ''),
(7635, 31, 217, 'Patos de Minas', ''),
(7636, 31, 217, 'Patrocinio', ''),
(7637, 31, 217, 'Paula Candido', ''),
(7638, 31, 217, 'Pecanha', ''),
(7639, 31, 217, 'Pedra Bonita', ''),
(7640, 31, 217, 'Pedra do Anta', ''),
(7641, 31, 217, 'Pedralva', ''),
(7642, 31, 217, 'Pedro Leopoldo', ''),
(7643, 31, 217, 'Piedade dos Gerais', ''),
(7644, 31, 217, 'Pimenta', ''),
(7645, 31, 217, 'Pinheiros', ''),
(7646, 31, 217, 'Pirajuba', ''),
(7647, 31, 217, 'Pirapora', ''),
(7648, 31, 217, 'Pitangui', ''),
(7649, 31, 217, 'Planura', ''),
(7650, 31, 217, 'Poco Fundo', ''),
(7651, 31, 217, 'Poços de Caldas', ''),
(7652, 31, 217, 'Pompeu', ''),
(7653, 31, 217, 'Ponte Nova', ''),
(7654, 31, 217, 'Pote', ''),
(7655, 31, 217, 'Pouso Alegre', ''),
(7656, 31, 217, 'Prata', ''),
(7657, 31, 217, 'Pratapolis', ''),
(7658, 31, 217, 'Pratinha', ''),
(7659, 31, 217, 'Presidente Bernardes', ''),
(7660, 31, 217, 'Presidente Olegario', ''),
(7661, 31, 217, 'Raposos', ''),
(7662, 31, 217, 'Ribeirão das Neves', ''),
(7663, 31, 217, 'Rio Acima', ''),
(7664, 31, 217, 'Rio das Mortes', ''),
(7665, 31, 217, 'Rio Novo', ''),
(7666, 31, 217, 'Rochedo de Minas', ''),
(7667, 31, 217, 'Rodeiro', ''),
(7668, 31, 217, 'Sabara', ''),
(7669, 31, 217, 'Sacramento', ''),
(7670, 31, 217, 'Santa Barbara', ''),
(7671, 31, 217, 'Santa Luzia', ''),
(7672, 31, 217, 'Santa Margarida', ''),
(7673, 31, 217, 'Santa Maria de Itabira', ''),
(7674, 31, 217, 'Santa Maria do Salto', ''),
(7675, 31, 217, 'Santa Rita do Sapucai', ''),
(7676, 31, 217, 'Santana do Paraiso', ''),
(7677, 31, 217, 'Santo Antonio do Amparo', ''),
(7678, 31, 217, 'Santo Antonio do Grama', ''),
(7679, 31, 217, 'Santo Antonio do Monte', ''),
(7680, 31, 217, 'Santos Dumont', ''),
(7681, 31, 217, 'Sao Bras do Suacui', ''),
(7682, 31, 217, 'Sao Francisco', ''),
(7683, 31, 217, 'Sao Francisco de Paula', ''),
(7684, 31, 217, 'Sao Goncalo do Rio Abaixo', ''),
(7685, 31, 217, 'Sao Goncalo do Sapucai', ''),
(7686, 31, 217, 'Sao Gotardo', ''),
(7687, 31, 217, 'São João del Rei', ''),
(7688, 31, 217, 'Sao Joao do Oriente', ''),
(7689, 31, 217, 'Sao Joao do Paraiso', ''),
(7690, 31, 217, 'Sao Joao Evangelista', ''),
(7691, 31, 217, 'Sao Joao Nepomuceno', ''),
(7692, 31, 217, 'Sao Jose da Barra', ''),
(7693, 31, 217, 'Sao Jose do Goiabal', ''),
(7694, 31, 217, 'São Lourenço', ''),
(7695, 31, 217, 'Sao Romao', ''),
(7696, 31, 217, 'Sao Sebastiao do Paraiso', ''),
(7697, 31, 217, 'Sarzedo', ''),
(7698, 31, 217, 'Senhora de Oliveira', ''),
(7699, 31, 217, 'Serra dos Aimores', ''),
(7700, 31, 217, 'Serro', ''),
(7701, 31, 217, 'Sete Lagoas', ''),
(7702, 31, 217, 'Simonesia', ''),
(7703, 31, 217, 'Sitio Sebastiao Lopes Dias', ''),
(7704, 31, 217, 'Sobralia', ''),
(7705, 31, 217, 'Soledade de Minas', ''),
(7706, 31, 217, 'Taiobeiras', ''),
(7707, 31, 217, 'Teixeiras', ''),
(7708, 31, 217, 'Teófilo Otoni', ''),
(7709, 31, 217, 'Timoteo', ''),
(7710, 31, 217, 'Tiradentes', ''),
(7711, 31, 217, 'Tocantins', ''),
(7712, 31, 217, 'Três Corações', ''),
(7713, 31, 217, 'Tres Pontas', ''),
(7714, 31, 217, 'Tupaciguara', ''),
(7715, 31, 217, 'Turmalina', ''),
(7716, 31, 217, 'Turvolandia', ''),
(7717, 31, 217, 'Uba', ''),
(7718, 31, 217, 'Uberaba', ''),
(7719, 31, 217, 'Uberlândia', ''),
(7720, 31, 217, 'Unai', ''),
(7721, 31, 217, 'Urucania', ''),
(7722, 31, 217, 'Urucuia', ''),
(7723, 31, 217, 'Varginha', ''),
(7724, 31, 217, 'Vazante', ''),
(7725, 31, 217, 'Vespasiano', ''),
(7726, 31, 217, 'Vicosa', ''),
(7727, 31, 217, 'Visconde do Rio Branco', ''),
(7728, 31, 218, 'Altamira', ''),
(7729, 31, 218, 'Anajas', ''),
(7730, 31, 218, 'Ananindeua', ''),
(7731, 31, 218, 'Barcarena', ''),
(7732, 31, 218, 'Belém', ''),
(7733, 31, 218, 'Benevides', ''),
(7734, 31, 218, 'Braganca', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(7735, 31, 218, 'Breves', ''),
(7736, 31, 218, 'Bujaru', ''),
(7737, 31, 218, 'Cameta', ''),
(7738, 31, 218, 'Canaa dos Carajas', ''),
(7739, 31, 218, 'Capitao Poco', ''),
(7740, 31, 218, 'Carajas', ''),
(7741, 31, 218, 'Castanhal', ''),
(7742, 31, 218, 'Cocalzinho', ''),
(7743, 31, 218, 'Ipixuna', ''),
(7744, 31, 218, 'Itaituba', ''),
(7745, 31, 218, 'Jacunda', ''),
(7746, 31, 218, 'Juruti', ''),
(7747, 31, 218, 'Maiauata', ''),
(7748, 31, 218, 'Marabá', ''),
(7749, 31, 218, 'Oriximina', ''),
(7750, 31, 218, 'Pacaja', ''),
(7751, 31, 218, 'Paragominas', ''),
(7752, 31, 218, 'Porto de Moz', ''),
(7753, 31, 218, 'Repartimento', ''),
(7754, 31, 218, 'Ruropolis', ''),
(7755, 31, 218, 'Salinopolis', ''),
(7756, 31, 218, 'Santa Isabel do Para', ''),
(7757, 31, 218, 'Santana', ''),
(7758, 31, 218, 'Santana do Araguaia', ''),
(7759, 31, 218, 'Santarém', ''),
(7760, 31, 218, 'Tailandia', ''),
(7761, 31, 218, 'Tome Acu', ''),
(7762, 31, 218, 'Tucurui', ''),
(7763, 31, 218, 'Uruara', ''),
(7764, 31, 218, 'Vicente', ''),
(7765, 31, 218, 'Vitoria (4)', ''),
(7766, 31, 219, 'Aparecida', ''),
(7767, 31, 219, 'Aracagi', ''),
(7768, 31, 219, 'Aroeiras', ''),
(7769, 31, 219, 'Baia da Traicao', ''),
(7770, 31, 219, 'Bananeiras', ''),
(7771, 31, 219, 'Bayeux', ''),
(7772, 31, 219, 'Belem', ''),
(7773, 31, 219, 'Bom Sucesso', ''),
(7774, 31, 219, 'Brejo do Cruz', ''),
(7775, 31, 219, 'Caapora', ''),
(7776, 31, 219, 'Cabedelo', ''),
(7777, 31, 219, 'Cachoeira dos andios', ''),
(7778, 31, 219, 'Cajazeiras', ''),
(7779, 31, 219, 'Campina Grande', ''),
(7780, 31, 219, 'Catole do Rocha', ''),
(7781, 31, 219, 'Condado', ''),
(7782, 31, 219, 'Conde', ''),
(7783, 31, 219, 'Cuite', ''),
(7784, 31, 219, 'Esperanca', ''),
(7785, 31, 219, 'Guarabira', ''),
(7786, 31, 219, 'Inga', ''),
(7787, 31, 219, 'Itaporanga', ''),
(7788, 31, 219, 'João Pessoa', ''),
(7789, 31, 219, 'Juarez Tavora', ''),
(7790, 31, 219, 'Junco do Serido', ''),
(7791, 31, 219, 'Juru', ''),
(7792, 31, 219, 'Lagoa', ''),
(7793, 31, 219, 'Lagoa Seca', ''),
(7794, 31, 219, 'Lucena', ''),
(7795, 31, 219, 'Mamanguape', ''),
(7796, 31, 219, 'Mari', ''),
(7797, 31, 219, 'Nova Olinda', ''),
(7798, 31, 219, 'Patos', ''),
(7799, 31, 219, 'Paulista', ''),
(7800, 31, 219, 'Pedras de Fogo', ''),
(7801, 31, 219, 'Pianco', ''),
(7802, 31, 219, 'Picui', ''),
(7803, 31, 219, 'Pirpirituba', ''),
(7804, 31, 219, 'Pocinhos', ''),
(7805, 31, 219, 'Pombal', ''),
(7806, 31, 219, 'Queimadas', ''),
(7807, 31, 219, 'Remigio', ''),
(7808, 31, 219, 'Rio Tinto', ''),
(7809, 31, 219, 'Santa Helena', ''),
(7810, 31, 219, 'Santa Luzia', ''),
(7811, 31, 219, 'Santa Rita', ''),
(7812, 31, 219, 'Sao Bento', ''),
(7813, 31, 219, 'Sao Joao do Rio do Peixe', ''),
(7814, 31, 219, 'Sao Jose de Piranhas', ''),
(7815, 31, 219, 'Sape', ''),
(7816, 31, 219, 'Serido', ''),
(7817, 31, 219, 'Solanea', ''),
(7818, 31, 219, 'Soledade', ''),
(7819, 31, 219, 'Sousa', ''),
(7820, 31, 219, 'Sume', ''),
(7821, 31, 219, 'Taperoa', ''),
(7822, 31, 219, 'Teixeira', ''),
(7823, 31, 219, 'Umbuzeiro', ''),
(7824, 31, 220, 'Aguas Claras', ''),
(7825, 31, 220, 'Almirante Tamandare', ''),
(7826, 31, 220, 'Altania', ''),
(7827, 31, 220, 'Andira', ''),
(7828, 31, 220, 'Antonina', ''),
(7829, 31, 220, 'Apucarana', ''),
(7830, 31, 220, 'Arapongas', ''),
(7831, 31, 220, 'Arapoti', ''),
(7832, 31, 220, 'Araucária', ''),
(7833, 31, 220, 'Assai', ''),
(7834, 31, 220, 'Assis Chateaubriand', ''),
(7835, 31, 220, 'Astorga', ''),
(7836, 31, 220, 'Balsa Nova', ''),
(7837, 31, 220, 'Bandeirantes', ''),
(7838, 31, 220, 'Barbosa Ferraz', ''),
(7839, 31, 220, 'Barracao', ''),
(7840, 31, 220, 'Boa Esperanca', ''),
(7841, 31, 220, 'Bocaiuva do Sul', ''),
(7842, 31, 220, 'Borrazopolis', ''),
(7843, 31, 220, 'Cafelandia', ''),
(7844, 31, 220, 'Cambe', ''),
(7845, 31, 220, 'Campina da Lagoa', ''),
(7846, 31, 220, 'Campina Grande do Sul', ''),
(7847, 31, 220, 'Campo do Tenente', ''),
(7848, 31, 220, 'Campo Grande', ''),
(7849, 31, 220, 'Campo Largo', ''),
(7850, 31, 220, 'Campo Magro', ''),
(7851, 31, 220, 'Campo Mourao', ''),
(7852, 31, 220, 'Cantagalo', ''),
(7853, 31, 220, 'Capanema', ''),
(7854, 31, 220, 'Carambei', ''),
(7855, 31, 220, 'Carlopolis', ''),
(7856, 31, 220, 'Cascavel', ''),
(7857, 31, 220, 'Castro', ''),
(7858, 31, 220, 'Centenario do Sul', ''),
(7859, 31, 220, 'Cerro Azul', ''),
(7860, 31, 220, 'Chopinzinho', ''),
(7861, 31, 220, 'Cianorte', ''),
(7862, 31, 220, 'Cidade Gaucha', ''),
(7863, 31, 220, 'Coelho', ''),
(7864, 31, 220, 'Colombo', ''),
(7865, 31, 220, 'Colorado', ''),
(7866, 31, 220, 'Contenda', ''),
(7867, 31, 220, 'Cornelio Procopio', ''),
(7868, 31, 220, 'Cruzeiro do Oeste', ''),
(7869, 31, 220, 'Curitiba', ''),
(7870, 31, 220, 'Dois Vizinhos', ''),
(7871, 31, 220, 'Eldorado', ''),
(7872, 31, 220, 'Engenheiro Beltrao', ''),
(7873, 31, 220, 'Faxinal', ''),
(7874, 31, 220, 'Fazenda Rio Grande', ''),
(7875, 31, 220, 'Fenix', ''),
(7876, 31, 220, 'Floresta', ''),
(7877, 31, 220, 'Florida', ''),
(7878, 31, 220, 'Foz do Iguaçu', ''),
(7879, 31, 220, 'Francisco Beltrao', ''),
(7880, 31, 220, 'Goioere', ''),
(7881, 31, 220, 'Guaira', ''),
(7882, 31, 220, 'Guarapuava', ''),
(7883, 31, 220, 'Guaratuba', ''),
(7884, 31, 220, 'Ibaiti', ''),
(7885, 31, 220, 'Ibipora', ''),
(7886, 31, 220, 'Imbituva', ''),
(7887, 31, 220, 'Ipiranga', ''),
(7888, 31, 220, 'Irati', ''),
(7889, 31, 220, 'Itambaraca', ''),
(7890, 31, 220, 'Itaperucu', ''),
(7891, 31, 220, 'Ivaipora', ''),
(7892, 31, 220, 'Ivatuba', ''),
(7893, 31, 220, 'Jacarezinho', ''),
(7894, 31, 220, 'Jaguariaiva', ''),
(7895, 31, 220, 'Jandaia do Sul', ''),
(7896, 31, 220, 'Janiopolis', ''),
(7897, 31, 220, 'Jataizinho', ''),
(7898, 31, 220, 'Jussara', ''),
(7899, 31, 220, 'Kalore', ''),
(7900, 31, 220, 'Lapa', ''),
(7901, 31, 220, 'Laranjeiras do Sul', ''),
(7902, 31, 220, 'Loanda', ''),
(7903, 31, 220, 'Londrina', ''),
(7904, 31, 220, 'Mandaguacu', ''),
(7905, 31, 220, 'Mandaguari', ''),
(7906, 31, 220, 'Mandirituba', ''),
(7907, 31, 220, 'Mangueirinha', ''),
(7908, 31, 220, 'Marechal Candido Rondon', ''),
(7909, 31, 220, 'Marialva', ''),
(7910, 31, 220, 'Mariluz', ''),
(7911, 31, 220, 'Maringá', ''),
(7912, 31, 220, 'Mariopolis', ''),
(7913, 31, 220, 'Matelandia', ''),
(7914, 31, 220, 'Matinhos', ''),
(7915, 31, 220, 'Medianeira', ''),
(7916, 31, 220, 'Nova Esperanca', ''),
(7917, 31, 220, 'Nova Esperanca do Sudoeste', ''),
(7918, 31, 220, 'Nova Fatima', ''),
(7919, 31, 220, 'Paicandu', ''),
(7920, 31, 220, 'Palmas', ''),
(7921, 31, 220, 'Palmeira', ''),
(7922, 31, 220, 'Palmital', ''),
(7923, 31, 220, 'Palotina', ''),
(7924, 31, 220, 'Paranaguá', ''),
(7925, 31, 220, 'Paranavai', ''),
(7926, 31, 220, 'Pato Branco', ''),
(7927, 31, 220, 'Peabiru', ''),
(7928, 31, 220, 'Perobal', ''),
(7929, 31, 220, 'Pinhais', ''),
(7930, 31, 220, 'Pirai do Sul', ''),
(7931, 31, 220, 'Piraquara', ''),
(7932, 31, 220, 'Pitanga', ''),
(7933, 31, 220, 'Ponta Grossa', ''),
(7934, 31, 220, 'Pontal do Parana', ''),
(7935, 31, 220, 'Porecatu', ''),
(7936, 31, 220, 'Porto Amazonas', ''),
(7937, 31, 220, 'Primeiro de Maio', ''),
(7938, 31, 220, 'Quatigua', ''),
(7939, 31, 220, 'Quatro Barras', ''),
(7940, 31, 220, 'Querencia', ''),
(7941, 31, 220, 'Realeza', ''),
(7942, 31, 220, 'Reboucas', ''),
(7943, 31, 220, 'Reserva', ''),
(7944, 31, 220, 'Ribeirao do Pinhal', ''),
(7945, 31, 220, 'Rio Branco do Sul', ''),
(7946, 31, 220, 'Rio Negro', ''),
(7947, 31, 220, 'Rolandia', ''),
(7948, 31, 220, 'Roncador', ''),
(7949, 31, 220, 'Rondon', ''),
(7950, 31, 220, 'Santa Helena', ''),
(7951, 31, 220, 'Santa Isabel', ''),
(7952, 31, 220, 'Santo Antonio da Platina', ''),
(7953, 31, 220, 'Santo Inacio', ''),
(7954, 31, 220, 'Sao Carlos do Ivai', ''),
(7955, 31, 220, 'São José dos Pinhais', ''),
(7956, 31, 220, 'Sao Mateus do Sul', ''),
(7957, 31, 220, 'Sao Miguel do Iguacu', ''),
(7958, 31, 220, 'Sao Pedro do Ivai', ''),
(7959, 31, 220, 'Sarandi', ''),
(7960, 31, 220, 'Senges', ''),
(7961, 31, 220, 'Sertaneja', ''),
(7962, 31, 220, 'Sertanopolis', ''),
(7963, 31, 220, 'Siqueira Campos', ''),
(7964, 31, 220, 'Tamarana', ''),
(7965, 31, 220, 'Teixeira Soares', ''),
(7966, 31, 220, 'Telemaco Borba', ''),
(7967, 31, 220, 'Terra Boa', ''),
(7968, 31, 220, 'Terra Rica', ''),
(7969, 31, 220, 'Terra Roxa', ''),
(7970, 31, 220, 'Tibagi', ''),
(7971, 31, 220, 'Toledo', ''),
(7972, 31, 220, 'Umuarama', ''),
(7973, 31, 220, 'Uniao da Vitoria', ''),
(7974, 31, 220, 'Urai', ''),
(7975, 31, 220, 'Vera Cruz', ''),
(7976, 31, 220, 'Vera Cruz do Oeste', ''),
(7977, 31, 220, 'Wenceslau Braz', ''),
(7978, 31, 221, 'Abreu e Lima', ''),
(7979, 31, 221, 'Afogados da Ingazeira', ''),
(7980, 31, 221, 'Aguas Belas', ''),
(7981, 31, 221, 'Alagoinha', ''),
(7982, 31, 221, 'Alianca', ''),
(7983, 31, 221, 'Altinho', ''),
(7984, 31, 221, 'Angelim', ''),
(7985, 31, 221, 'Aracoiaba', ''),
(7986, 31, 221, 'Araripina', ''),
(7987, 31, 221, 'Arcoverde', ''),
(7988, 31, 221, 'Barreiros', ''),
(7989, 31, 221, 'Belo Jardim', ''),
(7990, 31, 221, 'Bezerros', ''),
(7991, 31, 221, 'Bom Conselho', ''),
(7992, 31, 221, 'Bonito', ''),
(7993, 31, 221, 'Brejo da Madre de Deus', ''),
(7994, 31, 221, 'Buique', ''),
(7995, 31, 221, 'Cabo de Santo Agostinho', ''),
(7996, 31, 221, 'Camaragibe', ''),
(7997, 31, 221, 'Camutanga', ''),
(7998, 31, 221, 'Canhotinho', ''),
(7999, 31, 221, 'Capoeiras', ''),
(8000, 31, 221, 'Carpina', ''),
(8001, 31, 221, 'Caruaru', ''),
(8002, 31, 221, 'Condado', ''),
(8003, 31, 221, 'Cumaru', ''),
(8004, 31, 221, 'Cupira', ''),
(8005, 31, 221, 'Escada', ''),
(8006, 31, 221, 'Feira Nova', ''),
(8007, 31, 221, 'Ferreiros', ''),
(8008, 31, 221, 'Garanhuns', ''),
(8009, 31, 221, 'Gloria do Goita', ''),
(8010, 31, 221, 'Goiana', ''),
(8011, 31, 221, 'Gravatá', ''),
(8012, 31, 221, 'Guabiraba', ''),
(8013, 31, 221, 'Guararapes', ''),
(8014, 31, 221, 'Iati', ''),
(8015, 31, 221, 'Igarassu', ''),
(8016, 31, 221, 'Ipojuca', ''),
(8017, 31, 221, 'Itamaraca', ''),
(8018, 31, 221, 'Itambe', ''),
(8019, 31, 221, 'Itapissuma', ''),
(8020, 31, 221, 'Itaquitinga', ''),
(8021, 31, 221, 'Jaboatao dos Guararapes', ''),
(8022, 31, 221, 'Joao Alfredo', ''),
(8023, 31, 221, 'Jucati', ''),
(8024, 31, 221, 'Lagoa do Carro', ''),
(8025, 31, 221, 'Lagoa do Itaenga', ''),
(8026, 31, 221, 'Lagoa do Ouro', ''),
(8027, 31, 221, 'Limoeiro', ''),
(8028, 31, 221, 'Ludgero', ''),
(8029, 31, 221, 'Macaparana', ''),
(8030, 31, 221, 'Moreilandia', ''),
(8031, 31, 221, 'Moreno', ''),
(8032, 31, 221, 'Nazare da Mata', ''),
(8033, 31, 221, 'Olinda', ''),
(8034, 31, 221, 'Ouricuri', ''),
(8035, 31, 221, 'Palmares', ''),
(8036, 31, 221, 'Passira', ''),
(8037, 31, 221, 'Paudalho', ''),
(8038, 31, 221, 'Paulista', ''),
(8039, 31, 221, 'Pesqueira', ''),
(8040, 31, 221, 'Petrolina', ''),
(8041, 31, 221, 'Pombos', ''),
(8042, 31, 221, 'Quipapa', ''),
(8043, 31, 221, 'Recife', ''),
(8044, 31, 221, 'Ribeirao', ''),
(8045, 31, 221, 'Salgueiro', ''),
(8046, 31, 221, 'Santa Cruz do Capibaribe', ''),
(8047, 31, 221, 'Santa Filomena', ''),
(8048, 31, 221, 'Sao Joao', ''),
(8049, 31, 221, 'Sao Joaquim do Monte', ''),
(8050, 31, 221, 'Sao Jose do Egito', ''),
(8051, 31, 221, 'Sao Lourenco da Mata', ''),
(8052, 31, 221, 'Serra Talhada', ''),
(8053, 31, 221, 'Serrita', ''),
(8054, 31, 221, 'Sertania', ''),
(8055, 31, 221, 'Sirinhaem', ''),
(8056, 31, 221, 'Surubim', ''),
(8057, 31, 221, 'Tabira', ''),
(8058, 31, 221, 'Tamandare', ''),
(8059, 31, 221, 'Timbauba', ''),
(8060, 31, 221, 'Toritama', ''),
(8061, 31, 221, 'Vitoria de Santo Antao', ''),
(8062, 31, 222, 'Agua Branca', ''),
(8063, 31, 222, 'Andre', ''),
(8064, 31, 222, 'Barras', ''),
(8065, 31, 222, 'Brasa', ''),
(8066, 31, 222, 'Buriti dos Lopes', ''),
(8067, 31, 222, 'Campo Maior', ''),
(8068, 31, 222, 'Catarina', ''),
(8069, 31, 222, 'Cocal', ''),
(8070, 31, 222, 'Esperantina', ''),
(8071, 31, 222, 'Jaicos', ''),
(8072, 31, 222, 'Parnaiba', ''),
(8073, 31, 222, 'Picos', ''),
(8074, 31, 222, 'Pio IX', ''),
(8075, 31, 222, 'Piripiri', ''),
(8076, 31, 222, 'Simoes', ''),
(8077, 31, 222, 'Teresina', ''),
(8078, 31, 222, 'Valenca do Piaui', ''),
(8079, 31, 223, 'Aguas Lindas', ''),
(8080, 31, 223, 'Angra dos Reis', ''),
(8081, 31, 223, 'Aperibe', ''),
(8082, 31, 223, 'Araruama', ''),
(8083, 31, 223, 'Armacao de Buzios', ''),
(8084, 31, 223, 'Arraial do Cabo', ''),
(8085, 31, 223, 'Bananal', ''),
(8086, 31, 223, 'Bangu', ''),
(8087, 31, 223, 'Barra da Tijuca', ''),
(8088, 31, 223, 'Barra do Piraí', ''),
(8089, 31, 223, 'Barra Mansa', ''),
(8090, 31, 223, 'Barro Branco', ''),
(8091, 31, 223, 'Belford Roxo', ''),
(8092, 31, 223, 'Bemposta', ''),
(8093, 31, 223, 'Bom Jardim', ''),
(8094, 31, 223, 'Bom Jesus do Itabapoana', ''),
(8095, 31, 223, 'Cabo Frio', ''),
(8096, 31, 223, 'Cachoeiras de Macacu', ''),
(8097, 31, 223, 'Campo Grande', ''),
(8098, 31, 223, 'Campos', ''),
(8099, 31, 223, 'Campos dos Goytacazes', ''),
(8100, 31, 223, 'Carapebus', ''),
(8101, 31, 223, 'Casimiro de Abreu', ''),
(8102, 31, 223, 'Comendador Levy Gasparian', ''),
(8103, 31, 223, 'Conceicao', ''),
(8104, 31, 223, 'Conceicao de Macabu', ''),
(8105, 31, 223, 'Conservatoria', ''),
(8106, 31, 223, 'Cordeiro', ''),
(8107, 31, 223, 'Duas Barras', ''),
(8108, 31, 223, 'Duque de Caxias', ''),
(8109, 31, 223, 'Flamengo', ''),
(8110, 31, 223, 'Guapimirim', ''),
(8111, 31, 223, 'Guarus', ''),
(8112, 31, 223, 'Icarai', ''),
(8113, 31, 223, 'Iguaba Grande', ''),
(8114, 31, 223, 'Ilha', ''),
(8115, 31, 223, 'Iraja', ''),
(8116, 31, 223, 'Itaborai', ''),
(8117, 31, 223, 'Itaguai', ''),
(8118, 31, 223, 'Italva', ''),
(8119, 31, 223, 'Itaocara', ''),
(8120, 31, 223, 'Itaperuna', ''),
(8121, 31, 223, 'Itatiaia', ''),
(8122, 31, 223, 'Jacarepagua', ''),
(8123, 31, 223, 'Japeri', ''),
(8124, 31, 223, 'Jardim America', ''),
(8125, 31, 223, 'Lapa', ''),
(8126, 31, 223, 'Lidice', ''),
(8127, 31, 223, 'Lumiar', ''),
(8128, 31, 223, 'Macaé', ''),
(8129, 31, 223, 'Mage', ''),
(8130, 31, 223, 'Mangaratiba', ''),
(8131, 31, 223, 'Marica', ''),
(8132, 31, 223, 'Mendes', ''),
(8133, 31, 223, 'Mesquita', ''),
(8134, 31, 223, 'Miguel Pereira', ''),
(8135, 31, 223, 'Natividade', ''),
(8136, 31, 223, 'Nilopolis', ''),
(8137, 31, 223, 'Niterói', ''),
(8138, 31, 223, 'Nova Friburgo', ''),
(8139, 31, 223, 'Nova Iguaçu', ''),
(8140, 31, 223, 'Paracambi', ''),
(8141, 31, 223, 'Paraiba do Sul', ''),
(8142, 31, 223, 'Paraty', ''),
(8143, 31, 223, 'Petrópolis', ''),
(8144, 31, 223, 'Pinheiral', ''),
(8145, 31, 223, 'Pirai', ''),
(8146, 31, 223, 'Porciuncula', ''),
(8147, 31, 223, 'Porto Real', ''),
(8148, 31, 223, 'Quatis', ''),
(8149, 31, 223, 'Queimados', ''),
(8150, 31, 223, 'Quissama', ''),
(8151, 31, 223, 'Resende', ''),
(8152, 31, 223, 'Rio Bonito', ''),
(8153, 31, 223, 'Rio Claro', ''),
(8154, 31, 223, 'Rio das Ostras', ''),
(8155, 31, 223, 'Rio de Janeiro', ''),
(8156, 31, 223, 'Sampaio Correia', ''),
(8157, 31, 223, 'Santa Maria Madalena', ''),
(8158, 31, 223, 'Santo Antonio de Padua', ''),
(8159, 31, 223, 'Sao Fidelis', ''),
(8160, 31, 223, 'Sao Francisco', ''),
(8161, 31, 223, 'Sao Goncalo', ''),
(8162, 31, 223, 'Sao Joao da Barra', ''),
(8163, 31, 223, 'Sao Joao de Meriti', ''),
(8164, 31, 223, 'Sao Jose', ''),
(8165, 31, 223, 'Sao Pedro da Aldeia', ''),
(8166, 31, 223, 'Saquarema', ''),
(8167, 31, 223, 'Seropedica', ''),
(8168, 31, 223, 'Silva Jardim', ''),
(8169, 31, 223, 'Tangua', ''),
(8170, 31, 223, 'Teresopolis', ''),
(8171, 31, 223, 'Tijuca', ''),
(8172, 31, 223, 'Tres Rios', ''),
(8173, 31, 223, 'Valenca', ''),
(8174, 31, 223, 'Varre Sai', ''),
(8175, 31, 223, 'Vassouras', ''),
(8176, 31, 223, 'Volta Redonda', ''),
(8177, 31, 224, 'Acari', ''),
(8178, 31, 224, 'Acu', ''),
(8179, 31, 224, 'Amazonas', ''),
(8180, 31, 224, 'Angicos', ''),
(8181, 31, 224, 'Apodi', ''),
(8182, 31, 224, 'Areia Branca', ''),
(8183, 31, 224, 'Ares', ''),
(8184, 31, 224, 'Barauna', ''),
(8185, 31, 224, 'Caico', ''),
(8186, 31, 224, 'Ceara Mirim', ''),
(8187, 31, 224, 'Coronel Joao Pessoa', ''),
(8188, 31, 224, 'Currais Novos', ''),
(8189, 31, 224, 'Espirito Santo', ''),
(8190, 31, 224, 'Figueiredo', ''),
(8191, 31, 224, 'Goianinha', ''),
(8192, 31, 224, 'Jacana', ''),
(8193, 31, 224, 'Jardim do Serido', ''),
(8194, 31, 224, 'Joao Camara', ''),
(8195, 31, 224, 'Lagoa Salgada', ''),
(8196, 31, 224, 'Macaiba', ''),
(8197, 31, 224, 'Macau', ''),
(8198, 31, 224, 'Mossoro', ''),
(8199, 31, 224, 'Natal', ''),
(8200, 31, 224, 'Nova Cruz', ''),
(8201, 31, 224, 'Paragua', ''),
(8202, 31, 224, 'Parelhas', ''),
(8203, 31, 224, 'Parnamirim', ''),
(8204, 31, 224, 'Patu', ''),
(8205, 31, 224, 'Pau dos Ferros', ''),
(8206, 31, 224, 'Pedra Grande', ''),
(8207, 31, 224, 'Pedro Avelino', ''),
(8208, 31, 224, 'Pipa', ''),
(8209, 31, 224, 'Poco Branco', ''),
(8210, 31, 224, 'Ponta Negra', ''),
(8211, 31, 224, 'Portalegre', ''),
(8212, 31, 224, 'Riachuelo', ''),
(8213, 31, 224, 'Rio do Fogo', ''),
(8214, 31, 224, 'Santa Cruz', ''),
(8215, 31, 224, 'Santo Antonio', ''),
(8216, 31, 224, 'Santo Cristo', ''),
(8217, 31, 224, 'Sao Goncalo do Amarante', ''),
(8218, 31, 224, 'Sao Jose de Mipibu', ''),
(8219, 31, 224, 'Sao Paulo do Potengi', ''),
(8220, 31, 224, 'Sao Pedro', ''),
(8221, 31, 224, 'Serrinha dos Pintos', ''),
(8222, 31, 224, 'Tenente Ananias', ''),
(8223, 31, 224, 'Tibau', ''),
(8224, 31, 224, 'Touros', ''),
(8225, 31, 224, 'Ubirata', ''),
(8226, 31, 225, 'Agudo', ''),
(8227, 31, 225, 'Alegrete', ''),
(8228, 31, 225, 'Alvorada', ''),
(8229, 31, 225, 'Antonio Prado', ''),
(8230, 31, 225, 'Ararica', ''),
(8231, 31, 225, 'Arroio do Meio', ''),
(8232, 31, 225, 'Arroio do Sal', ''),
(8233, 31, 225, 'Arroio dos Ratos', ''),
(8234, 31, 225, 'Arroio Grande', ''),
(8235, 31, 225, 'Arvorezinha', ''),
(8236, 31, 225, 'Bagé', ''),
(8237, 31, 225, 'Barao do Triunfo', ''),
(8238, 31, 225, 'Barra do Ribeiro', ''),
(8239, 31, 225, 'Barreiro', ''),
(8240, 31, 225, 'Bento Gonçalves', ''),
(8241, 31, 225, 'Boa Vista do Burica', ''),
(8242, 31, 225, 'Bom Principio', ''),
(8243, 31, 225, 'Brochier', ''),
(8244, 31, 225, 'Butia', ''),
(8245, 31, 225, 'Cacapava do Sul', ''),
(8246, 31, 225, 'Cacequi', ''),
(8247, 31, 225, 'Cachoeira do Sul', ''),
(8248, 31, 225, 'Cachoeirinha', ''),
(8249, 31, 225, 'Cacique Doble', ''),
(8250, 31, 225, 'Caicara', ''),
(8251, 31, 225, 'Camaqua', ''),
(8252, 31, 225, 'Campo Bom', ''),
(8253, 31, 225, 'Campos Borges', ''),
(8254, 31, 225, 'Candiota', ''),
(8255, 31, 225, 'Canela', ''),
(8256, 31, 225, 'Cangucu', ''),
(8257, 31, 225, 'Canoas', ''),
(8258, 31, 225, 'Capao da Canoa', ''),
(8259, 31, 225, 'Capao do Leao', ''),
(8260, 31, 225, 'Caraa', ''),
(8261, 31, 225, 'Carazinho', ''),
(8262, 31, 225, 'Carlos Barbosa', ''),
(8263, 31, 225, 'Caxias do Sul', ''),
(8264, 31, 225, 'Cerro Largo', ''),
(8265, 31, 225, 'Charqueadas', ''),
(8266, 31, 225, 'Cidreira', ''),
(8267, 31, 225, 'Ciriaco', ''),
(8268, 31, 225, 'Coqueiros', ''),
(8269, 31, 225, 'Coronel Barros', ''),
(8270, 31, 225, 'Cotipora', ''),
(8271, 31, 225, 'Crissiumal', ''),
(8272, 31, 225, 'Cruz Alta', ''),
(8273, 31, 225, 'Cruzeiro do Sul', ''),
(8274, 31, 225, 'Dois Irmaos', ''),
(8275, 31, 225, 'Dom Pedrito', ''),
(8276, 31, 225, 'Dona Francisca', ''),
(8277, 31, 225, 'Encantado', ''),
(8278, 31, 225, 'Encruzilhada do Sul', ''),
(8279, 31, 225, 'Entre Ijuis', ''),
(8280, 31, 225, 'Erechim', ''),
(8281, 31, 225, 'Erval Seco', ''),
(8282, 31, 225, 'Espumoso', ''),
(8283, 31, 225, 'Estancia Nova', ''),
(8284, 31, 225, 'Estancia Velha', ''),
(8285, 31, 225, 'Esteio', ''),
(8286, 31, 225, 'Estrela', ''),
(8287, 31, 225, 'Farroupilha', ''),
(8288, 31, 225, 'Faxinal do Soturno', ''),
(8289, 31, 225, 'Feliz', ''),
(8290, 31, 225, 'Flores da Cunha', ''),
(8291, 31, 225, 'Formigueiro', ''),
(8292, 31, 225, 'Fortaleza dos Valos', ''),
(8293, 31, 225, 'Frederico Westphalen', ''),
(8294, 31, 225, 'Garibaldi', ''),
(8295, 31, 225, 'General Camara', ''),
(8296, 31, 225, 'Getulio Vargas', ''),
(8297, 31, 225, 'Girua', ''),
(8298, 31, 225, 'Glorinha', ''),
(8299, 31, 225, 'Gramado', ''),
(8300, 31, 225, 'Gravataí', ''),
(8301, 31, 225, 'Guaíba', ''),
(8302, 31, 225, 'Guapore', ''),
(8303, 31, 225, 'Horizontina', ''),
(8304, 31, 225, 'Hulha Negra', ''),
(8305, 31, 225, 'Ibiruba', ''),
(8306, 31, 225, 'Igrejinha', ''),
(8307, 31, 225, 'Ijui', ''),
(8308, 31, 225, 'Independencia', ''),
(8309, 31, 225, 'Ipe', ''),
(8310, 31, 225, 'Irai', ''),
(8311, 31, 225, 'Itaqui', ''),
(8312, 31, 225, 'Itatiba', ''),
(8313, 31, 225, 'Ivoti', ''),
(8314, 31, 225, 'Jaguarao', ''),
(8315, 31, 225, 'Julio de Castilhos', ''),
(8316, 31, 225, 'Lajeado', ''),
(8317, 31, 225, 'Lavras do Sul', ''),
(8318, 31, 225, 'Machadinho', ''),
(8319, 31, 225, 'Marau', ''),
(8320, 31, 225, 'Mata', ''),
(8321, 31, 225, 'Montenegro', ''),
(8322, 31, 225, 'Morretes', ''),
(8323, 31, 225, 'Mostardas', ''),
(8324, 31, 225, 'Muliterno', ''),
(8325, 31, 225, 'Nao Me Toque', ''),
(8326, 31, 225, 'Nonoai', ''),
(8327, 31, 225, 'Nova Araca', ''),
(8328, 31, 225, 'Nova Bassano', ''),
(8329, 31, 225, 'Nova Esperanca', ''),
(8330, 31, 225, 'Nova Palma', ''),
(8331, 31, 225, 'Nova Petropolis', ''),
(8332, 31, 225, 'Nova Prata', ''),
(8333, 31, 225, 'Novo Hamburgo', ''),
(8334, 31, 225, 'Osorio', ''),
(8335, 31, 225, 'Palmares do Sul', ''),
(8336, 31, 225, 'Palmeira das Missoes', ''),
(8337, 31, 225, 'Palmitinho', ''),
(8338, 31, 225, 'Panambi', ''),
(8339, 31, 225, 'Pantano Grande', ''),
(8340, 31, 225, 'Parobe', ''),
(8341, 31, 225, 'Passo Fundo', ''),
(8342, 31, 225, 'Pelotas', ''),
(8343, 31, 225, 'Pinhal Grande', ''),
(8344, 31, 225, 'Piratini', ''),
(8345, 31, 225, 'Planalto', ''),
(8346, 31, 225, 'Portao', ''),
(8347, 31, 225, 'Porto Alegre', ''),
(8348, 31, 225, 'Porto Lucena', ''),
(8349, 31, 225, 'Porto Xavier', ''),
(8350, 31, 225, 'Quarai', ''),
(8351, 31, 225, 'Rio Grande', ''),
(8352, 31, 225, 'Rio Pardo', ''),
(8353, 31, 225, 'Roca Sales', ''),
(8354, 31, 225, 'Rodeio Bonito', ''),
(8355, 31, 225, 'Rolante', ''),
(8356, 31, 225, 'Rosario do Sul', ''),
(8357, 31, 225, 'Saldanha Marinho', ''),
(8358, 31, 225, 'Sananduva', ''),
(8359, 31, 225, 'Santa Clara do Sul', ''),
(8360, 31, 225, 'Santa Cruz do Sul', ''),
(8361, 31, 225, 'Santa Maria', ''),
(8362, 31, 225, 'Santa Rosa', ''),
(8363, 31, 225, 'Santa Vitoria do Palmar', ''),
(8364, 31, 225, 'Santana do Livramento', ''),
(8365, 31, 225, 'Santiago', ''),
(8366, 31, 225, 'Santo Ângelo', ''),
(8367, 31, 225, 'Santo Antonio da Patrulha', ''),
(8368, 31, 225, 'Santo Cristo', ''),
(8369, 31, 225, 'São Borja', ''),
(8370, 31, 225, 'Sao Gabriel', ''),
(8371, 31, 225, 'Sao Jeronimo', ''),
(8372, 31, 225, 'Sao Joao da Urtiga', ''),
(8373, 31, 225, 'Sao Jose', ''),
(8374, 31, 225, 'Sao Jose do Hortencio', ''),
(8375, 31, 225, 'Sao Jose do Norte', ''),
(8376, 31, 225, 'São Leopoldo', ''),
(8377, 31, 225, 'Sao Lourenco do Sul', ''),
(8378, 31, 225, 'Sao Luiz Gonzaga', ''),
(8379, 31, 225, 'Sao Marcos', ''),
(8380, 31, 225, 'Sao Miguel', ''),
(8381, 31, 225, 'Sao Paulo', ''),
(8382, 31, 225, 'Sao Pedro do Sul', ''),
(8383, 31, 225, 'Sao Salvador', ''),
(8384, 31, 225, 'Sao Sebastiao do Cai', ''),
(8385, 31, 225, 'Sao Valentim', ''),
(8386, 31, 225, 'Sapiranga', ''),
(8387, 31, 225, 'Sapucaia', ''),
(8388, 31, 225, 'Sapucaia do Sul', ''),
(8389, 31, 225, 'Sarandi', ''),
(8390, 31, 225, 'Seberi', ''),
(8391, 31, 225, 'Sede Nova', ''),
(8392, 31, 225, 'Severiano de Almeida', ''),
(8393, 31, 225, 'Sobradinho', ''),
(8394, 31, 225, 'Soledade', ''),
(8395, 31, 225, 'Tapejara', ''),
(8396, 31, 225, 'Tapes', ''),
(8397, 31, 225, 'Taquara', ''),
(8398, 31, 225, 'Taquari', ''),
(8399, 31, 225, 'Teutonia', ''),
(8400, 31, 225, 'Tio Hugo', ''),
(8401, 31, 225, 'Torres', ''),
(8402, 31, 225, 'Tramandai', ''),
(8403, 31, 225, 'Tres Coroas', ''),
(8404, 31, 225, 'Tres de Maio', ''),
(8405, 31, 225, 'Tres Passos', ''),
(8406, 31, 225, 'Triunfo', ''),
(8407, 31, 225, 'Tucunduva', ''),
(8408, 31, 225, 'Tupancireta', ''),
(8409, 31, 225, 'Tuparendi', ''),
(8410, 31, 225, 'Uruguaiana', ''),
(8411, 31, 225, 'Vacaria', ''),
(8412, 31, 225, 'Vanini', ''),
(8413, 31, 225, 'Venancio Aires', ''),
(8414, 31, 225, 'Veranopolis', ''),
(8415, 31, 225, 'Viadutos', ''),
(8416, 31, 225, 'Viamão', ''),
(8417, 31, 225, 'Vila Flores', ''),
(8418, 31, 225, 'Vista Gaucha', ''),
(8419, 31, 226, 'Ariquemes', ''),
(8420, 31, 226, 'Cacoal', ''),
(8421, 31, 226, 'Guajara Mirim', ''),
(8422, 31, 226, 'Ji Parana', ''),
(8423, 31, 226, 'Ouro Preto do Oeste', ''),
(8424, 31, 226, 'Pimenta Bueno', ''),
(8425, 31, 226, 'Porto Velho', ''),
(8426, 31, 226, 'Posto Fiscal Rolim de Moura', ''),
(8427, 31, 226, 'Teotonio', ''),
(8428, 31, 226, 'Theobroma', ''),
(8429, 31, 226, 'Vale do Paraiso', ''),
(8430, 31, 226, 'Vilhena', ''),
(8431, 31, 227, 'Boa Vista', ''),
(8432, 31, 227, 'Olho d\'Agua', ''),
(8433, 31, 228, 'Agronomica', ''),
(8434, 31, 228, 'Agua Doce', ''),
(8435, 31, 228, 'Aguas de Chapeco', ''),
(8436, 31, 228, 'Alto Bela Vista', ''),
(8437, 31, 228, 'Anchieta', ''),
(8438, 31, 228, 'Angelina', ''),
(8439, 31, 228, 'Anitapolis', ''),
(8440, 31, 228, 'Apiuna', ''),
(8441, 31, 228, 'Arabuta', ''),
(8442, 31, 228, 'Araquari', ''),
(8443, 31, 228, 'Ararangua', ''),
(8444, 31, 228, 'Armazem', ''),
(8445, 31, 228, 'Arroio do Silva', ''),
(8446, 31, 228, 'Ascurra', ''),
(8447, 31, 228, 'Balneário Camboriú', ''),
(8448, 31, 228, 'Barra do Sul', ''),
(8449, 31, 228, 'Barra Velha', ''),
(8450, 31, 228, 'Biguacu', ''),
(8451, 31, 228, 'Blumenau', ''),
(8452, 31, 228, 'Bom Jesus', ''),
(8453, 31, 228, 'Bombinhas', ''),
(8454, 31, 228, 'Botuvera', ''),
(8455, 31, 228, 'Braco do Norte', ''),
(8456, 31, 228, 'Brusque', ''),
(8457, 31, 228, 'Caçador', ''),
(8458, 31, 228, 'Campo Alegre', ''),
(8459, 31, 228, 'Canelinha', ''),
(8460, 31, 228, 'Canoinhas', ''),
(8461, 31, 228, 'Capinzal', ''),
(8462, 31, 228, 'Celso Ramos', ''),
(8463, 31, 228, 'Cocal', ''),
(8464, 31, 228, 'Concordia', ''),
(8465, 31, 228, 'Coronel Freitas', ''),
(8466, 31, 228, 'Corupa', ''),
(8467, 31, 228, 'Criciúma', ''),
(8468, 31, 228, 'Cunha Pora', ''),
(8469, 31, 228, 'Curitibanos', ''),
(8470, 31, 228, 'Descanso', ''),
(8471, 31, 228, 'Erval d\'Oeste', ''),
(8472, 31, 228, 'Florianópolis', ''),
(8473, 31, 228, 'Forquilhinha', ''),
(8474, 31, 228, 'Forquilhinhas', ''),
(8475, 31, 228, 'Fraiburgo', ''),
(8476, 31, 228, 'Garopaba', ''),
(8477, 31, 228, 'Garuva', ''),
(8478, 31, 228, 'Gaspar', ''),
(8479, 31, 228, 'Guabiruba', ''),
(8480, 31, 228, 'Guaraciaba', ''),
(8481, 31, 228, 'Guaramirim', ''),
(8482, 31, 228, 'Guatambu', ''),
(8483, 31, 228, 'Ibirama', ''),
(8484, 31, 228, 'Icara', ''),
(8485, 31, 228, 'Ilhota', ''),
(8486, 31, 228, 'Imarui', ''),
(8487, 31, 228, 'Imbituba', ''),
(8488, 31, 228, 'Indaial', ''),
(8489, 31, 228, 'Ipira', ''),
(8490, 31, 228, 'Ipora', ''),
(8491, 31, 228, 'Ipuacu', ''),
(8492, 31, 228, 'Iraceminha', ''),
(8493, 31, 228, 'Ita', ''),
(8494, 31, 228, 'Itaiopolis', ''),
(8495, 31, 228, 'Itajaí', ''),
(8496, 31, 228, 'Itapema', ''),
(8497, 31, 228, 'Itapiranga', ''),
(8498, 31, 228, 'Ituporanga', ''),
(8499, 31, 228, 'Jaguaruna', ''),
(8500, 31, 228, 'Jaraguá do Sul', ''),
(8501, 31, 228, 'Joaçaba', ''),
(8502, 31, 228, 'Joinville', ''),
(8503, 31, 228, 'Lages', ''),
(8504, 31, 228, 'Laguna', ''),
(8505, 31, 228, 'Lauro Muller', ''),
(8506, 31, 228, 'Lebon Regis', ''),
(8507, 31, 228, 'Lontras', ''),
(8508, 31, 228, 'Luiz Alves', ''),
(8509, 31, 228, 'Luzerna', ''),
(8510, 31, 228, 'Mafra', ''),
(8511, 31, 228, 'Major', ''),
(8512, 31, 228, 'Major Vieira', ''),
(8513, 31, 228, 'Maracaja', ''),
(8514, 31, 228, 'Maravilha', ''),
(8515, 31, 228, 'Marema', ''),
(8516, 31, 228, 'Mirim Doce', ''),
(8517, 31, 228, 'Mondai', ''),
(8518, 31, 228, 'Morro da Fumaca', ''),
(8519, 31, 228, 'Navegantes', ''),
(8520, 31, 228, 'Nova Trento', ''),
(8521, 31, 228, 'Nova Veneza', ''),
(8522, 31, 228, 'Orleans', ''),
(8523, 31, 228, 'Ouro', ''),
(8524, 31, 228, 'Palhoca', ''),
(8525, 31, 228, 'Palmitos', ''),
(8526, 31, 228, 'Papanduva', ''),
(8527, 31, 228, 'Pedras Grandes', ''),
(8528, 31, 228, 'Penha', ''),
(8529, 31, 228, 'Pinhalzinho', ''),
(8530, 31, 228, 'Piratuba', ''),
(8531, 31, 228, 'Pomerode', ''),
(8532, 31, 228, 'Ponte Serrada', ''),
(8533, 31, 228, 'Porto Belo', ''),
(8534, 31, 228, 'Porto Uniao', ''),
(8535, 31, 228, 'Pouso Redondo', ''),
(8536, 31, 228, 'Presidente Getulio', ''),
(8537, 31, 228, 'Quilombo', ''),
(8538, 31, 228, 'Rio do Sul', ''),
(8539, 31, 228, 'Rio Fortuna', ''),
(8540, 31, 228, 'Rio Negrinho', ''),
(8541, 31, 228, 'Rodeio', ''),
(8542, 31, 228, 'Santa Cecilia', ''),
(8543, 31, 228, 'Santa Rosa', ''),
(8544, 31, 228, 'Santo Amaro da Imperatriz', ''),
(8545, 31, 228, 'São Bento do Sul', ''),
(8546, 31, 228, 'Sao Bonifacio', ''),
(8547, 31, 228, 'Sao Carlos', ''),
(8548, 31, 228, 'Sao Domingos', ''),
(8549, 31, 228, 'Sao Francisco do Sul', ''),
(8550, 31, 228, 'Sao Joao Batista', ''),
(8551, 31, 228, 'Sao Joaquim', ''),
(8552, 31, 228, 'Sao Jose', ''),
(8553, 31, 228, 'Sao Lourenco dOeste', ''),
(8554, 31, 228, 'São Miguel do Oeste', ''),
(8555, 31, 228, 'Schroeder', ''),
(8556, 31, 228, 'Seara', ''),
(8557, 31, 228, 'Sideropolis', ''),
(8558, 31, 228, 'Sombrio', ''),
(8559, 31, 228, 'Taio', ''),
(8560, 31, 228, 'Tangara', ''),
(8561, 31, 228, 'Tijucas', ''),
(8562, 31, 228, 'Timbo', ''),
(8563, 31, 228, 'Tres Barras', ''),
(8564, 31, 228, 'Treze de Maio', ''),
(8565, 31, 228, 'Tubarao', ''),
(8566, 31, 228, 'Turvo', ''),
(8567, 31, 228, 'Urussanga', ''),
(8568, 31, 228, 'Videira', ''),
(8569, 31, 228, 'Xanxere', ''),
(8570, 31, 229, 'Adamantina', ''),
(8571, 31, 229, 'Aguai', ''),
(8572, 31, 229, 'Aguas de Lindoia', ''),
(8573, 31, 229, 'Aguas de Sao Pedro', ''),
(8574, 31, 229, 'Agudos', ''),
(8575, 31, 229, 'Alambari', ''),
(8576, 31, 229, 'Aldeia', ''),
(8577, 31, 229, 'Alfredo Marcondes', ''),
(8578, 31, 229, 'Aluminio', ''),
(8579, 31, 229, 'Americana', ''),
(8580, 31, 229, 'Americo Brasiliense', ''),
(8581, 31, 229, 'Amparo', ''),
(8582, 31, 229, 'Andradina', ''),
(8583, 31, 229, 'Aparecida', ''),
(8584, 31, 229, 'Apiai', ''),
(8585, 31, 229, 'Aracariguama', ''),
(8586, 31, 229, 'Aracatuba', ''),
(8587, 31, 229, 'Aracoiaba da Serra', ''),
(8588, 31, 229, 'Aramina', ''),
(8589, 31, 229, 'Araraquara', ''),
(8590, 31, 229, 'Araras', ''),
(8591, 31, 229, 'Areiopolis', ''),
(8592, 31, 229, 'Artur Nogueira', ''),
(8593, 31, 229, 'Arujá', ''),
(8594, 31, 229, 'Assis', ''),
(8595, 31, 229, 'Atibaia', ''),
(8596, 31, 229, 'Avare', ''),
(8597, 31, 229, 'Bady Bassitt', ''),
(8598, 31, 229, 'Bariri', ''),
(8599, 31, 229, 'Barra Bonita', ''),
(8600, 31, 229, 'Barra do Turvo', ''),
(8601, 31, 229, 'Barretos', ''),
(8602, 31, 229, 'Barueri', ''),
(8603, 31, 229, 'Bastos', ''),
(8604, 31, 229, 'Batatais', ''),
(8605, 31, 229, 'Bauru', ''),
(8606, 31, 229, 'Bebedouro', ''),
(8607, 31, 229, 'Bernardino de Campos', ''),
(8608, 31, 229, 'Bertioga', ''),
(8609, 31, 229, 'Bilac', ''),
(8610, 31, 229, 'Birigui', ''),
(8611, 31, 229, 'Biritiba Mirim', ''),
(8612, 31, 229, 'Boituva', ''),
(8613, 31, 229, 'Bom Jesus dos Perdoes', ''),
(8614, 31, 229, 'Boraceia', ''),
(8615, 31, 229, 'Borebi', ''),
(8616, 31, 229, 'Botafogo', ''),
(8617, 31, 229, 'Botucatu', ''),
(8618, 31, 229, 'Braganca Paulista', ''),
(8619, 31, 229, 'Brasil', ''),
(8620, 31, 229, 'Brodosqui', ''),
(8621, 31, 229, 'Brotas', ''),
(8622, 31, 229, 'Buri', ''),
(8623, 31, 229, 'Buritama', ''),
(8624, 31, 229, 'Cabreuva', ''),
(8625, 31, 229, 'Cacapava', ''),
(8626, 31, 229, 'Cachoeira Paulista', ''),
(8627, 31, 229, 'Cafelandia', ''),
(8628, 31, 229, 'Caieiras', ''),
(8629, 31, 229, 'Cajamar', ''),
(8630, 31, 229, 'Cajati', ''),
(8631, 31, 229, 'Cajobi', ''),
(8632, 31, 229, 'Cajuru', ''),
(8633, 31, 229, 'Campinas', ''),
(8634, 31, 229, 'Campo', ''),
(8635, 31, 229, 'Campos do Jordao', ''),
(8636, 31, 229, 'Capao Bonito', ''),
(8637, 31, 229, 'Capela do Alto', ''),
(8638, 31, 229, 'Capivari', ''),
(8639, 31, 229, 'Caraguatatuba', ''),
(8640, 31, 229, 'Carapicuiba', ''),
(8641, 31, 229, 'Castilho', ''),
(8642, 31, 229, 'Catanduva', ''),
(8643, 31, 229, 'Catigua', ''),
(8644, 31, 229, 'Cedral', ''),
(8645, 31, 229, 'Cerqueira Cesar', ''),
(8646, 31, 229, 'Cerquilho', ''),
(8647, 31, 229, 'Cesario Lange', ''),
(8648, 31, 229, 'Charqueada', ''),
(8649, 31, 229, 'Chavantes', ''),
(8650, 31, 229, 'Clementina', ''),
(8651, 31, 229, 'Colina', ''),
(8652, 31, 229, 'Conchas', ''),
(8653, 31, 229, 'Cordeiropolis', ''),
(8654, 31, 229, 'Cosmopolis', ''),
(8655, 31, 229, 'Cotia', ''),
(8656, 31, 229, 'Cravinhos', ''),
(8657, 31, 229, 'Cruz das Posses', ''),
(8658, 31, 229, 'Cruzeiro', ''),
(8659, 31, 229, 'Cubatao', ''),
(8660, 31, 229, 'Cunha', ''),
(8661, 31, 229, 'Descalvado', ''),
(8662, 31, 229, 'Diadema', ''),
(8663, 31, 229, 'Dobrada', ''),
(8664, 31, 229, 'Dois Corregos', ''),
(8665, 31, 229, 'Dourado', ''),
(8666, 31, 229, 'Dracena', ''),
(8667, 31, 229, 'Duartina', ''),
(8668, 31, 229, 'Eldorado', ''),
(8669, 31, 229, 'Elias Fausto', ''),
(8670, 31, 229, 'Embu', ''),
(8671, 31, 229, 'Embu Guacu', ''),
(8672, 31, 229, 'Eneida', ''),
(8673, 31, 229, 'Engenheiro Schmidt', ''),
(8674, 31, 229, 'Espirito Santo do Pinhal', ''),
(8675, 31, 229, 'Estiva', ''),
(8676, 31, 229, 'Estrela do Norte', ''),
(8677, 31, 229, 'Fernandopolis', ''),
(8678, 31, 229, 'Ferraz de Vasconcelos', ''),
(8679, 31, 229, 'Franca', ''),
(8680, 31, 229, 'Francisco Morato', ''),
(8681, 31, 229, 'Franco da Rocha', ''),
(8682, 31, 229, 'Galia', ''),
(8683, 31, 229, 'Garca', ''),
(8684, 31, 229, 'Gaviao Peixoto', ''),
(8685, 31, 229, 'Guaianases', ''),
(8686, 31, 229, 'Guaira', ''),
(8687, 31, 229, 'Guapiacu', ''),
(8688, 31, 229, 'Guara', ''),
(8689, 31, 229, 'Guararapes', ''),
(8690, 31, 229, 'Guararema', ''),
(8691, 31, 229, 'Guaratingueta', ''),
(8692, 31, 229, 'Guariba', ''),
(8693, 31, 229, 'Guaruja', ''),
(8694, 31, 229, 'Guarulhos', ''),
(8695, 31, 229, 'Guatapara', ''),
(8696, 31, 229, 'Herculandia', ''),
(8697, 31, 229, 'Hortolândia', ''),
(8698, 31, 229, 'Ibate', ''),
(8699, 31, 229, 'Ibira', ''),
(8700, 31, 229, 'Ibitinga', ''),
(8701, 31, 229, 'Ibiuna', ''),
(8702, 31, 229, 'Igaracu do Tiete', ''),
(8703, 31, 229, 'Igarapava', ''),
(8704, 31, 229, 'Iguape', ''),
(8705, 31, 229, 'Ilha', ''),
(8706, 31, 229, 'Ilha Solteira', ''),
(8707, 31, 229, 'Ilhabela', ''),
(8708, 31, 229, 'Indaiatuba', ''),
(8709, 31, 229, 'Indiana', ''),
(8710, 31, 229, 'Ipaucu', ''),
(8711, 31, 229, 'Ipero', ''),
(8712, 31, 229, 'Ipeuna', ''),
(8713, 31, 229, 'Ipua', ''),
(8714, 31, 229, 'Iracemapolis', ''),
(8715, 31, 229, 'Itanhaem', ''),
(8716, 31, 229, 'Itapecerica da Serra', ''),
(8717, 31, 229, 'Itapetininga', ''),
(8718, 31, 229, 'Itapeva', ''),
(8719, 31, 229, 'Itapevi', ''),
(8720, 31, 229, 'Itapira', ''),
(8721, 31, 229, 'Itapolis', ''),
(8722, 31, 229, 'Itaporanga', ''),
(8723, 31, 229, 'Itapui', ''),
(8724, 31, 229, 'Itaquaquecetuba', ''),
(8725, 31, 229, 'Itarare', ''),
(8726, 31, 229, 'Itatiba', ''),
(8727, 31, 229, 'Itatinga', ''),
(8728, 31, 229, 'Itirapina', ''),
(8729, 31, 229, 'Itu', ''),
(8730, 31, 229, 'Ituverava', ''),
(8731, 31, 229, 'Jaboticabal', ''),
(8732, 31, 229, 'Jacareí', ''),
(8733, 31, 229, 'Jaguari', ''),
(8734, 31, 229, 'Jaguariuna', ''),
(8735, 31, 229, 'Jales', ''),
(8736, 31, 229, 'Jambeiro', ''),
(8737, 31, 229, 'Jandira', ''),
(8738, 31, 229, 'Jardinopolis', ''),
(8739, 31, 229, 'Jarinu', ''),
(8740, 31, 229, 'Jaú', ''),
(8741, 31, 229, 'Joanopolis', ''),
(8742, 31, 229, 'Jose Bonifacio', ''),
(8743, 31, 229, 'Jundiaí', ''),
(8744, 31, 229, 'Junqueiropolis', ''),
(8745, 31, 229, 'Juquitiba', ''),
(8746, 31, 229, 'Laranjal Paulista', ''),
(8747, 31, 229, 'Lavrinhas', ''),
(8748, 31, 229, 'Leme', ''),
(8749, 31, 229, 'Lencois Paulista', ''),
(8750, 31, 229, 'Limeira', ''),
(8751, 31, 229, 'Lindoia', ''),
(8752, 31, 229, 'Lins', ''),
(8753, 31, 229, 'Lorena', ''),
(8754, 31, 229, 'Louveira', ''),
(8755, 31, 229, 'Lucelia', ''),
(8756, 31, 229, 'Luis Antonio', ''),
(8757, 31, 229, 'Macatuba', ''),
(8758, 31, 229, 'Macaubal', ''),
(8759, 31, 229, 'Macedonia', ''),
(8760, 31, 229, 'Mairinque', ''),
(8761, 31, 229, 'Mairiporã', ''),
(8762, 31, 229, 'Marília', ''),
(8763, 31, 229, 'Martinopolis', ''),
(8764, 31, 229, 'Matao', ''),
(8765, 31, 229, 'Maua', ''),
(8766, 31, 229, 'Mineiros do Tiete', ''),
(8767, 31, 229, 'Miracatu', ''),
(8768, 31, 229, 'Mirandopolis', ''),
(8769, 31, 229, 'Mirassol', ''),
(8770, 31, 229, 'Mococa', ''),
(8771, 31, 229, 'Mogi das Cruzes', ''),
(8772, 31, 229, 'Mogi Mirim', ''),
(8773, 31, 229, 'Mogi-Gaucu', ''),
(8774, 31, 229, 'Moncoes', ''),
(8775, 31, 229, 'Mongagua', ''),
(8776, 31, 229, 'Monte Alegre do Sul', ''),
(8777, 31, 229, 'Monte Alto', ''),
(8778, 31, 229, 'Monte Aprazivel', ''),
(8779, 31, 229, 'Monte Azul Paulista', ''),
(8780, 31, 229, 'Monte Mor', ''),
(8781, 31, 229, 'Morro Agudo', ''),
(8782, 31, 229, 'Morungaba', ''),
(8783, 31, 229, 'Motuca', ''),
(8784, 31, 229, 'Narandiba', ''),
(8785, 31, 229, 'Nazare Paulista', ''),
(8786, 31, 229, 'Nova Alianca', ''),
(8787, 31, 229, 'Nova Granada', ''),
(8788, 31, 229, 'Nova Odessa', ''),
(8789, 31, 229, 'Novo Horizonte', ''),
(8790, 31, 229, 'Nuporanga', ''),
(8791, 31, 229, 'Olimpia', ''),
(8792, 31, 229, 'Oriente', ''),
(8793, 31, 229, 'Orlandia', ''),
(8794, 31, 229, 'Osasco', ''),
(8795, 31, 229, 'Osvaldo Cruz', ''),
(8796, 31, 229, 'Ourinhos', ''),
(8797, 31, 229, 'Pacaembu', ''),
(8798, 31, 229, 'Palestina', ''),
(8799, 31, 229, 'Palmeira d\'Oeste', ''),
(8800, 31, 229, 'Palmital', ''),
(8801, 31, 229, 'Paraguacu Paulista', ''),
(8802, 31, 229, 'Paraibuna', ''),
(8803, 31, 229, 'Paranapanema', ''),
(8804, 31, 229, 'Paranapua', ''),
(8805, 31, 229, 'Parapua', ''),
(8806, 31, 229, 'Patrocinio Paulista', ''),
(8807, 31, 229, 'Pauliceia', ''),
(8808, 31, 229, 'Paulinia', ''),
(8809, 31, 229, 'Pederneiras', ''),
(8810, 31, 229, 'Pedreira', ''),
(8811, 31, 229, 'Penapolis', ''),
(8812, 31, 229, 'Pereira Barreto', ''),
(8813, 31, 229, 'Peruibe', ''),
(8814, 31, 229, 'Piedade', ''),
(8815, 31, 229, 'Pilar do Sul', ''),
(8816, 31, 229, 'Pindamonhangaba', ''),
(8817, 31, 229, 'Pindorama', ''),
(8818, 31, 229, 'Piracaia', ''),
(8819, 31, 229, 'Piracicaba', ''),
(8820, 31, 229, 'Pirajui', ''),
(8821, 31, 229, 'Pirangi', ''),
(8822, 31, 229, 'Pirapora do Bom Jesus', ''),
(8823, 31, 229, 'Pirapozinho', ''),
(8824, 31, 229, 'Pirassununga', ''),
(8825, 31, 229, 'Piratininga', ''),
(8826, 31, 229, 'Pitangueiras', ''),
(8827, 31, 229, 'Planalto', ''),
(8828, 31, 229, 'Poa', ''),
(8829, 31, 229, 'Pompeia', ''),
(8830, 31, 229, 'Pongai', ''),
(8831, 31, 229, 'Pontal', ''),
(8832, 31, 229, 'Populina', ''),
(8833, 31, 229, 'Porto Feliz', ''),
(8834, 31, 229, 'Porto Ferreira', ''),
(8835, 31, 229, 'Potim', ''),
(8836, 31, 229, 'Potirendaba', ''),
(8837, 31, 229, 'Pradopolis', ''),
(8838, 31, 229, 'Praia Grande', ''),
(8839, 31, 229, 'Presidente Epitacio', ''),
(8840, 31, 229, 'Presidente Prudente', ''),
(8841, 31, 229, 'Presidente Venceslau', ''),
(8842, 31, 229, 'Promissao', ''),
(8843, 31, 229, 'Rafard', ''),
(8844, 31, 229, 'Rancharia', ''),
(8845, 31, 229, 'Registro', ''),
(8846, 31, 229, 'Ribeira', ''),
(8847, 31, 229, 'Ribeirao', ''),
(8848, 31, 229, 'Ribeirao Bonito', ''),
(8849, 31, 229, 'Ribeirao dos Indios', ''),
(8850, 31, 229, 'Ribeirao Pires', ''),
(8851, 31, 229, 'Ribeirão Preto', ''),
(8852, 31, 229, 'Rio Claro', ''),
(8853, 31, 229, 'Rio das Pedras', ''),
(8854, 31, 229, 'Rio Grande da Serra', ''),
(8855, 31, 229, 'Rio Verde', ''),
(8856, 31, 229, 'Rodrigues', ''),
(8857, 31, 229, 'Rosalia', ''),
(8858, 31, 229, 'Rosario', ''),
(8859, 31, 229, 'Roseira', ''),
(8860, 31, 229, 'Sales', ''),
(8861, 31, 229, 'Sales Oliveira', ''),
(8862, 31, 229, 'Salto', ''),
(8863, 31, 229, 'Salto de Pirapora', ''),
(8864, 31, 229, 'Samambaia', ''),
(8865, 31, 229, 'Santa Adelia', ''),
(8866, 31, 229, 'Santa Albertina', ''),
(8867, 31, 229, 'Santa Barbara d\'Oeste', ''),
(8868, 31, 229, 'Santa Branca', ''),
(8869, 31, 229, 'Santa Cruz das Palmeiras', ''),
(8870, 31, 229, 'Santa Cruz do Rio Pardo', ''),
(8871, 31, 229, 'Santa Gertrudes', ''),
(8872, 31, 229, 'Santa Isabel', ''),
(8873, 31, 229, 'Santa Lucia', ''),
(8874, 31, 229, 'Santa Rita do Passa Quatro', ''),
(8875, 31, 229, 'Santa Rosa de Viterbo', ''),
(8876, 31, 229, 'Santana de Parnaiba', ''),
(8877, 31, 229, 'Santo Anastacio', ''),
(8878, 31, 229, 'Santo André', ''),
(8879, 31, 229, 'Santo Antonio da Alegria', ''),
(8880, 31, 229, 'Santo Antonio de Posse', ''),
(8881, 31, 229, 'Santo Antonio do Pinhal', ''),
(8882, 31, 229, 'Santos', ''),
(8883, 31, 229, 'São Bernardo do Campo', ''),
(8884, 31, 229, 'São Caetano do Sul', ''),
(8885, 31, 229, 'São Carlos', ''),
(8886, 31, 229, 'Sao Francisco Xavier', ''),
(8887, 31, 229, 'Sao Joao da Boa Vista', ''),
(8888, 31, 229, 'Sao Joaquim da Barra', ''),
(8889, 31, 229, 'Sao Jose', ''),
(8890, 31, 229, 'Sao Jose do Rio Pardo', ''),
(8891, 31, 229, 'Sao Jose do Rio Preto', ''),
(8892, 31, 229, 'São José dos Campos', ''),
(8893, 31, 229, 'Sao Lourenco da Serra', ''),
(8894, 31, 229, 'Sao Manuel', ''),
(8895, 31, 229, 'Sao Miguel Arcanjo', ''),
(8896, 31, 229, 'Sao Miguel Paulista', ''),
(8897, 31, 229, 'São Paulo', ''),
(8898, 31, 229, 'Sao Pedro', ''),
(8899, 31, 229, 'Sao Pedro do Turvo', ''),
(8900, 31, 229, 'Sao Roque', ''),
(8901, 31, 229, 'Sao Sebastiao', ''),
(8902, 31, 229, 'Sao Simao', ''),
(8903, 31, 229, 'Sao Vicente', ''),
(8904, 31, 229, 'Serra', ''),
(8905, 31, 229, 'Serra Azul', ''),
(8906, 31, 229, 'Serra Negra', ''),
(8907, 31, 229, 'Serrana', ''),
(8908, 31, 229, 'Sertaozinho', ''),
(8909, 31, 229, 'Socorro', ''),
(8910, 31, 229, 'Solemar', ''),
(8911, 31, 229, 'Sorocaba', ''),
(8912, 31, 229, 'Sumare', ''),
(8913, 31, 229, 'Suzano', ''),
(8914, 31, 229, 'Tabapua', ''),
(8915, 31, 229, 'Tabatinga', ''),
(8916, 31, 229, 'Taboao da Serra', ''),
(8917, 31, 229, 'Taciba', ''),
(8918, 31, 229, 'Taiacu', ''),
(8919, 31, 229, 'Taiuva', ''),
(8920, 31, 229, 'Tambau', ''),
(8921, 31, 229, 'Tanabi', ''),
(8922, 31, 229, 'Tapirai', ''),
(8923, 31, 229, 'Tapiratiba', ''),
(8924, 31, 229, 'Taquaritinga', ''),
(8925, 31, 229, 'Tatuape', ''),
(8926, 31, 229, 'Tatuí', ''),
(8927, 31, 229, 'Taubate', ''),
(8928, 31, 229, 'Tiete', ''),
(8929, 31, 229, 'Torrinha', ''),
(8930, 31, 229, 'Tremembe', ''),
(8931, 31, 229, 'Tres Fronteiras', ''),
(8932, 31, 229, 'Tuiuti', ''),
(8933, 31, 229, 'Tupa', ''),
(8934, 31, 229, 'Tupi Paulista', ''),
(8935, 31, 229, 'Ubarana', ''),
(8936, 31, 229, 'Ubatuba', ''),
(8937, 31, 229, 'Ubirajara', ''),
(8938, 31, 229, 'Uchoa', ''),
(8939, 31, 229, 'Urupes', ''),
(8940, 31, 229, 'Valentim Gentil', ''),
(8941, 31, 229, 'Valinhos', ''),
(8942, 31, 229, 'Vargem Grande do Sul', ''),
(8943, 31, 229, 'Vargem Grande Paulista', ''),
(8944, 31, 229, 'Varzea Paulista', ''),
(8945, 31, 229, 'Vicente de Carvalho', ''),
(8946, 31, 229, 'Vinhedo', ''),
(8947, 31, 229, 'Viradouro', ''),
(8948, 31, 229, 'Votorantim', ''),
(8949, 31, 229, 'Votuporanga', ''),
(8950, 31, 230, 'Aracaju', ''),
(8951, 31, 230, 'Araua', ''),
(8952, 31, 230, 'Barra dos Coqueiros', ''),
(8953, 31, 230, 'Boquim', ''),
(8954, 31, 230, 'Campo do Brito', ''),
(8955, 31, 230, 'Caninde de Sao Francisco', ''),
(8956, 31, 230, 'Carmopolis', ''),
(8957, 31, 230, 'Cristinapolis', ''),
(8958, 31, 230, 'Estancia', ''),
(8959, 31, 230, 'Frei Paulo', ''),
(8960, 31, 230, 'Itabaiana', ''),
(8961, 31, 230, 'Itabaianinha', ''),
(8962, 31, 230, 'Lagarto', ''),
(8963, 31, 230, 'Laranjeiras', ''),
(8964, 31, 230, 'Nossa Senhora da Gloria', ''),
(8965, 31, 230, 'Nossa Senhora das Dores', ''),
(8966, 31, 230, 'Nossa Senhora do Socorro', ''),
(8967, 31, 230, 'Pacatuba', ''),
(8968, 31, 230, 'Pedra Mole', ''),
(8969, 31, 230, 'Poco Redondo', ''),
(8970, 31, 230, 'Poco Verde', ''),
(8971, 31, 230, 'Porto da Folha', ''),
(8972, 31, 230, 'Ribeiropolis', ''),
(8973, 31, 230, 'Sao Cristovao', ''),
(8974, 31, 230, 'Sao Domingos', ''),
(8975, 31, 230, 'Simao Dias', ''),
(8976, 31, 230, 'Tobias Barreto', ''),
(8977, 31, 230, 'Tomar do Geru', ''),
(8978, 31, 230, 'Umbauba', ''),
(8979, 31, 231, 'Aguiarnopolis', ''),
(8980, 31, 231, 'Alvorada', ''),
(8981, 31, 231, 'Araguaína', ''),
(8982, 31, 231, 'Araguatins', ''),
(8983, 31, 231, 'Augustinopolis', ''),
(8984, 31, 231, 'Dianópolis', ''),
(8985, 31, 231, 'Gurupi', ''),
(8986, 31, 231, 'Itaguatins', ''),
(8987, 31, 231, 'Miracema do Tocantins', ''),
(8988, 31, 231, 'Monte do Carmo', ''),
(8989, 31, 231, 'Palmas', ''),
(8990, 31, 231, 'Paraiso do Tocantins', ''),
(8991, 31, 231, 'Parana', ''),
(8992, 31, 231, 'Porto Nacional', ''),
(8993, 31, 231, 'Presidente Kennedy', ''),
(8994, 31, 231, 'Santo Antonio', ''),
(8995, 31, 231, 'Sao Paulo', ''),
(8996, 31, 231, 'Taguatinga', ''),
(8997, 31, 231, 'Tocantinia', ''),
(8998, 31, 231, 'Xambioa', ''),
(8999, 34, 232, 'Kuala Belait', ''),
(9000, 34, 232, 'Seria', ''),
(9001, 34, 233, 'Bandar Seri Begawan', ''),
(9002, 34, 233, 'Kampong Jerudong', ''),
(9003, 34, 234, 'Bangar', ''),
(9004, 34, 235, 'Kampong Kuala Tutong', ''),
(9005, 34, 235, 'Tutong', ''),
(9006, 35, 236, 'Bansko', ''),
(9007, 35, 236, 'Bistritsa', ''),
(9008, 35, 236, 'Blagoevgrad', ''),
(9009, 35, 236, 'Dubnitsa', ''),
(9010, 35, 236, 'Gorno Draglishte', ''),
(9011, 35, 236, 'Gotse Delchev', ''),
(9012, 35, 236, 'Kochan', ''),
(9013, 35, 236, 'Kresna', ''),
(9014, 35, 236, 'Marikostinovo', ''),
(9015, 35, 236, 'Mesta', ''),
(9016, 35, 236, 'Petrich', ''),
(9017, 35, 236, 'Razlog', ''),
(9018, 35, 236, 'Sandanski', ''),
(9019, 35, 236, 'Simitli', ''),
(9020, 35, 236, 'Strumyani', ''),
(9021, 35, 236, 'Yakoruda', ''),
(9022, 35, 236, 'Yavornitsa', ''),
(9023, 35, 237, 'Akhtopol', ''),
(9024, 35, 237, 'Aytos', ''),
(9025, 35, 237, 'Bulgarovo', ''),
(9026, 35, 237, 'Burgas', ''),
(9027, 35, 237, 'Chernomorets', ''),
(9028, 35, 237, 'Karnobat', ''),
(9029, 35, 237, 'Nesebar', ''),
(9030, 35, 237, 'Obzor', ''),
(9031, 35, 237, 'Pomorie', ''),
(9032, 35, 237, 'Ruen', ''),
(9033, 35, 237, 'Sozopol', ''),
(9034, 35, 237, 'Sungurlare', ''),
(9035, 35, 237, 'Veliko', ''),
(9036, 35, 238, 'Dryanovo', ''),
(9037, 35, 238, 'Gabrovo', ''),
(9038, 35, 238, 'Sevlievo', ''),
(9039, 35, 239, 'Borima', ''),
(9040, 35, 239, 'Kirchevo', ''),
(9041, 35, 239, 'Letnitsa', ''),
(9042, 35, 239, 'Lovech', ''),
(9043, 35, 239, 'Lukovit', ''),
(9044, 35, 239, 'Oreshak', ''),
(9045, 35, 239, 'Teteven', ''),
(9046, 35, 239, 'Troyan', ''),
(9047, 35, 240, 'Baltchik', ''),
(9048, 35, 240, 'Dobrich', ''),
(9049, 35, 240, 'General-Toshevo', ''),
(9050, 35, 240, 'Kavarna', ''),
(9051, 35, 240, 'Prespa', ''),
(9052, 35, 240, 'Shabla', ''),
(9053, 35, 240, 'Tervel', ''),
(9054, 35, 241, 'Dimitrovgrad', ''),
(9055, 35, 241, 'Haskovo', ''),
(9056, 35, 241, 'Ivaylovgrad', ''),
(9057, 35, 241, 'Kharmanli', ''),
(9058, 35, 241, 'Mladinovo', ''),
(9059, 35, 241, 'Rodopi', ''),
(9060, 35, 241, 'Simeonovgrad', ''),
(9061, 35, 241, 'Srem', ''),
(9062, 35, 241, 'Svilengrad', ''),
(9063, 35, 242, 'Dzhebel', ''),
(9064, 35, 242, 'Kardzhali', ''),
(9065, 35, 242, 'Kirkovo', ''),
(9066, 35, 242, 'Krumovgrad', ''),
(9067, 35, 242, 'Momchilgrad', ''),
(9068, 35, 242, 'Shumnatitsa', ''),
(9069, 35, 243, 'Boboshevo', ''),
(9070, 35, 243, 'Bobovdol', ''),
(9071, 35, 243, 'Dupnitsa', ''),
(9072, 35, 243, 'Kocherinovo', ''),
(9073, 35, 243, 'Kyustendil', ''),
(9074, 35, 243, 'Rila', ''),
(9075, 35, 244, 'Berkovitsa', ''),
(9076, 35, 244, 'Chiprovtsi', ''),
(9077, 35, 244, 'Gaganitsa', ''),
(9078, 35, 244, 'Lom', ''),
(9079, 35, 244, 'Montana', ''),
(9080, 35, 244, 'Vurshets', ''),
(9081, 35, 245, 'Belene', ''),
(9082, 35, 245, 'Dolni Dubnik', ''),
(9083, 35, 245, 'Levski', ''),
(9084, 35, 245, 'Nikopol', ''),
(9085, 35, 245, 'Pleven', ''),
(9086, 35, 245, 'Trustenik', ''),
(9087, 35, 246, 'Isperikh', ''),
(9088, 35, 246, 'Kubrat', ''),
(9089, 35, 246, 'Razgrad', ''),
(9090, 35, 246, 'Targoviste', ''),
(9091, 35, 246, 'Zavet', ''),
(9092, 35, 247, 'Borovo', ''),
(9093, 35, 247, 'Byala', ''),
(9094, 35, 247, 'Krasen', ''),
(9095, 35, 247, 'Rousse', ''),
(9096, 35, 247, 'Slivo Pole', ''),
(9097, 35, 248, 'Kaspichan', ''),
(9098, 35, 248, 'Novi Pazar', ''),
(9099, 35, 248, 'Shumen', ''),
(9100, 35, 248, 'Smyadovo', ''),
(9101, 35, 249, 'Alfatar', ''),
(9102, 35, 249, 'Dulovo', ''),
(9103, 35, 249, 'Kolarovo', ''),
(9104, 35, 249, 'Silistra', ''),
(9105, 35, 249, 'Tutrakan', ''),
(9106, 35, 250, 'Nova Zagora', ''),
(9107, 35, 250, 'Shivachevo', ''),
(9108, 35, 250, 'Sliven', ''),
(9109, 35, 251, 'Chepelare', ''),
(9110, 35, 251, 'Devin', ''),
(9111, 35, 251, 'Dospat', ''),
(9112, 35, 251, 'Madan', ''),
(9113, 35, 251, 'Petkovo', ''),
(9114, 35, 251, 'Rudozem', ''),
(9115, 35, 251, 'Smolyan', ''),
(9116, 35, 251, 'Zlatograd', ''),
(9117, 35, 252, 'Chirpan', ''),
(9118, 35, 252, 'Gulubovo', ''),
(9119, 35, 252, 'Gurkovo', ''),
(9120, 35, 252, 'Kazanlak', ''),
(9121, 35, 252, 'Milevo', ''),
(9122, 35, 252, 'Orizovo', ''),
(9123, 35, 252, 'Oryakhovitsa', ''),
(9124, 35, 252, 'Pavel Banya', ''),
(9125, 35, 252, 'Radnevo', ''),
(9126, 35, 252, 'Stara Zagora', ''),
(9127, 35, 253, 'Antonovo', ''),
(9128, 35, 253, 'Omurtag', ''),
(9129, 35, 253, 'Opaka', ''),
(9130, 35, 253, 'Popovo', ''),
(9131, 35, 253, 'Targovishte', ''),
(9132, 35, 254, 'Byala Cherkva', ''),
(9133, 35, 254, 'Elena', ''),
(9134, 35, 254, 'Gorna Oryakhovitsa', ''),
(9135, 35, 254, 'Kozarevets', ''),
(9136, 35, 254, 'Lyaskovets', ''),
(9137, 35, 254, 'Pavlikeni', ''),
(9138, 35, 254, 'Pchelishte', ''),
(9139, 35, 254, 'Polski Trumbesh', ''),
(9140, 35, 254, 'Resen', ''),
(9141, 35, 254, 'Samovodene', ''),
(9142, 35, 254, 'Strazhitsa', ''),
(9143, 35, 254, 'Svishtov', ''),
(9144, 35, 254, 'Veliko Tarnovo', ''),
(9145, 35, 255, 'Belogradchik', ''),
(9146, 35, 255, 'Vidin', ''),
(9147, 35, 256, 'Kozloduy', ''),
(9148, 35, 256, 'Krivodol', ''),
(9149, 35, 256, 'Mezdra', ''),
(9150, 35, 256, 'Roman', ''),
(9151, 35, 256, 'Vratsa', ''),
(9152, 35, 257, 'Elkhovo', ''),
(9153, 35, 257, 'Tenevo', ''),
(9154, 35, 257, 'Yambol', ''),
(9155, 35, 258, 'Panagyurishte', ''),
(9156, 35, 258, 'Pazardzhik', ''),
(9157, 35, 258, 'Peshtera', ''),
(9158, 35, 258, 'Septemvri', ''),
(9159, 35, 258, 'Strelcha', ''),
(9160, 35, 258, 'Surnitsa', ''),
(9161, 35, 258, 'Velingrad', ''),
(9162, 35, 259, 'Breznik', ''),
(9163, 35, 259, 'Pernik', ''),
(9164, 35, 259, 'Radomir', ''),
(9165, 35, 259, 'Zemen', ''),
(9166, 35, 260, 'Asenovgrad', ''),
(9167, 35, 260, 'Brestovitsa', ''),
(9168, 35, 260, 'Brezovo', ''),
(9169, 35, 260, 'Choba', ''),
(9170, 35, 260, 'Karlovo', ''),
(9171, 35, 260, 'Khisarya', ''),
(9172, 35, 260, 'Krichim', ''),
(9173, 35, 260, 'Markovo', ''),
(9174, 35, 260, 'Plovdiv', ''),
(9175, 35, 260, 'Rakovski', ''),
(9176, 35, 260, 'Rogosh', ''),
(9177, 35, 260, 'Sopot', ''),
(9178, 35, 260, 'Stamboliyski', ''),
(9179, 35, 260, 'Suedinenie', ''),
(9180, 35, 260, 'Ustina', ''),
(9181, 35, 260, 'Zlatitrap', ''),
(9182, 35, 261, 'Bankya', ''),
(9183, 35, 261, 'Gorni Bogrov', ''),
(9184, 35, 261, 'Moderno Predgradie', ''),
(9185, 35, 261, 'Sofia', ''),
(9186, 35, 262, 'Anton', ''),
(9187, 35, 262, 'Botevgrad', ''),
(9188, 35, 262, 'Bozhurishte', ''),
(9189, 35, 262, 'Dolna Banya', ''),
(9190, 35, 262, 'Elin Pelin', ''),
(9191, 35, 262, 'Etropole', ''),
(9192, 35, 262, 'Godech', ''),
(9193, 35, 262, 'Ikhtiman', ''),
(9194, 35, 262, 'Iskrets', ''),
(9195, 35, 262, 'Kostenets', ''),
(9196, 35, 262, 'Kostinbrod', ''),
(9197, 35, 262, 'Pirdop', ''),
(9198, 35, 262, 'Pravets', ''),
(9199, 35, 262, 'Ravno Pole', ''),
(9200, 35, 262, 'Samokov', ''),
(9201, 35, 262, 'Svoge', ''),
(9202, 35, 262, 'Vlado Trichkov', ''),
(9203, 35, 262, 'Zlatitsa', ''),
(9204, 35, 263, 'Aksakovo', ''),
(9205, 35, 263, 'Beloslav', ''),
(9206, 35, 263, 'Devnya', ''),
(9207, 35, 263, 'Dolen Bliznak', ''),
(9208, 35, 263, 'Dolni Chiflik', ''),
(9209, 35, 263, 'Polyatsite', ''),
(9210, 35, 263, 'Provadiya', ''),
(9211, 35, 263, 'Tsonevo', ''),
(9212, 35, 263, 'Varna', ''),
(9213, 36, 264, 'Ouagadougou', ''),
(9214, 36, 265, 'Tenkodogo', ''),
(9215, 36, 266, 'Bobo-Dioulasso', ''),
(9216, 37, 267, 'Bujumbura', ''),
(9217, 37, 267, 'Rohero', ''),
(9218, 38, 268, 'Phumi Chhuk', ''),
(9219, 38, 269, 'Russey', ''),
(9220, 38, 270, 'Phumi Thnal', ''),
(9221, 38, 271, 'Phumi Vott Phnum', ''),
(9222, 38, 272, 'Boeung', ''),
(9223, 38, 272, 'Phumi Preah Haoh', ''),
(9224, 38, 273, 'Phumi Siem Reab', ''),
(9225, 38, 273, 'Phumi Thmei', ''),
(9226, 38, 274, 'Phnom Penh', ''),
(9227, 38, 274, 'Tuol Kok', ''),
(9228, 38, 275, 'Sihanoukville', ''),
(9229, 39, 276, 'Ngaoundéré', ''),
(9230, 39, 276, 'Tibati', ''),
(9231, 39, 277, 'Bafia', ''),
(9232, 39, 277, 'Okoa', ''),
(9233, 39, 277, 'Yaoundé', ''),
(9234, 39, 278, 'Douala', ''),
(9235, 39, 279, 'Ringo', ''),
(9236, 39, 280, 'Bamenda', ''),
(9237, 39, 281, 'Kribi', ''),
(9238, 39, 282, 'Buea', ''),
(9239, 39, 282, 'Kumba', ''),
(9240, 39, 283, 'Bafoussam', ''),
(9241, 40, 284, 'Acheson', 'AB'),
(9242, 40, 284, 'Acme', 'AB'),
(9243, 40, 284, 'Airdrie', 'AB'),
(9244, 40, 284, 'Alberta Beach', 'AB'),
(9245, 40, 284, 'Aldersyde', 'AB'),
(9246, 40, 284, 'Alix', 'AB'),
(9247, 40, 284, 'Andrew', 'AB'),
(9248, 40, 284, 'Ardmore', 'AB');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(9249, 40, 284, 'Ardrossan', 'AB'),
(9250, 40, 284, 'Athabasca', 'AB'),
(9251, 40, 284, 'Balzac', 'AB'),
(9252, 40, 284, 'Banff', 'AB'),
(9253, 40, 284, 'Barons', 'AB'),
(9254, 40, 284, 'Barrhead', 'AB'),
(9255, 40, 284, 'Bashaw', 'AB'),
(9256, 40, 284, 'Beaumont', 'AB'),
(9257, 40, 284, 'Beaverlodge', 'AB'),
(9258, 40, 284, 'Bellevue', 'AB'),
(9259, 40, 284, 'Bellis', 'AB'),
(9260, 40, 284, 'Bentley', 'AB'),
(9261, 40, 284, 'Big Valley', 'AB'),
(9262, 40, 284, 'Bittern Lake', 'AB'),
(9263, 40, 284, 'Black Diamond', 'AB'),
(9264, 40, 284, 'Blackfalds', 'AB'),
(9265, 40, 284, 'Blackie', 'AB'),
(9266, 40, 284, 'Blairmore', 'AB'),
(9267, 40, 284, 'Bon Accord', 'AB'),
(9268, 40, 284, 'Bonanza', 'AB'),
(9269, 40, 284, 'Bonnyville', 'AB'),
(9270, 40, 284, 'Botha', 'AB'),
(9271, 40, 284, 'Bow Island', 'AB'),
(9272, 40, 284, 'Bowden', 'AB'),
(9273, 40, 284, 'Boyle', 'AB'),
(9274, 40, 284, 'Bragg Creek', 'AB'),
(9275, 40, 284, 'Breton', 'AB'),
(9276, 40, 284, 'Brooks', 'AB'),
(9277, 40, 284, 'Bruderheim', 'AB'),
(9278, 40, 284, 'Busby', 'AB'),
(9279, 40, 284, 'Calgary', 'AB'),
(9280, 40, 284, 'Calmar', 'AB'),
(9281, 40, 284, 'Camrose', 'AB'),
(9282, 40, 284, 'Canmore', 'AB'),
(9283, 40, 284, 'Carbon', 'AB'),
(9284, 40, 284, 'Cardston', 'AB'),
(9285, 40, 284, 'Carnwood', 'AB'),
(9286, 40, 284, 'Caroline', 'AB'),
(9287, 40, 284, 'Carseland', 'AB'),
(9288, 40, 284, 'Carvel', 'AB'),
(9289, 40, 284, 'Caslan', 'AB'),
(9290, 40, 284, 'Cayley', 'AB'),
(9291, 40, 284, 'Champion', 'AB'),
(9292, 40, 284, 'Chauvin', 'AB'),
(9293, 40, 284, 'Chestermere', 'AB'),
(9294, 40, 284, 'Chipman', 'AB'),
(9295, 40, 284, 'Clairmont', 'AB'),
(9296, 40, 284, 'Claresholm', 'AB'),
(9297, 40, 284, 'Clive', 'AB'),
(9298, 40, 284, 'Coaldale', 'AB'),
(9299, 40, 284, 'Coalhurst', 'AB'),
(9300, 40, 284, 'Cochrane', 'AB'),
(9301, 40, 284, 'Cold Lake', 'AB'),
(9302, 40, 284, 'Coleman', 'AB'),
(9303, 40, 284, 'Condor', 'AB'),
(9304, 40, 284, 'Consort', 'AB'),
(9305, 40, 284, 'Coronation', 'AB'),
(9306, 40, 284, 'Coutts', 'AB'),
(9307, 40, 284, 'Cremona', 'AB'),
(9308, 40, 284, 'Crossfield', 'AB'),
(9309, 40, 284, 'Cypress County', 'AB'),
(9310, 40, 284, 'Czar', 'AB'),
(9311, 40, 284, 'Dapp', 'AB'),
(9312, 40, 284, 'Daysland', 'AB'),
(9313, 40, 284, 'De Winton', 'AB'),
(9314, 40, 284, 'DeBolt', 'AB'),
(9315, 40, 284, 'Delburne', 'AB'),
(9316, 40, 284, 'Delia', 'AB'),
(9317, 40, 284, 'Devon', 'AB'),
(9318, 40, 284, 'Didsbury', 'AB'),
(9319, 40, 284, 'Donnelly', 'AB'),
(9320, 40, 284, 'Dowling', 'AB'),
(9321, 40, 284, 'Drayton Valley', 'AB'),
(9322, 40, 284, 'Drumheller', 'AB'),
(9323, 40, 284, 'Duchess', 'AB'),
(9324, 40, 284, 'Eckville', 'AB'),
(9325, 40, 284, 'Edgerton', 'AB'),
(9326, 40, 284, 'Edmonton', 'AB'),
(9327, 40, 284, 'Edson', 'AB'),
(9328, 40, 284, 'Egremont', 'AB'),
(9329, 40, 284, 'Elk Point', 'AB'),
(9330, 40, 284, 'Elnora', 'AB'),
(9331, 40, 284, 'Empress', 'AB'),
(9332, 40, 284, 'Enchant', 'AB'),
(9333, 40, 284, 'Evansburg', 'AB'),
(9334, 40, 284, 'Fairview, Alberta', 'AB'),
(9335, 40, 284, 'Falher', 'AB'),
(9336, 40, 284, 'Fallis', 'AB'),
(9337, 40, 284, 'Ferintosh', 'AB'),
(9338, 40, 284, 'Flatbush', 'AB'),
(9339, 40, 284, 'Foothills', 'AB'),
(9340, 40, 284, 'Foremost', 'AB'),
(9341, 40, 284, 'Forestburg', 'AB'),
(9342, 40, 284, 'Fort Chipewyan', 'AB'),
(9343, 40, 284, 'Fort Kent', 'AB'),
(9344, 40, 284, 'Fort Macleod', 'AB'),
(9345, 40, 284, 'Fort McMurray', 'AB'),
(9346, 40, 284, 'Fort Saskatchewan', 'AB'),
(9347, 40, 284, 'Fox Creek', 'AB'),
(9348, 40, 284, 'Fox Lake', 'AB'),
(9349, 40, 284, 'Gadsby', 'AB'),
(9350, 40, 284, 'Gem', 'AB'),
(9351, 40, 284, 'Gibbons', 'AB'),
(9352, 40, 284, 'Girouxville', 'AB'),
(9353, 40, 284, 'Glendon', 'AB'),
(9354, 40, 284, 'Goodfish Lake', 'AB'),
(9355, 40, 284, 'Grande Cache', 'AB'),
(9356, 40, 284, 'Grande Prairie', 'AB'),
(9357, 40, 284, 'Granum', 'AB'),
(9358, 40, 284, 'Grimshaw', 'AB'),
(9359, 40, 284, 'Guy', 'AB'),
(9360, 40, 284, 'Hanna', 'AB'),
(9361, 40, 284, 'Hardisty', 'AB'),
(9362, 40, 284, 'Hay Lakes', 'AB'),
(9363, 40, 284, 'High Level', 'AB'),
(9364, 40, 284, 'High Prairie', 'AB'),
(9365, 40, 284, 'High River', 'AB'),
(9366, 40, 284, 'Hillcrest', 'AB'),
(9367, 40, 284, 'Hinton', 'AB'),
(9368, 40, 284, 'Hobbema', 'AB'),
(9369, 40, 284, 'Holden', 'AB'),
(9370, 40, 284, 'Hussar', 'AB'),
(9371, 40, 284, 'Hylo', 'AB'),
(9372, 40, 284, 'Innisfail', 'AB'),
(9373, 40, 284, 'Innisfree', 'AB'),
(9374, 40, 284, 'Irma', 'AB'),
(9375, 40, 284, 'Irricana', 'AB'),
(9376, 40, 284, 'Jasper', 'AB'),
(9377, 40, 284, 'Jenner', 'AB'),
(9378, 40, 284, 'Killam', 'AB'),
(9379, 40, 284, 'Kingman', 'AB'),
(9380, 40, 284, 'Kinuso', 'AB'),
(9381, 40, 284, 'Kitscoty', 'AB'),
(9382, 40, 284, 'La Crete', 'AB'),
(9383, 40, 284, 'Lac La Biche', 'AB'),
(9384, 40, 284, 'Lacombe', 'AB'),
(9385, 40, 284, 'Lake Louise', 'AB'),
(9386, 40, 284, 'Lamont', 'AB'),
(9387, 40, 284, 'Lancaster Park', 'AB'),
(9388, 40, 284, 'Langdon', 'AB'),
(9389, 40, 284, 'Lavoy', 'AB'),
(9390, 40, 284, 'Leduc', 'AB'),
(9391, 40, 284, 'Legal', 'AB'),
(9392, 40, 284, 'Leslieville', 'AB'),
(9393, 40, 284, 'Lethbridge', 'AB'),
(9394, 40, 284, 'Lindbergh', 'AB'),
(9395, 40, 284, 'Longview', 'AB'),
(9396, 40, 284, 'Lougheed', 'AB'),
(9397, 40, 284, 'Manning', 'AB'),
(9398, 40, 284, 'Mannville', 'AB'),
(9399, 40, 284, 'Marwayne', 'AB'),
(9400, 40, 284, 'Mayerthorpe', 'AB'),
(9401, 40, 284, 'McLennan', 'AB'),
(9402, 40, 284, 'Medicine Hat', 'AB'),
(9403, 40, 284, 'Milk River', 'AB'),
(9404, 40, 284, 'Millarville', 'AB'),
(9405, 40, 284, 'Millet', 'AB'),
(9406, 40, 284, 'Milo', 'AB'),
(9407, 40, 284, 'Minburn', 'AB'),
(9408, 40, 284, 'Mirror', 'AB'),
(9409, 40, 284, 'Morinville', 'AB'),
(9410, 40, 284, 'Morley', 'AB'),
(9411, 40, 284, 'Morrin', 'AB'),
(9412, 40, 284, 'Mountain View', 'AB'),
(9413, 40, 284, 'Mundare', 'AB'),
(9414, 40, 284, 'Munson', 'AB'),
(9415, 40, 284, 'Nampa', 'AB'),
(9416, 40, 284, 'Nanton', 'AB'),
(9417, 40, 284, 'Neerlandia', 'AB'),
(9418, 40, 284, 'Nisku', 'AB'),
(9419, 40, 284, 'Nobleford', 'AB'),
(9420, 40, 284, 'Okotoks', 'AB'),
(9421, 40, 284, 'Olds', 'AB'),
(9422, 40, 284, 'Onoway', 'AB'),
(9423, 40, 284, 'Oyen', 'AB'),
(9424, 40, 284, 'Paradise Valley', 'AB'),
(9425, 40, 284, 'Patricia', 'AB'),
(9426, 40, 284, 'Peace River', 'AB'),
(9427, 40, 284, 'Penhold', 'AB'),
(9428, 40, 284, 'Pickardville', 'AB'),
(9429, 40, 284, 'Picture Butte', 'AB'),
(9430, 40, 284, 'Pincher Creek', 'AB'),
(9431, 40, 284, 'Plamondon', 'AB'),
(9432, 40, 284, 'Ponoka', 'AB'),
(9433, 40, 284, 'Priddis', 'AB'),
(9434, 40, 284, 'Provost', 'AB'),
(9435, 40, 284, 'Rainbow Lake', 'AB'),
(9436, 40, 284, 'Ralston', 'AB'),
(9437, 40, 284, 'Raymond', 'AB'),
(9438, 40, 284, 'Red Deer', 'AB'),
(9439, 40, 284, 'Redcliff', 'AB'),
(9440, 40, 284, 'Redwater', 'AB'),
(9441, 40, 284, 'Rimbey', 'AB'),
(9442, 40, 284, 'Rocky Mountain House', 'AB'),
(9443, 40, 284, 'Rocky Rapids', 'AB'),
(9444, 40, 284, 'Rocky View', 'AB'),
(9445, 40, 284, 'Rosalind', 'AB'),
(9446, 40, 284, 'Rosedale', 'AB'),
(9447, 40, 284, 'Rosemary', 'AB'),
(9448, 40, 284, 'Saddle Lake', 'AB'),
(9449, 40, 284, 'Sangudo', 'AB'),
(9450, 40, 284, 'Scandia', 'AB'),
(9451, 40, 284, 'Sedgewick', 'AB'),
(9452, 40, 284, 'Sexsmith', 'AB'),
(9453, 40, 284, 'Shaughnessy', 'AB'),
(9454, 40, 284, 'Sherwood Park', 'AB'),
(9455, 40, 284, 'Sibbald', 'AB'),
(9456, 40, 284, 'Siksika', 'AB'),
(9457, 40, 284, 'Slave Lake', 'AB'),
(9458, 40, 284, 'Smoky Lake', 'AB'),
(9459, 40, 284, 'Spirit River', 'AB'),
(9460, 40, 284, 'Spring Lake', 'AB'),
(9461, 40, 284, 'Spruce Grove', 'AB'),
(9462, 40, 284, 'Spruce View', 'AB'),
(9463, 40, 284, 'St. Albert', 'AB'),
(9464, 40, 284, 'St. Lina', 'AB'),
(9465, 40, 284, 'St. Paul', 'AB'),
(9466, 40, 284, 'St. Vincent', 'AB'),
(9467, 40, 284, 'Standard', 'AB'),
(9468, 40, 284, 'Stettler', 'AB'),
(9469, 40, 284, 'Stirling', 'AB'),
(9470, 40, 284, 'Stony Plain', 'AB'),
(9471, 40, 284, 'Strathmore', 'AB'),
(9472, 40, 284, 'Sturgeon County', 'AB'),
(9473, 40, 284, 'Sundre', 'AB'),
(9474, 40, 284, 'Sunnynook', 'AB'),
(9475, 40, 284, 'Swan Hills', 'AB'),
(9476, 40, 284, 'Sylvan Lake', 'AB'),
(9477, 40, 284, 'Taber', 'AB'),
(9478, 40, 284, 'Thorhild', 'AB'),
(9479, 40, 284, 'Thorsby', 'AB'),
(9480, 40, 284, 'Three Hills', 'AB'),
(9481, 40, 284, 'Tilley', 'AB'),
(9482, 40, 284, 'Tofield', 'AB'),
(9483, 40, 284, 'Trochu', 'AB'),
(9484, 40, 284, 'Turner Valley', 'AB'),
(9485, 40, 284, 'Two Hills', 'AB'),
(9486, 40, 284, 'Valleyview', 'AB'),
(9487, 40, 284, 'Vauxhall', 'AB'),
(9488, 40, 284, 'Vegreville', 'AB'),
(9489, 40, 284, 'Vermilion', 'AB'),
(9490, 40, 284, 'Viking', 'AB'),
(9491, 40, 284, 'Vulcan', 'AB'),
(9492, 40, 284, 'Wabamun', 'AB'),
(9493, 40, 284, 'Wabasca-Desmarais', 'AB'),
(9494, 40, 284, 'Wainwright', 'AB'),
(9495, 40, 284, 'Warburg', 'AB'),
(9496, 40, 284, 'Waskatenau', 'AB'),
(9497, 40, 284, 'Wembley', 'AB'),
(9498, 40, 284, 'Westlock', 'AB'),
(9499, 40, 284, 'Wetaskiwin', 'AB'),
(9500, 40, 284, 'Whitecourt', 'AB'),
(9501, 40, 284, 'Winfield', 'AB'),
(9502, 40, 284, 'Youngstown', 'AB'),
(9503, 40, 285, '100 Mile House', 'BC'),
(9504, 40, 285, '150 Mile House', 'BC'),
(9505, 40, 285, 'Abbotsford', 'BC'),
(9506, 40, 285, 'Agassiz', 'BC'),
(9507, 40, 285, 'Ahousat', 'BC'),
(9508, 40, 285, 'Aldergrove', 'BC'),
(9509, 40, 285, 'Alert Bay', 'BC'),
(9510, 40, 285, 'Alvin', 'BC'),
(9511, 40, 285, 'Anmore', 'BC'),
(9512, 40, 285, 'Applegrove', 'BC'),
(9513, 40, 285, 'Armstrong', 'BC'),
(9514, 40, 285, 'Ashcroft', 'BC'),
(9515, 40, 285, 'Atlin', 'BC'),
(9516, 40, 285, 'Balfour', 'BC'),
(9517, 40, 285, 'Bamfield', 'BC'),
(9518, 40, 285, 'Barriere', 'BC'),
(9519, 40, 285, 'Bella Bella', 'BC'),
(9520, 40, 285, 'Bella Coola', 'BC'),
(9521, 40, 285, 'Black Creek', 'BC'),
(9522, 40, 285, 'Blind Bay', 'BC'),
(9523, 40, 285, 'Blue River', 'BC'),
(9524, 40, 285, 'Bowen Island', 'BC'),
(9525, 40, 285, 'Bowser', 'BC'),
(9526, 40, 285, 'Brackendale', 'BC'),
(9527, 40, 285, 'Brentwood Bay', 'BC'),
(9528, 40, 285, 'Burnaby', 'BC'),
(9529, 40, 285, 'Burns Lake', 'BC'),
(9530, 40, 285, 'Campbell River', 'BC'),
(9531, 40, 285, 'Canal Flats', 'BC'),
(9532, 40, 285, 'Canim Lake', 'BC'),
(9533, 40, 285, 'Canoe', 'BC'),
(9534, 40, 285, 'Castlegar', 'BC'),
(9535, 40, 285, 'Charlie Lake', 'BC'),
(9536, 40, 285, 'Chase', 'BC'),
(9537, 40, 285, 'Chemainus', 'BC'),
(9538, 40, 285, 'Cherryville', 'BC'),
(9539, 40, 285, 'Chetwynd', 'BC'),
(9540, 40, 285, 'Chilliwack', 'BC'),
(9541, 40, 285, 'Christina Lake', 'BC'),
(9542, 40, 285, 'Clearwater', 'BC'),
(9543, 40, 285, 'Clinton', 'BC'),
(9544, 40, 285, 'Coal Harbour', 'BC'),
(9545, 40, 285, 'Cobble Hill', 'BC'),
(9546, 40, 285, 'Comox', 'BC'),
(9547, 40, 285, 'Coquitlam', 'BC'),
(9548, 40, 285, 'Courtenay', 'BC'),
(9549, 40, 285, 'Cowichan Bay', 'BC'),
(9550, 40, 285, 'Cranbrook', 'BC'),
(9551, 40, 285, 'Crawford Bay', 'BC'),
(9552, 40, 285, 'Crescent Valley', 'BC'),
(9553, 40, 285, 'Creston', 'BC'),
(9554, 40, 285, 'Crofton', 'BC'),
(9555, 40, 285, 'Cumberland', 'BC'),
(9556, 40, 285, 'Dawson Creek', 'BC'),
(9557, 40, 285, 'Dease Lake', 'BC'),
(9558, 40, 285, 'Delta', 'BC'),
(9559, 40, 285, 'Denman Island', 'BC'),
(9560, 40, 285, 'Deroche', 'BC'),
(9561, 40, 285, 'Douglas Lake', 'BC'),
(9562, 40, 285, 'Duncan', 'BC'),
(9563, 40, 285, 'Edgewood', 'BC'),
(9564, 40, 285, 'Elkford', 'BC'),
(9565, 40, 285, 'Elko', 'BC'),
(9566, 40, 285, 'Enderby', 'BC'),
(9567, 40, 285, 'Erickson', 'BC'),
(9568, 40, 285, 'Fairmont Hot Springs', 'BC'),
(9569, 40, 285, 'Fernie', 'BC'),
(9570, 40, 285, 'Field', 'BC'),
(9571, 40, 285, 'Fort Nelson', 'BC'),
(9572, 40, 285, 'Fort St. James', 'BC'),
(9573, 40, 285, 'Fort St. John', 'BC'),
(9574, 40, 285, 'Fort Steele', 'BC'),
(9575, 40, 285, 'Fraser Lake', 'BC'),
(9576, 40, 285, 'Fruitvale', 'BC'),
(9577, 40, 285, 'Gabriola', 'BC'),
(9578, 40, 285, 'Galiano Island', 'BC'),
(9579, 40, 285, 'Ganges', 'BC'),
(9580, 40, 285, 'Garibaldi', 'BC'),
(9581, 40, 285, 'Garibaldi Highlands', 'BC'),
(9582, 40, 285, 'Gibsons', 'BC'),
(9583, 40, 285, 'Gold River', 'BC'),
(9584, 40, 285, 'Golden', 'BC'),
(9585, 40, 285, 'Grand Forks', 'BC'),
(9586, 40, 285, 'Granisle', 'BC'),
(9587, 40, 285, 'Greenwood', 'BC'),
(9588, 40, 285, 'Halfmoon Bay', 'BC'),
(9589, 40, 285, 'Harrison Hot Springs', 'BC'),
(9590, 40, 285, 'Hartley Bay', 'BC'),
(9591, 40, 285, 'Hazelton', 'BC'),
(9592, 40, 285, 'Heriot Bay', 'BC'),
(9593, 40, 285, 'Hope', 'BC'),
(9594, 40, 285, 'Hornby Island', 'BC'),
(9595, 40, 285, 'Horsefly', 'BC'),
(9596, 40, 285, 'Houston', 'BC'),
(9597, 40, 285, 'Invermere', 'BC'),
(9598, 40, 285, 'Jacksons', 'BC'),
(9599, 40, 285, 'Kaleden', 'BC'),
(9600, 40, 285, 'Kamloops', 'BC'),
(9601, 40, 285, 'Kaslo', 'BC'),
(9602, 40, 285, 'Kelowna', 'BC'),
(9603, 40, 285, 'Keremeos', 'BC'),
(9604, 40, 285, 'Kimberley', 'BC'),
(9605, 40, 285, 'Kitimat', 'BC'),
(9606, 40, 285, 'Kitkatla', 'BC'),
(9607, 40, 285, 'Kitwanga', 'BC'),
(9608, 40, 285, 'Klemtu', 'BC'),
(9609, 40, 285, 'Koksilah', 'BC'),
(9610, 40, 285, 'Ladysmith', 'BC'),
(9611, 40, 285, 'Lake Country', 'BC'),
(9612, 40, 285, 'Lake Cowichan', 'BC'),
(9613, 40, 285, 'Langley', 'BC'),
(9614, 40, 285, 'Lantzville', 'BC'),
(9615, 40, 285, 'Lillooet', 'BC'),
(9616, 40, 285, 'Lions Bay', 'BC'),
(9617, 40, 285, 'Logan Lake', 'BC'),
(9618, 40, 285, 'Lower Nicola', 'BC'),
(9619, 40, 285, 'Lumby', 'BC'),
(9620, 40, 285, 'Lytton', 'BC'),
(9621, 40, 285, 'Mackenzie', 'BC'),
(9622, 40, 285, 'Madeira Park', 'BC'),
(9623, 40, 285, 'Malahat', 'BC'),
(9624, 40, 285, 'Malakwa', 'BC'),
(9625, 40, 285, 'Mansons Landing', 'BC'),
(9626, 40, 285, 'Maple Ridge', 'BC'),
(9627, 40, 285, 'Masset', 'BC'),
(9628, 40, 285, 'Mayne', 'BC'),
(9629, 40, 285, 'McBride', 'BC'),
(9630, 40, 285, 'Merritt', 'BC'),
(9631, 40, 285, 'Merville', 'BC'),
(9632, 40, 285, 'Midway', 'BC'),
(9633, 40, 285, 'Mission', 'BC'),
(9634, 40, 285, 'Monte Creek', 'BC'),
(9635, 40, 285, 'Mount Currie', 'BC'),
(9636, 40, 285, 'Moyie', 'BC'),
(9637, 40, 285, 'Nakusp', 'BC'),
(9638, 40, 285, 'Nanaimo', 'BC'),
(9639, 40, 285, 'Naramata', 'BC'),
(9640, 40, 285, 'Nelson', 'BC'),
(9641, 40, 285, 'New Aiyansh', 'BC'),
(9642, 40, 285, 'New Denver', 'BC'),
(9643, 40, 285, 'New Westminster', 'BC'),
(9644, 40, 285, 'North Delta', 'BC'),
(9645, 40, 285, 'North Saanich', 'BC'),
(9646, 40, 285, 'North Vancouver', 'BC'),
(9647, 40, 285, 'Okanagan Centre', 'BC'),
(9648, 40, 285, 'Oliver', 'BC'),
(9649, 40, 285, 'Osoyoos', 'BC'),
(9650, 40, 285, 'Oyama', 'BC'),
(9651, 40, 285, 'Panorama', 'BC'),
(9652, 40, 285, 'Parksville', 'BC'),
(9653, 40, 285, 'Peachland', 'BC'),
(9654, 40, 285, 'Pemberton', 'BC'),
(9655, 40, 285, 'Pender Island', 'BC'),
(9656, 40, 285, 'Penticton', 'BC'),
(9657, 40, 285, 'Pinantan Lake', 'BC'),
(9658, 40, 285, 'Pitt Meadows', 'BC'),
(9659, 40, 285, 'Port Alberni', 'BC'),
(9660, 40, 285, 'Port Alice', 'BC'),
(9661, 40, 285, 'Port Clements', 'BC'),
(9662, 40, 285, 'Port Coquitlam', 'BC'),
(9663, 40, 285, 'Port Hardy', 'BC'),
(9664, 40, 285, 'Port McNeill', 'BC'),
(9665, 40, 285, 'Port Moody', 'BC'),
(9666, 40, 285, 'Powell River', 'BC'),
(9667, 40, 285, 'Prince George', 'BC'),
(9668, 40, 285, 'Prince Rupert', 'BC'),
(9669, 40, 285, 'Princeton', 'BC'),
(9670, 40, 285, 'Pritchard', 'BC'),
(9671, 40, 285, 'Procter', 'BC'),
(9672, 40, 285, 'Qualicum Beach', 'BC'),
(9673, 40, 285, 'Quathiaski Cove', 'BC'),
(9674, 40, 285, 'Queen Charlotte', 'BC'),
(9675, 40, 285, 'Quesnel', 'BC'),
(9676, 40, 285, 'Radium Hot Springs', 'BC'),
(9677, 40, 285, 'Revelstoke', 'BC'),
(9678, 40, 285, 'Richmond', 'BC'),
(9679, 40, 285, 'Riondel', 'BC'),
(9680, 40, 285, 'Roberts Creek', 'BC'),
(9681, 40, 285, 'Robson', 'BC'),
(9682, 40, 285, 'Rock Creek', 'BC'),
(9683, 40, 285, 'Rockyview', 'BC'),
(9684, 40, 285, 'Rolla', 'BC'),
(9685, 40, 285, 'Rosedale', 'BC'),
(9686, 40, 285, 'Rossland', 'BC'),
(9687, 40, 285, 'Saanich', 'BC'),
(9688, 40, 285, 'Saanichton', 'BC'),
(9689, 40, 285, 'Salmo', 'BC'),
(9690, 40, 285, 'Salmon Arm', 'BC'),
(9691, 40, 285, 'Sandspit', 'BC'),
(9692, 40, 285, 'Sardis', 'BC'),
(9693, 40, 285, 'Saturna', 'BC'),
(9694, 40, 285, 'Savona', 'BC'),
(9695, 40, 285, 'Sayward', 'BC'),
(9696, 40, 285, 'Sechelt', 'BC'),
(9697, 40, 285, 'Shawnigan Lake', 'BC'),
(9698, 40, 285, 'Shirley', 'BC'),
(9699, 40, 285, 'Sicamous', 'BC'),
(9700, 40, 285, 'Sidney', 'BC'),
(9701, 40, 285, 'Silverton', 'BC'),
(9702, 40, 285, 'Skidegate', 'BC'),
(9703, 40, 285, 'Slocan', 'BC'),
(9704, 40, 285, 'Smithers', 'BC'),
(9705, 40, 285, 'Sointula', 'BC'),
(9706, 40, 285, 'Sooke', 'BC'),
(9707, 40, 285, 'Sorrento', 'BC'),
(9708, 40, 285, 'South Slocan', 'BC'),
(9709, 40, 285, 'Southbank', 'BC'),
(9710, 40, 285, 'Sparwood', 'BC'),
(9711, 40, 285, 'Squamish', 'BC'),
(9712, 40, 285, 'Summerland', 'BC'),
(9713, 40, 285, 'Sun Peaks', 'BC'),
(9714, 40, 285, 'Sunset Prairie', 'BC'),
(9715, 40, 285, 'Surrey', 'BC'),
(9716, 40, 285, 'Tahsis', 'BC'),
(9717, 40, 285, 'Tappen', 'BC'),
(9718, 40, 285, 'Tatlayoko Lake', 'BC'),
(9719, 40, 285, 'Taylor', 'BC'),
(9720, 40, 285, 'Telkwa', 'BC'),
(9721, 40, 285, 'Terrace', 'BC'),
(9722, 40, 285, 'Thetis Island', 'BC'),
(9723, 40, 285, 'Tlell', 'BC'),
(9724, 40, 285, 'Tofino', 'BC'),
(9725, 40, 285, 'Trail', 'BC'),
(9726, 40, 285, 'Tumbler Ridge', 'BC'),
(9727, 40, 285, 'Ucluelet', 'BC'),
(9728, 40, 285, 'Valemount', 'BC'),
(9729, 40, 285, 'Van Anda', 'BC'),
(9730, 40, 285, 'Vancouver', 'BC'),
(9731, 40, 285, 'Vanderhoof', 'BC'),
(9732, 40, 285, 'Vernon', 'BC'),
(9733, 40, 285, 'Victoria', 'BC'),
(9734, 40, 285, 'Wasa', 'BC'),
(9735, 40, 285, 'West Kelowna', 'BC'),
(9736, 40, 285, 'Westbank', 'BC'),
(9737, 40, 285, 'Westbridge', 'BC'),
(9738, 40, 285, 'Whistler', 'BC'),
(9739, 40, 285, 'White Rock', 'BC'),
(9740, 40, 285, 'Williams Lake', 'BC'),
(9741, 40, 285, 'Willowvale', 'BC'),
(9742, 40, 285, 'Windermere', 'BC'),
(9743, 40, 285, 'Winfield', 'BC'),
(9744, 40, 285, 'Winlaw', 'BC'),
(9745, 40, 285, 'Youbou', 'BC'),
(9746, 40, 285, 'Zeballos', 'BC'),
(9747, 40, 286, 'Alexander', 'MB'),
(9748, 40, 286, 'Altona', 'MB'),
(9749, 40, 286, 'Amaranth', 'MB'),
(9750, 40, 286, 'Arborg', 'MB'),
(9751, 40, 286, 'Ashville', 'MB'),
(9752, 40, 286, 'Austin', 'MB'),
(9753, 40, 286, 'Baldur', 'MB'),
(9754, 40, 286, 'Beaconia', 'MB'),
(9755, 40, 286, 'Beausejour', 'MB'),
(9756, 40, 286, 'Benito', 'MB'),
(9757, 40, 286, 'Bowsman', 'MB'),
(9758, 40, 286, 'Brandon', 'MB'),
(9759, 40, 286, 'Brochet', 'MB'),
(9760, 40, 286, 'Carberry', 'MB'),
(9761, 40, 286, 'Carman', 'MB'),
(9762, 40, 286, 'Cartwright', 'MB'),
(9763, 40, 286, 'Channing', 'MB'),
(9764, 40, 286, 'Churchill', 'MB'),
(9765, 40, 286, 'Clandeboye', 'MB'),
(9766, 40, 286, 'Cranberry Portage', 'MB'),
(9767, 40, 286, 'Cross Lake', 'MB'),
(9768, 40, 286, 'Crystal City', 'MB'),
(9769, 40, 286, 'Dauphin', 'MB'),
(9770, 40, 286, 'Deloraine', 'MB'),
(9771, 40, 286, 'Dufresne', 'MB'),
(9772, 40, 286, 'Dugald', 'MB'),
(9773, 40, 286, 'Eden', 'MB'),
(9774, 40, 286, 'Elm Creek', 'MB'),
(9775, 40, 286, 'Erickson', 'MB'),
(9776, 40, 286, 'Eriksdale', 'MB'),
(9777, 40, 286, 'Flin Flon', 'MB'),
(9778, 40, 286, 'Gilbert Plains', 'MB'),
(9779, 40, 286, 'Gillam', 'MB'),
(9780, 40, 286, 'Gimli', 'MB'),
(9781, 40, 286, 'Glenboro', 'MB'),
(9782, 40, 286, 'Good Harbour', 'MB'),
(9783, 40, 286, 'Grande Pointe', 'MB'),
(9784, 40, 286, 'Grandview', 'MB'),
(9785, 40, 286, 'Gretna', 'MB'),
(9786, 40, 286, 'Griswold', 'MB'),
(9787, 40, 286, 'Hartney', 'MB'),
(9788, 40, 286, 'Headingley', 'MB'),
(9789, 40, 286, 'Inglis', 'MB'),
(9790, 40, 286, 'Killarney', 'MB'),
(9791, 40, 286, 'La Salle', 'MB'),
(9792, 40, 286, 'Lac du Bonnet', 'MB'),
(9793, 40, 286, 'Lockport', 'MB'),
(9794, 40, 286, 'MacGregor', 'MB'),
(9795, 40, 286, 'Marchand', 'MB'),
(9796, 40, 286, 'McCreary', 'MB'),
(9797, 40, 286, 'McMunn', 'MB'),
(9798, 40, 286, 'Melita', 'MB'),
(9799, 40, 286, 'Miami', 'MB'),
(9800, 40, 286, 'Miniota', 'MB'),
(9801, 40, 286, 'Minitonas', 'MB'),
(9802, 40, 286, 'Minnedosa', 'MB'),
(9803, 40, 286, 'Morden', 'MB'),
(9804, 40, 286, 'Morris', 'MB'),
(9805, 40, 286, 'Neepawa', 'MB'),
(9806, 40, 286, 'Newdale', 'MB'),
(9807, 40, 286, 'Niverville', 'MB'),
(9808, 40, 286, 'Norway House', 'MB'),
(9809, 40, 286, 'Oak Lake', 'MB'),
(9810, 40, 286, 'Oakbank', 'MB'),
(9811, 40, 286, 'Ochre River', 'MB'),
(9812, 40, 286, 'Onanole', 'MB'),
(9813, 40, 286, 'Otterburne', 'MB'),
(9814, 40, 286, 'Oxford House', 'MB'),
(9815, 40, 286, 'Pinawa', 'MB'),
(9816, 40, 286, 'Pine Falls', 'MB'),
(9817, 40, 286, 'Plum Coulee', 'MB'),
(9818, 40, 286, 'Portage la Prairie', 'MB'),
(9819, 40, 286, 'Powerview', 'MB'),
(9820, 40, 286, 'Rapid City', 'MB'),
(9821, 40, 286, 'Reston', 'MB'),
(9822, 40, 286, 'Richer', 'MB'),
(9823, 40, 286, 'Riverton', 'MB'),
(9824, 40, 286, 'Roblin', 'MB'),
(9825, 40, 286, 'Rosa', 'MB'),
(9826, 40, 286, 'Rossburn', 'MB'),
(9827, 40, 286, 'Russell', 'MB'),
(9828, 40, 286, 'Sanford', 'MB'),
(9829, 40, 286, 'Selkirk', 'MB'),
(9830, 40, 286, 'Shilo', 'MB'),
(9831, 40, 286, 'Snow Lake', 'MB'),
(9832, 40, 286, 'Somerset', 'MB'),
(9833, 40, 286, 'Souris', 'MB'),
(9834, 40, 286, 'South Indian Lake', 'MB'),
(9835, 40, 286, 'Sperling', 'MB'),
(9836, 40, 286, 'Split Lake', 'MB'),
(9837, 40, 286, 'Sprague', 'MB'),
(9838, 40, 286, 'St-Lazare', 'MB'),
(9839, 40, 286, 'St. Andrews', 'MB'),
(9840, 40, 286, 'Ste. Anne', 'MB'),
(9841, 40, 286, 'Steinbach', 'MB'),
(9842, 40, 286, 'Stonewall', 'MB'),
(9843, 40, 286, 'Stony Mountain', 'MB'),
(9844, 40, 286, 'Swan River', 'MB'),
(9845, 40, 286, 'Teulon', 'MB'),
(9846, 40, 286, 'The Pas', 'MB'),
(9847, 40, 286, 'Thompson', 'MB'),
(9848, 40, 286, 'Treherne', 'MB'),
(9849, 40, 286, 'Tyndall', 'MB'),
(9850, 40, 286, 'Virden', 'MB'),
(9851, 40, 286, 'Vita', 'MB'),
(9852, 40, 286, 'Waskada', 'MB'),
(9853, 40, 286, 'Whitemouth', 'MB'),
(9854, 40, 286, 'Winkler', 'MB'),
(9855, 40, 286, 'Winnipeg', 'MB'),
(9856, 40, 286, 'Woodlands', 'MB'),
(9857, 40, 286, 'Woodridge', 'MB'),
(9858, 40, 287, 'Allardville', 'NB'),
(9859, 40, 287, 'Allison', 'NB'),
(9860, 40, 287, 'Anagance', 'NB'),
(9861, 40, 287, 'Apohaqui', 'NB'),
(9862, 40, 287, 'Barnesville', 'NB'),
(9863, 40, 287, 'Barter Settlement', 'NB'),
(9864, 40, 287, 'Bathurst', 'NB'),
(9865, 40, 287, 'Beersville', 'NB'),
(9866, 40, 287, 'Beresford', 'NB'),
(9867, 40, 287, 'Berry Mills', 'NB'),
(9868, 40, 287, 'Blacks Harbour', 'NB'),
(9869, 40, 287, 'Blackville', 'NB'),
(9870, 40, 287, 'Bocabec', 'NB'),
(9871, 40, 287, 'Boiestown', 'NB'),
(9872, 40, 287, 'Bouctouche', 'NB'),
(9873, 40, 287, 'Bourgeois', 'NB'),
(9874, 40, 287, 'Brewers Mills', 'NB'),
(9875, 40, 287, 'Bronson Settlement', 'NB'),
(9876, 40, 287, 'Burton', 'NB'),
(9877, 40, 287, 'Burtts Corner', 'NB'),
(9878, 40, 287, 'Calhoun', 'NB'),
(9879, 40, 287, 'Campbellton', 'NB'),
(9880, 40, 287, 'Canaan', 'NB'),
(9881, 40, 287, 'Canterbury', 'NB'),
(9882, 40, 287, 'Cap-Pele', 'NB'),
(9883, 40, 287, 'Caraquet', 'NB'),
(9884, 40, 287, 'Central Greenwich', 'NB'),
(9885, 40, 287, 'Central Tower Hill', 'NB'),
(9886, 40, 287, 'Chatham Head', 'NB'),
(9887, 40, 287, 'Chipman', 'NB'),
(9888, 40, 287, 'Clairville', 'NB'),
(9889, 40, 287, 'Clarendon', 'NB'),
(9890, 40, 287, 'Cocagne', 'NB'),
(9891, 40, 287, 'Colpitts Settlement', 'NB'),
(9892, 40, 287, 'Coverdale', 'NB'),
(9893, 40, 287, 'Dalhousie', 'NB'),
(9894, 40, 287, 'Dieppe', 'NB'),
(9895, 40, 287, 'Doaktown', 'NB'),
(9896, 40, 287, 'Dumfries', 'NB'),
(9897, 40, 287, 'Durham Bridge', 'NB'),
(9898, 40, 287, 'Edgetts Landing', 'NB'),
(9899, 40, 287, 'Edmundston', 'NB'),
(9900, 40, 287, 'Elgin', 'NB'),
(9901, 40, 287, 'English Settlement', 'NB'),
(9902, 40, 287, 'Florenceville-Bristol', 'NB'),
(9903, 40, 287, 'Fords Mills', 'NB'),
(9904, 40, 287, 'Fredericton', 'NB'),
(9905, 40, 287, 'Fredericton Junction', 'NB'),
(9906, 40, 287, 'Gagetown', 'NB'),
(9907, 40, 287, 'Gallagher Ridge', 'NB'),
(9908, 40, 287, 'Geary', 'NB'),
(9909, 40, 287, 'Grand Bay–Westfield', 'NB'),
(9910, 40, 287, 'Grand Falls', 'NB'),
(9911, 40, 287, 'Grand Manan', 'NB'),
(9912, 40, 287, 'Hammondvale', 'NB'),
(9913, 40, 287, 'Hampton', 'NB'),
(9914, 40, 287, 'Haneytown', 'NB'),
(9915, 40, 287, 'Hartland', 'NB'),
(9916, 40, 287, 'Harvey Station', 'NB'),
(9917, 40, 287, 'Haute-Aboujagane', 'NB'),
(9918, 40, 287, 'Havelock', 'NB'),
(9919, 40, 287, 'Hillsborough', 'NB'),
(9920, 40, 287, 'Howard', 'NB'),
(9921, 40, 287, 'Hunters Home', 'NB'),
(9922, 40, 287, 'Inkerman', 'NB'),
(9923, 40, 287, 'Irishtown', 'NB'),
(9924, 40, 287, 'Island View', 'NB'),
(9925, 40, 287, 'Jemseg', 'NB'),
(9926, 40, 287, 'Juniper', 'NB'),
(9927, 40, 287, 'Keswick', 'NB'),
(9928, 40, 287, 'Kingsclear', 'NB'),
(9929, 40, 287, 'Lameque', 'NB'),
(9930, 40, 287, 'Lepreau', 'NB'),
(9931, 40, 287, 'Long Reach', 'NB'),
(9932, 40, 287, 'Markhamville', 'NB'),
(9933, 40, 287, 'Marysville', 'NB'),
(9934, 40, 287, 'McKees Mills', 'NB'),
(9935, 40, 287, 'McLeod Hill', 'NB'),
(9936, 40, 287, 'McQuade', 'NB'),
(9937, 40, 287, 'Meadow Brook', 'NB'),
(9938, 40, 287, 'Memramcook', 'NB'),
(9939, 40, 287, 'Millerton', 'NB'),
(9940, 40, 287, 'Millville', 'NB'),
(9941, 40, 287, 'Minto', 'NB'),
(9942, 40, 287, 'Miramichi', 'NB'),
(9943, 40, 287, 'Moncton', 'NB'),
(9944, 40, 287, 'Nackawic', 'NB'),
(9945, 40, 287, 'Nasonworth', 'NB'),
(9946, 40, 287, 'Neguac', 'NB'),
(9947, 40, 287, 'Nerepis', 'NB'),
(9948, 40, 287, 'New Horton', 'NB'),
(9949, 40, 287, 'New Maryland', 'NB'),
(9950, 40, 287, 'Norton', 'NB'),
(9951, 40, 287, 'Notre-Dame', 'NB'),
(9952, 40, 287, 'Oromocto', 'NB'),
(9953, 40, 287, 'Pearsonville', 'NB'),
(9954, 40, 287, 'Penniac', 'NB'),
(9955, 40, 287, 'Penobsquis', 'NB'),
(9956, 40, 287, 'Perth', 'NB'),
(9957, 40, 287, 'Perth-Andover', 'NB'),
(9958, 40, 287, 'Petit-Rocher', 'NB'),
(9959, 40, 287, 'Petitcodiac', 'NB'),
(9960, 40, 287, 'Plaster Rock', 'NB'),
(9961, 40, 287, 'Pocologan', 'NB'),
(9962, 40, 287, 'Pointe-Verte', 'NB'),
(9963, 40, 287, 'Port Elgin', 'NB'),
(9964, 40, 287, 'Princess Park', 'NB'),
(9965, 40, 287, 'Quispamsis', 'NB'),
(9966, 40, 287, 'Red Bank', 'NB'),
(9967, 40, 287, 'Renous', 'NB'),
(9968, 40, 287, 'Rexton', 'NB'),
(9969, 40, 287, 'Richibucto', 'NB'),
(9970, 40, 287, 'Ripples', 'NB'),
(9971, 40, 287, 'Riverview', 'NB'),
(9972, 40, 287, 'Rogersville', 'NB'),
(9973, 40, 287, 'Rothesay', 'NB'),
(9974, 40, 287, 'Rusagonis', 'NB'),
(9975, 40, 287, 'Sackville', 'NB'),
(9976, 40, 287, 'Saint Andrews', 'NB'),
(9977, 40, 287, 'Saint John', 'NB'),
(9978, 40, 287, 'Saint-Léonard', 'NB'),
(9979, 40, 287, 'Saint-Louis de Kent', 'NB'),
(9980, 40, 287, 'Saint-Paul', 'NB'),
(9981, 40, 287, 'Saint-Quentin', 'NB'),
(9982, 40, 287, 'Salisbury', 'NB'),
(9983, 40, 287, 'Scoudouc', 'NB'),
(9984, 40, 287, 'Shediac', 'NB'),
(9985, 40, 287, 'Smiths Creek', 'NB'),
(9986, 40, 287, 'Smithtown', 'NB'),
(9987, 40, 287, 'South Nelson Road', 'NB'),
(9988, 40, 287, 'Southampton', 'NB'),
(9989, 40, 287, 'St. George', 'NB'),
(9990, 40, 287, 'St. Martins', 'NB'),
(9991, 40, 287, 'St. Stephen', 'NB'),
(9992, 40, 287, 'Sussex', 'NB'),
(9993, 40, 287, 'Tay Creek', 'NB'),
(9994, 40, 287, 'Taymouth', 'NB'),
(9995, 40, 287, 'Tracadie–Sheila', 'NB'),
(9996, 40, 287, 'Trois-Ruisseaux', 'NB'),
(9997, 40, 287, 'Turtle Creek', 'NB'),
(9998, 40, 287, 'Upper Mills', 'NB'),
(9999, 40, 287, 'Upper Queensbury', 'NB'),
(10000, 40, 287, 'Wards Creek', 'NB'),
(10001, 40, 287, 'Welsford', 'NB'),
(10002, 40, 287, 'Westcock', 'NB'),
(10003, 40, 287, 'Woodstock', 'NB'),
(10004, 40, 288, 'Argentia', 'NL'),
(10005, 40, 288, 'Avondale', 'NL'),
(10006, 40, 288, 'Badger', 'NL'),
(10007, 40, 288, 'Baie Verte', 'NL'),
(10008, 40, 288, 'Bauline', 'NL'),
(10009, 40, 288, 'Bay Bulls', 'NL'),
(10010, 40, 288, 'Bay Roberts', 'NL'),
(10011, 40, 288, 'Beaumont', 'NL'),
(10012, 40, 288, 'Bell Island', 'NL'),
(10013, 40, 288, 'Birchy Bay', 'NL'),
(10014, 40, 288, 'Bishop\'s Falls', 'NL'),
(10015, 40, 288, 'Bonavista', 'NL'),
(10016, 40, 288, 'Botwood', 'NL'),
(10017, 40, 288, 'Brigus', 'NL'),
(10018, 40, 288, 'Burgeo', 'NL'),
(10019, 40, 288, 'Burin', 'NL'),
(10020, 40, 288, 'Burlington', 'NL'),
(10021, 40, 288, 'Burnside', 'NL'),
(10022, 40, 288, 'Carbonear', 'NL'),
(10023, 40, 288, 'Catalina', 'NL'),
(10024, 40, 288, 'Channel-Port aux Basques', 'NL'),
(10025, 40, 288, 'Chapel Arm', 'NL'),
(10026, 40, 288, 'Clarenville', 'NL'),
(10027, 40, 288, 'Clarenville-Shoal Harbour', 'NL'),
(10028, 40, 288, 'Clarke\'s Beach', 'NL'),
(10029, 40, 288, 'Codroy', 'NL'),
(10030, 40, 288, 'Colliers', 'NL'),
(10031, 40, 288, 'Come By Chance', 'NL'),
(10032, 40, 288, 'Conception Harbour', 'NL'),
(10033, 40, 288, 'Corner Brook', 'NL'),
(10034, 40, 288, 'Cupids', 'NL'),
(10035, 40, 288, 'Deer Lake', 'NL'),
(10036, 40, 288, 'Dildo', 'NL'),
(10037, 40, 288, 'East Bay', 'NL'),
(10038, 40, 288, 'Fermeuse', 'NL'),
(10039, 40, 288, 'Forteau', 'NL'),
(10040, 40, 288, 'Foxtrap', 'NL'),
(10041, 40, 288, 'Gambo', 'NL'),
(10042, 40, 288, 'Gander', 'NL'),
(10043, 40, 288, 'Gander Bay', 'NL'),
(10044, 40, 288, 'Garnish', 'NL'),
(10045, 40, 288, 'Glenwood', 'NL'),
(10046, 40, 288, 'Grand Bank', 'NL'),
(10047, 40, 288, 'Grand Falls-Windsor', 'NL'),
(10048, 40, 288, 'Grates Cove', 'NL'),
(10049, 40, 288, 'Hampden', 'NL'),
(10050, 40, 288, 'Hant\'s Harbour', 'NL'),
(10051, 40, 288, 'Happy Valley-Goose Bay', 'NL'),
(10052, 40, 288, 'Harbour Grace', 'NL'),
(10053, 40, 288, 'Hare Bay', 'NL'),
(10054, 40, 288, 'Heart\'s Content', 'NL'),
(10055, 40, 288, 'Heart\'s Delight-Islington', 'NL'),
(10056, 40, 288, 'Holyrood', 'NL'),
(10057, 40, 288, 'Howley', 'NL'),
(10058, 40, 288, 'La Scie', 'NL'),
(10059, 40, 288, 'Labrador City', 'NL'),
(10060, 40, 288, 'Lark Harbour', 'NL'),
(10061, 40, 288, 'Lethbridge', 'NL'),
(10062, 40, 288, 'Lewisporte', 'NL'),
(10063, 40, 288, 'Logy Bay', 'NL'),
(10064, 40, 288, 'Lourdes', 'NL'),
(10065, 40, 288, 'Marystown', 'NL'),
(10066, 40, 288, 'Mobile', 'NL'),
(10067, 40, 288, 'Mount Carmel-Mitchells Brook-St. Catherines', 'NL'),
(10068, 40, 288, 'Mount Pearl', 'NL'),
(10069, 40, 288, 'Musgrave Harbour', 'NL'),
(10070, 40, 288, 'Norris Point', 'NL'),
(10071, 40, 288, 'Northern Arm', 'NL'),
(10072, 40, 288, 'O\'Regan\'s', 'NL'),
(10073, 40, 288, 'Open Hall', 'NL'),
(10074, 40, 288, 'Paradise Cove', 'NL'),
(10075, 40, 288, 'Pasadena', 'NL'),
(10076, 40, 288, 'Peterview', 'NL'),
(10077, 40, 288, 'Petty Harbour', 'NL'),
(10078, 40, 288, 'Piccadilly', 'NL'),
(10079, 40, 288, 'Pinsent', 'NL'),
(10080, 40, 288, 'Placentia', 'NL'),
(10081, 40, 288, 'Port au Choix', 'NL'),
(10082, 40, 288, 'Port au Port', 'NL'),
(10083, 40, 288, 'Port Blandford', 'NL'),
(10084, 40, 288, 'Port Hope Simpson', 'NL'),
(10085, 40, 288, 'Portugal Cove', 'NL'),
(10086, 40, 288, 'Pouch Cove', 'NL'),
(10087, 40, 288, 'Ramea', 'NL'),
(10088, 40, 288, 'Reidville', 'NL'),
(10089, 40, 288, 'Rocky Harbour', 'NL'),
(10090, 40, 288, 'Rushoon', 'NL'),
(10091, 40, 288, 'Spaniard\'s Bay', 'NL'),
(10092, 40, 288, 'Springdale', 'NL'),
(10093, 40, 288, 'St. Alban\'s', 'NL'),
(10094, 40, 288, 'St. John\'s', 'NL'),
(10095, 40, 288, 'St. Mary\'s', 'NL'),
(10096, 40, 288, 'Stephenville', 'NL'),
(10097, 40, 288, 'Summerford', 'NL'),
(10098, 40, 288, 'Torbay', 'NL'),
(10099, 40, 288, 'Trepassey', 'NL'),
(10100, 40, 288, 'Trout River', 'NL'),
(10101, 40, 288, 'Twillingate', 'NL'),
(10102, 40, 288, 'Upper Island Cove', 'NL'),
(10103, 40, 288, 'Victoria', 'NL'),
(10104, 40, 288, 'Villa Marie', 'NL'),
(10105, 40, 288, 'Wabush', 'NL'),
(10106, 40, 288, 'Westport', 'NL'),
(10107, 40, 288, 'Whitbourne', 'NL'),
(10108, 40, 288, 'Witless Bay', 'NL'),
(10109, 40, 289, 'Deline', 'NT'),
(10110, 40, 289, 'Fort McPherson', 'NT'),
(10111, 40, 289, 'Fort Simpson', 'NT'),
(10112, 40, 289, 'Fort Smith', 'NT'),
(10113, 40, 289, 'FortProvidence', 'NT'),
(10114, 40, 289, 'Hay River', 'NT'),
(10115, 40, 289, 'Inuvik', 'NT'),
(10116, 40, 289, 'Norman Wells', 'NT'),
(10117, 40, 289, 'Paulatuk', 'NT'),
(10118, 40, 289, 'Trout Lake', 'NT'),
(10119, 40, 289, 'Ulukhaktok', 'NT'),
(10120, 40, 289, 'Yellowknife', 'NT'),
(10121, 40, 290, 'Advocate Harbour', 'NS'),
(10122, 40, 290, 'Afton', 'NS'),
(10123, 40, 290, 'Albany', 'NS'),
(10124, 40, 290, 'Alder Point', 'NS'),
(10125, 40, 290, 'Amherst', 'NS'),
(10126, 40, 290, 'Annapolis Royal', 'NS'),
(10127, 40, 290, 'Antigonish', 'NS'),
(10128, 40, 290, 'Antrim', 'NS'),
(10129, 40, 290, 'Ardoise', 'NS'),
(10130, 40, 290, 'Arichat', 'NS'),
(10131, 40, 290, 'Aylesford', 'NS'),
(10132, 40, 290, 'Baddeck', 'NS'),
(10133, 40, 290, 'Barrington', 'NS'),
(10134, 40, 290, 'Barss Corner', 'NS'),
(10135, 40, 290, 'Barton', 'NS'),
(10136, 40, 290, 'Bayside', 'NS'),
(10137, 40, 290, 'Bear River', 'NS'),
(10138, 40, 290, 'Beaver Bank', 'NS'),
(10139, 40, 290, 'Bedford', 'NS'),
(10140, 40, 290, 'Berwick', 'NS'),
(10141, 40, 290, 'Bible Hill', 'NS'),
(10142, 40, 290, 'Big Bras d\'Or', 'NS'),
(10143, 40, 290, 'Big Pond', 'NS'),
(10144, 40, 290, 'Birch Grove', 'NS'),
(10145, 40, 290, 'Black Rock', 'NS'),
(10146, 40, 290, 'Blandford', 'NS'),
(10147, 40, 290, 'Blockhouse', 'NS'),
(10148, 40, 290, 'Boylston', 'NS'),
(10149, 40, 290, 'Bridgetown', 'NS'),
(10150, 40, 290, 'Bridgewater', 'NS'),
(10151, 40, 290, 'Brookfield', 'NS'),
(10152, 40, 290, 'Brooklyn', 'NS'),
(10153, 40, 290, 'Caledonia', 'NS'),
(10154, 40, 290, 'Cambridge Station', 'NS'),
(10155, 40, 290, 'Canning', 'NS'),
(10156, 40, 290, 'Canso', 'NS'),
(10157, 40, 290, 'Centreville', 'NS'),
(10158, 40, 290, 'Chaswood', 'NS'),
(10159, 40, 290, 'Chelsea', 'NS'),
(10160, 40, 290, 'Chester', 'NS'),
(10161, 40, 290, 'Chester Basin', 'NS'),
(10162, 40, 290, 'Cheticamp', 'NS'),
(10163, 40, 290, 'Clementsport', 'NS'),
(10164, 40, 290, 'Cleveland', 'NS'),
(10165, 40, 290, 'Coldbrook', 'NS'),
(10166, 40, 290, 'Coldstream', 'NS'),
(10167, 40, 290, 'Collingwood Corner', 'NS'),
(10168, 40, 290, 'Conquerall Mills', 'NS'),
(10169, 40, 290, 'Creignish', 'NS'),
(10170, 40, 290, 'Danesville', 'NS'),
(10171, 40, 290, 'Dartmouth', 'NS'),
(10172, 40, 290, 'Debert', 'NS'),
(10173, 40, 290, 'Digby', 'NS'),
(10174, 40, 290, 'Dominion', 'NS'),
(10175, 40, 290, 'Eastern Passage', 'NS'),
(10176, 40, 290, 'Economy', 'NS'),
(10177, 40, 290, 'Elderbank', 'NS'),
(10178, 40, 290, 'Ellershouse', 'NS'),
(10179, 40, 290, 'Elmsdale', 'NS'),
(10180, 40, 290, 'Enfield', 'NS'),
(10181, 40, 290, 'Englishtown', 'NS'),
(10182, 40, 290, 'Eskasoni', 'NS'),
(10183, 40, 290, 'Eureka', 'NS'),
(10184, 40, 290, 'Five Islands', 'NS'),
(10185, 40, 290, 'Fletchers Lake', 'NS'),
(10186, 40, 290, 'Freeport', 'NS'),
(10187, 40, 290, 'Gaetz Brook', 'NS'),
(10188, 40, 290, 'Glace Bay', 'NS'),
(10189, 40, 290, 'Glen Haven', 'NS'),
(10190, 40, 290, 'Goffs', 'NS'),
(10191, 40, 290, 'Grafton', 'NS'),
(10192, 40, 290, 'Grand River', 'NS'),
(10193, 40, 290, 'Granville Ferry', 'NS'),
(10194, 40, 290, 'Great Village', 'NS'),
(10195, 40, 290, 'Greenwood', 'NS'),
(10196, 40, 290, 'Guysborough', 'NS'),
(10197, 40, 290, 'Halifax', 'NS'),
(10198, 40, 290, 'Hammonds Plains', 'NS'),
(10199, 40, 290, 'Hampton', 'NS'),
(10200, 40, 290, 'Hantsport', 'NS'),
(10201, 40, 290, 'Harrietsfield', 'NS'),
(10202, 40, 290, 'Hatchet Lake', 'NS'),
(10203, 40, 290, 'Head of Chezzetcook', 'NS'),
(10204, 40, 290, 'Head of Jeddore', 'NS'),
(10205, 40, 290, 'Hebbville', 'NS'),
(10206, 40, 290, 'Herring Cove', 'NS'),
(10207, 40, 290, 'Hubbards', 'NS'),
(10208, 40, 290, 'Hubley', 'NS'),
(10209, 40, 290, 'Hureauville', 'NS'),
(10210, 40, 290, 'Indian Harbour', 'NS'),
(10211, 40, 290, 'Inverness', 'NS'),
(10212, 40, 290, 'Joggins', 'NS'),
(10213, 40, 290, 'Kennetcook', 'NS'),
(10214, 40, 290, 'Kentville', 'NS'),
(10215, 40, 290, 'Kingston', 'NS'),
(10216, 40, 290, 'L\'Ardoise', 'NS'),
(10217, 40, 290, 'LaHave', 'NS'),
(10218, 40, 290, 'Lake Charlotte', 'NS'),
(10219, 40, 290, 'Lakeville', 'NS'),
(10220, 40, 290, 'Lawrencetown', 'NS'),
(10221, 40, 290, 'Linden', 'NS'),
(10222, 40, 290, 'Liscomb', 'NS'),
(10223, 40, 290, 'Little Dyke', 'NS'),
(10224, 40, 290, 'Little Judique', 'NS'),
(10225, 40, 290, 'Liverpool', 'NS'),
(10226, 40, 290, 'Louisbourg', 'NS'),
(10227, 40, 290, 'Lower Sacvkille', 'NS'),
(10228, 40, 290, 'Lower Woods Harbour', 'NS'),
(10229, 40, 290, 'Lunenburg', 'NS'),
(10230, 40, 290, 'Mabou', 'NS'),
(10231, 40, 290, 'Mahone Bay', 'NS'),
(10232, 40, 290, 'Margaree Valley', 'NS'),
(10233, 40, 290, 'Martins River', 'NS'),
(10234, 40, 290, 'McCallum Settlement', 'NS'),
(10235, 40, 290, 'McGraths Cove', 'NS'),
(10236, 40, 290, 'Merigomish', 'NS'),
(10237, 40, 290, 'Meteghan River', 'NS'),
(10238, 40, 290, 'Middleton', 'NS'),
(10239, 40, 290, 'Middlewood', 'NS'),
(10240, 40, 290, 'Milford', 'NS'),
(10241, 40, 290, 'Milford Station', 'NS'),
(10242, 40, 290, 'Mill Village', 'NS'),
(10243, 40, 290, 'Milton', 'NS'),
(10244, 40, 290, 'Mount Uniacke', 'NS'),
(10245, 40, 290, 'Mulgrave', 'NS'),
(10246, 40, 290, 'Musquodoboit Harbour', 'NS'),
(10247, 40, 290, 'New Germany', 'NS'),
(10248, 40, 290, 'New Glasgow', 'NS'),
(10249, 40, 290, 'New Minas', 'NS'),
(10250, 40, 290, 'New Ross', 'NS'),
(10251, 40, 290, 'New Waterford', 'NS'),
(10252, 40, 290, 'North Sydney', 'NS'),
(10253, 40, 290, 'Oxford', 'NS'),
(10254, 40, 290, 'Parrsboro', 'NS'),
(10255, 40, 290, 'Petit-de-Grat', 'NS'),
(10256, 40, 290, 'Pictou', 'NS'),
(10257, 40, 290, 'Plympton', 'NS'),
(10258, 40, 290, 'Port Hastings', 'NS'),
(10259, 40, 290, 'Port Hawkesbury', 'NS'),
(10260, 40, 290, 'Port Hood', 'NS'),
(10261, 40, 290, 'Port Morien', 'NS'),
(10262, 40, 290, 'Portapique', 'NS'),
(10263, 40, 290, 'Porters Lake', 'NS'),
(10264, 40, 290, 'Pubnico', 'NS'),
(10265, 40, 290, 'Pugwash', 'NS'),
(10266, 40, 290, 'River Hebert', 'NS'),
(10267, 40, 290, 'River John', 'NS'),
(10268, 40, 290, 'Roberta', 'NS'),
(10269, 40, 290, 'Salt Springs', 'NS'),
(10270, 40, 290, 'Saulnierville', 'NS'),
(10271, 40, 290, 'Scotchtown', 'NS'),
(10272, 40, 290, 'Scotsburn', 'NS'),
(10273, 40, 290, 'Shad Bay', 'NS'),
(10274, 40, 290, 'Sheet Harbour', 'NS'),
(10275, 40, 290, 'Shelburne', 'NS'),
(10276, 40, 290, 'Shubenacadie', 'NS'),
(10277, 40, 290, 'South Ohio', 'NS'),
(10278, 40, 290, 'Springfield', 'NS'),
(10279, 40, 290, 'Springhill', 'NS'),
(10280, 40, 290, 'Stellarton', 'NS'),
(10281, 40, 290, 'Stewiacke', 'NS'),
(10282, 40, 290, 'Sydney', 'NS'),
(10283, 40, 290, 'Sydney Mines', 'NS'),
(10284, 40, 290, 'Tangier', 'NS'),
(10285, 40, 290, 'Tantallon', 'NS'),
(10286, 40, 290, 'Tatamagouche', 'NS'),
(10287, 40, 290, 'Timberlea', 'NS'),
(10288, 40, 290, 'Tiverton', 'NS'),
(10289, 40, 290, 'Tracadie', 'NS'),
(10290, 40, 290, 'Trenton', 'NS'),
(10291, 40, 290, 'Truro', 'NS'),
(10292, 40, 290, 'Tusket', 'NS'),
(10293, 40, 290, 'Upper Tantallon', 'NS'),
(10294, 40, 290, 'Valley', 'NS'),
(10295, 40, 290, 'Wallace', 'NS'),
(10296, 40, 290, 'Walton', 'NS'),
(10297, 40, 290, 'West Chezzetcook', 'NS'),
(10298, 40, 290, 'Westphal', 'NS'),
(10299, 40, 290, 'Westville', 'NS'),
(10300, 40, 290, 'Weymouth', 'NS'),
(10301, 40, 290, 'Whycocomagh', 'NS'),
(10302, 40, 290, 'Wileville', 'NS'),
(10303, 40, 290, 'Windsor', 'NS'),
(10304, 40, 290, 'Wolfville', 'NS'),
(10305, 40, 290, 'Yarmouth', 'NS'),
(10306, 40, 291, 'Arctic Bay', 'NU'),
(10307, 40, 291, 'Arviat', 'NU'),
(10308, 40, 291, 'Baker Lake', 'NU'),
(10309, 40, 291, 'Cambridge Bay', 'NU'),
(10310, 40, 291, 'Cape Dorset', 'NU'),
(10311, 40, 291, 'Chesterfield Inlet', 'NU'),
(10312, 40, 291, 'Clyde River', 'NU'),
(10313, 40, 291, 'Coral Harbour', 'NU'),
(10314, 40, 291, 'Gjoa Haven', 'NU'),
(10315, 40, 291, 'Hall Beach', 'NU'),
(10316, 40, 291, 'Igloolik', 'NU'),
(10317, 40, 291, 'Iqaluit', 'NU'),
(10318, 40, 291, 'Kugaaruk', 'NU'),
(10319, 40, 291, 'Kugluktuk', 'NU'),
(10320, 40, 291, 'Pangnirtung', 'NU'),
(10321, 40, 291, 'Pond Inlet', 'NU'),
(10322, 40, 291, 'Rankin Inlet', 'NU'),
(10323, 40, 291, 'Repulse Bay', 'NU'),
(10324, 40, 291, 'Resolute', 'NU'),
(10325, 40, 291, 'Sanikiluaq', 'NU'),
(10326, 40, 291, 'Taloyoak', 'NU'),
(10327, 40, 291, 'Whale Cove', 'NU'),
(10328, 40, 292, 'Acton', 'ON'),
(10329, 40, 292, 'Agincourt', 'ON'),
(10330, 40, 292, 'Ailsa Craig', 'ON'),
(10331, 40, 292, 'Ajax', 'ON'),
(10332, 40, 292, 'Alexandria', 'ON'),
(10333, 40, 292, 'Alfred', 'ON'),
(10334, 40, 292, 'Alliston', 'ON'),
(10335, 40, 292, 'Alma', 'ON'),
(10336, 40, 292, 'Almonte', 'ON'),
(10337, 40, 292, 'Alton', 'ON'),
(10338, 40, 292, 'Amherstburg', 'ON'),
(10339, 40, 292, 'Amherstview', 'ON'),
(10340, 40, 292, 'Ancaster', 'ON'),
(10341, 40, 292, 'Angus', 'ON'),
(10342, 40, 292, 'Appin', 'ON'),
(10343, 40, 292, 'Apple Hill', 'ON'),
(10344, 40, 292, 'Apsley', 'ON'),
(10345, 40, 292, 'Ardendale', 'ON'),
(10346, 40, 292, 'Ariss', 'ON'),
(10347, 40, 292, 'Arkona', 'ON'),
(10348, 40, 292, 'Armstrong', 'ON'),
(10349, 40, 292, 'Arnprior', 'ON'),
(10350, 40, 292, 'Arva', 'ON'),
(10351, 40, 292, 'Ashton', 'ON'),
(10352, 40, 292, 'Athens', 'ON'),
(10353, 40, 292, 'Atikokan', 'ON'),
(10354, 40, 292, 'Attawapiskat', 'ON'),
(10355, 40, 292, 'Atwood', 'ON'),
(10356, 40, 292, 'Aurora', 'ON'),
(10357, 40, 292, 'Avonmore', 'ON'),
(10358, 40, 292, 'Aylmer', 'ON'),
(10359, 40, 292, 'Ayr', 'ON'),
(10360, 40, 292, 'Ayton', 'ON'),
(10361, 40, 292, 'Baden', 'ON'),
(10362, 40, 292, 'Bala', 'ON'),
(10363, 40, 292, 'Balderson', 'ON'),
(10364, 40, 292, 'Ballinafad', 'ON'),
(10365, 40, 292, 'Baltimore', 'ON'),
(10366, 40, 292, 'Bancroft', 'ON'),
(10367, 40, 292, 'Barrie', 'ON'),
(10368, 40, 292, 'Barry\'s Bay', 'ON'),
(10369, 40, 292, 'Bath', 'ON'),
(10370, 40, 292, 'Bayfield', 'ON'),
(10371, 40, 292, 'Baysville', 'ON'),
(10372, 40, 292, 'Beachburg', 'ON'),
(10373, 40, 292, 'Beachville', 'ON'),
(10374, 40, 292, 'Beamsville', 'ON'),
(10375, 40, 292, 'Beaverton', 'ON'),
(10376, 40, 292, 'Beeton', 'ON'),
(10377, 40, 292, 'Belle River', 'ON'),
(10378, 40, 292, 'Belleville', 'ON'),
(10379, 40, 292, 'Bells Corners', 'ON'),
(10380, 40, 292, 'Bethany', 'ON'),
(10381, 40, 292, 'Bewdley', 'ON'),
(10382, 40, 292, 'Blenheim', 'ON'),
(10383, 40, 292, 'Blind River', 'ON'),
(10384, 40, 292, 'Bloomfield', 'ON'),
(10385, 40, 292, 'Blue Mountains', 'ON'),
(10386, 40, 292, 'Bluewater', 'ON'),
(10387, 40, 292, 'Blyth', 'ON'),
(10388, 40, 292, 'Bobcaygeon', 'ON'),
(10389, 40, 292, 'Bolton', 'ON'),
(10390, 40, 292, 'Bonfield', 'ON'),
(10391, 40, 292, 'Bowmanville', 'ON'),
(10392, 40, 292, 'Bracebridge', 'ON'),
(10393, 40, 292, 'Bradford', 'ON'),
(10394, 40, 292, 'Braeside', 'ON'),
(10395, 40, 292, 'Bramalea', 'ON'),
(10396, 40, 292, 'Brampton', 'ON'),
(10397, 40, 292, 'Brantford', 'ON'),
(10398, 40, 292, 'Brechin', 'ON'),
(10399, 40, 292, 'Breslau', 'ON'),
(10400, 40, 292, 'Bridgenorth', 'ON'),
(10401, 40, 292, 'Brighton', 'ON'),
(10402, 40, 292, 'Brockville', 'ON'),
(10403, 40, 292, 'Brooklin', 'ON'),
(10404, 40, 292, 'Brunner', 'ON'),
(10405, 40, 292, 'Buckhorn', 'ON'),
(10406, 40, 292, 'Burgessville', 'ON'),
(10407, 40, 292, 'Burk\'s Falls', 'ON'),
(10408, 40, 292, 'Burlington', 'ON'),
(10409, 40, 292, 'Caistor Centre', 'ON'),
(10410, 40, 292, 'Caledon', 'ON'),
(10411, 40, 292, 'Caledon East', 'ON'),
(10412, 40, 292, 'Caledon Village', 'ON'),
(10413, 40, 292, 'Caledonia', 'ON'),
(10414, 40, 292, 'Callander', 'ON'),
(10415, 40, 292, 'Cambridge', 'ON'),
(10416, 40, 292, 'Camlachie', 'ON'),
(10417, 40, 292, 'Campbellford', 'ON'),
(10418, 40, 292, 'Campbellville', 'ON'),
(10419, 40, 292, 'Canfield', 'ON'),
(10420, 40, 292, 'Cannington', 'ON'),
(10421, 40, 292, 'Cardiff', 'ON'),
(10422, 40, 292, 'Cargill', 'ON'),
(10423, 40, 292, 'Carleton Place', 'ON'),
(10424, 40, 292, 'Carlisle', 'ON'),
(10425, 40, 292, 'Carlsbad Springs', 'ON'),
(10426, 40, 292, 'Carnarvon', 'ON'),
(10427, 40, 292, 'Carp', 'ON'),
(10428, 40, 292, 'Carrying Place', 'ON'),
(10429, 40, 292, 'Cartier', 'ON'),
(10430, 40, 292, 'Casimir', 'ON'),
(10431, 40, 292, 'Casselman', 'ON'),
(10432, 40, 292, 'Cat Lake', 'ON'),
(10433, 40, 292, 'Cayuga', 'ON'),
(10434, 40, 292, 'Cedar Valley', 'ON'),
(10435, 40, 292, 'Centralia', 'ON'),
(10436, 40, 292, 'Chalk River', 'ON'),
(10437, 40, 292, 'Chatham', 'ON'),
(10438, 40, 292, 'Chatsworth', 'ON'),
(10439, 40, 292, 'Cheapside', 'ON'),
(10440, 40, 292, 'Chelmsford', 'ON'),
(10441, 40, 292, 'Chesley', 'ON'),
(10442, 40, 292, 'Chesterville', 'ON'),
(10443, 40, 292, 'Chetwynd', 'ON'),
(10444, 40, 292, 'Churchill', 'ON'),
(10445, 40, 292, 'Churchville', 'ON'),
(10446, 40, 292, 'Claremont', 'ON'),
(10447, 40, 292, 'Clarence', 'ON'),
(10448, 40, 292, 'Clarence-Rockland', 'ON'),
(10449, 40, 292, 'Clarksburg', 'ON'),
(10450, 40, 292, 'Clifford', 'ON'),
(10451, 40, 292, 'Clinton', 'ON'),
(10452, 40, 292, 'Cobalt', 'ON'),
(10453, 40, 292, 'Cobourg', 'ON'),
(10454, 40, 292, 'Cochrane', 'ON'),
(10455, 40, 292, 'Coe Hill', 'ON'),
(10456, 40, 292, 'Colborne', 'ON'),
(10457, 40, 292, 'Coldwater', 'ON'),
(10458, 40, 292, 'Collingwood', 'ON'),
(10459, 40, 292, 'Comber', 'ON'),
(10460, 40, 292, 'Combermere', 'ON'),
(10461, 40, 292, 'Concord', 'ON'),
(10462, 40, 292, 'Conestogo', 'ON'),
(10463, 40, 292, 'Coniston', 'ON'),
(10464, 40, 292, 'Copper Cliff', 'ON'),
(10465, 40, 292, 'Corbeil', 'ON'),
(10466, 40, 292, 'Corbyville', 'ON'),
(10467, 40, 292, 'Cornwall', 'ON'),
(10468, 40, 292, 'Cottam', 'ON'),
(10469, 40, 292, 'Courtland', 'ON'),
(10470, 40, 292, 'Courtright', 'ON'),
(10471, 40, 292, 'Crediton', 'ON'),
(10472, 40, 292, 'Creemore', 'ON'),
(10473, 40, 292, 'Cumberland', 'ON'),
(10474, 40, 292, 'Curve Lake', 'ON'),
(10475, 40, 292, 'Dalton', 'ON'),
(10476, 40, 292, 'Dashwood', 'ON'),
(10477, 40, 292, 'Deep River', 'ON'),
(10478, 40, 292, 'Deer Lake', 'ON'),
(10479, 40, 292, 'Delaware', 'ON'),
(10480, 40, 292, 'Delaware West', 'ON'),
(10481, 40, 292, 'Delhi', 'ON'),
(10482, 40, 292, 'Deseronto', 'ON'),
(10483, 40, 292, 'Don Mills', 'ON'),
(10484, 40, 292, 'Dorchester', 'ON'),
(10485, 40, 292, 'Downsview', 'ON'),
(10486, 40, 292, 'Drayton', 'ON'),
(10487, 40, 292, 'Dresden', 'ON'),
(10488, 40, 292, 'Drumbo', 'ON'),
(10489, 40, 292, 'Dryden', 'ON'),
(10490, 40, 292, 'Dubreuilville', 'ON'),
(10491, 40, 292, 'Dundalk', 'ON'),
(10492, 40, 292, 'Dundas', 'ON'),
(10493, 40, 292, 'Dunnville', 'ON'),
(10494, 40, 292, 'Dunsford', 'ON'),
(10495, 40, 292, 'Duntroon', 'ON'),
(10496, 40, 292, 'Durham', 'ON'),
(10497, 40, 292, 'Dwight', 'ON'),
(10498, 40, 292, 'Earlton', 'ON'),
(10499, 40, 292, 'East Oakland', 'ON'),
(10500, 40, 292, 'Eatonville', 'ON'),
(10501, 40, 292, 'Echo Bay', 'ON'),
(10502, 40, 292, 'Eden', 'ON'),
(10503, 40, 292, 'Edwards', 'ON'),
(10504, 40, 292, 'Eganville', 'ON'),
(10505, 40, 292, 'Elgin', 'ON'),
(10506, 40, 292, 'Elk Lake', 'ON'),
(10507, 40, 292, 'Elliot Lake', 'ON'),
(10508, 40, 292, 'Elmira', 'ON'),
(10509, 40, 292, 'Elora', 'ON'),
(10510, 40, 292, 'Embrun', 'ON'),
(10511, 40, 292, 'Emerald', 'ON'),
(10512, 40, 292, 'Emsdale', 'ON'),
(10513, 40, 292, 'Englehart', 'ON'),
(10514, 40, 292, 'Ennismore', 'ON'),
(10515, 40, 292, 'Erin', 'ON'),
(10516, 40, 292, 'Espanola', 'ON'),
(10517, 40, 292, 'Essa', 'ON'),
(10518, 40, 292, 'Essex', 'ON'),
(10519, 40, 292, 'Etobicoke', 'ON'),
(10520, 40, 292, 'Everett', 'ON'),
(10521, 40, 292, 'Exeter', 'ON'),
(10522, 40, 292, 'Fenelon Falls', 'ON'),
(10523, 40, 292, 'Fergus', 'ON'),
(10524, 40, 292, 'Ferland', 'ON'),
(10525, 40, 292, 'Finch', 'ON'),
(10526, 40, 292, 'Flesherton', 'ON'),
(10527, 40, 292, 'Fonthill', 'ON'),
(10528, 40, 292, 'Forest', 'ON'),
(10529, 40, 292, 'Fort Albany', 'ON'),
(10530, 40, 292, 'Fort Erie', 'ON'),
(10531, 40, 292, 'Fort Frances', 'ON'),
(10532, 40, 292, 'Fort Hope', 'ON'),
(10533, 40, 292, 'Fort Severn', 'ON'),
(10534, 40, 292, 'Foymount', 'ON'),
(10535, 40, 292, 'Frankford', 'ON'),
(10536, 40, 292, 'Fraserville', 'ON'),
(10537, 40, 292, 'Gananoque', 'ON'),
(10538, 40, 292, 'Garson', 'ON'),
(10539, 40, 292, 'Georgetown', 'ON'),
(10540, 40, 292, 'Georgian Bluffs', 'ON'),
(10541, 40, 292, 'Geraldton', 'ON'),
(10542, 40, 292, 'Gilford', 'ON'),
(10543, 40, 292, 'Gilmour', 'ON'),
(10544, 40, 292, 'Glencoe', 'ON'),
(10545, 40, 292, 'Gloucester', 'ON'),
(10546, 40, 292, 'Goderich', 'ON'),
(10547, 40, 292, 'Godfrey', 'ON'),
(10548, 40, 292, 'Golden Lake', 'ON'),
(10549, 40, 292, 'Gores Landing', 'ON'),
(10550, 40, 292, 'Grafton', 'ON'),
(10551, 40, 292, 'Grand Bend', 'ON'),
(10552, 40, 292, 'Grand Valley', 'ON'),
(10553, 40, 292, 'Grassie', 'ON'),
(10554, 40, 292, 'Gravenhurst', 'ON'),
(10555, 40, 292, 'Greater Sudbury', 'ON'),
(10556, 40, 292, 'Greely', 'ON'),
(10557, 40, 292, 'Greenwood', 'ON'),
(10558, 40, 292, 'Grimsby', 'ON'),
(10559, 40, 292, 'Guelph', 'ON'),
(10560, 40, 292, 'Hagersville', 'ON'),
(10561, 40, 292, 'Haileybury', 'ON'),
(10562, 40, 292, 'Haliburton', 'ON'),
(10563, 40, 292, 'Halton Hills', 'ON'),
(10564, 40, 292, 'Hamilton', 'ON'),
(10565, 40, 292, 'Hanover', 'ON'),
(10566, 40, 292, 'Harriston', 'ON'),
(10567, 40, 292, 'Harrow', 'ON'),
(10568, 40, 292, 'Harwood', 'ON'),
(10569, 40, 292, 'Hastings', 'ON'),
(10570, 40, 292, 'Havelock', 'ON'),
(10571, 40, 292, 'Hawkesbury', 'ON'),
(10572, 40, 292, 'Hawkestone Beach', 'ON'),
(10573, 40, 292, 'Hearst', 'ON'),
(10574, 40, 292, 'Hensall', 'ON'),
(10575, 40, 292, 'Hespeler', 'ON'),
(10576, 40, 292, 'Hickson', 'ON'),
(10577, 40, 292, 'Highland Grove', 'ON'),
(10578, 40, 292, 'Hillsburgh', 'ON'),
(10579, 40, 292, 'Hilton Beach', 'ON'),
(10580, 40, 292, 'Hornepayne', 'ON'),
(10581, 40, 292, 'Hudson', 'ON'),
(10582, 40, 292, 'Huntsville', 'ON'),
(10583, 40, 292, 'Huron East', 'ON'),
(10584, 40, 292, 'Ignace', 'ON'),
(10585, 40, 292, 'Ilderton', 'ON'),
(10586, 40, 292, 'Ingersoll', 'ON'),
(10587, 40, 292, 'Ingleside', 'ON'),
(10588, 40, 292, 'Inglewood', 'ON'),
(10589, 40, 292, 'Innisfil', 'ON'),
(10590, 40, 292, 'Inwood', 'ON'),
(10591, 40, 292, 'Iona Station', 'ON'),
(10592, 40, 292, 'Iron Bridge', 'ON'),
(10593, 40, 292, 'Iroquois', 'ON'),
(10594, 40, 292, 'Iroquois Falls', 'ON'),
(10595, 40, 292, 'Islington', 'ON'),
(10596, 40, 292, 'Janetville', 'ON'),
(10597, 40, 292, 'Jerseyville', 'ON'),
(10598, 40, 292, 'Johnstown', 'ON'),
(10599, 40, 292, 'Jordan', 'ON'),
(10600, 40, 292, 'Kanata', 'ON'),
(10601, 40, 292, 'Kapuskasing', 'ON'),
(10602, 40, 292, 'Kars', 'ON'),
(10603, 40, 292, 'Kasabonika', 'ON'),
(10604, 40, 292, 'Kearney', 'ON'),
(10605, 40, 292, 'Keene', 'ON'),
(10606, 40, 292, 'Keewatin', 'ON'),
(10607, 40, 292, 'Kemptville', 'ON'),
(10608, 40, 292, 'Kenora', 'ON'),
(10609, 40, 292, 'Keswick Beach', 'ON'),
(10610, 40, 292, 'Kettleby', 'ON'),
(10611, 40, 292, 'Killaloe', 'ON'),
(10612, 40, 292, 'Kilworthy', 'ON'),
(10613, 40, 292, 'Kincardine', 'ON'),
(10614, 40, 292, 'King', 'ON'),
(10615, 40, 292, 'King City', 'ON'),
(10616, 40, 292, 'Kingfisher Lake', 'ON'),
(10617, 40, 292, 'Kingston', 'ON'),
(10618, 40, 292, 'Kingsville', 'ON'),
(10619, 40, 292, 'Kippen', 'ON'),
(10620, 40, 292, 'Kirkfield', 'ON'),
(10621, 40, 292, 'Kirkland Lake', 'ON'),
(10622, 40, 292, 'Kirkton', 'ON'),
(10623, 40, 292, 'Kitchener', 'ON'),
(10624, 40, 292, 'Kleinburg Station', 'ON'),
(10625, 40, 292, 'Kohler', 'ON'),
(10626, 40, 292, 'Komoka', 'ON'),
(10627, 40, 292, 'L\'Amable', 'ON'),
(10628, 40, 292, 'L\'Orignal', 'ON'),
(10629, 40, 292, 'Lakefield', 'ON'),
(10630, 40, 292, 'Lakehurst', 'ON'),
(10631, 40, 292, 'Lakeshore', 'ON'),
(10632, 40, 292, 'Lanark', 'ON'),
(10633, 40, 292, 'Lancaster', 'ON'),
(10634, 40, 292, 'Lansdowne', 'ON'),
(10635, 40, 292, 'Leamington', 'ON'),
(10636, 40, 292, 'Leaside', 'ON'),
(10637, 40, 292, 'Lefroy', 'ON'),
(10638, 40, 292, 'Leonard', 'ON'),
(10639, 40, 292, 'Levack', 'ON'),
(10640, 40, 292, 'Limehouse', 'ON'),
(10641, 40, 292, 'Limoges', 'ON'),
(10642, 40, 292, 'Lindsay', 'ON'),
(10643, 40, 292, 'Lion\'s Head', 'ON'),
(10644, 40, 292, 'Listowel', 'ON'),
(10645, 40, 292, 'Little Britain', 'ON'),
(10646, 40, 292, 'Little Current', 'ON'),
(10647, 40, 292, 'Lively', 'ON'),
(10648, 40, 292, 'Londesborough', 'ON'),
(10649, 40, 292, 'London', 'ON'),
(10650, 40, 292, 'Long Sault', 'ON'),
(10651, 40, 292, 'Longbow Lake', 'ON'),
(10652, 40, 292, 'Loretto', 'ON'),
(10653, 40, 292, 'Lucan', 'ON'),
(10654, 40, 292, 'Lucknow', 'ON'),
(10655, 40, 292, 'Lyn', 'ON'),
(10656, 40, 292, 'Maberly', 'ON'),
(10657, 40, 292, 'Madoc', 'ON'),
(10658, 40, 292, 'Maidstone', 'ON'),
(10659, 40, 292, 'Mallorytown Landing', 'ON'),
(10660, 40, 292, 'Malton', 'ON'),
(10661, 40, 292, 'Manitouwadge', 'ON'),
(10662, 40, 292, 'Manitowaning', 'ON'),
(10663, 40, 292, 'Mannheim', 'ON'),
(10664, 40, 292, 'Manotick Station', 'ON'),
(10665, 40, 292, 'Maple', 'ON'),
(10666, 40, 292, 'Mar', 'ON'),
(10667, 40, 292, 'Marathon', 'ON'),
(10668, 40, 292, 'Marionville', 'ON'),
(10669, 40, 292, 'Markdale', 'ON'),
(10670, 40, 292, 'Markham', 'ON'),
(10671, 40, 292, 'Markstay', 'ON'),
(10672, 40, 292, 'Marmora', 'ON'),
(10673, 40, 292, 'Massey', 'ON'),
(10674, 40, 292, 'Matheson', 'ON'),
(10675, 40, 292, 'Mattawa', 'ON'),
(10676, 40, 292, 'Maxville', 'ON'),
(10677, 40, 292, 'Maynooth', 'ON'),
(10678, 40, 292, 'McGregor', 'ON'),
(10679, 40, 292, 'Meaford', 'ON'),
(10680, 40, 292, 'Melancthon', 'ON'),
(10681, 40, 292, 'Merlin', 'ON'),
(10682, 40, 292, 'Merrickville', 'ON'),
(10683, 40, 292, 'Midhurst', 'ON'),
(10684, 40, 292, 'Midland', 'ON'),
(10685, 40, 292, 'Migisi Sahgaigan', 'ON'),
(10686, 40, 292, 'Mildmay', 'ON'),
(10687, 40, 292, 'Millbrook', 'ON'),
(10688, 40, 292, 'Miller Lake', 'ON');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(10689, 40, 292, 'Millgrove', 'ON'),
(10690, 40, 292, 'Milton', 'ON'),
(10691, 40, 292, 'Milverton', 'ON'),
(10692, 40, 292, 'Mindemoya', 'ON'),
(10693, 40, 292, 'Minden', 'ON'),
(10694, 40, 292, 'Mississauga', 'ON'),
(10695, 40, 292, 'Mitchell', 'ON'),
(10696, 40, 292, 'Moffat', 'ON'),
(10697, 40, 292, 'Mono', 'ON'),
(10698, 40, 292, 'Mooretown', 'ON'),
(10699, 40, 292, 'Moose Creek', 'ON'),
(10700, 40, 292, 'Moosonee', 'ON'),
(10701, 40, 292, 'Moraviantown', 'ON'),
(10702, 40, 292, 'Morewood', 'ON'),
(10703, 40, 292, 'Morrisburg', 'ON'),
(10704, 40, 292, 'Mossley', 'ON'),
(10705, 40, 292, 'Mount Brydges', 'ON'),
(10706, 40, 292, 'Mount Elgin', 'ON'),
(10707, 40, 292, 'Mount Forest', 'ON'),
(10708, 40, 292, 'Muirkirk', 'ON'),
(10709, 40, 292, 'Mulmur', 'ON'),
(10710, 40, 292, 'Muncey', 'ON'),
(10711, 40, 292, 'Munster', 'ON'),
(10712, 40, 292, 'Napanee', 'ON'),
(10713, 40, 292, 'Neebing', 'ON'),
(10714, 40, 292, 'Nepean', 'ON'),
(10715, 40, 292, 'Nestleton', 'ON'),
(10716, 40, 292, 'New Dundee', 'ON'),
(10717, 40, 292, 'New Hamburg', 'ON'),
(10718, 40, 292, 'Newboro', 'ON'),
(10719, 40, 292, 'Newbury', 'ON'),
(10720, 40, 292, 'Newcastle Village', 'ON'),
(10721, 40, 292, 'Newmarket', 'ON'),
(10722, 40, 292, 'Newport', 'ON'),
(10723, 40, 292, 'Newton', 'ON'),
(10724, 40, 292, 'Newtonville', 'ON'),
(10725, 40, 292, 'Niagara Falls', 'ON'),
(10726, 40, 292, 'Niagara-on-the-Lake', 'ON'),
(10727, 40, 292, 'Nipigon', 'ON'),
(10728, 40, 292, 'Nipissing', 'ON'),
(10729, 40, 292, 'Nobel', 'ON'),
(10730, 40, 292, 'Nobleton', 'ON'),
(10731, 40, 292, 'North Bay', 'ON'),
(10732, 40, 292, 'North Lunenburg', 'ON'),
(10733, 40, 292, 'North Perth', 'ON'),
(10734, 40, 292, 'North Russell', 'ON'),
(10735, 40, 292, 'North Woodslee', 'ON'),
(10736, 40, 292, 'North York', 'ON'),
(10737, 40, 292, 'Norval', 'ON'),
(10738, 40, 292, 'Norwich', 'ON'),
(10739, 40, 292, 'Norwood', 'ON'),
(10740, 40, 292, 'Nottawa', 'ON'),
(10741, 40, 292, 'Novar', 'ON'),
(10742, 40, 292, 'Oakville', 'ON'),
(10743, 40, 292, 'Oakwood', 'ON'),
(10744, 40, 292, 'Odessa', 'ON'),
(10745, 40, 292, 'Ohsweken', 'ON'),
(10746, 40, 292, 'Oil Springs', 'ON'),
(10747, 40, 292, 'Oldcastle', 'ON'),
(10748, 40, 292, 'Omemee', 'ON'),
(10749, 40, 292, 'Onaping', 'ON'),
(10750, 40, 292, 'Orangeville', 'ON'),
(10751, 40, 292, 'Orillia', 'ON'),
(10752, 40, 292, 'Orleans', 'ON'),
(10753, 40, 292, 'Orono', 'ON'),
(10754, 40, 292, 'Orton', 'ON'),
(10755, 40, 292, 'Oshawa', 'ON'),
(10756, 40, 292, 'Ottawa', 'ON'),
(10757, 40, 292, 'Owen Sound', 'ON'),
(10758, 40, 292, 'Oxdrift', 'ON'),
(10759, 40, 292, 'Pain Court', 'ON'),
(10760, 40, 292, 'Paisley', 'ON'),
(10761, 40, 292, 'Pakenham', 'ON'),
(10762, 40, 292, 'Palmerston', 'ON'),
(10763, 40, 292, 'Paris', 'ON'),
(10764, 40, 292, 'Parkhill', 'ON'),
(10765, 40, 292, 'Parry Sound', 'ON'),
(10766, 40, 292, 'Peawanuck', 'ON'),
(10767, 40, 292, 'Pefferlaw', 'ON'),
(10768, 40, 292, 'Pembroke', 'ON'),
(10769, 40, 292, 'Penetanguishene', 'ON'),
(10770, 40, 292, 'Perth', 'ON'),
(10771, 40, 292, 'Petawawa', 'ON'),
(10772, 40, 292, 'Peterborough', 'ON'),
(10773, 40, 292, 'Petrolia', 'ON'),
(10774, 40, 292, 'Pickering', 'ON'),
(10775, 40, 292, 'Picton', 'ON'),
(10776, 40, 292, 'Pikangikum', 'ON'),
(10777, 40, 292, 'Plantagenet Station', 'ON'),
(10778, 40, 292, 'Pointe-Fortune', 'ON'),
(10779, 40, 292, 'Pontypool', 'ON'),
(10780, 40, 292, 'Poplar Hill', 'ON'),
(10781, 40, 292, 'Port Burwell', 'ON'),
(10782, 40, 292, 'Port Colborne', 'ON'),
(10783, 40, 292, 'Port Dover', 'ON'),
(10784, 40, 292, 'Port Elgin', 'ON'),
(10785, 40, 292, 'Port Hope', 'ON'),
(10786, 40, 292, 'Port McNicoll', 'ON'),
(10787, 40, 292, 'Port Perry', 'ON'),
(10788, 40, 292, 'Port Royal', 'ON'),
(10789, 40, 292, 'Port Stanley', 'ON'),
(10790, 40, 292, 'Potter', 'ON'),
(10791, 40, 292, 'Powassan', 'ON'),
(10792, 40, 292, 'Prescott', 'ON'),
(10793, 40, 292, 'Priceville', 'ON'),
(10794, 40, 292, 'Puslinch', 'ON'),
(10795, 40, 292, 'Quinte West', 'ON'),
(10796, 40, 292, 'Rama', 'ON'),
(10797, 40, 292, 'Ramore', 'ON'),
(10798, 40, 292, 'Red Lake', 'ON'),
(10799, 40, 292, 'Renfrew', 'ON'),
(10800, 40, 292, 'Rexdale', 'ON'),
(10801, 40, 292, 'Richards Landing', 'ON'),
(10802, 40, 292, 'Richmond', 'ON'),
(10803, 40, 292, 'Richmond Hill', 'ON'),
(10804, 40, 292, 'Rideau Ferry', 'ON'),
(10805, 40, 292, 'Ridgetown', 'ON'),
(10806, 40, 292, 'Ridgeway', 'ON'),
(10807, 40, 292, 'Ripley', 'ON'),
(10808, 40, 292, 'River Canard', 'ON'),
(10809, 40, 292, 'Rockland', 'ON'),
(10810, 40, 292, 'Rockton', 'ON'),
(10811, 40, 292, 'Rockwood', 'ON'),
(10812, 40, 292, 'Rodney', 'ON'),
(10813, 40, 292, 'Roseneath', 'ON'),
(10814, 40, 292, 'Rosseau Falls', 'ON'),
(10815, 40, 292, 'Rossport', 'ON'),
(10816, 40, 292, 'Sachigo Lake', 'ON'),
(10817, 40, 292, 'Sandy Lake', 'ON'),
(10818, 40, 292, 'Sarnia', 'ON'),
(10819, 40, 292, 'Sault Ste. Marie', 'ON'),
(10820, 40, 292, 'Scarborough', 'ON'),
(10821, 40, 292, 'Schomberg', 'ON'),
(10822, 40, 292, 'Schreiber', 'ON'),
(10823, 40, 292, 'Schumacher', 'ON'),
(10824, 40, 292, 'Scotland', 'ON'),
(10825, 40, 292, 'Seaforth', 'ON'),
(10826, 40, 292, 'Sebringville', 'ON'),
(10827, 40, 292, 'Severn Bridge', 'ON'),
(10828, 40, 292, 'Shallow Lake', 'ON'),
(10829, 40, 292, 'Shannonville', 'ON'),
(10830, 40, 292, 'Sharbot Lake', 'ON'),
(10831, 40, 292, 'Sharon', 'ON'),
(10832, 40, 292, 'Shedden', 'ON'),
(10833, 40, 292, 'Shelburne', 'ON'),
(10834, 40, 292, 'Simcoe', 'ON'),
(10835, 40, 292, 'Sioux Lookout', 'ON'),
(10836, 40, 292, 'Sioux Narrows', 'ON'),
(10837, 40, 292, 'Skead', 'ON'),
(10838, 40, 292, 'Smiths Falls', 'ON'),
(10839, 40, 292, 'Smithville', 'ON'),
(10840, 40, 292, 'Smooth Rock Falls', 'ON'),
(10841, 40, 292, 'South Glengarry', 'ON'),
(10842, 40, 292, 'South Gower', 'ON'),
(10843, 40, 292, 'South Lancaster', 'ON'),
(10844, 40, 292, 'South Mountain', 'ON'),
(10845, 40, 292, 'South Porcupine', 'ON'),
(10846, 40, 292, 'South River', 'ON'),
(10847, 40, 292, 'Southwold', 'ON'),
(10848, 40, 292, 'Spanish', 'ON'),
(10849, 40, 292, 'Spring Hill', 'ON'),
(10850, 40, 292, 'Sprucedale', 'ON'),
(10851, 40, 292, 'St. Catharines', 'ON'),
(10852, 40, 292, 'St. Marys', 'ON'),
(10853, 40, 292, 'St. Thomas', 'ON'),
(10854, 40, 292, 'Stayner', 'ON'),
(10855, 40, 292, 'Stevensville', 'ON'),
(10856, 40, 292, 'Stirling', 'ON'),
(10857, 40, 292, 'Stittsville', 'ON'),
(10858, 40, 292, 'Stoney Creek', 'ON'),
(10859, 40, 292, 'Stoney Point/Pointe-aux-Roches', 'ON'),
(10860, 40, 292, 'Stouffville', 'ON'),
(10861, 40, 292, 'Stratford', 'ON'),
(10862, 40, 292, 'Strathroy', 'ON'),
(10863, 40, 292, 'Streetsville', 'ON'),
(10864, 40, 292, 'Sturgeon Falls', 'ON'),
(10865, 40, 292, 'Summerstown', 'ON'),
(10866, 40, 292, 'Sunderland', 'ON'),
(10867, 40, 292, 'Sundridge', 'ON'),
(10868, 40, 292, 'Sutton', 'ON'),
(10869, 40, 292, 'Sutton West', 'ON'),
(10870, 40, 292, 'Swastika', 'ON'),
(10871, 40, 292, 'Sydenham', 'ON'),
(10872, 40, 292, 'Tara', 'ON'),
(10873, 40, 292, 'Tavistock', 'ON'),
(10874, 40, 292, 'Tecumseh', 'ON'),
(10875, 40, 292, 'Teeswater', 'ON'),
(10876, 40, 292, 'Tehkummah', 'ON'),
(10877, 40, 292, 'Temagami', 'ON'),
(10878, 40, 292, 'Temiskaming Shores', 'ON'),
(10879, 40, 292, 'Terra Cotta', 'ON'),
(10880, 40, 292, 'Terrace Bay', 'ON'),
(10881, 40, 292, 'Thamesford', 'ON'),
(10882, 40, 292, 'Thedford', 'ON'),
(10883, 40, 292, 'Theresa', 'ON'),
(10884, 40, 292, 'Thessalon', 'ON'),
(10885, 40, 292, 'Thornbury', 'ON'),
(10886, 40, 292, 'Thorndale', 'ON'),
(10887, 40, 292, 'Thornhill', 'ON'),
(10888, 40, 292, 'Thornton', 'ON'),
(10889, 40, 292, 'Thorold', 'ON'),
(10890, 40, 292, 'Thunder Bay', 'ON'),
(10891, 40, 292, 'Tichborne', 'ON'),
(10892, 40, 292, 'Tilbury', 'ON'),
(10893, 40, 292, 'Tillsonburg', 'ON'),
(10894, 40, 292, 'Timmins', 'ON'),
(10895, 40, 292, 'Tobermory', 'ON'),
(10896, 40, 292, 'Toronto', 'ON'),
(10897, 40, 292, 'Tottenham', 'ON'),
(10898, 40, 292, 'Trenton', 'ON'),
(10899, 40, 292, 'Trout Creek', 'ON'),
(10900, 40, 292, 'Tweed', 'ON'),
(10901, 40, 292, 'Unionville', 'ON'),
(10902, 40, 292, 'Utopia', 'ON'),
(10903, 40, 292, 'Utterson', 'ON'),
(10904, 40, 292, 'Uxbridge', 'ON'),
(10905, 40, 292, 'Vanessa', 'ON'),
(10906, 40, 292, 'Vankleek Hill', 'ON'),
(10907, 40, 292, 'Varna', 'ON'),
(10908, 40, 292, 'Vaughan', 'ON'),
(10909, 40, 292, 'Vermilion Bay', 'ON'),
(10910, 40, 292, 'Verner', 'ON'),
(10911, 40, 292, 'Verona', 'ON'),
(10912, 40, 292, 'Victoria Harbour', 'ON'),
(10913, 40, 292, 'Vineland Station', 'ON'),
(10914, 40, 292, 'Wainfleet', 'ON'),
(10915, 40, 292, 'Walkerton', 'ON'),
(10916, 40, 292, 'Wallaceburg', 'ON'),
(10917, 40, 292, 'Wallenstein', 'ON'),
(10918, 40, 292, 'Warkworth', 'ON'),
(10919, 40, 292, 'Warren', 'ON'),
(10920, 40, 292, 'Warsaw', 'ON'),
(10921, 40, 292, 'Wasaga Beach', 'ON'),
(10922, 40, 292, 'Washago', 'ON'),
(10923, 40, 292, 'Waterdown', 'ON'),
(10924, 40, 292, 'Waterford', 'ON'),
(10925, 40, 292, 'Waterloo', 'ON'),
(10926, 40, 292, 'Watford', 'ON'),
(10927, 40, 292, 'Waubaushene', 'ON'),
(10928, 40, 292, 'Wawa', 'ON'),
(10929, 40, 292, 'Weagamow Lake', 'ON'),
(10930, 40, 292, 'Welland', 'ON'),
(10931, 40, 292, 'Wellington', 'ON'),
(10932, 40, 292, 'West Fort William', 'ON'),
(10933, 40, 292, 'West Hill', 'ON'),
(10934, 40, 292, 'West Lorne', 'ON'),
(10935, 40, 292, 'West Osgoode', 'ON'),
(10936, 40, 292, 'Weston', 'ON'),
(10937, 40, 292, 'Westport', 'ON'),
(10938, 40, 292, 'Wheatley', 'ON'),
(10939, 40, 292, 'Whitby', 'ON'),
(10940, 40, 292, 'White Lake', 'ON'),
(10941, 40, 292, 'Whitefish', 'ON'),
(10942, 40, 292, 'Whitney', 'ON'),
(10943, 40, 292, 'Wiarton', 'ON'),
(10944, 40, 292, 'Wilberforce', 'ON'),
(10945, 40, 292, 'Williamsburg', 'ON'),
(10946, 40, 292, 'Willow Beach', 'ON'),
(10947, 40, 292, 'Willowdale', 'ON'),
(10948, 40, 292, 'Wilsonville', 'ON'),
(10949, 40, 292, 'Winchester', 'ON'),
(10950, 40, 292, 'Windsor', 'ON'),
(10951, 40, 292, 'Wingham', 'ON'),
(10952, 40, 292, 'Woodbridge', 'ON'),
(10953, 40, 292, 'Woodlawn', 'ON'),
(10954, 40, 292, 'Woodstock', 'ON'),
(10955, 40, 292, 'Woodville', 'ON'),
(10956, 40, 292, 'Wyebridge', 'ON'),
(10957, 40, 292, 'Wyoming', 'ON'),
(10958, 40, 292, 'York', 'ON'),
(10959, 40, 293, 'Alberton', 'PE'),
(10960, 40, 293, 'Belfast', 'PE'),
(10961, 40, 293, 'Belle River', 'PE'),
(10962, 40, 293, 'Bonshaw', 'PE'),
(10963, 40, 293, 'Borden-Carleton', 'PE'),
(10964, 40, 293, 'Cardigan', 'PE'),
(10965, 40, 293, 'Charlottetown', 'PE'),
(10966, 40, 293, 'Cornwall', 'PE'),
(10967, 40, 293, 'Crapaud', 'PE'),
(10968, 40, 293, 'Eldon', 'PE'),
(10969, 40, 293, 'Ellerslie-Bideford', 'PE'),
(10970, 40, 293, 'Elmira', 'PE'),
(10971, 40, 293, 'Elmsdale', 'PE'),
(10972, 40, 293, 'Freetown', 'PE'),
(10973, 40, 293, 'Glenfinnan', 'PE'),
(10974, 40, 293, 'Hunter River', 'PE'),
(10975, 40, 293, 'Johnstons River', 'PE'),
(10976, 40, 293, 'Kensington', 'PE'),
(10977, 40, 293, 'Margate', 'PE'),
(10978, 40, 293, 'Milton Station', 'PE'),
(10979, 40, 293, 'Montague', 'PE'),
(10980, 40, 293, 'Morell', 'PE'),
(10981, 40, 293, 'Mount Stewart', 'PE'),
(10982, 40, 293, 'Murray Harbour', 'PE'),
(10983, 40, 293, 'Murray River', 'PE'),
(10984, 40, 293, 'North Rustico', 'PE'),
(10985, 40, 293, 'O\'Leary', 'PE'),
(10986, 40, 293, 'Portage', 'PE'),
(10987, 40, 293, 'Rice Point', 'PE'),
(10988, 40, 293, 'Richmond', 'PE'),
(10989, 40, 293, 'Rusticoville', 'PE'),
(10990, 40, 293, 'Souris', 'PE'),
(10991, 40, 293, 'Stratford', 'PE'),
(10992, 40, 293, 'Suffolk', 'PE'),
(10993, 40, 293, 'Summerside', 'PE'),
(10994, 40, 293, 'Tyne Valley', 'PE'),
(10995, 40, 293, 'Wellington', 'PE'),
(10996, 40, 294, 'Acton Vale', 'QC'),
(10997, 40, 294, 'Adstock', 'QC'),
(10998, 40, 294, 'Aguanish', 'QC'),
(10999, 40, 294, 'Albanel', 'QC'),
(11000, 40, 294, 'Alma', 'QC'),
(11001, 40, 294, 'Amos', 'QC'),
(11002, 40, 294, 'Amqui', 'QC'),
(11003, 40, 294, 'Ange-Gardien', 'QC'),
(11004, 40, 294, 'Angliers', 'QC'),
(11005, 40, 294, 'Anjou', 'QC'),
(11006, 40, 294, 'Armagh', 'QC'),
(11007, 40, 294, 'Arthabaska', 'QC'),
(11008, 40, 294, 'Asbestos', 'QC'),
(11009, 40, 294, 'Ascot Corner', 'QC'),
(11010, 40, 294, 'Aupaluk', 'QC'),
(11011, 40, 294, 'Authier-Nord', 'QC'),
(11012, 40, 294, 'Ayer\'s Cliff', 'QC'),
(11013, 40, 294, 'Aylmer', 'QC'),
(11014, 40, 294, 'Baie-Comeau', 'QC'),
(11015, 40, 294, 'Baie-D\'Urfe', 'QC'),
(11016, 40, 294, 'Baie-Des-Sables', 'QC'),
(11017, 40, 294, 'Baie-du-Febvre', 'QC'),
(11018, 40, 294, 'Baie-Saint-Paul', 'QC'),
(11019, 40, 294, 'Barraute', 'QC'),
(11020, 40, 294, 'Batiscan', 'QC'),
(11021, 40, 294, 'Beaconsfield', 'QC'),
(11022, 40, 294, 'Beaucanton', 'QC'),
(11023, 40, 294, 'Beauceville', 'QC'),
(11024, 40, 294, 'Beauharnois', 'QC'),
(11025, 40, 294, 'Beauport', 'QC'),
(11026, 40, 294, 'Beaupre', 'QC'),
(11027, 40, 294, 'Beaux-Rivages--Lac-des-Ecorces--Val-Barrette', 'QC'),
(11028, 40, 294, 'Beaver Crossing', 'QC'),
(11029, 40, 294, 'Becancour', 'QC'),
(11030, 40, 294, 'Bedford', 'QC'),
(11031, 40, 294, 'Belcourt', 'QC'),
(11032, 40, 294, 'Beloeil', 'QC'),
(11033, 40, 294, 'Berthier-Sur-Mer', 'QC'),
(11034, 40, 294, 'Berthierville', 'QC'),
(11035, 40, 294, 'Betsiamites', 'QC'),
(11036, 40, 294, 'Blainville', 'QC'),
(11037, 40, 294, 'Blanc-Sablon', 'QC'),
(11038, 40, 294, 'Bois-des-Filion', 'QC'),
(11039, 40, 294, 'Boisbriand', 'QC'),
(11040, 40, 294, 'Boischatel', 'QC'),
(11041, 40, 294, 'Bonaventure', 'QC'),
(11042, 40, 294, 'Boucherville', 'QC'),
(11043, 40, 294, 'Brome', 'QC'),
(11044, 40, 294, 'Bromont', 'QC'),
(11045, 40, 294, 'Brossard', 'QC'),
(11046, 40, 294, 'Brownsburg-Chatham', 'QC'),
(11047, 40, 294, 'Bryson', 'QC'),
(11048, 40, 294, 'Buckingham', 'QC'),
(11049, 40, 294, 'Cabano', 'QC'),
(11050, 40, 294, 'Cacouna', 'QC'),
(11051, 40, 294, 'Campbell\'s Bay', 'QC'),
(11052, 40, 294, 'Candiac', 'QC'),
(11053, 40, 294, 'Cantley', 'QC'),
(11054, 40, 294, 'Cap-aux-Meules', 'QC'),
(11055, 40, 294, 'Cap-Chat', 'QC'),
(11056, 40, 294, 'Cap-Sante', 'QC'),
(11057, 40, 294, 'Caplan', 'QC'),
(11058, 40, 294, 'Carignan', 'QC'),
(11059, 40, 294, 'Carleton-sur-Mer', 'QC'),
(11060, 40, 294, 'Cartierville', 'QC'),
(11061, 40, 294, 'Cascapedia-Saint-Jules', 'QC'),
(11062, 40, 294, 'Causapscal', 'QC'),
(11063, 40, 294, 'Chambly', 'QC'),
(11064, 40, 294, 'Chambord', 'QC'),
(11065, 40, 294, 'Champlain', 'QC'),
(11066, 40, 294, 'Chandler', 'QC'),
(11067, 40, 294, 'Chapais', 'QC'),
(11068, 40, 294, 'Chapeau', 'QC'),
(11069, 40, 294, 'Charlemagne', 'QC'),
(11070, 40, 294, 'Charlesbourg', 'QC'),
(11071, 40, 294, 'Charny', 'QC'),
(11072, 40, 294, 'Chateau-Richer', 'QC'),
(11073, 40, 294, 'Chateauguay', 'QC'),
(11074, 40, 294, 'Chazel', 'QC'),
(11075, 40, 294, 'Cheneville', 'QC'),
(11076, 40, 294, 'Chertsey', 'QC'),
(11077, 40, 294, 'Chesterville', 'QC'),
(11078, 40, 294, 'Chibougamau', 'QC'),
(11079, 40, 294, 'Chicoutimi', 'QC'),
(11080, 40, 294, 'Chisasibi', 'QC'),
(11081, 40, 294, 'Chomedey', 'QC'),
(11082, 40, 294, 'Chute-aux-Outardes', 'QC'),
(11083, 40, 294, 'Chute-Saint-Philippe', 'QC'),
(11084, 40, 294, 'Circonscription electorale d\'Outremont', 'QC'),
(11085, 40, 294, 'Clermont', 'QC'),
(11086, 40, 294, 'Coaticook', 'QC'),
(11087, 40, 294, 'Coleraine', 'QC'),
(11088, 40, 294, 'Colombier', 'QC'),
(11089, 40, 294, 'Compton', 'QC'),
(11090, 40, 294, 'Contrecoeur', 'QC'),
(11091, 40, 294, 'Cookshire-Eaton', 'QC'),
(11092, 40, 294, 'Cote-Saint-Luc', 'QC'),
(11093, 40, 294, 'Coteau-du-Lac', 'QC'),
(11094, 40, 294, 'Courcelles', 'QC'),
(11095, 40, 294, 'Cowansville', 'QC'),
(11096, 40, 294, 'Crabtree', 'QC'),
(11097, 40, 294, 'Danville', 'QC'),
(11098, 40, 294, 'Daveluyville', 'QC'),
(11099, 40, 294, 'Degelis', 'QC'),
(11100, 40, 294, 'Delson', 'QC'),
(11101, 40, 294, 'Deschambault', 'QC'),
(11102, 40, 294, 'Deux-Montagnes', 'QC'),
(11103, 40, 294, 'Dewittville', 'QC'),
(11104, 40, 294, 'Didyme', 'QC'),
(11105, 40, 294, 'Disraeli', 'QC'),
(11106, 40, 294, 'Dixville', 'QC'),
(11107, 40, 294, 'Dolbeau-Mistassini', 'QC'),
(11108, 40, 294, 'Dollard-Des Ormeaux', 'QC'),
(11109, 40, 294, 'Donnacona', 'QC'),
(11110, 40, 294, 'Dorval', 'QC'),
(11111, 40, 294, 'Dosquet', 'QC'),
(11112, 40, 294, 'Drummondville', 'QC'),
(11113, 40, 294, 'Dudswell', 'QC'),
(11114, 40, 294, 'Duhamel', 'QC'),
(11115, 40, 294, 'Durham-Sud', 'QC'),
(11116, 40, 294, 'Duvernay-Est', 'QC'),
(11117, 40, 294, 'East Angus', 'QC'),
(11118, 40, 294, 'East Broughton', 'QC'),
(11119, 40, 294, 'Eastman', 'QC'),
(11120, 40, 294, 'Fabreville', 'QC'),
(11121, 40, 294, 'Farnham', 'QC'),
(11122, 40, 294, 'Fassett', 'QC'),
(11123, 40, 294, 'Fatima', 'QC'),
(11124, 40, 294, 'Ferme-Neuve', 'QC'),
(11125, 40, 294, 'Fermont', 'QC'),
(11126, 40, 294, 'Forestville', 'QC'),
(11127, 40, 294, 'Fortierville', 'QC'),
(11128, 40, 294, 'Foster', 'QC'),
(11129, 40, 294, 'Frampton', 'QC'),
(11130, 40, 294, 'Frelighsburg', 'QC'),
(11131, 40, 294, 'Frontenac', 'QC'),
(11132, 40, 294, 'Fugereville', 'QC'),
(11133, 40, 294, 'Fulford', 'QC'),
(11134, 40, 294, 'Gallichan', 'QC'),
(11135, 40, 294, 'Gaspé', 'QC'),
(11136, 40, 294, 'Gatineau', 'QC'),
(11137, 40, 294, 'Granby', 'QC'),
(11138, 40, 294, 'Grande-Riviere', 'QC'),
(11139, 40, 294, 'Grande-Vallee', 'QC'),
(11140, 40, 294, 'Greenfield Park', 'QC'),
(11141, 40, 294, 'Grenville', 'QC'),
(11142, 40, 294, 'Grosse-Ile', 'QC'),
(11143, 40, 294, 'Grosses-Roches', 'QC'),
(11144, 40, 294, 'Guigues', 'QC'),
(11145, 40, 294, 'Ham-Nord', 'QC'),
(11146, 40, 294, 'Harrington Harbour', 'QC'),
(11147, 40, 294, 'Havre-Saint-Pierre', 'QC'),
(11148, 40, 294, 'Hebertville', 'QC'),
(11149, 40, 294, 'Hemmingford', 'QC'),
(11150, 40, 294, 'Henryville', 'QC'),
(11151, 40, 294, 'Herouxville', 'QC'),
(11152, 40, 294, 'Honfleur', 'QC'),
(11153, 40, 294, 'Howick', 'QC'),
(11154, 40, 294, 'Huberdeau', 'QC'),
(11155, 40, 294, 'Hudson', 'QC'),
(11156, 40, 294, 'Hull', 'QC'),
(11157, 40, 294, 'Huntingdon', 'QC'),
(11158, 40, 294, 'Inukjuak', 'QC'),
(11159, 40, 294, 'Joliette', 'QC'),
(11160, 40, 294, 'Jonquiere', 'QC'),
(11161, 40, 294, 'Kamouraska', 'QC'),
(11162, 40, 294, 'Kangiqsualujjuaq', 'QC'),
(11163, 40, 294, 'Kangiqsujuaq', 'QC'),
(11164, 40, 294, 'Kangirsuk', 'QC'),
(11165, 40, 294, 'Kiamika', 'QC'),
(11166, 40, 294, 'Kingsey Falls', 'QC'),
(11167, 40, 294, 'Kirkland', 'QC'),
(11168, 40, 294, 'Knowlton', 'QC'),
(11169, 40, 294, 'Kuujjuaq', 'QC'),
(11170, 40, 294, 'Kuujjuarapik', 'QC'),
(11171, 40, 294, 'L\'Ancienne-Lorette', 'QC'),
(11172, 40, 294, 'L\'Anse-Saint-Jean', 'QC'),
(11173, 40, 294, 'L\'Ascension', 'QC'),
(11174, 40, 294, 'L\'Assomption', 'QC'),
(11175, 40, 294, 'L\'Epiphanie', 'QC'),
(11176, 40, 294, 'L\'Etang-du-Nord', 'QC'),
(11177, 40, 294, 'L\'Ile Perrot', 'QC'),
(11178, 40, 294, 'L\'Isle-aux-Allumettes', 'QC'),
(11179, 40, 294, 'L\'Isle-Verte', 'QC'),
(11180, 40, 294, 'L\'Islet', 'QC'),
(11181, 40, 294, 'La Baie', 'QC'),
(11182, 40, 294, 'La Conception', 'QC'),
(11183, 40, 294, 'La Dore', 'QC'),
(11184, 40, 294, 'La Malbaie', 'QC'),
(11185, 40, 294, 'La Minerve', 'QC'),
(11186, 40, 294, 'La Motte', 'QC'),
(11187, 40, 294, 'La Peche', 'QC'),
(11188, 40, 294, 'La Plaine', 'QC'),
(11189, 40, 294, 'La Pocatiere', 'QC'),
(11190, 40, 294, 'La Prairie', 'QC'),
(11191, 40, 294, 'La Presentation', 'QC'),
(11192, 40, 294, 'La Reine', 'QC'),
(11193, 40, 294, 'La Sarre', 'QC'),
(11194, 40, 294, 'La Tuque', 'QC'),
(11195, 40, 294, 'Labrecque', 'QC'),
(11196, 40, 294, 'Lac-au-Saumon', 'QC'),
(11197, 40, 294, 'Lac-aux-Sables', 'QC'),
(11198, 40, 294, 'Lac-Bouchette', 'QC'),
(11199, 40, 294, 'Lac-des-Loups', 'QC'),
(11200, 40, 294, 'Lac-Etchemin', 'QC'),
(11201, 40, 294, 'Lac-Frontiere', 'QC'),
(11202, 40, 294, 'Lac-Megantic', 'QC'),
(11203, 40, 294, 'Lac-Simon', 'QC'),
(11204, 40, 294, 'Lac-Superieur', 'QC'),
(11205, 40, 294, 'Lachenaie', 'QC'),
(11206, 40, 294, 'Lachine', 'QC'),
(11207, 40, 294, 'Lachute', 'QC'),
(11208, 40, 294, 'Lacolle', 'QC'),
(11209, 40, 294, 'Lambton', 'QC'),
(11210, 40, 294, 'Landrienne', 'QC'),
(11211, 40, 294, 'Lanoraie', 'QC'),
(11212, 40, 294, 'Lantier', 'QC'),
(11213, 40, 294, 'Lasalle', 'QC'),
(11214, 40, 294, 'Laurier-Station', 'QC'),
(11215, 40, 294, 'Laurierville', 'QC'),
(11216, 40, 294, 'Laval', 'QC'),
(11217, 40, 294, 'Laval-des-Rapides', 'QC'),
(11218, 40, 294, 'Laval-Ouest', 'QC'),
(11219, 40, 294, 'Lavaltrie', 'QC'),
(11220, 40, 294, 'Laverlochere', 'QC'),
(11221, 40, 294, 'Lawrenceville', 'QC'),
(11222, 40, 294, 'Lejeune', 'QC'),
(11223, 40, 294, 'Lemieux', 'QC'),
(11224, 40, 294, 'Lery', 'QC'),
(11225, 40, 294, 'Les Cedres', 'QC'),
(11226, 40, 294, 'Les Coteaux', 'QC'),
(11227, 40, 294, 'Les Eboulements', 'QC'),
(11228, 40, 294, 'Les Escoumins', 'QC'),
(11229, 40, 294, 'Les Mechins', 'QC'),
(11230, 40, 294, 'Levis', 'QC'),
(11231, 40, 294, 'Longue-Rive', 'QC'),
(11232, 40, 294, 'Longueuil', 'QC'),
(11233, 40, 294, 'Loretteville', 'QC'),
(11234, 40, 294, 'Lorraine', 'QC'),
(11235, 40, 294, 'Lorrainville', 'QC'),
(11236, 40, 294, 'Lotbiniere', 'QC'),
(11237, 40, 294, 'Louiseville', 'QC'),
(11238, 40, 294, 'Luskville', 'QC'),
(11239, 40, 294, 'Lyster', 'QC'),
(11240, 40, 294, 'Magog', 'QC'),
(11241, 40, 294, 'Malartic', 'QC'),
(11242, 40, 294, 'Mandeville', 'QC'),
(11243, 40, 294, 'Maniwaki', 'QC'),
(11244, 40, 294, 'Manseau', 'QC'),
(11245, 40, 294, 'Mansonville', 'QC'),
(11246, 40, 294, 'Marbleton', 'QC'),
(11247, 40, 294, 'Maria', 'QC'),
(11248, 40, 294, 'Marieville', 'QC'),
(11249, 40, 294, 'Mascouche', 'QC'),
(11250, 40, 294, 'Mashteuiatsh', 'QC'),
(11251, 40, 294, 'Maskinonge', 'QC'),
(11252, 40, 294, 'Masson-Angers', 'QC'),
(11253, 40, 294, 'Massueville', 'QC'),
(11254, 40, 294, 'Matane', 'QC'),
(11255, 40, 294, 'McMasterville', 'QC'),
(11256, 40, 294, 'Melocheville', 'QC'),
(11257, 40, 294, 'Memphremagog', 'QC'),
(11258, 40, 294, 'Mercier', 'QC'),
(11259, 40, 294, 'Messines', 'QC'),
(11260, 40, 294, 'Metabetchouan-Lac-a-la-Croix', 'QC'),
(11261, 40, 294, 'Metis-sur-Mer', 'QC'),
(11262, 40, 294, 'Mirabel', 'QC'),
(11263, 40, 294, 'Mistassini', 'QC'),
(11264, 40, 294, 'Mistissini', 'QC'),
(11265, 40, 294, 'Mont-Joli', 'QC'),
(11266, 40, 294, 'Mont-Laurier', 'QC'),
(11267, 40, 294, 'Mont-Louis', 'QC'),
(11268, 40, 294, 'Mont-Royal', 'QC'),
(11269, 40, 294, 'Mont-Saint-Gregoire', 'QC'),
(11270, 40, 294, 'Mont-Saint-Hilaire', 'QC'),
(11271, 40, 294, 'Mont-Saint-Michel', 'QC'),
(11272, 40, 294, 'Mont-Tremblant', 'QC'),
(11273, 40, 294, 'Montebello', 'QC'),
(11274, 40, 294, 'Montmagny', 'QC'),
(11275, 40, 294, 'Montpellier', 'QC'),
(11276, 40, 294, 'Montreal', 'QC'),
(11277, 40, 294, 'Montreal East', 'QC'),
(11278, 40, 294, 'Morin-Heights', 'QC'),
(11279, 40, 294, 'Murdochville', 'QC'),
(11280, 40, 294, 'Namur', 'QC'),
(11281, 40, 294, 'Nantes', 'QC'),
(11282, 40, 294, 'Napierville', 'QC'),
(11283, 40, 294, 'Neuville', 'QC'),
(11284, 40, 294, 'New Carlisle', 'QC'),
(11285, 40, 294, 'New-Richmond', 'QC'),
(11286, 40, 294, 'Newport', 'QC'),
(11287, 40, 294, 'Nicolet', 'QC'),
(11288, 40, 294, 'Nominingue', 'QC'),
(11289, 40, 294, 'Normandin', 'QC'),
(11290, 40, 294, 'North Hatley', 'QC'),
(11291, 40, 294, 'North Low', 'QC'),
(11292, 40, 294, 'Notre-Dame-Auxiliatrice-de-Buckland', 'QC'),
(11293, 40, 294, 'Notre-Dame-de-Ham', 'QC'),
(11294, 40, 294, 'Notre-Dame-de-la-Salette', 'QC'),
(11295, 40, 294, 'Notre-Dame-de-Lourdes', 'QC'),
(11296, 40, 294, 'Notre-Dame-de-Pontmain', 'QC'),
(11297, 40, 294, 'Notre-Dame-des-Prairies', 'QC'),
(11298, 40, 294, 'Notre-Dame-du-Bon-Conseil', 'QC'),
(11299, 40, 294, 'Notre-Dame-du-Mont-Carmel', 'QC'),
(11300, 40, 294, 'Notre-Dame-du-Nord', 'QC'),
(11301, 40, 294, 'Notre-Dame-du-Rosaire', 'QC'),
(11302, 40, 294, 'Notre-Dame-du-Sacre-Coeur-d\'Issoudun', 'QC'),
(11303, 40, 294, 'Nouvelle', 'QC'),
(11304, 40, 294, 'Noyan', 'QC'),
(11305, 40, 294, 'Ogden', 'QC'),
(11306, 40, 294, 'Oka', 'QC'),
(11307, 40, 294, 'Omerville', 'QC'),
(11308, 40, 294, 'Ormstown', 'QC'),
(11309, 40, 294, 'Otterburn Park', 'QC'),
(11310, 40, 294, 'Palmarolle', 'QC'),
(11311, 40, 294, 'Papineauville', 'QC'),
(11312, 40, 294, 'Paspebiac', 'QC'),
(11313, 40, 294, 'Piedmont', 'QC'),
(11314, 40, 294, 'Pierreville', 'QC'),
(11315, 40, 294, 'Pincourt', 'QC'),
(11316, 40, 294, 'Plessisville', 'QC'),
(11317, 40, 294, 'Pohenegamook', 'QC'),
(11318, 40, 294, 'Pointe-a-la-Croix', 'QC'),
(11319, 40, 294, 'Pointe-aux-Trembles', 'QC'),
(11320, 40, 294, 'Pointe-Calumet', 'QC'),
(11321, 40, 294, 'Pointe-Claire', 'QC'),
(11322, 40, 294, 'Pointe-Lebel', 'QC'),
(11323, 40, 294, 'Pont-Rouge', 'QC'),
(11324, 40, 294, 'Pont-Viau', 'QC'),
(11325, 40, 294, 'Pontiac', 'QC'),
(11326, 40, 294, 'Port-Cartier', 'QC'),
(11327, 40, 294, 'Port-Menier', 'QC'),
(11328, 40, 294, 'Portneuf', 'QC'),
(11329, 40, 294, 'Preissac', 'QC'),
(11330, 40, 294, 'Prevost', 'QC'),
(11331, 40, 294, 'Price', 'QC'),
(11332, 40, 294, 'Princeville', 'QC'),
(11333, 40, 294, 'Puvirnituq', 'QC'),
(11334, 40, 294, 'Quaqtaq', 'QC'),
(11335, 40, 294, 'Québec', 'QC'),
(11336, 40, 294, 'Quyon', 'QC'),
(11337, 40, 294, 'Racine', 'QC'),
(11338, 40, 294, 'Rawdon', 'QC'),
(11339, 40, 294, 'Repentigny', 'QC'),
(11340, 40, 294, 'Richmond', 'QC'),
(11341, 40, 294, 'Rigaud', 'QC'),
(11342, 40, 294, 'Rimouski', 'QC'),
(11343, 40, 294, 'Ripon', 'QC'),
(11344, 40, 294, 'Riviere-Beaudette', 'QC'),
(11345, 40, 294, 'Riviere-Bleue', 'QC'),
(11346, 40, 294, 'Rivière-du-Loup', 'QC'),
(11347, 40, 294, 'Riviere-Rouge', 'QC'),
(11348, 40, 294, 'Riviere-Saint-Jean', 'QC'),
(11349, 40, 294, 'Riviere-Saint-Paul', 'QC'),
(11350, 40, 294, 'Roberval', 'QC'),
(11351, 40, 294, 'Rochebaucourt', 'QC'),
(11352, 40, 294, 'Rock Forest', 'QC'),
(11353, 40, 294, 'Rosemere', 'QC'),
(11354, 40, 294, 'Rougemont', 'QC'),
(11355, 40, 294, 'Rouyn-Noranda', 'QC'),
(11356, 40, 294, 'Roxboro', 'QC'),
(11357, 40, 294, 'Roxton Falls', 'QC'),
(11358, 40, 294, 'Roxton Pond', 'QC'),
(11359, 40, 294, 'Sabrevois', 'QC'),
(11360, 40, 294, 'Sacre-Coeur', 'QC'),
(11361, 40, 294, 'Saguenay', 'QC'),
(11362, 40, 294, 'Saint Romuald', 'QC'),
(11363, 40, 294, 'Saint-Adalbert', 'QC'),
(11364, 40, 294, 'Saint-Adelphe', 'QC'),
(11365, 40, 294, 'Saint-Adrien', 'QC'),
(11366, 40, 294, 'Saint-Agapit', 'QC'),
(11367, 40, 294, 'Saint-Alban', 'QC'),
(11368, 40, 294, 'Saint-Albert', 'QC'),
(11369, 40, 294, 'Saint-Alexandre-de-Kamouraska', 'QC'),
(11370, 40, 294, 'Saint-Alexis', 'QC'),
(11371, 40, 294, 'Saint-Alexis-de-Matapedia', 'QC'),
(11372, 40, 294, 'Saint-Alexis-des-Monts', 'QC'),
(11373, 40, 294, 'Saint-Alphonse-Rodriguez', 'QC'),
(11374, 40, 294, 'Saint-Amable', 'QC'),
(11375, 40, 294, 'Saint-Ambroise', 'QC'),
(11376, 40, 294, 'Saint-Anaclet-de-Lessard', 'QC'),
(11377, 40, 294, 'Saint-Andre-Avellin', 'QC'),
(11378, 40, 294, 'Saint-Anicet', 'QC'),
(11379, 40, 294, 'Saint-Anselme', 'QC'),
(11380, 40, 294, 'Saint-Antoine-de-Tilly', 'QC'),
(11381, 40, 294, 'Saint-Antoine-sur-Richelieu', 'QC'),
(11382, 40, 294, 'Saint-Antonin', 'QC'),
(11383, 40, 294, 'Saint-Apollinaire', 'QC'),
(11384, 40, 294, 'Saint-Arsene', 'QC'),
(11385, 40, 294, 'Saint-Athanase', 'QC'),
(11386, 40, 294, 'Saint-Aubert', 'QC'),
(11387, 40, 294, 'Saint-Augustin', 'QC'),
(11388, 40, 294, 'Saint-Augustin-de-Desmaures', 'QC'),
(11389, 40, 294, 'Saint-Barnabe', 'QC'),
(11390, 40, 294, 'Saint-Barnabe-Sud', 'QC'),
(11391, 40, 294, 'Saint-Barthelemy', 'QC'),
(11392, 40, 294, 'Saint-Basile', 'QC'),
(11393, 40, 294, 'Saint-Basile-le-Grand', 'QC'),
(11394, 40, 294, 'Saint-Benoit-Labre', 'QC'),
(11395, 40, 294, 'Saint-Bernard', 'QC'),
(11396, 40, 294, 'Saint-Bruno', 'QC'),
(11397, 40, 294, 'Saint-Bruno-de-Guigues', 'QC'),
(11398, 40, 294, 'Saint-Bruno-de-Montarville', 'QC'),
(11399, 40, 294, 'Saint-Calixte', 'QC'),
(11400, 40, 294, 'Saint-Casimir', 'QC'),
(11401, 40, 294, 'Saint-Celestin', 'QC'),
(11402, 40, 294, 'Saint-Cesaire', 'QC'),
(11403, 40, 294, 'Saint-Charles-de-Bellechasse', 'QC'),
(11404, 40, 294, 'Saint-Chrysostome', 'QC'),
(11405, 40, 294, 'Saint-Clement', 'QC'),
(11406, 40, 294, 'Saint-Clet', 'QC'),
(11407, 40, 294, 'Saint-Colomban', 'QC'),
(11408, 40, 294, 'Saint-Come', 'QC'),
(11409, 40, 294, 'Saint-Come--Liniere', 'QC'),
(11410, 40, 294, 'Saint-Constant', 'QC'),
(11411, 40, 294, 'Saint-Cuthbert', 'QC'),
(11412, 40, 294, 'Saint-Cyrille-de-Wendover', 'QC'),
(11413, 40, 294, 'Saint-Damase', 'QC'),
(11414, 40, 294, 'Saint-Damien-de-Buckland', 'QC'),
(11415, 40, 294, 'Saint-Denis', 'QC'),
(11416, 40, 294, 'Saint-Dominique', 'QC'),
(11417, 40, 294, 'Saint-Donat', 'QC'),
(11418, 40, 294, 'Saint-Elie', 'QC'),
(11419, 40, 294, 'Saint-Elzear', 'QC'),
(11420, 40, 294, 'Saint-Emile-de-Suffolk', 'QC'),
(11421, 40, 294, 'Saint-Ephrem-de-Beauce', 'QC'),
(11422, 40, 294, 'Saint-Epiphane', 'QC'),
(11423, 40, 294, 'Saint-Esprit', 'QC'),
(11424, 40, 294, 'Saint-Etienne-de-Beauharnois', 'QC'),
(11425, 40, 294, 'Saint-Etienne-De-Lauzon', 'QC'),
(11426, 40, 294, 'Saint-Etienne-des-Gres', 'QC'),
(11427, 40, 294, 'Saint-Eugene', 'QC'),
(11428, 40, 294, 'Saint-Eustache', 'QC'),
(11429, 40, 294, 'Saint-Evariste-de-Forsyth', 'QC'),
(11430, 40, 294, 'Saint-Fabien-de-Panet', 'QC'),
(11431, 40, 294, 'Saint-Faustin--Lac-Carre', 'QC'),
(11432, 40, 294, 'Saint-Felicien', 'QC'),
(11433, 40, 294, 'Saint-Felix-de-Kingsey', 'QC'),
(11434, 40, 294, 'Saint-Felix-de-Valois', 'QC'),
(11435, 40, 294, 'Saint-Ferreol-les-Neiges', 'QC'),
(11436, 40, 294, 'Saint-Flavien', 'QC'),
(11437, 40, 294, 'Saint-Francois-de-l\'Ile-d\'Orleans', 'QC'),
(11438, 40, 294, 'Saint-Francois-du-Lac', 'QC'),
(11439, 40, 294, 'Saint-Fulgence', 'QC'),
(11440, 40, 294, 'Saint-Gabriel', 'QC'),
(11441, 40, 294, 'Saint-Gabriel-de-Valcartier', 'QC'),
(11442, 40, 294, 'Saint-Gedeon', 'QC'),
(11443, 40, 294, 'Saint-Gedeon-de-Beauce', 'QC'),
(11444, 40, 294, 'Saint-Georges', 'QC'),
(11445, 40, 294, 'Saint-Georges-de-Clarenceville', 'QC'),
(11446, 40, 294, 'Saint-Germain-de-Grantham', 'QC'),
(11447, 40, 294, 'Saint-Gervais', 'QC'),
(11448, 40, 294, 'Saint-Gilbert', 'QC'),
(11449, 40, 294, 'Saint-Gilles', 'QC'),
(11450, 40, 294, 'Saint-Godefroi', 'QC'),
(11451, 40, 294, 'Saint-Guillaume', 'QC'),
(11452, 40, 294, 'Saint-Henri', 'QC'),
(11453, 40, 294, 'Saint-Henri-de-Taillon', 'QC'),
(11454, 40, 294, 'Saint-Hermenegilde', 'QC'),
(11455, 40, 294, 'Saint-Hilaire', 'QC'),
(11456, 40, 294, 'Saint-Hilarion', 'QC'),
(11457, 40, 294, 'Saint-Honore-de-Temiscouata', 'QC'),
(11458, 40, 294, 'Saint-Hubert-de-Riviere-du-Loup', 'QC'),
(11459, 40, 294, 'Saint-Hugues', 'QC'),
(11460, 40, 294, 'Saint-Hyacinthe', 'QC'),
(11461, 40, 294, 'Saint-Ignace-de-Loyola', 'QC'),
(11462, 40, 294, 'Saint-Irenee', 'QC'),
(11463, 40, 294, 'Saint-Isidore', 'QC'),
(11464, 40, 294, 'Saint-Jacques', 'QC'),
(11465, 40, 294, 'Saint-Janvier', 'QC'),
(11466, 40, 294, 'Saint-Jean-de-Dieu', 'QC'),
(11467, 40, 294, 'Saint-Jean-de-l\'Ile-d\'Orleans', 'QC'),
(11468, 40, 294, 'Saint-Jean-de-Matha', 'QC'),
(11469, 40, 294, 'Saint-Jean-Port-Joli', 'QC'),
(11470, 40, 294, 'Saint-Jean-sur-Richelieu', 'QC'),
(11471, 40, 294, 'Saint-Jerome', 'QC'),
(11472, 40, 294, 'Saint-Joachim', 'QC'),
(11473, 40, 294, 'Saint-Joseph-de-Beauce', 'QC'),
(11474, 40, 294, 'Saint-Joseph-de-Ham-Sud', 'QC'),
(11475, 40, 294, 'Saint-Joseph-du-Lac', 'QC'),
(11476, 40, 294, 'Saint-Juste-du-Lac', 'QC'),
(11477, 40, 294, 'Saint-Justin', 'QC'),
(11478, 40, 294, 'Saint-Lambert', 'QC'),
(11479, 40, 294, 'Saint-Lazare-de-Bellechasse', 'QC'),
(11480, 40, 294, 'Saint-Leon-de-Standon', 'QC'),
(11481, 40, 294, 'Saint-Leonard', 'QC'),
(11482, 40, 294, 'Saint-Leonard-d\'Aston', 'QC'),
(11483, 40, 294, 'Saint-Liboire', 'QC'),
(11484, 40, 294, 'Saint-Liguori', 'QC'),
(11485, 40, 294, 'Saint-Lin', 'QC'),
(11486, 40, 294, 'Saint-Lin-Laurentides', 'QC'),
(11487, 40, 294, 'Saint-Luc', 'QC'),
(11488, 40, 294, 'Saint-Lucien', 'QC'),
(11489, 40, 294, 'Saint-Ludger', 'QC'),
(11490, 40, 294, 'Saint-Magloire', 'QC'),
(11491, 40, 294, 'Saint-Malachie', 'QC'),
(11492, 40, 294, 'Saint-Malo', 'QC'),
(11493, 40, 294, 'Saint-Marc-de-Figuery', 'QC'),
(11494, 40, 294, 'Saint-Marc-des-Carrieres', 'QC'),
(11495, 40, 294, 'Saint-Marcellin', 'QC'),
(11496, 40, 294, 'Saint-Martin', 'QC'),
(11497, 40, 294, 'Saint-Mathieu', 'QC'),
(11498, 40, 294, 'Saint-Michel', 'QC'),
(11499, 40, 294, 'Saint-Michel-de-Bellechasse', 'QC'),
(11500, 40, 294, 'Saint-Michel-des-Saints', 'QC'),
(11501, 40, 294, 'Saint-Modeste', 'QC'),
(11502, 40, 294, 'Saint-Nazaire', 'QC'),
(11503, 40, 294, 'Saint-Nazaire-d\'Acton', 'QC'),
(11504, 40, 294, 'Saint-Nazaire-de-Dorchester', 'QC'),
(11505, 40, 294, 'Saint-Neree-de-Bellechasse', 'QC'),
(11506, 40, 294, 'Saint-Odilon-de-Cranbourne', 'QC'),
(11507, 40, 294, 'Saint-Ours', 'QC'),
(11508, 40, 294, 'Saint-Pamphile', 'QC'),
(11509, 40, 294, 'Saint-Pascal', 'QC'),
(11510, 40, 294, 'Saint-Patrice-de-Beaurivage', 'QC'),
(11511, 40, 294, 'Saint-Paul', 'QC'),
(11512, 40, 294, 'Saint-Paul-d\'Abbotsford', 'QC'),
(11513, 40, 294, 'Saint-Paul-de-l\'Ile-aux-Noix', 'QC'),
(11514, 40, 294, 'Saint-Paul-de-Montminy', 'QC'),
(11515, 40, 294, 'Saint-Paulin', 'QC'),
(11516, 40, 294, 'Saint-Philemon', 'QC'),
(11517, 40, 294, 'Saint-Philippe', 'QC'),
(11518, 40, 294, 'Saint-Pie', 'QC'),
(11519, 40, 294, 'Saint-Pie-de-Guire', 'QC'),
(11520, 40, 294, 'Saint-Pierre', 'QC'),
(11521, 40, 294, 'Saint-Pierre-de-Broughton', 'QC'),
(11522, 40, 294, 'Saint-Pierre-les-Becquets', 'QC'),
(11523, 40, 294, 'Saint-Placide', 'QC'),
(11524, 40, 294, 'Saint-Polycarpe', 'QC'),
(11525, 40, 294, 'Saint-Prime', 'QC'),
(11526, 40, 294, 'Saint-Prosper', 'QC'),
(11527, 40, 294, 'Saint-Raphael', 'QC'),
(11528, 40, 294, 'Saint-Raymond', 'QC'),
(11529, 40, 294, 'Saint-Remi', 'QC'),
(11530, 40, 294, 'Saint-Remi-de-Tingwick', 'QC'),
(11531, 40, 294, 'Saint-Robert', 'QC'),
(11532, 40, 294, 'Saint-Roch', 'QC'),
(11533, 40, 294, 'Saint-Roch-des-Aulnaies', 'QC'),
(11534, 40, 294, 'Saint-Romain', 'QC'),
(11535, 40, 294, 'Saint-Samuel', 'QC'),
(11536, 40, 294, 'Saint-Sauveur', 'QC'),
(11537, 40, 294, 'Saint-Sebastien', 'QC'),
(11538, 40, 294, 'Saint-Severe', 'QC'),
(11539, 40, 294, 'Saint-Severin', 'QC'),
(11540, 40, 294, 'Saint-Simeon', 'QC'),
(11541, 40, 294, 'Saint-Simon-de-Rimouski', 'QC'),
(11542, 40, 294, 'Saint-Stanislas-de-Kostka', 'QC'),
(11543, 40, 294, 'Saint-Sulpice', 'QC'),
(11544, 40, 294, 'Saint-Sylvere', 'QC'),
(11545, 40, 294, 'Saint-Sylvestre', 'QC'),
(11546, 40, 294, 'Saint-Telesphore', 'QC'),
(11547, 40, 294, 'Saint-Thomas', 'QC'),
(11548, 40, 294, 'Saint-Tite', 'QC'),
(11549, 40, 294, 'Saint-Tite-des-Caps', 'QC'),
(11550, 40, 294, 'Saint-Ubalde', 'QC'),
(11551, 40, 294, 'Saint-Ulric', 'QC'),
(11552, 40, 294, 'Saint-Urbain', 'QC'),
(11553, 40, 294, 'Saint-Valere', 'QC'),
(11554, 40, 294, 'Saint-Vallier', 'QC'),
(11555, 40, 294, 'Saint-Victor', 'QC'),
(11556, 40, 294, 'Saint-Zacharie', 'QC'),
(11557, 40, 294, 'Saint-Zenon', 'QC'),
(11558, 40, 294, 'Saint-Zotique', 'QC'),
(11559, 40, 294, 'Sainte-Adele', 'QC'),
(11560, 40, 294, 'Sainte-Agathe', 'QC'),
(11561, 40, 294, 'Sainte-Agathe-des-Monts', 'QC'),
(11562, 40, 294, 'Sainte-Angele-de-Merici', 'QC'),
(11563, 40, 294, 'Sainte-Angele-de-Premont', 'QC'),
(11564, 40, 294, 'Sainte-Anne-de-Beaupre', 'QC'),
(11565, 40, 294, 'Sainte-Anne-de-Bellevue', 'QC'),
(11566, 40, 294, 'Sainte-Anne-de-la-Perade', 'QC'),
(11567, 40, 294, 'Sainte-Anne-des-Monts', 'QC'),
(11568, 40, 294, 'Sainte-Apolline-de-Patton', 'QC'),
(11569, 40, 294, 'Sainte-Aurelie', 'QC'),
(11570, 40, 294, 'Sainte-Barbe', 'QC'),
(11571, 40, 294, 'Sainte-Beatrix', 'QC'),
(11572, 40, 294, 'Sainte-Brigide-d\'Iberville', 'QC'),
(11573, 40, 294, 'Sainte-Brigitte-de-Laval', 'QC'),
(11574, 40, 294, 'Sainte-Brigitte-des-Saults', 'QC'),
(11575, 40, 294, 'Sainte-Catherine', 'QC'),
(11576, 40, 294, 'Sainte-Cecile-de-Masham', 'QC'),
(11577, 40, 294, 'Sainte-Claire', 'QC'),
(11578, 40, 294, 'Sainte-Clotilde-de-Horton', 'QC'),
(11579, 40, 294, 'Sainte-Croix', 'QC'),
(11580, 40, 294, 'Sainte-Dorothee', 'QC'),
(11581, 40, 294, 'Sainte-Emelie-de-l\'Energie', 'QC'),
(11582, 40, 294, 'Sainte-Eulalie', 'QC'),
(11583, 40, 294, 'Sainte-Euphemie-sur-Riviere-du-Sud', 'QC'),
(11584, 40, 294, 'Sainte-Famille', 'QC'),
(11585, 40, 294, 'Sainte-Felicite', 'QC'),
(11586, 40, 294, 'Sainte-Florence', 'QC'),
(11587, 40, 294, 'Sainte-Foy', 'QC'),
(11588, 40, 294, 'Sainte-Helene-de-Bagot', 'QC'),
(11589, 40, 294, 'Sainte-Helene-de-Breakeyville', 'QC'),
(11590, 40, 294, 'Sainte-Henedine', 'QC'),
(11591, 40, 294, 'Sainte-Julie', 'QC'),
(11592, 40, 294, 'Sainte-Julienne', 'QC'),
(11593, 40, 294, 'Sainte-Justine', 'QC'),
(11594, 40, 294, 'Sainte-Justine-de-Newton', 'QC'),
(11595, 40, 294, 'Sainte-Luce', 'QC'),
(11596, 40, 294, 'Sainte-Madeleine', 'QC'),
(11597, 40, 294, 'Sainte-Marcelline-de-Kildare', 'QC'),
(11598, 40, 294, 'Sainte-Marie', 'QC'),
(11599, 40, 294, 'Sainte-Marthe', 'QC'),
(11600, 40, 294, 'Sainte-Marthe-sur-le-Lac', 'QC'),
(11601, 40, 294, 'Sainte-Martine', 'QC'),
(11602, 40, 294, 'Sainte-Melanie', 'QC'),
(11603, 40, 294, 'Sainte-Perpetue', 'QC'),
(11604, 40, 294, 'Sainte-Rose', 'QC'),
(11605, 40, 294, 'Sainte-Sabine', 'QC'),
(11606, 40, 294, 'Sainte-Sophie-d\'Halifax', 'QC'),
(11607, 40, 294, 'Sainte-Thecle', 'QC'),
(11608, 40, 294, 'Sainte-Therese', 'QC'),
(11609, 40, 294, 'Salaberry-de-Valleyfield', 'QC'),
(11610, 40, 294, 'Salluit', 'QC'),
(11611, 40, 294, 'Sawyerville', 'QC'),
(11612, 40, 294, 'Sayabec', 'QC'),
(11613, 40, 294, 'Schefferville', 'QC'),
(11614, 40, 294, 'Scott', 'QC'),
(11615, 40, 294, 'Senneterre', 'QC'),
(11616, 40, 294, 'Sept-Iles', 'QC'),
(11617, 40, 294, 'Shannon', 'QC'),
(11618, 40, 294, 'Shawinigan', 'QC'),
(11619, 40, 294, 'Shawinigan-Sud', 'QC'),
(11620, 40, 294, 'Shawville', 'QC'),
(11621, 40, 294, 'Shefford-Ouest', 'QC'),
(11622, 40, 294, 'Sherbrooke', 'QC'),
(11623, 40, 294, 'Sherrington', 'QC'),
(11624, 40, 294, 'Shigawake', 'QC'),
(11625, 40, 294, 'Sillery', 'QC'),
(11626, 40, 294, 'Sorel-Tracy', 'QC'),
(11627, 40, 294, 'St-Jean-Port-Joli', 'QC'),
(11628, 40, 294, 'Stanstead', 'QC'),
(11629, 40, 294, 'Ste-Anne-Des-Monts', 'QC'),
(11630, 40, 294, 'Stoke', 'QC'),
(11631, 40, 294, 'Stoneham', 'QC'),
(11632, 40, 294, 'Stukely-Sud', 'QC'),
(11633, 40, 294, 'Sutton', 'QC'),
(11634, 40, 294, 'Tadoussac', 'QC'),
(11635, 40, 294, 'Tasiujaq', 'QC'),
(11636, 40, 294, 'Temiscaming', 'QC'),
(11637, 40, 294, 'Temiscouata-sur-le-Lac', 'QC'),
(11638, 40, 294, 'Terrebonne', 'QC'),
(11639, 40, 294, 'Thetford-Mines', 'QC'),
(11640, 40, 294, 'Thurso', 'QC'),
(11641, 40, 294, 'Tourville', 'QC'),
(11642, 40, 294, 'Tres-Saint-Redempteur', 'QC'),
(11643, 40, 294, 'Trois Pistoles', 'QC'),
(11644, 40, 294, 'Trois-Rives', 'QC'),
(11645, 40, 294, 'Trois-Rivières', 'QC'),
(11646, 40, 294, 'Umiujaq', 'QC'),
(11647, 40, 294, 'Upton', 'QC'),
(11648, 40, 294, 'Val-Alain', 'QC'),
(11649, 40, 294, 'Val-d\'Or', 'QC'),
(11650, 40, 294, 'Val-David', 'QC'),
(11651, 40, 294, 'Val-des-Monts', 'QC'),
(11652, 40, 294, 'Val-Joli', 'QC'),
(11653, 40, 294, 'Val-Mauricie', 'QC'),
(11654, 40, 294, 'Val-Morin', 'QC'),
(11655, 40, 294, 'Valcourt', 'QC'),
(11656, 40, 294, 'Vallee-Jonction', 'QC'),
(11657, 40, 294, 'Varennes', 'QC'),
(11658, 40, 294, 'Vaudreuil-Dorion', 'QC'),
(11659, 40, 294, 'Vercheres', 'QC'),
(11660, 40, 294, 'Verdun', 'QC'),
(11661, 40, 294, 'Victoriaville', 'QC'),
(11662, 40, 294, 'Vieux-Saint-Laurent', 'QC'),
(11663, 40, 294, 'Ville-Marie', 'QC'),
(11664, 40, 294, 'Vimont', 'QC'),
(11665, 40, 294, 'Wakefield', 'QC'),
(11666, 40, 294, 'Warden', 'QC'),
(11667, 40, 294, 'Warwick', 'QC'),
(11668, 40, 294, 'Waterloo', 'QC'),
(11669, 40, 294, 'Waterville', 'QC'),
(11670, 40, 294, 'Weedon', 'QC'),
(11671, 40, 294, 'Weir', 'QC'),
(11672, 40, 294, 'Wemindji', 'QC'),
(11673, 40, 294, 'Westbury', 'QC'),
(11674, 40, 294, 'Westmount', 'QC'),
(11675, 40, 294, 'Wickham', 'QC'),
(11676, 40, 294, 'Windsor', 'QC'),
(11677, 40, 294, 'Woburn', 'QC'),
(11678, 40, 294, 'Wright-Gracefield-Northfield', 'QC'),
(11679, 40, 294, 'Yamachiche', 'QC'),
(11680, 40, 295, 'Aberdeen', 'SK'),
(11681, 40, 295, 'Air Ronge', 'SK'),
(11682, 40, 295, 'Alameda', 'SK'),
(11683, 40, 295, 'Albertville', 'SK'),
(11684, 40, 295, 'Allan', 'SK'),
(11685, 40, 295, 'Alvena', 'SK'),
(11686, 40, 295, 'Annaheim', 'SK'),
(11687, 40, 295, 'Arborfield', 'SK'),
(11688, 40, 295, 'Arcola', 'SK'),
(11689, 40, 295, 'Asquith', 'SK'),
(11690, 40, 295, 'Assiniboia', 'SK'),
(11691, 40, 295, 'Avonlea', 'SK'),
(11692, 40, 295, 'Balgonie', 'SK'),
(11693, 40, 295, 'Battleford', 'SK'),
(11694, 40, 295, 'Beauval', 'SK'),
(11695, 40, 295, 'Belle Plaine', 'SK'),
(11696, 40, 295, 'Benson', 'SK'),
(11697, 40, 295, 'Bienfait', 'SK'),
(11698, 40, 295, 'Big River', 'SK'),
(11699, 40, 295, 'Biggar', 'SK'),
(11700, 40, 295, 'Birch Hills', 'SK'),
(11701, 40, 295, 'Blaine Lake', 'SK'),
(11702, 40, 295, 'Bredenbury', 'SK'),
(11703, 40, 295, 'Broadview', 'SK'),
(11704, 40, 295, 'Brock', 'SK'),
(11705, 40, 295, 'Broderick', 'SK'),
(11706, 40, 295, 'Bruno', 'SK'),
(11707, 40, 295, 'Buena Vista', 'SK'),
(11708, 40, 295, 'Buffalo Narrows', 'SK'),
(11709, 40, 295, 'Bulyea', 'SK'),
(11710, 40, 295, 'Bushell Park', 'SK'),
(11711, 40, 295, 'Candle Lake', 'SK'),
(11712, 40, 295, 'Canoe Narrows', 'SK'),
(11713, 40, 295, 'Canora', 'SK'),
(11714, 40, 295, 'Carievale', 'SK'),
(11715, 40, 295, 'Carlyle', 'SK'),
(11716, 40, 295, 'Carnduff', 'SK'),
(11717, 40, 295, 'Caronport', 'SK'),
(11718, 40, 295, 'Carrot River', 'SK'),
(11719, 40, 295, 'Choiceland', 'SK'),
(11720, 40, 295, 'Christopher Lake', 'SK'),
(11721, 40, 295, 'Clair', 'SK'),
(11722, 40, 295, 'Colonsay', 'SK'),
(11723, 40, 295, 'Conquest', 'SK'),
(11724, 40, 295, 'Coronach', 'SK'),
(11725, 40, 295, 'Cote', 'SK'),
(11726, 40, 295, 'Craik', 'SK'),
(11727, 40, 295, 'Craven', 'SK'),
(11728, 40, 295, 'Cumberland House', 'SK'),
(11729, 40, 295, 'Cupar', 'SK'),
(11730, 40, 295, 'Cut Knife', 'SK'),
(11731, 40, 295, 'Dalmeny', 'SK'),
(11732, 40, 295, 'Davidson', 'SK'),
(11733, 40, 295, 'Debden', 'SK'),
(11734, 40, 295, 'Delisle', 'SK'),
(11735, 40, 295, 'Denare Beach', 'SK'),
(11736, 40, 295, 'Dinsmore', 'SK'),
(11737, 40, 295, 'Dorintosh', 'SK'),
(11738, 40, 295, 'Dundurn', 'SK'),
(11739, 40, 295, 'Earl Grey', 'SK'),
(11740, 40, 295, 'Eastend', 'SK'),
(11741, 40, 295, 'Ebenezer', 'SK'),
(11742, 40, 295, 'Edam', 'SK'),
(11743, 40, 295, 'Edgeley', 'SK'),
(11744, 40, 295, 'Elfros', 'SK'),
(11745, 40, 295, 'Englefeld', 'SK'),
(11746, 40, 295, 'Esterhazy', 'SK'),
(11747, 40, 295, 'Estevan', 'SK'),
(11748, 40, 295, 'Eston', 'SK'),
(11749, 40, 295, 'Fairy Glen', 'SK'),
(11750, 40, 295, 'Fillmore', 'SK'),
(11751, 40, 295, 'Foam Lake', 'SK'),
(11752, 40, 295, 'Fort Qu\'Appelle', 'SK'),
(11753, 40, 295, 'Francis', 'SK'),
(11754, 40, 295, 'Gainsborough', 'SK'),
(11755, 40, 295, 'Gallivan', 'SK'),
(11756, 40, 295, 'Gerald', 'SK'),
(11757, 40, 295, 'Glaslyn', 'SK'),
(11758, 40, 295, 'Glentworth', 'SK'),
(11759, 40, 295, 'Goodeve', 'SK'),
(11760, 40, 295, 'Goodsoil', 'SK'),
(11761, 40, 295, 'Gravelbourg', 'SK'),
(11762, 40, 295, 'Grenfell', 'SK'),
(11763, 40, 295, 'Gull Lake', 'SK'),
(11764, 40, 295, 'Hafford', 'SK'),
(11765, 40, 295, 'Hague', 'SK'),
(11766, 40, 295, 'Hanley', 'SK'),
(11767, 40, 295, 'Hepburn', 'SK'),
(11768, 40, 295, 'Herbert', 'SK'),
(11769, 40, 295, 'Herschel', 'SK'),
(11770, 40, 295, 'Hudson Bay', 'SK'),
(11771, 40, 295, 'Humboldt', 'SK'),
(11772, 40, 295, 'Ile-a-la-Crosse', 'SK'),
(11773, 40, 295, 'Imperial', 'SK'),
(11774, 40, 295, 'Indian Head', 'SK'),
(11775, 40, 295, 'Ituna', 'SK'),
(11776, 40, 295, 'Jansen', 'SK'),
(11777, 40, 295, 'Kamsack', 'SK'),
(11778, 40, 295, 'Kelvington', 'SK'),
(11779, 40, 295, 'Kerrobert', 'SK'),
(11780, 40, 295, 'Kindersley', 'SK'),
(11781, 40, 295, 'Kipling', 'SK'),
(11782, 40, 295, 'Kronau', 'SK'),
(11783, 40, 295, 'La Ronge', 'SK'),
(11784, 40, 295, 'Lake Alma', 'SK'),
(11785, 40, 295, 'Lampman', 'SK'),
(11786, 40, 295, 'Langbank', 'SK'),
(11787, 40, 295, 'Langenburg', 'SK'),
(11788, 40, 295, 'Langham', 'SK'),
(11789, 40, 295, 'Lanigan', 'SK'),
(11790, 40, 295, 'Lashburn', 'SK'),
(11791, 40, 295, 'Leader', 'SK'),
(11792, 40, 295, 'Lebret', 'SK'),
(11793, 40, 295, 'Lemberg', 'SK'),
(11794, 40, 295, 'Lipton', 'SK'),
(11795, 40, 295, 'Lloydminster', 'SK'),
(11796, 40, 295, 'Loreburn', 'SK'),
(11797, 40, 295, 'Lumsden', 'SK'),
(11798, 40, 295, 'Luseland', 'SK'),
(11799, 40, 295, 'Macklin', 'SK'),
(11800, 40, 295, 'Macoun', 'SK'),
(11801, 40, 295, 'Maidstone', 'SK'),
(11802, 40, 295, 'Maple Creek', 'SK'),
(11803, 40, 295, 'Margo', 'SK'),
(11804, 40, 295, 'Marsden', 'SK'),
(11805, 40, 295, 'Martensville', 'SK'),
(11806, 40, 295, 'McLean', 'SK'),
(11807, 40, 295, 'Meadow Lake', 'SK'),
(11808, 40, 295, 'Melfort', 'SK'),
(11809, 40, 295, 'Melville', 'SK'),
(11810, 40, 295, 'Middle Lake', 'SK'),
(11811, 40, 295, 'Mildred', 'SK'),
(11812, 40, 295, 'Milestone', 'SK'),
(11813, 40, 295, 'Montmartre', 'SK'),
(11814, 40, 295, 'Moose Jaw', 'SK'),
(11815, 40, 295, 'Moosomin', 'SK'),
(11816, 40, 295, 'Mortlach', 'SK'),
(11817, 40, 295, 'Mossbank', 'SK'),
(11818, 40, 295, 'Neilburg', 'SK'),
(11819, 40, 295, 'Neudorf', 'SK'),
(11820, 40, 295, 'Nipawin', 'SK'),
(11821, 40, 295, 'Norquay', 'SK'),
(11822, 40, 295, 'North Battleford', 'SK'),
(11823, 40, 295, 'Onion Lake', 'SK'),
(11824, 40, 295, 'Osler', 'SK'),
(11825, 40, 295, 'Outlook', 'SK'),
(11826, 40, 295, 'Oxbow', 'SK'),
(11827, 40, 295, 'Paradise Hill', 'SK'),
(11828, 40, 295, 'Pascal', 'SK'),
(11829, 40, 295, 'Pelican Narrows', 'SK'),
(11830, 40, 295, 'Pennant', 'SK'),
(11831, 40, 295, 'Penzance', 'SK'),
(11832, 40, 295, 'Pierceland', 'SK'),
(11833, 40, 295, 'Pilger', 'SK'),
(11834, 40, 295, 'Pilot Butte', 'SK'),
(11835, 40, 295, 'Ponteix', 'SK'),
(11836, 40, 295, 'Portreeve', 'SK'),
(11837, 40, 295, 'Preeceville', 'SK'),
(11838, 40, 295, 'Prince Albert', 'SK'),
(11839, 40, 295, 'Qu\'Appelle', 'SK'),
(11840, 40, 295, 'Radville', 'SK'),
(11841, 40, 295, 'Rama', 'SK'),
(11842, 40, 295, 'Redvers', 'SK'),
(11843, 40, 295, 'Regina', 'SK'),
(11844, 40, 295, 'Rhein', 'SK'),
(11845, 40, 295, 'Rocanville', 'SK'),
(11846, 40, 295, 'Rosetown', 'SK'),
(11847, 40, 295, 'Rosthern', 'SK'),
(11848, 40, 295, 'Rouleau', 'SK'),
(11849, 40, 295, 'Sandy Bay', 'SK'),
(11850, 40, 295, 'Saskatoon', 'SK'),
(11851, 40, 295, 'Shaunavon', 'SK'),
(11852, 40, 295, 'Sheho', 'SK'),
(11853, 40, 295, 'Shellbrook', 'SK'),
(11854, 40, 295, 'Smeaton', 'SK'),
(11855, 40, 295, 'Sonningdale', 'SK'),
(11856, 40, 295, 'Southey', 'SK'),
(11857, 40, 295, 'Spalding', 'SK'),
(11858, 40, 295, 'Spiritwood', 'SK'),
(11859, 40, 295, 'Springside', 'SK'),
(11860, 40, 295, 'St. Brieux', 'SK'),
(11861, 40, 295, 'St. Walburg', 'SK'),
(11862, 40, 295, 'Stanley Mission', 'SK'),
(11863, 40, 295, 'Star City', 'SK'),
(11864, 40, 295, 'Stockholm', 'SK'),
(11865, 40, 295, 'Stoughton', 'SK'),
(11866, 40, 295, 'Strasbourg', 'SK'),
(11867, 40, 295, 'Sturgeon Lake', 'SK'),
(11868, 40, 295, 'Swift Current', 'SK'),
(11869, 40, 295, 'Theodore', 'SK'),
(11870, 40, 295, 'Tiny', 'SK'),
(11871, 40, 295, 'Tisdale', 'SK'),
(11872, 40, 295, 'Tompkins', 'SK'),
(11873, 40, 295, 'Tribune', 'SK'),
(11874, 40, 295, 'Turtleford', 'SK'),
(11875, 40, 295, 'Unity', 'SK'),
(11876, 40, 295, 'Vanscoy', 'SK'),
(11877, 40, 295, 'Vibank', 'SK'),
(11878, 40, 295, 'Vonda', 'SK'),
(11879, 40, 295, 'Wadena', 'SK'),
(11880, 40, 295, 'Wakaw', 'SK'),
(11881, 40, 295, 'Waldeck', 'SK'),
(11882, 40, 295, 'Waldheim', 'SK'),
(11883, 40, 295, 'Wapella', 'SK'),
(11884, 40, 295, 'Warman', 'SK'),
(11885, 40, 295, 'Watrous', 'SK'),
(11886, 40, 295, 'Watson', 'SK'),
(11887, 40, 295, 'Wawota', 'SK'),
(11888, 40, 295, 'Weyburn', 'SK'),
(11889, 40, 295, 'White City', 'SK'),
(11890, 40, 295, 'White Fox', 'SK'),
(11891, 40, 295, 'Whitewood', 'SK'),
(11892, 40, 295, 'Wilcox', 'SK'),
(11893, 40, 295, 'Wilkie', 'SK'),
(11894, 40, 295, 'Willow Bunch', 'SK'),
(11895, 40, 295, 'Wiseton', 'SK'),
(11896, 40, 295, 'Wynyard', 'SK'),
(11897, 40, 295, 'Yellow Grass', 'SK'),
(11898, 40, 295, 'Yorkton', 'SK'),
(11899, 40, 295, 'Zealandia', 'SK'),
(11900, 40, 295, 'Zehner', 'SK'),
(11901, 40, 296, 'Carcross', 'YT'),
(11902, 40, 296, 'Dawson City', 'YT'),
(11903, 40, 296, 'Faro', 'YT'),
(11904, 40, 296, 'Old Crow', 'YT'),
(11905, 40, 296, 'Ross River', 'YT'),
(11906, 40, 296, 'Selwyn', 'YT'),
(11907, 40, 296, 'Watson Lake', 'YT'),
(11908, 40, 296, 'Whitehorse', 'YT'),
(11909, 41, 297, 'Ribeira Grande', ''),
(11910, 41, 298, 'Cidade Velha', ''),
(11911, 41, 299, 'Praia Baixo', ''),
(11912, 43, 300, 'Bangui', ''),
(11913, 43, 301, 'Bangassou', ''),
(11914, 44, 302, 'N\'Djamena', ''),
(11915, 44, 303, 'Massaguet', ''),
(11916, 44, 304, 'Moundou', ''),
(11917, 44, 305, 'Abéché', ''),
(11918, 45, 306, 'Antofagasta', ''),
(11919, 45, 306, 'Calama', ''),
(11920, 45, 306, 'Chuquicamata', ''),
(11921, 45, 306, 'Tocopilla', ''),
(11922, 45, 307, 'Copiapó', ''),
(11923, 45, 307, 'El Salvador', ''),
(11924, 45, 308, 'Coihaique', ''),
(11925, 45, 308, 'Puerto Aisen', ''),
(11926, 45, 309, 'Cerrillos de Tamaya', ''),
(11927, 45, 309, 'Coquimbo', ''),
(11928, 45, 309, 'El Bosque', ''),
(11929, 45, 309, 'El Salto', ''),
(11930, 45, 309, 'La Serena', ''),
(11931, 45, 309, 'Los Vilos', ''),
(11932, 45, 309, 'Miraflores', ''),
(11933, 45, 309, 'Ovalle', ''),
(11934, 45, 309, 'Recoleta', ''),
(11935, 45, 309, 'Rinconada', ''),
(11936, 45, 309, 'San Jose', ''),
(11937, 45, 309, 'San Pedro', ''),
(11938, 45, 310, 'Ancud', ''),
(11939, 45, 310, 'Castro', ''),
(11940, 45, 310, 'Chonchi', ''),
(11941, 45, 310, 'El Arco', ''),
(11942, 45, 310, 'Frutillar', ''),
(11943, 45, 310, 'La Union', ''),
(11944, 45, 310, 'Llanquihue', ''),
(11945, 45, 310, 'Osorno', ''),
(11946, 45, 310, 'Paillaco', ''),
(11947, 45, 310, 'Port Montt', ''),
(11948, 45, 310, 'Puerto Varas', ''),
(11949, 45, 310, 'Purranque', ''),
(11950, 45, 311, 'Constitucion', ''),
(11951, 45, 311, 'Curicó', ''),
(11952, 45, 311, 'Maule', ''),
(11953, 45, 311, 'Molina', ''),
(11954, 45, 311, 'Parral', ''),
(11955, 45, 311, 'San Javier', ''),
(11956, 45, 311, 'Talca', ''),
(11957, 45, 311, 'Teno', ''),
(11958, 45, 312, 'Arica', ''),
(11959, 45, 313, 'Angol', ''),
(11960, 45, 313, 'Centro', ''),
(11961, 45, 313, 'Cunco', ''),
(11962, 45, 313, 'Galvarino', ''),
(11963, 45, 313, 'Gorbea', ''),
(11964, 45, 313, 'Lautaro', ''),
(11965, 45, 313, 'Nueva Imperial', ''),
(11966, 45, 313, 'Padre Las Casas', ''),
(11967, 45, 313, 'Puren', ''),
(11968, 45, 313, 'Temuco', ''),
(11969, 45, 313, 'Villarrica', ''),
(11970, 45, 314, 'Valdivia', ''),
(11971, 45, 315, 'Porvenir', ''),
(11972, 45, 315, 'Punta Arenas', ''),
(11973, 45, 315, 'San Martin', ''),
(11974, 45, 316, 'Casablanca', ''),
(11975, 45, 316, 'Concon', ''),
(11976, 45, 316, 'El Quisco', ''),
(11977, 45, 316, 'La Calera', ''),
(11978, 45, 316, 'Limache', ''),
(11979, 45, 316, 'Los Andes', ''),
(11980, 45, 316, 'Nogales', ''),
(11981, 45, 316, 'Olmue', ''),
(11982, 45, 316, 'Quillota', ''),
(11983, 45, 316, 'Quilpué', ''),
(11984, 45, 316, 'San Antonio', ''),
(11985, 45, 316, 'San Felipe', ''),
(11986, 45, 316, 'San Fernando', ''),
(11987, 45, 316, 'Valparaíso', ''),
(11988, 45, 316, 'Villa Alemana', ''),
(11989, 45, 316, 'Viña del Mar', ''),
(11990, 45, 317, 'Bulnes', ''),
(11991, 45, 317, 'Canete', ''),
(11992, 45, 317, 'Chiguayante', ''),
(11993, 45, 317, 'Chillan', ''),
(11994, 45, 317, 'Coelemu', ''),
(11995, 45, 317, 'Concepción', ''),
(11996, 45, 317, 'Coronel', ''),
(11997, 45, 317, 'La Laja', ''),
(11998, 45, 317, 'Lebu', ''),
(11999, 45, 317, 'Los Angeles', ''),
(12000, 45, 317, 'Mulchen', ''),
(12001, 45, 317, 'Quillon', ''),
(12002, 45, 317, 'San Pedro', ''),
(12003, 45, 317, 'Talcahuano', ''),
(12004, 45, 317, 'Tome', ''),
(12005, 45, 318, 'Chimbarongo', ''),
(12006, 45, 318, 'Graneros', ''),
(12007, 45, 318, 'Quinta de Tilcoco', ''),
(12008, 45, 318, 'Rancagua', ''),
(12009, 45, 318, 'San Vicente', ''),
(12010, 45, 318, 'Santa Cruz', ''),
(12011, 45, 319, 'Apoquindo', ''),
(12012, 45, 319, 'Buin', ''),
(12013, 45, 319, 'Curacavi', ''),
(12014, 45, 319, 'Huechuraba', ''),
(12015, 45, 319, 'Independencia', ''),
(12016, 45, 319, 'Isla de Maipo', ''),
(12017, 45, 319, 'La Reina', ''),
(12018, 45, 319, 'Lampa', ''),
(12019, 45, 319, 'Las Condes', ''),
(12020, 45, 319, 'Lo Barnechea', ''),
(12021, 45, 319, 'Macul', ''),
(12022, 45, 319, 'Maipu', ''),
(12023, 45, 319, 'Melipilla', ''),
(12024, 45, 319, 'Nunoa', ''),
(12025, 45, 319, 'Paine', ''),
(12026, 45, 319, 'Penalolen', ''),
(12027, 45, 319, 'Providencia', ''),
(12028, 45, 319, 'Pudahuel', ''),
(12029, 45, 319, 'Quilicura', ''),
(12030, 45, 319, 'Renca', ''),
(12031, 45, 319, 'San Bernardo', ''),
(12032, 45, 319, 'Santiago', ''),
(12033, 45, 319, 'Talagante', ''),
(12034, 45, 319, 'Vitacura', ''),
(12035, 45, 320, 'Alto Hospicio', ''),
(12036, 45, 320, 'Iquique', ''),
(12037, 46, 321, 'Anqing', ''),
(12038, 46, 321, 'Bengbu', ''),
(12039, 46, 321, 'Biyang', ''),
(12040, 46, 321, 'Bozhou', ''),
(12041, 46, 321, 'Cangnan', ''),
(12042, 46, 321, 'Chaicun', ''),
(12043, 46, 321, 'Chaohu', ''),
(12044, 46, 321, 'Chenducun', ''),
(12045, 46, 321, 'Chizhou', ''),
(12046, 46, 321, 'Chuzhou', ''),
(12047, 46, 321, 'Cixi', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(12048, 46, 321, 'Dangshan', ''),
(12049, 46, 321, 'Digang', ''),
(12050, 46, 321, 'Dongliu', ''),
(12051, 46, 321, 'Dongxing', ''),
(12052, 46, 321, 'Eshan', ''),
(12053, 46, 321, 'Fanzhongcun', ''),
(12054, 46, 321, 'Fuyang', ''),
(12055, 46, 321, 'Haijing', ''),
(12056, 46, 321, 'Hangbu', ''),
(12057, 46, 321, 'Hanshancun', ''),
(12058, 46, 321, 'Hefei', ''),
(12059, 46, 321, 'Heyi', ''),
(12060, 46, 321, 'Hongyangshu', ''),
(12061, 46, 321, 'Huaibei', ''),
(12062, 46, 321, 'Huainan', ''),
(12063, 46, 321, 'Huanggang', ''),
(12064, 46, 321, 'Huanghe', ''),
(12065, 46, 321, 'Huangshan City', ''),
(12066, 46, 321, 'Huashan', ''),
(12067, 46, 321, 'Huawei', ''),
(12068, 46, 321, 'Jiangwan', ''),
(12069, 46, 321, 'Jianshe', ''),
(12070, 46, 321, 'Jiayuan', ''),
(12071, 46, 321, 'Jiefanglu', ''),
(12072, 46, 321, 'Jinghu', ''),
(12073, 46, 321, 'Juchuan', ''),
(12074, 46, 321, 'Lida', ''),
(12075, 46, 321, 'Lingzhi', ''),
(12076, 46, 321, 'Liu`an', ''),
(12077, 46, 321, 'Longxin', ''),
(12078, 46, 321, 'Lu\'an', ''),
(12079, 46, 321, 'Luwancun', ''),
(12080, 46, 321, 'Ma\'anshan', ''),
(12081, 46, 321, 'Meishan', ''),
(12082, 46, 321, 'Mengcheng Chengguanzhen', ''),
(12083, 46, 321, 'Nanhe', ''),
(12084, 46, 321, 'Oucheng', ''),
(12085, 46, 321, 'Puqing', ''),
(12086, 46, 321, 'Qiantancun', ''),
(12087, 46, 321, 'Sanguan', ''),
(12088, 46, 321, 'Sanlian', ''),
(12089, 46, 321, 'Sanyou', ''),
(12090, 46, 321, 'Shanrui', ''),
(12091, 46, 321, 'Shouchun', ''),
(12092, 46, 321, 'Shuhong', ''),
(12093, 46, 321, 'Suixi', ''),
(12094, 46, 321, 'Sungang', ''),
(12095, 46, 321, 'Suzhou', ''),
(12096, 46, 321, 'Suzhuang', ''),
(12097, 46, 321, 'Tangdian', ''),
(12098, 46, 321, 'Tianchang', ''),
(12099, 46, 321, 'Tiancheng', ''),
(12100, 46, 321, 'Tongling', ''),
(12101, 46, 321, 'Wuhu', ''),
(12102, 46, 321, 'Xiangshan', ''),
(12103, 46, 321, 'Xiaosi', ''),
(12104, 46, 321, 'Xingang', ''),
(12105, 46, 321, 'Xinshijie', ''),
(12106, 46, 321, 'Xinxin', ''),
(12107, 46, 321, 'Xinzha', ''),
(12108, 46, 321, 'Xiushan', ''),
(12109, 46, 321, 'Xuanzhou', ''),
(12110, 46, 321, 'Xucun', ''),
(12111, 46, 321, 'Yaoluoping', ''),
(12112, 46, 321, 'Yaozhuang', ''),
(12113, 46, 321, 'Yilian', ''),
(12114, 46, 321, 'Yinxin', ''),
(12115, 46, 321, 'Yuhan', ''),
(12116, 46, 321, 'Yuting', ''),
(12117, 46, 321, 'Yuxiang', ''),
(12118, 46, 321, 'Zhonglian', ''),
(12119, 46, 322, 'Balidian', ''),
(12120, 46, 322, 'Beijing', ''),
(12121, 46, 322, 'Changping', ''),
(12122, 46, 322, 'Daxing', ''),
(12123, 46, 322, 'Fangshan', ''),
(12124, 46, 322, 'Fengtai', ''),
(12125, 46, 322, 'Haidian', ''),
(12126, 46, 322, 'Huairou', ''),
(12127, 46, 322, 'Lugouqiao', ''),
(12128, 46, 322, 'Miyun', ''),
(12129, 46, 322, 'Niulanshan', ''),
(12130, 46, 322, 'Shunyi', ''),
(12131, 46, 322, 'Taihu', ''),
(12132, 46, 322, 'Zhenzhuquan', ''),
(12133, 46, 323, 'Anxi', ''),
(12134, 46, 323, 'Baoxing', ''),
(12135, 46, 323, 'Beibei', ''),
(12136, 46, 323, 'Chongqing', ''),
(12137, 46, 323, 'Dongxi', ''),
(12138, 46, 323, 'Fuling', ''),
(12139, 46, 323, 'Gunan', ''),
(12140, 46, 323, 'Heping', ''),
(12141, 46, 323, 'Huilongba', ''),
(12142, 46, 323, 'Huimin', ''),
(12143, 46, 323, 'Jiangbei', ''),
(12144, 46, 323, 'Jiangjia', ''),
(12145, 46, 323, 'Jiangjin Qu', ''),
(12146, 46, 323, 'Jielong', ''),
(12147, 46, 323, 'Jinding', ''),
(12148, 46, 323, 'Kai Xian', ''),
(12149, 46, 323, 'Lidu', ''),
(12150, 46, 323, 'Longhua', ''),
(12151, 46, 323, 'Longxing', ''),
(12152, 46, 323, 'Miaoxi', ''),
(12153, 46, 323, 'Nan\'an Qu', ''),
(12154, 46, 323, 'Nanping', ''),
(12155, 46, 323, 'Renhe', ''),
(12156, 46, 323, 'Rongjiang', ''),
(12157, 46, 323, 'Wuxia', ''),
(12158, 46, 323, 'Xinchang', ''),
(12159, 46, 323, 'Xipeng', ''),
(12160, 46, 323, 'Yangjiaping', ''),
(12161, 46, 323, 'Yanjing', ''),
(12162, 46, 323, 'Yifeng', ''),
(12163, 46, 323, 'Yongchuan', ''),
(12164, 46, 323, 'Yongjia', ''),
(12165, 46, 323, 'Yulong', ''),
(12166, 46, 323, 'Zhong\'ao', ''),
(12167, 46, 323, 'Zhongzhou', ''),
(12168, 46, 324, 'Anji', ''),
(12169, 46, 324, 'Baidu', ''),
(12170, 46, 324, 'Bangtou', ''),
(12171, 46, 324, 'Bantou', ''),
(12172, 46, 324, 'Beilin', ''),
(12173, 46, 324, 'Beixi', ''),
(12174, 46, 324, 'Caopu', ''),
(12175, 46, 324, 'Caoxi', ''),
(12176, 46, 324, 'Chang\'an', ''),
(12177, 46, 324, 'Changjian', ''),
(12178, 46, 324, 'Changle', ''),
(12179, 46, 324, 'Changting', ''),
(12180, 46, 324, 'Chengdong', ''),
(12181, 46, 324, 'Chengfeng', ''),
(12182, 46, 324, 'Chengyang', ''),
(12183, 46, 324, 'Citai', ''),
(12184, 46, 324, 'Cuntou', ''),
(12185, 46, 324, 'Daishan', ''),
(12186, 46, 324, 'Daixi', ''),
(12187, 46, 324, 'Daji', ''),
(12188, 46, 324, 'Danzhou', ''),
(12189, 46, 324, 'Dazu', ''),
(12190, 46, 324, 'Dengbu', ''),
(12191, 46, 324, 'Dongduan', ''),
(12192, 46, 324, 'Dongshen', ''),
(12193, 46, 324, 'Dongxiao', ''),
(12194, 46, 324, 'Duwei', ''),
(12195, 46, 324, 'Feilong', ''),
(12196, 46, 324, 'Fengcheng', ''),
(12197, 46, 324, 'Fengting', ''),
(12198, 46, 324, 'Fuchun', ''),
(12199, 46, 324, 'Fuding', ''),
(12200, 46, 324, 'Fuqing', ''),
(12201, 46, 324, 'Fuzhou', ''),
(12202, 46, 324, 'Gaiwei', ''),
(12203, 46, 324, 'Ganzhe', ''),
(12204, 46, 324, 'Gaobu', ''),
(12205, 46, 324, 'Gongli', ''),
(12206, 46, 324, 'Gongyuan', ''),
(12207, 46, 324, 'Guantian', ''),
(12208, 46, 324, 'Guoqiang', ''),
(12209, 46, 324, 'Guoshang', ''),
(12210, 46, 324, 'Guyong', ''),
(12211, 46, 324, 'Guyuan', ''),
(12212, 46, 324, 'Haixi', ''),
(12213, 46, 324, 'Hanjiang', ''),
(12214, 46, 324, 'Hechun', ''),
(12215, 46, 324, 'Heliang', ''),
(12216, 46, 324, 'Honglin', ''),
(12217, 46, 324, 'Hongtang', ''),
(12218, 46, 324, 'Hongwei', ''),
(12219, 46, 324, 'Hongyuan', ''),
(12220, 46, 324, 'Hu\'an', ''),
(12221, 46, 324, 'Huafeng', ''),
(12222, 46, 324, 'Hualin', ''),
(12223, 46, 324, 'Huamei', ''),
(12224, 46, 324, 'Huating', ''),
(12225, 46, 324, 'Huaxing', ''),
(12226, 46, 324, 'Huge', ''),
(12227, 46, 324, 'Huiyang', ''),
(12228, 46, 324, 'Huling', ''),
(12229, 46, 324, 'Jiafu', ''),
(12230, 46, 324, 'Jiahu', ''),
(12231, 46, 324, 'Jianci', ''),
(12232, 46, 324, 'Jiangkou', ''),
(12233, 46, 324, 'Jianyuan', ''),
(12234, 46, 324, 'Jiaowei', ''),
(12235, 46, 324, 'Jiexi', ''),
(12236, 46, 324, 'Jihua', ''),
(12237, 46, 324, 'Jindou', ''),
(12238, 46, 324, 'Jingfeng', ''),
(12239, 46, 324, 'Jinjiang', ''),
(12240, 46, 324, 'Jinshui', ''),
(12241, 46, 324, 'Jinyang', ''),
(12242, 46, 324, 'Jinyin', ''),
(12243, 46, 324, 'Jiupeng', ''),
(12244, 46, 324, 'Kejian', ''),
(12245, 46, 324, 'Kuicheng', ''),
(12246, 46, 324, 'Kunshan', ''),
(12247, 46, 324, 'Li\'ao', ''),
(12248, 46, 324, 'Lincang', ''),
(12249, 46, 324, 'Linjiang', ''),
(12250, 46, 324, 'Liu\'an', ''),
(12251, 46, 324, 'Liudong', ''),
(12252, 46, 324, 'Longjin', ''),
(12253, 46, 324, 'Longxiang', ''),
(12254, 46, 324, 'Longxun', ''),
(12255, 46, 324, 'Longyan', ''),
(12256, 46, 324, 'Luofang', ''),
(12257, 46, 324, 'Luoyuan', ''),
(12258, 46, 324, 'Maodian', ''),
(12259, 46, 324, 'Maodun', ''),
(12260, 46, 324, 'Meifeng', ''),
(12261, 46, 324, 'Meilin', ''),
(12262, 46, 324, 'Meiyu', ''),
(12263, 46, 324, 'Mingxi', ''),
(12264, 46, 324, 'Mingzhu', ''),
(12265, 46, 324, 'Minjiang', ''),
(12266, 46, 324, 'Muling', ''),
(12267, 46, 324, 'Nan\'an', ''),
(12268, 46, 324, 'Nanxun', ''),
(12269, 46, 324, 'Nanzhao', ''),
(12270, 46, 324, 'Ningde', ''),
(12271, 46, 324, 'Panxi', ''),
(12272, 46, 324, 'Penglai', ''),
(12273, 46, 324, 'Pengshan', ''),
(12274, 46, 324, 'Pengyu', ''),
(12275, 46, 324, 'Pingchuan', ''),
(12276, 46, 324, 'Pinghu', ''),
(12277, 46, 324, 'Pinglu', ''),
(12278, 46, 324, 'Puning', ''),
(12279, 46, 324, 'Putian', ''),
(12280, 46, 324, 'Puyuan', ''),
(12281, 46, 324, 'Qi\'an', ''),
(12282, 46, 324, 'Qiantang', ''),
(12283, 46, 324, 'Qianyu', ''),
(12284, 46, 324, 'Qiaodou', ''),
(12285, 46, 324, 'Qiaolian', ''),
(12286, 46, 324, 'Qiaoxia', ''),
(12287, 46, 324, 'Qiaoyuan', ''),
(12288, 46, 324, 'Qidu', ''),
(12289, 46, 324, 'Quanzhou', ''),
(12290, 46, 324, 'Rongxian', ''),
(12291, 46, 324, 'Ruihu', ''),
(12292, 46, 324, 'Ruiying', ''),
(12293, 46, 324, 'Sanming', ''),
(12294, 46, 324, 'Shamen', ''),
(12295, 46, 324, 'Shangdi', ''),
(12296, 46, 324, 'Shangluo', ''),
(12297, 46, 324, 'Shanwei', ''),
(12298, 46, 324, 'Shaoguang', ''),
(12299, 46, 324, 'Shaowu', ''),
(12300, 46, 324, 'Shekou', ''),
(12301, 46, 324, 'Shengshan', ''),
(12302, 46, 324, 'Shenlong', ''),
(12303, 46, 324, 'Shi\'ercun', ''),
(12304, 46, 324, 'Shifang', ''),
(12305, 46, 324, 'Shima', ''),
(12306, 46, 324, 'Shiqi', ''),
(12307, 46, 324, 'Shishi', ''),
(12308, 46, 324, 'Shixia', ''),
(12309, 46, 324, 'Shizhong', ''),
(12310, 46, 324, 'Shouyang', ''),
(12311, 46, 324, 'Shu\'an', ''),
(12312, 46, 324, 'Shuangcheng', ''),
(12313, 46, 324, 'Shuangxi', ''),
(12314, 46, 324, 'Shuigang', ''),
(12315, 46, 324, 'Shuitou', ''),
(12316, 46, 324, 'Songyang', ''),
(12317, 46, 324, 'Su\'ao', ''),
(12318, 46, 324, 'Sui\'an', ''),
(12319, 46, 324, 'Suicheng', ''),
(12320, 46, 324, 'Suqian', ''),
(12321, 46, 324, 'Suxi', ''),
(12322, 46, 324, 'Tancheng', ''),
(12323, 46, 324, 'Tangcheng', ''),
(12324, 46, 324, 'Tangxi', ''),
(12325, 46, 324, 'Tangxia', ''),
(12326, 46, 324, 'Tangyuan', ''),
(12327, 46, 324, 'Taocheng', ''),
(12328, 46, 324, 'Tiandi', ''),
(12329, 46, 324, 'Tianyang', ''),
(12330, 46, 324, 'Tianyuan', ''),
(12331, 46, 324, 'Weiyang', ''),
(12332, 46, 324, 'Wenxi', ''),
(12333, 46, 324, 'Wuyishan', ''),
(12334, 46, 324, 'Wuzhong', ''),
(12335, 46, 324, 'Xiamen', ''),
(12336, 46, 324, 'Xiandu', ''),
(12337, 46, 324, 'Xiangyuan', ''),
(12338, 46, 324, 'Xianyou', ''),
(12339, 46, 324, 'Xiaogan', ''),
(12340, 46, 324, 'Xiaomi', ''),
(12341, 46, 324, 'Xiaoxi', ''),
(12342, 46, 324, 'Xiasha', ''),
(12343, 46, 324, 'Xibu', ''),
(12344, 46, 324, 'Xindu', ''),
(12345, 46, 324, 'Xingchen', ''),
(12346, 46, 324, 'Xingqiao', ''),
(12347, 46, 324, 'Xingxian', ''),
(12348, 46, 324, 'Xiuyu', ''),
(12349, 46, 324, 'Xiyue', ''),
(12350, 46, 324, 'Xuancheng', ''),
(12351, 46, 324, 'Xuefeng', ''),
(12352, 46, 324, 'Yajin', ''),
(12353, 46, 324, 'Yandang', ''),
(12354, 46, 324, 'Yanshan', ''),
(12355, 46, 324, 'Yantan', ''),
(12356, 46, 324, 'Yingdu', ''),
(12357, 46, 324, 'Yingqian', ''),
(12358, 46, 324, 'Youyang', ''),
(12359, 46, 324, 'Yuanling', ''),
(12360, 46, 324, 'Yuchi', ''),
(12361, 46, 324, 'Yudi', ''),
(12362, 46, 324, 'Yujing', ''),
(12363, 46, 324, 'Yunling', ''),
(12364, 46, 324, 'Yupeng', ''),
(12365, 46, 324, 'Yutou', ''),
(12366, 46, 324, 'Yuyuan', ''),
(12367, 46, 324, 'Yuzi', ''),
(12368, 46, 324, 'Zhanghou', ''),
(12369, 46, 324, 'Zhangzhou', ''),
(12370, 46, 324, 'Zhengda', ''),
(12371, 46, 324, 'Zhengdi', ''),
(12372, 46, 324, 'Zhengyuan', ''),
(12373, 46, 324, 'Zhima', ''),
(12374, 46, 324, 'Zhiyuan', ''),
(12375, 46, 324, 'Zhongfu', ''),
(12376, 46, 324, 'Zhongji', ''),
(12377, 46, 324, 'Zhonglin', ''),
(12378, 46, 325, 'Aoma', ''),
(12379, 46, 325, 'Baiyin', ''),
(12380, 46, 325, 'Changzheng', ''),
(12381, 46, 325, 'Chengxian Chengguanzhen', ''),
(12382, 46, 325, 'Dingxi', ''),
(12383, 46, 325, 'Feiyun', ''),
(12384, 46, 325, 'Gongchang', ''),
(12385, 46, 325, 'Jing\'an', ''),
(12386, 46, 325, 'Jingning Chengguanzhen', ''),
(12387, 46, 325, 'Kang Xian', ''),
(12388, 46, 325, 'Lanzhou', ''),
(12389, 46, 325, 'Linxia Chengguanzhen', ''),
(12390, 46, 325, 'Luomen', ''),
(12391, 46, 325, 'Pingliang', ''),
(12392, 46, 325, 'Rujia', ''),
(12393, 46, 325, 'Shanhe', ''),
(12394, 46, 325, 'Shejiazhuang', ''),
(12395, 46, 325, 'Sichuan', ''),
(12396, 46, 325, 'Wuwei', ''),
(12397, 46, 325, 'Xinning', ''),
(12398, 46, 325, 'Xizang', ''),
(12399, 46, 325, 'Yanguan', ''),
(12400, 46, 325, 'Yinliang', ''),
(12401, 46, 325, 'Youjiang', ''),
(12402, 46, 325, 'Yuele', ''),
(12403, 46, 325, 'Yuzhong Chengguanzhen', ''),
(12404, 46, 325, 'Zhangye', ''),
(12405, 46, 325, 'Zhongyuan', ''),
(12406, 46, 325, 'Zuxi', ''),
(12407, 46, 326, 'Aizhou', ''),
(12408, 46, 326, 'Anbu', ''),
(12409, 46, 326, 'Anhu', ''),
(12410, 46, 326, 'Beiyuan', ''),
(12411, 46, 326, 'Caijing', ''),
(12412, 46, 326, 'Changsha', ''),
(12413, 46, 326, 'Chaozhou', ''),
(12414, 46, 326, 'Chenghua', ''),
(12415, 46, 326, 'Dabu', ''),
(12416, 46, 326, 'Dahai', ''),
(12417, 46, 326, 'Dalou', ''),
(12418, 46, 326, 'Danzao', ''),
(12419, 46, 326, 'Dasha', ''),
(12420, 46, 326, 'Dawan', ''),
(12421, 46, 326, 'Dongfang', ''),
(12422, 46, 326, 'Dongguan', ''),
(12423, 46, 326, 'Donghai', ''),
(12424, 46, 326, 'Dongli', ''),
(12425, 46, 326, 'Doumen', ''),
(12426, 46, 326, 'Fengnan', ''),
(12427, 46, 326, 'Foshan', ''),
(12428, 46, 326, 'Fuda', ''),
(12429, 46, 326, 'Fuxing', ''),
(12430, 46, 326, 'Gaoxi', ''),
(12431, 46, 326, 'Gaoyao', ''),
(12432, 46, 326, 'Gaozhou', ''),
(12433, 46, 326, 'Gongjiao', ''),
(12434, 46, 326, 'Guangchang', ''),
(12435, 46, 326, 'Guangtai', ''),
(12436, 46, 326, 'Guangzhou', ''),
(12437, 46, 326, 'Guigang', ''),
(12438, 46, 326, 'Heshun', ''),
(12439, 46, 326, 'Heyuan', ''),
(12440, 46, 326, 'Hongpan', ''),
(12441, 46, 326, 'Huadong', ''),
(12442, 46, 326, 'Huancheng', ''),
(12443, 46, 326, 'Huangbao', ''),
(12444, 46, 326, 'Huanghu', ''),
(12445, 46, 326, 'Huangxuan', ''),
(12446, 46, 326, 'Huaxia', ''),
(12447, 46, 326, 'Huazhou', ''),
(12448, 46, 326, 'Huicheng', ''),
(12449, 46, 326, 'Huiyang Qu', ''),
(12450, 46, 326, 'Huizhou', ''),
(12451, 46, 326, 'Hulu', ''),
(12452, 46, 326, 'Huoshan', ''),
(12453, 46, 326, 'Jiangmen', ''),
(12454, 46, 326, 'Jieyang', ''),
(12455, 46, 326, 'Jindu', ''),
(12456, 46, 326, 'Jingdu', ''),
(12457, 46, 326, 'Jinglian', ''),
(12458, 46, 326, 'Jingmen', ''),
(12459, 46, 326, 'Jingtian', ''),
(12460, 46, 326, 'Jinhu', ''),
(12461, 46, 326, 'Jinli', ''),
(12462, 46, 326, 'Jinpu', ''),
(12463, 46, 326, 'Jinzao', ''),
(12464, 46, 326, 'Junlin', ''),
(12465, 46, 326, 'Junpu', ''),
(12466, 46, 326, 'Lanping', ''),
(12467, 46, 326, 'Lecheng', ''),
(12468, 46, 326, 'Lecong', ''),
(12469, 46, 326, 'Leizhou', ''),
(12470, 46, 326, 'Lianjiang', ''),
(12471, 46, 326, 'Lianping', ''),
(12472, 46, 326, 'Lianshi', ''),
(12473, 46, 326, 'Lianshui', ''),
(12474, 46, 326, 'Licheng', ''),
(12475, 46, 326, 'Lidong', ''),
(12476, 46, 326, 'Lijing', ''),
(12477, 46, 326, 'Liucheng', ''),
(12478, 46, 326, 'Longdong', ''),
(12479, 46, 326, 'Luobu', ''),
(12480, 46, 326, 'Luohu', ''),
(12481, 46, 326, 'Magang', ''),
(12482, 46, 326, 'Maoming', ''),
(12483, 46, 326, 'Meijian', ''),
(12484, 46, 326, 'Meizhou', ''),
(12485, 46, 326, 'Mingjing', ''),
(12486, 46, 326, 'Minzucun', ''),
(12487, 46, 326, 'Nanfang', ''),
(12488, 46, 326, 'Nanjin', ''),
(12489, 46, 326, 'Nanshan', ''),
(12490, 46, 326, 'Puning', ''),
(12491, 46, 326, 'Qi\'ao', ''),
(12492, 46, 326, 'Qingyuan', ''),
(12493, 46, 326, 'Shantou', ''),
(12494, 46, 326, 'Shanweicun', ''),
(12495, 46, 326, 'Shaoguan', ''),
(12496, 46, 326, 'Shensha', ''),
(12497, 46, 326, 'Shenzhen', ''),
(12498, 46, 326, 'Shigang', ''),
(12499, 46, 326, 'Shizheng', ''),
(12500, 46, 326, 'Shunde', ''),
(12501, 46, 326, 'Taishan', ''),
(12502, 46, 326, 'Tiandong', ''),
(12503, 46, 326, 'Tianle', ''),
(12504, 46, 326, 'Tianshui', ''),
(12505, 46, 326, 'Wangshang', ''),
(12506, 46, 326, 'Wanxin', ''),
(12507, 46, 326, 'Wenyi', ''),
(12508, 46, 326, 'Wuzhishan', ''),
(12509, 46, 326, 'Xianggang', ''),
(12510, 46, 326, 'Xiangsheng', ''),
(12511, 46, 326, 'Xiangsi', ''),
(12512, 46, 326, 'Xingcheng', ''),
(12513, 46, 326, 'Xingxing', ''),
(12514, 46, 326, 'Xinhua', ''),
(12515, 46, 326, 'Xinhui', ''),
(12516, 46, 326, 'Xinrong', ''),
(12517, 46, 326, 'Xinsha', ''),
(12518, 46, 326, 'Xucheng', ''),
(12519, 46, 326, 'Xuexiao', ''),
(12520, 46, 326, 'Yangda', ''),
(12521, 46, 326, 'Yangjiang', ''),
(12522, 46, 326, 'Yidong', ''),
(12523, 46, 326, 'Yingcai', ''),
(12524, 46, 326, 'Yinzhou', ''),
(12525, 46, 326, 'Yuanheng', ''),
(12526, 46, 326, 'Yuanpu', ''),
(12527, 46, 326, 'Yunfu', ''),
(12528, 46, 326, 'Zhanghe', ''),
(12529, 46, 326, 'Zhanjiang', ''),
(12530, 46, 326, 'Zhaoqing', ''),
(12531, 46, 326, 'Zhiye', ''),
(12532, 46, 326, 'Zhongshan', ''),
(12533, 46, 326, 'Zhongwei', ''),
(12534, 46, 326, 'Zhuhai', ''),
(12535, 46, 327, 'Baili', ''),
(12536, 46, 327, 'Baise City', ''),
(12537, 46, 327, 'Beihai', ''),
(12538, 46, 327, 'Bobai', ''),
(12539, 46, 327, 'Changhe', ''),
(12540, 46, 327, 'Changxin', ''),
(12541, 46, 327, 'Chengjian', ''),
(12542, 46, 327, 'Dongxing', ''),
(12543, 46, 327, 'Doujiang', ''),
(12544, 46, 327, 'Du\'an', ''),
(12545, 46, 327, 'Fujian', ''),
(12546, 46, 327, 'Guali', ''),
(12547, 46, 327, 'Guigang', ''),
(12548, 46, 327, 'Guili', ''),
(12549, 46, 327, 'Guilin', ''),
(12550, 46, 327, 'Guiyuan', ''),
(12551, 46, 327, 'Hechi', ''),
(12552, 46, 327, 'Hengzhou', ''),
(12553, 46, 327, 'Jinde', ''),
(12554, 46, 327, 'Jinglong', ''),
(12555, 46, 327, 'Laibin', ''),
(12556, 46, 327, 'Lantang', ''),
(12557, 46, 327, 'Lingcheng', ''),
(12558, 46, 327, 'Liujiang', ''),
(12559, 46, 327, 'Liuzhou', ''),
(12560, 46, 327, 'Luorong', ''),
(12561, 46, 327, 'Mingjia', ''),
(12562, 46, 327, 'Name', ''),
(12563, 46, 327, 'Nandu', ''),
(12564, 46, 327, 'Nanning', ''),
(12565, 46, 327, 'Qinghu', ''),
(12566, 46, 327, 'Qingtong', ''),
(12567, 46, 327, 'Qinzhou', ''),
(12568, 46, 327, 'Quanzhou', ''),
(12569, 46, 327, 'Simen', ''),
(12570, 46, 327, 'Wuxuan', ''),
(12571, 46, 327, 'Wuzhou', ''),
(12572, 46, 327, 'Xi\'an', ''),
(12573, 46, 327, 'Xiangnan', ''),
(12574, 46, 327, 'Xiaojiang', ''),
(12575, 46, 327, 'Xinao', ''),
(12576, 46, 327, 'Yangshuo', ''),
(12577, 46, 327, 'Yuhai', ''),
(12578, 46, 327, 'Yuhong', ''),
(12579, 46, 327, 'Yulin', ''),
(12580, 46, 327, 'Zhixing', ''),
(12581, 46, 327, 'Zhonglu', ''),
(12582, 46, 327, 'Zhu\'ang', ''),
(12583, 46, 328, 'Anshun', ''),
(12584, 46, 328, 'Bijie', ''),
(12585, 46, 328, 'Caishen', ''),
(12586, 46, 328, 'Cengang', ''),
(12587, 46, 328, 'Defeng', ''),
(12588, 46, 328, 'Duyun', ''),
(12589, 46, 328, 'Ejia', ''),
(12590, 46, 328, 'Fengqing', ''),
(12591, 46, 328, 'Guiyang', ''),
(12592, 46, 328, 'Huagong', ''),
(12593, 46, 328, 'Huanghou', ''),
(12594, 46, 328, 'Huayue', ''),
(12595, 46, 328, 'Jiaoyun', ''),
(12596, 46, 328, 'Jinhai', ''),
(12597, 46, 328, 'Jinyun', ''),
(12598, 46, 328, 'Kaili', ''),
(12599, 46, 328, 'Kunlun', ''),
(12600, 46, 328, 'Longlin', ''),
(12601, 46, 328, 'Maotai', ''),
(12602, 46, 328, 'Qinghai', ''),
(12603, 46, 328, 'Ruili', ''),
(12604, 46, 328, 'Shangjiang', ''),
(12605, 46, 328, 'Tianzhu', ''),
(12606, 46, 328, 'Tongmin', ''),
(12607, 46, 328, 'Tongren', ''),
(12608, 46, 328, 'Wuyang', ''),
(12609, 46, 328, 'Xiaoheshan', ''),
(12610, 46, 328, 'Xingyi', ''),
(12611, 46, 328, 'Yizhong', ''),
(12612, 46, 328, 'Youshi', ''),
(12613, 46, 328, 'Yuanchang', ''),
(12614, 46, 328, 'Zhongjian', ''),
(12615, 46, 328, 'Zunyi', ''),
(12616, 46, 329, 'Baocheng', ''),
(12617, 46, 329, 'Baoluo', ''),
(12618, 46, 329, 'Baotong', ''),
(12619, 46, 329, 'Baotou', ''),
(12620, 46, 329, 'Baoyu', ''),
(12621, 46, 329, 'Base', ''),
(12622, 46, 329, 'Bo\'ao', ''),
(12623, 46, 329, 'Daizhong', ''),
(12624, 46, 329, 'Dingcheng', ''),
(12625, 46, 329, 'Fengling', ''),
(12626, 46, 329, 'Fuhao', ''),
(12627, 46, 329, 'Fuqiang', ''),
(12628, 46, 329, 'Haikou', ''),
(12629, 46, 329, 'Hainan', ''),
(12630, 46, 329, 'Huabei', ''),
(12631, 46, 329, 'Huixincun', ''),
(12632, 46, 329, 'Jiahao', ''),
(12633, 46, 329, 'Jiaxincun', ''),
(12634, 46, 329, 'Jinjiang', ''),
(12635, 46, 329, 'Jinmao', ''),
(12636, 46, 329, 'Li\'an', ''),
(12637, 46, 329, 'Lin\'e', ''),
(12638, 46, 329, 'Lincheng', ''),
(12639, 46, 329, 'Liudao', ''),
(12640, 46, 329, 'Longmen', ''),
(12641, 46, 329, 'Meilian', ''),
(12642, 46, 329, 'Nanda', ''),
(12643, 46, 329, 'Qionghai', ''),
(12644, 46, 329, 'Qiongshan', ''),
(12645, 46, 329, 'Renrong', ''),
(12646, 46, 329, 'Sanjiu', ''),
(12647, 46, 329, 'Sanya', ''),
(12648, 46, 329, 'Wanning', ''),
(12649, 46, 329, 'Wenchang', ''),
(12650, 46, 329, 'Wenlin', ''),
(12651, 46, 329, 'Xi\'an', ''),
(12652, 46, 329, 'Xianchang', ''),
(12653, 46, 329, 'Xingchang', ''),
(12654, 46, 329, 'Xiuying', ''),
(12655, 46, 329, 'Yahao', ''),
(12656, 46, 329, 'Yalongwan', ''),
(12657, 46, 329, 'Yangpu', ''),
(12658, 46, 329, 'Yanhai', ''),
(12659, 46, 329, 'Yayu', ''),
(12660, 46, 329, 'Yinggen', ''),
(12661, 46, 329, 'Yucai', ''),
(12662, 46, 329, 'Zhizhong', ''),
(12663, 46, 330, 'Anguo', ''),
(12664, 46, 330, 'Ansu', ''),
(12665, 46, 330, 'Anzhou', ''),
(12666, 46, 330, 'Baile', ''),
(12667, 46, 330, 'Baixiang', ''),
(12668, 46, 330, 'Baliqiao', ''),
(12669, 46, 330, 'Baoding', ''),
(12670, 46, 330, 'Cangzhou', ''),
(12671, 46, 330, 'Chaigoubu', ''),
(12672, 46, 330, 'Dachen', ''),
(12673, 46, 330, 'Dingzhou', ''),
(12674, 46, 330, 'Fangzhuang', ''),
(12675, 46, 330, 'Fengzhou', ''),
(12676, 46, 330, 'Gaobeidian', ''),
(12677, 46, 330, 'Gu\'an', ''),
(12678, 46, 330, 'Gucheng', ''),
(12679, 46, 330, 'Handan', ''),
(12680, 46, 330, 'Hebei', ''),
(12681, 46, 330, 'Hecun', ''),
(12682, 46, 330, 'Hejian', ''),
(12683, 46, 330, 'Hengshui', ''),
(12684, 46, 330, 'Huajian', ''),
(12685, 46, 330, 'Huanghua', ''),
(12686, 46, 330, 'Huaying', ''),
(12687, 46, 330, 'Huolu', ''),
(12688, 46, 330, 'Jianyang', ''),
(12689, 46, 330, 'Jianzhong', ''),
(12690, 46, 330, 'Jingzhou', ''),
(12691, 46, 330, 'Jizhou', ''),
(12692, 46, 330, 'Langfang', ''),
(12693, 46, 330, 'Liwu', ''),
(12694, 46, 330, 'Mingzhou', ''),
(12695, 46, 330, 'Nanying', ''),
(12696, 46, 330, 'Pengcheng', ''),
(12697, 46, 330, 'Qinhuangdao', ''),
(12698, 46, 330, 'Renqiu', ''),
(12699, 46, 330, 'Sanhe', ''),
(12700, 46, 330, 'Shecheng', ''),
(12701, 46, 330, 'Shengfang', ''),
(12702, 46, 330, 'Shennan', ''),
(12703, 46, 330, 'Shenzhou', ''),
(12704, 46, 330, 'Shijiazhuang', ''),
(12705, 46, 330, 'Suji', ''),
(12706, 46, 330, 'Taicang', ''),
(12707, 46, 330, 'Tang Xian', ''),
(12708, 46, 330, 'Tianchang', ''),
(12709, 46, 330, 'Tumu', ''),
(12710, 46, 330, 'Wanquan', ''),
(12711, 46, 330, 'Weibo', ''),
(12712, 46, 330, 'Wuyi', ''),
(12713, 46, 330, 'Xiabancheng', ''),
(12714, 46, 330, 'Xiangcheng', ''),
(12715, 46, 330, 'Xicheng', ''),
(12716, 46, 330, 'Xidian', ''),
(12717, 46, 330, 'Xingcheng', ''),
(12718, 46, 330, 'Xingtai', ''),
(12719, 46, 330, 'Xinji', ''),
(12720, 46, 330, 'Xinzhen', ''),
(12721, 46, 330, 'Xitingcun', ''),
(12722, 46, 330, 'Yaocheng', ''),
(12723, 46, 330, 'Yinfang', ''),
(12724, 46, 330, 'Yuecheng', ''),
(12725, 46, 330, 'Zhangjiakou', ''),
(12726, 46, 330, 'Zhengding', ''),
(12727, 46, 330, 'Zhongyicun', ''),
(12728, 46, 330, 'Zhuozhou', ''),
(12729, 46, 331, 'Acheng', ''),
(12730, 46, 331, 'Anda', ''),
(12731, 46, 331, 'Baoqing', ''),
(12732, 46, 331, 'Baoshan', ''),
(12733, 46, 331, 'Binhe', ''),
(12734, 46, 331, 'Boli', ''),
(12735, 46, 331, 'Dongning', ''),
(12736, 46, 331, 'Fendou', ''),
(12737, 46, 331, 'Gannan', ''),
(12738, 46, 331, 'Haibei', ''),
(12739, 46, 331, 'Haihong', ''),
(12740, 46, 331, 'Hailin', ''),
(12741, 46, 331, 'Harbin', ''),
(12742, 46, 331, 'Hegang', ''),
(12743, 46, 331, 'Heihe', ''),
(12744, 46, 331, 'Huanan', ''),
(12745, 46, 331, 'Hulan', ''),
(12746, 46, 331, 'Hulin Shi', ''),
(12747, 46, 331, 'Jiamusi', ''),
(12748, 46, 331, 'Jixi', ''),
(12749, 46, 331, 'Keshan', ''),
(12750, 46, 331, 'Liangzhu', ''),
(12751, 46, 331, 'Lingdong', ''),
(12752, 46, 331, 'Linkou', ''),
(12753, 46, 331, 'Longfeng', ''),
(12754, 46, 331, 'Longjiang', ''),
(12755, 46, 331, 'Minjie', ''),
(12756, 46, 331, 'Mishan', ''),
(12757, 46, 331, 'Mudanjiang', ''),
(12758, 46, 331, 'Nenjiang', ''),
(12759, 46, 331, 'Ning\'an', ''),
(12760, 46, 331, 'Qike', ''),
(12761, 46, 331, 'Qinggang', ''),
(12762, 46, 331, 'Qiqihar', ''),
(12763, 46, 331, 'Ruiting', ''),
(12764, 46, 331, 'Shangzhi', ''),
(12765, 46, 331, 'Shashan', ''),
(12766, 46, 331, 'Shuangcheng', ''),
(12767, 46, 331, 'Shuangyashan', ''),
(12768, 46, 331, 'Suihua', ''),
(12769, 46, 331, 'Taihe', ''),
(12770, 46, 331, 'Taikang', ''),
(12771, 46, 331, 'Tailai', ''),
(12772, 46, 331, 'Yichun', ''),
(12773, 46, 331, 'Yongjiu', ''),
(12774, 46, 331, 'Youyi', ''),
(12775, 46, 331, 'Zhaozhou', ''),
(12776, 46, 331, 'Zhenhua', ''),
(12777, 46, 332, 'Anyang', ''),
(12778, 46, 332, 'Anzi', ''),
(12779, 46, 332, 'Baipo', ''),
(12780, 46, 332, 'Chengwan', ''),
(12781, 46, 332, 'Fenshang', ''),
(12782, 46, 332, 'Fudao', ''),
(12783, 46, 332, 'Guoji', ''),
(12784, 46, 332, 'Gushi Chengguanzhen', ''),
(12785, 46, 332, 'Guxiang', ''),
(12786, 46, 332, 'Haocheng', ''),
(12787, 46, 332, 'Hebi', ''),
(12788, 46, 332, 'Hetao', ''),
(12789, 46, 332, 'Hongchang', ''),
(12790, 46, 332, 'Huangdao', ''),
(12791, 46, 332, 'Huangzhai', ''),
(12792, 46, 332, 'Huazhou', ''),
(12793, 46, 332, 'Huichang', ''),
(12794, 46, 332, 'Jiangguanchi', ''),
(12795, 46, 332, 'Jiaozuo', ''),
(12796, 46, 332, 'Jinying', ''),
(12797, 46, 332, 'Jiuguan', ''),
(12798, 46, 332, 'Kaifeng', ''),
(12799, 46, 332, 'Kaiyuan', ''),
(12800, 46, 332, 'Linghu', ''),
(12801, 46, 332, 'Luohe', ''),
(12802, 46, 332, 'Luoyang', ''),
(12803, 46, 332, 'Luyi', ''),
(12804, 46, 332, 'Nangandao', ''),
(12805, 46, 332, 'Nanyang', ''),
(12806, 46, 332, 'Pingdingshan', ''),
(12807, 46, 332, 'Pucheng', ''),
(12808, 46, 332, 'Puyang', ''),
(12809, 46, 332, 'Qingfeng Chengguanzhen', ''),
(12810, 46, 332, 'Qingping', ''),
(12811, 46, 332, 'Sailing', ''),
(12812, 46, 332, 'Sanmenxia', ''),
(12813, 46, 332, 'Shangqiu', ''),
(12814, 46, 332, 'Shiqiaolu', ''),
(12815, 46, 332, 'Shuangqiao', ''),
(12816, 46, 332, 'Songyang', ''),
(12817, 46, 332, 'Tanbei', ''),
(12818, 46, 332, 'Tianchi', ''),
(12819, 46, 332, 'Tongbai Chengguanzhen', ''),
(12820, 46, 332, 'Wangluo', ''),
(12821, 46, 332, 'Wuhai', ''),
(12822, 46, 332, 'Xincai', ''),
(12823, 46, 332, 'Xincheng', ''),
(12824, 46, 332, 'Xinhualu', ''),
(12825, 46, 332, 'Xinyang', ''),
(12826, 46, 332, 'Xiping', ''),
(12827, 46, 332, 'Xuanwu', ''),
(12828, 46, 332, 'Xun Xian Chengguanzhen', ''),
(12829, 46, 332, 'Yangce', ''),
(12830, 46, 332, 'Yangmiao', ''),
(12831, 46, 332, 'Yanshi Chengguanzhen', ''),
(12832, 46, 332, 'Yingchuan', ''),
(12833, 46, 332, 'Yuanyang Chengguanzhen', ''),
(12834, 46, 332, 'Yunyang', ''),
(12835, 46, 332, 'Zhengzhou', ''),
(12836, 46, 332, 'Zhoukou', ''),
(12837, 46, 332, 'Zhumadian', ''),
(12838, 46, 332, 'Zijinglu', ''),
(12839, 46, 333, 'Baisha', ''),
(12840, 46, 333, 'Chengzhong', ''),
(12841, 46, 333, 'Dachuan', ''),
(12842, 46, 333, 'Dangyang', ''),
(12843, 46, 333, 'Danjiangkou', ''),
(12844, 46, 333, 'Daye', ''),
(12845, 46, 333, 'Enshi', ''),
(12846, 46, 333, 'Ezhou', ''),
(12847, 46, 333, 'Fangxian Chengguanzhen', ''),
(12848, 46, 333, 'Gucheng Chengguanzhen', ''),
(12849, 46, 333, 'Hangong', ''),
(12850, 46, 333, 'Huaihe', ''),
(12851, 46, 333, 'Huangzhou', ''),
(12852, 46, 333, 'Huazhong', ''),
(12853, 46, 333, 'Jingzhong', ''),
(12854, 46, 333, 'Jinhong', ''),
(12855, 46, 333, 'Laohekou', ''),
(12856, 46, 333, 'Longtai', ''),
(12857, 46, 333, 'Lucheng', ''),
(12858, 46, 333, 'Macheng', ''),
(12859, 46, 333, 'Nanhai', ''),
(12860, 46, 333, 'Qianjiang', ''),
(12861, 46, 333, 'Qingquan', ''),
(12862, 46, 333, 'Shashi', ''),
(12863, 46, 333, 'Shiyan', ''),
(12864, 46, 333, 'Tianhe', ''),
(12865, 46, 333, 'Wangchau', ''),
(12866, 46, 333, 'Wen\'an', ''),
(12867, 46, 333, 'Wuhan', ''),
(12868, 46, 333, 'Xiangfan', ''),
(12869, 46, 333, 'Xiangfeng', ''),
(12870, 46, 333, 'Xiantao', ''),
(12871, 46, 333, 'Xindi', ''),
(12872, 46, 333, 'Yichang', ''),
(12873, 46, 333, 'Yicheng', ''),
(12874, 46, 333, 'Yindian', ''),
(12875, 46, 333, 'Zaoyang', ''),
(12876, 46, 333, 'Zhangzhuang', ''),
(12877, 46, 333, 'Zhicheng', ''),
(12878, 46, 333, 'Zhuxi Chengguanzhen', ''),
(12879, 46, 333, 'Zijin', ''),
(12880, 46, 334, 'Anjiang', ''),
(12881, 46, 334, 'Baihua', ''),
(12882, 46, 334, 'Baishi', ''),
(12883, 46, 334, 'Baitang', ''),
(12884, 46, 334, 'Baiyashi', ''),
(12885, 46, 334, 'Baiyi', ''),
(12886, 46, 334, 'Baiyu', ''),
(12887, 46, 334, 'Baiyun', ''),
(12888, 46, 334, 'Baizhang', ''),
(12889, 46, 334, 'Bamao', ''),
(12890, 46, 334, 'Bao\'an', ''),
(12891, 46, 334, 'Baojiang', ''),
(12892, 46, 334, 'Baotian', ''),
(12893, 46, 334, 'Bayi', ''),
(12894, 46, 334, 'Beijie', ''),
(12895, 46, 334, 'Beishan', ''),
(12896, 46, 334, 'Boji', ''),
(12897, 46, 334, 'Changde', ''),
(12898, 46, 334, 'Changjiang', ''),
(12899, 46, 334, 'Changsha', ''),
(12900, 46, 334, 'Changshan', ''),
(12901, 46, 334, 'Chen Xian', ''),
(12902, 46, 334, 'Chengbei', ''),
(12903, 46, 334, 'Chenyang', ''),
(12904, 46, 334, 'Chenzhou', ''),
(12905, 46, 334, 'Cili', ''),
(12906, 46, 334, 'Dajie', ''),
(12907, 46, 334, 'Daju', ''),
(12908, 46, 334, 'Danjiang', ''),
(12909, 46, 334, 'Daojiang', ''),
(12910, 46, 334, 'Daqiao', ''),
(12911, 46, 334, 'Dashun', ''),
(12912, 46, 334, 'Datang', ''),
(12913, 46, 334, 'Dawang', ''),
(12914, 46, 334, 'Dayan', ''),
(12915, 46, 334, 'Dayun', ''),
(12916, 46, 334, 'Dazhou', ''),
(12917, 46, 334, 'Donghuxu', ''),
(12918, 46, 334, 'Dongtou', ''),
(12919, 46, 334, 'Dongyang', ''),
(12920, 46, 334, 'Feixian', ''),
(12921, 46, 334, 'Fengbei', ''),
(12922, 46, 334, 'Fengxiang', ''),
(12923, 46, 334, 'Futian', ''),
(12924, 46, 334, 'Gaoqiao', ''),
(12925, 46, 334, 'Guangming', ''),
(12926, 46, 334, 'Guanqiao', ''),
(12927, 46, 334, 'Haiyang', ''),
(12928, 46, 334, 'Hebei', ''),
(12929, 46, 334, 'Hechi', ''),
(12930, 46, 334, 'Hengjie', ''),
(12931, 46, 334, 'Hengyang', ''),
(12932, 46, 334, 'Hetian', ''),
(12933, 46, 334, 'Hexin', ''),
(12934, 46, 334, 'Heyuan', ''),
(12935, 46, 334, 'Hezhou', ''),
(12936, 46, 334, 'Hongling', ''),
(12937, 46, 334, 'Hongqiao', ''),
(12938, 46, 334, 'Hongshan', ''),
(12939, 46, 334, 'Hongxi', ''),
(12940, 46, 334, 'Hongyan', ''),
(12941, 46, 334, 'Huaihua', ''),
(12942, 46, 334, 'Huangshi', ''),
(12943, 46, 334, 'Huaqiao', ''),
(12944, 46, 334, 'Huatan', ''),
(12945, 46, 334, 'Huayuan', ''),
(12946, 46, 334, 'Jiahe Chengguanzhen', ''),
(12947, 46, 334, 'Jiangdong', ''),
(12948, 46, 334, 'Jianning', ''),
(12949, 46, 334, 'Jiaotou', ''),
(12950, 46, 334, 'Jiaoyu', ''),
(12951, 46, 334, 'Jiedong', ''),
(12952, 46, 334, 'Jielong', ''),
(12953, 46, 334, 'Jin Jiang', ''),
(12954, 46, 334, 'Jindi', ''),
(12955, 46, 334, 'Jindian', ''),
(12956, 46, 334, 'Jindong', ''),
(12957, 46, 334, 'Jingshan', ''),
(12958, 46, 334, 'Jingxi', ''),
(12959, 46, 334, 'Jinhe', ''),
(12960, 46, 334, 'Jinling', ''),
(12961, 46, 334, 'Jinlong', ''),
(12962, 46, 334, 'Jinma', ''),
(12963, 46, 334, 'Jinpan', ''),
(12964, 46, 334, 'Jinqiao', ''),
(12965, 46, 334, 'Jinshi', ''),
(12966, 46, 334, 'Jinxing', ''),
(12967, 46, 334, 'Jinyuan', ''),
(12968, 46, 334, 'Juhua', ''),
(12969, 46, 334, 'Junping', ''),
(12970, 46, 334, 'Kaiyun', ''),
(12971, 46, 334, 'Lanjiang', ''),
(12972, 46, 334, 'Liangping', ''),
(12973, 46, 334, 'Lianhua', ''),
(12974, 46, 334, 'Lianyuan', ''),
(12975, 46, 334, 'Liming', ''),
(12976, 46, 334, 'Lincheng', ''),
(12977, 46, 334, 'Lingxi', ''),
(12978, 46, 334, 'Liushi', ''),
(12979, 46, 334, 'Liyuan', ''),
(12980, 46, 334, 'Longjian', ''),
(12981, 46, 334, 'Longmao', ''),
(12982, 46, 334, 'Longshan', ''),
(12983, 46, 334, 'Longteng', ''),
(12984, 46, 334, 'Meixi', ''),
(12985, 46, 334, 'Meiyuan', ''),
(12986, 46, 334, 'Meizhou', ''),
(12987, 46, 334, 'Miluo Chengguanzhen', ''),
(12988, 46, 334, 'Nanshan', ''),
(12989, 46, 334, 'Nantang', ''),
(12990, 46, 334, 'Nanxianglong', ''),
(12991, 46, 334, 'Naxi Yaozuxiang', ''),
(12992, 46, 334, 'Niaojiang', ''),
(12993, 46, 334, 'Oujiang', ''),
(12994, 46, 334, 'Pingyang', ''),
(12995, 46, 334, 'Potang', ''),
(12996, 46, 334, 'Qianjin', ''),
(12997, 46, 334, 'Qianling', ''),
(12998, 46, 334, 'Qiaoting', ''),
(12999, 46, 334, 'Qingshan', ''),
(13000, 46, 334, 'Qingtian', ''),
(13001, 46, 334, 'Qujiang', ''),
(13002, 46, 334, 'Rongsheng', ''),
(13003, 46, 334, 'Sandu', ''),
(13004, 46, 334, 'Sanjiangkou', ''),
(13005, 46, 334, 'Sanjiaxiang', ''),
(13006, 46, 334, 'Sanyi', ''),
(13007, 46, 334, 'Shangbao', ''),
(13008, 46, 334, 'Shangdong', ''),
(13009, 46, 334, 'Shangfang', ''),
(13010, 46, 334, 'Shanshui', ''),
(13011, 46, 334, 'Shantou', ''),
(13012, 46, 334, 'Shengli', ''),
(13013, 46, 334, 'Shenwan', ''),
(13014, 46, 334, 'Shibei', ''),
(13015, 46, 334, 'Shijing', ''),
(13016, 46, 334, 'Shijingxiang', ''),
(13017, 46, 334, 'Shiling', ''),
(13018, 46, 334, 'Shiqiaopu', ''),
(13019, 46, 334, 'Shishi', ''),
(13020, 46, 334, 'Shuanglin', ''),
(13021, 46, 334, 'Shuanglong', ''),
(13022, 46, 334, 'Shuangtang', ''),
(13023, 46, 334, 'Shuguang', ''),
(13024, 46, 334, 'Shuitou', ''),
(13025, 46, 334, 'Shuliang', ''),
(13026, 46, 334, 'Shunshui', ''),
(13027, 46, 334, 'Siduxu', ''),
(13028, 46, 334, 'Tangbian', ''),
(13029, 46, 334, 'Tangtou', ''),
(13030, 46, 334, 'Tanshi', ''),
(13031, 46, 334, 'Taohua', ''),
(13032, 46, 334, 'Taoxi', ''),
(13033, 46, 334, 'Taoyuan', ''),
(13034, 46, 334, 'Taxi', ''),
(13035, 46, 334, 'Tianhu', ''),
(13036, 46, 334, 'Tianshan', ''),
(13037, 46, 334, 'Tieshan', ''),
(13038, 46, 334, 'Wanbao', ''),
(13039, 46, 334, 'Wanxi', ''),
(13040, 46, 334, 'Wenshan', ''),
(13041, 46, 334, 'Wenxing', ''),
(13042, 46, 334, 'Wushan', ''),
(13043, 46, 334, 'Wuxi', ''),
(13044, 46, 334, 'Wuxing', ''),
(13045, 46, 334, 'Xiangtan', ''),
(13046, 46, 334, 'Xiangxiang', ''),
(13047, 46, 334, 'Xiapu', ''),
(13048, 46, 334, 'Xiazhi', ''),
(13049, 46, 334, 'Xichong', ''),
(13050, 46, 334, 'Xijing', ''),
(13051, 46, 334, 'Xikou', ''),
(13052, 46, 334, 'Xingguang', ''),
(13053, 46, 334, 'Xinghua', ''),
(13054, 46, 334, 'Xingyuan', ''),
(13055, 46, 334, 'Xinhua', ''),
(13056, 46, 334, 'Xinhuang', ''),
(13057, 46, 334, 'Xinjian', ''),
(13058, 46, 334, 'Xinjiang', ''),
(13059, 46, 334, 'Xinqiao', ''),
(13060, 46, 334, 'Xintangbian', ''),
(13061, 46, 334, 'Xishan', ''),
(13062, 46, 334, 'Xiyang', ''),
(13063, 46, 334, 'Yalan', ''),
(13064, 46, 334, 'Yanchang', ''),
(13065, 46, 334, 'Yangxi', ''),
(13066, 46, 334, 'Yanjiao', ''),
(13067, 46, 334, 'Yanta', ''),
(13068, 46, 334, 'Yingjia', ''),
(13069, 46, 334, 'Yintian', ''),
(13070, 46, 334, 'Yiyang', ''),
(13071, 46, 334, 'Yongjiawan', ''),
(13072, 46, 334, 'Yongxing', ''),
(13073, 46, 334, 'Yunfeng', ''),
(13074, 46, 334, 'Yunnan', ''),
(13075, 46, 334, 'Yunyan', ''),
(13076, 46, 334, 'Yuxi', ''),
(13077, 46, 334, 'Zhangjiajie', ''),
(13078, 46, 334, 'Zhangjiang', ''),
(13079, 46, 334, 'Zhengjiang', ''),
(13080, 46, 334, 'Zhenxi', ''),
(13081, 46, 334, 'Zhijiang', ''),
(13082, 46, 334, 'Zhongtang', ''),
(13083, 46, 334, 'Zhongtian', ''),
(13084, 46, 334, 'Zhongxin', ''),
(13085, 46, 334, 'Zhongyin', ''),
(13086, 46, 334, 'Zhulin', ''),
(13087, 46, 335, 'Baotou', ''),
(13088, 46, 335, 'Chifeng', ''),
(13089, 46, 335, 'Dongjiaying', ''),
(13090, 46, 335, 'Dongsheng', ''),
(13091, 46, 335, 'Hailar', ''),
(13092, 46, 335, 'Hohhot', ''),
(13093, 46, 335, 'Linhe', ''),
(13094, 46, 335, 'Ordos', ''),
(13095, 46, 335, 'Qitai', ''),
(13096, 46, 335, 'Tongliao', ''),
(13097, 46, 335, 'Wuhai', ''),
(13098, 46, 335, 'Xinghe Chengguanzhen', ''),
(13099, 46, 336, 'Anying', ''),
(13100, 46, 336, 'Beixiao', ''),
(13101, 46, 336, 'Changshu City', ''),
(13102, 46, 336, 'Changzhou', ''),
(13103, 46, 336, 'Chengxiang', ''),
(13104, 46, 336, 'Dagang', ''),
(13105, 46, 336, 'Daidong', ''),
(13106, 46, 336, 'Danyang', ''),
(13107, 46, 336, 'Dongchang', ''),
(13108, 46, 336, 'Dongtai', ''),
(13109, 46, 336, 'Fengxian', ''),
(13110, 46, 336, 'Gaoliangjian', ''),
(13111, 46, 336, 'Guangxi', ''),
(13112, 46, 336, 'Hai\'an', ''),
(13113, 46, 336, 'Haifu', ''),
(13114, 46, 336, 'Haimen', ''),
(13115, 46, 336, 'Haiyu', ''),
(13116, 46, 336, 'Haizhou', ''),
(13117, 46, 336, 'Hecheng', ''),
(13118, 46, 336, 'Huai\'an', ''),
(13119, 46, 336, 'Huangjue', ''),
(13120, 46, 336, 'Huanzhen', ''),
(13121, 46, 336, 'Huigang', ''),
(13122, 46, 336, 'Jiangwang', ''),
(13123, 46, 336, 'Jiangyin', ''),
(13124, 46, 336, 'Jingcheng', ''),
(13125, 46, 336, 'Jinming', ''),
(13126, 46, 336, 'Jinnan', ''),
(13127, 46, 336, 'Jintan', ''),
(13128, 46, 336, 'Jiujiucun', ''),
(13129, 46, 336, 'Jiuzong', ''),
(13130, 46, 336, 'Kunshan', ''),
(13131, 46, 336, 'Lianyungang', ''),
(13132, 46, 336, 'Licheng', ''),
(13133, 46, 336, 'Linbei', ''),
(13134, 46, 336, 'Linnan', ''),
(13135, 46, 336, 'Linze', ''),
(13136, 46, 336, 'Nanjing', ''),
(13137, 46, 336, 'Nanmen', ''),
(13138, 46, 336, 'Nantong', ''),
(13139, 46, 336, 'Nanxi', ''),
(13140, 46, 336, 'Pizhou', ''),
(13141, 46, 336, 'Rongjin', ''),
(13142, 46, 336, 'Sanmao', ''),
(13143, 46, 336, 'Sanpailou', ''),
(13144, 46, 336, 'Sanyue', ''),
(13145, 46, 336, 'Shuyicun', ''),
(13146, 46, 336, 'Songling', ''),
(13147, 46, 336, 'Sundun', ''),
(13148, 46, 336, 'Suqian', ''),
(13149, 46, 336, 'Suzhou', ''),
(13150, 46, 336, 'Taishan', ''),
(13151, 46, 336, 'Taixing', ''),
(13152, 46, 336, 'Taizhou', ''),
(13153, 46, 336, 'Tongwang', ''),
(13154, 46, 336, 'Weitang', ''),
(13155, 46, 336, 'Wuxi', ''),
(13156, 46, 336, 'Xieqiao', ''),
(13157, 46, 336, 'Xin\'an', ''),
(13158, 46, 336, 'Xingfeng', ''),
(13159, 46, 336, 'Xinghua', ''),
(13160, 46, 336, 'Xinpu', ''),
(13161, 46, 336, 'Xinxi', ''),
(13162, 46, 336, 'Xuzhou', ''),
(13163, 46, 336, 'Yancheng', ''),
(13164, 46, 336, 'Yangzhou', ''),
(13165, 46, 336, 'Yaohua', ''),
(13166, 46, 336, 'Yicheng', ''),
(13167, 46, 336, 'Zhang\'ancun', ''),
(13168, 46, 336, 'Zhangjiagang', ''),
(13169, 46, 336, 'Zhenjiang', ''),
(13170, 46, 336, 'Zhenzhou', ''),
(13171, 46, 336, 'Zhongqiao', ''),
(13172, 46, 336, 'Zhongxing', ''),
(13173, 46, 336, 'Zhongyang', ''),
(13174, 46, 336, 'Zhoushan', ''),
(13175, 46, 336, 'Zhouxiang', ''),
(13176, 46, 336, 'Zhujiajian', ''),
(13177, 46, 337, 'Aishang', ''),
(13178, 46, 337, 'Anbang', ''),
(13179, 46, 337, 'Baying', ''),
(13180, 46, 337, 'Binjiang', ''),
(13181, 46, 337, 'Cenyang', ''),
(13182, 46, 337, 'Changsheng', ''),
(13183, 46, 337, 'Chengxiang', ''),
(13184, 46, 337, 'Chongxian', ''),
(13185, 46, 337, 'Dazhong', ''),
(13186, 46, 337, 'Fengshan', ''),
(13187, 46, 337, 'Fengshang', ''),
(13188, 46, 337, 'Furong', ''),
(13189, 46, 337, 'Ganzhou', ''),
(13190, 46, 337, 'Gongjiang', ''),
(13191, 46, 337, 'Guixi', ''),
(13192, 46, 337, 'Hedong', ''),
(13193, 46, 337, 'Hekou', ''),
(13194, 46, 337, 'Huagongchang', ''),
(13195, 46, 337, 'Hupi', ''),
(13196, 46, 337, 'Jiading', ''),
(13197, 46, 337, 'Jiangnan', ''),
(13198, 46, 337, 'Jiangtian', ''),
(13199, 46, 337, 'Jingdezhen', ''),
(13200, 46, 337, 'Jingdong', ''),
(13201, 46, 337, 'Jinshadi', ''),
(13202, 46, 337, 'Ji’an', ''),
(13203, 46, 337, 'Ledong', ''),
(13204, 46, 337, 'Liannan', ''),
(13205, 46, 337, 'Lingang', ''),
(13206, 46, 337, 'Longnan', ''),
(13207, 46, 337, 'Luohu', ''),
(13208, 46, 337, 'Meijiang', ''),
(13209, 46, 337, 'Nan\'an', ''),
(13210, 46, 337, 'Nanchang', ''),
(13211, 46, 337, 'Nanchangshi', ''),
(13212, 46, 337, 'Qingxin', ''),
(13213, 46, 337, 'Qinjiang', ''),
(13214, 46, 337, 'Rongjiang', ''),
(13215, 46, 337, 'Sanmen', ''),
(13216, 46, 337, 'Shangbu', ''),
(13217, 46, 337, 'Shangsha', ''),
(13218, 46, 337, 'Shangxi', ''),
(13219, 46, 337, 'Shizhu\'an', ''),
(13220, 46, 337, 'Shuiwu', ''),
(13221, 46, 337, 'Sili', ''),
(13222, 46, 337, 'Sizhou', ''),
(13223, 46, 337, 'Tianbao', ''),
(13224, 46, 337, 'Tianhong', ''),
(13225, 46, 337, 'Wansong', ''),
(13226, 46, 337, 'Xiangjiang', ''),
(13227, 46, 337, 'Xiangru', ''),
(13228, 46, 337, 'Xiaogang', ''),
(13229, 46, 337, 'Xibei', ''),
(13230, 46, 337, 'Xincao', ''),
(13231, 46, 337, 'Xinxi', ''),
(13232, 46, 337, 'Xuri', ''),
(13233, 46, 337, 'Yangfen', ''),
(13234, 46, 337, 'Yifeng', ''),
(13235, 46, 337, 'Yijin', ''),
(13236, 46, 337, 'Yinjiang', ''),
(13237, 46, 337, 'Yitian', ''),
(13238, 46, 337, 'Yunting', ''),
(13239, 46, 337, 'Zhangshan', ''),
(13240, 46, 337, 'Zhangshu', ''),
(13241, 46, 337, 'Ziyang', ''),
(13242, 46, 338, 'Baicheng', ''),
(13243, 46, 338, 'Changchun', ''),
(13244, 46, 338, 'Dehui', ''),
(13245, 46, 338, 'Dongfeng', ''),
(13246, 46, 338, 'Fotang', ''),
(13247, 46, 338, 'Fumin', ''),
(13248, 46, 338, 'Fuyu', ''),
(13249, 46, 338, 'Guangdong', ''),
(13250, 46, 338, 'Huadian', ''),
(13251, 46, 338, 'Ji\'an', ''),
(13252, 46, 338, 'Jiefang', ''),
(13253, 46, 338, 'Jilin City', ''),
(13254, 46, 338, 'Jishu', ''),
(13255, 46, 338, 'Kouqian', ''),
(13256, 46, 338, 'Liaoyuan', ''),
(13257, 46, 338, 'Lishu', ''),
(13258, 46, 338, 'Liuhe', ''),
(13259, 46, 338, 'Longjing', ''),
(13260, 46, 338, 'Mapai', ''),
(13261, 46, 338, 'Mayao', ''),
(13262, 46, 338, 'Minzhu', ''),
(13263, 46, 338, 'Ruixing', ''),
(13264, 46, 338, 'Sanyuanpu', ''),
(13265, 46, 338, 'Songjiang', ''),
(13266, 46, 338, 'Tiangang', ''),
(13267, 46, 338, 'Xianrenqiao', ''),
(13268, 46, 338, 'Xiaosiping', ''),
(13269, 46, 338, 'Yongning', ''),
(13270, 46, 339, 'Anshan', ''),
(13271, 46, 339, 'Baotao', ''),
(13272, 46, 339, 'Benxi', ''),
(13273, 46, 339, 'Changtu', ''),
(13274, 46, 339, 'Chaoyang', ''),
(13275, 46, 339, 'Dalian', ''),
(13276, 46, 339, 'Dandong', ''),
(13277, 46, 339, 'Daqing', ''),
(13278, 46, 339, 'Dashiqiao', ''),
(13279, 46, 339, 'Fushun', ''),
(13280, 46, 339, 'Fuxin', ''),
(13281, 46, 339, 'Guizhoumanzuxiang', ''),
(13282, 46, 339, 'Haicheng', ''),
(13283, 46, 339, 'Hongshun', ''),
(13284, 46, 339, 'Huludao', ''),
(13285, 46, 339, 'Jianchang', ''),
(13286, 46, 339, 'Jinzhou', ''),
(13287, 46, 339, 'Lianshan', ''),
(13288, 46, 339, 'Liaoyang', ''),
(13289, 46, 339, 'Lingshui', ''),
(13290, 46, 339, 'Liujian', ''),
(13291, 46, 339, 'Panjin', ''),
(13292, 46, 339, 'Qingnian', ''),
(13293, 46, 339, 'Rongxing', ''),
(13294, 46, 339, 'Ruicheng', ''),
(13295, 46, 339, 'Shenyang', ''),
(13296, 46, 339, 'Tianyi', ''),
(13297, 46, 339, 'Tieling', ''),
(13298, 46, 339, 'Wafangdian', ''),
(13299, 46, 339, 'Xinmin', ''),
(13300, 46, 339, 'Xinxing', ''),
(13301, 46, 339, 'Xinyou', ''),
(13302, 46, 339, 'Yizhou', ''),
(13303, 46, 339, 'Yuhuayuan', ''),
(13304, 46, 340, 'Dawukou', ''),
(13305, 46, 340, 'Gaozhao', ''),
(13306, 46, 340, 'Taoshan', ''),
(13307, 46, 340, 'Yinchuan', ''),
(13308, 46, 341, 'Duoba', ''),
(13309, 46, 341, 'Huangyuan Chengguanzhen', ''),
(13310, 46, 341, 'Jiyang', ''),
(13311, 46, 341, 'Kecheng', ''),
(13312, 46, 341, 'Sanjiaocheng', ''),
(13313, 46, 341, 'Xining', ''),
(13314, 46, 342, 'Angu', ''),
(13315, 46, 342, 'Ankang', ''),
(13316, 46, 342, 'Azhuang', ''),
(13317, 46, 342, 'Beiyuan', ''),
(13318, 46, 342, 'Cangshang', ''),
(13319, 46, 342, 'Chang\'an', ''),
(13320, 46, 342, 'Changfeng', ''),
(13321, 46, 342, 'Chunhua', ''),
(13322, 46, 342, 'Dongcheng', ''),
(13323, 46, 342, 'Donghe', ''),
(13324, 46, 342, 'Dushu', ''),
(13325, 46, 342, 'Fengming', ''),
(13326, 46, 342, 'Fugu', ''),
(13327, 46, 342, 'Guoli', ''),
(13328, 46, 342, 'Guozhen', ''),
(13329, 46, 342, 'Hanzhong', ''),
(13330, 46, 342, 'Jiaying', ''),
(13331, 46, 342, 'Jiehe', ''),
(13332, 46, 342, 'Jiyang', ''),
(13333, 46, 342, 'Kangcun', ''),
(13334, 46, 342, 'Lindian', ''),
(13335, 46, 342, 'Lintong', ''),
(13336, 46, 342, 'Longhu', ''),
(13337, 46, 342, 'Mawei', ''),
(13338, 46, 342, 'Mingdu', ''),
(13339, 46, 342, 'Mingzhou', ''),
(13340, 46, 342, 'Nanguo', ''),
(13341, 46, 342, 'Nanhan', ''),
(13342, 46, 342, 'Nanyuan', ''),
(13343, 46, 342, 'Qiaozhen', ''),
(13344, 46, 342, 'Qijiashan', ''),
(13345, 46, 342, 'Qu\'an', ''),
(13346, 46, 342, 'Sanzhang', ''),
(13347, 46, 342, 'Shangnan', ''),
(13348, 46, 342, 'Shangwang', ''),
(13349, 46, 342, 'Shangzhou', ''),
(13350, 46, 342, 'Shipu', ''),
(13351, 46, 342, 'Shuangshipu', ''),
(13352, 46, 342, 'Taipingzhuang', ''),
(13353, 46, 342, 'Tianshi', ''),
(13354, 46, 342, 'Tongchuan', ''),
(13355, 46, 342, 'Weinan', ''),
(13356, 46, 342, 'Wuhou', ''),
(13357, 46, 342, 'Wujiapo', ''),
(13358, 46, 342, 'Xi\'an', ''),
(13359, 46, 342, 'Xiakou', ''),
(13360, 46, 342, 'Xianyang', ''),
(13361, 46, 342, 'Xiaoqu', ''),
(13362, 46, 342, 'Xigu', ''),
(13363, 46, 342, 'Xihu', ''),
(13364, 46, 342, 'Xijiao', ''),
(13365, 46, 342, 'Xiqu', ''),
(13366, 46, 342, 'Xunyi Chengguanzhen', ''),
(13367, 46, 342, 'Yan\'an', ''),
(13368, 46, 342, 'Yangling', ''),
(13369, 46, 342, 'Yangzhou', ''),
(13370, 46, 342, 'Yin\'an', ''),
(13371, 46, 342, 'Yuanqu', ''),
(13372, 46, 342, 'Yueliangwan', ''),
(13373, 46, 342, 'Zhangjiagang', ''),
(13374, 46, 342, 'Zhenxing', ''),
(13375, 46, 342, 'Zhili', ''),
(13376, 46, 342, 'Zhongnan', ''),
(13377, 46, 343, 'Anqiu', ''),
(13378, 46, 343, 'Bianzhuang', ''),
(13379, 46, 343, 'Binzhou', ''),
(13380, 46, 343, 'Bohai', ''),
(13381, 46, 343, 'Bole', ''),
(13382, 46, 343, 'Boshan', ''),
(13383, 46, 343, 'Boxing', ''),
(13384, 46, 343, 'Changle', ''),
(13385, 46, 343, 'Changqing', ''),
(13386, 46, 343, 'Chiping', ''),
(13387, 46, 343, 'Daotou', ''),
(13388, 46, 343, 'Daoxu', ''),
(13389, 46, 343, 'Dayang', ''),
(13390, 46, 343, 'Dezhou', ''),
(13391, 46, 343, 'Dingtao', ''),
(13392, 46, 343, 'Dong\'e', ''),
(13393, 46, 343, 'Dongdu', ''),
(13394, 46, 343, 'Dongying', ''),
(13395, 46, 343, 'Fangzi', ''),
(13396, 46, 343, 'Fenglin', ''),
(13397, 46, 343, 'Gaoji', ''),
(13398, 46, 343, 'Gaomi', ''),
(13399, 46, 343, 'Gaotang', ''),
(13400, 46, 343, 'Guancheng', ''),
(13401, 46, 343, 'Guanli', ''),
(13402, 46, 343, 'Gushan', ''),
(13403, 46, 343, 'Hanting', ''),
(13404, 46, 343, 'Heze', ''),
(13405, 46, 343, 'Hongyun', ''),
(13406, 46, 343, 'Huangjia', ''),
(13407, 46, 343, 'Huangshan', ''),
(13408, 46, 343, 'Huayuji', ''),
(13409, 46, 343, 'Huimin', ''),
(13410, 46, 343, 'Jiangguantun', ''),
(13411, 46, 343, 'Jiaoyuan', ''),
(13412, 46, 343, 'Jiaozhou', ''),
(13413, 46, 343, 'Jiayue', ''),
(13414, 46, 343, 'Jimo', ''),
(13415, 46, 343, 'Jinan', ''),
(13416, 46, 343, 'Jining', ''),
(13417, 46, 343, 'Kuiju', ''),
(13418, 46, 343, 'Laiwu', ''),
(13419, 46, 343, 'Liaocheng', ''),
(13420, 46, 343, 'Lingcheng', ''),
(13421, 46, 343, 'Linqing', ''),
(13422, 46, 343, 'Linqu', ''),
(13423, 46, 343, 'Linyi', ''),
(13424, 46, 343, 'Liulin', ''),
(13425, 46, 343, 'Longkou', ''),
(13426, 46, 343, 'Mengyin', ''),
(13427, 46, 343, 'Mingshui', ''),
(13428, 46, 343, 'Nanhu', ''),
(13429, 46, 343, 'Nanma', ''),
(13430, 46, 343, 'Ping\'an', ''),
(13431, 46, 343, 'Pingyi', ''),
(13432, 46, 343, 'Pingyin', ''),
(13433, 46, 343, 'Pingyuan', ''),
(13434, 46, 343, 'Pudong', ''),
(13435, 46, 343, 'Qiandao', ''),
(13436, 46, 343, 'Qianhai', ''),
(13437, 46, 343, 'Qingdao', ''),
(13438, 46, 343, 'Qingyang', ''),
(13439, 46, 343, 'Qingzhou', ''),
(13440, 46, 343, 'Qufu', ''),
(13441, 46, 343, 'Rizhao', ''),
(13442, 46, 343, 'Shancheng', ''),
(13443, 46, 343, 'Shangtang', ''),
(13444, 46, 343, 'Shangye', ''),
(13445, 46, 343, 'Shidao', ''),
(13446, 46, 343, 'Shiji', ''),
(13447, 46, 343, 'Shilou', ''),
(13448, 46, 343, 'Shouguang', ''),
(13449, 46, 343, 'Tai\'an', ''),
(13450, 46, 343, 'Tancheng', ''),
(13451, 46, 343, 'Taozhuang', ''),
(13452, 46, 343, 'Tianfu', ''),
(13453, 46, 343, 'Tianhai', ''),
(13454, 46, 343, 'Tianzhen', ''),
(13455, 46, 343, 'Wanjia', ''),
(13456, 46, 343, 'Weichanglu', ''),
(13457, 46, 343, 'Weifang', ''),
(13458, 46, 343, 'Weihai', ''),
(13459, 46, 343, 'Wenshang', ''),
(13460, 46, 343, 'Wutai', ''),
(13461, 46, 343, 'Xiaozheng', ''),
(13462, 46, 343, 'Xiazhuang', ''),
(13463, 46, 343, 'Xintai', ''),
(13464, 46, 343, 'Xinyi', ''),
(13465, 46, 343, 'Xitang', ''),
(13466, 46, 343, 'Xuezhuang', ''),
(13467, 46, 343, 'Yanggu', ''),
(13468, 46, 343, 'Yangshan', ''),
(13469, 46, 343, 'Yanta', ''),
(13470, 46, 343, 'Yantai', ''),
(13471, 46, 343, 'Yinshan', ''),
(13472, 46, 343, 'Yiqiao', ''),
(13473, 46, 343, 'Yishui', ''),
(13474, 46, 343, 'Yuanli', ''),
(13475, 46, 343, 'Yucheng', ''),
(13476, 46, 343, 'Zaozhuang', ''),
(13477, 46, 343, 'Zhangqiu', ''),
(13478, 46, 343, 'Zhangzhai', ''),
(13479, 46, 343, 'Zhongdian', ''),
(13480, 46, 343, 'Zhuangyuan', ''),
(13481, 46, 343, 'Zibo', ''),
(13482, 46, 344, 'Chengqiao', ''),
(13483, 46, 344, 'Chuansha', ''),
(13484, 46, 344, 'Huaqiang', ''),
(13485, 46, 344, 'Huaxin', ''),
(13486, 46, 344, 'Jinlu', ''),
(13487, 46, 344, 'Libang', ''),
(13488, 46, 344, 'Minhang', ''),
(13489, 46, 344, 'Putuo', ''),
(13490, 46, 344, 'Shanghai', ''),
(13491, 46, 344, 'Shengdu', ''),
(13492, 46, 344, 'Xiangtong', ''),
(13493, 46, 344, 'Xuhui', ''),
(13494, 46, 344, 'Yu\'an', ''),
(13495, 46, 344, 'Zhangyan', ''),
(13496, 46, 344, 'Zhenghai', ''),
(13497, 46, 344, 'Zhujiajiao', ''),
(13498, 46, 345, 'Bagong', ''),
(13499, 46, 345, 'Baodian', ''),
(13500, 46, 345, 'Beiying', ''),
(13501, 46, 345, 'Changning', ''),
(13502, 46, 345, 'Changzhi', ''),
(13503, 46, 345, 'Chengxi', ''),
(13504, 46, 345, 'Chongwen', ''),
(13505, 46, 345, 'Dahuaishu', ''),
(13506, 46, 345, 'Datong', ''),
(13507, 46, 345, 'Dawa', ''),
(13508, 46, 345, 'Dongcun', ''),
(13509, 46, 345, 'Dongguan', ''),
(13510, 46, 345, 'Dujiacun', ''),
(13511, 46, 345, 'Fengcheng', ''),
(13512, 46, 345, 'Fenyang', ''),
(13513, 46, 345, 'Gaoping', ''),
(13514, 46, 345, 'Gouzhuang', ''),
(13515, 46, 345, 'Gujiang', ''),
(13516, 46, 345, 'Gujiao', ''),
(13517, 46, 345, 'Guohe', ''),
(13518, 46, 345, 'Haozhuang', ''),
(13519, 46, 345, 'Hejin', ''),
(13520, 46, 345, 'Henghe', ''),
(13521, 46, 345, 'Hezhu', ''),
(13522, 46, 345, 'Huanzhu', ''),
(13523, 46, 345, 'Huozhou', ''),
(13524, 46, 345, 'Huquan', ''),
(13525, 46, 345, 'Jialing', ''),
(13526, 46, 345, 'Jiaokou', ''),
(13527, 46, 345, 'Jicheng', ''),
(13528, 46, 345, 'Jiexiu', ''),
(13529, 46, 345, 'Jifeng', ''),
(13530, 46, 345, 'Jincheng', ''),
(13531, 46, 345, 'Jinci', ''),
(13532, 46, 345, 'Jinghua', ''),
(13533, 46, 345, 'Jundu', ''),
(13534, 46, 345, 'Kouquan', ''),
(13535, 46, 345, 'Leping', ''),
(13536, 46, 345, 'Liaoyang', ''),
(13537, 46, 345, 'Lihou', ''),
(13538, 46, 345, 'Linfen', ''),
(13539, 46, 345, 'Linjiang', ''),
(13540, 46, 345, 'Longgang', ''),
(13541, 46, 345, 'Longgong', ''),
(13542, 46, 345, 'Loufan', ''),
(13543, 46, 345, 'Luhua', ''),
(13544, 46, 345, 'Lushang', ''),
(13545, 46, 345, 'Mayu', ''),
(13546, 46, 345, 'Mingxing', ''),
(13547, 46, 345, 'Pingwang', ''),
(13548, 46, 345, 'Pingyao County', ''),
(13549, 46, 345, 'Qingyang', ''),
(13550, 46, 345, 'Qingyuan', ''),
(13551, 46, 345, 'Shangsi', ''),
(13552, 46, 345, 'Shenyan', ''),
(13553, 46, 345, 'Shijiazhuang', ''),
(13554, 46, 345, 'Shuozhou', ''),
(13555, 46, 345, 'Shuyi', ''),
(13556, 46, 345, 'Taiyuan', ''),
(13557, 46, 345, 'Tianning', ''),
(13558, 46, 345, 'Tongyu', ''),
(13559, 46, 345, 'Wenhou', ''),
(13560, 46, 345, 'Wuling', ''),
(13561, 46, 345, 'Xi\'ao', ''),
(13562, 46, 345, 'Xiangyi', ''),
(13563, 46, 345, 'Xiaoyi', ''),
(13564, 46, 345, 'Xiedian', ''),
(13565, 46, 345, 'Xiezhou', ''),
(13566, 46, 345, 'Xijiao', ''),
(13567, 46, 345, 'Xincheng', ''),
(13568, 46, 345, 'Xintian', ''),
(13569, 46, 345, 'Xinzhou', ''),
(13570, 46, 345, 'Xiushui', ''),
(13571, 46, 345, 'Xizhang', ''),
(13572, 46, 345, 'Yangqu', ''),
(13573, 46, 345, 'Yaofeng', ''),
(13574, 46, 345, 'Yijing', ''),
(13575, 46, 345, 'Yongkang', ''),
(13576, 46, 345, 'Yuanping', ''),
(13577, 46, 345, 'Yuci', ''),
(13578, 46, 345, 'Yuncheng', ''),
(13579, 46, 345, 'Yungang', ''),
(13580, 46, 345, 'Zhangqi', ''),
(13581, 46, 345, 'Zhaoyu', ''),
(13582, 46, 345, 'Zhongxiang', ''),
(13583, 46, 346, 'Andong', ''),
(13584, 46, 346, 'Bazhou', ''),
(13585, 46, 346, 'Chadianzi', ''),
(13586, 46, 346, 'Changsheng', ''),
(13587, 46, 346, 'Chengdu', ''),
(13588, 46, 346, 'Chenggong', ''),
(13589, 46, 346, 'Chunjiang', ''),
(13590, 46, 346, 'Deyang', ''),
(13591, 46, 346, 'Deyuan', ''),
(13592, 46, 346, 'Deyue', ''),
(13593, 46, 346, 'Dianzi', ''),
(13594, 46, 346, 'Dubai', ''),
(13595, 46, 346, 'Dujiangyan Shi', ''),
(13596, 46, 346, 'Edong', ''),
(13597, 46, 346, 'Erqi', ''),
(13598, 46, 346, 'Famuchang', ''),
(13599, 46, 346, 'Fangting', ''),
(13600, 46, 346, 'Feihong', ''),
(13601, 46, 346, 'Fengshun', ''),
(13602, 46, 346, 'Gaiyu', ''),
(13603, 46, 346, 'Ganjiang', ''),
(13604, 46, 346, 'Goushan', ''),
(13605, 46, 346, 'Guang\'an', ''),
(13606, 46, 346, 'Guangyuan', ''),
(13607, 46, 346, 'Guanhe', ''),
(13608, 46, 346, 'Haitang', ''),
(13609, 46, 346, 'Hejiang', ''),
(13610, 46, 346, 'Hexi', ''),
(13611, 46, 346, 'Hezuo', ''),
(13612, 46, 346, 'Huacheng', ''),
(13613, 46, 346, 'Huajiashan', ''),
(13614, 46, 346, 'Huayang', ''),
(13615, 46, 346, 'Jianxing', ''),
(13616, 46, 346, 'Jiaotong', ''),
(13617, 46, 346, 'Jingjiang', ''),
(13618, 46, 346, 'Jinguang', ''),
(13619, 46, 346, 'Jinlun', ''),
(13620, 46, 346, 'Jinwo', ''),
(13621, 46, 346, 'Jizhi', ''),
(13622, 46, 346, 'Lake', ''),
(13623, 46, 346, 'Langzhong', ''),
(13624, 46, 346, 'Laonian', ''),
(13625, 46, 346, 'Leshan', ''),
(13626, 46, 346, 'Lingshi', ''),
(13627, 46, 346, 'Luocheng', ''),
(13628, 46, 346, 'Luqiao', ''),
(13629, 46, 346, 'Luzhou', ''),
(13630, 46, 346, 'Macao', ''),
(13631, 46, 346, 'Mengzi', ''),
(13632, 46, 346, 'Mianyang', ''),
(13633, 46, 346, 'Mingde', ''),
(13634, 46, 346, 'Nanchong', ''),
(13635, 46, 346, 'Nanlong', ''),
(13636, 46, 346, 'Napo', ''),
(13637, 46, 346, 'Neijiang', ''),
(13638, 46, 346, 'Niunaichang', ''),
(13639, 46, 346, 'Panzhihua', ''),
(13640, 46, 346, 'Qishan', ''),
(13641, 46, 346, 'Renmin', ''),
(13642, 46, 346, 'Rongle', ''),
(13643, 46, 346, 'Ruifeng', ''),
(13644, 46, 346, 'Shinian', ''),
(13645, 46, 346, 'Side', ''),
(13646, 46, 346, 'Suining', ''),
(13647, 46, 346, 'Taiping', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(13648, 46, 346, 'Tangchang', ''),
(13649, 46, 346, 'Tongji', ''),
(13650, 46, 346, 'Xichang', ''),
(13651, 46, 346, 'Xiguan', ''),
(13652, 46, 346, 'Xingwang', ''),
(13653, 46, 346, 'Xingye', ''),
(13654, 46, 346, 'Yancheng', ''),
(13655, 46, 346, 'Yandao', ''),
(13656, 46, 346, 'Yanjiang', ''),
(13657, 46, 346, 'Yibin', ''),
(13658, 46, 346, 'Yili', ''),
(13659, 46, 346, 'Yingjie', ''),
(13660, 46, 346, 'Yiwu', ''),
(13661, 46, 346, 'Yongjin', ''),
(13662, 46, 346, 'Yuantong', ''),
(13663, 46, 346, 'Yucheng', ''),
(13664, 46, 346, 'Yuehua', ''),
(13665, 46, 346, 'Yuzhen', ''),
(13666, 46, 346, 'Zhedong', ''),
(13667, 46, 346, 'Zhongba', ''),
(13668, 46, 346, 'Zhongtu', ''),
(13669, 46, 346, 'Zhuyuan', ''),
(13670, 46, 346, 'Zigong', ''),
(13671, 46, 347, 'Baodi', ''),
(13672, 46, 347, 'Chengguan', ''),
(13673, 46, 347, 'Dabaizhuang', ''),
(13674, 46, 347, 'Daqiuzhuang', ''),
(13675, 46, 347, 'Guanzhuang', ''),
(13676, 46, 347, 'Hangu', ''),
(13677, 46, 347, 'Jinghai', ''),
(13678, 46, 347, 'Nankai', ''),
(13679, 46, 347, 'Ninghe', ''),
(13680, 46, 347, 'Tianjin', ''),
(13681, 46, 347, 'Yangcun', ''),
(13682, 46, 347, 'Zhongdeng', ''),
(13683, 46, 348, 'Baixin', ''),
(13684, 46, 348, 'Bangke', ''),
(13685, 46, 348, 'Chamdo', ''),
(13686, 46, 348, 'Chum', ''),
(13687, 46, 348, 'Dampu', ''),
(13688, 46, 348, 'Dungdo', ''),
(13689, 46, 348, 'Gangcun', ''),
(13690, 46, 348, 'Gyari', ''),
(13691, 46, 348, 'Jiaqin', ''),
(13692, 46, 348, 'Jondag', ''),
(13693, 46, 348, 'Kangda', ''),
(13694, 46, 348, 'Lhasa', ''),
(13695, 46, 348, 'Lingnga', ''),
(13696, 46, 348, 'Lung', ''),
(13697, 46, 348, 'Nagqu', ''),
(13698, 46, 348, 'Nangxian', ''),
(13699, 46, 348, 'Nyingchi County', ''),
(13700, 46, 348, 'Simcun', ''),
(13701, 46, 348, 'Tara', ''),
(13702, 46, 348, 'Tongcun', ''),
(13703, 46, 348, 'Xigazê', ''),
(13704, 46, 348, 'Yungcun', ''),
(13705, 46, 348, 'Zhuji', ''),
(13706, 46, 348, 'Zongxoi', ''),
(13707, 46, 349, 'Bole', ''),
(13708, 46, 349, 'Changji', ''),
(13709, 46, 349, 'Jinghe', ''),
(13710, 46, 349, 'Jiya', ''),
(13711, 46, 349, 'Kargilik', ''),
(13712, 46, 349, 'Kashgar', ''),
(13713, 46, 349, 'Korla', ''),
(13714, 46, 349, 'Kumul', ''),
(13715, 46, 349, 'Kuytun', ''),
(13716, 46, 349, 'Miran', ''),
(13717, 46, 349, 'Shihezi', ''),
(13718, 46, 349, 'Ürümqi', ''),
(13719, 46, 349, 'Yining', ''),
(13720, 46, 350, 'Chuxiong', ''),
(13721, 46, 350, 'Dali', ''),
(13722, 46, 350, 'Danfeng', ''),
(13723, 46, 350, 'Dianzhong', ''),
(13724, 46, 350, 'Gejiu', ''),
(13725, 46, 350, 'Guangtong', ''),
(13726, 46, 350, 'Haiyou', ''),
(13727, 46, 350, 'Jinbi', ''),
(13728, 46, 350, 'Jinshan', ''),
(13729, 46, 350, 'Kaihua', ''),
(13730, 46, 350, 'Kaiyuan', ''),
(13731, 46, 350, 'Kunming', ''),
(13732, 46, 350, 'Letai', ''),
(13733, 46, 350, 'Lijiang', ''),
(13734, 46, 350, 'Lin\'an', ''),
(13735, 46, 350, 'Longchuan', ''),
(13736, 46, 350, 'Qujing', ''),
(13737, 46, 350, 'Shengping', ''),
(13738, 46, 350, 'Simao', ''),
(13739, 46, 350, 'Ximeng', ''),
(13740, 46, 350, 'Xiping', ''),
(13741, 46, 350, 'Xishan', ''),
(13742, 46, 350, 'Yifu', ''),
(13743, 46, 350, 'Yisa', ''),
(13744, 46, 350, 'Yuxi', ''),
(13745, 46, 350, 'Zhaotong', ''),
(13746, 46, 351, 'Aojiang', ''),
(13747, 46, 351, 'Baziqiang', ''),
(13748, 46, 351, 'Beichan', ''),
(13749, 46, 351, 'Beilun', ''),
(13750, 46, 351, 'Caiyuan', ''),
(13751, 46, 351, 'Caozhai', ''),
(13752, 46, 351, 'Cezi', ''),
(13753, 46, 351, 'Changchao', ''),
(13754, 46, 351, 'Changzhong', ''),
(13755, 46, 351, 'Chengnan', ''),
(13756, 46, 351, 'Choucheng', ''),
(13757, 46, 351, 'Cicheng', ''),
(13758, 46, 351, 'Deqing', ''),
(13759, 46, 351, 'Di\'an', ''),
(13760, 46, 351, 'Diankou', ''),
(13761, 46, 351, 'Dinghai', ''),
(13762, 46, 351, 'Dingzha', ''),
(13763, 46, 351, 'Dipu', ''),
(13764, 46, 351, 'Donghong', ''),
(13765, 46, 351, 'Fanjing', ''),
(13766, 46, 351, 'Fenghua', ''),
(13767, 46, 351, 'Fengqiao', ''),
(13768, 46, 351, 'Fuchunjiang', ''),
(13769, 46, 351, 'Fuyang', ''),
(13770, 46, 351, 'Ganyao', ''),
(13771, 46, 351, 'Gaoting', ''),
(13772, 46, 351, 'Guli', ''),
(13773, 46, 351, 'Guodian', ''),
(13774, 46, 351, 'Haixing', ''),
(13775, 46, 351, 'Hangzhou', ''),
(13776, 46, 351, 'Hengdian', ''),
(13777, 46, 351, 'Hualong', ''),
(13778, 46, 351, 'Huangdu', ''),
(13779, 46, 351, 'Huangyan', ''),
(13780, 46, 351, 'Hushan', ''),
(13781, 46, 351, 'Huzhen', ''),
(13782, 46, 351, 'Huzhou', ''),
(13783, 46, 351, 'Jiangshan', ''),
(13784, 46, 351, 'Jiaojiang', ''),
(13785, 46, 351, 'Jiaxing', ''),
(13786, 46, 351, 'Jinchuan', ''),
(13787, 46, 351, 'Jingyuan', ''),
(13788, 46, 351, 'Jinhua', ''),
(13789, 46, 351, 'Jinmen', ''),
(13790, 46, 351, 'Jinqingzhen', ''),
(13791, 46, 351, 'Jinxiangzhen', ''),
(13792, 46, 351, 'Jinzhong', ''),
(13793, 46, 351, 'Julong', ''),
(13794, 46, 351, 'Kandun', ''),
(13795, 46, 351, 'Keqiao', ''),
(13796, 46, 351, 'Kuangyan', ''),
(13797, 46, 351, 'Kunyang', ''),
(13798, 46, 351, 'Lanxi', ''),
(13799, 46, 351, 'Lianghu', ''),
(13800, 46, 351, 'Linhai', ''),
(13801, 46, 351, 'Linping', ''),
(13802, 46, 351, 'Lishang', ''),
(13803, 46, 351, 'Lishui', ''),
(13804, 46, 351, 'Liuheng', ''),
(13805, 46, 351, 'Lize', ''),
(13806, 46, 351, 'Longquan', ''),
(13807, 46, 351, 'Longzhou', ''),
(13808, 46, 351, 'Lujiazhi', ''),
(13809, 46, 351, 'Luoyang', ''),
(13810, 46, 351, 'Luozhuang', ''),
(13811, 46, 351, 'Luqiao', ''),
(13812, 46, 351, 'Majin', ''),
(13813, 46, 351, 'Mayu', ''),
(13814, 46, 351, 'Meicheng', ''),
(13815, 46, 351, 'Miaogao', ''),
(13816, 46, 351, 'Moushan', ''),
(13817, 46, 351, 'Neimeng', ''),
(13818, 46, 351, 'Ningbo', ''),
(13819, 46, 351, 'Ninghai', ''),
(13820, 46, 351, 'Ningyi', ''),
(13821, 46, 351, 'Nongkeng', ''),
(13822, 46, 351, 'Pan\'an', ''),
(13823, 46, 351, 'Pinghu', ''),
(13824, 46, 351, 'Putuoshan', ''),
(13825, 46, 351, 'Puyang', ''),
(13826, 46, 351, 'Qiandaohu', ''),
(13827, 46, 351, 'Qianqing', ''),
(13828, 46, 351, 'Qianshan', ''),
(13829, 46, 351, 'Qingma', ''),
(13830, 46, 351, 'Qingtian', ''),
(13831, 46, 351, 'Qushan', ''),
(13832, 46, 351, 'Quzhou', ''),
(13833, 46, 351, 'Rui\'an', ''),
(13834, 46, 351, 'Santiaolou', ''),
(13835, 46, 351, 'Sha\'an', ''),
(13836, 46, 351, 'Shangbu', ''),
(13837, 46, 351, 'Shanghu', ''),
(13838, 46, 351, 'Shangwu', ''),
(13839, 46, 351, 'Shangying', ''),
(13840, 46, 351, 'Shanhu', ''),
(13841, 46, 351, 'Shaoxing', ''),
(13842, 46, 351, 'Shenjiamen', ''),
(13843, 46, 351, 'Shifan', ''),
(13844, 46, 351, 'Shouchang', ''),
(13845, 46, 351, 'Songyuan', ''),
(13846, 46, 351, 'Taimen', ''),
(13847, 46, 351, 'Taoshan', ''),
(13848, 46, 351, 'Tashi', ''),
(13849, 46, 351, 'Tengjiao', ''),
(13850, 46, 351, 'Tianli', ''),
(13851, 46, 351, 'Tianma', ''),
(13852, 46, 351, 'Tiantai Chengguanzhen', ''),
(13853, 46, 351, 'Tingpang', ''),
(13854, 46, 351, 'Tonglu', ''),
(13855, 46, 351, 'Tongxiang', ''),
(13856, 46, 351, 'Tongyuan', ''),
(13857, 46, 351, 'Wangfu', ''),
(13858, 46, 351, 'Weitang', ''),
(13859, 46, 351, 'Wenling', ''),
(13860, 46, 351, 'Wenquan', ''),
(13861, 46, 351, 'Wenzhou', ''),
(13862, 46, 351, 'Wuning', ''),
(13863, 46, 351, 'Wutong', ''),
(13864, 46, 351, 'Wuyi', ''),
(13865, 46, 351, 'Xiadianmiao', ''),
(13866, 46, 351, 'Xiangxi', ''),
(13867, 46, 351, 'Xianjiang', ''),
(13868, 46, 351, 'Xianlin', ''),
(13869, 46, 351, 'Xianmen', ''),
(13870, 46, 351, 'Xianren', ''),
(13871, 46, 351, 'Xiaoshan', ''),
(13872, 46, 351, 'Xiaoshun', ''),
(13873, 46, 351, 'Xiashi', ''),
(13874, 46, 351, 'Xiayuan', ''),
(13875, 46, 351, 'Xin\'anjiang', ''),
(13876, 46, 351, 'Xinchen', ''),
(13877, 46, 351, 'Xizhou', ''),
(13878, 46, 351, 'Xuexi', ''),
(13879, 46, 351, 'Xushan', ''),
(13880, 46, 351, 'Yacun', ''),
(13881, 46, 351, 'Yanglou', ''),
(13882, 46, 351, 'Yangqitan', ''),
(13883, 46, 351, 'Yangxunqiao', ''),
(13884, 46, 351, 'Yingchuan', ''),
(13885, 46, 351, 'Yiting', ''),
(13886, 46, 351, 'Yiwu', ''),
(13887, 46, 351, 'Yongqiang', ''),
(13888, 46, 351, 'Youchegang', ''),
(13889, 46, 351, 'Yuehu', ''),
(13890, 46, 351, 'Yueqing', ''),
(13891, 46, 351, 'Yuhang', ''),
(13892, 46, 351, 'Yuhuan', ''),
(13893, 46, 351, 'Yuhui', ''),
(13894, 46, 351, 'Yuyao', ''),
(13895, 46, 351, 'Zhanmao', ''),
(13896, 46, 351, 'Zhaobaoshan', ''),
(13897, 46, 351, 'Zhapu', ''),
(13898, 46, 351, 'Zheshang', ''),
(13899, 46, 351, 'Zhonggongmiao', ''),
(13900, 46, 351, 'Zhoushan', ''),
(13901, 46, 351, 'Zhouwangmiao', ''),
(13902, 46, 351, 'Zhuji', ''),
(13903, 46, 351, 'Zhuxiang', ''),
(13904, 46, 351, 'Ziyu', ''),
(13905, 49, 352, 'Antioquia', ''),
(13906, 49, 352, 'Bello', ''),
(13907, 49, 352, 'Caldas', ''),
(13908, 49, 352, 'El Bagre', ''),
(13909, 49, 352, 'Envigado', ''),
(13910, 49, 352, 'Guarne', ''),
(13911, 49, 352, 'Itagui', ''),
(13912, 49, 352, 'La Estrella', ''),
(13913, 49, 352, 'Marinilla', ''),
(13914, 49, 352, 'Medellín', ''),
(13915, 49, 352, 'Narino', ''),
(13916, 49, 352, 'Rionegro', ''),
(13917, 49, 352, 'Sabaneta', ''),
(13918, 49, 352, 'Turbo', ''),
(13919, 49, 353, 'Barranquilla', ''),
(13920, 49, 353, 'Malambo', ''),
(13921, 49, 353, 'Puerto Colombia', ''),
(13922, 49, 353, 'Soledad', ''),
(13923, 49, 354, 'Bogotá', ''),
(13924, 49, 354, 'Casanare', ''),
(13925, 49, 355, 'Cajica', ''),
(13926, 49, 355, 'Chia', ''),
(13927, 49, 355, 'Cogua', ''),
(13928, 49, 355, 'Cota', ''),
(13929, 49, 355, 'Dosquebradas', ''),
(13930, 49, 355, 'Facatativá', ''),
(13931, 49, 355, 'Fusagasuga', ''),
(13932, 49, 355, 'Girardot City', ''),
(13933, 49, 355, 'La Calera', ''),
(13934, 49, 355, 'La Vega', ''),
(13935, 49, 355, 'Madrid', ''),
(13936, 49, 355, 'Mosquera', ''),
(13937, 49, 355, 'Silvania', ''),
(13938, 49, 355, 'Soacha', ''),
(13939, 49, 355, 'Sopo', ''),
(13940, 49, 355, 'Zipaquirá', ''),
(13941, 49, 356, 'Bermudez', ''),
(13942, 49, 356, 'Cartagena', ''),
(13943, 49, 356, 'Magangué', ''),
(13944, 49, 356, 'Magdalena', ''),
(13945, 49, 356, 'Tarapaca', ''),
(13946, 49, 356, 'Turbaco', ''),
(13947, 49, 357, 'Boyaca', ''),
(13948, 49, 357, 'Chiquinquira', ''),
(13949, 49, 357, 'Duitama', ''),
(13950, 49, 357, 'Sachica', ''),
(13951, 49, 357, 'Santa Rosa de Viterbo', ''),
(13952, 49, 357, 'Sogamoso', ''),
(13953, 49, 357, 'Tunja', ''),
(13954, 49, 358, 'Manizales', ''),
(13955, 49, 358, 'Neira', ''),
(13956, 49, 358, 'Risaralda', ''),
(13957, 49, 358, 'San Jose', ''),
(13958, 49, 358, 'Villamaria', ''),
(13959, 49, 359, 'Cauca', ''),
(13960, 49, 359, 'Tauramena', ''),
(13961, 49, 359, 'Yopal', ''),
(13962, 49, 360, 'Montería', ''),
(13963, 49, 360, 'Popayan', ''),
(13964, 49, 361, 'Riohacha', ''),
(13965, 49, 362, 'Ipiales', ''),
(13966, 49, 362, 'Pasto', ''),
(13967, 49, 362, 'Providencia', ''),
(13968, 49, 363, 'Cúcuta', ''),
(13969, 49, 363, 'Pamplona', ''),
(13970, 49, 364, 'Columbia', ''),
(13971, 49, 364, 'Pereira', ''),
(13972, 49, 364, 'Santa Rosa de Cabal', ''),
(13973, 49, 365, 'Barrancabermeja', ''),
(13974, 49, 365, 'Bucaramanga', ''),
(13975, 49, 365, 'Floridablanca', ''),
(13976, 49, 365, 'Giron', ''),
(13977, 49, 365, 'Quindio', ''),
(13978, 49, 365, 'San Gil', ''),
(13979, 49, 366, 'Chocho', ''),
(13980, 49, 366, 'Puerta Roja', ''),
(13981, 49, 366, 'Sincelejo', ''),
(13982, 49, 367, 'Espinal', ''),
(13983, 49, 367, 'Flandes', ''),
(13984, 49, 367, 'Ibague', ''),
(13985, 49, 367, 'Melgar', ''),
(13986, 49, 367, 'Planadas', ''),
(13987, 49, 367, 'Purificacion', ''),
(13988, 49, 368, 'Leticia', ''),
(13989, 49, 369, 'Florencia', ''),
(13990, 49, 370, 'La Jagua', ''),
(13991, 49, 370, 'La Mesa', ''),
(13992, 49, 370, 'Puerto Tejada', ''),
(13993, 49, 371, 'Aguachica', ''),
(13994, 49, 371, 'Pailitas', ''),
(13995, 49, 371, 'Puerto Tamalameque', ''),
(13996, 49, 371, 'Valledupar', ''),
(13997, 49, 372, 'Inirida', ''),
(13998, 49, 372, 'Manaciare', ''),
(13999, 49, 373, 'San José del Guaviare', ''),
(14000, 49, 374, 'Acevedo', ''),
(14001, 49, 374, 'Calle', ''),
(14002, 49, 374, 'Neiva', ''),
(14003, 49, 374, 'Pitalito', ''),
(14004, 49, 375, 'Atlantico', ''),
(14005, 49, 375, 'Cundinamarca', ''),
(14006, 49, 375, 'El Colegio', ''),
(14007, 49, 375, 'Gobernacion', ''),
(14008, 49, 375, 'Miami', ''),
(14009, 49, 375, 'Santa Marta', ''),
(14010, 49, 376, 'San Martin', ''),
(14011, 49, 376, 'Villavicencio', ''),
(14012, 49, 377, 'Santiago', ''),
(14013, 49, 378, 'Buenaventura', ''),
(14014, 49, 378, 'Buga', ''),
(14015, 49, 378, 'Bugalagrande', ''),
(14016, 49, 378, 'Candelaria', ''),
(14017, 49, 378, 'Cartago', ''),
(14018, 49, 378, 'Ginebra', ''),
(14019, 49, 378, 'Jamundi', ''),
(14020, 49, 378, 'Obando', ''),
(14021, 49, 378, 'Palmira', ''),
(14022, 49, 378, 'Santiago de Cali', ''),
(14023, 49, 378, 'Trujillo', ''),
(14024, 49, 378, 'Tuluá', ''),
(14025, 49, 378, 'Yumbo', ''),
(14026, 49, 379, 'Cumaribo', ''),
(14027, 49, 380, 'San Andrés', ''),
(14028, 49, 381, 'Armenia', ''),
(14029, 49, 381, 'Calarcá', ''),
(14030, 50, 382, 'Moroni', ''),
(14031, 50, 383, 'Moutsamoudou', ''),
(14032, 50, 383, 'Ouani', ''),
(14033, 51, 384, 'Lubumbashi', ''),
(14034, 51, 385, 'Kinshasa', ''),
(14035, 51, 386, 'Goma', ''),
(14036, 51, 387, 'Banana', ''),
(14037, 53, 388, 'Alajuela', ''),
(14038, 53, 388, 'Alfaro', ''),
(14039, 53, 388, 'Barranca', ''),
(14040, 53, 388, 'Corazon de Jesus', ''),
(14041, 53, 388, 'El Coco', ''),
(14042, 53, 388, 'Grecia', ''),
(14043, 53, 388, 'Guacima', ''),
(14044, 53, 388, 'La Garita', ''),
(14045, 53, 388, 'Naranjo', ''),
(14046, 53, 388, 'Palmares', ''),
(14047, 53, 388, 'Pavas', ''),
(14048, 53, 388, 'Quesada', ''),
(14049, 53, 388, 'Rio Segundo', ''),
(14050, 53, 388, 'San Ramon', ''),
(14051, 53, 388, 'Zapote', ''),
(14052, 53, 388, 'Zarcero', ''),
(14053, 53, 389, 'Cartago', ''),
(14054, 53, 389, 'Moravia', ''),
(14055, 53, 389, 'San Juan', ''),
(14056, 53, 389, 'Tejar', ''),
(14057, 53, 389, 'Tres Rios', ''),
(14058, 53, 389, 'Turrialba', ''),
(14059, 53, 390, 'Hojancha', ''),
(14060, 53, 390, 'Liberia', ''),
(14061, 53, 390, 'Playas del Coco', ''),
(14062, 53, 390, 'Sámara', ''),
(14063, 53, 390, 'Santa Cruz', ''),
(14064, 53, 391, 'Barva', ''),
(14065, 53, 391, 'Colon', ''),
(14066, 53, 391, 'Getsemani', ''),
(14067, 53, 391, 'Heredia', ''),
(14068, 53, 391, 'Isla de Tibas', ''),
(14069, 53, 391, 'Lagunilla', ''),
(14070, 53, 391, 'San Antonio', ''),
(14071, 53, 391, 'San Joaquin', ''),
(14072, 53, 391, 'San Pablo', ''),
(14073, 53, 391, 'San Rafael', ''),
(14074, 53, 391, 'Santo Domingo', ''),
(14075, 53, 392, 'Batan', ''),
(14076, 53, 392, 'Limón', ''),
(14077, 53, 393, 'Jaco', ''),
(14078, 53, 393, 'Miramar', ''),
(14079, 53, 393, 'Puntarenas', ''),
(14080, 53, 393, 'Quepos', ''),
(14081, 53, 393, 'San Marcos', ''),
(14082, 53, 393, 'Union', ''),
(14083, 53, 394, 'Alajuelita', ''),
(14084, 53, 394, 'Curridabat', ''),
(14085, 53, 394, 'Desamparados', ''),
(14086, 53, 394, 'Escazu', ''),
(14087, 53, 394, 'Guadalupe', ''),
(14088, 53, 394, 'La Uruca', ''),
(14089, 53, 394, 'Llorente', ''),
(14090, 53, 394, 'Mozotal', ''),
(14091, 53, 394, 'Palmares', ''),
(14092, 53, 394, 'Perez', ''),
(14093, 53, 394, 'Sabanilla', ''),
(14094, 53, 394, 'San Francisco de Dos Rios', ''),
(14095, 53, 394, 'San Isidro', ''),
(14096, 53, 394, 'San José', ''),
(14097, 53, 394, 'San Juan', ''),
(14098, 53, 394, 'San Miguel', ''),
(14099, 53, 394, 'San Pedro', ''),
(14100, 53, 394, 'San Rafael', ''),
(14101, 53, 394, 'Santa Ana', ''),
(14102, 53, 394, 'Santa Cecilia', ''),
(14103, 54, 395, 'Bjelovar', ''),
(14104, 54, 395, 'Gornji Kriz', ''),
(14105, 54, 396, 'Bukovlje', ''),
(14106, 54, 396, 'Gornji Bogicevci', ''),
(14107, 54, 396, 'Slavonski Brod', ''),
(14108, 54, 396, 'Slavonski Kobas', ''),
(14109, 54, 397, 'Cavtat', ''),
(14110, 54, 397, 'Dubrovnik', ''),
(14111, 54, 397, 'Korčula', ''),
(14112, 54, 397, 'Lapad', ''),
(14113, 54, 397, 'Mlini', ''),
(14114, 54, 398, 'Sesvete', ''),
(14115, 54, 398, 'Strmec', ''),
(14116, 54, 398, 'Zagreb', ''),
(14117, 54, 399, 'Barban', ''),
(14118, 54, 399, 'Buje', ''),
(14119, 54, 399, 'Buzet', ''),
(14120, 54, 399, 'Krnica', ''),
(14121, 54, 399, 'Labin', ''),
(14122, 54, 399, 'Marcana', ''),
(14123, 54, 399, 'Nedescina', ''),
(14124, 54, 399, 'Pazin', ''),
(14125, 54, 399, 'Poreč', ''),
(14126, 54, 399, 'Pula', ''),
(14127, 54, 399, 'Rovinj', ''),
(14128, 54, 399, 'Savudrija', ''),
(14129, 54, 399, 'Umag', ''),
(14130, 54, 399, 'Vodnjan', ''),
(14131, 54, 400, 'Duga Resa', ''),
(14132, 54, 400, 'Karlovac', ''),
(14133, 54, 401, 'Drnje', ''),
(14134, 54, 401, 'GJurgevac', ''),
(14135, 54, 401, 'Hlebine', ''),
(14136, 54, 401, 'Koprivnica', ''),
(14137, 54, 401, 'Krizevci', ''),
(14138, 54, 401, 'Peteranec', ''),
(14139, 54, 401, 'Sokolovac', ''),
(14140, 54, 401, 'Virje', ''),
(14141, 54, 402, 'Gornja Stubica', ''),
(14142, 54, 402, 'Klanjec', ''),
(14143, 54, 402, 'Krapina', ''),
(14144, 54, 402, 'Lobor', ''),
(14145, 54, 402, 'Sveti Kriz', ''),
(14146, 54, 402, 'Zabok', ''),
(14147, 54, 403, 'Podastrana', ''),
(14148, 54, 403, 'Titova Korenica', ''),
(14149, 54, 404, 'Čakovec', ''),
(14150, 54, 404, 'Lopatinec', ''),
(14151, 54, 404, 'Mursko Sredisce', ''),
(14152, 54, 404, 'Prelog', ''),
(14153, 54, 405, 'Batina', ''),
(14154, 54, 405, 'Belišće', ''),
(14155, 54, 405, 'Bilje', ''),
(14156, 54, 405, 'Cepin', ''),
(14157, 54, 405, 'Josipovac', ''),
(14158, 54, 405, 'Osijek', ''),
(14159, 54, 405, 'Piskorevci', ''),
(14160, 54, 405, 'Visnjevac', ''),
(14161, 54, 405, 'Đakovo', ''),
(14162, 54, 406, 'Jaksic', ''),
(14163, 54, 406, 'Kutjevo', ''),
(14164, 54, 406, 'Požega', ''),
(14165, 54, 406, 'Vetovo', ''),
(14166, 54, 407, 'Baska', ''),
(14167, 54, 407, 'Cavle', ''),
(14168, 54, 407, 'Crikvenica', ''),
(14169, 54, 407, 'Fuzine', ''),
(14170, 54, 407, 'Icici', ''),
(14171, 54, 407, 'Jurdani', ''),
(14172, 54, 407, 'Kostrena', ''),
(14173, 54, 407, 'Kraljevica', ''),
(14174, 54, 407, 'Krizisce', ''),
(14175, 54, 407, 'Krk', ''),
(14176, 54, 407, 'Malinska', ''),
(14177, 54, 407, 'Matulji', ''),
(14178, 54, 407, 'Njivice', ''),
(14179, 54, 407, 'Novi Vinodolski', ''),
(14180, 54, 407, 'Omisalj', ''),
(14181, 54, 407, 'Opatija', ''),
(14182, 54, 407, 'Rijeka', ''),
(14183, 54, 407, 'Tribalj', ''),
(14184, 54, 408, 'Šibenik', ''),
(14185, 54, 409, 'Core', ''),
(14186, 54, 409, 'Petrinja', ''),
(14187, 54, 409, 'Sisak', ''),
(14188, 54, 409, 'Topusko', ''),
(14189, 54, 410, 'Bol', ''),
(14190, 54, 410, 'Hvar', ''),
(14191, 54, 410, 'Kastel Sucurac', ''),
(14192, 54, 410, 'Makarska', ''),
(14193, 54, 410, 'Solin', ''),
(14194, 54, 410, 'Split', ''),
(14195, 54, 410, 'Splitska', ''),
(14196, 54, 410, 'Sutivan', ''),
(14197, 54, 410, 'Zivogosce', ''),
(14198, 54, 410, 'Zovko', ''),
(14199, 54, 411, 'Lepoglava', ''),
(14200, 54, 411, 'Ludbreg', ''),
(14201, 54, 411, 'Mali Bukovec', ''),
(14202, 54, 411, 'Petrijanec', ''),
(14203, 54, 411, 'Tuzno', ''),
(14204, 54, 411, 'Varaždin', ''),
(14205, 54, 411, 'Varazdinske Toplice', ''),
(14206, 54, 411, 'Vidovec', ''),
(14207, 54, 412, 'Cacinci', ''),
(14208, 54, 412, 'Slatina', ''),
(14209, 54, 413, 'Komletinci', ''),
(14210, 54, 413, 'Otok', ''),
(14211, 54, 413, 'Privlaka', ''),
(14212, 54, 413, 'Rokovci', ''),
(14213, 54, 413, 'Slakovci', ''),
(14214, 54, 413, 'Stari Mikanovci', ''),
(14215, 54, 413, 'Vinkovci', ''),
(14216, 54, 413, 'Vukovar', ''),
(14217, 54, 414, 'Biograd na Moru', ''),
(14218, 54, 414, 'Petrcane', ''),
(14219, 54, 414, 'Punta', ''),
(14220, 54, 414, 'Simuni', ''),
(14221, 54, 414, 'Turanj', ''),
(14222, 54, 414, 'Zadar', ''),
(14223, 54, 415, 'Bestovje', ''),
(14224, 54, 415, 'Bregana', ''),
(14225, 54, 415, 'Donja Bistra', ''),
(14226, 54, 415, 'Donja Zdencina', ''),
(14227, 54, 415, 'Dugo Selo', ''),
(14228, 54, 415, 'Jastrebarsko', ''),
(14229, 54, 415, 'Kravarsko', ''),
(14230, 54, 415, 'Prigorje Brdovecko', ''),
(14231, 54, 415, 'Samobor', ''),
(14232, 54, 415, 'Strmec Samoborski', ''),
(14233, 54, 415, 'Velika Gorica', ''),
(14234, 54, 415, 'Vrbovec', ''),
(14235, 54, 415, 'Vukovina', ''),
(14236, 54, 415, 'Zapresic', ''),
(14237, 55, 416, 'Artemisa', ''),
(14238, 55, 416, 'Villa', ''),
(14239, 55, 417, 'Havana', ''),
(14240, 55, 417, 'La Playa', ''),
(14241, 55, 418, 'Las Tunas', ''),
(14242, 55, 419, 'Camagüey', ''),
(14243, 55, 419, 'La Habana', ''),
(14244, 55, 420, 'Ciego de Ávila', ''),
(14245, 55, 420, 'Habana', ''),
(14246, 55, 421, 'Cienfuegos', ''),
(14247, 55, 422, 'Guantánamo', ''),
(14248, 55, 423, 'Holguín', ''),
(14249, 55, 424, 'Manuel', ''),
(14250, 55, 424, 'Matanzas', ''),
(14251, 55, 424, 'Varadero', ''),
(14252, 55, 425, 'Pinar del Río', ''),
(14253, 55, 426, 'Sancti Spíritus', ''),
(14254, 55, 427, 'Santiago de Cuba', ''),
(14255, 55, 428, 'Santa Clara', ''),
(14256, 55, 429, 'Bayamo', ''),
(14257, 57, 430, 'Ayia Napa', ''),
(14258, 57, 430, 'Famagusta', ''),
(14259, 57, 430, 'Paralimni', ''),
(14260, 57, 431, 'Kyrenia', ''),
(14261, 57, 432, 'Kiti', ''),
(14262, 57, 432, 'Larnaca', ''),
(14263, 57, 432, 'Xylotymbou', ''),
(14264, 57, 433, 'Geri', ''),
(14265, 57, 433, 'Latsia', ''),
(14266, 57, 433, 'Nicosia', ''),
(14267, 57, 433, 'Strovolos', ''),
(14268, 57, 434, 'Episkopi', ''),
(14269, 57, 434, 'Kato Polemidia', ''),
(14270, 57, 434, 'Limassol', ''),
(14271, 57, 434, 'Pissouri', ''),
(14272, 57, 435, 'Kissonerga', ''),
(14273, 57, 435, 'Konia', ''),
(14274, 57, 435, 'Paphos', ''),
(14275, 57, 435, 'Tera', ''),
(14276, 58, 436, 'Bakov nad Jizerou', ''),
(14277, 58, 436, 'Becvary', ''),
(14278, 58, 436, 'Bela pod Bezdezem', ''),
(14279, 58, 436, 'Benatky nad Jizerou', ''),
(14280, 58, 436, 'Benešov', ''),
(14281, 58, 436, 'Beroun', ''),
(14282, 58, 436, 'Bezno', ''),
(14283, 58, 436, 'Blevice', ''),
(14284, 58, 436, 'Bobnice', ''),
(14285, 58, 436, 'Boranovice', ''),
(14286, 58, 436, 'Brandys nad Labem-Stara Boleslav', ''),
(14287, 58, 436, 'Brandysek', ''),
(14288, 58, 436, 'Braskov', ''),
(14289, 58, 436, 'Bratronice', ''),
(14290, 58, 436, 'Brodce', ''),
(14291, 58, 436, 'Bustehrad', ''),
(14292, 58, 436, 'Bystrice', ''),
(14293, 58, 436, 'Cakovicky', ''),
(14294, 58, 436, 'Caslav', ''),
(14295, 58, 436, 'Celakovice', ''),
(14296, 58, 436, 'Cercany', ''),
(14297, 58, 436, 'Cerhenice', ''),
(14298, 58, 436, 'Cernosice', ''),
(14299, 58, 436, 'Cesky Brod', ''),
(14300, 58, 436, 'Chotetov', ''),
(14301, 58, 436, 'Chynava', ''),
(14302, 58, 436, 'Cista', ''),
(14303, 58, 436, 'Ctyrkoly', ''),
(14304, 58, 436, 'Davle', ''),
(14305, 58, 436, 'Divisov', ''),
(14306, 58, 436, 'Dobrichovice', ''),
(14307, 58, 436, 'Dobris', ''),
(14308, 58, 436, 'Dobrovice', ''),
(14309, 58, 436, 'Dolni Bousov', ''),
(14310, 58, 436, 'Dolni Brezany', ''),
(14311, 58, 436, 'Dolni Jircany', ''),
(14312, 58, 436, 'Dolni Slivno', ''),
(14313, 58, 436, 'Dretovice', ''),
(14314, 58, 436, 'Drisy', ''),
(14315, 58, 436, 'Dymokury', ''),
(14316, 58, 436, 'Hodkovice', ''),
(14317, 58, 436, 'Holubice', ''),
(14318, 58, 436, 'Horni Pocaply', ''),
(14319, 58, 436, 'Horomerice', ''),
(14320, 58, 436, 'Horovice', ''),
(14321, 58, 436, 'Horusice', ''),
(14322, 58, 436, 'Hostin', ''),
(14323, 58, 436, 'Hostivice', ''),
(14324, 58, 436, 'Hovorcovice', ''),
(14325, 58, 436, 'Hyskov', ''),
(14326, 58, 436, 'Jabkenice', ''),
(14327, 58, 436, 'Jablonce', ''),
(14328, 58, 436, 'Jesenice', ''),
(14329, 58, 436, 'Jevany', ''),
(14330, 58, 436, 'Jilove u Prahy', ''),
(14331, 58, 436, 'Jince', ''),
(14332, 58, 436, 'Jinocany', ''),
(14333, 58, 436, 'Jirny', ''),
(14334, 58, 436, 'Josefuv Dul', ''),
(14335, 58, 436, 'Kacice', ''),
(14336, 58, 436, 'Kacov', ''),
(14337, 58, 436, 'Kamenice', ''),
(14338, 58, 436, 'Kamenne Zehrovice', ''),
(14339, 58, 436, 'Kamenny Privoz', ''),
(14340, 58, 436, 'Kladno', ''),
(14341, 58, 436, 'Klecany', ''),
(14342, 58, 436, 'Kly', ''),
(14343, 58, 436, 'Knezeves', ''),
(14344, 58, 436, 'Knezmost', ''),
(14345, 58, 436, 'Kolín', ''),
(14346, 58, 436, 'Kosmonosy', ''),
(14347, 58, 436, 'Kosor', ''),
(14348, 58, 436, 'Kostelec nad Cernymi Lesy', ''),
(14349, 58, 436, 'Kostelec nad Labem', ''),
(14350, 58, 436, 'Kostelec u Krizku', ''),
(14351, 58, 436, 'Kounice', ''),
(14352, 58, 436, 'Kourim', ''),
(14353, 58, 436, 'Kralupy nad Vltavou', ''),
(14354, 58, 436, 'Kraluv Dvur', ''),
(14355, 58, 436, 'Krasna Hora nad Vltavou', ''),
(14356, 58, 436, 'Krivoklat', ''),
(14357, 58, 436, 'Kropacova Vrutice', ''),
(14358, 58, 436, 'Kublov', ''),
(14359, 58, 436, 'Kunice', ''),
(14360, 58, 436, 'Kutná Hora', ''),
(14361, 58, 436, 'Kvetnice', ''),
(14362, 58, 436, 'Lany', ''),
(14363, 58, 436, 'Libcice nad Vltavou', ''),
(14364, 58, 436, 'Liber', ''),
(14365, 58, 436, 'Libeznice', ''),
(14366, 58, 436, 'Libusin', ''),
(14367, 58, 436, 'Lidice', ''),
(14368, 58, 436, 'Lodenice', ''),
(14369, 58, 436, 'Loucen', ''),
(14370, 58, 436, 'Lustenice', ''),
(14371, 58, 436, 'Lysa nad Labem', ''),
(14372, 58, 436, 'Mcely', ''),
(14373, 58, 436, 'Mělník', ''),
(14374, 58, 436, 'Mesice', ''),
(14375, 58, 436, 'Mestec Kralove', ''),
(14376, 58, 436, 'Milovice', ''),
(14377, 58, 436, 'Mladá Boleslav', ''),
(14378, 58, 436, 'Mnichovice', ''),
(14379, 58, 436, 'Mnichovo Hradiště', ''),
(14380, 58, 436, 'Mnisek pod Brdy', ''),
(14381, 58, 436, 'Mokrany', ''),
(14382, 58, 436, 'Moran', ''),
(14383, 58, 436, 'Mrac', ''),
(14384, 58, 436, 'Mratin', ''),
(14385, 58, 436, 'Mukarov', ''),
(14386, 58, 436, 'Mutejovice', ''),
(14387, 58, 436, 'Neratovice', ''),
(14388, 58, 436, 'Netovice', ''),
(14389, 58, 436, 'Neveklov', ''),
(14390, 58, 436, 'Nizbor', ''),
(14391, 58, 436, 'Nova Lhota', ''),
(14392, 58, 436, 'Nova Ves pod Plesi', ''),
(14393, 58, 436, 'Nove Straseci', ''),
(14394, 58, 436, 'Novy Knin', ''),
(14395, 58, 436, 'Nucice', ''),
(14396, 58, 436, 'Nymburk', ''),
(14397, 58, 436, 'Obristvi', ''),
(14398, 58, 436, 'Odolena Voda', ''),
(14399, 58, 436, 'Olovnice', ''),
(14400, 58, 436, 'Orech', ''),
(14401, 58, 436, 'Pavlikov', ''),
(14402, 58, 436, 'Pecky', ''),
(14403, 58, 436, 'Planany', ''),
(14404, 58, 436, 'Podebrady', ''),
(14405, 58, 436, 'Podluhy', ''),
(14406, 58, 436, 'Popovicky', ''),
(14407, 58, 436, 'Poricany', ''),
(14408, 58, 436, 'Porici nad Sazavou', ''),
(14409, 58, 436, 'Predboj', ''),
(14410, 58, 436, 'Prezletice', ''),
(14411, 58, 436, 'Příbram', ''),
(14412, 58, 436, 'Pruhonice', ''),
(14413, 58, 436, 'Psary', ''),
(14414, 58, 436, 'Pysely', ''),
(14415, 58, 436, 'Rakovnik', ''),
(14416, 58, 436, 'Revnice', ''),
(14417, 58, 436, 'Ricany', ''),
(14418, 58, 436, 'Ritka', ''),
(14419, 58, 436, 'Rousinov', ''),
(14420, 58, 436, 'Roztoky', ''),
(14421, 58, 436, 'Rudna', ''),
(14422, 58, 436, 'Rynholec', ''),
(14423, 58, 436, 'Sadska', ''),
(14424, 58, 436, 'Sazava', ''),
(14425, 58, 436, 'Sedlcany', ''),
(14426, 58, 436, 'Semice', ''),
(14427, 58, 436, 'Senomaty', ''),
(14428, 58, 436, 'Sestajovice', ''),
(14429, 58, 436, 'Skvorec', ''),
(14430, 58, 436, 'Slany', ''),
(14431, 58, 436, 'Slapanov', ''),
(14432, 58, 436, 'Sluhy', ''),
(14433, 58, 436, 'Smilovice', ''),
(14434, 58, 436, 'Statenice', ''),
(14435, 58, 436, 'Stochov', ''),
(14436, 58, 436, 'Strancice', ''),
(14437, 58, 436, 'Struharov', ''),
(14438, 58, 436, 'Svetice', ''),
(14439, 58, 436, 'Tachlovice', ''),
(14440, 58, 436, 'Tehov', ''),
(14441, 58, 436, 'Tetin', ''),
(14442, 58, 436, 'Tisice', ''),
(14443, 58, 436, 'Tman', ''),
(14444, 58, 436, 'Tochovice', ''),
(14445, 58, 436, 'Trebiz', ''),
(14446, 58, 436, 'Trebotov', ''),
(14447, 58, 436, 'Trhovy Stepanov', ''),
(14448, 58, 436, 'Tuchlovice', ''),
(14449, 58, 436, 'Tuchomerice', ''),
(14450, 58, 436, 'Tuchoraz', ''),
(14451, 58, 436, 'Tuklaty', ''),
(14452, 58, 436, 'Tupadly', ''),
(14453, 58, 436, 'Tursko', ''),
(14454, 58, 436, 'Tynec nad Sazavou', ''),
(14455, 58, 436, 'Uhlirska Lhota', ''),
(14456, 58, 436, 'Uhlirske Janovice', ''),
(14457, 58, 436, 'Uhonice', ''),
(14458, 58, 436, 'Uvaly', ''),
(14459, 58, 436, 'Uzice', ''),
(14460, 58, 436, 'Velka Dobra', ''),
(14461, 58, 436, 'Velke Popovice', ''),
(14462, 58, 436, 'Velke Prilepy', ''),
(14463, 58, 436, 'Velky Borek', ''),
(14464, 58, 436, 'Velky Osek', ''),
(14465, 58, 436, 'Veltrusy', ''),
(14466, 58, 436, 'Velvary', ''),
(14467, 58, 436, 'Vestec', ''),
(14468, 58, 436, 'Vlasim', ''),
(14469, 58, 436, 'Vodochody', ''),
(14470, 58, 436, 'Votice', ''),
(14471, 58, 436, 'Vranany', ''),
(14472, 58, 436, 'Vsenory', ''),
(14473, 58, 436, 'Wrasch', ''),
(14474, 58, 436, 'Zadni Treban', ''),
(14475, 58, 436, 'Zdiby', ''),
(14476, 58, 436, 'Zebrak', ''),
(14477, 58, 436, 'Zehun', ''),
(14478, 58, 436, 'Zelenec', ''),
(14479, 58, 436, 'Zleby', ''),
(14480, 58, 436, 'Zlonice', ''),
(14481, 58, 436, 'Zruc nad Sazavou', ''),
(14482, 58, 436, 'Zverinek', ''),
(14483, 58, 436, 'Zvoleneves', ''),
(14484, 58, 437, 'Chodov', ''),
(14485, 58, 437, 'Dejvice', ''),
(14486, 58, 437, 'Hloubetin', ''),
(14487, 58, 437, 'Hostivar', ''),
(14488, 58, 437, 'Kolovraty', ''),
(14489, 58, 437, 'Letnany', ''),
(14490, 58, 437, 'Malá Strana', ''),
(14491, 58, 437, 'Michle', ''),
(14492, 58, 437, 'Nusle', ''),
(14493, 58, 437, 'Prague', ''),
(14494, 58, 437, 'Repy', ''),
(14495, 58, 437, 'Uhrineves', ''),
(14496, 58, 437, 'Ujezd nad Lesy', ''),
(14497, 58, 437, 'Zizkov', ''),
(14498, 58, 438, 'Bechyne', ''),
(14499, 58, 438, 'Blatna', ''),
(14500, 58, 438, 'Borovany', ''),
(14501, 58, 438, 'České Budějovice', ''),
(14502, 58, 438, 'Český Krumlov', ''),
(14503, 58, 438, 'Chlum u Trebone', ''),
(14504, 58, 438, 'Chotoviny', ''),
(14505, 58, 438, 'Chynov', ''),
(14506, 58, 438, 'Dacice', ''),
(14507, 58, 438, 'Divcice', ''),
(14508, 58, 438, 'Hluboka nad Vltavou', ''),
(14509, 58, 438, 'Horni Pena', ''),
(14510, 58, 438, 'Horni Plana', ''),
(14511, 58, 438, 'Jindrichuv Hradec', ''),
(14512, 58, 438, 'Jistebnice', ''),
(14513, 58, 438, 'Kajov', ''),
(14514, 58, 438, 'Kamenny Ujezd', ''),
(14515, 58, 438, 'Kaplice', ''),
(14516, 58, 438, 'Kremze', ''),
(14517, 58, 438, 'Krizanov', ''),
(14518, 58, 438, 'Ktis', ''),
(14519, 58, 438, 'Ledenice', ''),
(14520, 58, 438, 'Libejovice', ''),
(14521, 58, 438, 'Locenice', ''),
(14522, 58, 438, 'Lomnice nad Luznici', ''),
(14523, 58, 438, 'Milevsko', ''),
(14524, 58, 438, 'Mirovice', ''),
(14525, 58, 438, 'Nova Vcelnice', ''),
(14526, 58, 438, 'Pariz', ''),
(14527, 58, 438, 'Písek', ''),
(14528, 58, 438, 'Plana nad Luznici', ''),
(14529, 58, 438, 'Prachatice', ''),
(14530, 58, 438, 'Protivin', ''),
(14531, 58, 438, 'Radomilice', ''),
(14532, 58, 438, 'Rozpouti', ''),
(14533, 58, 438, 'Rudolfov', ''),
(14534, 58, 438, 'Sepekov', ''),
(14535, 58, 438, 'Sezimovo Usti', ''),
(14536, 58, 438, 'Slavonice', ''),
(14537, 58, 438, 'Sobeslav', ''),
(14538, 58, 438, 'Stachy', ''),
(14539, 58, 438, 'Strakonice', ''),
(14540, 58, 438, 'Straz nad Nezarkou', ''),
(14541, 58, 438, 'Strmilov', ''),
(14542, 58, 438, 'Tábor', ''),
(14543, 58, 438, 'Trebon', ''),
(14544, 58, 438, 'Trhove Sviny', ''),
(14545, 58, 438, 'Tyn nad Vltavou', ''),
(14546, 58, 438, 'Veseli nad Luznici', ''),
(14547, 58, 438, 'Vimperk', ''),
(14548, 58, 438, 'Vodnany', ''),
(14549, 58, 438, 'Volary', ''),
(14550, 58, 438, 'Vyssi Brod', ''),
(14551, 58, 438, 'Zliv', ''),
(14552, 58, 439, 'As', ''),
(14553, 58, 439, 'Becov nad Teplou', ''),
(14554, 58, 439, 'Bochov', ''),
(14555, 58, 439, 'Brezova', ''),
(14556, 58, 439, 'Cheb', ''),
(14557, 58, 439, 'Chodov', ''),
(14558, 58, 439, 'Dalovice', ''),
(14559, 58, 439, 'Drmoul', ''),
(14560, 58, 439, 'Frantiskovy Lazne', ''),
(14561, 58, 439, 'Habartov', ''),
(14562, 58, 439, 'Horni Slavkov', ''),
(14563, 58, 439, 'Hradiste', ''),
(14564, 58, 439, 'Hranice', ''),
(14565, 58, 439, 'Karlovy Vary', ''),
(14566, 58, 439, 'Kraslice', ''),
(14567, 58, 439, 'Krasno', ''),
(14568, 58, 439, 'Kynsperk nad Ohri', ''),
(14569, 58, 439, 'Loket', ''),
(14570, 58, 439, 'Marianska', ''),
(14571, 58, 439, 'Mariánské Lázně', ''),
(14572, 58, 439, 'Merklin', ''),
(14573, 58, 439, 'Mesto', ''),
(14574, 58, 439, 'Milikov', ''),
(14575, 58, 439, 'Nejdek', ''),
(14576, 58, 439, 'Nova Role', ''),
(14577, 58, 439, 'Nove Mesto', ''),
(14578, 58, 439, 'Nove Sedlo', ''),
(14579, 58, 439, 'Novosedly', ''),
(14580, 58, 439, 'Olovi', ''),
(14581, 58, 439, 'Ostrov', ''),
(14582, 58, 439, 'Plesna', ''),
(14583, 58, 439, 'Poritsch', ''),
(14584, 58, 439, 'Skalna', ''),
(14585, 58, 439, 'Sokolov', ''),
(14586, 58, 439, 'Stara Voda', ''),
(14587, 58, 439, 'Touzim', ''),
(14588, 58, 439, 'Vojkovice', ''),
(14589, 58, 439, 'Zlata', ''),
(14590, 58, 440, 'Brtnice', ''),
(14591, 58, 440, 'Bystrice nad Pernstejnem', ''),
(14592, 58, 440, 'Chotebor', ''),
(14593, 58, 440, 'Dlouhe', ''),
(14594, 58, 440, 'Dolni Cerekev', ''),
(14595, 58, 440, 'Dolni Rozinka', ''),
(14596, 58, 440, 'Havlíčkův Brod', ''),
(14597, 58, 440, 'Herman', ''),
(14598, 58, 440, 'Hodice', ''),
(14599, 58, 440, 'Hrotovice', ''),
(14600, 58, 440, 'Humpolec', ''),
(14601, 58, 440, 'Jaromerice nad Rokytnou', ''),
(14602, 58, 440, 'Jihlava', ''),
(14603, 58, 440, 'Kaly', ''),
(14604, 58, 440, 'Konesin', ''),
(14605, 58, 440, 'Krizanov', ''),
(14606, 58, 440, 'Krovi', ''),
(14607, 58, 440, 'Ledec nad Sazavou', ''),
(14608, 58, 440, 'Libkova Voda', ''),
(14609, 58, 440, 'Lucice', ''),
(14610, 58, 440, 'Luka nad Jihlavou', ''),
(14611, 58, 440, 'Lukavec', ''),
(14612, 58, 440, 'Matejov', ''),
(14613, 58, 440, 'Moravske Budejovice', ''),
(14614, 58, 440, 'Nova Rise', ''),
(14615, 58, 440, 'Nove Mesto na Morave', ''),
(14616, 58, 440, 'Nove Veseli', ''),
(14617, 58, 440, 'Obratan', ''),
(14618, 58, 440, 'Ocmanice', ''),
(14619, 58, 440, 'Ostrov nad Oslavou', ''),
(14620, 58, 440, 'Pacov', ''),
(14621, 58, 440, 'Pelhrimov', ''),
(14622, 58, 440, 'Pocatky', ''),
(14623, 58, 440, 'Polna', ''),
(14624, 58, 440, 'Pribyslav', ''),
(14625, 58, 440, 'Radostin', ''),
(14626, 58, 440, 'Rapotice', ''),
(14627, 58, 440, 'Rovecne', ''),
(14628, 58, 440, 'Rudikov', ''),
(14629, 58, 440, 'Starec', ''),
(14630, 58, 440, 'Stoky', ''),
(14631, 58, 440, 'Svetla nad Sazavou', ''),
(14632, 58, 440, 'Telc', ''),
(14633, 58, 440, 'Temice', ''),
(14634, 58, 440, 'Třebíč', ''),
(14635, 58, 440, 'Trest\'', ''),
(14636, 58, 440, 'Tri Studne', ''),
(14637, 58, 440, 'Usobi', ''),
(14638, 58, 440, 'Vecov', ''),
(14639, 58, 440, 'Velka Bites', ''),
(14640, 58, 440, 'Velka Losenice', ''),
(14641, 58, 440, 'Velke Mezirici', ''),
(14642, 58, 440, 'Veznice', ''),
(14643, 58, 440, 'Vilanec', ''),
(14644, 58, 440, 'Vladislav', ''),
(14645, 58, 440, 'Vojnuv Mestec', ''),
(14646, 58, 440, 'Vyskytna', ''),
(14647, 58, 440, 'Vyskytna nad Jihlavou', ''),
(14648, 58, 440, 'Zdar', ''),
(14649, 58, 440, 'Zdirec', ''),
(14650, 58, 440, 'Zeletava', ''),
(14651, 58, 440, 'Zirovnice', ''),
(14652, 58, 441, 'Broumov', ''),
(14653, 58, 441, 'Cernilov', ''),
(14654, 58, 441, 'Cerveny Kostelec', ''),
(14655, 58, 441, 'Ceska Skalice', ''),
(14656, 58, 441, 'Chlumec nad Cidlinou', ''),
(14657, 58, 441, 'Dvur Kralove nad Labem', ''),
(14658, 58, 441, 'Horice', ''),
(14659, 58, 441, 'Horni Dohalice', ''),
(14660, 58, 441, 'Hostinne', ''),
(14661, 58, 441, 'Hradec Králové', ''),
(14662, 58, 441, 'Jaromer', ''),
(14663, 58, 441, 'Jičín', ''),
(14664, 58, 441, 'Kopidlno', ''),
(14665, 58, 441, 'Kostelec nad Orlici', ''),
(14666, 58, 441, 'Lachov', ''),
(14667, 58, 441, 'Marov u Upice', ''),
(14668, 58, 441, 'Nachod', ''),
(14669, 58, 441, 'Nechanice', ''),
(14670, 58, 441, 'Nova Paka', ''),
(14671, 58, 441, 'Novy Bydzov', ''),
(14672, 58, 441, 'Opocno', ''),
(14673, 58, 441, 'Ostromer', ''),
(14674, 58, 441, 'Pecka', ''),
(14675, 58, 441, 'Podhorni Ujezd', ''),
(14676, 58, 441, 'Police nad Metuji', ''),
(14677, 58, 441, 'Porici', ''),
(14678, 58, 441, 'Potstejn', ''),
(14679, 58, 441, 'Provodov', ''),
(14680, 58, 441, 'Rtyne', ''),
(14681, 58, 441, 'Rudnik', ''),
(14682, 58, 441, 'Rychnov nad Kneznou', ''),
(14683, 58, 441, 'Smirice', ''),
(14684, 58, 441, 'Trebechovice pod Orebem', ''),
(14685, 58, 441, 'Trutnov', ''),
(14686, 58, 441, 'Vrchlabi', ''),
(14687, 58, 441, 'Vsestary', ''),
(14688, 58, 441, 'Zeleznice', ''),
(14689, 58, 442, 'Albrechtice', ''),
(14690, 58, 442, 'Česká Lípa', ''),
(14691, 58, 442, 'Chrastna', ''),
(14692, 58, 442, 'Desna', ''),
(14693, 58, 442, 'Dolni Sytova', ''),
(14694, 58, 442, 'Frydlant', ''),
(14695, 58, 442, 'Hamr', ''),
(14696, 58, 442, 'Harrachov', ''),
(14697, 58, 442, 'Hodkovice nad Mohelkou', ''),
(14698, 58, 442, 'Jablonec nad Nisou', ''),
(14699, 58, 442, 'Janov nad Nisou', ''),
(14700, 58, 442, 'Jilemnice', ''),
(14701, 58, 442, 'Kamenice', ''),
(14702, 58, 442, 'Liberec', ''),
(14703, 58, 442, 'Lomnice nad Popelkou', ''),
(14704, 58, 442, 'Lucany nad Nisou', ''),
(14705, 58, 442, 'Nove Zakupy', ''),
(14706, 58, 442, 'Plouznice', ''),
(14707, 58, 442, 'Rovensko pod Troskami', ''),
(14708, 58, 442, 'Rynovice', ''),
(14709, 58, 442, 'Semily', ''),
(14710, 58, 442, 'Smrzovka', ''),
(14711, 58, 442, 'Straz pod Ralskem', ''),
(14712, 58, 442, 'Tanvald', ''),
(14713, 58, 442, 'Turnov', ''),
(14714, 58, 442, 'Zelezny Brod', ''),
(14715, 58, 443, 'Bartosovice', ''),
(14716, 58, 443, 'Bohumin', ''),
(14717, 58, 443, 'Bruntal', ''),
(14718, 58, 443, 'Celadna', ''),
(14719, 58, 443, 'Český Těšín', ''),
(14720, 58, 443, 'Darkovicky', ''),
(14721, 58, 443, 'Dolni Sucha', ''),
(14722, 58, 443, 'Dolni Terlicko', ''),
(14723, 58, 443, 'Frenstat pod Radhostem', ''),
(14724, 58, 443, 'Frydek-Mistek', ''),
(14725, 58, 443, 'Grucovice', ''),
(14726, 58, 443, 'Havířov', ''),
(14727, 58, 443, 'Hlucin', ''),
(14728, 58, 443, 'Horni Lutyne', ''),
(14729, 58, 443, 'Jablunkov', ''),
(14730, 58, 443, 'Jilovec', ''),
(14731, 58, 443, 'Karvina', ''),
(14732, 58, 443, 'Kojkovice', ''),
(14733, 58, 443, 'Koprivnice', ''),
(14734, 58, 443, 'Krmelin', ''),
(14735, 58, 443, 'Krnov', ''),
(14736, 58, 443, 'Kuncice', ''),
(14737, 58, 443, 'Mosty u Jablunkova', ''),
(14738, 58, 443, 'Nova Staric', ''),
(14739, 58, 443, 'Novy Jicin', ''),
(14740, 58, 443, 'Opava', ''),
(14741, 58, 443, 'Orlova', ''),
(14742, 58, 443, 'Ostrava', ''),
(14743, 58, 443, 'Ostravice', ''),
(14744, 58, 443, 'Pribor', ''),
(14745, 58, 443, 'Senov', ''),
(14746, 58, 443, 'Skripov', ''),
(14747, 58, 443, 'Stachovice', ''),
(14748, 58, 443, 'Svetla', ''),
(14749, 58, 443, 'Trinec', ''),
(14750, 58, 443, 'Velky', ''),
(14751, 58, 443, 'Vernovice', ''),
(14752, 58, 443, 'Vlcovice', ''),
(14753, 58, 444, 'Bludov', ''),
(14754, 58, 444, 'Bohunovice', ''),
(14755, 58, 444, 'Brezina', ''),
(14756, 58, 444, 'Brodek', ''),
(14757, 58, 444, 'Brodek u Prerova', ''),
(14758, 58, 444, 'Cechy pod Kosirem', ''),
(14759, 58, 444, 'Cervenka', ''),
(14760, 58, 444, 'Dolni Studenky', ''),
(14761, 58, 444, 'Dolni Ujezd', ''),
(14762, 58, 444, 'Drevnovice', ''),
(14763, 58, 444, 'Drevohostice', ''),
(14764, 58, 444, 'Dubicko', ''),
(14765, 58, 444, 'Filipova', ''),
(14766, 58, 444, 'Hlusovice', ''),
(14767, 58, 444, 'Hostice', ''),
(14768, 58, 444, 'Hrabisin', ''),
(14769, 58, 444, 'Hradec', ''),
(14770, 58, 444, 'Hranice', ''),
(14771, 58, 444, 'Jesenik', ''),
(14772, 58, 444, 'Klenovice na Hane', ''),
(14773, 58, 444, 'Kojetin', ''),
(14774, 58, 444, 'Konice', ''),
(14775, 58, 444, 'Krelov', ''),
(14776, 58, 444, 'Krizanov', ''),
(14777, 58, 444, 'Lestina', ''),
(14778, 58, 444, 'Lipnik nad Becvou', ''),
(14779, 58, 444, 'Litovel', ''),
(14780, 58, 444, 'Lostice', ''),
(14781, 58, 444, 'Loucany', ''),
(14782, 58, 444, 'Lutin', ''),
(14783, 58, 444, 'Medlov', ''),
(14784, 58, 444, 'Mikulovice', ''),
(14785, 58, 444, 'Mohelnice', ''),
(14786, 58, 444, 'Mostkovice', ''),
(14787, 58, 444, 'Naklo', ''),
(14788, 58, 444, 'Novy Malin', ''),
(14789, 58, 444, 'Olomouc', ''),
(14790, 58, 444, 'Petrovice', ''),
(14791, 58, 444, 'Plumlov', ''),
(14792, 58, 444, 'Postrelmov', ''),
(14793, 58, 444, 'Potstat', ''),
(14794, 58, 444, 'Premyslovice', ''),
(14795, 58, 444, 'Přerov', ''),
(14796, 58, 444, 'Prostějov', ''),
(14797, 58, 444, 'Rapotin', ''),
(14798, 58, 444, 'Rozstani', ''),
(14799, 58, 444, 'Ruda nad Moravou', ''),
(14800, 58, 444, 'Rudoltice', ''),
(14801, 58, 444, 'Sec', ''),
(14802, 58, 444, 'Seibersdorf', ''),
(14803, 58, 444, 'Seloutky', ''),
(14804, 58, 444, 'Senice na Hane', ''),
(14805, 58, 444, 'Slatinice', ''),
(14806, 58, 444, 'Smrzice', ''),
(14807, 58, 444, 'Stare Mesto', ''),
(14808, 58, 444, 'Sternberk', ''),
(14809, 58, 444, 'Stity', ''),
(14810, 58, 444, 'Sudkov', ''),
(14811, 58, 444, 'Sumperk', ''),
(14812, 58, 444, 'Svojanov', ''),
(14813, 58, 444, 'Tesetice', ''),
(14814, 58, 444, 'Tovacov', ''),
(14815, 58, 444, 'Ujezd', ''),
(14816, 58, 444, 'Unicov', ''),
(14817, 58, 444, 'Velke Losiny', ''),
(14818, 58, 444, 'Velky Tynec', ''),
(14819, 58, 444, 'Veselicko', ''),
(14820, 58, 444, 'Vysoka', ''),
(14821, 58, 444, 'Zabreh', ''),
(14822, 58, 444, 'Zelechovice', ''),
(14823, 58, 444, 'Zlate Hory', ''),
(14824, 58, 444, 'Zulova', ''),
(14825, 58, 445, 'Borova', ''),
(14826, 58, 445, 'Brehy', ''),
(14827, 58, 445, 'Ceperka', ''),
(14828, 58, 445, 'Cerekvice nad Loucnou', ''),
(14829, 58, 445, 'Ceska Trebova', ''),
(14830, 58, 445, 'Chocen', ''),
(14831, 58, 445, 'Chornice', ''),
(14832, 58, 445, 'Chrast', ''),
(14833, 58, 445, 'Chrudim', ''),
(14834, 58, 445, 'Damnikov', ''),
(14835, 58, 445, 'Dasice', ''),
(14836, 58, 445, 'Dolni Dobrouc', ''),
(14837, 58, 445, 'Dolni Redice', ''),
(14838, 58, 445, 'Dolni Roven', ''),
(14839, 58, 445, 'Dolni Ujezd', ''),
(14840, 58, 445, 'Hermanuv Mestec', ''),
(14841, 58, 445, 'Hlinsko', ''),
(14842, 58, 445, 'Holice', ''),
(14843, 58, 445, 'Horni Redice', ''),
(14844, 58, 445, 'Horni Sloupnice', ''),
(14845, 58, 445, 'Hradec nad Svitavou', ''),
(14846, 58, 445, 'Hrochuv Tynec', ''),
(14847, 58, 445, 'Jamne nad Orlici', ''),
(14848, 58, 445, 'Jaromerice', ''),
(14849, 58, 445, 'Jaroslav', ''),
(14850, 58, 445, 'Kamenicky', ''),
(14851, 58, 445, 'Kraliky', ''),
(14852, 58, 445, 'Lanskroun', ''),
(14853, 58, 445, 'Lazne Bohdanec', ''),
(14854, 58, 445, 'Letohrad', ''),
(14855, 58, 445, 'Litomyšl', ''),
(14856, 58, 445, 'Luze', ''),
(14857, 58, 445, 'Moravska Trebova', ''),
(14858, 58, 445, 'Nasavrky', ''),
(14859, 58, 445, 'Opatovice nad Labem', ''),
(14860, 58, 445, 'Orel', ''),
(14861, 58, 445, 'Osik', ''),
(14862, 58, 445, 'Pardubice', ''),
(14863, 58, 445, 'Policka', ''),
(14864, 58, 445, 'Prelouc', ''),
(14865, 58, 445, 'Pusta Kamenice', ''),
(14866, 58, 445, 'Ronov nad Doubravou', ''),
(14867, 58, 445, 'Rudoltice', ''),
(14868, 58, 445, 'Rybitvi', ''),
(14869, 58, 445, 'Sezemice', ''),
(14870, 58, 445, 'Skutec', ''),
(14871, 58, 445, 'Slatinany', ''),
(14872, 58, 445, 'Svidnice', ''),
(14873, 58, 445, 'Svitavy', ''),
(14874, 58, 445, 'Tatenice', ''),
(14875, 58, 445, 'Tetov', ''),
(14876, 58, 445, 'Trebovice', ''),
(14877, 58, 445, 'Usti nad Orlici', ''),
(14878, 58, 445, 'Vysoke Myto', ''),
(14879, 58, 445, 'Zivanice', ''),
(14880, 58, 446, 'Blovice', ''),
(14881, 58, 446, 'Bor', ''),
(14882, 58, 446, 'Cernosin', ''),
(14883, 58, 446, 'Cheznovice', ''),
(14884, 58, 446, 'Chlumcany', ''),
(14885, 58, 446, 'Chodova Plana', ''),
(14886, 58, 446, 'Chotesov', ''),
(14887, 58, 446, 'Chrast', ''),
(14888, 58, 446, 'Dobrany', ''),
(14889, 58, 446, 'Dobriv', ''),
(14890, 58, 446, 'Dolni Bela', ''),
(14891, 58, 446, 'Domazlice', ''),
(14892, 58, 446, 'Dubec', ''),
(14893, 58, 446, 'Hlohovice', ''),
(14894, 58, 446, 'Holoubkov', ''),
(14895, 58, 446, 'Holysov', ''),
(14896, 58, 446, 'Horakov', ''),
(14897, 58, 446, 'Horsovsky Tyn', ''),
(14898, 58, 446, 'Janovice nad Uhlavou', ''),
(14899, 58, 446, 'Kaznejov', ''),
(14900, 58, 446, 'Kdyne', ''),
(14901, 58, 446, 'Klatovy', ''),
(14902, 58, 446, 'Konstantinovy Lazne', ''),
(14903, 58, 446, 'Kralovice', ''),
(14904, 58, 446, 'Kyjov', ''),
(14905, 58, 446, 'Line', ''),
(14906, 58, 446, 'Mesto Touskov', ''),
(14907, 58, 446, 'Mirosov', ''),
(14908, 58, 446, 'Myto', ''),
(14909, 58, 446, 'Nebilovy', ''),
(14910, 58, 446, 'Nepomuk', ''),
(14911, 58, 446, 'Nezvestice', ''),
(14912, 58, 446, 'Nyrany', ''),
(14913, 58, 446, 'Nyrsko', ''),
(14914, 58, 446, 'Ostretice', ''),
(14915, 58, 446, 'Pacejov', ''),
(14916, 58, 446, 'Pilsen', ''),
(14917, 58, 446, 'Plana', ''),
(14918, 58, 446, 'Plasy', ''),
(14919, 58, 446, 'Postrekov', ''),
(14920, 58, 446, 'Prestice', ''),
(14921, 58, 446, 'Rokycany', ''),
(14922, 58, 446, 'Rozvadov', ''),
(14923, 58, 446, 'Senec', ''),
(14924, 58, 446, 'Stankov', ''),
(14925, 58, 446, 'Stary Plzenec', ''),
(14926, 58, 446, 'Stenovice', ''),
(14927, 58, 446, 'Stod', ''),
(14928, 58, 446, 'Strasice', ''),
(14929, 58, 446, 'Stribro', ''),
(14930, 58, 446, 'Susice', ''),
(14931, 58, 446, 'Tachov', ''),
(14932, 58, 446, 'Tremosna', ''),
(14933, 58, 446, 'Vejprnice', ''),
(14934, 58, 446, 'Vodokrty', ''),
(14935, 58, 446, 'Vsenice', ''),
(14936, 58, 446, 'Vysoke Sedliste', ''),
(14937, 58, 446, 'Zbiroh', ''),
(14938, 58, 446, 'Zerovice', ''),
(14939, 58, 447, 'Adamov', ''),
(14940, 58, 447, 'Archlebov', ''),
(14941, 58, 447, 'Bilovice nad Svitavou', ''),
(14942, 58, 447, 'Blansko', ''),
(14943, 58, 447, 'Blatnice', ''),
(14944, 58, 447, 'Boleradice', ''),
(14945, 58, 447, 'Boretice', ''),
(14946, 58, 447, 'Boskovice', ''),
(14947, 58, 447, 'Bosovice', ''),
(14948, 58, 447, 'Břeclav', ''),
(14949, 58, 447, 'Brezi', ''),
(14950, 58, 447, 'Brno', ''),
(14951, 58, 447, 'Bucovice', ''),
(14952, 58, 447, 'Bzenec', ''),
(14953, 58, 447, 'Cejkovice', ''),
(14954, 58, 447, 'Ceska', ''),
(14955, 58, 447, 'Dobsice', ''),
(14956, 58, 447, 'Dolni Bojanovice', ''),
(14957, 58, 447, 'Dolni Kounice', ''),
(14958, 58, 447, 'Domasov', ''),
(14959, 58, 447, 'Drnholec', ''),
(14960, 58, 447, 'Drnovice', ''),
(14961, 58, 447, 'Dubnany', ''),
(14962, 58, 447, 'Hajany', ''),
(14963, 58, 447, 'Hevlin', ''),
(14964, 58, 447, 'Hlohovec', ''),
(14965, 58, 447, 'Hodonín', ''),
(14966, 58, 447, 'Holasice', ''),
(14967, 58, 447, 'Horni Bojanovice', ''),
(14968, 58, 447, 'Horni Porici', ''),
(14969, 58, 447, 'Hosteradice', ''),
(14970, 58, 447, 'Hosteradky-Resov', ''),
(14971, 58, 447, 'Hrusky', ''),
(14972, 58, 447, 'Hrusovany nad Jevisovkou', ''),
(14973, 58, 447, 'Hrusovany u Brna', ''),
(14974, 58, 447, 'Hustopece', ''),
(14975, 58, 447, 'Ivancice', ''),
(14976, 58, 447, 'Ivanovice na Hane', ''),
(14977, 58, 447, 'Jevisovice', ''),
(14978, 58, 447, 'Klobouky', ''),
(14979, 58, 447, 'Kninice u Boskovic', ''),
(14980, 58, 447, 'Kostice', ''),
(14981, 58, 447, 'Krepice', ''),
(14982, 58, 447, 'Krtiny', ''),
(14983, 58, 447, 'Krumvir', ''),
(14984, 58, 447, 'Kunstat', ''),
(14985, 58, 447, 'Kurim', ''),
(14986, 58, 447, 'Lednice', ''),
(14987, 58, 447, 'Letonice', ''),
(14988, 58, 447, 'Letovice', ''),
(14989, 58, 447, 'Lipov', ''),
(14990, 58, 447, 'Lipuvka', ''),
(14991, 58, 447, 'Lulec', ''),
(14992, 58, 447, 'Luzice', ''),
(14993, 58, 447, 'Lysice', ''),
(14994, 58, 447, 'Menin', ''),
(14995, 58, 447, 'Mikulcice', ''),
(14996, 58, 447, 'Mikulov', ''),
(14997, 58, 447, 'Miroslav', ''),
(14998, 58, 447, 'Modrice', ''),
(14999, 58, 447, 'Mokra Horakov', ''),
(15000, 58, 447, 'Moravany', ''),
(15001, 58, 447, 'Moravska Nova Ves', ''),
(15002, 58, 447, 'Moravsky Krumlov', ''),
(15003, 58, 447, 'Moravsky Pisek', ''),
(15004, 58, 447, 'Moravsky Zizkov', ''),
(15005, 58, 447, 'Moutnice', ''),
(15006, 58, 447, 'Mutenice', ''),
(15007, 58, 447, 'Nedvedice', ''),
(15008, 58, 447, 'Neslovice', ''),
(15009, 58, 447, 'Nesovice', ''),
(15010, 58, 447, 'Nosislav', ''),
(15011, 58, 447, 'Novosedly', ''),
(15012, 58, 447, 'Obrany', ''),
(15013, 58, 447, 'Olomucany', ''),
(15014, 58, 447, 'Orechov', ''),
(15015, 58, 447, 'Oslavany', ''),
(15016, 58, 447, 'Ostrovacice', ''),
(15017, 58, 447, 'Podoli', ''),
(15018, 58, 447, 'Pohorelice', ''),
(15019, 58, 447, 'Pozorice', ''),
(15020, 58, 447, 'Pribice', ''),
(15021, 58, 447, 'Prisnotice', ''),
(15022, 58, 447, 'Prstice', ''),
(15023, 58, 447, 'Prusanky', ''),
(15024, 58, 447, 'Rajec-Jestrebi', ''),
(15025, 58, 447, 'Rajecko', ''),
(15026, 58, 447, 'Rajhrad', ''),
(15027, 58, 447, 'Rakvice', ''),
(15028, 58, 447, 'Ratiskovice', ''),
(15029, 58, 447, 'Rebesovice', ''),
(15030, 58, 447, 'Rohatec', ''),
(15031, 58, 447, 'Rosice', ''),
(15032, 58, 447, 'Sedlec', ''),
(15033, 58, 447, 'Siluvky', ''),
(15034, 58, 447, 'Sivice', ''),
(15035, 58, 447, 'Skoronice', ''),
(15036, 58, 447, 'Slapanice', ''),
(15037, 58, 447, 'Slavkov u Brna', ''),
(15038, 58, 447, 'Straznice', ''),
(15039, 58, 447, 'Suchohrdly', ''),
(15040, 58, 447, 'Svabenice', ''),
(15041, 58, 447, 'Svitavka', ''),
(15042, 58, 447, 'Tetcice', ''),
(15043, 58, 447, 'Tisnov', ''),
(15044, 58, 447, 'Troubsko', ''),
(15045, 58, 447, 'Tvarozna', ''),
(15046, 58, 447, 'Tvarozna Lhota', ''),
(15047, 58, 447, 'Ujezd', ''),
(15048, 58, 447, 'Unkovice', ''),
(15049, 58, 447, 'Usobrno', ''),
(15050, 58, 447, 'Vacenovice', ''),
(15051, 58, 447, 'Valtice', ''),
(15052, 58, 447, 'Velke Bilovice', ''),
(15053, 58, 447, 'Velke Opatovice', ''),
(15054, 58, 447, 'Velke Pavlovice', ''),
(15055, 58, 447, 'Vemyslice', ''),
(15056, 58, 447, 'Veseli nad Moravou', ''),
(15057, 58, 447, 'Veverska Bityska', ''),
(15058, 58, 447, 'Veverske Kninice', ''),
(15059, 58, 447, 'Vinicne Sumice', ''),
(15060, 58, 447, 'Vnorovy', ''),
(15061, 58, 447, 'Vracov', ''),
(15062, 58, 447, 'Vranovice', ''),
(15063, 58, 447, 'Vrbice', ''),
(15064, 58, 447, 'Vyškov', ''),
(15065, 58, 447, 'Zabcice', ''),
(15066, 58, 447, 'Zastavka', ''),
(15067, 58, 447, 'Zdanice', ''),
(15068, 58, 447, 'Zelezne', ''),
(15069, 58, 447, 'Zidlochovice', ''),
(15070, 58, 447, 'Znojmo', ''),
(15071, 58, 448, 'Bilina', ''),
(15072, 58, 448, 'Budyne nad Ohri', ''),
(15073, 58, 448, 'Bystrany', ''),
(15074, 58, 448, 'Chabarovice', ''),
(15075, 58, 448, 'Chlumec', ''),
(15076, 58, 448, 'Chomutov', ''),
(15077, 58, 448, 'Chozov', ''),
(15078, 58, 448, 'Chribska', ''),
(15079, 58, 448, 'Děčín', ''),
(15080, 58, 448, 'Dolni Poustevna', ''),
(15081, 58, 448, 'Dubi', ''),
(15082, 58, 448, 'Horni Jiretin', ''),
(15083, 58, 448, 'Horni Podluzi', ''),
(15084, 58, 448, 'Hostomice', ''),
(15085, 58, 448, 'Hrob', ''),
(15086, 58, 448, 'Jilove', ''),
(15087, 58, 448, 'Jirkov', ''),
(15088, 58, 448, 'Kadan', ''),
(15089, 58, 448, 'Kalek', ''),
(15090, 58, 448, 'Klasterec nad Ohri', ''),
(15091, 58, 448, 'Kost\'any', ''),
(15092, 58, 448, 'Kovarska', ''),
(15093, 58, 448, 'Krasny Dvur', ''),
(15094, 58, 448, 'Kresice', ''),
(15095, 58, 448, 'Krupka', ''),
(15096, 58, 448, 'Kryry', ''),
(15097, 58, 448, 'Libochovice', ''),
(15098, 58, 448, 'Libouchec', ''),
(15099, 58, 448, 'Litoměřice', ''),
(15100, 58, 448, 'Litvinov', ''),
(15101, 58, 448, 'Lom u Mostu', ''),
(15102, 58, 448, 'Louny', ''),
(15103, 58, 448, 'Lovosice', ''),
(15104, 58, 448, 'Mezibori', ''),
(15105, 58, 448, 'Mojzir', ''),
(15106, 58, 448, 'Most', ''),
(15107, 58, 448, 'Nestemice', ''),
(15108, 58, 448, 'Osek', ''),
(15109, 58, 448, 'Perstejn', ''),
(15110, 58, 448, 'Peruc', ''),
(15111, 58, 448, 'Petrovice', ''),
(15112, 58, 448, 'Podborany', ''),
(15113, 58, 448, 'Podsedice', ''),
(15114, 58, 448, 'Postoloprty', ''),
(15115, 58, 448, 'Povrly', ''),
(15116, 58, 448, 'Probostov', ''),
(15117, 58, 448, 'Roudnice nad Labem', ''),
(15118, 58, 448, 'Roudnicek', ''),
(15119, 58, 448, 'Rumburk', ''),
(15120, 58, 448, 'Sluknov', ''),
(15121, 58, 448, 'Stary Sachov', ''),
(15122, 58, 448, 'Steti', ''),
(15123, 58, 448, 'Sulejovice', ''),
(15124, 58, 448, 'Teplice', ''),
(15125, 58, 448, 'Ustek', ''),
(15126, 58, 448, 'Ústí nad Labem', ''),
(15127, 58, 448, 'Varnsdorf', ''),
(15128, 58, 448, 'Velemin', ''),
(15129, 58, 448, 'Zalany', ''),
(15130, 58, 448, 'Žatec', ''),
(15131, 58, 449, 'Babice', ''),
(15132, 58, 449, 'Banov', ''),
(15133, 58, 449, 'Bilovice', ''),
(15134, 58, 449, 'Bojkovice', ''),
(15135, 58, 449, 'Borsice', ''),
(15136, 58, 449, 'Branky', ''),
(15137, 58, 449, 'Brest', ''),
(15138, 58, 449, 'Buchlovice', ''),
(15139, 58, 449, 'Bylnice', ''),
(15140, 58, 449, 'Bystrice pod Hostynem', ''),
(15141, 58, 449, 'Bystricka', ''),
(15142, 58, 449, 'Chropyne', ''),
(15143, 58, 449, 'Chvalcov', ''),
(15144, 58, 449, 'Dolni Lhota', ''),
(15145, 58, 449, 'Dolni Nemci', ''),
(15146, 58, 449, 'Francova Lhota', ''),
(15147, 58, 449, 'Frystak', ''),
(15148, 58, 449, 'Halenkov', ''),
(15149, 58, 449, 'Halenkovice', ''),
(15150, 58, 449, 'Holesov', ''),
(15151, 58, 449, 'Horni Becva', ''),
(15152, 58, 449, 'Horni Lidec', ''),
(15153, 58, 449, 'Hulin', ''),
(15154, 58, 449, 'Hustenovice', ''),
(15155, 58, 449, 'Hvozdna', ''),
(15156, 58, 449, 'Jablunka', ''),
(15157, 58, 449, 'Jalubi', ''),
(15158, 58, 449, 'Jasenna', ''),
(15159, 58, 449, 'Kasava', ''),
(15160, 58, 449, 'Katerinice', ''),
(15161, 58, 449, 'Kelc', ''),
(15162, 58, 449, 'Knezpole', ''),
(15163, 58, 449, 'Korycany', ''),
(15164, 58, 449, 'Korytna', ''),
(15165, 58, 449, 'Kosiky', ''),
(15166, 58, 449, 'Krhova', ''),
(15167, 58, 449, 'Kroměříž', ''),
(15168, 58, 449, 'Kunovice', ''),
(15169, 58, 449, 'Kvasice', ''),
(15170, 58, 449, 'Luhacovice', ''),
(15171, 58, 449, 'Lukov', ''),
(15172, 58, 449, 'Napajedla', ''),
(15173, 58, 449, 'Nedachlebice', ''),
(15174, 58, 449, 'Nivnice', ''),
(15175, 58, 449, 'Novy Hrozenkov', ''),
(15176, 58, 449, 'Osicko', ''),
(15177, 58, 449, 'Ostrozska Lhota', ''),
(15178, 58, 449, 'Ostrozska Nova Ves', ''),
(15179, 58, 449, 'Otrokovice', ''),
(15180, 58, 449, 'Polesovice', ''),
(15181, 58, 449, 'Prostredni Becva', ''),
(15182, 58, 449, 'Przno', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(15183, 58, 449, 'Roznov pod Radhostem', ''),
(15184, 58, 449, 'Slavicin', ''),
(15185, 58, 449, 'Slusovice', ''),
(15186, 58, 449, 'Spytihnev', ''),
(15187, 58, 449, 'Stare Mesto', ''),
(15188, 58, 449, 'Stitna nad Vlari', ''),
(15189, 58, 449, 'Sumice', ''),
(15190, 58, 449, 'Tlumacov', ''),
(15191, 58, 449, 'Uherské Hradiště', ''),
(15192, 58, 449, 'Uhersky Brod', ''),
(15193, 58, 449, 'Valasska Bystrice', ''),
(15194, 58, 449, 'Valasska Polanka', ''),
(15195, 58, 449, 'Valasske Klobouky', ''),
(15196, 58, 449, 'Valasske Mezirici', ''),
(15197, 58, 449, 'Velikova', ''),
(15198, 58, 449, 'Vidce', ''),
(15199, 58, 449, 'Vizovice', ''),
(15200, 58, 449, 'Vlachovice', ''),
(15201, 58, 449, 'Vsetin', ''),
(15202, 58, 449, 'Vysoke Pole', ''),
(15203, 58, 449, 'Zasova', ''),
(15204, 58, 449, 'Zdounky', ''),
(15205, 58, 449, 'Zlín', ''),
(15206, 58, 449, 'Zubri', ''),
(15207, 59, 450, 'Akirkeby', ''),
(15208, 59, 450, 'Albertslund', ''),
(15209, 59, 450, 'Allerod', ''),
(15210, 59, 450, 'Allinge', ''),
(15211, 59, 450, 'Alsgarde', ''),
(15212, 59, 450, 'Amager', ''),
(15213, 59, 450, 'Bagsvaerd', ''),
(15214, 59, 450, 'Ballerup', ''),
(15215, 59, 450, 'Birkerød', ''),
(15216, 59, 450, 'Brondby Strand', ''),
(15217, 59, 450, 'Bronshoj', ''),
(15218, 59, 450, 'Charlottenlund', ''),
(15219, 59, 450, 'Copenhagen', ''),
(15220, 59, 450, 'Dragør', ''),
(15221, 59, 450, 'Dronningmolle', ''),
(15222, 59, 450, 'Elsinore', ''),
(15223, 59, 450, 'Espergaerde', ''),
(15224, 59, 450, 'Esrum', ''),
(15225, 59, 450, 'Farum', ''),
(15226, 59, 450, 'Fredensborg', ''),
(15227, 59, 450, 'Frederiksberg', ''),
(15228, 59, 450, 'Frederikssund', ''),
(15229, 59, 450, 'Frederiksværk', ''),
(15230, 59, 450, 'Ganlose', ''),
(15231, 59, 450, 'Gentofte', ''),
(15232, 59, 450, 'Gilleleje', ''),
(15233, 59, 450, 'Glostrup', ''),
(15234, 59, 450, 'Gorlose', ''),
(15235, 59, 450, 'Graested', ''),
(15236, 59, 450, 'Gudhjem', ''),
(15237, 59, 450, 'Hedehusene', ''),
(15238, 59, 450, 'Hellebaek', ''),
(15239, 59, 450, 'Hellerup', ''),
(15240, 59, 450, 'Helsinge', ''),
(15241, 59, 450, 'Herlev', ''),
(15242, 59, 450, 'Hillerød', ''),
(15243, 59, 450, 'Hoje Tastrup', ''),
(15244, 59, 450, 'Holte', ''),
(15245, 59, 450, 'Hornbaek', ''),
(15246, 59, 450, 'Humlebaek', ''),
(15247, 59, 450, 'Hundested', ''),
(15248, 59, 450, 'Hvidovre', ''),
(15249, 59, 450, 'Hørsholm', ''),
(15250, 59, 450, 'Ishøj', ''),
(15251, 59, 450, 'Jægerspris', ''),
(15252, 59, 450, 'Kastrup', ''),
(15253, 59, 450, 'Kirkelte', ''),
(15254, 59, 450, 'Klampenborg', ''),
(15255, 59, 450, 'Kokkedal', ''),
(15256, 59, 450, 'Kongens Lyngby', ''),
(15257, 59, 450, 'Kvistgard', ''),
(15258, 59, 450, 'Ledoje', ''),
(15259, 59, 450, 'Liseleje', ''),
(15260, 59, 450, 'Lynge', ''),
(15261, 59, 450, 'Malov', ''),
(15262, 59, 450, 'Melby', ''),
(15263, 59, 450, 'Munkerup', ''),
(15264, 59, 450, 'Naerum', ''),
(15265, 59, 450, 'Nexo', ''),
(15266, 59, 450, 'Niva', ''),
(15267, 59, 450, 'Norrebro', ''),
(15268, 59, 450, 'Olsted', ''),
(15269, 59, 450, 'Olstykke', ''),
(15270, 59, 450, 'Ordrup', ''),
(15271, 59, 450, 'Osterlars', ''),
(15272, 59, 450, 'Ostermarie', ''),
(15273, 59, 450, 'Rageleje', ''),
(15274, 59, 450, 'Ramlose', ''),
(15275, 59, 450, 'Reerslev', ''),
(15276, 59, 450, 'Rungsted', ''),
(15277, 59, 450, 'Rødovre', ''),
(15278, 59, 450, 'Rønne', ''),
(15279, 59, 450, 'Skibby', ''),
(15280, 59, 450, 'Skodsborg', ''),
(15281, 59, 450, 'Skovlunde', ''),
(15282, 59, 450, 'Skævinge', ''),
(15283, 59, 450, 'Slangerup', ''),
(15284, 59, 450, 'Snekkersten', ''),
(15285, 59, 450, 'Soborg', ''),
(15286, 59, 450, 'Stenlose', ''),
(15287, 59, 450, 'Stroby', ''),
(15288, 59, 450, 'Svaneke', ''),
(15289, 59, 450, 'Taastrup', ''),
(15290, 59, 450, 'Tårnby', ''),
(15291, 59, 450, 'Tikob', ''),
(15292, 59, 450, 'Tisvildeleje', ''),
(15293, 59, 450, 'Vaerlose', ''),
(15294, 59, 450, 'Vallensbæk', ''),
(15295, 59, 450, 'Vasby', ''),
(15296, 59, 450, 'Vedbaek', ''),
(15297, 59, 450, 'Vejby', ''),
(15298, 59, 450, 'Vekso', ''),
(15299, 59, 450, 'Vesterbro', ''),
(15300, 59, 450, 'Virum', ''),
(15301, 59, 451, 'Aarhus', ''),
(15302, 59, 451, 'Aby', ''),
(15303, 59, 451, 'Abyhoj', ''),
(15304, 59, 451, 'Allingabro', ''),
(15305, 59, 451, 'Ans', ''),
(15306, 59, 451, 'Auning', ''),
(15307, 59, 451, 'Avlum', ''),
(15308, 59, 451, 'Baekmarksbro', ''),
(15309, 59, 451, 'Barrit', ''),
(15310, 59, 451, 'Beder', ''),
(15311, 59, 451, 'Bjaert', ''),
(15312, 59, 451, 'Bjerringbro', ''),
(15313, 59, 451, 'Bording Stationsby', ''),
(15314, 59, 451, 'Bovlingbjerg', ''),
(15315, 59, 451, 'Brabrand', ''),
(15316, 59, 451, 'Braedstrup', ''),
(15317, 59, 451, 'Brande', ''),
(15318, 59, 451, 'Bryrup', ''),
(15319, 59, 451, 'Daugard', ''),
(15320, 59, 451, 'Ebeltoft', ''),
(15321, 59, 451, 'Ega', ''),
(15322, 59, 451, 'Ejstrup', ''),
(15323, 59, 451, 'Engesvang', ''),
(15324, 59, 451, 'Farup', ''),
(15325, 59, 451, 'Farvang', ''),
(15326, 59, 451, 'Frederiksdal', ''),
(15327, 59, 451, 'Galten', ''),
(15328, 59, 451, 'Gedved', ''),
(15329, 59, 451, 'Gjerlev', ''),
(15330, 59, 451, 'Gjern', ''),
(15331, 59, 451, 'Glesborg', ''),
(15332, 59, 451, 'Grenå', ''),
(15333, 59, 451, 'Haderup', ''),
(15334, 59, 451, 'Hadsten', ''),
(15335, 59, 451, 'Hammel', ''),
(15336, 59, 451, 'Harboore', ''),
(15337, 59, 451, 'Harlev', ''),
(15338, 59, 451, 'Hasle', ''),
(15339, 59, 451, 'Hasselager', ''),
(15340, 59, 451, 'Havndal', ''),
(15341, 59, 451, 'Hedensted', ''),
(15342, 59, 451, 'Hemmet', ''),
(15343, 59, 451, 'Herning', ''),
(15344, 59, 451, 'Hinnerup', ''),
(15345, 59, 451, 'Hjerm', ''),
(15346, 59, 451, 'Hjortshoj', ''),
(15347, 59, 451, 'Hojbjerg', ''),
(15348, 59, 451, 'Hojslev', ''),
(15349, 59, 451, 'Holstebro', ''),
(15350, 59, 451, 'Horning', ''),
(15351, 59, 451, 'Hornslet', ''),
(15352, 59, 451, 'Hornsyld', ''),
(15353, 59, 451, 'Horsens', ''),
(15354, 59, 451, 'Hovedgard', ''),
(15355, 59, 451, 'Hoven', ''),
(15356, 59, 451, 'Hundslund', ''),
(15357, 59, 451, 'Hvide Sande', ''),
(15358, 59, 451, 'Ikast', ''),
(15359, 59, 451, 'Ilskov', ''),
(15360, 59, 451, 'Juelsminde', ''),
(15361, 59, 451, 'Karup', ''),
(15362, 59, 451, 'Kibaek', ''),
(15363, 59, 451, 'Kjellerup', ''),
(15364, 59, 451, 'Klejtrup', ''),
(15365, 59, 451, 'Knebel', ''),
(15366, 59, 451, 'Kolind', ''),
(15367, 59, 451, 'Langa', ''),
(15368, 59, 451, 'Lasby', ''),
(15369, 59, 451, 'Lem', ''),
(15370, 59, 451, 'Lemming', ''),
(15371, 59, 451, 'Lemvig', ''),
(15372, 59, 451, 'Lindved', ''),
(15373, 59, 451, 'Lisbjerg', ''),
(15374, 59, 451, 'Logstrup', ''),
(15375, 59, 451, 'Logten', ''),
(15376, 59, 451, 'Losning', ''),
(15377, 59, 451, 'Lovel', ''),
(15378, 59, 451, 'Lyngby', ''),
(15379, 59, 451, 'Lystrup', ''),
(15380, 59, 451, 'Malling', ''),
(15381, 59, 451, 'Marslet', ''),
(15382, 59, 451, 'Marup', ''),
(15383, 59, 451, 'Moldrup', ''),
(15384, 59, 451, 'Morke', ''),
(15385, 59, 451, 'Nimtofte', ''),
(15386, 59, 451, 'Norager', ''),
(15387, 59, 451, 'Norre Snede', ''),
(15388, 59, 451, 'Oddense', ''),
(15389, 59, 451, 'Odder', ''),
(15390, 59, 451, 'Olholm', ''),
(15391, 59, 451, 'Ornhoj', ''),
(15392, 59, 451, 'Orsted', ''),
(15393, 59, 451, 'Orum', ''),
(15394, 59, 451, 'Ostbirk', ''),
(15395, 59, 451, 'Randers', ''),
(15396, 59, 451, 'Rask Molle', ''),
(15397, 59, 451, 'Rasted', ''),
(15398, 59, 451, 'Ringkøbing', ''),
(15399, 59, 451, 'Risskov', ''),
(15400, 59, 451, 'Rodkaersbro', ''),
(15401, 59, 451, 'Ronde', ''),
(15402, 59, 451, 'Roslev', ''),
(15403, 59, 451, 'Ry', ''),
(15404, 59, 451, 'Ryomgard', ''),
(15405, 59, 451, 'Sabro', ''),
(15406, 59, 451, 'Samso', ''),
(15407, 59, 451, 'Silkeborg', ''),
(15408, 59, 451, 'Skals', ''),
(15409, 59, 451, 'Skanderborg', ''),
(15410, 59, 451, 'Skive', ''),
(15411, 59, 451, 'Skjern', ''),
(15412, 59, 451, 'Skodstrup', ''),
(15413, 59, 451, 'Slet', ''),
(15414, 59, 451, 'Solbjerg', ''),
(15415, 59, 451, 'Sonder Felding', ''),
(15416, 59, 451, 'Sorring', ''),
(15417, 59, 451, 'Sorvad', ''),
(15418, 59, 451, 'Spentrup', ''),
(15419, 59, 451, 'Spjald', ''),
(15420, 59, 451, 'Spottrup', ''),
(15421, 59, 451, 'Stenderup', ''),
(15422, 59, 451, 'Stoholm', ''),
(15423, 59, 451, 'Stouby', ''),
(15424, 59, 451, 'Struer', ''),
(15425, 59, 451, 'Sunds', ''),
(15426, 59, 451, 'Tarm', ''),
(15427, 59, 451, 'Them', ''),
(15428, 59, 451, 'Thorsager', ''),
(15429, 59, 451, 'Thorso', ''),
(15430, 59, 451, 'Thyboron', ''),
(15431, 59, 451, 'Tilst', ''),
(15432, 59, 451, 'Tim', ''),
(15433, 59, 451, 'Tjele', ''),
(15434, 59, 451, 'Torring', ''),
(15435, 59, 451, 'Tranbjerg', ''),
(15436, 59, 451, 'Trige', ''),
(15437, 59, 451, 'Trustrup', ''),
(15438, 59, 451, 'Uldum', ''),
(15439, 59, 451, 'Ulfborg', ''),
(15440, 59, 451, 'Ulstrup', ''),
(15441, 59, 451, 'Vemb', ''),
(15442, 59, 451, 'Viborg', ''),
(15443, 59, 451, 'Viby', ''),
(15444, 59, 451, 'Videbæk', ''),
(15445, 59, 451, 'Vildbjerg', ''),
(15446, 59, 451, 'Vinderup', ''),
(15447, 59, 451, 'Vinkel', ''),
(15448, 59, 452, 'Aabybro', ''),
(15449, 59, 452, 'Aalborg', ''),
(15450, 59, 452, 'Aars', ''),
(15451, 59, 452, 'Albaek', ''),
(15452, 59, 452, 'Alestrup', ''),
(15453, 59, 452, 'Arden', ''),
(15454, 59, 452, 'Asa', ''),
(15455, 59, 452, 'Baelum', ''),
(15456, 59, 452, 'Blokhus', ''),
(15457, 59, 452, 'Brovst', ''),
(15458, 59, 452, 'Brønderslev', ''),
(15459, 59, 452, 'Dronninglund', ''),
(15460, 59, 452, 'Dybvad', ''),
(15461, 59, 452, 'Erslev', ''),
(15462, 59, 452, 'Farsø', ''),
(15463, 59, 452, 'Fjerritslev', ''),
(15464, 59, 452, 'Frederikshavn', ''),
(15465, 59, 452, 'Frejlev', ''),
(15466, 59, 452, 'Frostrup', ''),
(15467, 59, 452, 'Gandrup', ''),
(15468, 59, 452, 'Gistrup', ''),
(15469, 59, 452, 'Hadsund', ''),
(15470, 59, 452, 'Hals', ''),
(15471, 59, 452, 'Halvrimmen', ''),
(15472, 59, 452, 'Hanstholm', ''),
(15473, 59, 452, 'Hirtshals', ''),
(15474, 59, 452, 'Hjallerup', ''),
(15475, 59, 452, 'Hjørring', ''),
(15476, 59, 452, 'Hobro', ''),
(15477, 59, 452, 'Hurup', ''),
(15478, 59, 452, 'Jerslev', ''),
(15479, 59, 452, 'Jerup', ''),
(15480, 59, 452, 'Klarup', ''),
(15481, 59, 452, 'Kongerslev', ''),
(15482, 59, 452, 'Lokken', ''),
(15483, 59, 452, 'Løgstør', ''),
(15484, 59, 452, 'Mariager', ''),
(15485, 59, 452, 'Nibe', ''),
(15486, 59, 452, 'Norager', ''),
(15487, 59, 452, 'Norre Bindslev', ''),
(15488, 59, 452, 'Norresundby', ''),
(15489, 59, 452, 'Nykobing Mors', ''),
(15490, 59, 452, 'Oster Assels', ''),
(15491, 59, 452, 'Ostervra', ''),
(15492, 59, 452, 'Pandrup', ''),
(15493, 59, 452, 'Ranum', ''),
(15494, 59, 452, 'Redsted', ''),
(15495, 59, 452, 'Rydal', ''),
(15496, 59, 452, 'Saeby', ''),
(15497, 59, 452, 'Saltum', ''),
(15498, 59, 452, 'Sindal', ''),
(15499, 59, 452, 'Skagen', ''),
(15500, 59, 452, 'Skørping', ''),
(15501, 59, 452, 'Snedsted', ''),
(15502, 59, 452, 'Storvorde', ''),
(15503, 59, 452, 'Stovring', ''),
(15504, 59, 452, 'Strandby', ''),
(15505, 59, 452, 'Suldrup', ''),
(15506, 59, 452, 'Sulsted', ''),
(15507, 59, 452, 'Svenstrup', ''),
(15508, 59, 452, 'Tars', ''),
(15509, 59, 452, 'Terndrup', ''),
(15510, 59, 452, 'Thisted', ''),
(15511, 59, 452, 'Torshoj', ''),
(15512, 59, 452, 'Tylstrup', ''),
(15513, 59, 452, 'Vadum', ''),
(15514, 59, 452, 'Veslos', ''),
(15515, 59, 452, 'Vestbjerg', ''),
(15516, 59, 452, 'Vester Hassing', ''),
(15517, 59, 452, 'Vestervig', ''),
(15518, 59, 452, 'Vils', ''),
(15519, 59, 452, 'Vodskov', ''),
(15520, 59, 452, 'Vra', ''),
(15521, 59, 453, 'Aabenraa', ''),
(15522, 59, 453, 'Agedrup', ''),
(15523, 59, 453, 'Agerbaek', ''),
(15524, 59, 453, 'Agerskov', ''),
(15525, 59, 453, 'Almind', ''),
(15526, 59, 453, 'Alslev', ''),
(15527, 59, 453, 'Ansager', ''),
(15528, 59, 453, 'Arre', ''),
(15529, 59, 453, 'Arslev', ''),
(15530, 59, 453, 'Arup', ''),
(15531, 59, 453, 'Askeby', ''),
(15532, 59, 453, 'Askov', ''),
(15533, 59, 453, 'Asperup', ''),
(15534, 59, 453, 'Assens', ''),
(15535, 59, 453, 'Augustenborg', ''),
(15536, 59, 453, 'Baekke', ''),
(15537, 59, 453, 'Bagenkop', ''),
(15538, 59, 453, 'Bedsted', ''),
(15539, 59, 453, 'Bevtoft', ''),
(15540, 59, 453, 'Billund', ''),
(15541, 59, 453, 'Blommenslyst', ''),
(15542, 59, 453, 'Bogense', ''),
(15543, 59, 453, 'Bolderslev', ''),
(15544, 59, 453, 'Borkop', ''),
(15545, 59, 453, 'Bovrup', ''),
(15546, 59, 453, 'Bramming', ''),
(15547, 59, 453, 'Branderup', ''),
(15548, 59, 453, 'Bredebro', ''),
(15549, 59, 453, 'Bredsten', ''),
(15550, 59, 453, 'Brenderup', ''),
(15551, 59, 453, 'Broager', ''),
(15552, 59, 453, 'Brorup', ''),
(15553, 59, 453, 'Bylderup-Bov', ''),
(15554, 59, 453, 'Christiansfeld', ''),
(15555, 59, 453, 'Dong', ''),
(15556, 59, 453, 'Ebberup', ''),
(15557, 59, 453, 'Egernsund', ''),
(15558, 59, 453, 'Egtved', ''),
(15559, 59, 453, 'Ejby', ''),
(15560, 59, 453, 'Ellested', ''),
(15561, 59, 453, 'Endrup', ''),
(15562, 59, 453, 'Esbjerg', ''),
(15563, 59, 453, 'Eskilstrup', ''),
(15564, 59, 453, 'Faaborg', ''),
(15565, 59, 453, 'Ferritslev', ''),
(15566, 59, 453, 'Fredericia', ''),
(15567, 59, 453, 'Frorup', ''),
(15568, 59, 453, 'Gadbjerg', ''),
(15569, 59, 453, 'Gelsted', ''),
(15570, 59, 453, 'Genner', ''),
(15571, 59, 453, 'Gesten', ''),
(15572, 59, 453, 'Gislev', ''),
(15573, 59, 453, 'Give', ''),
(15574, 59, 453, 'Glamsbjerg', ''),
(15575, 59, 453, 'Glejbjerg', ''),
(15576, 59, 453, 'Gording', ''),
(15577, 59, 453, 'Gram', ''),
(15578, 59, 453, 'Gråsten', ''),
(15579, 59, 453, 'Gredstedbro', ''),
(15580, 59, 453, 'Grindsted', ''),
(15581, 59, 453, 'Guderup', ''),
(15582, 59, 453, 'Gudme', ''),
(15583, 59, 453, 'Haderslev', ''),
(15584, 59, 453, 'Harby', ''),
(15585, 59, 453, 'Harndrup', ''),
(15586, 59, 453, 'Havneby', ''),
(15587, 59, 453, 'Hejls', ''),
(15588, 59, 453, 'Hejnsvig', ''),
(15589, 59, 453, 'Henne Strand', ''),
(15590, 59, 453, 'Hesselager', ''),
(15591, 59, 453, 'Hojby', ''),
(15592, 59, 453, 'Holme', ''),
(15593, 59, 453, 'Holsted', ''),
(15594, 59, 453, 'Holte', ''),
(15595, 59, 453, 'Humble', ''),
(15596, 59, 453, 'Højer', ''),
(15597, 59, 453, 'Jelling', ''),
(15598, 59, 453, 'Jordrup', ''),
(15599, 59, 453, 'Kalvehave', ''),
(15600, 59, 453, 'Kastrup', ''),
(15601, 59, 453, 'Kerteminde', ''),
(15602, 59, 453, 'Kjargaard', ''),
(15603, 59, 453, 'Kolding', ''),
(15604, 59, 453, 'Krusa', ''),
(15605, 59, 453, 'Kvaerndrup', ''),
(15606, 59, 453, 'Langa', ''),
(15607, 59, 453, 'Langeskov', ''),
(15608, 59, 453, 'Lunderskov', ''),
(15609, 59, 453, 'Løgumkloster', ''),
(15610, 59, 453, 'Marstal', ''),
(15611, 59, 453, 'Mesinge', ''),
(15612, 59, 453, 'Middelfart', ''),
(15613, 59, 453, 'Millinge', ''),
(15614, 59, 453, 'Morud', ''),
(15615, 59, 453, 'Munkebo', ''),
(15616, 59, 453, 'Naesby', ''),
(15617, 59, 453, 'Nordborg', ''),
(15618, 59, 453, 'Nordby', ''),
(15619, 59, 453, 'Norre Aby', ''),
(15620, 59, 453, 'Norre Nebel', ''),
(15621, 59, 453, 'Nyborg', ''),
(15622, 59, 453, 'Odense', ''),
(15623, 59, 453, 'Oksbol', ''),
(15624, 59, 453, 'Olsted', ''),
(15625, 59, 453, 'Omme', ''),
(15626, 59, 453, 'Orbaek', ''),
(15627, 59, 453, 'Orsted', ''),
(15628, 59, 453, 'Otterup', ''),
(15629, 59, 453, 'Oure', ''),
(15630, 59, 453, 'Padborg', ''),
(15631, 59, 453, 'Randbol', ''),
(15632, 59, 453, 'Ribe', ''),
(15633, 59, 453, 'Ringe', ''),
(15634, 59, 453, 'Rodding', ''),
(15635, 59, 453, 'Rudkøbing', ''),
(15636, 59, 453, 'Rurup', ''),
(15637, 59, 453, 'Rynkeby', ''),
(15638, 59, 453, 'Ryslinge', ''),
(15639, 59, 453, 'Rødekro', ''),
(15640, 59, 453, 'Sandager', ''),
(15641, 59, 453, 'Sanderum', ''),
(15642, 59, 453, 'Sherrebek', ''),
(15643, 59, 453, 'Sjolund', ''),
(15644, 59, 453, 'Skamby', ''),
(15645, 59, 453, 'Skarup', ''),
(15646, 59, 453, 'Skast', ''),
(15647, 59, 453, 'Skibet', ''),
(15648, 59, 453, 'Skodborg', ''),
(15649, 59, 453, 'Soby', ''),
(15650, 59, 453, 'Sollested', ''),
(15651, 59, 453, 'Sommersted', ''),
(15652, 59, 453, 'Sonder Omme', ''),
(15653, 59, 453, 'Sonder Stenderup', ''),
(15654, 59, 453, 'Sonderso', ''),
(15655, 59, 453, 'Stenstrup', ''),
(15656, 59, 453, 'Svendborg', ''),
(15657, 59, 453, 'Sønderborg', ''),
(15658, 59, 453, 'Thyregod', ''),
(15659, 59, 453, 'Tinglev', ''),
(15660, 59, 453, 'Tistrup', ''),
(15661, 59, 453, 'Toftlund', ''),
(15662, 59, 453, 'Tommerup', ''),
(15663, 59, 453, 'Tullebolle', ''),
(15664, 59, 453, 'Tønder', ''),
(15665, 59, 453, 'Ullerslev', ''),
(15666, 59, 453, 'Vamdrup', ''),
(15667, 59, 453, 'Varde', ''),
(15668, 59, 453, 'Veflinge', ''),
(15669, 59, 453, 'Vejen', ''),
(15670, 59, 453, 'Vejle', ''),
(15671, 59, 453, 'Vejstrup', ''),
(15672, 59, 453, 'Vester-Skerninge', ''),
(15673, 59, 453, 'Vissenbjerg', ''),
(15674, 59, 453, 'Viuf', ''),
(15675, 59, 453, 'Vojens', ''),
(15676, 59, 453, 'Vonge', ''),
(15677, 59, 453, 'Vorbasse', ''),
(15678, 59, 453, 'Vra', ''),
(15679, 59, 453, 'Ærøskøbing', ''),
(15680, 59, 453, 'Ølgod', ''),
(15681, 59, 454, 'Arslev', ''),
(15682, 59, 454, 'Askeby', ''),
(15683, 59, 454, 'Asnaes', ''),
(15684, 59, 454, 'Barse', ''),
(15685, 59, 454, 'Bjaeverskov', ''),
(15686, 59, 454, 'Boeslunde', ''),
(15687, 59, 454, 'Bogo By', ''),
(15688, 59, 454, 'Borup', ''),
(15689, 59, 454, 'Dalmose', ''),
(15690, 59, 454, 'Dannemare', ''),
(15691, 59, 454, 'Dianalund', ''),
(15692, 59, 454, 'Eskebjerg', ''),
(15693, 59, 454, 'Eskilstrup', ''),
(15694, 59, 454, 'Fakse', ''),
(15695, 59, 454, 'Farevejle', ''),
(15696, 59, 454, 'Fensmark', ''),
(15697, 59, 454, 'Fjenneslev', ''),
(15698, 59, 454, 'Frederiksberg', ''),
(15699, 59, 454, 'Fuglebjerg', ''),
(15700, 59, 454, 'Gadstrup', ''),
(15701, 59, 454, 'Gammel Svebolle', ''),
(15702, 59, 454, 'Gedser', ''),
(15703, 59, 454, 'Gislinge', ''),
(15704, 59, 454, 'Glumso', ''),
(15705, 59, 454, 'Greve', ''),
(15706, 59, 454, 'Greve Strand', ''),
(15707, 59, 454, 'Grevinge', ''),
(15708, 59, 454, 'Grumlose', ''),
(15709, 59, 454, 'Guldborg', ''),
(15710, 59, 454, 'Gundsomagle', ''),
(15711, 59, 454, 'Gørlev', ''),
(15712, 59, 454, 'Harlev', ''),
(15713, 59, 454, 'Harpelunde', ''),
(15714, 59, 454, 'Haslev', ''),
(15715, 59, 454, 'Havdrup', ''),
(15716, 59, 454, 'Herfolge', ''),
(15717, 59, 454, 'Herlufmagle', ''),
(15718, 59, 454, 'Holbaek', ''),
(15719, 59, 454, 'Holeby', ''),
(15720, 59, 454, 'Holme-Olstrup', ''),
(15721, 59, 454, 'Horslunde', ''),
(15722, 59, 454, 'Horve', ''),
(15723, 59, 454, 'Hyllinge', ''),
(15724, 59, 454, 'Høng', ''),
(15725, 59, 454, 'Idestrup', ''),
(15726, 59, 454, 'Jerslev', ''),
(15727, 59, 454, 'Jyderup', ''),
(15728, 59, 454, 'Jyllinge', ''),
(15729, 59, 454, 'Jystrup', ''),
(15730, 59, 454, 'Kalundborg', ''),
(15731, 59, 454, 'Kalvehave', ''),
(15732, 59, 454, 'Karise', ''),
(15733, 59, 454, 'Karlslunde', ''),
(15734, 59, 454, 'Karrebaeksminde', ''),
(15735, 59, 454, 'Kirke Eskilstrup', ''),
(15736, 59, 454, 'Kirke Hvalso', ''),
(15737, 59, 454, 'Kirke Saby', ''),
(15738, 59, 454, 'Kirke-Hyllinge', ''),
(15739, 59, 454, 'Klippinge', ''),
(15740, 59, 454, 'Korsør', ''),
(15741, 59, 454, 'Køge', ''),
(15742, 59, 454, 'Lejre', ''),
(15743, 59, 454, 'Lille Skensved', ''),
(15744, 59, 454, 'Lille Toroje', ''),
(15745, 59, 454, 'Lundby', ''),
(15746, 59, 454, 'Maribo', ''),
(15747, 59, 454, 'Marielyst', ''),
(15748, 59, 454, 'Mern', ''),
(15749, 59, 454, 'Morkov', ''),
(15750, 59, 454, 'Munke Bjergby', ''),
(15751, 59, 454, 'Naestved', ''),
(15752, 59, 454, 'Nakskov', ''),
(15753, 59, 454, 'Nilose', ''),
(15754, 59, 454, 'Norre Asmindrup', ''),
(15755, 59, 454, 'Nykobing Falster', ''),
(15756, 59, 454, 'Nykobing Sjaelland', ''),
(15757, 59, 454, 'Nyrad', ''),
(15758, 59, 454, 'Nyrup', ''),
(15759, 59, 454, 'Nysted', ''),
(15760, 59, 454, 'Nørre Alslev', ''),
(15761, 59, 454, 'Osted', ''),
(15762, 59, 454, 'Oster Ulslev', ''),
(15763, 59, 454, 'Præstø', ''),
(15764, 59, 454, 'Regstrup', ''),
(15765, 59, 454, 'Ringsted', ''),
(15766, 59, 454, 'Rodvig', ''),
(15767, 59, 454, 'Rorvig', ''),
(15768, 59, 454, 'Roskilde', ''),
(15769, 59, 454, 'Ruds-Vedby', ''),
(15770, 59, 454, 'Rødby', ''),
(15771, 59, 454, 'Rønnede', ''),
(15772, 59, 454, 'Sakskøbing', ''),
(15773, 59, 454, 'Sandved', ''),
(15774, 59, 454, 'Sejerby', ''),
(15775, 59, 454, 'Skaelskor', ''),
(15776, 59, 454, 'Slagelse', ''),
(15777, 59, 454, 'Snertinge', ''),
(15778, 59, 454, 'Snoldelev', ''),
(15779, 59, 454, 'Sollested', ''),
(15780, 59, 454, 'Solrod', ''),
(15781, 59, 454, 'Sonder Asmindrup', ''),
(15782, 59, 454, 'Soro', ''),
(15783, 59, 454, 'Stege', ''),
(15784, 59, 454, 'Stenlille', ''),
(15785, 59, 454, 'Stensved', ''),
(15786, 59, 454, 'Stokkemarke', ''),
(15787, 59, 454, 'Store Fuglede', ''),
(15788, 59, 454, 'Store Heddinge', ''),
(15789, 59, 454, 'Store Merlose', ''),
(15790, 59, 454, 'Stroby', ''),
(15791, 59, 454, 'Stubbekøbing', ''),
(15792, 59, 454, 'Stude', ''),
(15793, 59, 454, 'Svinninge', ''),
(15794, 59, 454, 'Tappernoje', ''),
(15795, 59, 454, 'Tollose', ''),
(15796, 59, 454, 'Toreby', ''),
(15797, 59, 454, 'Torrig', ''),
(15798, 59, 454, 'Tune', ''),
(15799, 59, 454, 'Tureby', ''),
(15800, 59, 454, 'Ugerlose', ''),
(15801, 59, 454, 'Vaeggerlose', ''),
(15802, 59, 454, 'Vemmelev', ''),
(15803, 59, 454, 'Vesterborg', ''),
(15804, 59, 454, 'Viby', ''),
(15805, 59, 454, 'Vig', ''),
(15806, 59, 454, 'Vipperod', ''),
(15807, 59, 454, 'Vordingborg', ''),
(15808, 61, 455, 'Marigot', ''),
(15809, 61, 456, 'Goodwill', ''),
(15810, 61, 456, 'Roseau', ''),
(15811, 61, 457, 'Berekua', ''),
(15812, 61, 458, 'Mahaut', ''),
(15813, 62, 459, 'Los Prados', ''),
(15814, 62, 459, 'Santo Domingo', ''),
(15815, 62, 460, 'Dominica', ''),
(15816, 62, 461, 'Jimani', ''),
(15817, 62, 462, 'Bavaro', ''),
(15818, 62, 462, 'Salvaleón de Higüey', ''),
(15819, 62, 463, 'La Romana', ''),
(15820, 62, 464, 'Concepción de la Vega', ''),
(15821, 62, 465, 'San Fernando de Monte Cristi', ''),
(15822, 62, 466, 'Pedernales', ''),
(15823, 62, 467, 'Baní', ''),
(15824, 62, 468, 'San Cristobal', ''),
(15825, 62, 469, 'Arenazo', ''),
(15826, 62, 469, 'San Jose de Ocoa', ''),
(15827, 62, 470, 'Punta Cana', ''),
(15828, 62, 471, 'San Pedro de Macorís', ''),
(15829, 62, 472, 'Santiago de los Caballeros', ''),
(15830, 62, 473, 'Sabaneta', ''),
(15831, 62, 473, 'Toma', ''),
(15832, 62, 474, 'Boca Chica', ''),
(15833, 62, 475, 'San Francisco de Macorís', ''),
(15834, 62, 476, 'Cotui', ''),
(15835, 62, 477, 'Cabarete', ''),
(15836, 62, 477, 'Puerto Plata', ''),
(15837, 62, 478, 'Samaná', ''),
(15838, 63, 479, 'Dili', ''),
(15839, 64, 480, 'El Arenal', ''),
(15840, 64, 480, 'San Miguel', ''),
(15841, 64, 481, 'Latacunga', ''),
(15842, 64, 481, 'Pujili', ''),
(15843, 64, 481, 'San Miguel de Salcedo', ''),
(15844, 64, 482, 'Guabo', ''),
(15845, 64, 482, 'Hacienda Duran', ''),
(15846, 64, 482, 'Huaquillas', ''),
(15847, 64, 482, 'Machala', ''),
(15848, 64, 482, 'Pinas', ''),
(15849, 64, 482, 'Zaruma', ''),
(15850, 64, 483, 'Atacames', ''),
(15851, 64, 483, 'Esmeraldas', ''),
(15852, 64, 484, 'Eloy Alfaro', ''),
(15853, 64, 484, 'Puerto Francisco de Orellana', ''),
(15854, 64, 485, 'El Progreso', ''),
(15855, 64, 486, 'Ibarra', ''),
(15856, 64, 486, 'La Esperanza', ''),
(15857, 64, 486, 'Otavalo', ''),
(15858, 64, 487, 'Cariamanga', ''),
(15859, 64, 487, 'Loja', ''),
(15860, 64, 487, 'Macara', ''),
(15861, 64, 488, 'Babahoyo', ''),
(15862, 64, 488, 'Los Angeles', ''),
(15863, 64, 488, 'Quevedo', ''),
(15864, 64, 488, 'San Jacinto de Buena Fe', ''),
(15865, 64, 488, 'Vinces', ''),
(15866, 64, 489, 'Bahia de Caraquez', ''),
(15867, 64, 489, 'Chavez', ''),
(15868, 64, 489, 'Jaramijo', ''),
(15869, 64, 489, 'Jipijapa', ''),
(15870, 64, 489, 'Manta', ''),
(15871, 64, 489, 'Montecristi', ''),
(15872, 64, 489, 'Portoviejo', ''),
(15873, 64, 489, 'Puerto Lopez', ''),
(15874, 64, 489, 'Sucre', ''),
(15875, 64, 489, 'Tosagua', ''),
(15876, 64, 490, 'General Leonidas Plaza Gutierrez', ''),
(15877, 64, 490, 'Macas', ''),
(15878, 64, 491, 'Archidona', ''),
(15879, 64, 491, 'Tena', ''),
(15880, 64, 492, 'Calderon', ''),
(15881, 64, 492, 'Cayambe', ''),
(15882, 64, 492, 'El Naranjal', ''),
(15883, 64, 492, 'Guayllabamba', ''),
(15884, 64, 492, 'Hacienda Bolivia', ''),
(15885, 64, 492, 'Hacienda Santa Catalina', ''),
(15886, 64, 492, 'Loreto', ''),
(15887, 64, 492, 'Machachi', ''),
(15888, 64, 492, 'Olmedo', ''),
(15889, 64, 492, 'Quito', ''),
(15890, 64, 492, 'Sangolqui', ''),
(15891, 64, 492, 'Tababela', ''),
(15892, 64, 493, 'Salinas', ''),
(15893, 64, 493, 'Santa Elena', ''),
(15894, 64, 494, 'Santo Domingo de los Colorados', ''),
(15895, 64, 495, 'Lago Agrio', ''),
(15896, 64, 495, 'Tarapoa', ''),
(15897, 64, 496, 'Zamora', ''),
(15898, 64, 496, 'Zumba', ''),
(15899, 64, 497, 'Cuenca', ''),
(15900, 64, 497, 'Gualaceo', ''),
(15901, 64, 497, 'Nabon', ''),
(15902, 64, 498, 'La Troncal', ''),
(15903, 64, 499, 'Tulcán', ''),
(15904, 64, 500, 'Chunchi', ''),
(15905, 64, 500, 'Guamote', ''),
(15906, 64, 500, 'Riobamba', ''),
(15907, 64, 501, 'Daule', ''),
(15908, 64, 501, 'Durán', ''),
(15909, 64, 501, 'Guayaquil', ''),
(15910, 64, 501, 'Guayas', ''),
(15911, 64, 501, 'Milagro', ''),
(15912, 64, 501, 'Naranjal', ''),
(15913, 64, 501, 'Playas', ''),
(15914, 64, 501, 'Salitre', ''),
(15915, 64, 501, 'Samborondon', ''),
(15916, 64, 501, 'Simon Bolivar', ''),
(15917, 64, 502, 'Pichincha', ''),
(15918, 64, 502, 'Puyo', ''),
(15919, 64, 503, 'Ambato', ''),
(15920, 64, 503, 'Banos', ''),
(15921, 64, 503, 'Pelileo', ''),
(15922, 64, 503, 'Pillaro', ''),
(15923, 64, 503, 'San Andres', ''),
(15924, 65, 504, 'Alexandria', ''),
(15925, 65, 505, 'Suez', ''),
(15926, 65, 506, 'Damanhur', ''),
(15927, 65, 506, 'Nasr', ''),
(15928, 65, 506, 'Ramsis', ''),
(15929, 65, 507, 'Ar Rawdah', ''),
(15930, 65, 507, 'Bilbeis', ''),
(15931, 65, 507, 'Faqus', ''),
(15932, 65, 507, 'Kafr ash Shaykh', ''),
(15933, 65, 507, 'Kafr Saqr', ''),
(15934, 65, 507, 'Zagazig', ''),
(15935, 65, 508, 'Ismailia', ''),
(15936, 65, 509, 'Luxor', ''),
(15937, 65, 510, 'Aga', ''),
(15938, 65, 510, 'Al Mansurah', ''),
(15939, 65, 511, 'Al Fayyum', ''),
(15940, 65, 512, 'Al Mahallah al Kubra', ''),
(15941, 65, 512, 'As Santah', ''),
(15942, 65, 512, 'Tanta', ''),
(15943, 65, 513, '6th of October City', ''),
(15944, 65, 513, 'Az Zamalik', ''),
(15945, 65, 513, 'Dokki', ''),
(15946, 65, 513, 'Embaba', ''),
(15947, 65, 513, 'Faisal', ''),
(15948, 65, 513, 'Giza', ''),
(15949, 65, 514, 'Quwaysina', ''),
(15950, 65, 515, 'Mallawi', ''),
(15951, 65, 515, 'Minya', ''),
(15952, 65, 516, 'Almazah', ''),
(15953, 65, 516, 'Badr', ''),
(15954, 65, 516, 'Cairo', ''),
(15955, 65, 516, 'Heliopolis', ''),
(15956, 65, 516, 'Helwan', ''),
(15957, 65, 516, 'Madinat an Nasr', ''),
(15958, 65, 516, 'New Cairo', ''),
(15959, 65, 516, 'Shubra', ''),
(15960, 65, 517, 'Banha', ''),
(15961, 65, 517, 'Isnit', ''),
(15962, 65, 517, 'Toukh', ''),
(15963, 65, 518, 'Aswan', ''),
(15964, 65, 519, 'Assiut', ''),
(15965, 65, 520, 'Biba', ''),
(15966, 65, 521, 'Port Said', ''),
(15967, 65, 522, 'Damietta', ''),
(15968, 65, 523, 'Rafah', ''),
(15969, 65, 524, 'Sohag', ''),
(15970, 65, 524, 'Tahta', ''),
(15971, 65, 525, 'Hurghada', ''),
(15972, 66, 526, 'Ahuachapan', ''),
(15973, 66, 527, 'Ilobasco', ''),
(15974, 66, 528, 'Antiguo Cuscatlan', ''),
(15975, 66, 528, 'Botoncillal El Botoncillo', ''),
(15976, 66, 528, 'La Libertad', ''),
(15977, 66, 528, 'Nuevo Cuscatlan', ''),
(15978, 66, 528, 'Quezaltepeque', ''),
(15979, 66, 528, 'San Jose Villanueva', ''),
(15980, 66, 528, 'Santa Tecla', ''),
(15981, 66, 529, 'Gigante', ''),
(15982, 66, 530, 'San Miguel', ''),
(15983, 66, 531, 'Apopa', ''),
(15984, 66, 531, 'Colonia Escalon', ''),
(15985, 66, 531, 'Delgado', ''),
(15986, 66, 531, 'Ilopango', ''),
(15987, 66, 531, 'Mejicanos', ''),
(15988, 66, 531, 'San Marcos', ''),
(15989, 66, 531, 'San Salvador', ''),
(15990, 66, 531, 'Santiago Texacuangos', ''),
(15991, 66, 531, 'Soyapango', ''),
(15992, 66, 532, 'Chalchuapa', ''),
(15993, 66, 532, 'Coatepeque', ''),
(15994, 66, 532, 'San Sebastian Salitrillo', ''),
(15995, 66, 532, 'Santa Ana', ''),
(15996, 66, 533, 'Santa Elena', ''),
(15997, 66, 533, 'Usulutan', ''),
(15998, 67, 534, 'Malabo', ''),
(15999, 68, 535, 'Asmara', ''),
(16000, 69, 536, 'Ardu', ''),
(16001, 69, 536, 'Haabneeme', ''),
(16002, 69, 536, 'Harku', ''),
(16003, 69, 536, 'Huuru', ''),
(16004, 69, 536, 'Jüri', ''),
(16005, 69, 536, 'Kehra', ''),
(16006, 69, 536, 'Keila', ''),
(16007, 69, 536, 'Kiili', ''),
(16008, 69, 536, 'Kiiu', ''),
(16009, 69, 536, 'Kose', ''),
(16010, 69, 536, 'Kose-Uuemoisa', ''),
(16011, 69, 536, 'Kostivere', ''),
(16012, 69, 536, 'Kuusalu', ''),
(16013, 69, 536, 'Laagri', ''),
(16014, 69, 536, 'Lagedi', ''),
(16015, 69, 536, 'Loksa', ''),
(16016, 69, 536, 'Luige', ''),
(16017, 69, 536, 'Maardu', ''),
(16018, 69, 536, 'Paldiski', ''),
(16019, 69, 536, 'Peetri', ''),
(16020, 69, 536, 'Saku', ''),
(16021, 69, 536, 'Saue', ''),
(16022, 69, 536, 'Suurupi', ''),
(16023, 69, 536, 'Tabasalu', ''),
(16024, 69, 536, 'Tallinn', ''),
(16025, 69, 536, 'Tiskre', ''),
(16026, 69, 536, 'Vaida', ''),
(16027, 69, 536, 'Viimsi', ''),
(16028, 69, 537, 'Emmaste', ''),
(16029, 69, 537, 'Harju', ''),
(16030, 69, 537, 'Kaina', ''),
(16031, 69, 537, 'Kärdla', ''),
(16032, 69, 538, 'Iisaku Parish', ''),
(16033, 69, 538, 'Jõhvi', ''),
(16034, 69, 538, 'Kohtla-Järve', ''),
(16035, 69, 538, 'Kohtla-Nomme', ''),
(16036, 69, 538, 'Narva', ''),
(16037, 69, 538, 'Narva-Jõesuu', ''),
(16038, 69, 538, 'Sillamäe', ''),
(16039, 69, 538, 'Toila', ''),
(16040, 69, 538, 'Voka', ''),
(16041, 69, 539, 'Albu', ''),
(16042, 69, 539, 'Paide', ''),
(16043, 69, 539, 'Türi', ''),
(16044, 69, 540, 'Adavere', ''),
(16045, 69, 540, 'Jõgeva', ''),
(16046, 69, 540, 'Põltsamaa', ''),
(16047, 69, 540, 'Tabivere', ''),
(16048, 69, 541, 'Haapsalu', ''),
(16049, 69, 541, 'Taebla', ''),
(16050, 69, 542, 'Aaspere', ''),
(16051, 69, 542, 'Hulja', ''),
(16052, 69, 542, 'Janeda', ''),
(16053, 69, 542, 'Kadrina', ''),
(16054, 69, 542, 'Kunda', ''),
(16055, 69, 542, 'Pajusti', ''),
(16056, 69, 542, 'Ragavere', ''),
(16057, 69, 542, 'Rakvere', ''),
(16058, 69, 542, 'Someru', ''),
(16059, 69, 542, 'Tamsalu', ''),
(16060, 69, 542, 'Tapa', ''),
(16061, 69, 542, 'Väike-Maarja', ''),
(16062, 69, 543, 'Alu', ''),
(16063, 69, 543, 'Halinga', ''),
(16064, 69, 543, 'Paikuse', ''),
(16065, 69, 543, 'Pärnu', ''),
(16066, 69, 543, 'Reiu', ''),
(16067, 69, 543, 'Sauga', ''),
(16068, 69, 543, 'Sindi', ''),
(16069, 69, 543, 'Syare', ''),
(16070, 69, 543, 'Tammiste', ''),
(16071, 69, 543, 'Tihemetsa', ''),
(16072, 69, 544, 'Põlva', ''),
(16073, 69, 544, 'Valgjarve', ''),
(16074, 69, 545, 'Kehtna', ''),
(16075, 69, 545, 'Kohila', ''),
(16076, 69, 545, 'Kuusiku', ''),
(16077, 69, 545, 'Märjamaa', ''),
(16078, 69, 545, 'Rapla', ''),
(16079, 69, 546, 'Kuressaare', ''),
(16080, 69, 547, 'Elva', ''),
(16081, 69, 547, 'Lohkva', ''),
(16082, 69, 547, 'Puhja', ''),
(16083, 69, 547, 'Tartu', ''),
(16084, 69, 547, 'Ülenurme', ''),
(16085, 69, 547, 'Vahi', ''),
(16086, 69, 547, 'Vonnu', ''),
(16087, 69, 548, 'Otepaeae', ''),
(16088, 69, 548, 'Tõrva', ''),
(16089, 69, 548, 'Valga', ''),
(16090, 69, 549, 'Abja-Paluoja', ''),
(16091, 69, 549, 'Karksi-Nuia', ''),
(16092, 69, 549, 'Puiatu', ''),
(16093, 69, 549, 'Viljandi', ''),
(16094, 69, 549, 'Võhma', ''),
(16095, 69, 550, 'Antsla', ''),
(16096, 69, 550, 'Võru', ''),
(16097, 70, 551, 'Addis Ababa', ''),
(16098, 70, 551, 'Nefas Silk', ''),
(16099, 70, 552, 'Dubti', ''),
(16100, 70, 552, 'Semera', ''),
(16101, 70, 553, 'Bahir Dar', ''),
(16102, 70, 553, 'Dessie', ''),
(16103, 70, 553, 'Gondar', ''),
(16104, 70, 553, 'Gonder', ''),
(16105, 70, 554, 'Asosa', ''),
(16106, 70, 555, 'Dire Dawa', ''),
(16107, 70, 556, 'Gambela', ''),
(16108, 70, 557, 'Harar', ''),
(16109, 70, 558, 'Bishoftu', ''),
(16110, 70, 558, 'Nazret', ''),
(16111, 70, 559, 'Jijiga', ''),
(16112, 70, 559, 'Warder', ''),
(16113, 70, 560, 'Awasa', ''),
(16114, 70, 560, 'Dila', ''),
(16115, 70, 561, 'Adigrat', ''),
(16116, 70, 561, 'Axum', ''),
(16117, 72, 562, 'Kunoy', ''),
(16118, 72, 562, 'Runavik', ''),
(16119, 72, 563, 'Argir', ''),
(16120, 72, 563, 'Hoyvík', ''),
(16121, 72, 563, 'Innan Glyvur', ''),
(16122, 72, 563, 'Strendur', ''),
(16123, 72, 563, 'Tórshavn', ''),
(16124, 74, 565, 'Nausori', ''),
(16125, 74, 565, 'Suva', ''),
(16126, 74, 565, 'Tamavua Heights', ''),
(16127, 74, 566, 'Lautoka', ''),
(16128, 74, 566, 'Nadi', ''),
(16129, 75, 567, 'Halsua', ''),
(16130, 75, 567, 'Kälviä', ''),
(16131, 75, 567, 'Kannus', ''),
(16132, 75, 567, 'Kaustinen', ''),
(16133, 75, 567, 'Kokkola', ''),
(16134, 75, 567, 'Lohtaja', ''),
(16135, 75, 567, 'Pulkkinen', ''),
(16136, 75, 567, 'Raeyrinki', ''),
(16137, 75, 567, 'Toholampi', ''),
(16138, 75, 567, 'Veteli', ''),
(16139, 75, 568, 'Ähtäri', ''),
(16140, 75, 568, 'Alajärvi', ''),
(16141, 75, 568, 'Alavus', ''),
(16142, 75, 568, 'Evijaervi', ''),
(16143, 75, 568, 'Haermae', ''),
(16144, 75, 568, 'Huissi', ''),
(16145, 75, 568, 'Ikkelaejaervi', ''),
(16146, 75, 568, 'Ilkka', ''),
(16147, 75, 568, 'Ilmajoki', ''),
(16148, 75, 568, 'Isojoki', ''),
(16149, 75, 568, 'Jalasjaervi', ''),
(16150, 75, 568, 'Jalasto', ''),
(16151, 75, 568, 'Jurva', ''),
(16152, 75, 568, 'Kaetkaenjoki', ''),
(16153, 75, 568, 'Kainasto', ''),
(16154, 75, 568, 'Karijoki', ''),
(16155, 75, 568, 'Kauhajaervi', ''),
(16156, 75, 568, 'Kauhajoki', ''),
(16157, 75, 568, 'Kauhava', ''),
(16158, 75, 568, 'Kuoppala', ''),
(16159, 75, 568, 'Kuortane', ''),
(16160, 75, 568, 'Kurikka', ''),
(16161, 75, 568, 'Lappajaervi', ''),
(16162, 75, 568, 'Lapua', ''),
(16163, 75, 568, 'Mieto', ''),
(16164, 75, 568, 'Nurmo', ''),
(16165, 75, 568, 'Paalijaervi', ''),
(16166, 75, 568, 'Peraeseinaejoki', ''),
(16167, 75, 568, 'Pirttinen', ''),
(16168, 75, 568, 'Punkaharju', ''),
(16169, 75, 568, 'Saarijaervi', ''),
(16170, 75, 568, 'Seinäjoki', ''),
(16171, 75, 568, 'Sissala', ''),
(16172, 75, 568, 'Soini', ''),
(16173, 75, 568, 'Taivalmaa', ''),
(16174, 75, 568, 'Tuuri', ''),
(16175, 75, 568, 'Vimpeli', ''),
(16176, 75, 568, 'Voltti', ''),
(16177, 75, 568, 'Ylistaro', ''),
(16178, 75, 569, 'Eteläinen', ''),
(16179, 75, 569, 'Forssa', ''),
(16180, 75, 569, 'Hämeenlinna', ''),
(16181, 75, 569, 'Hattula', ''),
(16182, 75, 569, 'Hauho', ''),
(16183, 75, 569, 'Humppila', ''),
(16184, 75, 569, 'Iittala', ''),
(16185, 75, 569, 'Jokioinen', ''),
(16186, 75, 569, 'Katinala', ''),
(16187, 75, 569, 'Laeyliaeinen', ''),
(16188, 75, 569, 'Lammi', ''),
(16189, 75, 569, 'Launonen', ''),
(16190, 75, 569, 'Lepaa', ''),
(16191, 75, 569, 'Loppi', ''),
(16192, 75, 569, 'Oitti', ''),
(16193, 75, 569, 'Pilpala', ''),
(16194, 75, 569, 'Renko', ''),
(16195, 75, 569, 'Riihimäki', ''),
(16196, 75, 569, 'Ryttylae', ''),
(16197, 75, 569, 'Sajaniemi', ''),
(16198, 75, 569, 'Tammela', ''),
(16199, 75, 569, 'Tervakoski', ''),
(16200, 75, 569, 'Turenki', ''),
(16201, 75, 569, 'Ypaejae', ''),
(16202, 75, 570, 'Kajaani', ''),
(16203, 75, 570, 'Kontiomaeki', ''),
(16204, 75, 570, 'Kuhmo', ''),
(16205, 75, 570, 'Mattila', ''),
(16206, 75, 570, 'Pohjola', ''),
(16207, 75, 570, 'Sotkamo', ''),
(16208, 75, 570, 'Suomussalmi', ''),
(16209, 75, 570, 'Venetheitto', ''),
(16210, 75, 570, 'Vuokatti', ''),
(16211, 75, 571, 'Anjala', ''),
(16212, 75, 571, 'Broby', ''),
(16213, 75, 571, 'Hamina', ''),
(16214, 75, 571, 'Heinlahti', ''),
(16215, 75, 571, 'Inkeroinen', ''),
(16216, 75, 571, 'Jaala', ''),
(16217, 75, 571, 'Kaipiainen', ''),
(16218, 75, 571, 'Kausala', ''),
(16219, 75, 571, 'Koria', ''),
(16220, 75, 571, 'Kotka', ''),
(16221, 75, 571, 'Kouvola', ''),
(16222, 75, 571, 'Kuusankoski', ''),
(16223, 75, 571, 'Miehikkälä', ''),
(16224, 75, 571, 'Muurikkala', ''),
(16225, 75, 571, 'Myllykoski', ''),
(16226, 75, 571, 'Neuvoton', ''),
(16227, 75, 571, 'Pattijoki', ''),
(16228, 75, 571, 'Pilkanmaa', ''),
(16229, 75, 571, 'Pyhtää', ''),
(16230, 75, 571, 'Saloinen', ''),
(16231, 75, 571, 'Ummeljoki', ''),
(16232, 75, 571, 'Valkeala', ''),
(16233, 75, 571, 'Verla', ''),
(16234, 75, 571, 'Virolahden Kirkonkylä', ''),
(16235, 75, 572, 'AEkaeslompolo', ''),
(16236, 75, 572, 'Haeme', ''),
(16237, 75, 572, 'Ivalo', ''),
(16238, 75, 572, 'Kemi', ''),
(16239, 75, 572, 'Kemijärvi', ''),
(16240, 75, 572, 'Keminmaa', ''),
(16241, 75, 572, 'Kolari', ''),
(16242, 75, 572, 'Lautiosaari', ''),
(16243, 75, 572, 'Muonio', ''),
(16244, 75, 572, 'Posio', ''),
(16245, 75, 572, 'Ranua', ''),
(16246, 75, 572, 'Rovaniemi', ''),
(16247, 75, 572, 'Saarenkylae', ''),
(16248, 75, 572, 'Simo', ''),
(16249, 75, 572, 'Simoniemi', ''),
(16250, 75, 572, 'Sodankylä', ''),
(16251, 75, 572, 'Tornio', ''),
(16252, 75, 572, 'Utsjoki', ''),
(16253, 75, 572, 'Ylitornio', ''),
(16254, 75, 573, 'Eno', ''),
(16255, 75, 573, 'Hammaslahti', ''),
(16256, 75, 573, 'Heinävaara', ''),
(16257, 75, 573, 'Ilomantsi', ''),
(16258, 75, 573, 'Joensuu', ''),
(16259, 75, 573, 'Juuka', ''),
(16260, 75, 573, 'Kesälahti', ''),
(16261, 75, 573, 'Kitee', ''),
(16262, 75, 573, 'Koli', ''),
(16263, 75, 573, 'Kontiolahti', ''),
(16264, 75, 573, 'Kontioniemi', ''),
(16265, 75, 573, 'Lehmo', ''),
(16266, 75, 573, 'Lieksa', ''),
(16267, 75, 573, 'Liperi', ''),
(16268, 75, 573, 'Mönni', ''),
(16269, 75, 573, 'Nurmes', ''),
(16270, 75, 573, 'Onttola', ''),
(16271, 75, 573, 'Outokumpu', ''),
(16272, 75, 573, 'Polvijärvi', ''),
(16273, 75, 573, 'Valtimo', ''),
(16274, 75, 573, 'Ylaemylly', ''),
(16275, 75, 574, 'Alavieska', ''),
(16276, 75, 574, 'Arkkukari', ''),
(16277, 75, 574, 'Haapavesi', ''),
(16278, 75, 574, 'Haukipudas', ''),
(16279, 75, 574, 'Himanka', ''),
(16280, 75, 574, 'Ii', ''),
(16281, 75, 574, 'Jääli', ''),
(16282, 75, 574, 'Kalajoki', ''),
(16283, 75, 574, 'Kärsämäki', ''),
(16284, 75, 574, 'Kello', ''),
(16285, 75, 574, 'Kempele', ''),
(16286, 75, 574, 'Kiiminki', ''),
(16287, 75, 574, 'Kuivaniemi', ''),
(16288, 75, 574, 'Kuusamo', ''),
(16289, 75, 574, 'Liminka', ''),
(16290, 75, 574, 'Martinniemi', ''),
(16291, 75, 574, 'Mehtaekylae', ''),
(16292, 75, 574, 'Merijärvi', ''),
(16293, 75, 574, 'Muhos', ''),
(16294, 75, 574, 'Nivala', ''),
(16295, 75, 574, 'Oulainen', ''),
(16296, 75, 574, 'Oulu', ''),
(16297, 75, 574, 'Oulunsalo', ''),
(16298, 75, 574, 'Piehinki', ''),
(16299, 75, 574, 'Pyhaejoki', ''),
(16300, 75, 574, 'Pyhaentae', ''),
(16301, 75, 574, 'Pyhäsalmi', ''),
(16302, 75, 574, 'Raahe', ''),
(16303, 75, 574, 'Ruukki', ''),
(16304, 75, 574, 'Sievi', ''),
(16305, 75, 574, 'Sotkajärvi', ''),
(16306, 75, 574, 'Tupos', ''),
(16307, 75, 574, 'Tyrnaevae', ''),
(16308, 75, 574, 'Varjakka', ''),
(16309, 75, 574, 'Yli-Ii', ''),
(16310, 75, 574, 'Ylikiiminki', ''),
(16311, 75, 574, 'Ylivieska', ''),
(16312, 75, 575, 'Heinaekylae', ''),
(16313, 75, 575, 'Iisalmi', ''),
(16314, 75, 575, 'Iisvesi', ''),
(16315, 75, 575, 'Kaavi', ''),
(16316, 75, 575, 'Keitele', ''),
(16317, 75, 575, 'Kerkonjoensuu', ''),
(16318, 75, 575, 'Kiuruvesi', ''),
(16319, 75, 575, 'Koljonvirta', ''),
(16320, 75, 575, 'Korpijaervi', ''),
(16321, 75, 575, 'Kuopio', ''),
(16322, 75, 575, 'Lapinlahti', ''),
(16323, 75, 575, 'Leppävirta', ''),
(16324, 75, 575, 'Nilsiä', ''),
(16325, 75, 575, 'Pielavesi', ''),
(16326, 75, 575, 'Rautalampi', ''),
(16327, 75, 575, 'Saunalahti', ''),
(16328, 75, 575, 'Siilinjärvi', ''),
(16329, 75, 575, 'Sonkajärvi', ''),
(16330, 75, 575, 'Suonenjoki', ''),
(16331, 75, 575, 'Toivala', ''),
(16332, 75, 575, 'Varkaus', ''),
(16333, 75, 575, 'Vieremä', ''),
(16334, 75, 576, 'Artjaervi', ''),
(16335, 75, 576, 'Hartola', ''),
(16336, 75, 576, 'Heinola', ''),
(16337, 75, 576, 'Hollola', ''),
(16338, 75, 576, 'Kukkila', ''),
(16339, 75, 576, 'Lahti', ''),
(16340, 75, 576, 'Lappila', ''),
(16341, 75, 576, 'Nastola', ''),
(16342, 75, 576, 'Orimattila', ''),
(16343, 75, 576, 'Padasjoki', ''),
(16344, 75, 576, 'Tennilae', ''),
(16345, 75, 576, 'Vaeaeksy', ''),
(16346, 75, 576, 'Vesivehmaa', ''),
(16347, 75, 576, 'Villähde', ''),
(16348, 75, 576, 'Virenoja', ''),
(16349, 75, 577, 'AEetsae', ''),
(16350, 75, 577, 'Akaa', ''),
(16351, 75, 577, 'Hämeenkyrö', ''),
(16352, 75, 577, 'Hervanta', ''),
(16353, 75, 577, 'Hirsilae', ''),
(16354, 75, 577, 'Ikaalinen', ''),
(16355, 75, 577, 'Kaemmenniemi', ''),
(16356, 75, 577, 'Kaerjenniemi', ''),
(16357, 75, 577, 'Kangasala', ''),
(16358, 75, 577, 'Karkku', ''),
(16359, 75, 577, 'Kihnioe', ''),
(16360, 75, 577, 'Koskioinen', ''),
(16361, 75, 577, 'Kuhmalahti', ''),
(16362, 75, 577, 'Kyroeskoski', ''),
(16363, 75, 577, 'Kyynaeroe', ''),
(16364, 75, 577, 'Laitikkala', ''),
(16365, 75, 577, 'Lempäälä', ''),
(16366, 75, 577, 'Luopioinen', ''),
(16367, 75, 577, 'Lyly', ''),
(16368, 75, 577, 'Maenttae', ''),
(16369, 75, 577, 'Metsaekansa', ''),
(16370, 75, 577, 'Nokia', ''),
(16371, 75, 577, 'Orivesi', ''),
(16372, 75, 577, 'Paelkaene', ''),
(16373, 75, 577, 'Parkano', ''),
(16374, 75, 577, 'Pirkkala', ''),
(16375, 75, 577, 'Poikelus', ''),
(16376, 75, 577, 'Riitiaelae', ''),
(16377, 75, 577, 'Ruovesi', ''),
(16378, 75, 577, 'Ruutana', ''),
(16379, 75, 577, 'Sahalahti', ''),
(16380, 75, 577, 'Siivikkala', ''),
(16381, 75, 577, 'Siuro', ''),
(16382, 75, 577, 'Tampella', ''),
(16383, 75, 577, 'Tampere', ''),
(16384, 75, 577, 'Toijala', ''),
(16385, 75, 577, 'Tursa', ''),
(16386, 75, 577, 'Urjala', ''),
(16387, 75, 577, 'Väärinmaja', ''),
(16388, 75, 577, 'Valkeakoski', ''),
(16389, 75, 577, 'Vammala', ''),
(16390, 75, 577, 'Vesilahti', ''),
(16391, 75, 577, 'Viiala', ''),
(16392, 75, 577, 'Viljakkala', ''),
(16393, 75, 577, 'Vilppula', ''),
(16394, 75, 577, 'Virrat', ''),
(16395, 75, 577, 'Ylöjärvi', ''),
(16396, 75, 578, 'Eura', ''),
(16397, 75, 578, 'Eurajoki', ''),
(16398, 75, 578, 'Harjavalta', ''),
(16399, 75, 578, 'Harjunpaeae', ''),
(16400, 75, 578, 'Huittinen', ''),
(16401, 75, 578, 'Kaasmarkku', ''),
(16402, 75, 578, 'Kankaanpaeae', ''),
(16403, 75, 578, 'Karvia', ''),
(16404, 75, 578, 'Kauhakorpi', ''),
(16405, 75, 578, 'Kauttua', ''),
(16406, 75, 578, 'Kiukainen', ''),
(16407, 75, 578, 'Kokemäki', ''),
(16408, 75, 578, 'Köyliö', ''),
(16409, 75, 578, 'Levaesjoki', ''),
(16410, 75, 578, 'Maentyluoto', ''),
(16411, 75, 578, 'Nakkila', ''),
(16412, 75, 578, 'Noormarkku', ''),
(16413, 75, 578, 'Peipohja', ''),
(16414, 75, 578, 'Pomarkku', ''),
(16415, 75, 578, 'Pori', ''),
(16416, 75, 578, 'Rauma', ''),
(16417, 75, 578, 'Saekylae', ''),
(16418, 75, 578, 'Sarvela', ''),
(16419, 75, 578, 'Ulvila', ''),
(16420, 75, 578, 'Unaja', ''),
(16421, 75, 578, 'Vanhakylae', ''),
(16422, 75, 579, 'Imatra', ''),
(16423, 75, 579, 'Joutseno', ''),
(16424, 75, 579, 'Lappeenranta', ''),
(16425, 75, 579, 'Lemi', ''),
(16426, 75, 579, 'Parikkala', ''),
(16427, 75, 579, 'Rauha', ''),
(16428, 75, 579, 'Rautjaervi', ''),
(16429, 75, 579, 'Ruokolahti', ''),
(16430, 75, 579, 'Särkisalmi', ''),
(16431, 75, 579, 'Savitaipale', ''),
(16432, 75, 579, 'Taavetti', ''),
(16433, 75, 579, 'Taipalsaari', ''),
(16434, 75, 580, 'Äänekoski', ''),
(16435, 75, 580, 'Jämsä', ''),
(16436, 75, 580, 'Jämsänkoski', ''),
(16437, 75, 580, 'Jyskae', ''),
(16438, 75, 580, 'Jyväskylä', ''),
(16439, 75, 580, 'Kaipola', ''),
(16440, 75, 580, 'Kannonkoski', ''),
(16441, 75, 580, 'Karjaa', ''),
(16442, 75, 580, 'Karstula', ''),
(16443, 75, 580, 'Keuruu', ''),
(16444, 75, 580, 'Kinnula', ''),
(16445, 75, 580, 'Konnevesi', ''),
(16446, 75, 580, 'Kyyjärvi', ''),
(16447, 75, 580, 'Laukaa', ''),
(16448, 75, 580, 'Leppävesi', ''),
(16449, 75, 580, 'Lievestuore', ''),
(16450, 75, 580, 'Linna', ''),
(16451, 75, 580, 'Multia', ''),
(16452, 75, 580, 'Muurame', ''),
(16453, 75, 580, 'Palokka', ''),
(16454, 75, 580, 'Petäjävesi', ''),
(16455, 75, 580, 'Pihtipudas', ''),
(16456, 75, 580, 'Simpele', ''),
(16457, 75, 580, 'Tikkakoski', ''),
(16458, 75, 580, 'Vaajakoski', ''),
(16459, 75, 580, 'Vehniae', ''),
(16460, 75, 580, 'Vesanka', ''),
(16461, 75, 580, 'Vihtavuori', ''),
(16462, 75, 580, 'Viitasaari', ''),
(16463, 75, 581, 'Haukivuori', ''),
(16464, 75, 581, 'Heimari', ''),
(16465, 75, 581, 'Hirvensalmi', ''),
(16466, 75, 581, 'Joroinen', ''),
(16467, 75, 581, 'Juva', ''),
(16468, 75, 581, 'Kangasniemi', ''),
(16469, 75, 581, 'Kerimäki', ''),
(16470, 75, 581, 'Kulennoinen', ''),
(16471, 75, 581, 'Louhi', ''),
(16472, 75, 581, 'Maentyharju', ''),
(16473, 75, 581, 'Mikkeli', ''),
(16474, 75, 581, 'Otava', ''),
(16475, 75, 581, 'Pertunmaa', ''),
(16476, 75, 581, 'Pieksämäki', ''),
(16477, 75, 581, 'Rahula', ''),
(16478, 75, 581, 'Ristiina', ''),
(16479, 75, 581, 'Savonlinna', ''),
(16480, 75, 582, 'Alastaro', ''),
(16481, 75, 582, 'Aura', ''),
(16482, 75, 582, 'Bjoerkboda', ''),
(16483, 75, 582, 'Halikko', ''),
(16484, 75, 582, 'Haveri', ''),
(16485, 75, 582, 'Ilmarinen', ''),
(16486, 75, 582, 'Kaarina', ''),
(16487, 75, 582, 'Kimito', ''),
(16488, 75, 582, 'Kivijaervi', ''),
(16489, 75, 582, 'Knaapila', ''),
(16490, 75, 582, 'Korppoo', ''),
(16491, 75, 582, 'Kyroe', ''),
(16492, 75, 582, 'Laitila', ''),
(16493, 75, 582, 'Lemu', ''),
(16494, 75, 582, 'Lieto', ''),
(16495, 75, 582, 'Littoinen', ''),
(16496, 75, 582, 'Loimaa', ''),
(16497, 75, 582, 'Masku', ''),
(16498, 75, 582, 'Merimasku', ''),
(16499, 75, 582, 'Mietoinen', ''),
(16500, 75, 582, 'Mynaemaeki', ''),
(16501, 75, 582, 'Naantali', ''),
(16502, 75, 582, 'Nagu', ''),
(16503, 75, 582, 'Niinijoki', ''),
(16504, 75, 582, 'Nousiainen', ''),
(16505, 75, 582, 'Ollila', ''),
(16506, 75, 582, 'Oripää', ''),
(16507, 75, 582, 'Paimio', ''),
(16508, 75, 582, 'Pargas', ''),
(16509, 75, 582, 'Pernioe', ''),
(16510, 75, 582, 'Piikkiö', ''),
(16511, 75, 582, 'Piispanristi', ''),
(16512, 75, 582, 'Raisio', ''),
(16513, 75, 582, 'Riihikoski', ''),
(16514, 75, 582, 'Rusko', ''),
(16515, 75, 582, 'Rymättylä', ''),
(16516, 75, 582, 'Salo', ''),
(16517, 75, 582, 'Salomaa', ''),
(16518, 75, 582, 'Sauvo', ''),
(16519, 75, 582, 'Somero', ''),
(16520, 75, 582, 'Tarvasjoki', ''),
(16521, 75, 582, 'Turku', ''),
(16522, 75, 582, 'Uusikaupunki', ''),
(16523, 75, 582, 'Vahto', ''),
(16524, 75, 582, 'Vanhalinna', ''),
(16525, 75, 582, 'Vartsala', ''),
(16526, 75, 583, 'Aminnefors', ''),
(16527, 75, 583, 'Billnaes', ''),
(16528, 75, 583, 'Box', ''),
(16529, 75, 583, 'Degerby', ''),
(16530, 75, 583, 'Dragsvik', ''),
(16531, 75, 583, 'Ekenäs', ''),
(16532, 75, 583, 'Espoo', ''),
(16533, 75, 583, 'Evitskog', ''),
(16534, 75, 583, 'Gammelbacka', ''),
(16535, 75, 583, 'Haaga', ''),
(16536, 75, 583, 'Halkia', ''),
(16537, 75, 583, 'Hanko', ''),
(16538, 75, 583, 'Helsinki', ''),
(16539, 75, 583, 'Hinthaara', ''),
(16540, 75, 583, 'Huhmari', ''),
(16541, 75, 583, 'Hyvinkää', ''),
(16542, 75, 583, 'Hyvinkaeae', ''),
(16543, 75, 583, 'Ingå', ''),
(16544, 75, 583, 'Järvenpää', ''),
(16545, 75, 583, 'Jokela', ''),
(16546, 75, 583, 'Jorvas', ''),
(16547, 75, 583, 'Kantvik', ''),
(16548, 75, 583, 'Karis', ''),
(16549, 75, 583, 'Karjalohja', ''),
(16550, 75, 583, 'Karkkila', ''),
(16551, 75, 583, 'Katajanokka', ''),
(16552, 75, 583, 'Kauniainen', ''),
(16553, 75, 583, 'Kellokoski', ''),
(16554, 75, 583, 'Kerava', ''),
(16555, 75, 583, 'Kirkkonummi', ''),
(16556, 75, 583, 'Klaukkala', ''),
(16557, 75, 583, 'Koisjärvi', ''),
(16558, 75, 583, 'Koskis', ''),
(16559, 75, 583, 'Lahela', ''),
(16560, 75, 583, 'Lapinjärvi', ''),
(16561, 75, 583, 'Lapinkylae', ''),
(16562, 75, 583, 'Lappohja', ''),
(16563, 75, 583, 'Laukkoski', ''),
(16564, 75, 583, 'Lepsaemae', ''),
(16565, 75, 583, 'Liljendal', ''),
(16566, 75, 583, 'Lohja', ''),
(16567, 75, 583, 'Loviisa', ''),
(16568, 75, 583, 'Luoma', ''),
(16569, 75, 583, 'Mäntsälä', ''),
(16570, 75, 583, 'Masala', ''),
(16571, 75, 583, 'Monninkylä', ''),
(16572, 75, 583, 'Nahkela', ''),
(16573, 75, 583, 'Nukari', ''),
(16574, 75, 583, 'Nummela', ''),
(16575, 75, 583, 'Nummenkylae', ''),
(16576, 75, 583, 'Numminen', ''),
(16577, 75, 583, 'Nurmijärvi', ''),
(16578, 75, 583, 'Otalampi', ''),
(16579, 75, 583, 'Palojoki', ''),
(16580, 75, 583, 'Perttula', ''),
(16581, 75, 583, 'Pikkala', ''),
(16582, 75, 583, 'Pornainen', ''),
(16583, 75, 583, 'Porvoo', ''),
(16584, 75, 583, 'Rajamäki', ''),
(16585, 75, 583, 'Raseborg', ''),
(16586, 75, 583, 'Roeykkae', ''),
(16587, 75, 583, 'Ruotsinpyhtää', ''),
(16588, 75, 583, 'Rusutjaervi', ''),
(16589, 75, 583, 'Sääksjärvi', ''),
(16590, 75, 583, 'Saari', ''),
(16591, 75, 583, 'Sälinkää', ''),
(16592, 75, 583, 'Sammatti', ''),
(16593, 75, 583, 'Saukkola', ''),
(16594, 75, 583, 'Selki', ''),
(16595, 75, 583, 'Sipoo', ''),
(16596, 75, 583, 'Siuntio', ''),
(16597, 75, 583, 'Skinnarby', ''),
(16598, 75, 583, 'Skuru', ''),
(16599, 75, 583, 'Soederkulla', ''),
(16600, 75, 583, 'Solberg', ''),
(16601, 75, 583, 'Sundsberg', ''),
(16602, 75, 583, 'Svarta', ''),
(16603, 75, 583, 'Tolkis', ''),
(16604, 75, 583, 'Tuusula', ''),
(16605, 75, 583, 'Vaesterskog', ''),
(16606, 75, 583, 'Vakkola', ''),
(16607, 75, 583, 'Vantaa', ''),
(16608, 75, 583, 'Veikkola', ''),
(16609, 75, 583, 'Vierumaeki', ''),
(16610, 75, 583, 'Vihti', ''),
(16611, 75, 584, 'Alaveteli', ''),
(16612, 75, 584, 'Bennäs', ''),
(16613, 75, 584, 'Bosund', ''),
(16614, 75, 584, 'Helsingby', ''),
(16615, 75, 584, 'Hinnerjoki', ''),
(16616, 75, 584, 'Iskmo', ''),
(16617, 75, 584, 'Isokyrö', ''),
(16618, 75, 584, 'Jakobstad', ''),
(16619, 75, 584, 'Kalanti', ''),
(16620, 75, 584, 'Karperoe', ''),
(16621, 75, 584, 'Karuna', ''),
(16622, 75, 584, 'Kodisjoki', ''),
(16623, 75, 584, 'Komossa', ''),
(16624, 75, 584, 'Korsholm', ''),
(16625, 75, 584, 'Kovjoki', ''),
(16626, 75, 584, 'Kristinestad', ''),
(16627, 75, 584, 'Kronoby', ''),
(16628, 75, 584, 'Kuni', ''),
(16629, 75, 584, 'Kvevlax', ''),
(16630, 75, 584, 'Laihia', ''),
(16631, 75, 584, 'Lappfjärd', ''),
(16632, 75, 584, 'Larsmo', ''),
(16633, 75, 584, 'Maalahti', ''),
(16634, 75, 584, 'Merikaarto', ''),
(16635, 75, 584, 'Molpe', ''),
(16636, 75, 584, 'Munsala', ''),
(16637, 75, 584, 'Närpes', ''),
(16638, 75, 584, 'Nykarleby', ''),
(16639, 75, 584, 'OEversundom', ''),
(16640, 75, 584, 'Oravais', ''),
(16641, 75, 584, 'Poertom', ''),
(16642, 75, 584, 'Saynatsalo', ''),
(16643, 75, 584, 'Singsby', ''),
(16644, 75, 584, 'Skaftung', ''),
(16645, 75, 584, 'Solv', ''),
(16646, 75, 584, 'Sundby', ''),
(16647, 75, 584, 'Suolahti', ''),
(16648, 75, 584, 'Terjaerv', ''),
(16649, 75, 584, 'Tervajoki', ''),
(16650, 75, 584, 'Tjöck', ''),
(16651, 75, 584, 'Toeysae', ''),
(16652, 75, 584, 'Vaasa', ''),
(16653, 75, 584, 'Vaesterhankmo', ''),
(16654, 75, 584, 'Vörå', ''),
(16655, 76, 585, 'Achenheim', ''),
(16656, 76, 585, 'Albe', ''),
(16657, 76, 585, 'Algolsheim', ''),
(16658, 76, 585, 'Allenwiller', ''),
(16659, 76, 585, 'Alteckendorf', ''),
(16660, 76, 585, 'Altenheim', ''),
(16661, 76, 585, 'Altenstadt', ''),
(16662, 76, 585, 'Altkirch', ''),
(16663, 76, 585, 'Altorf', ''),
(16664, 76, 585, 'Ammerschwihr', ''),
(16665, 76, 585, 'Ammerzwiller', ''),
(16666, 76, 585, 'Andlau', ''),
(16667, 76, 585, 'Andolsheim', ''),
(16668, 76, 585, 'Artolsheim', ''),
(16669, 76, 585, 'Aschbach', ''),
(16670, 76, 585, 'Aspach-le-Bas', ''),
(16671, 76, 585, 'Aspach-le-Haut', ''),
(16672, 76, 585, 'Attenschwiller', ''),
(16673, 76, 585, 'Auenheim', ''),
(16674, 76, 585, 'Avolsheim', ''),
(16675, 76, 585, 'Balbronn', ''),
(16676, 76, 585, 'Baldersheim', ''),
(16677, 76, 585, 'Balgau', ''),
(16678, 76, 585, 'Ballersdorf', ''),
(16679, 76, 585, 'Balschwiller', ''),
(16680, 76, 585, 'Baltzenheim', ''),
(16681, 76, 585, 'Barr', ''),
(16682, 76, 585, 'Bartenheim', ''),
(16683, 76, 585, 'Bassemberg', ''),
(16684, 76, 585, 'Battenheim', ''),
(16685, 76, 585, 'Batzendorf', ''),
(16686, 76, 585, 'Beinheim', ''),
(16687, 76, 585, 'Bendorf', ''),
(16688, 76, 585, 'Benfeld', ''),
(16689, 76, 585, 'Bennwihr', ''),
(16690, 76, 585, 'Berg', ''),
(16691, 76, 585, 'Bergheim', ''),
(16692, 76, 585, 'Bergholtz', ''),
(16693, 76, 585, 'Bernardville', ''),
(16694, 76, 585, 'Berrwiller', ''),
(16695, 76, 585, 'Berstett', ''),
(16696, 76, 585, 'Betschdorf', ''),
(16697, 76, 585, 'Biesheim', ''),
(16698, 76, 585, 'Bietlenheim', ''),
(16699, 76, 585, 'Biltzheim', ''),
(16700, 76, 585, 'Bindernheim', ''),
(16701, 76, 585, 'Birkenwald', ''),
(16702, 76, 585, 'Bischheim', ''),
(16703, 76, 585, 'Bischoffsheim', ''),
(16704, 76, 585, 'Bischwihr', ''),
(16705, 76, 585, 'Bischwiller', ''),
(16706, 76, 585, 'Bisel', ''),
(16707, 76, 585, 'Bissert', ''),
(16708, 76, 585, 'Bitschhoffen', ''),
(16709, 76, 585, 'Bitschwiller-lès-Thann', ''),
(16710, 76, 585, 'Blaesheim', ''),
(16711, 76, 585, 'Blodelsheim', ''),
(16712, 76, 585, 'Blotzheim', ''),
(16713, 76, 585, 'Boersch', ''),
(16714, 76, 585, 'Bollwiller', ''),
(16715, 76, 585, 'Boofzheim', ''),
(16716, 76, 585, 'Bootzheim', ''),
(16717, 76, 585, 'Bosselshausen', ''),
(16718, 76, 585, 'Bourbach-le-Bas', ''),
(16719, 76, 585, 'Bourbach-le-Haut', ''),
(16720, 76, 585, 'Bourg-Bruche', ''),
(16721, 76, 585, 'Breitenbach-Haut-Rhin', ''),
(16722, 76, 585, 'Breuschwickersheim', ''),
(16723, 76, 585, 'Bruebach', ''),
(16724, 76, 585, 'Brumath', ''),
(16725, 76, 585, 'Brunstatt', ''),
(16726, 76, 585, 'Buhl', ''),
(16727, 76, 585, 'Burnhaupt-le-Bas', ''),
(16728, 76, 585, 'Burnhaupt-le-Haut', ''),
(16729, 76, 585, 'Buschwiller', ''),
(16730, 76, 585, 'Bust', ''),
(16731, 76, 585, 'Carspach', ''),
(16732, 76, 585, 'Cernay', ''),
(16733, 76, 585, 'Chalampe', ''),
(16734, 76, 585, 'Chatenois', ''),
(16735, 76, 585, 'Cleebourg', ''),
(16736, 76, 585, 'Colmar', ''),
(16737, 76, 585, 'Courtavon', ''),
(16738, 76, 585, 'Crastatt', ''),
(16739, 76, 585, 'Dachstein', ''),
(16740, 76, 585, 'Dahlenheim', ''),
(16741, 76, 585, 'Dalhunden', ''),
(16742, 76, 585, 'Dambach-la-Ville', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(16743, 76, 585, 'Dangolsheim', ''),
(16744, 76, 585, 'Dannemarie', ''),
(16745, 76, 585, 'Daubensand', ''),
(16746, 76, 585, 'Dauendorf', ''),
(16747, 76, 585, 'Dehlingen', ''),
(16748, 76, 585, 'Dettwiller', ''),
(16749, 76, 585, 'Didenheim', ''),
(16750, 76, 585, 'Diebolsheim', ''),
(16751, 76, 585, 'Diefmatten', ''),
(16752, 76, 585, 'Diemeringen', ''),
(16753, 76, 585, 'Dietwiller', ''),
(16754, 76, 585, 'Dingsheim', ''),
(16755, 76, 585, 'Dorlisheim', ''),
(16756, 76, 585, 'Dossenheim-sur-Zinsel', ''),
(16757, 76, 585, 'Drulingen', ''),
(16758, 76, 585, 'Drusenheim', ''),
(16759, 76, 585, 'Duntzenheim', ''),
(16760, 76, 585, 'Durrenbach', ''),
(16761, 76, 585, 'Durrenentzen', ''),
(16762, 76, 585, 'Durstel', ''),
(16763, 76, 585, 'Duttlenheim', ''),
(16764, 76, 585, 'Ebersheim', ''),
(16765, 76, 585, 'Eckartswiller', ''),
(16766, 76, 585, 'Eckbolsheim', ''),
(16767, 76, 585, 'Eckwersheim', ''),
(16768, 76, 585, 'Eguisheim', ''),
(16769, 76, 585, 'Eichhoffen', ''),
(16770, 76, 585, 'Elbach', ''),
(16771, 76, 585, 'Emlingen', ''),
(16772, 76, 585, 'Engwiller', ''),
(16773, 76, 585, 'Ensisheim', ''),
(16774, 76, 585, 'Entzheim', ''),
(16775, 76, 585, 'Epfig', ''),
(16776, 76, 585, 'Ergersheim', ''),
(16777, 76, 585, 'Erstein', ''),
(16778, 76, 585, 'Eschau', ''),
(16779, 76, 585, 'Eschbourg', ''),
(16780, 76, 585, 'Eschentzwiller', ''),
(16781, 76, 585, 'Eteimbes', ''),
(16782, 76, 585, 'Fegersheim', ''),
(16783, 76, 585, 'Feldkirch', ''),
(16784, 76, 585, 'Fellering', ''),
(16785, 76, 585, 'Ferrette', ''),
(16786, 76, 585, 'Fessenheim', ''),
(16787, 76, 585, 'Fislis', ''),
(16788, 76, 585, 'Flaxlanden', ''),
(16789, 76, 585, 'Fortschwihr', ''),
(16790, 76, 585, 'Fouchy', ''),
(16791, 76, 585, 'Freland', ''),
(16792, 76, 585, 'Friesen', ''),
(16793, 76, 585, 'Friesenheim', ''),
(16794, 76, 585, 'Froeningen', ''),
(16795, 76, 585, 'Fulleren', ''),
(16796, 76, 585, 'Furchhausen', ''),
(16797, 76, 585, 'Galfingue', ''),
(16798, 76, 585, 'Gambsheim', ''),
(16799, 76, 585, 'Geishouse', ''),
(16800, 76, 585, 'Geispolsheim', ''),
(16801, 76, 585, 'Geiswiller', ''),
(16802, 76, 585, 'Gerstheim', ''),
(16803, 76, 585, 'Gertwiller', ''),
(16804, 76, 585, 'Geudertheim', ''),
(16805, 76, 585, 'Gimbrett', ''),
(16806, 76, 585, 'Goersdorf', ''),
(16807, 76, 585, 'Goxwiller', ''),
(16808, 76, 585, 'Grandfontaine', ''),
(16809, 76, 585, 'Grendelbruch', ''),
(16810, 76, 585, 'Gresswiller', ''),
(16811, 76, 585, 'Gries', ''),
(16812, 76, 585, 'Griesheim-pres-Molsheim', ''),
(16813, 76, 585, 'Grussenheim', ''),
(16814, 76, 585, 'Gueberschwihr', ''),
(16815, 76, 585, 'Guebwiller', ''),
(16816, 76, 585, 'Guemar', ''),
(16817, 76, 585, 'Guewenheim', ''),
(16818, 76, 585, 'Gumbrechtshoffen', ''),
(16819, 76, 585, 'Gundershoffen', ''),
(16820, 76, 585, 'Gundolsheim', ''),
(16821, 76, 585, 'Gunsbach', ''),
(16822, 76, 585, 'Gunstett', ''),
(16823, 76, 585, 'Habsheim', ''),
(16824, 76, 585, 'Hagenthal-le-Bas', ''),
(16825, 76, 585, 'Haguenau', ''),
(16826, 76, 585, 'Hangenbieten', ''),
(16827, 76, 585, 'Harskirchen', ''),
(16828, 76, 585, 'Hartmannswiller', ''),
(16829, 76, 585, 'Hatten', ''),
(16830, 76, 585, 'Hattstatt', ''),
(16831, 76, 585, 'Hausgauen', ''),
(16832, 76, 585, 'Hecken', ''),
(16833, 76, 585, 'Hegeney', ''),
(16834, 76, 585, 'Hegenheim', ''),
(16835, 76, 585, 'Heidolsheim', ''),
(16836, 76, 585, 'Heidwiller', ''),
(16837, 76, 585, 'Heiligenberg', ''),
(16838, 76, 585, 'Heimsbrunn', ''),
(16839, 76, 585, 'Hengwiller', ''),
(16840, 76, 585, 'Herbitzheim', ''),
(16841, 76, 585, 'Herbsheim', ''),
(16842, 76, 585, 'Herrlisheim-pres-Colmar', ''),
(16843, 76, 585, 'Hesingue', ''),
(16844, 76, 585, 'Hettenschlag', ''),
(16845, 76, 585, 'Hilsenheim', ''),
(16846, 76, 585, 'Hindisheim', ''),
(16847, 76, 585, 'Hipsheim', ''),
(16848, 76, 585, 'Hirsingue', ''),
(16849, 76, 585, 'Hochfelden', ''),
(16850, 76, 585, 'Hochstett', ''),
(16851, 76, 585, 'Hoenheim', ''),
(16852, 76, 585, 'Hoerdt', ''),
(16853, 76, 585, 'Hoffen', ''),
(16854, 76, 585, 'Hohengoeft', ''),
(16855, 76, 585, 'Hohfrankenheim', ''),
(16856, 76, 585, 'Hohwiller', ''),
(16857, 76, 585, 'Holtzheim', ''),
(16858, 76, 585, 'Holtzwihr', ''),
(16859, 76, 585, 'Hombourg', ''),
(16860, 76, 585, 'Horbourg-Wihr', ''),
(16861, 76, 585, 'Houssen', ''),
(16862, 76, 585, 'Hunawihr', ''),
(16863, 76, 585, 'Huningue', ''),
(16864, 76, 585, 'Hurtigheim', ''),
(16865, 76, 585, 'Husseren-les-Chateaux', ''),
(16866, 76, 585, 'Husseren-Wesserling', ''),
(16867, 76, 585, 'Huttenheim', ''),
(16868, 76, 585, 'Ichtratzheim', ''),
(16869, 76, 585, 'Illfurth', ''),
(16870, 76, 585, 'Illhaeusern', ''),
(16871, 76, 585, 'Illkirch-Graffenstaden', ''),
(16872, 76, 585, 'Illzach', ''),
(16873, 76, 585, 'Ingersheim', ''),
(16874, 76, 585, 'Ingolsheim', ''),
(16875, 76, 585, 'Ingwiller', ''),
(16876, 76, 585, 'Issenheim', ''),
(16877, 76, 585, 'Ittenheim', ''),
(16878, 76, 585, 'Jebsheim', ''),
(16879, 76, 585, 'Jungholtz', ''),
(16880, 76, 585, 'Kaltenhouse', ''),
(16881, 76, 585, 'Kappelen', ''),
(16882, 76, 585, 'Kaysersberg', ''),
(16883, 76, 585, 'Kembs', ''),
(16884, 76, 585, 'Kertzfeld', ''),
(16885, 76, 585, 'Keskastel', ''),
(16886, 76, 585, 'Kienheim', ''),
(16887, 76, 585, 'Kientzheim', ''),
(16888, 76, 585, 'Kilstett', ''),
(16889, 76, 585, 'Kingersheim', ''),
(16890, 76, 585, 'Kirchberg', ''),
(16891, 76, 585, 'Knoeringue', ''),
(16892, 76, 585, 'Koestlach', ''),
(16893, 76, 585, 'Koetzingue', ''),
(16894, 76, 585, 'Kogenheim', ''),
(16895, 76, 585, 'Krafft', ''),
(16896, 76, 585, 'Krautergersheim', ''),
(16897, 76, 585, 'Kriegsheim', ''),
(16898, 76, 585, 'Kunheim', ''),
(16899, 76, 585, 'Kurtzenhouse', ''),
(16900, 76, 585, 'Kutzenhausen', ''),
(16901, 76, 585, 'La Broque', ''),
(16902, 76, 585, 'La Walck', ''),
(16903, 76, 585, 'La Wantzenau', ''),
(16904, 76, 585, 'Labaroche', ''),
(16905, 76, 585, 'Lampertheim', ''),
(16906, 76, 585, 'Landser', ''),
(16907, 76, 585, 'Langensoultzbach', ''),
(16908, 76, 585, 'Lapoutroie', ''),
(16909, 76, 585, 'Largitzen', ''),
(16910, 76, 585, 'Lautenbach', ''),
(16911, 76, 585, 'Lauterbourg', ''),
(16912, 76, 585, 'Lauw', ''),
(16913, 76, 585, 'Le Bonhomme', ''),
(16914, 76, 585, 'Le Hohwald', ''),
(16915, 76, 585, 'Leimbach', ''),
(16916, 76, 585, 'Leiterswiller', ''),
(16917, 76, 585, 'Lembach', ''),
(16918, 76, 585, 'Leymen', ''),
(16919, 76, 585, 'Liepvre', ''),
(16920, 76, 585, 'Limersheim', ''),
(16921, 76, 585, 'Lingolsheim', ''),
(16922, 76, 585, 'Lipsheim', ''),
(16923, 76, 585, 'Lobsann', ''),
(16924, 76, 585, 'Logelbach', ''),
(16925, 76, 585, 'Lohr', ''),
(16926, 76, 585, 'Luemschwiller', ''),
(16927, 76, 585, 'Luttenbach-pres-Munster', ''),
(16928, 76, 585, 'Lutterbach', ''),
(16929, 76, 585, 'Lutzelhouse', ''),
(16930, 76, 585, 'Maennolsheim', ''),
(16931, 76, 585, 'Maisonsgoutte', ''),
(16932, 76, 585, 'Marckolsheim', ''),
(16933, 76, 585, 'Marienthal', ''),
(16934, 76, 585, 'Marlenheim', ''),
(16935, 76, 585, 'Marmoutier', ''),
(16936, 76, 585, 'Masevaux', ''),
(16937, 76, 585, 'Matzenheim', ''),
(16938, 76, 585, 'Meistratzheim', ''),
(16939, 76, 585, 'Menchhoffen', ''),
(16940, 76, 585, 'Mertzwiller', ''),
(16941, 76, 585, 'Merxheim', ''),
(16942, 76, 585, 'Metzeral', ''),
(16943, 76, 585, 'Meyenheim', ''),
(16944, 76, 585, 'Michelbach-le-Bas', ''),
(16945, 76, 585, 'Michelbach-le-Haut', ''),
(16946, 76, 585, 'Mietesheim', ''),
(16947, 76, 585, 'Minversheim', ''),
(16948, 76, 585, 'Mittelbergheim', ''),
(16949, 76, 585, 'Mittelhausbergen', ''),
(16950, 76, 585, 'Mittelhausen', ''),
(16951, 76, 585, 'Mittelschaeffolsheim', ''),
(16952, 76, 585, 'Mitzach', ''),
(16953, 76, 585, 'Molsheim', ''),
(16954, 76, 585, 'Mommenheim', ''),
(16955, 76, 585, 'Monswiller', ''),
(16956, 76, 585, 'Montreux-Vieux', ''),
(16957, 76, 585, 'Moosch', ''),
(16958, 76, 585, 'Morschwiller-le-Bas', ''),
(16959, 76, 585, 'Mothern', ''),
(16960, 76, 585, 'Muespach', ''),
(16961, 76, 585, 'Muespach-le-Haut', ''),
(16962, 76, 585, 'Mulhouse', ''),
(16963, 76, 585, 'Munchhouse', ''),
(16964, 76, 585, 'Mundolsheim', ''),
(16965, 76, 585, 'Munster', ''),
(16966, 76, 585, 'Muntzenheim', ''),
(16967, 76, 585, 'Mussig', ''),
(16968, 76, 585, 'Muttersholtz', ''),
(16969, 76, 585, 'Mutzig', ''),
(16970, 76, 585, 'Neugartheim-Ittlenheim', ''),
(16971, 76, 585, 'Neuve-Eglise', ''),
(16972, 76, 585, 'Neuwiller', ''),
(16973, 76, 585, 'Neuwiller-les-Saverne', ''),
(16974, 76, 585, 'Niederbronn-les-Bains', ''),
(16975, 76, 585, 'Niederentzen', ''),
(16976, 76, 585, 'Niederhaslach', ''),
(16977, 76, 585, 'Niederhausbergen', ''),
(16978, 76, 585, 'Niederhergheim', ''),
(16979, 76, 585, 'Niederlauterbach', ''),
(16980, 76, 585, 'Niedermodern', ''),
(16981, 76, 585, 'Niederroedern', ''),
(16982, 76, 585, 'Niederschaeffolsheim', ''),
(16983, 76, 585, 'Niffer', ''),
(16984, 76, 585, 'Nordhouse', ''),
(16985, 76, 585, 'Obenheim', ''),
(16986, 76, 585, 'Oberbronn', ''),
(16987, 76, 585, 'Oberdorf-Spachbach', ''),
(16988, 76, 585, 'Oberhaslach', ''),
(16989, 76, 585, 'Oberhausbergen', ''),
(16990, 76, 585, 'Oberhergheim', ''),
(16991, 76, 585, 'Oberhoffen-sur-Moder', ''),
(16992, 76, 585, 'Obermodern-Zutzendorf', ''),
(16993, 76, 585, 'Obermorschwihr', ''),
(16994, 76, 585, 'Obernai', ''),
(16995, 76, 585, 'Obersaasheim', ''),
(16996, 76, 585, 'Oberschaeffolsheim', ''),
(16997, 76, 585, 'Obersoultzbach', ''),
(16998, 76, 585, 'Obersteinbach', ''),
(16999, 76, 585, 'Oderen', ''),
(17000, 76, 585, 'Oermingen', ''),
(17001, 76, 585, 'Offendorf', ''),
(17002, 76, 585, 'Offwiller', ''),
(17003, 76, 585, 'Ohlungen', ''),
(17004, 76, 585, 'Ohnenheim', ''),
(17005, 76, 585, 'Oltingue', ''),
(17006, 76, 585, 'Olwisheim', ''),
(17007, 76, 585, 'Orbey', ''),
(17008, 76, 585, 'Osthoffen', ''),
(17009, 76, 585, 'Osthouse', ''),
(17010, 76, 585, 'Ostwald', ''),
(17011, 76, 585, 'Otterswiller', ''),
(17012, 76, 585, 'Ottmarsheim', ''),
(17013, 76, 585, 'Ottrott', ''),
(17014, 76, 585, 'Petit-Landau', ''),
(17015, 76, 585, 'Pfaffenheim', ''),
(17016, 76, 585, 'Pfaffenhoffen', ''),
(17017, 76, 585, 'Pfastatt', ''),
(17018, 76, 585, 'Pfetterhouse', ''),
(17019, 76, 585, 'Pfettisheim', ''),
(17020, 76, 585, 'Pfulgriesheim', ''),
(17021, 76, 585, 'Plaine', ''),
(17022, 76, 585, 'Plobsheim', ''),
(17023, 76, 585, 'Preuschdorf', ''),
(17024, 76, 585, 'Pulversheim', ''),
(17025, 76, 585, 'Rammersmatt', ''),
(17026, 76, 585, 'Rangen', ''),
(17027, 76, 585, 'Ranspach-le-Bas', ''),
(17028, 76, 585, 'Ratzwiller', ''),
(17029, 76, 585, 'Rauwiller', ''),
(17030, 76, 585, 'Reguisheim', ''),
(17031, 76, 585, 'Reichsfeld', ''),
(17032, 76, 585, 'Reichshoffen', ''),
(17033, 76, 585, 'Reichstett', ''),
(17034, 76, 585, 'Reiningue', ''),
(17035, 76, 585, 'Reipertswiller', ''),
(17036, 76, 585, 'Reitwiller', ''),
(17037, 76, 585, 'Rhinau', ''),
(17038, 76, 585, 'Ribeauvillé', ''),
(17039, 76, 585, 'Richwiller', ''),
(17040, 76, 585, 'Riedisheim', ''),
(17041, 76, 585, 'Riedwihr', ''),
(17042, 76, 585, 'Riespach', ''),
(17043, 76, 585, 'Riquewihr', ''),
(17044, 76, 585, 'Rittershoffen', ''),
(17045, 76, 585, 'Rixheim', ''),
(17046, 76, 585, 'Roderen', ''),
(17047, 76, 585, 'Roeschwoog', ''),
(17048, 76, 585, 'Roggenhouse', ''),
(17049, 76, 585, 'Rohrwiller', ''),
(17050, 76, 585, 'Romagny', ''),
(17051, 76, 585, 'Romanswiller', ''),
(17052, 76, 585, 'Rombach-le-Franc', ''),
(17053, 76, 585, 'Rosenau', ''),
(17054, 76, 585, 'Rosenwiller', ''),
(17055, 76, 585, 'Rosheim', ''),
(17056, 76, 585, 'Rossfeld', ''),
(17057, 76, 585, 'Rothau', ''),
(17058, 76, 585, 'Rott', ''),
(17059, 76, 585, 'Rottelsheim', ''),
(17060, 76, 585, 'Rouffach', ''),
(17061, 76, 585, 'Rountzenheim', ''),
(17062, 76, 585, 'Ruederbach', ''),
(17063, 76, 585, 'Ruelisheim', ''),
(17064, 76, 585, 'Rumersheim-le-Haut', ''),
(17065, 76, 585, 'Russ', ''),
(17066, 76, 585, 'Saales', ''),
(17067, 76, 585, 'Saint-Amarin', ''),
(17068, 76, 585, 'Saint-Hippolyte', ''),
(17069, 76, 585, 'Saint-Louis', ''),
(17070, 76, 585, 'Sainte-Croix-aux-Mines', ''),
(17071, 76, 585, 'Sainte-Croix-en-Plaine', ''),
(17072, 76, 585, 'Sainte-Marie-aux-Mines', ''),
(17073, 76, 585, 'Salenthal', ''),
(17074, 76, 585, 'Sand', ''),
(17075, 76, 585, 'Sarre-Union', ''),
(17076, 76, 585, 'Sarrewerden', ''),
(17077, 76, 585, 'Saulxures', ''),
(17078, 76, 585, 'Sausheim', ''),
(17079, 76, 585, 'Saverne', ''),
(17080, 76, 585, 'Schaffhouse-pres-Seltz', ''),
(17081, 76, 585, 'Scherwiller', ''),
(17082, 76, 585, 'Schiltigheim', ''),
(17083, 76, 585, 'Schirmeck', ''),
(17084, 76, 585, 'Schirrhein', ''),
(17085, 76, 585, 'Schlierbach', ''),
(17086, 76, 585, 'Schweighouse-Thann', ''),
(17087, 76, 585, 'Schwenheim', ''),
(17088, 76, 585, 'Schwindratzheim', ''),
(17089, 76, 585, 'Seebach', ''),
(17090, 76, 585, 'Sélestat', ''),
(17091, 76, 585, 'Seltz', ''),
(17092, 76, 585, 'Sentheim', ''),
(17093, 76, 585, 'Seppois-le-Haut', ''),
(17094, 76, 585, 'Sermersheim', ''),
(17095, 76, 585, 'Sessenheim', ''),
(17096, 76, 585, 'Sierentz', ''),
(17097, 76, 585, 'Sondersdorf', ''),
(17098, 76, 585, 'Soppe-le-Bas', ''),
(17099, 76, 585, 'Soppe-le-Haut', ''),
(17100, 76, 585, 'Souffelweyersheim', ''),
(17101, 76, 585, 'Soufflenheim', ''),
(17102, 76, 585, 'Soultz-Haut-Rhin', ''),
(17103, 76, 585, 'Soultz-les-Bains', ''),
(17104, 76, 585, 'Soultz-sous-Forets', ''),
(17105, 76, 585, 'Soultzbach-les-Bains', ''),
(17106, 76, 585, 'Soultzeren', ''),
(17107, 76, 585, 'Soultzmatt', ''),
(17108, 76, 585, 'Spechbach-le-Bas', ''),
(17109, 76, 585, 'Staffelfelden', ''),
(17110, 76, 585, 'Stattmatten', ''),
(17111, 76, 585, 'Steinbach', ''),
(17112, 76, 585, 'Steinbourg', ''),
(17113, 76, 585, 'Steinseltz', ''),
(17114, 76, 585, 'Steinsoultz', ''),
(17115, 76, 585, 'Still', ''),
(17116, 76, 585, 'Stosswihr', ''),
(17117, 76, 585, 'Stotzheim', ''),
(17118, 76, 585, 'Strasbourg', ''),
(17119, 76, 585, 'Stutzheim-Offenheim', ''),
(17120, 76, 585, 'Sundhoffen', ''),
(17121, 76, 585, 'Sundhouse', ''),
(17122, 76, 585, 'Surbourg', ''),
(17123, 76, 585, 'Tagolsheim', ''),
(17124, 76, 585, 'Thal-Marmoutier', ''),
(17125, 76, 585, 'Thann', ''),
(17126, 76, 585, 'Thanville', ''),
(17127, 76, 585, 'Triembach-au-Val', ''),
(17128, 76, 585, 'Trois-Epis', ''),
(17129, 76, 585, 'Truchtersheim', ''),
(17130, 76, 585, 'Turckheim', ''),
(17131, 76, 585, 'Uberach', ''),
(17132, 76, 585, 'Ueberstrass', ''),
(17133, 76, 585, 'Uffheim', ''),
(17134, 76, 585, 'Uffholtz', ''),
(17135, 76, 585, 'Ungersheim', ''),
(17136, 76, 585, 'Urmatt', ''),
(17137, 76, 585, 'Uttenheim', ''),
(17138, 76, 585, 'Valff', ''),
(17139, 76, 585, 'Vendenheim', ''),
(17140, 76, 585, 'Vieux-Thann', ''),
(17141, 76, 585, 'Village-Neuf', ''),
(17142, 76, 585, 'Ville', ''),
(17143, 76, 585, 'Vogelgrun', ''),
(17144, 76, 585, 'Volgelsheim', ''),
(17145, 76, 585, 'Wahlbach', ''),
(17146, 76, 585, 'Wahlenheim', ''),
(17147, 76, 585, 'Walbach', ''),
(17148, 76, 585, 'Walbourg', ''),
(17149, 76, 585, 'Waldhambach', ''),
(17150, 76, 585, 'Waldolwisheim', ''),
(17151, 76, 585, 'Walheim', ''),
(17152, 76, 585, 'Waltenheim-sur-Zorn', ''),
(17153, 76, 585, 'Wangenbourg-Engenthal', ''),
(17154, 76, 585, 'Wasselonne', ''),
(17155, 76, 585, 'Weckolsheim', ''),
(17156, 76, 585, 'Weinbourg', ''),
(17157, 76, 585, 'Weitbruch', ''),
(17158, 76, 585, 'Weiterswiller', ''),
(17159, 76, 585, 'Wentzwiller', ''),
(17160, 76, 585, 'Westhoffen', ''),
(17161, 76, 585, 'Westhouse', ''),
(17162, 76, 585, 'Wettolsheim', ''),
(17163, 76, 585, 'Weyer', ''),
(17164, 76, 585, 'Weyersheim', ''),
(17165, 76, 585, 'Widensolen', ''),
(17166, 76, 585, 'Willer', ''),
(17167, 76, 585, 'Wimmenau', ''),
(17168, 76, 585, 'Wingen-sur-Moder', ''),
(17169, 76, 585, 'Winkel', ''),
(17170, 76, 585, 'Wintershouse', ''),
(17171, 76, 585, 'Wintzenheim', ''),
(17172, 76, 585, 'Wintzfelden', ''),
(17173, 76, 585, 'Wisches', ''),
(17174, 76, 585, 'Wissembourg', ''),
(17175, 76, 585, 'Wittelsheim', ''),
(17176, 76, 585, 'Wittenheim', ''),
(17177, 76, 585, 'Wittersdorf', ''),
(17178, 76, 585, 'Wiwersheim', ''),
(17179, 76, 585, 'Woerth', ''),
(17180, 76, 585, 'Wolfgantzen', ''),
(17181, 76, 585, 'Wolfisheim', ''),
(17182, 76, 585, 'Wolschheim', ''),
(17183, 76, 585, 'Wuenheim', ''),
(17184, 76, 585, 'Zehnacker', ''),
(17185, 76, 585, 'Zeinheim', ''),
(17186, 76, 585, 'Zellenberg', ''),
(17187, 76, 585, 'Zillisheim', ''),
(17188, 76, 585, 'Zimmerbach', ''),
(17189, 76, 585, 'Zimmersheim', ''),
(17190, 76, 585, 'Zinswiller', ''),
(17191, 76, 586, 'Aast', ''),
(17192, 76, 586, 'Abzac', ''),
(17193, 76, 586, 'Accous', ''),
(17194, 76, 586, 'Agen', ''),
(17195, 76, 586, 'Agnos', ''),
(17196, 76, 586, 'Agonac', ''),
(17197, 76, 586, 'Ahaxe-Alciette-Bascassan', ''),
(17198, 76, 586, 'Ahetze', ''),
(17199, 76, 586, 'Aicirits-Camou-Suhast', ''),
(17200, 76, 586, 'Aiguillon', ''),
(17201, 76, 586, 'Ainhoa', ''),
(17202, 76, 586, 'Aire-sur-l\'Adour', ''),
(17203, 76, 586, 'Allas-les-Mines', ''),
(17204, 76, 586, 'Alos-Sibas-Abense', ''),
(17205, 76, 586, 'Ambes', ''),
(17206, 76, 586, 'Amendeuix-Oneix', ''),
(17207, 76, 586, 'Amou', ''),
(17208, 76, 586, 'Ance', ''),
(17209, 76, 586, 'Andernos-les-Bains', ''),
(17210, 76, 586, 'Andoins', ''),
(17211, 76, 586, 'Angais', ''),
(17212, 76, 586, 'Anglade', ''),
(17213, 76, 586, 'Anglet', ''),
(17214, 76, 586, 'Angoume', ''),
(17215, 76, 586, 'Angresse', ''),
(17216, 76, 586, 'Anlhiac', ''),
(17217, 76, 586, 'Annesse-et-Beaulieu', ''),
(17218, 76, 586, 'Anos', ''),
(17219, 76, 586, 'Anoye', ''),
(17220, 76, 586, 'Anthe', ''),
(17221, 76, 586, 'Aramits', ''),
(17222, 76, 586, 'Arbanats', ''),
(17223, 76, 586, 'Arberats-Sillegue', ''),
(17224, 76, 586, 'Arbis', ''),
(17225, 76, 586, 'Arbonne', ''),
(17226, 76, 586, 'Arboucave', ''),
(17227, 76, 586, 'Arbus', ''),
(17228, 76, 586, 'Arcachon', ''),
(17229, 76, 586, 'Arcangues', ''),
(17230, 76, 586, 'Aren', ''),
(17231, 76, 586, 'Arengosse', ''),
(17232, 76, 586, 'Ares', ''),
(17233, 76, 586, 'Arette', ''),
(17234, 76, 586, 'Argagnon', ''),
(17235, 76, 586, 'Armendarits', ''),
(17236, 76, 586, 'Arrien', ''),
(17237, 76, 586, 'Arros-de-Nay', ''),
(17238, 76, 586, 'Arsac', ''),
(17239, 76, 586, 'Arthez-d\'Asson', ''),
(17240, 76, 586, 'Arthez-de-Bearn', ''),
(17241, 76, 586, 'Artiguelouve', ''),
(17242, 76, 586, 'Artigues-pres-Bordeaux', ''),
(17243, 76, 586, 'Artix', ''),
(17244, 76, 586, 'Arudy', ''),
(17245, 76, 586, 'Arveyres', ''),
(17246, 76, 586, 'Arzacq-Arraziguet', ''),
(17247, 76, 586, 'Ascain', ''),
(17248, 76, 586, 'Asques', ''),
(17249, 76, 586, 'Assat', ''),
(17250, 76, 586, 'Asson', ''),
(17251, 76, 586, 'Astaffort', ''),
(17252, 76, 586, 'Athos-Aspis', ''),
(17253, 76, 586, 'Atur', ''),
(17254, 76, 586, 'Aubas', ''),
(17255, 76, 586, 'Aubiac', ''),
(17256, 76, 586, 'Aubin', ''),
(17257, 76, 586, 'Audenge', ''),
(17258, 76, 586, 'Aureilhan', ''),
(17259, 76, 586, 'Aurice', ''),
(17260, 76, 586, 'Auros', ''),
(17261, 76, 586, 'Aussevielle', ''),
(17262, 76, 586, 'Avensan', ''),
(17263, 76, 586, 'Ayguemorte-les-Graves', ''),
(17264, 76, 586, 'Baigts-de-Bearn', ''),
(17265, 76, 586, 'Bajamont', ''),
(17266, 76, 586, 'Balansun', ''),
(17267, 76, 586, 'Banca', ''),
(17268, 76, 586, 'Banos', ''),
(17269, 76, 586, 'Barbaste', ''),
(17270, 76, 586, 'Bardos', ''),
(17271, 76, 586, 'Baron', ''),
(17272, 76, 586, 'Barsac', ''),
(17273, 76, 586, 'Bassens', ''),
(17274, 76, 586, 'Bassillac', ''),
(17275, 76, 586, 'Bassussarry', ''),
(17276, 76, 586, 'Bastennes', ''),
(17277, 76, 586, 'Baurech', ''),
(17278, 76, 586, 'Bayonne', ''),
(17279, 76, 586, 'Bazas', ''),
(17280, 76, 586, 'Beaufort', ''),
(17281, 76, 586, 'Beauregard-et-Bassac', ''),
(17282, 76, 586, 'Beautiran', ''),
(17283, 76, 586, 'Bedeille', ''),
(17284, 76, 586, 'Bedous', ''),
(17285, 76, 586, 'Begaar', ''),
(17286, 76, 586, 'Begadan', ''),
(17287, 76, 586, 'Begles', ''),
(17288, 76, 586, 'Beguey', ''),
(17289, 76, 586, 'Behasque-Lapiste', ''),
(17290, 76, 586, 'Beleymas', ''),
(17291, 76, 586, 'Beliet', ''),
(17292, 76, 586, 'Bellefond', ''),
(17293, 76, 586, 'Bellocq', ''),
(17294, 76, 586, 'Belvès', ''),
(17295, 76, 586, 'Benejacq', ''),
(17296, 76, 586, 'Benesse-Maremne', ''),
(17297, 76, 586, 'Benquet', ''),
(17298, 76, 586, 'Berbiguieres', ''),
(17299, 76, 586, 'Berenx', ''),
(17300, 76, 586, 'Bergerac', ''),
(17301, 76, 586, 'Bergouey-Viellenave', ''),
(17302, 76, 586, 'Bernadets', ''),
(17303, 76, 586, 'Bernos-Beaulac', ''),
(17304, 76, 586, 'Berson', ''),
(17305, 76, 586, 'Beuste', ''),
(17306, 76, 586, 'Beychac-et-Caillau', ''),
(17307, 76, 586, 'Biarritz', ''),
(17308, 76, 586, 'Bias', ''),
(17309, 76, 586, 'Bidache', ''),
(17310, 76, 586, 'Bidart', ''),
(17311, 76, 586, 'Bieujac', ''),
(17312, 76, 586, 'Biganos', ''),
(17313, 76, 586, 'Billere', ''),
(17314, 76, 586, 'Birac-sur-Trec', ''),
(17315, 76, 586, 'Biras', ''),
(17316, 76, 586, 'Biscarrosse', ''),
(17317, 76, 586, 'Bizanos', ''),
(17318, 76, 586, 'Blanquefort', ''),
(17319, 76, 586, 'Blaye', ''),
(17320, 76, 586, 'Blesignac', ''),
(17321, 76, 586, 'Boe', ''),
(17322, 76, 586, 'Boeil-Bezing', ''),
(17323, 76, 586, 'Boisseuilh', ''),
(17324, 76, 586, 'Bommes', ''),
(17325, 76, 586, 'Bon-Encontre', ''),
(17326, 76, 586, 'Bonnegarde', ''),
(17327, 76, 586, 'Bonneval', ''),
(17328, 76, 586, 'Bonzac', ''),
(17329, 76, 586, 'Boos', ''),
(17330, 76, 586, 'Bordeaux', ''),
(17331, 76, 586, 'Borderes', ''),
(17332, 76, 586, 'Bordes', ''),
(17333, 76, 586, 'Borreze', ''),
(17334, 76, 586, 'Bosdarros', ''),
(17335, 76, 586, 'Boucau', ''),
(17336, 76, 586, 'Bougarber', ''),
(17337, 76, 586, 'Bougue', ''),
(17338, 76, 586, 'Boulazac', ''),
(17339, 76, 586, 'Bouliac', ''),
(17340, 76, 586, 'Bouniagues', ''),
(17341, 76, 586, 'Bourdelles', ''),
(17342, 76, 586, 'Bourdettes', ''),
(17343, 76, 586, 'Bourg', ''),
(17344, 76, 586, 'Bourgnac', ''),
(17345, 76, 586, 'Bourran', ''),
(17346, 76, 586, 'Brantome', ''),
(17347, 76, 586, 'Braud-et-Saint-Louis', ''),
(17348, 76, 586, 'Brax', ''),
(17349, 76, 586, 'Briscous', ''),
(17350, 76, 586, 'Bruges', ''),
(17351, 76, 586, 'Buanes', ''),
(17352, 76, 586, 'Buros', ''),
(17353, 76, 586, 'Buzet-sur-Baise', ''),
(17354, 76, 586, 'Buzy', ''),
(17355, 76, 586, 'Cabanac-et-Villagrains', ''),
(17356, 76, 586, 'Cadaujac', ''),
(17357, 76, 586, 'Cadillac-en-Fronsadais', ''),
(17358, 76, 586, 'Cales', ''),
(17359, 76, 586, 'Calonges', ''),
(17360, 76, 586, 'Camarsac', ''),
(17361, 76, 586, 'Camblanes-et-Meynac', ''),
(17362, 76, 586, 'Cambo-les-Bains', ''),
(17363, 76, 586, 'Cameyrac', ''),
(17364, 76, 586, 'Campagne', ''),
(17365, 76, 586, 'Campet-et-Lamolere', ''),
(17366, 76, 586, 'Camps-sur-l\'Isle', ''),
(17367, 76, 586, 'Canejan', ''),
(17368, 76, 586, 'Capbreton', ''),
(17369, 76, 586, 'Capian', ''),
(17370, 76, 586, 'Captieux', ''),
(17371, 76, 586, 'Carbon-Blanc', ''),
(17372, 76, 586, 'Carcans', ''),
(17373, 76, 586, 'Cardesse', ''),
(17374, 76, 586, 'Carresse-Cassaber', ''),
(17375, 76, 586, 'Cars', ''),
(17376, 76, 586, 'Carsac-Aillac', ''),
(17377, 76, 586, 'Carsac-de-Gurson', ''),
(17378, 76, 586, 'Cartelegue', ''),
(17379, 76, 586, 'Carves', ''),
(17380, 76, 586, 'Cassen', ''),
(17381, 76, 586, 'Casseneuil', ''),
(17382, 76, 586, 'Castagnede', ''),
(17383, 76, 586, 'Castaignos-Souslens', ''),
(17384, 76, 586, 'Castelculier', ''),
(17385, 76, 586, 'Casteljaloux', ''),
(17386, 76, 586, 'Castelmoron-sur-Lot', ''),
(17387, 76, 586, 'Castelnau-Chalosse', ''),
(17388, 76, 586, 'Castelnau-de-Medoc', ''),
(17389, 76, 586, 'Castelnau-sur-Gupie', ''),
(17390, 76, 586, 'Castelnau-Tursan', ''),
(17391, 76, 586, 'Castels', ''),
(17392, 76, 586, 'Castet', ''),
(17393, 76, 586, 'Castetbon', ''),
(17394, 76, 586, 'Castetis', ''),
(17395, 76, 586, 'Castetnau-Camblong', ''),
(17396, 76, 586, 'Castets', ''),
(17397, 76, 586, 'Castets-en-Dorthe', ''),
(17398, 76, 586, 'Castillon-de-Castets', ''),
(17399, 76, 586, 'Castillon-la-Bataille', ''),
(17400, 76, 586, 'Castillonnes', ''),
(17401, 76, 586, 'Castres-Gironde', ''),
(17402, 76, 586, 'Caudrot', ''),
(17403, 76, 586, 'Caumont-sur-Garonne', ''),
(17404, 76, 586, 'Cauna', ''),
(17405, 76, 586, 'Cauneille', ''),
(17406, 76, 586, 'Caupenne', ''),
(17407, 76, 586, 'Cavignac', ''),
(17408, 76, 586, 'Cazaux', ''),
(17409, 76, 586, 'Cazoules', ''),
(17410, 76, 586, 'Celles', ''),
(17411, 76, 586, 'Cenac', ''),
(17412, 76, 586, 'Cenon', ''),
(17413, 76, 586, 'Cere', ''),
(17414, 76, 586, 'Cerons', ''),
(17415, 76, 586, 'Cestas', ''),
(17416, 76, 586, 'Cezac', ''),
(17417, 76, 586, 'Chalagnac', ''),
(17418, 76, 586, 'Chamadelle', ''),
(17419, 76, 586, 'Champcevinel', ''),
(17420, 76, 586, 'Champs-Romain', ''),
(17421, 76, 586, 'Chancelade', ''),
(17422, 76, 586, 'Chanterac', ''),
(17423, 76, 586, 'Charre', ''),
(17424, 76, 586, 'Château-lÉvêque', ''),
(17425, 76, 586, 'Chenaud', ''),
(17426, 76, 586, 'Cheraute', ''),
(17427, 76, 586, 'Cherveix-Cubas', ''),
(17428, 76, 586, 'Ciboure', ''),
(17429, 76, 586, 'Cissac-Medoc', ''),
(17430, 76, 586, 'Civrac-de-Blaye', ''),
(17431, 76, 586, 'Civrac-en-Medoc', ''),
(17432, 76, 586, 'Clairac', ''),
(17433, 76, 586, 'Clermont', ''),
(17434, 76, 586, 'Clermont-Dessous', ''),
(17435, 76, 586, 'Coarraze', ''),
(17436, 76, 586, 'Cocumont', ''),
(17437, 76, 586, 'Coimeres', ''),
(17438, 76, 586, 'Coirac', ''),
(17439, 76, 586, 'Colayrac-Saint-Cirq', ''),
(17440, 76, 586, 'Condat-sur-Vezere', ''),
(17441, 76, 586, 'Coulounieix-Chamiers', ''),
(17442, 76, 586, 'Cours', ''),
(17443, 76, 586, 'Cours-de-Pile', ''),
(17444, 76, 586, 'Cours-les-Bains', ''),
(17445, 76, 586, 'Coursac', ''),
(17446, 76, 586, 'Couthures-sur-Garonne', ''),
(17447, 76, 586, 'Coutras', ''),
(17448, 76, 586, 'Couze-et-Saint-Front', ''),
(17449, 76, 586, 'Creon-d\'Armagnac', ''),
(17450, 76, 586, 'Croignon', ''),
(17451, 76, 586, 'Cubzac-les-Ponts', ''),
(17452, 76, 586, 'Cuq', ''),
(17453, 76, 586, 'Cuqueron', ''),
(17454, 76, 586, 'Cursan', ''),
(17455, 76, 586, 'Dax', ''),
(17456, 76, 586, 'Denguin', ''),
(17457, 76, 586, 'Devillac', ''),
(17458, 76, 586, 'Dieulivol', ''),
(17459, 76, 586, 'Dolmayrac', ''),
(17460, 76, 586, 'Domezain-Berraute', ''),
(17461, 76, 586, 'Domme', ''),
(17462, 76, 586, 'Dondas', ''),
(17463, 76, 586, 'Donnezac', ''),
(17464, 76, 586, 'Donzacq', ''),
(17465, 76, 586, 'Doudrac', ''),
(17466, 76, 586, 'Douzillac', ''),
(17467, 76, 586, 'Duhort-Bachen', ''),
(17468, 76, 586, 'Echourgnac', ''),
(17469, 76, 586, 'Eglise-Neuve-de-Vergt', ''),
(17470, 76, 586, 'Esclottes', ''),
(17471, 76, 586, 'Escos', ''),
(17472, 76, 586, 'Escou', ''),
(17473, 76, 586, 'Escoubes', ''),
(17474, 76, 586, 'Escource', ''),
(17475, 76, 586, 'Espechede', ''),
(17476, 76, 586, 'Espelette', ''),
(17477, 76, 586, 'Espiens', ''),
(17478, 76, 586, 'Espiet', ''),
(17479, 76, 586, 'Esterencuby', ''),
(17480, 76, 586, 'Estialescq', ''),
(17481, 76, 586, 'Estibeaux', ''),
(17482, 76, 586, 'Estillac', ''),
(17483, 76, 586, 'Estos', ''),
(17484, 76, 586, 'Etauliers', ''),
(17485, 76, 586, 'Eugenie-les-Bains', ''),
(17486, 76, 586, 'Eygurande-et-Gardedeuil', ''),
(17487, 76, 586, 'Eymet', ''),
(17488, 76, 586, 'Eyrans', ''),
(17489, 76, 586, 'Eysines', ''),
(17490, 76, 586, 'Eyzerac', ''),
(17491, 76, 586, 'Faleyras', ''),
(17492, 76, 586, 'Fargues', ''),
(17493, 76, 586, 'Fargues-Saint-Hilaire', ''),
(17494, 76, 586, 'Fauillet', ''),
(17495, 76, 586, 'Faux', ''),
(17496, 76, 586, 'Feas', ''),
(17497, 76, 586, 'Feugarolles', ''),
(17498, 76, 586, 'Flaujagues', ''),
(17499, 76, 586, 'Floirac', ''),
(17500, 76, 586, 'Fontaines', ''),
(17501, 76, 586, 'Foulayronnes', ''),
(17502, 76, 586, 'Fouleix', ''),
(17503, 76, 586, 'Fourques-sur-Garonne', ''),
(17504, 76, 586, 'Fronsac', ''),
(17505, 76, 586, 'Fumel', ''),
(17506, 76, 586, 'Gaas', ''),
(17507, 76, 586, 'Gabaston', ''),
(17508, 76, 586, 'Gageac-et-Rouillac', ''),
(17509, 76, 586, 'Gaillan-en-Medoc', ''),
(17510, 76, 586, 'Gailleres', ''),
(17511, 76, 586, 'Gajac', ''),
(17512, 76, 586, 'Galgon', ''),
(17513, 76, 586, 'Gamarde-les-Bains', ''),
(17514, 76, 586, 'Gan', ''),
(17515, 76, 586, 'Gardonne', ''),
(17516, 76, 586, 'Garindein', ''),
(17517, 76, 586, 'Garrosse', ''),
(17518, 76, 586, 'Gaujacq', ''),
(17519, 76, 586, 'Gauriaguet', ''),
(17520, 76, 586, 'Geaune', ''),
(17521, 76, 586, 'Gelos', ''),
(17522, 76, 586, 'Geloux', ''),
(17523, 76, 586, 'Genis', ''),
(17524, 76, 586, 'Genissac', ''),
(17525, 76, 586, 'Gensac', ''),
(17526, 76, 586, 'Georges', ''),
(17527, 76, 586, 'Geronce', ''),
(17528, 76, 586, 'Ginestet', ''),
(17529, 76, 586, 'Gironde-sur-Dropt', ''),
(17530, 76, 586, 'Goes', ''),
(17531, 76, 586, 'Gontaud-de-Nogaret', ''),
(17532, 76, 586, 'Goos', ''),
(17533, 76, 586, 'Gousse', ''),
(17534, 76, 586, 'Gouts', ''),
(17535, 76, 586, 'Gradignan', ''),
(17536, 76, 586, 'Grenade-sur-lAdour', ''),
(17537, 76, 586, 'Grezet-Cavagnan', ''),
(17538, 76, 586, 'Grezillac', ''),
(17539, 76, 586, 'Grignols', ''),
(17540, 76, 586, 'Grolejac', ''),
(17541, 76, 586, 'Guillos', ''),
(17542, 76, 586, 'Guitres', ''),
(17543, 76, 586, 'Gujan-Mestras', ''),
(17544, 76, 586, 'Gurmencon', ''),
(17545, 76, 586, 'Gurs', ''),
(17546, 76, 586, 'Habas', ''),
(17547, 76, 586, 'Hagetmau', ''),
(17548, 76, 586, 'Hasparren', ''),
(17549, 76, 586, 'Hauriet', ''),
(17550, 76, 586, 'Haut-de-Bosdarros', ''),
(17551, 76, 586, 'Haut-Mauco', ''),
(17552, 76, 586, 'Hautefage-la-Tour', ''),
(17553, 76, 586, 'Hautefort', ''),
(17554, 76, 586, 'Hendaye', ''),
(17555, 76, 586, 'Herm', ''),
(17556, 76, 586, 'Heugas', ''),
(17557, 76, 586, 'Hossegor', ''),
(17558, 76, 586, 'Hostens', ''),
(17559, 76, 586, 'Houeilles', ''),
(17560, 76, 586, 'Hourtin', ''),
(17561, 76, 586, 'Hure', ''),
(17562, 76, 586, 'Idron', ''),
(17563, 76, 586, 'Igon', ''),
(17564, 76, 586, 'Illats', ''),
(17565, 76, 586, 'Irissarry', ''),
(17566, 76, 586, 'Ispoure', ''),
(17567, 76, 586, 'Issac', ''),
(17568, 76, 586, 'Issigeac', ''),
(17569, 76, 586, 'Itxassou', ''),
(17570, 76, 586, 'Izon', ''),
(17571, 76, 586, 'Jatxou', ''),
(17572, 76, 586, 'Jaure', ''),
(17573, 76, 586, 'Javerlhac-et-la-Chapelle-Saint-Robert', ''),
(17574, 76, 586, 'Josse', ''),
(17575, 76, 586, 'Journiac', ''),
(17576, 76, 586, 'Jurancon', ''),
(17577, 76, 586, 'L\'Herbe', ''),
(17578, 76, 586, 'La Bachellerie', ''),
(17579, 76, 586, 'La Bastide', ''),
(17580, 76, 586, 'La Brede', ''),
(17581, 76, 586, 'La Chapelle-Pechaud', ''),
(17582, 76, 586, 'La Douze', ''),
(17583, 76, 586, 'La Force', ''),
(17584, 76, 586, 'La Reole', ''),
(17585, 76, 586, 'La Reunion', ''),
(17586, 76, 586, 'La Riviere', ''),
(17587, 76, 586, 'La Roche', ''),
(17588, 76, 586, 'La Roquille', ''),
(17589, 76, 586, 'La Sauvetat-de-Saveres', ''),
(17590, 76, 586, 'La Teste-de-Buch', ''),
(17591, 76, 586, 'La Ville', ''),
(17592, 76, 586, 'Labastide-Cezeracq', ''),
(17593, 76, 586, 'Labastide-dArmagnac', ''),
(17594, 76, 586, 'Labenne', ''),
(17595, 76, 586, 'Labouheyre', ''),
(17596, 76, 586, 'Labrit', ''),
(17597, 76, 586, 'Lacanau-Ocean', ''),
(17598, 76, 586, 'Lacaussade', ''),
(17599, 76, 586, 'Lacq', ''),
(17600, 76, 586, 'Lacrabe', ''),
(17601, 76, 586, 'Lafox', ''),
(17602, 76, 586, 'Laglorieuse', ''),
(17603, 76, 586, 'Lagor', ''),
(17604, 76, 586, 'Lagorce', ''),
(17605, 76, 586, 'Lagrange', ''),
(17606, 76, 586, 'Lagupie', ''),
(17607, 76, 586, 'Laharie', ''),
(17608, 76, 586, 'Lahonce', ''),
(17609, 76, 586, 'Lahourcade', ''),
(17610, 76, 586, 'Lalinde', ''),
(17611, 76, 586, 'Lalonquette', ''),
(17612, 76, 586, 'Laluque', ''),
(17613, 76, 586, 'Lamarque', ''),
(17614, 76, 586, 'Lambert', ''),
(17615, 76, 586, 'Lamontjoie', ''),
(17616, 76, 586, 'Lamonzie-Saint-Martin', ''),
(17617, 76, 586, 'Lamothe-Landerron', ''),
(17618, 76, 586, 'Lamothe-Montravel', ''),
(17619, 76, 586, 'Landiras', ''),
(17620, 76, 586, 'Langoiran', ''),
(17621, 76, 586, 'Langon', ''),
(17622, 76, 586, 'Lanouaille', ''),
(17623, 76, 586, 'Lansac', ''),
(17624, 76, 586, 'Lantabat', ''),
(17625, 76, 586, 'Lanton', ''),
(17626, 76, 586, 'Larceveau-Arros-Cibits', ''),
(17627, 76, 586, 'Laroin', ''),
(17628, 76, 586, 'Laroque-Timbaut', ''),
(17629, 76, 586, 'Larressore', ''),
(17630, 76, 586, 'Laruns', ''),
(17631, 76, 586, 'Laruscade', ''),
(17632, 76, 586, 'Larzac', ''),
(17633, 76, 586, 'Lasse', ''),
(17634, 76, 586, 'Lasserre', ''),
(17635, 76, 586, 'Latresne', ''),
(17636, 76, 586, 'Laugnac', ''),
(17637, 76, 586, 'Lavardac', ''),
(17638, 76, 586, 'Lavazan', ''),
(17639, 76, 586, 'Layrac', ''),
(17640, 76, 586, 'Le Barp', ''),
(17641, 76, 586, 'Le Bouscat', ''),
(17642, 76, 586, 'Le Bugue', ''),
(17643, 76, 586, 'Le Buisson-de-Cadouin', ''),
(17644, 76, 586, 'Le Fleix', ''),
(17645, 76, 586, 'Le Haillan', ''),
(17646, 76, 586, 'Le Lardin-Saint-Lazare', ''),
(17647, 76, 586, 'Le Mas-d\'Agenais', ''),
(17648, 76, 586, 'Le Passage', ''),
(17649, 76, 586, 'Le Pian-sur-Garonne', ''),
(17650, 76, 586, 'Le Pic', ''),
(17651, 76, 586, 'Le Pizou', ''),
(17652, 76, 586, 'Le Porge', ''),
(17653, 76, 586, 'Le Taillan-Medoc', ''),
(17654, 76, 586, 'Le Teich', ''),
(17655, 76, 586, 'Le Temple-sur-Lot', ''),
(17656, 76, 586, 'Le Tourne', ''),
(17657, 76, 586, 'Le Tuzan', ''),
(17658, 76, 586, 'Le Verdon-sur-Mer', ''),
(17659, 76, 586, 'Le Vignau', ''),
(17660, 76, 586, 'Ledat', ''),
(17661, 76, 586, 'Lee', ''),
(17662, 76, 586, 'Lege-Cap-Ferret', ''),
(17663, 76, 586, 'Léguillac-de-lAuche', ''),
(17664, 76, 586, 'Lembeye', ''),
(17665, 76, 586, 'Lencouacq', ''),
(17666, 76, 586, 'Leogeats', ''),
(17667, 76, 586, 'Léognan', ''),
(17668, 76, 586, 'Leon', ''),
(17669, 76, 586, 'Les Billaux', ''),
(17670, 76, 586, 'Les Eglisottes-et-Chalaures', ''),
(17671, 76, 586, 'Les Esseintes', ''),
(17672, 76, 586, 'Les Eyzies-de-Tayac-Sireuil', ''),
(17673, 76, 586, 'Les Peintures', ''),
(17674, 76, 586, 'Les Salles-de-Castillon', ''),
(17675, 76, 586, 'Lescar', ''),
(17676, 76, 586, 'Lesparre-Médoc', ''),
(17677, 76, 586, 'Libourne', ''),
(17678, 76, 586, 'Lichos', ''),
(17679, 76, 586, 'Lignan-de-Bordeaux', ''),
(17680, 76, 586, 'Linxe', ''),
(17681, 76, 586, 'Lisle', ''),
(17682, 76, 586, 'Listrac-Médoc', ''),
(17683, 76, 586, 'Lit-et-Mixe', ''),
(17684, 76, 586, 'Lons', ''),
(17685, 76, 586, 'Lormont', ''),
(17686, 76, 586, 'Loubes-Bernac', ''),
(17687, 76, 586, 'Louchats', ''),
(17688, 76, 586, 'Louer', ''),
(17689, 76, 586, 'Louhossoa', ''),
(17690, 76, 586, 'Lourenties', ''),
(17691, 76, 586, 'Louvie-Juzon', ''),
(17692, 76, 586, 'Lucbardez-et-Bargues', ''),
(17693, 76, 586, 'Lucq-de-Bearn', ''),
(17694, 76, 586, 'Ludon-Medoc', ''),
(17695, 76, 586, 'Luglon', ''),
(17696, 76, 586, 'Lugon-et-l\'Ile-du-Carnay', ''),
(17697, 76, 586, 'Lugos', ''),
(17698, 76, 586, 'Lusignan-Grand', ''),
(17699, 76, 586, 'Macau', ''),
(17700, 76, 586, 'Madaillan', ''),
(17701, 76, 586, 'Magescq', ''),
(17702, 76, 586, 'Manaurie', ''),
(17703, 76, 586, 'Maransin', ''),
(17704, 76, 586, 'Marcamps', ''),
(17705, 76, 586, 'Marcheprime', ''),
(17706, 76, 586, 'Marcillac', ''),
(17707, 76, 586, 'Marcillac-Saint-Quentin', ''),
(17708, 76, 586, 'Mareuil', ''),
(17709, 76, 586, 'Margaux', ''),
(17710, 76, 586, 'Margueron', ''),
(17711, 76, 586, 'Marmande', ''),
(17712, 76, 586, 'Marquay', ''),
(17713, 76, 586, 'Mars', ''),
(17714, 76, 586, 'Marsac-sur-lIsle', ''),
(17715, 76, 586, 'Marsaneix', ''),
(17716, 76, 586, 'Martignas-sur-Jalle', ''),
(17717, 76, 586, 'Martillac', ''),
(17718, 76, 586, 'Maslacq', ''),
(17719, 76, 586, 'Masparraute', ''),
(17720, 76, 586, 'Massels', ''),
(17721, 76, 586, 'Massugas', ''),
(17722, 76, 586, 'Maucor', ''),
(17723, 76, 586, 'Mauleon-Licharre', ''),
(17724, 76, 586, 'Maurens', ''),
(17725, 76, 586, 'Mauvezin-d\'Armagnac', ''),
(17726, 76, 586, 'Mauzens-et-Miremont', ''),
(17727, 76, 586, 'Mazerac', ''),
(17728, 76, 586, 'Mazeres-Lezons', ''),
(17729, 76, 586, 'Mazerolles', ''),
(17730, 76, 586, 'Mazion', ''),
(17731, 76, 586, 'Mees', ''),
(17732, 76, 586, 'Meharin', ''),
(17733, 76, 586, 'Meilhan', ''),
(17734, 76, 586, 'Menesplet', ''),
(17735, 76, 586, 'Mensignac', ''),
(17736, 76, 586, 'Meracq', ''),
(17737, 76, 586, 'Mérignac', ''),
(17738, 76, 586, 'Merignas', ''),
(17739, 76, 586, 'Meritein', ''),
(17740, 76, 586, 'Messanges', ''),
(17741, 76, 586, 'Meyrals', ''),
(17742, 76, 586, 'Mezin', ''),
(17743, 76, 586, 'Mezos', ''),
(17744, 76, 586, 'Milhac-de-Nontron', ''),
(17745, 76, 586, 'Mimbaste', ''),
(17746, 76, 586, 'Mimizan', ''),
(17747, 76, 586, 'Mimizan-Plage', ''),
(17748, 76, 586, 'Minzac', ''),
(17749, 76, 586, 'Mios', ''),
(17750, 76, 586, 'Miramont-de-Guyenne', ''),
(17751, 76, 586, 'Mirepeix', ''),
(17752, 76, 586, 'Misson', ''),
(17753, 76, 586, 'Moirax', ''),
(17754, 76, 586, 'Molieres', ''),
(17755, 76, 586, 'Moliets-et-Maa', ''),
(17756, 76, 586, 'Momy', ''),
(17757, 76, 586, 'Monein', ''),
(17758, 76, 586, 'Monfaucon', ''),
(17759, 76, 586, 'Monflanquin', ''),
(17760, 76, 586, 'Mongauzy', ''),
(17761, 76, 586, 'Monprimblanc', ''),
(17762, 76, 586, 'Monsegur', ''),
(17763, 76, 586, 'Monsempron-Libos', ''),
(17764, 76, 586, 'Mont', ''),
(17765, 76, 586, 'Mont-de-Marsan', ''),
(17766, 76, 586, 'Montagnac-la-Crempse', ''),
(17767, 76, 586, 'Montagne', ''),
(17768, 76, 586, 'Montardon', ''),
(17769, 76, 586, 'Montaut', ''),
(17770, 76, 586, 'Montayral', ''),
(17771, 76, 586, 'Montcaret', ''),
(17772, 76, 586, 'Montesquieu', ''),
(17773, 76, 586, 'Montfort-en-Chalosse', ''),
(17774, 76, 586, 'Montgaillard', ''),
(17775, 76, 586, 'Montpon-Menesterol', ''),
(17776, 76, 586, 'Montpouillan', ''),
(17777, 76, 586, 'Montsoue', ''),
(17778, 76, 586, 'Montussan', ''),
(17779, 76, 586, 'Morcenx', ''),
(17780, 76, 586, 'Morizes', ''),
(17781, 76, 586, 'Morlaas', ''),
(17782, 76, 586, 'Morlanne', ''),
(17783, 76, 586, 'Mouguerre', ''),
(17784, 76, 586, 'Mouillac', ''),
(17785, 76, 586, 'Moulin-Neuf', ''),
(17786, 76, 586, 'Moulinet', ''),
(17787, 76, 586, 'Moulis-en-Medoc', ''),
(17788, 76, 586, 'Moulon', ''),
(17789, 76, 586, 'Moumour', ''),
(17790, 76, 586, 'Mourenx', ''),
(17791, 76, 586, 'Mugron', ''),
(17792, 76, 586, 'Mussidan', ''),
(17793, 76, 586, 'Nadaillac', ''),
(17794, 76, 586, 'Narrosse', ''),
(17795, 76, 586, 'Naujac-sur-Mer', ''),
(17796, 76, 586, 'Naujan-et-Postiac', ''),
(17797, 76, 586, 'Navailles-Angos', ''),
(17798, 76, 586, 'Nay', ''),
(17799, 76, 586, 'Neac', ''),
(17800, 76, 586, 'Nérac', ''),
(17801, 76, 586, 'Nerbis', ''),
(17802, 76, 586, 'Nerigean', ''),
(17803, 76, 586, 'Neuvic', ''),
(17804, 76, 586, 'Noaillac', ''),
(17805, 76, 586, 'Noaillan', ''),
(17806, 76, 586, 'Notre-Dame-de-Sanilhac', ''),
(17807, 76, 586, 'Nousty', ''),
(17808, 76, 586, 'Oeyregave', ''),
(17809, 76, 586, 'Oeyreluy', ''),
(17810, 76, 586, 'Ogenne-Camptort', ''),
(17811, 76, 586, 'Oloron-Sainte-Marie', ''),
(17812, 76, 586, 'Ondres', ''),
(17813, 76, 586, 'Ordonnac', ''),
(17814, 76, 586, 'Oregue', ''),
(17815, 76, 586, 'Orriule', ''),
(17816, 76, 586, 'Orthez', ''),
(17817, 76, 586, 'Ossages', ''),
(17818, 76, 586, 'Ousse', ''),
(17819, 76, 586, 'Paillet', ''),
(17820, 76, 586, 'Parbayse', ''),
(17821, 76, 586, 'Pardies-Pietat', ''),
(17822, 76, 586, 'Parempuyre', ''),
(17823, 76, 586, 'Parentis-en-Born', ''),
(17824, 76, 586, 'Pau', ''),
(17825, 76, 586, 'Pauillac Haut', ''),
(17826, 76, 586, 'Pazayac', ''),
(17827, 76, 586, 'Pellegrue', ''),
(17828, 76, 586, 'Penne-dAgenais', ''),
(17829, 76, 586, 'Périgueux', ''),
(17830, 76, 586, 'Perissac', ''),
(17831, 76, 586, 'Perquie', ''),
(17832, 76, 586, 'Pessac', ''),
(17833, 76, 586, 'Pessac-sur-Dordogne', ''),
(17834, 76, 586, 'Peujard', ''),
(17835, 76, 586, 'Pey', ''),
(17836, 76, 586, 'Peyrehorade', ''),
(17837, 76, 586, 'Peyriere', ''),
(17838, 76, 586, 'Peyrignac', ''),
(17839, 76, 586, 'Piegut-Pluviers', ''),
(17840, 76, 586, 'Pineuilh', ''),
(17841, 76, 586, 'Pleine-Selve', ''),
(17842, 76, 586, 'Podensac', ''),
(17843, 76, 586, 'Poey-de-Lescar', ''),
(17844, 76, 586, 'Pomarez', ''),
(17845, 76, 586, 'Pomerol', ''),
(17846, 76, 586, 'Pompignac', ''),
(17847, 76, 586, 'Pomport', ''),
(17848, 76, 586, 'Pomps', ''),
(17849, 76, 586, 'Pont-du-Casse', ''),
(17850, 76, 586, 'Pontacq', ''),
(17851, 76, 586, 'Pontenx-les-Forges', ''),
(17852, 76, 586, 'Pontonx-sur-l\'Adour', ''),
(17853, 76, 586, 'Pontours', ''),
(17854, 76, 586, 'Porcheres', ''),
(17855, 76, 586, 'Port-de-Lanne', ''),
(17856, 76, 586, 'Port-Sainte-Foy-et-Ponchapt', ''),
(17857, 76, 586, 'Port-Sainte-Marie', ''),
(17858, 76, 586, 'Portets', ''),
(17859, 76, 586, 'Pouillon', ''),
(17860, 76, 586, 'Poyanne', ''),
(17861, 76, 586, 'Preignac', ''),
(17862, 76, 586, 'Prigonrieux', ''),
(17863, 76, 586, 'Pugnac', ''),
(17864, 76, 586, 'Puisseguin', ''),
(17865, 76, 586, 'Pujols', ''),
(17866, 76, 586, 'Pujols-sur-Ciron', ''),
(17867, 76, 586, 'Puynormand', ''),
(17868, 76, 586, 'Puyoo', ''),
(17869, 76, 586, 'Pyla sur Mer', ''),
(17870, 76, 586, 'Queyrac', ''),
(17871, 76, 586, 'Quinsac', ''),
(17872, 76, 586, 'Rauzan', ''),
(17873, 76, 586, 'Razac-d\'Eymet', ''),
(17874, 76, 586, 'Razac-sur-lIsle', ''),
(17875, 76, 586, 'Reignac', ''),
(17876, 76, 586, 'Rene', ''),
(17877, 76, 586, 'Renung', ''),
(17878, 76, 586, 'Riberac', ''),
(17879, 76, 586, 'Rion-des-Landes', ''),
(17880, 76, 586, 'Rions', ''),
(17881, 76, 586, 'Riupeyrous', ''),
(17882, 76, 586, 'Rivehaute', ''),
(17883, 76, 586, 'Roaillan', ''),
(17884, 76, 586, 'Rontignon', ''),
(17885, 76, 586, 'Roquebrune', ''),
(17886, 76, 586, 'Rouffignac-de-Sigoules', ''),
(17887, 76, 586, 'Roumagne', ''),
(17888, 76, 586, 'Ruch', ''),
(17889, 76, 586, 'Rudeau-Ladosse', ''),
(17890, 76, 586, 'Sablons', ''),
(17891, 76, 586, 'Sadirac', ''),
(17892, 76, 586, 'Saint-Abit', ''),
(17893, 76, 586, 'Saint-André-dAllas', ''),
(17894, 76, 586, 'Saint-Andre-de-Seignanx', ''),
(17895, 76, 586, 'Saint-Andre-et-Appelles', ''),
(17896, 76, 586, 'Saint-Antoine-sur-l\'Isle', ''),
(17897, 76, 586, 'Saint-Astier', ''),
(17898, 76, 586, 'Saint-Aubin-de-Blaye', ''),
(17899, 76, 586, 'Saint-Aubin-de-Medoc', ''),
(17900, 76, 586, 'Saint-Aulaye', ''),
(17901, 76, 586, 'Saint-Barthelemy-de-Bussiere', ''),
(17902, 76, 586, 'Saint-Brice', ''),
(17903, 76, 586, 'Saint-Caprais-de-Bordeaux', ''),
(17904, 76, 586, 'Saint-Caprais-de-Lerm', ''),
(17905, 76, 586, 'Saint-Chamassy', ''),
(17906, 76, 586, 'Saint-Christoly-de-Blaye', ''),
(17907, 76, 586, 'Saint-Christoly-Medoc', ''),
(17908, 76, 586, 'Saint-Christophe-des-Bardes', ''),
(17909, 76, 586, 'Saint-Ciers-de-Canesse', ''),
(17910, 76, 586, 'Saint-Ciers-sur-Gironde', ''),
(17911, 76, 586, 'Saint-Cybranet', ''),
(17912, 76, 586, 'Saint-Cyr-les-Champagnes', ''),
(17913, 76, 586, 'Saint-Denis-de-Pile', ''),
(17914, 76, 586, 'Saint-Emilion', ''),
(17915, 76, 586, 'Saint-Esteben', ''),
(17916, 76, 586, 'Saint-Etienne-de-Baigorry', ''),
(17917, 76, 586, 'Saint-Exupery', ''),
(17918, 76, 586, 'Saint-Front-de-Pradoux', ''),
(17919, 76, 586, 'Saint-Genies', ''),
(17920, 76, 586, 'Saint-Genis-du-Bois', ''),
(17921, 76, 586, 'Saint-Geours-d\'Auribat', ''),
(17922, 76, 586, 'Saint-Geours-de-Maremne', ''),
(17923, 76, 586, 'Saint-Germain-d\'Esteuil', ''),
(17924, 76, 586, 'Saint-Germain-du-Puch', ''),
(17925, 76, 586, 'Saint-Germain-du-Salembre', ''),
(17926, 76, 586, 'Saint-Jean-d\'Illac', ''),
(17927, 76, 586, 'Saint-Jean-de-Luz', ''),
(17928, 76, 586, 'Saint-Jean-de-Marsacq', ''),
(17929, 76, 586, 'Saint-Jory-las-Bloux', ''),
(17930, 76, 586, 'Saint-Julien-de-Crempse', ''),
(17931, 76, 586, 'Saint-Julien-en-Born', ''),
(17932, 76, 586, 'Saint-Justin', ''),
(17933, 76, 586, 'Saint-Laurent-d\'Arce', ''),
(17934, 76, 586, 'Saint-Laurent-des-Vignes', ''),
(17935, 76, 586, 'Saint-Laurent-la-Vallee', ''),
(17936, 76, 586, 'Saint-Leger-de-Balson', ''),
(17937, 76, 586, 'Saint-Leon-d\'Issigeac', ''),
(17938, 76, 586, 'Saint-Leon-sur-l\'Isle', ''),
(17939, 76, 586, 'Saint-Loubes', ''),
(17940, 76, 586, 'Saint-Louis-de-Montferrand', ''),
(17941, 76, 586, 'Saint-Macaire', ''),
(17942, 76, 586, 'Saint-Magne-de-Castillon', ''),
(17943, 76, 586, 'Saint-Maixant', ''),
(17944, 76, 586, 'Saint-Mariens', ''),
(17945, 76, 586, 'Saint-Martial', ''),
(17946, 76, 586, 'Saint-Martial-d\'Albarede', ''),
(17947, 76, 586, 'Saint-Martial-d\'Artenset', ''),
(17948, 76, 586, 'Saint-Martin-d\'Oney', ''),
(17949, 76, 586, 'Saint-Martin-de-Hinx', ''),
(17950, 76, 586, 'Saint-Martin-de-Riberac', ''),
(17951, 76, 586, 'Saint-Martin-de-Seignanx', ''),
(17952, 76, 586, 'Saint-Martin-du-Bois', ''),
(17953, 76, 586, 'Saint-Martin-Lacaussade', ''),
(17954, 76, 586, 'Saint-Meard-de-Drone', ''),
(17955, 76, 586, 'Saint-Medard-d\'Eyrans', ''),
(17956, 76, 586, 'Saint-Medard-de-Guizieres', ''),
(17957, 76, 586, 'Saint-Medard-de-Mussidan', ''),
(17958, 76, 586, 'Saint-Médard-en-Jalles', ''),
(17959, 76, 586, 'Saint-Michel-de-Rieufret', ''),
(17960, 76, 586, 'Saint-Michel-de-Riviere', ''),
(17961, 76, 586, 'Saint-Michel-Escalus', ''),
(17962, 76, 586, 'Saint-Morillon', ''),
(17963, 76, 586, 'Saint-Palais', ''),
(17964, 76, 586, 'Saint-Pandelon', ''),
(17965, 76, 586, 'Saint-Pardoux-de-Drone', ''),
(17966, 76, 586, 'Saint-Paul-les-Dax', ''),
(17967, 76, 586, 'Saint-Pee-sur-Nivelle', ''),
(17968, 76, 586, 'Saint-Perdon', ''),
(17969, 76, 586, 'Saint-Perdoux', ''),
(17970, 76, 586, 'Saint-Pey-de-Castets', ''),
(17971, 76, 586, 'Saint-Pierre-d\'Eyraud', ''),
(17972, 76, 586, 'Saint-Pierre-d\'Irube', ''),
(17973, 76, 586, 'Saint-Pierre-de-Buzet', ''),
(17974, 76, 586, 'Saint-Pierre-de-Chignac', ''),
(17975, 76, 586, 'Saint-Pierre-de-Mons', ''),
(17976, 76, 586, 'Saint-Pierre-du-Mont', ''),
(17977, 76, 586, 'Saint-Pierre-sur-Dropt', ''),
(17978, 76, 586, 'Saint-Pompont', ''),
(17979, 76, 586, 'Saint-Privat-des-Pres', ''),
(17980, 76, 586, 'Saint-Quentin-de-Baron', ''),
(17981, 76, 586, 'Saint-Quentin-du-Dropt', ''),
(17982, 76, 586, 'Saint-Romain-le-Noble', ''),
(17983, 76, 586, 'Saint-Savin', ''),
(17984, 76, 586, 'Saint-Selve', ''),
(17985, 76, 586, 'Saint-Seurin-de-Bourg', ''),
(17986, 76, 586, 'Saint-Seurin-de-Cursac', ''),
(17987, 76, 586, 'Saint-Seurin-sur-l\'Isle', ''),
(17988, 76, 586, 'Saint-Sever', ''),
(17989, 76, 586, 'Saint-Sylvestre-sur-Lot', ''),
(17990, 76, 586, 'Saint-Vincent-de-Paul', ''),
(17991, 76, 586, 'Saint-Vincent-de-Tyrosse', ''),
(17992, 76, 586, 'Saint-Vivien-de-Medoc', ''),
(17993, 76, 586, 'Saint-Vivien-de-Monsegur', ''),
(17994, 76, 586, 'Saint-Yzan-de-Soudiac', ''),
(17995, 76, 586, 'Sainte-Bazeille', ''),
(17996, 76, 586, 'Sainte-Eulalie-en-Born', ''),
(17997, 76, 586, 'Sainte-Foy-la-Grande', ''),
(17998, 76, 586, 'Sainte-Livrade-sur-Lot', ''),
(17999, 76, 586, 'Sainte-Marthe', ''),
(18000, 76, 586, 'Sainte-Suzanne', ''),
(18001, 76, 586, 'Sainte-Terre', ''),
(18002, 76, 586, 'Salies-de-Bearn', ''),
(18003, 76, 586, 'Salleboeuf', ''),
(18004, 76, 586, 'Salles-Mongiscard', ''),
(18005, 76, 586, 'Salon', ''),
(18006, 76, 586, 'Samadet', ''),
(18007, 76, 586, 'Sames', ''),
(18008, 76, 586, 'Sanguinet', ''),
(18009, 76, 586, 'Sarbazan', ''),
(18010, 76, 586, 'Sare', ''),
(18011, 76, 586, 'Sarlande', ''),
(18012, 76, 586, 'Sarlat-la-Canéda', ''),
(18013, 76, 586, 'Saubrigues', ''),
(18014, 76, 586, 'Saubusse', ''),
(18015, 76, 586, 'Saucats', ''),
(18016, 76, 586, 'Saugnac-et-Cambran', ''),
(18017, 76, 586, 'Saugon', ''),
(18018, 76, 586, 'Sault-de-Navailles', ''),
(18019, 76, 586, 'Saussignac', ''),
(18020, 76, 586, 'Sauvagnon', ''),
(18021, 76, 586, 'Sauveterre-de-Bearn', ''),
(18022, 76, 586, 'Sauveterre-de-Guyenne', ''),
(18023, 76, 586, 'Savignac-de-Nontron', ''),
(18024, 76, 586, 'Savignac-sur-Leyze', ''),
(18025, 76, 586, 'Sedze-Maubecq', ''),
(18026, 76, 586, 'Seignosse', ''),
(18027, 76, 586, 'Sendets', ''),
(18028, 76, 586, 'Serres-Castet', ''),
(18029, 76, 586, 'Serres-Gaston', ''),
(18030, 76, 586, 'Serres-Sainte-Marie', ''),
(18031, 76, 586, 'Seyresse', ''),
(18032, 76, 586, 'Sigoules', ''),
(18033, 76, 586, 'Simacourbe', ''),
(18034, 76, 586, 'Simeyrols', ''),
(18035, 76, 586, 'Siorac-en-Perigord', ''),
(18036, 76, 586, 'Soorts-Hossegor', ''),
(18037, 76, 586, 'Sorde-l\'Abbaye', ''),
(18038, 76, 586, 'Sore', ''),
(18039, 76, 586, 'Sorges', ''),
(18040, 76, 586, 'Sos', ''),
(18041, 76, 586, 'Soulac-sur-Mer', ''),
(18042, 76, 586, 'Soulignac', ''),
(18043, 76, 586, 'Soumoulou', ''),
(18044, 76, 586, 'Souprosse', ''),
(18045, 76, 586, 'Souraide', ''),
(18046, 76, 586, 'Sourzac', ''),
(18047, 76, 586, 'Soussac', ''),
(18048, 76, 586, 'Soussans', ''),
(18049, 76, 586, 'Soustons', ''),
(18050, 76, 586, 'Susmiou', ''),
(18051, 76, 586, 'Talais', ''),
(18052, 76, 586, 'Talence', ''),
(18053, 76, 586, 'Tamnies', ''),
(18054, 76, 586, 'Tarnes', ''),
(18055, 76, 586, 'Tarnos', ''),
(18056, 76, 586, 'Tarsacq', ''),
(18057, 76, 586, 'Tartas', ''),
(18058, 76, 586, 'Tercis-les-Bains', ''),
(18059, 76, 586, 'Terrasson-Lavilledieu', ''),
(18060, 76, 586, 'Thenac', ''),
(18061, 76, 586, 'Theze', ''),
(18062, 76, 586, 'Thiviers', ''),
(18063, 76, 586, 'Thomas', ''),
(18064, 76, 586, 'Tizac-de-Lapouyade', ''),
(18065, 76, 586, 'Tocane-Saint-Apre', ''),
(18066, 76, 586, 'Tombeboeuf', ''),
(18067, 76, 586, 'Tonneins', ''),
(18068, 76, 586, 'Tosse', ''),
(18069, 76, 586, 'Toulenne', ''),
(18070, 76, 586, 'Tournon-d\'Agenais', ''),
(18071, 76, 586, 'Trelissac', ''),
(18072, 76, 586, 'Tremolat', ''),
(18073, 76, 586, 'Trentels', ''),
(18074, 76, 586, 'Tresses', ''),
(18075, 76, 586, 'Trois-Villes', ''),
(18076, 76, 586, 'Tursac', ''),
(18077, 76, 586, 'Uchacq-et-Parentis', ''),
(18078, 76, 586, 'Uhart-Cize', ''),
(18079, 76, 586, 'Urcuit', ''),
(18080, 76, 586, 'Urrugne', ''),
(18081, 76, 586, 'Urt', ''),
(18082, 76, 586, 'Urval', ''),
(18083, 76, 586, 'Ustaritz', ''),
(18084, 76, 586, 'Uzeste', ''),
(18085, 76, 586, 'Uzos', ''),
(18086, 76, 586, 'Vallier', ''),
(18087, 76, 586, 'Vanxains', ''),
(18088, 76, 586, 'Vayres', ''),
(18089, 76, 586, 'Velines', ''),
(18090, 76, 586, 'Vendays-Montalivet', ''),
(18091, 76, 586, 'Verac', ''),
(18092, 76, 586, 'Verdelais', ''),
(18093, 76, 586, 'Verdon', ''),
(18094, 76, 586, 'Vergt', ''),
(18095, 76, 586, 'Vertheuil', ''),
(18096, 76, 586, 'Vezac', ''),
(18097, 76, 586, 'Vianne', ''),
(18098, 76, 586, 'Vielle-Saint-Girons', ''),
(18099, 76, 586, 'Vielle-Tursan', ''),
(18100, 76, 586, 'Viellesegure', ''),
(18101, 76, 586, 'Vieux-Boucau-les-Bains', ''),
(18102, 76, 586, 'Vignes', ''),
(18103, 76, 586, 'Vignonet', ''),
(18104, 76, 586, 'Villac', ''),
(18105, 76, 586, 'Villandraut', ''),
(18106, 76, 586, 'Villars', ''),
(18107, 76, 586, 'Villefranche-du-Perigord', ''),
(18108, 76, 586, 'Villefranche-du-Queyran', ''),
(18109, 76, 586, 'Villefranque', ''),
(18110, 76, 586, 'Villenave', ''),
(18111, 76, 586, 'Villenave-d\'Ornon', ''),
(18112, 76, 586, 'Villeneuve', ''),
(18113, 76, 586, 'Villeneuve-de-Marsan', ''),
(18114, 76, 586, 'Villeneuve-sur-Lot', ''),
(18115, 76, 586, 'Villereal', ''),
(18116, 76, 586, 'Virazeil', ''),
(18117, 76, 586, 'Virelade', ''),
(18118, 76, 586, 'Virsac', ''),
(18119, 76, 586, 'Ychoux', ''),
(18120, 76, 586, 'Ygos-Saint-Saturnin', ''),
(18121, 76, 586, 'Yvrac', ''),
(18122, 76, 587, 'Abrest', ''),
(18123, 76, 587, 'Aigueperse', ''),
(18124, 76, 587, 'Allanche', ''),
(18125, 76, 587, 'Allegre', ''),
(18126, 76, 587, 'Ambert', ''),
(18127, 76, 587, 'Anglards-de-Salers', ''),
(18128, 76, 587, 'Antignac', ''),
(18129, 76, 587, 'Apchon', ''),
(18130, 76, 587, 'Ardes', ''),
(18131, 76, 587, 'Arfeuilles', ''),
(18132, 76, 587, 'Arlanc', ''),
(18133, 76, 587, 'Arpajon-sur-Cere', ''),
(18134, 76, 587, 'Aubiat', ''),
(18135, 76, 587, 'Aubiere', ''),
(18136, 76, 587, 'Aubigny', ''),
(18137, 76, 587, 'Augnat', ''),
(18138, 76, 587, 'Aulnat', ''),
(18139, 76, 587, 'Aurec-sur-Loire', ''),
(18140, 76, 587, 'Auriac', ''),
(18141, 76, 587, 'Aurieres', ''),
(18142, 76, 587, 'Aurillac', ''),
(18143, 76, 587, 'Auvers', ''),
(18144, 76, 587, 'Avermes', ''),
(18145, 76, 587, 'Aydat', ''),
(18146, 76, 587, 'Ayrens', ''),
(18147, 76, 587, 'Bagnols', ''),
(18148, 76, 587, 'Bains', ''),
(18149, 76, 587, 'Bas-en-Basset', ''),
(18150, 76, 587, 'Bayet', ''),
(18151, 76, 587, 'Beaulon', ''),
(18152, 76, 587, 'Beaumont', ''),
(18153, 76, 587, 'Beaune-sur-Arzon', ''),
(18154, 76, 587, 'Beauregard-l\'Eveque', ''),
(18155, 76, 587, 'Beauregard-Vendon', ''),
(18156, 76, 587, 'Beaux', ''),
(18157, 76, 587, 'Beauzac', ''),
(18158, 76, 587, 'Bellerive-sur-Allier', ''),
(18159, 76, 587, 'Besse', ''),
(18160, 76, 587, 'Besse-et-Saint-Anastaise', ''),
(18161, 76, 587, 'Besson', ''),
(18162, 76, 587, 'Bezenet', ''),
(18163, 76, 587, 'Billezois', ''),
(18164, 76, 587, 'Billom', ''),
(18165, 76, 587, 'Billy', ''),
(18166, 76, 587, 'Biollet', ''),
(18167, 76, 587, 'Biot', ''),
(18168, 76, 587, 'Biozat', ''),
(18169, 76, 587, 'Bizeneuille', ''),
(18170, 76, 587, 'Blanzat', ''),
(18171, 76, 587, 'Blavozy', ''),
(18172, 76, 587, 'Blesle', ''),
(18173, 76, 587, 'Blomard', ''),
(18174, 76, 587, 'Bord', ''),
(18175, 76, 587, 'Borne', ''),
(18176, 76, 587, 'Bort-l\'Etang', ''),
(18177, 76, 587, 'Bost', ''),
(18178, 76, 587, 'Bourbon-l\'Archambault', ''),
(18179, 76, 587, 'Bourg-Lastic', ''),
(18180, 76, 587, 'Bournoncle-Saint-Pierre', ''),
(18181, 76, 587, 'Boussac', ''),
(18182, 76, 587, 'Bouzel', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(18183, 76, 587, 'Brassac-les-Mines', ''),
(18184, 76, 587, 'Bressolles', ''),
(18185, 76, 587, 'Brioude', ''),
(18186, 76, 587, 'Brives-Charensac', ''),
(18187, 76, 587, 'Brugheas', ''),
(18188, 76, 587, 'Busseol', ''),
(18189, 76, 587, 'Busset', ''),
(18190, 76, 587, 'Cassaniouze', ''),
(18191, 76, 587, 'Cebazat', ''),
(18192, 76, 587, 'Ceilloux', ''),
(18193, 76, 587, 'Celles-sur-Durolle', ''),
(18194, 76, 587, 'Ceyrat', ''),
(18195, 76, 587, 'Ceyssat', ''),
(18196, 76, 587, 'Chabreloche', ''),
(18197, 76, 587, 'Chadeleuf', ''),
(18198, 76, 587, 'Chadrac', ''),
(18199, 76, 587, 'Chamalières', ''),
(18200, 76, 587, 'Chamblet', ''),
(18201, 76, 587, 'Champagnac', ''),
(18202, 76, 587, 'Champeix', ''),
(18203, 76, 587, 'Champetieres', ''),
(18204, 76, 587, 'Champs-sur-Tarentaine-Marchal', ''),
(18205, 76, 587, 'Chanat-la-Mouteyre', ''),
(18206, 76, 587, 'Chantelle', ''),
(18207, 76, 587, 'Chapdes-Beaufort', ''),
(18208, 76, 587, 'Chappes', ''),
(18209, 76, 587, 'Charbonnier-les-Mines', ''),
(18210, 76, 587, 'Charbonnieres-les-Varennes', ''),
(18211, 76, 587, 'Charmeil', ''),
(18212, 76, 587, 'Charroux', ''),
(18213, 76, 587, 'Chas', ''),
(18214, 76, 587, 'Chaspinhac', ''),
(18215, 76, 587, 'Chaspuzac', ''),
(18216, 76, 587, 'Chateaugay', ''),
(18217, 76, 587, 'Chatel-de-Neuvre', ''),
(18218, 76, 587, 'Chatel-Guyon', ''),
(18219, 76, 587, 'Chateldon', ''),
(18220, 76, 587, 'Chatelet', ''),
(18221, 76, 587, 'Châtelperron', ''),
(18222, 76, 587, 'Chatelus', ''),
(18223, 76, 587, 'Chaudes-Aigues', ''),
(18224, 76, 587, 'Chaumont', ''),
(18225, 76, 587, 'Chauriat', ''),
(18226, 76, 587, 'Chazelles', ''),
(18227, 76, 587, 'Chemilly', ''),
(18228, 76, 587, 'Chidrac', ''),
(18229, 76, 587, 'Chirat-l\'Église', ''),
(18230, 76, 587, 'Cistrieres', ''),
(18231, 76, 587, 'Clermont-Ferrand', ''),
(18232, 76, 587, 'Cognat-Lyonne', ''),
(18233, 76, 587, 'Coignet', ''),
(18234, 76, 587, 'Combronde', ''),
(18235, 76, 587, 'Commentry', ''),
(18236, 76, 587, 'Condat-en-Combraille', ''),
(18237, 76, 587, 'Coren', ''),
(18238, 76, 587, 'Corent', ''),
(18239, 76, 587, 'Cosne-d\'Allier', ''),
(18240, 76, 587, 'Coubon', ''),
(18241, 76, 587, 'Coudes', ''),
(18242, 76, 587, 'Cournon-dAuvergne', ''),
(18243, 76, 587, 'Courpiere', ''),
(18244, 76, 587, 'Couteuges', ''),
(18245, 76, 587, 'Craponne-sur-Arzon', ''),
(18246, 76, 587, 'Crechy', ''),
(18247, 76, 587, 'Cressanges', ''),
(18248, 76, 587, 'Creuzier-le-Vieux', ''),
(18249, 76, 587, 'Crevant-Laveine', ''),
(18250, 76, 587, 'Cros-de-Ronesque', ''),
(18251, 76, 587, 'Cunlhat', ''),
(18252, 76, 587, 'Cussac', ''),
(18253, 76, 587, 'Cusset', ''),
(18254, 76, 587, 'Dauzat-sur-Vodable', ''),
(18255, 76, 587, 'Davayat', ''),
(18256, 76, 587, 'Desertines', ''),
(18257, 76, 587, 'Diou', ''),
(18258, 76, 587, 'Domerat', ''),
(18259, 76, 587, 'Dompierre-sur-Besbre', ''),
(18260, 76, 587, 'Dorat', ''),
(18261, 76, 587, 'Dore-l\'Eglise', ''),
(18262, 76, 587, 'Doyet', ''),
(18263, 76, 587, 'Durdat-Larequille', ''),
(18264, 76, 587, 'Durtol', ''),
(18265, 76, 587, 'Ebreuil', ''),
(18266, 76, 587, 'Effiat', ''),
(18267, 76, 587, 'Egliseneuve-d\'Entraigues', ''),
(18268, 76, 587, 'Ennezat', ''),
(18269, 76, 587, 'Entraigues', ''),
(18270, 76, 587, 'Enval', ''),
(18271, 76, 587, 'Escurolles', ''),
(18272, 76, 587, 'Espaly-Saint-Marcel', ''),
(18273, 76, 587, 'Fay-sur-Lignon', ''),
(18274, 76, 587, 'Fayet-le-Chateau', ''),
(18275, 76, 587, 'Fernoel', ''),
(18276, 76, 587, 'Fournier', ''),
(18277, 76, 587, 'Fridefont', ''),
(18278, 76, 587, 'Frugieres-le-Pin', ''),
(18279, 76, 587, 'Gannat', ''),
(18280, 76, 587, 'Gannay-sur-Loire', ''),
(18281, 76, 587, 'Gelles', ''),
(18282, 76, 587, 'Gerzat', ''),
(18283, 76, 587, 'Giat', ''),
(18284, 76, 587, 'Grazac', ''),
(18285, 76, 587, 'Hauterive', ''),
(18286, 76, 587, 'Huriel', ''),
(18287, 76, 587, 'Hyds', ''),
(18288, 76, 587, 'Isserteaux', ''),
(18289, 76, 587, 'Issoire', ''),
(18290, 76, 587, 'Josat', ''),
(18291, 76, 587, 'Joursac', ''),
(18292, 76, 587, 'Joze', ''),
(18293, 76, 587, 'Jozerand', ''),
(18294, 76, 587, 'Jussac', ''),
(18295, 76, 587, 'La Bourboule', ''),
(18296, 76, 587, 'La Chapelaude', ''),
(18297, 76, 587, 'La Chapelle-d\'Alagnon', ''),
(18298, 76, 587, 'La Chaulme', ''),
(18299, 76, 587, 'La Gaillarde', ''),
(18300, 76, 587, 'La Poterie', ''),
(18301, 76, 587, 'La Roche', ''),
(18302, 76, 587, 'La Salvetat', ''),
(18303, 76, 587, 'La Sauvetat', ''),
(18304, 76, 587, 'La Tour-dAuvergne', ''),
(18305, 76, 587, 'Lacapelle-del-Fraisse', ''),
(18306, 76, 587, 'Lacapelle-Viescamp', ''),
(18307, 76, 587, 'Lalizolle', ''),
(18308, 76, 587, 'Landos', ''),
(18309, 76, 587, 'Langeac', ''),
(18310, 76, 587, 'Lantriac', ''),
(18311, 76, 587, 'Lapalisse', ''),
(18312, 76, 587, 'Laprugne', ''),
(18313, 76, 587, 'Laroquevieille', ''),
(18314, 76, 587, 'Lascelle', ''),
(18315, 76, 587, 'Lastic', ''),
(18316, 76, 587, 'Laval-sur-Doulon', ''),
(18317, 76, 587, 'Lavastrie', ''),
(18318, 76, 587, 'Lavault-Sainte-Anne', ''),
(18319, 76, 587, 'Laveissiere', ''),
(18320, 76, 587, 'Lavoute-sur-Loire', ''),
(18321, 76, 587, 'Le Bois', ''),
(18322, 76, 587, 'Le Breuil-sur-Couze', ''),
(18323, 76, 587, 'Le Broc', ''),
(18324, 76, 587, 'Le Cendre', ''),
(18325, 76, 587, 'Le Chambon', ''),
(18326, 76, 587, 'Le Cheix', ''),
(18327, 76, 587, 'Le Crest', ''),
(18328, 76, 587, 'Le Mayet', ''),
(18329, 76, 587, 'Le Monastier-sur-Gazeille', ''),
(18330, 76, 587, 'Le Montel', ''),
(18331, 76, 587, 'Le Puy-en-Velay', ''),
(18332, 76, 587, 'Le Ris', ''),
(18333, 76, 587, 'Le Vernet', ''),
(18334, 76, 587, 'Le Veurdre', ''),
(18335, 76, 587, 'Le Vigean', ''),
(18336, 76, 587, 'Lempdes', ''),
(18337, 76, 587, 'Lempdes-sur-Allagnon', ''),
(18338, 76, 587, 'Leotoing', ''),
(18339, 76, 587, 'Les Ancizes-Comps', ''),
(18340, 76, 587, 'Les Martres-d\'Artiere', ''),
(18341, 76, 587, 'Les Salles', ''),
(18342, 76, 587, 'Les Ternes', ''),
(18343, 76, 587, 'Lescure', ''),
(18344, 76, 587, 'Lezoux', ''),
(18345, 76, 587, 'Lieutades', ''),
(18346, 76, 587, 'Lignerolles', ''),
(18347, 76, 587, 'Limoise', ''),
(18348, 76, 587, 'Lorlanges', ''),
(18349, 76, 587, 'Loubeyrat', ''),
(18350, 76, 587, 'Louroux-Bourbonnais', ''),
(18351, 76, 587, 'Luc', ''),
(18352, 76, 587, 'Lurcy-Levis', ''),
(18353, 76, 587, 'Lusigny', ''),
(18354, 76, 587, 'Lussat', ''),
(18355, 76, 587, 'Luzillat', ''),
(18356, 76, 587, 'Malauzat', ''),
(18357, 76, 587, 'Malbo', ''),
(18358, 76, 587, 'Malicorne', ''),
(18359, 76, 587, 'Malintrat', ''),
(18360, 76, 587, 'Malrevers', ''),
(18361, 76, 587, 'Malvalette', ''),
(18362, 76, 587, 'Manzat', ''),
(18363, 76, 587, 'Marcillat-en-Combraille', ''),
(18364, 76, 587, 'Maringues', ''),
(18365, 76, 587, 'Marmanhac', ''),
(18366, 76, 587, 'Marsac-en-Livradois', ''),
(18367, 76, 587, 'Marsat', ''),
(18368, 76, 587, 'Martres-sur-Morge', ''),
(18369, 76, 587, 'Massiac', ''),
(18370, 76, 587, 'Maure', ''),
(18371, 76, 587, 'Mauriac', ''),
(18372, 76, 587, 'Maurs', ''),
(18373, 76, 587, 'Mazeyrat-d\'Allier', ''),
(18374, 76, 587, 'Menat', ''),
(18375, 76, 587, 'Menetrol', ''),
(18376, 76, 587, 'Mercoeur', ''),
(18377, 76, 587, 'Mezel', ''),
(18378, 76, 587, 'Mine de Bert', ''),
(18379, 76, 587, 'Mirefleurs', ''),
(18380, 76, 587, 'Moledes', ''),
(18381, 76, 587, 'Molles', ''),
(18382, 76, 587, 'Molompize', ''),
(18383, 76, 587, 'Monestier', ''),
(18384, 76, 587, 'Monistrol-d\'Allier', ''),
(18385, 76, 587, 'Monistrol-sur-Loire', ''),
(18386, 76, 587, 'Mons', ''),
(18387, 76, 587, 'Montaigut-le-Blanc', ''),
(18388, 76, 587, 'Montcel', ''),
(18389, 76, 587, 'Montel', ''),
(18390, 76, 587, 'Montel-de-Gelat', ''),
(18391, 76, 587, 'Montfaucon-en-Velay', ''),
(18392, 76, 587, 'Montfermy', ''),
(18393, 76, 587, 'Montluçon', ''),
(18394, 76, 587, 'Montmorin', ''),
(18395, 76, 587, 'Montpeyroux', ''),
(18396, 76, 587, 'Montusclat', ''),
(18397, 76, 587, 'Montvicq', ''),
(18398, 76, 587, 'Moriat', ''),
(18399, 76, 587, 'Moulins', ''),
(18400, 76, 587, 'Moussages', ''),
(18401, 76, 587, 'Mozac', ''),
(18402, 76, 587, 'Murat', ''),
(18403, 76, 587, 'Nebouzat', ''),
(18404, 76, 587, 'Neris-les-Bains', ''),
(18405, 76, 587, 'Neronde-sur-Dore', ''),
(18406, 76, 587, 'Neschers', ''),
(18407, 76, 587, 'Neuilly-le-Real', ''),
(18408, 76, 587, 'Neussargues-Moissac', ''),
(18409, 76, 587, 'Nohanent', ''),
(18410, 76, 587, 'Noyant-d\'Allier', ''),
(18411, 76, 587, 'Olby', ''),
(18412, 76, 587, 'Olliergues', ''),
(18413, 76, 587, 'Orbeil', ''),
(18414, 76, 587, 'Orcet', ''),
(18415, 76, 587, 'Orcines', ''),
(18416, 76, 587, 'Orleat', ''),
(18417, 76, 587, 'Ornon', ''),
(18418, 76, 587, 'Ours-Mons', ''),
(18419, 76, 587, 'Palladuc', ''),
(18420, 76, 587, 'Parentignat', ''),
(18421, 76, 587, 'Paslieres', ''),
(18422, 76, 587, 'Paulhaguet', ''),
(18423, 76, 587, 'Peage', ''),
(18424, 76, 587, 'Perignat-les-Sarlieve', ''),
(18425, 76, 587, 'Perignat-sur-Allier', ''),
(18426, 76, 587, 'Perpezat', ''),
(18427, 76, 587, 'Perrier', ''),
(18428, 76, 587, 'Peschadoires', ''),
(18429, 76, 587, 'Pessat-Villeneuve', ''),
(18430, 76, 587, 'Pierre', ''),
(18431, 76, 587, 'Pignols', ''),
(18432, 76, 587, 'Pionsat', ''),
(18433, 76, 587, 'Plauzat', ''),
(18434, 76, 587, 'Pleaux', ''),
(18435, 76, 587, 'Polignac', ''),
(18436, 76, 587, 'Polminhac', ''),
(18437, 76, 587, 'Pont-du-Chateau', ''),
(18438, 76, 587, 'Pont-Salomon', ''),
(18439, 76, 587, 'Pontaumur', ''),
(18440, 76, 587, 'Pontgibaud', ''),
(18441, 76, 587, 'Pradelles', ''),
(18442, 76, 587, 'Premilhat', ''),
(18443, 76, 587, 'Puy-Guillaume', ''),
(18444, 76, 587, 'Rambert', ''),
(18445, 76, 587, 'Randan', ''),
(18446, 76, 587, 'Raucoules', ''),
(18447, 76, 587, 'Reignat', ''),
(18448, 76, 587, 'Reilhac', ''),
(18449, 76, 587, 'Retournac', ''),
(18450, 76, 587, 'Rimbaud', ''),
(18451, 76, 587, 'Riom', ''),
(18452, 76, 587, 'Riom-es-Montagnes', ''),
(18453, 76, 587, 'Roche', ''),
(18454, 76, 587, 'Rochefort', ''),
(18455, 76, 587, 'Roffiac', ''),
(18456, 76, 587, 'Romagnat', ''),
(18457, 76, 587, 'Rosieres', ''),
(18458, 76, 587, 'Roussy', ''),
(18459, 76, 587, 'Royat', ''),
(18460, 76, 587, 'Sabatier', ''),
(18461, 76, 587, 'Saillant', ''),
(18462, 76, 587, 'Saint-Amant-Tallende', ''),
(18463, 76, 587, 'Saint-Babel', ''),
(18464, 76, 587, 'Saint-Beauzire', ''),
(18465, 76, 587, 'Saint-Bonnet-le-Chastel', ''),
(18466, 76, 587, 'Saint-Bonnet-pres-Riom', ''),
(18467, 76, 587, 'Saint-Caprais', ''),
(18468, 76, 587, 'Saint-Cirgues-de-Malbert', ''),
(18469, 76, 587, 'Saint-Cirgues-sur-Couze', ''),
(18470, 76, 587, 'Saint-Clement-de-Regnat', ''),
(18471, 76, 587, 'Saint-Didier-en-Velay', ''),
(18472, 76, 587, 'Saint-Diery', ''),
(18473, 76, 587, 'Saint-Eloy-la-Glaciere', ''),
(18474, 76, 587, 'Saint-Eloy-les-Mines', ''),
(18475, 76, 587, 'Saint-Etienne-de-Carlat', ''),
(18476, 76, 587, 'Saint-Etienne-de-Vicq', ''),
(18477, 76, 587, 'Saint-Etienne-Lardeyrol', ''),
(18478, 76, 587, 'Saint-Felix', ''),
(18479, 76, 587, 'Saint-Ferreol-d\'Auroure', ''),
(18480, 76, 587, 'Saint-Ferreol-des-Cotes', ''),
(18481, 76, 587, 'Saint-Flour', ''),
(18482, 76, 587, 'Saint-Genes-Champanelle', ''),
(18483, 76, 587, 'Saint-Georges-de-Mons', ''),
(18484, 76, 587, 'Saint-Georges-sur-Allier', ''),
(18485, 76, 587, 'Saint-Germain-de-Salles', ''),
(18486, 76, 587, 'Saint-Germain-des-Fosses', ''),
(18487, 76, 587, 'Saint-Germain-Laprade', ''),
(18488, 76, 587, 'Saint-Germain-Lembron', ''),
(18489, 76, 587, 'Saint-Germain-lHerm', ''),
(18490, 76, 587, 'Saint-Gervais-sous-Meymont', ''),
(18491, 76, 587, 'Saint-Hippolyte', ''),
(18492, 76, 587, 'Saint-Ignat', ''),
(18493, 76, 587, 'Saint-Illide', ''),
(18494, 76, 587, 'Saint-Jean-d\'Aubrigoux', ''),
(18495, 76, 587, 'Saint-Jean-d\'Heurs', ''),
(18496, 76, 587, 'Saint-Jeures', ''),
(18497, 76, 587, 'Saint-Julien-Chapteuil', ''),
(18498, 76, 587, 'Saint-Julien-de-Coppel', ''),
(18499, 76, 587, 'Saint-Just-Malmont', ''),
(18500, 76, 587, 'Saint-Just-pres-Brioude', ''),
(18501, 76, 587, 'Saint-Laure', ''),
(18502, 76, 587, 'Saint-Leopardin-d\'Augy', ''),
(18503, 76, 587, 'Saint-Loup', ''),
(18504, 76, 587, 'Saint-Martin-Valmeroux', ''),
(18505, 76, 587, 'Saint-Maurice-de-Lignon', ''),
(18506, 76, 587, 'Saint-Menoux', ''),
(18507, 76, 587, 'Saint-Nectaire', ''),
(18508, 76, 587, 'Saint-Ours', ''),
(18509, 76, 587, 'Saint-Paulien', ''),
(18510, 76, 587, 'Saint-Pierre-Eynac', ''),
(18511, 76, 587, 'Saint-Pierre-la-Bourlhonne', ''),
(18512, 76, 587, 'Saint-Plaisir', ''),
(18513, 76, 587, 'Saint-Pourcain-sur-Besbre', ''),
(18514, 76, 587, 'Saint-Pourcain-sur-Sioule', ''),
(18515, 76, 587, 'Saint-Remy-de-Chaudes-Aigues', ''),
(18516, 76, 587, 'Saint-Remy-sur-Durolle', ''),
(18517, 76, 587, 'Saint-Sandoux', ''),
(18518, 76, 587, 'Saint-Sauves-d\'Auvergne', ''),
(18519, 76, 587, 'Saint-Sauveur-la-Sagne', ''),
(18520, 76, 587, 'Saint-Victor-sur-Arlanc', ''),
(18521, 76, 587, 'Saint-Voir', ''),
(18522, 76, 587, 'Saint-Yorre', ''),
(18523, 76, 587, 'Saint-Yvoine', ''),
(18524, 76, 587, 'Sainte-Florine', ''),
(18525, 76, 587, 'Sainte-Sigolene', ''),
(18526, 76, 587, 'Salers', ''),
(18527, 76, 587, 'Saligny-sur-Roudon', ''),
(18528, 76, 587, 'Salles', ''),
(18529, 76, 587, 'Salzuit', ''),
(18530, 76, 587, 'Sanssac-l\'Eglise', ''),
(18531, 76, 587, 'Saugues', ''),
(18532, 76, 587, 'Saulzet-le-Froid', ''),
(18533, 76, 587, 'Sauret-Besserve', ''),
(18534, 76, 587, 'Sauvagnat-Sainte-Marthe', ''),
(18535, 76, 587, 'Sauxillanges', ''),
(18536, 76, 587, 'Sayat', ''),
(18537, 76, 587, 'Serbannes', ''),
(18538, 76, 587, 'Serres', ''),
(18539, 76, 587, 'Servilly', ''),
(18540, 76, 587, 'Seuillet', ''),
(18541, 76, 587, 'Solignac-sur-Loire', ''),
(18542, 76, 587, 'Souvigny', ''),
(18543, 76, 587, 'Tallende', ''),
(18544, 76, 587, 'Target', ''),
(18545, 76, 587, 'Tauves', ''),
(18546, 76, 587, 'Teissieres-de-Cornet', ''),
(18547, 76, 587, 'Teissieres-les-Boulies', ''),
(18548, 76, 587, 'Tence', ''),
(18549, 76, 587, 'Theux', ''),
(18550, 76, 587, 'Thiel-sur-Acolin', ''),
(18551, 76, 587, 'Thiers', ''),
(18552, 76, 587, 'Thuret', ''),
(18553, 76, 587, 'Toulon-sur-Allier', ''),
(18554, 76, 587, 'Treteau', ''),
(18555, 76, 587, 'Trezioux', ''),
(18556, 76, 587, 'Tronget', ''),
(18557, 76, 587, 'Vabres', ''),
(18558, 76, 587, 'Valence', ''),
(18559, 76, 587, 'Valette', ''),
(18560, 76, 587, 'Vallon-en-Sully', ''),
(18561, 76, 587, 'Vals-le-Chastel', ''),
(18562, 76, 587, 'Vals-pres-le-Puy', ''),
(18563, 76, 587, 'Varennes-sur-Allier', ''),
(18564, 76, 587, 'Vassel', ''),
(18565, 76, 587, 'Vaux', ''),
(18566, 76, 587, 'Vedrines-Saint-Loup', ''),
(18567, 76, 587, 'Vendat', ''),
(18568, 76, 587, 'Vensat', ''),
(18569, 76, 587, 'Vergezac', ''),
(18570, 76, 587, 'Vergongheon', ''),
(18571, 76, 587, 'Vernay', ''),
(18572, 76, 587, 'Verne', ''),
(18573, 76, 587, 'Vernines', ''),
(18574, 76, 587, 'Vertaizon', ''),
(18575, 76, 587, 'Vertolaye', ''),
(18576, 76, 587, 'Veyre-Monton', ''),
(18577, 76, 587, 'Vic-le-Comte', ''),
(18578, 76, 587, 'Vic-sur-Cere', ''),
(18579, 76, 587, 'Vichel', ''),
(18580, 76, 587, 'Vichy', ''),
(18581, 76, 587, 'Viellespeze', ''),
(18582, 76, 587, 'Villebret', ''),
(18583, 76, 587, 'Villedieu', ''),
(18584, 76, 587, 'Villefranche-d\'Allier', ''),
(18585, 76, 587, 'Villeneuve', ''),
(18586, 76, 587, 'Villeneuve-sur-Allier', ''),
(18587, 76, 587, 'Vissac-Auteyrac', ''),
(18588, 76, 587, 'Volvic', ''),
(18589, 76, 587, 'Vorey', ''),
(18590, 76, 587, 'Ydes', ''),
(18591, 76, 587, 'Ygrande', ''),
(18592, 76, 587, 'Yolet', ''),
(18593, 76, 587, 'Youx', ''),
(18594, 76, 587, 'Yronde-et-Buron', ''),
(18595, 76, 587, 'Yssingeaux', ''),
(18596, 76, 587, 'Ytrac', ''),
(18597, 76, 587, 'Yzeure', ''),
(18598, 76, 588, 'Agey', ''),
(18599, 76, 588, 'Ahuy', ''),
(18600, 76, 588, 'Aillant-sur-Tholon', ''),
(18601, 76, 588, 'Aiserey', ''),
(18602, 76, 588, 'Allerey-sur-Saone', ''),
(18603, 76, 588, 'Alleriot', ''),
(18604, 76, 588, 'Alligny-Cosne', ''),
(18605, 76, 588, 'Aloxe-Corton', ''),
(18606, 76, 588, 'Ameugny', ''),
(18607, 76, 588, 'Ancey', ''),
(18608, 76, 588, 'Ancy-le-Franc', ''),
(18609, 76, 588, 'Andryes', ''),
(18610, 76, 588, 'Angely', ''),
(18611, 76, 588, 'Annay-la-Cote', ''),
(18612, 76, 588, 'Antully', ''),
(18613, 76, 588, 'Appoigny', ''),
(18614, 76, 588, 'Arc-sur-Tille', ''),
(18615, 76, 588, 'Arcenant', ''),
(18616, 76, 588, 'Arces-Dilo', ''),
(18617, 76, 588, 'Arnay-le-Duc', ''),
(18618, 76, 588, 'Asnieres-les-Dijon', ''),
(18619, 76, 588, 'Athee', ''),
(18620, 76, 588, 'Audes', ''),
(18621, 76, 588, 'Augy', ''),
(18622, 76, 588, 'Autun', ''),
(18623, 76, 588, 'Auvillars-sur-Saone', ''),
(18624, 76, 588, 'Auxerre', ''),
(18625, 76, 588, 'Auxey-Duresses', ''),
(18626, 76, 588, 'Auxonne', ''),
(18627, 76, 588, 'Avallon', ''),
(18628, 76, 588, 'Avot', ''),
(18629, 76, 588, 'Aze', ''),
(18630, 76, 588, 'Bagneaux', ''),
(18631, 76, 588, 'Bantanges', ''),
(18632, 76, 588, 'Barizey', ''),
(18633, 76, 588, 'Barjon', ''),
(18634, 76, 588, 'Bassou', ''),
(18635, 76, 588, 'Beaumont-sur-Grosne', ''),
(18636, 76, 588, 'Beaune', ''),
(18637, 76, 588, 'Beaurepaire-en-Bresse', ''),
(18638, 76, 588, 'Beauvoir', ''),
(18639, 76, 588, 'Beire-le-Chatel', ''),
(18640, 76, 588, 'Bellechaume', ''),
(18641, 76, 588, 'Bellefond', ''),
(18642, 76, 588, 'Belleneuve', ''),
(18643, 76, 588, 'Beneuvre', ''),
(18644, 76, 588, 'Beon', ''),
(18645, 76, 588, 'Berze-la-Ville', ''),
(18646, 76, 588, 'Berze-le-Chatel', ''),
(18647, 76, 588, 'Bessey-les-Citeaux', ''),
(18648, 76, 588, 'Bevy', ''),
(18649, 76, 588, 'Bey', ''),
(18650, 76, 588, 'Bierry-les-Belles-Fontaines', ''),
(18651, 76, 588, 'Bissy-la-Maconnaise', ''),
(18652, 76, 588, 'Blaisy-Bas', ''),
(18653, 76, 588, 'Blanzy', ''),
(18654, 76, 588, 'Bleneau', ''),
(18655, 76, 588, 'Bligny-les-Beaune', ''),
(18656, 76, 588, 'Bonnard', ''),
(18657, 76, 588, 'Bonnencontre', ''),
(18658, 76, 588, 'Bourbon-Lancy', ''),
(18659, 76, 588, 'Bourg-le-Comte', ''),
(18660, 76, 588, 'Bourgvilain', ''),
(18661, 76, 588, 'Boyer', ''),
(18662, 76, 588, 'Bragny-sur-Saone', ''),
(18663, 76, 588, 'Branches', ''),
(18664, 76, 588, 'Brannay', ''),
(18665, 76, 588, 'Bray', ''),
(18666, 76, 588, 'Brazey-en-Morvan', ''),
(18667, 76, 588, 'Brazey-en-Plaine', ''),
(18668, 76, 588, 'Breteniere', ''),
(18669, 76, 588, 'Brienne', ''),
(18670, 76, 588, 'Brienon-sur-Armancon', ''),
(18671, 76, 588, 'Brion', ''),
(18672, 76, 588, 'Brochon', ''),
(18673, 76, 588, 'Broindon', ''),
(18674, 76, 588, 'Bruailles', ''),
(18675, 76, 588, 'Buxy', ''),
(18676, 76, 588, 'Cercy-la-Tour', ''),
(18677, 76, 588, 'Cerisiers', ''),
(18678, 76, 588, 'Chablis', ''),
(18679, 76, 588, 'Chagny', ''),
(18680, 76, 588, 'Chaintre', ''),
(18681, 76, 588, 'Challuy', ''),
(18682, 76, 588, 'Chalmoux', ''),
(18683, 76, 588, 'Chalon-sur-Saône', ''),
(18684, 76, 588, 'Chamblanc', ''),
(18685, 76, 588, 'Chamoux', ''),
(18686, 76, 588, 'Champdotre', ''),
(18687, 76, 588, 'Champforgeuil', ''),
(18688, 76, 588, 'Champigny', ''),
(18689, 76, 588, 'Champlecy', ''),
(18690, 76, 588, 'Champs-sur-Yonne', ''),
(18691, 76, 588, 'Chamvres', ''),
(18692, 76, 588, 'Chanceaux', ''),
(18693, 76, 588, 'Chanes', ''),
(18694, 76, 588, 'Change', ''),
(18695, 76, 588, 'Charbuy', ''),
(18696, 76, 588, 'Charentenay', ''),
(18697, 76, 588, 'Charette-Varennes', ''),
(18698, 76, 588, 'Charigny', ''),
(18699, 76, 588, 'Charnay-les-Macon', ''),
(18700, 76, 588, 'Charolles', ''),
(18701, 76, 588, 'Chassey-le-Camp', ''),
(18702, 76, 588, 'Chassigny-sous-Dun', ''),
(18703, 76, 588, 'Chassy', ''),
(18704, 76, 588, 'Chateau-Chinon(Ville)', ''),
(18705, 76, 588, 'Chatelaines', ''),
(18706, 76, 588, 'Chatenoy-en-Bresse', ''),
(18707, 76, 588, 'Chatenoy-le-Royal', ''),
(18708, 76, 588, 'Châtillon-sur-Seine', ''),
(18709, 76, 588, 'Chaudenay', ''),
(18710, 76, 588, 'Chauffailles', ''),
(18711, 76, 588, 'Chemilly-sur-Yonne', ''),
(18712, 76, 588, 'Chemin-d\'Aisey', ''),
(18713, 76, 588, 'Chenove', ''),
(18714, 76, 588, 'Cheny', ''),
(18715, 76, 588, 'Cheron', ''),
(18716, 76, 588, 'Cheroy', ''),
(18717, 76, 588, 'Chevigny-en-Valiere', ''),
(18718, 76, 588, 'Chevigny-Saint-Sauveur', ''),
(18719, 76, 588, 'Chichery', ''),
(18720, 76, 588, 'Chougny', ''),
(18721, 76, 588, 'Ciel', ''),
(18722, 76, 588, 'Ciry-le-Noble', ''),
(18723, 76, 588, 'Clamecy', ''),
(18724, 76, 588, 'Clenay', ''),
(18725, 76, 588, 'Cluny', ''),
(18726, 76, 588, 'Collemiers', ''),
(18727, 76, 588, 'Collonges-les-Premieres', ''),
(18728, 76, 588, 'Comblanchien', ''),
(18729, 76, 588, 'Compigny', ''),
(18730, 76, 588, 'Corancy', ''),
(18731, 76, 588, 'Corbigny', ''),
(18732, 76, 588, 'Corcelles-les-Citeaux', ''),
(18733, 76, 588, 'Corcelles-les-Monts', ''),
(18734, 76, 588, 'Corgoloin', ''),
(18735, 76, 588, 'Cormatin', ''),
(18736, 76, 588, 'Cormot-le-Grand', ''),
(18737, 76, 588, 'Cornant', ''),
(18738, 76, 588, 'Corpeau', ''),
(18739, 76, 588, 'Corvol-d\'Embernard', ''),
(18740, 76, 588, 'Corvol-l\'Orgueilleux', ''),
(18741, 76, 588, 'Cosne-Cours-sur-Loire', ''),
(18742, 76, 588, 'Couches', ''),
(18743, 76, 588, 'Couchey', ''),
(18744, 76, 588, 'Coulangeron', ''),
(18745, 76, 588, 'Coulanges-la-Vineuse', ''),
(18746, 76, 588, 'Coulanges-les-Nevers', ''),
(18747, 76, 588, 'Courcelles', ''),
(18748, 76, 588, 'Courcelles-les-Montbard', ''),
(18749, 76, 588, 'Couternon', ''),
(18750, 76, 588, 'Crain', ''),
(18751, 76, 588, 'Cravant', ''),
(18752, 76, 588, 'Creancey', ''),
(18753, 76, 588, 'Creches-sur-Saone', ''),
(18754, 76, 588, 'Crissey', ''),
(18755, 76, 588, 'Cuiseaux', ''),
(18756, 76, 588, 'Cuisery', ''),
(18757, 76, 588, 'Curley', ''),
(18758, 76, 588, 'Cussy-les-Forges', ''),
(18759, 76, 588, 'Cuy', ''),
(18760, 76, 588, 'Daix', ''),
(18761, 76, 588, 'Damerey', ''),
(18762, 76, 588, 'Dampierre-sous-Bouhy', ''),
(18763, 76, 588, 'Dannemoine', ''),
(18764, 76, 588, 'Davaye', ''),
(18765, 76, 588, 'Decize', ''),
(18766, 76, 588, 'Demigny', ''),
(18767, 76, 588, 'Dennevy', ''),
(18768, 76, 588, 'Devrouze', ''),
(18769, 76, 588, 'Dienay', ''),
(18770, 76, 588, 'Diges', ''),
(18771, 76, 588, 'Digoin', ''),
(18772, 76, 588, 'Dijon', ''),
(18773, 76, 588, 'Dixmont', ''),
(18774, 76, 588, 'Dommartin-les-Cuiseaux', ''),
(18775, 76, 588, 'Dompierre-les-Ormes', ''),
(18776, 76, 588, 'Dompierre-sous-Sanvignes', ''),
(18777, 76, 588, 'Donzy-le-National', ''),
(18778, 76, 588, 'Dornes', ''),
(18779, 76, 588, 'Dracy-le-Fort', ''),
(18780, 76, 588, 'Dracy-Saint-Loup', ''),
(18781, 76, 588, 'Drambon', ''),
(18782, 76, 588, 'Dun-les-Places', ''),
(18783, 76, 588, 'Dye', ''),
(18784, 76, 588, 'Ebaty', ''),
(18785, 76, 588, 'Echenon', ''),
(18786, 76, 588, 'Echevannes', ''),
(18787, 76, 588, 'Ecuisses', ''),
(18788, 76, 588, 'Epagny', ''),
(18789, 76, 588, 'Epervans', ''),
(18790, 76, 588, 'Epinac', ''),
(18791, 76, 588, 'Epineuil', ''),
(18792, 76, 588, 'Escamps', ''),
(18793, 76, 588, 'Essertenne', ''),
(18794, 76, 588, 'Essey', ''),
(18795, 76, 588, 'Etais-la-Sauvin', ''),
(18796, 76, 588, 'Etang-sur-Arroux', ''),
(18797, 76, 588, 'Etivey', ''),
(18798, 76, 588, 'Etrigny', ''),
(18799, 76, 588, 'Evry', ''),
(18800, 76, 588, 'Faches', ''),
(18801, 76, 588, 'Farges-les-Chalon', ''),
(18802, 76, 588, 'Fauverney', ''),
(18803, 76, 588, 'Fenay', ''),
(18804, 76, 588, 'Fixin', ''),
(18805, 76, 588, 'Flavignerot', ''),
(18806, 76, 588, 'Fleurey-sur-Ouche', ''),
(18807, 76, 588, 'Fleurville', ''),
(18808, 76, 588, 'Fleury-la-Montagne', ''),
(18809, 76, 588, 'Fleury-la-Vallee', ''),
(18810, 76, 588, 'Fontaine-Francaise', ''),
(18811, 76, 588, 'Fontaine-les-Dijon', ''),
(18812, 76, 588, 'Fontaines', ''),
(18813, 76, 588, 'Fontangy', ''),
(18814, 76, 588, 'Fontenay', ''),
(18815, 76, 588, 'Foucheres', ''),
(18816, 76, 588, 'Fourchambault', ''),
(18817, 76, 588, 'Fragnes', ''),
(18818, 76, 588, 'Franxault', ''),
(18819, 76, 588, 'Fretterans', ''),
(18820, 76, 588, 'Frolois', ''),
(18821, 76, 588, 'Frontenard', ''),
(18822, 76, 588, 'Frontenaud', ''),
(18823, 76, 588, 'Fuisse', ''),
(18824, 76, 588, 'Gacogne', ''),
(18825, 76, 588, 'Garchizy', ''),
(18826, 76, 588, 'Geanges', ''),
(18827, 76, 588, 'Genlis', ''),
(18828, 76, 588, 'Gergy', ''),
(18829, 76, 588, 'Gerland', ''),
(18830, 76, 588, 'Germigny-sur-Loire', ''),
(18831, 76, 588, 'Gevrey-Chambertin', ''),
(18832, 76, 588, 'Gilly-les-Citeaux', ''),
(18833, 76, 588, 'Gimouille', ''),
(18834, 76, 588, 'Girolles', ''),
(18835, 76, 588, 'Givry', ''),
(18836, 76, 588, 'Glanon', ''),
(18837, 76, 588, 'Gourdon', ''),
(18838, 76, 588, 'Grancey-le-Chateau-Neuvelle', ''),
(18839, 76, 588, 'Grancey-sur-Ource', ''),
(18840, 76, 588, 'Grandvaux', ''),
(18841, 76, 588, 'Gron', ''),
(18842, 76, 588, 'Guerigny', ''),
(18843, 76, 588, 'Gueugnon', ''),
(18844, 76, 588, 'Guillon', ''),
(18845, 76, 588, 'Gurgy', ''),
(18846, 76, 588, 'Gy-l\'Eveque', ''),
(18847, 76, 588, 'Hauteville-les-Dijon', ''),
(18848, 76, 588, 'Hurigny', ''),
(18849, 76, 588, 'Ige', ''),
(18850, 76, 588, 'Imphy', ''),
(18851, 76, 588, 'Is-sur-Tille', ''),
(18852, 76, 588, 'Izeure', ''),
(18853, 76, 588, 'Jambles', ''),
(18854, 76, 588, 'Jeux-les-Bard', ''),
(18855, 76, 588, 'Joigny', ''),
(18856, 76, 588, 'Joncy', ''),
(18857, 76, 588, 'Joudes', ''),
(18858, 76, 588, 'L\'Abergement-Sainte-Colombe', ''),
(18859, 76, 588, 'L\'Etang-Vergy', ''),
(18860, 76, 588, 'La Chaine', ''),
(18861, 76, 588, 'La Chapelle-de-Guinchay', ''),
(18862, 76, 588, 'La Chapelle-sur-Oreuse', ''),
(18863, 76, 588, 'La Charité-sur-Loire', ''),
(18864, 76, 588, 'La Charmee', ''),
(18865, 76, 588, 'La Clayette', ''),
(18866, 76, 588, 'La Genete', ''),
(18867, 76, 588, 'La Loyere', ''),
(18868, 76, 588, 'La Machine', ''),
(18869, 76, 588, 'La Montagne', ''),
(18870, 76, 588, 'La Roche-Vineuse', ''),
(18871, 76, 588, 'La Tagniere', ''),
(18872, 76, 588, 'Labergement-Foigney', ''),
(18873, 76, 588, 'Labergement-les-Seurre', ''),
(18874, 76, 588, 'Laignes', ''),
(18875, 76, 588, 'Laives', ''),
(18876, 76, 588, 'Laize', ''),
(18877, 76, 588, 'Laizy', ''),
(18878, 76, 588, 'Lamarche-sur-Saone', ''),
(18879, 76, 588, 'Lans', ''),
(18880, 76, 588, 'Lantenay', ''),
(18881, 76, 588, 'Lanthes', ''),
(18882, 76, 588, 'Laperriere-sur-Saone', ''),
(18883, 76, 588, 'Laurent', ''),
(18884, 76, 588, 'Le Breuil', ''),
(18885, 76, 588, 'Le Creusot', ''),
(18886, 76, 588, 'Les Granges', ''),
(18887, 76, 588, 'Les Laumes', ''),
(18888, 76, 588, 'Les Maillys', ''),
(18889, 76, 588, 'Les Maures', ''),
(18890, 76, 588, 'Les Ormes', ''),
(18891, 76, 588, 'Leugny', ''),
(18892, 76, 588, 'Liernais', ''),
(18893, 76, 588, 'Ligny-le-Chatel', ''),
(18894, 76, 588, 'Livry', ''),
(18895, 76, 588, 'Longecourt-en-Plaine', ''),
(18896, 76, 588, 'Longvic', ''),
(18897, 76, 588, 'Lormes', ''),
(18898, 76, 588, 'Losne', ''),
(18899, 76, 588, 'Louhans', ''),
(18900, 76, 588, 'Lucenay-les-Aix', ''),
(18901, 76, 588, 'Lux', ''),
(18902, 76, 588, 'Luzy', ''),
(18903, 76, 588, 'Mâcon', ''),
(18904, 76, 588, 'Magny-Cours', ''),
(18905, 76, 588, 'Magny-les-Villers', ''),
(18906, 76, 588, 'Magny-sur-Tille', ''),
(18907, 76, 588, 'Maillot', ''),
(18908, 76, 588, 'Mailly-le-Chateau', ''),
(18909, 76, 588, 'Maligny', ''),
(18910, 76, 588, 'Manlay', ''),
(18911, 76, 588, 'Marcigny', ''),
(18912, 76, 588, 'Marcilly-sur-Tille', ''),
(18913, 76, 588, 'Marey-sur-Tille', ''),
(18914, 76, 588, 'Marigny-les-Reullee', ''),
(18915, 76, 588, 'Marliens', ''),
(18916, 76, 588, 'Marmagne', ''),
(18917, 76, 588, 'Mars-sur-Allier', ''),
(18918, 76, 588, 'Marsangy', ''),
(18919, 76, 588, 'Marsannay-la-Côte', ''),
(18920, 76, 588, 'Marsannay-le-Bois', ''),
(18921, 76, 588, 'Mary', ''),
(18922, 76, 588, 'Massangis', ''),
(18923, 76, 588, 'Massingy-les-Semur', ''),
(18924, 76, 588, 'Matour', ''),
(18925, 76, 588, 'Maulaix', ''),
(18926, 76, 588, 'Maux', ''),
(18927, 76, 588, 'Mavilly-Mandelot', ''),
(18928, 76, 588, 'Maxilly-sur-Saone', ''),
(18929, 76, 588, 'Melay', ''),
(18930, 76, 588, 'Meloisey', ''),
(18931, 76, 588, 'Menetreuil', ''),
(18932, 76, 588, 'Menetreux-le-Pitois', ''),
(18933, 76, 588, 'Mercurey', ''),
(18934, 76, 588, 'Mervans', ''),
(18935, 76, 588, 'Messigny-et-Vantoux', ''),
(18936, 76, 588, 'Mesves-sur-Loire', ''),
(18937, 76, 588, 'Mesvres', ''),
(18938, 76, 588, 'Meursault', ''),
(18939, 76, 588, 'Mezilles', ''),
(18940, 76, 588, 'Michery', ''),
(18941, 76, 588, 'Migennes', ''),
(18942, 76, 588, 'Milly-Lamartine', ''),
(18943, 76, 588, 'Mirebeau-sur-Beze', ''),
(18944, 76, 588, 'Moneteau', ''),
(18945, 76, 588, 'Mont-Saint-Vincent', ''),
(18946, 76, 588, 'Montagny-les-Beaune', ''),
(18947, 76, 588, 'Montagny-pres-Louhans', ''),
(18948, 76, 588, 'Montbard', ''),
(18949, 76, 588, 'Montceau-les-Mines', ''),
(18950, 76, 588, 'Montcenis', ''),
(18951, 76, 588, 'Montchanin', ''),
(18952, 76, 588, 'Montcony', ''),
(18953, 76, 588, 'Montigny-en-Morvan', ''),
(18954, 76, 588, 'Montmancon', ''),
(18955, 76, 588, 'Montmelard', ''),
(18956, 76, 588, 'Montoillot', ''),
(18957, 76, 588, 'Montpont-en-Bresse', ''),
(18958, 76, 588, 'Montsauche-les-Settons', ''),
(18959, 76, 588, 'Moroges', ''),
(18960, 76, 588, 'Moulins-Engilbert', ''),
(18961, 76, 588, 'Moux', ''),
(18962, 76, 588, 'Myennes', ''),
(18963, 76, 588, 'Nailly', ''),
(18964, 76, 588, 'Nanton', ''),
(18965, 76, 588, 'Neuilly', ''),
(18966, 76, 588, 'Neuilly-les-Dijon', ''),
(18967, 76, 588, 'Neuvy-sur-Loire', ''),
(18968, 76, 588, 'Nevers', ''),
(18969, 76, 588, 'Nitry', ''),
(18970, 76, 588, 'Noiron-sous-Gevrey', ''),
(18971, 76, 588, 'Nolay', ''),
(18972, 76, 588, 'Norges-la-Ville', ''),
(18973, 76, 588, 'Noyers', ''),
(18974, 76, 588, 'Nuits-Saint-Georges', ''),
(18975, 76, 588, 'Ormes', ''),
(18976, 76, 588, 'Ormoy', ''),
(18977, 76, 588, 'Oslon', ''),
(18978, 76, 588, 'Ouanne', ''),
(18979, 76, 588, 'Ouges', ''),
(18980, 76, 588, 'Ouroux-sur-Saone', ''),
(18981, 76, 588, 'Ozolles', ''),
(18982, 76, 588, 'Pagny-la-Ville', ''),
(18983, 76, 588, 'Palinges', ''),
(18984, 76, 588, 'Paray-le-Monial', ''),
(18985, 76, 588, 'Parly', ''),
(18986, 76, 588, 'Paron', ''),
(18987, 76, 588, 'Paroy-sur-Tholon', ''),
(18988, 76, 588, 'Pasques', ''),
(18989, 76, 588, 'Percey', ''),
(18990, 76, 588, 'Perrecy-les-Forges', ''),
(18991, 76, 588, 'Perreuil', ''),
(18992, 76, 588, 'Perrigny-les-Dijon', ''),
(18993, 76, 588, 'Pierre-de-Bresse', ''),
(18994, 76, 588, 'Planay', ''),
(18995, 76, 588, 'Plessis-du-Mee', ''),
(18996, 76, 588, 'Plombieres-les-Dijon', ''),
(18997, 76, 588, 'Pommard', ''),
(18998, 76, 588, 'Poncey-les-Athee', ''),
(18999, 76, 588, 'Pont-sur-Yonne', ''),
(19000, 76, 588, 'Pontailler-sur-Saone', ''),
(19001, 76, 588, 'Pontigny', ''),
(19002, 76, 588, 'Pothieres', ''),
(19003, 76, 588, 'Pougues-les-Eaux', ''),
(19004, 76, 588, 'Pouilloux', ''),
(19005, 76, 588, 'Pouilly-sur-Loire', ''),
(19006, 76, 588, 'Pouilly-sur-Saone', ''),
(19007, 76, 588, 'Pourlans', ''),
(19008, 76, 588, 'Pourrain', ''),
(19009, 76, 588, 'Prehy', ''),
(19010, 76, 588, 'Preporche', ''),
(19011, 76, 588, 'Prisse', ''),
(19012, 76, 588, 'Pruzilly', ''),
(19013, 76, 588, 'Puligny-Montrachet', ''),
(19014, 76, 588, 'Quetigny', ''),
(19015, 76, 588, 'Quincy-le-Vicomte', ''),
(19016, 76, 588, 'Rancy', ''),
(19017, 76, 588, 'Ravieres', ''),
(19018, 76, 588, 'Recey-sur-Ource', ''),
(19019, 76, 588, 'Remilly-sur-Tille', ''),
(19020, 76, 588, 'Rogny-les-Sept-Ecluses', ''),
(19021, 76, 588, 'Romaneche-Thorins', ''),
(19022, 76, 588, 'Romenay', ''),
(19023, 76, 588, 'Rosey', ''),
(19024, 76, 588, 'Rosoy', ''),
(19025, 76, 588, 'Rouvres-en-Plaine', ''),
(19026, 76, 588, 'Ruffey-les-Beaune', ''),
(19027, 76, 588, 'Ruffey-les-Echirey', ''),
(19028, 76, 588, 'Rully', ''),
(19029, 76, 588, 'Sacy', ''),
(19030, 76, 588, 'Sagy', ''),
(19031, 76, 588, 'Saillenard', ''),
(19032, 76, 588, 'Saint-Amand-en-Puisaye', ''),
(19033, 76, 588, 'Saint-Andre-en-Morvan', ''),
(19034, 76, 588, 'Saint-Apollinaire', ''),
(19035, 76, 588, 'Saint-Aubin-en-Charollais', ''),
(19036, 76, 588, 'Saint-Aubin-les-Forges', ''),
(19037, 76, 588, 'Saint-Benin-dAzy', ''),
(19038, 76, 588, 'Saint-Benin-des-Bois', ''),
(19039, 76, 588, 'Saint-Berain-sur-Dheune', ''),
(19040, 76, 588, 'Saint-Bonnet-de-Joux', ''),
(19041, 76, 588, 'Saint-Christophe-en-Bresse', ''),
(19042, 76, 588, 'Saint-Desert', ''),
(19043, 76, 588, 'Saint-Fargeau', ''),
(19044, 76, 588, 'Saint-Florentin', ''),
(19045, 76, 588, 'Saint-Georges-sur-Baulche', ''),
(19046, 76, 588, 'Saint-Germain-du-Bois', ''),
(19047, 76, 588, 'Saint-Germain-du-Plain', ''),
(19048, 76, 588, 'Saint-Honore-les-Bains', ''),
(19049, 76, 588, 'Saint-Jean-aux-Amognes', ''),
(19050, 76, 588, 'Saint-Jean-de-Losne', ''),
(19051, 76, 588, 'Saint-Jean-de-Trezy', ''),
(19052, 76, 588, 'Saint-Jean-de-Vaux', ''),
(19053, 76, 588, 'Saint-Julien-du-Sault', ''),
(19054, 76, 588, 'Saint-Laurent-d\'Andenay', ''),
(19055, 76, 588, 'Saint-Leger-des-Vignes', ''),
(19056, 76, 588, 'Saint-Leger-sur-Dheune', ''),
(19057, 76, 588, 'Saint-Malo-en-Donziois', ''),
(19058, 76, 588, 'Saint-Marcel', ''),
(19059, 76, 588, 'Saint-Mard-de-Vaux', ''),
(19060, 76, 588, 'Saint-Martin-Belle-Roche', ''),
(19061, 76, 588, 'Saint-Martin-d\'Heuille', ''),
(19062, 76, 588, 'Saint-Martin-en-Bresse', ''),
(19063, 76, 588, 'Saint-Martin-en-Gatinois', ''),
(19064, 76, 588, 'Saint-Mesmin', ''),
(19065, 76, 588, 'Saint-Philibert', ''),
(19066, 76, 588, 'Saint-Pierre-de-Varennes', ''),
(19067, 76, 588, 'Saint-Pierre-le-Moutier', ''),
(19068, 76, 588, 'Saint-Pierre-le-Vieux', ''),
(19069, 76, 588, 'Saint-Remy', ''),
(19070, 76, 588, 'Saint-Romain-le-Preux', ''),
(19071, 76, 588, 'Saint-Sernin-du-Bois', ''),
(19072, 76, 588, 'Saint-Sernin-du-Plain', ''),
(19073, 76, 588, 'Saint-Serotin', ''),
(19074, 76, 588, 'Saint-Symphorien-sur-Saone', ''),
(19075, 76, 588, 'Saint-Usage', ''),
(19076, 76, 588, 'Saint-Usuge', ''),
(19077, 76, 588, 'Saint-Valerien', ''),
(19078, 76, 588, 'Saint-Vallier', ''),
(19079, 76, 588, 'Saint-Vincent-des-Pres', ''),
(19080, 76, 588, 'Saint-Ythaire', ''),
(19081, 76, 588, 'Sainte-Magnance', ''),
(19082, 76, 588, 'Saligny', ''),
(19083, 76, 588, 'Santilly', ''),
(19084, 76, 588, 'Sanvignes-les-Mines', ''),
(19085, 76, 588, 'Sassenay', ''),
(19086, 76, 588, 'Saulieu', ''),
(19087, 76, 588, 'Saulon-la-Chapelle', ''),
(19088, 76, 588, 'Saulon-la-Rue', ''),
(19089, 76, 588, 'Saussy', ''),
(19090, 76, 588, 'Sauvigny-le-Bois', ''),
(19091, 76, 588, 'Sauvigny-les-Bois', ''),
(19092, 76, 588, 'Savigny-le-Sec', ''),
(19093, 76, 588, 'Savigny-les-Beaune', ''),
(19094, 76, 588, 'Savigny-sous-Malain', ''),
(19095, 76, 588, 'Savigny-sur-Seille', ''),
(19096, 76, 588, 'Savouges', ''),
(19097, 76, 588, 'Seignelay', ''),
(19098, 76, 588, 'Selongey', ''),
(19099, 76, 588, 'Semur-en-Brionnais', ''),
(19100, 76, 588, 'Senan', ''),
(19101, 76, 588, 'Sennecey-le-Grand', ''),
(19102, 76, 588, 'Sennecey-les-Dijon', ''),
(19103, 76, 588, 'Sennevoy-le-Bas', ''),
(19104, 76, 588, 'Senozan', ''),
(19105, 76, 588, 'Sens', ''),
(19106, 76, 588, 'Sens-sur-Seille', ''),
(19107, 76, 588, 'Serbonnes', ''),
(19108, 76, 588, 'Sergines', ''),
(19109, 76, 588, 'Serley', ''),
(19110, 76, 588, 'Sermoise-sur-Loire', ''),
(19111, 76, 588, 'Seurre', ''),
(19112, 76, 588, 'Sevrey', ''),
(19113, 76, 588, 'Simandre', ''),
(19114, 76, 588, 'Soissons-sur-Nacey', ''),
(19115, 76, 588, 'Sombernon', ''),
(19116, 76, 588, 'Sornay', ''),
(19117, 76, 588, 'Soucy', ''),
(19118, 76, 588, 'Spoy', ''),
(19119, 76, 588, 'Stigny', ''),
(19120, 76, 588, 'Subligny', ''),
(19121, 76, 588, 'Talant', ''),
(19122, 76, 588, 'Tancon', ''),
(19123, 76, 588, 'Tanlay', ''),
(19124, 76, 588, 'Tart-le-Bas', ''),
(19125, 76, 588, 'Tart-le-Haut', ''),
(19126, 76, 588, 'Tazilly', ''),
(19127, 76, 588, 'Theil-sur-Vanne', ''),
(19128, 76, 588, 'Thoisy-le-Desert', ''),
(19129, 76, 588, 'Til-Chatel', ''),
(19130, 76, 588, 'Tonnerre', ''),
(19131, 76, 588, 'Torcy', ''),
(19132, 76, 588, 'Toucy', ''),
(19133, 76, 588, 'Tournus', ''),
(19134, 76, 588, 'Trambly', ''),
(19135, 76, 588, 'Treigny', ''),
(19136, 76, 588, 'Tronchoy', ''),
(19137, 76, 588, 'Trouhans', ''),
(19138, 76, 588, 'Urzy', ''),
(19139, 76, 588, 'Val-Suzon', ''),
(19140, 76, 588, 'Vallan', ''),
(19141, 76, 588, 'Vandenesse', ''),
(19142, 76, 588, 'Varanges', ''),
(19143, 76, 588, 'Vareilles', ''),
(19144, 76, 588, 'Varenne-l\'Arconce', ''),
(19145, 76, 588, 'Varennes-le-Grand', ''),
(19146, 76, 588, 'Varennes-les-Macon', ''),
(19147, 76, 588, 'Varennes-Vauzelles', ''),
(19148, 76, 588, 'Varois-et-Chaignot', ''),
(19149, 76, 588, 'Varzy', ''),
(19150, 76, 588, 'Vault-de-Lugny', ''),
(19151, 76, 588, 'Velars-sur-Ouche', ''),
(19152, 76, 588, 'Venarey-les-Laumes', ''),
(19153, 76, 588, 'Vendenesse-les-Charolles', ''),
(19154, 76, 588, 'Venoy', ''),
(19155, 76, 588, 'Verdun-sur-le-Doubs', ''),
(19156, 76, 588, 'Vergigny', ''),
(19157, 76, 588, 'Verjux', ''),
(19158, 76, 588, 'Vermenton', ''),
(19159, 76, 588, 'Veron', ''),
(19160, 76, 588, 'Veronnes', ''),
(19161, 76, 588, 'Vézelay', ''),
(19162, 76, 588, 'Vielmanay', ''),
(19163, 76, 588, 'Vignoles', ''),
(19164, 76, 588, 'Villeblevin', ''),
(19165, 76, 588, 'Villechetive', ''),
(19166, 76, 588, 'Villecien', ''),
(19167, 76, 588, 'Villedieu', ''),
(19168, 76, 588, 'Villefargeau', ''),
(19169, 76, 588, 'Villefranche', ''),
(19170, 76, 588, 'Villegardin', ''),
(19171, 76, 588, 'Villeneuve-en-Montagne', ''),
(19172, 76, 588, 'Villeneuve-la-Guyard', ''),
(19173, 76, 588, 'Villeneuve-sur-Yonne', ''),
(19174, 76, 588, 'Villeroy', ''),
(19175, 76, 588, 'Villers-la-Faye', ''),
(19176, 76, 588, 'Villethierry', ''),
(19177, 76, 588, 'Villevallier', ''),
(19178, 76, 588, 'Villiers-Louis', ''),
(19179, 76, 588, 'Villiers-sur-Yonne', ''),
(19180, 76, 588, 'Villon', ''),
(19181, 76, 588, 'Villy-le-Moutier', ''),
(19182, 76, 588, 'Vinneuf', ''),
(19183, 76, 588, 'Vinzelles', ''),
(19184, 76, 588, 'Virey-le-Grand', ''),
(19185, 76, 588, 'Vosne-Romanée', ''),
(19186, 76, 589, 'Acigne', ''),
(19187, 76, 589, 'Allaire', ''),
(19188, 76, 589, 'Ambon', ''),
(19189, 76, 589, 'Andel', ''),
(19190, 76, 589, 'Andouille-Neuville', ''),
(19191, 76, 589, 'Antrain', ''),
(19192, 76, 589, 'Argentre-du-Plessis', ''),
(19193, 76, 589, 'Arradon', ''),
(19194, 76, 589, 'Arzal', ''),
(19195, 76, 589, 'Arzano', ''),
(19196, 76, 589, 'Arzon', ''),
(19197, 76, 589, 'Aubigne', ''),
(19198, 76, 589, 'Audierne', ''),
(19199, 76, 589, 'Augan', ''),
(19200, 76, 589, 'Auray', ''),
(19201, 76, 589, 'Baden', ''),
(19202, 76, 589, 'Baguer-Morvan', ''),
(19203, 76, 589, 'Baguer-Pican', ''),
(19204, 76, 589, 'Baille', ''),
(19205, 76, 589, 'Bain-de-Bretagne', ''),
(19206, 76, 589, 'Bains-sur-Oust', ''),
(19207, 76, 589, 'Balaze', ''),
(19208, 76, 589, 'Bannalec', ''),
(19209, 76, 589, 'Baud', ''),
(19210, 76, 589, 'Baulon', ''),
(19211, 76, 589, 'Bazouges-la-Perouse', ''),
(19212, 76, 589, 'Bazouges-sous-Hede', ''),
(19213, 76, 589, 'Beauce', ''),
(19214, 76, 589, 'Becherel', ''),
(19215, 76, 589, 'Bedee', ''),
(19216, 76, 589, 'Begard', ''),
(19217, 76, 589, 'Beignon', ''),
(19218, 76, 589, 'Belle-Isle-en-Terre', ''),
(19219, 76, 589, 'Belz', ''),
(19220, 76, 589, 'Bénodet', ''),
(19221, 76, 589, 'Berhet', ''),
(19222, 76, 589, 'Berne', ''),
(19223, 76, 589, 'Berric', ''),
(19224, 76, 589, 'Betton', ''),
(19225, 76, 589, 'Bieuzy', ''),
(19226, 76, 589, 'Bignan', ''),
(19227, 76, 589, 'Billiers', ''),
(19228, 76, 589, 'Billio', ''),
(19229, 76, 589, 'Binic', ''),
(19230, 76, 589, 'Bodilis', ''),
(19231, 76, 589, 'Bohal', ''),
(19232, 76, 589, 'Bohars', ''),
(19233, 76, 589, 'Boisgervilly', ''),
(19234, 76, 589, 'Bonnemain', ''),
(19235, 76, 589, 'Boqueho', ''),
(19236, 76, 589, 'Bourbriac', ''),
(19237, 76, 589, 'Bourg-des-Comptes', ''),
(19238, 76, 589, 'Bourgbarre', ''),
(19239, 76, 589, 'Bourseul', ''),
(19240, 76, 589, 'Bovel', ''),
(19241, 76, 589, 'Brain-sur-Vilaine', ''),
(19242, 76, 589, 'Brandivy', ''),
(19243, 76, 589, 'Brasparts', ''),
(19244, 76, 589, 'Breal-sous-Montfort', ''),
(19245, 76, 589, 'Brece', ''),
(19246, 76, 589, 'Brech', ''),
(19247, 76, 589, 'Brehan', ''),
(19248, 76, 589, 'Brehand', ''),
(19249, 76, 589, 'Breles', ''),
(19250, 76, 589, 'Brelidy', ''),
(19251, 76, 589, 'Brest', ''),
(19252, 76, 589, 'Breteil', ''),
(19253, 76, 589, 'Briec', ''),
(19254, 76, 589, 'Broons', ''),
(19255, 76, 589, 'Broons-sur-Vilaine', ''),
(19256, 76, 589, 'Broualan', ''),
(19257, 76, 589, 'Bruc-sur-Aff', ''),
(19258, 76, 589, 'Brusvily', ''),
(19259, 76, 589, 'Bruz', ''),
(19260, 76, 589, 'Bubry', ''),
(19261, 76, 589, 'Bulat-Pestivien', ''),
(19262, 76, 589, 'Caden', ''),
(19263, 76, 589, 'Calan', ''),
(19264, 76, 589, 'Callac', ''),
(19265, 76, 589, 'Calorguen', ''),
(19266, 76, 589, 'Camaret-sur-Mer', ''),
(19267, 76, 589, 'Camlez', ''),
(19268, 76, 589, 'Camoel', ''),
(19269, 76, 589, 'Camors', ''),
(19270, 76, 589, 'Campeneac', ''),
(19271, 76, 589, 'Cancale', ''),
(19272, 76, 589, 'Canihuel', ''),
(19273, 76, 589, 'Carantec', ''),
(19274, 76, 589, 'Cardroc', ''),
(19275, 76, 589, 'Carentoir', ''),
(19276, 76, 589, 'Carhaix-Plouguer', ''),
(19277, 76, 589, 'Carnac', ''),
(19278, 76, 589, 'Carnac-Plage', ''),
(19279, 76, 589, 'Carnoet', ''),
(19280, 76, 589, 'Caro', ''),
(19281, 76, 589, 'Cast', ''),
(19282, 76, 589, 'Caudan', ''),
(19283, 76, 589, 'Caulnes', ''),
(19284, 76, 589, 'Caurel', ''),
(19285, 76, 589, 'Cesson', ''),
(19286, 76, 589, 'Champeaux', ''),
(19287, 76, 589, 'Chanteloup', ''),
(19288, 76, 589, 'Chantepie', ''),
(19289, 76, 589, 'Chartres-de-Bretagne', ''),
(19290, 76, 589, 'Chasne-sur-Illet', ''),
(19291, 76, 589, 'Chateaubourg', ''),
(19292, 76, 589, 'Chateaugiron', ''),
(19293, 76, 589, 'Châteaulin', ''),
(19294, 76, 589, 'Châteauneuf-dIlle-et-Vilaine', ''),
(19295, 76, 589, 'Chateauneuf-du-Faou', ''),
(19296, 76, 589, 'Chatelaudren', ''),
(19297, 76, 589, 'Chatillon-en-Vendelais', ''),
(19298, 76, 589, 'Chatillon-sur-Seiche', ''),
(19299, 76, 589, 'Chauvigne', ''),
(19300, 76, 589, 'Chavagne', ''),
(19301, 76, 589, 'Chevaigne', ''),
(19302, 76, 589, 'Cintre', ''),
(19303, 76, 589, 'Clayes', ''),
(19304, 76, 589, 'Cleden-Poher', ''),
(19305, 76, 589, 'Cleder', ''),
(19306, 76, 589, 'Cleguer', ''),
(19307, 76, 589, 'Cleguerec', ''),
(19308, 76, 589, 'Clohars-Carnoet', ''),
(19309, 76, 589, 'Clohars-Fouesnant', ''),
(19310, 76, 589, 'Coadout', ''),
(19311, 76, 589, 'Coat-Meal', ''),
(19312, 76, 589, 'Coesmes', ''),
(19313, 76, 589, 'Coetmieux', ''),
(19314, 76, 589, 'Cogles', ''),
(19315, 76, 589, 'Collorec', ''),
(19316, 76, 589, 'Colpo', ''),
(19317, 76, 589, 'Combourg', ''),
(19318, 76, 589, 'Combourtille', ''),
(19319, 76, 589, 'Combrit', ''),
(19320, 76, 589, 'Concarneau', ''),
(19321, 76, 589, 'Concoret', ''),
(19322, 76, 589, 'Confort-Meilars', ''),
(19323, 76, 589, 'Coray', ''),
(19324, 76, 589, 'Corlay', ''),
(19325, 76, 589, 'Cornille', ''),
(19326, 76, 589, 'Corps-Nuds', ''),
(19327, 76, 589, 'Corseul', ''),
(19328, 76, 589, 'Crach', ''),
(19329, 76, 589, 'Credin', ''),
(19330, 76, 589, 'Crevin', ''),
(19331, 76, 589, 'Crozon', ''),
(19332, 76, 589, 'Damgan', ''),
(19333, 76, 589, 'Daoulas', ''),
(19334, 76, 589, 'Dinan', ''),
(19335, 76, 589, 'Dinard', ''),
(19336, 76, 589, 'Dirinon', ''),
(19337, 76, 589, 'Dol-de-Bretagne', ''),
(19338, 76, 589, 'Dolo', ''),
(19339, 76, 589, 'Domagne', ''),
(19340, 76, 589, 'Domloup', ''),
(19341, 76, 589, 'Dompierre-du-Chemin', ''),
(19342, 76, 589, 'Douarnenez', ''),
(19343, 76, 589, 'Dourdain', ''),
(19344, 76, 589, 'Drouges', ''),
(19345, 76, 589, 'Duault', ''),
(19346, 76, 589, 'Eance', ''),
(19347, 76, 589, 'Edern', ''),
(19348, 76, 589, 'Elliant', ''),
(19349, 76, 589, 'Elven', ''),
(19350, 76, 589, 'Erbree', ''),
(19351, 76, 589, 'Erce-en-Lamee', ''),
(19352, 76, 589, 'Erce-pres-Liffre', ''),
(19353, 76, 589, 'Erdeven', ''),
(19354, 76, 589, 'Ereac', ''),
(19355, 76, 589, 'Ergue-Gaberic', ''),
(19356, 76, 589, 'Erquy', ''),
(19357, 76, 589, 'Etables-sur-Mer', ''),
(19358, 76, 589, 'Etel', ''),
(19359, 76, 589, 'Etrelles', ''),
(19360, 76, 589, 'Evran', ''),
(19361, 76, 589, 'Ferel', ''),
(19362, 76, 589, 'Fouesnant', ''),
(19363, 76, 589, 'Fougeres', ''),
(19364, 76, 589, 'Fouillard', ''),
(19365, 76, 589, 'Frehel', ''),
(19366, 76, 589, 'Gael', ''),
(19367, 76, 589, 'Garlan', ''),
(19368, 76, 589, 'Gavres', ''),
(19369, 76, 589, 'Gennes-sur-Seiche', ''),
(19370, 76, 589, 'Gestel', ''),
(19371, 76, 589, 'Geveze', ''),
(19372, 76, 589, 'Gomene', ''),
(19373, 76, 589, 'Gouesnach', ''),
(19374, 76, 589, 'Gouesnou', ''),
(19375, 76, 589, 'Gouezec', ''),
(19376, 76, 589, 'Gourhel', ''),
(19377, 76, 589, 'Gourin', ''),
(19378, 76, 589, 'Gourlizon', ''),
(19379, 76, 589, 'Goven', ''),
(19380, 76, 589, 'Grace-Uzel', ''),
(19381, 76, 589, 'Graces', ''),
(19382, 76, 589, 'Grand-Champ', ''),
(19383, 76, 589, 'Grand-Fougeray', ''),
(19384, 76, 589, 'Groix', ''),
(19385, 76, 589, 'Guegon', ''),
(19386, 76, 589, 'Gueltas', ''),
(19387, 76, 589, 'Guemene-sur-Scorff', ''),
(19388, 76, 589, 'Guengat', ''),
(19389, 76, 589, 'Guenin', ''),
(19390, 76, 589, 'Guer', ''),
(19391, 76, 589, 'Guerlesquin', ''),
(19392, 76, 589, 'Guern', ''),
(19393, 76, 589, 'Guichen', ''),
(19394, 76, 589, 'Guiclan', ''),
(19395, 76, 589, 'Guidel', ''),
(19396, 76, 589, 'Guignen', ''),
(19397, 76, 589, 'Guiler-sur-Goyen', ''),
(19398, 76, 589, 'Guilers', ''),
(19399, 76, 589, 'Guillac', ''),
(19400, 76, 589, 'Guilliers', ''),
(19401, 76, 589, 'Guilligomarc\'h', ''),
(19402, 76, 589, 'Guilvinec', ''),
(19403, 76, 589, 'Guimiliau', ''),
(19404, 76, 589, 'Guingamp', ''),
(19405, 76, 589, 'Guipavas', ''),
(19406, 76, 589, 'Guipel', ''),
(19407, 76, 589, 'Guipry', ''),
(19408, 76, 589, 'Guiscriff', ''),
(19409, 76, 589, 'Guisseny', ''),
(19410, 76, 589, 'Gurunhuel', ''),
(19411, 76, 589, 'Hede-Bazouges', ''),
(19412, 76, 589, 'Henanbihen', ''),
(19413, 76, 589, 'Hennebont', ''),
(19414, 76, 589, 'Henon', ''),
(19415, 76, 589, 'Henvic', ''),
(19416, 76, 589, 'Hillion', ''),
(19417, 76, 589, 'Hirel', ''),
(19418, 76, 589, 'Hopital-Camfrout', ''),
(19419, 76, 589, 'Iffendic', ''),
(19420, 76, 589, 'Inguiniel', ''),
(19421, 76, 589, 'Irodouer', ''),
(19422, 76, 589, 'Irvillac', ''),
(19423, 76, 589, 'Janze', ''),
(19424, 76, 589, 'Javene', ''),
(19425, 76, 589, 'Josselin', ''),
(19426, 76, 589, 'Kerfot', ''),
(19427, 76, 589, 'Kerfourn', ''),
(19428, 76, 589, 'Kergloff', ''),
(19429, 76, 589, 'Kergrist', ''),
(19430, 76, 589, 'Kernascleden', ''),
(19431, 76, 589, 'Kernilis', ''),
(19432, 76, 589, 'Kersaint-Plabennec', ''),
(19433, 76, 589, 'Kervignac', ''),
(19434, 76, 589, 'L\'Hermitage', ''),
(19435, 76, 589, 'L\'Hermitage-Lorge', ''),
(19436, 76, 589, 'La Baussaine', ''),
(19437, 76, 589, 'La Bouexiere', ''),
(19438, 76, 589, 'La Bouillie', ''),
(19439, 76, 589, 'La Chapelle-de-Brain', ''),
(19440, 76, 589, 'La Cour', ''),
(19441, 76, 589, 'La Croix-Hellean', ''),
(19442, 76, 589, 'La Dominelais', ''),
(19443, 76, 589, 'La Ferriere', ''),
(19444, 76, 589, 'La Fontenelle', ''),
(19445, 76, 589, 'La Fresnais', ''),
(19446, 76, 589, 'La Gacilly', ''),
(19447, 76, 589, 'La Gouesniere', ''),
(19448, 76, 589, 'La Gree-Saint-Laurent', ''),
(19449, 76, 589, 'La Haye', ''),
(19450, 76, 589, 'La Martyre', ''),
(19451, 76, 589, 'La Meaugon', ''),
(19452, 76, 589, 'La Meziere', ''),
(19453, 76, 589, 'La Motte', ''),
(19454, 76, 589, 'La Richardais', ''),
(19455, 76, 589, 'La Roche', ''),
(19456, 76, 589, 'La Selle-Guerchaise', ''),
(19457, 76, 589, 'La Trinité-sur-Mer', ''),
(19458, 76, 589, 'La Vicomte-sur-Rance', ''),
(19459, 76, 589, 'La Vraie-Croix', ''),
(19460, 76, 589, 'Laignelet', ''),
(19461, 76, 589, 'Laille', ''),
(19462, 76, 589, 'Lamballe', ''),
(19463, 76, 589, 'Lampaul-Guimiliau', ''),
(19464, 76, 589, 'Lampaul-Plouarzel', ''),
(19465, 76, 589, 'Lampaul-Ploudalmezeau', ''),
(19466, 76, 589, 'Lancieux', ''),
(19467, 76, 589, 'Landaul', ''),
(19468, 76, 589, 'Landean', ''),
(19469, 76, 589, 'Landeda', ''),
(19470, 76, 589, 'Landeleau', ''),
(19471, 76, 589, 'Landerneau', ''),
(19472, 76, 589, 'Landevant', ''),
(19473, 76, 589, 'Landevennec', ''),
(19474, 76, 589, 'Landivisiau', ''),
(19475, 76, 589, 'Landrevarzec', ''),
(19476, 76, 589, 'Landujan', ''),
(19477, 76, 589, 'Lanester', ''),
(19478, 76, 589, 'Langan', ''),
(19479, 76, 589, 'Langast', ''),
(19480, 76, 589, 'Langoat', ''),
(19481, 76, 589, 'Langoelan', ''),
(19482, 76, 589, 'Langonnet', ''),
(19483, 76, 589, 'Langouet', ''),
(19484, 76, 589, 'Langourla', ''),
(19485, 76, 589, 'Langrolay-sur-Rance', ''),
(19486, 76, 589, 'Languedias', ''),
(19487, 76, 589, 'Languenan', ''),
(19488, 76, 589, 'Langueux', ''),
(19489, 76, 589, 'Languidic', ''),
(19490, 76, 589, 'Lanhouarneau', ''),
(19491, 76, 589, 'Laniscat', ''),
(19492, 76, 589, 'Lanmerin', ''),
(19493, 76, 589, 'Lanmeur', ''),
(19494, 76, 589, 'Lanneanou', ''),
(19495, 76, 589, 'Lannilis', ''),
(19496, 76, 589, 'Lannion', ''),
(19497, 76, 589, 'Lanouee', ''),
(19498, 76, 589, 'Lanrelas', ''),
(19499, 76, 589, 'Lanrodec', ''),
(19500, 76, 589, 'Lantic', ''),
(19501, 76, 589, 'Lanvallay', ''),
(19502, 76, 589, 'Lanvaudan', ''),
(19503, 76, 589, 'Lanveoc', ''),
(19504, 76, 589, 'Lanvollon', ''),
(19505, 76, 589, 'Larmor-Baden', ''),
(19506, 76, 589, 'Larmor-Plage', ''),
(19507, 76, 589, 'Lassy', ''),
(19508, 76, 589, 'Laurenan', ''),
(19509, 76, 589, 'Lauzach', ''),
(19510, 76, 589, 'Le Bono', ''),
(19511, 76, 589, 'Le Cambout', ''),
(19512, 76, 589, 'Le Cloitre-Pleyben', ''),
(19513, 76, 589, 'Le Conquet', ''),
(19514, 76, 589, 'Le Coudray-Baillet', ''),
(19515, 76, 589, 'Le Croisty', ''),
(19516, 76, 589, 'Le Faou', ''),
(19517, 76, 589, 'Le Faouet', ''),
(19518, 76, 589, 'Le Gouray', ''),
(19519, 76, 589, 'Le Guerno', ''),
(19520, 76, 589, 'Le Guildo', ''),
(19521, 76, 589, 'Le Juch', ''),
(19522, 76, 589, 'Le Loroux', ''),
(19523, 76, 589, 'Le Minihic', ''),
(19524, 76, 589, 'Le Moustoir', ''),
(19525, 76, 589, 'Le Palais', ''),
(19526, 76, 589, 'Le Pertre', ''),
(19527, 76, 589, 'Le Petit-Fougeray', ''),
(19528, 76, 589, 'Le Quillio', ''),
(19529, 76, 589, 'Le Relecq-Kerhuon', ''),
(19530, 76, 589, 'Le Rheu', ''),
(19531, 76, 589, 'Le Saint', ''),
(19532, 76, 589, 'Le Sourn', ''),
(19533, 76, 589, 'Le Theil-de-Bretagne', ''),
(19534, 76, 589, 'Le Tiercent', ''),
(19535, 76, 589, 'Le Trevoux', ''),
(19536, 76, 589, 'Le Tronchet', ''),
(19537, 76, 589, 'Le Verger', ''),
(19538, 76, 589, 'Lecousse', ''),
(19539, 76, 589, 'Lehon', ''),
(19540, 76, 589, 'Lennon', ''),
(19541, 76, 589, 'Les Fontaines', ''),
(19542, 76, 589, 'Les Fougerets', ''),
(19543, 76, 589, 'Les Lacs', ''),
(19544, 76, 589, 'Les Pins', ''),
(19545, 76, 589, 'Lesconil', ''),
(19546, 76, 589, 'Lesneven', ''),
(19547, 76, 589, 'Lieuron', ''),
(19548, 76, 589, 'Liffre', ''),
(19549, 76, 589, 'Limerzel', ''),
(19550, 76, 589, 'Lizio', ''),
(19551, 76, 589, 'Locmalo', ''),
(19552, 76, 589, 'Locmaria-Berrien', ''),
(19553, 76, 589, 'Locmaria-Grand-Champ', ''),
(19554, 76, 589, 'Locmine', ''),
(19555, 76, 589, 'Locmiquelic', ''),
(19556, 76, 589, 'Locoal-Mendon', ''),
(19557, 76, 589, 'Locquenole', ''),
(19558, 76, 589, 'Locquirec', ''),
(19559, 76, 589, 'Locronan', ''),
(19560, 76, 589, 'Loctudy', ''),
(19561, 76, 589, 'Logonna-Daoulas', ''),
(19562, 76, 589, 'Loperec', ''),
(19563, 76, 589, 'Loperhet', ''),
(19564, 76, 589, 'Loqueffret', ''),
(19565, 76, 589, 'Lorient', ''),
(19566, 76, 589, 'Loscouet-sur-Meu', ''),
(19567, 76, 589, 'Louannec', ''),
(19568, 76, 589, 'Louargat', ''),
(19569, 76, 589, 'Loudeac', ''),
(19570, 76, 589, 'Lourmais', ''),
(19571, 76, 589, 'Louvigne-de-Bais', ''),
(19572, 76, 589, 'Loyat', ''),
(19573, 76, 589, 'Mael-Carhaix', ''),
(19574, 76, 589, 'Mahalon', ''),
(19575, 76, 589, 'Malansac', ''),
(19576, 76, 589, 'Malestroit', ''),
(19577, 76, 589, 'Malguenac', ''),
(19578, 76, 589, 'Mantallot', ''),
(19579, 76, 589, 'Marcille-Raoul', ''),
(19580, 76, 589, 'Marpire', ''),
(19581, 76, 589, 'Marzan', ''),
(19582, 76, 589, 'Matignon', ''),
(19583, 76, 589, 'Maure-de-Bretagne', ''),
(19584, 76, 589, 'Mauron', ''),
(19585, 76, 589, 'Maxent', ''),
(19586, 76, 589, 'Mece', ''),
(19587, 76, 589, 'Medreac', ''),
(19588, 76, 589, 'Megrit', ''),
(19589, 76, 589, 'Melesse', ''),
(19590, 76, 589, 'Melgven', ''),
(19591, 76, 589, 'Mellac', ''),
(19592, 76, 589, 'Mellionnec', ''),
(19593, 76, 589, 'Melrand', ''),
(19594, 76, 589, 'Meneac', ''),
(19595, 76, 589, 'Merdrignac', ''),
(19596, 76, 589, 'Merlevenez', ''),
(19597, 76, 589, 'Mernel', ''),
(19598, 76, 589, 'Meslan', ''),
(19599, 76, 589, 'Meslin', ''),
(19600, 76, 589, 'Mespaul', ''),
(19601, 76, 589, 'Messac', ''),
(19602, 76, 589, 'Meucon', ''),
(19603, 76, 589, 'Mezieres-sur-Couesnon', ''),
(19604, 76, 589, 'Milizac', ''),
(19605, 76, 589, 'Miniac-Morvan', ''),
(19606, 76, 589, 'Minihy-Treguier', ''),
(19607, 76, 589, 'Missiriac', ''),
(19608, 76, 589, 'Moelan-sur-Mer', ''),
(19609, 76, 589, 'Mohon', ''),
(19610, 76, 589, 'Molac', ''),
(19611, 76, 589, 'Moncontour', ''),
(19612, 76, 589, 'Montauban-de-Bretagne', ''),
(19613, 76, 589, 'Monterblanc', ''),
(19614, 76, 589, 'Montfort-sur-Meu', ''),
(19615, 76, 589, 'Montgermont', ''),
(19616, 76, 589, 'Montreuil-le-Gast', ''),
(19617, 76, 589, 'Montreuil-sous-Perouse', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(19618, 76, 589, 'Montreuil-sur-Ille', ''),
(19619, 76, 589, 'Mordelles', ''),
(19620, 76, 589, 'Moreac', ''),
(19621, 76, 589, 'Morieux', ''),
(19622, 76, 589, 'Morlaix', ''),
(19623, 76, 589, 'Motreff', ''),
(19624, 76, 589, 'Mouaze', ''),
(19625, 76, 589, 'Mousse', ''),
(19626, 76, 589, 'Moustoir-Ac', ''),
(19627, 76, 589, 'Moustoir-Remungol', ''),
(19628, 76, 589, 'Mur-de-Bretagne', ''),
(19629, 76, 589, 'Muzillac', ''),
(19630, 76, 589, 'Neulliac', ''),
(19631, 76, 589, 'Nevez', ''),
(19632, 76, 589, 'Nivillac', ''),
(19633, 76, 589, 'Nostang', ''),
(19634, 76, 589, 'Nouvoitou', ''),
(19635, 76, 589, 'Noyal-Muzillac', ''),
(19636, 76, 589, 'Noyal-Pontivy', ''),
(19637, 76, 589, 'Noyal-sur-Vilaine', ''),
(19638, 76, 589, 'Noyalo', ''),
(19639, 76, 589, 'Orgeres', ''),
(19640, 76, 589, 'Osse', ''),
(19641, 76, 589, 'Pabu', ''),
(19642, 76, 589, 'Pace', ''),
(19643, 76, 589, 'Paimpol', ''),
(19644, 76, 589, 'Paimpont', ''),
(19645, 76, 589, 'Parthenay-de-Bretagne', ''),
(19646, 76, 589, 'Paul', ''),
(19647, 76, 589, 'Peaule', ''),
(19648, 76, 589, 'Pedernec', ''),
(19649, 76, 589, 'Peillac', ''),
(19650, 76, 589, 'Pencran', ''),
(19651, 76, 589, 'Penestin', ''),
(19652, 76, 589, 'Penmarch', ''),
(19653, 76, 589, 'Penvenan', ''),
(19654, 76, 589, 'Perros', ''),
(19655, 76, 589, 'Perros-Guirec', ''),
(19656, 76, 589, 'Peumerit', ''),
(19657, 76, 589, 'Pipriac', ''),
(19658, 76, 589, 'Pire-sur-Seiche', ''),
(19659, 76, 589, 'Plabennec', ''),
(19660, 76, 589, 'Plaine-Haute', ''),
(19661, 76, 589, 'Plaintel', ''),
(19662, 76, 589, 'Plancoet', ''),
(19663, 76, 589, 'Planguenoual', ''),
(19664, 76, 589, 'Plaudren', ''),
(19665, 76, 589, 'Plechatel', ''),
(19666, 76, 589, 'Pledeliac', ''),
(19667, 76, 589, 'Pledran', ''),
(19668, 76, 589, 'Plehedel', ''),
(19669, 76, 589, 'Pleine-Fougeres', ''),
(19670, 76, 589, 'Plelan-le-Grand', ''),
(19671, 76, 589, 'Plelan-le-Petit', ''),
(19672, 76, 589, 'Plelo', ''),
(19673, 76, 589, 'Plemet', ''),
(19674, 76, 589, 'Plemy', ''),
(19675, 76, 589, 'Plenee-Jugon', ''),
(19676, 76, 589, 'Pleneuf-Val-Andre', ''),
(19677, 76, 589, 'Plerguer', ''),
(19678, 76, 589, 'Plerin', ''),
(19679, 76, 589, 'Plescop', ''),
(19680, 76, 589, 'Plessala', ''),
(19681, 76, 589, 'Plestan', ''),
(19682, 76, 589, 'Plestin-les-Greves', ''),
(19683, 76, 589, 'Pleubian', ''),
(19684, 76, 589, 'Pleucadeuc', ''),
(19685, 76, 589, 'Pleudaniel', ''),
(19686, 76, 589, 'Pleudihen-sur-Rance', ''),
(19687, 76, 589, 'Pleugriffet', ''),
(19688, 76, 589, 'Pleugueneuc', ''),
(19689, 76, 589, 'Pleumeleuc', ''),
(19690, 76, 589, 'Pleumeur-Bodou', ''),
(19691, 76, 589, 'Pleurtuit', ''),
(19692, 76, 589, 'Pleuven', ''),
(19693, 76, 589, 'Plevenon', ''),
(19694, 76, 589, 'Pleyben', ''),
(19695, 76, 589, 'Pleyber-Christ', ''),
(19696, 76, 589, 'Plobannalec-Lesconil', ''),
(19697, 76, 589, 'Ploemel', ''),
(19698, 76, 589, 'Ploemeur', ''),
(19699, 76, 589, 'Ploerdut', ''),
(19700, 76, 589, 'Ploeren', ''),
(19701, 76, 589, 'Ploermel', ''),
(19702, 76, 589, 'Ploeuc-sur-Lie', ''),
(19703, 76, 589, 'Ploeven', ''),
(19704, 76, 589, 'Plogoff', ''),
(19705, 76, 589, 'Plogonnec', ''),
(19706, 76, 589, 'Plomelin', ''),
(19707, 76, 589, 'Plomeur', ''),
(19708, 76, 589, 'Plomodiern', ''),
(19709, 76, 589, 'Ploneis', ''),
(19710, 76, 589, 'Plonéour-Lanvern', ''),
(19711, 76, 589, 'Plonevez-du-Faou', ''),
(19712, 76, 589, 'Plonevez-Porzay', ''),
(19713, 76, 589, 'Plouagat', ''),
(19714, 76, 589, 'Plouaret', ''),
(19715, 76, 589, 'Plouarzel', ''),
(19716, 76, 589, 'Plouay', ''),
(19717, 76, 589, 'Ploubalay', ''),
(19718, 76, 589, 'Ploubazlanec', ''),
(19719, 76, 589, 'Ploubezre', ''),
(19720, 76, 589, 'Ploudalmezeau', ''),
(19721, 76, 589, 'Ploudaniel', ''),
(19722, 76, 589, 'Ploudiry', ''),
(19723, 76, 589, 'Plouedern', ''),
(19724, 76, 589, 'Plouenan', ''),
(19725, 76, 589, 'Plouer-sur-Rance', ''),
(19726, 76, 589, 'Plouescat', ''),
(19727, 76, 589, 'Plouezec', ''),
(19728, 76, 589, 'Plouezoc\'h', ''),
(19729, 76, 589, 'Ploufragan', ''),
(19730, 76, 589, 'Plougasnou', ''),
(19731, 76, 589, 'Plougastel-Daoulas', ''),
(19732, 76, 589, 'Plougonvelin', ''),
(19733, 76, 589, 'Plougonven', ''),
(19734, 76, 589, 'Plougonver', ''),
(19735, 76, 589, 'Plougoulm', ''),
(19736, 76, 589, 'Plougoumelen', ''),
(19737, 76, 589, 'Plougourvest', ''),
(19738, 76, 589, 'Plougras', ''),
(19739, 76, 589, 'Plouguenast', ''),
(19740, 76, 589, 'Plouguerneau', ''),
(19741, 76, 589, 'Plouguernevel', ''),
(19742, 76, 589, 'Plouguiel', ''),
(19743, 76, 589, 'Plouguin', ''),
(19744, 76, 589, 'Plouha', ''),
(19745, 76, 589, 'Plouharnel', ''),
(19746, 76, 589, 'Plouigneau', ''),
(19747, 76, 589, 'Plouisy', ''),
(19748, 76, 589, 'Ploumagoar', ''),
(19749, 76, 589, 'Ploumilliau', ''),
(19750, 76, 589, 'Plouneour-Menez', ''),
(19751, 76, 589, 'Plouneour-Trez', ''),
(19752, 76, 589, 'Plounerin', ''),
(19753, 76, 589, 'Plounevez-Lochrist', ''),
(19754, 76, 589, 'Plounevezel', ''),
(19755, 76, 589, 'Plouray', ''),
(19756, 76, 589, 'Plouvara', ''),
(19757, 76, 589, 'Plouvien', ''),
(19758, 76, 589, 'Plouvorn', ''),
(19759, 76, 589, 'Plouye', ''),
(19760, 76, 589, 'Plouzane', ''),
(19761, 76, 589, 'Plouzelambre', ''),
(19762, 76, 589, 'Plouzevede', ''),
(19763, 76, 589, 'Plozevet', ''),
(19764, 76, 589, 'Pludual', ''),
(19765, 76, 589, 'Pluduno', ''),
(19766, 76, 589, 'Pluguffan', ''),
(19767, 76, 589, 'Pluherlin', ''),
(19768, 76, 589, 'Plumaudan', ''),
(19769, 76, 589, 'Plumaugat', ''),
(19770, 76, 589, 'Plumelec', ''),
(19771, 76, 589, 'Plumeliau', ''),
(19772, 76, 589, 'Plumelin', ''),
(19773, 76, 589, 'Plumergat', ''),
(19774, 76, 589, 'Plumieux', ''),
(19775, 76, 589, 'Pluneret', ''),
(19776, 76, 589, 'Plurien', ''),
(19777, 76, 589, 'Plussulien', ''),
(19778, 76, 589, 'Pluvigner', ''),
(19779, 76, 589, 'Poce-les-Bois', ''),
(19780, 76, 589, 'Poligne', ''),
(19781, 76, 589, 'Pommeret', ''),
(19782, 76, 589, 'Pommerit-le-Vicomte', ''),
(19783, 76, 589, 'Pont Croix', ''),
(19784, 76, 589, 'Pont-Aven', ''),
(19785, 76, 589, 'Pont-de-Buis-les-Quimerch', ''),
(19786, 76, 589, 'Pont-l\'Abbé', ''),
(19787, 76, 589, 'Pont-Scorff', ''),
(19788, 76, 589, 'Pontivy', ''),
(19789, 76, 589, 'Pontrieux', ''),
(19790, 76, 589, 'Pordic', ''),
(19791, 76, 589, 'Porspoder', ''),
(19792, 76, 589, 'Port-Louis', ''),
(19793, 76, 589, 'Portrieux', ''),
(19794, 76, 589, 'Pouldergat', ''),
(19795, 76, 589, 'Pouldreuzic', ''),
(19796, 76, 589, 'Poullaouen', ''),
(19797, 76, 589, 'Prat', ''),
(19798, 76, 589, 'Quebriac', ''),
(19799, 76, 589, 'Quedillac', ''),
(19800, 76, 589, 'Quelneuc', ''),
(19801, 76, 589, 'Quéménéven', ''),
(19802, 76, 589, 'Querrien', ''),
(19803, 76, 589, 'Quessoy', ''),
(19804, 76, 589, 'Questembert', ''),
(19805, 76, 589, 'Queven', ''),
(19806, 76, 589, 'Quevert', ''),
(19807, 76, 589, 'Quiberon', ''),
(19808, 76, 589, 'Quily', ''),
(19809, 76, 589, 'Quimerch', ''),
(19810, 76, 589, 'Quimper', ''),
(19811, 76, 589, 'Quimperlé', ''),
(19812, 76, 589, 'Quintenic', ''),
(19813, 76, 589, 'Quintin', ''),
(19814, 76, 589, 'Quistinic', ''),
(19815, 76, 589, 'Radenac', ''),
(19816, 76, 589, 'Redene', ''),
(19817, 76, 589, 'Redon', ''),
(19818, 76, 589, 'Reguiny', ''),
(19819, 76, 589, 'Remungol', ''),
(19820, 76, 589, 'Renac', ''),
(19821, 76, 589, 'Rennes', ''),
(19822, 76, 589, 'Retiers', ''),
(19823, 76, 589, 'Riantec', ''),
(19824, 76, 589, 'Riec-sur-Belon', ''),
(19825, 76, 589, 'Rieux', ''),
(19826, 76, 589, 'Rimou', ''),
(19827, 76, 589, 'Rochefort-en-Terre', ''),
(19828, 76, 589, 'Rohan', ''),
(19829, 76, 589, 'Romagne', ''),
(19830, 76, 589, 'Romille', ''),
(19831, 76, 589, 'Roscoff', ''),
(19832, 76, 589, 'Rospez', ''),
(19833, 76, 589, 'Rosporden', ''),
(19834, 76, 589, 'Rostrenen', ''),
(19835, 76, 589, 'Roz-Landrieux', ''),
(19836, 76, 589, 'Roz-sur-Couesnon', ''),
(19837, 76, 589, 'Ruca', ''),
(19838, 76, 589, 'Ruffiac', ''),
(19839, 76, 589, 'Saint-Abraham', ''),
(19840, 76, 589, 'Saint-Agathon', ''),
(19841, 76, 589, 'Saint-Alban', ''),
(19842, 76, 589, 'Saint-Armel', ''),
(19843, 76, 589, 'Saint-Aubin-d\'Aubigne', ''),
(19844, 76, 589, 'Saint-Aubin-du-Cormier', ''),
(19845, 76, 589, 'Saint-Ave', ''),
(19846, 76, 589, 'Saint-Barnabe', ''),
(19847, 76, 589, 'Saint-Benoit-des-Ondes', ''),
(19848, 76, 589, 'Saint-Brandan', ''),
(19849, 76, 589, 'Saint-Briac-sur-Mer', ''),
(19850, 76, 589, 'Saint-Brice-en-Cogles', ''),
(19851, 76, 589, 'Saint-Brieuc', ''),
(19852, 76, 589, 'Saint-Caradec-Tregomel', ''),
(19853, 76, 589, 'Saint-Carne', ''),
(19854, 76, 589, 'Saint-Carreuc', ''),
(19855, 76, 589, 'Saint-Colomban', ''),
(19856, 76, 589, 'Saint-Connec', ''),
(19857, 76, 589, 'Saint-Coulomb', ''),
(19858, 76, 589, 'Saint-Dolay', ''),
(19859, 76, 589, 'Saint-Domineuc', ''),
(19860, 76, 589, 'Saint-Donan', ''),
(19861, 76, 589, 'Saint-Erblon', ''),
(19862, 76, 589, 'Saint-Etienne-en-Cogles', ''),
(19863, 76, 589, 'Saint-Evarzec', ''),
(19864, 76, 589, 'Saint-Fregant', ''),
(19865, 76, 589, 'Saint-Georges-de-Reintembault', ''),
(19866, 76, 589, 'Saint-Germain-du-Pinel', ''),
(19867, 76, 589, 'Saint-Germain-en-Cogles', ''),
(19868, 76, 589, 'Saint-Germain-sur-Ille', ''),
(19869, 76, 589, 'Saint-Gildas-de-Rhuys', ''),
(19870, 76, 589, 'Saint-Glen', ''),
(19871, 76, 589, 'Saint-Gonnery', ''),
(19872, 76, 589, 'Saint-Gregoire', ''),
(19873, 76, 589, 'Saint-Guen', ''),
(19874, 76, 589, 'Saint-Guyomard', ''),
(19875, 76, 589, 'Saint-Helen', ''),
(19876, 76, 589, 'Saint-Hernin', ''),
(19877, 76, 589, 'Saint-Herve', ''),
(19878, 76, 589, 'Saint-Jacques-de-la-Lande', ''),
(19879, 76, 589, 'Saint-Jacut-de-la-Mer', ''),
(19880, 76, 589, 'Saint-Jacut-du-Mene', ''),
(19881, 76, 589, 'Saint-Jacut-les-Pins', ''),
(19882, 76, 589, 'Saint-Jean-Brevelay', ''),
(19883, 76, 589, 'Saint-Jean-Kerdaniel', ''),
(19884, 76, 589, 'Saint-Jean-la-Poterie', ''),
(19885, 76, 589, 'Saint-Jean-sur-Couesnon', ''),
(19886, 76, 589, 'Saint-Jean-sur-Vilaine', ''),
(19887, 76, 589, 'Saint-Jouan-des-Guerets', ''),
(19888, 76, 589, 'Saint-Judoce', ''),
(19889, 76, 589, 'Saint-Lormel', ''),
(19890, 76, 589, 'Saint-Lunaire', ''),
(19891, 76, 589, 'Saint-M\'Hervon', ''),
(19892, 76, 589, 'Saint-Maden', ''),
(19893, 76, 589, 'Saint-Martin-des-Champs', ''),
(19894, 76, 589, 'Saint-Maudan', ''),
(19895, 76, 589, 'Saint-Maudez', ''),
(19896, 76, 589, 'Saint-Maugan', ''),
(19897, 76, 589, 'Saint-Mayeux', ''),
(19898, 76, 589, 'Saint-Meen-le-Grand', ''),
(19899, 76, 589, 'Saint-Meloir-des-Ondes', ''),
(19900, 76, 589, 'Saint-Michel-en-Greve', ''),
(19901, 76, 589, 'Saint-Nic', ''),
(19902, 76, 589, 'Saint-Ouen-des-Alleux', ''),
(19903, 76, 589, 'Saint-Pere', ''),
(19904, 76, 589, 'Saint-Perreux', ''),
(19905, 76, 589, 'Saint-Philibert', ''),
(19906, 76, 589, 'Saint-Pierre-de-Plesguen', ''),
(19907, 76, 589, 'Saint-Pol-de-Léon', ''),
(19908, 76, 589, 'Saint-Potan', ''),
(19909, 76, 589, 'Saint-Quay-Portrieux', ''),
(19910, 76, 589, 'Saint-Renan', ''),
(19911, 76, 589, 'Saint-Samson-sur-Rance', ''),
(19912, 76, 589, 'Saint-Senoux', ''),
(19913, 76, 589, 'Saint-Servais', ''),
(19914, 76, 589, 'Saint-Solen', ''),
(19915, 76, 589, 'Saint-Suliac', ''),
(19916, 76, 589, 'Saint-Sulpice-la-Foret', ''),
(19917, 76, 589, 'Saint-Thegonnec', ''),
(19918, 76, 589, 'Saint-Thelo', ''),
(19919, 76, 589, 'Saint-Thonan', ''),
(19920, 76, 589, 'Saint-Thual', ''),
(19921, 76, 589, 'Saint-Thurial', ''),
(19922, 76, 589, 'Saint-Thuriau', ''),
(19923, 76, 589, 'Saint-Uniac', ''),
(19924, 76, 589, 'Saint-Urbain', ''),
(19925, 76, 589, 'Saint-Vincent-sur-Oust', ''),
(19926, 76, 589, 'Saint-Vougay', ''),
(19927, 76, 589, 'Saint-Vran', ''),
(19928, 76, 589, 'Saint-Yvi', ''),
(19929, 76, 589, 'Sainte-Anne-sur-Vilaine', ''),
(19930, 76, 589, 'Sainte-Helene', ''),
(19931, 76, 589, 'Sainte-Marie', ''),
(19932, 76, 589, 'Santec', ''),
(19933, 76, 589, 'Sarzeau', ''),
(19934, 76, 589, 'Scaer', ''),
(19935, 76, 589, 'Scrignac', ''),
(19936, 76, 589, 'Seglien', ''),
(19937, 76, 589, 'Sene', ''),
(19938, 76, 589, 'Sens-de-Bretagne', ''),
(19939, 76, 589, 'Senven-Lehart', ''),
(19940, 76, 589, 'Serent', ''),
(19941, 76, 589, 'Servon-sur-Vilaine', ''),
(19942, 76, 589, 'Silfiac', ''),
(19943, 76, 589, 'Sizun', ''),
(19944, 76, 589, 'Spezet', ''),
(19945, 76, 589, 'St-Malo', ''),
(19946, 76, 589, 'Sulniac', ''),
(19947, 76, 589, 'Surzur', ''),
(19948, 76, 589, 'Taden', ''),
(19949, 76, 589, 'Talensac', ''),
(19950, 76, 589, 'Taule', ''),
(19951, 76, 589, 'Taupont', ''),
(19952, 76, 589, 'Teillay', ''),
(19953, 76, 589, 'Telgruc-sur-Mer', ''),
(19954, 76, 589, 'Theix', ''),
(19955, 76, 589, 'Tinteniac', ''),
(19956, 76, 589, 'Torce', ''),
(19957, 76, 589, 'Tourch', ''),
(19958, 76, 589, 'Treal', ''),
(19959, 76, 589, 'Trebeurden', ''),
(19960, 76, 589, 'Trebrivan', ''),
(19961, 76, 589, 'Trebry', ''),
(19962, 76, 589, 'Tredarzec', ''),
(19963, 76, 589, 'Tredion', ''),
(19964, 76, 589, 'Treduder', ''),
(19965, 76, 589, 'Treffendel', ''),
(19966, 76, 589, 'Treffiagat', ''),
(19967, 76, 589, 'Treffrin', ''),
(19968, 76, 589, 'Treflaouenan', ''),
(19969, 76, 589, 'Tregastel', ''),
(19970, 76, 589, 'Tregomeur', ''),
(19971, 76, 589, 'Tregourez', ''),
(19972, 76, 589, 'Tregueux', ''),
(19973, 76, 589, 'Treguidel', ''),
(19974, 76, 589, 'Tréguier', ''),
(19975, 76, 589, 'Tregunc', ''),
(19976, 76, 589, 'Trelivan', ''),
(19977, 76, 589, 'Tremel', ''),
(19978, 76, 589, 'Tremeloir', ''),
(19979, 76, 589, 'Tremereuc', ''),
(19980, 76, 589, 'Tremeven', ''),
(19981, 76, 589, 'Tremorel', ''),
(19982, 76, 589, 'Tremuson', ''),
(19983, 76, 589, 'Treve', ''),
(19984, 76, 589, 'Treveneuc', ''),
(19985, 76, 589, 'Treverien', ''),
(19986, 76, 589, 'Trigavou', ''),
(19987, 76, 589, 'Uzel', ''),
(19988, 76, 589, 'Val-dIzé', ''),
(19989, 76, 589, 'Vannes', ''),
(19990, 76, 589, 'Vern-sur-Seiche', ''),
(19991, 76, 589, 'Vezin-le-Coquet', ''),
(19992, 76, 589, 'Vignoc', ''),
(19993, 76, 589, 'Vilde-Guingalan', ''),
(19994, 76, 589, 'Vitré', ''),
(19995, 76, 589, 'Yffiniac', ''),
(19996, 76, 589, 'Yvias', ''),
(19997, 76, 589, 'Yvignac-la-Tour', ''),
(19998, 76, 590, 'Abilly', ''),
(19999, 76, 590, 'Abondant', ''),
(20000, 76, 590, 'Allogny', ''),
(20001, 76, 590, 'Allouis', ''),
(20002, 76, 590, 'Ambloy', ''),
(20003, 76, 590, 'Amboise', ''),
(20004, 76, 590, 'Amilly', ''),
(20005, 76, 590, 'Andonville', ''),
(20006, 76, 590, 'Anet', ''),
(20007, 76, 590, 'Ange', ''),
(20008, 76, 590, 'Arcay', ''),
(20009, 76, 590, 'Ardelles', ''),
(20010, 76, 590, 'Ardentes', ''),
(20011, 76, 590, 'Argent-sur-Sauldre', ''),
(20012, 76, 590, 'Argenton-sur-Creuse', ''),
(20013, 76, 590, 'Argenvieres', ''),
(20014, 76, 590, 'Argeville', ''),
(20015, 76, 590, 'Armenonville-les-Gatineaux', ''),
(20016, 76, 590, 'Arrou', ''),
(20017, 76, 590, 'Artannes-sur-Indre', ''),
(20018, 76, 590, 'Artenay', ''),
(20019, 76, 590, 'Ascheres-le-Marche', ''),
(20020, 76, 590, 'Ascoux', ''),
(20021, 76, 590, 'Athee-sur-Cher', ''),
(20022, 76, 590, 'Aubigny-sur-Nère', ''),
(20023, 76, 590, 'Aubinges', ''),
(20024, 76, 590, 'Audeville', ''),
(20025, 76, 590, 'Aulnay-la-Riviere', ''),
(20026, 76, 590, 'Aunay-sous-Auneau', ''),
(20027, 76, 590, 'Auneau', ''),
(20028, 76, 590, 'Autheuil', ''),
(20029, 76, 590, 'Authon-du-Perche', ''),
(20030, 76, 590, 'Autry-le-Chatel', ''),
(20031, 76, 590, 'Auxy', ''),
(20032, 76, 590, 'Auzouer-en-Touraine', ''),
(20033, 76, 590, 'Avaray', ''),
(20034, 76, 590, 'Avoine', ''),
(20035, 76, 590, 'Azay-le-Rideau', ''),
(20036, 76, 590, 'Azay-sur-Cher', ''),
(20037, 76, 590, 'Aze', ''),
(20038, 76, 590, 'Baccon', ''),
(20039, 76, 590, 'Badecon-le-Pin', ''),
(20040, 76, 590, 'Bagneux', ''),
(20041, 76, 590, 'Bailleau-l\'Évêque', ''),
(20042, 76, 590, 'Bailleau-le-Pin', ''),
(20043, 76, 590, 'Ballan-Mire', ''),
(20044, 76, 590, 'Bannay', ''),
(20045, 76, 590, 'Barjouville', ''),
(20046, 76, 590, 'Baule', ''),
(20047, 76, 590, 'Bazoches-les-Gallerandes', ''),
(20048, 76, 590, 'Bazoches-les-Hautes', ''),
(20049, 76, 590, 'Bazoches-sur-le-Betz', ''),
(20050, 76, 590, 'Beauchamps-sur-Huillard', ''),
(20051, 76, 590, 'Beaufou', ''),
(20052, 76, 590, 'Beaugency', ''),
(20053, 76, 590, 'Beaulieu-lès-Loches', ''),
(20054, 76, 590, 'Beaumont-en-Veron', ''),
(20055, 76, 590, 'Beaumont-la-Ronce', ''),
(20056, 76, 590, 'Beaune-la-Rolande', ''),
(20057, 76, 590, 'Bellegarde', ''),
(20058, 76, 590, 'Bengy-sur-Craon', ''),
(20059, 76, 590, 'Bercheres-sur-Vesgre', ''),
(20060, 76, 590, 'Berou-la-Mulotiere', ''),
(20061, 76, 590, 'Berry-Bouy', ''),
(20062, 76, 590, 'Berthenay', ''),
(20063, 76, 590, 'Bertin', ''),
(20064, 76, 590, 'Bethonvilliers', ''),
(20065, 76, 590, 'Beville-le-Comte', ''),
(20066, 76, 590, 'Billancelles', ''),
(20067, 76, 590, 'Billy', ''),
(20068, 76, 590, 'Binas', ''),
(20069, 76, 590, 'Blancafort', ''),
(20070, 76, 590, 'Blere', ''),
(20071, 76, 590, 'Blet', ''),
(20072, 76, 590, 'Bleury', ''),
(20073, 76, 590, 'Blevy', ''),
(20074, 76, 590, 'Blois', ''),
(20075, 76, 590, 'Boesses', ''),
(20076, 76, 590, 'Boigny-sur-Bionne', ''),
(20077, 76, 590, 'Boismorand', ''),
(20078, 76, 590, 'Boisseaux', ''),
(20079, 76, 590, 'Boissy-le-Girard', ''),
(20080, 76, 590, 'Bonnee', ''),
(20081, 76, 590, 'Bonnet', ''),
(20082, 76, 590, 'Bonneval', ''),
(20083, 76, 590, 'Bonny-sur-Loire', ''),
(20084, 76, 590, 'Bossay-sur-Claise', ''),
(20085, 76, 590, 'Bossee', ''),
(20086, 76, 590, 'Bou', ''),
(20087, 76, 590, 'Bouconville', ''),
(20088, 76, 590, 'Boulay-les-Barres', ''),
(20089, 76, 590, 'Bourges', ''),
(20090, 76, 590, 'Bourgueil', ''),
(20091, 76, 590, 'Bourre', ''),
(20092, 76, 590, 'Boutigny-Prouais', ''),
(20093, 76, 590, 'Bouzais', ''),
(20094, 76, 590, 'Bouzonville-en-Beauce', ''),
(20095, 76, 590, 'Boynes', ''),
(20096, 76, 590, 'Bracieux', ''),
(20097, 76, 590, 'Braslou', ''),
(20098, 76, 590, 'Bray-en-Val', ''),
(20099, 76, 590, 'Braye-sous-Faye', ''),
(20100, 76, 590, 'Braye-sur-Maulne', ''),
(20101, 76, 590, 'Brecy', ''),
(20102, 76, 590, 'Brehemont', ''),
(20103, 76, 590, 'Bretigny', ''),
(20104, 76, 590, 'Brezolles', ''),
(20105, 76, 590, 'Briare', ''),
(20106, 76, 590, 'Bricy', ''),
(20107, 76, 590, 'Brinay', ''),
(20108, 76, 590, 'Brinon-sur-Sauldre', ''),
(20109, 76, 590, 'Bromeilles', ''),
(20110, 76, 590, 'Brou', ''),
(20111, 76, 590, 'Bruere-Allichamps', ''),
(20112, 76, 590, 'Bu', ''),
(20113, 76, 590, 'Busloup', ''),
(20114, 76, 590, 'Buzancais', ''),
(20115, 76, 590, 'Cande-sur-Beuvron', ''),
(20116, 76, 590, 'Cangey', ''),
(20117, 76, 590, 'Ceaulmont', ''),
(20118, 76, 590, 'Cellettes', ''),
(20119, 76, 590, 'Cepoy', ''),
(20120, 76, 590, 'Cercottes', ''),
(20121, 76, 590, 'Cerdon', ''),
(20122, 76, 590, 'Cere', ''),
(20123, 76, 590, 'Cerelles', ''),
(20124, 76, 590, 'Cernoy-en-Berry', ''),
(20125, 76, 590, 'Chabris', ''),
(20126, 76, 590, 'Chailles', ''),
(20127, 76, 590, 'Chaingy', ''),
(20128, 76, 590, 'Chalette-sur-Loing', ''),
(20129, 76, 590, 'Challet', ''),
(20130, 76, 590, 'Chambon', ''),
(20131, 76, 590, 'Chambon-la-Foret', ''),
(20132, 76, 590, 'Chambon-sur-Cisse', ''),
(20133, 76, 590, 'Chambourg-sur-Indre', ''),
(20134, 76, 590, 'Chambray-lès-Tours', ''),
(20135, 76, 590, 'Champhol', ''),
(20136, 76, 590, 'Champigny-en-Beauce', ''),
(20137, 76, 590, 'Champrond-en-Gatine', ''),
(20138, 76, 590, 'Champseru', ''),
(20139, 76, 590, 'Chanceaux-sur-Choisille', ''),
(20140, 76, 590, 'Channay-sur-Lathan', ''),
(20141, 76, 590, 'Chanteau', ''),
(20142, 76, 590, 'Chapelle-Guillaume', ''),
(20143, 76, 590, 'Chapelon', ''),
(20144, 76, 590, 'Charentilly', ''),
(20145, 76, 590, 'Charge', ''),
(20146, 76, 590, 'Charmont-en-Beauce', ''),
(20147, 76, 590, 'Charonville', ''),
(20148, 76, 590, 'Charpont', ''),
(20149, 76, 590, 'Charsonville', ''),
(20150, 76, 590, 'Chartainvilliers', ''),
(20151, 76, 590, 'Chartres', ''),
(20152, 76, 590, 'Chasseneuil', ''),
(20153, 76, 590, 'Chassignolles', ''),
(20154, 76, 590, 'Chassy', ''),
(20155, 76, 590, 'Château de Loches', ''),
(20156, 76, 590, 'Chateau-la-Valliere', ''),
(20157, 76, 590, 'Chateau-Renault', ''),
(20158, 76, 590, 'Châteaudun', ''),
(20159, 76, 590, 'Chateaumeillant', ''),
(20160, 76, 590, 'Chateauneuf-en-Thymerais', ''),
(20161, 76, 590, 'Châteauneuf-sur-Cher', ''),
(20162, 76, 590, 'Chateauneuf-sur-Loire', ''),
(20163, 76, 590, 'Châteauroux', ''),
(20164, 76, 590, 'Chatenoy', ''),
(20165, 76, 590, 'Chatillon-Coligny', ''),
(20166, 76, 590, 'Chatillon-sur-Cher', ''),
(20167, 76, 590, 'Chatillon-sur-Loire', ''),
(20168, 76, 590, 'Chatres-sur-Cher', ''),
(20169, 76, 590, 'Chaudon', ''),
(20170, 76, 590, 'Chauffours', ''),
(20171, 76, 590, 'Chaufour', ''),
(20172, 76, 590, 'Chaumes', ''),
(20173, 76, 590, 'Chaumont-sur-Tharonne', ''),
(20174, 76, 590, 'Chaveignes', ''),
(20175, 76, 590, 'Checy', ''),
(20176, 76, 590, 'Cheille', ''),
(20177, 76, 590, 'Chemery', ''),
(20178, 76, 590, 'Cherisy', ''),
(20179, 76, 590, 'Cheverny', ''),
(20180, 76, 590, 'Chevillon-sur-Huillard', ''),
(20181, 76, 590, 'Chevilly', ''),
(20182, 76, 590, 'Chilleurs-aux-Bois', ''),
(20183, 76, 590, 'Chinon', ''),
(20184, 76, 590, 'Chissay-en-Touraine', ''),
(20185, 76, 590, 'Chitenay', ''),
(20186, 76, 590, 'Chouze-sur-Loire', ''),
(20187, 76, 590, 'Chouzy-sur-Cisse', ''),
(20188, 76, 590, 'Chuelles', ''),
(20189, 76, 590, 'Chuisnes', ''),
(20190, 76, 590, 'Cigogne', ''),
(20191, 76, 590, 'Cinq-Mars-la-Pile', ''),
(20192, 76, 590, 'Civray', ''),
(20193, 76, 590, 'Civray-de-Touraine', ''),
(20194, 76, 590, 'Civry', ''),
(20195, 76, 590, 'Clemont', ''),
(20196, 76, 590, 'Clere-les-Pins', ''),
(20197, 76, 590, 'Clery-Saint-Andre', ''),
(20198, 76, 590, 'Clevilliers', ''),
(20199, 76, 590, 'Cloyes-sur-le-Loir', ''),
(20200, 76, 590, 'Cluis', ''),
(20201, 76, 590, 'Coinces', ''),
(20202, 76, 590, 'Coltainville', ''),
(20203, 76, 590, 'Combleux', ''),
(20204, 76, 590, 'Corbeilles', ''),
(20205, 76, 590, 'Cormainville', ''),
(20206, 76, 590, 'Cormenon', ''),
(20207, 76, 590, 'Cormeray', ''),
(20208, 76, 590, 'Cormery', ''),
(20209, 76, 590, 'Corquilleroy', ''),
(20210, 76, 590, 'Coudray-au-Perche', ''),
(20211, 76, 590, 'Coullons', ''),
(20212, 76, 590, 'Coulombs', ''),
(20213, 76, 590, 'Cour-Cheverny', ''),
(20214, 76, 590, 'Courcay', ''),
(20215, 76, 590, 'Courmemin', ''),
(20216, 76, 590, 'Courtemaux', ''),
(20217, 76, 590, 'Courtenay', ''),
(20218, 76, 590, 'Courville-sur-Eure', ''),
(20219, 76, 590, 'Cravant-les-Coteaux', ''),
(20220, 76, 590, 'Crissay-sur-Manse', ''),
(20221, 76, 590, 'Croisilles', ''),
(20222, 76, 590, 'Crosses', ''),
(20223, 76, 590, 'Crouy-sur-Cosson', ''),
(20224, 76, 590, 'Cuffy', ''),
(20225, 76, 590, 'Culan', ''),
(20226, 76, 590, 'Cussay', ''),
(20227, 76, 590, 'Cuzion', ''),
(20228, 76, 590, 'Dadonville', ''),
(20229, 76, 590, 'Dame-Marie-les-Bois', ''),
(20230, 76, 590, 'Dampierre-en-Burly', ''),
(20231, 76, 590, 'Dampierre-en-Crot', ''),
(20232, 76, 590, 'Dampierre-sur-Avre', ''),
(20233, 76, 590, 'Darvoy', ''),
(20234, 76, 590, 'Denonville', ''),
(20235, 76, 590, 'Déols', ''),
(20236, 76, 590, 'Desmonts', ''),
(20237, 76, 590, 'Diors', ''),
(20238, 76, 590, 'Dolus-le-Sec', ''),
(20239, 76, 590, 'Donnery', ''),
(20240, 76, 590, 'Dordives', ''),
(20241, 76, 590, 'Dossainville', ''),
(20242, 76, 590, 'Douchy', ''),
(20243, 76, 590, 'Drache', ''),
(20244, 76, 590, 'Dreux', ''),
(20245, 76, 590, 'Droue', ''),
(20246, 76, 590, 'Droue-sur-Drouette', ''),
(20247, 76, 590, 'Druye', ''),
(20248, 76, 590, 'Dry', ''),
(20249, 76, 590, 'Dun-le-Poelier', ''),
(20250, 76, 590, 'Dun-sur-Auron', ''),
(20251, 76, 590, 'Echilleuses', ''),
(20252, 76, 590, 'Ecluzelles', ''),
(20253, 76, 590, 'Ecueille', ''),
(20254, 76, 590, 'Egry', ''),
(20255, 76, 590, 'Epernon', ''),
(20256, 76, 590, 'Epiais', ''),
(20257, 76, 590, 'Epieds-en-Beauce', ''),
(20258, 76, 590, 'Erceville', ''),
(20259, 76, 590, 'Escrennes', ''),
(20260, 76, 590, 'Estouy', ''),
(20261, 76, 590, 'Esves-le-Moutier', ''),
(20262, 76, 590, 'Esvres', ''),
(20263, 76, 590, 'Etrechet', ''),
(20264, 76, 590, 'Farges-Allichamps', ''),
(20265, 76, 590, 'Faverolles-sur-Cher', ''),
(20266, 76, 590, 'Fay-aux-Loges', ''),
(20267, 76, 590, 'Ferolles', ''),
(20268, 76, 590, 'Ferriere-Larcon', ''),
(20269, 76, 590, 'Ferrieres-en-Gatinais', ''),
(20270, 76, 590, 'Fleury', ''),
(20271, 76, 590, 'Fleury-les-Aubrais', ''),
(20272, 76, 590, 'Foecy', ''),
(20273, 76, 590, 'Fondettes', ''),
(20274, 76, 590, 'Fontaine-la-Guyon', ''),
(20275, 76, 590, 'Fontaine-les-Coteaux', ''),
(20276, 76, 590, 'Fontaines-en-Sologne', ''),
(20277, 76, 590, 'Fontenay', ''),
(20278, 76, 590, 'Fontenay-sur-Eure', ''),
(20279, 76, 590, 'Fontenay-sur-Loing', ''),
(20280, 76, 590, 'Fortan', ''),
(20281, 76, 590, 'Francourville', ''),
(20282, 76, 590, 'Francueil', ''),
(20283, 76, 590, 'Fredille', ''),
(20284, 76, 590, 'Fresnay-l\'Eveque', ''),
(20285, 76, 590, 'Fresnes', ''),
(20286, 76, 590, 'Freteval', ''),
(20287, 76, 590, 'Fussy', ''),
(20288, 76, 590, 'Gallardon', ''),
(20289, 76, 590, 'Garancieres-en-Beauce', ''),
(20290, 76, 590, 'Garancieres-en-Drouais', ''),
(20291, 76, 590, 'Gas', ''),
(20292, 76, 590, 'Gasville-Oiseme', ''),
(20293, 76, 590, 'Gatelles', ''),
(20294, 76, 590, 'Gaubertin', ''),
(20295, 76, 590, 'Gellainville', ''),
(20296, 76, 590, 'Genet', ''),
(20297, 76, 590, 'Genouilly', ''),
(20298, 76, 590, 'Germainville', ''),
(20299, 76, 590, 'Germignonville', ''),
(20300, 76, 590, 'Gidy', ''),
(20301, 76, 590, 'Gien', ''),
(20302, 76, 590, 'Gievres', ''),
(20303, 76, 590, 'Gilles', ''),
(20304, 76, 590, 'Gizeux', ''),
(20305, 76, 590, 'Gombergean', ''),
(20306, 76, 590, 'Gommerville', ''),
(20307, 76, 590, 'Gondreville', ''),
(20308, 76, 590, 'Goussainville', ''),
(20309, 76, 590, 'Gracay', ''),
(20310, 76, 590, 'Grand Champ', ''),
(20311, 76, 590, 'Greneville-en-Beauce', ''),
(20312, 76, 590, 'Guainville', ''),
(20313, 76, 590, 'Hanches', ''),
(20314, 76, 590, 'Happonvilliers', ''),
(20315, 76, 590, 'Henrichemont', ''),
(20316, 76, 590, 'Herbault', ''),
(20317, 76, 590, 'Hommes', ''),
(20318, 76, 590, 'Houx', ''),
(20319, 76, 590, 'Huisseau-sur-Cosson', ''),
(20320, 76, 590, 'Illiers-Combray', ''),
(20321, 76, 590, 'Ineuil', ''),
(20322, 76, 590, 'Ingrandes-de-Touraine', ''),
(20323, 76, 590, 'Ingre', ''),
(20324, 76, 590, 'Issoudun', ''),
(20325, 76, 590, 'Ivoy-le-Pre', ''),
(20326, 76, 590, 'Jalognes', ''),
(20327, 76, 590, 'Janville', ''),
(20328, 76, 590, 'Jargeau', ''),
(20329, 76, 590, 'Jeu-les-Bois', ''),
(20330, 76, 590, 'Jonvilliers', ''),
(20331, 76, 590, 'Josnes', ''),
(20332, 76, 590, 'Joué-lès-Tours', ''),
(20333, 76, 590, 'Jouet-sur-l\'Aubois', ''),
(20334, 76, 590, 'Juranville', ''),
(20335, 76, 590, 'La Bazoche-Gouet', ''),
(20336, 76, 590, 'La Berthenoux', ''),
(20337, 76, 590, 'La Bussiere', ''),
(20338, 76, 590, 'La Celle', ''),
(20339, 76, 590, 'La Chapelle-Orthemale', ''),
(20340, 76, 590, 'La Chapelle-Saint-Ursin', ''),
(20341, 76, 590, 'La Chatre-Langlin', ''),
(20342, 76, 590, 'La Cheneviere', ''),
(20343, 76, 590, 'La Ferte', ''),
(20344, 76, 590, 'La Ferte-Beauharnais', ''),
(20345, 76, 590, 'La Ferte-Saint-Aubin', ''),
(20346, 76, 590, 'La Ferte-Vidame', ''),
(20347, 76, 590, 'La Framboisiere', ''),
(20348, 76, 590, 'La Guerche', ''),
(20349, 76, 590, 'La Loupe', ''),
(20350, 76, 590, 'La Membrolle-sur-Choisille', ''),
(20351, 76, 590, 'La Perouille', ''),
(20352, 76, 590, 'La Poste', ''),
(20353, 76, 590, 'La Riche', ''),
(20354, 76, 590, 'La Selle-sur-le-Bied', ''),
(20355, 76, 590, 'La Vallette', ''),
(20356, 76, 590, 'La Varenne', ''),
(20357, 76, 590, 'La Ville aux Chiens', ''),
(20358, 76, 590, 'Laas', ''),
(20359, 76, 590, 'Ladon', ''),
(20360, 76, 590, 'Lailly-en-Val', ''),
(20361, 76, 590, 'Lamotte-Beuvron', ''),
(20362, 76, 590, 'Landelles', ''),
(20363, 76, 590, 'Langeais', ''),
(20364, 76, 590, 'Langon', ''),
(20365, 76, 590, 'Lapan', ''),
(20366, 76, 590, 'Larcay', ''),
(20367, 76, 590, 'Le Bardon', ''),
(20368, 76, 590, 'Le Blanc', ''),
(20369, 76, 590, 'Le Boulay', ''),
(20370, 76, 590, 'Le Chateau Gaillard', ''),
(20371, 76, 590, 'Le Grand-Pressigny', ''),
(20372, 76, 590, 'Le Gue-de-Longroi', ''),
(20373, 76, 590, 'Le Louroux', ''),
(20374, 76, 590, 'Le Menoux', ''),
(20375, 76, 590, 'Le Moulinet-sur-Solin', ''),
(20376, 76, 590, 'Le Noyer', ''),
(20377, 76, 590, 'Le Parc', ''),
(20378, 76, 590, 'Le Pechereau', ''),
(20379, 76, 590, 'Le Poinconnet', ''),
(20380, 76, 590, 'Le Poislay', ''),
(20381, 76, 590, 'Le Pont', ''),
(20382, 76, 590, 'Le Puiset', ''),
(20383, 76, 590, 'Le Subdray', ''),
(20384, 76, 590, 'Lemere', ''),
(20385, 76, 590, 'Lere', ''),
(20386, 76, 590, 'Les Aix-d\'Angillon', ''),
(20387, 76, 590, 'Les Bordes', ''),
(20388, 76, 590, 'Les Montils', ''),
(20389, 76, 590, 'Les Roches', ''),
(20390, 76, 590, 'Les Varennes', ''),
(20391, 76, 590, 'Lethuin', ''),
(20392, 76, 590, 'Leves', ''),
(20393, 76, 590, 'Levet', ''),
(20394, 76, 590, 'Levroux', ''),
(20395, 76, 590, 'Lignieres', ''),
(20396, 76, 590, 'Lignieres-de-Touraine', ''),
(20397, 76, 590, 'Ligny-le-Ribault', ''),
(20398, 76, 590, 'Ligueil', ''),
(20399, 76, 590, 'Linge', ''),
(20400, 76, 590, 'Lisle', ''),
(20401, 76, 590, 'Lizeray', ''),
(20402, 76, 590, 'Loges de l\'Epinasse', ''),
(20403, 76, 590, 'Loigny-la-Bataille', ''),
(20404, 76, 590, 'Lombreuil', ''),
(20405, 76, 590, 'Longpre', ''),
(20406, 76, 590, 'Lorris', ''),
(20407, 76, 590, 'Loury', ''),
(20408, 76, 590, 'Louville-la-Chenard', ''),
(20409, 76, 590, 'Louzouer', ''),
(20410, 76, 590, 'Luant', ''),
(20411, 76, 590, 'Luce', ''),
(20412, 76, 590, 'Luisant', ''),
(20413, 76, 590, 'Luplante', ''),
(20414, 76, 590, 'Lury-sur-Arnon', ''),
(20415, 76, 590, 'Lussault-sur-Loire', ''),
(20416, 76, 590, 'Lutz-en-Dunois', ''),
(20417, 76, 590, 'Luynes', ''),
(20418, 76, 590, 'Luzille', ''),
(20419, 76, 590, 'Maille', ''),
(20420, 76, 590, 'Maillebois', ''),
(20421, 76, 590, 'Maintenon', ''),
(20422, 76, 590, 'Mainvilliers', ''),
(20423, 76, 590, 'Maisons', ''),
(20424, 76, 590, 'Malesherbes', ''),
(20425, 76, 590, 'Manou', ''),
(20426, 76, 590, 'Manthelan', ''),
(20427, 76, 590, 'Marboue', ''),
(20428, 76, 590, 'Marce-sur-Esves', ''),
(20429, 76, 590, 'Marcheville', ''),
(20430, 76, 590, 'Marchezais', ''),
(20431, 76, 590, 'Marcilly-en-Beauce', ''),
(20432, 76, 590, 'Marcilly-en-Villette', ''),
(20433, 76, 590, 'Mareau-aux-Pres', ''),
(20434, 76, 590, 'Margon', ''),
(20435, 76, 590, 'Marigny-les-Usages', ''),
(20436, 76, 590, 'Marigny-Marmande', ''),
(20437, 76, 590, 'Maron', ''),
(20438, 76, 590, 'Marray', ''),
(20439, 76, 590, 'Marseilles-les-Aubigny', ''),
(20440, 76, 590, 'Massay', ''),
(20441, 76, 590, 'Maves', ''),
(20442, 76, 590, 'Mazieres-de-Touraine', ''),
(20443, 76, 590, 'Mehers', ''),
(20444, 76, 590, 'Mehun-sur-Yevre', ''),
(20445, 76, 590, 'Menars', ''),
(20446, 76, 590, 'Menetou-Salon', ''),
(20447, 76, 590, 'Menetou-sur-Nahon', ''),
(20448, 76, 590, 'Menetreol-sur-Sauldre', ''),
(20449, 76, 590, 'Mennetou-sur-Cher', ''),
(20450, 76, 590, 'Mer', ''),
(20451, 76, 590, 'Mereau', ''),
(20452, 76, 590, 'Merouville', ''),
(20453, 76, 590, 'Mers-sur-Indre', ''),
(20454, 76, 590, 'Mery-es-Bois', ''),
(20455, 76, 590, 'Mery-sur-Cher', ''),
(20456, 76, 590, 'Mesland', ''),
(20457, 76, 590, 'Messas', ''),
(20458, 76, 590, 'Mettray', ''),
(20459, 76, 590, 'Meung-sur-Loire', ''),
(20460, 76, 590, 'Meusnes', ''),
(20461, 76, 590, 'Mezieres-en-Brenne', ''),
(20462, 76, 590, 'Mezieres-en-Drouais', ''),
(20463, 76, 590, 'Mezieres-lez-Clery', ''),
(20464, 76, 590, 'Migne', ''),
(20465, 76, 590, 'Mignerette', ''),
(20466, 76, 590, 'Millancay', ''),
(20467, 76, 590, 'Mittainvilliers', ''),
(20468, 76, 590, 'Mitterand', ''),
(20469, 76, 590, 'Moleans', ''),
(20470, 76, 590, 'Monnaie', ''),
(20471, 76, 590, 'Mont-pres-Chambord', ''),
(20472, 76, 590, 'Montainville', ''),
(20473, 76, 590, 'Montargis', ''),
(20474, 76, 590, 'Montbazon', ''),
(20475, 76, 590, 'Montbouy', ''),
(20476, 76, 590, 'Montcorbon', ''),
(20477, 76, 590, 'Montcresson', ''),
(20478, 76, 590, 'Monteaux', ''),
(20479, 76, 590, 'Montgivray', ''),
(20480, 76, 590, 'Monthou-sur-Bievre', ''),
(20481, 76, 590, 'Monthou-sur-Cher', ''),
(20482, 76, 590, 'Montierchaume', ''),
(20483, 76, 590, 'Montigny-le-Chartif', ''),
(20484, 76, 590, 'Montigny-le-Gannelon', ''),
(20485, 76, 590, 'Montlivault', ''),
(20486, 76, 590, 'Montlouis-sur-Loire', ''),
(20487, 76, 590, 'Montoire', ''),
(20488, 76, 590, 'Montoire-sur-le-Loir', ''),
(20489, 76, 590, 'Montresor', ''),
(20490, 76, 590, 'Montreuil-en-Touraine', ''),
(20491, 76, 590, 'Montrichard', ''),
(20492, 76, 590, 'Monts', ''),
(20493, 76, 590, 'Montville', ''),
(20494, 76, 590, 'Morancez', ''),
(20495, 76, 590, 'Mosson', ''),
(20496, 76, 590, 'Moulins-sur-Yevre', ''),
(20497, 76, 590, 'Muides-sur-Loire', ''),
(20498, 76, 590, 'Mulsans', ''),
(20499, 76, 590, 'Mur-de-Sologne', ''),
(20500, 76, 590, 'Nangeville', ''),
(20501, 76, 590, 'Nargis', ''),
(20502, 76, 590, 'Naveil', ''),
(20503, 76, 590, 'Nazelles-Negron', ''),
(20504, 76, 590, 'Negron', ''),
(20505, 76, 590, 'Neons-sur-Creuse', ''),
(20506, 76, 590, 'Nerondes', ''),
(20507, 76, 590, 'Neuil', ''),
(20508, 76, 590, 'Neuille-le-Lierre', ''),
(20509, 76, 590, 'Neuille-Pont-Pierre', ''),
(20510, 76, 590, 'Neung-sur-Beuvron', ''),
(20511, 76, 590, 'Neuville-aux-Bois', ''),
(20512, 76, 590, 'Neuvy-en-Beauce', ''),
(20513, 76, 590, 'Neuvy-en-Sullias', ''),
(20514, 76, 590, 'Neuvy-le-Roi', ''),
(20515, 76, 590, 'Neuvy-Pailloux', ''),
(20516, 76, 590, 'Neuvy-sur-Barangeon', ''),
(20517, 76, 590, 'Nevoy', ''),
(20518, 76, 590, 'Nibelle', ''),
(20519, 76, 590, 'Niherne', ''),
(20520, 76, 590, 'Nogent-le-Roi', ''),
(20521, 76, 590, 'Nogent-le-Rotrou', ''),
(20522, 76, 590, 'Nogent-sur-Vernisson', ''),
(20523, 76, 590, 'Nohant-en-Gout', ''),
(20524, 76, 590, 'Nohant-Vic', ''),
(20525, 76, 590, 'Nonvilliers-Grandhoux', ''),
(20526, 76, 590, 'Notre-Dame-d\'Oe', ''),
(20527, 76, 590, 'Nouan-le-Fuzelier', ''),
(20528, 76, 590, 'Nouzilly', ''),
(20529, 76, 590, 'Noyers-sur-Cher', ''),
(20530, 76, 590, 'Oinville-Saint-Liphard', ''),
(20531, 76, 590, 'Oinville-sous-Auneau', ''),
(20532, 76, 590, 'Oisly', ''),
(20533, 76, 590, 'Oizon', ''),
(20534, 76, 590, 'Olivet', ''),
(20535, 76, 590, 'Olle', ''),
(20536, 76, 590, 'Onzain', ''),
(20537, 76, 590, 'Orbigny', ''),
(20538, 76, 590, 'Orchaise', ''),
(20539, 76, 590, 'Orgeres-en-Beauce', ''),
(20540, 76, 590, 'Orléans', ''),
(20541, 76, 590, 'Ormes', ''),
(20542, 76, 590, 'Orrouer', ''),
(20543, 76, 590, 'Orval', ''),
(20544, 76, 590, 'Orville', ''),
(20545, 76, 590, 'Oucques', ''),
(20546, 76, 590, 'Oulins', ''),
(20547, 76, 590, 'Ourouer-les-Bourdelins', ''),
(20548, 76, 590, 'Outarville', ''),
(20549, 76, 590, 'Ouzouer-le-Marche', ''),
(20550, 76, 590, 'Ouzouer-sous-Bellegarde', ''),
(20551, 76, 590, 'Ouzouer-sur-Loire', ''),
(20552, 76, 590, 'Ouzouer-sur-Trezee', ''),
(20553, 76, 590, 'Oysonville', ''),
(20554, 76, 590, 'Palluau-sur-Indre', ''),
(20555, 76, 590, 'Pannes', ''),
(20556, 76, 590, 'Parcay-Meslay', ''),
(20557, 76, 590, 'Patay', ''),
(20558, 76, 590, 'Paucourt', ''),
(20559, 76, 590, 'Paulmy', ''),
(20560, 76, 590, 'Pernay', ''),
(20561, 76, 590, 'Perrusson', ''),
(20562, 76, 590, 'Pezy', ''),
(20563, 76, 590, 'Pierres', ''),
(20564, 76, 590, 'Pigny', ''),
(20565, 76, 590, 'Pithiviers', ''),
(20566, 76, 590, 'Pithiviers-le-Vieil', ''),
(20567, 76, 590, 'Plaimpied-Givaudins', ''),
(20568, 76, 590, 'Plou', ''),
(20569, 76, 590, 'Poilly-lez-Gien', ''),
(20570, 76, 590, 'Poisvilliers', ''),
(20571, 76, 590, 'Pommeray', ''),
(20572, 76, 590, 'Pont-de-Ruan', ''),
(20573, 76, 590, 'Pontaut', ''),
(20574, 76, 590, 'Pontgouin', ''),
(20575, 76, 590, 'Pontlevoy', ''),
(20576, 76, 590, 'Pouligny-Saint-Pierre', ''),
(20577, 76, 590, 'Poupry', ''),
(20578, 76, 590, 'Pre-Saint-Evroult', ''),
(20579, 76, 590, 'Prefontaines', ''),
(20580, 76, 590, 'Pressigny-les-Pins', ''),
(20581, 76, 590, 'Prunay-Cassereau', ''),
(20582, 76, 590, 'Prunay-le-Gillon', ''),
(20583, 76, 590, 'Pruniers', ''),
(20584, 76, 590, 'Puiseaux', ''),
(20585, 76, 590, 'Quiers-sur-Bezonde', ''),
(20586, 76, 590, 'Rebrechien', ''),
(20587, 76, 590, 'Reignac-sur-Indre', ''),
(20588, 76, 590, 'Reugny', ''),
(20589, 76, 590, 'Reuilly', ''),
(20590, 76, 590, 'Rezay', ''),
(20591, 76, 590, 'Rians', ''),
(20592, 76, 590, 'Rigny-Usse', ''),
(20593, 76, 590, 'Rochecorbon', ''),
(20594, 76, 590, 'Roinville', ''),
(20595, 76, 590, 'Romorantin-Lanthenay', ''),
(20596, 76, 590, 'Rosay', ''),
(20597, 76, 590, 'Rosnay', ''),
(20598, 76, 590, 'Roussines', ''),
(20599, 76, 590, 'Rouville', ''),
(20600, 76, 590, 'Rouvray-Saint-Florentin', ''),
(20601, 76, 590, 'Rouvray-Sainte-Croix', ''),
(20602, 76, 590, 'Rouvres-les-Bois', ''),
(20603, 76, 590, 'Rouziers-de-Touraine', ''),
(20604, 76, 590, 'Rozieres-en-Beauce', ''),
(20605, 76, 590, 'Ruan-sur-Egvonne', ''),
(20606, 76, 590, 'Ruelle', ''),
(20607, 76, 590, 'Sagonne', ''),
(20608, 76, 590, 'Saint-Aignan', ''),
(20609, 76, 590, 'Saint-Aignan-des-Noyers', ''),
(20610, 76, 590, 'Saint-Amand-Montrond', ''),
(20611, 76, 590, 'Saint-Antoine-du-Rocher', ''),
(20612, 76, 590, 'Saint-Aout', ''),
(20613, 76, 590, 'Saint-Arnoult-des-Bois', ''),
(20614, 76, 590, 'Saint-Aubin-des-Bois', ''),
(20615, 76, 590, 'Saint-Avertin', ''),
(20616, 76, 590, 'Saint-Avit-les-Guespieres', ''),
(20617, 76, 590, 'Saint-Ay', ''),
(20618, 76, 590, 'Saint-Benoit-sur-Loire', ''),
(20619, 76, 590, 'Saint-Bohaire', ''),
(20620, 76, 590, 'Saint-Branchs', ''),
(20621, 76, 590, 'Saint-Brisson-sur-Loire', ''),
(20622, 76, 590, 'Saint-Cheron-du-Chemin', ''),
(20623, 76, 590, 'Saint-Christophe-en-Boucherie', ''),
(20624, 76, 590, 'Saint-Christophe-sur-le-Nais', ''),
(20625, 76, 590, 'Saint-Claude-de-Diray', ''),
(20626, 76, 590, 'Saint-Clement', ''),
(20627, 76, 590, 'Saint-Cyr-en-Val', ''),
(20628, 76, 590, 'Saint-Cyr-sur-Loire', ''),
(20629, 76, 590, 'Saint-Denis', ''),
(20630, 76, 590, 'Saint-Denis-de-Palin', ''),
(20631, 76, 590, 'Saint-Denis-en-Val', ''),
(20632, 76, 590, 'Saint-Denis-les-Ponts', ''),
(20633, 76, 590, 'Saint-Denis-sur-Loire', ''),
(20634, 76, 590, 'Saint-Doulchard', ''),
(20635, 76, 590, 'Saint-Dye-sur-Loire', ''),
(20636, 76, 590, 'Saint-Eloy-de-Gy', ''),
(20637, 76, 590, 'Saint-Epain', ''),
(20638, 76, 590, 'Saint-Etienne-de-Chigny', ''),
(20639, 76, 590, 'Saint-Etienne-des-Guerets', ''),
(20640, 76, 590, 'Saint-Firmin-des-Pres', ''),
(20641, 76, 590, 'Saint-Florent-sur-Cher', ''),
(20642, 76, 590, 'Saint-Flovier', ''),
(20643, 76, 590, 'Saint-Gaultier', ''),
(20644, 76, 590, 'Saint-Genou', ''),
(20645, 76, 590, 'Saint-Georges-de-Poisieux', ''),
(20646, 76, 590, 'Saint-Georges-sur-Arnon', ''),
(20647, 76, 590, 'Saint-Georges-sur-Cher', ''),
(20648, 76, 590, 'Saint-Georges-sur-Eure', ''),
(20649, 76, 590, 'Saint-Georges-sur-Moulon', ''),
(20650, 76, 590, 'Saint-Germain-des-Pres', ''),
(20651, 76, 590, 'Saint-Germain-du-Puy', ''),
(20652, 76, 590, 'Saint-Gervais-la-Foret', ''),
(20653, 76, 590, 'Saint-Gondon', ''),
(20654, 76, 590, 'Saint-Hilaire-de-Court', ''),
(20655, 76, 590, 'Saint-Hilaire-les-Andresis', ''),
(20656, 76, 590, 'Saint-Hilaire-Saint-Mesmin', ''),
(20657, 76, 590, 'Saint-Hilaire-sur-Puiseaux', ''),
(20658, 76, 590, 'Saint-Jean-de-Braye', ''),
(20659, 76, 590, 'Saint-Jean-de-la-Ruelle', ''),
(20660, 76, 590, 'Saint-Jean-le-Blanc', ''),
(20661, 76, 590, 'Saint-Julien-sur-Cher', ''),
(20662, 76, 590, 'Saint-Lactencin', ''),
(20663, 76, 590, 'Saint-Laurent-en-Gatines', ''),
(20664, 76, 590, 'Saint-Loup-des-Chaumes', ''),
(20665, 76, 590, 'Saint-Lubin-des-Joncherets', ''),
(20666, 76, 590, 'Saint-Luperce', ''),
(20667, 76, 590, 'Saint-Lye-la-Foret', ''),
(20668, 76, 590, 'Saint-Marc-du-Cor', ''),
(20669, 76, 590, 'Saint-Martin-d\'Abbat', ''),
(20670, 76, 590, 'Saint-Martin-d\'Auxigny', ''),
(20671, 76, 590, 'Saint-Martin-le-Beau', ''),
(20672, 76, 590, 'Saint-Martin-sur-Ocre', ''),
(20673, 76, 590, 'Saint-Maur', ''),
(20674, 76, 590, 'Saint-Maurice-sur-Aveyron', ''),
(20675, 76, 590, 'Saint-Michel-de-Volangis', ''),
(20676, 76, 590, 'Saint-Ouen-les-Vignes', ''),
(20677, 76, 590, 'Saint-Paterne-Racan', ''),
(20678, 76, 590, 'Saint-Pellerin', ''),
(20679, 76, 590, 'Saint-Peravy-Epreux', ''),
(20680, 76, 590, 'Saint-Piat', ''),
(20681, 76, 590, 'Saint-Pierre-de-Jards', ''),
(20682, 76, 590, 'Saint-Pierre-des-Corps', ''),
(20683, 76, 590, 'Saint-Prest', ''),
(20684, 76, 590, 'Saint-Pryve-Saint-Mesmin', ''),
(20685, 76, 590, 'Saint-Regle', ''),
(20686, 76, 590, 'Saint-Remy-sur-Avre', ''),
(20687, 76, 590, 'Saint-Roch', ''),
(20688, 76, 590, 'Saint-Satur', ''),
(20689, 76, 590, 'Saint-Senoch', ''),
(20690, 76, 590, 'Saint-Sulpice-de-Pommeray', ''),
(20691, 76, 590, 'Sainte-Gemme', ''),
(20692, 76, 590, 'Sainte-Gemme-Moronval', ''),
(20693, 76, 590, 'Sainte-Maure-de-Touraine', ''),
(20694, 76, 590, 'Sainte-Solange', ''),
(20695, 76, 590, 'Salbris', ''),
(20696, 76, 590, 'Sancoins', ''),
(20697, 76, 590, 'Sandarville', ''),
(20698, 76, 590, 'Sandillon', ''),
(20699, 76, 590, 'Santranges', ''),
(20700, 76, 590, 'Saran', ''),
(20701, 76, 590, 'Sarge-sur-Braye', ''),
(20702, 76, 590, 'Sarre', ''),
(20703, 76, 590, 'Sarzay', ''),
(20704, 76, 590, 'Sassay', ''),
(20705, 76, 590, 'Saumeray', ''),
(20706, 76, 590, 'Saunay', ''),
(20707, 76, 590, 'Savigne-sur-Lathan', ''),
(20708, 76, 590, 'Savigny-en-Septaine', ''),
(20709, 76, 590, 'Savigny-sur-Braye', ''),
(20710, 76, 590, 'Savonnieres', ''),
(20711, 76, 590, 'Segry', ''),
(20712, 76, 590, 'Selles-Saint-Denis', ''),
(20713, 76, 590, 'Selles-sur-Cher', ''),
(20714, 76, 590, 'Selommes', ''),
(20715, 76, 590, 'Semblancay', ''),
(20716, 76, 590, 'Semoy', ''),
(20717, 76, 590, 'Senantes', ''),
(20718, 76, 590, 'Sennely', ''),
(20719, 76, 590, 'Senonches', ''),
(20720, 76, 590, 'Sepmes', ''),
(20721, 76, 590, 'Sermaises', ''),
(20722, 76, 590, 'Seur', ''),
(20723, 76, 590, 'Soings-en-Sologne', ''),
(20724, 76, 590, 'Somme', ''),
(20725, 76, 590, 'Sonzay', ''),
(20726, 76, 590, 'Sorel-Moussel', ''),
(20727, 76, 590, 'Sorigny', ''),
(20728, 76, 590, 'Souesmes', ''),
(20729, 76, 590, 'Sougy', ''),
(20730, 76, 590, 'Sours', ''),
(20731, 76, 590, 'Soye-en-Septaine', ''),
(20732, 76, 590, 'Subligny', ''),
(20733, 76, 590, 'Suevres', ''),
(20734, 76, 590, 'Sully-la-Chapelle', ''),
(20735, 76, 590, 'Sully-sur-Loire', ''),
(20736, 76, 590, 'Sury-aux-Bois', ''),
(20737, 76, 590, 'Sury-es-Bois', ''),
(20738, 76, 590, 'Tauxigny', ''),
(20739, 76, 590, 'Thaumiers', ''),
(20740, 76, 590, 'Theillay', ''),
(20741, 76, 590, 'Thenay', ''),
(20742, 76, 590, 'Thenioux', ''),
(20743, 76, 590, 'Thesee', ''),
(20744, 76, 590, 'Theuville', ''),
(20745, 76, 590, 'Thilouze', ''),
(20746, 76, 590, 'Thimory', ''),
(20747, 76, 590, 'Thiron Gardais', ''),
(20748, 76, 590, 'Thivars', ''),
(20749, 76, 590, 'Thiville', ''),
(20750, 76, 590, 'Thizay', ''),
(20751, 76, 590, 'Thou', ''),
(20752, 76, 590, 'Thoury', ''),
(20753, 76, 590, 'Tigy', ''),
(20754, 76, 590, 'Touchay', ''),
(20755, 76, 590, 'Tournon-Saint-Martin', ''),
(20756, 76, 590, 'Tours', ''),
(20757, 76, 590, 'Toury', ''),
(20758, 76, 590, 'Trainou', ''),
(20759, 76, 590, 'Treon', ''),
(20760, 76, 590, 'Trigueres', ''),
(20761, 76, 590, 'Trinay', ''),
(20762, 76, 590, 'Trogues', ''),
(20763, 76, 590, 'Trouy', ''),
(20764, 76, 590, 'Truyes', ''),
(20765, 76, 590, 'Unverre', ''),
(20766, 76, 590, 'Vailly-sur-Sauldre', ''),
(20767, 76, 590, 'Vallenay', ''),
(20768, 76, 590, 'Vallieres-les-Grandes', ''),
(20769, 76, 590, 'Vannes-sur-Cosson', ''),
(20770, 76, 590, 'Varennes-sur-Fouzon', ''),
(20771, 76, 590, 'Vasselay', ''),
(20772, 76, 590, 'Vatan', ''),
(20773, 76, 590, 'Vaux', ''),
(20774, 76, 590, 'Veigne', ''),
(20775, 76, 590, 'Velles', ''),
(20776, 76, 590, 'Vendoeuvres', ''),
(20777, 76, 590, 'Vendome', ''),
(20778, 76, 590, 'Venesmes', ''),
(20779, 76, 590, 'Vennecy', ''),
(20780, 76, 590, 'Veretz', ''),
(20781, 76, 590, 'Verneuil-sur-Indre', ''),
(20782, 76, 590, 'Vernou-en-Sologne', ''),
(20783, 76, 590, 'Vernou-sur-Brenne', ''),
(20784, 76, 590, 'Vernouillet', ''),
(20785, 76, 590, 'Verriere', ''),
(20786, 76, 590, 'Vert-en-Drouais', ''),
(20787, 76, 590, 'Vienne-en-Val', ''),
(20788, 76, 590, 'Vierzon', ''),
(20789, 76, 590, 'Viglain', ''),
(20790, 76, 590, 'Vignoux-sous-les-Aix', ''),
(20791, 76, 590, 'Vigny', ''),
(20792, 76, 590, 'Villaines-les-Rochers', ''),
(20793, 76, 590, 'Villandry', ''),
(20794, 76, 590, 'Villebarou', ''),
(20795, 76, 590, 'Villebourg', ''),
(20796, 76, 590, 'Villedieu-sur-Indre', ''),
(20797, 76, 590, 'Villedomer', ''),
(20798, 76, 590, 'Villefranche-sur-Cher', ''),
(20799, 76, 590, 'Villeloin-Coulange', ''),
(20800, 76, 590, 'Villemandeur', ''),
(20801, 76, 590, 'Villemardy', ''),
(20802, 76, 590, 'Villemeux-sur-Eure', ''),
(20803, 76, 590, 'Villeneuve-sur-Cher', ''),
(20804, 76, 590, 'Villeneuve-sur-Conie', ''),
(20805, 76, 590, 'Villequiers', ''),
(20806, 76, 590, 'Villerable', ''),
(20807, 76, 590, 'Villerbon', ''),
(20808, 76, 590, 'Villereau', ''),
(20809, 76, 590, 'Villetrun', ''),
(20810, 76, 590, 'Villeve', ''),
(20811, 76, 590, 'Villevillon', ''),
(20812, 76, 590, 'Villevoques', ''),
(20813, 76, 590, 'Villexanton', ''),
(20814, 76, 590, 'Villiers-le-Morhier', ''),
(20815, 76, 590, 'Villiers-sur-Loir', ''),
(20816, 76, 590, 'Villiersfaux', ''),
(20817, 76, 590, 'Vimory', ''),
(20818, 76, 590, 'Vineuil', ''),
(20819, 76, 590, 'Vitray-en-Beauce', ''),
(20820, 76, 590, 'Vitry-aux-Loges', ''),
(20821, 76, 590, 'Vorly', ''),
(20822, 76, 590, 'Vouvray', ''),
(20823, 76, 590, 'Vouzeron', ''),
(20824, 76, 590, 'Vouzon', ''),
(20825, 76, 590, 'Voves', ''),
(20826, 76, 590, 'Vrigny', ''),
(20827, 76, 590, 'Yevre-la-Ville', ''),
(20828, 76, 590, 'Yevres', ''),
(20829, 76, 590, 'Ymeray', ''),
(20830, 76, 590, 'Ymonville', ''),
(20831, 76, 590, 'Yvoy-le-Marron', ''),
(20832, 76, 591, 'Aiglemont', ''),
(20833, 76, 591, 'Aix-en-Othe', ''),
(20834, 76, 591, 'Allemant', ''),
(20835, 76, 591, 'Ambly-Fleury', ''),
(20836, 76, 591, 'Angecourt', ''),
(20837, 76, 591, 'Anglure', ''),
(20838, 76, 591, 'Angluzelles-et-Courcelles', ''),
(20839, 76, 591, 'Anneville-la-Prairie', ''),
(20840, 76, 591, 'Antheny', ''),
(20841, 76, 591, 'Apremont', ''),
(20842, 76, 591, 'Arbot', ''),
(20843, 76, 591, 'Arc-en-Barrois', ''),
(20844, 76, 591, 'Arcis-sur-Aube', ''),
(20845, 76, 591, 'Arrentieres', ''),
(20846, 76, 591, 'Asfeld', ''),
(20847, 76, 591, 'Athis', ''),
(20848, 76, 591, 'Aubigny-les-Pothees', ''),
(20849, 76, 591, 'Aussonce', ''),
(20850, 76, 591, 'Autrecourt-et-Pourron', ''),
(20851, 76, 591, 'Autry', ''),
(20852, 76, 591, 'Auxon', ''),
(20853, 76, 591, 'Avancon', ''),
(20854, 76, 591, 'Avant-les-Marcilly', ''),
(20855, 76, 591, 'Avize', ''),
(20856, 76, 591, 'Aÿ', ''),
(20857, 76, 591, 'Bagneux-la-Fosse', ''),
(20858, 76, 591, 'Balan', ''),
(20859, 76, 591, 'Bar-sur-Aube', ''),
(20860, 76, 591, 'Bar-sur-Seine', ''),
(20861, 76, 591, 'Baye', ''),
(20862, 76, 591, 'Bazancourt', ''),
(20863, 76, 591, 'Bazeilles', ''),
(20864, 76, 591, 'Beaumont-sur-Vesle', ''),
(20865, 76, 591, 'Beine-Nauroy', ''),
(20866, 76, 591, 'Belval-sous-Chatillon', ''),
(20867, 76, 591, 'Berru', ''),
(20868, 76, 591, 'Betheniville', ''),
(20869, 76, 591, 'Betheny', ''),
(20870, 76, 591, 'Bethon', ''),
(20871, 76, 591, 'Betignicourt', ''),
(20872, 76, 591, 'Bettancourt-la-Ferree', ''),
(20873, 76, 591, 'Bezannes', ''),
(20874, 76, 591, 'Bienville', ''),
(20875, 76, 591, 'Biesles', ''),
(20876, 76, 591, 'Bignicourt-sur-Marne', ''),
(20877, 76, 591, 'Blagny', ''),
(20878, 76, 591, 'Blaise', ''),
(20879, 76, 591, 'Blaise-sous-Arzillieres', ''),
(20880, 76, 591, 'Blanzy-la-Salonnaise', ''),
(20881, 76, 591, 'Blecourt', ''),
(20882, 76, 591, 'Blesme', ''),
(20883, 76, 591, 'Blessonville', ''),
(20884, 76, 591, 'Boissy-le-Repos', ''),
(20885, 76, 591, 'Bologne', ''),
(20886, 76, 591, 'Bosseval-et-Briancourt', ''),
(20887, 76, 591, 'Bouilly', ''),
(20888, 76, 591, 'Boult-sur-Suippe', ''),
(20889, 76, 591, 'Boulzicourt', ''),
(20890, 76, 591, 'Bouranton', ''),
(20891, 76, 591, 'Bourbonne-les-Bains', ''),
(20892, 76, 591, 'Bourdenay', ''),
(20893, 76, 591, 'Bourguignons', ''),
(20894, 76, 591, 'Boursault', ''),
(20895, 76, 591, 'Boutancourt', ''),
(20896, 76, 591, 'Bouzy', ''),
(20897, 76, 591, 'Brandonvillers', ''),
(20898, 76, 591, 'Braucourt', ''),
(20899, 76, 591, 'Breviandes', ''),
(20900, 76, 591, 'Brevilly', ''),
(20901, 76, 591, 'Briaucourt', ''),
(20902, 76, 591, 'Bricon', ''),
(20903, 76, 591, 'Brienne-la-Vieille', ''),
(20904, 76, 591, 'Brienne-le-Château', ''),
(20905, 76, 591, 'Brouillet', ''),
(20906, 76, 591, 'Broussy-le-Petit', ''),
(20907, 76, 591, 'Broyes', ''),
(20908, 76, 591, 'Brugny-Vaudancourt', ''),
(20909, 76, 591, 'Bucey-en-Othe', ''),
(20910, 76, 591, 'Bucheres', ''),
(20911, 76, 591, 'Buxeuil', ''),
(20912, 76, 591, 'Carignan', ''),
(20913, 76, 591, 'Celles-sur-Ource', ''),
(20914, 76, 591, 'Cernay-les-Reims', ''),
(20915, 76, 591, 'Chagny', ''),
(20916, 76, 591, 'Chalette-sur-Voire', ''),
(20917, 76, 591, 'Chalindrey', ''),
(20918, 76, 591, 'Challerange', ''),
(20919, 76, 591, 'Chalons-en-Champagne', ''),
(20920, 76, 591, 'Chamarandes-Choignes', ''),
(20921, 76, 591, 'Chamouilley', ''),
(20922, 76, 591, 'Champ-sur-Barse', ''),
(20923, 76, 591, 'Champfleury', ''),
(20924, 76, 591, 'Champguyon', ''),
(20925, 76, 591, 'Champillon', ''),
(20926, 76, 591, 'Chancenay', ''),
(20927, 76, 591, 'Chaource', ''),
(20928, 76, 591, 'Charleville', ''),
(20929, 76, 591, 'Charleville-Mézières', ''),
(20930, 76, 591, 'Charmes-la-Grande', ''),
(20931, 76, 591, 'Charmont-sous-Barbuise', ''),
(20932, 76, 591, 'Charny-le-Bachot', ''),
(20933, 76, 591, 'Chatel-Chehery', ''),
(20934, 76, 591, 'Chatillon-sur-Broue', ''),
(20935, 76, 591, 'Chatillon-sur-Marne', ''),
(20936, 76, 591, 'Chatonrupt-Sommermont', ''),
(20937, 76, 591, 'Chaudefontaine', ''),
(20938, 76, 591, 'Chaumont', ''),
(20939, 76, 591, 'Chehery', ''),
(20940, 76, 591, 'Chessy-les-Pres', ''),
(20941, 76, 591, 'Choignes', ''),
(20942, 76, 591, 'Chooz', ''),
(20943, 76, 591, 'Chouilly', ''),
(20944, 76, 591, 'Clerey', ''),
(20945, 76, 591, 'Clesles', ''),
(20946, 76, 591, 'Compertrix', ''),
(20947, 76, 591, 'Conde-les-Herpy', ''),
(20948, 76, 591, 'Conde-sur-Marne', ''),
(20949, 76, 591, 'Conflans-sur-Seine', ''),
(20950, 76, 591, 'Contault', ''),
(20951, 76, 591, 'Corfelix', ''),
(20952, 76, 591, 'Cormontreuil', ''),
(20953, 76, 591, 'Cormost', ''),
(20954, 76, 591, 'Corroy', ''),
(20955, 76, 591, 'Courcelles-Sapicourt', ''),
(20956, 76, 591, 'Courcy', ''),
(20957, 76, 591, 'Courdemanges', ''),
(20958, 76, 591, 'Courgivaux', ''),
(20959, 76, 591, 'Courteranges', ''),
(20960, 76, 591, 'Courthiezy', ''),
(20961, 76, 591, 'Courtisols', ''),
(20962, 76, 591, 'Courville', ''),
(20963, 76, 591, 'Cramant', ''),
(20964, 76, 591, 'Creney-pres-Troyes', ''),
(20965, 76, 591, 'Crugny', ''),
(20966, 76, 591, 'Culmont', ''),
(20967, 76, 591, 'Cunfin', ''),
(20968, 76, 591, 'Curel', ''),
(20969, 76, 591, 'Daillancourt', ''),
(20970, 76, 591, 'Dampierre', ''),
(20971, 76, 591, 'Dampierre-au-Temple', ''),
(20972, 76, 591, 'Dienville', ''),
(20973, 76, 591, 'Dom-le-Mesnil', ''),
(20974, 76, 591, 'Dommartin-le-Saint-Pere', ''),
(20975, 76, 591, 'Dommartin-sous-Hans', ''),
(20976, 76, 591, 'Donchery', ''),
(20977, 76, 591, 'Dormans', ''),
(20978, 76, 591, 'Douzy', ''),
(20979, 76, 591, 'Droupt-Saint-Basle', ''),
(20980, 76, 591, 'Eaux-Puiseaux', ''),
(20981, 76, 591, 'Epense', ''),
(20982, 76, 591, 'Épernay', ''),
(20983, 76, 591, 'Epoye', ''),
(20984, 76, 591, 'Escombres-et-le-Chesnois', ''),
(20985, 76, 591, 'Esternay', ''),
(20986, 76, 591, 'Estissac', ''),
(20987, 76, 591, 'Etalle', ''),
(20988, 76, 591, 'Etoges', ''),
(20989, 76, 591, 'Etrechy', ''),
(20990, 76, 591, 'Eurville-Bienville', ''),
(20991, 76, 591, 'Fagnieres', ''),
(20992, 76, 591, 'Falaise', ''),
(20993, 76, 591, 'Faux-Villecerf', ''),
(20994, 76, 591, 'Faverolles-et-Coemy', ''),
(20995, 76, 591, 'Fays-la-Chapelle', ''),
(20996, 76, 591, 'Fere-Champenoise', ''),
(20997, 76, 591, 'Fismes', ''),
(20998, 76, 591, 'Flize', ''),
(20999, 76, 591, 'Floing', ''),
(21000, 76, 591, 'Florent-en-Argonne', ''),
(21001, 76, 591, 'Fontaines-sur-Marne', ''),
(21002, 76, 591, 'Fontvannes', ''),
(21003, 76, 591, 'Foucheres', ''),
(21004, 76, 591, 'Foulain', ''),
(21005, 76, 591, 'Francheval', ''),
(21006, 76, 591, 'Fromelennes', ''),
(21007, 76, 591, 'Froncles', ''),
(21008, 76, 591, 'Fronville', ''),
(21009, 76, 591, 'Fumay', ''),
(21010, 76, 591, 'Gaye', ''),
(21011, 76, 591, 'Germigny', ''),
(21012, 76, 591, 'Gigny-Bussy', ''),
(21013, 76, 591, 'Givet', ''),
(21014, 76, 591, 'Givron', ''),
(21015, 76, 591, 'Glaire', ''),
(21016, 76, 591, 'Grandpre', ''),
(21017, 76, 591, 'Grauves', ''),
(21018, 76, 591, 'Grenant', ''),
(21019, 76, 591, 'Gue-d\'Hossus', ''),
(21020, 76, 591, 'Gueux', ''),
(21021, 76, 591, 'Hannogne-Saint-Martin', ''),
(21022, 76, 591, 'Harcy', ''),
(21023, 76, 591, 'Hauteville', ''),
(21024, 76, 591, 'Hautvillers', ''),
(21025, 76, 591, 'Haybes', ''),
(21026, 76, 591, 'Heiltz-l\'Eveque', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(21027, 76, 591, 'Hermonville', ''),
(21028, 76, 591, 'Heuilley-Cotton', ''),
(21029, 76, 591, 'Houldizy', ''),
(21030, 76, 591, 'Hourges', ''),
(21031, 76, 591, 'Isle-Aubigny', ''),
(21032, 76, 591, 'Isomes', ''),
(21033, 76, 591, 'Issancourt-et-Rumel', ''),
(21034, 76, 591, 'Jandun', ''),
(21035, 76, 591, 'Janvilliers', ''),
(21036, 76, 591, 'Joinville', ''),
(21037, 76, 591, 'Jonchery', ''),
(21038, 76, 591, 'Jonchery-sur-Vesle', ''),
(21039, 76, 591, 'Juniville', ''),
(21040, 76, 591, 'La Chapelle-Saint-Luc', ''),
(21041, 76, 591, 'La Chaussee-sur-Marne', ''),
(21042, 76, 591, 'La Ferte-sur-Chiers', ''),
(21043, 76, 591, 'La Forestiere', ''),
(21044, 76, 591, 'La Francheville', ''),
(21045, 76, 591, 'La Neuville-au-Pont', ''),
(21046, 76, 591, 'La Neuville-aux-Bois', ''),
(21047, 76, 591, 'La Riviere-de-Corps', ''),
(21048, 76, 591, 'La Veuve', ''),
(21049, 76, 591, 'La Ville-aux-Bois', ''),
(21050, 76, 591, 'La Villeneuve-au-Chene', ''),
(21051, 76, 591, 'Laines-aux-Bois', ''),
(21052, 76, 591, 'Landreville', ''),
(21053, 76, 591, 'Laneuville-au-Pont', ''),
(21054, 76, 591, 'Laneuville-aux-Bois', ''),
(21055, 76, 591, 'Langres', ''),
(21056, 76, 591, 'Larzicourt', ''),
(21057, 76, 591, 'Laubressel', ''),
(21058, 76, 591, 'Launois-sur-Vence', ''),
(21059, 76, 591, 'Laval-Morency', ''),
(21060, 76, 591, 'Lavilleneuve-aux-Fresnes', ''),
(21061, 76, 591, 'Le Chatelet-sur-Retourne', ''),
(21062, 76, 591, 'Le Pailly', ''),
(21063, 76, 591, 'Le Pavillon-Sainte-Julie', ''),
(21064, 76, 591, 'Lecourt', ''),
(21065, 76, 591, 'Lenharree', ''),
(21066, 76, 591, 'Les Ayvelles', ''),
(21067, 76, 591, 'Les Bordes', ''),
(21068, 76, 591, 'Les Mazures', ''),
(21069, 76, 591, 'Les Mesneux', ''),
(21070, 76, 591, 'Les Riceys', ''),
(21071, 76, 591, 'Liart', ''),
(21072, 76, 591, 'Liffol-le-Petit', ''),
(21073, 76, 591, 'Linthes', ''),
(21074, 76, 591, 'Lisse-en-Champagne', ''),
(21075, 76, 591, 'Loches-sur-Ource', ''),
(21076, 76, 591, 'Longeau-Percey', ''),
(21077, 76, 591, 'Lonny', ''),
(21078, 76, 591, 'Louvercy', ''),
(21079, 76, 591, 'Lucquy', ''),
(21080, 76, 591, 'Ludes', ''),
(21081, 76, 591, 'Lusigny-sur-Barse', ''),
(21082, 76, 591, 'Macey', ''),
(21083, 76, 591, 'Machault', ''),
(21084, 76, 591, 'Machy', ''),
(21085, 76, 591, 'Magenta', ''),
(21086, 76, 591, 'Magny-Fouchard', ''),
(21087, 76, 591, 'Mailly-Champagne', ''),
(21088, 76, 591, 'Mailly-le-Camp', ''),
(21089, 76, 591, 'Marcilly-le-Hayer', ''),
(21090, 76, 591, 'Marcilly-sur-Seine', ''),
(21091, 76, 591, 'Mardeuil', ''),
(21092, 76, 591, 'Mareuil-en-Brie', ''),
(21093, 76, 591, 'Mareuil-le-Port', ''),
(21094, 76, 591, 'Mareuil-sur-Ay', ''),
(21095, 76, 591, 'Marfaux', ''),
(21096, 76, 591, 'Margut', ''),
(21097, 76, 591, 'Marigny-le-Chatel', ''),
(21098, 76, 591, 'Marolles-sous-Lignieres', ''),
(21099, 76, 591, 'Marson', ''),
(21100, 76, 591, 'Matignicourt-Goncourt', ''),
(21101, 76, 591, 'Matougues', ''),
(21102, 76, 591, 'Maubert-Fontaine', ''),
(21103, 76, 591, 'Mergey', ''),
(21104, 76, 591, 'Mertrud', ''),
(21105, 76, 591, 'Mery-sur-Seine', ''),
(21106, 76, 591, 'Mesnil-Saint-Loup', ''),
(21107, 76, 591, 'Mesnil-Saint-Pere', ''),
(21108, 76, 591, 'Mesnil-Sellieres', ''),
(21109, 76, 591, 'Meuse', ''),
(21110, 76, 591, 'Moeslains', ''),
(21111, 76, 591, 'Moeurs-Verdey', ''),
(21112, 76, 591, 'Moivre', ''),
(21113, 76, 591, 'Mondigny', ''),
(21114, 76, 591, 'Montangon', ''),
(21115, 76, 591, 'Montcy-Notre-Dame', ''),
(21116, 76, 591, 'Montherme', ''),
(21117, 76, 591, 'Montier-en-Der', ''),
(21118, 76, 591, 'Montigny-sur-Vence', ''),
(21119, 76, 591, 'Montigny-sur-Vesle', ''),
(21120, 76, 591, 'Montmirail', ''),
(21121, 76, 591, 'Morangis', ''),
(21122, 76, 591, 'Morvilliers', ''),
(21123, 76, 591, 'Mourmelon-le-Grand', ''),
(21124, 76, 591, 'Mourmelon-le-Petit', ''),
(21125, 76, 591, 'Moussey', ''),
(21126, 76, 591, 'Moussy', ''),
(21127, 76, 591, 'Mouzon', ''),
(21128, 76, 591, 'Muizon', ''),
(21129, 76, 591, 'Mussy-sur-Seine', ''),
(21130, 76, 591, 'Nesle-la-Reposte', ''),
(21131, 76, 591, 'Neufmanil', ''),
(21132, 76, 591, 'Nogent', ''),
(21133, 76, 591, 'Nogent-sur-Seine', ''),
(21134, 76, 591, 'Nouart', ''),
(21135, 76, 591, 'Nouvion-sur-Meuse', ''),
(21136, 76, 591, 'Nouzonville', ''),
(21137, 76, 591, 'Nozay', ''),
(21138, 76, 591, 'Oger', ''),
(21139, 76, 591, 'Oiry', ''),
(21140, 76, 591, 'Olizy', ''),
(21141, 76, 591, 'Orbais-l\'Abbaye', ''),
(21142, 76, 591, 'Origny-le-Sec', ''),
(21143, 76, 591, 'Osnes', ''),
(21144, 76, 591, 'Oudincourt', ''),
(21145, 76, 591, 'Outrepont', ''),
(21146, 76, 591, 'Pargny-sur-Saulx', ''),
(21147, 76, 591, 'Pars-les-Romilly', ''),
(21148, 76, 591, 'Payns', ''),
(21149, 76, 591, 'Pierry', ''),
(21150, 76, 591, 'Piney', ''),
(21151, 76, 591, 'Plichancourt', ''),
(21152, 76, 591, 'Poinsenot', ''),
(21153, 76, 591, 'Poissons', ''),
(21154, 76, 591, 'Poix-Terron', ''),
(21155, 76, 591, 'Pomacle', ''),
(21156, 76, 591, 'Pont-la-Ville', ''),
(21157, 76, 591, 'Pont-Sainte-Marie', ''),
(21158, 76, 591, 'Pont-sur-Seine', ''),
(21159, 76, 591, 'Pontfaverger-Moronvilliers', ''),
(21160, 76, 591, 'Port a Binson', ''),
(21161, 76, 591, 'Potangis', ''),
(21162, 76, 591, 'Pouru-aux-Bois', ''),
(21163, 76, 591, 'Pouru-Saint-Remy', ''),
(21164, 76, 591, 'Prosnes', ''),
(21165, 76, 591, 'Prouilly', ''),
(21166, 76, 591, 'Recy', ''),
(21167, 76, 591, 'Regniowez', ''),
(21168, 76, 591, 'Reims', ''),
(21169, 76, 591, 'Remilly-Aillicourt', ''),
(21170, 76, 591, 'Renault', ''),
(21171, 76, 591, 'Renwez', ''),
(21172, 76, 591, 'Rethel', ''),
(21173, 76, 591, 'Reuves', ''),
(21174, 76, 591, 'Revin', ''),
(21175, 76, 591, 'Riaucourt', ''),
(21176, 76, 591, 'Rieux', ''),
(21177, 76, 591, 'Rigny-le-Ferron', ''),
(21178, 76, 591, 'Rilly-la-Montagne', ''),
(21179, 76, 591, 'Rilly-Sainte-Syre', ''),
(21180, 76, 591, 'Roches-sur-Marne', ''),
(21181, 76, 591, 'Rocroi', ''),
(21182, 76, 591, 'Romain-sur-Meuse', ''),
(21183, 76, 591, 'Romery', ''),
(21184, 76, 591, 'Romigny', ''),
(21185, 76, 591, 'Romilly-sur-Seine', ''),
(21186, 76, 591, 'Rosieres-pres-Troyes', ''),
(21187, 76, 591, 'Rouilly-Sacey', ''),
(21188, 76, 591, 'Rouvroy-sur-Audry', ''),
(21189, 76, 591, 'Saint-Amand-sur-Fion', ''),
(21190, 76, 591, 'Saint-Andre-les-Vergers', ''),
(21191, 76, 591, 'Saint-Benoist-sur-Vanne', ''),
(21192, 76, 591, 'Saint-Broingt-les-Fosses', ''),
(21193, 76, 591, 'Saint-Dizier', ''),
(21194, 76, 591, 'Saint-Etienne-au-Temple', ''),
(21195, 76, 591, 'Saint-Eulien', ''),
(21196, 76, 591, 'Saint-Germain', ''),
(21197, 76, 591, 'Saint-Germainmont', ''),
(21198, 76, 591, 'Saint-Gibrien', ''),
(21199, 76, 591, 'Saint-Gilles', ''),
(21200, 76, 591, 'Saint-Hilaire-sous-Romilly', ''),
(21201, 76, 591, 'Saint-Jean-de-Bonneval', ''),
(21202, 76, 591, 'Saint-Julien-les-Villas', ''),
(21203, 76, 591, 'Saint-Just-Sauvage', ''),
(21204, 76, 591, 'Saint-Leger-sous-Brienne', ''),
(21205, 76, 591, 'Saint-Lumier-en-Champagne', ''),
(21206, 76, 591, 'Saint-Lye', ''),
(21207, 76, 591, 'Saint-Mards-en-Othe', ''),
(21208, 76, 591, 'Saint-Martin-de-Bossenay', ''),
(21209, 76, 591, 'Saint-Martin-sur-la-Renne', ''),
(21210, 76, 591, 'Saint-Martin-sur-le-Pre', ''),
(21211, 76, 591, 'Saint-Memmie', ''),
(21212, 76, 591, 'Saint-Mesmin', ''),
(21213, 76, 591, 'Saint-Parres-aux-Tertres', ''),
(21214, 76, 591, 'Saint-Parres-les-Vaudes', ''),
(21215, 76, 591, 'Saint-Quentin-le-Verger', ''),
(21216, 76, 591, 'Saint-Quentin-sur-Coole', ''),
(21217, 76, 591, 'Saint-Remy-le-Petit', ''),
(21218, 76, 591, 'Saint-Remy-sous-Barbuise', ''),
(21219, 76, 591, 'Saint-Thierry', ''),
(21220, 76, 591, 'Saint-Vrain', ''),
(21221, 76, 591, 'Sainte-Liviere', ''),
(21222, 76, 591, 'Sainte-Menehould', ''),
(21223, 76, 591, 'Sainte-Savine', ''),
(21224, 76, 591, 'Saints-Geosmes', ''),
(21225, 76, 591, 'Sarrey', ''),
(21226, 76, 591, 'Sarry', ''),
(21227, 76, 591, 'Sault-les-Rethel', ''),
(21228, 76, 591, 'Sault-Saint-Remy', ''),
(21229, 76, 591, 'Sauville', ''),
(21230, 76, 591, 'Savigny-sur-Ardres', ''),
(21231, 76, 591, 'Savoie', ''),
(21232, 76, 591, 'Secheval', ''),
(21233, 76, 591, 'Sedan', ''),
(21234, 76, 591, 'Selles', ''),
(21235, 76, 591, 'Semoine', ''),
(21236, 76, 591, 'Semoutiers-Montsaon', ''),
(21237, 76, 591, 'Sermaize-les-Bains', ''),
(21238, 76, 591, 'Sevigny-Waleppe', ''),
(21239, 76, 591, 'Sezanne', ''),
(21240, 76, 591, 'Signy-l\'Abbaye', ''),
(21241, 76, 591, 'Signy-le-Petit', ''),
(21242, 76, 591, 'Sillery', ''),
(21243, 76, 591, 'Singly', ''),
(21244, 76, 591, 'Somme-Vesle', ''),
(21245, 76, 591, 'Sommeval', ''),
(21246, 76, 591, 'Songy', ''),
(21247, 76, 591, 'Soyers', ''),
(21248, 76, 591, 'Suippes', ''),
(21249, 76, 591, 'Tagnon', ''),
(21250, 76, 591, 'Taillette', ''),
(21251, 76, 591, 'Taissy', ''),
(21252, 76, 591, 'Tauxieres-Mutry', ''),
(21253, 76, 591, 'Thibie', ''),
(21254, 76, 591, 'Thilay', ''),
(21255, 76, 591, 'Thin-le-Moutier', ''),
(21256, 76, 591, 'Tilloy-et-Bellay', ''),
(21257, 76, 591, 'Tinqueux', ''),
(21258, 76, 591, 'Togny-aux-Boeufs', ''),
(21259, 76, 591, 'Torcenay', ''),
(21260, 76, 591, 'Torvilliers', ''),
(21261, 76, 591, 'Tournes', ''),
(21262, 76, 591, 'Tours-sur-Marne', ''),
(21263, 76, 591, 'Trainel', ''),
(21264, 76, 591, 'Trefols', ''),
(21265, 76, 591, 'Tremblay', ''),
(21266, 76, 591, 'Tremblois-les-Carignan', ''),
(21267, 76, 591, 'Trigny', ''),
(21268, 76, 591, 'Troisfontaines-la-Ville', ''),
(21269, 76, 591, 'Troissy', ''),
(21270, 76, 591, 'Troyes', ''),
(21271, 76, 591, 'Vadenay', ''),
(21272, 76, 591, 'Vaillant', ''),
(21273, 76, 591, 'Valcourt', ''),
(21274, 76, 591, 'Valmy', ''),
(21275, 76, 591, 'Vandieres', ''),
(21276, 76, 591, 'Vandy', ''),
(21277, 76, 591, 'Vauclerc', ''),
(21278, 76, 591, 'Vaudes', ''),
(21279, 76, 591, 'Vaupoisson', ''),
(21280, 76, 591, 'Vaux-sous-Aubigny', ''),
(21281, 76, 591, 'Vaux-sur-Blaise', ''),
(21282, 76, 591, 'Vecqueville', ''),
(21283, 76, 591, 'Vendeuvre-sur-Barse', ''),
(21284, 76, 591, 'Venteuil', ''),
(21285, 76, 591, 'Verneuil', ''),
(21286, 76, 591, 'Verrieres', ''),
(21287, 76, 591, 'Vertus', ''),
(21288, 76, 591, 'Verzenay', ''),
(21289, 76, 591, 'Verzy', ''),
(21290, 76, 591, 'Vesvres-sous-Chalancey', ''),
(21291, 76, 591, 'Vienne-la-Ville', ''),
(21292, 76, 591, 'Vienne-le-Chateau', ''),
(21293, 76, 591, 'Vieux', ''),
(21294, 76, 591, 'Vieux Moulins', ''),
(21295, 76, 591, 'Ville-en-Tardenois', ''),
(21296, 76, 591, 'Ville-sous-la-Ferte', ''),
(21297, 76, 591, 'Ville-sur-Tourbe', ''),
(21298, 76, 591, 'Villemaur-sur-Vanne', ''),
(21299, 76, 591, 'Villemoiron-en-Othe', ''),
(21300, 76, 591, 'Villenauxe-la-Grande', ''),
(21301, 76, 591, 'Villeret', ''),
(21302, 76, 591, 'Villers-aux-Bois', ''),
(21303, 76, 591, 'Villers-Semeuse', ''),
(21304, 76, 591, 'Villiers-en-Lieu', ''),
(21305, 76, 591, 'Villiers-le-Sec', ''),
(21306, 76, 591, 'Villy-le-Marechal', ''),
(21307, 76, 591, 'Vinay', ''),
(21308, 76, 591, 'Vireux-Molhain', ''),
(21309, 76, 591, 'Vireux-Wallerand', ''),
(21310, 76, 591, 'Vitry-le-Croise', ''),
(21311, 76, 591, 'Vitry-le-François', ''),
(21312, 76, 591, 'Vivier-au-Court', ''),
(21313, 76, 591, 'Voisines', ''),
(21314, 76, 591, 'Voue', ''),
(21315, 76, 591, 'Vouillers', ''),
(21316, 76, 591, 'Vouziers', ''),
(21317, 76, 591, 'Vraux', ''),
(21318, 76, 591, 'Vrigne-aux-Bois', ''),
(21319, 76, 591, 'Warmeriville', ''),
(21320, 76, 591, 'Wassy', ''),
(21321, 76, 591, 'Witry-les-Reims', ''),
(21322, 76, 592, 'Afa', ''),
(21323, 76, 592, 'Ajaccio', ''),
(21324, 76, 592, 'Alata', ''),
(21325, 76, 592, 'Albertacce', ''),
(21326, 76, 592, 'Algajola', ''),
(21327, 76, 592, 'Antisanti', ''),
(21328, 76, 592, 'Appietto', ''),
(21329, 76, 592, 'Arbellara', ''),
(21330, 76, 592, 'Bastelicaccia', ''),
(21331, 76, 592, 'Bastia', ''),
(21332, 76, 592, 'Belgodere', ''),
(21333, 76, 592, 'Biguglia', ''),
(21334, 76, 592, 'Bocognano', ''),
(21335, 76, 592, 'Bonifacio', ''),
(21336, 76, 592, 'Borgo', ''),
(21337, 76, 592, 'Brando', ''),
(21338, 76, 592, 'Calcatoggio', ''),
(21339, 76, 592, 'Calenzana', ''),
(21340, 76, 592, 'Calvi', ''),
(21341, 76, 592, 'Cambia', ''),
(21342, 76, 592, 'Carcopino', ''),
(21343, 76, 592, 'Cargèse', ''),
(21344, 76, 592, 'Casanova', ''),
(21345, 76, 592, 'Case', ''),
(21346, 76, 592, 'Castello-di-Rostino', ''),
(21347, 76, 592, 'Castiglione', ''),
(21348, 76, 592, 'Centuri', ''),
(21349, 76, 592, 'Cervione', ''),
(21350, 76, 592, 'Corbara', ''),
(21351, 76, 592, 'Corte', ''),
(21352, 76, 592, 'Cuttoli-Corticchiato', ''),
(21353, 76, 592, 'Ersa', ''),
(21354, 76, 592, 'Favalello', ''),
(21355, 76, 592, 'Folelli', ''),
(21356, 76, 592, 'Furiani', ''),
(21357, 76, 592, 'Ghisonaccia', ''),
(21358, 76, 592, 'Grosseto-Prugna', ''),
(21359, 76, 592, 'L\'Île-Rousse', ''),
(21360, 76, 592, 'La Porta', ''),
(21361, 76, 592, 'Lavatoggio', ''),
(21362, 76, 592, 'Levie', ''),
(21363, 76, 592, 'Linguizzetta', ''),
(21364, 76, 592, 'Lucciana', ''),
(21365, 76, 592, 'Lumio', ''),
(21366, 76, 592, 'Mezzavia', ''),
(21367, 76, 592, 'Moltifao', ''),
(21368, 76, 592, 'Monticello', ''),
(21369, 76, 592, 'Olmeta-di-Tuda', ''),
(21370, 76, 592, 'Orcino', ''),
(21371, 76, 592, 'Ortiporio', ''),
(21372, 76, 592, 'Penta-di-Casinca', ''),
(21373, 76, 592, 'Peri', ''),
(21374, 76, 592, 'Piazza', ''),
(21375, 76, 592, 'Pietralba', ''),
(21376, 76, 592, 'Pietrosella', ''),
(21377, 76, 592, 'Poggio-di-Tallano', ''),
(21378, 76, 592, 'Ponte-Leccia', ''),
(21379, 76, 592, 'Porticcio', ''),
(21380, 76, 592, 'Porto', ''),
(21381, 76, 592, 'Porto-Vecchio', ''),
(21382, 76, 592, 'Propriano', ''),
(21383, 76, 592, 'Prunelli-di-Fiumorbo', ''),
(21384, 76, 592, 'Rospigliani', ''),
(21385, 76, 592, 'Saint Antoine', ''),
(21386, 76, 592, 'Saint Joseph', ''),
(21387, 76, 592, 'Saint-Florent', ''),
(21388, 76, 592, 'San-Martino-di-Lota', ''),
(21389, 76, 592, 'San-Nicolao', ''),
(21390, 76, 592, 'Sant\'Antonino', ''),
(21391, 76, 592, 'Santa-Lucia-di-Moriani', ''),
(21392, 76, 592, 'Santa-Maria-di-Lota', ''),
(21393, 76, 592, 'Sarrola-Carcopino', ''),
(21394, 76, 592, 'Sartène', ''),
(21395, 76, 592, 'Serra-di-Ferro', ''),
(21396, 76, 592, 'Solaro', ''),
(21397, 76, 592, 'Sorbollano', ''),
(21398, 76, 592, 'Sotta', ''),
(21399, 76, 592, 'Tavera', ''),
(21400, 76, 592, 'Valle-di-Mezzana', ''),
(21401, 76, 592, 'Valle-di-Rostino', ''),
(21402, 76, 592, 'Venaco', ''),
(21403, 76, 592, 'Ventiseri', ''),
(21404, 76, 592, 'Venzolasca', ''),
(21405, 76, 592, 'Vero', ''),
(21406, 76, 592, 'Vescovato', ''),
(21407, 76, 592, 'Vico', ''),
(21408, 76, 592, 'Villanova', ''),
(21409, 76, 592, 'Vivario', ''),
(21410, 76, 592, 'Zonza', ''),
(21411, 76, 593, 'Abbans-Dessous', ''),
(21412, 76, 593, 'Abbans-Dessus', ''),
(21413, 76, 593, 'Abbevillers', ''),
(21414, 76, 593, 'Abergement-la-Ronce', ''),
(21415, 76, 593, 'Abergement-le-Petit', ''),
(21416, 76, 593, 'Abergement-Saint-Jean', ''),
(21417, 76, 593, 'Adam-les-Vercel', ''),
(21418, 76, 593, 'Aiglepierre', ''),
(21419, 76, 593, 'Aillevillers-et-Lyaumont', ''),
(21420, 76, 593, 'Ainvelle', ''),
(21421, 76, 593, 'Allondans', ''),
(21422, 76, 593, 'Amagney', ''),
(21423, 76, 593, 'Amance', ''),
(21424, 76, 593, 'Amancey', ''),
(21425, 76, 593, 'Amange', ''),
(21426, 76, 593, 'Amathay-Vesigneux', ''),
(21427, 76, 593, 'Amoncourt', ''),
(21428, 76, 593, 'Ancier', ''),
(21429, 76, 593, 'Andelarre', ''),
(21430, 76, 593, 'Andelnans', ''),
(21431, 76, 593, 'Angeot', ''),
(21432, 76, 593, 'Angirey', ''),
(21433, 76, 593, 'Annoire', ''),
(21434, 76, 593, 'Anteuil', ''),
(21435, 76, 593, 'Arbois', ''),
(21436, 76, 593, 'Arc-et-Senans', ''),
(21437, 76, 593, 'Arc-les-Gray', ''),
(21438, 76, 593, 'Arcey', ''),
(21439, 76, 593, 'Arcon', ''),
(21440, 76, 593, 'Arlay', ''),
(21441, 76, 593, 'Audelange', ''),
(21442, 76, 593, 'Audeux', ''),
(21443, 76, 593, 'Audincourt', ''),
(21444, 76, 593, 'Augerans', ''),
(21445, 76, 593, 'Augisey', ''),
(21446, 76, 593, 'Autechaux', ''),
(21447, 76, 593, 'Authoison', ''),
(21448, 76, 593, 'Authume', ''),
(21449, 76, 593, 'Autoreille', ''),
(21450, 76, 593, 'Autrey-les-Cerre', ''),
(21451, 76, 593, 'Auxon-Dessous', ''),
(21452, 76, 593, 'Avanne-Aveney', ''),
(21453, 76, 593, 'Avoudrey', ''),
(21454, 76, 593, 'Balaiseaux', ''),
(21455, 76, 593, 'Bannans', ''),
(21456, 76, 593, 'Barretaine', ''),
(21457, 76, 593, 'Bart', ''),
(21458, 76, 593, 'Baume-les-Dames', ''),
(21459, 76, 593, 'Baume-les-Messieurs', ''),
(21460, 76, 593, 'Bavans', ''),
(21461, 76, 593, 'Bavilliers', ''),
(21462, 76, 593, 'Beaucourt', ''),
(21463, 76, 593, 'Beaufort', ''),
(21464, 76, 593, 'Beaumotte-les-Pin', ''),
(21465, 76, 593, 'Belfort', ''),
(21466, 76, 593, 'Belmont', ''),
(21467, 76, 593, 'Belonchamp', ''),
(21468, 76, 593, 'Berche', ''),
(21469, 76, 593, 'Bersaillin', ''),
(21470, 76, 593, 'Besançon', ''),
(21471, 76, 593, 'Bessoncourt', ''),
(21472, 76, 593, 'Bethoncourt', ''),
(21473, 76, 593, 'Betoncourt-les-Brotte', ''),
(21474, 76, 593, 'Beure', ''),
(21475, 76, 593, 'Beveuge', ''),
(21476, 76, 593, 'Bians-les-Usiers', ''),
(21477, 76, 593, 'Blussans', ''),
(21478, 76, 593, 'Bois-d\'Amont', ''),
(21479, 76, 593, 'Bois-de-Gand', ''),
(21480, 76, 593, 'Bolandoz', ''),
(21481, 76, 593, 'Bonnay', ''),
(21482, 76, 593, 'Bonnetage', ''),
(21483, 76, 593, 'Botans', ''),
(21484, 76, 593, 'Bouclans', ''),
(21485, 76, 593, 'Bouhans-les-Lure', ''),
(21486, 76, 593, 'Boujailles', ''),
(21487, 76, 593, 'Boujeons', ''),
(21488, 76, 593, 'Boulot', ''),
(21489, 76, 593, 'Boult', ''),
(21490, 76, 593, 'Bourbevelle', ''),
(21491, 76, 593, 'Bourguignon', ''),
(21492, 76, 593, 'Bourogne', ''),
(21493, 76, 593, 'Bracon', ''),
(21494, 76, 593, 'Braillans', ''),
(21495, 76, 593, 'Brainans', ''),
(21496, 76, 593, 'Brebotte', ''),
(21497, 76, 593, 'Breuches', ''),
(21498, 76, 593, 'Brevilliers', ''),
(21499, 76, 593, 'Brognard', ''),
(21500, 76, 593, 'Bucey-les-Gy', ''),
(21501, 76, 593, 'Bucey-les-Traves', ''),
(21502, 76, 593, 'Buffignecourt', ''),
(21503, 76, 593, 'Bulle', ''),
(21504, 76, 593, 'Bussurel', ''),
(21505, 76, 593, 'Busy', ''),
(21506, 76, 593, 'Cemboing', ''),
(21507, 76, 593, 'Chaffois', ''),
(21508, 76, 593, 'Chagey', ''),
(21509, 76, 593, 'Chaleze', ''),
(21510, 76, 593, 'Chalezeule', ''),
(21511, 76, 593, 'Chalonvillars', ''),
(21512, 76, 593, 'Chamblay', ''),
(21513, 76, 593, 'Champagney', ''),
(21514, 76, 593, 'Champagnole', ''),
(21515, 76, 593, 'Champdivers', ''),
(21516, 76, 593, 'Champey', ''),
(21517, 76, 593, 'Champlitte', ''),
(21518, 76, 593, 'Chapois', ''),
(21519, 76, 593, 'Charmoille', ''),
(21520, 76, 593, 'Charquemont', ''),
(21521, 76, 593, 'Chasnans', ''),
(21522, 76, 593, 'Chateau-Chalon', ''),
(21523, 76, 593, 'Chatenois', ''),
(21524, 76, 593, 'Chatenois-les-Forges', ''),
(21525, 76, 593, 'Châtillon', ''),
(21526, 76, 593, 'Chatillon-le-Duc', ''),
(21527, 76, 593, 'Chavannes-les-Grands', ''),
(21528, 76, 593, 'Chemaudin', ''),
(21529, 76, 593, 'Chevigney-sur-l\'Ognon', ''),
(21530, 76, 593, 'Chevigny', ''),
(21531, 76, 593, 'Chevremont', ''),
(21532, 76, 593, 'Chevroz', ''),
(21533, 76, 593, 'Choisey', ''),
(21534, 76, 593, 'Chouzelot', ''),
(21535, 76, 593, 'Citers', ''),
(21536, 76, 593, 'Clairvaux-les-Lacs', ''),
(21537, 76, 593, 'Clerval', ''),
(21538, 76, 593, 'Colombe-les-Vesoul', ''),
(21539, 76, 593, 'Colombier-Chatelot', ''),
(21540, 76, 593, 'Colombier-Fontaine', ''),
(21541, 76, 593, 'Conflans-sur-Lanterne', ''),
(21542, 76, 593, 'Conliege', ''),
(21543, 76, 593, 'Corbenay', ''),
(21544, 76, 593, 'Courbouzon', ''),
(21545, 76, 593, 'Courcelles-les-Montbeliard', ''),
(21546, 76, 593, 'Courchapon', ''),
(21547, 76, 593, 'Courlans', ''),
(21548, 76, 593, 'Courlaoux', ''),
(21549, 76, 593, 'Courtelevant', ''),
(21550, 76, 593, 'Courvieres', ''),
(21551, 76, 593, 'Cousance', ''),
(21552, 76, 593, 'Couthenans', ''),
(21553, 76, 593, 'Cravanche', ''),
(21554, 76, 593, 'Crenans', ''),
(21555, 76, 593, 'Crissey', ''),
(21556, 76, 593, 'Croix', ''),
(21557, 76, 593, 'Cromary', ''),
(21558, 76, 593, 'Dambenoit-les-Colombe', ''),
(21559, 76, 593, 'Damparis', ''),
(21560, 76, 593, 'Dampierre', ''),
(21561, 76, 593, 'Dampierre-les-Conflans', ''),
(21562, 76, 593, 'Dampierre-sur-le-Doubs', ''),
(21563, 76, 593, 'Dampierre-sur-Linotte', ''),
(21564, 76, 593, 'Damprichard', ''),
(21565, 76, 593, 'Danjoutin', ''),
(21566, 76, 593, 'Dannemarie-sur-Crete', ''),
(21567, 76, 593, 'Dasle', ''),
(21568, 76, 593, 'Delle', ''),
(21569, 76, 593, 'Deluz', ''),
(21570, 76, 593, 'Devecey', ''),
(21571, 76, 593, 'Dole', ''),
(21572, 76, 593, 'Dommartin', ''),
(21573, 76, 593, 'Dompierre-les-Tilleuls', ''),
(21574, 76, 593, 'Dompierre-sur-Mont', ''),
(21575, 76, 593, 'Doucier', ''),
(21576, 76, 593, 'Echavanne', ''),
(21577, 76, 593, 'Echenoz-la-Meline', ''),
(21578, 76, 593, 'Echenoz-le-Sec', ''),
(21579, 76, 593, 'Echevannes', ''),
(21580, 76, 593, 'Ecole-Valentin', ''),
(21581, 76, 593, 'Ehuns', ''),
(21582, 76, 593, 'Epenoy', ''),
(21583, 76, 593, 'Epeugney', ''),
(21584, 76, 593, 'Equevillon', ''),
(21585, 76, 593, 'Esboz-Brest', ''),
(21586, 76, 593, 'Essert', ''),
(21587, 76, 593, 'Etroitefontaine', ''),
(21588, 76, 593, 'Etueffont', ''),
(21589, 76, 593, 'Etupes', ''),
(21590, 76, 593, 'Evans', ''),
(21591, 76, 593, 'Fallerans', ''),
(21592, 76, 593, 'Falletans', ''),
(21593, 76, 593, 'Fertans', ''),
(21594, 76, 593, 'Fesches-le-Chatel', ''),
(21595, 76, 593, 'Fessevillers', ''),
(21596, 76, 593, 'Filain', ''),
(21597, 76, 593, 'Fontaine-les-Luxeuil', ''),
(21598, 76, 593, 'Fontenois-les-Montbozon', ''),
(21599, 76, 593, 'Fougerolles', ''),
(21600, 76, 593, 'Foussemagne', ''),
(21601, 76, 593, 'Frais', ''),
(21602, 76, 593, 'Fraisans', ''),
(21603, 76, 593, 'Frambouhans', ''),
(21604, 76, 593, 'Franois', ''),
(21605, 76, 593, 'Frasne', ''),
(21606, 76, 593, 'Fretigney-et-Velloreille', ''),
(21607, 76, 593, 'Froideconche', ''),
(21608, 76, 593, 'Frotey-les-Lure', ''),
(21609, 76, 593, 'Frotey-les-Vesoul', ''),
(21610, 76, 593, 'Geneuille', ''),
(21611, 76, 593, 'Gigny', ''),
(21612, 76, 593, 'Gilley', ''),
(21613, 76, 593, 'Giromagny', ''),
(21614, 76, 593, 'Gonsans', ''),
(21615, 76, 593, 'Gourgeon', ''),
(21616, 76, 593, 'Goux-les-Dambelin', ''),
(21617, 76, 593, 'Goux-les-Usiers', ''),
(21618, 76, 593, 'Grand\'Combe-Chateleu', ''),
(21619, 76, 593, 'Grand-Charmont', ''),
(21620, 76, 593, 'Grandfontaine-Fournets', ''),
(21621, 76, 593, 'Grandvillars', ''),
(21622, 76, 593, 'Granges-le-Bourg', ''),
(21623, 76, 593, 'Granges-Narboz', ''),
(21624, 76, 593, 'Granges-sur-Baume', ''),
(21625, 76, 593, 'Gray', ''),
(21626, 76, 593, 'Gray-la-Ville', ''),
(21627, 76, 593, 'Gredisans', ''),
(21628, 76, 593, 'Grozon', ''),
(21629, 76, 593, 'Grusse', ''),
(21630, 76, 593, 'Gy', ''),
(21631, 76, 593, 'Hautevelle', ''),
(21632, 76, 593, 'Hericourt', ''),
(21633, 76, 593, 'Herimoncourt', ''),
(21634, 76, 593, 'Houtaud', ''),
(21635, 76, 593, 'Hugier', ''),
(21636, 76, 593, 'Hyet', ''),
(21637, 76, 593, 'Hyevre-Paroisse', ''),
(21638, 76, 593, 'Issans', ''),
(21639, 76, 593, 'Joncherey', ''),
(21640, 76, 593, 'Jougne', ''),
(21641, 76, 593, 'Jussey', ''),
(21642, 76, 593, 'L\'Ecouvotte', ''),
(21643, 76, 593, 'L\'Etoile', ''),
(21644, 76, 593, 'L\'Hopital-du-Grosbois', ''),
(21645, 76, 593, 'La Balme-d\'Epy', ''),
(21646, 76, 593, 'La Barre', ''),
(21647, 76, 593, 'La Breteniere', ''),
(21648, 76, 593, 'La Bruyere', ''),
(21649, 76, 593, 'La Chaux-du-Dombief', ''),
(21650, 76, 593, 'La Cote', ''),
(21651, 76, 593, 'La Riviere-Drugeon', ''),
(21652, 76, 593, 'La Tour-de-Scay', ''),
(21653, 76, 593, 'Labergement-Sainte-Marie', ''),
(21654, 76, 593, 'Lachapelle-sous-Chaux', ''),
(21655, 76, 593, 'Lamoura', ''),
(21656, 76, 593, 'Lantenne-Vertiere', ''),
(21657, 76, 593, 'Lantenot', ''),
(21658, 76, 593, 'Larians-et-Munans', ''),
(21659, 76, 593, 'Larrivoire', ''),
(21660, 76, 593, 'Lavangeot', ''),
(21661, 76, 593, 'Lavans-les-Dole', ''),
(21662, 76, 593, 'Lavernay', ''),
(21663, 76, 593, 'Lavigny', ''),
(21664, 76, 593, 'Le Bourget', ''),
(21665, 76, 593, 'Le Deschaux', ''),
(21666, 76, 593, 'Le Fied', ''),
(21667, 76, 593, 'Le Gratteris', ''),
(21668, 76, 593, 'Le Russey', ''),
(21669, 76, 593, 'Le Tremblois', ''),
(21670, 76, 593, 'Le Vaudioux', ''),
(21671, 76, 593, 'Le Vernois', ''),
(21672, 76, 593, 'Lepuix', ''),
(21673, 76, 593, 'Les Aynans', ''),
(21674, 76, 593, 'Les Bouchoux', ''),
(21675, 76, 593, 'Les Combes', ''),
(21676, 76, 593, 'Les Deux-Fays', ''),
(21677, 76, 593, 'Les Fins', ''),
(21678, 76, 593, 'Les Fontenelles', ''),
(21679, 76, 593, 'Les Gras', ''),
(21680, 76, 593, 'Les Hays', ''),
(21681, 76, 593, 'Les Hopitaux-Neufs', ''),
(21682, 76, 593, 'Les Nans', ''),
(21683, 76, 593, 'Les Rousses', ''),
(21684, 76, 593, 'Lescheres', ''),
(21685, 76, 593, 'Leval', ''),
(21686, 76, 593, 'Levier', ''),
(21687, 76, 593, 'Lievremont', ''),
(21688, 76, 593, 'LIsle-sur-le-Doubs', ''),
(21689, 76, 593, 'Lomont-sur-Crete', ''),
(21690, 76, 593, 'Longchaumois', ''),
(21691, 76, 593, 'Longevelle-sur-Doubs', ''),
(21692, 76, 593, 'Longevilles-Mont-d\'Or', ''),
(21693, 76, 593, 'Lons-le-Saunier', ''),
(21694, 76, 593, 'Lougres', ''),
(21695, 76, 593, 'Luisans', ''),
(21696, 76, 593, 'Lure', ''),
(21697, 76, 593, 'Luxeuil-les-Bains', ''),
(21698, 76, 593, 'Macornay', ''),
(21699, 76, 593, 'Magnivray', ''),
(21700, 76, 593, 'Magny-Jobert', ''),
(21701, 76, 593, 'Magny-les-Jussey', ''),
(21702, 76, 593, 'Magny-Vernois', ''),
(21703, 76, 593, 'Maiche', ''),
(21704, 76, 593, 'Malbuisson', ''),
(21705, 76, 593, 'Malvillers', ''),
(21706, 76, 593, 'Mamirolle', ''),
(21707, 76, 593, 'Mancenans-Lizerne', ''),
(21708, 76, 593, 'Mandeure', ''),
(21709, 76, 593, 'Mantoche', ''),
(21710, 76, 593, 'Marchaux', ''),
(21711, 76, 593, 'Marigny', ''),
(21712, 76, 593, 'Marnay', ''),
(21713, 76, 593, 'Mediere', ''),
(21714, 76, 593, 'Melisey', ''),
(21715, 76, 593, 'Menoux', ''),
(21716, 76, 593, 'Merey-sous-Montrond', ''),
(21717, 76, 593, 'Meroux', ''),
(21718, 76, 593, 'Mesnay', ''),
(21719, 76, 593, 'Mesnois', ''),
(21720, 76, 593, 'Metabief', ''),
(21721, 76, 593, 'Mezire', ''),
(21722, 76, 593, 'Miellin', ''),
(21723, 76, 593, 'Miserey-Salines', ''),
(21724, 76, 593, 'Moimay', ''),
(21725, 76, 593, 'Moirans-en-Montagne', ''),
(21726, 76, 593, 'Moissey', ''),
(21727, 76, 593, 'Molain', ''),
(21728, 76, 593, 'Molay', ''),
(21729, 76, 593, 'Molinges', ''),
(21730, 76, 593, 'Mont-sous-Vaudrey', ''),
(21731, 76, 593, 'Montagna-le-Templier', ''),
(21732, 76, 593, 'Montagney', ''),
(21733, 76, 593, 'Montaigu', ''),
(21734, 76, 593, 'Montain', ''),
(21735, 76, 593, 'Montancy', ''),
(21736, 76, 593, 'Montarlot-les-Rioz', ''),
(21737, 76, 593, 'Montbéliard', ''),
(21738, 76, 593, 'Montbenoit', ''),
(21739, 76, 593, 'Montbouton', ''),
(21740, 76, 593, 'Montenois', ''),
(21741, 76, 593, 'Montessaux', ''),
(21742, 76, 593, 'Montfaucon', ''),
(21743, 76, 593, 'Montferrand-le-Chateau', ''),
(21744, 76, 593, 'Montgesoye', ''),
(21745, 76, 593, 'Montigny-les-Vesoul', ''),
(21746, 76, 593, 'Montlebon', ''),
(21747, 76, 593, 'Montmalin', ''),
(21748, 76, 593, 'Montmorot', ''),
(21749, 76, 593, 'Montreux-Chateau', ''),
(21750, 76, 593, 'Montrond', ''),
(21751, 76, 593, 'Montseugny', ''),
(21752, 76, 593, 'Morbier', ''),
(21753, 76, 593, 'Morez', ''),
(21754, 76, 593, 'Morre', ''),
(21755, 76, 593, 'Morteau', ''),
(21756, 76, 593, 'Morvillars', ''),
(21757, 76, 593, 'Mouchard', ''),
(21758, 76, 593, 'Mouthe', ''),
(21759, 76, 593, 'Moval', ''),
(21760, 76, 593, 'Nancray', ''),
(21761, 76, 593, 'Neuvelle-les-Cromary', ''),
(21762, 76, 593, 'Nevy-les-Dole', ''),
(21763, 76, 593, 'Nevy-sur-Seille', ''),
(21764, 76, 593, 'Noidans-le-Ferroux', ''),
(21765, 76, 593, 'Noidans-les-Vesoul', ''),
(21766, 76, 593, 'Noironte', ''),
(21767, 76, 593, 'Noroy-le-Bourg', ''),
(21768, 76, 593, 'Novillars', ''),
(21769, 76, 593, 'Offemont', ''),
(21770, 76, 593, 'Orchamps-Vennes', ''),
(21771, 76, 593, 'Orgelet', ''),
(21772, 76, 593, 'Ornans', ''),
(21773, 76, 593, 'Oussieres', ''),
(21774, 76, 593, 'Pagnoz', ''),
(21775, 76, 593, 'Parcey', ''),
(21776, 76, 593, 'Paroy', ''),
(21777, 76, 593, 'Peintre', ''),
(21778, 76, 593, 'Pelousey', ''),
(21779, 76, 593, 'Perouse', ''),
(21780, 76, 593, 'Perrigny', ''),
(21781, 76, 593, 'Perrouse', ''),
(21782, 76, 593, 'Pesmes', ''),
(21783, 76, 593, 'Phaffans', ''),
(21784, 76, 593, 'Pierrefontaine-les-Blamont', ''),
(21785, 76, 593, 'Pin', ''),
(21786, 76, 593, 'Pirey', ''),
(21787, 76, 593, 'Plancher-les-Mines', ''),
(21788, 76, 593, 'Pleure', ''),
(21789, 76, 593, 'Polaincourt-et-Clairefontaine', ''),
(21790, 76, 593, 'Poligny', ''),
(21791, 76, 593, 'Pont-de-Poitte', ''),
(21792, 76, 593, 'Pont-de-Roide', ''),
(21793, 76, 593, 'Pontarlier', ''),
(21794, 76, 593, 'Port-sur-Saone', ''),
(21795, 76, 593, 'Pouilley-les-Vignes', ''),
(21796, 76, 593, 'Pouligney-Lusans', ''),
(21797, 76, 593, 'Pratz', ''),
(21798, 76, 593, 'Premanon', ''),
(21799, 76, 593, 'Pusey', ''),
(21800, 76, 593, 'Quenoche', ''),
(21801, 76, 593, 'Quincey', ''),
(21802, 76, 593, 'Quingey', ''),
(21803, 76, 593, 'Quintigny', ''),
(21804, 76, 593, 'Quitteur', ''),
(21805, 76, 593, 'Rainans', ''),
(21806, 76, 593, 'Rang', ''),
(21807, 76, 593, 'Rans', ''),
(21808, 76, 593, 'Ravilloles', ''),
(21809, 76, 593, 'Raynans', ''),
(21810, 76, 593, 'Rechesy', ''),
(21811, 76, 593, 'Recologne', ''),
(21812, 76, 593, 'Revigny', ''),
(21813, 76, 593, 'Rigny', ''),
(21814, 76, 593, 'Rioz', ''),
(21815, 76, 593, 'Roche-lez-Beaupre', ''),
(21816, 76, 593, 'Rochefort-sur-Nenon', ''),
(21817, 76, 593, 'Rochejean', ''),
(21818, 76, 593, 'Roches-les-Blamont', ''),
(21819, 76, 593, 'Rognon', ''),
(21820, 76, 593, 'Romain', ''),
(21821, 76, 593, 'Romange', ''),
(21822, 76, 593, 'Ronchamp', ''),
(21823, 76, 593, 'Roppe', ''),
(21824, 76, 593, 'Rosey', ''),
(21825, 76, 593, 'Rougegoutte', ''),
(21826, 76, 593, 'Rougemont-le-Chateau', ''),
(21827, 76, 593, 'Roulans', ''),
(21828, 76, 593, 'Routelle', ''),
(21829, 76, 593, 'Roye', ''),
(21830, 76, 593, 'Ruffey-le-Chateau', ''),
(21831, 76, 593, 'Saint-Amour', ''),
(21832, 76, 593, 'Saint-Claude', ''),
(21833, 76, 593, 'Saint-Germain-le-Chatelet', ''),
(21834, 76, 593, 'Saint-Germain-les-Arlay', ''),
(21835, 76, 593, 'Saint-Jean-d\'Etreux', ''),
(21836, 76, 593, 'Saint-Loup-sur-Semouse', ''),
(21837, 76, 593, 'Saint-Lupicin', ''),
(21838, 76, 593, 'Saint-Vit', ''),
(21839, 76, 593, 'Sainte-Suzanne', ''),
(21840, 76, 593, 'Salbert', ''),
(21841, 76, 593, 'Salins-les-Bains', ''),
(21842, 76, 593, 'Samson', ''),
(21843, 76, 593, 'Saone', ''),
(21844, 76, 593, 'Saulx', ''),
(21845, 76, 593, 'Scey-sur-Saone-et-Saint-Albin', ''),
(21846, 76, 593, 'Sellieres', ''),
(21847, 76, 593, 'Seloncourt', ''),
(21848, 76, 593, 'Semondans', ''),
(21849, 76, 593, 'Sermamagny', ''),
(21850, 76, 593, 'Serre-les-Sapins', ''),
(21851, 76, 593, 'Sochaux', ''),
(21852, 76, 593, 'Sombacour', ''),
(21853, 76, 593, 'Souvans', ''),
(21854, 76, 593, 'Suarce', ''),
(21855, 76, 593, 'Tarcenay', ''),
(21856, 76, 593, 'Tassenieres', ''),
(21857, 76, 593, 'Tavaux', ''),
(21858, 76, 593, 'Tavey', ''),
(21859, 76, 593, 'Taxenne', ''),
(21860, 76, 593, 'Thise', ''),
(21861, 76, 593, 'Thoirette', ''),
(21862, 76, 593, 'Thoiria', ''),
(21863, 76, 593, 'Thulay', ''),
(21864, 76, 593, 'Torpes', ''),
(21865, 76, 593, 'Trepot', ''),
(21866, 76, 593, 'Trevenans', ''),
(21867, 76, 593, 'Trevillers', ''),
(21868, 76, 593, 'Urcerey', ''),
(21869, 76, 593, 'Vadans', ''),
(21870, 76, 593, 'Vaivre-et-Montoille', ''),
(21871, 76, 593, 'Valdahon', ''),
(21872, 76, 593, 'Valdoie', ''),
(21873, 76, 593, 'Valentigney', ''),
(21874, 76, 593, 'Vanclans', ''),
(21875, 76, 593, 'Vauchoux', ''),
(21876, 76, 593, 'Vaucluse', ''),
(21877, 76, 593, 'Velesmes-Essarts', ''),
(21878, 76, 593, 'Velet', ''),
(21879, 76, 593, 'Vellefrie', ''),
(21880, 76, 593, 'Velleminfroy', ''),
(21881, 76, 593, 'Vellescot', ''),
(21882, 76, 593, 'Velorcey', ''),
(21883, 76, 593, 'Venere', ''),
(21884, 76, 593, 'Vercel-Villedieu-le-Camp', ''),
(21885, 76, 593, 'Verchamp', ''),
(21886, 76, 593, 'Verges', ''),
(21887, 76, 593, 'Verlans', ''),
(21888, 76, 593, 'Vermondans', ''),
(21889, 76, 593, 'Vernois-sur-Mance', ''),
(21890, 76, 593, 'Verrieres-de-Joux', ''),
(21891, 76, 593, 'Vesoul', ''),
(21892, 76, 593, 'Vezelois', ''),
(21893, 76, 593, 'Vieilley', ''),
(21894, 76, 593, 'Vieux-Charmont', ''),
(21895, 76, 593, 'Villards-d\'Heria', ''),
(21896, 76, 593, 'Villars-les-Blamont', ''),
(21897, 76, 593, 'Villeneuve-les-Charnod', ''),
(21898, 76, 593, 'Villeneuve-sous-Pymont', ''),
(21899, 76, 593, 'Villers-Buzon', ''),
(21900, 76, 593, 'Villers-Grelot', ''),
(21901, 76, 593, 'Villers-le-Lac', ''),
(21902, 76, 593, 'Villers-sous-Chalamont', ''),
(21903, 76, 593, 'Villers-sur-Port', ''),
(21904, 76, 593, 'Villersexel', ''),
(21905, 76, 593, 'Villevieux', ''),
(21906, 76, 593, 'Vincent', ''),
(21907, 76, 593, 'Viry', ''),
(21908, 76, 593, 'Vitreux', ''),
(21909, 76, 593, 'Vitrey-sur-Mance', ''),
(21910, 76, 593, 'Voiteur', ''),
(21911, 76, 593, 'Voujeaucourt', ''),
(21912, 76, 593, 'Vuillafans', ''),
(21913, 76, 593, 'Vuillecin', ''),
(21914, 76, 594, 'Acquigny', ''),
(21915, 76, 594, 'Alizay', ''),
(21916, 76, 594, 'Allouville-Bellefosse', ''),
(21917, 76, 594, 'Ambenay', ''),
(21918, 76, 594, 'Ambrumesnil', ''),
(21919, 76, 594, 'Amecourt', ''),
(21920, 76, 594, 'Amfreville-la-Campagne', ''),
(21921, 76, 594, 'Amfreville-la-Mi-Voie', ''),
(21922, 76, 594, 'Amfreville-les-Champs', ''),
(21923, 76, 594, 'Amfreville-sous-les-Monts', ''),
(21924, 76, 594, 'Amfreville-sur-Iton', ''),
(21925, 76, 594, 'Ancourt', ''),
(21926, 76, 594, 'Ancourteville-sur-Hericourt', ''),
(21927, 76, 594, 'Ancretteville-sur-Mer', ''),
(21928, 76, 594, 'Ande', ''),
(21929, 76, 594, 'Angerville-la-Martel', ''),
(21930, 76, 594, 'Anglesqueville-l\'Esneval', ''),
(21931, 76, 594, 'Anneville-Ambourville', ''),
(21932, 76, 594, 'Annouville-Vilmesnil', ''),
(21933, 76, 594, 'Anquetierville', ''),
(21934, 76, 594, 'Appeville-Annebault', ''),
(21935, 76, 594, 'Ardouval', ''),
(21936, 76, 594, 'Armentieres-sur-Avre', ''),
(21937, 76, 594, 'Arnieres-sur-Iton', ''),
(21938, 76, 594, 'Arques-la-Bataille', ''),
(21939, 76, 594, 'Assigny', ''),
(21940, 76, 594, 'Aubeguimont', ''),
(21941, 76, 594, 'Aubermesnil-aux-Erables', ''),
(21942, 76, 594, 'Aubevoye', ''),
(21943, 76, 594, 'Aumale', ''),
(21944, 76, 594, 'Auppegard', ''),
(21945, 76, 594, 'Auquemesnil', ''),
(21946, 76, 594, 'Authevernes', ''),
(21947, 76, 594, 'Authieux-Ratieville', ''),
(21948, 76, 594, 'Authou', ''),
(21949, 76, 594, 'Authouillet', ''),
(21950, 76, 594, 'Auvergny', ''),
(21951, 76, 594, 'Auzebosc', ''),
(21952, 76, 594, 'Aviron', ''),
(21953, 76, 594, 'Avremesnil', ''),
(21954, 76, 594, 'Bacqueville', ''),
(21955, 76, 594, 'Bacqueville-en-Caux', ''),
(21956, 76, 594, 'Bailly-en-Riviere', ''),
(21957, 76, 594, 'Baons-le-Comte', ''),
(21958, 76, 594, 'Barentin', ''),
(21959, 76, 594, 'Barneville-sur-Seine', ''),
(21960, 76, 594, 'Bazincourt-sur-Epte', ''),
(21961, 76, 594, 'Beauficel-en-Lyons', ''),
(21962, 76, 594, 'Beaumesnil', ''),
(21963, 76, 594, 'Beaumont-le-Roger', ''),
(21964, 76, 594, 'Beautot', ''),
(21965, 76, 594, 'Beauvoir-en-Lyons', ''),
(21966, 76, 594, 'Belbeuf', ''),
(21967, 76, 594, 'Bellengreville', ''),
(21968, 76, 594, 'Belleville-en-Caux', ''),
(21969, 76, 594, 'Belleville-sur-Mer', ''),
(21970, 76, 594, 'Bennetot', ''),
(21971, 76, 594, 'Bernay', ''),
(21972, 76, 594, 'Berneval-le-Grand', ''),
(21973, 76, 594, 'Bernieres-sur-Seine', ''),
(21974, 76, 594, 'Bertreville-Saint-Ouen', ''),
(21975, 76, 594, 'Berville-en-Roumois', ''),
(21976, 76, 594, 'Berville-la-Campagne', ''),
(21977, 76, 594, 'Berville-sur-Mer', ''),
(21978, 76, 594, 'Berville-sur-Seine', ''),
(21979, 76, 594, 'Beuzeville', ''),
(21980, 76, 594, 'Beuzeville-la-Grenier', ''),
(21981, 76, 594, 'Beuzeville-la-Guerard', ''),
(21982, 76, 594, 'Beuzevillette', ''),
(21983, 76, 594, 'Bezancourt', ''),
(21984, 76, 594, 'Bezu-Saint-Eloi', ''),
(21985, 76, 594, 'Bierville', ''),
(21986, 76, 594, 'Bihorel', ''),
(21987, 76, 594, 'Biville-sur-Mer', ''),
(21988, 76, 594, 'Blangy-sur-Bresle', ''),
(21989, 76, 594, 'Bois-Guillaume', ''),
(21990, 76, 594, 'Bois-Heroult', ''),
(21991, 76, 594, 'Bois-Jerome-Saint-Ouen', ''),
(21992, 76, 594, 'Bois-le-Roi', ''),
(21993, 76, 594, 'Bois-Normand-pres-Lyre', ''),
(21994, 76, 594, 'Boisemont', ''),
(21995, 76, 594, 'Boissey-le-Chatel', ''),
(21996, 76, 594, 'Bolbec', ''),
(21997, 76, 594, 'Bonneville-Aptot', ''),
(21998, 76, 594, 'Bonsecours', ''),
(21999, 76, 594, 'Boos', ''),
(22000, 76, 594, 'Bosc Renoult', ''),
(22001, 76, 594, 'Bosc-Benard-Crescy', ''),
(22002, 76, 594, 'Bosc-le-Hard', ''),
(22003, 76, 594, 'Bosc-Mesnil', ''),
(22004, 76, 594, 'Bosgouet', ''),
(22005, 76, 594, 'Bosguerard-de-Marcouville', ''),
(22006, 76, 594, 'Bosnormand', ''),
(22007, 76, 594, 'Bouafles', ''),
(22008, 76, 594, 'Boudeville', ''),
(22009, 76, 594, 'Bouquelon', ''),
(22010, 76, 594, 'Bouquetot', ''),
(22011, 76, 594, 'Bourdainville', ''),
(22012, 76, 594, 'Bourg-Achard', ''),
(22013, 76, 594, 'Bourg-Beaudouin', ''),
(22014, 76, 594, 'Bourneville', ''),
(22015, 76, 594, 'Bourth', ''),
(22016, 76, 594, 'Bouville', ''),
(22017, 76, 594, 'Bracquetuit', ''),
(22018, 76, 594, 'Brestot', ''),
(22019, 76, 594, 'Breteuil', ''),
(22020, 76, 594, 'Bretteville-du-Grand-Caux', ''),
(22021, 76, 594, 'Breuilpont', ''),
(22022, 76, 594, 'Brionne', ''),
(22023, 76, 594, 'Broglie', ''),
(22024, 76, 594, 'Brosville', ''),
(22025, 76, 594, 'Buchy', ''),
(22026, 76, 594, 'Bueil', ''),
(22027, 76, 594, 'Bully', ''),
(22028, 76, 594, 'Bures-en-Bray', ''),
(22029, 76, 594, 'Caillouet-Orgeville', ''),
(22030, 76, 594, 'Cailly-sur-Eure', ''),
(22031, 76, 594, 'Callengeville', ''),
(22032, 76, 594, 'Calleville', ''),
(22033, 76, 594, 'Calleville-les-Deux-Eglises', ''),
(22034, 76, 594, 'Campigny', ''),
(22035, 76, 594, 'Canteleu', ''),
(22036, 76, 594, 'Cany-Barville', ''),
(22037, 76, 594, 'Carville-Pot-de-Fer', ''),
(22038, 76, 594, 'Catenay', ''),
(22039, 76, 594, 'Caudebec-en-Caux', ''),
(22040, 76, 594, 'Caudebec-lès-Elbeuf', ''),
(22041, 76, 594, 'Cauge', ''),
(22042, 76, 594, 'Caumont', ''),
(22043, 76, 594, 'Cauville-sur-Mer', ''),
(22044, 76, 594, 'Celloville', ''),
(22045, 76, 594, 'Charleval', ''),
(22046, 76, 594, 'Chateau-sur-Epte', ''),
(22047, 76, 594, 'Chauvincourt-Provemont', ''),
(22048, 76, 594, 'Chavigny-Bailleul', ''),
(22049, 76, 594, 'Chennebrun', ''),
(22050, 76, 594, 'Cideville', ''),
(22051, 76, 594, 'Cintray', ''),
(22052, 76, 594, 'Clasville', ''),
(22053, 76, 594, 'Claville', ''),
(22054, 76, 594, 'Cleon', ''),
(22055, 76, 594, 'Clères', ''),
(22056, 76, 594, 'Cleuville', ''),
(22057, 76, 594, 'Collandres-Quincarnon', ''),
(22058, 76, 594, 'Colleville', ''),
(22059, 76, 594, 'Conches-en-Ouche', ''),
(22060, 76, 594, 'Conde-sur-Iton', ''),
(22061, 76, 594, 'Conde-sur-Risle', ''),
(22062, 76, 594, 'Connelles', ''),
(22063, 76, 594, 'Conteville', ''),
(22064, 76, 594, 'Cormeilles', ''),
(22065, 76, 594, 'Corneville-sur-Risle', ''),
(22066, 76, 594, 'Coudray', ''),
(22067, 76, 594, 'Courcelles-sur-Seine', ''),
(22068, 76, 594, 'Courdemanche', ''),
(22069, 76, 594, 'Crasville-la-Mallet', ''),
(22070, 76, 594, 'Criel-sur-Mer', ''),
(22071, 76, 594, 'Criquebeuf-sur-Seine', ''),
(22072, 76, 594, 'Criquetot-l\'Esneval', ''),
(22073, 76, 594, 'Criquetot-sur-Ouville', ''),
(22074, 76, 594, 'Croisy-sur-Eure', ''),
(22075, 76, 594, 'Croix-Mare', ''),
(22076, 76, 594, 'Cropus', ''),
(22077, 76, 594, 'Crosville-la-Vieille', ''),
(22078, 76, 594, 'Crosville-sur-Scie', ''),
(22079, 76, 594, 'Croth', ''),
(22080, 76, 594, 'Cuverville', ''),
(22081, 76, 594, 'Cuy-Saint-Fiacre', ''),
(22082, 76, 594, 'Dampierre-en-Bray', ''),
(22083, 76, 594, 'Damville', ''),
(22084, 76, 594, 'Dardez', ''),
(22085, 76, 594, 'Darnetal', ''),
(22086, 76, 594, 'Daubeuf-Serville', ''),
(22087, 76, 594, 'Denestanville', ''),
(22088, 76, 594, 'Derchigny', ''),
(22089, 76, 594, 'Deville-les-Rouen', ''),
(22090, 76, 594, 'Dieppe', ''),
(22091, 76, 594, 'Douains', ''),
(22092, 76, 594, 'Doudeville', ''),
(22093, 76, 594, 'Douvrend', ''),
(22094, 76, 594, 'Droisy', ''),
(22095, 76, 594, 'Duclair', ''),
(22096, 76, 594, 'Ecalles-Alix', ''),
(22097, 76, 594, 'Ecaquelon', ''),
(22098, 76, 594, 'Ecos', ''),
(22099, 76, 594, 'Ecouis', ''),
(22100, 76, 594, 'Ecquetot', ''),
(22101, 76, 594, 'Ecretteville-les-Baons', ''),
(22102, 76, 594, 'Ecretteville-sur-Mer', ''),
(22103, 76, 594, 'Ectot-l\'Auber', ''),
(22104, 76, 594, 'Ectot-les-Baons', ''),
(22105, 76, 594, 'Elbeuf', ''),
(22106, 76, 594, 'Elbeuf-sur-Andelle', ''),
(22107, 76, 594, 'Envermeu', ''),
(22108, 76, 594, 'Epouville', ''),
(22109, 76, 594, 'Epretot', ''),
(22110, 76, 594, 'Epreville-pres-le-Neubourg', ''),
(22111, 76, 594, 'Eslettes', ''),
(22112, 76, 594, 'Esteville', ''),
(22113, 76, 594, 'Estouteville-Ecalles', ''),
(22114, 76, 594, 'Etaimpuis', ''),
(22115, 76, 594, 'Etainhus', ''),
(22116, 76, 594, 'Etoutteville', ''),
(22117, 76, 594, 'Etrepagny', ''),
(22118, 76, 594, 'Étretat', ''),
(22119, 76, 594, 'Etreville', ''),
(22120, 76, 594, 'Eu', ''),
(22121, 76, 594, 'Évreux', ''),
(22122, 76, 594, 'Ezy-sur-Eure', ''),
(22123, 76, 594, 'Fallencourt', ''),
(22124, 76, 594, 'Fatouville-Grestain', ''),
(22125, 76, 594, 'Fauville-en-Caux', ''),
(22126, 76, 594, 'Faverolles-la-Campagne', ''),
(22127, 76, 594, 'Fécamp', ''),
(22128, 76, 594, 'Flamets-Fretils', ''),
(22129, 76, 594, 'Flancourt-Catelon', ''),
(22130, 76, 594, 'Fleury-sur-Andelle', ''),
(22131, 76, 594, 'Fontaine-l\'Abbe', ''),
(22132, 76, 594, 'Fontaine-la-Mallet', ''),
(22133, 76, 594, 'Fontaine-la-Soret', ''),
(22134, 76, 594, 'Fontaine-le-Bourg', ''),
(22135, 76, 594, 'Fontaine-le-Dun', ''),
(22136, 76, 594, 'Fontaine-sous-Jouy', ''),
(22137, 76, 594, 'Fontenay', ''),
(22138, 76, 594, 'Foret-la-Folie', ''),
(22139, 76, 594, 'Forges-les-Eaux', ''),
(22140, 76, 594, 'Foucrainville', ''),
(22141, 76, 594, 'Fourmetot', ''),
(22142, 76, 594, 'Francheville', ''),
(22143, 76, 594, 'Franqueville', ''),
(22144, 76, 594, 'Fresquiennes', ''),
(22145, 76, 594, 'Freulleville', ''),
(22146, 76, 594, 'Froberville', ''),
(22147, 76, 594, 'Gaillon', ''),
(22148, 76, 594, 'Gainneville', ''),
(22149, 76, 594, 'Garennes-sur-Eure', ''),
(22150, 76, 594, 'Gasny', ''),
(22151, 76, 594, 'Gauciel', ''),
(22152, 76, 594, 'Gisancourt', ''),
(22153, 76, 594, 'Gisors', ''),
(22154, 76, 594, 'Giverville', ''),
(22155, 76, 594, 'Glisolles', ''),
(22156, 76, 594, 'Glos-sur-Risle', ''),
(22157, 76, 594, 'Goderville', ''),
(22158, 76, 594, 'Gommerville', ''),
(22159, 76, 594, 'Gonfreville-lOrcher', ''),
(22160, 76, 594, 'Goupillieres', ''),
(22161, 76, 594, 'Gournay-en-Bray', ''),
(22162, 76, 594, 'Gouy', ''),
(22163, 76, 594, 'Grainville', ''),
(22164, 76, 594, 'Grainville-la-Teinturiere', ''),
(22165, 76, 594, 'Grainville-sur-Ry', ''),
(22166, 76, 594, 'Grainville-Ymauville', ''),
(22167, 76, 594, 'Granchain', ''),
(22168, 76, 594, 'Grand-Camp', ''),
(22169, 76, 594, 'Grand-Couronne', ''),
(22170, 76, 594, 'Gravigny', ''),
(22171, 76, 594, 'Greges', ''),
(22172, 76, 594, 'Gremonville', ''),
(22173, 76, 594, 'Grigneuseville', ''),
(22174, 76, 594, 'Grosley-sur-Risle', ''),
(22175, 76, 594, 'Gruchet-le-Valasse', ''),
(22176, 76, 594, 'Grugny', ''),
(22177, 76, 594, 'Grumesnil', ''),
(22178, 76, 594, 'Guerville', ''),
(22179, 76, 594, 'Gueures', ''),
(22180, 76, 594, 'Gueutteville-les-Gres', ''),
(22181, 76, 594, 'Guiseniers', ''),
(22182, 76, 594, 'Harcanville', ''),
(22183, 76, 594, 'Harfleur', ''),
(22184, 76, 594, 'Haucourt', ''),
(22185, 76, 594, 'Haudricourt', ''),
(22186, 76, 594, 'Hautot-sur-Mer', ''),
(22187, 76, 594, 'Hauville', ''),
(22188, 76, 594, 'Hebecourt', ''),
(22189, 76, 594, 'Hennezis', ''),
(22190, 76, 594, 'Henouville', ''),
(22191, 76, 594, 'Hericourt-en-Caux', ''),
(22192, 76, 594, 'Heudebouville', ''),
(22193, 76, 594, 'Heudreville-sur-Eure', ''),
(22194, 76, 594, 'Heuqueville', ''),
(22195, 76, 594, 'Heurteauville', ''),
(22196, 76, 594, 'Hodeng-au-Bosc', ''),
(22197, 76, 594, 'Hodeng-Hodenger', ''),
(22198, 76, 594, 'Hondouville', ''),
(22199, 76, 594, 'Houlbec-Cocherel', ''),
(22200, 76, 594, 'Houppeville', ''),
(22201, 76, 594, 'Houquetot', ''),
(22202, 76, 594, 'Hugleville-en-Caux', ''),
(22203, 76, 594, 'Igoville', ''),
(22204, 76, 594, 'Illeville-sur-Montfort', ''),
(22205, 76, 594, 'Incarville', ''),
(22206, 76, 594, 'Incheville', ''),
(22207, 76, 594, 'Intraville', ''),
(22208, 76, 594, 'Isneauville', ''),
(22209, 76, 594, 'Iville', ''),
(22210, 76, 594, 'Ivry-la-Bataille', ''),
(22211, 76, 594, 'Jumelles', ''),
(22212, 76, 594, 'Jumièges', ''),
(22213, 76, 594, 'La Barre-en-Ouche', ''),
(22214, 76, 594, 'La Bonneville-sur-Iton', ''),
(22215, 76, 594, 'La Bouille', ''),
(22216, 76, 594, 'La Campagne', ''),
(22217, 76, 594, 'La Cerlangue', ''),
(22218, 76, 594, 'La Chapelle-Gauthier', ''),
(22219, 76, 594, 'La Couture-Boussey', ''),
(22220, 76, 594, 'La Crique', ''),
(22221, 76, 594, 'La Ferte-Saint-Samson', ''),
(22222, 76, 594, 'La Foret', ''),
(22223, 76, 594, 'La Frenaye', ''),
(22224, 76, 594, 'La Garenne', ''),
(22225, 76, 594, 'La Halle', ''),
(22226, 76, 594, 'La Haye-Saint-Sylvestre', ''),
(22227, 76, 594, 'La Heuniere', ''),
(22228, 76, 594, 'La Lande-Saint-Leger', ''),
(22229, 76, 594, 'La Madeleine-de-Nonancourt', ''),
(22230, 76, 594, 'La Mailleraye-sur-Seine', ''),
(22231, 76, 594, 'La Neuville-du-Bosc', ''),
(22232, 76, 594, 'La Poterie-Mathieu', ''),
(22233, 76, 594, 'La Remuee', ''),
(22234, 76, 594, 'La Roussiere', ''),
(22235, 76, 594, 'La Rue', ''),
(22236, 76, 594, 'La Saussaye', ''),
(22237, 76, 594, 'La Vacherie', ''),
(22238, 76, 594, 'La Vaupaliere', ''),
(22239, 76, 594, 'La Villeneuve', ''),
(22240, 76, 594, 'Lammerville', ''),
(22241, 76, 594, 'Landepereuse', ''),
(22242, 76, 594, 'Lanquetot', ''),
(22243, 76, 594, 'Le Bosc de Sevis', ''),
(22244, 76, 594, 'Le Bosc-Roger-en-Roumois', ''),
(22245, 76, 594, 'Le Boulay-Morin', ''),
(22246, 76, 594, 'Le Fidelaire', ''),
(22247, 76, 594, 'Le Grand-Quevilly', ''),
(22248, 76, 594, 'Le Havre', ''),
(22249, 76, 594, 'Le Heron', ''),
(22250, 76, 594, 'Le Houlme', ''),
(22251, 76, 594, 'Le Manoir', ''),
(22252, 76, 594, 'Le Mesnil-Esnard', ''),
(22253, 76, 594, 'Le Mesnil-Fuguet', ''),
(22254, 76, 594, 'Le Mesnil-Reaume', ''),
(22255, 76, 594, 'Le Neubourg', ''),
(22256, 76, 594, 'Le Petit-Quevilly', ''),
(22257, 76, 594, 'Le Plessis-Hebert', ''),
(22258, 76, 594, 'Le Roncenay-Authenay', ''),
(22259, 76, 594, 'Le Thuit-Anger', ''),
(22260, 76, 594, 'Le Thuit-Signol', ''),
(22261, 76, 594, 'Le Tilleul-Lambert', ''),
(22262, 76, 594, 'Le Trait', ''),
(22263, 76, 594, 'Le Tremblay-Omonville', ''),
(22264, 76, 594, 'Le Treport', ''),
(22265, 76, 594, 'Le Tronquay', ''),
(22266, 76, 594, 'Le Vaudreuil', ''),
(22267, 76, 594, 'Les Andelys', ''),
(22268, 76, 594, 'Les Authieux', ''),
(22269, 76, 594, 'Les Baux-de-Breteuil', ''),
(22270, 76, 594, 'Les Damps', ''),
(22271, 76, 594, 'Les Essarts', ''),
(22272, 76, 594, 'Les Loges', ''),
(22273, 76, 594, 'Les Monts', ''),
(22274, 76, 594, 'Les Ventes', ''),
(22275, 76, 594, 'Lieurey', ''),
(22276, 76, 594, 'Lillebonne', ''),
(22277, 76, 594, 'Limesy', ''),
(22278, 76, 594, 'Lintot-les-Bois', ''),
(22279, 76, 594, 'Livet-sur-Authou', ''),
(22280, 76, 594, 'Londinieres', ''),
(22281, 76, 594, 'Longueil', ''),
(22282, 76, 594, 'Longueville-sur-Scie', ''),
(22283, 76, 594, 'Louviers', ''),
(22284, 76, 594, 'Luneray', ''),
(22285, 76, 594, 'Lyons-la-Forêt', ''),
(22286, 76, 594, 'Malaunay', ''),
(22287, 76, 594, 'Mandeville', ''),
(22288, 76, 594, 'Maneglise', ''),
(22289, 76, 594, 'Maniquerville', ''),
(22290, 76, 594, 'Manneville-la-Goupil', ''),
(22291, 76, 594, 'Manneville-la-Raoult', ''),
(22292, 76, 594, 'Manneville-sur-Risle', ''),
(22293, 76, 594, 'Manthelon', ''),
(22294, 76, 594, 'Marais-Vernier', ''),
(22295, 76, 594, 'Marcilly-la-Campagne', ''),
(22296, 76, 594, 'Marcilly-sur-Eure', ''),
(22297, 76, 594, 'Maromme', ''),
(22298, 76, 594, 'Marques', ''),
(22299, 76, 594, 'Martainville-Epreville', ''),
(22300, 76, 594, 'Martin-Eglise', ''),
(22301, 76, 594, 'Martot', ''),
(22302, 76, 594, 'Melamare', ''),
(22303, 76, 594, 'Melleville', ''),
(22304, 76, 594, 'Menesqueville', ''),
(22305, 76, 594, 'Menilles', ''),
(22306, 76, 594, 'Mentheville', ''),
(22307, 76, 594, 'Merey', ''),
(22308, 76, 594, 'Mesangueville', ''),
(22309, 76, 594, 'Mesnieres-en-Bray', ''),
(22310, 76, 594, 'Mesnil-Raoul', ''),
(22311, 76, 594, 'Mesnil-sur-l\'Estree', ''),
(22312, 76, 594, 'Mirville', ''),
(22313, 76, 594, 'Miserey', ''),
(22314, 76, 594, 'Mont-Cauvaire', ''),
(22315, 76, 594, 'Mont-Saint-Aignan', ''),
(22316, 76, 594, 'Montaure', ''),
(22317, 76, 594, 'Montigny', ''),
(22318, 76, 594, 'Montivilliers', ''),
(22319, 76, 594, 'Montmain', ''),
(22320, 76, 594, 'Morgny', ''),
(22321, 76, 594, 'Morgny-la-Pommeraye', ''),
(22322, 76, 594, 'Motteville', ''),
(22323, 76, 594, 'Mouettes', ''),
(22324, 76, 594, 'Moulineaux', ''),
(22325, 76, 594, 'Mousseaux-Neuville', ''),
(22326, 76, 594, 'Muchedent', ''),
(22327, 76, 594, 'Muids', ''),
(22328, 76, 594, 'Nassandres', ''),
(22329, 76, 594, 'Neaufles-Auvergny', ''),
(22330, 76, 594, 'Neaufles-Saint-Martin', ''),
(22331, 76, 594, 'Neufchatel-en-Bray', ''),
(22332, 76, 594, 'Neuville-les-Dieppe', ''),
(22333, 76, 594, 'Neville', ''),
(22334, 76, 594, 'Nonancourt', ''),
(22335, 76, 594, 'Normanville', ''),
(22336, 76, 594, 'Norville', ''),
(22337, 76, 594, 'Notre-Dame-de-Bliquetuit', ''),
(22338, 76, 594, 'Notre-Dame-de-Bondeville', ''),
(22339, 76, 594, 'Notre-Dame-de-Gravenchon', ''),
(22340, 76, 594, 'Notre-Dame-de-l\'Isle', ''),
(22341, 76, 594, 'Notre-Dame-du-Bec', ''),
(22342, 76, 594, 'Ocqueville', ''),
(22343, 76, 594, 'Octeville-sur-Mer', ''),
(22344, 76, 594, 'Offranville', ''),
(22345, 76, 594, 'Oissel', ''),
(22346, 76, 594, 'Orival', ''),
(22347, 76, 594, 'Oudalle', ''),
(22348, 76, 594, 'Ourville-en-Caux', ''),
(22349, 76, 594, 'Ouville-la-Riviere', ''),
(22350, 76, 594, 'Pacy-sur-Eure', ''),
(22351, 76, 594, 'Paix', ''),
(22352, 76, 594, 'Paluel', ''),
(22353, 76, 594, 'Parc-d\'Anxtot', ''),
(22354, 76, 594, 'Pavilly', ''),
(22355, 76, 594, 'Perriers-sur-Andelle', ''),
(22356, 76, 594, 'Petit-Couronne', ''),
(22357, 76, 594, 'Petiville', ''),
(22358, 76, 594, 'Pissy-Poville', ''),
(22359, 76, 594, 'Pitres', ''),
(22360, 76, 594, 'Plasnes', ''),
(22361, 76, 594, 'Pommereval', ''),
(22362, 76, 594, 'Pont-Audemer', ''),
(22363, 76, 594, 'Pont-de-l\'Arche', ''),
(22364, 76, 594, 'Pont-Saint-Pierre', ''),
(22365, 76, 594, 'Ponts-et-Marais', ''),
(22366, 76, 594, 'Port-Mort', ''),
(22367, 76, 594, 'Porte-Joie', ''),
(22368, 76, 594, 'Poses', ''),
(22369, 76, 594, 'Preaux', ''),
(22370, 76, 594, 'Pressagny-le-Val', ''),
(22371, 76, 594, 'Prey', ''),
(22372, 76, 594, 'Puchay', ''),
(22373, 76, 594, 'Pullay', ''),
(22374, 76, 594, 'Quatremare', ''),
(22375, 76, 594, 'Quessigny', ''),
(22376, 76, 594, 'Quevreville-la-Poterie', ''),
(22377, 76, 594, 'Quiberville', ''),
(22378, 76, 594, 'Quillebeuf-sur-Seine', ''),
(22379, 76, 594, 'Quincampoix', ''),
(22380, 76, 594, 'Quittebeuf', ''),
(22381, 76, 594, 'Radepont', ''),
(22382, 76, 594, 'Rancon', ''),
(22383, 76, 594, 'Rebets', ''),
(22384, 76, 594, 'Reuilly', ''),
(22385, 76, 594, 'Rocquefort', ''),
(22386, 76, 594, 'Rogerville', ''),
(22387, 76, 594, 'Rolleville', ''),
(22388, 76, 594, 'Romilly-la-Puthenaye', ''),
(22389, 76, 594, 'Romilly-sur-Andelle', ''),
(22390, 76, 594, 'Roncherolles-en-Bray', ''),
(22391, 76, 594, 'Roncherolles-sur-le-Vivier', ''),
(22392, 76, 594, 'Rosay-sur-Lieure', ''),
(22393, 76, 594, 'Rouen', ''),
(22394, 76, 594, 'Roumare', ''),
(22395, 76, 594, 'Routot', ''),
(22396, 76, 594, 'Rouvray', ''),
(22397, 76, 594, 'Rouxmesnil-Bouteilles', ''),
(22398, 76, 594, 'Rugles', ''),
(22399, 76, 594, 'Ry', ''),
(22400, 76, 594, 'Saane-Saint-Just', ''),
(22401, 76, 594, 'Sacquenville', ''),
(22402, 76, 594, 'Sahurs', ''),
(22403, 76, 594, 'Saint-Andre-de-l\'Eure', ''),
(22404, 76, 594, 'Saint-Arnoult', ''),
(22405, 76, 594, 'Saint-Aubin-Celloville', ''),
(22406, 76, 594, 'Saint-Aubin-de-Cretot', ''),
(22407, 76, 594, 'Saint-Aubin-Epinay', ''),
(22408, 76, 594, 'Saint-Aubin-le-Cauf', ''),
(22409, 76, 594, 'Saint-Aubin-les-Elbeuf', ''),
(22410, 76, 594, 'Saint-Aubin-sur-Gaillon', ''),
(22411, 76, 594, 'Saint-Aubin-sur-Mer', ''),
(22412, 76, 594, 'Saint-Aubin-sur-Scie', ''),
(22413, 76, 594, 'Saint-Denis-sur-Scie', ''),
(22414, 76, 594, 'Saint-Didier-des-Bois', ''),
(22415, 76, 594, 'Saint-Elier', ''),
(22416, 76, 594, 'Saint-Étienne-du-Rouvray', ''),
(22417, 76, 594, 'Saint-Etienne-du-Vauvray', ''),
(22418, 76, 594, 'Saint-Etienne-sous-Bailleul', ''),
(22419, 76, 594, 'Saint-Eustache-la-Foret', ''),
(22420, 76, 594, 'Saint-Georges-Motel', ''),
(22421, 76, 594, 'Saint-Georges-sur-Fontaine', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(22422, 76, 594, 'Saint-Germain-des-Angles', ''),
(22423, 76, 594, 'Saint-Germain-sur-Avre', ''),
(22424, 76, 594, 'Saint-Germain-Village', ''),
(22425, 76, 594, 'Saint-Gilles-de-la-Neuville', ''),
(22426, 76, 594, 'Saint-Hellier', ''),
(22427, 76, 594, 'Saint-Jacques-sur-Darnetal', ''),
(22428, 76, 594, 'Saint-Jean-du-Cardonnay', ''),
(22429, 76, 594, 'Saint-Jouin-Bruneval', ''),
(22430, 76, 594, 'Saint-Leger-du-Bourg-Denis', ''),
(22431, 76, 594, 'Saint-Marcel', ''),
(22432, 76, 594, 'Saint-Mards-de-Blacarville', ''),
(22433, 76, 594, 'Saint-Martin-de-Boscherville', ''),
(22434, 76, 594, 'Saint-Martin-du-Bosc', ''),
(22435, 76, 594, 'Saint-Martin-du-Manoir', ''),
(22436, 76, 594, 'Saint-Martin-en-Campagne', ''),
(22437, 76, 594, 'Saint-Nicolas-d\'Aliermont', ''),
(22438, 76, 594, 'Saint-Nicolas-de-la-Taille', ''),
(22439, 76, 594, 'Saint-Nicolas-du-Bosc', ''),
(22440, 76, 594, 'Saint-Ouen-du-Breuil', ''),
(22441, 76, 594, 'Saint-Ouen-le-Mauger', ''),
(22442, 76, 594, 'Saint-Paer', ''),
(22443, 76, 594, 'Saint-Pierre-de-Bailleul', ''),
(22444, 76, 594, 'Saint-Pierre-de-Franqueville', ''),
(22445, 76, 594, 'Saint-Pierre-des-Fleurs', ''),
(22446, 76, 594, 'Saint-Pierre-du-Vauvray', ''),
(22447, 76, 594, 'Saint-Pierre-en-Port', ''),
(22448, 76, 594, 'Saint-Pierre-les-Elbeuf', ''),
(22449, 76, 594, 'Saint-Quentin-au-Bosc', ''),
(22450, 76, 594, 'Saint-Riquier-es-Plains', ''),
(22451, 76, 594, 'Saint-Romain-de-Colbosc', ''),
(22452, 76, 594, 'Saint-Saens', ''),
(22453, 76, 594, 'Saint-Samson-de-la-Roque', ''),
(22454, 76, 594, 'Saint-Sebastien-de-Morsent', ''),
(22455, 76, 594, 'Saint-Vaast-du-Val', ''),
(22456, 76, 594, 'Saint-Valery-en-Caux', ''),
(22457, 76, 594, 'Saint-Victor-de-Chretienville', ''),
(22458, 76, 594, 'Saint-Vigor', ''),
(22459, 76, 594, 'Saint-Vigor-d\'Ymonville', ''),
(22460, 76, 594, 'Sainte-Adresse', ''),
(22461, 76, 594, 'Sainte-Agathe-d\'Aliermont', ''),
(22462, 76, 594, 'Sainte-Austreberthe', ''),
(22463, 76, 594, 'Sainte-Colombe-pres-Vernon', ''),
(22464, 76, 594, 'Sainte-Croix-sur-Buchy', ''),
(22465, 76, 594, 'Sainte-Genevieve', ''),
(22466, 76, 594, 'Sainte-Genevieve-les-Gasny', ''),
(22467, 76, 594, 'Sainte-Helene-Bondeville', ''),
(22468, 76, 594, 'Sainte-Marie-des-Champs', ''),
(22469, 76, 594, 'Sainte-Marthe', ''),
(22470, 76, 594, 'Sainte-Opportune-du-Bosc', ''),
(22471, 76, 594, 'Sandouville', ''),
(22472, 76, 594, 'Sassetot-le-Mauconduit', ''),
(22473, 76, 594, 'Saumont-la-Poterie', ''),
(22474, 76, 594, 'Saussay-la-Campagne', ''),
(22475, 76, 594, 'Sebecourt', ''),
(22476, 76, 594, 'Serquigny', ''),
(22477, 76, 594, 'Servaville-Salmonville', ''),
(22478, 76, 594, 'Sierville', ''),
(22479, 76, 594, 'Sigy-en-Bray', ''),
(22480, 76, 594, 'Sotteville-lès-Rouen', ''),
(22481, 76, 594, 'Surtauville', ''),
(22482, 76, 594, 'Surville', ''),
(22483, 76, 594, 'Tancarville', ''),
(22484, 76, 594, 'Therouldeville', ''),
(22485, 76, 594, 'Theuville-aux-Maillots', ''),
(22486, 76, 594, 'Thiberville', ''),
(22487, 76, 594, 'Thierville', ''),
(22488, 76, 594, 'Thietreville', ''),
(22489, 76, 594, 'Thil-Manneville', ''),
(22490, 76, 594, 'Thiouville', ''),
(22491, 76, 594, 'Thomer-la-Sogne', ''),
(22492, 76, 594, 'Thuit-Hebert', ''),
(22493, 76, 594, 'Tilleul-Dame-Agnes', ''),
(22494, 76, 594, 'Tillieres-sur-Avre', ''),
(22495, 76, 594, 'Torcy-le-Grand', ''),
(22496, 76, 594, 'Torcy-le-Petit', ''),
(22497, 76, 594, 'Totes', ''),
(22498, 76, 594, 'Tournedos-Bois-Hubert', ''),
(22499, 76, 594, 'Tourville-la-Campagne', ''),
(22500, 76, 594, 'Tourville-la-Riviere', ''),
(22501, 76, 594, 'Tourville-sur-Arques', ''),
(22502, 76, 594, 'Trouville-la-Haule', ''),
(22503, 76, 594, 'Turretot', ''),
(22504, 76, 594, 'Valailles', ''),
(22505, 76, 594, 'Valletot', ''),
(22506, 76, 594, 'Valliquerville', ''),
(22507, 76, 594, 'Valmont', ''),
(22508, 76, 594, 'Vandrimare', ''),
(22509, 76, 594, 'Varengeville-sur-Mer', ''),
(22510, 76, 594, 'Vattetot-sous-Beaumont', ''),
(22511, 76, 594, 'Vatteville', ''),
(22512, 76, 594, 'Veauville-les-Baons', ''),
(22513, 76, 594, 'Venables', ''),
(22514, 76, 594, 'Venon', ''),
(22515, 76, 594, 'Ventes-Saint-Remy', ''),
(22516, 76, 594, 'Vergetot', ''),
(22517, 76, 594, 'Verneuil-sur-Avre', ''),
(22518, 76, 594, 'Verneusses', ''),
(22519, 76, 594, 'Vernon', ''),
(22520, 76, 594, 'Vesly', ''),
(22521, 76, 594, 'Veules-les-Roses', ''),
(22522, 76, 594, 'Vibeuf', ''),
(22523, 76, 594, 'Vieux-Port', ''),
(22524, 76, 594, 'Villequier', ''),
(22525, 76, 594, 'Villers-Ecalles', ''),
(22526, 76, 594, 'Villers-en-Vexin', ''),
(22527, 76, 594, 'Villettes', ''),
(22528, 76, 594, 'Virville', ''),
(22529, 76, 594, 'Vitot', ''),
(22530, 76, 594, 'Vittefleur', ''),
(22531, 76, 594, 'Vraiville', ''),
(22532, 76, 594, 'Yainville', ''),
(22533, 76, 594, 'Yebleron', ''),
(22534, 76, 594, 'Yerville', ''),
(22535, 76, 594, 'Ymare', ''),
(22536, 76, 594, 'Yport', ''),
(22537, 76, 594, 'Yvecrique', ''),
(22538, 76, 594, 'Yvetot', ''),
(22539, 76, 595, 'Abbeville-la-Riviere', ''),
(22540, 76, 595, 'Ableiges', ''),
(22541, 76, 595, 'Ablis', ''),
(22542, 76, 595, 'Ablon-sur-Seine', ''),
(22543, 76, 595, 'Acheres', ''),
(22544, 76, 595, 'Acheres-la-Foret', ''),
(22545, 76, 595, 'Aigremont', ''),
(22546, 76, 595, 'Aincourt', ''),
(22547, 76, 595, 'Alfortville', ''),
(22548, 76, 595, 'Amillis', ''),
(22549, 76, 595, 'Amponville', ''),
(22550, 76, 595, 'Andelu', ''),
(22551, 76, 595, 'Andilly', ''),
(22552, 76, 595, 'Andresy', ''),
(22553, 76, 595, 'Andrezel', ''),
(22554, 76, 595, 'Angervilliers', ''),
(22555, 76, 595, 'Annet-sur-Marne', ''),
(22556, 76, 595, 'Antony', ''),
(22557, 76, 595, 'Arcueil', ''),
(22558, 76, 595, 'Argenteuil', ''),
(22559, 76, 595, 'Armentieres-en-Brie', ''),
(22560, 76, 595, 'Arnouville', ''),
(22561, 76, 595, 'Arpajon', ''),
(22562, 76, 595, 'Arthies', ''),
(22563, 76, 595, 'Asnieres-sur-Oise', ''),
(22564, 76, 595, 'Asnieres-sur-Seine', ''),
(22565, 76, 595, 'Athis-Mons', ''),
(22566, 76, 595, 'Aubepierre-Ozouer-le-Repos', ''),
(22567, 76, 595, 'Aubergenville', ''),
(22568, 76, 595, 'Aubervilliers', ''),
(22569, 76, 595, 'Aubin', ''),
(22570, 76, 595, 'Auffargis', ''),
(22571, 76, 595, 'Aufferville', ''),
(22572, 76, 595, 'Augers-en-Brie', ''),
(22573, 76, 595, 'Aulnay-sous-Bois', ''),
(22574, 76, 595, 'Aulnay-sur-Mauldre', ''),
(22575, 76, 595, 'Aulnoy', ''),
(22576, 76, 595, 'Authon-la-Plaine', ''),
(22577, 76, 595, 'Auvernaux', ''),
(22578, 76, 595, 'Auvers-Saint-Georges', ''),
(22579, 76, 595, 'Auvers-sur-Oise', ''),
(22580, 76, 595, 'Avernes', ''),
(22581, 76, 595, 'Avon', ''),
(22582, 76, 595, 'Avrainville', ''),
(22583, 76, 595, 'Bagneaux-sur-Loing', ''),
(22584, 76, 595, 'Bagneux', ''),
(22585, 76, 595, 'Bagnolet', ''),
(22586, 76, 595, 'Baillet-en-France', ''),
(22587, 76, 595, 'Bailly', ''),
(22588, 76, 595, 'Bailly-Romainvilliers', ''),
(22589, 76, 595, 'Ballainvilliers', ''),
(22590, 76, 595, 'Ballancourt-sur-Essonne', ''),
(22591, 76, 595, 'Barbizon', ''),
(22592, 76, 595, 'Baulne', ''),
(22593, 76, 595, 'Bazemont', ''),
(22594, 76, 595, 'Bazoches-les-Bray', ''),
(22595, 76, 595, 'Bazoches-sur-Guyonne', ''),
(22596, 76, 595, 'Beauchamp', ''),
(22597, 76, 595, 'Beaumont-du-Gatinais', ''),
(22598, 76, 595, 'Beaumont-sur-Oise', ''),
(22599, 76, 595, 'Beautheil', ''),
(22600, 76, 595, 'Behoust', ''),
(22601, 76, 595, 'Bellefontaine', ''),
(22602, 76, 595, 'Bellot', ''),
(22603, 76, 595, 'Belloy-en-France', ''),
(22604, 76, 595, 'Bennecourt', ''),
(22605, 76, 595, 'Bernay-Vilbert', ''),
(22606, 76, 595, 'Bernes-sur-Oise', ''),
(22607, 76, 595, 'Berville', ''),
(22608, 76, 595, 'Bessancourt', ''),
(22609, 76, 595, 'Beynes', ''),
(22610, 76, 595, 'Bezalles', ''),
(22611, 76, 595, 'Bezons', ''),
(22612, 76, 595, 'Bievres', ''),
(22613, 76, 595, 'Blandy', ''),
(22614, 76, 595, 'Blaru', ''),
(22615, 76, 595, 'Blennes', ''),
(22616, 76, 595, 'Bobigny', ''),
(22617, 76, 595, 'Boigny', ''),
(22618, 76, 595, 'Boinville-en-Mantois', ''),
(22619, 76, 595, 'Boinville-le-Gaillard', ''),
(22620, 76, 595, 'Bois-Colombes', ''),
(22621, 76, 595, 'Bois-d\'Arcy', ''),
(22622, 76, 595, 'Bois-le-Roi', ''),
(22623, 76, 595, 'Boissise-la-Bertrand', ''),
(22624, 76, 595, 'Boissise-le-Roi', ''),
(22625, 76, 595, 'Boissy-aux-Cailles', ''),
(22626, 76, 595, 'Boissy-l\'Aillerie', ''),
(22627, 76, 595, 'Boissy-le-Chatel', ''),
(22628, 76, 595, 'Boissy-le-Cutte', ''),
(22629, 76, 595, 'Boissy-le-Sec', ''),
(22630, 76, 595, 'Boissy-Saint-Léger', ''),
(22631, 76, 595, 'Boissy-sous-Saint-Yon', ''),
(22632, 76, 595, 'Boitron', ''),
(22633, 76, 595, 'Bondoufle', ''),
(22634, 76, 595, 'Bondy', ''),
(22635, 76, 595, 'Bonnelles', ''),
(22636, 76, 595, 'Bonneuil-en-France', ''),
(22637, 76, 595, 'Bonneuil-sur-Marne', ''),
(22638, 76, 595, 'Bonnieres-sur-Seine', ''),
(22639, 76, 595, 'Bouffemont', ''),
(22640, 76, 595, 'Bougival', ''),
(22641, 76, 595, 'Bougligny', ''),
(22642, 76, 595, 'Bouleurs', ''),
(22643, 76, 595, 'Boulogne-Billancourt', ''),
(22644, 76, 595, 'Bouray-sur-Juine', ''),
(22645, 76, 595, 'Bourg-la-Reine', ''),
(22646, 76, 595, 'Bourron-Marlotte', ''),
(22647, 76, 595, 'Boussy-Saint-Antoine', ''),
(22648, 76, 595, 'Boutigny-sur-Essonne', ''),
(22649, 76, 595, 'Bransles', ''),
(22650, 76, 595, 'Bray-sur-Seine', ''),
(22651, 76, 595, 'Breancon', ''),
(22652, 76, 595, 'Brétigny-sur-Orge', ''),
(22653, 76, 595, 'Breuil-Bois-Robert', ''),
(22654, 76, 595, 'Breuillet', ''),
(22655, 76, 595, 'Breux-Jouy', ''),
(22656, 76, 595, 'Breval', ''),
(22657, 76, 595, 'Brie-Comte-Robert', ''),
(22658, 76, 595, 'Brieres-les-Scelles', ''),
(22659, 76, 595, 'Briis-sous-Forges', ''),
(22660, 76, 595, 'Brou-sur-Chantereine', ''),
(22661, 76, 595, 'Brunoy', ''),
(22662, 76, 595, 'Bruyeres-le-Chatel', ''),
(22663, 76, 595, 'Bruyeres-sur-Oise', ''),
(22664, 76, 595, 'Bry-sur-Marne', ''),
(22665, 76, 595, 'Buc', ''),
(22666, 76, 595, 'Buchelay', ''),
(22667, 76, 595, 'Bullion', ''),
(22668, 76, 595, 'Buno-Bonnevaux', ''),
(22669, 76, 595, 'Bures-sur-Yvette', ''),
(22670, 76, 595, 'Bussy-Saint-Georges', ''),
(22671, 76, 595, 'Buthiers', ''),
(22672, 76, 595, 'Butry-sur-Oise', ''),
(22673, 76, 595, 'Cachan', ''),
(22674, 76, 595, 'Canada', ''),
(22675, 76, 595, 'Cannes-Ecluse', ''),
(22676, 76, 595, 'Carnetin', ''),
(22677, 76, 595, 'Carrieres-sous-Poissy', ''),
(22678, 76, 595, 'Carrieres-sur-Seine', ''),
(22679, 76, 595, 'Cely', ''),
(22680, 76, 595, 'Cergy', ''),
(22681, 76, 595, 'Cernay-la-Ville', ''),
(22682, 76, 595, 'Cerneux', ''),
(22683, 76, 595, 'Cerny', ''),
(22684, 76, 595, 'Cesson', ''),
(22685, 76, 595, 'Chailly-en-Biere', ''),
(22686, 76, 595, 'Chailly-en-Brie', ''),
(22687, 76, 595, 'Chaintreaux', ''),
(22688, 76, 595, 'Chalautre-la-Reposte', ''),
(22689, 76, 595, 'Chalifert', ''),
(22690, 76, 595, 'Chalmaison', ''),
(22691, 76, 595, 'Chalo-Saint-Mars', ''),
(22692, 76, 595, 'Chalou-Moulineux', ''),
(22693, 76, 595, 'Chamarande', ''),
(22694, 76, 595, 'Chambourcy', ''),
(22695, 76, 595, 'Chamigny', ''),
(22696, 76, 595, 'Champagne-sur-Oise', ''),
(22697, 76, 595, 'Champagne-sur-Seine', ''),
(22698, 76, 595, 'Champcueil', ''),
(22699, 76, 595, 'Champdeuil', ''),
(22700, 76, 595, 'Champeaux', ''),
(22701, 76, 595, 'Champigny-sur-Marne', ''),
(22702, 76, 595, 'Champlan', ''),
(22703, 76, 595, 'Champs-sur-Marne', ''),
(22704, 76, 595, 'Changis-sur-Marne', ''),
(22705, 76, 595, 'Chanteloup-en-Brie', ''),
(22706, 76, 595, 'Chanteloup-les-Vignes', ''),
(22707, 76, 595, 'Chapet', ''),
(22708, 76, 595, 'Charenton-le-Pont', ''),
(22709, 76, 595, 'Charmoy', ''),
(22710, 76, 595, 'Charny', ''),
(22711, 76, 595, 'Chars', ''),
(22712, 76, 595, 'Chartrettes', ''),
(22713, 76, 595, 'Chateau-Landon', ''),
(22714, 76, 595, 'Chateaubleau', ''),
(22715, 76, 595, 'Chateaufort', ''),
(22716, 76, 595, 'Châtenay-Malabry', ''),
(22717, 76, 595, 'Chatenay-sur-Seine', ''),
(22718, 76, 595, 'Châtillon', ''),
(22719, 76, 595, 'Chatillon-la-Borde', ''),
(22720, 76, 595, 'Chatou', ''),
(22721, 76, 595, 'Chatres', ''),
(22722, 76, 595, 'Chauconin-Neufmontiers', ''),
(22723, 76, 595, 'Chauffry', ''),
(22724, 76, 595, 'Chaufour-les-Bonnieres', ''),
(22725, 76, 595, 'Chaumes-en-Brie', ''),
(22726, 76, 595, 'Chaumontel', ''),
(22727, 76, 595, 'Chaussy', ''),
(22728, 76, 595, 'Chauvry', ''),
(22729, 76, 595, 'Chavenay', ''),
(22730, 76, 595, 'Chaville', ''),
(22731, 76, 595, 'Chelles', ''),
(22732, 76, 595, 'Chennevieres-les-Louvres', ''),
(22733, 76, 595, 'Chennevieres-sur-Marne', ''),
(22734, 76, 595, 'Chenoise', ''),
(22735, 76, 595, 'Cheptainville', ''),
(22736, 76, 595, 'Chessy', ''),
(22737, 76, 595, 'Chevannes', ''),
(22738, 76, 595, 'Chevilly-Larue', ''),
(22739, 76, 595, 'Chevrainvilliers', ''),
(22740, 76, 595, 'Chevreuse', ''),
(22741, 76, 595, 'Chevru', ''),
(22742, 76, 595, 'Chevry-Cossigny', ''),
(22743, 76, 595, 'Chevry-en-Sereine', ''),
(22744, 76, 595, 'Chilly-Mazarin', ''),
(22745, 76, 595, 'Choisel', ''),
(22746, 76, 595, 'Choisy-en-Brie', ''),
(22747, 76, 595, 'Choisy-le-Roi', ''),
(22748, 76, 595, 'Citry', ''),
(22749, 76, 595, 'Clairefontaine-en-Yvelines', ''),
(22750, 76, 595, 'Clamart', ''),
(22751, 76, 595, 'Claye-Souilly', ''),
(22752, 76, 595, 'Clery-en-Vexin', ''),
(22753, 76, 595, 'Clichy', ''),
(22754, 76, 595, 'Clichy-sous-Bois', ''),
(22755, 76, 595, 'Coignieres', ''),
(22756, 76, 595, 'Collegien', ''),
(22757, 76, 595, 'Colombes', ''),
(22758, 76, 595, 'Combs-la-Ville', ''),
(22759, 76, 595, 'Commeny', ''),
(22760, 76, 595, 'Compans', ''),
(22761, 76, 595, 'Conches-sur-Gondoire', ''),
(22762, 76, 595, 'Conde-Sainte-Libiaire', ''),
(22763, 76, 595, 'Conde-sur-Vesgre', ''),
(22764, 76, 595, 'Conflans-Sainte-Honorine', ''),
(22765, 76, 595, 'Congis-sur-Therouanne', ''),
(22766, 76, 595, 'Corbeil-Essonnes', ''),
(22767, 76, 595, 'Corbreuse', ''),
(22768, 76, 595, 'Cormeilles-en-Parisis', ''),
(22769, 76, 595, 'Cormeilles-en-Vexin', ''),
(22770, 76, 595, 'Coubert', ''),
(22771, 76, 595, 'Coubron', ''),
(22772, 76, 595, 'Couilly-Pont-aux-Dames', ''),
(22773, 76, 595, 'Coulommiers', ''),
(22774, 76, 595, 'Coupvray', ''),
(22775, 76, 595, 'Courances', ''),
(22776, 76, 595, 'Courbevoie', ''),
(22777, 76, 595, 'Courcelles-en-Bassee', ''),
(22778, 76, 595, 'Courcouronnes', ''),
(22779, 76, 595, 'Courdimanche-sur-Essonne', ''),
(22780, 76, 595, 'Courgent', ''),
(22781, 76, 595, 'Courson-Monteloup', ''),
(22782, 76, 595, 'Courtacon', ''),
(22783, 76, 595, 'Courtomer', ''),
(22784, 76, 595, 'Courtry', ''),
(22785, 76, 595, 'Coutevroult', ''),
(22786, 76, 595, 'Cravent', ''),
(22787, 76, 595, 'Crecy-la-Chapelle', ''),
(22788, 76, 595, 'Cregy-les-Meaux', ''),
(22789, 76, 595, 'Crespieres', ''),
(22790, 76, 595, 'Créteil', ''),
(22791, 76, 595, 'Crisenoy', ''),
(22792, 76, 595, 'Croissy-Beaubourg', ''),
(22793, 76, 595, 'Croissy-sur-Seine', ''),
(22794, 76, 595, 'Crosne', ''),
(22795, 76, 595, 'Crouy-sur-Ourcq', ''),
(22796, 76, 595, 'Cuisy', ''),
(22797, 76, 595, 'Dammarie-les-Lys', ''),
(22798, 76, 595, 'Dammartin-en-Goele', ''),
(22799, 76, 595, 'Dammartin-en-Serve', ''),
(22800, 76, 595, 'Dammartin-sur-Tigeaux', ''),
(22801, 76, 595, 'Dampmart', ''),
(22802, 76, 595, 'Dannemarie', ''),
(22803, 76, 595, 'Davron', ''),
(22804, 76, 595, 'Deuil-la-Barre', ''),
(22805, 76, 595, 'DHuison-Longueville', ''),
(22806, 76, 595, 'Domont', ''),
(22807, 76, 595, 'Donnemarie-Dontilly', ''),
(22808, 76, 595, 'Dormelles', ''),
(22809, 76, 595, 'Doue', ''),
(22810, 76, 595, 'Dourdan', ''),
(22811, 76, 595, 'Drancy', ''),
(22812, 76, 595, 'Draveil', ''),
(22813, 76, 595, 'Dugny', ''),
(22814, 76, 595, 'Eaubonne', ''),
(22815, 76, 595, 'Echouboulains', ''),
(22816, 76, 595, 'Ecouen', ''),
(22817, 76, 595, 'Ecquevilly', ''),
(22818, 76, 595, 'Egly', ''),
(22819, 76, 595, 'Egreville', ''),
(22820, 76, 595, 'Élancourt', ''),
(22821, 76, 595, 'Emance', ''),
(22822, 76, 595, 'Emerainville', ''),
(22823, 76, 595, 'Enghien-les-Bains', ''),
(22824, 76, 595, 'Epinay-sous-Senart', ''),
(22825, 76, 595, 'Épinay-sur-Orge', ''),
(22826, 76, 595, 'Épinay-sur-Seine', ''),
(22827, 76, 595, 'Epone', ''),
(22828, 76, 595, 'Eragny', ''),
(22829, 76, 595, 'Ermont', ''),
(22830, 76, 595, 'Esbly', ''),
(22831, 76, 595, 'Esmans', ''),
(22832, 76, 595, 'Estouches', ''),
(22833, 76, 595, 'Étampes', ''),
(22834, 76, 595, 'Etiolles', ''),
(22835, 76, 595, 'Etrepilly', ''),
(22836, 76, 595, 'Everly', ''),
(22837, 76, 595, 'Évry', ''),
(22838, 76, 595, 'Ezanville', ''),
(22839, 76, 595, 'Faremoutiers', ''),
(22840, 76, 595, 'Favieres', ''),
(22841, 76, 595, 'Fericy', ''),
(22842, 76, 595, 'Ferolles-Attilly', ''),
(22843, 76, 595, 'Ferrieres-en-Brie', ''),
(22844, 76, 595, 'Feucherolles', ''),
(22845, 76, 595, 'Flagy', ''),
(22846, 76, 595, 'Fleury-Merogis', ''),
(22847, 76, 595, 'Flexanville', ''),
(22848, 76, 595, 'Follainville-Dennemont', ''),
(22849, 76, 595, 'Fontaine', ''),
(22850, 76, 595, 'Fontaine-Fourches', ''),
(22851, 76, 595, 'Fontaine-le-Port', ''),
(22852, 76, 595, 'Fontainebleau', ''),
(22853, 76, 595, 'Fontenay-aux-Roses', ''),
(22854, 76, 595, 'Fontenay-en-Parisis', ''),
(22855, 76, 595, 'Fontenay-le-Fleury', ''),
(22856, 76, 595, 'Fontenay-le-Vicomte', ''),
(22857, 76, 595, 'Fontenay-les-Briis', ''),
(22858, 76, 595, 'Fontenay-Mauvoisin', ''),
(22859, 76, 595, 'Fontenay-sous-Bois', ''),
(22860, 76, 595, 'Fontenay-Tresigny', ''),
(22861, 76, 595, 'Forges-les-Bains', ''),
(22862, 76, 595, 'Fosses', ''),
(22863, 76, 595, 'Fouju', ''),
(22864, 76, 595, 'Fourches', ''),
(22865, 76, 595, 'Fourqueux', ''),
(22866, 76, 595, 'Franconville', ''),
(22867, 76, 595, 'Fremainville', ''),
(22868, 76, 595, 'Freneuse', ''),
(22869, 76, 595, 'Frepillon', ''),
(22870, 76, 595, 'Fresnes', ''),
(22871, 76, 595, 'Fresnes-sur-Marne', ''),
(22872, 76, 595, 'Frouville', ''),
(22873, 76, 595, 'Fublaines', ''),
(22874, 76, 595, 'Gagny', ''),
(22875, 76, 595, 'Gambais', ''),
(22876, 76, 595, 'Garches', ''),
(22877, 76, 595, 'Gargenville', ''),
(22878, 76, 595, 'Garges-lès-Gonesse', ''),
(22879, 76, 595, 'Gastins', ''),
(22880, 76, 595, 'Gazeran', ''),
(22881, 76, 595, 'Gennevilliers', ''),
(22882, 76, 595, 'Gentilly', ''),
(22883, 76, 595, 'Germigny-l\'Eveque', ''),
(22884, 76, 595, 'Gif-sur-Yvette', ''),
(22885, 76, 595, 'Gironville', ''),
(22886, 76, 595, 'Gometz-la-Ville', ''),
(22887, 76, 595, 'Gometz-le-Chatel', ''),
(22888, 76, 595, 'Gonesse', ''),
(22889, 76, 595, 'Gouaix', ''),
(22890, 76, 595, 'Gournay-sur-Marne', ''),
(22891, 76, 595, 'Goussainville', ''),
(22892, 76, 595, 'Gouvernes', ''),
(22893, 76, 595, 'Gretz-Armainvilliers', ''),
(22894, 76, 595, 'Grez-sur-Loing', ''),
(22895, 76, 595, 'Grigny', ''),
(22896, 76, 595, 'Grisy-Suisnes', ''),
(22897, 76, 595, 'Groslay', ''),
(22898, 76, 595, 'Grosrouvre', ''),
(22899, 76, 595, 'Guerard', ''),
(22900, 76, 595, 'Guercheville', ''),
(22901, 76, 595, 'Guermantes', ''),
(22902, 76, 595, 'Guernes', ''),
(22903, 76, 595, 'Guerville', ''),
(22904, 76, 595, 'Guibeville', ''),
(22905, 76, 595, 'Guignes', ''),
(22906, 76, 595, 'Guillerval', ''),
(22907, 76, 595, 'Guitrancourt', ''),
(22908, 76, 595, 'Guyancourt', ''),
(22909, 76, 595, 'Herblay', ''),
(22910, 76, 595, 'Hericy', ''),
(22911, 76, 595, 'Herme', ''),
(22912, 76, 595, 'Hermeray', ''),
(22913, 76, 595, 'Houdan', ''),
(22914, 76, 595, 'Houilles', ''),
(22915, 76, 595, 'Igny', ''),
(22916, 76, 595, 'Isles-les-Meldeuses', ''),
(22917, 76, 595, 'Isles-les-Villenoy', ''),
(22918, 76, 595, 'Issou', ''),
(22919, 76, 595, 'Issy-les-Moulineaux', ''),
(22920, 76, 595, 'Itteville', ''),
(22921, 76, 595, 'Ivry-sur-Seine', ''),
(22922, 76, 595, 'Jablines', ''),
(22923, 76, 595, 'Jambville', ''),
(22924, 76, 595, 'Janvry', ''),
(22925, 76, 595, 'Jeufosse', ''),
(22926, 76, 595, 'Joinville-le-Pont', ''),
(22927, 76, 595, 'Jouarre', ''),
(22928, 76, 595, 'Jouars-Pontchartrain', ''),
(22929, 76, 595, 'Jouy-en-Josas', ''),
(22930, 76, 595, 'Jouy-le-Chatel', ''),
(22931, 76, 595, 'Jouy-le-Moutier', ''),
(22932, 76, 595, 'Jouy-Mauvoisin', ''),
(22933, 76, 595, 'Jouy-sur-Morin', ''),
(22934, 76, 595, 'Juilly', ''),
(22935, 76, 595, 'Jumeauville', ''),
(22936, 76, 595, 'Jutigny', ''),
(22937, 76, 595, 'Juvisy-sur-Orge', ''),
(22938, 76, 595, 'Juziers', ''),
(22939, 76, 595, 'L\'Etang-la-Ville', ''),
(22940, 76, 595, 'L\'Haÿ-les-Roses', ''),
(22941, 76, 595, 'L\'Ile-Saint-Denis', ''),
(22942, 76, 595, 'L\'Isle-Adam', ''),
(22943, 76, 595, 'La Brosse', ''),
(22944, 76, 595, 'La Celle-Saint-Cloud', ''),
(22945, 76, 595, 'La Celle-sur-Seine', ''),
(22946, 76, 595, 'La Chapelle', ''),
(22947, 76, 595, 'La Chapelle-la-Reine', ''),
(22948, 76, 595, 'La Courneuve', ''),
(22949, 76, 595, 'La Croix-en-Brie', ''),
(22950, 76, 595, 'La Defense', ''),
(22951, 76, 595, 'La Ferte-Alais', ''),
(22952, 76, 595, 'La Ferte-Gaucher', ''),
(22953, 76, 595, 'La Ferte-sous-Jouarre', ''),
(22954, 76, 595, 'La Frette-sur-Seine', ''),
(22955, 76, 595, 'La Garenne-Colombes', ''),
(22956, 76, 595, 'La Houssaye-en-Brie', ''),
(22957, 76, 595, 'La Norville', ''),
(22958, 76, 595, 'La Plaine-Saint-Denis', ''),
(22959, 76, 595, 'La Queue-en-Brie', ''),
(22960, 76, 595, 'La Queue-les-Yvelines', ''),
(22961, 76, 595, 'La Rochette', ''),
(22962, 76, 595, 'La Tretoire', ''),
(22963, 76, 595, 'La Vallee de Dormelles', ''),
(22964, 76, 595, 'La Verriere', ''),
(22965, 76, 595, 'La Ville-du-Bois', ''),
(22966, 76, 595, 'Labbeville', ''),
(22967, 76, 595, 'Larchant', ''),
(22968, 76, 595, 'Lardy', ''),
(22969, 76, 595, 'Le Blanc-Mesnil', ''),
(22970, 76, 595, 'Le Bourget', ''),
(22971, 76, 595, 'Le Chatelet-en-Brie', ''),
(22972, 76, 595, 'Le Chesnay', ''),
(22973, 76, 595, 'Le Coudray', ''),
(22974, 76, 595, 'Le Coudray-Montceaux', ''),
(22975, 76, 595, 'Le Kremlin-Bicetre', ''),
(22976, 76, 595, 'Le Mee-sur-Seine', ''),
(22977, 76, 595, 'Le Mesnil-Amelot', ''),
(22978, 76, 595, 'Le Mesnil-le-Roi', ''),
(22979, 76, 595, 'Le Mesnil-Saint-Denis', ''),
(22980, 76, 595, 'Le Pecq', ''),
(22981, 76, 595, 'Le Perray-en-Yvelines', ''),
(22982, 76, 595, 'Le Perreux-sur-Marne', ''),
(22983, 76, 595, 'Le Pin', ''),
(22984, 76, 595, 'Le Plessis-Bouchard', ''),
(22985, 76, 595, 'Le Plessis-Robinson', ''),
(22986, 76, 595, 'Le Plessis-Trevise', ''),
(22987, 76, 595, 'Le Port-Marly', ''),
(22988, 76, 595, 'Le Pre-Saint-Gervais', ''),
(22989, 76, 595, 'Le Raincy', ''),
(22990, 76, 595, 'Le Thillay', ''),
(22991, 76, 595, 'Le Vesinet', ''),
(22992, 76, 595, 'Lechelle', ''),
(22993, 76, 595, 'Les Alluets-le-Roi', ''),
(22994, 76, 595, 'Les Bordes', ''),
(22995, 76, 595, 'Les Breviaires', ''),
(22996, 76, 595, 'Les Clayes-sous-Bois', ''),
(22997, 76, 595, 'Les Ecrennes', ''),
(22998, 76, 595, 'Les Essarts', ''),
(22999, 76, 595, 'Les Lilas', ''),
(23000, 76, 595, 'Les Loges-en-Josas', ''),
(23001, 76, 595, 'Les Molieres', ''),
(23002, 76, 595, 'Les Mureaux', ''),
(23003, 76, 595, 'Les Ormes-sur-Voulzie', ''),
(23004, 76, 595, 'Les Pavillons-sous-Bois', ''),
(23005, 76, 595, 'Les Ulis', ''),
(23006, 76, 595, 'Lesches', ''),
(23007, 76, 595, 'Lesigny', ''),
(23008, 76, 595, 'Leudeville', ''),
(23009, 76, 595, 'Leudon-en-Brie', ''),
(23010, 76, 595, 'Leuville-sur-Orge', ''),
(23011, 76, 595, 'Levallois-Perret', ''),
(23012, 76, 595, 'Levis-Saint-Nom', ''),
(23013, 76, 595, 'Lieusaint', ''),
(23014, 76, 595, 'Limay', ''),
(23015, 76, 595, 'Limeil-Brevannes', ''),
(23016, 76, 595, 'Limetz-Villez', ''),
(23017, 76, 595, 'Limours', ''),
(23018, 76, 595, 'Linas', ''),
(23019, 76, 595, 'Lisses', ''),
(23020, 76, 595, 'Lissy', ''),
(23021, 76, 595, 'Liverdy-en-Brie', ''),
(23022, 76, 595, 'Livry-Gargan', ''),
(23023, 76, 595, 'Livry-sur-Seine', ''),
(23024, 76, 595, 'Lizy-sur-Ourcq', ''),
(23025, 76, 595, 'Lognes', ''),
(23026, 76, 595, 'Longjumeau', ''),
(23027, 76, 595, 'Longnes', ''),
(23028, 76, 595, 'Longperrier', ''),
(23029, 76, 595, 'Longpont-sur-Orge', ''),
(23030, 76, 595, 'Longuesse', ''),
(23031, 76, 595, 'Longueville', ''),
(23032, 76, 595, 'Louan-Villegruis-Fontaine', ''),
(23033, 76, 595, 'Louveciennes', ''),
(23034, 76, 595, 'Louvres', ''),
(23035, 76, 595, 'Luzancy', ''),
(23036, 76, 595, 'Luzarches', ''),
(23037, 76, 595, 'Machault', ''),
(23038, 76, 595, 'Magnanville', ''),
(23039, 76, 595, 'Magny-en-Vexin', ''),
(23040, 76, 595, 'Magny-le-Hongre', ''),
(23041, 76, 595, 'Magny-les-Hameaux', ''),
(23042, 76, 595, 'Maincy', ''),
(23043, 76, 595, 'Maisoncelles-en-Brie', ''),
(23044, 76, 595, 'Maisons-Alfort', ''),
(23045, 76, 595, 'Maisons-Laffitte', ''),
(23046, 76, 595, 'Maisse', ''),
(23047, 76, 595, 'Malabry', ''),
(23048, 76, 595, 'Malakoff', ''),
(23049, 76, 595, 'Mandres-les-Roses', ''),
(23050, 76, 595, 'Mantes-la-Jolie', ''),
(23051, 76, 595, 'Mantes-la-Ville', ''),
(23052, 76, 595, 'Marchemoret', ''),
(23053, 76, 595, 'Marcilly', ''),
(23054, 76, 595, 'Marcoussis', ''),
(23055, 76, 595, 'Marcq', ''),
(23056, 76, 595, 'Mareil-Marly', ''),
(23057, 76, 595, 'Mareil-sur-Mauldre', ''),
(23058, 76, 595, 'Mareuil-les-Meaux', ''),
(23059, 76, 595, 'Margency', ''),
(23060, 76, 595, 'Marines', ''),
(23061, 76, 595, 'Marles-en-Brie', ''),
(23062, 76, 595, 'Marly-la-Ville', ''),
(23063, 76, 595, 'Marly-le-Roi', ''),
(23064, 76, 595, 'Marnes-la-Coquette', ''),
(23065, 76, 595, 'Marolles-en-Brie', ''),
(23066, 76, 595, 'Marolles-en-Hurepoix', ''),
(23067, 76, 595, 'Marolles-sur-Seine', ''),
(23068, 76, 595, 'Massy', ''),
(23069, 76, 595, 'Maule', ''),
(23070, 76, 595, 'Mauperthuis', ''),
(23071, 76, 595, 'Maurecourt', ''),
(23072, 76, 595, 'Maurepas', ''),
(23073, 76, 595, 'May-en-Multien', ''),
(23074, 76, 595, 'Meaux', ''),
(23075, 76, 595, 'Medan', ''),
(23076, 76, 595, 'Melun', ''),
(23077, 76, 595, 'Mennecy', ''),
(23078, 76, 595, 'Menucourt', ''),
(23079, 76, 595, 'Mere', ''),
(23080, 76, 595, 'Meriel', ''),
(23081, 76, 595, 'Mery-sur-Oise', ''),
(23082, 76, 595, 'Messy', ''),
(23083, 76, 595, 'Meudon', ''),
(23084, 76, 595, 'Meulan-en-Yvelines', ''),
(23085, 76, 595, 'Mezieres-sur-Seine', ''),
(23086, 76, 595, 'Mezy-sur-Seine', ''),
(23087, 76, 595, 'Milly-la-Foret', ''),
(23088, 76, 595, 'Milon-la-Chapelle', ''),
(23089, 76, 595, 'Misy-sur-Yonne', ''),
(23090, 76, 595, 'Mitry-Mory', ''),
(23091, 76, 595, 'Moisenay', ''),
(23092, 76, 595, 'Moisselles', ''),
(23093, 76, 595, 'Moisson', ''),
(23094, 76, 595, 'Moissy-Cramayel', ''),
(23095, 76, 595, 'Mondetour', ''),
(23096, 76, 595, 'Mondeville', ''),
(23097, 76, 595, 'Montalet-le-Bois', ''),
(23098, 76, 595, 'Montceaux-les-Provins', ''),
(23099, 76, 595, 'Montchauvet', ''),
(23100, 76, 595, 'Montcourt-Fromonville', ''),
(23101, 76, 595, 'Montereau-Fault-Yonne', ''),
(23102, 76, 595, 'Montereau-sur-le-Jard', ''),
(23103, 76, 595, 'Montesson', ''),
(23104, 76, 595, 'Montevrain', ''),
(23105, 76, 595, 'Montfermeil', ''),
(23106, 76, 595, 'Montfort-l\'Amaury', ''),
(23107, 76, 595, 'Montgeron', ''),
(23108, 76, 595, 'Monthyon', ''),
(23109, 76, 595, 'Montigny-le-Bretonneux', ''),
(23110, 76, 595, 'Montigny-le-Guesdier', ''),
(23111, 76, 595, 'Montigny-Lencoup', ''),
(23112, 76, 595, 'Montigny-les-Cormeilles', ''),
(23113, 76, 595, 'Montigny-sur-Loing', ''),
(23114, 76, 595, 'Montlhery', ''),
(23115, 76, 595, 'Montlignon', ''),
(23116, 76, 595, 'Montmachoux', ''),
(23117, 76, 595, 'Montmagny', ''),
(23118, 76, 595, 'Montmorency', ''),
(23119, 76, 595, 'Montolivet', ''),
(23120, 76, 595, 'Montreuil', ''),
(23121, 76, 595, 'Montreuil-sur-Epte', ''),
(23122, 76, 595, 'Montrouge', ''),
(23123, 76, 595, 'Montry', ''),
(23124, 76, 595, 'Montsoult', ''),
(23125, 76, 595, 'Morainvilliers', ''),
(23126, 76, 595, 'Morangis', ''),
(23127, 76, 595, 'Moret-sur-Loing', ''),
(23128, 76, 595, 'Morigny-Champigny', ''),
(23129, 76, 595, 'Mormant', ''),
(23130, 76, 595, 'Morsang-sur-Orge', ''),
(23131, 76, 595, 'Morsang-sur-Seine', ''),
(23132, 76, 595, 'Mortcerf', ''),
(23133, 76, 595, 'Mouroux', ''),
(23134, 76, 595, 'Mours', ''),
(23135, 76, 595, 'Mousseaux-les-Bray', ''),
(23136, 76, 595, 'Moussy-le-Neuf', ''),
(23137, 76, 595, 'Mulcent', ''),
(23138, 76, 595, 'Nandy', ''),
(23139, 76, 595, 'Nangis', ''),
(23140, 76, 595, 'Nanteau-sur-Lunain', ''),
(23141, 76, 595, 'Nanterre', ''),
(23142, 76, 595, 'Nanteuil-les-Meaux', ''),
(23143, 76, 595, 'Nanteuil-sur-Marne', ''),
(23144, 76, 595, 'Neauphle-le-Chateau', ''),
(23145, 76, 595, 'Neauphle-le-Vieux', ''),
(23146, 76, 595, 'Neauphlette', ''),
(23147, 76, 595, 'Nemours', ''),
(23148, 76, 595, 'Nesles-la-Vallee', ''),
(23149, 76, 595, 'Neufmontiers-les-Meaux', ''),
(23150, 76, 595, 'Neufmoutiers-en-Brie', ''),
(23151, 76, 595, 'Neuilly-en-Vexin', ''),
(23152, 76, 595, 'Neuilly-Plaisance', ''),
(23153, 76, 595, 'Neuilly-sur-Marne', ''),
(23154, 76, 595, 'Neuilly-sur-Seine', ''),
(23155, 76, 595, 'Neuville-sur-Oise', ''),
(23156, 76, 595, 'Nezel', ''),
(23157, 76, 595, 'Nogent-sur-Marne', ''),
(23158, 76, 595, 'Noiseau', ''),
(23159, 76, 595, 'Noisiel', ''),
(23160, 76, 595, 'Noisy-le-Grand', ''),
(23161, 76, 595, 'Noisy-le-Roi', ''),
(23162, 76, 595, 'Noisy-le-Sec', ''),
(23163, 76, 595, 'Noisy-Rudignon', ''),
(23164, 76, 595, 'Noisy-sur-Ecole', ''),
(23165, 76, 595, 'Noisy-sur-Oise', ''),
(23166, 76, 595, 'Nonville', ''),
(23167, 76, 595, 'Nozay', ''),
(23168, 76, 595, 'Oinville-sur-Montcient', ''),
(23169, 76, 595, 'Oissery', ''),
(23170, 76, 595, 'Ollainville', ''),
(23171, 76, 595, 'Orangis', ''),
(23172, 76, 595, 'Orcemont', ''),
(23173, 76, 595, 'Orgerus', ''),
(23174, 76, 595, 'Orgeval', ''),
(23175, 76, 595, 'Orly', ''),
(23176, 76, 595, 'Orly-sur-Morin', ''),
(23177, 76, 595, 'Ormesson-sur-Marne', ''),
(23178, 76, 595, 'Ormoy-la-Riviere', ''),
(23179, 76, 595, 'Orphin', ''),
(23180, 76, 595, 'Osny', ''),
(23181, 76, 595, 'Othis', ''),
(23182, 76, 595, 'Ozoir-la-Ferriere', ''),
(23183, 76, 595, 'Ozouer-le-Repos', ''),
(23184, 76, 595, 'Ozouer-le-Voulgis', ''),
(23185, 76, 595, 'Palaiseau', ''),
(23186, 76, 595, 'Pamfou', ''),
(23187, 76, 595, 'Pantin', ''),
(23188, 76, 595, 'Paray-Vieille-Poste', ''),
(23189, 76, 595, 'Paris', ''),
(23190, 76, 595, 'Parmain', ''),
(23191, 76, 595, 'Paroy', ''),
(23192, 76, 595, 'Pecqueuse', ''),
(23193, 76, 595, 'Pecy', ''),
(23194, 76, 595, 'Penchard', ''),
(23195, 76, 595, 'Perigny', ''),
(23196, 76, 595, 'Persan', ''),
(23197, 76, 595, 'Pierre-Levee', ''),
(23198, 76, 595, 'Pierrefitte-sur-Seine', ''),
(23199, 76, 595, 'Pierrelaye', ''),
(23200, 76, 595, 'Piscop', ''),
(23201, 76, 595, 'Plaisir', ''),
(23202, 76, 595, 'Plateau', ''),
(23203, 76, 595, 'Poigny-la-Foret', ''),
(23204, 76, 595, 'Poissy', ''),
(23205, 76, 595, 'Pommeuse', ''),
(23206, 76, 595, 'Pomponne', ''),
(23207, 76, 595, 'Pontcarre', ''),
(23208, 76, 595, 'Ponthierry', ''),
(23209, 76, 595, 'Pontoise', ''),
(23210, 76, 595, 'Porcheville', ''),
(23211, 76, 595, 'Port-Villez', ''),
(23212, 76, 595, 'Precy-sur-Marne', ''),
(23213, 76, 595, 'Presles-en-Brie', ''),
(23214, 76, 595, 'Pringy', ''),
(23215, 76, 595, 'Provins', ''),
(23216, 76, 595, 'Puiseux-en-France', ''),
(23217, 76, 595, 'Pussay', ''),
(23218, 76, 595, 'Puteaux', ''),
(23219, 76, 595, 'Quiers', ''),
(23220, 76, 595, 'Quincy-sous-Senart', ''),
(23221, 76, 595, 'Quincy-Voisins', ''),
(23222, 76, 595, 'Rambouillet', ''),
(23223, 76, 595, 'Rampillon', ''),
(23224, 76, 595, 'Reau', ''),
(23225, 76, 595, 'Rebais', ''),
(23226, 76, 595, 'Recloses', ''),
(23227, 76, 595, 'Rennemoulin', ''),
(23228, 76, 595, 'Reuil-en-Brie', ''),
(23229, 76, 595, 'Richebourg', ''),
(23230, 76, 595, 'Ris-Orangis', ''),
(23231, 76, 595, 'Riviere', ''),
(23232, 76, 595, 'Rochefort-en-Yvelines', ''),
(23233, 76, 595, 'Roissy-en-Brie', ''),
(23234, 76, 595, 'Roissy-en-France', ''),
(23235, 76, 595, 'Romainville', ''),
(23236, 76, 595, 'Rosny-sous-Bois', ''),
(23237, 76, 595, 'Rosny-sur-Seine', ''),
(23238, 76, 595, 'Rouvres', ''),
(23239, 76, 595, 'Rozay-en-Brie', ''),
(23240, 76, 595, 'Rubelles', ''),
(23241, 76, 595, 'Rueil-Malmaison', ''),
(23242, 76, 595, 'Rungis', ''),
(23243, 76, 595, 'Saacy-sur-Marne', ''),
(23244, 76, 595, 'Sablonnieres', ''),
(23245, 76, 595, 'Saclas', ''),
(23246, 76, 595, 'Saclay', ''),
(23247, 76, 595, 'Sagy', ''),
(23248, 76, 595, 'Saint-Ange-le-Viel', ''),
(23249, 76, 595, 'Saint-Arnoult-en-Yvelines', ''),
(23250, 76, 595, 'Saint-Augustin', ''),
(23251, 76, 595, 'Saint-Brice-sous-Foret', ''),
(23252, 76, 595, 'Saint-Cloud', ''),
(23253, 76, 595, 'Saint-Cyr-l\'École', ''),
(23254, 76, 595, 'Saint-Cyr-sur-Morin', ''),
(23255, 76, 595, 'Saint-Denis', ''),
(23256, 76, 595, 'Saint-Denis-les-Rebais', ''),
(23257, 76, 595, 'Saint-Escobille', ''),
(23258, 76, 595, 'Saint-Fiacre', ''),
(23259, 76, 595, 'Saint-Germain-de-la-Grange', ''),
(23260, 76, 595, 'Saint-Germain-en-Laye', ''),
(23261, 76, 595, 'Saint-Germain-les-Arpajon', ''),
(23262, 76, 595, 'Saint-Germain-les-Corbeil', ''),
(23263, 76, 595, 'Saint-Germain-sur-Morin', ''),
(23264, 76, 595, 'Saint-Gratien', ''),
(23265, 76, 595, 'Saint-Hilarion', ''),
(23266, 76, 595, 'Saint-Illiers-la-Ville', ''),
(23267, 76, 595, 'Saint-Lambert', ''),
(23268, 76, 595, 'Saint-Leger-en-Yvelines', ''),
(23269, 76, 595, 'Saint-Leu-la-Foret', ''),
(23270, 76, 595, 'Saint-Mammes', ''),
(23271, 76, 595, 'Saint-Mande', ''),
(23272, 76, 595, 'Saint-Mard', ''),
(23273, 76, 595, 'Saint-Martin-des-Champs', ''),
(23274, 76, 595, 'Saint-Martin-en-Biere', ''),
(23275, 76, 595, 'Saint-Martin-la-Garenne', ''),
(23276, 76, 595, 'Saint-Maur-des-Fossés', ''),
(23277, 76, 595, 'Saint-Maurice', ''),
(23278, 76, 595, 'Saint-Mery', ''),
(23279, 76, 595, 'Saint-Michel-sur-Orge', ''),
(23280, 76, 595, 'Saint-Nom-la-Breteche', ''),
(23281, 76, 595, 'Saint-Ouen', ''),
(23282, 76, 595, 'Saint-Ouen-en-Brie', ''),
(23283, 76, 595, 'Saint-Ouen-l\'Aumone', ''),
(23284, 76, 595, 'Saint-Ouen-sur-Morin', ''),
(23285, 76, 595, 'Saint-Pathus', ''),
(23286, 76, 595, 'Saint-Pierre-du-Perray', ''),
(23287, 76, 595, 'Saint-Pierre-les-Nemours', ''),
(23288, 76, 595, 'Saint-Prix', ''),
(23289, 76, 595, 'Saint-Quentin-en-Yvelines', ''),
(23290, 76, 595, 'Saint-Remy-l\'Honore', ''),
(23291, 76, 595, 'Saint-Remy-les-Chevreuse', ''),
(23292, 76, 595, 'Saint-Sauveur-sur-Ecole', ''),
(23293, 76, 595, 'Saint-Simeon', ''),
(23294, 76, 595, 'Saint-Soupplets', ''),
(23295, 76, 595, 'Saint-Thibault-des-Vignes', ''),
(23296, 76, 595, 'Saint-Vrain', ''),
(23297, 76, 595, 'Saint-Witz', ''),
(23298, 76, 595, 'Saint-Yon', ''),
(23299, 76, 595, 'Sainte-Geneviève-des-Bois', ''),
(23300, 76, 595, 'Sainte-Mesme', ''),
(23301, 76, 595, 'Saintry-sur-Seine', ''),
(23302, 76, 595, 'Saints', ''),
(23303, 76, 595, 'Salins', ''),
(23304, 76, 595, 'Samois-sur-Seine', ''),
(23305, 76, 595, 'Samoreau', ''),
(23306, 76, 595, 'Sandrancourt', ''),
(23307, 76, 595, 'Sannois', ''),
(23308, 76, 595, 'Santeny', ''),
(23309, 76, 595, 'Santeuil', ''),
(23310, 76, 595, 'Sarcelles', ''),
(23311, 76, 595, 'Sartrouville', ''),
(23312, 76, 595, 'Saulx-les-Chartreux', ''),
(23313, 76, 595, 'Saulx-Marchais', ''),
(23314, 76, 595, 'Savigny-le-Temple', ''),
(23315, 76, 595, 'Savigny-sur-Orge', ''),
(23316, 76, 595, 'Sceaux', ''),
(23317, 76, 595, 'Sept-Sorts', ''),
(23318, 76, 595, 'Septeuil', ''),
(23319, 76, 595, 'Seraincourt', ''),
(23320, 76, 595, 'Serris', ''),
(23321, 76, 595, 'Servon', ''),
(23322, 76, 595, 'Seugy', ''),
(23323, 76, 595, 'Sevran', ''),
(23324, 76, 595, 'Sèvres', ''),
(23325, 76, 595, 'Sivry-Courtry', ''),
(23326, 76, 595, 'Soignolles-en-Brie', ''),
(23327, 76, 595, 'Soisy-sous-Montmorency', ''),
(23328, 76, 595, 'Soisy-sur-Ecole', ''),
(23329, 76, 595, 'Soisy-sur-Seine', ''),
(23330, 76, 595, 'Solers', ''),
(23331, 76, 595, 'Sonchamp', ''),
(23332, 76, 595, 'Souppes-sur-Loing', ''),
(23333, 76, 595, 'Sourdun', ''),
(23334, 76, 595, 'Stains', ''),
(23335, 76, 595, 'Sucy-en-Brie', ''),
(23336, 76, 595, 'Suresnes', ''),
(23337, 76, 595, 'Survilliers', ''),
(23338, 76, 595, 'Taverny', ''),
(23339, 76, 595, 'Tessancourt-sur-Aubette', ''),
(23340, 76, 595, 'Themericourt', ''),
(23341, 76, 595, 'Thenisy', ''),
(23342, 76, 595, 'Thiais', ''),
(23343, 76, 595, 'Thiverval-Grignon', ''),
(23344, 76, 595, 'Thoiry', ''),
(23345, 76, 595, 'Thomery', ''),
(23346, 76, 595, 'Thorigny-sur-Marne', ''),
(23347, 76, 595, 'Tigeaux', ''),
(23348, 76, 595, 'Tigery', ''),
(23349, 76, 595, 'Torcy', ''),
(23350, 76, 595, 'Touquin', ''),
(23351, 76, 595, 'Tournan-en-Brie', ''),
(23352, 76, 595, 'Tousson', ''),
(23353, 76, 595, 'Toussus-le-Noble', ''),
(23354, 76, 595, 'Trappes', ''),
(23355, 76, 595, 'Treuzy-Levelay', ''),
(23356, 76, 595, 'Triel-sur-Seine', ''),
(23357, 76, 595, 'Trilbardou', ''),
(23358, 76, 595, 'Trilport', ''),
(23359, 76, 595, 'Trocy-en-Multien', ''),
(23360, 76, 595, 'Ury', ''),
(23361, 76, 595, 'Us', ''),
(23362, 76, 595, 'Vaires-sur-Marne', ''),
(23363, 76, 595, 'Valence-en-Brie', ''),
(23364, 76, 595, 'Valenton', ''),
(23365, 76, 595, 'Vallangoujard', ''),
(23366, 76, 595, 'Valmondois', ''),
(23367, 76, 595, 'Valpuiseaux', ''),
(23368, 76, 595, 'Vanves', ''),
(23369, 76, 595, 'Vanville', ''),
(23370, 76, 595, 'Varennes-Jarcy', ''),
(23371, 76, 595, 'Varennes-sur-Seine', ''),
(23372, 76, 595, 'Varreddes', ''),
(23373, 76, 595, 'Vaucresson', ''),
(23374, 76, 595, 'Vaudherland', ''),
(23375, 76, 595, 'Vaudoy-en-Brie', ''),
(23376, 76, 595, 'Vauhallan', ''),
(23377, 76, 595, 'Vaujours', ''),
(23378, 76, 595, 'Vaureal', ''),
(23379, 76, 595, 'Vaux-le-Penil', ''),
(23380, 76, 595, 'Vaux-sur-Seine', ''),
(23381, 76, 595, 'Vélizy-Villacoublay', ''),
(23382, 76, 595, 'Vemars', ''),
(23383, 76, 595, 'Venant', ''),
(23384, 76, 595, 'Veneux-les-Sablons', ''),
(23385, 76, 595, 'Verdelot', ''),
(23386, 76, 595, 'Verneuil-l\'Etang', ''),
(23387, 76, 595, 'Verneuil-sur-Seine', ''),
(23388, 76, 595, 'Vernouillet', ''),
(23389, 76, 595, 'Verrieres-le-Buisson', ''),
(23390, 76, 595, 'Versailles', ''),
(23391, 76, 595, 'Vert', ''),
(23392, 76, 595, 'Vert-le-Grand', ''),
(23393, 76, 595, 'Vert-le-Petit', ''),
(23394, 76, 595, 'Vert-Saint-Denis', ''),
(23395, 76, 595, 'Vetheuil', ''),
(23396, 76, 595, 'Viarmes', ''),
(23397, 76, 595, 'Videlles', ''),
(23398, 76, 595, 'Vieille-Eglise-en-Yvelines', ''),
(23399, 76, 595, 'Vieux-Champagne', ''),
(23400, 76, 595, 'Vignely', ''),
(23401, 76, 595, 'Vigneux-sur-Seine', ''),
(23402, 76, 595, 'Vigny', ''),
(23403, 76, 595, 'Villabe', ''),
(23404, 76, 595, 'Villaines-sous-Bois', ''),
(23405, 76, 595, 'Ville-d\'Avray', ''),
(23406, 76, 595, 'Villebon-sur-Yvette', ''),
(23407, 76, 595, 'Villecerf', ''),
(23408, 76, 595, 'Villeconin', ''),
(23409, 76, 595, 'Villecresnes', ''),
(23410, 76, 595, 'Villegagnon', ''),
(23411, 76, 595, 'Villegruis', ''),
(23412, 76, 595, 'Villejuif', ''),
(23413, 76, 595, 'Villejust', ''),
(23414, 76, 595, 'Villemarechal', ''),
(23415, 76, 595, 'Villemareuil', ''),
(23416, 76, 595, 'Villemoisson-sur-Orge', ''),
(23417, 76, 595, 'Villemomble', ''),
(23418, 76, 595, 'Villeneuve-la-Garenne', ''),
(23419, 76, 595, 'Villeneuve-la-Perree', ''),
(23420, 76, 595, 'Villeneuve-le-Comte', ''),
(23421, 76, 595, 'Villeneuve-le-Roi', ''),
(23422, 76, 595, 'Villeneuve-Saint-Denis', ''),
(23423, 76, 595, 'Villeneuve-Saint-Georges', ''),
(23424, 76, 595, 'Villeneuve-sous-Dammartin', ''),
(23425, 76, 595, 'Villeneuve-sur-Auvers', ''),
(23426, 76, 595, 'Villeneuve-sur-Bellot', ''),
(23427, 76, 595, 'Villennes-sur-Seine', ''),
(23428, 76, 595, 'Villenoy', ''),
(23429, 76, 595, 'Villeparisis', ''),
(23430, 76, 595, 'Villepinte', ''),
(23431, 76, 595, 'Villepreux', ''),
(23432, 76, 595, 'Villeron', ''),
(23433, 76, 595, 'Villers-en-Arthies', ''),
(23434, 76, 595, 'Villetaneuse', ''),
(23435, 76, 595, 'Villevaude', ''),
(23436, 76, 595, 'Villiers-Adam', ''),
(23437, 76, 595, 'Villiers-le-Bacle', ''),
(23438, 76, 595, 'Villiers-le-Bel', ''),
(23439, 76, 595, 'Villiers-le-Mahieu', ''),
(23440, 76, 595, 'Villiers-Saint-Frederic', ''),
(23441, 76, 595, 'Villiers-Saint-Georges', ''),
(23442, 76, 595, 'Villiers-sous-Grez', ''),
(23443, 76, 595, 'Villiers-sur-Marne', ''),
(23444, 76, 595, 'Villiers-sur-Morin', ''),
(23445, 76, 595, 'Villiers-sur-Orge', ''),
(23446, 76, 595, 'Vimpelles', ''),
(23447, 76, 595, 'Vincennes', ''),
(23448, 76, 595, 'Viroflay', ''),
(23449, 76, 595, 'Viry-Châtillon', ''),
(23450, 76, 595, 'Vitry-sur-Seine', ''),
(23451, 76, 595, 'Voisins-le-Bretonneux', ''),
(23452, 76, 595, 'Voulangis', ''),
(23453, 76, 595, 'Voulx', ''),
(23454, 76, 595, 'Vulaines-sur-Seine', ''),
(23455, 76, 595, 'Wissous', ''),
(23456, 76, 595, 'Yebles', ''),
(23457, 76, 595, 'Yerres', ''),
(23458, 76, 595, 'Yvette', ''),
(23459, 76, 596, 'Abeilhan', ''),
(23460, 76, 596, 'Adissan', ''),
(23461, 76, 596, 'Agde', ''),
(23462, 76, 596, 'Aigne', ''),
(23463, 76, 596, 'Aigues-Mortes', ''),
(23464, 76, 596, 'Aigues-Vives', ''),
(23465, 76, 596, 'Aimargues', ''),
(23466, 76, 596, 'Ajac', ''),
(23467, 76, 596, 'Alaigne', ''),
(23468, 76, 596, 'Alairac', ''),
(23469, 76, 596, 'Alenya', ''),
(23470, 76, 596, 'Alès', ''),
(23471, 76, 596, 'Alignan-du-Vent', ''),
(23472, 76, 596, 'Allenc', ''),
(23473, 76, 596, 'Alzon', ''),
(23474, 76, 596, 'Alzonne', ''),
(23475, 76, 596, 'Anduze', ''),
(23476, 76, 596, 'Angostrina', ''),
(23477, 76, 596, 'Aniane', ''),
(23478, 76, 596, 'Aragon', ''),
(23479, 76, 596, 'Aramon', ''),
(23480, 76, 596, 'Argelers', ''),
(23481, 76, 596, 'Argeliers', ''),
(23482, 76, 596, 'Argelliers', ''),
(23483, 76, 596, 'Argilliers', ''),
(23484, 76, 596, 'Arles', ''),
(23485, 76, 596, 'Armissan', ''),
(23486, 76, 596, 'Arpaillargues-et-Aureillac', ''),
(23487, 76, 596, 'Arrigas', ''),
(23488, 76, 596, 'Arzens', ''),
(23489, 76, 596, 'Aspiran', ''),
(23490, 76, 596, 'Assas', ''),
(23491, 76, 596, 'Assignan', ''),
(23492, 76, 596, 'Aubais', ''),
(23493, 76, 596, 'Aubussargues', ''),
(23494, 76, 596, 'Aujac', ''),
(23495, 76, 596, 'Aumes', ''),
(23496, 76, 596, 'Aumont-Aubrac', ''),
(23497, 76, 596, 'Auroux', ''),
(23498, 76, 596, 'Autignac', ''),
(23499, 76, 596, 'Avene', ''),
(23500, 76, 596, 'Aveze', ''),
(23501, 76, 596, 'Axat', ''),
(23502, 76, 596, 'Azille', ''),
(23503, 76, 596, 'Bagard', ''),
(23504, 76, 596, 'Bages', ''),
(23505, 76, 596, 'Bagnols-les-Bains', ''),
(23506, 76, 596, 'Bagnols-sur-Ceze', ''),
(23507, 76, 596, 'Baho', ''),
(23508, 76, 596, 'Baillargues', ''),
(23509, 76, 596, 'Baixas', ''),
(23510, 76, 596, 'Balaruc-le-Vieux', ''),
(23511, 76, 596, 'Balaruc-les-Bains', ''),
(23512, 76, 596, 'Banyuls de la Marenda', ''),
(23513, 76, 596, 'Barbaira', ''),
(23514, 76, 596, 'Barjac', ''),
(23515, 76, 596, 'Bassan', ''),
(23516, 76, 596, 'Beaucaire', ''),
(23517, 76, 596, 'Beaulieu', ''),
(23518, 76, 596, 'Beauvoisin', ''),
(23519, 76, 596, 'Bédarieux', ''),
(23520, 76, 596, 'Belarga', ''),
(23521, 76, 596, 'Bellegarde-du-Razes', ''),
(23522, 76, 596, 'Belpech', ''),
(23523, 76, 596, 'Belvezet', ''),
(23524, 76, 596, 'Bernis', ''),
(23525, 76, 596, 'Berriac', ''),
(23526, 76, 596, 'Bessan', ''),
(23527, 76, 596, 'Besseges', ''),
(23528, 76, 596, 'Bez-et-Esparon', ''),
(23529, 76, 596, 'Béziers', ''),
(23530, 76, 596, 'Bizanet', ''),
(23531, 76, 596, 'Bize-Minervois', ''),
(23532, 76, 596, 'Boisseron', ''),
(23533, 76, 596, 'Boisset-et-Gaujac', ''),
(23534, 76, 596, 'Boissieres', ''),
(23535, 76, 596, 'Bompas', ''),
(23536, 76, 596, 'Boucoiran-et-Nozieres', ''),
(23537, 76, 596, 'Bouilhonnac', ''),
(23538, 76, 596, 'Bouillargues', ''),
(23539, 76, 596, 'Boujan-sur-Libron', ''),
(23540, 76, 596, 'Bram', ''),
(23541, 76, 596, 'Branoux-les-Taillades', ''),
(23542, 76, 596, 'Brouilla', ''),
(23543, 76, 596, 'Buzignargues', ''),
(23544, 76, 596, 'Cabestany', ''),
(23545, 76, 596, 'Caissargues', ''),
(23546, 76, 596, 'Calvisson', ''),
(23547, 76, 596, 'Campagnan', ''),
(23548, 76, 596, 'Camplong-d\'Aude', ''),
(23549, 76, 596, 'Camprieu', ''),
(23550, 76, 596, 'Canet-Plage', ''),
(23551, 76, 596, 'Cannes-et-Clairan', ''),
(23552, 76, 596, 'Canohes', ''),
(23553, 76, 596, 'Capendu', ''),
(23554, 76, 596, 'Capestang', ''),
(23555, 76, 596, 'Carcassonne', ''),
(23556, 76, 596, 'Cardet', ''),
(23557, 76, 596, 'Carlencas-et-Levas', ''),
(23558, 76, 596, 'Carnas', ''),
(23559, 76, 596, 'Carnon-Plage', ''),
(23560, 76, 596, 'Cassagnoles', ''),
(23561, 76, 596, 'Castanet-le-Haut', ''),
(23562, 76, 596, 'Castans', ''),
(23563, 76, 596, 'Castelnau-d\'Aude', ''),
(23564, 76, 596, 'Castelnau-le-Lez', ''),
(23565, 76, 596, 'Castelnaudary', ''),
(23566, 76, 596, 'Castillon-du-Gard', ''),
(23567, 76, 596, 'Castries', ''),
(23568, 76, 596, 'Caudies-de-Fenouilledes', ''),
(23569, 76, 596, 'Caunes-Minervois', ''),
(23570, 76, 596, 'Causse-de-la-Selle', ''),
(23571, 76, 596, 'Causses-et-Veyran', ''),
(23572, 76, 596, 'Caux-et-Sauzens', ''),
(23573, 76, 596, 'Caveirac', ''),
(23574, 76, 596, 'Caves', ''),
(23575, 76, 596, 'Cavillargues', ''),
(23576, 76, 596, 'Cazilhac', ''),
(23577, 76, 596, 'Cazouls-les-Beziers', ''),
(23578, 76, 596, 'Ceilhes-et-Rocozels', ''),
(23579, 76, 596, 'Cendras', ''),
(23580, 76, 596, 'Cenne-Monesties', ''),
(23581, 76, 596, 'Cepie', ''),
(23582, 76, 596, 'Ceret', ''),
(23583, 76, 596, 'Cers', ''),
(23584, 76, 596, 'Cessenon-sur-Orb', ''),
(23585, 76, 596, 'Chalabre', ''),
(23586, 76, 596, 'Chanac', ''),
(23587, 76, 596, 'Chirac', ''),
(23588, 76, 596, 'Chusclan', ''),
(23589, 76, 596, 'Claira', ''),
(23590, 76, 596, 'Clapiers', ''),
(23591, 76, 596, 'Clarensac', ''),
(23592, 76, 596, 'Clermont-l\'Herault', ''),
(23593, 76, 596, 'Clermont-sur-Lauquet', ''),
(23594, 76, 596, 'Codognan', ''),
(23595, 76, 596, 'Codolet', ''),
(23596, 76, 596, 'Collioure', ''),
(23597, 76, 596, 'Collorgues', ''),
(23598, 76, 596, 'Colombiers', ''),
(23599, 76, 596, 'Combaillaux', ''),
(23600, 76, 596, 'Combas', ''),
(23601, 76, 596, 'Comps', ''),
(23602, 76, 596, 'Congenies', ''),
(23603, 76, 596, 'Conilhac-Corbieres', ''),
(23604, 76, 596, 'Connaux', ''),
(23605, 76, 596, 'Conques-sur-Orbiel', ''),
(23606, 76, 596, 'Corbere-les-Cabanes', ''),
(23607, 76, 596, 'Corbieres', ''),
(23608, 76, 596, 'Corneilla-del-Vercol', ''),
(23609, 76, 596, 'Cornillon', ''),
(23610, 76, 596, 'Couffoulens', ''),
(23611, 76, 596, 'Couiza', ''),
(23612, 76, 596, 'Cournonsec', ''),
(23613, 76, 596, 'Cournonterral', ''),
(23614, 76, 596, 'Courry', ''),
(23615, 76, 596, 'Coursan', ''),
(23616, 76, 596, 'Creissan', ''),
(23617, 76, 596, 'Crespian', ''),
(23618, 76, 596, 'Cruscades', ''),
(23619, 76, 596, 'Cruviers-Lascours', ''),
(23620, 76, 596, 'Cruzy', ''),
(23621, 76, 596, 'Cuxac-Cabardes', ''),
(23622, 76, 596, 'Cuxac-d\'Aude', ''),
(23623, 76, 596, 'Dions', ''),
(23624, 76, 596, 'Durfort-et-Saint-Martin-de-Sossenac', ''),
(23625, 76, 596, 'el Volo', ''),
(23626, 76, 596, 'Elna', ''),
(23627, 76, 596, 'els Banys de la Presta', ''),
(23628, 76, 596, 'Escales', ''),
(23629, 76, 596, 'Esperaza', ''),
(23630, 76, 596, 'Espira-de-l\'Agly', ''),
(23631, 76, 596, 'Espondeilhan', ''),
(23632, 76, 596, 'Estagel', ''),
(23633, 76, 596, 'Estavar', ''),
(23634, 76, 596, 'Eus', ''),
(23635, 76, 596, 'Euzet', ''),
(23636, 76, 596, 'Fabregues', ''),
(23637, 76, 596, 'Ferrals-les-Corbieres', ''),
(23638, 76, 596, 'Festes-et-Saint-Andre', ''),
(23639, 76, 596, 'Fitou', ''),
(23640, 76, 596, 'Fleury', ''),
(23641, 76, 596, 'Florac', ''),
(23642, 76, 596, 'Florensac', ''),
(23643, 76, 596, 'Fons', ''),
(23644, 76, 596, 'Font-Romeu-Odeillo-Via', ''),
(23645, 76, 596, 'Fontes', ''),
(23646, 76, 596, 'Fontiers-Cabardes', ''),
(23647, 76, 596, 'Fos', ''),
(23648, 76, 596, 'Fourques', ''),
(23649, 76, 596, 'Fourtou', ''),
(23650, 76, 596, 'Fraissinet-de-Lozere', ''),
(23651, 76, 596, 'Franquevaux', ''),
(23652, 76, 596, 'Frontignan', ''),
(23653, 76, 596, 'Gagnieres', ''),
(23654, 76, 596, 'Gaja-et-Villedieu', ''),
(23655, 76, 596, 'Gajan', ''),
(23656, 76, 596, 'Gallargues-le-Montueux', ''),
(23657, 76, 596, 'Gallician', ''),
(23658, 76, 596, 'Ganges', ''),
(23659, 76, 596, 'Garons', ''),
(23660, 76, 596, 'Garrigues', ''),
(23661, 76, 596, 'Gaujac', ''),
(23662, 76, 596, 'Generac', ''),
(23663, 76, 596, 'Gervais', ''),
(23664, 76, 596, 'Gigean', ''),
(23665, 76, 596, 'Gignac', ''),
(23666, 76, 596, 'Ginestas', ''),
(23667, 76, 596, 'Grabels', ''),
(23668, 76, 596, 'Graissessac', ''),
(23669, 76, 596, 'Gruissan', ''),
(23670, 76, 596, 'Guzargues', ''),
(23671, 76, 596, 'Herepian', ''),
(23672, 76, 596, 'Homps', ''),
(23673, 76, 596, 'Ille-sur-Tet', ''),
(23674, 76, 596, 'Jacou', ''),
(23675, 76, 596, 'Jonquieres', ''),
(23676, 76, 596, 'Junas', ''),
(23677, 76, 596, 'Juvignac', ''),
(23678, 76, 596, 'La Bastide-d\'Engras', ''),
(23679, 76, 596, 'La Bruguiere', ''),
(23680, 76, 596, 'La Cabanasse', ''),
(23681, 76, 596, 'La Canourgue', ''),
(23682, 76, 596, 'La Cassaigne', ''),
(23683, 76, 596, 'La Caunette', ''),
(23684, 76, 596, 'La Coste', ''),
(23685, 76, 596, 'La Digne-d\'Amont', ''),
(23686, 76, 596, 'La Force', ''),
(23687, 76, 596, 'La Grande-Motte', ''),
(23688, 76, 596, 'la Guingueta d\'Ix', ''),
(23689, 76, 596, 'La Llagonne', ''),
(23690, 76, 596, 'La Palme', ''),
(23691, 76, 596, 'La Peyrade', ''),
(23692, 76, 596, 'La Redorte', ''),
(23693, 76, 596, 'la Roca d\'Albera', ''),
(23694, 76, 596, 'La Rouviere', ''),
(23695, 76, 596, 'Labastide-d\'Anjou', ''),
(23696, 76, 596, 'Lamalou-les-Bains', ''),
(23697, 76, 596, 'Langogne', ''),
(23698, 76, 596, 'Lansac', ''),
(23699, 76, 596, 'Lansargues', ''),
(23700, 76, 596, 'Lanuejols', ''),
(23701, 76, 596, 'Laroque-de-Fa', ''),
(23702, 76, 596, 'Lasalle', ''),
(23703, 76, 596, 'Latour-de-France', ''),
(23704, 76, 596, 'Lattes', ''),
(23705, 76, 596, 'Laudun-lArdoise', ''),
(23706, 76, 596, 'Laure-Minervois', ''),
(23707, 76, 596, 'Laurens', ''),
(23708, 76, 596, 'Laval-Pradel', ''),
(23709, 76, 596, 'Laval-Saint-Roman', ''),
(23710, 76, 596, 'Lavalette', ''),
(23711, 76, 596, 'Laverune', ''),
(23712, 76, 596, 'Le Barcares', ''),
(23713, 76, 596, 'Le Bleymard', ''),
(23714, 76, 596, 'Le Bosc', ''),
(23715, 76, 596, 'Le Cailar', ''),
(23716, 76, 596, 'Le Cap D\'Agde', ''),
(23717, 76, 596, 'Le Caylar', ''),
(23718, 76, 596, 'Le Cres', ''),
(23719, 76, 596, 'Le Grau-du-Roi', ''),
(23720, 76, 596, 'Le Pouget', ''),
(23721, 76, 596, 'Le Poujol-sur-Orb', ''),
(23722, 76, 596, 'Le Soler', ''),
(23723, 76, 596, 'Le Vigan', ''),
(23724, 76, 596, 'Ledenon', ''),
(23725, 76, 596, 'Ledignan', ''),
(23726, 76, 596, 'Les Angles', ''),
(23727, 76, 596, 'Les Bessons', ''),
(23728, 76, 596, 'Les Mages', ''),
(23729, 76, 596, 'Les Matelles', ''),
(23730, 76, 596, 'Lespignan', ''),
(23731, 76, 596, 'Leucate', ''),
(23732, 76, 596, 'Lezan', ''),
(23733, 76, 596, 'Lezignan-Corbieres', ''),
(23734, 76, 596, 'Lieuran-les-Beziers', ''),
(23735, 76, 596, 'Lignan-sur-Orb', ''),
(23736, 76, 596, 'Limoux', ''),
(23737, 76, 596, 'Lirac', ''),
(23738, 76, 596, 'Llupia', ''),
(23739, 76, 596, 'Lodève', ''),
(23740, 76, 596, 'Loupian', ''),
(23741, 76, 596, 'Lunas', ''),
(23742, 76, 596, 'Lunel', ''),
(23743, 76, 596, 'Lunel-Viel', ''),
(23744, 76, 596, 'Lussan', ''),
(23745, 76, 596, 'Magalas', ''),
(23746, 76, 596, 'Manduel', ''),
(23747, 76, 596, 'Maraussan', ''),
(23748, 76, 596, 'Margon', ''),
(23749, 76, 596, 'Marguerittes', ''),
(23750, 76, 596, 'Marseillan', ''),
(23751, 76, 596, 'Marseillette', ''),
(23752, 76, 596, 'Marsillargues', ''),
(23753, 76, 596, 'Martignargues', ''),
(23754, 76, 596, 'Maruejols', ''),
(23755, 76, 596, 'Marvejols', ''),
(23756, 76, 596, 'Mas-Saintes-Puelles', ''),
(23757, 76, 596, 'Massillargues-Attuech', ''),
(23758, 76, 596, 'Mauguio', ''),
(23759, 76, 596, 'Maureilhan', ''),
(23760, 76, 596, 'Maureillas-las-Illas', ''),
(23761, 76, 596, 'Mende', ''),
(23762, 76, 596, 'Meynes', ''),
(23763, 76, 596, 'Meyrannes', ''),
(23764, 76, 596, 'Meze', ''),
(23765, 76, 596, 'Milhaud', ''),
(23766, 76, 596, 'Millas', ''),
(23767, 76, 596, 'Mirepeisset', ''),
(23768, 76, 596, 'Mireval-Lauragais', ''),
(23769, 76, 596, 'Molieres-sur-Ceze', ''),
(23770, 76, 596, 'Mons', ''),
(23771, 76, 596, 'Montady', ''),
(23772, 76, 596, 'Montagnac', ''),
(23773, 76, 596, 'Montaren-et-Saint-Mediers', ''),
(23774, 76, 596, 'Montarnaud', ''),
(23775, 76, 596, 'Montaud', ''),
(23776, 76, 596, 'Montauriol', ''),
(23777, 76, 596, 'Montbazin', ''),
(23778, 76, 596, 'Montblanc', ''),
(23779, 76, 596, 'Montbrun-des-Corbieres', ''),
(23780, 76, 596, 'Montdardier', ''),
(23781, 76, 596, 'Monteils', ''),
(23782, 76, 596, 'Montescot', ''),
(23783, 76, 596, 'Montfaucon', ''),
(23784, 76, 596, 'Montferrier-sur-Lez', ''),
(23785, 76, 596, 'Montfrin', ''),
(23786, 76, 596, 'Montignargues', ''),
(23787, 76, 596, 'Montjardin', ''),
(23788, 76, 596, 'Montlaur', ''),
(23789, 76, 596, 'Montpellier', ''),
(23790, 76, 596, 'Montpeyroux', ''),
(23791, 76, 596, 'Montpezat', ''),
(23792, 76, 596, 'Montreal', ''),
(23793, 76, 596, 'Montredon-des-Corbieres', ''),
(23794, 76, 596, 'Montseret', ''),
(23795, 76, 596, 'Monze', ''),
(23796, 76, 596, 'Moulezan', ''),
(23797, 76, 596, 'Moussan', ''),
(23798, 76, 596, 'Moussoulens', ''),
(23799, 76, 596, 'Moux', ''),
(23800, 76, 596, 'Mudaison', ''),
(23801, 76, 596, 'Murviel-les-Beziers', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(23802, 76, 596, 'Murviel-les-Montpellier', ''),
(23803, 76, 596, 'Mus', ''),
(23804, 76, 596, 'Narbonne', ''),
(23805, 76, 596, 'Narbonne-Plage', ''),
(23806, 76, 596, 'Neffies', ''),
(23807, 76, 596, 'Nefiach', ''),
(23808, 76, 596, 'Ners', ''),
(23809, 76, 596, 'Nevian', ''),
(23810, 76, 596, 'Nezignan-l\'Eveque', ''),
(23811, 76, 596, 'Nîmes', ''),
(23812, 76, 596, 'Nissan-lez-Enserune', ''),
(23813, 76, 596, 'Nizas', ''),
(23814, 76, 596, 'Notre-Dame-de-la-Rouviere', ''),
(23815, 76, 596, 'Notre-Dame-de-Londres', ''),
(23816, 76, 596, 'Nyer', ''),
(23817, 76, 596, 'Olargues', ''),
(23818, 76, 596, 'Olonzac', ''),
(23819, 76, 596, 'Opoul-Perillos', ''),
(23820, 76, 596, 'Ornaisons', ''),
(23821, 76, 596, 'Orsan', ''),
(23822, 76, 596, 'Ortaffa', ''),
(23823, 76, 596, 'Oupia', ''),
(23824, 76, 596, 'Ouveillan', ''),
(23825, 76, 596, 'Palaja', ''),
(23826, 76, 596, 'Palalda', ''),
(23827, 76, 596, 'Palau-del-Vidre', ''),
(23828, 76, 596, 'Palavas-les-Flots', ''),
(23829, 76, 596, 'Pardailhan', ''),
(23830, 76, 596, 'Passa', ''),
(23831, 76, 596, 'Paulhan', ''),
(23832, 76, 596, 'Pauligne', ''),
(23833, 76, 596, 'Pennautier', ''),
(23834, 76, 596, 'Pepieux', ''),
(23835, 76, 596, 'Peret', ''),
(23836, 76, 596, 'Perillos', ''),
(23837, 76, 596, 'Perols', ''),
(23838, 76, 596, 'Perpignan', ''),
(23839, 76, 596, 'Pexiora', ''),
(23840, 76, 596, 'Peyrestortes', ''),
(23841, 76, 596, 'Peyriac-de-Mer', ''),
(23842, 76, 596, 'Peyriac-Minervois', ''),
(23843, 76, 596, 'Pezenas', ''),
(23844, 76, 596, 'Pezens', ''),
(23845, 76, 596, 'Pezilla-la-Riviere', ''),
(23846, 76, 596, 'Pia', ''),
(23847, 76, 596, 'Pieusse', ''),
(23848, 76, 596, 'Pignan', ''),
(23849, 76, 596, 'Pinet', ''),
(23850, 76, 596, 'Plaissan', ''),
(23851, 76, 596, 'Poilhes', ''),
(23852, 76, 596, 'Pollestres', ''),
(23853, 76, 596, 'Pomas', ''),
(23854, 76, 596, 'Pomerols', ''),
(23855, 76, 596, 'Pont-Saint-Esprit', ''),
(23856, 76, 596, 'Ponteilla', ''),
(23857, 76, 596, 'Ponteils-et-Bresis', ''),
(23858, 76, 596, 'Port-la-Nouvelle', ''),
(23859, 76, 596, 'Porte-Puymorens', ''),
(23860, 76, 596, 'Portes', ''),
(23861, 76, 596, 'Portiragnes', ''),
(23862, 76, 596, 'Portvendres', ''),
(23863, 76, 596, 'Poulx', ''),
(23864, 76, 596, 'Pourcharesses', ''),
(23865, 76, 596, 'Poussan', ''),
(23866, 76, 596, 'Pouzilhac', ''),
(23867, 76, 596, 'Pouzolles', ''),
(23868, 76, 596, 'Pouzols-Minervois', ''),
(23869, 76, 596, 'Prades', ''),
(23870, 76, 596, 'Prades-le-Lez', ''),
(23871, 76, 596, 'Prades-sur-Vernazobre', ''),
(23872, 76, 596, 'Preixan', ''),
(23873, 76, 596, 'Premian', ''),
(23874, 76, 596, 'Puechabon', ''),
(23875, 76, 596, 'Puicheric', ''),
(23876, 76, 596, 'Puissalicon', ''),
(23877, 76, 596, 'Puisserguier', ''),
(23878, 76, 596, 'Pujaut', ''),
(23879, 76, 596, 'Quarante', ''),
(23880, 76, 596, 'Quillan', ''),
(23881, 76, 596, 'Quissac', ''),
(23882, 76, 596, 'Real', ''),
(23883, 76, 596, 'Redessan', ''),
(23884, 76, 596, 'Remoulins', ''),
(23885, 76, 596, 'Restinclieres', ''),
(23886, 76, 596, 'Ria-Sirach', ''),
(23887, 76, 596, 'Ribaute-les-Tavernes', ''),
(23888, 76, 596, 'Rigarda', ''),
(23889, 76, 596, 'Riols', ''),
(23890, 76, 596, 'Rivesaltes', ''),
(23891, 76, 596, 'Rochefort-du-Gard', ''),
(23892, 76, 596, 'Rochegude', ''),
(23893, 76, 596, 'Rodes', ''),
(23894, 76, 596, 'Rodilhan', ''),
(23895, 76, 596, 'Roquebrun', ''),
(23896, 76, 596, 'Roquefort-de-Sault', ''),
(23897, 76, 596, 'Roquefort-des-Corbieres', ''),
(23898, 76, 596, 'Roquemaure', ''),
(23899, 76, 596, 'Roujan', ''),
(23900, 76, 596, 'Rousson', ''),
(23901, 76, 596, 'Routier', ''),
(23902, 76, 596, 'Sabran', ''),
(23903, 76, 596, 'Saint-Alexandre', ''),
(23904, 76, 596, 'Saint-Ambroix', ''),
(23905, 76, 596, 'Saint-Andre-de-Bueges', ''),
(23906, 76, 596, 'Saint-Andre-de-Roquelongue', ''),
(23907, 76, 596, 'Saint-Andre-de-Sangonis', ''),
(23908, 76, 596, 'Saint-Aunes', ''),
(23909, 76, 596, 'Saint-Bauzely', ''),
(23910, 76, 596, 'Saint-Bauzille-de-Montmel', ''),
(23911, 76, 596, 'Saint-Bauzille-de-Putois', ''),
(23912, 76, 596, 'Saint-Benezet', ''),
(23913, 76, 596, 'Saint-Bonnet-du-Gard', ''),
(23914, 76, 596, 'Saint-Bres', ''),
(23915, 76, 596, 'Saint-Cesaire', ''),
(23916, 76, 596, 'Saint-Chaptes', ''),
(23917, 76, 596, 'Saint-Chely-d\'Apcher', ''),
(23918, 76, 596, 'Saint-Chinian', ''),
(23919, 76, 596, 'Saint-Christol', ''),
(23920, 76, 596, 'Saint-Christol-les-Ales', ''),
(23921, 76, 596, 'Saint-Come-et-Maruejols', ''),
(23922, 76, 596, 'Saint-Cyprien', ''),
(23923, 76, 596, 'Saint-Cyprien-Plage', ''),
(23924, 76, 596, 'Saint-Dionisy', ''),
(23925, 76, 596, 'Saint-Drezery', ''),
(23926, 76, 596, 'Saint-Esteve', ''),
(23927, 76, 596, 'Saint-Etienne-de-Gourgas', ''),
(23928, 76, 596, 'Saint-Etienne-Vallee-Francaise', ''),
(23929, 76, 596, 'Saint-Feliu-d\'Amont', ''),
(23930, 76, 596, 'Saint-Felix-de-Lodez', ''),
(23931, 76, 596, 'Saint-Frichoux', ''),
(23932, 76, 596, 'Saint-Gely-du-Fesc', ''),
(23933, 76, 596, 'Saint-Genies-de-Comolas', ''),
(23934, 76, 596, 'Saint-Genies-de-Fontedit', ''),
(23935, 76, 596, 'Saint-Genies-de-Malgoires', ''),
(23936, 76, 596, 'Saint-Genies-des-Mourgues', ''),
(23937, 76, 596, 'Saint-Georges-d\'Orques', ''),
(23938, 76, 596, 'Saint-Gervais-sur-Mare', ''),
(23939, 76, 596, 'Saint-Gervasy', ''),
(23940, 76, 596, 'Saint-Gilles', ''),
(23941, 76, 596, 'Saint-Hilaire-de-Brethmas', ''),
(23942, 76, 596, 'Saint-Hippolyte', ''),
(23943, 76, 596, 'Saint-Hippolyte-de-Caton', ''),
(23944, 76, 596, 'Saint-Hippolyte-du-Fort', ''),
(23945, 76, 596, 'Saint-Jean-de-Fos', ''),
(23946, 76, 596, 'Saint-Jean-de-Maruejols-et-Avejan', ''),
(23947, 76, 596, 'Saint-Jean-de-Serres', ''),
(23948, 76, 596, 'Saint-Jean-de-Valeriscle', ''),
(23949, 76, 596, 'Saint-Jean-de-Vedas', ''),
(23950, 76, 596, 'Saint-Jean-du-Gard', ''),
(23951, 76, 596, 'Saint-Jean-Lasseille', ''),
(23952, 76, 596, 'Saint-Julien-de-Peyrolas', ''),
(23953, 76, 596, 'Saint-Laurent-d\'Aigouze', ''),
(23954, 76, 596, 'Saint-Laurent-de-Carnols', ''),
(23955, 76, 596, 'Saint-Laurent-de-la-Salanque', ''),
(23956, 76, 596, 'Saint-Mamert-du-Gard', ''),
(23957, 76, 596, 'Saint-Martin-de-Londres', ''),
(23958, 76, 596, 'Saint-Martin-de-Valgalgues', ''),
(23959, 76, 596, 'Saint-Martin-de-Villereglan', ''),
(23960, 76, 596, 'Saint-Martin-Lalande', ''),
(23961, 76, 596, 'Saint-Martin-le-Vieil', ''),
(23962, 76, 596, 'Saint-Mathieu-de-Treviers', ''),
(23963, 76, 596, 'Saint-Maurice-Navacelles', ''),
(23964, 76, 596, 'Saint-Maximin', ''),
(23965, 76, 596, 'Saint-Michel-d\'Euzet', ''),
(23966, 76, 596, 'Saint-Nazaire', ''),
(23967, 76, 596, 'Saint-Nazaire-d\'Aude', ''),
(23968, 76, 596, 'Saint-Pargoire', ''),
(23969, 76, 596, 'Saint-Paul-de-Fenouillet', ''),
(23970, 76, 596, 'Saint-Paul-et-Valmalle', ''),
(23971, 76, 596, 'Saint-Paulet-de-Caisson', ''),
(23972, 76, 596, 'Saint-Pierre-des-Champs', ''),
(23973, 76, 596, 'Saint-Polycarpe', ''),
(23974, 76, 596, 'Saint-Privat-des-Vieux', ''),
(23975, 76, 596, 'Saint-Quentin-la-Poterie', ''),
(23976, 76, 596, 'Saint-Series', ''),
(23977, 76, 596, 'Saint-Siffret', ''),
(23978, 76, 596, 'Saint-Theodorit', ''),
(23979, 76, 596, 'Saint-Thibery', ''),
(23980, 76, 596, 'Saint-Vincent', ''),
(23981, 76, 596, 'Saint-Vincent-de-Barbeyrargues', ''),
(23982, 76, 596, 'Sainte-Colombe-sur-l\'Hers', ''),
(23983, 76, 596, 'Sainte-Croix-de-Quintillargues', ''),
(23984, 76, 596, 'Sainte-Marie', ''),
(23985, 76, 596, 'Sainte-Valiere', ''),
(23986, 76, 596, 'Saissac', ''),
(23987, 76, 596, 'Saleilles', ''),
(23988, 76, 596, 'Salindres', ''),
(23989, 76, 596, 'Salleles-d\'Aude', ''),
(23990, 76, 596, 'Salles-d\'Aude', ''),
(23991, 76, 596, 'Salles-sur-l\'Hers', ''),
(23992, 76, 596, 'Salses-le-Chateau', ''),
(23993, 76, 596, 'Salsigne', ''),
(23994, 76, 596, 'Sant Genis de Fontanes', ''),
(23995, 76, 596, 'Saturargues', ''),
(23996, 76, 596, 'Saussan', ''),
(23997, 76, 596, 'Sauve', ''),
(23998, 76, 596, 'Sauvian', ''),
(23999, 76, 596, 'Sauzet', ''),
(24000, 76, 596, 'Serignan', ''),
(24001, 76, 596, 'Sernhac', ''),
(24002, 76, 596, 'Servian', ''),
(24003, 76, 596, 'Sète', ''),
(24004, 76, 596, 'Seynes', ''),
(24005, 76, 596, 'Sigean', ''),
(24006, 76, 596, 'Siran', ''),
(24007, 76, 596, 'Sommieres', ''),
(24008, 76, 596, 'Sorede', ''),
(24009, 76, 596, 'Soubes', ''),
(24010, 76, 596, 'Souilhanels', ''),
(24011, 76, 596, 'St Laurent des Arbres', ''),
(24012, 76, 596, 'Sussargues', ''),
(24013, 76, 596, 'Talairan', ''),
(24014, 76, 596, 'Taussac-la-Billiere', ''),
(24015, 76, 596, 'Tavel', ''),
(24016, 76, 596, 'Teyran', ''),
(24017, 76, 596, 'Theza', ''),
(24018, 76, 596, 'Thezan-les-Beziers', ''),
(24019, 76, 596, 'Theziers', ''),
(24020, 76, 596, 'Thoiras', ''),
(24021, 76, 596, 'Thuir', ''),
(24022, 76, 596, 'Torderes', ''),
(24023, 76, 596, 'Tornac', ''),
(24024, 76, 596, 'Torreilles', ''),
(24025, 76, 596, 'Toulouges', ''),
(24026, 76, 596, 'Tourbes', ''),
(24027, 76, 596, 'Trausse', ''),
(24028, 76, 596, 'Trebes', ''),
(24029, 76, 596, 'Tresques', ''),
(24030, 76, 596, 'Tressan', ''),
(24031, 76, 596, 'Tresserre', ''),
(24032, 76, 596, 'Trouillas', ''),
(24033, 76, 596, 'Tuchan', ''),
(24034, 76, 596, 'Uchaud', ''),
(24035, 76, 596, 'Usclas-du-Bosc', ''),
(24036, 76, 596, 'Uzès', ''),
(24037, 76, 596, 'Vailhauques', ''),
(24038, 76, 596, 'Valergues', ''),
(24039, 76, 596, 'Vallabregues', ''),
(24040, 76, 596, 'Vallerargues', ''),
(24041, 76, 596, 'Valleraugue', ''),
(24042, 76, 596, 'Valras-Plage', ''),
(24043, 76, 596, 'Valros', ''),
(24044, 76, 596, 'Vauvert', ''),
(24045, 76, 596, 'Vendargues', ''),
(24046, 76, 596, 'Vendemian', ''),
(24047, 76, 596, 'Vendres', ''),
(24048, 76, 596, 'Verargues', ''),
(24049, 76, 596, 'Verdun-en-Lauragais', ''),
(24050, 76, 596, 'Vergeze', ''),
(24051, 76, 596, 'Vers-Pont-du-Gard', ''),
(24052, 76, 596, 'Verzeille', ''),
(24053, 76, 596, 'Vestric-et-Candiac', ''),
(24054, 76, 596, 'Vezenobres', ''),
(24055, 76, 596, 'Vialas', ''),
(24056, 76, 596, 'Vias', ''),
(24057, 76, 596, 'Vic-la-Gardiole', ''),
(24058, 76, 596, 'Vilallonga dels Monts', ''),
(24059, 76, 596, 'Villalier', ''),
(24060, 76, 596, 'Villarzel-du-Razes', ''),
(24061, 76, 596, 'Villasavary', ''),
(24062, 76, 596, 'Villefort', ''),
(24063, 76, 596, 'Villefranche-de-Conflent', ''),
(24064, 76, 596, 'Villegailhenc', ''),
(24065, 76, 596, 'Villelongue-de-la-Salanque', ''),
(24066, 76, 596, 'Villemagne', ''),
(24067, 76, 596, 'Villemolaque', ''),
(24068, 76, 596, 'Villemoustaussou', ''),
(24069, 76, 596, 'Villeneuve les beziers', ''),
(24070, 76, 596, 'Villeneuve-de-la-Raho', ''),
(24071, 76, 596, 'Villeneuve-des-Escaldes', ''),
(24072, 76, 596, 'Villeneuve-la-Comptal', ''),
(24073, 76, 596, 'Villeneuve-la-Riviere', ''),
(24074, 76, 596, 'Villeneuve-les-Avignon', ''),
(24075, 76, 596, 'Villeneuve-les-Corbieres', ''),
(24076, 76, 596, 'Villesequelande', ''),
(24077, 76, 596, 'Villespy', ''),
(24078, 76, 596, 'Villetelle', ''),
(24079, 76, 596, 'Villeveyrac', ''),
(24080, 76, 596, 'Villevieille', ''),
(24081, 76, 596, 'Vinassan', ''),
(24082, 76, 596, 'Vinca', ''),
(24083, 76, 596, 'Vingrau', ''),
(24084, 76, 597, 'Ahun', ''),
(24085, 76, 597, 'Aixe-sur-Vienne', ''),
(24086, 76, 597, 'Ajain', ''),
(24087, 76, 597, 'Allassac', ''),
(24088, 76, 597, 'Ambazac', ''),
(24089, 76, 597, 'Argentat', ''),
(24090, 76, 597, 'Arnac-la-Poste', ''),
(24091, 76, 597, 'Arnac-Pompadour', ''),
(24092, 76, 597, 'Aubusson', ''),
(24093, 76, 597, 'Aureil', ''),
(24094, 76, 597, 'Auzances', ''),
(24095, 76, 597, 'Bar', ''),
(24096, 76, 597, 'Beaulieu-sur-Dordogne', ''),
(24097, 76, 597, 'Bellac', ''),
(24098, 76, 597, 'Benayes', ''),
(24099, 76, 597, 'Benevent-l\'Abbaye', ''),
(24100, 76, 597, 'Bessines-sur-Gartempe', ''),
(24101, 76, 597, 'Beynac', ''),
(24102, 76, 597, 'Beynat', ''),
(24103, 76, 597, 'Blessac', ''),
(24104, 76, 597, 'Boisseuil', ''),
(24105, 76, 597, 'Bonnat', ''),
(24106, 76, 597, 'Bort-les-Orgues', ''),
(24107, 76, 597, 'Bosmie-l\'Aiguille', ''),
(24108, 76, 597, 'Bourganeuf', ''),
(24109, 76, 597, 'Boussac', ''),
(24110, 76, 597, 'Brive-la-Gaillarde', ''),
(24111, 76, 597, 'Burgnac', ''),
(24112, 76, 597, 'Bussiere-Saint-Georges', ''),
(24113, 76, 597, 'Caux', ''),
(24114, 76, 597, 'Chaillac-sur-Vienne', ''),
(24115, 76, 597, 'Châlus', ''),
(24116, 76, 597, 'Chamboret', ''),
(24117, 76, 597, 'Chamboulive', ''),
(24118, 76, 597, 'Chameyrat', ''),
(24119, 76, 597, 'Champagnac-la-Noaille', ''),
(24120, 76, 597, 'Champagnac-la-Riviere', ''),
(24121, 76, 597, 'Champsanglard', ''),
(24122, 76, 597, 'Chanteix', ''),
(24123, 76, 597, 'Chaptelat', ''),
(24124, 76, 597, 'Chasteaux', ''),
(24125, 76, 597, 'Chateau-Chervix', ''),
(24126, 76, 597, 'Chenerailles', ''),
(24127, 76, 597, 'Clairavaux', ''),
(24128, 76, 597, 'Clugnat', ''),
(24129, 76, 597, 'Cognac', ''),
(24130, 76, 597, 'Colombier', ''),
(24131, 76, 597, 'Compreignac', ''),
(24132, 76, 597, 'Conceze', ''),
(24133, 76, 597, 'Condat-sur-Ganaveix', ''),
(24134, 76, 597, 'Condat-sur-Vienne', ''),
(24135, 76, 597, 'Correze', ''),
(24136, 76, 597, 'Cosnac', ''),
(24137, 76, 597, 'Coussac-Bonneval', ''),
(24138, 76, 597, 'Couzeix', ''),
(24139, 76, 597, 'Crocq', ''),
(24140, 76, 597, 'Domeyrot', ''),
(24141, 76, 597, 'Dontreix', ''),
(24142, 76, 597, 'Donzenac', ''),
(24143, 76, 597, 'Dun-le-Palestel', ''),
(24144, 76, 597, 'Egletons', ''),
(24145, 76, 597, 'Espagnac', ''),
(24146, 76, 597, 'Espartignac', ''),
(24147, 76, 597, 'Espinasse', ''),
(24148, 76, 597, 'Estivaux', ''),
(24149, 76, 597, 'Eyjeaux', ''),
(24150, 76, 597, 'Eymoutiers', ''),
(24151, 76, 597, 'Favars', ''),
(24152, 76, 597, 'Felletin', ''),
(24153, 76, 597, 'Feytiat', ''),
(24154, 76, 597, 'Glenic', ''),
(24155, 76, 597, 'Gorre', ''),
(24156, 76, 597, 'Gueret', ''),
(24157, 76, 597, 'Isle', ''),
(24158, 76, 597, 'Jalesches', ''),
(24159, 76, 597, 'Janailhac', ''),
(24160, 76, 597, 'Jeune', ''),
(24161, 76, 597, 'Jourgnac', ''),
(24162, 76, 597, 'La Chapelle-aux-Saints', ''),
(24163, 76, 597, 'La Foret', ''),
(24164, 76, 597, 'La Marche', ''),
(24165, 76, 597, 'La Meyze', ''),
(24166, 76, 597, 'La Perche', ''),
(24167, 76, 597, 'La Roche', ''),
(24168, 76, 597, 'La Souterraine', ''),
(24169, 76, 597, 'Laguenne', ''),
(24170, 76, 597, 'Lamaziere-Basse', ''),
(24171, 76, 597, 'Lapleau', ''),
(24172, 76, 597, 'Larche', ''),
(24173, 76, 597, 'Lavaveix-les-Mines', ''),
(24174, 76, 597, 'Le Chalard', ''),
(24175, 76, 597, 'Le Clos', ''),
(24176, 76, 597, 'Le Dorat', ''),
(24177, 76, 597, 'Le Grand Village', ''),
(24178, 76, 597, 'Le Grand-Bourg', ''),
(24179, 76, 597, 'Le Monteil', ''),
(24180, 76, 597, 'Le Vieux', ''),
(24181, 76, 597, 'Le Vigen', ''),
(24182, 76, 597, 'Les Angles-sur-Correze', ''),
(24183, 76, 597, 'Les Bains', ''),
(24184, 76, 597, 'Les Champs', ''),
(24185, 76, 597, 'Les Loges', ''),
(24186, 76, 597, 'Limoges', ''),
(24187, 76, 597, 'Linards', ''),
(24188, 76, 597, 'Liourdres', ''),
(24189, 76, 597, 'Lissac-sur-Couze', ''),
(24190, 76, 597, 'Lourdoueix-Saint-Pierre', ''),
(24191, 76, 597, 'Lubersac', ''),
(24192, 76, 597, 'Magnac-Bourg', ''),
(24193, 76, 597, 'Maisonnisses', ''),
(24194, 76, 597, 'Malemort-sur-Correze', ''),
(24195, 76, 597, 'Masleon', ''),
(24196, 76, 597, 'Masseret', ''),
(24197, 76, 597, 'Merlines', ''),
(24198, 76, 597, 'Meymac', ''),
(24199, 76, 597, 'Meyrignac-l\'Eglise', ''),
(24200, 76, 597, 'Meyssac', ''),
(24201, 76, 597, 'Mons', ''),
(24202, 76, 597, 'Murat', ''),
(24203, 76, 597, 'Naillat', ''),
(24204, 76, 597, 'Nantiat', ''),
(24205, 76, 597, 'Naves', ''),
(24206, 76, 597, 'Neuville', ''),
(24207, 76, 597, 'Nexon', ''),
(24208, 76, 597, 'Nieul', ''),
(24209, 76, 597, 'Nouzerines', ''),
(24210, 76, 597, 'Objat', ''),
(24211, 76, 597, 'Oradour-Saint-Genest', ''),
(24212, 76, 597, 'Oradour-sur-Glane', ''),
(24213, 76, 597, 'Oradour-sur-Vayres', ''),
(24214, 76, 597, 'Palisse', ''),
(24215, 76, 597, 'Panazol', ''),
(24216, 76, 597, 'Parsac', ''),
(24217, 76, 597, 'Perols', ''),
(24218, 76, 597, 'Peyrat-le-Chateau', ''),
(24219, 76, 597, 'Pierre-Buffiere', ''),
(24220, 76, 597, 'Pompadour', ''),
(24221, 76, 597, 'Rilhac-Rancon', ''),
(24222, 76, 597, 'Robert', ''),
(24223, 76, 597, 'Roche-le-Peyroux', ''),
(24224, 76, 597, 'Rochechouart', ''),
(24225, 76, 597, 'Saint-Agnant-pres-Crocq', ''),
(24226, 76, 597, 'Saint-Alpinien', ''),
(24227, 76, 597, 'Saint-Amand-le-Petit', ''),
(24228, 76, 597, 'Saint-Augustin', ''),
(24229, 76, 597, 'Saint-Aulaire', ''),
(24230, 76, 597, 'Saint-Auvent', ''),
(24231, 76, 597, 'Saint-Bonnet-la-Riviere', ''),
(24232, 76, 597, 'Saint-Brice-sur-Vienne', ''),
(24233, 76, 597, 'Saint-Denis-des-Murs', ''),
(24234, 76, 597, 'Saint-Eloi', ''),
(24235, 76, 597, 'Saint-Gence', ''),
(24236, 76, 597, 'Saint-Hilaire-Bonneval', ''),
(24237, 76, 597, 'Saint-Hilaire-la-Plaine', ''),
(24238, 76, 597, 'Saint-Hilaire-les-Courbes', ''),
(24239, 76, 597, 'Saint-Hilaire-Peyroux', ''),
(24240, 76, 597, 'Saint-Julien-le-Vendomois', ''),
(24241, 76, 597, 'Saint-Junien', ''),
(24242, 76, 597, 'Saint-Just-le-Martel', ''),
(24243, 76, 597, 'Saint-Laurent-les-Eglises', ''),
(24244, 76, 597, 'Saint-Laurent-sur-Gorre', ''),
(24245, 76, 597, 'Saint-Leonard-de-Noblat', ''),
(24246, 76, 597, 'Saint-Maurice-les-Brousses', ''),
(24247, 76, 597, 'Saint-Pantaleon-de-Larche', ''),
(24248, 76, 597, 'Saint-Pardoux-l\'Ortigier', ''),
(24249, 76, 597, 'Saint-Paul', ''),
(24250, 76, 597, 'Saint-Pierre-Bellevue', ''),
(24251, 76, 597, 'Saint-Priest-de-Gimel', ''),
(24252, 76, 597, 'Saint-Priest-Taurion', ''),
(24253, 76, 597, 'Saint-Sebastien', ''),
(24254, 76, 597, 'Saint-Sornin-Lavolps', ''),
(24255, 76, 597, 'Saint-Sulpice-les-Feuilles', ''),
(24256, 76, 597, 'Saint-Viance', ''),
(24257, 76, 597, 'Saint-Victor-en-Marche', ''),
(24258, 76, 597, 'Saint-Victurnien', ''),
(24259, 76, 597, 'Saint-Ybard', ''),
(24260, 76, 597, 'Saint-Yrieix-la-Perche', ''),
(24261, 76, 597, 'Saint-Yrieix-le-Dejalat', ''),
(24262, 76, 597, 'Sainte-Fereole', ''),
(24263, 76, 597, 'Salon-la-Tour', ''),
(24264, 76, 597, 'Segur-le-Chateau', ''),
(24265, 76, 597, 'Seilhac', ''),
(24266, 76, 597, 'Sereilhac', ''),
(24267, 76, 597, 'Sexcles', ''),
(24268, 76, 597, 'Solignac', ''),
(24269, 76, 597, 'Sornac', ''),
(24270, 76, 597, 'Soudeilles', ''),
(24271, 76, 597, 'Soumans', ''),
(24272, 76, 597, 'Tarnac', ''),
(24273, 76, 597, 'Tercillat', ''),
(24274, 76, 597, 'Tersannes', ''),
(24275, 76, 597, 'Thouron', ''),
(24276, 76, 597, 'Treignac', ''),
(24277, 76, 597, 'Tulle', ''),
(24278, 76, 597, 'Turenne', ''),
(24279, 76, 597, 'Ussac', ''),
(24280, 76, 597, 'Ussel', ''),
(24281, 76, 597, 'Uzerche', ''),
(24282, 76, 597, 'Valliere', ''),
(24283, 76, 597, 'Varetz', ''),
(24284, 76, 597, 'Vayres', ''),
(24285, 76, 597, 'Verneuil-sur-Vienne', ''),
(24286, 76, 597, 'Veyrac', ''),
(24287, 76, 597, 'Vicq-sur-Breuilh', ''),
(24288, 76, 597, 'Vieilleville', ''),
(24289, 76, 597, 'Villard', ''),
(24290, 76, 597, 'Yssandon', ''),
(24291, 76, 598, 'Abainville', ''),
(24292, 76, 598, 'Abaucourt', ''),
(24293, 76, 598, 'Abbeville-les-Conflans', ''),
(24294, 76, 598, 'Abreschviller', ''),
(24295, 76, 598, 'Achen', ''),
(24296, 76, 598, 'Adelange', ''),
(24297, 76, 598, 'Affracourt', ''),
(24298, 76, 598, 'Aingeray', ''),
(24299, 76, 598, 'Algrange', ''),
(24300, 76, 598, 'Allain', ''),
(24301, 76, 598, 'Alsting', ''),
(24302, 76, 598, 'Alzing', ''),
(24303, 76, 598, 'Amanvillers', ''),
(24304, 76, 598, 'Amneville', ''),
(24305, 76, 598, 'Ancemont', ''),
(24306, 76, 598, 'Ancerville', ''),
(24307, 76, 598, 'Ancy-sur-Moselle', ''),
(24308, 76, 598, 'Anderny', ''),
(24309, 76, 598, 'Anould', ''),
(24310, 76, 598, 'Anoux', ''),
(24311, 76, 598, 'Anthelupt', ''),
(24312, 76, 598, 'Anzeling', ''),
(24313, 76, 598, 'Apach', ''),
(24314, 76, 598, 'Arches', ''),
(24315, 76, 598, 'Archettes', ''),
(24316, 76, 598, 'Argancy', ''),
(24317, 76, 598, 'Arraincourt', ''),
(24318, 76, 598, 'Arrentes-de-Corcieux', ''),
(24319, 76, 598, 'Arry', ''),
(24320, 76, 598, 'Ars-sur-Moselle', ''),
(24321, 76, 598, 'Art-sur-Meurthe', ''),
(24322, 76, 598, 'Arzviller', ''),
(24323, 76, 598, 'Attigneville', ''),
(24324, 76, 598, 'Atton', ''),
(24325, 76, 598, 'Aube', ''),
(24326, 76, 598, 'Auboue', ''),
(24327, 76, 598, 'Audun-le-Roman', ''),
(24328, 76, 598, 'Audun-le-Tiche', ''),
(24329, 76, 598, 'Augny', ''),
(24330, 76, 598, 'Aulnois-sous-Vertuzey', ''),
(24331, 76, 598, 'Aulnois-sur-Seille', ''),
(24332, 76, 598, 'Aumetz', ''),
(24333, 76, 598, 'Avril', ''),
(24334, 76, 598, 'Aydoilles', ''),
(24335, 76, 598, 'Azannes-et-Soumazannes', ''),
(24336, 76, 598, 'Azelot', ''),
(24337, 76, 598, 'Azerailles', ''),
(24338, 76, 598, 'Baccarat', ''),
(24339, 76, 598, 'Bainville-aux-Miroirs', ''),
(24340, 76, 598, 'Bainville-sur-Madon', ''),
(24341, 76, 598, 'Bambiderstroff', ''),
(24342, 76, 598, 'Ban-de-Laveline', ''),
(24343, 76, 598, 'Bar-le-Duc', ''),
(24344, 76, 598, 'Barbonville', ''),
(24345, 76, 598, 'Baronville', ''),
(24346, 76, 598, 'Baslieux', ''),
(24347, 76, 598, 'Basse-Ham', ''),
(24348, 76, 598, 'Basse-sur-le-Rupt', ''),
(24349, 76, 598, 'Batilly', ''),
(24350, 76, 598, 'Battigny', ''),
(24351, 76, 598, 'Baudrecourt', ''),
(24352, 76, 598, 'Baudricourt', ''),
(24353, 76, 598, 'Bayon', ''),
(24354, 76, 598, 'Bazoncourt', ''),
(24355, 76, 598, 'Behren-les-Forbach', ''),
(24356, 76, 598, 'Belleray', ''),
(24357, 76, 598, 'Belleville-sur-Meuse', ''),
(24358, 76, 598, 'Benamenil', ''),
(24359, 76, 598, 'Bening-les-Saint-Avold', ''),
(24360, 76, 598, 'Berg-sur-Moselle', ''),
(24361, 76, 598, 'Bermering', ''),
(24362, 76, 598, 'Bertrange', ''),
(24363, 76, 598, 'Bertrichamps', ''),
(24364, 76, 598, 'Berviller-en-Moselle', ''),
(24365, 76, 598, 'Bettborn', ''),
(24366, 76, 598, 'Betting', ''),
(24367, 76, 598, 'Bettviller', ''),
(24368, 76, 598, 'Beuveille', ''),
(24369, 76, 598, 'Beux', ''),
(24370, 76, 598, 'Beyren-les-Sierck', ''),
(24371, 76, 598, 'Bezange-la-Grande', ''),
(24372, 76, 598, 'Biding', ''),
(24373, 76, 598, 'Bienville-la-Petite', ''),
(24374, 76, 598, 'Bioncourt', ''),
(24375, 76, 598, 'Bitche', ''),
(24376, 76, 598, 'Blainville-sur-l\'Eau', ''),
(24377, 76, 598, 'Blamont', ''),
(24378, 76, 598, 'Blenod-les-Pont-a-Mousson', ''),
(24379, 76, 598, 'Blenod-les-Toul', ''),
(24380, 76, 598, 'Bliesbruck', ''),
(24381, 76, 598, 'Bocquegney', ''),
(24382, 76, 598, 'Boncourt-sur-Meuse', ''),
(24383, 76, 598, 'Bonvillet', ''),
(24384, 76, 598, 'Bonzee', ''),
(24385, 76, 598, 'Boucheporn', ''),
(24386, 76, 598, 'Boulange', ''),
(24387, 76, 598, 'Boulay-Moselle', ''),
(24388, 76, 598, 'Bouligny', ''),
(24389, 76, 598, 'Bourgogne', ''),
(24390, 76, 598, 'Bousse', ''),
(24391, 76, 598, 'Boust', ''),
(24392, 76, 598, 'Bouxieres-aux-Bois', ''),
(24393, 76, 598, 'Bouxieres-aux-Chenes', ''),
(24394, 76, 598, 'Bouxieres-aux-Dames', ''),
(24395, 76, 598, 'Bouxurulles', ''),
(24396, 76, 598, 'Bouzonville', ''),
(24397, 76, 598, 'Brantigny', ''),
(24398, 76, 598, 'Brehain-la-Ville', ''),
(24399, 76, 598, 'Breistroff-la-Grande', ''),
(24400, 76, 598, 'Bremoncourt', ''),
(24401, 76, 598, 'Briey', ''),
(24402, 76, 598, 'Brouderdorff', ''),
(24403, 76, 598, 'Brouennes', ''),
(24404, 76, 598, 'Bruley', ''),
(24405, 76, 598, 'Bruyères', ''),
(24406, 76, 598, 'Buding', ''),
(24407, 76, 598, 'Buissoncourt', ''),
(24408, 76, 598, 'Bulgneville', ''),
(24409, 76, 598, 'Buriville', ''),
(24410, 76, 598, 'Bussang', ''),
(24411, 76, 598, 'Cappel', ''),
(24412, 76, 598, 'Carling', ''),
(24413, 76, 598, 'Cattenom', ''),
(24414, 76, 598, 'Ceintrey', ''),
(24415, 76, 598, 'Chaligny', ''),
(24416, 76, 598, 'Chamagne', ''),
(24417, 76, 598, 'Chambley-Bussieres', ''),
(24418, 76, 598, 'Champdray', ''),
(24419, 76, 598, 'Champenoux', ''),
(24420, 76, 598, 'Champey-sur-Moselle', ''),
(24421, 76, 598, 'Champigneulles', ''),
(24422, 76, 598, 'Champlon', ''),
(24423, 76, 598, 'Chanteheux', ''),
(24424, 76, 598, 'Chantraine', ''),
(24425, 76, 598, 'Chanville', ''),
(24426, 76, 598, 'Charleville-sous-Bois', ''),
(24427, 76, 598, 'Charly-Oradour', ''),
(24428, 76, 598, 'Charmes', ''),
(24429, 76, 598, 'Charmes-la-Cote', ''),
(24430, 76, 598, 'Charmois-l\'Orgueilleux', ''),
(24431, 76, 598, 'Chateau-Rouge', ''),
(24432, 76, 598, 'Chateau-Salins', ''),
(24433, 76, 598, 'Chatel-Saint-Germain', ''),
(24434, 76, 598, 'Chatel-sur-Moselle', ''),
(24435, 76, 598, 'Chatenois', ''),
(24436, 76, 598, 'Chaumousey', ''),
(24437, 76, 598, 'Chavelot', ''),
(24438, 76, 598, 'Chavigny', ''),
(24439, 76, 598, 'Chemery-les-Deux', ''),
(24440, 76, 598, 'Cheminot', ''),
(24441, 76, 598, 'Chenimenil', ''),
(24442, 76, 598, 'Chesny', ''),
(24443, 76, 598, 'Chieulles', ''),
(24444, 76, 598, 'Chonville-Malaumont', ''),
(24445, 76, 598, 'Cirey-sur-Vezouze', ''),
(24446, 76, 598, 'Clayeures', ''),
(24447, 76, 598, 'Clemery', ''),
(24448, 76, 598, 'Clermont-en-Argonne', ''),
(24449, 76, 598, 'Cleurie', ''),
(24450, 76, 598, 'Clouange', ''),
(24451, 76, 598, 'Cocheren', ''),
(24452, 76, 598, 'Coin-sur-Seille', ''),
(24453, 76, 598, 'Coincy', ''),
(24454, 76, 598, 'Colmey', ''),
(24455, 76, 598, 'Colombey-les-Belles', ''),
(24456, 76, 598, 'Colroy-la-Grande', ''),
(24457, 76, 598, 'Commercy', ''),
(24458, 76, 598, 'Conde-Northen', ''),
(24459, 76, 598, 'Conflans-en-Jarnisy', ''),
(24460, 76, 598, 'Cons-la-Grandville', ''),
(24461, 76, 598, 'Consenvoye', ''),
(24462, 76, 598, 'Contrexeville', ''),
(24463, 76, 598, 'Contz-les-Bains', ''),
(24464, 76, 598, 'Corcieux', ''),
(24465, 76, 598, 'Cornimont', ''),
(24466, 76, 598, 'Corny-sur-Moselle', ''),
(24467, 76, 598, 'Cosnes-et-Romain', ''),
(24468, 76, 598, 'Coume', ''),
(24469, 76, 598, 'Courcelles-Chaussy', ''),
(24470, 76, 598, 'Courcelles-sur-Nied', ''),
(24471, 76, 598, 'Courouvre', ''),
(24472, 76, 598, 'Coussey', ''),
(24473, 76, 598, 'Coyviller', ''),
(24474, 76, 598, 'Craincourt', ''),
(24475, 76, 598, 'Crehange', ''),
(24476, 76, 598, 'Creutzwald', ''),
(24477, 76, 598, 'Crevechamps', ''),
(24478, 76, 598, 'Crevic', ''),
(24479, 76, 598, 'Crusnes', ''),
(24480, 76, 598, 'Custines', ''),
(24481, 76, 598, 'Cuvry', ''),
(24482, 76, 598, 'Dabo', ''),
(24483, 76, 598, 'Dalem', ''),
(24484, 76, 598, 'Dalhain', ''),
(24485, 76, 598, 'Damelevieres', ''),
(24486, 76, 598, 'Danne-et-Quatre-Vents', ''),
(24487, 76, 598, 'Dannelbourg', ''),
(24488, 76, 598, 'Darmont', ''),
(24489, 76, 598, 'Darney', ''),
(24490, 76, 598, 'Darney-aux-Chenes', ''),
(24491, 76, 598, 'Darnieulles', ''),
(24492, 76, 598, 'Delme', ''),
(24493, 76, 598, 'Denting', ''),
(24494, 76, 598, 'Deyvillers', ''),
(24495, 76, 598, 'Diane-Capelle', ''),
(24496, 76, 598, 'Diarville', ''),
(24497, 76, 598, 'Diebling', ''),
(24498, 76, 598, 'Diesen', ''),
(24499, 76, 598, 'Dieue-sur-Meuse', ''),
(24500, 76, 598, 'Dieulouard', ''),
(24501, 76, 598, 'Dieuze', ''),
(24502, 76, 598, 'Diffembach-les-Hellimer', ''),
(24503, 76, 598, 'Dinoze', ''),
(24504, 76, 598, 'Distroff', ''),
(24505, 76, 598, 'Docelles', ''),
(24506, 76, 598, 'Dombasle-devant-Darney', ''),
(24507, 76, 598, 'Dombasle-sur-Meurthe', ''),
(24508, 76, 598, 'Dombrot-le-Sec', ''),
(24509, 76, 598, 'Domevre-sur-Aviere', ''),
(24510, 76, 598, 'Domgermain', ''),
(24511, 76, 598, 'Dommartemont', ''),
(24512, 76, 598, 'Dommartin-les-Remiremont', ''),
(24513, 76, 598, 'Dommartin-les-Toul', ''),
(24514, 76, 598, 'Dommartin-sur-Vraine', ''),
(24515, 76, 598, 'Dommary-Baroncourt', ''),
(24516, 76, 598, 'Dompaire', ''),
(24517, 76, 598, 'Dompcevrin', ''),
(24518, 76, 598, 'Doncourt-aux-Templiers', ''),
(24519, 76, 598, 'Doncourt-les-Conflans', ''),
(24520, 76, 598, 'Donjeux', ''),
(24521, 76, 598, 'Doulcon', ''),
(24522, 76, 598, 'Dounoux', ''),
(24523, 76, 598, 'Eblange', ''),
(24524, 76, 598, 'Ecrouves', ''),
(24525, 76, 598, 'Ecurey-en-Verdunois', ''),
(24526, 76, 598, 'Eguelshardt', ''),
(24527, 76, 598, 'Einville-au-Jard', ''),
(24528, 76, 598, 'Eloyes', ''),
(24529, 76, 598, 'Elzange', ''),
(24530, 76, 598, 'Ennery', ''),
(24531, 76, 598, 'Entrange', ''),
(24532, 76, 598, 'Entre-deux-Eaux', ''),
(24533, 76, 598, 'Épinal', ''),
(24534, 76, 598, 'Epinonville', ''),
(24535, 76, 598, 'Epping', ''),
(24536, 76, 598, 'Erize-la-Brulee', ''),
(24537, 76, 598, 'Ernestviller', ''),
(24538, 76, 598, 'Erstroff', ''),
(24539, 76, 598, 'Esnes-en-Argonne', ''),
(24540, 76, 598, 'Essegney', ''),
(24541, 76, 598, 'Essey-la-Cote', ''),
(24542, 76, 598, 'Essey-les-Nancy', ''),
(24543, 76, 598, 'Estrennes', ''),
(24544, 76, 598, 'Étain', ''),
(24545, 76, 598, 'Etival-Clairefontaine', ''),
(24546, 76, 598, 'Etzling', ''),
(24547, 76, 598, 'Eulmont', ''),
(24548, 76, 598, 'Euville', ''),
(24549, 76, 598, 'Evrange', ''),
(24550, 76, 598, 'Fains-Veel', ''),
(24551, 76, 598, 'Falck', ''),
(24552, 76, 598, 'Fameck', ''),
(24553, 76, 598, 'Farebersviller', ''),
(24554, 76, 598, 'Farschviller', ''),
(24555, 76, 598, 'Faulquemont', ''),
(24556, 76, 598, 'Faulx', ''),
(24557, 76, 598, 'Ferrieres', ''),
(24558, 76, 598, 'Feves', ''),
(24559, 76, 598, 'Fey', ''),
(24560, 76, 598, 'Fillieres', ''),
(24561, 76, 598, 'Flainval', ''),
(24562, 76, 598, 'Flavigny-sur-Moselle', ''),
(24563, 76, 598, 'Fletrange', ''),
(24564, 76, 598, 'Fleville-devant-Nancy', ''),
(24565, 76, 598, 'Flocourt', ''),
(24566, 76, 598, 'Florange', ''),
(24567, 76, 598, 'Foameix-Ornel', ''),
(24568, 76, 598, 'Folkling', ''),
(24569, 76, 598, 'Folschviller', ''),
(24570, 76, 598, 'Fontoy', ''),
(24571, 76, 598, 'Forbach', ''),
(24572, 76, 598, 'Foug', ''),
(24573, 76, 598, 'Fraimbois', ''),
(24574, 76, 598, 'Fraize', ''),
(24575, 76, 598, 'Francaltroff', ''),
(24576, 76, 598, 'Francheville', ''),
(24577, 76, 598, 'Frapelle', ''),
(24578, 76, 598, 'Freistroff', ''),
(24579, 76, 598, 'Fremifontaine', ''),
(24580, 76, 598, 'Fresnes-en-Woevre', ''),
(24581, 76, 598, 'Fresse-sur-Moselle', ''),
(24582, 76, 598, 'Freyming-Merlebach', ''),
(24583, 76, 598, 'Friauville', ''),
(24584, 76, 598, 'Frizon', ''),
(24585, 76, 598, 'Fromereville-les-Vallons', ''),
(24586, 76, 598, 'Frouard', ''),
(24587, 76, 598, 'Gandrange', ''),
(24588, 76, 598, 'Gavisse', ''),
(24589, 76, 598, 'Genicourt-sur-Meuse', ''),
(24590, 76, 598, 'Gérardmer', ''),
(24591, 76, 598, 'Gerbeviller', ''),
(24592, 76, 598, 'Germonville', ''),
(24593, 76, 598, 'Girancourt', ''),
(24594, 76, 598, 'Giraumont', ''),
(24595, 76, 598, 'Girecourt-sur-Durbion', ''),
(24596, 76, 598, 'Gironcourt-sur-Vraine', ''),
(24597, 76, 598, 'Glonville', ''),
(24598, 76, 598, 'Goin', ''),
(24599, 76, 598, 'Golbey', ''),
(24600, 76, 598, 'Gondrecourt-le-Chateau', ''),
(24601, 76, 598, 'Gondreville', ''),
(24602, 76, 598, 'Gorcy', ''),
(24603, 76, 598, 'Gosselming', ''),
(24604, 76, 598, 'Grand', ''),
(24605, 76, 598, 'Grandvillers', ''),
(24606, 76, 598, 'Granges-sur-Vologne', ''),
(24607, 76, 598, 'Gravelotte', ''),
(24608, 76, 598, 'Grening', ''),
(24609, 76, 598, 'Greux', ''),
(24610, 76, 598, 'Gros-Rederching', ''),
(24611, 76, 598, 'Grosbliederstroff', ''),
(24612, 76, 598, 'Grostenquin', ''),
(24613, 76, 598, 'Grundviller', ''),
(24614, 76, 598, 'Guebenhouse', ''),
(24615, 76, 598, 'Gueblange-les-Dieuze', ''),
(24616, 76, 598, 'Guebling', ''),
(24617, 76, 598, 'Guenange', ''),
(24618, 76, 598, 'Guenviller', ''),
(24619, 76, 598, 'Guerstling', ''),
(24620, 76, 598, 'Guerting', ''),
(24621, 76, 598, 'Guntzviller', ''),
(24622, 76, 598, 'Hadigny-les-Verrieres', ''),
(24623, 76, 598, 'Hagen', ''),
(24624, 76, 598, 'Hageville', ''),
(24625, 76, 598, 'Hagondange', ''),
(24626, 76, 598, 'Haironville', ''),
(24627, 76, 598, 'Ham-sous-Varsberg', ''),
(24628, 76, 598, 'Hambach', ''),
(24629, 76, 598, 'Han-sur-Nied', ''),
(24630, 76, 598, 'Haraucourt', ''),
(24631, 76, 598, 'Hargarten-aux-Mines', ''),
(24632, 76, 598, 'Hartzviller', ''),
(24633, 76, 598, 'Hatrize', ''),
(24634, 76, 598, 'Hattigny', ''),
(24635, 76, 598, 'Hauconcourt', ''),
(24636, 76, 598, 'Haucourt-Moulaine', ''),
(24637, 76, 598, 'Haudainville', ''),
(24638, 76, 598, 'Haute-Vigneulles', ''),
(24639, 76, 598, 'Havange', ''),
(24640, 76, 598, 'Hayange', ''),
(24641, 76, 598, 'Heillecourt', ''),
(24642, 76, 598, 'Hellering-les-Fenetrange', ''),
(24643, 76, 598, 'Hellimer', ''),
(24644, 76, 598, 'Herimenil', ''),
(24645, 76, 598, 'Herny', ''),
(24646, 76, 598, 'Herserange', ''),
(24647, 76, 598, 'Hesse', ''),
(24648, 76, 598, 'Hestroff', ''),
(24649, 76, 598, 'Hettange-Grande', ''),
(24650, 76, 598, 'Hevilliers', ''),
(24651, 76, 598, 'Hilbesheim', ''),
(24652, 76, 598, 'Hinckange', ''),
(24653, 76, 598, 'Hombourg-Budange', ''),
(24654, 76, 598, 'Hombourg-Haut', ''),
(24655, 76, 598, 'Homecourt', ''),
(24656, 76, 598, 'Hommarting', ''),
(24657, 76, 598, 'Houdemont', ''),
(24658, 76, 598, 'Housseras', ''),
(24659, 76, 598, 'Hudiviller', ''),
(24660, 76, 598, 'Hundling', ''),
(24661, 76, 598, 'Hussigny-Godbrange', ''),
(24662, 76, 598, 'Igney', ''),
(24663, 76, 598, 'Illange', ''),
(24664, 76, 598, 'Imling', ''),
(24665, 76, 598, 'Insming', ''),
(24666, 76, 598, 'Insviller', ''),
(24667, 76, 598, 'Jainvillotte', ''),
(24668, 76, 598, 'Jarny', ''),
(24669, 76, 598, 'Jarville-la-Malgrange', ''),
(24670, 76, 598, 'Jaulny', ''),
(24671, 76, 598, 'Jeandelaincourt', ''),
(24672, 76, 598, 'Jeanmenil', ''),
(24673, 76, 598, 'Jeuxey', ''),
(24674, 76, 598, 'Jezainville', ''),
(24675, 76, 598, 'Joeuf', ''),
(24676, 76, 598, 'Joudreville', ''),
(24677, 76, 598, 'Jury', ''),
(24678, 76, 598, 'Jussy', ''),
(24679, 76, 598, 'Kanfen', ''),
(24680, 76, 598, 'Kedange-sur-Canner', ''),
(24681, 76, 598, 'Kerling-les-Sierck', ''),
(24682, 76, 598, 'Kirsch-les-Sierck', ''),
(24683, 76, 598, 'Knutange', ''),
(24684, 76, 598, 'Koenigsmacker', ''),
(24685, 76, 598, 'Koeur-la-Petite', ''),
(24686, 76, 598, 'L\'Hopital', ''),
(24687, 76, 598, 'La Bresse', ''),
(24688, 76, 598, 'La Chapelle-aux-Bois', ''),
(24689, 76, 598, 'La Forge', ''),
(24690, 76, 598, 'La Madeleine', ''),
(24691, 76, 598, 'La Neuveville-devant-Lepanges', ''),
(24692, 76, 598, 'La Salle', ''),
(24693, 76, 598, 'La Voivre', ''),
(24694, 76, 598, 'Labeuville', ''),
(24695, 76, 598, 'Lachambre', ''),
(24696, 76, 598, 'Lacroix-sur-Meuse', ''),
(24697, 76, 598, 'Laimont', ''),
(24698, 76, 598, 'Landres', ''),
(24699, 76, 598, 'Laneuveville-devant-Bayon', ''),
(24700, 76, 598, 'Laneuveville-devant-Nancy', ''),
(24701, 76, 598, 'Laneuveville-en-Saulnois', ''),
(24702, 76, 598, 'Laneuville-sur-Meuse', ''),
(24703, 76, 598, 'Lanfroicourt', ''),
(24704, 76, 598, 'Lantefontaine', ''),
(24705, 76, 598, 'Laquenexy', ''),
(24706, 76, 598, 'Laval-sur-Vologne', ''),
(24707, 76, 598, 'Laveline-devant-Bruyeres', ''),
(24708, 76, 598, 'Laxou', ''),
(24709, 76, 598, 'Lay-Saint-Christophe', ''),
(24710, 76, 598, 'Le Ban-Saint-Martin', ''),
(24711, 76, 598, 'Le Beulay', ''),
(24712, 76, 598, 'Le Menil', ''),
(24713, 76, 598, 'Le Syndicat', ''),
(24714, 76, 598, 'Le Thillot', ''),
(24715, 76, 598, 'Le Tholy', ''),
(24716, 76, 598, 'Le Val-dAjol', ''),
(24717, 76, 598, 'Leintrey', ''),
(24718, 76, 598, 'Lemainville', ''),
(24719, 76, 598, 'Lemberg', ''),
(24720, 76, 598, 'Lemoncourt', ''),
(24721, 76, 598, 'Lengelsheim', ''),
(24722, 76, 598, 'Lenoncourt', ''),
(24723, 76, 598, 'Lerouville', ''),
(24724, 76, 598, 'Les Etangs', ''),
(24725, 76, 598, 'Les Forges', ''),
(24726, 76, 598, 'Les Poulieres', ''),
(24727, 76, 598, 'Lesmenils', ''),
(24728, 76, 598, 'Lessy', ''),
(24729, 76, 598, 'Lexy', ''),
(24730, 76, 598, 'Leyr', ''),
(24731, 76, 598, 'Liffol-le-Grand', ''),
(24732, 76, 598, 'Ligny-en-Barrois', ''),
(24733, 76, 598, 'Lindre-Basse', ''),
(24734, 76, 598, 'Liocourt', ''),
(24735, 76, 598, 'Lisle-en-Rigault', ''),
(24736, 76, 598, 'Liverdun', ''),
(24737, 76, 598, 'Lixheim', ''),
(24738, 76, 598, 'Lixing-les-Rouhling', ''),
(24739, 76, 598, 'Lixing-les-Saint-Avold', ''),
(24740, 76, 598, 'Loisey-Culey', ''),
(24741, 76, 598, 'Loison', ''),
(24742, 76, 598, 'Loisy', ''),
(24743, 76, 598, 'Lommerange', ''),
(24744, 76, 598, 'Longchamp', ''),
(24745, 76, 598, 'Longchamp-sous-Chatenois', ''),
(24746, 76, 598, 'Longeaux', ''),
(24747, 76, 598, 'Longeville-en-Barrois', ''),
(24748, 76, 598, 'Longeville-les-Metz', ''),
(24749, 76, 598, 'Longeville-les-Saint-Avold', ''),
(24750, 76, 598, 'Longlaville', ''),
(24751, 76, 598, 'Longuyon', ''),
(24752, 76, 598, 'Longwy', ''),
(24753, 76, 598, 'Lorey', ''),
(24754, 76, 598, 'Lorquin', ''),
(24755, 76, 598, 'Lorry-Mardigny', ''),
(24756, 76, 598, 'Loupershouse', ''),
(24757, 76, 598, 'Loutzviller', ''),
(24758, 76, 598, 'Lucey', ''),
(24759, 76, 598, 'Ludres', ''),
(24760, 76, 598, 'Lunéville', ''),
(24761, 76, 598, 'Lupcourt', ''),
(24762, 76, 598, 'Luppy', ''),
(24763, 76, 598, 'Lusse', ''),
(24764, 76, 598, 'Luttange', ''),
(24765, 76, 598, 'Macheren', ''),
(24766, 76, 598, 'Magnieres', ''),
(24767, 76, 598, 'Maidieres', ''),
(24768, 76, 598, 'Mainvillers', ''),
(24769, 76, 598, 'Maixe', ''),
(24770, 76, 598, 'Maizeray', ''),
(24771, 76, 598, 'Maizieres', ''),
(24772, 76, 598, 'Maizieres-les-Metz', ''),
(24773, 76, 598, 'Maizieres-les-Vic', ''),
(24774, 76, 598, 'Malancourt-la-Montagne', ''),
(24775, 76, 598, 'Malleloy', ''),
(24776, 76, 598, 'Malroy', ''),
(24777, 76, 598, 'Malzeville', ''),
(24778, 76, 598, 'Mancieulles', ''),
(24779, 76, 598, 'Mandray', ''),
(24780, 76, 598, 'Mandres-sur-Vair', ''),
(24781, 76, 598, 'Mangonville', ''),
(24782, 76, 598, 'Manheulles', ''),
(24783, 76, 598, 'Manom', ''),
(24784, 76, 598, 'Manoncourt-sur-Seille', ''),
(24785, 76, 598, 'Marainviller', ''),
(24786, 76, 598, 'Marange-Silvange', ''),
(24787, 76, 598, 'Marbache', ''),
(24788, 76, 598, 'Marly', ''),
(24789, 76, 598, 'Mars-la-Tour', ''),
(24790, 76, 598, 'Mattexey', ''),
(24791, 76, 598, 'Maxeville', ''),
(24792, 76, 598, 'Maxey-sur-Vaise', ''),
(24793, 76, 598, 'Maxstadt', ''),
(24794, 76, 598, 'Mazerulles', ''),
(24795, 76, 598, 'Mehoncourt', ''),
(24796, 76, 598, 'Meisenthal', ''),
(24797, 76, 598, 'Meligny-le-Petit', ''),
(24798, 76, 598, 'Menil-aux-Bois', ''),
(24799, 76, 598, 'Mercy-le-Bas', ''),
(24800, 76, 598, 'Mereville', ''),
(24801, 76, 598, 'Merlebach', ''),
(24802, 76, 598, 'Merten', ''),
(24803, 76, 598, 'Messein', ''),
(24804, 76, 598, 'Metairies-Saint-Quirin', ''),
(24805, 76, 598, 'Metz', ''),
(24806, 76, 598, 'Metzeresche', ''),
(24807, 76, 598, 'Metzervisse', ''),
(24808, 76, 598, 'Metzing', ''),
(24809, 76, 598, 'Mexy', ''),
(24810, 76, 598, 'Midrevaux', ''),
(24811, 76, 598, 'Migneville', ''),
(24812, 76, 598, 'Minorville', ''),
(24813, 76, 598, 'Mirecourt', ''),
(24814, 76, 598, 'Moineville', ''),
(24815, 76, 598, 'Momerstroff', ''),
(24816, 76, 598, 'Moncel-les-Luneville', ''),
(24817, 76, 598, 'Moncourt', ''),
(24818, 76, 598, 'Mondelange', ''),
(24819, 76, 598, 'Mondorff', ''),
(24820, 76, 598, 'Mont-le-Vignoble', ''),
(24821, 76, 598, 'Mont-Saint-Martin', ''),
(24822, 76, 598, 'Montauville', ''),
(24823, 76, 598, 'Montbronn', ''),
(24824, 76, 598, 'Montenach', ''),
(24825, 76, 598, 'Monthureux-sur-Saone', ''),
(24826, 76, 598, 'Montigny-lès-Metz', ''),
(24827, 76, 598, 'Montmédy', ''),
(24828, 76, 598, 'Montois-la-Montagne', ''),
(24829, 76, 598, 'Montrequienne', ''),
(24830, 76, 598, 'Moranville', ''),
(24831, 76, 598, 'Morelmaison', ''),
(24832, 76, 598, 'Morhange', ''),
(24833, 76, 598, 'Morsbach', ''),
(24834, 76, 598, 'Moulins-les-Metz', ''),
(24835, 76, 598, 'Moussey', ''),
(24836, 76, 598, 'Mousson', ''),
(24837, 76, 598, 'Moutiers', ''),
(24838, 76, 598, 'Moyenmoutier', ''),
(24839, 76, 598, 'Moyeuvre-Grande', ''),
(24840, 76, 598, 'Mulcey', ''),
(24841, 76, 598, 'Munster', ''),
(24842, 76, 598, 'Naix-aux-Forges', ''),
(24843, 76, 598, 'Nancy', ''),
(24844, 76, 598, 'Nayemont-les-Fosses', ''),
(24845, 76, 598, 'Nebing', ''),
(24846, 76, 598, 'Neufchateau', ''),
(24847, 76, 598, 'Neufchef', ''),
(24848, 76, 598, 'Neufgrange', ''),
(24849, 76, 598, 'Neunkirchen-les-Bouzonville', ''),
(24850, 76, 598, 'Neuves-Maisons', ''),
(24851, 76, 598, 'Neuvillers-sur-Fave', ''),
(24852, 76, 598, 'Niderhoff', ''),
(24853, 76, 598, 'Niderviller', ''),
(24854, 76, 598, 'Niederstinzel', ''),
(24855, 76, 598, 'Nilvange', ''),
(24856, 76, 598, 'Nitting', ''),
(24857, 76, 598, 'Noisseville', ''),
(24858, 76, 598, 'Nomeny', ''),
(24859, 76, 598, 'Nomexy', ''),
(24860, 76, 598, 'Nompatelize', ''),
(24861, 76, 598, 'Nonhigny', ''),
(24862, 76, 598, 'Norroy-le-Sec', ''),
(24863, 76, 598, 'Norroy-le-Veneur', ''),
(24864, 76, 598, 'Norroy-les-Pont-a-Mousson', ''),
(24865, 76, 598, 'Nousseviller-Saint-Nabor', ''),
(24866, 76, 598, 'Noveant-sur-Moselle', ''),
(24867, 76, 598, 'Noviant-aux-Pres', ''),
(24868, 76, 598, 'Ochey', ''),
(24869, 76, 598, 'OEting', ''),
(24870, 76, 598, 'Ormes-et-Ville', ''),
(24871, 76, 598, 'Orny', ''),
(24872, 76, 598, 'Ottange', ''),
(24873, 76, 598, 'Ottonville', ''),
(24874, 76, 598, 'Oudrenne', ''),
(24875, 76, 598, 'Pagny-sur-Meuse', ''),
(24876, 76, 598, 'Pagny-sur-Moselle', ''),
(24877, 76, 598, 'Pange', ''),
(24878, 76, 598, 'Parroy', ''),
(24879, 76, 598, 'Parux', ''),
(24880, 76, 598, 'Peltre', ''),
(24881, 76, 598, 'Petit-Rederching', ''),
(24882, 76, 598, 'Petit-Tenquin', ''),
(24883, 76, 598, 'Petite-Rosselle', ''),
(24884, 76, 598, 'Phalsbourg', ''),
(24885, 76, 598, 'Piblange', ''),
(24886, 76, 598, 'Piennes', ''),
(24887, 76, 598, 'Pierre-la-Treiche', ''),
(24888, 76, 598, 'Pierrevillers', ''),
(24889, 76, 598, 'Pillon', ''),
(24890, 76, 598, 'Plainfaing', ''),
(24891, 76, 598, 'Plappeville', ''),
(24892, 76, 598, 'Plombieres-les-Bains', ''),
(24893, 76, 598, 'Pommerieux', ''),
(24894, 76, 598, 'Pompey', ''),
(24895, 76, 598, 'Pont-à-Mousson', ''),
(24896, 76, 598, 'Pont-Saint-Vincent', ''),
(24897, 76, 598, 'Pontoy', ''),
(24898, 76, 598, 'Porcelette', ''),
(24899, 76, 598, 'Port-sur-Seille', ''),
(24900, 76, 598, 'Portieux', ''),
(24901, 76, 598, 'Pouilly', ''),
(24902, 76, 598, 'Pournoy-la-Grasse', ''),
(24903, 76, 598, 'Pouxeux', ''),
(24904, 76, 598, 'Preny', ''),
(24905, 76, 598, 'Pretz-en-Argonne', ''),
(24906, 76, 598, 'Prevocourt', ''),
(24907, 76, 598, 'Provencheres-sur-Fave', ''),
(24908, 76, 598, 'Pulligny', ''),
(24909, 76, 598, 'Pulnoy', ''),
(24910, 76, 598, 'Puttelange-aux-Lacs', ''),
(24911, 76, 598, 'Puttelange-les-Thionville', ''),
(24912, 76, 598, 'Puxieux', ''),
(24913, 76, 598, 'Racrange', ''),
(24914, 76, 598, 'Rambervillers', ''),
(24915, 76, 598, 'Ramecourt', ''),
(24916, 76, 598, 'Ranguevaux', ''),
(24917, 76, 598, 'Raon-aux-Bois', ''),
(24918, 76, 598, 'Raon-l\'Etape', ''),
(24919, 76, 598, 'Rapey', ''),
(24920, 76, 598, 'Raulecourt', ''),
(24921, 76, 598, 'Rechicourt-le-Chateau', ''),
(24922, 76, 598, 'Reding', ''),
(24923, 76, 598, 'Rehaincourt', ''),
(24924, 76, 598, 'Rehainviller', ''),
(24925, 76, 598, 'Rehon', ''),
(24926, 76, 598, 'Relanges', ''),
(24927, 76, 598, 'Remering-les-Puttelange', ''),
(24928, 76, 598, 'Remilly', ''),
(24929, 76, 598, 'Remiremont', ''),
(24930, 76, 598, 'Remomeix', ''),
(24931, 76, 598, 'Remoncourt', ''),
(24932, 76, 598, 'Retonfey', ''),
(24933, 76, 598, 'Revigny-sur-Ornain', ''),
(24934, 76, 598, 'Rezonville', ''),
(24935, 76, 598, 'Richardmenil', ''),
(24936, 76, 598, 'Richeling', ''),
(24937, 76, 598, 'Richemont', ''),
(24938, 76, 598, 'Rimling', ''),
(24939, 76, 598, 'Robert-Espagne', ''),
(24940, 76, 598, 'Rochesson', ''),
(24941, 76, 598, 'Rodalbe', ''),
(24942, 76, 598, 'Rodemack', ''),
(24943, 76, 598, 'Rohrbach-les-Bitche', ''),
(24944, 76, 598, 'Rollainville', ''),
(24945, 76, 598, 'Rombas', ''),
(24946, 76, 598, 'Rosieres-aux-Salines', ''),
(24947, 76, 598, 'Rosselange', ''),
(24948, 76, 598, 'Rouhling', ''),
(24949, 76, 598, 'Roussy-le-Village', ''),
(24950, 76, 598, 'Rouvres-en-Xaintois', ''),
(24951, 76, 598, 'Rozelieures', ''),
(24952, 76, 598, 'Rozerieulles', ''),
(24953, 76, 598, 'Rugney', ''),
(24954, 76, 598, 'Rumont', ''),
(24955, 76, 598, 'Rupt-aux-Nonains', ''),
(24956, 76, 598, 'Rupt-sur-Moselle', ''),
(24957, 76, 598, 'Rurange-les-Thionville', ''),
(24958, 76, 598, 'Rustroff', ''),
(24959, 76, 598, 'Saffais', ''),
(24960, 76, 598, 'Saint-Ame', ''),
(24961, 76, 598, 'Saint-Aubin-sur-Aire', ''),
(24962, 76, 598, 'Saint-Avold', ''),
(24963, 76, 598, 'Saint-Benoit-la-Chipotte', ''),
(24964, 76, 598, 'Saint-Boingt', ''),
(24965, 76, 598, 'Saint-Die-des-Vosges', ''),
(24966, 76, 598, 'Saint-Etienne-les-Remiremont', ''),
(24967, 76, 598, 'Saint-Gorgon', ''),
(24968, 76, 598, 'Saint-Jean-Kourtzerode', ''),
(24969, 76, 598, 'Saint-Julien', ''),
(24970, 76, 598, 'Saint-Julien-les-Metz', ''),
(24971, 76, 598, 'Saint-Leonard', ''),
(24972, 76, 598, 'Saint-Maurice-sur-Moselle', ''),
(24973, 76, 598, 'Saint-Max', ''),
(24974, 76, 598, 'Saint-Michel-sur-Meurthe', ''),
(24975, 76, 598, 'Saint-Mihiel', ''),
(24976, 76, 598, 'Saint-Nabord', ''),
(24977, 76, 598, 'Saint-Nicolas-de-Port', ''),
(24978, 76, 598, 'Saint-Ouen-les-Parey', ''),
(24979, 76, 598, 'Saint-Privat-la-Montagne', ''),
(24980, 76, 598, 'Saint-Remimont', ''),
(24981, 76, 598, 'Sainte-Barbe', ''),
(24982, 76, 598, 'Sainte-Genevieve', ''),
(24983, 76, 598, 'Sainte-Helene', ''),
(24984, 76, 598, 'Sainte-Marguerite', ''),
(24985, 76, 598, 'Sainte-Marie-aux-Chenes', ''),
(24986, 76, 598, 'Sainte-Ruffine', ''),
(24987, 76, 598, 'Saizerais', ''),
(24988, 76, 598, 'Sampigny', ''),
(24989, 76, 598, 'Sanry-les-Vigy', ''),
(24990, 76, 598, 'Sanry-sur-Nied', ''),
(24991, 76, 598, 'Sans-Vallois', ''),
(24992, 76, 598, 'Sarralbe', ''),
(24993, 76, 598, 'Sarraltroff', ''),
(24994, 76, 598, 'Sarrebourg', ''),
(24995, 76, 598, 'Sarreguemines', ''),
(24996, 76, 598, 'Sarreinsming', ''),
(24997, 76, 598, 'Saulcy-sur-Meurthe', ''),
(24998, 76, 598, 'Saulny', ''),
(24999, 76, 598, 'Saulxures-les-Nancy', ''),
(25000, 76, 598, 'Saulxures-sur-Moselotte', ''),
(25001, 76, 598, 'Schmittviller', ''),
(25002, 76, 598, 'Scy-Chazelles', ''),
(25003, 76, 598, 'Secourt', ''),
(25004, 76, 598, 'Seichamps', ''),
(25005, 76, 598, 'Seingbouse', ''),
(25006, 76, 598, 'Semecourt', ''),
(25007, 76, 598, 'Senones', ''),
(25008, 76, 598, 'Seremange-Erzange', ''),
(25009, 76, 598, 'Serrouville', ''),
(25010, 76, 598, 'Servigny-les-Raville', ''),
(25011, 76, 598, 'Sexey-aux-Forges', ''),
(25012, 76, 598, 'Sierck-les-Bains', ''),
(25013, 76, 598, 'Siersthal', ''),
(25014, 76, 598, 'Silly-sur-Nied', ''),
(25015, 76, 598, 'Socourt', ''),
(25016, 76, 598, 'Solgne', ''),
(25017, 76, 598, 'Sommelonne', ''),
(25018, 76, 598, 'Sorcy-Saint-Martin', ''),
(25019, 76, 598, 'Sorneville', ''),
(25020, 76, 598, 'Souilly', ''),
(25021, 76, 598, 'Soulosse-sous-Saint-Elophe', ''),
(25022, 76, 598, 'Spicheren', ''),
(25023, 76, 598, 'Spincourt', ''),
(25024, 76, 598, 'Stenay', ''),
(25025, 76, 598, 'Stiring-Wendel', ''),
(25026, 76, 598, 'Taintrux', ''),
(25027, 76, 598, 'Talange', ''),
(25028, 76, 598, 'Tantonville', ''),
(25029, 76, 598, 'Terville', ''),
(25030, 76, 598, 'Teterchen', ''),
(25031, 76, 598, 'Teting-sur-Nied', ''),
(25032, 76, 598, 'Thaon-les-Vosges', ''),
(25033, 76, 598, 'Theding', ''),
(25034, 76, 598, 'Thiaucourt-Regnieville', ''),
(25035, 76, 598, 'Thiaville-sur-Meurthe', ''),
(25036, 76, 598, 'Thierville-sur-Meuse', ''),
(25037, 76, 598, 'Thil', ''),
(25038, 76, 598, 'Thillot', ''),
(25039, 76, 598, 'Thimonville', ''),
(25040, 76, 598, 'Thionville', ''),
(25041, 76, 598, 'Thuillieres', ''),
(25042, 76, 598, 'Tomblaine', ''),
(25043, 76, 598, 'Tonnoy', ''),
(25044, 76, 598, 'Totainville', ''),
(25045, 76, 598, 'Toul', ''),
(25046, 76, 598, 'Tranqueville-Graux', ''),
(25047, 76, 598, 'Tremery', ''),
(25048, 76, 598, 'Tremont-sur-Saulx', ''),
(25049, 76, 598, 'Tressange', ''),
(25050, 76, 598, 'Treveray', ''),
(25051, 76, 598, 'Trieux', ''),
(25052, 76, 598, 'Tritteling-Redlach', ''),
(25053, 76, 598, 'Tromborn', ''),
(25054, 76, 598, 'Trondes', ''),
(25055, 76, 598, 'Tronville-en-Barrois', ''),
(25056, 76, 598, 'Troyon', ''),
(25057, 76, 598, 'Tucquegnieux', ''),
(25058, 76, 598, 'Uckange', ''),
(25059, 76, 598, 'Urimenil', ''),
(25060, 76, 598, 'Uruffe', ''),
(25061, 76, 598, 'Uxegney', ''),
(25062, 76, 598, 'Uzemain', ''),
(25063, 76, 598, 'Vacherauville', ''),
(25064, 76, 598, 'Vacon', ''),
(25065, 76, 598, 'Vagney', ''),
(25066, 76, 598, 'Vahl-Ebersing', ''),
(25067, 76, 598, 'Vahl-les-Faulquemont', ''),
(25068, 76, 598, 'Vallerange', ''),
(25069, 76, 598, 'Valleroy-le-Sec', ''),
(25070, 76, 598, 'Valmestroff', ''),
(25071, 76, 598, 'Valmont', ''),
(25072, 76, 598, 'Vandoeuvre-les-Nancy', ''),
(25073, 76, 598, 'Vannes-le-Chatel', ''),
(25074, 76, 598, 'Vantoux', ''),
(25075, 76, 598, 'Varangeville', ''),
(25076, 76, 598, 'Varennes-en-Argonne', ''),
(25077, 76, 598, 'Varize', ''),
(25078, 76, 598, 'Varney', ''),
(25079, 76, 598, 'Varsberg', ''),
(25080, 76, 598, 'Vaucouleurs', ''),
(25081, 76, 598, 'Vavincourt', ''),
(25082, 76, 598, 'Veckring', ''),
(25083, 76, 598, 'Vecoux', ''),
(25084, 76, 598, 'Velaine-en-Haye', ''),
(25085, 76, 598, 'Velaines', ''),
(25086, 76, 598, 'Velotte-et-Tatignecourt', ''),
(25087, 76, 598, 'Verdun', ''),
(25088, 76, 598, 'Vergaville', ''),
(25089, 76, 598, 'Verny', ''),
(25090, 76, 598, 'Very', ''),
(25091, 76, 598, 'Vezelise', ''),
(25092, 76, 598, 'Vibersviller', ''),
(25093, 76, 598, 'Vic-sur-Seille', ''),
(25094, 76, 598, 'Vienville', ''),
(25095, 76, 598, 'Vieux-Lixheim', ''),
(25096, 76, 598, 'Vieville-en-Haye', ''),
(25097, 76, 598, 'Vigneulles-les-Hattonchatel', ''),
(25098, 76, 598, 'Vignot', ''),
(25099, 76, 598, 'Vigny', ''),
(25100, 76, 598, 'Vigy', ''),
(25101, 76, 598, 'Vilcey-sur-Trey', ''),
(25102, 76, 598, 'Ville-au-Montois', ''),
(25103, 76, 598, 'Ville-en-Vermois', ''),
(25104, 76, 598, 'Ville-sur-Illon', ''),
(25105, 76, 598, 'Ville-sur-Yron', ''),
(25106, 76, 598, 'Villers-la-Montagne', ''),
(25107, 76, 598, 'Villers-les-Nancy', ''),
(25108, 76, 598, 'Villers-sous-Preny', ''),
(25109, 76, 598, 'Villers-sur-Meuse', ''),
(25110, 76, 598, 'Villers-sur-Nied', ''),
(25111, 76, 598, 'Villerupt', ''),
(25112, 76, 598, 'Vilsberg', ''),
(25113, 76, 598, 'Vincey', ''),
(25114, 76, 598, 'Viocourt', ''),
(25115, 76, 598, 'Viomenil', ''),
(25116, 76, 598, 'Vitry-sur-Orne', ''),
(25117, 76, 598, 'Vittel', ''),
(25118, 76, 598, 'Viviers-le-Gras', ''),
(25119, 76, 598, 'Viviers-sur-Chiers', ''),
(25120, 76, 598, 'Volmerange-les-Boulay', ''),
(25121, 76, 598, 'Volmerange-les-Mines', ''),
(25122, 76, 598, 'Vouxey', ''),
(25123, 76, 598, 'Vrecourt', ''),
(25124, 76, 598, 'Waldwisse', ''),
(25125, 76, 598, 'Walscheid', ''),
(25126, 76, 598, 'Waville', ''),
(25127, 76, 598, 'Willerwald', ''),
(25128, 76, 598, 'Wintersbourg', ''),
(25129, 76, 598, 'Wittring', ''),
(25130, 76, 598, 'Woelfling-les-Sarreguemines', ''),
(25131, 76, 598, 'Woippy', ''),
(25132, 76, 598, 'Woustviller', ''),
(25133, 76, 598, 'Xanrey', ''),
(25134, 76, 598, 'Xermamenil', ''),
(25135, 76, 598, 'Xertigny', ''),
(25136, 76, 598, 'Xonrupt-Longemer', ''),
(25137, 76, 598, 'Xures', ''),
(25138, 76, 598, 'Yutz', ''),
(25139, 76, 598, 'Zilling', ''),
(25140, 76, 598, 'Zimming', ''),
(25141, 76, 598, 'Zommange', ''),
(25142, 76, 599, 'Ablon', ''),
(25143, 76, 599, 'Acqueville', ''),
(25144, 76, 599, 'Agneaux', ''),
(25145, 76, 599, 'Aignerville', ''),
(25146, 76, 599, 'Airel', ''),
(25147, 76, 599, 'Alençon', ''),
(25148, 76, 599, 'Amaye-sur-Orne', ''),
(25149, 76, 599, 'Amfreville', ''),
(25150, 76, 599, 'Ancteville', ''),
(25151, 76, 599, 'Anctoville-sur-Boscq', ''),
(25152, 76, 599, 'Annoville', ''),
(25153, 76, 599, 'Arganchy', ''),
(25154, 76, 599, 'Argences', ''),
(25155, 76, 599, 'Argentan', ''),
(25156, 76, 599, 'Argouges', ''),
(25157, 76, 599, 'Athis-de-l\'Orne', ''),
(25158, 76, 599, 'Aube', ''),
(25159, 76, 599, 'Auberville', ''),
(25160, 76, 599, 'Aubigny', ''),
(25161, 76, 599, 'Aubusson', ''),
(25162, 76, 599, 'Aucey-la-Plaine', ''),
(25163, 76, 599, 'Aunay-sur-Odon', ''),
(25164, 76, 599, 'Auquainville', ''),
(25165, 76, 599, 'Authie', ''),
(25166, 76, 599, 'Auvers', ''),
(25167, 76, 599, 'Auvillars', ''),
(25168, 76, 599, 'Auxais', ''),
(25169, 76, 599, 'Avernes-sous-Exmes', ''),
(25170, 76, 599, 'Avranches', ''),
(25171, 76, 599, 'Bagnoles-de-l\'Orne', ''),
(25172, 76, 599, 'Bailleul', ''),
(25173, 76, 599, 'Balleroy', ''),
(25174, 76, 599, 'Banneville-sur-Ajon', ''),
(25175, 76, 599, 'Banvou', ''),
(25176, 76, 599, 'Barbery', ''),
(25177, 76, 599, 'Barbeville', ''),
(25178, 76, 599, 'Barneville-Carteret', ''),
(25179, 76, 599, 'Baron-sur-Odon', ''),
(25180, 76, 599, 'Basly', ''),
(25181, 76, 599, 'Basseneville', ''),
(25182, 76, 599, 'Baupte', ''),
(25183, 76, 599, 'Bauquay', ''),
(25184, 76, 599, 'Bavent', ''),
(25185, 76, 599, 'Bayeux', ''),
(25186, 76, 599, 'Bazoches-sur-Hoene', ''),
(25187, 76, 599, 'Beauchamps', ''),
(25188, 76, 599, 'Beaumont-Hague', ''),
(25189, 76, 599, 'Beauvoir', ''),
(25190, 76, 599, 'Bellême', ''),
(25191, 76, 599, 'Bellengreville', ''),
(25192, 76, 599, 'Belval', ''),
(25193, 76, 599, 'Benerville-sur-Mer', ''),
(25194, 76, 599, 'Bénouville', ''),
(25195, 76, 599, 'Berd\'huis', ''),
(25196, 76, 599, 'Bernieres-sur-Mer', ''),
(25197, 76, 599, 'Beslon', ''),
(25198, 76, 599, 'Besneville', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(25199, 76, 599, 'Beuvillers', ''),
(25200, 76, 599, 'Beuvron-en-Auge', ''),
(25201, 76, 599, 'Bieville', ''),
(25202, 76, 599, 'Bieville-Beuville', ''),
(25203, 76, 599, 'Bizou', ''),
(25204, 76, 599, 'Blainville-sur-Mer', ''),
(25205, 76, 599, 'Blainville-sur-Orne', ''),
(25206, 76, 599, 'Blangy-le-Chateau', ''),
(25207, 76, 599, 'Blonville-sur-Mer', ''),
(25208, 76, 599, 'Blosville', ''),
(25209, 76, 599, 'Boisroger', ''),
(25210, 76, 599, 'Boissey', ''),
(25211, 76, 599, 'Bonnebosq', ''),
(25212, 76, 599, 'Bonnoeil', ''),
(25213, 76, 599, 'Boulon', ''),
(25214, 76, 599, 'Bourguebus', ''),
(25215, 76, 599, 'Bourguenolles', ''),
(25216, 76, 599, 'Brecey', ''),
(25217, 76, 599, 'Brehal', ''),
(25218, 76, 599, 'Bretoncelles', ''),
(25219, 76, 599, 'Bretteville-l\'Orgueilleuse', ''),
(25220, 76, 599, 'Bretteville-le-Rabet', ''),
(25221, 76, 599, 'Bretteville-sur-Laize', ''),
(25222, 76, 599, 'Bretteville-sur-Odon', ''),
(25223, 76, 599, 'Breville-sur-Mer', ''),
(25224, 76, 599, 'Bricquebec', ''),
(25225, 76, 599, 'Bricquebosq', ''),
(25226, 76, 599, 'Bricqueville-sur-Mer', ''),
(25227, 76, 599, 'Brillevast', ''),
(25228, 76, 599, 'Brucourt', ''),
(25229, 76, 599, 'Burcy', ''),
(25230, 76, 599, 'Cabourg', ''),
(25231, 76, 599, 'Caen', ''),
(25232, 76, 599, 'Cagny', ''),
(25233, 76, 599, 'Cairon', ''),
(25234, 76, 599, 'Caligny', ''),
(25235, 76, 599, 'Cambes-en-Plaine', ''),
(25236, 76, 599, 'Cambremer', ''),
(25237, 76, 599, 'Camembert', ''),
(25238, 76, 599, 'Canisy', ''),
(25239, 76, 599, 'Canteloup', ''),
(25240, 76, 599, 'Cardonville', ''),
(25241, 76, 599, 'Carentan', ''),
(25242, 76, 599, 'Carolles', ''),
(25243, 76, 599, 'Carpiquet', ''),
(25244, 76, 599, 'Carrouges', ''),
(25245, 76, 599, 'Castilly', ''),
(25246, 76, 599, 'Catz', ''),
(25247, 76, 599, 'Ceauce', ''),
(25248, 76, 599, 'Ceaux', ''),
(25249, 76, 599, 'Cerise', ''),
(25250, 76, 599, 'Cerisy-la-Foret', ''),
(25251, 76, 599, 'Cerisy-la-Salle', ''),
(25252, 76, 599, 'Cerqueux', ''),
(25253, 76, 599, 'Cesny-Bois-Halbout', ''),
(25254, 76, 599, 'Ceton', ''),
(25255, 76, 599, 'Champcerie', ''),
(25256, 76, 599, 'Champsecret', ''),
(25257, 76, 599, 'Chandai', ''),
(25258, 76, 599, 'Chanu', ''),
(25259, 76, 599, 'Chaulieu', ''),
(25260, 76, 599, 'Cheffreville-Tonnencourt', ''),
(25261, 76, 599, 'Cherbourg-Octeville', ''),
(25262, 76, 599, 'Cherence-le-Roussel', ''),
(25263, 76, 599, 'Cheux', ''),
(25264, 76, 599, 'Ciral', ''),
(25265, 76, 599, 'Clinchamps-sur-Orne', ''),
(25266, 76, 599, 'Clitourps', ''),
(25267, 76, 599, 'Colleville-Montgomery', ''),
(25268, 76, 599, 'Colombelles', ''),
(25269, 76, 599, 'Colomby-sur-Thaon', ''),
(25270, 76, 599, 'Colonard-Corubert', ''),
(25271, 76, 599, 'Commes', ''),
(25272, 76, 599, 'Condé-sur-Huisne', ''),
(25273, 76, 599, 'Conde-sur-Ifs', ''),
(25274, 76, 599, 'Conde-sur-Noireau', ''),
(25275, 76, 599, 'Conde-sur-Sarthe', ''),
(25276, 76, 599, 'Conde-sur-Vire', ''),
(25277, 76, 599, 'Cormelles-le-Royal', ''),
(25278, 76, 599, 'Cosqueville', ''),
(25279, 76, 599, 'Coulonces', ''),
(25280, 76, 599, 'Coulonges-sur-Sarthe', ''),
(25281, 76, 599, 'Coulouvray-Boisbenatre', ''),
(25282, 76, 599, 'Courseulles-sur-Mer', ''),
(25283, 76, 599, 'Courtonne-la-Meurdrac', ''),
(25284, 76, 599, 'Coutances', ''),
(25285, 76, 599, 'Couterne', ''),
(25286, 76, 599, 'Couville', ''),
(25287, 76, 599, 'Creances', ''),
(25288, 76, 599, 'Cresserons', ''),
(25289, 76, 599, 'Creully', ''),
(25290, 76, 599, 'Cricqueville-en-Auge', ''),
(25291, 76, 599, 'Criqueboeuf', ''),
(25292, 76, 599, 'Crocy', ''),
(25293, 76, 599, 'Crouay', ''),
(25294, 76, 599, 'Crulai', ''),
(25295, 76, 599, 'Culey-le-Patry', ''),
(25296, 76, 599, 'Curcy-sur-Orne', ''),
(25297, 76, 599, 'Cuverville', ''),
(25298, 76, 599, 'Damigny', ''),
(25299, 76, 599, 'Dangy', ''),
(25300, 76, 599, 'Deauville', ''),
(25301, 76, 599, 'Demouville', ''),
(25302, 76, 599, 'Denneville', ''),
(25303, 76, 599, 'Deux-Jumeaux', ''),
(25304, 76, 599, 'Digosville', ''),
(25305, 76, 599, 'Digulleville', ''),
(25306, 76, 599, 'Dives-sur-Mer', ''),
(25307, 76, 599, 'Domfront', ''),
(25308, 76, 599, 'Donville-les-Bains', ''),
(25309, 76, 599, 'Douvres-la-Delivrande', ''),
(25310, 76, 599, 'Dozule', ''),
(25311, 76, 599, 'Ducey', ''),
(25312, 76, 599, 'Echauffour', ''),
(25313, 76, 599, 'Ecorcei', ''),
(25314, 76, 599, 'Ecouche', ''),
(25315, 76, 599, 'Ellon', ''),
(25316, 76, 599, 'Epinay-sur-Odon', ''),
(25317, 76, 599, 'Epron', ''),
(25318, 76, 599, 'Equeurdreville-Hainneville', ''),
(25319, 76, 599, 'Equilly', ''),
(25320, 76, 599, 'Eraines', ''),
(25321, 76, 599, 'Ernes', ''),
(25322, 76, 599, 'Eroudeville', ''),
(25323, 76, 599, 'Escoville', ''),
(25324, 76, 599, 'Esquay-Notre-Dame', ''),
(25325, 76, 599, 'Esquay-sur-Seulles', ''),
(25326, 76, 599, 'Eterville', ''),
(25327, 76, 599, 'Etienville', ''),
(25328, 76, 599, 'Evrecy', ''),
(25329, 76, 599, 'Falaise', ''),
(25330, 76, 599, 'Fel', ''),
(25331, 76, 599, 'Fervaques', ''),
(25332, 76, 599, 'Feuguerolles-sur-Seulles', ''),
(25333, 76, 599, 'Firfol', ''),
(25334, 76, 599, 'Flamanville', ''),
(25335, 76, 599, 'Flers', ''),
(25336, 76, 599, 'Fleure', ''),
(25337, 76, 599, 'Fleury-sur-Orne', ''),
(25338, 76, 599, 'Folligny', ''),
(25339, 76, 599, 'Fontaine-Etoupefour', ''),
(25340, 76, 599, 'Fontaine-le-Pin', ''),
(25341, 76, 599, 'Fontenay-le-Marmion', ''),
(25342, 76, 599, 'Formentin', ''),
(25343, 76, 599, 'Fourches', ''),
(25344, 76, 599, 'Fourneville', ''),
(25345, 76, 599, 'Frenouville', ''),
(25346, 76, 599, 'Fresne-la-Mere', ''),
(25347, 76, 599, 'Gace', ''),
(25348, 76, 599, 'Garcelles-Secqueville', ''),
(25349, 76, 599, 'Gavrus', ''),
(25350, 76, 599, 'Genets', ''),
(25351, 76, 599, 'Genneville', ''),
(25352, 76, 599, 'Giberville', ''),
(25353, 76, 599, 'Glos-la-Ferriere', ''),
(25354, 76, 599, 'Godisson', ''),
(25355, 76, 599, 'Golleville', ''),
(25356, 76, 599, 'Gonneville-en-Auge', ''),
(25357, 76, 599, 'Goupillieres', ''),
(25358, 76, 599, 'Gouville-sur-Mer', ''),
(25359, 76, 599, 'Gouvix', ''),
(25360, 76, 599, 'Grainville-Langannerie', ''),
(25361, 76, 599, 'Grainville-sur-Odon', ''),
(25362, 76, 599, 'Grandcamp-Maisy', ''),
(25363, 76, 599, 'Granville', ''),
(25364, 76, 599, 'Graye-sur-Mer', ''),
(25365, 76, 599, 'Grentheville', ''),
(25366, 76, 599, 'Guilberville', ''),
(25367, 76, 599, 'Hamars', ''),
(25368, 76, 599, 'Hardinvast', ''),
(25369, 76, 599, 'Heauville', ''),
(25370, 76, 599, 'Heloup', ''),
(25371, 76, 599, 'Hermanville-sur-Mer', ''),
(25372, 76, 599, 'Hermival-les-Vaux', ''),
(25373, 76, 599, 'Hérouville-Saint-Clair', ''),
(25374, 76, 599, 'Herouvillette', ''),
(25375, 76, 599, 'Heugueville-sur-Sienne', ''),
(25376, 76, 599, 'Heusse', ''),
(25377, 76, 599, 'Honfleur', ''),
(25378, 76, 599, 'Houlgate', ''),
(25379, 76, 599, 'Hudimesnil', ''),
(25380, 76, 599, 'Ifs', ''),
(25381, 76, 599, 'Irai', ''),
(25382, 76, 599, 'Isigny-le-Buat', ''),
(25383, 76, 599, 'Isigny-sur-Mer', ''),
(25384, 76, 599, 'Janville', ''),
(25385, 76, 599, 'Jobourg', ''),
(25386, 76, 599, 'Joue-du-Bois', ''),
(25387, 76, 599, 'Juaye-Mondaye', ''),
(25388, 76, 599, 'Jullouville', ''),
(25389, 76, 599, 'Juvigny-le-Tertre', ''),
(25390, 76, 599, 'L\'Aigle', ''),
(25391, 76, 599, 'La Barre-de-Semilly', ''),
(25392, 76, 599, 'La Bloutiere', ''),
(25393, 76, 599, 'La Boulouze', ''),
(25394, 76, 599, 'La Bretonne', ''),
(25395, 76, 599, 'La Carneille', ''),
(25396, 76, 599, 'La Chapelle-Montligeon', ''),
(25397, 76, 599, 'La Chaussee', ''),
(25398, 76, 599, 'La Croix-Avranchin', ''),
(25399, 76, 599, 'La Ferte-Mace', ''),
(25400, 76, 599, 'La Glacerie', ''),
(25401, 76, 599, 'La Graverie', ''),
(25402, 76, 599, 'La Haye-Pesnel', ''),
(25403, 76, 599, 'La Lucerne-dOutremer', ''),
(25404, 76, 599, 'La Madeleine-Bouvet', ''),
(25405, 76, 599, 'La Meauffe', ''),
(25406, 76, 599, 'La Motte-Fouquet', ''),
(25407, 76, 599, 'La Perriere', ''),
(25408, 76, 599, 'La Riviere', ''),
(25409, 76, 599, 'La Rosiere', ''),
(25410, 76, 599, 'La Selle-la-Forge', ''),
(25411, 76, 599, 'La Trinite', ''),
(25412, 76, 599, 'La Vacquerie', ''),
(25413, 76, 599, 'La Vendelee', ''),
(25414, 76, 599, 'La Vespiere', ''),
(25415, 76, 599, 'Landelles-et-Coupigny', ''),
(25416, 76, 599, 'Landes-sur-Ajon', ''),
(25417, 76, 599, 'Landigou', ''),
(25418, 76, 599, 'Langrune-sur-Mer', ''),
(25419, 76, 599, 'Lantheuil', ''),
(25420, 76, 599, 'Lassy', ''),
(25421, 76, 599, 'Le Brevedent', ''),
(25422, 76, 599, 'Le Dezert', ''),
(25423, 76, 599, 'Le Mele-sur-Sarthe', ''),
(25424, 76, 599, 'Le Merlerault', ''),
(25425, 76, 599, 'Le Mesnil-Ozenne', ''),
(25426, 76, 599, 'Le Molay-Littry', ''),
(25427, 76, 599, 'Le Neufbourg', ''),
(25428, 76, 599, 'Le Pre-d\'Auge', ''),
(25429, 76, 599, 'Le Sap', ''),
(25430, 76, 599, 'Le Teilleul', ''),
(25431, 76, 599, 'Le Theil', ''),
(25432, 76, 599, 'Le Torquesne', ''),
(25433, 76, 599, 'Le Tronquay', ''),
(25434, 76, 599, 'Le Vieux Bourg', ''),
(25435, 76, 599, 'Leaupartie', ''),
(25436, 76, 599, 'Lecaude', ''),
(25437, 76, 599, 'Lenault', ''),
(25438, 76, 599, 'Les Biards', ''),
(25439, 76, 599, 'Les Bois', ''),
(25440, 76, 599, 'Les Granges', ''),
(25441, 76, 599, 'Les Moitiers-en-Bauptois', ''),
(25442, 76, 599, 'Les Pieux', ''),
(25443, 76, 599, 'Lessay', ''),
(25444, 76, 599, 'Lion-sur-Mer', ''),
(25445, 76, 599, 'Lisieux', ''),
(25446, 76, 599, 'Lisores', ''),
(25447, 76, 599, 'Lithaire', ''),
(25448, 76, 599, 'Litteau', ''),
(25449, 76, 599, 'Livarot', ''),
(25450, 76, 599, 'Livry', ''),
(25451, 76, 599, 'Longny-au-Perche', ''),
(25452, 76, 599, 'Longueville', ''),
(25453, 76, 599, 'Lonlay-l\'Abbaye', ''),
(25454, 76, 599, 'Lonlay-le-Tesson', ''),
(25455, 76, 599, 'Lonrai', ''),
(25456, 76, 599, 'Louvigny', ''),
(25457, 76, 599, 'Luc-sur-Mer', ''),
(25458, 76, 599, 'Luce', ''),
(25459, 76, 599, 'Magny-la-Campagne', ''),
(25460, 76, 599, 'Male', ''),
(25461, 76, 599, 'Maltot', ''),
(25462, 76, 599, 'Manerbe', ''),
(25463, 76, 599, 'Manvieux', ''),
(25464, 76, 599, 'Marchesieux', ''),
(25465, 76, 599, 'Marigny', ''),
(25466, 76, 599, 'Marolles', ''),
(25467, 76, 599, 'Martinvast', ''),
(25468, 76, 599, 'Mathieu', ''),
(25469, 76, 599, 'Maupertus', ''),
(25470, 76, 599, 'May-sur-Orne', ''),
(25471, 76, 599, 'Meautis', ''),
(25472, 76, 599, 'Menil-Erreux', ''),
(25473, 76, 599, 'Menil-Hermei', ''),
(25474, 76, 599, 'Menil-Hubert-sur-Orne', ''),
(25475, 76, 599, 'Merville-Franceville-Plage', ''),
(25476, 76, 599, 'Meslay', ''),
(25477, 76, 599, 'Messei', ''),
(25478, 76, 599, 'Mezidon-Canon', ''),
(25479, 76, 599, 'Millieres', ''),
(25480, 76, 599, 'Milly', ''),
(25481, 76, 599, 'Missy', ''),
(25482, 76, 599, 'Mobecq', ''),
(25483, 76, 599, 'Mondeville', ''),
(25484, 76, 599, 'Mont-Bertrand', ''),
(25485, 76, 599, 'Montabard', ''),
(25486, 76, 599, 'Montchamp', ''),
(25487, 76, 599, 'Montebourg', ''),
(25488, 76, 599, 'Montgardon', ''),
(25489, 76, 599, 'Montmartin-en-Graignes', ''),
(25490, 76, 599, 'Montmartin-sur-Mer', ''),
(25491, 76, 599, 'Montmerrei', ''),
(25492, 76, 599, 'Montpinchon', ''),
(25493, 76, 599, 'Montpincon', ''),
(25494, 76, 599, 'Monts-en-Bessin', ''),
(25495, 76, 599, 'Morsalines', ''),
(25496, 76, 599, 'Mortagne-au-Perche', ''),
(25497, 76, 599, 'Mortain', ''),
(25498, 76, 599, 'Mortree', ''),
(25499, 76, 599, 'Mouen', ''),
(25500, 76, 599, 'Moulines', ''),
(25501, 76, 599, 'Moulins-la-Marche', ''),
(25502, 76, 599, 'Moult', ''),
(25503, 76, 599, 'Moyaux', ''),
(25504, 76, 599, 'Muneville-sur-Mer', ''),
(25505, 76, 599, 'Mutrecy', ''),
(25506, 76, 599, 'Necy', ''),
(25507, 76, 599, 'Neuilly-la-Foret', ''),
(25508, 76, 599, 'Neuville-pres-Sees', ''),
(25509, 76, 599, 'Neville-sur-Mer', ''),
(25510, 76, 599, 'Nicorps', ''),
(25511, 76, 599, 'Norolles', ''),
(25512, 76, 599, 'Noron-la-Poterie', ''),
(25513, 76, 599, 'Norrey-en-Auge', ''),
(25514, 76, 599, 'Notre-Dame-de-Cenilly', ''),
(25515, 76, 599, 'Notre-Dame-de-Livoye', ''),
(25516, 76, 599, 'Notre-Dame-du-Touchet', ''),
(25517, 76, 599, 'Nouainville', ''),
(25518, 76, 599, 'Noyers-Bocage', ''),
(25519, 76, 599, 'Octeville', ''),
(25520, 76, 599, 'Orbec', ''),
(25521, 76, 599, 'Origny-le-Butin', ''),
(25522, 76, 599, 'Osmanville', ''),
(25523, 76, 599, 'Ouilly-du-Houley', ''),
(25524, 76, 599, 'Ouilly-le-Tesson', ''),
(25525, 76, 599, 'Ouilly-le-Vicomte', ''),
(25526, 76, 599, 'Ouistreham', ''),
(25527, 76, 599, 'Pace', ''),
(25528, 76, 599, 'Parigny', ''),
(25529, 76, 599, 'Passais', ''),
(25530, 76, 599, 'Pennedepie', ''),
(25531, 76, 599, 'Percy', ''),
(25532, 76, 599, 'Periers', ''),
(25533, 76, 599, 'Periers-sur-le-Dan', ''),
(25534, 76, 599, 'Picauville', ''),
(25535, 76, 599, 'Pirou', ''),
(25536, 76, 599, 'Plomb', ''),
(25537, 76, 599, 'Poix', ''),
(25538, 76, 599, 'Pont-Hebert', ''),
(25539, 76, 599, 'Pont-l\'Eveque', ''),
(25540, 76, 599, 'Pontorson', ''),
(25541, 76, 599, 'Ponts', ''),
(25542, 76, 599, 'Port-en-Bessin-Huppain', ''),
(25543, 76, 599, 'Potigny', ''),
(25544, 76, 599, 'Precey', ''),
(25545, 76, 599, 'Pretot-Sainte-Suzanne', ''),
(25546, 76, 599, 'Putot-en-Auge', ''),
(25547, 76, 599, 'Querqueville', ''),
(25548, 76, 599, 'Quettehou', ''),
(25549, 76, 599, 'Quettreville-sur-Sienne', ''),
(25550, 76, 599, 'Quibou', ''),
(25551, 76, 599, 'Rabodanges', ''),
(25552, 76, 599, 'Ranes', ''),
(25553, 76, 599, 'Ranville', ''),
(25554, 76, 599, 'Rauville-la-Bigot', ''),
(25555, 76, 599, 'Remalard', ''),
(25556, 76, 599, 'Remilly-sur-Lozon', ''),
(25557, 76, 599, 'Reville', ''),
(25558, 76, 599, 'Rocquancourt', ''),
(25559, 76, 599, 'Romagny', ''),
(25560, 76, 599, 'Rosel', ''),
(25561, 76, 599, 'Russy', ''),
(25562, 76, 599, 'Saint-Andre-de-Messei', ''),
(25563, 76, 599, 'Saint-Andre-sur-Orne', ''),
(25564, 76, 599, 'Saint-Aubin-d\'Arquenay', ''),
(25565, 76, 599, 'Saint-Aubin-sur-Mer', ''),
(25566, 76, 599, 'Saint-Clair-de-Halouze', ''),
(25567, 76, 599, 'Saint-Come-du-Mont', ''),
(25568, 76, 599, 'Saint-Contest', ''),
(25569, 76, 599, 'Saint-Denis-le-Gast', ''),
(25570, 76, 599, 'Saint-Denis-le-Vetu', ''),
(25571, 76, 599, 'Saint-Denis-sur-Sarthon', ''),
(25572, 76, 599, 'Saint-Ebremond-de-Bonfosse', ''),
(25573, 76, 599, 'Saint-Etienne-la-Thillaye', ''),
(25574, 76, 599, 'Saint-Fromond', ''),
(25575, 76, 599, 'Saint-Gatien-des-Bois', ''),
(25576, 76, 599, 'Saint-Georges-des-Groseillers', ''),
(25577, 76, 599, 'Saint-Georges-Montcocq', ''),
(25578, 76, 599, 'Saint-Germain-de-la-Coudre', ''),
(25579, 76, 599, 'Saint-Germain-de-Tallevende-la-Lande-Vaumont', ''),
(25580, 76, 599, 'Saint-Germain-du-Corbeis', ''),
(25581, 76, 599, 'Saint-Germain-la-Blanche-Herbe', ''),
(25582, 76, 599, 'Saint-Gervais-du-Perron', ''),
(25583, 76, 599, 'Saint-Gilles-des-Marais', ''),
(25584, 76, 599, 'Saint-Hilaire-du-Harcouet', ''),
(25585, 76, 599, 'Saint-Hilaire-Petitville', ''),
(25586, 76, 599, 'Saint-James', ''),
(25587, 76, 599, 'Saint-Jean-de-Daye', ''),
(25588, 76, 599, 'Saint-Jean-de-Savigny', ''),
(25589, 76, 599, 'Saint-Jean-des-Baisants', ''),
(25590, 76, 599, 'Saint-Jean-le-Thomas', ''),
(25591, 76, 599, 'Saint-Julien-le-Faucon', ''),
(25592, 76, 599, 'Saint-Julien-sur-Sarthe', ''),
(25593, 76, 599, 'Saint-Laurent-de-Cuves', ''),
(25594, 76, 599, 'Saint-Laurent-du-Mont', ''),
(25595, 76, 599, 'Saint-Lô', ''),
(25596, 76, 599, 'Saint-Louet-sur-Vire', ''),
(25597, 76, 599, 'Saint-Loyer-des-Champs', ''),
(25598, 76, 599, 'Saint-Martin-de-Fontenay', ''),
(25599, 76, 599, 'Saint-Martin-de-Mailloc', ''),
(25600, 76, 599, 'Saint-Martin-du-Vieux-Belleme', ''),
(25601, 76, 599, 'Saint-Maurice-en-Cotentin', ''),
(25602, 76, 599, 'Saint-Ouen-du-Mesnil-Oger', ''),
(25603, 76, 599, 'Saint-Ouen-sur-Iton', ''),
(25604, 76, 599, 'Saint-Pair-sur-Mer', ''),
(25605, 76, 599, 'Saint-Pellerin', ''),
(25606, 76, 599, 'Saint-Philbert-des-Champs', ''),
(25607, 76, 599, 'Saint-Pierre-du-Jonquet', ''),
(25608, 76, 599, 'Saint-Pierre-la-Vieille', ''),
(25609, 76, 599, 'Saint-Pierre-sur-Dives', ''),
(25610, 76, 599, 'Saint-Samson-de-Bonfosse', ''),
(25611, 76, 599, 'Saint-Sauveur-de-Pierrepont', ''),
(25612, 76, 599, 'Saint-Sauveur-la-Pommeraye', ''),
(25613, 76, 599, 'Saint-Sauveur-le-Vicomte', ''),
(25614, 76, 599, 'Saint-Sauveur-Lendelin', ''),
(25615, 76, 599, 'Saint-Sever-Calvados', ''),
(25616, 76, 599, 'Saint-Sulpice-sur-Risle', ''),
(25617, 76, 599, 'Saint-Sylvain', ''),
(25618, 76, 599, 'Saint-Symphorien-le-Valois', ''),
(25619, 76, 599, 'Saint-Vaast-la-Hougue', ''),
(25620, 76, 599, 'Saint-Vigor-des-Mezerets', ''),
(25621, 76, 599, 'Saint-Vigor-des-Monts', ''),
(25622, 76, 599, 'Saint-Vigor-le-Grand', ''),
(25623, 76, 599, 'Sainte-Croix-Hague', ''),
(25624, 76, 599, 'Sainte-Marguerite-d\'Elle', ''),
(25625, 76, 599, 'Sainte-Marie-du-Mont', ''),
(25626, 76, 599, 'Sainte-Mere-Eglise', ''),
(25627, 76, 599, 'Sainteny', ''),
(25628, 76, 599, 'Sallenelles', ''),
(25629, 76, 599, 'Sannerville', ''),
(25630, 76, 599, 'Sartilly', ''),
(25631, 76, 599, 'Sassy', ''),
(25632, 76, 599, 'Secqueville-en-Bessin', ''),
(25633, 76, 599, 'Sees', ''),
(25634, 76, 599, 'Senoville', ''),
(25635, 76, 599, 'Serigny', ''),
(25636, 76, 599, 'Servon', ''),
(25637, 76, 599, 'Sevigny', ''),
(25638, 76, 599, 'Sideville', ''),
(25639, 76, 599, 'Soliers', ''),
(25640, 76, 599, 'Sommervieu', ''),
(25641, 76, 599, 'Sottevast', ''),
(25642, 76, 599, 'Soumont-Saint-Quentin', ''),
(25643, 76, 599, 'Sourdeval', ''),
(25644, 76, 599, 'Sourdeval-les-Bois', ''),
(25645, 76, 599, 'Subles', ''),
(25646, 76, 599, 'Sure', ''),
(25647, 76, 599, 'Surtainville', ''),
(25648, 76, 599, 'Tessy-sur-Vire', ''),
(25649, 76, 599, 'Teurtheville-Bocage', ''),
(25650, 76, 599, 'Thaon', ''),
(25651, 76, 599, 'Thury-Harcourt', ''),
(25652, 76, 599, 'Ticheville', ''),
(25653, 76, 599, 'Tilly-sur-Seulles', ''),
(25654, 76, 599, 'Tinchebray', ''),
(25655, 76, 599, 'Tocqueville', ''),
(25656, 76, 599, 'Tollevast', ''),
(25657, 76, 599, 'Tordouet', ''),
(25658, 76, 599, 'Torigni-sur-Vire', ''),
(25659, 76, 599, 'Touffreville', ''),
(25660, 76, 599, 'Touques', ''),
(25661, 76, 599, 'Touquettes', ''),
(25662, 76, 599, 'Tourlaville', ''),
(25663, 76, 599, 'Tournay-sur-Odon', ''),
(25664, 76, 599, 'Tourville-sur-Odon', ''),
(25665, 76, 599, 'Tourville-sur-Sienne', ''),
(25666, 76, 599, 'Tracy-sur-Mer', ''),
(25667, 76, 599, 'Trelly', ''),
(25668, 76, 599, 'Tremont', ''),
(25669, 76, 599, 'Trevieres', ''),
(25670, 76, 599, 'Troarn', ''),
(25671, 76, 599, 'Troisgots', ''),
(25672, 76, 599, 'Trouville-sur-Mer', ''),
(25673, 76, 599, 'Trun', ''),
(25674, 76, 599, 'Trungy', ''),
(25675, 76, 599, 'Truttemer-le-Petit', ''),
(25676, 76, 599, 'Urou-et-Crennes', ''),
(25677, 76, 599, 'Urville-Nacqueville', ''),
(25678, 76, 599, 'Ussy', ''),
(25679, 76, 599, 'Vacognes-Neuilly', ''),
(25680, 76, 599, 'Valcanville', ''),
(25681, 76, 599, 'Valframbert', ''),
(25682, 76, 599, 'Valognes', ''),
(25683, 76, 599, 'Varaville', ''),
(25684, 76, 599, 'Vassy', ''),
(25685, 76, 599, 'Vasteville', ''),
(25686, 76, 599, 'Vaubadon', ''),
(25687, 76, 599, 'Vaucelles', ''),
(25688, 76, 599, 'Vaudry', ''),
(25689, 76, 599, 'Vendes', ''),
(25690, 76, 599, 'Ver', ''),
(25691, 76, 599, 'Ver-sur-Mer', ''),
(25692, 76, 599, 'Versainville', ''),
(25693, 76, 599, 'Verson', ''),
(25694, 76, 599, 'Victot-Pontfol', ''),
(25695, 76, 599, 'Viessoix', ''),
(25696, 76, 599, 'Vieux', ''),
(25697, 76, 599, 'Vieux-Fume', ''),
(25698, 76, 599, 'Villedieu-les-Poeles', ''),
(25699, 76, 599, 'Villers-Bocage', ''),
(25700, 76, 599, 'Villers-Canivet', ''),
(25701, 76, 599, 'Villers-sur-Mer', ''),
(25702, 76, 599, 'Villerville', ''),
(25703, 76, 599, 'Villiers-sous-Mortagne', ''),
(25704, 76, 599, 'Villy-Bocage', ''),
(25705, 76, 599, 'Vimoutiers', ''),
(25706, 76, 599, 'Vire', ''),
(25707, 76, 599, 'Virey', ''),
(25708, 76, 599, 'Vouilly', ''),
(25709, 76, 600, 'Adast', ''),
(25710, 76, 600, 'Agos-Vidalos', ''),
(25711, 76, 600, 'Aignan', ''),
(25712, 76, 600, 'Aiguefonde', ''),
(25713, 76, 600, 'Alban', ''),
(25714, 76, 600, 'Albefeuille-Lagarde', ''),
(25715, 76, 600, 'Albi', ''),
(25716, 76, 600, 'Albias', ''),
(25717, 76, 600, 'Allier', ''),
(25718, 76, 600, 'Allieres', ''),
(25719, 76, 600, 'Ambres', ''),
(25720, 76, 600, 'Andrest', ''),
(25721, 76, 600, 'Anglars-Saint-Felix', ''),
(25722, 76, 600, 'Arblade-le-Bas', ''),
(25723, 76, 600, 'Ardiege', ''),
(25724, 76, 600, 'Ardizas', ''),
(25725, 76, 600, 'Argeles-Gazost', ''),
(25726, 76, 600, 'Arignac', ''),
(25727, 76, 600, 'Arras-en-Lavedan', ''),
(25728, 76, 600, 'Arreau', ''),
(25729, 76, 600, 'Artagnan', ''),
(25730, 76, 600, 'Arthes', ''),
(25731, 76, 600, 'Artigat', ''),
(25732, 76, 600, 'Artigues', ''),
(25733, 76, 600, 'Aspet', ''),
(25734, 76, 600, 'Assier', ''),
(25735, 76, 600, 'Aubiet', ''),
(25736, 76, 600, 'Aubin', ''),
(25737, 76, 600, 'Aubrac', ''),
(25738, 76, 600, 'Aucamville', ''),
(25739, 76, 600, 'Auch', ''),
(25740, 76, 600, 'Aureilhan', ''),
(25741, 76, 600, 'Aurensan', ''),
(25742, 76, 600, 'Auriac-Lagast', ''),
(25743, 76, 600, 'Aurignac', ''),
(25744, 76, 600, 'Aurimont', ''),
(25745, 76, 600, 'Aurin', ''),
(25746, 76, 600, 'Aussillon', ''),
(25747, 76, 600, 'Ausson', ''),
(25748, 76, 600, 'Aussonne', ''),
(25749, 76, 600, 'Auterive', ''),
(25750, 76, 600, 'Auzeville-Tolosane', ''),
(25751, 76, 600, 'Auzielle', ''),
(25752, 76, 600, 'Avezac-Prat-Lahitte', ''),
(25753, 76, 600, 'Ax-les-Thermes', ''),
(25754, 76, 600, 'Ayguesvives', ''),
(25755, 76, 600, 'Aynac', ''),
(25756, 76, 600, 'Ayzieu', ''),
(25757, 76, 600, 'Bach', ''),
(25758, 76, 600, 'Bagnac-sur-Cele', ''),
(25759, 76, 600, 'Bagnères-de-Bigorre', ''),
(25760, 76, 600, 'Bagnères-de-Luchon', ''),
(25761, 76, 600, 'Balma', ''),
(25762, 76, 600, 'Balsac', ''),
(25763, 76, 600, 'Baraqueville', ''),
(25764, 76, 600, 'Barbazan', ''),
(25765, 76, 600, 'Barbazan-Debat', ''),
(25766, 76, 600, 'Barre', ''),
(25767, 76, 600, 'Bars', ''),
(25768, 76, 600, 'Bax', ''),
(25769, 76, 600, 'Bazet', ''),
(25770, 76, 600, 'Baziege', ''),
(25771, 76, 600, 'Beauchalot', ''),
(25772, 76, 600, 'Beaufort', ''),
(25773, 76, 600, 'Beaumont-de-Lomagne', ''),
(25774, 76, 600, 'Beaumont-sur-Leze', ''),
(25775, 76, 600, 'Beauteville', ''),
(25776, 76, 600, 'Beauvais-sur-Tescou', ''),
(25777, 76, 600, 'Beauzelle', ''),
(25778, 76, 600, 'Beduer', ''),
(25779, 76, 600, 'Benagues', ''),
(25780, 76, 600, 'Berat', ''),
(25781, 76, 600, 'Bertholene', ''),
(25782, 76, 600, 'Bessens', ''),
(25783, 76, 600, 'Bessieres', ''),
(25784, 76, 600, 'Betaille', ''),
(25785, 76, 600, 'Betchat', ''),
(25786, 76, 600, 'Biars-sur-Cere', ''),
(25787, 76, 600, 'Bioule', ''),
(25788, 76, 600, 'Blagnac', ''),
(25789, 76, 600, 'Blan', ''),
(25790, 76, 600, 'Blaye-les-Mines', ''),
(25791, 76, 600, 'Bois-de-la-Pierre', ''),
(25792, 76, 600, 'Boisse-Penchot', ''),
(25793, 76, 600, 'Boissezon', ''),
(25794, 76, 600, 'Bompas', ''),
(25795, 76, 600, 'Bondigoux', ''),
(25796, 76, 600, 'Bonnac', ''),
(25797, 76, 600, 'Bonrepos-sur-Aussonnelle', ''),
(25798, 76, 600, 'Bor-et-Bar', ''),
(25799, 76, 600, 'Borderes-sur-l\'Echez', ''),
(25800, 76, 600, 'Bouloc', ''),
(25801, 76, 600, 'Boulogne-sur-Gesse', ''),
(25802, 76, 600, 'Boussac', ''),
(25803, 76, 600, 'Boussens', ''),
(25804, 76, 600, 'Bozouls', ''),
(25805, 76, 600, 'Brassac', ''),
(25806, 76, 600, 'Bressols', ''),
(25807, 76, 600, 'Bretenoux', ''),
(25808, 76, 600, 'Bretx', ''),
(25809, 76, 600, 'Briatexte', ''),
(25810, 76, 600, 'Broquies', ''),
(25811, 76, 600, 'Bruguieres', ''),
(25812, 76, 600, 'Bun', ''),
(25813, 76, 600, 'Burlats', ''),
(25814, 76, 600, 'Busque', ''),
(25815, 76, 600, 'Buzet-sur-Tarn', ''),
(25816, 76, 600, 'Cabanac', ''),
(25817, 76, 600, 'Cabanes', ''),
(25818, 76, 600, 'Cadarcet', ''),
(25819, 76, 600, 'Cadours', ''),
(25820, 76, 600, 'Cadrieu', ''),
(25821, 76, 600, 'Cagnac-les-Mines', ''),
(25822, 76, 600, 'Cahors', ''),
(25823, 76, 600, 'Cahuzac-sur-Vere', ''),
(25824, 76, 600, 'Cajarc', ''),
(25825, 76, 600, 'Calamane', ''),
(25826, 76, 600, 'Calmont', ''),
(25827, 76, 600, 'Cambon-les-Lavaur', ''),
(25828, 76, 600, 'Cambounes', ''),
(25829, 76, 600, 'Cambounet-sur-le-Sor', ''),
(25830, 76, 600, 'Campagne-sur-Arize', ''),
(25831, 76, 600, 'Campsas', ''),
(25832, 76, 600, 'Canet-de-Salars', ''),
(25833, 76, 600, 'Cannet', ''),
(25834, 76, 600, 'Capdenac', ''),
(25835, 76, 600, 'Capdenac-Gare', ''),
(25836, 76, 600, 'Capens', ''),
(25837, 76, 600, 'Capvern', ''),
(25838, 76, 600, 'Caragoudes', ''),
(25839, 76, 600, 'Caraman', ''),
(25840, 76, 600, 'Carbes', ''),
(25841, 76, 600, 'Carbonne', ''),
(25842, 76, 600, 'Cardaillac', ''),
(25843, 76, 600, 'Carla-de-Roquefort', ''),
(25844, 76, 600, 'Carlus', ''),
(25845, 76, 600, 'Carmaux', ''),
(25846, 76, 600, 'Cassagne', ''),
(25847, 76, 600, 'Cassagnes-Begonhes', ''),
(25848, 76, 600, 'Castanet-Tolosan', ''),
(25849, 76, 600, 'Castelferrus', ''),
(25850, 76, 600, 'Castelginest', ''),
(25851, 76, 600, 'Castelmaurou', ''),
(25852, 76, 600, 'Castelnau-d\'Auzan', ''),
(25853, 76, 600, 'Castelnau-d\'Estretefonds', ''),
(25854, 76, 600, 'Castelnau-de-Levis', ''),
(25855, 76, 600, 'Castelnau-de-Montmiral', ''),
(25856, 76, 600, 'Castelnau-Durban', ''),
(25857, 76, 600, 'Castelnau-Magnoac', ''),
(25858, 76, 600, 'Castelnau-Montratier', ''),
(25859, 76, 600, 'Castelsarrasin', ''),
(25860, 76, 600, 'Castera-Verduzan', ''),
(25861, 76, 600, 'Castillon-Debats', ''),
(25862, 76, 600, 'Castres', ''),
(25863, 76, 600, 'Catus', ''),
(25864, 76, 600, 'Caupenne-d\'Armagnac', ''),
(25865, 76, 600, 'Caussade-Riviere', ''),
(25866, 76, 600, 'Caylus', ''),
(25867, 76, 600, 'Cayriech', ''),
(25868, 76, 600, 'Cazals-des-Bayles', ''),
(25869, 76, 600, 'Cazaux-Debat', ''),
(25870, 76, 600, 'Cazeres', ''),
(25871, 76, 600, 'Ceignac', ''),
(25872, 76, 600, 'Cepet', ''),
(25873, 76, 600, 'Cescau', ''),
(25874, 76, 600, 'Cestayrols', ''),
(25875, 76, 600, 'Chein-Dessus', ''),
(25876, 76, 600, 'Chelle-Spou', ''),
(25877, 76, 600, 'Cintegabelle', ''),
(25878, 76, 600, 'Clarac', ''),
(25879, 76, 600, 'Clavel', ''),
(25880, 76, 600, 'Clermont-le-Fort', ''),
(25881, 76, 600, 'Clermont-Saves', ''),
(25882, 76, 600, 'Cologne', ''),
(25883, 76, 600, 'Colomiers', ''),
(25884, 76, 600, 'Compeyre', ''),
(25885, 76, 600, 'Compolibat', ''),
(25886, 76, 600, 'Compregnac', ''),
(25887, 76, 600, 'Condat', ''),
(25888, 76, 600, 'Condom', ''),
(25889, 76, 600, 'Corbarieu', ''),
(25890, 76, 600, 'Cornebarrieu', ''),
(25891, 76, 600, 'Cornus', ''),
(25892, 76, 600, 'Corronsac', ''),
(25893, 76, 600, 'Cos', ''),
(25894, 76, 600, 'Coueilles', ''),
(25895, 76, 600, 'Coufouleux', ''),
(25896, 76, 600, 'Couladere', ''),
(25897, 76, 600, 'Coupiac', ''),
(25898, 76, 600, 'Cransac', ''),
(25899, 76, 600, 'Crastes', ''),
(25900, 76, 600, 'Creissels', ''),
(25901, 76, 600, 'Cugnaux', ''),
(25902, 76, 600, 'Cuguron', ''),
(25903, 76, 600, 'Cunac', ''),
(25904, 76, 600, 'Curvalle', ''),
(25905, 76, 600, 'Dalou', ''),
(25906, 76, 600, 'Damiatte', ''),
(25907, 76, 600, 'Daux', ''),
(25908, 76, 600, 'Decazeville', ''),
(25909, 76, 600, 'Denat', ''),
(25910, 76, 600, 'Deyme', ''),
(25911, 76, 600, 'Dieupentale', ''),
(25912, 76, 600, 'Donzac', ''),
(25913, 76, 600, 'Dorval', ''),
(25914, 76, 600, 'Dourgne', ''),
(25915, 76, 600, 'Dremil-Lafage', ''),
(25916, 76, 600, 'Druelle', ''),
(25917, 76, 600, 'Dunes', ''),
(25918, 76, 600, 'Duran', ''),
(25919, 76, 600, 'Eaunes', ''),
(25920, 76, 600, 'Eauze', ''),
(25921, 76, 600, 'Encausse-les-Thermes', ''),
(25922, 76, 600, 'Endoufielle', ''),
(25923, 76, 600, 'Entraygues-sur-Truyere', ''),
(25924, 76, 600, 'Escala', ''),
(25925, 76, 600, 'Escalquens', ''),
(25926, 76, 600, 'Escatalens', ''),
(25927, 76, 600, 'Escondeaux', ''),
(25928, 76, 600, 'Escorneboeuf', ''),
(25929, 76, 600, 'Espalion', ''),
(25930, 76, 600, 'Espanes', ''),
(25931, 76, 600, 'Espere', ''),
(25932, 76, 600, 'Estancarbon', ''),
(25933, 76, 600, 'Estang', ''),
(25934, 76, 600, 'Fabas', ''),
(25935, 76, 600, 'Fauroux', ''),
(25936, 76, 600, 'Fenouillet', ''),
(25937, 76, 600, 'Ferrieres-sur-Ariege', ''),
(25938, 76, 600, 'Fiac', ''),
(25939, 76, 600, 'Figeac', ''),
(25940, 76, 600, 'Finhan', ''),
(25941, 76, 600, 'Firmi', ''),
(25942, 76, 600, 'Flaujac-Gare', ''),
(25943, 76, 600, 'Flaujac-Poujols', ''),
(25944, 76, 600, 'Flavin', ''),
(25945, 76, 600, 'Fleurance', ''),
(25946, 76, 600, 'Flourens', ''),
(25947, 76, 600, 'Foix', ''),
(25948, 76, 600, 'Fonbeauzard', ''),
(25949, 76, 600, 'Fonsorbes', ''),
(25950, 76, 600, 'Fontenilles', ''),
(25951, 76, 600, 'Fourquevaux', ''),
(25952, 76, 600, 'Frechou-Frechet', ''),
(25953, 76, 600, 'Frejairolles', ''),
(25954, 76, 600, 'Frejeville', ''),
(25955, 76, 600, 'Fronsac', ''),
(25956, 76, 600, 'Fronton', ''),
(25957, 76, 600, 'Frouzins', ''),
(25958, 76, 600, 'Gagnac-sur-Cere', ''),
(25959, 76, 600, 'Gagnac-sur-Garonne', ''),
(25960, 76, 600, 'Gaillac', ''),
(25961, 76, 600, 'Gaillac-Toulza', ''),
(25962, 76, 600, 'Gaillagos', ''),
(25963, 76, 600, 'Gajan', ''),
(25964, 76, 600, 'Gardouch', ''),
(25965, 76, 600, 'Garganvillar', ''),
(25966, 76, 600, 'Garidech', ''),
(25967, 76, 600, 'Gasques', ''),
(25968, 76, 600, 'Ger', ''),
(25969, 76, 600, 'Gerde', ''),
(25970, 76, 600, 'Germ', ''),
(25971, 76, 600, 'Gignac', ''),
(25972, 76, 600, 'Gigouzac', ''),
(25973, 76, 600, 'Gimont', ''),
(25974, 76, 600, 'Gindou', ''),
(25975, 76, 600, 'Giroussens', ''),
(25976, 76, 600, 'Golfech', ''),
(25977, 76, 600, 'Gondrin', ''),
(25978, 76, 600, 'Gouaux', ''),
(25979, 76, 600, 'Gourdon', ''),
(25980, 76, 600, 'Goyrans', ''),
(25981, 76, 600, 'Gragnague', ''),
(25982, 76, 600, 'Gramat', ''),
(25983, 76, 600, 'Gramont', ''),
(25984, 76, 600, 'Gratentour', ''),
(25985, 76, 600, 'Graulhet', ''),
(25986, 76, 600, 'Grazac', ''),
(25987, 76, 600, 'Grenade', ''),
(25988, 76, 600, 'Grisolles', ''),
(25989, 76, 600, 'Guitalens', ''),
(25990, 76, 600, 'Haulies', ''),
(25991, 76, 600, 'Heches', ''),
(25992, 76, 600, 'His', ''),
(25993, 76, 600, 'Homps', ''),
(25994, 76, 600, 'Horgues', ''),
(25995, 76, 600, 'Houeydets', ''),
(25996, 76, 600, 'Huos', ''),
(25997, 76, 600, 'Illier-et-Laramade', ''),
(25998, 76, 600, 'Issus', ''),
(25999, 76, 600, 'Jacque', ''),
(26000, 76, 600, 'Jegun', ''),
(26001, 76, 600, 'Juillan', ''),
(26002, 76, 600, 'L\'Isle-en-Dodon', ''),
(26003, 76, 600, 'L\'Isle-Jourdain', ''),
(26004, 76, 600, 'L\'Union', ''),
(26005, 76, 600, 'La Bastide', ''),
(26006, 76, 600, 'La Capelle-Bonance', ''),
(26007, 76, 600, 'La Cavalerie', ''),
(26008, 76, 600, 'La Fouillade', ''),
(26009, 76, 600, 'La Magdelaine-sur-Tarn', ''),
(26010, 76, 600, 'La Plagne', ''),
(26011, 76, 600, 'La Pointe', ''),
(26012, 76, 600, 'La Primaube', ''),
(26013, 76, 600, 'La Romieu', ''),
(26014, 76, 600, 'La Salvetat-Lauragais', ''),
(26015, 76, 600, 'La Salvetat-Peyrales', ''),
(26016, 76, 600, 'La Salvetat-Saint-Gilles', ''),
(26017, 76, 600, 'La Tour-du-Crieu', ''),
(26018, 76, 600, 'Labarthe-Inard', ''),
(26019, 76, 600, 'Labarthe-Riviere', ''),
(26020, 76, 600, 'Labarthe-sur-Leze', ''),
(26021, 76, 600, 'Labastide-de-Levis', ''),
(26022, 76, 600, 'Labastide-Denat', ''),
(26023, 76, 600, 'Labastide-du-Temple', ''),
(26024, 76, 600, 'Labastide-Rouairoux', ''),
(26025, 76, 600, 'Labastide-Saint-Georges', ''),
(26026, 76, 600, 'Labastide-Saint-Pierre', ''),
(26027, 76, 600, 'Labastidette', ''),
(26028, 76, 600, 'Labatut-Riviere', ''),
(26029, 76, 600, 'Labege', ''),
(26030, 76, 600, 'Laboutarie', ''),
(26031, 76, 600, 'Labroquere', ''),
(26032, 76, 600, 'Labruguiere', ''),
(26033, 76, 600, 'Lacapelle-Cabanac', ''),
(26034, 76, 600, 'Lacapelle-Marival', ''),
(26035, 76, 600, 'Lacapelle-Pinet', ''),
(26036, 76, 600, 'Lacasse', ''),
(26037, 76, 600, 'Lacaune', ''),
(26038, 76, 600, 'Lacourt-Saint-Pierre', ''),
(26039, 76, 600, 'Lacroix-Barrez', ''),
(26040, 76, 600, 'Lacroix-Falgarde', ''),
(26041, 76, 600, 'Laffite-Toupiere', ''),
(26042, 76, 600, 'Lafrancaise', ''),
(26043, 76, 600, 'Lagarde', ''),
(26044, 76, 600, 'Lagardelle-sur-Leze', ''),
(26045, 76, 600, 'Lagardere', ''),
(26046, 76, 600, 'Lagarrigue', ''),
(26047, 76, 600, 'Lagrace-Dieu', ''),
(26048, 76, 600, 'Lagrave', ''),
(26049, 76, 600, 'Lahage', ''),
(26050, 76, 600, 'Laissac', ''),
(26051, 76, 600, 'Laloubere', ''),
(26052, 76, 600, 'Lamasquere', ''),
(26053, 76, 600, 'Lamillarie', ''),
(26054, 76, 600, 'Lamothe-Goas', ''),
(26055, 76, 600, 'Landorthe', ''),
(26056, 76, 600, 'Lannemezan', ''),
(26057, 76, 600, 'Lanta', ''),
(26058, 76, 600, 'Lanzac', ''),
(26059, 76, 600, 'Lapeyrouse-Fossat', ''),
(26060, 76, 600, 'Larra', ''),
(26061, 76, 600, 'Larrazet', ''),
(26062, 76, 600, 'Larressingle', ''),
(26063, 76, 600, 'Lasseran', ''),
(26064, 76, 600, 'Lasserre', ''),
(26065, 76, 600, 'Lasseube-Propre', ''),
(26066, 76, 600, 'Latoue', ''),
(26067, 76, 600, 'Latrape', ''),
(26068, 76, 600, 'Latronquiere', ''),
(26069, 76, 600, 'Launac', ''),
(26070, 76, 600, 'Launaguet', ''),
(26071, 76, 600, 'Lautrec', ''),
(26072, 76, 600, 'Lauzerte', ''),
(26073, 76, 600, 'Lavalette', ''),
(26074, 76, 600, 'Lavaur', ''),
(26075, 76, 600, 'Lavelanet', ''),
(26076, 76, 600, 'Lavelanet-de-Comminges', ''),
(26077, 76, 600, 'Lavergne', ''),
(26078, 76, 600, 'Lavernose-Lacasse', ''),
(26079, 76, 600, 'Lavit', ''),
(26080, 76, 600, 'Le Bastit', ''),
(26081, 76, 600, 'Le Castera', ''),
(26082, 76, 600, 'Le Fauga', ''),
(26083, 76, 600, 'Le Fousseret', ''),
(26084, 76, 600, 'Le Garric', ''),
(26085, 76, 600, 'Le Mas', ''),
(26086, 76, 600, 'Le Montat', ''),
(26087, 76, 600, 'Le Plan', ''),
(26088, 76, 600, 'Le Port', ''),
(26089, 76, 600, 'Le Sequestre', ''),
(26090, 76, 600, 'Le Vernet', ''),
(26091, 76, 600, 'Le Vibal', ''),
(26092, 76, 600, 'Leboulin', ''),
(26093, 76, 600, 'Lectoure', ''),
(26094, 76, 600, 'Leguevin', ''),
(26095, 76, 600, 'Leojac', ''),
(26096, 76, 600, 'Les Barthes', ''),
(26097, 76, 600, 'Les Bordes-sur-Arize', ''),
(26098, 76, 600, 'Les Bordes-sur-Lez', ''),
(26099, 76, 600, 'Les Martres', ''),
(26100, 76, 600, 'Les Tourreilles', ''),
(26101, 76, 600, 'Lescure-d\'Albigeois', ''),
(26102, 76, 600, 'Lespinasse', ''),
(26103, 76, 600, 'Levignac', ''),
(26104, 76, 600, 'Leyme', ''),
(26105, 76, 600, 'Lezat-sur-Leze', ''),
(26106, 76, 600, 'Lherm', ''),
(26107, 76, 600, 'Lhez', ''),
(26108, 76, 600, 'Liac', ''),
(26109, 76, 600, 'Lias', ''),
(26110, 76, 600, 'Lisle-sur-Tarn', ''),
(26111, 76, 600, 'Livinhac-le-Haut', ''),
(26112, 76, 600, 'Lombers', ''),
(26113, 76, 600, 'Lombez', ''),
(26114, 76, 600, 'Longages', ''),
(26115, 76, 600, 'Loubens-Lauragais', ''),
(26116, 76, 600, 'Loubieres', ''),
(26117, 76, 600, 'Loucrup', ''),
(26118, 76, 600, 'Lourdes', ''),
(26119, 76, 600, 'Loures-Barousse', ''),
(26120, 76, 600, 'Lourties-Monbrun', ''),
(26121, 76, 600, 'Lugagnan', ''),
(26122, 76, 600, 'Lugan', ''),
(26123, 76, 600, 'Lunac', ''),
(26124, 76, 600, 'Luz-Saint-Sauveur', ''),
(26125, 76, 600, 'Luzech', ''),
(26126, 76, 600, 'Malause', ''),
(26127, 76, 600, 'Malegoude', ''),
(26128, 76, 600, 'Mane', ''),
(26129, 76, 600, 'Manhac', ''),
(26130, 76, 600, 'Marc', ''),
(26131, 76, 600, 'Marciac', ''),
(26132, 76, 600, 'Marcillac-Vallon', ''),
(26133, 76, 600, 'Marestaing', ''),
(26134, 76, 600, 'Marignac-Lasclares', ''),
(26135, 76, 600, 'Marminiac', ''),
(26136, 76, 600, 'Marssac-sur-Tarn', ''),
(26137, 76, 600, 'Martel', ''),
(26138, 76, 600, 'Martiel', ''),
(26139, 76, 600, 'Martres-Tolosane', ''),
(26140, 76, 600, 'Mas-Grenier', ''),
(26141, 76, 600, 'Mascarville', ''),
(26142, 76, 600, 'Massat', ''),
(26143, 76, 600, 'Masseube', ''),
(26144, 76, 600, 'Maubourguet', ''),
(26145, 76, 600, 'Mauvezin-de-Prat', ''),
(26146, 76, 600, 'Mauzac', ''),
(26147, 76, 600, 'Mazamet', ''),
(26148, 76, 600, 'Mazeres-de-Neste', ''),
(26149, 76, 600, 'Mazeres-sur-Salat', ''),
(26150, 76, 600, 'Meauzac', ''),
(26151, 76, 600, 'Melvieu', ''),
(26152, 76, 600, 'Menville', ''),
(26153, 76, 600, 'Mercues', ''),
(26154, 76, 600, 'Mercus-Garrabet', ''),
(26155, 76, 600, 'Merenvielle', ''),
(26156, 76, 600, 'Merville', ''),
(26157, 76, 600, 'Mielan', ''),
(26158, 76, 600, 'Miglos', ''),
(26159, 76, 600, 'Millau', ''),
(26160, 76, 600, 'Mirabel', ''),
(26161, 76, 600, 'Miradoux', ''),
(26162, 76, 600, 'Mirande', ''),
(26163, 76, 600, 'Mirandol-Bourgnounac', ''),
(26164, 76, 600, 'Miremont', ''),
(26165, 76, 600, 'Mirepoix', ''),
(26166, 76, 600, 'Mirepoix-sur-Tarn', ''),
(26167, 76, 600, 'Moissac', ''),
(26168, 76, 600, 'Momeres', ''),
(26169, 76, 600, 'Monclar-de-Quercy', ''),
(26170, 76, 600, 'Mondavezan', ''),
(26171, 76, 600, 'Mondonville', ''),
(26172, 76, 600, 'Mongausy', ''),
(26173, 76, 600, 'Monlaur-Bernet', ''),
(26174, 76, 600, 'Mons', ''),
(26175, 76, 600, 'Mont-de-Marrast', ''),
(26176, 76, 600, 'Montaigu-de-Quercy', ''),
(26177, 76, 600, 'Montaigut-sur-Save', ''),
(26178, 76, 600, 'Montans', ''),
(26179, 76, 600, 'Montardit', ''),
(26180, 76, 600, 'Montastruc-de-Salies', ''),
(26181, 76, 600, 'Montastruc-la-Conseillere', ''),
(26182, 76, 600, 'Montauban', ''),
(26183, 76, 600, 'Montbartier', ''),
(26184, 76, 600, 'Montbazens', ''),
(26185, 76, 600, 'Montberaud', ''),
(26186, 76, 600, 'Montberon', ''),
(26187, 76, 600, 'Montbeton', ''),
(26188, 76, 600, 'Montbrun-Bocage', ''),
(26189, 76, 600, 'Montbrun-Lauragais', ''),
(26190, 76, 600, 'Montcuq', ''),
(26191, 76, 600, 'Montdoumerc', ''),
(26192, 76, 600, 'Montdragon', ''),
(26193, 76, 600, 'Montech', ''),
(26194, 76, 600, 'Monteils', ''),
(26195, 76, 600, 'Montesquieu-Lauragais', ''),
(26196, 76, 600, 'Montesquieu-Volvestre', ''),
(26197, 76, 600, 'Montesquiou', ''),
(26198, 76, 600, 'Montestruc-sur-Gers', ''),
(26199, 76, 600, 'Montferrier', ''),
(26200, 76, 600, 'Montgaillard', ''),
(26201, 76, 600, 'Montgaillard-Lauragais', ''),
(26202, 76, 600, 'Montgesty', ''),
(26203, 76, 600, 'Montgiscard', ''),
(26204, 76, 600, 'Montjaux', ''),
(26205, 76, 600, 'Montjoie-en-Couserans', ''),
(26206, 76, 600, 'Montlaur', ''),
(26207, 76, 600, 'Montoussin', ''),
(26208, 76, 600, 'Montpezat', ''),
(26209, 76, 600, 'Montpezat-de-Quercy', ''),
(26210, 76, 600, 'Montrabe', ''),
(26211, 76, 600, 'Montreal', ''),
(26212, 76, 600, 'Montredon-Labessonnie', ''),
(26213, 76, 600, 'Montrejeau', ''),
(26214, 76, 600, 'Montricoux', ''),
(26215, 76, 600, 'Montsaunes', ''),
(26216, 76, 600, 'Moulayres', ''),
(26217, 76, 600, 'Mouzieys-Teulet', ''),
(26218, 76, 600, 'Muret', ''),
(26219, 76, 600, 'Nadillac', ''),
(26220, 76, 600, 'Nailloux', ''),
(26221, 76, 600, 'Naucelle', ''),
(26222, 76, 600, 'Naves', ''),
(26223, 76, 600, 'Negrepelisse', ''),
(26224, 76, 600, 'Noailhac', ''),
(26225, 76, 600, 'Noe', ''),
(26226, 76, 600, 'Nogaro', ''),
(26227, 76, 600, 'Nohic', ''),
(26228, 76, 600, 'Noilhan', ''),
(26229, 76, 600, 'Noueilles', ''),
(26230, 76, 600, 'Nouilhan', ''),
(26231, 76, 600, 'Olemps', ''),
(26232, 76, 600, 'Ondes', ''),
(26233, 76, 600, 'Onet-le-Chateau', ''),
(26234, 76, 600, 'Orban', ''),
(26235, 76, 600, 'Orbessan', ''),
(26236, 76, 600, 'Ordan-Larroque', ''),
(26237, 76, 600, 'Orgueil', ''),
(26238, 76, 600, 'Orleix', ''),
(26239, 76, 600, 'Ornezan', ''),
(26240, 76, 600, 'Ossun', ''),
(26241, 76, 600, 'Pailhes', ''),
(26242, 76, 600, 'Pamiers', ''),
(26243, 76, 600, 'Panassac', ''),
(26244, 76, 600, 'Paulhac', ''),
(26245, 76, 600, 'Pavie', ''),
(26246, 76, 600, 'Payrac', ''),
(26247, 76, 600, 'Payrignac', ''),
(26248, 76, 600, 'Pechabou', ''),
(26249, 76, 600, 'Pechbonnieu', ''),
(26250, 76, 600, 'Pessan', ''),
(26251, 76, 600, 'Pibrac', ''),
(26252, 76, 600, 'Pierrefiche', ''),
(26253, 76, 600, 'Pin-Balma', ''),
(26254, 76, 600, 'Pinsac', ''),
(26255, 76, 600, 'Pinsaguel', ''),
(26256, 76, 600, 'Plagnole', ''),
(26257, 76, 600, 'Plaisance-du-Touch', ''),
(26258, 76, 600, 'Pommevic', ''),
(26259, 76, 600, 'Pompertuzat', ''),
(26260, 76, 600, 'Pompidou', ''),
(26261, 76, 600, 'Pompignan', ''),
(26262, 76, 600, 'Pons', ''),
(26263, 76, 600, 'Pont', ''),
(26264, 76, 600, 'Portet-sur-Garonne', ''),
(26265, 76, 600, 'Pouy-Roquelaure', ''),
(26266, 76, 600, 'Prades', ''),
(26267, 76, 600, 'Prades-Salars', ''),
(26268, 76, 600, 'Pradieres', ''),
(26269, 76, 600, 'Pradines', ''),
(26270, 76, 600, 'Prat-Bonrepaux', ''),
(26271, 76, 600, 'Prayssac', ''),
(26272, 76, 600, 'Prix', ''),
(26273, 76, 600, 'Projan', ''),
(26274, 76, 600, 'Pujaudran', ''),
(26275, 76, 600, 'Puy-lÉvêque', ''),
(26276, 76, 600, 'Puybegon', ''),
(26277, 76, 600, 'Puycelsi', ''),
(26278, 76, 600, 'Puygaillard-de-Quercy', ''),
(26279, 76, 600, 'Puygouzon', ''),
(26280, 76, 600, 'Puylaroque', ''),
(26281, 76, 600, 'Puylaurens', ''),
(26282, 76, 600, 'Quie', ''),
(26283, 76, 600, 'Quint-Fonsegrives', ''),
(26284, 76, 600, 'Rabastens-de-Bigorre', ''),
(26285, 76, 600, 'Ramonville-Saint-Agne', ''),
(26286, 76, 600, 'Rampoux', ''),
(26287, 76, 600, 'Realmont', ''),
(26288, 76, 600, 'Realville', ''),
(26289, 76, 600, 'Recoules-Previnquieres', ''),
(26290, 76, 600, 'Renneville', ''),
(26291, 76, 600, 'Requista', ''),
(26292, 76, 600, 'Revel', ''),
(26293, 76, 600, 'Rieumes', ''),
(26294, 76, 600, 'Rieupeyroux', ''),
(26295, 76, 600, 'Rieux-de-Pelleport', ''),
(26296, 76, 600, 'Rignac', ''),
(26297, 76, 600, 'Rimont', ''),
(26298, 76, 600, 'Riscle', ''),
(26299, 76, 600, 'Riviere-sur-Tarn', ''),
(26300, 76, 600, 'Rivieres', ''),
(26301, 76, 600, 'Rodez', ''),
(26302, 76, 600, 'Roquecor', ''),
(26303, 76, 600, 'Roquecourbe', ''),
(26304, 76, 600, 'Roquefort-sur-Garonne', ''),
(26305, 76, 600, 'Roquefort-sur-Soulzon', ''),
(26306, 76, 600, 'Roqueseriere', ''),
(26307, 76, 600, 'Roquettes', ''),
(26308, 76, 600, 'Rouffiac-Tolosan', ''),
(26309, 76, 600, 'Rouffilhac', ''),
(26310, 76, 600, 'Roumegoux', ''),
(26311, 76, 600, 'Roumengoux', ''),
(26312, 76, 600, 'Saiguede', ''),
(26313, 76, 600, 'Saint-Affrique', ''),
(26314, 76, 600, 'Saint-Affrique-les-Montagnes', ''),
(26315, 76, 600, 'Saint-Alban', ''),
(26316, 76, 600, 'Saint-Amans-de-Pellagal', ''),
(26317, 76, 600, 'Saint-Amans-Soult', ''),
(26318, 76, 600, 'Saint-Amans-Valtoret', ''),
(26319, 76, 600, 'Saint-Antonin', ''),
(26320, 76, 600, 'Saint-Antonin-de-Lacalm', ''),
(26321, 76, 600, 'Saint-Avit', ''),
(26322, 76, 600, 'Saint-Bauzeil', ''),
(26323, 76, 600, 'Saint-Beauzely', ''),
(26324, 76, 600, 'Saint-Benoit-de-Carmaux', ''),
(26325, 76, 600, 'Saint-Cere', ''),
(26326, 76, 600, 'Saint-Cezert', ''),
(26327, 76, 600, 'Saint-Christaud', ''),
(26328, 76, 600, 'Saint-Christophe-Vallon', ''),
(26329, 76, 600, 'Saint-Cirgues', ''),
(26330, 76, 600, 'Saint-Cirice', ''),
(26331, 76, 600, 'Saint-Cirq-Lapopie', ''),
(26332, 76, 600, 'Saint-Clair', ''),
(26333, 76, 600, 'Saint-Clar', ''),
(26334, 76, 600, 'Saint-Elix-le-Chateau', ''),
(26335, 76, 600, 'Saint-Etienne-de-Tulmont', ''),
(26336, 76, 600, 'Saint-Felix-de-Rieutord', ''),
(26337, 76, 600, 'Saint-Felix-de-Sorgues', ''),
(26338, 76, 600, 'Saint-Felix-Lauragais', ''),
(26339, 76, 600, 'Saint-Gaudens', ''),
(26340, 76, 600, 'Saint-Gauzens', ''),
(26341, 76, 600, 'Saint-Genies-Bellevue', ''),
(26342, 76, 600, 'Saint-Geniez-d\'Olt', ''),
(26343, 76, 600, 'Saint-Girons', ''),
(26344, 76, 600, 'Saint-Jean-du-Bruel', ''),
(26345, 76, 600, 'Saint-Jean-du-Falga', ''),
(26346, 76, 600, 'Saint-Jory', ''),
(26347, 76, 600, 'Saint-Julia', ''),
(26348, 76, 600, 'Saint-Laurent-les-Tours', ''),
(26349, 76, 600, 'Saint-Leons', ''),
(26350, 76, 600, 'Saint-Lieux-les-Lavaur', ''),
(26351, 76, 600, 'Saint-Lizier', ''),
(26352, 76, 600, 'Saint-Lizier-du-Plante', ''),
(26353, 76, 600, 'Saint-Loup-Cammas', ''),
(26354, 76, 600, 'Saint-Lys', ''),
(26355, 76, 600, 'Saint-Marcel-Paulel', ''),
(26356, 76, 600, 'Saint-Marcet', ''),
(26357, 76, 600, 'Saint-Martin-d\'Oydes', ''),
(26358, 76, 600, 'Saint-Martory', ''),
(26359, 76, 600, 'Saint-Maur', ''),
(26360, 76, 600, 'Saint-Medard', ''),
(26361, 76, 600, 'Saint-Mezard', ''),
(26362, 76, 600, 'Saint-Nauphary', ''),
(26363, 76, 600, 'Saint-Nicolas-de-la-Grave', ''),
(26364, 76, 600, 'Saint-Orens-de-Gameville', ''),
(26365, 76, 600, 'Saint-Paul-de-Jarrat', ''),
(26366, 76, 600, 'Saint-Pe-de-Bigorre', ''),
(26367, 76, 600, 'Saint-Pierre-de-Riviere', ''),
(26368, 76, 600, 'Saint-Pierre-Lafeuille', ''),
(26369, 76, 600, 'Saint-Porquier', ''),
(26370, 76, 600, 'Saint-Puy', ''),
(26371, 76, 600, 'Saint-Quirc', ''),
(26372, 76, 600, 'Saint-Santin', ''),
(26373, 76, 600, 'Saint-Sardos', ''),
(26374, 76, 600, 'Saint-Saturnin-de-Lenne', ''),
(26375, 76, 600, 'Saint-Sulpice-la-Pointe', ''),
(26376, 76, 600, 'Saint-Sulpice-sur-Leze', ''),
(26377, 76, 600, 'Saint-Ybars', ''),
(26378, 76, 600, 'Sainte-Christie', ''),
(26379, 76, 600, 'Sainte-Croix-Volvestre', ''),
(26380, 76, 600, 'Sainte-Foy-d\'Aigrefeuille', ''),
(26381, 76, 600, 'Sainte-Gemme', ''),
(26382, 76, 600, 'Sainte-Juliette-sur-Viaur', ''),
(26383, 76, 600, 'Saix', ''),
(26384, 76, 600, 'Salies-du-Salat', ''),
(26385, 76, 600, 'Salles-Adour', ''),
(26386, 76, 600, 'Salles-sur-Garonne', ''),
(26387, 76, 600, 'Salvagnac', ''),
(26388, 76, 600, 'Salviac', ''),
(26389, 76, 600, 'Samatan', ''),
(26390, 76, 600, 'Saramon', ''),
(26391, 76, 600, 'Sarp', ''),
(26392, 76, 600, 'Sarrant', ''),
(26393, 76, 600, 'Saubens', ''),
(26394, 76, 600, 'Saujac', ''),
(26395, 76, 600, 'Saurat', ''),
(26396, 76, 600, 'Saussenac', ''),
(26397, 76, 600, 'Sautel', ''),
(26398, 76, 600, 'Sauviac', ''),
(26399, 76, 600, 'Savenes', ''),
(26400, 76, 600, 'Saverdun', ''),
(26401, 76, 600, 'Seailles', ''),
(26402, 76, 600, 'Sebazac-Concoures', ''),
(26403, 76, 600, 'Segoufielle', ''),
(26404, 76, 600, 'Seilh', ''),
(26405, 76, 600, 'Seissan', ''),
(26406, 76, 600, 'Selle', ''),
(26407, 76, 600, 'Semalens', ''),
(26408, 76, 600, 'Semeac', ''),
(26409, 76, 600, 'Septfonds', ''),
(26410, 76, 600, 'Serres-sur-Arget', ''),
(26411, 76, 600, 'Servies', ''),
(26412, 76, 600, 'Severac-le-Chateau', ''),
(26413, 76, 600, 'Seysses', ''),
(26414, 76, 600, 'Sieurac', ''),
(26415, 76, 600, 'Simorre', ''),
(26416, 76, 600, 'Siradan', ''),
(26417, 76, 600, 'Solomiac', ''),
(26418, 76, 600, 'Sonnac', ''),
(26419, 76, 600, 'Soreze', ''),
(26420, 76, 600, 'Soual', ''),
(26421, 76, 600, 'Soues', ''),
(26422, 76, 600, 'Souillac', ''),
(26423, 76, 600, 'Sousceyrac', ''),
(26424, 76, 600, 'Strenquels', ''),
(26425, 76, 600, 'Surba', ''),
(26426, 76, 600, 'Tarascon-sur-Ariege', ''),
(26427, 76, 600, 'Tarbes', ''),
(26428, 76, 600, 'Teillet', ''),
(26429, 76, 600, 'Terssac', ''),
(26430, 76, 600, 'Tonnac', ''),
(26431, 76, 600, 'Touget', ''),
(26432, 76, 600, 'Toulonjac', ''),
(26433, 76, 600, 'Toulouse', ''),
(26434, 76, 600, 'Tour-de-Faure', ''),
(26435, 76, 600, 'Tournay', ''),
(26436, 76, 600, 'Tournefeuille', ''),
(26437, 76, 600, 'Touzac', ''),
(26438, 76, 600, 'Trebons-sur-la-Grasse', ''),
(26439, 76, 600, 'Trevien', ''),
(26440, 76, 600, 'Trie-sur-Baise', ''),
(26441, 76, 600, 'Trouley-Labarthe', ''),
(26442, 76, 600, 'Vacquiers', ''),
(26443, 76, 600, 'Vaissac', ''),
(26444, 76, 600, 'Valderies', ''),
(26445, 76, 600, 'Valdurenque', ''),
(26446, 76, 600, 'Valence', ''),
(26447, 76, 600, 'Valence-sur-Baise', ''),
(26448, 76, 600, 'Valentine', ''),
(26449, 76, 600, 'Vallesvilles', ''),
(26450, 76, 600, 'Vallon', ''),
(26451, 76, 600, 'Varen', ''),
(26452, 76, 600, 'Varilhes', ''),
(26453, 76, 600, 'Vayrac', ''),
(26454, 76, 600, 'Venerque', ''),
(26455, 76, 600, 'Verdalle', ''),
(26456, 76, 600, 'Verdun-sur-Garonne', ''),
(26457, 76, 600, 'Verfeil', ''),
(26458, 76, 600, 'Vernet', ''),
(26459, 76, 600, 'Verniolle', ''),
(26460, 76, 600, 'Vezins-de-Levezou', ''),
(26461, 76, 600, 'Viane', ''),
(26462, 76, 600, 'Vic-en-Bigorre', ''),
(26463, 76, 600, 'Vic-Fezensac', ''),
(26464, 76, 600, 'Vieille-Toulouse', ''),
(26465, 76, 600, 'Vieillevigne', ''),
(26466, 76, 600, 'Vielmur-sur-Agout', ''),
(26467, 76, 600, 'Vieux', ''),
(26468, 76, 600, 'Vigoulet-Auzil', ''),
(26469, 76, 600, 'Villaries', ''),
(26470, 76, 600, 'Villaudric', ''),
(26471, 76, 600, 'Villebrumier', ''),
(26472, 76, 600, 'Villefranche-de-Lauragais', ''),
(26473, 76, 600, 'Villefranche-de-Rouergue', ''),
(26474, 76, 600, 'Villemade', ''),
(26475, 76, 600, 'Villematier', ''),
(26476, 76, 600, 'Villemur', ''),
(26477, 76, 600, 'Villemur-sur-Tarn', ''),
(26478, 76, 600, 'Villeneuve', ''),
(26479, 76, 600, 'Villeneuve-de-Riviere', ''),
(26480, 76, 600, 'Villeneuve-sur-Vere', ''),
(26481, 76, 600, 'Villeneuve-Tolosane', ''),
(26482, 76, 600, 'Villenouvelle', ''),
(26483, 76, 600, 'Vire-sur-Lot', ''),
(26484, 76, 601, 'Ablain-Saint-Nazaire', ''),
(26485, 76, 601, 'Abscon', ''),
(26486, 76, 601, 'Acheville', ''),
(26487, 76, 601, 'Achicourt', ''),
(26488, 76, 601, 'Achiet-le-Grand', ''),
(26489, 76, 601, 'Achiet-le-Petit', ''),
(26490, 76, 601, 'Acq', ''),
(26491, 76, 601, 'Adinfer', ''),
(26492, 76, 601, 'Agnez-les-Duisans', ''),
(26493, 76, 601, 'Agnieres', ''),
(26494, 76, 601, 'Agny', ''),
(26495, 76, 601, 'Aire-sur-la-Lys', ''),
(26496, 76, 601, 'Aix-Noulette', ''),
(26497, 76, 601, 'Alembon', ''),
(26498, 76, 601, 'Alincthun', ''),
(26499, 76, 601, 'Allennes-les-Marais', ''),
(26500, 76, 601, 'Allouagne', ''),
(26501, 76, 601, 'Ambleteuse', ''),
(26502, 76, 601, 'Ames', ''),
(26503, 76, 601, 'Amettes', ''),
(26504, 76, 601, 'Andres', ''),
(26505, 76, 601, 'Angres', ''),
(26506, 76, 601, 'Aniche', ''),
(26507, 76, 601, 'Annay', ''),
(26508, 76, 601, 'Annequin', ''),
(26509, 76, 601, 'Annezin', ''),
(26510, 76, 601, 'Annoeullin', ''),
(26511, 76, 601, 'Anor', ''),
(26512, 76, 601, 'Anstaing', ''),
(26513, 76, 601, 'Anzin', ''),
(26514, 76, 601, 'Anzin-Saint-Aubin', ''),
(26515, 76, 601, 'Ardres', ''),
(26516, 76, 601, 'Arleux', ''),
(26517, 76, 601, 'Arleux-en-Gohelle', ''),
(26518, 76, 601, 'Armbouts-Cappel', ''),
(26519, 76, 601, 'Armentières', ''),
(26520, 76, 601, 'Arneke', ''),
(26521, 76, 601, 'Arques', ''),
(26522, 76, 601, 'Arras', ''),
(26523, 76, 601, 'Ascq', ''),
(26524, 76, 601, 'Athies', ''),
(26525, 76, 601, 'Attiches', ''),
(26526, 76, 601, 'Auberchicourt', ''),
(26527, 76, 601, 'Aubers', ''),
(26528, 76, 601, 'Aubigny-au-Bac', ''),
(26529, 76, 601, 'Aubigny-en-Artois', ''),
(26530, 76, 601, 'Aubin-Saint-Vaast', ''),
(26531, 76, 601, 'Aubry-du-Hainaut', ''),
(26532, 76, 601, 'Auby', ''),
(26533, 76, 601, 'Auchel', ''),
(26534, 76, 601, 'Auchy-les-Hesdin', ''),
(26535, 76, 601, 'Auchy-les-Mines', ''),
(26536, 76, 601, 'Audignies', ''),
(26537, 76, 601, 'Audrehem', ''),
(26538, 76, 601, 'Audruicq', ''),
(26539, 76, 601, 'Aulnoye-Aymeries', ''),
(26540, 76, 601, 'Aumerval', ''),
(26541, 76, 601, 'Auxi-le-Chateau', ''),
(26542, 76, 601, 'Avelin', ''),
(26543, 76, 601, 'Avesnelles', ''),
(26544, 76, 601, 'Avesnes-le-Comte', ''),
(26545, 76, 601, 'Avesnes-le-Sec', ''),
(26546, 76, 601, 'Avesnes-les-Aubert', ''),
(26547, 76, 601, 'Avesnes-sur-Helpe', ''),
(26548, 76, 601, 'Avion', ''),
(26549, 76, 601, 'Avroult', ''),
(26550, 76, 601, 'Ayette', ''),
(26551, 76, 601, 'Aymeries', ''),
(26552, 76, 601, 'Bachy', ''),
(26553, 76, 601, 'Bailleul', ''),
(26554, 76, 601, 'Baincthun', ''),
(26555, 76, 601, 'Baisieux', ''),
(26556, 76, 601, 'Bajus', ''),
(26557, 76, 601, 'Balinghem', ''),
(26558, 76, 601, 'Banteux', ''),
(26559, 76, 601, 'Bapaume', ''),
(26560, 76, 601, 'Barlin', ''),
(26561, 76, 601, 'Bauvin', ''),
(26562, 76, 601, 'Bavay', ''),
(26563, 76, 601, 'Bavincourt', ''),
(26564, 76, 601, 'Bayenghem-les-Seninghem', ''),
(26565, 76, 601, 'Beaucamps-Ligny', ''),
(26566, 76, 601, 'Beaufort-Blavincourt', ''),
(26567, 76, 601, 'Beaumetz-les-Loges', ''),
(26568, 76, 601, 'Beaurain', ''),
(26569, 76, 601, 'Beaurains', ''),
(26570, 76, 601, 'Beaurainville', ''),
(26571, 76, 601, 'Beaurieux', ''),
(26572, 76, 601, 'Beauvois-en-Cambresis', ''),
(26573, 76, 601, 'Becourt', ''),
(26574, 76, 601, 'Behagnies', ''),
(26575, 76, 601, 'Bellaing', ''),
(26576, 76, 601, 'Bellonne', ''),
(26577, 76, 601, 'Benifontaine', ''),
(26578, 76, 601, 'Berck', ''),
(26579, 76, 601, 'Berck-Plage', ''),
(26580, 76, 601, 'Bergues', ''),
(26581, 76, 601, 'Berlaimont', ''),
(26582, 76, 601, 'Bermerain', ''),
(26583, 76, 601, 'Berneville', ''),
(26584, 76, 601, 'Bersee', ''),
(26585, 76, 601, 'Bertincourt', ''),
(26586, 76, 601, 'Bertry', ''),
(26587, 76, 601, 'Bethencourt', ''),
(26588, 76, 601, 'Béthune', ''),
(26589, 76, 601, 'Bettignies', ''),
(26590, 76, 601, 'Beugnatre', ''),
(26591, 76, 601, 'Beutin', ''),
(26592, 76, 601, 'Beuvrages', ''),
(26593, 76, 601, 'Beuvry', ''),
(26594, 76, 601, 'Beuvry-la-Foret', ''),
(26595, 76, 601, 'Bezinghem', ''),
(26596, 76, 601, 'Biache-Saint-Vaast', ''),
(26597, 76, 601, 'Bienvillers-au-Bois', ''),
(26598, 76, 601, 'Bierne', ''),
(26599, 76, 601, 'Bihucourt', ''),
(26600, 76, 601, 'Billy-Berclau', ''),
(26601, 76, 601, 'Billy-Montigny', ''),
(26602, 76, 601, 'Blaringhem', ''),
(26603, 76, 601, 'Blendecques', ''),
(26604, 76, 601, 'Blequin', ''),
(26605, 76, 601, 'Boeschepe', ''),
(26606, 76, 601, 'Boiry-Becquerelle', ''),
(26607, 76, 601, 'Boiry-Notre-Dame', ''),
(26608, 76, 601, 'Bois-en-Ardres', ''),
(26609, 76, 601, 'Bois-Grenier', ''),
(26610, 76, 601, 'Boisleux-au-Mont', ''),
(26611, 76, 601, 'Boisleux-Saint-Marc', ''),
(26612, 76, 601, 'Bollezeele', ''),
(26613, 76, 601, 'Bondues', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(26614, 76, 601, 'Bonningues-les-Calais', ''),
(26615, 76, 601, 'Borre', ''),
(26616, 76, 601, 'Boubers-sur-Canche', ''),
(26617, 76, 601, 'Bouchain', ''),
(26618, 76, 601, 'Boulogne-sur-Mer', ''),
(26619, 76, 601, 'Bourbourg', ''),
(26620, 76, 601, 'Bourecq', ''),
(26621, 76, 601, 'Bouret-sur-Canche', ''),
(26622, 76, 601, 'Bourghelles', ''),
(26623, 76, 601, 'Bourlon', ''),
(26624, 76, 601, 'Bours', ''),
(26625, 76, 601, 'Boursies', ''),
(26626, 76, 601, 'Bousbecque', ''),
(26627, 76, 601, 'Bousies', ''),
(26628, 76, 601, 'Bousignies-sur-Roc', ''),
(26629, 76, 601, 'Boussois', ''),
(26630, 76, 601, 'Bouvignies', ''),
(26631, 76, 601, 'Bouvigny-Boyeffles', ''),
(26632, 76, 601, 'Bray-Dunes', ''),
(26633, 76, 601, 'Brebieres', ''),
(26634, 76, 601, 'Bremes', ''),
(26635, 76, 601, 'Brexent-Enocq', ''),
(26636, 76, 601, 'Briastre', ''),
(26637, 76, 601, 'Brillon', ''),
(26638, 76, 601, 'Brimeux', ''),
(26639, 76, 601, 'Brouckerque', ''),
(26640, 76, 601, 'Bruay-sur-l\'Escaut', ''),
(26641, 76, 601, 'Bruille-lez-Marchiennes', ''),
(26642, 76, 601, 'Bucquoy', ''),
(26643, 76, 601, 'Bugnicourt', ''),
(26644, 76, 601, 'Bully-les-Mines', ''),
(26645, 76, 601, 'Bus', ''),
(26646, 76, 601, 'Busigny', ''),
(26647, 76, 601, 'Caestre', ''),
(26648, 76, 601, 'Cagnoncles', ''),
(26649, 76, 601, 'Calais', ''),
(26650, 76, 601, 'Calonne-Ricouart', ''),
(26651, 76, 601, 'Calonne-sur-la-Lys', ''),
(26652, 76, 601, 'Camblain-Chatelain', ''),
(26653, 76, 601, 'Camblain-lAbbé', ''),
(26654, 76, 601, 'Cambrai', ''),
(26655, 76, 601, 'Cambrin', ''),
(26656, 76, 601, 'Camiers', ''),
(26657, 76, 601, 'Campagne-les-Boulonnais', ''),
(26658, 76, 601, 'Campagne-les-Hesdin', ''),
(26659, 76, 601, 'Campagne-les-Wardrecques', ''),
(26660, 76, 601, 'Camphin-en-Carembault', ''),
(26661, 76, 601, 'Camphin-en-Pevele', ''),
(26662, 76, 601, 'Campigneulles-les-Grandes', ''),
(26663, 76, 601, 'Campigneulles-les-Petites', ''),
(26664, 76, 601, 'Canlers', ''),
(26665, 76, 601, 'Cantin', ''),
(26666, 76, 601, 'Capelle', ''),
(26667, 76, 601, 'Capinghem', ''),
(26668, 76, 601, 'Cappelle-Brouck', ''),
(26669, 76, 601, 'Cappelle-en-Pevele', ''),
(26670, 76, 601, 'Cappelle-la-Grande', ''),
(26671, 76, 601, 'Carency', ''),
(26672, 76, 601, 'Carnieres', ''),
(26673, 76, 601, 'Cartignies', ''),
(26674, 76, 601, 'Carvin', ''),
(26675, 76, 601, 'Cassel', ''),
(26676, 76, 601, 'Cattenieres', ''),
(26677, 76, 601, 'Cauchy-à-la-Tour', ''),
(26678, 76, 601, 'Caudry', ''),
(26679, 76, 601, 'Cauroir', ''),
(26680, 76, 601, 'Chemy', ''),
(26681, 76, 601, 'Chereng', ''),
(26682, 76, 601, 'Chocques', ''),
(26683, 76, 601, 'Clairmarais', ''),
(26684, 76, 601, 'Clarques', ''),
(26685, 76, 601, 'Clary', ''),
(26686, 76, 601, 'Cobrieux', ''),
(26687, 76, 601, 'Colleret', ''),
(26688, 76, 601, 'Comines', ''),
(26689, 76, 601, 'Conchil-le-Temple', ''),
(26690, 76, 601, 'Conde-sur-l\'Escaut', ''),
(26691, 76, 601, 'Condette', ''),
(26692, 76, 601, 'Contes', ''),
(26693, 76, 601, 'Corbehem', ''),
(26694, 76, 601, 'Cormont', ''),
(26695, 76, 601, 'Coudekerque-Branche', ''),
(26696, 76, 601, 'Coulogne', ''),
(26697, 76, 601, 'Coupelle-Neuve', ''),
(26698, 76, 601, 'Coupelle-Vieille', ''),
(26699, 76, 601, 'Courcelles-le-Comte', ''),
(26700, 76, 601, 'Courcelles-les-Lens', ''),
(26701, 76, 601, 'Courchelettes', ''),
(26702, 76, 601, 'Courrières', ''),
(26703, 76, 601, 'Cousolre', ''),
(26704, 76, 601, 'Coutiches', ''),
(26705, 76, 601, 'Coyecques', ''),
(26706, 76, 601, 'Cremarest', ''),
(26707, 76, 601, 'Crequy', ''),
(26708, 76, 601, 'Crespin', ''),
(26709, 76, 601, 'Crevecoeur-sur-l\'Escaut', ''),
(26710, 76, 601, 'Crochte', ''),
(26711, 76, 601, 'Croisette', ''),
(26712, 76, 601, 'Croisilles', ''),
(26713, 76, 601, 'Croix', ''),
(26714, 76, 601, 'Cucq', ''),
(26715, 76, 601, 'Cuinchy', ''),
(26716, 76, 601, 'Cuincy', ''),
(26717, 76, 601, 'Curgies', ''),
(26718, 76, 601, 'Cysoing', ''),
(26719, 76, 601, 'Dainville', ''),
(26720, 76, 601, 'Dechy', ''),
(26721, 76, 601, 'Delettes', ''),
(26722, 76, 601, 'Denain', ''),
(26723, 76, 601, 'Desvres', ''),
(26724, 76, 601, 'Deulemont', ''),
(26725, 76, 601, 'Dieval', ''),
(26726, 76, 601, 'Divion', ''),
(26727, 76, 601, 'Don', ''),
(26728, 76, 601, 'Douai', ''),
(26729, 76, 601, 'Douchy-les-Mines', ''),
(26730, 76, 601, 'Doudeauville', ''),
(26731, 76, 601, 'Dourges', ''),
(26732, 76, 601, 'Dourlers', ''),
(26733, 76, 601, 'Douvrin', ''),
(26734, 76, 601, 'Drocourt', ''),
(26735, 76, 601, 'Duisans', ''),
(26736, 76, 601, 'Dunkirk', ''),
(26737, 76, 601, 'Dury', ''),
(26738, 76, 601, 'Ebblinghem', ''),
(26739, 76, 601, 'Ecaillon', ''),
(26740, 76, 601, 'Eccles', ''),
(26741, 76, 601, 'Ecoivres', ''),
(26742, 76, 601, 'Ecourt-Saint-Quentin', ''),
(26743, 76, 601, 'Ecquedecques', ''),
(26744, 76, 601, 'Ecques', ''),
(26745, 76, 601, 'Ecuires', ''),
(26746, 76, 601, 'Eecke', ''),
(26747, 76, 601, 'Eleu-dit-Leauwette', ''),
(26748, 76, 601, 'Elincourt', ''),
(26749, 76, 601, 'Embry', ''),
(26750, 76, 601, 'Emmerin', ''),
(26751, 76, 601, 'Ennetieres-en-Weppes', ''),
(26752, 76, 601, 'Ennevelin', ''),
(26753, 76, 601, 'Enquin-les-Mines', ''),
(26754, 76, 601, 'Eperlecques', ''),
(26755, 76, 601, 'Epinoy', ''),
(26756, 76, 601, 'Equihen-Plage', ''),
(26757, 76, 601, 'Ergny', ''),
(26758, 76, 601, 'Eringhem', ''),
(26759, 76, 601, 'Erquinghem-Lys', ''),
(26760, 76, 601, 'Erre', ''),
(26761, 76, 601, 'Escarmain', ''),
(26762, 76, 601, 'Escaudain', ''),
(26763, 76, 601, 'Escaudoeuvres', ''),
(26764, 76, 601, 'Escautpont', ''),
(26765, 76, 601, 'Escobecques', ''),
(26766, 76, 601, 'Escoeuilles', ''),
(26767, 76, 601, 'Esnes', ''),
(26768, 76, 601, 'Esquelbecq', ''),
(26769, 76, 601, 'Esquerdes', ''),
(26770, 76, 601, 'Essars', ''),
(26771, 76, 601, 'Estaires', ''),
(26772, 76, 601, 'Estevelles', ''),
(26773, 76, 601, 'Estourmel', ''),
(26774, 76, 601, 'Estree-Cauchy', ''),
(26775, 76, 601, 'Estrees', ''),
(26776, 76, 601, 'Etaing', ''),
(26777, 76, 601, 'Étaples', ''),
(26778, 76, 601, 'Etroeungt', ''),
(26779, 76, 601, 'Evin-Malmaison', ''),
(26780, 76, 601, 'Faches-Thumesnil', ''),
(26781, 76, 601, 'Famars', ''),
(26782, 76, 601, 'Fampoux', ''),
(26783, 76, 601, 'Faumont', ''),
(26784, 76, 601, 'Fauquembergues', ''),
(26785, 76, 601, 'Febvin-Palfart', ''),
(26786, 76, 601, 'Fechain', ''),
(26787, 76, 601, 'Feignies', ''),
(26788, 76, 601, 'Fenain', ''),
(26789, 76, 601, 'Ferin', ''),
(26790, 76, 601, 'Ferques', ''),
(26791, 76, 601, 'Ferriere-la-Grande', ''),
(26792, 76, 601, 'Ferriere-la-Petite', ''),
(26793, 76, 601, 'Festubert', ''),
(26794, 76, 601, 'Feuchy', ''),
(26795, 76, 601, 'Flers-en-Escrebieux', ''),
(26796, 76, 601, 'Flesquieres', ''),
(26797, 76, 601, 'Fletre', ''),
(26798, 76, 601, 'Fleurbaix', ''),
(26799, 76, 601, 'Flines-les-Mortagne', ''),
(26800, 76, 601, 'Flines-lez-Raches', ''),
(26801, 76, 601, 'Floringhem', ''),
(26802, 76, 601, 'Fontaine-au-Pire', ''),
(26803, 76, 601, 'Fontaine-les-Croisilles', ''),
(26804, 76, 601, 'Fontaine-Notre-Dame', ''),
(26805, 76, 601, 'Forest-sur-Marque', ''),
(26806, 76, 601, 'Fort-Mardyck', ''),
(26807, 76, 601, 'Fouquereuil', ''),
(26808, 76, 601, 'Fouquieres-les-Bethune', ''),
(26809, 76, 601, 'Fouquieres-les-Lens', ''),
(26810, 76, 601, 'Fourmies', ''),
(26811, 76, 601, 'Fournes-en-Weppes', ''),
(26812, 76, 601, 'Frelinghien', ''),
(26813, 76, 601, 'Fresnes-sur-Escaut', ''),
(26814, 76, 601, 'Fressies', ''),
(26815, 76, 601, 'Frethun', ''),
(26816, 76, 601, 'Fretin', ''),
(26817, 76, 601, 'Frevent', ''),
(26818, 76, 601, 'Frevin-Capelle', ''),
(26819, 76, 601, 'Fruges', ''),
(26820, 76, 601, 'Gavrelle', ''),
(26821, 76, 601, 'Genech', ''),
(26822, 76, 601, 'Ghyvelde', ''),
(26823, 76, 601, 'Glageon', ''),
(26824, 76, 601, 'Godewaersvelde', ''),
(26825, 76, 601, 'Goeulzin', ''),
(26826, 76, 601, 'Gomiecourt', ''),
(26827, 76, 601, 'Gommegnies', ''),
(26828, 76, 601, 'Gondecourt', ''),
(26829, 76, 601, 'Gosnay', ''),
(26830, 76, 601, 'Gouves', ''),
(26831, 76, 601, 'Gouy-en-Artois', ''),
(26832, 76, 601, 'Gouy-sous-Bellonne', ''),
(26833, 76, 601, 'Gouzeaucourt', ''),
(26834, 76, 601, 'Grand-Fort-Philippe', ''),
(26835, 76, 601, 'Grande-Synthe', ''),
(26836, 76, 601, 'Gravelines', ''),
(26837, 76, 601, 'Grenay', ''),
(26838, 76, 601, 'Groffliers', ''),
(26839, 76, 601, 'Guarbecque', ''),
(26840, 76, 601, 'Guemps', ''),
(26841, 76, 601, 'Guesnain', ''),
(26842, 76, 601, 'Guines', ''),
(26843, 76, 601, 'Haillicourt', ''),
(26844, 76, 601, 'Haisnes', ''),
(26845, 76, 601, 'Halinghen', ''),
(26846, 76, 601, 'Hallennes-lez-Haubourdin', ''),
(26847, 76, 601, 'Hallines', ''),
(26848, 76, 601, 'Halluin', ''),
(26849, 76, 601, 'Ham-en-Artois', ''),
(26850, 76, 601, 'Hamblain-les-Pres', ''),
(26851, 76, 601, 'Hamel', ''),
(26852, 76, 601, 'Hantay', ''),
(26853, 76, 601, 'Hardelot-Plage', ''),
(26854, 76, 601, 'Hardinghen', ''),
(26855, 76, 601, 'Hargnies', ''),
(26856, 76, 601, 'Harnes', ''),
(26857, 76, 601, 'Hasnon', ''),
(26858, 76, 601, 'Haspres', ''),
(26859, 76, 601, 'Haubourdin', ''),
(26860, 76, 601, 'Haulchin', ''),
(26861, 76, 601, 'Haussy', ''),
(26862, 76, 601, 'Haute-Avesnes', ''),
(26863, 76, 601, 'Hautmont', ''),
(26864, 76, 601, 'Haveluy', ''),
(26865, 76, 601, 'Haverskerque', ''),
(26866, 76, 601, 'Havrincourt', ''),
(26867, 76, 601, 'Hazebrouck', ''),
(26868, 76, 601, 'Helesmes', ''),
(26869, 76, 601, 'Hellemmes-Lille', ''),
(26870, 76, 601, 'Hem', ''),
(26871, 76, 601, 'Henin-Beaumont', ''),
(26872, 76, 601, 'Henin-sur-Cojeul', ''),
(26873, 76, 601, 'Hergnies', ''),
(26874, 76, 601, 'Herin', ''),
(26875, 76, 601, 'Herlies', ''),
(26876, 76, 601, 'Herly', ''),
(26877, 76, 601, 'Hermaville', ''),
(26878, 76, 601, 'Hermelinghen', ''),
(26879, 76, 601, 'Hermies', ''),
(26880, 76, 601, 'Hernicourt', ''),
(26881, 76, 601, 'Hersin-Coupigny', ''),
(26882, 76, 601, 'Herzeele', ''),
(26883, 76, 601, 'Hesdigneul-les-Boulogne', ''),
(26884, 76, 601, 'Hesdin', ''),
(26885, 76, 601, 'Hesdin-l\'Abbe', ''),
(26886, 76, 601, 'Heuchin', ''),
(26887, 76, 601, 'Heuringhem', ''),
(26888, 76, 601, 'Hinges', ''),
(26889, 76, 601, 'Hon-Hergies', ''),
(26890, 76, 601, 'Hondeghem', ''),
(26891, 76, 601, 'Hondschoote', ''),
(26892, 76, 601, 'Honnechy', ''),
(26893, 76, 601, 'Hordain', ''),
(26894, 76, 601, 'Hornaing', ''),
(26895, 76, 601, 'Houdain-lez-Bavay', ''),
(26896, 76, 601, 'Houlle', ''),
(26897, 76, 601, 'Houplin-Ancoisne', ''),
(26898, 76, 601, 'Houplines', ''),
(26899, 76, 601, 'Hoymille', ''),
(26900, 76, 601, 'Huclier', ''),
(26901, 76, 601, 'Hucqueliers', ''),
(26902, 76, 601, 'Hulluch', ''),
(26903, 76, 601, 'Illies', ''),
(26904, 76, 601, 'Inchy', ''),
(26905, 76, 601, 'Inghem', ''),
(26906, 76, 601, 'Isbergues', ''),
(26907, 76, 601, 'Isques', ''),
(26908, 76, 601, 'Ivergny', ''),
(26909, 76, 601, 'Iwuy', ''),
(26910, 76, 601, 'Izel-les-Equerchin', ''),
(26911, 76, 601, 'Jeumont', ''),
(26912, 76, 601, 'Jolimetz', ''),
(26913, 76, 601, 'La Bassee', ''),
(26914, 76, 601, 'La Capelle-les-Boulogne', ''),
(26915, 76, 601, 'La Comte', ''),
(26916, 76, 601, 'La Couture', ''),
(26917, 76, 601, 'La Gorgue', ''),
(26918, 76, 601, 'La Groise', ''),
(26919, 76, 601, 'La Loge', ''),
(26920, 76, 601, 'La Longueville', ''),
(26921, 76, 601, 'La Madeleine', ''),
(26922, 76, 601, 'La Sentinelle', ''),
(26923, 76, 601, 'La Thieuloye', ''),
(26924, 76, 601, 'Labeuvriere', ''),
(26925, 76, 601, 'Labourse', ''),
(26926, 76, 601, 'Labuissiere', ''),
(26927, 76, 601, 'Laires', ''),
(26928, 76, 601, 'Lallaing', ''),
(26929, 76, 601, 'Lambersart', ''),
(26930, 76, 601, 'Lambres-lez-Douai', ''),
(26931, 76, 601, 'Landas', ''),
(26932, 76, 601, 'Landrecies', ''),
(26933, 76, 601, 'Landrethun-le-Nord', ''),
(26934, 76, 601, 'Lannoy', ''),
(26935, 76, 601, 'Lapugnoy', ''),
(26936, 76, 601, 'Lattre-Saint-Quentin', ''),
(26937, 76, 601, 'Lauwin-Planque', ''),
(26938, 76, 601, 'Laventie', ''),
(26939, 76, 601, 'Le Cateau-Cambresis', ''),
(26940, 76, 601, 'Le Doulieu', ''),
(26941, 76, 601, 'Le Favril', ''),
(26942, 76, 601, 'Le Maisnil', ''),
(26943, 76, 601, 'Le Parcq', ''),
(26944, 76, 601, 'Le Portel', ''),
(26945, 76, 601, 'Le Quesnoy', ''),
(26946, 76, 601, 'Le Souich', ''),
(26947, 76, 601, 'Le Touquet-Paris-Plage', ''),
(26948, 76, 601, 'Lecelles', ''),
(26949, 76, 601, 'Lecluse', ''),
(26950, 76, 601, 'Leers', ''),
(26951, 76, 601, 'Leffrinckoucke', ''),
(26952, 76, 601, 'Leforest', ''),
(26953, 76, 601, 'Lens', ''),
(26954, 76, 601, 'Les Attaques', ''),
(26955, 76, 601, 'Lesquin', ''),
(26956, 76, 601, 'Lestrem', ''),
(26957, 76, 601, 'Leval', ''),
(26958, 76, 601, 'Lewarde', ''),
(26959, 76, 601, 'Lezennes', ''),
(26960, 76, 601, 'Libercourt', ''),
(26961, 76, 601, 'Licques', ''),
(26962, 76, 601, 'Lieres', ''),
(26963, 76, 601, 'Lieu-Saint-Amand', ''),
(26964, 76, 601, 'Liévin', ''),
(26965, 76, 601, 'Ligny-en-Cambresis', ''),
(26966, 76, 601, 'Ligny-Thilloy', ''),
(26967, 76, 601, 'Lille', ''),
(26968, 76, 601, 'Lillers', ''),
(26969, 76, 601, 'Linghem', ''),
(26970, 76, 601, 'Linselles', ''),
(26971, 76, 601, 'Locon', ''),
(26972, 76, 601, 'Loison-sous-Lens', ''),
(26973, 76, 601, 'Lomme', ''),
(26974, 76, 601, 'Lompret', ''),
(26975, 76, 601, 'Longfosse', ''),
(26976, 76, 601, 'Longuenesse', ''),
(26977, 76, 601, 'Loon-Plage', ''),
(26978, 76, 601, 'Loos', ''),
(26979, 76, 601, 'Loos-en-Gohelle', ''),
(26980, 76, 601, 'Lorgies', ''),
(26981, 76, 601, 'Louches', ''),
(26982, 76, 601, 'Lourches', ''),
(26983, 76, 601, 'Louvignies-Quesnoy', ''),
(26984, 76, 601, 'Louvil', ''),
(26985, 76, 601, 'Louvroil', ''),
(26986, 76, 601, 'Lozinghem', ''),
(26987, 76, 601, 'Lumbres', ''),
(26988, 76, 601, 'Magnicourt-en-Comte', ''),
(26989, 76, 601, 'Maing', ''),
(26990, 76, 601, 'Maintenay', ''),
(26991, 76, 601, 'Mametz', ''),
(26992, 76, 601, 'Marchiennes', ''),
(26993, 76, 601, 'Marck', ''),
(26994, 76, 601, 'Marcoing', ''),
(26995, 76, 601, 'Marconnelle', ''),
(26996, 76, 601, 'Marcq-en-Baroeul', ''),
(26997, 76, 601, 'Maresches', ''),
(26998, 76, 601, 'Marles-les-Mines', ''),
(26999, 76, 601, 'Marly', ''),
(27000, 76, 601, 'Maroeuil', ''),
(27001, 76, 601, 'Maroilles', ''),
(27002, 76, 601, 'Marpent', ''),
(27003, 76, 601, 'Marquette-en-Ostrevant', ''),
(27004, 76, 601, 'Marquette-lez-Lille', ''),
(27005, 76, 601, 'Marquion', ''),
(27006, 76, 601, 'Marquise', ''),
(27007, 76, 601, 'Masnieres', ''),
(27008, 76, 601, 'Masny', ''),
(27009, 76, 601, 'Mastaing', ''),
(27010, 76, 601, 'Maubeuge', ''),
(27011, 76, 601, 'Maulde', ''),
(27012, 76, 601, 'Mazingarbe', ''),
(27013, 76, 601, 'Mencas', ''),
(27014, 76, 601, 'Menneville', ''),
(27015, 76, 601, 'Merck-Saint-Lievin', ''),
(27016, 76, 601, 'Mericourt', ''),
(27017, 76, 601, 'Merlimont', ''),
(27018, 76, 601, 'Merville', ''),
(27019, 76, 601, 'Meteren', ''),
(27020, 76, 601, 'Metz-en-Couture', ''),
(27021, 76, 601, 'Meurchin', ''),
(27022, 76, 601, 'Millonfosse', ''),
(27023, 76, 601, 'Moncheaux-les-Frevent', ''),
(27024, 76, 601, 'Monchecourt', ''),
(27025, 76, 601, 'Monneville', ''),
(27026, 76, 601, 'Mons-en-Baroeul', ''),
(27027, 76, 601, 'Mons-en-Pevele', ''),
(27028, 76, 601, 'Mont-Bernanchon', ''),
(27029, 76, 601, 'Montenescourt', ''),
(27030, 76, 601, 'Montigny-en-Cambresis', ''),
(27031, 76, 601, 'Montigny-en-Gohelle', ''),
(27032, 76, 601, 'Montigny-en-Ostrevent', ''),
(27033, 76, 601, 'Montreuil-sur-Mer', ''),
(27034, 76, 601, 'Morbecque', ''),
(27035, 76, 601, 'Mortagne-du-Nord', ''),
(27036, 76, 601, 'Mory', ''),
(27037, 76, 601, 'Mouchin', ''),
(27038, 76, 601, 'Moulle', ''),
(27039, 76, 601, 'Mouvaux', ''),
(27040, 76, 601, 'Nesles', ''),
(27041, 76, 601, 'Neuf-Mesnil', ''),
(27042, 76, 601, 'Neufchatel-Hardelot', ''),
(27043, 76, 601, 'Neuve-Chapelle', ''),
(27044, 76, 601, 'Neuville-en-Avesnois', ''),
(27045, 76, 601, 'Neuville-en-Ferrain', ''),
(27046, 76, 601, 'Neuville-Saint-Remy', ''),
(27047, 76, 601, 'Neuville-Saint-Vaast', ''),
(27048, 76, 601, 'Neuville-sur-Escaut', ''),
(27049, 76, 601, 'Neuville-Vitasse', ''),
(27050, 76, 601, 'Nielles-les-Ardres', ''),
(27051, 76, 601, 'Nieppe', ''),
(27052, 76, 601, 'Nieurlet', ''),
(27053, 76, 601, 'Noeux-les-Auxi', ''),
(27054, 76, 601, 'Noeux-les-Mines', ''),
(27055, 76, 601, 'Norrent-Fontes', ''),
(27056, 76, 601, 'Nortkerque', ''),
(27057, 76, 601, 'Noyelles-Godault', ''),
(27058, 76, 601, 'Noyelles-les-Seclin', ''),
(27059, 76, 601, 'Noyelles-les-Vermelles', ''),
(27060, 76, 601, 'Noyelles-sous-Lens', ''),
(27061, 76, 601, 'Noyelles-sur-Escaut', ''),
(27062, 76, 601, 'Odomez', ''),
(27063, 76, 601, 'Offekerque', ''),
(27064, 76, 601, 'Oignies', ''),
(27065, 76, 601, 'Oisy-le-Verger', ''),
(27066, 76, 601, 'Onnaing', ''),
(27067, 76, 601, 'Oppy', ''),
(27068, 76, 601, 'Orchies', ''),
(27069, 76, 601, 'Ors', ''),
(27070, 76, 601, 'Orsinval', ''),
(27071, 76, 601, 'Ostricourt', ''),
(27072, 76, 601, 'Ourton', ''),
(27073, 76, 601, 'Outreau', ''),
(27074, 76, 601, 'Ouve-Wirquin', ''),
(27075, 76, 601, 'Oye-Plage', ''),
(27076, 76, 601, 'Paillencourt', ''),
(27077, 76, 601, 'Palluel', ''),
(27078, 76, 601, 'Pas-en-Artois', ''),
(27079, 76, 601, 'Pecquencourt', ''),
(27080, 76, 601, 'Pelves', ''),
(27081, 76, 601, 'Perenchies', ''),
(27082, 76, 601, 'Pernes', ''),
(27083, 76, 601, 'Pernes-les-Boulogne', ''),
(27084, 76, 601, 'Peronne-en-Melantois', ''),
(27085, 76, 601, 'Petite-Foret', ''),
(27086, 76, 601, 'Peuplingues', ''),
(27087, 76, 601, 'Phalempin', ''),
(27088, 76, 601, 'Pierremont', ''),
(27089, 76, 601, 'Pihen-les-Guines', ''),
(27090, 76, 601, 'Pitgam', ''),
(27091, 76, 601, 'Plouvain', ''),
(27092, 76, 601, 'Plumoison', ''),
(27093, 76, 601, 'Poix-du-Nord', ''),
(27094, 76, 601, 'Polincove', ''),
(27095, 76, 601, 'Pommera', ''),
(27096, 76, 601, 'Pont-a-Marcq', ''),
(27097, 76, 601, 'Pont-a-Vendin', ''),
(27098, 76, 601, 'Pont-sur-Sambre', ''),
(27099, 76, 601, 'Pradelles', ''),
(27100, 76, 601, 'Premesques', ''),
(27101, 76, 601, 'Preseau', ''),
(27102, 76, 601, 'Preures', ''),
(27103, 76, 601, 'Pronville', ''),
(27104, 76, 601, 'Prouvy', ''),
(27105, 76, 601, 'Proville', ''),
(27106, 76, 601, 'Provin', ''),
(27107, 76, 601, 'Quaedypre', ''),
(27108, 76, 601, 'Quarouble', ''),
(27109, 76, 601, 'Quelmes', ''),
(27110, 76, 601, 'Querenaing', ''),
(27111, 76, 601, 'Quesnoy-sur-Deule', ''),
(27112, 76, 601, 'Quesques', ''),
(27113, 76, 601, 'Quiestede', ''),
(27114, 76, 601, 'Quievrechain', ''),
(27115, 76, 601, 'Quievy', ''),
(27116, 76, 601, 'Raches', ''),
(27117, 76, 601, 'Racquinghem', ''),
(27118, 76, 601, 'Radinghem', ''),
(27119, 76, 601, 'Radinghem-en-Weppes', ''),
(27120, 76, 601, 'Raimbeaucourt', ''),
(27121, 76, 601, 'Raismes', ''),
(27122, 76, 601, 'Ranchicourt', ''),
(27123, 76, 601, 'Rang-du-Fliers', ''),
(27124, 76, 601, 'Rebecques', ''),
(27125, 76, 601, 'Recquignies', ''),
(27126, 76, 601, 'Remilly-Wirquin', ''),
(27127, 76, 601, 'Renescure', ''),
(27128, 76, 601, 'Rety', ''),
(27129, 76, 601, 'Rexpoede', ''),
(27130, 76, 601, 'Richebourg', ''),
(27131, 76, 601, 'Rieulay', ''),
(27132, 76, 601, 'Rieux-en-Cambresis', ''),
(27133, 76, 601, 'Rinxent', ''),
(27134, 76, 601, 'Riviere', ''),
(27135, 76, 601, 'Robecq', ''),
(27136, 76, 601, 'Roeulx', ''),
(27137, 76, 601, 'Roeux', ''),
(27138, 76, 601, 'Ronchin', ''),
(27139, 76, 601, 'Roncq', ''),
(27140, 76, 601, 'Roost-Warendin', ''),
(27141, 76, 601, 'Roquetoire', ''),
(27142, 76, 601, 'Rosult', ''),
(27143, 76, 601, 'Roubaix', ''),
(27144, 76, 601, 'Rousies', ''),
(27145, 76, 601, 'Rouvignies', ''),
(27146, 76, 601, 'Rouvroy', ''),
(27147, 76, 601, 'Royon', ''),
(27148, 76, 601, 'Ruitz', ''),
(27149, 76, 601, 'Rumaucourt', ''),
(27150, 76, 601, 'Ruminghem', ''),
(27151, 76, 601, 'Sachin', ''),
(27152, 76, 601, 'Sailly-au-Bois', ''),
(27153, 76, 601, 'Sailly-en-Ostrevent', ''),
(27154, 76, 601, 'Sailly-Labourse', ''),
(27155, 76, 601, 'Sailly-lez-Cambrai', ''),
(27156, 76, 601, 'Sailly-sur-la-Lys', ''),
(27157, 76, 601, 'Sainghin-en-Melantois', ''),
(27158, 76, 601, 'Sainghin-en-Weppes', ''),
(27159, 76, 601, 'Sains-du-Nord', ''),
(27160, 76, 601, 'Sains-en-Gohelle', ''),
(27161, 76, 601, 'Sains-les-Marquion', ''),
(27162, 76, 601, 'Saint Nicolas Les Arras', ''),
(27163, 76, 601, 'Saint-Amand-les-Eaux', ''),
(27164, 76, 601, 'Saint-Andre-lez-Lille', ''),
(27165, 76, 601, 'Saint-Aubert', ''),
(27166, 76, 601, 'Saint-Aubin', ''),
(27167, 76, 601, 'Saint-Aybert', ''),
(27168, 76, 601, 'Saint-Etienne-au-Mont', ''),
(27169, 76, 601, 'Saint-Floris', ''),
(27170, 76, 601, 'Saint-Folquin', ''),
(27171, 76, 601, 'Saint-Hilaire-sur-Helpe', ''),
(27172, 76, 601, 'Saint-Jans-Cappel', ''),
(27173, 76, 601, 'Saint-Josse', ''),
(27174, 76, 601, 'Saint-Laurent-Blangy', ''),
(27175, 76, 601, 'Saint-Leonard', ''),
(27176, 76, 601, 'Saint-Martin-au-Laert', ''),
(27177, 76, 601, 'Saint-Martin-Boulogne', ''),
(27178, 76, 601, 'Saint-Michel-sous-Bois', ''),
(27179, 76, 601, 'Saint-Michel-sur-Ternoise', ''),
(27180, 76, 601, 'Saint-Omer', ''),
(27181, 76, 601, 'Saint-Omer-Capelle', ''),
(27182, 76, 601, 'Saint-Pol-sur-Mer', ''),
(27183, 76, 601, 'Saint-Pol-sur-Ternoise', ''),
(27184, 76, 601, 'Saint-Remy-Chaussee', ''),
(27185, 76, 601, 'Saint-Remy-du-Nord', ''),
(27186, 76, 601, 'Saint-Saulve', ''),
(27187, 76, 601, 'Saint-Tricat', ''),
(27188, 76, 601, 'Saint-Vaast-en-Cambresis', ''),
(27189, 76, 601, 'Saint-Venant', ''),
(27190, 76, 601, 'Sainte-Catherine', ''),
(27191, 76, 601, 'Sainte-Cecile-Plage', ''),
(27192, 76, 601, 'Sainte-Marie-Kerque', ''),
(27193, 76, 601, 'Sallaumines', ''),
(27194, 76, 601, 'Salome', ''),
(27195, 76, 601, 'Salperwick', ''),
(27196, 76, 601, 'Samer', ''),
(27197, 76, 601, 'Sangatte', ''),
(27198, 76, 601, 'Santes', ''),
(27199, 76, 601, 'Sars-et-Rosieres', ''),
(27200, 76, 601, 'Sars-Poteries', ''),
(27201, 76, 601, 'Saultain', ''),
(27202, 76, 601, 'Saulty', ''),
(27203, 76, 601, 'Saulzoir', ''),
(27204, 76, 601, 'Sebourg', ''),
(27205, 76, 601, 'Seclin', ''),
(27206, 76, 601, 'Sempy', ''),
(27207, 76, 601, 'Seninghem', ''),
(27208, 76, 601, 'Senlis', ''),
(27209, 76, 601, 'Sepmeries', ''),
(27210, 76, 601, 'Sequedin', ''),
(27211, 76, 601, 'Setques', ''),
(27212, 76, 601, 'Sin-le-Noble', ''),
(27213, 76, 601, 'Solesmes', ''),
(27214, 76, 601, 'Somain', ''),
(27215, 76, 601, 'Sommaing', ''),
(27216, 76, 601, 'Sorrus', ''),
(27217, 76, 601, 'Souchez', ''),
(27218, 76, 601, 'Spycker', ''),
(27219, 76, 601, 'Staple', ''),
(27220, 76, 601, 'Steenbecque', ''),
(27221, 76, 601, 'Steene', ''),
(27222, 76, 601, 'Steenvoorde', ''),
(27223, 76, 601, 'Steenwerck', ''),
(27224, 76, 601, 'Stella-Plage', ''),
(27225, 76, 601, 'Surques', ''),
(27226, 76, 601, 'Taisnieres-sur-Hon', ''),
(27227, 76, 601, 'Tatinghem', ''),
(27228, 76, 601, 'Templemars', ''),
(27229, 76, 601, 'Templeuve', ''),
(27230, 76, 601, 'Ternas', ''),
(27231, 76, 601, 'Teteghem', ''),
(27232, 76, 601, 'Thelus', ''),
(27233, 76, 601, 'Therouanne', ''),
(27234, 76, 601, 'Thiant', ''),
(27235, 76, 601, 'Thivencelle', ''),
(27236, 76, 601, 'Thumeries', ''),
(27237, 76, 601, 'Thun-Saint-Amand', ''),
(27238, 76, 601, 'Thun-Saint-Martin', ''),
(27239, 76, 601, 'Tilloy-lez-Marchiennes', ''),
(27240, 76, 601, 'Tilques', ''),
(27241, 76, 601, 'Tortefontaine', ''),
(27242, 76, 601, 'Tortequesne', ''),
(27243, 76, 601, 'Toufflers', ''),
(27244, 76, 601, 'Tourcoing', ''),
(27245, 76, 601, 'Tournehem-sur-la-Hem', ''),
(27246, 76, 601, 'Trelon', ''),
(27247, 76, 601, 'Trepied', ''),
(27248, 76, 601, 'Trith-Saint-Leger', ''),
(27249, 76, 601, 'Troisvilles', ''),
(27250, 76, 601, 'Valenciennes', ''),
(27251, 76, 601, 'Valhuon', ''),
(27252, 76, 601, 'Vendegies-au-Bois', ''),
(27253, 76, 601, 'Vendegies-sur-Ecaillon', ''),
(27254, 76, 601, 'Vendeville', ''),
(27255, 76, 601, 'Vendin-le-Vieil', ''),
(27256, 76, 601, 'Vendin-les-Bethune', ''),
(27257, 76, 601, 'Verchain-Maugre', ''),
(27258, 76, 601, 'Verlinghem', ''),
(27259, 76, 601, 'Vermelles', ''),
(27260, 76, 601, 'Verquigneul', ''),
(27261, 76, 601, 'Verquin', ''),
(27262, 76, 601, 'Vicq', ''),
(27263, 76, 601, 'Vieille-Eglise', ''),
(27264, 76, 601, 'Viesly', ''),
(27265, 76, 601, 'Vieux Conde', ''),
(27266, 76, 601, 'Vieux-Berquin', ''),
(27267, 76, 601, 'Vieux-Conde', ''),
(27268, 76, 601, 'Vieux-Reng', ''),
(27269, 76, 601, 'Villereau', ''),
(27270, 76, 601, 'Villers-au-Bois', ''),
(27271, 76, 601, 'Villers-en-Cauchies', ''),
(27272, 76, 601, 'Villers-Guislain', ''),
(27273, 76, 601, 'Villers-Outreaux', ''),
(27274, 76, 601, 'Villers-Sire-Nicole', ''),
(27275, 76, 601, 'Vimy', ''),
(27276, 76, 601, 'Violaines', ''),
(27277, 76, 601, 'Vis-en-Artois', ''),
(27278, 76, 601, 'Vitry-en-Artois', ''),
(27279, 76, 601, 'Volckerinckhove', ''),
(27280, 76, 601, 'Vred', ''),
(27281, 76, 601, 'Wahagnies', ''),
(27282, 76, 601, 'Wailly', ''),
(27283, 76, 601, 'Wailly-Beaucamp', ''),
(27284, 76, 601, 'Wallers', ''),
(27285, 76, 601, 'Wambercourt', ''),
(27286, 76, 601, 'Wambrechies', ''),
(27287, 76, 601, 'Wannehain', ''),
(27288, 76, 601, 'Wardrecques', ''),
(27289, 76, 601, 'Warendin', ''),
(27290, 76, 601, 'Wargnies-le-Grand', ''),
(27291, 76, 601, 'Wargnies-le-Petit', ''),
(27292, 76, 601, 'Warlaing', ''),
(27293, 76, 601, 'Wasnes-au-Bac', ''),
(27294, 76, 601, 'Wasquehal', ''),
(27295, 76, 601, 'Watten', ''),
(27296, 76, 601, 'Wattignies', ''),
(27297, 76, 601, 'Wattrelos', ''),
(27298, 76, 601, 'Wavrechain-sous-Denain', ''),
(27299, 76, 601, 'Wavrin', ''),
(27300, 76, 601, 'Waziers', ''),
(27301, 76, 601, 'Wemaers-Cappel', ''),
(27302, 76, 601, 'Wervicq-Sud', ''),
(27303, 76, 601, 'West-Cappel', ''),
(27304, 76, 601, 'Wicres', ''),
(27305, 76, 601, 'Wierre-Effroy', ''),
(27306, 76, 601, 'Wignehies', ''),
(27307, 76, 601, 'Willems', ''),
(27308, 76, 601, 'Wimereux', ''),
(27309, 76, 601, 'Wimille', ''),
(27310, 76, 601, 'Wingles', ''),
(27311, 76, 601, 'Winnezeele', ''),
(27312, 76, 601, 'Wisques', ''),
(27313, 76, 601, 'Wissant', ''),
(27314, 76, 601, 'Witternesse', ''),
(27315, 76, 601, 'Wittes', ''),
(27316, 76, 601, 'Wizernes', ''),
(27317, 76, 601, 'Wormhout', ''),
(27318, 76, 601, 'Wulverdinghe', ''),
(27319, 76, 601, 'Ytres', ''),
(27320, 76, 601, 'Zegerscappel', ''),
(27321, 76, 601, 'Zutkerque', ''),
(27322, 76, 601, 'Zuydcoote', ''),
(27323, 76, 602, 'Abbaretz', ''),
(27324, 76, 602, 'Ahuille', ''),
(27325, 76, 602, 'Aigne', ''),
(27326, 76, 602, 'Aigrefeuille-sur-Maine', ''),
(27327, 76, 602, 'Aizenay', ''),
(27328, 76, 602, 'Allonnes', ''),
(27329, 76, 602, 'Ambillou-Chateau', ''),
(27330, 76, 602, 'Ampoigne', ''),
(27331, 76, 602, 'Ancenis', ''),
(27332, 76, 602, 'Ancinnes', ''),
(27333, 76, 602, 'Andard', ''),
(27334, 76, 602, 'Andouille', ''),
(27335, 76, 602, 'Andreze', ''),
(27336, 76, 602, 'Anetz', ''),
(27337, 76, 602, 'Angers', ''),
(27338, 76, 602, 'Angles', ''),
(27339, 76, 602, 'Angrie', ''),
(27340, 76, 602, 'Antoigne', ''),
(27341, 76, 602, 'Arconnay', ''),
(27342, 76, 602, 'Argentre', ''),
(27343, 76, 602, 'Armaille', ''),
(27344, 76, 602, 'Arnage', ''),
(27345, 76, 602, 'Aron', ''),
(27346, 76, 602, 'Arquenay', ''),
(27347, 76, 602, 'Arthon-en-Retz', ''),
(27348, 76, 602, 'Asse-le-Berenger', ''),
(27349, 76, 602, 'Asserac', ''),
(27350, 76, 602, 'Astille', ''),
(27351, 76, 602, 'Athee', ''),
(27352, 76, 602, 'Aubigne-Racan', ''),
(27353, 76, 602, 'Aubigny', ''),
(27354, 76, 602, 'Auvers-le-Hamon', ''),
(27355, 76, 602, 'Auverse', ''),
(27356, 76, 602, 'Avire', ''),
(27357, 76, 602, 'Avoise', ''),
(27358, 76, 602, 'Avrille', ''),
(27359, 76, 602, 'Aze', ''),
(27360, 76, 602, 'Ballon', ''),
(27361, 76, 602, 'Ballots', ''),
(27362, 76, 602, 'Barbatre', ''),
(27363, 76, 602, 'Barbechat', ''),
(27364, 76, 602, 'Basse-Goulaine', ''),
(27365, 76, 602, 'Batz-sur-Mer', ''),
(27366, 76, 602, 'Bauge-en-Anjou', ''),
(27367, 76, 602, 'Baune', ''),
(27368, 76, 602, 'Bazoges-en-Paillers', ''),
(27369, 76, 602, 'Bazouges', ''),
(27370, 76, 602, 'Bazouges-sur-le-Loir', ''),
(27371, 76, 602, 'Beaucouze', ''),
(27372, 76, 602, 'Beaufay', ''),
(27373, 76, 602, 'Beaufort-en-Vallee', ''),
(27374, 76, 602, 'Beaulieu-sous-la-Roche', ''),
(27375, 76, 602, 'Beaulieu-sur-Layon', ''),
(27376, 76, 602, 'Beaumont-sur-Deme', ''),
(27377, 76, 602, 'Beaumont-sur-Sarthe', ''),
(27378, 76, 602, 'Beaupreau', ''),
(27379, 76, 602, 'Beaurepaire', ''),
(27380, 76, 602, 'Beausse', ''),
(27381, 76, 602, 'Beauvoir-sur-Mer', ''),
(27382, 76, 602, 'Begrolles-en-Mauges', ''),
(27383, 76, 602, 'Beille', ''),
(27384, 76, 602, 'Bel Air', ''),
(27385, 76, 602, 'Belleville-sur-Vie', ''),
(27386, 76, 602, 'Bene', ''),
(27387, 76, 602, 'Benet', ''),
(27388, 76, 602, 'Berfay', ''),
(27389, 76, 602, 'Besne', ''),
(27390, 76, 602, 'Bessay', ''),
(27391, 76, 602, 'Besse-sur-Braye', ''),
(27392, 76, 602, 'Blain', ''),
(27393, 76, 602, 'Blaison-Gohier', ''),
(27394, 76, 602, 'Blandouet', ''),
(27395, 76, 602, 'Blou', ''),
(27396, 76, 602, 'Bois-de-Cene', ''),
(27397, 76, 602, 'Bonchamp-les-Laval', ''),
(27398, 76, 602, 'Bonnetable', ''),
(27399, 76, 602, 'Bonnoeuvre', ''),
(27400, 76, 602, 'Botz-en-Mauges', ''),
(27401, 76, 602, 'Bouaye', ''),
(27402, 76, 602, 'Bouchemaine', ''),
(27403, 76, 602, 'Bouee', ''),
(27404, 76, 602, 'Bouer', ''),
(27405, 76, 602, 'Bouere', ''),
(27406, 76, 602, 'Bouessay', ''),
(27407, 76, 602, 'Bouffere', ''),
(27408, 76, 602, 'Bouguenais', ''),
(27409, 76, 602, 'Bouin', ''),
(27410, 76, 602, 'Bouloire', ''),
(27411, 76, 602, 'Bourg-l\'Eveque', ''),
(27412, 76, 602, 'Bourgneuf-en-Retz', ''),
(27413, 76, 602, 'Bourgon', ''),
(27414, 76, 602, 'Bournezeau', ''),
(27415, 76, 602, 'Boussay', ''),
(27416, 76, 602, 'Bouvron', ''),
(27417, 76, 602, 'Bouzille', ''),
(27418, 76, 602, 'Brain-sur-Allonnes', ''),
(27419, 76, 602, 'Brain-sur-l\'Authion', ''),
(27420, 76, 602, 'Brain-sur-Longuenee', ''),
(27421, 76, 602, 'Brains', ''),
(27422, 76, 602, 'Brains-sur-Gee', ''),
(27423, 76, 602, 'Bree', ''),
(27424, 76, 602, 'Bretignolles-sur-Mer', ''),
(27425, 76, 602, 'Breuil-Barret', ''),
(27426, 76, 602, 'Breze', ''),
(27427, 76, 602, 'Briere', ''),
(27428, 76, 602, 'Briollay', ''),
(27429, 76, 602, 'Brion', ''),
(27430, 76, 602, 'Brissac-Quince', ''),
(27431, 76, 602, 'Brissarthe', ''),
(27432, 76, 602, 'Broc', ''),
(27433, 76, 602, 'Brulon', ''),
(27434, 76, 602, 'Campbon', ''),
(27435, 76, 602, 'Cantenay-Epinard', ''),
(27436, 76, 602, 'Carquefou', ''),
(27437, 76, 602, 'Casson', ''),
(27438, 76, 602, 'Cerans-Foulletourte', ''),
(27439, 76, 602, 'Chailland', ''),
(27440, 76, 602, 'Challans', ''),
(27441, 76, 602, 'Chalonnes-sur-Loire', ''),
(27442, 76, 602, 'Chalons-du-Maine', ''),
(27443, 76, 602, 'Champfleur', ''),
(27444, 76, 602, 'Champigne', ''),
(27445, 76, 602, 'Champtoce-sur-Loire', ''),
(27446, 76, 602, 'Champtoceaux', ''),
(27447, 76, 602, 'Change', ''),
(27448, 76, 602, 'Chanteloup-les-Bois', ''),
(27449, 76, 602, 'Chantonnay', ''),
(27450, 76, 602, 'Chanzeaux', ''),
(27451, 76, 602, 'Chasnais', ''),
(27452, 76, 602, 'Chateau-d\'Olonne', ''),
(27453, 76, 602, 'Chateau-du-Loir', ''),
(27454, 76, 602, 'Chateau-Gontier', ''),
(27455, 76, 602, 'Chateau-Guibert', ''),
(27456, 76, 602, 'Chateaubriant', ''),
(27457, 76, 602, 'Chateauneuf', ''),
(27458, 76, 602, 'Chateauneuf-sur-Sarthe', ''),
(27459, 76, 602, 'Chatelain', ''),
(27460, 76, 602, 'Chatelais', ''),
(27461, 76, 602, 'Chatillon-sur-Colmont', ''),
(27462, 76, 602, 'Chatres-la-Foret', ''),
(27463, 76, 602, 'Chauve', ''),
(27464, 76, 602, 'Chavagnes-en-Paillers', ''),
(27465, 76, 602, 'Chavagnes-les-Redoux', ''),
(27466, 76, 602, 'Chaze-sur-Argos', ''),
(27467, 76, 602, 'Cheffois', ''),
(27468, 76, 602, 'Cheix-en-Retz', ''),
(27469, 76, 602, 'Chemaze', ''),
(27470, 76, 602, 'Chemellier', ''),
(27471, 76, 602, 'Chemere', ''),
(27472, 76, 602, 'Chemille-Melay', ''),
(27473, 76, 602, 'Chemire-en-Charnie', ''),
(27474, 76, 602, 'Chemire-sur-Sarthe', ''),
(27475, 76, 602, 'Chenay', ''),
(27476, 76, 602, 'Cherre', ''),
(27477, 76, 602, 'Cheville', ''),
(27478, 76, 602, 'Chevire-le-Rouge', ''),
(27479, 76, 602, 'Cholet', ''),
(27480, 76, 602, 'Cigne', ''),
(27481, 76, 602, 'Clefs-Val d\'Anjou', ''),
(27482, 76, 602, 'Clermont-Creans', ''),
(27483, 76, 602, 'Clisson', ''),
(27484, 76, 602, 'Coex', ''),
(27485, 76, 602, 'Colombiers-du-Plessis', ''),
(27486, 76, 602, 'Combree', ''),
(27487, 76, 602, 'Commequiers', ''),
(27488, 76, 602, 'Congrier', ''),
(27489, 76, 602, 'Connerre', ''),
(27490, 76, 602, 'Conquereuil', ''),
(27491, 76, 602, 'Contigne', ''),
(27492, 76, 602, 'Cordemais', ''),
(27493, 76, 602, 'Corne', ''),
(27494, 76, 602, 'Corpe', ''),
(27495, 76, 602, 'Corsept', ''),
(27496, 76, 602, 'Corze', ''),
(27497, 76, 602, 'Cosmes', ''),
(27498, 76, 602, 'Cosse', ''),
(27499, 76, 602, 'Cosse-d\'Anjou', ''),
(27500, 76, 602, 'Cosse-le-Vivien', ''),
(27501, 76, 602, 'Coudrecieux', ''),
(27502, 76, 602, 'Coueron', ''),
(27503, 76, 602, 'Couesmes-Vauce', ''),
(27504, 76, 602, 'Couffe', ''),
(27505, 76, 602, 'Coulaines', ''),
(27506, 76, 602, 'Coulans-sur-Gee', ''),
(27507, 76, 602, 'Courcemont', ''),
(27508, 76, 602, 'Courdemanche', ''),
(27509, 76, 602, 'Coutures', ''),
(27510, 76, 602, 'Craon', ''),
(27511, 76, 602, 'Croix-de-Vie', ''),
(27512, 76, 602, 'Crosmieres', ''),
(27513, 76, 602, 'Crossac', ''),
(27514, 76, 602, 'Cugand', ''),
(27515, 76, 602, 'Cuille', ''),
(27516, 76, 602, 'Cuon', ''),
(27517, 76, 602, 'Daumeray', ''),
(27518, 76, 602, 'Denee', ''),
(27519, 76, 602, 'Deneze-sous-Doue', ''),
(27520, 76, 602, 'Derval', ''),
(27521, 76, 602, 'Distre', ''),
(27522, 76, 602, 'Doix', ''),
(27523, 76, 602, 'Dompierre-sur-Yon', ''),
(27524, 76, 602, 'Donges', ''),
(27525, 76, 602, 'Doue-la-Fontaine', ''),
(27526, 76, 602, 'Drain', ''),
(27527, 76, 602, 'Dreffeac', ''),
(27528, 76, 602, 'Duneau', ''),
(27529, 76, 602, 'Durtal', ''),
(27530, 76, 602, 'Ecommoy', ''),
(27531, 76, 602, 'Ecouflant', ''),
(27532, 76, 602, 'Entrammes', ''),
(27533, 76, 602, 'Epineux-le-Seguin', ''),
(27534, 76, 602, 'Erbray', ''),
(27535, 76, 602, 'Erigne', ''),
(27536, 76, 602, 'Ernee', ''),
(27537, 76, 602, 'Etival-les-le-Mans', ''),
(27538, 76, 602, 'Evron', ''),
(27539, 76, 602, 'Falleron', ''),
(27540, 76, 602, 'Fatines', ''),
(27541, 76, 602, 'Fay-de-Bretagne', ''),
(27542, 76, 602, 'Fegreac', ''),
(27543, 76, 602, 'Feneu', ''),
(27544, 76, 602, 'Ferce-sur-Sarthe', ''),
(27545, 76, 602, 'Flee', ''),
(27546, 76, 602, 'Fontenay-le-Comte', ''),
(27547, 76, 602, 'Fontenay-sur-Vegre', ''),
(27548, 76, 602, 'Fougere', ''),
(27549, 76, 602, 'Foussais-Payre', ''),
(27550, 76, 602, 'Freigne', ''),
(27551, 76, 602, 'Fresnay-sur-Sarthe', ''),
(27552, 76, 602, 'Froidfond', ''),
(27553, 76, 602, 'Fromentieres', ''),
(27554, 76, 602, 'Frossay', ''),
(27555, 76, 602, 'Gee', ''),
(27556, 76, 602, 'Gene', ''),
(27557, 76, 602, 'Geneston', ''),
(27558, 76, 602, 'Gennes', ''),
(27559, 76, 602, 'Gesnes-le-Gandelin', ''),
(27560, 76, 602, 'Geste', ''),
(27561, 76, 602, 'Getigne', ''),
(27562, 76, 602, 'Givrand', ''),
(27563, 76, 602, 'Gorges', ''),
(27564, 76, 602, 'Gorron', ''),
(27565, 76, 602, 'Grand\'Landes', ''),
(27566, 76, 602, 'Grand-Auverne', ''),
(27567, 76, 602, 'Grandchamps-des-Fontaines', ''),
(27568, 76, 602, 'Grez-en-Bouere', ''),
(27569, 76, 602, 'Grez-Neuville', ''),
(27570, 76, 602, 'Grosbreuil', ''),
(27571, 76, 602, 'Grues', ''),
(27572, 76, 602, 'Guecelard', ''),
(27573, 76, 602, 'Guemene-Penfao', ''),
(27574, 76, 602, 'Guenrouet', ''),
(27575, 76, 602, 'Guerande', ''),
(27576, 76, 602, 'Hambers', ''),
(27577, 76, 602, 'Haute-Goulaine', ''),
(27578, 76, 602, 'Herbignac', ''),
(27579, 76, 602, 'Heric', ''),
(27580, 76, 602, 'Indre', ''),
(27581, 76, 602, 'Ingrandes', ''),
(27582, 76, 602, 'Isse', ''),
(27583, 76, 602, 'Jallais', ''),
(27584, 76, 602, 'Jans', ''),
(27585, 76, 602, 'Jard-sur-Mer', ''),
(27586, 76, 602, 'Jarze', ''),
(27587, 76, 602, 'Joue-l\'Abbe', ''),
(27588, 76, 602, 'Joue-sur-Erdre', ''),
(27589, 76, 602, 'Juigne-sur-Loire', ''),
(27590, 76, 602, 'Jupilles', ''),
(27591, 76, 602, 'Juvardeil', ''),
(27592, 76, 602, 'L\'Herbergement', ''),
(27593, 76, 602, 'L\'Hermenault', ''),
(27594, 76, 602, 'L\'Huisserie', ''),
(27595, 76, 602, 'L\'Ile-d\'Olonne', ''),
(27596, 76, 602, 'L\'Oie', ''),
(27597, 76, 602, 'La Baconniere', ''),
(27598, 76, 602, 'La Barre-de-Monts', ''),
(27599, 76, 602, 'La Baule-Escoublac', ''),
(27600, 76, 602, 'La Bazoge', ''),
(27601, 76, 602, 'La Bazouge-de-Chemere', ''),
(27602, 76, 602, 'La Bernardiere', ''),
(27603, 76, 602, 'La Bernerie-en-Retz', ''),
(27604, 76, 602, 'La Bohalle', ''),
(27605, 76, 602, 'La Boissiere-des-Landes', ''),
(27606, 76, 602, 'La Bretonniere-la-Claye', ''),
(27607, 76, 602, 'La Bruffiere', ''),
(27608, 76, 602, 'La Caillere-Saint-Hilaire', ''),
(27609, 76, 602, 'La Chaize-le-Vicomte', ''),
(27610, 76, 602, 'La Chapelle-Achard', ''),
(27611, 76, 602, 'La Chapelle-aux-Lys', ''),
(27612, 76, 602, 'La Chapelle-des-Marais', ''),
(27613, 76, 602, 'La Chapelle-Heulin', ''),
(27614, 76, 602, 'La Chapelle-Palluau', ''),
(27615, 76, 602, 'La Chapelle-Saint-Aubin', ''),
(27616, 76, 602, 'La Chapelle-sur-Erdre', ''),
(27617, 76, 602, 'La Chartre-sur-le-Loir', ''),
(27618, 76, 602, 'La Chataigneraie', ''),
(27619, 76, 602, 'La Chaussaire', ''),
(27620, 76, 602, 'La Chevallerais', ''),
(27621, 76, 602, 'La Chevroliere', ''),
(27622, 76, 602, 'La Cornuaille', ''),
(27623, 76, 602, 'La Croixille', ''),
(27624, 76, 602, 'La Dagueniere', ''),
(27625, 76, 602, 'La Ferriere', ''),
(27626, 76, 602, 'La Fleche', ''),
(27627, 76, 602, 'La Garnache', ''),
(27628, 76, 602, 'La Gaubretiere', ''),
(27629, 76, 602, 'La Genetouze', ''),
(27630, 76, 602, 'La Gravelle', ''),
(27631, 76, 602, 'La Gueriniere', ''),
(27632, 76, 602, 'La Guierche', ''),
(27633, 76, 602, 'La Guyonniere', ''),
(27634, 76, 602, 'La Haie', ''),
(27635, 76, 602, 'La Haie-Fouassiere', ''),
(27636, 76, 602, 'La Jaille-Yvon', ''),
(27637, 76, 602, 'La Jaudonniere', ''),
(27638, 76, 602, 'La Jonchere', ''),
(27639, 76, 602, 'La Jubaudiere', ''),
(27640, 76, 602, 'La Lande', ''),
(27641, 76, 602, 'La Limouziniere', ''),
(27642, 76, 602, 'La Meignanne', ''),
(27643, 76, 602, 'La Meilleraie-Tillay', ''),
(27644, 76, 602, 'La Meilleraye-de-Bretagne', ''),
(27645, 76, 602, 'La Membrolle-sur-Longuenee', ''),
(27646, 76, 602, 'La Menitre', ''),
(27647, 76, 602, 'La Merlatiere', ''),
(27648, 76, 602, 'La Milesse', ''),
(27649, 76, 602, 'La Montagne', ''),
(27650, 76, 602, 'La Plaine', ''),
(27651, 76, 602, 'La Planche', ''),
(27652, 76, 602, 'La Poiteviniere', ''),
(27653, 76, 602, 'La Pommeraye', ''),
(27654, 76, 602, 'La Possonniere', ''),
(27655, 76, 602, 'La Poueze', ''),
(27656, 76, 602, 'La Previere', ''),
(27657, 76, 602, 'La Regrippiere', ''),
(27658, 76, 602, 'La Renaudiere', ''),
(27659, 76, 602, 'La Reorthe', ''),
(27660, 76, 602, 'La Roche', ''),
(27661, 76, 602, 'La Roche-sur-Yon', ''),
(27662, 76, 602, 'La Romagne', ''),
(27663, 76, 602, 'La Rouxiere', ''),
(27664, 76, 602, 'La Seguiniere', ''),
(27665, 76, 602, 'La Suze-sur-Sarthe', ''),
(27666, 76, 602, 'La Taillee', ''),
(27667, 76, 602, 'La Tardiere', ''),
(27668, 76, 602, 'La Tessoualle', ''),
(27669, 76, 602, 'La Tourlandry', ''),
(27670, 76, 602, 'La Tranche-sur-Mer', ''),
(27671, 76, 602, 'La Turballe', ''),
(27672, 76, 602, 'La Varenne', ''),
(27673, 76, 602, 'La Verrie', ''),
(27674, 76, 602, 'Laigne', ''),
(27675, 76, 602, 'Laigne-en-Belin', ''),
(27676, 76, 602, 'LAiguillon-sur-Mer', ''),
(27677, 76, 602, 'LAiguillon-sur-Vie', ''),
(27678, 76, 602, 'Lairoux', ''),
(27679, 76, 602, 'Landemont', ''),
(27680, 76, 602, 'Landeronde', ''),
(27681, 76, 602, 'Landevieille', ''),
(27682, 76, 602, 'Landivy', ''),
(27683, 76, 602, 'Lassay-les-Chateaux', ''),
(27684, 76, 602, 'Laubrieres', ''),
(27685, 76, 602, 'Laval', ''),
(27686, 76, 602, 'Lavardin', ''),
(27687, 76, 602, 'Le Bailleul', ''),
(27688, 76, 602, 'Le Bernard', ''),
(27689, 76, 602, 'Le Bignon', ''),
(27690, 76, 602, 'Le Boupere', ''),
(27691, 76, 602, 'Le Bourgneuf-la-Foret', ''),
(27692, 76, 602, 'Le Breil', ''),
(27693, 76, 602, 'Le Cellier', ''),
(27694, 76, 602, 'Le Champ-Saint-Pere', ''),
(27695, 76, 602, 'Le Coudray', ''),
(27696, 76, 602, 'Le Croisic', ''),
(27697, 76, 602, 'Le Fenouiller', ''),
(27698, 76, 602, 'Le Fuilet', ''),
(27699, 76, 602, 'Le Genest-Saint-Isle', ''),
(27700, 76, 602, 'Le Givre', ''),
(27701, 76, 602, 'Le Ham', ''),
(27702, 76, 602, 'Le Landreau', ''),
(27703, 76, 602, 'Le Longeron', ''),
(27704, 76, 602, 'Le Loroux-Bottereau', ''),
(27705, 76, 602, 'Le Louroux-Beconnais', ''),
(27706, 76, 602, 'Le Luart', ''),
(27707, 76, 602, 'Le Lude', ''),
(27708, 76, 602, 'Le Mans', ''),
(27709, 76, 602, 'Le Marillais', ''),
(27710, 76, 602, 'Le May-sur-Evre', ''),
(27711, 76, 602, 'Le Mesnil-en-Vallee', ''),
(27712, 76, 602, 'Le Pallet', ''),
(27713, 76, 602, 'Le Pas', ''),
(27714, 76, 602, 'Le Pellerin', ''),
(27715, 76, 602, 'Le Perrier', ''),
(27716, 76, 602, 'Le Pin', ''),
(27717, 76, 602, 'Le Plessis', ''),
(27718, 76, 602, 'Le Poire-sur-Velluire', ''),
(27719, 76, 602, 'Le Pouliguen', ''),
(27720, 76, 602, 'Le Ribay', ''),
(27721, 76, 602, 'Le Tablier', ''),
(27722, 76, 602, 'Le Temple-de-Bretagne', ''),
(27723, 76, 602, 'Lege', ''),
(27724, 76, 602, 'Les Alleuds', ''),
(27725, 76, 602, 'Les Brouzils', ''),
(27726, 76, 602, 'Les Cerqueux', ''),
(27727, 76, 602, 'Les Champs', ''),
(27728, 76, 602, 'Les Chatelliers-Chateaumur', ''),
(27729, 76, 602, 'Les Clouzeaux', ''),
(27730, 76, 602, 'Les Epesses', ''),
(27731, 76, 602, 'Les Essarts', ''),
(27732, 76, 602, 'Les Herbiers', ''),
(27733, 76, 602, 'Les Landes-Genusson', ''),
(27734, 76, 602, 'Les Loges', ''),
(27735, 76, 602, 'Les Lucs-sur-Boulogne', ''),
(27736, 76, 602, 'Les Magnils-Reigniers', ''),
(27737, 76, 602, 'Les Pineaux', ''),
(27738, 76, 602, 'Les Ponts-de-Ce', ''),
(27739, 76, 602, 'Les Rairies', ''),
(27740, 76, 602, 'Les Roches', ''),
(27741, 76, 602, 'Les Rosiers-sur-Loire', ''),
(27742, 76, 602, 'Les Sorinieres', ''),
(27743, 76, 602, 'Les Vallees', ''),
(27744, 76, 602, 'Lezigne', ''),
(27745, 76, 602, 'Ligne', ''),
(27746, 76, 602, 'Lire', ''),
(27747, 76, 602, 'Loire', ''),
(27748, 76, 602, 'Loiron', ''),
(27749, 76, 602, 'Lombron', ''),
(27750, 76, 602, 'Longeville-sur-Mer', ''),
(27751, 76, 602, 'Longue-Jumelles', ''),
(27752, 76, 602, 'Longuefuye', ''),
(27753, 76, 602, 'Loue', ''),
(27754, 76, 602, 'Louisfert', ''),
(27755, 76, 602, 'Loupfougeres', ''),
(27756, 76, 602, 'Louresse-Rochemenier', ''),
(27757, 76, 602, 'Louverne', ''),
(27758, 76, 602, 'Louvigne', ''),
(27759, 76, 602, 'Luce-sous-Ballon', ''),
(27760, 76, 602, 'Luceau', ''),
(27761, 76, 602, 'Luche-Pringe', ''),
(27762, 76, 602, 'Lucon', ''),
(27763, 76, 602, 'Lue-en-Baugeois', ''),
(27764, 76, 602, 'Mache', ''),
(27765, 76, 602, 'Machecoul', ''),
(27766, 76, 602, 'Maillezais', ''),
(27767, 76, 602, 'Maisdon-sur-Sevre', ''),
(27768, 76, 602, 'Malicorne-sur-Sarthe', ''),
(27769, 76, 602, 'Mallievre', ''),
(27770, 76, 602, 'Malville', ''),
(27771, 76, 602, 'Mamers', ''),
(27772, 76, 602, 'Mansigne', ''),
(27773, 76, 602, 'Marce', ''),
(27774, 76, 602, 'Mareuil-sur-Lay-Dissais', ''),
(27775, 76, 602, 'Marigne-Laille', ''),
(27776, 76, 602, 'Marillet', ''),
(27777, 76, 602, 'Marolles-les-Braults', ''),
(27778, 76, 602, 'Martigne-Briand', ''),
(27779, 76, 602, 'Maulevrier', ''),
(27780, 76, 602, 'Maumusson', ''),
(27781, 76, 602, 'Mauves-sur-Loire', ''),
(27782, 76, 602, 'Mayenne', ''),
(27783, 76, 602, 'Mayet', ''),
(27784, 76, 602, 'Maze', ''),
(27785, 76, 602, 'Melay', ''),
(27786, 76, 602, 'Meral', ''),
(27787, 76, 602, 'Mesanger', ''),
(27788, 76, 602, 'Meslay-du-Maine', ''),
(27789, 76, 602, 'Mesquer', ''),
(27790, 76, 602, 'Mezangers', ''),
(27791, 76, 602, 'Mezeray', ''),
(27792, 76, 602, 'Missillac', ''),
(27793, 76, 602, 'Moisdon-la-Riviere', ''),
(27794, 76, 602, 'Monce-en-Belin', ''),
(27795, 76, 602, 'Monnieres', ''),
(27796, 76, 602, 'Monsireigne', ''),
(27797, 76, 602, 'Montaigu', ''),
(27798, 76, 602, 'Montbert', ''),
(27799, 76, 602, 'Montenay', ''),
(27800, 76, 602, 'Montfaucon-Montigne', ''),
(27801, 76, 602, 'Montflours', ''),
(27802, 76, 602, 'Montfort', ''),
(27803, 76, 602, 'Montigne-le-Brillant', ''),
(27804, 76, 602, 'Montjean-sur-Loire', ''),
(27805, 76, 602, 'Montoir-de-Bretagne', ''),
(27806, 76, 602, 'Montournais', ''),
(27807, 76, 602, 'Montrelais', ''),
(27808, 76, 602, 'Montreuil', ''),
(27809, 76, 602, 'Montreuil-Bellay', ''),
(27810, 76, 602, 'Montreuil-sur-Loir', ''),
(27811, 76, 602, 'Montsoreau', ''),
(27812, 76, 602, 'Montsurs', ''),
(27813, 76, 602, 'Morannes', ''),
(27814, 76, 602, 'Mortagne-sur-Sevre', ''),
(27815, 76, 602, 'Mouchamps', ''),
(27816, 76, 602, 'Mouilleron-en-Pareds', ''),
(27817, 76, 602, 'Mouilleron-le-Captif', ''),
(27818, 76, 602, 'Mouliherne', ''),
(27819, 76, 602, 'Moulins-le-Carbonnel', ''),
(27820, 76, 602, 'Moutiers-les-Mauxfaits', ''),
(27821, 76, 602, 'Moutiers-sur-le-Lay', ''),
(27822, 76, 602, 'Mouzeil', ''),
(27823, 76, 602, 'Mouzillon', ''),
(27824, 76, 602, 'Moze-sur-Louet', ''),
(27825, 76, 602, 'Mulsanne', ''),
(27826, 76, 602, 'Murs-Erigne', ''),
(27827, 76, 602, 'Nalliers', ''),
(27828, 76, 602, 'Nantes', ''),
(27829, 76, 602, 'Nesmy', ''),
(27830, 76, 602, 'Neuville-sur-Sarthe', ''),
(27831, 76, 602, 'Neuvy-en-Mauges', ''),
(27832, 76, 602, 'Nieul-le-Dolent', ''),
(27833, 76, 602, 'Nieul-sur-l\'Autise', ''),
(27834, 76, 602, 'Noellet', ''),
(27835, 76, 602, 'Nogent-le-Bernard', ''),
(27836, 76, 602, 'Noirmoutier-en-l\'Ile', ''),
(27837, 76, 602, 'Nort-sur-Erdre', ''),
(27838, 76, 602, 'Notre-Dame-de-Monts', ''),
(27839, 76, 602, 'Notre-Dame-de-Riez', ''),
(27840, 76, 602, 'Notre-Dame-des-Landes', ''),
(27841, 76, 602, 'Notre-Dame-du-Pe', ''),
(27842, 76, 602, 'Noyant-la-Gravoyere', ''),
(27843, 76, 602, 'Noyant-la-Plaine', ''),
(27844, 76, 602, 'Noyen-sur-Sarthe', ''),
(27845, 76, 602, 'Nozay', ''),
(27846, 76, 602, 'Nueil-sur-Layon', ''),
(27847, 76, 602, 'Nuille-le-Jalais', ''),
(27848, 76, 602, 'Nuille-sur-Vicoin', ''),
(27849, 76, 602, 'Nyoiseau', ''),
(27850, 76, 602, 'Oisseau', ''),
(27851, 76, 602, 'Olivet', ''),
(27852, 76, 602, 'Olonne-sur-Mer', ''),
(27853, 76, 602, 'Origne', ''),
(27854, 76, 602, 'Orvault', ''),
(27855, 76, 602, 'Oudon', ''),
(27856, 76, 602, 'Paimboeuf', ''),
(27857, 76, 602, 'Palluau', ''),
(27858, 76, 602, 'Pannece', ''),
(27859, 76, 602, 'Parce-sur-Sarthe', ''),
(27860, 76, 602, 'Parigne-l\'Eveque', ''),
(27861, 76, 602, 'Parigne-le-Polin', ''),
(27862, 76, 602, 'Parigne-sur-Braye', ''),
(27863, 76, 602, 'Parnay', ''),
(27864, 76, 602, 'Parne-sur-Roc', ''),
(27865, 76, 602, 'Paulx', ''),
(27866, 76, 602, 'Peault', ''),
(27867, 76, 602, 'Pellouailles-les-Vignes', ''),
(27868, 76, 602, 'Petit-Mars', ''),
(27869, 76, 602, 'Petosse', ''),
(27870, 76, 602, 'Peuton', ''),
(27871, 76, 602, 'Piriac-sur-Mer', ''),
(27872, 76, 602, 'Pissotte', ''),
(27873, 76, 602, 'Place', ''),
(27874, 76, 602, 'Plesse', ''),
(27875, 76, 602, 'Pont-Saint-Martin', ''),
(27876, 76, 602, 'Pontchateau', ''),
(27877, 76, 602, 'Pontvallain', ''),
(27878, 76, 602, 'Pornic', ''),
(27879, 76, 602, 'Pornichet', ''),
(27880, 76, 602, 'Port-Brillet', ''),
(27881, 76, 602, 'Port-Saint-Pere', ''),
(27882, 76, 602, 'Pouance', ''),
(27883, 76, 602, 'Pouille-les-Coteaux', ''),
(27884, 76, 602, 'Pouzauges', ''),
(27885, 76, 602, 'Precigne', ''),
(27886, 76, 602, 'Prefailles', ''),
(27887, 76, 602, 'Prinquiau', ''),
(27888, 76, 602, 'Pruille-l\'Eguille', ''),
(27889, 76, 602, 'Pruille-le-Chetif', ''),
(27890, 76, 602, 'Quelaines-Saint-Gault', ''),
(27891, 76, 602, 'Quilly', ''),
(27892, 76, 602, 'Quimiac', ''),
(27893, 76, 602, 'Rablay-sur-Layon', ''),
(27894, 76, 602, 'Remouille', ''),
(27895, 76, 602, 'Renaze', ''),
(27896, 76, 602, 'Rennes-en-Grenouilles', ''),
(27897, 76, 602, 'Requeil', ''),
(27898, 76, 602, 'Rezé', ''),
(27899, 76, 602, 'Riaille', ''),
(27900, 76, 602, 'Rochefort-sur-Loire', ''),
(27901, 76, 602, 'Rocheserviere', ''),
(27902, 76, 602, 'Rochetrejoux', ''),
(27903, 76, 602, 'Roeze-sur-Sarthe', ''),
(27904, 76, 602, 'Rou-Marson', ''),
(27905, 76, 602, 'Rouans', ''),
(27906, 76, 602, 'Rouesse-Vasse', ''),
(27907, 76, 602, 'Rouez', ''),
(27908, 76, 602, 'Rouge', ''),
(27909, 76, 602, 'Roullee', ''),
(27910, 76, 602, 'Roussay', ''),
(27911, 76, 602, 'Ruaudin', ''),
(27912, 76, 602, 'Ruille-Froid-Fonds', ''),
(27913, 76, 602, 'Ruille-le-Gravelais', ''),
(27914, 76, 602, 'Ruille-sur-Loir', ''),
(27915, 76, 602, 'Sable-sur-Sarthe', ''),
(27916, 76, 602, 'Saffre', ''),
(27917, 76, 602, 'Saint-Andre-de-la-Marche', ''),
(27918, 76, 602, 'Saint-Andre-des-Eaux', ''),
(27919, 76, 602, 'Saint-Andre-Goule-d\'Oie', ''),
(27920, 76, 602, 'Saint-Andre-Treize-Voies', ''),
(27921, 76, 602, 'Saint-Aubin-des-Chateaux', ''),
(27922, 76, 602, 'Saint-Aubin-la-Plaine', ''),
(27923, 76, 602, 'Saint-Augustin-des-Bois', ''),
(27924, 76, 602, 'Saint-Barthelemy-d\'Anjou', ''),
(27925, 76, 602, 'Saint-Berthevin', ''),
(27926, 76, 602, 'Saint-Biez-en-Belin', ''),
(27927, 76, 602, 'Saint-Brevin-l\'Ocean', ''),
(27928, 76, 602, 'Saint-Brevin-les-Pins', ''),
(27929, 76, 602, 'Saint-Calais', ''),
(27930, 76, 602, 'Saint-Calez-en-Saosnois', ''),
(27931, 76, 602, 'Saint-Christophe-du-Bois', ''),
(27932, 76, 602, 'Saint-Christophe-du-Ligneron', ''),
(27933, 76, 602, 'Saint-Corneille', ''),
(27934, 76, 602, 'Saint-Cyr-en-Bourg', ''),
(27935, 76, 602, 'Saint-Denis-de-Gastines', ''),
(27936, 76, 602, 'Saint-Erblon', ''),
(27937, 76, 602, 'Saint-Etienne-de-Montluc', ''),
(27938, 76, 602, 'Saint-Fiacre-sur-Maine', ''),
(27939, 76, 602, 'Saint-Florent-des-Bois', ''),
(27940, 76, 602, 'Saint-Florent-le-Vieil', ''),
(27941, 76, 602, 'Saint-Fulgent', ''),
(27942, 76, 602, 'Saint-Georges-de-Pointindoux', ''),
(27943, 76, 602, 'Saint-Georges-du-Bois', ''),
(27944, 76, 602, 'Saint-Georges-du-Rosay', ''),
(27945, 76, 602, 'Saint-Georges-sur-Loire', ''),
(27946, 76, 602, 'Saint-Gereon', ''),
(27947, 76, 602, 'Saint-Germain-de-Coulamer', ''),
(27948, 76, 602, 'Saint-Germain-de-Princay', ''),
(27949, 76, 602, 'Saint-Germain-l\'Aiguiller', ''),
(27950, 76, 602, 'Saint-Germain-le-Guillaume', ''),
(27951, 76, 602, 'Saint-Germain-sur-Moine', ''),
(27952, 76, 602, 'Saint-Gervais-en-Belin', ''),
(27953, 76, 602, 'Saint-Gildas-des-Bois', ''),
(27954, 76, 602, 'Saint-Herblain', ''),
(27955, 76, 602, 'Saint-Hilaire-de-Chaleons', ''),
(27956, 76, 602, 'Saint-Hilaire-de-Clisson', ''),
(27957, 76, 602, 'Saint-Hilaire-de-Loulay', ''),
(27958, 76, 602, 'Saint-Hilaire-de-Riez', ''),
(27959, 76, 602, 'Saint-Hilaire-de-Talmont', ''),
(27960, 76, 602, 'Saint-Hilaire-du-Bois', ''),
(27961, 76, 602, 'Saint-Hilaire-du-Maine', ''),
(27962, 76, 602, 'Saint-Hilaire-le-Vouhis', ''),
(27963, 76, 602, 'Saint-Jean-d\'Asse', ''),
(27964, 76, 602, 'Saint-Jean-de-Boiseau', ''),
(27965, 76, 602, 'Saint-Jean-de-Monts', ''),
(27966, 76, 602, 'Saint-Jean-sur-Erve', ''),
(27967, 76, 602, 'Saint-Jean-sur-Mayenne', ''),
(27968, 76, 602, 'Saint-Joachim', ''),
(27969, 76, 602, 'Saint-Julien-de-Concelles', ''),
(27970, 76, 602, 'Saint-Julien-de-Vouvantes', ''),
(27971, 76, 602, 'Saint-Julien-des-Landes', ''),
(27972, 76, 602, 'Saint-Just-sur-Dive', ''),
(27973, 76, 602, 'Saint-Lambert-du-Lattay', ''),
(27974, 76, 602, 'Saint-Lambert-la-Potherie', ''),
(27975, 76, 602, 'Saint-Laurent-de-la-Plaine', ''),
(27976, 76, 602, 'Saint-Laurent-des-Autels', ''),
(27977, 76, 602, 'Saint-Laurent-des-Mortiers', ''),
(27978, 76, 602, 'Saint-Laurent-du-Mottay', ''),
(27979, 76, 602, 'Saint-Laurent-sur-Sevre', ''),
(27980, 76, 602, 'Saint-Leger-des-Bois', ''),
(27981, 76, 602, 'Saint-Leger-les-Vignes', ''),
(27982, 76, 602, 'Saint-Leger-sous-Cholet', ''),
(27983, 76, 602, 'Saint-Longis', ''),
(27984, 76, 602, 'Saint-Loup-du-Dorat', ''),
(27985, 76, 602, 'Saint-Loup-du-Gast', ''),
(27986, 76, 602, 'Saint-Lumine-de-Clisson', ''),
(27987, 76, 602, 'Saint-Lumine-de-Coutais', ''),
(27988, 76, 602, 'Saint-Lyphard', ''),
(27989, 76, 602, 'Saint-Macaire-en-Mauges', ''),
(27990, 76, 602, 'Saint-Maixent-sur-Vie', ''),
(27991, 76, 602, 'Saint-Malo-de-Guersac', ''),
(27992, 76, 602, 'Saint-Malo-du-Bois', ''),
(27993, 76, 602, 'Saint-Mars-d\'Outille', ''),
(27994, 76, 602, 'Saint-Mars-de-Coutais', ''),
(27995, 76, 602, 'Saint-Mars-de-Locquenay', ''),
(27996, 76, 602, 'Saint-Mars-du-Desert', ''),
(27997, 76, 602, 'Saint-Mars-la-Briere', ''),
(27998, 76, 602, 'Saint-Mars-la-Jaille', ''),
(27999, 76, 602, 'Saint-Martin-des-Monts', ''),
(28000, 76, 602, 'Saint-Martin-des-Noyers', ''),
(28001, 76, 602, 'Saint-Martin-du-Bois', ''),
(28002, 76, 602, 'Saint-Martin-du-Limet', ''),
(28003, 76, 602, 'Saint-Mathurin', ''),
(28004, 76, 602, 'Saint-Maurice-des-Noues', ''),
(28005, 76, 602, 'Saint-Melaine-sur-Aubance', ''),
(28006, 76, 602, 'Saint-Meme-le-Tenu', ''),
(28007, 76, 602, 'Saint-Mesmin', ''),
(28008, 76, 602, 'Saint-Michel-Chef-Chef', ''),
(28009, 76, 602, 'Saint-Michel-en-lHerm', ''),
(28010, 76, 602, 'Saint-Michel-le-Cloucq', ''),
(28011, 76, 602, 'Saint-Michel-Mont-Mercure', ''),
(28012, 76, 602, 'Saint-Molf', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(28013, 76, 602, 'Saint-Nazaire', ''),
(28014, 76, 602, 'Saint-Nicolas-de-Redon', ''),
(28015, 76, 602, 'Saint-Ouen-des-Toits', ''),
(28016, 76, 602, 'Saint-Pavace', ''),
(28017, 76, 602, 'Saint-Pere-en-Retz', ''),
(28018, 76, 602, 'Saint-Philbert-de-Bouaine', ''),
(28019, 76, 602, 'Saint-Philbert-de-Grand-Lieu', ''),
(28020, 76, 602, 'Saint-Pierre-des-Bois', ''),
(28021, 76, 602, 'Saint-Pierre-des-Nids', ''),
(28022, 76, 602, 'Saint-Pierre-du-Lorouer', ''),
(28023, 76, 602, 'Saint-Pierre-le-Vieux', ''),
(28024, 76, 602, 'Saint-Pierre-Montlimart', ''),
(28025, 76, 602, 'Saint-Prouant', ''),
(28026, 76, 602, 'Saint-Quentin-en-Mauges', ''),
(28027, 76, 602, 'Saint-Remy-la-Varenne', ''),
(28028, 76, 602, 'Saint-Reverend', ''),
(28029, 76, 602, 'Saint-Saturnin-du-Limet', ''),
(28030, 76, 602, 'Saint-Saturnin-sur-Loire', ''),
(28031, 76, 602, 'Saint-Sébastien-sur-Loire', ''),
(28032, 76, 602, 'Saint-Sigismond', ''),
(28033, 76, 602, 'Saint-Sulpice-le-Verdon', ''),
(28034, 76, 602, 'Saint-Sylvain-d\'Anjou', ''),
(28035, 76, 602, 'Saint-Urbain', ''),
(28036, 76, 602, 'Saint-Vincent-des-Landes', ''),
(28037, 76, 602, 'Sainte-Cerotte', ''),
(28038, 76, 602, 'Sainte-Christine', ''),
(28039, 76, 602, 'Sainte-Flaive-des-Loups', ''),
(28040, 76, 602, 'Sainte-Florence', ''),
(28041, 76, 602, 'Sainte-Hermine', ''),
(28042, 76, 602, 'Sainte-Jamme-sur-Sarthe', ''),
(28043, 76, 602, 'Sainte-Luce-sur-Loire', ''),
(28044, 76, 602, 'Sainte-Pazanne', ''),
(28045, 76, 602, 'Sainte-Reine-de-Bretagne', ''),
(28046, 76, 602, 'Sainte-Sabine-sur-Longeve', ''),
(28047, 76, 602, 'Sainte-Suzanne', ''),
(28048, 76, 602, 'Saligny', ''),
(28049, 76, 602, 'Sallertaine', ''),
(28050, 76, 602, 'Saumur', ''),
(28051, 76, 602, 'Sautron', ''),
(28052, 76, 602, 'Savenay', ''),
(28053, 76, 602, 'Savigne-l\'Eveque', ''),
(28054, 76, 602, 'Savigne-sous-le-Lude', ''),
(28055, 76, 602, 'Sceaux-d\'Anjou', ''),
(28056, 76, 602, 'Segre', ''),
(28057, 76, 602, 'Seiches-sur-le-Loir', ''),
(28058, 76, 602, 'Serigne', ''),
(28059, 76, 602, 'Severac', ''),
(28060, 76, 602, 'Sigournais', ''),
(28061, 76, 602, 'Sille-le-Guillaume', ''),
(28062, 76, 602, 'Sille-le-Philippe', ''),
(28063, 76, 602, 'Solesmes', ''),
(28064, 76, 602, 'Soucelles', ''),
(28065, 76, 602, 'Soudan', ''),
(28066, 76, 602, 'Souille', ''),
(28067, 76, 602, 'Soulaines-sur-Aubance', ''),
(28068, 76, 602, 'Soulge-sur-Ouette', ''),
(28069, 76, 602, 'Souligne-Flace', ''),
(28070, 76, 602, 'Souligne-sous-Ballon', ''),
(28071, 76, 602, 'Soulitre', ''),
(28072, 76, 602, 'Soullans', ''),
(28073, 76, 602, 'Souzay-Champigny', ''),
(28074, 76, 602, 'Spay', ''),
(28075, 76, 602, 'Suce-sur-Erdre', ''),
(28076, 76, 602, 'Tallud-Sainte-Gemme', ''),
(28077, 76, 602, 'Teille', ''),
(28078, 76, 602, 'Teloche', ''),
(28079, 76, 602, 'Thoigne', ''),
(28080, 76, 602, 'Thorigne-d\'Anjou', ''),
(28081, 76, 602, 'Thouare-sur-Loire', ''),
(28082, 76, 602, 'Tierce', ''),
(28083, 76, 602, 'Tiffauges', ''),
(28084, 76, 602, 'Tillieres', ''),
(28085, 76, 602, 'Torce-en-Vallee', ''),
(28086, 76, 602, 'Torfou', ''),
(28087, 76, 602, 'Touvois', ''),
(28088, 76, 602, 'Trange', ''),
(28089, 76, 602, 'Trans-sur-Erdre', ''),
(28090, 76, 602, 'Treffieux', ''),
(28091, 76, 602, 'Treillieres', ''),
(28092, 76, 602, 'Treize-Septiers', ''),
(28093, 76, 602, 'Treize-Vents', ''),
(28094, 76, 602, 'Trelaze', ''),
(28095, 76, 602, 'Trementines', ''),
(28096, 76, 602, 'Triaize', ''),
(28097, 76, 602, 'Trignac', ''),
(28098, 76, 602, 'Tuffe', ''),
(28099, 76, 602, 'Turquant', ''),
(28100, 76, 602, 'Vaas', ''),
(28101, 76, 602, 'Vaire', ''),
(28102, 76, 602, 'Valanjou', ''),
(28103, 76, 602, 'Vallet', ''),
(28104, 76, 602, 'Varades', ''),
(28105, 76, 602, 'Varennes-sur-Loire', ''),
(28106, 76, 602, 'Vauchretien', ''),
(28107, 76, 602, 'Vaudelnay', ''),
(28108, 76, 602, 'Vay', ''),
(28109, 76, 602, 'Venansault', ''),
(28110, 76, 602, 'Vendrennes', ''),
(28111, 76, 602, 'Vern-d\'Anjou', ''),
(28112, 76, 602, 'Vernantes', ''),
(28113, 76, 602, 'Verrie', ''),
(28114, 76, 602, 'Vertou', ''),
(28115, 76, 602, 'Vezins', ''),
(28116, 76, 602, 'Vieillevigne', ''),
(28117, 76, 602, 'Vigneux-de-Bretagne', ''),
(28118, 76, 602, 'Vihiers', ''),
(28119, 76, 602, 'Villaines-la-Gonais', ''),
(28120, 76, 602, 'Villaines-la-Juhel', ''),
(28121, 76, 602, 'Villaines-sous-Malicorne', ''),
(28122, 76, 602, 'Villate', ''),
(28123, 76, 602, 'Villedieu-la-Blouere', ''),
(28124, 76, 602, 'Villeveque', ''),
(28125, 76, 602, 'Vivoin', ''),
(28126, 76, 602, 'Vivy', ''),
(28127, 76, 602, 'Voivres-les-le-Mans', ''),
(28128, 76, 602, 'Volnay', ''),
(28129, 76, 602, 'Vouille-les-Marais', ''),
(28130, 76, 602, 'Voutre', ''),
(28131, 76, 602, 'Vouvray-sur-Loir', ''),
(28132, 76, 602, 'Vritz', ''),
(28133, 76, 602, 'Vue', ''),
(28134, 76, 602, 'Yvre-l\'Eveque', ''),
(28135, 76, 602, 'Yvre-le-Polin', ''),
(28136, 76, 602, 'Yzernay', ''),
(28137, 76, 603, 'Abancourt', ''),
(28138, 76, 603, 'Abbecourt', ''),
(28139, 76, 603, 'Abbeville', ''),
(28140, 76, 603, 'Abbeville-Saint-Lucien', ''),
(28141, 76, 603, 'Achery', ''),
(28142, 76, 603, 'Achy', ''),
(28143, 76, 603, 'Acy-en-Multien', ''),
(28144, 76, 603, 'Agnetz', ''),
(28145, 76, 603, 'Aguilcourt', ''),
(28146, 76, 603, 'Aigneville', ''),
(28147, 76, 603, 'Ailly-le-Haut-Clocher', ''),
(28148, 76, 603, 'Ailly-sur-Noye', ''),
(28149, 76, 603, 'Ailly-sur-Somme', ''),
(28150, 76, 603, 'Airaines', ''),
(28151, 76, 603, 'Aisonville-et-Bernoville', ''),
(28152, 76, 603, 'Aizelles', ''),
(28153, 76, 603, 'Alaincourt', ''),
(28154, 76, 603, 'Albert', ''),
(28155, 76, 603, 'Allemant', ''),
(28156, 76, 603, 'Allery', ''),
(28157, 76, 603, 'Allonne', ''),
(28158, 76, 603, 'Allonville', ''),
(28159, 76, 603, 'Amblainville', ''),
(28160, 76, 603, 'Ambleny', ''),
(28161, 76, 603, 'Amiens', ''),
(28162, 76, 603, 'Amigny-Rouy', ''),
(28163, 76, 603, 'Andeville', ''),
(28164, 76, 603, 'Angicourt', ''),
(28165, 76, 603, 'Angy', ''),
(28166, 76, 603, 'Anizy-le-Chateau', ''),
(28167, 76, 603, 'Annois', ''),
(28168, 76, 603, 'Ansauvillers', ''),
(28169, 76, 603, 'Any-Martin-Rieux', ''),
(28170, 76, 603, 'Apremont', ''),
(28171, 76, 603, 'Argoeuves', ''),
(28172, 76, 603, 'Armancourt', ''),
(28173, 76, 603, 'Arrancy', ''),
(28174, 76, 603, 'Arrest', ''),
(28175, 76, 603, 'Arsy', ''),
(28176, 76, 603, 'Arvillers', ''),
(28177, 76, 603, 'Assis-sur-Serre', ''),
(28178, 76, 603, 'Athies-sous-Laon', ''),
(28179, 76, 603, 'Attichy', ''),
(28180, 76, 603, 'Aubigny-en-Laonnois', ''),
(28181, 76, 603, 'Audigny', ''),
(28182, 76, 603, 'Aulnois-sous-Laon', ''),
(28183, 76, 603, 'Ault', ''),
(28184, 76, 603, 'Aumont-en-Halatte', ''),
(28185, 76, 603, 'Auneuil', ''),
(28186, 76, 603, 'Auteuil', ''),
(28187, 76, 603, 'Autheuil-en-Valois', ''),
(28188, 76, 603, 'Authie', ''),
(28189, 76, 603, 'Autreches', ''),
(28190, 76, 603, 'Autreville', ''),
(28191, 76, 603, 'Aux Marais', ''),
(28192, 76, 603, 'Avilly-Saint-Leonard', ''),
(28193, 76, 603, 'Avrechy', ''),
(28194, 76, 603, 'Avricourt', ''),
(28195, 76, 603, 'Baboeuf', ''),
(28196, 76, 603, 'Bacouel-sur-Selle', ''),
(28197, 76, 603, 'Bailleul-le-Soc', ''),
(28198, 76, 603, 'Bailleul-sur-Therain', ''),
(28199, 76, 603, 'Bailleval', ''),
(28200, 76, 603, 'Bailly', ''),
(28201, 76, 603, 'Balagny-sur-Therain', ''),
(28202, 76, 603, 'Barbery', ''),
(28203, 76, 603, 'Barenton-Bugny', ''),
(28204, 76, 603, 'Barisis', ''),
(28205, 76, 603, 'Barzy-sur-Marne', ''),
(28206, 76, 603, 'Bavelincourt', ''),
(28207, 76, 603, 'Bayonvillers', ''),
(28208, 76, 603, 'Bazancourt', ''),
(28209, 76, 603, 'Bazicourt', ''),
(28210, 76, 603, 'Beaucamps-le-Vieux', ''),
(28211, 76, 603, 'Beauchamps', ''),
(28212, 76, 603, 'Beaulieu-les-Fontaines', ''),
(28213, 76, 603, 'Beauquesne', ''),
(28214, 76, 603, 'Beaurevoir', ''),
(28215, 76, 603, 'Beautor', ''),
(28216, 76, 603, 'Beauvais', ''),
(28217, 76, 603, 'Beauval', ''),
(28218, 76, 603, 'Behencourt', ''),
(28219, 76, 603, 'Behericourt', ''),
(28220, 76, 603, 'Belle-Eglise', ''),
(28221, 76, 603, 'Belleu', ''),
(28222, 76, 603, 'Belleuse', ''),
(28223, 76, 603, 'Belloy-en-Santerre', ''),
(28224, 76, 603, 'Bernaville', ''),
(28225, 76, 603, 'Berneuil-en-Bray', ''),
(28226, 76, 603, 'Bernot', ''),
(28227, 76, 603, 'Berny-Riviere', ''),
(28228, 76, 603, 'Berthecourt', ''),
(28229, 76, 603, 'Bethancourt-en-Valois', ''),
(28230, 76, 603, 'Bethencourt-sur-Mer', ''),
(28231, 76, 603, 'Bethisy-Saint-Pierre', ''),
(28232, 76, 603, 'Betz', ''),
(28233, 76, 603, 'Beuvardes', ''),
(28234, 76, 603, 'Bezu-le-Guery', ''),
(28235, 76, 603, 'Bezu-Saint-Germain', ''),
(28236, 76, 603, 'Bichancourt', ''),
(28237, 76, 603, 'Bienville', ''),
(28238, 76, 603, 'Billy-sur-Aisne', ''),
(28239, 76, 603, 'Billy-sur-Ourcq', ''),
(28240, 76, 603, 'Blacourt', ''),
(28241, 76, 603, 'Blancfosse', ''),
(28242, 76, 603, 'Blangy-Tronville', ''),
(28243, 76, 603, 'Blérancourt', ''),
(28244, 76, 603, 'Blesmes', ''),
(28245, 76, 603, 'Bohain-en-Vermandois', ''),
(28246, 76, 603, 'Bois-les-Pargny', ''),
(28247, 76, 603, 'Boismont', ''),
(28248, 76, 603, 'Boissy-Fresnoy', ''),
(28249, 76, 603, 'Bonlier', ''),
(28250, 76, 603, 'Bonnesvalyn', ''),
(28251, 76, 603, 'Bonneuil-en-Valois', ''),
(28252, 76, 603, 'Bonneuil-les-Eaux', ''),
(28253, 76, 603, 'Boran-sur-Oise', ''),
(28254, 76, 603, 'Bornel', ''),
(28255, 76, 603, 'Bouconvillers', ''),
(28256, 76, 603, 'Boufflers', ''),
(28257, 76, 603, 'Bouillancy', ''),
(28258, 76, 603, 'Boulogne-la-Grasse', ''),
(28259, 76, 603, 'Bourdon', ''),
(28260, 76, 603, 'Bourg-et-Comin', ''),
(28261, 76, 603, 'Bouttencourt', ''),
(28262, 76, 603, 'Bouzincourt', ''),
(28263, 76, 603, 'Boves', ''),
(28264, 76, 603, 'Braine', ''),
(28265, 76, 603, 'Braisnes-sur-Aronde', ''),
(28266, 76, 603, 'Brasles', ''),
(28267, 76, 603, 'Bray-sur-Somme', ''),
(28268, 76, 603, 'Braye', ''),
(28269, 76, 603, 'Bregy', ''),
(28270, 76, 603, 'Breilly', ''),
(28271, 76, 603, 'Brenouille', ''),
(28272, 76, 603, 'Breny', ''),
(28273, 76, 603, 'Bresles', ''),
(28274, 76, 603, 'Breteuil', ''),
(28275, 76, 603, 'Breuil-le-Sec', ''),
(28276, 76, 603, 'Breuil-le-Vert', ''),
(28277, 76, 603, 'Brie', ''),
(28278, 76, 603, 'Briot', ''),
(28279, 76, 603, 'Brissy-Hamegicourt', ''),
(28280, 76, 603, 'Brunehamel', ''),
(28281, 76, 603, 'Brunvillers-la-Motte', ''),
(28282, 76, 603, 'Bruyeres-et-Montberault', ''),
(28283, 76, 603, 'Bucy-les-Cerny', ''),
(28284, 76, 603, 'Buire-Courcelles', ''),
(28285, 76, 603, 'Buire-sur-l\'Ancre', ''),
(28286, 76, 603, 'Buironfosse', ''),
(28287, 76, 603, 'Bulles', ''),
(28288, 76, 603, 'Bury', ''),
(28289, 76, 603, 'Bussu', ''),
(28290, 76, 603, 'Bussus-Bussuel', ''),
(28291, 76, 603, 'Caillouel-Crepigny', ''),
(28292, 76, 603, 'Cambronne-les-Clermont', ''),
(28293, 76, 603, 'Cambronne-les-Ribecourt', ''),
(28294, 76, 603, 'Camon', ''),
(28295, 76, 603, 'Campagne', ''),
(28296, 76, 603, 'Canaples', ''),
(28297, 76, 603, 'Canchy', ''),
(28298, 76, 603, 'Candas', ''),
(28299, 76, 603, 'Canly', ''),
(28300, 76, 603, 'Cappy', ''),
(28301, 76, 603, 'Carlepont', ''),
(28302, 76, 603, 'Carrepuis', ''),
(28303, 76, 603, 'Cartigny', ''),
(28304, 76, 603, 'Castres', ''),
(28305, 76, 603, 'Catenoy', ''),
(28306, 76, 603, 'Catheux', ''),
(28307, 76, 603, 'Catigny', ''),
(28308, 76, 603, 'Cauffry', ''),
(28309, 76, 603, 'Cauvigny', ''),
(28310, 76, 603, 'Cempuis', ''),
(28311, 76, 603, 'Cerisy-Buleux', ''),
(28312, 76, 603, 'Cessieres', ''),
(28313, 76, 603, 'Chacrise', ''),
(28314, 76, 603, 'Chalandry', ''),
(28315, 76, 603, 'Chamant', ''),
(28316, 76, 603, 'Chambly', ''),
(28317, 76, 603, 'Chambry', ''),
(28318, 76, 603, 'Champien', ''),
(28319, 76, 603, 'Chantilly', ''),
(28320, 76, 603, 'Charly-sur-Marne', ''),
(28321, 76, 603, 'Charmes', ''),
(28322, 76, 603, 'Chassemy', ''),
(28323, 76, 603, 'Château-Thierry', ''),
(28324, 76, 603, 'Chaulnes', ''),
(28325, 76, 603, 'Chaumont-en-Vexin', ''),
(28326, 76, 603, 'Chauny', ''),
(28327, 76, 603, 'Chavignon', ''),
(28328, 76, 603, 'Chavonne', ''),
(28329, 76, 603, 'Chelles', ''),
(28330, 76, 603, 'Chepoix', ''),
(28331, 76, 603, 'Chermizy-Ailles', ''),
(28332, 76, 603, 'Chevreville', ''),
(28333, 76, 603, 'Chevrieres', ''),
(28334, 76, 603, 'Chezy-sur-Marne', ''),
(28335, 76, 603, 'Chilly', ''),
(28336, 76, 603, 'Chiry-Ourscamp', ''),
(28337, 76, 603, 'Choisy-au-Bac', ''),
(28338, 76, 603, 'Chouy', ''),
(28339, 76, 603, 'Cinqueux', ''),
(28340, 76, 603, 'Cires-les-Mello', ''),
(28341, 76, 603, 'Clacy-et-Thierret', ''),
(28342, 76, 603, 'Clairfontaine', ''),
(28343, 76, 603, 'Clairoix', ''),
(28344, 76, 603, 'Clairy-Saulchoix', ''),
(28345, 76, 603, 'Clastres', ''),
(28346, 76, 603, 'Clermont', ''),
(28347, 76, 603, 'Clery-sur-Somme', ''),
(28348, 76, 603, 'Coincy', ''),
(28349, 76, 603, 'Coisy', ''),
(28350, 76, 603, 'Compiègne', ''),
(28351, 76, 603, 'Concevreux', ''),
(28352, 76, 603, 'Conchy-les-Pots', ''),
(28353, 76, 603, 'Conde-en-Brie', ''),
(28354, 76, 603, 'Conde-Folie', ''),
(28355, 76, 603, 'Conde-sur-Suippe', ''),
(28356, 76, 603, 'Corbie', ''),
(28357, 76, 603, 'Corcy', ''),
(28358, 76, 603, 'Coucy-le-Chateau-Auffrique', ''),
(28359, 76, 603, 'Coudun', ''),
(28360, 76, 603, 'Couloisy', ''),
(28361, 76, 603, 'Coulonges-Cohan', ''),
(28362, 76, 603, 'Courcelles-les-Gisors', ''),
(28363, 76, 603, 'Courtemont-Varennes', ''),
(28364, 76, 603, 'Courteuil', ''),
(28365, 76, 603, 'Couvrelles', ''),
(28366, 76, 603, 'Couvron-et-Aumencourt', ''),
(28367, 76, 603, 'Coye-la-Foret', ''),
(28368, 76, 603, 'Cramoisy', ''),
(28369, 76, 603, 'Crecy-sur-Serre', ''),
(28370, 76, 603, 'Creil', ''),
(28371, 76, 603, 'Crépy-en-Valois', ''),
(28372, 76, 603, 'Cressonsacq', ''),
(28373, 76, 603, 'Crevecoeur-le-Grand', ''),
(28374, 76, 603, 'Crezancy', ''),
(28375, 76, 603, 'Croissy-sur-Celle', ''),
(28376, 76, 603, 'Croix-Moligneaux', ''),
(28377, 76, 603, 'Croixrault', ''),
(28378, 76, 603, 'Crouy-en-Thelle', ''),
(28379, 76, 603, 'Cuffies', ''),
(28380, 76, 603, 'Cugny', ''),
(28381, 76, 603, 'Cuise-la-Motte', ''),
(28382, 76, 603, 'Cuisy-en-Almont', ''),
(28383, 76, 603, 'Curchy', ''),
(28384, 76, 603, 'Cuts', ''),
(28385, 76, 603, 'Cuy', ''),
(28386, 76, 603, 'Cys-la-Commune', ''),
(28387, 76, 603, 'Dallon', ''),
(28388, 76, 603, 'Danizy', ''),
(28389, 76, 603, 'Daours', ''),
(28390, 76, 603, 'Davenescourt', ''),
(28391, 76, 603, 'Demuin', ''),
(28392, 76, 603, 'Dercy', ''),
(28393, 76, 603, 'Dernancourt', ''),
(28394, 76, 603, 'Deuillet', ''),
(28395, 76, 603, 'Dhuizel', ''),
(28396, 76, 603, 'Dizy-le-Gros', ''),
(28397, 76, 603, 'Dohis', ''),
(28398, 76, 603, 'Domart-sur-la-Luce', ''),
(28399, 76, 603, 'Dompierre', ''),
(28400, 76, 603, 'Douilly', ''),
(28401, 76, 603, 'Doullens', ''),
(28402, 76, 603, 'Dreslincourt', ''),
(28403, 76, 603, 'Dreuil-les-Amiens', ''),
(28404, 76, 603, 'Elincourt-Sainte-Marguerite', ''),
(28405, 76, 603, 'Enencourt-Leage', ''),
(28406, 76, 603, 'Englebelmer', ''),
(28407, 76, 603, 'Epagne-Epagnette', ''),
(28408, 76, 603, 'Epaux-Bezu', ''),
(28409, 76, 603, 'Epehy', ''),
(28410, 76, 603, 'Epineuse', ''),
(28411, 76, 603, 'Eppeville', ''),
(28412, 76, 603, 'Ercheu', ''),
(28413, 76, 603, 'Ercuis', ''),
(28414, 76, 603, 'Ermenonville', ''),
(28415, 76, 603, 'Erondelle', ''),
(28416, 76, 603, 'Erquery', ''),
(28417, 76, 603, 'Esches', ''),
(28418, 76, 603, 'Esclainvillers', ''),
(28419, 76, 603, 'Esqueheries', ''),
(28420, 76, 603, 'Esquennoy', ''),
(28421, 76, 603, 'Essigny-le-Grand', ''),
(28422, 76, 603, 'Essomes-sur-Marne', ''),
(28423, 76, 603, 'Estrees-les-Crecy', ''),
(28424, 76, 603, 'Estrees-Saint-Denis', ''),
(28425, 76, 603, 'Estrees-sur-Noye', ''),
(28426, 76, 603, 'Etampes-sur-Marne', ''),
(28427, 76, 603, 'Etouy', ''),
(28428, 76, 603, 'Etreillers', ''),
(28429, 76, 603, 'Etreux', ''),
(28430, 76, 603, 'Faucoucourt', ''),
(28431, 76, 603, 'Fay-les-Etangs', ''),
(28432, 76, 603, 'Feigneux', ''),
(28433, 76, 603, 'Fere-en-Tardenois', ''),
(28434, 76, 603, 'Ferrieres', ''),
(28435, 76, 603, 'Feuquieres', ''),
(28436, 76, 603, 'Feuquieres-en-Vimeu', ''),
(28437, 76, 603, 'Fitz-James', ''),
(28438, 76, 603, 'Flavy-le-Martel', ''),
(28439, 76, 603, 'Flesselles', ''),
(28440, 76, 603, 'Fleurines', ''),
(28441, 76, 603, 'Fleury', ''),
(28442, 76, 603, 'Flixecourt', ''),
(28443, 76, 603, 'Folembray', ''),
(28444, 76, 603, 'Fonsomme', ''),
(28445, 76, 603, 'Fontaine-les-Vervins', ''),
(28446, 76, 603, 'Fontaine-Notre-Dame', ''),
(28447, 76, 603, 'Fontaine-sur-Somme', ''),
(28448, 76, 603, 'Fontenelle-en-Brie', ''),
(28449, 76, 603, 'Fontenoy', ''),
(28450, 76, 603, 'Forest-l\'Abbaye', ''),
(28451, 76, 603, 'Formerie', ''),
(28452, 76, 603, 'Fosseuse', ''),
(28453, 76, 603, 'Fossoy', ''),
(28454, 76, 603, 'Foucaucourt-en-Santerre', ''),
(28455, 76, 603, 'Fouquerolles', ''),
(28456, 76, 603, 'Framerville-Rainecourt', ''),
(28457, 76, 603, 'Francieres', ''),
(28458, 76, 603, 'Fransu', ''),
(28459, 76, 603, 'Freniches', ''),
(28460, 76, 603, 'Fresnes-Tilloloy', ''),
(28461, 76, 603, 'Fresnieres', ''),
(28462, 76, 603, 'Fresnoy-la-Riviere', ''),
(28463, 76, 603, 'Fresnoy-le-Grand', ''),
(28464, 76, 603, 'Fresnoy-les-Roye', ''),
(28465, 76, 603, 'Fressenneville', ''),
(28466, 76, 603, 'Friville-Escarbotin', ''),
(28467, 76, 603, 'Frocourt', ''),
(28468, 76, 603, 'Froissy', ''),
(28469, 76, 603, 'Frucourt', ''),
(28470, 76, 603, 'Gamaches', ''),
(28471, 76, 603, 'Gauchy', ''),
(28472, 76, 603, 'Gentelles', ''),
(28473, 76, 603, 'Gezaincourt', ''),
(28474, 76, 603, 'Gilocourt', ''),
(28475, 76, 603, 'Giraumont', ''),
(28476, 76, 603, 'Godenvillers', ''),
(28477, 76, 603, 'Golancourt', ''),
(28478, 76, 603, 'Gouvieux', ''),
(28479, 76, 603, 'Grandfresnoy', ''),
(28480, 76, 603, 'Grandru', ''),
(28481, 76, 603, 'Grandvilliers', ''),
(28482, 76, 603, 'Grebault-Mesnil', ''),
(28483, 76, 603, 'Gricourt', ''),
(28484, 76, 603, 'Grivillers', ''),
(28485, 76, 603, 'Grouches-Luchuel', ''),
(28486, 76, 603, 'Grugies', ''),
(28487, 76, 603, 'Gruny', ''),
(28488, 76, 603, 'Guignecourt', ''),
(28489, 76, 603, 'Guignicourt', ''),
(28490, 76, 603, 'Guillaucourt', ''),
(28491, 76, 603, 'Guiscard', ''),
(28492, 76, 603, 'Guise', ''),
(28493, 76, 603, 'Guivry', ''),
(28494, 76, 603, 'Hadancourt-le-Haut-Clocher', ''),
(28495, 76, 603, 'Hailles', ''),
(28496, 76, 603, 'Ham', ''),
(28497, 76, 603, 'Hangard', ''),
(28498, 76, 603, 'Hangest-en-Santerre', ''),
(28499, 76, 603, 'Hangest-sur-Somme', ''),
(28500, 76, 603, 'Hanvoile', ''),
(28501, 76, 603, 'Haramont', ''),
(28502, 76, 603, 'Harbonnieres', ''),
(28503, 76, 603, 'Hargicourt', ''),
(28504, 76, 603, 'Harly', ''),
(28505, 76, 603, 'Hartennes-et-Taux', ''),
(28506, 76, 603, 'Haucourt', ''),
(28507, 76, 603, 'Haudivillers', ''),
(28508, 76, 603, 'Hautvillers-Ouville', ''),
(28509, 76, 603, 'Hebecourt', ''),
(28510, 76, 603, 'Hemevillers', ''),
(28511, 76, 603, 'Henonville', ''),
(28512, 76, 603, 'Herissart', ''),
(28513, 76, 603, 'Hermes', ''),
(28514, 76, 603, 'Hirson', ''),
(28515, 76, 603, 'Hodenc-en-Bray', ''),
(28516, 76, 603, 'Hodenc-l\'Eveque', ''),
(28517, 76, 603, 'Hombleux', ''),
(28518, 76, 603, 'Homblieres', ''),
(28519, 76, 603, 'Hondainville', ''),
(28520, 76, 603, 'Houdancourt', ''),
(28521, 76, 603, 'Huppy', ''),
(28522, 76, 603, 'Itancourt', ''),
(28523, 76, 603, 'Jaulzy', ''),
(28524, 76, 603, 'Jaux', ''),
(28525, 76, 603, 'Jouy-sous-Thelle', ''),
(28526, 76, 603, 'Jussy', ''),
(28527, 76, 603, 'L\'Etoile', ''),
(28528, 76, 603, 'La Celle-sous-Montmirail', ''),
(28529, 76, 603, 'La Chapelle-sur-Chezy', ''),
(28530, 76, 603, 'La Fere', ''),
(28531, 76, 603, 'La Flamengrie', ''),
(28532, 76, 603, 'La Neuville-d\'Aumont', ''),
(28533, 76, 603, 'La Neuville-en-Hez', ''),
(28534, 76, 603, 'La Neuville-Roy', ''),
(28535, 76, 603, 'La Rue-Saint-Pierre', ''),
(28536, 76, 603, 'La Vallee-au-Ble', ''),
(28537, 76, 603, 'La Vicogne', ''),
(28538, 76, 603, 'Labruyere', ''),
(28539, 76, 603, 'Lachapelle-aux-Pots', ''),
(28540, 76, 603, 'Lachelle', ''),
(28541, 76, 603, 'Lacroix-Saint-Ouen', ''),
(28542, 76, 603, 'Lagny-le-Sec', ''),
(28543, 76, 603, 'Laigneville', ''),
(28544, 76, 603, 'Lamorlaye', ''),
(28545, 76, 603, 'Lamotte-Brebiere', ''),
(28546, 76, 603, 'Lamotte-Warfusee', ''),
(28547, 76, 603, 'Landouzy-la-Cour', ''),
(28548, 76, 603, 'Laon', ''),
(28549, 76, 603, 'Lassigny', ''),
(28550, 76, 603, 'Lataule', ''),
(28551, 76, 603, 'Lattainville', ''),
(28552, 76, 603, 'Laucourt', ''),
(28553, 76, 603, 'Laversines', ''),
(28554, 76, 603, 'Lavieville', ''),
(28555, 76, 603, 'Le Catelet', ''),
(28556, 76, 603, 'Le Coudray-sur-Thelle', ''),
(28557, 76, 603, 'Le Crotoy', ''),
(28558, 76, 603, 'Le Gallet', ''),
(28559, 76, 603, 'Le Mesnil-en-Thelle', ''),
(28560, 76, 603, 'Le Meux', ''),
(28561, 76, 603, 'Le Nouvion-en-Thierache', ''),
(28562, 76, 603, 'Le Plessier-Rozainvillers', ''),
(28563, 76, 603, 'Le Plessier-sur-Bulles', ''),
(28564, 76, 603, 'Le Plessis-Belleville', ''),
(28565, 76, 603, 'Le Quesne', ''),
(28566, 76, 603, 'Le Quesnel', ''),
(28567, 76, 603, 'Le Vauroux', ''),
(28568, 76, 603, 'Lealvillers', ''),
(28569, 76, 603, 'Leme', ''),
(28570, 76, 603, 'Lesboeufs', ''),
(28571, 76, 603, 'Lesdins', ''),
(28572, 76, 603, 'Leuilly-sous-Coucy', ''),
(28573, 76, 603, 'Levignen', ''),
(28574, 76, 603, 'Lhuys', ''),
(28575, 76, 603, 'Liancourt', ''),
(28576, 76, 603, 'Liancourt-Saint-Pierre', ''),
(28577, 76, 603, 'Libermont', ''),
(28578, 76, 603, 'Liercourt', ''),
(28579, 76, 603, 'Lierville', ''),
(28580, 76, 603, 'Lieuvillers', ''),
(28581, 76, 603, 'Loeuilly', ''),
(28582, 76, 603, 'Longpre-les-Corps-Saints', ''),
(28583, 76, 603, 'Longueau', ''),
(28584, 76, 603, 'Longueil-Annel', ''),
(28585, 76, 603, 'Longueil-Sainte-Marie', ''),
(28586, 76, 603, 'Lor', ''),
(28587, 76, 603, 'Lormaison', ''),
(28588, 76, 603, 'Louvencourt', ''),
(28589, 76, 603, 'Machemont', ''),
(28590, 76, 603, 'Maignelay-Montigny', ''),
(28591, 76, 603, 'Maimbeville', ''),
(28592, 76, 603, 'Maisoncelle-Tuilerie', ''),
(28593, 76, 603, 'Maissemy', ''),
(28594, 76, 603, 'Manicamp', ''),
(28595, 76, 603, 'Marcelcave', ''),
(28596, 76, 603, 'Marchelepot', ''),
(28597, 76, 603, 'Marest-Dampcourt', ''),
(28598, 76, 603, 'Marest-sur-Matz', ''),
(28599, 76, 603, 'Mareuil-Caubert', ''),
(28600, 76, 603, 'Mareuil-la-Motte', ''),
(28601, 76, 603, 'Mareuil-sur-Ourcq', ''),
(28602, 76, 603, 'Marfontaine', ''),
(28603, 76, 603, 'Margny-les-Compiegne', ''),
(28604, 76, 603, 'Margny-sur-Matz', ''),
(28605, 76, 603, 'Marigny-en-Orxois', ''),
(28606, 76, 603, 'Marle', ''),
(28607, 76, 603, 'Marqueglise', ''),
(28608, 76, 603, 'Marquivillers', ''),
(28609, 76, 603, 'Marseille-en-Beauvaisis', ''),
(28610, 76, 603, 'Meaulte', ''),
(28611, 76, 603, 'Meharicourt', ''),
(28612, 76, 603, 'Melicocq', ''),
(28613, 76, 603, 'Mennessis', ''),
(28614, 76, 603, 'Mers-les-Bains', ''),
(28615, 76, 603, 'Meru', ''),
(28616, 76, 603, 'Mesnil-Saint-Georges', ''),
(28617, 76, 603, 'Mezieres-en-Santerre', ''),
(28618, 76, 603, 'Mezieres-sur-Oise', ''),
(28619, 76, 603, 'Millencourt-en-Ponthieu', ''),
(28620, 76, 603, 'Milly-sur-Therain', ''),
(28621, 76, 603, 'Missy-les-Pierrepont', ''),
(28622, 76, 603, 'Missy-sur-Aisne', ''),
(28623, 76, 603, 'Mogneville', ''),
(28624, 76, 603, 'Moislains', ''),
(28625, 76, 603, 'Moliens', ''),
(28626, 76, 603, 'Molliens-au-Bois', ''),
(28627, 76, 603, 'Monceau-le-Neuf-et-Faucouzy', ''),
(28628, 76, 603, 'Monchy-Humieres', ''),
(28629, 76, 603, 'Monchy-Saint-Eloi', ''),
(28630, 76, 603, 'Mondescourt', ''),
(28631, 76, 603, 'Mondrepuis', ''),
(28632, 76, 603, 'Mons-en-Chaussee', ''),
(28633, 76, 603, 'Monsures', ''),
(28634, 76, 603, 'Montagny-en-Vexin', ''),
(28635, 76, 603, 'Montagny-Sainte-Felicite', ''),
(28636, 76, 603, 'Montaigu', ''),
(28637, 76, 603, 'Montataire', ''),
(28638, 76, 603, 'Montdidier', ''),
(28639, 76, 603, 'Montescourt-Lizerolles', ''),
(28640, 76, 603, 'Montiers', ''),
(28641, 76, 603, 'Montigny-Lengrain', ''),
(28642, 76, 603, 'Montigny-sous-Marle', ''),
(28643, 76, 603, 'Montjavoult', ''),
(28644, 76, 603, 'Montlognon', ''),
(28645, 76, 603, 'Montrelet', ''),
(28646, 76, 603, 'Montreuil-aux-Lions', ''),
(28647, 76, 603, 'Moreuil', ''),
(28648, 76, 603, 'Morienval', ''),
(28649, 76, 603, 'Morisel', ''),
(28650, 76, 603, 'Morsain', ''),
(28651, 76, 603, 'Mortefontaine', ''),
(28652, 76, 603, 'Mortefontaine-en-Thelle', ''),
(28653, 76, 603, 'Morvillers-Saint-Saturnin', ''),
(28654, 76, 603, 'Mouy', ''),
(28655, 76, 603, 'Moy-de-l\'Aisne', ''),
(28656, 76, 603, 'Moyencourt-les-Poix', ''),
(28657, 76, 603, 'Moyvillers', ''),
(28658, 76, 603, 'Muille-Villette', ''),
(28659, 76, 603, 'Muirancourt', ''),
(28660, 76, 603, 'Nampty', ''),
(28661, 76, 603, 'Nanteuil-le-Haudouin', ''),
(28662, 76, 603, 'Nanteuil-Notre-Dame', ''),
(28663, 76, 603, 'Naours', ''),
(28664, 76, 603, 'Nauroy', ''),
(28665, 76, 603, 'Nesle', ''),
(28666, 76, 603, 'Nesles-la-Montagne', ''),
(28667, 76, 603, 'Neufchelles', ''),
(28668, 76, 603, 'Neuilly-en-Thelle', ''),
(28669, 76, 603, 'Neuilly-l\'Hopital', ''),
(28670, 76, 603, 'Neuilly-Saint-Front', ''),
(28671, 76, 603, 'Neuilly-sous-Clermont', ''),
(28672, 76, 603, 'Neuville-Bosc', ''),
(28673, 76, 603, 'Neuville-les-Loeuilly', ''),
(28674, 76, 603, 'Neuville-Saint-Amand', ''),
(28675, 76, 603, 'Neuville-sur-Margival', ''),
(28676, 76, 603, 'Nivillers', ''),
(28677, 76, 603, 'Noailles', ''),
(28678, 76, 603, 'Nogent-l\'Artaud', ''),
(28679, 76, 603, 'Nogent-sur-Oise', ''),
(28680, 76, 603, 'Nointel', ''),
(28681, 76, 603, 'Nouvion-le-Comte', ''),
(28682, 76, 603, 'Noyers-Saint-Martin', ''),
(28683, 76, 603, 'Noyon', ''),
(28684, 76, 603, 'OEuilly', ''),
(28685, 76, 603, 'Offoy', ''),
(28686, 76, 603, 'Ognes', ''),
(28687, 76, 603, 'Oisemont', ''),
(28688, 76, 603, 'Oisy', ''),
(28689, 76, 603, 'Omiecourt', ''),
(28690, 76, 603, 'Omissy', ''),
(28691, 76, 603, 'Ons-en-Bray', ''),
(28692, 76, 603, 'Onvillers', ''),
(28693, 76, 603, 'Orainville', ''),
(28694, 76, 603, 'Oresmaux', ''),
(28695, 76, 603, 'Origny-en-Thierache', ''),
(28696, 76, 603, 'Origny-Sainte-Benoite', ''),
(28697, 76, 603, 'Ormoy-le-Davien', ''),
(28698, 76, 603, 'Orrouy', ''),
(28699, 76, 603, 'Orry-la-Ville', ''),
(28700, 76, 603, 'Orvillers-Sorel', ''),
(28701, 76, 603, 'Oulchy-le-Chateau', ''),
(28702, 76, 603, 'Ovillers-la-Boisselle', ''),
(28703, 76, 603, 'Paars', ''),
(28704, 76, 603, 'Pasly', ''),
(28705, 76, 603, 'Passel', ''),
(28706, 76, 603, 'Passy-sur-Marne', ''),
(28707, 76, 603, 'Pavant', ''),
(28708, 76, 603, 'Pende', ''),
(28709, 76, 603, 'Pernant', ''),
(28710, 76, 603, 'Peronne', ''),
(28711, 76, 603, 'Pertain', ''),
(28712, 76, 603, 'Petit-Verly', ''),
(28713, 76, 603, 'Picquigny', ''),
(28714, 76, 603, 'Pierrefonds', ''),
(28715, 76, 603, 'Pierregot', ''),
(28716, 76, 603, 'Pierremande', ''),
(28717, 76, 603, 'Pierrepont-sur-Avre', ''),
(28718, 76, 603, 'Pimprez', ''),
(28719, 76, 603, 'Pinon', ''),
(28720, 76, 603, 'Plachy-Buyon', ''),
(28721, 76, 603, 'Plailly', ''),
(28722, 76, 603, 'Plainval', ''),
(28723, 76, 603, 'Plainville', ''),
(28724, 76, 603, 'Plessis-de-Roye', ''),
(28725, 76, 603, 'Ploisy', ''),
(28726, 76, 603, 'Ponchon', ''),
(28727, 76, 603, 'Pont-de-Metz', ''),
(28728, 76, 603, 'Pont-Noyelles', ''),
(28729, 76, 603, 'Pont-Remy', ''),
(28730, 76, 603, 'Pont-Sainte-Maxence', ''),
(28731, 76, 603, 'Pontarme', ''),
(28732, 76, 603, 'Pontavert', ''),
(28733, 76, 603, 'Pontoise-les-Noyon', ''),
(28734, 76, 603, 'Pontpoint', ''),
(28735, 76, 603, 'Pontruet', ''),
(28736, 76, 603, 'Popincourt', ''),
(28737, 76, 603, 'Porquericourt', ''),
(28738, 76, 603, 'Port-le-Grand', ''),
(28739, 76, 603, 'Pouilly-sur-Serre', ''),
(28740, 76, 603, 'Poulainville', ''),
(28741, 76, 603, 'Pozieres', ''),
(28742, 76, 603, 'Precy-sur-Oise', ''),
(28743, 76, 603, 'Puiseux-le-Hauberger', ''),
(28744, 76, 603, 'Quend', ''),
(28745, 76, 603, 'Querrieu', ''),
(28746, 76, 603, 'Quesmy', ''),
(28747, 76, 603, 'Quesnoy-sur-Airaines', ''),
(28748, 76, 603, 'Quessy', ''),
(28749, 76, 603, 'Quevauvillers', ''),
(28750, 76, 603, 'Quinquempoix', ''),
(28751, 76, 603, 'Raillimont', ''),
(28752, 76, 603, 'Raincheval', ''),
(28753, 76, 603, 'Rainneville', ''),
(28754, 76, 603, 'Rainvillers', ''),
(28755, 76, 603, 'Ramburelles', ''),
(28756, 76, 603, 'Rancourt', ''),
(28757, 76, 603, 'Rantigny', ''),
(28758, 76, 603, 'Ravenel', ''),
(28759, 76, 603, 'Reilly', ''),
(28760, 76, 603, 'Remigny', ''),
(28761, 76, 603, 'Remy', ''),
(28762, 76, 603, 'Ressons-sur-Matz', ''),
(28763, 76, 603, 'Retheuil', ''),
(28764, 76, 603, 'Rethondes', ''),
(28765, 76, 603, 'Reuil-sur-Breche', ''),
(28766, 76, 603, 'Ribemont', ''),
(28767, 76, 603, 'Ribemont-sur-Ancre', ''),
(28768, 76, 603, 'Rieux', ''),
(28769, 76, 603, 'Rivery', ''),
(28770, 76, 603, 'Rochy-Conde', ''),
(28771, 76, 603, 'Rocquencourt', ''),
(28772, 76, 603, 'Roisel', ''),
(28773, 76, 603, 'Romaine', ''),
(28774, 76, 603, 'Romeny-sur-Marne', ''),
(28775, 76, 603, 'Romescamps', ''),
(28776, 76, 603, 'Roncheres', ''),
(28777, 76, 603, 'Rosieres-en-Santerre', ''),
(28778, 76, 603, 'Rosoy-en-Multien', ''),
(28779, 76, 603, 'Rotangy', ''),
(28780, 76, 603, 'Rousseloy', ''),
(28781, 76, 603, 'Rouville', ''),
(28782, 76, 603, 'Rouvillers', ''),
(28783, 76, 603, 'Rouvrel', ''),
(28784, 76, 603, 'Rouvroy', ''),
(28785, 76, 603, 'Rouy-le-Grand', ''),
(28786, 76, 603, 'Roy-Boissy', ''),
(28787, 76, 603, 'Roye', ''),
(28788, 76, 603, 'Roye-sur-Matz', ''),
(28789, 76, 603, 'Rozoy-sur-Serre', ''),
(28790, 76, 603, 'Rubempre', ''),
(28791, 76, 603, 'Rue', ''),
(28792, 76, 603, 'Sacy-le-Grand', ''),
(28793, 76, 603, 'Sacy-le-Petit', ''),
(28794, 76, 603, 'Sailly-le-Sec', ''),
(28795, 76, 603, 'Sailly-Saillisel', ''),
(28796, 76, 603, 'Sains-en-Amienois', ''),
(28797, 76, 603, 'Sains-Morainvillers', ''),
(28798, 76, 603, 'Sains-Richaumont', ''),
(28799, 76, 603, 'Saint-Arnoult', ''),
(28800, 76, 603, 'Saint-Aubin-en-Bray', ''),
(28801, 76, 603, 'Saint-Crepin-Ibouvillers', ''),
(28802, 76, 603, 'Saint-Erme-Outre-et-Ramecourt', ''),
(28803, 76, 603, 'Saint-Gobain', ''),
(28804, 76, 603, 'Saint-Gratien', ''),
(28805, 76, 603, 'Saint-Just-en-Chaussee', ''),
(28806, 76, 603, 'Saint-Leger-aux-Bois', ''),
(28807, 76, 603, 'Saint-Leger-les-Domart', ''),
(28808, 76, 603, 'Saint-Leu-d\'Esserent', ''),
(28809, 76, 603, 'Saint-Martin-le-Noeud', ''),
(28810, 76, 603, 'Saint-Martin-Longueau', ''),
(28811, 76, 603, 'Saint-Maur', ''),
(28812, 76, 603, 'Saint-Maxent', ''),
(28813, 76, 603, 'Saint-Maximin', ''),
(28814, 76, 603, 'Saint-Omer-en-Chaussee', ''),
(28815, 76, 603, 'Saint-Ouen', ''),
(28816, 76, 603, 'Saint-Quentin', ''),
(28817, 76, 603, 'Saint-Riquier', ''),
(28818, 76, 603, 'Saint-Sauflieu', ''),
(28819, 76, 603, 'Saint-Simon', ''),
(28820, 76, 603, 'Saint-Vaast-de-Longmont', ''),
(28821, 76, 603, 'Saint-Vaast-les-Mello', ''),
(28822, 76, 603, 'Saint-Valery', ''),
(28823, 76, 603, 'Saint-Valery-sur-Somme', ''),
(28824, 76, 603, 'Sainte-Genevieve', ''),
(28825, 76, 603, 'Saintines', ''),
(28826, 76, 603, 'Salency', ''),
(28827, 76, 603, 'Saleux', ''),
(28828, 76, 603, 'Salouel', ''),
(28829, 76, 603, 'Sancourt', ''),
(28830, 76, 603, 'Saulchery', ''),
(28831, 76, 603, 'Sauqueuse-Saint-Lucien', ''),
(28832, 76, 603, 'Saveuse', ''),
(28833, 76, 603, 'Sempigny', ''),
(28834, 76, 603, 'Senantes', ''),
(28835, 76, 603, 'Senlis', ''),
(28836, 76, 603, 'Senlis-le-Sec', ''),
(28837, 76, 603, 'Septmonts', ''),
(28838, 76, 603, 'Sequehart', ''),
(28839, 76, 603, 'Serans', ''),
(28840, 76, 603, 'Seraucourt-le-Grand', ''),
(28841, 76, 603, 'Serifontaine', ''),
(28842, 76, 603, 'Sermaize', ''),
(28843, 76, 603, 'Silly-le-Long', ''),
(28844, 76, 603, 'Silly-Tillard', ''),
(28845, 76, 603, 'Sinceny', ''),
(28846, 76, 603, 'Sissy', ''),
(28847, 76, 603, 'Soissons', ''),
(28848, 76, 603, 'Songeons', ''),
(28849, 76, 603, 'Sons-et-Roncheres', ''),
(28850, 76, 603, 'Sorel-en-Vimeu', ''),
(28851, 76, 603, 'Soucy', ''),
(28852, 76, 603, 'Suzanne', ''),
(28853, 76, 603, 'Taillefontaine', ''),
(28854, 76, 603, 'Talmas', ''),
(28855, 76, 603, 'Tavaux-et-Pontsericourt', ''),
(28856, 76, 603, 'Tergnier', ''),
(28857, 76, 603, 'Thenelles', ''),
(28858, 76, 603, 'Thennes', ''),
(28859, 76, 603, 'Therdonne', ''),
(28860, 76, 603, 'Thiers-sur-Theve', ''),
(28861, 76, 603, 'Thiescourt', ''),
(28862, 76, 603, 'Thieuloy-Saint-Antoine', ''),
(28863, 76, 603, 'Thieux', ''),
(28864, 76, 603, 'Thiverny', ''),
(28865, 76, 603, 'Thourotte', ''),
(28866, 76, 603, 'Thury-sous-Clermont', ''),
(28867, 76, 603, 'Tincourt-Boucly', ''),
(28868, 76, 603, 'Toeufles', ''),
(28869, 76, 603, 'Tours-en-Vimeu', ''),
(28870, 76, 603, 'Tracy-le-Mont', ''),
(28871, 76, 603, 'Tracy-le-Val', ''),
(28872, 76, 603, 'Travecy', ''),
(28873, 76, 603, 'Tricot', ''),
(28874, 76, 603, 'Trie-Chateau', ''),
(28875, 76, 603, 'Troesnes', ''),
(28876, 76, 603, 'Troissereux', ''),
(28877, 76, 603, 'Trosly-Breuil', ''),
(28878, 76, 603, 'Tugny-et-Pont', ''),
(28879, 76, 603, 'Tupigny', ''),
(28880, 76, 603, 'Ully-Saint-Georges', ''),
(28881, 76, 603, 'Urcel', ''),
(28882, 76, 603, 'Vadencourt', ''),
(28883, 76, 603, 'Vailly-sur-Aisne', ''),
(28884, 76, 603, 'Valdampierre', ''),
(28885, 76, 603, 'Varennes', ''),
(28886, 76, 603, 'Varesnes', ''),
(28887, 76, 603, 'Vaudancourt', ''),
(28888, 76, 603, 'Vaumoise', ''),
(28889, 76, 603, 'Vauvillers', ''),
(28890, 76, 603, 'Vaux-en-Vermandois', ''),
(28891, 76, 603, 'Vauxaillon', ''),
(28892, 76, 603, 'Vauxbuin', ''),
(28893, 76, 603, 'Vendhuile', ''),
(28894, 76, 603, 'Venerolles', ''),
(28895, 76, 603, 'Venette', ''),
(28896, 76, 603, 'Ver-sur-Launette', ''),
(28897, 76, 603, 'Verberie', ''),
(28898, 76, 603, 'Verderonne', ''),
(28899, 76, 603, 'Vermand', ''),
(28900, 76, 603, 'Verneuil-en-Halatte', ''),
(28901, 76, 603, 'Verneuil-sur-Serre', ''),
(28902, 76, 603, 'Vervins', ''),
(28903, 76, 603, 'Veslud', ''),
(28904, 76, 603, 'Vezaponin', ''),
(28905, 76, 603, 'Vic-sur-Aisne', ''),
(28906, 76, 603, 'Viels-Maisons', ''),
(28907, 76, 603, 'Vieux-Moulin', ''),
(28908, 76, 603, 'Viffort', ''),
(28909, 76, 603, 'Vignacourt', ''),
(28910, 76, 603, 'Vignemont', ''),
(28911, 76, 603, 'Ville', ''),
(28912, 76, 603, 'Ville-le-Marclet', ''),
(28913, 76, 603, 'Villeneuve-Saint-Germain', ''),
(28914, 76, 603, 'Villeneuve-sur-Fere', ''),
(28915, 76, 603, 'Villeneuve-sur-Verberie', ''),
(28916, 76, 603, 'Villeret', ''),
(28917, 76, 603, 'Villeroy', ''),
(28918, 76, 603, 'Villers-Bocage', ''),
(28919, 76, 603, 'Villers-Bretonneux', ''),
(28920, 76, 603, 'Villers-Campsart', ''),
(28921, 76, 603, 'Villers-Cotterêts', ''),
(28922, 76, 603, 'Villers-les-Roye', ''),
(28923, 76, 603, 'Villers-Saint-Genest', ''),
(28924, 76, 603, 'Villers-Saint-Paul', ''),
(28925, 76, 603, 'Villers-Saint-Sepulcre', ''),
(28926, 76, 603, 'Villers-sous-Saint-Leu', ''),
(28927, 76, 603, 'Villers-sur-Coudun', ''),
(28928, 76, 603, 'Villers-sur-Fere', ''),
(28929, 76, 603, 'Vineuil-Saint-Firmin', ''),
(28930, 76, 603, 'Vironchaux', ''),
(28931, 76, 603, 'Viry-Noureuil', ''),
(28932, 76, 603, 'Vivaise', ''),
(28933, 76, 603, 'Vivieres', ''),
(28934, 76, 603, 'Vouel', ''),
(28935, 76, 603, 'Wanel', ''),
(28936, 76, 603, 'Warloy-Baillon', ''),
(28937, 76, 603, 'Warluis', ''),
(28938, 76, 603, 'Warsy', ''),
(28939, 76, 603, 'Watigny', ''),
(28940, 76, 603, 'Wiege-Faty', ''),
(28941, 76, 603, 'Wimy', ''),
(28942, 76, 603, 'Woincourt', ''),
(28943, 76, 603, 'Yvrench', ''),
(28944, 76, 603, 'Yzengremer', ''),
(28945, 76, 604, 'Adilly', ''),
(28946, 76, 604, 'Adriers', ''),
(28947, 76, 604, 'Aiffres', ''),
(28948, 76, 604, 'Aignes-et-Puyperoux', ''),
(28949, 76, 604, 'Aigre', ''),
(28950, 76, 604, 'Aigrefeuille-d\'Aunis', ''),
(28951, 76, 604, 'Airvault', ''),
(28952, 76, 604, 'Amailloux', ''),
(28953, 76, 604, 'Amberac', ''),
(28954, 76, 604, 'Ambernac', ''),
(28955, 76, 604, 'Anais', ''),
(28956, 76, 604, 'Andilly', ''),
(28957, 76, 604, 'Angeac-Champagne', ''),
(28958, 76, 604, 'Angles-sur-lAnglin', ''),
(28959, 76, 604, 'Angliers', ''),
(28960, 76, 604, 'Angoulême', ''),
(28961, 76, 604, 'Angoulins', ''),
(28962, 76, 604, 'Ansac-sur-Vienne', ''),
(28963, 76, 604, 'Antezant-la-Chapelle', ''),
(28964, 76, 604, 'Antigny', ''),
(28965, 76, 604, 'Antran', ''),
(28966, 76, 604, 'Arces', ''),
(28967, 76, 604, 'Archiac', ''),
(28968, 76, 604, 'Archigny', ''),
(28969, 76, 604, 'Ardillieres', ''),
(28970, 76, 604, 'Ardin', ''),
(28971, 76, 604, 'Argenton-les-Vallees', ''),
(28972, 76, 604, 'Ars', ''),
(28973, 76, 604, 'Ars-en-Re', ''),
(28974, 76, 604, 'Arvert', ''),
(28975, 76, 604, 'Aslonnes', ''),
(28976, 76, 604, 'Asnieres-en-Poitou', ''),
(28977, 76, 604, 'Asnieres-la-Giraud', ''),
(28978, 76, 604, 'Asnieres-sur-Blour', ''),
(28979, 76, 604, 'Asnieres-sur-Nouere', ''),
(28980, 76, 604, 'Aubeterre-sur-Dronne', ''),
(28981, 76, 604, 'Auge-Saint-Medard', ''),
(28982, 76, 604, 'Aulnay', ''),
(28983, 76, 604, 'Authon-Ebeon', ''),
(28984, 76, 604, 'Availles-Limouzine', ''),
(28985, 76, 604, 'Avanton', ''),
(28986, 76, 604, 'Ayron', ''),
(28987, 76, 604, 'Aytre', ''),
(28988, 76, 604, 'Azay-le-Brule', ''),
(28989, 76, 604, 'Azay-sur-Thouet', ''),
(28990, 76, 604, 'Baignes-Sainte-Radegonde', ''),
(28991, 76, 604, 'Balzac', ''),
(28992, 76, 604, 'Barbezieux-Saint-Hilaire', ''),
(28993, 76, 604, 'Beaugeay', ''),
(28994, 76, 604, 'Beaulieu-sous-Parthenay', ''),
(28995, 76, 604, 'Beaumont', ''),
(28996, 76, 604, 'Beauvais-sur-Matha', ''),
(28997, 76, 604, 'Beauvoir-sur-Niort', ''),
(28998, 76, 604, 'Belluire', ''),
(28999, 76, 604, 'Benassay', ''),
(29000, 76, 604, 'Benon', ''),
(29001, 76, 604, 'Bercloux', ''),
(29002, 76, 604, 'Bernay-Saint-Martin', ''),
(29003, 76, 604, 'Berneuil', ''),
(29004, 76, 604, 'Berthegon', ''),
(29005, 76, 604, 'Beruges', ''),
(29006, 76, 604, 'Bessines', ''),
(29007, 76, 604, 'Bethines', ''),
(29008, 76, 604, 'Beurlay', ''),
(29009, 76, 604, 'Biard', ''),
(29010, 76, 604, 'Blanzac-Porcheresse', ''),
(29011, 76, 604, 'Blanzay-sur-Boutonne', ''),
(29012, 76, 604, 'Bois', ''),
(29013, 76, 604, 'Boisserolles', ''),
(29014, 76, 604, 'Bonnes', ''),
(29015, 76, 604, 'Bonneuil-Matours', ''),
(29016, 76, 604, 'Bords', ''),
(29017, 76, 604, 'Bouex', ''),
(29018, 76, 604, 'Bouhet', ''),
(29019, 76, 604, 'Bourcefranc-le-Chapus', ''),
(29020, 76, 604, 'Bouresse', ''),
(29021, 76, 604, 'Bourgneuf', ''),
(29022, 76, 604, 'Boutiers-Saint-Trojan', ''),
(29023, 76, 604, 'Bressuire', ''),
(29024, 76, 604, 'Bretagne', ''),
(29025, 76, 604, 'Breuil-la-Reorte', ''),
(29026, 76, 604, 'Breuil-Magne', ''),
(29027, 76, 604, 'Breuillet', ''),
(29028, 76, 604, 'Breville', ''),
(29029, 76, 604, 'Brie', ''),
(29030, 76, 604, 'Brie-sous-Matha', ''),
(29031, 76, 604, 'Brigueuil', ''),
(29032, 76, 604, 'Brioux-sur-Boutonne', ''),
(29033, 76, 604, 'Brives-sur-Charente', ''),
(29034, 76, 604, 'Brulain', ''),
(29035, 76, 604, 'Brux', ''),
(29036, 76, 604, 'Bunzac', ''),
(29037, 76, 604, 'Burie', ''),
(29038, 76, 604, 'Bussac-Foret', ''),
(29039, 76, 604, 'Buxerolles', ''),
(29040, 76, 604, 'Ceaux-en-Loudun', ''),
(29041, 76, 604, 'Celle-Levescault', ''),
(29042, 76, 604, 'Celles-sur-Belle', ''),
(29043, 76, 604, 'Cenon-sur-Vienne', ''),
(29044, 76, 604, 'Cerizay', ''),
(29045, 76, 604, 'Chabanais', ''),
(29046, 76, 604, 'Chaillevette', ''),
(29047, 76, 604, 'Chalais', ''),
(29048, 76, 604, 'Chalandray', ''),
(29049, 76, 604, 'Chambroutet', ''),
(29050, 76, 604, 'Champagnac', ''),
(29051, 76, 604, 'Champagne-Mouton', ''),
(29052, 76, 604, 'Champdolent', ''),
(29053, 76, 604, 'Champniers', ''),
(29054, 76, 604, 'Chaniers', ''),
(29055, 76, 604, 'Chapelle-Morthemer', ''),
(29056, 76, 604, 'Charme', ''),
(29057, 76, 604, 'Charrais', ''),
(29058, 76, 604, 'Charras', ''),
(29059, 76, 604, 'Charron', ''),
(29060, 76, 604, 'Chasseneuil-du-Poitou', ''),
(29061, 76, 604, 'Chasseneuil-sur-Bonnieure', ''),
(29062, 76, 604, 'Chassors', ''),
(29063, 76, 604, 'Chateau-Garnier', ''),
(29064, 76, 604, 'Chateau-Larcher', ''),
(29065, 76, 604, 'Chateaubernard', ''),
(29066, 76, 604, 'Chateauneuf-sur-Charente', ''),
(29067, 76, 604, 'Chatelaillon-Plage', ''),
(29068, 76, 604, 'Châtellerault', ''),
(29069, 76, 604, 'Chatignac', ''),
(29070, 76, 604, 'Chatillon-sur-Thouet', ''),
(29071, 76, 604, 'Chauray', ''),
(29072, 76, 604, 'Chauvigny', ''),
(29073, 76, 604, 'Chazelles', ''),
(29074, 76, 604, 'Chef-Boutonne', ''),
(29075, 76, 604, 'Chenac-Saint-Seurin-dUzet', ''),
(29076, 76, 604, 'Cheneche', ''),
(29077, 76, 604, 'Chenommet', ''),
(29078, 76, 604, 'Chermignac', ''),
(29079, 76, 604, 'Cherves-Richemont', ''),
(29080, 76, 604, 'Cherveux', ''),
(29081, 76, 604, 'Chey', ''),
(29082, 76, 604, 'Cire-d\'Aunis', ''),
(29083, 76, 604, 'Cisse', ''),
(29084, 76, 604, 'Civaux', ''),
(29085, 76, 604, 'Civray', ''),
(29086, 76, 604, 'Claix', ''),
(29087, 76, 604, 'Clazay', ''),
(29088, 76, 604, 'Cloue', ''),
(29089, 76, 604, 'Cognac', ''),
(29090, 76, 604, 'Colombiers', ''),
(29091, 76, 604, 'Combrand', ''),
(29092, 76, 604, 'Confolens', ''),
(29093, 76, 604, 'Contre', ''),
(29094, 76, 604, 'Corme-Ecluse', ''),
(29095, 76, 604, 'Corme-Royal', ''),
(29096, 76, 604, 'Couhe', ''),
(29097, 76, 604, 'Coulombiers', ''),
(29098, 76, 604, 'Coulon', ''),
(29099, 76, 604, 'Courcome', ''),
(29100, 76, 604, 'Courcon', ''),
(29101, 76, 604, 'Courcoury', ''),
(29102, 76, 604, 'Cours', ''),
(29103, 76, 604, 'Coussay-les-Bois', ''),
(29104, 76, 604, 'Coux', ''),
(29105, 76, 604, 'Cozes', ''),
(29106, 76, 604, 'Cravans', ''),
(29107, 76, 604, 'Crazannes', ''),
(29108, 76, 604, 'Criteuil-la-Magdeleine', ''),
(29109, 76, 604, 'Croix-Chapeau', ''),
(29110, 76, 604, 'Curac', ''),
(29111, 76, 604, 'Dienne', ''),
(29112, 76, 604, 'Dignac', ''),
(29113, 76, 604, 'Dirac', ''),
(29114, 76, 604, 'Dissay', ''),
(29115, 76, 604, 'Dolus-d\'Oleron', ''),
(29116, 76, 604, 'Dompierre-sur-Charente', ''),
(29117, 76, 604, 'Dompierre-sur-Mer', ''),
(29118, 76, 604, 'Doussay', ''),
(29119, 76, 604, 'Doux', ''),
(29120, 76, 604, 'Douzat', ''),
(29121, 76, 604, 'Echillais', ''),
(29122, 76, 604, 'Echire', ''),
(29123, 76, 604, 'Ecoyeux', ''),
(29124, 76, 604, 'Ecuras', ''),
(29125, 76, 604, 'Ecurat', ''),
(29126, 76, 604, 'Epannes', ''),
(29127, 76, 604, 'Epargnes', ''),
(29128, 76, 604, 'Esnandes', ''),
(29129, 76, 604, 'Etagnac', ''),
(29130, 76, 604, 'Etaules', ''),
(29131, 76, 604, 'Exideuil', ''),
(29132, 76, 604, 'Exireuil', ''),
(29133, 76, 604, 'Expiremont', ''),
(29134, 76, 604, 'Faye-l\'Abbesse', ''),
(29135, 76, 604, 'Fenioux', ''),
(29136, 76, 604, 'Ferrieres', ''),
(29137, 76, 604, 'Fleac', ''),
(29138, 76, 604, 'Fontaine-le-Comte', ''),
(29139, 76, 604, 'Fontcouverte', ''),
(29140, 76, 604, 'Fontenet', ''),
(29141, 76, 604, 'Forges', ''),
(29142, 76, 604, 'Fors', ''),
(29143, 76, 604, 'Fouras', ''),
(29144, 76, 604, 'Francois', ''),
(29145, 76, 604, 'Frontenay-Rohan-Rohan', ''),
(29146, 76, 604, 'Frozes', ''),
(29147, 76, 604, 'Garat', ''),
(29148, 76, 604, 'Geay', ''),
(29149, 76, 604, 'Gemozac', ''),
(29150, 76, 604, 'Gencay', ''),
(29151, 76, 604, 'Genouille', ''),
(29152, 76, 604, 'Gensac-la-Pallue', ''),
(29153, 76, 604, 'Gente', ''),
(29154, 76, 604, 'Gizay', ''),
(29155, 76, 604, 'Glenouze', ''),
(29156, 76, 604, 'Gond-Pontouvre', ''),
(29157, 76, 604, 'Granzay-Gript', ''),
(29158, 76, 604, 'Grassac', ''),
(29159, 76, 604, 'Haimps', ''),
(29160, 76, 604, 'Hanc', ''),
(29161, 76, 604, 'Hiersac', ''),
(29162, 76, 604, 'Iteuil', ''),
(29163, 76, 604, 'Jarnac', ''),
(29164, 76, 604, 'Jarnac-Champagne', ''),
(29165, 76, 604, 'Jauldes', ''),
(29166, 76, 604, 'Jaunay-Clan', ''),
(29167, 76, 604, 'Javrezac', ''),
(29168, 76, 604, 'Jonzac', ''),
(29169, 76, 604, 'Jouhet', ''),
(29170, 76, 604, 'Jousse', ''),
(29171, 76, 604, 'Julienne', ''),
(29172, 76, 604, 'Jurignac', ''),
(29173, 76, 604, 'L\'Eguille', ''),
(29174, 76, 604, 'L\'Houmeau', ''),
(29175, 76, 604, 'L\'Isle-Jourdain', ''),
(29176, 76, 604, 'La Celle', ''),
(29177, 76, 604, 'La Chaise', ''),
(29178, 76, 604, 'La Chapelle-des-Pots', ''),
(29179, 76, 604, 'La Chevrerie', ''),
(29180, 76, 604, 'La Clisse', ''),
(29181, 76, 604, 'La Clotte', ''),
(29182, 76, 604, 'La Couronne', ''),
(29183, 76, 604, 'La Creche', ''),
(29184, 76, 604, 'La Flotte', ''),
(29185, 76, 604, 'La Foret-de-Tesse', ''),
(29186, 76, 604, 'La Garde', ''),
(29187, 76, 604, 'La Greve-sur-Mignon', ''),
(29188, 76, 604, 'La Gripperie-Saint-Symphorien', ''),
(29189, 76, 604, 'La Jard', ''),
(29190, 76, 604, 'La Jarne', ''),
(29191, 76, 604, 'La Jarrie', ''),
(29192, 76, 604, 'La Laigne', ''),
(29193, 76, 604, 'La Mothe-Saint-Heray', ''),
(29194, 76, 604, 'La Peruse', ''),
(29195, 76, 604, 'La Roche', ''),
(29196, 76, 604, 'La Rochefoucauld', ''),
(29197, 76, 604, 'La Rochelle', ''),
(29198, 76, 604, 'La Rochenard', ''),
(29199, 76, 604, 'La Tremblade', ''),
(29200, 76, 604, 'Lachaise', ''),
(29201, 76, 604, 'Lageon', ''),
(29202, 76, 604, 'Lagord', ''),
(29203, 76, 604, 'Lamaire', ''),
(29204, 76, 604, 'Lamerac', ''),
(29205, 76, 604, 'Landes', ''),
(29206, 76, 604, 'Laprade', ''),
(29207, 76, 604, 'Largeasse', ''),
(29208, 76, 604, 'Latille', ''),
(29209, 76, 604, 'Le Bois-Plage-en-Re', ''),
(29210, 76, 604, 'Le Bouchage', ''),
(29211, 76, 604, 'Le Château-dOléron', ''),
(29212, 76, 604, 'Le Chay', ''),
(29213, 76, 604, 'Le Douhet', ''),
(29214, 76, 604, 'Le Fouilloux', ''),
(29215, 76, 604, 'Le Grand-Village-Plage', ''),
(29216, 76, 604, 'Le Gua', ''),
(29217, 76, 604, 'Le Mung', ''),
(29218, 76, 604, 'Le Rochereau', ''),
(29219, 76, 604, 'Le Tallud', ''),
(29220, 76, 604, 'Le Tatre', ''),
(29221, 76, 604, 'Le Thou', ''),
(29222, 76, 604, 'Leigne-les-Bois', ''),
(29223, 76, 604, 'Leignes-sur-Fontaine', ''),
(29224, 76, 604, 'Lencloitre', ''),
(29225, 76, 604, 'Les Aubiers', ''),
(29226, 76, 604, 'Les Gonds', ''),
(29227, 76, 604, 'Les Landes', ''),
(29228, 76, 604, 'Les Metairies', ''),
(29229, 76, 604, 'Les Pins', ''),
(29230, 76, 604, 'Les Sables', ''),
(29231, 76, 604, 'Les Trois-Moutiers', ''),
(29232, 76, 604, 'Lesigny', ''),
(29233, 76, 604, 'Lessac', ''),
(29234, 76, 604, 'Leugny', ''),
(29235, 76, 604, 'Lezay', ''),
(29236, 76, 604, 'Lhommaize', ''),
(29237, 76, 604, 'Ligne', ''),
(29238, 76, 604, 'Liguge', ''),
(29239, 76, 604, 'Linars', ''),
(29240, 76, 604, 'Liniers', ''),
(29241, 76, 604, 'LIsle-dEspagnac', ''),
(29242, 76, 604, 'Loire-les-Marais', ''),
(29243, 76, 604, 'Loize', ''),
(29244, 76, 604, 'Loubille', ''),
(29245, 76, 604, 'Loudun', ''),
(29246, 76, 604, 'Loulay', ''),
(29247, 76, 604, 'Louzy', ''),
(29248, 76, 604, 'Lozay', ''),
(29249, 76, 604, 'Lussac', ''),
(29250, 76, 604, 'Lussac-les-Chateaux', ''),
(29251, 76, 604, 'Lussant', ''),
(29252, 76, 604, 'Luxe', ''),
(29253, 76, 604, 'Magnac-sur-Touvre', ''),
(29254, 76, 604, 'Magne', ''),
(29255, 76, 604, 'Maine-de-Boixe', ''),
(29256, 76, 604, 'Mainxe', ''),
(29257, 76, 604, 'Maisonneuve', ''),
(29258, 76, 604, 'Malaville', ''),
(29259, 76, 604, 'Mansle', ''),
(29260, 76, 604, 'Marans', ''),
(29261, 76, 604, 'Marcay', ''),
(29262, 76, 604, 'Marcillac-Lanville', ''),
(29263, 76, 604, 'Marennes', ''),
(29264, 76, 604, 'Marignac', ''),
(29265, 76, 604, 'Marigny-Brizay', ''),
(29266, 76, 604, 'Marigny-Chemereau', ''),
(29267, 76, 604, 'Marnay', ''),
(29268, 76, 604, 'Marnes', ''),
(29269, 76, 604, 'Marsac', ''),
(29270, 76, 604, 'Marsilly', ''),
(29271, 76, 604, 'Martaize', ''),
(29272, 76, 604, 'Matha', ''),
(29273, 76, 604, 'Mauprevoir', ''),
(29274, 76, 604, 'Mauze-sur-le-Mignon', ''),
(29275, 76, 604, 'Mazeray', ''),
(29276, 76, 604, 'Mazerolles', ''),
(29277, 76, 604, 'Mazeuil', ''),
(29278, 76, 604, 'Mazieres-en-Gatine', ''),
(29279, 76, 604, 'Medis', ''),
(29280, 76, 604, 'Melle', ''),
(29281, 76, 604, 'Melleran', ''),
(29282, 76, 604, 'Menigoute', ''),
(29283, 76, 604, 'Merignac', ''),
(29284, 76, 604, 'Merpins', ''),
(29285, 76, 604, 'Meschers-sur-Gironde', ''),
(29286, 76, 604, 'Mesnac', ''),
(29287, 76, 604, 'Messeme', ''),
(29288, 76, 604, 'Meursac', ''),
(29289, 76, 604, 'Mignaloux-Beauvoir', ''),
(29290, 76, 604, 'Migne-Auxances', ''),
(29291, 76, 604, 'Mirambeau', ''),
(29292, 76, 604, 'Mirebeau', ''),
(29293, 76, 604, 'Misse', ''),
(29294, 76, 604, 'Moeze', ''),
(29295, 76, 604, 'Moncoutant', ''),
(29296, 76, 604, 'Montamise', ''),
(29297, 76, 604, 'Montbron', ''),
(29298, 76, 604, 'Montchaude', ''),
(29299, 76, 604, 'Montemboeuf', ''),
(29300, 76, 604, 'Montendre', ''),
(29301, 76, 604, 'Montguyon', ''),
(29302, 76, 604, 'Montignac-Charente', ''),
(29303, 76, 604, 'Montigny', ''),
(29304, 76, 604, 'Montjean', ''),
(29305, 76, 604, 'Montlieu-la-Garde', ''),
(29306, 76, 604, 'Montmoreau-Saint-Cybard', ''),
(29307, 76, 604, 'Montmorillon', ''),
(29308, 76, 604, 'Montpellier-de-Medillan', ''),
(29309, 76, 604, 'Montreuil-Bonnin', ''),
(29310, 76, 604, 'Montroy', ''),
(29311, 76, 604, 'Monts-sur-Guesnes', ''),
(29312, 76, 604, 'Mornac', ''),
(29313, 76, 604, 'Mortagne', ''),
(29314, 76, 604, 'Mortagne-sur-Gironde', ''),
(29315, 76, 604, 'Mosnac', ''),
(29316, 76, 604, 'Mougon', ''),
(29317, 76, 604, 'Moulin', ''),
(29318, 76, 604, 'Moulins', ''),
(29319, 76, 604, 'Mouterre-Silly', ''),
(29320, 76, 604, 'Mouthiers-sur-Boeme', ''),
(29321, 76, 604, 'Naintre', ''),
(29322, 76, 604, 'Nancras', ''),
(29323, 76, 604, 'Nanteuil-en-Vallee', ''),
(29324, 76, 604, 'Nantille', ''),
(29325, 76, 604, 'Nercillac', ''),
(29326, 76, 604, 'Nersac', ''),
(29327, 76, 604, 'Neulles', ''),
(29328, 76, 604, 'Neuville-de-Poitou', ''),
(29329, 76, 604, 'Neuvy-Bouin', ''),
(29330, 76, 604, 'Nieuil-l\'Espoir', ''),
(29331, 76, 604, 'Nieul-le-Virouil', ''),
(29332, 76, 604, 'Nieul-sur-Mer', ''),
(29333, 76, 604, 'Nieulle-sur-Seudre', ''),
(29334, 76, 604, 'Niort', ''),
(29335, 76, 604, 'Noirterre', ''),
(29336, 76, 604, 'Noize', ''),
(29337, 76, 604, 'Nonaville', ''),
(29338, 76, 604, 'Nouaille-Maupertuis', ''),
(29339, 76, 604, 'Nuaille-d\'Aunis', ''),
(29340, 76, 604, 'Oradour', ''),
(29341, 76, 604, 'Orignolles', ''),
(29342, 76, 604, 'Ozillac', ''),
(29343, 76, 604, 'Paizay-le-Sec', ''),
(29344, 76, 604, 'Paizay-le-Tort', ''),
(29345, 76, 604, 'Paizay-Naudouin-Embourie', ''),
(29346, 76, 604, 'Parthenay', ''),
(29347, 76, 604, 'Payre', ''),
(29348, 76, 604, 'Pere', ''),
(29349, 76, 604, 'Perigne', ''),
(29350, 76, 604, 'Perigny', ''),
(29351, 76, 604, 'Pessines', ''),
(29352, 76, 604, 'Pindray', ''),
(29353, 76, 604, 'Pisany', ''),
(29354, 76, 604, 'Plassac-Rouffiac', ''),
(29355, 76, 604, 'Pleumartin', ''),
(29356, 76, 604, 'Poitiers', ''),
(29357, 76, 604, 'Pompaire', ''),
(29358, 76, 604, 'Pons', ''),
(29359, 76, 604, 'Pont-l\'Abbe-d\'Arnoult', ''),
(29360, 76, 604, 'Porcheresse', ''),
(29361, 76, 604, 'Port-d\'Envaux', ''),
(29362, 76, 604, 'Port-des-Barques', ''),
(29363, 76, 604, 'Pouille', ''),
(29364, 76, 604, 'Poursay-Garnaud', ''),
(29365, 76, 604, 'Prahecq', ''),
(29366, 76, 604, 'Prailles', ''),
(29367, 76, 604, 'Pranzac', ''),
(29368, 76, 604, 'Prin-Deyrancon', ''),
(29369, 76, 604, 'Princay', ''),
(29370, 76, 604, 'Puilboreau', ''),
(29371, 76, 604, 'Puy-du-Lac', ''),
(29372, 76, 604, 'Puymoyen', ''),
(29373, 76, 604, 'Puyrolland', ''),
(29374, 76, 604, 'Queaux', ''),
(29375, 76, 604, 'Quincay', ''),
(29376, 76, 604, 'Ranton', ''),
(29377, 76, 604, 'Ranville-Breuillaud', ''),
(29378, 76, 604, 'Reparsac', ''),
(29379, 76, 604, 'Retaud', ''),
(29380, 76, 604, 'Rivedoux-Plage', ''),
(29381, 76, 604, 'Rivieres', ''),
(29382, 76, 604, 'Roche', ''),
(29383, 76, 604, 'Rochefort', ''),
(29384, 76, 604, 'Roches-Premarie-Andille', ''),
(29385, 76, 604, 'Ronsenac', ''),
(29386, 76, 604, 'Rossay', ''),
(29387, 76, 604, 'Rouffiac', ''),
(29388, 76, 604, 'Rouillac', ''),
(29389, 76, 604, 'Rouille', ''),
(29390, 76, 604, 'Roullet-Saint-Estephe', ''),
(29391, 76, 604, 'Roumazieres', ''),
(29392, 76, 604, 'Rouvre', ''),
(29393, 76, 604, 'Royan', ''),
(29394, 76, 604, 'Ruelle-sur-Touvre', ''),
(29395, 76, 604, 'Ruffec', ''),
(29396, 76, 604, 'Sablonceaux', ''),
(29397, 76, 604, 'Saint-Agnant', ''),
(29398, 76, 604, 'Saint-Aigulin', ''),
(29399, 76, 604, 'Saint-Amant-de-Boixe', ''),
(29400, 76, 604, 'Saint-Amant-de-Bonnieure', ''),
(29401, 76, 604, 'Saint-Andre', ''),
(29402, 76, 604, 'Saint-Angeau', ''),
(29403, 76, 604, 'Saint-Aubin-du-Plain', ''),
(29404, 76, 604, 'Saint-Aubin-le-Cloud', ''),
(29405, 76, 604, 'Saint-Augustin', ''),
(29406, 76, 604, 'Saint-Benoit', ''),
(29407, 76, 604, 'Saint-Brice', ''),
(29408, 76, 604, 'Saint-Clair', ''),
(29409, 76, 604, 'Saint-Claud', ''),
(29410, 76, 604, 'Saint-Coutant-le-Grand', ''),
(29411, 76, 604, 'Saint-Cybardeaux', ''),
(29412, 76, 604, 'Saint-Denis-d\'Oleron', ''),
(29413, 76, 604, 'Saint-Dizant-du-Gua', ''),
(29414, 76, 604, 'Saint-Estephe', ''),
(29415, 76, 604, 'Saint-Front', ''),
(29416, 76, 604, 'Saint-Gelais', ''),
(29417, 76, 604, 'Saint-Genard', ''),
(29418, 76, 604, 'Saint-Genis-de-Saintonge', ''),
(29419, 76, 604, 'Saint-Georges-d\'Oleron', ''),
(29420, 76, 604, 'Saint-Georges-de-Didonne', ''),
(29421, 76, 604, 'Saint-Georges-de-Noisne', ''),
(29422, 76, 604, 'Saint-Georges-des-Coteaux', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(29423, 76, 604, 'Saint-Georges-du-Bois', ''),
(29424, 76, 604, 'Saint-Germain-de-Marencennes', ''),
(29425, 76, 604, 'Saint-Germain-de-Montbron', ''),
(29426, 76, 604, 'Saint-Gervais-les-Trois-Clochers', ''),
(29427, 76, 604, 'Saint-Gourson', ''),
(29428, 76, 604, 'Saint-Hilaire-de-Villefranche', ''),
(29429, 76, 604, 'Saint-Hilaire-la-Palud', ''),
(29430, 76, 604, 'Saint-Hippolyte', ''),
(29431, 76, 604, 'Saint-Jean-d\'Angely', ''),
(29432, 76, 604, 'Saint-Jean-de-Liversay', ''),
(29433, 76, 604, 'Saint-Jean-de-Sauves', ''),
(29434, 76, 604, 'Saint-Jean-de-Thouars', ''),
(29435, 76, 604, 'Saint-Julien-l\'Ars', ''),
(29436, 76, 604, 'Saint-Just-Luzac', ''),
(29437, 76, 604, 'Saint-Laurent-de-la-Pree', ''),
(29438, 76, 604, 'Saint-Laurent-des-Combes', ''),
(29439, 76, 604, 'Saint-Laurs', ''),
(29440, 76, 604, 'Saint-Leger', ''),
(29441, 76, 604, 'Saint-Maixent-l\'Ecole', ''),
(29442, 76, 604, 'Saint-Mard', ''),
(29443, 76, 604, 'Saint-Marsault', ''),
(29444, 76, 604, 'Saint-Martial', ''),
(29445, 76, 604, 'Saint-Martial-de-Vitaterne', ''),
(29446, 76, 604, 'Saint-Martial-sur-Ne', ''),
(29447, 76, 604, 'Saint-Martin-de-Macon', ''),
(29448, 76, 604, 'Saint-Martin-de-Re', ''),
(29449, 76, 604, 'Saint-Martin-de-Saint-Maixent', ''),
(29450, 76, 604, 'Saint-Martin-de-Sanzay', ''),
(29451, 76, 604, 'Saint-Martin-les-Melle', ''),
(29452, 76, 604, 'Saint-Maurice-des-Lions', ''),
(29453, 76, 604, 'Saint-Maurice-la-Clouere', ''),
(29454, 76, 604, 'Saint-Maxire', ''),
(29455, 76, 604, 'Saint-Medard-d\'Aunis', ''),
(29456, 76, 604, 'Saint-Meme-les-Carrieres', ''),
(29457, 76, 604, 'Saint-Nazaire-sur-Charente', ''),
(29458, 76, 604, 'Saint-Ouen-d\'Aunis', ''),
(29459, 76, 604, 'Saint-Palais-sur-Mer', ''),
(29460, 76, 604, 'Saint-Pierre-d\'Amilly', ''),
(29461, 76, 604, 'Saint-Pompain', ''),
(29462, 76, 604, 'Saint-Porchaire', ''),
(29463, 76, 604, 'Saint-Remy-sur-Creuse', ''),
(29464, 76, 604, 'Saint-Rogatien', ''),
(29465, 76, 604, 'Saint-Romain-de-Benet', ''),
(29466, 76, 604, 'Saint-Saturnin', ''),
(29467, 76, 604, 'Saint-Sauveur-dAunis', ''),
(29468, 76, 604, 'Saint-Savin', ''),
(29469, 76, 604, 'Saint-Savinien', ''),
(29470, 76, 604, 'Saint-Saviol', ''),
(29471, 76, 604, 'Saint-Secondin', ''),
(29472, 76, 604, 'Saint-Simon-de-Pellouaille', ''),
(29473, 76, 604, 'Saint-Sornin', ''),
(29474, 76, 604, 'Saint-Sulpice-d\'Arnoult', ''),
(29475, 76, 604, 'Saint-Sulpice-de-Royan', ''),
(29476, 76, 604, 'Saint-Trojan-les-Bains', ''),
(29477, 76, 604, 'Saint-Varent', ''),
(29478, 76, 604, 'Saint-Xandre', ''),
(29479, 76, 604, 'Saint-Yrieix-sur-Charente', ''),
(29480, 76, 604, 'Sainte-Eanne', ''),
(29481, 76, 604, 'Sainte-Gemme', ''),
(29482, 76, 604, 'Sainte-Marie-de-Re', ''),
(29483, 76, 604, 'Sainte-Ouenne', ''),
(29484, 76, 604, 'Sainte-Radegonde', ''),
(29485, 76, 604, 'Sainte-Soline', ''),
(29486, 76, 604, 'Sainte-Soulle', ''),
(29487, 76, 604, 'Saintes', ''),
(29488, 76, 604, 'Saivres', ''),
(29489, 76, 604, 'Salles-d\'Angles', ''),
(29490, 76, 604, 'Salles-de-Barbezieux', ''),
(29491, 76, 604, 'Salles-sur-Mer', ''),
(29492, 76, 604, 'Sansais', ''),
(29493, 76, 604, 'Saujon', ''),
(29494, 76, 604, 'Saulge', ''),
(29495, 76, 604, 'Saulgond', ''),
(29496, 76, 604, 'Sauze-Vaussais', ''),
(29497, 76, 604, 'Savigne', ''),
(29498, 76, 604, 'Savigny-Levescault', ''),
(29499, 76, 604, 'Savigny-sous-Faye', ''),
(29500, 76, 604, 'Scille', ''),
(29501, 76, 604, 'Scorbe-Clairvaux', ''),
(29502, 76, 604, 'Secondigne-sur-Belle', ''),
(29503, 76, 604, 'Secondigny', ''),
(29504, 76, 604, 'Segonzac', ''),
(29505, 76, 604, 'Semoussac', ''),
(29506, 76, 604, 'Senille', ''),
(29507, 76, 604, 'Sepvret', ''),
(29508, 76, 604, 'Signy', ''),
(29509, 76, 604, 'Sillars', ''),
(29510, 76, 604, 'Sireuil', ''),
(29511, 76, 604, 'Smarves', ''),
(29512, 76, 604, 'Sommieres-du-Clain', ''),
(29513, 76, 604, 'Sompt', ''),
(29514, 76, 604, 'Soubise', ''),
(29515, 76, 604, 'Soyaux', ''),
(29516, 76, 604, 'Surgeres', ''),
(29517, 76, 604, 'Suris', ''),
(29518, 76, 604, 'Taillebourg', ''),
(29519, 76, 604, 'Taize-Aizie', ''),
(29520, 76, 604, 'Taponnat-Fleurignac', ''),
(29521, 76, 604, 'Terce', ''),
(29522, 76, 604, 'Tesson', ''),
(29523, 76, 604, 'Thaims', ''),
(29524, 76, 604, 'Thaire', ''),
(29525, 76, 604, 'Thenac', ''),
(29526, 76, 604, 'Thenezay', ''),
(29527, 76, 604, 'Thezac', ''),
(29528, 76, 604, 'Thouars', ''),
(29529, 76, 604, 'Thurageau', ''),
(29530, 76, 604, 'Thure', ''),
(29531, 76, 604, 'Tonnay-Charente', ''),
(29532, 76, 604, 'Torsac', ''),
(29533, 76, 604, 'Tourriers', ''),
(29534, 76, 604, 'Tourtenay', ''),
(29535, 76, 604, 'Touvre', ''),
(29536, 76, 604, 'Triac-Lautrait', ''),
(29537, 76, 604, 'Trizay', ''),
(29538, 76, 604, 'Trois-Palis', ''),
(29539, 76, 604, 'Usson-du-Poitou', ''),
(29540, 76, 604, 'Valdivienne', ''),
(29541, 76, 604, 'Valence', ''),
(29542, 76, 604, 'Vandre', ''),
(29543, 76, 604, 'Varaize', ''),
(29544, 76, 604, 'Vars', ''),
(29545, 76, 604, 'Varzay', ''),
(29546, 76, 604, 'Vasles', ''),
(29547, 76, 604, 'Vausseroux', ''),
(29548, 76, 604, 'Vaux-sur-Mer', ''),
(29549, 76, 604, 'Vendeuvre-du-Poitou', ''),
(29550, 76, 604, 'Vergeroux', ''),
(29551, 76, 604, 'Verines', ''),
(29552, 76, 604, 'Vernon', ''),
(29553, 76, 604, 'Verteuil-sur-Charente', ''),
(29554, 76, 604, 'Viennay', ''),
(29555, 76, 604, 'Vilhonneur', ''),
(29556, 76, 604, 'Villedoux', ''),
(29557, 76, 604, 'Villefagnan', ''),
(29558, 76, 604, 'Villiers-Couture', ''),
(29559, 76, 604, 'Villiers-en-Plaine', ''),
(29560, 76, 604, 'Vindelle', ''),
(29561, 76, 604, 'Vitre', ''),
(29562, 76, 604, 'Vivonne', ''),
(29563, 76, 604, 'Voeuil-et-Giget', ''),
(29564, 76, 604, 'Vouhe', ''),
(29565, 76, 604, 'Vouille', ''),
(29566, 76, 604, 'Vouneuil-sous-Biard', ''),
(29567, 76, 604, 'Vouneuil-sur-Vienne', ''),
(29568, 76, 604, 'Vouzan', ''),
(29569, 76, 604, 'Yversay', ''),
(29570, 76, 604, 'Yves', ''),
(29571, 76, 604, 'Yviers', ''),
(29572, 76, 605, 'Agay', ''),
(29573, 76, 605, 'Aiglun', ''),
(29574, 76, 605, 'Aix-en-Provence', ''),
(29575, 76, 605, 'Albaron', ''),
(29576, 76, 605, 'Albiosc', ''),
(29577, 76, 605, 'Allauch', ''),
(29578, 76, 605, 'Alleins', ''),
(29579, 76, 605, 'Allemagne-en-Provence', ''),
(29580, 76, 605, 'Althen-des-Paluds', ''),
(29581, 76, 605, 'Amen', ''),
(29582, 76, 605, 'Ampus', ''),
(29583, 76, 605, 'Andon', ''),
(29584, 76, 605, 'Annot', ''),
(29585, 76, 605, 'Antibes', ''),
(29586, 76, 605, 'Apt', ''),
(29587, 76, 605, 'Argens', ''),
(29588, 76, 605, 'Arles', ''),
(29589, 76, 605, 'Artignosc-sur-Verdon', ''),
(29590, 76, 605, 'Aspremont', ''),
(29591, 76, 605, 'Aspres-les-Corps', ''),
(29592, 76, 605, 'Aubagne', ''),
(29593, 76, 605, 'Aubignan', ''),
(29594, 76, 605, 'Aubignosc', ''),
(29595, 76, 605, 'Aups', ''),
(29596, 76, 605, 'Aureille', ''),
(29597, 76, 605, 'Auribeau-sur-Siagne', ''),
(29598, 76, 605, 'Auriol', ''),
(29599, 76, 605, 'Avignon', ''),
(29600, 76, 605, 'Bagnols-en-Foret', ''),
(29601, 76, 605, 'Bairols', ''),
(29602, 76, 605, 'Bandol AOC', ''),
(29603, 76, 605, 'Banon', ''),
(29604, 76, 605, 'Barbentane', ''),
(29605, 76, 605, 'Barcelonnette', ''),
(29606, 76, 605, 'Bargemon', ''),
(29607, 76, 605, 'Barjols', ''),
(29608, 76, 605, 'Beaulieu-sur-Mer', ''),
(29609, 76, 605, 'Beaumes-de-Venise', ''),
(29610, 76, 605, 'Beaumont-de-Pertuis', ''),
(29611, 76, 605, 'Beausoleil', ''),
(29612, 76, 605, 'Beauvezer', ''),
(29613, 76, 605, 'Bedarrides', ''),
(29614, 76, 605, 'Bédoin', ''),
(29615, 76, 605, 'Belcodene', ''),
(29616, 76, 605, 'Belgentier', ''),
(29617, 76, 605, 'Bendejun', ''),
(29618, 76, 605, 'Berre-l\'Etang', ''),
(29619, 76, 605, 'Besse-sur-Issole', ''),
(29620, 76, 605, 'Bevons', ''),
(29621, 76, 605, 'Biot', ''),
(29622, 76, 605, 'Blausasc', ''),
(29623, 76, 605, 'Blauvac', ''),
(29624, 76, 605, 'Bollene', ''),
(29625, 76, 605, 'Bormes-les-Mimosas', ''),
(29626, 76, 605, 'Bouc-Bel-Air', ''),
(29627, 76, 605, 'Boulbon', ''),
(29628, 76, 605, 'Bras', ''),
(29629, 76, 605, 'Breil-sur-Roya', ''),
(29630, 76, 605, 'Briançon', ''),
(29631, 76, 605, 'Brignoles', ''),
(29632, 76, 605, 'Brue-Auriac', ''),
(29633, 76, 605, 'Buisson', ''),
(29634, 76, 605, 'Cabannes', ''),
(29635, 76, 605, 'Cabasse', ''),
(29636, 76, 605, 'Cabrieres-d\'Aigues', ''),
(29637, 76, 605, 'Cabrieres-d\'Avignon', ''),
(29638, 76, 605, 'Cabries', ''),
(29639, 76, 605, 'Cabris', ''),
(29640, 76, 605, 'Cadenet', ''),
(29641, 76, 605, 'Caderousse', ''),
(29642, 76, 605, 'Cadolive', ''),
(29643, 76, 605, 'Cagnes-sur-Mer', ''),
(29644, 76, 605, 'Cairanne', ''),
(29645, 76, 605, 'Calas', ''),
(29646, 76, 605, 'Callas', ''),
(29647, 76, 605, 'Callian', ''),
(29648, 76, 605, 'Camaret-sur-Aigues', ''),
(29649, 76, 605, 'Camps-la-Source', ''),
(29650, 76, 605, 'Cannes', ''),
(29651, 76, 605, 'Cantaron', ''),
(29652, 76, 605, 'Cap-d\'Ail', ''),
(29653, 76, 605, 'Carces', ''),
(29654, 76, 605, 'Carnoules', ''),
(29655, 76, 605, 'Carnoux-en-Provence', ''),
(29656, 76, 605, 'Caromb', ''),
(29657, 76, 605, 'Carpentras', ''),
(29658, 76, 605, 'Carqueiranne', ''),
(29659, 76, 605, 'Carro', ''),
(29660, 76, 605, 'Carros', ''),
(29661, 76, 605, 'Carry-le-Rouet', ''),
(29662, 76, 605, 'Caseneuve', ''),
(29663, 76, 605, 'Cassis', ''),
(29664, 76, 605, 'Castagniers', ''),
(29665, 76, 605, 'Castellane', ''),
(29666, 76, 605, 'Castellar', ''),
(29667, 76, 605, 'Castellet', ''),
(29668, 76, 605, 'Caumont-sur-Durance', ''),
(29669, 76, 605, 'Cavaillon', ''),
(29670, 76, 605, 'Cavalaire-sur-Mer', ''),
(29671, 76, 605, 'Cereste', ''),
(29672, 76, 605, 'Ceyreste', ''),
(29673, 76, 605, 'Chabottes', ''),
(29674, 76, 605, 'Champtercier', ''),
(29675, 76, 605, 'Charleval', ''),
(29676, 76, 605, 'Chateau-Arnoux-Saint-Auban', ''),
(29677, 76, 605, 'Chateaubriand', ''),
(29678, 76, 605, 'Chateaudouble', ''),
(29679, 76, 605, 'Chateauneuf-de-Gadagne', ''),
(29680, 76, 605, 'Châteauneuf-du-Pape', ''),
(29681, 76, 605, 'Chateauneuf-Grasse', ''),
(29682, 76, 605, 'Chateauneuf-le-Rouge', ''),
(29683, 76, 605, 'Chateauneuf-les-Martigues', ''),
(29684, 76, 605, 'Chateaurenard', ''),
(29685, 76, 605, 'Cheval-Blanc', ''),
(29686, 76, 605, 'Chorges', ''),
(29687, 76, 605, 'Claret', ''),
(29688, 76, 605, 'Cogolin', ''),
(29689, 76, 605, 'Collobrieres', ''),
(29690, 76, 605, 'Collongues', ''),
(29691, 76, 605, 'Colomars', ''),
(29692, 76, 605, 'Comps-sur-Artuby', ''),
(29693, 76, 605, 'Contes', ''),
(29694, 76, 605, 'Cornillon-Confoux', ''),
(29695, 76, 605, 'Correns', ''),
(29696, 76, 605, 'Cotignac', ''),
(29697, 76, 605, 'Coudoux', ''),
(29698, 76, 605, 'Courthezon', ''),
(29699, 76, 605, 'Coustellet', ''),
(29700, 76, 605, 'Crestet', ''),
(29701, 76, 605, 'Crillon-le-Brave', ''),
(29702, 76, 605, 'Cruis', ''),
(29703, 76, 605, 'Cucuron', ''),
(29704, 76, 605, 'Cuers', ''),
(29705, 76, 605, 'Cuges-les-Pins', ''),
(29706, 76, 605, 'Dauphin', ''),
(29707, 76, 605, 'Devoluy', ''),
(29708, 76, 605, 'Digne-les-Bains', ''),
(29709, 76, 605, 'Draguignan', ''),
(29710, 76, 605, 'Drap', ''),
(29711, 76, 605, 'Eguilles', ''),
(29712, 76, 605, 'Embrun', ''),
(29713, 76, 605, 'Ensues-la-Redonne', ''),
(29714, 76, 605, 'Entraigues-sur-la-Sorgue', ''),
(29715, 76, 605, 'Entrechaux', ''),
(29716, 76, 605, 'Entressen', ''),
(29717, 76, 605, 'Entrevaux', ''),
(29718, 76, 605, 'Escragnolles', ''),
(29719, 76, 605, 'Etoile-Saint-Cyrice', ''),
(29720, 76, 605, 'Evenos', ''),
(29721, 76, 605, 'Eygalieres', ''),
(29722, 76, 605, 'Eyguieres', ''),
(29723, 76, 605, 'Eyragues', ''),
(29724, 76, 605, 'Eze', ''),
(29725, 76, 605, 'Falicon', ''),
(29726, 76, 605, 'Fayence', ''),
(29727, 76, 605, 'Figanieres', ''),
(29728, 76, 605, 'Flassan', ''),
(29729, 76, 605, 'Flassans-sur-Issole', ''),
(29730, 76, 605, 'Flayosc', ''),
(29731, 76, 605, 'Fontvieille', ''),
(29732, 76, 605, 'Forcalqueiret', ''),
(29733, 76, 605, 'Forcalquier', ''),
(29734, 76, 605, 'Fos-sur-Mer', ''),
(29735, 76, 605, 'Fouillouse', ''),
(29736, 76, 605, 'Fréjus', ''),
(29737, 76, 605, 'Fuveau', ''),
(29738, 76, 605, 'Gap', ''),
(29739, 76, 605, 'Gardanne', ''),
(29740, 76, 605, 'Gareoult', ''),
(29741, 76, 605, 'Gargas', ''),
(29742, 76, 605, 'Gassin', ''),
(29743, 76, 605, 'Gattieres', ''),
(29744, 76, 605, 'Gemenos', ''),
(29745, 76, 605, 'Gerard', ''),
(29746, 76, 605, 'Giens', ''),
(29747, 76, 605, 'Gignac-la-Nerthe', ''),
(29748, 76, 605, 'Gilette', ''),
(29749, 76, 605, 'Ginasservis', ''),
(29750, 76, 605, 'Golfe-Juan', ''),
(29751, 76, 605, 'Gonfaron', ''),
(29752, 76, 605, 'Gorbio', ''),
(29753, 76, 605, 'Gordes', ''),
(29754, 76, 605, 'Goult', ''),
(29755, 76, 605, 'Gourdon', ''),
(29756, 76, 605, 'Grambois', ''),
(29757, 76, 605, 'Grans', ''),
(29758, 76, 605, 'Grasse', ''),
(29759, 76, 605, 'Graveson', ''),
(29760, 76, 605, 'Greasque', ''),
(29761, 76, 605, 'Greolieres', ''),
(29762, 76, 605, 'Greoux-les-Bains', ''),
(29763, 76, 605, 'Grillon', ''),
(29764, 76, 605, 'Grimaud', ''),
(29765, 76, 605, 'Guillestre', ''),
(29766, 76, 605, 'Hyères', ''),
(29767, 76, 605, 'Istres', ''),
(29768, 76, 605, 'Jausiers', ''),
(29769, 76, 605, 'Jonquieres', ''),
(29770, 76, 605, 'Jouques', ''),
(29771, 76, 605, 'Juan-les-Pins', ''),
(29772, 76, 605, 'L\'Argentiere-la-Bessee', ''),
(29773, 76, 605, 'L\'Escale', ''),
(29774, 76, 605, 'L\'Isle-sur-la-Sorgue', ''),
(29775, 76, 605, 'La Barben', ''),
(29776, 76, 605, 'La Batie', ''),
(29777, 76, 605, 'La Bouilladisse', ''),
(29778, 76, 605, 'La Brigue', ''),
(29779, 76, 605, 'La Brillanne', ''),
(29780, 76, 605, 'La Cadiere-d\'Azur', ''),
(29781, 76, 605, 'La Celle', ''),
(29782, 76, 605, 'La Ciotat', ''),
(29783, 76, 605, 'La Colle-sur-Loup', ''),
(29784, 76, 605, 'La Crau', ''),
(29785, 76, 605, 'La Destrousse', ''),
(29786, 76, 605, 'La Fare-en-Champsaur', ''),
(29787, 76, 605, 'La Fare-les-Oliviers', ''),
(29788, 76, 605, 'La Farlede', ''),
(29789, 76, 605, 'La Faurie', ''),
(29790, 76, 605, 'La Freissinouse', ''),
(29791, 76, 605, 'La Garde', ''),
(29792, 76, 605, 'La Gaude', ''),
(29793, 76, 605, 'La Londe-les-Maures', ''),
(29794, 76, 605, 'La Mole', ''),
(29795, 76, 605, 'La Motte-du-Caire', ''),
(29796, 76, 605, 'La Napoule', ''),
(29797, 76, 605, 'La Penne-sur-Huveaune', ''),
(29798, 76, 605, 'La Roche-des-Arnauds', ''),
(29799, 76, 605, 'La Roque-d\'Antheron', ''),
(29800, 76, 605, 'La Roquebrussanne', ''),
(29801, 76, 605, 'La Roquette-sur-Siagne', ''),
(29802, 76, 605, 'La Salle-les-Alpes', ''),
(29803, 76, 605, 'La Seyne-sur-Mer', ''),
(29804, 76, 605, 'La Tour', ''),
(29805, 76, 605, 'La Trinite', ''),
(29806, 76, 605, 'La Turbie', ''),
(29807, 76, 605, 'La Valette-du-Var', ''),
(29808, 76, 605, 'La Verdiere', ''),
(29809, 76, 605, 'Lacoste', ''),
(29810, 76, 605, 'Lagarde-d\'Apt', ''),
(29811, 76, 605, 'Lagnes', ''),
(29812, 76, 605, 'Lamanon', ''),
(29813, 76, 605, 'Lambesc', ''),
(29814, 76, 605, 'Lancon-Provence', ''),
(29815, 76, 605, 'Lapalud', ''),
(29816, 76, 605, 'Laragne-Monteglin', ''),
(29817, 76, 605, 'Lauris', ''),
(29818, 76, 605, 'Lavera', ''),
(29819, 76, 605, 'Laye', ''),
(29820, 76, 605, 'Le Bar-sur-Loup', ''),
(29821, 76, 605, 'Le Beaucet', ''),
(29822, 76, 605, 'Le Beausset', ''),
(29823, 76, 605, 'Le Bourg', ''),
(29824, 76, 605, 'Le Broc', ''),
(29825, 76, 605, 'Le Brusquet', ''),
(29826, 76, 605, 'Le Cannet', ''),
(29827, 76, 605, 'Le Castellet', ''),
(29828, 76, 605, 'Le Lavandou', ''),
(29829, 76, 605, 'Le Luc', ''),
(29830, 76, 605, 'Le Monetier-les-Bains', ''),
(29831, 76, 605, 'Le Muy', ''),
(29832, 76, 605, 'Le Plan-de-la-Tour', ''),
(29833, 76, 605, 'Le Pont', ''),
(29834, 76, 605, 'Le Pontet', ''),
(29835, 76, 605, 'Le Pradet', ''),
(29836, 76, 605, 'Le Puy-Sainte-Reparade', ''),
(29837, 76, 605, 'Le Revest-les-Eaux', ''),
(29838, 76, 605, 'Le Rouret', ''),
(29839, 76, 605, 'Le Rove', ''),
(29840, 76, 605, 'Le Tholonet', ''),
(29841, 76, 605, 'Le Thor', ''),
(29842, 76, 605, 'Le Thoronet', ''),
(29843, 76, 605, 'Le Tignet', ''),
(29844, 76, 605, 'Le Val', ''),
(29845, 76, 605, 'Les Adrets-de-l\'Esterel', ''),
(29846, 76, 605, 'Les Arcs', ''),
(29847, 76, 605, 'Les Baux de Provence', ''),
(29848, 76, 605, 'Les Fonts', ''),
(29849, 76, 605, 'Les Hotelleries', ''),
(29850, 76, 605, 'Les Issambres', ''),
(29851, 76, 605, 'Les Mees', ''),
(29852, 76, 605, 'Les Milles', ''),
(29853, 76, 605, 'Les Pennes-Mirabeau', ''),
(29854, 76, 605, 'Les Vigneaux', ''),
(29855, 76, 605, 'Levens', ''),
(29856, 76, 605, 'Lincel', ''),
(29857, 76, 605, 'Lioux', ''),
(29858, 76, 605, 'Lorgues', ''),
(29859, 76, 605, 'Loriol-du-Comtat', ''),
(29860, 76, 605, 'Lourmarin', ''),
(29861, 76, 605, 'Luceram', ''),
(29862, 76, 605, 'Luynes', ''),
(29863, 76, 605, 'Magagnosc', ''),
(29864, 76, 605, 'Maillane', ''),
(29865, 76, 605, 'Malaucene', ''),
(29866, 76, 605, 'Malemort-du-Comtat', ''),
(29867, 76, 605, 'Malijai', ''),
(29868, 76, 605, 'Mallemoisson', ''),
(29869, 76, 605, 'Mallemort', ''),
(29870, 76, 605, 'Mandelieu-la-Napoule', ''),
(29871, 76, 605, 'Mane', ''),
(29872, 76, 605, 'Manosque', ''),
(29873, 76, 605, 'Manteyer', ''),
(29874, 76, 605, 'Marcoux', ''),
(29875, 76, 605, 'Marie', ''),
(29876, 76, 605, 'Marignane', ''),
(29877, 76, 605, 'Marseille', ''),
(29878, 76, 605, 'Martigues', ''),
(29879, 76, 605, 'Maubec', ''),
(29880, 76, 605, 'Maussane-les-Alpilles', ''),
(29881, 76, 605, 'Mazan', ''),
(29882, 76, 605, 'Menton', ''),
(29883, 76, 605, 'Meounes-les-Montrieux', ''),
(29884, 76, 605, 'Merindol', ''),
(29885, 76, 605, 'Meyrargues', ''),
(29886, 76, 605, 'Meyreuil', ''),
(29887, 76, 605, 'Mimet', ''),
(29888, 76, 605, 'Mirabeau', ''),
(29889, 76, 605, 'Miramas', ''),
(29890, 76, 605, 'Mison', ''),
(29891, 76, 605, 'Molleges', ''),
(29892, 76, 605, 'Mondragon', ''),
(29893, 76, 605, 'Montagnac-Montpezat', ''),
(29894, 76, 605, 'Montauroux', ''),
(29895, 76, 605, 'Montbrand', ''),
(29896, 76, 605, 'Monteglin', ''),
(29897, 76, 605, 'Monteux', ''),
(29898, 76, 605, 'Montfavet', ''),
(29899, 76, 605, 'Morieres-les-Avignon', ''),
(29900, 76, 605, 'Mormoiron', ''),
(29901, 76, 605, 'Mornas', ''),
(29902, 76, 605, 'Mouans-Sartoux', ''),
(29903, 76, 605, 'Mougins', ''),
(29904, 76, 605, 'Mouries', ''),
(29905, 76, 605, 'Murs', ''),
(29906, 76, 605, 'Nans-les-Pins', ''),
(29907, 76, 605, 'Neoules', ''),
(29908, 76, 605, 'Nice', ''),
(29909, 76, 605, 'Noves', ''),
(29910, 76, 605, 'Ollioules', ''),
(29911, 76, 605, 'Opio', ''),
(29912, 76, 605, 'Oppede', ''),
(29913, 76, 605, 'Oraison', ''),
(29914, 76, 605, 'Orange', ''),
(29915, 76, 605, 'Orgon', ''),
(29916, 76, 605, 'Paradou', ''),
(29917, 76, 605, 'Pegomas', ''),
(29918, 76, 605, 'Peille', ''),
(29919, 76, 605, 'Peillon', ''),
(29920, 76, 605, 'Peipin', ''),
(29921, 76, 605, 'Pelissanne', ''),
(29922, 76, 605, 'Pelleautier', ''),
(29923, 76, 605, 'Pelvoux', ''),
(29924, 76, 605, 'Peone', ''),
(29925, 76, 605, 'Pernes-les-Fontaines', ''),
(29926, 76, 605, 'Pertuis', ''),
(29927, 76, 605, 'Peymeinade', ''),
(29928, 76, 605, 'Peynier', ''),
(29929, 76, 605, 'Peypin', ''),
(29930, 76, 605, 'Peypin-d\'Aigues', ''),
(29931, 76, 605, 'Peyrolles-en-Provence', ''),
(29932, 76, 605, 'Peyruis', ''),
(29933, 76, 605, 'Pierrefeu-du-Var', ''),
(29934, 76, 605, 'Pierrevert', ''),
(29935, 76, 605, 'Pignans', ''),
(29936, 76, 605, 'Piolenc', ''),
(29937, 76, 605, 'Plan-d\'Aups-Sainte-Baume', ''),
(29938, 76, 605, 'Plan-d\'Orgon', ''),
(29939, 76, 605, 'Plan-de-Cuques', ''),
(29940, 76, 605, 'Plascassier', ''),
(29941, 76, 605, 'Porquerolles', ''),
(29942, 76, 605, 'Port-Cros', ''),
(29943, 76, 605, 'Port-de-Bouc', ''),
(29944, 76, 605, 'Port-Saint-Louis-du-Rhone', ''),
(29945, 76, 605, 'Pourcieux', ''),
(29946, 76, 605, 'Pourrieres', ''),
(29947, 76, 605, 'Puget-sur-Argens', ''),
(29948, 76, 605, 'Puget-Theniers', ''),
(29949, 76, 605, 'Puget-Ville', ''),
(29950, 76, 605, 'Puimoisson', ''),
(29951, 76, 605, 'Puyloubier', ''),
(29952, 76, 605, 'Puymeras', ''),
(29953, 76, 605, 'Puyricard', ''),
(29954, 76, 605, 'Puyvert', ''),
(29955, 76, 605, 'Quinson', ''),
(29956, 76, 605, 'Ramatuelle', ''),
(29957, 76, 605, 'Rayol-Canadel-sur-Mer', ''),
(29958, 76, 605, 'Regusse', ''),
(29959, 76, 605, 'Revest-des-Brousses', ''),
(29960, 76, 605, 'Rians', ''),
(29961, 76, 605, 'Richerenches', ''),
(29962, 76, 605, 'Riez', ''),
(29963, 76, 605, 'Roaix', ''),
(29964, 76, 605, 'Robion', ''),
(29965, 76, 605, 'Rocbaron', ''),
(29966, 76, 605, 'Rognac', ''),
(29967, 76, 605, 'Rognes', ''),
(29968, 76, 605, 'Rognonas', ''),
(29969, 76, 605, 'Roquebilliere', ''),
(29970, 76, 605, 'Roquebrune-Cap-Martin', ''),
(29971, 76, 605, 'Roquebrune-sur-Argens', ''),
(29972, 76, 605, 'Roquefort', ''),
(29973, 76, 605, 'Roquefort-la-Bedoule', ''),
(29974, 76, 605, 'Roquesteron', ''),
(29975, 76, 605, 'Roquevaire', ''),
(29976, 76, 605, 'Rosans', ''),
(29977, 76, 605, 'Rougiers', ''),
(29978, 76, 605, 'Rousset', ''),
(29979, 76, 605, 'Roussillon', ''),
(29980, 76, 605, 'Rustrel', ''),
(29981, 76, 605, 'Saignon', ''),
(29982, 76, 605, 'Saint-Andiol', ''),
(29983, 76, 605, 'Saint-Andre-de-Rosans', ''),
(29984, 76, 605, 'Saint-Andre-les-Alpes', ''),
(29985, 76, 605, 'Saint-Aygulf', ''),
(29986, 76, 605, 'Saint-Barnabe', ''),
(29987, 76, 605, 'Saint-Cannat', ''),
(29988, 76, 605, 'Saint-Cezaire-sur-Siagne', ''),
(29989, 76, 605, 'Saint-Crepin', ''),
(29990, 76, 605, 'Saint-Cyr-sur-Mer', ''),
(29991, 76, 605, 'Saint-Etienne-de-Tinee', ''),
(29992, 76, 605, 'Saint-Etienne-du-Gres', ''),
(29993, 76, 605, 'Saint-Etienne-les-Orgues', ''),
(29994, 76, 605, 'Saint-Jean-Cap-Ferrat', ''),
(29995, 76, 605, 'Saint-Jeannet', ''),
(29996, 76, 605, 'Saint-Jurs', ''),
(29997, 76, 605, 'Saint-Laurent-du-Var', ''),
(29998, 76, 605, 'Saint-Loup', ''),
(29999, 76, 605, 'Saint-Maime', ''),
(30000, 76, 605, 'Saint-Mandrier-sur-Mer', ''),
(30001, 76, 605, 'Saint-Marc-Jaumegarde', ''),
(30002, 76, 605, 'Saint-Martin-de-Crau', ''),
(30003, 76, 605, 'Saint-Martin-du-Var', ''),
(30004, 76, 605, 'Saint-Maximin-la-Sainte-Baume', ''),
(30005, 76, 605, 'Saint-Michel-lObservatoire', ''),
(30006, 76, 605, 'Saint-Mitre-les-Remparts', ''),
(30007, 76, 605, 'Saint-Paul-de-Vence', ''),
(30008, 76, 605, 'Saint-Paul-en-Foret', ''),
(30009, 76, 605, 'Saint-Philippe', ''),
(30010, 76, 605, 'Saint-Raphaël', ''),
(30011, 76, 605, 'Saint-Rémy-de-Provence', ''),
(30012, 76, 605, 'Saint-Romain-en-Viennois', ''),
(30013, 76, 605, 'Saint-Saturnin-les-Apt', ''),
(30014, 76, 605, 'Saint-Saturnin-les-Avignon', ''),
(30015, 76, 605, 'Saint-Savournin', ''),
(30016, 76, 605, 'Saint-Trinit', ''),
(30017, 76, 605, 'Saint-Tropez', ''),
(30018, 76, 605, 'Saint-Vallier-de-Thiey', ''),
(30019, 76, 605, 'Saint-Victoret', ''),
(30020, 76, 605, 'Saint-Vincent-les-Forts', ''),
(30021, 76, 605, 'Saint-Zacharie', ''),
(30022, 76, 605, 'Sainte-Agnes', ''),
(30023, 76, 605, 'Sainte-Anastasie-sur-Issole', ''),
(30024, 76, 605, 'Sainte-Cecile-les-Vignes', ''),
(30025, 76, 605, 'Sainte-Maxime', ''),
(30026, 76, 605, 'Sainte-Tulle', ''),
(30027, 76, 605, 'Saintes-Maries-de-la-Mer', ''),
(30028, 76, 605, 'Salernes', ''),
(30029, 76, 605, 'Salon-de-Provence', ''),
(30030, 76, 605, 'Sanary-sur-Mer', ''),
(30031, 76, 605, 'Sarrians', ''),
(30032, 76, 605, 'Sault', ''),
(30033, 76, 605, 'Saumane-de-Vaucluse', ''),
(30034, 76, 605, 'Sausset-les-Pins', ''),
(30035, 76, 605, 'Sauze', ''),
(30036, 76, 605, 'Savines-le-Lac', ''),
(30037, 76, 605, 'Seillans', ''),
(30038, 76, 605, 'Seillons-Source-d\'Argens', ''),
(30039, 76, 605, 'Senas', ''),
(30040, 76, 605, 'Senez', ''),
(30041, 76, 605, 'Septemes-les-Vallons', ''),
(30042, 76, 605, 'Seranon', ''),
(30043, 76, 605, 'Serignan-du-Comtat', ''),
(30044, 76, 605, 'Serres', ''),
(30045, 76, 605, 'Seyne-les-Alpes', ''),
(30046, 76, 605, 'Signes', ''),
(30047, 76, 605, 'Sigonce', ''),
(30048, 76, 605, 'Sillans-la-Cascade', ''),
(30049, 76, 605, 'Simiane-Collongue', ''),
(30050, 76, 605, 'Simiane-la-Rotonde', ''),
(30051, 76, 605, 'Sisteron', ''),
(30052, 76, 605, 'Six-Fours-les-Plages', ''),
(30053, 76, 605, 'Sollies-Pont', ''),
(30054, 76, 605, 'Sollies-Toucas', ''),
(30055, 76, 605, 'Sophia Antipolis', ''),
(30056, 76, 605, 'Sorgues', ''),
(30057, 76, 605, 'Sospel', ''),
(30058, 76, 605, 'Speracedes', ''),
(30059, 76, 605, 'St Chamas', ''),
(30060, 76, 605, 'Tallard', ''),
(30061, 76, 605, 'Tanneron', ''),
(30062, 76, 605, 'Taradeau', ''),
(30063, 76, 605, 'Tarascon', ''),
(30064, 76, 605, 'Tende', ''),
(30065, 76, 605, 'Theoule-sur-Mer', ''),
(30066, 76, 605, 'Thorenc', ''),
(30067, 76, 605, 'Touet-sur-Var', ''),
(30068, 76, 605, 'Toulon', ''),
(30069, 76, 605, 'Tourrette-Levens', ''),
(30070, 76, 605, 'Tourrettes', ''),
(30071, 76, 605, 'Tourrettes-sur-Loup', ''),
(30072, 76, 605, 'Tourtour', ''),
(30073, 76, 605, 'Tourves', ''),
(30074, 76, 605, 'Trans-en-Provence', ''),
(30075, 76, 605, 'Trescleoux', ''),
(30076, 76, 605, 'Trets', ''),
(30077, 76, 605, 'Turriers', ''),
(30078, 76, 605, 'Uchaux', ''),
(30079, 76, 605, 'Vacheres', ''),
(30080, 76, 605, 'Vaison-la-Romaine', ''),
(30081, 76, 605, 'Valberg', ''),
(30082, 76, 605, 'Valbonne', ''),
(30083, 76, 605, 'Valensole', ''),
(30084, 76, 605, 'Vallauris', ''),
(30085, 76, 605, 'Valreas', ''),
(30086, 76, 605, 'Varages', ''),
(30087, 76, 605, 'Vars', ''),
(30088, 76, 605, 'Vauvenargues', ''),
(30089, 76, 605, 'Vedene', ''),
(30090, 76, 605, 'Velaux', ''),
(30091, 76, 605, 'Velleron', ''),
(30092, 76, 605, 'Vence', ''),
(30093, 76, 605, 'Venelles', ''),
(30094, 76, 605, 'Ventabren', ''),
(30095, 76, 605, 'Ventavon', ''),
(30096, 76, 605, 'Vernegues', ''),
(30097, 76, 605, 'Vidauban', ''),
(30098, 76, 605, 'Viere', ''),
(30099, 76, 605, 'Villar-Saint-Pancrace', ''),
(30100, 76, 605, 'Villars-Colmars', ''),
(30101, 76, 605, 'Villecroze', ''),
(30102, 76, 605, 'Villefranche-sur-Mer', ''),
(30103, 76, 605, 'Villelaure', ''),
(30104, 76, 605, 'Villemus', ''),
(30105, 76, 605, 'Villeneuve', ''),
(30106, 76, 605, 'Villeneuve-Loubet', ''),
(30107, 76, 605, 'Villes-sur-Auzon', ''),
(30108, 76, 605, 'Villevieille', ''),
(30109, 76, 605, 'Vinon-sur-Verdon', ''),
(30110, 76, 605, 'Vins-sur-Caramy', ''),
(30111, 76, 605, 'Visan', ''),
(30112, 76, 605, 'Vitrolles', ''),
(30113, 76, 605, 'Volonne', ''),
(30114, 76, 605, 'Volx', ''),
(30115, 76, 606, 'Aboen', ''),
(30116, 76, 606, 'Abondance', ''),
(30117, 76, 606, 'Agnin', ''),
(30118, 76, 606, 'Aiguebelette-le-Lac', ''),
(30119, 76, 606, 'Aiguebelle', ''),
(30120, 76, 606, 'Aigueblanche', ''),
(30121, 76, 606, 'Aigueperse', ''),
(30122, 76, 606, 'Ailleux', ''),
(30123, 76, 606, 'Aime', ''),
(30124, 76, 606, 'Aiton', ''),
(30125, 76, 606, 'Aix-les-Bains', ''),
(30126, 76, 606, 'Albens', ''),
(30127, 76, 606, 'Albertville', ''),
(30128, 76, 606, 'Albigny-sur-Saone', ''),
(30129, 76, 606, 'Albon-d\'Ardeche', ''),
(30130, 76, 606, 'Alboussiere', ''),
(30131, 76, 606, 'Alby-sur-Cheran', ''),
(30132, 76, 606, 'Alex', ''),
(30133, 76, 606, 'Alissas', ''),
(30134, 76, 606, 'Alix', ''),
(30135, 76, 606, 'Alixan', ''),
(30136, 76, 606, 'Allemond', ''),
(30137, 76, 606, 'Allevard', ''),
(30138, 76, 606, 'Allex', ''),
(30139, 76, 606, 'Allinges', ''),
(30140, 76, 606, 'Allonzier-la-Caille', ''),
(30141, 76, 606, 'Amancy', ''),
(30142, 76, 606, 'Ambérieu-en-Bugey', ''),
(30143, 76, 606, 'Amberieux-en-Dombes', ''),
(30144, 76, 606, 'Ambierle', ''),
(30145, 76, 606, 'Ambilly', ''),
(30146, 76, 606, 'Ambonil', ''),
(30147, 76, 606, 'Ambronay', ''),
(30148, 76, 606, 'Ambutrix', ''),
(30149, 76, 606, 'Amplepuis', ''),
(30150, 76, 606, 'Ampuis', ''),
(30151, 76, 606, 'Ancone', ''),
(30152, 76, 606, 'Andance', ''),
(30153, 76, 606, 'Andancette', ''),
(30154, 76, 606, 'Andert-et-Condon', ''),
(30155, 76, 606, 'Andilly', ''),
(30156, 76, 606, 'Andrezieux-Boutheon', ''),
(30157, 76, 606, 'Anglefort', ''),
(30158, 76, 606, 'Anjou', ''),
(30159, 76, 606, 'Annecy', ''),
(30160, 76, 606, 'Annecy-le-Vieux', ''),
(30161, 76, 606, 'Annemasse', ''),
(30162, 76, 606, 'Anneyron', ''),
(30163, 76, 606, 'Annoisin-Chatelans', ''),
(30164, 76, 606, 'Annonay', ''),
(30165, 76, 606, 'Anse', ''),
(30166, 76, 606, 'Anthon', ''),
(30167, 76, 606, 'Anthy-sur-Leman', ''),
(30168, 76, 606, 'Aoste', ''),
(30169, 76, 606, 'Aouste-sur-Sye', ''),
(30170, 76, 606, 'Apprieu', ''),
(30171, 76, 606, 'Apremont', ''),
(30172, 76, 606, 'Araches-la-Frasse', ''),
(30173, 76, 606, 'Aranc', ''),
(30174, 76, 606, 'Arbin', ''),
(30175, 76, 606, 'Arbuissonnas', ''),
(30176, 76, 606, 'Arbusigny', ''),
(30177, 76, 606, 'Archamps', ''),
(30178, 76, 606, 'Arenthon', ''),
(30179, 76, 606, 'Argentiere', ''),
(30180, 76, 606, 'Argonay', ''),
(30181, 76, 606, 'Arith', ''),
(30182, 76, 606, 'Armoy', ''),
(30183, 76, 606, 'Arnas', ''),
(30184, 76, 606, 'Ars-sur-Formans', ''),
(30185, 76, 606, 'Artas', ''),
(30186, 76, 606, 'Artemare', ''),
(30187, 76, 606, 'Arthaz-Pont-Notre-Dame', ''),
(30188, 76, 606, 'Arthemonay', ''),
(30189, 76, 606, 'Arthun', ''),
(30190, 76, 606, 'Arvillard', ''),
(30191, 76, 606, 'Arzay', ''),
(30192, 76, 606, 'Assieu', ''),
(30193, 76, 606, 'Attignat-Oncin', ''),
(30194, 76, 606, 'Aubenas', ''),
(30195, 76, 606, 'Auberives-sur-Vareze', ''),
(30196, 76, 606, 'Aubres', ''),
(30197, 76, 606, 'Auriolles', ''),
(30198, 76, 606, 'Auris', ''),
(30199, 76, 606, 'Aveize', ''),
(30200, 76, 606, 'Aveizieux', ''),
(30201, 76, 606, 'Ayn', ''),
(30202, 76, 606, 'Ayse', ''),
(30203, 76, 606, 'Bage-la-Ville', ''),
(30204, 76, 606, 'Bage-le-Chatel', ''),
(30205, 76, 606, 'Bagnols', ''),
(30206, 76, 606, 'Baix', ''),
(30207, 76, 606, 'Balbigny', ''),
(30208, 76, 606, 'Balbins', ''),
(30209, 76, 606, 'Ballaison', ''),
(30210, 76, 606, 'Baneins', ''),
(30211, 76, 606, 'Barberaz', ''),
(30212, 76, 606, 'Barby', ''),
(30213, 76, 606, 'Barraux', ''),
(30214, 76, 606, 'Bassens', ''),
(30215, 76, 606, 'Bassy', ''),
(30216, 76, 606, 'Beauchastel', ''),
(30217, 76, 606, 'Beaucroissant', ''),
(30218, 76, 606, 'Beaujeu', ''),
(30219, 76, 606, 'Beaulieu', ''),
(30220, 76, 606, 'Beaumont', ''),
(30221, 76, 606, 'Beaumont-les-Valence', ''),
(30222, 76, 606, 'Beaumont-Monteux', ''),
(30223, 76, 606, 'Beaurepaire', ''),
(30224, 76, 606, 'Beausemblant', ''),
(30225, 76, 606, 'Beauvallon', ''),
(30226, 76, 606, 'Beauvoir-de-Marc', ''),
(30227, 76, 606, 'Beauvoir-en-Royans', ''),
(30228, 76, 606, 'Beligneux', ''),
(30229, 76, 606, 'Bellegarde-en-Diois', ''),
(30230, 76, 606, 'Bellegarde-en-Forez', ''),
(30231, 76, 606, 'Bellegarde-Poussieu', ''),
(30232, 76, 606, 'Bellegarde-sur-Valserine', ''),
(30233, 76, 606, 'Bellevaux', ''),
(30234, 76, 606, 'Belleville', ''),
(30235, 76, 606, 'Belley', ''),
(30236, 76, 606, 'Belmont', ''),
(30237, 76, 606, 'Belmont-de-la-Loire', ''),
(30238, 76, 606, 'Belmont-Tramonet', ''),
(30239, 76, 606, 'Beny', ''),
(30240, 76, 606, 'Bereziat', ''),
(30241, 76, 606, 'Bernard', ''),
(30242, 76, 606, 'Bernex', ''),
(30243, 76, 606, 'Bernin', ''),
(30244, 76, 606, 'Besayes', ''),
(30245, 76, 606, 'Bessenay', ''),
(30246, 76, 606, 'Bessins', ''),
(30247, 76, 606, 'Betton-Bettonet', ''),
(30248, 76, 606, 'Bey', ''),
(30249, 76, 606, 'Beynost', ''),
(30250, 76, 606, 'Bibost', ''),
(30251, 76, 606, 'Bidon', ''),
(30252, 76, 606, 'Bilieu', ''),
(30253, 76, 606, 'Biol', ''),
(30254, 76, 606, 'Biviers', ''),
(30255, 76, 606, 'Bizonnes', ''),
(30256, 76, 606, 'Blace', ''),
(30257, 76, 606, 'Blanc', ''),
(30258, 76, 606, 'Bloye', ''),
(30259, 76, 606, 'Bluffy', ''),
(30260, 76, 606, 'Blyes', ''),
(30261, 76, 606, 'Boege', ''),
(30262, 76, 606, 'Boen-sur-Lignon', ''),
(30263, 76, 606, 'Bogeve', ''),
(30264, 76, 606, 'Bogy', ''),
(30265, 76, 606, 'Boisset-Saint-Priest', ''),
(30266, 76, 606, 'Bonlieu-sur-Roubion', ''),
(30267, 76, 606, 'Bonne', ''),
(30268, 76, 606, 'Bonnet', ''),
(30269, 76, 606, 'Bonneval-sur-Arc', ''),
(30270, 76, 606, 'Bonneville', ''),
(30271, 76, 606, 'Bons-en-Chablais', ''),
(30272, 76, 606, 'Bonson', ''),
(30273, 76, 606, 'Bossey', ''),
(30274, 76, 606, 'Bouge-Chambalud', ''),
(30275, 76, 606, 'Boulieu-les-Annonay', ''),
(30276, 76, 606, 'Bourdeau', ''),
(30277, 76, 606, 'Bourdeaux', ''),
(30278, 76, 606, 'Bourg-Argental', ''),
(30279, 76, 606, 'Bourg-de-Péage', ''),
(30280, 76, 606, 'Bourg-de-Thizy', ''),
(30281, 76, 606, 'Bourg-en-Bresse', ''),
(30282, 76, 606, 'Bourg-les-Valence', ''),
(30283, 76, 606, 'Bourg-Saint-Andeol', ''),
(30284, 76, 606, 'Bourg-Saint-Maurice', ''),
(30285, 76, 606, 'Bourget', ''),
(30286, 76, 606, 'Bourgneuf', ''),
(30287, 76, 606, 'Bourgoin', ''),
(30288, 76, 606, 'Boussy', ''),
(30289, 76, 606, 'Bouvesse-Quirieu', ''),
(30290, 76, 606, 'Boz', ''),
(30291, 76, 606, 'Bozel', ''),
(30292, 76, 606, 'Bregnier-Cordon', ''),
(30293, 76, 606, 'Bren', ''),
(30294, 76, 606, 'Brens', ''),
(30295, 76, 606, 'Brenthonne', ''),
(30296, 76, 606, 'Bressieux', ''),
(30297, 76, 606, 'Bressolles', ''),
(30298, 76, 606, 'Bresson', ''),
(30299, 76, 606, 'Brezins', ''),
(30300, 76, 606, 'Brides-les-Bains', ''),
(30301, 76, 606, 'Brie-et-Angonnes', ''),
(30302, 76, 606, 'Brignais', ''),
(30303, 76, 606, 'Brignoud', ''),
(30304, 76, 606, 'Brindas', ''),
(30305, 76, 606, 'Brion', ''),
(30306, 76, 606, 'Briord', ''),
(30307, 76, 606, 'Brison-Saint-Innocent', ''),
(30308, 76, 606, 'Bron', ''),
(30309, 76, 606, 'Brussieu', ''),
(30310, 76, 606, 'Buellas', ''),
(30311, 76, 606, 'Buis-les-Baronnies', ''),
(30312, 76, 606, 'Buissiere', ''),
(30313, 76, 606, 'Bully', ''),
(30314, 76, 606, 'Burdignes', ''),
(30315, 76, 606, 'Burdignin', ''),
(30316, 76, 606, 'Burzet', ''),
(30317, 76, 606, 'Bussieres', ''),
(30318, 76, 606, 'Cailloux-sur-Fontaines', ''),
(30319, 76, 606, 'Caloire', ''),
(30320, 76, 606, 'Caluire-et-Cuire', ''),
(30321, 76, 606, 'Casteljau', ''),
(30322, 76, 606, 'Cellieu', ''),
(30323, 76, 606, 'Cercie', ''),
(30324, 76, 606, 'Cerdon', ''),
(30325, 76, 606, 'Certines', ''),
(30326, 76, 606, 'Cervens', ''),
(30327, 76, 606, 'Cessens', ''),
(30328, 76, 606, 'Cessieu', ''),
(30329, 76, 606, 'Cessy', ''),
(30330, 76, 606, 'Cezay', ''),
(30331, 76, 606, 'Chabeuil', ''),
(30332, 76, 606, 'Chabons', ''),
(30333, 76, 606, 'Chainaz-les-Frasses', ''),
(30334, 76, 606, 'Chalamont', ''),
(30335, 76, 606, 'Chaleins', ''),
(30336, 76, 606, 'Chalencon', ''),
(30337, 76, 606, 'Challes-les-Eaux', ''),
(30338, 76, 606, 'Challex', ''),
(30339, 76, 606, 'Chalon', ''),
(30340, 76, 606, 'Chamagnieu', ''),
(30341, 76, 606, 'Chambéry', ''),
(30342, 76, 606, 'Chamboeuf', ''),
(30343, 76, 606, 'Chambost-Allieres', ''),
(30344, 76, 606, 'Chambost-Longessaigne', ''),
(30345, 76, 606, 'Chamonix', ''),
(30346, 76, 606, 'Chamoux-sur-Gelon', ''),
(30347, 76, 606, 'Champ-sur-Drac', ''),
(30348, 76, 606, 'Champagne', ''),
(30349, 76, 606, 'Champagne-au-Mont-d\'Or', ''),
(30350, 76, 606, 'Champagny-en-Vanoise', ''),
(30351, 76, 606, 'Champanges', ''),
(30352, 76, 606, 'Champdieu', ''),
(30353, 76, 606, 'Champdor', ''),
(30354, 76, 606, 'Champfromier', ''),
(30355, 76, 606, 'Champier', ''),
(30356, 76, 606, 'Chanas', ''),
(30357, 76, 606, 'Chanay', ''),
(30358, 76, 606, 'Chanaz', ''),
(30359, 76, 606, 'Chanos-Curson', ''),
(30360, 76, 606, 'Chanoz-Chatenay', ''),
(30361, 76, 606, 'Chantemerle-les-Grignan', ''),
(30362, 76, 606, 'Chantesse', ''),
(30363, 76, 606, 'Chapareillan', ''),
(30364, 76, 606, 'Chaponnay', ''),
(30365, 76, 606, 'Chaponost', ''),
(30366, 76, 606, 'Charancieu', ''),
(30367, 76, 606, 'Charantonnay', ''),
(30368, 76, 606, 'Charavines', ''),
(30369, 76, 606, 'Charbonnieres-les-Bains', ''),
(30370, 76, 606, 'Charentay', ''),
(30371, 76, 606, 'Charlieu', ''),
(30372, 76, 606, 'Charly', ''),
(30373, 76, 606, 'Charmes-sur-Rhone', ''),
(30374, 76, 606, 'Charnay', ''),
(30375, 76, 606, 'Charnecles', ''),
(30376, 76, 606, 'Charnoz-sur-Ain', ''),
(30377, 76, 606, 'Charvieu-Chavagneux', ''),
(30378, 76, 606, 'Charvonnex', ''),
(30379, 76, 606, 'Chassagny', ''),
(30380, 76, 606, 'Chasse-sur-Rhone', ''),
(30381, 76, 606, 'Chassieu', ''),
(30382, 76, 606, 'Chateau-Bernard', ''),
(30383, 76, 606, 'Chateau-Gaillard', ''),
(30384, 76, 606, 'Chateauneuf-de-Bordette', ''),
(30385, 76, 606, 'Chateauneuf-du-Rhone', ''),
(30386, 76, 606, 'Chateauvilain', ''),
(30387, 76, 606, 'Chatel', ''),
(30388, 76, 606, 'Chatillon-en-Diois', ''),
(30389, 76, 606, 'Chatillon-la-Palud', ''),
(30390, 76, 606, 'Chatillon-sur-Chalaronne', ''),
(30391, 76, 606, 'Chatillon-sur-Cluses', ''),
(30392, 76, 606, 'Chatonnay', ''),
(30393, 76, 606, 'Chatte', ''),
(30394, 76, 606, 'Chatuzange-le-Goubet', ''),
(30395, 76, 606, 'Chaussan', ''),
(30396, 76, 606, 'Chauzon', ''),
(30397, 76, 606, 'Chavagneux', ''),
(30398, 76, 606, 'Chavanay', ''),
(30399, 76, 606, 'Chavannes-sur-Suran', ''),
(30400, 76, 606, 'Chavanod', ''),
(30401, 76, 606, 'Chavanoz', ''),
(30402, 76, 606, 'Chaveyriat', ''),
(30403, 76, 606, 'Chazay-d\'Azergues', ''),
(30404, 76, 606, 'Chazeaux', ''),
(30405, 76, 606, 'Chazelles-sur-Lyon', ''),
(30406, 76, 606, 'Chazey-Bons', ''),
(30407, 76, 606, 'Chazey-sur-Ain', ''),
(30408, 76, 606, 'Chedde', ''),
(30409, 76, 606, 'Chenex', ''),
(30410, 76, 606, 'Chens-sur-Leman', ''),
(30411, 76, 606, 'Cherier', ''),
(30412, 76, 606, 'Chessy', ''),
(30413, 76, 606, 'Chevelu', ''),
(30414, 76, 606, 'Chevrier', ''),
(30415, 76, 606, 'Chevrieres', ''),
(30416, 76, 606, 'Chevroux', ''),
(30417, 76, 606, 'Chevry', ''),
(30418, 76, 606, 'Chezery-Forens', ''),
(30419, 76, 606, 'Chignin', ''),
(30420, 76, 606, 'Chilly', ''),
(30421, 76, 606, 'Chimilin', ''),
(30422, 76, 606, 'Chindrieux', ''),
(30423, 76, 606, 'Chirens', ''),
(30424, 76, 606, 'Choisy', ''),
(30425, 76, 606, 'Cholonge', ''),
(30426, 76, 606, 'Chomerac', ''),
(30427, 76, 606, 'Chonas-l\'Amballan', ''),
(30428, 76, 606, 'Chozeau', ''),
(30429, 76, 606, 'Chuyer', ''),
(30430, 76, 606, 'Chuzelles', ''),
(30431, 76, 606, 'Civens', ''),
(30432, 76, 606, 'Civrieux-d\'Azergues', ''),
(30433, 76, 606, 'Claix', ''),
(30434, 76, 606, 'Clarafond', ''),
(30435, 76, 606, 'Claveyson', ''),
(30436, 76, 606, 'Clement', ''),
(30437, 76, 606, 'Cleon-d\'Andran', ''),
(30438, 76, 606, 'Cleppe', ''),
(30439, 76, 606, 'Clerieux', ''),
(30440, 76, 606, 'Clermont', ''),
(30441, 76, 606, 'Clery', ''),
(30442, 76, 606, 'Cliousclat', ''),
(30443, 76, 606, 'Cluses', ''),
(30444, 76, 606, 'Cognin', ''),
(30445, 76, 606, 'Cognin-les-Gorges', ''),
(30446, 76, 606, 'Cogny', ''),
(30447, 76, 606, 'Coise-Saint-Jean-Pied-Gauthier', ''),
(30448, 76, 606, 'Coligny', ''),
(30449, 76, 606, 'Collonges-au-Mont-d\'Or', ''),
(30450, 76, 606, 'Collonges-sous-Saleve', ''),
(30451, 76, 606, 'Colombe', ''),
(30452, 76, 606, 'Colombier-le-Cardinal', ''),
(30453, 76, 606, 'Colombier-le-Jeune', ''),
(30454, 76, 606, 'Colombier-Saugnieu', ''),
(30455, 76, 606, 'Colomieu', ''),
(30456, 76, 606, 'Colonzelle', ''),
(30457, 76, 606, 'Combloux', ''),
(30458, 76, 606, 'Combre', ''),
(30459, 76, 606, 'Commelle', ''),
(30460, 76, 606, 'Commelle-Vernay', ''),
(30461, 76, 606, 'Communay', ''),
(30462, 76, 606, 'Conand', ''),
(30463, 76, 606, 'Condeissiat', ''),
(30464, 76, 606, 'Condrieu', ''),
(30465, 76, 606, 'Confrancon', ''),
(30466, 76, 606, 'Contamine-sur-Arve', ''),
(30467, 76, 606, 'Conzieu', ''),
(30468, 76, 606, 'Copponex', ''),
(30469, 76, 606, 'Corbas', ''),
(30470, 76, 606, 'Corbelin', ''),
(30471, 76, 606, 'Corbonod', ''),
(30472, 76, 606, 'Corcelles-en-Beaujolais', ''),
(30473, 76, 606, 'Corenc', ''),
(30474, 76, 606, 'Cormaranche-en-Bugey', ''),
(30475, 76, 606, 'Cormoranche-sur-Saone', ''),
(30476, 76, 606, 'Cormoz', ''),
(30477, 76, 606, 'Cornas', ''),
(30478, 76, 606, 'Cornier', ''),
(30479, 76, 606, 'Correncon-en-Vercors', ''),
(30480, 76, 606, 'Corveissiat', ''),
(30481, 76, 606, 'Cottance', ''),
(30482, 76, 606, 'Coublevie', ''),
(30483, 76, 606, 'Coucouron', ''),
(30484, 76, 606, 'Cour-et-Buis', ''),
(30485, 76, 606, 'Courchevel', ''),
(30486, 76, 606, 'Cours-la-Ville', ''),
(30487, 76, 606, 'Courzieu', ''),
(30488, 76, 606, 'Coux', ''),
(30489, 76, 606, 'Couzon-au-Mont-d\'Or', ''),
(30490, 76, 606, 'Craintilleux', ''),
(30491, 76, 606, 'Cran-Gevrier', ''),
(30492, 76, 606, 'Cranves-Sales', ''),
(30493, 76, 606, 'Craponne', ''),
(30494, 76, 606, 'Cras', ''),
(30495, 76, 606, 'Cras-sur-Reyssouze', ''),
(30496, 76, 606, 'Cremeaux', ''),
(30497, 76, 606, 'Cremieu', ''),
(30498, 76, 606, 'Crepieux-la-Pape', ''),
(30499, 76, 606, 'Crest', ''),
(30500, 76, 606, 'Crest-Voland', ''),
(30501, 76, 606, 'Crolles', ''),
(30502, 76, 606, 'Cros-de-Georand', ''),
(30503, 76, 606, 'Cruas', ''),
(30504, 76, 606, 'Cruet', ''),
(30505, 76, 606, 'Cruseilles', ''),
(30506, 76, 606, 'Cruzilles-les-Mepillat', ''),
(30507, 76, 606, 'Cublize', ''),
(30508, 76, 606, 'Culoz', ''),
(30509, 76, 606, 'Curciat-Dongalon', ''),
(30510, 76, 606, 'Curis-au-Mont-d\'Or', ''),
(30511, 76, 606, 'Cusy', ''),
(30512, 76, 606, 'Cuvat', ''),
(30513, 76, 606, 'Cuzieu', ''),
(30514, 76, 606, 'Dagneux', ''),
(30515, 76, 606, 'Dardilly', ''),
(30516, 76, 606, 'Dargoire', ''),
(30517, 76, 606, 'Davezieux', ''),
(30518, 76, 606, 'Decines-Charpieu', ''),
(30519, 76, 606, 'Denice', ''),
(30520, 76, 606, 'Desingy', ''),
(30521, 76, 606, 'Detrier', ''),
(30522, 76, 606, 'Die', ''),
(30523, 76, 606, 'Diemoz', ''),
(30524, 76, 606, 'Dieulefit', ''),
(30525, 76, 606, 'Dingy-en-Vuache', ''),
(30526, 76, 606, 'Dingy-Saint-Clair', ''),
(30527, 76, 606, 'Divajeu', ''),
(30528, 76, 606, 'Divonne-les-Bains', ''),
(30529, 76, 606, 'Dizimieu', ''),
(30530, 76, 606, 'Doissin', ''),
(30531, 76, 606, 'Dolomieu', ''),
(30532, 76, 606, 'Domarin', ''),
(30533, 76, 606, 'Domene', ''),
(30534, 76, 606, 'Domessin', ''),
(30535, 76, 606, 'Dommartin', ''),
(30536, 76, 606, 'Dompierre-sur-Veyle', ''),
(30537, 76, 606, 'Donzere', ''),
(30538, 76, 606, 'Donzy', ''),
(30539, 76, 606, 'Dornas', ''),
(30540, 76, 606, 'Dortan', ''),
(30541, 76, 606, 'Doucy-en-Bauges', ''),
(30542, 76, 606, 'Doussard', ''),
(30543, 76, 606, 'Douvaine', ''),
(30544, 76, 606, 'Drace', ''),
(30545, 76, 606, 'Draillant', ''),
(30546, 76, 606, 'Drom', ''),
(30547, 76, 606, 'Druillat', ''),
(30548, 76, 606, 'Drumettaz-Clarafond', ''),
(30549, 76, 606, 'Duerne', ''),
(30550, 76, 606, 'Duingt', ''),
(30551, 76, 606, 'Durette', ''),
(30552, 76, 606, 'Echalas', ''),
(30553, 76, 606, 'Echallon', ''),
(30554, 76, 606, 'Échirolles', ''),
(30555, 76, 606, 'Eclassan', ''),
(30556, 76, 606, 'Ecole', ''),
(30557, 76, 606, 'Ecotay-l\'Olme', ''),
(30558, 76, 606, 'Ecully', ''),
(30559, 76, 606, 'Empurany', ''),
(30560, 76, 606, 'Engins', ''),
(30561, 76, 606, 'Epagny', ''),
(30562, 76, 606, 'Epersy', ''),
(30563, 76, 606, 'Epierre', ''),
(30564, 76, 606, 'Epinouze', ''),
(30565, 76, 606, 'Erome', ''),
(30566, 76, 606, 'Essertines-en-Donzy', ''),
(30567, 76, 606, 'Esserts-Blay', ''),
(30568, 76, 606, 'Estivareilles', ''),
(30569, 76, 606, 'Estrablin', ''),
(30570, 76, 606, 'Etables', ''),
(30571, 76, 606, 'Etaux', ''),
(30572, 76, 606, 'Etercy', ''),
(30573, 76, 606, 'Etoile-sur-Rhone', ''),
(30574, 76, 606, 'Etrembieres', ''),
(30575, 76, 606, 'Eurre', ''),
(30576, 76, 606, 'Eveux', ''),
(30577, 76, 606, 'Évian-les-Bains', ''),
(30578, 76, 606, 'Evires', ''),
(30579, 76, 606, 'Excenevex', ''),
(30580, 76, 606, 'Eybens', ''),
(30581, 76, 606, 'Eygluy', ''),
(30582, 76, 606, 'Eyzin-Pinet', ''),
(30583, 76, 606, 'Faramans', ''),
(30584, 76, 606, 'Fareins', ''),
(30585, 76, 606, 'Farges', ''),
(30586, 76, 606, 'Farnay', ''),
(30587, 76, 606, 'Faucigny', ''),
(30588, 76, 606, 'Faverges', ''),
(30589, 76, 606, 'Faverges-de-la-Tour', ''),
(30590, 76, 606, 'Feigeres', ''),
(30591, 76, 606, 'Feillens', ''),
(30592, 76, 606, 'Feissons-sur-Isere', ''),
(30593, 76, 606, 'Felines', ''),
(30594, 76, 606, 'Felix', ''),
(30595, 76, 606, 'Ferney-Voltaire', ''),
(30596, 76, 606, 'Feurs', ''),
(30597, 76, 606, 'Feyzin', ''),
(30598, 76, 606, 'Fillinges', ''),
(30599, 76, 606, 'Firminy', ''),
(30600, 76, 606, 'Fitilieu', ''),
(30601, 76, 606, 'Flacheres', ''),
(30602, 76, 606, 'Flaviac', ''),
(30603, 76, 606, 'Fleurie', ''),
(30604, 76, 606, 'Fleurieu-sur-Saone', ''),
(30605, 76, 606, 'Fleurieux-sur-l\'Arbresle', ''),
(30606, 76, 606, 'Fons', ''),
(30607, 76, 606, 'Fontaine', ''),
(30608, 76, 606, 'Fontaines-Saint-Martin', ''),
(30609, 76, 606, 'Fontaines-sur-Saone', ''),
(30610, 76, 606, 'Fontanil-Cornillon', ''),
(30611, 76, 606, 'Fontcouverte-la Toussuire', ''),
(30612, 76, 606, 'Four', ''),
(30613, 76, 606, 'Fraisses', ''),
(30614, 76, 606, 'Francheleins', ''),
(30615, 76, 606, 'Francheville', ''),
(30616, 76, 606, 'Franclens', ''),
(30617, 76, 606, 'Frangy', ''),
(30618, 76, 606, 'Frans', ''),
(30619, 76, 606, 'Froges', ''),
(30620, 76, 606, 'Frontenex', ''),
(30621, 76, 606, 'Frontonas', ''),
(30622, 76, 606, 'Gaillard', ''),
(30623, 76, 606, 'Genas', ''),
(30624, 76, 606, 'Genay', ''),
(30625, 76, 606, 'Genilac', ''),
(30626, 76, 606, 'Genissieux', ''),
(30627, 76, 606, 'Genouilleux', ''),
(30628, 76, 606, 'Geovreisset', ''),
(30629, 76, 606, 'Gerbaix', ''),
(30630, 76, 606, 'Gervans', ''),
(30631, 76, 606, 'Gex', ''),
(30632, 76, 606, 'Gieres', ''),
(30633, 76, 606, 'Gilly-sur-Isere', ''),
(30634, 76, 606, 'Giron', ''),
(30635, 76, 606, 'Givors', ''),
(30636, 76, 606, 'Gleize', ''),
(30637, 76, 606, 'Gluiras', ''),
(30638, 76, 606, 'Glun', ''),
(30639, 76, 606, 'Goncelin', ''),
(30640, 76, 606, 'Gorrevod', ''),
(30641, 76, 606, 'Gourgois', ''),
(30642, 76, 606, 'Grandris', ''),
(30643, 76, 606, 'Grenay', ''),
(30644, 76, 606, 'Grenoble', ''),
(30645, 76, 606, 'Gresy-sur-Aix', ''),
(30646, 76, 606, 'Gresy-sur-Isere', ''),
(30647, 76, 606, 'Grezieu-la-Varenne', ''),
(30648, 76, 606, 'Grieges', ''),
(30649, 76, 606, 'Grigny', ''),
(30650, 76, 606, 'Grilly', ''),
(30651, 76, 606, 'Groissiat', ''),
(30652, 76, 606, 'Groisy', ''),
(30653, 76, 606, 'Grospierres', ''),
(30654, 76, 606, 'Gruffy', ''),
(30655, 76, 606, 'Guereins', ''),
(30656, 76, 606, 'Guilherand-Granges', ''),
(30657, 76, 606, 'Habere-Lullin', ''),
(30658, 76, 606, 'Habere-Poche', ''),
(30659, 76, 606, 'Haute-Rivoire', ''),
(30660, 76, 606, 'Hauterives', ''),
(30661, 76, 606, 'Hauteville-Lompnes', ''),
(30662, 76, 606, 'Herbeys', ''),
(30663, 76, 606, 'Hermillon', ''),
(30664, 76, 606, 'Hery-sur-Alby', ''),
(30665, 76, 606, 'Heyrieux', ''),
(30666, 76, 606, 'Hieres-sur-Amby', ''),
(30667, 76, 606, 'Hostun', ''),
(30668, 76, 606, 'Huez', ''),
(30669, 76, 606, 'Illiat', ''),
(30670, 76, 606, 'Irigny', ''),
(30671, 76, 606, 'Izeaux', ''),
(30672, 76, 606, 'Izernore', ''),
(30673, 76, 606, 'Izeron', ''),
(30674, 76, 606, 'Jacob-Bellecombette', ''),
(30675, 76, 606, 'Jallieu', ''),
(30676, 76, 606, 'Janneyrias', ''),
(30677, 76, 606, 'Jardin', ''),
(30678, 76, 606, 'Jarnioux', ''),
(30679, 76, 606, 'Jarrie', ''),
(30680, 76, 606, 'Jassans-Riottier', ''),
(30681, 76, 606, 'Jasseron', ''),
(30682, 76, 606, 'Jaunac', ''),
(30683, 76, 606, 'Jonage', ''),
(30684, 76, 606, 'Jons', ''),
(30685, 76, 606, 'Jonzieux', ''),
(30686, 76, 606, 'Joux', ''),
(30687, 76, 606, 'Joyeuse', ''),
(30688, 76, 606, 'Jujurieux', ''),
(30689, 76, 606, 'Jure', ''),
(30690, 76, 606, 'Juvigny', ''),
(30691, 76, 606, 'L\'Etrat', ''),
(30692, 76, 606, 'L\'Horme', ''),
(30693, 76, 606, 'L\'Isle-d\'Abeau', ''),
(30694, 76, 606, 'La Bathie', ''),
(30695, 76, 606, 'La Batie', ''),
(30696, 76, 606, 'La Batie-Rolland', ''),
(30697, 76, 606, 'La Baume-de-Transit', ''),
(30698, 76, 606, 'La Begude-de-Mazenc', ''),
(30699, 76, 606, 'La Begue', ''),
(30700, 76, 606, 'La Biolle', ''),
(30701, 76, 606, 'La Boisse', ''),
(30702, 76, 606, 'La Bridoire', ''),
(30703, 76, 606, 'La Buisse', ''),
(30704, 76, 606, 'La Buissiere', ''),
(30705, 76, 606, 'La Chambre', ''),
(30706, 76, 606, 'La Chapelle-de-la-Tour', ''),
(30707, 76, 606, 'La Chapelle-en-Vercors', ''),
(30708, 76, 606, 'La Chavanne', ''),
(30709, 76, 606, 'La Clusaz', ''),
(30710, 76, 606, 'La Combe-de-Lancey', ''),
(30711, 76, 606, 'La Compote', ''),
(30712, 76, 606, 'La Cote', ''),
(30713, 76, 606, 'La Coucourde', ''),
(30714, 76, 606, 'La Flachere', ''),
(30715, 76, 606, 'La Fouillouse', ''),
(30716, 76, 606, 'La Frette', ''),
(30717, 76, 606, 'La Grand-Croix', ''),
(30718, 76, 606, 'La Laupie', ''),
(30719, 76, 606, 'La Lechere', ''),
(30720, 76, 606, 'La Motte-Chalancon', ''),
(30721, 76, 606, 'La Motte-d\'Aveillans', ''),
(30722, 76, 606, 'La Motte-de-Galaure', ''),
(30723, 76, 606, 'La Motte-Servolex', ''),
(30724, 76, 606, 'La Mulatiere', ''),
(30725, 76, 606, 'La Muraz', ''),
(30726, 76, 606, 'La Mure', ''),
(30727, 76, 606, 'La Murette', ''),
(30728, 76, 606, 'La Perriere', ''),
(30729, 76, 606, 'La Ravoire', ''),
(30730, 76, 606, 'La Ricamarie', ''),
(30731, 76, 606, 'La Riviere', ''),
(30732, 76, 606, 'La Riviere-Enverse', ''),
(30733, 76, 606, 'La Roche-sur-le-Buis', ''),
(30734, 76, 606, 'La Rochette-sur-Crest', ''),
(30735, 76, 606, 'La Sauvete', ''),
(30736, 76, 606, 'La Sone', ''),
(30737, 76, 606, 'La Souche', ''),
(30738, 76, 606, 'La Talaudiere', ''),
(30739, 76, 606, 'La Terrasse', ''),
(30740, 76, 606, 'La Tour', ''),
(30741, 76, 606, 'La Trinite', ''),
(30742, 76, 606, 'La Tronche', ''),
(30743, 76, 606, 'La Valbonne', ''),
(30744, 76, 606, 'La Valla-en-Gier', ''),
(30745, 76, 606, 'La Vernaz', ''),
(30746, 76, 606, 'La Verpilliere', ''),
(30747, 76, 606, 'La Voulte-sur-Rhone', ''),
(30748, 76, 606, 'Labastide-de-Virac', ''),
(30749, 76, 606, 'Labegude', ''),
(30750, 76, 606, 'Lablachere', ''),
(30751, 76, 606, 'Laboule', ''),
(30752, 76, 606, 'Lachapelle-sous-Aubenas', ''),
(30753, 76, 606, 'Lachassagne', ''),
(30754, 76, 606, 'Lagnieu', ''),
(30755, 76, 606, 'Lagorce', ''),
(30756, 76, 606, 'Laiz', ''),
(30757, 76, 606, 'Lalevade-d\'Ardeche', ''),
(30758, 76, 606, 'Lalouvesc', ''),
(30759, 76, 606, 'Lamastre', ''),
(30760, 76, 606, 'Lanas', ''),
(30761, 76, 606, 'Lancie', ''),
(30762, 76, 606, 'Lans-en-Vercors', ''),
(30763, 76, 606, 'Lanslebourg-Mont-Cenis', ''),
(30764, 76, 606, 'Lantignie', ''),
(30765, 76, 606, 'Larajasse', ''),
(30766, 76, 606, 'LArbresle', ''),
(30767, 76, 606, 'Larnage', ''),
(30768, 76, 606, 'Larringes', ''),
(30769, 76, 606, 'Lathuile', ''),
(30770, 76, 606, 'Laurac-en-Vivarais', ''),
(30771, 76, 606, 'Lavilledieu', ''),
(30772, 76, 606, 'Le Beage', ''),
(30773, 76, 606, 'Le Biot', ''),
(30774, 76, 606, 'Le Breuil', ''),
(30775, 76, 606, 'Le Chalon', ''),
(30776, 76, 606, 'Le Chambon', ''),
(30777, 76, 606, 'Le Chateau', ''),
(30778, 76, 606, 'Le Chatelard', ''),
(30779, 76, 606, 'Le Chatelet', ''),
(30780, 76, 606, 'Le Chaylard', ''),
(30781, 76, 606, 'Le Cheylas', ''),
(30782, 76, 606, 'Le Comte', ''),
(30783, 76, 606, 'Le Coteau', ''),
(30784, 76, 606, 'Le Desert', ''),
(30785, 76, 606, 'Le Grand-Bornand', ''),
(30786, 76, 606, 'Le Grand-Serre', ''),
(30787, 76, 606, 'Le Gua', ''),
(30788, 76, 606, 'Le Peage-de-Roussillon', ''),
(30789, 76, 606, 'Le Perier', ''),
(30790, 76, 606, 'Le Perreon', ''),
(30791, 76, 606, 'Le Pin', ''),
(30792, 76, 606, 'Le Plan', ''),
(30793, 76, 606, 'Le Pont-de-Claix', ''),
(30794, 76, 606, 'Le Pouzin', ''),
(30795, 76, 606, 'Le Pradel', ''),
(30796, 76, 606, 'Le Sappey-en-Chartreuse', ''),
(30797, 76, 606, 'Le Teil', ''),
(30798, 76, 606, 'Le Tour', ''),
(30799, 76, 606, 'Le Touvet', ''),
(30800, 76, 606, 'Le Versoud', ''),
(30801, 76, 606, 'Legny', ''),
(30802, 76, 606, 'Lemps', ''),
(30803, 76, 606, 'Lens-Lestang', ''),
(30804, 76, 606, 'Lent', ''),
(30805, 76, 606, 'Lentigny', ''),
(30806, 76, 606, 'Lentilly', ''),
(30807, 76, 606, 'Lentiol', ''),
(30808, 76, 606, 'Les Abrets', ''),
(30809, 76, 606, 'Les Allues', ''),
(30810, 76, 606, 'Les Avenieres', ''),
(30811, 76, 606, 'Les Chavannes-en-Maurienne', ''),
(30812, 76, 606, 'Les Cheres', ''),
(30813, 76, 606, 'Les Deserts', ''),
(30814, 76, 606, 'Les Deux Alpes', ''),
(30815, 76, 606, 'Les Echelles', ''),
(30816, 76, 606, 'Les Eparres', ''),
(30817, 76, 606, 'Les Eymes', ''),
(30818, 76, 606, 'Les Gets', ''),
(30819, 76, 606, 'Les Halles', ''),
(30820, 76, 606, 'Les Houches', ''),
(30821, 76, 606, 'Les Marches', ''),
(30822, 76, 606, 'Les Menuires', ''),
(30823, 76, 606, 'Les Ollieres-sur-Eyrieux', ''),
(30824, 76, 606, 'Les Palais', ''),
(30825, 76, 606, 'Les Paris', ''),
(30826, 76, 606, 'Les Rives', ''),
(30827, 76, 606, 'Les Roches', ''),
(30828, 76, 606, 'Les Roches-de-Condrieu', ''),
(30829, 76, 606, 'Les Rosiers', ''),
(30830, 76, 606, 'Les Vans', ''),
(30831, 76, 606, 'Leschaux', ''),
(30832, 76, 606, 'Lescheraines', ''),
(30833, 76, 606, 'Leyment', ''),
(30834, 76, 606, 'Leyrieu', ''),
(30835, 76, 606, 'Leysse', ''),
(30836, 76, 606, 'Lezigneux', ''),
(30837, 76, 606, 'Lhopital', ''),
(30838, 76, 606, 'Lhuis', ''),
(30839, 76, 606, 'Liergues', ''),
(30840, 76, 606, 'Limas', ''),
(30841, 76, 606, 'Limonest', ''),
(30842, 76, 606, 'Lissieu', ''),
(30843, 76, 606, 'Livet-et-Gavet', ''),
(30844, 76, 606, 'Livron-sur-Drome', ''),
(30845, 76, 606, 'Lochieu', ''),
(30846, 76, 606, 'Loire-sur-Rhone', ''),
(30847, 76, 606, 'Loisin', ''),
(30848, 76, 606, 'Longes', ''),
(30849, 76, 606, 'Longessaigne', ''),
(30850, 76, 606, 'Lorette', ''),
(30851, 76, 606, 'Loriol-sur-Drome', ''),
(30852, 76, 606, 'Lovagny', ''),
(30853, 76, 606, 'Loyettes', ''),
(30854, 76, 606, 'Lozanne', ''),
(30855, 76, 606, 'Lucenay', ''),
(30856, 76, 606, 'Lucinges', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(30857, 76, 606, 'Lugrin', ''),
(30858, 76, 606, 'Lullin', ''),
(30859, 76, 606, 'Lully', ''),
(30860, 76, 606, 'Lumbin', ''),
(30861, 76, 606, 'Lurcy', ''),
(30862, 76, 606, 'Luriecq', ''),
(30863, 76, 606, 'Lus-la-Croix-Haute', ''),
(30864, 76, 606, 'Lussas', ''),
(30865, 76, 606, 'Lyon', ''),
(30866, 76, 606, 'Mably', ''),
(30867, 76, 606, 'Machezal', ''),
(30868, 76, 606, 'Maclas', ''),
(30869, 76, 606, 'Magland', ''),
(30870, 76, 606, 'Maillat', ''),
(30871, 76, 606, 'Malafretaz', ''),
(30872, 76, 606, 'Malarce-sur-la-Thines', ''),
(30873, 76, 606, 'Malataverne', ''),
(30874, 76, 606, 'Malissard', ''),
(30875, 76, 606, 'Malleval', ''),
(30876, 76, 606, 'Malmont', ''),
(30877, 76, 606, 'Manigod', ''),
(30878, 76, 606, 'Manthes', ''),
(30879, 76, 606, 'Manziat', ''),
(30880, 76, 606, 'Marboz', ''),
(30881, 76, 606, 'Marcellaz-Albanais', ''),
(30882, 76, 606, 'Marches', ''),
(30883, 76, 606, 'Marcilloles', ''),
(30884, 76, 606, 'Marcoux', ''),
(30885, 76, 606, 'Marcy', ''),
(30886, 76, 606, 'Marcy-l\'Etoile', ''),
(30887, 76, 606, 'Marennes', ''),
(30888, 76, 606, 'Marges', ''),
(30889, 76, 606, 'Mariac', ''),
(30890, 76, 606, 'Marignac-en-Diois', ''),
(30891, 76, 606, 'Marignier', ''),
(30892, 76, 606, 'Marigny-Saint-Marcel', ''),
(30893, 76, 606, 'Marin', ''),
(30894, 76, 606, 'Maringes', ''),
(30895, 76, 606, 'Marlieux', ''),
(30896, 76, 606, 'Marlioz', ''),
(30897, 76, 606, 'Marnans', ''),
(30898, 76, 606, 'Marnaz', ''),
(30899, 76, 606, 'Marols', ''),
(30900, 76, 606, 'Marsanne', ''),
(30901, 76, 606, 'Marsaz', ''),
(30902, 76, 606, 'Marsonnas', ''),
(30903, 76, 606, 'Marthod', ''),
(30904, 76, 606, 'Martignat', ''),
(30905, 76, 606, 'Massieux', ''),
(30906, 76, 606, 'Massingy', ''),
(30907, 76, 606, 'Massongy', ''),
(30908, 76, 606, 'Maubec', ''),
(30909, 76, 606, 'Mauves', ''),
(30910, 76, 606, 'Maxilly-sur-Leman', ''),
(30911, 76, 606, 'Meaudre', ''),
(30912, 76, 606, 'Megève', ''),
(30913, 76, 606, 'Megevette', ''),
(30914, 76, 606, 'Meillerie', ''),
(30915, 76, 606, 'Menglon', ''),
(30916, 76, 606, 'Mens', ''),
(30917, 76, 606, 'Menthon-Saint-Bernard', ''),
(30918, 76, 606, 'Menthonnex-en-Bornes', ''),
(30919, 76, 606, 'Mepieu', ''),
(30920, 76, 606, 'Mercuer', ''),
(30921, 76, 606, 'Mercurol', ''),
(30922, 76, 606, 'Mercury', ''),
(30923, 76, 606, 'Merignat', ''),
(30924, 76, 606, 'Merlas', ''),
(30925, 76, 606, 'Mery', ''),
(30926, 76, 606, 'Mesigny', ''),
(30927, 76, 606, 'Messery', ''),
(30928, 76, 606, 'Messimy', ''),
(30929, 76, 606, 'Metz-Tessy', ''),
(30930, 76, 606, 'Meximieux', ''),
(30931, 76, 606, 'Meylan', ''),
(30932, 76, 606, 'Meyriat', ''),
(30933, 76, 606, 'Meys', ''),
(30934, 76, 606, 'Meysse', ''),
(30935, 76, 606, 'Meythet', ''),
(30936, 76, 606, 'Meyzieu', ''),
(30937, 76, 606, 'Mezeriat', ''),
(30938, 76, 606, 'Mieussy', ''),
(30939, 76, 606, 'Mijoux', ''),
(30940, 76, 606, 'Millery', ''),
(30941, 76, 606, 'Mionnay', ''),
(30942, 76, 606, 'Mions', ''),
(30943, 76, 606, 'Miribel', ''),
(30944, 76, 606, 'Miserieux', ''),
(30945, 76, 606, 'Mizerieux', ''),
(30946, 76, 606, 'Modane', ''),
(30947, 76, 606, 'Mogneneins', ''),
(30948, 76, 606, 'Moidieu-Detourbe', ''),
(30949, 76, 606, 'Moingt', ''),
(30950, 76, 606, 'Moirans', ''),
(30951, 76, 606, 'Moire', ''),
(30952, 76, 606, 'Moissieu-sur-Dolon', ''),
(30953, 76, 606, 'Monnetier-Mornex', ''),
(30954, 76, 606, 'Mons', ''),
(30955, 76, 606, 'Monsols', ''),
(30956, 76, 606, 'Monsteroux-Milieu', ''),
(30957, 76, 606, 'Mont-de-Lans', ''),
(30958, 76, 606, 'Mont-Saxonnex', ''),
(30959, 76, 606, 'Montagnat', ''),
(30960, 76, 606, 'Montagne', ''),
(30961, 76, 606, 'Montagnieu', ''),
(30962, 76, 606, 'Montagnole', ''),
(30963, 76, 606, 'Montalieu-Vercieu', ''),
(30964, 76, 606, 'Montanay', ''),
(30965, 76, 606, 'Montanges', ''),
(30966, 76, 606, 'Montbonnot-Saint-Martin', ''),
(30967, 76, 606, 'Montboucher-sur-Jabron', ''),
(30968, 76, 606, 'Montbrison', ''),
(30969, 76, 606, 'Montceau', ''),
(30970, 76, 606, 'Montceaux', ''),
(30971, 76, 606, 'Montcel', ''),
(30972, 76, 606, 'Montcet', ''),
(30973, 76, 606, 'Montchal', ''),
(30974, 76, 606, 'Montchenu', ''),
(30975, 76, 606, 'Montelier', ''),
(30976, 76, 606, 'Montélimar', ''),
(30977, 76, 606, 'Montferrat', ''),
(30978, 76, 606, 'Montfroc', ''),
(30979, 76, 606, 'Montgilbert', ''),
(30980, 76, 606, 'Montgirod', ''),
(30981, 76, 606, 'Monthieux', ''),
(30982, 76, 606, 'Montluel', ''),
(30983, 76, 606, 'Montmelas-Saint-Sorlin', ''),
(30984, 76, 606, 'Montmelian', ''),
(30985, 76, 606, 'Montmerle-sur-Saone', ''),
(30986, 76, 606, 'Montmeyran', ''),
(30987, 76, 606, 'Montoison', ''),
(30988, 76, 606, 'Montpezat-sous-Bauzon', ''),
(30989, 76, 606, 'Montreal-la-Cluse', ''),
(30990, 76, 606, 'Montrevel', ''),
(30991, 76, 606, 'Montrevel-en-Bresse', ''),
(30992, 76, 606, 'Montricher-Albanne', ''),
(30993, 76, 606, 'Montrigaud', ''),
(30994, 76, 606, 'Montriond', ''),
(30995, 76, 606, 'Montrond-les-Bains', ''),
(30996, 76, 606, 'Montrottier', ''),
(30997, 76, 606, 'Montseveroux', ''),
(30998, 76, 606, 'Montvendre', ''),
(30999, 76, 606, 'Montverdun', ''),
(31000, 76, 606, 'Morance', ''),
(31001, 76, 606, 'Morestel', ''),
(31002, 76, 606, 'Moretel-de-Mailles', ''),
(31003, 76, 606, 'Morette', ''),
(31004, 76, 606, 'Morillon', ''),
(31005, 76, 606, 'Mornans', ''),
(31006, 76, 606, 'Mornant', ''),
(31007, 76, 606, 'Morzine', ''),
(31008, 76, 606, 'Mottier', ''),
(31009, 76, 606, 'Mours-Saint-Eusebe', ''),
(31010, 76, 606, 'Moutiers', ''),
(31011, 76, 606, 'Moye', ''),
(31012, 76, 606, 'Mureils', ''),
(31013, 76, 606, 'Mures', ''),
(31014, 76, 606, 'Murianette', ''),
(31015, 76, 606, 'Murinais', ''),
(31016, 76, 606, 'Musieges', ''),
(31017, 76, 606, 'Myans', ''),
(31018, 76, 606, 'Nancy-sur-Cluses', ''),
(31019, 76, 606, 'Nantoin', ''),
(31020, 76, 606, 'Nantua', ''),
(31021, 76, 606, 'Naves-Parmelan', ''),
(31022, 76, 606, 'Neulise', ''),
(31023, 76, 606, 'Neuvecelle', ''),
(31024, 76, 606, 'Neuville-les-Dames', ''),
(31025, 76, 606, 'Neuville-sur-Ain', ''),
(31026, 76, 606, 'Neuville-sur-Saone', ''),
(31027, 76, 606, 'Neydens', ''),
(31028, 76, 606, 'Neyron', ''),
(31029, 76, 606, 'Nievroz', ''),
(31030, 76, 606, 'Nivolas-Vermelle', ''),
(31031, 76, 606, 'Noiretable', ''),
(31032, 76, 606, 'Notre-Dame-de-Bellecombe', ''),
(31033, 76, 606, 'Notre-Dame-de-Mesage', ''),
(31034, 76, 606, 'Notre-Dame-des-Millieres', ''),
(31035, 76, 606, 'Novalaise', ''),
(31036, 76, 606, 'Nyons', ''),
(31037, 76, 606, 'Onnion', ''),
(31038, 76, 606, 'Optevoz', ''),
(31039, 76, 606, 'Orlienas', ''),
(31040, 76, 606, 'Ornacieux', ''),
(31041, 76, 606, 'Ornex', ''),
(31042, 76, 606, 'Ouches', ''),
(31043, 76, 606, 'Oullins', ''),
(31044, 76, 606, 'Ourches', ''),
(31045, 76, 606, 'Oyeu', ''),
(31046, 76, 606, 'Oyonnax', ''),
(31047, 76, 606, 'Oytier-Saint-Oblas', ''),
(31048, 76, 606, 'Oz', ''),
(31049, 76, 606, 'Ozan', ''),
(31050, 76, 606, 'Ozon', ''),
(31051, 76, 606, 'Pact', ''),
(31052, 76, 606, 'Pajay', ''),
(31053, 76, 606, 'Paladru', ''),
(31054, 76, 606, 'Pallud', ''),
(31055, 76, 606, 'Panissieres', ''),
(31056, 76, 606, 'Parigny', ''),
(31057, 76, 606, 'Parmilieu', ''),
(31058, 76, 606, 'Parnans', ''),
(31059, 76, 606, 'Passy', ''),
(31060, 76, 606, 'Peaugres', ''),
(31061, 76, 606, 'Peillonnex', ''),
(31062, 76, 606, 'Pelussin', ''),
(31063, 76, 606, 'Peron', ''),
(31064, 76, 606, 'Peronnas', ''),
(31065, 76, 606, 'Perouges', ''),
(31066, 76, 606, 'Perreux', ''),
(31067, 76, 606, 'Perrignier', ''),
(31068, 76, 606, 'Pers-Jussy', ''),
(31069, 76, 606, 'Peyriat', ''),
(31070, 76, 606, 'Peyrins', ''),
(31071, 76, 606, 'Peyrus', ''),
(31072, 76, 606, 'Pichat', ''),
(31073, 76, 606, 'Piegros-la-Clastre', ''),
(31074, 76, 606, 'Pierre-Benite', ''),
(31075, 76, 606, 'Pierre-Chatel', ''),
(31076, 76, 606, 'Pierrelatte', ''),
(31077, 76, 606, 'Pierrelongue', ''),
(31078, 76, 606, 'Pinay', ''),
(31079, 76, 606, 'Pirajoux', ''),
(31080, 76, 606, 'Pizay', ''),
(31081, 76, 606, 'Planfoy', ''),
(31082, 76, 606, 'Poisat', ''),
(31083, 76, 606, 'Poisy', ''),
(31084, 76, 606, 'Polliat', ''),
(31085, 76, 606, 'Pollionnay', ''),
(31086, 76, 606, 'Pomeys', ''),
(31087, 76, 606, 'Pommiers-la-Placette', ''),
(31088, 76, 606, 'Poncin', ''),
(31089, 76, 606, 'Poncins', ''),
(31090, 76, 606, 'Ponsas', ''),
(31091, 76, 606, 'Ponsonnas', ''),
(31092, 76, 606, 'Pont-d\'Ain', ''),
(31093, 76, 606, 'Pont-de-Barret', ''),
(31094, 76, 606, 'Pont-de-Beauvoisin', ''),
(31095, 76, 606, 'Pont-de-Cheruy', ''),
(31096, 76, 606, 'Pont-de-l\'Isere', ''),
(31097, 76, 606, 'Pont-de-Vaux', ''),
(31098, 76, 606, 'Pont-de-Veyle', ''),
(31099, 76, 606, 'Pont-en-Royans', ''),
(31100, 76, 606, 'Pont-Eveque', ''),
(31101, 76, 606, 'Pontcharra', ''),
(31102, 76, 606, 'Pontcharra-sur-Turdine', ''),
(31103, 76, 606, 'Porcieu-Amblagnieu', ''),
(31104, 76, 606, 'Port', ''),
(31105, 76, 606, 'Portes-en-Valdaine', ''),
(31106, 76, 606, 'Portes-les-Valence', ''),
(31107, 76, 606, 'Pougny', ''),
(31108, 76, 606, 'Pouilly', ''),
(31109, 76, 606, 'Pouilly-le-Monial', ''),
(31110, 76, 606, 'Pouilly-les-Nonains', ''),
(31111, 76, 606, 'Pouilly-sous-Charlieu', ''),
(31112, 76, 606, 'Poule-les-Echarmeaux', ''),
(31113, 76, 606, 'Prades', ''),
(31114, 76, 606, 'Pradines', ''),
(31115, 76, 606, 'Pradons', ''),
(31116, 76, 606, 'Praz-sur-Arly', ''),
(31117, 76, 606, 'Preaux', ''),
(31118, 76, 606, 'Precieux', ''),
(31119, 76, 606, 'Presilly', ''),
(31120, 76, 606, 'Prevessin-Moens', ''),
(31121, 76, 606, 'Priay', ''),
(31122, 76, 606, 'Primarette', ''),
(31123, 76, 606, 'Pringy', ''),
(31124, 76, 606, 'Privas', ''),
(31125, 76, 606, 'Propieres', ''),
(31126, 76, 606, 'Proveysieux', ''),
(31127, 76, 606, 'Publier', ''),
(31128, 76, 606, 'Pusignan', ''),
(31129, 76, 606, 'Puy-Saint-Martin', ''),
(31130, 76, 606, 'Puygiron', ''),
(31131, 76, 606, 'Quaix-en-Chartreuse', ''),
(31132, 76, 606, 'Queige', ''),
(31133, 76, 606, 'Quincie-en-Beaujolais', ''),
(31134, 76, 606, 'Quincieu', ''),
(31135, 76, 606, 'Quintal', ''),
(31136, 76, 606, 'Quintenas', ''),
(31137, 76, 606, 'Ramasse', ''),
(31138, 76, 606, 'Randens', ''),
(31139, 76, 606, 'Reaumont', ''),
(31140, 76, 606, 'Reauville', ''),
(31141, 76, 606, 'Reignier-Esery', ''),
(31142, 76, 606, 'Relevant', ''),
(31143, 76, 606, 'Renage', ''),
(31144, 76, 606, 'Renaison', ''),
(31145, 76, 606, 'Replonges', ''),
(31146, 76, 606, 'Revel', ''),
(31147, 76, 606, 'Reventin-Vaugris', ''),
(31148, 76, 606, 'Revonnas', ''),
(31149, 76, 606, 'Reyrieux', ''),
(31150, 76, 606, 'Reyssouze', ''),
(31151, 76, 606, 'Reyvroz', ''),
(31152, 76, 606, 'Rignieux-le-Franc', ''),
(31153, 76, 606, 'Rillieux-la-Pape', ''),
(31154, 76, 606, 'Riorges', ''),
(31155, 76, 606, 'Rivas', ''),
(31156, 76, 606, 'Rive-de-Gier', ''),
(31157, 76, 606, 'Roanne', ''),
(31158, 76, 606, 'Roche', ''),
(31159, 76, 606, 'Roche-la-Moliere', ''),
(31160, 76, 606, 'Rochemaure', ''),
(31161, 76, 606, 'Rocher', ''),
(31162, 76, 606, 'Rochetaillee', ''),
(31163, 76, 606, 'Rochetoirin', ''),
(31164, 76, 606, 'Roiffieux', ''),
(31165, 76, 606, 'Romans-sur-Isère', ''),
(31166, 76, 606, 'Rompon', ''),
(31167, 76, 606, 'Ronno', ''),
(31168, 76, 606, 'Roussillon', ''),
(31169, 76, 606, 'Roybon', ''),
(31170, 76, 606, 'Roynac', ''),
(31171, 76, 606, 'Rozier-en-Donzy', ''),
(31172, 76, 606, 'Rumilly', ''),
(31173, 76, 606, 'Ruoms', ''),
(31174, 76, 606, 'Ruy', ''),
(31175, 76, 606, 'Sail-sous-Couzan', ''),
(31176, 76, 606, 'Saillans', ''),
(31177, 76, 606, 'Sain-Bel', ''),
(31178, 76, 606, 'Saint Egreve', ''),
(31179, 76, 606, 'Saint-Agreve', ''),
(31180, 76, 606, 'Saint-Alban-d\'Ay', ''),
(31181, 76, 606, 'Saint-Alban-de-Roche', ''),
(31182, 76, 606, 'Saint-Alban-du-Rhone', ''),
(31183, 76, 606, 'Saint-Alban-Leysse', ''),
(31184, 76, 606, 'Saint-Andeol-de-Vals', ''),
(31185, 76, 606, 'Saint-Andeol-le-Chateau', ''),
(31186, 76, 606, 'Saint-Andre-d\'Apchon', ''),
(31187, 76, 606, 'Saint-Andre-de-Corcy', ''),
(31188, 76, 606, 'Saint-Andre-le-Bouchoux', ''),
(31189, 76, 606, 'Saint-Andre-le-Gaz', ''),
(31190, 76, 606, 'Saint-Andre-le-Puy', ''),
(31191, 76, 606, 'Saint-Andre-sur-Vieux-Jonc', ''),
(31192, 76, 606, 'Saint-Appolinaire', ''),
(31193, 76, 606, 'Saint-Appolinard', ''),
(31194, 76, 606, 'Saint-Auban-sur-l\'Ouveze', ''),
(31195, 76, 606, 'Saint-Avre', ''),
(31196, 76, 606, 'Saint-Baldoph', ''),
(31197, 76, 606, 'Saint-Barthelemy-Lestra', ''),
(31198, 76, 606, 'Saint-Basile', ''),
(31199, 76, 606, 'Saint-Baudille-de-la-Tour', ''),
(31200, 76, 606, 'Saint-Bauzile', ''),
(31201, 76, 606, 'Saint-Benigne', ''),
(31202, 76, 606, 'Saint-Benoit-en-Diois', ''),
(31203, 76, 606, 'Saint-Bernard', ''),
(31204, 76, 606, 'Saint-Beron', ''),
(31205, 76, 606, 'Saint-Bonnet-de-Mure', ''),
(31206, 76, 606, 'Saint-Bonnet-le-Chateau', ''),
(31207, 76, 606, 'Saint-Cassien', ''),
(31208, 76, 606, 'Saint-Cergues', ''),
(31209, 76, 606, 'Saint-Chamond', ''),
(31210, 76, 606, 'Saint-Chef', ''),
(31211, 76, 606, 'Saint-Christophe-sur-Guiers', ''),
(31212, 76, 606, 'Saint-Clair-de-la-Tour', ''),
(31213, 76, 606, 'Saint-Clair-du-Rhone', ''),
(31214, 76, 606, 'Saint-Clair-sur-Galaure', ''),
(31215, 76, 606, 'Saint-Clement-sur-Valsonne', ''),
(31216, 76, 606, 'Saint-Cyprien', ''),
(31217, 76, 606, 'Saint-Cyr-au-Mont-d\'Or', ''),
(31218, 76, 606, 'Saint-Cyr-sur-le-Rhone', ''),
(31219, 76, 606, 'Saint-Cyr-sur-Menthon', ''),
(31220, 76, 606, 'Saint-Denis-de-Cabanne', ''),
(31221, 76, 606, 'Saint-Denis-en-Bugey', ''),
(31222, 76, 606, 'Saint-Denis-les-Bourg', ''),
(31223, 76, 606, 'Saint-Denis-sur-Coise', ''),
(31224, 76, 606, 'Saint-Desirat', ''),
(31225, 76, 606, 'Saint-Didier-au-Mont-d\'Or', ''),
(31226, 76, 606, 'Saint-Didier-d\'Aussiat', ''),
(31227, 76, 606, 'Saint-Didier-de-Bizonnes', ''),
(31228, 76, 606, 'Saint-Didier-de-Formans', ''),
(31229, 76, 606, 'Saint-Didier-de-la-Tour', ''),
(31230, 76, 606, 'Saint-Didier-sur-Rochefort', ''),
(31231, 76, 606, 'Saint-Dizier-en-Diois', ''),
(31232, 76, 606, 'Saint-Donat-sur-l\'Herbasse', ''),
(31233, 76, 606, 'Saint-Etienne', ''),
(31234, 76, 606, 'Saint-Etienne-de-Crossey', ''),
(31235, 76, 606, 'Saint-Etienne-de-Cuines', ''),
(31236, 76, 606, 'Saint-Etienne-de-Fontbellon', ''),
(31237, 76, 606, 'Saint-Etienne-de-Saint-Geoirs', ''),
(31238, 76, 606, 'Saint-Etienne-de-Valoux', ''),
(31239, 76, 606, 'Saint-Etienne-des-Oullieres', ''),
(31240, 76, 606, 'Saint-Etienne-du-Bois', ''),
(31241, 76, 606, 'Saint-Etienne-la-Varenne', ''),
(31242, 76, 606, 'Saint-Etienne-sur-Chalaronne', ''),
(31243, 76, 606, 'Saint-Felix', ''),
(31244, 76, 606, 'Saint-Fons', ''),
(31245, 76, 606, 'Saint-Forgeux', ''),
(31246, 76, 606, 'Saint-Francois-Longchamp', ''),
(31247, 76, 606, 'Saint-Galmier', ''),
(31248, 76, 606, 'Saint-Genest-Lachamp', ''),
(31249, 76, 606, 'Saint-Genest-Lerpt', ''),
(31250, 76, 606, 'Saint-Genest-Malifaux', ''),
(31251, 76, 606, 'Saint-Genis-Laval', ''),
(31252, 76, 606, 'Saint-Genis-les-Ollieres', ''),
(31253, 76, 606, 'Saint-Genis-Pouilly', ''),
(31254, 76, 606, 'Saint-Genis-sur-Menthon', ''),
(31255, 76, 606, 'Saint-Genix-sur-Guiers', ''),
(31256, 76, 606, 'Saint-Geoire-en-Valdaine', ''),
(31257, 76, 606, 'Saint-Geoirs', ''),
(31258, 76, 606, 'Saint-Georges-d\'Esperanche', ''),
(31259, 76, 606, 'Saint-Georges-de-Commiers', ''),
(31260, 76, 606, 'Saint-Georges-de-Reneins', ''),
(31261, 76, 606, 'Saint-Germain-au-Mont-d\'Or', ''),
(31262, 76, 606, 'Saint-Germain-Laval', ''),
(31263, 76, 606, 'Saint-Germain-Nuelles', ''),
(31264, 76, 606, 'Saint-Gervais-les-Bains', ''),
(31265, 76, 606, 'Saint-Gervais-sur-Roubion', ''),
(31266, 76, 606, 'Saint-Gingolph', ''),
(31267, 76, 606, 'Saint-Guillaume', ''),
(31268, 76, 606, 'Saint-Heand', ''),
(31269, 76, 606, 'Saint-Hilaire-Cusson-la-Valmitte', ''),
(31270, 76, 606, 'Saint-Honore', ''),
(31271, 76, 606, 'Saint-Igny-de-Vers', ''),
(31272, 76, 606, 'Saint-Ismier', ''),
(31273, 76, 606, 'Saint-Jean-Bonnefonds', ''),
(31274, 76, 606, 'Saint-Jean-d\'Ardieres', ''),
(31275, 76, 606, 'Saint-Jean-d\'Aulps', ''),
(31276, 76, 606, 'Saint-Jean-de-Bournay', ''),
(31277, 76, 606, 'Saint-Jean-de-Gonville', ''),
(31278, 76, 606, 'Saint-Jean-de-Maurienne', ''),
(31279, 76, 606, 'Saint-Jean-de-Moirans', ''),
(31280, 76, 606, 'Saint-Jean-de-Muzols', ''),
(31281, 76, 606, 'Saint-Jean-de-Sixt', ''),
(31282, 76, 606, 'Saint-Jean-de-Soudain', ''),
(31283, 76, 606, 'Saint-Jean-de-Thurigneux', ''),
(31284, 76, 606, 'Saint-Jean-de-Touslas', ''),
(31285, 76, 606, 'Saint-Jean-des-Vignes', ''),
(31286, 76, 606, 'Saint-Jean-en-Royans', ''),
(31287, 76, 606, 'Saint-Jean-sur-Veyle', ''),
(31288, 76, 606, 'Saint-Jeoire', ''),
(31289, 76, 606, 'Saint-Jeoire-Prieure', ''),
(31290, 76, 606, 'Saint-Jorioz', ''),
(31291, 76, 606, 'Saint-Joseph-des-Bancs', ''),
(31292, 76, 606, 'Saint-Julien-Boutieres', ''),
(31293, 76, 606, 'Saint-Julien-du-Serre', ''),
(31294, 76, 606, 'Saint-Julien-en-Genevois', ''),
(31295, 76, 606, 'Saint-Julien-en-Saint-Alban', ''),
(31296, 76, 606, 'Saint-Julien-la-Vetre', ''),
(31297, 76, 606, 'Saint-Julien-le-Roux', ''),
(31298, 76, 606, 'Saint-Julien-Molin-Molette', ''),
(31299, 76, 606, 'Saint-Julien-sur-Bibost', ''),
(31300, 76, 606, 'Saint-Julien-sur-Reyssouze', ''),
(31301, 76, 606, 'Saint-Julien-sur-Veyle', ''),
(31302, 76, 606, 'Saint-Just-Chaleyssin', ''),
(31303, 76, 606, 'Saint-Just-d\'Avray', ''),
(31304, 76, 606, 'Saint-Just-en-Bas', ''),
(31305, 76, 606, 'Saint-Just-la-Pendue', ''),
(31306, 76, 606, 'Saint-Lager', ''),
(31307, 76, 606, 'Saint-Lager-Bressac', ''),
(31308, 76, 606, 'Saint-Lattier', ''),
(31309, 76, 606, 'Saint-Laurent-d\'Agny', ''),
(31310, 76, 606, 'Saint-Laurent-de-Chamousset', ''),
(31311, 76, 606, 'Saint-Laurent-de-Mure', ''),
(31312, 76, 606, 'Saint-Laurent-du-Pape', ''),
(31313, 76, 606, 'Saint-Laurent-du-Pont', ''),
(31314, 76, 606, 'Saint-Laurent-Rochefort', ''),
(31315, 76, 606, 'Saint-Laurent-sur-Saone', ''),
(31316, 76, 606, 'Saint-Loup', ''),
(31317, 76, 606, 'Saint-Marcel-d\'Ardeche', ''),
(31318, 76, 606, 'Saint-Marcel-d\'Urfe', ''),
(31319, 76, 606, 'Saint-Marcel-les-Annonay', ''),
(31320, 76, 606, 'Saint-Marcel-les-Sauzet', ''),
(31321, 76, 606, 'Saint-Marcel-les-Valence', ''),
(31322, 76, 606, 'Saint-Marcellin', ''),
(31323, 76, 606, 'Saint-Marcellin-en-Forez', ''),
(31324, 76, 606, 'Saint-Martin-d\'Hères', ''),
(31325, 76, 606, 'Saint-Martin-d\'Uriage', ''),
(31326, 76, 606, 'Saint-Martin-de-Belleville', ''),
(31327, 76, 606, 'Saint-Martin-de-la-Cluze', ''),
(31328, 76, 606, 'Saint-Martin-du-Mont', ''),
(31329, 76, 606, 'Saint-Martin-en-Haut', ''),
(31330, 76, 606, 'Saint-Martin-le-Vinoux', ''),
(31331, 76, 606, 'Saint-Martin-sur-Arve', ''),
(31332, 76, 606, 'Saint-Maurice-de-Beynost', ''),
(31333, 76, 606, 'Saint-Maurice-de-Gourdans', ''),
(31334, 76, 606, 'Saint-Maurice-de-Remens', ''),
(31335, 76, 606, 'Saint-Maurice-en-Gourgois', ''),
(31336, 76, 606, 'Saint-Maurice-l\'Exil', ''),
(31337, 76, 606, 'Saint-Maurice-sur-Dargoire', ''),
(31338, 76, 606, 'Saint-May', ''),
(31339, 76, 606, 'Saint-Medard-en-Forez', ''),
(31340, 76, 606, 'Saint-Michel-d\'Aurance', ''),
(31341, 76, 606, 'Saint-Michel-de-Chabrillanoux', ''),
(31342, 76, 606, 'Saint-Michel-de-Maurienne', ''),
(31343, 76, 606, 'Saint-Michel-sur-Savasse', ''),
(31344, 76, 606, 'Saint-Nazaire-en-Royans', ''),
(31345, 76, 606, 'Saint-Ondras', ''),
(31346, 76, 606, 'Saint-Paul-de-Varax', ''),
(31347, 76, 606, 'Saint-Paul-de-Varces', ''),
(31348, 76, 606, 'Saint-Paul-de-Vezelin', ''),
(31349, 76, 606, 'Saint-Paul-en-Chablais', ''),
(31350, 76, 606, 'Saint-Paul-en-Cornillon', ''),
(31351, 76, 606, 'Saint-Paul-en-Jarez', ''),
(31352, 76, 606, 'Saint-Paul-les-Romans', ''),
(31353, 76, 606, 'Saint-Paul-sur-Isere', ''),
(31354, 76, 606, 'Saint-Paul-Trois-Chateaux', ''),
(31355, 76, 606, 'Saint-Peray', ''),
(31356, 76, 606, 'Saint-Pierre-d\'Albigny', ''),
(31357, 76, 606, 'Saint-Pierre-d\'Entremont', ''),
(31358, 76, 606, 'Saint-Pierre-dAllevard', ''),
(31359, 76, 606, 'Saint-Pierre-de-Boeuf', ''),
(31360, 76, 606, 'Saint-Pierre-de-Chandieu', ''),
(31361, 76, 606, 'Saint-Pierre-de-Colombier', ''),
(31362, 76, 606, 'Saint-Pierre-de-Genebroz', ''),
(31363, 76, 606, 'Saint-Pierre-de-Mesage', ''),
(31364, 76, 606, 'Saint-Pierre-la-Palud', ''),
(31365, 76, 606, 'Saint-Priest-en-Jarez', ''),
(31366, 76, 606, 'Saint-Priest-la-Roche', ''),
(31367, 76, 606, 'Saint-Priest-la-Vetre', ''),
(31368, 76, 606, 'Saint-Prim', ''),
(31369, 76, 606, 'Saint-Privat', ''),
(31370, 76, 606, 'Saint-Quentin-Fallavier', ''),
(31371, 76, 606, 'Saint-Quentin-sur-Isere', ''),
(31372, 76, 606, 'Saint-Rambert-d\'Albon', ''),
(31373, 76, 606, 'Saint-Rambert-en-Bugey', ''),
(31374, 76, 606, 'Saint-Rambert-l\'Ile-Barbe', ''),
(31375, 76, 606, 'Saint-Remeze', ''),
(31376, 76, 606, 'Saint-Restitut', ''),
(31377, 76, 606, 'Saint-Romain-au-Mont-d\'Or', ''),
(31378, 76, 606, 'Saint-Romain-d\'Ay', ''),
(31379, 76, 606, 'Saint-Romain-de-Jalionas', ''),
(31380, 76, 606, 'Saint-Romain-de-Lerps', ''),
(31381, 76, 606, 'Saint-Romain-de-Popey', ''),
(31382, 76, 606, 'Saint-Romain-en-Gal', ''),
(31383, 76, 606, 'Saint-Romain-en-Gier', ''),
(31384, 76, 606, 'Saint-Romain-en-Jarez', ''),
(31385, 76, 606, 'Saint-Romain-la-Motte', ''),
(31386, 76, 606, 'Saint-Romain-le-Puy', ''),
(31387, 76, 606, 'Saint-Romain-les-Atheux', ''),
(31388, 76, 606, 'Saint-Romans', ''),
(31389, 76, 606, 'Saint-Sauveur-Gouvernet', ''),
(31390, 76, 606, 'Saint-Savin', ''),
(31391, 76, 606, 'Saint-Sebastien', ''),
(31392, 76, 606, 'Saint-Sernin', ''),
(31393, 76, 606, 'Saint-Simeon-de-Bressieux', ''),
(31394, 76, 606, 'Saint-Sixt', ''),
(31395, 76, 606, 'Saint-Sixte', ''),
(31396, 76, 606, 'Saint-Sorlin-en-Valloire', ''),
(31397, 76, 606, 'Saint-Sulpice-le-Vieux', ''),
(31398, 76, 606, 'Saint-Sylvestre', ''),
(31399, 76, 606, 'Saint-Symphorien-dOzon', ''),
(31400, 76, 606, 'Saint-Symphorien-sur-Coise', ''),
(31401, 76, 606, 'Saint-Thibaud-de-Couz', ''),
(31402, 76, 606, 'Saint-Trivier-sur-Moignans', ''),
(31403, 76, 606, 'Saint-Uze', ''),
(31404, 76, 606, 'Saint-Vallier', ''),
(31405, 76, 606, 'Saint-Verand', ''),
(31406, 76, 606, 'Saint-Victor-sur-Loire', ''),
(31407, 76, 606, 'Saint-Victor-sur-Rhins', ''),
(31408, 76, 606, 'Saint-Vincent-de-Reins', ''),
(31409, 76, 606, 'Saint-Vital', ''),
(31410, 76, 606, 'Saint-Vulbas', ''),
(31411, 76, 606, 'Sainte-Anne-sur-Gervonde', ''),
(31412, 76, 606, 'Sainte-Catherine', ''),
(31413, 76, 606, 'Sainte-Colombe-sur-Gand', ''),
(31414, 76, 606, 'Sainte-Consorce', ''),
(31415, 76, 606, 'Sainte-Croix-en-Jarez', ''),
(31416, 76, 606, 'Sainte-Euphemie', ''),
(31417, 76, 606, 'Sainte-Euphemie-sur-Ouveze', ''),
(31418, 76, 606, 'Sainte-Foy-l\'Argentiere', ''),
(31419, 76, 606, 'Sainte-Foy-les-Lyon', ''),
(31420, 76, 606, 'Sainte-Foy-Saint-Sulpice', ''),
(31421, 76, 606, 'Sainte-Foy-Tarentaise', ''),
(31422, 76, 606, 'Sainte-Helene-du-Lac', ''),
(31423, 76, 606, 'Sainte-Marie-d\'Alloix', ''),
(31424, 76, 606, 'Sainte-Marie-de-Cuines', ''),
(31425, 76, 606, 'Sainte-Marie-du-Mont', ''),
(31426, 76, 606, 'Sainte-Reine', ''),
(31427, 76, 606, 'Salagnon', ''),
(31428, 76, 606, 'Salaise-sur-Sanne', ''),
(31429, 76, 606, 'Sales', ''),
(31430, 76, 606, 'Salettes', ''),
(31431, 76, 606, 'Salins-les-Thermes', ''),
(31432, 76, 606, 'Sallanches', ''),
(31433, 76, 606, 'Samoëns', ''),
(31434, 76, 606, 'Sandrans', ''),
(31435, 76, 606, 'Saou', ''),
(31436, 76, 606, 'Sardieu', ''),
(31437, 76, 606, 'Sarras', ''),
(31438, 76, 606, 'Sassenage', ''),
(31439, 76, 606, 'Sathonay-Camp', ''),
(31440, 76, 606, 'Satillieu', ''),
(31441, 76, 606, 'Satolas-et-Bonce', ''),
(31442, 76, 606, 'Saulce-sur-Rhone', ''),
(31443, 76, 606, 'Sault-Brenaz', ''),
(31444, 76, 606, 'Sauvain', ''),
(31445, 76, 606, 'Sauverny', ''),
(31446, 76, 606, 'Sauzet', ''),
(31447, 76, 606, 'Savas', ''),
(31448, 76, 606, 'Savasse', ''),
(31449, 76, 606, 'Savigneux', ''),
(31450, 76, 606, 'Savigny', ''),
(31451, 76, 606, 'Saxel', ''),
(31452, 76, 606, 'Scientrier', ''),
(31453, 76, 606, 'Sciez', ''),
(31454, 76, 606, 'Scionzier', ''),
(31455, 76, 606, 'Sechilienne', ''),
(31456, 76, 606, 'Sederon', ''),
(31457, 76, 606, 'Seez', ''),
(31458, 76, 606, 'Segny', ''),
(31459, 76, 606, 'Semons', ''),
(31460, 76, 606, 'Septeme', ''),
(31461, 76, 606, 'Serezin-du-Rhone', ''),
(31462, 76, 606, 'Sergy', ''),
(31463, 76, 606, 'Sermerieu', ''),
(31464, 76, 606, 'Serpaize', ''),
(31465, 76, 606, 'Serrieres', ''),
(31466, 76, 606, 'Serrieres-de-Briord', ''),
(31467, 76, 606, 'Serrieres-en-Chautagne', ''),
(31468, 76, 606, 'Servas', ''),
(31469, 76, 606, 'Servoz', ''),
(31470, 76, 606, 'Sevelinges', ''),
(31471, 76, 606, 'Sevrier', ''),
(31472, 76, 606, 'Seynod', ''),
(31473, 76, 606, 'Seyssel', ''),
(31474, 76, 606, 'Seyssinet', ''),
(31475, 76, 606, 'Seyssinet-Pariset', ''),
(31476, 76, 606, 'Seyssins', ''),
(31477, 76, 606, 'Seyssuel', ''),
(31478, 76, 606, 'Seytroux', ''),
(31479, 76, 606, 'Sillans', ''),
(31480, 76, 606, 'Sillingy', ''),
(31481, 76, 606, 'Simandres', ''),
(31482, 76, 606, 'Sixt-Fer-a-Cheval', ''),
(31483, 76, 606, 'Solaize', ''),
(31484, 76, 606, 'Soleymieu', ''),
(31485, 76, 606, 'Sonnay', ''),
(31486, 76, 606, 'Sonnaz', ''),
(31487, 76, 606, 'Sorbiers', ''),
(31488, 76, 606, 'Soucieu-en-Jarrest', ''),
(31489, 76, 606, 'Sourcieux-les-Mines', ''),
(31490, 76, 606, 'Souzy', ''),
(31491, 76, 606, 'Soyons', ''),
(31492, 76, 606, 'Succieu', ''),
(31493, 76, 606, 'Sury-le-Comtal', ''),
(31494, 76, 606, 'Suze-la-Rousse', ''),
(31495, 76, 606, 'Tain-l\'Hermitage', ''),
(31496, 76, 606, 'Talencieux', ''),
(31497, 76, 606, 'Talissieu', ''),
(31498, 76, 606, 'Talloires', ''),
(31499, 76, 606, 'Taluyers', ''),
(31500, 76, 606, 'Taninges', ''),
(31501, 76, 606, 'Taponas', ''),
(31502, 76, 606, 'Tarare', ''),
(31503, 76, 606, 'Tarentaise', ''),
(31504, 76, 606, 'Tassin-la-Demi-Lune', ''),
(31505, 76, 606, 'Teche', ''),
(31506, 76, 606, 'Tenay', ''),
(31507, 76, 606, 'Tencin', ''),
(31508, 76, 606, 'Ternand', ''),
(31509, 76, 606, 'Theize', ''),
(31510, 76, 606, 'Thelis-la-Combe', ''),
(31511, 76, 606, 'Thenesol', ''),
(31512, 76, 606, 'Theys', ''),
(31513, 76, 606, 'Thezillieu', ''),
(31514, 76, 606, 'Thil', ''),
(31515, 76, 606, 'Thines', ''),
(31516, 76, 606, 'Thizy-les-Bourgs', ''),
(31517, 76, 606, 'Thodure', ''),
(31518, 76, 606, 'Thoiry', ''),
(31519, 76, 606, 'Thoissey', ''),
(31520, 76, 606, 'Thones', ''),
(31521, 76, 606, 'Thonon-les-Bains', ''),
(31522, 76, 606, 'Thorens-Glieres', ''),
(31523, 76, 606, 'Thorrenc', ''),
(31524, 76, 606, 'Thuellin', ''),
(31525, 76, 606, 'Thueyts', ''),
(31526, 76, 606, 'Thurins', ''),
(31527, 76, 606, 'Thusy', ''),
(31528, 76, 606, 'Thyez', ''),
(31529, 76, 606, 'Tignes', ''),
(31530, 76, 606, 'Tignieu-Jameyzieu', ''),
(31531, 76, 606, 'Torchefelon', ''),
(31532, 76, 606, 'Torcieu', ''),
(31533, 76, 606, 'Tossiat', ''),
(31534, 76, 606, 'Toulaud', ''),
(31535, 76, 606, 'Tournon-sur-Rhône', ''),
(31536, 76, 606, 'Tours-en-Savoie', ''),
(31537, 76, 606, 'Toussieu', ''),
(31538, 76, 606, 'Toussieux', ''),
(31539, 76, 606, 'Trades', ''),
(31540, 76, 606, 'Tramole', ''),
(31541, 76, 606, 'Tramoyes', ''),
(31542, 76, 606, 'Treffort', ''),
(31543, 76, 606, 'Trelins', ''),
(31544, 76, 606, 'Trept', ''),
(31545, 76, 606, 'Tresserve', ''),
(31546, 76, 606, 'Treves', ''),
(31547, 76, 606, 'Trevoux', ''),
(31548, 76, 606, 'Triors', ''),
(31549, 76, 606, 'Tulette', ''),
(31550, 76, 606, 'Tullins', ''),
(31551, 76, 606, 'Ucel', ''),
(31552, 76, 606, 'Ugine', ''),
(31553, 76, 606, 'Unias', ''),
(31554, 76, 606, 'Unieux', ''),
(31555, 76, 606, 'Upie', ''),
(31556, 76, 606, 'Uriage-les-Bains', ''),
(31557, 76, 606, 'Vacheresse', ''),
(31558, 76, 606, 'Vailly', ''),
(31559, 76, 606, 'Val d\'Isère', ''),
(31560, 76, 606, 'Val-de-Fier', ''),
(31561, 76, 606, 'Valbonnais', ''),
(31562, 76, 606, 'Valeille', ''),
(31563, 76, 606, 'Valence', ''),
(31564, 76, 606, 'Valencin', ''),
(31565, 76, 606, 'Valfleury', ''),
(31566, 76, 606, 'Valleiry', ''),
(31567, 76, 606, 'Vallieres', ''),
(31568, 76, 606, 'Valloire', ''),
(31569, 76, 606, 'Vallon-Pont-d\'Arc', ''),
(31570, 76, 606, 'Vallorcine', ''),
(31571, 76, 606, 'Valmorel', ''),
(31572, 76, 606, 'Vals-les-Bains', ''),
(31573, 76, 606, 'Vandeins', ''),
(31574, 76, 606, 'Vanosc', ''),
(31575, 76, 606, 'Vanzy', ''),
(31576, 76, 606, 'Vaugneray', ''),
(31577, 76, 606, 'Vaulnaveys-le-Bas', ''),
(31578, 76, 606, 'Vaulnaveys-le-Haut', ''),
(31579, 76, 606, 'Vaulx-en-Velin', ''),
(31580, 76, 606, 'Vaulx-Milieu', ''),
(31581, 76, 606, 'Vauvray', ''),
(31582, 76, 606, 'Vaux-en-Beaujolais', ''),
(31583, 76, 606, 'Vaux-en-Bugey', ''),
(31584, 76, 606, 'Veauche', ''),
(31585, 76, 606, 'Veaunes', ''),
(31586, 76, 606, 'Veigy-Foncenex', ''),
(31587, 76, 606, 'Vendranges', ''),
(31588, 76, 606, 'Venerieu', ''),
(31589, 76, 606, 'Vénissieux', ''),
(31590, 76, 606, 'Venon', ''),
(31591, 76, 606, 'Venterol', ''),
(31592, 76, 606, 'Veranne', ''),
(31593, 76, 606, 'Verchaix', ''),
(31594, 76, 606, 'Vercheny', ''),
(31595, 76, 606, 'Verel-Pragondran', ''),
(31596, 76, 606, 'Verlieux', ''),
(31597, 76, 606, 'Vernaison', ''),
(31598, 76, 606, 'Vernosc-les-Annonay', ''),
(31599, 76, 606, 'Vernoux-en-Vivarais', ''),
(31600, 76, 606, 'Verrens-Arvey', ''),
(31601, 76, 606, 'Verrieres-en-Forez', ''),
(31602, 76, 606, 'Versailleux', ''),
(31603, 76, 606, 'Versonnex', ''),
(31604, 76, 606, 'Vesancy', ''),
(31605, 76, 606, 'Vesc', ''),
(31606, 76, 606, 'Vesseaux', ''),
(31607, 76, 606, 'Vetraz-Monthoux', ''),
(31608, 76, 606, 'Veurey-Voroize', ''),
(31609, 76, 606, 'Veyras', ''),
(31610, 76, 606, 'Veyrier-du-Lac', ''),
(31611, 76, 606, 'Vezeronce-Curtin', ''),
(31612, 76, 606, 'Vienne', ''),
(31613, 76, 606, 'Vieugy', ''),
(31614, 76, 606, 'Vif', ''),
(31615, 76, 606, 'Vignieu', ''),
(31616, 76, 606, 'Villard', ''),
(31617, 76, 606, 'Villard-Bonnot', ''),
(31618, 76, 606, 'Villard-de-Lans', ''),
(31619, 76, 606, 'Villard-Saint-Christophe', ''),
(31620, 76, 606, 'Villargondran', ''),
(31621, 76, 606, 'Villarodin-Bourget', ''),
(31622, 76, 606, 'Villars', ''),
(31623, 76, 606, 'Villars-les-Dombes', ''),
(31624, 76, 606, 'Villaz', ''),
(31625, 76, 606, 'Ville-en-Sallaz', ''),
(31626, 76, 606, 'Ville-la-Grand', ''),
(31627, 76, 606, 'Ville-sous-Anjou', ''),
(31628, 76, 606, 'Ville-sur-Jarnioux', ''),
(31629, 76, 606, 'Villebois-les-Pins', ''),
(31630, 76, 606, 'Villefontaine', ''),
(31631, 76, 606, 'Villefranche-le-Chateau', ''),
(31632, 76, 606, 'Villefranche-sur-Saône', ''),
(31633, 76, 606, 'Villemoirieu', ''),
(31634, 76, 606, 'Villemotier', ''),
(31635, 76, 606, 'Villeneuve-de-Berg', ''),
(31636, 76, 606, 'Villerest', ''),
(31637, 76, 606, 'Villereversure', ''),
(31638, 76, 606, 'Villette-d\'Anthon', ''),
(31639, 76, 606, 'Villette-de-Vienne', ''),
(31640, 76, 606, 'Villeurbanne', ''),
(31641, 76, 606, 'Villevocance', ''),
(31642, 76, 606, 'Villie-Morgon', ''),
(31643, 76, 606, 'Villieu-Loyes-Mollon', ''),
(31644, 76, 606, 'Villy-le-Bouveret', ''),
(31645, 76, 606, 'Villy-le-Pelloux', ''),
(31646, 76, 606, 'Vimines', ''),
(31647, 76, 606, 'Vinay', ''),
(31648, 76, 606, 'Vinezac', ''),
(31649, 76, 606, 'Violay', ''),
(31650, 76, 606, 'Vion', ''),
(31651, 76, 606, 'Viriat', ''),
(31652, 76, 606, 'Virieu', ''),
(31653, 76, 606, 'Virieu-le-Grand', ''),
(31654, 76, 606, 'Viriville', ''),
(31655, 76, 606, 'Viry', ''),
(31656, 76, 606, 'Viuz-en-Sallaz', ''),
(31657, 76, 606, 'Viviers', ''),
(31658, 76, 606, 'Viviers-du-Lac', ''),
(31659, 76, 606, 'Vizille', ''),
(31660, 76, 606, 'Voglans', ''),
(31661, 76, 606, 'Voiron', ''),
(31662, 76, 606, 'Voissant', ''),
(31663, 76, 606, 'Vonnas', ''),
(31664, 76, 606, 'Voreppe', ''),
(31665, 76, 606, 'Vougy', ''),
(31666, 76, 606, 'Vourey', ''),
(31667, 76, 606, 'Vourles', ''),
(31668, 76, 606, 'Vovray-en-Bornes', ''),
(31669, 76, 606, 'Vulbens', ''),
(31670, 76, 606, 'Yenne', ''),
(31671, 76, 606, 'Yvoire', ''),
(31672, 76, 606, 'Yzeron', ''),
(31673, 78, 607, 'Faaa', ''),
(31674, 78, 607, 'Papeete', ''),
(31675, 78, 607, 'Punaauia', ''),
(31676, 79, 608, 'Port-aux-Francais', ''),
(31677, 80, 609, 'Libreville', ''),
(31678, 80, 610, 'Gamba', ''),
(31679, 80, 610, 'Port-Gentil', ''),
(31680, 80, 611, 'Mamagnia', ''),
(31681, 80, 612, 'Lambaréné', ''),
(31682, 81, 613, 'Banjul', ''),
(31683, 81, 613, 'Serekunda', ''),
(31684, 82, 614, 'Sukhumi', ''),
(31685, 82, 615, 'Batumi', ''),
(31686, 82, 615, 'Shek\'vetili', ''),
(31687, 82, 616, 'Gogolesubani', ''),
(31688, 82, 617, 'Tbilisi', ''),
(31689, 82, 618, 'Qazbegi', ''),
(31690, 82, 619, 'Lentekhi', ''),
(31691, 82, 620, 'Zugdidi', ''),
(31692, 82, 621, 'Ts\'khinvali', ''),
(31693, 83, 622, 'Aach', ''),
(31694, 83, 622, 'Aalen', ''),
(31695, 83, 622, 'Abstatt', ''),
(31696, 83, 622, 'Abtsgmuend', ''),
(31697, 83, 622, 'Achern', ''),
(31698, 83, 622, 'Achstetten', ''),
(31699, 83, 622, 'Adelberg', ''),
(31700, 83, 622, 'Adelmannsfelden', ''),
(31701, 83, 622, 'Adelsheim', ''),
(31702, 83, 622, 'Affalterbach', ''),
(31703, 83, 622, 'Aglasterhausen', ''),
(31704, 83, 622, 'Aich', ''),
(31705, 83, 622, 'Aichelberg', ''),
(31706, 83, 622, 'Aichhalden', ''),
(31707, 83, 622, 'Aichstetten', ''),
(31708, 83, 622, 'Aichtal', ''),
(31709, 83, 622, 'Aichwald', ''),
(31710, 83, 622, 'Aidlingen', ''),
(31711, 83, 622, 'Aitrach', ''),
(31712, 83, 622, 'Aixheim', ''),
(31713, 83, 622, 'Albbruck', ''),
(31714, 83, 622, 'Albershausen', ''),
(31715, 83, 622, 'Alberweiler', ''),
(31716, 83, 622, 'Albstadt', ''),
(31717, 83, 622, 'Aldingen', ''),
(31718, 83, 622, 'Alfdorf', ''),
(31719, 83, 622, 'Allensbach', ''),
(31720, 83, 622, 'Alleshausen', ''),
(31721, 83, 622, 'Allmannsweier', ''),
(31722, 83, 622, 'Allmendingen', ''),
(31723, 83, 622, 'Allmersbach im Tal', ''),
(31724, 83, 622, 'Alpirsbach', ''),
(31725, 83, 622, 'Altbach', ''),
(31726, 83, 622, 'Altdorf', ''),
(31727, 83, 622, 'Altenheim', ''),
(31728, 83, 622, 'Altenriet', ''),
(31729, 83, 622, 'Altenstadt', ''),
(31730, 83, 622, 'Altensteig', ''),
(31731, 83, 622, 'Altheim', ''),
(31732, 83, 622, 'Althengstett', ''),
(31733, 83, 622, 'Althutte', ''),
(31734, 83, 622, 'Altlussheim', ''),
(31735, 83, 622, 'Altshausen', ''),
(31736, 83, 622, 'Ammerbuch', ''),
(31737, 83, 622, 'Amstetten', ''),
(31738, 83, 622, 'Amtzell', ''),
(31739, 83, 622, 'Angelbachtal', ''),
(31740, 83, 622, 'Appenweier', ''),
(31741, 83, 622, 'Argenbuhl', ''),
(31742, 83, 622, 'Aspach', ''),
(31743, 83, 622, 'Asperg', ''),
(31744, 83, 622, 'Assamstadt', ''),
(31745, 83, 622, 'Attenweiler', ''),
(31746, 83, 622, 'Au', ''),
(31747, 83, 622, 'Au am Rhein', ''),
(31748, 83, 622, 'Auenwald', ''),
(31749, 83, 622, 'Auggen', ''),
(31750, 83, 622, 'Aulendorf', ''),
(31751, 83, 622, 'Bachheim', ''),
(31752, 83, 622, 'Backnang', ''),
(31753, 83, 622, 'Bad Bellingen', ''),
(31754, 83, 622, 'Bad Boll', ''),
(31755, 83, 622, 'Bad Buchau', ''),
(31756, 83, 622, 'Bad Ditzenbach', ''),
(31757, 83, 622, 'Bad Durrheim', ''),
(31758, 83, 622, 'Bad Friedrichshall', ''),
(31759, 83, 622, 'Bad Griesbach', ''),
(31760, 83, 622, 'Bad Herrenalb', ''),
(31761, 83, 622, 'Bad Krozingen', ''),
(31762, 83, 622, 'Bad Liebenzell', ''),
(31763, 83, 622, 'Bad Mergentheim', ''),
(31764, 83, 622, 'Bad Peterstal-Griesbach', ''),
(31765, 83, 622, 'Bad Rappenau', ''),
(31766, 83, 622, 'Bad Rippoldsau-Schapbach', ''),
(31767, 83, 622, 'Bad Sackingen', ''),
(31768, 83, 622, 'Bad Schussenried', ''),
(31769, 83, 622, 'Bad Teinach-Zavelstein', ''),
(31770, 83, 622, 'Bad Uberkingen', ''),
(31771, 83, 622, 'Bad Urach', ''),
(31772, 83, 622, 'Bad Waldsee', ''),
(31773, 83, 622, 'Bad Wildbad', ''),
(31774, 83, 622, 'Bad Wimpfen', ''),
(31775, 83, 622, 'Bad Wurzach', ''),
(31776, 83, 622, 'Baden-Baden', ''),
(31777, 83, 622, 'Badenweiler', ''),
(31778, 83, 622, 'Bahlingen', ''),
(31779, 83, 622, 'Baienfurt', ''),
(31780, 83, 622, 'Baiersbronn', ''),
(31781, 83, 622, 'Baindt', ''),
(31782, 83, 622, 'Balingen', ''),
(31783, 83, 622, 'Ballrechten', ''),
(31784, 83, 622, 'Baltmannsweiler', ''),
(31785, 83, 622, 'Baltringen', ''),
(31786, 83, 622, 'Balzheim', ''),
(31787, 83, 622, 'Bamlach', ''),
(31788, 83, 622, 'Bammental', ''),
(31789, 83, 622, 'Barenthal', ''),
(31790, 83, 622, 'Bargen', ''),
(31791, 83, 622, 'Bartholoma', ''),
(31792, 83, 622, 'Baustetten', ''),
(31793, 83, 622, 'Beilstein', ''),
(31794, 83, 622, 'Beimerstetten', ''),
(31795, 83, 622, 'Beiningen', ''),
(31796, 83, 622, 'Bempflingen', ''),
(31797, 83, 622, 'Benningen am Neckar', ''),
(31798, 83, 622, 'Berau', ''),
(31799, 83, 622, 'Berg', ''),
(31800, 83, 622, 'Bergatreute', ''),
(31801, 83, 622, 'Berghaupten', ''),
(31802, 83, 622, 'Berghausen', ''),
(31803, 83, 622, 'Berghulen', ''),
(31804, 83, 622, 'Berglen', ''),
(31805, 83, 622, 'Berkheim', ''),
(31806, 83, 622, 'Bermaringen', ''),
(31807, 83, 622, 'Bermatingen', ''),
(31808, 83, 622, 'Bernau', ''),
(31809, 83, 622, 'Bernstadt', ''),
(31810, 83, 622, 'Besigheim', ''),
(31811, 83, 622, 'Betzenweiler', ''),
(31812, 83, 622, 'Beuren', ''),
(31813, 83, 622, 'Biberach an der Riss', ''),
(31814, 83, 622, 'Biengen', ''),
(31815, 83, 622, 'Bietigheim', ''),
(31816, 83, 622, 'Bietigheim-Bissingen', ''),
(31817, 83, 622, 'Billigheim', ''),
(31818, 83, 622, 'Bingen', ''),
(31819, 83, 622, 'Binzen', ''),
(31820, 83, 622, 'Birenbach', ''),
(31821, 83, 622, 'Birkenfeld', ''),
(31822, 83, 622, 'Bischweier', ''),
(31823, 83, 622, 'Bisingen', ''),
(31824, 83, 622, 'Bissingen an der Teck', ''),
(31825, 83, 622, 'Bitz', ''),
(31826, 83, 622, 'Blankenloch', ''),
(31827, 83, 622, 'Blaubeuren Abbey', ''),
(31828, 83, 622, 'Blaufelden', ''),
(31829, 83, 622, 'Blaustein', ''),
(31830, 83, 622, 'Blitzenreute', ''),
(31831, 83, 622, 'Blumberg', ''),
(31832, 83, 622, 'Bobingen an der Rems', ''),
(31833, 83, 622, 'Böblingen', ''),
(31834, 83, 622, 'Bodelshausen', ''),
(31835, 83, 622, 'Bodman-Ludwigshafen', ''),
(31836, 83, 622, 'Bodnegg', ''),
(31837, 83, 622, 'Bofingen', ''),
(31838, 83, 622, 'Bohmenkirch', ''),
(31839, 83, 622, 'Bohringen', ''),
(31840, 83, 622, 'Bollschweil', ''),
(31841, 83, 622, 'Bondorf', ''),
(31842, 83, 622, 'Bonndorf im Schwarzwald', ''),
(31843, 83, 622, 'Bonnigheim', ''),
(31844, 83, 622, 'Bopfingen', ''),
(31845, 83, 622, 'Bosingen', ''),
(31846, 83, 622, 'Bottingen', ''),
(31847, 83, 622, 'Botzingen', ''),
(31848, 83, 622, 'Boxberg', ''),
(31849, 83, 622, 'Brackenheim', ''),
(31850, 83, 622, 'Braunlingen', ''),
(31851, 83, 622, 'Braunsbach', ''),
(31852, 83, 622, 'Breisach', ''),
(31853, 83, 622, 'Breitnau', ''),
(31854, 83, 622, 'Bretten', ''),
(31855, 83, 622, 'Bretzfeld', ''),
(31856, 83, 622, 'Brigachtal', ''),
(31857, 83, 622, 'Bruchsal', ''),
(31858, 83, 622, 'Bruhl', ''),
(31859, 83, 622, 'Brunnen', ''),
(31860, 83, 622, 'Buch', ''),
(31861, 83, 622, 'Buchen', ''),
(31862, 83, 622, 'Buchenbach', ''),
(31863, 83, 622, 'Buchheim', ''),
(31864, 83, 622, 'Buchholz', ''),
(31865, 83, 622, 'Buggingen', ''),
(31866, 83, 622, 'Buhl', ''),
(31867, 83, 622, 'Buhler', ''),
(31868, 83, 622, 'Buhlerhohe', ''),
(31869, 83, 622, 'Buhlertal', ''),
(31870, 83, 622, 'Buhlertann', ''),
(31871, 83, 622, 'Buhlerzell', ''),
(31872, 83, 622, 'Burgrieden', ''),
(31873, 83, 622, 'Burgstetten', ''),
(31874, 83, 622, 'Burgweiler', ''),
(31875, 83, 622, 'Burladingen', ''),
(31876, 83, 622, 'Büsingen', ''),
(31877, 83, 622, 'Calmbach', ''),
(31878, 83, 622, 'Calw', ''),
(31879, 83, 622, 'Cleebronn', ''),
(31880, 83, 622, 'Crailsheim', ''),
(31881, 83, 622, 'Daisendorf', ''),
(31882, 83, 622, 'Dalkingen', ''),
(31883, 83, 622, 'Dallau', ''),
(31884, 83, 622, 'Dauchingen', ''),
(31885, 83, 622, 'Deckenpfronn', ''),
(31886, 83, 622, 'Deggenhausertal', ''),
(31887, 83, 622, 'Deggingen', ''),
(31888, 83, 622, 'Deilingen', ''),
(31889, 83, 622, 'Deisslingen', ''),
(31890, 83, 622, 'Deizisau', ''),
(31891, 83, 622, 'Denkendorf', ''),
(31892, 83, 622, 'Denkingen', ''),
(31893, 83, 622, 'Denzlingen', ''),
(31894, 83, 622, 'Dettenhausen', ''),
(31895, 83, 622, 'Dettighofen', ''),
(31896, 83, 622, 'Dettingen an der Erms', ''),
(31897, 83, 622, 'Dettingen unter Teck', ''),
(31898, 83, 622, 'Dielheim', ''),
(31899, 83, 622, 'Dietenheim', ''),
(31900, 83, 622, 'Dieterskirch', ''),
(31901, 83, 622, 'Dietingen', ''),
(31902, 83, 622, 'Dischingen', ''),
(31903, 83, 622, 'Distelhausen', ''),
(31904, 83, 622, 'Ditzingen', ''),
(31905, 83, 622, 'Dobel', ''),
(31906, 83, 622, 'Dogern', ''),
(31907, 83, 622, 'Doggingen', ''),
(31908, 83, 622, 'Donaueschingen', ''),
(31909, 83, 622, 'Donzdorf', ''),
(31910, 83, 622, 'Dormettingen', ''),
(31911, 83, 622, 'Dornhan', ''),
(31912, 83, 622, 'Dornstadt', ''),
(31913, 83, 622, 'Dornstetten', ''),
(31914, 83, 622, 'Dorzbach', ''),
(31915, 83, 622, 'Dossenheim', ''),
(31916, 83, 622, 'Dotternhausen', ''),
(31917, 83, 622, 'Dunningen', ''),
(31918, 83, 622, 'Durbach', ''),
(31919, 83, 622, 'Durbheim', ''),
(31920, 83, 622, 'Durmentingen', ''),
(31921, 83, 622, 'Durmersheim', ''),
(31922, 83, 622, 'Durnau', ''),
(31923, 83, 622, 'Dusslingen', ''),
(31924, 83, 622, 'Eberbach', ''),
(31925, 83, 622, 'Eberdingen', ''),
(31926, 83, 622, 'Eberhardzell', ''),
(31927, 83, 622, 'Ebersbach an der Fils', ''),
(31928, 83, 622, 'Eberstadt', ''),
(31929, 83, 622, 'Ebhausen', ''),
(31930, 83, 622, 'Ebringen', ''),
(31931, 83, 622, 'Echterdingen', ''),
(31932, 83, 622, 'Edingen-Neckarhausen', ''),
(31933, 83, 622, 'Efringen-Kirchen', ''),
(31934, 83, 622, 'Egenhausen', ''),
(31935, 83, 622, 'Eggenstein-Leopoldshafen', ''),
(31936, 83, 622, 'Eggingen', ''),
(31937, 83, 622, 'Ehestetten', ''),
(31938, 83, 622, 'Ehingen', ''),
(31939, 83, 622, 'Ehningen', ''),
(31940, 83, 622, 'Ehrenkirchen', ''),
(31941, 83, 622, 'Ehrenstetten', ''),
(31942, 83, 622, 'Eichstetten', ''),
(31943, 83, 622, 'Eichtersheim', ''),
(31944, 83, 622, 'Eigeltingen', ''),
(31945, 83, 622, 'Eimeldingen', ''),
(31946, 83, 622, 'Eisenbach', ''),
(31947, 83, 622, 'Eisingen', ''),
(31948, 83, 622, 'Eislingen', ''),
(31949, 83, 622, 'Elchingen auf dem Hartsfeld', ''),
(31950, 83, 622, 'Ellhofen', ''),
(31951, 83, 622, 'Ellwangen', ''),
(31952, 83, 622, 'Elzach', ''),
(31953, 83, 622, 'Elztal', ''),
(31954, 83, 622, 'Emeringen', ''),
(31955, 83, 622, 'Emerkingen', ''),
(31956, 83, 622, 'Emmingen-Liptingen', ''),
(31957, 83, 622, 'Empfingen', ''),
(31958, 83, 622, 'Endingen', ''),
(31959, 83, 622, 'Engelsbrand', ''),
(31960, 83, 622, 'Engen', ''),
(31961, 83, 622, 'Engstingen', ''),
(31962, 83, 622, 'Eningen unter Achalm', ''),
(31963, 83, 622, 'Enzklosterle', ''),
(31964, 83, 622, 'Epfenbach', ''),
(31965, 83, 622, 'Epfendorf', ''),
(31966, 83, 622, 'Eppelheim', ''),
(31967, 83, 622, 'Eppingen', ''),
(31968, 83, 622, 'Erbach', ''),
(31969, 83, 622, 'Erdmannhausen', ''),
(31970, 83, 622, 'Eriskirch', ''),
(31971, 83, 622, 'Erkenbrechtsweiler', ''),
(31972, 83, 622, 'Erlach', ''),
(31973, 83, 622, 'Erlenbach', ''),
(31974, 83, 622, 'Erlenmoos', ''),
(31975, 83, 622, 'Erligheim', ''),
(31976, 83, 622, 'Erolzheim', ''),
(31977, 83, 622, 'Ertingen', ''),
(31978, 83, 622, 'Eschbach', ''),
(31979, 83, 622, 'Eschbronn', ''),
(31980, 83, 622, 'Eschelbronn', ''),
(31981, 83, 622, 'Eschenbach', ''),
(31982, 83, 622, 'Essingen', ''),
(31983, 83, 622, 'Esslingen am Neckar', ''),
(31984, 83, 622, 'Ettenheim', ''),
(31985, 83, 622, 'Ettlingen', ''),
(31986, 83, 622, 'Etzenrot', ''),
(31987, 83, 622, 'Eutingen', ''),
(31988, 83, 622, 'Fahl', ''),
(31989, 83, 622, 'Fahrenbach', ''),
(31990, 83, 622, 'Fellbach', ''),
(31991, 83, 622, 'Feuerbach', ''),
(31992, 83, 622, 'Fichtenberg', ''),
(31993, 83, 622, 'Filderstadt', ''),
(31994, 83, 622, 'Fischerbach', ''),
(31995, 83, 622, 'Fischingen', ''),
(31996, 83, 622, 'Flehingen', ''),
(31997, 83, 622, 'Flein', ''),
(31998, 83, 622, 'Forbach', ''),
(31999, 83, 622, 'Forchheim', ''),
(32000, 83, 622, 'Forchtenberg', ''),
(32001, 83, 622, 'Forst', ''),
(32002, 83, 622, 'Frankenhardt', ''),
(32003, 83, 622, 'Frauenzimmern', ''),
(32004, 83, 622, 'Freiamt', ''),
(32005, 83, 622, 'Freiberg am Neckar', ''),
(32006, 83, 622, 'Freiburg', ''),
(32007, 83, 622, 'Freistett', ''),
(32008, 83, 622, 'Freudenberg', ''),
(32009, 83, 622, 'Freudenstadt', ''),
(32010, 83, 622, 'Frickenhausen', ''),
(32011, 83, 622, 'Frickingen', ''),
(32012, 83, 622, 'Fridingen an der Donau', ''),
(32013, 83, 622, 'Friedenweiler', ''),
(32014, 83, 622, 'Friedrichshafen', ''),
(32015, 83, 622, 'Friesenheim', ''),
(32016, 83, 622, 'Friolzheim', ''),
(32017, 83, 622, 'Frittlingen', ''),
(32018, 83, 622, 'Frohnstetten', ''),
(32019, 83, 622, 'Fronreute', ''),
(32020, 83, 622, 'Furstenhof', ''),
(32021, 83, 622, 'Furtwangen im Schwarzwald', ''),
(32022, 83, 622, 'Gaggenau', ''),
(32023, 83, 622, 'Gaiberg', ''),
(32024, 83, 622, 'Gaienhofen', ''),
(32025, 83, 622, 'Gaildorf', ''),
(32026, 83, 622, 'Gailingen', ''),
(32027, 83, 622, 'Gamburg', ''),
(32028, 83, 622, 'Gammelshausen', ''),
(32029, 83, 622, 'Gammertingen', ''),
(32030, 83, 622, 'Gartringen', ''),
(32031, 83, 622, 'Gaufelden', ''),
(32032, 83, 622, 'Gechingen', ''),
(32033, 83, 622, 'Geisingen', ''),
(32034, 83, 622, 'Geislingen', ''),
(32035, 83, 622, 'Geislingen an der Steige', ''),
(32036, 83, 622, 'Gemmingen', ''),
(32037, 83, 622, 'Gemmrigheim', ''),
(32038, 83, 622, 'Gerabronn', ''),
(32039, 83, 622, 'Geradstetten', ''),
(32040, 83, 622, 'Gerau', ''),
(32041, 83, 622, 'Gerlingen', ''),
(32042, 83, 622, 'Gernsbach', ''),
(32043, 83, 622, 'Gerstetten', ''),
(32044, 83, 622, 'Giengen an der Brenz', ''),
(32045, 83, 622, 'Gingen an der Fils', ''),
(32046, 83, 622, 'Glatten', ''),
(32047, 83, 622, 'Glottertal', ''),
(32048, 83, 622, 'Goggingen', ''),
(32049, 83, 622, 'Gogglingen', ''),
(32050, 83, 622, 'Gomadingen', ''),
(32051, 83, 622, 'Gomaringen', ''),
(32052, 83, 622, 'Gondelsheim', ''),
(32053, 83, 622, 'Göppingen', ''),
(32054, 83, 622, 'Gorwihl', ''),
(32055, 83, 622, 'Gosbach', ''),
(32056, 83, 622, 'Gosheim', ''),
(32057, 83, 622, 'Gottelfingen', ''),
(32058, 83, 622, 'Gottenheim', ''),
(32059, 83, 622, 'Gottmadingen', ''),
(32060, 83, 622, 'Graben', ''),
(32061, 83, 622, 'Graben-Neudorf', ''),
(32062, 83, 622, 'Grabenstetten', ''),
(32063, 83, 622, 'Grafenberg', ''),
(32064, 83, 622, 'Grafenhausen', ''),
(32065, 83, 622, 'Grenzach-Wyhlen', ''),
(32066, 83, 622, 'Griesingen', ''),
(32067, 83, 622, 'Gronau', ''),
(32068, 83, 622, 'Grossbettlingen', ''),
(32069, 83, 622, 'Grossbottwar', ''),
(32070, 83, 622, 'Grosselfingen', ''),
(32071, 83, 622, 'Grosserlach', ''),
(32072, 83, 622, 'Grossrinderfeld', ''),
(32073, 83, 622, 'Gruibingen', ''),
(32074, 83, 622, 'Grunbach', ''),
(32075, 83, 622, 'Grunenberg', ''),
(32076, 83, 622, 'Grunkraut', ''),
(32077, 83, 622, 'Grunsfeld', ''),
(32078, 83, 622, 'Gschwend', ''),
(32079, 83, 622, 'Guglingen', ''),
(32080, 83, 622, 'Gundelfingen', ''),
(32081, 83, 622, 'Gundelsheim', ''),
(32082, 83, 622, 'Gunningen', ''),
(32083, 83, 622, 'Gutach (Schwarzwaldbahn)', ''),
(32084, 83, 622, 'Gutach im Breisgau', ''),
(32085, 83, 622, 'Gutenbach', ''),
(32086, 83, 622, 'Gutenberg', ''),
(32087, 83, 622, 'Gutenzell-Hurbel', ''),
(32088, 83, 622, 'Hagnau', ''),
(32089, 83, 622, 'Haigerloch', ''),
(32090, 83, 622, 'Hailfingen', ''),
(32091, 83, 622, 'Haiterbach', ''),
(32092, 83, 622, 'Hambrucken', ''),
(32093, 83, 622, 'Hardheim', ''),
(32094, 83, 622, 'Hardt', ''),
(32095, 83, 622, 'Hartheim', ''),
(32096, 83, 622, 'Hasel', ''),
(32097, 83, 622, 'Haslach im Kinzigtal', ''),
(32098, 83, 622, 'Hassmersheim', ''),
(32099, 83, 622, 'Hattenhofen', ''),
(32100, 83, 622, 'Hausach', ''),
(32101, 83, 622, 'Hausen', ''),
(32102, 83, 622, 'Hausen am Bussen', ''),
(32103, 83, 622, 'Hausen am Tann', ''),
(32104, 83, 622, 'Hausen ob Verena', ''),
(32105, 83, 622, 'Hausern', ''),
(32106, 83, 622, 'Hayingen', ''),
(32107, 83, 622, 'Hechingen', ''),
(32108, 83, 622, 'Heddesheim', ''),
(32109, 83, 622, 'Heidelberg', ''),
(32110, 83, 622, 'Heidenheim', ''),
(32111, 83, 622, 'Heidersbach', ''),
(32112, 83, 622, 'Heilbronn', ''),
(32113, 83, 622, 'Heiligenberg', ''),
(32114, 83, 622, 'Heiligkreuzsteinach', ''),
(32115, 83, 622, 'Heimsheim', ''),
(32116, 83, 622, 'Heiningen', ''),
(32117, 83, 622, 'Heinstetten', ''),
(32118, 83, 622, 'Heitersheim', ''),
(32119, 83, 622, 'Helmstadt', ''),
(32120, 83, 622, 'Hemmingen', ''),
(32121, 83, 622, 'Hemsbach', ''),
(32122, 83, 622, 'Herbertingen', ''),
(32123, 83, 622, 'Herbolzheim', ''),
(32124, 83, 622, 'Herbrechtingen', ''),
(32125, 83, 622, 'Herdwangen-Schonach', ''),
(32126, 83, 622, 'Herfatz', ''),
(32127, 83, 622, 'Hermaringen', ''),
(32128, 83, 622, 'Heroldstatt', ''),
(32129, 83, 622, 'Herrenberg', ''),
(32130, 83, 622, 'Herrischried', ''),
(32131, 83, 622, 'Hessigheim', ''),
(32132, 83, 622, 'Hettingen', ''),
(32133, 83, 622, 'Heubach', ''),
(32134, 83, 622, 'Heuberg', ''),
(32135, 83, 622, 'Heuchlingen', ''),
(32136, 83, 622, 'Hildrizhausen', ''),
(32137, 83, 622, 'Hilzingen', ''),
(32138, 83, 622, 'Hinterzarten', ''),
(32139, 83, 622, 'Hirrlingen', ''),
(32140, 83, 622, 'Hochdorf', ''),
(32141, 83, 622, 'Hochenschwand', ''),
(32142, 83, 622, 'Hockenheim', ''),
(32143, 83, 622, 'Hofen an der Enz', ''),
(32144, 83, 622, 'Hofstetten', ''),
(32145, 83, 622, 'Hohberg', ''),
(32146, 83, 622, 'Hohenfels', ''),
(32147, 83, 622, 'Hohenstadt', ''),
(32148, 83, 622, 'Hohenstein', ''),
(32149, 83, 622, 'Hohentengen am Hochrhein', ''),
(32150, 83, 622, 'Holbach', ''),
(32151, 83, 622, 'Holzgerlingen', ''),
(32152, 83, 622, 'Holzhausen', ''),
(32153, 83, 622, 'Holzheim', ''),
(32154, 83, 622, 'Holzmaden', ''),
(32155, 83, 622, 'Honhardt', ''),
(32156, 83, 622, 'Hopfau', ''),
(32157, 83, 622, 'Hopfingen', ''),
(32158, 83, 622, 'Horb am Neckar', ''),
(32159, 83, 622, 'Horben', ''),
(32160, 83, 622, 'Horenhausen', ''),
(32161, 83, 622, 'Horgen', ''),
(32162, 83, 622, 'Horgenzell', ''),
(32163, 83, 622, 'Huffenhardt', ''),
(32164, 83, 622, 'Hufingen', ''),
(32165, 83, 622, 'Hugelsheim', ''),
(32166, 83, 622, 'Hulben', ''),
(32167, 83, 622, 'Huttisheim', ''),
(32168, 83, 622, 'Huttlingen', ''),
(32169, 83, 622, 'Iffezheim', ''),
(32170, 83, 622, 'Igersheim', ''),
(32171, 83, 622, 'Iggingen', ''),
(32172, 83, 622, 'Ihringen', ''),
(32173, 83, 622, 'Illerkirchberg', ''),
(32174, 83, 622, 'Illerrieden', ''),
(32175, 83, 622, 'Illingen', ''),
(32176, 83, 622, 'Illmensee', ''),
(32177, 83, 622, 'Ilsfeld', ''),
(32178, 83, 622, 'Ilshofen', ''),
(32179, 83, 622, 'Ilvesheim', ''),
(32180, 83, 622, 'Immendingen', ''),
(32181, 83, 622, 'Immenstaad am Bodensee', ''),
(32182, 83, 622, 'Ingelfingen', ''),
(32183, 83, 622, 'Ingersheim', ''),
(32184, 83, 622, 'Ingoldingen', ''),
(32185, 83, 622, 'Inzigkofen', ''),
(32186, 83, 622, 'Inzlingen', ''),
(32187, 83, 622, 'Irndorf', ''),
(32188, 83, 622, 'Isenburg', ''),
(32189, 83, 622, 'Isny im Allgau', ''),
(32190, 83, 622, 'Ispringen', ''),
(32191, 83, 622, 'Ittlingen', ''),
(32192, 83, 622, 'Jagsthausen', ''),
(32193, 83, 622, 'Jestetten', ''),
(32194, 83, 622, 'Kadelburg', ''),
(32195, 83, 622, 'Kaisersbach', ''),
(32196, 83, 622, 'Kampfelbach', ''),
(32197, 83, 622, 'Kandern', ''),
(32198, 83, 622, 'Kappel-Grafenhausen', ''),
(32199, 83, 622, 'Kappelrodeck', ''),
(32200, 83, 622, 'Karlsbad', ''),
(32201, 83, 622, 'Karlsdorf-Neuthard', ''),
(32202, 83, 622, 'Karlsruhe', ''),
(32203, 83, 622, 'Katzenmoos', ''),
(32204, 83, 622, 'Katzenstein', ''),
(32205, 83, 622, 'Kehl', ''),
(32206, 83, 622, 'Keltern', ''),
(32207, 83, 622, 'Kenzingen', ''),
(32208, 83, 622, 'Kernen im Remstal', ''),
(32209, 83, 622, 'Ketsch', ''),
(32210, 83, 622, 'Kieselbronn', ''),
(32211, 83, 622, 'Kippenheim', ''),
(32212, 83, 622, 'Kirchardt', ''),
(32213, 83, 622, 'Kirchberg', ''),
(32214, 83, 622, 'Kirchberg an der Iller', ''),
(32215, 83, 622, 'Kirchberg an der Jagst', ''),
(32216, 83, 622, 'Kirchberg an der Murr', ''),
(32217, 83, 622, 'Kirchdorf', ''),
(32218, 83, 622, 'Kirchentellinsfurt', ''),
(32219, 83, 622, 'Kirchheim am Neckar', ''),
(32220, 83, 622, 'Kirchheim am Ries', ''),
(32221, 83, 622, 'Kirchheim unter Teck', ''),
(32222, 83, 622, 'Kirchzarten', ''),
(32223, 83, 622, 'Kirrlach', ''),
(32224, 83, 622, 'Kisslegg', ''),
(32225, 83, 622, 'Kleinbettlingen', ''),
(32226, 83, 622, 'Kleinkems', ''),
(32227, 83, 622, 'Klettgau', ''),
(32228, 83, 622, 'Knittlingen', ''),
(32229, 83, 622, 'Kolbingen', ''),
(32230, 83, 622, 'Kollnau', ''),
(32231, 83, 622, 'Kongen', ''),
(32232, 83, 622, 'Konigheim', ''),
(32233, 83, 622, 'Konigsbach-Stein', ''),
(32234, 83, 622, 'Konigsbronn', ''),
(32235, 83, 622, 'Konigsfeld im Schwarzwald', ''),
(32236, 83, 622, 'Konstanz', ''),
(32237, 83, 622, 'Korb', ''),
(32238, 83, 622, 'Korntal', ''),
(32239, 83, 622, 'Kornwestheim', ''),
(32240, 83, 622, 'Kraichtal', ''),
(32241, 83, 622, 'Krauchenwies', ''),
(32242, 83, 622, 'Krautheim', ''),
(32243, 83, 622, 'Kressbronn am Bodensee', ''),
(32244, 83, 622, 'Kronau', ''),
(32245, 83, 622, 'Kuchen', ''),
(32246, 83, 622, 'Kuenzelsau', ''),
(32247, 83, 622, 'Kulsheim', ''),
(32248, 83, 622, 'Kupferzell', ''),
(32249, 83, 622, 'Kuppenheim', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(32250, 83, 622, 'Kurnbach', ''),
(32251, 83, 622, 'Kusterdingen', ''),
(32252, 83, 622, 'Ladenburg', ''),
(32253, 83, 622, 'Lahr', ''),
(32254, 83, 622, 'Laichingen', ''),
(32255, 83, 622, 'Langenargen', ''),
(32256, 83, 622, 'Langenau', ''),
(32257, 83, 622, 'Langenbrettach', ''),
(32258, 83, 622, 'Langenburg', ''),
(32259, 83, 622, 'Langenenslingen', ''),
(32260, 83, 622, 'Lauchheim', ''),
(32261, 83, 622, 'Lauchringen', ''),
(32262, 83, 622, 'Lauda-Konigshofen', ''),
(32263, 83, 622, 'Laudenbach', ''),
(32264, 83, 622, 'Lauf', ''),
(32265, 83, 622, 'Laufenburg', ''),
(32266, 83, 622, 'Lauffen am Neckar', ''),
(32267, 83, 622, 'Laupheim', ''),
(32268, 83, 622, 'Lauterach', ''),
(32269, 83, 622, 'Lauterbach/Schwarzwald', ''),
(32270, 83, 622, 'Lauterburg', ''),
(32271, 83, 622, 'Lauterstein', ''),
(32272, 83, 622, 'Lehrensteinsfeld', ''),
(32273, 83, 622, 'Leibertingen', ''),
(32274, 83, 622, 'Leimen', ''),
(32275, 83, 622, 'Leinfelden-Echterdingen', ''),
(32276, 83, 622, 'Leingarten', ''),
(32277, 83, 622, 'Leinzell', ''),
(32278, 83, 622, 'Lenzkirch', ''),
(32279, 83, 622, 'Leonberg', ''),
(32280, 83, 622, 'Leutenbach', ''),
(32281, 83, 622, 'Leutkirch im Allgau', ''),
(32282, 83, 622, 'Lichtenau', ''),
(32283, 83, 622, 'Liedolsheim', ''),
(32284, 83, 622, 'Limbach', ''),
(32285, 83, 622, 'Linden', ''),
(32286, 83, 622, 'Linkenheim-Hochstetten', ''),
(32287, 83, 622, 'Lobbach', ''),
(32288, 83, 622, 'Lochgau', ''),
(32289, 83, 622, 'Loerrach', ''),
(32290, 83, 622, 'Loffenau', ''),
(32291, 83, 622, 'Loffingen', ''),
(32292, 83, 622, 'Lonsee', ''),
(32293, 83, 622, 'Lorch', ''),
(32294, 83, 622, 'Lottstetten', ''),
(32295, 83, 622, 'Lowenstein', ''),
(32296, 83, 622, 'Ludwigsburg', ''),
(32297, 83, 622, 'Ludwigshafen', ''),
(32298, 83, 622, 'Luft', ''),
(32299, 83, 622, 'Luizhausen', ''),
(32300, 83, 622, 'Magstadt', ''),
(32301, 83, 622, 'Mahlberg', ''),
(32302, 83, 622, 'Mahlstetten', ''),
(32303, 83, 622, 'Maichingen', ''),
(32304, 83, 622, 'Mainhardt', ''),
(32305, 83, 622, 'Malsburg', ''),
(32306, 83, 622, 'Malsch', ''),
(32307, 83, 622, 'Malterdingen', ''),
(32308, 83, 622, 'Mannheim', ''),
(32309, 83, 622, 'Marbach am Neckar', ''),
(32310, 83, 622, 'Mariabrunn', ''),
(32311, 83, 622, 'Mariazell', ''),
(32312, 83, 622, 'Markdorf', ''),
(32313, 83, 622, 'Markgroningen', ''),
(32314, 83, 622, 'Markt', ''),
(32315, 83, 622, 'Marxzell', ''),
(32316, 83, 622, 'Maselheim', ''),
(32317, 83, 622, 'Massenbachhausen', ''),
(32318, 83, 622, 'Mauer', ''),
(32319, 83, 622, 'Maulbronn', ''),
(32320, 83, 622, 'Maulburg', ''),
(32321, 83, 622, 'Meckenbeuren', ''),
(32322, 83, 622, 'Meckesheim', ''),
(32323, 83, 622, 'Meersburg', ''),
(32324, 83, 622, 'Mehrstetten', ''),
(32325, 83, 622, 'Meissenheim', ''),
(32326, 83, 622, 'Mengen', ''),
(32327, 83, 622, 'Merdingen', ''),
(32328, 83, 622, 'Merklingen', ''),
(32329, 83, 622, 'Merzhausen', ''),
(32330, 83, 622, 'Messkirch', ''),
(32331, 83, 622, 'Messstetten', ''),
(32332, 83, 622, 'Metzingen', ''),
(32333, 83, 622, 'Michelbach an der Bilz', ''),
(32334, 83, 622, 'Michelfeld', ''),
(32335, 83, 622, 'Mittelbiberach', ''),
(32336, 83, 622, 'Mockmuhl', ''),
(32337, 83, 622, 'Mogglingen', ''),
(32338, 83, 622, 'Moglingen', ''),
(32339, 83, 622, 'Monchweiler', ''),
(32340, 83, 622, 'Monsheim', ''),
(32341, 83, 622, 'Moos', ''),
(32342, 83, 622, 'Mosbach', ''),
(32343, 83, 622, 'Mossingen', ''),
(32344, 83, 622, 'Motzingen', ''),
(32345, 83, 622, 'Mudau', ''),
(32346, 83, 622, 'Muggensturm', ''),
(32347, 83, 622, 'Muhlacker', ''),
(32348, 83, 622, 'Muhlenbach', ''),
(32349, 83, 622, 'Muhlhausen', ''),
(32350, 83, 622, 'Muhlhausen-Ehingen', ''),
(32351, 83, 622, 'Muhlheim an der Donau', ''),
(32352, 83, 622, 'Muhlingen', ''),
(32353, 83, 622, 'Mulfingen', ''),
(32354, 83, 622, 'Müllheim', ''),
(32355, 83, 622, 'Mundelsheim', ''),
(32356, 83, 622, 'Munderkingen', ''),
(32357, 83, 622, 'Mundingen', ''),
(32358, 83, 622, 'Munsingen', ''),
(32359, 83, 622, 'Murg', ''),
(32360, 83, 622, 'Murr', ''),
(32361, 83, 622, 'Murrhardt', ''),
(32362, 83, 622, 'Mutlangen', ''),
(32363, 83, 622, 'Nagold', ''),
(32364, 83, 622, 'Nassau', ''),
(32365, 83, 622, 'Nattheim', ''),
(32366, 83, 622, 'Neckarbischofsheim', ''),
(32367, 83, 622, 'Neckargemund', ''),
(32368, 83, 622, 'Neckargerach', ''),
(32369, 83, 622, 'Neckarsulm', ''),
(32370, 83, 622, 'Neckartailfingen', ''),
(32371, 83, 622, 'Neckartenzlingen', ''),
(32372, 83, 622, 'Neckarwestheim', ''),
(32373, 83, 622, 'Neckarzimmern', ''),
(32374, 83, 622, 'Neenstetten', ''),
(32375, 83, 622, 'Nehren', ''),
(32376, 83, 622, 'Neidenstein', ''),
(32377, 83, 622, 'Neidlingen', ''),
(32378, 83, 622, 'Nellingen', ''),
(32379, 83, 622, 'Neresheim', ''),
(32380, 83, 622, 'Neubulach', ''),
(32381, 83, 622, 'Neuburg', ''),
(32382, 83, 622, 'Neudenau', ''),
(32383, 83, 622, 'Neuenburg am Rhein', ''),
(32384, 83, 622, 'Neuenstadt am Kocher', ''),
(32385, 83, 622, 'Neuenstein', ''),
(32386, 83, 622, 'Neuffen', ''),
(32387, 83, 622, 'Neufra', ''),
(32388, 83, 622, 'Neufrach', ''),
(32389, 83, 622, 'Neuhausen', ''),
(32390, 83, 622, 'Neuhausen auf den Fildern', ''),
(32391, 83, 622, 'Neuhausen ob Eck', ''),
(32392, 83, 622, 'Neuhengstett', ''),
(32393, 83, 622, 'Neuler', ''),
(32394, 83, 622, 'Neulussheim', ''),
(32395, 83, 622, 'Neuweiler', ''),
(32396, 83, 622, 'Niedereschach', ''),
(32397, 83, 622, 'Niedernhall', ''),
(32398, 83, 622, 'Niederstetten', ''),
(32399, 83, 622, 'Niederstotzingen', ''),
(32400, 83, 622, 'Niefern-Oschelbronn', ''),
(32401, 83, 622, 'Nordheim', ''),
(32402, 83, 622, 'Nordrach', ''),
(32403, 83, 622, 'Nottingen', ''),
(32404, 83, 622, 'Notzingen', ''),
(32405, 83, 622, 'Nufringen', ''),
(32406, 83, 622, 'Nurtingen', ''),
(32407, 83, 622, 'Nussloch', ''),
(32408, 83, 622, 'Oberboihingen', ''),
(32409, 83, 622, 'Oberderdingen', ''),
(32410, 83, 622, 'Oberdischingen', ''),
(32411, 83, 622, 'Obereisesheim', ''),
(32412, 83, 622, 'Oberharmersbach', ''),
(32413, 83, 622, 'Oberhausen-Rheinhausen', ''),
(32414, 83, 622, 'Oberkirch', ''),
(32415, 83, 622, 'Oberkochen', ''),
(32416, 83, 622, 'Oberlenningen', ''),
(32417, 83, 622, 'Oberndorf', ''),
(32418, 83, 622, 'Obernheim', ''),
(32419, 83, 622, 'Oberreichenbach', ''),
(32420, 83, 622, 'Oberried', ''),
(32421, 83, 622, 'Oberriexingen', ''),
(32422, 83, 622, 'Oberrot', ''),
(32423, 83, 622, 'Obersontheim', ''),
(32424, 83, 622, 'Oberstenfeld', ''),
(32425, 83, 622, 'Oberstetten', ''),
(32426, 83, 622, 'Obersulm', ''),
(32427, 83, 622, 'Oberteuringen', ''),
(32428, 83, 622, 'Oberwolfach', ''),
(32429, 83, 622, 'Obrigheim', ''),
(32430, 83, 622, 'Ochsenhausen', ''),
(32431, 83, 622, 'Oedheim', ''),
(32432, 83, 622, 'Offenau', ''),
(32433, 83, 622, 'Offenburg', ''),
(32434, 83, 622, 'Ofterdingen', ''),
(32435, 83, 622, 'Oftersheim', ''),
(32436, 83, 622, 'Oggelshausen', ''),
(32437, 83, 622, 'Ohlsbach', ''),
(32438, 83, 622, 'Ohmden', ''),
(32439, 83, 622, 'Ohningen', ''),
(32440, 83, 622, 'Ohringen', ''),
(32441, 83, 622, 'Olbronn-Durrn', ''),
(32442, 83, 622, 'Opfingen', ''),
(32443, 83, 622, 'Oppenau', ''),
(32444, 83, 622, 'Oppenweiler', ''),
(32445, 83, 622, 'Orsingen-Nenzingen', ''),
(32446, 83, 622, 'Ortenberg', ''),
(32447, 83, 622, 'Osch', ''),
(32448, 83, 622, 'Osterburken', ''),
(32449, 83, 622, 'Ostfildern', ''),
(32450, 83, 622, 'Ostrach', ''),
(32451, 83, 622, 'Ostringen', ''),
(32452, 83, 622, 'Otisheim', ''),
(32453, 83, 622, 'Ottenbach', ''),
(32454, 83, 622, 'Ottenbronn', ''),
(32455, 83, 622, 'Ottenhausen', ''),
(32456, 83, 622, 'Ottenheim', ''),
(32457, 83, 622, 'Ottenhofen', ''),
(32458, 83, 622, 'Ottenhofen im Schwarzwald', ''),
(32459, 83, 622, 'Otterbach', ''),
(32460, 83, 622, 'Ottersweier', ''),
(32461, 83, 622, 'Owen', ''),
(32462, 83, 622, 'Owingen', ''),
(32463, 83, 622, 'Pfaffenhofen', ''),
(32464, 83, 622, 'Pfaffenweiler', ''),
(32465, 83, 622, 'Pfalzgrafenweiler', ''),
(32466, 83, 622, 'Pfedelbach', ''),
(32467, 83, 622, 'Pfinztal', ''),
(32468, 83, 622, 'Pforzheim', ''),
(32469, 83, 622, 'Pfronstetten', ''),
(32470, 83, 622, 'Pfullendorf', ''),
(32471, 83, 622, 'Pfullingen', ''),
(32472, 83, 622, 'Philippsburg', ''),
(32473, 83, 622, 'Plankstadt', ''),
(32474, 83, 622, 'Pleidelsheim', ''),
(32475, 83, 622, 'Pliensbach', ''),
(32476, 83, 622, 'Pliezhausen', ''),
(32477, 83, 622, 'Plochingen', ''),
(32478, 83, 622, 'Pluderhausen', ''),
(32479, 83, 622, 'Radolfzell', ''),
(32480, 83, 622, 'Rainau', ''),
(32481, 83, 622, 'Rammingen', ''),
(32482, 83, 622, 'Rangendingen', ''),
(32483, 83, 622, 'Rastatt', ''),
(32484, 83, 622, 'Rauenberg', ''),
(32485, 83, 622, 'Ravensburg', ''),
(32486, 83, 622, 'Rechberghausen', ''),
(32487, 83, 622, 'Reichartshausen', ''),
(32488, 83, 622, 'Reichenbach', ''),
(32489, 83, 622, 'Reichenbach an der Fils', ''),
(32490, 83, 622, 'Reichenberg', ''),
(32491, 83, 622, 'Reilingen', ''),
(32492, 83, 622, 'Remseck', ''),
(32493, 83, 622, 'Remshalden', ''),
(32494, 83, 622, 'Renchen', ''),
(32495, 83, 622, 'Renningen', ''),
(32496, 83, 622, 'Reute', ''),
(32497, 83, 622, 'Reutlingen', ''),
(32498, 83, 622, 'Rheinau', ''),
(32499, 83, 622, 'Rheinfelden', ''),
(32500, 83, 622, 'Rheinmuenster', ''),
(32501, 83, 622, 'Rheinstetten', ''),
(32502, 83, 622, 'Riedbach', ''),
(32503, 83, 622, 'Rieden', ''),
(32504, 83, 622, 'Riederich', ''),
(32505, 83, 622, 'Riedlingen', ''),
(32506, 83, 622, 'Riegel', ''),
(32507, 83, 622, 'Rielasingen-Worblingen', ''),
(32508, 83, 622, 'Rietheim-Weilheim', ''),
(32509, 83, 622, 'Ringsheim', ''),
(32510, 83, 622, 'Risstissen', ''),
(32511, 83, 622, 'Rohrbach', ''),
(32512, 83, 622, 'Roigheim', ''),
(32513, 83, 622, 'Romerstein', ''),
(32514, 83, 622, 'Rommelshausen', ''),
(32515, 83, 622, 'Rosenfeld', ''),
(32516, 83, 622, 'Rot am See', ''),
(32517, 83, 622, 'Rot an der Rot', ''),
(32518, 83, 622, 'Rottenacker', ''),
(32519, 83, 622, 'Rottenburg', ''),
(32520, 83, 622, 'Rottweil', ''),
(32521, 83, 622, 'Rudersberg', ''),
(32522, 83, 622, 'Rummingen', ''),
(32523, 83, 622, 'Ruppertshofen', ''),
(32524, 83, 622, 'Rust', ''),
(32525, 83, 622, 'Rutesheim', ''),
(32526, 83, 622, 'Saint Blasien', ''),
(32527, 83, 622, 'Salach', ''),
(32528, 83, 622, 'Salmendingen', ''),
(32529, 83, 622, 'Sandhausen', ''),
(32530, 83, 622, 'Sankt Georgen im Schwarzwald', ''),
(32531, 83, 622, 'Sankt Leon-Rot', ''),
(32532, 83, 622, 'Sasbach', ''),
(32533, 83, 622, 'Sasbachwalden', ''),
(32534, 83, 622, 'Satteldorf', ''),
(32535, 83, 622, 'Sauldorf', ''),
(32536, 83, 622, 'Saulgau', ''),
(32537, 83, 622, 'Schallstadt', ''),
(32538, 83, 622, 'Schechingen', ''),
(32539, 83, 622, 'Scheer', ''),
(32540, 83, 622, 'Schelklingen', ''),
(32541, 83, 622, 'Schellbronn', ''),
(32542, 83, 622, 'Schemmerberg', ''),
(32543, 83, 622, 'Schemmerhofen', ''),
(32544, 83, 622, 'Schenkenzell', ''),
(32545, 83, 622, 'Schillingshof', ''),
(32546, 83, 622, 'Schiltach', ''),
(32547, 83, 622, 'Schlaitdorf', ''),
(32548, 83, 622, 'Schlat', ''),
(32549, 83, 622, 'Schliengen', ''),
(32550, 83, 622, 'Schlier', ''),
(32551, 83, 622, 'Schlierbach', ''),
(32552, 83, 622, 'Schloss', ''),
(32553, 83, 622, 'Schlossberg', ''),
(32554, 83, 622, 'Schluchsee', ''),
(32555, 83, 622, 'Schnaitheim', ''),
(32556, 83, 622, 'Schomberg', ''),
(32557, 83, 622, 'Schonach im Schwarzwald', ''),
(32558, 83, 622, 'Schonaich', ''),
(32559, 83, 622, 'Schonau im Schwarzwald', ''),
(32560, 83, 622, 'Schontal', ''),
(32561, 83, 622, 'Schonwald im Schwarzwald', ''),
(32562, 83, 622, 'Schopfheim', ''),
(32563, 83, 622, 'Schopfloch', ''),
(32564, 83, 622, 'Schorndorf', ''),
(32565, 83, 622, 'Schorzingen', ''),
(32566, 83, 622, 'Schramberg', ''),
(32567, 83, 622, 'Schriesheim', ''),
(32568, 83, 622, 'Schrozberg', ''),
(32569, 83, 622, 'Schuttertal', ''),
(32570, 83, 622, 'Schutterwald', ''),
(32571, 83, 622, 'Schwabhausen', ''),
(32572, 83, 622, 'Schwäbisch Gmünd', ''),
(32573, 83, 622, 'Schwäbisch Hall', ''),
(32574, 83, 622, 'Schwaigern', ''),
(32575, 83, 622, 'Schwaikheim', ''),
(32576, 83, 622, 'Schwanau', ''),
(32577, 83, 622, 'Schwarzach', ''),
(32578, 83, 622, 'Schweigern', ''),
(32579, 83, 622, 'Schweighausen', ''),
(32580, 83, 622, 'Schweizerhof', ''),
(32581, 83, 622, 'Schwendi', ''),
(32582, 83, 622, 'Schwenningen', ''),
(32583, 83, 622, 'Schwetzingen', ''),
(32584, 83, 622, 'Schwieberdingen', ''),
(32585, 83, 622, 'Schworstadt', ''),
(32586, 83, 622, 'Seckach', ''),
(32587, 83, 622, 'Seebach', ''),
(32588, 83, 622, 'Seehaus', ''),
(32589, 83, 622, 'Seelbach', ''),
(32590, 83, 622, 'Seewald', ''),
(32591, 83, 622, 'Seitingen-Oberflacht', ''),
(32592, 83, 622, 'Selgetsweiler', ''),
(32593, 83, 622, 'Sersheim', ''),
(32594, 83, 622, 'Sexau', ''),
(32595, 83, 622, 'Siegelsbach', ''),
(32596, 83, 622, 'Sigmaringen', ''),
(32597, 83, 622, 'Sigmaringendorf', ''),
(32598, 83, 622, 'Simmozheim', ''),
(32599, 83, 622, 'Simonswald', ''),
(32600, 83, 622, 'Sindelfingen', ''),
(32601, 83, 622, 'Singen', ''),
(32602, 83, 622, 'Sinsheim', ''),
(32603, 83, 622, 'Sinzheim', ''),
(32604, 83, 622, 'Sipplingen', ''),
(32605, 83, 622, 'Solden', ''),
(32606, 83, 622, 'Sonnenbuhl', ''),
(32607, 83, 622, 'Sontheim an der Brenz', ''),
(32608, 83, 622, 'Spaichingen', ''),
(32609, 83, 622, 'Spechbach', ''),
(32610, 83, 622, 'Spessart', ''),
(32611, 83, 622, 'Spiegelberg', ''),
(32612, 83, 622, 'Spraitbach', ''),
(32613, 83, 622, 'Staig', ''),
(32614, 83, 622, 'Starzach', ''),
(32615, 83, 622, 'Staufen im Breisgau', ''),
(32616, 83, 622, 'Stegen', ''),
(32617, 83, 622, 'Steinach', ''),
(32618, 83, 622, 'Steinen', ''),
(32619, 83, 622, 'Steinenbronn', ''),
(32620, 83, 622, 'Steinhausen', ''),
(32621, 83, 622, 'Steinheim am Albuch', ''),
(32622, 83, 622, 'Steinheim am der Murr', ''),
(32623, 83, 622, 'Steinhilben', ''),
(32624, 83, 622, 'Steinmauern', ''),
(32625, 83, 622, 'Sternenfels', ''),
(32626, 83, 622, 'Stetten', ''),
(32627, 83, 622, 'Stetten am Kalten Markt', ''),
(32628, 83, 622, 'Stimpfach', ''),
(32629, 83, 622, 'Stockach', ''),
(32630, 83, 622, 'Storzingen', ''),
(32631, 83, 622, 'Strassberg', ''),
(32632, 83, 622, 'Straubenhardt', ''),
(32633, 83, 622, 'Streich', ''),
(32634, 83, 622, 'Stuben', ''),
(32635, 83, 622, 'Stuhlingen', ''),
(32636, 83, 622, 'Stutensee', ''),
(32637, 83, 622, 'Stuttgart', ''),
(32638, 83, 622, 'Sulz am Neckar', ''),
(32639, 83, 622, 'Sulzbach', ''),
(32640, 83, 622, 'Sulzbach an der Murr', ''),
(32641, 83, 622, 'Sulzburg', ''),
(32642, 83, 622, 'Sulzfeld', ''),
(32643, 83, 622, 'Sussen', ''),
(32644, 83, 622, 'Taferrot', ''),
(32645, 83, 622, 'Talheim', ''),
(32646, 83, 622, 'Tamm', ''),
(32647, 83, 622, 'Tannheim', ''),
(32648, 83, 622, 'Tauberbischofsheim', ''),
(32649, 83, 622, 'Tengen', ''),
(32650, 83, 622, 'Teningen', ''),
(32651, 83, 622, 'Tettnang Castle', ''),
(32652, 83, 622, 'Tiengen', ''),
(32653, 83, 622, 'Titisee-Neustadt', ''),
(32654, 83, 622, 'Todtmoos', ''),
(32655, 83, 622, 'Todtnau', ''),
(32656, 83, 622, 'Tomerdingen', ''),
(32657, 83, 622, 'Tonbach', ''),
(32658, 83, 622, 'Triberg im Schwarzwald', ''),
(32659, 83, 622, 'Trochtelfingen', ''),
(32660, 83, 622, 'Trossingen', ''),
(32661, 83, 622, 'Tübingen', ''),
(32662, 83, 622, 'Tuningen', ''),
(32663, 83, 622, 'Tuttlingen', ''),
(32664, 83, 622, 'Uberlingen', ''),
(32665, 83, 622, 'Ubstadt-Weiher', ''),
(32666, 83, 622, 'Uhingen', ''),
(32667, 83, 622, 'Uhldingen-Muhlhofen', ''),
(32668, 83, 622, 'Uhlingen-Birkendorf', ''),
(32669, 83, 622, 'Uissigheim', ''),
(32670, 83, 622, 'Ulm', ''),
(32671, 83, 622, 'Umkirch', ''),
(32672, 83, 622, 'Ummendorf', ''),
(32673, 83, 622, 'Unlingen', ''),
(32674, 83, 622, 'Unterbaldingen', ''),
(32675, 83, 622, 'Untereisesheim', ''),
(32676, 83, 622, 'Unterensingen', ''),
(32677, 83, 622, 'Untergruppenbach', ''),
(32678, 83, 622, 'Unterkirnach', ''),
(32679, 83, 622, 'Untermarchtal', ''),
(32680, 83, 622, 'Untermunkheim', ''),
(32681, 83, 622, 'Unterreichenbach', ''),
(32682, 83, 622, 'Unterschneidheim', ''),
(32683, 83, 622, 'Urbach', ''),
(32684, 83, 622, 'Uttenweiler', ''),
(32685, 83, 622, 'Utzenfeld', ''),
(32686, 83, 622, 'Vaihingen an der Enz', ''),
(32687, 83, 622, 'Vellberg', ''),
(32688, 83, 622, 'Veringenstadt', ''),
(32689, 83, 622, 'Villingen-Schwenningen', ''),
(32690, 83, 622, 'Villingendorf', ''),
(32691, 83, 622, 'Vogt', ''),
(32692, 83, 622, 'Vogtsburg', ''),
(32693, 83, 622, 'Vohrenbach', ''),
(32694, 83, 622, 'Vohringen', ''),
(32695, 83, 622, 'Volkertshausen', ''),
(32696, 83, 622, 'Vorbach', ''),
(32697, 83, 622, 'Vorstetten', ''),
(32698, 83, 622, 'Wachendorf', ''),
(32699, 83, 622, 'Wagenschwend', ''),
(32700, 83, 622, 'Waghausel', ''),
(32701, 83, 622, 'Waiblingen', ''),
(32702, 83, 622, 'Waibstadt', ''),
(32703, 83, 622, 'Wain', ''),
(32704, 83, 622, 'Wald', ''),
(32705, 83, 622, 'Waldachtal', ''),
(32706, 83, 622, 'Waldburg', ''),
(32707, 83, 622, 'Waldenbuch', ''),
(32708, 83, 622, 'Waldkirch', ''),
(32709, 83, 622, 'Waldshut', ''),
(32710, 83, 622, 'Waldshut-Tiengen', ''),
(32711, 83, 622, 'Waldstetten', ''),
(32712, 83, 622, 'Walheim', ''),
(32713, 83, 622, 'Walldorf', ''),
(32714, 83, 622, 'Walldurn', ''),
(32715, 83, 622, 'Wallhausen', ''),
(32716, 83, 622, 'Walpertshofen', ''),
(32717, 83, 622, 'Walzbachtal', ''),
(32718, 83, 622, 'Wangen', ''),
(32719, 83, 622, 'Wangen im Allgau', ''),
(32720, 83, 622, 'Wannweil', ''),
(32721, 83, 622, 'Warthausen', ''),
(32722, 83, 622, 'Waschenbeuren', ''),
(32723, 83, 622, 'Wasser', ''),
(32724, 83, 622, 'Wehr', ''),
(32725, 83, 622, 'Weidach', ''),
(32726, 83, 622, 'Weidenhof', ''),
(32727, 83, 622, 'Weikersheim', ''),
(32728, 83, 622, 'Weil am Rhein', ''),
(32729, 83, 622, 'Weil der Stadt', ''),
(32730, 83, 622, 'Weil im Schonbuch', ''),
(32731, 83, 622, 'Weilen unter den Rinnen', ''),
(32732, 83, 622, 'Weilheim', ''),
(32733, 83, 622, 'Weilheim an der Teck', ''),
(32734, 83, 622, 'Weingarten', ''),
(32735, 83, 622, 'Weinheim', ''),
(32736, 83, 622, 'Weinsberg', ''),
(32737, 83, 622, 'Weisenbach', ''),
(32738, 83, 622, 'Weissach', ''),
(32739, 83, 622, 'Weisweil', ''),
(32740, 83, 622, 'Wellendingen', ''),
(32741, 83, 622, 'Welzheim', ''),
(32742, 83, 622, 'Wendlingen am Neckar', ''),
(32743, 83, 622, 'Werbach', ''),
(32744, 83, 622, 'Wernau', ''),
(32745, 83, 622, 'Wertheim am Main', ''),
(32746, 83, 622, 'Westerheim', ''),
(32747, 83, 622, 'Westerstetten', ''),
(32748, 83, 622, 'Westhausen', ''),
(32749, 83, 622, 'Westheim', ''),
(32750, 83, 622, 'Wettenberg', ''),
(32751, 83, 622, 'Wiernsheim', ''),
(32752, 83, 622, 'Wiesenbach', ''),
(32753, 83, 622, 'Wiesensteig', ''),
(32754, 83, 622, 'Wiesloch', ''),
(32755, 83, 622, 'Wildberg', ''),
(32756, 83, 622, 'Wilferdingen', ''),
(32757, 83, 622, 'Wilhelmsdorf', ''),
(32758, 83, 622, 'Wilhelmsfeld', ''),
(32759, 83, 622, 'Willstatt', ''),
(32760, 83, 622, 'Wimsheim', ''),
(32761, 83, 622, 'Winden', ''),
(32762, 83, 622, 'Winnenden', ''),
(32763, 83, 622, 'Winterbach', ''),
(32764, 83, 622, 'Winterlingen', ''),
(32765, 83, 622, 'Winzeln', ''),
(32766, 83, 622, 'Wittenberg', ''),
(32767, 83, 622, 'Wittnau', ''),
(32768, 83, 622, 'Wolfach', ''),
(32769, 83, 622, 'Wolfegg', ''),
(32770, 83, 622, 'Wolfschlugen', ''),
(32771, 83, 622, 'Wollenberg', ''),
(32772, 83, 622, 'Wolpertshausen', ''),
(32773, 83, 622, 'Wolpertswende', ''),
(32774, 83, 622, 'Wolterdingen', ''),
(32775, 83, 622, 'Woschbach', ''),
(32776, 83, 622, 'Wurmberg', ''),
(32777, 83, 622, 'Wurmlingen', ''),
(32778, 83, 622, 'Wustenrot', ''),
(32779, 83, 622, 'Wutoschingen', ''),
(32780, 83, 622, 'Wyhl', ''),
(32781, 83, 622, 'Zaberfeld', ''),
(32782, 83, 622, 'Zainingen', ''),
(32783, 83, 622, 'Zell', ''),
(32784, 83, 622, 'Zell am Harmersbach', ''),
(32785, 83, 622, 'Zell im Wiesental', ''),
(32786, 83, 622, 'Zell unter Aichelberg', ''),
(32787, 83, 622, 'Zimmern', ''),
(32788, 83, 622, 'Zimmern ob Rottweil', ''),
(32789, 83, 622, 'Zipplingen', ''),
(32790, 83, 622, 'Zuttlingen', ''),
(32791, 83, 622, 'Zuzenhausen', ''),
(32792, 83, 622, 'Zweiflingen', ''),
(32793, 83, 622, 'Zwiefalten', ''),
(32794, 83, 622, 'Zwingenberg', ''),
(32795, 83, 623, 'Abenberg', ''),
(32796, 83, 623, 'Abens', ''),
(32797, 83, 623, 'Abensberg', ''),
(32798, 83, 623, 'Abersfeld', ''),
(32799, 83, 623, 'Abtswind', ''),
(32800, 83, 623, 'Achberg', ''),
(32801, 83, 623, 'Adelschlag', ''),
(32802, 83, 623, 'Adelsdorf', ''),
(32803, 83, 623, 'Adelshofen', ''),
(32804, 83, 623, 'Adelsried', ''),
(32805, 83, 623, 'Adelzhausen', ''),
(32806, 83, 623, 'Adlkofen', ''),
(32807, 83, 623, 'Affing', ''),
(32808, 83, 623, 'Aholfing', ''),
(32809, 83, 623, 'Aholming', ''),
(32810, 83, 623, 'Ahorn', ''),
(32811, 83, 623, 'Ahorntal', ''),
(32812, 83, 623, 'Aich', ''),
(32813, 83, 623, 'Aicha vorm Wald', ''),
(32814, 83, 623, 'Aichach', ''),
(32815, 83, 623, 'Aidenbach', ''),
(32816, 83, 623, 'Aindling', ''),
(32817, 83, 623, 'Ainring', ''),
(32818, 83, 623, 'Aitrang', ''),
(32819, 83, 623, 'Albaching', ''),
(32820, 83, 623, 'Albeck', ''),
(32821, 83, 623, 'Aldersbach', ''),
(32822, 83, 623, 'Aletshausen', ''),
(32823, 83, 623, 'Alkofen', ''),
(32824, 83, 623, 'Allersberg', ''),
(32825, 83, 623, 'Allersdorf', ''),
(32826, 83, 623, 'Allershausen', ''),
(32827, 83, 623, 'Alling', ''),
(32828, 83, 623, 'Allmannshofen', ''),
(32829, 83, 623, 'Altdorf', ''),
(32830, 83, 623, 'Alteglofsheim', ''),
(32831, 83, 623, 'Altendorf', ''),
(32832, 83, 623, 'Altenkunstadt', ''),
(32833, 83, 623, 'Altenmarkt', ''),
(32834, 83, 623, 'Altenmarkt an der Alz', ''),
(32835, 83, 623, 'Altenmunster', ''),
(32836, 83, 623, 'Altenstadt', ''),
(32837, 83, 623, 'Altenthann', ''),
(32838, 83, 623, 'Alterhofen', ''),
(32839, 83, 623, 'Altfalter', ''),
(32840, 83, 623, 'Altfraunhofen', ''),
(32841, 83, 623, 'Althegnenberg', ''),
(32842, 83, 623, 'Altheim', ''),
(32843, 83, 623, 'Altmannstein', ''),
(32844, 83, 623, 'Altoetting', ''),
(32845, 83, 623, 'Altomunster', ''),
(32846, 83, 623, 'Altusried', ''),
(32847, 83, 623, 'Alzenau in Unterfranken', ''),
(32848, 83, 623, 'Am See', ''),
(32849, 83, 623, 'Amberg', ''),
(32850, 83, 623, 'Amerang', ''),
(32851, 83, 623, 'Amlingstadt', ''),
(32852, 83, 623, 'Ammerndorf', ''),
(32853, 83, 623, 'Ammerthal', ''),
(32854, 83, 623, 'Amorbach', ''),
(32855, 83, 623, 'Ampfing', ''),
(32856, 83, 623, 'Andechs', ''),
(32857, 83, 623, 'Anger', ''),
(32858, 83, 623, 'Ansbach', ''),
(32859, 83, 623, 'Antdorf', ''),
(32860, 83, 623, 'Anzing', ''),
(32861, 83, 623, 'Apfeltrach', ''),
(32862, 83, 623, 'Arberg', ''),
(32863, 83, 623, 'Arnbach', ''),
(32864, 83, 623, 'Arnschwang', ''),
(32865, 83, 623, 'Arnstein', ''),
(32866, 83, 623, 'Arnstorf', ''),
(32867, 83, 623, 'Arrach', ''),
(32868, 83, 623, 'Arzberg', ''),
(32869, 83, 623, 'Asbach-Baumenheim', ''),
(32870, 83, 623, 'Ascha', ''),
(32871, 83, 623, 'Aschaffenburg', ''),
(32872, 83, 623, 'Aschau', ''),
(32873, 83, 623, 'Aschheim', ''),
(32874, 83, 623, 'Assling', ''),
(32875, 83, 623, 'Ast', ''),
(32876, 83, 623, 'Attenhofen', ''),
(32877, 83, 623, 'Attenkirchen', ''),
(32878, 83, 623, 'Atting', ''),
(32879, 83, 623, 'Au in der Hallertau', ''),
(32880, 83, 623, 'Aub', ''),
(32881, 83, 623, 'Aubing', ''),
(32882, 83, 623, 'Auerbach', ''),
(32883, 83, 623, 'Augsburg', ''),
(32884, 83, 623, 'Aura an der Saale', ''),
(32885, 83, 623, 'Aura im Sinngrund', ''),
(32886, 83, 623, 'Aurachtal', ''),
(32887, 83, 623, 'Aussernzell', ''),
(32888, 83, 623, 'Aying', ''),
(32889, 83, 623, 'Aystetten', ''),
(32890, 83, 623, 'Baar-Ebenhausen', ''),
(32891, 83, 623, 'Babenhausen', ''),
(32892, 83, 623, 'Bach', ''),
(32893, 83, 623, 'Bachhagel', ''),
(32894, 83, 623, 'Bachingen an der Brenz', ''),
(32895, 83, 623, 'Bad Abbach', ''),
(32896, 83, 623, 'Bad Aibling', ''),
(32897, 83, 623, 'Bad Alexandersbad', ''),
(32898, 83, 623, 'Bad Berneck im Fichtelgebirge', ''),
(32899, 83, 623, 'Bad Bocklet', ''),
(32900, 83, 623, 'Bad Bruckenau', ''),
(32901, 83, 623, 'Bad Endorf', ''),
(32902, 83, 623, 'Bad Feilnbach', ''),
(32903, 83, 623, 'Bad Fussing', ''),
(32904, 83, 623, 'Bad Heilbrunn', ''),
(32905, 83, 623, 'Bad Hindelang', ''),
(32906, 83, 623, 'Bad Kissingen', ''),
(32907, 83, 623, 'Bad Kohlgrub', ''),
(32908, 83, 623, 'Bad Konigshofen im Grabfeld', ''),
(32909, 83, 623, 'Bad Neustadt an der Saale', ''),
(32910, 83, 623, 'Bad Oberdorf', ''),
(32911, 83, 623, 'Bad Reichenhall', ''),
(32912, 83, 623, 'Bad Schachen', ''),
(32913, 83, 623, 'Bad Staffelstein', ''),
(32914, 83, 623, 'Bad Steben', ''),
(32915, 83, 623, 'Bad Toelz', ''),
(32916, 83, 623, 'Bad Wiessee', ''),
(32917, 83, 623, 'Bad Windsheim', ''),
(32918, 83, 623, 'Bad Worishofen', ''),
(32919, 83, 623, 'Baierbrunn', ''),
(32920, 83, 623, 'Baiersdorf', ''),
(32921, 83, 623, 'Baisweil', ''),
(32922, 83, 623, 'Baldham', ''),
(32923, 83, 623, 'Baldingen', ''),
(32924, 83, 623, 'Bamberg', ''),
(32925, 83, 623, 'Bammersdorf', ''),
(32926, 83, 623, 'Barbing', ''),
(32927, 83, 623, 'Barnau', ''),
(32928, 83, 623, 'Bastheim', ''),
(32929, 83, 623, 'Batzenhofen', ''),
(32930, 83, 623, 'Baudenbach', ''),
(32931, 83, 623, 'Baunach', ''),
(32932, 83, 623, 'Bayerbach', ''),
(32933, 83, 623, 'Bayerisch Eisenstein', ''),
(32934, 83, 623, 'Bayerisch Gmain', ''),
(32935, 83, 623, 'Bayern', ''),
(32936, 83, 623, 'Bayreuth', ''),
(32937, 83, 623, 'Bayrischzell', ''),
(32938, 83, 623, 'Bechhofen', ''),
(32939, 83, 623, 'Beilngries', ''),
(32940, 83, 623, 'Bellenberg', ''),
(32941, 83, 623, 'Benediktbeuern', ''),
(32942, 83, 623, 'Benningen', ''),
(32943, 83, 623, 'Beratzhausen', ''),
(32944, 83, 623, 'Berching', ''),
(32945, 83, 623, 'Berchtesgaden', ''),
(32946, 83, 623, 'Berg', ''),
(32947, 83, 623, 'Berg im Gau', ''),
(32948, 83, 623, 'Bergbau', ''),
(32949, 83, 623, 'Bergen', ''),
(32950, 83, 623, 'Bergheim', ''),
(32951, 83, 623, 'Bergkirchen', ''),
(32952, 83, 623, 'Berglern', ''),
(32953, 83, 623, 'Bergrheinfeld', ''),
(32954, 83, 623, 'Bergrothenfels', ''),
(32955, 83, 623, 'Bergtheim', ''),
(32956, 83, 623, 'Bernau am Chiemsee', ''),
(32957, 83, 623, 'Bernbeuren', ''),
(32958, 83, 623, 'Berngau', ''),
(32959, 83, 623, 'Bernhardswald', ''),
(32960, 83, 623, 'Bernried', ''),
(32961, 83, 623, 'Betzenstein', ''),
(32962, 83, 623, 'Betzigau', ''),
(32963, 83, 623, 'Beutelsbach', ''),
(32964, 83, 623, 'Beyharting', ''),
(32965, 83, 623, 'Biberbach', ''),
(32966, 83, 623, 'Bibertal', ''),
(32967, 83, 623, 'Biebelried', ''),
(32968, 83, 623, 'Biessenhofen', ''),
(32969, 83, 623, 'Billingshausen', ''),
(32970, 83, 623, 'Bindlach', ''),
(32971, 83, 623, 'Birkenfeld', ''),
(32972, 83, 623, 'Birnbach', ''),
(32973, 83, 623, 'Bischbrunn', ''),
(32974, 83, 623, 'Bischofsgrun', ''),
(32975, 83, 623, 'Bischofsheim', ''),
(32976, 83, 623, 'Bischofsmais', ''),
(32977, 83, 623, 'Bischofswiesen', ''),
(32978, 83, 623, 'Bissingen', ''),
(32979, 83, 623, 'Blaibach', ''),
(32980, 83, 623, 'Blaichach', ''),
(32981, 83, 623, 'Blankenbach', ''),
(32982, 83, 623, 'Blindheim', ''),
(32983, 83, 623, 'Bobingen', ''),
(32984, 83, 623, 'Bobrach', ''),
(32985, 83, 623, 'Bockhorn', ''),
(32986, 83, 623, 'Bodenkirchen', ''),
(32987, 83, 623, 'Bodenmais', ''),
(32988, 83, 623, 'Bodenwohr', ''),
(32989, 83, 623, 'Bodolz', ''),
(32990, 83, 623, 'Bogen', ''),
(32991, 83, 623, 'Bohen', ''),
(32992, 83, 623, 'Bonstetten', ''),
(32993, 83, 623, 'Boos', ''),
(32994, 83, 623, 'Brachstadt', ''),
(32995, 83, 623, 'Brandl', ''),
(32996, 83, 623, 'Brannenburg', ''),
(32997, 83, 623, 'Breitbrunn am Chiemsee', ''),
(32998, 83, 623, 'Breitenberg', ''),
(32999, 83, 623, 'Breitenbrunn', ''),
(33000, 83, 623, 'Bremenried', ''),
(33001, 83, 623, 'Brennberg', ''),
(33002, 83, 623, 'Bruck in der Oberpfalz', ''),
(33003, 83, 623, 'Bruckberg', ''),
(33004, 83, 623, 'Bruckmuhl', ''),
(33005, 83, 623, 'Brunnthal', ''),
(33006, 83, 623, 'Bubenreuth', ''),
(33007, 83, 623, 'Bubesheim', ''),
(33008, 83, 623, 'Buch', ''),
(33009, 83, 623, 'Buch am Buchrain', ''),
(33010, 83, 623, 'Buchbrunn', ''),
(33011, 83, 623, 'Buchdorf', ''),
(33012, 83, 623, 'Buchenbach', ''),
(33013, 83, 623, 'Buchenberg', ''),
(33014, 83, 623, 'Buchendorf', ''),
(33015, 83, 623, 'Buchlberg', ''),
(33016, 83, 623, 'Buchloe', ''),
(33017, 83, 623, 'Buchrain', ''),
(33018, 83, 623, 'Buckenhof', ''),
(33019, 83, 623, 'Burgau', ''),
(33020, 83, 623, 'Burgberg', ''),
(33021, 83, 623, 'Burgbernheim', ''),
(33022, 83, 623, 'Burgebrach', ''),
(33023, 83, 623, 'Burggrumbach', ''),
(33024, 83, 623, 'Burghaslach', ''),
(33025, 83, 623, 'Burghausen', ''),
(33026, 83, 623, 'Burgheim', ''),
(33027, 83, 623, 'Burgkirchen an der Alz', ''),
(33028, 83, 623, 'Burgkunstadt', ''),
(33029, 83, 623, 'Burglauer', ''),
(33030, 83, 623, 'Burglengenfeld', ''),
(33031, 83, 623, 'Burgoberbach', ''),
(33032, 83, 623, 'Burgsinn', ''),
(33033, 83, 623, 'Burgstadt', ''),
(33034, 83, 623, 'Burgthann', ''),
(33035, 83, 623, 'Burgwallbach', ''),
(33036, 83, 623, 'Burgwindheim', ''),
(33037, 83, 623, 'Burkardroth', ''),
(33038, 83, 623, 'Burtenbach', ''),
(33039, 83, 623, 'Buttenheim', ''),
(33040, 83, 623, 'Buttenwiesen', ''),
(33041, 83, 623, 'Butthard', ''),
(33042, 83, 623, 'Buxheim', ''),
(33043, 83, 623, 'Cadolzburg', ''),
(33044, 83, 623, 'Castell', ''),
(33045, 83, 623, 'Cham', ''),
(33046, 83, 623, 'Chamerau', ''),
(33047, 83, 623, 'Chieming', ''),
(33048, 83, 623, 'Chiemsee', ''),
(33049, 83, 623, 'Clarsbach', ''),
(33050, 83, 623, 'Coburg', ''),
(33051, 83, 623, 'Colmberg', ''),
(33052, 83, 623, 'Creussen', ''),
(33053, 83, 623, 'Dachau', ''),
(33054, 83, 623, 'Dachsbach', ''),
(33055, 83, 623, 'Dammbach', ''),
(33056, 83, 623, 'Dankenfeld', ''),
(33057, 83, 623, 'Dasing', ''),
(33058, 83, 623, 'Deggendorf', ''),
(33059, 83, 623, 'Deimhausen', ''),
(33060, 83, 623, 'Deining', ''),
(33061, 83, 623, 'Deiningen', ''),
(33062, 83, 623, 'Deisenhausen', ''),
(33063, 83, 623, 'Deisenhofen', ''),
(33064, 83, 623, 'Demling', ''),
(33065, 83, 623, 'Denkendorf', ''),
(33066, 83, 623, 'Denklingen', ''),
(33067, 83, 623, 'Dettelbach', ''),
(33068, 83, 623, 'Dettenheim', ''),
(33069, 83, 623, 'Deuerling', ''),
(33070, 83, 623, 'Diana', ''),
(33071, 83, 623, 'Diedorf', ''),
(33072, 83, 623, 'Diepersdorf', ''),
(33073, 83, 623, 'Diespeck', ''),
(33074, 83, 623, 'Diessen am Ammersee', ''),
(33075, 83, 623, 'Dietenhofen', ''),
(33076, 83, 623, 'Dietersburg', ''),
(33077, 83, 623, 'Dietersheim', ''),
(33078, 83, 623, 'Dietfurt', ''),
(33079, 83, 623, 'Dietmannsried', ''),
(33080, 83, 623, 'Dietramszell', ''),
(33081, 83, 623, 'Dillingen an der Donau', ''),
(33082, 83, 623, 'Dingolfing', ''),
(33083, 83, 623, 'Dingolshausen', ''),
(33084, 83, 623, 'Dinkelsbühl', ''),
(33085, 83, 623, 'Dinkelscherben', ''),
(33086, 83, 623, 'Dipbach', ''),
(33087, 83, 623, 'Dirlewang', ''),
(33088, 83, 623, 'Dittelbrunn', ''),
(33089, 83, 623, 'Dittenheim', ''),
(33090, 83, 623, 'Dohlau', ''),
(33091, 83, 623, 'Dollnstein', ''),
(33092, 83, 623, 'Dombuhl', ''),
(33093, 83, 623, 'Donaustauf', ''),
(33094, 83, 623, 'Donauwörth', ''),
(33095, 83, 623, 'Donnersdorf', ''),
(33096, 83, 623, 'Dorf', ''),
(33097, 83, 623, 'Dorfen', ''),
(33098, 83, 623, 'Dorfles', ''),
(33099, 83, 623, 'Dorfprozelten', ''),
(33100, 83, 623, 'Dormitz', ''),
(33101, 83, 623, 'Dorndorf', ''),
(33102, 83, 623, 'Dornhausen', ''),
(33103, 83, 623, 'Drachselsried', ''),
(33104, 83, 623, 'Duggendorf', ''),
(33105, 83, 623, 'Durach', ''),
(33106, 83, 623, 'Durrbrunn', ''),
(33107, 83, 623, 'Durrwangen', ''),
(33108, 83, 623, 'Ebelsbach', ''),
(33109, 83, 623, 'Ebenhausen', ''),
(33110, 83, 623, 'Ebermannsdorf', ''),
(33111, 83, 623, 'Ebermannstadt', ''),
(33112, 83, 623, 'Ebersberg', ''),
(33113, 83, 623, 'Ebersdorf', ''),
(33114, 83, 623, 'Ebnath', ''),
(33115, 83, 623, 'Ebrach', ''),
(33116, 83, 623, 'Eching', ''),
(33117, 83, 623, 'Eckenhaid', ''),
(33118, 83, 623, 'Eckersdorf', ''),
(33119, 83, 623, 'Eckersmuhlen', ''),
(33120, 83, 623, 'Edelsfeld', ''),
(33121, 83, 623, 'Edling', ''),
(33122, 83, 623, 'Effeltrich', ''),
(33123, 83, 623, 'Egenhausen', ''),
(33124, 83, 623, 'Egenhofen', ''),
(33125, 83, 623, 'Egg an der Gunz', ''),
(33126, 83, 623, 'Eggenfelden', ''),
(33127, 83, 623, 'Eggenthal', ''),
(33128, 83, 623, 'Egglham', ''),
(33129, 83, 623, 'Egglkofen', ''),
(33130, 83, 623, 'Eggolsheim', ''),
(33131, 83, 623, 'Eggstatt', ''),
(33132, 83, 623, 'Eglfing', ''),
(33133, 83, 623, 'Egling', ''),
(33134, 83, 623, 'Egloffstein', ''),
(33135, 83, 623, 'Egmating', ''),
(33136, 83, 623, 'Ehekirchen', ''),
(33137, 83, 623, 'Ehingen', ''),
(33138, 83, 623, 'Eibelstadt', ''),
(33139, 83, 623, 'Eibsee', ''),
(33140, 83, 623, 'Eichenau', ''),
(33141, 83, 623, 'Eichenbuhl', ''),
(33142, 83, 623, 'Eichendorf', ''),
(33143, 83, 623, 'Eichstaett', ''),
(33144, 83, 623, 'Einsbach', ''),
(33145, 83, 623, 'Eiselfing', ''),
(33146, 83, 623, 'Eisenberg', ''),
(33147, 83, 623, 'Eisingen', ''),
(33148, 83, 623, 'Eitensheim', ''),
(33149, 83, 623, 'Eitting', ''),
(33150, 83, 623, 'Elfershausen', ''),
(33151, 83, 623, 'Ellgau', ''),
(33152, 83, 623, 'Ellingen', ''),
(33153, 83, 623, 'Ellzee', ''),
(33154, 83, 623, 'Elsendorf', ''),
(33155, 83, 623, 'Elsenfeld', ''),
(33156, 83, 623, 'Eltmann', ''),
(33157, 83, 623, 'Emersacker', ''),
(33158, 83, 623, 'Emertsham', ''),
(33159, 83, 623, 'Emmering', ''),
(33160, 83, 623, 'Emskirchen', ''),
(33161, 83, 623, 'Emtmannsberg', ''),
(33162, 83, 623, 'Engelsberg', ''),
(33163, 83, 623, 'Enheim', ''),
(33164, 83, 623, 'Ensdorf', ''),
(33165, 83, 623, 'Epfach', ''),
(33166, 83, 623, 'Epfenhausen', ''),
(33167, 83, 623, 'Erbendorf', ''),
(33168, 83, 623, 'Erbshausen', ''),
(33169, 83, 623, 'Erding', ''),
(33170, 83, 623, 'Erdweg', ''),
(33171, 83, 623, 'Eresing', ''),
(33172, 83, 623, 'Ergersheim', ''),
(33173, 83, 623, 'Ergolding', ''),
(33174, 83, 623, 'Ergoldsbach', ''),
(33175, 83, 623, 'Erharting', ''),
(33176, 83, 623, 'Ering', ''),
(33177, 83, 623, 'Erkheim', ''),
(33178, 83, 623, 'Erlabrunn', ''),
(33179, 83, 623, 'Erlangen', ''),
(33180, 83, 623, 'Erlenbach am Main', ''),
(33181, 83, 623, 'Ernsgaden', ''),
(33182, 83, 623, 'Eschau', ''),
(33183, 83, 623, 'Eschenlohe', ''),
(33184, 83, 623, 'Eschlkam', ''),
(33185, 83, 623, 'Eslarn', ''),
(33186, 83, 623, 'Esselbach', ''),
(33187, 83, 623, 'Essenbach', ''),
(33188, 83, 623, 'Essing', ''),
(33189, 83, 623, 'Estenfeld', ''),
(33190, 83, 623, 'Ettensberg', ''),
(33191, 83, 623, 'Etterzhausen', ''),
(33192, 83, 623, 'Ettringen', ''),
(33193, 83, 623, 'Etzelwang', ''),
(33194, 83, 623, 'Etzenricht', ''),
(33195, 83, 623, 'Euerbach', ''),
(33196, 83, 623, 'Euerdorf', ''),
(33197, 83, 623, 'Eurasburg', ''),
(33198, 83, 623, 'Fahrenzhausen', ''),
(33199, 83, 623, 'Falkenberg', ''),
(33200, 83, 623, 'Falkenfels', ''),
(33201, 83, 623, 'Farchant', ''),
(33202, 83, 623, 'Fatschenbrunn', ''),
(33203, 83, 623, 'Faulbach', ''),
(33204, 83, 623, 'Feichten', ''),
(33205, 83, 623, 'Feilitzsch', ''),
(33206, 83, 623, 'Feldafing', ''),
(33207, 83, 623, 'Feldkirchen', ''),
(33208, 83, 623, 'Feldkirchen-Westerham', ''),
(33209, 83, 623, 'Fellen', ''),
(33210, 83, 623, 'Fensterbach', ''),
(33211, 83, 623, 'Feucht', ''),
(33212, 83, 623, 'Feuchtwangen', ''),
(33213, 83, 623, 'Fichtelberg', ''),
(33214, 83, 623, 'Finning', ''),
(33215, 83, 623, 'Finningen', ''),
(33216, 83, 623, 'Finsing', ''),
(33217, 83, 623, 'Fischach', ''),
(33218, 83, 623, 'Fischbach', ''),
(33219, 83, 623, 'Fischbachau', ''),
(33220, 83, 623, 'Fischen', ''),
(33221, 83, 623, 'Flachslanden', ''),
(33222, 83, 623, 'Fladungen', ''),
(33223, 83, 623, 'Flintsbach', ''),
(33224, 83, 623, 'Floss', ''),
(33225, 83, 623, 'Flossenburg', ''),
(33226, 83, 623, 'Forchheim', ''),
(33227, 83, 623, 'Forheim', ''),
(33228, 83, 623, 'Forstern', ''),
(33229, 83, 623, 'Forsthaus', ''),
(33230, 83, 623, 'Forstinning', ''),
(33231, 83, 623, 'Frammersbach', ''),
(33232, 83, 623, 'Frankenwinheim', ''),
(33233, 83, 623, 'Frasdorf', ''),
(33234, 83, 623, 'Frauenau', ''),
(33235, 83, 623, 'Frauenchiemsee', ''),
(33236, 83, 623, 'Fraueneuharting', ''),
(33237, 83, 623, 'Fraunberg', ''),
(33238, 83, 623, 'Freidorf', ''),
(33239, 83, 623, 'Freienried', ''),
(33240, 83, 623, 'Freihung', ''),
(33241, 83, 623, 'Freilassing', ''),
(33242, 83, 623, 'Freising', ''),
(33243, 83, 623, 'Fremdingen', ''),
(33244, 83, 623, 'Frensdorf', ''),
(33245, 83, 623, 'Freudenberg', ''),
(33246, 83, 623, 'Freystadt', ''),
(33247, 83, 623, 'Freyung', ''),
(33248, 83, 623, 'Fridolfing', ''),
(33249, 83, 623, 'Friedberg', ''),
(33250, 83, 623, 'Friesenried', ''),
(33251, 83, 623, 'Frontenhausen', ''),
(33252, 83, 623, 'Fuchsmuhl', ''),
(33253, 83, 623, 'Funfstetten', ''),
(33254, 83, 623, 'Furholzen', ''),
(33255, 83, 623, 'Fursteneck', ''),
(33256, 83, 623, 'Fürstenfeldbruck', ''),
(33257, 83, 623, 'Furstenstein', ''),
(33258, 83, 623, 'Furstenzell', ''),
(33259, 83, 623, 'Fürth', ''),
(33260, 83, 623, 'Furth im Wald', ''),
(33261, 83, 623, 'Füssen', ''),
(33262, 83, 623, 'Gablingen', ''),
(33263, 83, 623, 'Gachenbach', ''),
(33264, 83, 623, 'Gaimersheim', ''),
(33265, 83, 623, 'Gaissach', ''),
(33266, 83, 623, 'Gallmersgarten', ''),
(33267, 83, 623, 'Gammelsdorf', ''),
(33268, 83, 623, 'Ganacker', ''),
(33269, 83, 623, 'Gangkofen', ''),
(33270, 83, 623, 'Garching an der Alz', ''),
(33271, 83, 623, 'Garching bei Munchen', ''),
(33272, 83, 623, 'Garmisch-Partenkirchen', ''),
(33273, 83, 623, 'Gars', ''),
(33274, 83, 623, 'Gaukonigshofen', ''),
(33275, 83, 623, 'Gauting', ''),
(33276, 83, 623, 'Gebenhofen', ''),
(33277, 83, 623, 'Gefrees', ''),
(33278, 83, 623, 'Geiersthal', ''),
(33279, 83, 623, 'Geiselbach', ''),
(33280, 83, 623, 'Geiselhoring', ''),
(33281, 83, 623, 'Geiselwind', ''),
(33282, 83, 623, 'Geisenfeld', ''),
(33283, 83, 623, 'Geisenhausen', ''),
(33284, 83, 623, 'Geisfeld', ''),
(33285, 83, 623, 'Geisling', ''),
(33286, 83, 623, 'Gelchsheim', ''),
(33287, 83, 623, 'Geldersheim', ''),
(33288, 83, 623, 'Geltendorf', ''),
(33289, 83, 623, 'Gemünden am Main', ''),
(33290, 83, 623, 'Georgenberg', ''),
(33291, 83, 623, 'Georgensgmund', ''),
(33292, 83, 623, 'Gerbrunn', ''),
(33293, 83, 623, 'Geretsried', ''),
(33294, 83, 623, 'Gerhardshofen', ''),
(33295, 83, 623, 'Germaringen', ''),
(33296, 83, 623, 'Germering', ''),
(33297, 83, 623, 'Gernlinden', ''),
(33298, 83, 623, 'Geroldsgrun', ''),
(33299, 83, 623, 'Geroldshausen in der Hallertau', ''),
(33300, 83, 623, 'Gerolsbach', ''),
(33301, 83, 623, 'Gerolzhofen', ''),
(33302, 83, 623, 'Gersthofen', ''),
(33303, 83, 623, 'Geslau', ''),
(33304, 83, 623, 'Gessertshausen', ''),
(33305, 83, 623, 'Giebelstadt', ''),
(33306, 83, 623, 'Gilching', ''),
(33307, 83, 623, 'Glashutten', ''),
(33308, 83, 623, 'Glattbach', ''),
(33309, 83, 623, 'Gleiritsch', ''),
(33310, 83, 623, 'Glonn', ''),
(33311, 83, 623, 'Glott', ''),
(33312, 83, 623, 'Gmund am Tegernsee', ''),
(33313, 83, 623, 'Gnodstadt', ''),
(33314, 83, 623, 'Gnotzheim', ''),
(33315, 83, 623, 'Gochsheim', ''),
(33316, 83, 623, 'Goldbach', ''),
(33317, 83, 623, 'Goldkronach', ''),
(33318, 83, 623, 'Gorisried', ''),
(33319, 83, 623, 'Gossen', ''),
(33320, 83, 623, 'Gossenheim', ''),
(33321, 83, 623, 'Gossweinstein', ''),
(33322, 83, 623, 'Gotteszell', ''),
(33323, 83, 623, 'Gottfrieding', ''),
(33324, 83, 623, 'Grabenstatt', ''),
(33325, 83, 623, 'Grafelfing', ''),
(33326, 83, 623, 'Grafenau', ''),
(33327, 83, 623, 'Grafenberg', ''),
(33328, 83, 623, 'Grafengehaig', ''),
(33329, 83, 623, 'Grafenrheinfeld', ''),
(33330, 83, 623, 'Grafenwohr', ''),
(33331, 83, 623, 'Grafing bei Munchen', ''),
(33332, 83, 623, 'Grafling', ''),
(33333, 83, 623, 'Grafrath', ''),
(33334, 83, 623, 'Grainet', ''),
(33335, 83, 623, 'Grasbrunn', ''),
(33336, 83, 623, 'Grassau', ''),
(33337, 83, 623, 'Grattersdorf', ''),
(33338, 83, 623, 'Greding', ''),
(33339, 83, 623, 'Greifenberg', ''),
(33340, 83, 623, 'Greiling', ''),
(33341, 83, 623, 'Gremsdorf', ''),
(33342, 83, 623, 'Grettstadt', ''),
(33343, 83, 623, 'Griesstatt', ''),
(33344, 83, 623, 'Grobenzell', ''),
(33345, 83, 623, 'Gronenbach', ''),
(33346, 83, 623, 'Grossaitingen', ''),
(33347, 83, 623, 'Grossenseebach', ''),
(33348, 83, 623, 'Grosshabersdorf', ''),
(33349, 83, 623, 'Grosskarolinenfeld', ''),
(33350, 83, 623, 'Grossmehring', ''),
(33351, 83, 623, 'Grossostheim', ''),
(33352, 83, 623, 'Grosswallstadt', ''),
(33353, 83, 623, 'Grub am Forst', ''),
(33354, 83, 623, 'Grunenbach', ''),
(33355, 83, 623, 'Grunwald', ''),
(33356, 83, 623, 'Gstadt am Chiemsee', ''),
(33357, 83, 623, 'Guenzburg', ''),
(33358, 83, 623, 'Gundelfingen', ''),
(33359, 83, 623, 'Gundelsheim', ''),
(33360, 83, 623, 'Gunding', ''),
(33361, 83, 623, 'Gundremmingen', ''),
(33362, 83, 623, 'Guntersleben', ''),
(33363, 83, 623, 'Gunzach', ''),
(33364, 83, 623, 'Gunzenhausen', ''),
(33365, 83, 623, 'Haag', ''),
(33366, 83, 623, 'Haag an der Amper', ''),
(33367, 83, 623, 'Haar', ''),
(33368, 83, 623, 'Haarbach', ''),
(33369, 83, 623, 'Habach', ''),
(33370, 83, 623, 'Habersdorf', ''),
(33371, 83, 623, 'Hafenlohr', ''),
(33372, 83, 623, 'Hagenbach', ''),
(33373, 83, 623, 'Hahnbach', ''),
(33374, 83, 623, 'Haibach', ''),
(33375, 83, 623, 'Haidlfing', ''),
(33376, 83, 623, 'Haidmuhle', ''),
(33377, 83, 623, 'Haimhausen', ''),
(33378, 83, 623, 'Haiming', ''),
(33379, 83, 623, 'Hainsfarth', ''),
(33380, 83, 623, 'Halblech', ''),
(33381, 83, 623, 'Haldenwang', ''),
(33382, 83, 623, 'Halfing', ''),
(33383, 83, 623, 'Hallbergmoos', ''),
(33384, 83, 623, 'Hallerndorf', ''),
(33385, 83, 623, 'Hallnberg', ''),
(33386, 83, 623, 'Hallstadt', ''),
(33387, 83, 623, 'Halsbach', ''),
(33388, 83, 623, 'Hamlar', ''),
(33389, 83, 623, 'Hammelburg', ''),
(33390, 83, 623, 'Happurg', ''),
(33391, 83, 623, 'Harburg', ''),
(33392, 83, 623, 'Hard', ''),
(33393, 83, 623, 'Harm', ''),
(33394, 83, 623, 'Hartenstein', ''),
(33395, 83, 623, 'Haselbach', ''),
(33396, 83, 623, 'Hasloch', ''),
(33397, 83, 623, 'Hassfurt', ''),
(33398, 83, 623, 'Hattenhofen', ''),
(33399, 83, 623, 'Haundorf', ''),
(33400, 83, 623, 'Haunswies', ''),
(33401, 83, 623, 'Haus', ''),
(33402, 83, 623, 'Hauser', ''),
(33403, 83, 623, 'Hausham', ''),
(33404, 83, 623, 'Hausheim', ''),
(33405, 83, 623, 'Hauzenberg', ''),
(33406, 83, 623, 'Hawangen', ''),
(33407, 83, 623, 'Hebertsfelden', ''),
(33408, 83, 623, 'Hebertshausen', ''),
(33409, 83, 623, 'Heideck', ''),
(33410, 83, 623, 'Heidenheim', ''),
(33411, 83, 623, 'Heigenbrucken', ''),
(33412, 83, 623, 'Heigenkam', ''),
(33413, 83, 623, 'Heilsbronn', ''),
(33414, 83, 623, 'Heimbuchenthal', ''),
(33415, 83, 623, 'Heimenkirch', ''),
(33416, 83, 623, 'Heimertingen', ''),
(33417, 83, 623, 'Heimstetten', ''),
(33418, 83, 623, 'Heinersreuth', ''),
(33419, 83, 623, 'Heinz', ''),
(33420, 83, 623, 'Heldenstein', ''),
(33421, 83, 623, 'Hellengerst', ''),
(33422, 83, 623, 'Helmbrechts', ''),
(33423, 83, 623, 'Helmstadt', ''),
(33424, 83, 623, 'Hemau', ''),
(33425, 83, 623, 'Hemhofen', ''),
(33426, 83, 623, 'Hemmersheim', ''),
(33427, 83, 623, 'Henfenfeld', ''),
(33428, 83, 623, 'Hengersberg', ''),
(33429, 83, 623, 'Hepberg', ''),
(33430, 83, 623, 'Herbolzheim', ''),
(33431, 83, 623, 'Hergensweiler', ''),
(33432, 83, 623, 'Heroldsbach', ''),
(33433, 83, 623, 'Heroldsberg', ''),
(33434, 83, 623, 'Herrieden', ''),
(33435, 83, 623, 'Herrngiersdorf', ''),
(33436, 83, 623, 'Herrsching am Ammersee', ''),
(33437, 83, 623, 'Hersbruck', ''),
(33438, 83, 623, 'Herzogenaurach', ''),
(33439, 83, 623, 'Hessdorf', ''),
(33440, 83, 623, 'Hettenshausen', ''),
(33441, 83, 623, 'Hettstadt', ''),
(33442, 83, 623, 'Hetzenhausen', ''),
(33443, 83, 623, 'Hetzles', ''),
(33444, 83, 623, 'Hetzlinshofen', ''),
(33445, 83, 623, 'Heustreu', ''),
(33446, 83, 623, 'Hilgertshausen-Tandern', ''),
(33447, 83, 623, 'Hilpoltstein', ''),
(33448, 83, 623, 'Hiltenfingen', ''),
(33449, 83, 623, 'Hiltpoltstein', ''),
(33450, 83, 623, 'Himmelkron', ''),
(33451, 83, 623, 'Himmelstadt', ''),
(33452, 83, 623, 'Hirschaid', ''),
(33453, 83, 623, 'Hirschau', ''),
(33454, 83, 623, 'Hobbach', ''),
(33455, 83, 623, 'Hochberg', ''),
(33456, 83, 623, 'Hochheim', ''),
(33457, 83, 623, 'Hochstadt an der Aisch', ''),
(33458, 83, 623, 'Hochstrasse', ''),
(33459, 83, 623, 'Hof', ''),
(33460, 83, 623, 'Hofgarten', ''),
(33461, 83, 623, 'Hofheim', ''),
(33462, 83, 623, 'Hofheim in Unterfranken', ''),
(33463, 83, 623, 'Hofkirchen', ''),
(33464, 83, 623, 'Hohenaltheim', ''),
(33465, 83, 623, 'Hohenau', ''),
(33466, 83, 623, 'Hohenberg an der Eger', ''),
(33467, 83, 623, 'Hohenbrunn', ''),
(33468, 83, 623, 'Hohenburg', ''),
(33469, 83, 623, 'Hohenfels', ''),
(33470, 83, 623, 'Hohenkammer', ''),
(33471, 83, 623, 'Hohenkirchen-Siegertsbrunn', ''),
(33472, 83, 623, 'Hohenlinden', ''),
(33473, 83, 623, 'Hohenpeissenberg', ''),
(33474, 83, 623, 'Hohenschaftlarn', ''),
(33475, 83, 623, 'Hohenschwangau', ''),
(33476, 83, 623, 'Hohenstein', ''),
(33477, 83, 623, 'Hohenthann', ''),
(33478, 83, 623, 'Hohenwart', ''),
(33479, 83, 623, 'Hollenbach', ''),
(33480, 83, 623, 'Hollfeld', ''),
(33481, 83, 623, 'Hollstadt', ''),
(33482, 83, 623, 'Holzgunz', ''),
(33483, 83, 623, 'Holzheim', ''),
(33484, 83, 623, 'Holzkirchen', ''),
(33485, 83, 623, 'Hopferau', ''),
(33486, 83, 623, 'Horgau', ''),
(33487, 83, 623, 'Horgertshausen', ''),
(33488, 83, 623, 'Horlkofen', ''),
(33489, 83, 623, 'Hosbach', ''),
(33490, 83, 623, 'Hoslwang', ''),
(33491, 83, 623, 'Huglfing', ''),
(33492, 83, 623, 'Hummeltal', ''),
(33493, 83, 623, 'Hunderdorf', ''),
(33494, 83, 623, 'Huttenberg', ''),
(33495, 83, 623, 'Hutthurm', ''),
(33496, 83, 623, 'Ichenhausen', ''),
(33497, 83, 623, 'Icking', ''),
(33498, 83, 623, 'Iffeldorf', ''),
(33499, 83, 623, 'Igensdorf', ''),
(33500, 83, 623, 'Ihrlerstein', ''),
(33501, 83, 623, 'Illertissen', ''),
(33502, 83, 623, 'Illschwang', ''),
(33503, 83, 623, 'Ilmendorf', ''),
(33504, 83, 623, 'Ilmmunster', ''),
(33505, 83, 623, 'Immenreuth', ''),
(33506, 83, 623, 'Immenstadt im Allgau', ''),
(33507, 83, 623, 'Inchenhofen', ''),
(33508, 83, 623, 'Ingolstadt', ''),
(33509, 83, 623, 'Inkofen', ''),
(33510, 83, 623, 'Inning am Ammersee', ''),
(33511, 83, 623, 'Inning am Holz', ''),
(33512, 83, 623, 'Inzell', ''),
(33513, 83, 623, 'Iphofen', ''),
(33514, 83, 623, 'Ipsheim', ''),
(33515, 83, 623, 'Irching', ''),
(33516, 83, 623, 'Irlbach', ''),
(33517, 83, 623, 'Irschenberg', ''),
(33518, 83, 623, 'Irsee', ''),
(33519, 83, 623, 'Isen', ''),
(33520, 83, 623, 'Ismaning', ''),
(33521, 83, 623, 'Issigau', ''),
(33522, 83, 623, 'Issing', ''),
(33523, 83, 623, 'Jengen', ''),
(33524, 83, 623, 'Jesenwang', ''),
(33525, 83, 623, 'Jettenbach', ''),
(33526, 83, 623, 'Jettingen-Scheppach', ''),
(33527, 83, 623, 'Jetzendorf', ''),
(33528, 83, 623, 'Johannesberg', ''),
(33529, 83, 623, 'Johanneskirchen', ''),
(33530, 83, 623, 'Julbach', ''),
(33531, 83, 623, 'Junkenhofen', ''),
(33532, 83, 623, 'Kahl am Main', ''),
(33533, 83, 623, 'Kaiserstuhl', ''),
(33534, 83, 623, 'Kaisheim', ''),
(33535, 83, 623, 'Kalchreuth', ''),
(33536, 83, 623, 'Kallmunz', ''),
(33537, 83, 623, 'Kammeltal', ''),
(33538, 83, 623, 'Kammerstein', ''),
(33539, 83, 623, 'Kammlach', ''),
(33540, 83, 623, 'Karbach', ''),
(33541, 83, 623, 'Karlsfeld', ''),
(33542, 83, 623, 'Karlshuld', ''),
(33543, 83, 623, 'Karlskron', ''),
(33544, 83, 623, 'Karlstadt am Main', ''),
(33545, 83, 623, 'Karlstein', ''),
(33546, 83, 623, 'Karsbach', ''),
(33547, 83, 623, 'Kasendorf', ''),
(33548, 83, 623, 'Kastl', ''),
(33549, 83, 623, 'Kaufbeuren', ''),
(33550, 83, 623, 'Kaufering', ''),
(33551, 83, 623, 'Kelheim', ''),
(33552, 83, 623, 'Kemmern', ''),
(33553, 83, 623, 'Kemnath', ''),
(33554, 83, 623, 'Kempten (Allgaeu)', ''),
(33555, 83, 623, 'Kiefersfelden', ''),
(33556, 83, 623, 'Kienberg', ''),
(33557, 83, 623, 'Kinding', ''),
(33558, 83, 623, 'Kinsau', ''),
(33559, 83, 623, 'Kipfenberg', ''),
(33560, 83, 623, 'Kirchanschoring', ''),
(33561, 83, 623, 'Kirchberg', ''),
(33562, 83, 623, 'Kirchdorf', ''),
(33563, 83, 623, 'Kirchdorf am Inn', ''),
(33564, 83, 623, 'Kirchehrenbach', ''),
(33565, 83, 623, 'Kirchenlamitz', ''),
(33566, 83, 623, 'Kirchenpingarten', ''),
(33567, 83, 623, 'Kirchensittenbach', ''),
(33568, 83, 623, 'Kirchenthumbach', ''),
(33569, 83, 623, 'Kirchham', ''),
(33570, 83, 623, 'Kirchhaslach', ''),
(33571, 83, 623, 'Kirchlauter', ''),
(33572, 83, 623, 'Kirchreit', ''),
(33573, 83, 623, 'Kirchroth', ''),
(33574, 83, 623, 'Kirchseeon', ''),
(33575, 83, 623, 'Kirchweidach', ''),
(33576, 83, 623, 'Kirchzell', ''),
(33577, 83, 623, 'Kirschfurt', ''),
(33578, 83, 623, 'Kissing', ''),
(33579, 83, 623, 'Kist', ''),
(33580, 83, 623, 'Kitzingen', ''),
(33581, 83, 623, 'Klaus', ''),
(33582, 83, 623, 'Kleinberghofen', ''),
(33583, 83, 623, 'Kleinheubach', ''),
(33584, 83, 623, 'Kleinkahl', ''),
(33585, 83, 623, 'Kleinostheim', ''),
(33586, 83, 623, 'Kleinrinderfeld', ''),
(33587, 83, 623, 'Kleinwallstadt', ''),
(33588, 83, 623, 'Klingenberg am Main', ''),
(33589, 83, 623, 'Klosterlechfeld', ''),
(33590, 83, 623, 'Knetzgau', ''),
(33591, 83, 623, 'Koditz', ''),
(33592, 83, 623, 'Kodnitz', ''),
(33593, 83, 623, 'Kofering', ''),
(33594, 83, 623, 'Kohlberg', ''),
(33595, 83, 623, 'Kolbermoor', ''),
(33596, 83, 623, 'Kolitzheim', ''),
(33597, 83, 623, 'Kollnburg', ''),
(33598, 83, 623, 'Konigsberg in Bayern', ''),
(33599, 83, 623, 'Konigsbrunn', ''),
(33600, 83, 623, 'Konigsdorf', ''),
(33601, 83, 623, 'Konigstein', ''),
(33602, 83, 623, 'Konradsreuth', ''),
(33603, 83, 623, 'Konzell', ''),
(33604, 83, 623, 'Kosching', ''),
(33605, 83, 623, 'Kottgeisering', ''),
(33606, 83, 623, 'Kotzting', ''),
(33607, 83, 623, 'Kraft', ''),
(33608, 83, 623, 'Kraftisried', ''),
(33609, 83, 623, 'Kraiburg am Inn', ''),
(33610, 83, 623, 'Krailling', ''),
(33611, 83, 623, 'Kranzberg', ''),
(33612, 83, 623, 'Kreuth', ''),
(33613, 83, 623, 'Kreuzwertheim', ''),
(33614, 83, 623, 'Krombach', ''),
(33615, 83, 623, 'Kronach', ''),
(33616, 83, 623, 'Kronburg', ''),
(33617, 83, 623, 'Krumbach', ''),
(33618, 83, 623, 'Kueps Oberfranken', ''),
(33619, 83, 623, 'Kuhbach', ''),
(33620, 83, 623, 'Kuhlenthal', ''),
(33621, 83, 623, 'Kuhn', ''),
(33622, 83, 623, 'Kulmain', ''),
(33623, 83, 623, 'Kulmbach', ''),
(33624, 83, 623, 'Kumhausen', ''),
(33625, 83, 623, 'Kummersbruck', ''),
(33626, 83, 623, 'Kunreuth', ''),
(33627, 83, 623, 'Kunzing', ''),
(33628, 83, 623, 'Kupferberg', ''),
(33629, 83, 623, 'Kurnach', ''),
(33630, 83, 623, 'Laaber', ''),
(33631, 83, 623, 'Lahm', ''),
(33632, 83, 623, 'Lalling', ''),
(33633, 83, 623, 'Lam', ''),
(33634, 83, 623, 'Lamerdingen', ''),
(33635, 83, 623, 'Lampertshofen', ''),
(33636, 83, 623, 'Landau an der Isar', ''),
(33637, 83, 623, 'Landensberg', ''),
(33638, 83, 623, 'Landsberg am Lech', ''),
(33639, 83, 623, 'Landsberied', ''),
(33640, 83, 623, 'Landshut', ''),
(33641, 83, 623, 'Langenaltheim', ''),
(33642, 83, 623, 'Langenbach', ''),
(33643, 83, 623, 'Langenisarhofen', ''),
(33644, 83, 623, 'Langenneufnach', ''),
(33645, 83, 623, 'Langenpreising', ''),
(33646, 83, 623, 'Langensendelbach', ''),
(33647, 83, 623, 'Langenzenn', ''),
(33648, 83, 623, 'Langerringen', ''),
(33649, 83, 623, 'Langquaid', ''),
(33650, 83, 623, 'Langweid', ''),
(33651, 83, 623, 'Lappersdorf', ''),
(33652, 83, 623, 'Lauben', ''),
(33653, 83, 623, 'Laudenbach', ''),
(33654, 83, 623, 'Lauf an der Pegnitz', ''),
(33655, 83, 623, 'Laufach', ''),
(33656, 83, 623, 'Laufen', ''),
(33657, 83, 623, 'Laugna', ''),
(33658, 83, 623, 'Lauingen', ''),
(33659, 83, 623, 'Lauterbrunn', ''),
(33660, 83, 623, 'Lauterhofen', ''),
(33661, 83, 623, 'Lautertal', ''),
(33662, 83, 623, 'Lautrach', ''),
(33663, 83, 623, 'Lechbruck', ''),
(33664, 83, 623, 'Legau', ''),
(33665, 83, 623, 'Lehen', ''),
(33666, 83, 623, 'Lehrberg', ''),
(33667, 83, 623, 'Leiblfing', ''),
(33668, 83, 623, 'Leidersbach', ''),
(33669, 83, 623, 'Leinach', ''),
(33670, 83, 623, 'Leinburg', ''),
(33671, 83, 623, 'Leipheim', ''),
(33672, 83, 623, 'Lengdorf', ''),
(33673, 83, 623, 'Lengenfeld', ''),
(33674, 83, 623, 'Lengenwang', ''),
(33675, 83, 623, 'Lengfurt', ''),
(33676, 83, 623, 'Lenggries', ''),
(33677, 83, 623, 'Lenting', ''),
(33678, 83, 623, 'Leonberg', ''),
(33679, 83, 623, 'Leutenbach', ''),
(33680, 83, 623, 'Leutershausen', ''),
(33681, 83, 623, 'Lichtenfels', ''),
(33682, 83, 623, 'Lichtenstein', ''),
(33683, 83, 623, 'Lindau', ''),
(33684, 83, 623, 'Lindberg', ''),
(33685, 83, 623, 'Lindenberg im Allgau', ''),
(33686, 83, 623, 'Lindkirchen', ''),
(33687, 83, 623, 'Litzendorf', ''),
(33688, 83, 623, 'Lochhausen', ''),
(33689, 83, 623, 'Lohr a. Main', ''),
(33690, 83, 623, 'Loiching', ''),
(33691, 83, 623, 'Lonnerstadt', ''),
(33692, 83, 623, 'Ludenhausen', ''),
(33693, 83, 623, 'Ludwigschorgast', ''),
(33694, 83, 623, 'Ludwigsstadt', ''),
(33695, 83, 623, 'Luhe-Wildenau', ''),
(33696, 83, 623, 'Lupburg', ''),
(33697, 83, 623, 'Mahring', ''),
(33698, 83, 623, 'Maierhofen', ''),
(33699, 83, 623, 'Mainaschaff', ''),
(33700, 83, 623, 'Mainbernheim', ''),
(33701, 83, 623, 'Mainburg', ''),
(33702, 83, 623, 'Mainleus', ''),
(33703, 83, 623, 'Mainstockheim', ''),
(33704, 83, 623, 'Maisach', ''),
(33705, 83, 623, 'Maitenbeth', ''),
(33706, 83, 623, 'Malching', ''),
(33707, 83, 623, 'Mallersdorf-Pfaffenberg', ''),
(33708, 83, 623, 'Mammendorf', ''),
(33709, 83, 623, 'Mamming', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(33710, 83, 623, 'Manching', ''),
(33711, 83, 623, 'Mantel', ''),
(33712, 83, 623, 'March', ''),
(33713, 83, 623, 'Margarethen', ''),
(33714, 83, 623, 'Margetshochheim', ''),
(33715, 83, 623, 'Mariaposching', ''),
(33716, 83, 623, 'Marklkofen', ''),
(33717, 83, 623, 'Markt', ''),
(33718, 83, 623, 'Markt Bibart', ''),
(33719, 83, 623, 'Markt Einersheim', ''),
(33720, 83, 623, 'Markt Erlbach', ''),
(33721, 83, 623, 'Markt Indersdorf', ''),
(33722, 83, 623, 'Markt Nordheim', ''),
(33723, 83, 623, 'Markt Rettenbach', ''),
(33724, 83, 623, 'Markt Schwaben', ''),
(33725, 83, 623, 'Marktbergel', ''),
(33726, 83, 623, 'Marktbreit', ''),
(33727, 83, 623, 'Marktgraitz', ''),
(33728, 83, 623, 'Marktheidenfeld', ''),
(33729, 83, 623, 'Marktl', ''),
(33730, 83, 623, 'Marktleugast', ''),
(33731, 83, 623, 'Marktoberdorf', ''),
(33732, 83, 623, 'Marktredwitz', ''),
(33733, 83, 623, 'Marktrodach', ''),
(33734, 83, 623, 'Marktschellenberg', ''),
(33735, 83, 623, 'Marktschorgast', ''),
(33736, 83, 623, 'Marktsteft', ''),
(33737, 83, 623, 'Marktzeuln', ''),
(33738, 83, 623, 'Marloffstein', ''),
(33739, 83, 623, 'Marquartstein', ''),
(33740, 83, 623, 'Marschall', ''),
(33741, 83, 623, 'Martinsried', ''),
(33742, 83, 623, 'Marxheim', ''),
(33743, 83, 623, 'Marzling', ''),
(33744, 83, 623, 'Massbach', ''),
(33745, 83, 623, 'Massenhausen', ''),
(33746, 83, 623, 'Massing', ''),
(33747, 83, 623, 'Mauern', ''),
(33748, 83, 623, 'Maxhutte-Haidhof', ''),
(33749, 83, 623, 'Maximilian', ''),
(33750, 83, 623, 'Meeder', ''),
(33751, 83, 623, 'Megesheim', ''),
(33752, 83, 623, 'Mehlmeisel', ''),
(33753, 83, 623, 'Mehring', ''),
(33754, 83, 623, 'Meitingen', ''),
(33755, 83, 623, 'Mellrichstadt', ''),
(33756, 83, 623, 'Memmelsdorf', ''),
(33757, 83, 623, 'Memmingen', ''),
(33758, 83, 623, 'Memmingerberg', ''),
(33759, 83, 623, 'Mengkofen', ''),
(33760, 83, 623, 'Merching', ''),
(33761, 83, 623, 'Mering', ''),
(33762, 83, 623, 'Merkendorf', ''),
(33763, 83, 623, 'Merkershausen', ''),
(33764, 83, 623, 'Mertingen', ''),
(33765, 83, 623, 'Mespelbrunn', ''),
(33766, 83, 623, 'Metten', ''),
(33767, 83, 623, 'Mettenheim', ''),
(33768, 83, 623, 'Michelau', ''),
(33769, 83, 623, 'Michelsneukirchen', ''),
(33770, 83, 623, 'Mickhausen', ''),
(33771, 83, 623, 'Miesbach', ''),
(33772, 83, 623, 'Miltach', ''),
(33773, 83, 623, 'Miltenberg', ''),
(33774, 83, 623, 'Mindelaltheim', ''),
(33775, 83, 623, 'Mindelheim', ''),
(33776, 83, 623, 'Mintraching', ''),
(33777, 83, 623, 'Mirskofen', ''),
(33778, 83, 623, 'Missen-Wilhams', ''),
(33779, 83, 623, 'Mistelgau', ''),
(33780, 83, 623, 'Mitteleschenbach', ''),
(33781, 83, 623, 'Mittelneufnach', ''),
(33782, 83, 623, 'Mittelstetten', ''),
(33783, 83, 623, 'Mittenwald', ''),
(33784, 83, 623, 'Mitterfels', ''),
(33785, 83, 623, 'Mitterskirchen', ''),
(33786, 83, 623, 'Mitterteich', ''),
(33787, 83, 623, 'Mitwitz', ''),
(33788, 83, 623, 'Modingen', ''),
(33789, 83, 623, 'Mohrendorf', ''),
(33790, 83, 623, 'Mombris', ''),
(33791, 83, 623, 'Momlingen', ''),
(33792, 83, 623, 'Monchberg', ''),
(33793, 83, 623, 'Monchsdeggingen', ''),
(33794, 83, 623, 'Monchsroth', ''),
(33795, 83, 623, 'Monheim', ''),
(33796, 83, 623, 'Moorenweis', ''),
(33797, 83, 623, 'Moos', ''),
(33798, 83, 623, 'Moosach', ''),
(33799, 83, 623, 'Moosburg', ''),
(33800, 83, 623, 'Moosen', ''),
(33801, 83, 623, 'Moosinning', ''),
(33802, 83, 623, 'Moosthenning', ''),
(33803, 83, 623, 'Morsdorf', ''),
(33804, 83, 623, 'Motten', ''),
(33805, 83, 623, 'Mottingen', ''),
(33806, 83, 623, 'Muehldorf', ''),
(33807, 83, 623, 'Muggendorf', ''),
(33808, 83, 623, 'Muhlhausen', ''),
(33809, 83, 623, 'Muhr am See', ''),
(33810, 83, 623, 'Munchberg', ''),
(33811, 83, 623, 'Munchsmunster', ''),
(33812, 83, 623, 'Munchsteinach', ''),
(33813, 83, 623, 'Munich', ''),
(33814, 83, 623, 'Munnerstadt', ''),
(33815, 83, 623, 'Munsing', ''),
(33816, 83, 623, 'Munsterhausen', ''),
(33817, 83, 623, 'Murnau am Staffelsee', ''),
(33818, 83, 623, 'Nabburg', ''),
(33819, 83, 623, 'Nagel', ''),
(33820, 83, 623, 'Naila', ''),
(33821, 83, 623, 'Nandlstadt', ''),
(33822, 83, 623, 'Nassenfels', ''),
(33823, 83, 623, 'Nennslingen', ''),
(33824, 83, 623, 'Nenzenheim', ''),
(33825, 83, 623, 'Nersingen', ''),
(33826, 83, 623, 'Nesselwang', ''),
(33827, 83, 623, 'Neu-Ulm', ''),
(33828, 83, 623, 'Neualbenreuth', ''),
(33829, 83, 623, 'Neubeuern', ''),
(33830, 83, 623, 'Neubiberg', ''),
(33831, 83, 623, 'Neubrunn', ''),
(33832, 83, 623, 'Neuburg an der Donau', ''),
(33833, 83, 623, 'Neuching', ''),
(33834, 83, 623, 'Neudrossenfeld', ''),
(33835, 83, 623, 'Neuendettelsau', ''),
(33836, 83, 623, 'Neuendorf', ''),
(33837, 83, 623, 'Neuenhinzenhausen', ''),
(33838, 83, 623, 'Neuenmarkt', ''),
(33839, 83, 623, 'Neufahrn bei Freising', ''),
(33840, 83, 623, 'Neufarn', ''),
(33841, 83, 623, 'Neufinsing', ''),
(33842, 83, 623, 'Neufraunhofen', ''),
(33843, 83, 623, 'Neuhof', ''),
(33844, 83, 623, 'Neuhof an der Zenn', ''),
(33845, 83, 623, 'Neuhutten', ''),
(33846, 83, 623, 'Neukeferloh', ''),
(33847, 83, 623, 'Neukirchen am Teisenberg', ''),
(33848, 83, 623, 'Neukirchen vorm Wald', ''),
(33849, 83, 623, 'Neumarkt-Sankt Veit', ''),
(33850, 83, 623, 'Neunburg vorm Wald', ''),
(33851, 83, 623, 'Neunkirchen', ''),
(33852, 83, 623, 'Neunkirchen am Sand', ''),
(33853, 83, 623, 'Neuotting', ''),
(33854, 83, 623, 'Neureichenau', ''),
(33855, 83, 623, 'Neuried', ''),
(33856, 83, 623, 'Neusass', ''),
(33857, 83, 623, 'Neuschonau', ''),
(33858, 83, 623, 'Neusitz', ''),
(33859, 83, 623, 'Neusorg', ''),
(33860, 83, 623, 'Neustadt am Kulm', ''),
(33861, 83, 623, 'Neustadt am Main', ''),
(33862, 83, 623, 'Neustadt an der Aisch', ''),
(33863, 83, 623, 'Neustadt an der Donau', ''),
(33864, 83, 623, 'Neustadt an der Waldnaab', ''),
(33865, 83, 623, 'Neustadt bei Coburg', ''),
(33866, 83, 623, 'Neustetten', ''),
(33867, 83, 623, 'Neutraubling', ''),
(33868, 83, 623, 'Niederaichbach', ''),
(33869, 83, 623, 'Niederbergkirchen', ''),
(33870, 83, 623, 'Niederfullbach', ''),
(33871, 83, 623, 'Niederlauer', ''),
(33872, 83, 623, 'Niedernberg', ''),
(33873, 83, 623, 'Niederneuching', ''),
(33874, 83, 623, 'Niederrieden', ''),
(33875, 83, 623, 'Niederschonenfeld', ''),
(33876, 83, 623, 'Niedertraubling', ''),
(33877, 83, 623, 'Niederviehbach', ''),
(33878, 83, 623, 'Niederwerrn', ''),
(33879, 83, 623, 'Niederwinkling', ''),
(33880, 83, 623, 'Nittenau', ''),
(33881, 83, 623, 'Nittendorf', ''),
(33882, 83, 623, 'Nonnenhorn', ''),
(33883, 83, 623, 'Nordendorf', ''),
(33884, 83, 623, 'Nordhalben', ''),
(33885, 83, 623, 'Nördlingen', ''),
(33886, 83, 623, 'Nuremberg', ''),
(33887, 83, 623, 'Obenhausen', ''),
(33888, 83, 623, 'Oberammergau', ''),
(33889, 83, 623, 'Oberasbach', ''),
(33890, 83, 623, 'Oberau', ''),
(33891, 83, 623, 'Oberaudorf', ''),
(33892, 83, 623, 'Oberbergkirchen', ''),
(33893, 83, 623, 'Oberdachstetten', ''),
(33894, 83, 623, 'Oberdietfurt', ''),
(33895, 83, 623, 'Oberding', ''),
(33896, 83, 623, 'Obereberfing', ''),
(33897, 83, 623, 'Oberelsbach', ''),
(33898, 83, 623, 'Oberemmerting', ''),
(33899, 83, 623, 'Obergrasheim', ''),
(33900, 83, 623, 'Obergriesbach', ''),
(33901, 83, 623, 'Obergunzburg', ''),
(33902, 83, 623, 'Oberhaching', ''),
(33903, 83, 623, 'Oberhaid', ''),
(33904, 83, 623, 'Oberhausen', ''),
(33905, 83, 623, 'Oberickelsheim', ''),
(33906, 83, 623, 'Oberkollnbach', ''),
(33907, 83, 623, 'Oberkotzau', ''),
(33908, 83, 623, 'Oberleichtersbach', ''),
(33909, 83, 623, 'Obermaiselstein', ''),
(33910, 83, 623, 'Obermeitingen', ''),
(33911, 83, 623, 'Obermichelbach', ''),
(33912, 83, 623, 'Obernburg am Main', ''),
(33913, 83, 623, 'Oberndorf', ''),
(33914, 83, 623, 'Obernzell', ''),
(33915, 83, 623, 'Obernzenn', ''),
(33916, 83, 623, 'Oberostendorf', ''),
(33917, 83, 623, 'Oberpframmern', ''),
(33918, 83, 623, 'Oberpleichfeld', ''),
(33919, 83, 623, 'Oberporing', ''),
(33920, 83, 623, 'Oberroth', ''),
(33921, 83, 623, 'Oberscheinfeld', ''),
(33922, 83, 623, 'Oberschleissheim', ''),
(33923, 83, 623, 'Oberschneiding', ''),
(33924, 83, 623, 'Oberschweinbach', ''),
(33925, 83, 623, 'Obersinn', ''),
(33926, 83, 623, 'Oberstaufen', ''),
(33927, 83, 623, 'Oberstdorf', ''),
(33928, 83, 623, 'Obertaufkirchen', ''),
(33929, 83, 623, 'Oberthingau', ''),
(33930, 83, 623, 'Oberthulba', ''),
(33931, 83, 623, 'Obertraubling', ''),
(33932, 83, 623, 'Obertrubach', ''),
(33933, 83, 623, 'Oberviechtach', ''),
(33934, 83, 623, 'Obing', ''),
(33935, 83, 623, 'Ochsenfurt', ''),
(33936, 83, 623, 'Odelzhausen', ''),
(33937, 83, 623, 'Oerlenbach', ''),
(33938, 83, 623, 'Oettingen in Bayern', ''),
(33939, 83, 623, 'Offenberg', ''),
(33940, 83, 623, 'Offenhausen', ''),
(33941, 83, 623, 'Offingen', ''),
(33942, 83, 623, 'Ofterschwang', ''),
(33943, 83, 623, 'Ohlstadt', ''),
(33944, 83, 623, 'Olching', ''),
(33945, 83, 623, 'Opfenbach', ''),
(33946, 83, 623, 'Oppertshofen', ''),
(33947, 83, 623, 'Ornbau', ''),
(33948, 83, 623, 'Ortenburg', ''),
(33949, 83, 623, 'Osterhofen', ''),
(33950, 83, 623, 'Ostern', ''),
(33951, 83, 623, 'Osterzell', ''),
(33952, 83, 623, 'Ottenhofen', ''),
(33953, 83, 623, 'Ottensoos', ''),
(33954, 83, 623, 'Otterfing', ''),
(33955, 83, 623, 'Otterloh', ''),
(33956, 83, 623, 'Ottobeuren', ''),
(33957, 83, 623, 'Ottobrunn', ''),
(33958, 83, 623, 'Otzing', ''),
(33959, 83, 623, 'Oy-Mittelberg', ''),
(33960, 83, 623, 'Pahl', ''),
(33961, 83, 623, 'Painten', ''),
(33962, 83, 623, 'Palling', ''),
(33963, 83, 623, 'Palzing', ''),
(33964, 83, 623, 'Pappenheim', ''),
(33965, 83, 623, 'Parkstein', ''),
(33966, 83, 623, 'Parkstetten', ''),
(33967, 83, 623, 'Parnsberg', ''),
(33968, 83, 623, 'Parsdorf', ''),
(33969, 83, 623, 'Partenstein', ''),
(33970, 83, 623, 'Passau', ''),
(33971, 83, 623, 'Pastetten', ''),
(33972, 83, 623, 'Paunzhausen', ''),
(33973, 83, 623, 'Pechbrunn', ''),
(33974, 83, 623, 'Pegnitz', ''),
(33975, 83, 623, 'Peissenberg', ''),
(33976, 83, 623, 'Peiting', ''),
(33977, 83, 623, 'Pemfling', ''),
(33978, 83, 623, 'Pentling', ''),
(33979, 83, 623, 'Penzberg', ''),
(33980, 83, 623, 'Penzing', ''),
(33981, 83, 623, 'Perach', ''),
(33982, 83, 623, 'Perasdorf', ''),
(33983, 83, 623, 'Perkam', ''),
(33984, 83, 623, 'Perlesreut', ''),
(33985, 83, 623, 'Petersaurach', ''),
(33986, 83, 623, 'Petersdorf', ''),
(33987, 83, 623, 'Petershausen', ''),
(33988, 83, 623, 'Pettendorf', ''),
(33989, 83, 623, 'Petting', ''),
(33990, 83, 623, 'Pfaffenhausen', ''),
(33991, 83, 623, 'Pfaffenhofen an der Ilm', ''),
(33992, 83, 623, 'Pfaffenhofen an der Roth', ''),
(33993, 83, 623, 'Pfaffing', ''),
(33994, 83, 623, 'Pfarrkirchen', ''),
(33995, 83, 623, 'Pfarrweisach', ''),
(33996, 83, 623, 'Pfatter', ''),
(33997, 83, 623, 'Pfeffenhausen', ''),
(33998, 83, 623, 'Pflaumdorf', ''),
(33999, 83, 623, 'Pflaumheim', ''),
(34000, 83, 623, 'Pforring', ''),
(34001, 83, 623, 'Pforzen', ''),
(34002, 83, 623, 'Pfreimd', ''),
(34003, 83, 623, 'Pfronten', ''),
(34004, 83, 623, 'Piding', ''),
(34005, 83, 623, 'Pielenhofen', ''),
(34006, 83, 623, 'Pilsting', ''),
(34007, 83, 623, 'Pinzberg', ''),
(34008, 83, 623, 'Pittenhart', ''),
(34009, 83, 623, 'Pittersdorf', ''),
(34010, 83, 623, 'Planegg', ''),
(34011, 83, 623, 'Plankenfels', ''),
(34012, 83, 623, 'Plattling', ''),
(34013, 83, 623, 'Plech', ''),
(34014, 83, 623, 'Pleinfeld', ''),
(34015, 83, 623, 'Pleiskirchen', ''),
(34016, 83, 623, 'Pleystein', ''),
(34017, 83, 623, 'Pliening', ''),
(34018, 83, 623, 'Plossberg', ''),
(34019, 83, 623, 'Pocking', ''),
(34020, 83, 623, 'Podeldorf', ''),
(34021, 83, 623, 'Poing', ''),
(34022, 83, 623, 'Point', ''),
(34023, 83, 623, 'Polling', ''),
(34024, 83, 623, 'Polsingen', ''),
(34025, 83, 623, 'Pommelsbrunn', ''),
(34026, 83, 623, 'Pommersfelden', ''),
(34027, 83, 623, 'Poppenhausen', ''),
(34028, 83, 623, 'Poppenricht', ''),
(34029, 83, 623, 'Posing', ''),
(34030, 83, 623, 'Postbauer-Heng', ''),
(34031, 83, 623, 'Postmunster', ''),
(34032, 83, 623, 'Pottenstein', ''),
(34033, 83, 623, 'Pottmes', ''),
(34034, 83, 623, 'Poxdorf', ''),
(34035, 83, 623, 'Prackenbach', ''),
(34036, 83, 623, 'Prebitz', ''),
(34037, 83, 623, 'Preith', ''),
(34038, 83, 623, 'Pressath', ''),
(34039, 83, 623, 'Presseck', ''),
(34040, 83, 623, 'Pressig', ''),
(34041, 83, 623, 'Pretzfeld', ''),
(34042, 83, 623, 'Prichsenstadt', ''),
(34043, 83, 623, 'Prien am Chiemsee', ''),
(34044, 83, 623, 'Prittriching', ''),
(34045, 83, 623, 'Prosselsheim', ''),
(34046, 83, 623, 'Prutting', ''),
(34047, 83, 623, 'Puchersreuth', ''),
(34048, 83, 623, 'Puchheim', ''),
(34049, 83, 623, 'Pullach im Isartal', ''),
(34050, 83, 623, 'Pullenreuth', ''),
(34051, 83, 623, 'Purfing', ''),
(34052, 83, 623, 'Purgen', ''),
(34053, 83, 623, 'Puschendorf', ''),
(34054, 83, 623, 'Putzbrunn', ''),
(34055, 83, 623, 'Pyrbaum', ''),
(34056, 83, 623, 'Rain', ''),
(34057, 83, 623, 'Raisting', ''),
(34058, 83, 623, 'Ramsau', ''),
(34059, 83, 623, 'Ramsthal', ''),
(34060, 83, 623, 'Randersacker', ''),
(34061, 83, 623, 'Rannungen', ''),
(34062, 83, 623, 'Rappershausen', ''),
(34063, 83, 623, 'Rattelsdorf', ''),
(34064, 83, 623, 'Rattenkirchen', ''),
(34065, 83, 623, 'Rattiszell', ''),
(34066, 83, 623, 'Raubling', ''),
(34067, 83, 623, 'Rauhenebrach', ''),
(34068, 83, 623, 'Rechtenbach', ''),
(34069, 83, 623, 'Reckendorf', ''),
(34070, 83, 623, 'Rednitzhembach', ''),
(34071, 83, 623, 'Redwitz an der Rodach', ''),
(34072, 83, 623, 'Regen', ''),
(34073, 83, 623, 'Regensburg', ''),
(34074, 83, 623, 'Regenstauf', ''),
(34075, 83, 623, 'Rehau', ''),
(34076, 83, 623, 'Rehling', ''),
(34077, 83, 623, 'Reichenberg', ''),
(34078, 83, 623, 'Reichenschwand', ''),
(34079, 83, 623, 'Reichersbeuern', ''),
(34080, 83, 623, 'Reichertshausen', ''),
(34081, 83, 623, 'Reichertshofen', ''),
(34082, 83, 623, 'Reichling', ''),
(34083, 83, 623, 'Reinhartshausen', ''),
(34084, 83, 623, 'Reisbach', ''),
(34085, 83, 623, 'Reischach', ''),
(34086, 83, 623, 'Reit im Winkl', ''),
(34087, 83, 623, 'Rennertshofen', ''),
(34088, 83, 623, 'Renzenhof', ''),
(34089, 83, 623, 'Rettenbach', ''),
(34090, 83, 623, 'Rettenberg', ''),
(34091, 83, 623, 'Retzbach', ''),
(34092, 83, 623, 'Retzstadt', ''),
(34093, 83, 623, 'Reut', ''),
(34094, 83, 623, 'Reuth bei Erbendorf', ''),
(34095, 83, 623, 'Richelbach', ''),
(34096, 83, 623, 'Riding', ''),
(34097, 83, 623, 'Rieblingen', ''),
(34098, 83, 623, 'Ried', ''),
(34099, 83, 623, 'Rieden', ''),
(34100, 83, 623, 'Riedenberg', ''),
(34101, 83, 623, 'Riedenburg', ''),
(34102, 83, 623, 'Riedering', ''),
(34103, 83, 623, 'Riemerling', ''),
(34104, 83, 623, 'Rieneck', ''),
(34105, 83, 623, 'Rimpar', ''),
(34106, 83, 623, 'Rimsting', ''),
(34107, 83, 623, 'Rinchnach', ''),
(34108, 83, 623, 'Rischgau', ''),
(34109, 83, 623, 'Rodach', ''),
(34110, 83, 623, 'Rodelsee', ''),
(34111, 83, 623, 'Roden', ''),
(34112, 83, 623, 'Rodental', ''),
(34113, 83, 623, 'Roding', ''),
(34114, 83, 623, 'Roehrnbach', ''),
(34115, 83, 623, 'Roetz', ''),
(34116, 83, 623, 'Rofingen', ''),
(34117, 83, 623, 'Roggenburg', ''),
(34118, 83, 623, 'Rohr', ''),
(34119, 83, 623, 'Rohrbach', ''),
(34120, 83, 623, 'Rohrdorf', ''),
(34121, 83, 623, 'Rohrenfels', ''),
(34122, 83, 623, 'Rohrmoos', ''),
(34123, 83, 623, 'Ronsberg', ''),
(34124, 83, 623, 'Rosenheim', ''),
(34125, 83, 623, 'Roslau', ''),
(34126, 83, 623, 'Rosshaupten', ''),
(34127, 83, 623, 'Rosstal', ''),
(34128, 83, 623, 'Roth', ''),
(34129, 83, 623, 'Rothenbach an der Pegnitz', ''),
(34130, 83, 623, 'Rothenbuch', ''),
(34131, 83, 623, 'Rothenburg', ''),
(34132, 83, 623, 'Rothenburg ob der Tauber', ''),
(34133, 83, 623, 'Rothenfels', ''),
(34134, 83, 623, 'Rothlein', ''),
(34135, 83, 623, 'Rothof', ''),
(34136, 83, 623, 'Rott', ''),
(34137, 83, 623, 'Rott am Inn', ''),
(34138, 83, 623, 'Rottach', ''),
(34139, 83, 623, 'Rottach-Egern', ''),
(34140, 83, 623, 'Rottau', ''),
(34141, 83, 623, 'Rottenbuch', ''),
(34142, 83, 623, 'Rottenburg an der Laaber', ''),
(34143, 83, 623, 'Rottendorf', ''),
(34144, 83, 623, 'Rottenstuben', ''),
(34145, 83, 623, 'Rotthalmunster', ''),
(34146, 83, 623, 'Rottingen', ''),
(34147, 83, 623, 'Ruckholz', ''),
(34148, 83, 623, 'Rudelzhausen', ''),
(34149, 83, 623, 'Rudenhausen', ''),
(34150, 83, 623, 'Ruderatshofen', ''),
(34151, 83, 623, 'Ruderting', ''),
(34152, 83, 623, 'Rugendorf', ''),
(34153, 83, 623, 'Ruhmannsfelden', ''),
(34154, 83, 623, 'Ruhpolding', ''),
(34155, 83, 623, 'Ruhstorf', ''),
(34156, 83, 623, 'Runding', ''),
(34157, 83, 623, 'Saal', ''),
(34158, 83, 623, 'Saaldorf', ''),
(34159, 83, 623, 'Sachsen', ''),
(34160, 83, 623, 'Sachsenheim', ''),
(34161, 83, 623, 'Sachsenkam', ''),
(34162, 83, 623, 'Sailauf', ''),
(34163, 83, 623, 'Salching', ''),
(34164, 83, 623, 'Saldenburg', ''),
(34165, 83, 623, 'Salz', ''),
(34166, 83, 623, 'Salzweg', ''),
(34167, 83, 623, 'Sand', ''),
(34168, 83, 623, 'Sandberg', ''),
(34169, 83, 623, 'Sankt Johann', ''),
(34170, 83, 623, 'Sankt Wolfgang', ''),
(34171, 83, 623, 'Sauerlach', ''),
(34172, 83, 623, 'Saulgrub', ''),
(34173, 83, 623, 'Schaftlarn', ''),
(34174, 83, 623, 'Schauenstein', ''),
(34175, 83, 623, 'Schaufling', ''),
(34176, 83, 623, 'Schechen', ''),
(34177, 83, 623, 'Scheidegg', ''),
(34178, 83, 623, 'Scheinfeld', ''),
(34179, 83, 623, 'Schesslitz', ''),
(34180, 83, 623, 'Scheuring', ''),
(34181, 83, 623, 'Scheyern', ''),
(34182, 83, 623, 'Schierling', ''),
(34183, 83, 623, 'Schillingsfurst', ''),
(34184, 83, 623, 'Schiltberg', ''),
(34185, 83, 623, 'Schirmitz', ''),
(34186, 83, 623, 'Schirnding', ''),
(34187, 83, 623, 'Schlammersdorf', ''),
(34188, 83, 623, 'Schliersee', ''),
(34189, 83, 623, 'Schlusselfeld', ''),
(34190, 83, 623, 'Schmidgaden', ''),
(34191, 83, 623, 'Schmidmuhlen', ''),
(34192, 83, 623, 'Schnaitsee', ''),
(34193, 83, 623, 'Schnaittach', ''),
(34194, 83, 623, 'Schnaittenbach', ''),
(34195, 83, 623, 'Schneckenlohe', ''),
(34196, 83, 623, 'Schneeberg', ''),
(34197, 83, 623, 'Schneizlreuth', ''),
(34198, 83, 623, 'Schnelldorf', ''),
(34199, 83, 623, 'Schoffelding', ''),
(34200, 83, 623, 'Schofweg', ''),
(34201, 83, 623, 'Schollbrunn', ''),
(34202, 83, 623, 'Schollkrippen', ''),
(34203, 83, 623, 'Schollnach', ''),
(34204, 83, 623, 'Schonau', ''),
(34205, 83, 623, 'Schonau an der Brend', ''),
(34206, 83, 623, 'Schonberg', ''),
(34207, 83, 623, 'Schondorf am Ammersee', ''),
(34208, 83, 623, 'Schondra', ''),
(34209, 83, 623, 'Schongau', ''),
(34210, 83, 623, 'Schongeising', ''),
(34211, 83, 623, 'Schonram', ''),
(34212, 83, 623, 'Schonsee', ''),
(34213, 83, 623, 'Schonstett', ''),
(34214, 83, 623, 'Schonthal', ''),
(34215, 83, 623, 'Schonungen', ''),
(34216, 83, 623, 'Schonwald', ''),
(34217, 83, 623, 'Schorndorf', ''),
(34218, 83, 623, 'Schrobenhausen', ''),
(34219, 83, 623, 'Schwabach', ''),
(34220, 83, 623, 'Schwabhausen', ''),
(34221, 83, 623, 'Schwabmunchen', ''),
(34222, 83, 623, 'Schwabsoien', ''),
(34223, 83, 623, 'Schwaig', ''),
(34224, 83, 623, 'Schwaigen', ''),
(34225, 83, 623, 'Schwaighausen', ''),
(34226, 83, 623, 'Schwandorf in Bayern', ''),
(34227, 83, 623, 'Schwanfeld', ''),
(34228, 83, 623, 'Schwangau', ''),
(34229, 83, 623, 'Schwanstetten', ''),
(34230, 83, 623, 'Schwarzach', ''),
(34231, 83, 623, 'Schwarzenbach', ''),
(34232, 83, 623, 'Schwarzenbach am Wald', ''),
(34233, 83, 623, 'Schwarzenbach an der Saale', ''),
(34234, 83, 623, 'Schwarzenbruck', ''),
(34235, 83, 623, 'Schwarzenfeld', ''),
(34236, 83, 623, 'Schwebenried', ''),
(34237, 83, 623, 'Schweinfurt', ''),
(34238, 83, 623, 'Schweitenkirchen', ''),
(34239, 83, 623, 'Schwenningen', ''),
(34240, 83, 623, 'Schwindegg', ''),
(34241, 83, 623, 'Seebruck', ''),
(34242, 83, 623, 'Seefeld', ''),
(34243, 83, 623, 'Seeg', ''),
(34244, 83, 623, 'Seeon-Seebruck', ''),
(34245, 83, 623, 'Seeshaupt', ''),
(34246, 83, 623, 'Segnitz', ''),
(34247, 83, 623, 'Seinsheim', ''),
(34248, 83, 623, 'Selb', ''),
(34249, 83, 623, 'Selbitz', ''),
(34250, 83, 623, 'Senden', ''),
(34251, 83, 623, 'Sengenthal', ''),
(34252, 83, 623, 'Sennfeld', ''),
(34253, 83, 623, 'Sesslach', ''),
(34254, 83, 623, 'Seubersdorf', ''),
(34255, 83, 623, 'Seubrigshausen', ''),
(34256, 83, 623, 'Seukendorf', ''),
(34257, 83, 623, 'Seybothenreuth', ''),
(34258, 83, 623, 'Siegenburg', ''),
(34259, 83, 623, 'Siegsdorf', ''),
(34260, 83, 623, 'Sielenbach', ''),
(34261, 83, 623, 'Sigmarszell', ''),
(34262, 83, 623, 'Simbach', ''),
(34263, 83, 623, 'Simbach am Inn', ''),
(34264, 83, 623, 'Simmelsdorf', ''),
(34265, 83, 623, 'Simmershofen', ''),
(34266, 83, 623, 'Sinzing', ''),
(34267, 83, 623, 'Sochtenau', ''),
(34268, 83, 623, 'Solnhofen', ''),
(34269, 83, 623, 'Sommerhausen', ''),
(34270, 83, 623, 'Sommerkahl', ''),
(34271, 83, 623, 'Sondermoning', ''),
(34272, 83, 623, 'Sondheim', ''),
(34273, 83, 623, 'Sonnefeld', ''),
(34274, 83, 623, 'Sontheim', ''),
(34275, 83, 623, 'Sonthofen', ''),
(34276, 83, 623, 'Soyen', ''),
(34277, 83, 623, 'Spalt', ''),
(34278, 83, 623, 'Sparneck', ''),
(34279, 83, 623, 'Speichersdorf', ''),
(34280, 83, 623, 'Speinshart', ''),
(34281, 83, 623, 'Spiegelau', ''),
(34282, 83, 623, 'Stadelhofen', ''),
(34283, 83, 623, 'Stadtbergen', ''),
(34284, 83, 623, 'Stadtlauringen', ''),
(34285, 83, 623, 'Stadtprozelten', ''),
(34286, 83, 623, 'Stadtschwarzach', ''),
(34287, 83, 623, 'Stadtsteinach', ''),
(34288, 83, 623, 'Stallwang', ''),
(34289, 83, 623, 'Stammbach', ''),
(34290, 83, 623, 'Stammham', ''),
(34291, 83, 623, 'Stamsried', ''),
(34292, 83, 623, 'Starnberg', ''),
(34293, 83, 623, 'Staudach-Egerndach', ''),
(34294, 83, 623, 'Stegaurach', ''),
(34295, 83, 623, 'Stein', ''),
(34296, 83, 623, 'Stein an der Traun', ''),
(34297, 83, 623, 'Steinach', ''),
(34298, 83, 623, 'Steinbach am Wald', ''),
(34299, 83, 623, 'Steinfeld', ''),
(34300, 83, 623, 'Steinhoring', ''),
(34301, 83, 623, 'Steinwiesen', ''),
(34302, 83, 623, 'Stephanskirchen', ''),
(34303, 83, 623, 'Stepperg', ''),
(34304, 83, 623, 'Sternberg', ''),
(34305, 83, 623, 'Stettfeld', ''),
(34306, 83, 623, 'Stiefenhofen', ''),
(34307, 83, 623, 'Stockheim', ''),
(34308, 83, 623, 'Stockstadt am Main', ''),
(34309, 83, 623, 'Stornstein', ''),
(34310, 83, 623, 'Stottwang', ''),
(34311, 83, 623, 'Strasslach-Dingharting', ''),
(34312, 83, 623, 'Straubing', ''),
(34313, 83, 623, 'Strullendorf', ''),
(34314, 83, 623, 'Stubenberg', ''),
(34315, 83, 623, 'Stulln', ''),
(34316, 83, 623, 'Sugenheim', ''),
(34317, 83, 623, 'Sulzbach am Main', ''),
(34318, 83, 623, 'Sulzbach-Rosenberg', ''),
(34319, 83, 623, 'Sulzberg', ''),
(34320, 83, 623, 'Sulzemoos', ''),
(34321, 83, 623, 'Sulzfeld', ''),
(34322, 83, 623, 'Sulzheim', ''),
(34323, 83, 623, 'Sulzthal', ''),
(34324, 83, 623, 'Sunching', ''),
(34325, 83, 623, 'Surberg', ''),
(34326, 83, 623, 'Syrgenstein', ''),
(34327, 83, 623, 'Tacherting', ''),
(34328, 83, 623, 'Taching am See', ''),
(34329, 83, 623, 'Tagmersheim', ''),
(34330, 83, 623, 'Tann', ''),
(34331, 83, 623, 'Tannesberg', ''),
(34332, 83, 623, 'Tapfheim', ''),
(34333, 83, 623, 'Tauberfeld', ''),
(34334, 83, 623, 'Taufkirchen', ''),
(34335, 83, 623, 'Tegernheim', ''),
(34336, 83, 623, 'Tegernsee', ''),
(34337, 83, 623, 'Teisendorf', ''),
(34338, 83, 623, 'Teising', ''),
(34339, 83, 623, 'Teisnach', ''),
(34340, 83, 623, 'Teublitz', ''),
(34341, 83, 623, 'Teugn', ''),
(34342, 83, 623, 'Thaining', ''),
(34343, 83, 623, 'Thalmassing', ''),
(34344, 83, 623, 'Thannberg', ''),
(34345, 83, 623, 'Thannhausen', ''),
(34346, 83, 623, 'Theilheim', ''),
(34347, 83, 623, 'Theisseil', ''),
(34348, 83, 623, 'Theres', ''),
(34349, 83, 623, 'Thierhaupten', ''),
(34350, 83, 623, 'Thierstein', ''),
(34351, 83, 623, 'Thungen', ''),
(34352, 83, 623, 'Thungersheim', ''),
(34353, 83, 623, 'Thurnau', ''),
(34354, 83, 623, 'Thyrnau', ''),
(34355, 83, 623, 'Tiefenbach', ''),
(34356, 83, 623, 'Tirschenreuth', ''),
(34357, 83, 623, 'Tittling', ''),
(34358, 83, 623, 'Tittmoning', ''),
(34359, 83, 623, 'Todtenweis', ''),
(34360, 83, 623, 'Toging am Inn', ''),
(34361, 83, 623, 'Topen', ''),
(34362, 83, 623, 'Trabitz', ''),
(34363, 83, 623, 'Train', ''),
(34364, 83, 623, 'Traitsching', ''),
(34365, 83, 623, 'Traunreut', ''),
(34366, 83, 623, 'Traunstein', ''),
(34367, 83, 623, 'Traunwalchen', ''),
(34368, 83, 623, 'Trausnitz', ''),
(34369, 83, 623, 'Trautskirchen', ''),
(34370, 83, 623, 'Trebgast', ''),
(34371, 83, 623, 'Treffelstein', ''),
(34372, 83, 623, 'Trennfeld', ''),
(34373, 83, 623, 'Treuchtlingen', ''),
(34374, 83, 623, 'Triefenstein', ''),
(34375, 83, 623, 'Triftern', ''),
(34376, 83, 623, 'Trogen', ''),
(34377, 83, 623, 'Trostau', ''),
(34378, 83, 623, 'Trostberg an der Alz', ''),
(34379, 83, 623, 'Truchtlaching', ''),
(34380, 83, 623, 'Trunkelsberg', ''),
(34381, 83, 623, 'Tuchenbach', ''),
(34382, 83, 623, 'Tuerkenfeld', ''),
(34383, 83, 623, 'Tuessling', ''),
(34384, 83, 623, 'Tuntenhausen', ''),
(34385, 83, 623, 'Turkheim', ''),
(34386, 83, 623, 'Tussenhausen', ''),
(34387, 83, 623, 'Tutzing', ''),
(34388, 83, 623, 'Ubersee', ''),
(34389, 83, 623, 'Uchtelhausen', ''),
(34390, 83, 623, 'Uehlfeld', ''),
(34391, 83, 623, 'Uettingen', ''),
(34392, 83, 623, 'Uffenheim', ''),
(34393, 83, 623, 'Uffing', ''),
(34394, 83, 623, 'Ummendorf', ''),
(34395, 83, 623, 'Undorf', ''),
(34396, 83, 623, 'Unsleben', ''),
(34397, 83, 623, 'Unterammergau', ''),
(34398, 83, 623, 'Unterbachern', ''),
(34399, 83, 623, 'Unterdiessen', ''),
(34400, 83, 623, 'Unterdietfurt', ''),
(34401, 83, 623, 'Unteregg', ''),
(34402, 83, 623, 'Untereuerheim', ''),
(34403, 83, 623, 'Unterfoehring', ''),
(34404, 83, 623, 'Untergriesbach', ''),
(34405, 83, 623, 'Unterhaching', ''),
(34406, 83, 623, 'Unterleinleiter', ''),
(34407, 83, 623, 'Untermeitingen', ''),
(34408, 83, 623, 'Untermerzbach', ''),
(34409, 83, 623, 'Untermuhlhausen', ''),
(34410, 83, 623, 'Unterneuhausen', ''),
(34411, 83, 623, 'Unterneukirchen', ''),
(34412, 83, 623, 'Unterpleichfeld', ''),
(34413, 83, 623, 'Unterreit', ''),
(34414, 83, 623, 'Unterroth', ''),
(34415, 83, 623, 'Unterschleichach', ''),
(34416, 83, 623, 'Unterschleissheim', ''),
(34417, 83, 623, 'Unterschoneberg', ''),
(34418, 83, 623, 'Unterschweinbach', ''),
(34419, 83, 623, 'Untersiemau', ''),
(34420, 83, 623, 'Unterthingau', ''),
(34421, 83, 623, 'Unterthurheim', ''),
(34422, 83, 623, 'Unterwangenbach', ''),
(34423, 83, 623, 'Unterwossen', ''),
(34424, 83, 623, 'Untrasried', ''),
(34425, 83, 623, 'Ursensollen', ''),
(34426, 83, 623, 'Urspringen', ''),
(34427, 83, 623, 'Ustersbach', ''),
(34428, 83, 623, 'Uttenreuth', ''),
(34429, 83, 623, 'Utting', ''),
(34430, 83, 623, 'Utting am Ammersee', ''),
(34431, 83, 623, 'Vachendorf', ''),
(34432, 83, 623, 'Vagen', ''),
(34433, 83, 623, 'Valley', ''),
(34434, 83, 623, 'Vaterstetten', ''),
(34435, 83, 623, 'Veitsbronn', ''),
(34436, 83, 623, 'Veitshochheim', ''),
(34437, 83, 623, 'Velburg', ''),
(34438, 83, 623, 'Velden', ''),
(34439, 83, 623, 'Vestenbergsgreuth', ''),
(34440, 83, 623, 'Viechtach', ''),
(34441, 83, 623, 'Viereth-Trunstadt', ''),
(34442, 83, 623, 'Vierkirchen', ''),
(34443, 83, 623, 'Villenbach', ''),
(34444, 83, 623, 'Vilsbiburg', ''),
(34445, 83, 623, 'Vilseck', ''),
(34446, 83, 623, 'Vilsheim', ''),
(34447, 83, 623, 'Vilshofen', ''),
(34448, 83, 623, 'Vogtareuth', ''),
(34449, 83, 623, 'Vohburg an der Donau', ''),
(34450, 83, 623, 'Vohenstrauss', ''),
(34451, 83, 623, 'Vohringen', ''),
(34452, 83, 623, 'Volkach', ''),
(34453, 83, 623, 'Vorbach', ''),
(34454, 83, 623, 'Waakirchen', ''),
(34455, 83, 623, 'Waal', ''),
(34456, 83, 623, 'Wachendorf', ''),
(34457, 83, 623, 'Wachenroth', ''),
(34458, 83, 623, 'Wackersberg', ''),
(34459, 83, 623, 'Wackersdorf', ''),
(34460, 83, 623, 'Waffenbrunn', ''),
(34461, 83, 623, 'Waging am See', ''),
(34462, 83, 623, 'Waidhofen', ''),
(34463, 83, 623, 'Waigolshausen', ''),
(34464, 83, 623, 'Wald', ''),
(34465, 83, 623, 'Waldaschaff', ''),
(34466, 83, 623, 'Waldbuttelbrunn', ''),
(34467, 83, 623, 'Walderbach', ''),
(34468, 83, 623, 'Waldershof', ''),
(34469, 83, 623, 'Waldkirchen', ''),
(34470, 83, 623, 'Waldkraiburg', ''),
(34471, 83, 623, 'Waldmunchen', ''),
(34472, 83, 623, 'Waldsassen', ''),
(34473, 83, 623, 'Waldthurn', ''),
(34474, 83, 623, 'Walkertshofen', ''),
(34475, 83, 623, 'Wallenfels', ''),
(34476, 83, 623, 'Wallersdorf', ''),
(34477, 83, 623, 'Wallerstein', ''),
(34478, 83, 623, 'Walpertskirchen', ''),
(34479, 83, 623, 'Walsdorf', ''),
(34480, 83, 623, 'Waltenhofen', ''),
(34481, 83, 623, 'Walting', ''),
(34482, 83, 623, 'Wangen', ''),
(34483, 83, 623, 'Warmensteinach', ''),
(34484, 83, 623, 'Warngau', ''),
(34485, 83, 623, 'Wartenberg', ''),
(34486, 83, 623, 'Wartmannsroth', ''),
(34487, 83, 623, 'Wasser', ''),
(34488, 83, 623, 'Wasserburg am Inn', ''),
(34489, 83, 623, 'Wasserlosen', ''),
(34490, 83, 623, 'Wassertrudingen', ''),
(34491, 83, 623, 'Weckbach', ''),
(34492, 83, 623, 'Wegscheid', ''),
(34493, 83, 623, 'Wehringen', ''),
(34494, 83, 623, 'Weibersbrunn', ''),
(34495, 83, 623, 'Weichering', ''),
(34496, 83, 623, 'Weichs', ''),
(34497, 83, 623, 'Weicht', ''),
(34498, 83, 623, 'Weickersgruben', ''),
(34499, 83, 623, 'Weiden', ''),
(34500, 83, 623, 'Weidenberg', ''),
(34501, 83, 623, 'Weiding', ''),
(34502, 83, 623, 'Weigenheim', ''),
(34503, 83, 623, 'Weihenzell', ''),
(34504, 83, 623, 'Weiherhammer', ''),
(34505, 83, 623, 'Weihmichl', ''),
(34506, 83, 623, 'Weil', ''),
(34507, 83, 623, 'Weiler-Simmerberg', ''),
(34508, 83, 623, 'Weilersbach', ''),
(34509, 83, 623, 'Weilheim', ''),
(34510, 83, 623, 'Weiltingen', ''),
(34511, 83, 623, 'Weisendorf', ''),
(34512, 83, 623, 'Weismain', ''),
(34513, 83, 623, 'Weissenbrunn', ''),
(34514, 83, 623, 'Weissenhorn', ''),
(34515, 83, 623, 'Weissenohe', ''),
(34516, 83, 623, 'Weissenstadt', ''),
(34517, 83, 623, 'Weitnau', ''),
(34518, 83, 623, 'Weitramsdorf', ''),
(34519, 83, 623, 'Welden', ''),
(34520, 83, 623, 'Wellheim', ''),
(34521, 83, 623, 'Wemding', ''),
(34522, 83, 623, 'Wendelstein', ''),
(34523, 83, 623, 'Weng', ''),
(34524, 83, 623, 'Wengen', ''),
(34525, 83, 623, 'Wenzenbach', ''),
(34526, 83, 623, 'Wernberg-Koblitz', ''),
(34527, 83, 623, 'Werneck', ''),
(34528, 83, 623, 'Wertach', ''),
(34529, 83, 623, 'Wertingen', ''),
(34530, 83, 623, 'Wessling', ''),
(34531, 83, 623, 'Wessobrunn Abbey', ''),
(34532, 83, 623, 'Westendorf', ''),
(34533, 83, 623, 'Westerheim', ''),
(34534, 83, 623, 'Westerngrund', ''),
(34535, 83, 623, 'Wettringen', ''),
(34536, 83, 623, 'Wettstetten', ''),
(34537, 83, 623, 'Wetzhausen', ''),
(34538, 83, 623, 'Weyarn', ''),
(34539, 83, 623, 'Wiedenzhausen', ''),
(34540, 83, 623, 'Wiedergeltingen', ''),
(34541, 83, 623, 'Wielenbach', ''),
(34542, 83, 623, 'Wiesau', ''),
(34543, 83, 623, 'Wiesenfelden', ''),
(34544, 83, 623, 'Wiesent', ''),
(34545, 83, 623, 'Wiesenthau', ''),
(34546, 83, 623, 'Wiesentheid', ''),
(34547, 83, 623, 'Wieseth', ''),
(34548, 83, 623, 'Wiesthal', ''),
(34549, 83, 623, 'Wifling', ''),
(34550, 83, 623, 'Wiggensbach', ''),
(34551, 83, 623, 'Wilburgstetten', ''),
(34552, 83, 623, 'Wildenberg', ''),
(34553, 83, 623, 'Wildflecken', ''),
(34554, 83, 623, 'Wildpoldsried', ''),
(34555, 83, 623, 'Wildsteig', ''),
(34556, 83, 623, 'Wilhelm', ''),
(34557, 83, 623, 'Wilhelmsdorf', ''),
(34558, 83, 623, 'Wilhelmsthal', ''),
(34559, 83, 623, 'Wilhermsdorf', ''),
(34560, 83, 623, 'Willanzheim', ''),
(34561, 83, 623, 'Willmering', ''),
(34562, 83, 623, 'Windach', ''),
(34563, 83, 623, 'Windischeschenbach', ''),
(34564, 83, 623, 'Windorf', ''),
(34565, 83, 623, 'Windsbach', ''),
(34566, 83, 623, 'Winhoring', ''),
(34567, 83, 623, 'Winkelhaid', ''),
(34568, 83, 623, 'Winterrieden', ''),
(34569, 83, 623, 'Winzer', ''),
(34570, 83, 623, 'Wipfeld', ''),
(34571, 83, 623, 'Wirsberg', ''),
(34572, 83, 623, 'Wittelshofen', ''),
(34573, 83, 623, 'Wittibreut', ''),
(34574, 83, 623, 'Wittislingen', ''),
(34575, 83, 623, 'Witzmannsberg', ''),
(34576, 83, 623, 'Wolfersdorf', ''),
(34577, 83, 623, 'Wolfertschwenden', ''),
(34578, 83, 623, 'Wolframs-Eschenbach', ''),
(34579, 83, 623, 'Wolfratshausen', ''),
(34580, 83, 623, 'Wolfsegg', ''),
(34581, 83, 623, 'Wolkering', ''),
(34582, 83, 623, 'Wolkersdorf', ''),
(34583, 83, 623, 'Wolnzach', ''),
(34584, 83, 623, 'Wonfurt', ''),
(34585, 83, 623, 'Wonsees', ''),
(34586, 83, 623, 'Woringen', ''),
(34587, 83, 623, 'Worth', ''),
(34588, 83, 623, 'Worth am Main', ''),
(34589, 83, 623, 'Worth an der Donau', ''),
(34590, 83, 623, 'Worth an der Isar', ''),
(34591, 83, 623, 'Worthsee', ''),
(34592, 83, 623, 'Wuelfershausen', ''),
(34593, 83, 623, 'Wullenstetten', ''),
(34594, 83, 623, 'Wunsiedel', ''),
(34595, 83, 623, 'Wurmannsquick', ''),
(34596, 83, 623, 'Wurmsham', ''),
(34597, 83, 623, 'Wurzburg', ''),
(34598, 83, 623, 'Zaisertshofen', ''),
(34599, 83, 623, 'Zandt', ''),
(34600, 83, 623, 'Zapfendorf', ''),
(34601, 83, 623, 'Zeckendorf', ''),
(34602, 83, 623, 'Zeil', ''),
(34603, 83, 623, 'Zeisertsweiler', ''),
(34604, 83, 623, 'Zeitlarn', ''),
(34605, 83, 623, 'Zell', ''),
(34606, 83, 623, 'Zell am Main', ''),
(34607, 83, 623, 'Zellingen', ''),
(34608, 83, 623, 'Zenting', ''),
(34609, 83, 623, 'Ziemetshausen', ''),
(34610, 83, 623, 'Zirndorf', ''),
(34611, 83, 623, 'Zolling', ''),
(34612, 83, 623, 'Zorneding', ''),
(34613, 83, 623, 'Zoschingen', ''),
(34614, 83, 623, 'Zusamaltheim', ''),
(34615, 83, 623, 'Zusmarshausen', ''),
(34616, 83, 623, 'Zwiesel', ''),
(34617, 83, 624, 'Ahrensfelde', ''),
(34618, 83, 624, 'Alt Ruppin', ''),
(34619, 83, 624, 'Altdobern', ''),
(34620, 83, 624, 'Althuttendorf', ''),
(34621, 83, 624, 'Altlandsberg', ''),
(34622, 83, 624, 'Am Mellensee', ''),
(34623, 83, 624, 'Angermuende', ''),
(34624, 83, 624, 'Annahuette', ''),
(34625, 83, 624, 'Arnsdorf', ''),
(34626, 83, 624, 'Bad Freienwalde', ''),
(34627, 83, 624, 'Bad Liebenwerda', ''),
(34628, 83, 624, 'Bad Saarow', ''),
(34629, 83, 624, 'Baek', ''),
(34630, 83, 624, 'Baerwalde', ''),
(34631, 83, 624, 'Bamme', ''),
(34632, 83, 624, 'Basedow', ''),
(34633, 83, 624, 'Beelitz', ''),
(34634, 83, 624, 'Beeskow', ''),
(34635, 83, 624, 'Beetzsee', ''),
(34636, 83, 624, 'Beetzseeheide', ''),
(34637, 83, 624, 'Behrensdorf', ''),
(34638, 83, 624, 'Beiersdorf', ''),
(34639, 83, 624, 'Belzig', ''),
(34640, 83, 624, 'Berg', ''),
(34641, 83, 624, 'Bergholz-Rehbruecke', ''),
(34642, 83, 624, 'Berkenbruck', ''),
(34643, 83, 624, 'Berkenbrueck', ''),
(34644, 83, 624, 'Bernau bei Berlin', ''),
(34645, 83, 624, 'Bersteland', ''),
(34646, 83, 624, 'Bestensee', ''),
(34647, 83, 624, 'Biesenthal', ''),
(34648, 83, 624, 'Birkenstein', ''),
(34649, 83, 624, 'Birkenwerder', ''),
(34650, 83, 624, 'Blankenfelde', ''),
(34651, 83, 624, 'Blankensee', ''),
(34652, 83, 624, 'Bliesdorf', ''),
(34653, 83, 624, 'Borgsdorf', ''),
(34654, 83, 624, 'Borkheide', ''),
(34655, 83, 624, 'Borkwalde', ''),
(34656, 83, 624, 'Brandenburg', ''),
(34657, 83, 624, 'Breddin', ''),
(34658, 83, 624, 'Bremsdorf', ''),
(34659, 83, 624, 'Brieselang', ''),
(34660, 83, 624, 'Briesen', ''),
(34661, 83, 624, 'Brieske', ''),
(34662, 83, 624, 'Brieskow-Finkenheerd', ''),
(34663, 83, 624, 'Briest', ''),
(34664, 83, 624, 'Britz', ''),
(34665, 83, 624, 'Brueck', ''),
(34666, 83, 624, 'Brunow', ''),
(34667, 83, 624, 'Buchwaeldchen', ''),
(34668, 83, 624, 'Buetzer', ''),
(34669, 83, 624, 'Burg', ''),
(34670, 83, 624, 'Burxdorf', ''),
(34671, 83, 624, 'Byhleguhre', ''),
(34672, 83, 624, 'Calau', ''),
(34673, 83, 624, 'Caputh', ''),
(34674, 83, 624, 'Casekow', ''),
(34675, 83, 624, 'Cottbus', ''),
(34676, 83, 624, 'Crinitz', ''),
(34677, 83, 624, 'Dahlewitz', ''),
(34678, 83, 624, 'Dahme', ''),
(34679, 83, 624, 'Dammendorf', ''),
(34680, 83, 624, 'Danewitz', ''),
(34681, 83, 624, 'Darritz', ''),
(34682, 83, 624, 'Deutschhof', ''),
(34683, 83, 624, 'Diedersdorf', ''),
(34684, 83, 624, 'Dissen', ''),
(34685, 83, 624, 'Doberlug-Kirchhain', ''),
(34686, 83, 624, 'Dorf Doeberitz', ''),
(34687, 83, 624, 'Drebkau', ''),
(34688, 83, 624, 'Dreetz', ''),
(34689, 83, 624, 'Dubrau', ''),
(34690, 83, 624, 'Eberswalde', ''),
(34691, 83, 624, 'Eden', ''),
(34692, 83, 624, 'Eggersdorf', ''),
(34693, 83, 624, 'Eichhorst', ''),
(34694, 83, 624, 'Eichwalde', ''),
(34695, 83, 624, 'Eisenhüttenstadt', ''),
(34696, 83, 624, 'Elsterwerda', ''),
(34697, 83, 624, 'Engelsburg', ''),
(34698, 83, 624, 'Erkner', ''),
(34699, 83, 624, 'Fahlhorst', ''),
(34700, 83, 624, 'Falkenberg', ''),
(34701, 83, 624, 'Falkensee', ''),
(34702, 83, 624, 'Felixsee', ''),
(34703, 83, 624, 'Fichtenau', ''),
(34704, 83, 624, 'Fichtenwalde', ''),
(34705, 83, 624, 'Finowfurt', ''),
(34706, 83, 624, 'Finsterwalde', ''),
(34707, 83, 624, 'Forst', ''),
(34708, 83, 624, 'Frankfurt (Oder)', ''),
(34709, 83, 624, 'Fredersdorf', ''),
(34710, 83, 624, 'Friedland', ''),
(34711, 83, 624, 'Friesack', ''),
(34712, 83, 624, 'Fuerstenberg', ''),
(34713, 83, 624, 'Fuerstenwalde', ''),
(34714, 83, 624, 'Gablenz', ''),
(34715, 83, 624, 'Garzau', ''),
(34716, 83, 624, 'Genschmar', ''),
(34717, 83, 624, 'Genshagen', ''),
(34718, 83, 624, 'Glienicke', ''),
(34719, 83, 624, 'Goetz', ''),
(34720, 83, 624, 'Golm', ''),
(34721, 83, 624, 'Golssen', ''),
(34722, 83, 624, 'Golzow', ''),
(34723, 83, 624, 'Gorden', ''),
(34724, 83, 624, 'Gortz', ''),
(34725, 83, 624, 'Gorzke', ''),
(34726, 83, 624, 'Gramzow', ''),
(34727, 83, 624, 'Gransee', ''),
(34728, 83, 624, 'Groden', ''),
(34729, 83, 624, 'Groditz', ''),
(34730, 83, 624, 'Gross Koris', ''),
(34731, 83, 624, 'Gross Kreutz', ''),
(34732, 83, 624, 'Gross Schacksdorf', ''),
(34733, 83, 624, 'Grossbeeren', ''),
(34734, 83, 624, 'Grossraeschen', ''),
(34735, 83, 624, 'Grosswoltersdorf', ''),
(34736, 83, 624, 'Gruenewalde', ''),
(34737, 83, 624, 'Gruenheide', ''),
(34738, 83, 624, 'Guben', ''),
(34739, 83, 624, 'Guestow', ''),
(34740, 83, 624, 'Hangelsberg', ''),
(34741, 83, 624, 'Hathenow', ''),
(34742, 83, 624, 'Havelsee', ''),
(34743, 83, 624, 'Heide', ''),
(34744, 83, 624, 'Heideblick', ''),
(34745, 83, 624, 'Heidesee', ''),
(34746, 83, 624, 'Hennickendorf', ''),
(34747, 83, 624, 'Hennigsdorf', ''),
(34748, 83, 624, 'Herbersdorf', ''),
(34749, 83, 624, 'Herzberg', ''),
(34750, 83, 624, 'Herzfelde', ''),
(34751, 83, 624, 'Hoenow', ''),
(34752, 83, 624, 'Hohen Neuendorf', ''),
(34753, 83, 624, 'Hohenbocka', ''),
(34754, 83, 624, 'Hohenleipisch', ''),
(34755, 83, 624, 'Hohenstein', ''),
(34756, 83, 624, 'Hoppegarten', ''),
(34757, 83, 624, 'Hoppenrade', ''),
(34758, 83, 624, 'Hosena', ''),
(34759, 83, 624, 'Ihlow', ''),
(34760, 83, 624, 'Jaenschwalde Ost', ''),
(34761, 83, 624, 'Joachimsthal', ''),
(34762, 83, 624, 'Jueterbog', ''),
(34763, 83, 624, 'Karwe', ''),
(34764, 83, 624, 'Ketzin', ''),
(34765, 83, 624, 'Kirchmoeser', ''),
(34766, 83, 624, 'Klausdorf', ''),
(34767, 83, 624, 'Kleinmachnow', ''),
(34768, 83, 624, 'Klettwitz', ''),
(34769, 83, 624, 'Klinge', ''),
(34770, 83, 624, 'Kloster Zinna', ''),
(34771, 83, 624, 'Koenigs Wusterhausen', ''),
(34772, 83, 624, 'Kolkwitz', ''),
(34773, 83, 624, 'Kossdorf', ''),
(34774, 83, 624, 'Kotzen', ''),
(34775, 83, 624, 'Kraupa', ''),
(34776, 83, 624, 'Kremmen', ''),
(34777, 83, 624, 'Kriele', ''),
(34778, 83, 624, 'Kyritz', ''),
(34779, 83, 624, 'Langewahl', ''),
(34780, 83, 624, 'Lanz', ''),
(34781, 83, 624, 'Lauchhammer', ''),
(34782, 83, 624, 'Lauta', ''),
(34783, 83, 624, 'Lebus', ''),
(34784, 83, 624, 'Leegebruch', ''),
(34785, 83, 624, 'Letschin', ''),
(34786, 83, 624, 'Lichtenberg', ''),
(34787, 83, 624, 'Liebenwalde', ''),
(34788, 83, 624, 'Liebsdorf', ''),
(34789, 83, 624, 'Lindenau', ''),
(34790, 83, 624, 'Loepten', ''),
(34791, 83, 624, 'Luckau', ''),
(34792, 83, 624, 'Luckenwalde', ''),
(34793, 83, 624, 'Ludwigsfelde', ''),
(34794, 83, 624, 'Luebben', ''),
(34795, 83, 624, 'Luebbenau', ''),
(34796, 83, 624, 'Luehsdorf', ''),
(34797, 83, 624, 'Lychen', ''),
(34798, 83, 624, 'Lynow', ''),
(34799, 83, 624, 'Mahlow', ''),
(34800, 83, 624, 'Marienwerder', ''),
(34801, 83, 624, 'Marquardt', ''),
(34802, 83, 624, 'Meinsdorf', ''),
(34803, 83, 624, 'Merzdorf', ''),
(34804, 83, 624, 'Meuro', ''),
(34805, 83, 624, 'Michendorf', ''),
(34806, 83, 624, 'Milmersdorf', ''),
(34807, 83, 624, 'Milower Land', ''),
(34808, 83, 624, 'Mittenwalde', ''),
(34809, 83, 624, 'Mixdorf', ''),
(34810, 83, 624, 'Moethlitz', ''),
(34811, 83, 624, 'Muehlenbeck', ''),
(34812, 83, 624, 'Muellrose', ''),
(34813, 83, 624, 'Muencheberg', ''),
(34814, 83, 624, 'Muenchhausen', ''),
(34815, 83, 624, 'Nauen', ''),
(34816, 83, 624, 'Nennhausen', ''),
(34817, 83, 624, 'Neu Zauche', ''),
(34818, 83, 624, 'Neuenhagen', ''),
(34819, 83, 624, 'Neuhausen', ''),
(34820, 83, 624, 'Neuruppin', ''),
(34821, 83, 624, 'Neuzelle', ''),
(34822, 83, 624, 'Niederfinow', ''),
(34823, 83, 624, 'Niedergorsdorf', ''),
(34824, 83, 624, 'Niemegk', ''),
(34825, 83, 624, 'Nuthetal', ''),
(34826, 83, 624, 'Oberuckersee', ''),
(34827, 83, 624, 'Oranienburg', ''),
(34828, 83, 624, 'Panketal', ''),
(34829, 83, 624, 'Paradies', ''),
(34830, 83, 624, 'Paretz', ''),
(34831, 83, 624, 'Passow', ''),
(34832, 83, 624, 'Paulinenaue', ''),
(34833, 83, 624, 'Peitz', ''),
(34834, 83, 624, 'Perleberg', ''),
(34835, 83, 624, 'Petershagen', ''),
(34836, 83, 624, 'Pirow', ''),
(34837, 83, 624, 'Platkow', ''),
(34838, 83, 624, 'Plessa', ''),
(34839, 83, 624, 'Podelzig', ''),
(34840, 83, 624, 'Potsdam', ''),
(34841, 83, 624, 'Preilack', ''),
(34842, 83, 624, 'Premnitz', ''),
(34843, 83, 624, 'Prenzlau', ''),
(34844, 83, 624, 'Pritzwalk', ''),
(34845, 83, 624, 'Raegelin', ''),
(34846, 83, 624, 'Randowtal', ''),
(34847, 83, 624, 'Rangsdorf', ''),
(34848, 83, 624, 'Rathenow', ''),
(34849, 83, 624, 'Rauen', ''),
(34850, 83, 624, 'Rehfelde', ''),
(34851, 83, 624, 'Reichenbach', ''),
(34852, 83, 624, 'Reichenow', ''),
(34853, 83, 624, 'Reichenwalde', ''),
(34854, 83, 624, 'Rheinsberg', ''),
(34855, 83, 624, 'Rhinow', ''),
(34856, 83, 624, 'Rosengarten', ''),
(34857, 83, 624, 'Rosenhagen', ''),
(34858, 83, 624, 'Roskow', ''),
(34859, 83, 624, 'Ruckersdorf', ''),
(34860, 83, 624, 'Rudnitz', ''),
(34861, 83, 624, 'Ruedersdorf', ''),
(34862, 83, 624, 'Ruhland', ''),
(34863, 83, 624, 'Saarmund', ''),
(34864, 83, 624, 'Sallgast', ''),
(34865, 83, 624, 'Satzkorn', ''),
(34866, 83, 624, 'Schacksdorf', ''),
(34867, 83, 624, 'Schenkendobern', ''),
(34868, 83, 624, 'Schenkendorf', ''),
(34869, 83, 624, 'Schildow', ''),
(34870, 83, 624, 'Schipkau', ''),
(34871, 83, 624, 'Schlaubetal', ''),
(34872, 83, 624, 'Schmachtenhagen', ''),
(34873, 83, 624, 'Schoenefeld', ''),
(34874, 83, 624, 'Schoeneiche', ''),
(34875, 83, 624, 'Schoenermark', ''),
(34876, 83, 624, 'Schoenfeld', ''),
(34877, 83, 624, 'Schoenwalde', ''),
(34878, 83, 624, 'Schonborn', ''),
(34879, 83, 624, 'Schonefeld', ''),
(34880, 83, 624, 'Schorfheide', ''),
(34881, 83, 624, 'Schulzendorf', ''),
(34882, 83, 624, 'Schwarzheide', ''),
(34883, 83, 624, 'Schwedt (Oder)', ''),
(34884, 83, 624, 'Schwielowsee', ''),
(34885, 83, 624, 'Seddiner See', ''),
(34886, 83, 624, 'Sedlitz', ''),
(34887, 83, 624, 'Seeblick', ''),
(34888, 83, 624, 'Seehof', ''),
(34889, 83, 624, 'Seelow', ''),
(34890, 83, 624, 'Senftenberg', ''),
(34891, 83, 624, 'Senzig', ''),
(34892, 83, 624, 'Sonnewalde', ''),
(34893, 83, 624, 'Spreenhagen', ''),
(34894, 83, 624, 'Spremberg', ''),
(34895, 83, 624, 'Stahnsdorf', ''),
(34896, 83, 624, 'Stegelitz', ''),
(34897, 83, 624, 'Steinberg', ''),
(34898, 83, 624, 'Steinhofel', ''),
(34899, 83, 624, 'Steintoch', ''),
(34900, 83, 624, 'Stolpe', ''),
(34901, 83, 624, 'Storkow', ''),
(34902, 83, 624, 'Straupitz', ''),
(34903, 83, 624, 'Strausberg', ''),
(34904, 83, 624, 'Stuedenitz', ''),
(34905, 83, 624, 'Tauche', ''),
(34906, 83, 624, 'Teltow', ''),
(34907, 83, 624, 'Templin', ''),
(34908, 83, 624, 'Teupitz', ''),
(34909, 83, 624, 'Thalberg', ''),
(34910, 83, 624, 'Trebbin', ''),
(34911, 83, 624, 'Treuenbrietzen', ''),
(34912, 83, 624, 'Tschernitz', ''),
(34913, 83, 624, 'Uebigau', ''),
(34914, 83, 624, 'Uenze', ''),
(34915, 83, 624, 'Velten', ''),
(34916, 83, 624, 'Vetschau', ''),
(34917, 83, 624, 'Vogelsang', ''),
(34918, 83, 624, 'Vogelsdorf', ''),
(34919, 83, 624, 'Waltersdorf', ''),
(34920, 83, 624, 'Wandlitz', ''),
(34921, 83, 624, 'Warenthin', ''),
(34922, 83, 624, 'Weissen', ''),
(34923, 83, 624, 'Weissenburg', ''),
(34924, 83, 624, 'Welzow', ''),
(34925, 83, 624, 'Wendisch Rietz', ''),
(34926, 83, 624, 'Werben', ''),
(34927, 83, 624, 'Werder', ''),
(34928, 83, 624, 'Werneuchen', ''),
(34929, 83, 624, 'Wiesenburg', ''),
(34930, 83, 624, 'Wildau', ''),
(34931, 83, 624, 'Wittenberge', ''),
(34932, 83, 624, 'Wittstock', ''),
(34933, 83, 624, 'Wollin', ''),
(34934, 83, 624, 'Woltersdorf', ''),
(34935, 83, 624, 'Wriezen', ''),
(34936, 83, 624, 'Wustermark', ''),
(34937, 83, 624, 'Wusterwitz', ''),
(34938, 83, 624, 'Wustrau', ''),
(34939, 83, 624, 'Wutike', ''),
(34940, 83, 624, 'Zechin', ''),
(34941, 83, 624, 'Zechlin Dorf', ''),
(34942, 83, 624, 'Zechlinerhuette', ''),
(34943, 83, 624, 'Zehdenick', ''),
(34944, 83, 624, 'Zepernick', ''),
(34945, 83, 624, 'Zeuthen', ''),
(34946, 83, 624, 'Ziesar', ''),
(34947, 83, 624, 'Zossen', ''),
(34948, 83, 624, 'Zuehlsdorf', ''),
(34949, 83, 625, 'Bremen', ''),
(34950, 83, 625, 'Bremerhaven', ''),
(34951, 83, 625, 'Burg-Grambke', ''),
(34952, 83, 625, 'Vegesack', ''),
(34953, 83, 626, 'Berne', ''),
(34954, 83, 626, 'Cranz', ''),
(34955, 83, 626, 'Hamburg', ''),
(34956, 83, 626, 'Hohenfelde', ''),
(34957, 83, 626, 'Ohlsdorf', ''),
(34958, 83, 626, 'Ovelgoenne', ''),
(34959, 83, 626, 'Rosengarten', ''),
(34960, 83, 626, 'Treudelberg', ''),
(34961, 83, 627, 'Aarbergen', ''),
(34962, 83, 627, 'Abterode', ''),
(34963, 83, 627, 'Affolterbach', ''),
(34964, 83, 627, 'Ahnatal', ''),
(34965, 83, 627, 'Ahrdt', ''),
(34966, 83, 627, 'Alheim', ''),
(34967, 83, 627, 'Alsbach-Hahnlein', ''),
(34968, 83, 627, 'Alsfeld', ''),
(34969, 83, 627, 'Altenkirchen', ''),
(34970, 83, 627, 'Altenschlirf', ''),
(34971, 83, 627, 'Altenstadt', ''),
(34972, 83, 627, 'Amoeneburg', ''),
(34973, 83, 627, 'Angelburg', ''),
(34974, 83, 627, 'Angersbach', ''),
(34975, 83, 627, 'Anspach', ''),
(34976, 83, 627, 'Asbach', ''),
(34977, 83, 627, 'Assenheim', ''),
(34978, 83, 627, 'Asslar', ''),
(34979, 83, 627, 'Babenhausen', ''),
(34980, 83, 627, 'Bad Arolsen', ''),
(34981, 83, 627, 'Bad Camberg', ''),
(34982, 83, 627, 'Bad Endbach', ''),
(34983, 83, 627, 'Bad Hersfeld', ''),
(34984, 83, 627, 'Bad Homburg', ''),
(34985, 83, 627, 'Bad Koenig', ''),
(34986, 83, 627, 'Bad Nauheim', ''),
(34987, 83, 627, 'Bad Orb', ''),
(34988, 83, 627, 'Bad Salzschlirf', ''),
(34989, 83, 627, 'Bad Schwalbach', ''),
(34990, 83, 627, 'Bad Soden am Taunus', ''),
(34991, 83, 627, 'Bad Soden-Salmuenster', ''),
(34992, 83, 627, 'Bad Sooden-Allendorf', ''),
(34993, 83, 627, 'Bad Vilbel', ''),
(34994, 83, 627, 'Bad Wildungen', ''),
(34995, 83, 627, 'Ballersbach', ''),
(34996, 83, 627, 'Battenberg', ''),
(34997, 83, 627, 'Baunatal', ''),
(34998, 83, 627, 'Bebra', ''),
(34999, 83, 627, 'Beerfelden', ''),
(35000, 83, 627, 'Bensheim', ''),
(35001, 83, 627, 'Bermoll', ''),
(35002, 83, 627, 'Bernsfeld', ''),
(35003, 83, 627, 'Berstadt', ''),
(35004, 83, 627, 'Beselich', ''),
(35005, 83, 627, 'Beuerbach', ''),
(35006, 83, 627, 'Beuern', ''),
(35007, 83, 627, 'Biblis', ''),
(35008, 83, 627, 'Bickenbach', ''),
(35009, 83, 627, 'Biebergemuend', ''),
(35010, 83, 627, 'Biebergemund', ''),
(35011, 83, 627, 'Biebertal', ''),
(35012, 83, 627, 'Biebesheim', ''),
(35013, 83, 627, 'Biedenkopf', ''),
(35014, 83, 627, 'Birkenau', ''),
(35015, 83, 627, 'Birkenhof', ''),
(35016, 83, 627, 'Birstein', ''),
(35017, 83, 627, 'Bischoffen', ''),
(35018, 83, 627, 'Bischofsheim', ''),
(35019, 83, 627, 'Bodenrod', ''),
(35020, 83, 627, 'Borken', ''),
(35021, 83, 627, 'Brachttal', ''),
(35022, 83, 627, 'Braunfels', ''),
(35023, 83, 627, 'Brechen', ''),
(35024, 83, 627, 'Breidenbach', ''),
(35025, 83, 627, 'Breidenstein', ''),
(35026, 83, 627, 'Breitenbach', ''),
(35027, 83, 627, 'Breitscheid', ''),
(35028, 83, 627, 'Brensbach', ''),
(35029, 83, 627, 'Breuna', ''),
(35030, 83, 627, 'Brombachtal', ''),
(35031, 83, 627, 'Bruchkoebel', ''),
(35032, 83, 627, 'Buedingen', ''),
(35033, 83, 627, 'Buerstadt', ''),
(35034, 83, 627, 'Burghaun', ''),
(35035, 83, 627, 'Burgsolms', ''),
(35036, 83, 627, 'Burgwald', ''),
(35037, 83, 627, 'Buttelborn', ''),
(35038, 83, 627, 'Butzbach', ''),
(35039, 83, 627, 'Calbach', ''),
(35040, 83, 627, 'Calden', ''),
(35041, 83, 627, 'Colbe', ''),
(35042, 83, 627, 'Crumstadt', ''),
(35043, 83, 627, 'Darmstadt', ''),
(35044, 83, 627, 'Datterode', ''),
(35045, 83, 627, 'Dautphe', ''),
(35046, 83, 627, 'Dautphetal', ''),
(35047, 83, 627, 'Dernbach', ''),
(35048, 83, 627, 'Dieburg', ''),
(35049, 83, 627, 'Diemelsee', ''),
(35050, 83, 627, 'Diemelstadt', ''),
(35051, 83, 627, 'Dietzenbach', ''),
(35052, 83, 627, 'Dietzholztal', ''),
(35053, 83, 627, 'Dillenburg', ''),
(35054, 83, 627, 'Dipperz', ''),
(35055, 83, 627, 'Dodenau', ''),
(35056, 83, 627, 'Dornheim', ''),
(35057, 83, 627, 'Dreieich', ''),
(35058, 83, 627, 'Driedorf', ''),
(35059, 83, 627, 'Ebsdorfergrund', ''),
(35060, 83, 627, 'Echzell', ''),
(35061, 83, 627, 'Edermunde', ''),
(35062, 83, 627, 'Egelsbach', ''),
(35063, 83, 627, 'Ehlen', ''),
(35064, 83, 627, 'Ehringshausen', ''),
(35065, 83, 627, 'Eichenberg', ''),
(35066, 83, 627, 'Eichenzell', ''),
(35067, 83, 627, 'Einhausen', ''),
(35068, 83, 627, 'Eiterfeld', ''),
(35069, 83, 627, 'Elbtal', ''),
(35070, 83, 627, 'Elmshausen', ''),
(35071, 83, 627, 'Eltville', ''),
(35072, 83, 627, 'Elz', ''),
(35073, 83, 627, 'Emstal', ''),
(35074, 83, 627, 'Eppertshausen', ''),
(35075, 83, 627, 'Eppstein', ''),
(35076, 83, 627, 'Erbach im Odenwald', ''),
(35077, 83, 627, 'Erda', ''),
(35078, 83, 627, 'Erlensee', ''),
(35079, 83, 627, 'Ernsthofen', ''),
(35080, 83, 627, 'Erzhausen', ''),
(35081, 83, 627, 'Eschborn', ''),
(35082, 83, 627, 'Eschenburg', ''),
(35083, 83, 627, 'Eschwege', ''),
(35084, 83, 627, 'Espenau', ''),
(35085, 83, 627, 'Felsberg', ''),
(35086, 83, 627, 'Fernwald', ''),
(35087, 83, 627, 'Flieden', ''),
(35088, 83, 627, 'Floersheim', ''),
(35089, 83, 627, 'Florstadt', ''),
(35090, 83, 627, 'Frankenau', ''),
(35091, 83, 627, 'Frankenberg', ''),
(35092, 83, 627, 'Frankfurt am Main', ''),
(35093, 83, 627, 'Frankisch-Crumbach', ''),
(35094, 83, 627, 'Freiensteinau', ''),
(35095, 83, 627, 'Freigericht', ''),
(35096, 83, 627, 'Frickhofen', ''),
(35097, 83, 627, 'Friedberg', ''),
(35098, 83, 627, 'Friedewald', ''),
(35099, 83, 627, 'Friedrichsdorf', ''),
(35100, 83, 627, 'Frielendorf', ''),
(35101, 83, 627, 'Fritzlar', ''),
(35102, 83, 627, 'Fronhausen', ''),
(35103, 83, 627, 'Fulda', ''),
(35104, 83, 627, 'Fuldabruck', ''),
(35105, 83, 627, 'Fuldatal', ''),
(35106, 83, 627, 'Furth', ''),
(35107, 83, 627, 'Gedern', ''),
(35108, 83, 627, 'Geinsheim', ''),
(35109, 83, 627, 'Geisenheim', ''),
(35110, 83, 627, 'Gellershausen', ''),
(35111, 83, 627, 'Gelnhausen', ''),
(35112, 83, 627, 'Gemeinde Fischbachtal', ''),
(35113, 83, 627, 'Gemuenden', ''),
(35114, 83, 627, 'Gengenbach', ''),
(35115, 83, 627, 'Germerode', ''),
(35116, 83, 627, 'Gernsheim', ''),
(35117, 83, 627, 'Gersfeld', ''),
(35118, 83, 627, 'Giesel', ''),
(35119, 83, 627, 'Giessen', ''),
(35120, 83, 627, 'Ginsheim-Gustavsburg', ''),
(35121, 83, 627, 'Gladenbach', ''),
(35122, 83, 627, 'Glashutten', ''),
(35123, 83, 627, 'Glauburg', ''),
(35124, 83, 627, 'Gleichen', ''),
(35125, 83, 627, 'Gorxheimertal', ''),
(35126, 83, 627, 'Gravenbruch', ''),
(35127, 83, 627, 'Gravenwiesbach', ''),
(35128, 83, 627, 'Grebenau', ''),
(35129, 83, 627, 'Grebenhain', ''),
(35130, 83, 627, 'Grebenstein', ''),
(35131, 83, 627, 'Greifenstein', ''),
(35132, 83, 627, 'Griesheim', ''),
(35133, 83, 627, 'Gronau', ''),
(35134, 83, 627, 'Gross Felda', ''),
(35135, 83, 627, 'Gross-Bieberau', ''),
(35136, 83, 627, 'Gross-Gerau', ''),
(35137, 83, 627, 'Gross-Rohrheim', ''),
(35138, 83, 627, 'Gross-Umstadt', ''),
(35139, 83, 627, 'Gross-Zimmern', ''),
(35140, 83, 627, 'Grossalmerode', ''),
(35141, 83, 627, 'Grossenluder', ''),
(35142, 83, 627, 'Grosskrotzenburg', ''),
(35143, 83, 627, 'Gruenberg', ''),
(35144, 83, 627, 'Gudensberg', ''),
(35145, 83, 627, 'Guxhagen', ''),
(35146, 83, 627, 'Habichtswald', ''),
(35147, 83, 627, 'Hachborn', ''),
(35148, 83, 627, 'Hadamar', ''),
(35149, 83, 627, 'Haiger', ''),
(35150, 83, 627, 'Hainburg', ''),
(35151, 83, 627, 'Hammelbach', ''),
(35152, 83, 627, 'Hammersbach', ''),
(35153, 83, 627, 'Hanau', ''),
(35154, 83, 627, 'Hattersheim', ''),
(35155, 83, 627, 'Hatzfeld', ''),
(35156, 83, 627, 'Hauneck', ''),
(35157, 83, 627, 'Haunetal', ''),
(35158, 83, 627, 'Hausen vor der Hoehe', ''),
(35159, 83, 627, 'Heckershausen', ''),
(35160, 83, 627, 'Heidenrod', ''),
(35161, 83, 627, 'Heisterberg', ''),
(35162, 83, 627, 'Helsa', ''),
(35163, 83, 627, 'Heppenheim an der Bergstrasse', ''),
(35164, 83, 627, 'Herborn', ''),
(35165, 83, 627, 'Herbstein', ''),
(35166, 83, 627, 'Heringen', ''),
(35167, 83, 627, 'Herleshausen', ''),
(35168, 83, 627, 'Hessisch Lichtenau', ''),
(35169, 83, 627, 'Heubach', ''),
(35170, 83, 627, 'Heuchelheim', ''),
(35171, 83, 627, 'Heusenstamm', ''),
(35172, 83, 627, 'Hilders', ''),
(35173, 83, 627, 'Hirschhorn', ''),
(35174, 83, 627, 'Hirzenhain', ''),
(35175, 83, 627, 'Hochheim am Main', ''),
(35176, 83, 627, 'Hoechst im Odenwald', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(35177, 83, 627, 'Hofbieber', ''),
(35178, 83, 627, 'Hofgeismar', ''),
(35179, 83, 627, 'Hofheim am Taunus', ''),
(35180, 83, 627, 'Hohenahr', ''),
(35181, 83, 627, 'Hohensolms', ''),
(35182, 83, 627, 'Homberg', ''),
(35183, 83, 627, 'Hosenfeld', ''),
(35184, 83, 627, 'Huenfeld', ''),
(35185, 83, 627, 'Hunfelden', ''),
(35186, 83, 627, 'Hungen', ''),
(35187, 83, 627, 'Hunstetten', ''),
(35188, 83, 627, 'Idstein', ''),
(35189, 83, 627, 'Immenhausen', ''),
(35190, 83, 627, 'Immichenhain', ''),
(35191, 83, 627, 'Jossgrund', ''),
(35192, 83, 627, 'Karben', ''),
(35193, 83, 627, 'Kassel', ''),
(35194, 83, 627, 'Kastel', ''),
(35195, 83, 627, 'Kaufungen', ''),
(35196, 83, 627, 'Kefenrod', ''),
(35197, 83, 627, 'Kelkheim (Taunus)', ''),
(35198, 83, 627, 'Kelsterbach', ''),
(35199, 83, 627, 'Kettenbach', ''),
(35200, 83, 627, 'Kiedrich', ''),
(35201, 83, 627, 'Kirchhain', ''),
(35202, 83, 627, 'Kirchheim', ''),
(35203, 83, 627, 'Kirtorf', ''),
(35204, 83, 627, 'Klein-Zimmern', ''),
(35205, 83, 627, 'Konigstein im Taunus', ''),
(35206, 83, 627, 'Korbach', ''),
(35207, 83, 627, 'Korle', ''),
(35208, 83, 627, 'Kriftel', ''),
(35209, 83, 627, 'Kronberg', ''),
(35210, 83, 627, 'Kunzell', ''),
(35211, 83, 627, 'Laemmerspiel', ''),
(35212, 83, 627, 'Lahnau', ''),
(35213, 83, 627, 'Lahntal', ''),
(35214, 83, 627, 'Lahr', ''),
(35215, 83, 627, 'Lampertheim', ''),
(35216, 83, 627, 'Landau', ''),
(35217, 83, 627, 'Langen', ''),
(35218, 83, 627, 'Langenselbold', ''),
(35219, 83, 627, 'Langgons', ''),
(35220, 83, 627, 'Laubach', ''),
(35221, 83, 627, 'Lauterbach', ''),
(35222, 83, 627, 'Lautertal', ''),
(35223, 83, 627, 'Lettgenbrunn', ''),
(35224, 83, 627, 'Leun', ''),
(35225, 83, 627, 'Lich', ''),
(35226, 83, 627, 'Liebenau', ''),
(35227, 83, 627, 'Liederbach', ''),
(35228, 83, 627, 'Limburg an der Lahn', ''),
(35229, 83, 627, 'Limeshain', ''),
(35230, 83, 627, 'Lindenfels', ''),
(35231, 83, 627, 'Linsengericht', ''),
(35232, 83, 627, 'Lispenhausen', ''),
(35233, 83, 627, 'Loerzenbach', ''),
(35234, 83, 627, 'Lohfelden', ''),
(35235, 83, 627, 'Lohnberg', ''),
(35236, 83, 627, 'Lohra', ''),
(35237, 83, 627, 'Lollar', ''),
(35238, 83, 627, 'Lorsch', ''),
(35239, 83, 627, 'Ludwigsau', ''),
(35240, 83, 627, 'Luetzelbach', ''),
(35241, 83, 627, 'Luetzelhausen', ''),
(35242, 83, 627, 'Lutzelbach', ''),
(35243, 83, 627, 'Mackenheim', ''),
(35244, 83, 627, 'Maintal', ''),
(35245, 83, 627, 'Malsfeld', ''),
(35246, 83, 627, 'Marburg', ''),
(35247, 83, 627, 'Massenheim', ''),
(35248, 83, 627, 'Meinhard', ''),
(35249, 83, 627, 'Melsungen', ''),
(35250, 83, 627, 'Mengerskirchen', ''),
(35251, 83, 627, 'Merenberg', ''),
(35252, 83, 627, 'Messel', ''),
(35253, 83, 627, 'Metzlos-Gehag', ''),
(35254, 83, 627, 'Michelau', ''),
(35255, 83, 627, 'Michelbach', ''),
(35256, 83, 627, 'Michelstadt', ''),
(35257, 83, 627, 'Mittenaar', ''),
(35258, 83, 627, 'Modautal', ''),
(35259, 83, 627, 'Moerfelden-Walldorf', ''),
(35260, 83, 627, 'Morlenbach', ''),
(35261, 83, 627, 'Morschen', ''),
(35262, 83, 627, 'Mucke', ''),
(35263, 83, 627, 'Muehlheim am Main', ''),
(35264, 83, 627, 'Muenzenberg', ''),
(35265, 83, 627, 'Munchhausen', ''),
(35266, 83, 627, 'Munster', ''),
(35267, 83, 627, 'Nauborn', ''),
(35268, 83, 627, 'Nauheim', ''),
(35269, 83, 627, 'Naumburg', ''),
(35270, 83, 627, 'Neckarsteinach', ''),
(35271, 83, 627, 'Nentershausen', ''),
(35272, 83, 627, 'Netze', ''),
(35273, 83, 627, 'Neu Isenburg', ''),
(35274, 83, 627, 'Neu-Anspach', ''),
(35275, 83, 627, 'Neuental', ''),
(35276, 83, 627, 'Neuhof', ''),
(35277, 83, 627, 'Neukirchen', ''),
(35278, 83, 627, 'Neunkirchen', ''),
(35279, 83, 627, 'Neuses', ''),
(35280, 83, 627, 'Neustadt', ''),
(35281, 83, 627, 'Nidda', ''),
(35282, 83, 627, 'Niddatal', ''),
(35283, 83, 627, 'Nidderau', ''),
(35284, 83, 627, 'Niedenstein', ''),
(35285, 83, 627, 'Niederaula', ''),
(35286, 83, 627, 'Niederdorfelden', ''),
(35287, 83, 627, 'Niederhoerlen', ''),
(35288, 83, 627, 'Niedermittlau', ''),
(35289, 83, 627, 'Niedernhausen', ''),
(35290, 83, 627, 'Niederselters', ''),
(35291, 83, 627, 'Niederweidbach', ''),
(35292, 83, 627, 'Niederweimar', ''),
(35293, 83, 627, 'Niederweyer', ''),
(35294, 83, 627, 'Nieste', ''),
(35295, 83, 627, 'Niestetal', ''),
(35296, 83, 627, 'Nonnenroth', ''),
(35297, 83, 627, 'Nusttal', ''),
(35298, 83, 627, 'Ober-Erlenbach', ''),
(35299, 83, 627, 'Ober-Morlen', ''),
(35300, 83, 627, 'Ober-Ramstadt', ''),
(35301, 83, 627, 'Oberaula', ''),
(35302, 83, 627, 'Oberbiel', ''),
(35303, 83, 627, 'Obersuhl', ''),
(35304, 83, 627, 'Obertiefenbach', ''),
(35305, 83, 627, 'Obertshausen', ''),
(35306, 83, 627, 'Oberursel', ''),
(35307, 83, 627, 'Oberweidbach', ''),
(35308, 83, 627, 'Oberweser', ''),
(35309, 83, 627, 'Oedelsheim', ''),
(35310, 83, 627, 'Oestrich', ''),
(35311, 83, 627, 'Offenbach', ''),
(35312, 83, 627, 'Ohmes', ''),
(35313, 83, 627, 'Okarben', ''),
(35314, 83, 627, 'Ortenberg', ''),
(35315, 83, 627, 'Ostheim', ''),
(35316, 83, 627, 'Otzberg', ''),
(35317, 83, 627, 'Petersberg', ''),
(35318, 83, 627, 'Pfungstadt', ''),
(35319, 83, 627, 'Philippsthal', ''),
(35320, 83, 627, 'Pohlheim', ''),
(35321, 83, 627, 'Presberg', ''),
(35322, 83, 627, 'Ransel', ''),
(35323, 83, 627, 'Ranstadt', ''),
(35324, 83, 627, 'Rasdorf', ''),
(35325, 83, 627, 'Raunheim', ''),
(35326, 83, 627, 'Rauschenberg', ''),
(35327, 83, 627, 'Reichelsheim', ''),
(35328, 83, 627, 'Reichenbach', ''),
(35329, 83, 627, 'Reinhardshagen', ''),
(35330, 83, 627, 'Reinheim', ''),
(35331, 83, 627, 'Reiskirchen', ''),
(35332, 83, 627, 'Rhoden', ''),
(35333, 83, 627, 'Riedstadt', ''),
(35334, 83, 627, 'Rimbach', ''),
(35335, 83, 627, 'Rockenberg', ''),
(35336, 83, 627, 'Rodau', ''),
(35337, 83, 627, 'Rodenbach', ''),
(35338, 83, 627, 'Rodermark', ''),
(35339, 83, 627, 'Rodgau', ''),
(35340, 83, 627, 'Rodheim', ''),
(35341, 83, 627, 'Romrod', ''),
(35342, 83, 627, 'Ronshausen', ''),
(35343, 83, 627, 'Rosbach vor der Hoehe', ''),
(35344, 83, 627, 'Rosengarten', ''),
(35345, 83, 627, 'Rossdorf', ''),
(35346, 83, 627, 'Rotenburg an der Fulda', ''),
(35347, 83, 627, 'Roth', ''),
(35348, 83, 627, 'Ruedesheim am Rhein', ''),
(35349, 83, 627, 'Runkel', ''),
(35350, 83, 627, 'Rüsselsheim', ''),
(35351, 83, 627, 'Sand', ''),
(35352, 83, 627, 'Schaafheim', ''),
(35353, 83, 627, 'Schauenburg', ''),
(35354, 83, 627, 'Schenklengsfeld', ''),
(35355, 83, 627, 'Schlangenbad', ''),
(35356, 83, 627, 'Schlitz', ''),
(35357, 83, 627, 'Schluechtern', ''),
(35358, 83, 627, 'Schmitten', ''),
(35359, 83, 627, 'Schoeffengrund', ''),
(35360, 83, 627, 'Schotten', ''),
(35361, 83, 627, 'Schrecksbach', ''),
(35362, 83, 627, 'Schwalbach am Taunus', ''),
(35363, 83, 627, 'Schwalmstadt', ''),
(35364, 83, 627, 'Schwalmtal', ''),
(35365, 83, 627, 'Schwarz', ''),
(35366, 83, 627, 'Schwarzenborn', ''),
(35367, 83, 627, 'Seeheim-Jugenheim', ''),
(35368, 83, 627, 'Seigertshausen', ''),
(35369, 83, 627, 'Seligenstadt', ''),
(35370, 83, 627, 'Selters', ''),
(35371, 83, 627, 'Sensbachtal', ''),
(35372, 83, 627, 'Siegbach', ''),
(35373, 83, 627, 'Simmersbach', ''),
(35374, 83, 627, 'Sinn', ''),
(35375, 83, 627, 'Sinntal', ''),
(35376, 83, 627, 'Sohrewald', ''),
(35377, 83, 627, 'Solms', ''),
(35378, 83, 627, 'Sontra', ''),
(35379, 83, 627, 'Spangenberg', ''),
(35380, 83, 627, 'Spielberg', ''),
(35381, 83, 627, 'Stadtallendorf', ''),
(35382, 83, 627, 'Staufenberg', ''),
(35383, 83, 627, 'Steinau an der Strasse', ''),
(35384, 83, 627, 'Steinbach am Taunus', ''),
(35385, 83, 627, 'Stockhausen', ''),
(35386, 83, 627, 'Stockstadt am Rhein', ''),
(35387, 83, 627, 'Sulzbach', ''),
(35388, 83, 627, 'Tann', ''),
(35389, 83, 627, 'Taunusstein', ''),
(35390, 83, 627, 'Trebur', ''),
(35391, 83, 627, 'Trendelburg', ''),
(35392, 83, 627, 'Treysa', ''),
(35393, 83, 627, 'Tringenstein', ''),
(35394, 83, 627, 'Twistetal', ''),
(35395, 83, 627, 'Ulrichstein', ''),
(35396, 83, 627, 'Urberach', ''),
(35397, 83, 627, 'Usingen', ''),
(35398, 83, 627, 'Usseln', ''),
(35399, 83, 627, 'Vaake', ''),
(35400, 83, 627, 'Vellmar', ''),
(35401, 83, 627, 'Viernheim', ''),
(35402, 83, 627, 'Villingen', ''),
(35403, 83, 627, 'Villmar', ''),
(35404, 83, 627, 'Vohl', ''),
(35405, 83, 627, 'Volkmarsen', ''),
(35406, 83, 627, 'Wabern', ''),
(35407, 83, 627, 'Waechtersbach', ''),
(35408, 83, 627, 'Wald-Michelbach', ''),
(35409, 83, 627, 'Waldacker', ''),
(35410, 83, 627, 'Waldbrunn', ''),
(35411, 83, 627, 'Waldeck', ''),
(35412, 83, 627, 'Waldems', ''),
(35413, 83, 627, 'Waldkappel', ''),
(35414, 83, 627, 'Waldsolms', ''),
(35415, 83, 627, 'Walluf', ''),
(35416, 83, 627, 'Wanfried', ''),
(35417, 83, 627, 'Wehrheim', ''),
(35418, 83, 627, 'Weilbach', ''),
(35419, 83, 627, 'Weilburg', ''),
(35420, 83, 627, 'Weilmuenster', ''),
(35421, 83, 627, 'Weilrod', ''),
(35422, 83, 627, 'Weimar', ''),
(35423, 83, 627, 'Weinbach', ''),
(35424, 83, 627, 'Weiperz', ''),
(35425, 83, 627, 'Weissenborn', ''),
(35426, 83, 627, 'Weitershain', ''),
(35427, 83, 627, 'Weiterstadt', ''),
(35428, 83, 627, 'Werdorf', ''),
(35429, 83, 627, 'Wetter', ''),
(35430, 83, 627, 'Wetzlar', ''),
(35431, 83, 627, 'Wichte', ''),
(35432, 83, 627, 'Wiesbaden', ''),
(35433, 83, 627, 'Wildeck', ''),
(35434, 83, 627, 'Willingen', ''),
(35435, 83, 627, 'Willingshausen', ''),
(35436, 83, 627, 'Wissenbach', ''),
(35437, 83, 627, 'Witzenhausen', ''),
(35438, 83, 627, 'Wolfenhausen', ''),
(35439, 83, 627, 'Wolfersheim', ''),
(35440, 83, 627, 'Wolfgang', ''),
(35441, 83, 627, 'Wolfhagen', ''),
(35442, 83, 627, 'Wolfskehlen', ''),
(35443, 83, 627, 'Wollstadt', ''),
(35444, 83, 627, 'Worfelden', ''),
(35445, 83, 627, 'Zella', ''),
(35446, 83, 627, 'Zierenberg', ''),
(35447, 83, 627, 'Zwesten', ''),
(35448, 83, 627, 'Zwingenberg', ''),
(35449, 83, 628, 'Berlin', ''),
(35450, 83, 628, 'Buckow', ''),
(35451, 83, 628, 'Falkenberg', ''),
(35452, 83, 628, 'Pankow', ''),
(35453, 83, 628, 'Steglitz Bezirk', ''),
(35454, 83, 629, 'Achim', ''),
(35455, 83, 629, 'Adelebsen', ''),
(35456, 83, 629, 'Adelheidsdorf', ''),
(35457, 83, 629, 'Adenbuettel', ''),
(35458, 83, 629, 'Adendorf', ''),
(35459, 83, 629, 'Adenstedt', ''),
(35460, 83, 629, 'Adlum', ''),
(35461, 83, 629, 'Aerzen', ''),
(35462, 83, 629, 'Affinghausen', ''),
(35463, 83, 629, 'Agathenburg', ''),
(35464, 83, 629, 'Ahlerstedt', ''),
(35465, 83, 629, 'Ahlhorn', ''),
(35466, 83, 629, 'Ahnsbeck', ''),
(35467, 83, 629, 'Ahnsen', ''),
(35468, 83, 629, 'Ahstedt', ''),
(35469, 83, 629, 'Alfeld', ''),
(35470, 83, 629, 'Alfhausen', ''),
(35471, 83, 629, 'Alfstedt', ''),
(35472, 83, 629, 'Algermissen', ''),
(35473, 83, 629, 'Altenhorst', ''),
(35474, 83, 629, 'Altenmedingen', ''),
(35475, 83, 629, 'Altwarmbuechen', ''),
(35476, 83, 629, 'Amelinghausen', ''),
(35477, 83, 629, 'Anderlingen', ''),
(35478, 83, 629, 'Ankum', ''),
(35479, 83, 629, 'Apelern', ''),
(35480, 83, 629, 'Apen', ''),
(35481, 83, 629, 'Apensen', ''),
(35482, 83, 629, 'Appel', ''),
(35483, 83, 629, 'Armstorf', ''),
(35484, 83, 629, 'Artlenburg', ''),
(35485, 83, 629, 'Aschendorf', ''),
(35486, 83, 629, 'Asendorf', ''),
(35487, 83, 629, 'Auetal', ''),
(35488, 83, 629, 'Augustfehn', ''),
(35489, 83, 629, 'Auhagen', ''),
(35490, 83, 629, 'Aurich', ''),
(35491, 83, 629, 'Bad Bentheim', ''),
(35492, 83, 629, 'Bad Bevensen', ''),
(35493, 83, 629, 'Bad Eilsen', ''),
(35494, 83, 629, 'Bad Essen', ''),
(35495, 83, 629, 'Bad Fallingbostel', ''),
(35496, 83, 629, 'Bad Gandersheim', ''),
(35497, 83, 629, 'Bad Grund', ''),
(35498, 83, 629, 'Bad Harzburg', ''),
(35499, 83, 629, 'Bad Iburg', ''),
(35500, 83, 629, 'Bad Karlshafen', ''),
(35501, 83, 629, 'Bad Laer', ''),
(35502, 83, 629, 'Bad Lauterberg im Harz', ''),
(35503, 83, 629, 'Bad Muender am Deister', ''),
(35504, 83, 629, 'Bad Nenndorf', ''),
(35505, 83, 629, 'Bad Pyrmont', ''),
(35506, 83, 629, 'Bad Rothenfelde', ''),
(35507, 83, 629, 'Bad Sachsa', ''),
(35508, 83, 629, 'Bad Salzdetfurth', ''),
(35509, 83, 629, 'Bad Zwischenahn', ''),
(35510, 83, 629, 'Badbergen', ''),
(35511, 83, 629, 'Baddeckenstedt', ''),
(35512, 83, 629, 'Badenhausen', ''),
(35513, 83, 629, 'Bahrdorf', ''),
(35514, 83, 629, 'Bahrenborstel', ''),
(35515, 83, 629, 'Bakum', ''),
(35516, 83, 629, 'Balje', ''),
(35517, 83, 629, 'Banteln', ''),
(35518, 83, 629, 'Bardowick', ''),
(35519, 83, 629, 'Barenburg', ''),
(35520, 83, 629, 'Bargstedt', ''),
(35521, 83, 629, 'Barnstorf', ''),
(35522, 83, 629, 'Barsinghausen', ''),
(35523, 83, 629, 'Barssel', ''),
(35524, 83, 629, 'Barum', ''),
(35525, 83, 629, 'Barver', ''),
(35526, 83, 629, 'Barwedel', ''),
(35527, 83, 629, 'Basdahl', ''),
(35528, 83, 629, 'Bassenfleth', ''),
(35529, 83, 629, 'Bassum', ''),
(35530, 83, 629, 'Bawinkel', ''),
(35531, 83, 629, 'Beck', ''),
(35532, 83, 629, 'Beckdorf', ''),
(35533, 83, 629, 'Beckedorf', ''),
(35534, 83, 629, 'Beckeln', ''),
(35535, 83, 629, 'Bederkesa', ''),
(35536, 83, 629, 'Beesten', ''),
(35537, 83, 629, 'Beierstedt', ''),
(35538, 83, 629, 'Beim Kronsberg', ''),
(35539, 83, 629, 'Belm', ''),
(35540, 83, 629, 'Belum', ''),
(35541, 83, 629, 'Bendestorf', ''),
(35542, 83, 629, 'Berge', ''),
(35543, 83, 629, 'Bergen', ''),
(35544, 83, 629, 'Bergfeld', ''),
(35545, 83, 629, 'Bersenbrueck', ''),
(35546, 83, 629, 'Berumbur', ''),
(35547, 83, 629, 'Betheln', ''),
(35548, 83, 629, 'Betzendorf', ''),
(35549, 83, 629, 'Bevern', ''),
(35550, 83, 629, 'Beverstedt', ''),
(35551, 83, 629, 'Bienenbuttel', ''),
(35552, 83, 629, 'Bippen', ''),
(35553, 83, 629, 'Bispingen', ''),
(35554, 83, 629, 'Bissendorf', ''),
(35555, 83, 629, 'Bleckede', ''),
(35556, 83, 629, 'Blender', ''),
(35557, 83, 629, 'Bliedersdorf', ''),
(35558, 83, 629, 'Blomberg', ''),
(35559, 83, 629, 'Bockenem', ''),
(35560, 83, 629, 'Bockhorn', ''),
(35561, 83, 629, 'Bodenfelde', ''),
(35562, 83, 629, 'Bodensee', ''),
(35563, 83, 629, 'Bodenteich', ''),
(35564, 83, 629, 'Bodenwerder', ''),
(35565, 83, 629, 'Boethel', ''),
(35566, 83, 629, 'Bohme', ''),
(35567, 83, 629, 'Bohmte', ''),
(35568, 83, 629, 'Boitze', ''),
(35569, 83, 629, 'Bokensdorf', ''),
(35570, 83, 629, 'Bomlitz', ''),
(35571, 83, 629, 'Borger', ''),
(35572, 83, 629, 'Borkum', ''),
(35573, 83, 629, 'Borstel', ''),
(35574, 83, 629, 'Bosel', ''),
(35575, 83, 629, 'Botersen', ''),
(35576, 83, 629, 'Bovenden', ''),
(35577, 83, 629, 'Brackel', ''),
(35578, 83, 629, 'Brake (Unterweser)', ''),
(35579, 83, 629, 'Bramsche', ''),
(35580, 83, 629, 'Bramstedt', ''),
(35581, 83, 629, 'Brauel', ''),
(35582, 83, 629, 'Braunlage', ''),
(35583, 83, 629, 'Braunschweig', ''),
(35584, 83, 629, 'Bremervoerde', ''),
(35585, 83, 629, 'Brietlingen', ''),
(35586, 83, 629, 'Broeckel', ''),
(35587, 83, 629, 'Brome', ''),
(35588, 83, 629, 'Bruch', ''),
(35589, 83, 629, 'Bruchhausen-Vilsen', ''),
(35590, 83, 629, 'Bruggen', ''),
(35591, 83, 629, 'Buchholz', ''),
(35592, 83, 629, 'Buchholz in der Nordheide', ''),
(35593, 83, 629, 'Buckeburg', ''),
(35594, 83, 629, 'Buecken', ''),
(35595, 83, 629, 'Bueddenstedt', ''),
(35596, 83, 629, 'Buer', ''),
(35597, 83, 629, 'Buhren', ''),
(35598, 83, 629, 'Bulkau', ''),
(35599, 83, 629, 'Bunde', ''),
(35600, 83, 629, 'Burgdorf, Hanover', ''),
(35601, 83, 629, 'Butjadingen', ''),
(35602, 83, 629, 'Buxtehude', ''),
(35603, 83, 629, 'Cadenberge', ''),
(35604, 83, 629, 'Calberlah', ''),
(35605, 83, 629, 'Cappeln', ''),
(35606, 83, 629, 'Celle', ''),
(35607, 83, 629, 'Clausthal', ''),
(35608, 83, 629, 'Clausthal-Zellerfeld', ''),
(35609, 83, 629, 'Clenze', ''),
(35610, 83, 629, 'Cloppenburg', ''),
(35611, 83, 629, 'Coppenbruegge', ''),
(35612, 83, 629, 'Coppengrave', ''),
(35613, 83, 629, 'Cramme', ''),
(35614, 83, 629, 'Cremlingen', ''),
(35615, 83, 629, 'Cuxhaven', ''),
(35616, 83, 629, 'Dahlum', ''),
(35617, 83, 629, 'Damme', ''),
(35618, 83, 629, 'Danndorf', ''),
(35619, 83, 629, 'Dannenberg', ''),
(35620, 83, 629, 'Dassel', ''),
(35621, 83, 629, 'Dedelstorf', ''),
(35622, 83, 629, 'Deensen', ''),
(35623, 83, 629, 'Deinste', ''),
(35624, 83, 629, 'Delligsen', ''),
(35625, 83, 629, 'Delmenhorst', ''),
(35626, 83, 629, 'Dersum', ''),
(35627, 83, 629, 'Detern', ''),
(35628, 83, 629, 'Dettum', ''),
(35629, 83, 629, 'Deutsch Evern', ''),
(35630, 83, 629, 'Didderse', ''),
(35631, 83, 629, 'Diekholzen', ''),
(35632, 83, 629, 'Diepenau', ''),
(35633, 83, 629, 'Diepholz', ''),
(35634, 83, 629, 'Dinklage', ''),
(35635, 83, 629, 'Dissen', ''),
(35636, 83, 629, 'Doehle', ''),
(35637, 83, 629, 'Dollern', ''),
(35638, 83, 629, 'Dorfmark', ''),
(35639, 83, 629, 'Dornum', ''),
(35640, 83, 629, 'Dornumersiel', ''),
(35641, 83, 629, 'Dorpen', ''),
(35642, 83, 629, 'Dorstadt', ''),
(35643, 83, 629, 'Dorum', ''),
(35644, 83, 629, 'Dorverden', ''),
(35645, 83, 629, 'Dotlingen', ''),
(35646, 83, 629, 'Drage', ''),
(35647, 83, 629, 'Drakenburg', ''),
(35648, 83, 629, 'Drangstedt', ''),
(35649, 83, 629, 'Dransfeld', ''),
(35650, 83, 629, 'Drentwede', ''),
(35651, 83, 629, 'Drestedt', ''),
(35652, 83, 629, 'Driftsethe', ''),
(35653, 83, 629, 'Drochtersen', ''),
(35654, 83, 629, 'Duderstadt', ''),
(35655, 83, 629, 'Duingen', ''),
(35656, 83, 629, 'Ebergotzen', ''),
(35657, 83, 629, 'Ebersdorf', ''),
(35658, 83, 629, 'Ebstorf', ''),
(35659, 83, 629, 'Echem', ''),
(35660, 83, 629, 'Edemissen', ''),
(35661, 83, 629, 'Edewecht', ''),
(35662, 83, 629, 'Egestorf', ''),
(35663, 83, 629, 'Eggermuhlen', ''),
(35664, 83, 629, 'Eicklingen', ''),
(35665, 83, 629, 'Eime', ''),
(35666, 83, 629, 'Einbeck', ''),
(35667, 83, 629, 'Elbe', ''),
(35668, 83, 629, 'Eldingen', ''),
(35669, 83, 629, 'Elisabethfehn', ''),
(35670, 83, 629, 'Elsdorf', ''),
(35671, 83, 629, 'Elsfleth', ''),
(35672, 83, 629, 'Elstorf', ''),
(35673, 83, 629, 'Elze', ''),
(35674, 83, 629, 'Emden', ''),
(35675, 83, 629, 'Emlichheim', ''),
(35676, 83, 629, 'Emmerthal', ''),
(35677, 83, 629, 'Emsburen', ''),
(35678, 83, 629, 'Emstek', ''),
(35679, 83, 629, 'Engerhafe', ''),
(35680, 83, 629, 'Erika', ''),
(35681, 83, 629, 'Eschede', ''),
(35682, 83, 629, 'Eschershausen', ''),
(35683, 83, 629, 'Esens', ''),
(35684, 83, 629, 'Essel', ''),
(35685, 83, 629, 'Essen', ''),
(35686, 83, 629, 'Esterwegen', ''),
(35687, 83, 629, 'Estorf', ''),
(35688, 83, 629, 'Eversmeer', ''),
(35689, 83, 629, 'Evessen', ''),
(35690, 83, 629, 'Eydelstedt', ''),
(35691, 83, 629, 'Eyendorf', ''),
(35692, 83, 629, 'Eystrup', ''),
(35693, 83, 629, 'Fallersleben', ''),
(35694, 83, 629, 'Farven', ''),
(35695, 83, 629, 'Fassberg', ''),
(35696, 83, 629, 'Festenburg', ''),
(35697, 83, 629, 'Fintel', ''),
(35698, 83, 629, 'Fladderlohausen', ''),
(35699, 83, 629, 'Flogeln', ''),
(35700, 83, 629, 'Flothe', ''),
(35701, 83, 629, 'Frankenfeld', ''),
(35702, 83, 629, 'Fredelsloh', ''),
(35703, 83, 629, 'Freden', ''),
(35704, 83, 629, 'Freiburg', ''),
(35705, 83, 629, 'Frellstedt', ''),
(35706, 83, 629, 'Freren', ''),
(35707, 83, 629, 'Fresenburg', ''),
(35708, 83, 629, 'Friedeburg', ''),
(35709, 83, 629, 'Friedland', ''),
(35710, 83, 629, 'Friesoythe', ''),
(35711, 83, 629, 'Fuerstenau', ''),
(35712, 83, 629, 'Ganderkesee', ''),
(35713, 83, 629, 'Gandesbergen', ''),
(35714, 83, 629, 'Garbsen', ''),
(35715, 83, 629, 'Garlstorf', ''),
(35716, 83, 629, 'Garrel', ''),
(35717, 83, 629, 'Garstedt', ''),
(35718, 83, 629, 'Geeste', ''),
(35719, 83, 629, 'Gehlenberg', ''),
(35720, 83, 629, 'Gehrde', ''),
(35721, 83, 629, 'Gehrden', ''),
(35722, 83, 629, 'Geismar', ''),
(35723, 83, 629, 'Gemeinde Uplengen', ''),
(35724, 83, 629, 'Georgsheil', ''),
(35725, 83, 629, 'Georgsmarienhuette', ''),
(35726, 83, 629, 'Gerdau', ''),
(35727, 83, 629, 'Gersten', ''),
(35728, 83, 629, 'Gevensleben', ''),
(35729, 83, 629, 'Geversdorf', ''),
(35730, 83, 629, 'Gieboldehausen', ''),
(35731, 83, 629, 'Gielde', ''),
(35732, 83, 629, 'Giesen', ''),
(35733, 83, 629, 'Gifhorn', ''),
(35734, 83, 629, 'Glandorf', ''),
(35735, 83, 629, 'Gleichen', ''),
(35736, 83, 629, 'Gnarrenburg', ''),
(35737, 83, 629, 'Godenstorf', ''),
(35738, 83, 629, 'Goldenstedt', ''),
(35739, 83, 629, 'Golmbach', ''),
(35740, 83, 629, 'Goslar', ''),
(35741, 83, 629, 'Göttingen', ''),
(35742, 83, 629, 'Grasberg', ''),
(35743, 83, 629, 'Grasleben', ''),
(35744, 83, 629, 'Greetsiel', ''),
(35745, 83, 629, 'Gronau', ''),
(35746, 83, 629, 'Gross Forste', ''),
(35747, 83, 629, 'Gross Ippener', ''),
(35748, 83, 629, 'Grossenkneten', ''),
(35749, 83, 629, 'Grossenworden', ''),
(35750, 83, 629, 'Gruenenplan', ''),
(35751, 83, 629, 'Grunendeich', ''),
(35752, 83, 629, 'Guderhandviertel', ''),
(35753, 83, 629, 'Gyhum', ''),
(35754, 83, 629, 'Habighorst', ''),
(35755, 83, 629, 'Hademstorf', ''),
(35756, 83, 629, 'Haenigsen', ''),
(35757, 83, 629, 'Hage', ''),
(35758, 83, 629, 'Hagen', ''),
(35759, 83, 629, 'Hagen im Bremischen', ''),
(35760, 83, 629, 'Hagenburg', ''),
(35761, 83, 629, 'Hahausen', ''),
(35762, 83, 629, 'Halle', ''),
(35763, 83, 629, 'Halvesbostel', ''),
(35764, 83, 629, 'Hambergen', ''),
(35765, 83, 629, 'Hambuhren', ''),
(35766, 83, 629, 'Hamelin', ''),
(35767, 83, 629, 'Hammah', ''),
(35768, 83, 629, 'Handeloh', ''),
(35769, 83, 629, 'Handorf', ''),
(35770, 83, 629, 'Hankensbuttel', ''),
(35771, 83, 629, 'Hannover', ''),
(35772, 83, 629, 'Hannoversch Münden', ''),
(35773, 83, 629, 'Hanover', ''),
(35774, 83, 629, 'Hanstedt', ''),
(35775, 83, 629, 'Hardegsen', ''),
(35776, 83, 629, 'Haren', ''),
(35777, 83, 629, 'Harpstedt', ''),
(35778, 83, 629, 'Harsefeld', ''),
(35779, 83, 629, 'Harsum', ''),
(35780, 83, 629, 'Hasbergen', ''),
(35781, 83, 629, 'Haseluenne', ''),
(35782, 83, 629, 'Hassel', ''),
(35783, 83, 629, 'Hassendorf', ''),
(35784, 83, 629, 'Hatten', ''),
(35785, 83, 629, 'Hattorf', ''),
(35786, 83, 629, 'Hechthausen', ''),
(35787, 83, 629, 'Heede', ''),
(35788, 83, 629, 'Heemsen', ''),
(35789, 83, 629, 'Heere', ''),
(35790, 83, 629, 'Heeslingen', ''),
(35791, 83, 629, 'Hehlen', ''),
(35792, 83, 629, 'Heidehof', ''),
(35793, 83, 629, 'Heidenau', ''),
(35794, 83, 629, 'Heiligenthal', ''),
(35795, 83, 629, 'Heinboeckel', ''),
(35796, 83, 629, 'Heiningen', ''),
(35797, 83, 629, 'Heinsen', ''),
(35798, 83, 629, 'Heisede', ''),
(35799, 83, 629, 'Hellwege', ''),
(35800, 83, 629, 'Helmstedt', ''),
(35801, 83, 629, 'Helpsen', ''),
(35802, 83, 629, 'Helvesiek', ''),
(35803, 83, 629, 'Hemmingen', ''),
(35804, 83, 629, 'Hemmoor', ''),
(35805, 83, 629, 'Hemslingen', ''),
(35806, 83, 629, 'Hermannsburg', ''),
(35807, 83, 629, 'Herzberg am Harz', ''),
(35808, 83, 629, 'Herzlake', ''),
(35809, 83, 629, 'Hesel', ''),
(35810, 83, 629, 'Hessisch Oldendorf', ''),
(35811, 83, 629, 'Hetzwege', ''),
(35812, 83, 629, 'Hildesheim', ''),
(35813, 83, 629, 'Hilgermissen', ''),
(35814, 83, 629, 'Hilter', ''),
(35815, 83, 629, 'Himbergen', ''),
(35816, 83, 629, 'Himmelpforten', ''),
(35817, 83, 629, 'Hinte', ''),
(35818, 83, 629, 'Hipstedt', ''),
(35819, 83, 629, 'Hittbergen', ''),
(35820, 83, 629, 'Hitzacker', ''),
(35821, 83, 629, 'Hodenhagen', ''),
(35822, 83, 629, 'Hofer', ''),
(35823, 83, 629, 'Hohe', ''),
(35824, 83, 629, 'Hoheneggelsen', ''),
(35825, 83, 629, 'Hohenhameln', ''),
(35826, 83, 629, 'Hohne', ''),
(35827, 83, 629, 'Hohnhorst', ''),
(35828, 83, 629, 'Hohnstorf', ''),
(35829, 83, 629, 'Hoitlingen', ''),
(35830, 83, 629, 'Holdorf', ''),
(35831, 83, 629, 'Holle', ''),
(35832, 83, 629, 'Hollenstedt', ''),
(35833, 83, 629, 'Hollern', ''),
(35834, 83, 629, 'Holte', ''),
(35835, 83, 629, 'Holtgast', ''),
(35836, 83, 629, 'Holtland', ''),
(35837, 83, 629, 'Holzen', ''),
(35838, 83, 629, 'Holzminden', ''),
(35839, 83, 629, 'Hoogstede', ''),
(35840, 83, 629, 'Hornburg', ''),
(35841, 83, 629, 'Horneburg', ''),
(35842, 83, 629, 'Horstedt', ''),
(35843, 83, 629, 'Hoya', ''),
(35844, 83, 629, 'Hude', ''),
(35845, 83, 629, 'Hulsede', ''),
(35846, 83, 629, 'Hunteburg', ''),
(35847, 83, 629, 'Husum', ''),
(35848, 83, 629, 'Ihlienworth', ''),
(35849, 83, 629, 'Ilsede', ''),
(35850, 83, 629, 'Insel', ''),
(35851, 83, 629, 'Inzmuehlen', ''),
(35852, 83, 629, 'Isenbuttel', ''),
(35853, 83, 629, 'Isensee', ''),
(35854, 83, 629, 'Itterbeck', ''),
(35855, 83, 629, 'Jaderberg', ''),
(35856, 83, 629, 'Jembke', ''),
(35857, 83, 629, 'Jemgum', ''),
(35858, 83, 629, 'Jesteburg', ''),
(35859, 83, 629, 'Jever', ''),
(35860, 83, 629, 'Jork', ''),
(35861, 83, 629, 'Juist', ''),
(35862, 83, 629, 'Kakenstorf', ''),
(35863, 83, 629, 'Kalefeld', ''),
(35864, 83, 629, 'Katlenburg-Lindau', ''),
(35865, 83, 629, 'Kettenkamp', ''),
(35866, 83, 629, 'Kirchbrak', ''),
(35867, 83, 629, 'Kirchdorf', ''),
(35868, 83, 629, 'Kirchgellersen', ''),
(35869, 83, 629, 'Kirchlinteln', ''),
(35870, 83, 629, 'Kirchseelte', ''),
(35871, 83, 629, 'Kirchtimke', ''),
(35872, 83, 629, 'Kissenbruck', ''),
(35873, 83, 629, 'Klein Berssen', ''),
(35874, 83, 629, 'Klein Forste', ''),
(35875, 83, 629, 'Klein Fredenbeck', ''),
(35876, 83, 629, 'Klein Meckelsen', ''),
(35877, 83, 629, 'Klein Sisbeck', ''),
(35878, 83, 629, 'Kleinoldendorf', ''),
(35879, 83, 629, 'Kloster', ''),
(35880, 83, 629, 'Kneitlingen', ''),
(35881, 83, 629, 'Koenigslutter am Elm', ''),
(35882, 83, 629, 'Konigsmoor', ''),
(35883, 83, 629, 'Krebeck', ''),
(35884, 83, 629, 'Krummhoern', ''),
(35885, 83, 629, 'Kutenholz', ''),
(35886, 83, 629, 'Laatzen', ''),
(35887, 83, 629, 'Lachendorf', ''),
(35888, 83, 629, 'Lahden', ''),
(35889, 83, 629, 'Lahn', ''),
(35890, 83, 629, 'Lamspringe', ''),
(35891, 83, 629, 'Lamstedt', ''),
(35892, 83, 629, 'Langelsheim', ''),
(35893, 83, 629, 'Langen', ''),
(35894, 83, 629, 'Langenhagen', ''),
(35895, 83, 629, 'Langeoog', ''),
(35896, 83, 629, 'Langlingen', ''),
(35897, 83, 629, 'Langwedel', ''),
(35898, 83, 629, 'Lastrup', ''),
(35899, 83, 629, 'Lathen', ''),
(35900, 83, 629, 'Lauenau', ''),
(35901, 83, 629, 'Lauenbruck', ''),
(35902, 83, 629, 'Lauenforde', ''),
(35903, 83, 629, 'Leer', ''),
(35904, 83, 629, 'Leezdorf', ''),
(35905, 83, 629, 'Lehre', ''),
(35906, 83, 629, 'Lehrte', ''),
(35907, 83, 629, 'Leiferde', ''),
(35908, 83, 629, 'Lembruch', ''),
(35909, 83, 629, 'Lemfoerde', ''),
(35910, 83, 629, 'Lemwerder', ''),
(35911, 83, 629, 'Lengede', ''),
(35912, 83, 629, 'Lengenbostel', ''),
(35913, 83, 629, 'Lerbach', ''),
(35914, 83, 629, 'Lessien', ''),
(35915, 83, 629, 'Letter', ''),
(35916, 83, 629, 'Liebenau', ''),
(35917, 83, 629, 'Liebenburg', ''),
(35918, 83, 629, 'Lilienthal', ''),
(35919, 83, 629, 'Lindern', ''),
(35920, 83, 629, 'Lindholz', ''),
(35921, 83, 629, 'Lindhorst', ''),
(35922, 83, 629, 'Lindwedel', ''),
(35923, 83, 629, 'Lingen', ''),
(35924, 83, 629, 'Loccum', ''),
(35925, 83, 629, 'Loeningen', ''),
(35926, 83, 629, 'Lohne', ''),
(35927, 83, 629, 'Loquard', ''),
(35928, 83, 629, 'Lorup', ''),
(35929, 83, 629, 'Loxstedt', ''),
(35930, 83, 629, 'Ludersburg', ''),
(35931, 83, 629, 'Ludersfeld', ''),
(35932, 83, 629, 'Luechow', ''),
(35933, 83, 629, 'Luhden', ''),
(35934, 83, 629, 'Lüneburg', ''),
(35935, 83, 629, 'Lutter am Barenberge', ''),
(35936, 83, 629, 'Marienhafe', ''),
(35937, 83, 629, 'Marienhagen', ''),
(35938, 83, 629, 'Marklendorf', ''),
(35939, 83, 629, 'Marklohe', ''),
(35940, 83, 629, 'Marl', ''),
(35941, 83, 629, 'Marschacht', ''),
(35942, 83, 629, 'Martfeld', ''),
(35943, 83, 629, 'Marxen', ''),
(35944, 83, 629, 'Mechtersen', ''),
(35945, 83, 629, 'Meerbeck', ''),
(35946, 83, 629, 'Mehlbergen', ''),
(35947, 83, 629, 'Meine', ''),
(35948, 83, 629, 'Meinersen', ''),
(35949, 83, 629, 'Melbeck', ''),
(35950, 83, 629, 'Melle', ''),
(35951, 83, 629, 'Mellendorf', ''),
(35952, 83, 629, 'Menslage', ''),
(35953, 83, 629, 'Meppen', ''),
(35954, 83, 629, 'Merzen', ''),
(35955, 83, 629, 'Messenkamp', ''),
(35956, 83, 629, 'Metjendorf', ''),
(35957, 83, 629, 'Mittegrossefehn', ''),
(35958, 83, 629, 'Mittelnkirchen', ''),
(35959, 83, 629, 'Moenchevahlberg', ''),
(35960, 83, 629, 'Moisburg', ''),
(35961, 83, 629, 'Molbergen', ''),
(35962, 83, 629, 'Moormerland', ''),
(35963, 83, 629, 'Moringen', ''),
(35964, 83, 629, 'Muden', ''),
(35965, 83, 629, 'Munster', ''),
(35966, 83, 629, 'Nadorst', ''),
(35967, 83, 629, 'Nahrendorf', ''),
(35968, 83, 629, 'Neetze', ''),
(35969, 83, 629, 'Neindorf', ''),
(35970, 83, 629, 'Nettlingen', ''),
(35971, 83, 629, 'Neu Darchau', ''),
(35972, 83, 629, 'Neu Wulmstorf', ''),
(35973, 83, 629, 'Neuborger', ''),
(35974, 83, 629, 'Neuenhaus', ''),
(35975, 83, 629, 'Neuenkirchen', ''),
(35976, 83, 629, 'Neuhof', ''),
(35977, 83, 629, 'Neukamperfehn', ''),
(35978, 83, 629, 'Neustadt am Ruebenberge', ''),
(35979, 83, 629, 'Niederlangen', ''),
(35980, 83, 629, 'Niedernwohren', ''),
(35981, 83, 629, 'Nienburg', ''),
(35982, 83, 629, 'Nienhagen', ''),
(35983, 83, 629, 'Nienstadt', ''),
(35984, 83, 629, 'Nienwohlde', ''),
(35985, 83, 629, 'Noerten-Hardenberg', ''),
(35986, 83, 629, 'Norden', ''),
(35987, 83, 629, 'Nordenham', ''),
(35988, 83, 629, 'Norderney', ''),
(35989, 83, 629, 'Nordhorn', ''),
(35990, 83, 629, 'Nordstemmen', ''),
(35991, 83, 629, 'Northeim', ''),
(35992, 83, 629, 'Nortmoor', ''),
(35993, 83, 629, 'Nortrup', ''),
(35994, 83, 629, 'Nottensdorf', ''),
(35995, 83, 629, 'Oberlangen', ''),
(35996, 83, 629, 'Obernholz', ''),
(35997, 83, 629, 'Obernkirchen', ''),
(35998, 83, 629, 'Oederquart', ''),
(35999, 83, 629, 'Oelerse', ''),
(36000, 83, 629, 'Oerbke', ''),
(36001, 83, 629, 'Oerrel', ''),
(36002, 83, 629, 'Oerzen', ''),
(36003, 83, 629, 'Ohrum', ''),
(36004, 83, 629, 'Oldenburg', ''),
(36005, 83, 629, 'Osloss', ''),
(36006, 83, 629, 'Osnabrück', ''),
(36007, 83, 629, 'Osten', ''),
(36008, 83, 629, 'Ostercappeln', ''),
(36009, 83, 629, 'Osterholz-Scharmbeck', ''),
(36010, 83, 629, 'Osterode am Harz', ''),
(36011, 83, 629, 'Ostrhauderfehn', ''),
(36012, 83, 629, 'Ottenstein', ''),
(36013, 83, 629, 'Otter', ''),
(36014, 83, 629, 'Otterndorf', ''),
(36015, 83, 629, 'Ottersberg', ''),
(36016, 83, 629, 'Otterstedt', ''),
(36017, 83, 629, 'Ovelgoenne', ''),
(36018, 83, 629, 'Oyten', ''),
(36019, 83, 629, 'Papenburg', ''),
(36020, 83, 629, 'Papenrode', ''),
(36021, 83, 629, 'Parsau', ''),
(36022, 83, 629, 'Pattensen', ''),
(36023, 83, 629, 'Peine', ''),
(36024, 83, 629, 'Pennigsehl', ''),
(36025, 83, 629, 'Pohle', ''),
(36026, 83, 629, 'Polle', ''),
(36027, 83, 629, 'Pollhagen', ''),
(36028, 83, 629, 'Prezelle', ''),
(36029, 83, 629, 'Quakenbrueck', ''),
(36030, 83, 629, 'Querenhorst', ''),
(36031, 83, 629, 'Radbruch', ''),
(36032, 83, 629, 'Radenbeck', ''),
(36033, 83, 629, 'Ramsloh', ''),
(36034, 83, 629, 'Rastede', ''),
(36035, 83, 629, 'Ratzlingen', ''),
(36036, 83, 629, 'Rechtsupweg', ''),
(36037, 83, 629, 'Reessum', ''),
(36038, 83, 629, 'Regesbostel', ''),
(36039, 83, 629, 'Rehburg', ''),
(36040, 83, 629, 'Rehburg-Loccum', ''),
(36041, 83, 629, 'Reinstorf', ''),
(36042, 83, 629, 'Remels', ''),
(36043, 83, 629, 'Remlingen', ''),
(36044, 83, 629, 'Rennau', ''),
(36045, 83, 629, 'Reppenstedt', ''),
(36046, 83, 629, 'Rethem', ''),
(36047, 83, 629, 'Rethen', ''),
(36048, 83, 629, 'Rhade', ''),
(36049, 83, 629, 'Rhauderfehn', ''),
(36050, 83, 629, 'Rhede', ''),
(36051, 83, 629, 'Rheden', ''),
(36052, 83, 629, 'Rhumspringe', ''),
(36053, 83, 629, 'Ribbesbuttel', ''),
(36054, 83, 629, 'Riede', ''),
(36055, 83, 629, 'Rieste', ''),
(36056, 83, 629, 'Rinteln', ''),
(36057, 83, 629, 'Ritterhude', ''),
(36058, 83, 629, 'Rodenberg', ''),
(36059, 83, 629, 'Roessing', ''),
(36060, 83, 629, 'Roklum', ''),
(36061, 83, 629, 'Ronnenberg', ''),
(36062, 83, 629, 'Rosche', ''),
(36063, 83, 629, 'Rosdorf', ''),
(36064, 83, 629, 'Rotenburg', ''),
(36065, 83, 629, 'Rotgesbuttel', ''),
(36066, 83, 629, 'Rothemuehle', ''),
(36067, 83, 629, 'Ruhen', ''),
(36068, 83, 629, 'Rullstorf', ''),
(36069, 83, 629, 'Sachsenhagen', ''),
(36070, 83, 629, 'Sack', ''),
(36071, 83, 629, 'Salzbergen', ''),
(36072, 83, 629, 'Salzgitter', ''),
(36073, 83, 629, 'Salzgitter-Bad', ''),
(36074, 83, 629, 'Salzhausen', ''),
(36075, 83, 629, 'Salzhemmendorf', ''),
(36076, 83, 629, 'Sande', ''),
(36077, 83, 629, 'Sandkrug', ''),
(36078, 83, 629, 'Sandstedt', ''),
(36079, 83, 629, 'Sarstedt', ''),
(36080, 83, 629, 'Sassenburg', ''),
(36081, 83, 629, 'Saterland', ''),
(36082, 83, 629, 'Schapen', ''),
(36083, 83, 629, 'Scharnebeck', ''),
(36084, 83, 629, 'Scheden', ''),
(36085, 83, 629, 'Scheessel', ''),
(36086, 83, 629, 'Schellerten', ''),
(36087, 83, 629, 'Schiffdorf', ''),
(36088, 83, 629, 'Schladen', ''),
(36089, 83, 629, 'Schnee', ''),
(36090, 83, 629, 'Schnega', ''),
(36091, 83, 629, 'Schneverdingen', ''),
(36092, 83, 629, 'Schoeningen', ''),
(36093, 83, 629, 'Schoeppenstedt', ''),
(36094, 83, 629, 'Scholen', ''),
(36095, 83, 629, 'Schoneworde', ''),
(36096, 83, 629, 'Schortens', ''),
(36097, 83, 629, 'Schuettorf', ''),
(36098, 83, 629, 'Schulenberg', ''),
(36099, 83, 629, 'Schwaforden', ''),
(36100, 83, 629, 'Schwalingen', ''),
(36101, 83, 629, 'Schwanewede', ''),
(36102, 83, 629, 'Schwarme', ''),
(36103, 83, 629, 'Schwarmstedt', ''),
(36104, 83, 629, 'Schweiburg', ''),
(36105, 83, 629, 'Schweringen', ''),
(36106, 83, 629, 'Seeburg', ''),
(36107, 83, 629, 'Seedorf', ''),
(36108, 83, 629, 'Seelze', ''),
(36109, 83, 629, 'Seesen', ''),
(36110, 83, 629, 'Seevetal', ''),
(36111, 83, 629, 'Seggebruch', ''),
(36112, 83, 629, 'Sehlem', ''),
(36113, 83, 629, 'Sehnde', ''),
(36114, 83, 629, 'Semmenstedt', ''),
(36115, 83, 629, 'Seppensen', ''),
(36116, 83, 629, 'Sibbesse', ''),
(36117, 83, 629, 'Sickte', ''),
(36118, 83, 629, 'Siedenburg', ''),
(36119, 83, 629, 'Simander', ''),
(36120, 83, 629, 'Sittensen', ''),
(36121, 83, 629, 'Soderstorf', ''),
(36122, 83, 629, 'Sogel', ''),
(36123, 83, 629, 'Sohlde', ''),
(36124, 83, 629, 'Soltau', ''),
(36125, 83, 629, 'Soltendieck', ''),
(36126, 83, 629, 'Sottrum', ''),
(36127, 83, 629, 'Spaden', ''),
(36128, 83, 629, 'Spelle', ''),
(36129, 83, 629, 'Springe', ''),
(36130, 83, 629, 'Stade', ''),
(36131, 83, 629, 'Stadland', ''),
(36132, 83, 629, 'Stadt', ''),
(36133, 83, 629, 'Stadthagen', ''),
(36134, 83, 629, 'Stadtoldendorf', ''),
(36135, 83, 629, 'Stapel', ''),
(36136, 83, 629, 'Stedesdorf', ''),
(36137, 83, 629, 'Steimbke', ''),
(36138, 83, 629, 'Steina', ''),
(36139, 83, 629, 'Steinfeld', ''),
(36140, 83, 629, 'Steinhorst', ''),
(36141, 83, 629, 'Steinkirchen', ''),
(36142, 83, 629, 'Stelle', ''),
(36143, 83, 629, 'Stemshorn', ''),
(36144, 83, 629, 'Stockse', ''),
(36145, 83, 629, 'Stoetze', ''),
(36146, 83, 629, 'Stolzenau', ''),
(36147, 83, 629, 'Stotel', ''),
(36148, 83, 629, 'Strackholt', ''),
(36149, 83, 629, 'Stuhr', ''),
(36150, 83, 629, 'Suddendorf', ''),
(36151, 83, 629, 'Suderburg', ''),
(36152, 83, 629, 'Sudheim', ''),
(36153, 83, 629, 'Sued-Victorbur', ''),
(36154, 83, 629, 'Suedbrookmerland', ''),
(36155, 83, 629, 'Suhlendorf', ''),
(36156, 83, 629, 'Sulingen', ''),
(36157, 83, 629, 'Surwold', ''),
(36158, 83, 629, 'Sustrum', ''),
(36159, 83, 629, 'Suthfeld', ''),
(36160, 83, 629, 'Suurhusen', ''),
(36161, 83, 629, 'Syke', ''),
(36162, 83, 629, 'Tappenbeck', ''),
(36163, 83, 629, 'Tarmstedt', ''),
(36164, 83, 629, 'Tespe', ''),
(36165, 83, 629, 'Thedinghausen', ''),
(36166, 83, 629, 'Thuine', ''),
(36167, 83, 629, 'Tiddische', ''),
(36168, 83, 629, 'Tiste', ''),
(36169, 83, 629, 'Toppenstedt', ''),
(36170, 83, 629, 'Tossens', ''),
(36171, 83, 629, 'Tostedt', ''),
(36172, 83, 629, 'Trebel', ''),
(36173, 83, 629, 'Tungeln', ''),
(36174, 83, 629, 'Twielenfleth', ''),
(36175, 83, 629, 'Twist', ''),
(36176, 83, 629, 'Twistringen', ''),
(36177, 83, 629, 'Uchte', ''),
(36178, 83, 629, 'Uelsen', ''),
(36179, 83, 629, 'Uelzen', ''),
(36180, 83, 629, 'Uetze', ''),
(36181, 83, 629, 'Undeloh', ''),
(36182, 83, 629, 'Unterluss', ''),
(36183, 83, 629, 'Upgant-Schott', ''),
(36184, 83, 629, 'Uslar', ''),
(36185, 83, 629, 'Utarp', ''),
(36186, 83, 629, 'Vahlde', ''),
(36187, 83, 629, 'Vallstedt', ''),
(36188, 83, 629, 'Varel', ''),
(36189, 83, 629, 'Vechelde', ''),
(36190, 83, 629, 'Vechta', ''),
(36191, 83, 629, 'Velpke', ''),
(36192, 83, 629, 'Verden an der Aller', ''),
(36193, 83, 629, 'Vesbeck', ''),
(36194, 83, 629, 'Vienenburg', ''),
(36195, 83, 629, 'Vierhofen', ''),
(36196, 83, 629, 'Visbek', ''),
(36197, 83, 629, 'Visselhoevede', ''),
(36198, 83, 629, 'Vogelsen', ''),
(36199, 83, 629, 'Vollersode', ''),
(36200, 83, 629, 'Voltlage', ''),
(36201, 83, 629, 'Vordorf', ''),
(36202, 83, 629, 'Waake', ''),
(36203, 83, 629, 'Waddeweitz', ''),
(36204, 83, 629, 'Wagenfeld', ''),
(36205, 83, 629, 'Wagenhoff', ''),
(36206, 83, 629, 'Wahrenholz', ''),
(36207, 83, 629, 'Walchum', ''),
(36208, 83, 629, 'Waldschloesschen', ''),
(36209, 83, 629, 'Wallenhorst', ''),
(36210, 83, 629, 'Walsrode', ''),
(36211, 83, 629, 'Wanna', ''),
(36212, 83, 629, 'Wardenburg', ''),
(36213, 83, 629, 'Warsingsfehn', ''),
(36214, 83, 629, 'Wathlingen', ''),
(36215, 83, 629, 'Wedemark', ''),
(36216, 83, 629, 'Weener', ''),
(36217, 83, 629, 'Weenzen', ''),
(36218, 83, 629, 'Wehrbleck', ''),
(36219, 83, 629, 'Welle', ''),
(36220, 83, 629, 'Wendeburg', ''),
(36221, 83, 629, 'Wendisch Evern', ''),
(36222, 83, 629, 'Wennigsen', ''),
(36223, 83, 629, 'Wenzendorf', ''),
(36224, 83, 629, 'Werdum', ''),
(36225, 83, 629, 'Werlaburgdorf', ''),
(36226, 83, 629, 'Werlte', ''),
(36227, 83, 629, 'Wesendorf', ''),
(36228, 83, 629, 'Westerholt', ''),
(36229, 83, 629, 'Westerstede', ''),
(36230, 83, 629, 'Westoverledingen', ''),
(36231, 83, 629, 'Westrhauderfehn', ''),
(36232, 83, 629, 'Wettrup', ''),
(36233, 83, 629, 'Weyhausen', ''),
(36234, 83, 629, 'Weyhe', ''),
(36235, 83, 629, 'Wieda', ''),
(36236, 83, 629, 'Wiedenbruegge', ''),
(36237, 83, 629, 'Wiefelstede', ''),
(36238, 83, 629, 'Wiegersen', ''),
(36239, 83, 629, 'Wienhausen', ''),
(36240, 83, 629, 'Wiesmoor', ''),
(36241, 83, 629, 'Wietmarschen', ''),
(36242, 83, 629, 'Wietze', ''),
(36243, 83, 629, 'Wietzen', ''),
(36244, 83, 629, 'Wietzendorf', ''),
(36245, 83, 629, 'Wildemann', ''),
(36246, 83, 629, 'Wildeshausen', ''),
(36247, 83, 629, 'Wilhelmshaven', ''),
(36248, 83, 629, 'Wilsum', ''),
(36249, 83, 629, 'Wingst', ''),
(36250, 83, 629, 'Winnigstedt', ''),
(36251, 83, 629, 'Winsen', ''),
(36252, 83, 629, 'Wirdum', ''),
(36253, 83, 629, 'Wischhafen', ''),
(36254, 83, 629, 'Wistedt', ''),
(36255, 83, 629, 'Wittenberg', ''),
(36256, 83, 629, 'Wittingen', ''),
(36257, 83, 629, 'Wittmar', ''),
(36258, 83, 629, 'Wittmund', ''),
(36259, 83, 629, 'Wolfenbüttel', ''),
(36260, 83, 629, 'Wolfsburg', ''),
(36261, 83, 629, 'Wolfshagen', ''),
(36262, 83, 629, 'Wolpinghausen', ''),
(36263, 83, 629, 'Wolsdorf', ''),
(36264, 83, 629, 'Woltersdorf', ''),
(36265, 83, 629, 'Woltershausen', ''),
(36266, 83, 629, 'Woltingerode', ''),
(36267, 83, 629, 'Worpswede', ''),
(36268, 83, 629, 'Wremen', ''),
(36269, 83, 629, 'Wrestedt', ''),
(36270, 83, 629, 'Wriedel', ''),
(36271, 83, 629, 'Wulfsen', ''),
(36272, 83, 629, 'Wulften', ''),
(36273, 83, 629, 'Wulsbuttel', ''),
(36274, 83, 629, 'Wunstorf', ''),
(36275, 83, 629, 'Wustrow', ''),
(36276, 83, 629, 'Zernien', ''),
(36277, 83, 629, 'Zetel', ''),
(36278, 83, 629, 'Zeven', ''),
(36279, 83, 630, 'Admannshagen-Bargeshagen', ''),
(36280, 83, 630, 'Ahrensboek', ''),
(36281, 83, 630, 'Alt Kaliss', ''),
(36282, 83, 630, 'Alt Meteln', ''),
(36283, 83, 630, 'Altenpleen', ''),
(36284, 83, 630, 'Altentreptow', ''),
(36285, 83, 630, 'Ankershagen', ''),
(36286, 83, 630, 'Anklam', ''),
(36287, 83, 630, 'Bad Doberan', ''),
(36288, 83, 630, 'Bad Kleinen', ''),
(36289, 83, 630, 'Bad Suelze', ''),
(36290, 83, 630, 'Badow', ''),
(36291, 83, 630, 'Bandelin', ''),
(36292, 83, 630, 'Bandelstorf', ''),
(36293, 83, 630, 'Banzkow', ''),
(36294, 83, 630, 'Bargischow', ''),
(36295, 83, 630, 'Bartenshagen-Parkentin', ''),
(36296, 83, 630, 'Behren-Luebchin', ''),
(36297, 83, 630, 'Beidendorf', ''),
(36298, 83, 630, 'Bentwisch', ''),
(36299, 83, 630, 'Benz', ''),
(36300, 83, 630, 'Bergen auf Ruegen', ''),
(36301, 83, 630, 'Bergholz', ''),
(36302, 83, 630, 'Besitz', ''),
(36303, 83, 630, 'Bismark', ''),
(36304, 83, 630, 'Bobzin', ''),
(36305, 83, 630, 'Boelkow', ''),
(36306, 83, 630, 'Boizenburg', ''),
(36307, 83, 630, 'Boldekow', ''),
(36308, 83, 630, 'Born', ''),
(36309, 83, 630, 'Borrentin', ''),
(36310, 83, 630, 'Bredenfelde', ''),
(36311, 83, 630, 'Broderstorf', ''),
(36312, 83, 630, 'Brueel', ''),
(36313, 83, 630, 'Bruenzow', ''),
(36314, 83, 630, 'Buelow', ''),
(36315, 83, 630, 'Buetow', ''),
(36316, 83, 630, 'Buetzow', ''),
(36317, 83, 630, 'Burg Stargard', ''),
(36318, 83, 630, 'Cambs', ''),
(36319, 83, 630, 'Camin', ''),
(36320, 83, 630, 'Carlow', ''),
(36321, 83, 630, 'Carpin', ''),
(36322, 83, 630, 'Cramonshagen', ''),
(36323, 83, 630, 'Crivitz', ''),
(36324, 83, 630, 'Dabel', ''),
(36325, 83, 630, 'Dabelow', ''),
(36326, 83, 630, 'Dalberg', ''),
(36327, 83, 630, 'Dalliendorf', ''),
(36328, 83, 630, 'Dambeck', ''),
(36329, 83, 630, 'Damm', ''),
(36330, 83, 630, 'Dargelin', ''),
(36331, 83, 630, 'Dargun', ''),
(36332, 83, 630, 'Darz', ''),
(36333, 83, 630, 'Dassow', ''),
(36334, 83, 630, 'Dechow', ''),
(36335, 83, 630, 'Degtow', ''),
(36336, 83, 630, 'Demmin', ''),
(36337, 83, 630, 'Dersekow', ''),
(36338, 83, 630, 'Diekhof', ''),
(36339, 83, 630, 'Dierkow', ''),
(36340, 83, 630, 'Domsuehl', ''),
(36341, 83, 630, 'Ducherow', ''),
(36342, 83, 630, 'Duemmer', ''),
(36343, 83, 630, 'Dummerstorf', ''),
(36344, 83, 630, 'Eggesin', ''),
(36345, 83, 630, 'Eldena', ''),
(36346, 83, 630, 'Fahrenwalde', ''),
(36347, 83, 630, 'Feldberg', ''),
(36348, 83, 630, 'Feldberger Seenlandschaft', ''),
(36349, 83, 630, 'Ferdinandshof', ''),
(36350, 83, 630, 'Freidorf', ''),
(36351, 83, 630, 'Friedland', ''),
(36352, 83, 630, 'Gadebusch', ''),
(36353, 83, 630, 'Gaegelow', ''),
(36354, 83, 630, 'Gammelin', ''),
(36355, 83, 630, 'Ganzlin', ''),
(36356, 83, 630, 'Garden', ''),
(36357, 83, 630, 'Garz', ''),
(36358, 83, 630, 'Gischow', ''),
(36359, 83, 630, 'Glasin', ''),
(36360, 83, 630, 'Gneven', ''),
(36361, 83, 630, 'Gnoien', ''),
(36362, 83, 630, 'Godern', ''),
(36363, 83, 630, 'Goermin', ''),
(36364, 83, 630, 'Goldenbow', ''),
(36365, 83, 630, 'Goldenstaedt', ''),
(36366, 83, 630, 'Grabow', ''),
(36367, 83, 630, 'Grabowhoefe', ''),
(36368, 83, 630, 'Grambin', ''),
(36369, 83, 630, 'Grammendorf', ''),
(36370, 83, 630, 'Grammow', ''),
(36371, 83, 630, 'Gransebieth', ''),
(36372, 83, 630, 'Greifswald', ''),
(36373, 83, 630, 'Gresenhorst', ''),
(36374, 83, 630, 'Grevesmuehlen', ''),
(36375, 83, 630, 'Grimmen', ''),
(36376, 83, 630, 'Guelzow', ''),
(36377, 83, 630, 'Guestrow', ''),
(36378, 83, 630, 'Guetzkow', ''),
(36379, 83, 630, 'Hagenow', ''),
(36380, 83, 630, 'Hanstorf', ''),
(36381, 83, 630, 'Heide', ''),
(36382, 83, 630, 'Heinrichswalde', ''),
(36383, 83, 630, 'Heringsdorf', ''),
(36384, 83, 630, 'Herrnburg', ''),
(36385, 83, 630, 'Herzberg', ''),
(36386, 83, 630, 'Hohen Pritz', ''),
(36387, 83, 630, 'Holthusen', ''),
(36388, 83, 630, 'Hoort', ''),
(36389, 83, 630, 'Hoppenwalde', ''),
(36390, 83, 630, 'Ivenack', ''),
(36391, 83, 630, 'Jarmen', ''),
(36392, 83, 630, 'Jatznick', ''),
(36393, 83, 630, 'Juergenstorf', ''),
(36394, 83, 630, 'Kaeterhagen', ''),
(36395, 83, 630, 'Kamminke', ''),
(36396, 83, 630, 'Kargow', ''),
(36397, 83, 630, 'Karin', ''),
(36398, 83, 630, 'Karow', ''),
(36399, 83, 630, 'Katschow', ''),
(36400, 83, 630, 'Kessin', ''),
(36401, 83, 630, 'Kiez', ''),
(36402, 83, 630, 'Kirchdorf', ''),
(36403, 83, 630, 'Klein Lichtenhagen', ''),
(36404, 83, 630, 'Klein Sien', ''),
(36405, 83, 630, 'Klein Trebbow', ''),
(36406, 83, 630, 'Klink', ''),
(36407, 83, 630, 'Klocksdorf', ''),
(36408, 83, 630, 'Kloddram', ''),
(36409, 83, 630, 'Kneese Dorf', ''),
(36410, 83, 630, 'Kobrow', ''),
(36411, 83, 630, 'Koelpinsee', ''),
(36412, 83, 630, 'Koerchow', ''),
(36413, 83, 630, 'Koserow', ''),
(36414, 83, 630, 'Krakow am See', ''),
(36415, 83, 630, 'Krempin', ''),
(36416, 83, 630, 'Kritzmow', ''),
(36417, 83, 630, 'Kroepelin', ''),
(36418, 83, 630, 'Kuhstorf', ''),
(36419, 83, 630, 'Kummerow', ''),
(36420, 83, 630, 'Laage', ''),
(36421, 83, 630, 'Laerz', ''),
(36422, 83, 630, 'Lalendorf', ''),
(36423, 83, 630, 'Lambrechtshagen', ''),
(36424, 83, 630, 'Lancken', ''),
(36425, 83, 630, 'Langsdorf', ''),
(36426, 83, 630, 'Langwitz', ''),
(36427, 83, 630, 'Leezen', ''),
(36428, 83, 630, 'Leizen', ''),
(36429, 83, 630, 'Levenhagen', ''),
(36430, 83, 630, 'Liepgarten', ''),
(36431, 83, 630, 'Linow', ''),
(36432, 83, 630, 'Lockwisch', ''),
(36433, 83, 630, 'Loddin', ''),
(36434, 83, 630, 'Loissin', ''),
(36435, 83, 630, 'Loitz', ''),
(36436, 83, 630, 'Lubmin', ''),
(36437, 83, 630, 'Ludwigsburg', ''),
(36438, 83, 630, 'Ludwigslust', ''),
(36439, 83, 630, 'Lueblow', ''),
(36440, 83, 630, 'Luebow', ''),
(36441, 83, 630, 'Luebs', ''),
(36442, 83, 630, 'Luebstorf', ''),
(36443, 83, 630, 'Luebz', ''),
(36444, 83, 630, 'Luebzin', ''),
(36445, 83, 630, 'Malchin', ''),
(36446, 83, 630, 'Malchow', ''),
(36447, 83, 630, 'Mallin', ''),
(36448, 83, 630, 'Markgrafenheide', ''),
(36449, 83, 630, 'Marlow', ''),
(36450, 83, 630, 'Mecklenburg', ''),
(36451, 83, 630, 'Meesiger', ''),
(36452, 83, 630, 'Metelsdorf', ''),
(36453, 83, 630, 'Mirow', ''),
(36454, 83, 630, 'Moellenhagen', ''),
(36455, 83, 630, 'Moenchhagen', ''),
(36456, 83, 630, 'Naschendorf', ''),
(36457, 83, 630, 'Negast', ''),
(36458, 83, 630, 'Neu Broderstorf', ''),
(36459, 83, 630, 'Neu Guelze', ''),
(36460, 83, 630, 'Neu Lueblow', ''),
(36461, 83, 630, 'Neu Meteln', ''),
(36462, 83, 630, 'Neu Sanitz', ''),
(36463, 83, 630, 'Neubrandenburg', ''),
(36464, 83, 630, 'Neubukow', ''),
(36465, 83, 630, 'Neuburg', ''),
(36466, 83, 630, 'Neuenkirchen', ''),
(36467, 83, 630, 'Neukloster', ''),
(36468, 83, 630, 'Neustadt-Glewe', ''),
(36469, 83, 630, 'Neustrelitz', ''),
(36470, 83, 630, 'Neverin', ''),
(36471, 83, 630, 'Nevern', ''),
(36472, 83, 630, 'Nieden', ''),
(36473, 83, 630, 'Oberhof', ''),
(36474, 83, 630, 'Oettelin', ''),
(36475, 83, 630, 'Oldenburg', ''),
(36476, 83, 630, 'Ostseebad Ahrenshoop', ''),
(36477, 83, 630, 'Ostseebad Baabe', ''),
(36478, 83, 630, 'Ostseebad Boltenhagen', ''),
(36479, 83, 630, 'Ostseebad Kuehlungsborn', ''),
(36480, 83, 630, 'Ostseebad Nienhagen', ''),
(36481, 83, 630, 'Ostseebad Prerow', ''),
(36482, 83, 630, 'Ostseebad Sellin', ''),
(36483, 83, 630, 'Ostseebad Zinnowitz', ''),
(36484, 83, 630, 'Pampow', ''),
(36485, 83, 630, 'Parchim', ''),
(36486, 83, 630, 'Pasewalk', ''),
(36487, 83, 630, 'Passow', ''),
(36488, 83, 630, 'Peckatel', ''),
(36489, 83, 630, 'Penkun', ''),
(36490, 83, 630, 'Penzlin', ''),
(36491, 83, 630, 'Perdoehl', ''),
(36492, 83, 630, 'Picher', ''),
(36493, 83, 630, 'Pingelshagen', ''),
(36494, 83, 630, 'Pinnow', ''),
(36495, 83, 630, 'Plate', ''),
(36496, 83, 630, 'Plau am See', ''),
(36497, 83, 630, 'Poelchow', ''),
(36498, 83, 630, 'Pohnstorf', ''),
(36499, 83, 630, 'Pokrent', ''),
(36500, 83, 630, 'Polz', ''),
(36501, 83, 630, 'Poppendorf', ''),
(36502, 83, 630, 'Poseritz', ''),
(36503, 83, 630, 'Pragsdorf', ''),
(36504, 83, 630, 'Prebberede', ''),
(36505, 83, 630, 'Prisannewitz', ''),
(36506, 83, 630, 'Prohn', ''),
(36507, 83, 630, 'Pruchten', ''),
(36508, 83, 630, 'Pudagla', ''),
(36509, 83, 630, 'Putbus', ''),
(36510, 83, 630, 'Questin', ''),
(36511, 83, 630, 'Rambin', ''),
(36512, 83, 630, 'Rastorf', ''),
(36513, 83, 630, 'Rastow', ''),
(36514, 83, 630, 'Rechlin', ''),
(36515, 83, 630, 'Reddelich', ''),
(36516, 83, 630, 'Reez', ''),
(36517, 83, 630, 'Rehna', ''),
(36518, 83, 630, 'Remplin', ''),
(36519, 83, 630, 'Retgendorf', ''),
(36520, 83, 630, 'Ribnitz', ''),
(36521, 83, 630, 'Ribnitz-Damgarten', ''),
(36522, 83, 630, 'Richtenberg', ''),
(36523, 83, 630, 'Rieps', ''),
(36524, 83, 630, 'Ritzerow', ''),
(36525, 83, 630, 'Roebel', ''),
(36526, 83, 630, 'Roevershagen', ''),
(36527, 83, 630, 'Rogeez', ''),
(36528, 83, 630, 'Roggenstorf', ''),
(36529, 83, 630, 'Rohlstorf', ''),
(36530, 83, 630, 'Rosenow', ''),
(36531, 83, 630, 'Rostock', ''),
(36532, 83, 630, 'Ruhn', ''),
(36533, 83, 630, 'Saal', ''),
(36534, 83, 630, 'Sagard', ''),
(36535, 83, 630, 'Sagerheide', ''),
(36536, 83, 630, 'Sassnitz', ''),
(36537, 83, 630, 'Satow', ''),
(36538, 83, 630, 'Satow-Oberhagen', ''),
(36539, 83, 630, 'Sauzin', ''),
(36540, 83, 630, 'Scharfstorf', ''),
(36541, 83, 630, 'Schlagbruegge', ''),
(36542, 83, 630, 'Schoenbeck', ''),
(36543, 83, 630, 'Schoenberg', ''),
(36544, 83, 630, 'Schoenlage', ''),
(36545, 83, 630, 'Schwaan', ''),
(36546, 83, 630, 'Schwerin', ''),
(36547, 83, 630, 'Seebad Ahlbeck', ''),
(36548, 83, 630, 'Seebad Bansin', ''),
(36549, 83, 630, 'Seeheilbad Graal-Mueritz', ''),
(36550, 83, 630, 'Seeland', ''),
(36551, 83, 630, 'Sellin', ''),
(36552, 83, 630, 'Selmsdorf', ''),
(36553, 83, 630, 'Semlow', ''),
(36554, 83, 630, 'Staebelow', ''),
(36555, 83, 630, 'Steesow', ''),
(36556, 83, 630, 'Steinhagen', ''),
(36557, 83, 630, 'Stellshagen', ''),
(36558, 83, 630, 'Sternberg', ''),
(36559, 83, 630, 'Stilow', ''),
(36560, 83, 630, 'Storkow', ''),
(36561, 83, 630, 'Stralsund', ''),
(36562, 83, 630, 'Strasburg', ''),
(36563, 83, 630, 'Stubbenfelde', ''),
(36564, 83, 630, 'Suckow', ''),
(36565, 83, 630, 'Suelstorf', ''),
(36566, 83, 630, 'Sundhagen', ''),
(36567, 83, 630, 'Teschow', ''),
(36568, 83, 630, 'Tessin', ''),
(36569, 83, 630, 'Teterow', ''),
(36570, 83, 630, 'Thandorf', ''),
(36571, 83, 630, 'Thesenvitz', ''),
(36572, 83, 630, 'Thulendorf', ''),
(36573, 83, 630, 'Timmendorf', ''),
(36574, 83, 630, 'Torgelow', ''),
(36575, 83, 630, 'Trinwillershagen', ''),
(36576, 83, 630, 'Trollenhagen', ''),
(36577, 83, 630, 'UEckeritz', ''),
(36578, 83, 630, 'Ueckermuende', ''),
(36579, 83, 630, 'Upahl', ''),
(36580, 83, 630, 'Usedom', ''),
(36581, 83, 630, 'Viez', ''),
(36582, 83, 630, 'Vogelsang', ''),
(36583, 83, 630, 'Vorland', ''),
(36584, 83, 630, 'Wackerow', ''),
(36585, 83, 630, 'Wardow', ''),
(36586, 83, 630, 'Waren', ''),
(36587, 83, 630, 'Warin', ''),
(36588, 83, 630, 'Warnow', ''),
(36589, 83, 630, 'Weitenhagen', ''),
(36590, 83, 630, 'Wendorf', ''),
(36591, 83, 630, 'Werder', ''),
(36592, 83, 630, 'Wesenberg', ''),
(36593, 83, 630, 'Wiek', ''),
(36594, 83, 630, 'Wietstock', ''),
(36595, 83, 630, 'Wildberg', ''),
(36596, 83, 630, 'Wilhelmsburg', ''),
(36597, 83, 630, 'Wilmshagen', ''),
(36598, 83, 630, 'Wismar', ''),
(36599, 83, 630, 'Wittenbeck', ''),
(36600, 83, 630, 'Wittenburg', ''),
(36601, 83, 630, 'Wittenfoerden', ''),
(36602, 83, 630, 'Witzin', ''),
(36603, 83, 630, 'Woldegk', ''),
(36604, 83, 630, 'Wolgast', ''),
(36605, 83, 630, 'Wuestenfelde', ''),
(36606, 83, 630, 'Wustrow', ''),
(36607, 83, 630, 'Zahrensdorf', ''),
(36608, 83, 630, 'Zarrendorf', ''),
(36609, 83, 630, 'Zarrentin', ''),
(36610, 83, 630, 'Zerrenthin', ''),
(36611, 83, 630, 'Ziethen', ''),
(36612, 83, 630, 'Zingst', ''),
(36613, 83, 630, 'Zirkow', ''),
(36614, 83, 630, 'Zirzow', ''),
(36615, 83, 630, 'Zuggelrade', ''),
(36616, 83, 630, 'Zurow', ''),
(36617, 83, 631, 'Aachen', ''),
(36618, 83, 631, 'Ahaus', ''),
(36619, 83, 631, 'Ahlen', ''),
(36620, 83, 631, 'Aldenhoven', ''),
(36621, 83, 631, 'Alexander', ''),
(36622, 83, 631, 'Alfter', ''),
(36623, 83, 631, 'Allagen', ''),
(36624, 83, 631, 'Allendorf', ''),
(36625, 83, 631, 'Alpen', ''),
(36626, 83, 631, 'Alsdorf', ''),
(36627, 83, 631, 'Altena', ''),
(36628, 83, 631, 'Altenbeken', ''),
(36629, 83, 631, 'Altenberge', ''),
(36630, 83, 631, 'Altenheerse', ''),
(36631, 83, 631, 'Andreasberg', ''),
(36632, 83, 631, 'Anroechte', ''),
(36633, 83, 631, 'Arnsberg', ''),
(36634, 83, 631, 'Ascheberg', ''),
(36635, 83, 631, 'Attendorn', ''),
(36636, 83, 631, 'Augustdorf', ''),
(36637, 83, 631, 'Baal', ''),
(36638, 83, 631, 'Baasem', ''),
(36639, 83, 631, 'Bach', ''),
(36640, 83, 631, 'Bad Berleburg', ''),
(36641, 83, 631, 'Bad Driburg', ''),
(36642, 83, 631, 'Bad Godesberg', ''),
(36643, 83, 631, 'Bad Honnef', ''),
(36644, 83, 631, 'Bad Laasphe', ''),
(36645, 83, 631, 'Bad Lippspringe', ''),
(36646, 83, 631, 'Bad Muenstereifel', ''),
(36647, 83, 631, 'Bad Oeynhausen', ''),
(36648, 83, 631, 'Bad Salzuflen', ''),
(36649, 83, 631, 'Bad Sassendorf', ''),
(36650, 83, 631, 'Baesweiler', ''),
(36651, 83, 631, 'Balve', ''),
(36652, 83, 631, 'Bank', ''),
(36653, 83, 631, 'Barntrup', ''),
(36654, 83, 631, 'Basel', ''),
(36655, 83, 631, 'Baumberg', ''),
(36656, 83, 631, 'Beckum', ''),
(36657, 83, 631, 'Bedburg', ''),
(36658, 83, 631, 'Beelen', ''),
(36659, 83, 631, 'Bellenberg', ''),
(36660, 83, 631, 'Bensberg', ''),
(36661, 83, 631, 'Berg', ''),
(36662, 83, 631, 'Bergheim', ''),
(36663, 83, 631, 'Bergisch Gladbach', ''),
(36664, 83, 631, 'Bergkamen', ''),
(36665, 83, 631, 'Bergneustadt', ''),
(36666, 83, 631, 'Bestwig', ''),
(36667, 83, 631, 'Beverungen', ''),
(36668, 83, 631, 'Bielefeld', ''),
(36669, 83, 631, 'Billerbeck', ''),
(36670, 83, 631, 'Birgelen', ''),
(36671, 83, 631, 'Birlinghoven', ''),
(36672, 83, 631, 'Blankenheim', ''),
(36673, 83, 631, 'Blatzheim', ''),
(36674, 83, 631, 'Blomberg', ''),
(36675, 83, 631, 'Blume', ''),
(36676, 83, 631, 'Bocholt', ''),
(36677, 83, 631, 'Bochum', ''),
(36678, 83, 631, 'Boedefeld', ''),
(36679, 83, 631, 'Bonen', ''),
(36680, 83, 631, 'Bonn', ''),
(36681, 83, 631, 'Borchen', ''),
(36682, 83, 631, 'Borgentreich', ''),
(36683, 83, 631, 'Borgholzhausen', ''),
(36684, 83, 631, 'Borken', ''),
(36685, 83, 631, 'Bornheim', ''),
(36686, 83, 631, 'Bottrop', ''),
(36687, 83, 631, 'Brakel', ''),
(36688, 83, 631, 'Brauweiler', ''),
(36689, 83, 631, 'Breckerfeld', ''),
(36690, 83, 631, 'Bredeney', ''),
(36691, 83, 631, 'Breitscheid', ''),
(36692, 83, 631, 'Brilon', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(36693, 83, 631, 'Bruehl', ''),
(36694, 83, 631, 'Bruggen', ''),
(36695, 83, 631, 'Buchholz', ''),
(36696, 83, 631, 'Buende', ''),
(36697, 83, 631, 'Bueren', ''),
(36698, 83, 631, 'Burbach', ''),
(36699, 83, 631, 'Burscheid', ''),
(36700, 83, 631, 'Buschbell', ''),
(36701, 83, 631, 'Buschhausen', ''),
(36702, 83, 631, 'Castrop-Rauxel', ''),
(36703, 83, 631, 'Clarholz', ''),
(36704, 83, 631, 'Coesfeld', ''),
(36705, 83, 631, 'Cologne', ''),
(36706, 83, 631, 'Dahlem', ''),
(36707, 83, 631, 'Datteln', ''),
(36708, 83, 631, 'Delbrueck', ''),
(36709, 83, 631, 'Detmold', ''),
(36710, 83, 631, 'Dinslaken', ''),
(36711, 83, 631, 'Disternich', ''),
(36712, 83, 631, 'Doernberg', ''),
(36713, 83, 631, 'Dorentrup', ''),
(36714, 83, 631, 'Dormagen', ''),
(36715, 83, 631, 'Dorsten', ''),
(36716, 83, 631, 'Dortmund', ''),
(36717, 83, 631, 'Drensteinfurt', ''),
(36718, 83, 631, 'Drolshagen', ''),
(36719, 83, 631, 'Duelmen', ''),
(36720, 83, 631, 'Duisburg', ''),
(36721, 83, 631, 'Dunnwald', ''),
(36722, 83, 631, 'Düren', ''),
(36723, 83, 631, 'Dusseldorf', ''),
(36724, 83, 631, 'Effeln', ''),
(36725, 83, 631, 'Eitorf', ''),
(36726, 83, 631, 'Elmenhorst', ''),
(36727, 83, 631, 'Elsdorf', ''),
(36728, 83, 631, 'Elten', ''),
(36729, 83, 631, 'Emmerich', ''),
(36730, 83, 631, 'Emsdetten', ''),
(36731, 83, 631, 'Engelskirchen', ''),
(36732, 83, 631, 'Enger', ''),
(36733, 83, 631, 'Ennepetal', ''),
(36734, 83, 631, 'Enniger', ''),
(36735, 83, 631, 'Ennigerloh', ''),
(36736, 83, 631, 'Erftstadt', ''),
(36737, 83, 631, 'Erkelenz', ''),
(36738, 83, 631, 'Erkrath', ''),
(36739, 83, 631, 'Erndtebruck', ''),
(36740, 83, 631, 'Erwitte', ''),
(36741, 83, 631, 'Eschweiler', ''),
(36742, 83, 631, 'Eslohe', ''),
(36743, 83, 631, 'Espelkamp', ''),
(36744, 83, 631, 'Espelkamp-Mittwald', ''),
(36745, 83, 631, 'Essen', ''),
(36746, 83, 631, 'Etteln', ''),
(36747, 83, 631, 'Euskirchen', ''),
(36748, 83, 631, 'Everswinkel', ''),
(36749, 83, 631, 'Extertal', ''),
(36750, 83, 631, 'Finnentrop', ''),
(36751, 83, 631, 'Frechen', ''),
(36752, 83, 631, 'Freudenberg', ''),
(36753, 83, 631, 'Freund', ''),
(36754, 83, 631, 'Froendenberg', ''),
(36755, 83, 631, 'Fuchstal', ''),
(36756, 83, 631, 'Gangelt', ''),
(36757, 83, 631, 'Geilenkirchen', ''),
(36758, 83, 631, 'Geldern', ''),
(36759, 83, 631, 'Gelsenkirchen', ''),
(36760, 83, 631, 'Gendorf', ''),
(36761, 83, 631, 'Gescher', ''),
(36762, 83, 631, 'Geseke', ''),
(36763, 83, 631, 'Gevelsberg', ''),
(36764, 83, 631, 'Gladbach', ''),
(36765, 83, 631, 'Gladbeck', ''),
(36766, 83, 631, 'Goch', ''),
(36767, 83, 631, 'Grafschaft', ''),
(36768, 83, 631, 'Grefrath', ''),
(36769, 83, 631, 'Greven', ''),
(36770, 83, 631, 'Grevenbroich', ''),
(36771, 83, 631, 'Gronau', ''),
(36772, 83, 631, 'Gruenenthal', ''),
(36773, 83, 631, 'Gummersbach', ''),
(36774, 83, 631, 'Gütersloh', ''),
(36775, 83, 631, 'Haan', ''),
(36776, 83, 631, 'Hagen', ''),
(36777, 83, 631, 'Hahn', ''),
(36778, 83, 631, 'Halberg', ''),
(36779, 83, 631, 'Halle', ''),
(36780, 83, 631, 'Hallenberg', ''),
(36781, 83, 631, 'Haltern', ''),
(36782, 83, 631, 'Halver', ''),
(36783, 83, 631, 'Hamm', ''),
(36784, 83, 631, 'Hammerstein', ''),
(36785, 83, 631, 'Hamminkeln', ''),
(36786, 83, 631, 'Harsewinkel', ''),
(36787, 83, 631, 'Harth', ''),
(36788, 83, 631, 'Hattingen', ''),
(36789, 83, 631, 'Hausen', ''),
(36790, 83, 631, 'Haverkamp', ''),
(36791, 83, 631, 'Havixbeck', ''),
(36792, 83, 631, 'Heek', ''),
(36793, 83, 631, 'Hegensdorf', ''),
(36794, 83, 631, 'Heiden', ''),
(36795, 83, 631, 'Heiligenhaus', ''),
(36796, 83, 631, 'Heimbach', ''),
(36797, 83, 631, 'Heinsberg', ''),
(36798, 83, 631, 'Hellenthal', ''),
(36799, 83, 631, 'Hellweg', ''),
(36800, 83, 631, 'Hemer', ''),
(36801, 83, 631, 'Henglarn', ''),
(36802, 83, 631, 'Hennef', ''),
(36803, 83, 631, 'Herchen', ''),
(36804, 83, 631, 'Herdecke', ''),
(36805, 83, 631, 'Herford', ''),
(36806, 83, 631, 'Heringhausen', ''),
(36807, 83, 631, 'Herne', ''),
(36808, 83, 631, 'Herringen', ''),
(36809, 83, 631, 'Herscheid', ''),
(36810, 83, 631, 'Herten', ''),
(36811, 83, 631, 'Herzebrock', ''),
(36812, 83, 631, 'Herzogenrath', ''),
(36813, 83, 631, 'Hiddenhausen', ''),
(36814, 83, 631, 'Hilchenbach', ''),
(36815, 83, 631, 'Hilden', ''),
(36816, 83, 631, 'Hille', ''),
(36817, 83, 631, 'Hillesheim', ''),
(36818, 83, 631, 'Hoehe', ''),
(36819, 83, 631, 'Hoerstel', ''),
(36820, 83, 631, 'Hoest', ''),
(36821, 83, 631, 'Hohenhaus', ''),
(36822, 83, 631, 'Hohne', ''),
(36823, 83, 631, 'Holzwickede', ''),
(36824, 83, 631, 'Hopsten', ''),
(36825, 83, 631, 'Horn-Bad Meinberg', ''),
(36826, 83, 631, 'Horstmar', ''),
(36827, 83, 631, 'Hostel', ''),
(36828, 83, 631, 'Hovelhof', ''),
(36829, 83, 631, 'Höxter', ''),
(36830, 83, 631, 'Hueckelhoven', ''),
(36831, 83, 631, 'Hueckeswagen', ''),
(36832, 83, 631, 'Huellhorst', ''),
(36833, 83, 631, 'Hunxe', ''),
(36834, 83, 631, 'Hurtgenwald', ''),
(36835, 83, 631, 'Hürth', ''),
(36836, 83, 631, 'Ibbenbueren', ''),
(36837, 83, 631, 'Im Loh', ''),
(36838, 83, 631, 'Inden', ''),
(36839, 83, 631, 'Iserlohn', ''),
(36840, 83, 631, 'Isselburg', ''),
(36841, 83, 631, 'Issum', ''),
(36842, 83, 631, 'Jaegerhof', ''),
(36843, 83, 631, 'Juchen', ''),
(36844, 83, 631, 'Juelich', ''),
(36845, 83, 631, 'Kaarst', ''),
(36846, 83, 631, 'Kalkar', ''),
(36847, 83, 631, 'Kall', ''),
(36848, 83, 631, 'Kalletal', ''),
(36849, 83, 631, 'Kamen', ''),
(36850, 83, 631, 'Kamp-Lintfort', ''),
(36851, 83, 631, 'Kanzlei', ''),
(36852, 83, 631, 'Kempen', ''),
(36853, 83, 631, 'Kendenich', ''),
(36854, 83, 631, 'Kerpen', ''),
(36855, 83, 631, 'Kevelaer', ''),
(36856, 83, 631, 'Kierspe', ''),
(36857, 83, 631, 'Kirchdorf', ''),
(36858, 83, 631, 'Kirchhundem', ''),
(36859, 83, 631, 'Kirchlengern', ''),
(36860, 83, 631, 'Kleve', ''),
(36861, 83, 631, 'Kloster', ''),
(36862, 83, 631, 'Koenigsdorf', ''),
(36863, 83, 631, 'Koenigswinter', ''),
(36864, 83, 631, 'Kommern', ''),
(36865, 83, 631, 'Komp', ''),
(36866, 83, 631, 'Korschenbroich', ''),
(36867, 83, 631, 'Kranenburg', ''),
(36868, 83, 631, 'Krefeld', ''),
(36869, 83, 631, 'Kreuz', ''),
(36870, 83, 631, 'Kreuzau', ''),
(36871, 83, 631, 'Kreuztal', ''),
(36872, 83, 631, 'Krombach', ''),
(36873, 83, 631, 'Kurten', ''),
(36874, 83, 631, 'Ladbergen', ''),
(36875, 83, 631, 'Laer', ''),
(36876, 83, 631, 'Lage', ''),
(36877, 83, 631, 'Langenbach', ''),
(36878, 83, 631, 'Langenberg', ''),
(36879, 83, 631, 'Langenfeld', ''),
(36880, 83, 631, 'Langerwehe', ''),
(36881, 83, 631, 'Legden', ''),
(36882, 83, 631, 'Leichlingen', ''),
(36883, 83, 631, 'Lemgo', ''),
(36884, 83, 631, 'Lengerich', ''),
(36885, 83, 631, 'Lennep', ''),
(36886, 83, 631, 'Lennestadt', ''),
(36887, 83, 631, 'Leopoldshohe', ''),
(36888, 83, 631, 'Leuscheid', ''),
(36889, 83, 631, 'Leverkusen', ''),
(36890, 83, 631, 'Lichtenau', ''),
(36891, 83, 631, 'Lienen', ''),
(36892, 83, 631, 'Linde', ''),
(36893, 83, 631, 'Linden', ''),
(36894, 83, 631, 'Lindlar', ''),
(36895, 83, 631, 'Linnich', ''),
(36896, 83, 631, 'Lippe', ''),
(36897, 83, 631, 'Lippetal', ''),
(36898, 83, 631, 'Lippstadt', ''),
(36899, 83, 631, 'Litterscheid', ''),
(36900, 83, 631, 'Loehne', ''),
(36901, 83, 631, 'Lohmar', ''),
(36902, 83, 631, 'Lotte', ''),
(36903, 83, 631, 'Lüdenscheid', ''),
(36904, 83, 631, 'Luebbecke', ''),
(36905, 83, 631, 'Luedinghausen', ''),
(36906, 83, 631, 'Luegde', ''),
(36907, 83, 631, 'Lünen', ''),
(36908, 83, 631, 'Marienfeld', ''),
(36909, 83, 631, 'Marienheide', ''),
(36910, 83, 631, 'Marienmunster', ''),
(36911, 83, 631, 'Marl', ''),
(36912, 83, 631, 'Mars', ''),
(36913, 83, 631, 'Marsberg', ''),
(36914, 83, 631, 'Marsdorf', ''),
(36915, 83, 631, 'Mechernich', ''),
(36916, 83, 631, 'Meckenheim', ''),
(36917, 83, 631, 'Medebach', ''),
(36918, 83, 631, 'Meerbusch', ''),
(36919, 83, 631, 'Mehr', ''),
(36920, 83, 631, 'Meinerzhagen', ''),
(36921, 83, 631, 'Menden', ''),
(36922, 83, 631, 'Mersheim', ''),
(36923, 83, 631, 'Merzenich', ''),
(36924, 83, 631, 'Meschede', ''),
(36925, 83, 631, 'Metelen', ''),
(36926, 83, 631, 'Mettingen', ''),
(36927, 83, 631, 'Mettmann', ''),
(36928, 83, 631, 'Minden', ''),
(36929, 83, 631, 'Moers', ''),
(36930, 83, 631, 'Mohnesee', ''),
(36931, 83, 631, 'Mönchengladbach', ''),
(36932, 83, 631, 'Monheim am Rhein', ''),
(36933, 83, 631, 'Monschau', ''),
(36934, 83, 631, 'Morenhoven', ''),
(36935, 83, 631, 'Morsbach', ''),
(36936, 83, 631, 'Much', ''),
(36937, 83, 631, 'Muehle', ''),
(36938, 83, 631, 'Mülheim', ''),
(36939, 83, 631, 'Münster', ''),
(36940, 83, 631, 'Nachrodt-Wiblingwerde', ''),
(36941, 83, 631, 'Netphen', ''),
(36942, 83, 631, 'Nettersheim', ''),
(36943, 83, 631, 'Nettetal', ''),
(36944, 83, 631, 'Neuenheerse', ''),
(36945, 83, 631, 'Neuenkirchen', ''),
(36946, 83, 631, 'Neuenrade', ''),
(36947, 83, 631, 'Neukirchen', ''),
(36948, 83, 631, 'Neukirchen-Vluyn', ''),
(36949, 83, 631, 'Neunkirchen', ''),
(36950, 83, 631, 'Neuss', ''),
(36951, 83, 631, 'Neviges', ''),
(36952, 83, 631, 'Nideggen', ''),
(36953, 83, 631, 'Niederense', ''),
(36954, 83, 631, 'Niederkassel', ''),
(36955, 83, 631, 'Niederkruchten', ''),
(36956, 83, 631, 'Niederzier', ''),
(36957, 83, 631, 'Nieheim', ''),
(36958, 83, 631, 'Nienberge', ''),
(36959, 83, 631, 'Nienhagen', ''),
(36960, 83, 631, 'Nieukerk', ''),
(36961, 83, 631, 'Nordkirchen', ''),
(36962, 83, 631, 'Nordwalde', ''),
(36963, 83, 631, 'Norvenich', ''),
(36964, 83, 631, 'Nottuln', ''),
(36965, 83, 631, 'Numbrecht', ''),
(36966, 83, 631, 'Oberberg', ''),
(36967, 83, 631, 'Oberhausen', ''),
(36968, 83, 631, 'Ochtrup', ''),
(36969, 83, 631, 'Odenthal', ''),
(36970, 83, 631, 'Oedt', ''),
(36971, 83, 631, 'Oelde', ''),
(36972, 83, 631, 'Oer-Erkenschwick', ''),
(36973, 83, 631, 'Oerlinghausen', ''),
(36974, 83, 631, 'Oldendorf', ''),
(36975, 83, 631, 'Olfen', ''),
(36976, 83, 631, 'Olpe', ''),
(36977, 83, 631, 'Olsberg', ''),
(36978, 83, 631, 'Oppenwehe', ''),
(36979, 83, 631, 'Ostbevern', ''),
(36980, 83, 631, 'Osterwald', ''),
(36981, 83, 631, 'Overath', ''),
(36982, 83, 631, 'Paderborn', ''),
(36983, 83, 631, 'Petershagen', ''),
(36984, 83, 631, 'Pixel', ''),
(36985, 83, 631, 'Plettenberg', ''),
(36986, 83, 631, 'Porta Westfalica', ''),
(36987, 83, 631, 'Porz am Rhein', ''),
(36988, 83, 631, 'Preussisch Oldendorf', ''),
(36989, 83, 631, 'Pulheim', ''),
(36990, 83, 631, 'Radevormwald', ''),
(36991, 83, 631, 'Raesfeld', ''),
(36992, 83, 631, 'Rahden', ''),
(36993, 83, 631, 'Ramsdorf', ''),
(36994, 83, 631, 'Rath', ''),
(36995, 83, 631, 'Ratingen', ''),
(36996, 83, 631, 'Recke', ''),
(36997, 83, 631, 'Recklinghausen', ''),
(36998, 83, 631, 'Rees', ''),
(36999, 83, 631, 'Reichshof', ''),
(37000, 83, 631, 'Remscheid', ''),
(37001, 83, 631, 'Rheda-Wiedenbrueck', ''),
(37002, 83, 631, 'Rhede', ''),
(37003, 83, 631, 'Rhein', ''),
(37004, 83, 631, 'Rheinbach', ''),
(37005, 83, 631, 'Rheinberg', ''),
(37006, 83, 631, 'Rheine', ''),
(37007, 83, 631, 'Rheurdt', ''),
(37008, 83, 631, 'Rietberg', ''),
(37009, 83, 631, 'Rinkerode', ''),
(37010, 83, 631, 'Rodinghausen', ''),
(37011, 83, 631, 'Roesrath', ''),
(37012, 83, 631, 'Roetgen', ''),
(37013, 83, 631, 'Rommerskirchen', ''),
(37014, 83, 631, 'Rosbach', ''),
(37015, 83, 631, 'Rosendahl', ''),
(37016, 83, 631, 'Roth', ''),
(37017, 83, 631, 'Rott', ''),
(37018, 83, 631, 'Ruenthe', ''),
(37019, 83, 631, 'Ruethen', ''),
(37020, 83, 631, 'Ruppichteroth', ''),
(37021, 83, 631, 'Saerbeck', ''),
(37022, 83, 631, 'Salzkotten', ''),
(37023, 83, 631, 'Sankt Augustin', ''),
(37024, 83, 631, 'Sankt Peter', ''),
(37025, 83, 631, 'Sanssouci', ''),
(37026, 83, 631, 'Sassenberg', ''),
(37027, 83, 631, 'Schalksmuhle', ''),
(37028, 83, 631, 'Scheid', ''),
(37029, 83, 631, 'Schermbeck', ''),
(37030, 83, 631, 'Schieder-Schwalenberg', ''),
(37031, 83, 631, 'Schlangen', ''),
(37032, 83, 631, 'Schleiden', ''),
(37033, 83, 631, 'Schloss Holte-Stukenbrock', ''),
(37034, 83, 631, 'Schluesselburg', ''),
(37035, 83, 631, 'Schmallenberg', ''),
(37036, 83, 631, 'Schmidt', ''),
(37037, 83, 631, 'Schoenenberg', ''),
(37038, 83, 631, 'Schoppingen', ''),
(37039, 83, 631, 'Schwalmtal', ''),
(37040, 83, 631, 'Schwaney', ''),
(37041, 83, 631, 'Schweckhausen', ''),
(37042, 83, 631, 'Schwelm', ''),
(37043, 83, 631, 'Schwerte', ''),
(37044, 83, 631, 'Selfkant', ''),
(37045, 83, 631, 'Seligenthal', ''),
(37046, 83, 631, 'Selm', ''),
(37047, 83, 631, 'Senden', ''),
(37048, 83, 631, 'Sendenhorst', ''),
(37049, 83, 631, 'Sennelager', ''),
(37050, 83, 631, 'Siegburg', ''),
(37051, 83, 631, 'Siegen', ''),
(37052, 83, 631, 'Simmerath', ''),
(37053, 83, 631, 'Soest', ''),
(37054, 83, 631, 'Solingen', ''),
(37055, 83, 631, 'Soller', ''),
(37056, 83, 631, 'Sonsbeck', ''),
(37057, 83, 631, 'Spenge', ''),
(37058, 83, 631, 'Sprockhoevel', ''),
(37059, 83, 631, 'Stadtlohn', ''),
(37060, 83, 631, 'Steinfurt', ''),
(37061, 83, 631, 'Steinhagen', ''),
(37062, 83, 631, 'Steinheim', ''),
(37063, 83, 631, 'Stemwede', ''),
(37064, 83, 631, 'Stolberg', ''),
(37065, 83, 631, 'Stommeln', ''),
(37066, 83, 631, 'Straberg', ''),
(37067, 83, 631, 'Straelen', ''),
(37068, 83, 631, 'Stromberg', ''),
(37069, 83, 631, 'Stukenbrock', ''),
(37070, 83, 631, 'Sudheide', ''),
(37071, 83, 631, 'Sudlohn', ''),
(37072, 83, 631, 'Sundern', ''),
(37073, 83, 631, 'Swisttal', ''),
(37074, 83, 631, 'Tecklenburg', ''),
(37075, 83, 631, 'Telgte', ''),
(37076, 83, 631, 'Teveren', ''),
(37077, 83, 631, 'Titz', ''),
(37078, 83, 631, 'Toenisvorst', ''),
(37079, 83, 631, 'Troisdorf', ''),
(37080, 83, 631, 'Ubach-Palenberg', ''),
(37081, 83, 631, 'UEberfeld', ''),
(37082, 83, 631, 'Uedem', ''),
(37083, 83, 631, 'Unna', ''),
(37084, 83, 631, 'Urbach', ''),
(37085, 83, 631, 'Velbert', ''),
(37086, 83, 631, 'Velen', ''),
(37087, 83, 631, 'Verl', ''),
(37088, 83, 631, 'Versmold', ''),
(37089, 83, 631, 'Vettweiss', ''),
(37090, 83, 631, 'Vierlinden', ''),
(37091, 83, 631, 'Viersen', ''),
(37092, 83, 631, 'Vlotho', ''),
(37093, 83, 631, 'Voerde', ''),
(37094, 83, 631, 'Vorwerk', ''),
(37095, 83, 631, 'Vreden', ''),
(37096, 83, 631, 'Wachtberg', ''),
(37097, 83, 631, 'Wachtendonk', ''),
(37098, 83, 631, 'Wadersloh', ''),
(37099, 83, 631, 'Wald', ''),
(37100, 83, 631, 'Waldbroel', ''),
(37101, 83, 631, 'Waldfeucht', ''),
(37102, 83, 631, 'Wall', ''),
(37103, 83, 631, 'Waltrop', ''),
(37104, 83, 631, 'Wanne-Eickel', ''),
(37105, 83, 631, 'Warburg', ''),
(37106, 83, 631, 'Warendorf', ''),
(37107, 83, 631, 'Warstein', ''),
(37108, 83, 631, 'Wassenberg', ''),
(37109, 83, 631, 'Wattenscheid', ''),
(37110, 83, 631, 'Weeze', ''),
(37111, 83, 631, 'Wegberg', ''),
(37112, 83, 631, 'Weilerswist', ''),
(37113, 83, 631, 'Welver', ''),
(37114, 83, 631, 'Wenden', ''),
(37115, 83, 631, 'Werdohl', ''),
(37116, 83, 631, 'Werl', ''),
(37117, 83, 631, 'Wermelskirchen', ''),
(37118, 83, 631, 'Werne', ''),
(37119, 83, 631, 'Werther', ''),
(37120, 83, 631, 'Wesel', ''),
(37121, 83, 631, 'Wesseling', ''),
(37122, 83, 631, 'Westerkappeln', ''),
(37123, 83, 631, 'Wetter (Ruhr)', ''),
(37124, 83, 631, 'Wettringen', ''),
(37125, 83, 631, 'Wickede', ''),
(37126, 83, 631, 'Wiehl', ''),
(37127, 83, 631, 'Wieske', ''),
(37128, 83, 631, 'Wilhelmshoehe', ''),
(37129, 83, 631, 'Wilhelmsthal', ''),
(37130, 83, 631, 'Willebadessen', ''),
(37131, 83, 631, 'Willich', ''),
(37132, 83, 631, 'Wilnsdorf', ''),
(37133, 83, 631, 'Windeck', ''),
(37134, 83, 631, 'Winterberg', ''),
(37135, 83, 631, 'Wipperfürth', ''),
(37136, 83, 631, 'Wittekindshof', ''),
(37137, 83, 631, 'Witten', ''),
(37138, 83, 631, 'Witterschlick', ''),
(37139, 83, 631, 'Wuelfrath', ''),
(37140, 83, 631, 'Wuennenberg', ''),
(37141, 83, 631, 'Wuerselen', ''),
(37142, 83, 631, 'Wuppertal', ''),
(37143, 83, 631, 'Xanten', ''),
(37144, 83, 631, 'Zulpich', ''),
(37145, 83, 632, 'Aach', ''),
(37146, 83, 632, 'Adenau', ''),
(37147, 83, 632, 'Ahrbruck', ''),
(37148, 83, 632, 'Ailertchen', ''),
(37149, 83, 632, 'Albig', ''),
(37150, 83, 632, 'Allendorf', ''),
(37151, 83, 632, 'Almersbach', ''),
(37152, 83, 632, 'Alpenrod', ''),
(37153, 83, 632, 'Alsbach', ''),
(37154, 83, 632, 'Alsheim', ''),
(37155, 83, 632, 'Altdorf', ''),
(37156, 83, 632, 'Altendiez', ''),
(37157, 83, 632, 'Altenglan', ''),
(37158, 83, 632, 'Altenkirchen', ''),
(37159, 83, 632, 'Altleiningen', ''),
(37160, 83, 632, 'Altrich', ''),
(37161, 83, 632, 'Altrip', ''),
(37162, 83, 632, 'Alzey', ''),
(37163, 83, 632, 'Alzheim', ''),
(37164, 83, 632, 'Andernach', ''),
(37165, 83, 632, 'Anhausen', ''),
(37166, 83, 632, 'Annweiler am Trifels', ''),
(37167, 83, 632, 'Antweiler', ''),
(37168, 83, 632, 'Appenheim', ''),
(37169, 83, 632, 'Arenrath', ''),
(37170, 83, 632, 'Argenschwang', ''),
(37171, 83, 632, 'Argenthal', ''),
(37172, 83, 632, 'Armsheim', ''),
(37173, 83, 632, 'Arzbach', ''),
(37174, 83, 632, 'Arzfeld', ''),
(37175, 83, 632, 'Asbach', ''),
(37176, 83, 632, 'Ayl', ''),
(37177, 83, 632, 'Bacharach', ''),
(37178, 83, 632, 'Bachenberg', ''),
(37179, 83, 632, 'Bad Bergzaben', ''),
(37180, 83, 632, 'Bad Breisig', ''),
(37181, 83, 632, 'Bad Duerkheim', ''),
(37182, 83, 632, 'Bad Ems', ''),
(37183, 83, 632, 'Bad Hoenningen', ''),
(37184, 83, 632, 'Bad Kreuznach', ''),
(37185, 83, 632, 'Bad Marienberg', ''),
(37186, 83, 632, 'Bad Muenster am Stein-Ebernburg', ''),
(37187, 83, 632, 'Bad Neuenahr-Ahrweiler', ''),
(37188, 83, 632, 'Badem', ''),
(37189, 83, 632, 'Badenheim', ''),
(37190, 83, 632, 'Bann', ''),
(37191, 83, 632, 'Bannberscheid', ''),
(37192, 83, 632, 'Barbelroth', ''),
(37193, 83, 632, 'Bassenheim', ''),
(37194, 83, 632, 'Battenberg', ''),
(37195, 83, 632, 'Baumholder', ''),
(37196, 83, 632, 'Bausendorf', ''),
(37197, 83, 632, 'Bechenheim', ''),
(37198, 83, 632, 'Bechhofen', ''),
(37199, 83, 632, 'Bedesbach', ''),
(37200, 83, 632, 'Beindersheim', ''),
(37201, 83, 632, 'Beinhausen', ''),
(37202, 83, 632, 'Bekond', ''),
(37203, 83, 632, 'Belingen', ''),
(37204, 83, 632, 'Bellheim', ''),
(37205, 83, 632, 'Bendorf', ''),
(37206, 83, 632, 'Bendorf-Sayn', ''),
(37207, 83, 632, 'Berg', ''),
(37208, 83, 632, 'Berglicht', ''),
(37209, 83, 632, 'Bernkastel-Kues', ''),
(37210, 83, 632, 'Berod bei Wallmerod', ''),
(37211, 83, 632, 'Berzhausen', ''),
(37212, 83, 632, 'Bescheid', ''),
(37213, 83, 632, 'Bettingen', ''),
(37214, 83, 632, 'Betzdorf', ''),
(37215, 83, 632, 'Beuren', ''),
(37216, 83, 632, 'Biebelsheim', ''),
(37217, 83, 632, 'Biebrich', ''),
(37218, 83, 632, 'Biersdorf', ''),
(37219, 83, 632, 'Bilkheim', ''),
(37220, 83, 632, 'Billigheim-Ingenheim', ''),
(37221, 83, 632, 'Bingen am Rhein', ''),
(37222, 83, 632, 'Binsfeld', ''),
(37223, 83, 632, 'Birken-Honigsessen', ''),
(37224, 83, 632, 'Birkenfeld', ''),
(37225, 83, 632, 'Birkenheide', ''),
(37226, 83, 632, 'Birlenbach', ''),
(37227, 83, 632, 'Birnbach', ''),
(37228, 83, 632, 'Birresborn', ''),
(37229, 83, 632, 'Bischheim', ''),
(37230, 83, 632, 'Bitburg', ''),
(37231, 83, 632, 'Bitzen', ''),
(37232, 83, 632, 'Blankenrath', ''),
(37233, 83, 632, 'Blaubach', ''),
(37234, 83, 632, 'Bleialf', ''),
(37235, 83, 632, 'Bobenheim am Berg', ''),
(37236, 83, 632, 'Bobenheim-Roxheim', ''),
(37237, 83, 632, 'Bobingen', ''),
(37238, 83, 632, 'Bochingen', ''),
(37239, 83, 632, 'Bockenau', ''),
(37240, 83, 632, 'Boden', ''),
(37241, 83, 632, 'Bodenheim', ''),
(37242, 83, 632, 'Bogel', ''),
(37243, 83, 632, 'Bohl-Iggelheim', ''),
(37244, 83, 632, 'Bolanden', ''),
(37245, 83, 632, 'Bollenbach', ''),
(37246, 83, 632, 'Bonefeld', ''),
(37247, 83, 632, 'Boppard', ''),
(37248, 83, 632, 'Bornheim', ''),
(37249, 83, 632, 'Borod', ''),
(37250, 83, 632, 'Borrstadt', ''),
(37251, 83, 632, 'Bosenbach', ''),
(37252, 83, 632, 'Brachbach', ''),
(37253, 83, 632, 'Braubach', ''),
(37254, 83, 632, 'Brauneberg', ''),
(37255, 83, 632, 'Braunweiler', ''),
(37256, 83, 632, 'Breitenau', ''),
(37257, 83, 632, 'Breitenbach', ''),
(37258, 83, 632, 'Bretzenheim', ''),
(37259, 83, 632, 'Brey', ''),
(37260, 83, 632, 'Briedel', ''),
(37261, 83, 632, 'Briedern', ''),
(37262, 83, 632, 'Brohl-Lutzing', ''),
(37263, 83, 632, 'Bruchertseifen', ''),
(37264, 83, 632, 'Bruchhausen', ''),
(37265, 83, 632, 'Bruchmuhlbach-Miesau', ''),
(37266, 83, 632, 'Bruchweiler', ''),
(37267, 83, 632, 'Bruecken', ''),
(37268, 83, 632, 'Bruttig-Fankel', ''),
(37269, 83, 632, 'Bubenheim', ''),
(37270, 83, 632, 'Buchel', ''),
(37271, 83, 632, 'Buchenbeuren', ''),
(37272, 83, 632, 'Budenheim', ''),
(37273, 83, 632, 'Buedesheim', ''),
(37274, 83, 632, 'Bullay', ''),
(37275, 83, 632, 'Bundenbach', ''),
(37276, 83, 632, 'Burg', ''),
(37277, 83, 632, 'Burgbrohl', ''),
(37278, 83, 632, 'Burgen', ''),
(37279, 83, 632, 'Burgschwalbach', ''),
(37280, 83, 632, 'Burrweiler', ''),
(37281, 83, 632, 'Busenberg', ''),
(37282, 83, 632, 'Butzweiler', ''),
(37283, 83, 632, 'Callbach', ''),
(37284, 83, 632, 'Carlsberg', ''),
(37285, 83, 632, 'Clausen', ''),
(37286, 83, 632, 'Cochem', ''),
(37287, 83, 632, 'Contwig', ''),
(37288, 83, 632, 'Daaden', ''),
(37289, 83, 632, 'Dahlheim', ''),
(37290, 83, 632, 'Dahn', ''),
(37291, 83, 632, 'Dahnen', ''),
(37292, 83, 632, 'Daleiden', ''),
(37293, 83, 632, 'Dalheim', ''),
(37294, 83, 632, 'Damflos', ''),
(37295, 83, 632, 'Dannstadt-Schauernheim', ''),
(37296, 83, 632, 'Darstein', ''),
(37297, 83, 632, 'Dattenberg', ''),
(37298, 83, 632, 'Daun', ''),
(37299, 83, 632, 'Deesen', ''),
(37300, 83, 632, 'Deidesheim', ''),
(37301, 83, 632, 'Dellfeld', ''),
(37302, 83, 632, 'Dernbach', ''),
(37303, 83, 632, 'Derschen', ''),
(37304, 83, 632, 'Desloch', ''),
(37305, 83, 632, 'Detzem', ''),
(37306, 83, 632, 'Dickenschied', ''),
(37307, 83, 632, 'Diefenbach', ''),
(37308, 83, 632, 'Dienethal', ''),
(37309, 83, 632, 'Dienheim', ''),
(37310, 83, 632, 'Dierdorf', ''),
(37311, 83, 632, 'Dierscheid', ''),
(37312, 83, 632, 'Dietrichingen', ''),
(37313, 83, 632, 'Diez', ''),
(37314, 83, 632, 'Dillendorf', ''),
(37315, 83, 632, 'Dirmstein', ''),
(37316, 83, 632, 'Dohm-Lammersdorf', ''),
(37317, 83, 632, 'Dohr', ''),
(37318, 83, 632, 'Dolgesheim', ''),
(37319, 83, 632, 'Dorf', ''),
(37320, 83, 632, 'Dorn-Durkheim', ''),
(37321, 83, 632, 'Dorrebach', ''),
(37322, 83, 632, 'Dorrenbach', ''),
(37323, 83, 632, 'Dorrmoschel', ''),
(37324, 83, 632, 'Dorscheid', ''),
(37325, 83, 632, 'Dorsheim', ''),
(37326, 83, 632, 'Dorth', ''),
(37327, 83, 632, 'Dottesfeld', ''),
(37328, 83, 632, 'Dreikirchen', ''),
(37329, 83, 632, 'Dreis', ''),
(37330, 83, 632, 'Dreis-Bruck', ''),
(37331, 83, 632, 'Dudeldorf', ''),
(37332, 83, 632, 'Dudenhofen', ''),
(37333, 83, 632, 'Dungenheim', ''),
(37334, 83, 632, 'Dunzweiler', ''),
(37335, 83, 632, 'Duttweiler', ''),
(37336, 83, 632, 'Echternacherbruck', ''),
(37337, 83, 632, 'Eckelsheim', ''),
(37338, 83, 632, 'Eckenroth', ''),
(37339, 83, 632, 'Edenkoben', ''),
(37340, 83, 632, 'Edesheim', ''),
(37341, 83, 632, 'Ediger-Eller', ''),
(37342, 83, 632, 'Ehlscheid', ''),
(37343, 83, 632, 'Eich', ''),
(37344, 83, 632, 'Eichelhardt', ''),
(37345, 83, 632, 'Eichen', ''),
(37346, 83, 632, 'Eisenberg', ''),
(37347, 83, 632, 'Eitelborn', ''),
(37348, 83, 632, 'Elkenroth', ''),
(37349, 83, 632, 'Ellenz-Poltersdorf', ''),
(37350, 83, 632, 'Ellerstadt', ''),
(37351, 83, 632, 'Ellweiler', ''),
(37352, 83, 632, 'Elsoff', ''),
(37353, 83, 632, 'Elzweiler', ''),
(37354, 83, 632, 'Emmelshausen', ''),
(37355, 83, 632, 'Emmerzhausen', ''),
(37356, 83, 632, 'Engelstadt', ''),
(37357, 83, 632, 'Enkenbach-Alsenborn', ''),
(37358, 83, 632, 'Enkirch', ''),
(37359, 83, 632, 'Ensheim', ''),
(37360, 83, 632, 'Enspel', ''),
(37361, 83, 632, 'Eppelsheim', ''),
(37362, 83, 632, 'Eppenbrunn', ''),
(37363, 83, 632, 'Eppenrod', ''),
(37364, 83, 632, 'Erbach', ''),
(37365, 83, 632, 'Erlenbach', ''),
(37366, 83, 632, 'Ernst', ''),
(37367, 83, 632, 'Erpel', ''),
(37368, 83, 632, 'Erpolzheim', ''),
(37369, 83, 632, 'Erzenhausen', ''),
(37370, 83, 632, 'Essenheim', ''),
(37371, 83, 632, 'Essingen', ''),
(37372, 83, 632, 'Esthal', ''),
(37373, 83, 632, 'Ettringen', ''),
(37374, 83, 632, 'Etzbach', ''),
(37375, 83, 632, 'Fachbach', ''),
(37376, 83, 632, 'Farschweiler', ''),
(37377, 83, 632, 'Fehl-Ritzhausen', ''),
(37378, 83, 632, 'Feilbingert', ''),
(37379, 83, 632, 'Feldkirchen', ''),
(37380, 83, 632, 'Fell', ''),
(37381, 83, 632, 'Fernthal', ''),
(37382, 83, 632, 'Ferschweiler', ''),
(37383, 83, 632, 'Filsen', ''),
(37384, 83, 632, 'Filzen', ''),
(37385, 83, 632, 'Fischbach', ''),
(37386, 83, 632, 'Flacht', ''),
(37387, 83, 632, 'Flonheim', ''),
(37388, 83, 632, 'Fluterschen', ''),
(37389, 83, 632, 'Fohren', ''),
(37390, 83, 632, 'Forst', ''),
(37391, 83, 632, 'Framersheim', ''),
(37392, 83, 632, 'Frankelbach', ''),
(37393, 83, 632, 'Frankeneck', ''),
(37394, 83, 632, 'Frankenthal', ''),
(37395, 83, 632, 'Franzenheim', ''),
(37396, 83, 632, 'Frauenberg', ''),
(37397, 83, 632, 'Freckenfeld', ''),
(37398, 83, 632, 'Freimersheim', ''),
(37399, 83, 632, 'Freinsheim', ''),
(37400, 83, 632, 'Frettenheim', ''),
(37401, 83, 632, 'Friedelsheim', ''),
(37402, 83, 632, 'Friesenhagen', ''),
(37403, 83, 632, 'Friesenheim', ''),
(37404, 83, 632, 'Furfeld', ''),
(37405, 83, 632, 'Furthen', ''),
(37406, 83, 632, 'Fussgonheim', ''),
(37407, 83, 632, 'Gau-Algesheim', ''),
(37408, 83, 632, 'Gau-Bickelheim', ''),
(37409, 83, 632, 'Gau-Bischofsheim', ''),
(37410, 83, 632, 'Gau-Heppenheim', ''),
(37411, 83, 632, 'Gau-Odernheim', ''),
(37412, 83, 632, 'Gau-Weinheim', ''),
(37413, 83, 632, 'Gehrweiler', ''),
(37414, 83, 632, 'Geiselberg', ''),
(37415, 83, 632, 'Geisfeld', ''),
(37416, 83, 632, 'Geisig', ''),
(37417, 83, 632, 'Gensingen', ''),
(37418, 83, 632, 'Gerhardsbrunn', ''),
(37419, 83, 632, 'Germersheim', ''),
(37420, 83, 632, 'Gerolsheim', ''),
(37421, 83, 632, 'Gerolstein', ''),
(37422, 83, 632, 'Gieleroth', ''),
(37423, 83, 632, 'Giesdorf', ''),
(37424, 83, 632, 'Giesenhausen', ''),
(37425, 83, 632, 'Gillenfeld', ''),
(37426, 83, 632, 'Gimbsheim', ''),
(37427, 83, 632, 'Glan-Munchweiler', ''),
(37428, 83, 632, 'Gleisweiler', ''),
(37429, 83, 632, 'Gleiszellen-Gleishorbach', ''),
(37430, 83, 632, 'Gollenberg', ''),
(37431, 83, 632, 'Gollheim', ''),
(37432, 83, 632, 'Gommersheim', ''),
(37433, 83, 632, 'Gonnersdorf', ''),
(37434, 83, 632, 'Gonnheim', ''),
(37435, 83, 632, 'Gorgeshausen', ''),
(37436, 83, 632, 'Gossersweiler-Stein', ''),
(37437, 83, 632, 'Graach', ''),
(37438, 83, 632, 'Gransdorf', ''),
(37439, 83, 632, 'Green', ''),
(37440, 83, 632, 'Greimersburg', ''),
(37441, 83, 632, 'Grenzau', ''),
(37442, 83, 632, 'Greverath', ''),
(37443, 83, 632, 'Gries', ''),
(37444, 83, 632, 'Grimburg', ''),
(37445, 83, 632, 'Grolsheim', ''),
(37446, 83, 632, 'Grossmaischeid', ''),
(37447, 83, 632, 'Gruenstadt', ''),
(37448, 83, 632, 'Grumbach', ''),
(37449, 83, 632, 'Guckingen', ''),
(37450, 83, 632, 'Guldental', ''),
(37451, 83, 632, 'Gullesheim', ''),
(37452, 83, 632, 'Gumbsheim', ''),
(37453, 83, 632, 'Gundersweiler', ''),
(37454, 83, 632, 'Guntersblum', ''),
(37455, 83, 632, 'Gusterath', ''),
(37456, 83, 632, 'Gutweiler', ''),
(37457, 83, 632, 'Hachenburg', ''),
(37458, 83, 632, 'Hackenheim', ''),
(37459, 83, 632, 'Hagenbach', ''),
(37460, 83, 632, 'Hahn', ''),
(37461, 83, 632, 'Hahnheim', ''),
(37462, 83, 632, 'Hahnstatten', ''),
(37463, 83, 632, 'Halbs', ''),
(37464, 83, 632, 'Hallgarten', ''),
(37465, 83, 632, 'Hallschlag', ''),
(37466, 83, 632, 'Hamm', ''),
(37467, 83, 632, 'Harbach', ''),
(37468, 83, 632, 'Hardert', ''),
(37469, 83, 632, 'Hargesheim', ''),
(37470, 83, 632, 'Hartenfels', ''),
(37471, 83, 632, 'Harthausen', ''),
(37472, 83, 632, 'Harxheim', ''),
(37473, 83, 632, 'Hasborn', ''),
(37474, 83, 632, 'Haschbach am Remigiusberg', ''),
(37475, 83, 632, 'Haserich', ''),
(37476, 83, 632, 'Hassloch', ''),
(37477, 83, 632, 'Hattgenstein', ''),
(37478, 83, 632, 'Hatzenbuhl', ''),
(37479, 83, 632, 'Hauenstein', ''),
(37480, 83, 632, 'Heckenmunster', ''),
(37481, 83, 632, 'Heeg', ''),
(37482, 83, 632, 'Heidenburg', ''),
(37483, 83, 632, 'Heidenfahrt', ''),
(37484, 83, 632, 'Heidesheim', ''),
(37485, 83, 632, 'Heiligenroth', ''),
(37486, 83, 632, 'Heimborn', ''),
(37487, 83, 632, 'Helferskirchen', ''),
(37488, 83, 632, 'Helmenzen', ''),
(37489, 83, 632, 'Heltersberg', ''),
(37490, 83, 632, 'Hennweiler', ''),
(37491, 83, 632, 'Herchweiler', ''),
(37492, 83, 632, 'Herdorf', ''),
(37493, 83, 632, 'Herforst', ''),
(37494, 83, 632, 'Hergenfeld', ''),
(37495, 83, 632, 'Hergenroth', ''),
(37496, 83, 632, 'Hermersberg', ''),
(37497, 83, 632, 'Hermeskeil', ''),
(37498, 83, 632, 'Herpteroth', ''),
(37499, 83, 632, 'Herren-Sulzbach', ''),
(37500, 83, 632, 'Herschbach', ''),
(37501, 83, 632, 'Herschberg', ''),
(37502, 83, 632, 'Herschweiler-Pettersheim', ''),
(37503, 83, 632, 'Herxheim', ''),
(37504, 83, 632, 'Herxheim am Berg', ''),
(37505, 83, 632, 'Herxheimweyher', ''),
(37506, 83, 632, 'Hessheim', ''),
(37507, 83, 632, 'Hettenleidelheim', ''),
(37508, 83, 632, 'Hettenrodt', ''),
(37509, 83, 632, 'Hetzerath', ''),
(37510, 83, 632, 'Hilgert', ''),
(37511, 83, 632, 'Hillesheim', ''),
(37512, 83, 632, 'Hillscheid', ''),
(37513, 83, 632, 'Hilscheid', ''),
(37514, 83, 632, 'Hirschberg', ''),
(37515, 83, 632, 'Hochdorf-Assenheim', ''),
(37516, 83, 632, 'Hochscheid', ''),
(37517, 83, 632, 'Hochspeyer', ''),
(37518, 83, 632, 'Hochstadt', ''),
(37519, 83, 632, 'Hochstatten', ''),
(37520, 83, 632, 'Hochstenbach', ''),
(37521, 83, 632, 'Hoehr-Grenzhausen', ''),
(37522, 83, 632, 'Hof', ''),
(37523, 83, 632, 'Hoheinod', ''),
(37524, 83, 632, 'Hohen-Sulzen', ''),
(37525, 83, 632, 'Hohenollen', ''),
(37526, 83, 632, 'Hohfroschen', ''),
(37527, 83, 632, 'Hohn', ''),
(37528, 83, 632, 'Holler', ''),
(37529, 83, 632, 'Holsthum', ''),
(37530, 83, 632, 'Holzappel', ''),
(37531, 83, 632, 'Holzhausen an der Haide', ''),
(37532, 83, 632, 'Hoppstadten', ''),
(37533, 83, 632, 'Hoppstadten-Weiersbach', ''),
(37534, 83, 632, 'Horath', ''),
(37535, 83, 632, 'Horbach', ''),
(37536, 83, 632, 'Horhausen', ''),
(37537, 83, 632, 'Horn', ''),
(37538, 83, 632, 'Hornbach', ''),
(37539, 83, 632, 'Horperath', ''),
(37540, 83, 632, 'Horrweiler', ''),
(37541, 83, 632, 'Hosten', ''),
(37542, 83, 632, 'Hundsangen', ''),
(37543, 83, 632, 'Hungenroth', ''),
(37544, 83, 632, 'Hutschenhausen', ''),
(37545, 83, 632, 'Hutterscheid', ''),
(37546, 83, 632, 'Idar-Oberstein', ''),
(37547, 83, 632, 'Igel', ''),
(37548, 83, 632, 'Ilbesheim', ''),
(37549, 83, 632, 'Impflingen', ''),
(37550, 83, 632, 'Ingelheim am Rhein', ''),
(37551, 83, 632, 'Insheim', ''),
(37552, 83, 632, 'Irrel', ''),
(37553, 83, 632, 'Isenburg', ''),
(37554, 83, 632, 'Jockgrim', ''),
(37555, 83, 632, 'Jugenheim', ''),
(37556, 83, 632, 'Junkerath', ''),
(37557, 83, 632, 'Kadenbach', ''),
(37558, 83, 632, 'Kaisersesch', ''),
(37559, 83, 632, 'Kaiserslautern', ''),
(37560, 83, 632, 'Kallstadt', ''),
(37561, 83, 632, 'Kaltenborn', ''),
(37562, 83, 632, 'Kaltenengers', ''),
(37563, 83, 632, 'Kandel', ''),
(37564, 83, 632, 'Kapellen', ''),
(37565, 83, 632, 'Karl', ''),
(37566, 83, 632, 'Karlshausen', ''),
(37567, 83, 632, 'Kashofen', ''),
(37568, 83, 632, 'Kastellaun', ''),
(37569, 83, 632, 'Kattenes', ''),
(37570, 83, 632, 'Katzenelnbogen', ''),
(37571, 83, 632, 'Katzweiler', ''),
(37572, 83, 632, 'Kausen', ''),
(37573, 83, 632, 'Kell', ''),
(37574, 83, 632, 'Kempenich', ''),
(37575, 83, 632, 'Kenn', ''),
(37576, 83, 632, 'Kerzenheim', ''),
(37577, 83, 632, 'Kesten', ''),
(37578, 83, 632, 'Kestert', ''),
(37579, 83, 632, 'Kettig', ''),
(37580, 83, 632, 'Kindsbach', ''),
(37581, 83, 632, 'Kinheim', ''),
(37582, 83, 632, 'Kirchberg', ''),
(37583, 83, 632, 'Kirchen', ''),
(37584, 83, 632, 'Kirchheim an der Weinstrasse', ''),
(37585, 83, 632, 'Kirchheimbolanden', ''),
(37586, 83, 632, 'Kirchsahr', ''),
(37587, 83, 632, 'Kirchwald', ''),
(37588, 83, 632, 'Kirn', ''),
(37589, 83, 632, 'Kirrweiler', ''),
(37590, 83, 632, 'Kirschweiler', ''),
(37591, 83, 632, 'Klausen', ''),
(37592, 83, 632, 'Klein-Winternheim', ''),
(37593, 83, 632, 'Kleinbundenbach', ''),
(37594, 83, 632, 'Kleinfischlingen', ''),
(37595, 83, 632, 'Kleinkarlbach', ''),
(37596, 83, 632, 'Kleinmaischeid', ''),
(37597, 83, 632, 'Kleinniedesheim', ''),
(37598, 83, 632, 'Kleinsteinhausen', ''),
(37599, 83, 632, 'Knoringen', ''),
(37600, 83, 632, 'Kobern-Gondorf', ''),
(37601, 83, 632, 'Koblenz', ''),
(37602, 83, 632, 'Kollweiler', ''),
(37603, 83, 632, 'Kongernheim', ''),
(37604, 83, 632, 'Konigsfeld', ''),
(37605, 83, 632, 'Konz', ''),
(37606, 83, 632, 'Kordel', ''),
(37607, 83, 632, 'Korlingen', ''),
(37608, 83, 632, 'Korperich', ''),
(37609, 83, 632, 'Kottenheim', ''),
(37610, 83, 632, 'Kottweiler-Schwanden', ''),
(37611, 83, 632, 'Kowerich', ''),
(37612, 83, 632, 'Koxhausen', ''),
(37613, 83, 632, 'Kratzenburg', ''),
(37614, 83, 632, 'Kretz', ''),
(37615, 83, 632, 'Krickenbach', ''),
(37616, 83, 632, 'Kriegsfeld', ''),
(37617, 83, 632, 'Krottelbach', ''),
(37618, 83, 632, 'Krov', ''),
(37619, 83, 632, 'Kruft', ''),
(37620, 83, 632, 'Kuelz', ''),
(37621, 83, 632, 'Kurtscheid', ''),
(37622, 83, 632, 'Kusel', ''),
(37623, 83, 632, 'Kyllburg', ''),
(37624, 83, 632, 'Lahnstein', ''),
(37625, 83, 632, 'Lambrecht', ''),
(37626, 83, 632, 'Lambsborn', ''),
(37627, 83, 632, 'Lambsheim', ''),
(37628, 83, 632, 'Landau', ''),
(37629, 83, 632, 'Landkern', ''),
(37630, 83, 632, 'Landscheid', ''),
(37631, 83, 632, 'Landstuhl', ''),
(37632, 83, 632, 'Langenbach bei Kirburg', ''),
(37633, 83, 632, 'Langenfeld', ''),
(37634, 83, 632, 'Langenlonsheim', ''),
(37635, 83, 632, 'Langsur', ''),
(37636, 83, 632, 'Langweiler', ''),
(37637, 83, 632, 'Lasel', ''),
(37638, 83, 632, 'Laubenheim', ''),
(37639, 83, 632, 'Laudert', ''),
(37640, 83, 632, 'Laumersheim', ''),
(37641, 83, 632, 'Lauterecken', ''),
(37642, 83, 632, 'Lehmen', ''),
(37643, 83, 632, 'Leimbach', ''),
(37644, 83, 632, 'Leimen', ''),
(37645, 83, 632, 'Leimersheim', ''),
(37646, 83, 632, 'Leinsweiler', ''),
(37647, 83, 632, 'Leiwen', ''),
(37648, 83, 632, 'Lemberg', ''),
(37649, 83, 632, 'Leubsdorf', ''),
(37650, 83, 632, 'Leuterod', ''),
(37651, 83, 632, 'Leutesdorf', ''),
(37652, 83, 632, 'Lichtenborn', ''),
(37653, 83, 632, 'Liebenscheid', ''),
(37654, 83, 632, 'Liesenich', ''),
(37655, 83, 632, 'Limburgerhof', ''),
(37656, 83, 632, 'Lind', ''),
(37657, 83, 632, 'Linden', ''),
(37658, 83, 632, 'Lindenberg', ''),
(37659, 83, 632, 'Lingenfeld', ''),
(37660, 83, 632, 'Linz am Rhein', ''),
(37661, 83, 632, 'Lissendorf', ''),
(37662, 83, 632, 'Loch', ''),
(37663, 83, 632, 'Lollbach', ''),
(37664, 83, 632, 'Longkamp', ''),
(37665, 83, 632, 'Longuich', ''),
(37666, 83, 632, 'Lorzweiler', ''),
(37667, 83, 632, 'Losnich', ''),
(37668, 83, 632, 'Ludwigshafen am Rhein', ''),
(37669, 83, 632, 'Ludwigswinkel', ''),
(37670, 83, 632, 'Lug', ''),
(37671, 83, 632, 'Lustadt', ''),
(37672, 83, 632, 'Lutz', ''),
(37673, 83, 632, 'Lykershausen', ''),
(37674, 83, 632, 'Mackenbach', ''),
(37675, 83, 632, 'Maikammer', ''),
(37676, 83, 632, 'Mainz', ''),
(37677, 83, 632, 'Malborn', ''),
(37678, 83, 632, 'Mammelzen', ''),
(37679, 83, 632, 'Manubach', ''),
(37680, 83, 632, 'Marienberg', ''),
(37681, 83, 632, 'Marienhausen', ''),
(37682, 83, 632, 'Maring-Noviand', ''),
(37683, 83, 632, 'Marnheim', ''),
(37684, 83, 632, 'Martinshohe', ''),
(37685, 83, 632, 'Masburg', ''),
(37686, 83, 632, 'Massweiler', ''),
(37687, 83, 632, 'Mauden', ''),
(37688, 83, 632, 'Mauschbach', ''),
(37689, 83, 632, 'Maxdorf', ''),
(37690, 83, 632, 'Maxsain', ''),
(37691, 83, 632, 'Mayen', ''),
(37692, 83, 632, 'Mayschoss', ''),
(37693, 83, 632, 'Meckenheim', ''),
(37694, 83, 632, 'Medard', ''),
(37695, 83, 632, 'Mehlbach', ''),
(37696, 83, 632, 'Mehlingen', ''),
(37697, 83, 632, 'Mehring', ''),
(37698, 83, 632, 'Meinborn', ''),
(37699, 83, 632, 'Meisenheim', ''),
(37700, 83, 632, 'Melsbach', ''),
(37701, 83, 632, 'Mendig', ''),
(37702, 83, 632, 'Mertesdorf', ''),
(37703, 83, 632, 'Mertloch', ''),
(37704, 83, 632, 'Merxheim', ''),
(37705, 83, 632, 'Merzalben', ''),
(37706, 83, 632, 'Messerich', ''),
(37707, 83, 632, 'Mettenheim', ''),
(37708, 83, 632, 'Metterich', ''),
(37709, 83, 632, 'Meudt', ''),
(37710, 83, 632, 'Miehlen', ''),
(37711, 83, 632, 'Miellen', ''),
(37712, 83, 632, 'Minderlittgen', ''),
(37713, 83, 632, 'Minheim', ''),
(37714, 83, 632, 'Moerzheim', ''),
(37715, 83, 632, 'Mogendorf', ''),
(37716, 83, 632, 'Molsheim', ''),
(37717, 83, 632, 'Mommenheim', ''),
(37718, 83, 632, 'Monsheim', ''),
(37719, 83, 632, 'Montabaur', ''),
(37720, 83, 632, 'Monzelfeld', ''),
(37721, 83, 632, 'Monzingen', ''),
(37722, 83, 632, 'Morbach', ''),
(37723, 83, 632, 'Morlen', ''),
(37724, 83, 632, 'Morscheid', ''),
(37725, 83, 632, 'Morsfeld', ''),
(37726, 83, 632, 'Morstadt', ''),
(37727, 83, 632, 'Moschheim', ''),
(37728, 83, 632, 'Moselkern', ''),
(37729, 83, 632, 'Mudersbach', ''),
(37730, 83, 632, 'Muehltal', ''),
(37731, 83, 632, 'Muelheim', ''),
(37732, 83, 632, 'Muelheim-Kaerlich', ''),
(37733, 83, 632, 'Muenchweiler an der Rodalbe', ''),
(37734, 83, 632, 'Muenstermaifeld', ''),
(37735, 83, 632, 'Mullenbach', ''),
(37736, 83, 632, 'Munchwald', ''),
(37737, 83, 632, 'Munchweiler am Klingbach', ''),
(37738, 83, 632, 'Munk', ''),
(37739, 83, 632, 'Munster-Sarmsheim', ''),
(37740, 83, 632, 'Muschenbach', ''),
(37741, 83, 632, 'Mutterstadt', ''),
(37742, 83, 632, 'Mutzenich', ''),
(37743, 83, 632, 'Nack', ''),
(37744, 83, 632, 'Nackenheim', ''),
(37745, 83, 632, 'Nanzweiler', ''),
(37746, 83, 632, 'Nassau', ''),
(37747, 83, 632, 'Nastaetten', ''),
(37748, 83, 632, 'Nattenheim', ''),
(37749, 83, 632, 'Naunheim', ''),
(37750, 83, 632, 'Nauort', ''),
(37751, 83, 632, 'Nauroth', ''),
(37752, 83, 632, 'Neidenfels', ''),
(37753, 83, 632, 'Nentershausen', ''),
(37754, 83, 632, 'Nerdlen', ''),
(37755, 83, 632, 'Neroth', ''),
(37756, 83, 632, 'Neu-Bamberg', ''),
(37757, 83, 632, 'Neuburg', ''),
(37758, 83, 632, 'Neuerburg', ''),
(37759, 83, 632, 'Neuhausel', ''),
(37760, 83, 632, 'Neuhemsbach', ''),
(37761, 83, 632, 'Neuhofen', ''),
(37762, 83, 632, 'Neuleiningen', ''),
(37763, 83, 632, 'Neumagen-Dhron', ''),
(37764, 83, 632, 'Neupotz', ''),
(37765, 83, 632, 'Neustadt', ''),
(37766, 83, 632, 'Neustadt/Westerwald', ''),
(37767, 83, 632, 'Neuwied', ''),
(37768, 83, 632, 'Newel', ''),
(37769, 83, 632, 'Nickenich', ''),
(37770, 83, 632, 'Nieder-Hilbersheim', ''),
(37771, 83, 632, 'Nieder-Olm', ''),
(37772, 83, 632, 'Nieder-Wiesen', ''),
(37773, 83, 632, 'Niederbreitbach', ''),
(37774, 83, 632, 'Niederbrombach', ''),
(37775, 83, 632, 'Niederbuchenau', ''),
(37776, 83, 632, 'Niederdreisbach', ''),
(37777, 83, 632, 'Niederdurenbach', ''),
(37778, 83, 632, 'Niederelbert', ''),
(37779, 83, 632, 'Niederfischbach', ''),
(37780, 83, 632, 'Niederheimbach', ''),
(37781, 83, 632, 'Niederhosenbach', ''),
(37782, 83, 632, 'Niederkirchen bei Deidesheim', ''),
(37783, 83, 632, 'Niedermohr', ''),
(37784, 83, 632, 'Niederneisen', ''),
(37785, 83, 632, 'Niederofflingen', ''),
(37786, 83, 632, 'Niederotterbach', ''),
(37787, 83, 632, 'Niederpierscheid', ''),
(37788, 83, 632, 'Niederrossbach', ''),
(37789, 83, 632, 'Niederscheidweiler', ''),
(37790, 83, 632, 'Niederstadtfeld', ''),
(37791, 83, 632, 'Niederstaufenbach', ''),
(37792, 83, 632, 'Niedert', ''),
(37793, 83, 632, 'Niedertiefenbach', ''),
(37794, 83, 632, 'Niederwallmenach', ''),
(37795, 83, 632, 'Niederwerth', ''),
(37796, 83, 632, 'Niederzissen', ''),
(37797, 83, 632, 'Niehl', ''),
(37798, 83, 632, 'Niersbach', ''),
(37799, 83, 632, 'Nierstein', ''),
(37800, 83, 632, 'Nister', ''),
(37801, 83, 632, 'Nisterberg', ''),
(37802, 83, 632, 'Nittel', ''),
(37803, 83, 632, 'Nitz', ''),
(37804, 83, 632, 'Nohn', ''),
(37805, 83, 632, 'Norath', ''),
(37806, 83, 632, 'Norken', ''),
(37807, 83, 632, 'Nortershausen', ''),
(37808, 83, 632, 'Nothweiler', ''),
(37809, 83, 632, 'Ober-Hilbersheim', ''),
(37810, 83, 632, 'Ober-Olm', ''),
(37811, 83, 632, 'Oberahr', ''),
(37812, 83, 632, 'Oberbachheim', ''),
(37813, 83, 632, 'Oberbettingen', ''),
(37814, 83, 632, 'Oberbillig', ''),
(37815, 83, 632, 'Oberdiebach', ''),
(37816, 83, 632, 'Oberhausen', ''),
(37817, 83, 632, 'Oberheimbach', ''),
(37818, 83, 632, 'Oberhonnefeld-Gierend', ''),
(37819, 83, 632, 'Oberirsen', ''),
(37820, 83, 632, 'Oberlahr', ''),
(37821, 83, 632, 'Obernheim-Kirchenarnbach', ''),
(37822, 83, 632, 'Oberraden', ''),
(37823, 83, 632, 'Oberrod', ''),
(37824, 83, 632, 'Oberschlettenbach', ''),
(37825, 83, 632, 'Oberstadtfeld', ''),
(37826, 83, 632, 'Oberstreit', ''),
(37827, 83, 632, 'Oberwambach', ''),
(37828, 83, 632, 'Oberwesel', ''),
(37829, 83, 632, 'Oberwinter', ''),
(37830, 83, 632, 'Oberzissen', ''),
(37831, 83, 632, 'Obrigheim', ''),
(37832, 83, 632, 'Ochtendung', ''),
(37833, 83, 632, 'Ockenfels', ''),
(37834, 83, 632, 'Ockenheim', ''),
(37835, 83, 632, 'Odernheim', ''),
(37836, 83, 632, 'Oelsberg', ''),
(37837, 83, 632, 'Oestrich-Winkel', ''),
(37838, 83, 632, 'Offenbach an der Queich', ''),
(37839, 83, 632, 'Offenbach-Hundheim', ''),
(37840, 83, 632, 'Offstein', ''),
(37841, 83, 632, 'Ohmbach', ''),
(37842, 83, 632, 'Olsbrucken', ''),
(37843, 83, 632, 'Olzheim', ''),
(37844, 83, 632, 'Oppenheim', ''),
(37845, 83, 632, 'Orbis', ''),
(37846, 83, 632, 'Orenhofen', ''),
(37847, 83, 632, 'Orfgen', ''),
(37848, 83, 632, 'Osann-Monzel', ''),
(37849, 83, 632, 'Osburg', ''),
(37850, 83, 632, 'Osterspai', ''),
(37851, 83, 632, 'Osthofen', ''),
(37852, 83, 632, 'Otterbach', ''),
(37853, 83, 632, 'Otterberg', ''),
(37854, 83, 632, 'Ottersheim', ''),
(37855, 83, 632, 'Otterstadt', ''),
(37856, 83, 632, 'Otzweiler', ''),
(37857, 83, 632, 'Panzweiler', ''),
(37858, 83, 632, 'Perscheid', ''),
(37859, 83, 632, 'Pfaffen-Schwabenheim', ''),
(37860, 83, 632, 'Pfeffelbach', ''),
(37861, 83, 632, 'Philippsweiler', ''),
(37862, 83, 632, 'Piesport', ''),
(37863, 83, 632, 'Pirmasens', ''),
(37864, 83, 632, 'Plaidt', ''),
(37865, 83, 632, 'Platten', ''),
(37866, 83, 632, 'Pleckhausen', ''),
(37867, 83, 632, 'Plein', ''),
(37868, 83, 632, 'Pleitersheim', ''),
(37869, 83, 632, 'Plutscheid', ''),
(37870, 83, 632, 'Pohl', ''),
(37871, 83, 632, 'Polch', ''),
(37872, 83, 632, 'Pracht', ''),
(37873, 83, 632, 'Preist', ''),
(37874, 83, 632, 'Pruem', ''),
(37875, 83, 632, 'Puderbach', ''),
(37876, 83, 632, 'Queidersbach', ''),
(37877, 83, 632, 'Quirnbach', ''),
(37878, 83, 632, 'Quirnheim', ''),
(37879, 83, 632, 'Ralingen', ''),
(37880, 83, 632, 'Ramberg', ''),
(37881, 83, 632, 'Ramsen', ''),
(37882, 83, 632, 'Ramstein-Miesenbach', ''),
(37883, 83, 632, 'Ransbach-Baumbach', ''),
(37884, 83, 632, 'Ranschbach', ''),
(37885, 83, 632, 'Rascheid', ''),
(37886, 83, 632, 'Rasselstein', ''),
(37887, 83, 632, 'Raubach', ''),
(37888, 83, 632, 'Rehweiler', ''),
(37889, 83, 632, 'Reichenbach-Steegen', ''),
(37890, 83, 632, 'Reifenberg', ''),
(37891, 83, 632, 'Reiferscheid', ''),
(37892, 83, 632, 'Reil', ''),
(37893, 83, 632, 'Reinsfeld', ''),
(37894, 83, 632, 'Remagen', ''),
(37895, 83, 632, 'Rengsdorf', ''),
(37896, 83, 632, 'Rennerod', ''),
(37897, 83, 632, 'Rettersen', ''),
(37898, 83, 632, 'Rhaunen', ''),
(37899, 83, 632, 'Rheinbollen', ''),
(37900, 83, 632, 'Rheinbreitbach', ''),
(37901, 83, 632, 'Rheinbrohl', ''),
(37902, 83, 632, 'Rheinzabern', ''),
(37903, 83, 632, 'Riedelberg', ''),
(37904, 83, 632, 'Rieden', ''),
(37905, 83, 632, 'Rieschweiler-Muhlbach', ''),
(37906, 83, 632, 'Rimschweiler', ''),
(37907, 83, 632, 'Rittersdorf', ''),
(37908, 83, 632, 'Rockenhausen', ''),
(37909, 83, 632, 'Rockeskyll', ''),
(37910, 83, 632, 'Rodalben', ''),
(37911, 83, 632, 'Rodenbach', ''),
(37912, 83, 632, 'Rodersheim-Gronau', ''),
(37913, 83, 632, 'Rohrbach', ''),
(37914, 83, 632, 'Romerberg', ''),
(37915, 83, 632, 'Rommersheim', ''),
(37916, 83, 632, 'Roschbach', ''),
(37917, 83, 632, 'Rossbach', ''),
(37918, 83, 632, 'Ruchheim', ''),
(37919, 83, 632, 'Ruckeroth', ''),
(37920, 83, 632, 'Rudesheim', ''),
(37921, 83, 632, 'Rulzheim', ''),
(37922, 83, 632, 'Rumbach', ''),
(37923, 83, 632, 'Rummelsheim', ''),
(37924, 83, 632, 'Ruppertsberg', ''),
(37925, 83, 632, 'Ruppertsecken', ''),
(37926, 83, 632, 'Ruscheid', ''),
(37927, 83, 632, 'Russingen', ''),
(37928, 83, 632, 'Saalstadt', ''),
(37929, 83, 632, 'Saarburg', ''),
(37930, 83, 632, 'Saffig', ''),
(37931, 83, 632, 'Salmtal', ''),
(37932, 83, 632, 'Salz', ''),
(37933, 83, 632, 'Salzburg', ''),
(37934, 83, 632, 'Sankt Goar', ''),
(37935, 83, 632, 'Sankt Julian', ''),
(37936, 83, 632, 'Sankt Katharinen', ''),
(37937, 83, 632, 'Sankt Martin', ''),
(37938, 83, 632, 'Sankt Sebastian', ''),
(37939, 83, 632, 'Schalkenbach', ''),
(37940, 83, 632, 'Schaumburg', ''),
(37941, 83, 632, 'Scheibenhardt', ''),
(37942, 83, 632, 'Scheidt', ''),
(37943, 83, 632, 'Scheuerfeld', ''),
(37944, 83, 632, 'Schifferstadt', ''),
(37945, 83, 632, 'Schindhard', ''),
(37946, 83, 632, 'Schleid', ''),
(37947, 83, 632, 'Schmalenberg', ''),
(37948, 83, 632, 'Schmidthachenbach', ''),
(37949, 83, 632, 'Schmittweiler bei Odenbach', ''),
(37950, 83, 632, 'Schneppenbach', ''),
(37951, 83, 632, 'Schnorbach', ''),
(37952, 83, 632, 'Schoenau', ''),
(37953, 83, 632, 'Schomerich', ''),
(37954, 83, 632, 'Schonberg', ''),
(37955, 83, 632, 'Schonborn', ''),
(37956, 83, 632, 'Schoneberg', ''),
(37957, 83, 632, 'Schonecken', ''),
(37958, 83, 632, 'Schonenberg-Kubelberg', ''),
(37959, 83, 632, 'Schopp', ''),
(37960, 83, 632, 'Schornsheim', ''),
(37961, 83, 632, 'Schuld', ''),
(37962, 83, 632, 'Schuller', ''),
(37963, 83, 632, 'Schurdt', ''),
(37964, 83, 632, 'Schutz', ''),
(37965, 83, 632, 'Schwabenheim', ''),
(37966, 83, 632, 'Schwedelbach', ''),
(37967, 83, 632, 'Schwegenheim', ''),
(37968, 83, 632, 'Schweich', ''),
(37969, 83, 632, 'Schweppenhausen', ''),
(37970, 83, 632, 'Schwirzheim', ''),
(37971, 83, 632, 'Seck', ''),
(37972, 83, 632, 'Seffern', ''),
(37973, 83, 632, 'Selters', ''),
(37974, 83, 632, 'Selzen', ''),
(37975, 83, 632, 'Serrig', ''),
(37976, 83, 632, 'Sessenbach', ''),
(37977, 83, 632, 'Sessenhausen', ''),
(37978, 83, 632, 'Siebeldingen', ''),
(37979, 83, 632, 'Siershahn', ''),
(37980, 83, 632, 'Siesbach', ''),
(37981, 83, 632, 'Simmern', ''),
(37982, 83, 632, 'Simmertal', ''),
(37983, 83, 632, 'Singhofen', ''),
(37984, 83, 632, 'Sinzig', ''),
(37985, 83, 632, 'Sippersfeld', ''),
(37986, 83, 632, 'Sohren', ''),
(37987, 83, 632, 'Sorgenloch', ''),
(37988, 83, 632, 'Spabrucken', ''),
(37989, 83, 632, 'Spall', ''),
(37990, 83, 632, 'Spangdahlem', ''),
(37991, 83, 632, 'Spay', ''),
(37992, 83, 632, 'Speicher', ''),
(37993, 83, 632, 'Speyer', ''),
(37994, 83, 632, 'Sponsheim', ''),
(37995, 83, 632, 'Spreiterhof', ''),
(37996, 83, 632, 'Sprendlingen', ''),
(37997, 83, 632, 'Stadecken-Elsheim', ''),
(37998, 83, 632, 'Stadtkyll', ''),
(37999, 83, 632, 'Stahl', ''),
(38000, 83, 632, 'Stahlhofen', ''),
(38001, 83, 632, 'Staudernheim', ''),
(38002, 83, 632, 'Staudt', ''),
(38003, 83, 632, 'Steimel', ''),
(38004, 83, 632, 'Stein-Wingert', ''),
(38005, 83, 632, 'Steinbach', ''),
(38006, 83, 632, 'Steinebach', ''),
(38007, 83, 632, 'Steinen', ''),
(38008, 83, 632, 'Steineroth', ''),
(38009, 83, 632, 'Steinfeld', ''),
(38010, 83, 632, 'Steinweiler', ''),
(38011, 83, 632, 'Steinwenden', ''),
(38012, 83, 632, 'Stelzenberg', ''),
(38013, 83, 632, 'Stetten', ''),
(38014, 83, 632, 'Stockhausen-Illfurth', ''),
(38015, 83, 632, 'Strassenhaus', ''),
(38016, 83, 632, 'Strickscheid', ''),
(38017, 83, 632, 'Strohn', ''),
(38018, 83, 632, 'Stromberg', ''),
(38019, 83, 632, 'Sulm', ''),
(38020, 83, 632, 'Sulzheim', ''),
(38021, 83, 632, 'Taben-Rodt', ''),
(38022, 83, 632, 'Talling', ''),
(38023, 83, 632, 'Tawern', ''),
(38024, 83, 632, 'Thaleischweiler-Froschen', ''),
(38025, 83, 632, 'Thalfang', ''),
(38026, 83, 632, 'Thalhausen', ''),
(38027, 83, 632, 'Thallichtenberg', ''),
(38028, 83, 632, 'Theisbergstegen', ''),
(38029, 83, 632, 'Thiergarten', ''),
(38030, 83, 632, 'Thomm', ''),
(38031, 83, 632, 'Thorlingen', ''),
(38032, 83, 632, 'Thur', ''),
(38033, 83, 632, 'Traben-Trarbach', ''),
(38034, 83, 632, 'Trassem', ''),
(38035, 83, 632, 'Trechtingshausen', ''),
(38036, 83, 632, 'Trier', ''),
(38037, 83, 632, 'Trierweiler', ''),
(38038, 83, 632, 'Trimbs', ''),
(38039, 83, 632, 'Trippstadt', ''),
(38040, 83, 632, 'Trittenheim', ''),
(38041, 83, 632, 'Trulben', ''),
(38042, 83, 632, 'Uersfeld', ''),
(38043, 83, 632, 'Ulmen', ''),
(38044, 83, 632, 'Ulmet', ''),
(38045, 83, 632, 'Undenheim', ''),
(38046, 83, 632, 'Unkel', ''),
(38047, 83, 632, 'Unnau', ''),
(38048, 83, 632, 'Urbar', ''),
(38049, 83, 632, 'Urmitz', ''),
(38050, 83, 632, 'Urzig', ''),
(38051, 83, 632, 'Uxheim', ''),
(38052, 83, 632, 'Vallendar', ''),
(38053, 83, 632, 'Valwig', ''),
(38054, 83, 632, 'Veldenz', ''),
(38055, 83, 632, 'Venningen', ''),
(38056, 83, 632, 'Vettelschoss', ''),
(38057, 83, 632, 'Vielbach', ''),
(38058, 83, 632, 'Virneburg', ''),
(38059, 83, 632, 'Volkesfeld', ''),
(38060, 83, 632, 'Vollmersbach', ''),
(38061, 83, 632, 'Volxheim', ''),
(38062, 83, 632, 'Wachenheim', ''),
(38063, 83, 632, 'Wackernheim', ''),
(38064, 83, 632, 'Wahlbach', ''),
(38065, 83, 632, 'Wahlheim', ''),
(38066, 83, 632, 'Wahnwegen', ''),
(38067, 83, 632, 'Waldalgesheim', ''),
(38068, 83, 632, 'Waldbockelheim', ''),
(38069, 83, 632, 'Waldbreitbach', ''),
(38070, 83, 632, 'Waldesch', ''),
(38071, 83, 632, 'Waldfischbach-Burgalben', ''),
(38072, 83, 632, 'Waldmohr', ''),
(38073, 83, 632, 'Waldmuhlen', ''),
(38074, 83, 632, 'Waldsee', ''),
(38075, 83, 632, 'Walhausen', ''),
(38076, 83, 632, 'Wallertheim', ''),
(38077, 83, 632, 'Wallhalben', ''),
(38078, 83, 632, 'Wallhausen', ''),
(38079, 83, 632, 'Wallmerod', ''),
(38080, 83, 632, 'Warmsroth', ''),
(38081, 83, 632, 'Wartenberg-Rohrbach', ''),
(38082, 83, 632, 'Wasenbach', ''),
(38083, 83, 632, 'Wassenach', ''),
(38084, 83, 632, 'Wattenheim', ''),
(38085, 83, 632, 'Weibern', ''),
(38086, 83, 632, 'Weidenthal', ''),
(38087, 83, 632, 'Weiler', ''),
(38088, 83, 632, 'Weilerbach', ''),
(38089, 83, 632, 'Weingarten', ''),
(38090, 83, 632, 'Weinsheim', ''),
(38091, 83, 632, 'Weisenheim am Berg', ''),
(38092, 83, 632, 'Weisenheim am Sand', ''),
(38093, 83, 632, 'Weissenthurm', ''),
(38094, 83, 632, 'Weitefeld', ''),
(38095, 83, 632, 'Weitersburg', ''),
(38096, 83, 632, 'Weitersweiler', ''),
(38097, 83, 632, 'Welchweiler', ''),
(38098, 83, 632, 'Welschbillig', ''),
(38099, 83, 632, 'Welschneudorf', ''),
(38100, 83, 632, 'Wendelsheim', ''),
(38101, 83, 632, 'Werlau', ''),
(38102, 83, 632, 'Wernersberg', ''),
(38103, 83, 632, 'Weselberg', ''),
(38104, 83, 632, 'Westerburg', ''),
(38105, 83, 632, 'Westheim', ''),
(38106, 83, 632, 'Westhofen', ''),
(38107, 83, 632, 'Weyer', ''),
(38108, 83, 632, 'Weyerbusch', ''),
(38109, 83, 632, 'Weyher', ''),
(38110, 83, 632, 'Wierschem', ''),
(38111, 83, 632, 'Wiersdorf', ''),
(38112, 83, 632, 'Wiesbach', ''),
(38113, 83, 632, 'Wiesbaum', ''),
(38114, 83, 632, 'Wiesweiler', ''),
(38115, 83, 632, 'Wilgartswiesen', ''),
(38116, 83, 632, 'Willingen', ''),
(38117, 83, 632, 'Willmenrod', ''),
(38118, 83, 632, 'Willroth', ''),
(38119, 83, 632, 'Wincheringen', ''),
(38120, 83, 632, 'Windesheim', ''),
(38121, 83, 632, 'Windhagen', ''),
(38122, 83, 632, 'Winnen', ''),
(38123, 83, 632, 'Winningen', ''),
(38124, 83, 632, 'Winterspelt', ''),
(38125, 83, 632, 'Wintrich', ''),
(38126, 83, 632, 'Wirges', ''),
(38127, 83, 632, 'Wirschweiler', ''),
(38128, 83, 632, 'Wissen', ''),
(38129, 83, 632, 'Wittlich', ''),
(38130, 83, 632, 'Woerth am Rhein', ''),
(38131, 83, 632, 'Wolferlingen', ''),
(38132, 83, 632, 'Wolken', ''),
(38133, 83, 632, 'Wollstein', ''),
(38134, 83, 632, 'Wolmersen', ''),
(38135, 83, 632, 'Wonsheim', ''),
(38136, 83, 632, 'Worms', ''),
(38137, 83, 632, 'Worrstadt', ''),
(38138, 83, 632, 'Zeiskam', ''),
(38139, 83, 632, 'Zell', ''),
(38140, 83, 632, 'Zellertal', ''),
(38141, 83, 632, 'Zeltingen-Rachtig', ''),
(38142, 83, 632, 'Zemmer', ''),
(38143, 83, 632, 'Zerf', ''),
(38144, 83, 632, 'Zilshausen', ''),
(38145, 83, 632, 'Zornheim', ''),
(38146, 83, 632, 'Zotzenheim', ''),
(38147, 83, 632, 'Zweibrücken', ''),
(38148, 83, 633, 'Altenkessel', ''),
(38149, 83, 633, 'Beaumarais', ''),
(38150, 83, 633, 'Beckingen', ''),
(38151, 83, 633, 'Bexbach', ''),
(38152, 83, 633, 'Bliesen', ''),
(38153, 83, 633, 'Blieskastel', ''),
(38154, 83, 633, 'Bous', ''),
(38155, 83, 633, 'Diefflen', ''),
(38156, 83, 633, 'Dillingen', ''),
(38157, 83, 633, 'Ebern', ''),
(38158, 83, 633, 'Elm', ''),
(38159, 83, 633, 'Ensdorf', ''),
(38160, 83, 633, 'Ensheim', ''),
(38161, 83, 633, 'Eppelborn', ''),
(38162, 83, 633, 'Fischbach', ''),
(38163, 83, 633, 'Freisen', ''),
(38164, 83, 633, 'Friedrichsthal', ''),
(38165, 83, 633, 'Fuerth', ''),
(38166, 83, 633, 'Gersheim', ''),
(38167, 83, 633, 'Grossrosseln', ''),
(38168, 83, 633, 'Heiligenwald', ''),
(38169, 83, 633, 'Heusweiler', ''),
(38170, 83, 633, 'Homburg', ''),
(38171, 83, 633, 'Illingen', ''),
(38172, 83, 633, 'Kirkel', ''),
(38173, 83, 633, 'Kleinblittersdorf', ''),
(38174, 83, 633, 'Lebach', ''),
(38175, 83, 633, 'Losheim', ''),
(38176, 83, 633, 'Mandelbachtal', ''),
(38177, 83, 633, 'Marpingen', ''),
(38178, 83, 633, 'Merchweiler', ''),
(38179, 83, 633, 'Merzig', ''),
(38180, 83, 633, 'Mettlach', ''),
(38181, 83, 633, 'Nalbach', ''),
(38182, 83, 633, 'Namborn', ''),
(38183, 83, 633, 'Nennig', ''),
(38184, 83, 633, 'Neunkirchen', ''),
(38185, 83, 633, 'Neuweiler', ''),
(38186, 83, 633, 'Niedaltdorf', ''),
(38187, 83, 633, 'Niederkirchen', ''),
(38188, 83, 633, 'Niederlinxweiler', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(38189, 83, 633, 'Nohfelden', ''),
(38190, 83, 633, 'Nonnweiler', ''),
(38191, 83, 633, 'Oberlinxweiler', ''),
(38192, 83, 633, 'Oberthal', ''),
(38193, 83, 633, 'Ottweiler', ''),
(38194, 83, 633, 'Perl', ''),
(38195, 83, 633, 'Puettlingen', ''),
(38196, 83, 633, 'Quierschied', ''),
(38197, 83, 633, 'Rehlingen-Siersburg', ''),
(38198, 83, 633, 'Rentrisch', ''),
(38199, 83, 633, 'Riegelsberg', ''),
(38200, 83, 633, 'Rohrbach', ''),
(38201, 83, 633, 'Roth', ''),
(38202, 83, 633, 'Saarbrücken', ''),
(38203, 83, 633, 'Saarlouis', ''),
(38204, 83, 633, 'Saarwellingen', ''),
(38205, 83, 633, 'Sankt Ingbert', ''),
(38206, 83, 633, 'Sankt Wendel', ''),
(38207, 83, 633, 'Schiffweiler', ''),
(38208, 83, 633, 'Schmelz', ''),
(38209, 83, 633, 'Schwalbach', ''),
(38210, 83, 633, 'Schwarzenbach', ''),
(38211, 83, 633, 'Spiesen-Elversberg', ''),
(38212, 83, 633, 'Sulzbach', ''),
(38213, 83, 633, 'Tholey', ''),
(38214, 83, 633, 'Uberherrn', ''),
(38215, 83, 633, 'Urexweiler', ''),
(38216, 83, 633, 'Urweiler', ''),
(38217, 83, 633, 'Voelklingen', ''),
(38218, 83, 633, 'Wadern', ''),
(38219, 83, 633, 'Wadgassen', ''),
(38220, 83, 633, 'Wallerfangen', ''),
(38221, 83, 633, 'Weiskirchen', ''),
(38222, 83, 633, 'Wemmetsweiler', ''),
(38223, 83, 633, 'Werschweiler', ''),
(38224, 83, 633, 'Wiebelskirchen', ''),
(38225, 83, 633, 'Winterbach', ''),
(38226, 83, 634, 'Adorf', ''),
(38227, 83, 634, 'Altenberg', ''),
(38228, 83, 634, 'Altmittweida', ''),
(38229, 83, 634, 'Amtsberg', ''),
(38230, 83, 634, 'Annaberg-Buchholz', ''),
(38231, 83, 634, 'Arnsdorf', ''),
(38232, 83, 634, 'Aue', ''),
(38233, 83, 634, 'Auerbach', ''),
(38234, 83, 634, 'Augustusburg', ''),
(38235, 83, 634, 'Bach', ''),
(38236, 83, 634, 'Bad Dueben', ''),
(38237, 83, 634, 'Bad Elster', ''),
(38238, 83, 634, 'Bad Gottleuba', ''),
(38239, 83, 634, 'Bad Lausick', ''),
(38240, 83, 634, 'Bad Muskau', ''),
(38241, 83, 634, 'Bad Schandau', ''),
(38242, 83, 634, 'Bannewitz', ''),
(38243, 83, 634, 'Barenstein', ''),
(38244, 83, 634, 'Bautzen', ''),
(38245, 83, 634, 'Beierfeld', ''),
(38246, 83, 634, 'Beilrode', ''),
(38247, 83, 634, 'Belgern', ''),
(38248, 83, 634, 'Belgershain', ''),
(38249, 83, 634, 'Bennewitz', ''),
(38250, 83, 634, 'Bergen', ''),
(38251, 83, 634, 'Berggiesshuebel', ''),
(38252, 83, 634, 'Bernsbach', ''),
(38253, 83, 634, 'Bernsdorf', ''),
(38254, 83, 634, 'Bernstadt', ''),
(38255, 83, 634, 'Beucha', ''),
(38256, 83, 634, 'Bischofswerda', ''),
(38257, 83, 634, 'Bitterfeld-Wolfen', ''),
(38258, 83, 634, 'Blankenhain', ''),
(38259, 83, 634, 'Blechhammer', ''),
(38260, 83, 634, 'Bockau', ''),
(38261, 83, 634, 'Boehlen', ''),
(38262, 83, 634, 'Boernersdorf', ''),
(38263, 83, 634, 'Boernichen', ''),
(38264, 83, 634, 'Borlas', ''),
(38265, 83, 634, 'Borna', ''),
(38266, 83, 634, 'Borsdorf', ''),
(38267, 83, 634, 'Boxberg', ''),
(38268, 83, 634, 'Brand', ''),
(38269, 83, 634, 'Brand-Erbisdorf', ''),
(38270, 83, 634, 'Brandis', ''),
(38271, 83, 634, 'Breitenbrunn', ''),
(38272, 83, 634, 'Burghausen', ''),
(38273, 83, 634, 'Burgneudorf', ''),
(38274, 83, 634, 'Burgstaedt', ''),
(38275, 83, 634, 'Burkau', ''),
(38276, 83, 634, 'Burkhardtsdorf', ''),
(38277, 83, 634, 'Callenberg', ''),
(38278, 83, 634, 'Carlsberg', ''),
(38279, 83, 634, 'Chemnitz', ''),
(38280, 83, 634, 'Claussnitz', ''),
(38281, 83, 634, 'Colditz', ''),
(38282, 83, 634, 'Colmnitz', ''),
(38283, 83, 634, 'Coswig', ''),
(38284, 83, 634, 'Crimmitschau', ''),
(38285, 83, 634, 'Crossen', ''),
(38286, 83, 634, 'Crostau', ''),
(38287, 83, 634, 'Crostwitz', ''),
(38288, 83, 634, 'Crottendorf', ''),
(38289, 83, 634, 'Cunewalde', ''),
(38290, 83, 634, 'Dahlen', ''),
(38291, 83, 634, 'Delitzsch', ''),
(38292, 83, 634, 'Demitz-Thumitz', ''),
(38293, 83, 634, 'Dennheritz', ''),
(38294, 83, 634, 'Deutschneudorf', ''),
(38295, 83, 634, 'Dippoldiswalde', ''),
(38296, 83, 634, 'Dittelsdorf', ''),
(38297, 83, 634, 'Dittmannsdorf', ''),
(38298, 83, 634, 'Doberschau', ''),
(38299, 83, 634, 'Doberschuetz', ''),
(38300, 83, 634, 'Doebeln', ''),
(38301, 83, 634, 'Doeben', ''),
(38302, 83, 634, 'Doergenhausen', ''),
(38303, 83, 634, 'Dohna', ''),
(38304, 83, 634, 'Dommitzsch', ''),
(38305, 83, 634, 'Dorfhain', ''),
(38306, 83, 634, 'Drebach', ''),
(38307, 83, 634, 'Dresden', ''),
(38308, 83, 634, 'Duerrroehrsdorf', ''),
(38309, 83, 634, 'Ebersbach', ''),
(38310, 83, 634, 'Ehrenfriedersdorf', ''),
(38311, 83, 634, 'Eibau', ''),
(38312, 83, 634, 'Eibenstock', ''),
(38313, 83, 634, 'Eilenburg', ''),
(38314, 83, 634, 'Eilenburg, Berg', ''),
(38315, 83, 634, 'Ellefeld', ''),
(38316, 83, 634, 'Elsterberg', ''),
(38317, 83, 634, 'Elsterheide', ''),
(38318, 83, 634, 'Elstertrebnitz', ''),
(38319, 83, 634, 'Elterlein', ''),
(38320, 83, 634, 'Eppendorf', ''),
(38321, 83, 634, 'Erlau', ''),
(38322, 83, 634, 'Eschenbach', ''),
(38323, 83, 634, 'Falkenstein', ''),
(38324, 83, 634, 'Floeha', ''),
(38325, 83, 634, 'Frankenberg', ''),
(38326, 83, 634, 'Frankenthal', ''),
(38327, 83, 634, 'Fraureuth', ''),
(38328, 83, 634, 'Freiberg', ''),
(38329, 83, 634, 'Freital', ''),
(38330, 83, 634, 'Friedersdorf', ''),
(38331, 83, 634, 'Friesen', ''),
(38332, 83, 634, 'Frohburg', ''),
(38333, 83, 634, 'Fuchshain', ''),
(38334, 83, 634, 'Geithain', ''),
(38335, 83, 634, 'Gelenau', ''),
(38336, 83, 634, 'Gerichshain', ''),
(38337, 83, 634, 'Geringswalde', ''),
(38338, 83, 634, 'Gersdorf', ''),
(38339, 83, 634, 'Geyer', ''),
(38340, 83, 634, 'Glashuette', ''),
(38341, 83, 634, 'Glaubitz', ''),
(38342, 83, 634, 'Glauchau', ''),
(38343, 83, 634, 'Goda', ''),
(38344, 83, 634, 'Görlitz', ''),
(38345, 83, 634, 'Gornau', ''),
(38346, 83, 634, 'Gornsdorf', ''),
(38347, 83, 634, 'Grimma', ''),
(38348, 83, 634, 'Groitzsch', ''),
(38349, 83, 634, 'Grossenhain', ''),
(38350, 83, 634, 'Grossharthau', ''),
(38351, 83, 634, 'Grossposna', ''),
(38352, 83, 634, 'Grossruckerswalde', ''),
(38353, 83, 634, 'Grossschirma', ''),
(38354, 83, 634, 'Grossschonau', ''),
(38355, 83, 634, 'Gruena', ''),
(38356, 83, 634, 'Gruenbach', ''),
(38357, 83, 634, 'Grumbach', ''),
(38358, 83, 634, 'Grundau', ''),
(38359, 83, 634, 'Grunhainichen', ''),
(38360, 83, 634, 'Hainewalde', ''),
(38361, 83, 634, 'Hainichen', ''),
(38362, 83, 634, 'Halsbrucke', ''),
(38363, 83, 634, 'Hartenstein', ''),
(38364, 83, 634, 'Hartha', ''),
(38365, 83, 634, 'Hartmannsdorf', ''),
(38366, 83, 634, 'Haselbachtal', ''),
(38367, 83, 634, 'Heidenau', ''),
(38368, 83, 634, 'Helbigsdorf', ''),
(38369, 83, 634, 'Herrnhut', ''),
(38370, 83, 634, 'Heynitz', ''),
(38371, 83, 634, 'Hilbersdorf', ''),
(38372, 83, 634, 'Hilmersdorf', ''),
(38373, 83, 634, 'Hirschfeld', ''),
(38374, 83, 634, 'Hirschstein', ''),
(38375, 83, 634, 'Hochkirch', ''),
(38376, 83, 634, 'Hohendubrau', ''),
(38377, 83, 634, 'Hohenroda', ''),
(38378, 83, 634, 'Hohenstein-Ernstthal', ''),
(38379, 83, 634, 'Hohndorf', ''),
(38380, 83, 634, 'Hohnstein', ''),
(38381, 83, 634, 'Horka', ''),
(38382, 83, 634, 'Hoyerswerda', ''),
(38383, 83, 634, 'Huebel', ''),
(38384, 83, 634, 'Jahnsdorf', ''),
(38385, 83, 634, 'Joehstadt', ''),
(38386, 83, 634, 'Kamenz', ''),
(38387, 83, 634, 'Kapellenberg', ''),
(38388, 83, 634, 'Kegel', ''),
(38389, 83, 634, 'Kesselsdorf', ''),
(38390, 83, 634, 'Kirchberg', ''),
(38391, 83, 634, 'Kirschau', ''),
(38392, 83, 634, 'Kitzscher', ''),
(38393, 83, 634, 'Kleindehsa', ''),
(38394, 83, 634, 'Kleinhennersdorf', ''),
(38395, 83, 634, 'Klingenberg', ''),
(38396, 83, 634, 'Klingenthal', ''),
(38397, 83, 634, 'Klipphausen', ''),
(38398, 83, 634, 'Klosterhaeuser', ''),
(38399, 83, 634, 'Kodersdorf', ''),
(38400, 83, 634, 'Koenigshain', ''),
(38401, 83, 634, 'Koenigstein', ''),
(38402, 83, 634, 'Koettwitzsch', ''),
(38403, 83, 634, 'Kohren-Sahlis', ''),
(38404, 83, 634, 'Konigsbruck', ''),
(38405, 83, 634, 'Konigswalde', ''),
(38406, 83, 634, 'Konigswartha', ''),
(38407, 83, 634, 'Kornbach', ''),
(38408, 83, 634, 'Kossa', ''),
(38409, 83, 634, 'Kottmar', ''),
(38410, 83, 634, 'Krauschwitz', ''),
(38411, 83, 634, 'Kreischa', ''),
(38412, 83, 634, 'Krostitz', ''),
(38413, 83, 634, 'Kubschutz', ''),
(38414, 83, 634, 'Kurort Hartha', ''),
(38415, 83, 634, 'Kurort Jonsdorf', ''),
(38416, 83, 634, 'Lampertswalde', ''),
(38417, 83, 634, 'Langebrueck', ''),
(38418, 83, 634, 'Langenbernsdorf', ''),
(38419, 83, 634, 'Langenhennersdorf', ''),
(38420, 83, 634, 'Langenwolmsdorf', ''),
(38421, 83, 634, 'Lauenstein', ''),
(38422, 83, 634, 'Lauterbach', ''),
(38423, 83, 634, 'Leippe', ''),
(38424, 83, 634, 'Leipzig', ''),
(38425, 83, 634, 'Leisnig', ''),
(38426, 83, 634, 'Lengefeld', ''),
(38427, 83, 634, 'Lengenfeld', ''),
(38428, 83, 634, 'Leubsdorf', ''),
(38429, 83, 634, 'Leutersdorf', ''),
(38430, 83, 634, 'Lichtenau', ''),
(38431, 83, 634, 'Lichtenstein', ''),
(38432, 83, 634, 'Lichtentanne', ''),
(38433, 83, 634, 'Limbach-Oberfrohna', ''),
(38434, 83, 634, 'Lindhardt', ''),
(38435, 83, 634, 'Loebau', ''),
(38436, 83, 634, 'Lohmen', ''),
(38437, 83, 634, 'Lohsa', ''),
(38438, 83, 634, 'Lommatzsch', ''),
(38439, 83, 634, 'Lossatal', ''),
(38440, 83, 634, 'Lueptitz', ''),
(38441, 83, 634, 'Lugau', ''),
(38442, 83, 634, 'Lunzenau', ''),
(38443, 83, 634, 'Malschwitz', ''),
(38444, 83, 634, 'Marienberg', ''),
(38445, 83, 634, 'Markersdorf', ''),
(38446, 83, 634, 'Markkleeberg', ''),
(38447, 83, 634, 'Markneukirchen', ''),
(38448, 83, 634, 'Markranstaedt', ''),
(38449, 83, 634, 'Mechelgruen', ''),
(38450, 83, 634, 'Meerane', ''),
(38451, 83, 634, 'Mehltheuer', ''),
(38452, 83, 634, 'Meissen', ''),
(38453, 83, 634, 'Mildenau', ''),
(38454, 83, 634, 'Mittelbach', ''),
(38455, 83, 634, 'Mittelherwigsdorf', ''),
(38456, 83, 634, 'Mittweida', ''),
(38457, 83, 634, 'Mockrehna', ''),
(38458, 83, 634, 'Mohorn', ''),
(38459, 83, 634, 'Moritz', ''),
(38460, 83, 634, 'Moritzburg', ''),
(38461, 83, 634, 'Muegeln', ''),
(38462, 83, 634, 'Muehlbach', ''),
(38463, 83, 634, 'Muehltroff', ''),
(38464, 83, 634, 'Muhlau', ''),
(38465, 83, 634, 'Muldenhammer', ''),
(38466, 83, 634, 'Mulsen', ''),
(38467, 83, 634, 'Mylau', ''),
(38468, 83, 634, 'Narsdorf', ''),
(38469, 83, 634, 'Naunhof', ''),
(38470, 83, 634, 'Netzschkau', ''),
(38471, 83, 634, 'Neudorf', ''),
(38472, 83, 634, 'Neuensalz', ''),
(38473, 83, 634, 'Neugersdorf', ''),
(38474, 83, 634, 'Neuhausen', ''),
(38475, 83, 634, 'Neukieritzsch', ''),
(38476, 83, 634, 'Neukirch/Lausitz', ''),
(38477, 83, 634, 'Neukirchen', ''),
(38478, 83, 634, 'Neumark', ''),
(38479, 83, 634, 'Neustadt in Sachsen', ''),
(38480, 83, 634, 'Niederau', ''),
(38481, 83, 634, 'Niederdorf', ''),
(38482, 83, 634, 'Niederfrohna', ''),
(38483, 83, 634, 'Niederjahna', ''),
(38484, 83, 634, 'Niederwiera', ''),
(38485, 83, 634, 'Niederwiesa', ''),
(38486, 83, 634, 'Niederwuerschnitz', ''),
(38487, 83, 634, 'Niederwurschnitz', ''),
(38488, 83, 634, 'Niesky', ''),
(38489, 83, 634, 'Nossen', ''),
(38490, 83, 634, 'Nunchritz', ''),
(38491, 83, 634, 'Nutzung', ''),
(38492, 83, 634, 'Obergurig', ''),
(38493, 83, 634, 'Oberhermsdorf', ''),
(38494, 83, 634, 'Oberlauterbach', ''),
(38495, 83, 634, 'Oberlungwitz', ''),
(38496, 83, 634, 'Obernaundorf', ''),
(38497, 83, 634, 'Oberschona', ''),
(38498, 83, 634, 'Oederan', ''),
(38499, 83, 634, 'Oelsnitz', ''),
(38500, 83, 634, 'Olbernhau', ''),
(38501, 83, 634, 'Olbersdorf', ''),
(38502, 83, 634, 'Oppach', ''),
(38503, 83, 634, 'Oschatz', ''),
(38504, 83, 634, 'Ostritz', ''),
(38505, 83, 634, 'Ottendorf-Okrilla', ''),
(38506, 83, 634, 'Otterwisch', ''),
(38507, 83, 634, 'Parthenstein', ''),
(38508, 83, 634, 'Pausa', ''),
(38509, 83, 634, 'Pegau', ''),
(38510, 83, 634, 'Penig', ''),
(38511, 83, 634, 'Pesterwitz', ''),
(38512, 83, 634, 'Pirna', ''),
(38513, 83, 634, 'Plan', ''),
(38514, 83, 634, 'Plauen', ''),
(38515, 83, 634, 'Pockau', ''),
(38516, 83, 634, 'Poehl', ''),
(38517, 83, 634, 'Possendorf', ''),
(38518, 83, 634, 'Posthausen', ''),
(38519, 83, 634, 'Pressel', ''),
(38520, 83, 634, 'Pressen', ''),
(38521, 83, 634, 'Priestewitz', ''),
(38522, 83, 634, 'Pulsnitz', ''),
(38523, 83, 634, 'Putzkau', ''),
(38524, 83, 634, 'Rabenau', ''),
(38525, 83, 634, 'Rackelwitz', ''),
(38526, 83, 634, 'Rackwitz', ''),
(38527, 83, 634, 'Radeberg', ''),
(38528, 83, 634, 'Radebeul', ''),
(38529, 83, 634, 'Radeburg', ''),
(38530, 83, 634, 'Radibor', ''),
(38531, 83, 634, 'Rammenau', ''),
(38532, 83, 634, 'Raschau', ''),
(38533, 83, 634, 'Rechenberg-Bienenmuhle', ''),
(38534, 83, 634, 'Regis-Breitingen', ''),
(38535, 83, 634, 'Reibitz', ''),
(38536, 83, 634, 'Reichenau', ''),
(38537, 83, 634, 'Reichenbach/Vogtland', ''),
(38538, 83, 634, 'Reichenberg', ''),
(38539, 83, 634, 'Reichstaedt', ''),
(38540, 83, 634, 'Reinsberg', ''),
(38541, 83, 634, 'Reinsdorf', ''),
(38542, 83, 634, 'Remse', ''),
(38543, 83, 634, 'Riesa', ''),
(38544, 83, 634, 'Rietschen', ''),
(38545, 83, 634, 'Rippien', ''),
(38546, 83, 634, 'Rochlitz', ''),
(38547, 83, 634, 'Roda', ''),
(38548, 83, 634, 'Rodewisch', ''),
(38549, 83, 634, 'Roehrsdorf', ''),
(38550, 83, 634, 'Roetha', ''),
(38551, 83, 634, 'Rosenthal', ''),
(38552, 83, 634, 'Rossau', ''),
(38553, 83, 634, 'Rosswein', ''),
(38554, 83, 634, 'Rothenburg', ''),
(38555, 83, 634, 'Ruesdorf', ''),
(38556, 83, 634, 'Saint Egidien', ''),
(38557, 83, 634, 'Sayda', ''),
(38558, 83, 634, 'Scheibenberg', ''),
(38559, 83, 634, 'Schildau', ''),
(38560, 83, 634, 'Schirgiswalde', ''),
(38561, 83, 634, 'Schkeuditz', ''),
(38562, 83, 634, 'Schlegel', ''),
(38563, 83, 634, 'Schlema', ''),
(38564, 83, 634, 'Schlettau', ''),
(38565, 83, 634, 'Schmiedefeld', ''),
(38566, 83, 634, 'Schneeberg', ''),
(38567, 83, 634, 'Schoenau', ''),
(38568, 83, 634, 'Schoenberg', ''),
(38569, 83, 634, 'Schoeneck', ''),
(38570, 83, 634, 'Schoenheide', ''),
(38571, 83, 634, 'Schwarzenberg', ''),
(38572, 83, 634, 'Sebnitz', ''),
(38573, 83, 634, 'Seelitz', ''),
(38574, 83, 634, 'Seidewitz', ''),
(38575, 83, 634, 'Seiffen', ''),
(38576, 83, 634, 'Seifhennersdorf', ''),
(38577, 83, 634, 'Sohland', ''),
(38578, 83, 634, 'Sornzig', ''),
(38579, 83, 634, 'Sosa', ''),
(38580, 83, 634, 'Spitzkunnersdorf', ''),
(38581, 83, 634, 'Spreetal', ''),
(38582, 83, 634, 'Stadt Wehlen', ''),
(38583, 83, 634, 'Stauchitz', ''),
(38584, 83, 634, 'Steinbach', ''),
(38585, 83, 634, 'Steinigtwolmsdorf', ''),
(38586, 83, 634, 'Stoermthal', ''),
(38587, 83, 634, 'Stollberg', ''),
(38588, 83, 634, 'Stolpen', ''),
(38589, 83, 634, 'Strahwalde', ''),
(38590, 83, 634, 'Strehla', ''),
(38591, 83, 634, 'Striegistal', ''),
(38592, 83, 634, 'Stuerza', ''),
(38593, 83, 634, 'Stutzengrun', ''),
(38594, 83, 634, 'Syrau', ''),
(38595, 83, 634, 'Tannenberg', ''),
(38596, 83, 634, 'Taubenheim', ''),
(38597, 83, 634, 'Taucha', ''),
(38598, 83, 634, 'Taura', ''),
(38599, 83, 634, 'Thalheim', ''),
(38600, 83, 634, 'Thallwitz', ''),
(38601, 83, 634, 'Tharandt', ''),
(38602, 83, 634, 'Thermalbad Wiesenbad', ''),
(38603, 83, 634, 'Theuma', ''),
(38604, 83, 634, 'Thiendorf', ''),
(38605, 83, 634, 'Thierfeld', ''),
(38606, 83, 634, 'Thum', ''),
(38607, 83, 634, 'Torgau', ''),
(38608, 83, 634, 'Trebsen', ''),
(38609, 83, 634, 'Treuen', ''),
(38610, 83, 634, 'Ullersdorf', ''),
(38611, 83, 634, 'Wachau', ''),
(38612, 83, 634, 'Walddorf', ''),
(38613, 83, 634, 'Waldenburg', ''),
(38614, 83, 634, 'Waldheim', ''),
(38615, 83, 634, 'Waldhufen', ''),
(38616, 83, 634, 'Waldsachsen', ''),
(38617, 83, 634, 'Waltersdorf', ''),
(38618, 83, 634, 'Wechselburg', ''),
(38619, 83, 634, 'Wedelwitz', ''),
(38620, 83, 634, 'Wehrsdorf', ''),
(38621, 83, 634, 'Weinbohla', ''),
(38622, 83, 634, 'Weischlitz', ''),
(38623, 83, 634, 'Weisswasser', ''),
(38624, 83, 634, 'Weitzschen', ''),
(38625, 83, 634, 'Werdau', ''),
(38626, 83, 634, 'Wermsdorf', ''),
(38627, 83, 634, 'Wiedemar', ''),
(38628, 83, 634, 'Wildenfels', ''),
(38629, 83, 634, 'Wilkau-Hasslau', ''),
(38630, 83, 634, 'Wilschdorf', ''),
(38631, 83, 634, 'Wilsdruff', ''),
(38632, 83, 634, 'Wilthen', ''),
(38633, 83, 634, 'Wittgensdorf', ''),
(38634, 83, 634, 'Wittichenau', ''),
(38635, 83, 634, 'Wohlbach', ''),
(38636, 83, 634, 'Wulknitz', ''),
(38637, 83, 634, 'Wunschendorf', ''),
(38638, 83, 634, 'Wurzen', ''),
(38639, 83, 634, 'Zeithain', ''),
(38640, 83, 634, 'Zittau', ''),
(38641, 83, 634, 'Zschopau', ''),
(38642, 83, 634, 'Zschorlau', ''),
(38643, 83, 634, 'Zwenkau', ''),
(38644, 83, 634, 'Zwickau', ''),
(38645, 83, 634, 'Zwoenitz', ''),
(38646, 83, 635, 'Adersleben', ''),
(38647, 83, 635, 'Aken', ''),
(38648, 83, 635, 'Allstedt', ''),
(38649, 83, 635, 'Alsleben', ''),
(38650, 83, 635, 'Amsdorf', ''),
(38651, 83, 635, 'Angern', ''),
(38652, 83, 635, 'Annaburg', ''),
(38653, 83, 635, 'Aschersleben', ''),
(38654, 83, 635, 'Aspenstedt', ''),
(38655, 83, 635, 'Atzendorf', ''),
(38656, 83, 635, 'Ausleben', ''),
(38657, 83, 635, 'Bad Duerrenberg', ''),
(38658, 83, 635, 'Bad Koesen', ''),
(38659, 83, 635, 'Bad Lauchstaedt', ''),
(38660, 83, 635, 'Bad Schmiedeberg', ''),
(38661, 83, 635, 'Bad Suderode', ''),
(38662, 83, 635, 'Ballenstedt', ''),
(38663, 83, 635, 'Ballerstedt', ''),
(38664, 83, 635, 'Barby', ''),
(38665, 83, 635, 'Barleben', ''),
(38666, 83, 635, 'Barnstadt', ''),
(38667, 83, 635, 'Beesenlaublingen', ''),
(38668, 83, 635, 'Beesenstedt', ''),
(38669, 83, 635, 'Beetzendorf', ''),
(38670, 83, 635, 'Benneckenstein', ''),
(38671, 83, 635, 'Bennstedt', ''),
(38672, 83, 635, 'Bennungen', ''),
(38673, 83, 635, 'Berga', ''),
(38674, 83, 635, 'Bergwitz', ''),
(38675, 83, 635, 'Bernburg', ''),
(38676, 83, 635, 'Biederitz', ''),
(38677, 83, 635, 'Biere', ''),
(38678, 83, 635, 'Bischofrode', ''),
(38679, 83, 635, 'Bismark', ''),
(38680, 83, 635, 'Blankenburg', ''),
(38681, 83, 635, 'Blankenheim', ''),
(38682, 83, 635, 'Borne', ''),
(38683, 83, 635, 'Bornum', ''),
(38684, 83, 635, 'Braeunrode', ''),
(38685, 83, 635, 'Braschwitz', ''),
(38686, 83, 635, 'Braunsbedra', ''),
(38687, 83, 635, 'Brehna', ''),
(38688, 83, 635, 'Brettin', ''),
(38689, 83, 635, 'Brumby', ''),
(38690, 83, 635, 'Bulstringen', ''),
(38691, 83, 635, 'Burg bei Magdeburg', ''),
(38692, 83, 635, 'Calbe', ''),
(38693, 83, 635, 'Calvorde', ''),
(38694, 83, 635, 'Colbitz', ''),
(38695, 83, 635, 'Coswig', ''),
(38696, 83, 635, 'Dahlenwarsleben', ''),
(38697, 83, 635, 'Dedeleben', ''),
(38698, 83, 635, 'Deetz', ''),
(38699, 83, 635, 'Derenburg', ''),
(38700, 83, 635, 'Dessau', ''),
(38701, 83, 635, 'Deutleben', ''),
(38702, 83, 635, 'Deutsches Haus', ''),
(38703, 83, 635, 'Dieskau', ''),
(38704, 83, 635, 'Domersleben', ''),
(38705, 83, 635, 'Dornstedt', ''),
(38706, 83, 635, 'Dorst', ''),
(38707, 83, 635, 'Drackenstedt', ''),
(38708, 83, 635, 'Droyssig', ''),
(38709, 83, 635, 'Druebeck', ''),
(38710, 83, 635, 'Eckartsberga', ''),
(38711, 83, 635, 'Edderitz', ''),
(38712, 83, 635, 'Eichenbarleben', ''),
(38713, 83, 635, 'Eichstedt', ''),
(38714, 83, 635, 'Eilsleben', ''),
(38715, 83, 635, 'Eisleben Lutherstadt', ''),
(38716, 83, 635, 'Elbingerode', ''),
(38717, 83, 635, 'Elend', ''),
(38718, 83, 635, 'Elster', ''),
(38719, 83, 635, 'Elsteraue', ''),
(38720, 83, 635, 'Erdeborn', ''),
(38721, 83, 635, 'Ermsleben', ''),
(38722, 83, 635, 'Erxleben', ''),
(38723, 83, 635, 'Farnstadt', ''),
(38724, 83, 635, 'Flechtingen', ''),
(38725, 83, 635, 'Foerderstedt', ''),
(38726, 83, 635, 'Frankleben', ''),
(38727, 83, 635, 'Freyburg', ''),
(38728, 83, 635, 'Frose', ''),
(38729, 83, 635, 'Gadegast', ''),
(38730, 83, 635, 'Gardelegen', ''),
(38731, 83, 635, 'Garz', ''),
(38732, 83, 635, 'Gatersleben', ''),
(38733, 83, 635, 'Genthin', ''),
(38734, 83, 635, 'Gerbstedt', ''),
(38735, 83, 635, 'Gerwisch', ''),
(38736, 83, 635, 'Geusa', ''),
(38737, 83, 635, 'Giersleben', ''),
(38738, 83, 635, 'Gluesig', ''),
(38739, 83, 635, 'Goednitz', ''),
(38740, 83, 635, 'Goldbeck', ''),
(38741, 83, 635, 'Gommern', ''),
(38742, 83, 635, 'Gorsleben', ''),
(38743, 83, 635, 'Goseck', ''),
(38744, 83, 635, 'Graefenhainichen', ''),
(38745, 83, 635, 'Grana', ''),
(38746, 83, 635, 'Greppin', ''),
(38747, 83, 635, 'Grieben', ''),
(38748, 83, 635, 'Groebzig', ''),
(38749, 83, 635, 'Groeningen', ''),
(38750, 83, 635, 'Gross Santersleben', ''),
(38751, 83, 635, 'Grosskorbetha', ''),
(38752, 83, 635, 'Guesen', ''),
(38753, 83, 635, 'Guesten', ''),
(38754, 83, 635, 'Gutenberg', ''),
(38755, 83, 635, 'Gutenborn', ''),
(38756, 83, 635, 'Halberstadt', ''),
(38757, 83, 635, 'Haldensleben I', ''),
(38758, 83, 635, 'Halle', ''),
(38759, 83, 635, 'Halle Neustadt', ''),
(38760, 83, 635, 'Harbke', ''),
(38761, 83, 635, 'Harzgerode', ''),
(38762, 83, 635, 'Havelberg', ''),
(38763, 83, 635, 'Hecklingen', ''),
(38764, 83, 635, 'Helbra', ''),
(38765, 83, 635, 'Hessen', ''),
(38766, 83, 635, 'Hettstedt', ''),
(38767, 83, 635, 'Heudeber', ''),
(38768, 83, 635, 'Hillersleben', ''),
(38769, 83, 635, 'Hoersingen', ''),
(38770, 83, 635, 'Hohendodeleben', ''),
(38771, 83, 635, 'Hohenmoelsen', ''),
(38772, 83, 635, 'Hohenwarsleben', ''),
(38773, 83, 635, 'Hohenwarthe', ''),
(38774, 83, 635, 'Holleben', ''),
(38775, 83, 635, 'Holzweissig', ''),
(38776, 83, 635, 'Hotensleben', ''),
(38777, 83, 635, 'Hottendorf', ''),
(38778, 83, 635, 'Huettenrode', ''),
(38779, 83, 635, 'Hundisburg', ''),
(38780, 83, 635, 'Ihlewitz', ''),
(38781, 83, 635, 'Ilbersdorf', ''),
(38782, 83, 635, 'Ilberstedt', ''),
(38783, 83, 635, 'Ilsenburg', ''),
(38784, 83, 635, 'Irxleben', ''),
(38785, 83, 635, 'Ivenrode', ''),
(38786, 83, 635, 'Jerichow', ''),
(38787, 83, 635, 'Jessen', ''),
(38788, 83, 635, 'Jessnitz', ''),
(38789, 83, 635, 'Kabelsketal', ''),
(38790, 83, 635, 'Kade', ''),
(38791, 83, 635, 'Kaethen', ''),
(38792, 83, 635, 'Karsdorf', ''),
(38793, 83, 635, 'Kelbra', ''),
(38794, 83, 635, 'Kemberg', ''),
(38795, 83, 635, 'Klaeden', ''),
(38796, 83, 635, 'Klein Ammensleben', ''),
(38797, 83, 635, 'Klietz', ''),
(38798, 83, 635, 'Kloetze', ''),
(38799, 83, 635, 'Klostermansfeld', ''),
(38800, 83, 635, 'Koeckern', ''),
(38801, 83, 635, 'Koennern', ''),
(38802, 83, 635, 'Köthen', ''),
(38803, 83, 635, 'Kretzschau', ''),
(38804, 83, 635, 'Krina', ''),
(38805, 83, 635, 'Krumpa', ''),
(38806, 83, 635, 'Kuesel', ''),
(38807, 83, 635, 'Kuhfelde', ''),
(38808, 83, 635, 'Labejum', ''),
(38809, 83, 635, 'Landsberg', ''),
(38810, 83, 635, 'Langendorf', ''),
(38811, 83, 635, 'Langeneichstaedt', ''),
(38812, 83, 635, 'Latdorf', ''),
(38813, 83, 635, 'Laucha', ''),
(38814, 83, 635, 'Leissling', ''),
(38815, 83, 635, 'Leuna', ''),
(38816, 83, 635, 'Lieskau', ''),
(38817, 83, 635, 'Lindau', ''),
(38818, 83, 635, 'Loederburg', ''),
(38819, 83, 635, 'Lostau', ''),
(38820, 83, 635, 'Luebs', ''),
(38821, 83, 635, 'Luettgenrode', ''),
(38822, 83, 635, 'Luetzen', ''),
(38823, 83, 635, 'Luttchendorf', ''),
(38824, 83, 635, 'Magdeburg', ''),
(38825, 83, 635, 'Magdeburgerforth', ''),
(38826, 83, 635, 'Mansfeld', ''),
(38827, 83, 635, 'Markwerben', ''),
(38828, 83, 635, 'Meineweh', ''),
(38829, 83, 635, 'Menz', ''),
(38830, 83, 635, 'Merseburg', ''),
(38831, 83, 635, 'Messdorf', ''),
(38832, 83, 635, 'Meyhen', ''),
(38833, 83, 635, 'Moeckern', ''),
(38834, 83, 635, 'Moser', ''),
(38835, 83, 635, 'Muecheln', ''),
(38836, 83, 635, 'Muldenstein', ''),
(38837, 83, 635, 'Muldestausee', ''),
(38838, 83, 635, 'Nachterstedt', ''),
(38839, 83, 635, 'Naumburg', ''),
(38840, 83, 635, 'Nebra', ''),
(38841, 83, 635, 'Nedlitz', ''),
(38842, 83, 635, 'Neulingen', ''),
(38843, 83, 635, 'Neundorf', ''),
(38844, 83, 635, 'Niederndodeleben', ''),
(38845, 83, 635, 'Nienburg/Saale', ''),
(38846, 83, 635, 'Nienhagen', ''),
(38847, 83, 635, 'Nordgermersleben', ''),
(38848, 83, 635, 'Obhausen', ''),
(38849, 83, 635, 'Ochtmersleben', ''),
(38850, 83, 635, 'Oderwitz', ''),
(38851, 83, 635, 'Oebisfelde', ''),
(38852, 83, 635, 'Oranienbaum', ''),
(38853, 83, 635, 'Oschersleben', ''),
(38854, 83, 635, 'Osterburg', ''),
(38855, 83, 635, 'Osterfeld', ''),
(38856, 83, 635, 'Osterhausen', ''),
(38857, 83, 635, 'Osternienburger Land', ''),
(38858, 83, 635, 'Osterwieck', ''),
(38859, 83, 635, 'Ostrau', ''),
(38860, 83, 635, 'Parey', ''),
(38861, 83, 635, 'Petersberg', ''),
(38862, 83, 635, 'Petersroda', ''),
(38863, 83, 635, 'Plotzkau', ''),
(38864, 83, 635, 'Porst', ''),
(38865, 83, 635, 'Pouch', ''),
(38866, 83, 635, 'Prosigk', ''),
(38867, 83, 635, 'Quedlinburg', ''),
(38868, 83, 635, 'Quellendorf', ''),
(38869, 83, 635, 'Quenstedt', ''),
(38870, 83, 635, 'Querfurt', ''),
(38871, 83, 635, 'Rackith', ''),
(38872, 83, 635, 'Radegast', ''),
(38873, 83, 635, 'Raetzlingen', ''),
(38874, 83, 635, 'Raguhn', ''),
(38875, 83, 635, 'Reinstedt', ''),
(38876, 83, 635, 'Rieder', ''),
(38877, 83, 635, 'Riesdorf', ''),
(38878, 83, 635, 'Riethnordhausen', ''),
(38879, 83, 635, 'Roeblingen am See', ''),
(38880, 83, 635, 'Rogatz', ''),
(38881, 83, 635, 'Rohrsheim', ''),
(38882, 83, 635, 'Rosslau', ''),
(38883, 83, 635, 'Rothenschirmbach', ''),
(38884, 83, 635, 'Salzatal', ''),
(38885, 83, 635, 'Salzwedel', ''),
(38886, 83, 635, 'Samswegen', ''),
(38887, 83, 635, 'Sandau', ''),
(38888, 83, 635, 'Sandersdorf', ''),
(38889, 83, 635, 'Sandersleben', ''),
(38890, 83, 635, 'Sangerhausen', ''),
(38891, 83, 635, 'Schackensleben', ''),
(38892, 83, 635, 'Schadeleben', ''),
(38893, 83, 635, 'Schafstaedt', ''),
(38894, 83, 635, 'Schermen', ''),
(38895, 83, 635, 'Schkopau', ''),
(38896, 83, 635, 'Schkortleben', ''),
(38897, 83, 635, 'Schlagenthin', ''),
(38898, 83, 635, 'Schlanstedt', ''),
(38899, 83, 635, 'Schmatzfeld', ''),
(38900, 83, 635, 'Schoenebeck', ''),
(38901, 83, 635, 'Schoenwalde', ''),
(38902, 83, 635, 'Schollene', ''),
(38903, 83, 635, 'Schorstedt', ''),
(38904, 83, 635, 'Schraplau', ''),
(38905, 83, 635, 'Schwanebeck', ''),
(38906, 83, 635, 'Seegebiet Mansfelder Land', ''),
(38907, 83, 635, 'Seehausen', ''),
(38908, 83, 635, 'Sennewitz', ''),
(38909, 83, 635, 'Sommersdorf', ''),
(38910, 83, 635, 'Spiegelsberge', ''),
(38911, 83, 635, 'Spielberg', ''),
(38912, 83, 635, 'Stapelburg', ''),
(38913, 83, 635, 'Stassfurt', ''),
(38914, 83, 635, 'Steigra', ''),
(38915, 83, 635, 'Stendal', ''),
(38916, 83, 635, 'Stiege', ''),
(38917, 83, 635, 'Stroebeck', ''),
(38918, 83, 635, 'Suelzetal', ''),
(38919, 83, 635, 'Sylda', ''),
(38920, 83, 635, 'Tangerhuette', ''),
(38921, 83, 635, 'Tangermuende', ''),
(38922, 83, 635, 'Tanne', ''),
(38923, 83, 635, 'Tarthun', ''),
(38924, 83, 635, 'Taucha', ''),
(38925, 83, 635, 'Teuchern', ''),
(38926, 83, 635, 'Teutschenthal', ''),
(38927, 83, 635, 'Thale', ''),
(38928, 83, 635, 'Tucheim', ''),
(38929, 83, 635, 'Ummendorf', ''),
(38930, 83, 635, 'Uthmoeden', ''),
(38931, 83, 635, 'Veckenstedt', ''),
(38932, 83, 635, 'Volkstedt', ''),
(38933, 83, 635, 'Volpke', ''),
(38934, 83, 635, 'Walbeck', ''),
(38935, 83, 635, 'Wallhausen', ''),
(38936, 83, 635, 'Waltersdorf', ''),
(38937, 83, 635, 'Wansleben', ''),
(38938, 83, 635, 'Wanzleben', ''),
(38939, 83, 635, 'Wartenburg', ''),
(38940, 83, 635, 'Wasserleben', ''),
(38941, 83, 635, 'Webau', ''),
(38942, 83, 635, 'Weferlingen', ''),
(38943, 83, 635, 'Wegeleben', ''),
(38944, 83, 635, 'Weissandt-Goelzau', ''),
(38945, 83, 635, 'Weissenfels', ''),
(38946, 83, 635, 'Wengelsdorf', ''),
(38947, 83, 635, 'Wernigerode', ''),
(38948, 83, 635, 'Westeregeln', ''),
(38949, 83, 635, 'Wetterzeube', ''),
(38950, 83, 635, 'Wettin', ''),
(38951, 83, 635, 'Wienrode', ''),
(38952, 83, 635, 'Wimmelburg', ''),
(38953, 83, 635, 'Wolfen', ''),
(38954, 83, 635, 'Wolferode', ''),
(38955, 83, 635, 'Wolmirsleben', ''),
(38956, 83, 635, 'Wolmirstedt', ''),
(38957, 83, 635, 'Wulfen', ''),
(38958, 83, 635, 'Zeitz', ''),
(38959, 83, 635, 'Zerbst', ''),
(38960, 83, 635, 'Zielitz', ''),
(38961, 83, 635, 'Zoerbig', ''),
(38962, 83, 636, 'Achterwehr', ''),
(38963, 83, 636, 'Achtrup', ''),
(38964, 83, 636, 'Ahrensbok', ''),
(38965, 83, 636, 'Ahrensburg', ''),
(38966, 83, 636, 'Ahrenshoft', ''),
(38967, 83, 636, 'Albersdorf', ''),
(38968, 83, 636, 'Allee', ''),
(38969, 83, 636, 'Alt Duvenstedt', ''),
(38970, 83, 636, 'Altenholz', ''),
(38971, 83, 636, 'Altenkrempe', ''),
(38972, 83, 636, 'Altenmoor', ''),
(38973, 83, 636, 'Alttechau', ''),
(38974, 83, 636, 'Alveslohe', ''),
(38975, 83, 636, 'Ammersbek', ''),
(38976, 83, 636, 'Anker', ''),
(38977, 83, 636, 'Appen', ''),
(38978, 83, 636, 'Aschau', ''),
(38979, 83, 636, 'Ascheberg', ''),
(38980, 83, 636, 'Aukrug', ''),
(38981, 83, 636, 'Aumuhle', ''),
(38982, 83, 636, 'Ausacker', ''),
(38983, 83, 636, 'Aventoft', ''),
(38984, 83, 636, 'Averlak', ''),
(38985, 83, 636, 'Bad Bramstedt', ''),
(38986, 83, 636, 'Bad Oldesloe', ''),
(38987, 83, 636, 'Bad Schwartau', ''),
(38988, 83, 636, 'Bad Segeberg', ''),
(38989, 83, 636, 'Bargfeld-Stegen', ''),
(38990, 83, 636, 'Bargteheide', ''),
(38991, 83, 636, 'Bargum', ''),
(38992, 83, 636, 'Barkelsby', ''),
(38993, 83, 636, 'Barkenholm', ''),
(38994, 83, 636, 'Barmissen', ''),
(38995, 83, 636, 'Barmstedt', ''),
(38996, 83, 636, 'Barsbuettel', ''),
(38997, 83, 636, 'Bebensee', ''),
(38998, 83, 636, 'Behrensdorf', ''),
(38999, 83, 636, 'Beidenfleth', ''),
(39000, 83, 636, 'Bekmunde', ''),
(39001, 83, 636, 'Benz', ''),
(39002, 83, 636, 'Berend', ''),
(39003, 83, 636, 'Bergenhusen', ''),
(39004, 83, 636, 'Berkenthin', ''),
(39005, 83, 636, 'Berlin', ''),
(39006, 83, 636, 'Blekendorf', ''),
(39007, 83, 636, 'Blomesche Wildnis', ''),
(39008, 83, 636, 'Blumenthal', ''),
(39009, 83, 636, 'Boebs', ''),
(39010, 83, 636, 'Boel', ''),
(39011, 83, 636, 'Bokel', ''),
(39012, 83, 636, 'Bokholt-Hanredder', ''),
(39013, 83, 636, 'Boklund', ''),
(39014, 83, 636, 'Bollingstedt', ''),
(39015, 83, 636, 'Bonebuttel', ''),
(39016, 83, 636, 'Bonningstedt', ''),
(39017, 83, 636, 'Boostedt', ''),
(39018, 83, 636, 'Bordelum', ''),
(39019, 83, 636, 'Bordesholm', ''),
(39020, 83, 636, 'Bornhoved', ''),
(39021, 83, 636, 'Bornsen', ''),
(39022, 83, 636, 'Bornstein', ''),
(39023, 83, 636, 'Borsfleth', ''),
(39024, 83, 636, 'Borstel-Hohenraden', ''),
(39025, 83, 636, 'Bosau', ''),
(39026, 83, 636, 'Bovenau', ''),
(39027, 83, 636, 'Braak', ''),
(39028, 83, 636, 'Brande-Hornerkirchen', ''),
(39029, 83, 636, 'Bredenbek', ''),
(39030, 83, 636, 'Bredstedt', ''),
(39031, 83, 636, 'Breiholz', ''),
(39032, 83, 636, 'Breitenfelde', ''),
(39033, 83, 636, 'Breklum', ''),
(39034, 83, 636, 'Brokenlande', ''),
(39035, 83, 636, 'Brokstedt', ''),
(39036, 83, 636, 'Brugge', ''),
(39037, 83, 636, 'Brunsbuettel', ''),
(39038, 83, 636, 'Brunstorf', ''),
(39039, 83, 636, 'Buchen', ''),
(39040, 83, 636, 'Buechen-Dorf', ''),
(39041, 83, 636, 'Buedelsdorf', ''),
(39042, 83, 636, 'Bullenkuhlen', ''),
(39043, 83, 636, 'Bunsdorf', ''),
(39044, 83, 636, 'Bunsoh', ''),
(39045, 83, 636, 'Burgwedel', ''),
(39046, 83, 636, 'Busdorf', ''),
(39047, 83, 636, 'Busum', ''),
(39048, 83, 636, 'Dagebull', ''),
(39049, 83, 636, 'Damp', ''),
(39050, 83, 636, 'Danischenhagen', ''),
(39051, 83, 636, 'Dannau', ''),
(39052, 83, 636, 'Dassendorf', ''),
(39053, 83, 636, 'Delingsdorf', ''),
(39054, 83, 636, 'Delve', ''),
(39055, 83, 636, 'Dollerup', ''),
(39056, 83, 636, 'Dornick', ''),
(39057, 83, 636, 'Drage', ''),
(39058, 83, 636, 'Duvensee', ''),
(39059, 83, 636, 'Eckernfoerde', ''),
(39060, 83, 636, 'Eggebek', ''),
(39061, 83, 636, 'Eggstedt', ''),
(39062, 83, 636, 'Einhaus', ''),
(39063, 83, 636, 'Ellerau', ''),
(39064, 83, 636, 'Ellerbek', ''),
(39065, 83, 636, 'Ellerhoop', ''),
(39066, 83, 636, 'Elmshorn', ''),
(39067, 83, 636, 'Emkendorf', ''),
(39068, 83, 636, 'Emmelsbull-Horsbull', ''),
(39069, 83, 636, 'Erfde', ''),
(39070, 83, 636, 'Escheburg', ''),
(39071, 83, 636, 'Eutin', ''),
(39072, 83, 636, 'Fahrdorf', ''),
(39073, 83, 636, 'Fahrenkrug', ''),
(39074, 83, 636, 'Fargau-Pratjau', ''),
(39075, 83, 636, 'Fehmarn', ''),
(39076, 83, 636, 'Felde', ''),
(39077, 83, 636, 'Feldhorst', ''),
(39078, 83, 636, 'Felm', ''),
(39079, 83, 636, 'Fitzbek', ''),
(39080, 83, 636, 'Fitzen', ''),
(39081, 83, 636, 'Fleckeby', ''),
(39082, 83, 636, 'Flensburg', ''),
(39083, 83, 636, 'Flintbek', ''),
(39084, 83, 636, 'Fockbek', ''),
(39085, 83, 636, 'Freienwill', ''),
(39086, 83, 636, 'Fuhlendorf', ''),
(39087, 83, 636, 'Fuhlenhagen', ''),
(39088, 83, 636, 'Gammelby', ''),
(39089, 83, 636, 'Garding', ''),
(39090, 83, 636, 'Gaushorn', ''),
(39091, 83, 636, 'Geesthacht', ''),
(39092, 83, 636, 'Gelting', ''),
(39093, 83, 636, 'Geschendorf', ''),
(39094, 83, 636, 'Gettorf', ''),
(39095, 83, 636, 'Giesensdorf', ''),
(39096, 83, 636, 'Glasau', ''),
(39097, 83, 636, 'Gleschendorf', ''),
(39098, 83, 636, 'Glinde', ''),
(39099, 83, 636, 'Glücksburg', ''),
(39100, 83, 636, 'Glueckstadt', ''),
(39101, 83, 636, 'Gnutz', ''),
(39102, 83, 636, 'Goldebek', ''),
(39103, 83, 636, 'Goldelund', ''),
(39104, 83, 636, 'Goldenbek', ''),
(39105, 83, 636, 'Goldenitz', ''),
(39106, 83, 636, 'Grabau', ''),
(39107, 83, 636, 'Grauel', ''),
(39108, 83, 636, 'Grebin', ''),
(39109, 83, 636, 'Gremersdorf', ''),
(39110, 83, 636, 'Gribbohm', ''),
(39111, 83, 636, 'Gromitz', ''),
(39112, 83, 636, 'Gronau', ''),
(39113, 83, 636, 'Gronwohld', ''),
(39114, 83, 636, 'Gross Niendorf', ''),
(39115, 83, 636, 'Gross Rheide', ''),
(39116, 83, 636, 'Gross Wittensee', ''),
(39117, 83, 636, 'Grossenaspe', ''),
(39118, 83, 636, 'Grossenbrode', ''),
(39119, 83, 636, 'Grossenwiehe', ''),
(39120, 83, 636, 'Grosshansdorf', ''),
(39121, 83, 636, 'Grosssolt', ''),
(39122, 83, 636, 'Grove', ''),
(39123, 83, 636, 'Guby', ''),
(39124, 83, 636, 'Gudendorf', ''),
(39125, 83, 636, 'Gudow', ''),
(39126, 83, 636, 'Gulzow', ''),
(39127, 83, 636, 'Haale', ''),
(39128, 83, 636, 'Hademarschen', ''),
(39129, 83, 636, 'Hagen', ''),
(39130, 83, 636, 'Halstenbek', ''),
(39131, 83, 636, 'Hamberge', ''),
(39132, 83, 636, 'Hammoor', ''),
(39133, 83, 636, 'Hamweddel', ''),
(39134, 83, 636, 'Handewitt', ''),
(39135, 83, 636, 'Hanerau-Hademarschen', ''),
(39136, 83, 636, 'Harmsdorf', ''),
(39137, 83, 636, 'Harrislee', ''),
(39138, 83, 636, 'Hartenholm', ''),
(39139, 83, 636, 'Haselau', ''),
(39140, 83, 636, 'Haseldorf', ''),
(39141, 83, 636, 'Hasenmoor', ''),
(39142, 83, 636, 'Hasloh', ''),
(39143, 83, 636, 'Hasselberg', ''),
(39144, 83, 636, 'Heide', ''),
(39145, 83, 636, 'Heidekamp', ''),
(39146, 83, 636, 'Heidgraben', ''),
(39147, 83, 636, 'Heikendorf', ''),
(39148, 83, 636, 'Heiligenhafen', ''),
(39149, 83, 636, 'Heiligenstedten', ''),
(39150, 83, 636, 'Heilshoop', ''),
(39151, 83, 636, 'Heist', ''),
(39152, 83, 636, 'Hemmelsdorf', ''),
(39153, 83, 636, 'Hemmingstedt', ''),
(39154, 83, 636, 'Henstedt-Ulzburg', ''),
(39155, 83, 636, 'Hetlingen', ''),
(39156, 83, 636, 'Hitzhusen', ''),
(39157, 83, 636, 'Hobbersdorf', ''),
(39158, 83, 636, 'Hochdonn', ''),
(39159, 83, 636, 'Hodorf', ''),
(39160, 83, 636, 'Hoernum', ''),
(39161, 83, 636, 'Hohenaspe', ''),
(39162, 83, 636, 'Hohenfelde', ''),
(39163, 83, 636, 'Hohenhude', ''),
(39164, 83, 636, 'Hohenlockstedt', ''),
(39165, 83, 636, 'Hohenwestedt', ''),
(39166, 83, 636, 'Hoisdorf', ''),
(39167, 83, 636, 'Hollenbek', ''),
(39168, 83, 636, 'Hollingstedt', ''),
(39169, 83, 636, 'Holm', ''),
(39170, 83, 636, 'Holstenniendorf', ''),
(39171, 83, 636, 'Horst', ''),
(39172, 83, 636, 'Horstedt', ''),
(39173, 83, 636, 'Horup', ''),
(39174, 83, 636, 'Huetten', ''),
(39175, 83, 636, 'Hurup', ''),
(39176, 83, 636, 'Husby', ''),
(39177, 83, 636, 'Husum', ''),
(39178, 83, 636, 'Huttblek', ''),
(39179, 83, 636, 'Itzehoe', ''),
(39180, 83, 636, 'Itzstedt', ''),
(39181, 83, 636, 'Jahnshof', ''),
(39182, 83, 636, 'Jersbek', ''),
(39183, 83, 636, 'Jevenstedt', ''),
(39184, 83, 636, 'Joldelund', ''),
(39185, 83, 636, 'Jorl', ''),
(39186, 83, 636, 'Jubek', ''),
(39187, 83, 636, 'Kaltenkirchen', ''),
(39188, 83, 636, 'Kalubbe', ''),
(39189, 83, 636, 'Kappeln', ''),
(39190, 83, 636, 'Karlum', ''),
(39191, 83, 636, 'Kastorf', ''),
(39192, 83, 636, 'Kattendorf', ''),
(39193, 83, 636, 'Kayhude', ''),
(39194, 83, 636, 'Kehrsen', ''),
(39195, 83, 636, 'Keitum', ''),
(39196, 83, 636, 'Kellinghusen', ''),
(39197, 83, 636, 'Kiebitzreihe', ''),
(39198, 83, 636, 'Kiel', ''),
(39199, 83, 636, 'Kirchweg', ''),
(39200, 83, 636, 'Kisdorf', ''),
(39201, 83, 636, 'Klanxbull', ''),
(39202, 83, 636, 'Klappholz', ''),
(39203, 83, 636, 'Klaustorf', ''),
(39204, 83, 636, 'Klein Nordende', ''),
(39205, 83, 636, 'Klein Offenseth-Sparrieshoop', ''),
(39206, 83, 636, 'Klein Parin', ''),
(39207, 83, 636, 'Klein Ronnau', ''),
(39208, 83, 636, 'Klein Wesenberg', ''),
(39209, 83, 636, 'Kleve', ''),
(39210, 83, 636, 'Klixbull', ''),
(39211, 83, 636, 'Klostersee', ''),
(39212, 83, 636, 'Koberg', ''),
(39213, 83, 636, 'Koethel', ''),
(39214, 83, 636, 'Kogel', ''),
(39215, 83, 636, 'Kollmar', ''),
(39216, 83, 636, 'Kolln-Reisiek', ''),
(39217, 83, 636, 'Kollow', ''),
(39218, 83, 636, 'Kosel', ''),
(39219, 83, 636, 'Krempe', ''),
(39220, 83, 636, 'Krempel', ''),
(39221, 83, 636, 'Kremperheide', ''),
(39222, 83, 636, 'Krempermoor', ''),
(39223, 83, 636, 'Krogaspe', ''),
(39224, 83, 636, 'Kronshagen', ''),
(39225, 83, 636, 'Kropp', ''),
(39226, 83, 636, 'Krummesse', ''),
(39227, 83, 636, 'Krumstedt', ''),
(39228, 83, 636, 'Kukels', ''),
(39229, 83, 636, 'Kummerfeld', ''),
(39230, 83, 636, 'Labenz', ''),
(39231, 83, 636, 'Laboe', ''),
(39232, 83, 636, 'Ladelund', ''),
(39233, 83, 636, 'Lagerdorf', ''),
(39234, 83, 636, 'Langeln', ''),
(39235, 83, 636, 'Langenhorn', ''),
(39236, 83, 636, 'Langstedt', ''),
(39237, 83, 636, 'Langwedel', ''),
(39238, 83, 636, 'Lasbek', ''),
(39239, 83, 636, 'Latendorf', ''),
(39240, 83, 636, 'Lauenburg', ''),
(39241, 83, 636, 'Lebatz', ''),
(39242, 83, 636, 'Leck', ''),
(39243, 83, 636, 'Leezen', ''),
(39244, 83, 636, 'Lensahn', ''),
(39245, 83, 636, 'Lentfohrden', ''),
(39246, 83, 636, 'Lindau', ''),
(39247, 83, 636, 'Lindewitt', ''),
(39248, 83, 636, 'List', ''),
(39249, 83, 636, 'Loose', ''),
(39250, 83, 636, 'Lowenstedt', ''),
(39251, 83, 636, 'Lübeck', ''),
(39252, 83, 636, 'Luetjenburg', ''),
(39253, 83, 636, 'Luhnstedt', ''),
(39254, 83, 636, 'Lunden', ''),
(39255, 83, 636, 'Luschendorf', ''),
(39256, 83, 636, 'Lutjensee', ''),
(39257, 83, 636, 'Lutjenwestedt', ''),
(39258, 83, 636, 'Lutterbek', ''),
(39259, 83, 636, 'Maasholm', ''),
(39260, 83, 636, 'Malente', ''),
(39261, 83, 636, 'Marne', ''),
(39262, 83, 636, 'Meddewade', ''),
(39263, 83, 636, 'Medelby', ''),
(39264, 83, 636, 'Meldorf', ''),
(39265, 83, 636, 'Melsdorf', ''),
(39266, 83, 636, 'Midlum', ''),
(39267, 83, 636, 'Mielkendorf', ''),
(39268, 83, 636, 'Mildstedt', ''),
(39269, 83, 636, 'Mittelangeln', ''),
(39270, 83, 636, 'Moelln', ''),
(39271, 83, 636, 'Mohnsen', ''),
(39272, 83, 636, 'Mohrkirch', ''),
(39273, 83, 636, 'Molfsee', ''),
(39274, 83, 636, 'Monkeberg', ''),
(39275, 83, 636, 'Moorrege', ''),
(39276, 83, 636, 'Muhbrook', ''),
(39277, 83, 636, 'Munkbrarup', ''),
(39278, 83, 636, 'Munkwolstrup', ''),
(39279, 83, 636, 'Munsterdorf', ''),
(39280, 83, 636, 'Mustin', ''),
(39281, 83, 636, 'Nahe', ''),
(39282, 83, 636, 'Nebel', ''),
(39283, 83, 636, 'Nehms', ''),
(39284, 83, 636, 'Neuenbrook', ''),
(39285, 83, 636, 'Neuendorf', ''),
(39286, 83, 636, 'Neuengors', ''),
(39287, 83, 636, 'Neuenkirchen', ''),
(39288, 83, 636, 'Neuhaus', ''),
(39289, 83, 636, 'Neukirchen', ''),
(39290, 83, 636, 'Neumünster', ''),
(39291, 83, 636, 'Neustadt in Holstein', ''),
(39292, 83, 636, 'Neversdorf', ''),
(39293, 83, 636, 'Niebuell', ''),
(39294, 83, 636, 'Nindorf', ''),
(39295, 83, 636, 'Noer', ''),
(39296, 83, 636, 'Norddeich', ''),
(39297, 83, 636, 'Norddorf', ''),
(39298, 83, 636, 'Nordermeldorf', ''),
(39299, 83, 636, 'Norderstapel', ''),
(39300, 83, 636, 'Norderstedt', ''),
(39301, 83, 636, 'Nordhastedt', ''),
(39302, 83, 636, 'Nordholz', ''),
(39303, 83, 636, 'Nortorf', ''),
(39304, 83, 636, 'Nubbel', ''),
(39305, 83, 636, 'Nubel', ''),
(39306, 83, 636, 'Nusse', ''),
(39307, 83, 636, 'Nutzen', ''),
(39308, 83, 636, 'Oelixdorf', ''),
(39309, 83, 636, 'OEring', ''),
(39310, 83, 636, 'Oeversee', ''),
(39311, 83, 636, 'Oldenburg in Holstein', ''),
(39312, 83, 636, 'Oldendorf', ''),
(39313, 83, 636, 'Oldenswort', ''),
(39314, 83, 636, 'Osdorf', ''),
(39315, 83, 636, 'Ostenfeld', ''),
(39316, 83, 636, 'Osterby', ''),
(39317, 83, 636, 'Osterronfeld', ''),
(39318, 83, 636, 'Osterstedt', ''),
(39319, 83, 636, 'Ostrohe', ''),
(39320, 83, 636, 'Oststeinbek', ''),
(39321, 83, 636, 'Ottenbuttel', ''),
(39322, 83, 636, 'Owschlag', ''),
(39323, 83, 636, 'Padenstedt', ''),
(39324, 83, 636, 'Pahlen', ''),
(39325, 83, 636, 'Pansdorf', ''),
(39326, 83, 636, 'Papendorf', ''),
(39327, 83, 636, 'Pellworm', ''),
(39328, 83, 636, 'Pfingstberg', ''),
(39329, 83, 636, 'Pinneberg', ''),
(39330, 83, 636, 'Ploen', ''),
(39331, 83, 636, 'Pohnsdorf', ''),
(39332, 83, 636, 'Politz', ''),
(39333, 83, 636, 'Poschendorf', ''),
(39334, 83, 636, 'Preetz', ''),
(39335, 83, 636, 'Prisdorf', ''),
(39336, 83, 636, 'Probsteierhagen', ''),
(39337, 83, 636, 'Pronstorf', ''),
(39338, 83, 636, 'Puelsen', ''),
(39339, 83, 636, 'Puls', ''),
(39340, 83, 636, 'Quarnstedt', ''),
(39341, 83, 636, 'Quickborn', ''),
(39342, 83, 636, 'Quisdorf', ''),
(39343, 83, 636, 'Rabel', ''),
(39344, 83, 636, 'Rabenkirchen-Fauluck', ''),
(39345, 83, 636, 'Rade', ''),
(39346, 83, 636, 'Raisdorf', ''),
(39347, 83, 636, 'Rantrum', ''),
(39348, 83, 636, 'Rantum', ''),
(39349, 83, 636, 'Ratekau', ''),
(39350, 83, 636, 'Ratzeburg', ''),
(39351, 83, 636, 'Rausdorf', ''),
(39352, 83, 636, 'Reher', ''),
(39353, 83, 636, 'Reinbek', ''),
(39354, 83, 636, 'Reinfeld', ''),
(39355, 83, 636, 'Rellingen', ''),
(39356, 83, 636, 'Remmels', ''),
(39357, 83, 636, 'Rendsburg', ''),
(39358, 83, 636, 'Rickling', ''),
(39359, 83, 636, 'Rieseby', ''),
(39360, 83, 636, 'Ringsberg', ''),
(39361, 83, 636, 'Risum-Lindholm', ''),
(39362, 83, 636, 'Ritzerau', ''),
(39363, 83, 636, 'Rodenbek', ''),
(39364, 83, 636, 'Rondeshagen', ''),
(39365, 83, 636, 'Rosdorf', ''),
(39366, 83, 636, 'Rosenburg', ''),
(39367, 83, 636, 'Rugge', ''),
(39368, 83, 636, 'Ruhwinkel', ''),
(39369, 83, 636, 'Rumohr', ''),
(39370, 83, 636, 'Rumpel', ''),
(39371, 83, 636, 'Saint Michaelisdonn', ''),
(39372, 83, 636, 'Salem', ''),
(39373, 83, 636, 'Sandesneben', ''),
(39374, 83, 636, 'Sankt Margarethen', ''),
(39375, 83, 636, 'Sankt Peter-Ording', ''),
(39376, 83, 636, 'Sarkwitz', ''),
(39377, 83, 636, 'Sarzbuttel', ''),
(39378, 83, 636, 'Satrup', ''),
(39379, 83, 636, 'Schaalby', ''),
(39380, 83, 636, 'Schacht-Audorf', ''),
(39381, 83, 636, 'Schafflund', ''),
(39382, 83, 636, 'Scharbeutz', ''),
(39383, 83, 636, 'Scheggerott', ''),
(39384, 83, 636, 'Schellhorn', ''),
(39385, 83, 636, 'Schenefeld', ''),
(39386, 83, 636, 'Schierensee', ''),
(39387, 83, 636, 'Schillsdorf', ''),
(39388, 83, 636, 'Schiphorst', ''),
(39389, 83, 636, 'Schlesen', ''),
(39390, 83, 636, 'Schleswig', ''),
(39391, 83, 636, 'Schmalfeld', ''),
(39392, 83, 636, 'Schonkirchen', ''),
(39393, 83, 636, 'Schuby', ''),
(39394, 83, 636, 'Schuelp', ''),
(39395, 83, 636, 'Schwabstedt', ''),
(39396, 83, 636, 'Schwartbuck', ''),
(39397, 83, 636, 'Schwarzenbek', ''),
(39398, 83, 636, 'Schwentinental', ''),
(39399, 83, 636, 'Schwesing', ''),
(39400, 83, 636, 'Seedorf', ''),
(39401, 83, 636, 'Seestermuhe', ''),
(39402, 83, 636, 'Seeth-Ekholt', ''),
(39403, 83, 636, 'Selent', ''),
(39404, 83, 636, 'Sereetz', ''),
(39405, 83, 636, 'Seth', ''),
(39406, 83, 636, 'Siebenbaumen', ''),
(39407, 83, 636, 'Siek', ''),
(39408, 83, 636, 'Sieverstedt', ''),
(39409, 83, 636, 'Silberstedt', ''),
(39410, 83, 636, 'Sirksfelde', ''),
(39411, 83, 636, 'Sollerup', ''),
(39412, 83, 636, 'Sollwitt', ''),
(39413, 83, 636, 'Sommerland', ''),
(39414, 83, 636, 'Sophienhamm', ''),
(39415, 83, 636, 'Sorup', ''),
(39416, 83, 636, 'Sprakebull', ''),
(39417, 83, 636, 'Stadum', ''),
(39418, 83, 636, 'Stapelfeld', ''),
(39419, 83, 636, 'Steenfeld', ''),
(39420, 83, 636, 'Stein', ''),
(39421, 83, 636, 'Steinberg', ''),
(39422, 83, 636, 'Steinbergkirche', ''),
(39423, 83, 636, 'Steinburg', ''),
(39424, 83, 636, 'Steinfeld', ''),
(39425, 83, 636, 'Sterup', ''),
(39426, 83, 636, 'Stockelsdorf', ''),
(39427, 83, 636, 'Stocksee', ''),
(39428, 83, 636, 'Stolk', ''),
(39429, 83, 636, 'Strande', ''),
(39430, 83, 636, 'Struvenhutten', ''),
(39431, 83, 636, 'Struxdorf', ''),
(39432, 83, 636, 'Stuvenborn', ''),
(39433, 83, 636, 'Suderbrarup', ''),
(39434, 83, 636, 'Suderdeich', ''),
(39435, 83, 636, 'Suderheistedt', ''),
(39436, 83, 636, 'Suderlugum', ''),
(39437, 83, 636, 'Suderstapel', ''),
(39438, 83, 636, 'Suederholz', ''),
(39439, 83, 636, 'Sulfeld', ''),
(39440, 83, 636, 'Susel', ''),
(39441, 83, 636, 'Taarstedt', ''),
(39442, 83, 636, 'Talkau', ''),
(39443, 83, 636, 'Tangstedt', ''),
(39444, 83, 636, 'Tarbek', ''),
(39445, 83, 636, 'Tarp', ''),
(39446, 83, 636, 'Tating', ''),
(39447, 83, 636, 'Tellingstedt', ''),
(39448, 83, 636, 'Tensfeld', ''),
(39449, 83, 636, 'Tetenhusen', ''),
(39450, 83, 636, 'Timmaspe', ''),
(39451, 83, 636, 'Timmendorf Beach', ''),
(39452, 83, 636, 'Tinnum', ''),
(39453, 83, 636, 'Todenbuttel', ''),
(39454, 83, 636, 'Todendorf', ''),
(39455, 83, 636, 'Todesfelde', ''),
(39456, 83, 636, 'Toenning', ''),
(39457, 83, 636, 'Tolk', ''),
(39458, 83, 636, 'Tornesch', ''),
(39459, 83, 636, 'Trappenkamp', ''),
(39460, 83, 636, 'Traventhal', ''),
(39461, 83, 636, 'Treia', ''),
(39462, 83, 636, 'Tremsbuttel', ''),
(39463, 83, 636, 'Trittau', ''),
(39464, 83, 636, 'Uelvesbull', ''),
(39465, 83, 636, 'Uetersen', ''),
(39466, 83, 636, 'Vaale', ''),
(39467, 83, 636, 'Vier', ''),
(39468, 83, 636, 'Viol', ''),
(39469, 83, 636, 'Wacken', ''),
(39470, 83, 636, 'Wagersrott', ''),
(39471, 83, 636, 'Wahlstedt', ''),
(39472, 83, 636, 'Wahlstorf (Hof)', ''),
(39473, 83, 636, 'Wakendorf', ''),
(39474, 83, 636, 'Wallsbuell', ''),
(39475, 83, 636, 'Wanderup', ''),
(39476, 83, 636, 'Wangels', ''),
(39477, 83, 636, 'Wankendorf', ''),
(39478, 83, 636, 'Wasbek', ''),
(39479, 83, 636, 'Wassersleben', ''),
(39480, 83, 636, 'Wattenbek', ''),
(39481, 83, 636, 'Weddelbrook', ''),
(39482, 83, 636, 'Weddingstedt', ''),
(39483, 83, 636, 'Wedel', ''),
(39484, 83, 636, 'Weede', ''),
(39485, 83, 636, 'Wees', ''),
(39486, 83, 636, 'Weesby', ''),
(39487, 83, 636, 'Wellspang', ''),
(39488, 83, 636, 'Wendtorf', ''),
(39489, 83, 636, 'Wenningstedt', ''),
(39490, 83, 636, 'Wentorf', ''),
(39491, 83, 636, 'Wentorf bei Hamburg', ''),
(39492, 83, 636, 'Wesselburen', ''),
(39493, 83, 636, 'Wesseln', ''),
(39494, 83, 636, 'Westensee', ''),
(39495, 83, 636, 'Westerau', ''),
(39496, 83, 636, 'Westerdeichstrich', ''),
(39497, 83, 636, 'Westerhorn', ''),
(39498, 83, 636, 'Westerland', ''),
(39499, 83, 636, 'Westerronfeld', ''),
(39500, 83, 636, 'Wewelsfleth', ''),
(39501, 83, 636, 'Wiemersdorf', ''),
(39502, 83, 636, 'Wilster', ''),
(39503, 83, 636, 'Winnemark', ''),
(39504, 83, 636, 'Winsen', ''),
(39505, 83, 636, 'Wittenbergen', ''),
(39506, 83, 636, 'Wittenborn', ''),
(39507, 83, 636, 'Witzhave', ''),
(39508, 83, 636, 'Wohlde', ''),
(39509, 83, 636, 'Wohltorf', ''),
(39510, 83, 636, 'Wohrden', ''),
(39511, 83, 636, 'Wrist', ''),
(39512, 83, 636, 'Wrohm', ''),
(39513, 83, 636, 'Wyk auf Foehr', ''),
(39514, 83, 636, 'Ziethen', ''),
(39515, 83, 637, 'Abtsbessingen', ''),
(39516, 83, 637, 'Albrechts', ''),
(39517, 83, 637, 'Alkersleben', ''),
(39518, 83, 637, 'Alperstedt', ''),
(39519, 83, 637, 'Altenburg', ''),
(39520, 83, 637, 'Altenfeld', ''),
(39521, 83, 637, 'Altersbach', ''),
(39522, 83, 637, 'Angelroda', ''),
(39523, 83, 637, 'Anrode', ''),
(39524, 83, 637, 'Apfelstaedt', ''),
(39525, 83, 637, 'Apolda', ''),
(39526, 83, 637, 'Arenshausen', ''),
(39527, 83, 637, 'Arnstadt', ''),
(39528, 83, 637, 'Artern', ''),
(39529, 83, 637, 'Aspach', ''),
(39530, 83, 637, 'Auma', ''),
(39531, 83, 637, 'Bad Berka', ''),
(39532, 83, 637, 'Bad Blankenburg', ''),
(39533, 83, 637, 'Bad Colberg', ''),
(39534, 83, 637, 'Bad Frankenhausen', ''),
(39535, 83, 637, 'Bad Klosterlausnitz', ''),
(39536, 83, 637, 'Bad Koestritz', ''),
(39537, 83, 637, 'Bad Langensalza', ''),
(39538, 83, 637, 'Bad Liebenstein', ''),
(39539, 83, 637, 'Bad Lobenstein', ''),
(39540, 83, 637, 'Bad Salzungen', ''),
(39541, 83, 637, 'Bad Sulza', ''),
(39542, 83, 637, 'Bad Tennstedt', ''),
(39543, 83, 637, 'Badra', ''),
(39544, 83, 637, 'Ballstadt', ''),
(39545, 83, 637, 'Ballstedt', ''),
(39546, 83, 637, 'Barchfeld', ''),
(39547, 83, 637, 'Battgendorf', ''),
(39548, 83, 637, 'Benshausen', ''),
(39549, 83, 637, 'Berga', ''),
(39550, 83, 637, 'Berka', ''),
(39551, 83, 637, 'Berlingerode', ''),
(39552, 83, 637, 'Berlstedt', ''),
(39553, 83, 637, 'Bienstadt', ''),
(39554, 83, 637, 'Bischofferode', ''),
(39555, 83, 637, 'Blankenberg', ''),
(39556, 83, 637, 'Blankenhain', ''),
(39557, 83, 637, 'Bleicherode', ''),
(39558, 83, 637, 'Bocka', ''),
(39559, 83, 637, 'Borxleben', ''),
(39560, 83, 637, 'Bottendorf', ''),
(39561, 83, 637, 'Brahmenau', ''),
(39562, 83, 637, 'Braunichswalde', ''),
(39563, 83, 637, 'Brehme', ''),
(39564, 83, 637, 'Breitenbach', ''),
(39565, 83, 637, 'Breitenworbis', ''),
(39566, 83, 637, 'Breitungen', ''),
(39567, 83, 637, 'Bretleben', ''),
(39568, 83, 637, 'Breuberg', ''),
(39569, 83, 637, 'Brotterode', ''),
(39570, 83, 637, 'Bruenn', ''),
(39571, 83, 637, 'Buergel', ''),
(39572, 83, 637, 'Bufleben', ''),
(39573, 83, 637, 'Buttstedt', ''),
(39574, 83, 637, 'Creuzburg', ''),
(39575, 83, 637, 'Crispendorf', ''),
(39576, 83, 637, 'Crock', ''),
(39577, 83, 637, 'Cursdorf', ''),
(39578, 83, 637, 'Dankmarshausen', ''),
(39579, 83, 637, 'Dermbach', ''),
(39580, 83, 637, 'Dietzhausen', ''),
(39581, 83, 637, 'Dillstadt', ''),
(39582, 83, 637, 'Dingelstaedt', ''),
(39583, 83, 637, 'Dippach', ''),
(39584, 83, 637, 'Dobritschen', ''),
(39585, 83, 637, 'Doenges', ''),
(39586, 83, 637, 'Donndorf', ''),
(39587, 83, 637, 'Dornburg', ''),
(39588, 83, 637, 'Dorndorf', ''),
(39589, 83, 637, 'Dreba', ''),
(39590, 83, 637, 'Droschka', ''),
(39591, 83, 637, 'Ebeleben', ''),
(39592, 83, 637, 'Ebenheim', ''),
(39593, 83, 637, 'Ecklingerode', ''),
(39594, 83, 637, 'Ehrenberg', ''),
(39595, 83, 637, 'Eichelborn', ''),
(39596, 83, 637, 'Eisenach', ''),
(39597, 83, 637, 'Eisenberg', ''),
(39598, 83, 637, 'Eisfeld', ''),
(39599, 83, 637, 'Eishausen', ''),
(39600, 83, 637, 'Elgersburg', ''),
(39601, 83, 637, 'Ellrich', ''),
(39602, 83, 637, 'Elxleben', ''),
(39603, 83, 637, 'Emleben', ''),
(39604, 83, 637, 'Endschutz', ''),
(39605, 83, 637, 'Erfurt', ''),
(39606, 83, 637, 'Etzelsrode', ''),
(39607, 83, 637, 'Etzleben', ''),
(39608, 83, 637, 'Falken', ''),
(39609, 83, 637, 'Fambach', ''),
(39610, 83, 637, 'Farnroda', ''),
(39611, 83, 637, 'Fockendorf', ''),
(39612, 83, 637, 'Frankenheim', ''),
(39613, 83, 637, 'Friedrichroda', ''),
(39614, 83, 637, 'Friedrichsthal', ''),
(39615, 83, 637, 'Gaberndorf', ''),
(39616, 83, 637, 'Gangloffsommern', ''),
(39617, 83, 637, 'Gebesee', ''),
(39618, 83, 637, 'Gefell', ''),
(39619, 83, 637, 'Gehren', ''),
(39620, 83, 637, 'Geisa', ''),
(39621, 83, 637, 'Georgenthal', ''),
(39622, 83, 637, 'Gera', ''),
(39623, 83, 637, 'Geraberg', ''),
(39624, 83, 637, 'Gernrode', ''),
(39625, 83, 637, 'Gerstungen', ''),
(39626, 83, 637, 'Geschwenda', ''),
(39627, 83, 637, 'Gierstadt', ''),
(39628, 83, 637, 'Gillersdorf', ''),
(39629, 83, 637, 'Goeritz', ''),
(39630, 83, 637, 'Goessnitz', ''),
(39631, 83, 637, 'Gorsbach', ''),
(39632, 83, 637, 'Gosen', ''),
(39633, 83, 637, 'Gossel', ''),
(39634, 83, 637, 'Gotha', ''),
(39635, 83, 637, 'Grabfeld', ''),
(39636, 83, 637, 'Graefendorf', ''),
(39637, 83, 637, 'Graefenthal', ''),
(39638, 83, 637, 'Graefentonna', ''),
(39639, 83, 637, 'Grafenhain', ''),
(39640, 83, 637, 'Grafenroda', ''),
(39641, 83, 637, 'Graitschen', ''),
(39642, 83, 637, 'Greiz', ''),
(39643, 83, 637, 'Greussen', ''),
(39644, 83, 637, 'Grossbreitenbach', ''),
(39645, 83, 637, 'Grossengottern', ''),
(39646, 83, 637, 'Grueningen', ''),
(39647, 83, 637, 'Guenserode', ''),
(39648, 83, 637, 'Guenthersleben', ''),
(39649, 83, 637, 'Gumpelstadt', ''),
(39650, 83, 637, 'Hachelbich', ''),
(39651, 83, 637, 'Hainrode', ''),
(39652, 83, 637, 'Hartmannsdorf', ''),
(39653, 83, 637, 'Haselbach', ''),
(39654, 83, 637, 'Hausen', ''),
(39655, 83, 637, 'Haussommern', ''),
(39656, 83, 637, 'Hayn', ''),
(39657, 83, 637, 'Heilbad Heiligenstadt', ''),
(39658, 83, 637, 'Heldrungen', ''),
(39659, 83, 637, 'Henneberg', ''),
(39660, 83, 637, 'Henschleben', ''),
(39661, 83, 637, 'Herbsleben', ''),
(39662, 83, 637, 'Heringen', ''),
(39663, 83, 637, 'Hermsdorf', ''),
(39664, 83, 637, 'Herrenhof', ''),
(39665, 83, 637, 'Hetschburg', ''),
(39666, 83, 637, 'Heubisch', ''),
(39667, 83, 637, 'Heyerode', ''),
(39668, 83, 637, 'Hildburghausen', ''),
(39669, 83, 637, 'Hirschbach', ''),
(39670, 83, 637, 'Hirschberg', ''),
(39671, 83, 637, 'Hirschfeld', ''),
(39672, 83, 637, 'Hoerselgau', ''),
(39673, 83, 637, 'Hohenfelden', ''),
(39674, 83, 637, 'Holzengel', ''),
(39675, 83, 637, 'Hundeshagen', ''),
(39676, 83, 637, 'Ichtershausen', ''),
(39677, 83, 637, 'Ilfeld', ''),
(39678, 83, 637, 'Ilmenau', ''),
(39679, 83, 637, 'Ilmtal', ''),
(39680, 83, 637, 'Immelborn', ''),
(39681, 83, 637, 'Ingersleben', ''),
(39682, 83, 637, 'Isseroda', ''),
(39683, 83, 637, 'Jena', ''),
(39684, 83, 637, 'Jesuborn', ''),
(39685, 83, 637, 'Judenbach', ''),
(39686, 83, 637, 'Kahla', ''),
(39687, 83, 637, 'Kaltennordheim', ''),
(39688, 83, 637, 'Kaltensundheim', ''),
(39689, 83, 637, 'Kaltenwestheim', ''),
(39690, 83, 637, 'Kamsdorf', ''),
(39691, 83, 637, 'Kaulsdorf', ''),
(39692, 83, 637, 'Kieselbach', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(39693, 83, 637, 'Kindelbrueck', ''),
(39694, 83, 637, 'Kirchhasel', ''),
(39695, 83, 637, 'Kirchheim', ''),
(39696, 83, 637, 'Kirschkau', ''),
(39697, 83, 637, 'Klettbach', ''),
(39698, 83, 637, 'Koelleda', ''),
(39699, 83, 637, 'Koenigsee', ''),
(39700, 83, 637, 'Koesnitz', ''),
(39701, 83, 637, 'Korner', ''),
(39702, 83, 637, 'Kospoda', ''),
(39703, 83, 637, 'Kraftsdorf', ''),
(39704, 83, 637, 'Kranichfeld', ''),
(39705, 83, 637, 'Kriebitzsch', ''),
(39706, 83, 637, 'Krolpa', ''),
(39707, 83, 637, 'Kromsdorf', ''),
(39708, 83, 637, 'Kuhndorf', ''),
(39709, 83, 637, 'Lachstedt', ''),
(39710, 83, 637, 'Langenleuba-Niederhain', ''),
(39711, 83, 637, 'Langenwetzendorf', ''),
(39712, 83, 637, 'Langenwolschendorf', ''),
(39713, 83, 637, 'Langewiesen', ''),
(39714, 83, 637, 'Langula', ''),
(39715, 83, 637, 'Laucha', ''),
(39716, 83, 637, 'Lauscha', ''),
(39717, 83, 637, 'Lauter', ''),
(39718, 83, 637, 'Legefeld', ''),
(39719, 83, 637, 'Lehesten', ''),
(39720, 83, 637, 'Leimbach', ''),
(39721, 83, 637, 'Leinefelde', ''),
(39722, 83, 637, 'Leubingen', ''),
(39723, 83, 637, 'Leutenberg', ''),
(39724, 83, 637, 'Lichte', ''),
(39725, 83, 637, 'Lichtenberg', ''),
(39726, 83, 637, 'Linden', ''),
(39727, 83, 637, 'Lindenkreuz', ''),
(39728, 83, 637, 'Lobichau', ''),
(39729, 83, 637, 'Lodla', ''),
(39730, 83, 637, 'Lucka', ''),
(39731, 83, 637, 'Magdala', ''),
(39732, 83, 637, 'Mannstedt', ''),
(39733, 83, 637, 'Marksuhl', ''),
(39734, 83, 637, 'Markvippach', ''),
(39735, 83, 637, 'Martinroda', ''),
(39736, 83, 637, 'Masserberg', ''),
(39737, 83, 637, 'Mattstedt', ''),
(39738, 83, 637, 'Mehmels', ''),
(39739, 83, 637, 'Meiningen', ''),
(39740, 83, 637, 'Mellenbach-Glasbach', ''),
(39741, 83, 637, 'Mengersgereuth-Haemmern', ''),
(39742, 83, 637, 'Menteroda', ''),
(39743, 83, 637, 'Metzels', ''),
(39744, 83, 637, 'Meura', ''),
(39745, 83, 637, 'Meuselbach', ''),
(39746, 83, 637, 'Meuselwitz', ''),
(39747, 83, 637, 'Mihla', ''),
(39748, 83, 637, 'Mittelpollnitz', ''),
(39749, 83, 637, 'Mittelsommern', ''),
(39750, 83, 637, 'Mohlsdorf', ''),
(39751, 83, 637, 'Mohrenbach', ''),
(39752, 83, 637, 'Monstab', ''),
(39753, 83, 637, 'Muenchenbernsdorf', ''),
(39754, 83, 637, 'Mühlhausen', ''),
(39755, 83, 637, 'Neidhartshausen', ''),
(39756, 83, 637, 'Neudietendorf', ''),
(39757, 83, 637, 'Neuenbau', ''),
(39758, 83, 637, 'Neuhaus', ''),
(39759, 83, 637, 'Neuhaus am Rennweg', ''),
(39760, 83, 637, 'Neuhaus-Schierschnitz', ''),
(39761, 83, 637, 'Neuhof', ''),
(39762, 83, 637, 'Neumark', ''),
(39763, 83, 637, 'Neustadt (Orla)', ''),
(39764, 83, 637, 'Neustadt am Rennsteig', ''),
(39765, 83, 637, 'Neustadt an der Orla', ''),
(39766, 83, 637, 'Niederorschel', ''),
(39767, 83, 637, 'Niederrossla', ''),
(39768, 83, 637, 'Niederspier', ''),
(39769, 83, 637, 'Niederzimmern', ''),
(39770, 83, 637, 'Nimritz', ''),
(39771, 83, 637, 'Nobitz', ''),
(39772, 83, 637, 'Nordhausen', ''),
(39773, 83, 637, 'Oberdorla', ''),
(39774, 83, 637, 'Oberhof', ''),
(39775, 83, 637, 'Oberkatz', ''),
(39776, 83, 637, 'Obermassfeld-Grimmenthal', ''),
(39777, 83, 637, 'Oberweid', ''),
(39778, 83, 637, 'Oberweissbach', ''),
(39779, 83, 637, 'Ohrdruf', ''),
(39780, 83, 637, 'Olbersleben', ''),
(39781, 83, 637, 'Oldisleben', ''),
(39782, 83, 637, 'Oppurg', ''),
(39783, 83, 637, 'Orlamuende', ''),
(39784, 83, 637, 'Osterode', ''),
(39785, 83, 637, 'Osthausen-Wulfershausen', ''),
(39786, 83, 637, 'Ostramondra', ''),
(39787, 83, 637, 'Pferdsdorf', ''),
(39788, 83, 637, 'Plaue', ''),
(39789, 83, 637, 'Poessneck', ''),
(39790, 83, 637, 'Polzig', ''),
(39791, 83, 637, 'Pottiga', ''),
(39792, 83, 637, 'Probstzella', ''),
(39793, 83, 637, 'Ramsla', ''),
(39794, 83, 637, 'Rauenstein', ''),
(39795, 83, 637, 'Reinholterode', ''),
(39796, 83, 637, 'Remptendorf', ''),
(39797, 83, 637, 'Remstadt', ''),
(39798, 83, 637, 'Reurieth', ''),
(39799, 83, 637, 'Riethnordhausen', ''),
(39800, 83, 637, 'Ritschenhausen', ''),
(39801, 83, 637, 'Rodeberg', ''),
(39802, 83, 637, 'Roemhild', ''),
(39803, 83, 637, 'Rohrborn', ''),
(39804, 83, 637, 'Ronneburg', ''),
(39805, 83, 637, 'Rositz', ''),
(39806, 83, 637, 'Rossleben', ''),
(39807, 83, 637, 'Rotheul', ''),
(39808, 83, 637, 'Rottenbach', ''),
(39809, 83, 637, 'Rudolstadt', ''),
(39810, 83, 637, 'Ruhla', ''),
(39811, 83, 637, 'Saalfeld', ''),
(39812, 83, 637, 'Saara', ''),
(39813, 83, 637, 'Sankt Kilian', ''),
(39814, 83, 637, 'Schalkau', ''),
(39815, 83, 637, 'Schierschwende', ''),
(39816, 83, 637, 'Schillingstedt', ''),
(39817, 83, 637, 'Schirnrod', ''),
(39818, 83, 637, 'Schkoelen', ''),
(39819, 83, 637, 'Schleid', ''),
(39820, 83, 637, 'Schleiz', ''),
(39821, 83, 637, 'Schleusingen', ''),
(39822, 83, 637, 'Schlotheim', ''),
(39823, 83, 637, 'Schmalkalden', ''),
(39824, 83, 637, 'Schmiedefeld', ''),
(39825, 83, 637, 'Schmiedefeld am Rennsteig', ''),
(39826, 83, 637, 'Schmieritz', ''),
(39827, 83, 637, 'Schmoelln', ''),
(39828, 83, 637, 'Schnellmannshausen', ''),
(39829, 83, 637, 'Schoenau', ''),
(39830, 83, 637, 'Schoenbrunn', ''),
(39831, 83, 637, 'Schutzenhof', ''),
(39832, 83, 637, 'Schwallungen', ''),
(39833, 83, 637, 'Schwarzhausen', ''),
(39834, 83, 637, 'Schwarzwald', ''),
(39835, 83, 637, 'Schweina', ''),
(39836, 83, 637, 'Seehausen', ''),
(39837, 83, 637, 'Seelingstadt', ''),
(39838, 83, 637, 'Seligenthal', ''),
(39839, 83, 637, 'Silbitz', ''),
(39840, 83, 637, 'Singen', ''),
(39841, 83, 637, 'Soemmerda', ''),
(39842, 83, 637, 'Sondershausen', ''),
(39843, 83, 637, 'Sondra', ''),
(39844, 83, 637, 'Sonneberg', ''),
(39845, 83, 637, 'Spechtsbrunn', ''),
(39846, 83, 637, 'Sprotau', ''),
(39847, 83, 637, 'Stadtilm', ''),
(39848, 83, 637, 'Stadtlengsfeld', ''),
(39849, 83, 637, 'Stadtroda', ''),
(39850, 83, 637, 'Starkenberg', ''),
(39851, 83, 637, 'Steinach', ''),
(39852, 83, 637, 'Steinbach-Hallenberg', ''),
(39853, 83, 637, 'Stepfershausen', ''),
(39854, 83, 637, 'Steudnitz', ''),
(39855, 83, 637, 'Stobra', ''),
(39856, 83, 637, 'Straufhain', ''),
(39857, 83, 637, 'Straussfurt', ''),
(39858, 83, 637, 'Suelzenbruecken', ''),
(39859, 83, 637, 'Suhl', ''),
(39860, 83, 637, 'Tabarz', ''),
(39861, 83, 637, 'Tambach-Dietharz', ''),
(39862, 83, 637, 'Tanna', ''),
(39863, 83, 637, 'Tegau', ''),
(39864, 83, 637, 'Teichel', ''),
(39865, 83, 637, 'Teichwolframsdorf', ''),
(39866, 83, 637, 'Teistungen', ''),
(39867, 83, 637, 'Themar', ''),
(39868, 83, 637, 'Thonhausen', ''),
(39869, 83, 637, 'Tiefenort', ''),
(39870, 83, 637, 'Toba', ''),
(39871, 83, 637, 'Tonna', ''),
(39872, 83, 637, 'Treben', ''),
(39873, 83, 637, 'Trebra', ''),
(39874, 83, 637, 'Treffurt', ''),
(39875, 83, 637, 'Triebes', ''),
(39876, 83, 637, 'Triptis', ''),
(39877, 83, 637, 'Trochtelborn', ''),
(39878, 83, 637, 'Troistedt', ''),
(39879, 83, 637, 'Trusetal', ''),
(39880, 83, 637, 'Uder', ''),
(39881, 83, 637, 'Ulla', ''),
(39882, 83, 637, 'Unterkatz', ''),
(39883, 83, 637, 'Unterschonau', ''),
(39884, 83, 637, 'Unterwellenborn', ''),
(39885, 83, 637, 'Unterwirbach', ''),
(39886, 83, 637, 'Urnshausen', ''),
(39887, 83, 637, 'Vacha', ''),
(39888, 83, 637, 'Veilsdorf', ''),
(39889, 83, 637, 'Viernau', ''),
(39890, 83, 637, 'Vippachedelhausen', ''),
(39891, 83, 637, 'Wachsenburg', ''),
(39892, 83, 637, 'Waldau', ''),
(39893, 83, 637, 'Walldorf', ''),
(39894, 83, 637, 'Waltershausen', ''),
(39895, 83, 637, 'Warza', ''),
(39896, 83, 637, 'Wasungen', ''),
(39897, 83, 637, 'Weida', ''),
(39898, 83, 637, 'Weidhausen', ''),
(39899, 83, 637, 'Weilar', ''),
(39900, 83, 637, 'Weimar', ''),
(39901, 83, 637, 'Weissenburg', ''),
(39902, 83, 637, 'Weissensee', ''),
(39903, 83, 637, 'Werningshausen', ''),
(39904, 83, 637, 'Wernrode', ''),
(39905, 83, 637, 'Wetzdorf', ''),
(39906, 83, 637, 'Wiehe', ''),
(39907, 83, 637, 'Wiesenfeld', ''),
(39908, 83, 637, 'Wiesenthal', ''),
(39909, 83, 637, 'Wintzingerode', ''),
(39910, 83, 637, 'Wipfratal', ''),
(39911, 83, 637, 'Witterda', ''),
(39912, 83, 637, 'Witzelroda', ''),
(39913, 83, 637, 'Woffleben', ''),
(39914, 83, 637, 'Wohlsborn', ''),
(39915, 83, 637, 'Wolfsberg', ''),
(39916, 83, 637, 'Wolkramshausen', ''),
(39917, 83, 637, 'Worbis', ''),
(39918, 83, 637, 'Wuenschendorf', ''),
(39919, 83, 637, 'Wurzbach', ''),
(39920, 83, 637, 'Wustheuterode', ''),
(39921, 83, 637, 'Zella-Mehlis', ''),
(39922, 83, 637, 'Zeulenroda', ''),
(39923, 83, 637, 'Ziegenrueck', ''),
(39924, 83, 637, 'Zimmern', ''),
(39925, 83, 637, 'Zimmernsupra', ''),
(39926, 83, 637, 'Zollnitz', ''),
(39927, 83, 637, 'Zossen', ''),
(39928, 84, 638, 'Kumasi', ''),
(39929, 84, 638, 'Mampong', ''),
(39930, 84, 639, 'Berekum', ''),
(39931, 84, 639, 'Sunyani', ''),
(39932, 84, 640, 'Cape Coast', ''),
(39933, 84, 640, 'Winneba', ''),
(39934, 84, 641, 'Accra', ''),
(39935, 84, 641, 'Legon', ''),
(39936, 84, 641, 'Osu', ''),
(39937, 84, 641, 'Tema', ''),
(39938, 84, 642, 'Bawku', ''),
(39939, 84, 642, 'Bolgatanga', ''),
(39940, 84, 642, 'Navrongo', ''),
(39941, 84, 643, 'Wa', ''),
(39942, 84, 644, 'Home', ''),
(39943, 84, 645, 'Takoradi', ''),
(39944, 86, 646, 'Aegina', ''),
(39945, 86, 646, 'Aigaleo', ''),
(39946, 86, 646, 'Anavyssos', ''),
(39947, 86, 646, 'Ano Liosia', ''),
(39948, 86, 646, 'Aspropyrgos', ''),
(39949, 86, 646, 'Athens', ''),
(39950, 86, 646, 'Cholargos', ''),
(39951, 86, 646, 'Dionysos', ''),
(39952, 86, 646, 'Elefsina', ''),
(39953, 86, 646, 'Fyli', ''),
(39954, 86, 646, 'Galatsi', ''),
(39955, 86, 646, 'Glyfada', ''),
(39956, 86, 646, 'Hydra', ''),
(39957, 86, 646, 'Kaisariani', ''),
(39958, 86, 646, 'Kalamos', ''),
(39959, 86, 646, 'Kallithea', ''),
(39960, 86, 646, 'Keratea', ''),
(39961, 86, 646, 'Keratsini', ''),
(39962, 86, 646, 'Kifissia', ''),
(39963, 86, 646, 'Koropi', ''),
(39964, 86, 646, 'Leontario', ''),
(39965, 86, 646, 'Lykovrysi', ''),
(39966, 86, 646, 'Mandra', ''),
(39967, 86, 646, 'Marathon', ''),
(39968, 86, 646, 'Markopoulo Mesogaias', ''),
(39969, 86, 646, 'Megara', ''),
(39970, 86, 646, 'Melissia', ''),
(39971, 86, 646, 'Methana', ''),
(39972, 86, 646, 'Nea Erythraia', ''),
(39973, 86, 646, 'Nea Filadelfeia', ''),
(39974, 86, 646, 'Nea Ionia', ''),
(39975, 86, 646, 'Nea Makri', ''),
(39976, 86, 646, 'Nea Peramos', ''),
(39977, 86, 646, 'Nea Smyrni', ''),
(39978, 86, 646, 'Nikaia', ''),
(39979, 86, 646, 'Oropos', ''),
(39980, 86, 646, 'Paiania', ''),
(39981, 86, 646, 'Pallini', ''),
(39982, 86, 646, 'Papagou', ''),
(39983, 86, 646, 'Perama', ''),
(39984, 86, 646, 'Pikermi', ''),
(39985, 86, 646, 'Piraeus', ''),
(39986, 86, 646, 'Poros', ''),
(39987, 86, 646, 'Porto Rafti', ''),
(39988, 86, 646, 'Psychiko', ''),
(39989, 86, 646, 'Rafina', ''),
(39990, 86, 646, 'Salamina', ''),
(39991, 86, 646, 'Sparta', ''),
(39992, 86, 646, 'Spata', ''),
(39993, 86, 646, 'Spetses', ''),
(39994, 86, 646, 'Tavros', ''),
(39995, 86, 646, 'Vari', ''),
(39996, 86, 646, 'Voula', ''),
(39997, 86, 646, 'Vouliagmeni', ''),
(39998, 86, 647, 'Chalcis', ''),
(39999, 86, 647, 'Drosia', ''),
(40000, 86, 647, 'Eretria', ''),
(40001, 86, 647, 'Faros', ''),
(40002, 86, 647, 'Karystos', ''),
(40003, 86, 647, 'Kymi', ''),
(40004, 86, 647, 'Lamia', ''),
(40005, 86, 647, 'Nea Artaki', ''),
(40006, 86, 647, 'Paralia Avlidos', ''),
(40007, 86, 647, 'Thebes', ''),
(40008, 86, 647, 'Vasiliko', ''),
(40009, 86, 648, 'Alexandreia', ''),
(40010, 86, 648, 'Aridaea', ''),
(40011, 86, 648, 'Edessa', ''),
(40012, 86, 648, 'Galatades', ''),
(40013, 86, 648, 'Giannitsa', ''),
(40014, 86, 648, 'Kalamaria', ''),
(40015, 86, 648, 'Katerini', ''),
(40016, 86, 648, 'Kilkis', ''),
(40017, 86, 648, 'Kolindros', ''),
(40018, 86, 648, 'Koufalia', ''),
(40019, 86, 648, 'Naousa', ''),
(40020, 86, 648, 'Nea Triglia', ''),
(40021, 86, 648, 'Serres', ''),
(40022, 86, 648, 'Sindos', ''),
(40023, 86, 648, 'Thermi', ''),
(40024, 86, 648, 'Thessaloniki', ''),
(40025, 86, 648, 'Vergina', ''),
(40026, 86, 648, 'Veroia', ''),
(40027, 86, 649, 'Agios Nikolaos', ''),
(40028, 86, 649, 'Chania', ''),
(40029, 86, 649, 'Heraklion', ''),
(40030, 86, 649, 'Ierapetra', ''),
(40031, 86, 649, 'Malia', ''),
(40032, 86, 649, 'Moires', ''),
(40033, 86, 649, 'Nea Alikarnassos', ''),
(40034, 86, 649, 'Neapoli', ''),
(40035, 86, 649, 'Paralia Milatou', ''),
(40036, 86, 649, 'Piskopiano', ''),
(40037, 86, 649, 'Rethymno', ''),
(40038, 86, 650, 'Alexandroupoli', ''),
(40039, 86, 650, 'Chrysoupoli', ''),
(40040, 86, 650, 'Drama', ''),
(40041, 86, 650, 'Kavala', ''),
(40042, 86, 650, 'Komotini', ''),
(40043, 86, 650, 'Limenaria', ''),
(40044, 86, 650, 'Orestiada', ''),
(40045, 86, 650, 'Sapes', ''),
(40046, 86, 650, 'Xanthi', ''),
(40047, 86, 651, 'Agios Georgios', ''),
(40048, 86, 651, 'Arta', ''),
(40049, 86, 651, 'Filiates', ''),
(40050, 86, 651, 'Filippiada', ''),
(40051, 86, 651, 'Igoumenitsa', ''),
(40052, 86, 651, 'Ioannina', ''),
(40053, 86, 651, 'Paramythia', ''),
(40054, 86, 651, 'Parga', ''),
(40055, 86, 651, 'Preveza', ''),
(40056, 86, 652, 'Argostoli', ''),
(40057, 86, 652, 'Corfu', ''),
(40058, 86, 652, 'Gaios', ''),
(40059, 86, 652, 'Lefkada', ''),
(40060, 86, 652, 'Lixouri', ''),
(40061, 86, 652, 'Zakynthos', ''),
(40062, 86, 653, 'Chios', ''),
(40063, 86, 653, 'Mytilene', ''),
(40064, 86, 654, 'Agios Stefanos', ''),
(40065, 86, 654, 'Argos', ''),
(40066, 86, 654, 'Astros', ''),
(40067, 86, 654, 'Corinth', ''),
(40068, 86, 654, 'Ermioni', ''),
(40069, 86, 654, 'Galataki', ''),
(40070, 86, 654, 'Kalamata', ''),
(40071, 86, 654, 'Kiato', ''),
(40072, 86, 654, 'Koroni', ''),
(40073, 86, 654, 'Kranidi', ''),
(40074, 86, 654, 'Kyparissia', ''),
(40075, 86, 654, 'Loutraki', ''),
(40076, 86, 654, 'Megalopolis', ''),
(40077, 86, 654, 'Methoni', ''),
(40078, 86, 654, 'Nafplion', ''),
(40079, 86, 654, 'Nea Kios', ''),
(40080, 86, 654, 'Skala', ''),
(40081, 86, 654, 'Sparti', ''),
(40082, 86, 654, 'Thermisia', ''),
(40083, 86, 654, 'Tripoli', ''),
(40084, 86, 654, 'Xylokastro', ''),
(40085, 86, 655, 'Ano Syros', ''),
(40086, 86, 655, 'Fira', ''),
(40087, 86, 655, 'Ialysos', ''),
(40088, 86, 655, 'Kalymnos', ''),
(40089, 86, 655, 'Karpathos', ''),
(40090, 86, 655, 'Kos', ''),
(40091, 86, 655, 'Kremasti', ''),
(40092, 86, 655, 'Mykonos', ''),
(40093, 86, 655, 'Paros', ''),
(40094, 86, 655, 'Rhodes', ''),
(40095, 86, 655, 'Symi', ''),
(40096, 86, 655, 'Tinos', ''),
(40097, 86, 656, 'Agios Konstantinos', ''),
(40098, 86, 656, 'Almyros', ''),
(40099, 86, 656, 'Karditsa', ''),
(40100, 86, 656, 'Kryoneri', ''),
(40101, 86, 656, 'Larissa', ''),
(40102, 86, 656, 'Metamorfosi', ''),
(40103, 86, 656, 'Palamas', ''),
(40104, 86, 656, 'Pefki', ''),
(40105, 86, 656, 'Terpsithea', ''),
(40106, 86, 656, 'Trikala', ''),
(40107, 86, 656, 'Volos', ''),
(40108, 86, 657, 'Agrinio', ''),
(40109, 86, 657, 'Aigio', ''),
(40110, 86, 657, 'Amaliada', ''),
(40111, 86, 657, 'Amfilochia', ''),
(40112, 86, 657, 'Astakos', ''),
(40113, 86, 657, 'Kalavryta', ''),
(40114, 86, 657, 'Kato Achaia', ''),
(40115, 86, 657, 'Messolonghi', ''),
(40116, 86, 657, 'Nafpaktos', ''),
(40117, 86, 657, 'Pátrai', ''),
(40118, 86, 657, 'Pyrgos', ''),
(40119, 86, 657, 'Vartholomio', ''),
(40120, 86, 657, 'Vonitsa', ''),
(40121, 86, 658, 'Deskati', ''),
(40122, 86, 658, 'Filotas', ''),
(40123, 86, 658, 'Florina', ''),
(40124, 86, 658, 'Grevena', ''),
(40125, 86, 658, 'Kastoria', ''),
(40126, 86, 658, 'Kozani', ''),
(40127, 86, 658, 'Nestorio', ''),
(40128, 86, 658, 'Ptolemaida', ''),
(40129, 86, 658, 'Siatista', ''),
(40130, 86, 658, 'Trigono', ''),
(40131, 87, 659, 'Narsarsuaq', ''),
(40132, 87, 659, 'Qaqortoq', ''),
(40133, 87, 660, 'Aasiaat', ''),
(40134, 87, 660, 'Ilulissat', ''),
(40135, 87, 660, 'Narsaq', ''),
(40136, 87, 660, 'Qasigiannguit', ''),
(40137, 87, 660, 'Qeqertarsuaq', ''),
(40138, 87, 660, 'Qeqertat', ''),
(40139, 87, 660, 'Upernavik', ''),
(40140, 87, 661, 'Maniitsoq', ''),
(40141, 87, 661, 'Sisimiut', ''),
(40142, 87, 662, 'Nuuk', ''),
(40143, 87, 662, 'Paamiut', ''),
(40144, 87, 662, 'Tasiilaq', ''),
(40145, 88, 663, 'Grenville', ''),
(40146, 88, 664, 'Grand Anse', ''),
(40147, 88, 664, 'St. George\'s', ''),
(40148, 90, 665, 'Agat Village', ''),
(40149, 90, 666, 'Barrigada Village', ''),
(40150, 90, 667, 'Dededo Village', ''),
(40151, 90, 668, 'Hagåtña', ''),
(40152, 90, 669, 'Santa Rita', ''),
(40153, 90, 670, 'Tamuning-Tumon-Harmon Village', ''),
(40154, 90, 671, 'Yigo Village', ''),
(40155, 91, 672, 'Chimaltenango', ''),
(40156, 91, 672, 'Patzicia', ''),
(40157, 91, 673, 'Chiquimula', ''),
(40158, 91, 674, 'Escuintla', ''),
(40159, 91, 675, 'Amatitlán', ''),
(40160, 91, 675, 'El Limon', ''),
(40161, 91, 675, 'Guatemala City', ''),
(40162, 91, 675, 'Mixco', ''),
(40163, 91, 675, 'Montufar', ''),
(40164, 91, 675, 'Petapa', ''),
(40165, 91, 675, 'San Jose Pinula', ''),
(40166, 91, 675, 'Villa Canales', ''),
(40167, 91, 675, 'Villa Nueva', ''),
(40168, 91, 675, 'Vista Hermosa', ''),
(40169, 91, 676, 'Cambote', ''),
(40170, 91, 676, 'El Salvador', ''),
(40171, 91, 676, 'Huehuetenango', ''),
(40172, 91, 677, 'Puerto Barrios', ''),
(40173, 91, 678, 'El Naranjo', ''),
(40174, 91, 678, 'San Antonio Miramar', ''),
(40175, 91, 678, 'San Juan', ''),
(40176, 91, 678, 'Santa Rosa', ''),
(40177, 91, 679, 'Quetzaltenango', ''),
(40178, 91, 680, 'El Asintal', ''),
(40179, 91, 681, 'Antigua Guatemala', ''),
(40180, 91, 681, 'Ciudad Vieja', ''),
(40181, 91, 681, 'San Lucas Sacatepequez', ''),
(40182, 91, 682, 'Catarina', ''),
(40183, 91, 683, 'Las Margaritas', ''),
(40184, 91, 683, 'Santa Cruz Naranjo', ''),
(40185, 91, 684, 'Solola', ''),
(40186, 91, 685, 'La Reforma', ''),
(40187, 91, 685, 'Zacapa', ''),
(40188, 91, 686, 'Central', ''),
(40189, 91, 686, 'Flores', ''),
(40190, 91, 687, 'Cuyotenango', ''),
(40191, 92, 688, 'St Peter Port', ''),
(40192, 93, 689, 'Boké', ''),
(40193, 93, 689, 'Kalia', ''),
(40194, 93, 689, 'Port Kamsar', ''),
(40195, 93, 689, 'Sangaredi', ''),
(40196, 93, 690, 'Conakry', ''),
(40197, 93, 691, 'Dabola', ''),
(40198, 93, 692, 'Kankan', ''),
(40199, 93, 693, 'Forécariah', ''),
(40200, 93, 694, 'Labé', ''),
(40201, 93, 695, 'Mamou', ''),
(40202, 93, 696, 'Lola', ''),
(40203, 93, 696, 'Nzérékoré', ''),
(40204, 94, 697, 'Bissau', ''),
(40205, 94, 698, 'Bolama', ''),
(40206, 94, 699, 'Cacheu', ''),
(40207, 95, 700, 'Georgetown', ''),
(40208, 95, 701, 'New Amsterdam', ''),
(40209, 96, 702, 'Duverger', ''),
(40210, 96, 703, 'Carrefour', ''),
(40211, 96, 703, 'Delmar', ''),
(40212, 96, 703, 'Masseau', ''),
(40213, 96, 703, 'Montagne Noire', ''),
(40214, 96, 703, 'Port-au-Prince', ''),
(40215, 96, 703, 'Prince', ''),
(40216, 96, 703, 'Turgeau', ''),
(40217, 96, 704, 'Moise', ''),
(40218, 96, 705, 'Jérémie', ''),
(40219, 96, 706, 'Cap-Haïtien', ''),
(40220, 96, 706, 'Limonade', ''),
(40221, 96, 707, 'Jacmel', ''),
(40222, 96, 707, 'Pegui', ''),
(40223, 97, 708, 'Sakib', ''),
(40224, 97, 709, 'Amman', ''),
(40225, 97, 710, 'Al Burj', ''),
(40226, 97, 711, 'Salt', ''),
(40227, 97, 712, 'Ar Ramtha', ''),
(40228, 97, 712, 'Irbid', ''),
(40229, 97, 713, 'Jerash', ''),
(40230, 97, 714, 'As Safi', ''),
(40231, 97, 715, 'Madaba', ''),
(40232, 97, 716, 'Farah', ''),
(40233, 97, 716, 'Mafraq', ''),
(40234, 97, 717, 'Ash Shawbak', ''),
(40235, 97, 718, 'Busayra', ''),
(40236, 98, 719, 'Coxen Hole', ''),
(40237, 98, 720, 'La Ceiba', ''),
(40238, 98, 720, 'Tela', ''),
(40239, 98, 721, 'Ciudad Choluteca', ''),
(40240, 98, 722, 'Trujillo', ''),
(40241, 98, 723, 'Siguatepeque', ''),
(40242, 98, 724, 'Copán', ''),
(40243, 98, 724, 'La Jigua', ''),
(40244, 98, 724, 'Santa Rosa de Copán', ''),
(40245, 98, 725, 'Choloma', ''),
(40246, 98, 725, 'La Lima', ''),
(40247, 98, 725, 'Puerto Cortez', ''),
(40248, 98, 725, 'San Pedro Sula', ''),
(40249, 98, 726, 'El Barro', ''),
(40250, 98, 726, 'El Paraiso', ''),
(40251, 98, 726, 'San Antonio de Flores', ''),
(40252, 98, 727, 'Comayaguela', ''),
(40253, 98, 727, 'El Bosque', ''),
(40254, 98, 727, 'Tegucigalpa', ''),
(40255, 98, 728, 'Puerto Lempira', ''),
(40256, 98, 729, 'La Hacienda', ''),
(40257, 98, 730, 'Piraera', ''),
(40258, 98, 731, 'Pinalejo', ''),
(40259, 98, 731, 'Santa Barbara', ''),
(40260, 98, 731, 'Sula', ''),
(40261, 98, 732, 'Nacaome', ''),
(40262, 98, 733, 'El Progreso', ''),
(40263, 98, 733, 'Morazan', ''),
(40264, 98, 733, 'Olanchito', ''),
(40265, 99, 734, 'Admiralty', ''),
(40266, 99, 736, 'Hung Hom', ''),
(40267, 99, 736, 'Kowloon', ''),
(40268, 99, 736, 'Tsimshatsui', ''),
(40269, 99, 737, 'Cha Kwo Ling', ''),
(40270, 99, 738, 'Fo Tan', ''),
(40271, 99, 738, 'Ma On Shan Tsuen', ''),
(40272, 99, 739, 'Sham Shui Po', ''),
(40273, 99, 740, 'Aberdeen', ''),
(40274, 99, 740, 'Chek Chue', ''),
(40275, 99, 740, 'Repulse Bay', ''),
(40276, 99, 740, 'Tin Wan', ''),
(40277, 99, 741, 'Happy Valley', ''),
(40278, 99, 742, 'Wong Tai Sin', ''),
(40279, 99, 743, 'Mongkok', ''),
(40280, 99, 744, 'Tin Shui Wai', ''),
(40281, 100, 745, 'Bacsborsod', ''),
(40282, 100, 745, 'Baja', ''),
(40283, 100, 745, 'Balloszog', ''),
(40284, 100, 745, 'Batya', ''),
(40285, 100, 745, 'Bocsa', ''),
(40286, 100, 745, 'Dunapataj', ''),
(40287, 100, 745, 'Dunavecse', ''),
(40288, 100, 745, 'Hajos', ''),
(40289, 100, 745, 'Izsak', ''),
(40290, 100, 745, 'Janoshalma', ''),
(40291, 100, 745, 'Kalocsa', ''),
(40292, 100, 745, 'Katymar', ''),
(40293, 100, 745, 'Kecel', ''),
(40294, 100, 745, 'Kecskemét', ''),
(40295, 100, 745, 'Kelebia', ''),
(40296, 100, 745, 'Kiskoros', ''),
(40297, 100, 745, 'Kiskunfelegyhaza', ''),
(40298, 100, 745, 'Kiskunhalas', ''),
(40299, 100, 745, 'Kisszallas', ''),
(40300, 100, 745, 'Kunbaja', ''),
(40301, 100, 745, 'Kunszallas', ''),
(40302, 100, 745, 'Kunszentmiklos', ''),
(40303, 100, 745, 'Lajosmizse', ''),
(40304, 100, 745, 'Lakitelek', ''),
(40305, 100, 745, 'Melykut', ''),
(40306, 100, 745, 'Oregcserto', ''),
(40307, 100, 745, 'Palmonostora', ''),
(40308, 100, 745, 'Solt', ''),
(40309, 100, 745, 'Soltvadkert', ''),
(40310, 100, 745, 'Szabadszallas', ''),
(40311, 100, 745, 'Szalkszentmarton', ''),
(40312, 100, 745, 'Szeremle', ''),
(40313, 100, 745, 'Tass', ''),
(40314, 100, 745, 'Tiszaalpar', ''),
(40315, 100, 745, 'Tiszakecske', ''),
(40316, 100, 745, 'Tompa', ''),
(40317, 100, 745, 'Varosfoeld', ''),
(40318, 100, 746, 'Abaliget', ''),
(40319, 100, 746, 'Ag', ''),
(40320, 100, 746, 'Beremend', ''),
(40321, 100, 746, 'Bicserd', ''),
(40322, 100, 746, 'Boda', ''),
(40323, 100, 746, 'Boly', ''),
(40324, 100, 746, 'Egyhazaskozar', ''),
(40325, 100, 746, 'Harkany', ''),
(40326, 100, 746, 'Hassagy', ''),
(40327, 100, 746, 'Hidas', ''),
(40328, 100, 746, 'Hosszuheteny', ''),
(40329, 100, 746, 'Kiralyegyhaza', ''),
(40330, 100, 746, 'Kisszentmarton', ''),
(40331, 100, 746, 'Komlo', ''),
(40332, 100, 746, 'Kovagoszolos', ''),
(40333, 100, 746, 'Kozarmisleny', ''),
(40334, 100, 746, 'Magocs', ''),
(40335, 100, 746, 'Magyarboly', ''),
(40336, 100, 746, 'Magyarszek', ''),
(40337, 100, 746, 'Marfa', ''),
(40338, 100, 746, 'Mecsekpoloske', ''),
(40339, 100, 746, 'Mindszentgodisa', ''),
(40340, 100, 746, 'Mohács', ''),
(40341, 100, 746, 'Nagydobsza', ''),
(40342, 100, 746, 'Nagykozar', ''),
(40343, 100, 746, 'Nagynyarad', ''),
(40344, 100, 746, 'Orfu', ''),
(40345, 100, 746, 'Palotabozsok', ''),
(40346, 100, 746, 'Pécs', ''),
(40347, 100, 746, 'Pecsvarad', ''),
(40348, 100, 746, 'Sarok', ''),
(40349, 100, 746, 'Sasd', ''),
(40350, 100, 746, 'Sellye', ''),
(40351, 100, 746, 'Siklos', ''),
(40352, 100, 746, 'Szalanta', ''),
(40353, 100, 746, 'Szaszvar', ''),
(40354, 100, 746, 'Szebeny', ''),
(40355, 100, 746, 'Szederkeny', ''),
(40356, 100, 746, 'Szentlorinc', ''),
(40357, 100, 746, 'Szigetvar', ''),
(40358, 100, 746, 'Villany', ''),
(40359, 100, 746, 'Zok', ''),
(40360, 100, 747, 'Almaskamaras', ''),
(40361, 100, 747, 'Békés', ''),
(40362, 100, 747, 'Békéscsaba', ''),
(40363, 100, 747, 'Bekesszentandras', ''),
(40364, 100, 747, 'Csabacsud', ''),
(40365, 100, 747, 'Csorvas', ''),
(40366, 100, 747, 'Devavanya', ''),
(40367, 100, 747, 'Doboz', ''),
(40368, 100, 747, 'Dombegyhaz', ''),
(40369, 100, 747, 'Elek', ''),
(40370, 100, 747, 'Fuzesgyarmat', ''),
(40371, 100, 747, 'Gyomaendrod', ''),
(40372, 100, 747, 'Gyula', ''),
(40373, 100, 747, 'Kaszaper', ''),
(40374, 100, 747, 'Ketegyhaza', ''),
(40375, 100, 747, 'Kondoros', ''),
(40376, 100, 747, 'Korostarcsa', ''),
(40377, 100, 747, 'Magyarbanhegyes', ''),
(40378, 100, 747, 'Medgyesbodzas', ''),
(40379, 100, 747, 'Mezobereny', ''),
(40380, 100, 747, 'Mezohegyes', ''),
(40381, 100, 747, 'Mezokovacshaza', ''),
(40382, 100, 747, 'Oroshaza', ''),
(40383, 100, 747, 'Sarkad', ''),
(40384, 100, 747, 'Szarvas', ''),
(40385, 100, 747, 'Szeghalom', ''),
(40386, 100, 747, 'Totkomlos', ''),
(40387, 100, 747, 'Ujkigyos', ''),
(40388, 100, 748, 'Aggtelek', ''),
(40389, 100, 748, 'Alacska', ''),
(40390, 100, 748, 'Alsozsolca', ''),
(40391, 100, 748, 'Bekecs', ''),
(40392, 100, 748, 'Berzek', ''),
(40393, 100, 748, 'Bocs', ''),
(40394, 100, 748, 'Bodrogkisfalud', ''),
(40395, 100, 748, 'Bogacs', ''),
(40396, 100, 748, 'Borsodnadasd', ''),
(40397, 100, 748, 'Borsodszentgyorgy', ''),
(40398, 100, 748, 'Bukkszentkereszt', ''),
(40399, 100, 748, 'Cserepfalu', ''),
(40400, 100, 748, 'Cserepvaralja', ''),
(40401, 100, 748, 'Dedestapolcsany', ''),
(40402, 100, 748, 'Doveny', ''),
(40403, 100, 748, 'Edeleny', ''),
(40404, 100, 748, 'Emod', ''),
(40405, 100, 748, 'Felsonyarad', ''),
(40406, 100, 748, 'Felsozsolca', ''),
(40407, 100, 748, 'Forro', ''),
(40408, 100, 748, 'Gesztely', ''),
(40409, 100, 748, 'Girincs', ''),
(40410, 100, 748, 'Gonc', ''),
(40411, 100, 748, 'Halmaj', ''),
(40412, 100, 748, 'Harsany', ''),
(40413, 100, 748, 'Hernadkak', ''),
(40414, 100, 748, 'Hernadnemeti', ''),
(40415, 100, 748, 'Homrogd', ''),
(40416, 100, 748, 'Jakfalva', ''),
(40417, 100, 748, 'Kazincbarcika', ''),
(40418, 100, 748, 'Kisgyor', ''),
(40419, 100, 748, 'Kistokaj', ''),
(40420, 100, 748, 'Korom', ''),
(40421, 100, 748, 'Makkoshotyka', ''),
(40422, 100, 748, 'Malyi', ''),
(40423, 100, 748, 'Mezokovesd', ''),
(40424, 100, 748, 'Mezonagymihaly', ''),
(40425, 100, 748, 'Mezozombor', ''),
(40426, 100, 748, 'Miskolc', ''),
(40427, 100, 748, 'Monok', ''),
(40428, 100, 748, 'Mucsony', ''),
(40429, 100, 748, 'Nyekladhaza', ''),
(40430, 100, 748, 'Onga', ''),
(40431, 100, 748, 'Onod', ''),
(40432, 100, 748, 'Ozd', ''),
(40433, 100, 748, 'Pacin', ''),
(40434, 100, 748, 'Palhaza', ''),
(40435, 100, 748, 'Parasznya', ''),
(40436, 100, 748, 'Putnok', ''),
(40437, 100, 748, 'Ratka', ''),
(40438, 100, 748, 'Sajobabony', ''),
(40439, 100, 748, 'Sajoivanka', ''),
(40440, 100, 748, 'Sajokapolna', ''),
(40441, 100, 748, 'Sajolad', ''),
(40442, 100, 748, 'Sajooeroes', ''),
(40443, 100, 748, 'Sajoszentpeter', ''),
(40444, 100, 748, 'Sajoszoged', ''),
(40445, 100, 748, 'Sajovamos', ''),
(40446, 100, 748, 'Sajovelezd', ''),
(40447, 100, 748, 'Sarospatak', ''),
(40448, 100, 748, 'Sátoraljaújhely', ''),
(40449, 100, 748, 'Szakald', ''),
(40450, 100, 748, 'Szendro', ''),
(40451, 100, 748, 'Szikszo', ''),
(40452, 100, 748, 'Szirmabesenyo', ''),
(40453, 100, 748, 'Szomolya', ''),
(40454, 100, 748, 'Szuhakallo', ''),
(40455, 100, 748, 'Tarcal', ''),
(40456, 100, 748, 'Tard', ''),
(40457, 100, 748, 'Tibolddaroc', ''),
(40458, 100, 748, 'Tiszaluc', ''),
(40459, 100, 748, 'Tiszaujvaros', ''),
(40460, 100, 748, 'Tokaj', ''),
(40461, 100, 748, 'Ujcsanalos', ''),
(40462, 100, 748, 'Vadna', ''),
(40463, 100, 748, 'Vamosujfalu', ''),
(40464, 100, 748, 'Varbo', ''),
(40465, 100, 748, 'Vatta', ''),
(40466, 100, 748, 'Vilmany', ''),
(40467, 100, 749, 'Budapest', ''),
(40468, 100, 749, 'Kispest', ''),
(40469, 100, 749, 'Pest', ''),
(40470, 100, 750, 'Apatfalva', ''),
(40471, 100, 750, 'Csanytelek', ''),
(40472, 100, 750, 'Csongrad', ''),
(40473, 100, 750, 'Derekegyhaz', ''),
(40474, 100, 750, 'Deszk', ''),
(40475, 100, 750, 'Domaszek', ''),
(40476, 100, 750, 'Donat', ''),
(40477, 100, 750, 'Foldeak', ''),
(40478, 100, 750, 'Hodmezovasarhely', ''),
(40479, 100, 750, 'Kistelek', ''),
(40480, 100, 750, 'Kubekhaza', ''),
(40481, 100, 750, 'Mako', ''),
(40482, 100, 750, 'Martely', ''),
(40483, 100, 750, 'Mindszent', ''),
(40484, 100, 750, 'Morahalom', ''),
(40485, 100, 750, 'Nagylak', ''),
(40486, 100, 750, 'Opusztaszer', ''),
(40487, 100, 750, 'Pusztaszer', ''),
(40488, 100, 750, 'Roszke', ''),
(40489, 100, 750, 'Sandorfalva', ''),
(40490, 100, 750, 'Szatymaz', ''),
(40491, 100, 750, 'Szeged', ''),
(40492, 100, 750, 'Szekkutas', ''),
(40493, 100, 750, 'Szentes', ''),
(40494, 100, 750, 'Tomorkeny', ''),
(40495, 100, 750, 'Ujszentivan', ''),
(40496, 100, 750, 'Ulles', ''),
(40497, 100, 751, 'Adony', ''),
(40498, 100, 751, 'Agard', ''),
(40499, 100, 751, 'Alcsutdoboz', ''),
(40500, 100, 751, 'Baracska', ''),
(40501, 100, 751, 'Beloiannisz', ''),
(40502, 100, 751, 'Besnyo', ''),
(40503, 100, 751, 'Bicske', ''),
(40504, 100, 751, 'Bodajk', ''),
(40505, 100, 751, 'Cece', ''),
(40506, 100, 751, 'Csabdi', ''),
(40507, 100, 751, 'Csakvar', ''),
(40508, 100, 751, 'Csokako', ''),
(40509, 100, 751, 'Csor', ''),
(40510, 100, 751, 'Dinnyes', ''),
(40511, 100, 751, 'Dunaújváros', ''),
(40512, 100, 751, 'Enying', ''),
(40513, 100, 751, 'Ercsi', ''),
(40514, 100, 751, 'Etyek', ''),
(40515, 100, 751, 'Fehervarcsurgo', ''),
(40516, 100, 751, 'Felcsut', ''),
(40517, 100, 751, 'Fule', ''),
(40518, 100, 751, 'Gardony', ''),
(40519, 100, 751, 'Gyuro', ''),
(40520, 100, 751, 'Kaloz', ''),
(40521, 100, 751, 'Kapolnasnyek', ''),
(40522, 100, 751, 'Kulcs', ''),
(40523, 100, 751, 'Lepseny', ''),
(40524, 100, 751, 'Lovasbereny', ''),
(40525, 100, 751, 'Magyaralmas', ''),
(40526, 100, 751, 'Many', ''),
(40527, 100, 751, 'Martonvasar', ''),
(40528, 100, 751, 'Mor', ''),
(40529, 100, 751, 'Nagykaracsony', ''),
(40530, 100, 751, 'Nagylok', ''),
(40531, 100, 751, 'Obarok', ''),
(40532, 100, 751, 'Pakozd', ''),
(40533, 100, 751, 'Patka', ''),
(40534, 100, 751, 'Pazmand', ''),
(40535, 100, 751, 'Perkata', ''),
(40536, 100, 751, 'Polgardi', ''),
(40537, 100, 751, 'Pusztaszabolcs', ''),
(40538, 100, 751, 'Pusztavam', ''),
(40539, 100, 751, 'Racalmas', ''),
(40540, 100, 751, 'Rackeresztur', ''),
(40541, 100, 751, 'Sarbogard', ''),
(40542, 100, 751, 'Sarkeresztes', ''),
(40543, 100, 751, 'Sarosd', ''),
(40544, 100, 751, 'Sarszentagota', ''),
(40545, 100, 751, 'Sarszentmihaly', ''),
(40546, 100, 751, 'Seregelyes', ''),
(40547, 100, 751, 'Szabadbattyan', ''),
(40548, 100, 751, 'Szabadegyhaza', ''),
(40549, 100, 751, 'Szarliget', ''),
(40550, 100, 751, 'Székesfehérvár', ''),
(40551, 100, 751, 'Tabajd', ''),
(40552, 100, 751, 'Tac', ''),
(40553, 100, 751, 'Tordas', ''),
(40554, 100, 751, 'Urhida', ''),
(40555, 100, 751, 'Velence', ''),
(40556, 100, 751, 'Vertesboglar', ''),
(40557, 100, 752, 'Abda', ''),
(40558, 100, 752, 'Asvanyraro', ''),
(40559, 100, 752, 'Bagyogszovat', ''),
(40560, 100, 752, 'Bakonypeterd', ''),
(40561, 100, 752, 'Bogyoszlo', ''),
(40562, 100, 752, 'Borcs', ''),
(40563, 100, 752, 'Cirak', ''),
(40564, 100, 752, 'Csorna', ''),
(40565, 100, 752, 'Darnozseli', ''),
(40566, 100, 752, 'Dunakiliti', ''),
(40567, 100, 752, 'Dunaszeg', ''),
(40568, 100, 752, 'Enese', ''),
(40569, 100, 752, 'Fertod', ''),
(40570, 100, 752, 'Fertorakos', ''),
(40571, 100, 752, 'Fertoszentmiklos', ''),
(40572, 100, 752, 'Gonyu', ''),
(40573, 100, 752, 'Győr', ''),
(40574, 100, 752, 'Gyorladamer', ''),
(40575, 100, 752, 'Gyorsovenyhaz', ''),
(40576, 100, 752, 'Gyorszemere', ''),
(40577, 100, 752, 'Gyorujbarat', ''),
(40578, 100, 752, 'Halaszi', ''),
(40579, 100, 752, 'Harka', ''),
(40580, 100, 752, 'Hegyeshalom', ''),
(40581, 100, 752, 'Hovej', ''),
(40582, 100, 752, 'Janossomorja', ''),
(40583, 100, 752, 'Kapuvar', ''),
(40584, 100, 752, 'Kisbodak', ''),
(40585, 100, 752, 'Koronco', ''),
(40586, 100, 752, 'Lebeny', ''),
(40587, 100, 752, 'Lipot', ''),
(40588, 100, 752, 'Mihalyi', ''),
(40589, 100, 752, 'Mosonmagyaróvár', ''),
(40590, 100, 752, 'Mosonszentmiklos', ''),
(40591, 100, 752, 'Mosonszolnok', ''),
(40592, 100, 752, 'Nagycenk', ''),
(40593, 100, 752, 'Nagyszentjanos', ''),
(40594, 100, 752, 'Nyalka', ''),
(40595, 100, 752, 'Nyul', ''),
(40596, 100, 752, 'Otteveny', ''),
(40597, 100, 752, 'Rabacsecseny', ''),
(40598, 100, 752, 'Rabapatona', ''),
(40599, 100, 752, 'Rabatamasi', ''),
(40600, 100, 752, 'Rabcakapi', ''),
(40601, 100, 752, 'Sarrod', ''),
(40602, 100, 752, 'Sopron', ''),
(40603, 100, 752, 'Szerecseny', ''),
(40604, 100, 752, 'Szil', ''),
(40605, 100, 752, 'Tet', ''),
(40606, 100, 752, 'Toltestava', ''),
(40607, 100, 752, 'Ujker', ''),
(40608, 100, 752, 'Ujronafo', ''),
(40609, 100, 752, 'Vag', ''),
(40610, 100, 752, 'Varbalog', ''),
(40611, 100, 752, 'Vitnyed', ''),
(40612, 100, 753, 'Bakonszeg', ''),
(40613, 100, 753, 'Balmazujvaros', ''),
(40614, 100, 753, 'Barand', ''),
(40615, 100, 753, 'Berettyoujfalu', ''),
(40616, 100, 753, 'Biharkeresztes', ''),
(40617, 100, 753, 'Debrecen', ''),
(40618, 100, 753, 'Derecske', ''),
(40619, 100, 753, 'Ebes', ''),
(40620, 100, 753, 'Hajduboszormeny', ''),
(40621, 100, 753, 'Hajdudorog', ''),
(40622, 100, 753, 'Hajduhadhaz', ''),
(40623, 100, 753, 'Hajdunanas', ''),
(40624, 100, 753, 'Hajdusamson', ''),
(40625, 100, 753, 'Hajduszoboszlo', ''),
(40626, 100, 753, 'Hencida', ''),
(40627, 100, 753, 'Hosszupalyi', ''),
(40628, 100, 753, 'Kaba', ''),
(40629, 100, 753, 'Mikepercs', ''),
(40630, 100, 753, 'Nadudvar', ''),
(40631, 100, 753, 'Nagyhegyes', ''),
(40632, 100, 753, 'Nyirmartonfalva', ''),
(40633, 100, 753, 'Polgar', ''),
(40634, 100, 753, 'Puspokladany', ''),
(40635, 100, 753, 'Sarand', ''),
(40636, 100, 753, 'Szentpeterszeg', ''),
(40637, 100, 753, 'Teglas', ''),
(40638, 100, 753, 'Tiszacsege', ''),
(40639, 100, 753, 'Vancsod', ''),
(40640, 100, 753, 'Zsaka', ''),
(40641, 100, 754, 'Abasar', ''),
(40642, 100, 754, 'Adacs', ''),
(40643, 100, 754, 'Andornaktalya', ''),
(40644, 100, 754, 'Apc', ''),
(40645, 100, 754, 'Atkar', ''),
(40646, 100, 754, 'Balaton', ''),
(40647, 100, 754, 'Belapatfalva', ''),
(40648, 100, 754, 'Besenyotelek', ''),
(40649, 100, 754, 'Buekkszenterzsebet', ''),
(40650, 100, 754, 'Csany', ''),
(40651, 100, 754, 'Detk', ''),
(40652, 100, 754, 'Eger', ''),
(40653, 100, 754, 'Egerbakta', ''),
(40654, 100, 754, 'Felsotarkany', ''),
(40655, 100, 754, 'Fuzesabony', ''),
(40656, 100, 754, 'Gyongyos', ''),
(40657, 100, 754, 'Gyongyoshalasz', ''),
(40658, 100, 754, 'Gyongyospata', ''),
(40659, 100, 754, 'Gyongyossolymos', ''),
(40660, 100, 754, 'Halmajugra', ''),
(40661, 100, 754, 'Hatvan', ''),
(40662, 100, 754, 'Hered', ''),
(40663, 100, 754, 'Heves', ''),
(40664, 100, 754, 'Hort', ''),
(40665, 100, 754, 'Kapolna', ''),
(40666, 100, 754, 'Kerekharaszt', ''),
(40667, 100, 754, 'Kompolt', ''),
(40668, 100, 754, 'Lorinci', ''),
(40669, 100, 754, 'Matrafured', ''),
(40670, 100, 754, 'Nagyfuged', ''),
(40671, 100, 754, 'Nagyrede', ''),
(40672, 100, 754, 'Nagyvisnyo', ''),
(40673, 100, 754, 'Novaj', ''),
(40674, 100, 754, 'Ostoros', ''),
(40675, 100, 754, 'Petofibanya', ''),
(40676, 100, 754, 'Recsk', ''),
(40677, 100, 754, 'Rozsaszentmarton', ''),
(40678, 100, 754, 'Szihalom', ''),
(40679, 100, 754, 'Szucsi', ''),
(40680, 100, 754, 'Tarnamera', ''),
(40681, 100, 754, 'Vamosgyork', ''),
(40682, 100, 754, 'Visznek', ''),
(40683, 100, 755, 'Abadszalok', ''),
(40684, 100, 755, 'Alattyan', ''),
(40685, 100, 755, 'Besenyszog', ''),
(40686, 100, 755, 'Cibakhaza', ''),
(40687, 100, 755, 'Csepa', ''),
(40688, 100, 755, 'Cserkeszolo', ''),
(40689, 100, 755, 'Fegyvernek', ''),
(40690, 100, 755, 'Janoshida', ''),
(40691, 100, 755, 'Jaszapati', ''),
(40692, 100, 755, 'Jaszbereny', ''),
(40693, 100, 755, 'Jaszboldoghaza', ''),
(40694, 100, 755, 'Jaszfelsoszentgyorgy', ''),
(40695, 100, 755, 'Jaszjakohalma', ''),
(40696, 100, 755, 'Jaszkiser', ''),
(40697, 100, 755, 'Jaszladany', ''),
(40698, 100, 755, 'Karcag', ''),
(40699, 100, 755, 'Kengyel', ''),
(40700, 100, 755, 'Kisujszallas', ''),
(40701, 100, 755, 'Kotelek', ''),
(40702, 100, 755, 'Kunhegyes', ''),
(40703, 100, 755, 'Kunszentmarton', ''),
(40704, 100, 755, 'Martfu', ''),
(40705, 100, 755, 'Mezotur', ''),
(40706, 100, 755, 'Ocsod', ''),
(40707, 100, 755, 'Ormenyes', ''),
(40708, 100, 755, 'Rakoczifalva', ''),
(40709, 100, 755, 'Szajol', ''),
(40710, 100, 755, 'Szolnok', ''),
(40711, 100, 755, 'Tiszabo', ''),
(40712, 100, 755, 'Tiszabura', ''),
(40713, 100, 755, 'Tiszafoldvar', ''),
(40714, 100, 755, 'Tiszafured', ''),
(40715, 100, 755, 'Tiszapuspoki', ''),
(40716, 100, 755, 'Torokszentmiklos', ''),
(40717, 100, 755, 'Turkeve', ''),
(40718, 100, 755, 'Ujszasz', ''),
(40719, 100, 756, 'Acs', ''),
(40720, 100, 756, 'Almasfuzito', ''),
(40721, 100, 756, 'Alsogalla', ''),
(40722, 100, 756, 'Babolna', ''),
(40723, 100, 756, 'Baj', ''),
(40724, 100, 756, 'Bajna', ''),
(40725, 100, 756, 'Bajot', ''),
(40726, 100, 756, 'Bana', ''),
(40727, 100, 756, 'Dad', ''),
(40728, 100, 756, 'Dorog', ''),
(40729, 100, 756, 'Esztergom', ''),
(40730, 100, 756, 'Kesztolc', ''),
(40731, 100, 756, 'Kisber', ''),
(40732, 100, 756, 'Kocs', ''),
(40733, 100, 756, 'Komárom', ''),
(40734, 100, 756, 'Komlod', ''),
(40735, 100, 756, 'Kornye', ''),
(40736, 100, 756, 'Labatlan', ''),
(40737, 100, 756, 'Mogyorosbanya', ''),
(40738, 100, 756, 'Nagyigmand', ''),
(40739, 100, 756, 'Neszmely', ''),
(40740, 100, 756, 'Nyergesujfalu', ''),
(40741, 100, 756, 'Oroszlany', ''),
(40742, 100, 756, 'Piliscsev', ''),
(40743, 100, 756, 'Pilismarot', ''),
(40744, 100, 756, 'Sarisap', ''),
(40745, 100, 756, 'Sutto', ''),
(40746, 100, 756, 'Szomod', ''),
(40747, 100, 756, 'Tarjan', ''),
(40748, 100, 756, 'Tat', ''),
(40749, 100, 756, 'Tata', ''),
(40750, 100, 756, 'Tatabánya', ''),
(40751, 100, 756, 'Tokod', ''),
(40752, 100, 756, 'Tokodaltaro', ''),
(40753, 100, 756, 'Vertessomlo', ''),
(40754, 100, 756, 'Vertesszolos', ''),
(40755, 100, 757, 'Balassagyarmat', ''),
(40756, 100, 757, 'Batonyterenye', ''),
(40757, 100, 757, 'Berkenye', ''),
(40758, 100, 757, 'Borsosbereny', ''),
(40759, 100, 757, 'Bujak', ''),
(40760, 100, 757, 'Ecseg', ''),
(40761, 100, 757, 'Etes', ''),
(40762, 100, 757, 'Galgaguta', ''),
(40763, 100, 757, 'Hehalom', ''),
(40764, 100, 757, 'Iliny', ''),
(40765, 100, 757, 'Karancskeszi', ''),
(40766, 100, 757, 'Lucfalva', ''),
(40767, 100, 757, 'Magyargec', ''),
(40768, 100, 757, 'Magyarnandor', ''),
(40769, 100, 757, 'Matranovak', ''),
(40770, 100, 757, 'Orhalom', ''),
(40771, 100, 757, 'Palotas', ''),
(40772, 100, 757, 'Paszto', ''),
(40773, 100, 757, 'Salgotarjan', ''),
(40774, 100, 757, 'Szecseny', ''),
(40775, 100, 757, 'Szirak', ''),
(40776, 100, 757, 'Szugy', ''),
(40777, 100, 757, 'Tar', ''),
(40778, 100, 757, 'Tolmacs', ''),
(40779, 100, 758, 'Abony', ''),
(40780, 100, 758, 'Acsa', ''),
(40781, 100, 758, 'Albertirsa', ''),
(40782, 100, 758, 'Alsonemedi', ''),
(40783, 100, 758, 'Aszod', ''),
(40784, 100, 758, 'Bag', ''),
(40785, 100, 758, 'Benye', ''),
(40786, 100, 758, 'Biatorbagy', ''),
(40787, 100, 758, 'Budajeno', ''),
(40788, 100, 758, 'Budakalasz', ''),
(40789, 100, 758, 'Budakeszi', ''),
(40790, 100, 758, 'Budaors', ''),
(40791, 100, 758, 'Bugyi', ''),
(40792, 100, 758, 'Cegled', ''),
(40793, 100, 758, 'Csobanka', ''),
(40794, 100, 758, 'Csoeroeg', ''),
(40795, 100, 758, 'Csomad', ''),
(40796, 100, 758, 'Csomor', ''),
(40797, 100, 758, 'Csovar', ''),
(40798, 100, 758, 'Dabas', ''),
(40799, 100, 758, 'Danszentmiklos', ''),
(40800, 100, 758, 'Delegyhaza', ''),
(40801, 100, 758, 'Diosd', ''),
(40802, 100, 758, 'Domony', ''),
(40803, 100, 758, 'Domsod', ''),
(40804, 100, 758, 'Dunabogdany', ''),
(40805, 100, 758, 'Dunaharaszti', ''),
(40806, 100, 758, 'Dunakeszi', ''),
(40807, 100, 758, 'Dunavarsany', ''),
(40808, 100, 758, 'Érd', ''),
(40809, 100, 758, 'Erdokertes', ''),
(40810, 100, 758, 'Felsopakony', ''),
(40811, 100, 758, 'Fot', ''),
(40812, 100, 758, 'Galgagyork', ''),
(40813, 100, 758, 'Galgaheviz', ''),
(40814, 100, 758, 'Galgamacsa', ''),
(40815, 100, 758, 'God', ''),
(40816, 100, 758, 'Gödöllő', ''),
(40817, 100, 758, 'Gomba', ''),
(40818, 100, 758, 'Gyal', ''),
(40819, 100, 758, 'Gyar', ''),
(40820, 100, 758, 'Gyomro', ''),
(40821, 100, 758, 'Halasztelek', ''),
(40822, 100, 758, 'Herceghalom', ''),
(40823, 100, 758, 'Hernad', ''),
(40824, 100, 758, 'Hevizgyoerk', ''),
(40825, 100, 758, 'Inarcs', ''),
(40826, 100, 758, 'Isaszeg', ''),
(40827, 100, 758, 'Kartal', ''),
(40828, 100, 758, 'Kerepes', ''),
(40829, 100, 758, 'Kiskunlachaza', ''),
(40830, 100, 758, 'Kismaros', ''),
(40831, 100, 758, 'Kisoroszi', ''),
(40832, 100, 758, 'Kistarcsa', ''),
(40833, 100, 758, 'Kocser', ''),
(40834, 100, 758, 'Koka', ''),
(40835, 100, 758, 'Kosd', ''),
(40836, 100, 758, 'Leanyfalu', ''),
(40837, 100, 758, 'Maglod', ''),
(40838, 100, 758, 'Makad', ''),
(40839, 100, 758, 'Marianosztra', ''),
(40840, 100, 758, 'Mogyorod', ''),
(40841, 100, 758, 'Monor', ''),
(40842, 100, 758, 'Nagykata', ''),
(40843, 100, 758, 'Nagykoros', ''),
(40844, 100, 758, 'Nagykovacsi', ''),
(40845, 100, 758, 'Nagymaros', ''),
(40846, 100, 758, 'Nagytarcsa', ''),
(40847, 100, 758, 'Nyaregyhaza', ''),
(40848, 100, 758, 'Ocsa', ''),
(40849, 100, 758, 'Orbottyan', ''),
(40850, 100, 758, 'Orkeny', ''),
(40851, 100, 758, 'Pand', ''),
(40852, 100, 758, 'Paty', ''),
(40853, 100, 758, 'Pecel', ''),
(40854, 100, 758, 'Penc', ''),
(40855, 100, 758, 'Perbal', ''),
(40856, 100, 758, 'Peteri', ''),
(40857, 100, 758, 'Pilis', ''),
(40858, 100, 758, 'Pilisborosjeno', ''),
(40859, 100, 758, 'Piliscsaba', ''),
(40860, 100, 758, 'Pilisjaszfalu', ''),
(40861, 100, 758, 'Pilisszanto', ''),
(40862, 100, 758, 'Pilisszentivan', ''),
(40863, 100, 758, 'Pilisszentkereszt', ''),
(40864, 100, 758, 'Pilisszentlaszlo', ''),
(40865, 100, 758, 'Pilisvorosvar', ''),
(40866, 100, 758, 'Pocsmegyer', ''),
(40867, 100, 758, 'Pomaz', ''),
(40868, 100, 758, 'Puspokhatvan', ''),
(40869, 100, 758, 'Pusztavacs', ''),
(40870, 100, 758, 'Pusztazamor', ''),
(40871, 100, 758, 'Rackeve', ''),
(40872, 100, 758, 'Rad', ''),
(40873, 100, 758, 'Remeteszolos', ''),
(40874, 100, 758, 'Solymar', ''),
(40875, 100, 758, 'Soskut', ''),
(40876, 100, 758, 'Szada', ''),
(40877, 100, 758, 'Szazhalombatta', ''),
(40878, 100, 758, 'Szentendre', ''),
(40879, 100, 758, 'Szentmartonkata', ''),
(40880, 100, 758, 'Szigetbecse', ''),
(40881, 100, 758, 'Szigethalom', ''),
(40882, 100, 758, 'Szigetmonostor', ''),
(40883, 100, 758, 'Szigetszentmarton', ''),
(40884, 100, 758, 'Szigetszentmiklos', ''),
(40885, 100, 758, 'Szigetujfalu', ''),
(40886, 100, 758, 'Szob', ''),
(40887, 100, 758, 'Szod', ''),
(40888, 100, 758, 'Szodliget', ''),
(40889, 100, 758, 'Szokolya', ''),
(40890, 100, 758, 'Taborfalva', ''),
(40891, 100, 758, 'Tahitotfalu', ''),
(40892, 100, 758, 'Taksony', ''),
(40893, 100, 758, 'Tapiosag', ''),
(40894, 100, 758, 'Tapioszecso', ''),
(40895, 100, 758, 'Tapioszele', ''),
(40896, 100, 758, 'Tapioszentmarton', ''),
(40897, 100, 758, 'Tarnok', ''),
(40898, 100, 758, 'Telki', ''),
(40899, 100, 758, 'Tinnye', ''),
(40900, 100, 758, 'Toekoel', ''),
(40901, 100, 758, 'Toeroekbalint', ''),
(40902, 100, 758, 'Tura', ''),
(40903, 100, 758, 'Ujhartyan', ''),
(40904, 100, 758, 'Ujlengyel', ''),
(40905, 100, 758, 'Ujszilvas', ''),
(40906, 100, 758, 'Ullo', ''),
(40907, 100, 758, 'Uri', ''),
(40908, 100, 758, 'Urom', ''),
(40909, 100, 758, 'Vác', ''),
(40910, 100, 758, 'Vacduka', ''),
(40911, 100, 758, 'Valko', ''),
(40912, 100, 758, 'Vasad', ''),
(40913, 100, 758, 'Vecses', ''),
(40914, 100, 758, 'Veresegyhaz', ''),
(40915, 100, 758, 'Veroce', ''),
(40916, 100, 758, 'Visegrád', ''),
(40917, 100, 758, 'Zebegeny', ''),
(40918, 100, 758, 'Zsambek', ''),
(40919, 100, 758, 'Zsambok', ''),
(40920, 100, 759, 'Annavolgy', ''),
(40921, 100, 759, 'Balatonfoldvar', ''),
(40922, 100, 759, 'Balatonlelle', ''),
(40923, 100, 759, 'Balatonszabadi', ''),
(40924, 100, 759, 'Balatonszentgyorgy', ''),
(40925, 100, 759, 'Barcs', ''),
(40926, 100, 759, 'Bate', ''),
(40927, 100, 759, 'Berzence', ''),
(40928, 100, 759, 'Bodrog', ''),
(40929, 100, 759, 'Bohonye', ''),
(40930, 100, 759, 'Csurgo', ''),
(40931, 100, 759, 'Fonyod', ''),
(40932, 100, 759, 'Gadany', ''),
(40933, 100, 759, 'Gorgeteg', ''),
(40934, 100, 759, 'Hetes', ''),
(40935, 100, 759, 'Hollad', ''),
(40936, 100, 759, 'Kaposmero', ''),
(40937, 100, 759, 'Kaposszerdahely', ''),
(40938, 100, 759, 'Kaposvár', ''),
(40939, 100, 759, 'Labod', ''),
(40940, 100, 759, 'Lad', ''),
(40941, 100, 759, 'Marcali', ''),
(40942, 100, 759, 'Mezocsokonya', ''),
(40943, 100, 759, 'Nagocs', ''),
(40944, 100, 759, 'Nagyatad', ''),
(40945, 100, 759, 'Nagykorpad', ''),
(40946, 100, 759, 'Nemesded', ''),
(40947, 100, 759, 'Nyim', ''),
(40948, 100, 759, 'Santos', ''),
(40949, 100, 759, 'Savoly', ''),
(40950, 100, 759, 'Segesd', ''),
(40951, 100, 759, 'Siófok', ''),
(40952, 100, 759, 'Somogyaszalo', ''),
(40953, 100, 759, 'Somogysard', ''),
(40954, 100, 759, 'Somogyudvarhely', ''),
(40955, 100, 759, 'Szentgalosker', ''),
(40956, 100, 759, 'Tab', ''),
(40957, 100, 760, 'Ajak', ''),
(40958, 100, 760, 'Apagy', ''),
(40959, 100, 760, 'Baktaloranthaza', ''),
(40960, 100, 760, 'Balkany', ''),
(40961, 100, 760, 'Beregsurany', ''),
(40962, 100, 760, 'Buj', ''),
(40963, 100, 760, 'Csaroda', ''),
(40964, 100, 760, 'Csenger', ''),
(40965, 100, 760, 'Doge', ''),
(40966, 100, 760, 'Dombrad', ''),
(40967, 100, 760, 'Erpatak', ''),
(40968, 100, 760, 'Fehergyarmat', ''),
(40969, 100, 760, 'Gavavencsello', ''),
(40970, 100, 760, 'Gyulahaza', ''),
(40971, 100, 760, 'Hermanszeg', ''),
(40972, 100, 760, 'Ibrany', ''),
(40973, 100, 760, 'Kallosemjen', ''),
(40974, 100, 760, 'Kek', ''),
(40975, 100, 760, 'Kemecse', ''),
(40976, 100, 760, 'Kisvarda', ''),
(40977, 100, 760, 'Komoro', ''),
(40978, 100, 760, 'Laskod', ''),
(40979, 100, 760, 'Levelek', ''),
(40980, 100, 760, 'Mandok', ''),
(40981, 100, 760, 'Mateszalka', ''),
(40982, 100, 760, 'Nagyhalasz', ''),
(40983, 100, 760, 'Nagykallo', ''),
(40984, 100, 760, 'Napkor', ''),
(40985, 100, 760, 'Nyirbator', ''),
(40986, 100, 760, 'Nyiregyhaza', ''),
(40987, 100, 760, 'Nyiribrony', ''),
(40988, 100, 760, 'Nyirkarasz', ''),
(40989, 100, 760, 'Nyirmada', ''),
(40990, 100, 760, 'Nyirpazony', ''),
(40991, 100, 760, 'Nyirtass', ''),
(40992, 100, 760, 'Nyirtelek', ''),
(40993, 100, 760, 'Nyirvasvari', ''),
(40994, 100, 760, 'Opalyi', ''),
(40995, 100, 760, 'Or', ''),
(40996, 100, 760, 'Patroha', ''),
(40997, 100, 760, 'Rakamaz', ''),
(40998, 100, 760, 'Retkozberencs', ''),
(40999, 100, 760, 'Szabolcs', ''),
(41000, 100, 760, 'Szabolcsveresmart', ''),
(41001, 100, 760, 'Szakoly', ''),
(41002, 100, 760, 'Szamostatarfalva', ''),
(41003, 100, 760, 'Szatmarcseke', ''),
(41004, 100, 760, 'Tiszadada', ''),
(41005, 100, 760, 'Tiszadob', ''),
(41006, 100, 760, 'Tiszaeszlar', ''),
(41007, 100, 760, 'Tiszakanyar', ''),
(41008, 100, 760, 'Tiszalok', ''),
(41009, 100, 760, 'Tiszaszalka', ''),
(41010, 100, 760, 'Tiszaszentmarton', ''),
(41011, 100, 760, 'Tiszavasvari', ''),
(41012, 100, 760, 'Turistvandi', ''),
(41013, 100, 760, 'Tuzser', ''),
(41014, 100, 760, 'Ujfeherto', ''),
(41015, 100, 760, 'Vaja', ''),
(41016, 100, 760, 'Vallaj', ''),
(41017, 100, 760, 'Vasarosnameny', ''),
(41018, 100, 760, 'Vasmegyer', ''),
(41019, 100, 760, 'Zahony', ''),
(41020, 100, 761, 'Alsonana', ''),
(41021, 100, 761, 'Bata', ''),
(41022, 100, 761, 'Bataszek', ''),
(41023, 100, 761, 'Bolcske', ''),
(41024, 100, 761, 'Bonyhad', ''),
(41025, 100, 761, 'Dobrokoz', ''),
(41026, 100, 761, 'Dombovar', ''),
(41027, 100, 761, 'Dunafoldvar', ''),
(41028, 100, 761, 'Facankert', ''),
(41029, 100, 761, 'Fadd', ''),
(41030, 100, 761, 'Felsonana', ''),
(41031, 100, 761, 'Felsonyek', ''),
(41032, 100, 761, 'Harc', ''),
(41033, 100, 761, 'Hogyesz', ''),
(41034, 100, 761, 'Kaposszekcso', ''),
(41035, 100, 761, 'Madocsa', ''),
(41036, 100, 761, 'Magyarkeszi', ''),
(41037, 100, 761, 'Miszla', ''),
(41038, 100, 761, 'Nagymanyok', ''),
(41039, 100, 761, 'Nagyszokoly', ''),
(41040, 100, 761, 'Paks', ''),
(41041, 100, 761, 'Palfa', ''),
(41042, 100, 761, 'Pincehely', ''),
(41043, 100, 761, 'Pusztahencse', ''),
(41044, 100, 761, 'Sioagard', ''),
(41045, 100, 761, 'Szedres', ''),
(41046, 100, 761, 'Szekszárd', ''),
(41047, 100, 761, 'Szentgalpuszta', ''),
(41048, 100, 761, 'Tamasi', ''),
(41049, 100, 761, 'Tevel', ''),
(41050, 100, 761, 'Tolna', ''),
(41051, 100, 761, 'Vardomb', ''),
(41052, 100, 761, 'Zomba', ''),
(41053, 100, 762, 'Balogunyom', ''),
(41054, 100, 762, 'Buk', ''),
(41055, 100, 762, 'Celldomolk', ''),
(41056, 100, 762, 'Csakanydoroszlo', ''),
(41057, 100, 762, 'Csepreg', ''),
(41058, 100, 762, 'Csorotnek', ''),
(41059, 100, 762, 'Felsocsatar', ''),
(41060, 100, 762, 'Felsoszolnok', ''),
(41061, 100, 762, 'Gencsapati', ''),
(41062, 100, 762, 'Gyongyosfalu', ''),
(41063, 100, 762, 'Horvatzsidany', ''),
(41064, 100, 762, 'Janoshaza', ''),
(41065, 100, 762, 'Kormend', ''),
(41066, 100, 762, 'Koszeg', ''),
(41067, 100, 762, 'Koszegszerdahely', ''),
(41068, 100, 762, 'Lukacshaza', ''),
(41069, 100, 762, 'Magyarlak', ''),
(41070, 100, 762, 'Nemesbod', ''),
(41071, 100, 762, 'Nemesrempehollos', ''),
(41072, 100, 762, 'Pecol', ''),
(41073, 100, 762, 'Perenye', ''),
(41074, 100, 762, 'Posfa', ''),
(41075, 100, 762, 'Radockolked', ''),
(41076, 100, 762, 'Repcelak', ''),
(41077, 100, 762, 'Sarvar', ''),
(41078, 100, 762, 'Se', ''),
(41079, 100, 762, 'Sorokpolany', ''),
(41080, 100, 762, 'Szentgotthard', ''),
(41081, 100, 762, 'Szentpeterfa', ''),
(41082, 100, 762, 'Szombathely', ''),
(41083, 100, 762, 'Taplanszentkereszt', ''),
(41084, 100, 762, 'Vasszecseny', ''),
(41085, 100, 762, 'Vasvar', ''),
(41086, 100, 762, 'Vep', ''),
(41087, 100, 763, 'Ajka', ''),
(41088, 100, 763, 'Balatonakarattya', ''),
(41089, 100, 763, 'Balatonalmadi', ''),
(41090, 100, 763, 'Balatonfured', ''),
(41091, 100, 763, 'Balatonfuzfo', ''),
(41092, 100, 763, 'Balatonkenese', ''),
(41093, 100, 763, 'Berhida', ''),
(41094, 100, 763, 'Csopak', ''),
(41095, 100, 763, 'Dabrony', ''),
(41096, 100, 763, 'Dudar', ''),
(41097, 100, 763, 'Felsoors', ''),
(41098, 100, 763, 'Hajmasker', ''),
(41099, 100, 763, 'Herend', ''),
(41100, 100, 763, 'Kerta', ''),
(41101, 100, 763, 'Kulsovat', ''),
(41102, 100, 763, 'Nagygyimot', ''),
(41103, 100, 763, 'Nagyvazsony', ''),
(41104, 100, 763, 'Nemesvamos', ''),
(41105, 100, 763, 'Noszlop', ''),
(41106, 100, 763, 'Obudavar', ''),
(41107, 100, 763, 'Papa', ''),
(41108, 100, 763, 'Papkeszi', ''),
(41109, 100, 763, 'Petfuerdo', ''),
(41110, 100, 763, 'Salfold', ''),
(41111, 100, 763, 'Sumeg', ''),
(41112, 100, 763, 'Szentgal', ''),
(41113, 100, 763, 'Taliandorogd', ''),
(41114, 100, 763, 'Tapolca', ''),
(41115, 100, 763, 'Tihany', ''),
(41116, 100, 763, 'Varoslod', ''),
(41117, 100, 763, 'Varpalota', ''),
(41118, 100, 763, 'Veszprém', ''),
(41119, 100, 763, 'Zalaerdod', ''),
(41120, 100, 763, 'Zalahalap', ''),
(41121, 100, 763, 'Zirc', ''),
(41122, 100, 764, 'Bagod', ''),
(41123, 100, 764, 'Bak', ''),
(41124, 100, 764, 'Baktuttos', ''),
(41125, 100, 764, 'Balatongyorok', ''),
(41126, 100, 764, 'Bazakerettye', ''),
(41127, 100, 764, 'Becsehely', ''),
(41128, 100, 764, 'Borsfa', ''),
(41129, 100, 764, 'Bucsuszentlaszlo', ''),
(41130, 100, 764, 'Csonkahegyhat', ''),
(41131, 100, 764, 'Esztergalyhorvati', ''),
(41132, 100, 764, 'Getye', ''),
(41133, 100, 764, 'Gosztola', ''),
(41134, 100, 764, 'Gyenesdias', ''),
(41135, 100, 764, 'Hévíz', ''),
(41136, 100, 764, 'Karmacs', ''),
(41137, 100, 764, 'Keszthely', ''),
(41138, 100, 764, 'Kisrecse', ''),
(41139, 100, 764, 'Lakhegy', ''),
(41140, 100, 764, 'Lenti', ''),
(41141, 100, 764, 'Letenye', ''),
(41142, 100, 764, 'Lovaszi', ''),
(41143, 100, 764, 'Misefa', ''),
(41144, 100, 764, 'Molnari', ''),
(41145, 100, 764, 'Nagykanizsa', ''),
(41146, 100, 764, 'Nagylengyel', ''),
(41147, 100, 764, 'Nemesapati', ''),
(41148, 100, 764, 'Nemesbuek', ''),
(41149, 100, 764, 'Ohid', ''),
(41150, 100, 764, 'Paka', ''),
(41151, 100, 764, 'Part', ''),
(41152, 100, 764, 'Pusztamagyarod', ''),
(41153, 100, 764, 'Redics', ''),
(41154, 100, 764, 'Sarmellek', ''),
(41155, 100, 764, 'Sojtor', ''),
(41156, 100, 764, 'Szepetnek', ''),
(41157, 100, 764, 'Teskand', ''),
(41158, 100, 764, 'Tornyiszentmiklos', ''),
(41159, 100, 764, 'Ujudvar', ''),
(41160, 100, 764, 'Varfolde', ''),
(41161, 100, 764, 'Varvolgy', ''),
(41162, 100, 764, 'Vonyarcvashegy', ''),
(41163, 100, 764, 'Zalaapati', ''),
(41164, 100, 764, 'Zalaegerszeg', ''),
(41165, 100, 764, 'Zalakomar', ''),
(41166, 100, 764, 'Zalalovo', ''),
(41167, 100, 764, 'Zalaszentgrot', ''),
(41168, 100, 764, 'Zalaszentmihaly', ''),
(41169, 101, 765, 'Alftanes', ''),
(41170, 101, 765, 'Garðabaer', ''),
(41171, 101, 765, 'Kopavogur', ''),
(41172, 101, 765, 'Mosfellsbaer', ''),
(41173, 101, 765, 'Reykjavik', ''),
(41174, 101, 765, 'Seltjarnarnes', ''),
(41175, 101, 766, 'Hofn', ''),
(41176, 101, 766, 'Vopnafjordur', ''),
(41177, 101, 767, 'Akureyri', ''),
(41178, 101, 767, 'Dalvik', ''),
(41179, 101, 767, 'Raufarhofn', ''),
(41180, 101, 768, 'Skagastrond', ''),
(41181, 101, 769, 'Eyrarbakki', ''),
(41182, 101, 769, 'Hveragerdi', ''),
(41183, 101, 769, 'Selfoss', ''),
(41184, 101, 769, 'Stokkseyri', ''),
(41185, 101, 769, 'Vestmannaeyjar', ''),
(41186, 101, 770, 'Grindavik', ''),
(41187, 101, 770, 'Reykjanesbaer', ''),
(41188, 101, 770, 'Vogar', ''),
(41189, 101, 771, 'Akranes', ''),
(41190, 101, 771, 'Borgarnes', ''),
(41191, 101, 772, 'Bolungarvik', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(41192, 102, 773, 'Addanki', ''),
(41193, 102, 773, 'Alamuru', ''),
(41194, 102, 773, 'Amalapuram', ''),
(41195, 102, 773, 'Anantapur', ''),
(41196, 102, 773, 'Andra', ''),
(41197, 102, 773, 'Bapatla', ''),
(41198, 102, 773, 'Bellary', ''),
(41199, 102, 773, 'Bhimavaram', ''),
(41200, 102, 773, 'Bobbili', ''),
(41201, 102, 773, 'Chandanagar', ''),
(41202, 102, 773, 'Chicacole', ''),
(41203, 102, 773, 'Chittoor', ''),
(41204, 102, 773, 'Cumbum', ''),
(41205, 102, 773, 'Dharmavaram', ''),
(41206, 102, 773, 'Dhone', ''),
(41207, 102, 773, 'Ellore', ''),
(41208, 102, 773, 'Gajuwaka', ''),
(41209, 102, 773, 'Gannavaram', ''),
(41210, 102, 773, 'Giddalur', ''),
(41211, 102, 773, 'Gooty', ''),
(41212, 102, 773, 'Gorantla', ''),
(41213, 102, 773, 'Gudivada', ''),
(41214, 102, 773, 'Gudlavalleru', ''),
(41215, 102, 773, 'Guntakal', ''),
(41216, 102, 773, 'Guntur', ''),
(41217, 102, 773, 'Hakimpet', ''),
(41218, 102, 773, 'Irakam', ''),
(41219, 102, 773, 'Kadapa', ''),
(41220, 102, 773, 'Kaikalur', ''),
(41221, 102, 773, 'Kakinada', ''),
(41222, 102, 773, 'Kanigiri', ''),
(41223, 102, 773, 'Kavali', ''),
(41224, 102, 773, 'Kotta Agraharam', ''),
(41225, 102, 773, 'Kotwalguda', ''),
(41226, 102, 773, 'Kovvur', ''),
(41227, 102, 773, 'Kuppam', ''),
(41228, 102, 773, 'Kurnool', ''),
(41229, 102, 773, 'Machilipatnam', ''),
(41230, 102, 773, 'Madanapalle', ''),
(41231, 102, 773, 'Mahal', ''),
(41232, 102, 773, 'Mandapeta', ''),
(41233, 102, 773, 'Mangalagiri', ''),
(41234, 102, 773, 'Manikyapuram', ''),
(41235, 102, 773, 'Markapur', ''),
(41236, 102, 773, 'Maruturu', ''),
(41237, 102, 773, 'Murlinagar', ''),
(41238, 102, 773, 'Nagari', ''),
(41239, 102, 773, 'Nandigama', ''),
(41240, 102, 773, 'Nandyal', ''),
(41241, 102, 773, 'Narasaraopet', ''),
(41242, 102, 773, 'Nellore', ''),
(41243, 102, 773, 'Nizampatam', ''),
(41244, 102, 773, 'Nuzvid', ''),
(41245, 102, 773, 'Ongole', ''),
(41246, 102, 773, 'Pakala', ''),
(41247, 102, 773, 'Palkonda', ''),
(41248, 102, 773, 'Pamarru', ''),
(41249, 102, 773, 'Patelgudam', ''),
(41250, 102, 773, 'Peddapur', ''),
(41251, 102, 773, 'Peddapuram', ''),
(41252, 102, 773, 'Pileru', ''),
(41253, 102, 773, 'Pottagudem', ''),
(41254, 102, 773, 'Prakashamnagar', ''),
(41255, 102, 773, 'Proddatur', ''),
(41256, 102, 773, 'Puttur', ''),
(41257, 102, 773, 'Rajahmundry', ''),
(41258, 102, 773, 'Rajampet', ''),
(41259, 102, 773, 'Rajupalem', ''),
(41260, 102, 773, 'Ramapuram', ''),
(41261, 102, 773, 'Ramavaram', ''),
(41262, 102, 773, 'Razole', ''),
(41263, 102, 773, 'Salarnagar', ''),
(41264, 102, 773, 'Simhachalam', ''),
(41265, 102, 773, 'Singarayakonda', ''),
(41266, 102, 773, 'Tada', ''),
(41267, 102, 773, 'Tadepallegudem', ''),
(41268, 102, 773, 'Tanuku', ''),
(41269, 102, 773, 'Thenali', ''),
(41270, 102, 773, 'Tirumala', ''),
(41271, 102, 773, 'Tirumala - Tirupati', ''),
(41272, 102, 773, 'Tuni', ''),
(41273, 102, 773, 'Vetapalem', ''),
(41274, 102, 773, 'Vijayawada', ''),
(41275, 102, 773, 'Vinjamur', ''),
(41276, 102, 773, 'Vinukonda', ''),
(41277, 102, 773, 'Visakhapatnam', ''),
(41278, 102, 773, 'Vizianagaram', ''),
(41279, 102, 773, 'Vuyyuru', ''),
(41280, 102, 773, 'Yakutpura', ''),
(41281, 102, 773, 'Yanam', ''),
(41282, 102, 773, 'Yarada', ''),
(41283, 102, 774, 'Hong', ''),
(41284, 102, 774, 'Itanagar', ''),
(41285, 102, 775, 'Arunachal', ''),
(41286, 102, 775, 'Barpeta', ''),
(41287, 102, 775, 'Bhandari', ''),
(41288, 102, 775, 'Bongaigaon', ''),
(41289, 102, 775, 'Dibrugarh', ''),
(41290, 102, 775, 'Digboi', ''),
(41291, 102, 775, 'Gunjung', ''),
(41292, 102, 775, 'Guwahati', ''),
(41293, 102, 775, 'Hojai', ''),
(41294, 102, 775, 'Jorhat', ''),
(41295, 102, 775, 'Kahilipara', ''),
(41296, 102, 775, 'Karimganj', ''),
(41297, 102, 775, 'Kokrajhar', ''),
(41298, 102, 775, 'Kulhati', ''),
(41299, 102, 775, 'Lala', ''),
(41300, 102, 775, 'Namrup', ''),
(41301, 102, 775, 'Powai', ''),
(41302, 102, 775, 'Rowmari', ''),
(41303, 102, 775, 'Sibsagar', ''),
(41304, 102, 775, 'Silchar', ''),
(41305, 102, 775, 'Sonitpur', ''),
(41306, 102, 775, 'Tezpur', ''),
(41307, 102, 775, 'Tinsukia', ''),
(41308, 102, 775, 'Ulubari', ''),
(41309, 102, 776, 'Arrah', ''),
(41310, 102, 776, 'Balia', ''),
(41311, 102, 776, 'Begusarai', ''),
(41312, 102, 776, 'Bhagalpur', ''),
(41313, 102, 776, 'Bhawanipur', ''),
(41314, 102, 776, 'Bihar Sharif', ''),
(41315, 102, 776, 'Chandan', ''),
(41316, 102, 776, 'Chandi', ''),
(41317, 102, 776, 'Darbhanga', ''),
(41318, 102, 776, 'Dhaka', ''),
(41319, 102, 776, 'Dinapore', ''),
(41320, 102, 776, 'Dumraon', ''),
(41321, 102, 776, 'Gaya', ''),
(41322, 102, 776, 'Hajipur', ''),
(41323, 102, 776, 'Jaynagar', ''),
(41324, 102, 776, 'Jha Jha', ''),
(41325, 102, 776, 'Kamat', ''),
(41326, 102, 776, 'Katihar', ''),
(41327, 102, 776, 'Kishanganj', ''),
(41328, 102, 776, 'Mothihari', ''),
(41329, 102, 776, 'Muzaffarpur', ''),
(41330, 102, 776, 'Panwar', ''),
(41331, 102, 776, 'Patna', ''),
(41332, 102, 776, 'Purnea', ''),
(41333, 102, 776, 'Pusa', ''),
(41334, 102, 776, 'Samastipur', ''),
(41335, 102, 777, 'Chandigarh', ''),
(41336, 102, 778, 'Amal', ''),
(41337, 102, 778, 'Kherdi', ''),
(41338, 102, 778, 'Silvassa', ''),
(41339, 102, 779, 'Daman', ''),
(41340, 102, 780, 'Arpora', ''),
(41341, 102, 780, 'Assagao', ''),
(41342, 102, 780, 'Assolda', ''),
(41343, 102, 780, 'Bambolim', ''),
(41344, 102, 780, 'Benaulim', ''),
(41345, 102, 780, 'Betalbatim', ''),
(41346, 102, 780, 'Calangute', ''),
(41347, 102, 780, 'Candolim', ''),
(41348, 102, 780, 'Caranzalem', ''),
(41349, 102, 780, 'Chicalim', ''),
(41350, 102, 780, 'Chinchinim', ''),
(41351, 102, 780, 'Colva', ''),
(41352, 102, 780, 'Curchorem', ''),
(41353, 102, 780, 'Dabolim', ''),
(41354, 102, 780, 'Dicholi', ''),
(41355, 102, 780, 'Dona Paula', ''),
(41356, 102, 780, 'Kankon', ''),
(41357, 102, 780, 'Madgaon', ''),
(41358, 102, 780, 'Marmagao', ''),
(41359, 102, 780, 'Navelim', ''),
(41360, 102, 780, 'Nuvem', ''),
(41361, 102, 780, 'Panjim', ''),
(41362, 102, 780, 'Parra', ''),
(41363, 102, 780, 'Pernem', ''),
(41364, 102, 780, 'Ponda', ''),
(41365, 102, 780, 'Quepem', ''),
(41366, 102, 780, 'Ribandar', ''),
(41367, 102, 780, 'Saligao', ''),
(41368, 102, 780, 'Sigao', ''),
(41369, 102, 780, 'Solim', ''),
(41370, 102, 780, 'Taleigao', ''),
(41371, 102, 780, 'Vainguinim', ''),
(41372, 102, 780, 'Valpoy', ''),
(41373, 102, 780, 'Vasco', ''),
(41374, 102, 780, 'Verna', ''),
(41375, 102, 781, 'Adalaj', ''),
(41376, 102, 781, 'Ahmedabad', ''),
(41377, 102, 781, 'Ahwa', ''),
(41378, 102, 781, 'Amreli', ''),
(41379, 102, 781, 'Amroli', ''),
(41380, 102, 781, 'Anand', ''),
(41381, 102, 781, 'Anjar', ''),
(41382, 102, 781, 'Ankleshwar', ''),
(41383, 102, 781, 'Bardoli', ''),
(41384, 102, 781, 'Basu', ''),
(41385, 102, 781, 'Bhadath', ''),
(41386, 102, 781, 'Bhadran', ''),
(41387, 102, 781, 'Bharuch', ''),
(41388, 102, 781, 'Bhat', ''),
(41389, 102, 781, 'Bhavnagar', ''),
(41390, 102, 781, 'Bhuj', ''),
(41391, 102, 781, 'Bilimora', ''),
(41392, 102, 781, 'Chhota Udepur', ''),
(41393, 102, 781, 'Dabhoi', ''),
(41394, 102, 781, 'Dahegam', ''),
(41395, 102, 781, 'Dewan', ''),
(41396, 102, 781, 'Dohad', ''),
(41397, 102, 781, 'Dwarka', ''),
(41398, 102, 781, 'Gandhidham', ''),
(41399, 102, 781, 'Gandhinagar', ''),
(41400, 102, 781, 'Ghana', ''),
(41401, 102, 781, 'Godhra', ''),
(41402, 102, 781, 'Gondal', ''),
(41403, 102, 781, 'Gothva', ''),
(41404, 102, 781, 'Hadmatiya', ''),
(41405, 102, 781, 'Himatnagar', ''),
(41406, 102, 781, 'Jalalpur', ''),
(41407, 102, 781, 'Jamnagar', ''),
(41408, 102, 781, 'Jetpur', ''),
(41409, 102, 781, 'Junagadh', ''),
(41410, 102, 781, 'Kadi', ''),
(41411, 102, 781, 'Kapadvanj', ''),
(41412, 102, 781, 'Karamsad', ''),
(41413, 102, 781, 'Khambhat', ''),
(41414, 102, 781, 'Kherali', ''),
(41415, 102, 781, 'Kheralu', ''),
(41416, 102, 781, 'Kunkavav', ''),
(41417, 102, 781, 'Mahesana', ''),
(41418, 102, 781, 'Mahudha', ''),
(41419, 102, 781, 'Mandvi', ''),
(41420, 102, 781, 'Matar', ''),
(41421, 102, 781, 'Modasa', ''),
(41422, 102, 781, 'Morvi', ''),
(41423, 102, 781, 'Mota', ''),
(41424, 102, 781, 'Nadiad', ''),
(41425, 102, 781, 'Nagwa', ''),
(41426, 102, 781, 'Naroda', ''),
(41427, 102, 781, 'Navsari', ''),
(41428, 102, 781, 'Nikora', ''),
(41429, 102, 781, 'Palanpur', ''),
(41430, 102, 781, 'Patan', ''),
(41431, 102, 781, 'Petlad', ''),
(41432, 102, 781, 'Porbandar', ''),
(41433, 102, 781, 'Rajkot', ''),
(41434, 102, 781, 'Rander', ''),
(41435, 102, 781, 'Rawal', ''),
(41436, 102, 781, 'Sachin', ''),
(41437, 102, 781, 'Sami', ''),
(41438, 102, 781, 'Sanand', ''),
(41439, 102, 781, 'Somnath', ''),
(41440, 102, 781, 'Surendranagar', ''),
(41441, 102, 781, 'Thasra', ''),
(41442, 102, 781, 'Unjha', ''),
(41443, 102, 781, 'Utran', ''),
(41444, 102, 781, 'Vadnagar', ''),
(41445, 102, 781, 'Vadodara', ''),
(41446, 102, 781, 'Vadodra', ''),
(41447, 102, 781, 'Valod', ''),
(41448, 102, 781, 'Valsad', ''),
(41449, 102, 781, 'Vapi', ''),
(41450, 102, 781, 'Vasavad', ''),
(41451, 102, 781, 'Veraval', ''),
(41452, 102, 781, 'Vijapur', ''),
(41453, 102, 781, 'Vyara', ''),
(41454, 102, 782, 'Ambala', ''),
(41455, 102, 782, 'Bahadurgarh', ''),
(41456, 102, 782, 'Bakana', ''),
(41457, 102, 782, 'Beri Khas', ''),
(41458, 102, 782, 'Bhaskola', ''),
(41459, 102, 782, 'Bhiwani', ''),
(41460, 102, 782, 'Budha', ''),
(41461, 102, 782, 'Chhachhrauli', ''),
(41462, 102, 782, 'Dharuhera', ''),
(41463, 102, 782, 'Diwana', ''),
(41464, 102, 782, 'Faridabad', ''),
(41465, 102, 782, 'Fatehabad', ''),
(41466, 102, 782, 'Gagsina', ''),
(41467, 102, 782, 'Ganga', ''),
(41468, 102, 782, 'Gijhi', ''),
(41469, 102, 782, 'Gohana', ''),
(41470, 102, 782, 'Gurgaon', ''),
(41471, 102, 782, 'Hansi', ''),
(41472, 102, 782, 'Haryana', ''),
(41473, 102, 782, 'Hisar', ''),
(41474, 102, 782, 'Indraprast', ''),
(41475, 102, 782, 'Jagadhri', ''),
(41476, 102, 782, 'Jhajjar', ''),
(41477, 102, 782, 'Jind', ''),
(41478, 102, 782, 'Kaithal', ''),
(41479, 102, 782, 'Kalra', ''),
(41480, 102, 782, 'Karnal', ''),
(41481, 102, 782, 'Kaserla Kalan', ''),
(41482, 102, 782, 'Kathgarh', ''),
(41483, 102, 782, 'Kaul', ''),
(41484, 102, 782, 'Kotian', ''),
(41485, 102, 782, 'Kurukshetra', ''),
(41486, 102, 782, 'Model Town', ''),
(41487, 102, 782, 'Nangal', ''),
(41488, 102, 782, 'Narnaul', ''),
(41489, 102, 782, 'Narwana', ''),
(41490, 102, 782, 'Nilokheri', ''),
(41491, 102, 782, 'Nilothi', ''),
(41492, 102, 782, 'Palwal', ''),
(41493, 102, 782, 'Panipat', ''),
(41494, 102, 782, 'Pehowa', ''),
(41495, 102, 782, 'Rewari', ''),
(41496, 102, 782, 'Rohtak', ''),
(41497, 102, 782, 'Safidon', ''),
(41498, 102, 782, 'Saha', ''),
(41499, 102, 782, 'Shehar', ''),
(41500, 102, 782, 'Sirsa', ''),
(41501, 102, 782, 'Sodhi', ''),
(41502, 102, 782, 'Sohna', ''),
(41503, 102, 782, 'Sonipat', ''),
(41504, 102, 782, 'Tohana', ''),
(41505, 102, 782, 'Yamunanagar', ''),
(41506, 102, 783, 'Adugodi', ''),
(41507, 102, 783, 'Bagalkot', ''),
(41508, 102, 783, 'Belgaum', ''),
(41509, 102, 783, 'Bellary', ''),
(41510, 102, 783, 'Bengaluru', ''),
(41511, 102, 783, 'Benson Town', ''),
(41512, 102, 783, 'Bhadravati', ''),
(41513, 102, 783, 'Bhatkal', ''),
(41514, 102, 783, 'Bhoj', ''),
(41515, 102, 783, 'Bidar', ''),
(41516, 102, 783, 'Bijapur', ''),
(41517, 102, 783, 'Chamrajnagar', ''),
(41518, 102, 783, 'Channapatna', ''),
(41519, 102, 783, 'Chikmagalūr', ''),
(41520, 102, 783, 'Chikodi', ''),
(41521, 102, 783, 'Chintamani', ''),
(41522, 102, 783, 'Chitradurga', ''),
(41523, 102, 783, 'Dandeli', ''),
(41524, 102, 783, 'Davangere', ''),
(41525, 102, 783, 'Dharwad', ''),
(41526, 102, 783, 'Electronics City', ''),
(41527, 102, 783, 'Gadag', ''),
(41528, 102, 783, 'Goribidnur', ''),
(41529, 102, 783, 'Gottigere', ''),
(41530, 102, 783, 'Gulbarga', ''),
(41531, 102, 783, 'Hadadi', ''),
(41532, 102, 783, 'Haliyal', ''),
(41533, 102, 783, 'Hassan', ''),
(41534, 102, 783, 'Hira', ''),
(41535, 102, 783, 'Hiriyur', ''),
(41536, 102, 783, 'Hoodi', ''),
(41537, 102, 783, 'Hospet', ''),
(41538, 102, 783, 'Hubli', ''),
(41539, 102, 783, 'Jalhalli', ''),
(41540, 102, 783, 'Kadur', ''),
(41541, 102, 783, 'Karwar', ''),
(41542, 102, 783, 'Kodigehalli', ''),
(41543, 102, 783, 'Kolar', ''),
(41544, 102, 783, 'Koppal', ''),
(41545, 102, 783, 'Kushalnagar', ''),
(41546, 102, 783, 'Kusugal', ''),
(41547, 102, 783, 'LingarajaPuram', ''),
(41548, 102, 783, 'Maddur', ''),
(41549, 102, 783, 'Mahalingpur', ''),
(41550, 102, 783, 'Mandya', ''),
(41551, 102, 783, 'Mangalore', ''),
(41552, 102, 783, 'Manipala', ''),
(41553, 102, 783, 'Mathikere', ''),
(41554, 102, 783, 'Mulki', ''),
(41555, 102, 783, 'Mysore', ''),
(41556, 102, 783, 'Nadi', ''),
(41557, 102, 783, 'Nagarbhavi', ''),
(41558, 102, 783, 'Nanjangud', ''),
(41559, 102, 783, 'PrakashNagar', ''),
(41560, 102, 783, 'Puttur', ''),
(41561, 102, 783, 'Raichur', ''),
(41562, 102, 783, 'RajajiNagar', ''),
(41563, 102, 783, 'Ramanagaram', ''),
(41564, 102, 783, 'Ranibennur', ''),
(41565, 102, 783, 'Sagar', ''),
(41566, 102, 783, 'Sandur', ''),
(41567, 102, 783, 'Sangam', ''),
(41568, 102, 783, 'Seshadripuram', ''),
(41569, 102, 783, 'Shanti Grama', ''),
(41570, 102, 783, 'Shimoga', ''),
(41571, 102, 783, 'Sirsi', ''),
(41572, 102, 783, 'Siruguppa', ''),
(41573, 102, 783, 'Sirvar', ''),
(41574, 102, 783, 'Sunksal', ''),
(41575, 102, 783, 'Tavarikere', ''),
(41576, 102, 783, 'Tiptur', ''),
(41577, 102, 783, 'Tumkūr', ''),
(41578, 102, 783, 'Turuvekere', ''),
(41579, 102, 783, 'Udupi', ''),
(41580, 102, 783, 'Wilson Garden', ''),
(41581, 102, 783, 'Yelachenahalli', ''),
(41582, 102, 783, 'Yelahanka', ''),
(41583, 102, 784, 'Anantnag', ''),
(41584, 102, 784, 'Arch', ''),
(41585, 102, 784, 'Bala', ''),
(41586, 102, 784, 'Bawan', ''),
(41587, 102, 784, 'Bhadarwah', ''),
(41588, 102, 784, 'Doda', ''),
(41589, 102, 784, 'Gold', ''),
(41590, 102, 784, 'Jammu', ''),
(41591, 102, 784, 'Kalu Chak', ''),
(41592, 102, 784, 'Karan', ''),
(41593, 102, 784, 'Kathua', ''),
(41594, 102, 784, 'Katra', ''),
(41595, 102, 784, 'Kundan', ''),
(41596, 102, 784, 'Kupwāra', ''),
(41597, 102, 784, 'Markal', ''),
(41598, 102, 784, 'Martand', ''),
(41599, 102, 784, 'Maruthi', ''),
(41600, 102, 784, 'Naren', ''),
(41601, 102, 784, 'Nila', ''),
(41602, 102, 784, 'Pahlgam', ''),
(41603, 102, 784, 'Pandorian', ''),
(41604, 102, 784, 'Patel', ''),
(41605, 102, 784, 'Raju', ''),
(41606, 102, 784, 'Ranbirsinghpura', ''),
(41607, 102, 784, 'Ranjan', ''),
(41608, 102, 784, 'Ring', ''),
(41609, 102, 784, 'Srinagar', ''),
(41610, 102, 784, 'Suman', ''),
(41611, 102, 785, 'Alappuzha', ''),
(41612, 102, 785, 'Aluva', ''),
(41613, 102, 785, 'Ambalapuzha', ''),
(41614, 102, 785, 'Amboori', ''),
(41615, 102, 785, 'Anchal', ''),
(41616, 102, 785, 'Angadipuram', ''),
(41617, 102, 785, 'Attingal', ''),
(41618, 102, 785, 'Changanacheri', ''),
(41619, 102, 785, 'Chavakkad', ''),
(41620, 102, 785, 'Chendamangalam', ''),
(41621, 102, 785, 'Chengannur', ''),
(41622, 102, 785, 'Edapalli', ''),
(41623, 102, 785, 'Ernakulam', ''),
(41624, 102, 785, 'Guruvayur', ''),
(41625, 102, 785, 'Idukki', ''),
(41626, 102, 785, 'Kadakkal', ''),
(41627, 102, 785, 'Kalpetta', ''),
(41628, 102, 785, 'Kanhangad', ''),
(41629, 102, 785, 'Kaniyambetta', ''),
(41630, 102, 785, 'Kannur', ''),
(41631, 102, 785, 'Kasaragod', ''),
(41632, 102, 785, 'Kattakada', ''),
(41633, 102, 785, 'Kattanam', ''),
(41634, 102, 785, 'Kayamkulam', ''),
(41635, 102, 785, 'Kazhakuttam', ''),
(41636, 102, 785, 'Kochi', ''),
(41637, 102, 785, 'Kodungallur', ''),
(41638, 102, 785, 'Kollam', ''),
(41639, 102, 785, 'Kottakkal', ''),
(41640, 102, 785, 'Kottarakara', ''),
(41641, 102, 785, 'Kottayam', ''),
(41642, 102, 785, 'Kozhikode', ''),
(41643, 102, 785, 'Kunnamkulam', ''),
(41644, 102, 785, 'Kutiatodu', ''),
(41645, 102, 785, 'Kuttippuram', ''),
(41646, 102, 785, 'Mahe', ''),
(41647, 102, 785, 'Malappuram', ''),
(41648, 102, 785, 'Mananthavady', ''),
(41649, 102, 785, 'Mavelikara', ''),
(41650, 102, 785, 'Mundur', ''),
(41651, 102, 785, 'Naduvannur', ''),
(41652, 102, 785, 'Nedumangad', ''),
(41653, 102, 785, 'Nellayi', ''),
(41654, 102, 785, 'Nemmara', ''),
(41655, 102, 785, 'Nilambur', ''),
(41656, 102, 785, 'Nileshwar', ''),
(41657, 102, 785, 'Ottappalam', ''),
(41658, 102, 785, 'Palakkad', ''),
(41659, 102, 785, 'Palayam', ''),
(41660, 102, 785, 'Panmana', ''),
(41661, 102, 785, 'Paravur', ''),
(41662, 102, 785, 'Pathanamthitta', ''),
(41663, 102, 785, 'Pattambi', ''),
(41664, 102, 785, 'Payyanur', ''),
(41665, 102, 785, 'Payyoli', ''),
(41666, 102, 785, 'Perumbavoor', ''),
(41667, 102, 785, 'Piravam', ''),
(41668, 102, 785, 'Ponnani', ''),
(41669, 102, 785, 'Punalur', ''),
(41670, 102, 785, 'Punnapra', ''),
(41671, 102, 785, 'Quilandi', ''),
(41672, 102, 785, 'Shoranur', ''),
(41673, 102, 785, 'Sultans Battery', ''),
(41674, 102, 785, 'Thalassery', ''),
(41675, 102, 785, 'Thiruvananthapuram', ''),
(41676, 102, 785, 'Thodupuzha', ''),
(41677, 102, 785, 'Thrissur', ''),
(41678, 102, 785, 'Tirur', ''),
(41679, 102, 785, 'Tiruvalla', ''),
(41680, 102, 785, 'Trikkandiyur', ''),
(41681, 102, 785, 'Urakam', ''),
(41682, 102, 785, 'Vaikam', ''),
(41683, 102, 785, 'Valancheri', ''),
(41684, 102, 785, 'Varkala', ''),
(41685, 102, 785, 'Walayar', ''),
(41686, 102, 785, 'Wandur', ''),
(41687, 102, 786, 'Kavaratti', ''),
(41688, 102, 787, 'Abhana', ''),
(41689, 102, 787, 'Amarkantak', ''),
(41690, 102, 787, 'Ambah', ''),
(41691, 102, 787, 'Amkhera', ''),
(41692, 102, 787, 'Anantpura', ''),
(41693, 102, 787, 'Bag', ''),
(41694, 102, 787, 'Balaghat', ''),
(41695, 102, 787, 'Barnagar', ''),
(41696, 102, 787, 'Baroda', ''),
(41697, 102, 787, 'Barwani', ''),
(41698, 102, 787, 'Berasia', ''),
(41699, 102, 787, 'Betul', ''),
(41700, 102, 787, 'Bhagwan', ''),
(41701, 102, 787, 'Bhartiya', ''),
(41702, 102, 787, 'Bhopal', ''),
(41703, 102, 787, 'Binaganj', ''),
(41704, 102, 787, 'Chakra', ''),
(41705, 102, 787, 'Chand', ''),
(41706, 102, 787, 'Chari', ''),
(41707, 102, 787, 'Chhindwara', ''),
(41708, 102, 787, 'Chopra', ''),
(41709, 102, 787, 'Dari', ''),
(41710, 102, 787, 'Datia', ''),
(41711, 102, 787, 'Dewas', ''),
(41712, 102, 787, 'Dhar', ''),
(41713, 102, 787, 'Dindori', ''),
(41714, 102, 787, 'Gadarwara', ''),
(41715, 102, 787, 'Gandhigram', ''),
(41716, 102, 787, 'Ganpat', ''),
(41717, 102, 787, 'Gwalior', ''),
(41718, 102, 787, 'Hoshangabad', ''),
(41719, 102, 787, 'Indore', ''),
(41720, 102, 787, 'Jabalpur', ''),
(41721, 102, 787, 'Jaitpur', ''),
(41722, 102, 787, 'Kamalpura', ''),
(41723, 102, 787, 'Karanpur', ''),
(41724, 102, 787, 'Kataria', ''),
(41725, 102, 787, 'Katni', ''),
(41726, 102, 787, 'Khajuraho Group of Monuments', ''),
(41727, 102, 787, 'Khandwa', ''),
(41728, 102, 787, 'Khargone', ''),
(41729, 102, 787, 'Khokara Kalan', ''),
(41730, 102, 787, 'Kunwarpur', ''),
(41731, 102, 787, 'Mandla', ''),
(41732, 102, 787, 'Mandsaur', ''),
(41733, 102, 787, 'Mhow', ''),
(41734, 102, 787, 'Motinala', ''),
(41735, 102, 787, 'Nadia', ''),
(41736, 102, 787, 'Nagara', ''),
(41737, 102, 787, 'Nagda', ''),
(41738, 102, 787, 'Narsimhapur', ''),
(41739, 102, 787, 'Ojha', ''),
(41740, 102, 787, 'Pachmarhi', ''),
(41741, 102, 787, 'Pipariya', ''),
(41742, 102, 787, 'Raipur', ''),
(41743, 102, 787, 'Raisen', ''),
(41744, 102, 787, 'Rajapur', ''),
(41745, 102, 787, 'Rama', ''),
(41746, 102, 787, 'Ratlam', ''),
(41747, 102, 787, 'Rewa', ''),
(41748, 102, 787, 'Runaha', ''),
(41749, 102, 787, 'Sarangi', ''),
(41750, 102, 787, 'Satna', ''),
(41751, 102, 787, 'Saugor', ''),
(41752, 102, 787, 'Sidhi', ''),
(41753, 102, 787, 'Soni', ''),
(41754, 102, 787, 'Susera', ''),
(41755, 102, 787, 'Tala', ''),
(41756, 102, 787, 'Theni', ''),
(41757, 102, 787, 'Ujjain', ''),
(41758, 102, 787, 'Vidisha', ''),
(41759, 102, 788, 'Abdul', ''),
(41760, 102, 788, 'Achalpur', ''),
(41761, 102, 788, 'Ahmednagar', ''),
(41762, 102, 788, 'Airoli', ''),
(41763, 102, 788, 'Akola', ''),
(41764, 102, 788, 'Alandi', ''),
(41765, 102, 788, 'Alibag', ''),
(41766, 102, 788, 'Ambad', ''),
(41767, 102, 788, 'Ambarnath', ''),
(41768, 102, 788, 'Amravati', ''),
(41769, 102, 788, 'Andheri', ''),
(41770, 102, 788, 'Aundh', ''),
(41771, 102, 788, 'Aurangabad', ''),
(41772, 102, 788, 'Badlapur', ''),
(41773, 102, 788, 'Bandra', ''),
(41774, 102, 788, 'Baramati', ''),
(41775, 102, 788, 'Beed', ''),
(41776, 102, 788, 'Belapur', ''),
(41777, 102, 788, 'Bhandara', ''),
(41778, 102, 788, 'Bhandup', ''),
(41779, 102, 788, 'Bhiwandi', ''),
(41780, 102, 788, 'Bhusawal', ''),
(41781, 102, 788, 'Boisar', ''),
(41782, 102, 788, 'Borivali', ''),
(41783, 102, 788, 'Borivali West', ''),
(41784, 102, 788, 'Buldana', ''),
(41785, 102, 788, 'Chandrapur', ''),
(41786, 102, 788, 'Charan', ''),
(41787, 102, 788, 'Chargaon', ''),
(41788, 102, 788, 'Chembur', ''),
(41789, 102, 788, 'Chiplun', ''),
(41790, 102, 788, 'Colaba', ''),
(41791, 102, 788, 'Dahanu', ''),
(41792, 102, 788, 'Deccan Gymkhana', ''),
(41793, 102, 788, 'Dharavi', ''),
(41794, 102, 788, 'Dharur', ''),
(41795, 102, 788, 'Dhule', ''),
(41796, 102, 788, 'Dombivali', ''),
(41797, 102, 788, 'Ellora Caves', ''),
(41798, 102, 788, 'Faizpur', ''),
(41799, 102, 788, 'Ghansoli', ''),
(41800, 102, 788, 'Ghatkopar', ''),
(41801, 102, 788, 'Gondia', ''),
(41802, 102, 788, 'Goregaon', ''),
(41803, 102, 788, 'Halkarni', ''),
(41804, 102, 788, 'Ichalkaranji', ''),
(41805, 102, 788, 'Igatpuri', ''),
(41806, 102, 788, 'Indapur', ''),
(41807, 102, 788, 'Jalgaon Jamod', ''),
(41808, 102, 788, 'Jalna', ''),
(41809, 102, 788, 'Jath', ''),
(41810, 102, 788, 'Jintur', ''),
(41811, 102, 788, 'Juhu', ''),
(41812, 102, 788, 'Kalamboli', ''),
(41813, 102, 788, 'Kallam', ''),
(41814, 102, 788, 'Kalva', ''),
(41815, 102, 788, 'Kalyan', ''),
(41816, 102, 788, 'Karad', ''),
(41817, 102, 788, 'Kasal', ''),
(41818, 102, 788, 'Ketkipada', ''),
(41819, 102, 788, 'Khalapur', ''),
(41820, 102, 788, 'Khamgaon', ''),
(41821, 102, 788, 'Kharghar', ''),
(41822, 102, 788, 'Khopoli', ''),
(41823, 102, 788, 'Kolhapur', ''),
(41824, 102, 788, 'Kopar', ''),
(41825, 102, 788, 'Kurla', ''),
(41826, 102, 788, 'Latur', ''),
(41827, 102, 788, 'Lonavla', ''),
(41828, 102, 788, 'Madh', ''),
(41829, 102, 788, 'Mahim', ''),
(41830, 102, 788, 'Malad', ''),
(41831, 102, 788, 'Malvan', ''),
(41832, 102, 788, 'Mangaon', ''),
(41833, 102, 788, 'Manor', ''),
(41834, 102, 788, 'Matunga', ''),
(41835, 102, 788, 'Mazgaon', ''),
(41836, 102, 788, 'Mira Road', ''),
(41837, 102, 788, 'Miraj', ''),
(41838, 102, 788, 'Mumbai', ''),
(41839, 102, 788, 'Murbad', ''),
(41840, 102, 788, 'Nagpur', ''),
(41841, 102, 788, 'Nanded', ''),
(41842, 102, 788, 'Nandurbar', ''),
(41843, 102, 788, 'Nariman Point', ''),
(41844, 102, 788, 'Nashik', ''),
(41845, 102, 788, 'Neral', ''),
(41846, 102, 788, 'Neri', ''),
(41847, 102, 788, 'Nipani', ''),
(41848, 102, 788, 'Osmanabad', ''),
(41849, 102, 788, 'Palghar', ''),
(41850, 102, 788, 'Palus', ''),
(41851, 102, 788, 'Pandharpur', ''),
(41852, 102, 788, 'Panvel', ''),
(41853, 102, 788, 'Parbhani', ''),
(41854, 102, 788, 'Parel', ''),
(41855, 102, 788, 'Pargaon', ''),
(41856, 102, 788, 'Pathardi', ''),
(41857, 102, 788, 'Pen', ''),
(41858, 102, 788, 'Peth', ''),
(41859, 102, 788, 'Pimpalgaon', ''),
(41860, 102, 788, 'Pimpri', ''),
(41861, 102, 788, 'Pune', ''),
(41862, 102, 788, 'Pural', ''),
(41863, 102, 788, 'Puras', ''),
(41864, 102, 788, 'Ratnagiri', ''),
(41865, 102, 788, 'Roha', ''),
(41866, 102, 788, 'Sangamner', ''),
(41867, 102, 788, 'Sangli', ''),
(41868, 102, 788, 'Sangola', ''),
(41869, 102, 788, 'Satara', ''),
(41870, 102, 788, 'Sewri', ''),
(41871, 102, 788, 'Shahapur', ''),
(41872, 102, 788, 'Shegaon', ''),
(41873, 102, 788, 'Shetphal', ''),
(41874, 102, 788, 'Shikrapur', ''),
(41875, 102, 788, 'Shinde', ''),
(41876, 102, 788, 'Shirdi', ''),
(41877, 102, 788, 'Shirgaon', ''),
(41878, 102, 788, 'Shirol', ''),
(41879, 102, 788, 'Shirwal', ''),
(41880, 102, 788, 'Shrigonda', ''),
(41881, 102, 788, 'Sinnar', ''),
(41882, 102, 788, 'Sion', ''),
(41883, 102, 788, 'Solapur', ''),
(41884, 102, 788, 'Thane', ''),
(41885, 102, 788, 'Trimbak', ''),
(41886, 102, 788, 'Trombay', ''),
(41887, 102, 788, 'Tuljapur', ''),
(41888, 102, 788, 'Ulhasnagar', ''),
(41889, 102, 788, 'Umred', ''),
(41890, 102, 788, 'Urun-Islampur', ''),
(41891, 102, 788, 'Vadangali', ''),
(41892, 102, 788, 'Vadner', ''),
(41893, 102, 788, 'Vasai', ''),
(41894, 102, 788, 'Vashi', ''),
(41895, 102, 788, 'Vikhroli', ''),
(41896, 102, 788, 'Virar', ''),
(41897, 102, 788, 'Wadala', ''),
(41898, 102, 788, 'Wardha', ''),
(41899, 102, 788, 'Worli', ''),
(41900, 102, 788, 'Yavatmal', ''),
(41901, 102, 788, 'Yeola', ''),
(41902, 102, 789, 'Imphal', ''),
(41903, 102, 789, 'Tallui', ''),
(41904, 102, 790, 'Nongpoh', ''),
(41905, 102, 790, 'Nongstoin', ''),
(41906, 102, 790, 'Pala', ''),
(41907, 102, 790, 'Shillong', ''),
(41908, 102, 790, 'Tura', ''),
(41909, 102, 791, 'Aizawl', ''),
(41910, 102, 791, 'Kolasib', ''),
(41911, 102, 791, 'Lobo', ''),
(41912, 102, 791, 'Lunglei', ''),
(41913, 102, 791, 'Pappampatti', ''),
(41914, 102, 792, 'Chen', ''),
(41915, 102, 792, 'Chungtia', ''),
(41916, 102, 792, 'Dimapur', ''),
(41917, 102, 792, 'Kohima', ''),
(41918, 102, 793, 'Alipur', ''),
(41919, 102, 793, 'Badarpur', ''),
(41920, 102, 793, 'Bankner', ''),
(41921, 102, 793, 'Bawana', ''),
(41922, 102, 793, 'Bijwasan', ''),
(41923, 102, 793, 'Chhatarpur', ''),
(41924, 102, 793, 'Connaught Place', ''),
(41925, 102, 793, 'Darya Ganj', ''),
(41926, 102, 793, 'Delhi', ''),
(41927, 102, 793, 'Karol Bagh', ''),
(41928, 102, 793, 'Mahrauli', ''),
(41929, 102, 793, 'New Delhi', ''),
(41930, 102, 793, 'New Friends Colony', ''),
(41931, 102, 793, 'Safdarjung Enclave', ''),
(41932, 102, 793, 'Shahdara', ''),
(41933, 102, 793, 'Vasant Kunj', ''),
(41934, 102, 794, 'Angul', ''),
(41935, 102, 794, 'Asika', ''),
(41936, 102, 794, 'Balanga', ''),
(41937, 102, 794, 'Balangir', ''),
(41938, 102, 794, 'Balasore', ''),
(41939, 102, 794, 'Bargarh', ''),
(41940, 102, 794, 'Bhubaneswar', ''),
(41941, 102, 794, 'Brahmapur', ''),
(41942, 102, 794, 'Burla', ''),
(41943, 102, 794, 'Cuttack', ''),
(41944, 102, 794, 'Dhenkanal', ''),
(41945, 102, 794, 'Digi', ''),
(41946, 102, 794, 'Gopalpur', ''),
(41947, 102, 794, 'Jajpur', ''),
(41948, 102, 794, 'Jatani', ''),
(41949, 102, 794, 'Jharsuguda', ''),
(41950, 102, 794, 'Kalinga', ''),
(41951, 102, 794, 'Keonjhargarh', ''),
(41952, 102, 794, 'Khandagiri', ''),
(41953, 102, 794, 'Khurda', ''),
(41954, 102, 794, 'Koraput', ''),
(41955, 102, 794, 'Kundora', ''),
(41956, 102, 794, 'Nayagarh', ''),
(41957, 102, 794, 'Paradip', ''),
(41958, 102, 794, 'Puri', ''),
(41959, 102, 794, 'Raurkela', ''),
(41960, 102, 794, 'Rayagada', ''),
(41961, 102, 794, 'Sambalpur', ''),
(41962, 102, 794, 'Sunabeda', ''),
(41963, 102, 794, 'Talcher', ''),
(41964, 102, 794, 'Tarabha', ''),
(41965, 102, 794, 'Udaigiri', ''),
(41966, 102, 795, 'Ajmer', ''),
(41967, 102, 795, 'Akoda', ''),
(41968, 102, 795, 'Alwar', ''),
(41969, 102, 795, 'Amber', ''),
(41970, 102, 795, 'Amet', ''),
(41971, 102, 795, 'Bahadurpura', ''),
(41972, 102, 795, 'Bali', ''),
(41973, 102, 795, 'Banswara', ''),
(41974, 102, 795, 'Baran', ''),
(41975, 102, 795, 'Barmer', ''),
(41976, 102, 795, 'Beawar', ''),
(41977, 102, 795, 'Bhakrod', ''),
(41978, 102, 795, 'Bharatpur', ''),
(41979, 102, 795, 'Bhilwara', ''),
(41980, 102, 795, 'Bhiwadi', ''),
(41981, 102, 795, 'Bikaner', ''),
(41982, 102, 795, 'Binavas', ''),
(41983, 102, 795, 'Chani', ''),
(41984, 102, 795, 'Charu', ''),
(41985, 102, 795, 'Chetan', ''),
(41986, 102, 795, 'Chhabra', ''),
(41987, 102, 795, 'Dausa', ''),
(41988, 102, 795, 'Dipas', ''),
(41989, 102, 795, 'Dolara', ''),
(41990, 102, 795, 'Durgapura', ''),
(41991, 102, 795, 'Fazalpura', ''),
(41992, 102, 795, 'Ganganagar', ''),
(41993, 102, 795, 'Gangapur', ''),
(41994, 102, 795, 'Gangrar', ''),
(41995, 102, 795, 'Gokalpura', ''),
(41996, 102, 795, 'Hamiri', ''),
(41997, 102, 795, 'Jaipur', ''),
(41998, 102, 795, 'Jaisalmer', ''),
(41999, 102, 795, 'Jhalawar', ''),
(42000, 102, 795, 'Jhunjhunun', ''),
(42001, 102, 795, 'Jodhpur', ''),
(42002, 102, 795, 'Kalan', ''),
(42003, 102, 795, 'Kalwara', ''),
(42004, 102, 795, 'Kaman', ''),
(42005, 102, 795, 'Kanakpura', ''),
(42006, 102, 795, 'Kankroli', ''),
(42007, 102, 795, 'Khan', ''),
(42008, 102, 795, 'Khandela', ''),
(42009, 102, 795, 'Kishangarh', ''),
(42010, 102, 795, 'Kolayat', ''),
(42011, 102, 795, 'Kota', ''),
(42012, 102, 795, 'Lamba Harisingh', ''),
(42013, 102, 795, 'Lohsana Bara', ''),
(42014, 102, 795, 'Mahajan', ''),
(42015, 102, 795, 'Mahatma', ''),
(42016, 102, 795, 'Mandal', ''),
(42017, 102, 795, 'Mansarovar', ''),
(42018, 102, 795, 'Moi Kalan', ''),
(42019, 102, 795, 'Mount Abu', ''),
(42020, 102, 795, 'Nagar', ''),
(42021, 102, 795, 'Nagaur', ''),
(42022, 102, 795, 'Naraina', ''),
(42023, 102, 795, 'Nathdwara', ''),
(42024, 102, 795, 'Nimbri Chandawatan', ''),
(42025, 102, 795, 'Nokha', ''),
(42026, 102, 795, 'Palas', ''),
(42027, 102, 795, 'Pali', ''),
(42028, 102, 795, 'Pilani', ''),
(42029, 102, 795, 'Pitampura', ''),
(42030, 102, 795, 'Pushkar', ''),
(42031, 102, 795, 'Rana', ''),
(42032, 102, 795, 'Rani', ''),
(42033, 102, 795, 'Roshan', ''),
(42034, 102, 795, 'Samod', ''),
(42035, 102, 795, 'Shiv', ''),
(42036, 102, 795, 'Sikar', ''),
(42037, 102, 795, 'Sinwar', ''),
(42038, 102, 795, 'Sirohi', ''),
(42039, 102, 795, 'Sujangarh', ''),
(42040, 102, 795, 'Surana', ''),
(42041, 102, 795, 'Taranagar', ''),
(42042, 102, 795, 'Thali', ''),
(42043, 102, 795, 'Tonk', ''),
(42044, 102, 795, 'Udaipur', ''),
(42045, 102, 796, 'Gangtok', ''),
(42046, 102, 796, 'Manu', ''),
(42047, 102, 796, 'Rangpo', ''),
(42048, 102, 796, 'Sirwani', ''),
(42049, 102, 796, 'Soreng', ''),
(42050, 102, 797, 'Ajgarbahar', ''),
(42051, 102, 797, 'Bhilai', ''),
(42052, 102, 797, 'Bilaspur', ''),
(42053, 102, 797, 'Dhamtari', ''),
(42054, 102, 797, 'Durg', ''),
(42055, 102, 797, 'Fasterpur', ''),
(42056, 102, 797, 'Jagdalpur', ''),
(42057, 102, 797, 'Kodwa', ''),
(42058, 102, 797, 'Koni', ''),
(42059, 102, 797, 'Korba', ''),
(42060, 102, 797, 'Kumhari', ''),
(42061, 102, 797, 'Lanka', ''),
(42062, 102, 797, 'Mohala', ''),
(42063, 102, 797, 'Raigarh', ''),
(42064, 102, 797, 'Raipur', ''),
(42065, 102, 797, 'Sukma', ''),
(42066, 102, 798, 'Baleta', ''),
(42067, 102, 798, 'Bhawan', ''),
(42068, 102, 798, 'Dharamsala', ''),
(42069, 102, 798, 'Dharmpur', ''),
(42070, 102, 798, 'Hamirpur', ''),
(42071, 102, 798, 'Hari', ''),
(42072, 102, 798, 'Jeora', ''),
(42073, 102, 798, 'Jundla', ''),
(42074, 102, 798, 'Kala Amb', ''),
(42075, 102, 798, 'Kalka', ''),
(42076, 102, 798, 'Kangar', ''),
(42077, 102, 798, 'Kumar', ''),
(42078, 102, 798, 'Mandi', ''),
(42079, 102, 798, 'Mani', ''),
(42080, 102, 798, 'Mashobra', ''),
(42081, 102, 798, 'Nadaun', ''),
(42082, 102, 798, 'Nalagarh', ''),
(42083, 102, 798, 'Nauni', ''),
(42084, 102, 798, 'Nehra', ''),
(42085, 102, 798, 'Nurpur', ''),
(42086, 102, 798, 'Paonta Sahib', ''),
(42087, 102, 798, 'Randa', ''),
(42088, 102, 798, 'Shimla', ''),
(42089, 102, 798, 'Solan', ''),
(42090, 102, 798, 'Una', ''),
(42091, 102, 799, 'Anjan', ''),
(42092, 102, 799, 'Bokaro', ''),
(42093, 102, 799, 'Dhanbad', ''),
(42094, 102, 799, 'Dumka', ''),
(42095, 102, 799, 'Hazaribagh', ''),
(42096, 102, 799, 'Jamshedpur', ''),
(42097, 102, 799, 'Jugsalai', ''),
(42098, 102, 799, 'Kumarkera', ''),
(42099, 102, 799, 'Mahulia', ''),
(42100, 102, 799, 'Ranchi', ''),
(42101, 102, 799, 'Sarath', ''),
(42102, 102, 800, 'Abohar', ''),
(42103, 102, 800, 'Amloh', ''),
(42104, 102, 800, 'Amritsar', ''),
(42105, 102, 800, 'Anandpur', ''),
(42106, 102, 800, 'Banga', ''),
(42107, 102, 800, 'Banur', ''),
(42108, 102, 800, 'Barnala', ''),
(42109, 102, 800, 'Batala', ''),
(42110, 102, 800, 'Bathinda', ''),
(42111, 102, 800, 'Bhatinda', ''),
(42112, 102, 800, 'Daroli', ''),
(42113, 102, 800, 'Dasuya', ''),
(42114, 102, 800, 'Dhariwal', ''),
(42115, 102, 800, 'Dhuri', ''),
(42116, 102, 800, 'Dinanagar', ''),
(42117, 102, 800, 'Faridkot', ''),
(42118, 102, 800, 'Fazilka', ''),
(42119, 102, 800, 'Ferozepore', ''),
(42120, 102, 800, 'Garhshankar', ''),
(42121, 102, 800, 'Gurdaspur', ''),
(42122, 102, 800, 'Jagraon', ''),
(42123, 102, 800, 'Jalandhar', ''),
(42124, 102, 800, 'Jandiala', ''),
(42125, 102, 800, 'Jodhpur', ''),
(42126, 102, 800, 'Kandhargarh', ''),
(42127, 102, 800, 'Kapurthala Town', ''),
(42128, 102, 800, 'Khanna', ''),
(42129, 102, 800, 'Kharar', ''),
(42130, 102, 800, 'Kotkapura', ''),
(42131, 102, 800, 'Ludhiana', ''),
(42132, 102, 800, 'Machhiwara', ''),
(42133, 102, 800, 'Maharaj', ''),
(42134, 102, 800, 'Mansa', ''),
(42135, 102, 800, 'Marhana', ''),
(42136, 102, 800, 'Moga', ''),
(42137, 102, 800, 'Mohali', ''),
(42138, 102, 800, 'Mukerian', ''),
(42139, 102, 800, 'Muktsar', ''),
(42140, 102, 800, 'Mullanpur', ''),
(42141, 102, 800, 'Nabha', ''),
(42142, 102, 800, 'Nakodar', ''),
(42143, 102, 800, 'Nangal Township', ''),
(42144, 102, 800, 'Pathankot', ''),
(42145, 102, 800, 'Patiala', ''),
(42146, 102, 800, 'Phagwara', ''),
(42147, 102, 800, 'Purkhali', ''),
(42148, 102, 800, 'Rajpura', ''),
(42149, 102, 800, 'Rampura', ''),
(42150, 102, 800, 'Rangian', ''),
(42151, 102, 800, 'Ropar', ''),
(42152, 102, 800, 'Sangrur', ''),
(42153, 102, 800, 'Sunam', ''),
(42154, 102, 800, 'Talwandi Sabo', ''),
(42155, 102, 800, 'Tanda', ''),
(42156, 102, 801, 'Alandur', ''),
(42157, 102, 801, 'Alangayam', ''),
(42158, 102, 801, 'Alangudi', ''),
(42159, 102, 801, 'Alangulam', ''),
(42160, 102, 801, 'Ambur', ''),
(42161, 102, 801, 'Aminjikarai', ''),
(42162, 102, 801, 'Anakaputtur', ''),
(42163, 102, 801, 'Andimatam', ''),
(42164, 102, 801, 'Annamalainagar', ''),
(42165, 102, 801, 'Arakkonam', ''),
(42166, 102, 801, 'Arani', ''),
(42167, 102, 801, 'Ariyalur', ''),
(42168, 102, 801, 'Attur', ''),
(42169, 102, 801, 'Auroville', ''),
(42170, 102, 801, 'Avadi', ''),
(42171, 102, 801, 'Bellandur', ''),
(42172, 102, 801, 'Bhuvanagiri', ''),
(42173, 102, 801, 'Bodinayakkanur', ''),
(42174, 102, 801, 'Chengalpattu', ''),
(42175, 102, 801, 'Chennai', ''),
(42176, 102, 801, 'Cheyyar', ''),
(42177, 102, 801, 'Chidambaram', ''),
(42178, 102, 801, 'Coimbatore', ''),
(42179, 102, 801, 'Coonoor', ''),
(42180, 102, 801, 'Cuddalore', ''),
(42181, 102, 801, 'Devipattinam', ''),
(42182, 102, 801, 'Dharapuram', ''),
(42183, 102, 801, 'Dharmapuri', ''),
(42184, 102, 801, 'Dindigul', ''),
(42185, 102, 801, 'Egmore', ''),
(42186, 102, 801, 'Ekkattuthangal', ''),
(42187, 102, 801, 'Erode', ''),
(42188, 102, 801, 'Fort', ''),
(42189, 102, 801, 'Gobichettipalayam', ''),
(42190, 102, 801, 'Guindy', ''),
(42191, 102, 801, 'Hosur', ''),
(42192, 102, 801, 'Kalpakkam', ''),
(42193, 102, 801, 'Kanchipuram', ''),
(42194, 102, 801, 'Kaniyambadi', ''),
(42195, 102, 801, 'Kanniyakumari', ''),
(42196, 102, 801, 'Karaikudi', ''),
(42197, 102, 801, 'Karamadai', ''),
(42198, 102, 801, 'Karambedu', ''),
(42199, 102, 801, 'Kariyapatnam', ''),
(42200, 102, 801, 'Karur', ''),
(42201, 102, 801, 'Kelambakkam', ''),
(42202, 102, 801, 'Kodaikanal', ''),
(42203, 102, 801, 'Korkai', ''),
(42204, 102, 801, 'Kotagiri', ''),
(42205, 102, 801, 'Kovilpatti', ''),
(42206, 102, 801, 'Krishnagiri', ''),
(42207, 102, 801, 'Kulasegaram', ''),
(42208, 102, 801, 'Kumarapalayam', ''),
(42209, 102, 801, 'Kumbakonam', ''),
(42210, 102, 801, 'Kuzhithurai', ''),
(42211, 102, 801, 'Lalgudi', ''),
(42212, 102, 801, 'Madipakkam', ''),
(42213, 102, 801, 'Madukkur', ''),
(42214, 102, 801, 'Madurai', ''),
(42215, 102, 801, 'Madurantakam', ''),
(42216, 102, 801, 'Mahabalipuram', ''),
(42217, 102, 801, 'Manavalakurichi', ''),
(42218, 102, 801, 'Mannargudi', ''),
(42219, 102, 801, 'Mettuppalaiyam', ''),
(42220, 102, 801, 'Moolakadai', ''),
(42221, 102, 801, 'Mylapore', ''),
(42222, 102, 801, 'Nagapattinam', ''),
(42223, 102, 801, 'Nagercoil', ''),
(42224, 102, 801, 'Nallur', ''),
(42225, 102, 801, 'Namakkal', ''),
(42226, 102, 801, 'Nandambakkam', ''),
(42227, 102, 801, 'Nandanam', ''),
(42228, 102, 801, 'Neelankarai', ''),
(42229, 102, 801, 'Neyveli', ''),
(42230, 102, 801, 'Omalur', ''),
(42231, 102, 801, 'Ooty', ''),
(42232, 102, 801, 'Palani', ''),
(42233, 102, 801, 'Palayankottai', ''),
(42234, 102, 801, 'Palladam', ''),
(42235, 102, 801, 'Panruti', ''),
(42236, 102, 801, 'Pattukkottai', ''),
(42237, 102, 801, 'Peelamedu', ''),
(42238, 102, 801, 'Perambalur', ''),
(42239, 102, 801, 'Perambur', ''),
(42240, 102, 801, 'Perundurai', ''),
(42241, 102, 801, 'Perungudi', ''),
(42242, 102, 801, 'Podanur', ''),
(42243, 102, 801, 'Pollachi', ''),
(42244, 102, 801, 'Ponneri', ''),
(42245, 102, 801, 'Ponniammanmedu', ''),
(42246, 102, 801, 'Poonamalle', ''),
(42247, 102, 801, 'Porayar', ''),
(42248, 102, 801, 'Pudukkottai', ''),
(42249, 102, 801, 'Pudur', ''),
(42250, 102, 801, 'Puliyur', ''),
(42251, 102, 801, 'Raja Annamalaipuram', ''),
(42252, 102, 801, 'Rajapalaiyam', ''),
(42253, 102, 801, 'Ramanathapuram', ''),
(42254, 102, 801, 'Ranippettai', ''),
(42255, 102, 801, 'Salem', ''),
(42256, 102, 801, 'Saligramam', ''),
(42257, 102, 801, 'Sathyamangalam', ''),
(42258, 102, 801, 'Sattur', ''),
(42259, 102, 801, 'Singampunari', ''),
(42260, 102, 801, 'Singapperumalkovil', ''),
(42261, 102, 801, 'Sirkazhi', ''),
(42262, 102, 801, 'Siruseri', ''),
(42263, 102, 801, 'Sivaganga', ''),
(42264, 102, 801, 'Sivakasi', ''),
(42265, 102, 801, 'Sriperumbudur', ''),
(42266, 102, 801, 'Srirangam', ''),
(42267, 102, 801, 'Srivilliputhur', ''),
(42268, 102, 801, 'Swamimalai', ''),
(42269, 102, 801, 'Tambaram', ''),
(42270, 102, 801, 'Teynampet', ''),
(42271, 102, 801, 'Thanjavur', ''),
(42272, 102, 801, 'Thenkasi', ''),
(42273, 102, 801, 'Thirukattupalli', ''),
(42274, 102, 801, 'Thirumangalam', ''),
(42275, 102, 801, 'Thiruvarur', ''),
(42276, 102, 801, 'Thoothukudi', ''),
(42277, 102, 801, 'Tindivanam', ''),
(42278, 102, 801, 'Tiruchchendur', ''),
(42279, 102, 801, 'Tiruchengode', ''),
(42280, 102, 801, 'Tiruchi', ''),
(42281, 102, 801, 'Tirunelveli', ''),
(42282, 102, 801, 'Tirupattur', ''),
(42283, 102, 801, 'Tiruppur', ''),
(42284, 102, 801, 'Tiruvallur', ''),
(42285, 102, 801, 'Tiruvannamalai', ''),
(42286, 102, 801, 'Tondiarpet', ''),
(42287, 102, 801, 'Turaiyur', ''),
(42288, 102, 801, 'Udumalaippettai', ''),
(42289, 102, 801, 'Ulundurpet', ''),
(42290, 102, 801, 'Vadamadurai', ''),
(42291, 102, 801, 'Valapuram', ''),
(42292, 102, 801, 'Valasaravakkam', ''),
(42293, 102, 801, 'Vallam', ''),
(42294, 102, 801, 'Vallioor', ''),
(42295, 102, 801, 'Vandalur', ''),
(42296, 102, 801, 'Vandavasi', ''),
(42297, 102, 801, 'Vaniyambadi', ''),
(42298, 102, 801, 'Velachcheri', ''),
(42299, 102, 801, 'Vellore', ''),
(42300, 102, 801, 'Vepery', ''),
(42301, 102, 801, 'Villupuram', ''),
(42302, 102, 801, 'Vriddhachalam', ''),
(42303, 102, 801, 'Washermanpet', ''),
(42304, 102, 801, 'West Mambalam', ''),
(42305, 102, 802, 'Adilabad', ''),
(42306, 102, 802, 'Amangal', ''),
(42307, 102, 802, 'Hanamkonda', ''),
(42308, 102, 802, 'Hyderabad', ''),
(42309, 102, 802, 'Jagtial', ''),
(42310, 102, 802, 'Jangaon', ''),
(42311, 102, 802, 'Karimnagar', ''),
(42312, 102, 802, 'Khammam', ''),
(42313, 102, 802, 'Koratla', ''),
(42314, 102, 802, 'Mancherial', ''),
(42315, 102, 802, 'Mathwada', ''),
(42316, 102, 802, 'Medak', ''),
(42317, 102, 802, 'Nacharam', ''),
(42318, 102, 802, 'Nagaram', ''),
(42319, 102, 802, 'Nalgonda', ''),
(42320, 102, 802, 'Narsapur', ''),
(42321, 102, 802, 'Nizamabad', ''),
(42322, 102, 802, 'Nizampet', ''),
(42323, 102, 802, 'Parkal', ''),
(42324, 102, 802, 'Patancheru', ''),
(42325, 102, 802, 'Pochampalli', ''),
(42326, 102, 802, 'Secunderabad', ''),
(42327, 102, 802, 'Siddipet', ''),
(42328, 102, 802, 'Suriapet', ''),
(42329, 102, 802, 'Tiruvur', ''),
(42330, 102, 802, 'Trimulgherry', ''),
(42331, 102, 802, 'Uppal', ''),
(42332, 102, 802, 'Warangal', ''),
(42333, 102, 803, 'Agartala', ''),
(42334, 102, 803, 'Amarpur', ''),
(42335, 102, 803, 'Udaipur', ''),
(42336, 102, 804, 'Maru', ''),
(42337, 102, 804, 'Port Blair', ''),
(42338, 102, 804, 'Sawi', ''),
(42339, 102, 805, 'Karaikal', ''),
(42340, 102, 805, 'Puducherry', ''),
(42341, 102, 806, 'Agra', ''),
(42342, 102, 806, 'Aligarh', ''),
(42343, 102, 806, 'Allahabad', ''),
(42344, 102, 806, 'Amroha', ''),
(42345, 102, 806, 'Anandnagar', ''),
(42346, 102, 806, 'Arora', ''),
(42347, 102, 806, 'Auraiya', ''),
(42348, 102, 806, 'Azamgarh', ''),
(42349, 102, 806, 'Balu', ''),
(42350, 102, 806, 'Bank', ''),
(42351, 102, 806, 'Baraut', ''),
(42352, 102, 806, 'Bareilly', ''),
(42353, 102, 806, 'Basti', ''),
(42354, 102, 806, 'Bela', ''),
(42355, 102, 806, 'Bhadohi', ''),
(42356, 102, 806, 'Bhopura', ''),
(42357, 102, 806, 'Bichpuri', ''),
(42358, 102, 806, 'Bilandpur', ''),
(42359, 102, 806, 'Bulandshahr', ''),
(42360, 102, 806, 'Chandpur', ''),
(42361, 102, 806, 'Chanduasi', ''),
(42362, 102, 806, 'Chetganj', ''),
(42363, 102, 806, 'Chhibramau', ''),
(42364, 102, 806, 'Chitra', ''),
(42365, 102, 806, 'Dadri', ''),
(42366, 102, 806, 'Dasna', ''),
(42367, 102, 806, 'Deoband', ''),
(42368, 102, 806, 'Deoria', ''),
(42369, 102, 806, 'Dharau', ''),
(42370, 102, 806, 'Dundahera', ''),
(42371, 102, 806, 'Etawah', ''),
(42372, 102, 806, 'Fatehgarh', ''),
(42373, 102, 806, 'Firozabad', ''),
(42374, 102, 806, 'Fyzabad', ''),
(42375, 102, 806, 'Ghatampur', ''),
(42376, 102, 806, 'Ghaziabad', ''),
(42377, 102, 806, 'Ghazipur', ''),
(42378, 102, 806, 'Gorakhpur', ''),
(42379, 102, 806, 'Hamirpur', ''),
(42380, 102, 806, 'Hapur', ''),
(42381, 102, 806, 'Harsinghpur', ''),
(42382, 102, 806, 'Hasanpur', ''),
(42383, 102, 806, 'Iglas', ''),
(42384, 102, 806, 'Jaunpur', ''),
(42385, 102, 806, 'Jhansi', ''),
(42386, 102, 806, 'Kaithauli', ''),
(42387, 102, 806, 'Kanpur', ''),
(42388, 102, 806, 'Kanwar', ''),
(42389, 102, 806, 'Karari', ''),
(42390, 102, 806, 'Khatauli', ''),
(42391, 102, 806, 'Khurja', ''),
(42392, 102, 806, 'Loni', ''),
(42393, 102, 806, 'Lucknow', ''),
(42394, 102, 806, 'Madhoganj', ''),
(42395, 102, 806, 'Mainpuri', ''),
(42396, 102, 806, 'Mathan', ''),
(42397, 102, 806, 'Mathura', ''),
(42398, 102, 806, 'Mawana', ''),
(42399, 102, 806, 'Meerut', ''),
(42400, 102, 806, 'Mehra', ''),
(42401, 102, 806, 'Mirza Murad', ''),
(42402, 102, 806, 'Mirzapur', ''),
(42403, 102, 806, 'Mohan', ''),
(42404, 102, 806, 'Moradabad', ''),
(42405, 102, 806, 'Muzaffarnagar', ''),
(42406, 102, 806, 'Noida', ''),
(42407, 102, 806, 'Orai', ''),
(42408, 102, 806, 'Phaphamau', ''),
(42409, 102, 806, 'Potti', ''),
(42410, 102, 806, 'Ragha', ''),
(42411, 102, 806, 'Rajapur', ''),
(42412, 102, 806, 'Rampur', ''),
(42413, 102, 806, 'Rath', ''),
(42414, 102, 806, 'Sabhapur', ''),
(42415, 102, 806, 'Saharanpur', ''),
(42416, 102, 806, 'Sahibabad', ''),
(42417, 102, 806, 'Sambhal', ''),
(42418, 102, 806, 'Shahjanpur', ''),
(42419, 102, 806, 'Shakarpur', ''),
(42420, 102, 806, 'Shamsabad', ''),
(42421, 102, 806, 'Shikohabad', ''),
(42422, 102, 806, 'Sidhauli', ''),
(42423, 102, 806, 'Sikka', ''),
(42424, 102, 806, 'Sitapur', ''),
(42425, 102, 806, 'Siwaya', ''),
(42426, 102, 806, 'Sultanpur', ''),
(42427, 102, 806, 'Tanda', ''),
(42428, 102, 806, 'Teri', ''),
(42429, 102, 806, 'Varanasi', ''),
(42430, 102, 807, 'Adwani', ''),
(42431, 102, 807, 'Almora', ''),
(42432, 102, 807, 'Bazpur', ''),
(42433, 102, 807, 'Dabri', ''),
(42434, 102, 807, 'Dang', ''),
(42435, 102, 807, 'Dangi', ''),
(42436, 102, 807, 'Dehra Dun', ''),
(42437, 102, 807, 'Dehradun', ''),
(42438, 102, 807, 'Dhanaulti', ''),
(42439, 102, 807, 'Dugadda', ''),
(42440, 102, 807, 'Dwarahat', ''),
(42441, 102, 807, 'Gangotri', ''),
(42442, 102, 807, 'Haldwani', ''),
(42443, 102, 807, 'Haridwar', ''),
(42444, 102, 807, 'Jamal', ''),
(42445, 102, 807, 'Kashipur', ''),
(42446, 102, 807, 'Kotdwara', ''),
(42447, 102, 807, 'Madanpur', ''),
(42448, 102, 807, 'Mall', ''),
(42449, 102, 807, 'Mewar', ''),
(42450, 102, 807, 'Mill', ''),
(42451, 102, 807, 'Mussoorie', ''),
(42452, 102, 807, 'Nagal', ''),
(42453, 102, 807, 'Naini', ''),
(42454, 102, 807, 'Pantnagar', ''),
(42455, 102, 807, 'Pauri', ''),
(42456, 102, 807, 'Pithoragarh', ''),
(42457, 102, 807, 'Ramnagar', ''),
(42458, 102, 807, 'Rishikesh', ''),
(42459, 102, 807, 'Roorkee', ''),
(42460, 102, 807, 'Sidhpur', ''),
(42461, 102, 807, 'Sitarganj', ''),
(42462, 102, 807, 'Sunari', ''),
(42463, 102, 808, 'Agarpara', ''),
(42464, 102, 808, 'Arambagh', ''),
(42465, 102, 808, 'Asansol', ''),
(42466, 102, 808, 'Badkulla', ''),
(42467, 102, 808, 'Baharampur', ''),
(42468, 102, 808, 'Baidyabati', ''),
(42469, 102, 808, 'Bali', ''),
(42470, 102, 808, 'Balurghat', ''),
(42471, 102, 808, 'Bangaon', ''),
(42472, 102, 808, 'Bankura', ''),
(42473, 102, 808, 'Bara Bazar', ''),
(42474, 102, 808, 'Barakpur', ''),
(42475, 102, 808, 'Baranagar', ''),
(42476, 102, 808, 'Barasat', ''),
(42477, 102, 808, 'Barddhaman', ''),
(42478, 102, 808, 'Basirhat', ''),
(42479, 102, 808, 'Beldanga', ''),
(42480, 102, 808, 'Bishnupur', ''),
(42481, 102, 808, 'Biswanathpur', ''),
(42482, 102, 808, 'Bolpur', ''),
(42483, 102, 808, 'Chakdaha', ''),
(42484, 102, 808, 'Chandannagar', ''),
(42485, 102, 808, 'Chittaranjan', ''),
(42486, 102, 808, 'Chunchura', ''),
(42487, 102, 808, 'Contai', ''),
(42488, 102, 808, 'Dam Dam', ''),
(42489, 102, 808, 'Darjeeling', ''),
(42490, 102, 808, 'Dhaniakhali', ''),
(42491, 102, 808, 'Diamond Harbour', ''),
(42492, 102, 808, 'Dinhata', ''),
(42493, 102, 808, 'Durgapur', ''),
(42494, 102, 808, 'Gujrat', ''),
(42495, 102, 808, 'Habra', ''),
(42496, 102, 808, 'Haldia', ''),
(42497, 102, 808, 'Halisahar', ''),
(42498, 102, 808, 'Haripur', ''),
(42499, 102, 808, 'Howrah', ''),
(42500, 102, 808, 'Hugli', ''),
(42501, 102, 808, 'Islampur', ''),
(42502, 102, 808, 'Jalpaiguri', ''),
(42503, 102, 808, 'Jayanti', ''),
(42504, 102, 808, 'Jejur', ''),
(42505, 102, 808, 'Jhargram', ''),
(42506, 102, 808, 'Kakdwip', ''),
(42507, 102, 808, 'Kalna', ''),
(42508, 102, 808, 'Kalyani', ''),
(42509, 102, 808, 'Kanchrapara', ''),
(42510, 102, 808, 'Kandi', ''),
(42511, 102, 808, 'Karsiyang', ''),
(42512, 102, 808, 'Kasimpur', ''),
(42513, 102, 808, 'Katoya', ''),
(42514, 102, 808, 'Kharagpur', ''),
(42515, 102, 808, 'Khilkapur', ''),
(42516, 102, 808, 'Kolkata', ''),
(42517, 102, 808, 'Konnagar', ''),
(42518, 102, 808, 'Krishnanagar', ''),
(42519, 102, 808, 'Kulti', ''),
(42520, 102, 808, 'Mahesh', ''),
(42521, 102, 808, 'Maldah', ''),
(42522, 102, 808, 'Manipur', ''),
(42523, 102, 808, 'Medinipur', ''),
(42524, 102, 808, 'Multi', ''),
(42525, 102, 808, 'Murshidabad', ''),
(42526, 102, 808, 'Nabadwip', ''),
(42527, 102, 808, 'Nirman', ''),
(42528, 102, 808, 'Panchal', ''),
(42529, 102, 808, 'Panihati', ''),
(42530, 102, 808, 'Patipukur', ''),
(42531, 102, 808, 'Polba', ''),
(42532, 102, 808, 'Rajpur', ''),
(42533, 102, 808, 'Ranaghat', ''),
(42534, 102, 808, 'Raniganj', ''),
(42535, 102, 808, 'Rudrapur', ''),
(42536, 102, 808, 'Sahapur', ''),
(42537, 102, 808, 'Salkhia', ''),
(42538, 102, 808, 'Salt Lake City', ''),
(42539, 102, 808, 'Santipur', ''),
(42540, 102, 808, 'Santragachi', ''),
(42541, 102, 808, 'Saranga', ''),
(42542, 102, 808, 'Sarangabad', ''),
(42543, 102, 808, 'Serampore', ''),
(42544, 102, 808, 'Shanti Niketan', ''),
(42545, 102, 808, 'Shyamnagar', ''),
(42546, 102, 808, 'Sibpur', ''),
(42547, 102, 808, 'Siliguri', ''),
(42548, 102, 808, 'Singur', ''),
(42549, 102, 808, 'Siuri', ''),
(42550, 102, 808, 'Tamluk', ''),
(42551, 102, 808, 'Tista Bazar', ''),
(42552, 102, 808, 'Uttarpara', ''),
(42553, 103, 809, 'Amlapura', ''),
(42554, 103, 809, 'Badung', ''),
(42555, 103, 809, 'Bangli', ''),
(42556, 103, 809, 'Denpasar', ''),
(42557, 103, 809, 'Gianyar', ''),
(42558, 103, 809, 'Kerobokan', ''),
(42559, 103, 809, 'Kintamani', ''),
(42560, 103, 809, 'Klungkung', ''),
(42561, 103, 809, 'Negara', ''),
(42562, 103, 809, 'Nusa Dua', ''),
(42563, 103, 809, 'Penatih', ''),
(42564, 103, 809, 'Singaraja', ''),
(42565, 103, 809, 'Tabanan', ''),
(42566, 103, 809, 'Ubud', ''),
(42567, 103, 810, 'Bantan', ''),
(42568, 103, 810, 'Riau', ''),
(42569, 103, 811, 'Baratjaya', ''),
(42570, 103, 811, 'Cibubur', ''),
(42571, 103, 811, 'Darmaga', ''),
(42572, 103, 811, 'Nusa', ''),
(42573, 103, 811, 'Pandeglang', ''),
(42574, 103, 811, 'Rangkasbitung', ''),
(42575, 103, 811, 'Sejahtera', ''),
(42576, 103, 811, 'Serang', ''),
(42577, 103, 812, 'Ambarawa', ''),
(42578, 103, 812, 'Bandar', ''),
(42579, 103, 812, 'Bangkok', ''),
(42580, 103, 812, 'Banguntapan', ''),
(42581, 103, 812, 'Banjarnegara', ''),
(42582, 103, 812, 'Banyumas', ''),
(42583, 103, 812, 'Batang', ''),
(42584, 103, 812, 'Belitung', ''),
(42585, 103, 812, 'Blora', ''),
(42586, 103, 812, 'Boyolali', ''),
(42587, 103, 812, 'Brebes', ''),
(42588, 103, 812, 'Bungokrajan', ''),
(42589, 103, 812, 'Cakrawala', ''),
(42590, 103, 812, 'Cepu', ''),
(42591, 103, 812, 'Cilacap', ''),
(42592, 103, 812, 'Comal', ''),
(42593, 103, 812, 'Demak', ''),
(42594, 103, 812, 'Duren', ''),
(42595, 103, 812, 'Gandul', ''),
(42596, 103, 812, 'Grobogan', ''),
(42597, 103, 812, 'Grogol', ''),
(42598, 103, 812, 'Jepara', ''),
(42599, 103, 812, 'Jimbaran', ''),
(42600, 103, 812, 'Kalimantan', ''),
(42601, 103, 812, 'Karanganyar', ''),
(42602, 103, 812, 'Kartasura', ''),
(42603, 103, 812, 'Kebumen', ''),
(42604, 103, 812, 'Kendal', ''),
(42605, 103, 812, 'Klaten', ''),
(42606, 103, 812, 'Kopeng', ''),
(42607, 103, 812, 'Kudus', ''),
(42608, 103, 812, 'Kulon', ''),
(42609, 103, 812, 'Kuta', ''),
(42610, 103, 812, 'Kutoarjo', ''),
(42611, 103, 812, 'Magelang', ''),
(42612, 103, 812, 'Mega', ''),
(42613, 103, 812, 'Menteng', ''),
(42614, 103, 812, 'Muntilan', ''),
(42615, 103, 812, 'Pati', ''),
(42616, 103, 812, 'Pekalongan', ''),
(42617, 103, 812, 'Pemalang', ''),
(42618, 103, 812, 'Purbalingga', ''),
(42619, 103, 812, 'Purwodadi Grobogan', ''),
(42620, 103, 812, 'Purwokerto', ''),
(42621, 103, 812, 'Purworejo', ''),
(42622, 103, 812, 'Salatiga', ''),
(42623, 103, 812, 'Semarang', ''),
(42624, 103, 812, 'Sragen', ''),
(42625, 103, 812, 'Sukoharjo', ''),
(42626, 103, 812, 'Surakarta', ''),
(42627, 103, 812, 'Tegal', ''),
(42628, 103, 812, 'Temanggung', ''),
(42629, 103, 812, 'Ungaran', ''),
(42630, 103, 812, 'Weleri', ''),
(42631, 103, 812, 'Wilayah', ''),
(42632, 103, 812, 'Wonogiri', ''),
(42633, 103, 812, 'Wonorejo', ''),
(42634, 103, 812, 'Wonosobo', ''),
(42635, 103, 813, 'Lampeong', ''),
(42636, 103, 813, 'Palangkaraya', ''),
(42637, 103, 813, 'Sampit', ''),
(42638, 103, 814, 'Palu', ''),
(42639, 103, 814, 'Soho', ''),
(42640, 103, 815, 'Bantul', ''),
(42641, 103, 815, 'Playen Dua', ''),
(42642, 103, 815, 'Sleman', ''),
(42643, 103, 815, 'Wates', ''),
(42644, 103, 815, 'Wonosari', ''),
(42645, 103, 815, 'Yogyakarta', ''),
(42646, 103, 816, 'Cengkareng', ''),
(42647, 103, 816, 'Glodok', ''),
(42648, 103, 816, 'Jagakarsa', ''),
(42649, 103, 816, 'Jakarta', ''),
(42650, 103, 816, 'Jakarta Pusat', ''),
(42651, 103, 816, 'Kebon Jeruk', ''),
(42652, 103, 816, 'Tambun Selatan', ''),
(42653, 103, 817, 'Badung', ''),
(42654, 103, 817, 'Bangil', ''),
(42655, 103, 817, 'Bangkalan', ''),
(42656, 103, 817, 'Banyuwangi', ''),
(42657, 103, 817, 'Batu', ''),
(42658, 103, 817, 'Blitar', ''),
(42659, 103, 817, 'Bojonegoro', ''),
(42660, 103, 817, 'Bondowoso', ''),
(42661, 103, 817, 'Gresik', ''),
(42662, 103, 817, 'Jember', ''),
(42663, 103, 817, 'Jombang', ''),
(42664, 103, 817, 'Kediri', ''),
(42665, 103, 817, 'Lamongan', ''),
(42666, 103, 817, 'Lumajang', ''),
(42667, 103, 817, 'Madiun', ''),
(42668, 103, 817, 'Magetan', ''),
(42669, 103, 817, 'Malang', ''),
(42670, 103, 817, 'Mojokerto', ''),
(42671, 103, 817, 'Mojosari', ''),
(42672, 103, 817, 'Nganjuk', ''),
(42673, 103, 817, 'Pacitan', ''),
(42674, 103, 817, 'Pamekasan', ''),
(42675, 103, 817, 'Pasuruan', ''),
(42676, 103, 817, 'Polerejo', ''),
(42677, 103, 817, 'Ponorogo', ''),
(42678, 103, 817, 'Probolinggo', ''),
(42679, 103, 817, 'Sanur', ''),
(42680, 103, 817, 'Selatan', ''),
(42681, 103, 817, 'Sentul', ''),
(42682, 103, 817, 'Sidayu', ''),
(42683, 103, 817, 'Sidoarjo', ''),
(42684, 103, 817, 'Situbondo', ''),
(42685, 103, 817, 'Surabaya', ''),
(42686, 103, 817, 'Trenggalek', ''),
(42687, 103, 817, 'Tuban', ''),
(42688, 103, 817, 'Tulungagung', ''),
(42689, 103, 817, 'Utara', ''),
(42690, 103, 817, 'Veteran', ''),
(42691, 103, 817, 'Wates', ''),
(42692, 103, 818, 'Balikpapan', ''),
(42693, 103, 818, 'Bontang', ''),
(42694, 103, 818, 'Samarinda', ''),
(42695, 103, 818, 'Tenggarong', ''),
(42696, 103, 819, 'Area', ''),
(42697, 103, 819, 'Kelapa Dua', ''),
(42698, 103, 819, 'Kupang', ''),
(42699, 103, 819, 'Pusat', ''),
(42700, 103, 820, 'Banda Aceh', ''),
(42701, 103, 820, 'Darussalam', ''),
(42702, 103, 820, 'Lhokseumawe', ''),
(42703, 103, 820, 'Pondok', ''),
(42704, 103, 820, 'Sigli', ''),
(42705, 103, 821, 'Tarakan', ''),
(42706, 103, 822, 'Bitung', ''),
(42707, 103, 822, 'Manado', ''),
(42708, 103, 822, 'Ranoiapo', ''),
(42709, 103, 822, 'Tomohon', ''),
(42710, 103, 823, 'Bali', ''),
(42711, 103, 823, 'Bandar', ''),
(42712, 103, 823, 'Binjai', ''),
(42713, 103, 823, 'Bukit Tinggi', ''),
(42714, 103, 823, 'Bulian', ''),
(42715, 103, 823, 'Galang', ''),
(42716, 103, 823, 'Gunungsitoli', ''),
(42717, 103, 823, 'Kisaran', ''),
(42718, 103, 823, 'Medan', ''),
(42719, 103, 823, 'Pasar Baru', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(42720, 103, 823, 'Pematangsiantar', ''),
(42721, 103, 823, 'Perbaungan', ''),
(42722, 103, 823, 'Serdang', ''),
(42723, 103, 823, 'Sibolga', ''),
(42724, 103, 823, 'Simalungun', ''),
(42725, 103, 823, 'Stabat', ''),
(42726, 103, 823, 'Tebingtinggi', ''),
(42727, 103, 824, 'Argamakmur', ''),
(42728, 103, 824, 'Bengkulu', ''),
(42729, 103, 824, 'Curup', ''),
(42730, 103, 825, 'Abadi', ''),
(42731, 103, 825, 'Gorontalo', ''),
(42732, 103, 826, 'Jambi City', ''),
(42733, 103, 827, 'Bandar Lampung', ''),
(42734, 103, 827, 'Kotaagung', ''),
(42735, 103, 827, 'Metro', ''),
(42736, 103, 828, 'Ambon City', ''),
(42737, 103, 829, 'Ternate', ''),
(42738, 103, 830, 'Jayapura', ''),
(42739, 103, 830, 'Timika', ''),
(42740, 103, 831, 'Dumai', ''),
(42741, 103, 831, 'Pekanbaru', ''),
(42742, 103, 832, 'Mamuju', ''),
(42743, 103, 832, 'Panasuan', ''),
(42744, 103, 833, 'Moro', ''),
(42745, 103, 833, 'Patam', ''),
(42746, 103, 833, 'Tengah', ''),
(42747, 103, 834, 'Amuntai', ''),
(42748, 103, 834, 'Banjarmasin', ''),
(42749, 103, 834, 'Kandangan', ''),
(42750, 103, 834, 'Marabahan', ''),
(42751, 103, 834, 'Sungkai', ''),
(42752, 103, 835, 'Anggrek', ''),
(42753, 103, 835, 'Angkasa', ''),
(42754, 103, 835, 'Bantaeng', ''),
(42755, 103, 835, 'Batang', ''),
(42756, 103, 835, 'Bulukumba', ''),
(42757, 103, 835, 'Enrekang', ''),
(42758, 103, 835, 'Jeneponto', ''),
(42759, 103, 835, 'Lestari', ''),
(42760, 103, 835, 'Makassar', ''),
(42761, 103, 835, 'Nusantara', ''),
(42762, 103, 835, 'Sinjai', ''),
(42763, 103, 835, 'Solo', ''),
(42764, 103, 835, 'Tenggara', ''),
(42765, 103, 836, 'Gedung', ''),
(42766, 103, 836, 'Palembang', ''),
(42767, 103, 837, 'Indo', ''),
(42768, 103, 837, 'Kendari', ''),
(42769, 103, 837, 'Muara', ''),
(42770, 103, 838, 'Bandung', ''),
(42771, 103, 838, 'Banjar', ''),
(42772, 103, 838, 'Bekasi', ''),
(42773, 103, 838, 'Bogor', ''),
(42774, 103, 838, 'Cempaka', ''),
(42775, 103, 838, 'Ciamis', ''),
(42776, 103, 838, 'Cianjur', ''),
(42777, 103, 838, 'Cibinong', ''),
(42778, 103, 838, 'Cikampek', ''),
(42779, 103, 838, 'Cikarang', ''),
(42780, 103, 838, 'Cilegon', ''),
(42781, 103, 838, 'Cimahi', ''),
(42782, 103, 838, 'Ciputat', ''),
(42783, 103, 838, 'Cirebon', ''),
(42784, 103, 838, 'Depok', ''),
(42785, 103, 838, 'Garut', ''),
(42786, 103, 838, 'Indramayu', ''),
(42787, 103, 838, 'Jonggol', ''),
(42788, 103, 838, 'Karawang', ''),
(42789, 103, 838, 'Kuningan', ''),
(42790, 103, 838, 'Lapan', ''),
(42791, 103, 838, 'Mail', ''),
(42792, 103, 838, 'Majalengka', ''),
(42793, 103, 838, 'Ngawi', ''),
(42794, 103, 838, 'Padalarang', ''),
(42795, 103, 838, 'Pamanukan', ''),
(42796, 103, 838, 'Pamulang', ''),
(42797, 103, 838, 'Parman', ''),
(42798, 103, 838, 'Purba', ''),
(42799, 103, 838, 'Purwakarta', ''),
(42800, 103, 838, 'Sangereng', ''),
(42801, 103, 838, 'Serang', ''),
(42802, 103, 838, 'Serpong', ''),
(42803, 103, 838, 'Subang', ''),
(42804, 103, 838, 'Sukabumi', ''),
(42805, 103, 838, 'Sumedang', ''),
(42806, 103, 838, 'Tasikmalaya', ''),
(42807, 103, 838, 'Utama', ''),
(42808, 103, 839, 'Balai', ''),
(42809, 103, 839, 'Kubu', ''),
(42810, 103, 839, 'Mempawah', ''),
(42811, 103, 839, 'Pontianak', ''),
(42812, 103, 839, 'Singkawang', ''),
(42813, 103, 840, 'Lombok', ''),
(42814, 103, 840, 'Mataram', ''),
(42815, 103, 840, 'Merung', ''),
(42816, 103, 840, 'Narmada', ''),
(42817, 103, 840, 'Praya', ''),
(42818, 103, 840, 'Sakra', ''),
(42819, 103, 840, 'Selong', ''),
(42820, 103, 840, 'Tanjung', ''),
(42821, 103, 840, 'Udayana', ''),
(42822, 103, 841, 'Negeribesar', ''),
(42823, 103, 842, 'Bukittinggi', ''),
(42824, 103, 842, 'Padang', ''),
(42825, 103, 842, 'Payakumbuh', ''),
(42826, 104, 843, 'Hashtgerd', ''),
(42827, 104, 843, 'Karaj', ''),
(42828, 104, 844, 'Abol', ''),
(42829, 104, 844, 'Banak', ''),
(42830, 104, 844, 'Bandar Būshehr', ''),
(42831, 104, 844, 'Bandar-e Ganaveh', ''),
(42832, 104, 844, 'Sena', ''),
(42833, 104, 845, 'Ahar', ''),
(42834, 104, 845, 'Ashan', ''),
(42835, 104, 845, 'Bonab', ''),
(42836, 104, 845, 'Hadishahr', ''),
(42837, 104, 845, 'Kavir', ''),
(42838, 104, 845, 'Khameneh', ''),
(42839, 104, 845, 'Khvajeh', ''),
(42840, 104, 845, 'Kord Kandi', ''),
(42841, 104, 845, 'Malek Talesh', ''),
(42842, 104, 845, 'Malekan', ''),
(42843, 104, 845, 'Maragheh', ''),
(42844, 104, 845, 'Marand', ''),
(42845, 104, 845, 'Payam', ''),
(42846, 104, 845, 'Peyk', ''),
(42847, 104, 845, 'Sabz', ''),
(42848, 104, 845, 'Shahrak-e Milad', ''),
(42849, 104, 845, 'Tabriz', ''),
(42850, 104, 845, 'Valilu', ''),
(42851, 104, 846, 'Arsanjan', ''),
(42852, 104, 846, 'Ashna', ''),
(42853, 104, 846, 'Baseri Hadi', ''),
(42854, 104, 846, 'Didehban', ''),
(42855, 104, 846, 'Estahban', ''),
(42856, 104, 846, 'Fasa', ''),
(42857, 104, 846, 'Gerash', ''),
(42858, 104, 846, 'Gharbi', ''),
(42859, 104, 846, 'Jadir', ''),
(42860, 104, 846, 'Jahan Nama', ''),
(42861, 104, 846, 'Jahrom', ''),
(42862, 104, 846, 'Kazerun', ''),
(42863, 104, 846, 'Lamerd', ''),
(42864, 104, 846, 'Mohr', ''),
(42865, 104, 846, 'Pasargad', ''),
(42866, 104, 846, 'Qasr od Dasht', ''),
(42867, 104, 846, 'Servan', ''),
(42868, 104, 846, 'Shahid', ''),
(42869, 104, 846, 'Shahid Chamran', ''),
(42870, 104, 846, 'Shiraz', ''),
(42871, 104, 846, 'Sistan-e `Olya', ''),
(42872, 104, 846, 'Zahedan', ''),
(42873, 104, 846, 'Zangiabad', ''),
(42874, 104, 847, 'Bandar-e Khamir', ''),
(42875, 104, 847, 'Bastak', ''),
(42876, 104, 847, 'Birizg', ''),
(42877, 104, 847, 'Khalilabad', ''),
(42878, 104, 847, 'Kish', ''),
(42879, 104, 847, 'Qeshm', ''),
(42880, 104, 847, 'Shahrud', ''),
(42881, 104, 848, 'Azaran', ''),
(42882, 104, 848, 'Falavarjan', ''),
(42883, 104, 848, 'Isfahan', ''),
(42884, 104, 848, 'Kashan', ''),
(42885, 104, 848, 'Khomeyni Shahr', ''),
(42886, 104, 848, 'Khowrasgan', ''),
(42887, 104, 848, 'Mehregan', ''),
(42888, 104, 848, 'Modarres', ''),
(42889, 104, 848, 'Ravand', ''),
(42890, 104, 848, 'Shahreza', ''),
(42891, 104, 848, 'Tiran', ''),
(42892, 104, 848, 'Vaj', ''),
(42893, 104, 849, 'Aseminun', ''),
(42894, 104, 849, 'Baft', ''),
(42895, 104, 849, 'Baghin', ''),
(42896, 104, 849, 'Bardsir', ''),
(42897, 104, 849, 'Hormozabad', ''),
(42898, 104, 849, 'Hur', ''),
(42899, 104, 849, 'Jiroft', ''),
(42900, 104, 849, 'Kerman', ''),
(42901, 104, 849, 'Negar', ''),
(42902, 104, 849, 'Rabor', ''),
(42903, 104, 849, 'Rafsanjan', ''),
(42904, 104, 849, 'Ravar', ''),
(42905, 104, 849, 'Rayen', ''),
(42906, 104, 849, 'Rigan', ''),
(42907, 104, 849, 'Sirjan', ''),
(42908, 104, 849, 'Tolombeh-ye Afraz', ''),
(42909, 104, 849, 'Zarand', ''),
(42910, 104, 850, 'Abadan', ''),
(42911, 104, 850, 'Ahvaz', ''),
(42912, 104, 850, 'Bandar-e Mahshahr', ''),
(42913, 104, 850, 'Behbahan', ''),
(42914, 104, 850, 'Bostan', ''),
(42915, 104, 850, 'Dezful', ''),
(42916, 104, 850, 'Kordestan-e `Olya', ''),
(42917, 104, 850, 'Parpis', ''),
(42918, 104, 850, 'Piruz', ''),
(42919, 104, 850, 'Sharif', ''),
(42920, 104, 850, 'Taha', ''),
(42921, 104, 851, 'Arak', ''),
(42922, 104, 851, 'Ashtian', ''),
(42923, 104, 851, 'Baharan', ''),
(42924, 104, 851, 'Behdasht', ''),
(42925, 104, 851, 'Khomeyn', ''),
(42926, 104, 851, 'Mahallat', ''),
(42927, 104, 851, 'Mazra`-e Darreh Shur', ''),
(42928, 104, 851, 'Saveh', ''),
(42929, 104, 851, 'Shazand', ''),
(42930, 104, 852, 'Amol', ''),
(42931, 104, 852, 'Babol', ''),
(42932, 104, 852, 'Behshahr', ''),
(42933, 104, 852, 'Gilas', ''),
(42934, 104, 852, 'Kelarabad', ''),
(42935, 104, 852, 'Khowrshid', ''),
(42936, 104, 852, 'Neka', ''),
(42937, 104, 852, 'Sari', ''),
(42938, 104, 852, 'Shahr', ''),
(42939, 104, 852, 'Tonekabon', ''),
(42940, 104, 853, 'Anar', ''),
(42941, 104, 853, 'Ardabil', ''),
(42942, 104, 853, 'Borran-e Bala', ''),
(42943, 104, 853, 'Germi', ''),
(42944, 104, 853, 'Khalkhal', ''),
(42945, 104, 853, 'Meshgin Shahr', ''),
(42946, 104, 853, 'Peshgoman', ''),
(42947, 104, 853, 'Razi', ''),
(42948, 104, 853, 'Zahra', ''),
(42949, 104, 854, 'Azad', ''),
(42950, 104, 854, 'Band', ''),
(42951, 104, 854, 'Bukan', ''),
(42952, 104, 854, 'Chapar', ''),
(42953, 104, 854, 'Dorud', ''),
(42954, 104, 854, 'Julfa', ''),
(42955, 104, 854, 'Khvoy', ''),
(42956, 104, 854, 'Mahabad', ''),
(42957, 104, 854, 'Miandoab', ''),
(42958, 104, 854, 'Post', ''),
(42959, 104, 854, 'Salmas', ''),
(42960, 104, 854, 'Urmia', ''),
(42961, 104, 854, '`Aliabad', ''),
(42962, 104, 855, 'Azadi', ''),
(42963, 104, 855, 'Farsun', ''),
(42964, 104, 855, 'Saman', ''),
(42965, 104, 856, 'Amlash', ''),
(42966, 104, 856, 'Astara', ''),
(42967, 104, 856, 'Hashtpar', ''),
(42968, 104, 856, 'Homa', ''),
(42969, 104, 856, 'Lahijan', ''),
(42970, 104, 856, 'Manjil', ''),
(42971, 104, 856, 'Rasht', ''),
(42972, 104, 856, 'Saravan', ''),
(42973, 104, 856, 'Siahkal', ''),
(42974, 104, 857, 'Dadeh Owlum', ''),
(42975, 104, 857, 'Gorgan', ''),
(42976, 104, 857, 'Mahestan', ''),
(42977, 104, 858, 'Gostar', ''),
(42978, 104, 858, 'Hamadan', ''),
(42979, 104, 858, 'Malayer', ''),
(42980, 104, 858, 'Nahavand', ''),
(42981, 104, 858, 'Samen', ''),
(42982, 104, 858, '`Aliabad', ''),
(42983, 104, 859, 'Abdanan', ''),
(42984, 104, 859, 'Badreh', ''),
(42985, 104, 859, 'Ilam', ''),
(42986, 104, 859, 'Shahid Madani', ''),
(42987, 104, 860, 'Badr', ''),
(42988, 104, 860, 'Gilan-e Gharb', ''),
(42989, 104, 860, 'Kermanshah', ''),
(42990, 104, 860, 'Ravansar', ''),
(42991, 104, 860, 'Shahrak-e Direh', ''),
(42992, 104, 861, 'Asadabad', ''),
(42993, 104, 861, 'Birjand', ''),
(42994, 104, 861, 'Chah Deraz', ''),
(42995, 104, 861, 'Darmian', ''),
(42996, 104, 861, 'Hirad', ''),
(42997, 104, 861, 'Nehbandan', ''),
(42998, 104, 862, 'Esfarayen', ''),
(42999, 104, 862, 'Idah', ''),
(43000, 104, 862, 'Jahan', ''),
(43001, 104, 862, 'Shirvan', ''),
(43002, 104, 863, 'Mohammadabad', ''),
(43003, 104, 863, 'Najafabad', ''),
(43004, 104, 863, 'Yasuj', ''),
(43005, 104, 864, 'Gazan-e Bala', ''),
(43006, 104, 864, 'Khorasan', ''),
(43007, 104, 864, 'Naji', ''),
(43008, 104, 864, 'Novin', ''),
(43009, 104, 864, 'Sanandaj', ''),
(43010, 104, 865, 'Hush', ''),
(43011, 104, 865, 'Razan', ''),
(43012, 104, 866, 'Kaman', ''),
(43013, 104, 866, 'Marg', ''),
(43014, 104, 866, 'Mehin', ''),
(43015, 104, 866, 'Mianej', ''),
(43016, 104, 866, 'Parsian', ''),
(43017, 104, 866, 'Qazvin', ''),
(43018, 104, 866, 'Takestan', ''),
(43019, 104, 866, 'Torkan', ''),
(43020, 104, 867, 'Damavand', ''),
(43021, 104, 867, 'Eslamshahr', ''),
(43022, 104, 867, 'Evin', ''),
(43023, 104, 867, 'Fardis', ''),
(43024, 104, 867, 'Golestan', ''),
(43025, 104, 867, 'Shahrak-e Pars', ''),
(43026, 104, 867, 'Shahriar', ''),
(43027, 104, 867, 'Varamin', ''),
(43028, 104, 868, 'Fordu', ''),
(43029, 104, 869, 'Farsi', ''),
(43030, 104, 869, 'Golriz', ''),
(43031, 104, 869, 'Kabir', ''),
(43032, 104, 869, 'Mashhad', ''),
(43033, 104, 869, 'Mobarakeh', ''),
(43034, 104, 869, 'Quchan', ''),
(43035, 104, 869, 'Razaviyeh', ''),
(43036, 104, 869, 'Sabzevar', ''),
(43037, 104, 869, 'Shadman', ''),
(43038, 104, 869, 'Soltanabad', ''),
(43039, 104, 869, '`Oryan', ''),
(43040, 104, 870, 'Damghan', ''),
(43041, 104, 870, 'Garmsar', ''),
(43042, 104, 870, 'Moghan', ''),
(43043, 104, 870, 'Semnan', ''),
(43044, 104, 871, 'Chabahar', ''),
(43045, 104, 871, 'Iranshahr', ''),
(43046, 104, 871, 'Karimkhan', ''),
(43047, 104, 871, 'Khash', ''),
(43048, 104, 871, 'Rasak', ''),
(43049, 104, 871, 'Sahand', ''),
(43050, 104, 871, 'Zabol', ''),
(43051, 104, 872, 'Ardakan', ''),
(43052, 104, 872, 'Bakhtiari', ''),
(43053, 104, 872, 'Meybod', ''),
(43054, 104, 872, 'Yazd', ''),
(43055, 104, 873, 'Abhar', ''),
(43056, 104, 873, 'Emam', ''),
(43057, 104, 873, 'Shahrak', ''),
(43058, 104, 873, 'Zanjan', ''),
(43059, 105, 874, 'Najaf', ''),
(43060, 105, 875, 'Sulaymaniyah', ''),
(43061, 105, 876, 'Basra', ''),
(43062, 105, 877, 'Bahr', ''),
(43063, 105, 878, 'Dihawk', ''),
(43064, 105, 878, 'Zakho', ''),
(43065, 105, 879, 'Haji Hasan', ''),
(43066, 105, 880, 'Baghdad', ''),
(43067, 105, 881, 'Al `Amarah', ''),
(43068, 105, 882, 'As Samawah', ''),
(43069, 105, 883, 'Erbil', ''),
(43070, 105, 883, 'Hayat', ''),
(43071, 105, 884, 'Basere', ''),
(43072, 105, 885, 'Al Hillah', ''),
(43073, 105, 885, 'Madinat Babil', ''),
(43074, 105, 886, 'Karbala', ''),
(43075, 105, 887, 'Kirkuk', ''),
(43076, 105, 888, 'Mosul', ''),
(43077, 106, 889, 'Athenry', ''),
(43078, 106, 889, 'Balla', ''),
(43079, 106, 889, 'Ballina', ''),
(43080, 106, 889, 'Ballinagleragh', ''),
(43081, 106, 889, 'Ballinasloe', ''),
(43082, 106, 889, 'Ballinrobe', ''),
(43083, 106, 889, 'Ballintogher', ''),
(43084, 106, 889, 'Cabin River', ''),
(43085, 106, 889, 'Carrick on Shannon', ''),
(43086, 106, 889, 'Carrigallen', ''),
(43087, 106, 889, 'Castlebar', ''),
(43088, 106, 889, 'Claregalway', ''),
(43089, 106, 889, 'Claremorris', ''),
(43090, 106, 889, 'Cleggan', ''),
(43091, 106, 889, 'Crossmolina', ''),
(43092, 106, 889, 'Drumshanbo', ''),
(43093, 106, 889, 'Foxford', ''),
(43094, 106, 889, 'Galway', ''),
(43095, 106, 889, 'Glen', ''),
(43096, 106, 889, 'Gort', ''),
(43097, 106, 889, 'Headford', ''),
(43098, 106, 889, 'Kinlough', ''),
(43099, 106, 889, 'Kinvarra', ''),
(43100, 106, 889, 'Loughrea', ''),
(43101, 106, 889, 'Mayo', ''),
(43102, 106, 889, 'Mohill', ''),
(43103, 106, 889, 'Oranmore', ''),
(43104, 106, 889, 'Oughterard', ''),
(43105, 106, 889, 'Portumna', ''),
(43106, 106, 889, 'Roscommon', ''),
(43107, 106, 889, 'Sligo', ''),
(43108, 106, 889, 'Spiddal', ''),
(43109, 106, 889, 'Swinford', ''),
(43110, 106, 889, 'Tobercurry', ''),
(43111, 106, 889, 'Tuam', ''),
(43112, 106, 889, 'Westport', ''),
(43113, 106, 890, 'Allenwood', ''),
(43114, 106, 890, 'Ardee', ''),
(43115, 106, 890, 'Arklow', ''),
(43116, 106, 890, 'Artane', ''),
(43117, 106, 890, 'Ashbourne', ''),
(43118, 106, 890, 'Ashtown', ''),
(43119, 106, 890, 'Athlone', ''),
(43120, 106, 890, 'Athy', ''),
(43121, 106, 890, 'Bagenalstown', ''),
(43122, 106, 890, 'Balbriggan', ''),
(43123, 106, 890, 'Baldoyle', ''),
(43124, 106, 890, 'Ballintober', ''),
(43125, 106, 890, 'Ballsbridge', ''),
(43126, 106, 890, 'Ballyboden', ''),
(43127, 106, 890, 'Ballyboughal', ''),
(43128, 106, 890, 'Ballybrack', ''),
(43129, 106, 890, 'Ballycumber', ''),
(43130, 106, 890, 'Ballyfermot', ''),
(43131, 106, 890, 'Ballymore Eustace', ''),
(43132, 106, 890, 'Ballyroe', ''),
(43133, 106, 890, 'Baltinglass', ''),
(43134, 106, 890, 'Beaumont', ''),
(43135, 106, 890, 'Bettystown', ''),
(43136, 106, 890, 'Birr', ''),
(43137, 106, 890, 'Blackrock', ''),
(43138, 106, 890, 'Blanchardstown', ''),
(43139, 106, 890, 'Blessington', ''),
(43140, 106, 890, 'Bray', ''),
(43141, 106, 890, 'Bridgetown', ''),
(43142, 106, 890, 'Brittas', ''),
(43143, 106, 890, 'Broadway', ''),
(43144, 106, 890, 'Cabinteely', ''),
(43145, 106, 890, 'Callan', ''),
(43146, 106, 890, 'Carlingford', ''),
(43147, 106, 890, 'Carlow', ''),
(43148, 106, 890, 'Carrick', ''),
(43149, 106, 890, 'Carrickmines', ''),
(43150, 106, 890, 'Castlebellingham', ''),
(43151, 106, 890, 'Castleknock', ''),
(43152, 106, 890, 'Celbridge', ''),
(43153, 106, 890, 'Chapelizod', ''),
(43154, 106, 890, 'Clane', ''),
(43155, 106, 890, 'Clara', ''),
(43156, 106, 890, 'Clondalkin', ''),
(43157, 106, 890, 'Clonee', ''),
(43158, 106, 890, 'Clonsilla', ''),
(43159, 106, 890, 'Clontarf', ''),
(43160, 106, 890, 'Collon', ''),
(43161, 106, 890, 'Crumlin', ''),
(43162, 106, 890, 'Dalkey', ''),
(43163, 106, 890, 'Delgany', ''),
(43164, 106, 890, 'Donabate', ''),
(43165, 106, 890, 'Donacarney', ''),
(43166, 106, 890, 'Donaghmore', ''),
(43167, 106, 890, 'Donnybrook', ''),
(43168, 106, 890, 'Donore', ''),
(43169, 106, 890, 'Drogheda', ''),
(43170, 106, 890, 'Droichead Nua', ''),
(43171, 106, 890, 'Drumcondra', ''),
(43172, 106, 890, 'Dublin', ''),
(43173, 106, 890, 'Duleek', ''),
(43174, 106, 890, 'Dún Laoghaire', ''),
(43175, 106, 890, 'Dunboyne', ''),
(43176, 106, 890, 'Dundalk', ''),
(43177, 106, 890, 'Dundrum', ''),
(43178, 106, 890, 'Dunlavin', ''),
(43179, 106, 890, 'Dunleer', ''),
(43180, 106, 890, 'Dunshaughlin', ''),
(43181, 106, 890, 'Edenderry', ''),
(43182, 106, 890, 'Enfield', ''),
(43183, 106, 890, 'Enniscorthy', ''),
(43184, 106, 890, 'Fethard', ''),
(43185, 106, 890, 'Firhouse', ''),
(43186, 106, 890, 'Foxrock', ''),
(43187, 106, 890, 'Glasnevin', ''),
(43188, 106, 890, 'Glenageary', ''),
(43189, 106, 890, 'Gorey', ''),
(43190, 106, 890, 'Granard', ''),
(43191, 106, 890, 'Greystones', ''),
(43192, 106, 890, 'Hartstown', ''),
(43193, 106, 890, 'Howth', ''),
(43194, 106, 890, 'Kells', ''),
(43195, 106, 890, 'Kilcock', ''),
(43196, 106, 890, 'Kilcoole', ''),
(43197, 106, 890, 'Kilcullen', ''),
(43198, 106, 890, 'Kildare', ''),
(43199, 106, 890, 'Kilkenny', ''),
(43200, 106, 890, 'Kill', ''),
(43201, 106, 890, 'Killiney', ''),
(43202, 106, 890, 'Killinick', ''),
(43203, 106, 890, 'Kilmainham', ''),
(43204, 106, 890, 'Kingswood', ''),
(43205, 106, 890, 'Kinnegad', ''),
(43206, 106, 890, 'Knockbridge', ''),
(43207, 106, 890, 'Laytown', ''),
(43208, 106, 890, 'Leighlinbridge', ''),
(43209, 106, 890, 'Leixlip', ''),
(43210, 106, 890, 'Leopardstown', ''),
(43211, 106, 890, 'Longford', ''),
(43212, 106, 890, 'Loughlinstown', ''),
(43213, 106, 890, 'Louth', ''),
(43214, 106, 890, 'Lucan', ''),
(43215, 106, 890, 'Lusk', ''),
(43216, 106, 890, 'Malahide', ''),
(43217, 106, 890, 'Maynooth', ''),
(43218, 106, 890, 'Monamolin', ''),
(43219, 106, 890, 'Monkstown', ''),
(43220, 106, 890, 'Mount Merrion', ''),
(43221, 106, 890, 'Mountmellick', ''),
(43222, 106, 890, 'Mountrath', ''),
(43223, 106, 890, 'Mullingar', ''),
(43224, 106, 890, 'Naas', ''),
(43225, 106, 890, 'Navan', ''),
(43226, 106, 890, 'New Ross', ''),
(43227, 106, 890, 'Newcastle', ''),
(43228, 106, 890, 'Newmarket', ''),
(43229, 106, 890, 'Nobber', ''),
(43230, 106, 890, 'Omeath', ''),
(43231, 106, 890, 'Park', ''),
(43232, 106, 890, 'Phibsborough', ''),
(43233, 106, 890, 'Piltown', ''),
(43234, 106, 890, 'Portarlington', ''),
(43235, 106, 890, 'Porterstown', ''),
(43236, 106, 890, 'Portlaoise', ''),
(43237, 106, 890, 'Portmarnock', ''),
(43238, 106, 890, 'Prosperous', ''),
(43239, 106, 890, 'Raheny', ''),
(43240, 106, 890, 'Ranelagh', ''),
(43241, 106, 890, 'Rathcoole', ''),
(43242, 106, 890, 'Rathdrum', ''),
(43243, 106, 890, 'Rathfarnham', ''),
(43244, 106, 890, 'Rathgar', ''),
(43245, 106, 890, 'Rathmines', ''),
(43246, 106, 890, 'Rathnew', ''),
(43247, 106, 890, 'Rathowen', ''),
(43248, 106, 890, 'Ratoath', ''),
(43249, 106, 890, 'Redcross', ''),
(43250, 106, 890, 'Rhode', ''),
(43251, 106, 890, 'Rialto', ''),
(43252, 106, 890, 'Ringsend', ''),
(43253, 106, 890, 'Rochfortbridge', ''),
(43254, 106, 890, 'Roundwood', ''),
(43255, 106, 890, 'Rush', ''),
(43256, 106, 890, 'Saggart', ''),
(43257, 106, 890, 'Sallins', ''),
(43258, 106, 890, 'Sallynoggin', ''),
(43259, 106, 890, 'Sandycove', ''),
(43260, 106, 890, 'Sandyford', ''),
(43261, 106, 890, 'Sandymount', ''),
(43262, 106, 890, 'Santry', ''),
(43263, 106, 890, 'Shankill', ''),
(43264, 106, 890, 'Skerries', ''),
(43265, 106, 890, 'Slane', ''),
(43266, 106, 890, 'Slieve', ''),
(43267, 106, 890, 'Stepaside', ''),
(43268, 106, 890, 'Stillorgan', ''),
(43269, 106, 890, 'Straffan', ''),
(43270, 106, 890, 'Summerhill', ''),
(43271, 106, 890, 'Sutton', ''),
(43272, 106, 890, 'Swords', ''),
(43273, 106, 890, 'Tallaght', ''),
(43274, 106, 890, 'Templeogue', ''),
(43275, 106, 890, 'Terenure', ''),
(43276, 106, 890, 'Tinure', ''),
(43277, 106, 890, 'Trim', ''),
(43278, 106, 890, 'Tullamore', ''),
(43279, 106, 890, 'Wexford', ''),
(43280, 106, 890, 'Wicklow', ''),
(43281, 106, 891, 'Abbeydorney', ''),
(43282, 106, 891, 'Abbeyfeale', ''),
(43283, 106, 891, 'Adare', ''),
(43284, 106, 891, 'Aghada', ''),
(43285, 106, 891, 'Annacotty', ''),
(43286, 106, 891, 'Ballinadee', ''),
(43287, 106, 891, 'Ballincollig', ''),
(43288, 106, 891, 'Ballingeary', ''),
(43289, 106, 891, 'Ballinhassig', ''),
(43290, 106, 891, 'Ballylanders', ''),
(43291, 106, 891, 'Ballymacelligott', ''),
(43292, 106, 891, 'Ballyvaghan', ''),
(43293, 106, 891, 'Bandon', ''),
(43294, 106, 891, 'Bantry', ''),
(43295, 106, 891, 'Blarney', ''),
(43296, 106, 891, 'Bruff', ''),
(43297, 106, 891, 'Bruree', ''),
(43298, 106, 891, 'Bunratty', ''),
(43299, 106, 891, 'Caher', ''),
(43300, 106, 891, 'Cappoquin', ''),
(43301, 106, 891, 'Carrick-on-Suir', ''),
(43302, 106, 891, 'Carrigaline', ''),
(43303, 106, 891, 'Carrigtohill', ''),
(43304, 106, 891, 'Cashel', ''),
(43305, 106, 891, 'Castleisland', ''),
(43306, 106, 891, 'Castletownbere', ''),
(43307, 106, 891, 'Clarecastle', ''),
(43308, 106, 891, 'Clonakilty', ''),
(43309, 106, 891, 'Clonmel', ''),
(43310, 106, 891, 'Coachford', ''),
(43311, 106, 891, 'Cobh', ''),
(43312, 106, 891, 'Cork', ''),
(43313, 106, 891, 'Corrofin', ''),
(43314, 106, 891, 'Courtmacsherry', ''),
(43315, 106, 891, 'Crosshaven', ''),
(43316, 106, 891, 'Deerpark', ''),
(43317, 106, 891, 'Douglas', ''),
(43318, 106, 891, 'Dungarvan', ''),
(43319, 106, 891, 'Durrus', ''),
(43320, 106, 891, 'Ennis', ''),
(43321, 106, 891, 'Feakle', ''),
(43322, 106, 891, 'Fermoy', ''),
(43323, 106, 891, 'Garryvoe', ''),
(43324, 106, 891, 'Glanmire', ''),
(43325, 106, 891, 'Hospital', ''),
(43326, 106, 891, 'Kanturk', ''),
(43327, 106, 891, 'Kenmare', ''),
(43328, 106, 891, 'Killarney', ''),
(43329, 106, 891, 'Kilmallock', ''),
(43330, 106, 891, 'Kilrush', ''),
(43331, 106, 891, 'Kinsale', ''),
(43332, 106, 891, 'Ladysbridge', ''),
(43333, 106, 891, 'Limerick', ''),
(43334, 106, 891, 'Lismore', ''),
(43335, 106, 891, 'Lisselton', ''),
(43336, 106, 891, 'Listowel', ''),
(43337, 106, 891, 'Macroom', ''),
(43338, 106, 891, 'Mallow', ''),
(43339, 106, 891, 'Midleton', ''),
(43340, 106, 891, 'Mitchelstown', ''),
(43341, 106, 891, 'Mountshannon', ''),
(43342, 106, 891, 'Nenagh', ''),
(43343, 106, 891, 'New Quay', ''),
(43344, 106, 891, 'Newmarket on Fergus', ''),
(43345, 106, 891, 'Newport', ''),
(43346, 106, 891, 'Passage West', ''),
(43347, 106, 891, 'Quin', ''),
(43348, 106, 891, 'Shannon', ''),
(43349, 106, 891, 'Stradbally', ''),
(43350, 106, 891, 'Strand', ''),
(43351, 106, 891, 'Thurles', ''),
(43352, 106, 891, 'Tipperary', ''),
(43353, 106, 891, 'Tralee', ''),
(43354, 106, 891, 'Tramore', ''),
(43355, 106, 891, 'Waterfall', ''),
(43356, 106, 891, 'Waterford', ''),
(43357, 106, 892, 'Bailieborough', ''),
(43358, 106, 892, 'Ballyjamesduff', ''),
(43359, 106, 892, 'Ballyshannon', ''),
(43360, 106, 892, 'Buncrana', ''),
(43361, 106, 892, 'Carrickmacross', ''),
(43362, 106, 892, 'Castleblayney', ''),
(43363, 106, 892, 'Cavan', ''),
(43364, 106, 892, 'Cootehill', ''),
(43365, 106, 892, 'Donegal', ''),
(43366, 106, 892, 'Dunglow', ''),
(43367, 106, 892, 'Glenties', ''),
(43368, 106, 892, 'Killygordon', ''),
(43369, 106, 892, 'Kilmore', ''),
(43370, 106, 892, 'Kilnaleck', ''),
(43371, 106, 892, 'Letterkenny', ''),
(43372, 106, 892, 'Monaghan', ''),
(43373, 106, 892, 'Rosapenna', ''),
(43374, 106, 892, 'Virginia', ''),
(43375, 108, 893, 'Bareqet', ''),
(43376, 108, 893, 'Bat Hefer', ''),
(43377, 108, 893, 'Ben Shemen', ''),
(43378, 108, 893, 'Bet Dagan', ''),
(43379, 108, 893, 'Bet HaLewi', ''),
(43380, 108, 893, 'Bet Hanan', ''),
(43381, 108, 893, 'Bet `Arif', ''),
(43382, 108, 893, 'Buregeta', ''),
(43383, 108, 893, 'Et Taiyiba', ''),
(43384, 108, 893, 'Even Yehuda', ''),
(43385, 108, 893, 'Gan HaDarom', ''),
(43386, 108, 893, 'Gan Yavne', ''),
(43387, 108, 893, 'Gedera', ''),
(43388, 108, 893, 'Giv`at Hayyim Ihud', ''),
(43389, 108, 893, 'Hadid', ''),
(43390, 108, 893, 'Hagor', ''),
(43391, 108, 893, 'Herut', ''),
(43392, 108, 893, 'Hod HaSharon', ''),
(43393, 108, 893, 'Kadima', ''),
(43394, 108, 893, 'Karme Yosef', ''),
(43395, 108, 893, 'Kefar Daniyyel', ''),
(43396, 108, 893, 'Kefar Sirkin', ''),
(43397, 108, 893, 'Kefar Witqin', ''),
(43398, 108, 893, 'Kefar Yona', ''),
(43399, 108, 893, 'Kfar Hess', ''),
(43400, 108, 893, 'Kfar Saba', ''),
(43401, 108, 893, 'Lod', ''),
(43402, 108, 893, 'Mazkeret Batya', ''),
(43403, 108, 893, 'Mazliah', ''),
(43404, 108, 893, 'Mazor', ''),
(43405, 108, 893, 'Meshar', ''),
(43406, 108, 893, 'Mikhmoret', ''),
(43407, 108, 893, 'Mishmar Dawid', ''),
(43408, 108, 893, 'Mishmar HaSharon', ''),
(43409, 108, 893, 'Mishmeret', ''),
(43410, 108, 893, 'Modiin', ''),
(43411, 108, 893, 'Ness Ziona', ''),
(43412, 108, 893, 'Netanya', ''),
(43413, 108, 893, 'Newe Yamin', ''),
(43414, 108, 893, 'Nir Zevi', ''),
(43415, 108, 893, 'Nofekh', ''),
(43416, 108, 893, 'Nordiyya', ''),
(43417, 108, 893, 'Pardesiyya', ''),
(43418, 108, 893, 'Petah Tikwah', ''),
(43419, 108, 893, 'Qalansuwa', ''),
(43420, 108, 893, 'Ra\'anana', ''),
(43421, 108, 893, 'Ramla', ''),
(43422, 108, 893, 'Ramot HaShavim', ''),
(43423, 108, 893, 'Rehovot', ''),
(43424, 108, 893, 'Rishon LeZion', ''),
(43425, 108, 893, 'Rishpon', ''),
(43426, 108, 893, 'Rosh Ha\'Ayin', ''),
(43427, 108, 893, 'Savyon', ''),
(43428, 108, 893, 'Sde Hemed', ''),
(43429, 108, 893, 'Shefayim', ''),
(43430, 108, 893, 'Shoham', ''),
(43431, 108, 893, 'Sitriyya', ''),
(43432, 108, 893, 'Talme Menashe', ''),
(43433, 108, 893, 'Tel Mond', ''),
(43434, 108, 893, 'Tirat Yehuda', ''),
(43435, 108, 893, 'Yaqum', ''),
(43436, 108, 893, 'Yarhiv', ''),
(43437, 108, 893, 'Yavne', ''),
(43438, 108, 893, 'Yehud', ''),
(43439, 108, 893, 'Zofit', ''),
(43440, 108, 893, 'Zoran', ''),
(43441, 108, 893, '`Enat', ''),
(43442, 108, 894, 'Barqay', ''),
(43443, 108, 894, 'Binyamina', ''),
(43444, 108, 894, 'Hadera', ''),
(43445, 108, 894, 'Haifa', ''),
(43446, 108, 894, 'HaKarmel', ''),
(43447, 108, 894, 'Karkur', ''),
(43448, 108, 894, 'Maggal', ''),
(43449, 108, 894, 'Ma`agan Mikha\'el', ''),
(43450, 108, 894, 'Nesher', ''),
(43451, 108, 894, 'Newe Sha\'anan', ''),
(43452, 108, 894, 'Nofit', ''),
(43453, 108, 894, 'Or `Aqiva', ''),
(43454, 108, 894, 'Pardes Hanna Karkur', ''),
(43455, 108, 894, 'Qiryat Ata', ''),
(43456, 108, 894, 'Qiryat Bialik', ''),
(43457, 108, 894, 'Qiryat Mozqin', ''),
(43458, 108, 894, 'Qiryat Tiv`on', ''),
(43459, 108, 894, 'Qiryat Yam', ''),
(43460, 108, 894, 'Sedot Yam', ''),
(43461, 108, 894, 'Tirat Karmel', ''),
(43462, 108, 894, 'Yagur', ''),
(43463, 108, 895, 'Bet Shemesh', ''),
(43464, 108, 895, 'Bet Zayit', ''),
(43465, 108, 895, 'Har Adar', ''),
(43466, 108, 895, 'Jerusalem', ''),
(43467, 108, 895, 'maale adumim', ''),
(43468, 108, 895, 'Mesillat Ziyyon', ''),
(43469, 108, 895, 'Newe Ilan', ''),
(43470, 108, 895, 'Ora', ''),
(43471, 108, 896, 'Acre', ''),
(43472, 108, 896, 'Afiqim', ''),
(43473, 108, 896, 'Alummot', ''),
(43474, 108, 896, 'Baraq', ''),
(43475, 108, 896, 'Bet She\'an', ''),
(43476, 108, 896, 'Biriyya', ''),
(43477, 108, 896, 'Dabburiya', ''),
(43478, 108, 896, 'Elifelet', ''),
(43479, 108, 896, 'Gevat', ''),
(43480, 108, 896, 'Gilon', ''),
(43481, 108, 896, 'HaYogev', ''),
(43482, 108, 896, 'Hazor HaGelilit', ''),
(43483, 108, 896, 'Kahal', ''),
(43484, 108, 896, 'Karmi\'el', ''),
(43485, 108, 896, 'maalot Tarshiha', ''),
(43486, 108, 896, 'Ma`alot Tarshiha', ''),
(43487, 108, 896, 'Ma`oz Hayyim', ''),
(43488, 108, 896, 'Megiddo', ''),
(43489, 108, 896, 'Migdal', ''),
(43490, 108, 896, 'Migdal Ha`Emeq', ''),
(43491, 108, 896, 'Misgav Regional Council', ''),
(43492, 108, 896, 'Nahariya', ''),
(43493, 108, 896, 'Nazareth', ''),
(43494, 108, 896, 'Nazerat `Illit', ''),
(43495, 108, 896, 'Ramat Dawid', ''),
(43496, 108, 896, 'Ramat HaShofet', ''),
(43497, 108, 896, 'Ramat Yishay', ''),
(43498, 108, 896, 'Ramot Menashe', ''),
(43499, 108, 896, 'Ramot Naftali', ''),
(43500, 108, 896, 'Shekhanya', ''),
(43501, 108, 896, 'Shomera', ''),
(43502, 108, 896, 'Tamra', ''),
(43503, 108, 896, 'Tiberias', ''),
(43504, 108, 896, 'Timrat', ''),
(43505, 108, 896, 'Zurit', ''),
(43506, 108, 896, '`Alma', ''),
(43507, 108, 896, '`Amir', ''),
(43508, 108, 897, 'Ashdod', ''),
(43509, 108, 897, 'Ashqelon', ''),
(43510, 108, 897, 'Beersheba', ''),
(43511, 108, 897, 'Bitha', ''),
(43512, 108, 897, 'Dimona', ''),
(43513, 108, 897, 'Eilat', ''),
(43514, 108, 897, 'Emunim', ''),
(43515, 108, 897, 'Hazor Ashdod', ''),
(43516, 108, 897, 'Kefar HaRif', ''),
(43517, 108, 897, 'Lehavim', ''),
(43518, 108, 897, 'Nirim', ''),
(43519, 108, 897, 'Qiryat Gat', ''),
(43520, 108, 897, 'Revivim', ''),
(43521, 108, 897, 'Yeroham', ''),
(43522, 108, 897, '`En HaShelosha', ''),
(43523, 108, 898, 'Azor', ''),
(43524, 108, 898, 'Bat Yam', ''),
(43525, 108, 898, 'Bnei Brak', ''),
(43526, 108, 898, 'Gelil Yam', ''),
(43527, 108, 898, 'Herzliya', ''),
(43528, 108, 898, 'Holon', ''),
(43529, 108, 898, 'Jaffa', ''),
(43530, 108, 898, 'Or Yehuda', ''),
(43531, 108, 898, 'Qiryat Ono', ''),
(43532, 108, 898, 'Ramat Gan', ''),
(43533, 108, 898, 'Ramat HaSharon', ''),
(43534, 108, 898, 'Tel Aviv', ''),
(43535, 108, 898, 'Yehud-Monosson', ''),
(43536, 109, 899, 'Aiello', ''),
(43537, 109, 899, 'Alanno', ''),
(43538, 109, 899, 'Altavilla', ''),
(43539, 109, 899, 'Altino', ''),
(43540, 109, 899, 'Ancarano', ''),
(43541, 109, 899, 'Appignano', ''),
(43542, 109, 899, 'Archi', ''),
(43543, 109, 899, 'Arsita', ''),
(43544, 109, 899, 'Atessa', ''),
(43545, 109, 899, 'Atri', ''),
(43546, 109, 899, 'Avezzano', ''),
(43547, 109, 899, 'Balsorano', ''),
(43548, 109, 899, 'Basciano', ''),
(43549, 109, 899, 'Bellante', ''),
(43550, 109, 899, 'Bolognano', ''),
(43551, 109, 899, 'Bucchianico', ''),
(43552, 109, 899, 'Bussi sul Tirino', ''),
(43553, 109, 899, 'Campli', ''),
(43554, 109, 899, 'Canistro', ''),
(43555, 109, 899, 'Canzano', ''),
(43556, 109, 899, 'Capitignano', ''),
(43557, 109, 899, 'Cappadocia', ''),
(43558, 109, 899, 'Cappelle sul Tavo', ''),
(43559, 109, 899, 'Casalanguida', ''),
(43560, 109, 899, 'Casalbordino', ''),
(43561, 109, 899, 'Casanova', ''),
(43562, 109, 899, 'Casoli', ''),
(43563, 109, 899, 'Castel Frentano', ''),
(43564, 109, 899, 'Castellafiume', ''),
(43565, 109, 899, 'Castellalto', ''),
(43566, 109, 899, 'Castelli', ''),
(43567, 109, 899, 'Castelvecchio Subequo', ''),
(43568, 109, 899, 'Catignano', ''),
(43569, 109, 899, 'Celano', ''),
(43570, 109, 899, 'Cepagatti', ''),
(43571, 109, 899, 'Cermignano', ''),
(43572, 109, 899, 'Chieti', ''),
(43573, 109, 899, 'Città Sant\'Angelo', ''),
(43574, 109, 899, 'Civitella del Tronto', ''),
(43575, 109, 899, 'Civitella Messer Raimondo', ''),
(43576, 109, 899, 'Cola', ''),
(43577, 109, 899, 'Colle San Vito', ''),
(43578, 109, 899, 'Collecorvino', ''),
(43579, 109, 899, 'Colledimezzo', ''),
(43580, 109, 899, 'Colonnella', ''),
(43581, 109, 899, 'Controguerra', ''),
(43582, 109, 899, 'Coppito', ''),
(43583, 109, 899, 'Corfinio', ''),
(43584, 109, 899, 'Corona', ''),
(43585, 109, 899, 'Corropoli', ''),
(43586, 109, 899, 'Crecchio', ''),
(43587, 109, 899, 'Fagnano Alto', ''),
(43588, 109, 899, 'Fara Filiorum Petri', ''),
(43589, 109, 899, 'Filetto', ''),
(43590, 109, 899, 'Fontanelle', ''),
(43591, 109, 899, 'Forno', ''),
(43592, 109, 899, 'Fossacesia', ''),
(43593, 109, 899, 'Francavilla al Mare', ''),
(43594, 109, 899, 'Ginepri', ''),
(43595, 109, 899, 'Gioia dei Marsi', ''),
(43596, 109, 899, 'Gissi', ''),
(43597, 109, 899, 'Giulianova', ''),
(43598, 109, 899, 'Goriano Sicoli', ''),
(43599, 109, 899, 'Guardiagrele', ''),
(43600, 109, 899, 'Introdacqua', ''),
(43601, 109, 899, 'Isola del Gran Sasso', ''),
(43602, 109, 899, 'Lanciano', ''),
(43603, 109, 899, 'Lettomanoppello', ''),
(43604, 109, 899, 'Loreto Aprutino', ''),
(43605, 109, 899, 'Lucoli', ''),
(43606, 109, 899, 'L’Aquila', ''),
(43607, 109, 899, 'Magliano', ''),
(43608, 109, 899, 'Manoppello', ''),
(43609, 109, 899, 'Marana', ''),
(43610, 109, 899, 'Martinsicuro', ''),
(43611, 109, 899, 'Miglianico', ''),
(43612, 109, 899, 'Monteodorisio', ''),
(43613, 109, 899, 'Montereale', ''),
(43614, 109, 899, 'Montesilvano Colle', ''),
(43615, 109, 899, 'Montesilvano Marina', ''),
(43616, 109, 899, 'Montorio al Vomano', ''),
(43617, 109, 899, 'Mosciano Sant\'Angelo', ''),
(43618, 109, 899, 'Moscufo', ''),
(43619, 109, 899, 'Mozzagrogna', ''),
(43620, 109, 899, 'Nereto', ''),
(43621, 109, 899, 'Notaresco', ''),
(43622, 109, 899, 'Ofena', ''),
(43623, 109, 899, 'Orsogna', ''),
(43624, 109, 899, 'Ortona', ''),
(43625, 109, 899, 'Palombaro', ''),
(43626, 109, 899, 'Penne', ''),
(43627, 109, 899, 'Pescara', ''),
(43628, 109, 899, 'Pescina', ''),
(43629, 109, 899, 'Pescocostanzo', ''),
(43630, 109, 899, 'Pianella', ''),
(43631, 109, 899, 'Pineta', ''),
(43632, 109, 899, 'Pineto', ''),
(43633, 109, 899, 'Pizzoli', ''),
(43634, 109, 899, 'Poggio di Roio', ''),
(43635, 109, 899, 'Popoli', ''),
(43636, 109, 899, 'Pozza-San Marco', ''),
(43637, 109, 899, 'Pratola Peligna', ''),
(43638, 109, 899, 'Quadri', ''),
(43639, 109, 899, 'Ripa', ''),
(43640, 109, 899, 'Ripa Teatina', ''),
(43641, 109, 899, 'Ripe', ''),
(43642, 109, 899, 'Rivisondoli', ''),
(43643, 109, 899, 'Roccamontepiano', ''),
(43644, 109, 899, 'Roccamorice', ''),
(43645, 109, 899, 'Roccaraso', ''),
(43646, 109, 899, 'Roccaspinalveti', ''),
(43647, 109, 899, 'Roio Piano', ''),
(43648, 109, 899, 'Romagnoli', ''),
(43649, 109, 899, 'Rosciolo dei Marsi', ''),
(43650, 109, 899, 'Roseto degli Abruzzi', ''),
(43651, 109, 899, 'Rovere', ''),
(43652, 109, 899, 'Salle', ''),
(43653, 109, 899, 'San Benedetto dei Marsi', ''),
(43654, 109, 899, 'San Buono', ''),
(43655, 109, 899, 'San Demetrio Ne\' Vestini', ''),
(43656, 109, 899, 'San Giacomo', ''),
(43657, 109, 899, 'San Giorgio', ''),
(43658, 109, 899, 'San Giovanni', ''),
(43659, 109, 899, 'San Lorenzo', ''),
(43660, 109, 899, 'San Nicandro', ''),
(43661, 109, 899, 'San Pietro', ''),
(43662, 109, 899, 'San Salvo', ''),
(43663, 109, 899, 'San Vito Chietino', ''),
(43664, 109, 899, 'Sant\'Egidio alla Vibrata', ''),
(43665, 109, 899, 'Sant\'Eusanio del Sangro', ''),
(43666, 109, 899, 'Sant\'Omero', ''),
(43667, 109, 899, 'Santa Croce', ''),
(43668, 109, 899, 'Santa Maria Imbaro', ''),
(43669, 109, 899, 'Santi', ''),
(43670, 109, 899, 'Sassa', ''),
(43671, 109, 899, 'Scafa', ''),
(43672, 109, 899, 'Scanno', ''),
(43673, 109, 899, 'Scanzano', ''),
(43674, 109, 899, 'Scerni', ''),
(43675, 109, 899, 'Schiavi di Abruzzo', ''),
(43676, 109, 899, 'Scontrone', ''),
(43677, 109, 899, 'Scorciosa', ''),
(43678, 109, 899, 'Silvi', ''),
(43679, 109, 899, 'Silvi Paese', ''),
(43680, 109, 899, 'Spoltore', ''),
(43681, 109, 899, 'Sulmona', ''),
(43682, 109, 899, 'Tagliacozzo', ''),
(43683, 109, 899, 'Teramo', ''),
(43684, 109, 899, 'Tocco da Casauria', ''),
(43685, 109, 899, 'Tollo', ''),
(43686, 109, 899, 'Tornareccio', ''),
(43687, 109, 899, 'Torre', ''),
(43688, 109, 899, 'Torre de\' Passeri', ''),
(43689, 109, 899, 'Torrevecchia Teatina', ''),
(43690, 109, 899, 'Torri', ''),
(43691, 109, 899, 'Torricella Sicura', ''),
(43692, 109, 899, 'Tortoreto', ''),
(43693, 109, 899, 'Trasacco', ''),
(43694, 109, 899, 'Vacri', ''),
(43695, 109, 899, 'Vasto', ''),
(43696, 109, 899, 'Villalago', ''),
(43697, 109, 899, 'Villamagna', ''),
(43698, 109, 899, 'Villetta', ''),
(43699, 109, 900, 'Aosta', ''),
(43700, 109, 900, 'Arvier', ''),
(43701, 109, 900, 'Ayas', ''),
(43702, 109, 900, 'Brissogne', ''),
(43703, 109, 900, 'Brusson', ''),
(43704, 109, 900, 'Castel', ''),
(43705, 109, 900, 'Chambave', ''),
(43706, 109, 900, 'Champdepraz', ''),
(43707, 109, 900, 'Champorcher', ''),
(43708, 109, 900, 'Châtillon', ''),
(43709, 109, 900, 'Cogne', ''),
(43710, 109, 900, 'Courmayeur', ''),
(43711, 109, 900, 'Donnas', ''),
(43712, 109, 900, 'Epinel', ''),
(43713, 109, 900, 'Etroubles', ''),
(43714, 109, 900, 'Gignod', ''),
(43715, 109, 900, 'Hone', ''),
(43716, 109, 900, 'Introd', ''),
(43717, 109, 900, 'La Salle', ''),
(43718, 109, 900, 'La Thuile', ''),
(43719, 109, 900, 'Meran', ''),
(43720, 109, 900, 'Morgex', ''),
(43721, 109, 900, 'Pont', ''),
(43722, 109, 900, 'Pont-Saint-Martin', ''),
(43723, 109, 900, 'Pontey', ''),
(43724, 109, 900, 'Prè-Saint-Didier', ''),
(43725, 109, 900, 'Quart', ''),
(43726, 109, 900, 'Roisan', ''),
(43727, 109, 900, 'Saint Jacques', ''),
(43728, 109, 900, 'Saint-Pierre', ''),
(43729, 109, 900, 'Saint-Vincent', ''),
(43730, 109, 900, 'Valtournenche', ''),
(43731, 109, 900, 'Verrayes', ''),
(43732, 109, 900, 'Verrès', ''),
(43733, 109, 900, 'Villeneuve', ''),
(43734, 109, 901, 'Acquaviva delle Fonti', ''),
(43735, 109, 901, 'Adelfia', ''),
(43736, 109, 901, 'Alberobello', ''),
(43737, 109, 901, 'Alessano', ''),
(43738, 109, 901, 'Alezio', ''),
(43739, 109, 901, 'Alliste', ''),
(43740, 109, 901, 'Altamura', ''),
(43741, 109, 901, 'Andrano', ''),
(43742, 109, 901, 'Andria', ''),
(43743, 109, 901, 'Apricena', ''),
(43744, 109, 901, 'Aradeo', ''),
(43745, 109, 901, 'Arnesano', ''),
(43746, 109, 901, 'Ascoli Satriano', ''),
(43747, 109, 901, 'Avetrana', ''),
(43748, 109, 901, 'Bari', ''),
(43749, 109, 901, 'Barletta', ''),
(43750, 109, 901, 'Binetto', ''),
(43751, 109, 901, 'Bisceglie', ''),
(43752, 109, 901, 'Bitetto', ''),
(43753, 109, 901, 'Bitonto', ''),
(43754, 109, 901, 'Bitritto', ''),
(43755, 109, 901, 'Borgo Celano', ''),
(43756, 109, 901, 'Botrugno', ''),
(43757, 109, 901, 'Bovino', ''),
(43758, 109, 901, 'Brindisi', ''),
(43759, 109, 901, 'Calimera', ''),
(43760, 109, 901, 'Campi Salentina', ''),
(43761, 109, 901, 'Canosa di Puglia', ''),
(43762, 109, 901, 'Capurso', ''),
(43763, 109, 901, 'Carapelle', ''),
(43764, 109, 901, 'Carbonara di Bari', ''),
(43765, 109, 901, 'Carlantino', ''),
(43766, 109, 901, 'Carmiano', ''),
(43767, 109, 901, 'Carosino', ''),
(43768, 109, 901, 'Carovigno', ''),
(43769, 109, 901, 'Casamassella', ''),
(43770, 109, 901, 'Casamassima', ''),
(43771, 109, 901, 'Casarano', ''),
(43772, 109, 901, 'Cassano delle Murge', ''),
(43773, 109, 901, 'Castellana Grotte', ''),
(43774, 109, 901, 'Castellaneta', ''),
(43775, 109, 901, 'Castelluccio Valmaggiore', ''),
(43776, 109, 901, 'Castrignano de\' Greci', ''),
(43777, 109, 901, 'Cavallino', ''),
(43778, 109, 901, 'Ceglie di Campo', ''),
(43779, 109, 901, 'Ceglie Messapica', ''),
(43780, 109, 901, 'Cellamare', ''),
(43781, 109, 901, 'Cellino San Marco', ''),
(43782, 109, 901, 'Cerignola', ''),
(43783, 109, 901, 'Cisternino', ''),
(43784, 109, 901, 'Collemeto', ''),
(43785, 109, 901, 'Collepasso', ''),
(43786, 109, 901, 'Conversano', ''),
(43787, 109, 901, 'Copertino', ''),
(43788, 109, 901, 'Corato', ''),
(43789, 109, 901, 'Corigliano d\'Otranto', ''),
(43790, 109, 901, 'Corsano', ''),
(43791, 109, 901, 'Crispiano', ''),
(43792, 109, 901, 'Cutrofiano', ''),
(43793, 109, 901, 'Deliceto', ''),
(43794, 109, 901, 'Erchie', ''),
(43795, 109, 901, 'Faggiano', ''),
(43796, 109, 901, 'Fasano', ''),
(43797, 109, 901, 'Foggia', ''),
(43798, 109, 901, 'Francavilla Fontana', ''),
(43799, 109, 901, 'Gagliano del Capo', ''),
(43800, 109, 901, 'Galatina', ''),
(43801, 109, 901, 'Galatone', ''),
(43802, 109, 901, 'Gallipoli', ''),
(43803, 109, 901, 'Galugnano', ''),
(43804, 109, 901, 'Giardinetto Nuovo', ''),
(43805, 109, 901, 'Ginosa', ''),
(43806, 109, 901, 'Gioia del Colle', ''),
(43807, 109, 901, 'Giovinazzo', ''),
(43808, 109, 901, 'Giuliano', ''),
(43809, 109, 901, 'Giurdignano', ''),
(43810, 109, 901, 'Gravina in Puglia', ''),
(43811, 109, 901, 'Grottaglie', ''),
(43812, 109, 901, 'Grumo Appula', ''),
(43813, 109, 901, 'Guagnano', ''),
(43814, 109, 901, 'Impalata', ''),
(43815, 109, 901, 'Ischitella', ''),
(43816, 109, 901, 'Laterza', ''),
(43817, 109, 901, 'Latiano', ''),
(43818, 109, 901, 'Lecce', ''),
(43819, 109, 901, 'Leporano', ''),
(43820, 109, 901, 'Lequile', ''),
(43821, 109, 901, 'Lesina', ''),
(43822, 109, 901, 'Leverano', ''),
(43823, 109, 901, 'Lizzanello', ''),
(43824, 109, 901, 'Locorotondo', ''),
(43825, 109, 901, 'Loseto', ''),
(43826, 109, 901, 'Lucera', ''),
(43827, 109, 901, 'Maglie', ''),
(43828, 109, 901, 'Manduria', ''),
(43829, 109, 901, 'Manfredonia', ''),
(43830, 109, 901, 'Margherita di Savoia', ''),
(43831, 109, 901, 'Marina di Ginosa', ''),
(43832, 109, 901, 'Martano', ''),
(43833, 109, 901, 'Martignano', ''),
(43834, 109, 901, 'Martina Franca', ''),
(43835, 109, 901, 'Maruggio', ''),
(43836, 109, 901, 'Massafra', ''),
(43837, 109, 901, 'Matino', ''),
(43838, 109, 901, 'Mattinata', ''),
(43839, 109, 901, 'Melendugno', ''),
(43840, 109, 901, 'Melissano', ''),
(43841, 109, 901, 'Melpignano', ''),
(43842, 109, 901, 'Merine', ''),
(43843, 109, 901, 'Mesagne', ''),
(43844, 109, 901, 'Miggiano', ''),
(43845, 109, 901, 'Minervino di Lecce', ''),
(43846, 109, 901, 'Minervino Murge', ''),
(43847, 109, 901, 'Modugno', ''),
(43848, 109, 901, 'Mola di Bari', ''),
(43849, 109, 901, 'Molfetta', ''),
(43850, 109, 901, 'Monopoli', ''),
(43851, 109, 901, 'Monte Sant\'Angelo', ''),
(43852, 109, 901, 'Monteiasi', ''),
(43853, 109, 901, 'Montemesola', ''),
(43854, 109, 901, 'Monteroni di Lecce', ''),
(43855, 109, 901, 'Motta Montecorvino', ''),
(43856, 109, 901, 'Mottola', ''),
(43857, 109, 901, 'Muro Leccese', ''),
(43858, 109, 901, 'Nardò', ''),
(43859, 109, 901, 'Neviano', ''),
(43860, 109, 901, 'Noci', ''),
(43861, 109, 901, 'Noicattaro', ''),
(43862, 109, 901, 'Oria', ''),
(43863, 109, 901, 'Orsara di Puglia', ''),
(43864, 109, 901, 'Orta Nova', ''),
(43865, 109, 901, 'Ortelle', ''),
(43866, 109, 901, 'Ostuni', ''),
(43867, 109, 901, 'Otranto', ''),
(43868, 109, 901, 'Palagianello', ''),
(43869, 109, 901, 'Palagiano', ''),
(43870, 109, 901, 'Palese', ''),
(43871, 109, 901, 'Palo del Colle', ''),
(43872, 109, 901, 'Palombaio', ''),
(43873, 109, 901, 'Paolo VI', ''),
(43874, 109, 901, 'Parabita', ''),
(43875, 109, 901, 'Peschici', ''),
(43876, 109, 901, 'Pezze di Greco', ''),
(43877, 109, 901, 'Pietramontecorvino', ''),
(43878, 109, 901, 'Polignano a Mare', ''),
(43879, 109, 901, 'Porto Cesareo', ''),
(43880, 109, 901, 'Presicce', ''),
(43881, 109, 901, 'Pulsano', ''),
(43882, 109, 901, 'Putignano', ''),
(43883, 109, 901, 'Racale', ''),
(43884, 109, 901, 'Ruffano', ''),
(43885, 109, 901, 'Rutigliano', ''),
(43886, 109, 901, 'Ruvo di Puglia', ''),
(43887, 109, 901, 'Salice Salentino', ''),
(43888, 109, 901, 'Salve', ''),
(43889, 109, 901, 'Sammichele di Bari', ''),
(43890, 109, 901, 'San Cesario di Lecce', ''),
(43891, 109, 901, 'San Ferdinando di Puglia', ''),
(43892, 109, 901, 'San Foca', ''),
(43893, 109, 901, 'San Giorgio Ionico', ''),
(43894, 109, 901, 'San Giovanni Rotondo', ''),
(43895, 109, 901, 'San Marco in Lamis', ''),
(43896, 109, 901, 'San Marzano di San Giuseppe', ''),
(43897, 109, 901, 'San Pancrazio Salentino', ''),
(43898, 109, 901, 'San Paolo di Civitate', ''),
(43899, 109, 901, 'San Pietro Vernotico', ''),
(43900, 109, 901, 'San Severo', ''),
(43901, 109, 901, 'San Vito dei Normanni', ''),
(43902, 109, 901, 'Sannicandro di Bari', ''),
(43903, 109, 901, 'Sannicandro Garganico', ''),
(43904, 109, 901, 'Sannicola', ''),
(43905, 109, 901, 'Santa Maria al Bagno', ''),
(43906, 109, 901, 'Santeramo in Colle', ''),
(43907, 109, 901, 'Sava', ''),
(43908, 109, 901, 'Serracapriola', ''),
(43909, 109, 901, 'Soleto', ''),
(43910, 109, 901, 'Specchia', ''),
(43911, 109, 901, 'Spinazzola', ''),
(43912, 109, 901, 'Squinzano', ''),
(43913, 109, 901, 'Statte', ''),
(43914, 109, 901, 'Sternatia', ''),
(43915, 109, 901, 'Stornara', ''),
(43916, 109, 901, 'Stornarella', ''),
(43917, 109, 901, 'Supersano', ''),
(43918, 109, 901, 'Surano', ''),
(43919, 109, 901, 'Surbo', ''),
(43920, 109, 901, 'Taranto', ''),
(43921, 109, 901, 'Taurisano', ''),
(43922, 109, 901, 'Taviano', ''),
(43923, 109, 901, 'Terlizzi', ''),
(43924, 109, 901, 'Tiggiano', ''),
(43925, 109, 901, 'Torchiarolo', ''),
(43926, 109, 901, 'Torre a Mare', ''),
(43927, 109, 901, 'Torre Santa Susanna', ''),
(43928, 109, 901, 'Torremaggiore', ''),
(43929, 109, 901, 'Trani', ''),
(43930, 109, 901, 'Trepuzzi', ''),
(43931, 109, 901, 'Tricase', ''),
(43932, 109, 901, 'Triggiano', ''),
(43933, 109, 901, 'Trinitapoli', ''),
(43934, 109, 901, 'Tuglie', ''),
(43935, 109, 901, 'Turi', ''),
(43936, 109, 901, 'Tuturano', ''),
(43937, 109, 901, 'Ugento', ''),
(43938, 109, 901, 'Valenzano', ''),
(43939, 109, 901, 'Veglie', ''),
(43940, 109, 901, 'Vernole', ''),
(43941, 109, 901, 'Vico del Gargano', ''),
(43942, 109, 901, 'Vieste', ''),
(43943, 109, 901, 'Villa Castelli', ''),
(43944, 109, 901, 'Zollino', ''),
(43945, 109, 902, 'Acerenza', ''),
(43946, 109, 902, 'Atella', ''),
(43947, 109, 902, 'Avigliano', ''),
(43948, 109, 902, 'Baragiano', ''),
(43949, 109, 902, 'Bella', ''),
(43950, 109, 902, 'Bernalda', ''),
(43951, 109, 902, 'Brienza', ''),
(43952, 109, 902, 'Cancellara', ''),
(43953, 109, 902, 'Castelgrande', ''),
(43954, 109, 902, 'Castelluccio Inferiore', ''),
(43955, 109, 902, 'Colobraro', ''),
(43956, 109, 902, 'Corleto Perticara', ''),
(43957, 109, 902, 'Craco', ''),
(43958, 109, 902, 'Ferrandina', ''),
(43959, 109, 902, 'Forenza', ''),
(43960, 109, 902, 'Genzano di Lucania', ''),
(43961, 109, 902, 'Grumento Nova', ''),
(43962, 109, 902, 'Irsina', ''),
(43963, 109, 902, 'La Martella', ''),
(43964, 109, 902, 'Lagonegro', ''),
(43965, 109, 902, 'Lagopesole', ''),
(43966, 109, 902, 'Laurenzana', ''),
(43967, 109, 902, 'Lauria', ''),
(43968, 109, 902, 'Lavello', ''),
(43969, 109, 902, 'Marsico Nuovo', ''),
(43970, 109, 902, 'Massa', ''),
(43971, 109, 902, 'Matera', ''),
(43972, 109, 902, 'Melfi', ''),
(43973, 109, 902, 'Miglionico', ''),
(43974, 109, 902, 'Moliterno', ''),
(43975, 109, 902, 'Montalbano Jonico', ''),
(43976, 109, 902, 'Montescaglioso', ''),
(43977, 109, 902, 'Monticchio Bagni', ''),
(43978, 109, 902, 'Muro Lucano', ''),
(43979, 109, 902, 'Nova Siri', ''),
(43980, 109, 902, 'Oliveto Lucano', ''),
(43981, 109, 902, 'Oppido Lucano', ''),
(43982, 109, 902, 'Piano dei Peri', ''),
(43983, 109, 902, 'Pietrapertosa', ''),
(43984, 109, 902, 'Pignola', ''),
(43985, 109, 902, 'Pisticci', ''),
(43986, 109, 902, 'Policoro', ''),
(43987, 109, 902, 'Potenza', ''),
(43988, 109, 902, 'Rapolla', ''),
(43989, 109, 902, 'Rapone', ''),
(43990, 109, 902, 'Rionero in Vulture', ''),
(43991, 109, 902, 'Ripacandida', ''),
(43992, 109, 902, 'San Paolo Albanese', ''),
(43993, 109, 902, 'Sant\'Angelo le Fratte', ''),
(43994, 109, 902, 'Sant\'Arcangelo', ''),
(43995, 109, 902, 'Satriano di Lucania', ''),
(43996, 109, 902, 'Senise', ''),
(43997, 109, 902, 'Tito', ''),
(43998, 109, 902, 'Tolve', ''),
(43999, 109, 902, 'Tramutola', ''),
(44000, 109, 902, 'Trecchina', ''),
(44001, 109, 902, 'Tricarico', ''),
(44002, 109, 902, 'Tursi', ''),
(44003, 109, 902, 'Viggiano', ''),
(44004, 109, 903, 'Acquaformosa', ''),
(44005, 109, 903, 'Acquafredda', ''),
(44006, 109, 903, 'Acri', ''),
(44007, 109, 903, 'Albergo', ''),
(44008, 109, 903, 'Alessandria del Carretto', ''),
(44009, 109, 903, 'Altilia', ''),
(44010, 109, 903, 'Altomonte', ''),
(44011, 109, 903, 'Amantea', ''),
(44012, 109, 903, 'Amaroni', ''),
(44013, 109, 903, 'Amato', ''),
(44014, 109, 903, 'Andali', ''),
(44015, 109, 903, 'Anna', ''),
(44016, 109, 903, 'Ardore', ''),
(44017, 109, 903, 'Argusto', ''),
(44018, 109, 903, 'Bagnara Calabra', ''),
(44019, 109, 903, 'Belmonte Calabro', ''),
(44020, 109, 903, 'Belsito', ''),
(44021, 109, 903, 'Belvedere di Spinello', ''),
(44022, 109, 903, 'Belvedere Marittimo', ''),
(44023, 109, 903, 'Bianchi', ''),
(44024, 109, 903, 'Bianco', ''),
(44025, 109, 903, 'Bisignano', ''),
(44026, 109, 903, 'Bonifati', ''),
(44027, 109, 903, 'Borgia', ''),
(44028, 109, 903, 'Borgo', ''),
(44029, 109, 903, 'Borgo Partenope', ''),
(44030, 109, 903, 'Botricello', ''),
(44031, 109, 903, 'Bova Marina', ''),
(44032, 109, 903, 'Bovalino', ''),
(44033, 109, 903, 'Brancaleone', ''),
(44034, 109, 903, 'Caloveto', ''),
(44035, 109, 903, 'Campo', ''),
(44036, 109, 903, 'Campo Calabro', ''),
(44037, 109, 903, 'Capistrano', ''),
(44038, 109, 903, 'Capo Rizzuto', ''),
(44039, 109, 903, 'Cardeto', ''),
(44040, 109, 903, 'Carlopoli', ''),
(44041, 109, 903, 'Casa Pace', ''),
(44042, 109, 903, 'Casa Paradiso', ''),
(44043, 109, 903, 'Castrolibero', ''),
(44044, 109, 903, 'Castrovillari', ''),
(44045, 109, 903, 'Catanzaro', ''),
(44046, 109, 903, 'Caulonia', ''),
(44047, 109, 903, 'Celico', ''),
(44048, 109, 903, 'Certosa', ''),
(44049, 109, 903, 'Cerva', ''),
(44050, 109, 903, 'Cetraro', ''),
(44051, 109, 903, 'Chiaravalle Centrale', ''),
(44052, 109, 903, 'Cirò Marina', ''),
(44053, 109, 903, 'Cittanova', ''),
(44054, 109, 903, 'Colosimi', ''),
(44055, 109, 903, 'Corigliano Calabro', ''),
(44056, 109, 903, 'Cosenza', ''),
(44057, 109, 903, 'Cotronei', ''),
(44058, 109, 903, 'Cropalati', ''),
(44059, 109, 903, 'Cropani', ''),
(44060, 109, 903, 'Crosia', ''),
(44061, 109, 903, 'Crotone', ''),
(44062, 109, 903, 'Cusino', ''),
(44063, 109, 903, 'Cutro', ''),
(44064, 109, 903, 'Davoli', ''),
(44065, 109, 903, 'Delianuova', ''),
(44066, 109, 903, 'Diamante', ''),
(44067, 109, 903, 'Dipignano', ''),
(44068, 109, 903, 'Drapia', ''),
(44069, 109, 903, 'Falconara Albanese', ''),
(44070, 109, 903, 'Falerna', ''),
(44071, 109, 903, 'Fiera', ''),
(44072, 109, 903, 'Filadelfia', ''),
(44073, 109, 903, 'Fornaci', ''),
(44074, 109, 903, 'Frascineto', ''),
(44075, 109, 903, 'Fuscaldo', ''),
(44076, 109, 903, 'Galatro', ''),
(44077, 109, 903, 'Gerace', ''),
(44078, 109, 903, 'Giardini', ''),
(44079, 109, 903, 'Gioia', ''),
(44080, 109, 903, 'Gioia Tauro', ''),
(44081, 109, 903, 'Gioiosa Ionica', ''),
(44082, 109, 903, 'Girifalco', ''),
(44083, 109, 903, 'Gizzeria', ''),
(44084, 109, 903, 'Guardavalle', ''),
(44085, 109, 903, 'Guardia Piemontese', ''),
(44086, 109, 903, 'Guido', ''),
(44087, 109, 903, 'Jonadi', ''),
(44088, 109, 903, 'Lattarico', ''),
(44089, 109, 903, 'Laureana di Borrello', ''),
(44090, 109, 903, 'Lazzaro', ''),
(44091, 109, 903, 'Le Castella', ''),
(44092, 109, 903, 'Locri', ''),
(44093, 109, 903, 'Longobardi', ''),
(44094, 109, 903, 'Lungro', ''),
(44095, 109, 903, 'Luzzi', ''),
(44096, 109, 903, 'Maida', ''),
(44097, 109, 903, 'Mangone', ''),
(44098, 109, 903, 'Marina di Gioiosa Ionica', ''),
(44099, 109, 903, 'Mauro', ''),
(44100, 109, 903, 'Melicucco', ''),
(44101, 109, 903, 'Melito di Porto Salvo', ''),
(44102, 109, 903, 'Mendicino', ''),
(44103, 109, 903, 'Milanesi', ''),
(44104, 109, 903, 'Molinari', ''),
(44105, 109, 903, 'Molochio', ''),
(44106, 109, 903, 'Monasterace Marina', ''),
(44107, 109, 903, 'Montalto Uffugo', ''),
(44108, 109, 903, 'Montegiordano', ''),
(44109, 109, 903, 'Monterosso Calabro', ''),
(44110, 109, 903, 'Mormanno', ''),
(44111, 109, 903, 'Mosorrofa', ''),
(44112, 109, 903, 'Motta San Giovanni', ''),
(44113, 109, 903, 'Nocera Terinese', ''),
(44114, 109, 903, 'Oliva', ''),
(44115, 109, 903, 'Palmi', ''),
(44116, 109, 903, 'Paola', ''),
(44117, 109, 903, 'Parenti', ''),
(44118, 109, 903, 'Pellaro', ''),
(44119, 109, 903, 'Petilia Policastro', ''),
(44120, 109, 903, 'Petronà', ''),
(44121, 109, 903, 'Piane Crati', ''),
(44122, 109, 903, 'Pizzo', ''),
(44123, 109, 903, 'Pizzoni', ''),
(44124, 109, 903, 'Platì', ''),
(44125, 109, 903, 'Polistena', ''),
(44126, 109, 903, 'Praia a Mare', ''),
(44127, 109, 903, 'Ranieri', ''),
(44128, 109, 903, 'Reggio Calabria', ''),
(44129, 109, 903, 'Regina', ''),
(44130, 109, 903, 'Rende', ''),
(44131, 109, 903, 'Riace', ''),
(44132, 109, 903, 'Ricadi', ''),
(44133, 109, 903, 'Rizzi', ''),
(44134, 109, 903, 'Roccabernarda', ''),
(44135, 109, 903, 'Roccella', ''),
(44136, 109, 903, 'Roccella Ionica', ''),
(44137, 109, 903, 'Rocco', ''),
(44138, 109, 903, 'Roggiano Gravina', ''),
(44139, 109, 903, 'Rogliano', ''),
(44140, 109, 903, 'Rombiolo', ''),
(44141, 109, 903, 'Rose', ''),
(44142, 109, 903, 'Rossano', ''),
(44143, 109, 903, 'Rovito', ''),
(44144, 109, 903, 'Sabatino', ''),
(44145, 109, 903, 'San Basile', ''),
(44146, 109, 903, 'San Ferdinando', ''),
(44147, 109, 903, 'San Filippo', ''),
(44148, 109, 903, 'San Francesco', ''),
(44149, 109, 903, 'San Giorgio Morgeto', ''),
(44150, 109, 903, 'San Giovanni in Fiore', ''),
(44151, 109, 903, 'San Gregorio d\'Ippona', ''),
(44152, 109, 903, 'San Leo', ''),
(44153, 109, 903, 'San Lorenzo del Vallo', ''),
(44154, 109, 903, 'San Lucido', ''),
(44155, 109, 903, 'San Marco Argentano', ''),
(44156, 109, 903, 'San Nicola', ''),
(44157, 109, 903, 'San Pietro a Maida', ''),
(44158, 109, 903, 'San Pietro in Guarano', ''),
(44159, 109, 903, 'San Procopio', ''),
(44160, 109, 903, 'San Vito sullo Ionio', ''),
(44161, 109, 903, 'Sangineto', ''),
(44162, 109, 903, 'Sant\'Eufemia d\'Aspromonte', ''),
(44163, 109, 903, 'Santa Caterina dello Ionio', ''),
(44164, 109, 903, 'Santa Domenica', ''),
(44165, 109, 903, 'Santa Eufemia Lamezia', ''),
(44166, 109, 903, 'Santa Maria', ''),
(44167, 109, 903, 'Santa Severina', ''),
(44168, 109, 903, 'Santo Stefano di Rogliano', ''),
(44169, 109, 903, 'Scilla', ''),
(44170, 109, 903, 'Serra Pedace', ''),
(44171, 109, 903, 'Sersale', ''),
(44172, 109, 903, 'Siderno', ''),
(44173, 109, 903, 'Simone', ''),
(44174, 109, 903, 'Sinopoli', ''),
(44175, 109, 903, 'Soverato Marina', ''),
(44176, 109, 903, 'Soverato Superiore', ''),
(44177, 109, 903, 'Soveria Simeri', ''),
(44178, 109, 903, 'Spadola', ''),
(44179, 109, 903, 'Spezzano Albanese', ''),
(44180, 109, 903, 'Spezzano della Sila', ''),
(44181, 109, 903, 'Stalettì', ''),
(44182, 109, 903, 'Stignano', ''),
(44183, 109, 903, 'Stilo', ''),
(44184, 109, 903, 'Strongoli', ''),
(44185, 109, 903, 'Taurianova', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(44186, 109, 903, 'Terranova da Sibari', ''),
(44187, 109, 903, 'Terranova Sappo Minulio', ''),
(44188, 109, 903, 'Torretta', ''),
(44189, 109, 903, 'Tortora', ''),
(44190, 109, 903, 'Trebisacce', ''),
(44191, 109, 903, 'Trenta', ''),
(44192, 109, 903, 'Tropea', ''),
(44193, 109, 903, 'Varapodio', ''),
(44194, 109, 903, 'Vena di Maida', ''),
(44195, 109, 903, 'Verbicaro', ''),
(44196, 109, 903, 'Verzino', ''),
(44197, 109, 903, 'Villa San Giovanni', ''),
(44198, 109, 903, 'Villapiana', ''),
(44199, 109, 903, 'Zambrone', ''),
(44200, 109, 904, 'Acerno', ''),
(44201, 109, 904, 'Acerra', ''),
(44202, 109, 904, 'Afragola', ''),
(44203, 109, 904, 'Agerola', ''),
(44204, 109, 904, 'Agropoli', ''),
(44205, 109, 904, 'Aiello del Sabato', ''),
(44206, 109, 904, 'Airola', ''),
(44207, 109, 904, 'Albanella', ''),
(44208, 109, 904, 'Alife', ''),
(44209, 109, 904, 'Altavilla Irpina', ''),
(44210, 109, 904, 'Altavilla Silentina', ''),
(44211, 109, 904, 'Alvignano', ''),
(44212, 109, 904, 'Amalfi', ''),
(44213, 109, 904, 'Anacapri', ''),
(44214, 109, 904, 'Angri', ''),
(44215, 109, 904, 'Apice', ''),
(44216, 109, 904, 'Ariano Irpino', ''),
(44217, 109, 904, 'Arienzo', ''),
(44218, 109, 904, 'Arpaia', ''),
(44219, 109, 904, 'Arzano', ''),
(44220, 109, 904, 'Ascea', ''),
(44221, 109, 904, 'Atena Lucana', ''),
(44222, 109, 904, 'Atripalda', ''),
(44223, 109, 904, 'Avella', ''),
(44224, 109, 904, 'Avellino', ''),
(44225, 109, 904, 'Aversa', ''),
(44226, 109, 904, 'Bacoli', ''),
(44227, 109, 904, 'Bagni di Contursi', ''),
(44228, 109, 904, 'Baia', ''),
(44229, 109, 904, 'Barano d\'Ischia', ''),
(44230, 109, 904, 'Baronissi', ''),
(44231, 109, 904, 'Battipaglia', ''),
(44232, 109, 904, 'Bellizzi', ''),
(44233, 109, 904, 'Bellona', ''),
(44234, 109, 904, 'Benevento', ''),
(44235, 109, 904, 'Biancano', ''),
(44236, 109, 904, 'Bisaccia', ''),
(44237, 109, 904, 'Bonea', ''),
(44238, 109, 904, 'Boscoreale', ''),
(44239, 109, 904, 'Boscotrecase', ''),
(44240, 109, 904, 'Brusciano', ''),
(44241, 109, 904, 'Buccino', ''),
(44242, 109, 904, 'Buonabitacolo', ''),
(44243, 109, 904, 'Caiatia', ''),
(44244, 109, 904, 'Caivano', ''),
(44245, 109, 904, 'Calabritto', ''),
(44246, 109, 904, 'Calitri', ''),
(44247, 109, 904, 'Calvanico', ''),
(44248, 109, 904, 'Calvi Risorta', ''),
(44249, 109, 904, 'Calvizzano', ''),
(44250, 109, 904, 'Campagna', ''),
(44251, 109, 904, 'Campinola', ''),
(44252, 109, 904, 'Campolattaro', ''),
(44253, 109, 904, 'Campora', ''),
(44254, 109, 904, 'Camposano', ''),
(44255, 109, 904, 'Cancello ed Arnone', ''),
(44256, 109, 904, 'Canosa', ''),
(44257, 109, 904, 'Capaccio', ''),
(44258, 109, 904, 'Capodrise', ''),
(44259, 109, 904, 'Capri', ''),
(44260, 109, 904, 'Capriati a Volturno', ''),
(44261, 109, 904, 'Capua', ''),
(44262, 109, 904, 'Cardito', ''),
(44263, 109, 904, 'Carinaro', ''),
(44264, 109, 904, 'Carinola', ''),
(44265, 109, 904, 'Casagiove', ''),
(44266, 109, 904, 'Casal di Principe', ''),
(44267, 109, 904, 'Casal Velino', ''),
(44268, 109, 904, 'Casalbore', ''),
(44269, 109, 904, 'Casaletto Spartano', ''),
(44270, 109, 904, 'Casalnuovo di Napoli', ''),
(44271, 109, 904, 'Casaluce', ''),
(44272, 109, 904, 'Casamicciola Terme', ''),
(44273, 109, 904, 'Casandrino', ''),
(44274, 109, 904, 'Casapesenna', ''),
(44275, 109, 904, 'Casapulla', ''),
(44276, 109, 904, 'Casavatore', ''),
(44277, 109, 904, 'Caselle in Pittari', ''),
(44278, 109, 904, 'Caserta', ''),
(44279, 109, 904, 'Casoria', ''),
(44280, 109, 904, 'Castel San Giorgio', ''),
(44281, 109, 904, 'Castel San Lorenzo', ''),
(44282, 109, 904, 'Castel Volturno', ''),
(44283, 109, 904, 'Castelfranci', ''),
(44284, 109, 904, 'Castellabate', ''),
(44285, 109, 904, 'Castellammare di Stabia', ''),
(44286, 109, 904, 'Castelnuovo Cilento', ''),
(44287, 109, 904, 'Castelpoto', ''),
(44288, 109, 904, 'Castelvenere', ''),
(44289, 109, 904, 'Castelvetere sul Calore', ''),
(44290, 109, 904, 'Cava de\' Tirreni', ''),
(44291, 109, 904, 'Cellole', ''),
(44292, 109, 904, 'Centola', ''),
(44293, 109, 904, 'Ceppaloni', ''),
(44294, 109, 904, 'Cercola', ''),
(44295, 109, 904, 'Cervinara', ''),
(44296, 109, 904, 'Cervino', ''),
(44297, 109, 904, 'Cesinali', ''),
(44298, 109, 904, 'Cetara', ''),
(44299, 109, 904, 'Chianche', ''),
(44300, 109, 904, 'Chiusano di San Domenico', ''),
(44301, 109, 904, 'Cicciano', ''),
(44302, 109, 904, 'Cimitile', ''),
(44303, 109, 904, 'Conza della Campania', ''),
(44304, 109, 904, 'Curti', ''),
(44305, 109, 904, 'Cusano Mutri', ''),
(44306, 109, 904, 'Dugenta', ''),
(44307, 109, 904, 'Eboli', ''),
(44308, 109, 904, 'Ercolano', ''),
(44309, 109, 904, 'Felitto', ''),
(44310, 109, 904, 'Fisciano', ''),
(44311, 109, 904, 'Flumeri', ''),
(44312, 109, 904, 'Foglianise', ''),
(44313, 109, 904, 'Forchia', ''),
(44314, 109, 904, 'Forino', ''),
(44315, 109, 904, 'Forio', ''),
(44316, 109, 904, 'Fragneto Monforte', ''),
(44317, 109, 904, 'Frasso Telesino', ''),
(44318, 109, 904, 'Frattamaggiore', ''),
(44319, 109, 904, 'Frattaminore', ''),
(44320, 109, 904, 'Frigento', ''),
(44321, 109, 904, 'Futani', ''),
(44322, 109, 904, 'Galluccio', ''),
(44323, 109, 904, 'Gesualdo', ''),
(44324, 109, 904, 'Giano Vetusto', ''),
(44325, 109, 904, 'Giffoni Valle Piana', ''),
(44326, 109, 904, 'Giugliano in Campania', ''),
(44327, 109, 904, 'Gragnano', ''),
(44328, 109, 904, 'Grottaminarda', ''),
(44329, 109, 904, 'Grottolella', ''),
(44330, 109, 904, 'Grumo Nevano', ''),
(44331, 109, 904, 'Guardia Sanframondi', ''),
(44332, 109, 904, 'Ischia', ''),
(44333, 109, 904, 'Lacco Ameno', ''),
(44334, 109, 904, 'Lapio', ''),
(44335, 109, 904, 'Lauro', ''),
(44336, 109, 904, 'Licusati', ''),
(44337, 109, 904, 'Limatola', ''),
(44338, 109, 904, 'Lioni', ''),
(44339, 109, 904, 'Lombardi', ''),
(44340, 109, 904, 'Lusciano', ''),
(44341, 109, 904, 'Luzzano', ''),
(44342, 109, 904, 'Macerata Campania', ''),
(44343, 109, 904, 'Maddaloni', ''),
(44344, 109, 904, 'Maiori', ''),
(44345, 109, 904, 'Manocalzati', ''),
(44346, 109, 904, 'Marano di Napoli', ''),
(44347, 109, 904, 'Marcianise', ''),
(44348, 109, 904, 'Mariglianella', ''),
(44349, 109, 904, 'Marigliano', ''),
(44350, 109, 904, 'Marina', ''),
(44351, 109, 904, 'Marina di Camerota', ''),
(44352, 109, 904, 'Marina Grande', ''),
(44353, 109, 904, 'Marzano di Nola', ''),
(44354, 109, 904, 'Melito di Napoli', ''),
(44355, 109, 904, 'Melito Irpino', ''),
(44356, 109, 904, 'Mercato San Severino', ''),
(44357, 109, 904, 'Mercogliano', ''),
(44358, 109, 904, 'Meta', ''),
(44359, 109, 904, 'Mirabella Eclano', ''),
(44360, 109, 904, 'Moiano', ''),
(44361, 109, 904, 'Mondragone', ''),
(44362, 109, 904, 'Monte di Procida', ''),
(44363, 109, 904, 'Monte San Giacomo', ''),
(44364, 109, 904, 'Montecalvo Irpino', ''),
(44365, 109, 904, 'Montecorvino Rovella', ''),
(44366, 109, 904, 'Montefalcione', ''),
(44367, 109, 904, 'Monteforte Irpino', ''),
(44368, 109, 904, 'Montella', ''),
(44369, 109, 904, 'Montemiletto', ''),
(44370, 109, 904, 'Monterusciello', ''),
(44371, 109, 904, 'Montesano sulla Marcellana', ''),
(44372, 109, 904, 'Montesarchio', ''),
(44373, 109, 904, 'Montorsi', ''),
(44374, 109, 904, 'Morcone', ''),
(44375, 109, 904, 'Morra De Sanctis', ''),
(44376, 109, 904, 'Morrone', ''),
(44377, 109, 904, 'Mugnano di Napoli', ''),
(44378, 109, 904, 'Naples', ''),
(44379, 109, 904, 'Nocera Inferiore', ''),
(44380, 109, 904, 'Nocera Superiore', ''),
(44381, 109, 904, 'Nola', ''),
(44382, 109, 904, 'Novi Velia', ''),
(44383, 109, 904, 'Nusco', ''),
(44384, 109, 904, 'Ogliastro Cilento', ''),
(44385, 109, 904, 'Olevano sul Tusciano', ''),
(44386, 109, 904, 'Oliveto Citra', ''),
(44387, 109, 904, 'Orria', ''),
(44388, 109, 904, 'Ospedaletto d\'Alpinolo', ''),
(44389, 109, 904, 'Ottaviano', ''),
(44390, 109, 904, 'Padula', ''),
(44391, 109, 904, 'Pagani', ''),
(44392, 109, 904, 'Pago Veiano', ''),
(44393, 109, 904, 'Palinuro', ''),
(44394, 109, 904, 'Palma Campania', ''),
(44395, 109, 904, 'Palomonte', ''),
(44396, 109, 904, 'Pannarano', ''),
(44397, 109, 904, 'Paolisi', ''),
(44398, 109, 904, 'Parete', ''),
(44399, 109, 904, 'Pascarola', ''),
(44400, 109, 904, 'Passiano', ''),
(44401, 109, 904, 'Paternopoli', ''),
(44402, 109, 904, 'Pattano', ''),
(44403, 109, 904, 'Pellegrini', ''),
(44404, 109, 904, 'Pellezzano', ''),
(44405, 109, 904, 'Perdifumo', ''),
(44406, 109, 904, 'Pesco Sannita', ''),
(44407, 109, 904, 'Petina', ''),
(44408, 109, 904, 'Piaggine', ''),
(44409, 109, 904, 'Piano di Sorrento', ''),
(44410, 109, 904, 'Pianura', ''),
(44411, 109, 904, 'Piedimonte', ''),
(44412, 109, 904, 'Piedimonte Matese', ''),
(44413, 109, 904, 'Pietramelara', ''),
(44414, 109, 904, 'Pietrelcina', ''),
(44415, 109, 904, 'Pignataro Maggiore', ''),
(44416, 109, 904, 'Pimonte', ''),
(44417, 109, 904, 'Poggiomarino', ''),
(44418, 109, 904, 'Polla', ''),
(44419, 109, 904, 'Pollena Trocchia', ''),
(44420, 109, 904, 'Pollica', ''),
(44421, 109, 904, 'Pomigliano d\'Arco', ''),
(44422, 109, 904, 'Pompei', ''),
(44423, 109, 904, 'Pompei Scavi', ''),
(44424, 109, 904, 'Pontecagnano', ''),
(44425, 109, 904, 'Pontelatone', ''),
(44426, 109, 904, 'Portici', ''),
(44427, 109, 904, 'Portico di Caserta', ''),
(44428, 109, 904, 'Positano', ''),
(44429, 109, 904, 'Postiglione', ''),
(44430, 109, 904, 'Pozzuoli', ''),
(44431, 109, 904, 'Praiano', ''),
(44432, 109, 904, 'Prata Sannita', ''),
(44433, 109, 904, 'Pratola Serra', ''),
(44434, 109, 904, 'Procida', ''),
(44435, 109, 904, 'Qualiano', ''),
(44436, 109, 904, 'Ravello', ''),
(44437, 109, 904, 'Raviscanina', ''),
(44438, 109, 904, 'Recale', ''),
(44439, 109, 904, 'Riardo', ''),
(44440, 109, 904, 'Roccadaspide', ''),
(44441, 109, 904, 'Roccamonfina', ''),
(44442, 109, 904, 'Roccapiemonte', ''),
(44443, 109, 904, 'Roccarainola', ''),
(44444, 109, 904, 'Roscigno', ''),
(44445, 109, 904, 'Rotondi', ''),
(44446, 109, 904, 'Sala Consilina', ''),
(44447, 109, 904, 'Salento', ''),
(44448, 109, 904, 'Salerno', ''),
(44449, 109, 904, 'Salza Irpina', ''),
(44450, 109, 904, 'San Cipriano Picentino', ''),
(44451, 109, 904, 'San Felice', ''),
(44452, 109, 904, 'San Gennaro Vesuviano', ''),
(44453, 109, 904, 'San Giorgio', ''),
(44454, 109, 904, 'San Giorgio a Cremano', ''),
(44455, 109, 904, 'San Giorgio del Sannio', ''),
(44456, 109, 904, 'San Giuseppe Vesuviano', ''),
(44457, 109, 904, 'San Gregorio Magno', ''),
(44458, 109, 904, 'San Leucio', ''),
(44459, 109, 904, 'San Leucio del Sannio', ''),
(44460, 109, 904, 'San Mango Piemonte', ''),
(44461, 109, 904, 'San Marcellino', ''),
(44462, 109, 904, 'San Marco dei Cavoti', ''),
(44463, 109, 904, 'San Martino Sannita', ''),
(44464, 109, 904, 'San Martino Valle Caudina', ''),
(44465, 109, 904, 'San Nicola', ''),
(44466, 109, 904, 'San Paolo Bel Sito', ''),
(44467, 109, 904, 'San Potito Sannitico', ''),
(44468, 109, 904, 'San Prisco', ''),
(44469, 109, 904, 'San Sebastiano al Vesuvio', ''),
(44470, 109, 904, 'San Severino', ''),
(44471, 109, 904, 'San Sossio Baronia', ''),
(44472, 109, 904, 'San Tammaro', ''),
(44473, 109, 904, 'San Valentino Torio', ''),
(44474, 109, 904, 'San Vitaliano', ''),
(44475, 109, 904, 'Sant\'Agata de\' Goti', ''),
(44476, 109, 904, 'Sant\'Agnello', ''),
(44477, 109, 904, 'Sant\'Anastasia', ''),
(44478, 109, 904, 'Sant\'Angelo d\'Alife', ''),
(44479, 109, 904, 'Sant\'Angelo dei Lombardi', ''),
(44480, 109, 904, 'Sant\'Antimo', ''),
(44481, 109, 904, 'Sant\'Antonio Abate', ''),
(44482, 109, 904, 'Sant\'Arpino', ''),
(44483, 109, 904, 'Sant\'Arsenio', ''),
(44484, 109, 904, 'Santa Maria', ''),
(44485, 109, 904, 'Santa Maria a Vico', ''),
(44486, 109, 904, 'Santa Maria Capua Vetere', ''),
(44487, 109, 904, 'Santo Stefano del Sole', ''),
(44488, 109, 904, 'Sapri', ''),
(44489, 109, 904, 'Sarno', ''),
(44490, 109, 904, 'Sassano', ''),
(44491, 109, 904, 'Sassinoro', ''),
(44492, 109, 904, 'Saviano', ''),
(44493, 109, 904, 'Scafati', ''),
(44494, 109, 904, 'Scala', ''),
(44495, 109, 904, 'Senerchia', ''),
(44496, 109, 904, 'Sepicciano', ''),
(44497, 109, 904, 'Serino', ''),
(44498, 109, 904, 'Serre', ''),
(44499, 109, 904, 'Sessa Aurunca', ''),
(44500, 109, 904, 'Settefichi', ''),
(44501, 109, 904, 'Siano', ''),
(44502, 109, 904, 'Sicignano degli Alburni', ''),
(44503, 109, 904, 'Solofra', ''),
(44504, 109, 904, 'Solopaca', ''),
(44505, 109, 904, 'Somma Vesuviana', ''),
(44506, 109, 904, 'Sorbo Serpico', ''),
(44507, 109, 904, 'Sorrento', ''),
(44508, 109, 904, 'Sparanise', ''),
(44509, 109, 904, 'Stella Cilento', ''),
(44510, 109, 904, 'Striano', ''),
(44511, 109, 904, 'Succivo', ''),
(44512, 109, 904, 'Summonte', ''),
(44513, 109, 904, 'Teano', ''),
(44514, 109, 904, 'Teggiano', ''),
(44515, 109, 904, 'Telese', ''),
(44516, 109, 904, 'Teora', ''),
(44517, 109, 904, 'Termini', ''),
(44518, 109, 904, 'Terzigno', ''),
(44519, 109, 904, 'Teverola', ''),
(44520, 109, 904, 'Torre Annunziata', ''),
(44521, 109, 904, 'Torre del Greco', ''),
(44522, 109, 904, 'Torre Le Nocelle', ''),
(44523, 109, 904, 'Torre Orsaia', ''),
(44524, 109, 904, 'Torrecuso', ''),
(44525, 109, 904, 'Tramonti', ''),
(44526, 109, 904, 'Trecase', ''),
(44527, 109, 904, 'Trentola-Ducenta', ''),
(44528, 109, 904, 'Tufino', ''),
(44529, 109, 904, 'Vallo della Lucania', ''),
(44530, 109, 904, 'Venticano', ''),
(44531, 109, 904, 'Vico Equense', ''),
(44532, 109, 904, 'Vietri sul Mare', ''),
(44533, 109, 904, 'Villa Literno', ''),
(44534, 109, 904, 'Villa Santa Croce', ''),
(44535, 109, 904, 'Villaricca', ''),
(44536, 109, 904, 'Vitulano', ''),
(44537, 109, 904, 'Vitulazio', ''),
(44538, 109, 904, 'Zungoli', ''),
(44539, 109, 905, 'Albareto', ''),
(44540, 109, 905, 'Albinea', ''),
(44541, 109, 905, 'Alfonsine', ''),
(44542, 109, 905, 'Alseno', ''),
(44543, 109, 905, 'Altedo', ''),
(44544, 109, 905, 'Ambrogio', ''),
(44545, 109, 905, 'Anzola dell\'Emilia', ''),
(44546, 109, 905, 'Arceto', ''),
(44547, 109, 905, 'Argelato', ''),
(44548, 109, 905, 'Argenta', ''),
(44549, 109, 905, 'Bacedasco', ''),
(44550, 109, 905, 'Baganzola', ''),
(44551, 109, 905, 'Bagnacavallo', ''),
(44552, 109, 905, 'Bagnara di Romagna', ''),
(44553, 109, 905, 'Bagno di Romagna', ''),
(44554, 109, 905, 'Bagnolo in Piano', ''),
(44555, 109, 905, 'Bardi', ''),
(44556, 109, 905, 'Baricella', ''),
(44557, 109, 905, 'Barisano', ''),
(44558, 109, 905, 'Basilicanova', ''),
(44559, 109, 905, 'Bastiglia', ''),
(44560, 109, 905, 'Bazzano', ''),
(44561, 109, 905, 'Bedonia', ''),
(44562, 109, 905, 'Bellaria-Igea Marina', ''),
(44563, 109, 905, 'Bellariva', ''),
(44564, 109, 905, 'Bentivoglio', ''),
(44565, 109, 905, 'Berceto', ''),
(44566, 109, 905, 'Berra', ''),
(44567, 109, 905, 'Bertinoro', ''),
(44568, 109, 905, 'Bianconese', ''),
(44569, 109, 905, 'Bibbiano', ''),
(44570, 109, 905, 'Boara', ''),
(44571, 109, 905, 'Bobbio', ''),
(44572, 109, 905, 'Bologna', ''),
(44573, 109, 905, 'Bomporto', ''),
(44574, 109, 905, 'Bondeno', ''),
(44575, 109, 905, 'Boretto', ''),
(44576, 109, 905, 'Borghi', ''),
(44577, 109, 905, 'Borgo Tossignano', ''),
(44578, 109, 905, 'Borgo Val di Taro', ''),
(44579, 109, 905, 'Borgonovo', ''),
(44580, 109, 905, 'Borgonovo Val Tidone', ''),
(44581, 109, 905, 'Brescello', ''),
(44582, 109, 905, 'Brisighella', ''),
(44583, 109, 905, 'Budrio', ''),
(44584, 109, 905, 'Busseto', ''),
(44585, 109, 905, 'Cadelbosco di Sopra', ''),
(44586, 109, 905, 'Cadeo', ''),
(44587, 109, 905, 'Calderara di Reno', ''),
(44588, 109, 905, 'Camerlona', ''),
(44589, 109, 905, 'Caminata', ''),
(44590, 109, 905, 'Campagnola Emilia', ''),
(44591, 109, 905, 'Campegine', ''),
(44592, 109, 905, 'Campiglio', ''),
(44593, 109, 905, 'Campogalliano', ''),
(44594, 109, 905, 'Camposanto', ''),
(44595, 109, 905, 'Camugnano', ''),
(44596, 109, 905, 'Cannuzzo', ''),
(44597, 109, 905, 'Canossa', ''),
(44598, 109, 905, 'Caorso', ''),
(44599, 109, 905, 'Carignano', ''),
(44600, 109, 905, 'Carobbio', ''),
(44601, 109, 905, 'Carpaneto Piacentino', ''),
(44602, 109, 905, 'Carpi', ''),
(44603, 109, 905, 'Carpinello', ''),
(44604, 109, 905, 'Carpineti', ''),
(44605, 109, 905, 'Casa Bartolacelli-Stella', ''),
(44606, 109, 905, 'Casale di Mezzani', ''),
(44607, 109, 905, 'Casalecchio di Reno', ''),
(44608, 109, 905, 'Casalgrande', ''),
(44609, 109, 905, 'Caselle', ''),
(44610, 109, 905, 'Casina', ''),
(44611, 109, 905, 'Cassano', ''),
(44612, 109, 905, 'Castel Bolognese', ''),
(44613, 109, 905, 'Castel di Casio', ''),
(44614, 109, 905, 'Castel Guelfo di Bologna', ''),
(44615, 109, 905, 'Castel Maggiore', ''),
(44616, 109, 905, 'Castel San Giovanni', ''),
(44617, 109, 905, 'Castel San Pietro Terme', ''),
(44618, 109, 905, 'Castelfranco Emilia', ''),
(44619, 109, 905, 'Castell\'Aicardi', ''),
(44620, 109, 905, 'Castell\'Arquato', ''),
(44621, 109, 905, 'Castellarano', ''),
(44622, 109, 905, 'Castelletto', ''),
(44623, 109, 905, 'Castello', ''),
(44624, 109, 905, 'Castello d\'Argile', ''),
(44625, 109, 905, 'Castello di Serravalle', ''),
(44626, 109, 905, 'Castelnovo di Sotto', ''),
(44627, 109, 905, 'Castelnuovo', ''),
(44628, 109, 905, 'Castelnuovo Rangone', ''),
(44629, 109, 905, 'Castelvetro di Modena', ''),
(44630, 109, 905, 'Castelvetro Piacentino', ''),
(44631, 109, 905, 'Castenaso', ''),
(44632, 109, 905, 'Castrocaro Terme', ''),
(44633, 109, 905, 'Castrocaro Terme e Terra del Sole', ''),
(44634, 109, 905, 'Cattolica', ''),
(44635, 109, 905, 'Cavezzo', ''),
(44636, 109, 905, 'Cavola', ''),
(44637, 109, 905, 'Cavriago', ''),
(44638, 109, 905, 'Cento', ''),
(44639, 109, 905, 'Cerasolo', ''),
(44640, 109, 905, 'Cervia', ''),
(44641, 109, 905, 'Cesena', ''),
(44642, 109, 905, 'Cesenatico', ''),
(44643, 109, 905, 'Civitella di Romagna', ''),
(44644, 109, 905, 'Codigoro', ''),
(44645, 109, 905, 'Collecchio', ''),
(44646, 109, 905, 'Colorno', ''),
(44647, 109, 905, 'Comacchio', ''),
(44648, 109, 905, 'Concordia sulla Secchia', ''),
(44649, 109, 905, 'Conselice', ''),
(44650, 109, 905, 'Copparo', ''),
(44651, 109, 905, 'Coriano', ''),
(44652, 109, 905, 'Corlo', ''),
(44653, 109, 905, 'Corniglio', ''),
(44654, 109, 905, 'Correggio', ''),
(44655, 109, 905, 'Cortemaggiore', ''),
(44656, 109, 905, 'Cortina', ''),
(44657, 109, 905, 'Costa', ''),
(44658, 109, 905, 'Cotignola', ''),
(44659, 109, 905, 'Crespellano', ''),
(44660, 109, 905, 'Crevalcore', ''),
(44661, 109, 905, 'Decima', ''),
(44662, 109, 905, 'Dovadola', ''),
(44663, 109, 905, 'Dozza', ''),
(44664, 109, 905, 'Fabbrica', ''),
(44665, 109, 905, 'Fabbrico', ''),
(44666, 109, 905, 'Faenza', ''),
(44667, 109, 905, 'Fanano', ''),
(44668, 109, 905, 'Farneto', ''),
(44669, 109, 905, 'Felino', ''),
(44670, 109, 905, 'Ferrara', ''),
(44671, 109, 905, 'Ferrari', ''),
(44672, 109, 905, 'Fidenza', ''),
(44673, 109, 905, 'Fiesso', ''),
(44674, 109, 905, 'Filo', ''),
(44675, 109, 905, 'Finale Emilia', ''),
(44676, 109, 905, 'Fiorano Modenese', ''),
(44677, 109, 905, 'Fiorenzuola d\'Arda', ''),
(44678, 109, 905, 'Fontana', ''),
(44679, 109, 905, 'Fontanelice', ''),
(44680, 109, 905, 'Fontanellato', ''),
(44681, 109, 905, 'Fontevivo', ''),
(44682, 109, 905, 'Forlì', ''),
(44683, 109, 905, 'Forlimpopoli', ''),
(44684, 109, 905, 'Formigine', ''),
(44685, 109, 905, 'Fornace di Miramare', ''),
(44686, 109, 905, 'Fornovo di Taro', ''),
(44687, 109, 905, 'Fosdondo', ''),
(44688, 109, 905, 'Francolino', ''),
(44689, 109, 905, 'Fusignano', ''),
(44690, 109, 905, 'Gabbiano', ''),
(44691, 109, 905, 'Gaggio Montano', ''),
(44692, 109, 905, 'Galliera', ''),
(44693, 109, 905, 'Gambettola', ''),
(44694, 109, 905, 'Gattatico', ''),
(44695, 109, 905, 'Gatteo', ''),
(44696, 109, 905, 'Gazzo', ''),
(44697, 109, 905, 'Gemmano', ''),
(44698, 109, 905, 'Gossolengo', ''),
(44699, 109, 905, 'Gragnano Trebbiense', ''),
(44700, 109, 905, 'Granaglione', ''),
(44701, 109, 905, 'Granarolo dell\'Emilia e Viadagola', ''),
(44702, 109, 905, 'Grizzana', ''),
(44703, 109, 905, 'Grotta', ''),
(44704, 109, 905, 'Gualtieri', ''),
(44705, 109, 905, 'Guastalla', ''),
(44706, 109, 905, 'Guiglia', ''),
(44707, 109, 905, 'Imola', ''),
(44708, 109, 905, 'Isola', ''),
(44709, 109, 905, 'Jolanda di Savoia', ''),
(44710, 109, 905, 'Lama Mocogno', ''),
(44711, 109, 905, 'Langhirano', ''),
(44712, 109, 905, 'Lavezzola', ''),
(44713, 109, 905, 'Ligonchio', ''),
(44714, 109, 905, 'Longiano', ''),
(44715, 109, 905, 'Lugagnano Val d\'Arda', ''),
(44716, 109, 905, 'Lugo', ''),
(44717, 109, 905, 'Magreta', ''),
(44718, 109, 905, 'Malalbergo', ''),
(44719, 109, 905, 'Manzoni', ''),
(44720, 109, 905, 'Maranello', ''),
(44721, 109, 905, 'Marano', ''),
(44722, 109, 905, 'Marano sul Panaro', ''),
(44723, 109, 905, 'Mariano', ''),
(44724, 109, 905, 'Marzabotto', ''),
(44725, 109, 905, 'Masiera', ''),
(44726, 109, 905, 'Massa Lombarda', ''),
(44727, 109, 905, 'Medesano', ''),
(44728, 109, 905, 'Medicina', ''),
(44729, 109, 905, 'Medolla', ''),
(44730, 109, 905, 'Meldola', ''),
(44731, 109, 905, 'Mercato Saraceno', ''),
(44732, 109, 905, 'Mesola', ''),
(44733, 109, 905, 'Mezzano Inferiore', ''),
(44734, 109, 905, 'Mezzogoro', ''),
(44735, 109, 905, 'Migliarino', ''),
(44736, 109, 905, 'Milano Marittima', ''),
(44737, 109, 905, 'Minerbio', ''),
(44738, 109, 905, 'Mirabello', ''),
(44739, 109, 905, 'Mirandola', ''),
(44740, 109, 905, 'Miravalle', ''),
(44741, 109, 905, 'Misano Adriatico', ''),
(44742, 109, 905, 'Modena', ''),
(44743, 109, 905, 'Modigliana', ''),
(44744, 109, 905, 'Molinella', ''),
(44745, 109, 905, 'Monastero', ''),
(44746, 109, 905, 'Mondaino', ''),
(44747, 109, 905, 'Monghidoro', ''),
(44748, 109, 905, 'Montalbano', ''),
(44749, 109, 905, 'Monte', ''),
(44750, 109, 905, 'Monte San Pietro', ''),
(44751, 109, 905, 'Montebello', ''),
(44752, 109, 905, 'Montecavolo', ''),
(44753, 109, 905, 'Montecchio Emilia', ''),
(44754, 109, 905, 'Montechiarugolo', ''),
(44755, 109, 905, 'Monterenzio', ''),
(44756, 109, 905, 'Montescudo', ''),
(44757, 109, 905, 'Montese', ''),
(44758, 109, 905, 'Monteveglio', ''),
(44759, 109, 905, 'Monzuno', ''),
(44760, 109, 905, 'Morciano di Romagna', ''),
(44761, 109, 905, 'Mordano', ''),
(44762, 109, 905, 'Mulazzano', ''),
(44763, 109, 905, 'Neviano degli Arduini', ''),
(44764, 109, 905, 'Noceto', ''),
(44765, 109, 905, 'Nonantola', ''),
(44766, 109, 905, 'Novafeltria', ''),
(44767, 109, 905, 'Novellara', ''),
(44768, 109, 905, 'Novi di Modena', ''),
(44769, 109, 905, 'Ostellato', ''),
(44770, 109, 905, 'Osteria Grande', ''),
(44771, 109, 905, 'Ottone', ''),
(44772, 109, 905, 'Palladio', ''),
(44773, 109, 905, 'Parigi', ''),
(44774, 109, 905, 'Parma', ''),
(44775, 109, 905, 'Passetto', ''),
(44776, 109, 905, 'Pavullo nel Frignano', ''),
(44777, 109, 905, 'Pergola', ''),
(44778, 109, 905, 'Perino', ''),
(44779, 109, 905, 'Piacenza', ''),
(44780, 109, 905, 'Pianello Val Tidone', ''),
(44781, 109, 905, 'Piangipane', ''),
(44782, 109, 905, 'Pianoro', ''),
(44783, 109, 905, 'Pietracuta', ''),
(44784, 109, 905, 'Pieve di Cento', ''),
(44785, 109, 905, 'Pievepelago', ''),
(44786, 109, 905, 'Pinarella', ''),
(44787, 109, 905, 'Piozzano', ''),
(44788, 109, 905, 'Podenzano', ''),
(44789, 109, 905, 'Poggio Renatico', ''),
(44790, 109, 905, 'Polinago', ''),
(44791, 109, 905, 'Ponte dell\'Olio', ''),
(44792, 109, 905, 'Ponte di San Pellegrino', ''),
(44793, 109, 905, 'Pontenure', ''),
(44794, 109, 905, 'Porporano', ''),
(44795, 109, 905, 'Porretta Terme', ''),
(44796, 109, 905, 'Portile', ''),
(44797, 109, 905, 'Porto Fuori', ''),
(44798, 109, 905, 'Porto Garibaldi', ''),
(44799, 109, 905, 'Portomaggiore', ''),
(44800, 109, 905, 'Poviglio', ''),
(44801, 109, 905, 'Pozzolo', ''),
(44802, 109, 905, 'Predappio', ''),
(44803, 109, 905, 'Prignano sulla Secchia', ''),
(44804, 109, 905, 'Progresso', ''),
(44805, 109, 905, 'Punta Marina', ''),
(44806, 109, 905, 'Quartesana', ''),
(44807, 109, 905, 'Quarto', ''),
(44808, 109, 905, 'Quattro Castella', ''),
(44809, 109, 905, 'Ramiola', ''),
(44810, 109, 905, 'Ravarino', ''),
(44811, 109, 905, 'Ravenna', ''),
(44812, 109, 905, 'Reggio nell\'Emilia', ''),
(44813, 109, 905, 'Reggiolo', ''),
(44814, 109, 905, 'Renazzo', ''),
(44815, 109, 905, 'Riale', ''),
(44816, 109, 905, 'Riccione', ''),
(44817, 109, 905, 'Rimini', ''),
(44818, 109, 905, 'Rio', ''),
(44819, 109, 905, 'Riolo Terme', ''),
(44820, 109, 905, 'Rivalta', ''),
(44821, 109, 905, 'Rivergaro', ''),
(44822, 109, 905, 'Riviera', ''),
(44823, 109, 905, 'Ro', ''),
(44824, 109, 905, 'Rocca San Casciano', ''),
(44825, 109, 905, 'Roccabianca', ''),
(44826, 109, 905, 'Rolo', ''),
(44827, 109, 905, 'Rottofreno', ''),
(44828, 109, 905, 'Roveleto', ''),
(44829, 109, 905, 'Rubiera', ''),
(44830, 109, 905, 'Russi', ''),
(44831, 109, 905, 'Russo', ''),
(44832, 109, 905, 'Sala Baganza', ''),
(44833, 109, 905, 'Sala Bolognese', ''),
(44834, 109, 905, 'Saletta', ''),
(44835, 109, 905, 'Salsomaggiore Terme', ''),
(44836, 109, 905, 'Saludecio', ''),
(44837, 109, 905, 'San Benedetto Val di Sambro', ''),
(44838, 109, 905, 'San Biagio', ''),
(44839, 109, 905, 'San Cesario sul Panaro', ''),
(44840, 109, 905, 'San Clemente', ''),
(44841, 109, 905, 'San Felice sul Panaro', ''),
(44842, 109, 905, 'San Giorgio di Piano', ''),
(44843, 109, 905, 'San Giorgio Piacentino', ''),
(44844, 109, 905, 'San Giovanni in Marignano', ''),
(44845, 109, 905, 'San Giovanni in Persiceto', ''),
(44846, 109, 905, 'San Giuliano', ''),
(44847, 109, 905, 'San Giuseppe', ''),
(44848, 109, 905, 'San Lazzaro di Savena', ''),
(44849, 109, 905, 'San Marino', ''),
(44850, 109, 905, 'San Mauro Pascoli', ''),
(44851, 109, 905, 'San Nicolo', ''),
(44852, 109, 905, 'San Piero in Bagno', ''),
(44853, 109, 905, 'San Pietro in Casale', ''),
(44854, 109, 905, 'San Polo d\'Enza', ''),
(44855, 109, 905, 'San Possidonio', ''),
(44856, 109, 905, 'San Prospero', ''),
(44857, 109, 905, 'San Romano', ''),
(44858, 109, 905, 'San Secondo Parmense', ''),
(44859, 109, 905, 'Sant\'Agata Bolognese', ''),
(44860, 109, 905, 'Sant\'Agata Feltria', ''),
(44861, 109, 905, 'Sant\'Agostino', ''),
(44862, 109, 905, 'Sant\'Andrea', ''),
(44863, 109, 905, 'Sant\'Andrea in Besanigo', ''),
(44864, 109, 905, 'Sant\'Antonio', ''),
(44865, 109, 905, 'Sant\'Ermete', ''),
(44866, 109, 905, 'Sant\'Ilario d\'Enza', ''),
(44867, 109, 905, 'Santa Cecilia', ''),
(44868, 109, 905, 'Santa Croce', ''),
(44869, 109, 905, 'Santa Maria Codifiume', ''),
(44870, 109, 905, 'Santa Sofia', ''),
(44871, 109, 905, 'Santarcangelo di Romagna', ''),
(44872, 109, 905, 'Sarsina', ''),
(44873, 109, 905, 'Sasso Marconi', ''),
(44874, 109, 905, 'Sassuolo', ''),
(44875, 109, 905, 'Savignano sul Panaro', ''),
(44876, 109, 905, 'Savignano sul Rubicone', ''),
(44877, 109, 905, 'Savigno', ''),
(44878, 109, 905, 'Savio', ''),
(44879, 109, 905, 'Scandiano', ''),
(44880, 109, 905, 'Selbagnone', ''),
(44881, 109, 905, 'Selvapiana', ''),
(44882, 109, 905, 'Serramazzoni', ''),
(44883, 109, 905, 'Serravalle', ''),
(44884, 109, 905, 'Sesto Imolese', ''),
(44885, 109, 905, 'Sestola', ''),
(44886, 109, 905, 'Silla', ''),
(44887, 109, 905, 'Sissa', ''),
(44888, 109, 905, 'Soliera', ''),
(44889, 109, 905, 'Soragna', ''),
(44890, 109, 905, 'Sorbolo', ''),
(44891, 109, 905, 'Spilamberto', ''),
(44892, 109, 905, 'Stefania', ''),
(44893, 109, 905, 'Stuffione', ''),
(44894, 109, 905, 'Terenzo', ''),
(44895, 109, 905, 'Toano', ''),
(44896, 109, 905, 'Tole', ''),
(44897, 109, 905, 'Torriana', ''),
(44898, 109, 905, 'Torrile', ''),
(44899, 109, 905, 'Traversetolo', ''),
(44900, 109, 905, 'Travo', ''),
(44901, 109, 905, 'Trecasali', ''),
(44902, 109, 905, 'Tredozio', ''),
(44903, 109, 905, 'Tresigallo', ''),
(44904, 109, 905, 'Valsamoggia', ''),
(44905, 109, 905, 'Vedrana', ''),
(44906, 109, 905, 'Vergato', ''),
(44907, 109, 905, 'Vernasca', ''),
(44908, 109, 905, 'Verucchio', ''),
(44909, 109, 905, 'Vezzano sul Crostolo', ''),
(44910, 109, 905, 'Viano', ''),
(44911, 109, 905, 'Vidiciatico', ''),
(44912, 109, 905, 'Vigarano Mainarda', ''),
(44913, 109, 905, 'Vignola', ''),
(44914, 109, 905, 'Vigolzone', ''),
(44915, 109, 905, 'Villa Minozzo', ''),
(44916, 109, 905, 'Villa Verucchio', ''),
(44917, 109, 905, 'Villafranca di Forli', ''),
(44918, 109, 905, 'Villanova', ''),
(44919, 109, 905, 'Viserba', ''),
(44920, 109, 905, 'Voghenza', ''),
(44921, 109, 905, 'Voghiera', ''),
(44922, 109, 905, 'Volano', ''),
(44923, 109, 905, 'Ziano Piacentino', ''),
(44924, 109, 905, 'Zibello', ''),
(44925, 109, 905, 'Zocca', ''),
(44926, 109, 905, 'Zola Predosa', ''),
(44927, 109, 906, 'Aiello del Friuli', ''),
(44928, 109, 906, 'Aquileia', ''),
(44929, 109, 906, 'Arba', ''),
(44930, 109, 906, 'Arta Terme', ''),
(44931, 109, 906, 'Arzene', ''),
(44932, 109, 906, 'Aviano', ''),
(44933, 109, 906, 'Azzano Decimo', ''),
(44934, 109, 906, 'Bagnaria Arsa', ''),
(44935, 109, 906, 'Basiliano', ''),
(44936, 109, 906, 'Bicinicco', ''),
(44937, 109, 906, 'Bordano', ''),
(44938, 109, 906, 'Brugnera', ''),
(44939, 109, 906, 'Buia', ''),
(44940, 109, 906, 'Buja', ''),
(44941, 109, 906, 'Buttrio', ''),
(44942, 109, 906, 'Caminetto', ''),
(44943, 109, 906, 'Camino', ''),
(44944, 109, 906, 'Campoformido', ''),
(44945, 109, 906, 'Casarsa della Delizia', ''),
(44946, 109, 906, 'Cassacco', ''),
(44947, 109, 906, 'Castions di Strada', ''),
(44948, 109, 906, 'Cavasso Nuovo', ''),
(44949, 109, 906, 'Cavolano-Schiavoi', ''),
(44950, 109, 906, 'Cecchini', ''),
(44951, 109, 906, 'Cervignano del Friuli', ''),
(44952, 109, 906, 'Chions', ''),
(44953, 109, 906, 'Cinque Strade-Cimpello', ''),
(44954, 109, 906, 'Cividale del Friuli', ''),
(44955, 109, 906, 'Codroipo', ''),
(44956, 109, 906, 'Colugna', ''),
(44957, 109, 906, 'Cordenons', ''),
(44958, 109, 906, 'Cordovado', ''),
(44959, 109, 906, 'Cormons', ''),
(44960, 109, 906, 'Corno di Rosazzo', ''),
(44961, 109, 906, 'Coseano', ''),
(44962, 109, 906, 'Domanins', ''),
(44963, 109, 906, 'Duino', ''),
(44964, 109, 906, 'Duino-Aurisina', ''),
(44965, 109, 906, 'Enemonzo-Quinis', ''),
(44966, 109, 906, 'Fagagna', ''),
(44967, 109, 906, 'Fanna', ''),
(44968, 109, 906, 'Feletto Umberto', ''),
(44969, 109, 906, 'Fiume Veneto', ''),
(44970, 109, 906, 'Flaibano', ''),
(44971, 109, 906, 'Fogliano Redipuglia', ''),
(44972, 109, 906, 'Fontanafredda', ''),
(44973, 109, 906, 'Gemona', ''),
(44974, 109, 906, 'Godia', ''),
(44975, 109, 906, 'Gonars', ''),
(44976, 109, 906, 'Gorizia', ''),
(44977, 109, 906, 'Gradisca d\'Isonzo', ''),
(44978, 109, 906, 'Grado', ''),
(44979, 109, 906, 'Latisana', ''),
(44980, 109, 906, 'Lido', ''),
(44981, 109, 906, 'Lignano Sabbiadoro', ''),
(44982, 109, 906, 'Lucinico', ''),
(44983, 109, 906, 'Magnano in Riviera', ''),
(44984, 109, 906, 'Maniago', ''),
(44985, 109, 906, 'Manzano', ''),
(44986, 109, 906, 'Mariae', ''),
(44987, 109, 906, 'Martignacco', ''),
(44988, 109, 906, 'Mason', ''),
(44989, 109, 906, 'Medea', ''),
(44990, 109, 906, 'Meduno', ''),
(44991, 109, 906, 'Mereto di Tomba', ''),
(44992, 109, 906, 'Moggio Udinese', ''),
(44993, 109, 906, 'Moimacco', ''),
(44994, 109, 906, 'Monfalcone', ''),
(44995, 109, 906, 'Montereale Valcellina', ''),
(44996, 109, 906, 'Morsano', ''),
(44997, 109, 906, 'Mortegliano', ''),
(44998, 109, 906, 'Mossa', ''),
(44999, 109, 906, 'Muggia', ''),
(45000, 109, 906, 'Nimis', ''),
(45001, 109, 906, 'Noncello', ''),
(45002, 109, 906, 'Osoppo', ''),
(45003, 109, 906, 'Ovaro', ''),
(45004, 109, 906, 'Pagnacco', ''),
(45005, 109, 906, 'Palazzolo dello Stella', ''),
(45006, 109, 906, 'Palmanova', ''),
(45007, 109, 906, 'Paluzza', ''),
(45008, 109, 906, 'Pasian di Prato', ''),
(45009, 109, 906, 'Pasiano', ''),
(45010, 109, 906, 'Passons', ''),
(45011, 109, 906, 'Paularo', ''),
(45012, 109, 906, 'Perteole', ''),
(45013, 109, 906, 'Pieris', ''),
(45014, 109, 906, 'Pocenia', ''),
(45015, 109, 906, 'Porcia', ''),
(45016, 109, 906, 'Pordenone', ''),
(45017, 109, 906, 'Porpetto', ''),
(45018, 109, 906, 'Povoletto', ''),
(45019, 109, 906, 'Pozzo', ''),
(45020, 109, 906, 'Pozzuolo del Friuli', ''),
(45021, 109, 906, 'Pradamano', ''),
(45022, 109, 906, 'Prata di Pordenone', ''),
(45023, 109, 906, 'Prato Carnico', ''),
(45024, 109, 906, 'Pravisdomini', ''),
(45025, 109, 906, 'Precenicco', ''),
(45026, 109, 906, 'Premariacco', ''),
(45027, 109, 906, 'Ragogna', ''),
(45028, 109, 906, 'Reana del Rojale', ''),
(45029, 109, 906, 'Remanzacco', ''),
(45030, 109, 906, 'Rivignano', ''),
(45031, 109, 906, 'Roiano', ''),
(45032, 109, 906, 'Romans d\'Isonzo', ''),
(45033, 109, 906, 'Ronchi', ''),
(45034, 109, 906, 'Ronchi dei Legionari', ''),
(45035, 109, 906, 'Rosa', ''),
(45036, 109, 906, 'Roveredo in Piano', ''),
(45037, 109, 906, 'Ruda', ''),
(45038, 109, 906, 'Sacile', ''),
(45039, 109, 906, 'Sagrado di Sgonico', ''),
(45040, 109, 906, 'San Canzian d\'Isonzo', ''),
(45041, 109, 906, 'San Daniele del Friuli', ''),
(45042, 109, 906, 'San Giorgio di Nogaro', ''),
(45043, 109, 906, 'San Giovanni al Natisone', ''),
(45044, 109, 906, 'San Lorenzo Isontino', ''),
(45045, 109, 906, 'San Martino al Tagliamento', ''),
(45046, 109, 906, 'San Pier d\'Isonzo', ''),
(45047, 109, 906, 'San Quirino', ''),
(45048, 109, 906, 'San Vito al Tagliamento', ''),
(45049, 109, 906, 'San Vito di Fagagna', ''),
(45050, 109, 906, 'Santa Barbara', ''),
(45051, 109, 906, 'Sedegliano', ''),
(45052, 109, 906, 'Sella', ''),
(45053, 109, 906, 'Sequals', ''),
(45054, 109, 906, 'Sesto al Reghena', ''),
(45055, 109, 906, 'Sgonico', ''),
(45056, 109, 906, 'Spilimbergo', ''),
(45057, 109, 906, 'Staranzano', ''),
(45058, 109, 906, 'Tarcento', ''),
(45059, 109, 906, 'Tarvisio', ''),
(45060, 109, 906, 'Tavagnacco', ''),
(45061, 109, 906, 'Tolmezzo', ''),
(45062, 109, 906, 'Torviscosa', ''),
(45063, 109, 906, 'Trasaghis', ''),
(45064, 109, 906, 'Tricesimo', ''),
(45065, 109, 906, 'Trieste', ''),
(45066, 109, 906, 'Udine', ''),
(45067, 109, 906, 'Vajont', ''),
(45068, 109, 906, 'Valvasone', ''),
(45069, 109, 906, 'Villa Santina', ''),
(45070, 109, 906, 'Villa Vicentina', ''),
(45071, 109, 906, 'Villesse', ''),
(45072, 109, 906, 'Zoppola', ''),
(45073, 109, 907, 'Acilia-Castel Fusano-Ostia Antica', ''),
(45074, 109, 907, 'Acquapendente', ''),
(45075, 109, 907, 'Affile', ''),
(45076, 109, 907, 'Alatri', ''),
(45077, 109, 907, 'Albano Laziale', ''),
(45078, 109, 907, 'Amaseno', ''),
(45079, 109, 907, 'Anagni', ''),
(45080, 109, 907, 'Anguillara', ''),
(45081, 109, 907, 'Anzio', ''),
(45082, 109, 907, 'Aprilia', ''),
(45083, 109, 907, 'Aquino', ''),
(45084, 109, 907, 'Arce', ''),
(45085, 109, 907, 'Ardea', ''),
(45086, 109, 907, 'Ariccia', ''),
(45087, 109, 907, 'Arnara', ''),
(45088, 109, 907, 'Arpino', ''),
(45089, 109, 907, 'Arsoli', ''),
(45090, 109, 907, 'Artena', ''),
(45091, 109, 907, 'Atina', ''),
(45092, 109, 907, 'Aurelia', ''),
(45093, 109, 907, 'Bassano Romano', ''),
(45094, 109, 907, 'Bellegra', ''),
(45095, 109, 907, 'Belmonte in Sabina', ''),
(45096, 109, 907, 'Blera', ''),
(45097, 109, 907, 'Borbona', ''),
(45098, 109, 907, 'Borghetto', ''),
(45099, 109, 907, 'Borgo Hermada', ''),
(45100, 109, 907, 'Borgo Podgora', ''),
(45101, 109, 907, 'Borgo Quinzio', ''),
(45102, 109, 907, 'Borgo Vodice', ''),
(45103, 109, 907, 'Borgorose', ''),
(45104, 109, 907, 'Boville Ernica', ''),
(45105, 109, 907, 'Bracciano', ''),
(45106, 109, 907, 'Broccostella', ''),
(45107, 109, 907, 'Calcata', ''),
(45108, 109, 907, 'Camerata Nuova', ''),
(45109, 109, 907, 'Campagnano di Roma', ''),
(45110, 109, 907, 'Canale Monterano', ''),
(45111, 109, 907, 'Canino', ''),
(45112, 109, 907, 'Cantalupo in Sabina', ''),
(45113, 109, 907, 'Capena', ''),
(45114, 109, 907, 'Capranica', ''),
(45115, 109, 907, 'Caprarola', ''),
(45116, 109, 907, 'Caprile', ''),
(45117, 109, 907, 'Carbognano', ''),
(45118, 109, 907, 'Casaccia II', ''),
(45119, 109, 907, 'Casalattico', ''),
(45120, 109, 907, 'Casali', ''),
(45121, 109, 907, 'Casalvieri', ''),
(45122, 109, 907, 'Casperia', ''),
(45123, 109, 907, 'Cassino', ''),
(45124, 109, 907, 'Castel di Leva', ''),
(45125, 109, 907, 'Castel Gandolfo', ''),
(45126, 109, 907, 'Castel Madama', ''),
(45127, 109, 907, 'Castel Porziano', ''),
(45128, 109, 907, 'Castel San Pietro', ''),
(45129, 109, 907, 'Castel San Pietro Romano', ''),
(45130, 109, 907, 'Castelforte', ''),
(45131, 109, 907, 'Castelliri', ''),
(45132, 109, 907, 'Castelnuovo di Porto', ''),
(45133, 109, 907, 'Castro dei Volsci', ''),
(45134, 109, 907, 'Castrocielo', ''),
(45135, 109, 907, 'Cave', ''),
(45136, 109, 907, 'Ceccano', ''),
(45137, 109, 907, 'Cecchignola', ''),
(45138, 109, 907, 'Cecchina', ''),
(45139, 109, 907, 'Ceprano', ''),
(45140, 109, 907, 'Cerreto Laziale', ''),
(45141, 109, 907, 'Cervaro', ''),
(45142, 109, 907, 'Cerveteri', ''),
(45143, 109, 907, 'Cese', ''),
(45144, 109, 907, 'Ciampino', ''),
(45145, 109, 907, 'Cinecitta', ''),
(45146, 109, 907, 'Cisterna di Latina', ''),
(45147, 109, 907, 'Cittaducale', ''),
(45148, 109, 907, 'Civita Castellana', ''),
(45149, 109, 907, 'Civitavecchia', ''),
(45150, 109, 907, 'Civitella San Paolo', ''),
(45151, 109, 907, 'Colle di Pace', ''),
(45152, 109, 907, 'Colleferro', ''),
(45153, 109, 907, 'Collefontana-Fontana Liri Inferiore', ''),
(45154, 109, 907, 'Collepardo', ''),
(45155, 109, 907, 'Collevecchio', ''),
(45156, 109, 907, 'Colonna', ''),
(45157, 109, 907, 'Colubro', ''),
(45158, 109, 907, 'Configni', ''),
(45159, 109, 907, 'Contigliano', ''),
(45160, 109, 907, 'Corchiano', ''),
(45161, 109, 907, 'Corea Castelluccia San Paolo', ''),
(45162, 109, 907, 'Cori', ''),
(45163, 109, 907, 'Corno', ''),
(45164, 109, 907, 'Esperia', ''),
(45165, 109, 907, 'Fabrica di Roma', ''),
(45166, 109, 907, 'Faleria', ''),
(45167, 109, 907, 'Fara in Sabina', ''),
(45168, 109, 907, 'Farnese', ''),
(45169, 109, 907, 'Ferentino', ''),
(45170, 109, 907, 'Fiano Romano', ''),
(45171, 109, 907, 'Figino', ''),
(45172, 109, 907, 'Fiuggi', ''),
(45173, 109, 907, 'Fiumicino', ''),
(45174, 109, 907, 'Focene', ''),
(45175, 109, 907, 'Fogliano', ''),
(45176, 109, 907, 'Fondi', ''),
(45177, 109, 907, 'Fonte Nuova', ''),
(45178, 109, 907, 'Fontechiari', ''),
(45179, 109, 907, 'Forano', ''),
(45180, 109, 907, 'Formello', ''),
(45181, 109, 907, 'Formia', ''),
(45182, 109, 907, 'Frascati', ''),
(45183, 109, 907, 'Fregene', ''),
(45184, 109, 907, 'Frosinone', ''),
(45185, 109, 907, 'Gaeta', ''),
(45186, 109, 907, 'Gallese', ''),
(45187, 109, 907, 'Gallicano nel Lazio', ''),
(45188, 109, 907, 'Gavignano', ''),
(45189, 109, 907, 'Genzano di Roma', ''),
(45190, 109, 907, 'Giuliano di Roma', ''),
(45191, 109, 907, 'Graffignano', ''),
(45192, 109, 907, 'Grottaferrata', ''),
(45193, 109, 907, 'Grotte di Castro', ''),
(45194, 109, 907, 'Guidonia', ''),
(45195, 109, 907, 'Isola del Liri', ''),
(45196, 109, 907, 'Itri', ''),
(45197, 109, 907, 'La Rocca', ''),
(45198, 109, 907, 'La Villa', ''),
(45199, 109, 907, 'Labaro', ''),
(45200, 109, 907, 'Labico', ''),
(45201, 109, 907, 'Ladispoli', ''),
(45202, 109, 907, 'Lake Bolsena', ''),
(45203, 109, 907, 'Lanuvio', ''),
(45204, 109, 907, 'Lariano', ''),
(45205, 109, 907, 'Latina', ''),
(45206, 109, 907, 'Leonessa', ''),
(45207, 109, 907, 'Lido di Ostia', ''),
(45208, 109, 907, 'Maccarese', ''),
(45209, 109, 907, 'Madonna della Quercia', ''),
(45210, 109, 907, 'Magliano Sabina', ''),
(45211, 109, 907, 'Manziana', ''),
(45212, 109, 907, 'Marcellina', ''),
(45213, 109, 907, 'Marino', ''),
(45214, 109, 907, 'Mentana', ''),
(45215, 109, 907, 'Micigliano', ''),
(45216, 109, 907, 'Minturno', ''),
(45217, 109, 907, 'Montalto di Castro', ''),
(45218, 109, 907, 'Monte Compatri', ''),
(45219, 109, 907, 'Monte Porzio Catone', ''),
(45220, 109, 907, 'Monte San Giovanni Campano', ''),
(45221, 109, 907, 'Montecelio', ''),
(45222, 109, 907, 'Montefiascone', ''),
(45223, 109, 907, 'Montelibretti', ''),
(45224, 109, 907, 'Monterosi', ''),
(45225, 109, 907, 'Monterotondo', ''),
(45226, 109, 907, 'Moricone', ''),
(45227, 109, 907, 'Morlupo', ''),
(45228, 109, 907, 'Morolo', ''),
(45229, 109, 907, 'Mugnano', ''),
(45230, 109, 907, 'Nemi', ''),
(45231, 109, 907, 'Nepi', ''),
(45232, 109, 907, 'Nerola', ''),
(45233, 109, 907, 'Nettuno', ''),
(45234, 109, 907, 'Olevano Romano', ''),
(45235, 109, 907, 'Oliveto', ''),
(45236, 109, 907, 'Oriolo Romano', ''),
(45237, 109, 907, 'Orte', ''),
(45238, 109, 907, 'Ostia', ''),
(45239, 109, 907, 'Pace', ''),
(45240, 109, 907, 'Palestrina', ''),
(45241, 109, 907, 'Paliano', ''),
(45242, 109, 907, 'Palombara Sabina', ''),
(45243, 109, 907, 'Pastena', ''),
(45244, 109, 907, 'Patrica', ''),
(45245, 109, 907, 'Pavona', ''),
(45246, 109, 907, 'Pico', ''),
(45247, 109, 907, 'Piedimonte San Germano', ''),
(45248, 109, 907, 'Piglio', ''),
(45249, 109, 907, 'Pignataro Interamna', ''),
(45250, 109, 907, 'Pofi', ''),
(45251, 109, 907, 'Poggio Catino', ''),
(45252, 109, 907, 'Poggio Mirteto', ''),
(45253, 109, 907, 'Poggio Moiano', ''),
(45254, 109, 907, 'Poggio Nativo', ''),
(45255, 109, 907, 'Poli', ''),
(45256, 109, 907, 'Pomezia', ''),
(45257, 109, 907, 'Ponte Galeria-La Pisana', ''),
(45258, 109, 907, 'Pontinia', ''),
(45259, 109, 907, 'Ponza', ''),
(45260, 109, 907, 'Posta Fibreno', ''),
(45261, 109, 907, 'Priverno', ''),
(45262, 109, 907, 'Riano', ''),
(45263, 109, 907, 'Rieti', ''),
(45264, 109, 907, 'Rignano Flaminio', ''),
(45265, 109, 907, 'Ripi', ''),
(45266, 109, 907, 'Rocca di Papa', ''),
(45267, 109, 907, 'Rocca Priora', ''),
(45268, 109, 907, 'Roccagorga', ''),
(45269, 109, 907, 'Roccasecca', ''),
(45270, 109, 907, 'Rome', ''),
(45271, 109, 907, 'Ronciglione', ''),
(45272, 109, 907, 'Sabaudia', ''),
(45273, 109, 907, 'Sacrofano', ''),
(45274, 109, 907, 'Saline', ''),
(45275, 109, 907, 'San Cesareo', ''),
(45276, 109, 907, 'San Clemente', ''),
(45277, 109, 907, 'San Donato', ''),
(45278, 109, 907, 'San Donato Val di Comino', ''),
(45279, 109, 907, 'San Felice Circeo', ''),
(45280, 109, 907, 'San Filippo', ''),
(45281, 109, 907, 'San Gennaro', ''),
(45282, 109, 907, 'San Giovanni Incarico', ''),
(45283, 109, 907, 'San Gregorio da Sassola', ''),
(45284, 109, 907, 'San Michele', ''),
(45285, 109, 907, 'San Polo', ''),
(45286, 109, 907, 'San Polo dei Cavalieri', ''),
(45287, 109, 907, 'San Vito Romano', ''),
(45288, 109, 907, 'Sant\'Angelo Romano', ''),
(45289, 109, 907, 'Sant\'Elia Fiumerapido', ''),
(45290, 109, 907, 'Sant\'Oreste', ''),
(45291, 109, 907, 'Santa Giusta', ''),
(45292, 109, 907, 'Santa Marinella', ''),
(45293, 109, 907, 'Santa Rufina', ''),
(45294, 109, 907, 'Santa Severa', ''),
(45295, 109, 907, 'Santi Cosma e Damiano', ''),
(45296, 109, 907, 'Sasso', ''),
(45297, 109, 907, 'Scanzano', ''),
(45298, 109, 907, 'Scauri', ''),
(45299, 109, 907, 'Segni', ''),
(45300, 109, 907, 'Selci', ''),
(45301, 109, 907, 'Sermoneta', ''),
(45302, 109, 907, 'Sezze', ''),
(45303, 109, 907, 'Sgurgola', ''),
(45304, 109, 907, 'Sonnino', ''),
(45305, 109, 907, 'Sora', ''),
(45306, 109, 907, 'Soriano nel Cimino', ''),
(45307, 109, 907, 'Stazzano', ''),
(45308, 109, 907, 'Stimigliano', ''),
(45309, 109, 907, 'Subiaco', ''),
(45310, 109, 907, 'Supino', ''),
(45311, 109, 907, 'Sutri', ''),
(45312, 109, 907, 'Tarquinia', ''),
(45313, 109, 907, 'Terelle', ''),
(45314, 109, 907, 'Terracina', ''),
(45315, 109, 907, 'Tivoli', ''),
(45316, 109, 907, 'Toffia', ''),
(45317, 109, 907, 'Tolfa', ''),
(45318, 109, 907, 'Torre Gaia', ''),
(45319, 109, 907, 'Torrice', ''),
(45320, 109, 907, 'Torricella in Sabina', ''),
(45321, 109, 907, 'Torvaianica', ''),
(45322, 109, 907, 'Trevi nel Lazio', ''),
(45323, 109, 907, 'Trevignano Romano', ''),
(45324, 109, 907, 'Tuscania', ''),
(45325, 109, 907, 'Valentano', ''),
(45326, 109, 907, 'Vallecorsa', ''),
(45327, 109, 907, 'Vallerano', ''),
(45328, 109, 907, 'Valmontone', ''),
(45329, 109, 907, 'Vasanello', ''),
(45330, 109, 907, 'Vazia', ''),
(45331, 109, 907, 'Velletri', ''),
(45332, 109, 907, 'Veroli', ''),
(45333, 109, 907, 'Vetralla', ''),
(45334, 109, 907, 'Vicalvi', ''),
(45335, 109, 907, 'Vico nel Lazio', ''),
(45336, 109, 907, 'Vignanello', ''),
(45337, 109, 907, 'Vignola', ''),
(45338, 109, 907, 'Ville', ''),
(45339, 109, 907, 'Villetta', ''),
(45340, 109, 907, 'Viterbo', ''),
(45341, 109, 907, 'Viticuso', ''),
(45342, 109, 907, 'Vitinia', ''),
(45343, 109, 907, 'Vitorchiano', ''),
(45344, 109, 907, 'Zagarolo', ''),
(45345, 109, 908, 'Alassio', ''),
(45346, 109, 908, 'Albenga', ''),
(45347, 109, 908, 'Albisola Superiore', ''),
(45348, 109, 908, 'Albissola Marina', ''),
(45349, 109, 908, 'Alpicella', ''),
(45350, 109, 908, 'Altare', ''),
(45351, 109, 908, 'Ameglia', ''),
(45352, 109, 908, 'Andora', ''),
(45353, 109, 908, 'Arcola', ''),
(45354, 109, 908, 'Arenzano', ''),
(45355, 109, 908, 'Arma di Taggia', ''),
(45356, 109, 908, 'Avegno', ''),
(45357, 109, 908, 'Badalucco', ''),
(45358, 109, 908, 'Balestrino', ''),
(45359, 109, 908, 'Bargagli', ''),
(45360, 109, 908, 'Bergeggi', ''),
(45361, 109, 908, 'Bogliasco', ''),
(45362, 109, 908, 'Bolano', ''),
(45363, 109, 908, 'Bordighera', ''),
(45364, 109, 908, 'Borghetto Santo Spirito', ''),
(45365, 109, 908, 'Borgo', ''),
(45366, 109, 908, 'Borgomaro', ''),
(45367, 109, 908, 'Borzonasca', ''),
(45368, 109, 908, 'Boschetto', ''),
(45369, 109, 908, 'Brugnato', ''),
(45370, 109, 908, 'Busalla', ''),
(45371, 109, 908, 'Cairo Montenotte', ''),
(45372, 109, 908, 'Calice al Cornoviglio', ''),
(45373, 109, 908, 'Calizzano', ''),
(45374, 109, 908, 'Calvo', ''),
(45375, 109, 908, 'Camogli', ''),
(45376, 109, 908, 'Campomorone', ''),
(45377, 109, 908, 'Camporosso', ''),
(45378, 109, 908, 'Carasco', ''),
(45379, 109, 908, 'Caravonica', ''),
(45380, 109, 908, 'Carcare', ''),
(45381, 109, 908, 'Castellaro', ''),
(45382, 109, 908, 'Castelnuovo Magra', ''),
(45383, 109, 908, 'Castiglione Chiavarese', ''),
(45384, 109, 908, 'Cavi di Lavagna', ''),
(45385, 109, 908, 'Celle Ligure', ''),
(45386, 109, 908, 'Cengio', ''),
(45387, 109, 908, 'Ceranesi', ''),
(45388, 109, 908, 'Ceriale', ''),
(45389, 109, 908, 'Cervo', ''),
(45390, 109, 908, 'Chiappa', ''),
(45391, 109, 908, 'Chiavari', ''),
(45392, 109, 908, 'Chiusanico', ''),
(45393, 109, 908, 'Cicagna', ''),
(45394, 109, 908, 'Cisano sul Neva', ''),
(45395, 109, 908, 'Cogoleto', ''),
(45396, 109, 908, 'Cogorno', ''),
(45397, 109, 908, 'Coreglia Ligure', ''),
(45398, 109, 908, 'Corte', ''),
(45399, 109, 908, 'Dego', ''),
(45400, 109, 908, 'Diano Borello', ''),
(45401, 109, 908, 'Diano Marina', ''),
(45402, 109, 908, 'Dolceacqua', ''),
(45403, 109, 908, 'Dolcedo', ''),
(45404, 109, 908, 'Doria', ''),
(45405, 109, 908, 'Finale Ligure', ''),
(45406, 109, 908, 'Genoa', ''),
(45407, 109, 908, 'Granarolo', ''),
(45408, 109, 908, 'Imperia', ''),
(45409, 109, 908, 'Isola del Cantone', ''),
(45410, 109, 908, 'La Spezia', ''),
(45411, 109, 908, 'Lago', ''),
(45412, 109, 908, 'Laigueglia', ''),
(45413, 109, 908, 'Lavagna', ''),
(45414, 109, 908, 'Leivi', ''),
(45415, 109, 908, 'Lerici', ''),
(45416, 109, 908, 'Levanto', ''),
(45417, 109, 908, 'Loano', ''),
(45418, 109, 908, 'Maissana', ''),
(45419, 109, 908, 'Manarola', ''),
(45420, 109, 908, 'Marzano', ''),
(45421, 109, 908, 'Masone', ''),
(45422, 109, 908, 'Mezzanego', ''),
(45423, 109, 908, 'Mignanego', ''),
(45424, 109, 908, 'Millesimo', ''),
(45425, 109, 908, 'Moconesi', ''),
(45426, 109, 908, 'Moneglia', ''),
(45427, 109, 908, 'Montalto Ligure', ''),
(45428, 109, 908, 'Monterosso al Mare', ''),
(45429, 109, 908, 'Montoggio', ''),
(45430, 109, 908, 'Nicola', ''),
(45431, 109, 908, 'Ortonovo', ''),
(45432, 109, 908, 'Ortovero', ''),
(45433, 109, 908, 'Osiglia', ''),
(45434, 109, 908, 'Ospedaletti', ''),
(45435, 109, 908, 'Pannesi', ''),
(45436, 109, 908, 'Pellegrino', ''),
(45437, 109, 908, 'Pero', ''),
(45438, 109, 908, 'Piazza', ''),
(45439, 109, 908, 'Pietra Ligure', ''),
(45440, 109, 908, 'Pietrabruna', ''),
(45441, 109, 908, 'Pieve Ligure', ''),
(45442, 109, 908, 'Pignone', ''),
(45443, 109, 908, 'Pontedassio', ''),
(45444, 109, 908, 'Pornassio', ''),
(45445, 109, 908, 'Portofino', ''),
(45446, 109, 908, 'Portovenere', ''),
(45447, 109, 908, 'Quiliano', ''),
(45448, 109, 908, 'Rapallo', ''),
(45449, 109, 908, 'Recco', ''),
(45450, 109, 908, 'Rezzo', ''),
(45451, 109, 908, 'Riccò del Golfo di Spezia', ''),
(45452, 109, 908, 'Riomaggiore', ''),
(45453, 109, 908, 'Riva Ligure', ''),
(45454, 109, 908, 'Riva Trigoso', ''),
(45455, 109, 908, 'Rivarolo Ligure', ''),
(45456, 109, 908, 'Ronco Scrivia', ''),
(45457, 109, 908, 'Rossiglione', ''),
(45458, 109, 908, 'Rovegno', ''),
(45459, 109, 908, 'San Bartolomeo', ''),
(45460, 109, 908, 'San Biagio della Cima', ''),
(45461, 109, 908, 'San Carlo', ''),
(45462, 109, 908, 'San Fruttuoso', ''),
(45463, 109, 908, 'San Lazzaro', ''),
(45464, 109, 908, 'San Michele', ''),
(45465, 109, 908, 'San Pier d\'Arena', ''),
(45466, 109, 908, 'San Pietro', ''),
(45467, 109, 908, 'San Romolo', ''),
(45468, 109, 908, 'San Salvatore', ''),
(45469, 109, 908, 'San Siro Foce', ''),
(45470, 109, 908, 'San Terenzo', ''),
(45471, 109, 908, 'Sanremo', ''),
(45472, 109, 908, 'Santa Margherita Ligure', ''),
(45473, 109, 908, 'Santa Vittoria di Libiola', ''),
(45474, 109, 908, 'Santo Stefano d\'Aveto', ''),
(45475, 109, 908, 'Santo Stefano di Magra', ''),
(45476, 109, 908, 'Sarzana', ''),
(45477, 109, 908, 'Savignone', ''),
(45478, 109, 908, 'Savona', ''),
(45479, 109, 908, 'Seglia San Bernardo', ''),
(45480, 109, 908, 'Serra', ''),
(45481, 109, 908, 'Serra Riccò', ''),
(45482, 109, 908, 'Sestri Levante', ''),
(45483, 109, 908, 'Sestri Ponente', ''),
(45484, 109, 908, 'Sori', ''),
(45485, 109, 908, 'Spotorno', ''),
(45486, 109, 908, 'Taggia', ''),
(45487, 109, 908, 'Terzorio', ''),
(45488, 109, 908, 'Toirano', ''),
(45489, 109, 908, 'Torrazza', ''),
(45490, 109, 908, 'Triora', ''),
(45491, 109, 908, 'Uscio', ''),
(45492, 109, 908, 'Vado Ligure', ''),
(45493, 109, 908, 'Vallecrosia', ''),
(45494, 109, 908, 'Ventimiglia', ''),
(45495, 109, 908, 'Vezzano Ligure', ''),
(45496, 109, 908, 'Villanova d\'Albenga', ''),
(45497, 109, 908, 'Zoagli', ''),
(45498, 109, 909, 'Abbadia Lariana', ''),
(45499, 109, 909, 'Abbiategrasso', ''),
(45500, 109, 909, 'Acquafredda', ''),
(45501, 109, 909, 'Acquanegra Cremonese', ''),
(45502, 109, 909, 'Adro', ''),
(45503, 109, 909, 'Agnadello', ''),
(45504, 109, 909, 'Agnosine', ''),
(45505, 109, 909, 'Agrate Brianza', ''),
(45506, 109, 909, 'Aicurzio', ''),
(45507, 109, 909, 'Albairate', ''),
(45508, 109, 909, 'Albano Sant\'Alessandro', ''),
(45509, 109, 909, 'Albavilla', ''),
(45510, 109, 909, 'Albiate', ''),
(45511, 109, 909, 'Albino', ''),
(45512, 109, 909, 'Albiolo', ''),
(45513, 109, 909, 'Albizzate', ''),
(45514, 109, 909, 'Albuzzano', ''),
(45515, 109, 909, 'Almè', ''),
(45516, 109, 909, 'Almenno San Bartolomeo', ''),
(45517, 109, 909, 'Almenno San Salvatore', ''),
(45518, 109, 909, 'Alserio', ''),
(45519, 109, 909, 'Alzano Lombardo', ''),
(45520, 109, 909, 'Ambivere', ''),
(45521, 109, 909, 'Angera', ''),
(45522, 109, 909, 'Angolo Terme', ''),
(45523, 109, 909, 'Annicco', ''),
(45524, 109, 909, 'Annone di Brianza', ''),
(45525, 109, 909, 'Antea', ''),
(45526, 109, 909, 'Antegnate', ''),
(45527, 109, 909, 'Anzano del Parco', ''),
(45528, 109, 909, 'Appiano Gentile', ''),
(45529, 109, 909, 'Arcene', ''),
(45530, 109, 909, 'Arcisate', ''),
(45531, 109, 909, 'Arconate', ''),
(45532, 109, 909, 'Arcore', ''),
(45533, 109, 909, 'Arese', ''),
(45534, 109, 909, 'Arluno', ''),
(45535, 109, 909, 'Arosio', ''),
(45536, 109, 909, 'Arsago Seprio', ''),
(45537, 109, 909, 'Artogne', ''),
(45538, 109, 909, 'Arzago d\'Adda', ''),
(45539, 109, 909, 'Asola', ''),
(45540, 109, 909, 'Assago', ''),
(45541, 109, 909, 'Asso', ''),
(45542, 109, 909, 'Azzate', ''),
(45543, 109, 909, 'Azzone', ''),
(45544, 109, 909, 'Bagnatica', ''),
(45545, 109, 909, 'Bagnolo Cremasco', ''),
(45546, 109, 909, 'Bagnolo Mella', ''),
(45547, 109, 909, 'Bagnolo San Vito', ''),
(45548, 109, 909, 'Ballabio', ''),
(45549, 109, 909, 'Baranzate', ''),
(45550, 109, 909, 'Barasso', ''),
(45551, 109, 909, 'Barbata', ''),
(45552, 109, 909, 'Bareggio', ''),
(45553, 109, 909, 'Bariano', ''),
(45554, 109, 909, 'Barlassina', ''),
(45555, 109, 909, 'Barzana', ''),
(45556, 109, 909, 'Barzanò', ''),
(45557, 109, 909, 'Barzio', ''),
(45558, 109, 909, 'Bascapè', ''),
(45559, 109, 909, 'Basiano', ''),
(45560, 109, 909, 'Basiglio', ''),
(45561, 109, 909, 'Bassano Bresciano', ''),
(45562, 109, 909, 'Battuda', ''),
(45563, 109, 909, 'Bedizzole', ''),
(45564, 109, 909, 'Belgioioso', ''),
(45565, 109, 909, 'Bellagio', ''),
(45566, 109, 909, 'Bellano', ''),
(45567, 109, 909, 'Bellusco', ''),
(45568, 109, 909, 'Berbenno di Valtellina', ''),
(45569, 109, 909, 'Beregazzo con Figliaro', ''),
(45570, 109, 909, 'Bergamo', ''),
(45571, 109, 909, 'Berlingo', ''),
(45572, 109, 909, 'Bernareggio', ''),
(45573, 109, 909, 'Bernate Ticino', ''),
(45574, 109, 909, 'Bertonico', ''),
(45575, 109, 909, 'Berzo Demo', ''),
(45576, 109, 909, 'Besana in Brianza', ''),
(45577, 109, 909, 'Besate', ''),
(45578, 109, 909, 'Besnate', ''),
(45579, 109, 909, 'Besozzo', ''),
(45580, 109, 909, 'Biandronno', ''),
(45581, 109, 909, 'Biassono', ''),
(45582, 109, 909, 'Binago', ''),
(45583, 109, 909, 'Binanuova', ''),
(45584, 109, 909, 'Binasco', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(45585, 109, 909, 'Bione', ''),
(45586, 109, 909, 'Bisuschio', ''),
(45587, 109, 909, 'Bizzarone', ''),
(45588, 109, 909, 'Blessagno', ''),
(45589, 109, 909, 'Bodio Lomnago', ''),
(45590, 109, 909, 'Boffalora d\'Adda', ''),
(45591, 109, 909, 'Boffalora sopra Ticino', ''),
(45592, 109, 909, 'Bolgare', ''),
(45593, 109, 909, 'Bollate', ''),
(45594, 109, 909, 'Boltiere', ''),
(45595, 109, 909, 'Bonate Sopra', ''),
(45596, 109, 909, 'Borgarello', ''),
(45597, 109, 909, 'Borghetto Lodigiano', ''),
(45598, 109, 909, 'Borgo di Terzo', ''),
(45599, 109, 909, 'Borgo Priolo', ''),
(45600, 109, 909, 'Borgo San Giacomo', ''),
(45601, 109, 909, 'Borgosatollo', ''),
(45602, 109, 909, 'Bormio', ''),
(45603, 109, 909, 'Bornasco', ''),
(45604, 109, 909, 'Borno', ''),
(45605, 109, 909, 'Bosisio Parini', ''),
(45606, 109, 909, 'Bossico', ''),
(45607, 109, 909, 'Bottanuco', ''),
(45608, 109, 909, 'Botticino', ''),
(45609, 109, 909, 'Bovegno', ''),
(45610, 109, 909, 'Bovezzo', ''),
(45611, 109, 909, 'Bovisio-Masciago', ''),
(45612, 109, 909, 'Bozzolo', ''),
(45613, 109, 909, 'Brandico', ''),
(45614, 109, 909, 'Braone', ''),
(45615, 109, 909, 'Brebbia', ''),
(45616, 109, 909, 'Bregano', ''),
(45617, 109, 909, 'Bregnano', ''),
(45618, 109, 909, 'Brembate', ''),
(45619, 109, 909, 'Brembilla', ''),
(45620, 109, 909, 'Brenna', ''),
(45621, 109, 909, 'Brenno Useria', ''),
(45622, 109, 909, 'Breno', ''),
(45623, 109, 909, 'Brescia', ''),
(45624, 109, 909, 'Bressana Bottarone', ''),
(45625, 109, 909, 'Bresso', ''),
(45626, 109, 909, 'Brezzo di Bedero', ''),
(45627, 109, 909, 'Briosco', ''),
(45628, 109, 909, 'Brissago-Valtravaglia', ''),
(45629, 109, 909, 'Brivio', ''),
(45630, 109, 909, 'Broni', ''),
(45631, 109, 909, 'Brugherio', ''),
(45632, 109, 909, 'Brunate', ''),
(45633, 109, 909, 'Brusaporto', ''),
(45634, 109, 909, 'Brusimpiano', ''),
(45635, 109, 909, 'Bubbiano', ''),
(45636, 109, 909, 'Buccinasco', ''),
(45637, 109, 909, 'Buglio in Monte', ''),
(45638, 109, 909, 'Bulciago', ''),
(45639, 109, 909, 'Bulgarograsso', ''),
(45640, 109, 909, 'Burago di Molgora', ''),
(45641, 109, 909, 'Buscate', ''),
(45642, 109, 909, 'Busnago', ''),
(45643, 109, 909, 'Bussero', ''),
(45644, 109, 909, 'Busto Arsizio', ''),
(45645, 109, 909, 'Busto Garolfo', ''),
(45646, 109, 909, 'Cabiate', ''),
(45647, 109, 909, 'Cairate', ''),
(45648, 109, 909, 'Calcinate', ''),
(45649, 109, 909, 'Calcinato', ''),
(45650, 109, 909, 'Calco', ''),
(45651, 109, 909, 'Calolziocorte', ''),
(45652, 109, 909, 'Calusco d\'Adda', ''),
(45653, 109, 909, 'Calvenzano', ''),
(45654, 109, 909, 'Calvignano', ''),
(45655, 109, 909, 'Calvignasco', ''),
(45656, 109, 909, 'Calvisano', ''),
(45657, 109, 909, 'Cambiago', ''),
(45658, 109, 909, 'Camnago Volta', ''),
(45659, 109, 909, 'Camparada', ''),
(45660, 109, 909, 'Campione', ''),
(45661, 109, 909, 'Campione d\'Italia', ''),
(45662, 109, 909, 'Campodolcino', ''),
(45663, 109, 909, 'Candia Lomellina', ''),
(45664, 109, 909, 'Canegrate', ''),
(45665, 109, 909, 'Canneto Pavese', ''),
(45666, 109, 909, 'Canneto sull\'Oglio', ''),
(45667, 109, 909, 'Canonica', ''),
(45668, 109, 909, 'Cantello', ''),
(45669, 109, 909, 'Cantu', ''),
(45670, 109, 909, 'Canzo', ''),
(45671, 109, 909, 'Capergnanica', ''),
(45672, 109, 909, 'Capiago Intimiano', ''),
(45673, 109, 909, 'Capo di Ponte', ''),
(45674, 109, 909, 'Caponago', ''),
(45675, 109, 909, 'Capriate San Gervasio', ''),
(45676, 109, 909, 'Caprino Bergamasco', ''),
(45677, 109, 909, 'Capriolo', ''),
(45678, 109, 909, 'Carate Brianza', ''),
(45679, 109, 909, 'Caravaggio', ''),
(45680, 109, 909, 'Carbonara al Ticino', ''),
(45681, 109, 909, 'Carbonara di Po', ''),
(45682, 109, 909, 'Carimate', ''),
(45683, 109, 909, 'Carnago', ''),
(45684, 109, 909, 'Carnate', ''),
(45685, 109, 909, 'Caronno Pertusella', ''),
(45686, 109, 909, 'Carpenedolo', ''),
(45687, 109, 909, 'Carpiano', ''),
(45688, 109, 909, 'Carugate', ''),
(45689, 109, 909, 'Carugo', ''),
(45690, 109, 909, 'Carvico', ''),
(45691, 109, 909, 'Casa Zola', ''),
(45692, 109, 909, 'Casalbuttano ed Uniti', ''),
(45693, 109, 909, 'Casaletto Ceredano', ''),
(45694, 109, 909, 'Casalmaggiore', ''),
(45695, 109, 909, 'Casalmaiocco', ''),
(45696, 109, 909, 'Casalmoro', ''),
(45697, 109, 909, 'Casaloldo', ''),
(45698, 109, 909, 'Casalpusterlengo', ''),
(45699, 109, 909, 'Casalzuigno', ''),
(45700, 109, 909, 'Casarile', ''),
(45701, 109, 909, 'Casate Raffa', ''),
(45702, 109, 909, 'Casatenovo', ''),
(45703, 109, 909, 'Casazza', ''),
(45704, 109, 909, 'Casciago', ''),
(45705, 109, 909, 'Casei Gerola', ''),
(45706, 109, 909, 'Caselle Lurani', ''),
(45707, 109, 909, 'Casirate d\'Adda', ''),
(45708, 109, 909, 'Casnate Con Bernate', ''),
(45709, 109, 909, 'Casnigo', ''),
(45710, 109, 909, 'Casorate Primo', ''),
(45711, 109, 909, 'Casorate Sempione', ''),
(45712, 109, 909, 'Casorezzo', ''),
(45713, 109, 909, 'Caspoggio', ''),
(45714, 109, 909, 'Cassago Brianza', ''),
(45715, 109, 909, 'Cassano d\'Adda', ''),
(45716, 109, 909, 'Cassina', ''),
(45717, 109, 909, 'Cassina de\' Pecchi', ''),
(45718, 109, 909, 'Cassolnovo', ''),
(45719, 109, 909, 'Castano Primo', ''),
(45720, 109, 909, 'Casteggio', ''),
(45721, 109, 909, 'Castegnato', ''),
(45722, 109, 909, 'Castel Goffredo', ''),
(45723, 109, 909, 'Castel Mella', ''),
(45724, 109, 909, 'Castelbelforte', ''),
(45725, 109, 909, 'Castelcovati', ''),
(45726, 109, 909, 'Castellanza', ''),
(45727, 109, 909, 'Castellazzo de\' Barzi', ''),
(45728, 109, 909, 'Castelleone', ''),
(45729, 109, 909, 'Castelletto', ''),
(45730, 109, 909, 'Castelli Calepio', ''),
(45731, 109, 909, 'Castello', ''),
(45732, 109, 909, 'Castellucchio', ''),
(45733, 109, 909, 'Castelseprio', ''),
(45734, 109, 909, 'Castelveccana', ''),
(45735, 109, 909, 'Castelverde', ''),
(45736, 109, 909, 'Castenedolo', ''),
(45737, 109, 909, 'Castiglione d\'Adda', ''),
(45738, 109, 909, 'Castiglione delle Stiviere', ''),
(45739, 109, 909, 'Castiglione Olona', ''),
(45740, 109, 909, 'Castione della Presolana', ''),
(45741, 109, 909, 'Casto', ''),
(45742, 109, 909, 'Castrezzato', ''),
(45743, 109, 909, 'Castro', ''),
(45744, 109, 909, 'Castronno', ''),
(45745, 109, 909, 'Cava Manara', ''),
(45746, 109, 909, 'Cavallasca', ''),
(45747, 109, 909, 'Cavaria con Premezzo', ''),
(45748, 109, 909, 'Cavenago d\'Adda', ''),
(45749, 109, 909, 'Cavenago di Brianza', ''),
(45750, 109, 909, 'Cavernago', ''),
(45751, 109, 909, 'Cavriana', ''),
(45752, 109, 909, 'Cazzago San Martino', ''),
(45753, 109, 909, 'Cazzano Sant\'Andrea', ''),
(45754, 109, 909, 'Cedegolo', ''),
(45755, 109, 909, 'Cellatica', ''),
(45756, 109, 909, 'Cenate Sopra', ''),
(45757, 109, 909, 'Cercino', ''),
(45758, 109, 909, 'Ceresara', ''),
(45759, 109, 909, 'Ceriano Laghetto', ''),
(45760, 109, 909, 'Cermenate', ''),
(45761, 109, 909, 'Cernobbio', ''),
(45762, 109, 909, 'Cernusco sul Naviglio', ''),
(45763, 109, 909, 'Cerro Maggiore', ''),
(45764, 109, 909, 'Certosa di Pavia', ''),
(45765, 109, 909, 'Cerveno', ''),
(45766, 109, 909, 'Cesano Maderno', ''),
(45767, 109, 909, 'Cesate', ''),
(45768, 109, 909, 'Cevo', ''),
(45769, 109, 909, 'Chiari', ''),
(45770, 109, 909, 'Chiavenna', ''),
(45771, 109, 909, 'Chignolo Po', ''),
(45772, 109, 909, 'Chiuduno', ''),
(45773, 109, 909, 'Cicognolo', ''),
(45774, 109, 909, 'Cignano', ''),
(45775, 109, 909, 'Cigognola', ''),
(45776, 109, 909, 'Cigole', ''),
(45777, 109, 909, 'Cilavegna', ''),
(45778, 109, 909, 'Cimbergo', ''),
(45779, 109, 909, 'Cingia de\' Botti', ''),
(45780, 109, 909, 'Cinisello Balsamo', ''),
(45781, 109, 909, 'Cirimido', ''),
(45782, 109, 909, 'Cisano Bergamasco', ''),
(45783, 109, 909, 'Ciserano', ''),
(45784, 109, 909, 'Cislago', ''),
(45785, 109, 909, 'Cisliano', ''),
(45786, 109, 909, 'Cittiglio', ''),
(45787, 109, 909, 'Civate', ''),
(45788, 109, 909, 'Civenna', ''),
(45789, 109, 909, 'Cividate al Piano', ''),
(45790, 109, 909, 'Cividate Camuno', ''),
(45791, 109, 909, 'Cizzago', ''),
(45792, 109, 909, 'Clanezzo', ''),
(45793, 109, 909, 'Clusone', ''),
(45794, 109, 909, 'Coccaglio', ''),
(45795, 109, 909, 'Cocquio-Trevisago', ''),
(45796, 109, 909, 'Codogno', ''),
(45797, 109, 909, 'Cogliate', ''),
(45798, 109, 909, 'Colico', ''),
(45799, 109, 909, 'Cologne', ''),
(45800, 109, 909, 'Cologno al Serio', ''),
(45801, 109, 909, 'Cologno Monzese', ''),
(45802, 109, 909, 'Colorina', ''),
(45803, 109, 909, 'Colzate', ''),
(45804, 109, 909, 'Comazzo', ''),
(45805, 109, 909, 'Comerio', ''),
(45806, 109, 909, 'Commessaggio', ''),
(45807, 109, 909, 'Como', ''),
(45808, 109, 909, 'Comun Nuovo', ''),
(45809, 109, 909, 'Concagno', ''),
(45810, 109, 909, 'Concesio', ''),
(45811, 109, 909, 'Concorezzo', ''),
(45812, 109, 909, 'Coniolo', ''),
(45813, 109, 909, 'Copiano', ''),
(45814, 109, 909, 'Corbetta', ''),
(45815, 109, 909, 'Cormano', ''),
(45816, 109, 909, 'Cornale', ''),
(45817, 109, 909, 'Cornaredo', ''),
(45818, 109, 909, 'Cornate d\'Adda', ''),
(45819, 109, 909, 'Cornegliano Laudense', ''),
(45820, 109, 909, 'Correzzana', ''),
(45821, 109, 909, 'Corrido', ''),
(45822, 109, 909, 'Corsico', ''),
(45823, 109, 909, 'Corte Franca', ''),
(45824, 109, 909, 'Cortenova', ''),
(45825, 109, 909, 'Cortenuova', ''),
(45826, 109, 909, 'Corteolona', ''),
(45827, 109, 909, 'Cosio Valtellino', ''),
(45828, 109, 909, 'Costa di Mezzate', ''),
(45829, 109, 909, 'Costa Valle Imagna', ''),
(45830, 109, 909, 'Costa Volpino', ''),
(45831, 109, 909, 'Covo', ''),
(45832, 109, 909, 'Cozzo', ''),
(45833, 109, 909, 'Credaro', ''),
(45834, 109, 909, 'Crema', ''),
(45835, 109, 909, 'Cremella', ''),
(45836, 109, 909, 'Cremenaga', ''),
(45837, 109, 909, 'Cremeno', ''),
(45838, 109, 909, 'Cremona', ''),
(45839, 109, 909, 'Crespiatica', ''),
(45840, 109, 909, 'Crist', ''),
(45841, 109, 909, 'Cucciago', ''),
(45842, 109, 909, 'Cuggiono', ''),
(45843, 109, 909, 'Cumignano sul Naviglio', ''),
(45844, 109, 909, 'Cunardo', ''),
(45845, 109, 909, 'Curno', ''),
(45846, 109, 909, 'Curtatone', ''),
(45847, 109, 909, 'Cusago', ''),
(45848, 109, 909, 'Cusano Milanino', ''),
(45849, 109, 909, 'Cuveglio', ''),
(45850, 109, 909, 'Dairago', ''),
(45851, 109, 909, 'Dalmine', ''),
(45852, 109, 909, 'Darfo', ''),
(45853, 109, 909, 'Daverio', ''),
(45854, 109, 909, 'Dazio', ''),
(45855, 109, 909, 'Delebio', ''),
(45856, 109, 909, 'Dello', ''),
(45857, 109, 909, 'Dervio', ''),
(45858, 109, 909, 'Desenzano del Garda', ''),
(45859, 109, 909, 'Desio', ''),
(45860, 109, 909, 'Dolzago', ''),
(45861, 109, 909, 'Domaso', ''),
(45862, 109, 909, 'Dongo', ''),
(45863, 109, 909, 'Dorno', ''),
(45864, 109, 909, 'Dosimo', ''),
(45865, 109, 909, 'Dovera', ''),
(45866, 109, 909, 'Dresano', ''),
(45867, 109, 909, 'Drezzo', ''),
(45868, 109, 909, 'Drizzona', ''),
(45869, 109, 909, 'Dubino', ''),
(45870, 109, 909, 'Edolo', ''),
(45871, 109, 909, 'Endine Gaiano', ''),
(45872, 109, 909, 'Erba', ''),
(45873, 109, 909, 'Erbusco', ''),
(45874, 109, 909, 'Esine', ''),
(45875, 109, 909, 'Eupilio', ''),
(45876, 109, 909, 'Fagnano Olona', ''),
(45877, 109, 909, 'Faloppio', ''),
(45878, 109, 909, 'Fara Gera d\'Adda', ''),
(45879, 109, 909, 'Fenegro', ''),
(45880, 109, 909, 'Ferno', ''),
(45881, 109, 909, 'Fiesco', ''),
(45882, 109, 909, 'Fiesse', ''),
(45883, 109, 909, 'Filago', ''),
(45884, 109, 909, 'Fino Mornasco', ''),
(45885, 109, 909, 'Flero', ''),
(45886, 109, 909, 'Fombio', ''),
(45887, 109, 909, 'Formigara', ''),
(45888, 109, 909, 'Fornovo San Giovanni', ''),
(45889, 109, 909, 'Frascarolo', ''),
(45890, 109, 909, 'Gadesco', ''),
(45891, 109, 909, 'Gaggiano', ''),
(45892, 109, 909, 'Galbiate', ''),
(45893, 109, 909, 'Gallarate', ''),
(45894, 109, 909, 'Gambara', ''),
(45895, 109, 909, 'Gambolò', ''),
(45896, 109, 909, 'Gandino', ''),
(45897, 109, 909, 'Garbagnate Milanese', ''),
(45898, 109, 909, 'Gardone Riviera', ''),
(45899, 109, 909, 'Gardone Val Trompia', ''),
(45900, 109, 909, 'Gargnano', ''),
(45901, 109, 909, 'Garlasco', ''),
(45902, 109, 909, 'Garlate', ''),
(45903, 109, 909, 'Gavardo', ''),
(45904, 109, 909, 'Gavirate', ''),
(45905, 109, 909, 'Gazzada Schianno', ''),
(45906, 109, 909, 'Gazzaniga', ''),
(45907, 109, 909, 'Gazzuolo', ''),
(45908, 109, 909, 'Gemonio', ''),
(45909, 109, 909, 'Genivolta', ''),
(45910, 109, 909, 'Gerenzano', ''),
(45911, 109, 909, 'Geromina', ''),
(45912, 109, 909, 'Gessate', ''),
(45913, 109, 909, 'Ghedi', ''),
(45914, 109, 909, 'Ghisalba', ''),
(45915, 109, 909, 'Gianico', ''),
(45916, 109, 909, 'Giussago', ''),
(45917, 109, 909, 'Giussano', ''),
(45918, 109, 909, 'Godiasco', ''),
(45919, 109, 909, 'Goito', ''),
(45920, 109, 909, 'Gonzaga', ''),
(45921, 109, 909, 'Gorgonzola', ''),
(45922, 109, 909, 'Gorla Maggiore', ''),
(45923, 109, 909, 'Gorla Minore', ''),
(45924, 109, 909, 'Gorlago', ''),
(45925, 109, 909, 'Gorle', ''),
(45926, 109, 909, 'Gornate Olona', ''),
(45927, 109, 909, 'Gottolengo', ''),
(45928, 109, 909, 'Gozzolina', ''),
(45929, 109, 909, 'Grandate', ''),
(45930, 109, 909, 'Grandola ed Uniti', ''),
(45931, 109, 909, 'Grassobbio', ''),
(45932, 109, 909, 'Gratacasolo', ''),
(45933, 109, 909, 'Gravedona', ''),
(45934, 109, 909, 'Grazie', ''),
(45935, 109, 909, 'Grezzago', ''),
(45936, 109, 909, 'Gromo', ''),
(45937, 109, 909, 'Grontardo', ''),
(45938, 109, 909, 'Gropello Cairoli', ''),
(45939, 109, 909, 'Grosio', ''),
(45940, 109, 909, 'Grumello Cremonese', ''),
(45941, 109, 909, 'Grumello del Monte', ''),
(45942, 109, 909, 'Guanzate', ''),
(45943, 109, 909, 'Guardamiglio', ''),
(45944, 109, 909, 'Gudo Visconti', ''),
(45945, 109, 909, 'Guidizzolo', ''),
(45946, 109, 909, 'Gussago', ''),
(45947, 109, 909, 'Gussola', ''),
(45948, 109, 909, 'Idro', ''),
(45949, 109, 909, 'Imbersago', ''),
(45950, 109, 909, 'Inarzo', ''),
(45951, 109, 909, 'Induno Olona', ''),
(45952, 109, 909, 'Introbio', ''),
(45953, 109, 909, 'Inverigo', ''),
(45954, 109, 909, 'Inverno', ''),
(45955, 109, 909, 'Inveruno', ''),
(45956, 109, 909, 'Inzago', ''),
(45957, 109, 909, 'Iseo', ''),
(45958, 109, 909, 'Isola', ''),
(45959, 109, 909, 'Isola Pescaroli', ''),
(45960, 109, 909, 'Isorella', ''),
(45961, 109, 909, 'Ispra', ''),
(45962, 109, 909, 'Izano', ''),
(45963, 109, 909, 'Lacchiarella', ''),
(45964, 109, 909, 'Lainate', ''),
(45965, 109, 909, 'Lallio', ''),
(45966, 109, 909, 'Landriano', ''),
(45967, 109, 909, 'Lanzo d\'Intelvi', ''),
(45968, 109, 909, 'Lardirago', ''),
(45969, 109, 909, 'Lavena Ponte Tresa', ''),
(45970, 109, 909, 'Laveno-Mombello', ''),
(45971, 109, 909, 'Lavenone', ''),
(45972, 109, 909, 'Lavone', ''),
(45973, 109, 909, 'Lazzate', ''),
(45974, 109, 909, 'Lecco', ''),
(45975, 109, 909, 'Leffe', ''),
(45976, 109, 909, 'Leggiuno', ''),
(45977, 109, 909, 'Legnano', ''),
(45978, 109, 909, 'Lenna', ''),
(45979, 109, 909, 'Lenno', ''),
(45980, 109, 909, 'Leno', ''),
(45981, 109, 909, 'Lentate sul Seveso', ''),
(45982, 109, 909, 'Lesmo', ''),
(45983, 109, 909, 'Levate', ''),
(45984, 109, 909, 'Lierna', ''),
(45985, 109, 909, 'Limbiate', ''),
(45986, 109, 909, 'Limone sul Garda', ''),
(45987, 109, 909, 'Lipomo', ''),
(45988, 109, 909, 'Liscate', ''),
(45989, 109, 909, 'Lissone', ''),
(45990, 109, 909, 'Livigno', ''),
(45991, 109, 909, 'Livraga', ''),
(45992, 109, 909, 'Locate di Triulzi', ''),
(45993, 109, 909, 'Locate Varesino', ''),
(45994, 109, 909, 'Lodi', ''),
(45995, 109, 909, 'Lodi Vecchio', ''),
(45996, 109, 909, 'Lodrino', ''),
(45997, 109, 909, 'Lograto', ''),
(45998, 109, 909, 'Lomagna', ''),
(45999, 109, 909, 'Lomazzo', ''),
(46000, 109, 909, 'Lomello', ''),
(46001, 109, 909, 'Lonate Ceppino', ''),
(46002, 109, 909, 'Lonate Pozzolo', ''),
(46003, 109, 909, 'Lonato', ''),
(46004, 109, 909, 'Lovere', ''),
(46005, 109, 909, 'Lucino', ''),
(46006, 109, 909, 'Luino', ''),
(46007, 109, 909, 'Luisago', ''),
(46008, 109, 909, 'Lumezzane', ''),
(46009, 109, 909, 'Lungavilla', ''),
(46010, 109, 909, 'Lurago d\'Erba', ''),
(46011, 109, 909, 'Lurago Marinone', ''),
(46012, 109, 909, 'Lurano', ''),
(46013, 109, 909, 'Lurate Caccivio', ''),
(46014, 109, 909, 'Luvinate', ''),
(46015, 109, 909, 'Maccagno', ''),
(46016, 109, 909, 'Macherio', ''),
(46017, 109, 909, 'Maderno', ''),
(46018, 109, 909, 'Madignano', ''),
(46019, 109, 909, 'Madone', ''),
(46020, 109, 909, 'Madonna', ''),
(46021, 109, 909, 'Magenta', ''),
(46022, 109, 909, 'Maggio', ''),
(46023, 109, 909, 'Magherno', ''),
(46024, 109, 909, 'Magnago', ''),
(46025, 109, 909, 'Magno', ''),
(46026, 109, 909, 'Magreglio', ''),
(46027, 109, 909, 'Mairago', ''),
(46028, 109, 909, 'Mairano', ''),
(46029, 109, 909, 'Malagnino', ''),
(46030, 109, 909, 'Maleo', ''),
(46031, 109, 909, 'Malgesso', ''),
(46032, 109, 909, 'Malgrate', ''),
(46033, 109, 909, 'Malnate', ''),
(46034, 109, 909, 'Malonno', ''),
(46035, 109, 909, 'Mandello del Lario', ''),
(46036, 109, 909, 'Manerbio', ''),
(46037, 109, 909, 'Mantova', ''),
(46038, 109, 909, 'Mapello', ''),
(46039, 109, 909, 'Marcallo con Casone', ''),
(46040, 109, 909, 'Marcaria', ''),
(46041, 109, 909, 'Marcheno', ''),
(46042, 109, 909, 'Marchirolo', ''),
(46043, 109, 909, 'Marcignago', ''),
(46044, 109, 909, 'Mariano Comense', ''),
(46045, 109, 909, 'Marmentino', ''),
(46046, 109, 909, 'Marmirolo', ''),
(46047, 109, 909, 'Marnate', ''),
(46048, 109, 909, 'Marone', ''),
(46049, 109, 909, 'Martignana di Po', ''),
(46050, 109, 909, 'Martinengo', ''),
(46051, 109, 909, 'Marudo', ''),
(46052, 109, 909, 'Masate', ''),
(46053, 109, 909, 'Maslianico', ''),
(46054, 109, 909, 'Mazzano', ''),
(46055, 109, 909, 'Meda', ''),
(46056, 109, 909, 'Mede', ''),
(46057, 109, 909, 'Mediglia', ''),
(46058, 109, 909, 'Medolago', ''),
(46059, 109, 909, 'Medole', ''),
(46060, 109, 909, 'Melegnano', ''),
(46061, 109, 909, 'Meleti', ''),
(46062, 109, 909, 'Melzo', ''),
(46063, 109, 909, 'Menaggio', ''),
(46064, 109, 909, 'Merate', ''),
(46065, 109, 909, 'Mercallo', ''),
(46066, 109, 909, 'Merlino', ''),
(46067, 109, 909, 'Merone', ''),
(46068, 109, 909, 'Mese', ''),
(46069, 109, 909, 'Mesero', ''),
(46070, 109, 909, 'Mezzago', ''),
(46071, 109, 909, 'Milan', ''),
(46072, 109, 909, 'Misinto', ''),
(46073, 109, 909, 'Missaglia', ''),
(46074, 109, 909, 'Moglia', ''),
(46075, 109, 909, 'Molteno', ''),
(46076, 109, 909, 'Moltrasio', ''),
(46077, 109, 909, 'Mombello', ''),
(46078, 109, 909, 'Mombretto', ''),
(46079, 109, 909, 'Moniga del Bosco', ''),
(46080, 109, 909, 'Montalto Pavese', ''),
(46081, 109, 909, 'Montanaso Lombardo', ''),
(46082, 109, 909, 'Monte', ''),
(46083, 109, 909, 'Monte Marenzo', ''),
(46084, 109, 909, 'Montebello della Battaglia', ''),
(46085, 109, 909, 'Montevecchia', ''),
(46086, 109, 909, 'Monticelli', ''),
(46087, 109, 909, 'Montichiari', ''),
(46088, 109, 909, 'Montirone', ''),
(46089, 109, 909, 'Montodine', ''),
(46090, 109, 909, 'Montonate', ''),
(46091, 109, 909, 'Monvalle', ''),
(46092, 109, 909, 'Monza', ''),
(46093, 109, 909, 'Monzambano', ''),
(46094, 109, 909, 'Morazzone', ''),
(46095, 109, 909, 'Morbegno', ''),
(46096, 109, 909, 'Morimondo', ''),
(46097, 109, 909, 'Mornago', ''),
(46098, 109, 909, 'Mortara', ''),
(46099, 109, 909, 'Motta Baluffi', ''),
(46100, 109, 909, 'Motta San Guglielmo', ''),
(46101, 109, 909, 'Motta Visconti', ''),
(46102, 109, 909, 'Mozzanica', ''),
(46103, 109, 909, 'Mozzate', ''),
(46104, 109, 909, 'Mozzo', ''),
(46105, 109, 909, 'Muggiò', ''),
(46106, 109, 909, 'Nave', ''),
(46107, 109, 909, 'Nembro', ''),
(46108, 109, 909, 'Nerviano', ''),
(46109, 109, 909, 'Nibionno', ''),
(46110, 109, 909, 'Nova Milanese', ''),
(46111, 109, 909, 'Novate Mezzola', ''),
(46112, 109, 909, 'Novate Milanese', ''),
(46113, 109, 909, 'Novedrate', ''),
(46114, 109, 909, 'Noviglio', ''),
(46115, 109, 909, 'Nuvolento', ''),
(46116, 109, 909, 'Nuvolera', ''),
(46117, 109, 909, 'Offanengo', ''),
(46118, 109, 909, 'Offlaga', ''),
(46119, 109, 909, 'Oggiono', ''),
(46120, 109, 909, 'Olgiate Comasco', ''),
(46121, 109, 909, 'Olgiate Molgora', ''),
(46122, 109, 909, 'Olgiate Olona', ''),
(46123, 109, 909, 'Olginate', ''),
(46124, 109, 909, 'Oliveto Lario', ''),
(46125, 109, 909, 'Opera', ''),
(46126, 109, 909, 'Origgio', ''),
(46127, 109, 909, 'Orino', ''),
(46128, 109, 909, 'Orio al Serio', ''),
(46129, 109, 909, 'Orio Litta', ''),
(46130, 109, 909, 'Ornago', ''),
(46131, 109, 909, 'Orsenigo', ''),
(46132, 109, 909, 'Orzinuovi', ''),
(46133, 109, 909, 'Orzivecchi', ''),
(46134, 109, 909, 'Osio Sopra', ''),
(46135, 109, 909, 'Osmate', ''),
(46136, 109, 909, 'Osnago', ''),
(46137, 109, 909, 'Ospitaletto', ''),
(46138, 109, 909, 'Ossona', ''),
(46139, 109, 909, 'Ossuccio', ''),
(46140, 109, 909, 'Ostiano', ''),
(46141, 109, 909, 'Ostiglia', ''),
(46142, 109, 909, 'Ozzero', ''),
(46143, 109, 909, 'Padenghe sul Garda', ''),
(46144, 109, 909, 'Paderno d\'Adda', ''),
(46145, 109, 909, 'Paderno Dugnano', ''),
(46146, 109, 909, 'Paderno Franciacorta', ''),
(46147, 109, 909, 'Paitone', ''),
(46148, 109, 909, 'Paladina', ''),
(46149, 109, 909, 'Palazzago', ''),
(46150, 109, 909, 'Palazzolo sull\'Oglio', ''),
(46151, 109, 909, 'Palosco', ''),
(46152, 109, 909, 'Pandino', ''),
(46153, 109, 909, 'Pantigliate', ''),
(46154, 109, 909, 'Parabiago', ''),
(46155, 109, 909, 'Paratico', ''),
(46156, 109, 909, 'Parre', ''),
(46157, 109, 909, 'Passirana', ''),
(46158, 109, 909, 'Passirano', ''),
(46159, 109, 909, 'Pasturo', ''),
(46160, 109, 909, 'Paullo', ''),
(46161, 109, 909, 'Pavia', ''),
(46162, 109, 909, 'Pavone del Mella', ''),
(46163, 109, 909, 'Pedrengo', ''),
(46164, 109, 909, 'Pegognaga', ''),
(46165, 109, 909, 'Peia', ''),
(46166, 109, 909, 'Per Travedona', ''),
(46167, 109, 909, 'Peschiera Borromeo', ''),
(46168, 109, 909, 'Pessano Con Bornago', ''),
(46169, 109, 909, 'Piadena', ''),
(46170, 109, 909, 'Piancogno', ''),
(46171, 109, 909, 'Piantedo', ''),
(46172, 109, 909, 'Piateda', ''),
(46173, 109, 909, 'Pieranica', ''),
(46174, 109, 909, 'Pieve', ''),
(46175, 109, 909, 'Pieve d\'Olmi', ''),
(46176, 109, 909, 'Pieve del Cairo', ''),
(46177, 109, 909, 'Pioltello', ''),
(46178, 109, 909, 'Pisogne', ''),
(46179, 109, 909, 'Piubega', ''),
(46180, 109, 909, 'Piuro', ''),
(46181, 109, 909, 'Pizzighettone', ''),
(46182, 109, 909, 'Poasco-Sorigherio', ''),
(46183, 109, 909, 'Poggio Rusco', ''),
(46184, 109, 909, 'Pogliano Milanese', ''),
(46185, 109, 909, 'Pognano', ''),
(46186, 109, 909, 'Polaveno', ''),
(46187, 109, 909, 'Polesine', ''),
(46188, 109, 909, 'Pompiano', ''),
(46189, 109, 909, 'Poncarale', ''),
(46190, 109, 909, 'Ponte Caffaro', ''),
(46191, 109, 909, 'Ponte Lambro', ''),
(46192, 109, 909, 'Ponte Nizza', ''),
(46193, 109, 909, 'Ponte Nossa', ''),
(46194, 109, 909, 'Ponte San Pietro', ''),
(46195, 109, 909, 'Ponteranica', ''),
(46196, 109, 909, 'Pontevico', ''),
(46197, 109, 909, 'Pontida', ''),
(46198, 109, 909, 'Pontirolo Nuovo', ''),
(46199, 109, 909, 'Pontoglio', ''),
(46200, 109, 909, 'Porlezza', ''),
(46201, 109, 909, 'Porta', ''),
(46202, 109, 909, 'Porto Ceresio', ''),
(46203, 109, 909, 'Pozzolengo', ''),
(46204, 109, 909, 'Pradalunga', ''),
(46205, 109, 909, 'Pralboino', ''),
(46206, 109, 909, 'Prata Camportaccio', ''),
(46207, 109, 909, 'Prato Valentino', ''),
(46208, 109, 909, 'Premana', ''),
(46209, 109, 909, 'Premolo', ''),
(46210, 109, 909, 'Presezzo', ''),
(46211, 109, 909, 'Proserpio', ''),
(46212, 109, 909, 'Pusiano', ''),
(46213, 109, 909, 'Quintano', ''),
(46214, 109, 909, 'Quinzano d\'Oglio', ''),
(46215, 109, 909, 'Quistello', ''),
(46216, 109, 909, 'Rancio Valcuvia', ''),
(46217, 109, 909, 'Ranica', ''),
(46218, 109, 909, 'Ranzanico', ''),
(46219, 109, 909, 'Rasa di Velate', ''),
(46220, 109, 909, 'Remedello', ''),
(46221, 109, 909, 'Renate', ''),
(46222, 109, 909, 'Rescaldina', ''),
(46223, 109, 909, 'Retorbido', ''),
(46224, 109, 909, 'Revere', ''),
(46225, 109, 909, 'Rezzato', ''),
(46226, 109, 909, 'Rho', ''),
(46227, 109, 909, 'Ricengo', ''),
(46228, 109, 909, 'Rino', ''),
(46229, 109, 909, 'Ripalta Cremasca', ''),
(46230, 109, 909, 'Rivalta sul Mincio', ''),
(46231, 109, 909, 'Rivarolo del Re ed Uniti', ''),
(46232, 109, 909, 'Rivarolo Mantovano', ''),
(46233, 109, 909, 'Rivolta d\'Adda', ''),
(46234, 109, 909, 'Robbiate', ''),
(46235, 109, 909, 'Robbio', ''),
(46236, 109, 909, 'Robecchetto con Induno', ''),
(46237, 109, 909, 'Robecco sul Naviglio', ''),
(46238, 109, 909, 'Roccafranca', ''),
(46239, 109, 909, 'Rodano', ''),
(46240, 109, 909, 'Rodigo', ''),
(46241, 109, 909, 'Roe Volciano', ''),
(46242, 109, 909, 'Rogeno', ''),
(46243, 109, 909, 'Romano di Lombardia', ''),
(46244, 109, 909, 'Roncello', ''),
(46245, 109, 909, 'Roncoferraro', ''),
(46246, 109, 909, 'Rosate', ''),
(46247, 109, 909, 'Rovagnate', ''),
(46248, 109, 909, 'Rovato', ''),
(46249, 109, 909, 'Rovellasca', ''),
(46250, 109, 909, 'Rovello Porro', ''),
(46251, 109, 909, 'Roverbella', ''),
(46252, 109, 909, 'Rovetta', ''),
(46253, 109, 909, 'Rozzano', ''),
(46254, 109, 909, 'Rudiano', ''),
(46255, 109, 909, 'Sabbio Chiese', ''),
(46256, 109, 909, 'Sabbioneta', ''),
(46257, 109, 909, 'Sacca', ''),
(46258, 109, 909, 'Sale Marasino', ''),
(46259, 109, 909, 'Salò', ''),
(46260, 109, 909, 'Saltrio', ''),
(46261, 109, 909, 'Samarate', ''),
(46262, 109, 909, 'Samolaco', ''),
(46263, 109, 909, 'San Bassano', ''),
(46264, 109, 909, 'San Benedetto Po', ''),
(46265, 109, 909, 'San Cipriano Po', ''),
(46266, 109, 909, 'San Colombano al Lambro', ''),
(46267, 109, 909, 'San Damiano al Colle', ''),
(46268, 109, 909, 'San Donato Milanese', ''),
(46269, 109, 909, 'San Fedele', ''),
(46270, 109, 909, 'San Felice del Benaco', ''),
(46271, 109, 909, 'San Fiorano', ''),
(46272, 109, 909, 'San Genesio ed Uniti', ''),
(46273, 109, 909, 'San Giacomo delle Segnate', ''),
(46274, 109, 909, 'San Giovanni', ''),
(46275, 109, 909, 'San Giovanni Bianco', ''),
(46276, 109, 909, 'San Giovanni in Croce', ''),
(46277, 109, 909, 'San Giuliano Milanese', ''),
(46278, 109, 909, 'San Martino Siccomario', ''),
(46279, 109, 909, 'San Paolo', ''),
(46280, 109, 909, 'San Pellegrino Terme', ''),
(46281, 109, 909, 'San Pietro', ''),
(46282, 109, 909, 'San Raineri', ''),
(46283, 109, 909, 'San Vittore', ''),
(46284, 109, 909, 'San Zenone al Lambro', ''),
(46285, 109, 909, 'Sannazzaro de\' Burgondi', ''),
(46286, 109, 909, 'Sant\'Alessio Con Vialone', ''),
(46287, 109, 909, 'Sant\'Angelo Lodigiano', ''),
(46288, 109, 909, 'Sant\'Angelo Lomellina', ''),
(46289, 109, 909, 'Sant\'Omobono Imagna', ''),
(46290, 109, 909, 'Santa Caterina', ''),
(46291, 109, 909, 'Santa Giuletta', ''),
(46292, 109, 909, 'Santo Stefano Ticino', ''),
(46293, 109, 909, 'Sarezzo', ''),
(46294, 109, 909, 'Sarnico', ''),
(46295, 109, 909, 'Saronno', ''),
(46296, 109, 909, 'Scaldasole', ''),
(46297, 109, 909, 'Secugnago', ''),
(46298, 109, 909, 'Sedriano', ''),
(46299, 109, 909, 'Segrate', ''),
(46300, 109, 909, 'Senago', ''),
(46301, 109, 909, 'Seniga', ''),
(46302, 109, 909, 'Senna Comasco', ''),
(46303, 109, 909, 'Seregno', ''),
(46304, 109, 909, 'Sergnano', ''),
(46305, 109, 909, 'Seriate', ''),
(46306, 109, 909, 'Serle', ''),
(46307, 109, 909, 'Sermide', ''),
(46308, 109, 909, 'Sernio', ''),
(46309, 109, 909, 'Sesto Calende', ''),
(46310, 109, 909, 'Sesto ed Uniti', ''),
(46311, 109, 909, 'Sesto San Giovanni', ''),
(46312, 109, 909, 'Settala', ''),
(46313, 109, 909, 'Seveso', ''),
(46314, 109, 909, 'Sforzesca', ''),
(46315, 109, 909, 'Silvano Pietra', ''),
(46316, 109, 909, 'Sirmione', ''),
(46317, 109, 909, 'Sirone', ''),
(46318, 109, 909, 'Sirtori', ''),
(46319, 109, 909, 'Siziano', ''),
(46320, 109, 909, 'Solaro', ''),
(46321, 109, 909, 'Solbiate Arno', ''),
(46322, 109, 909, 'Solbiate Olona', ''),
(46323, 109, 909, 'Solferino', ''),
(46324, 109, 909, 'Solto Collina', ''),
(46325, 109, 909, 'Somaglia', ''),
(46326, 109, 909, 'Somma Lombardo', ''),
(46327, 109, 909, 'Sommo', ''),
(46328, 109, 909, 'Soncino', ''),
(46329, 109, 909, 'Sondrio', ''),
(46330, 109, 909, 'Sordio', ''),
(46331, 109, 909, 'Soresina', ''),
(46332, 109, 909, 'Sorisole', ''),
(46333, 109, 909, 'Sospiro', ''),
(46334, 109, 909, 'Sotto il Monte Giovanni XXIII', ''),
(46335, 109, 909, 'Sovere', ''),
(46336, 109, 909, 'Sovico', ''),
(46337, 109, 909, 'Spineda', ''),
(46338, 109, 909, 'Spino d\'Adda', ''),
(46339, 109, 909, 'Spirano', ''),
(46340, 109, 909, 'Stezzano', ''),
(46341, 109, 909, 'Stradella', ''),
(46342, 109, 909, 'Suisio', ''),
(46343, 109, 909, 'Sulbiate', ''),
(46344, 109, 909, 'Sulzano', ''),
(46345, 109, 909, 'Sumirago', ''),
(46346, 109, 909, 'Suzzara', ''),
(46347, 109, 909, 'Talamona', ''),
(46348, 109, 909, 'Taleggio', ''),
(46349, 109, 909, 'Tavazzano', ''),
(46350, 109, 909, 'Tavernerio', ''),
(46351, 109, 909, 'Tavernola Bergamasca', ''),
(46352, 109, 909, 'Tavernole sul Mella', ''),
(46353, 109, 909, 'Teglio', ''),
(46354, 109, 909, 'Telgate', ''),
(46355, 109, 909, 'Ternate', ''),
(46356, 109, 909, 'Tirano', ''),
(46357, 109, 909, 'Torlino Vimercati', ''),
(46358, 109, 909, 'Tornavento', ''),
(46359, 109, 909, 'Torre Boldone', ''),
(46360, 109, 909, 'Torrevecchia Pia', ''),
(46361, 109, 909, 'Torricella del Pizzo', ''),
(46362, 109, 909, 'Toscolano-Maderno', ''),
(46363, 109, 909, 'Tradate', ''),
(46364, 109, 909, 'Traona', ''),
(46365, 109, 909, 'Travaco Siccomario', ''),
(46366, 109, 909, 'Travagliato', ''),
(46367, 109, 909, 'Tremezzo', ''),
(46368, 109, 909, 'Trescore Balneario', ''),
(46369, 109, 909, 'Trescore Cremasco', ''),
(46370, 109, 909, 'Treviglio', ''),
(46371, 109, 909, 'Treviolo', ''),
(46372, 109, 909, 'Trezzano Rosa', ''),
(46373, 109, 909, 'Trezzano sul Naviglio', ''),
(46374, 109, 909, 'Trezzo sull\'Adda', ''),
(46375, 109, 909, 'Trigolo', ''),
(46376, 109, 909, 'Triuggio', ''),
(46377, 109, 909, 'Trivolzio', ''),
(46378, 109, 909, 'Tromello', ''),
(46379, 109, 909, 'Truccazzano', ''),
(46380, 109, 909, 'Turate', ''),
(46381, 109, 909, 'Turbigo', ''),
(46382, 109, 909, 'Uboldo', ''),
(46383, 109, 909, 'Urgnano', ''),
(46384, 109, 909, 'Usmate Velate', ''),
(46385, 109, 909, 'Vaiano Cremasco', ''),
(46386, 109, 909, 'Vailate', ''),
(46387, 109, 909, 'Valbrembo', ''),
(46388, 109, 909, 'Valbrona', ''),
(46389, 109, 909, 'Valdisotto', ''),
(46390, 109, 909, 'Valganna', ''),
(46391, 109, 909, 'Valgreghentino', ''),
(46392, 109, 909, 'Valmadrera', ''),
(46393, 109, 909, 'Valmorea', ''),
(46394, 109, 909, 'Valtorta', ''),
(46395, 109, 909, 'Vanzaghello', ''),
(46396, 109, 909, 'Vanzago', ''),
(46397, 109, 909, 'Vaprio d\'Adda', ''),
(46398, 109, 909, 'Varedo', ''),
(46399, 109, 909, 'Varese', ''),
(46400, 109, 909, 'Varzi', ''),
(46401, 109, 909, 'Vedano al Lambro', ''),
(46402, 109, 909, 'Vedano Olona', ''),
(46403, 109, 909, 'Veduggio Con Colzano', ''),
(46404, 109, 909, 'Vellezzo Bellini', ''),
(46405, 109, 909, 'Vendrogno', ''),
(46406, 109, 909, 'Venegono Inferiore', ''),
(46407, 109, 909, 'Venegono Superiore', ''),
(46408, 109, 909, 'Verano Brianza', ''),
(46409, 109, 909, 'Vercana', ''),
(46410, 109, 909, 'Vercurago', ''),
(46411, 109, 909, 'Verdellino', ''),
(46412, 109, 909, 'Verdello', ''),
(46413, 109, 909, 'Vergano-Villa', ''),
(46414, 109, 909, 'Vergiate', ''),
(46415, 109, 909, 'Vermezzo', ''),
(46416, 109, 909, 'Vernate', ''),
(46417, 109, 909, 'Verolanuova', ''),
(46418, 109, 909, 'Verolavecchia', ''),
(46419, 109, 909, 'Verrua Po', ''),
(46420, 109, 909, 'Vertemate con Minoprio', ''),
(46421, 109, 909, 'Vertova', ''),
(46422, 109, 909, 'Vescovato', ''),
(46423, 109, 909, 'Vestone', ''),
(46424, 109, 909, 'Viadana', ''),
(46425, 109, 909, 'Viadanica', ''),
(46426, 109, 909, 'Vico', ''),
(46427, 109, 909, 'Vidigulfo', ''),
(46428, 109, 909, 'Vigevano', ''),
(46429, 109, 909, 'Viggiù', ''),
(46430, 109, 909, 'Vignate', ''),
(46431, 109, 909, 'Villa', ''),
(46432, 109, 909, 'Villa Cortese', ''),
(46433, 109, 909, 'Villa d\'Almè', ''),
(46434, 109, 909, 'Villa di Serio', ''),
(46435, 109, 909, 'Villa di Tirano', ''),
(46436, 109, 909, 'Villa Guardia', ''),
(46437, 109, 909, 'Villachiara', ''),
(46438, 109, 909, 'Villanterio', ''),
(46439, 109, 909, 'Villanuova sul Clisi', ''),
(46440, 109, 909, 'Villasanta', ''),
(46441, 109, 909, 'Villastrada', ''),
(46442, 109, 909, 'Villavesco', ''),
(46443, 109, 909, 'Villimpenta', ''),
(46444, 109, 909, 'Villongo', ''),
(46445, 109, 909, 'Vimercate', ''),
(46446, 109, 909, 'Vimodrone', ''),
(46447, 109, 909, 'Virgilio', ''),
(46448, 109, 909, 'Vistarino', ''),
(46449, 109, 909, 'Vittuone', ''),
(46450, 109, 909, 'Vizzolo Predabissi', ''),
(46451, 109, 909, 'Vobarno', ''),
(46452, 109, 909, 'Voghera', ''),
(46453, 109, 909, 'Volongo', ''),
(46454, 109, 909, 'Zandobbio', ''),
(46455, 109, 909, 'Zanica', ''),
(46456, 109, 909, 'Zeccone', ''),
(46457, 109, 909, 'Zelo Buon Persico', ''),
(46458, 109, 909, 'Zeme', ''),
(46459, 109, 909, 'Zerbolò', ''),
(46460, 109, 909, 'Zibido San Giacomo', ''),
(46461, 109, 909, 'Zinasco', ''),
(46462, 109, 909, 'Zogno', ''),
(46463, 109, 909, 'Zone', ''),
(46464, 109, 910, 'Agnone', ''),
(46465, 109, 910, 'Bagnoli del Trigno', ''),
(46466, 109, 910, 'Baranello', ''),
(46467, 109, 910, 'Bojano', ''),
(46468, 109, 910, 'Campobasso', ''),
(46469, 109, 910, 'Campochiaro', ''),
(46470, 109, 910, 'Campolieto', ''),
(46471, 109, 910, 'Campomarino', ''),
(46472, 109, 910, 'Castel San Vincenzo', ''),
(46473, 109, 910, 'Castelnuovo al Volturno', ''),
(46474, 109, 910, 'Castelpetroso', ''),
(46475, 109, 910, 'Castiglione', ''),
(46476, 109, 910, 'Cercemaggiore', ''),
(46477, 109, 910, 'Cerro al Volturno', ''),
(46478, 109, 910, 'Ferrazzano', ''),
(46479, 109, 910, 'Fornelli', ''),
(46480, 109, 910, 'Frosolone', ''),
(46481, 109, 910, 'Guardiaregia', ''),
(46482, 109, 910, 'Guglionesi', ''),
(46483, 109, 910, 'Isernia', ''),
(46484, 109, 910, 'Larino', ''),
(46485, 109, 910, 'Lucito', ''),
(46486, 109, 910, 'Macchia d\'Isernia', ''),
(46487, 109, 910, 'Macchiagodena', ''),
(46488, 109, 910, 'Molise', ''),
(46489, 109, 910, 'Montaquila', ''),
(46490, 109, 910, 'Montecilfone', ''),
(46491, 109, 910, 'Montenero di Bisaccia', ''),
(46492, 109, 910, 'Oratino', ''),
(46493, 109, 910, 'Palata', ''),
(46494, 109, 910, 'Pantano', ''),
(46495, 109, 910, 'Pesche', ''),
(46496, 109, 910, 'Petacciato', ''),
(46497, 109, 910, 'Pozzilli', ''),
(46498, 109, 910, 'Provvidenti', ''),
(46499, 109, 910, 'San Felice del Molise', ''),
(46500, 109, 910, 'San Giacomo degli Schiavoni', ''),
(46501, 109, 910, 'San Giovanni', ''),
(46502, 109, 910, 'San Giuliano di Puglia', ''),
(46503, 109, 910, 'San Martino in Pensilis', ''),
(46504, 109, 910, 'Sant\'Agapito', ''),
(46505, 109, 910, 'Sant\'Elia a Pianisi', ''),
(46506, 109, 910, 'Santo Stefano', ''),
(46507, 109, 910, 'Spinete', ''),
(46508, 109, 910, 'Termoli', ''),
(46509, 109, 910, 'Toro', ''),
(46510, 109, 910, 'Trivento', ''),
(46511, 109, 910, 'Valle', ''),
(46512, 109, 910, 'Venafro', ''),
(46513, 109, 910, 'Vinchiaturo', ''),
(46514, 109, 911, 'Acqui Terme', ''),
(46515, 109, 911, 'Agliè', ''),
(46516, 109, 911, 'Agro', ''),
(46517, 109, 911, 'Ailoche', ''),
(46518, 109, 911, 'Airasca', ''),
(46519, 109, 911, 'Alba', ''),
(46520, 109, 911, 'Alessandria', ''),
(46521, 109, 911, 'Alice Superiore', ''),
(46522, 109, 911, 'Almese', ''),
(46523, 109, 911, 'Alpignano', ''),
(46524, 109, 911, 'Ameno', ''),
(46525, 109, 911, 'Arignano', ''),
(46526, 109, 911, 'Arizzano', ''),
(46527, 109, 911, 'Armeno', ''),
(46528, 109, 911, 'Arona', ''),
(46529, 109, 911, 'Arquata Scrivia', ''),
(46530, 109, 911, 'Asti', ''),
(46531, 109, 911, 'Avigliana', ''),
(46532, 109, 911, 'Azeglio', ''),
(46533, 109, 911, 'Bagnolo Piemonte', ''),
(46534, 109, 911, 'Balangero', ''),
(46535, 109, 911, 'Baldichieri d\'Asti', ''),
(46536, 109, 911, 'Baldissero Torinese', ''),
(46537, 109, 911, 'Balzola', ''),
(46538, 109, 911, 'Barbaresco', ''),
(46539, 109, 911, 'Barengo', ''),
(46540, 109, 911, 'Barge', ''),
(46541, 109, 911, 'Basaluzzo', ''),
(46542, 109, 911, 'Bassignana', ''),
(46543, 109, 911, 'Baveno', ''),
(46544, 109, 911, 'Beinasco', ''),
(46545, 109, 911, 'Beinette', ''),
(46546, 109, 911, 'Bellinzago Novarese', ''),
(46547, 109, 911, 'Bene Vagienna', ''),
(46548, 109, 911, 'Benna', ''),
(46549, 109, 911, 'Beura-Cardezza', ''),
(46550, 109, 911, 'Biandrate', ''),
(46551, 109, 911, 'Bibiana', ''),
(46552, 109, 911, 'Biella', ''),
(46553, 109, 911, 'Boca', ''),
(46554, 109, 911, 'Bogogno', ''),
(46555, 109, 911, 'Bollengo', ''),
(46556, 109, 911, 'Borgaro Torinese', ''),
(46557, 109, 911, 'Borgo d\'Ale', ''),
(46558, 109, 911, 'Borgo San Dalmazzo', ''),
(46559, 109, 911, 'Borgo San Martino', ''),
(46560, 109, 911, 'Borgo Ticino', ''),
(46561, 109, 911, 'Borgo Vercelli', ''),
(46562, 109, 911, 'Borgofranco d\'Ivrea', ''),
(46563, 109, 911, 'Borgomale', ''),
(46564, 109, 911, 'Borgomanero', ''),
(46565, 109, 911, 'Borgosesia', ''),
(46566, 109, 911, 'Bosconero', ''),
(46567, 109, 911, 'Bosio', ''),
(46568, 109, 911, 'Boves', ''),
(46569, 109, 911, 'Bra', ''),
(46570, 109, 911, 'Brandizzo', ''),
(46571, 109, 911, 'Bricherasio', ''),
(46572, 109, 911, 'Briga Novarese', ''),
(46573, 109, 911, 'Brignano', ''),
(46574, 109, 911, 'Brossasco', ''),
(46575, 109, 911, 'Bruino', ''),
(46576, 109, 911, 'Bruno', ''),
(46577, 109, 911, 'Brusnengo', ''),
(46578, 109, 911, 'Bruzolo', ''),
(46579, 109, 911, 'Buriasco', ''),
(46580, 109, 911, 'Burolo', ''),
(46581, 109, 911, 'Busano', ''),
(46582, 109, 911, 'Busca', ''),
(46583, 109, 911, 'Bussoleno', ''),
(46584, 109, 911, 'Buttigliera Alta', ''),
(46585, 109, 911, 'Cafasse', ''),
(46586, 109, 911, 'Calamandrana', ''),
(46587, 109, 911, 'Caltignaga', ''),
(46588, 109, 911, 'Caluso', ''),
(46589, 109, 911, 'Cambiano', ''),
(46590, 109, 911, 'Camerana', ''),
(46591, 109, 911, 'Cameri', ''),
(46592, 109, 911, 'Canale', ''),
(46593, 109, 911, 'Candelo', ''),
(46594, 109, 911, 'Candia Canavese', ''),
(46595, 109, 911, 'Candiolo', ''),
(46596, 109, 911, 'Canelli', ''),
(46597, 109, 911, 'Canove', ''),
(46598, 109, 911, 'Cantalupa', ''),
(46599, 109, 911, 'Cantalupo Ligure', ''),
(46600, 109, 911, 'Capriata d\'Orba', ''),
(46601, 109, 911, 'Caprie', ''),
(46602, 109, 911, 'Caraglio', ''),
(46603, 109, 911, 'Caravino', ''),
(46604, 109, 911, 'Carignano', ''),
(46605, 109, 911, 'Carmagnola', ''),
(46606, 109, 911, 'Carpignano Sesia', ''),
(46607, 109, 911, 'Carrosio', ''),
(46608, 109, 911, 'Carrù', ''),
(46609, 109, 911, 'Casale Corte Cerro', ''),
(46610, 109, 911, 'Casale Monferrato', ''),
(46611, 109, 911, 'Casaleggio Novara', ''),
(46612, 109, 911, 'Casalgrasso', ''),
(46613, 109, 911, 'Casalvolone', ''),
(46614, 109, 911, 'Caselette', ''),
(46615, 109, 911, 'Caselle Torinese', ''),
(46616, 109, 911, 'Cassano Spinola', ''),
(46617, 109, 911, 'Cassine', ''),
(46618, 109, 911, 'Castagnole', ''),
(46619, 109, 911, 'Castelceriolo', ''),
(46620, 109, 911, 'Castell\'Alfero', ''),
(46621, 109, 911, 'Castellamonte', ''),
(46622, 109, 911, 'Castellar Guidobono', ''),
(46623, 109, 911, 'Castellazzo Bormida', ''),
(46624, 109, 911, 'Castelletto', ''),
(46625, 109, 911, 'Castelletto sopra Ticino', ''),
(46626, 109, 911, 'Castello di Annone', ''),
(46627, 109, 911, 'Castelnuovo Calcea', ''),
(46628, 109, 911, 'Castelnuovo Don Bosco', ''),
(46629, 109, 911, 'Castelnuovo Scrivia', ''),
(46630, 109, 911, 'Castelrosso', ''),
(46631, 109, 911, 'Cavaglià', ''),
(46632, 109, 911, 'Cavaglio D\'Agogna', ''),
(46633, 109, 911, 'Cavagnolo', ''),
(46634, 109, 911, 'Cavallermaggiore', ''),
(46635, 109, 911, 'Cavour', ''),
(46636, 109, 911, 'Centallo', ''),
(46637, 109, 911, 'Cerano', ''),
(46638, 109, 911, 'Cerrione', ''),
(46639, 109, 911, 'Cervere', ''),
(46640, 109, 911, 'Cesana Torinese', ''),
(46641, 109, 911, 'Cesara', ''),
(46642, 109, 911, 'Cessole', ''),
(46643, 109, 911, 'Ceva', ''),
(46644, 109, 911, 'Cherasco', ''),
(46645, 109, 911, 'Chianocco', ''),
(46646, 109, 911, 'Chiara', ''),
(46647, 109, 911, 'Chiaverano', ''),
(46648, 109, 911, 'Chieri', ''),
(46649, 109, 911, 'Chiusa di Pesio', ''),
(46650, 109, 911, 'Chivasso', ''),
(46651, 109, 911, 'Cintano', ''),
(46652, 109, 911, 'Cirié', ''),
(46653, 109, 911, 'Clavesana', ''),
(46654, 109, 911, 'Claviere', ''),
(46655, 109, 911, 'Coazze', ''),
(46656, 109, 911, 'Cocconato', ''),
(46657, 109, 911, 'Coggiola', ''),
(46658, 109, 911, 'Collegno', ''),
(46659, 109, 911, 'Condove', ''),
(46660, 109, 911, 'Corio', ''),
(46661, 109, 911, 'Cossato', ''),
(46662, 109, 911, 'Cossogno', ''),
(46663, 109, 911, 'Costanzana', ''),
(46664, 109, 911, 'Costigliole d\'Asti', ''),
(46665, 109, 911, 'Costigliole Saluzzo', ''),
(46666, 109, 911, 'Cremolino', ''),
(46667, 109, 911, 'Crescentino', ''),
(46668, 109, 911, 'Cressa', ''),
(46669, 109, 911, 'Crevacuore', ''),
(46670, 109, 911, 'Cuceglio', ''),
(46671, 109, 911, 'Cumiana', ''),
(46672, 109, 911, 'Cuneo', ''),
(46673, 109, 911, 'Cunico', ''),
(46674, 109, 911, 'Cuorgnè', ''),
(46675, 109, 911, 'Dogliani', ''),
(46676, 109, 911, 'Domodossola', ''),
(46677, 109, 911, 'Dormelletto', ''),
(46678, 109, 911, 'Dronero', ''),
(46679, 109, 911, 'Druento', ''),
(46680, 109, 911, 'Envie', ''),
(46681, 109, 911, 'Exilles', ''),
(46682, 109, 911, 'Favria', ''),
(46683, 109, 911, 'Feletto', ''),
(46684, 109, 911, 'Felizzano', ''),
(46685, 109, 911, 'Fenestrelle', ''),
(46686, 109, 911, 'Ferrero', ''),
(46687, 109, 911, 'Fontaneto d\'Agogna', ''),
(46688, 109, 911, 'Foresto', ''),
(46689, 109, 911, 'Forno Canavese', ''),
(46690, 109, 911, 'Fossano', ''),
(46691, 109, 911, 'Front', ''),
(46692, 109, 911, 'Frossasco', ''),
(46693, 109, 911, 'Frugarolo', ''),
(46694, 109, 911, 'Fubine', ''),
(46695, 109, 911, 'Gaglianico', ''),
(46696, 109, 911, 'Galliate', ''),
(46697, 109, 911, 'Gamalero', ''),
(46698, 109, 911, 'Garbagna', ''),
(46699, 109, 911, 'Garbagna Novarese', ''),
(46700, 109, 911, 'Gassino Torinese', ''),
(46701, 109, 911, 'Gattico', ''),
(46702, 109, 911, 'Gattinara', ''),
(46703, 109, 911, 'Gavazzana', ''),
(46704, 109, 911, 'Gavi', ''),
(46705, 109, 911, 'Ghemme', ''),
(46706, 109, 911, 'Ghiffa', ''),
(46707, 109, 911, 'Ghislarengo', ''),
(46708, 109, 911, 'Giarole', ''),
(46709, 109, 911, 'Giaveno', ''),
(46710, 109, 911, 'Gignese', ''),
(46711, 109, 911, 'Givoletto', ''),
(46712, 109, 911, 'Gnocchetto', ''),
(46713, 109, 911, 'Govone', ''),
(46714, 109, 911, 'Gozzano', ''),
(46715, 109, 911, 'Granozzo con Monticello', ''),
(46716, 109, 911, 'Gravellona Toce', ''),
(46717, 109, 911, 'Grazzano Badoglio', ''),
(46718, 109, 911, 'Grignasco', ''),
(46719, 109, 911, 'Grosso', ''),
(46720, 109, 911, 'Grugliasco', ''),
(46721, 109, 911, 'Guarene', ''),
(46722, 109, 911, 'Ivrea', ''),
(46723, 109, 911, 'La Loggia', ''),
(46724, 109, 911, 'La Morra', ''),
(46725, 109, 911, 'Landiona', ''),
(46726, 109, 911, 'Lanzo Torinese', ''),
(46727, 109, 911, 'Lauriano', ''),
(46728, 109, 911, 'Leinì', ''),
(46729, 109, 911, 'Lerma', ''),
(46730, 109, 911, 'Lesa', ''),
(46731, 109, 911, 'Lesegno', ''),
(46732, 109, 911, 'Lesna', ''),
(46733, 109, 911, 'Lessolo', ''),
(46734, 109, 911, 'Lessona', ''),
(46735, 109, 911, 'Limone Piemonte', ''),
(46736, 109, 911, 'Lingotto', ''),
(46737, 109, 911, 'Livorno Ferraris', ''),
(46738, 109, 911, 'Lobbi', ''),
(46739, 109, 911, 'Lombriasco', ''),
(46740, 109, 911, 'Loranzè', ''),
(46741, 109, 911, 'Lozzolo', ''),
(46742, 109, 911, 'Luserna San Giovanni', ''),
(46743, 109, 911, 'Lusiglie', ''),
(46744, 109, 911, 'Macellai', ''),
(46745, 109, 911, 'Magliano Alpi', ''),
(46746, 109, 911, 'Mandrogne', ''),
(46747, 109, 911, 'Manta', ''),
(46748, 109, 911, 'Mantovana', ''),
(46749, 109, 911, 'Marano Ticino', ''),
(46750, 109, 911, 'Marene', ''),
(46751, 109, 911, 'Marentino', ''),
(46752, 109, 911, 'Margarita', ''),
(46753, 109, 911, 'Masserano', ''),
(46754, 109, 911, 'Massino Visconti', ''),
(46755, 109, 911, 'Mathi', ''),
(46756, 109, 911, 'Mazzè', ''),
(46757, 109, 911, 'Mercenasco', ''),
(46758, 109, 911, 'Mergozzo', ''),
(46759, 109, 911, 'Mezzomerico', ''),
(46760, 109, 911, 'Mirabello Monferrato', ''),
(46761, 109, 911, 'Mombercelli', ''),
(46762, 109, 911, 'Momo', ''),
(46763, 109, 911, 'Mompantero', ''),
(46764, 109, 911, 'Monale', ''),
(46765, 109, 911, 'Moncalieri', ''),
(46766, 109, 911, 'Moncalvo', ''),
(46767, 109, 911, 'Moncrivello', ''),
(46768, 109, 911, 'Mondovì', ''),
(46769, 109, 911, 'Monforte d\'Alba', ''),
(46770, 109, 911, 'Montaldo', ''),
(46771, 109, 911, 'Montalenghe', ''),
(46772, 109, 911, 'Montalto Dora', ''),
(46773, 109, 911, 'Montanaro', ''),
(46774, 109, 911, 'Montegrosso d\'Asti', ''),
(46775, 109, 911, 'Monticello', ''),
(46776, 109, 911, 'Morano sul Po', ''),
(46777, 109, 911, 'Moretta', ''),
(46778, 109, 911, 'Morsasco', ''),
(46779, 109, 911, 'Murello', ''),
(46780, 109, 911, 'Narzole', ''),
(46781, 109, 911, 'Nebbiuno', ''),
(46782, 109, 911, 'Neive', ''),
(46783, 109, 911, 'Netro', ''),
(46784, 109, 911, 'Nichelino', ''),
(46785, 109, 911, 'Niella Tanaro', ''),
(46786, 109, 911, 'Nizza Monferrato', ''),
(46787, 109, 911, 'Nole', ''),
(46788, 109, 911, 'None', ''),
(46789, 109, 911, 'Novara', ''),
(46790, 109, 911, 'Novello', ''),
(46791, 109, 911, 'Novi Ligure', ''),
(46792, 109, 911, 'Occhieppo Inferiore', ''),
(46793, 109, 911, 'Occhieppo Superiore', ''),
(46794, 109, 911, 'Occimiano', ''),
(46795, 109, 911, 'Oglianico', ''),
(46796, 109, 911, 'Oleggio', ''),
(46797, 109, 911, 'Olimpia', ''),
(46798, 109, 911, 'Omegna', ''),
(46799, 109, 911, 'Orbassano', ''),
(46800, 109, 911, 'Ornavasso', ''),
(46801, 109, 911, 'Ottiglio', ''),
(46802, 109, 911, 'Oulx', ''),
(46803, 109, 911, 'Ovada', ''),
(46804, 109, 911, 'Ozzano Monferrato', ''),
(46805, 109, 911, 'Pagno', ''),
(46806, 109, 911, 'Palazzo Canavese', ''),
(46807, 109, 911, 'Pallanza-Intra-Suna', ''),
(46808, 109, 911, 'Pancalieri', ''),
(46809, 109, 911, 'Paruzzaro', ''),
(46810, 109, 911, 'Passo', ''),
(46811, 109, 911, 'Pavone Canavese', ''),
(46812, 109, 911, 'Pecetto di Valenza', ''),
(46813, 109, 911, 'Perosa Argentina', ''),
(46814, 109, 911, 'Pessione', ''),
(46815, 109, 911, 'Pettenasco', ''),
(46816, 109, 911, 'Peveragno', ''),
(46817, 109, 911, 'Pianezza', ''),
(46818, 109, 911, 'Piasco', ''),
(46819, 109, 911, 'Piedimulera', ''),
(46820, 109, 911, 'Pieve Vergonte', ''),
(46821, 109, 911, 'Pinerolo', ''),
(46822, 109, 911, 'Pino Torinese', ''),
(46823, 109, 911, 'Piobesi d\'Alba', ''),
(46824, 109, 911, 'Piobesi Torinese', ''),
(46825, 109, 911, 'Piossasco', ''),
(46826, 109, 911, 'Piozzo', ''),
(46827, 109, 911, 'Pisano', ''),
(46828, 109, 911, 'Piscina', ''),
(46829, 109, 911, 'Pocapaglia', ''),
(46830, 109, 911, 'Pogno', ''),
(46831, 109, 911, 'Poirino', ''),
(46832, 109, 911, 'Pollone', ''),
(46833, 109, 911, 'Pomaro Monferrato', ''),
(46834, 109, 911, 'Ponderano', ''),
(46835, 109, 911, 'Pont-Canavese', ''),
(46836, 109, 911, 'Pontecurone', ''),
(46837, 109, 911, 'Pontepietra', ''),
(46838, 109, 911, 'Ponti', ''),
(46839, 109, 911, 'Ponzone', ''),
(46840, 109, 911, 'Portacomaro', ''),
(46841, 109, 911, 'Postua', ''),
(46842, 109, 911, 'Pozzolo Formigaro', ''),
(46843, 109, 911, 'Pralormo', ''),
(46844, 109, 911, 'Pralungo', ''),
(46845, 109, 911, 'Prarolo', ''),
(46846, 109, 911, 'Prato Sesia', ''),
(46847, 109, 911, 'Pray', ''),
(46848, 109, 911, 'Predosa', ''),
(46849, 109, 911, 'Premosello-Chiovenda', ''),
(46850, 109, 911, 'Prunetto', ''),
(46851, 109, 911, 'Quargnento', ''),
(46852, 109, 911, 'Quarona', ''),
(46853, 109, 911, 'Quassolo', ''),
(46854, 109, 911, 'Quattordio', ''),
(46855, 109, 911, 'Racconigi', ''),
(46856, 109, 911, 'Re', ''),
(46857, 109, 911, 'Regina Margherita', ''),
(46858, 109, 911, 'Revello', ''),
(46859, 109, 911, 'Riva presso Chieri', ''),
(46860, 109, 911, 'Rivalba', ''),
(46861, 109, 911, 'Rivalta di Torino', ''),
(46862, 109, 911, 'Rivara', ''),
(46863, 109, 911, 'Rivarolo Canavese', ''),
(46864, 109, 911, 'Rivoli', ''),
(46865, 109, 911, 'Robassomero', ''),
(46866, 109, 911, 'Rocca', ''),
(46867, 109, 911, 'Rocca Canavese', ''),
(46868, 109, 911, 'Roccasparvera', ''),
(46869, 109, 911, 'Roddi', ''),
(46870, 109, 911, 'Roletto', ''),
(46871, 109, 911, 'Romagnano Sesia', ''),
(46872, 109, 911, 'Romano Canavese', ''),
(46873, 109, 911, 'Romentino', ''),
(46874, 109, 911, 'Ronco Canavese', ''),
(46875, 109, 911, 'Rondissone', ''),
(46876, 109, 911, 'Ronsecco', ''),
(46877, 109, 911, 'Rosta', ''),
(46878, 109, 911, 'Rubiana', ''),
(46879, 109, 911, 'Sabbia', ''),
(46880, 109, 911, 'Salassa', ''),
(46881, 109, 911, 'Saliceto', ''),
(46882, 109, 911, 'Saluggia', ''),
(46883, 109, 911, 'Salussola', ''),
(46884, 109, 911, 'Saluzzo', ''),
(46885, 109, 911, 'Sampeyre', ''),
(46886, 109, 911, 'San Benigno Canavese', ''),
(46887, 109, 911, 'San Damiano d\'Asti', ''),
(46888, 109, 911, 'San Damiano Macra', ''),
(46889, 109, 911, 'San Didero', ''),
(46890, 109, 911, 'San Francesco al Campo', ''),
(46891, 109, 911, 'San Germano Vercellese', ''),
(46892, 109, 911, 'San Gillio', ''),
(46893, 109, 911, 'San Giorgio Canavese', ''),
(46894, 109, 911, 'San Giorio', ''),
(46895, 109, 911, 'San Maurizio Canavese', ''),
(46896, 109, 911, 'San Maurizio d\'Opaglio', ''),
(46897, 109, 911, 'San Mauro Torinese', ''),
(46898, 109, 911, 'San Michele Mondovì', ''),
(46899, 109, 911, 'San Pietro Mosezzo', ''),
(46900, 109, 911, 'Sandigliano', ''),
(46901, 109, 911, 'Sangano', ''),
(46902, 109, 911, 'Sant\'Albano Stura', ''),
(46903, 109, 911, 'Sant\'Ambrogio di Torino', ''),
(46904, 109, 911, 'Sant\'Antonino di Susa', ''),
(46905, 109, 911, 'Santa Maria Maggiore', ''),
(46906, 109, 911, 'Santa Maria-Sangrato', ''),
(46907, 109, 911, 'Santa Vittoria d\'Alba', ''),
(46908, 109, 911, 'Santena', ''),
(46909, 109, 911, 'Santhià', ''),
(46910, 109, 911, 'Santo Stefano Belbo', ''),
(46911, 109, 911, 'Sauze d\'Oulx', ''),
(46912, 109, 911, 'Savigliano', ''),
(46913, 109, 911, 'Scalenghe', ''),
(46914, 109, 911, 'Scarnafigi', ''),
(46915, 109, 911, 'Sciolze', ''),
(46916, 109, 911, 'Serravalle Scrivia', ''),
(46917, 109, 911, 'Serravalle Sesia', ''),
(46918, 109, 911, 'Sestriere', ''),
(46919, 109, 911, 'Settimo Torinese', ''),
(46920, 109, 911, 'Sillavengo', ''),
(46921, 109, 911, 'Silvano d\'Orba', ''),
(46922, 109, 911, 'Solero', ''),
(46923, 109, 911, 'Sommariva del Bosco', ''),
(46924, 109, 911, 'Sommariva Perno', ''),
(46925, 109, 911, 'Sozzago', ''),
(46926, 109, 911, 'Spigno Monferrato', ''),
(46927, 109, 911, 'Staffarda', ''),
(46928, 109, 911, 'Strambino', ''),
(46929, 109, 911, 'Stresa', ''),
(46930, 109, 911, 'Strevi', ''),
(46931, 109, 911, 'Suno', ''),
(46932, 109, 911, 'Susa', ''),
(46933, 109, 911, 'Tarantasca', ''),
(46934, 109, 911, 'Tassarolo', ''),
(46935, 109, 911, 'Terdobbiate', ''),
(46936, 109, 911, 'Ticineto', ''),
(46937, 109, 911, 'Tina', ''),
(46938, 109, 911, 'Tollegno', ''),
(46939, 109, 911, 'Tonengo', ''),
(46940, 109, 911, 'Torrazzo', ''),
(46941, 109, 911, 'Torre Pellice', ''),
(46942, 109, 911, 'Torrion Quartara', ''),
(46943, 109, 911, 'Tortona', ''),
(46944, 109, 911, 'Trana', ''),
(46945, 109, 911, 'Trecate', ''),
(46946, 109, 911, 'Trinità', ''),
(46947, 109, 911, 'Trino', ''),
(46948, 109, 911, 'Trisobbio', ''),
(46949, 109, 911, 'Trivero', ''),
(46950, 109, 911, 'Trofarello', ''),
(46951, 109, 911, 'Trontano', ''),
(46952, 109, 911, 'Tronzano Vercellese', ''),
(46953, 109, 911, 'Turin', ''),
(46954, 109, 911, 'Valdengo', ''),
(46955, 109, 911, 'Valenza', ''),
(46956, 109, 911, 'Valfenera', ''),
(46957, 109, 911, 'Valgioie', ''),
(46958, 109, 911, 'Valle Mosso', ''),
(46959, 109, 911, 'Valle San Nicolao', ''),
(46960, 109, 911, 'Valmacca', ''),
(46961, 109, 911, 'Valperga', ''),
(46962, 109, 911, 'Varallo Pombia', ''),
(46963, 109, 911, 'Varallo Sesia', ''),
(46964, 109, 911, 'Venaria Reale', ''),
(46965, 109, 911, 'Verbania', ''),
(46966, 109, 911, 'Vercelli', ''),
(46967, 109, 911, 'Verolengo', ''),
(46968, 109, 911, 'Verrone', ''),
(46969, 109, 911, 'Verrua Savoia', ''),
(46970, 109, 911, 'Verzuolo', ''),
(46971, 109, 911, 'Viarigi', ''),
(46972, 109, 911, 'Vicoforte', ''),
(46973, 109, 911, 'Vicolungo', ''),
(46974, 109, 911, 'Vigliano Biellese', ''),
(46975, 109, 911, 'Vignolo', ''),
(46976, 109, 911, 'Viguzzolo', ''),
(46977, 109, 911, 'Villa San Secondo', ''),
(46978, 109, 911, 'Villadossola', ''),
(46979, 109, 911, 'Villafalletto', ''),
(46980, 109, 911, 'Villafranca d\'Asti', ''),
(46981, 109, 911, 'Villafranca Piemonte', ''),
(46982, 109, 911, 'Villanova d\'Asti', ''),
(46983, 109, 911, 'Villanova Mondovì', ''),
(46984, 109, 911, 'Villanova Monferrato', ''),
(46985, 109, 911, 'Villar', ''),
(46986, 109, 911, 'Villar Focchiardo', ''),
(46987, 109, 911, 'Villar Pellice', ''),
(46988, 109, 911, 'Villarbasse', ''),
(46989, 109, 911, 'Villastellone', ''),
(46990, 109, 911, 'Vinovo', ''),
(46991, 109, 911, 'Vinzaglio', ''),
(46992, 109, 911, 'Viola', ''),
(46993, 109, 911, 'Vische', ''),
(46994, 109, 911, 'Viù', ''),
(46995, 109, 911, 'Viverone', ''),
(46996, 109, 911, 'Vogogna', ''),
(46997, 109, 911, 'Volpedo', ''),
(46998, 109, 911, 'Volpiano', ''),
(46999, 109, 911, 'Volvera', ''),
(47000, 109, 911, 'Zimone', ''),
(47001, 109, 911, 'Zumaglia', ''),
(47002, 109, 912, 'Abbasanta', ''),
(47003, 109, 912, 'Aglientu', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(47004, 109, 912, 'Alghero', ''),
(47005, 109, 912, 'Allai', ''),
(47006, 109, 912, 'Arbus', ''),
(47007, 109, 912, 'Ardara', ''),
(47008, 109, 912, 'Ardauli', ''),
(47009, 109, 912, 'Aritzo', ''),
(47010, 109, 912, 'Arzana', ''),
(47011, 109, 912, 'Assemini', ''),
(47012, 109, 912, 'Badesi', ''),
(47013, 109, 912, 'Baja Sardinia', ''),
(47014, 109, 912, 'Ballao', ''),
(47015, 109, 912, 'Baratili San Pietro', ''),
(47016, 109, 912, 'Baressa', ''),
(47017, 109, 912, 'Bari Sardo', ''),
(47018, 109, 912, 'Barrali', ''),
(47019, 109, 912, 'Barumini', ''),
(47020, 109, 912, 'Benetutti', ''),
(47021, 109, 912, 'Bonnanaro', ''),
(47022, 109, 912, 'Bonorva', ''),
(47023, 109, 912, 'Borore', ''),
(47024, 109, 912, 'Bosa', ''),
(47025, 109, 912, 'Brunella', ''),
(47026, 109, 912, 'Buggerru', ''),
(47027, 109, 912, 'Busachi', ''),
(47028, 109, 912, 'Cagliari', ''),
(47029, 109, 912, 'Calangianus', ''),
(47030, 109, 912, 'Calasetta', ''),
(47031, 109, 912, 'Camisa', ''),
(47032, 109, 912, 'Capoterra', ''),
(47033, 109, 912, 'Carbonia', ''),
(47034, 109, 912, 'Cardedu', ''),
(47035, 109, 912, 'Cargeghe', ''),
(47036, 109, 912, 'Castelsardo', ''),
(47037, 109, 912, 'Collinas', ''),
(47038, 109, 912, 'Cortoghiana', ''),
(47039, 109, 912, 'Cuglieri', ''),
(47040, 109, 912, 'Decimomannu', ''),
(47041, 109, 912, 'Decimoputzu', ''),
(47042, 109, 912, 'Desulo', ''),
(47043, 109, 912, 'Dolianova', ''),
(47044, 109, 912, 'Domusnovas', ''),
(47045, 109, 912, 'Donorì', ''),
(47046, 109, 912, 'Dorgali', ''),
(47047, 109, 912, 'Elmas', ''),
(47048, 109, 912, 'Escalaplano', ''),
(47049, 109, 912, 'Fonni', ''),
(47050, 109, 912, 'Fordongianus', ''),
(47051, 109, 912, 'Furtei', ''),
(47052, 109, 912, 'Galtellì', ''),
(47053, 109, 912, 'Gavoi', ''),
(47054, 109, 912, 'Ghilarza', ''),
(47055, 109, 912, 'Golfo Aranci', ''),
(47056, 109, 912, 'Gonnosfanadiga', ''),
(47057, 109, 912, 'Gonnostramatza', ''),
(47058, 109, 912, 'Guasila', ''),
(47059, 109, 912, 'Guspini', ''),
(47060, 109, 912, 'Iglesias', ''),
(47061, 109, 912, 'Ilbono', ''),
(47062, 109, 912, 'Ittiri', ''),
(47063, 109, 912, 'La Caletta', ''),
(47064, 109, 912, 'La Maddalena', ''),
(47065, 109, 912, 'Laconi', ''),
(47066, 109, 912, 'Lanusei', ''),
(47067, 109, 912, 'Loceri', ''),
(47068, 109, 912, 'Lodè', ''),
(47069, 109, 912, 'Lotzorai', ''),
(47070, 109, 912, 'Lunamatrona', ''),
(47071, 109, 912, 'Macomer', ''),
(47072, 109, 912, 'Maracalagonis', ''),
(47073, 109, 912, 'Marrubiu', ''),
(47074, 109, 912, 'Masainas', ''),
(47075, 109, 912, 'Massama', ''),
(47076, 109, 912, 'Masullas', ''),
(47077, 109, 912, 'Meana Sardo', ''),
(47078, 109, 912, 'Mogoro', ''),
(47079, 109, 912, 'Monastir', ''),
(47080, 109, 912, 'Monserrato', ''),
(47081, 109, 912, 'Muravera', ''),
(47082, 109, 912, 'Musei', ''),
(47083, 109, 912, 'Narbolia', ''),
(47084, 109, 912, 'Narcao', ''),
(47085, 109, 912, 'Nulvi', ''),
(47086, 109, 912, 'Nuoro', ''),
(47087, 109, 912, 'Nuraminis', ''),
(47088, 109, 912, 'Nurri', ''),
(47089, 109, 912, 'Olbia', ''),
(47090, 109, 912, 'Oliena', ''),
(47091, 109, 912, 'Olmedo', ''),
(47092, 109, 912, 'Orani', ''),
(47093, 109, 912, 'Orgosolo', ''),
(47094, 109, 912, 'Oristano', ''),
(47095, 109, 912, 'Orosei', ''),
(47096, 109, 912, 'Ortacesus', ''),
(47097, 109, 912, 'Osini', ''),
(47098, 109, 912, 'Ossi', ''),
(47099, 109, 912, 'Ovodda', ''),
(47100, 109, 912, 'Ozieri', ''),
(47101, 109, 912, 'Pabillonis', ''),
(47102, 109, 912, 'Palau', ''),
(47103, 109, 912, 'Pauli Arbarei', ''),
(47104, 109, 912, 'Perdasdefogu', ''),
(47105, 109, 912, 'Perfugas', ''),
(47106, 109, 912, 'Pimentel', ''),
(47107, 109, 912, 'Ploaghe', ''),
(47108, 109, 912, 'Porto Torres', ''),
(47109, 109, 912, 'Portoscuso', ''),
(47110, 109, 912, 'Posada', ''),
(47111, 109, 912, 'Pula', ''),
(47112, 109, 912, 'Quartu Sant\'Elena', ''),
(47113, 109, 912, 'Quartucciu', ''),
(47114, 109, 912, 'Romana', ''),
(47115, 109, 912, 'Samassi', ''),
(47116, 109, 912, 'Samatzai', ''),
(47117, 109, 912, 'Samugheo', ''),
(47118, 109, 912, 'San Gavino Monreale', ''),
(47119, 109, 912, 'San Giovanni Suergiu', ''),
(47120, 109, 912, 'San Nicolò d\'Arcidano', ''),
(47121, 109, 912, 'San Sperate', ''),
(47122, 109, 912, 'San Vero Milis', ''),
(47123, 109, 912, 'Sanluri', ''),
(47124, 109, 912, 'Sant\'Antioco', ''),
(47125, 109, 912, 'Santa Giusta', ''),
(47126, 109, 912, 'Santa Maria Navarrese', ''),
(47127, 109, 912, 'Santadi', ''),
(47128, 109, 912, 'Sardara', ''),
(47129, 109, 912, 'Sarroch', ''),
(47130, 109, 912, 'Sassari', ''),
(47131, 109, 912, 'Scano di Montiferro', ''),
(47132, 109, 912, 'Sedilo', ''),
(47133, 109, 912, 'Sedini', ''),
(47134, 109, 912, 'Selargius', ''),
(47135, 109, 912, 'Selegas', ''),
(47136, 109, 912, 'Sennariolo', ''),
(47137, 109, 912, 'Sennori', ''),
(47138, 109, 912, 'Senorbì', ''),
(47139, 109, 912, 'Serdiana', ''),
(47140, 109, 912, 'Serramanna', ''),
(47141, 109, 912, 'Serrenti', ''),
(47142, 109, 912, 'Sestu', ''),
(47143, 109, 912, 'Settimo San Pietro', ''),
(47144, 109, 912, 'Siamaggiore', ''),
(47145, 109, 912, 'Sindia', ''),
(47146, 109, 912, 'Siniscola', ''),
(47147, 109, 912, 'Sinnai', ''),
(47148, 109, 912, 'Siurgus Donigala', ''),
(47149, 109, 912, 'Sorso', ''),
(47150, 109, 912, 'Su Planu', ''),
(47151, 109, 912, 'Suelli', ''),
(47152, 109, 912, 'Telti', ''),
(47153, 109, 912, 'Tempio Pausania', ''),
(47154, 109, 912, 'Terralba', ''),
(47155, 109, 912, 'Tertenia', ''),
(47156, 109, 912, 'Teulada', ''),
(47157, 109, 912, 'Tissi', ''),
(47158, 109, 912, 'Tortolì', ''),
(47159, 109, 912, 'Tramatza', ''),
(47160, 109, 912, 'Tresnuraghes', ''),
(47161, 109, 912, 'Ussana', ''),
(47162, 109, 912, 'Ussaramanna', ''),
(47163, 109, 912, 'Uta', ''),
(47164, 109, 912, 'Vallermosa', ''),
(47165, 109, 912, 'Valverde', ''),
(47166, 109, 912, 'Villacidro', ''),
(47167, 109, 912, 'Villamar', ''),
(47168, 109, 912, 'Villamassargia', ''),
(47169, 109, 912, 'Villanova Truschedu', ''),
(47170, 109, 912, 'Villanovaforru', ''),
(47171, 109, 912, 'Villanovafranca', ''),
(47172, 109, 912, 'Villaputzu', ''),
(47173, 109, 912, 'Villasalto', ''),
(47174, 109, 912, 'Villasor', ''),
(47175, 109, 912, 'Villaspeciosa', ''),
(47176, 109, 912, 'Zeppara', ''),
(47177, 109, 913, 'Acate', ''),
(47178, 109, 913, 'Aci Bonaccorsi', ''),
(47179, 109, 913, 'Aci Castello', ''),
(47180, 109, 913, 'Aci Catena', ''),
(47181, 109, 913, 'Aci Sant\'Antonio', ''),
(47182, 109, 913, 'Acireale', ''),
(47183, 109, 913, 'Acquedolci', ''),
(47184, 109, 913, 'Adrano', ''),
(47185, 109, 913, 'Agira', ''),
(47186, 109, 913, 'Agrigento', ''),
(47187, 109, 913, 'Aidone', ''),
(47188, 109, 913, 'Alcamo', ''),
(47189, 109, 913, 'Alessandria della Rocca', ''),
(47190, 109, 913, 'Ali Terme', ''),
(47191, 109, 913, 'Alia', ''),
(47192, 109, 913, 'Altavilla Milicia', ''),
(47193, 109, 913, 'Altofonte', ''),
(47194, 109, 913, 'Aragona', ''),
(47195, 109, 913, 'Assoro', ''),
(47196, 109, 913, 'Augusta', ''),
(47197, 109, 913, 'Avola', ''),
(47198, 109, 913, 'Bagheria', ''),
(47199, 109, 913, 'Baglio Rizzo', ''),
(47200, 109, 913, 'Balestrate', ''),
(47201, 109, 913, 'Belmonte Mezzagno', ''),
(47202, 109, 913, 'Belpasso', ''),
(47203, 109, 913, 'Belvedere', ''),
(47204, 109, 913, 'Biancavilla', ''),
(47205, 109, 913, 'Bisacquino', ''),
(47206, 109, 913, 'Bolognetta', ''),
(47207, 109, 913, 'Bompensiere', ''),
(47208, 109, 913, 'Bompietro', ''),
(47209, 109, 913, 'Borgetto', ''),
(47210, 109, 913, 'Brolo', ''),
(47211, 109, 913, 'Bronte', ''),
(47212, 109, 913, 'Buseto Palizzolo', ''),
(47213, 109, 913, 'Butera', ''),
(47214, 109, 913, 'Caccamo', ''),
(47215, 109, 913, 'Calamonaci', ''),
(47216, 109, 913, 'Calascibetta', ''),
(47217, 109, 913, 'Calatabiano', ''),
(47218, 109, 913, 'Calatafimi', ''),
(47219, 109, 913, 'Caltabellotta', ''),
(47220, 109, 913, 'Caltagirone', ''),
(47221, 109, 913, 'Caltanissetta', ''),
(47222, 109, 913, 'Campobello di Licata', ''),
(47223, 109, 913, 'Campobello di Mazara', ''),
(47224, 109, 913, 'Campofelice di Roccella', ''),
(47225, 109, 913, 'Campofranco', ''),
(47226, 109, 913, 'Camporeale', ''),
(47227, 109, 913, 'Camporotondo Etneo', ''),
(47228, 109, 913, 'Canicattì', ''),
(47229, 109, 913, 'Canicattini Bagni', ''),
(47230, 109, 913, 'Capaci', ''),
(47231, 109, 913, 'Capo d\'Orlando', ''),
(47232, 109, 913, 'Capri Leone', ''),
(47233, 109, 913, 'Carini', ''),
(47234, 109, 913, 'Carlentini', ''),
(47235, 109, 913, 'Caronia', ''),
(47236, 109, 913, 'Casalvecchio Siculo', ''),
(47237, 109, 913, 'Cassibile', ''),
(47238, 109, 913, 'Castelbuono', ''),
(47239, 109, 913, 'Casteldaccia', ''),
(47240, 109, 913, 'Castellammare del Golfo', ''),
(47241, 109, 913, 'Casteltermini', ''),
(47242, 109, 913, 'Castelvetrano', ''),
(47243, 109, 913, 'Castiglione di Sicilia', ''),
(47244, 109, 913, 'Castrofilippo', ''),
(47245, 109, 913, 'Catania', ''),
(47246, 109, 913, 'Catenanuova', ''),
(47247, 109, 913, 'Cattolica Eraclea', ''),
(47248, 109, 913, 'Cefalù', ''),
(47249, 109, 913, 'Centuripe', ''),
(47250, 109, 913, 'Cerda', ''),
(47251, 109, 913, 'Cesarò', ''),
(47252, 109, 913, 'Chiaramonte Gulfi', ''),
(47253, 109, 913, 'Chiusa Sclafani', ''),
(47254, 109, 913, 'Cianciana', ''),
(47255, 109, 913, 'Ciminna', ''),
(47256, 109, 913, 'Cinisi', ''),
(47257, 109, 913, 'Collesano', ''),
(47258, 109, 913, 'Comiso', ''),
(47259, 109, 913, 'Corleone', ''),
(47260, 109, 913, 'Custonaci', ''),
(47261, 109, 913, 'Delia', ''),
(47262, 109, 913, 'Enna', ''),
(47263, 109, 913, 'Erice', ''),
(47264, 109, 913, 'Falcone', ''),
(47265, 109, 913, 'Favara', ''),
(47266, 109, 913, 'Favignana', ''),
(47267, 109, 913, 'Ferla', ''),
(47268, 109, 913, 'Ficarazzi', ''),
(47269, 109, 913, 'Fico', ''),
(47270, 109, 913, 'Finale', ''),
(47271, 109, 913, 'Fiumefreddo di Sicilia', ''),
(47272, 109, 913, 'Floridia', ''),
(47273, 109, 913, 'Forza d\'Agrò', ''),
(47274, 109, 913, 'Francavilla di Sicilia', ''),
(47275, 109, 913, 'Francofonte', ''),
(47276, 109, 913, 'Furci Siculo', ''),
(47277, 109, 913, 'Gaggi', ''),
(47278, 109, 913, 'Gangi', ''),
(47279, 109, 913, 'Gela', ''),
(47280, 109, 913, 'Giammoro', ''),
(47281, 109, 913, 'Giardini-Naxos', ''),
(47282, 109, 913, 'Giarratana', ''),
(47283, 109, 913, 'Giarre', ''),
(47284, 109, 913, 'Gibellina', ''),
(47285, 109, 913, 'Gioiosa Marea', ''),
(47286, 109, 913, 'Giuliana', ''),
(47287, 109, 913, 'Grammichele', ''),
(47288, 109, 913, 'Isola delle Femmine', ''),
(47289, 109, 913, 'Ispica', ''),
(47290, 109, 913, 'Itala', ''),
(47291, 109, 913, 'Joppolo Giancaxio', ''),
(47292, 109, 913, 'La Gala', ''),
(47293, 109, 913, 'Lentini', ''),
(47294, 109, 913, 'Leonforte', ''),
(47295, 109, 913, 'Lercara Friddi', ''),
(47296, 109, 913, 'Letojanni', ''),
(47297, 109, 913, 'Librizzi', ''),
(47298, 109, 913, 'Licata', ''),
(47299, 109, 913, 'Licodia Eubea', ''),
(47300, 109, 913, 'Linera', ''),
(47301, 109, 913, 'Linguaglossa', ''),
(47302, 109, 913, 'Lipari', ''),
(47303, 109, 913, 'Locogrande', ''),
(47304, 109, 913, 'Lucca Sicula', ''),
(47305, 109, 913, 'Maletto', ''),
(47306, 109, 913, 'Marianopoli', ''),
(47307, 109, 913, 'Marineo', ''),
(47308, 109, 913, 'Marsala', ''),
(47309, 109, 913, 'Mascali', ''),
(47310, 109, 913, 'Mascalucia', ''),
(47311, 109, 913, 'Mazara del Vallo', ''),
(47312, 109, 913, 'Mazzarino', ''),
(47313, 109, 913, 'Mazzarrone', ''),
(47314, 109, 913, 'Melilli', ''),
(47315, 109, 913, 'Menfi', ''),
(47316, 109, 913, 'Merì', ''),
(47317, 109, 913, 'Messina', ''),
(47318, 109, 913, 'Milazzo', ''),
(47319, 109, 913, 'Milena', ''),
(47320, 109, 913, 'Militello in Val di Catania', ''),
(47321, 109, 913, 'Militello Rosmarino', ''),
(47322, 109, 913, 'Mineo', ''),
(47323, 109, 913, 'Misilmeri', ''),
(47324, 109, 913, 'Misterbianco', ''),
(47325, 109, 913, 'Mistretta', ''),
(47326, 109, 913, 'Modica', ''),
(47327, 109, 913, 'Monforte San Giorgio', ''),
(47328, 109, 913, 'Monreale', ''),
(47329, 109, 913, 'Montedoro', ''),
(47330, 109, 913, 'Montelepre', ''),
(47331, 109, 913, 'Montemaggiore Belsito', ''),
(47332, 109, 913, 'Monterosso Almo', ''),
(47333, 109, 913, 'Montevago', ''),
(47334, 109, 913, 'Motta Sant\'Anastasia', ''),
(47335, 109, 913, 'Mussomeli', ''),
(47336, 109, 913, 'Naro', ''),
(47337, 109, 913, 'Nicolosi', ''),
(47338, 109, 913, 'Nicosia', ''),
(47339, 109, 913, 'Niscemi', ''),
(47340, 109, 913, 'Nissoria', ''),
(47341, 109, 913, 'Nizza di Sicilia', ''),
(47342, 109, 913, 'Noto', ''),
(47343, 109, 913, 'Olivarella', ''),
(47344, 109, 913, 'Oliveri', ''),
(47345, 109, 913, 'Paceco', ''),
(47346, 109, 913, 'Pachino', ''),
(47347, 109, 913, 'Palagonia', ''),
(47348, 109, 913, 'Palazzolo Acreide', ''),
(47349, 109, 913, 'Palermo', ''),
(47350, 109, 913, 'Palma di Montechiaro', ''),
(47351, 109, 913, 'Partanna', ''),
(47352, 109, 913, 'Partinico', ''),
(47353, 109, 913, 'Paternò', ''),
(47354, 109, 913, 'Patti', ''),
(47355, 109, 913, 'Pedara', ''),
(47356, 109, 913, 'Petrosino', ''),
(47357, 109, 913, 'Piazza Armerina', ''),
(47358, 109, 913, 'Piedimonte Etneo', ''),
(47359, 109, 913, 'Pietraperzia', ''),
(47360, 109, 913, 'Pollina', ''),
(47361, 109, 913, 'Porto Empedocle', ''),
(47362, 109, 913, 'Portopalo di Capo Passero', ''),
(47363, 109, 913, 'Pozzallo', ''),
(47364, 109, 913, 'Pozzo di Gotto', ''),
(47365, 109, 913, 'Priolo Gargallo', ''),
(47366, 109, 913, 'Prizzi', ''),
(47367, 109, 913, 'Racalmuto', ''),
(47368, 109, 913, 'Raffadali', ''),
(47369, 109, 913, 'Ragalna', ''),
(47370, 109, 913, 'Ragusa', ''),
(47371, 109, 913, 'Ramacca', ''),
(47372, 109, 913, 'Randazzo', ''),
(47373, 109, 913, 'Ravanusa', ''),
(47374, 109, 913, 'Regalbuto', ''),
(47375, 109, 913, 'Ribera', ''),
(47376, 109, 913, 'Riposto', ''),
(47377, 109, 913, 'Roccamena', ''),
(47378, 109, 913, 'Rometta', ''),
(47379, 109, 913, 'Rosolini', ''),
(47380, 109, 913, 'Salaparuta', ''),
(47381, 109, 913, 'Salemi', ''),
(47382, 109, 913, 'San Biagio Platani', ''),
(47383, 109, 913, 'San Cataldo', ''),
(47384, 109, 913, 'San Fratello', ''),
(47385, 109, 913, 'San Giovanni Gemini', ''),
(47386, 109, 913, 'San Giovanni la Punta', ''),
(47387, 109, 913, 'San Giuseppe Jato', ''),
(47388, 109, 913, 'San Gregorio di Catania', ''),
(47389, 109, 913, 'San Nullo', ''),
(47390, 109, 913, 'San Pier Niceto', ''),
(47391, 109, 913, 'San Piero Patti', ''),
(47392, 109, 913, 'San Teodoro', ''),
(47393, 109, 913, 'San Vito Lo Capo', ''),
(47394, 109, 913, 'Sant\'Agata di Militello', ''),
(47395, 109, 913, 'Sant\'Agata Li Battiati', ''),
(47396, 109, 913, 'Sant\'Alessio Siculo', ''),
(47397, 109, 913, 'Santa Caterina Villarmosa', ''),
(47398, 109, 913, 'Santa Croce Camerina', ''),
(47399, 109, 913, 'Santa Elisabetta', ''),
(47400, 109, 913, 'Santa Flavia', ''),
(47401, 109, 913, 'Santa Lucia del Mela', ''),
(47402, 109, 913, 'Santa Margherita di Belice', ''),
(47403, 109, 913, 'Santa Maria di Licodia', ''),
(47404, 109, 913, 'Santa Ninfa', ''),
(47405, 109, 913, 'Santa Teresa di Riva', ''),
(47406, 109, 913, 'Santa Venerina', ''),
(47407, 109, 913, 'Santo Pietro', ''),
(47408, 109, 913, 'Santo Stefano di Camastra', ''),
(47409, 109, 913, 'Santo Stefano Quisquina', ''),
(47410, 109, 913, 'Saponara', ''),
(47411, 109, 913, 'Scaletta Zanclea', ''),
(47412, 109, 913, 'Sciacca', ''),
(47413, 109, 913, 'Scicli', ''),
(47414, 109, 913, 'Scordia', ''),
(47415, 109, 913, 'Scuola', ''),
(47416, 109, 913, 'Solarino', ''),
(47417, 109, 913, 'Sortino', ''),
(47418, 109, 913, 'Spadafora', ''),
(47419, 109, 913, 'Stazzo', ''),
(47420, 109, 913, 'Sutera', ''),
(47421, 109, 913, 'Syracuse', ''),
(47422, 109, 913, 'Taormina', ''),
(47423, 109, 913, 'Termini Imerese', ''),
(47424, 109, 913, 'Terrasini', ''),
(47425, 109, 913, 'Torregrotta', ''),
(47426, 109, 913, 'Trabia', ''),
(47427, 109, 913, 'Trapani', ''),
(47428, 109, 913, 'Trecastagni', ''),
(47429, 109, 913, 'Tremestieri Etneo', ''),
(47430, 109, 913, 'Troina', ''),
(47431, 109, 913, 'Valderice', ''),
(47432, 109, 913, 'Valdina', ''),
(47433, 109, 913, 'Valguarnera Caropepe', ''),
(47434, 109, 913, 'Valledolmo', ''),
(47435, 109, 913, 'Vallelunga Pratameno', ''),
(47436, 109, 913, 'Viagrande', ''),
(47437, 109, 913, 'Vicari', ''),
(47438, 109, 913, 'Villabate', ''),
(47439, 109, 913, 'Villafranca Tirrena', ''),
(47440, 109, 913, 'Villagrazia', ''),
(47441, 109, 913, 'Vittoria', ''),
(47442, 109, 913, 'Vizzini', ''),
(47443, 109, 913, 'Zafferana Etnea', ''),
(47444, 109, 914, 'Acqualagna', ''),
(47445, 109, 914, 'Acquasanta Terme', ''),
(47446, 109, 914, 'Acquaviva Picena', ''),
(47447, 109, 914, 'Agugliano', ''),
(47448, 109, 914, 'Amandola', ''),
(47449, 109, 914, 'Ancona', ''),
(47450, 109, 914, 'Antico di Maiolo', ''),
(47451, 109, 914, 'Apiro', ''),
(47452, 109, 914, 'Appignano del Tronto', ''),
(47453, 109, 914, 'Arcevia', ''),
(47454, 109, 914, 'Ascoli Piceno', ''),
(47455, 109, 914, 'Auditore', ''),
(47456, 109, 914, 'Bellocchi', ''),
(47457, 109, 914, 'Cagli', ''),
(47458, 109, 914, 'Calcinelli', ''),
(47459, 109, 914, 'Caldarola', ''),
(47460, 109, 914, 'Camerano', ''),
(47461, 109, 914, 'Camerata Picena', ''),
(47462, 109, 914, 'Camerino', ''),
(47463, 109, 914, 'Campofilone', ''),
(47464, 109, 914, 'Camporotondo di Fiastrone', ''),
(47465, 109, 914, 'Candelara', ''),
(47466, 109, 914, 'Cannella', ''),
(47467, 109, 914, 'Capodarco', ''),
(47468, 109, 914, 'Carpegna', ''),
(47469, 109, 914, 'Cartoceto', ''),
(47470, 109, 914, 'Castelbellino', ''),
(47471, 109, 914, 'Castelferretti', ''),
(47472, 109, 914, 'Castelfidardo', ''),
(47473, 109, 914, 'Castelplanio', ''),
(47474, 109, 914, 'Castelraimondo', ''),
(47475, 109, 914, 'Castorano', ''),
(47476, 109, 914, 'Centobuchi', ''),
(47477, 109, 914, 'Cerreto d\'Esi', ''),
(47478, 109, 914, 'Cessapalombo', ''),
(47479, 109, 914, 'Chiaravalle', ''),
(47480, 109, 914, 'Cingoli', ''),
(47481, 109, 914, 'Civitanova Alta', ''),
(47482, 109, 914, 'Civitanova Marche', ''),
(47483, 109, 914, 'Colbordolo', ''),
(47484, 109, 914, 'Colli del Tronto', ''),
(47485, 109, 914, 'Comunanza', ''),
(47486, 109, 914, 'Corinaldo', ''),
(47487, 109, 914, 'Corridonia', ''),
(47488, 109, 914, 'Cossignano', ''),
(47489, 109, 914, 'Cupra Marittima', ''),
(47490, 109, 914, 'Cupramontana', ''),
(47491, 109, 914, 'Esanatoglia', ''),
(47492, 109, 914, 'Fabriano', ''),
(47493, 109, 914, 'Falconara Marittima', ''),
(47494, 109, 914, 'Falerone', ''),
(47495, 109, 914, 'Fano', ''),
(47496, 109, 914, 'Fermignano', ''),
(47497, 109, 914, 'Fermo', ''),
(47498, 109, 914, 'Filottrano', ''),
(47499, 109, 914, 'Folignano', ''),
(47500, 109, 914, 'Fossombrone', ''),
(47501, 109, 914, 'Frontino', ''),
(47502, 109, 914, 'Frontone', ''),
(47503, 109, 914, 'Gabicce Monte', ''),
(47504, 109, 914, 'Genga', ''),
(47505, 109, 914, 'Gradara', ''),
(47506, 109, 914, 'Grottammare', ''),
(47507, 109, 914, 'Grottazzolina', ''),
(47508, 109, 914, 'Gualdo', ''),
(47509, 109, 914, 'Iesi', ''),
(47510, 109, 914, 'Isola del Piano', ''),
(47511, 109, 914, 'Lapedona', ''),
(47512, 109, 914, 'Loreto', ''),
(47513, 109, 914, 'Loro Piceno', ''),
(47514, 109, 914, 'Lucrezia', ''),
(47515, 109, 914, 'Lunano', ''),
(47516, 109, 914, 'Macerata', ''),
(47517, 109, 914, 'Macerata Feltria', ''),
(47518, 109, 914, 'Magliano di Tenna', ''),
(47519, 109, 914, 'Matelica', ''),
(47520, 109, 914, 'Mercatale', ''),
(47521, 109, 914, 'Mergo', ''),
(47522, 109, 914, 'Mogliano', ''),
(47523, 109, 914, 'Molino', ''),
(47524, 109, 914, 'Mombaroccio', ''),
(47525, 109, 914, 'Mondavio', ''),
(47526, 109, 914, 'Mondolfo', ''),
(47527, 109, 914, 'Monsampolo del Tronto', ''),
(47528, 109, 914, 'Montalto delle Marche', ''),
(47529, 109, 914, 'Montappone', ''),
(47530, 109, 914, 'Monte Roberto', ''),
(47531, 109, 914, 'Monte San Giusto', ''),
(47532, 109, 914, 'Monte San Pietrangeli', ''),
(47533, 109, 914, 'Monte San Vito', ''),
(47534, 109, 914, 'Monte Urano', ''),
(47535, 109, 914, 'Montecarotto', ''),
(47536, 109, 914, 'Montecassiano', ''),
(47537, 109, 914, 'Montecosaro', ''),
(47538, 109, 914, 'Montefalcone Appennino', ''),
(47539, 109, 914, 'Montefano', ''),
(47540, 109, 914, 'Montefiore', ''),
(47541, 109, 914, 'Montefiore dell\'Aso', ''),
(47542, 109, 914, 'Montefortino', ''),
(47543, 109, 914, 'Montegiorgio', ''),
(47544, 109, 914, 'Montegranaro', ''),
(47545, 109, 914, 'Montelabbate', ''),
(47546, 109, 914, 'Montelupone', ''),
(47547, 109, 914, 'Montemaggiore al Metauro', ''),
(47548, 109, 914, 'Montemarciano', ''),
(47549, 109, 914, 'Monteprandone', ''),
(47550, 109, 914, 'Montottone', ''),
(47551, 109, 914, 'Morrovalle', ''),
(47552, 109, 914, 'Offida', ''),
(47553, 109, 914, 'Osimo', ''),
(47554, 109, 914, 'Ostra', ''),
(47555, 109, 914, 'Passo di Treia', ''),
(47556, 109, 914, 'Pedaso', ''),
(47557, 109, 914, 'Pergola', ''),
(47558, 109, 914, 'Pesaro', ''),
(47559, 109, 914, 'Petriano', ''),
(47560, 109, 914, 'Piandimeleto', ''),
(47561, 109, 914, 'Pianello', ''),
(47562, 109, 914, 'Piano', ''),
(47563, 109, 914, 'Piobbico', ''),
(47564, 109, 914, 'Pioraco', ''),
(47565, 109, 914, 'Pollenza', ''),
(47566, 109, 914, 'Polverigi', ''),
(47567, 109, 914, 'Porto Potenza Picena', ''),
(47568, 109, 914, 'Porto Recanati', ''),
(47569, 109, 914, 'Porto San Giorgio', ''),
(47570, 109, 914, 'Porto Sant\'Elpidio', ''),
(47571, 109, 914, 'Potenza Picena', ''),
(47572, 109, 914, 'Rapagnano', ''),
(47573, 109, 914, 'Recanati', ''),
(47574, 109, 914, 'Ripatransone', ''),
(47575, 109, 914, 'Ripe San Ginesio', ''),
(47576, 109, 914, 'Rosora', ''),
(47577, 109, 914, 'Rotella', ''),
(47578, 109, 914, 'Saltara', ''),
(47579, 109, 914, 'San Benedetto del Tronto', ''),
(47580, 109, 914, 'San Cipriano', ''),
(47581, 109, 914, 'San Costanzo', ''),
(47582, 109, 914, 'San Ginesio', ''),
(47583, 109, 914, 'San Leo', ''),
(47584, 109, 914, 'San Marcello', ''),
(47585, 109, 914, 'San Rocchetto', ''),
(47586, 109, 914, 'San Severino Marche', ''),
(47587, 109, 914, 'Sant\'Angelo in Pontano', ''),
(47588, 109, 914, 'Sant\'Angelo in Vado', ''),
(47589, 109, 914, 'Sant\'Elpidio a Mare', ''),
(47590, 109, 914, 'Santa Maria Nuova', ''),
(47591, 109, 914, 'Sassoferrato', ''),
(47592, 109, 914, 'Senigallia', ''),
(47593, 109, 914, 'Serra de\' Conti', ''),
(47594, 109, 914, 'Sirolo', ''),
(47595, 109, 914, 'Spinetoli', ''),
(47596, 109, 914, 'Staffolo', ''),
(47597, 109, 914, 'Taglio di Candia', ''),
(47598, 109, 914, 'Tavoleto', ''),
(47599, 109, 914, 'Tavullia', ''),
(47600, 109, 914, 'Tolentino', ''),
(47601, 109, 914, 'Torre San Patrizio', ''),
(47602, 109, 914, 'Trecastelli', ''),
(47603, 109, 914, 'Treia', ''),
(47604, 109, 914, 'Urbania', ''),
(47605, 109, 914, 'Urbino', ''),
(47606, 109, 914, 'Urbisaglia', ''),
(47607, 109, 914, 'Valentina', ''),
(47608, 109, 914, 'Vallefoglia', ''),
(47609, 109, 914, 'Venarotta', ''),
(47610, 109, 914, 'Villa Potenza', ''),
(47611, 109, 915, 'Ala', ''),
(47612, 109, 915, 'Albaredo', ''),
(47613, 109, 915, 'Algund', ''),
(47614, 109, 915, 'Anterselva di Mezzo', ''),
(47615, 109, 915, 'Appiano sulla strada del vino', ''),
(47616, 109, 915, 'Arco', ''),
(47617, 109, 915, 'Avio', ''),
(47618, 109, 915, 'Badia', ''),
(47619, 109, 915, 'Baselga di Pinè', ''),
(47620, 109, 915, 'Besenello', ''),
(47621, 109, 915, 'Biacesa di Ledro', ''),
(47622, 109, 915, 'Bolzano', ''),
(47623, 109, 915, 'Borgo', ''),
(47624, 109, 915, 'Bosentino', ''),
(47625, 109, 915, 'Brenner', ''),
(47626, 109, 915, 'Brixen', ''),
(47627, 109, 915, 'Bruneck', ''),
(47628, 109, 915, 'Caderzone', ''),
(47629, 109, 915, 'Caldaro sulla Strada del Vino', ''),
(47630, 109, 915, 'Caldes', ''),
(47631, 109, 915, 'Calliano', ''),
(47632, 109, 915, 'Campitello di Fassa', ''),
(47633, 109, 915, 'Canazei', ''),
(47634, 109, 915, 'Cardano', ''),
(47635, 109, 915, 'Castelbello', ''),
(47636, 109, 915, 'Castello Tesino', ''),
(47637, 109, 915, 'Castelnuovo', ''),
(47638, 109, 915, 'Cavalese', ''),
(47639, 109, 915, 'Cavareno', ''),
(47640, 109, 915, 'Cavedine', ''),
(47641, 109, 915, 'Cembra', ''),
(47642, 109, 915, 'Centa San Nicolò', ''),
(47643, 109, 915, 'Cimone', ''),
(47644, 109, 915, 'Cles', ''),
(47645, 109, 915, 'Cloz', ''),
(47646, 109, 915, 'Colfosco', ''),
(47647, 109, 915, 'Coltura', ''),
(47648, 109, 915, 'Comano', ''),
(47649, 109, 915, 'Cornaiano', ''),
(47650, 109, 915, 'Corvara', ''),
(47651, 109, 915, 'Denno', ''),
(47652, 109, 915, 'Deutschnofen', ''),
(47653, 109, 915, 'Dimaro', ''),
(47654, 109, 915, 'Dro', ''),
(47655, 109, 915, 'Feldthurns', ''),
(47656, 109, 915, 'Fie Allo Sciliar', ''),
(47657, 109, 915, 'Flavon', ''),
(47658, 109, 915, 'Folgaria', ''),
(47659, 109, 915, 'Fondo', ''),
(47660, 109, 915, 'Frangarto', ''),
(47661, 109, 915, 'Fundres', ''),
(47662, 109, 915, 'Gais', ''),
(47663, 109, 915, 'Gargazon', ''),
(47664, 109, 915, 'Imer', ''),
(47665, 109, 915, 'Innichen', ''),
(47666, 109, 915, 'Isera', ''),
(47667, 109, 915, 'Jenesien', ''),
(47668, 109, 915, 'Kastelruth', ''),
(47669, 109, 915, 'La Via', ''),
(47670, 109, 915, 'Laas', ''),
(47671, 109, 915, 'Laives', ''),
(47672, 109, 915, 'Lana', ''),
(47673, 109, 915, 'Lardaro', ''),
(47674, 109, 915, 'Lasino', ''),
(47675, 109, 915, 'Latsch', ''),
(47676, 109, 915, 'Lavis', ''),
(47677, 109, 915, 'Levico Terme', ''),
(47678, 109, 915, 'Lutago', ''),
(47679, 109, 915, 'Madonna di Campiglio', ''),
(47680, 109, 915, 'Malè', ''),
(47681, 109, 915, 'Marco', ''),
(47682, 109, 915, 'Merano', ''),
(47683, 109, 915, 'Mezzocorona', ''),
(47684, 109, 915, 'Mezzolombardo', ''),
(47685, 109, 915, 'Moena', ''),
(47686, 109, 915, 'Molveno', ''),
(47687, 109, 915, 'Mori', ''),
(47688, 109, 915, 'Moso', ''),
(47689, 109, 915, 'Nago–Torbole', ''),
(47690, 109, 915, 'Nals', ''),
(47691, 109, 915, 'Neumarkt', ''),
(47692, 109, 915, 'Niederdorf', ''),
(47693, 109, 915, 'Novaledo', ''),
(47694, 109, 915, 'Ossana', ''),
(47695, 109, 915, 'Palù del Fersina', ''),
(47696, 109, 915, 'Peio', ''),
(47697, 109, 915, 'Pergine Valsugana', ''),
(47698, 109, 915, 'Pfitsch', ''),
(47699, 109, 915, 'Pinzolo', ''),
(47700, 109, 915, 'Plan da Tieja', ''),
(47701, 109, 915, 'Pozza di Fassa', ''),
(47702, 109, 915, 'Predazzo', ''),
(47703, 109, 915, 'Ratschings', ''),
(47704, 109, 915, 'Resia', ''),
(47705, 109, 915, 'Revò', ''),
(47706, 109, 915, 'Riscone', ''),
(47707, 109, 915, 'Riva', ''),
(47708, 109, 915, 'Riva del Garda', ''),
(47709, 109, 915, 'Roncegno', ''),
(47710, 109, 915, 'Rovereto', ''),
(47711, 109, 915, 'Sacco', ''),
(47712, 109, 915, 'Sand in Taufers', ''),
(47713, 109, 915, 'Santa Cristina Val Gardena', ''),
(47714, 109, 915, 'Sanzeno', ''),
(47715, 109, 915, 'Sarnonico', ''),
(47716, 109, 915, 'Sarnthein', ''),
(47717, 109, 915, 'Schlanders', ''),
(47718, 109, 915, 'Schluderns', ''),
(47719, 109, 915, 'Sciaves', ''),
(47720, 109, 915, 'Scurelle', ''),
(47721, 109, 915, 'Segonzano', ''),
(47722, 109, 915, 'Sëlva', ''),
(47723, 109, 915, 'Seregnano', ''),
(47724, 109, 915, 'Soraga', ''),
(47725, 109, 915, 'Spin', ''),
(47726, 109, 915, 'Spormaggiore', ''),
(47727, 109, 915, 'Sporminore', ''),
(47728, 109, 915, 'Stenico', ''),
(47729, 109, 915, 'Sterzing', ''),
(47730, 109, 915, 'Storo', ''),
(47731, 109, 915, 'Strigno', ''),
(47732, 109, 915, 'Taio', ''),
(47733, 109, 915, 'Tassullo', ''),
(47734, 109, 915, 'Taufers im Münstertal', ''),
(47735, 109, 915, 'Tenno', ''),
(47736, 109, 915, 'Terenten', ''),
(47737, 109, 915, 'Terlan', ''),
(47738, 109, 915, 'Termeno', ''),
(47739, 109, 915, 'Tesero', ''),
(47740, 109, 915, 'Tiers', ''),
(47741, 109, 915, 'Tione di Trento', ''),
(47742, 109, 915, 'Tisens', ''),
(47743, 109, 915, 'Toblach', ''),
(47744, 109, 915, 'Torbole sul Garda', ''),
(47745, 109, 915, 'Transacqua', ''),
(47746, 109, 915, 'Trento', ''),
(47747, 109, 915, 'Urtijëi', ''),
(47748, 109, 915, 'Vadena', ''),
(47749, 109, 915, 'Vahrn', ''),
(47750, 109, 915, 'Vandoies di Sotto', ''),
(47751, 109, 915, 'Vela', ''),
(47752, 109, 915, 'Vigo di Fassa', ''),
(47753, 109, 915, 'Vigo Rendena', ''),
(47754, 109, 915, 'Vigolo Vattaro', ''),
(47755, 109, 915, 'Villa Lagarina', ''),
(47756, 109, 915, 'Villa Ottone', ''),
(47757, 109, 915, 'Welsberg-Taisten', ''),
(47758, 109, 915, 'Welschnofen', ''),
(47759, 109, 915, 'Ziano di Fiemme', ''),
(47760, 109, 916, 'Abbadia San Salvatore', ''),
(47761, 109, 916, 'Abetone', ''),
(47762, 109, 916, 'Agliana', ''),
(47763, 109, 916, 'Altopascio', ''),
(47764, 109, 916, 'Ambra', ''),
(47765, 109, 916, 'Anghiari', ''),
(47766, 109, 916, 'Arcidosso', ''),
(47767, 109, 916, 'Arezzo', ''),
(47768, 109, 916, 'Asciano', ''),
(47769, 109, 916, 'Aulla', ''),
(47770, 109, 916, 'Avenza', ''),
(47771, 109, 916, 'Bagni di Lucca', ''),
(47772, 109, 916, 'Bagno a Ripoli', ''),
(47773, 109, 916, 'Barberino di Mugello', ''),
(47774, 109, 916, 'Barberino Val d\'Elsa', ''),
(47775, 109, 916, 'Barga', ''),
(47776, 109, 916, 'Bibbiena', ''),
(47777, 109, 916, 'Bibbona', ''),
(47778, 109, 916, 'Bientina', ''),
(47779, 109, 916, 'Bigliolo', ''),
(47780, 109, 916, 'Borgo a Mozzano', ''),
(47781, 109, 916, 'Borgo San Lorenzo', ''),
(47782, 109, 916, 'Bucine', ''),
(47783, 109, 916, 'Buggiano', ''),
(47784, 109, 916, 'Buonconvento', ''),
(47785, 109, 916, 'Calci', ''),
(47786, 109, 916, 'Calcinaia', ''),
(47787, 109, 916, 'Caldine', ''),
(47788, 109, 916, 'Calenzano', ''),
(47789, 109, 916, 'Camaiore', ''),
(47790, 109, 916, 'Campi Bisenzio', ''),
(47791, 109, 916, 'Campiglia Marittima', ''),
(47792, 109, 916, 'Camporgiano', ''),
(47793, 109, 916, 'Camucia-Monsigliolo', ''),
(47794, 109, 916, 'Cantagallo', ''),
(47795, 109, 916, 'Capalbio', ''),
(47796, 109, 916, 'Capanne-Prato-Cinquale', ''),
(47797, 109, 916, 'Capannoli', ''),
(47798, 109, 916, 'Capannori', ''),
(47799, 109, 916, 'Capoliveri', ''),
(47800, 109, 916, 'Capolona', ''),
(47801, 109, 916, 'Capraia Isola', ''),
(47802, 109, 916, 'Caprese Michelangelo', ''),
(47803, 109, 916, 'Caprigliola', ''),
(47804, 109, 916, 'Carmignano', ''),
(47805, 109, 916, 'Carrara', ''),
(47806, 109, 916, 'Casa Gherardi', ''),
(47807, 109, 916, 'Casaglia', ''),
(47808, 109, 916, 'Casciana Terme', ''),
(47809, 109, 916, 'Cascina', ''),
(47810, 109, 916, 'Case', ''),
(47811, 109, 916, 'Casellina', ''),
(47812, 109, 916, 'Casole d\'Elsa', ''),
(47813, 109, 916, 'Castagneto Carducci', ''),
(47814, 109, 916, 'Castel del Piano', ''),
(47815, 109, 916, 'Castel Focognano', ''),
(47816, 109, 916, 'Castel San Niccolò', ''),
(47817, 109, 916, 'Castelfiorentino', ''),
(47818, 109, 916, 'Castelfranco di Sopra', ''),
(47819, 109, 916, 'Castelfranco di Sotto', ''),
(47820, 109, 916, 'Castellina in Chianti', ''),
(47821, 109, 916, 'Castellina Marittima', ''),
(47822, 109, 916, 'Castelnuovo', ''),
(47823, 109, 916, 'Castelnuovo Berardenga', ''),
(47824, 109, 916, 'Castiglion Fibocchi', ''),
(47825, 109, 916, 'Castiglion Fiorentino', ''),
(47826, 109, 916, 'Castiglione della Pescaia', ''),
(47827, 109, 916, 'Cavriglia', ''),
(47828, 109, 916, 'Cecina', ''),
(47829, 109, 916, 'Cenaia', ''),
(47830, 109, 916, 'Cerreto Guidi', ''),
(47831, 109, 916, 'Certaldo', ''),
(47832, 109, 916, 'Chianciano Terme', ''),
(47833, 109, 916, 'Chiesina Uzzanese', ''),
(47834, 109, 916, 'Chifenti', ''),
(47835, 109, 916, 'Chiusi', ''),
(47836, 109, 916, 'Chiusi della Verna', ''),
(47837, 109, 916, 'Colle', ''),
(47838, 109, 916, 'Colle di Val d\'Elsa', ''),
(47839, 109, 916, 'Collesalvetti', ''),
(47840, 109, 916, 'Corsalone', ''),
(47841, 109, 916, 'Corti', ''),
(47842, 109, 916, 'Cortona', ''),
(47843, 109, 916, 'Crespina', ''),
(47844, 109, 916, 'Crocino', ''),
(47845, 109, 916, 'Dicomano', ''),
(47846, 109, 916, 'Diecimo', ''),
(47847, 109, 916, 'Empoli', ''),
(47848, 109, 916, 'Fiesole', ''),
(47849, 109, 916, 'Figline Valdarno', ''),
(47850, 109, 916, 'Filattiera', ''),
(47851, 109, 916, 'Firenzuola', ''),
(47852, 109, 916, 'Fivizzano', ''),
(47853, 109, 916, 'Florence', ''),
(47854, 109, 916, 'Foiano della Chiana', ''),
(47855, 109, 916, 'Follonica', ''),
(47856, 109, 916, 'Fontanella', ''),
(47857, 109, 916, 'Fonteblanda', ''),
(47858, 109, 916, 'Fornacette', ''),
(47859, 109, 916, 'Forte dei Marmi', ''),
(47860, 109, 916, 'Fosciandora', ''),
(47861, 109, 916, 'Fosdinovo', ''),
(47862, 109, 916, 'Fucecchio', ''),
(47863, 109, 916, 'Gaiole in Chianti', ''),
(47864, 109, 916, 'Galleno', ''),
(47865, 109, 916, 'Gallicano', ''),
(47866, 109, 916, 'Gambassi Terme', ''),
(47867, 109, 916, 'Gavorrano', ''),
(47868, 109, 916, 'Ghirlanda', ''),
(47869, 109, 916, 'Gorfigliano', ''),
(47870, 109, 916, 'Grassina', ''),
(47871, 109, 916, 'Grassina Ponte a Ema', ''),
(47872, 109, 916, 'Greve in Chianti', ''),
(47873, 109, 916, 'Grosseto', ''),
(47874, 109, 916, 'Guardistallo', ''),
(47875, 109, 916, 'Il Ciocco', ''),
(47876, 109, 916, 'Impruneta', ''),
(47877, 109, 916, 'Incisa in Val d\'Arno', ''),
(47878, 109, 916, 'Isola del Giglio', ''),
(47879, 109, 916, 'La Villa', ''),
(47880, 109, 916, 'Lammari', ''),
(47881, 109, 916, 'Lamporecchio', ''),
(47882, 109, 916, 'Larciano', ''),
(47883, 109, 916, 'Larderello', ''),
(47884, 109, 916, 'Lari', ''),
(47885, 109, 916, 'Lastra a Signa', ''),
(47886, 109, 916, 'Laterina', ''),
(47887, 109, 916, 'Levane', ''),
(47888, 109, 916, 'Licciana Nardi', ''),
(47889, 109, 916, 'Lido di Camaiore', ''),
(47890, 109, 916, 'Livorno', ''),
(47891, 109, 916, 'Lorenzana', ''),
(47892, 109, 916, 'Loro Ciuffenna', ''),
(47893, 109, 916, 'Lucca', ''),
(47894, 109, 916, 'Luciana', ''),
(47895, 109, 916, 'Luciano', ''),
(47896, 109, 916, 'Lucignano', ''),
(47897, 109, 916, 'Magliano in Toscana', ''),
(47898, 109, 916, 'Manciano', ''),
(47899, 109, 916, 'Manzano', ''),
(47900, 109, 916, 'Marcialla Sud', ''),
(47901, 109, 916, 'Marciana Marina', ''),
(47902, 109, 916, 'Marciano', ''),
(47903, 109, 916, 'Maresca', ''),
(47904, 109, 916, 'Marina di Campo', ''),
(47905, 109, 916, 'Marina di Carrara', ''),
(47906, 109, 916, 'Marina di Pietrasanta', ''),
(47907, 109, 916, 'Marina di Pisa', ''),
(47908, 109, 916, 'Marlia', ''),
(47909, 109, 916, 'Marradi', ''),
(47910, 109, 916, 'Massa', ''),
(47911, 109, 916, 'Massa e Cozzile', ''),
(47912, 109, 916, 'Massa Marittima', ''),
(47913, 109, 916, 'Massarosa', ''),
(47914, 109, 916, 'Mezzana', ''),
(47915, 109, 916, 'Migliarino', ''),
(47916, 109, 916, 'Molino di Granaiolo', ''),
(47917, 109, 916, 'Monsummano Terme', ''),
(47918, 109, 916, 'Montaione', ''),
(47919, 109, 916, 'Montalcinello', ''),
(47920, 109, 916, 'Montalcino', ''),
(47921, 109, 916, 'Montale', ''),
(47922, 109, 916, 'Monte San Savino', ''),
(47923, 109, 916, 'Montecalvoli', ''),
(47924, 109, 916, 'Montecarlo', ''),
(47925, 109, 916, 'Montecatini Terme', ''),
(47926, 109, 916, 'Montefalcone', ''),
(47927, 109, 916, 'Montelupo Fiorentino', ''),
(47928, 109, 916, 'Montemassi', ''),
(47929, 109, 916, 'Montemurlo', ''),
(47930, 109, 916, 'Montepescali', ''),
(47931, 109, 916, 'Montepulciano', ''),
(47932, 109, 916, 'Montepulciano Stazione', ''),
(47933, 109, 916, 'Monteriggioni', ''),
(47934, 109, 916, 'Monteroni d\'Arbia', ''),
(47935, 109, 916, 'Monterotondo Marittimo', ''),
(47936, 109, 916, 'Montescudaio', ''),
(47937, 109, 916, 'Montespertoli', ''),
(47938, 109, 916, 'Montevarchi', ''),
(47939, 109, 916, 'Montiano', ''),
(47940, 109, 916, 'Monticiano', ''),
(47941, 109, 916, 'Montignoso', ''),
(47942, 109, 916, 'Montopoli in Val d\'Arno', ''),
(47943, 109, 916, 'Mosciano', ''),
(47944, 109, 916, 'Murlo', ''),
(47945, 109, 916, 'Navacchio', ''),
(47946, 109, 916, 'Orbetello', ''),
(47947, 109, 916, 'Palaia', ''),
(47948, 109, 916, 'Pallerone', ''),
(47949, 109, 916, 'Pancole', ''),
(47950, 109, 916, 'Panzano', ''),
(47951, 109, 916, 'Peccioli', ''),
(47952, 109, 916, 'Pelago', ''),
(47953, 109, 916, 'Pergine Valdarno', ''),
(47954, 109, 916, 'Pescia', ''),
(47955, 109, 916, 'Pian di Scò', ''),
(47956, 109, 916, 'Piano di Coreglia-Ghivizzano', ''),
(47957, 109, 916, 'Piano di Mommio', ''),
(47958, 109, 916, 'Piazza al Serchio', ''),
(47959, 109, 916, 'Pienza', ''),
(47960, 109, 916, 'Pietrasanta', ''),
(47961, 109, 916, 'Pieve Fosciana', ''),
(47962, 109, 916, 'Pieve Santo Stefano', ''),
(47963, 109, 916, 'Pieve Vecchia', ''),
(47964, 109, 916, 'Pignano', ''),
(47965, 109, 916, 'Piombino', ''),
(47966, 109, 916, 'Pisa', ''),
(47967, 109, 916, 'Pistoia', ''),
(47968, 109, 916, 'Piteglio', ''),
(47969, 109, 916, 'Poggibonsi', ''),
(47970, 109, 916, 'Poggio a Caiano', ''),
(47971, 109, 916, 'Pomarance', ''),
(47972, 109, 916, 'Ponsacco', ''),
(47973, 109, 916, 'Pontasserchio', ''),
(47974, 109, 916, 'Pontassieve', ''),
(47975, 109, 916, 'Ponte a Evola', ''),
(47976, 109, 916, 'Ponte a Moriano', ''),
(47977, 109, 916, 'Ponte Buggianese', ''),
(47978, 109, 916, 'Pontedera', ''),
(47979, 109, 916, 'Pontremoli', ''),
(47980, 109, 916, 'Poppi', ''),
(47981, 109, 916, 'Porcari', ''),
(47982, 109, 916, 'Porto', ''),
(47983, 109, 916, 'Porto Azzurro', ''),
(47984, 109, 916, 'Portoferraio', ''),
(47985, 109, 916, 'Pracchia', ''),
(47986, 109, 916, 'Prato', ''),
(47987, 109, 916, 'Pratovecchio', ''),
(47988, 109, 916, 'Procchio', ''),
(47989, 109, 916, 'Pugliano', ''),
(47990, 109, 916, 'Quarrata', ''),
(47991, 109, 916, 'Radda in Chianti', ''),
(47992, 109, 916, 'Radicondoli', ''),
(47993, 109, 916, 'Rapolano Terme', ''),
(47994, 109, 916, 'Rassina', ''),
(47995, 109, 916, 'Reggello', ''),
(47996, 109, 916, 'Rignano sull\'Arno', ''),
(47997, 109, 916, 'Ripa-Pozzi-Querceta-Ponterosso', ''),
(47998, 109, 916, 'Ripafratta-Farneta', ''),
(47999, 109, 916, 'Ripoli', ''),
(48000, 109, 916, 'Roccastrada', ''),
(48001, 109, 916, 'Rosignano Marittimo', ''),
(48002, 109, 916, 'Rosignano Solvay-Castiglioncello', ''),
(48003, 109, 916, 'Rufina', ''),
(48004, 109, 916, 'Salviano', ''),
(48005, 109, 916, 'San Benedetto a Settimo', ''),
(48006, 109, 916, 'San Casciano in Val di Pesa', ''),
(48007, 109, 916, 'San Donato in Collina', ''),
(48008, 109, 916, 'San Gimignano', ''),
(48009, 109, 916, 'San Giovanni Valdarno', ''),
(48010, 109, 916, 'San Giuliano Terme', ''),
(48011, 109, 916, 'San Marcello Pistoiese', ''),
(48012, 109, 916, 'San Miniato', ''),
(48013, 109, 916, 'San Miniato Basso', ''),
(48014, 109, 916, 'San Piero a Grado', ''),
(48015, 109, 916, 'San Piero a Sieve', ''),
(48016, 109, 916, 'San Polo', ''),
(48017, 109, 916, 'San Quirico d\'Orcia', ''),
(48018, 109, 916, 'San Romano', ''),
(48019, 109, 916, 'San Vincenzo', ''),
(48020, 109, 916, 'Sandetole', ''),
(48021, 109, 916, 'Sansepolcro', ''),
(48022, 109, 916, 'Santa Maria a Monte', ''),
(48023, 109, 916, 'Sarteano', ''),
(48024, 109, 916, 'Scandicci', ''),
(48025, 109, 916, 'Scarperia', ''),
(48026, 109, 916, 'Seano', ''),
(48027, 109, 916, 'Seggiano', ''),
(48028, 109, 916, 'Seravezza', ''),
(48029, 109, 916, 'Serravalle Pistoiese', ''),
(48030, 109, 916, 'Sesto Fiorentino', ''),
(48031, 109, 916, 'Siena', ''),
(48032, 109, 916, 'Signa', ''),
(48033, 109, 916, 'Sinalunga', ''),
(48034, 109, 916, 'Sovicille', ''),
(48035, 109, 916, 'Spianate', ''),
(48036, 109, 916, 'Spicchio', ''),
(48037, 109, 916, 'Staggia', ''),
(48038, 109, 916, 'Stagno', ''),
(48039, 109, 916, 'Stazzema', ''),
(48040, 109, 916, 'Strada in Chianti', ''),
(48041, 109, 916, 'Subbiano', ''),
(48042, 109, 916, 'Talla', ''),
(48043, 109, 916, 'Tavarnelle Val di Pesa', ''),
(48044, 109, 916, 'Tavarnuzze', ''),
(48045, 109, 916, 'Tegoleto', ''),
(48046, 109, 916, 'Terranuova Bracciolini', ''),
(48047, 109, 916, 'Terricciola', ''),
(48048, 109, 916, 'Tirrenia', ''),
(48049, 109, 916, 'Torre del Lago Puccini', ''),
(48050, 109, 916, 'Torrita di Siena', ''),
(48051, 109, 916, 'Trequanda', ''),
(48052, 109, 916, 'Uzzano', ''),
(48053, 109, 916, 'Vada', ''),
(48054, 109, 916, 'Vaiano', ''),
(48055, 109, 916, 'Vecchiano-Nodica', ''),
(48056, 109, 916, 'Venturina', ''),
(48057, 109, 916, 'Viareggio', ''),
(48058, 109, 916, 'Vicchio', ''),
(48059, 109, 916, 'Vicopisano', ''),
(48060, 109, 916, 'Villa', ''),
(48061, 109, 916, 'Villa Basilica', ''),
(48062, 109, 916, 'Villafranca in Lunigiana', ''),
(48063, 109, 916, 'Vinci', ''),
(48064, 109, 916, 'Volterra', ''),
(48065, 109, 917, 'Acquasparta', ''),
(48066, 109, 917, 'Agliano', ''),
(48067, 109, 917, 'Amelia', ''),
(48068, 109, 917, 'Assisi', ''),
(48069, 109, 917, 'Attigliano', ''),
(48070, 109, 917, 'Badia', ''),
(48071, 109, 917, 'Badiola', ''),
(48072, 109, 917, 'Baiano', ''),
(48073, 109, 917, 'Baschi', ''),
(48074, 109, 917, 'Bastardo', ''),
(48075, 109, 917, 'Bastia umbra', ''),
(48076, 109, 917, 'Belvedere', ''),
(48077, 109, 917, 'Bettona', ''),
(48078, 109, 917, 'Bevagna', ''),
(48079, 109, 917, 'Bosco', ''),
(48080, 109, 917, 'Cammoro', ''),
(48081, 109, 917, 'Cannara', ''),
(48082, 109, 917, 'Cantalupo', ''),
(48083, 109, 917, 'Capodacqua', ''),
(48084, 109, 917, 'Castagna', ''),
(48085, 109, 917, 'Castel Giorgio', ''),
(48086, 109, 917, 'Castel Ritaldi', ''),
(48087, 109, 917, 'Castel Viscardo', ''),
(48088, 109, 917, 'Castiglione del Lago', ''),
(48089, 109, 917, 'Città della Pieve', ''),
(48090, 109, 917, 'Città di Castello', ''),
(48091, 109, 917, 'Colognola', ''),
(48092, 109, 917, 'Coppe', ''),
(48093, 109, 917, 'Corbara', ''),
(48094, 109, 917, 'Corciano', ''),
(48095, 109, 917, 'Costa', ''),
(48096, 109, 917, 'Costacciaro', ''),
(48097, 109, 917, 'Deruta', ''),
(48098, 109, 917, 'Dunarobba', ''),
(48099, 109, 917, 'Fabbri', ''),
(48100, 109, 917, 'Farnetta', ''),
(48101, 109, 917, 'Ferentillo', ''),
(48102, 109, 917, 'Fiore', ''),
(48103, 109, 917, 'Foligno', ''),
(48104, 109, 917, 'Fosco', ''),
(48105, 109, 917, 'Fossato di Vico', ''),
(48106, 109, 917, 'Fratta Todina', ''),
(48107, 109, 917, 'Gallo', ''),
(48108, 109, 917, 'Giove', ''),
(48109, 109, 917, 'Gualdo Cattaneo', ''),
(48110, 109, 917, 'Gualdo Tadino', ''),
(48111, 109, 917, 'Gubbio', ''),
(48112, 109, 917, 'Lugnano in Teverina', ''),
(48113, 109, 917, 'Magione', ''),
(48114, 109, 917, 'Mantignana', ''),
(48115, 109, 917, 'Marsciano', ''),
(48116, 109, 917, 'Milano', ''),
(48117, 109, 917, 'Monte San Vito', ''),
(48118, 109, 917, 'Montecastrilli', ''),
(48119, 109, 917, 'Montefalco', ''),
(48120, 109, 917, 'Montefranco', ''),
(48121, 109, 917, 'Monteleone d\'Orvieto', ''),
(48122, 109, 917, 'Monticello', ''),
(48123, 109, 917, 'Montoro', ''),
(48124, 109, 917, 'Mora', ''),
(48125, 109, 917, 'Morre', ''),
(48126, 109, 917, 'Narni', ''),
(48127, 109, 917, 'Narni Scalo', ''),
(48128, 109, 917, 'Norcia', ''),
(48129, 109, 917, 'Orvieto', ''),
(48130, 109, 917, 'Ospedaletto', ''),
(48131, 109, 917, 'Palazzo', ''),
(48132, 109, 917, 'Panicale', ''),
(48133, 109, 917, 'Passignano sul Trasimeno', ''),
(48134, 109, 917, 'Penna in Teverina', ''),
(48135, 109, 917, 'Perugia', ''),
(48136, 109, 917, 'Piagge', ''),
(48137, 109, 917, 'Piegaro', ''),
(48138, 109, 917, 'Piemonte', ''),
(48139, 109, 917, 'Pistrino', ''),
(48140, 109, 917, 'Poggio', ''),
(48141, 109, 917, 'Ponte San Giovanni', ''),
(48142, 109, 917, 'Ponte Valleceppi', ''),
(48143, 109, 917, 'Popola', ''),
(48144, 109, 917, 'Popoli', ''),
(48145, 109, 917, 'Preggio', ''),
(48146, 109, 917, 'San Gemini', ''),
(48147, 109, 917, 'San Giustino', ''),
(48148, 109, 917, 'San Luca', ''),
(48149, 109, 917, 'San Mariano', ''),
(48150, 109, 917, 'San Niccolo di Celle', ''),
(48151, 109, 917, 'San Secondo', ''),
(48152, 109, 917, 'Sant\'Antimo', ''),
(48153, 109, 917, 'Santa Cristina', ''),
(48154, 109, 917, 'Santa Maria degli Angeli', ''),
(48155, 109, 917, 'Scheggino', ''),
(48156, 109, 917, 'Selci-Lama', ''),
(48157, 109, 917, 'Serravalle', ''),
(48158, 109, 917, 'Spello', ''),
(48159, 109, 917, 'Spoleto', ''),
(48160, 109, 917, 'Stroncone', ''),
(48161, 109, 917, 'Terni', ''),
(48162, 109, 917, 'Todi', ''),
(48163, 109, 917, 'Torgiano', ''),
(48164, 109, 917, 'Trevi', ''),
(48165, 109, 917, 'Tuoro sul Trasimeno', ''),
(48166, 109, 917, 'Umbertide', ''),
(48167, 109, 917, 'Valfabbrica', ''),
(48168, 109, 918, 'Abano Terme', ''),
(48169, 109, 918, 'Adria', ''),
(48170, 109, 918, 'Affi', ''),
(48171, 109, 918, 'Agna', ''),
(48172, 109, 918, 'Agugliaro', ''),
(48173, 109, 918, 'Alano di Piave', ''),
(48174, 109, 918, 'Albaredo d\'Adige', ''),
(48175, 109, 918, 'Albettone', ''),
(48176, 109, 918, 'Albignasego', ''),
(48177, 109, 918, 'Albina', ''),
(48178, 109, 918, 'Alleghe', ''),
(48179, 109, 918, 'Altavilla Vicentina', ''),
(48180, 109, 918, 'Altissimo', ''),
(48181, 109, 918, 'Altivole', ''),
(48182, 109, 918, 'Angiari', ''),
(48183, 109, 918, 'Anguillara Veneta', ''),
(48184, 109, 918, 'Annone Veneto', ''),
(48185, 109, 918, 'Arabba', ''),
(48186, 109, 918, 'Arcade', ''),
(48187, 109, 918, 'Arcole', ''),
(48188, 109, 918, 'Arcugnano', ''),
(48189, 109, 918, 'Ariano nel Polesine', ''),
(48190, 109, 918, 'Arquà Petrarca', ''),
(48191, 109, 918, 'Arre', ''),
(48192, 109, 918, 'Arsiè', ''),
(48193, 109, 918, 'Arsiero', ''),
(48194, 109, 918, 'Arzergrande', ''),
(48195, 109, 918, 'Arzignano', ''),
(48196, 109, 918, 'Asiago', ''),
(48197, 109, 918, 'Asolo', ''),
(48198, 109, 918, 'Auronzo di Cadore', ''),
(48199, 109, 918, 'Badia Calavena', ''),
(48200, 109, 918, 'Badia Polesine', ''),
(48201, 109, 918, 'Bagnoli di Sopra', ''),
(48202, 109, 918, 'Bagnolo', ''),
(48203, 109, 918, 'Baone', ''),
(48204, 109, 918, 'Barbarano Vicentino', ''),
(48205, 109, 918, 'Barbisano', ''),
(48206, 109, 918, 'Barbuglio', ''),
(48207, 109, 918, 'Bardolino', ''),
(48208, 109, 918, 'Baricetta', ''),
(48209, 109, 918, 'Basalghelle', ''),
(48210, 109, 918, 'Bassano del Grappa', ''),
(48211, 109, 918, 'Battaglia Terme', ''),
(48212, 109, 918, 'Belfiore', ''),
(48213, 109, 918, 'Belluno', ''),
(48214, 109, 918, 'Biancade', ''),
(48215, 109, 918, 'Bibione', ''),
(48216, 109, 918, 'Bigolino', ''),
(48217, 109, 918, 'Bo', ''),
(48218, 109, 918, 'Bolzano Vicentino', ''),
(48219, 109, 918, 'Bonferraro', ''),
(48220, 109, 918, 'Borgoricco', ''),
(48221, 109, 918, 'Bosaro', ''),
(48222, 109, 918, 'Bosco Chiesanuova', ''),
(48223, 109, 918, 'Bovolenta', ''),
(48224, 109, 918, 'Bovolone', ''),
(48225, 109, 918, 'Breda di Piave', ''),
(48226, 109, 918, 'Breganze', ''),
(48227, 109, 918, 'Brendola', ''),
(48228, 109, 918, 'Bressanvido', ''),
(48229, 109, 918, 'Brogliano', ''),
(48230, 109, 918, 'Brugine', ''),
(48231, 109, 918, 'Bussolengo', ''),
(48232, 109, 918, 'Buttapietra', ''),
(48233, 109, 918, 'Ca\' Palazzi', ''),
(48234, 109, 918, 'Ca\' Pasquali', ''),
(48235, 109, 918, 'Cadoneghe', ''),
(48236, 109, 918, 'Caerano di San Marco', ''),
(48237, 109, 918, 'Calalzo di Cadore', ''),
(48238, 109, 918, 'Caldiero', ''),
(48239, 109, 918, 'Caldogno', ''),
(48240, 109, 918, 'Caltana', ''),
(48241, 109, 918, 'Caltrano', ''),
(48242, 109, 918, 'Camazzole', ''),
(48243, 109, 918, 'Camisano Vicentino', ''),
(48244, 109, 918, 'Campagna Lupia', ''),
(48245, 109, 918, 'Campagnola', ''),
(48246, 109, 918, 'Campo San Martino', ''),
(48247, 109, 918, 'Campodarsego', ''),
(48248, 109, 918, 'Campodoro', ''),
(48249, 109, 918, 'Campolongo', ''),
(48250, 109, 918, 'Campolongo Maggiore', ''),
(48251, 109, 918, 'Camponogara', ''),
(48252, 109, 918, 'Camposampiero', ''),
(48253, 109, 918, 'Canale d\'Agordo', ''),
(48254, 109, 918, 'Canaro', ''),
(48255, 109, 918, 'Canda', ''),
(48256, 109, 918, 'Candiana', ''),
(48257, 109, 918, 'Canizzano', ''),
(48258, 109, 918, 'Caorle', ''),
(48259, 109, 918, 'Cappella Maggiore', ''),
(48260, 109, 918, 'Caprino Veronese', ''),
(48261, 109, 918, 'Carbonera', ''),
(48262, 109, 918, 'Carcereri', ''),
(48263, 109, 918, 'Carmignano di Brenta', ''),
(48264, 109, 918, 'Carpesica', ''),
(48265, 109, 918, 'Carre', ''),
(48266, 109, 918, 'Cartigliano', ''),
(48267, 109, 918, 'Casale di Scodosia', ''),
(48268, 109, 918, 'Casale sul Sile', ''),
(48269, 109, 918, 'Casaleone', ''),
(48270, 109, 918, 'Casalserugo', ''),
(48271, 109, 918, 'Casier', ''),
(48272, 109, 918, 'Cassola', ''),
(48273, 109, 918, 'Castagnaro', ''),
(48274, 109, 918, 'Castelcucco', ''),
(48275, 109, 918, 'Castelfranco Veneto', ''),
(48276, 109, 918, 'Castelgomberto', ''),
(48277, 109, 918, 'Castello di Godego', ''),
(48278, 109, 918, 'Castelmassa', ''),
(48279, 109, 918, 'Castelnuovo di Verona', ''),
(48280, 109, 918, 'Cavaion Veronese', ''),
(48281, 109, 918, 'Cavallino', ''),
(48282, 109, 918, 'Cavarzere', ''),
(48283, 109, 918, 'Cavrie', ''),
(48284, 109, 918, 'Ceggia', ''),
(48285, 109, 918, 'Cencenighe Agordino', ''),
(48286, 109, 918, 'Ceneselli', ''),
(48287, 109, 918, 'Centrale', ''),
(48288, 109, 918, 'Cerea', ''),
(48289, 109, 918, 'Ceregnano', ''),
(48290, 109, 918, 'Cesiomaggiore', ''),
(48291, 109, 918, 'Cessalto', ''),
(48292, 109, 918, 'Chiampo', ''),
(48293, 109, 918, 'Chioggia', ''),
(48294, 109, 918, 'Cimadolmo', ''),
(48295, 109, 918, 'Cimavilla', ''),
(48296, 109, 918, 'Cinto Caomaggiore', ''),
(48297, 109, 918, 'Cittadella', ''),
(48298, 109, 918, 'Cive', ''),
(48299, 109, 918, 'Codevigo', ''),
(48300, 109, 918, 'Codognè', ''),
(48301, 109, 918, 'Colle', ''),
(48302, 109, 918, 'Colle Umberto', ''),
(48303, 109, 918, 'Cologna Veneta', ''),
(48304, 109, 918, 'Comelico Superiore', ''),
(48305, 109, 918, 'Cona', ''),
(48306, 109, 918, 'Conco', ''),
(48307, 109, 918, 'Concordia Sagittaria', ''),
(48308, 109, 918, 'Conegliano', ''),
(48309, 109, 918, 'Confine', ''),
(48310, 109, 918, 'Conselve', ''),
(48311, 109, 918, 'Corbanese', ''),
(48312, 109, 918, 'Corbola', ''),
(48313, 109, 918, 'Cordignano', ''),
(48314, 109, 918, 'Cornedo Vicentino', ''),
(48315, 109, 918, 'Cornuda', ''),
(48316, 109, 918, 'Correzzola', ''),
(48317, 109, 918, 'Cortina d\'Ampezzo', ''),
(48318, 109, 918, 'Costa di Rovigo', ''),
(48319, 109, 918, 'Costabissara', ''),
(48320, 109, 918, 'Costanza di Riese', ''),
(48321, 109, 918, 'Creazzo', ''),
(48322, 109, 918, 'Crespano del Grappa', ''),
(48323, 109, 918, 'Crespino', ''),
(48324, 109, 918, 'Crocetta del Montello', ''),
(48325, 109, 918, 'Curtarolo', ''),
(48326, 109, 918, 'Dolcè', ''),
(48327, 109, 918, 'Dolo', ''),
(48328, 109, 918, 'Domegliara', ''),
(48329, 109, 918, 'Donada', ''),
(48330, 109, 918, 'Dossobuono', ''),
(48331, 109, 918, 'Dosson', ''),
(48332, 109, 918, 'Due Carrare', ''),
(48333, 109, 918, 'Dueville', ''),
(48334, 109, 918, 'Enego', ''),
(48335, 109, 918, 'Eraclea', ''),
(48336, 109, 918, 'Este', ''),
(48337, 109, 918, 'Falze-Signoressa', ''),
(48338, 109, 918, 'Fanzolo', ''),
(48339, 109, 918, 'Fara Vicentino', ''),
(48340, 109, 918, 'Farra di Soligo', ''),
(48341, 109, 918, 'Favaro Veneto', ''),
(48342, 109, 918, 'Feltre', ''),
(48343, 109, 918, 'Fener', ''),
(48344, 109, 918, 'Fiesso d\'Artico', ''),
(48345, 109, 918, 'Fiumicello', ''),
(48346, 109, 918, 'Follina', ''),
(48347, 109, 918, 'Fontanelle', ''),
(48348, 109, 918, 'Fontaniva', ''),
(48349, 109, 918, 'Fonzaso', ''),
(48350, 109, 918, 'Forno di Zoldo', ''),
(48351, 109, 918, 'Fossalta di Piave', ''),
(48352, 109, 918, 'Fossalta di Portogruaro', ''),
(48353, 109, 918, 'Fossò', ''),
(48354, 109, 918, 'Foza', ''),
(48355, 109, 918, 'Fratta Polesine', ''),
(48356, 109, 918, 'Gaiarine', ''),
(48357, 109, 918, 'Galliera Veneta', ''),
(48358, 109, 918, 'Galzignano', ''),
(48359, 109, 918, 'Garda', ''),
(48360, 109, 918, 'Garibaldi', ''),
(48361, 109, 918, 'Gavello', ''),
(48362, 109, 918, 'Gazzo Veronese', ''),
(48363, 109, 918, 'Giavera del Montello', ''),
(48364, 109, 918, 'Giudecca', ''),
(48365, 109, 918, 'Godega di Sant\'Urbano', ''),
(48366, 109, 918, 'Gorgo al Monticano', ''),
(48367, 109, 918, 'Grantorto', ''),
(48368, 109, 918, 'Granze', ''),
(48369, 109, 918, 'Grezzana', ''),
(48370, 109, 918, 'Grisignano di Zocco', ''),
(48371, 109, 918, 'Grumolo delle Abbadesse', ''),
(48372, 109, 918, 'Guizza', ''),
(48373, 109, 918, 'Illasi', ''),
(48374, 109, 918, 'Isola della Scala', ''),
(48375, 109, 918, 'Isola Vicentina', ''),
(48376, 109, 918, 'Istrana', ''),
(48377, 109, 918, 'Jesolo', ''),
(48378, 109, 918, 'La Salute di Livenza', ''),
(48379, 109, 918, 'Lago', ''),
(48380, 109, 918, 'Lamon', ''),
(48381, 109, 918, 'Lancenigo-Villorba', ''),
(48382, 109, 918, 'Lavagno', ''),
(48383, 109, 918, 'Lazise', ''),
(48384, 109, 918, 'Legnago', ''),
(48385, 109, 918, 'Legnaro', ''),
(48386, 109, 918, 'Lendinara', ''),
(48387, 109, 918, 'Lentiai', ''),
(48388, 109, 918, 'Limena', ''),
(48389, 109, 918, 'Loncon', ''),
(48390, 109, 918, 'Longare', ''),
(48391, 109, 918, 'Lonigo', ''),
(48392, 109, 918, 'Loreggia', ''),
(48393, 109, 918, 'Loreo', ''),
(48394, 109, 918, 'Loria', ''),
(48395, 109, 918, 'Lozzo Atestino', ''),
(48396, 109, 918, 'Luca', ''),
(48397, 109, 918, 'Lugagnano', ''),
(48398, 109, 918, 'Lusia', ''),
(48399, 109, 918, 'Lusiana', ''),
(48400, 109, 918, 'Malcesine', ''),
(48401, 109, 918, 'Malcontenta', ''),
(48402, 109, 918, 'Malo', ''),
(48403, 109, 918, 'Mansuè', ''),
(48404, 109, 918, 'Marano Vicentino', ''),
(48405, 109, 918, 'Marche', ''),
(48406, 109, 918, 'Marcon', ''),
(48407, 109, 918, 'Mareno di Piave', ''),
(48408, 109, 918, 'Marghera', ''),
(48409, 109, 918, 'Marini', ''),
(48410, 109, 918, 'Marostica', ''),
(48411, 109, 918, 'Marsango', ''),
(48412, 109, 918, 'Martellago', ''),
(48413, 109, 918, 'Maser', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(48414, 109, 918, 'Maserà di Padova', ''),
(48415, 109, 918, 'Maserada sul Piave', ''),
(48416, 109, 918, 'Meduna di Livenza', ''),
(48417, 109, 918, 'Megliadino San Fidenzio', ''),
(48418, 109, 918, 'Megliadino San Vitale', ''),
(48419, 109, 918, 'Mel', ''),
(48420, 109, 918, 'Meolo', ''),
(48421, 109, 918, 'Mestre', ''),
(48422, 109, 918, 'Mestrino', ''),
(48423, 109, 918, 'Miane', ''),
(48424, 109, 918, 'Minerbe', ''),
(48425, 109, 918, 'Mira', ''),
(48426, 109, 918, 'Mirabella', ''),
(48427, 109, 918, 'Mirano', ''),
(48428, 109, 918, 'Mogliano Veneto', ''),
(48429, 109, 918, 'Monselice', ''),
(48430, 109, 918, 'Montagnana', ''),
(48431, 109, 918, 'Monte di Malo', ''),
(48432, 109, 918, 'Montebello Vicentino', ''),
(48433, 109, 918, 'Montebelluna', ''),
(48434, 109, 918, 'Montecchia di Crosara', ''),
(48435, 109, 918, 'Montecchio', ''),
(48436, 109, 918, 'Montecchio Maggiore', ''),
(48437, 109, 918, 'Monteforte d\'Alpone', ''),
(48438, 109, 918, 'Montegalda', ''),
(48439, 109, 918, 'Montegaldella', ''),
(48440, 109, 918, 'Montegrotto Terme', ''),
(48441, 109, 918, 'Monteviale', ''),
(48442, 109, 918, 'Monticello Conte Otto', ''),
(48443, 109, 918, 'Montorso Vicentino', ''),
(48444, 109, 918, 'Moriago della Battaglia', ''),
(48445, 109, 918, 'Motta di Livenza', ''),
(48446, 109, 918, 'Mozzecane', ''),
(48447, 109, 918, 'Murano', ''),
(48448, 109, 918, 'Musile di Piave', ''),
(48449, 109, 918, 'Mussolente', ''),
(48450, 109, 918, 'Negrar', ''),
(48451, 109, 918, 'Nervesa della Battaglia', ''),
(48452, 109, 918, 'Noale', ''),
(48453, 109, 918, 'Nogara', ''),
(48454, 109, 918, 'Nogarole Rocca', ''),
(48455, 109, 918, 'Nove', ''),
(48456, 109, 918, 'Noventa', ''),
(48457, 109, 918, 'Noventa di Piave', ''),
(48458, 109, 918, 'Noventa Vicentina', ''),
(48459, 109, 918, 'Occhiobello', ''),
(48460, 109, 918, 'Oderzo', ''),
(48461, 109, 918, 'Onara', ''),
(48462, 109, 918, 'Oppeano', ''),
(48463, 109, 918, 'Oriago Di Mira', ''),
(48464, 109, 918, 'Ormelle', ''),
(48465, 109, 918, 'Orsago', ''),
(48466, 109, 918, 'Osigo', ''),
(48467, 109, 918, 'Ospedaletto Euganeo', ''),
(48468, 109, 918, 'Ospitale di Cadore', ''),
(48469, 109, 918, 'Padua', ''),
(48470, 109, 918, 'Paese', ''),
(48471, 109, 918, 'Pastrengo', ''),
(48472, 109, 918, 'Pedavena', ''),
(48473, 109, 918, 'Pederobba', ''),
(48474, 109, 918, 'Pernumia', ''),
(48475, 109, 918, 'Pescantina', ''),
(48476, 109, 918, 'Peschiera del Garda', ''),
(48477, 109, 918, 'Peseggia-Gardigiano', ''),
(48478, 109, 918, 'Pettorazza Grimani', ''),
(48479, 109, 918, 'Pian di Salesei', ''),
(48480, 109, 918, 'Pianezze', ''),
(48481, 109, 918, 'Pianiga', ''),
(48482, 109, 918, 'Piazzola sul Brenta', ''),
(48483, 109, 918, 'Pietra', ''),
(48484, 109, 918, 'Pieve d\'Alpago', ''),
(48485, 109, 918, 'Pieve di Cadore', ''),
(48486, 109, 918, 'Pieve di Soligo', ''),
(48487, 109, 918, 'Pincara', ''),
(48488, 109, 918, 'Piombino Dese', ''),
(48489, 109, 918, 'Piove di Sacco', ''),
(48490, 109, 918, 'Piovene Rocchette', ''),
(48491, 109, 918, 'Poiana Maggiore', ''),
(48492, 109, 918, 'Polesella', ''),
(48493, 109, 918, 'Ponte', ''),
(48494, 109, 918, 'Ponte di Barbarano', ''),
(48495, 109, 918, 'Ponte di Piave', ''),
(48496, 109, 918, 'Ponte nelle Alpi', ''),
(48497, 109, 918, 'Ponte San Nicolo', ''),
(48498, 109, 918, 'Pontecchio Polesine', ''),
(48499, 109, 918, 'Pontelongo', ''),
(48500, 109, 918, 'Ponzano Veneto', ''),
(48501, 109, 918, 'Porto Tolle', ''),
(48502, 109, 918, 'Porto Viro', ''),
(48503, 109, 918, 'Portogruaro', ''),
(48504, 109, 918, 'Posta Vecchia', ''),
(48505, 109, 918, 'Postioma', ''),
(48506, 109, 918, 'Povegliano', ''),
(48507, 109, 918, 'Povegliano Veronese', ''),
(48508, 109, 918, 'Pozzoleone', ''),
(48509, 109, 918, 'Pozzonovo', ''),
(48510, 109, 918, 'Pramaggiore', ''),
(48511, 109, 918, 'Preganziol', ''),
(48512, 109, 918, 'Pressana', ''),
(48513, 109, 918, 'Puos d\'Alpago', ''),
(48514, 109, 918, 'Quarto d\'Altino', ''),
(48515, 109, 918, 'Quero', ''),
(48516, 109, 918, 'Quinto di Treviso', ''),
(48517, 109, 918, 'Quinto Vicentino', ''),
(48518, 109, 918, 'Raldon', ''),
(48519, 109, 918, 'Ramon', ''),
(48520, 109, 918, 'Recoaro Terme', ''),
(48521, 109, 918, 'Refrontolo', ''),
(48522, 109, 918, 'Resana', ''),
(48523, 109, 918, 'Rivamonte Agordino', ''),
(48524, 109, 918, 'Roana', ''),
(48525, 109, 918, 'Robegano', ''),
(48526, 109, 918, 'Roncà', ''),
(48527, 109, 918, 'Roncade', ''),
(48528, 109, 918, 'Ronco all\'Adige', ''),
(48529, 109, 918, 'Rosà', ''),
(48530, 109, 918, 'Rosolina', ''),
(48531, 109, 918, 'Rossano Veneto', ''),
(48532, 109, 918, 'Rossi', ''),
(48533, 109, 918, 'Rovigo', ''),
(48534, 109, 918, 'Rovolon', ''),
(48535, 109, 918, 'Rubano', ''),
(48536, 109, 918, 'Saccolongo', ''),
(48537, 109, 918, 'Salcedo', ''),
(48538, 109, 918, 'Saletto', ''),
(48539, 109, 918, 'Salgareda', ''),
(48540, 109, 918, 'Salzano', ''),
(48541, 109, 918, 'San Bellino', ''),
(48542, 109, 918, 'San Biagio di Callalta', ''),
(48543, 109, 918, 'San Bonifacio', ''),
(48544, 109, 918, 'San Daniele', ''),
(48545, 109, 918, 'San Dona', ''),
(48546, 109, 918, 'San Donà di Piave', ''),
(48547, 109, 918, 'San Fior', ''),
(48548, 109, 918, 'San Francesco', ''),
(48549, 109, 918, 'San Giorgio in Bosco', ''),
(48550, 109, 918, 'San Giovanni Lupatoto', ''),
(48551, 109, 918, 'San Martino Buon Albergo', ''),
(48552, 109, 918, 'San Martino di Lupari', ''),
(48553, 109, 918, 'San Michele al Tagliamento', ''),
(48554, 109, 918, 'San Pietro di Feletto', ''),
(48555, 109, 918, 'San Pietro in Gu', ''),
(48556, 109, 918, 'San Pietro Mussolino', ''),
(48557, 109, 918, 'San Pietro Viminario', ''),
(48558, 109, 918, 'San Polo di Piave', ''),
(48559, 109, 918, 'San Vendemiano', ''),
(48560, 109, 918, 'San Vigilio', ''),
(48561, 109, 918, 'San Vito di Leguzzano', ''),
(48562, 109, 918, 'San Zeno', ''),
(48563, 109, 918, 'San Zenone degli Ezzelini', ''),
(48564, 109, 918, 'Sandrigo', ''),
(48565, 109, 918, 'Sanguinetto', ''),
(48566, 109, 918, 'Sant\'Ambrogio di Valpolicella', ''),
(48567, 109, 918, 'Sant\'Angelo di Piove di Sacco', ''),
(48568, 109, 918, 'Sant\'Anna d\'Alfaedo', ''),
(48569, 109, 918, 'Santa Giustina', ''),
(48570, 109, 918, 'Santa Giustina in Colle', ''),
(48571, 109, 918, 'Santa Lucia di Piave', ''),
(48572, 109, 918, 'Santa Maria di Sala', ''),
(48573, 109, 918, 'Santo Stefano di Cadore', ''),
(48574, 109, 918, 'Santo Stino di Livenza', ''),
(48575, 109, 918, 'Santorso', ''),
(48576, 109, 918, 'Saonara', ''),
(48577, 109, 918, 'Sarcedo', ''),
(48578, 109, 918, 'Sarego', ''),
(48579, 109, 918, 'Schiavon', ''),
(48580, 109, 918, 'Schio', ''),
(48581, 109, 918, 'Scorzè', ''),
(48582, 109, 918, 'Sedico', ''),
(48583, 109, 918, 'Segusino', ''),
(48584, 109, 918, 'Selvazzano Dentro', ''),
(48585, 109, 918, 'Seren del Grappa', ''),
(48586, 109, 918, 'Sernaglia della Battaglia', ''),
(48587, 109, 918, 'Silea', ''),
(48588, 109, 918, 'Soave', ''),
(48589, 109, 918, 'Solagna', ''),
(48590, 109, 918, 'Solesino', ''),
(48591, 109, 918, 'Sommacampagna', ''),
(48592, 109, 918, 'Sona', ''),
(48593, 109, 918, 'Sospirolo', ''),
(48594, 109, 918, 'Sossano', ''),
(48595, 109, 918, 'Sotto Castello', ''),
(48596, 109, 918, 'Sottomarina', ''),
(48597, 109, 918, 'Sovizzo', ''),
(48598, 109, 918, 'Spinea', ''),
(48599, 109, 918, 'Spresiano', ''),
(48600, 109, 918, 'Stanghella', ''),
(48601, 109, 918, 'Stienta', ''),
(48602, 109, 918, 'Stra', ''),
(48603, 109, 918, 'Stretti', ''),
(48604, 109, 918, 'Susegana', ''),
(48605, 109, 918, 'Taglio di Po', ''),
(48606, 109, 918, 'Taibon Agordino', ''),
(48607, 109, 918, 'Teglio Veneto', ''),
(48608, 109, 918, 'Teolo', ''),
(48609, 109, 918, 'Terrassa Padovana', ''),
(48610, 109, 918, 'Tessera', ''),
(48611, 109, 918, 'Tezze sul Brenta', ''),
(48612, 109, 918, 'Thiene', ''),
(48613, 109, 918, 'Tombelle', ''),
(48614, 109, 918, 'Tombolo', ''),
(48615, 109, 918, 'Torre di Mosto', ''),
(48616, 109, 918, 'Torrebelvicino', ''),
(48617, 109, 918, 'Torreglia', ''),
(48618, 109, 918, 'Torreselle', ''),
(48619, 109, 918, 'Torri del Benaco', ''),
(48620, 109, 918, 'Torri di Quartesolo', ''),
(48621, 109, 918, 'Trebaseleghe', ''),
(48622, 109, 918, 'Trecenta', ''),
(48623, 109, 918, 'Tregnago', ''),
(48624, 109, 918, 'Trevenzuolo', ''),
(48625, 109, 918, 'Trevignano', ''),
(48626, 109, 918, 'Treviso', ''),
(48627, 109, 918, 'Tribano', ''),
(48628, 109, 918, 'Trichiana', ''),
(48629, 109, 918, 'Trissino', ''),
(48630, 109, 918, 'Valdagno', ''),
(48631, 109, 918, 'Valdobbiadene', ''),
(48632, 109, 918, 'Valeggio sul Mincio', ''),
(48633, 109, 918, 'Vallese', ''),
(48634, 109, 918, 'Valli del Pasubio', ''),
(48635, 109, 918, 'Vallio', ''),
(48636, 109, 918, 'Valmarana', ''),
(48637, 109, 918, 'Vas', ''),
(48638, 109, 918, 'Vazzola', ''),
(48639, 109, 918, 'Vedelago', ''),
(48640, 109, 918, 'Veggiano', ''),
(48641, 109, 918, 'Velo d\'Astico', ''),
(48642, 109, 918, 'Veneto', ''),
(48643, 109, 918, 'Venice', ''),
(48644, 109, 918, 'Verona', ''),
(48645, 109, 918, 'Veronella', ''),
(48646, 109, 918, 'Vescovana', ''),
(48647, 109, 918, 'Vicenza', ''),
(48648, 109, 918, 'Vidor', ''),
(48649, 109, 918, 'Vigasio', ''),
(48650, 109, 918, 'Vigo di Cadore', ''),
(48651, 109, 918, 'Vigodarzere', ''),
(48652, 109, 918, 'Vigonovo', ''),
(48653, 109, 918, 'Vigonza', ''),
(48654, 109, 918, 'Villa Bartolomea', ''),
(48655, 109, 918, 'Villa del Conte', ''),
(48656, 109, 918, 'Villadose', ''),
(48657, 109, 918, 'Villafranca di Verona', ''),
(48658, 109, 918, 'Villaganzerla', ''),
(48659, 109, 918, 'Villaggio', ''),
(48660, 109, 918, 'Villamarzana', ''),
(48661, 109, 918, 'Villaverla', ''),
(48662, 109, 918, 'Vittorio Veneto', ''),
(48663, 109, 918, 'Volargne', ''),
(48664, 109, 918, 'Volpago del Montello', ''),
(48665, 109, 918, 'Voltago', ''),
(48666, 109, 918, 'Zanè', ''),
(48667, 109, 918, 'Zanetti', ''),
(48668, 109, 918, 'Zelarino', ''),
(48669, 109, 918, 'Zelo', ''),
(48670, 109, 918, 'Zermeghedo', ''),
(48671, 109, 918, 'Zero Branco', ''),
(48672, 109, 918, 'Zevio', ''),
(48673, 109, 918, 'Zovencedo', ''),
(48674, 109, 918, 'Zugliano', ''),
(48675, 110, 919, 'Daloa', ''),
(48676, 110, 920, 'Abidjan', ''),
(48677, 110, 921, 'Bouaké', ''),
(48678, 111, 922, 'Kingston', ''),
(48679, 111, 923, 'May Pen', ''),
(48680, 111, 924, 'Mandeville', ''),
(48681, 111, 925, 'New Kingston', ''),
(48682, 111, 926, 'Browns Town', ''),
(48683, 111, 926, 'Moneague', ''),
(48684, 111, 926, 'Ocho Rios', ''),
(48685, 111, 926, 'Runaway Bay', ''),
(48686, 111, 927, 'Old Harbour', ''),
(48687, 111, 927, 'Passage Fort', ''),
(48688, 111, 927, 'Portmore', ''),
(48689, 111, 927, 'Spanish Town', ''),
(48690, 111, 928, 'Montego Bay', ''),
(48691, 111, 929, 'Port Maria', ''),
(48692, 111, 930, 'Yallahs', ''),
(48693, 111, 931, 'Negril', ''),
(48694, 112, 932, 'Aisai', ''),
(48695, 112, 932, 'Akasaka', ''),
(48696, 112, 932, 'Anjo', ''),
(48697, 112, 932, 'Aoicho', ''),
(48698, 112, 932, 'Chiryu', ''),
(48699, 112, 932, 'Chita', ''),
(48700, 112, 932, 'Gamagori', ''),
(48701, 112, 932, 'Handa', ''),
(48702, 112, 932, 'Hekinan', ''),
(48703, 112, 932, 'Ichinomiya', ''),
(48704, 112, 932, 'Inazawa', ''),
(48705, 112, 932, 'Iwakura', ''),
(48706, 112, 932, 'Kanie', ''),
(48707, 112, 932, 'Kariya', ''),
(48708, 112, 932, 'Kasugai', ''),
(48709, 112, 932, 'Kitanagoya', ''),
(48710, 112, 932, 'Kiyosu', ''),
(48711, 112, 932, 'Komaki', ''),
(48712, 112, 932, 'Konan', ''),
(48713, 112, 932, 'Morowa', ''),
(48714, 112, 932, 'Nagoya', ''),
(48715, 112, 932, 'Nishio', ''),
(48716, 112, 932, 'Nisshin', ''),
(48717, 112, 932, 'Obu', ''),
(48718, 112, 932, 'Okazaki', ''),
(48719, 112, 932, 'Seto', ''),
(48720, 112, 932, 'Shinkawa', ''),
(48721, 112, 932, 'Shinshiro', ''),
(48722, 112, 932, 'Tahara', ''),
(48723, 112, 932, 'Takahama', ''),
(48724, 112, 932, 'Taketoyo', ''),
(48725, 112, 932, 'Tokoname', ''),
(48726, 112, 932, 'Toyoake', ''),
(48727, 112, 932, 'Toyohashi', ''),
(48728, 112, 932, 'Toyokawa', ''),
(48729, 112, 932, 'Toyota', ''),
(48730, 112, 932, 'Tsushima', ''),
(48731, 112, 933, 'Age', ''),
(48732, 112, 933, 'Akita', ''),
(48733, 112, 933, 'Gojonome', ''),
(48734, 112, 933, 'Hachirougata', ''),
(48735, 112, 933, 'Hanawa', ''),
(48736, 112, 933, 'Honjo', ''),
(48737, 112, 933, 'Nikaho', ''),
(48738, 112, 933, 'Noshiromachi', ''),
(48739, 112, 933, 'Senboku', ''),
(48740, 112, 933, 'Tsuchizakiminato-higashi', ''),
(48741, 112, 933, 'Yabasehoncho', ''),
(48742, 112, 933, 'Yokotemachi', ''),
(48743, 112, 933, 'Yurihonjo', ''),
(48744, 112, 934, 'Aomori', ''),
(48745, 112, 934, 'Bakurocho', ''),
(48746, 112, 934, 'Fukaura', ''),
(48747, 112, 934, 'Goshogawara', ''),
(48748, 112, 934, 'Hachinohe', ''),
(48749, 112, 934, 'Hiranuma', ''),
(48750, 112, 934, 'Hirosaki', ''),
(48751, 112, 934, 'Kashiwagimachi', ''),
(48752, 112, 934, 'Koganeishi', ''),
(48753, 112, 934, 'Misawa', ''),
(48754, 112, 934, 'Mutsu', ''),
(48755, 112, 934, 'Odate', ''),
(48756, 112, 934, 'Oirase', ''),
(48757, 112, 934, 'Okoppe', ''),
(48758, 112, 934, 'Sai', ''),
(48759, 112, 934, 'Sannohe', ''),
(48760, 112, 934, 'Towada', ''),
(48761, 112, 935, 'Abiko', ''),
(48762, 112, 935, 'Anesaki', ''),
(48763, 112, 935, 'Asahi', ''),
(48764, 112, 935, 'Banda', ''),
(48765, 112, 935, 'Chiba', ''),
(48766, 112, 935, 'Choshi', ''),
(48767, 112, 935, 'Chuo', ''),
(48768, 112, 935, 'Funabashi', ''),
(48769, 112, 935, 'Futtsu', ''),
(48770, 112, 935, 'Haraoka', ''),
(48771, 112, 935, 'Ichihara', ''),
(48772, 112, 935, 'Inzai', ''),
(48773, 112, 935, 'Isumi', ''),
(48774, 112, 935, 'Kashi', ''),
(48775, 112, 935, 'Kashiwa', ''),
(48776, 112, 935, 'Katori-shi', ''),
(48777, 112, 935, 'Katsuura', ''),
(48778, 112, 935, 'Kawaguchi', ''),
(48779, 112, 935, 'Kemigawa', ''),
(48780, 112, 935, 'Kimitsu', ''),
(48781, 112, 935, 'Kisarazu', ''),
(48782, 112, 935, 'Matsudo', ''),
(48783, 112, 935, 'Minato', ''),
(48784, 112, 935, 'Miyamae', ''),
(48785, 112, 935, 'Mobara', ''),
(48786, 112, 935, 'Nagareyama', ''),
(48787, 112, 935, 'Narita', ''),
(48788, 112, 935, 'Noda', ''),
(48789, 112, 935, 'Sakura', ''),
(48790, 112, 935, 'Sanmu', ''),
(48791, 112, 935, 'Shiroi', ''),
(48792, 112, 935, 'Shisui', ''),
(48793, 112, 935, 'Sodegaura', ''),
(48794, 112, 935, 'Sosa', ''),
(48795, 112, 935, 'Takasu', ''),
(48796, 112, 935, 'Tateyama', ''),
(48797, 112, 935, 'Togane', ''),
(48798, 112, 935, 'Tomisato', ''),
(48799, 112, 935, 'Yachimata', ''),
(48800, 112, 935, 'Yachiyo', ''),
(48801, 112, 935, 'Yotsukaido', ''),
(48802, 112, 936, 'Higashimura', ''),
(48803, 112, 936, 'Imabari-shi', ''),
(48804, 112, 936, 'Iyo', ''),
(48805, 112, 936, 'Kamibun', ''),
(48806, 112, 936, 'Kawasaki', ''),
(48807, 112, 936, 'Komatsu', ''),
(48808, 112, 936, 'Masaki', ''),
(48809, 112, 936, 'Matsuyama', ''),
(48810, 112, 936, 'Namikatacho-obe', ''),
(48811, 112, 936, 'Niihama', ''),
(48812, 112, 936, 'Ozu', ''),
(48813, 112, 936, 'Saijo', ''),
(48814, 112, 936, 'Sakaishi', ''),
(48815, 112, 936, 'Seiyo', ''),
(48816, 112, 936, 'Shinagawa', ''),
(48817, 112, 936, 'Shinsuka', ''),
(48818, 112, 936, 'Tobe', ''),
(48819, 112, 936, 'Toyo', ''),
(48820, 112, 936, 'Uchiko', ''),
(48821, 112, 936, 'Uwajima', ''),
(48822, 112, 937, 'Asahi', ''),
(48823, 112, 937, 'Awara', ''),
(48824, 112, 937, 'Fuku', ''),
(48825, 112, 937, 'Fukui-shi', ''),
(48826, 112, 937, 'Katsuyama', ''),
(48827, 112, 937, 'Mikata', ''),
(48828, 112, 937, 'Obama', ''),
(48829, 112, 937, 'Sabae', ''),
(48830, 112, 937, 'Takahama', ''),
(48831, 112, 937, 'Tenoura', ''),
(48832, 112, 937, 'Tone', ''),
(48833, 112, 937, 'Tsuruga', ''),
(48834, 112, 938, 'Adachi', ''),
(48835, 112, 938, 'Chikushino-shi', ''),
(48836, 112, 938, 'Dazaifu', ''),
(48837, 112, 938, 'Fukuoka', ''),
(48838, 112, 938, 'Hakata-ekimae', ''),
(48839, 112, 938, 'Hakozaki', ''),
(48840, 112, 938, 'Honda', ''),
(48841, 112, 938, 'Iizuka', ''),
(48842, 112, 938, 'Kanda', ''),
(48843, 112, 938, 'Kasuga', ''),
(48844, 112, 938, 'Kasugabaru', ''),
(48845, 112, 938, 'Kawara', ''),
(48846, 112, 938, 'Kitakyushu', ''),
(48847, 112, 938, 'Koga', ''),
(48848, 112, 938, 'Kurume', ''),
(48849, 112, 938, 'Maebaru-chuo', ''),
(48850, 112, 938, 'Minatomachi', ''),
(48851, 112, 938, 'Miyoshi', ''),
(48852, 112, 938, 'Nakama', ''),
(48853, 112, 938, 'Nara', ''),
(48854, 112, 938, 'Nogata', ''),
(48855, 112, 938, 'Okuma', ''),
(48856, 112, 938, 'Omuta', ''),
(48857, 112, 938, 'Onojo', ''),
(48858, 112, 938, 'Sasaguri', ''),
(48859, 112, 938, 'Shimotsuma', ''),
(48860, 112, 938, 'Shinozaki', ''),
(48861, 112, 938, 'Sumiyoshi', ''),
(48862, 112, 938, 'Tachiarai', ''),
(48863, 112, 938, 'Tagawa', ''),
(48864, 112, 938, 'Umi', ''),
(48865, 112, 938, 'Yahata', ''),
(48866, 112, 938, 'Yakuin-Horibata', ''),
(48867, 112, 938, 'Yanagawa', ''),
(48868, 112, 938, 'Yodogawa', ''),
(48869, 112, 938, 'Yukuhashi', ''),
(48870, 112, 939, 'Aizu-Wakamatsu', ''),
(48871, 112, 939, 'Date', ''),
(48872, 112, 939, 'Fukushima', ''),
(48873, 112, 939, 'Ishikawa', ''),
(48874, 112, 939, 'Iwaki', ''),
(48875, 112, 939, 'Izumi', ''),
(48876, 112, 939, 'Kanagawa', ''),
(48877, 112, 939, 'Kitakata', ''),
(48878, 112, 939, 'Koriyama', ''),
(48879, 112, 939, 'Motomiya', ''),
(48880, 112, 939, 'Murata', ''),
(48881, 112, 939, 'Nihommatsu', ''),
(48882, 112, 939, 'Otera', ''),
(48883, 112, 939, 'Otsu', ''),
(48884, 112, 939, 'Shinjiku', ''),
(48885, 112, 939, 'Shirakawa-machi', ''),
(48886, 112, 939, 'Suginomecho', ''),
(48887, 112, 939, 'Sukagawa', ''),
(48888, 112, 939, 'Tamura', ''),
(48889, 112, 939, 'Yabuki', ''),
(48890, 112, 939, 'Yamatomachi-mitsuai', ''),
(48891, 112, 940, 'Aoyanagicho', ''),
(48892, 112, 940, 'Furukawa', ''),
(48893, 112, 940, 'Gifu', ''),
(48894, 112, 940, 'Godo', ''),
(48895, 112, 940, 'Gujo', ''),
(48896, 112, 940, 'Hashima', ''),
(48897, 112, 940, 'Honjocho', ''),
(48898, 112, 940, 'Inuyama', ''),
(48899, 112, 940, 'Kakamigahara', ''),
(48900, 112, 940, 'Kami', ''),
(48901, 112, 940, 'Kani', ''),
(48902, 112, 940, 'Kasamatsucho', ''),
(48903, 112, 940, 'Mino', ''),
(48904, 112, 940, 'Minokamo', ''),
(48905, 112, 940, 'Miyama', ''),
(48906, 112, 940, 'Mizunami', ''),
(48907, 112, 940, 'Motosu', ''),
(48908, 112, 940, 'Nakatsugawa', ''),
(48909, 112, 940, 'Ogaki', ''),
(48910, 112, 940, 'Osaka', ''),
(48911, 112, 940, 'Sekigahara', ''),
(48912, 112, 940, 'Sekimachi', ''),
(48913, 112, 940, 'Tajimi', ''),
(48914, 112, 940, 'Takayama', ''),
(48915, 112, 940, 'Tarui', ''),
(48916, 112, 940, 'Toki', ''),
(48917, 112, 940, 'Yamagata', ''),
(48918, 112, 940, 'Yaotsu', ''),
(48919, 112, 940, 'Yunoshima', ''),
(48920, 112, 941, 'Annaka', ''),
(48921, 112, 941, 'Fujioka', ''),
(48922, 112, 941, 'Ichibacho', ''),
(48923, 112, 941, 'Isesaki', ''),
(48924, 112, 941, 'Kiryu', ''),
(48925, 112, 941, 'Maebashi', ''),
(48926, 112, 941, 'Midori', ''),
(48927, 112, 941, 'Naganohara', ''),
(48928, 112, 941, 'Nakanojomachi', ''),
(48929, 112, 941, 'Numata', ''),
(48930, 112, 941, 'Ota', ''),
(48931, 112, 941, 'Otemachi', ''),
(48932, 112, 941, 'Shibukawa', ''),
(48933, 112, 941, 'Takasaki', ''),
(48934, 112, 941, 'Tamamura', ''),
(48935, 112, 941, 'Tatebayashi', ''),
(48936, 112, 941, 'Tomioka', ''),
(48937, 112, 941, 'Yoshii', ''),
(48938, 112, 942, 'Fukuyama', ''),
(48939, 112, 942, 'Hatsukaichi', ''),
(48940, 112, 942, 'Higashino', ''),
(48941, 112, 942, 'Hiro', ''),
(48942, 112, 942, 'Hiroshima', ''),
(48943, 112, 942, 'Innoshima Hara-cho', ''),
(48944, 112, 942, 'Kami-nagarekawacho', ''),
(48945, 112, 942, 'Kannabecho-yahiro', ''),
(48946, 112, 942, 'Kasumicho', ''),
(48947, 112, 942, 'Kure', ''),
(48948, 112, 942, 'Machi', ''),
(48949, 112, 942, 'Maruyama', ''),
(48950, 112, 942, 'Mihara', ''),
(48951, 112, 942, 'Miyoshi', ''),
(48952, 112, 942, 'Nishihara', ''),
(48953, 112, 942, 'Onomichi', ''),
(48954, 112, 942, 'Sengawa', ''),
(48955, 112, 942, 'Shobara', ''),
(48956, 112, 942, 'Tajiri', ''),
(48957, 112, 942, 'Takehara', ''),
(48958, 112, 942, 'Wadacho', ''),
(48959, 112, 942, 'Yokogawa', ''),
(48960, 112, 942, 'Yokoocho', ''),
(48961, 112, 943, 'Abashiri', ''),
(48962, 112, 943, 'Abuta', ''),
(48963, 112, 943, 'Akabira', ''),
(48964, 112, 943, 'Asahikawa', ''),
(48965, 112, 943, 'bekkai', ''),
(48966, 112, 943, 'Bibai', ''),
(48967, 112, 943, 'Bihoro', ''),
(48968, 112, 943, 'Chitose', ''),
(48969, 112, 943, 'Chiyoda', ''),
(48970, 112, 943, 'Date', ''),
(48971, 112, 943, 'Ebetsu', ''),
(48972, 112, 943, 'Esashi', ''),
(48973, 112, 943, 'Fukagawa', ''),
(48974, 112, 943, 'Furano', ''),
(48975, 112, 943, 'Furubira', ''),
(48976, 112, 943, 'Hakodate', ''),
(48977, 112, 943, 'Higashikawa', ''),
(48978, 112, 943, 'Hyogo', ''),
(48979, 112, 943, 'Ishikari', ''),
(48980, 112, 943, 'Iwamizawa', ''),
(48981, 112, 943, 'Iwanai', ''),
(48982, 112, 943, 'Kitahiroshima', ''),
(48983, 112, 943, 'Kitami', ''),
(48984, 112, 943, 'Kokuryo', ''),
(48985, 112, 943, 'Kuroiwa', ''),
(48986, 112, 943, 'Kushiro', ''),
(48987, 112, 943, 'Kutchan', ''),
(48988, 112, 943, 'Kyowa', ''),
(48989, 112, 943, 'Meguro', ''),
(48990, 112, 943, 'Memuro-minami', ''),
(48991, 112, 943, 'Mitsui', ''),
(48992, 112, 943, 'Miyagi', ''),
(48993, 112, 943, 'Mombetsu', ''),
(48994, 112, 943, 'Mui', ''),
(48995, 112, 943, 'Muroran', ''),
(48996, 112, 943, 'Musa', ''),
(48997, 112, 943, 'Nayoro', ''),
(48998, 112, 943, 'Noboribetsu', ''),
(48999, 112, 943, 'Obihiro', ''),
(49000, 112, 943, 'Otaru', ''),
(49001, 112, 943, 'Otofuke', ''),
(49002, 112, 943, 'Rankoshi-cho', ''),
(49003, 112, 943, 'Rumoi', ''),
(49004, 112, 943, 'Sapporo', ''),
(49005, 112, 943, 'Shari', ''),
(49006, 112, 943, 'Shibetsu', ''),
(49007, 112, 943, 'Shin-shigai', ''),
(49008, 112, 943, 'Sunagawa', ''),
(49009, 112, 943, 'Suttsu', ''),
(49010, 112, 943, 'Taiheicho', ''),
(49011, 112, 943, 'Takikawa', ''),
(49012, 112, 943, 'Tobetsu', ''),
(49013, 112, 943, 'Tomakomai', ''),
(49014, 112, 943, 'Toyohira-ku', ''),
(49015, 112, 943, 'Toyota', ''),
(49016, 112, 943, 'Toyoura', ''),
(49017, 112, 943, 'Urahoro', ''),
(49018, 112, 943, 'Wakkanai', ''),
(49019, 112, 943, 'Yakumo', ''),
(49020, 112, 943, 'Yoichi', ''),
(49021, 112, 943, 'Yubari', ''),
(49022, 112, 943, 'Yufutsu', ''),
(49023, 112, 944, 'Aioi', ''),
(49024, 112, 944, 'Akashi', ''),
(49025, 112, 944, 'Ama-higashimachi', ''),
(49026, 112, 944, 'Amagasaki', ''),
(49027, 112, 944, 'Ashiya', ''),
(49028, 112, 944, 'Goshikicho-tsushi', ''),
(49029, 112, 944, 'Himeji', ''),
(49030, 112, 944, 'Itami', ''),
(49031, 112, 944, 'Izumicho', ''),
(49032, 112, 944, 'Kaibara', ''),
(49033, 112, 944, 'Kakogawa', ''),
(49034, 112, 944, 'Kamigori', ''),
(49035, 112, 944, 'Kanzaki', ''),
(49036, 112, 944, 'Kariya', ''),
(49037, 112, 944, 'Kawanishi', ''),
(49038, 112, 944, 'Kobe', ''),
(49039, 112, 944, 'Miki', ''),
(49040, 112, 944, 'Nishinomiya', ''),
(49041, 112, 944, 'Nishiwaki', ''),
(49042, 112, 944, 'Ono', ''),
(49043, 112, 944, 'Sandacho', ''),
(49044, 112, 944, 'Sasayama', ''),
(49045, 112, 944, 'Sayo', ''),
(49046, 112, 944, 'Sumoto', ''),
(49047, 112, 944, 'Takaoka', ''),
(49048, 112, 944, 'Takarazuka', ''),
(49049, 112, 944, 'Takasagocho-takasemachi', ''),
(49050, 112, 944, 'Tatsunocho-tominaga', ''),
(49051, 112, 944, 'Toyooka', ''),
(49052, 112, 944, 'Wadayama', ''),
(49053, 112, 944, 'Yabu', ''),
(49054, 112, 945, 'Ami', ''),
(49055, 112, 945, 'Bando', ''),
(49056, 112, 945, 'Chikusei', ''),
(49057, 112, 945, 'Hitachi', ''),
(49058, 112, 945, 'Hitachi-Naka', ''),
(49059, 112, 945, 'Hitachiomiya', ''),
(49060, 112, 945, 'Hokota', ''),
(49061, 112, 945, 'Inashiki', ''),
(49062, 112, 945, 'Ishioka', ''),
(49063, 112, 945, 'Joso', ''),
(49064, 112, 945, 'Kamisu', ''),
(49065, 112, 945, 'Kasama', ''),
(49066, 112, 945, 'Kashima-shi', ''),
(49067, 112, 945, 'Kasumigaura', ''),
(49068, 112, 945, 'Kita-sannomaru', ''),
(49069, 112, 945, 'Kitaibaraki', ''),
(49070, 112, 945, 'Koga', ''),
(49071, 112, 945, 'Machiya', ''),
(49072, 112, 945, 'Mito', ''),
(49073, 112, 945, 'Mitsukaido', ''),
(49074, 112, 945, 'Moriya', ''),
(49075, 112, 945, 'Naka', ''),
(49076, 112, 945, 'Namegata', ''),
(49077, 112, 945, 'Natsumi', ''),
(49078, 112, 945, 'Omitama', ''),
(49079, 112, 945, 'Ota', ''),
(49080, 112, 945, 'Ryugasaki', ''),
(49081, 112, 945, 'Sakai', ''),
(49082, 112, 945, 'Sakuragawa', ''),
(49083, 112, 945, 'Takahagi', ''),
(49084, 112, 945, 'Toride', ''),
(49085, 112, 945, 'Tsuchiara', ''),
(49086, 112, 945, 'Tsuchiura', ''),
(49087, 112, 945, 'Tsukuba', ''),
(49088, 112, 945, 'Tsukubamirai', ''),
(49089, 112, 945, 'Ushiku', ''),
(49090, 112, 945, 'Yuki', ''),
(49091, 112, 946, 'Bakurocho', ''),
(49092, 112, 946, 'Hakui', ''),
(49093, 112, 946, 'Kaga', ''),
(49094, 112, 946, 'Kahoku', ''),
(49095, 112, 946, 'Kanazawa', ''),
(49096, 112, 946, 'Komatsu', ''),
(49097, 112, 946, 'Monzenmachi-igisu', ''),
(49098, 112, 946, 'Nanao', ''),
(49099, 112, 946, 'Nomimachi', ''),
(49100, 112, 946, 'Nonoichi', ''),
(49101, 112, 946, 'Shirayamamachi', ''),
(49102, 112, 946, 'Takamatsu', ''),
(49103, 112, 946, 'Wajima', ''),
(49104, 112, 947, 'Hachimantai', ''),
(49105, 112, 947, 'Hanamaki', ''),
(49106, 112, 947, 'Ichinoseki', ''),
(49107, 112, 947, 'Iwaizumi', ''),
(49108, 112, 947, 'Kamaishi', ''),
(49109, 112, 947, 'Kitakami', ''),
(49110, 112, 947, 'Kuzumaki', ''),
(49111, 112, 947, 'Miyako', ''),
(49112, 112, 947, 'Mizusawa', ''),
(49113, 112, 947, 'Morioka', ''),
(49114, 112, 947, 'Ninohe', ''),
(49115, 112, 947, 'Ofunato', ''),
(49116, 112, 947, 'Oshu', ''),
(49117, 112, 947, 'Shizukuishi', ''),
(49118, 112, 947, 'Uchimaru', ''),
(49119, 112, 947, 'Yamada', ''),
(49120, 112, 948, 'Hama', ''),
(49121, 112, 948, 'Higashiura', ''),
(49122, 112, 948, 'Kan\'onjicho', ''),
(49123, 112, 948, 'Kotohira', ''),
(49124, 112, 948, 'Kozai-honmachi', ''),
(49125, 112, 948, 'Marugame', ''),
(49126, 112, 948, 'Sakaidecho', ''),
(49127, 112, 948, 'Shichibancho', ''),
(49128, 112, 948, 'Suda', ''),
(49129, 112, 948, 'Tadotsu', ''),
(49130, 112, 948, 'Takamatsu', ''),
(49131, 112, 948, 'Utazu', ''),
(49132, 112, 949, 'Akune', ''),
(49133, 112, 949, 'Hamanoichi', ''),
(49134, 112, 949, 'Kagoshima', ''),
(49135, 112, 949, 'Kanoya', ''),
(49136, 112, 949, 'Kojima', ''),
(49137, 112, 949, 'Kokubu-matsuki', ''),
(49138, 112, 949, 'Okuchi-yamano', ''),
(49139, 112, 949, 'Sendai', ''),
(49140, 112, 949, 'Taniyama-chuo', ''),
(49141, 112, 949, 'Tarumizu', ''),
(49142, 112, 949, 'Yamagawa-yamashitacho', ''),
(49143, 112, 950, 'Asanocho', ''),
(49144, 112, 950, 'Atsugi', ''),
(49145, 112, 950, 'Ayase', ''),
(49146, 112, 950, 'Chigasaki', ''),
(49147, 112, 950, 'Ebina', ''),
(49148, 112, 950, 'Fujisawa', ''),
(49149, 112, 950, 'Hadano', ''),
(49150, 112, 950, 'Hakone', ''),
(49151, 112, 950, 'Hayama', ''),
(49152, 112, 950, 'Hayashi', ''),
(49153, 112, 950, 'Hinata', ''),
(49154, 112, 950, 'Hiratsuka', ''),
(49155, 112, 950, 'Hodogaya', ''),
(49156, 112, 950, 'Isehara', ''),
(49157, 112, 950, 'Jonan', ''),
(49158, 112, 950, 'Kamakura', ''),
(49159, 112, 950, 'Kawasaki', ''),
(49160, 112, 950, 'Manazuru', ''),
(49161, 112, 950, 'Matsuda-soryo', ''),
(49162, 112, 950, 'Minamiashigara', ''),
(49163, 112, 950, 'Miura', ''),
(49164, 112, 950, 'Nakano', ''),
(49165, 112, 950, 'Nihon\'odori', ''),
(49166, 112, 950, 'Ninomiya', ''),
(49167, 112, 950, 'Odawara', ''),
(49168, 112, 950, 'Oiso', ''),
(49169, 112, 950, 'Sakurakabu', ''),
(49170, 112, 950, 'Shinjuku', ''),
(49171, 112, 950, 'Suge', ''),
(49172, 112, 950, 'Totsukacho', ''),
(49173, 112, 950, 'Tsurumi', ''),
(49174, 112, 950, 'Yamakita', ''),
(49175, 112, 950, 'Yokohama', ''),
(49176, 112, 950, 'Yokosuka', ''),
(49177, 112, 950, 'Yugawara', ''),
(49178, 112, 950, 'Zama', ''),
(49179, 112, 950, 'Zushi', ''),
(49180, 112, 951, 'Hommachi', ''),
(49181, 112, 951, 'Ino', ''),
(49182, 112, 951, 'Kochi', ''),
(49183, 112, 951, 'Muroto-misakicho', ''),
(49184, 112, 951, 'Nakamura', ''),
(49185, 112, 951, 'Sukumo', ''),
(49186, 112, 951, 'Susaki', ''),
(49187, 112, 951, 'Usa', ''),
(49188, 112, 952, 'Hanabatacho', ''),
(49189, 112, 952, 'Hirakawa', ''),
(49190, 112, 952, 'Hitoyoshi', ''),
(49191, 112, 952, 'Kikuchi', ''),
(49192, 112, 952, 'Kita', ''),
(49193, 112, 952, 'Kumamoto', ''),
(49194, 112, 952, 'Tamana', ''),
(49195, 112, 952, 'Uto', ''),
(49196, 112, 952, 'Yamaga', ''),
(49197, 112, 952, 'Yatsushiro', ''),
(49198, 112, 953, 'Ayabe', ''),
(49199, 112, 953, 'Fukuchiyama', ''),
(49200, 112, 953, 'Fushimi', ''),
(49201, 112, 953, 'Ishikawa', ''),
(49202, 112, 953, 'Kameoka', ''),
(49203, 112, 953, 'Kanzaki', ''),
(49204, 112, 953, 'Kobe', ''),
(49205, 112, 953, 'Kyoto', ''),
(49206, 112, 953, 'Maizuru', ''),
(49207, 112, 953, 'Mimata', ''),
(49208, 112, 953, 'Mineyama', ''),
(49209, 112, 953, 'Muko', ''),
(49210, 112, 953, 'Tamba', ''),
(49211, 112, 953, 'Uji', ''),
(49212, 112, 953, 'Yawata', ''),
(49213, 112, 954, 'Futami', ''),
(49214, 112, 954, 'Ida', ''),
(49215, 112, 954, 'Inabe', ''),
(49216, 112, 954, 'Ise', ''),
(49217, 112, 954, 'Kameyama', ''),
(49218, 112, 954, 'Kocho', ''),
(49219, 112, 954, 'Komono', ''),
(49220, 112, 954, 'Kumano', ''),
(49221, 112, 954, 'Kuwana-shi', ''),
(49222, 112, 954, 'Matsusaka', ''),
(49223, 112, 954, 'Miemachi', ''),
(49224, 112, 954, 'Nabari', ''),
(49225, 112, 954, 'Nishiki', ''),
(49226, 112, 954, 'Oizu', ''),
(49227, 112, 954, 'Owase', ''),
(49228, 112, 954, 'Sawara', ''),
(49229, 112, 954, 'Shima', ''),
(49230, 112, 954, 'Suzuka', ''),
(49231, 112, 954, 'Toba', ''),
(49232, 112, 954, 'Tsu', ''),
(49233, 112, 954, 'Ueno-ebisumachi', ''),
(49234, 112, 954, 'Yokkaichi', ''),
(49235, 112, 955, 'Asahi', ''),
(49236, 112, 955, 'Higashimatsushima', ''),
(49237, 112, 955, 'Ishinomaki', ''),
(49238, 112, 955, 'Iwanuma', ''),
(49239, 112, 955, 'Kakuda', ''),
(49240, 112, 955, 'Kamimachi', ''),
(49241, 112, 955, 'Kesennuma', ''),
(49242, 112, 955, 'Kurihara', ''),
(49243, 112, 955, 'Marumori', ''),
(49244, 112, 955, 'Minamiku', ''),
(49245, 112, 955, 'Motoyoshicho-takaoka', ''),
(49246, 112, 955, 'Murata', ''),
(49247, 112, 955, 'Nakazawa', ''),
(49248, 112, 955, 'Natori-shi', ''),
(49249, 112, 955, 'Obayashi', ''),
(49250, 112, 955, 'Okawara', ''),
(49251, 112, 955, 'Rifu', ''),
(49252, 112, 955, 'Sakura', ''),
(49253, 112, 955, 'Sendai', ''),
(49254, 112, 955, 'Shimizukoji', ''),
(49255, 112, 955, 'Shiogama', ''),
(49256, 112, 955, 'Shiroishi', ''),
(49257, 112, 955, 'Shobusawa', ''),
(49258, 112, 955, 'Tagajo-shi', ''),
(49259, 112, 955, 'Takagi', ''),
(49260, 112, 955, 'Tomiya', ''),
(49261, 112, 955, 'Toyomamachi-teraike', ''),
(49262, 112, 955, 'Wakuya', ''),
(49263, 112, 955, 'Watari', ''),
(49264, 112, 955, 'Yoneyamacho-nishino', ''),
(49265, 112, 955, 'Yoshioka', ''),
(49266, 112, 956, 'Kobayashi', ''),
(49267, 112, 956, 'Kushima', ''),
(49268, 112, 956, 'Miyakonojo', ''),
(49269, 112, 956, 'Miyazaki', ''),
(49270, 112, 956, 'Nichinan', ''),
(49271, 112, 956, 'Nobeoka', ''),
(49272, 112, 956, 'Okubo', ''),
(49273, 112, 956, 'Takajo', ''),
(49274, 112, 956, 'Tsuma', ''),
(49275, 112, 956, 'Tsuru', ''),
(49276, 112, 957, 'Azumino', ''),
(49277, 112, 957, 'Chikuma', ''),
(49278, 112, 957, 'Chino', ''),
(49279, 112, 957, 'Fukushima', ''),
(49280, 112, 957, 'Iida', ''),
(49281, 112, 957, 'Iiyama', ''),
(49282, 112, 957, 'Ina', ''),
(49283, 112, 957, 'Itabashi', ''),
(49284, 112, 957, 'Iwamurada', ''),
(49285, 112, 957, 'Kasuga', ''),
(49286, 112, 957, 'Kinoshita', ''),
(49287, 112, 957, 'Komagane', ''),
(49288, 112, 957, 'Komoro', ''),
(49289, 112, 957, 'Machi', ''),
(49290, 112, 957, 'Matsumoto', ''),
(49291, 112, 957, 'Nagano', ''),
(49292, 112, 957, 'Nakahata', ''),
(49293, 112, 957, 'Nakamachi', ''),
(49294, 112, 957, 'Nakano', ''),
(49295, 112, 957, 'Okaya', ''),
(49296, 112, 957, 'Omachi', ''),
(49297, 112, 957, 'Sakaki', ''),
(49298, 112, 957, 'Saku', ''),
(49299, 112, 957, 'Shiojiri', ''),
(49300, 112, 957, 'Suwa', ''),
(49301, 112, 957, 'Suzaka', ''),
(49302, 112, 957, 'Tatsuno', ''),
(49303, 112, 957, 'Tomi', ''),
(49304, 112, 957, 'Ueda, Nagano', ''),
(49305, 112, 958, 'Arakawa', ''),
(49306, 112, 958, 'Asahimachi', ''),
(49307, 112, 958, 'Fukuda', ''),
(49308, 112, 958, 'Ichinogo', ''),
(49309, 112, 958, 'Isahaya', ''),
(49310, 112, 958, 'Izuharamachi-kuwa', ''),
(49311, 112, 958, 'Kawatana', ''),
(49312, 112, 958, 'Mie', ''),
(49313, 112, 958, 'Minato', ''),
(49314, 112, 958, 'Nagasaki', ''),
(49315, 112, 958, 'Nakanoshima', ''),
(49316, 112, 958, 'Obita', ''),
(49317, 112, 958, 'Omura', ''),
(49318, 112, 958, 'Saikaicho-kobago', ''),
(49319, 112, 958, 'Sasebo', ''),
(49320, 112, 958, 'Shimabara', ''),
(49321, 112, 958, 'Sonogishukugo', ''),
(49322, 112, 958, 'Tainoura', ''),
(49323, 112, 958, 'Tomiemachi-yamashita', ''),
(49324, 112, 958, 'Uki', ''),
(49325, 112, 959, 'Gojo', ''),
(49326, 112, 959, 'Gose', ''),
(49327, 112, 959, 'Haibara-akanedai', ''),
(49328, 112, 959, 'Ikoma', ''),
(49329, 112, 959, 'Kashiba', ''),
(49330, 112, 959, 'Kashihara-shi', ''),
(49331, 112, 959, 'Katsuragi', ''),
(49332, 112, 959, 'Koma', ''),
(49333, 112, 959, 'Mima', ''),
(49334, 112, 959, 'Nara', ''),
(49335, 112, 959, 'Ouda-yamaguchi', ''),
(49336, 112, 959, 'Oyamato', ''),
(49337, 112, 959, 'Sakurai', ''),
(49338, 112, 959, 'Tawaramoto', ''),
(49339, 112, 959, 'Tenri', ''),
(49340, 112, 959, 'Yamato-Takada', ''),
(49341, 112, 960, 'Agano', ''),
(49342, 112, 960, 'Arai', ''),
(49343, 112, 960, 'Gosen', ''),
(49344, 112, 960, 'Higashiboridori', ''),
(49345, 112, 960, 'Honcho', ''),
(49346, 112, 960, 'Ichibanhoridoricho', ''),
(49347, 112, 960, 'Itoigawa', ''),
(49348, 112, 960, 'Joetsu', ''),
(49349, 112, 960, 'Kamo', ''),
(49350, 112, 960, 'Kashiwazaki', ''),
(49351, 112, 960, 'Kawaguchi-nakayama', ''),
(49352, 112, 960, 'Minamiuonuma', ''),
(49353, 112, 960, 'Mitsuke', ''),
(49354, 112, 960, 'Murakami', ''),
(49355, 112, 960, 'Nagaoka', ''),
(49356, 112, 960, 'Niigata', ''),
(49357, 112, 960, 'Ojiya', ''),
(49358, 112, 960, 'Sado', ''),
(49359, 112, 960, 'Sanjo', ''),
(49360, 112, 960, 'Shibata', ''),
(49361, 112, 960, 'Tainai', ''),
(49362, 112, 960, 'Tokamachi', ''),
(49363, 112, 960, 'Tsubame', ''),
(49364, 112, 960, 'Uonuma', ''),
(49365, 112, 960, 'Uwayama', ''),
(49366, 112, 961, 'Beppu', ''),
(49367, 112, 961, 'Hiji', ''),
(49368, 112, 961, 'Hirokawa', ''),
(49369, 112, 961, 'Hita', ''),
(49370, 112, 961, 'Kemegawa-chuomachi', ''),
(49371, 112, 961, 'Ohi', ''),
(49372, 112, 961, 'Ōita', ''),
(49373, 112, 961, 'Saiki', ''),
(49374, 112, 961, 'Tsukawaki', ''),
(49375, 112, 961, 'Usuki', ''),
(49376, 112, 962, 'Ibara', ''),
(49377, 112, 962, 'Ichiba', ''),
(49378, 112, 962, 'Kaigandori', ''),
(49379, 112, 962, 'Kasaoka', ''),
(49380, 112, 962, 'Katta', ''),
(49381, 112, 962, 'Kurashiki', ''),
(49382, 112, 962, 'Nakaicho-nishigata', ''),
(49383, 112, 962, 'Niimi', ''),
(49384, 112, 962, 'Okayama', ''),
(49385, 112, 962, 'Soja', ''),
(49386, 112, 962, 'Tamano', ''),
(49387, 112, 962, 'Tsuyama', ''),
(49388, 112, 963, 'Chatan', ''),
(49389, 112, 963, 'Furugen', ''),
(49390, 112, 963, 'Ginowan', ''),
(49391, 112, 963, 'Goya', ''),
(49392, 112, 963, 'Ishigaki', ''),
(49393, 112, 963, 'Ishikawa', ''),
(49394, 112, 963, 'Itoman', ''),
(49395, 112, 963, 'Kadena', ''),
(49396, 112, 963, 'Katsuren-haebaru', ''),
(49397, 112, 963, 'Kunigami', ''),
(49398, 112, 963, 'Miyakojima', ''),
(49399, 112, 963, 'Mizugama', ''),
(49400, 112, 963, 'Motobu Cho', ''),
(49401, 112, 963, 'Nago', ''),
(49402, 112, 963, 'Naha', ''),
(49403, 112, 963, 'Nakagusuku', ''),
(49404, 112, 963, 'Nakano', ''),
(49405, 112, 963, 'Nakijin', ''),
(49406, 112, 963, 'Nanjo', ''),
(49407, 112, 963, 'Nishihara', ''),
(49408, 112, 963, 'Okinawa', ''),
(49409, 112, 963, 'Onna', ''),
(49410, 112, 963, 'Tomigusuku', ''),
(49411, 112, 963, 'Urasoe', ''),
(49412, 112, 963, 'Uruma', ''),
(49413, 112, 963, 'Yaese', ''),
(49414, 112, 963, 'Yaka', ''),
(49415, 112, 963, 'Yomitan Son', ''),
(49416, 112, 963, 'Yonabaru', ''),
(49417, 112, 964, 'Ashihara', ''),
(49418, 112, 964, 'Daitocho', ''),
(49419, 112, 964, 'Fujiidera', ''),
(49420, 112, 964, 'Fukui', ''),
(49421, 112, 964, 'Habikino', ''),
(49422, 112, 964, 'Hannan', ''),
(49423, 112, 964, 'Higashiosaka', ''),
(49424, 112, 964, 'Hirakata', ''),
(49425, 112, 964, 'Ibaraki', ''),
(49426, 112, 964, 'Ikeda', ''),
(49427, 112, 964, 'Izumi', ''),
(49428, 112, 964, 'Izumi-Sano', ''),
(49429, 112, 964, 'Izumiotsu', ''),
(49430, 112, 964, 'Kadoma', ''),
(49431, 112, 964, 'Kaizuka', ''),
(49432, 112, 964, 'Kashihara', ''),
(49433, 112, 964, 'Kawachicho', ''),
(49434, 112, 964, 'Kayano', ''),
(49435, 112, 964, 'Kishiwada', ''),
(49436, 112, 964, 'Matsubara', ''),
(49437, 112, 964, 'Mino', ''),
(49438, 112, 964, 'Moriguchi', ''),
(49439, 112, 964, 'Neyagawa', ''),
(49440, 112, 964, 'Nyu', ''),
(49441, 112, 964, 'Osaka', ''),
(49442, 112, 964, 'Sakai', ''),
(49443, 112, 964, 'Sayama', ''),
(49444, 112, 964, 'Sennan', ''),
(49445, 112, 964, 'Settsu', ''),
(49446, 112, 964, 'Shijonawate', ''),
(49447, 112, 964, 'Suita', ''),
(49448, 112, 964, 'Tadaoka-higashi', ''),
(49449, 112, 964, 'Takaishi', ''),
(49450, 112, 964, 'Takatsuki', ''),
(49451, 112, 964, 'Tondabayashi', ''),
(49452, 112, 964, 'Toyonaka', ''),
(49453, 112, 964, 'Yao', ''),
(49454, 112, 964, 'Yoshimi', ''),
(49455, 112, 965, 'Hamatamamachi-gotanda', ''),
(49456, 112, 965, 'Higashioshimamachi', ''),
(49457, 112, 965, 'Imaricho-ko', ''),
(49458, 112, 965, 'Kagami', ''),
(49459, 112, 965, 'Kanzakimachi-kanzaki', ''),
(49460, 112, 965, 'Karatsu', ''),
(49461, 112, 965, 'Ogimachi', ''),
(49462, 112, 965, 'Saga', ''),
(49463, 112, 965, 'Takeocho-takeo', ''),
(49464, 112, 965, 'Tanaka', ''),
(49465, 112, 965, 'Tara', ''),
(49466, 112, 965, 'Tosu', ''),
(49467, 112, 965, 'Ureshinomachi-shimojuku', ''),
(49468, 112, 966, 'Ageo', ''),
(49469, 112, 966, 'Asaka', ''),
(49470, 112, 966, 'Chichibu', ''),
(49471, 112, 966, 'Fujimi', ''),
(49472, 112, 966, 'Fujimino', ''),
(49473, 112, 966, 'Gyoda', ''),
(49474, 112, 966, 'Hanno', ''),
(49475, 112, 966, 'Hanyu', ''),
(49476, 112, 966, 'Hasuda', ''),
(49477, 112, 966, 'Hatogaya-honcho', ''),
(49478, 112, 966, 'Hidaka', ''),
(49479, 112, 966, 'Higashi-Matsuyama', ''),
(49480, 112, 966, 'Higashimatsuyama-shi', ''),
(49481, 112, 966, 'Honjo', ''),
(49482, 112, 966, 'Iruma', ''),
(49483, 112, 966, 'Iwatsuki', ''),
(49484, 112, 966, 'Kasukabe', ''),
(49485, 112, 966, 'Kawagoe', ''),
(49486, 112, 966, 'Kawaguchi', ''),
(49487, 112, 966, 'Kazo', ''),
(49488, 112, 966, 'Kitamoto', ''),
(49489, 112, 966, 'Kodamacho-kodamaminami', ''),
(49490, 112, 966, 'Komagawa', ''),
(49491, 112, 966, 'Konosu', ''),
(49492, 112, 966, 'Koshigaya', ''),
(49493, 112, 966, 'Koyama', ''),
(49494, 112, 966, 'Kukichuo', ''),
(49495, 112, 966, 'Kumagaya', ''),
(49496, 112, 966, 'Kurihashi', ''),
(49497, 112, 966, 'Matsuyama', ''),
(49498, 112, 966, 'Minano', ''),
(49499, 112, 966, 'Misato', ''),
(49500, 112, 966, 'Morohongo', ''),
(49501, 112, 966, 'Nakai', ''),
(49502, 112, 966, 'Niiza', ''),
(49503, 112, 966, 'Nishi', ''),
(49504, 112, 966, 'Ogano', ''),
(49505, 112, 966, 'Ogose', ''),
(49506, 112, 966, 'Okegawa', ''),
(49507, 112, 966, 'Omiya-ku', ''),
(49508, 112, 966, 'Saitama', ''),
(49509, 112, 966, 'Sakado', ''),
(49510, 112, 966, 'Sakae', ''),
(49511, 112, 966, 'Sakaguchi', ''),
(49512, 112, 966, 'Satte', ''),
(49513, 112, 966, 'Sayama', ''),
(49514, 112, 966, 'Shiki', ''),
(49515, 112, 966, 'Shimotoda', ''),
(49516, 112, 966, 'Shinshuku', ''),
(49517, 112, 966, 'Shiraoka', ''),
(49518, 112, 966, 'Shobu', ''),
(49519, 112, 966, 'Soka', ''),
(49520, 112, 966, 'Sugito', ''),
(49521, 112, 966, 'Tokorozawa', ''),
(49522, 112, 966, 'Torocho', ''),
(49523, 112, 966, 'Tsurugashima', ''),
(49524, 112, 966, 'Wako', ''),
(49525, 112, 966, 'Yashio-shi', ''),
(49526, 112, 966, 'Yorii', ''),
(49527, 112, 966, 'Yoshikawa', ''),
(49528, 112, 967, 'Echigawa', ''),
(49529, 112, 967, 'Hikone', ''),
(49530, 112, 967, 'Hino', ''),
(49531, 112, 967, 'Koka', ''),
(49532, 112, 967, 'Kusatsu', ''),
(49533, 112, 967, 'Maibara', ''),
(49534, 112, 967, 'Minakuchicho-matoba', ''),
(49535, 112, 967, 'Moriyama', ''),
(49536, 112, 967, 'Nagahama', ''),
(49537, 112, 967, 'Natsumi', ''),
(49538, 112, 967, 'Omihachiman', ''),
(49539, 112, 967, 'Ōtsu', ''),
(49540, 112, 967, 'Ritto', ''),
(49541, 112, 967, 'Taga', ''),
(49542, 112, 967, 'Takashima', ''),
(49543, 112, 967, 'Takata', ''),
(49544, 112, 967, 'Ueno', ''),
(49545, 112, 968, 'Ama', ''),
(49546, 112, 968, 'Hamada', ''),
(49547, 112, 968, 'Higashiasahimachi', ''),
(49548, 112, 968, 'Izumo', ''),
(49549, 112, 968, 'Koryocho-itazu', ''),
(49550, 112, 968, 'Masuda', ''),
(49551, 112, 968, 'Matsue', ''),
(49552, 112, 968, 'Minami', ''),
(49553, 112, 968, 'Odacho-oda', ''),
(49554, 112, 968, 'Okugano', ''),
(49555, 112, 968, 'Otsukacho', ''),
(49556, 112, 968, 'Shinjicho-shinji', ''),
(49557, 112, 968, 'Taishacho-kizukikita', ''),
(49558, 112, 968, 'Yasugicho', ''),
(49559, 112, 969, 'Atami', ''),
(49560, 112, 969, 'Fuji', ''),
(49561, 112, 969, 'Fujieda', ''),
(49562, 112, 969, 'Fujinomiya', ''),
(49563, 112, 969, 'Fukuroi', ''),
(49564, 112, 969, 'Gotenba', ''),
(49565, 112, 969, 'Hamakita', ''),
(49566, 112, 969, 'Hamamatsu', ''),
(49567, 112, 969, 'Hamana', ''),
(49568, 112, 969, 'Itō', ''),
(49569, 112, 969, 'Iwata', ''),
(49570, 112, 969, 'Izu', ''),
(49571, 112, 969, 'Izunokuni', ''),
(49572, 112, 969, 'Kakegawa', ''),
(49573, 112, 969, 'Kasai', ''),
(49574, 112, 969, 'Katase', ''),
(49575, 112, 969, 'Kawaramachi', ''),
(49576, 112, 969, 'Keta', ''),
(49577, 112, 969, 'Kikugawa', ''),
(49578, 112, 969, 'Kochi', ''),
(49579, 112, 969, 'Kosai', ''),
(49580, 112, 969, 'Makinohara', ''),
(49581, 112, 969, 'Mishima', ''),
(49582, 112, 969, 'Mori', ''),
(49583, 112, 969, 'Numazu', ''),
(49584, 112, 969, 'Oiwake', ''),
(49585, 112, 969, 'Omaezaki', ''),
(49586, 112, 969, 'Shimada', ''),
(49587, 112, 969, 'Shimizumachi', ''),
(49588, 112, 969, 'Shimoda', ''),
(49589, 112, 969, 'Shizuoka', ''),
(49590, 112, 969, 'Susono', ''),
(49591, 112, 969, 'Takaramachi', ''),
(49592, 112, 969, 'Yaizu', ''),
(49593, 112, 970, 'Ashikaga', ''),
(49594, 112, 970, 'Hanawadamachi', ''),
(49595, 112, 970, 'Kaminokawa', ''),
(49596, 112, 970, 'Kanuma', ''),
(49597, 112, 970, 'Mashiko', ''),
(49598, 112, 970, 'Mibu', ''),
(49599, 112, 970, 'Mooka', ''),
(49600, 112, 970, 'Motegi', ''),
(49601, 112, 970, 'Nasukarasuyama', ''),
(49602, 112, 970, 'Nasushiobara', ''),
(49603, 112, 970, 'Nikkō', ''),
(49604, 112, 970, 'Omiya', ''),
(49605, 112, 970, 'Otawara', ''),
(49606, 112, 970, 'Oyama', ''),
(49607, 112, 970, 'Sano', ''),
(49608, 112, 970, 'Shimotsuke', ''),
(49609, 112, 970, 'Tochigi', ''),
(49610, 112, 970, 'Utsunomiya', ''),
(49611, 112, 970, 'Yaita', ''),
(49612, 112, 971, 'Anan', ''),
(49613, 112, 971, 'Bandaicho', ''),
(49614, 112, 971, 'Higashiiya-takano', ''),
(49615, 112, 971, 'Ikedacho-itano', ''),
(49616, 112, 971, 'Kamojimacho-jogejima', ''),
(49617, 112, 971, 'Komatsushimacho', ''),
(49618, 112, 971, 'Mugiura', ''),
(49619, 112, 971, 'Narutocho-mitsuishi', ''),
(49620, 112, 971, 'Nasa', ''),
(49621, 112, 971, 'Nomura', ''),
(49622, 112, 971, 'Tokushima', ''),
(49623, 112, 972, 'Akabane', ''),
(49624, 112, 972, 'Akasaka', ''),
(49625, 112, 972, 'Akishima', ''),
(49626, 112, 972, 'Azusawa', ''),
(49627, 112, 972, 'Den\'en-chofu', ''),
(49628, 112, 972, 'Fussa', ''),
(49629, 112, 972, 'Ginza', ''),
(49630, 112, 972, 'Gotanda', ''),
(49631, 112, 972, 'Hachiōji', ''),
(49632, 112, 972, 'Hakonegasaki', ''),
(49633, 112, 972, 'Hamura', ''),
(49634, 112, 972, 'Haneda', ''),
(49635, 112, 972, 'Heiwajima', ''),
(49636, 112, 972, 'Higashi-nihombashi', ''),
(49637, 112, 972, 'Higashi-nippori', ''),
(49638, 112, 972, 'Higashimurayama-shi', ''),
(49639, 112, 972, 'Higashiyamato', ''),
(49640, 112, 972, 'Hikawadai', ''),
(49641, 112, 972, 'Hino', ''),
(49642, 112, 972, 'Hon-gyotoku', ''),
(49643, 112, 972, 'Honcho', ''),
(49644, 112, 972, 'Hongo', ''),
(49645, 112, 972, 'Hyakunincho', ''),
(49646, 112, 972, 'Ikebukuro', ''),
(49647, 112, 972, 'Ina', ''),
(49648, 112, 972, 'Izumi', ''),
(49649, 112, 972, 'Kamearimachi', ''),
(49650, 112, 972, 'Kamimeguro', ''),
(49651, 112, 972, 'Kamirenjaku', ''),
(49652, 112, 972, 'Kamishakujii', ''),
(49653, 112, 972, 'Kichijoji-honcho', ''),
(49654, 112, 972, 'Kiyose', ''),
(49655, 112, 972, 'Kohinata', ''),
(49656, 112, 972, 'Kokubunji', ''),
(49657, 112, 972, 'Komagome', ''),
(49658, 112, 972, 'Koyamadai', ''),
(49659, 112, 972, 'Kugayama', ''),
(49660, 112, 972, 'Machida', ''),
(49661, 112, 972, 'Maenocho', ''),
(49662, 112, 972, 'Marunouchi', ''),
(49663, 112, 972, 'Minami', ''),
(49664, 112, 972, 'Minamiaoyama', ''),
(49665, 112, 972, 'Mita', ''),
(49666, 112, 972, 'Musashimurayama', ''),
(49667, 112, 972, 'Musashino', ''),
(49668, 112, 972, 'Nakaochiai', ''),
(49669, 112, 972, 'Narihirabashi', ''),
(49670, 112, 972, 'Nihombashi-Kayabacho', ''),
(49671, 112, 972, 'Nishi-Tokyo-shi', ''),
(49672, 112, 972, 'Nishiarai', ''),
(49673, 112, 972, 'Ochikawa', ''),
(49674, 112, 972, 'Ogikubo', ''),
(49675, 112, 972, 'Ome', ''),
(49676, 112, 972, 'Saginomiya', ''),
(49677, 112, 972, 'Samban', ''),
(49678, 112, 972, 'Sarugakucho', ''),
(49679, 112, 972, 'Senju', ''),
(49680, 112, 972, 'Shiba-Kaigandori', ''),
(49681, 112, 972, 'Shiba-Takahamacho', ''),
(49682, 112, 972, 'Shibadaimon', ''),
(49683, 112, 972, 'Shibaura', ''),
(49684, 112, 972, 'Shimomeguro', ''),
(49685, 112, 972, 'Shirokane', ''),
(49686, 112, 972, 'Shoto', ''),
(49687, 112, 972, 'Sumidacho', ''),
(49688, 112, 972, 'Takanawa', ''),
(49689, 112, 972, 'Takashimadaira', ''),
(49690, 112, 972, 'Takinogawa', ''),
(49691, 112, 972, 'Tama', ''),
(49692, 112, 972, 'Tokyo', ''),
(49693, 112, 972, 'Toranomon', ''),
(49694, 112, 972, 'Toshima Mura', ''),
(49695, 112, 972, 'Urayasu', ''),
(49696, 112, 972, 'Yoga', ''),
(49697, 112, 972, 'Yokoo', ''),
(49698, 112, 973, 'Daisen', ''),
(49699, 112, 973, 'Kurayoshi', ''),
(49700, 112, 973, 'Tottori-shi', ''),
(49701, 112, 973, 'Yabase', ''),
(49702, 112, 973, 'Yonago', ''),
(49703, 112, 974, 'Ikejiri', ''),
(49704, 112, 974, 'Imizucho', ''),
(49705, 112, 974, 'Ishida', ''),
(49706, 112, 974, 'Kurobeshin', ''),
(49707, 112, 974, 'Namerikawa', ''),
(49708, 112, 974, 'Nanto', ''),
(49709, 112, 974, 'Nyuzen', ''),
(49710, 112, 974, 'Oyabe', ''),
(49711, 112, 974, 'Sakai', ''),
(49712, 112, 974, 'Takaoka', ''),
(49713, 112, 974, 'Tonami', ''),
(49714, 112, 974, 'Toyama', ''),
(49715, 112, 974, 'Uozu', ''),
(49716, 112, 974, 'Yatsuomachi-higashikumisaka', ''),
(49717, 112, 975, 'Arida', ''),
(49718, 112, 975, 'Gobo', ''),
(49719, 112, 975, 'Hashimoto', ''),
(49720, 112, 975, 'Hiki', ''),
(49721, 112, 975, 'Iwade', ''),
(49722, 112, 975, 'Kainan', ''),
(49723, 112, 975, 'Kinokawa', ''),
(49724, 112, 975, 'Komatsubara', ''),
(49725, 112, 975, 'Koyasan', ''),
(49726, 112, 975, 'Kudoyama', ''),
(49727, 112, 975, 'Minatomachi', ''),
(49728, 112, 975, 'Mizonokuchi', ''),
(49729, 112, 975, 'Shiga', ''),
(49730, 112, 975, 'Shingu', ''),
(49731, 112, 975, 'Tanabe', ''),
(49732, 112, 975, 'Wakayama', ''),
(49733, 112, 976, 'Aratoko', ''),
(49734, 112, 976, 'Aterazawa', ''),
(49735, 112, 976, 'Funagata', ''),
(49736, 112, 976, 'Higashi-takadama', ''),
(49737, 112, 976, 'Higashine', ''),
(49738, 112, 976, 'Kaminoyama', ''),
(49739, 112, 976, 'Kasumicho', ''),
(49740, 112, 976, 'Koriyama', ''),
(49741, 112, 976, 'Miyamachi', ''),
(49742, 112, 976, 'Murayama', ''),
(49743, 112, 976, 'Nagai', ''),
(49744, 112, 976, 'Nogawa', ''),
(49745, 112, 976, 'Oishida', ''),
(49746, 112, 976, 'Sagae', ''),
(49747, 112, 976, 'Sakata', ''),
(49748, 112, 976, 'Takahata', ''),
(49749, 112, 976, 'Tendo', ''),
(49750, 112, 976, 'Tsuruoka', ''),
(49751, 112, 976, 'Yamagata', ''),
(49752, 112, 976, 'Yamanobe', ''),
(49753, 112, 976, 'Yonezawa', ''),
(49754, 112, 976, 'Yuza', ''),
(49755, 112, 977, 'Hagi', ''),
(49756, 112, 977, 'Hofu', ''),
(49757, 112, 977, 'Iwakuni', ''),
(49758, 112, 977, 'Kagawa', ''),
(49759, 112, 977, 'Kawasaki', ''),
(49760, 112, 977, 'Kudamatsu', ''),
(49761, 112, 977, 'Kuka', ''),
(49762, 112, 977, 'Nagato', ''),
(49763, 112, 977, 'Nakaichi', ''),
(49764, 112, 977, 'Onoda', ''),
(49765, 112, 977, 'Ozu', ''),
(49766, 112, 977, 'Shimonoseki', ''),
(49767, 112, 977, 'Tokuyama', ''),
(49768, 112, 977, 'Ube', ''),
(49769, 112, 977, 'Waki', ''),
(49770, 112, 977, 'Yamaguchi', ''),
(49771, 112, 977, 'Yanai', ''),
(49772, 112, 977, 'Yasuda', ''),
(49773, 112, 978, 'Enzan', ''),
(49774, 112, 978, 'Isawa', ''),
(49775, 112, 978, 'Kofu', ''),
(49776, 112, 978, 'Minobu', ''),
(49777, 112, 978, 'Nirasaki', ''),
(49778, 112, 978, 'Nishikicho', ''),
(49779, 112, 978, 'Ochiai', ''),
(49780, 112, 978, 'Oishi', ''),
(49781, 112, 978, 'Otsuki', ''),
(49782, 112, 978, 'Uenohara', ''),
(49783, 113, 979, 'Saint Helier', ''),
(49784, 114, 983, 'Aqtöbe', ''),
(49785, 114, 983, 'Kazatskiy', ''),
(49786, 114, 984, 'Alatau', ''),
(49787, 114, 984, 'Esik', ''),
(49788, 114, 984, 'Taldykorgan', ''),
(49789, 114, 984, 'Talghar', ''),
(49790, 114, 984, 'Turgen', ''),
(49791, 114, 985, 'Almaty', ''),
(49792, 114, 986, 'Esil', ''),
(49793, 114, 986, 'Kökshetaū', ''),
(49794, 114, 986, 'Stepnogorsk', ''),
(49795, 114, 987, 'Astana', ''),
(49796, 114, 988, 'Atyrau', ''),
(49797, 114, 989, 'Aksay', ''),
(49798, 114, 989, 'Aqtaū', ''),
(49799, 114, 989, 'Oral', ''),
(49800, 114, 989, 'Sonaly', ''),
(49801, 114, 990, 'Ridder', ''),
(49802, 114, 990, 'Semey', ''),
(49803, 114, 990, 'Ust-Kamenogorsk', ''),
(49804, 114, 991, 'Aqtau', ''),
(49805, 114, 991, 'Zhangaözen', ''),
(49806, 114, 992, 'Dostyk', ''),
(49807, 114, 992, 'Konstantīnovka', ''),
(49808, 114, 992, 'Pavlodar', ''),
(49809, 114, 993, 'Dzhezkazgan', ''),
(49810, 114, 993, 'Karagandy', ''),
(49811, 114, 993, 'Shakhtinsk', ''),
(49812, 114, 993, 'Temirtau', ''),
(49813, 114, 994, 'Kachar', ''),
(49814, 114, 994, 'Kostanay', ''),
(49815, 114, 994, 'Rudnyy', ''),
(49816, 114, 994, 'Uritskiy', ''),
(49817, 114, 994, 'Vostok', ''),
(49818, 114, 995, 'Koktem', ''),
(49819, 114, 995, 'Kyzylorda', ''),
(49820, 114, 996, 'Lomonosovka', ''),
(49821, 114, 996, 'Petropavl', ''),
(49822, 114, 996, 'Qaraghandy', ''),
(49823, 114, 996, 'Taldyk', ''),
(49824, 114, 997, 'Kentau', ''),
(49825, 114, 997, 'Shymkent', ''),
(49826, 114, 997, 'Turkestan', ''),
(49827, 114, 998, 'Kazakh', ''),
(49828, 114, 998, 'Taraz', ''),
(49829, 115, 999, 'Garissa', ''),
(49830, 115, 1000, 'Mbita', ''),
(49831, 115, 1001, 'Kajiado', ''),
(49832, 115, 1001, 'Ngong', ''),
(49833, 115, 1002, 'Karatina', ''),
(49834, 115, 1002, 'Kiambu', ''),
(49835, 115, 1002, 'Kikuyu', ''),
(49836, 115, 1002, 'Uthiru', ''),
(49837, 115, 1003, 'Kagumo', ''),
(49838, 115, 1004, 'Kisii', ''),
(49839, 115, 1005, 'Kisumu', ''),
(49840, 115, 1005, 'Maseno', ''),
(49841, 115, 1006, 'Kitui', ''),
(49842, 115, 1007, 'Sawa Sawa', ''),
(49843, 115, 1008, 'Machakos', ''),
(49844, 115, 1009, 'Wote', ''),
(49845, 115, 1010, 'Mandera', ''),
(49846, 115, 1011, 'Meru', ''),
(49847, 115, 1012, 'Mombasa', ''),
(49848, 115, 1013, 'Kabete', ''),
(49849, 115, 1013, 'Nairobi', ''),
(49850, 115, 1013, 'Parklands', ''),
(49851, 115, 1013, 'Riruta', ''),
(49852, 115, 1013, 'Thika', ''),
(49853, 115, 1014, 'Naivasha', ''),
(49854, 115, 1014, 'Nakuru', ''),
(49855, 115, 1015, 'Kaiboi', ''),
(49856, 115, 1016, 'Nyeri', ''),
(49857, 115, 1017, 'Bondo', ''),
(49858, 115, 1017, 'Ramogi', ''),
(49859, 115, 1017, 'Siaya', ''),
(49860, 115, 1018, 'Chuka', ''),
(49861, 115, 1019, 'Kitale', ''),
(49862, 115, 1020, 'Eldoret', ''),
(49863, 116, 1021, 'Bairiki Village', ''),
(49864, 116, 1021, 'Umwa Village', ''),
(49865, 117, 1022, 'Dunavo', ''),
(49866, 117, 1022, 'Gnjilane', ''),
(49867, 117, 1023, 'Mitrovica', ''),
(49868, 117, 1024, 'Pristina', ''),
(49869, 118, 1025, 'Al Ahmadi', ''),
(49870, 118, 1025, 'Al Fahahil', ''),
(49871, 118, 1026, 'Ad Dasmah', ''),
(49872, 118, 1026, 'Al Shamiya', ''),
(49873, 118, 1026, 'Kuwait City', ''),
(49874, 118, 1026, 'Safat', ''),
(49875, 118, 1027, 'Janub as Surrah', ''),
(49876, 118, 1028, 'Ar Rumaythiyah', ''),
(49877, 118, 1028, 'As Salimiyah', ''),
(49878, 118, 1028, 'Hawalli', ''),
(49879, 118, 1028, 'Salwa', ''),
(49880, 119, 1029, 'Bishkek', ''),
(49881, 119, 1030, 'Osh', ''),
(49882, 120, 1031, 'Thakhek', ''),
(49883, 120, 1032, 'Savannakhet', ''),
(49884, 120, 1033, 'Vientiane', ''),
(49885, 121, 1034, 'Baldone', ''),
(49886, 121, 1035, 'Balvi', ''),
(49887, 121, 1036, 'Bauska', ''),
(49888, 121, 1037, 'Carnikava', ''),
(49889, 121, 1038, 'Cēsis', ''),
(49890, 121, 1038, 'Liepa', ''),
(49891, 121, 1038, 'Skujene', ''),
(49892, 121, 1039, 'Daugavpils', ''),
(49893, 121, 1040, 'Dobele', ''),
(49894, 121, 1041, 'Stameriena', ''),
(49895, 121, 1042, 'Ikšķile', ''),
(49896, 121, 1043, 'Jēkabpils', ''),
(49897, 121, 1044, 'Jelgava', ''),
(49898, 121, 1045, 'Jūrmala', ''),
(49899, 121, 1046, 'Ķegums', ''),
(49900, 121, 1047, 'Katlakalns', ''),
(49901, 121, 1047, 'Ķekava', ''),
(49902, 121, 1048, 'Krāslava', ''),
(49903, 121, 1049, 'Ragana', ''),
(49904, 121, 1050, 'Kuldīga', ''),
(49905, 121, 1051, 'Iecava', ''),
(49906, 121, 1052, 'Liepāja', ''),
(49907, 121, 1053, 'Ludza', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(49908, 121, 1054, 'Jaunmarupe', ''),
(49909, 121, 1055, 'Ogre', ''),
(49910, 121, 1056, 'Olaine', ''),
(49911, 121, 1057, 'Ozolnieki', ''),
(49912, 121, 1058, 'Preiļi', ''),
(49913, 121, 1059, 'Rēzekne', ''),
(49914, 121, 1060, 'Agenskalns', ''),
(49915, 121, 1060, 'Balozi', ''),
(49916, 121, 1060, 'Bergi', ''),
(49917, 121, 1060, 'Ilguciems', ''),
(49918, 121, 1060, 'Riga', ''),
(49919, 121, 1061, 'Roya', ''),
(49920, 121, 1062, 'Ropaži', ''),
(49921, 121, 1063, 'Pilsrundale', ''),
(49922, 121, 1064, 'Salaspils', ''),
(49923, 121, 1065, 'Saldus', ''),
(49924, 121, 1066, 'Sigulda', ''),
(49925, 121, 1067, 'Smiltene', ''),
(49926, 121, 1068, 'Upeslejas', ''),
(49927, 121, 1069, 'Pastende', ''),
(49928, 121, 1069, 'Talsi', ''),
(49929, 121, 1070, 'Centrs', ''),
(49930, 121, 1070, 'Tukums', ''),
(49931, 121, 1071, 'Valmiera', ''),
(49932, 121, 1072, 'Ventspils', ''),
(49933, 121, 1073, 'Viesīte', ''),
(49934, 122, 1074, 'Ashrafiye', ''),
(49935, 122, 1074, 'Bab Idriss', ''),
(49936, 122, 1074, 'Beirut', ''),
(49937, 122, 1075, 'Halba', ''),
(49938, 122, 1076, 'Baalbek', ''),
(49939, 122, 1077, 'Zahle', ''),
(49940, 122, 1078, 'Tripoli', ''),
(49941, 122, 1079, 'Sidon', ''),
(49942, 122, 1079, 'Tyre', ''),
(49943, 122, 1080, 'Aaley', ''),
(49944, 122, 1080, 'Baabda', ''),
(49945, 122, 1080, 'Beit Chabab', ''),
(49946, 122, 1080, 'Broummana', ''),
(49947, 122, 1080, 'Dbaiye', ''),
(49948, 122, 1080, 'Ghazir', ''),
(49949, 122, 1080, 'Jounieh', ''),
(49950, 122, 1080, 'Kfarchima', ''),
(49951, 122, 1080, 'Kfarshima', ''),
(49952, 122, 1080, 'Mkalles', ''),
(49953, 122, 1080, 'Monteverde', ''),
(49954, 122, 1080, 'Sarba', ''),
(49955, 122, 1080, 'Yanar', ''),
(49956, 123, 1081, 'Maseru', ''),
(49957, 124, 1082, 'Monrovia', ''),
(49958, 124, 1082, 'Paynesville', ''),
(49959, 124, 1083, 'West', ''),
(49960, 125, 1084, 'Benghazi', ''),
(49961, 125, 1085, 'Misratah', ''),
(49962, 125, 1086, 'Sabha', ''),
(49963, 125, 1087, 'Ghadames', ''),
(49964, 125, 1088, 'Tripoli', ''),
(49965, 126, 1089, 'Balzers', ''),
(49966, 126, 1090, 'Eschen', ''),
(49967, 126, 1090, 'Nendeln', ''),
(49968, 126, 1091, 'Bendern', ''),
(49969, 126, 1091, 'Gamprin', ''),
(49970, 126, 1092, 'Mauren', ''),
(49971, 126, 1092, 'Schaanwald', ''),
(49972, 126, 1093, 'Planken', ''),
(49973, 126, 1094, 'Schaan', ''),
(49974, 126, 1095, 'Schellenberg', ''),
(49975, 126, 1096, 'Triesen', ''),
(49976, 126, 1097, 'Triesenberg', ''),
(49977, 126, 1098, 'Vaduz', ''),
(49978, 127, 1099, 'Bettborn', ''),
(49979, 127, 1099, 'Bigonville', ''),
(49980, 127, 1099, 'Diekirch', ''),
(49981, 127, 1099, 'Ell', ''),
(49982, 127, 1099, 'Esch-sur-Sure', ''),
(49983, 127, 1099, 'Ettelbruck', ''),
(49984, 127, 1099, 'Goesdorf', ''),
(49985, 127, 1099, 'Hosingen', ''),
(49986, 127, 1099, 'Niederpallen', ''),
(49987, 127, 1099, 'Noerdange', ''),
(49988, 127, 1099, 'Redange', ''),
(49989, 127, 1099, 'Useldange', ''),
(49990, 127, 1099, 'Wallendorf-Pont', ''),
(49991, 127, 1099, 'Wiltz', ''),
(49992, 127, 1100, 'Altlinster', ''),
(49993, 127, 1100, 'Beaufort', ''),
(49994, 127, 1100, 'Betzdorf', ''),
(49995, 127, 1100, 'Bourglinster', ''),
(49996, 127, 1100, 'Canach', ''),
(49997, 127, 1100, 'Dalheim', ''),
(49998, 127, 1100, 'Echternach', ''),
(49999, 127, 1100, 'Elvange-les-Burmerange', ''),
(50000, 127, 1100, 'Erpeldange-lez-Bous', ''),
(50001, 127, 1100, 'Ersange', ''),
(50002, 127, 1100, 'Godbrange', ''),
(50003, 127, 1100, 'Gonderange', ''),
(50004, 127, 1100, 'Gostingen', ''),
(50005, 127, 1100, 'Graulinster', ''),
(50006, 127, 1100, 'Greiveldange', ''),
(50007, 127, 1100, 'Grevenmacher', ''),
(50008, 127, 1100, 'Hemstal', ''),
(50009, 127, 1100, 'Imbringen', ''),
(50010, 127, 1100, 'Junglinster', ''),
(50011, 127, 1100, 'Mondorf-les-Bains', ''),
(50012, 127, 1100, 'Roodt-sur-Syre', ''),
(50013, 127, 1100, 'Steinheim', ''),
(50014, 127, 1100, 'Waldbillig', ''),
(50015, 127, 1100, 'Wellenstein', ''),
(50016, 127, 1100, 'Wormeldange', ''),
(50017, 127, 1101, 'Alzingen', ''),
(50018, 127, 1101, 'Angelsberg', ''),
(50019, 127, 1101, 'Bascharage', ''),
(50020, 127, 1101, 'Beggen', ''),
(50021, 127, 1101, 'Belval', ''),
(50022, 127, 1101, 'Belvaux', ''),
(50023, 127, 1101, 'Bereldange', ''),
(50024, 127, 1101, 'Bergem', ''),
(50025, 127, 1101, 'Beringen', ''),
(50026, 127, 1101, 'Bertrange', ''),
(50027, 127, 1101, 'Bettembourg', ''),
(50028, 127, 1101, 'Bissen', ''),
(50029, 127, 1101, 'Bivange', ''),
(50030, 127, 1101, 'Bofferdange', ''),
(50031, 127, 1101, 'Bridel', ''),
(50032, 127, 1101, 'Brouch', ''),
(50033, 127, 1101, 'Capellen', ''),
(50034, 127, 1101, 'Clemency', ''),
(50035, 127, 1101, 'Contern', ''),
(50036, 127, 1101, 'Dahlem', ''),
(50037, 127, 1101, 'Differdange', ''),
(50038, 127, 1101, 'Dippach', ''),
(50039, 127, 1101, 'Dommeldange', ''),
(50040, 127, 1101, 'Dudelange', ''),
(50041, 127, 1101, 'Ehlerange', ''),
(50042, 127, 1101, 'Ernster', ''),
(50043, 127, 1101, 'Esch-sur-Alzette', ''),
(50044, 127, 1101, 'Fentange', ''),
(50045, 127, 1101, 'Fischbach', ''),
(50046, 127, 1101, 'Foetz', ''),
(50047, 127, 1101, 'Frisange', ''),
(50048, 127, 1101, 'Garnich', ''),
(50049, 127, 1101, 'Goetzingen', ''),
(50050, 127, 1101, 'Gosseldange', ''),
(50051, 127, 1101, 'Hautcharage', ''),
(50052, 127, 1101, 'Heffingen', ''),
(50053, 127, 1101, 'Heisdorf-sur-Alzette', ''),
(50054, 127, 1101, 'Helmsange', ''),
(50055, 127, 1101, 'Hesperange', ''),
(50056, 127, 1101, 'Hobscheid', ''),
(50057, 127, 1101, 'Holzem', ''),
(50058, 127, 1101, 'Howald', ''),
(50059, 127, 1101, 'Huncherange', ''),
(50060, 127, 1101, 'Hunsdorf', ''),
(50061, 127, 1101, 'Itzig', ''),
(50062, 127, 1101, 'Kayl', ''),
(50063, 127, 1101, 'Kehlen', ''),
(50064, 127, 1101, 'Kleinbettingen', ''),
(50065, 127, 1101, 'Koerich', ''),
(50066, 127, 1101, 'Kopstal', ''),
(50067, 127, 1101, 'Larochette', ''),
(50068, 127, 1101, 'Leudelange', ''),
(50069, 127, 1101, 'Limpertsberg', ''),
(50070, 127, 1101, 'Lintgen', ''),
(50071, 127, 1101, 'Livange', ''),
(50072, 127, 1101, 'Lorentzweiler', ''),
(50073, 127, 1101, 'Luxembourg', ''),
(50074, 127, 1101, 'Luxembourg-Kirchberg', ''),
(50075, 127, 1101, 'Mamer', ''),
(50076, 127, 1101, 'Mersch', ''),
(50077, 127, 1101, 'Mondercange', ''),
(50078, 127, 1101, 'Munsbach', ''),
(50079, 127, 1101, 'Niederanven', ''),
(50080, 127, 1101, 'Niedercorn', ''),
(50081, 127, 1101, 'Noertzange', ''),
(50082, 127, 1101, 'Obercorn', ''),
(50083, 127, 1101, 'Oetrange', ''),
(50084, 127, 1101, 'Olm', ''),
(50085, 127, 1101, 'Pétange', ''),
(50086, 127, 1101, 'Pontpierre', ''),
(50087, 127, 1101, 'Reckange-les-Mersch', ''),
(50088, 127, 1101, 'Rodange', ''),
(50089, 127, 1101, 'Roedgen', ''),
(50090, 127, 1101, 'Roeser', ''),
(50091, 127, 1101, 'Rollingen', ''),
(50092, 127, 1101, 'Roost', ''),
(50093, 127, 1101, 'Rumelange', ''),
(50094, 127, 1101, 'Sandweiler', ''),
(50095, 127, 1101, 'Sanem', ''),
(50096, 127, 1101, 'Schifflange', ''),
(50097, 127, 1101, 'Schoenfels', ''),
(50098, 127, 1101, 'Schoos', ''),
(50099, 127, 1101, 'Schouweiler', ''),
(50100, 127, 1101, 'Schrondweiler', ''),
(50101, 127, 1101, 'Soleuvre', ''),
(50102, 127, 1101, 'Steinfort', ''),
(50103, 127, 1101, 'Steinsel', ''),
(50104, 127, 1101, 'Strassen', ''),
(50105, 127, 1101, 'Syren', ''),
(50106, 127, 1101, 'Tetange', ''),
(50107, 127, 1101, 'Uebersyren', ''),
(50108, 127, 1101, 'Walferdange', ''),
(50109, 129, 1102, 'Bitola', ''),
(50110, 129, 1103, 'Cair', ''),
(50111, 129, 1104, 'Debar', ''),
(50112, 129, 1105, 'Demir Hisar', ''),
(50113, 129, 1106, 'Gevgelija', ''),
(50114, 129, 1107, 'Gostivar', ''),
(50115, 129, 1108, 'Ilinden', ''),
(50116, 129, 1109, 'Kavadarci', ''),
(50117, 129, 1110, 'Kumanovo', ''),
(50118, 129, 1111, 'Negotino', ''),
(50119, 129, 1112, 'Novo Selo', ''),
(50120, 129, 1113, 'Ohrid', ''),
(50121, 129, 1114, 'Lisice', ''),
(50122, 129, 1115, 'Skopje', ''),
(50123, 129, 1116, 'Kicevo', ''),
(50124, 129, 1117, 'Kočani', ''),
(50125, 129, 1117, 'Pripor', ''),
(50126, 129, 1118, 'Radovis', ''),
(50127, 129, 1119, 'Shtip', ''),
(50128, 129, 1120, 'Vevcani', ''),
(50129, 129, 1121, 'Prilep', ''),
(50130, 129, 1122, 'Struga', ''),
(50131, 129, 1123, 'Strumica', ''),
(50132, 129, 1124, 'Tetovo', ''),
(50133, 129, 1125, 'Veles', ''),
(50134, 130, 1126, 'Antananarivo', ''),
(50135, 130, 1127, 'Toliara', ''),
(50136, 130, 1128, 'Toamasina', ''),
(50137, 130, 1129, 'Mahajanga', ''),
(50138, 130, 1130, 'Ambanja', ''),
(50139, 130, 1130, 'Antsiranana', ''),
(50140, 130, 1131, 'Sambava', ''),
(50141, 130, 1132, 'Fianarantsoa', ''),
(50142, 130, 1133, 'Antsirabe', ''),
(50143, 131, 1134, 'Lilongwe', ''),
(50144, 131, 1134, 'Made', ''),
(50145, 131, 1135, 'Mzuzu', ''),
(50146, 131, 1136, 'Blantyre', ''),
(50147, 132, 1137, 'Ayer Hitam', ''),
(50148, 132, 1137, 'Bandar Tenggara', ''),
(50149, 132, 1137, 'Batu Pahat', ''),
(50150, 132, 1137, 'Gelang Patah', ''),
(50151, 132, 1137, 'Johor Bahru', ''),
(50152, 132, 1137, 'Kempas', ''),
(50153, 132, 1137, 'Kluang', ''),
(50154, 132, 1137, 'Kota Tinggi', ''),
(50155, 132, 1137, 'Kulai', ''),
(50156, 132, 1137, 'Layang Layang', ''),
(50157, 132, 1137, 'Masai', ''),
(50158, 132, 1137, 'Mersing', ''),
(50159, 132, 1137, 'Muar town', ''),
(50160, 132, 1137, 'Nusajaya', ''),
(50161, 132, 1137, 'Parit Raja', ''),
(50162, 132, 1137, 'Pasir Gudang', ''),
(50163, 132, 1137, 'Pontian Kechil', ''),
(50164, 132, 1137, 'Segamat', ''),
(50165, 132, 1137, 'Simpang Renggam', ''),
(50166, 132, 1137, 'Taman Bukit', ''),
(50167, 132, 1137, 'Taman Bukit Skudai', ''),
(50168, 132, 1137, 'Taman Desa Cemerlang', ''),
(50169, 132, 1137, 'Taman Kota Masai', ''),
(50170, 132, 1137, 'Taman Megah Ria', ''),
(50171, 132, 1137, 'Taman Senai', ''),
(50172, 132, 1137, 'Tampoi', ''),
(50173, 132, 1137, 'Tangkak', ''),
(50174, 132, 1137, 'Ulu Tiram', ''),
(50175, 132, 1138, 'Alor Star', ''),
(50176, 132, 1138, 'Baling', ''),
(50177, 132, 1138, 'Bedong', ''),
(50178, 132, 1138, 'Changloon', ''),
(50179, 132, 1138, 'Gurun', ''),
(50180, 132, 1138, 'Jitra', ''),
(50181, 132, 1138, 'Kampung Kuala Selama', ''),
(50182, 132, 1138, 'Kuah', ''),
(50183, 132, 1138, 'Kuala Ketil', ''),
(50184, 132, 1138, 'Kuala Nerang', ''),
(50185, 132, 1138, 'Kulim', ''),
(50186, 132, 1138, 'Lunas', ''),
(50187, 132, 1138, 'Padang Serai', ''),
(50188, 132, 1138, 'Sintok', ''),
(50189, 132, 1138, 'Sungai Petani', ''),
(50190, 132, 1139, 'Bachok', ''),
(50191, 132, 1139, 'Kota Bharu', ''),
(50192, 132, 1139, 'Kuala Krai', ''),
(50193, 132, 1139, 'Kubang Kerian', ''),
(50194, 132, 1139, 'Tumpat', ''),
(50195, 132, 1140, 'Kuala Lumpur', ''),
(50196, 132, 1141, 'Victoria', ''),
(50197, 132, 1142, 'Alor Gajah', ''),
(50198, 132, 1142, 'Batu Berendam', ''),
(50199, 132, 1142, 'Durian Tunggal', ''),
(50200, 132, 1142, 'Jasin', ''),
(50201, 132, 1142, 'Kampung Ayer Keroh', ''),
(50202, 132, 1142, 'Malacca', ''),
(50203, 132, 1142, 'Masjid Tanah', ''),
(50204, 132, 1142, 'Merlimau', ''),
(50205, 132, 1142, 'Sungai Udang', ''),
(50206, 132, 1142, 'Teluk Mas', ''),
(50207, 132, 1143, 'Bahau', ''),
(50208, 132, 1143, 'Broga', ''),
(50209, 132, 1143, 'Gemas', ''),
(50210, 132, 1143, 'Juasseh', ''),
(50211, 132, 1143, 'Kampung Baharu Nilai', ''),
(50212, 132, 1143, 'Kampung Langkap', ''),
(50213, 132, 1143, 'Kampung Teriang', ''),
(50214, 132, 1143, 'Kota', ''),
(50215, 132, 1143, 'Kuala Klawang', ''),
(50216, 132, 1143, 'Kuala Pilah', ''),
(50217, 132, 1143, 'Lukut', ''),
(50218, 132, 1143, 'Mantin', ''),
(50219, 132, 1143, 'Pantai', ''),
(50220, 132, 1143, 'Port Dickson', ''),
(50221, 132, 1143, 'Seremban', ''),
(50222, 132, 1143, 'Taman Senawang Indah', ''),
(50223, 132, 1143, 'Tampin', ''),
(50224, 132, 1143, 'Tanah Merah New Village Site C', ''),
(50225, 132, 1144, 'Ampang', ''),
(50226, 132, 1144, 'Bandar Tun Razak', ''),
(50227, 132, 1144, 'Benta', ''),
(50228, 132, 1144, 'Bentung', ''),
(50229, 132, 1144, 'Gebeng', ''),
(50230, 132, 1144, 'Jerantut', ''),
(50231, 132, 1144, 'Kuala Lipis', ''),
(50232, 132, 1144, 'Kuala Pahang', ''),
(50233, 132, 1144, 'Kuala Rompin', ''),
(50234, 132, 1144, 'Kuantan', ''),
(50235, 132, 1144, 'Mentekab', ''),
(50236, 132, 1144, 'Muadzam Shah', ''),
(50237, 132, 1144, 'Pekan', ''),
(50238, 132, 1144, 'Raub', ''),
(50239, 132, 1144, 'Tanah Rata', ''),
(50240, 132, 1144, 'Tanjung', ''),
(50241, 132, 1144, 'Temerluh', ''),
(50242, 132, 1145, 'Ayer Itam', ''),
(50243, 132, 1145, 'Balik Pulau', ''),
(50244, 132, 1145, 'Batu Feringgi', ''),
(50245, 132, 1145, 'Bayan Lepas', ''),
(50246, 132, 1145, 'Bukit Mertajam', ''),
(50247, 132, 1145, 'Butterworth', ''),
(50248, 132, 1145, 'George Town', ''),
(50249, 132, 1145, 'Glugor', ''),
(50250, 132, 1145, 'Jelutong', ''),
(50251, 132, 1145, 'Kepala Batas', ''),
(50252, 132, 1145, 'Nibong Tebal', ''),
(50253, 132, 1145, 'Penanti', ''),
(50254, 132, 1145, 'Perai', ''),
(50255, 132, 1145, 'Seberang Jaya', ''),
(50256, 132, 1145, 'Simpang Empat', ''),
(50257, 132, 1145, 'Sungai Bakap', ''),
(50258, 132, 1145, 'Taman Prai', ''),
(50259, 132, 1145, 'Tanjung Tokong', ''),
(50260, 132, 1145, 'Tasek Glugor', ''),
(50261, 132, 1146, 'Ayer Tawar', ''),
(50262, 132, 1146, 'Bagan Serai', ''),
(50263, 132, 1146, 'Batu Gajah', ''),
(50264, 132, 1146, 'Bidur', ''),
(50265, 132, 1146, 'Chemor', ''),
(50266, 132, 1146, 'Gerik', ''),
(50267, 132, 1146, 'Hutan Melintang', ''),
(50268, 132, 1146, 'Ipoh', ''),
(50269, 132, 1146, 'Kampar', ''),
(50270, 132, 1146, 'Kampong Changkat', ''),
(50271, 132, 1146, 'Kampung Bota Kiri', ''),
(50272, 132, 1146, 'Kampung Perak River Hydro', ''),
(50273, 132, 1146, 'Kampung Teluk Baru', ''),
(50274, 132, 1146, 'Kamunting', ''),
(50275, 132, 1146, 'Keramat Pulai', ''),
(50276, 132, 1146, 'Kota Baharu', ''),
(50277, 132, 1146, 'Kuala Kangsar', ''),
(50278, 132, 1146, 'Kuala Kurau', ''),
(50279, 132, 1146, 'Lumut', ''),
(50280, 132, 1146, 'Menglembu', ''),
(50281, 132, 1146, 'Pangkor', ''),
(50282, 132, 1146, 'Parit Buntar', ''),
(50283, 132, 1146, 'Pekan Lenggong', ''),
(50284, 132, 1146, 'Pusing', ''),
(50285, 132, 1146, 'Selama', ''),
(50286, 132, 1146, 'Selekoh', ''),
(50287, 132, 1146, 'Serdang', ''),
(50288, 132, 1146, 'Seri Manjung', ''),
(50289, 132, 1146, 'Simpang Tiga', ''),
(50290, 132, 1146, 'Sitiawan', ''),
(50291, 132, 1146, 'Slim River', ''),
(50292, 132, 1146, 'Sungai Siput', ''),
(50293, 132, 1146, 'Sungai Siput Utara', ''),
(50294, 132, 1146, 'Sungkai', ''),
(50295, 132, 1146, 'Taiping', ''),
(50296, 132, 1146, 'Tanjong Malim', ''),
(50297, 132, 1146, 'Tanjung Piandang', ''),
(50298, 132, 1146, 'Tapah', ''),
(50299, 132, 1146, 'Tasik', ''),
(50300, 132, 1146, 'Teluk Intan', ''),
(50301, 132, 1146, 'Teronoh', ''),
(50302, 132, 1147, 'Arau', ''),
(50303, 132, 1147, 'Beseri', ''),
(50304, 132, 1147, 'Kangar', ''),
(50305, 132, 1147, 'Kuala Perlis', ''),
(50306, 132, 1148, 'Putrajaya', ''),
(50307, 132, 1149, 'Beaufort', ''),
(50308, 132, 1149, 'Kampung Likas', ''),
(50309, 132, 1149, 'Kampung Tanjung Aru', ''),
(50310, 132, 1149, 'Keningau', ''),
(50311, 132, 1149, 'Kota Belud', ''),
(50312, 132, 1149, 'Kota Kinabalu', ''),
(50313, 132, 1149, 'Kuala', ''),
(50314, 132, 1149, 'Lahad Datu', ''),
(50315, 132, 1149, 'Papar', ''),
(50316, 132, 1149, 'Pudu', ''),
(50317, 132, 1149, 'Putatan', ''),
(50318, 132, 1149, 'Ranau', ''),
(50319, 132, 1149, 'Sandakan', ''),
(50320, 132, 1149, 'Sipitang', ''),
(50321, 132, 1149, 'Tambunan', ''),
(50322, 132, 1149, 'Tamparuli', ''),
(50323, 132, 1149, 'Tawau', ''),
(50324, 132, 1149, 'Tenom', ''),
(50325, 132, 1149, 'Tuaran', ''),
(50326, 132, 1150, 'Baru', ''),
(50327, 132, 1150, 'Bau', ''),
(50328, 132, 1150, 'Bintulu', ''),
(50329, 132, 1150, 'Dalat', ''),
(50330, 132, 1150, 'Genting', ''),
(50331, 132, 1150, 'Kampung Sebuyau', ''),
(50332, 132, 1150, 'Kuching', ''),
(50333, 132, 1150, 'Lawas', ''),
(50334, 132, 1150, 'Limbang', ''),
(50335, 132, 1150, 'Lintang', ''),
(50336, 132, 1150, 'Miri', ''),
(50337, 132, 1150, 'Mukah', ''),
(50338, 132, 1150, 'Pandan', ''),
(50339, 132, 1150, 'Serian', ''),
(50340, 132, 1150, 'Sibu', ''),
(50341, 132, 1150, 'Simunjan', ''),
(50342, 132, 1151, 'Bandar', ''),
(50343, 132, 1151, 'Bandar Baru Bangi', ''),
(50344, 132, 1151, 'Bangi', ''),
(50345, 132, 1151, 'Banting', ''),
(50346, 132, 1151, 'Batang Berjuntai', ''),
(50347, 132, 1151, 'Batang Kali', ''),
(50348, 132, 1151, 'Cyberjaya', ''),
(50349, 132, 1151, 'Dengkil', ''),
(50350, 132, 1151, 'Hulu Langat', ''),
(50351, 132, 1151, 'Jenjarum', ''),
(50352, 132, 1151, 'Kajang', ''),
(50353, 132, 1151, 'Kampung Bukit Kepong', ''),
(50354, 132, 1151, 'Kampung Pekan Kechil Beranang', ''),
(50355, 132, 1151, 'Kapar', ''),
(50356, 132, 1151, 'Klang', ''),
(50357, 132, 1151, 'Kuala Kubu Baharu', ''),
(50358, 132, 1151, 'Kuala Selangor', ''),
(50359, 132, 1151, 'Kuala Sungai Buluh', ''),
(50360, 132, 1151, 'Petaling Jaya', ''),
(50361, 132, 1151, 'Port Klang', ''),
(50362, 132, 1151, 'Puchong Batu Dua Belas', ''),
(50363, 132, 1151, 'Rawang', ''),
(50364, 132, 1151, 'Sabak Bernam', ''),
(50365, 132, 1151, 'Selangkor', ''),
(50366, 132, 1151, 'Semenyih', ''),
(50367, 132, 1151, 'Sepang', ''),
(50368, 132, 1151, 'Serendah', ''),
(50369, 132, 1151, 'Seri Kembangan', ''),
(50370, 132, 1151, 'Shah Alam', ''),
(50371, 132, 1151, 'Subang Jaya', ''),
(50372, 132, 1151, 'Sungai Besar', ''),
(50373, 132, 1151, 'Sungai Pelek', ''),
(50374, 132, 1151, 'Taman Sri Ampang', ''),
(50375, 132, 1151, 'Tanjong Karang', ''),
(50376, 132, 1151, 'Teluk Panglima Garang', ''),
(50377, 132, 1152, 'Ajil', ''),
(50378, 132, 1152, 'Dungun', ''),
(50379, 132, 1152, 'Kampong Kemaman', ''),
(50380, 132, 1152, 'Kuala Terengganu', ''),
(50381, 132, 1152, 'Marang', ''),
(50382, 133, 1153, 'Malé', ''),
(50383, 134, 1154, 'Bamako', ''),
(50384, 134, 1155, 'Site', ''),
(50385, 135, 1156, 'Attard', ''),
(50386, 135, 1157, 'Balzan', ''),
(50387, 135, 1158, 'Birkirkara', ''),
(50388, 135, 1158, 'Fleur de Lys', ''),
(50389, 135, 1159, 'Birżebbuġa', ''),
(50390, 135, 1160, 'Cospicua', ''),
(50391, 135, 1161, 'Dingli', ''),
(50392, 135, 1162, 'Ghajnsielem', ''),
(50393, 135, 1162, 'Mgarr', ''),
(50394, 135, 1163, 'Hal Gharghur', ''),
(50395, 135, 1164, 'Ghaxaq', ''),
(50396, 135, 1165, 'Zabbar', ''),
(50397, 135, 1166, 'Haz-Zebbug', ''),
(50398, 135, 1167, 'Valletta', ''),
(50399, 135, 1168, 'Birgu', ''),
(50400, 135, 1170, 'Floriana', ''),
(50401, 135, 1171, 'Gudja', ''),
(50402, 135, 1172, 'Gzira', ''),
(50403, 135, 1173, 'Hamrun', ''),
(50404, 135, 1174, 'Kalkara', ''),
(50405, 135, 1175, 'Marsa', ''),
(50406, 135, 1176, 'Mellieha', ''),
(50407, 135, 1177, 'Mosta', ''),
(50408, 135, 1178, 'Munxar', ''),
(50409, 135, 1179, 'Qala', ''),
(50410, 135, 1180, 'Nadur', ''),
(50411, 135, 1181, 'Naxxar', ''),
(50412, 135, 1182, 'Rabat', ''),
(50413, 135, 1183, 'Siggiewi', ''),
(50414, 135, 1184, 'Il-Madliena', ''),
(50415, 135, 1184, 'Swieqi', ''),
(50416, 135, 1185, 'Il-Pergla', ''),
(50417, 135, 1185, 'Xaghra', ''),
(50418, 135, 1186, 'Xewkija', ''),
(50419, 135, 1187, 'Xghajra', ''),
(50420, 135, 1188, 'Marsalforn', ''),
(50421, 135, 1188, 'Zebbug', ''),
(50422, 135, 1189, 'Zejtun', ''),
(50423, 135, 1190, 'Zurrieq', ''),
(50424, 135, 1191, 'Kirkop', ''),
(50425, 135, 1192, 'Gharb', ''),
(50426, 135, 1193, 'Ghasri', ''),
(50427, 135, 1194, 'L-Iklin', ''),
(50428, 135, 1195, 'Mdina', ''),
(50429, 135, 1196, 'Bingemma', ''),
(50430, 135, 1196, 'L-Iskorvit', ''),
(50431, 135, 1197, 'Mqabba', ''),
(50432, 135, 1198, 'Imsida', ''),
(50433, 135, 1199, 'Imtarfa', ''),
(50434, 135, 1200, 'Senglea', ''),
(50435, 135, 1201, 'Lija', ''),
(50436, 135, 1202, 'Luqa', ''),
(50437, 135, 1203, 'Marsaskala', ''),
(50438, 135, 1204, 'Marsaxlokk', ''),
(50439, 135, 1205, 'Paola', ''),
(50440, 135, 1206, 'Qormi', ''),
(50441, 135, 1207, 'Safi', ''),
(50442, 135, 1208, 'Saint John', ''),
(50443, 135, 1209, 'St. Julian\'s', ''),
(50444, 135, 1210, 'Saint Lawrence', ''),
(50445, 135, 1211, 'Saint Lucia', ''),
(50446, 135, 1212, 'Bugibba', ''),
(50447, 135, 1212, 'San Pawl il-Bahar', ''),
(50448, 135, 1213, 'Saint Venera', ''),
(50449, 135, 1214, 'Sannat', ''),
(50450, 135, 1215, 'Ta\' Xbiex', ''),
(50451, 135, 1216, 'Pietà', ''),
(50452, 135, 1217, 'Tarxien', ''),
(50453, 135, 1218, 'Sliema', ''),
(50454, 135, 1219, 'Victoria', ''),
(50455, 138, 1221, 'Nouakchott', ''),
(50456, 139, 1222, 'Grande Riviere Noire', ''),
(50457, 139, 1222, 'Tamarin', ''),
(50458, 139, 1223, 'Centre de Flacq', ''),
(50459, 139, 1224, 'Le Reduit', ''),
(50460, 139, 1224, 'Moka', ''),
(50461, 139, 1225, 'Arsenal', ''),
(50462, 139, 1225, 'Baie du Tombeau', ''),
(50463, 139, 1225, 'Triolet', ''),
(50464, 139, 1226, 'Beau Bassin', ''),
(50465, 139, 1226, 'Curepipe', ''),
(50466, 139, 1226, 'Ebene CyberCity', ''),
(50467, 139, 1226, 'Floreal', ''),
(50468, 139, 1226, 'Phoenix', ''),
(50469, 139, 1226, 'Rose Hill', ''),
(50470, 139, 1226, 'Vacoas', ''),
(50471, 139, 1227, 'Port Louis', ''),
(50472, 139, 1228, 'Cottage', ''),
(50473, 139, 1228, 'Goodlands', ''),
(50474, 139, 1230, 'Chemin Grenier', ''),
(50475, 140, 1231, 'Acoua', ''),
(50476, 140, 1232, 'Bandrele', ''),
(50477, 140, 1233, 'Chiconi', ''),
(50478, 140, 1234, 'Koungou', ''),
(50479, 140, 1235, 'Mamoudzou', ''),
(50480, 140, 1236, 'Ouangani', ''),
(50481, 140, 1237, 'Tsingoni', ''),
(50482, 141, 1238, 'Aguascalientes', ''),
(50483, 141, 1238, 'Calvillo', ''),
(50484, 141, 1238, 'Fresnillo', ''),
(50485, 141, 1238, 'Guadalupito', ''),
(50486, 141, 1238, 'Jesus Maria', ''),
(50487, 141, 1238, 'La Dichosa', ''),
(50488, 141, 1239, 'Cabo San Lucas', ''),
(50489, 141, 1239, 'Ciudad Constitucion', ''),
(50490, 141, 1239, 'La Paz', ''),
(50491, 141, 1239, 'Loreto', ''),
(50492, 141, 1239, 'San José del Cabo', ''),
(50493, 141, 1239, 'Todos Santos', ''),
(50494, 141, 1240, 'Calkini', ''),
(50495, 141, 1240, 'Campeche', ''),
(50496, 141, 1240, 'Candelaria', ''),
(50497, 141, 1240, 'Ciudad del Carmen', ''),
(50498, 141, 1240, 'Estado de Mexico', ''),
(50499, 141, 1240, 'Hopelchen', ''),
(50500, 141, 1240, 'La Reforma', ''),
(50501, 141, 1241, 'Arriaga', ''),
(50502, 141, 1241, 'Baja California', ''),
(50503, 141, 1241, 'Berriozabal', ''),
(50504, 141, 1241, 'Catazaja', ''),
(50505, 141, 1241, 'Chiapa de Corzo', ''),
(50506, 141, 1241, 'Chiapas', ''),
(50507, 141, 1241, 'El Vergel', ''),
(50508, 141, 1241, 'Huixtla', ''),
(50509, 141, 1241, 'Motozintla de Mendoza', ''),
(50510, 141, 1241, 'Nueva York', ''),
(50511, 141, 1241, 'Ocozocoautla de Espinosa', ''),
(50512, 141, 1241, 'Palenque/Temp', ''),
(50513, 141, 1241, 'Pichucalco', ''),
(50514, 141, 1241, 'Quintana Roo', ''),
(50515, 141, 1241, 'San Cristóbal de las Casas', ''),
(50516, 141, 1241, 'Tapachula', ''),
(50517, 141, 1241, 'Tuxtla Gutiérrez', ''),
(50518, 141, 1241, 'Venustiano Carranza', ''),
(50519, 141, 1242, 'Anahuac', ''),
(50520, 141, 1242, 'Chihuahua', ''),
(50521, 141, 1242, 'Ciudad Camargo', ''),
(50522, 141, 1242, 'Ciudad Delicias', ''),
(50523, 141, 1242, 'Ciudad Juárez', ''),
(50524, 141, 1242, 'Colonia Benito Juarez', ''),
(50525, 141, 1242, 'Cuauhtemoc', ''),
(50526, 141, 1242, 'Jimenez', ''),
(50527, 141, 1242, 'Nuevo Casas Grandes', ''),
(50528, 141, 1242, 'Parral', ''),
(50529, 141, 1242, 'Pedro Meoqui', ''),
(50530, 141, 1242, 'Rosales', ''),
(50531, 141, 1242, 'San Jose', ''),
(50532, 141, 1242, 'San Pedro de Conchos', ''),
(50533, 141, 1243, 'Cabos', ''),
(50534, 141, 1243, 'Ciudad Acuña', ''),
(50535, 141, 1243, 'Ciudad Frontera', ''),
(50536, 141, 1243, 'Ciudad Sabinas', ''),
(50537, 141, 1243, 'Coyote', ''),
(50538, 141, 1243, 'Escobedo', ''),
(50539, 141, 1243, 'La Carolina', ''),
(50540, 141, 1243, 'Los Morales', ''),
(50541, 141, 1243, 'Monclova', ''),
(50542, 141, 1243, 'Piedras Negras', ''),
(50543, 141, 1243, 'Ramos Arizpe', ''),
(50544, 141, 1243, 'Saltillo', ''),
(50545, 141, 1243, 'San Alfonso', ''),
(50546, 141, 1243, 'San Jose del Valle', ''),
(50547, 141, 1243, 'San Pedro', ''),
(50548, 141, 1243, 'San Pedro de Las Colonias', ''),
(50549, 141, 1243, 'Torreón', ''),
(50550, 141, 1243, 'Valles', ''),
(50551, 141, 1243, 'Zaragoza', ''),
(50552, 141, 1244, 'Armeria', ''),
(50553, 141, 1244, 'Ciudad de Villa de Alvarez', ''),
(50554, 141, 1244, 'Colima', ''),
(50555, 141, 1244, 'Manzanillo', ''),
(50556, 141, 1244, 'Tecoman', ''),
(50557, 141, 1245, 'Banderas del Aguila', ''),
(50558, 141, 1245, 'Durango', ''),
(50559, 141, 1245, 'General Domingo Arrieta', ''),
(50560, 141, 1245, 'Gomez Palacio', ''),
(50561, 141, 1245, 'Jardines', ''),
(50562, 141, 1245, 'Nuevo Ideal', ''),
(50563, 141, 1245, 'Panuco de Coronado', ''),
(50564, 141, 1246, 'Cerro Colorado', ''),
(50565, 141, 1246, 'Ejido Distrito Federal', ''),
(50566, 141, 1246, 'Ejido Jacume', ''),
(50567, 141, 1246, 'El Sauzal', ''),
(50568, 141, 1246, 'Ensenada', ''),
(50569, 141, 1246, 'La Joya', ''),
(50570, 141, 1246, 'Mexicali', ''),
(50571, 141, 1246, 'Punta Banda', ''),
(50572, 141, 1246, 'Republica Mexicana', ''),
(50573, 141, 1246, 'Rosarito', ''),
(50574, 141, 1246, 'San Luis', ''),
(50575, 141, 1246, 'Tecate', ''),
(50576, 141, 1246, 'Tijuana', ''),
(50577, 141, 1247, 'Acolman', ''),
(50578, 141, 1247, 'Amecameca', ''),
(50579, 141, 1247, 'Atizapan', ''),
(50580, 141, 1247, 'Atlacomulco', ''),
(50581, 141, 1247, 'Bejucos', ''),
(50582, 141, 1247, 'Chalco de Diaz Covarrubias', ''),
(50583, 141, 1247, 'Chiconcuac', ''),
(50584, 141, 1247, 'Ciudad Lopez Mateos', ''),
(50585, 141, 1247, 'Ciudad Nezahualcoyotl', ''),
(50586, 141, 1247, 'Ciudad Satelite', ''),
(50587, 141, 1247, 'Coacalco', ''),
(50588, 141, 1247, 'Cocotitlan', ''),
(50589, 141, 1247, 'Colonia Emiliano Zapata (Ejido Santiago Temoaya)', ''),
(50590, 141, 1247, 'Colonia Gustavo Baz Prada', ''),
(50591, 141, 1247, 'Colonia la Presa (Ejido de Chapultepec)', ''),
(50592, 141, 1247, 'Colonia Mexico', ''),
(50593, 141, 1247, 'Coyotepec', ''),
(50594, 141, 1247, 'Cuanalan', ''),
(50595, 141, 1247, 'Cuautitlan', ''),
(50596, 141, 1247, 'Cuautitlán Izcalli', ''),
(50597, 141, 1247, 'Ecatepec de Morelos', ''),
(50598, 141, 1247, 'Ejido 20 de Noviembre', ''),
(50599, 141, 1247, 'Fraccionamiento Iberica Calimaya', ''),
(50600, 141, 1247, 'Huehuetoca', ''),
(50601, 141, 1247, 'Huixquilucan', ''),
(50602, 141, 1247, 'Ixtapaluca', ''),
(50603, 141, 1247, 'Ixtapan de la Sal', ''),
(50604, 141, 1247, 'Ixtlahuaca de Rayon', ''),
(50605, 141, 1247, 'Jilotepec', ''),
(50606, 141, 1247, 'Jocotitlan', ''),
(50607, 141, 1247, 'Juchitepec de Mariano Riva Palacio', ''),
(50608, 141, 1247, 'Los Reyes La Paz', ''),
(50609, 141, 1247, 'Melchor Ocampo', ''),
(50610, 141, 1247, 'Mextepec', ''),
(50611, 141, 1247, 'Mina Mexico', ''),
(50612, 141, 1247, 'Naucalpan', ''),
(50613, 141, 1247, 'Nicolas Romero', ''),
(50614, 141, 1247, 'Ozumba de Alzate', ''),
(50615, 141, 1247, 'Paseos de Tecamac', ''),
(50616, 141, 1247, 'Popo Park', ''),
(50617, 141, 1247, 'Puruandiro', ''),
(50618, 141, 1247, 'San Bernardino', ''),
(50619, 141, 1247, 'San Francisco Tlalcilalcalpan', ''),
(50620, 141, 1247, 'San Mateo Capulhuac', ''),
(50621, 141, 1247, 'San Mateo Oxtotitlan', ''),
(50622, 141, 1247, 'San Mateo Texcalyacac', ''),
(50623, 141, 1247, 'San Miguel Bocanegra', ''),
(50624, 141, 1247, 'San Miguel Xico', ''),
(50625, 141, 1247, 'San Miguel Xico Viejo', ''),
(50626, 141, 1247, 'San Miguel Zinacantepec', ''),
(50627, 141, 1247, 'San Nicolas', ''),
(50628, 141, 1247, 'San Pedro Cholula', ''),
(50629, 141, 1247, 'San Salvador Atenco', ''),
(50630, 141, 1247, 'San Vicente Chicoloapan', ''),
(50631, 141, 1247, 'Santa Maria Chiconautla', ''),
(50632, 141, 1247, 'Santa Maria Chimalhuacan', ''),
(50633, 141, 1247, 'Santa Maria Jajalpa', ''),
(50634, 141, 1247, 'Santa Maria Nativitas', ''),
(50635, 141, 1247, 'Santa Maria Tonatitla', ''),
(50636, 141, 1247, 'Sultepec de Pedro Ascencio de Alquisiras', ''),
(50637, 141, 1247, 'Tablon Grande (Bombas de Apaxco)', ''),
(50638, 141, 1247, 'Tejupilco de Hidalgo', ''),
(50639, 141, 1247, 'Temascalcingo de Jose Maria Velazco', ''),
(50640, 141, 1247, 'Temascaltepec de Gonzalez', ''),
(50641, 141, 1247, 'Tenancingo de Degollado', ''),
(50642, 141, 1247, 'Teoloyucan', ''),
(50643, 141, 1247, 'Tepotzotlan', ''),
(50644, 141, 1247, 'Texcoco', ''),
(50645, 141, 1247, 'Timilpan', ''),
(50646, 141, 1247, 'Tlalmanalco de Velazquez', ''),
(50647, 141, 1247, 'Tlalnepantla', ''),
(50648, 141, 1247, 'Tlazala de Fabela', ''),
(50649, 141, 1247, 'Toluca', ''),
(50650, 141, 1247, 'Tultepec', ''),
(50651, 141, 1247, 'Tultitlan', ''),
(50652, 141, 1247, 'Valle de Bravo', ''),
(50653, 141, 1247, 'Valle de Chalco', ''),
(50654, 141, 1247, 'Villa de Almoloya de Juarez', ''),
(50655, 141, 1247, 'Visitacion', ''),
(50656, 141, 1247, 'Yautepec', ''),
(50657, 141, 1247, 'Zumpango', ''),
(50658, 141, 1248, 'Abasolo', ''),
(50659, 141, 1248, 'Apaseo el Grande', ''),
(50660, 141, 1248, 'Canada de Leon', ''),
(50661, 141, 1248, 'Celaya', ''),
(50662, 141, 1248, 'Ciudad Manuel Doblado', ''),
(50663, 141, 1248, 'Comonfort', ''),
(50664, 141, 1248, 'Cortazar', ''),
(50665, 141, 1248, 'Dolores Hidalgo Cuna de la Independencia Nacional', ''),
(50666, 141, 1248, 'El Cerrito', ''),
(50667, 141, 1248, 'Granjas', ''),
(50668, 141, 1248, 'Guanajuato', ''),
(50669, 141, 1248, 'Irapuato', ''),
(50670, 141, 1248, 'Jaral del Progreso', ''),
(50671, 141, 1248, 'La Hacienda de Ancon', ''),
(50672, 141, 1248, 'La Puerta', ''),
(50673, 141, 1248, 'Las Adjuntas', ''),
(50674, 141, 1248, 'León', ''),
(50675, 141, 1248, 'Moroleon', ''),
(50676, 141, 1248, 'Pedregal de Jerico', ''),
(50677, 141, 1248, 'Penjamo', ''),
(50678, 141, 1248, 'Pueblo Nuevo', ''),
(50679, 141, 1248, 'Ranchito', ''),
(50680, 141, 1248, 'Rincon de Tamayo', ''),
(50681, 141, 1248, 'Romita', ''),
(50682, 141, 1248, 'Salamanca', ''),
(50683, 141, 1248, 'Salvatierra', ''),
(50684, 141, 1248, 'San Bernardo', ''),
(50685, 141, 1248, 'San Cristobal', ''),
(50686, 141, 1248, 'San Felipe', ''),
(50687, 141, 1248, 'San Francisco del Rincón', ''),
(50688, 141, 1248, 'San Jose Iturbide', ''),
(50689, 141, 1248, 'San Juan', ''),
(50690, 141, 1248, 'San Miguel de Allende', ''),
(50691, 141, 1248, 'Santa Ana Pacueco', ''),
(50692, 141, 1248, 'Santa Cruz de Juventino Rosas', ''),
(50693, 141, 1248, 'Silao', ''),
(50694, 141, 1248, 'Uriangato', ''),
(50695, 141, 1248, 'Valle de Santiago', ''),
(50696, 141, 1248, 'Victoria', ''),
(50697, 141, 1248, 'Villagran', ''),
(50698, 141, 1248, 'Yuriria', ''),
(50699, 141, 1249, 'Acapulco de Juárez', ''),
(50700, 141, 1249, 'Atoyac de Alvarez', ''),
(50701, 141, 1249, 'Barra de Tecoanapa', ''),
(50702, 141, 1249, 'Cacahuamilpa', ''),
(50703, 141, 1249, 'Chilpancingo', ''),
(50704, 141, 1249, 'Huitzuco de los Figueroa', ''),
(50705, 141, 1249, 'Iguala de la Independencia', ''),
(50706, 141, 1249, 'Ixtapa-Zihuatanejo', ''),
(50707, 141, 1249, 'Olinala', ''),
(50708, 141, 1249, 'San Jeronimo de Juarez', ''),
(50709, 141, 1249, 'San Luis de la Paz', ''),
(50710, 141, 1249, 'San Luis San Pedro', ''),
(50711, 141, 1249, 'San Marcos', ''),
(50712, 141, 1249, 'Taxco', ''),
(50713, 141, 1249, 'Tlapa de Comonfort', ''),
(50714, 141, 1249, 'Tlapehuala', ''),
(50715, 141, 1249, 'Tlaxmalac', ''),
(50716, 141, 1250, 'Acaxochitlan', ''),
(50717, 141, 1250, 'Actopan', ''),
(50718, 141, 1250, 'Apan', ''),
(50719, 141, 1250, 'Atitalaquia', ''),
(50720, 141, 1250, 'Atotonilco el Grande', ''),
(50721, 141, 1250, 'Calpulalpan', ''),
(50722, 141, 1250, 'Ciudad Sahagun', ''),
(50723, 141, 1250, 'Cuautepec de Hinojosa', ''),
(50724, 141, 1250, 'Huejutla de Reyes', ''),
(50725, 141, 1250, 'Huichapan', ''),
(50726, 141, 1250, 'Ixmiquilpan', ''),
(50727, 141, 1250, 'La Pista de Tizayuca', ''),
(50728, 141, 1250, 'Metepec', ''),
(50729, 141, 1250, 'Mineral de la Reforma', ''),
(50730, 141, 1250, 'Mixquiahuala de Juarez', ''),
(50731, 141, 1250, 'Pachuca', ''),
(50732, 141, 1250, 'Progreso de Alvaro Obregon', ''),
(50733, 141, 1250, 'San Mateo Actipan', ''),
(50734, 141, 1250, 'San Miguel Jagueyes', ''),
(50735, 141, 1250, 'Temascalapa', ''),
(50736, 141, 1250, 'Tepatepec', ''),
(50737, 141, 1250, 'Tepeji de Ocampo', ''),
(50738, 141, 1250, 'Tlanalapa', ''),
(50739, 141, 1250, 'Tlaxcoapan', ''),
(50740, 141, 1250, 'Tula de Allende', ''),
(50741, 141, 1250, 'Tulancingo', ''),
(50742, 141, 1250, 'Yolotepec', ''),
(50743, 141, 1250, 'Zacualtipan', ''),
(50744, 141, 1250, 'Zimapan', ''),
(50745, 141, 1251, 'Acatlan de Juarez', ''),
(50746, 141, 1251, 'Ahualulco de Mercado', ''),
(50747, 141, 1251, 'Ajijic', ''),
(50748, 141, 1251, 'Amatitan', ''),
(50749, 141, 1251, 'Ameca', ''),
(50750, 141, 1251, 'Arandas', ''),
(50751, 141, 1251, 'Arenal', ''),
(50752, 141, 1251, 'Atemajac', ''),
(50753, 141, 1251, 'Atotonilco el Alto', ''),
(50754, 141, 1251, 'Autlan de Navarro', ''),
(50755, 141, 1251, 'Bellavista', ''),
(50756, 141, 1251, 'Chapala', ''),
(50757, 141, 1251, 'Cihuatlan', ''),
(50758, 141, 1251, 'Ciudad Guzmán', ''),
(50759, 141, 1251, 'Cocula', ''),
(50760, 141, 1251, 'El Chispeadero (El Chispeadero de Arriba)', ''),
(50761, 141, 1251, 'El Salto', ''),
(50762, 141, 1251, 'Guadalajara', ''),
(50763, 141, 1251, 'Ixtlahuacan del Rio', ''),
(50764, 141, 1251, 'Jalostotitlan', ''),
(50765, 141, 1251, 'Jamay', ''),
(50766, 141, 1251, 'Jayamitla', ''),
(50767, 141, 1251, 'Jesus Maria', ''),
(50768, 141, 1251, 'Lagos de Moreno', ''),
(50769, 141, 1251, 'Lomas de Tejeda', ''),
(50770, 141, 1251, 'Los Obeliscos', ''),
(50771, 141, 1251, 'Magdalena', ''),
(50772, 141, 1251, 'Nuevo Mexico', ''),
(50773, 141, 1251, 'Ocotlan', ''),
(50774, 141, 1251, 'Poncitlan', ''),
(50775, 141, 1251, 'Puerto Vallarta', ''),
(50776, 141, 1251, 'Quitupan', ''),
(50777, 141, 1251, 'Refractarios Guadalajara', ''),
(50778, 141, 1251, 'San Jose de Gracia', ''),
(50779, 141, 1251, 'San Jose del Valle', ''),
(50780, 141, 1251, 'San Juan Cosala', ''),
(50781, 141, 1251, 'San Juan de los Lagos', ''),
(50782, 141, 1251, 'San Patricio', ''),
(50783, 141, 1251, 'Santa Cruz del Valle', ''),
(50784, 141, 1251, 'Sayula', ''),
(50785, 141, 1251, 'Tala', ''),
(50786, 141, 1251, 'Tamazula', ''),
(50787, 141, 1251, 'Tamazula de Gordiano', ''),
(50788, 141, 1251, 'Tecalitlan', ''),
(50789, 141, 1251, 'Teocaltiche', ''),
(50790, 141, 1251, 'Tepatitlán de Morelos', ''),
(50791, 141, 1251, 'Tequila', ''),
(50792, 141, 1251, 'Tlajomulco de Zuniga', ''),
(50793, 141, 1251, 'Tlaquepaque', ''),
(50794, 141, 1251, 'Tomatlan', ''),
(50795, 141, 1251, 'Tonala', ''),
(50796, 141, 1251, 'Tototlan', ''),
(50797, 141, 1251, 'Tuxpan', ''),
(50798, 141, 1251, 'Union de Tula', ''),
(50799, 141, 1251, 'Villa Guerrero', ''),
(50800, 141, 1251, 'Zacoalco de Torres', ''),
(50801, 141, 1251, 'Zapopan', ''),
(50802, 141, 1252, 'Agricola Oriental Norte', ''),
(50803, 141, 1252, 'Agricola Oriental Sur', ''),
(50804, 141, 1252, 'Alvaro Obregon', ''),
(50805, 141, 1252, 'Azcapotzalco', ''),
(50806, 141, 1252, 'Coyoacán', ''),
(50807, 141, 1252, 'Cuajimalpa', ''),
(50808, 141, 1252, 'Cuauhtemoc', ''),
(50809, 141, 1252, 'Granjas Mexico', ''),
(50810, 141, 1252, 'Heroes de Churubusco', ''),
(50811, 141, 1252, 'Iztacalco', ''),
(50812, 141, 1252, 'Iztapalapa', ''),
(50813, 141, 1252, 'La Petrolera', ''),
(50814, 141, 1252, 'Mexico City', ''),
(50815, 141, 1252, 'Miguel Hidalgo', ''),
(50816, 141, 1252, 'Nueva Atzacoalco', ''),
(50817, 141, 1252, 'Nueva Santa Maria', ''),
(50818, 141, 1252, 'Prado Churubusco', ''),
(50819, 141, 1252, 'San Angel Inn', ''),
(50820, 141, 1252, 'San Juan de Aragon', ''),
(50821, 141, 1252, 'San Lorenzo Tezonco', ''),
(50822, 141, 1252, 'San Miguel Ajusco', ''),
(50823, 141, 1252, 'San Miguel Topilejo', ''),
(50824, 141, 1252, 'San Salvador Cuauhtenco', ''),
(50825, 141, 1252, 'Santa Fe', ''),
(50826, 141, 1252, 'Santa Maria Ticoman', ''),
(50827, 141, 1252, 'Tepepan', ''),
(50828, 141, 1252, 'Tlahuac', ''),
(50829, 141, 1252, 'Tlalpan', ''),
(50830, 141, 1252, 'Venustiano Carranza', ''),
(50831, 141, 1252, 'Xochimilco', ''),
(50832, 141, 1253, 'Angamacutiro de la Union', ''),
(50833, 141, 1253, 'Apatzingán', ''),
(50834, 141, 1253, 'Ario de Rosales', ''),
(50835, 141, 1253, 'Arteaga', ''),
(50836, 141, 1253, 'Buenos Aires', ''),
(50837, 141, 1253, 'Ciudad Hidalgo', ''),
(50838, 141, 1253, 'Doctor Miguel Silva Macias', ''),
(50839, 141, 1253, 'Heroica Zitacuaro', ''),
(50840, 141, 1253, 'Jacona Viejo', ''),
(50841, 141, 1253, 'Kilometro 3.5 Carretera Sahuayo Jiquilpan', ''),
(50842, 141, 1253, 'La Piedad', ''),
(50843, 141, 1253, 'Lázaro Cárdenas', ''),
(50844, 141, 1253, 'Lombardia', ''),
(50845, 141, 1253, 'Los Reyes', ''),
(50846, 141, 1253, 'Los Reyes de Salgado', ''),
(50847, 141, 1253, 'Maravatio', ''),
(50848, 141, 1253, 'Morelia', ''),
(50849, 141, 1253, 'Nahuatzen', ''),
(50850, 141, 1253, 'Nueva Italia de Ruiz', ''),
(50851, 141, 1253, 'Numaran', ''),
(50852, 141, 1253, 'Patzcuaro', ''),
(50853, 141, 1253, 'Sahuayo de Morelos', ''),
(50854, 141, 1253, 'San Jose Nuevo', ''),
(50855, 141, 1253, 'Tejaro', ''),
(50856, 141, 1253, 'Turicato', ''),
(50857, 141, 1253, 'Uruapan', ''),
(50858, 141, 1253, 'Zacapu', ''),
(50859, 141, 1253, 'Zamora', ''),
(50860, 141, 1254, 'Almoloya del Rio', ''),
(50861, 141, 1254, 'Ciudad Ayala', ''),
(50862, 141, 1254, 'Cuautla', ''),
(50863, 141, 1254, 'Cuernavaca', ''),
(50864, 141, 1254, 'Emiliano Zapata', ''),
(50865, 141, 1254, 'Jantetelco', ''),
(50866, 141, 1254, 'Jiutepec', ''),
(50867, 141, 1254, 'Jojutla', ''),
(50868, 141, 1254, 'Lerma de Villada', ''),
(50869, 141, 1254, 'Morelos', ''),
(50870, 141, 1254, 'Oaxtepec', ''),
(50871, 141, 1254, 'Perez de Galeana', ''),
(50872, 141, 1254, 'Puente de Ixtla', ''),
(50873, 141, 1254, 'San Mateo Atenco', ''),
(50874, 141, 1254, 'San Mateo Otzacatipan', ''),
(50875, 141, 1254, 'San Miguel Balderas', ''),
(50876, 141, 1254, 'Temimilcingo', ''),
(50877, 141, 1254, 'Temixco', ''),
(50878, 141, 1254, 'Temoac', ''),
(50879, 141, 1254, 'Tepalcingo', ''),
(50880, 141, 1254, 'Tepoztlan', ''),
(50881, 141, 1254, 'Tetecala', ''),
(50882, 141, 1254, 'Tezoyuca', ''),
(50883, 141, 1254, 'Tlalnepantla', ''),
(50884, 141, 1254, 'Tlaltizapan', ''),
(50885, 141, 1254, 'Tlaquiltenango', ''),
(50886, 141, 1254, 'Tlayacapan', ''),
(50887, 141, 1254, 'Xochitepec', ''),
(50888, 141, 1254, 'Yautepec', ''),
(50889, 141, 1254, 'Zacatepec', ''),
(50890, 141, 1255, 'Acaponeta', ''),
(50891, 141, 1255, 'Bucerias', ''),
(50892, 141, 1255, 'Calexico', ''),
(50893, 141, 1255, 'Compostela', ''),
(50894, 141, 1255, 'Fortuna de Vallejo', ''),
(50895, 141, 1255, 'Jala', ''),
(50896, 141, 1255, 'La Penita de Jaltomba', ''),
(50897, 141, 1255, 'Pantanal', ''),
(50898, 141, 1255, 'San Blas', ''),
(50899, 141, 1255, 'San Pedro Lagunillas', ''),
(50900, 141, 1255, 'San Vicente', ''),
(50901, 141, 1255, 'Santiago Ixcuintla', ''),
(50902, 141, 1255, 'Sauta', ''),
(50903, 141, 1255, 'Sayulita', ''),
(50904, 141, 1255, 'Tecuala', ''),
(50905, 141, 1255, 'Tepic', ''),
(50906, 141, 1255, 'Tuxpan', ''),
(50907, 141, 1255, 'Villa Hidalgo', ''),
(50908, 141, 1255, 'Xalisco', ''),
(50909, 141, 1256, 'Allende', ''),
(50910, 141, 1256, 'Anahuac', ''),
(50911, 141, 1256, 'Apodaca', ''),
(50912, 141, 1256, 'Cadereyta', ''),
(50913, 141, 1256, 'Casa Blanca', ''),
(50914, 141, 1256, 'China', ''),
(50915, 141, 1256, 'El Pozo', ''),
(50916, 141, 1256, 'El Ranchito de Rene', ''),
(50917, 141, 1256, 'Escobedo', ''),
(50918, 141, 1256, 'Garcia', ''),
(50919, 141, 1256, 'Garza Garcia', ''),
(50920, 141, 1256, 'General Escobedo', ''),
(50921, 141, 1256, 'Guadalupe', ''),
(50922, 141, 1256, 'Huinala', ''),
(50923, 141, 1256, 'Juarez', ''),
(50924, 141, 1256, 'Linares', ''),
(50925, 141, 1256, 'Marin', ''),
(50926, 141, 1256, 'Montemorelos', ''),
(50927, 141, 1256, 'Monterrey', ''),
(50928, 141, 1256, 'Nuevo Repueblo', ''),
(50929, 141, 1256, 'Pesqueria', ''),
(50930, 141, 1256, 'Sabinas Hidalgo', ''),
(50931, 141, 1256, 'San Nicolas', ''),
(50932, 141, 1256, 'San Nicolás de los Garza', ''),
(50933, 141, 1256, 'Santa Catarina', ''),
(50934, 141, 1256, 'Santa Lucia', ''),
(50935, 141, 1256, 'Santiago', ''),
(50936, 141, 1256, 'Topo Chico', ''),
(50937, 141, 1257, 'Ciudad de Huajuapan de Leon', ''),
(50938, 141, 1257, 'Huatulco', ''),
(50939, 141, 1257, 'Jalapa', ''),
(50940, 141, 1257, 'Matias', ''),
(50941, 141, 1257, 'Oaxaca', ''),
(50942, 141, 1257, 'Paso Real', ''),
(50943, 141, 1257, 'San Jeronimo Ixtepec', ''),
(50944, 141, 1257, 'San Juan Bautista Tuxtla', ''),
(50945, 141, 1257, 'San Juan Mixtepec', ''),
(50946, 141, 1257, 'San Martin Duraznos', ''),
(50947, 141, 1257, 'San Pedro Pochutla', ''),
(50948, 141, 1257, 'Santa Lucia', ''),
(50949, 141, 1257, 'Santiago Apostol', ''),
(50950, 141, 1257, 'Santiago Laxopa', ''),
(50951, 141, 1257, 'Solidaridad', ''),
(50952, 141, 1258, 'Atlixco', ''),
(50953, 141, 1258, 'Chietla', ''),
(50954, 141, 1258, 'Chignahuapan', ''),
(50955, 141, 1258, 'Cholula', ''),
(50956, 141, 1258, 'Coyolapa', ''),
(50957, 141, 1258, 'Cuautlancingo', ''),
(50958, 141, 1258, 'Huauchinango', ''),
(50959, 141, 1258, 'Huejotzingo', ''),
(50960, 141, 1258, 'Las Lomas', ''),
(50961, 141, 1258, 'Puebla', ''),
(50962, 141, 1258, 'Reyes de Vallarta', ''),
(50963, 141, 1258, 'San Andres Cholula', ''),
(50964, 141, 1258, 'San Juan Xiutetelco', ''),
(50965, 141, 1258, 'San Martin Atexcal', ''),
(50966, 141, 1258, 'San Martin Texmelucan de Labastida', ''),
(50967, 141, 1258, 'San Salvador el Verde', ''),
(50968, 141, 1258, 'Santa Isabel Tlanepantla', ''),
(50969, 141, 1258, 'Tecamachalco', ''),
(50970, 141, 1258, 'Tehuacán', ''),
(50971, 141, 1258, 'Tepeaca', ''),
(50972, 141, 1258, 'Tepetlacolco', ''),
(50973, 141, 1258, 'Teziutlán', ''),
(50974, 141, 1258, 'Xicotepec de Juarez', ''),
(50975, 141, 1258, 'Xochimilco', ''),
(50976, 141, 1258, 'Yopi', ''),
(50977, 141, 1258, 'Zacapoaxtla', ''),
(50978, 141, 1258, 'Zacatlan', ''),
(50979, 141, 1258, 'Zapotitlan Salinas', ''),
(50980, 141, 1259, 'El Pueblito', ''),
(50981, 141, 1259, 'Jalpan', ''),
(50982, 141, 1259, 'Jurica', ''),
(50983, 141, 1259, 'La Canada', ''),
(50984, 141, 1259, 'Loma Linda', ''),
(50985, 141, 1259, 'Pedro Escobedo', ''),
(50986, 141, 1259, 'Puerto de los Velazquez', ''),
(50987, 141, 1259, 'San Isidro Buenavista', ''),
(50988, 141, 1259, 'San Nicolas', ''),
(50989, 141, 1259, 'Santiago de Queretaro', ''),
(50990, 141, 1259, 'Tequisquiapan', ''),
(50991, 141, 1260, 'Aventuras', ''),
(50992, 141, 1260, 'Cancún', ''),
(50993, 141, 1260, 'Chetumal', ''),
(50994, 141, 1260, 'Insurgentes', ''),
(50995, 141, 1260, 'Isla Mujeres', ''),
(50996, 141, 1260, 'Kantunilkin', ''),
(50997, 141, 1260, 'Pedro Moreno', ''),
(50998, 141, 1260, 'Playa del Carmen', ''),
(50999, 141, 1260, 'Puerto Morelos', ''),
(51000, 141, 1260, 'San Miguel de Cozumel', ''),
(51001, 141, 1260, 'Solidaridad', ''),
(51002, 141, 1260, 'Tulum', ''),
(51003, 141, 1261, 'Cerritos', ''),
(51004, 141, 1261, 'Ciudad Fernandez', ''),
(51005, 141, 1261, 'Ciudad Valles', ''),
(51006, 141, 1261, 'Matehuala', ''),
(51007, 141, 1261, 'Rio Verde', ''),
(51008, 141, 1261, 'Salinas de Hidalgo', ''),
(51009, 141, 1261, 'San Luis Potosí', ''),
(51010, 141, 1261, 'San Pablo', ''),
(51011, 141, 1261, 'Tamazunchale', ''),
(51012, 141, 1262, 'Adolfo Ruiz Cortines', ''),
(51013, 141, 1262, 'Ahome', ''),
(51014, 141, 1262, 'Bachigualato', ''),
(51015, 141, 1262, 'Badiraguato', ''),
(51016, 141, 1262, 'Culiacán', ''),
(51017, 141, 1262, 'El Fuerte de Montes Claros', ''),
(51018, 141, 1262, 'El Rio', ''),
(51019, 141, 1262, 'El Rosario', ''),
(51020, 141, 1262, 'El Serranito', ''),
(51021, 141, 1262, 'Escuinapa de Hidalgo', ''),
(51022, 141, 1262, 'Guamuchil', ''),
(51023, 141, 1262, 'Guasave', ''),
(51024, 141, 1262, 'Jacobo', ''),
(51025, 141, 1262, 'La Palma', ''),
(51026, 141, 1262, 'Las Americas', ''),
(51027, 141, 1262, 'Los Mochis', ''),
(51028, 141, 1262, 'Los Pinos', ''),
(51029, 141, 1262, 'Mazatlán', ''),
(51030, 141, 1262, 'Mocorito', ''),
(51031, 141, 1262, 'Navolato', ''),
(51032, 141, 1262, 'Primero de Mayo', ''),
(51033, 141, 1262, 'San Blas', ''),
(51034, 141, 1262, 'San Miguel Zapotitlan', ''),
(51035, 141, 1262, 'Sinaloa de Leyva', ''),
(51036, 141, 1262, 'Topolobampo', ''),
(51037, 141, 1262, 'Villa de Costa Rica', ''),
(51038, 141, 1263, 'Agua Prieta', ''),
(51039, 141, 1263, 'Alamos', ''),
(51040, 141, 1263, 'Cajeme', ''),
(51041, 141, 1263, 'Cananea', ''),
(51042, 141, 1263, 'Chilicote', ''),
(51043, 141, 1263, 'Ciudad Obregón', ''),
(51044, 141, 1263, 'Coyoacan', ''),
(51045, 141, 1263, 'Empalme', ''),
(51046, 141, 1263, 'Etchojoa', ''),
(51047, 141, 1263, 'Guaymas', ''),
(51048, 141, 1263, 'Hermosillo', ''),
(51049, 141, 1263, 'Heroica Caborca', ''),
(51050, 141, 1263, 'Huatabampo', ''),
(51051, 141, 1263, 'Magdalena de Kino', ''),
(51052, 141, 1263, 'Moctezuma', ''),
(51053, 141, 1263, 'Nacozari de Garcia', ''),
(51054, 141, 1263, 'Navojoa', ''),
(51055, 141, 1263, 'Nogales', ''),
(51056, 141, 1263, 'Puerto Peñasco', ''),
(51057, 141, 1263, 'San Carlos', ''),
(51058, 141, 1263, 'San Luis Río Colorado', ''),
(51059, 141, 1264, 'Aniceto', ''),
(51060, 141, 1264, 'Balancan de Dominguez', ''),
(51061, 141, 1264, 'Cardenas', ''),
(51062, 141, 1264, 'Ciudad Pemex', ''),
(51063, 141, 1264, 'Colonia', ''),
(51064, 141, 1264, 'Comalcalco', ''),
(51065, 141, 1264, 'Corregidora', ''),
(51066, 141, 1264, 'Cunduacan', ''),
(51067, 141, 1264, 'El Santuario', ''),
(51068, 141, 1264, 'Florida', ''),
(51069, 141, 1264, 'Frontera', ''),
(51070, 141, 1264, 'Huimanguillo', ''),
(51071, 141, 1264, 'Jalapa', ''),
(51072, 141, 1264, 'Jalisco', ''),
(51073, 141, 1264, 'Jalpa de Mendez', ''),
(51074, 141, 1264, 'Jose Maria Pino Suarez', ''),
(51075, 141, 1264, 'La Galera', ''),
(51076, 141, 1264, 'Macuspana', ''),
(51077, 141, 1264, 'Michoacan', ''),
(51078, 141, 1264, 'Nacajuca', ''),
(51079, 141, 1264, 'Netzahualcoyotl', ''),
(51080, 141, 1264, 'Paraiso', ''),
(51081, 141, 1264, 'San Miguel', ''),
(51082, 141, 1264, 'Tacotalpa', ''),
(51083, 141, 1264, 'Villahermosa', ''),
(51084, 141, 1265, 'Altamira', ''),
(51085, 141, 1265, 'Atizapan de Zaragoza', ''),
(51086, 141, 1265, 'Bosques', ''),
(51087, 141, 1265, 'Ciudad Madero', ''),
(51088, 141, 1265, 'Ciudad Mante', ''),
(51089, 141, 1265, 'Coahuila', ''),
(51090, 141, 1265, 'Heroica Matamoros', ''),
(51091, 141, 1265, 'Laredo', ''),
(51092, 141, 1265, 'Los Lopez', ''),
(51093, 141, 1265, 'Magiscatzin', ''),
(51094, 141, 1265, 'Mier', ''),
(51095, 141, 1265, 'Nuevo Cereso Regional de Altamira', ''),
(51096, 141, 1265, 'Nuevo Laredo', ''),
(51097, 141, 1265, 'Piedras Negras', ''),
(51098, 141, 1265, 'Reynosa', ''),
(51099, 141, 1265, 'Rio Bravo', ''),
(51100, 141, 1265, 'San Fernando', ''),
(51101, 141, 1265, 'San Francisco', ''),
(51102, 141, 1265, 'Tampico', ''),
(51103, 141, 1265, 'Tanchipa', ''),
(51104, 141, 1265, 'Trevino', ''),
(51105, 141, 1265, 'Valle Hermoso', ''),
(51106, 141, 1265, 'Xicotencatl', ''),
(51107, 141, 1266, 'Apizaco', ''),
(51108, 141, 1266, 'Chiautempan', ''),
(51109, 141, 1266, 'Ejido Munoz', ''),
(51110, 141, 1266, 'Santo Toribio Xicohtzingo', ''),
(51111, 141, 1266, 'Seccion Primera Santiago Tetla', ''),
(51112, 141, 1266, 'Tetlanohcan', ''),
(51113, 141, 1266, 'Tlaxcala', ''),
(51114, 141, 1266, 'Union Ejidal Tierra y Libertad', ''),
(51115, 141, 1266, 'Vicente Guerrero', ''),
(51116, 141, 1267, 'Acayucan', ''),
(51117, 141, 1267, 'Agua Dulce', ''),
(51118, 141, 1267, 'Alamo', ''),
(51119, 141, 1267, 'Amatlan de los Reyes', ''),
(51120, 141, 1267, 'Boca del Rio', ''),
(51121, 141, 1267, 'Castillo de Teayo', ''),
(51122, 141, 1267, 'Catemaco', ''),
(51123, 141, 1267, 'Chicola', ''),
(51124, 141, 1267, 'Ciudad Mendoza', ''),
(51125, 141, 1267, 'Coatepec', ''),
(51126, 141, 1267, 'Coatzacoalcos', ''),
(51127, 141, 1267, 'Colonia Antonio Ortiz Mena', ''),
(51128, 141, 1267, 'Córdoba', ''),
(51129, 141, 1267, 'Cosoleacaque', ''),
(51130, 141, 1267, 'El Santuario', ''),
(51131, 141, 1267, 'Fortin de las Flores', ''),
(51132, 141, 1267, 'Heroica Alvarado', ''),
(51133, 141, 1267, 'Huatusco de Chicuellar', ''),
(51134, 141, 1267, 'Ixtac Zoquitlan', ''),
(51135, 141, 1267, 'Jaltipan de Morelos', ''),
(51136, 141, 1267, 'Jose Cardel', ''),
(51137, 141, 1267, 'Juan Diaz Covarrubias', ''),
(51138, 141, 1267, 'La Lagunilla', ''),
(51139, 141, 1267, 'La Rivera de Tampico Alto', ''),
(51140, 141, 1267, 'Martinez de la Torre', ''),
(51141, 141, 1267, 'Minatitlán', ''),
(51142, 141, 1267, 'Misantla', ''),
(51143, 141, 1267, 'Nogales', ''),
(51144, 141, 1267, 'Orizaba', ''),
(51145, 141, 1267, 'Pajapan', ''),
(51146, 141, 1267, 'Panuco', ''),
(51147, 141, 1267, 'Papantla de Olarte', ''),
(51148, 141, 1267, 'Perote', ''),
(51149, 141, 1267, 'Poza Rica Chacas', ''),
(51150, 141, 1267, 'Rafael Delgado', ''),
(51151, 141, 1267, 'Rio Blanco', ''),
(51152, 141, 1267, 'San Andres Tuxtla', ''),
(51153, 141, 1267, 'Santiago Tuxtla', ''),
(51154, 141, 1267, 'Tantoyuca', ''),
(51155, 141, 1267, 'Tlacotalpan', ''),
(51156, 141, 1267, 'Tlapacoyan', ''),
(51157, 141, 1267, 'Tuxpan de Rodriguez Cano', ''),
(51158, 141, 1267, 'Veracruz', ''),
(51159, 141, 1267, 'Villa Nanchital', ''),
(51160, 141, 1267, 'Xalapa', ''),
(51161, 141, 1267, 'Xico', ''),
(51162, 141, 1267, 'Yecuatla', ''),
(51163, 141, 1268, 'Conkal', ''),
(51164, 141, 1268, 'Dzemul', ''),
(51165, 141, 1268, 'Hoctun', ''),
(51166, 141, 1268, 'Hunucma', ''),
(51167, 141, 1268, 'Izamal', ''),
(51168, 141, 1268, 'Kanasin', ''),
(51169, 141, 1268, 'Mérida', ''),
(51170, 141, 1268, 'Motul', ''),
(51171, 141, 1268, 'Mulsay', ''),
(51172, 141, 1268, 'Oxkutzkab', ''),
(51173, 141, 1268, 'Progreso de Castro', ''),
(51174, 141, 1268, 'San Pedro Dzula', ''),
(51175, 141, 1268, 'Tizimín', ''),
(51176, 141, 1268, 'Valladolid', ''),
(51177, 141, 1268, 'Xcanatun', ''),
(51178, 141, 1269, 'Arboledas', ''),
(51179, 141, 1269, 'Buenavista', ''),
(51180, 141, 1269, 'Centro', ''),
(51181, 141, 1269, 'Colonia Madero (Madero)', ''),
(51182, 141, 1269, 'El Encino', ''),
(51183, 141, 1269, 'El Naranjal', ''),
(51184, 141, 1269, 'Fresnillo', ''),
(51185, 141, 1269, 'Guadalupe', ''),
(51186, 141, 1269, 'Jerez de Garcia Salinas', ''),
(51187, 141, 1269, 'Juan Aldama', ''),
(51188, 141, 1269, 'La Luz', ''),
(51189, 141, 1269, 'La Magdalena', ''),
(51190, 141, 1269, 'Los Campos', ''),
(51191, 141, 1269, 'Los Llamas', ''),
(51192, 141, 1269, 'Morelos', ''),
(51193, 141, 1269, 'Pabellon', ''),
(51194, 141, 1269, 'Rio Grande', ''),
(51195, 141, 1269, 'San Miguel de Atotonilco', ''),
(51196, 141, 1269, 'Soledad', ''),
(51197, 141, 1269, 'Sombrerete', ''),
(51198, 141, 1269, 'Tacoaleche', ''),
(51199, 141, 1269, 'Valparaiso', ''),
(51200, 141, 1269, 'Victor Rosales', ''),
(51201, 141, 1269, 'Zacatecas', ''),
(51202, 143, 1270, 'Cecerleg', ''),
(51203, 143, 1271, 'Chihertey', ''),
(51204, 143, 1272, 'Bayanhongor', ''),
(51205, 143, 1273, 'Bayangol', ''),
(51206, 143, 1274, 'Javhlant', ''),
(51207, 143, 1275, 'Darhan', ''),
(51208, 143, 1276, 'Han-Uul', ''),
(51209, 143, 1277, 'Saynshand', ''),
(51210, 143, 1277, 'Ulaan-Uul', ''),
(51211, 143, 1278, 'Altai', ''),
(51212, 143, 1278, 'Ovoot', ''),
(51213, 143, 1279, 'Choyr', ''),
(51214, 143, 1280, 'Undurkhaan', ''),
(51215, 143, 1281, 'Khovd', ''),
(51216, 143, 1282, 'Ider', ''),
(51217, 143, 1282, 'Mörön', ''),
(51218, 143, 1283, 'Mandalgovi', ''),
(51219, 143, 1283, 'Toyrim', ''),
(51220, 143, 1284, 'Dalandzadgad', ''),
(51221, 143, 1285, 'Arvayheer', ''),
(51222, 143, 1286, 'Sühbaatar', ''),
(51223, 143, 1287, 'Baruun-Urt', ''),
(51224, 143, 1288, 'Ulan Bator', ''),
(51225, 144, 1289, 'Budva', ''),
(51226, 144, 1290, 'Herceg Novi', ''),
(51227, 144, 1291, 'Kotor', ''),
(51228, 144, 1292, 'Niksic', ''),
(51229, 144, 1293, 'Podgorica', ''),
(51230, 144, 1294, 'Ulcinj', ''),
(51231, 145, 1295, 'Salem', ''),
(51232, 146, 1296, 'Berrechid', ''),
(51233, 146, 1296, 'Khouribga', ''),
(51234, 146, 1296, 'Oued Zem', ''),
(51235, 146, 1296, 'Settat', ''),
(51236, 146, 1297, 'Azamor', ''),
(51237, 146, 1297, 'Douar Souam', ''),
(51238, 146, 1297, 'El Jadida', ''),
(51239, 146, 1297, 'Safi', ''),
(51240, 146, 1298, 'Kenitra', ''),
(51241, 146, 1298, 'Sidi Kacem', ''),
(51242, 146, 1298, 'Sidi Slimane', ''),
(51243, 146, 1299, 'Ifrane de l\'Anti-Atlas', ''),
(51244, 146, 1300, 'Tarfaya', ''),
(51245, 146, 1301, 'Ait Melloul', ''),
(51246, 146, 1301, 'Attaouiya ech Chaibiya', ''),
(51247, 146, 1301, 'Marrakesh', ''),
(51248, 146, 1302, 'Berkane', ''),
(51249, 146, 1302, 'Jerada', ''),
(51250, 146, 1302, 'Nador', ''),
(51251, 146, 1302, 'Oujda', ''),
(51252, 146, 1303, 'Boufakrane', ''),
(51253, 146, 1303, 'Fes', ''),
(51254, 146, 1303, 'Sefrou', ''),
(51255, 146, 1304, 'Jemaa de Mrirt', ''),
(51256, 146, 1304, 'Meknes', ''),
(51257, 146, 1305, 'Ar Rommani', ''),
(51258, 146, 1305, 'Khemisset', ''),
(51259, 146, 1305, 'Rabat', ''),
(51260, 146, 1305, 'Salé', ''),
(51261, 146, 1305, 'Temara', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(51262, 146, 1305, 'Tiflet', ''),
(51263, 146, 1306, 'Agadir', ''),
(51264, 146, 1306, 'Biougra', ''),
(51265, 146, 1306, 'Inezgane', ''),
(51266, 146, 1306, 'Oulad Teima', ''),
(51267, 146, 1306, 'Sidi Ifni', ''),
(51268, 146, 1306, 'Tikiouine', ''),
(51269, 146, 1307, 'Asilah', ''),
(51270, 146, 1307, 'Larache', ''),
(51271, 146, 1307, 'M\'dik', ''),
(51272, 146, 1307, 'Martil', ''),
(51273, 146, 1307, 'Tangier', ''),
(51274, 146, 1307, 'Tardane', ''),
(51275, 146, 1307, 'Tétouan', ''),
(51276, 146, 1308, 'Casablanca', ''),
(51277, 146, 1308, 'Mohammedia', ''),
(51278, 146, 1309, 'Beni Mellal', ''),
(51279, 146, 1310, 'Mansour', ''),
(51280, 146, 1310, 'Tahla', ''),
(51281, 147, 1311, 'Pemba', ''),
(51282, 147, 1312, 'Maputo', ''),
(51283, 147, 1313, 'Chibuto', ''),
(51284, 147, 1314, 'Maxixe', ''),
(51285, 147, 1315, 'Chimoio', ''),
(51286, 147, 1316, 'Case', ''),
(51287, 147, 1316, 'Matola', ''),
(51288, 147, 1316, 'Ressano Garcia', ''),
(51289, 147, 1317, 'Mozambique', ''),
(51290, 147, 1317, 'Nampula', ''),
(51291, 147, 1318, 'Lichinga', ''),
(51292, 147, 1318, 'Lurio', ''),
(51293, 147, 1319, 'Quelimane', ''),
(51294, 147, 1320, 'Beira', ''),
(51295, 147, 1321, 'Tete', ''),
(51296, 148, 1322, 'Hlaing', ''),
(51297, 148, 1323, 'Aung', ''),
(51298, 148, 1323, 'Wagan', ''),
(51299, 148, 1324, 'Mandalay', ''),
(51300, 148, 1325, 'Inya', ''),
(51301, 148, 1326, 'Yangon', ''),
(51302, 149, 1327, 'Swakopmund', ''),
(51303, 149, 1327, 'Walvis Bay', ''),
(51304, 149, 1328, 'Keetmanshoop', ''),
(51305, 149, 1328, 'Lüderitz', ''),
(51306, 149, 1328, 'Oranjemund', ''),
(51307, 149, 1329, 'Rundu', ''),
(51308, 149, 1330, 'Olympia', ''),
(51309, 149, 1330, 'Windhoek', ''),
(51310, 149, 1331, 'Gobabis', ''),
(51311, 149, 1332, 'Ombalantu', ''),
(51312, 149, 1332, 'Outapi', ''),
(51313, 149, 1333, 'Ondangwa', ''),
(51314, 149, 1333, 'Ongwediva', ''),
(51315, 149, 1333, 'Oshakati', ''),
(51316, 149, 1334, 'Tsumeb', ''),
(51317, 149, 1335, 'Okahandja', ''),
(51318, 149, 1335, 'Otavi', ''),
(51319, 149, 1335, 'Otjiwarongo', ''),
(51320, 149, 1336, 'Katima Mulilo', ''),
(51321, 149, 1336, 'Mpapuka', ''),
(51322, 150, 1337, 'Anabar', ''),
(51323, 151, 1338, 'Janakpur', ''),
(51324, 151, 1338, 'Kathmandu', ''),
(51325, 151, 1339, 'Biratnagar', ''),
(51326, 151, 1340, 'Lumbini', ''),
(51327, 152, 1341, 'Achlum', ''),
(51328, 152, 1341, 'Akkrum', ''),
(51329, 152, 1341, 'Aldeboarn', ''),
(51330, 152, 1341, 'Appelscha', ''),
(51331, 152, 1341, 'Bakkeveen', ''),
(51332, 152, 1341, 'Balk', ''),
(51333, 152, 1341, 'Ballum', ''),
(51334, 152, 1341, 'Beetsterzwaag', ''),
(51335, 152, 1341, 'Bitgum', ''),
(51336, 152, 1341, 'Bolsward', ''),
(51337, 152, 1341, 'Boornbergum', ''),
(51338, 152, 1341, 'Britsum', ''),
(51339, 152, 1341, 'Buitenpost', ''),
(51340, 152, 1341, 'Burdaard', ''),
(51341, 152, 1341, 'Burgum', ''),
(51342, 152, 1341, 'Burum', ''),
(51343, 152, 1341, 'Damwald', ''),
(51344, 152, 1341, 'De Blesse', ''),
(51345, 152, 1341, 'De Westereen', ''),
(51346, 152, 1341, 'Dokkum', ''),
(51347, 152, 1341, 'Drachten', ''),
(51348, 152, 1341, 'Drachtstercompagnie', ''),
(51349, 152, 1341, 'Drogeham', ''),
(51350, 152, 1341, 'Dronryp', ''),
(51351, 152, 1341, 'Eastermar', ''),
(51352, 152, 1341, 'Echten', ''),
(51353, 152, 1341, 'Echtenerbrug', ''),
(51354, 152, 1341, 'Engwierum', ''),
(51355, 152, 1341, 'Exmorra', ''),
(51356, 152, 1341, 'Feanwalden', ''),
(51357, 152, 1341, 'Ferwert', ''),
(51358, 152, 1341, 'Franeker', ''),
(51359, 152, 1341, 'Garyp', ''),
(51360, 152, 1341, 'Gerkesklooster', ''),
(51361, 152, 1341, 'Gersloot', ''),
(51362, 152, 1341, 'Gorredijk', ''),
(51363, 152, 1341, 'Goutum', ''),
(51364, 152, 1341, 'Grou', ''),
(51365, 152, 1341, 'Gytsjerk', ''),
(51366, 152, 1341, 'Hallum', ''),
(51367, 152, 1341, 'Hantum', ''),
(51368, 152, 1341, 'Harkema', ''),
(51369, 152, 1341, 'Harlingen', ''),
(51370, 152, 1341, 'Haulerwijk', ''),
(51371, 152, 1341, 'Heeg', ''),
(51372, 152, 1341, 'Heerenveen', ''),
(51373, 152, 1341, 'Hindeloopen', ''),
(51374, 152, 1341, 'Holwerd', ''),
(51375, 152, 1341, 'Hommerts', ''),
(51376, 152, 1341, 'Hoornsterzwaag', ''),
(51377, 152, 1341, 'Hurdegaryp', ''),
(51378, 152, 1341, 'Idskenhuizen', ''),
(51379, 152, 1341, 'IJlst', ''),
(51380, 152, 1341, 'Jirnsum', ''),
(51381, 152, 1341, 'Joure', ''),
(51382, 152, 1341, 'Jubbega', ''),
(51383, 152, 1341, 'Kimswerd', ''),
(51384, 152, 1341, 'Kollum', ''),
(51385, 152, 1341, 'Kollumerzwaag', ''),
(51386, 152, 1341, 'Kootstertille', ''),
(51387, 152, 1341, 'Koudum', ''),
(51388, 152, 1341, 'Langezwaag', ''),
(51389, 152, 1341, 'Leeuwarden', ''),
(51390, 152, 1341, 'Lemmer', ''),
(51391, 152, 1341, 'Lioessens', ''),
(51392, 152, 1341, 'Lippenhuizen', ''),
(51393, 152, 1341, 'Luxwoude', ''),
(51394, 152, 1341, 'Makkum', ''),
(51395, 152, 1341, 'Mantgum', ''),
(51396, 152, 1341, 'Marrum', ''),
(51397, 152, 1341, 'Menaam', ''),
(51398, 152, 1341, 'Metslawier', ''),
(51399, 152, 1341, 'Minnertsga', ''),
(51400, 152, 1341, 'Morra', ''),
(51401, 152, 1341, 'Munnekeburen', ''),
(51402, 152, 1341, 'Nes', ''),
(51403, 152, 1341, 'Nieuwehorne', ''),
(51404, 152, 1341, 'Nij Altoenae', ''),
(51405, 152, 1341, 'Nijehaske', ''),
(51406, 152, 1341, 'Nijeholtpade', ''),
(51407, 152, 1341, 'Nijeholtwolde', ''),
(51408, 152, 1341, 'Noordwolde', ''),
(51409, 152, 1341, 'Oldeberkoop', ''),
(51410, 152, 1341, 'Oosternijkerk', ''),
(51411, 152, 1341, 'Oosterwolde', ''),
(51412, 152, 1341, 'Opeinde', ''),
(51413, 152, 1341, 'Oppenhuizen', ''),
(51414, 152, 1341, 'Oranjewoud', ''),
(51415, 152, 1341, 'Oudega', ''),
(51416, 152, 1341, 'Oudehaske', ''),
(51417, 152, 1341, 'Oudehorne', ''),
(51418, 152, 1341, 'Oudeschoot', ''),
(51419, 152, 1341, 'Oudwoude', ''),
(51420, 152, 1341, 'Ouwster-Nijega', ''),
(51421, 152, 1341, 'Pingjum', ''),
(51422, 152, 1341, 'Rinsumageast', ''),
(51423, 152, 1341, 'Rohel', ''),
(51424, 152, 1341, 'Rotsterhaule', ''),
(51425, 152, 1341, 'Rottevalle', ''),
(51426, 152, 1341, 'Ryptsjerk', ''),
(51427, 152, 1341, 'Scharnegoutum', ''),
(51428, 152, 1341, 'Schettens', ''),
(51429, 152, 1341, 'Schiermonnikoog', ''),
(51430, 152, 1341, 'Siegerswoude', ''),
(51431, 152, 1341, 'Sint Annaparochie', ''),
(51432, 152, 1341, 'Sint Nicolaasga', ''),
(51433, 152, 1341, 'Sintjohannesga', ''),
(51434, 152, 1341, 'Sneek', ''),
(51435, 152, 1341, 'Sondel', ''),
(51436, 152, 1341, 'Stavoren', ''),
(51437, 152, 1341, 'Steggerda', ''),
(51438, 152, 1341, 'Stiens', ''),
(51439, 152, 1341, 'Stroobos', ''),
(51440, 152, 1341, 'Sumar', ''),
(51441, 152, 1341, 'Surhuisterveen', ''),
(51442, 152, 1341, 'Surhuizum', ''),
(51443, 152, 1341, 'Suwald', ''),
(51444, 152, 1341, 'Terband', ''),
(51445, 152, 1341, 'Terwispel', ''),
(51446, 152, 1341, 'Ureterp', ''),
(51447, 152, 1341, 'Walterswald', ''),
(51448, 152, 1341, 'Weidum', ''),
(51449, 152, 1341, 'Wergea', ''),
(51450, 152, 1341, 'West-Terschelling', ''),
(51451, 152, 1341, 'Wijnaldum', ''),
(51452, 152, 1341, 'Wijnjewoude', ''),
(51453, 152, 1341, 'Wirdum', ''),
(51454, 152, 1341, 'Witmarsum', ''),
(51455, 152, 1341, 'Wjelsryp', ''),
(51456, 152, 1341, 'Wolvega', ''),
(51457, 152, 1341, 'Workum', ''),
(51458, 152, 1341, 'Wyns', ''),
(51459, 152, 1342, 'Appingedam', ''),
(51460, 152, 1342, 'Bad Nieuweschans', ''),
(51461, 152, 1342, 'Baflo', ''),
(51462, 152, 1342, 'Bedum', ''),
(51463, 152, 1342, 'Beerta', ''),
(51464, 152, 1342, 'Beijum', ''),
(51465, 152, 1342, 'Bellingwolde', ''),
(51466, 152, 1342, 'Blauwestad', ''),
(51467, 152, 1342, 'Blijham', ''),
(51468, 152, 1342, 'Borgercompagnie', ''),
(51469, 152, 1342, 'Bourtange', ''),
(51470, 152, 1342, 'Briltil', ''),
(51471, 152, 1342, 'De Wilp', ''),
(51472, 152, 1342, 'Delfzijl', ''),
(51473, 152, 1342, 'Den Andel', ''),
(51474, 152, 1342, 'Dorp', ''),
(51475, 152, 1342, 'Ezinge', ''),
(51476, 152, 1342, 'Farmsum', ''),
(51477, 152, 1342, 'Finsterwolde', ''),
(51478, 152, 1342, 'Foxhol', ''),
(51479, 152, 1342, 'Garmerwolde', ''),
(51480, 152, 1342, 'Garrelsweer', ''),
(51481, 152, 1342, 'Garsthuizen', ''),
(51482, 152, 1342, 'Glimmen', ''),
(51483, 152, 1342, 'Groningen', ''),
(51484, 152, 1342, 'Grootegast', ''),
(51485, 152, 1342, 'Haren', ''),
(51486, 152, 1342, 'Harkstede', ''),
(51487, 152, 1342, 'Heiligerlee', ''),
(51488, 152, 1342, 'Holwierde', ''),
(51489, 152, 1342, 'Hoogezand', ''),
(51490, 152, 1342, 'Huizinge', ''),
(51491, 152, 1342, 'Kantens', ''),
(51492, 152, 1342, 'Kolham', ''),
(51493, 152, 1342, 'Kommerzijl', ''),
(51494, 152, 1342, 'Kornhorn', ''),
(51495, 152, 1342, 'Krewerd', ''),
(51496, 152, 1342, 'Kropswolde', ''),
(51497, 152, 1342, 'Lageland', ''),
(51498, 152, 1342, 'Leek', ''),
(51499, 152, 1342, 'Lewenborg', ''),
(51500, 152, 1342, 'Loppersum', ''),
(51501, 152, 1342, 'Marum', ''),
(51502, 152, 1342, 'Meeden', ''),
(51503, 152, 1342, 'Middelstum', ''),
(51504, 152, 1342, 'Midwolda', ''),
(51505, 152, 1342, 'Muntendam', ''),
(51506, 152, 1342, 'Musselkanaal', ''),
(51507, 152, 1342, 'Niekerk', ''),
(51508, 152, 1342, 'Nieuwe Pekela', ''),
(51509, 152, 1342, 'Noordbroek', ''),
(51510, 152, 1342, 'Noordhorn', ''),
(51511, 152, 1342, 'Oldehove', ''),
(51512, 152, 1342, 'Oldekerk', ''),
(51513, 152, 1342, 'Onderdendam', ''),
(51514, 152, 1342, 'Onnen', ''),
(51515, 152, 1342, 'Onstwedde', ''),
(51516, 152, 1342, 'Oosterwijtwerd', ''),
(51517, 152, 1342, 'Oude Pekela', ''),
(51518, 152, 1342, 'Paddepoel', ''),
(51519, 152, 1342, 'Pieterburen', ''),
(51520, 152, 1342, 'Roodeschool', ''),
(51521, 152, 1342, 'Sappemeer', ''),
(51522, 152, 1342, 'Scheemda', ''),
(51523, 152, 1342, 'Schildwolde', ''),
(51524, 152, 1342, 'Sellingen', ''),
(51525, 152, 1342, 'Selwerd', ''),
(51526, 152, 1342, 'Siddeburen', ''),
(51527, 152, 1342, 'Slochteren', ''),
(51528, 152, 1342, 'Stadskanaal', ''),
(51529, 152, 1342, 'Stedum', ''),
(51530, 152, 1342, 'Stitswerd', ''),
(51531, 152, 1342, 'Ten Boer', ''),
(51532, 152, 1342, 'Ten Post', ''),
(51533, 152, 1342, 'Ter Apel', ''),
(51534, 152, 1342, 'Ter Apelkanaal', ''),
(51535, 152, 1342, 'Termunterzijl', ''),
(51536, 152, 1342, 'Thesinge', ''),
(51537, 152, 1342, 'Tolbert', ''),
(51538, 152, 1342, 'Toornwerd', ''),
(51539, 152, 1342, 'Uithuizen', ''),
(51540, 152, 1342, 'Uithuizermeeden', ''),
(51541, 152, 1342, 'Veendam', ''),
(51542, 152, 1342, 'Vierhuizen', ''),
(51543, 152, 1342, 'Visvliet', ''),
(51544, 152, 1342, 'Vlagtwedde', ''),
(51545, 152, 1342, 'Wagenborgen', ''),
(51546, 152, 1342, 'Warffum', ''),
(51547, 152, 1342, 'Warfhuizen', ''),
(51548, 152, 1342, 'Wedde', ''),
(51549, 152, 1342, 'Wehe-den Hoorn', ''),
(51550, 152, 1342, 'Wildervank', ''),
(51551, 152, 1342, 'Winschoten', ''),
(51552, 152, 1342, 'Winsum', ''),
(51553, 152, 1342, 'Wirdum', ''),
(51554, 152, 1342, 'Zoutkamp', ''),
(51555, 152, 1342, 'Zuidbroek', ''),
(51556, 152, 1342, 'Zuidhorn', ''),
(51557, 152, 1343, 'Amstenrade', ''),
(51558, 152, 1343, 'Arcen', ''),
(51559, 152, 1343, 'Baarlo', ''),
(51560, 152, 1343, 'Baexem', ''),
(51561, 152, 1343, 'Beegden', ''),
(51562, 152, 1343, 'Beek', ''),
(51563, 152, 1343, 'Beesel', ''),
(51564, 152, 1343, 'Belfeld', ''),
(51565, 152, 1343, 'Bemelen', ''),
(51566, 152, 1343, 'Bergen', ''),
(51567, 152, 1343, 'Beringe', ''),
(51568, 152, 1343, 'Bocholtz', ''),
(51569, 152, 1343, 'Born', ''),
(51570, 152, 1343, 'Broekhin', ''),
(51571, 152, 1343, 'Broekhuizen', ''),
(51572, 152, 1343, 'Brunssum', ''),
(51573, 152, 1343, 'Buchten', ''),
(51574, 152, 1343, 'Buggenum', ''),
(51575, 152, 1343, 'Bunde', ''),
(51576, 152, 1343, 'Cadier en Keer', ''),
(51577, 152, 1343, 'Castenray', ''),
(51578, 152, 1343, 'De Horst', ''),
(51579, 152, 1343, 'Dijk', ''),
(51580, 152, 1343, 'Doenrade', ''),
(51581, 152, 1343, 'Echt', ''),
(51582, 152, 1343, 'Eckelrade', ''),
(51583, 152, 1343, 'Egchel', ''),
(51584, 152, 1343, 'Eijsden', ''),
(51585, 152, 1343, 'Einighausen', ''),
(51586, 152, 1343, 'Ell', ''),
(51587, 152, 1343, 'Elsloo', ''),
(51588, 152, 1343, 'Epen', ''),
(51589, 152, 1343, 'Eygelshoven', ''),
(51590, 152, 1343, 'Eys', ''),
(51591, 152, 1343, 'Geleen', ''),
(51592, 152, 1343, 'Gennep', ''),
(51593, 152, 1343, 'Geulle', ''),
(51594, 152, 1343, 'Grashoek', ''),
(51595, 152, 1343, 'Grathem', ''),
(51596, 152, 1343, 'Grevenbicht', ''),
(51597, 152, 1343, 'Gronsveld', ''),
(51598, 152, 1343, 'Grubbenvorst', ''),
(51599, 152, 1343, 'Gulpen', ''),
(51600, 152, 1343, 'Haelen', ''),
(51601, 152, 1343, 'Heel', ''),
(51602, 152, 1343, 'Heerlen', ''),
(51603, 152, 1343, 'Heijen', ''),
(51604, 152, 1343, 'Helden', ''),
(51605, 152, 1343, 'Herkenbosch', ''),
(51606, 152, 1343, 'Herten', ''),
(51607, 152, 1343, 'Heythuysen', ''),
(51608, 152, 1343, 'Hoensbroek', ''),
(51609, 152, 1343, 'Holtum', ''),
(51610, 152, 1343, 'Horn', ''),
(51611, 152, 1343, 'Hout', ''),
(51612, 152, 1343, 'Hulsberg', ''),
(51613, 152, 1343, 'IJsselsteyn', ''),
(51614, 152, 1343, 'Jabeek', ''),
(51615, 152, 1343, 'Kelpen', ''),
(51616, 152, 1343, 'Kerkrade', ''),
(51617, 152, 1343, 'Kessel', ''),
(51618, 152, 1343, 'Klimmen', ''),
(51619, 152, 1343, 'Landgraaf', ''),
(51620, 152, 1343, 'Lemiers', ''),
(51621, 152, 1343, 'Leunen', ''),
(51622, 152, 1343, 'Leveroij', ''),
(51623, 152, 1343, 'Limbricht', ''),
(51624, 152, 1343, 'Limmel', ''),
(51625, 152, 1343, 'Linne', ''),
(51626, 152, 1343, 'Lomm', ''),
(51627, 152, 1343, 'Lottum', ''),
(51628, 152, 1343, 'Maasbracht', ''),
(51629, 152, 1343, 'Maasbree', ''),
(51630, 152, 1343, 'Maastricht', ''),
(51631, 152, 1343, 'Margraten', ''),
(51632, 152, 1343, 'Mechelen', ''),
(51633, 152, 1343, 'Meerssen', ''),
(51634, 152, 1343, 'Melderslo', ''),
(51635, 152, 1343, 'Melick', ''),
(51636, 152, 1343, 'Merkelbeek', ''),
(51637, 152, 1343, 'Merselo', ''),
(51638, 152, 1343, 'Meterik', ''),
(51639, 152, 1343, 'Milsbeek', ''),
(51640, 152, 1343, 'Montfort', ''),
(51641, 152, 1343, 'Mook', ''),
(51642, 152, 1343, 'Munstergeleen', ''),
(51643, 152, 1343, 'Nederweert', ''),
(51644, 152, 1343, 'Nieuw-Bergen', ''),
(51645, 152, 1343, 'Nieuwstadt', ''),
(51646, 152, 1343, 'Noorbeek', ''),
(51647, 152, 1343, 'Nuth', ''),
(51648, 152, 1343, 'Obbicht', ''),
(51649, 152, 1343, 'Oostrum', ''),
(51650, 152, 1343, 'Ospel', ''),
(51651, 152, 1343, 'Ottersum', ''),
(51652, 152, 1343, 'Palemig', ''),
(51653, 152, 1343, 'Panningen', ''),
(51654, 152, 1343, 'Papenhoven', ''),
(51655, 152, 1343, 'Plasmolen', ''),
(51656, 152, 1343, 'Posterholt', ''),
(51657, 152, 1343, 'Puth', ''),
(51658, 152, 1343, 'Reuver', ''),
(51659, 152, 1343, 'Rijckholt', ''),
(51660, 152, 1343, 'Roermond', ''),
(51661, 152, 1343, 'Roggel', ''),
(51662, 152, 1343, 'Roosteren', ''),
(51663, 152, 1343, 'Rooth', ''),
(51664, 152, 1343, 'Schaesberg', ''),
(51665, 152, 1343, 'Schimmert', ''),
(51666, 152, 1343, 'Schin op Geul', ''),
(51667, 152, 1343, 'Schinnen', ''),
(51668, 152, 1343, 'Schinveld', ''),
(51669, 152, 1343, 'Sevenum', ''),
(51670, 152, 1343, 'Simpelveld', ''),
(51671, 152, 1343, 'Sint Odilienberg', ''),
(51672, 152, 1343, 'Sittard', ''),
(51673, 152, 1343, 'Slenaken', ''),
(51674, 152, 1343, 'Spaubeek', ''),
(51675, 152, 1343, 'Steijl', ''),
(51676, 152, 1343, 'Stein', ''),
(51677, 152, 1343, 'Stevensweert', ''),
(51678, 152, 1343, 'Stramproy', ''),
(51679, 152, 1343, 'Susteren', ''),
(51680, 152, 1343, 'Swalmen', ''),
(51681, 152, 1343, 'Sweikhuizen', ''),
(51682, 152, 1343, 'Swolgen', ''),
(51683, 152, 1343, 'Tegelen', ''),
(51684, 152, 1343, 'Terblijt', ''),
(51685, 152, 1343, 'Thorn', ''),
(51686, 152, 1343, 'Tienraij', ''),
(51687, 152, 1343, 'Ubachsberg', ''),
(51688, 152, 1343, 'Ulestraten', ''),
(51689, 152, 1343, 'Urmond', ''),
(51690, 152, 1343, 'Vaals', ''),
(51691, 152, 1343, 'Valkenburg', ''),
(51692, 152, 1343, 'Velden', ''),
(51693, 152, 1343, 'Ven-Zelderheide', ''),
(51694, 152, 1343, 'Venlo', ''),
(51695, 152, 1343, 'Venray', ''),
(51696, 152, 1343, 'Veulen', ''),
(51697, 152, 1343, 'Vijlen', ''),
(51698, 152, 1343, 'Vlodrop', ''),
(51699, 152, 1343, 'Voerendaal', ''),
(51700, 152, 1343, 'Wanssum', ''),
(51701, 152, 1343, 'Weert', ''),
(51702, 152, 1343, 'Well', ''),
(51703, 152, 1343, 'Wellerlooi', ''),
(51704, 152, 1343, 'Wessem', ''),
(51705, 152, 1343, 'Wijlre', ''),
(51706, 152, 1343, 'Wijnandsrade', ''),
(51707, 152, 1343, 'Wittem', ''),
(51708, 152, 1344, '\'s Gravenmoer', ''),
(51709, 152, 1344, '\'s-Hertogenbosch', ''),
(51710, 152, 1344, 'Achtmaal', ''),
(51711, 152, 1344, 'Almkerk', ''),
(51712, 152, 1344, 'Alphen', ''),
(51713, 152, 1344, 'Asten', ''),
(51714, 152, 1344, 'Baarle-Nassau', ''),
(51715, 152, 1344, 'Bakel', ''),
(51716, 152, 1344, 'Bavel', ''),
(51717, 152, 1344, 'Beek', ''),
(51718, 152, 1344, 'Beers', ''),
(51719, 152, 1344, 'Berg', ''),
(51720, 152, 1344, 'Bergeijk', ''),
(51721, 152, 1344, 'Bergen op Zoom', ''),
(51722, 152, 1344, 'Berghem', ''),
(51723, 152, 1344, 'Berlicum', ''),
(51724, 152, 1344, 'Best', ''),
(51725, 152, 1344, 'Beugen', ''),
(51726, 152, 1344, 'Biezenmortel', ''),
(51727, 152, 1344, 'Bladel', ''),
(51728, 152, 1344, 'Boekel', ''),
(51729, 152, 1344, 'Bosschenhoofd', ''),
(51730, 152, 1344, 'Boxmeer', ''),
(51731, 152, 1344, 'Boxtel', ''),
(51732, 152, 1344, 'Breda', ''),
(51733, 152, 1344, 'Breugel', ''),
(51734, 152, 1344, 'Budel', ''),
(51735, 152, 1344, 'Budel-Schoot', ''),
(51736, 152, 1344, 'Casteren', ''),
(51737, 152, 1344, 'Centrum', ''),
(51738, 152, 1344, 'Chaam', ''),
(51739, 152, 1344, 'Cromvoirt', ''),
(51740, 152, 1344, 'Cuijk', ''),
(51741, 152, 1344, 'Den Dungen', ''),
(51742, 152, 1344, 'Den Hout', ''),
(51743, 152, 1344, 'Deurne', ''),
(51744, 152, 1344, 'Diessen', ''),
(51745, 152, 1344, 'Dinteloord', ''),
(51746, 152, 1344, 'Dongen', ''),
(51747, 152, 1344, 'Dorst', ''),
(51748, 152, 1344, 'Drimmelen', ''),
(51749, 152, 1344, 'Drunen', ''),
(51750, 152, 1344, 'Duin', ''),
(51751, 152, 1344, 'Duizel', ''),
(51752, 152, 1344, 'Dussen', ''),
(51753, 152, 1344, 'Eckart', ''),
(51754, 152, 1344, 'Eersel', ''),
(51755, 152, 1344, 'Eindhoven', ''),
(51756, 152, 1344, 'Elsendorp', ''),
(51757, 152, 1344, 'Empel', ''),
(51758, 152, 1344, 'Enschot', ''),
(51759, 152, 1344, 'Erp', ''),
(51760, 152, 1344, 'Esch', ''),
(51761, 152, 1344, 'Escharen', ''),
(51762, 152, 1344, 'Etten', ''),
(51763, 152, 1344, 'Fijnaart', ''),
(51764, 152, 1344, 'Gassel', ''),
(51765, 152, 1344, 'Geertruidenberg', ''),
(51766, 152, 1344, 'Geffen', ''),
(51767, 152, 1344, 'Geldrop', ''),
(51768, 152, 1344, 'Gemert', ''),
(51769, 152, 1344, 'Gemonde', ''),
(51770, 152, 1344, 'Genderen', ''),
(51771, 152, 1344, 'Giessen', ''),
(51772, 152, 1344, 'Gilze', ''),
(51773, 152, 1344, 'Goirle', ''),
(51774, 152, 1344, 'Grave', ''),
(51775, 152, 1344, 'Groeningen', ''),
(51776, 152, 1344, 'Haaren', ''),
(51777, 152, 1344, 'Halsteren', ''),
(51778, 152, 1344, 'Handel', ''),
(51779, 152, 1344, 'Hank', ''),
(51780, 152, 1344, 'Hapert', ''),
(51781, 152, 1344, 'Haps', ''),
(51782, 152, 1344, 'Hedel', ''),
(51783, 152, 1344, 'Heesch', ''),
(51784, 152, 1344, 'Heeswijk-Dinther', ''),
(51785, 152, 1344, 'Heeze', ''),
(51786, 152, 1344, 'Heijningen', ''),
(51787, 152, 1344, 'Helenaveen', ''),
(51788, 152, 1344, 'Helmond', ''),
(51789, 152, 1344, 'Helvoirt', ''),
(51790, 152, 1344, 'Herpt', ''),
(51791, 152, 1344, 'Het Slikgat', ''),
(51792, 152, 1344, 'Heusden', ''),
(51793, 152, 1344, 'Hilvarenbeek', ''),
(51794, 152, 1344, 'Hoge Donk', ''),
(51795, 152, 1344, 'Hooge Zwaluwe', ''),
(51796, 152, 1344, 'Hoogerheide', ''),
(51797, 152, 1344, 'Houtakker', ''),
(51798, 152, 1344, 'Huijbergen', ''),
(51799, 152, 1344, 'Hulsel', ''),
(51800, 152, 1344, 'Kaatsheuvel', ''),
(51801, 152, 1344, 'Katwijk', ''),
(51802, 152, 1344, 'Keldonk', ''),
(51803, 152, 1344, 'Klein-Zundert', ''),
(51804, 152, 1344, 'Klundert', ''),
(51805, 152, 1344, 'Kruisland', ''),
(51806, 152, 1344, 'Lage Zwaluwe', ''),
(51807, 152, 1344, 'Leende', ''),
(51808, 152, 1344, 'Liempde', ''),
(51809, 152, 1344, 'Lieshout', ''),
(51810, 152, 1344, 'Liessel', ''),
(51811, 152, 1344, 'Lith', ''),
(51812, 152, 1344, 'Lithoijen', ''),
(51813, 152, 1344, 'Loon op Zand', ''),
(51814, 152, 1344, 'Luyksgestel', ''),
(51815, 152, 1344, 'Maarheeze', ''),
(51816, 152, 1344, 'Made', ''),
(51817, 152, 1344, 'Meeuwen', ''),
(51818, 152, 1344, 'Megen', ''),
(51819, 152, 1344, 'Middelbeers', ''),
(51820, 152, 1344, 'Mierlo', ''),
(51821, 152, 1344, 'Milheeze', ''),
(51822, 152, 1344, 'Mill', ''),
(51823, 152, 1344, 'Moerdijk', ''),
(51824, 152, 1344, 'Moergestel', ''),
(51825, 152, 1344, 'Moerstraten', ''),
(51826, 152, 1344, 'Molenschot', ''),
(51827, 152, 1344, 'Neer-Andel', ''),
(51828, 152, 1344, 'Nieuwendijk', ''),
(51829, 152, 1344, 'Nieuwkuijk', ''),
(51830, 152, 1344, 'Nijnsel', ''),
(51831, 152, 1344, 'Nispen', ''),
(51832, 152, 1344, 'Nistelrode', ''),
(51833, 152, 1344, 'Nuenen', ''),
(51834, 152, 1344, 'Nuland', ''),
(51835, 152, 1344, 'Odiliapeel', ''),
(51836, 152, 1344, 'Oeffelt', ''),
(51837, 152, 1344, 'Oijen', ''),
(51838, 152, 1344, 'Oirschot', ''),
(51839, 152, 1344, 'Oisterwijk', ''),
(51840, 152, 1344, 'Oosteind', ''),
(51841, 152, 1344, 'Oosterhout', ''),
(51842, 152, 1344, 'Op den Bosch', ''),
(51843, 152, 1344, 'Oss', ''),
(51844, 152, 1344, 'Ossendrecht', ''),
(51845, 152, 1344, 'Oud-Gastel', ''),
(51846, 152, 1344, 'Oud-Heusden', ''),
(51847, 152, 1344, 'Oudenbosch', ''),
(51848, 152, 1344, 'Overloon', ''),
(51849, 152, 1344, 'Prinsenbeek', ''),
(51850, 152, 1344, 'Putte', ''),
(51851, 152, 1344, 'Raamsdonksveer', ''),
(51852, 152, 1344, 'Ravenstein', ''),
(51853, 152, 1344, 'Reusel', ''),
(51854, 152, 1344, 'Riel', ''),
(51855, 152, 1344, 'Riethoven', ''),
(51856, 152, 1344, 'Rijen', ''),
(51857, 152, 1344, 'Rijkevoort', ''),
(51858, 152, 1344, 'Rijsbergen', ''),
(51859, 152, 1344, 'Rips', ''),
(51860, 152, 1344, 'Rixtel', ''),
(51861, 152, 1344, 'Roosendaal', ''),
(51862, 152, 1344, 'Rosmalen', ''),
(51863, 152, 1344, 'Rucphen', ''),
(51864, 152, 1344, 'Schaijk', ''),
(51865, 152, 1344, 'Schijndel', ''),
(51866, 152, 1344, 'Sint Anthonis', ''),
(51867, 152, 1344, 'Sint Hubert', ''),
(51868, 152, 1344, 'Sint Willebrord', ''),
(51869, 152, 1344, 'Sint-Michielsgestel', ''),
(51870, 152, 1344, 'Sint-Oedenrode', ''),
(51871, 152, 1344, 'Sleeuwijk', ''),
(51872, 152, 1344, 'Someren', ''),
(51873, 152, 1344, 'Son en Breugel', ''),
(51874, 152, 1344, 'Sprang', ''),
(51875, 152, 1344, 'Sprundel', ''),
(51876, 152, 1344, 'Stampersgat', ''),
(51877, 152, 1344, 'Standdaarbuiten', ''),
(51878, 152, 1344, 'Steenbergen', ''),
(51879, 152, 1344, 'Stevensbeek', ''),
(51880, 152, 1344, 'Strijbeek', ''),
(51881, 152, 1344, 'Terheijden', ''),
(51882, 152, 1344, 'Teteringen', ''),
(51883, 152, 1344, 'Tilburg', ''),
(51884, 152, 1344, 'Uden', ''),
(51885, 152, 1344, 'Udenhout', ''),
(51886, 152, 1344, 'Ulvenhout', ''),
(51887, 152, 1344, 'Valkenswaard', ''),
(51888, 152, 1344, 'Veen', ''),
(51889, 152, 1344, 'Veghel', ''),
(51890, 152, 1344, 'Veldhoven', ''),
(51891, 152, 1344, 'Velp', ''),
(51892, 152, 1344, 'Venhorst', ''),
(51893, 152, 1344, 'Vessem', ''),
(51894, 152, 1344, 'Vierlingsbeek', ''),
(51895, 152, 1344, 'Vlierden', ''),
(51896, 152, 1344, 'Vlijmen', ''),
(51897, 152, 1344, 'Volkel', ''),
(51898, 152, 1344, 'Vorstenbosch', ''),
(51899, 152, 1344, 'Vught', ''),
(51900, 152, 1344, 'Waalre', ''),
(51901, 152, 1344, 'Waalwijk', ''),
(51902, 152, 1344, 'Wagenberg', ''),
(51903, 152, 1344, 'Wanroij', ''),
(51904, 152, 1344, 'Waspik', ''),
(51905, 152, 1344, 'Werkendam', ''),
(51906, 152, 1344, 'Wernhout', ''),
(51907, 152, 1344, 'Westerhoven', ''),
(51908, 152, 1344, 'Wilbertoord', ''),
(51909, 152, 1344, 'Willemstad', ''),
(51910, 152, 1344, 'Wintelre', ''),
(51911, 152, 1344, 'Woudrichem', ''),
(51912, 152, 1344, 'Wouw', ''),
(51913, 152, 1344, 'Wouwsche Plantage', ''),
(51914, 152, 1344, 'Zeeland', ''),
(51915, 152, 1344, 'Zevenbergen', ''),
(51916, 152, 1344, 'Zevenbergschen Hoek', ''),
(51917, 152, 1344, 'Zijtaart', ''),
(51918, 152, 1344, 'Zundert', ''),
(51919, 152, 1345, '\'s-Graveland', ''),
(51920, 152, 1345, '\'t Kabel', ''),
(51921, 152, 1345, '\'t Zand', ''),
(51922, 152, 1345, 'Aalsmeer', ''),
(51923, 152, 1345, 'Abbekerk', ''),
(51924, 152, 1345, 'Abbenes', ''),
(51925, 152, 1345, 'Aerdenhout', ''),
(51926, 152, 1345, 'Akersloot', ''),
(51927, 152, 1345, 'Alkmaar', ''),
(51928, 152, 1345, 'Amstelveen', ''),
(51929, 152, 1345, 'Amsterdam', ''),
(51930, 152, 1345, 'Andijk', ''),
(51931, 152, 1345, 'Ankeveen', ''),
(51932, 152, 1345, 'Anna Paulowna', ''),
(51933, 152, 1345, 'Assendelft', ''),
(51934, 152, 1345, 'Avenhorn', ''),
(51935, 152, 1345, 'Badhoevedorp', ''),
(51936, 152, 1345, 'Beets', ''),
(51937, 152, 1345, 'Bennebroek', ''),
(51938, 152, 1345, 'Benningbroek', ''),
(51939, 152, 1345, 'Bergen', ''),
(51940, 152, 1345, 'Berkhout', ''),
(51941, 152, 1345, 'Beverwijk', ''),
(51942, 152, 1345, 'Bijlmermeer', ''),
(51943, 152, 1345, 'Blaricum', ''),
(51944, 152, 1345, 'Bloemendaal', ''),
(51945, 152, 1345, 'Blokker', ''),
(51946, 152, 1345, 'Boesingheliede', ''),
(51947, 152, 1345, 'Bovenkarspel', ''),
(51948, 152, 1345, 'Breezand', ''),
(51949, 152, 1345, 'Broek in Waterland', ''),
(51950, 152, 1345, 'Broek op Langedijk', ''),
(51951, 152, 1345, 'Buitenkaag', ''),
(51952, 152, 1345, 'Burgerbrug', ''),
(51953, 152, 1345, 'Bussum', ''),
(51954, 152, 1345, 'Callantsoog', ''),
(51955, 152, 1345, 'Castricum', ''),
(51956, 152, 1345, 'Cruquius', ''),
(51957, 152, 1345, 'De Cocksdorp', ''),
(51958, 152, 1345, 'De Goorn', ''),
(51959, 152, 1345, 'De Koog', ''),
(51960, 152, 1345, 'De Kwakel', ''),
(51961, 152, 1345, 'De Rijp', ''),
(51962, 152, 1345, 'De Weere', ''),
(51963, 152, 1345, 'Den Burg', ''),
(51964, 152, 1345, 'Den Helder', ''),
(51965, 152, 1345, 'Den Oever', ''),
(51966, 152, 1345, 'Diemen', ''),
(51967, 152, 1345, 'Driehuis', ''),
(51968, 152, 1345, 'Duivendrecht', ''),
(51969, 152, 1345, 'Edam', ''),
(51970, 152, 1345, 'Egmond aan den Hoef', ''),
(51971, 152, 1345, 'Egmond aan Zee', ''),
(51972, 152, 1345, 'Egmond-Binnen', ''),
(51973, 152, 1345, 'Enkhuizen', ''),
(51974, 152, 1345, 'Graft', ''),
(51975, 152, 1345, 'Grootebroek', ''),
(51976, 152, 1345, 'Haarlem', ''),
(51977, 152, 1345, 'Haarlemmerliede', ''),
(51978, 152, 1345, 'Halfweg', ''),
(51979, 152, 1345, 'Heemskerk', ''),
(51980, 152, 1345, 'Heemstede', ''),
(51981, 152, 1345, 'Heerhugowaard', ''),
(51982, 152, 1345, 'Heiloo', ''),
(51983, 152, 1345, 'Hem', ''),
(51984, 152, 1345, 'Hensbroek', ''),
(51985, 152, 1345, 'Hilversum', ''),
(51986, 152, 1345, 'Hippolytushoef', ''),
(51987, 152, 1345, 'Hoofddorp', ''),
(51988, 152, 1345, 'Hoogkarspel', ''),
(51989, 152, 1345, 'Hoogwoud', ''),
(51990, 152, 1345, 'Hoorn', ''),
(51991, 152, 1345, 'Huizen', ''),
(51992, 152, 1345, 'IJmuiden', ''),
(51993, 152, 1345, 'Ilpendam', ''),
(51994, 152, 1345, 'Jisp', ''),
(51995, 152, 1345, 'Julianadorp', ''),
(51996, 152, 1345, 'Koedijk', ''),
(51997, 152, 1345, 'Koog aan de Zaan', ''),
(51998, 152, 1345, 'Kortenhoef', ''),
(51999, 152, 1345, 'Krommenie', ''),
(52000, 152, 1345, 'Kudelstaart', ''),
(52001, 152, 1345, 'Kwadijk', ''),
(52002, 152, 1345, 'Landsmeer', ''),
(52003, 152, 1345, 'Langedijk', ''),
(52004, 152, 1345, 'Laren', ''),
(52005, 152, 1345, 'Lijnden', ''),
(52006, 152, 1345, 'Limmen', ''),
(52007, 152, 1345, 'Lisserbroek', ''),
(52008, 152, 1345, 'Loosdrecht', ''),
(52009, 152, 1345, 'Lutjebroek', ''),
(52010, 152, 1345, 'Lutjewinkel', ''),
(52011, 152, 1345, 'Marken', ''),
(52012, 152, 1345, 'Medemblik', ''),
(52013, 152, 1345, 'Middenbeemster', ''),
(52014, 152, 1345, 'Middenmeer', ''),
(52015, 152, 1345, 'Midwoud', ''),
(52016, 152, 1345, 'Monnickendam', ''),
(52017, 152, 1345, 'Muiden', ''),
(52018, 152, 1345, 'Muiderberg', ''),
(52019, 152, 1345, 'Naarden', ''),
(52020, 152, 1345, 'Nederhorst den Berg', ''),
(52021, 152, 1345, 'Nibbixwoud', ''),
(52022, 152, 1345, 'Nieuw-Vennep', ''),
(52023, 152, 1345, 'Nieuwe-Niedorp', ''),
(52024, 152, 1345, 'Noord-Scharwoude', ''),
(52025, 152, 1345, 'Noordbeemster', ''),
(52026, 152, 1345, 'Obdam', ''),
(52027, 152, 1345, 'Oost-Graftdijk', ''),
(52028, 152, 1345, 'Oost-Knollendam', ''),
(52029, 152, 1345, 'Oosterblokker', ''),
(52030, 152, 1345, 'Oosthuizen', ''),
(52031, 152, 1345, 'Oostwoud', ''),
(52032, 152, 1345, 'Oostzaan', ''),
(52033, 152, 1345, 'Opmeer', ''),
(52034, 152, 1345, 'Opperdoes', ''),
(52035, 152, 1345, 'Oterleek', ''),
(52036, 152, 1345, 'Oud-Loosdrecht', ''),
(52037, 152, 1345, 'Oude Meer', ''),
(52038, 152, 1345, 'Oudendijk', ''),
(52039, 152, 1345, 'Ouderkerk aan de Amstel', ''),
(52040, 152, 1345, 'Oudeschild', ''),
(52041, 152, 1345, 'Oudkarspel', ''),
(52042, 152, 1345, 'Oudorp', ''),
(52043, 152, 1345, 'Overveen', ''),
(52044, 152, 1345, 'Petten', ''),
(52045, 152, 1345, 'Princenhof', ''),
(52046, 152, 1345, 'Purmerend', ''),
(52047, 152, 1345, 'Purmerland', ''),
(52048, 152, 1345, 'Rijsenhout', ''),
(52049, 152, 1345, 'Rozenburg', ''),
(52050, 152, 1345, 'Santpoort-Noord', ''),
(52051, 152, 1345, 'Santpoort-Zuid', ''),
(52052, 152, 1345, 'Schagen', ''),
(52053, 152, 1345, 'Schellinkhout', ''),
(52054, 152, 1345, 'Schiphol', ''),
(52055, 152, 1345, 'Schoorl', ''),
(52056, 152, 1345, 'Sint Maarten', ''),
(52057, 152, 1345, 'Sint Maartensbrug', ''),
(52058, 152, 1345, 'Sint Pancras', ''),
(52059, 152, 1345, 'Slootdorp', ''),
(52060, 152, 1345, 'Sloterdijk', ''),
(52061, 152, 1345, 'Spaarndam', ''),
(52062, 152, 1345, 'Spierdijk', ''),
(52063, 152, 1345, 'Tuitjenhorn', ''),
(52064, 152, 1345, 'Twisk', ''),
(52065, 152, 1345, 'Uitdam', ''),
(52066, 152, 1345, 'Uitgeest', ''),
(52067, 152, 1345, 'Uithoorn', ''),
(52068, 152, 1345, 'Ursem', ''),
(52069, 152, 1345, 'Velsen', ''),
(52070, 152, 1345, 'Velsen-Noord', ''),
(52071, 152, 1345, 'Velserbroek', ''),
(52072, 152, 1345, 'Venhuizen', ''),
(52073, 152, 1345, 'Vijfhuizen', ''),
(52074, 152, 1345, 'Vogelenzang', ''),
(52075, 152, 1345, 'Volendam', ''),
(52076, 152, 1345, 'Waarland', ''),
(52077, 152, 1345, 'Warder', ''),
(52078, 152, 1345, 'Warmenhuizen', ''),
(52079, 152, 1345, 'Weesp', ''),
(52080, 152, 1345, 'Wervershoof', ''),
(52081, 152, 1345, 'West-Knollendam', ''),
(52082, 152, 1345, 'Westergeest', ''),
(52083, 152, 1345, 'Westerland', ''),
(52084, 152, 1345, 'Westzaan', ''),
(52085, 152, 1345, 'Wieringerwaard', ''),
(52086, 152, 1345, 'Wieringerwerf', ''),
(52087, 152, 1345, 'Wijdenes', ''),
(52088, 152, 1345, 'Wijk aan Zee', ''),
(52089, 152, 1345, 'Winkel', ''),
(52090, 152, 1345, 'Wognum', ''),
(52091, 152, 1345, 'Wormer', ''),
(52092, 152, 1345, 'Wormerveer', ''),
(52093, 152, 1345, 'Zaandam', ''),
(52094, 152, 1345, 'Zaandijk', ''),
(52095, 152, 1345, 'Zandvoort', ''),
(52096, 152, 1345, 'Zuid-Scharwoude', ''),
(52097, 152, 1345, 'Zuidoostbeemster', ''),
(52098, 152, 1345, 'Zuidschermer', ''),
(52099, 152, 1345, 'Zwaag', ''),
(52100, 152, 1345, 'Zwaagdijk-Oost', ''),
(52101, 152, 1345, 'Zwaanshoek', ''),
(52102, 152, 1345, 'Zwanenburg', ''),
(52103, 152, 1346, 'Aalden', ''),
(52104, 152, 1346, 'Alteveer', ''),
(52105, 152, 1346, 'Anloo', ''),
(52106, 152, 1346, 'Annen', ''),
(52107, 152, 1346, 'Assen', ''),
(52108, 152, 1346, 'Beilen', ''),
(52109, 152, 1346, 'Borger', ''),
(52110, 152, 1346, 'Bovensmilde', ''),
(52111, 152, 1346, 'Bronnegerveen', ''),
(52112, 152, 1346, 'Bruntinge', ''),
(52113, 152, 1346, 'Coevorden', ''),
(52114, 152, 1346, 'Dalen', ''),
(52115, 152, 1346, 'Darp', ''),
(52116, 152, 1346, 'De Punt', ''),
(52117, 152, 1346, 'De Wijk', ''),
(52118, 152, 1346, 'Diever', ''),
(52119, 152, 1346, 'Dwingeloo', ''),
(52120, 152, 1346, 'Eelde-Paterswolde', ''),
(52121, 152, 1346, 'Eelderwolde', ''),
(52122, 152, 1346, 'Een', ''),
(52123, 152, 1346, 'Eext', ''),
(52124, 152, 1346, 'Eexterveenschekanaal', ''),
(52125, 152, 1346, 'Ekehaar', ''),
(52126, 152, 1346, 'Eldersloo', ''),
(52127, 152, 1346, 'Elim', ''),
(52128, 152, 1346, 'Emmen', ''),
(52129, 152, 1346, 'Emmer-Compascuum', ''),
(52130, 152, 1346, 'Erica', ''),
(52131, 152, 1346, 'Erm', ''),
(52132, 152, 1346, 'Exloo', ''),
(52133, 152, 1346, 'Fluitenberg', ''),
(52134, 152, 1346, 'Frederiksoord', ''),
(52135, 152, 1346, 'Gasselte', ''),
(52136, 152, 1346, 'Gasselternijveen', ''),
(52137, 152, 1346, 'Gasselternijveenschemond', ''),
(52138, 152, 1346, 'Gieten', ''),
(52139, 152, 1346, 'Gieterveen', ''),
(52140, 152, 1346, 'Havelte', ''),
(52141, 152, 1346, 'Hollandscheveld', ''),
(52142, 152, 1346, 'Hoogeveen', ''),
(52143, 152, 1346, 'Hooghalen', ''),
(52144, 152, 1346, 'Kerkenveld', ''),
(52145, 152, 1346, 'Klazienaveen', ''),
(52146, 152, 1346, 'Meppel', ''),
(52147, 152, 1346, 'Nieuw-Amsterdam', ''),
(52148, 152, 1346, 'Nieuw-Buinen', ''),
(52149, 152, 1346, 'Nieuw-Roden', ''),
(52150, 152, 1346, 'Nieuw-Schoonebeek', ''),
(52151, 152, 1346, 'Nieuw-Weerdinge', ''),
(52152, 152, 1346, 'Nieuweroord', ''),
(52153, 152, 1346, 'Nieuwlande', ''),
(52154, 152, 1346, 'Nijeveen', ''),
(52155, 152, 1346, 'Noord-Sleen', ''),
(52156, 152, 1346, 'Noordscheschut', ''),
(52157, 152, 1346, 'Norg', ''),
(52158, 152, 1346, 'Oranje', ''),
(52159, 152, 1346, 'Oudemolen', ''),
(52160, 152, 1346, 'Paterswolde', ''),
(52161, 152, 1346, 'Peize', ''),
(52162, 152, 1346, 'Roden', ''),
(52163, 152, 1346, 'Roswinkel', ''),
(52164, 152, 1346, 'Ruinen', ''),
(52165, 152, 1346, 'Ruinerwold', ''),
(52166, 152, 1346, 'Schipborg', ''),
(52167, 152, 1346, 'Schoonebeek', ''),
(52168, 152, 1346, 'Schoonoord', ''),
(52169, 152, 1346, 'Sleen', ''),
(52170, 152, 1346, 'Smilde', ''),
(52171, 152, 1346, 'Taarlo', ''),
(52172, 152, 1346, 'Tweede Exloermond', ''),
(52173, 152, 1346, 'Tynaarlo', ''),
(52174, 152, 1346, 'Uffelte', ''),
(52175, 152, 1346, 'Valthe', ''),
(52176, 152, 1346, 'Valthermond', ''),
(52177, 152, 1346, 'Veenhuizen', ''),
(52178, 152, 1346, 'Veeningen', ''),
(52179, 152, 1346, 'Veenoord', ''),
(52180, 152, 1346, 'Vledder', ''),
(52181, 152, 1346, 'Vries', ''),
(52182, 152, 1346, 'Wapse', ''),
(52183, 152, 1346, 'Westerbork', ''),
(52184, 152, 1346, 'Wijster', ''),
(52185, 152, 1346, 'Witteveen', ''),
(52186, 152, 1346, 'Yde', ''),
(52187, 152, 1346, 'Zandpol', ''),
(52188, 152, 1346, 'Zeegse', ''),
(52189, 152, 1346, 'Zeyen', ''),
(52190, 152, 1346, 'Zorgvlied', ''),
(52191, 152, 1346, 'Zuidlaarderveen', ''),
(52192, 152, 1346, 'Zuidlaren', ''),
(52193, 152, 1346, 'Zuidwolde', ''),
(52194, 152, 1346, 'Zwartemeer', ''),
(52195, 152, 1346, 'Zwiggelte', ''),
(52196, 152, 1347, 'Almere', ''),
(52197, 152, 1347, 'Almere Haven', ''),
(52198, 152, 1347, 'Biddinghuizen', ''),
(52199, 152, 1347, 'Creil', ''),
(52200, 152, 1347, 'Dronten', ''),
(52201, 152, 1347, 'Emmeloord', ''),
(52202, 152, 1347, 'Ens', ''),
(52203, 152, 1347, 'Espel', ''),
(52204, 152, 1347, 'Kraggenburg', ''),
(52205, 152, 1347, 'Lelystad', ''),
(52206, 152, 1347, 'Luttelgeest', ''),
(52207, 152, 1347, 'Marknesse', ''),
(52208, 152, 1347, 'Nagele', ''),
(52209, 152, 1347, 'Rutten', ''),
(52210, 152, 1347, 'Swifterbant', ''),
(52211, 152, 1347, 'Tollebeek', ''),
(52212, 152, 1347, 'Urk', ''),
(52213, 152, 1347, 'Zeewolde', ''),
(52214, 152, 1348, '\'s-Heerenberg', ''),
(52215, 152, 1348, '\'t Harde', ''),
(52216, 152, 1348, 'Aalst', ''),
(52217, 152, 1348, 'Aalten', ''),
(52218, 152, 1348, 'Acquoy', ''),
(52219, 152, 1348, 'Aerdt', ''),
(52220, 152, 1348, 'Afferden', ''),
(52221, 152, 1348, 'Alem', ''),
(52222, 152, 1348, 'Almen', ''),
(52223, 152, 1348, 'Alphen', ''),
(52224, 152, 1348, 'Altforst', ''),
(52225, 152, 1348, 'Ammerzoden', ''),
(52226, 152, 1348, 'Andelst', ''),
(52227, 152, 1348, 'Angeren', ''),
(52228, 152, 1348, 'Angerlo', ''),
(52229, 152, 1348, 'Apeldoorn', ''),
(52230, 152, 1348, 'Arnhem', ''),
(52231, 152, 1348, 'Asperen', ''),
(52232, 152, 1348, 'Baak', ''),
(52233, 152, 1348, 'Barchem', ''),
(52234, 152, 1348, 'Barneveld', ''),
(52235, 152, 1348, 'Batenburg', ''),
(52236, 152, 1348, 'Beek', ''),
(52237, 152, 1348, 'Beekbergen', ''),
(52238, 152, 1348, 'Beesd', ''),
(52239, 152, 1348, 'Beltrum', ''),
(52240, 152, 1348, 'Bemmel', ''),
(52241, 152, 1348, 'Beneden-Leeuwen', ''),
(52242, 152, 1348, 'Bennekom', ''),
(52243, 152, 1348, 'Berg en Dal', ''),
(52244, 152, 1348, 'Bergharen', ''),
(52245, 152, 1348, 'Beuningen', ''),
(52246, 152, 1348, 'Beusichem', ''),
(52247, 152, 1348, 'Borculo', ''),
(52248, 152, 1348, 'Boven-Leeuwen', ''),
(52249, 152, 1348, 'Braamt', ''),
(52250, 152, 1348, 'Brakel', ''),
(52251, 152, 1348, 'Bronkhorst', ''),
(52252, 152, 1348, 'Bruchem', ''),
(52253, 152, 1348, 'Brummen', ''),
(52254, 152, 1348, 'Buren', ''),
(52255, 152, 1348, 'Culemborg', ''),
(52256, 152, 1348, 'De Klomp', ''),
(52257, 152, 1348, 'De Steeg', ''),
(52258, 152, 1348, 'De Valk', ''),
(52259, 152, 1348, 'Deest', ''),
(52260, 152, 1348, 'Delden', ''),
(52261, 152, 1348, 'Didam', ''),
(52262, 152, 1348, 'Dieren', ''),
(52263, 152, 1348, 'Dinxperlo', ''),
(52264, 152, 1348, 'Dodewaard', ''),
(52265, 152, 1348, 'Doesburg', ''),
(52266, 152, 1348, 'Doetinchem', ''),
(52267, 152, 1348, 'Doornenburg', ''),
(52268, 152, 1348, 'Doorwerth', ''),
(52269, 152, 1348, 'Dreumel', ''),
(52270, 152, 1348, 'Driel', ''),
(52271, 152, 1348, 'Druten', ''),
(52272, 152, 1348, 'Duiven', ''),
(52273, 152, 1348, 'Echteld', ''),
(52274, 152, 1348, 'Eck en Wiel', ''),
(52275, 152, 1348, 'Ede', ''),
(52276, 152, 1348, 'Ederveen', ''),
(52277, 152, 1348, 'Eefde', ''),
(52278, 152, 1348, 'Eerbeek', ''),
(52279, 152, 1348, 'Eibergen', ''),
(52280, 152, 1348, 'Elburg', ''),
(52281, 152, 1348, 'Ellecom', ''),
(52282, 152, 1348, 'Elspeet', ''),
(52283, 152, 1348, 'Elst', ''),
(52284, 152, 1348, 'Emst', ''),
(52285, 152, 1348, 'Epe', ''),
(52286, 152, 1348, 'Epse', ''),
(52287, 152, 1348, 'Erichem', ''),
(52288, 152, 1348, 'Ermelo', ''),
(52289, 152, 1348, 'Etten', ''),
(52290, 152, 1348, 'Ewijk', ''),
(52291, 152, 1348, 'Gaanderen', ''),
(52292, 152, 1348, 'Gameren', ''),
(52293, 152, 1348, 'Garderen', ''),
(52294, 152, 1348, 'Geldermalsen', ''),
(52295, 152, 1348, 'Gendringen', ''),
(52296, 152, 1348, 'Gendt', ''),
(52297, 152, 1348, 'Giesbeek', ''),
(52298, 152, 1348, 'Gorssel', ''),
(52299, 152, 1348, 'Groenlo', ''),
(52300, 152, 1348, 'Groesbeek', ''),
(52301, 152, 1348, 'Groessen', ''),
(52302, 152, 1348, 'Haaften', ''),
(52303, 152, 1348, 'Harderwijk', ''),
(52304, 152, 1348, 'Hattem', ''),
(52305, 152, 1348, 'Hattemerbroek', ''),
(52306, 152, 1348, 'Hedel', ''),
(52307, 152, 1348, 'Heelsum', ''),
(52308, 152, 1348, 'Heelweg', ''),
(52309, 152, 1348, 'Heerde', ''),
(52310, 152, 1348, 'Heesselt', ''),
(52311, 152, 1348, 'Hellouw', ''),
(52312, 152, 1348, 'Hengelo', ''),
(52313, 152, 1348, 'Herveld', ''),
(52314, 152, 1348, 'Herwijnen', ''),
(52315, 152, 1348, 'Heteren', ''),
(52316, 152, 1348, 'Heukelum', ''),
(52317, 152, 1348, 'Heumen', ''),
(52318, 152, 1348, 'Hierden', ''),
(52319, 152, 1348, 'Hoenderloo', ''),
(52320, 152, 1348, 'Hoevelaken', ''),
(52321, 152, 1348, 'Hoog Soeren', ''),
(52322, 152, 1348, 'Hoog-Keppel', ''),
(52323, 152, 1348, 'Horssen', ''),
(52324, 152, 1348, 'Huissen', ''),
(52325, 152, 1348, 'Hulshorst', ''),
(52326, 152, 1348, 'Hummelo', ''),
(52327, 152, 1348, 'IJzendoorn', ''),
(52328, 152, 1348, 'Ingen', ''),
(52329, 152, 1348, 'Joppe', ''),
(52330, 152, 1348, 'Kapel-Avezaath', ''),
(52331, 152, 1348, 'Keijenborg', ''),
(52332, 152, 1348, 'Kekerdom', ''),
(52333, 152, 1348, 'Kerk-Avezaath', ''),
(52334, 152, 1348, 'Kerkdriel', ''),
(52335, 152, 1348, 'Kesteren', ''),
(52336, 152, 1348, 'Kilder', ''),
(52337, 152, 1348, 'Klarenbeek', ''),
(52338, 152, 1348, 'Kootwijkerbroek', ''),
(52339, 152, 1348, 'Lathum', ''),
(52340, 152, 1348, 'Lent', ''),
(52341, 152, 1348, 'Leuth', ''),
(52342, 152, 1348, 'Leuvenheim', ''),
(52343, 152, 1348, 'Lichtenvoorde', ''),
(52344, 152, 1348, 'Lienden', ''),
(52345, 152, 1348, 'Lobith', ''),
(52346, 152, 1348, 'Lochem', ''),
(52347, 152, 1348, 'Loenen', ''),
(52348, 152, 1348, 'Loo', ''),
(52349, 152, 1348, 'Lunteren', ''),
(52350, 152, 1348, 'Maasbommel', ''),
(52351, 152, 1348, 'Malden', ''),
(52352, 152, 1348, 'Megchelen', ''),
(52353, 152, 1348, 'Meteren', ''),
(52354, 152, 1348, 'Millingen aan de Rijn', ''),
(52355, 152, 1348, 'Molenhoek', ''),
(52356, 152, 1348, 'Nederasselt', ''),
(52357, 152, 1348, 'Nederhemert', ''),
(52358, 152, 1348, 'Neede', ''),
(52359, 152, 1348, 'Niftrik', ''),
(52360, 152, 1348, 'Nijbroek', ''),
(52361, 152, 1348, 'Nijkerk', ''),
(52362, 152, 1348, 'Nijkerkerveen', ''),
(52363, 152, 1348, 'Nijmegen', ''),
(52364, 152, 1348, 'Nunspeet', ''),
(52365, 152, 1348, 'Ochten', ''),
(52366, 152, 1348, 'Oldebroek', ''),
(52367, 152, 1348, 'Ooij', ''),
(52368, 152, 1348, 'Oosterbeek', ''),
(52369, 152, 1348, 'Oosterhout', ''),
(52370, 152, 1348, 'Ophemert', ''),
(52371, 152, 1348, 'Otterlo', ''),
(52372, 152, 1348, 'Overasselt', ''),
(52373, 152, 1348, 'Pannerden', ''),
(52374, 152, 1348, 'Poederoijen', ''),
(52375, 152, 1348, 'Posterenk', ''),
(52376, 152, 1348, 'Putten', ''),
(52377, 152, 1348, 'Randwijk', ''),
(52378, 152, 1348, 'Rekken', ''),
(52379, 152, 1348, 'Renkum', ''),
(52380, 152, 1348, 'Rheden', ''),
(52381, 152, 1348, 'Rijswijk', ''),
(52382, 152, 1348, 'Rossum', ''),
(52383, 152, 1348, 'Rozendaal', ''),
(52384, 152, 1348, 'Ruurlo', ''),
(52385, 152, 1348, 'Scherpenzeel', ''),
(52386, 152, 1348, 'Silvolde', ''),
(52387, 152, 1348, 'Slijk-Ewijk', ''),
(52388, 152, 1348, 'Spijk', ''),
(52389, 152, 1348, 'Stroe', ''),
(52390, 152, 1348, 'Terborg', ''),
(52391, 152, 1348, 'Terschuur', ''),
(52392, 152, 1348, 'Terwolde', ''),
(52393, 152, 1348, 'Teuge', ''),
(52394, 152, 1348, 'Tiel', ''),
(52395, 152, 1348, 'Tolkamer', ''),
(52396, 152, 1348, 'Tricht', ''),
(52397, 152, 1348, 'Tuil', ''),
(52398, 152, 1348, 'Twello', ''),
(52399, 152, 1348, 'Ubbergen', ''),
(52400, 152, 1348, 'Uddel', ''),
(52401, 152, 1348, 'Ugchelen', ''),
(52402, 152, 1348, 'Ulft', ''),
(52403, 152, 1348, 'Vaassen', ''),
(52404, 152, 1348, 'Veessen', ''),
(52405, 152, 1348, 'Velddriel', ''),
(52406, 152, 1348, 'Velp', ''),
(52407, 152, 1348, 'Vierhouten', ''),
(52408, 152, 1348, 'Voorst', ''),
(52409, 152, 1348, 'Voorthuizen', ''),
(52410, 152, 1348, 'Vorden', ''),
(52411, 152, 1348, 'Vuren', ''),
(52412, 152, 1348, 'Waardenburg', ''),
(52413, 152, 1348, 'Wageningen', ''),
(52414, 152, 1348, 'Wamel', ''),
(52415, 152, 1348, 'Wapenveld', ''),
(52416, 152, 1348, 'Warnsveld', ''),
(52417, 152, 1348, 'Wehl', ''),
(52418, 152, 1348, 'Well', ''),
(52419, 152, 1348, 'Westervoort', ''),
(52420, 152, 1348, 'Weurt', ''),
(52421, 152, 1348, 'Wezep', ''),
(52422, 152, 1348, 'Wijchen', ''),
(52423, 152, 1348, 'Wilp', ''),
(52424, 152, 1348, 'Winssen', ''),
(52425, 152, 1348, 'Winterswijk', ''),
(52426, 152, 1348, 'Wolfheze', ''),
(52427, 152, 1348, 'Zaltbommel', ''),
(52428, 152, 1348, 'Zeddam', ''),
(52429, 152, 1348, 'Zelhem', ''),
(52430, 152, 1348, 'Zetten', ''),
(52431, 152, 1348, 'Zevenaar', ''),
(52432, 152, 1348, 'Zieuwent', ''),
(52433, 152, 1348, 'Zuiderpark', ''),
(52434, 152, 1348, 'Zutphen', ''),
(52435, 152, 1348, 'Zwartebroek', ''),
(52436, 152, 1349, 'Aadorp', ''),
(52437, 152, 1349, 'Albergen', ''),
(52438, 152, 1349, 'Almelo', ''),
(52439, 152, 1349, 'Ane', ''),
(52440, 152, 1349, 'Baarlo', ''),
(52441, 152, 1349, 'Baars', ''),
(52442, 152, 1349, 'Balkbrug', ''),
(52443, 152, 1349, 'Bathmen', ''),
(52444, 152, 1349, 'Beerze', ''),
(52445, 152, 1349, 'Bentelo', ''),
(52446, 152, 1349, 'Beuningen', ''),
(52447, 152, 1349, 'Borne', ''),
(52448, 152, 1349, 'Colmschate', ''),
(52449, 152, 1349, 'Dalfsen', ''),
(52450, 152, 1349, 'De Krim', ''),
(52451, 152, 1349, 'De Lutte', ''),
(52452, 152, 1349, 'Dedemsvaart', ''),
(52453, 152, 1349, 'Delden', ''),
(52454, 152, 1349, 'Den Ham', ''),
(52455, 152, 1349, 'Denekamp', ''),
(52456, 152, 1349, 'Deurningen', ''),
(52457, 152, 1349, 'Deventer', ''),
(52458, 152, 1349, 'Diepenveen', ''),
(52459, 152, 1349, 'Enschede', ''),
(52460, 152, 1349, 'Enter', ''),
(52461, 152, 1349, 'Fleringen', ''),
(52462, 152, 1349, 'Geesteren', ''),
(52463, 152, 1349, 'Genemuiden', ''),
(52464, 152, 1349, 'Giethoorn', ''),
(52465, 152, 1349, 'Goor', ''),
(52466, 152, 1349, 'Haaksbergen', ''),
(52467, 152, 1349, 'Haarle', ''),
(52468, 152, 1349, 'Harbrinkhoek', ''),
(52469, 152, 1349, 'Hardenberg', ''),
(52470, 152, 1349, 'Hasselt', ''),
(52471, 152, 1349, 'Heemserveen', ''),
(52472, 152, 1349, 'Heeten', ''),
(52473, 152, 1349, 'Heino', ''),
(52474, 152, 1349, 'Hellendoorn', ''),
(52475, 152, 1349, 'Hengelo', ''),
(52476, 152, 1349, 'Hengevelde', ''),
(52477, 152, 1349, 'Holten', ''),
(52478, 152, 1349, 'IJhorst', ''),
(52479, 152, 1349, 'IJsselmuiden', ''),
(52480, 152, 1349, 'Kampen', ''),
(52481, 152, 1349, 'Kamperveen', ''),
(52482, 152, 1349, 'Laag Zuthem', ''),
(52483, 152, 1349, 'Langeveen', ''),
(52484, 152, 1349, 'Lemelerveld', ''),
(52485, 152, 1349, 'Lettele', ''),
(52486, 152, 1349, 'Losser', ''),
(52487, 152, 1349, 'Lutten', ''),
(52488, 152, 1349, 'Markelo', ''),
(52489, 152, 1349, 'Meer', ''),
(52490, 152, 1349, 'Millingen', ''),
(52491, 152, 1349, 'Nieuwleusen', ''),
(52492, 152, 1349, 'Nijverdal', ''),
(52493, 152, 1349, 'Oele', ''),
(52494, 152, 1349, 'Oldemarkt', ''),
(52495, 152, 1349, 'Oldenzaal', ''),
(52496, 152, 1349, 'Olst', ''),
(52497, 152, 1349, 'Ommen', ''),
(52498, 152, 1349, 'Ootmarsum', ''),
(52499, 152, 1349, 'Overdinkel', ''),
(52500, 152, 1349, 'Raalte', ''),
(52501, 152, 1349, 'Radewijk', ''),
(52502, 152, 1349, 'Rijssen', ''),
(52503, 152, 1349, 'Rossum', ''),
(52504, 152, 1349, 'Rouveen', ''),
(52505, 152, 1349, 'Schalkhaar', ''),
(52506, 152, 1349, 'Sint Jansklooster', ''),
(52507, 152, 1349, 'Slagharen', ''),
(52508, 152, 1349, 'Staphorst', ''),
(52509, 152, 1349, 'Steenwijk', ''),
(52510, 152, 1349, 'Steenwijkerwold', ''),
(52511, 152, 1349, 'Tilligte', ''),
(52512, 152, 1349, 'Tubbergen', ''),
(52513, 152, 1349, 'Vasse', ''),
(52514, 152, 1349, 'Venebrugge', ''),
(52515, 152, 1349, 'Vollenhove', ''),
(52516, 152, 1349, 'Vriezenveen', ''),
(52517, 152, 1349, 'Vroomshoop', ''),
(52518, 152, 1349, 'Wanneperveen', ''),
(52519, 152, 1349, 'Welsum', ''),
(52520, 152, 1349, 'Westerhaar-Vriezenveensewijk', ''),
(52521, 152, 1349, 'Wierden', ''),
(52522, 152, 1349, 'Wijhe', ''),
(52523, 152, 1349, 'Wilsum', ''),
(52524, 152, 1349, 'Witharen', ''),
(52525, 152, 1349, 'Zalk', ''),
(52526, 152, 1349, 'Zenderen', ''),
(52527, 152, 1349, 'Zuidveen', ''),
(52528, 152, 1349, 'Zwartsluis', ''),
(52529, 152, 1349, 'Zwolle', ''),
(52530, 152, 1350, 'Abcoude', ''),
(52531, 152, 1350, 'Achterberg', ''),
(52532, 152, 1350, 'Achterveld', ''),
(52533, 152, 1350, 'Amerongen', ''),
(52534, 152, 1350, 'Amersfoort', ''),
(52535, 152, 1350, 'Amstelhoek', ''),
(52536, 152, 1350, 'Austerlitz', ''),
(52537, 152, 1350, 'Baambrugge', ''),
(52538, 152, 1350, 'Baarn', ''),
(52539, 152, 1350, 'Benschop', ''),
(52540, 152, 1350, 'Bilthoven', ''),
(52541, 152, 1350, 'Bosch en Duin', ''),
(52542, 152, 1350, 'Breukelen', ''),
(52543, 152, 1350, 'Bunnik', ''),
(52544, 152, 1350, 'Bunschoten', ''),
(52545, 152, 1350, 'Cothen', ''),
(52546, 152, 1350, 'De Bilt', ''),
(52547, 152, 1350, 'De Hoef', ''),
(52548, 152, 1350, 'De Meern', ''),
(52549, 152, 1350, 'Den Dolder', ''),
(52550, 152, 1350, 'Doorn', ''),
(52551, 152, 1350, 'Driebergen', ''),
(52552, 152, 1350, 'Eemnes', ''),
(52553, 152, 1350, 'Elst', ''),
(52554, 152, 1350, 'Everdingen', ''),
(52555, 152, 1350, 'Groenekan', ''),
(52556, 152, 1350, 'Haarzuilens', ''),
(52557, 152, 1350, 'Hagestein', ''),
(52558, 152, 1350, 'Harmelen', ''),
(52559, 152, 1350, 'Hekendorp', ''),
(52560, 152, 1350, 'Hollandsche Rading', ''),
(52561, 152, 1350, 'Hoogland', ''),
(52562, 152, 1350, 'Hooglanderveen', ''),
(52563, 152, 1350, 'Houten', ''),
(52564, 152, 1350, 'Huis ter Heide', ''),
(52565, 152, 1350, 'IJsselstein', ''),
(52566, 152, 1350, 'Kamerik', ''),
(52567, 152, 1350, 'Kockengen', ''),
(52568, 152, 1350, 'Leersum', ''),
(52569, 152, 1350, 'Leusden', ''),
(52570, 152, 1350, 'Linschoten', ''),
(52571, 152, 1350, 'Loenersloot', ''),
(52572, 152, 1350, 'Lopik', ''),
(52573, 152, 1350, 'Maarn', ''),
(52574, 152, 1350, 'Maarsbergen', ''),
(52575, 152, 1350, 'Maarssen', ''),
(52576, 152, 1350, 'Maarssenbroek', ''),
(52577, 152, 1350, 'Maartensdijk', ''),
(52578, 152, 1350, 'Mijdrecht', ''),
(52579, 152, 1350, 'Montfoort', ''),
(52580, 152, 1350, 'Nederlangbroek', ''),
(52581, 152, 1350, 'Nieuwegein', ''),
(52582, 152, 1350, 'Nigtevecht', ''),
(52583, 152, 1350, 'Odijk', ''),
(52584, 152, 1350, 'Oud-Zuilen', ''),
(52585, 152, 1350, 'Oudewater', ''),
(52586, 152, 1350, 'Overberg', ''),
(52587, 152, 1350, 'Overvecht-Noord', ''),
(52588, 152, 1350, 'Randenbroek', ''),
(52589, 152, 1350, 'Renswoude', ''),
(52590, 152, 1350, 'Rhenen', ''),
(52591, 152, 1350, 'Snelrewaard', ''),
(52592, 152, 1350, 'Soest', ''),
(52593, 152, 1350, 'Soesterberg', ''),
(52594, 152, 1350, 'Spakenburg', ''),
(52595, 152, 1350, 'Tienhoven', ''),
(52596, 152, 1350, 'Tull', ''),
(52597, 152, 1350, 'Utrecht', ''),
(52598, 152, 1350, 'Veenendaal', ''),
(52599, 152, 1350, 'Vianen', ''),
(52600, 152, 1350, 'Vinkeveen', ''),
(52601, 152, 1350, 'Vleuten', ''),
(52602, 152, 1350, 'Vreeland', ''),
(52603, 152, 1350, 'Waverveen', ''),
(52604, 152, 1350, 'Werkhoven', ''),
(52605, 152, 1350, 'Westbroek', ''),
(52606, 152, 1350, 'Wijk bij Duurstede', ''),
(52607, 152, 1350, 'Wilnis', ''),
(52608, 152, 1350, 'Woerden', ''),
(52609, 152, 1350, 'Woudenberg', ''),
(52610, 152, 1350, 'Zeist', ''),
(52611, 152, 1350, 'Zevenhoven', ''),
(52612, 152, 1351, '\'s-Gravenpolder', ''),
(52613, 152, 1351, '\'s-Heerenhoek', ''),
(52614, 152, 1351, 'Aagtekerke', ''),
(52615, 152, 1351, 'Arnemuiden', ''),
(52616, 152, 1351, 'Axel', ''),
(52617, 152, 1351, 'Baarland', ''),
(52618, 152, 1351, 'Baken', ''),
(52619, 152, 1351, 'Biervliet', ''),
(52620, 152, 1351, 'Biggekerke', ''),
(52621, 152, 1351, 'Breskens', ''),
(52622, 152, 1351, 'Bruinisse', ''),
(52623, 152, 1351, 'Cadzand', ''),
(52624, 152, 1351, 'Clinge', ''),
(52625, 152, 1351, 'Colijnsplaat', ''),
(52626, 152, 1351, 'Domburg', ''),
(52627, 152, 1351, 'Dreischor', ''),
(52628, 152, 1351, 'Eede', ''),
(52629, 152, 1351, 'Ellewoutsdijk', ''),
(52630, 152, 1351, 'Flushing', ''),
(52631, 152, 1351, 'Goes', ''),
(52632, 152, 1351, 'Grijpskerke', ''),
(52633, 152, 1351, 'Groede', ''),
(52634, 152, 1351, 'Haamstede', ''),
(52635, 152, 1351, 'Hansweert', ''),
(52636, 152, 1351, 'Heikant', ''),
(52637, 152, 1351, 'Heinkensand', ''),
(52638, 152, 1351, 'Hoedekenskerke', ''),
(52639, 152, 1351, 'Hoek', ''),
(52640, 152, 1351, 'Hoofdplaat', ''),
(52641, 152, 1351, 'Hulst', ''),
(52642, 152, 1351, 'IJzendijke', ''),
(52643, 152, 1351, 'Kamperland', ''),
(52644, 152, 1351, 'Kapelle', ''),
(52645, 152, 1351, 'Kloetinge', ''),
(52646, 152, 1351, 'Kloosterzande', ''),
(52647, 152, 1351, 'Koewacht', ''),
(52648, 152, 1351, 'Kortgene', ''),
(52649, 152, 1351, 'Koudekerke', ''),
(52650, 152, 1351, 'Krabbendijke', ''),
(52651, 152, 1351, 'Kruiningen', ''),
(52652, 152, 1351, 'Kwadendamme', ''),
(52653, 152, 1351, 'Lamswaarde', ''),
(52654, 152, 1351, 'Meliskerke', ''),
(52655, 152, 1351, 'Middelburg', ''),
(52656, 152, 1351, 'Nieuw-Namen', ''),
(52657, 152, 1351, 'Nieuwdorp', ''),
(52658, 152, 1351, 'Nisse', ''),
(52659, 152, 1351, 'Noordwelle', ''),
(52660, 152, 1351, 'Oost-Souburg', ''),
(52661, 152, 1351, 'Oostburg', ''),
(52662, 152, 1351, 'Oostdijk', ''),
(52663, 152, 1351, 'Oostkapelle', ''),
(52664, 152, 1351, 'Oud-Vossemeer', ''),
(52665, 152, 1351, 'Ovezande', ''),
(52666, 152, 1351, 'Philippine', ''),
(52667, 152, 1351, 'Renesse', ''),
(52668, 152, 1351, 'Rilland', ''),
(52669, 152, 1351, 'Sas van Gent', ''),
(52670, 152, 1351, 'Scharendijke', ''),
(52671, 152, 1351, 'Scherpenisse', ''),
(52672, 152, 1351, 'Schoondijke', ''),
(52673, 152, 1351, 'Serooskerke', ''),
(52674, 152, 1351, 'Sint Annaland', ''),
(52675, 152, 1351, 'Sint Jansteen', ''),
(52676, 152, 1351, 'Sint Maartensdijk', ''),
(52677, 152, 1351, 'Sint Philipsland', ''),
(52678, 152, 1351, 'Sirjansland', ''),
(52679, 152, 1351, 'Sluis', ''),
(52680, 152, 1351, 'Sluiskil', ''),
(52681, 152, 1351, 'Stationsbuurt', ''),
(52682, 152, 1351, 'Terneuzen', ''),
(52683, 152, 1351, 'Tholen', ''),
(52684, 152, 1351, 'Vrouwenpolder', ''),
(52685, 152, 1351, 'Wemeldinge', ''),
(52686, 152, 1351, 'Westdorpe', ''),
(52687, 152, 1351, 'Westkapelle', ''),
(52688, 152, 1351, 'Wilhelminadorp', ''),
(52689, 152, 1351, 'Wolphaartsdijk', ''),
(52690, 152, 1351, 'Yerseke', ''),
(52691, 152, 1351, 'Zaamslag', ''),
(52692, 152, 1351, 'Zierikzee', ''),
(52693, 152, 1351, 'Zoutelande', ''),
(52694, 152, 1351, 'Zuidzande', ''),
(52695, 152, 1352, '\'s-Gravendeel', ''),
(52696, 152, 1352, '\'s-Gravenzande', ''),
(52697, 152, 1352, 'Aarlanderveen', ''),
(52698, 152, 1352, 'Achthuizen', ''),
(52699, 152, 1352, 'Alblasserdam', ''),
(52700, 152, 1352, 'Alphen aan den Rijn', ''),
(52701, 152, 1352, 'Ameide', ''),
(52702, 152, 1352, 'Ammerstol', ''),
(52703, 152, 1352, 'Arkel', ''),
(52704, 152, 1352, 'Barendrecht', ''),
(52705, 152, 1352, 'Benthuizen', ''),
(52706, 152, 1352, 'Bergambacht', ''),
(52707, 152, 1352, 'Bergschenhoek', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(52708, 152, 1352, 'Berkel', ''),
(52709, 152, 1352, 'Bleiswijk', ''),
(52710, 152, 1352, 'Bleskensgraaf', ''),
(52711, 152, 1352, 'Bodegraven', ''),
(52712, 152, 1352, 'Boeicop', ''),
(52713, 152, 1352, 'Boskoop', ''),
(52714, 152, 1352, 'Boven-Hardinxveld', ''),
(52715, 152, 1352, 'Brielle', ''),
(52716, 152, 1352, 'Capelle aan den IJssel', ''),
(52717, 152, 1352, 'De Lier', ''),
(52718, 152, 1352, 'De Zilk', ''),
(52719, 152, 1352, 'Delfgauw', ''),
(52720, 152, 1352, 'Delft', ''),
(52721, 152, 1352, 'Den Bommel', ''),
(52722, 152, 1352, 'Den Deijl', ''),
(52723, 152, 1352, 'Den Hoorn', ''),
(52724, 152, 1352, 'Dirksland', ''),
(52725, 152, 1352, 'Dordrecht', ''),
(52726, 152, 1352, 'Driebruggen', ''),
(52727, 152, 1352, 'Duindorp', ''),
(52728, 152, 1352, 'Gaag', ''),
(52729, 152, 1352, 'Giessenburg', ''),
(52730, 152, 1352, 'Giessendam', ''),
(52731, 152, 1352, 'Goedereede', ''),
(52732, 152, 1352, 'Gorinchem', ''),
(52733, 152, 1352, 'Gouda', ''),
(52734, 152, 1352, 'Gouderak', ''),
(52735, 152, 1352, 'Goudriaan', ''),
(52736, 152, 1352, 'Goudswaard', ''),
(52737, 152, 1352, 'Greup', ''),
(52738, 152, 1352, 'Haastrecht', ''),
(52739, 152, 1352, 'Hazerswoude-Dorp', ''),
(52740, 152, 1352, 'Hazerswoude-Rijndijk', ''),
(52741, 152, 1352, 'Heenvliet', ''),
(52742, 152, 1352, 'Heerjansdam', ''),
(52743, 152, 1352, 'Heinenoord', ''),
(52744, 152, 1352, 'Hekelingen', ''),
(52745, 152, 1352, 'Hellevoetsluis', ''),
(52746, 152, 1352, 'Hendrik-Ido-Ambacht', ''),
(52747, 152, 1352, 'Herkingen', ''),
(52748, 152, 1352, 'Hillegom', ''),
(52749, 152, 1352, 'Hoek van Holland', ''),
(52750, 152, 1352, 'Honselersdijk', ''),
(52751, 152, 1352, 'Hoogmade', ''),
(52752, 152, 1352, 'Hoogvliet', ''),
(52753, 152, 1352, 'IJsselmonde', ''),
(52754, 152, 1352, 'Kaag', ''),
(52755, 152, 1352, 'Katwijk', ''),
(52756, 152, 1352, 'Katwijk aan Zee', ''),
(52757, 152, 1352, 'Kedichem', ''),
(52758, 152, 1352, 'Klaaswaal', ''),
(52759, 152, 1352, 'Koudekerk aan den Rijn', ''),
(52760, 152, 1352, 'Krimpen aan de Lek', ''),
(52761, 152, 1352, 'Krimpen aan den IJssel', ''),
(52762, 152, 1352, 'Krispijn', ''),
(52763, 152, 1352, 'Kwintsheul', ''),
(52764, 152, 1352, 'Langeraar', ''),
(52765, 152, 1352, 'Langerak', ''),
(52766, 152, 1352, 'Leerdam', ''),
(52767, 152, 1352, 'Leiden', ''),
(52768, 152, 1352, 'Leiderdorp', ''),
(52769, 152, 1352, 'Leidschendam', ''),
(52770, 152, 1352, 'Leimuiden', ''),
(52771, 152, 1352, 'Lekkerkerk', ''),
(52772, 152, 1352, 'Lexmond', ''),
(52773, 152, 1352, 'Lisse', ''),
(52774, 152, 1352, 'Lombardijen', ''),
(52775, 152, 1352, 'Maasdam', ''),
(52776, 152, 1352, 'Maasdijk', ''),
(52777, 152, 1352, 'Maasland', ''),
(52778, 152, 1352, 'Maassluis', ''),
(52779, 152, 1352, 'Meerkerk', ''),
(52780, 152, 1352, 'Middelburg', ''),
(52781, 152, 1352, 'Middelharnis', ''),
(52782, 152, 1352, 'Mijnsheerenland', ''),
(52783, 152, 1352, 'Moerkapelle', ''),
(52784, 152, 1352, 'Molenaarsgraaf', ''),
(52785, 152, 1352, 'Monster', ''),
(52786, 152, 1352, 'Moordrecht', ''),
(52787, 152, 1352, 'Naaldwijk', ''),
(52788, 152, 1352, 'Neder-Hardinxveld', ''),
(52789, 152, 1352, 'Nieuw-Beijerland', ''),
(52790, 152, 1352, 'Nieuw-Lekkerland', ''),
(52791, 152, 1352, 'Nieuwe-Tonge', ''),
(52792, 152, 1352, 'Nieuwenhoorn', ''),
(52793, 152, 1352, 'Nieuwerbrug aan den Rijn', ''),
(52794, 152, 1352, 'Nieuwerkerk aan den IJssel', ''),
(52795, 152, 1352, 'Nieuwkoop', ''),
(52796, 152, 1352, 'Nieuwveen', ''),
(52797, 152, 1352, 'Noordeloos', ''),
(52798, 152, 1352, 'Noorden', ''),
(52799, 152, 1352, 'Noordwijk aan Zee', ''),
(52800, 152, 1352, 'Noordwijk-Binnen', ''),
(52801, 152, 1352, 'Noordwijkerhout', ''),
(52802, 152, 1352, 'Nootdorp', ''),
(52803, 152, 1352, 'Numansdorp', ''),
(52804, 152, 1352, 'Oegstgeest', ''),
(52805, 152, 1352, 'Ommoord', ''),
(52806, 152, 1352, 'Ooltgensplaat', ''),
(52807, 152, 1352, 'Oostvoorne', ''),
(52808, 152, 1352, 'Ottoland', ''),
(52809, 152, 1352, 'Oud-Ade', ''),
(52810, 152, 1352, 'Oud-Alblas', ''),
(52811, 152, 1352, 'Oud-Beijerland', ''),
(52812, 152, 1352, 'Ouddorp', ''),
(52813, 152, 1352, 'Oude Wetering', ''),
(52814, 152, 1352, 'Oude-Tonge', ''),
(52815, 152, 1352, 'Oudenhoorn', ''),
(52816, 152, 1352, 'Ouderkerk aan den IJssel', ''),
(52817, 152, 1352, 'Papendrecht', ''),
(52818, 152, 1352, 'Pernis', ''),
(52819, 152, 1352, 'Piershil', ''),
(52820, 152, 1352, 'Pijnacker', ''),
(52821, 152, 1352, 'Poeldijk', ''),
(52822, 152, 1352, 'Poortugaal', ''),
(52823, 152, 1352, 'Puttershoek', ''),
(52824, 152, 1352, 'Reeuwijk', ''),
(52825, 152, 1352, 'Rhoon', ''),
(52826, 152, 1352, 'Ridderkerk', ''),
(52827, 152, 1352, 'Rietveld', ''),
(52828, 152, 1352, 'Rijnsaterwoude', ''),
(52829, 152, 1352, 'Rijnsburg', ''),
(52830, 152, 1352, 'Rijpwetering', ''),
(52831, 152, 1352, 'Rijswijk', ''),
(52832, 152, 1352, 'Rockanje', ''),
(52833, 152, 1352, 'Rodenrijs', ''),
(52834, 152, 1352, 'Roelofarendsveen', ''),
(52835, 152, 1352, 'Rotterdam', ''),
(52836, 152, 1352, 'Rozenburg', ''),
(52837, 152, 1352, 'Sassenheim', ''),
(52838, 152, 1352, 'Schenkel', ''),
(52839, 152, 1352, 'Schiedam', ''),
(52840, 152, 1352, 'Schipluiden', ''),
(52841, 152, 1352, 'Schoonhoven', ''),
(52842, 152, 1352, 'Schoonrewoerd', ''),
(52843, 152, 1352, 'Sliedrecht', ''),
(52844, 152, 1352, 'Sommelsdijk', ''),
(52845, 152, 1352, 'Spijkenisse', ''),
(52846, 152, 1352, 'Stad aan \'t Haringvliet', ''),
(52847, 152, 1352, 'Stellendam', ''),
(52848, 152, 1352, 'Stolwijk', ''),
(52849, 152, 1352, 'Stolwijkersluis', ''),
(52850, 152, 1352, 'Streefkerk', ''),
(52851, 152, 1352, 'Strijen', ''),
(52852, 152, 1352, 'Strijensas', ''),
(52853, 152, 1352, 'Ter Aar', ''),
(52854, 152, 1352, 'The Hague', ''),
(52855, 152, 1352, 'Valkenburg', ''),
(52856, 152, 1352, 'Vierpolders', ''),
(52857, 152, 1352, 'Vlaardingen', ''),
(52858, 152, 1352, 'Vlieland', ''),
(52859, 152, 1352, 'Voorburg', ''),
(52860, 152, 1352, 'Voorhout', ''),
(52861, 152, 1352, 'Voorschoten', ''),
(52862, 152, 1352, 'Vreewijk', ''),
(52863, 152, 1352, 'Waddinxveen', ''),
(52864, 152, 1352, 'Warmond', ''),
(52865, 152, 1352, 'Wassenaar', ''),
(52866, 152, 1352, 'Wateringen', ''),
(52867, 152, 1352, 'Waterland', ''),
(52868, 152, 1352, 'Woubrugge', ''),
(52869, 152, 1352, 'Zevenhuizen', ''),
(52870, 152, 1352, 'Zoetermeer', ''),
(52871, 152, 1352, 'Zoeterwoude', ''),
(52872, 152, 1352, 'Zuid-Beijerland', ''),
(52873, 152, 1352, 'Zuidland', ''),
(52874, 152, 1352, 'Zuidwijk', ''),
(52875, 152, 1352, 'Zwammerdam', ''),
(52876, 152, 1352, 'Zwartewaal', ''),
(52877, 152, 1352, 'Zwijndrecht', ''),
(52878, 153, 1353, 'Dumbea', ''),
(52879, 153, 1353, 'Mont-Dore', ''),
(52880, 153, 1353, 'Noumea', ''),
(52881, 153, 1353, 'Paita', ''),
(52882, 154, 1354, 'Albany', ''),
(52883, 154, 1354, 'Auckland', ''),
(52884, 154, 1354, 'Avondale', ''),
(52885, 154, 1354, 'Bayswater', ''),
(52886, 154, 1354, 'Beach Haven', ''),
(52887, 154, 1354, 'Beachlands', ''),
(52888, 154, 1354, 'Birkenhead', ''),
(52889, 154, 1354, 'Bombay', ''),
(52890, 154, 1354, 'Browns Bay', ''),
(52891, 154, 1354, 'Buckland', ''),
(52892, 154, 1354, 'Clevedon', ''),
(52893, 154, 1354, 'Coatesville', ''),
(52894, 154, 1354, 'Drury', ''),
(52895, 154, 1354, 'East Tamaki', ''),
(52896, 154, 1354, 'Favona', ''),
(52897, 154, 1354, 'Glen Eden', ''),
(52898, 154, 1354, 'Glen Innes', ''),
(52899, 154, 1354, 'Glenfield', ''),
(52900, 154, 1354, 'Greenhithe', ''),
(52901, 154, 1354, 'Henderson', ''),
(52902, 154, 1354, 'Hobsonville', ''),
(52903, 154, 1354, 'Howick', ''),
(52904, 154, 1354, 'Kaukapakapa', ''),
(52905, 154, 1354, 'Kumeu', ''),
(52906, 154, 1354, 'Mairangi Bay', ''),
(52907, 154, 1354, 'Mangere', ''),
(52908, 154, 1354, 'Manukau', ''),
(52909, 154, 1354, 'MANUREWA', ''),
(52910, 154, 1354, 'Meadowbank', ''),
(52911, 154, 1354, 'Mission Bay', ''),
(52912, 154, 1354, 'Muriwai Beach', ''),
(52913, 154, 1354, 'Narrow Neck', ''),
(52914, 154, 1354, 'North Shore', ''),
(52915, 154, 1354, 'Northcote Point', ''),
(52916, 154, 1354, 'ONEHUNGA', ''),
(52917, 154, 1354, 'Orewa', ''),
(52918, 154, 1354, 'Pakuranga', ''),
(52919, 154, 1354, 'Panmure', ''),
(52920, 154, 1354, 'Papakura', ''),
(52921, 154, 1354, 'Papatoetoe', ''),
(52922, 154, 1354, 'Parnell', ''),
(52923, 154, 1354, 'Penrose', ''),
(52924, 154, 1354, 'Ponsonby', ''),
(52925, 154, 1354, 'Pukekohe', ''),
(52926, 154, 1354, 'Remuera', ''),
(52927, 154, 1354, 'Riverhead', ''),
(52928, 154, 1354, 'Saint Heliers', ''),
(52929, 154, 1354, 'Silverdale', ''),
(52930, 154, 1354, 'Stanmore Bay', ''),
(52931, 154, 1354, 'Swanson', ''),
(52932, 154, 1354, 'Takanini', ''),
(52933, 154, 1354, 'Takapuna', ''),
(52934, 154, 1354, 'Te Atatu', ''),
(52935, 154, 1354, 'Titirangi North', ''),
(52936, 154, 1354, 'Torbay', ''),
(52937, 154, 1354, 'Waiau Pa', ''),
(52938, 154, 1354, 'Waimauku', ''),
(52939, 154, 1354, 'Waitakere City', ''),
(52940, 154, 1354, 'Waiuku', ''),
(52941, 154, 1354, 'Warkworth', ''),
(52942, 154, 1354, 'Waterview', ''),
(52943, 154, 1354, 'Wattle Downs', ''),
(52944, 154, 1354, 'Wellsford', ''),
(52945, 154, 1354, 'Weymouth', ''),
(52946, 154, 1354, 'Whangaparaoa', ''),
(52947, 154, 1355, 'Glenholme', ''),
(52948, 154, 1355, 'Katikati', ''),
(52949, 154, 1355, 'Kawerau', ''),
(52950, 154, 1355, 'Matata', ''),
(52951, 154, 1355, 'Mount Maunganui', ''),
(52952, 154, 1355, 'Omokoroa', ''),
(52953, 154, 1355, 'Opotiki', ''),
(52954, 154, 1355, 'Papamoa', ''),
(52955, 154, 1355, 'Rotorua', ''),
(52956, 154, 1355, 'Taneatua', ''),
(52957, 154, 1355, 'Tauranga', ''),
(52958, 154, 1355, 'Te Puke', ''),
(52959, 154, 1355, 'Whakatane', ''),
(52960, 154, 1356, 'Amberley', ''),
(52961, 154, 1356, 'Ashburton', ''),
(52962, 154, 1356, 'Burnham', ''),
(52963, 154, 1356, 'Cave', ''),
(52964, 154, 1356, 'Christchurch', ''),
(52965, 154, 1356, 'Culverden', ''),
(52966, 154, 1356, 'Cust', ''),
(52967, 154, 1356, 'Darfield', ''),
(52968, 154, 1356, 'Geraldine', ''),
(52969, 154, 1356, 'Governors Bay', ''),
(52970, 154, 1356, 'Hanmer Springs', ''),
(52971, 154, 1356, 'Heathcote Valley', ''),
(52972, 154, 1356, 'Hilton', ''),
(52973, 154, 1356, 'Hororata', ''),
(52974, 154, 1356, 'Kaiapoi', ''),
(52975, 154, 1356, 'Kaikoura', ''),
(52976, 154, 1356, 'Leeston', ''),
(52977, 154, 1356, 'Lincoln', ''),
(52978, 154, 1356, 'Mayfield', ''),
(52979, 154, 1356, 'Methven', ''),
(52980, 154, 1356, 'Oxford', ''),
(52981, 154, 1356, 'Parklands', ''),
(52982, 154, 1356, 'Pleasant Point', ''),
(52983, 154, 1356, 'Rakaia', ''),
(52984, 154, 1356, 'Rangiora', ''),
(52985, 154, 1356, 'Rolleston', ''),
(52986, 154, 1356, 'Rotherham', ''),
(52987, 154, 1356, 'Selwyn', ''),
(52988, 154, 1356, 'Sheffield', ''),
(52989, 154, 1356, 'Springston', ''),
(52990, 154, 1356, 'Sydenham', ''),
(52991, 154, 1356, 'Teddington', ''),
(52992, 154, 1356, 'Temuka', ''),
(52993, 154, 1356, 'Timaru', ''),
(52994, 154, 1356, 'Waiau', ''),
(52995, 154, 1356, 'Waikuku Beach', ''),
(52996, 154, 1356, 'West Melton', ''),
(52997, 154, 1356, 'Winchmore', ''),
(52998, 154, 1356, 'Windermere', ''),
(52999, 154, 1356, 'Woodend', ''),
(53000, 154, 1358, 'Gisborne', ''),
(53001, 154, 1359, 'Hastings', ''),
(53002, 154, 1359, 'Havelock North', ''),
(53003, 154, 1359, 'Napier City', ''),
(53004, 154, 1359, 'Onga Onga', ''),
(53005, 154, 1359, 'Otane', ''),
(53006, 154, 1359, 'Takapau', ''),
(53007, 154, 1359, 'Taradale', ''),
(53008, 154, 1359, 'Wairoa', ''),
(53009, 154, 1360, 'Aramoho', ''),
(53010, 154, 1360, 'Ashhurst', ''),
(53011, 154, 1360, 'Bulls', ''),
(53012, 154, 1360, 'Bunnythorpe', ''),
(53013, 154, 1360, 'Dannevirke', ''),
(53014, 154, 1360, 'Eketahuna', ''),
(53015, 154, 1360, 'Feilding', ''),
(53016, 154, 1360, 'Foxton', ''),
(53017, 154, 1360, 'Foxton Beach', ''),
(53018, 154, 1360, 'Glen Oroua', ''),
(53019, 154, 1360, 'Halcombe', ''),
(53020, 154, 1360, 'Hunterville', ''),
(53021, 154, 1360, 'Levin', ''),
(53022, 154, 1360, 'Marton', ''),
(53023, 154, 1360, 'Norsewood', ''),
(53024, 154, 1360, 'Ormondville', ''),
(53025, 154, 1360, 'Pahiatua', ''),
(53026, 154, 1360, 'Palmerston North', ''),
(53027, 154, 1360, 'Rangataua', ''),
(53028, 154, 1360, 'Sanson', ''),
(53029, 154, 1360, 'Taihape', ''),
(53030, 154, 1360, 'Tangimoana', ''),
(53031, 154, 1360, 'Taumarunui', ''),
(53032, 154, 1360, 'Tiraumea', ''),
(53033, 154, 1360, 'Wanganui', ''),
(53034, 154, 1361, 'Blenheim', ''),
(53035, 154, 1361, 'Havelock', ''),
(53036, 154, 1361, 'Redwoodtown', ''),
(53037, 154, 1361, 'Renwick', ''),
(53038, 154, 1361, 'Upcot', ''),
(53039, 154, 1362, 'Nelson', ''),
(53040, 154, 1363, 'Ahipara', ''),
(53041, 154, 1363, 'Awanui', ''),
(53042, 154, 1363, 'Dargaville', ''),
(53043, 154, 1363, 'Kaikohe', ''),
(53044, 154, 1363, 'Kaitaia', ''),
(53045, 154, 1363, 'Kaiwaka', ''),
(53046, 154, 1363, 'Kerikeri', ''),
(53047, 154, 1363, 'Mangawhai', ''),
(53048, 154, 1363, 'Manukau', ''),
(53049, 154, 1363, 'Marua', ''),
(53050, 154, 1363, 'Matakohe', ''),
(53051, 154, 1363, 'Maunu', ''),
(53052, 154, 1363, 'Okaihau', ''),
(53053, 154, 1363, 'Opua', ''),
(53054, 154, 1363, 'Paihia', ''),
(53055, 154, 1363, 'Ruakaka', ''),
(53056, 154, 1363, 'Russell', ''),
(53057, 154, 1363, 'Te Kao', ''),
(53058, 154, 1363, 'Tikipunga', ''),
(53059, 154, 1363, 'Waipu', ''),
(53060, 154, 1363, 'Whangarei', ''),
(53061, 154, 1364, 'Alexandra', ''),
(53062, 154, 1364, 'Balclutha', ''),
(53063, 154, 1364, 'Clinton', ''),
(53064, 154, 1364, 'Cromwell', ''),
(53065, 154, 1364, 'Dunedin', ''),
(53066, 154, 1364, 'Glenorchy', ''),
(53067, 154, 1364, 'Kyeburn', ''),
(53068, 154, 1364, 'Mosgiel', ''),
(53069, 154, 1364, 'Oamaru', ''),
(53070, 154, 1364, 'Outram', ''),
(53071, 154, 1364, 'Paradise', ''),
(53072, 154, 1364, 'Queenstown', ''),
(53073, 154, 1364, 'Ranfurly', ''),
(53074, 154, 1364, 'Roslyn', ''),
(53075, 154, 1364, 'Waikouaiti', ''),
(53076, 154, 1364, 'Wanaka', ''),
(53077, 154, 1365, 'Gore', ''),
(53078, 154, 1365, 'Invercargill', ''),
(53079, 154, 1365, 'Lumsden', ''),
(53080, 154, 1365, 'Otautau', ''),
(53081, 154, 1365, 'Riversdale', ''),
(53082, 154, 1365, 'Riverton', ''),
(53083, 154, 1365, 'Waikaka', ''),
(53084, 154, 1365, 'Wendon Valley', ''),
(53085, 154, 1365, 'West End', ''),
(53086, 154, 1365, 'Winton', ''),
(53087, 154, 1365, 'Wyndham', ''),
(53088, 154, 1366, 'Bell Block', ''),
(53089, 154, 1366, 'Douglas', ''),
(53090, 154, 1366, 'Eltham', ''),
(53091, 154, 1366, 'Glen Avon', ''),
(53092, 154, 1366, 'Hawera', ''),
(53093, 154, 1366, 'Inglewood', ''),
(53094, 154, 1366, 'Moeroa', ''),
(53095, 154, 1366, 'New Plymouth', ''),
(53096, 154, 1366, 'Normanby', ''),
(53097, 154, 1366, 'Stratford', ''),
(53098, 154, 1366, 'Waitara', ''),
(53099, 154, 1367, 'Brightwater', ''),
(53100, 154, 1367, 'Takaka', ''),
(53101, 154, 1367, 'Wakefield', ''),
(53102, 154, 1368, 'Cambridge', ''),
(53103, 154, 1368, 'Coromandel', ''),
(53104, 154, 1368, 'Hamilton', ''),
(53105, 154, 1368, 'Huntly', ''),
(53106, 154, 1368, 'Kawhia', ''),
(53107, 154, 1368, 'Kihikihi', ''),
(53108, 154, 1368, 'Matamata', ''),
(53109, 154, 1368, 'Morrinsville', ''),
(53110, 154, 1368, 'Ngaruawahia', ''),
(53111, 154, 1368, 'Ngatea', ''),
(53112, 154, 1368, 'Ohaupo', ''),
(53113, 154, 1368, 'Onewhero', ''),
(53114, 154, 1368, 'Otorohanga', ''),
(53115, 154, 1368, 'Paeroa', ''),
(53116, 154, 1368, 'Pauanui', ''),
(53117, 154, 1368, 'Piopio', ''),
(53118, 154, 1368, 'Pokeno', ''),
(53119, 154, 1368, 'Pukeatua', ''),
(53120, 154, 1368, 'Raglan', ''),
(53121, 154, 1368, 'Rangiriri', ''),
(53122, 154, 1368, 'Taupiri', ''),
(53123, 154, 1368, 'Taupo', ''),
(53124, 154, 1368, 'Te Aroha', ''),
(53125, 154, 1368, 'Te Awamutu', ''),
(53126, 154, 1368, 'Te Kauwhata', ''),
(53127, 154, 1368, 'Te Kuiti', ''),
(53128, 154, 1368, 'Thames', ''),
(53129, 154, 1368, 'Tirau', ''),
(53130, 154, 1368, 'Tokoroa', ''),
(53131, 154, 1368, 'Tuakau', ''),
(53132, 154, 1368, 'Turangi', ''),
(53133, 154, 1368, 'Turua', ''),
(53134, 154, 1368, 'Waihi', ''),
(53135, 154, 1368, 'Whangamata', ''),
(53136, 154, 1368, 'Whitianga', ''),
(53137, 154, 1369, 'Carterton', ''),
(53138, 154, 1369, 'Eastbourne', ''),
(53139, 154, 1369, 'Featherston', ''),
(53140, 154, 1369, 'Grenada North', ''),
(53141, 154, 1369, 'Greytown', ''),
(53142, 154, 1369, 'Heretaunga', ''),
(53143, 154, 1369, 'Johnsonville', ''),
(53144, 154, 1369, 'Kelburn', ''),
(53145, 154, 1369, 'Kilbirnie', ''),
(53146, 154, 1369, 'Lower Hutt', ''),
(53147, 154, 1369, 'Maoribank', ''),
(53148, 154, 1369, 'Martinborough', ''),
(53149, 154, 1369, 'Masterton', ''),
(53150, 154, 1369, 'Miramar', ''),
(53151, 154, 1369, 'Ngaio', ''),
(53152, 154, 1369, 'Northland', ''),
(53153, 154, 1369, 'Otaki', ''),
(53154, 154, 1369, 'Paraparaumu', ''),
(53155, 154, 1369, 'Paraparaumu Beach', ''),
(53156, 154, 1369, 'Paremata', ''),
(53157, 154, 1369, 'Petone', ''),
(53158, 154, 1369, 'Porirua', ''),
(53159, 154, 1369, 'Raumati Beach', ''),
(53160, 154, 1369, 'Raumati South', ''),
(53161, 154, 1369, 'Taita', ''),
(53162, 154, 1369, 'Tinui', ''),
(53163, 154, 1369, 'Titahi Bay', ''),
(53164, 154, 1369, 'Trentham', ''),
(53165, 154, 1369, 'Upper Hutt', ''),
(53166, 154, 1369, 'Waikanae', ''),
(53167, 154, 1369, 'Waipawa', ''),
(53168, 154, 1369, 'Wellington', ''),
(53169, 154, 1370, 'Franz Josef', ''),
(53170, 154, 1370, 'Greymouth', ''),
(53171, 154, 1370, 'Haast', ''),
(53172, 154, 1370, 'Hokitika', ''),
(53173, 154, 1370, 'Rutherglen', ''),
(53174, 154, 1370, 'Westport', ''),
(53175, 155, 1371, 'Jinotepe', ''),
(53176, 155, 1372, 'Chinandega', ''),
(53177, 155, 1372, 'Los Arados', ''),
(53178, 155, 1373, 'Esteli', ''),
(53179, 155, 1374, 'León', ''),
(53180, 155, 1375, 'Ciudad Sandino', ''),
(53181, 155, 1375, 'El Panama', ''),
(53182, 155, 1375, 'Managua', ''),
(53183, 155, 1376, 'Masaya', ''),
(53184, 155, 1376, 'Nindiri', ''),
(53185, 155, 1377, 'Matagalpa', ''),
(53186, 155, 1378, 'Ocotal', ''),
(53187, 155, 1379, 'Rivas', ''),
(53188, 155, 1379, 'San Juan del Sur', ''),
(53189, 155, 1380, 'Bluefields', ''),
(53190, 156, 1381, 'Niamey', ''),
(53191, 157, 1382, 'Yola', ''),
(53192, 157, 1383, 'Eket', ''),
(53193, 157, 1383, 'Uyo', ''),
(53194, 157, 1384, 'Nnewi', ''),
(53195, 157, 1384, 'Onitsha', ''),
(53196, 157, 1385, 'Lodio', ''),
(53197, 157, 1387, 'Makurdi', ''),
(53198, 157, 1388, 'Calabar', ''),
(53199, 157, 1388, 'Obudu', ''),
(53200, 157, 1389, 'Aboh', ''),
(53201, 157, 1389, 'Abraka', ''),
(53202, 157, 1389, 'Burutu', ''),
(53203, 157, 1389, 'Oghara', ''),
(53204, 157, 1389, 'Warri', ''),
(53205, 157, 1390, 'Abakaliki', ''),
(53206, 157, 1391, 'Benin City', ''),
(53207, 157, 1391, 'Ekpoma', ''),
(53208, 157, 1391, 'Igueben', ''),
(53209, 157, 1392, 'Ado-Ekiti', ''),
(53210, 157, 1393, 'Enugu', ''),
(53211, 157, 1394, 'Abuja', ''),
(53212, 157, 1394, 'Kogi', ''),
(53213, 157, 1394, 'Maitama', ''),
(53214, 157, 1394, 'Wuse', ''),
(53215, 157, 1395, 'Lafiya', ''),
(53216, 157, 1396, 'Owerri', ''),
(53217, 157, 1397, 'Kaduna', ''),
(53218, 157, 1397, 'Ungwan Madaki', ''),
(53219, 157, 1397, 'Zaria', ''),
(53220, 157, 1398, 'Kano', ''),
(53221, 157, 1399, 'Funtua', ''),
(53222, 157, 1400, 'Birnin Kebbi', ''),
(53223, 157, 1401, 'Anambra', ''),
(53224, 157, 1401, 'Lokoja', ''),
(53225, 157, 1402, 'Ilorin', ''),
(53226, 157, 1403, 'Agege', ''),
(53227, 157, 1403, 'Agidingbi', ''),
(53228, 157, 1403, 'Ajegunle', ''),
(53229, 157, 1403, 'Akoka', ''),
(53230, 157, 1403, 'Alimosho', ''),
(53231, 157, 1403, 'Ejigbo', ''),
(53232, 157, 1403, 'Festac Town', ''),
(53233, 157, 1403, 'Ijaiye', ''),
(53234, 157, 1403, 'Ikeja', ''),
(53235, 157, 1403, 'Ikorodu', ''),
(53236, 157, 1403, 'Ikotun', ''),
(53237, 157, 1403, 'Ikoyi', ''),
(53238, 157, 1403, 'Isaga-Tedo', ''),
(53239, 157, 1403, 'Isolo', ''),
(53240, 157, 1403, 'Ketu', ''),
(53241, 157, 1403, 'Lagos', ''),
(53242, 157, 1403, 'Lekki', ''),
(53243, 157, 1403, 'Magodo II', ''),
(53244, 157, 1403, 'Maryland', ''),
(53245, 157, 1403, 'Mushin', ''),
(53246, 157, 1403, 'Obanikoro', ''),
(53247, 157, 1403, 'Ojo', ''),
(53248, 157, 1403, 'Oregun', ''),
(53249, 157, 1403, 'Oshodi', ''),
(53250, 157, 1403, 'Surulere', ''),
(53251, 157, 1403, 'Yaba', ''),
(53252, 157, 1404, 'Enagi', ''),
(53253, 157, 1404, 'Minna', ''),
(53254, 157, 1404, 'Suleja', ''),
(53255, 157, 1405, 'Abeokuta', ''),
(53256, 157, 1405, 'Ifo', ''),
(53257, 157, 1405, 'Iseri-Oke', ''),
(53258, 157, 1405, 'Oke-Aro', ''),
(53259, 157, 1406, 'Akure', ''),
(53260, 157, 1406, 'Idanre', ''),
(53261, 157, 1406, 'Ondo', ''),
(53262, 157, 1407, 'Ile-Ife', ''),
(53263, 157, 1407, 'Ilesa', ''),
(53264, 157, 1407, 'Iwo', ''),
(53265, 157, 1407, 'Osogbo', ''),
(53266, 157, 1408, 'Ibadan', ''),
(53267, 157, 1409, 'Forum', ''),
(53268, 157, 1409, 'Jos', ''),
(53269, 157, 1410, 'Bonny', ''),
(53270, 157, 1410, 'Egbeda', ''),
(53271, 157, 1410, 'Ido', ''),
(53272, 157, 1410, 'Odau', ''),
(53273, 157, 1410, 'Port Harcourt', ''),
(53274, 157, 1411, 'Bowen', ''),
(53275, 157, 1411, 'Kebbe', ''),
(53276, 157, 1412, 'Jalingo', ''),
(53277, 157, 1412, 'Wukari', ''),
(53278, 157, 1413, 'Damaturu', ''),
(53279, 157, 1414, 'Tsafe', ''),
(53280, 160, 1415, 'Manp\'o', ''),
(53281, 160, 1416, 'Pyongyang', ''),
(53282, 161, 1417, 'Saipan', ''),
(53283, 162, 1418, 'Algarheim', ''),
(53284, 162, 1418, 'Aneby', ''),
(53285, 162, 1418, 'Arnes', ''),
(53286, 162, 1418, 'As', ''),
(53287, 162, 1418, 'Asker', ''),
(53288, 162, 1418, 'Auli', ''),
(53289, 162, 1418, 'Aursmoen', ''),
(53290, 162, 1418, 'Baerums verk', ''),
(53291, 162, 1418, 'Billingstad', ''),
(53292, 162, 1418, 'Bjorkelangen', ''),
(53293, 162, 1418, 'Blaker', ''),
(53294, 162, 1418, 'Borgen', ''),
(53295, 162, 1418, 'Brarud', ''),
(53296, 162, 1418, 'Dal', ''),
(53297, 162, 1418, 'Drobak', ''),
(53298, 162, 1418, 'Eidsvoll', ''),
(53299, 162, 1418, 'Eidsvoll verk', ''),
(53300, 162, 1418, 'Enebakkneset', ''),
(53301, 162, 1418, 'Fagerstrand', ''),
(53302, 162, 1418, 'Feiring', ''),
(53303, 162, 1418, 'Fenstad', ''),
(53304, 162, 1418, 'Fetsund', ''),
(53305, 162, 1418, 'Fjellstrand', ''),
(53306, 162, 1418, 'Fjerdingby', ''),
(53307, 162, 1418, 'Flateby', ''),
(53308, 162, 1418, 'Fornebu', ''),
(53309, 162, 1418, 'Fosser', ''),
(53310, 162, 1418, 'Frogner', ''),
(53311, 162, 1418, 'Gan', ''),
(53312, 162, 1418, 'Gardermoen', ''),
(53313, 162, 1418, 'Gjellerasen', ''),
(53314, 162, 1418, 'Hakadal', ''),
(53315, 162, 1418, 'Heggedal', ''),
(53316, 162, 1418, 'Hemnes', ''),
(53317, 162, 1418, 'Holen', ''),
(53318, 162, 1418, 'Holter', ''),
(53319, 162, 1418, 'Hovik verk', ''),
(53320, 162, 1418, 'Hurdal', ''),
(53321, 162, 1418, 'Hvalstad', ''),
(53322, 162, 1418, 'Hvam', ''),
(53323, 162, 1418, 'Hvitsten', ''),
(53324, 162, 1418, 'Ingeborgrud', ''),
(53325, 162, 1418, 'Jar', ''),
(53326, 162, 1418, 'Jessheim', ''),
(53327, 162, 1418, 'Kjeller', ''),
(53328, 162, 1418, 'Klofta', ''),
(53329, 162, 1418, 'Kolbotn', ''),
(53330, 162, 1418, 'Kolsas', ''),
(53331, 162, 1418, 'Langhus', ''),
(53332, 162, 1418, 'Leirsund', ''),
(53333, 162, 1418, 'Lillestrøm', ''),
(53334, 162, 1418, 'Loken', ''),
(53335, 162, 1418, 'Lysaker', ''),
(53336, 162, 1418, 'Maura', ''),
(53337, 162, 1418, 'Nesbru', ''),
(53338, 162, 1418, 'Nesoddtangen', ''),
(53339, 162, 1418, 'Nordby Bruk', ''),
(53340, 162, 1418, 'Nordkisa', ''),
(53341, 162, 1418, 'Oppegard', ''),
(53342, 162, 1418, 'Osteras', ''),
(53343, 162, 1418, 'Raholt', ''),
(53344, 162, 1418, 'Ranasfoss', ''),
(53345, 162, 1418, 'Rud', ''),
(53346, 162, 1418, 'Rykkin', ''),
(53347, 162, 1418, 'Sandvika', ''),
(53348, 162, 1418, 'Skarer', ''),
(53349, 162, 1418, 'Skedsmokorset', ''),
(53350, 162, 1418, 'Ski', ''),
(53351, 162, 1418, 'Skjetten', ''),
(53352, 162, 1418, 'Skotbu', ''),
(53353, 162, 1418, 'Skui', ''),
(53354, 162, 1418, 'Slattum', ''),
(53355, 162, 1418, 'Sofiemyr', ''),
(53356, 162, 1418, 'Son', ''),
(53357, 162, 1418, 'Sondre Oppegard', ''),
(53358, 162, 1418, 'Sorum', ''),
(53359, 162, 1418, 'Sorumsand', ''),
(53360, 162, 1418, 'Stabekk', ''),
(53361, 162, 1418, 'Strommen', ''),
(53362, 162, 1418, 'Svartskog', ''),
(53363, 162, 1418, 'Vestby', ''),
(53364, 162, 1418, 'Vollen', ''),
(53365, 162, 1418, 'Vormsund', ''),
(53366, 162, 1418, 'Voyenenga', ''),
(53367, 162, 1419, 'Amli', ''),
(53368, 162, 1419, 'Arendal', ''),
(53369, 162, 1419, 'Birkeland', ''),
(53370, 162, 1419, 'Bygland', ''),
(53371, 162, 1419, 'Bykle', ''),
(53372, 162, 1419, 'Evje', ''),
(53373, 162, 1419, 'Eydehavn', ''),
(53374, 162, 1419, 'Faervik', ''),
(53375, 162, 1419, 'Fevik', ''),
(53376, 162, 1419, 'Frolands verk', ''),
(53377, 162, 1419, 'Gjerstad', ''),
(53378, 162, 1419, 'Gjeving', ''),
(53379, 162, 1419, 'Grendi', ''),
(53380, 162, 1419, 'Grimstad', ''),
(53381, 162, 1419, 'Hornnes', ''),
(53382, 162, 1419, 'Hovag', ''),
(53383, 162, 1419, 'Kolbjornsvik', ''),
(53384, 162, 1419, 'Lillesand', ''),
(53385, 162, 1419, 'Nedenes', ''),
(53386, 162, 1419, 'Risør', ''),
(53387, 162, 1419, 'Rykene', ''),
(53388, 162, 1419, 'Saltrod', ''),
(53389, 162, 1419, 'Selasvatn', ''),
(53390, 162, 1419, 'Sondeled', ''),
(53391, 162, 1419, 'Troe', ''),
(53392, 162, 1419, 'Tvedestrand', ''),
(53393, 162, 1420, 'Al', ''),
(53394, 162, 1420, 'Amot', ''),
(53395, 162, 1420, 'Aros', ''),
(53396, 162, 1420, 'Buskerud', ''),
(53397, 162, 1420, 'Darbu', ''),
(53398, 162, 1420, 'Drammen', ''),
(53399, 162, 1420, 'Eggedal', ''),
(53400, 162, 1420, 'Fla', ''),
(53401, 162, 1420, 'Flesberg', ''),
(53402, 162, 1420, 'Geilo', ''),
(53403, 162, 1420, 'Geithus', ''),
(53404, 162, 1420, 'Gol', ''),
(53405, 162, 1420, 'Gullaug', ''),
(53406, 162, 1420, 'Hallingby', ''),
(53407, 162, 1420, 'Hemsedal', ''),
(53408, 162, 1420, 'Hokksund', ''),
(53409, 162, 1420, 'Holmsbu', ''),
(53410, 162, 1420, 'Honefoss', ''),
(53411, 162, 1420, 'Hvittingfoss', ''),
(53412, 162, 1420, 'Hyggen', ''),
(53413, 162, 1420, 'Kamben', ''),
(53414, 162, 1420, 'Klokkarstua', ''),
(53415, 162, 1420, 'Kongsberg', ''),
(53416, 162, 1420, 'Kroderen', ''),
(53417, 162, 1420, 'Krokstadelva', ''),
(53418, 162, 1420, 'Land', ''),
(53419, 162, 1420, 'Mjondalen', ''),
(53420, 162, 1420, 'Modalen', ''),
(53421, 162, 1420, 'Naersnes', ''),
(53422, 162, 1420, 'Nesbyen', ''),
(53423, 162, 1420, 'Noresund', ''),
(53424, 162, 1420, 'Prestfoss', ''),
(53425, 162, 1420, 'Royken', ''),
(53426, 162, 1420, 'Royse', ''),
(53427, 162, 1420, 'Saetre', ''),
(53428, 162, 1420, 'Skotselv', ''),
(53429, 162, 1420, 'Slemmestad', ''),
(53430, 162, 1420, 'Sokna', ''),
(53431, 162, 1420, 'Solbergelva', ''),
(53432, 162, 1420, 'Sollihogda', ''),
(53433, 162, 1420, 'Spikkestad', ''),
(53434, 162, 1420, 'Steinberg', ''),
(53435, 162, 1420, 'Svene', ''),
(53436, 162, 1420, 'Sylling', ''),
(53437, 162, 1420, 'Tofte', ''),
(53438, 162, 1420, 'Tranby', ''),
(53439, 162, 1420, 'Tunnhovd', ''),
(53440, 162, 1420, 'Tyristrand', ''),
(53441, 162, 1420, 'Vestfossen', ''),
(53442, 162, 1420, 'Vikersund', ''),
(53443, 162, 1421, 'Alta', ''),
(53444, 162, 1421, 'Båtsfjord', ''),
(53445, 162, 1421, 'Berlevåg', ''),
(53446, 162, 1421, 'Bjornevatn', ''),
(53447, 162, 1421, 'Børselv', ''),
(53448, 162, 1421, 'Gjesvær', ''),
(53449, 162, 1421, 'Hammerfest', ''),
(53450, 162, 1421, 'Hasvik', ''),
(53451, 162, 1421, 'Havøysund', ''),
(53452, 162, 1421, 'Honningsvåg', ''),
(53453, 162, 1421, 'Indre Klubben', ''),
(53454, 162, 1421, 'Jakobselv', ''),
(53455, 162, 1421, 'Karasjok', ''),
(53456, 162, 1421, 'Kautokeino', ''),
(53457, 162, 1421, 'Kirkenes', ''),
(53458, 162, 1421, 'Kjollefjord', ''),
(53459, 162, 1421, 'Lakselv', ''),
(53460, 162, 1421, 'Mehamn', ''),
(53461, 162, 1421, 'Nordvagen', ''),
(53462, 162, 1421, 'Nuvsvag', ''),
(53463, 162, 1421, 'Oksfjord', ''),
(53464, 162, 1421, 'Rypefjord', ''),
(53465, 162, 1421, 'Trollfjorden', ''),
(53466, 162, 1421, 'Vadsø', ''),
(53467, 162, 1421, 'Varangerbotn', ''),
(53468, 162, 1421, 'Vardø', ''),
(53469, 162, 1422, 'Adalsbruk', ''),
(53470, 162, 1422, 'Alvdal', ''),
(53471, 162, 1422, 'Amot', ''),
(53472, 162, 1422, 'Arneberg', ''),
(53473, 162, 1422, 'Asnes', ''),
(53474, 162, 1422, 'Austmarka', ''),
(53475, 162, 1422, 'Brandval', ''),
(53476, 162, 1422, 'Brumunddal', ''),
(53477, 162, 1422, 'Buvika', ''),
(53478, 162, 1422, 'Disena', ''),
(53479, 162, 1422, 'Drevsjo', ''),
(53480, 162, 1422, 'Ebru', ''),
(53481, 162, 1422, 'Elverum', ''),
(53482, 162, 1422, 'Flisa', ''),
(53483, 162, 1422, 'Folldal', ''),
(53484, 162, 1422, 'Hamar', ''),
(53485, 162, 1422, 'Hof', ''),
(53486, 162, 1422, 'Ilseng', ''),
(53487, 162, 1422, 'Innbygda', ''),
(53488, 162, 1422, 'Jordet', ''),
(53489, 162, 1422, 'Kirkenaer', ''),
(53490, 162, 1422, 'Kongsvinger', ''),
(53491, 162, 1422, 'Koppang', ''),
(53492, 162, 1422, 'Kvikne', ''),
(53493, 162, 1422, 'Loten', ''),
(53494, 162, 1422, 'Magnor', ''),
(53495, 162, 1422, 'Matrand', ''),
(53496, 162, 1422, 'Mo', ''),
(53497, 162, 1422, 'Moelv', ''),
(53498, 162, 1422, 'Namna', ''),
(53499, 162, 1422, 'Ottestad', ''),
(53500, 162, 1422, 'Oyeren', ''),
(53501, 162, 1422, 'Rena', ''),
(53502, 162, 1422, 'Ringsaker', ''),
(53503, 162, 1422, 'Rodberg', ''),
(53504, 162, 1422, 'Romedal', ''),
(53505, 162, 1422, 'Roverud', ''),
(53506, 162, 1422, 'Sagstua', ''),
(53507, 162, 1422, 'Sand', ''),
(53508, 162, 1422, 'Sander', ''),
(53509, 162, 1422, 'Siggerud', ''),
(53510, 162, 1422, 'Sjusjoen', ''),
(53511, 162, 1422, 'Skarnes', ''),
(53512, 162, 1422, 'Slastad', ''),
(53513, 162, 1422, 'Stange', ''),
(53514, 162, 1422, 'Svarstad', ''),
(53515, 162, 1422, 'Tangen', ''),
(53516, 162, 1422, 'Tolga', ''),
(53517, 162, 1422, 'Tynset', ''),
(53518, 162, 1422, 'Valer', ''),
(53519, 162, 1423, 'Agotnes', ''),
(53520, 162, 1423, 'Alversund', ''),
(53521, 162, 1423, 'Arland', ''),
(53522, 162, 1423, 'Ask', ''),
(53523, 162, 1423, 'Askøy', ''),
(53524, 162, 1423, 'Austevoll', ''),
(53525, 162, 1423, 'Bergen', ''),
(53526, 162, 1423, 'Bjoroyhamn', ''),
(53527, 162, 1423, 'Bomlo', ''),
(53528, 162, 1423, 'Bones', ''),
(53529, 162, 1423, 'Brattholmen', ''),
(53530, 162, 1423, 'Bruvik', ''),
(53531, 162, 1423, 'Dale', ''),
(53532, 162, 1423, 'Dimmelsvik', ''),
(53533, 162, 1423, 'Eidfjord', ''),
(53534, 162, 1423, 'Eidsnes', ''),
(53535, 162, 1423, 'Eikanger', ''),
(53536, 162, 1423, 'Eikelandsosen', ''),
(53537, 162, 1423, 'Erdal', ''),
(53538, 162, 1423, 'Ervik', ''),
(53539, 162, 1423, 'Espeland', ''),
(53540, 162, 1423, 'Etne', ''),
(53541, 162, 1423, 'Fana', ''),
(53542, 162, 1423, 'Fitjar', ''),
(53543, 162, 1423, 'Flaktveit', ''),
(53544, 162, 1423, 'Florvag', ''),
(53545, 162, 1423, 'Folderoy', ''),
(53546, 162, 1423, 'Follese', ''),
(53547, 162, 1423, 'Fonnes', ''),
(53548, 162, 1423, 'Forde', ''),
(53549, 162, 1423, 'Frekhaug', ''),
(53550, 162, 1423, 'Garnes', ''),
(53551, 162, 1423, 'Glesvaer', ''),
(53552, 162, 1423, 'Godvik', ''),
(53553, 162, 1423, 'Hagavik', ''),
(53554, 162, 1423, 'Hatlestranda', ''),
(53555, 162, 1423, 'Haukeland', ''),
(53556, 162, 1423, 'Haus', ''),
(53557, 162, 1423, 'Heroysund', ''),
(53558, 162, 1423, 'Hetlevik', ''),
(53559, 162, 1423, 'Hjellestad', ''),
(53560, 162, 1423, 'Hjelmas', ''),
(53561, 162, 1423, 'Holmefjord', ''),
(53562, 162, 1423, 'Hordvik', ''),
(53563, 162, 1423, 'Hosteland', ''),
(53564, 162, 1423, 'Husa', ''),
(53565, 162, 1423, 'Husnes', ''),
(53566, 162, 1423, 'Hylkje', ''),
(53567, 162, 1423, 'Indre Arna', ''),
(53568, 162, 1423, 'Isdalsto', ''),
(53569, 162, 1423, 'Jondal', ''),
(53570, 162, 1423, 'Kjerrgarden', ''),
(53571, 162, 1423, 'Kleppe', ''),
(53572, 162, 1423, 'Kleppesto', ''),
(53573, 162, 1423, 'Klokkarvik', ''),
(53574, 162, 1423, 'Knarrevik', ''),
(53575, 162, 1423, 'Kokstad', ''),
(53576, 162, 1423, 'Kolbeinsvik', ''),
(53577, 162, 1423, 'Kolltveit', ''),
(53578, 162, 1423, 'Laksevag', ''),
(53579, 162, 1423, 'Leirvik', ''),
(53580, 162, 1423, 'Lepsoy', ''),
(53581, 162, 1423, 'Lier', ''),
(53582, 162, 1423, 'Lindas', ''),
(53583, 162, 1423, 'Loddefjord', ''),
(53584, 162, 1423, 'Lofthus', ''),
(53585, 162, 1423, 'Lonevag', ''),
(53586, 162, 1423, 'Lysekloster', ''),
(53587, 162, 1423, 'Manger', ''),
(53588, 162, 1423, 'Masfjorden', ''),
(53589, 162, 1423, 'Mathopen', ''),
(53590, 162, 1423, 'Misje', ''),
(53591, 162, 1423, 'Mjolkeraen', ''),
(53592, 162, 1423, 'Movik', ''),
(53593, 162, 1423, 'Na', ''),
(53594, 162, 1423, 'Nesttun', ''),
(53595, 162, 1423, 'Norheimsund', ''),
(53596, 162, 1423, 'Odda', ''),
(53597, 162, 1423, 'Olve', ''),
(53598, 162, 1423, 'Oma', ''),
(53599, 162, 1423, 'Oystese', ''),
(53600, 162, 1423, 'Paradis', ''),
(53601, 162, 1423, 'Radal', ''),
(53602, 162, 1423, 'Roldal', ''),
(53603, 162, 1423, 'Rong', ''),
(53604, 162, 1423, 'Rosendal', ''),
(53605, 162, 1423, 'Rossland', ''),
(53606, 162, 1423, 'Rubbestadneset', ''),
(53607, 162, 1423, 'Saebo', ''),
(53608, 162, 1423, 'Saebovik', ''),
(53609, 162, 1423, 'Sagvag', ''),
(53610, 162, 1423, 'Salhus', ''),
(53611, 162, 1423, 'Seim', ''),
(53612, 162, 1423, 'Skanevik', ''),
(53613, 162, 1423, 'Skeie', ''),
(53614, 162, 1423, 'Sletta', ''),
(53615, 162, 1423, 'Smoras', ''),
(53616, 162, 1423, 'Soreidgrenda', ''),
(53617, 162, 1423, 'Stamnes', ''),
(53618, 162, 1423, 'Stanghelle', ''),
(53619, 162, 1423, 'Steinsland', ''),
(53620, 162, 1423, 'Storebo', ''),
(53621, 162, 1423, 'Strandebarm', ''),
(53622, 162, 1423, 'Straume', ''),
(53623, 162, 1423, 'Strusshamn', ''),
(53624, 162, 1423, 'Sunde', ''),
(53625, 162, 1423, 'Sveio', ''),
(53626, 162, 1423, 'Svortland', ''),
(53627, 162, 1423, 'Tertnes', ''),
(53628, 162, 1423, 'Tjeldsto', ''),
(53629, 162, 1423, 'Tysnes', ''),
(53630, 162, 1423, 'Tyssedal', ''),
(53631, 162, 1423, 'Uggdal', ''),
(53632, 162, 1423, 'Ulvik', ''),
(53633, 162, 1423, 'Urangsvag', ''),
(53634, 162, 1423, 'Uskedalen', ''),
(53635, 162, 1423, 'Utaker', ''),
(53636, 162, 1423, 'Vaksdal', ''),
(53637, 162, 1423, 'Valen', ''),
(53638, 162, 1423, 'Valestrandfossen', ''),
(53639, 162, 1423, 'Vestra Mosterhamn', ''),
(53640, 162, 1423, 'Vike', ''),
(53641, 162, 1423, 'Voss', ''),
(53642, 162, 1423, 'Vossestrand', ''),
(53643, 162, 1423, 'Ytre Alvik', ''),
(53644, 162, 1423, 'Ytre Arna', ''),
(53645, 162, 1424, 'Afarnes', ''),
(53646, 162, 1424, 'Ålesund', ''),
(53647, 162, 1424, 'Andalsnes', ''),
(53648, 162, 1424, 'Aukra', ''),
(53649, 162, 1424, 'Aure', ''),
(53650, 162, 1424, 'Barstadvik', ''),
(53651, 162, 1424, 'Batnfjordsora', ''),
(53652, 162, 1424, 'Bjorke', ''),
(53653, 162, 1424, 'Brattvag', ''),
(53654, 162, 1424, 'Bud', ''),
(53655, 162, 1424, 'Eide', ''),
(53656, 162, 1424, 'Eidsa', ''),
(53657, 162, 1424, 'Eidsdal', ''),
(53658, 162, 1424, 'Eidsvag', ''),
(53659, 162, 1424, 'Elnesvagen', ''),
(53660, 162, 1424, 'Farstad', ''),
(53661, 162, 1424, 'Fiksdal', ''),
(53662, 162, 1424, 'Finnoy', ''),
(53663, 162, 1424, 'Folkestad', ''),
(53664, 162, 1424, 'Fosnavag', ''),
(53665, 162, 1424, 'Fyrde', ''),
(53666, 162, 1424, 'Godoy', ''),
(53667, 162, 1424, 'Groa', ''),
(53668, 162, 1424, 'Halsa', ''),
(53669, 162, 1424, 'Hareid', ''),
(53670, 162, 1424, 'Hellesylt', ''),
(53671, 162, 1424, 'Hjelset', ''),
(53672, 162, 1424, 'Hjorungavag', ''),
(53673, 162, 1424, 'Hundeidvik', ''),
(53674, 162, 1424, 'Hustad', ''),
(53675, 162, 1424, 'Ikornnes', ''),
(53676, 162, 1424, 'Kristiansund', ''),
(53677, 162, 1424, 'Kvanne', ''),
(53678, 162, 1424, 'Kvisvik', ''),
(53679, 162, 1424, 'Langevag', ''),
(53680, 162, 1424, 'Larsnes', ''),
(53681, 162, 1424, 'Lauvstad', ''),
(53682, 162, 1424, 'Leikang', ''),
(53683, 162, 1424, 'Lesund', ''),
(53684, 162, 1424, 'Midsund', ''),
(53685, 162, 1424, 'Molde', ''),
(53686, 162, 1424, 'Nedre Frei', ''),
(53687, 162, 1424, 'Reitan', ''),
(53688, 162, 1424, 'Rekdal', ''),
(53689, 162, 1424, 'Rindal', ''),
(53690, 162, 1424, 'Sandshamn', ''),
(53691, 162, 1424, 'Sjoholt', ''),
(53692, 162, 1424, 'Skodje', ''),
(53693, 162, 1424, 'Spjelkavik', ''),
(53694, 162, 1424, 'Stranda', ''),
(53695, 162, 1424, 'Sunndalsora', ''),
(53696, 162, 1424, 'Surnadal', ''),
(53697, 162, 1424, 'Surnadalsora', ''),
(53698, 162, 1424, 'Sykkylven', ''),
(53699, 162, 1424, 'Sylte', ''),
(53700, 162, 1424, 'Syvik', ''),
(53701, 162, 1424, 'Tafjord', ''),
(53702, 162, 1424, 'Tingvoll', ''),
(53703, 162, 1424, 'Tjorvag', ''),
(53704, 162, 1424, 'Tornes', ''),
(53705, 162, 1424, 'Ulstein', ''),
(53706, 162, 1424, 'Ulsteinvik', ''),
(53707, 162, 1424, 'Vagland', ''),
(53708, 162, 1424, 'Valderoy', ''),
(53709, 162, 1424, 'Vartdal', ''),
(53710, 162, 1424, 'Vatne', ''),
(53711, 162, 1424, 'Veblungsnes', ''),
(53712, 162, 1424, 'Vestnes', ''),
(53713, 162, 1424, 'Vevang', ''),
(53714, 162, 1424, 'Vigra', ''),
(53715, 162, 1424, 'Vikebukt', ''),
(53716, 162, 1424, 'Voksa', ''),
(53717, 162, 1424, 'Volda', ''),
(53718, 162, 1424, 'Ørsta', ''),
(53719, 162, 1425, 'Abelvaer', ''),
(53720, 162, 1425, 'Asen', ''),
(53721, 162, 1425, 'Bangsund', ''),
(53722, 162, 1425, 'Beitstad', ''),
(53723, 162, 1425, 'Fiskem', ''),
(53724, 162, 1425, 'Foldereid', ''),
(53725, 162, 1425, 'Fosslandsosen', ''),
(53726, 162, 1425, 'Frosta', ''),
(53727, 162, 1425, 'Grong', ''),
(53728, 162, 1425, 'Hasvag', ''),
(53729, 162, 1425, 'Hegra', ''),
(53730, 162, 1425, 'Hell', ''),
(53731, 162, 1425, 'Klebu', ''),
(53732, 162, 1425, 'Kolvereid', ''),
(53733, 162, 1425, 'Leknes', ''),
(53734, 162, 1425, 'Leksvik', ''),
(53735, 162, 1425, 'Levanger', ''),
(53736, 162, 1425, 'Malm', ''),
(53737, 162, 1425, 'Meraker', ''),
(53738, 162, 1425, 'Namsos', ''),
(53739, 162, 1425, 'Namsskogan', ''),
(53740, 162, 1425, 'Rorvik', ''),
(53741, 162, 1425, 'Skage', ''),
(53742, 162, 1425, 'Skogn', ''),
(53743, 162, 1425, 'Skorovatn', ''),
(53744, 162, 1425, 'Snaase', ''),
(53745, 162, 1425, 'Sparbu', ''),
(53746, 162, 1425, 'Spillum', ''),
(53747, 162, 1425, 'Statland', ''),
(53748, 162, 1425, 'Steinkjer', ''),
(53749, 162, 1425, 'Stjordal', ''),
(53750, 162, 1425, 'Stordal', ''),
(53751, 162, 1425, 'Straumen', ''),
(53752, 162, 1425, 'Utvik', ''),
(53753, 162, 1425, 'Verdal', ''),
(53754, 162, 1426, 'Aker', ''),
(53755, 162, 1426, 'Andenes', ''),
(53756, 162, 1426, 'Ankenes', ''),
(53757, 162, 1426, 'Ballangen', ''),
(53758, 162, 1426, 'Ballstad', ''),
(53759, 162, 1426, 'Beisfjord', ''),
(53760, 162, 1426, 'Bjerkvik', ''),
(53761, 162, 1426, 'Bo', ''),
(53762, 162, 1426, 'Bodø', ''),
(53763, 162, 1426, 'Bostad', ''),
(53764, 162, 1426, 'Brattland', ''),
(53765, 162, 1426, 'Bronnoysund', ''),
(53766, 162, 1426, 'Budalen', ''),
(53767, 162, 1426, 'Digermulen', ''),
(53768, 162, 1426, 'Drag', ''),
(53769, 162, 1426, 'Enga', ''),
(53770, 162, 1426, 'Fauske', ''),
(53771, 162, 1426, 'Finneid', ''),
(53772, 162, 1426, 'Glomfjord', ''),
(53773, 162, 1426, 'Gravdal', ''),
(53774, 162, 1426, 'Halsa', ''),
(53775, 162, 1426, 'Hattfjelldal', ''),
(53776, 162, 1426, 'Hemnesberget', ''),
(53777, 162, 1426, 'Inndyr', ''),
(53778, 162, 1426, 'Kabelvag', ''),
(53779, 162, 1426, 'Kjerringoy', ''),
(53780, 162, 1426, 'Kjopsvik', ''),
(53781, 162, 1426, 'Kleppstad', ''),
(53782, 162, 1426, 'Korgen', ''),
(53783, 162, 1426, 'Laukvik', ''),
(53784, 162, 1426, 'Leirfjord', ''),
(53785, 162, 1426, 'Lidaladdi', ''),
(53786, 162, 1426, 'Lodingen', ''),
(53787, 162, 1426, 'Lovund', ''),
(53788, 162, 1426, 'Luktvatnet', ''),
(53789, 162, 1426, 'Luroy', ''),
(53790, 162, 1426, 'Melbu', ''),
(53791, 162, 1426, 'Meloy', ''),
(53792, 162, 1426, 'Misvaer', ''),
(53793, 162, 1426, 'Mo i Rana', ''),
(53794, 162, 1426, 'Morsvik', ''),
(53795, 162, 1426, 'Mosjoen', ''),
(53796, 162, 1426, 'Myre', ''),
(53797, 162, 1426, 'Narvik', ''),
(53798, 162, 1426, 'Nesna', ''),
(53799, 162, 1426, 'Neverdal', ''),
(53800, 162, 1426, 'Nordfold', ''),
(53801, 162, 1426, 'Nordland', ''),
(53802, 162, 1426, 'Nygardsjoen', ''),
(53803, 162, 1426, 'Ornes', ''),
(53804, 162, 1426, 'Oskarsborg', ''),
(53805, 162, 1426, 'Rana', ''),
(53806, 162, 1426, 'Randa', ''),
(53807, 162, 1426, 'Reine', ''),
(53808, 162, 1426, 'Risoyhamn', ''),
(53809, 162, 1426, 'Rodoy', ''),
(53810, 162, 1426, 'Rognan', ''),
(53811, 162, 1426, 'Rokland', ''),
(53812, 162, 1426, 'Rost', ''),
(53813, 162, 1426, 'Rosvik', ''),
(53814, 162, 1426, 'Sandnes', ''),
(53815, 162, 1426, 'Sandnessjøen', ''),
(53816, 162, 1426, 'Saupstad', ''),
(53817, 162, 1426, 'Silsand', ''),
(53818, 162, 1426, 'Somna', ''),
(53819, 162, 1426, 'Sortland', ''),
(53820, 162, 1426, 'Stamsund', ''),
(53821, 162, 1426, 'Steigen', ''),
(53822, 162, 1426, 'Stokmarknes', ''),
(53823, 162, 1426, 'Storjord', ''),
(53824, 162, 1426, 'Strand', ''),
(53825, 162, 1426, 'Straume', ''),
(53826, 162, 1426, 'Straumen', ''),
(53827, 162, 1426, 'Sulisjielmma', ''),
(53828, 162, 1426, 'Svolvær', ''),
(53829, 162, 1426, 'Terrak', ''),
(53830, 162, 1426, 'Tjong', ''),
(53831, 162, 1426, 'Tonnes', ''),
(53832, 162, 1426, 'Trofors', ''),
(53833, 162, 1426, 'Utskarpen', ''),
(53834, 162, 1426, 'Vevelstad', ''),
(53835, 162, 1426, 'Værøy', ''),
(53836, 162, 1427, 'Aurdal', ''),
(53837, 162, 1427, 'Bagn', ''),
(53838, 162, 1427, 'Beitostolen', ''),
(53839, 162, 1427, 'Biri', ''),
(53840, 162, 1427, 'Bjoneroa', ''),
(53841, 162, 1427, 'Boverbru', ''),
(53842, 162, 1427, 'Brandbu', ''),
(53843, 162, 1427, 'Bybrua', ''),
(53844, 162, 1427, 'Dokka', ''),
(53845, 162, 1427, 'Eina', ''),
(53846, 162, 1427, 'Faberg', ''),
(53847, 162, 1427, 'Fagernes', ''),
(53848, 162, 1427, 'Fall', ''),
(53849, 162, 1427, 'Favang', ''),
(53850, 162, 1427, 'Fluberg', ''),
(53851, 162, 1427, 'Follebu', ''),
(53852, 162, 1427, 'Gjøvik', ''),
(53853, 162, 1427, 'Gran', ''),
(53854, 162, 1427, 'Grua', ''),
(53855, 162, 1427, 'Harestua', ''),
(53856, 162, 1427, 'Heggenes', ''),
(53857, 162, 1427, 'Heidal', ''),
(53858, 162, 1427, 'Holmen', ''),
(53859, 162, 1427, 'Hov', ''),
(53860, 162, 1427, 'Hunndalen', ''),
(53861, 162, 1427, 'Jaren', ''),
(53862, 162, 1427, 'Jevnaker', ''),
(53863, 162, 1427, 'Kapp', ''),
(53864, 162, 1427, 'Kolbu', ''),
(53865, 162, 1427, 'Kvam', ''),
(53866, 162, 1427, 'Lalm', ''),
(53867, 162, 1427, 'Leira', ''),
(53868, 162, 1427, 'Lena', ''),
(53869, 162, 1427, 'Lillehammer', ''),
(53870, 162, 1427, 'Lom', ''),
(53871, 162, 1427, 'Lunner', ''),
(53872, 162, 1427, 'Odnes', ''),
(53873, 162, 1427, 'Otta', ''),
(53874, 162, 1427, 'Oyer (Hafjell)', ''),
(53875, 162, 1427, 'Raufoss', ''),
(53876, 162, 1427, 'Reinsvoll', ''),
(53877, 162, 1427, 'Ringebu', ''),
(53878, 162, 1427, 'Roa', ''),
(53879, 162, 1427, 'Ron', ''),
(53880, 162, 1427, 'Skreia', ''),
(53881, 162, 1427, 'Slidre', ''),
(53882, 162, 1427, 'Sogn', ''),
(53883, 162, 1427, 'Tessand', ''),
(53884, 162, 1427, 'Tretten', ''),
(53885, 162, 1427, 'Vestre Gausdal', ''),
(53886, 162, 1427, 'Vinstra', ''),
(53887, 162, 1428, 'Holmenkollen', ''),
(53888, 162, 1428, 'Nydalen', ''),
(53889, 162, 1428, 'Oslo', ''),
(53890, 162, 1428, 'Slemdal', ''),
(53891, 162, 1429, 'Akrehamn', ''),
(53892, 162, 1429, 'Algard', ''),
(53893, 162, 1429, 'Ana-Sira', ''),
(53894, 162, 1429, 'Ardal', ''),
(53895, 162, 1429, 'Austre Amoy', ''),
(53896, 162, 1429, 'Avaldsnes', ''),
(53897, 162, 1429, 'Bjerkreim', ''),
(53898, 162, 1429, 'Bokn', ''),
(53899, 162, 1429, 'Bru', ''),
(53900, 162, 1429, 'Bryne', ''),
(53901, 162, 1429, 'Dirdal', ''),
(53902, 162, 1429, 'Egersund', ''),
(53903, 162, 1429, 'Figgjo', ''),
(53904, 162, 1429, 'Forsand', ''),
(53905, 162, 1429, 'Hauge', ''),
(53906, 162, 1429, 'Haugesund', ''),
(53907, 162, 1429, 'Havik', ''),
(53908, 162, 1429, 'Helgeland', ''),
(53909, 162, 1429, 'Helleland', ''),
(53910, 162, 1429, 'Hellvik', ''),
(53911, 162, 1429, 'Hervik', ''),
(53912, 162, 1429, 'Hole', ''),
(53913, 162, 1429, 'Hommersak', ''),
(53914, 162, 1429, 'Jelsa', ''),
(53915, 162, 1429, 'Jorpeland', ''),
(53916, 162, 1429, 'Klepp', ''),
(53917, 162, 1429, 'Kolnes', ''),
(53918, 162, 1429, 'Kopervik', ''),
(53919, 162, 1429, 'Kvalevag', ''),
(53920, 162, 1429, 'Kvernaland', ''),
(53921, 162, 1429, 'Lyse', ''),
(53922, 162, 1429, 'Mirza Rafi Sauda', ''),
(53923, 162, 1429, 'Moi', ''),
(53924, 162, 1429, 'Naerbo', ''),
(53925, 162, 1429, 'Nedstrand', ''),
(53926, 162, 1429, 'Olen', ''),
(53927, 162, 1429, 'Oltedal', ''),
(53928, 162, 1429, 'Orre', ''),
(53929, 162, 1429, 'Randaberg', ''),
(53930, 162, 1429, 'Royneberg', ''),
(53931, 162, 1429, 'Saeveland', ''),
(53932, 162, 1429, 'Sandeid', ''),
(53933, 162, 1429, 'Sandnes', ''),
(53934, 162, 1429, 'Sandve', ''),
(53935, 162, 1429, 'Saudasjoen', ''),
(53936, 162, 1429, 'Sirevag', ''),
(53937, 162, 1429, 'Skjold', ''),
(53938, 162, 1429, 'Skjoldastraumen', ''),
(53939, 162, 1429, 'Skudeneshavn', ''),
(53940, 162, 1429, 'Sokndal', ''),
(53941, 162, 1429, 'Sola', ''),
(53942, 162, 1429, 'Stavanger', ''),
(53943, 162, 1429, 'Stol', ''),
(53944, 162, 1429, 'Suldalsosen', ''),
(53945, 162, 1429, 'Tananger', ''),
(53946, 162, 1429, 'Tau', ''),
(53947, 162, 1429, 'Tjelta', ''),
(53948, 162, 1429, 'Tysvær', ''),
(53949, 162, 1429, 'Undeim', ''),
(53950, 162, 1429, 'Utsira', ''),
(53951, 162, 1429, 'Varhaug', ''),
(53952, 162, 1429, 'Vedavagen', ''),
(53953, 162, 1429, 'Vigrestad', ''),
(53954, 162, 1429, 'Vikebygd', ''),
(53955, 162, 1429, 'Vikedal', ''),
(53956, 162, 1429, 'Vikesa', ''),
(53957, 162, 1429, 'Voll', ''),
(53958, 162, 1429, 'Vormedal', ''),
(53959, 162, 1430, 'Ardalstangen', ''),
(53960, 162, 1430, 'Bjordal', ''),
(53961, 162, 1430, 'Brekke', ''),
(53962, 162, 1430, 'Bryggja', ''),
(53963, 162, 1430, 'Bygstad', ''),
(53964, 162, 1430, 'Byrkjelo', ''),
(53965, 162, 1430, 'Byrknes Nordre', ''),
(53966, 162, 1430, 'Dale', ''),
(53967, 162, 1430, 'Dalsoyra', ''),
(53968, 162, 1430, 'Deknepollen', ''),
(53969, 162, 1430, 'Eivindvik', ''),
(53970, 162, 1430, 'Fardal', ''),
(53971, 162, 1430, 'Flam', ''),
(53972, 162, 1430, 'Flekke', ''),
(53973, 162, 1430, 'Floro', ''),
(53974, 162, 1430, 'Forde', ''),
(53975, 162, 1430, 'Fresvik', ''),
(53976, 162, 1430, 'Froya', ''),
(53977, 162, 1430, 'Førde', ''),
(53978, 162, 1430, 'Gaupne', ''),
(53979, 162, 1430, 'Hafslo', ''),
(53980, 162, 1430, 'Hardbakke', ''),
(53981, 162, 1430, 'Hestenesoyra', ''),
(53982, 162, 1430, 'Hjelmeland', ''),
(53983, 162, 1430, 'Hornindal', ''),
(53984, 162, 1430, 'Hoyanger', ''),
(53985, 162, 1430, 'Innvik', ''),
(53986, 162, 1430, 'Kalvag', ''),
(53987, 162, 1430, 'Kaupanger', ''),
(53988, 162, 1430, 'Kleppe', ''),
(53989, 162, 1430, 'Kvammen', ''),
(53990, 162, 1430, 'Kyrkjebo', ''),
(53991, 162, 1430, 'Leirvik', ''),
(53992, 162, 1430, 'Loen', ''),
(53993, 162, 1430, 'Lovik', ''),
(53994, 162, 1430, 'Lærdal', ''),
(53995, 162, 1430, 'Maloy', ''),
(53996, 162, 1430, 'Marheim', ''),
(53997, 162, 1430, 'Mjomna', ''),
(53998, 162, 1430, 'Naustdal', ''),
(53999, 162, 1430, 'Nordfjordeid', ''),
(54000, 162, 1430, 'Nyborg', ''),
(54001, 162, 1430, 'Ovre Ardal', ''),
(54002, 162, 1430, 'Raudeberg', ''),
(54003, 162, 1430, 'Ringstad', ''),
(54004, 162, 1430, 'Rugsund', ''),
(54005, 162, 1430, 'Sandane', ''),
(54006, 162, 1430, 'Sande', ''),
(54007, 162, 1430, 'Sandnes', ''),
(54008, 162, 1430, 'Selje', ''),
(54009, 162, 1430, 'Slinda', ''),
(54010, 162, 1430, 'Steinsdalen', ''),
(54011, 162, 1430, 'Stryn', ''),
(54012, 162, 1430, 'Svelgen', ''),
(54013, 162, 1430, 'Vadheim', ''),
(54014, 162, 1430, 'Vassenden', ''),
(54015, 162, 1431, 'Åfjord', ''),
(54016, 162, 1431, 'Alen', ''),
(54017, 162, 1431, 'Almas', ''),
(54018, 162, 1431, 'Ansnes', ''),
(54019, 162, 1431, 'Brekstad', ''),
(54020, 162, 1431, 'Dyrvika', ''),
(54021, 162, 1431, 'Eggkleiva', ''),
(54022, 162, 1431, 'Espet', ''),
(54023, 162, 1431, 'Fannrem', ''),
(54024, 162, 1431, 'Fannremsmoen', ''),
(54025, 162, 1431, 'Fevag', ''),
(54026, 162, 1431, 'Flatasen', ''),
(54027, 162, 1431, 'Garten', ''),
(54028, 162, 1431, 'Gasbakken', ''),
(54029, 162, 1431, 'Gjolme', ''),
(54030, 162, 1431, 'Glamos', ''),
(54031, 162, 1431, 'Hagan', ''),
(54032, 162, 1431, 'Haltdalen', ''),
(54033, 162, 1431, 'Hamarvik', ''),
(54034, 162, 1431, 'Heimdal', ''),
(54035, 162, 1431, 'Hellandsjoen', ''),
(54036, 162, 1431, 'Hemnskjela', ''),
(54037, 162, 1431, 'Hestvika', ''),
(54038, 162, 1431, 'Hitra', ''),
(54039, 162, 1431, 'Hol', ''),
(54040, 162, 1431, 'Hommelvik', ''),
(54041, 162, 1431, 'Hovin', ''),
(54042, 162, 1431, 'Kval', ''),
(54043, 162, 1431, 'Kverva', ''),
(54044, 162, 1431, 'Kyrksaeterora', ''),
(54045, 162, 1431, 'Ler', ''),
(54046, 162, 1431, 'Lokken Verk', ''),
(54047, 162, 1431, 'Lundamo', ''),
(54048, 162, 1431, 'Lysoysundet', ''),
(54049, 162, 1431, 'Malvik', ''),
(54050, 162, 1431, 'Melhus', ''),
(54051, 162, 1431, 'Melskardet', ''),
(54052, 162, 1431, 'Oksvoll', ''),
(54053, 162, 1431, 'Olden', ''),
(54054, 162, 1431, 'Oppdal', ''),
(54055, 162, 1431, 'Opphaug', ''),
(54056, 162, 1431, 'Orkanger', ''),
(54057, 162, 1431, 'Ranheim', ''),
(54058, 162, 1431, 'Rennebu', ''),
(54059, 162, 1431, 'Rissa', ''),
(54060, 162, 1431, 'Roros', ''),
(54061, 162, 1431, 'Saksvik', ''),
(54062, 162, 1431, 'Sandstad', ''),
(54063, 162, 1431, 'Singsas', ''),
(54064, 162, 1431, 'Sistranda', ''),
(54065, 162, 1431, 'Skaun', ''),
(54066, 162, 1431, 'Snillfjord', ''),
(54067, 162, 1431, 'Soknedal', ''),
(54068, 162, 1431, 'Spongdal', ''),
(54069, 162, 1431, 'Storas', ''),
(54070, 162, 1431, 'Storen', ''),
(54071, 162, 1431, 'Svorkmo', ''),
(54072, 162, 1431, 'Tanem', ''),
(54073, 162, 1431, 'Tiller', ''),
(54074, 162, 1431, 'Trondheim', ''),
(54075, 162, 1431, 'Vinjeora', ''),
(54076, 162, 1432, 'Amot', ''),
(54077, 162, 1432, 'Bamle', ''),
(54078, 162, 1432, 'Bjaland', ''),
(54079, 162, 1432, 'Bo', ''),
(54080, 162, 1432, 'Brevik', ''),
(54081, 162, 1432, 'Dalen', ''),
(54082, 162, 1432, 'Drangedal', ''),
(54083, 162, 1432, 'Felle', ''),
(54084, 162, 1432, 'Fjell', ''),
(54085, 162, 1432, 'Folkestad', ''),
(54086, 162, 1432, 'Fyresdal', ''),
(54087, 162, 1432, 'Gransherad', ''),
(54088, 162, 1432, 'Gvarv', ''),
(54089, 162, 1432, 'Haslum', ''),
(54090, 162, 1432, 'Herre', ''),
(54091, 162, 1432, 'Kragero', ''),
(54092, 162, 1432, 'Kviteseid', ''),
(54093, 162, 1432, 'Langangen', ''),
(54094, 162, 1432, 'Langesund', ''),
(54095, 162, 1432, 'Lunde', ''),
(54096, 162, 1432, 'Meldal', ''),
(54097, 162, 1432, 'Miland', ''),
(54098, 162, 1432, 'Morgedal', ''),
(54099, 162, 1432, 'Neslandsvatn', ''),
(54100, 162, 1432, 'Nordagutu', ''),
(54101, 162, 1432, 'Notodden', ''),
(54102, 162, 1432, 'Nyhus', ''),
(54103, 162, 1432, 'Porsgrunn', ''),
(54104, 162, 1432, 'Rauland', ''),
(54105, 162, 1432, 'Rjukan', ''),
(54106, 162, 1432, 'Sannidal', ''),
(54107, 162, 1432, 'Seljord', ''),
(54108, 162, 1432, 'Siljan', ''),
(54109, 162, 1432, 'Skien', ''),
(54110, 162, 1432, 'Stabbestad', ''),
(54111, 162, 1432, 'Stathelle', ''),
(54112, 162, 1432, 'Treungen', ''),
(54113, 162, 1432, 'Ulefoss', ''),
(54114, 162, 1432, 'Vale', ''),
(54115, 162, 1433, 'Bardu', ''),
(54116, 162, 1433, 'Bardufoss', ''),
(54117, 162, 1433, 'Borkenes', ''),
(54118, 162, 1433, 'Brostadbotn', ''),
(54119, 162, 1433, 'Brygghaugen', ''),
(54120, 162, 1433, 'Burfjord', ''),
(54121, 162, 1433, 'Buvika', ''),
(54122, 162, 1433, 'Cavkkus', ''),
(54123, 162, 1433, 'Engenes', ''),
(54124, 162, 1433, 'Evenskjer', ''),
(54125, 162, 1433, 'Finnsnes', ''),
(54126, 162, 1433, 'Gargan', ''),
(54127, 162, 1433, 'Gibostad', ''),
(54128, 162, 1433, 'Gratangen', ''),
(54129, 162, 1433, 'Gryllefjord', ''),
(54130, 162, 1433, 'Hamnvik', ''),
(54131, 162, 1433, 'Hansnes', ''),
(54132, 162, 1433, 'Harstad', ''),
(54133, 162, 1433, 'Ivgobahta', ''),
(54134, 162, 1433, 'Lenvik', ''),
(54135, 162, 1433, 'Lyngseidet', ''),
(54136, 162, 1433, 'Manndalen', ''),
(54137, 162, 1433, 'Mestervik', ''),
(54138, 162, 1433, 'Moen', ''),
(54139, 162, 1433, 'Nordfjord', ''),
(54140, 162, 1433, 'Olderdalen', ''),
(54141, 162, 1433, 'Ramfjordbotn', ''),
(54142, 162, 1433, 'Setermoen', ''),
(54143, 162, 1433, 'Skaland', ''),
(54144, 162, 1433, 'Skatvik', ''),
(54145, 162, 1433, 'Skjervoy', ''),
(54146, 162, 1433, 'Skjold', ''),
(54147, 162, 1433, 'Sommaroy', ''),
(54148, 162, 1433, 'Sorkjosen', ''),
(54149, 162, 1433, 'Sorreisa', ''),
(54150, 162, 1433, 'Stonglandseidet', ''),
(54151, 162, 1433, 'Storslett', ''),
(54152, 162, 1433, 'Storsteinnes', ''),
(54153, 162, 1433, 'Straumsbukta', ''),
(54154, 162, 1433, 'Tennevoll', ''),
(54155, 162, 1433, 'Tomasjorda', ''),
(54156, 162, 1433, 'Tromsdalen', ''),
(54157, 162, 1433, 'Tromsø', ''),
(54158, 162, 1433, 'Tromvik', ''),
(54159, 162, 1433, 'Vannareid', ''),
(54160, 162, 1433, 'Vannvag', ''),
(54161, 162, 1433, 'Vikran', ''),
(54162, 162, 1434, 'Borhaug', ''),
(54163, 162, 1434, 'Brennasen', ''),
(54164, 162, 1434, 'Eiken', ''),
(54165, 162, 1434, 'Farsund', ''),
(54166, 162, 1434, 'Feda', ''),
(54167, 162, 1434, 'Flekkefjord', ''),
(54168, 162, 1434, 'Gyland', ''),
(54169, 162, 1434, 'Haegeland', ''),
(54170, 162, 1434, 'Hamresanden', ''),
(54171, 162, 1434, 'Konsmo', ''),
(54172, 162, 1434, 'Kristiansand', ''),
(54173, 162, 1434, 'Kvinesdal', ''),
(54174, 162, 1434, 'Lyngdal', ''),
(54175, 162, 1434, 'Mandal', ''),
(54176, 162, 1434, 'Mosby', ''),
(54177, 162, 1434, 'Nodeland', ''),
(54178, 162, 1434, 'Oveland', ''),
(54179, 162, 1434, 'Ovrebo', ''),
(54180, 162, 1434, 'Oye', ''),
(54181, 162, 1434, 'Sira', ''),
(54182, 162, 1434, 'Spangereid', ''),
(54183, 162, 1434, 'Søgne', ''),
(54184, 162, 1434, 'Tonstad', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(54185, 162, 1434, 'Tveit', ''),
(54186, 162, 1434, 'Valle', ''),
(54187, 162, 1434, 'Vanse', ''),
(54188, 162, 1434, 'Vennesla', ''),
(54189, 162, 1435, 'Andebu', ''),
(54190, 162, 1435, 'Asgardstrand', ''),
(54191, 162, 1435, 'Barkaker', ''),
(54192, 162, 1435, 'Berger', ''),
(54193, 162, 1435, 'Borre', ''),
(54194, 162, 1435, 'Eidsfoss', ''),
(54195, 162, 1435, 'From', ''),
(54196, 162, 1435, 'Helgeroa', ''),
(54197, 162, 1435, 'Holmestrand', ''),
(54198, 162, 1435, 'Horten', ''),
(54199, 162, 1435, 'Kvelde', ''),
(54200, 162, 1435, 'Larvik', ''),
(54201, 162, 1435, 'Melsomvik', ''),
(54202, 162, 1435, 'Nevlunghamn', ''),
(54203, 162, 1435, 'Nykirke', ''),
(54204, 162, 1435, 'Nøtterøy', ''),
(54205, 162, 1435, 'Revetal', ''),
(54206, 162, 1435, 'Rolvsoy', ''),
(54207, 162, 1435, 'Sand', ''),
(54208, 162, 1435, 'Sande', ''),
(54209, 162, 1435, 'Sandefjord', ''),
(54210, 162, 1435, 'Sem', ''),
(54211, 162, 1435, 'Skoppum', ''),
(54212, 162, 1435, 'Stavern', ''),
(54213, 162, 1435, 'Stokke', ''),
(54214, 162, 1435, 'Sundbyfoss', ''),
(54215, 162, 1435, 'Svelvik', ''),
(54216, 162, 1435, 'Tjøme', ''),
(54217, 162, 1435, 'Tolvsrod', ''),
(54218, 162, 1435, 'Torod', ''),
(54219, 162, 1435, 'Tønsberg', ''),
(54220, 162, 1435, 'Vear', ''),
(54221, 162, 1436, 'Askim', ''),
(54222, 162, 1436, 'Borge', ''),
(54223, 162, 1436, 'Borregard', ''),
(54224, 162, 1436, 'Degernes', ''),
(54225, 162, 1436, 'Dilling', ''),
(54226, 162, 1436, 'Eidsberg', ''),
(54227, 162, 1436, 'Engalsvik', ''),
(54228, 162, 1436, 'Fredrikstad', ''),
(54229, 162, 1436, 'Greaker', ''),
(54230, 162, 1436, 'Gressvik', ''),
(54231, 162, 1436, 'Halden', ''),
(54232, 162, 1436, 'Hersaeter', ''),
(54233, 162, 1436, 'Ise', ''),
(54234, 162, 1436, 'Karlshus', ''),
(54235, 162, 1436, 'Knappstad', ''),
(54236, 162, 1436, 'Kornsjo', ''),
(54237, 162, 1436, 'Krakeroy', ''),
(54238, 162, 1436, 'Larkollen', ''),
(54239, 162, 1436, 'Moss', ''),
(54240, 162, 1436, 'Mysen', ''),
(54241, 162, 1436, 'Orje', ''),
(54242, 162, 1436, 'Rakkestad', ''),
(54243, 162, 1436, 'Romskog', ''),
(54244, 162, 1436, 'Rygge', ''),
(54245, 162, 1436, 'Saltnes', ''),
(54246, 162, 1436, 'Sarpsborg', ''),
(54247, 162, 1436, 'Sellebakk', ''),
(54248, 162, 1436, 'Skjaerhalden', ''),
(54249, 162, 1436, 'Skjeberg', ''),
(54250, 162, 1436, 'Sperrebotn', ''),
(54251, 162, 1436, 'Spydeberg', ''),
(54252, 162, 1436, 'Svinndal', ''),
(54253, 162, 1436, 'Tistedal', ''),
(54254, 162, 1436, 'Tomter', ''),
(54255, 162, 1436, 'Torp', ''),
(54256, 163, 1437, 'Al Sohar', ''),
(54257, 163, 1438, 'Muscat', ''),
(54258, 163, 1438, 'Ruwi', ''),
(54259, 163, 1439, 'Salalah', ''),
(54260, 164, 1440, 'Barnala', ''),
(54261, 164, 1440, 'Habib Baihk', ''),
(54262, 164, 1440, 'Muzaffarabad', ''),
(54263, 164, 1440, 'New Mirpur', ''),
(54264, 164, 1440, 'Pindi', ''),
(54265, 164, 1440, 'Plot', ''),
(54266, 164, 1440, 'Rawlakot', ''),
(54267, 164, 1441, 'Quetta', ''),
(54268, 164, 1441, 'Sarwar', ''),
(54269, 164, 1441, 'Usman', ''),
(54270, 164, 1441, 'Ziauddin', ''),
(54271, 164, 1442, 'Lahor', ''),
(54272, 164, 1442, 'Miran Shah', ''),
(54273, 164, 1443, 'Islamabad', ''),
(54274, 164, 1444, 'Abbottabad', ''),
(54275, 164, 1444, 'Batgram', ''),
(54276, 164, 1444, 'Chārsadda', ''),
(54277, 164, 1444, 'Fātima', ''),
(54278, 164, 1444, 'Haripur', ''),
(54279, 164, 1444, 'Havelian', ''),
(54280, 164, 1444, 'Kohat', ''),
(54281, 164, 1444, 'Mansehra', ''),
(54282, 164, 1444, 'Mardan', ''),
(54283, 164, 1444, 'Mingora', ''),
(54284, 164, 1444, 'Nowshera', ''),
(54285, 164, 1444, 'Peshawar', ''),
(54286, 164, 1444, 'Swābi', ''),
(54287, 164, 1444, 'Topi', ''),
(54288, 164, 1445, 'Attock', ''),
(54289, 164, 1445, 'Bahāwalpur', ''),
(54290, 164, 1445, 'Bhalwal', ''),
(54291, 164, 1445, 'Chakwal', ''),
(54292, 164, 1445, 'Daska', ''),
(54293, 164, 1445, 'Faisalabad', ''),
(54294, 164, 1445, 'Gojra', ''),
(54295, 164, 1445, 'Gujar Khan', ''),
(54296, 164, 1445, 'Gujranwala', ''),
(54297, 164, 1445, 'Gujrat', ''),
(54298, 164, 1445, 'Gulshan', ''),
(54299, 164, 1445, 'Hafizabad', ''),
(54300, 164, 1445, 'Hāsal', ''),
(54301, 164, 1445, 'Hasilpur', ''),
(54302, 164, 1445, 'Hazro', ''),
(54303, 164, 1445, 'Jaranwala', ''),
(54304, 164, 1445, 'Jauharabad', ''),
(54305, 164, 1445, 'Jhang City', ''),
(54306, 164, 1445, 'Jhang Sadr', ''),
(54307, 164, 1445, 'Jhelum', ''),
(54308, 164, 1445, 'Kabirwala', ''),
(54309, 164, 1445, 'Kahuta', ''),
(54310, 164, 1445, 'Kasur', ''),
(54311, 164, 1445, 'Khanewal', ''),
(54312, 164, 1445, 'Kharian', ''),
(54313, 164, 1445, 'Khushab', ''),
(54314, 164, 1445, 'Lahore', ''),
(54315, 164, 1445, 'Lalian', ''),
(54316, 164, 1445, 'Mandi Bahauddin', ''),
(54317, 164, 1445, 'Mian Channu', ''),
(54318, 164, 1445, 'Mianwali', ''),
(54319, 164, 1445, 'Multan', ''),
(54320, 164, 1445, 'Muridke', ''),
(54321, 164, 1445, 'Murree', ''),
(54322, 164, 1445, 'Okara', ''),
(54323, 164, 1445, 'Rahim', ''),
(54324, 164, 1445, 'Raiwind', ''),
(54325, 164, 1445, 'Rawalpindi', ''),
(54326, 164, 1445, 'Renala Khurd', ''),
(54327, 164, 1445, 'Sahiwal', ''),
(54328, 164, 1445, 'Sarai Alamgir', ''),
(54329, 164, 1445, 'Sargodha', ''),
(54330, 164, 1445, 'Sharqpur', ''),
(54331, 164, 1445, 'Sheikhupura', ''),
(54332, 164, 1445, 'Sialkot', ''),
(54333, 164, 1445, 'Taunsa', ''),
(54334, 164, 1445, 'Wazirabad', ''),
(54335, 164, 1446, 'Clifton', ''),
(54336, 164, 1446, 'Gulberg', ''),
(54337, 164, 1446, 'Gulshan-e-Iqbal', ''),
(54338, 164, 1446, 'Hyderabad', ''),
(54339, 164, 1446, 'Karachi', ''),
(54340, 164, 1446, 'Saddar', ''),
(54341, 164, 1446, 'Sukkur', ''),
(54342, 166, 1447, 'Gaza', ''),
(54343, 166, 1447, 'Khan Yunis', ''),
(54344, 166, 1448, 'Bethlehem', ''),
(54345, 166, 1448, 'Hebron', ''),
(54346, 166, 1448, 'Jenin', ''),
(54347, 166, 1448, 'Jericho', ''),
(54348, 166, 1448, 'Nablus', ''),
(54349, 166, 1448, 'Ramallah', ''),
(54350, 167, 1449, 'Curundame', ''),
(54351, 167, 1450, 'Kuba', ''),
(54352, 167, 1450, 'Mulatupo', ''),
(54353, 167, 1450, 'Playón Chico', ''),
(54354, 167, 1451, 'Buabidi', ''),
(54355, 167, 1452, 'Bocas del Toro', ''),
(54356, 167, 1452, 'Elena', ''),
(54357, 167, 1452, 'Quebrada de Camilo', ''),
(54358, 167, 1452, 'Torres Bluff', ''),
(54359, 167, 1452, 'Victoria', ''),
(54360, 167, 1453, 'Boquete', ''),
(54361, 167, 1453, 'Chiriqui', ''),
(54362, 167, 1453, 'David', ''),
(54363, 167, 1453, 'Finca Blanco', ''),
(54364, 167, 1453, 'Muerto', ''),
(54365, 167, 1453, 'Pedregal', ''),
(54366, 167, 1453, 'Pueblo Nuevo', ''),
(54367, 167, 1454, 'Aguadulce', ''),
(54368, 167, 1454, 'Cerro San Cristobal', ''),
(54369, 167, 1454, 'Cocle', ''),
(54370, 167, 1454, 'Juan Diaz', ''),
(54371, 167, 1454, 'La Loma', ''),
(54372, 167, 1454, 'Las Sabanas', ''),
(54373, 167, 1454, 'Penonomé', ''),
(54374, 167, 1454, 'Vista Hermosa', ''),
(54375, 167, 1455, 'Colón', ''),
(54376, 167, 1455, 'Cristobal', ''),
(54377, 167, 1455, 'Jimenez', ''),
(54378, 167, 1455, 'Playa Blanca', ''),
(54379, 167, 1455, 'Portobelo', ''),
(54380, 167, 1455, 'Sabanitas', ''),
(54381, 167, 1456, 'Chitré', ''),
(54382, 167, 1456, 'Las Mercedes', ''),
(54383, 167, 1457, 'Bella Vista', ''),
(54384, 167, 1457, 'Campo Alegre', ''),
(54385, 167, 1457, 'Corozal', ''),
(54386, 167, 1457, 'Guarare', ''),
(54387, 167, 1457, 'Las Tablas', ''),
(54388, 167, 1457, 'Los Angeles', ''),
(54389, 167, 1457, 'Rio Abajo', ''),
(54390, 167, 1457, 'Santa Ana', ''),
(54391, 167, 1457, 'Santa Isabel', ''),
(54392, 167, 1457, 'Santo Domingo', ''),
(54393, 167, 1458, 'Albrook', ''),
(54394, 167, 1458, 'Ancon', ''),
(54395, 167, 1458, 'Arosemena', ''),
(54396, 167, 1458, 'Arraijan', ''),
(54397, 167, 1458, 'Balboa', ''),
(54398, 167, 1458, 'Calidonia', ''),
(54399, 167, 1458, 'Curundu', ''),
(54400, 167, 1458, 'El Arado', ''),
(54401, 167, 1458, 'El Cangrejo', ''),
(54402, 167, 1458, 'El Carmen', ''),
(54403, 167, 1458, 'Fuerte Amador', ''),
(54404, 167, 1458, 'Guadalupe', ''),
(54405, 167, 1458, 'Juan Franco', ''),
(54406, 167, 1458, 'La Chorrera', ''),
(54407, 167, 1458, 'La Exposicion', ''),
(54408, 167, 1458, 'Nueva Gorgona', ''),
(54409, 167, 1458, 'Paitilla', ''),
(54410, 167, 1458, 'Panama City', ''),
(54411, 167, 1458, 'Parque Lefevre', ''),
(54412, 167, 1458, 'Peru', ''),
(54413, 167, 1458, 'Sabalo', ''),
(54414, 167, 1458, 'Sacramento', ''),
(54415, 167, 1458, 'San Felipe', ''),
(54416, 167, 1458, 'San Isidro', ''),
(54417, 167, 1458, 'San Miguelito', ''),
(54418, 167, 1458, 'Santa Clara', ''),
(54419, 167, 1458, 'Tocumen', ''),
(54420, 167, 1458, 'Vista Alegre', ''),
(54421, 167, 1459, 'Bolivar', ''),
(54422, 167, 1459, 'Plaza', ''),
(54423, 167, 1459, 'San Francisco', ''),
(54424, 167, 1459, 'Santiago', ''),
(54425, 167, 1459, 'Veraguas', ''),
(54426, 167, 1460, 'Torre', ''),
(54427, 168, 1461, 'Arawa', ''),
(54428, 168, 1462, 'Kikori', ''),
(54429, 168, 1462, 'Old Maria', ''),
(54430, 168, 1463, 'Kundiawa', ''),
(54431, 168, 1464, 'Kokopo', ''),
(54432, 168, 1464, 'Rabaul', ''),
(54433, 168, 1465, 'Ambunti', ''),
(54434, 168, 1465, 'Wewak', ''),
(54435, 168, 1466, 'Goroka', ''),
(54436, 168, 1467, 'Wabag', ''),
(54437, 168, 1468, 'Kerema', ''),
(54438, 168, 1468, 'Paivara', ''),
(54439, 168, 1469, 'Madang', ''),
(54440, 168, 1470, 'Kupano', ''),
(54441, 168, 1470, 'Lorengau', ''),
(54442, 168, 1471, 'Alotau', ''),
(54443, 168, 1471, 'Waigani', ''),
(54444, 168, 1472, 'Boroko', ''),
(54445, 168, 1472, 'Port Moresby', ''),
(54446, 168, 1473, 'Kavieng', ''),
(54447, 168, 1473, 'Namatanai', ''),
(54448, 168, 1474, 'Pongani', ''),
(54449, 168, 1474, 'Popondetta', ''),
(54450, 168, 1475, 'Mendi', ''),
(54451, 168, 1476, 'Kimbe', ''),
(54452, 168, 1477, 'Aitape', ''),
(54453, 168, 1477, 'Vanimo', ''),
(54454, 168, 1478, 'Mt Hagen', ''),
(54455, 168, 1478, 'Nambaga', ''),
(54456, 168, 1479, 'Daru', ''),
(54457, 169, 1480, 'Asunción', ''),
(54458, 169, 1481, 'Capiatá', ''),
(54459, 169, 1481, 'Fernando de la Mora', ''),
(54460, 169, 1481, 'Lambaré', ''),
(54461, 169, 1481, 'Limpio', ''),
(54462, 169, 1481, 'Luque', ''),
(54463, 169, 1481, 'Nemby', ''),
(54464, 169, 1481, 'San Antonio', ''),
(54465, 169, 1481, 'San Lorenzo', ''),
(54466, 169, 1482, 'Fuerte Olimpo', ''),
(54467, 169, 1483, 'Loma Plata', ''),
(54468, 169, 1484, 'Boqueron', ''),
(54469, 169, 1485, 'Encarnación', ''),
(54470, 169, 1485, 'Hohenau', ''),
(54471, 169, 1485, 'La Paz', ''),
(54472, 169, 1486, 'Ayolas', ''),
(54473, 169, 1486, 'Estancia Nueva Esperanza', ''),
(54474, 169, 1486, 'San Juan Bautista', ''),
(54475, 169, 1486, 'Santa Rosa', ''),
(54476, 169, 1487, 'Ciudad del Este', ''),
(54477, 169, 1487, 'Hernandarias', ''),
(54478, 169, 1487, 'Santa Rita', ''),
(54479, 169, 1488, 'Independencia', ''),
(54480, 170, 1489, 'Bagua', ''),
(54481, 170, 1489, 'Bolivar', ''),
(54482, 170, 1489, 'Chachapoyas', ''),
(54483, 170, 1490, 'Caras', ''),
(54484, 170, 1490, 'Chimbote', ''),
(54485, 170, 1490, 'Huaraz', ''),
(54486, 170, 1490, 'Santa', ''),
(54487, 170, 1491, 'Abancay', ''),
(54488, 170, 1491, 'Jesus Maria', ''),
(54489, 170, 1492, 'Arequipa', ''),
(54490, 170, 1492, 'Socabaya', ''),
(54491, 170, 1492, 'Surco', ''),
(54492, 170, 1493, 'Ayacucho', ''),
(54493, 170, 1493, 'San Miguel', ''),
(54494, 170, 1494, 'Cajamarca', ''),
(54495, 170, 1495, 'Callao', ''),
(54496, 170, 1495, 'La Perla', ''),
(54497, 170, 1496, 'Cusco', ''),
(54498, 170, 1497, 'Loreto', ''),
(54499, 170, 1497, 'Moquegua', ''),
(54500, 170, 1498, 'Huancavelica', ''),
(54501, 170, 1498, 'Huaytara', ''),
(54502, 170, 1498, 'Pasco', ''),
(54503, 170, 1499, 'Hacienda La Palma', ''),
(54504, 170, 1499, 'Ica', ''),
(54505, 170, 1499, 'Minas de Marcona', ''),
(54506, 170, 1499, 'Miraflores', ''),
(54507, 170, 1499, 'Pisco', ''),
(54508, 170, 1499, 'San Martin', ''),
(54509, 170, 1499, 'Santiago', ''),
(54510, 170, 1500, 'Huancayo', ''),
(54511, 170, 1500, 'Junin', ''),
(54512, 170, 1501, 'Trujillo', ''),
(54513, 170, 1502, 'Chiclayo', ''),
(54514, 170, 1502, 'Lambayeque', ''),
(54515, 170, 1503, 'Ate', ''),
(54516, 170, 1503, 'Comas', ''),
(54517, 170, 1503, 'El Agustino', ''),
(54518, 170, 1503, 'Huacho', ''),
(54519, 170, 1503, 'Huaral', ''),
(54520, 170, 1503, 'Imperial', ''),
(54521, 170, 1503, 'Independencia', ''),
(54522, 170, 1503, 'Lince', ''),
(54523, 170, 1503, 'Los Olivos', ''),
(54524, 170, 1503, 'Lurigancho', ''),
(54525, 170, 1503, 'Magdalena Del Mar', ''),
(54526, 170, 1503, 'Pampa de Flores', ''),
(54527, 170, 1503, 'San Borja', ''),
(54528, 170, 1503, 'San Isidro', ''),
(54529, 170, 1503, 'San Martin', ''),
(54530, 170, 1503, 'Santiago De Surco', ''),
(54531, 170, 1503, 'Surquillo', ''),
(54532, 170, 1504, 'Iquitos', ''),
(54533, 170, 1504, 'Maldonado', ''),
(54534, 170, 1505, 'Cerro de Pasco', ''),
(54535, 170, 1506, 'Calle', ''),
(54536, 170, 1506, 'Piura', ''),
(54537, 170, 1506, 'Querecotillo', ''),
(54538, 170, 1506, 'Sullana', ''),
(54539, 170, 1506, 'Talara', ''),
(54540, 170, 1507, 'Lima', ''),
(54541, 170, 1508, 'Juliaca', ''),
(54542, 170, 1508, 'Progreso', ''),
(54543, 170, 1508, 'Puno', ''),
(54544, 170, 1509, 'Huánuco', ''),
(54545, 170, 1509, 'Puerto Inca', ''),
(54546, 170, 1509, 'Tingo Maria', ''),
(54547, 170, 1510, 'Cuzco', ''),
(54548, 170, 1510, 'Jose Galvez', ''),
(54549, 170, 1510, 'Jose Olaya', ''),
(54550, 170, 1510, 'Moyobamba', ''),
(54551, 170, 1510, 'Rioja', ''),
(54552, 170, 1510, 'Tarapoto', ''),
(54553, 170, 1510, 'Ventanilla', ''),
(54554, 170, 1511, 'Tacna', ''),
(54555, 170, 1512, 'Tumbes', ''),
(54556, 170, 1513, 'Pucallpa', ''),
(54557, 170, 1513, 'San Isidro', ''),
(54558, 171, 1514, 'Cotabato City', ''),
(54559, 171, 1514, 'Isabela', ''),
(54560, 171, 1514, 'Pagasinan', ''),
(54561, 171, 1514, 'Sultan Kudarat', ''),
(54562, 171, 1515, 'Bagumbayan', ''),
(54563, 171, 1515, 'Caramoan', ''),
(54564, 171, 1515, 'Daet', ''),
(54565, 171, 1515, 'Interior', ''),
(54566, 171, 1515, 'Iriga City', ''),
(54567, 171, 1515, 'Legaspi', ''),
(54568, 171, 1515, 'Lourdes', ''),
(54569, 171, 1515, 'Malinao', ''),
(54570, 171, 1515, 'Masbate', ''),
(54571, 171, 1515, 'Mercedes', ''),
(54572, 171, 1515, 'Naga', ''),
(54573, 171, 1515, 'Oas', ''),
(54574, 171, 1515, 'Pili', ''),
(54575, 171, 1515, 'Polangui', ''),
(54576, 171, 1515, 'San Miguel', ''),
(54577, 171, 1515, 'Sorsogon', ''),
(54578, 171, 1516, 'Aparri', ''),
(54579, 171, 1516, 'Bauan', ''),
(54580, 171, 1516, 'Diffun', ''),
(54581, 171, 1516, 'Dupax Del Norte', ''),
(54582, 171, 1516, 'Ilagan', ''),
(54583, 171, 1516, 'La Salette', ''),
(54584, 171, 1516, 'Munoz East', ''),
(54585, 171, 1516, 'Plaza', ''),
(54586, 171, 1516, 'Ramon', ''),
(54587, 171, 1516, 'Roxas', ''),
(54588, 171, 1516, 'Salinas', ''),
(54589, 171, 1516, 'San Pablo', ''),
(54590, 171, 1516, 'Santos', ''),
(54591, 171, 1516, 'Smart', ''),
(54592, 171, 1516, 'Tuguegarao City', ''),
(54593, 171, 1517, 'Alabang', ''),
(54594, 171, 1517, 'Alaminos', ''),
(54595, 171, 1517, 'Alfonso', ''),
(54596, 171, 1517, 'Alitagtag', ''),
(54597, 171, 1517, 'Angono', ''),
(54598, 171, 1517, 'Antipolo', ''),
(54599, 171, 1517, 'Atimonan', ''),
(54600, 171, 1517, 'Aurora', ''),
(54601, 171, 1517, 'Baclaran', ''),
(54602, 171, 1517, 'Bacoor', ''),
(54603, 171, 1517, 'Balayan', ''),
(54604, 171, 1517, 'Banugao', ''),
(54605, 171, 1517, 'Baras', ''),
(54606, 171, 1517, 'Batangas', ''),
(54607, 171, 1517, 'Bay', ''),
(54608, 171, 1517, 'BF Homes', ''),
(54609, 171, 1517, 'Binan', ''),
(54610, 171, 1517, 'Binangonan', ''),
(54611, 171, 1517, 'Cabuyao', ''),
(54612, 171, 1517, 'Cainta', ''),
(54613, 171, 1517, 'Calamba', ''),
(54614, 171, 1517, 'Calamba City', ''),
(54615, 171, 1517, 'Calauan', ''),
(54616, 171, 1517, 'Caloocan', ''),
(54617, 171, 1517, 'Candelaria', ''),
(54618, 171, 1517, 'Canlubang', ''),
(54619, 171, 1517, 'Capitol', ''),
(54620, 171, 1517, 'Cardona', ''),
(54621, 171, 1517, 'Carmona', ''),
(54622, 171, 1517, 'Cavinti', ''),
(54623, 171, 1517, 'Cavite City', ''),
(54624, 171, 1517, 'Cinco', ''),
(54625, 171, 1517, 'Cubao', ''),
(54626, 171, 1517, 'Cuenca', ''),
(54627, 171, 1517, 'Dasmarinas', ''),
(54628, 171, 1517, 'Don Bosco Executive Village', ''),
(54629, 171, 1517, 'Don Jose', ''),
(54630, 171, 1517, 'Fernando', ''),
(54631, 171, 1517, 'General Trias', ''),
(54632, 171, 1517, 'Golden City Dasmarinas Phase Two, Three, Four, Five', ''),
(54633, 171, 1517, 'Imus', ''),
(54634, 171, 1517, 'Indang', ''),
(54635, 171, 1517, 'Infanta', ''),
(54636, 171, 1517, 'Isabang', ''),
(54637, 171, 1517, 'Island Park', ''),
(54638, 171, 1517, 'Kalayaan', ''),
(54639, 171, 1517, 'Kawit', ''),
(54640, 171, 1517, 'Laguerta', ''),
(54641, 171, 1517, 'Las Pinas', ''),
(54642, 171, 1517, 'Libis', ''),
(54643, 171, 1517, 'Lilio', ''),
(54644, 171, 1517, 'Lipa City', ''),
(54645, 171, 1517, 'Los Banos', ''),
(54646, 171, 1517, 'Lucban', ''),
(54647, 171, 1517, 'Lucena City', ''),
(54648, 171, 1517, 'Luisiana', ''),
(54649, 171, 1517, 'Lumbang', ''),
(54650, 171, 1517, 'Magdalena', ''),
(54651, 171, 1517, 'Majayjay', ''),
(54652, 171, 1517, 'Malvar', ''),
(54653, 171, 1517, 'Manila Southwoods', ''),
(54654, 171, 1517, 'Maragondon', ''),
(54655, 171, 1517, 'Matandang Balara', ''),
(54656, 171, 1517, 'Morong', ''),
(54657, 171, 1517, 'Muntinlupa', ''),
(54658, 171, 1517, 'Nagcarlan', ''),
(54659, 171, 1517, 'Naic', ''),
(54660, 171, 1517, 'Nasugbu', ''),
(54661, 171, 1517, 'Navotas', ''),
(54662, 171, 1517, 'Novaliches', ''),
(54663, 171, 1517, 'Novaliches Proper', ''),
(54664, 171, 1517, 'Nueva', ''),
(54665, 171, 1517, 'Paete', ''),
(54666, 171, 1517, 'Pagsanjan', ''),
(54667, 171, 1517, 'Pangil', ''),
(54668, 171, 1517, 'Paranaque City', ''),
(54669, 171, 1517, 'Pasong Tamo', ''),
(54670, 171, 1517, 'Pateros', ''),
(54671, 171, 1517, 'Pila', ''),
(54672, 171, 1517, 'Pililla', ''),
(54673, 171, 1517, 'Pinaglabanan', ''),
(54674, 171, 1517, 'Poblacion', ''),
(54675, 171, 1517, 'Putatan', ''),
(54676, 171, 1517, 'Rizal', ''),
(54677, 171, 1517, 'Rodriguez', ''),
(54678, 171, 1517, 'Sampaloc', ''),
(54679, 171, 1517, 'San Andres', ''),
(54680, 171, 1517, 'San Jose', ''),
(54681, 171, 1517, 'San Mateo', ''),
(54682, 171, 1517, 'San Pablo City', ''),
(54683, 171, 1517, 'San Pedro', ''),
(54684, 171, 1517, 'Santa Cruz', ''),
(54685, 171, 1517, 'Santa Rosa', ''),
(54686, 171, 1517, 'Santo', ''),
(54687, 171, 1517, 'Sariaya', ''),
(54688, 171, 1517, 'Silang', ''),
(54689, 171, 1517, 'Siniloan', ''),
(54690, 171, 1517, 'Subic', ''),
(54691, 171, 1517, 'Taal', ''),
(54692, 171, 1517, 'Tadlak', ''),
(54693, 171, 1517, 'Tagaytay', ''),
(54694, 171, 1517, 'Taguig', ''),
(54695, 171, 1517, 'Tanauan', ''),
(54696, 171, 1517, 'Tanay', ''),
(54697, 171, 1517, 'Taytay', ''),
(54698, 171, 1517, 'Tejeros Convention', ''),
(54699, 171, 1517, 'Teresa', ''),
(54700, 171, 1517, 'Valenzuela', ''),
(54701, 171, 1518, 'Agusan Pequeno', ''),
(54702, 171, 1518, 'Butuan', ''),
(54703, 171, 1518, 'Los Martires', ''),
(54704, 171, 1518, 'Surigao City', ''),
(54705, 171, 1518, 'Tandag', ''),
(54706, 171, 1518, 'Victory', ''),
(54707, 171, 1519, 'Abucay', ''),
(54708, 171, 1519, 'Angat', ''),
(54709, 171, 1519, 'Angeles City', ''),
(54710, 171, 1519, 'Arayat', ''),
(54711, 171, 1519, 'Ayala', ''),
(54712, 171, 1519, 'Balanga', ''),
(54713, 171, 1519, 'Baliuag', ''),
(54714, 171, 1519, 'Bayan', ''),
(54715, 171, 1519, 'Bocaue', ''),
(54716, 171, 1519, 'Bulacan', ''),
(54717, 171, 1519, 'Burgos', ''),
(54718, 171, 1519, 'Bustos', ''),
(54719, 171, 1519, 'Cabanatuan City', ''),
(54720, 171, 1519, 'Cabiao', ''),
(54721, 171, 1519, 'Cafe', ''),
(54722, 171, 1519, 'Calapan', ''),
(54723, 171, 1519, 'Calumpit', ''),
(54724, 171, 1519, 'Campus', ''),
(54725, 171, 1519, 'Capas', ''),
(54726, 171, 1519, 'China', ''),
(54727, 171, 1519, 'Concepcion', ''),
(54728, 171, 1519, 'Del Pilar', ''),
(54729, 171, 1519, 'Diliman Primero', ''),
(54730, 171, 1519, 'Dinalupihan', ''),
(54731, 171, 1519, 'Fortuna', ''),
(54732, 171, 1519, 'Gapan', ''),
(54733, 171, 1519, 'Guagua', ''),
(54734, 171, 1519, 'Guevarra', ''),
(54735, 171, 1519, 'Guiguinto', ''),
(54736, 171, 1519, 'Guimba', ''),
(54737, 171, 1519, 'Hagonoy', ''),
(54738, 171, 1519, 'Jaen', ''),
(54739, 171, 1519, 'Limay', ''),
(54740, 171, 1519, 'Llanera', ''),
(54741, 171, 1519, 'Mabalacat', ''),
(54742, 171, 1519, 'Mabini', ''),
(54743, 171, 1519, 'Macabebe', ''),
(54744, 171, 1519, 'Magalang', ''),
(54745, 171, 1519, 'Malabon', ''),
(54746, 171, 1519, 'Malolos', ''),
(54747, 171, 1519, 'Mangrove', ''),
(54748, 171, 1519, 'Marilao', ''),
(54749, 171, 1519, 'Mariveles', ''),
(54750, 171, 1519, 'Masalipit', ''),
(54751, 171, 1519, 'Mexico', ''),
(54752, 171, 1519, 'Meycauayan', ''),
(54753, 171, 1519, 'Minalin', ''),
(54754, 171, 1519, 'Moncada', ''),
(54755, 171, 1519, 'Norzagaray', ''),
(54756, 171, 1519, 'Obando', ''),
(54757, 171, 1519, 'Olongapo City', ''),
(54758, 171, 1519, 'Orani', ''),
(54759, 171, 1519, 'Orion', ''),
(54760, 171, 1519, 'Palayan City', ''),
(54761, 171, 1519, 'Pandi', ''),
(54762, 171, 1519, 'Pasig', ''),
(54763, 171, 1519, 'Pilar', ''),
(54764, 171, 1519, 'Plaridel', ''),
(54765, 171, 1519, 'Poblacion, San Felipe', ''),
(54766, 171, 1519, 'Pulilan', ''),
(54767, 171, 1519, 'Quezon', ''),
(54768, 171, 1519, 'Rizal', ''),
(54769, 171, 1519, 'Salle', ''),
(54770, 171, 1519, 'Samal', ''),
(54771, 171, 1519, 'San Antonio', ''),
(54772, 171, 1519, 'San Fabian', ''),
(54773, 171, 1519, 'San Fernando', ''),
(54774, 171, 1519, 'San Jose', ''),
(54775, 171, 1519, 'San Jose del Monte', ''),
(54776, 171, 1519, 'San Miguel', ''),
(54777, 171, 1519, 'San Rafael', ''),
(54778, 171, 1519, 'San Vicente', ''),
(54779, 171, 1519, 'Santa Ana', ''),
(54780, 171, 1519, 'Santa Rita', ''),
(54781, 171, 1519, 'Santa Rosa', ''),
(54782, 171, 1519, 'Santo Tomas', ''),
(54783, 171, 1519, 'Subic', ''),
(54784, 171, 1519, 'Tarlac City', ''),
(54785, 171, 1519, 'Vargas', ''),
(54786, 171, 1520, 'Baclayon', ''),
(54787, 171, 1520, 'Bayawan', ''),
(54788, 171, 1520, 'Bogo', ''),
(54789, 171, 1520, 'Bool', ''),
(54790, 171, 1520, 'Centro', ''),
(54791, 171, 1520, 'Cogan', ''),
(54792, 171, 1520, 'Compostela', ''),
(54793, 171, 1520, 'Cruz', ''),
(54794, 171, 1520, 'Dumaguete', ''),
(54795, 171, 1520, 'Laguna', ''),
(54796, 171, 1520, 'Lahug', ''),
(54797, 171, 1520, 'Lapu-Lapu City', ''),
(54798, 171, 1520, 'Lawis', ''),
(54799, 171, 1520, 'Loon', ''),
(54800, 171, 1520, 'Mindanaw', ''),
(54801, 171, 1520, 'Minglanilla', ''),
(54802, 171, 1520, 'Pardo', ''),
(54803, 171, 1520, 'Sta Cruz', ''),
(54804, 171, 1520, 'Sto Nino', ''),
(54805, 171, 1520, 'Tagbilaran City', ''),
(54806, 171, 1520, 'Talibon', ''),
(54807, 171, 1520, 'Talisay City', ''),
(54808, 171, 1520, 'Tambo', ''),
(54809, 171, 1520, 'Tanjay', ''),
(54810, 171, 1520, 'Toledo City', ''),
(54811, 171, 1520, 'Trinidad', ''),
(54812, 171, 1520, 'Valencia', ''),
(54813, 171, 1520, 'Waterfront', ''),
(54814, 171, 1521, 'Baguio City', ''),
(54815, 171, 1521, 'Bangued', ''),
(54816, 171, 1521, 'Bataan', ''),
(54817, 171, 1521, 'Bayabas', ''),
(54818, 171, 1521, 'La Trinidad', ''),
(54819, 171, 1521, 'Philippine', ''),
(54820, 171, 1521, 'Tabuk', ''),
(54821, 171, 1521, 'West', ''),
(54822, 171, 1522, 'Bansalan', ''),
(54823, 171, 1522, 'Bulacan', ''),
(54824, 171, 1522, 'Calinan', ''),
(54825, 171, 1522, 'Central', ''),
(54826, 171, 1522, 'Davao City', ''),
(54827, 171, 1522, 'Digos', ''),
(54828, 171, 1522, 'Fernandez', ''),
(54829, 171, 1522, 'La Union', ''),
(54830, 171, 1522, 'Luzon', ''),
(54831, 171, 1522, 'Malungon', ''),
(54832, 171, 1522, 'Mati', ''),
(54833, 171, 1522, 'Palma Gil', ''),
(54834, 171, 1522, 'Pampanga', ''),
(54835, 171, 1522, 'Panabo', ''),
(54836, 171, 1522, 'Polomolok', ''),
(54837, 171, 1522, 'Samal', ''),
(54838, 171, 1522, 'Sulo', ''),
(54839, 171, 1522, 'Tagum', ''),
(54840, 171, 1522, 'Ventura', ''),
(54841, 171, 1522, 'Wines', ''),
(54842, 171, 1523, 'Bugho', ''),
(54843, 171, 1523, 'Calbayog City', ''),
(54844, 171, 1523, 'Capayan', ''),
(54845, 171, 1523, 'Catbalogan', ''),
(54846, 171, 1523, 'Dolores', ''),
(54847, 171, 1523, 'Gallego', ''),
(54848, 171, 1523, 'Leyte', ''),
(54849, 171, 1523, 'Liberty', ''),
(54850, 171, 1523, 'Occidental', ''),
(54851, 171, 1523, 'Tacloban City', ''),
(54852, 171, 1523, 'Taft', ''),
(54853, 171, 1523, 'Tanauan', ''),
(54854, 171, 1523, 'Villa', ''),
(54855, 171, 1524, 'Aguilar', ''),
(54856, 171, 1524, 'Alaminos', ''),
(54857, 171, 1524, 'Alcala', ''),
(54858, 171, 1524, 'Anda', ''),
(54859, 171, 1524, 'Bacnotan', ''),
(54860, 171, 1524, 'Barbar', ''),
(54861, 171, 1524, 'Bauang', ''),
(54862, 171, 1524, 'Bautista', ''),
(54863, 171, 1524, 'Bayambang', ''),
(54864, 171, 1524, 'Binalonan', ''),
(54865, 171, 1524, 'Cabugao', ''),
(54866, 171, 1524, 'Calasiao', ''),
(54867, 171, 1524, 'Candon', ''),
(54868, 171, 1524, 'Carlatan', ''),
(54869, 171, 1524, 'Centre', ''),
(54870, 171, 1524, 'City of Batac', ''),
(54871, 171, 1524, 'Dagupan', ''),
(54872, 171, 1524, 'Imus', ''),
(54873, 171, 1524, 'Isla', ''),
(54874, 171, 1524, 'Laoag', ''),
(54875, 171, 1524, 'Lingayen', ''),
(54876, 171, 1524, 'Magsingal', ''),
(54877, 171, 1524, 'Malasiqui', ''),
(54878, 171, 1524, 'Manaoag', ''),
(54879, 171, 1524, 'Mangaldan', ''),
(54880, 171, 1524, 'Mangatarem', ''),
(54881, 171, 1524, 'Marcos', ''),
(54882, 171, 1524, 'Naguilian', ''),
(54883, 171, 1524, 'Paul', ''),
(54884, 171, 1524, 'Pozorrubio', ''),
(54885, 171, 1524, 'Rosales', ''),
(54886, 171, 1524, 'Rosario West', ''),
(54887, 171, 1524, 'San Fernando', ''),
(54888, 171, 1524, 'San Quintin', ''),
(54889, 171, 1524, 'Suyo', ''),
(54890, 171, 1524, 'Tamag', ''),
(54891, 171, 1524, 'Urdaneta', ''),
(54892, 171, 1524, 'Veronica', ''),
(54893, 171, 1524, 'Vigan', ''),
(54894, 171, 1524, 'Vintar', ''),
(54895, 171, 1525, 'Bates', ''),
(54896, 171, 1525, 'Bayombong', ''),
(54897, 171, 1525, 'Gloria', ''),
(54898, 171, 1525, 'Looc', ''),
(54899, 171, 1525, 'Mogpog', ''),
(54900, 171, 1525, 'Osmena', ''),
(54901, 171, 1525, 'Puerto Princesa City', ''),
(54902, 171, 1525, 'Salcedo', ''),
(54903, 171, 1525, 'San Agustin', ''),
(54904, 171, 1525, 'San Jose', ''),
(54905, 171, 1526, 'Acacia', ''),
(54906, 171, 1526, 'Batis', ''),
(54907, 171, 1526, 'Binondo', ''),
(54908, 171, 1526, 'Carmona', ''),
(54909, 171, 1526, 'Makati City', ''),
(54910, 171, 1526, 'Malate', ''),
(54911, 171, 1526, 'Mandaluyong City', ''),
(54912, 171, 1526, 'Manila', ''),
(54913, 171, 1526, 'Marikina City', ''),
(54914, 171, 1526, 'Marulas', ''),
(54915, 171, 1526, 'Pandacan', ''),
(54916, 171, 1526, 'Pasay', ''),
(54917, 171, 1526, 'Pasig', ''),
(54918, 171, 1526, 'Quezon City', ''),
(54919, 171, 1526, 'San Juan', ''),
(54920, 171, 1526, 'Tanza', ''),
(54921, 171, 1526, 'Valenzuela', ''),
(54922, 171, 1527, 'Bonifacio', ''),
(54923, 171, 1527, 'Cagayan', ''),
(54924, 171, 1527, 'Cagayan de Oro', ''),
(54925, 171, 1527, 'Corrales', ''),
(54926, 171, 1527, 'Iligan', ''),
(54927, 171, 1527, 'Initao', ''),
(54928, 171, 1527, 'Lugait', ''),
(54929, 171, 1527, 'Malaybalay', ''),
(54930, 171, 1527, 'Mamungan', ''),
(54931, 171, 1527, 'Manticao', ''),
(54932, 171, 1527, 'Mapua', ''),
(54933, 171, 1527, 'Misamis', ''),
(54934, 171, 1527, 'Ozamiz City', ''),
(54935, 171, 1527, 'Princesa', ''),
(54936, 171, 1527, 'Villanueva', ''),
(54937, 171, 1528, 'General Santos', ''),
(54938, 171, 1528, 'Iligan City', ''),
(54939, 171, 1528, 'Kalibo', ''),
(54940, 171, 1528, 'Kidapawan', ''),
(54941, 171, 1528, 'Koronadal', ''),
(54942, 171, 1528, 'Marbel', ''),
(54943, 171, 1528, 'Midsayap', ''),
(54944, 171, 1528, 'Pikit', ''),
(54945, 171, 1528, 'Tambler', ''),
(54946, 171, 1528, 'Tubi', ''),
(54947, 171, 1529, 'Asia', ''),
(54948, 171, 1529, 'Bacolod City', ''),
(54949, 171, 1529, 'Bago City', ''),
(54950, 171, 1529, 'Balabag', ''),
(54951, 171, 1529, 'Blumentritt', ''),
(54952, 171, 1529, 'Bukidnon', ''),
(54953, 171, 1529, 'Clarita', ''),
(54954, 171, 1529, 'Domingo', ''),
(54955, 171, 1529, 'Feliciano', ''),
(54956, 171, 1529, 'Hamtic', ''),
(54957, 171, 1529, 'Ilog', ''),
(54958, 171, 1529, 'Iloilo City', ''),
(54959, 171, 1529, 'Kalibo Town', ''),
(54960, 171, 1529, 'Leon', ''),
(54961, 171, 1529, 'Luna', ''),
(54962, 171, 1529, 'Maasin', ''),
(54963, 171, 1529, 'Marina', ''),
(54964, 171, 1529, 'Miagao', ''),
(54965, 171, 1529, 'New Washington', ''),
(54966, 171, 1529, 'Pacita', ''),
(54967, 171, 1529, 'Parion', ''),
(54968, 171, 1529, 'Plaridel', ''),
(54969, 171, 1529, 'Roxas City', ''),
(54970, 171, 1529, 'San Carlos', ''),
(54971, 171, 1529, 'Silay', ''),
(54972, 171, 1529, 'Talon', ''),
(54973, 171, 1529, 'Victorias City', ''),
(54974, 171, 1529, 'Vito', ''),
(54975, 171, 1530, 'Dapitan', ''),
(54976, 171, 1530, 'Dinas', ''),
(54977, 171, 1530, 'Dipolog City', ''),
(54978, 171, 1530, 'Norte', ''),
(54979, 171, 1530, 'Pagadian', ''),
(54980, 171, 1530, 'Zamboanga City', ''),
(54981, 173, 1531, 'Baranowko', ''),
(54982, 173, 1531, 'Boguszyn', ''),
(54983, 173, 1531, 'Bojanice', ''),
(54984, 173, 1531, 'Bojanowo', ''),
(54985, 173, 1531, 'Bonikow', ''),
(54986, 173, 1531, 'Borowiec', ''),
(54987, 173, 1531, 'Borzykowo', ''),
(54988, 173, 1531, 'Bralin', ''),
(54989, 173, 1531, 'Budzyn', ''),
(54990, 173, 1531, 'Chludowo', ''),
(54991, 173, 1531, 'Chocicza', ''),
(54992, 173, 1531, 'Chocz', ''),
(54993, 173, 1531, 'Chodzież', ''),
(54994, 173, 1531, 'Chrosnica', ''),
(54995, 173, 1531, 'Chrzan', ''),
(54996, 173, 1531, 'Czarnkow', ''),
(54997, 173, 1531, 'Czempin', ''),
(54998, 173, 1531, 'Czerniejewo', ''),
(54999, 173, 1531, 'Dabroszyn', ''),
(55000, 173, 1531, 'Damaslawek', ''),
(55001, 173, 1531, 'Debienko', ''),
(55002, 173, 1531, 'Dlugoleka', ''),
(55003, 173, 1531, 'Dobra', ''),
(55004, 173, 1531, 'Dziembowo', ''),
(55005, 173, 1531, 'Giewartow', ''),
(55006, 173, 1531, 'Gizalki', ''),
(55007, 173, 1531, 'Glowna', ''),
(55008, 173, 1531, 'Gmina Książ Wielkopolski', ''),
(55009, 173, 1531, 'Gmina Lipno', ''),
(55010, 173, 1531, 'Gmina Lwówek', ''),
(55011, 173, 1531, 'Gmina Śrem', ''),
(55012, 173, 1531, 'Gmina Władysławów', ''),
(55013, 173, 1531, 'Gniezno', ''),
(55014, 173, 1531, 'Gostyn', ''),
(55015, 173, 1531, 'Grochowy', ''),
(55016, 173, 1531, 'Grodzisk Wielkopolski', ''),
(55017, 173, 1531, 'Jarocin', ''),
(55018, 173, 1531, 'Jastrowie', ''),
(55019, 173, 1531, 'Jerka', ''),
(55020, 173, 1531, 'Kakolewo', ''),
(55021, 173, 1531, 'Kalisz', ''),
(55022, 173, 1531, 'Kamieniec', ''),
(55023, 173, 1531, 'Kamionki', ''),
(55024, 173, 1531, 'Kaszczor', ''),
(55025, 173, 1531, 'Kazimierz Biskupi', ''),
(55026, 173, 1531, 'Keblowo', ''),
(55027, 173, 1531, 'Kępno', ''),
(55028, 173, 1531, 'Kleczew', ''),
(55029, 173, 1531, 'Komorniki', ''),
(55030, 173, 1531, 'Konin', ''),
(55031, 173, 1531, 'Kornik', ''),
(55032, 173, 1531, 'Kościan', ''),
(55033, 173, 1531, 'Kostrzyn', ''),
(55034, 173, 1531, 'Kozieglowy', ''),
(55035, 173, 1531, 'Koło', ''),
(55036, 173, 1531, 'Kraszewice', ''),
(55037, 173, 1531, 'Krerowo', ''),
(55038, 173, 1531, 'Krobia', ''),
(55039, 173, 1531, 'Krotoszyn', ''),
(55040, 173, 1531, 'Krzemieniewo', ''),
(55041, 173, 1531, 'Krzymow', ''),
(55042, 173, 1531, 'Krzyz Wielkopolski', ''),
(55043, 173, 1531, 'Kwilcz', ''),
(55044, 173, 1531, 'Lednogora', ''),
(55045, 173, 1531, 'Leszno', ''),
(55046, 173, 1531, 'Lipka', ''),
(55047, 173, 1531, 'Lobzenica', ''),
(55048, 173, 1531, 'Lubasz', ''),
(55049, 173, 1531, 'Lubon', ''),
(55050, 173, 1531, 'Luszczanow', ''),
(55051, 173, 1531, 'Margonin', ''),
(55052, 173, 1531, 'Mialy', ''),
(55053, 173, 1531, 'Międzychód', ''),
(55054, 173, 1531, 'Miejska Gorka', ''),
(55055, 173, 1531, 'Miroslaw', ''),
(55056, 173, 1531, 'Mokronos', ''),
(55057, 173, 1531, 'Mosina', ''),
(55058, 173, 1531, 'Msciszewo', ''),
(55059, 173, 1531, 'Murowana Goslina', ''),
(55060, 173, 1531, 'Niechanowo', ''),
(55061, 173, 1531, 'Niepruszewo', ''),
(55062, 173, 1531, 'Nowe Miasto nad Warta', ''),
(55063, 173, 1531, 'Nowe Skalmierzyce', ''),
(55064, 173, 1531, 'Nowy Tomysl', ''),
(55065, 173, 1531, 'Nykiel', ''),
(55066, 173, 1531, 'Oborniki', ''),
(55067, 173, 1531, 'Obrzycko', ''),
(55068, 173, 1531, 'Odolanow', ''),
(55069, 173, 1531, 'Olejnica', ''),
(55070, 173, 1531, 'Olimpia', ''),
(55071, 173, 1531, 'Opalenica', ''),
(55072, 173, 1531, 'Osiniec', ''),
(55073, 173, 1531, 'Ostrów Wielkopolski', ''),
(55074, 173, 1531, 'Ostrzeszow', ''),
(55075, 173, 1531, 'Owinska', ''),
(55076, 173, 1531, 'Paledzie', ''),
(55077, 173, 1531, 'Pila', ''),
(55078, 173, 1531, 'Pleszew', ''),
(55079, 173, 1531, 'Plewiska', ''),
(55080, 173, 1531, 'Pniewy', ''),
(55081, 173, 1531, 'Pobiedziska', ''),
(55082, 173, 1531, 'Pogorzela', ''),
(55083, 173, 1531, 'Polajewo', ''),
(55084, 173, 1531, 'Polskie', ''),
(55085, 173, 1531, 'Potrzanowo', ''),
(55086, 173, 1531, 'Poznan', ''),
(55087, 173, 1531, 'Przemet', ''),
(55088, 173, 1531, 'Przemysl', ''),
(55089, 173, 1531, 'Przezmierowo', ''),
(55090, 173, 1531, 'Ptaszkowo', ''),
(55091, 173, 1531, 'Pudliszki', ''),
(55092, 173, 1531, 'Puszczykowo', ''),
(55093, 173, 1531, 'Pyszaca', ''),
(55094, 173, 1531, 'Raszkow', ''),
(55095, 173, 1531, 'Rawicz', ''),
(55096, 173, 1531, 'Rogozno', ''),
(55097, 173, 1531, 'Rokietnica', ''),
(55098, 173, 1531, 'Rosnowko', ''),
(55099, 173, 1531, 'Rudka', ''),
(55100, 173, 1531, 'Rychtal', ''),
(55101, 173, 1531, 'Rychwal', ''),
(55102, 173, 1531, 'Rydzyna', ''),
(55103, 173, 1531, 'Rzgow Pierwszy', ''),
(55104, 173, 1531, 'Sady', ''),
(55105, 173, 1531, 'Siedlisko', ''),
(55106, 173, 1531, 'Siekierki', ''),
(55107, 173, 1531, 'Skoki', ''),
(55108, 173, 1531, 'Skorka', ''),
(55109, 173, 1531, 'Slawsk', ''),
(55110, 173, 1531, 'Slupca', ''),
(55111, 173, 1531, 'Smigiel', ''),
(55112, 173, 1531, 'Sosnie', ''),
(55113, 173, 1531, 'Sroda Wielkopolska', ''),
(55114, 173, 1531, 'Steszew', ''),
(55115, 173, 1531, 'Strzalkowo', ''),
(55116, 173, 1531, 'Suchy Las', ''),
(55117, 173, 1531, 'Sulmierzyce', ''),
(55118, 173, 1531, 'Swarzedz', ''),
(55119, 173, 1531, 'Szamotuły', ''),
(55120, 173, 1531, 'Tarnowo Podgorne', ''),
(55121, 173, 1531, 'Trzcianka', ''),
(55122, 173, 1531, 'Trzemeszno', ''),
(55123, 173, 1531, 'Turek', ''),
(55124, 173, 1531, 'Ujscie', ''),
(55125, 173, 1531, 'Wagrowiec', ''),
(55126, 173, 1531, 'Wegierki', ''),
(55127, 173, 1531, 'Wielowies', ''),
(55128, 173, 1531, 'Wierzonka', ''),
(55129, 173, 1531, 'Wilcza', ''),
(55130, 173, 1531, 'Witaszyce', ''),
(55131, 173, 1531, 'Witkowo', ''),
(55132, 173, 1531, 'Wloszakowice', ''),
(55133, 173, 1531, 'Wolkowo', ''),
(55134, 173, 1531, 'Wolsztyn', ''),
(55135, 173, 1531, 'Wroblewo', ''),
(55136, 173, 1531, 'Wronki', ''),
(55137, 173, 1531, 'Wrzesnia', ''),
(55138, 173, 1531, 'Wyrzysk', ''),
(55139, 173, 1531, 'Wysogotowo', ''),
(55140, 173, 1531, 'Zakrzewo', ''),
(55141, 173, 1531, 'Zaniemysl', ''),
(55142, 173, 1531, 'Zbaszyn', ''),
(55143, 173, 1531, 'Zelazkow', ''),
(55144, 173, 1531, 'Zlotow', ''),
(55145, 173, 1531, 'Zwola', ''),
(55146, 173, 1532, 'Aleksandrów Kujawski', ''),
(55147, 173, 1532, 'Barcin', ''),
(55148, 173, 1532, 'Baruchowo', ''),
(55149, 173, 1532, 'Bobrowniki', ''),
(55150, 173, 1532, 'Brodnica', ''),
(55151, 173, 1532, 'Brudzawki', ''),
(55152, 173, 1532, 'Brudzawy', ''),
(55153, 173, 1532, 'Brześć Kujawski', ''),
(55154, 173, 1532, 'Brzozy', ''),
(55155, 173, 1532, 'Bydgoszcz', ''),
(55156, 173, 1532, 'Cekcyn', ''),
(55157, 173, 1532, 'Chełmno', ''),
(55158, 173, 1532, 'Chełmża', ''),
(55159, 173, 1532, 'Chotel', ''),
(55160, 173, 1532, 'Ciechocinek', ''),
(55161, 173, 1532, 'Czersk Swiecki', ''),
(55162, 173, 1532, 'Czewujewo', ''),
(55163, 173, 1532, 'Dabrowa Biskupia', ''),
(55164, 173, 1532, 'Dobre', ''),
(55165, 173, 1532, 'Drzewce', ''),
(55166, 173, 1532, 'Fabianki', ''),
(55167, 173, 1532, 'Gasawa', ''),
(55168, 173, 1532, 'Gmina Bądkowo', ''),
(55169, 173, 1532, 'Gmina Sicienko', ''),
(55170, 173, 1532, 'Gmina Świecie', ''),
(55171, 173, 1532, 'Gmina Szubin', ''),
(55172, 173, 1532, 'Gmina Zławieś Wielka', ''),
(55173, 173, 1532, 'Gniewkowo', ''),
(55174, 173, 1532, 'Golub-Dobrzyn', ''),
(55175, 173, 1532, 'Gorsk', ''),
(55176, 173, 1532, 'Gostycyn', ''),
(55177, 173, 1532, 'Grudziądz', ''),
(55178, 173, 1532, 'Grupa', ''),
(55179, 173, 1532, 'Grzegorz', ''),
(55180, 173, 1532, 'Inowrocław', ''),
(55181, 173, 1532, 'Jaksice', ''),
(55182, 173, 1532, 'Janikowo', ''),
(55183, 173, 1532, 'Jeziora Wielkie', ''),
(55184, 173, 1532, 'Karnkowo', ''),
(55185, 173, 1532, 'Koronowo', ''),
(55186, 173, 1532, 'Kowalewo Pomorskie', ''),
(55187, 173, 1532, 'Kruszwica', ''),
(55188, 173, 1532, 'Kruszyn', ''),
(55189, 173, 1532, 'Kusnierz', ''),
(55190, 173, 1532, 'Kuzniki', ''),
(55191, 173, 1532, 'Labiszyn', ''),
(55192, 173, 1532, 'Lipno', ''),
(55193, 173, 1532, 'Lisewo', ''),
(55194, 173, 1532, 'Lochowo', ''),
(55195, 173, 1532, 'Lubanie', ''),
(55196, 173, 1532, 'Lubicz', ''),
(55197, 173, 1532, 'Lubraniec', ''),
(55198, 173, 1532, 'Lutowo', ''),
(55199, 173, 1532, 'Lysomice', ''),
(55200, 173, 1532, 'Maksymilianowo', ''),
(55201, 173, 1532, 'Mała Nieszawka', ''),
(55202, 173, 1532, 'Mogilno', ''),
(55203, 173, 1532, 'Nakło nad Notecią', ''),
(55204, 173, 1532, 'Nowa Wies Wielka', ''),
(55205, 173, 1532, 'Nowe', ''),
(55206, 173, 1532, 'Osielsko', ''),
(55207, 173, 1532, 'Papowo', ''),
(55208, 173, 1532, 'Paulina', ''),
(55209, 173, 1532, 'Pluznica', ''),
(55210, 173, 1532, 'Raciazek', ''),
(55211, 173, 1532, 'Radziejów', ''),
(55212, 173, 1532, 'Radzyń Chełmiński', ''),
(55213, 173, 1532, 'Rozgarty', ''),
(55214, 173, 1532, 'Rypin', ''),
(55215, 173, 1532, 'Sepolno Krajenskie', ''),
(55216, 173, 1532, 'Slesin', ''),
(55217, 173, 1532, 'Smilowo', ''),
(55218, 173, 1532, 'Solec Kujawski', ''),
(55219, 173, 1532, 'Stary Torun', ''),
(55220, 173, 1532, 'Strzelno', ''),
(55221, 173, 1532, 'Sulnowko', ''),
(55222, 173, 1532, 'Tluchowo', ''),
(55223, 173, 1532, 'Toruń', ''),
(55224, 173, 1532, 'Tuchola', ''),
(55225, 173, 1532, 'Unisław', ''),
(55226, 173, 1532, 'Wabrzezno', ''),
(55227, 173, 1532, 'Waganiec', ''),
(55228, 173, 1532, 'Warlubie', ''),
(55229, 173, 1532, 'Warzachewka Polska', ''),
(55230, 173, 1532, 'Wielowies', ''),
(55231, 173, 1532, 'Włocławek', ''),
(55232, 173, 1532, 'Znin', ''),
(55233, 173, 1532, 'Zorawia', ''),
(55234, 173, 1532, 'Złotniki Kujawskie', ''),
(55235, 173, 1533, 'Adama', ''),
(55236, 173, 1533, 'Alwernia', ''),
(55237, 173, 1533, 'Andrychow', ''),
(55238, 173, 1533, 'Baran', ''),
(55239, 173, 1533, 'Barcice', ''),
(55240, 173, 1533, 'Beblo', ''),
(55241, 173, 1533, 'Bialka Tatrzanska', ''),
(55242, 173, 1533, 'Bibice', ''),
(55243, 173, 1533, 'Biecz', ''),
(55244, 173, 1533, 'Bielany', ''),
(55245, 173, 1533, 'Biezanow-Prokocim', ''),
(55246, 173, 1533, 'Bochnia', ''),
(55247, 173, 1533, 'Bolechowice', ''),
(55248, 173, 1533, 'Boleslaw', ''),
(55249, 173, 1533, 'Brzesko', ''),
(55250, 173, 1533, 'Brzeszcze', ''),
(55251, 173, 1533, 'Brzezie', ''),
(55252, 173, 1533, 'Brzeznica', ''),
(55253, 173, 1533, 'Brzozowka', ''),
(55254, 173, 1533, 'Bucze', ''),
(55255, 173, 1533, 'Bukowno', ''),
(55256, 173, 1533, 'Bystra', ''),
(55257, 173, 1533, 'Chechlo', ''),
(55258, 173, 1533, 'Chelmek', ''),
(55259, 173, 1533, 'Chocznia', ''),
(55260, 173, 1533, 'Chrzanów', ''),
(55261, 173, 1533, 'Cianowice Duze', ''),
(55262, 173, 1533, 'Czarny Dunajec', ''),
(55263, 173, 1533, 'Czernichow', ''),
(55264, 173, 1533, 'Czyzyny', ''),
(55265, 173, 1533, 'Dąbrowa Tarnowska', ''),
(55266, 173, 1533, 'Dobczyce', ''),
(55267, 173, 1533, 'Florynka', ''),
(55268, 173, 1533, 'Gdow', ''),
(55269, 173, 1533, 'Gieraltowice', ''),
(55270, 173, 1533, 'Glogoczow', ''),
(55271, 173, 1533, 'Gmina Sulęcin', ''),
(55272, 173, 1533, 'Gmina Zakliczyn', ''),
(55273, 173, 1533, 'Gorlice', ''),
(55274, 173, 1533, 'Gorzkow', ''),
(55275, 173, 1533, 'Gorzyce', ''),
(55276, 173, 1533, 'Grybow', ''),
(55277, 173, 1533, 'Iwanowice', ''),
(55278, 173, 1533, 'Jadowniki', ''),
(55279, 173, 1533, 'Jankowice', ''),
(55280, 173, 1533, 'Jastrzebie', ''),
(55281, 173, 1533, 'Jawiszowice', ''),
(55282, 173, 1533, 'Jazowsko', ''),
(55283, 173, 1533, 'Jazy', ''),
(55284, 173, 1533, 'Jerzmanowice', ''),
(55285, 173, 1533, 'Kalwaria Zebrzydowska', ''),
(55286, 173, 1533, 'Karniowice', ''),
(55287, 173, 1533, 'Kety', ''),
(55288, 173, 1533, 'Klaj', ''),
(55289, 173, 1533, 'Klimontow', ''),
(55290, 173, 1533, 'Klucze', ''),
(55291, 173, 1533, 'Kocmyrzow', ''),
(55292, 173, 1533, 'Kojszowka', ''),
(55293, 173, 1533, 'Korzenna', ''),
(55294, 173, 1533, 'Koszyce', ''),
(55295, 173, 1533, 'Krakow', ''),
(55296, 173, 1533, 'Krynica-Zdroj', ''),
(55297, 173, 1533, 'Krzeszowice', ''),
(55298, 173, 1533, 'Krzykawka', ''),
(55299, 173, 1533, 'Kurdwanow', ''),
(55300, 173, 1533, 'Kwaczala', ''),
(55301, 173, 1533, 'Lanckorona', ''),
(55302, 173, 1533, 'Lapanow', ''),
(55303, 173, 1533, 'Lapczyca', ''),
(55304, 173, 1533, 'Lencze', ''),
(55305, 173, 1533, 'Libiaz', ''),
(55306, 173, 1533, 'Libusza', ''),
(55307, 173, 1533, 'Limanowa', ''),
(55308, 173, 1533, 'Lipnica Mala', ''),
(55309, 173, 1533, 'Lipnica Murowana', ''),
(55310, 173, 1533, 'Lipnica Wielka', ''),
(55311, 173, 1533, 'Lisia Gora', ''),
(55312, 173, 1533, 'Liszki', ''),
(55313, 173, 1533, 'Lopuszna', ''),
(55314, 173, 1533, 'Lubien', ''),
(55315, 173, 1533, 'Luborzyca', ''),
(55316, 173, 1533, 'Makow Podhalanski', ''),
(55317, 173, 1533, 'Marek', ''),
(55318, 173, 1533, 'Medrzechow', ''),
(55319, 173, 1533, 'Michalowice', ''),
(55320, 173, 1533, 'Miechow', ''),
(55321, 173, 1533, 'Minoga', ''),
(55322, 173, 1533, 'Mloszowa', ''),
(55323, 173, 1533, 'Modlnica', ''),
(55324, 173, 1533, 'Mogilany', ''),
(55325, 173, 1533, 'Mokrzyska', ''),
(55326, 173, 1533, 'Mszana Dolna', ''),
(55327, 173, 1533, 'Muszyna', ''),
(55328, 173, 1533, 'Myslenice', ''),
(55329, 173, 1533, 'Naprawa', ''),
(55330, 173, 1533, 'Niepolomice', ''),
(55331, 173, 1533, 'Nieporaz', ''),
(55332, 173, 1533, 'Nowa Biala', ''),
(55333, 173, 1533, 'Nowy Sącz', ''),
(55334, 173, 1533, 'Nowy Targ', ''),
(55335, 173, 1533, 'Nowy Wisnicz', ''),
(55336, 173, 1533, 'Olkusz', ''),
(55337, 173, 1533, 'Osiek', ''),
(55338, 173, 1533, 'Oświęcim', ''),
(55339, 173, 1533, 'Paszkowka', ''),
(55340, 173, 1533, 'Pcim', ''),
(55341, 173, 1533, 'Podegrodzie', ''),
(55342, 173, 1533, 'Podolsze', ''),
(55343, 173, 1533, 'Porabka Uszewska', ''),
(55344, 173, 1533, 'Poronin', ''),
(55345, 173, 1533, 'Prokocim', ''),
(55346, 173, 1533, 'Proszowice', ''),
(55347, 173, 1533, 'Przeginia', ''),
(55348, 173, 1533, 'Przeginia Duchowna', ''),
(55349, 173, 1533, 'Ptaszkowa', ''),
(55350, 173, 1533, 'Raba Wyzna', ''),
(55351, 173, 1533, 'Rabka-Zdroj', ''),
(55352, 173, 1533, 'Raclawice', ''),
(55353, 173, 1533, 'Radgoszcz', ''),
(55354, 173, 1533, 'Radlow', ''),
(55355, 173, 1533, 'Ratulow', ''),
(55356, 173, 1533, 'Regulice', ''),
(55357, 173, 1533, 'Roznow', ''),
(55358, 173, 1533, 'Rudawa', ''),
(55359, 173, 1533, 'Rybna', ''),
(55360, 173, 1533, 'Ryglice', ''),
(55361, 173, 1533, 'Rzaska', ''),
(55362, 173, 1533, 'Rzeszotary', ''),
(55363, 173, 1533, 'Rzezawa', ''),
(55364, 173, 1533, 'Rzuchowa', ''),
(55365, 173, 1533, 'Sidzina', ''),
(55366, 173, 1533, 'Sieniawa', ''),
(55367, 173, 1533, 'Siepraw', ''),
(55368, 173, 1533, 'Skawa', ''),
(55369, 173, 1533, 'Skawina', ''),
(55370, 173, 1533, 'Skrzyszow', ''),
(55371, 173, 1533, 'Slomniki', ''),
(55372, 173, 1533, 'Spytkowice', ''),
(55373, 173, 1533, 'Sromowce Wyzne', ''),
(55374, 173, 1533, 'Stadla', ''),
(55375, 173, 1533, 'Stary Sacz', ''),
(55376, 173, 1533, 'Stryszawa', ''),
(55377, 173, 1533, 'Stryszow', ''),
(55378, 173, 1533, 'Sucha Beskidzka', ''),
(55379, 173, 1533, 'Suloszowa', ''),
(55380, 173, 1533, 'Swiebodzin', ''),
(55381, 173, 1533, 'Szaflary', ''),
(55382, 173, 1533, 'Szczawnica', ''),
(55383, 173, 1533, 'Szerzyny', ''),
(55384, 173, 1533, 'Tarnów', ''),
(55385, 173, 1533, 'Tegoborze', ''),
(55386, 173, 1533, 'Tenczynek', ''),
(55387, 173, 1533, 'Tomice', ''),
(55388, 173, 1533, 'Trzebinia', ''),
(55389, 173, 1533, 'Tuchow', ''),
(55390, 173, 1533, 'Tymbark', ''),
(55391, 173, 1533, 'Wadowice', ''),
(55392, 173, 1533, 'Wawel', ''),
(55393, 173, 1533, 'Wawrzenczyce', ''),
(55394, 173, 1533, 'Wegrzce', ''),
(55395, 173, 1533, 'Wegrzce Wielkie', ''),
(55396, 173, 1533, 'Widnica', ''),
(55397, 173, 1533, 'Wieliczka', ''),
(55398, 173, 1533, 'Wielkie Drogi', ''),
(55399, 173, 1533, 'Wieloglowy', ''),
(55400, 173, 1533, 'Wieprz', ''),
(55401, 173, 1533, 'Wladyslaw', ''),
(55402, 173, 1533, 'Wojnicz', ''),
(55403, 173, 1533, 'Wokowice', ''),
(55404, 173, 1533, 'Wola Rzedzinska', ''),
(55405, 173, 1533, 'Wolbrom', ''),
(55406, 173, 1533, 'Wolowice', ''),
(55407, 173, 1533, 'Wysoka', ''),
(55408, 173, 1533, 'Zabierzow Bochenski', ''),
(55409, 173, 1533, 'Zakopane', ''),
(55410, 173, 1533, 'Zator', ''),
(55411, 173, 1533, 'Zegocina', ''),
(55412, 173, 1533, 'Zembrzyce', ''),
(55413, 173, 1533, 'Zglobice', ''),
(55414, 173, 1533, 'Zielonki', ''),
(55415, 173, 1533, 'Zurowa', ''),
(55416, 173, 1534, 'Bielany Wroclawskie', ''),
(55417, 173, 1534, 'Bielawa', ''),
(55418, 173, 1534, 'Bierutow', ''),
(55419, 173, 1534, 'Biskupice', ''),
(55420, 173, 1534, 'Bolesławiec', ''),
(55421, 173, 1534, 'Brzeg Dolny', ''),
(55422, 173, 1534, 'Brzezia Laka', ''),
(55423, 173, 1534, 'Bukowice', ''),
(55424, 173, 1534, 'Bystrzyca Klodzka', ''),
(55425, 173, 1534, 'Chocianow', ''),
(55426, 173, 1534, 'Chojnów', ''),
(55427, 173, 1534, 'Chrostnik', ''),
(55428, 173, 1534, 'Czeszow', ''),
(55429, 173, 1534, 'Dobromierz', ''),
(55430, 173, 1534, 'Dunaj', ''),
(55431, 173, 1534, 'Duszniki-Zdroj', ''),
(55432, 173, 1534, 'Dzierzoniow', ''),
(55433, 173, 1534, 'Gaworzyce', ''),
(55434, 173, 1534, 'Gmina Bolków', ''),
(55435, 173, 1534, 'Gmina Kostomłoty', ''),
(55436, 173, 1534, 'Gmina Miękinia', ''),
(55437, 173, 1534, 'Gmina Strzelin', ''),
(55438, 173, 1534, 'Gora', ''),
(55439, 173, 1534, 'Grebocice', ''),
(55440, 173, 1534, 'Gryfow Slaski', ''),
(55441, 173, 1534, 'Głogów', ''),
(55442, 173, 1534, 'Jaczow', ''),
(55443, 173, 1534, 'Jawor', ''),
(55444, 173, 1534, 'Jaworzyna Slaska', ''),
(55445, 173, 1534, 'Jedlina-Zdroj', ''),
(55446, 173, 1534, 'Jelenia Góra', ''),
(55447, 173, 1534, 'Jezow Sudecki', ''),
(55448, 173, 1534, 'Kamieniec Zabkowicki', ''),
(55449, 173, 1534, 'Kamienna Gora', ''),
(55450, 173, 1534, 'Karpacz', ''),
(55451, 173, 1534, 'Karpniki', ''),
(55452, 173, 1534, 'Katy Wroclawskie', ''),
(55453, 173, 1534, 'Kielczow', ''),
(55454, 173, 1534, 'Kobierzyce', ''),
(55455, 173, 1534, 'Kowary', ''),
(55456, 173, 1534, 'Kozmin', ''),
(55457, 173, 1534, 'Krosnowice', ''),
(55458, 173, 1534, 'Krotoszyce', ''),
(55459, 173, 1534, 'Kruszowice', ''),
(55460, 173, 1534, 'Krzyki', ''),
(55461, 173, 1534, 'Kudowa-Zdrój', ''),
(55462, 173, 1534, 'Kunice', ''),
(55463, 173, 1534, 'Kłodzko', ''),
(55464, 173, 1534, 'Lądek Zdrój', ''),
(55465, 173, 1534, 'Legnica', ''),
(55466, 173, 1534, 'Lesnica', ''),
(55467, 173, 1534, 'Lomnica', ''),
(55468, 173, 1534, 'Lubachow', ''),
(55469, 173, 1534, 'Luban', ''),
(55470, 173, 1534, 'Lubawka', ''),
(55471, 173, 1534, 'Lubin', ''),
(55472, 173, 1534, 'Lubkow', ''),
(55473, 173, 1534, 'Marcinowice', ''),
(55474, 173, 1534, 'Marciszow', ''),
(55475, 173, 1534, 'Maslice', ''),
(55476, 173, 1534, 'Mecinka', ''),
(55477, 173, 1534, 'Miedzylesie', ''),
(55478, 173, 1534, 'Milicz', ''),
(55479, 173, 1534, 'Milkowice', ''),
(55480, 173, 1534, 'Mrowiny', ''),
(55481, 173, 1534, 'Mrozow', ''),
(55482, 173, 1534, 'Msciwojow', ''),
(55483, 173, 1534, 'Myslakowice', ''),
(55484, 173, 1534, 'Niemcza', ''),
(55485, 173, 1534, 'Nowa', ''),
(55486, 173, 1534, 'Nowa Ruda', ''),
(55487, 173, 1534, 'Nowogrodziec', ''),
(55488, 173, 1534, 'Oborniki Śląskie', ''),
(55489, 173, 1534, 'Olawa', ''),
(55490, 173, 1534, 'Olesnica', ''),
(55491, 173, 1534, 'Olszyna', ''),
(55492, 173, 1534, 'Olszyniec', ''),
(55493, 173, 1534, 'Piechowice', ''),
(55494, 173, 1534, 'Pietrzykowice', ''),
(55495, 173, 1534, 'Polkowice', ''),
(55496, 173, 1534, 'Poniatowice', ''),
(55497, 173, 1534, 'Prochowice', ''),
(55498, 173, 1534, 'Przeworno', ''),
(55499, 173, 1534, 'Raciborowice Dolne', ''),
(55500, 173, 1534, 'Raciborowice Gorne', ''),
(55501, 173, 1534, 'Radoslaw', ''),
(55502, 173, 1534, 'Radwanice', ''),
(55503, 173, 1534, 'Raszowka', ''),
(55504, 173, 1534, 'Rogow Sobocki', ''),
(55505, 173, 1534, 'Roztoka', ''),
(55506, 173, 1534, 'Scinawa', ''),
(55507, 173, 1534, 'Siechnice', ''),
(55508, 173, 1534, 'Siedlakowice', ''),
(55509, 173, 1534, 'Siekierczyn', ''),
(55510, 173, 1534, 'Sieniawka', ''),
(55511, 173, 1534, 'Smolec', ''),
(55512, 173, 1534, 'Sobotka', ''),
(55513, 173, 1534, 'Środa Śląska', ''),
(55514, 173, 1534, 'Stronie Slaskie', ''),
(55515, 173, 1534, 'Strzegom', ''),
(55516, 173, 1534, 'Świdnica', ''),
(55517, 173, 1534, 'Swiebodzice', ''),
(55518, 173, 1534, 'Swieta Katarzyna', ''),
(55519, 173, 1534, 'Sycow', ''),
(55520, 173, 1534, 'Szczawno-Zdroj', ''),
(55521, 173, 1534, 'Szczytna', ''),
(55522, 173, 1534, 'Szewce', ''),
(55523, 173, 1534, 'Trzebnica', ''),
(55524, 173, 1534, 'Twardogora', ''),
(55525, 173, 1534, 'Udanin', ''),
(55526, 173, 1534, 'Uraz', ''),
(55527, 173, 1534, 'Walim', ''),
(55528, 173, 1534, 'Wałbrzych', ''),
(55529, 173, 1534, 'Wiazow', ''),
(55530, 173, 1534, 'Wojcieszow', ''),
(55531, 173, 1534, 'Wolow', ''),
(55532, 173, 1534, 'Wrocław', ''),
(55533, 173, 1534, 'Ząbkowice Śląskie', ''),
(55534, 173, 1534, 'Zarow', ''),
(55535, 173, 1534, 'Zeliszow', ''),
(55536, 173, 1534, 'Zgorzelec', ''),
(55537, 173, 1534, 'Ziebice', ''),
(55538, 173, 1534, 'Zmigrod', ''),
(55539, 173, 1534, 'Złotoryja', ''),
(55540, 173, 1535, 'Belzyce', ''),
(55541, 173, 1535, 'Biała Podlaska', ''),
(55542, 173, 1535, 'Biłgoraj', ''),
(55543, 173, 1535, 'Chełm', ''),
(55544, 173, 1535, 'Ciecierzyn', ''),
(55545, 173, 1535, 'Deblin', ''),
(55546, 173, 1535, 'Dominow', ''),
(55547, 173, 1535, 'Dzwola', ''),
(55548, 173, 1535, 'Elzbieta', ''),
(55549, 173, 1535, 'Firlej', ''),
(55550, 173, 1535, 'Garbow', ''),
(55551, 173, 1535, 'Gmina Sawin', ''),
(55552, 173, 1535, 'Goraj', ''),
(55553, 173, 1535, 'Hansk', ''),
(55554, 173, 1535, 'Horodlo', ''),
(55555, 173, 1535, 'Hrubieszów', ''),
(55556, 173, 1535, 'Kaczor', ''),
(55557, 173, 1535, 'Kazimierz Dolny', ''),
(55558, 173, 1535, 'Klonownica Duza', ''),
(55559, 173, 1535, 'Komarowka', ''),
(55560, 173, 1535, 'Koroszczyn', ''),
(55561, 173, 1535, 'Krasnik', ''),
(55562, 173, 1535, 'Krasnystaw', ''),
(55563, 173, 1535, 'Kurów', ''),
(55564, 173, 1535, 'Laszczow', ''),
(55565, 173, 1535, 'Leczna', ''),
(55566, 173, 1535, 'Lipsko', ''),
(55567, 173, 1535, 'Lubartow', ''),
(55568, 173, 1535, 'Lublin', ''),
(55569, 173, 1535, 'Lukow', ''),
(55570, 173, 1535, 'Markuszow', ''),
(55571, 173, 1535, 'Międzyrzec Podlaski', ''),
(55572, 173, 1535, 'Mircze', ''),
(55573, 173, 1535, 'Motycz', ''),
(55574, 173, 1535, 'Naleczow', ''),
(55575, 173, 1535, 'Niedrzwica Duza', ''),
(55576, 173, 1535, 'Niemce', ''),
(55577, 173, 1535, 'Ogrody', ''),
(55578, 173, 1535, 'Okszow', ''),
(55579, 173, 1535, 'Ostrow Lubelski', ''),
(55580, 173, 1535, 'Parczew', ''),
(55581, 173, 1535, 'Poniatowa', ''),
(55582, 173, 1535, 'Puchaczow', ''),
(55583, 173, 1535, 'Puławy', ''),
(55584, 173, 1535, 'Radzyn Podlaski', ''),
(55585, 173, 1535, 'Rejowiec', ''),
(55586, 173, 1535, 'Rososz', ''),
(55587, 173, 1535, 'Rybczewice', ''),
(55588, 173, 1535, 'Ryki', ''),
(55589, 173, 1535, 'Serniki', ''),
(55590, 173, 1535, 'Serock', ''),
(55591, 173, 1535, 'Siedliszcze', ''),
(55592, 173, 1535, 'Stoczek Łukowski', ''),
(55593, 173, 1535, 'Susiec', ''),
(55594, 173, 1535, 'Swidnik', ''),
(55595, 173, 1535, 'Szczebrzeszyn', ''),
(55596, 173, 1535, 'Szostka', ''),
(55597, 173, 1535, 'Tarnogrod', ''),
(55598, 173, 1535, 'Tereszpol', ''),
(55599, 173, 1535, 'Tomaszow Lubelski', ''),
(55600, 173, 1535, 'Tomaszowice', ''),
(55601, 173, 1535, 'Towarzystwo', ''),
(55602, 173, 1535, 'Trzydnik', ''),
(55603, 173, 1535, 'Ulez', ''),
(55604, 173, 1535, 'Urszulin', ''),
(55605, 173, 1535, 'Uscimow Stary', ''),
(55606, 173, 1535, 'Werbkowice', ''),
(55607, 173, 1535, 'Wilkolaz', ''),
(55608, 173, 1535, 'Wlodawa', ''),
(55609, 173, 1535, 'Wola Uhruska', ''),
(55610, 173, 1535, 'Wyryki', ''),
(55611, 173, 1535, 'Zamość', ''),
(55612, 173, 1535, 'Zolkiewka', ''),
(55613, 173, 1536, 'Babimost', ''),
(55614, 173, 1536, 'Bledzew', ''),
(55615, 173, 1536, 'Bojadla', ''),
(55616, 173, 1536, 'Czerwiensk', ''),
(55617, 173, 1536, 'Deszczno', ''),
(55618, 173, 1536, 'Drezdenko', ''),
(55619, 173, 1536, 'Gmina Nowogród Bobrzański', ''),
(55620, 173, 1536, 'Gorzów Wielkopolski', ''),
(55621, 173, 1536, 'Gubin', ''),
(55622, 173, 1536, 'Klenica', ''),
(55623, 173, 1536, 'Klodawa', ''),
(55624, 173, 1536, 'Kostrzyn nad Odra', ''),
(55625, 173, 1536, 'Kozuchow', ''),
(55626, 173, 1536, 'Krosno Odrzanskie', ''),
(55627, 173, 1536, 'Leszno Gorne', ''),
(55628, 173, 1536, 'Lipinki Luzyckie', ''),
(55629, 173, 1536, 'Lubsko', ''),
(55630, 173, 1536, 'Międzyrzecz', ''),
(55631, 173, 1536, 'Niwica', ''),
(55632, 173, 1536, 'Nowa Sol', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(55633, 173, 1536, 'Nowe Miasteczko', ''),
(55634, 173, 1536, 'Nowogrod', ''),
(55635, 173, 1536, 'Opalewo', ''),
(55636, 173, 1536, 'Piaski', ''),
(55637, 173, 1536, 'Przylep', ''),
(55638, 173, 1536, 'Pszczew', ''),
(55639, 173, 1536, 'Santok', ''),
(55640, 173, 1536, 'Sieniawa Zarska', ''),
(55641, 173, 1536, 'Skwierzyna', ''),
(55642, 173, 1536, 'Strzelce Krajenskie', ''),
(55643, 173, 1536, 'Sulechow', ''),
(55644, 173, 1536, 'Szczaniec', ''),
(55645, 173, 1536, 'Szlichtyngowa', ''),
(55646, 173, 1536, 'Szprotawa', ''),
(55647, 173, 1536, 'Słubice', ''),
(55648, 173, 1536, 'Trzemeszno Lubuskie', ''),
(55649, 173, 1536, 'Witnica', ''),
(55650, 173, 1536, 'Wschowa', ''),
(55651, 173, 1536, 'Żagań', ''),
(55652, 173, 1536, 'Zary', ''),
(55653, 173, 1536, 'Zbaszynek', ''),
(55654, 173, 1536, 'Zielona Góra', ''),
(55655, 173, 1537, 'Augustowka', ''),
(55656, 173, 1537, 'Babice', ''),
(55657, 173, 1537, 'Bartniki', ''),
(55658, 173, 1537, 'Belsk Duzy', ''),
(55659, 173, 1537, 'Biala', ''),
(55660, 173, 1537, 'Biel', ''),
(55661, 173, 1537, 'Bielawy', ''),
(55662, 173, 1537, 'Bielsk', ''),
(55663, 173, 1537, 'Biezun', ''),
(55664, 173, 1537, 'Borzecin Duzy', ''),
(55665, 173, 1537, 'Branszczyk', ''),
(55666, 173, 1537, 'Błonie', ''),
(55667, 173, 1537, 'Cekanowo', ''),
(55668, 173, 1537, 'Celestynów', ''),
(55669, 173, 1537, 'Chotomow', ''),
(55670, 173, 1537, 'Chotynia', ''),
(55671, 173, 1537, 'Chrosla', ''),
(55672, 173, 1537, 'Chrusciele Nowe', ''),
(55673, 173, 1537, 'Chyliczki', ''),
(55674, 173, 1537, 'Ciechanów', ''),
(55675, 173, 1537, 'Cieksyn', ''),
(55676, 173, 1537, 'Czosnow', ''),
(55677, 173, 1537, 'Czyzew', ''),
(55678, 173, 1537, 'Dabrowka', ''),
(55679, 173, 1537, 'Dabrowka Lug', ''),
(55680, 173, 1537, 'Dreszew', ''),
(55681, 173, 1537, 'Drzewicz', ''),
(55682, 173, 1537, 'Gąbin', ''),
(55683, 173, 1537, 'Garbatka-Letnisko', ''),
(55684, 173, 1537, 'Garwolin', ''),
(55685, 173, 1537, 'Glinojeck', ''),
(55686, 173, 1537, 'Gmina Brwinów', ''),
(55687, 173, 1537, 'Gmina Puszcza Mariańska', ''),
(55688, 173, 1537, 'Gniewoszow', ''),
(55689, 173, 1537, 'Gora Kalwaria', ''),
(55690, 173, 1537, 'Gory', ''),
(55691, 173, 1537, 'Gostynin', ''),
(55692, 173, 1537, 'Goworowo', ''),
(55693, 173, 1537, 'Gołymin-Ośrodek', ''),
(55694, 173, 1537, 'Grodzisk', ''),
(55695, 173, 1537, 'Grodzisk Mazowiecki', ''),
(55696, 173, 1537, 'Grojec', ''),
(55697, 173, 1537, 'Gzy', ''),
(55698, 173, 1537, 'Halinow', ''),
(55699, 173, 1537, 'Hornowek', ''),
(55700, 173, 1537, 'Iwiczna', ''),
(55701, 173, 1537, 'Izabelin', ''),
(55702, 173, 1537, 'Janki', ''),
(55703, 173, 1537, 'Janowek', ''),
(55704, 173, 1537, 'Jedlnia-Letnisko', ''),
(55705, 173, 1537, 'Jednorożec', ''),
(55706, 173, 1537, 'Jozefoslaw', ''),
(55707, 173, 1537, 'Jozefow', ''),
(55708, 173, 1537, 'Kampinos', ''),
(55709, 173, 1537, 'Kanie', ''),
(55710, 173, 1537, 'Karczew', ''),
(55711, 173, 1537, 'Kałuszyn', ''),
(55712, 173, 1537, 'Kielpin', ''),
(55713, 173, 1537, 'Klembow', ''),
(55714, 173, 1537, 'Kobylka', ''),
(55715, 173, 1537, 'Kochow', ''),
(55716, 173, 1537, 'Kolonia Maszewo', ''),
(55717, 173, 1537, 'Komorow', ''),
(55718, 173, 1537, 'Konstancin-Jeziorna', ''),
(55719, 173, 1537, 'Korytnica', ''),
(55720, 173, 1537, 'Kotuń', ''),
(55721, 173, 1537, 'Kozienice', ''),
(55722, 173, 1537, 'Kołbiel', ''),
(55723, 173, 1537, 'Krasiniec', ''),
(55724, 173, 1537, 'Kroczewo', ''),
(55725, 173, 1537, 'Krzynowloga Mala', ''),
(55726, 173, 1537, 'Krzywie', ''),
(55727, 173, 1537, 'Kuczbork-Wies', ''),
(55728, 173, 1537, 'Kuligow', ''),
(55729, 173, 1537, 'Latchorzew', ''),
(55730, 173, 1537, 'Latowicz', ''),
(55731, 173, 1537, 'Lawki', ''),
(55732, 173, 1537, 'Legionowo', ''),
(55733, 173, 1537, 'Lesznowola', ''),
(55734, 173, 1537, 'Letnisko', ''),
(55735, 173, 1537, 'Liw', ''),
(55736, 173, 1537, 'Lochow', ''),
(55737, 173, 1537, 'Lomianki', ''),
(55738, 173, 1537, 'Lutocin', ''),
(55739, 173, 1537, 'Magnuszew', ''),
(55740, 173, 1537, 'Makow Mazowiecki', ''),
(55741, 173, 1537, 'Marki', ''),
(55742, 173, 1537, 'Michalow Grabina', ''),
(55743, 173, 1537, 'Miedzyborow', ''),
(55744, 173, 1537, 'Mijakowo', ''),
(55745, 173, 1537, 'Mikolajki', ''),
(55746, 173, 1537, 'Milanówek', ''),
(55747, 173, 1537, 'Mińsk Mazowiecki', ''),
(55748, 173, 1537, 'Mirowice', ''),
(55749, 173, 1537, 'Mszczonów', ''),
(55750, 173, 1537, 'Mysiadlo', ''),
(55751, 173, 1537, 'Myszyniec', ''),
(55752, 173, 1537, 'Mława', ''),
(55753, 173, 1537, 'Nadarzyn', ''),
(55754, 173, 1537, 'Nasielsk', ''),
(55755, 173, 1537, 'Nieporęt', ''),
(55756, 173, 1537, 'Nowe Miasto nad Pilica', ''),
(55757, 173, 1537, 'Nowy Dwor Mazowiecki', ''),
(55758, 173, 1537, 'Odrzywolek', ''),
(55759, 173, 1537, 'Okuniew', ''),
(55760, 173, 1537, 'Olszewnica Stara', ''),
(55761, 173, 1537, 'Oltarzew', ''),
(55762, 173, 1537, 'Orzel', ''),
(55763, 173, 1537, 'Osow', ''),
(55764, 173, 1537, 'Ostrow Mazowiecka', ''),
(55765, 173, 1537, 'Ostrołęka', ''),
(55766, 173, 1537, 'Otrebusy', ''),
(55767, 173, 1537, 'Otwock', ''),
(55768, 173, 1537, 'Ozarow Mazowiecki', ''),
(55769, 173, 1537, 'Parzniew', ''),
(55770, 173, 1537, 'Pecice', ''),
(55771, 173, 1537, 'Piaseczno', ''),
(55772, 173, 1537, 'Piastow', ''),
(55773, 173, 1537, 'Pilawa', ''),
(55774, 173, 1537, 'Pionki', ''),
(55775, 173, 1537, 'Pniewnik', ''),
(55776, 173, 1537, 'Pniewy', ''),
(55777, 173, 1537, 'Policzna', ''),
(55778, 173, 1537, 'Prabuty', ''),
(55779, 173, 1537, 'Pruszków', ''),
(55780, 173, 1537, 'Przasnysz', ''),
(55781, 173, 1537, 'Przysucha', ''),
(55782, 173, 1537, 'Przytyk', ''),
(55783, 173, 1537, 'Pułtusk', ''),
(55784, 173, 1537, 'Płock', ''),
(55785, 173, 1537, 'Płońsk', ''),
(55786, 173, 1537, 'Raciaz', ''),
(55787, 173, 1537, 'Radom', ''),
(55788, 173, 1537, 'Radzanow', ''),
(55789, 173, 1537, 'Radzymin', ''),
(55790, 173, 1537, 'Raszyn', ''),
(55791, 173, 1537, 'Ruda Wielka', ''),
(55792, 173, 1537, 'Rusiec', ''),
(55793, 173, 1537, 'Rybienko', ''),
(55794, 173, 1537, 'Rybno', ''),
(55795, 173, 1537, 'Rzasnik', ''),
(55796, 173, 1537, 'Sanniki', ''),
(55797, 173, 1537, 'Sekocin Nowy', ''),
(55798, 173, 1537, 'Serock', ''),
(55799, 173, 1537, 'Siedlce', ''),
(55800, 173, 1537, 'Sierpc', ''),
(55801, 173, 1537, 'Sierzchow', ''),
(55802, 173, 1537, 'Siwek', ''),
(55803, 173, 1537, 'Skaryszew', ''),
(55804, 173, 1537, 'Skierdy', ''),
(55805, 173, 1537, 'Slawno B', ''),
(55806, 173, 1537, 'Slupno', ''),
(55807, 173, 1537, 'Sobienie Jeziory', ''),
(55808, 173, 1537, 'Sobolew', ''),
(55809, 173, 1537, 'Sochaczew', ''),
(55810, 173, 1537, 'Soczewka', ''),
(55811, 173, 1537, 'Sokołów Podlaski', ''),
(55812, 173, 1537, 'Solec Nad Wisla', ''),
(55813, 173, 1537, 'Sońsk', ''),
(55814, 173, 1537, 'Stare Babice', ''),
(55815, 173, 1537, 'Staroźreby', ''),
(55816, 173, 1537, 'Strzeniowka', ''),
(55817, 173, 1537, 'Suchożebry', ''),
(55818, 173, 1537, 'Sulejowek', ''),
(55819, 173, 1537, 'Swierk', ''),
(55820, 173, 1537, 'Szulborze', ''),
(55821, 173, 1537, 'Szydlowiec', ''),
(55822, 173, 1537, 'Słubice', ''),
(55823, 173, 1537, 'Tarczyn', ''),
(55824, 173, 1537, 'Teresin', ''),
(55825, 173, 1537, 'Tłuszcz', ''),
(55826, 173, 1537, 'Unieck', ''),
(55827, 173, 1537, 'Warka', ''),
(55828, 173, 1537, 'Warsaw', ''),
(55829, 173, 1537, 'Warszawice', ''),
(55830, 173, 1537, 'Węgrów', ''),
(55831, 173, 1537, 'Wiazowna', ''),
(55832, 173, 1537, 'Wieliszew', ''),
(55833, 173, 1537, 'Wilcza Gora', ''),
(55834, 173, 1537, 'Winnica', ''),
(55835, 173, 1537, 'Wisniew', ''),
(55836, 173, 1537, 'Wolka', ''),
(55837, 173, 1537, 'Wołomin', ''),
(55838, 173, 1537, 'Wyszków', ''),
(55839, 173, 1537, 'Wyszogrod', ''),
(55840, 173, 1537, 'Zabia Wola', ''),
(55841, 173, 1537, 'Ząbki', ''),
(55842, 173, 1537, 'Zakroczym', ''),
(55843, 173, 1537, 'Zalesie Górne', ''),
(55844, 173, 1537, 'Zaluski', ''),
(55845, 173, 1537, 'Zamienie', ''),
(55846, 173, 1537, 'Zegrze', ''),
(55847, 173, 1537, 'Zielonka', ''),
(55848, 173, 1537, 'Zolwin', ''),
(55849, 173, 1537, 'Żuromin', ''),
(55850, 173, 1537, 'Zwolen', ''),
(55851, 173, 1537, 'Żyrardów', ''),
(55852, 173, 1537, 'Złotokłos', ''),
(55853, 173, 1538, 'Brzeg', ''),
(55854, 173, 1538, 'Chorula', ''),
(55855, 173, 1538, 'Chroscina', ''),
(55856, 173, 1538, 'Dobrodzien', ''),
(55857, 173, 1538, 'Dziergowice', ''),
(55858, 173, 1538, 'Falmirowice', ''),
(55859, 173, 1538, 'Glogowek', ''),
(55860, 173, 1538, 'Glubczyce', ''),
(55861, 173, 1538, 'Glucholazy', ''),
(55862, 173, 1538, 'Gogolin', ''),
(55863, 173, 1538, 'Gorzow Slaski', ''),
(55864, 173, 1538, 'Grodkow', ''),
(55865, 173, 1538, 'Izbicko', ''),
(55866, 173, 1538, 'Jasienica Dolna', ''),
(55867, 173, 1538, 'Kamienica', ''),
(55868, 173, 1538, 'Karczow', ''),
(55869, 173, 1538, 'Karlowice', ''),
(55870, 173, 1538, 'Kedzierzyn-Kozle', ''),
(55871, 173, 1538, 'Kepa', ''),
(55872, 173, 1538, 'Kietrz', ''),
(55873, 173, 1538, 'Kluczbork', ''),
(55874, 173, 1538, 'Komprachcice', ''),
(55875, 173, 1538, 'Krapkowice', ''),
(55876, 173, 1538, 'Lambinowice', ''),
(55877, 173, 1538, 'Lewin Brzeski', ''),
(55878, 173, 1538, 'Lubieszow', ''),
(55879, 173, 1538, 'Naczeslawice', ''),
(55880, 173, 1538, 'Namyslow', ''),
(55881, 173, 1538, 'Niezdrowice', ''),
(55882, 173, 1538, 'Nowy Swietow', ''),
(55883, 173, 1538, 'Nysa', ''),
(55884, 173, 1538, 'Olesno', ''),
(55885, 173, 1538, 'Opole', ''),
(55886, 173, 1538, 'Otmuchow', ''),
(55887, 173, 1538, 'Ozimek', ''),
(55888, 173, 1538, 'Piotrowka', ''),
(55889, 173, 1538, 'Praszka', ''),
(55890, 173, 1538, 'Proszkow', ''),
(55891, 173, 1538, 'Prudnik', ''),
(55892, 173, 1538, 'Raczka', ''),
(55893, 173, 1538, 'Strzelce Opolskie', ''),
(55894, 173, 1538, 'Swierczow', ''),
(55895, 173, 1538, 'Tarnow Opolski', ''),
(55896, 173, 1538, 'Zawadzkie', ''),
(55897, 173, 1538, 'Zdzieszowice', ''),
(55898, 173, 1538, 'Zebowice', ''),
(55899, 173, 1538, 'Zielecice', ''),
(55900, 173, 1539, 'Augustów', ''),
(55901, 173, 1539, 'Bialowieza', ''),
(55902, 173, 1539, 'Białystok', ''),
(55903, 173, 1539, 'Bielsk Podlaski', ''),
(55904, 173, 1539, 'Bohdan', ''),
(55905, 173, 1539, 'Brańsk', ''),
(55906, 173, 1539, 'Brok', ''),
(55907, 173, 1539, 'Brulin', ''),
(55908, 173, 1539, 'Choroszcz', ''),
(55909, 173, 1539, 'Czarna Białostocka', ''),
(55910, 173, 1539, 'Czeremcha', ''),
(55911, 173, 1539, 'Dabrowa Bialostocka', ''),
(55912, 173, 1539, 'Giby', ''),
(55913, 173, 1539, 'Gmina Ciechanowiec', ''),
(55914, 173, 1539, 'Gorna', ''),
(55915, 173, 1539, 'Grajewo', ''),
(55916, 173, 1539, 'Grodzisk', ''),
(55917, 173, 1539, 'Hajnówka', ''),
(55918, 173, 1539, 'Janów', ''),
(55919, 173, 1539, 'Jasionowka', ''),
(55920, 173, 1539, 'Jastrzabka', ''),
(55921, 173, 1539, 'Juchnowiec Koscielny', ''),
(55922, 173, 1539, 'Kolno', ''),
(55923, 173, 1539, 'Kolonia Ignatki', ''),
(55924, 173, 1539, 'Krynica', ''),
(55925, 173, 1539, 'Krypno', ''),
(55926, 173, 1539, 'Kuznica', ''),
(55927, 173, 1539, 'Lipsk', ''),
(55928, 173, 1539, 'Marczuk', ''),
(55929, 173, 1539, 'Michałowo', ''),
(55930, 173, 1539, 'Mońki', ''),
(55931, 173, 1539, 'Niewodnica Koscielna', ''),
(55932, 173, 1539, 'Nowiniki', ''),
(55933, 173, 1539, 'Nurzec', ''),
(55934, 173, 1539, 'Ogrodniczki', ''),
(55935, 173, 1539, 'Podgorne', ''),
(55936, 173, 1539, 'Rudka', ''),
(55937, 173, 1539, 'Sejny', ''),
(55938, 173, 1539, 'Sidra', ''),
(55939, 173, 1539, 'Siemiatycze', ''),
(55940, 173, 1539, 'Śniadowo', ''),
(55941, 173, 1539, 'Sobieszczki', ''),
(55942, 173, 1539, 'Sokółka', ''),
(55943, 173, 1539, 'Suchowola', ''),
(55944, 173, 1539, 'Supraśl', ''),
(55945, 173, 1539, 'Suwałki', ''),
(55946, 173, 1539, 'Szczuczyn', ''),
(55947, 173, 1539, 'Wasilkow', ''),
(55948, 173, 1539, 'Wizna', ''),
(55949, 173, 1539, 'Wojciech', ''),
(55950, 173, 1539, 'Wysokie Mazowieckie', ''),
(55951, 173, 1539, 'Zabłudów', ''),
(55952, 173, 1539, 'Zaluski', ''),
(55953, 173, 1539, 'Zambrów', ''),
(55954, 173, 1539, 'Łapy', ''),
(55955, 173, 1539, 'Łomża', ''),
(55956, 173, 1540, 'Banino', ''),
(55957, 173, 1540, 'Bielkowko', ''),
(55958, 173, 1540, 'Bojano', ''),
(55959, 173, 1540, 'Bolszewo', ''),
(55960, 173, 1540, 'Brusy', ''),
(55961, 173, 1540, 'Bytów', ''),
(55962, 173, 1540, 'Cedry Wielkie', ''),
(55963, 173, 1540, 'Charzykowy', ''),
(55964, 173, 1540, 'Choczewo', ''),
(55965, 173, 1540, 'Chojnice', ''),
(55966, 173, 1540, 'Chojniczki', ''),
(55967, 173, 1540, 'Chwaszczyno', ''),
(55968, 173, 1540, 'Czersk', ''),
(55969, 173, 1540, 'Czluchow', ''),
(55970, 173, 1540, 'Damnica', ''),
(55971, 173, 1540, 'Debnica Kaszubska', ''),
(55972, 173, 1540, 'Dzierzazno', ''),
(55973, 173, 1540, 'Dzierzgon', ''),
(55974, 173, 1540, 'Elganowo', ''),
(55975, 173, 1540, 'Frank', ''),
(55976, 173, 1540, 'Garczegorze', ''),
(55977, 173, 1540, 'Gardeja', ''),
(55978, 173, 1540, 'Gdańsk', ''),
(55979, 173, 1540, 'Gdynia', ''),
(55980, 173, 1540, 'Glincz', ''),
(55981, 173, 1540, 'Gmina Chmielno', ''),
(55982, 173, 1540, 'Gmina Konarzyny', ''),
(55983, 173, 1540, 'Gmina Potęgowo', ''),
(55984, 173, 1540, 'Gmina Wicko', ''),
(55985, 173, 1540, 'Gniew', ''),
(55986, 173, 1540, 'Gniewino', ''),
(55987, 173, 1540, 'Gowino', ''),
(55988, 173, 1540, 'Gołubie', ''),
(55989, 173, 1540, 'Grobelno', ''),
(55990, 173, 1540, 'Jablowo', ''),
(55991, 173, 1540, 'Jastrzebia Gora', ''),
(55992, 173, 1540, 'Juszkowo', ''),
(55993, 173, 1540, 'Kamienica Krolewska', ''),
(55994, 173, 1540, 'Kartuzy', ''),
(55995, 173, 1540, 'Kielno', ''),
(55996, 173, 1540, 'Kiełpino', ''),
(55997, 173, 1540, 'Kleszczewko', ''),
(55998, 173, 1540, 'Kolbudy', ''),
(55999, 173, 1540, 'Koleczkowo', ''),
(56000, 173, 1540, 'Kolincz', ''),
(56001, 173, 1540, 'Kosakowo', ''),
(56002, 173, 1540, 'Koscierzyna', ''),
(56003, 173, 1540, 'Koteze', ''),
(56004, 173, 1540, 'Kowale', ''),
(56005, 173, 1540, 'Kwidzyn', ''),
(56006, 173, 1540, 'Laska', ''),
(56007, 173, 1540, 'Lebork', ''),
(56008, 173, 1540, 'Legowo', ''),
(56009, 173, 1540, 'Lichnowy', ''),
(56010, 173, 1540, 'Lipusz', ''),
(56011, 173, 1540, 'Lubichowo', ''),
(56012, 173, 1540, 'Lubiszewo Tczewskie', ''),
(56013, 173, 1540, 'Lysniewo Sierakowskie', ''),
(56014, 173, 1540, 'Malbork', ''),
(56015, 173, 1540, 'Mary', ''),
(56016, 173, 1540, 'Mezowo', ''),
(56017, 173, 1540, 'Miastko', ''),
(56018, 173, 1540, 'Mierzeszyn', ''),
(56019, 173, 1540, 'Miloradz', ''),
(56020, 173, 1540, 'Mirachowo', ''),
(56021, 173, 1540, 'Nowe Lignowy', ''),
(56022, 173, 1540, 'Nowy Barkoczyn', ''),
(56023, 173, 1540, 'Nowy Dwor Gdanski', ''),
(56024, 173, 1540, 'Odargowo', ''),
(56025, 173, 1540, 'Oksywie', ''),
(56026, 173, 1540, 'Ostaszewo', ''),
(56027, 173, 1540, 'Otomin', ''),
(56028, 173, 1540, 'Pelplin', ''),
(56029, 173, 1540, 'Pruszcz Gdanski', ''),
(56030, 173, 1540, 'Przodkowo', ''),
(56031, 173, 1540, 'Przyjazn', ''),
(56032, 173, 1540, 'Pszczolki', ''),
(56033, 173, 1540, 'Puck', ''),
(56034, 173, 1540, 'Reda', ''),
(56035, 173, 1540, 'Rumia', ''),
(56036, 173, 1540, 'Ryjewo', ''),
(56037, 173, 1540, 'Rytel', ''),
(56038, 173, 1540, 'Rzeczenica', ''),
(56039, 173, 1540, 'Siemirowice', ''),
(56040, 173, 1540, 'Skarszewy', ''),
(56041, 173, 1540, 'Skorcz', ''),
(56042, 173, 1540, 'Slawoszyno', ''),
(56043, 173, 1540, 'Smetowo Graniczne', ''),
(56044, 173, 1540, 'Sopot', ''),
(56045, 173, 1540, 'Stare Pole', ''),
(56046, 173, 1540, 'Starogard Gdański', ''),
(56047, 173, 1540, 'Stary Dzierzgoń', ''),
(56048, 173, 1540, 'Stary Targ', ''),
(56049, 173, 1540, 'Straszyn', ''),
(56050, 173, 1540, 'Swarozyn', ''),
(56051, 173, 1540, 'Swieszyno', ''),
(56052, 173, 1540, 'Szpegawa', ''),
(56053, 173, 1540, 'Sztum', ''),
(56054, 173, 1540, 'Sztutowo', ''),
(56055, 173, 1540, 'Słupsk', ''),
(56056, 173, 1540, 'Tczew', ''),
(56057, 173, 1540, 'Tokary', ''),
(56058, 173, 1540, 'Tuchomie', ''),
(56059, 173, 1540, 'Ustka', ''),
(56060, 173, 1540, 'Wejherowo', ''),
(56061, 173, 1540, 'Wysin', ''),
(56062, 173, 1540, 'Władysławowo', ''),
(56063, 173, 1540, 'Zblewo', ''),
(56064, 173, 1540, 'Zelistrzewo', ''),
(56065, 173, 1540, 'Zukowo', ''),
(56066, 173, 1541, 'Aleksandria Pierwsza', ''),
(56067, 173, 1541, 'Będzin', ''),
(56068, 173, 1541, 'Bielsko-Biala', ''),
(56069, 173, 1541, 'Bierun', ''),
(56070, 173, 1541, 'Biery', ''),
(56071, 173, 1541, 'Blachownia', ''),
(56072, 173, 1541, 'Bluszczow', ''),
(56073, 173, 1541, 'Bobrowniki', ''),
(56074, 173, 1541, 'Bojszow', ''),
(56075, 173, 1541, 'Bojszowy', ''),
(56076, 173, 1541, 'Boronow', ''),
(56077, 173, 1541, 'Brenna', ''),
(56078, 173, 1541, 'Bystra', ''),
(56079, 173, 1541, 'Bytom', ''),
(56080, 173, 1541, 'Chechlo', ''),
(56081, 173, 1541, 'Chorzów', ''),
(56082, 173, 1541, 'Ciasna', ''),
(56083, 173, 1541, 'Ciecina', ''),
(56084, 173, 1541, 'Cieszyn', ''),
(56085, 173, 1541, 'Cykarzew', ''),
(56086, 173, 1541, 'Czaniec', ''),
(56087, 173, 1541, 'Czechowice-Dziedzice', ''),
(56088, 173, 1541, 'Czeladz', ''),
(56089, 173, 1541, 'Czerwionka-Leszczyny', ''),
(56090, 173, 1541, 'Częstochowa', ''),
(56091, 173, 1541, 'Dąbrowa Górnicza', ''),
(56092, 173, 1541, 'Debowiec', ''),
(56093, 173, 1541, 'Drogomysl', ''),
(56094, 173, 1541, 'Gaszowice', ''),
(56095, 173, 1541, 'Gilowice', ''),
(56096, 173, 1541, 'Gliwice', ''),
(56097, 173, 1541, 'Godow', ''),
(56098, 173, 1541, 'Gogolowa', ''),
(56099, 173, 1541, 'Golasowice', ''),
(56100, 173, 1541, 'Goleszow', ''),
(56101, 173, 1541, 'Gora', ''),
(56102, 173, 1541, 'Gorzow', ''),
(56103, 173, 1541, 'Grabiec', ''),
(56104, 173, 1541, 'Hadra', ''),
(56105, 173, 1541, 'Hazlach', ''),
(56106, 173, 1541, 'Hecznarowice', ''),
(56107, 173, 1541, 'Imielin', ''),
(56108, 173, 1541, 'Istebna', ''),
(56109, 173, 1541, 'Jankowice', ''),
(56110, 173, 1541, 'Jaroszow', ''),
(56111, 173, 1541, 'Jasienica', ''),
(56112, 173, 1541, 'Jastrzebie', ''),
(56113, 173, 1541, 'Jastrzębie Zdrój', ''),
(56114, 173, 1541, 'Jaworze', ''),
(56115, 173, 1541, 'Jaworzno', ''),
(56116, 173, 1541, 'Jejkowice', ''),
(56117, 173, 1541, 'Kalety', ''),
(56118, 173, 1541, 'Kamesznica', ''),
(56119, 173, 1541, 'Kamienica Polska', ''),
(56120, 173, 1541, 'Kamieniec', ''),
(56121, 173, 1541, 'Katowice', ''),
(56122, 173, 1541, 'Klobuck', ''),
(56123, 173, 1541, 'Klomnice', ''),
(56124, 173, 1541, 'Knurow', ''),
(56125, 173, 1541, 'Kobiernice', ''),
(56126, 173, 1541, 'Kobior', ''),
(56127, 173, 1541, 'Kochanowice', ''),
(56128, 173, 1541, 'Kochcice', ''),
(56129, 173, 1541, 'Konczyce Male', ''),
(56130, 173, 1541, 'Koniecpol', ''),
(56131, 173, 1541, 'Konin', ''),
(56132, 173, 1541, 'Konopiska', ''),
(56133, 173, 1541, 'Koscielec', ''),
(56134, 173, 1541, 'Koszecin', ''),
(56135, 173, 1541, 'Kozy', ''),
(56136, 173, 1541, 'Kroczyce', ''),
(56137, 173, 1541, 'Krostoszowice', ''),
(56138, 173, 1541, 'Krzyzowa', ''),
(56139, 173, 1541, 'Kuznia Raciborska', ''),
(56140, 173, 1541, 'Landek', ''),
(56141, 173, 1541, 'Laziska', ''),
(56142, 173, 1541, 'Laziska Gorne', ''),
(56143, 173, 1541, 'Ledziny', ''),
(56144, 173, 1541, 'Lodygowice', ''),
(56145, 173, 1541, 'Lubliniec', ''),
(56146, 173, 1541, 'Lubomia', ''),
(56147, 173, 1541, 'Lubsza', ''),
(56148, 173, 1541, 'Lyski', ''),
(56149, 173, 1541, 'Maria', ''),
(56150, 173, 1541, 'Marklowice', ''),
(56151, 173, 1541, 'Mazancowice', ''),
(56152, 173, 1541, 'Miasteczko Slaskie', ''),
(56153, 173, 1541, 'Miedzybrodzie Zywieckie', ''),
(56154, 173, 1541, 'Mierzecice', ''),
(56155, 173, 1541, 'Mikołów', ''),
(56156, 173, 1541, 'Mstow', ''),
(56157, 173, 1541, 'Mszana', ''),
(56158, 173, 1541, 'Mucharz', ''),
(56159, 173, 1541, 'Myszkow', ''),
(56160, 173, 1541, 'Mysłowice', ''),
(56161, 173, 1541, 'Nedza', ''),
(56162, 173, 1541, 'Nieborowice', ''),
(56163, 173, 1541, 'Niegowa', ''),
(56164, 173, 1541, 'Nowa Wies', ''),
(56165, 173, 1541, 'Ogrodzieniec', ''),
(56166, 173, 1541, 'Olsztyn', ''),
(56167, 173, 1541, 'Ornontowice', ''),
(56168, 173, 1541, 'Orzesze', ''),
(56169, 173, 1541, 'Owsiszcze', ''),
(56170, 173, 1541, 'Ozarowice', ''),
(56171, 173, 1541, 'Paczyna', ''),
(56172, 173, 1541, 'Panki', ''),
(56173, 173, 1541, 'Pawlowice', ''),
(56174, 173, 1541, 'Piekary Slaskie', ''),
(56175, 173, 1541, 'Pietrzykowice', ''),
(56176, 173, 1541, 'Pisarzowice', ''),
(56177, 173, 1541, 'Podlasie', ''),
(56178, 173, 1541, 'Pogrzebien', ''),
(56179, 173, 1541, 'Pogwizdow', ''),
(56180, 173, 1541, 'Popow', ''),
(56181, 173, 1541, 'Poraj', ''),
(56182, 173, 1541, 'Poreba', ''),
(56183, 173, 1541, 'Preczow', ''),
(56184, 173, 1541, 'Przeczyce', ''),
(56185, 173, 1541, 'Przybynow', ''),
(56186, 173, 1541, 'Przylekow', ''),
(56187, 173, 1541, 'Przystajn', ''),
(56188, 173, 1541, 'Przyszowice', ''),
(56189, 173, 1541, 'Psary', ''),
(56190, 173, 1541, 'Pszczyna', ''),
(56191, 173, 1541, 'Pszow', ''),
(56192, 173, 1541, 'Puszczew', ''),
(56193, 173, 1541, 'Pyskowice', ''),
(56194, 173, 1541, 'Rachowice', ''),
(56195, 173, 1541, 'Racibórz', ''),
(56196, 173, 1541, 'Radlin', ''),
(56197, 173, 1541, 'Radostowice', ''),
(56198, 173, 1541, 'Radziechowy', ''),
(56199, 173, 1541, 'Radzionkow', ''),
(56200, 173, 1541, 'Rajcza', ''),
(56201, 173, 1541, 'Rebielice Krolewskie', ''),
(56202, 173, 1541, 'Rogoznik', ''),
(56203, 173, 1541, 'Rokitno', ''),
(56204, 173, 1541, 'Ruda Śląska', ''),
(56205, 173, 1541, 'Rudy', ''),
(56206, 173, 1541, 'Rudziniec', ''),
(56207, 173, 1541, 'Rybnik', ''),
(56208, 173, 1541, 'Rydułtowy', ''),
(56209, 173, 1541, 'Siemianowice Śląskie', ''),
(56210, 173, 1541, 'Siewierz', ''),
(56211, 173, 1541, 'Skoczow', ''),
(56212, 173, 1541, 'Skrzyszow', ''),
(56213, 173, 1541, 'Slawkow', ''),
(56214, 173, 1541, 'Sosnicowice', ''),
(56215, 173, 1541, 'Sosnowiec', ''),
(56216, 173, 1541, 'Studzionka', ''),
(56217, 173, 1541, 'Suszec', ''),
(56218, 173, 1541, 'Swibie', ''),
(56219, 173, 1541, 'Swierklany', ''),
(56220, 173, 1541, 'Świętochłowice', ''),
(56221, 173, 1541, 'Syrynia', ''),
(56222, 173, 1541, 'Szczyrk', ''),
(56223, 173, 1541, 'Tapkowice', ''),
(56224, 173, 1541, 'Tarnowskie Gory', ''),
(56225, 173, 1541, 'Turza Slaska', ''),
(56226, 173, 1541, 'Tworog', ''),
(56227, 173, 1541, 'Tychy', ''),
(56228, 173, 1541, 'Ustron', ''),
(56229, 173, 1541, 'Warszowice', ''),
(56230, 173, 1541, 'Wielowies', ''),
(56231, 173, 1541, 'Wieszowa', ''),
(56232, 173, 1541, 'Wisla', ''),
(56233, 173, 1541, 'Wodzisław Śląski', ''),
(56234, 173, 1541, 'Wojkowice', ''),
(56235, 173, 1541, 'Wojkowice Koscielne', ''),
(56236, 173, 1541, 'Wojska', ''),
(56237, 173, 1541, 'Wrzosowa', ''),
(56238, 173, 1541, 'Wyry', ''),
(56239, 173, 1541, 'Zabrze', ''),
(56240, 173, 1541, 'Zabrzeg', ''),
(56241, 173, 1541, 'Zamarski', ''),
(56242, 173, 1541, 'Zawada', ''),
(56243, 173, 1541, 'Zawiercie', ''),
(56244, 173, 1541, 'Zbytkow', ''),
(56245, 173, 1541, 'Zebrzydowice', ''),
(56246, 173, 1541, 'Zernica', ''),
(56247, 173, 1541, 'Zielona', ''),
(56248, 173, 1541, 'Żory', ''),
(56249, 173, 1541, 'Żywiec', ''),
(56250, 173, 1542, 'Albigowa', ''),
(56251, 173, 1542, 'Babice', ''),
(56252, 173, 1542, 'Baligrod', ''),
(56253, 173, 1542, 'Baranow Sandomierski', ''),
(56254, 173, 1542, 'Bedziemysl', ''),
(56255, 173, 1542, 'Bircza', ''),
(56256, 173, 1542, 'Blazowa', ''),
(56257, 173, 1542, 'Bobrowa', ''),
(56258, 173, 1542, 'Borowa', ''),
(56259, 173, 1542, 'Brzozow', ''),
(56260, 173, 1542, 'Budy Lancuckie', ''),
(56261, 173, 1542, 'Chlopice', ''),
(56262, 173, 1542, 'Chmielnik', ''),
(56263, 173, 1542, 'Chorkowka', ''),
(56264, 173, 1542, 'Cieszanow', ''),
(56265, 173, 1542, 'Czarna', ''),
(56266, 173, 1542, 'Czudec', ''),
(56267, 173, 1542, 'Darow', ''),
(56268, 173, 1542, 'Debica', ''),
(56269, 173, 1542, 'Dobrzechow', ''),
(56270, 173, 1542, 'Dukla', ''),
(56271, 173, 1542, 'Dynow', ''),
(56272, 173, 1542, 'Gac', ''),
(56273, 173, 1542, 'Gawluszowice', ''),
(56274, 173, 1542, 'Glogow Malopolski', ''),
(56275, 173, 1542, 'Glowienka', ''),
(56276, 173, 1542, 'Gmina Narol', ''),
(56277, 173, 1542, 'Golcowa', ''),
(56278, 173, 1542, 'Grebow', ''),
(56279, 173, 1542, 'Grodzisko Dolne', ''),
(56280, 173, 1542, 'Harklowa', ''),
(56281, 173, 1542, 'Horyniec-Zdroj', ''),
(56282, 173, 1542, 'Humniska', ''),
(56283, 173, 1542, 'Iwonicz-Zdroj', ''),
(56284, 173, 1542, 'Jarosław', ''),
(56285, 173, 1542, 'Jasionka', ''),
(56286, 173, 1542, 'Jaslo', ''),
(56287, 173, 1542, 'Jedlicze', ''),
(56288, 173, 1542, 'Jezowe', ''),
(56289, 173, 1542, 'Kanczuga', ''),
(56290, 173, 1542, 'Kobylany', ''),
(56291, 173, 1542, 'Kolbuszowa', ''),
(56292, 173, 1542, 'Kombornia', ''),
(56293, 173, 1542, 'Kosina', ''),
(56294, 173, 1542, 'Krasne', ''),
(56295, 173, 1542, 'Krosno', ''),
(56296, 173, 1542, 'Lancut', ''),
(56297, 173, 1542, 'Lesko', ''),
(56298, 173, 1542, 'Lezajsk', ''),
(56299, 173, 1542, 'Lubaczow', ''),
(56300, 173, 1542, 'Lubenia', ''),
(56301, 173, 1542, 'Lukowe', ''),
(56302, 173, 1542, 'Mackowice', ''),
(56303, 173, 1542, 'Majdan Krolewski', ''),
(56304, 173, 1542, 'Mala', ''),
(56305, 173, 1542, 'Miejsce Piastowe', ''),
(56306, 173, 1542, 'Mielec', ''),
(56307, 173, 1542, 'Nagoszyn', ''),
(56308, 173, 1542, 'Niechobrz', ''),
(56309, 173, 1542, 'Nienadowka', ''),
(56310, 173, 1542, 'Nisko', ''),
(56311, 173, 1542, 'Nowa Deba', ''),
(56312, 173, 1542, 'Odrzykon', ''),
(56313, 173, 1542, 'Oleszyce', ''),
(56314, 173, 1542, 'Plazow', ''),
(56315, 173, 1542, 'Polanczyk', ''),
(56316, 173, 1542, 'Polomia', ''),
(56317, 173, 1542, 'Pruchnik', ''),
(56318, 173, 1542, 'Przeclaw', ''),
(56319, 173, 1542, 'Przemysl', ''),
(56320, 173, 1542, 'Przeworsk', ''),
(56321, 173, 1542, 'Radymno', ''),
(56322, 173, 1542, 'Rakszawa', ''),
(56323, 173, 1542, 'Ranizow', ''),
(56324, 173, 1542, 'Ropczyce', ''),
(56325, 173, 1542, 'Ropienka', ''),
(56326, 173, 1542, 'Rowne', ''),
(56327, 173, 1542, 'Rzepedz', ''),
(56328, 173, 1542, 'Rzeszów', ''),
(56329, 173, 1542, 'Sanok', ''),
(56330, 173, 1542, 'Sedziszow Malopolski', ''),
(56331, 173, 1542, 'Skopanie', ''),
(56332, 173, 1542, 'Stalowa Wola', ''),
(56333, 173, 1542, 'Straszecin', ''),
(56334, 173, 1542, 'Strzegocice', ''),
(56335, 173, 1542, 'Strzyzow', ''),
(56336, 173, 1542, 'Swietoniowa', ''),
(56337, 173, 1542, 'Swilcza', ''),
(56338, 173, 1542, 'Szowsko', ''),
(56339, 173, 1542, 'Tarnobrzeg', ''),
(56340, 173, 1542, 'Trzciana', ''),
(56341, 173, 1542, 'Trzebownisko', ''),
(56342, 173, 1542, 'Trzesniow', ''),
(56343, 173, 1542, 'Tyczyn', ''),
(56344, 173, 1542, 'Ustrzyki Dolne', ''),
(56345, 173, 1542, 'Wadowice Gorne', ''),
(56346, 173, 1542, 'Wielkie Oczy', ''),
(56347, 173, 1542, 'Wola Dalsza', ''),
(56348, 173, 1542, 'Zaczernie', ''),
(56349, 173, 1542, 'Zagorzyce', ''),
(56350, 173, 1542, 'Zarszyn', ''),
(56351, 173, 1542, 'Zarzecze', ''),
(56352, 173, 1542, 'Zglobien', ''),
(56353, 173, 1542, 'Zolynia', ''),
(56354, 173, 1542, 'Zrecin', ''),
(56355, 173, 1542, 'Zyrakow', ''),
(56356, 173, 1543, 'Balice', ''),
(56357, 173, 1543, 'Bejsce', ''),
(56358, 173, 1543, 'Bilcza', ''),
(56359, 173, 1543, 'Blizyn', ''),
(56360, 173, 1543, 'Bobrza', ''),
(56361, 173, 1543, 'Bodzentyn', ''),
(56362, 173, 1543, 'Borkow', ''),
(56363, 173, 1543, 'Brody', ''),
(56364, 173, 1543, 'Brzezie', ''),
(56365, 173, 1543, 'Busko-Zdrój', ''),
(56366, 173, 1543, 'Checiny', ''),
(56367, 173, 1543, 'Chmielnik', ''),
(56368, 173, 1543, 'Daleszyce', ''),
(56369, 173, 1543, 'Dziurow', ''),
(56370, 173, 1543, 'Eustachow', ''),
(56371, 173, 1543, 'Gmina Jędrzejów', ''),
(56372, 173, 1543, 'Gmina Końskie', ''),
(56373, 173, 1543, 'Gmina Morawica', ''),
(56374, 173, 1543, 'Gmina Opatowiec', ''),
(56375, 173, 1543, 'Gmina Połaniec', ''),
(56376, 173, 1543, 'Gmina Szydłów', ''),
(56377, 173, 1543, 'Gorno', ''),
(56378, 173, 1543, 'Grabki Duze', ''),
(56379, 173, 1543, 'Imielno', ''),
(56380, 173, 1543, 'Jasien', ''),
(56381, 173, 1543, 'Jezow', ''),
(56382, 173, 1543, 'Kamionka', ''),
(56383, 173, 1543, 'Katy', ''),
(56384, 173, 1543, 'Kielce', ''),
(56385, 173, 1543, 'Klimontow', ''),
(56386, 173, 1543, 'Koszyce', ''),
(56387, 173, 1543, 'Krasocin', ''),
(56388, 173, 1543, 'Krepice', ''),
(56389, 173, 1543, 'Kunow', ''),
(56390, 173, 1543, 'Laczna', ''),
(56391, 173, 1543, 'Lipnik', ''),
(56392, 173, 1543, 'Loniow', ''),
(56393, 173, 1543, 'Malogoszcz', ''),
(56394, 173, 1543, 'Miedziana Gora', ''),
(56395, 173, 1543, 'Mirkowice', ''),
(56396, 173, 1543, 'Motkowice', ''),
(56397, 173, 1543, 'Nowa Huta', ''),
(56398, 173, 1543, 'Nowa Slupia', ''),
(56399, 173, 1543, 'Oksa', ''),
(56400, 173, 1543, 'Opatow', ''),
(56401, 173, 1543, 'Ostrow', ''),
(56402, 173, 1543, 'Ostrowiec Świętokrzyski', ''),
(56403, 173, 1543, 'Ozarow', ''),
(56404, 173, 1543, 'Piasek', ''),
(56405, 173, 1543, 'Piekoszow', ''),
(56406, 173, 1543, 'Pinczow', ''),
(56407, 173, 1543, 'Podgorze', ''),
(56408, 173, 1543, 'Pokrzywnica', ''),
(56409, 173, 1543, 'Popowice', ''),
(56410, 173, 1543, 'Rytwiany', ''),
(56411, 173, 1543, 'Sandomierz', ''),
(56412, 173, 1543, 'Sedziszow', ''),
(56413, 173, 1543, 'Serwis', ''),
(56414, 173, 1543, 'Skarzysko-Kamienna', ''),
(56415, 173, 1543, 'Skoki', ''),
(56416, 173, 1543, 'Sobotka', ''),
(56417, 173, 1543, 'Solec-Zdroj', ''),
(56418, 173, 1543, 'Starachowice', ''),
(56419, 173, 1543, 'Staszow', ''),
(56420, 173, 1543, 'Strawczyn', ''),
(56421, 173, 1543, 'Suchedniow', ''),
(56422, 173, 1543, 'Swierczow', ''),
(56423, 173, 1543, 'Swoboda', ''),
(56424, 173, 1543, 'Szalas', ''),
(56425, 173, 1543, 'Tecza', ''),
(56426, 173, 1543, 'Teofilow', ''),
(56427, 173, 1543, 'Tomaszow', ''),
(56428, 173, 1543, 'Wachock', ''),
(56429, 173, 1543, 'Wasniow', ''),
(56430, 173, 1543, 'Wilczyce', ''),
(56431, 173, 1543, 'Wlostow', ''),
(56432, 173, 1543, 'Wloszczowa', ''),
(56433, 173, 1543, 'Wojciechowice', ''),
(56434, 173, 1543, 'Zagnansk', ''),
(56435, 173, 1543, 'Zawada', ''),
(56436, 173, 1544, 'Barczewo', ''),
(56437, 173, 1544, 'Bartoszyce', ''),
(56438, 173, 1544, 'Biskupiec', ''),
(56439, 173, 1544, 'Bisztynek', ''),
(56440, 173, 1544, 'Borowe', ''),
(56441, 173, 1544, 'Braniewo', ''),
(56442, 173, 1544, 'Chelm', ''),
(56443, 173, 1544, 'Czarne', ''),
(56444, 173, 1544, 'Dabrowno', ''),
(56445, 173, 1544, 'Dabrowskie', ''),
(56446, 173, 1544, 'Dobre Miasto', ''),
(56447, 173, 1544, 'Dywity', ''),
(56448, 173, 1544, 'Działdowo', ''),
(56449, 173, 1544, 'Dzwierzuty', ''),
(56450, 173, 1544, 'Elblag', ''),
(56451, 173, 1544, 'Ełk', ''),
(56452, 173, 1544, 'Gierzwald', ''),
(56453, 173, 1544, 'Giżycko', ''),
(56454, 173, 1544, 'Gorowo Ilaweckie', ''),
(56455, 173, 1544, 'Gołdap', ''),
(56456, 173, 1544, 'Grodziczno', ''),
(56457, 173, 1544, 'Gronowo Elblaskie', ''),
(56458, 173, 1544, 'Ilowo', ''),
(56459, 173, 1544, 'Iława', ''),
(56460, 173, 1544, 'Janowiec Koscielny', ''),
(56461, 173, 1544, 'Jonkowo', ''),
(56462, 173, 1544, 'Kętrzyn', ''),
(56463, 173, 1544, 'Kolonia', ''),
(56464, 173, 1544, 'Korsze', ''),
(56465, 173, 1544, 'Kosakowo', ''),
(56466, 173, 1544, 'Krzyze', ''),
(56467, 173, 1544, 'Lidzbark', ''),
(56468, 173, 1544, 'Lidzbark Warmiński', ''),
(56469, 173, 1544, 'Lubawa', ''),
(56470, 173, 1544, 'Miłomłyn', ''),
(56471, 173, 1544, 'Morąg', ''),
(56472, 173, 1544, 'Mragowo', ''),
(56473, 173, 1544, 'Młynary', ''),
(56474, 173, 1544, 'Narzym', ''),
(56475, 173, 1544, 'Nidzica', ''),
(56476, 173, 1544, 'Nowe Miasto Lubawskie', ''),
(56477, 173, 1544, 'Olecko', ''),
(56478, 173, 1544, 'Olsztyn', ''),
(56479, 173, 1544, 'Olsztynek', ''),
(56480, 173, 1544, 'Orneta', ''),
(56481, 173, 1544, 'Orzysz', ''),
(56482, 173, 1544, 'Ostróda', ''),
(56483, 173, 1544, 'Ostrog', ''),
(56484, 173, 1544, 'Pasym', ''),
(56485, 173, 1544, 'Pasłęk', ''),
(56486, 173, 1544, 'Pisz', ''),
(56487, 173, 1544, 'Reszel', ''),
(56488, 173, 1544, 'Ryn', ''),
(56489, 173, 1544, 'Stare Juchy', ''),
(56490, 173, 1544, 'Stawiguda', ''),
(56491, 173, 1544, 'Susz', ''),
(56492, 173, 1544, 'Szczytno', ''),
(56493, 173, 1544, 'Tolkmicko', ''),
(56494, 173, 1544, 'Wieliczki', ''),
(56495, 173, 1545, 'Barlinek', ''),
(56496, 173, 1545, 'Barwice', ''),
(56497, 173, 1545, 'Białogard', ''),
(56498, 173, 1545, 'Biesiekierz', ''),
(56499, 173, 1545, 'Bobolin', ''),
(56500, 173, 1545, 'Boguslaw', ''),
(56501, 173, 1545, 'Borne Sulinowo', ''),
(56502, 173, 1545, 'Chojna', ''),
(56503, 173, 1545, 'Choszczno', ''),
(56504, 173, 1545, 'Czaplinek', ''),
(56505, 173, 1545, 'Darłowo', ''),
(56506, 173, 1545, 'Debno', ''),
(56507, 173, 1545, 'Dobra', ''),
(56508, 173, 1545, 'Doluje', ''),
(56509, 173, 1545, 'Drawsko Pomorskie', ''),
(56510, 173, 1545, 'Drzewica', ''),
(56511, 173, 1545, 'Dygowo', ''),
(56512, 173, 1545, 'Dziwnow', ''),
(56513, 173, 1545, 'Dzwirzyno', ''),
(56514, 173, 1545, 'Goleniów', ''),
(56515, 173, 1545, 'Gorzno', ''),
(56516, 173, 1545, 'Gorzyce', ''),
(56517, 173, 1545, 'Goscino', ''),
(56518, 173, 1545, 'Gryfice', ''),
(56519, 173, 1545, 'Gryfino', ''),
(56520, 173, 1545, 'Insko', ''),
(56521, 173, 1545, 'Kamien Pomorski', ''),
(56522, 173, 1545, 'Karlino', ''),
(56523, 173, 1545, 'Karsko', ''),
(56524, 173, 1545, 'Kedzierzyn', ''),
(56525, 173, 1545, 'Kliniska', ''),
(56526, 173, 1545, 'Kolbaskowo', ''),
(56527, 173, 1545, 'Koszalin', ''),
(56528, 173, 1545, 'Kołobrzeg', ''),
(56529, 173, 1545, 'Kunowo', ''),
(56530, 173, 1545, 'Maszewo', ''),
(56531, 173, 1545, 'Miedzywodzie', ''),
(56532, 173, 1545, 'Miedzyzdroje', ''),
(56533, 173, 1545, 'Mierzyn', ''),
(56534, 173, 1545, 'Moryn', ''),
(56535, 173, 1545, 'Mscice', ''),
(56536, 173, 1545, 'Mysliborz', ''),
(56537, 173, 1545, 'Nowogard', ''),
(56538, 173, 1545, 'Nowogrodek Pomorski', ''),
(56539, 173, 1545, 'Polanow', ''),
(56540, 173, 1545, 'Polczyn-Zdroj', ''),
(56541, 173, 1545, 'Police', ''),
(56542, 173, 1545, 'Pomorskie', ''),
(56543, 173, 1545, 'Przeclaw', ''),
(56544, 173, 1545, 'Przemyslaw', ''),
(56545, 173, 1545, 'Pucice', ''),
(56546, 173, 1545, 'Pyrzyce', ''),
(56547, 173, 1545, 'Resko', ''),
(56548, 173, 1545, 'Rosnowo', ''),
(56549, 173, 1545, 'Ryman', ''),
(56550, 173, 1545, 'Sianow', ''),
(56551, 173, 1545, 'Stara Dabrowa', ''),
(56552, 173, 1545, 'Stargard Szczeciński', ''),
(56553, 173, 1545, 'Swidwin', ''),
(56554, 173, 1545, 'Świnoujście', ''),
(56555, 173, 1545, 'Szczecin', ''),
(56556, 173, 1545, 'Szczecinek', ''),
(56557, 173, 1545, 'Sławno', ''),
(56558, 173, 1545, 'Tanowo', ''),
(56559, 173, 1545, 'Trzeszczyn', ''),
(56560, 173, 1545, 'Uniescie', ''),
(56561, 173, 1545, 'Ustronie Morskie', ''),
(56562, 173, 1545, 'Walcz', ''),
(56563, 173, 1545, 'Warzymice', ''),
(56564, 173, 1545, 'Wicko', ''),
(56565, 173, 1545, 'Wielawino', ''),
(56566, 173, 1545, 'Wierzchowo', ''),
(56567, 173, 1545, 'Wilczkowo', ''),
(56568, 173, 1545, 'Wolczkowo', ''),
(56569, 173, 1545, 'Wolin', ''),
(56570, 173, 1545, 'Zalom', ''),
(56571, 173, 1545, 'Zarnowo', ''),
(56572, 173, 1545, 'Zlocieniec', ''),
(56573, 173, 1546, 'Aleksandrów Łódzki', ''),
(56574, 173, 1546, 'Andrespol', ''),
(56575, 173, 1546, 'Antoniew', ''),
(56576, 173, 1546, 'Arkadia', ''),
(56577, 173, 1546, 'Bełchatów', ''),
(56578, 173, 1546, 'Bialynin', ''),
(56579, 173, 1546, 'Bolimów', ''),
(56580, 173, 1546, 'Brojce', ''),
(56581, 173, 1546, 'Brzeziny', ''),
(56582, 173, 1546, 'Bukow', ''),
(56583, 173, 1546, 'Bukowiec', ''),
(56584, 173, 1546, 'Burzenin', ''),
(56585, 173, 1546, 'Chechlo', ''),
(56586, 173, 1546, 'Dobron', ''),
(56587, 173, 1546, 'Dobroszyce', ''),
(56588, 173, 1546, 'Dylow', ''),
(56589, 173, 1546, 'Dzielna', ''),
(56590, 173, 1546, 'Galkow Maly', ''),
(56591, 173, 1546, 'Glowno', ''),
(56592, 173, 1546, 'Gmina Błaszki', ''),
(56593, 173, 1546, 'Gmina Grabica', ''),
(56594, 173, 1546, 'Gmina Lutomiersk', ''),
(56595, 173, 1546, 'Gmina Moszczenica', ''),
(56596, 173, 1546, 'Gmina Osjaków', ''),
(56597, 173, 1546, 'Gmina Poddębice', ''),
(56598, 173, 1546, 'Gmina Przedbórz', ''),
(56599, 173, 1546, 'Gmina Sędziejowice', ''),
(56600, 173, 1546, 'Gmina Widawa', ''),
(56601, 173, 1546, 'Gora', ''),
(56602, 173, 1546, 'Grabów', ''),
(56603, 173, 1546, 'Grzebien', ''),
(56604, 173, 1546, 'Guzow', ''),
(56605, 173, 1546, 'Izabela', ''),
(56606, 173, 1546, 'Janinow', ''),
(56607, 173, 1546, 'Kamiensk', ''),
(56608, 173, 1546, 'Kaweczyn', ''),
(56609, 173, 1546, 'Kaweczyn Nowy', ''),
(56610, 173, 1546, 'Kazimierz', ''),
(56611, 173, 1546, 'Kleszczow', ''),
(56612, 173, 1546, 'Klonowa', ''),
(56613, 173, 1546, 'Koluszki', ''),
(56614, 173, 1546, 'Konstantynow Lodzki', ''),
(56615, 173, 1546, 'Krezce', ''),
(56616, 173, 1546, 'Krośniewice', ''),
(56617, 173, 1546, 'Ksawerow', ''),
(56618, 173, 1546, 'Kurek', ''),
(56619, 173, 1546, 'Kutno', ''),
(56620, 173, 1546, 'Kwirynow', ''),
(56621, 173, 1546, 'Lask', ''),
(56622, 173, 1546, 'Lipce Reymontowskie', ''),
(56623, 173, 1546, 'Lowicz', ''),
(56624, 173, 1546, 'Lubochnia', ''),
(56625, 173, 1546, 'Magdalenka', ''),
(56626, 173, 1546, 'Mirkow', ''),
(56627, 173, 1546, 'Naramice', ''),
(56628, 173, 1546, 'Nieborow', ''),
(56629, 173, 1546, 'Niewiadow', ''),
(56630, 173, 1546, 'Nowy Dwor', ''),
(56631, 173, 1546, 'Opoczno', ''),
(56632, 173, 1546, 'Ostrowy', ''),
(56633, 173, 1546, 'Ozorkow', ''),
(56634, 173, 1546, 'Pabianice', ''),
(56635, 173, 1546, 'Pajeczno', ''),
(56636, 173, 1546, 'Peczniew', ''),
(56637, 173, 1546, 'Piotrków Trybunalski', ''),
(56638, 173, 1546, 'Praca', ''),
(56639, 173, 1546, 'Rabien', ''),
(56640, 173, 1546, 'Radomsko', ''),
(56641, 173, 1546, 'Rawa Mazowiecka', ''),
(56642, 173, 1546, 'Rogowiec', ''),
(56643, 173, 1546, 'Rokiciny', ''),
(56644, 173, 1546, 'Rozprza', ''),
(56645, 173, 1546, 'Rydzynki', ''),
(56646, 173, 1546, 'Siedlec', ''),
(56647, 173, 1546, 'Siemkowice', ''),
(56648, 173, 1546, 'Sieradz', ''),
(56649, 173, 1546, 'Skierniewice', ''),
(56650, 173, 1546, 'Slawno', ''),
(56651, 173, 1546, 'Smardzewice', ''),
(56652, 173, 1546, 'Strykow', ''),
(56653, 173, 1546, 'Strzelce Wielkie', ''),
(56654, 173, 1546, 'Strzemeszna', ''),
(56655, 173, 1546, 'Strzyzow', ''),
(56656, 173, 1546, 'Sulejow', ''),
(56657, 173, 1546, 'Sulmierzyce', ''),
(56658, 173, 1546, 'Szczercow', ''),
(56659, 173, 1546, 'Szeligi', ''),
(56660, 173, 1546, 'Tomaszow', ''),
(56661, 173, 1546, 'Tomaszów Mazowiecki', ''),
(56662, 173, 1546, 'Tuszyn', ''),
(56663, 173, 1546, 'Tyczyn', ''),
(56664, 173, 1546, 'Ujazd', ''),
(56665, 173, 1546, 'Uniejów', ''),
(56666, 173, 1546, 'Ustronie', ''),
(56667, 173, 1546, 'Wieluń', ''),
(56668, 173, 1546, 'Wieruszow', ''),
(56669, 173, 1546, 'Wlodzimierz', ''),
(56670, 173, 1546, 'Wola Krzysztoporska', ''),
(56671, 173, 1546, 'Wola Moszczenicka', ''),
(56672, 173, 1546, 'Wola Rakowa', ''),
(56673, 173, 1546, 'Wola Zaradzynska', ''),
(56674, 173, 1546, 'Wolborz', ''),
(56675, 173, 1546, 'Wroblew', ''),
(56676, 173, 1546, 'Wyszanow', ''),
(56677, 173, 1546, 'Zakowice', ''),
(56678, 173, 1546, 'Zdunska Wola', ''),
(56679, 173, 1546, 'Zelow', ''),
(56680, 173, 1546, 'Zgierz', ''),
(56681, 173, 1546, 'Zielone', ''),
(56682, 173, 1546, 'Zofia', ''),
(56683, 173, 1546, 'Łęczyca', ''),
(56684, 173, 1546, 'Łódź', ''),
(56685, 174, 1547, 'Acores', ''),
(56686, 174, 1547, 'Águeda Municipality', ''),
(56687, 174, 1547, 'Albergaria-a-Velha', ''),
(56688, 174, 1547, 'Anadia', ''),
(56689, 174, 1547, 'Angeja', ''),
(56690, 174, 1547, 'Antes', ''),
(56691, 174, 1547, 'Arcozelo', ''),
(56692, 174, 1547, 'Argoncilhe', ''),
(56693, 174, 1547, 'Arouca', ''),
(56694, 174, 1547, 'Arrifana', ''),
(56695, 174, 1547, 'Avanca', ''),
(56696, 174, 1547, 'Aveiro', ''),
(56697, 174, 1547, 'Azenha', ''),
(56698, 174, 1547, 'Branca', ''),
(56699, 174, 1547, 'Cabecinhas', ''),
(56700, 174, 1547, 'Calvao', ''),
(56701, 174, 1547, 'Cambra', ''),
(56702, 174, 1547, 'Canedinho', ''),
(56703, 174, 1547, 'Casainho', ''),
(56704, 174, 1547, 'Castelo de Paiva', ''),
(56705, 174, 1547, 'Cesar', ''),
(56706, 174, 1547, 'Cortegaca', ''),
(56707, 174, 1547, 'Cucujaes', ''),
(56708, 174, 1547, 'Escapaes', ''),
(56709, 174, 1547, 'Escariz', ''),
(56710, 174, 1547, 'Esgueira', ''),
(56711, 174, 1547, 'Esmoriz', ''),
(56712, 174, 1547, 'Espinho', ''),
(56713, 174, 1547, 'Estarreja', ''),
(56714, 174, 1547, 'Fajoes', ''),
(56715, 174, 1547, 'Feira', ''),
(56716, 174, 1547, 'Fermentelos', ''),
(56717, 174, 1547, 'Fiaes', ''),
(56718, 174, 1547, 'Fontinha', ''),
(56719, 174, 1547, 'Gafanha da Nazare', ''),
(56720, 174, 1547, 'Ilhavo', ''),
(56721, 174, 1547, 'Lobao', ''),
(56722, 174, 1547, 'Lourosa', ''),
(56723, 174, 1547, 'Luso', ''),
(56724, 174, 1547, 'Maceda', ''),
(56725, 174, 1547, 'Mamarrosa', ''),
(56726, 174, 1547, 'Mealhada', ''),
(56727, 174, 1547, 'Monte', ''),
(56728, 174, 1547, 'Mourisca do Vouga', ''),
(56729, 174, 1547, 'Murtosa', ''),
(56730, 174, 1547, 'Nogueira', ''),
(56731, 174, 1547, 'Nogueira da Regedoura', ''),
(56732, 174, 1547, 'Oliveira de Azeméis', ''),
(56733, 174, 1547, 'Oliveira do Bairro', ''),
(56734, 174, 1547, 'Ovar', ''),
(56735, 174, 1547, 'Pacos de Brandao', ''),
(56736, 174, 1547, 'Pampilhosa do Botao', ''),
(56737, 174, 1547, 'Rio Meao', ''),
(56738, 174, 1547, 'Rocas do Vouga', ''),
(56739, 174, 1547, 'Romariz', ''),
(56740, 174, 1547, 'Sangalhos', ''),
(56741, 174, 1547, 'Sao Joao da Madeira', ''),
(56742, 174, 1547, 'Sao Joao de Ver', ''),
(56743, 174, 1547, 'Sever do Vouga', ''),
(56744, 174, 1547, 'Sobrado de Paiva', ''),
(56745, 174, 1547, 'Tamengos', ''),
(56746, 174, 1547, 'Travanca', ''),
(56747, 174, 1547, 'Travasso', ''),
(56748, 174, 1547, 'Troviscal', ''),
(56749, 174, 1547, 'Vagos', ''),
(56750, 174, 1547, 'Vale de Cambra', ''),
(56751, 174, 1547, 'Vale de Lobo', ''),
(56752, 174, 1547, 'Valega', ''),
(56753, 174, 1547, 'Valongo', ''),
(56754, 174, 1547, 'Vila Cha', ''),
(56755, 174, 1547, 'Vila Nova', ''),
(56756, 174, 1548, 'Angra do Heroísmo', ''),
(56757, 174, 1548, 'Horta', ''),
(56758, 174, 1548, 'Lagoa', ''),
(56759, 174, 1548, 'Lajes', ''),
(56760, 174, 1548, 'Ponta', ''),
(56761, 174, 1548, 'Ponta Delgada', ''),
(56762, 174, 1548, 'Porto Judeu', ''),
(56763, 174, 1548, 'Povoacao', ''),
(56764, 174, 1548, 'Praia da Vitoria', ''),
(56765, 174, 1548, 'Ribeira das Tainhas', ''),
(56766, 174, 1548, 'Ribeira Grande', ''),
(56767, 174, 1548, 'Santo Espirito', ''),
(56768, 174, 1548, 'Sao Roque do Pico', ''),
(56769, 174, 1548, 'Vila do Porto', ''),
(56770, 174, 1549, 'Alfandega da Fe', ''),
(56771, 174, 1549, 'Braganca', ''),
(56772, 174, 1549, 'Lodoes', ''),
(56773, 174, 1549, 'Macedo de Cavaleiros', ''),
(56774, 174, 1549, 'Miranda do Douro', ''),
(56775, 174, 1549, 'Mirandela', ''),
(56776, 174, 1549, 'Palacoulo', ''),
(56777, 174, 1549, 'Torre de Dona Chama', ''),
(56778, 174, 1549, 'Vale Pereiro', ''),
(56779, 174, 1549, 'Vila Nova', ''),
(56780, 174, 1549, 'Vinhais', ''),
(56781, 174, 1550, 'Alcains', ''),
(56782, 174, 1550, 'Almeida', ''),
(56783, 174, 1550, 'Celorico da Beira', ''),
(56784, 174, 1550, 'Figueira de Castelo Rodrigo Municipality', ''),
(56785, 174, 1550, 'Fornos de Algodres', ''),
(56786, 174, 1550, 'Freixedas', ''),
(56787, 174, 1550, 'Gouveia', ''),
(56788, 174, 1550, 'Guarda', ''),
(56789, 174, 1550, 'Meda', ''),
(56790, 174, 1550, 'Miuzela', ''),
(56791, 174, 1550, 'Nespereira', ''),
(56792, 174, 1550, 'Pinhel', ''),
(56793, 174, 1550, 'Sabugal', ''),
(56794, 174, 1550, 'Santa Marinha', ''),
(56795, 174, 1550, 'Sao Romao', ''),
(56796, 174, 1550, 'Seia', ''),
(56797, 174, 1550, 'Trancoso', ''),
(56798, 174, 1550, 'Vale de Estrela', ''),
(56799, 174, 1550, 'Vide', ''),
(56800, 174, 1550, 'Vila Franca das Naves', ''),
(56801, 174, 1550, 'Vila Nova de Tazem', ''),
(56802, 174, 1550, 'Vilar Formoso', ''),
(56803, 174, 1551, 'Aljustrel', ''),
(56804, 174, 1551, 'Almodovar', ''),
(56805, 174, 1551, 'Alvito', ''),
(56806, 174, 1551, 'Beja', ''),
(56807, 174, 1551, 'Beringel', ''),
(56808, 174, 1551, 'Castro Verde Municipality', ''),
(56809, 174, 1551, 'Cuba', ''),
(56810, 174, 1551, 'Ferreira do Alentejo', ''),
(56811, 174, 1551, 'Longueira', ''),
(56812, 174, 1551, 'Moura', ''),
(56813, 174, 1551, 'Odemira', ''),
(56814, 174, 1551, 'Ourique', ''),
(56815, 174, 1551, 'Quinta', ''),
(56816, 174, 1551, 'Sao Luis', ''),
(56817, 174, 1551, 'Sao Teotonio', ''),
(56818, 174, 1551, 'Serpa', ''),
(56819, 174, 1551, 'Vidigueira', ''),
(56820, 174, 1551, 'Vila Alva', ''),
(56821, 174, 1551, 'Vila Nova da Baronia', ''),
(56822, 174, 1551, 'Vila Nova de Milfontes', ''),
(56823, 174, 1552, 'Abadim', ''),
(56824, 174, 1552, 'Amares', ''),
(56825, 174, 1552, 'Apulia', ''),
(56826, 174, 1552, 'Bacelos', ''),
(56827, 174, 1552, 'Barcelos', ''),
(56828, 174, 1552, 'Braga', ''),
(56829, 174, 1552, 'Cabeceiras de Basto', ''),
(56830, 174, 1552, 'Caldas', ''),
(56831, 174, 1552, 'Caldas das Taipas', ''),
(56832, 174, 1552, 'Caldas de Vizela', ''),
(56833, 174, 1552, 'Cambeses', ''),
(56834, 174, 1552, 'Courel', ''),
(56835, 174, 1552, 'Delaes', ''),
(56836, 174, 1552, 'Esposende', ''),
(56837, 174, 1552, 'Fafe', ''),
(56838, 174, 1552, 'Fao', ''),
(56839, 174, 1552, 'Forjaes', ''),
(56840, 174, 1552, 'Fradelos', ''),
(56841, 174, 1552, 'Fragoso', ''),
(56842, 174, 1552, 'Guardizela', ''),
(56843, 174, 1552, 'Guimarães', ''),
(56844, 174, 1552, 'Joane', ''),
(56845, 174, 1552, 'Lago', ''),
(56846, 174, 1552, 'Landim', ''),
(56847, 174, 1552, 'Lousado', ''),
(56848, 174, 1552, 'Macieira de Rates', ''),
(56849, 174, 1552, 'Mangualde', ''),
(56850, 174, 1552, 'Manhente', ''),
(56851, 174, 1552, 'Marinhas', ''),
(56852, 174, 1552, 'Mesao Frio', ''),
(56853, 174, 1552, 'Moreira de Conegos', ''),
(56854, 174, 1552, 'Nine', ''),
(56855, 174, 1552, 'Novais', ''),
(56856, 174, 1552, 'Ponte', ''),
(56857, 174, 1552, 'Povoa de Lanhoso', ''),
(56858, 174, 1552, 'Prado', ''),
(56859, 174, 1552, 'Real', ''),
(56860, 174, 1552, 'Rendufe', ''),
(56861, 174, 1552, 'Requiao', ''),
(56862, 174, 1552, 'Riba de Ave', ''),
(56863, 174, 1552, 'Ribeirao', ''),
(56864, 174, 1552, 'Sande', ''),
(56865, 174, 1552, 'Serzedelo', ''),
(56866, 174, 1552, 'Sistais', ''),
(56867, 174, 1552, 'Tamel', ''),
(56868, 174, 1552, 'Vale', ''),
(56869, 174, 1552, 'Viatodos', ''),
(56870, 174, 1552, 'Vieira do Minho', ''),
(56871, 174, 1552, 'Vila Nova de Famalicao', ''),
(56872, 174, 1552, 'Vila Verde', ''),
(56873, 174, 1552, 'Vizela', ''),
(56874, 174, 1553, 'Alpedrinha', ''),
(56875, 174, 1553, 'Atalaia', ''),
(56876, 174, 1553, 'Barrantes', ''),
(56877, 174, 1553, 'Barroca Grande', ''),
(56878, 174, 1553, 'Belmonte', ''),
(56879, 174, 1553, 'Caria', ''),
(56880, 174, 1553, 'Castelo Branco', ''),
(56881, 174, 1553, 'Castelo Novo', ''),
(56882, 174, 1553, 'Cebolais de Cima', ''),
(56883, 174, 1553, 'Cernache do Bonjardim', ''),
(56884, 174, 1553, 'Covilha', ''),
(56885, 174, 1553, 'Escalos de Baixo', ''),
(56886, 174, 1553, 'Escalos de Cima', ''),
(56887, 174, 1553, 'Estreito', ''),
(56888, 174, 1553, 'Ferro', ''),
(56889, 174, 1553, 'Fundada', ''),
(56890, 174, 1553, 'Fundao', ''),
(56891, 174, 1553, 'Idanha-a-Nova', ''),
(56892, 174, 1553, 'Madeira', ''),
(56893, 174, 1553, 'Paul', ''),
(56894, 174, 1553, 'Penamacor', ''),
(56895, 174, 1553, 'Proenca-a-Nova', ''),
(56896, 174, 1553, 'Santo Andre das Tojeiras', ''),
(56897, 174, 1553, 'Sarnadinha', ''),
(56898, 174, 1553, 'Serta', ''),
(56899, 174, 1553, 'Silvares', ''),
(56900, 174, 1553, 'Teixoso', ''),
(56901, 174, 1553, 'Unhais da Serra', ''),
(56902, 174, 1553, 'Vila de Rei', ''),
(56903, 174, 1553, 'Zibreira', ''),
(56904, 174, 1554, 'Alfarelos', ''),
(56905, 174, 1554, 'Arazede', ''),
(56906, 174, 1554, 'Arganil', ''),
(56907, 174, 1554, 'Bouca', ''),
(56908, 174, 1554, 'Cabecos', ''),
(56909, 174, 1554, 'Cadima', ''),
(56910, 174, 1554, 'Cantanhede', ''),
(56911, 174, 1554, 'Carapinheira', ''),
(56912, 174, 1554, 'Casal', ''),
(56913, 174, 1554, 'Ceira', ''),
(56914, 174, 1554, 'Cernache', ''),
(56915, 174, 1554, 'Coimbra', ''),
(56916, 174, 1554, 'Condeixa-a-Nova', ''),
(56917, 174, 1554, 'Condeixa-a-Velha', ''),
(56918, 174, 1554, 'Eira Pedrinha', ''),
(56919, 174, 1554, 'Figueira da Foz Municipality', ''),
(56920, 174, 1554, 'Gala', ''),
(56921, 174, 1554, 'Gatoes', ''),
(56922, 174, 1554, 'Granja do Ulmeiro', ''),
(56923, 174, 1554, 'Lagoas', ''),
(56924, 174, 1554, 'Lavos', ''),
(56925, 174, 1554, 'Lorvao', ''),
(56926, 174, 1554, 'Lousã', ''),
(56927, 174, 1554, 'Maiorca', ''),
(56928, 174, 1554, 'Meas do Campo', ''),
(56929, 174, 1554, 'Mira', ''),
(56930, 174, 1554, 'Miranda do Corvo', ''),
(56931, 174, 1554, 'Montemor-o-Velho', ''),
(56932, 174, 1554, 'Oliveira do Hospital', ''),
(56933, 174, 1554, 'Pampilhosa da Serra', ''),
(56934, 174, 1554, 'Parada', ''),
(56935, 174, 1554, 'Pedrulha', ''),
(56936, 174, 1554, 'Penacova', ''),
(56937, 174, 1554, 'Penela', ''),
(56938, 174, 1554, 'Pinheiro de Coja', ''),
(56939, 174, 1554, 'Poiares', ''),
(56940, 174, 1554, 'Praia de Mira', ''),
(56941, 174, 1554, 'Ribeira de Frades', ''),
(56942, 174, 1554, 'Rodao', ''),
(56943, 174, 1554, 'Sao Martinho da Cortica', ''),
(56944, 174, 1554, 'Sao Paio', ''),
(56945, 174, 1554, 'Sao Silvestre', ''),
(56946, 174, 1554, 'Senhora das Febres', ''),
(56947, 174, 1554, 'Soure Municipality', ''),
(56948, 174, 1554, 'Souselas', ''),
(56949, 174, 1554, 'Tabua', ''),
(56950, 174, 1554, 'Taveiro', ''),
(56951, 174, 1554, 'Tentugal', ''),
(56952, 174, 1554, 'Tojal', ''),
(56953, 174, 1554, 'Verride', ''),
(56954, 174, 1554, 'Vila Franca', ''),
(56955, 174, 1554, 'Vila Nova de Ancos', ''),
(56956, 174, 1554, 'Vila Nova de Oliveirinha', ''),
(56957, 174, 1555, 'Alandroal', ''),
(56958, 174, 1555, 'Alcacovas', ''),
(56959, 174, 1555, 'Arraiolos', ''),
(56960, 174, 1555, 'Azaruja', ''),
(56961, 174, 1555, 'Bencatel', ''),
(56962, 174, 1555, 'Borba', ''),
(56963, 174, 1555, 'Estremoz', ''),
(56964, 174, 1555, 'Evora', ''),
(56965, 174, 1555, 'Forte', ''),
(56966, 174, 1555, 'Igrejinha', ''),
(56967, 174, 1555, 'Montemor-o-Novo', ''),
(56968, 174, 1555, 'Portel', ''),
(56969, 174, 1555, 'Redondo', ''),
(56970, 174, 1555, 'Reguengos de Monsaraz', ''),
(56971, 174, 1555, 'Sao Miguel de Machede', ''),
(56972, 174, 1555, 'Terena', ''),
(56973, 174, 1555, 'Vendas Novas', ''),
(56974, 174, 1555, 'Viana do Alentejo', ''),
(56975, 174, 1555, 'Vila Vicosa', ''),
(56976, 174, 1556, 'Albufeira', ''),
(56977, 174, 1556, 'Algoz', ''),
(56978, 174, 1556, 'Aljezur', ''),
(56979, 174, 1556, 'Almancil', ''),
(56980, 174, 1556, 'Altura', ''),
(56981, 174, 1556, 'Alvor', ''),
(56982, 174, 1556, 'Armacao de Pera', ''),
(56983, 174, 1556, 'Boliqueime', ''),
(56984, 174, 1556, 'Cacela', ''),
(56985, 174, 1556, 'Carvoeiro', ''),
(56986, 174, 1556, 'Castro Marim', ''),
(56987, 174, 1556, 'Chao das Donas', ''),
(56988, 174, 1556, 'Estoi', ''),
(56989, 174, 1556, 'Estombar', ''),
(56990, 174, 1556, 'Faro', ''),
(56991, 174, 1556, 'Ferreiras', ''),
(56992, 174, 1556, 'Lagoa', ''),
(56993, 174, 1556, 'Lagos', ''),
(56994, 174, 1556, 'Loule', ''),
(56995, 174, 1556, 'Moncarapacho', ''),
(56996, 174, 1556, 'Monchique', ''),
(56997, 174, 1556, 'Monte Gordo', ''),
(56998, 174, 1556, 'Odiaxere', ''),
(56999, 174, 1556, 'Olhao', ''),
(57000, 174, 1556, 'Parchal', ''),
(57001, 174, 1556, 'Pera', ''),
(57002, 174, 1556, 'Portimao', ''),
(57003, 174, 1556, 'Praia do Carvoeiro', ''),
(57004, 174, 1556, 'Quarteira', ''),
(57005, 174, 1556, 'Sagres', ''),
(57006, 174, 1556, 'Salir', ''),
(57007, 174, 1556, 'Santa Barbara de Nexe', ''),
(57008, 174, 1556, 'Sao Bartolomeu de Messines', ''),
(57009, 174, 1556, 'Sao Bras de Alportel', ''),
(57010, 174, 1556, 'Silves', ''),
(57011, 174, 1556, 'Tavira Municipality', ''),
(57012, 174, 1556, 'Tunes', ''),
(57013, 174, 1556, 'Vendas Novas', ''),
(57014, 174, 1556, 'Vila do Bispo', ''),
(57015, 174, 1556, 'Vila Real de Santo António', ''),
(57016, 174, 1557, 'Aguda', ''),
(57017, 174, 1557, 'Albergaria dos Doze', ''),
(57018, 174, 1557, 'Alcobaca', ''),
(57019, 174, 1557, 'Alfeizerao', ''),
(57020, 174, 1557, 'Alpedriz', ''),
(57021, 174, 1557, 'Alqueidao', ''),
(57022, 174, 1557, 'Alqueidao da Serra', ''),
(57023, 174, 1557, 'Alvaiazere', ''),
(57024, 174, 1557, 'Amor', ''),
(57025, 174, 1557, 'Ansiao', ''),
(57026, 174, 1557, 'Arelho', ''),
(57027, 174, 1557, 'Atouguia da Baleia', ''),
(57028, 174, 1557, 'Batalha', ''),
(57029, 174, 1557, 'Benedita', ''),
(57030, 174, 1557, 'Bombarral', ''),
(57031, 174, 1557, 'Brejo', ''),
(57032, 174, 1557, 'Burinhosa', ''),
(57033, 174, 1557, 'Caldas da Rainha', ''),
(57034, 174, 1557, 'Caranguejeira', ''),
(57035, 174, 1557, 'Carrico', ''),
(57036, 174, 1557, 'Carvalhal', ''),
(57037, 174, 1557, 'Carvide', ''),
(57038, 174, 1557, 'Casais do Porto', ''),
(57039, 174, 1557, 'Coimbra', ''),
(57040, 174, 1557, 'Colmeias', ''),
(57041, 174, 1557, 'Ferrel', ''),
(57042, 174, 1557, 'Figueiro dos Vinhos', ''),
(57043, 174, 1557, 'Foz do Arelho', ''),
(57044, 174, 1557, 'Gandara dos Olivais', ''),
(57045, 174, 1557, 'Lagarteira', ''),
(57046, 174, 1557, 'Leiria', ''),
(57047, 174, 1557, 'Lourical', ''),
(57048, 174, 1557, 'Maceira', ''),
(57049, 174, 1557, 'Marinha Grande', ''),
(57050, 174, 1557, 'Martinganca', ''),
(57051, 174, 1557, 'Mata Mourisca', ''),
(57052, 174, 1557, 'Mendiga', ''),
(57053, 174, 1557, 'Monte Real', ''),
(57054, 174, 1557, 'Nazaré', ''),
(57055, 174, 1557, 'Obidos', ''),
(57056, 174, 1557, 'Ortigosa', ''),
(57057, 174, 1557, 'Pataias', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(57058, 174, 1557, 'Pego', ''),
(57059, 174, 1557, 'Peniche', ''),
(57060, 174, 1557, 'Pinhal', ''),
(57061, 174, 1557, 'Pombal', ''),
(57062, 174, 1557, 'Porto de Mos', ''),
(57063, 174, 1557, 'Pousos', ''),
(57064, 174, 1557, 'Rostos', ''),
(57065, 174, 1557, 'Salgueiro', ''),
(57066, 174, 1557, 'Santarem', ''),
(57067, 174, 1557, 'Santiago da Guarda', ''),
(57068, 174, 1557, 'Sao Martinho do Porto', ''),
(57069, 174, 1557, 'Turquel', ''),
(57070, 174, 1557, 'Vieira de Leiria', ''),
(57071, 174, 1557, 'Vimeiro', ''),
(57072, 174, 1558, 'Aldeia da Mata', ''),
(57073, 174, 1558, 'Alter do Chao', ''),
(57074, 174, 1558, 'Assumar', ''),
(57075, 174, 1558, 'Avis', ''),
(57076, 174, 1558, 'Beira', ''),
(57077, 174, 1558, 'Cabeco de Vide', ''),
(57078, 174, 1558, 'Campo Maior', ''),
(57079, 174, 1558, 'Cano', ''),
(57080, 174, 1558, 'Castelo de Vide', ''),
(57081, 174, 1558, 'Elvas', ''),
(57082, 174, 1558, 'Fronteira', ''),
(57083, 174, 1558, 'Monforte', ''),
(57084, 174, 1558, 'Nisa', ''),
(57085, 174, 1558, 'Ponte de Sor', ''),
(57086, 174, 1558, 'Portalegre', ''),
(57087, 174, 1558, 'Portugal', ''),
(57088, 174, 1558, 'Povoa e Meadas', ''),
(57089, 174, 1558, 'Quinta', ''),
(57090, 174, 1558, 'Santo Antonio das Areias', ''),
(57091, 174, 1558, 'Souzel', ''),
(57092, 174, 1558, 'Vila Boim', ''),
(57093, 174, 1559, 'Abitureiras', ''),
(57094, 174, 1559, 'Abrantes', ''),
(57095, 174, 1559, 'Achete', ''),
(57096, 174, 1559, 'Alburitel', ''),
(57097, 174, 1559, 'Alcanena', ''),
(57098, 174, 1559, 'Almeirim', ''),
(57099, 174, 1559, 'Alpiarca', ''),
(57100, 174, 1559, 'Alvega', ''),
(57101, 174, 1559, 'Amiaes de Baixo', ''),
(57102, 174, 1559, 'Arrouquelas', ''),
(57103, 174, 1559, 'Azinhaga', ''),
(57104, 174, 1559, 'Barrosa', ''),
(57105, 174, 1559, 'Bemfica', ''),
(57106, 174, 1559, 'Benavente', ''),
(57107, 174, 1559, 'Brogueira', ''),
(57108, 174, 1559, 'Calvinos', ''),
(57109, 174, 1559, 'Caneiro', ''),
(57110, 174, 1559, 'Cartaxo', ''),
(57111, 174, 1559, 'Cavaleiros', ''),
(57112, 174, 1559, 'Constancia', ''),
(57113, 174, 1559, 'Corticois', ''),
(57114, 174, 1559, 'Coruche', ''),
(57115, 174, 1559, 'Covao do Coelho', ''),
(57116, 174, 1559, 'Entroncamento', ''),
(57117, 174, 1559, 'Fátima', ''),
(57118, 174, 1559, 'Fazendas de Almeirim', ''),
(57119, 174, 1559, 'Ferreira do Zezere', ''),
(57120, 174, 1559, 'Gloria', ''),
(57121, 174, 1559, 'Golega', ''),
(57122, 174, 1559, 'Lapas', ''),
(57123, 174, 1559, 'Macao', ''),
(57124, 174, 1559, 'Marinhais', ''),
(57125, 174, 1559, 'Meia Via', ''),
(57126, 174, 1559, 'Minde', ''),
(57127, 174, 1559, 'Moitas', ''),
(57128, 174, 1559, 'Montalvo', ''),
(57129, 174, 1559, 'Obidos', ''),
(57130, 174, 1559, 'Ourem', ''),
(57131, 174, 1559, 'Pedrogao', ''),
(57132, 174, 1559, 'Pernes', ''),
(57133, 174, 1559, 'Pontevel', ''),
(57134, 174, 1559, 'Povoa', ''),
(57135, 174, 1559, 'Povoa de Santarem', ''),
(57136, 174, 1559, 'Praia do Ribatejo', ''),
(57137, 174, 1559, 'Riachos', ''),
(57138, 174, 1559, 'Rio Maior', ''),
(57139, 174, 1559, 'Sabacheira', ''),
(57140, 174, 1559, 'Salvaterra de Magos', ''),
(57141, 174, 1559, 'Samora Correia', ''),
(57142, 174, 1559, 'Santarém', ''),
(57143, 174, 1559, 'Santo Estevao', ''),
(57144, 174, 1559, 'Sardoal', ''),
(57145, 174, 1559, 'Serra de Santo Antonio', ''),
(57146, 174, 1559, 'Tomar', ''),
(57147, 174, 1559, 'Torres Novas', ''),
(57148, 174, 1559, 'Tramagal', ''),
(57149, 174, 1559, 'Tremes', ''),
(57150, 174, 1559, 'Vale de Santarem', ''),
(57151, 174, 1559, 'Vialonga', ''),
(57152, 174, 1559, 'Vila Cha de Ourique', ''),
(57153, 174, 1559, 'Vila Nova da Barquinha', ''),
(57154, 174, 1559, 'Zibreira', ''),
(57155, 174, 1560, 'Afife', ''),
(57156, 174, 1560, 'Alvaraes', ''),
(57157, 174, 1560, 'Arcos de Valdevez', ''),
(57158, 174, 1560, 'Barroselas', ''),
(57159, 174, 1560, 'Caminha', ''),
(57160, 174, 1560, 'Cerdal', ''),
(57161, 174, 1560, 'Lanhelas', ''),
(57162, 174, 1560, 'Lanhezes', ''),
(57163, 174, 1560, 'Melgaço', ''),
(57164, 174, 1560, 'Moledo', ''),
(57165, 174, 1560, 'Moncao', ''),
(57166, 174, 1560, 'Oliveira', ''),
(57167, 174, 1560, 'Paredes de Coura', ''),
(57168, 174, 1560, 'Ponte da Barca', ''),
(57169, 174, 1560, 'Ponte de Lima', ''),
(57170, 174, 1560, 'Ramo', ''),
(57171, 174, 1560, 'Refoios do Lima', ''),
(57172, 174, 1560, 'Valenca', ''),
(57173, 174, 1560, 'Viana do Castelo', ''),
(57174, 174, 1560, 'Vila Nova de Cerveira', ''),
(57175, 174, 1560, 'Vila Praia de Ancora', ''),
(57176, 174, 1561, 'Alijó Municipality', ''),
(57177, 174, 1561, 'Chaves', ''),
(57178, 174, 1561, 'Dadim', ''),
(57179, 174, 1561, 'Mondim de Basto', ''),
(57180, 174, 1561, 'Murca', ''),
(57181, 174, 1561, 'Pereira', ''),
(57182, 174, 1561, 'Peso da Régua Municipality', ''),
(57183, 174, 1561, 'Ribeira de Pena', ''),
(57184, 174, 1561, 'Santa Marta de Penaguiao', ''),
(57185, 174, 1561, 'Sapiaos', ''),
(57186, 174, 1561, 'Trofa', ''),
(57187, 174, 1561, 'Valpacos', ''),
(57188, 174, 1561, 'Vidago', ''),
(57189, 174, 1561, 'Vila Nova', ''),
(57190, 174, 1561, 'Vila Pouca de Aguiar', ''),
(57191, 174, 1561, 'Vila Real', ''),
(57192, 174, 1562, 'Abrunhosa-a-Velha', ''),
(57193, 174, 1562, 'Alvite', ''),
(57194, 174, 1562, 'Arcozelo da Torre', ''),
(57195, 174, 1562, 'Barreiros', ''),
(57196, 174, 1562, 'Beijos', ''),
(57197, 174, 1562, 'Cabanas de Viriato', ''),
(57198, 174, 1562, 'Cambres', ''),
(57199, 174, 1562, 'Campo de Besteiros', ''),
(57200, 174, 1562, 'Canas de Senhorim', ''),
(57201, 174, 1562, 'Caramulo', ''),
(57202, 174, 1562, 'Caria', ''),
(57203, 174, 1562, 'Carregal do Sal', ''),
(57204, 174, 1562, 'Castro Daire', ''),
(57205, 174, 1562, 'Cinfaes', ''),
(57206, 174, 1562, 'Couto', ''),
(57207, 174, 1562, 'Ervedosa do Douro', ''),
(57208, 174, 1562, 'Lajeosa', ''),
(57209, 174, 1562, 'Lamego', ''),
(57210, 174, 1562, 'Mangualde', ''),
(57211, 174, 1562, 'Moimenta', ''),
(57212, 174, 1562, 'Moimenta da Beira', ''),
(57213, 174, 1562, 'Montes', ''),
(57214, 174, 1562, 'Mortagua', ''),
(57215, 174, 1562, 'Mozelos', ''),
(57216, 174, 1562, 'Nelas', ''),
(57217, 174, 1562, 'Oleiros', ''),
(57218, 174, 1562, 'Oliveira de Frades', ''),
(57219, 174, 1562, 'Penalva do Castelo', ''),
(57220, 174, 1562, 'Penedono', ''),
(57221, 174, 1562, 'Peso', ''),
(57222, 174, 1562, 'Pinheiro de Azere', ''),
(57223, 174, 1562, 'Prime', ''),
(57224, 174, 1562, 'Queimada', ''),
(57225, 174, 1562, 'Resende', ''),
(57226, 174, 1562, 'Samodaes', ''),
(57227, 174, 1562, 'Santa Comba Dao', ''),
(57228, 174, 1562, 'Santarem', ''),
(57229, 174, 1562, 'Sao Cipriano', ''),
(57230, 174, 1562, 'Sao Joaninho', ''),
(57231, 174, 1562, 'Sao Joao da Pesqueira', ''),
(57232, 174, 1562, 'Sao Pedro do Sul', ''),
(57233, 174, 1562, 'Satao', ''),
(57234, 174, 1562, 'Sernancelhe', ''),
(57235, 174, 1562, 'Soutelo', ''),
(57236, 174, 1562, 'Tarouca', ''),
(57237, 174, 1562, 'Tondela', ''),
(57238, 174, 1562, 'Trapa', ''),
(57239, 174, 1562, 'Ucha', ''),
(57240, 174, 1562, 'Valenca do Douro', ''),
(57241, 174, 1562, 'Vila Nova de Paiva', ''),
(57242, 174, 1562, 'Viseu', ''),
(57243, 174, 1562, 'Vouzela', ''),
(57244, 174, 1563, 'Afurada de Baixo', ''),
(57245, 174, 1563, 'Aguas Santas', ''),
(57246, 174, 1563, 'Airaes', ''),
(57247, 174, 1563, 'Alfena', ''),
(57248, 174, 1563, 'Alpendurada', ''),
(57249, 174, 1563, 'Amarante', ''),
(57250, 174, 1563, 'Amorim', ''),
(57251, 174, 1563, 'Anta', ''),
(57252, 174, 1563, 'Arcozelo', ''),
(57253, 174, 1563, 'Ariz', ''),
(57254, 174, 1563, 'Aves', ''),
(57255, 174, 1563, 'Avintes', ''),
(57256, 174, 1563, 'Baguim do Monte', ''),
(57257, 174, 1563, 'Baião', ''),
(57258, 174, 1563, 'Balazar', ''),
(57259, 174, 1563, 'Barrosas', ''),
(57260, 174, 1563, 'Bougado', ''),
(57261, 174, 1563, 'Calvario', ''),
(57262, 174, 1563, 'Campo', ''),
(57263, 174, 1563, 'Canelas', ''),
(57264, 174, 1563, 'Canidelo', ''),
(57265, 174, 1563, 'Carvalhos', ''),
(57266, 174, 1563, 'Carvalhosa', ''),
(57267, 174, 1563, 'Castelo', ''),
(57268, 174, 1563, 'Cete', ''),
(57269, 174, 1563, 'Cristelo', ''),
(57270, 174, 1563, 'Cristelos', ''),
(57271, 174, 1563, 'Croca', ''),
(57272, 174, 1563, 'Ermesinde', ''),
(57273, 174, 1563, 'Fajozes', ''),
(57274, 174, 1563, 'Fanzeres', ''),
(57275, 174, 1563, 'Felgueiras', ''),
(57276, 174, 1563, 'Figueiro', ''),
(57277, 174, 1563, 'Fornelo', ''),
(57278, 174, 1563, 'Foz do Douro', ''),
(57279, 174, 1563, 'Foz do Sousa', ''),
(57280, 174, 1563, 'Frazao', ''),
(57281, 174, 1563, 'Freamunde', ''),
(57282, 174, 1563, 'Frende', ''),
(57283, 174, 1563, 'Gandra', ''),
(57284, 174, 1563, 'Goncalves', ''),
(57285, 174, 1563, 'Gondalaes', ''),
(57286, 174, 1563, 'Gondomar', ''),
(57287, 174, 1563, 'Grijo', ''),
(57288, 174, 1563, 'Guimaraes', ''),
(57289, 174, 1563, 'Gulpilhares', ''),
(57290, 174, 1563, 'Infesta', ''),
(57291, 174, 1563, 'Jovim', ''),
(57292, 174, 1563, 'Labruge', ''),
(57293, 174, 1563, 'Leca da Palmeira', ''),
(57294, 174, 1563, 'Leca do Bailio', ''),
(57295, 174, 1563, 'Lever', ''),
(57296, 174, 1563, 'Lordelo', ''),
(57297, 174, 1563, 'Lousada', ''),
(57298, 174, 1563, 'Lustosa', ''),
(57299, 174, 1563, 'Magrelos', ''),
(57300, 174, 1563, 'Maia', ''),
(57301, 174, 1563, 'Mancelos', ''),
(57302, 174, 1563, 'Marco de Canaveses', ''),
(57303, 174, 1563, 'Margaride', ''),
(57304, 174, 1563, 'Matosinhos Municipality', ''),
(57305, 174, 1563, 'Milheiros', ''),
(57306, 174, 1563, 'Mindelo', ''),
(57307, 174, 1563, 'Mosteiro', ''),
(57308, 174, 1563, 'Moure', ''),
(57309, 174, 1563, 'Nogueira', ''),
(57310, 174, 1563, 'Olival', ''),
(57311, 174, 1563, 'Paços de Ferreira', ''),
(57312, 174, 1563, 'Palmeira', ''),
(57313, 174, 1563, 'Paredes', ''),
(57314, 174, 1563, 'Pedroso', ''),
(57315, 174, 1563, 'Pedroucos', ''),
(57316, 174, 1563, 'Penafiel', ''),
(57317, 174, 1563, 'Pombal', ''),
(57318, 174, 1563, 'Porto', ''),
(57319, 174, 1563, 'Povoa', ''),
(57320, 174, 1563, 'Póvoa de Varzim', ''),
(57321, 174, 1563, 'Rande', ''),
(57322, 174, 1563, 'Rebordosa', ''),
(57323, 174, 1563, 'Recarei', ''),
(57324, 174, 1563, 'Rio Tinto', ''),
(57325, 174, 1563, 'Sandim', ''),
(57326, 174, 1563, 'Sanfins de Ferreira', ''),
(57327, 174, 1563, 'Santa Cruz do Bispo', ''),
(57328, 174, 1563, 'Santo Tirso', ''),
(57329, 174, 1563, 'Sao Felix da Marinha', ''),
(57330, 174, 1563, 'Sao Mamede de Infesta', ''),
(57331, 174, 1563, 'Sao Pedro da Cova', ''),
(57332, 174, 1563, 'Sao Romao do Coronado', ''),
(57333, 174, 1563, 'Senhora da Hora', ''),
(57334, 174, 1563, 'Seroa', ''),
(57335, 174, 1563, 'Serzedo', ''),
(57336, 174, 1563, 'Sobrado', ''),
(57337, 174, 1563, 'Sobrosa', ''),
(57338, 174, 1563, 'Touguinho', ''),
(57339, 174, 1563, 'Travanca', ''),
(57340, 174, 1563, 'Vairao', ''),
(57341, 174, 1563, 'Valbom', ''),
(57342, 174, 1563, 'Valongo', ''),
(57343, 174, 1563, 'Vandoma', ''),
(57344, 174, 1563, 'Varzea do Douro', ''),
(57345, 174, 1563, 'Vila Boa de Quires', ''),
(57346, 174, 1563, 'Vila do Conde', ''),
(57347, 174, 1563, 'Vila Mea', ''),
(57348, 174, 1563, 'Vila Nova de Gaia', ''),
(57349, 174, 1563, 'Vila Velha', ''),
(57350, 174, 1563, 'Vilar do Pinheiro', ''),
(57351, 174, 1563, 'Vizela', ''),
(57352, 174, 1564, 'Abobada', ''),
(57353, 174, 1564, 'Abrigada', ''),
(57354, 174, 1564, 'Agualva', ''),
(57355, 174, 1564, 'Alapraia', ''),
(57356, 174, 1564, 'Albarraque', ''),
(57357, 174, 1564, 'Alcabideche', ''),
(57358, 174, 1564, 'Alcantara', ''),
(57359, 174, 1564, 'Alcoentre', ''),
(57360, 174, 1564, 'Alcoitao', ''),
(57361, 174, 1564, 'Aldeia', ''),
(57362, 174, 1564, 'Aldeia Gavinha', ''),
(57363, 174, 1564, 'Alenquer', ''),
(57364, 174, 1564, 'Alfornelos', ''),
(57365, 174, 1564, 'Alges', ''),
(57366, 174, 1564, 'Algueirao', ''),
(57367, 174, 1564, 'Alhandra', ''),
(57368, 174, 1564, 'Almada', ''),
(57369, 174, 1564, 'Almargem', ''),
(57370, 174, 1564, 'Alverca', ''),
(57371, 174, 1564, 'Alvide', ''),
(57372, 174, 1564, 'Amadora', ''),
(57373, 174, 1564, 'Amoreira', ''),
(57374, 174, 1564, 'Apelacao', ''),
(57375, 174, 1564, 'Areia', ''),
(57376, 174, 1564, 'Arranho', ''),
(57377, 174, 1564, 'Arruda dos Vinhos', ''),
(57378, 174, 1564, 'Assafora', ''),
(57379, 174, 1564, 'Asseiceira Pequena', ''),
(57380, 174, 1564, 'Aveiras de Cima', ''),
(57381, 174, 1564, 'Azambuja', ''),
(57382, 174, 1564, 'Azoia', ''),
(57383, 174, 1564, 'Azueira', ''),
(57384, 174, 1564, 'Baleia', ''),
(57385, 174, 1564, 'Barcarena', ''),
(57386, 174, 1564, 'Barras', ''),
(57387, 174, 1564, 'Belas', ''),
(57388, 174, 1564, 'Benfica', ''),
(57389, 174, 1564, 'Bicesse', ''),
(57390, 174, 1564, 'Boavista', ''),
(57391, 174, 1564, 'Bobadela', ''),
(57392, 174, 1564, 'Bucelas', ''),
(57393, 174, 1564, 'Cacem', ''),
(57394, 174, 1564, 'Cadafais', ''),
(57395, 174, 1564, 'Cadaval', ''),
(57396, 174, 1564, 'Camarate', ''),
(57397, 174, 1564, 'Canecas', ''),
(57398, 174, 1564, 'Carcavelos', ''),
(57399, 174, 1564, 'Carnaxide', ''),
(57400, 174, 1564, 'Carnide', ''),
(57401, 174, 1564, 'Carregado', ''),
(57402, 174, 1564, 'Carvoeira', ''),
(57403, 174, 1564, 'Casainhos', ''),
(57404, 174, 1564, 'Cascais', ''),
(57405, 174, 1564, 'Castanheira do Ribatejo', ''),
(57406, 174, 1564, 'Caxias', ''),
(57407, 174, 1564, 'Colares', ''),
(57408, 174, 1564, 'Cruz Quebrada', ''),
(57409, 174, 1564, 'Damaia', ''),
(57410, 174, 1564, 'Dois Portos', ''),
(57411, 174, 1564, 'Encarnacao', ''),
(57412, 174, 1564, 'Entroncamento', ''),
(57413, 174, 1564, 'Ericeira', ''),
(57414, 174, 1564, 'Espinheira', ''),
(57415, 174, 1564, 'Estoril', ''),
(57416, 174, 1564, 'Famoes', ''),
(57417, 174, 1564, 'Fanhoes', ''),
(57418, 174, 1564, 'Folgados', ''),
(57419, 174, 1564, 'Freiria', ''),
(57420, 174, 1564, 'Frielas', ''),
(57421, 174, 1564, 'Linda a Velha', ''),
(57422, 174, 1564, 'Lisbon', ''),
(57423, 174, 1564, 'Livramento', ''),
(57424, 174, 1564, 'Lourel de Baixo', ''),
(57425, 174, 1564, 'Loures', ''),
(57426, 174, 1564, 'Lourinhã', ''),
(57427, 174, 1564, 'Mafra', ''),
(57428, 174, 1564, 'Malveira', ''),
(57429, 174, 1564, 'Manique de Cima', ''),
(57430, 174, 1564, 'Massama', ''),
(57431, 174, 1564, 'Mem Martins', ''),
(57432, 174, 1564, 'Milharado', ''),
(57433, 174, 1564, 'Miragaia', ''),
(57434, 174, 1564, 'Montachique', ''),
(57435, 174, 1564, 'Monte Estoril', ''),
(57436, 174, 1564, 'Montelavar', ''),
(57437, 174, 1564, 'Moscavide', ''),
(57438, 174, 1564, 'Mucifal', ''),
(57439, 174, 1564, 'Murches', ''),
(57440, 174, 1564, 'Negrais', ''),
(57441, 174, 1564, 'Odivelas', ''),
(57442, 174, 1564, 'Oeiras', ''),
(57443, 174, 1564, 'Olivais', ''),
(57444, 174, 1564, 'Ota', ''),
(57445, 174, 1564, 'Paco de Arcos', ''),
(57446, 174, 1564, 'Parede', ''),
(57447, 174, 1564, 'Pero Pinheiro', ''),
(57448, 174, 1564, 'Ponte do Rol', ''),
(57449, 174, 1564, 'Pontinha', ''),
(57450, 174, 1564, 'Portela', ''),
(57451, 174, 1564, 'Porto', ''),
(57452, 174, 1564, 'Porto Salvo', ''),
(57453, 174, 1564, 'Povoa da Galega', ''),
(57454, 174, 1564, 'Povoa de Santa Iria', ''),
(57455, 174, 1564, 'Povoa de Santo Adriao', ''),
(57456, 174, 1564, 'Prior Velho', ''),
(57457, 174, 1564, 'Quejas', ''),
(57458, 174, 1564, 'Queluz', ''),
(57459, 174, 1564, 'Queluz de Baixo', ''),
(57460, 174, 1564, 'Ramada', ''),
(57461, 174, 1564, 'Ramalhal', ''),
(57462, 174, 1564, 'Rana', ''),
(57463, 174, 1564, 'Reguengo Grande', ''),
(57464, 174, 1564, 'Ribamar', ''),
(57465, 174, 1564, 'Rinchoa', ''),
(57466, 174, 1564, 'Rio de Mouro', ''),
(57467, 174, 1564, 'Runa', ''),
(57468, 174, 1564, 'Sacavem', ''),
(57469, 174, 1564, 'Santa Iria da Azoia', ''),
(57470, 174, 1564, 'Santo Antonio', ''),
(57471, 174, 1564, 'Santo Estevao das Gales', ''),
(57472, 174, 1564, 'Sao Domingos de Rana', ''),
(57473, 174, 1564, 'Sao Joao da Talha', ''),
(57474, 174, 1564, 'Sao Joao das Lampas', ''),
(57475, 174, 1564, 'Sao Joao dos Montes', ''),
(57476, 174, 1564, 'Sao Marcos', ''),
(57477, 174, 1564, 'Sao Miguel', ''),
(57478, 174, 1564, 'Sapataria', ''),
(57479, 174, 1564, 'Seixal', ''),
(57480, 174, 1564, 'Sete Rios', ''),
(57481, 174, 1564, 'Silveira', ''),
(57482, 174, 1564, 'Sintra', ''),
(57483, 174, 1564, 'Sobral da Abelheira', ''),
(57484, 174, 1564, 'Sobral de Monte Agraco', ''),
(57485, 174, 1564, 'Sobralinho', ''),
(57486, 174, 1564, 'Tercena', ''),
(57487, 174, 1564, 'Terrugem', ''),
(57488, 174, 1564, 'Terrujem', ''),
(57489, 174, 1564, 'Tesoureira', ''),
(57490, 174, 1564, 'Tires', ''),
(57491, 174, 1564, 'Torres Vedras', ''),
(57492, 174, 1564, 'Turcifal', ''),
(57493, 174, 1564, 'Unhos', ''),
(57494, 174, 1564, 'Vale do Paraiso', ''),
(57495, 174, 1564, 'Valejas', ''),
(57496, 174, 1564, 'Venda do Pinheiro', ''),
(57497, 174, 1564, 'Vialonga', ''),
(57498, 174, 1564, 'Vila Franca de Xira', ''),
(57499, 174, 1564, 'Vila Nova', ''),
(57500, 174, 1565, 'Arco da Calheta', ''),
(57501, 174, 1565, 'Boaventura', ''),
(57502, 174, 1565, 'Câmara de Lobos', ''),
(57503, 174, 1565, 'Campanario', ''),
(57504, 174, 1565, 'Canico', ''),
(57505, 174, 1565, 'Funchal', ''),
(57506, 174, 1565, 'Machico', ''),
(57507, 174, 1565, 'Porto Moniz', ''),
(57508, 174, 1565, 'Ribeira Brava', ''),
(57509, 174, 1565, 'Santa Cruz', ''),
(57510, 174, 1565, 'Vila de Porto Santo', ''),
(57511, 174, 1566, 'Aguas de Moura', ''),
(57512, 174, 1566, 'Alcacer do Sal', ''),
(57513, 174, 1566, 'Alcochete', ''),
(57514, 174, 1566, 'Aldeia de Paio Pires', ''),
(57515, 174, 1566, 'Aldeia do Meco', ''),
(57516, 174, 1566, 'Alhos Vedros', ''),
(57517, 174, 1566, 'Almada', ''),
(57518, 174, 1566, 'Alvalade', ''),
(57519, 174, 1566, 'Amora', ''),
(57520, 174, 1566, 'Arrentela', ''),
(57521, 174, 1566, 'Atalaia', ''),
(57522, 174, 1566, 'Baixa da Banheira', ''),
(57523, 174, 1566, 'Barreiro', ''),
(57524, 174, 1566, 'Caparica', ''),
(57525, 174, 1566, 'Cercal', ''),
(57526, 174, 1566, 'Charneca', ''),
(57527, 174, 1566, 'Comporta', ''),
(57528, 174, 1566, 'Corroios', ''),
(57529, 174, 1566, 'Costa de Caparica', ''),
(57530, 174, 1566, 'Ermidas', ''),
(57531, 174, 1566, 'Fogueteiro', ''),
(57532, 174, 1566, 'Grandola', ''),
(57533, 174, 1566, 'Lavradio', ''),
(57534, 174, 1566, 'Melides', ''),
(57535, 174, 1566, 'Moita', ''),
(57536, 174, 1566, 'Montijo', ''),
(57537, 174, 1566, 'Palhais', ''),
(57538, 174, 1566, 'Palmela', ''),
(57539, 174, 1566, 'Pegoes Velhos', ''),
(57540, 174, 1566, 'Pinhal Novo', ''),
(57541, 174, 1566, 'Porto Brandao', ''),
(57542, 174, 1566, 'Quinta do Anjo', ''),
(57543, 174, 1566, 'Rosairinho', ''),
(57544, 174, 1566, 'Samouco', ''),
(57545, 174, 1566, 'Santiago do Cacem', ''),
(57546, 174, 1566, 'Santo Andre', ''),
(57547, 174, 1566, 'Santo Antonio da Charneca', ''),
(57548, 174, 1566, 'Sao Francisco', ''),
(57549, 174, 1566, 'Sarilhos Grandes', ''),
(57550, 174, 1566, 'Sarilhos Pequenos', ''),
(57551, 174, 1566, 'Seixal', ''),
(57552, 174, 1566, 'Sesimbra', ''),
(57553, 174, 1566, 'Setúbal', ''),
(57554, 174, 1566, 'Sines Municipality', ''),
(57555, 174, 1566, 'Sobreda', ''),
(57556, 174, 1566, 'Torre da Marinha', ''),
(57557, 174, 1566, 'Vila Nogueira de Azeitao', ''),
(57558, 175, 1567, 'Adjuntas', ''),
(57559, 175, 1568, 'Aguada', ''),
(57560, 175, 1569, 'Aguadilla', ''),
(57561, 175, 1570, 'Aguas Buenas', ''),
(57562, 175, 1571, 'Aibonito', ''),
(57563, 175, 1572, 'Anasco', ''),
(57564, 175, 1573, 'Arecibo', ''),
(57565, 175, 1573, 'Bajadero', ''),
(57566, 175, 1573, 'Garrochales', ''),
(57567, 175, 1574, 'Arroyo', ''),
(57568, 175, 1575, 'Barceloneta', ''),
(57569, 175, 1575, 'Florida', ''),
(57570, 175, 1576, 'Barranquitas', ''),
(57571, 175, 1577, 'Bayamón', ''),
(57572, 175, 1578, 'Boqueron', ''),
(57573, 175, 1578, 'Cabo Rojo', ''),
(57574, 175, 1579, 'Caguas', ''),
(57575, 175, 1580, 'Camuy', ''),
(57576, 175, 1581, 'Canovanas', ''),
(57577, 175, 1582, 'Carolina', ''),
(57578, 175, 1583, 'Catano', ''),
(57579, 175, 1584, 'Cayey', ''),
(57580, 175, 1585, 'Ceiba', ''),
(57581, 175, 1586, 'Ciales', ''),
(57582, 175, 1587, 'Cidra', ''),
(57583, 175, 1588, 'Coamo', ''),
(57584, 175, 1589, 'Comerio', ''),
(57585, 175, 1590, 'Corozal', ''),
(57586, 175, 1591, 'Culebra', ''),
(57587, 175, 1592, 'Dorado', ''),
(57588, 175, 1593, 'Fajardo', ''),
(57589, 175, 1593, 'Residencial Puerto Real', ''),
(57590, 175, 1594, 'Guanica', ''),
(57591, 175, 1595, 'Guayama', ''),
(57592, 175, 1596, 'Guayanilla', ''),
(57593, 175, 1597, 'Guaynabo', ''),
(57594, 175, 1598, 'Gurabo', ''),
(57595, 175, 1599, 'Hatillo', ''),
(57596, 175, 1600, 'Hormigueros', ''),
(57597, 175, 1601, 'Humacao', ''),
(57598, 175, 1602, 'Juana Diaz', ''),
(57599, 175, 1603, 'Lajas', ''),
(57600, 175, 1604, 'Lares', ''),
(57601, 175, 1605, 'Las Marias', ''),
(57602, 175, 1606, 'Las Piedras', ''),
(57603, 175, 1607, 'Loiza', ''),
(57604, 175, 1608, 'Luquillo', ''),
(57605, 175, 1609, 'Manati', ''),
(57606, 175, 1610, 'Maricao', ''),
(57607, 175, 1611, 'Mayaguez', ''),
(57608, 175, 1612, 'Moca', ''),
(57609, 175, 1613, 'Morovis', ''),
(57610, 175, 1614, 'Isabela', ''),
(57611, 175, 1615, 'Juncos', ''),
(57612, 175, 1616, 'Naguabo', ''),
(57613, 175, 1616, 'Rio Blanco', ''),
(57614, 175, 1617, 'Naranjito', ''),
(57615, 175, 1618, 'Orocovis', ''),
(57616, 175, 1619, 'Patillas', ''),
(57617, 175, 1620, 'Penuelas', ''),
(57618, 175, 1621, 'Coto Laurel', ''),
(57619, 175, 1621, 'Mercedita', ''),
(57620, 175, 1621, 'Ponce', ''),
(57621, 175, 1622, 'Quebradillas', ''),
(57622, 175, 1623, 'Rincon', ''),
(57623, 175, 1624, 'Palmer', ''),
(57624, 175, 1624, 'Rio Grande', ''),
(57625, 175, 1625, 'Sabana Grande', ''),
(57626, 175, 1626, 'Salinas', ''),
(57627, 175, 1627, 'San German', ''),
(57628, 175, 1628, 'San Juan', ''),
(57629, 175, 1629, 'San Lorenzo', ''),
(57630, 175, 1630, 'San Sebastian', ''),
(57631, 175, 1631, 'Santa Isabel', ''),
(57632, 175, 1632, 'Toa Alta', ''),
(57633, 175, 1633, 'Sabana Seca', ''),
(57634, 175, 1633, 'Toa Baja', ''),
(57635, 175, 1634, 'Trujillo Alto', ''),
(57636, 175, 1635, 'Angeles', ''),
(57637, 175, 1635, 'Utuado', ''),
(57638, 175, 1636, 'Vega Alta', ''),
(57639, 175, 1637, 'Vega Baja', ''),
(57640, 175, 1638, 'Vieques Zona Urbana', ''),
(57641, 175, 1639, 'Villalba', ''),
(57642, 175, 1640, 'Yabucoa', ''),
(57643, 175, 1641, 'Yauco', ''),
(57644, 176, 1642, 'Al Wakrah', ''),
(57645, 176, 1642, 'Al Wukayr', ''),
(57646, 176, 1643, 'Doha', ''),
(57647, 176, 1644, 'Al Khawr', ''),
(57648, 176, 1645, 'Ar Rayyan', ''),
(57649, 176, 1645, 'Dukhan', ''),
(57650, 176, 1646, 'Madinat ash Shamal', ''),
(57651, 176, 1647, 'Al Wusayl', ''),
(57652, 176, 1648, 'Umm Salal Muhammad', ''),
(57653, 177, 1649, 'Busan', ''),
(57654, 177, 1649, 'Haeundae', ''),
(57655, 177, 1650, 'Cheongju-si', ''),
(57656, 177, 1650, 'Chungju', ''),
(57657, 177, 1650, 'Jecheon', ''),
(57658, 177, 1650, 'Ka-ri', ''),
(57659, 177, 1650, 'Koesan', ''),
(57660, 177, 1650, 'Samsung', ''),
(57661, 177, 1650, 'Songam', ''),
(57662, 177, 1650, 'Yangju', ''),
(57663, 177, 1651, 'Asan', ''),
(57664, 177, 1651, 'Cheonan', ''),
(57665, 177, 1651, 'Gongju', ''),
(57666, 177, 1651, 'Kisa', ''),
(57667, 177, 1651, 'Nonsan', ''),
(57668, 177, 1651, 'Seosan City', ''),
(57669, 177, 1651, 'Taian', ''),
(57670, 177, 1651, 'Yesan', ''),
(57671, 177, 1652, 'Daegu', ''),
(57672, 177, 1653, 'Daejeon', ''),
(57673, 177, 1654, 'Boryeong', ''),
(57674, 177, 1654, 'Ch\'aeun', ''),
(57675, 177, 1654, 'Chuncheon', ''),
(57676, 177, 1654, 'Gangneung', ''),
(57677, 177, 1654, 'Haesan', ''),
(57678, 177, 1654, 'Hwacheon', ''),
(57679, 177, 1654, 'Inje', ''),
(57680, 177, 1654, 'Sokcho', ''),
(57681, 177, 1654, 'Wonju', ''),
(57682, 177, 1654, 'Yangyang', ''),
(57683, 177, 1655, 'Gwangju', ''),
(57684, 177, 1656, 'Ansan-si', ''),
(57685, 177, 1656, 'Anseong', ''),
(57686, 177, 1656, 'Anyang-si', ''),
(57687, 177, 1656, 'Bucheon-si', ''),
(57688, 177, 1656, 'Dongan', ''),
(57689, 177, 1656, 'Duchon', ''),
(57690, 177, 1656, 'Giheung', ''),
(57691, 177, 1656, 'Gimpo-si', ''),
(57692, 177, 1656, 'Goyang-si', ''),
(57693, 177, 1656, 'Gunnae', ''),
(57694, 177, 1656, 'Guri-si', ''),
(57695, 177, 1656, 'Gyeonggi-do', ''),
(57696, 177, 1656, 'Gyeongsu', ''),
(57697, 177, 1656, 'Hanam', ''),
(57698, 177, 1656, 'Hwachon', ''),
(57699, 177, 1656, 'Hwaseong-si', ''),
(57700, 177, 1656, 'Icheon-si', ''),
(57701, 177, 1656, 'Jangan', ''),
(57702, 177, 1656, 'Jangseong', ''),
(57703, 177, 1656, 'Jichon', ''),
(57704, 177, 1656, 'Kimso', ''),
(57705, 177, 1656, 'Koyang-dong', ''),
(57706, 177, 1656, 'Kumi', ''),
(57707, 177, 1656, 'Kungnae-dong', ''),
(57708, 177, 1656, 'Nam-dong', ''),
(57709, 177, 1656, 'Namyang', ''),
(57710, 177, 1656, 'Namyangju', ''),
(57711, 177, 1656, 'Osan', ''),
(57712, 177, 1656, 'Paju', ''),
(57713, 177, 1656, 'Pyeong', ''),
(57714, 177, 1656, 'Pyeongtaek', ''),
(57715, 177, 1656, 'Salgujae', ''),
(57716, 177, 1656, 'Seong-dong', ''),
(57717, 177, 1656, 'Seongju', ''),
(57718, 177, 1656, 'Seongnam-si', ''),
(57719, 177, 1656, 'Sihung', ''),
(57720, 177, 1656, 'Songjeong', ''),
(57721, 177, 1656, 'Songnim', ''),
(57722, 177, 1656, 'Suwon-si', ''),
(57723, 177, 1656, 'Tang-ni', ''),
(57724, 177, 1656, 'Tobong', ''),
(57725, 177, 1656, 'Uijeongbu-si', ''),
(57726, 177, 1656, 'Uiwang', ''),
(57727, 177, 1656, 'Unpo', ''),
(57728, 177, 1656, 'Yangp\'yong', ''),
(57729, 177, 1656, 'Yeoju', ''),
(57730, 177, 1656, 'Yeongam', ''),
(57731, 177, 1656, 'Yeosu', ''),
(57732, 177, 1657, 'Andong', ''),
(57733, 177, 1657, 'Ap\'o', ''),
(57734, 177, 1657, 'Chilgok', ''),
(57735, 177, 1657, 'Gimcheon', ''),
(57736, 177, 1657, 'Gumi', ''),
(57737, 177, 1657, 'Gyeongju', ''),
(57738, 177, 1657, 'Gyeongsan-si', ''),
(57739, 177, 1657, 'Hansol', ''),
(57740, 177, 1657, 'Hayang', ''),
(57741, 177, 1657, 'Pohang', ''),
(57742, 177, 1657, 'Sangju', ''),
(57743, 177, 1657, 'Se-ri', ''),
(57744, 177, 1657, 'Taebuk', ''),
(57745, 177, 1657, 'Ulchin', ''),
(57746, 177, 1657, 'Yongsan', ''),
(57747, 177, 1658, 'Changwon', ''),
(57748, 177, 1658, 'Gimhae', ''),
(57749, 177, 1658, 'Hadong', ''),
(57750, 177, 1658, 'Hamyang', ''),
(57751, 177, 1658, 'Hyangyang', ''),
(57752, 177, 1658, 'Jinhae-gu', ''),
(57753, 177, 1658, 'Jinju', ''),
(57754, 177, 1658, 'Koje', ''),
(57755, 177, 1658, 'Maet\'an', ''),
(57756, 177, 1658, 'Masan', ''),
(57757, 177, 1658, 'Miryang', ''),
(57758, 177, 1658, 'Yangsan', ''),
(57759, 177, 1659, 'Ganghwa-gun', ''),
(57760, 177, 1659, 'Gwangmyeong', ''),
(57761, 177, 1659, 'Incheon', ''),
(57762, 177, 1659, 'Sowang', ''),
(57763, 177, 1660, 'Jeju-si', ''),
(57764, 177, 1660, 'Seogwipo', ''),
(57765, 177, 1661, 'Gunsan', ''),
(57766, 177, 1661, 'Iksan', ''),
(57767, 177, 1661, 'Jeonju', ''),
(57768, 177, 1661, 'Kimje', ''),
(57769, 177, 1661, 'Kyeryong', ''),
(57770, 177, 1661, 'Samjung-ni', ''),
(57771, 177, 1662, 'Chungnim', ''),
(57772, 177, 1662, 'Kangnam', ''),
(57773, 177, 1662, 'Kwangyang', ''),
(57774, 177, 1662, 'Maryun', ''),
(57775, 177, 1662, 'Moktong', ''),
(57776, 177, 1662, 'Moppo', ''),
(57777, 177, 1662, 'Nae-ri', ''),
(57778, 177, 1662, 'Naju', ''),
(57779, 177, 1662, 'Poch\'on', ''),
(57780, 177, 1662, 'Suncheon', ''),
(57781, 177, 1662, 'Wando', ''),
(57782, 177, 1663, 'Hyoja-dong', ''),
(57783, 177, 1663, 'Majang-dong', ''),
(57784, 177, 1663, 'Mapo-dong', ''),
(57785, 177, 1663, 'Seocho', ''),
(57786, 177, 1663, 'Seoul', ''),
(57787, 177, 1663, 'Yongsan-dong', ''),
(57788, 177, 1664, 'Ilsan-dong', ''),
(57789, 177, 1664, 'Ulsan', ''),
(57790, 178, 1665, 'Alytus', ''),
(57791, 178, 1665, 'Druskininkai', ''),
(57792, 178, 1666, 'Domeikava', ''),
(57793, 178, 1666, 'Garliava', ''),
(57794, 178, 1666, 'Jonava', ''),
(57795, 178, 1666, 'Kaunas', ''),
(57796, 178, 1666, 'Kėdainiai', ''),
(57797, 178, 1667, 'Gargždai', ''),
(57798, 178, 1667, 'Klaipėda', ''),
(57799, 178, 1667, 'Kretinga', ''),
(57800, 178, 1667, 'Palanga', ''),
(57801, 178, 1667, 'Šilutė', ''),
(57802, 178, 1668, 'Marijampolė', ''),
(57803, 178, 1669, 'Biržai', ''),
(57804, 178, 1669, 'Panevezys', ''),
(57805, 178, 1669, 'Rokiškis', ''),
(57806, 178, 1670, 'Joniškis', ''),
(57807, 178, 1670, 'Pakruojis', ''),
(57808, 178, 1670, 'Radviliškis', ''),
(57809, 178, 1670, 'Šiauliai', ''),
(57810, 178, 1671, 'Jurbarkas', ''),
(57811, 178, 1671, 'Tauragė', ''),
(57812, 178, 1672, 'Mažeikiai', ''),
(57813, 178, 1672, 'Plungė', ''),
(57814, 178, 1672, 'Telšiai', ''),
(57815, 178, 1673, 'Anykščiai', ''),
(57816, 178, 1673, 'Utena', ''),
(57817, 178, 1673, 'Visaginas', ''),
(57818, 178, 1674, 'Elektrėnai', ''),
(57819, 178, 1674, 'Ukmerge', ''),
(57820, 178, 1674, 'Vievis', ''),
(57821, 178, 1674, 'Vilnius', ''),
(57822, 179, 1675, 'Anenii Noi', ''),
(57823, 179, 1676, 'Basarabeasca', ''),
(57824, 179, 1677, 'Drepcauti', ''),
(57825, 179, 1678, 'Cahul', ''),
(57826, 179, 1679, 'Cantemir', ''),
(57827, 179, 1680, 'Criuleni', ''),
(57828, 179, 1681, 'Briceni', ''),
(57829, 179, 1682, 'Drochia', ''),
(57830, 179, 1683, 'Fălești', ''),
(57831, 179, 1684, 'Floresti', ''),
(57832, 179, 1685, 'Comrat', ''),
(57833, 179, 1685, 'Copceac', ''),
(57834, 179, 1685, 'Vulcanesti', ''),
(57835, 179, 1686, 'Glodeni', ''),
(57836, 179, 1687, 'Hincesti', ''),
(57837, 179, 1688, 'Ialoveni', ''),
(57838, 179, 1689, 'Bălţi', ''),
(57839, 179, 1690, 'Tighina', ''),
(57840, 179, 1691, 'Bacioi', ''),
(57841, 179, 1691, 'Chişinău', ''),
(57842, 179, 1691, 'Ciorescu', ''),
(57843, 179, 1691, 'Cricova', ''),
(57844, 179, 1691, 'Singera', ''),
(57845, 179, 1692, 'Nisporeni', ''),
(57846, 179, 1693, 'Orhei', ''),
(57847, 179, 1693, 'Peresecina', ''),
(57848, 179, 1694, 'Căușeni', ''),
(57849, 179, 1695, 'Cocieri', ''),
(57850, 179, 1696, 'Edineţ', ''),
(57851, 179, 1697, 'Ocnita', ''),
(57852, 179, 1698, 'Soroca', ''),
(57853, 179, 1699, 'Stefan Voda', ''),
(57854, 179, 1700, 'Rezina', ''),
(57855, 179, 1701, 'Riscani', ''),
(57856, 179, 1702, 'Singerei', ''),
(57857, 179, 1703, 'Soldanesti', ''),
(57858, 179, 1704, 'Straseni', ''),
(57859, 179, 1705, 'Mindresti', ''),
(57860, 179, 1705, 'Taraclia', ''),
(57861, 179, 1706, 'Dnestrovsc', ''),
(57862, 179, 1706, 'Telenesti', ''),
(57863, 179, 1707, 'Rîbniţa', ''),
(57864, 179, 1707, 'Tiraspol', ''),
(57865, 180, 1708, 'Brazzaville', ''),
(57866, 180, 1709, 'Pointe-Noire', ''),
(57867, 180, 1710, 'Pointe Noire', ''),
(57868, 182, 1711, 'Arad', ''),
(57869, 182, 1711, 'Curtici', ''),
(57870, 182, 1711, 'Lipova', ''),
(57871, 182, 1711, 'Pecica', ''),
(57872, 182, 1711, 'Santana', ''),
(57873, 182, 1712, 'Alesd', ''),
(57874, 182, 1712, 'Astileu', ''),
(57875, 182, 1712, 'Beiuș', ''),
(57876, 182, 1712, 'Doctor Petru Groza', ''),
(57877, 182, 1712, 'Margita', ''),
(57878, 182, 1712, 'Oradea', ''),
(57879, 182, 1712, 'Popesti', ''),
(57880, 182, 1712, 'Salonta', ''),
(57881, 182, 1712, 'Santion', ''),
(57882, 182, 1712, 'Saucani', ''),
(57883, 182, 1712, 'Tileagd', ''),
(57884, 182, 1712, 'Vadu Crisului', ''),
(57885, 182, 1712, 'Valea lui Mihai', ''),
(57886, 182, 1713, 'Bucharest', ''),
(57887, 182, 1714, '2 Mai', ''),
(57888, 182, 1714, 'Agigea', ''),
(57889, 182, 1714, 'Castelu', ''),
(57890, 182, 1714, 'Cernavodă', ''),
(57891, 182, 1714, 'Cobadin', ''),
(57892, 182, 1714, 'Constanța', ''),
(57893, 182, 1714, 'Corbu', ''),
(57894, 182, 1714, 'Costinesti', ''),
(57895, 182, 1714, 'Dorobantu', ''),
(57896, 182, 1714, 'Eforie Nord', ''),
(57897, 182, 1714, 'Harsova', ''),
(57898, 182, 1714, 'Lumina', ''),
(57899, 182, 1714, 'Mangalia', ''),
(57900, 182, 1714, 'Medgidia', ''),
(57901, 182, 1714, 'Murfatlar', ''),
(57902, 182, 1714, 'Navodari', ''),
(57903, 182, 1714, 'Ovidiu', ''),
(57904, 182, 1714, 'Sacele', ''),
(57905, 182, 1714, 'Techirghiol', ''),
(57906, 182, 1714, 'Valu lui Traian', ''),
(57907, 182, 1715, 'Covasna', ''),
(57908, 182, 1716, 'Calafat', ''),
(57909, 182, 1716, 'Carcea', ''),
(57910, 182, 1716, 'Ciupercenii Noi', ''),
(57911, 182, 1716, 'Craiova', ''),
(57912, 182, 1716, 'Filiasi', ''),
(57913, 182, 1716, 'Ghercesti', ''),
(57914, 182, 1716, 'Giubega', ''),
(57915, 182, 1716, 'Goicea', ''),
(57916, 182, 1716, 'Malu Mare', ''),
(57917, 182, 1716, 'Mischii', ''),
(57918, 182, 1716, 'Podari', ''),
(57919, 182, 1717, 'Bolintin Deal', ''),
(57920, 182, 1717, 'Bolintin Vale', ''),
(57921, 182, 1717, 'Bucsani', ''),
(57922, 182, 1717, 'Cosoba', ''),
(57923, 182, 1717, 'Giurgiu', ''),
(57924, 182, 1717, 'Joita', ''),
(57925, 182, 1717, 'Roata de Jos', ''),
(57926, 182, 1718, 'Albeni', ''),
(57927, 182, 1718, 'Baia de Fier', ''),
(57928, 182, 1718, 'Balteni', ''),
(57929, 182, 1718, 'Bumbesti-Jiu', ''),
(57930, 182, 1718, 'Catunele', ''),
(57931, 182, 1718, 'Iasi-Gorj', ''),
(57932, 182, 1718, 'Motru', ''),
(57933, 182, 1718, 'Musetesti', ''),
(57934, 182, 1718, 'Novaci-Straini', ''),
(57935, 182, 1718, 'Plopsoru', ''),
(57936, 182, 1718, 'Rovinari', ''),
(57937, 182, 1718, 'Targu Carbunesti', ''),
(57938, 182, 1718, 'Târgu Jiu', ''),
(57939, 182, 1718, 'Ticleni', ''),
(57940, 182, 1718, 'Turceni', ''),
(57941, 182, 1719, 'Cristuru Secuiesc', ''),
(57942, 182, 1719, 'Gheorgheni', ''),
(57943, 182, 1719, 'Martinis', ''),
(57944, 182, 1719, 'Miercurea-Ciuc', ''),
(57945, 182, 1719, 'Odorheiu Secuiesc', ''),
(57946, 182, 1719, 'Praid', ''),
(57947, 182, 1719, 'Siculeni', ''),
(57948, 182, 1719, 'Vlahita', ''),
(57949, 182, 1720, 'Brad', ''),
(57950, 182, 1720, 'Bretea Streiului', ''),
(57951, 182, 1720, 'Calan', ''),
(57952, 182, 1720, 'Deva', ''),
(57953, 182, 1720, 'Geoagiu', ''),
(57954, 182, 1720, 'Hateg', ''),
(57955, 182, 1720, 'Hunedoara', ''),
(57956, 182, 1720, 'Ilia', ''),
(57957, 182, 1720, 'Lupeni', ''),
(57958, 182, 1720, 'Orastie', ''),
(57959, 182, 1720, 'Petrila', ''),
(57960, 182, 1720, 'Petroşani', ''),
(57961, 182, 1720, 'Simeria', ''),
(57962, 182, 1720, 'Soimus', ''),
(57963, 182, 1720, 'Unirea', ''),
(57964, 182, 1720, 'Uricani', ''),
(57965, 182, 1720, 'Vetel', ''),
(57966, 182, 1720, 'Vulcan', ''),
(57967, 182, 1721, 'Afumati', ''),
(57968, 182, 1721, 'Balotesti', ''),
(57969, 182, 1721, 'Bragadiru', ''),
(57970, 182, 1721, 'Branesti', ''),
(57971, 182, 1721, 'Buftea', ''),
(57972, 182, 1721, 'Chiajna', ''),
(57973, 182, 1721, 'Chitila', ''),
(57974, 182, 1721, 'Ciorogarla', ''),
(57975, 182, 1721, 'Clinceni', ''),
(57976, 182, 1721, 'Cornetu', ''),
(57977, 182, 1721, 'Dobroesti', ''),
(57978, 182, 1721, 'Domnesti', ''),
(57979, 182, 1721, 'Dragomiresti-Vale', ''),
(57980, 182, 1721, 'Ghermanesti', ''),
(57981, 182, 1721, 'Glina', ''),
(57982, 182, 1721, 'Gruiu', ''),
(57983, 182, 1721, 'Jilava', ''),
(57984, 182, 1721, 'Magurele', ''),
(57985, 182, 1721, 'Moara Vlasiei', ''),
(57986, 182, 1721, 'Mogosoaia', ''),
(57987, 182, 1721, 'Ostratu', ''),
(57988, 182, 1721, 'Otopeni', ''),
(57989, 182, 1721, 'Pantelimon', ''),
(57990, 182, 1721, 'Petrachioaia', ''),
(57991, 182, 1721, 'Popesti-Leordeni', ''),
(57992, 182, 1721, 'Prim Decembrie', ''),
(57993, 182, 1721, 'Silistea Snagovului', ''),
(57994, 182, 1721, 'Snagov', ''),
(57995, 182, 1721, 'Tamasi', ''),
(57996, 182, 1721, 'Tunari', ''),
(57997, 182, 1721, 'Vidra', ''),
(57998, 182, 1721, 'Vladiceasca', ''),
(57999, 182, 1721, 'Voluntari', ''),
(58000, 182, 1722, 'Aiud', ''),
(58001, 182, 1722, 'Alba Iulia', ''),
(58002, 182, 1722, 'Beta', ''),
(58003, 182, 1722, 'Blaj', ''),
(58004, 182, 1722, 'Cetatea de Balta', ''),
(58005, 182, 1722, 'Cugir', ''),
(58006, 182, 1722, 'Ocna Mures', ''),
(58007, 182, 1722, 'Santimbru', ''),
(58008, 182, 1722, 'Sebes', ''),
(58009, 182, 1722, 'Stremt', ''),
(58010, 182, 1722, 'Teius', ''),
(58011, 182, 1723, 'Bascov', ''),
(58012, 182, 1723, 'Bradu', ''),
(58013, 182, 1723, 'Campulung Muscel', ''),
(58014, 182, 1723, 'Cateasca', ''),
(58015, 182, 1723, 'Cornatel', ''),
(58016, 182, 1723, 'Costesti', ''),
(58017, 182, 1723, 'Curtea de Argeş', ''),
(58018, 182, 1723, 'Draghici', ''),
(58019, 182, 1723, 'Maracineni', ''),
(58020, 182, 1723, 'Micesti', ''),
(58021, 182, 1723, 'Mioveni', ''),
(58022, 182, 1723, 'Piteşti', ''),
(58023, 182, 1723, 'Slobozia', ''),
(58024, 182, 1723, 'Stefanesti', ''),
(58025, 182, 1723, 'Topoloveni', ''),
(58026, 182, 1723, 'Vladestii de Jos', ''),
(58027, 182, 1724, 'Bacău', ''),
(58028, 182, 1724, 'Buhusi', ''),
(58029, 182, 1724, 'Caiuti', ''),
(58030, 182, 1724, 'Comanesti', ''),
(58031, 182, 1724, 'Magiresti', ''),
(58032, 182, 1724, 'Moinesti', ''),
(58033, 182, 1724, 'Oneşti', ''),
(58034, 182, 1724, 'Targu Ocna', ''),
(58035, 182, 1724, 'Traian', ''),
(58036, 182, 1724, 'Valea Seaca', ''),
(58037, 182, 1725, 'Bistriţa', ''),
(58038, 182, 1725, 'Matei', ''),
(58039, 182, 1725, 'Nasaud', ''),
(58040, 182, 1726, 'Alba', ''),
(58041, 182, 1726, 'Botoşani', ''),
(58042, 182, 1726, 'Dorohoi', ''),
(58043, 182, 1726, 'Flamanzi', ''),
(58044, 182, 1726, 'Iorga', ''),
(58045, 182, 1726, 'Saveni', ''),
(58046, 182, 1726, 'Strahotin', ''),
(58047, 182, 1726, 'Timus', ''),
(58048, 182, 1726, 'Vladeni', ''),
(58049, 182, 1727, 'Brăila', ''),
(58050, 182, 1727, 'Faurei', ''),
(58051, 182, 1727, 'Insuratei', ''),
(58052, 182, 1727, 'Spiru Haret', ''),
(58053, 182, 1727, 'Tudor Vladimirescu', ''),
(58054, 182, 1727, 'Zavoaia', ''),
(58055, 182, 1728, 'Braşov', ''),
(58056, 182, 1728, 'Codlea', ''),
(58057, 182, 1728, 'Colonia Intai Mai', ''),
(58058, 182, 1728, 'Feldioara', ''),
(58059, 182, 1728, 'Fogarasch', ''),
(58060, 182, 1728, 'Predeal', ''),
(58061, 182, 1728, 'Râşnov', ''),
(58062, 182, 1728, 'Rupea', ''),
(58063, 182, 1728, 'Sacele', ''),
(58064, 182, 1728, 'Valcea', ''),
(58065, 182, 1728, 'Victoria', ''),
(58066, 182, 1728, 'Zarnesti', ''),
(58067, 182, 1729, 'Buzău', ''),
(58068, 182, 1729, 'Lacu Sinaia', ''),
(58069, 182, 1729, 'Magura', ''),
(58070, 182, 1729, 'Mihailesti', ''),
(58071, 182, 1729, 'Mircea', ''),
(58072, 182, 1729, 'Nehoiu', ''),
(58073, 182, 1729, 'Ramnicu Sarat', ''),
(58074, 182, 1729, 'Rusetu', ''),
(58075, 182, 1730, 'Calarasi', ''),
(58076, 182, 1730, 'Chirnogi', ''),
(58077, 182, 1730, 'Crivat', ''),
(58078, 182, 1730, 'Dragalina', ''),
(58079, 182, 1730, 'Galdau', ''),
(58080, 182, 1730, 'Lehliu-Gara', ''),
(58081, 182, 1730, 'Nicolae Balcescu', ''),
(58082, 182, 1730, 'Oltenita', ''),
(58083, 182, 1730, 'Radovanu', ''),
(58084, 182, 1730, 'Tamadau Mare', ''),
(58085, 182, 1730, 'Ulmeni', ''),
(58086, 182, 1730, 'Vasilati', ''),
(58087, 182, 1731, 'Baile Herculane', ''),
(58088, 182, 1731, 'Bautar', ''),
(58089, 182, 1731, 'Bocsa', ''),
(58090, 182, 1731, 'Caransebes', ''),
(58091, 182, 1731, 'Eftimie Murgu', ''),
(58092, 182, 1731, 'Forotic', ''),
(58093, 182, 1731, 'Moldova Noua', ''),
(58094, 182, 1731, 'Obreja', ''),
(58095, 182, 1731, 'Oravita', ''),
(58096, 182, 1731, 'Otelu Rosu', ''),
(58097, 182, 1731, 'Reşiţa', ''),
(58098, 182, 1731, 'Turnu Ruieni', ''),
(58099, 182, 1732, 'Aghiresu', ''),
(58100, 182, 1732, 'Baciu', ''),
(58101, 182, 1732, 'Bont', ''),
(58102, 182, 1732, 'Campia Turzii', ''),
(58103, 182, 1732, 'Catcau', ''),
(58104, 182, 1732, 'Cluj-Napoca', ''),
(58105, 182, 1732, 'Dej', ''),
(58106, 182, 1732, 'Floresti', ''),
(58107, 182, 1732, 'Gherla', ''),
(58108, 182, 1732, 'Huedin', ''),
(58109, 182, 1732, 'Izvoru Crisului', ''),
(58110, 182, 1732, 'Mihai Viteazu', ''),
(58111, 182, 1732, 'Tauti', ''),
(58112, 182, 1732, 'Turda', ''),
(58113, 182, 1732, 'Viisoara', ''),
(58114, 182, 1733, 'Adanca', ''),
(58115, 182, 1733, 'Branesti', ''),
(58116, 182, 1733, 'Brezoaia', ''),
(58117, 182, 1733, 'Crevedia', ''),
(58118, 182, 1733, 'Darza', ''),
(58119, 182, 1733, 'Dobra', ''),
(58120, 182, 1733, 'Dragodana', ''),
(58121, 182, 1733, 'Fieni', ''),
(58122, 182, 1733, 'Fierbinti', ''),
(58123, 182, 1733, 'Gaesti', ''),
(58124, 182, 1733, 'Ghirdoveni', ''),
(58125, 182, 1733, 'Gura Foii', ''),
(58126, 182, 1733, 'Gura Sutii', ''),
(58127, 182, 1733, 'Hulubesti', ''),
(58128, 182, 1733, 'Ion Luca Caragiale', ''),
(58129, 182, 1733, 'Ludesti', ''),
(58130, 182, 1733, 'Marcesti', ''),
(58131, 182, 1733, 'Moreni', ''),
(58132, 182, 1733, 'Petresti', ''),
(58133, 182, 1733, 'Pucheni', ''),
(58134, 182, 1733, 'Pucioasa', ''),
(58135, 182, 1733, 'Racari', ''),
(58136, 182, 1733, 'Razvad', ''),
(58137, 182, 1733, 'Târgovişte', ''),
(58138, 182, 1733, 'Tatarani', ''),
(58139, 182, 1733, 'Titu', ''),
(58140, 182, 1733, 'Vacaresti', ''),
(58141, 182, 1734, 'Barcea', ''),
(58142, 182, 1734, 'Corod', ''),
(58143, 182, 1734, 'Galați', ''),
(58144, 182, 1734, 'Matca', ''),
(58145, 182, 1734, 'Munteni', ''),
(58146, 182, 1734, 'Schela', ''),
(58147, 182, 1734, 'Tecuci', ''),
(58148, 182, 1735, 'Bordusani', ''),
(58149, 182, 1735, 'Bucu', ''),
(58150, 182, 1735, 'Ciochina', ''),
(58151, 182, 1735, 'Fetesti', ''),
(58152, 182, 1735, 'Ion Ghica', ''),
(58153, 182, 1735, 'Slobozia', ''),
(58154, 182, 1735, 'Tandarei', ''),
(58155, 182, 1735, 'Urziceni', ''),
(58156, 182, 1736, 'Ceplenita', ''),
(58157, 182, 1736, 'Harlau', ''),
(58158, 182, 1736, 'Iași', ''),
(58159, 182, 1736, 'Letcani', ''),
(58160, 182, 1736, 'Mihail Kogalniceanu', ''),
(58161, 182, 1736, 'Motca', ''),
(58162, 182, 1736, 'Targu Frumos', ''),
(58163, 182, 1736, 'Tomesti', ''),
(58164, 182, 1737, 'Garla-Mare', ''),
(58165, 182, 1737, 'Lacu', ''),
(58166, 182, 1737, 'Orsova', ''),
(58167, 182, 1738, 'Band', ''),
(58168, 182, 1738, 'Corunca', ''),
(58169, 182, 1738, 'Craciunesti', ''),
(58170, 182, 1738, 'Cristesti', ''),
(58171, 182, 1738, 'Gurghiu', ''),
(58172, 182, 1738, 'Ibanesti-Padure', ''),
(58173, 182, 1738, 'Iernut', ''),
(58174, 182, 1738, 'Livezeni', ''),
(58175, 182, 1738, 'Ludus', ''),
(58176, 182, 1738, 'Miercurea Nirajului', ''),
(58177, 182, 1738, 'Nazna', ''),
(58178, 182, 1738, 'Reghin', ''),
(58179, 182, 1738, 'Sangeorgiu de Padure', ''),
(58180, 182, 1738, 'Santana de Mures', ''),
(58181, 182, 1738, 'Sighisoara', ''),
(58182, 182, 1738, 'Sovata', ''),
(58183, 182, 1738, 'Suseni', ''),
(58184, 182, 1738, 'Târgu Mureş', ''),
(58185, 182, 1738, 'Târnăveni', ''),
(58186, 182, 1738, 'Valea Izvoarelor', ''),
(58187, 182, 1739, 'Adjudeni', ''),
(58188, 182, 1739, 'Doamna', ''),
(58189, 182, 1739, 'Garcina', ''),
(58190, 182, 1739, 'Grumazesti', ''),
(58191, 182, 1739, 'Lunca', ''),
(58192, 182, 1739, 'Nisiporesti', ''),
(58193, 182, 1739, 'Piatra Neamţ', ''),
(58194, 182, 1739, 'Piatra Soimului', ''),
(58195, 182, 1739, 'Pildesti', ''),
(58196, 182, 1739, 'Rediu', ''),
(58197, 182, 1739, 'Roman', ''),
(58198, 182, 1739, 'Targu Neamt', ''),
(58199, 182, 1739, 'Urecheni', ''),
(58200, 182, 1739, 'Vadurele', ''),
(58201, 182, 1740, 'Campia', ''),
(58202, 182, 1740, 'Crasna', ''),
(58203, 182, 1740, 'Criseni', ''),
(58204, 182, 1740, 'Fabrica', ''),
(58205, 182, 1740, 'Hida', ''),
(58206, 182, 1740, 'Ileanda', ''),
(58207, 182, 1740, 'Ip', ''),
(58208, 182, 1740, 'Mirsid', ''),
(58209, 182, 1740, 'Moiad', ''),
(58210, 182, 1740, 'Port', ''),
(58211, 182, 1740, 'Sarbi', ''),
(58212, 182, 1740, 'Simleu Silvaniei', ''),
(58213, 182, 1740, 'Zalău', ''),
(58214, 182, 1741, 'Agnita', ''),
(58215, 182, 1741, 'Avrig', ''),
(58216, 182, 1741, 'Biertan', ''),
(58217, 182, 1741, 'Bruiu', ''),
(58218, 182, 1741, 'Cartisoara', ''),
(58219, 182, 1741, 'Cisnadie', ''),
(58220, 182, 1741, 'Copsa Mica', ''),
(58221, 182, 1741, 'Dumbraveni', ''),
(58222, 182, 1741, 'Mediaş', ''),
(58223, 182, 1741, 'Micasasa', ''),
(58224, 182, 1741, 'Miercurea Sibiului', ''),
(58225, 182, 1741, 'Orlat', ''),
(58226, 182, 1741, 'Rosia', ''),
(58227, 182, 1741, 'Sadu', ''),
(58228, 182, 1741, 'Selimbar', ''),
(58229, 182, 1741, 'Sibiu', ''),
(58230, 182, 1741, 'Talmaciu', ''),
(58231, 182, 1741, 'Tarnava', ''),
(58232, 182, 1742, 'Bobda', ''),
(58233, 182, 1742, 'Buzias', ''),
(58234, 182, 1742, 'Chisoda', ''),
(58235, 182, 1742, 'Darova', ''),
(58236, 182, 1742, 'Deta', ''),
(58237, 182, 1742, 'Dumbrava', ''),
(58238, 182, 1742, 'Faget', ''),
(58239, 182, 1742, 'Fibis', ''),
(58240, 182, 1742, 'Ghiroda', ''),
(58241, 182, 1742, 'Giroc', ''),
(58242, 182, 1742, 'Jimbolia', ''),
(58243, 182, 1742, 'Lovrin', ''),
(58244, 182, 1742, 'Lugoj', ''),
(58245, 182, 1742, 'Peciu Nou', ''),
(58246, 182, 1742, 'Periam', ''),
(58247, 182, 1742, 'Pischia', ''),
(58248, 182, 1742, 'Racovita', ''),
(58249, 182, 1742, 'Sacalaz', ''),
(58250, 182, 1742, 'Sangeorge', ''),
(58251, 182, 1742, 'Sanmihaiu Roman', ''),
(58252, 182, 1742, 'Sânnicolau Mare', ''),
(58253, 182, 1742, 'Timişoara', ''),
(58254, 182, 1742, 'Urseni', ''),
(58255, 182, 1743, 'Alunu', ''),
(58256, 182, 1743, 'Budesti', ''),
(58257, 182, 1743, 'Bujoreni', ''),
(58258, 182, 1743, 'Cetatuia', ''),
(58259, 182, 1743, 'Copaceni', ''),
(58260, 182, 1743, 'Dragasani', ''),
(58261, 182, 1743, 'Fauresti', ''),
(58262, 182, 1743, 'Horezu', ''),
(58263, 182, 1743, 'Lungesti', ''),
(58264, 182, 1743, 'Manta', ''),
(58265, 182, 1743, 'Mihaesti', ''),
(58266, 182, 1743, 'Pietrari', ''),
(58267, 182, 1743, 'Râmnicu Vâlcea', ''),
(58268, 182, 1743, 'Rosiile', ''),
(58269, 182, 1743, 'Salatrucel', ''),
(58270, 182, 1743, 'Stoenesti', ''),
(58271, 182, 1743, 'Tina', ''),
(58272, 182, 1743, 'Vladesti', ''),
(58273, 182, 1744, 'Baia Mare', ''),
(58274, 182, 1744, 'Baia Sprie', ''),
(58275, 182, 1744, 'Baiut', ''),
(58276, 182, 1744, 'Bocicoiu Mare', ''),
(58277, 182, 1744, 'Carbunari', ''),
(58278, 182, 1744, 'Grosii Tiblesului', ''),
(58279, 182, 1744, 'Moisei', ''),
(58280, 182, 1744, 'Ocna Sugatag', ''),
(58281, 182, 1744, 'Rozavlea', ''),
(58282, 182, 1744, 'Ruscova', ''),
(58283, 182, 1744, 'Sighetu Marmaţiei', ''),
(58284, 182, 1744, 'Somcuta Mare', ''),
(58285, 182, 1744, 'Viseu de Sus', ''),
(58286, 182, 1745, 'Bals', ''),
(58287, 182, 1745, 'Brastavatu', ''),
(58288, 182, 1745, 'Brebeni', ''),
(58289, 182, 1745, 'Caracal', ''),
(58290, 182, 1745, 'Corabia', ''),
(58291, 182, 1745, 'Curtisoara', ''),
(58292, 182, 1745, 'Draganesti-Olt', ''),
(58293, 182, 1745, 'Grojdibodu', ''),
(58294, 182, 1745, 'Osica de Sus', ''),
(58295, 182, 1745, 'Piatra Olt', ''),
(58296, 182, 1745, 'Scornicesti', ''),
(58297, 182, 1745, 'Slatina', ''),
(58298, 182, 1745, 'Verguleasa', ''),
(58299, 182, 1746, 'Albesti-Paleologu', ''),
(58300, 182, 1746, 'Baba Ana', ''),
(58301, 182, 1746, 'Baicoi', ''),
(58302, 182, 1746, 'Banesti', ''),
(58303, 182, 1746, 'Barcanesti', ''),
(58304, 182, 1746, 'Berceni', ''),
(58305, 182, 1746, 'Blejoi', ''),
(58306, 182, 1746, 'Breaza', ''),
(58307, 182, 1746, 'Bucov', ''),
(58308, 182, 1746, 'Busteni', ''),
(58309, 182, 1746, 'Calugareni', ''),
(58310, 182, 1746, 'Campina', ''),
(58311, 182, 1746, 'Carbunesti', ''),
(58312, 182, 1746, 'Comarnic', ''),
(58313, 182, 1746, 'Drajna de Sus', ''),
(58314, 182, 1746, 'Dumbrava', ''),
(58315, 182, 1746, 'Dumbravesti', ''),
(58316, 182, 1746, 'Floresti', ''),
(58317, 182, 1746, 'Fulga de Jos', ''),
(58318, 182, 1746, 'Fulga de Sus', ''),
(58319, 182, 1746, 'Magurele', ''),
(58320, 182, 1746, 'Maneciu', ''),
(58321, 182, 1746, 'Mizil', ''),
(58322, 182, 1746, 'Ploieşti', ''),
(58323, 182, 1746, 'Plopeni', ''),
(58324, 182, 1746, 'Poiana Campina', ''),
(58325, 182, 1746, 'Rahova', ''),
(58326, 182, 1746, 'Scorteni', ''),
(58327, 182, 1746, 'Sinaia', ''),
(58328, 182, 1746, 'Slanic', ''),
(58329, 182, 1746, 'Strejnicu', ''),
(58330, 182, 1746, 'Talea', ''),
(58331, 182, 1746, 'Targsoru Vechi', ''),
(58332, 182, 1746, 'Tinosu', ''),
(58333, 182, 1746, 'Urlati', ''),
(58334, 182, 1746, 'Valea Calugareasca', ''),
(58335, 182, 1746, 'Valenii de Munte', ''),
(58336, 182, 1747, 'Baba Novac', ''),
(58337, 182, 1747, 'Botiz', ''),
(58338, 182, 1747, 'Camin', ''),
(58339, 182, 1747, 'Carei', ''),
(58340, 182, 1747, 'Decebal', ''),
(58341, 182, 1747, 'Lazuri', ''),
(58342, 182, 1747, 'Livada', ''),
(58343, 182, 1747, 'Negresti-Oas', ''),
(58344, 182, 1747, 'Porumbesti', ''),
(58345, 182, 1747, 'Resighea', ''),
(58346, 182, 1747, 'Sanislau', ''),
(58347, 182, 1747, 'Satmarel', ''),
(58348, 182, 1747, 'Satu Mare', ''),
(58349, 182, 1747, 'Terebesti', ''),
(58350, 182, 1747, 'Vetis', ''),
(58351, 182, 1748, 'Buda', ''),
(58352, 182, 1748, 'Falcau', ''),
(58353, 182, 1748, 'Falticeni', ''),
(58354, 182, 1748, 'Radauti', ''),
(58355, 182, 1748, 'Suceava', ''),
(58356, 182, 1748, 'Vatra Dornei', ''),
(58357, 182, 1749, 'Alexandria', ''),
(58358, 182, 1749, 'Baduleasa', ''),
(58359, 182, 1749, 'Blejesti', ''),
(58360, 182, 1749, 'Buzescu', ''),
(58361, 182, 1749, 'Cervenia', ''),
(58362, 182, 1749, 'Frasinet', ''),
(58363, 182, 1749, 'Lita', ''),
(58364, 182, 1749, 'Peretu', ''),
(58365, 182, 1749, 'Plosca', ''),
(58366, 182, 1749, 'Rosiori de Vede', ''),
(58367, 182, 1749, 'Smardioasa', ''),
(58368, 182, 1749, 'Teleormanu', ''),
(58369, 182, 1749, 'Turnu Magurele', ''),
(58370, 182, 1749, 'Videle', ''),
(58371, 182, 1749, 'Zimnicea', ''),
(58372, 182, 1750, 'Babadag', ''),
(58373, 182, 1750, 'Horia', ''),
(58374, 182, 1750, 'Jurilovca', ''),
(58375, 182, 1750, 'Sfantu Gheorghe', ''),
(58376, 182, 1750, 'Sulina', ''),
(58377, 182, 1750, 'Topolog', ''),
(58378, 182, 1750, 'Tulcea', ''),
(58379, 182, 1751, 'Bacesti', ''),
(58380, 182, 1751, 'Bârlad', ''),
(58381, 182, 1751, 'Dimitrie Cantemir', ''),
(58382, 182, 1751, 'Husi', ''),
(58383, 182, 1751, 'Vaslui', ''),
(58384, 182, 1752, 'Adjud', ''),
(58385, 182, 1752, 'Campineanca', ''),
(58386, 182, 1752, 'Ciorasti', ''),
(58387, 182, 1752, 'Focşani', ''),
(58388, 182, 1752, 'Marasti', ''),
(58389, 182, 1752, 'Nereju', ''),
(58390, 182, 1752, 'Odobesti', ''),
(58391, 182, 1752, 'Panciu', ''),
(58392, 182, 1752, 'Vetresti-Herastrau', ''),
(58393, 182, 1752, 'Vidra', ''),
(58394, 183, 1753, 'Altayskoye', ''),
(58395, 183, 1753, 'Barnaul', ''),
(58396, 183, 1753, 'Biysk', ''),
(58397, 183, 1753, 'Kamen\'-na-Obi', ''),
(58398, 183, 1753, 'Novoaltaysk', ''),
(58399, 183, 1753, 'Pavlovsk', ''),
(58400, 183, 1753, 'Rubtsovsk', ''),
(58401, 183, 1753, 'Sibirskoye', ''),
(58402, 183, 1753, 'Slavgorod', ''),
(58403, 183, 1753, 'Tabuny', ''),
(58404, 183, 1753, 'Zarinsk', ''),
(58405, 183, 1754, 'Belogorsk', ''),
(58406, 183, 1754, 'Blagoveshchensk', ''),
(58407, 183, 1754, 'Fevral\'sk', ''),
(58408, 183, 1754, 'Progress', ''),
(58409, 183, 1754, 'Raychikhinsk', ''),
(58410, 183, 1754, 'Tambovka', ''),
(58411, 183, 1754, 'Tynda', ''),
(58412, 183, 1754, 'Vspomogatel\'nyy', ''),
(58413, 183, 1754, 'Zeya', ''),
(58414, 183, 1755, 'Arkhangelsk', ''),
(58415, 183, 1755, 'Birzha', ''),
(58416, 183, 1755, 'Konosha', ''),
(58417, 183, 1755, 'Koryazhma', ''),
(58418, 183, 1755, 'Kotlas', ''),
(58419, 183, 1755, 'Lukovetskiy', ''),
(58420, 183, 1755, 'Mirnyy', ''),
(58421, 183, 1755, 'Novodvinsk', ''),
(58422, 183, 1755, 'Nyandoma', ''),
(58423, 183, 1755, 'Oktyabr\'skiy', ''),
(58424, 183, 1755, 'Privodino', ''),
(58425, 183, 1755, 'Severodvinsk', ''),
(58426, 183, 1755, 'Velsk', ''),
(58427, 183, 1756, 'Akhtubinsk', ''),
(58428, 183, 1756, 'Astrakhan', ''),
(58429, 183, 1756, 'Chyorny Yar', ''),
(58430, 183, 1756, 'Del\'ta', ''),
(58431, 183, 1756, 'Narimanov', ''),
(58432, 183, 1756, 'Oranzherei', ''),
(58433, 183, 1756, 'Tinaki', ''),
(58434, 183, 1756, 'Tuzukley', ''),
(58435, 183, 1757, 'Agidel', ''),
(58436, 183, 1757, 'Amzya', ''),
(58437, 183, 1757, 'Bashkortostan', ''),
(58438, 183, 1757, 'Belebey', ''),
(58439, 183, 1757, 'Beloretsk', ''),
(58440, 183, 1757, 'Birsk', ''),
(58441, 183, 1757, 'Blagoveshchensk', ''),
(58442, 183, 1757, 'Dyurtyuli', ''),
(58443, 183, 1757, 'Iglino', ''),
(58444, 183, 1757, 'Ishimbay', ''),
(58445, 183, 1757, 'Kandry', ''),
(58446, 183, 1757, 'Kirgiz-Miyaki', ''),
(58447, 183, 1757, 'Kumertau', ''),
(58448, 183, 1757, 'Meleuz', ''),
(58449, 183, 1757, 'Neftekamsk', ''),
(58450, 183, 1757, 'Nizhnemancharovo', ''),
(58451, 183, 1757, 'Nizhnetroitskiy', ''),
(58452, 183, 1757, 'Oktyabr\'skiy', ''),
(58453, 183, 1757, 'Salavat', ''),
(58454, 183, 1757, 'Sharan', ''),
(58455, 183, 1757, 'Sibay', ''),
(58456, 183, 1757, 'Sterlitamak', ''),
(58457, 183, 1757, 'Tuymazy', ''),
(58458, 183, 1757, 'Uchaly', ''),
(58459, 183, 1757, 'Ufa', ''),
(58460, 183, 1758, 'Alekseyevka', ''),
(58461, 183, 1758, 'Belgorod', ''),
(58462, 183, 1758, 'Borisovka', ''),
(58463, 183, 1758, 'Chernyanka', ''),
(58464, 183, 1758, 'Gubkin', ''),
(58465, 183, 1758, 'Krasnaya Yaruga', ''),
(58466, 183, 1758, 'Novaya Derevnya', ''),
(58467, 183, 1758, 'Novyy Oskol', ''),
(58468, 183, 1758, 'Shebekino', ''),
(58469, 183, 1758, 'Stary Oskol', ''),
(58470, 183, 1758, 'Stroitel\'', ''),
(58471, 183, 1758, 'Volokonovka', ''),
(58472, 183, 1759, 'Bryansk', ''),
(58473, 183, 1759, 'Dubrovka', ''),
(58474, 183, 1759, 'Dyat\'kovo', ''),
(58475, 183, 1759, 'Fokino', ''),
(58476, 183, 1759, 'Ivot', ''),
(58477, 183, 1759, 'Klintsy', ''),
(58478, 183, 1759, 'Malyye Shcherbinichi', ''),
(58479, 183, 1759, 'Maritsa', ''),
(58480, 183, 1759, 'Navlya', ''),
(58481, 183, 1759, 'Novozybkov', ''),
(58482, 183, 1759, 'Pochep', ''),
(58483, 183, 1759, 'Sel\'tso', ''),
(58484, 183, 1759, 'Sevsk', ''),
(58485, 183, 1759, 'Star\'', ''),
(58486, 183, 1759, 'Starodub', ''),
(58487, 183, 1759, 'Sven\'', ''),
(58488, 183, 1759, 'Unecha', ''),
(58489, 183, 1759, 'Zhukovka', ''),
(58490, 183, 1760, 'Grozny', ''),
(58491, 183, 1760, 'Gudermes', ''),
(58492, 183, 1760, 'Pervomayskaya', ''),
(58493, 183, 1761, 'Chebarkul\'', ''),
(58494, 183, 1761, 'Chelyabinsk', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(58495, 183, 1761, 'Kizil\'skoye', ''),
(58496, 183, 1761, 'Kopeysk', ''),
(58497, 183, 1761, 'Korkino', ''),
(58498, 183, 1761, 'Kusa', ''),
(58499, 183, 1761, 'Kyshtym', ''),
(58500, 183, 1761, 'Magnitka', ''),
(58501, 183, 1761, 'Magnitogorsk', ''),
(58502, 183, 1761, 'Mayakovskogo', ''),
(58503, 183, 1761, 'Miass', ''),
(58504, 183, 1761, 'Miasskoye', ''),
(58505, 183, 1761, 'Nizhniy Ufaley', ''),
(58506, 183, 1761, 'Postnikova', ''),
(58507, 183, 1761, 'Satka', ''),
(58508, 183, 1761, 'Severo-Zapad', ''),
(58509, 183, 1761, 'Sistema', ''),
(58510, 183, 1761, 'Snezhinsk', ''),
(58511, 183, 1761, 'Techa', ''),
(58512, 183, 1761, 'Troitsk', ''),
(58513, 183, 1761, 'Ust\'-Katav', ''),
(58514, 183, 1761, 'Yemanzhelinsk', ''),
(58515, 183, 1761, 'Yuzhnoural\'sk', ''),
(58516, 183, 1761, 'Zlatoust', ''),
(58517, 183, 1762, 'Anadyr', ''),
(58518, 183, 1763, 'Alatyr\'', ''),
(58519, 183, 1763, 'Cheboksary', ''),
(58520, 183, 1763, 'Kanash', ''),
(58521, 183, 1763, 'Kozlovka', ''),
(58522, 183, 1763, 'Kugesi', ''),
(58523, 183, 1763, 'Mariinskiy Posad', ''),
(58524, 183, 1763, 'Novocheboksarsk', ''),
(58525, 183, 1763, 'Shumerlya', ''),
(58526, 183, 1763, 'Tsivil\'sk', ''),
(58527, 183, 1763, 'Urmary', ''),
(58528, 183, 1763, 'Vurnary', ''),
(58529, 183, 1763, 'Yantikovo', ''),
(58530, 183, 1764, 'Chontaul', ''),
(58531, 183, 1764, 'Derbent', ''),
(58532, 183, 1764, 'Dorgeli', ''),
(58533, 183, 1764, 'Izberbash', ''),
(58534, 183, 1764, 'Kaspiysk', ''),
(58535, 183, 1764, 'Khasavyurt', ''),
(58536, 183, 1764, 'Kizlyar', ''),
(58537, 183, 1764, 'Makhachkala', ''),
(58538, 183, 1765, 'Angarsk', ''),
(58539, 183, 1765, 'Baykal', ''),
(58540, 183, 1765, 'Belorechenskiy', ''),
(58541, 183, 1765, 'Bodaybo', ''),
(58542, 183, 1765, 'Bratsk', ''),
(58543, 183, 1765, 'Buret\'', ''),
(58544, 183, 1765, 'Cheremkhovo', ''),
(58545, 183, 1765, 'Denisovo', ''),
(58546, 183, 1765, 'Irkutsk', ''),
(58547, 183, 1765, 'Kirensk', ''),
(58548, 183, 1765, 'Lisikha', ''),
(58549, 183, 1765, 'Mayskiy', ''),
(58550, 183, 1765, 'Meget', ''),
(58551, 183, 1765, 'Nizhneudinsk', ''),
(58552, 183, 1765, 'Sayansk', ''),
(58553, 183, 1765, 'Shelekhov', ''),
(58554, 183, 1765, 'Slyudyanka', ''),
(58555, 183, 1765, 'Svirsk', ''),
(58556, 183, 1765, 'Tayshet', ''),
(58557, 183, 1765, 'Tulun', ''),
(58558, 183, 1765, 'Usol\'ye-Sibirskoye', ''),
(58559, 183, 1765, 'Ust\'-Ilimsk', ''),
(58560, 183, 1765, 'Ust\'-Kut', ''),
(58561, 183, 1765, 'Zheleznogorsk-Ilimskiy', ''),
(58562, 183, 1765, 'Zima', ''),
(58563, 183, 1766, 'Furmanov', ''),
(58564, 183, 1766, 'Gavrilov Posad', ''),
(58565, 183, 1766, 'Ivanovo', ''),
(58566, 183, 1766, 'Kamenki', ''),
(58567, 183, 1766, 'Kineshma', ''),
(58568, 183, 1766, 'Kokhma', ''),
(58569, 183, 1766, 'Komsomol\'sk', ''),
(58570, 183, 1766, 'Petrovskiy', ''),
(58571, 183, 1766, 'Privolzhsk', ''),
(58572, 183, 1766, 'Rodniki', ''),
(58573, 183, 1766, 'Savino', ''),
(58574, 183, 1766, 'Shuya', ''),
(58575, 183, 1766, 'Teykovo', ''),
(58576, 183, 1766, 'Vichuga', ''),
(58577, 183, 1767, 'Birobidzhan', ''),
(58578, 183, 1767, 'Obluch\'ye', ''),
(58579, 183, 1768, 'Baksan', ''),
(58580, 183, 1768, 'Chegem', ''),
(58581, 183, 1768, 'Kabardino', ''),
(58582, 183, 1768, 'Nal\'chik', ''),
(58583, 183, 1768, 'Nartkala', ''),
(58584, 183, 1768, 'Terek', ''),
(58585, 183, 1768, 'Tyrnyauz', ''),
(58586, 183, 1769, 'Bagrationovsk', ''),
(58587, 183, 1769, 'Baltiysk', ''),
(58588, 183, 1769, 'Chernyakhovsk', ''),
(58589, 183, 1769, 'Gusev', ''),
(58590, 183, 1769, 'Gvardeysk', ''),
(58591, 183, 1769, 'Kaliningrad', ''),
(58592, 183, 1769, 'Krasnoznamensk', ''),
(58593, 183, 1769, 'Mamonovo', ''),
(58594, 183, 1769, 'Nesterov', ''),
(58595, 183, 1769, 'Otradnoye', ''),
(58596, 183, 1769, 'Sovetsk', ''),
(58597, 183, 1769, 'Svetlogorsk', ''),
(58598, 183, 1769, 'Zelenogradsk', ''),
(58599, 183, 1769, 'Znamensk', ''),
(58600, 183, 1770, 'Elista', ''),
(58601, 183, 1770, 'Sharnutovskiy', ''),
(58602, 183, 1770, 'Yashkul\'', ''),
(58603, 183, 1771, 'Amur', ''),
(58604, 183, 1771, 'Balabanovo', ''),
(58605, 183, 1771, 'Belousovo', ''),
(58606, 183, 1771, 'Detchino', ''),
(58607, 183, 1771, 'Dubenka', ''),
(58608, 183, 1771, 'Ferzikovo', ''),
(58609, 183, 1771, 'Kaluga', ''),
(58610, 183, 1771, 'Kirov', ''),
(58611, 183, 1771, 'Kornevo', ''),
(58612, 183, 1771, 'Kozel\'sk', ''),
(58613, 183, 1771, 'Kremenki', ''),
(58614, 183, 1771, 'Lyudinovo', ''),
(58615, 183, 1771, 'Maloyaroslavets', ''),
(58616, 183, 1771, 'Morozovo', ''),
(58617, 183, 1771, 'Nikol\'skoye', ''),
(58618, 183, 1771, 'Obninsk', ''),
(58619, 183, 1771, 'Senino Pervoye', ''),
(58620, 183, 1771, 'Sosenskiy', ''),
(58621, 183, 1771, 'Sukhinichi', ''),
(58622, 183, 1771, 'Tarusa', ''),
(58623, 183, 1771, 'Vorotynsk', ''),
(58624, 183, 1771, 'Vorsino', ''),
(58625, 183, 1771, 'Zhiletovo', ''),
(58626, 183, 1772, 'Petropavlovsk-Kamchatsky', ''),
(58627, 183, 1772, 'Pushchino', ''),
(58628, 183, 1772, 'Vilyuchinsk', ''),
(58629, 183, 1772, 'Vulkannyy', ''),
(58630, 183, 1773, 'Cherkessk', ''),
(58631, 183, 1773, 'Inzhich-Chukun', ''),
(58632, 183, 1773, 'Karachayevsk', ''),
(58633, 183, 1773, 'Ust\'-Dzheguta', ''),
(58634, 183, 1773, 'Zelenchukskaya', ''),
(58635, 183, 1774, 'Anzhero-Sudzhensk', ''),
(58636, 183, 1774, 'Belovo', ''),
(58637, 183, 1774, 'Berezovka', ''),
(58638, 183, 1774, 'Berëzovskiy', ''),
(58639, 183, 1774, 'Chistogorskiy', ''),
(58640, 183, 1774, 'Filial', ''),
(58641, 183, 1774, 'Kaltan', ''),
(58642, 183, 1774, 'Kemerovo', ''),
(58643, 183, 1774, 'Kiselëvsk', ''),
(58644, 183, 1774, 'Leninsk-Kuznetsky', ''),
(58645, 183, 1774, 'Mariinsk', ''),
(58646, 183, 1774, 'Metallurgov', ''),
(58647, 183, 1774, 'Mezhdurechensk', ''),
(58648, 183, 1774, 'Myski', ''),
(58649, 183, 1774, 'Novokuznetsk', ''),
(58650, 183, 1774, 'Pioner', ''),
(58651, 183, 1774, 'Polysayevo', ''),
(58652, 183, 1774, 'Prokop\'yevsk', ''),
(58653, 183, 1774, 'Promyshlennaya', ''),
(58654, 183, 1774, 'Spassk', ''),
(58655, 183, 1774, 'Tashtagol', ''),
(58656, 183, 1774, 'Tayga', ''),
(58657, 183, 1774, 'Topki', ''),
(58658, 183, 1774, 'Yelykayevo', ''),
(58659, 183, 1774, 'Yurga', ''),
(58660, 183, 1775, 'Amursk', ''),
(58661, 183, 1775, 'Avri', ''),
(58662, 183, 1775, 'Chegdomyn', ''),
(58663, 183, 1775, 'Chkalov', ''),
(58664, 183, 1775, 'Gran\'', ''),
(58665, 183, 1775, 'Khabarovsk', ''),
(58666, 183, 1775, 'Khor', ''),
(58667, 183, 1775, 'Komsomolsk-on-Amur', ''),
(58668, 183, 1775, 'Mongokhto', ''),
(58669, 183, 1775, 'Nekrasovka', ''),
(58670, 183, 1775, 'Sovetskaya Gavan\'', ''),
(58671, 183, 1775, 'Start', ''),
(58672, 183, 1775, 'Topolevo', ''),
(58673, 183, 1775, 'Urgal', ''),
(58674, 183, 1775, 'Vanino', ''),
(58675, 183, 1776, 'Bol\'shoye Pylino', ''),
(58676, 183, 1776, 'Khanty-Mansiysk', ''),
(58677, 183, 1776, 'Kogalym', ''),
(58678, 183, 1776, 'Langepas', ''),
(58679, 183, 1776, 'Lyantor', ''),
(58680, 183, 1776, 'Megion', ''),
(58681, 183, 1776, 'Nefteyugansk', ''),
(58682, 183, 1776, 'Nizhnevartovsk', ''),
(58683, 183, 1776, 'Novaya Silava', ''),
(58684, 183, 1776, 'Nyagan', ''),
(58685, 183, 1776, 'Poykovskiy', ''),
(58686, 183, 1776, 'Pyt-Yakh', ''),
(58687, 183, 1776, 'Sovetskiy', ''),
(58688, 183, 1776, 'Surgut', ''),
(58689, 183, 1776, 'Uray', ''),
(58690, 183, 1776, 'Yugan', ''),
(58691, 183, 1776, 'Yugorsk', ''),
(58692, 183, 1777, 'Bovykiny', ''),
(58693, 183, 1777, 'Karin Perevoz', ''),
(58694, 183, 1777, 'Kirov', ''),
(58695, 183, 1777, 'Kirovo-Chepetsk', ''),
(58696, 183, 1777, 'Kosteniki', ''),
(58697, 183, 1777, 'Kotel\'nich', ''),
(58698, 183, 1777, 'Lazarevo', ''),
(58699, 183, 1777, 'Luza', ''),
(58700, 183, 1777, 'Lyangasovo', ''),
(58701, 183, 1777, 'Moskovskaya', ''),
(58702, 183, 1777, 'Nagorsk', ''),
(58703, 183, 1777, 'Olimpiyskiy', ''),
(58704, 183, 1777, 'Omutninsk', ''),
(58705, 183, 1777, 'Ovchinnikovo', ''),
(58706, 183, 1777, 'Sibir\'', ''),
(58707, 183, 1777, 'Vakhrushi', ''),
(58708, 183, 1777, 'Vichëvshchina', ''),
(58709, 183, 1777, 'Zelenaya', ''),
(58710, 183, 1778, 'Inta', ''),
(58711, 183, 1778, 'Kadzherom', ''),
(58712, 183, 1778, 'Koptyuga', ''),
(58713, 183, 1778, 'Kortkeros', ''),
(58714, 183, 1778, 'Maksim', ''),
(58715, 183, 1778, 'Mikun\'', ''),
(58716, 183, 1778, 'Nizhniy Odes', ''),
(58717, 183, 1778, 'Pechora', ''),
(58718, 183, 1778, 'Sindor', ''),
(58719, 183, 1778, 'Sosnogorsk', ''),
(58720, 183, 1778, 'Syktyvkar', ''),
(58721, 183, 1778, 'Ukhta', ''),
(58722, 183, 1778, 'Usinsk', ''),
(58723, 183, 1778, 'Usogorsk', ''),
(58724, 183, 1778, 'Ust-Tsilma', ''),
(58725, 183, 1778, 'Vogvazdino', ''),
(58726, 183, 1778, 'Vorkuta', ''),
(58727, 183, 1778, 'Vuktyl', ''),
(58728, 183, 1778, 'Vyl\'gort', ''),
(58729, 183, 1778, 'Yarega', ''),
(58730, 183, 1778, 'Zheshart', ''),
(58731, 183, 1779, 'Galich', ''),
(58732, 183, 1779, 'Kostroma', ''),
(58733, 183, 1779, 'Manturovo', ''),
(58734, 183, 1779, 'Nerekhta', ''),
(58735, 183, 1779, 'Neya', ''),
(58736, 183, 1779, 'Susanino', ''),
(58737, 183, 1779, 'Volgorechensk', ''),
(58738, 183, 1780, 'Abinsk', ''),
(58739, 183, 1780, 'Adler', ''),
(58740, 183, 1780, 'Agronom', ''),
(58741, 183, 1780, 'Anapa', ''),
(58742, 183, 1780, 'Armavir', ''),
(58743, 183, 1780, 'Belorechensk', ''),
(58744, 183, 1780, 'Dagomys', ''),
(58745, 183, 1780, 'Dinskaya', ''),
(58746, 183, 1780, 'Gelendzhik', ''),
(58747, 183, 1780, 'Gogolya', ''),
(58748, 183, 1780, 'Gul\'kevichi', ''),
(58749, 183, 1780, 'Il\'skiy', ''),
(58750, 183, 1780, 'Kanevskaya', ''),
(58751, 183, 1780, 'Kavkaz', ''),
(58752, 183, 1780, 'Kazanskaya', ''),
(58753, 183, 1780, 'Korenovsk', ''),
(58754, 183, 1780, 'Krasnoarmeyskaya', ''),
(58755, 183, 1780, 'Krasnodar', ''),
(58756, 183, 1780, 'Krasnodarskiy', ''),
(58757, 183, 1780, 'Kropotkin', ''),
(58758, 183, 1780, 'Krymsk', ''),
(58759, 183, 1780, 'Kuban\'', ''),
(58760, 183, 1780, 'Kurganinsk', ''),
(58761, 183, 1780, 'Labinsk', ''),
(58762, 183, 1780, 'Lenina', ''),
(58763, 183, 1780, 'Leningradskaya', ''),
(58764, 183, 1780, 'Medvedovskaya', ''),
(58765, 183, 1780, 'Mira', ''),
(58766, 183, 1780, 'Mirnyy', ''),
(58767, 183, 1780, 'Nizhegorodskaya', ''),
(58768, 183, 1780, 'Novator', ''),
(58769, 183, 1780, 'Novokubansk', ''),
(58770, 183, 1780, 'Novopokrovskaya', ''),
(58771, 183, 1780, 'Novorossiysk', ''),
(58772, 183, 1780, 'Novotitarovskaya', ''),
(58773, 183, 1780, 'Novovelichkovskaya', ''),
(58774, 183, 1780, 'Novyy', ''),
(58775, 183, 1780, 'Otradnaya', ''),
(58776, 183, 1780, 'Pavlovskaya', ''),
(58777, 183, 1780, 'Plastunovskaya', ''),
(58778, 183, 1780, 'Primor\'ye', ''),
(58779, 183, 1780, 'Psebe', ''),
(58780, 183, 1780, 'Pushkina', ''),
(58781, 183, 1780, 'Razdol\'naya', ''),
(58782, 183, 1780, 'Rossiyskiy', ''),
(58783, 183, 1780, 'Severskaya', ''),
(58784, 183, 1780, 'Slavyansk-na-Kubani', ''),
(58785, 183, 1780, 'Sochi', ''),
(58786, 183, 1780, 'Starominskaya', ''),
(58787, 183, 1780, 'Starovelichkovskaya', ''),
(58788, 183, 1780, 'Strelka', ''),
(58789, 183, 1780, 'Temryuk', ''),
(58790, 183, 1780, 'Tikhoretsk', ''),
(58791, 183, 1780, 'Timashëvsk', ''),
(58792, 183, 1780, 'Tuapse', ''),
(58793, 183, 1780, 'Ust\'-Labinsk', ''),
(58794, 183, 1780, 'Vorovskogo', ''),
(58795, 183, 1780, 'Vostochnaya', ''),
(58796, 183, 1780, 'Yeysk', ''),
(58797, 183, 1780, 'Yurovka', ''),
(58798, 183, 1781, 'Achinsk', ''),
(58799, 183, 1781, 'Borodino', ''),
(58800, 183, 1781, 'Divnogorsk', ''),
(58801, 183, 1781, 'Dudinka', ''),
(58802, 183, 1781, 'Kansk', ''),
(58803, 183, 1781, 'Kodinsk', ''),
(58804, 183, 1781, 'Krasnoyarsk', ''),
(58805, 183, 1781, 'Lesosibirsk', ''),
(58806, 183, 1781, 'Minusinsk', ''),
(58807, 183, 1781, 'Nazarovo', ''),
(58808, 183, 1781, 'Noril\'sk', ''),
(58809, 183, 1781, 'Ob\"yedineniye', ''),
(58810, 183, 1781, 'Shalinskoye', ''),
(58811, 183, 1781, 'Sharypovo', ''),
(58812, 183, 1781, 'Sosnovoborsk', ''),
(58813, 183, 1781, 'Svetlogorsk', ''),
(58814, 183, 1781, 'Ural', ''),
(58815, 183, 1781, 'Ural\'skaya', ''),
(58816, 183, 1781, 'Uyar', ''),
(58817, 183, 1781, 'Vanavara', ''),
(58818, 183, 1781, 'Yemel\'yanovo', ''),
(58819, 183, 1781, 'Yeniseysk', ''),
(58820, 183, 1781, 'Zelenogorsk', ''),
(58821, 183, 1781, 'Zheleznogorsk', ''),
(58822, 183, 1782, 'Belozërskoye', ''),
(58823, 183, 1782, 'Dalmatovo', ''),
(58824, 183, 1782, 'Kamchatka', ''),
(58825, 183, 1782, 'Kurgan', ''),
(58826, 183, 1782, 'Kurtamysh', ''),
(58827, 183, 1782, 'Shadrinsk', ''),
(58828, 183, 1782, 'Sumki', ''),
(58829, 183, 1783, 'Konyshevka', ''),
(58830, 183, 1783, 'Kurchatov', ''),
(58831, 183, 1783, 'Kursk', ''),
(58832, 183, 1783, 'Peny', ''),
(58833, 183, 1783, 'Sudzha', ''),
(58834, 183, 1783, 'Zheleznogorsk', ''),
(58835, 183, 1784, 'Aro', ''),
(58836, 183, 1784, 'Boksitogorsk', ''),
(58837, 183, 1784, 'Gatchina', ''),
(58838, 183, 1784, 'Glebychevo', ''),
(58839, 183, 1784, 'Gostilitsy', ''),
(58840, 183, 1784, 'Ivangorod', ''),
(58841, 183, 1784, 'Kalitino', ''),
(58842, 183, 1784, 'Kingisepp', ''),
(58843, 183, 1784, 'Kirishi', ''),
(58844, 183, 1784, 'Kirovsk', ''),
(58845, 183, 1784, 'Kommunar', ''),
(58846, 183, 1784, 'Kudrovo', ''),
(58847, 183, 1784, 'Leskolovo', ''),
(58848, 183, 1784, 'Lodeynoye Pole', ''),
(58849, 183, 1784, 'Lyuban\'', ''),
(58850, 183, 1784, 'Mega', ''),
(58851, 183, 1784, 'Mga', ''),
(58852, 183, 1784, 'Mor\'ye', ''),
(58853, 183, 1784, 'Murino', ''),
(58854, 183, 1784, 'Neva', ''),
(58855, 183, 1784, 'Novoye Devyatkino', ''),
(58856, 183, 1784, 'Osel\'ki', ''),
(58857, 183, 1784, 'Podporozh\'ye', ''),
(58858, 183, 1784, 'Potok', ''),
(58859, 183, 1784, 'Priozersk', ''),
(58860, 183, 1784, 'Pulkovo', ''),
(58861, 183, 1784, 'Rozhdestveno', ''),
(58862, 183, 1784, 'Sertolovo', ''),
(58863, 183, 1784, 'Sinyavino', ''),
(58864, 183, 1784, 'Slantsy', ''),
(58865, 183, 1784, 'Soldatskoye', ''),
(58866, 183, 1784, 'Sosnovyy Bor', ''),
(58867, 183, 1784, 'Staraya', ''),
(58868, 183, 1784, 'Starosiverskaya', ''),
(58869, 183, 1784, 'Suyda', ''),
(58870, 183, 1784, 'Tel\'mana', ''),
(58871, 183, 1784, 'Tikhvin', ''),
(58872, 183, 1784, 'Tosno', ''),
(58873, 183, 1784, 'Volkhov', ''),
(58874, 183, 1784, 'Volna', ''),
(58875, 183, 1784, 'Volosovo', ''),
(58876, 183, 1784, 'Vsevolozhsk', ''),
(58877, 183, 1784, 'Vyborg', ''),
(58878, 183, 1784, 'Vyritsa', ''),
(58879, 183, 1784, 'Yanino Vtoroye', ''),
(58880, 183, 1785, 'Gryazi', ''),
(58881, 183, 1785, 'Lebedyan\'', ''),
(58882, 183, 1785, 'Lev Tolstoy', ''),
(58883, 183, 1785, 'Lipetsk', ''),
(58884, 183, 1785, 'Terbuny', ''),
(58885, 183, 1785, 'Timiryazev', ''),
(58886, 183, 1785, 'Zarechnyy', ''),
(58887, 183, 1786, 'Magadan', ''),
(58888, 183, 1786, 'Radist', ''),
(58889, 183, 1787, 'Khimki', ''),
(58890, 183, 1787, 'Moscow', ''),
(58891, 183, 1787, 'Moskovskiy', ''),
(58892, 183, 1787, 'Sviblovo', ''),
(58893, 183, 1787, 'Vagonoremont', ''),
(58894, 183, 1787, 'Vatutinki', ''),
(58895, 183, 1787, 'Zelenograd', ''),
(58896, 183, 1787, 'Znamya Oktyabrya', ''),
(58897, 183, 1788, 'Alabino', ''),
(58898, 183, 1788, 'Andreyevka', ''),
(58899, 183, 1788, 'Aprelevka', ''),
(58900, 183, 1788, 'Ashitkovo', ''),
(58901, 183, 1788, 'Ashukino', ''),
(58902, 183, 1788, 'Balashikha', ''),
(58903, 183, 1788, 'Barvikha', ''),
(58904, 183, 1788, 'Beloomut', ''),
(58905, 183, 1788, 'Beloozërskiy', ''),
(58906, 183, 1788, 'Bronnitsy', ''),
(58907, 183, 1788, 'Bykovo', ''),
(58908, 183, 1788, 'Chekhov', ''),
(58909, 183, 1788, 'Chernogolovka', ''),
(58910, 183, 1788, 'Cherusti', ''),
(58911, 183, 1788, 'Davydovo', ''),
(58912, 183, 1788, 'Dedenevo', ''),
(58913, 183, 1788, 'Dedovsk', ''),
(58914, 183, 1788, 'Dmitrov', ''),
(58915, 183, 1788, 'Domodedovo', ''),
(58916, 183, 1788, 'Drezna', ''),
(58917, 183, 1788, 'Druzhba', ''),
(58918, 183, 1788, 'Dubna', ''),
(58919, 183, 1788, 'Dzerzhinskiy', ''),
(58920, 183, 1788, 'Elektrogorsk', ''),
(58921, 183, 1788, 'Elektrostal', ''),
(58922, 183, 1788, 'Elektrougli', ''),
(58923, 183, 1788, 'Fryanovo', ''),
(58924, 183, 1788, 'Fryazino', ''),
(58925, 183, 1788, 'Golitsyno', ''),
(58926, 183, 1788, 'Gzhel\'', ''),
(58927, 183, 1788, 'Iksha', ''),
(58928, 183, 1788, 'Istra', ''),
(58929, 183, 1788, 'Ivanteyevka', ''),
(58930, 183, 1788, 'Kashira', ''),
(58931, 183, 1788, 'Khot\'kovo', ''),
(58932, 183, 1788, 'Klimovsk', ''),
(58933, 183, 1788, 'Klin', ''),
(58934, 183, 1788, 'Kolomna', ''),
(58935, 183, 1788, 'Koren\'ki', ''),
(58936, 183, 1788, 'Korolev', ''),
(58937, 183, 1788, 'Korolyov', ''),
(58938, 183, 1788, 'Kotel\'niki', ''),
(58939, 183, 1788, 'Kraskovo', ''),
(58940, 183, 1788, 'Krasnoarmeysk', ''),
(58941, 183, 1788, 'Krasnogorsk', ''),
(58942, 183, 1788, 'Krasnozavodsk', ''),
(58943, 183, 1788, 'Krasnoznamensk', ''),
(58944, 183, 1788, 'Kratovo', ''),
(58945, 183, 1788, 'Kubinka', ''),
(58946, 183, 1788, 'Kurovskoye', ''),
(58947, 183, 1788, 'L\'vovskiy', ''),
(58948, 183, 1788, 'Likino-Dulevo', ''),
(58949, 183, 1788, 'Lobnya', ''),
(58950, 183, 1788, 'Losino-Petrovskiy', ''),
(58951, 183, 1788, 'Lotoshino', ''),
(58952, 183, 1788, 'Lukhovitsy', ''),
(58953, 183, 1788, 'Lytkarino', ''),
(58954, 183, 1788, 'Lyubertsy', ''),
(58955, 183, 1788, 'Malakhovka', ''),
(58956, 183, 1788, 'Malino', ''),
(58957, 183, 1788, 'Medvezh\'i Ozera', ''),
(58958, 183, 1788, 'Mendeleyevo', ''),
(58959, 183, 1788, 'Mikhnevo', ''),
(58960, 183, 1788, 'Molokovo', ''),
(58961, 183, 1788, 'Molzino', ''),
(58962, 183, 1788, 'Monino', ''),
(58963, 183, 1788, 'Mozhaysk', ''),
(58964, 183, 1788, 'Mytishchi', ''),
(58965, 183, 1788, 'Nakhabino', ''),
(58966, 183, 1788, 'Naro-Fominsk', ''),
(58967, 183, 1788, 'Nekrasovskiy', ''),
(58968, 183, 1788, 'Noginsk', ''),
(58969, 183, 1788, 'Obolensk', ''),
(58970, 183, 1788, 'Odintsovo', ''),
(58971, 183, 1788, 'Orekhovo-Zuyevo', ''),
(58972, 183, 1788, 'Ozeretskoye', ''),
(58973, 183, 1788, 'Ozëry', ''),
(58974, 183, 1788, 'Pavlovskiy Posad', ''),
(58975, 183, 1788, 'Peresvet', ''),
(58976, 183, 1788, 'Peski', ''),
(58977, 183, 1788, 'Pirogovskiy', ''),
(58978, 183, 1788, 'Podolsk', ''),
(58979, 183, 1788, 'Pravdinskiy', ''),
(58980, 183, 1788, 'Proletarskiy', ''),
(58981, 183, 1788, 'Protvino', ''),
(58982, 183, 1788, 'Pushchino', ''),
(58983, 183, 1788, 'Pushkino', ''),
(58984, 183, 1788, 'Ramenskoye', ''),
(58985, 183, 1788, 'Reshetnikovo', ''),
(58986, 183, 1788, 'Reutov', ''),
(58987, 183, 1788, 'Roshal\'', ''),
(58988, 183, 1788, 'Ruza', ''),
(58989, 183, 1788, 'Savvino', ''),
(58990, 183, 1788, 'Selyatino', ''),
(58991, 183, 1788, 'Sergiyev Posad', ''),
(58992, 183, 1788, 'Serpukhov', ''),
(58993, 183, 1788, 'Shatura', ''),
(58994, 183, 1788, 'Shchelkovo', ''),
(58995, 183, 1788, 'Shcherbinka', ''),
(58996, 183, 1788, 'Shelkovo', ''),
(58997, 183, 1788, 'Snegiri', ''),
(58998, 183, 1788, 'Solnechnogorsk', ''),
(58999, 183, 1788, 'Staraya Kupavna', ''),
(59000, 183, 1788, 'Stupino', ''),
(59001, 183, 1788, 'Svatkovo', ''),
(59002, 183, 1788, 'Sverdlovskiy', ''),
(59003, 183, 1788, 'Taldom', ''),
(59004, 183, 1788, 'Tarasovka', ''),
(59005, 183, 1788, 'Tomilino', ''),
(59006, 183, 1788, 'Troitsa', ''),
(59007, 183, 1788, 'Tuchkovo', ''),
(59008, 183, 1788, 'Tugolesskiy Bor', ''),
(59009, 183, 1788, 'Udel\'naya', ''),
(59010, 183, 1788, 'Vidnoye', ''),
(59011, 183, 1788, 'Vnukovo', ''),
(59012, 183, 1788, 'Volodarskiy', ''),
(59013, 183, 1788, 'Volokolamsk', ''),
(59014, 183, 1788, 'Voskresensk', ''),
(59015, 183, 1788, 'Vysokovsk', ''),
(59016, 183, 1788, 'Yakhroma', ''),
(59017, 183, 1788, 'Yegor\'yevsk', ''),
(59018, 183, 1788, 'Zaprudnya', ''),
(59019, 183, 1788, 'Zaraysk', ''),
(59020, 183, 1788, 'Zheleznodorozhnyy', ''),
(59021, 183, 1788, 'Zhukovskiy', ''),
(59022, 183, 1788, 'Zvenigorod', ''),
(59023, 183, 1789, 'Apatity', ''),
(59024, 183, 1789, 'Kandalaksha', ''),
(59025, 183, 1789, 'Kirovsk', ''),
(59026, 183, 1789, 'Kola', ''),
(59027, 183, 1789, 'Kovdor', ''),
(59028, 183, 1789, 'Monchegorsk', ''),
(59029, 183, 1789, 'Murmansk', ''),
(59030, 183, 1789, 'Murmashi', ''),
(59031, 183, 1789, 'Olenegorsk', ''),
(59032, 183, 1789, 'Pechenga', ''),
(59033, 183, 1789, 'Polyarnyye Zori', ''),
(59034, 183, 1789, 'Revda', ''),
(59035, 183, 1789, 'Roslyakovo', ''),
(59036, 183, 1789, 'Severomorsk', ''),
(59037, 183, 1789, 'Snezhnogorsk', ''),
(59038, 183, 1789, 'Zaozersk', ''),
(59039, 183, 1789, 'Zapolyarnyy', ''),
(59040, 183, 1789, 'Zelenoborskiy', ''),
(59041, 183, 1790, 'Naryan-Mar', ''),
(59042, 183, 1791, 'Arzamas', ''),
(59043, 183, 1791, 'Balakhna', ''),
(59044, 183, 1791, 'Bogorodsk', ''),
(59045, 183, 1791, 'Bor', ''),
(59046, 183, 1791, 'Chernukha', ''),
(59047, 183, 1791, 'Dzerzhinsk', ''),
(59048, 183, 1791, 'Gidrotorf', ''),
(59049, 183, 1791, 'Gorbatov', ''),
(59050, 183, 1791, 'Gorodets', ''),
(59051, 183, 1791, 'Kantaurovo', ''),
(59052, 183, 1791, 'Khabarskoye', ''),
(59053, 183, 1791, 'Kstovo', ''),
(59054, 183, 1791, 'Kulebaki', ''),
(59055, 183, 1791, 'Lukoyanov', ''),
(59056, 183, 1791, 'Lyskovo', ''),
(59057, 183, 1791, 'Minino', ''),
(59058, 183, 1791, 'Nizhniy Novgorod', ''),
(59059, 183, 1791, 'Pavlovo', ''),
(59060, 183, 1791, 'Sarov', ''),
(59061, 183, 1791, 'Satis', ''),
(59062, 183, 1791, 'Semyonov', ''),
(59063, 183, 1791, 'Sergach', ''),
(59064, 183, 1791, 'Smolino', ''),
(59065, 183, 1791, 'Uren\'', ''),
(59066, 183, 1791, 'Volodarsk', ''),
(59067, 183, 1791, 'Vorsma', ''),
(59068, 183, 1791, 'Vyksa', ''),
(59069, 183, 1791, 'Zavolzh\'ye', ''),
(59070, 183, 1792, 'Alagir', ''),
(59071, 183, 1792, 'Ardon', ''),
(59072, 183, 1792, 'Beslan', ''),
(59073, 183, 1792, 'Chikola', ''),
(59074, 183, 1792, 'Digora', ''),
(59075, 183, 1792, 'Moska', ''),
(59076, 183, 1792, 'Mozdok', ''),
(59077, 183, 1792, 'Nogir', ''),
(59078, 183, 1792, 'Vladikavkaz', ''),
(59079, 183, 1793, 'Artem', ''),
(59080, 183, 1793, 'Borovichi', ''),
(59081, 183, 1793, 'Buyantsevo', ''),
(59082, 183, 1793, 'Chudovo', ''),
(59083, 183, 1793, 'Malaya Vishera', ''),
(59084, 183, 1793, 'Posad', ''),
(59085, 183, 1793, 'Sol\'tsy', ''),
(59086, 183, 1793, 'Staraya Russa', ''),
(59087, 183, 1793, 'Veliky Novgorod', ''),
(59088, 183, 1793, 'Vitebskaya', ''),
(59089, 183, 1793, 'Vyatka', ''),
(59090, 183, 1794, 'Berdsk', ''),
(59091, 183, 1794, 'Cherepanovo', ''),
(59092, 183, 1794, 'Granit', ''),
(59093, 183, 1794, 'Iskitim', ''),
(59094, 183, 1794, 'Kamyshevo', ''),
(59095, 183, 1794, 'Kochenevskiy', ''),
(59096, 183, 1794, 'Krasnoobsk', ''),
(59097, 183, 1794, 'Kuybyshev', ''),
(59098, 183, 1794, 'Leningradskiy', ''),
(59099, 183, 1794, 'Linevo', ''),
(59100, 183, 1794, 'Moshkovo', ''),
(59101, 183, 1794, 'Novosibirsk', ''),
(59102, 183, 1794, 'Ob\'', ''),
(59103, 183, 1794, 'Rubin', ''),
(59104, 183, 1794, 'Ryazansk', ''),
(59105, 183, 1794, 'Severnoye', ''),
(59106, 183, 1794, 'Skala', ''),
(59107, 183, 1794, 'Sputnik', ''),
(59108, 183, 1794, 'Tselinnoye', ''),
(59109, 183, 1795, 'Azovo', ''),
(59110, 183, 1795, 'Kalachinsk', ''),
(59111, 183, 1795, 'Kristall', ''),
(59112, 183, 1795, 'Mar\'yanovka', ''),
(59113, 183, 1795, 'Omsk', ''),
(59114, 183, 1795, 'Peschanka', ''),
(59115, 183, 1795, 'Tavricheskoye', ''),
(59116, 183, 1796, 'Buzuluk', ''),
(59117, 183, 1796, 'Cheben\'ki', ''),
(59118, 183, 1796, 'Dubrava', ''),
(59119, 183, 1796, 'Gay', ''),
(59120, 183, 1796, 'Mednogorsk', ''),
(59121, 183, 1796, 'Novotroitsk', ''),
(59122, 183, 1796, 'Orenburg', ''),
(59123, 183, 1796, 'Orsk', ''),
(59124, 183, 1796, 'Sakmara', ''),
(59125, 183, 1796, 'Trekhgornyy', ''),
(59126, 183, 1796, 'Yasnyy', ''),
(59127, 183, 1796, 'Zaglyadino', ''),
(59128, 183, 1797, 'Bolkhov', ''),
(59129, 183, 1797, 'Dmitrovsk-Orlovskiy', ''),
(59130, 183, 1797, 'Glazunovka', ''),
(59131, 183, 1797, 'Ivan\'', ''),
(59132, 183, 1797, 'Liniya', ''),
(59133, 183, 1797, 'Livny', ''),
(59134, 183, 1797, 'Maloarkhangel\'sk', ''),
(59135, 183, 1797, 'Mtsensk', ''),
(59136, 183, 1797, 'Orël', ''),
(59137, 183, 1797, 'Studenets', ''),
(59138, 183, 1797, 'Verkhov\'ye', ''),
(59139, 183, 1797, 'Zalegoshch\'', ''),
(59140, 183, 1798, 'Belinskiy', ''),
(59141, 183, 1798, 'Kamenka', ''),
(59142, 183, 1798, 'Kuznetsk', ''),
(59143, 183, 1798, 'Penza', ''),
(59144, 183, 1798, 'Zarechnyy', ''),
(59145, 183, 1799, 'Aleksandrovsk', ''),
(59146, 183, 1799, 'Bad\'-Pashnya', ''),
(59147, 183, 1799, 'Berezniki', ''),
(59148, 183, 1799, 'Chaykovskiy', ''),
(59149, 183, 1799, 'Chernushka', ''),
(59150, 183, 1799, 'Chusovoy', ''),
(59151, 183, 1799, 'Dobryanka', ''),
(59152, 183, 1799, 'Kalinina', ''),
(59153, 183, 1799, 'Kirova', ''),
(59154, 183, 1799, 'Kizel', ''),
(59155, 183, 1799, 'Krasnokamsk', ''),
(59156, 183, 1799, 'Kungur', ''),
(59157, 183, 1799, 'Lys\'va', ''),
(59158, 183, 1799, 'Mebel\'naya Fabrika', ''),
(59159, 183, 1799, 'Novoil\'inskiy', ''),
(59160, 183, 1799, 'Nytva', ''),
(59161, 183, 1799, 'Odan\'', ''),
(59162, 183, 1799, 'Osa', ''),
(59163, 183, 1799, 'Perm', ''),
(59164, 183, 1799, 'Piter', ''),
(59165, 183, 1799, 'Polazna', ''),
(59166, 183, 1799, 'Solikamsk', ''),
(59167, 183, 1799, 'Urai', ''),
(59168, 183, 1799, 'Ural\'skiy', ''),
(59169, 183, 1799, 'Yugo-Kamskiy', ''),
(59170, 183, 1800, 'Altay', ''),
(59171, 183, 1800, 'Ariadnoye', ''),
(59172, 183, 1800, 'Arsen\'yev', ''),
(59173, 183, 1800, 'Artëm', ''),
(59174, 183, 1800, 'Bol\'shoy Kamen\'', ''),
(59175, 183, 1800, 'Dal\'negorsk', ''),
(59176, 183, 1800, 'Dunay', ''),
(59177, 183, 1800, 'Kavalerovo', ''),
(59178, 183, 1800, 'Lazo', ''),
(59179, 183, 1800, 'Lesozavodsk', ''),
(59180, 183, 1800, 'Nakhodka', ''),
(59181, 183, 1800, 'Partizansk', ''),
(59182, 183, 1800, 'Pokrovka', ''),
(59183, 183, 1800, 'Sibirtsevo', ''),
(59184, 183, 1800, 'Spassk-Dal\'niy', ''),
(59185, 183, 1800, 'Svetlaya', ''),
(59186, 183, 1800, 'Uglekamensk', ''),
(59187, 183, 1800, 'Ussuriysk', ''),
(59188, 183, 1800, 'Valentin', ''),
(59189, 183, 1800, 'Vladivostok', ''),
(59190, 183, 1800, 'Vrangel\'', ''),
(59191, 183, 1801, 'Khilovo', ''),
(59192, 183, 1801, 'Nevel\'', ''),
(59193, 183, 1801, 'Ostrov', ''),
(59194, 183, 1801, 'Pskov', ''),
(59195, 183, 1801, 'Velikiye Luki', ''),
(59196, 183, 1802, 'Kondopoga', ''),
(59197, 183, 1802, 'Kostomuksha', ''),
(59198, 183, 1802, 'Nadvoitsy', ''),
(59199, 183, 1802, 'Petrozavodsk', ''),
(59200, 183, 1802, 'Pryazha', ''),
(59201, 183, 1802, 'Segezha', ''),
(59202, 183, 1802, 'Sortavala', ''),
(59203, 183, 1802, 'Vilga', ''),
(59204, 183, 1803, 'Adygeysk', ''),
(59205, 183, 1803, 'Kamennomostskiy', ''),
(59206, 183, 1803, 'Maykop', ''),
(59207, 183, 1803, 'Takhtamukay', ''),
(59208, 183, 1803, 'Yablonovskiy', ''),
(59209, 183, 1804, 'Choya', ''),
(59210, 183, 1804, 'Gorno-Altaysk', ''),
(59211, 183, 1804, 'Karakoksha', ''),
(59212, 183, 1804, 'Kosh-Agach', ''),
(59213, 183, 1804, 'Mayma', ''),
(59214, 183, 1805, 'China', ''),
(59215, 183, 1805, 'Gavan\'', ''),
(59216, 183, 1805, 'Ivolginsk', ''),
(59217, 183, 1805, 'Kabansk', ''),
(59218, 183, 1805, 'Kamensk', ''),
(59219, 183, 1805, 'Selenginsk', ''),
(59220, 183, 1805, 'Severobaykal\'sk', ''),
(59221, 183, 1805, 'Taksimo', ''),
(59222, 183, 1805, 'Tapkhar', ''),
(59223, 183, 1805, 'Ulan-Ude', ''),
(59224, 183, 1806, 'Malgobek', ''),
(59225, 183, 1806, 'Nazran', ''),
(59226, 183, 1807, 'Abakan', ''),
(59227, 183, 1807, 'Beya', ''),
(59228, 183, 1807, 'Chernogorsk', ''),
(59229, 183, 1807, 'Sayanogorsk', ''),
(59230, 183, 1807, 'Ust\'-Abakan', ''),
(59231, 183, 1808, 'Medvedevo', ''),
(59232, 183, 1808, 'Semenovka', ''),
(59233, 183, 1808, 'Volzhsk', ''),
(59234, 183, 1808, 'Yoshkar-Ola', ''),
(59235, 183, 1808, 'Zvenigovo', ''),
(59236, 183, 1809, 'Insar', ''),
(59237, 183, 1809, 'Kadoshkino', ''),
(59238, 183, 1809, 'Ruzayevka', ''),
(59239, 183, 1809, 'Saransk', ''),
(59240, 183, 1809, 'Torbeyevo', ''),
(59241, 183, 1809, 'Yavas', ''),
(59242, 183, 1810, 'Aldan', ''),
(59243, 183, 1810, 'Aykhal', ''),
(59244, 183, 1810, 'Karla Marksa', ''),
(59245, 183, 1810, 'Neryungri', ''),
(59246, 183, 1810, 'Osnova', ''),
(59247, 183, 1810, 'Yakutsk', ''),
(59248, 183, 1811, 'Kyzyl', ''),
(59249, 183, 1812, 'Aksay', ''),
(59250, 183, 1812, 'Aleksandrovka', ''),
(59251, 183, 1812, 'Azov', ''),
(59252, 183, 1812, 'Bataysk', ''),
(59253, 183, 1812, 'Belaya Kalitva', ''),
(59254, 183, 1812, 'Chaltyr', ''),
(59255, 183, 1812, 'Glubokiy', ''),
(59256, 183, 1812, 'Gukovo', ''),
(59257, 183, 1812, 'Kagal\'nitskaya', ''),
(59258, 183, 1812, 'Kalinin', ''),
(59259, 183, 1812, 'Kamensk-Shakhtinskiy', ''),
(59260, 183, 1812, 'Komintern', ''),
(59261, 183, 1812, 'Krym', ''),
(59262, 183, 1812, 'Kuleshovka', ''),
(59263, 183, 1812, 'Nevskiy', ''),
(59264, 183, 1812, 'Novocherkassk', ''),
(59265, 183, 1812, 'Novoshakhtinsk', ''),
(59266, 183, 1812, 'Rostov-on-Don', ''),
(59267, 183, 1812, 'Sal\'sk', ''),
(59268, 183, 1812, 'Semikarakorsk', ''),
(59269, 183, 1812, 'Shakhty', ''),
(59270, 183, 1812, 'Sholokhovskiy', ''),
(59271, 183, 1812, 'Sulin', ''),
(59272, 183, 1812, 'Taganrog', ''),
(59273, 183, 1812, 'Tarasovskiy', ''),
(59274, 183, 1812, 'Tselina', ''),
(59275, 183, 1812, 'Umanskiy', ''),
(59276, 183, 1812, 'Volgodonsk', ''),
(59277, 183, 1812, 'Zernograd', ''),
(59278, 183, 1812, 'Zimovniki', ''),
(59279, 183, 1812, 'Zverevo', ''),
(59280, 183, 1813, 'Alekanovo', ''),
(59281, 183, 1813, 'Korablino', ''),
(59282, 183, 1813, 'Novomichurinsk', ''),
(59283, 183, 1813, 'Pervo', ''),
(59284, 183, 1813, 'Polyany', ''),
(59285, 183, 1813, 'Ryazan', ''),
(59286, 183, 1813, 'Ryazhsk', ''),
(59287, 183, 1813, 'Rybnoye', ''),
(59288, 183, 1813, 'Sasovo', ''),
(59289, 183, 1814, 'Aniva', ''),
(59290, 183, 1814, 'Bras', ''),
(59291, 183, 1814, 'Kholmsk', ''),
(59292, 183, 1814, 'Korsakov', ''),
(59293, 183, 1814, 'Okha', ''),
(59294, 183, 1814, 'Poronaysk', ''),
(59295, 183, 1814, 'Severo-Kuril\'sk', ''),
(59296, 183, 1814, 'Uglegorsk', ''),
(59297, 183, 1814, 'Yel\'niki', ''),
(59298, 183, 1814, 'Yuzhno-Sakhalinsk', ''),
(59299, 183, 1815, 'Avtozavodskiy Rayon', ''),
(59300, 183, 1815, 'Bezenchuk', ''),
(59301, 183, 1815, 'Chapayevsk', ''),
(59302, 183, 1815, 'Chelno-Vershiny', ''),
(59303, 183, 1815, 'Frunzenskiy', ''),
(59304, 183, 1815, 'Kinel\'', ''),
(59305, 183, 1815, 'Neftegorsk', ''),
(59306, 183, 1815, 'Novokuybyshevsk', ''),
(59307, 183, 1815, 'Oktyabr\'sk', ''),
(59308, 183, 1815, 'Otradnyy', ''),
(59309, 183, 1815, 'Podstepki', ''),
(59310, 183, 1815, 'Primorskiy', ''),
(59311, 183, 1815, 'Samara', ''),
(59312, 183, 1815, 'Syzran\'', ''),
(59313, 183, 1815, 'Tolyatti', ''),
(59314, 183, 1815, 'Zhigulevsk', ''),
(59315, 183, 1816, 'Atkarsk', ''),
(59316, 183, 1816, 'Balakovo', ''),
(59317, 183, 1816, 'Balashov', ''),
(59318, 183, 1816, 'Bogdashino', ''),
(59319, 183, 1816, 'Burasy', ''),
(59320, 183, 1816, 'Engel\'s', ''),
(59321, 183, 1816, 'Kanavka', ''),
(59322, 183, 1816, 'Krasnoarmeysk', ''),
(59323, 183, 1816, 'Lada', ''),
(59324, 183, 1816, 'Marks', ''),
(59325, 183, 1816, 'Mayak', ''),
(59326, 183, 1816, 'Nauka', ''),
(59327, 183, 1816, 'Novaya Romanovka', ''),
(59328, 183, 1816, 'Novosokolovogorskiy', ''),
(59329, 183, 1816, 'Ovchinnikov', ''),
(59330, 183, 1816, 'Peredovoy', ''),
(59331, 183, 1816, 'Podsosenki', ''),
(59332, 183, 1816, 'Pugachev', ''),
(59333, 183, 1816, 'Ryazanka', ''),
(59334, 183, 1816, 'Saratov', ''),
(59335, 183, 1816, 'Skat', ''),
(59336, 183, 1816, 'Tatishchevo', ''),
(59337, 183, 1816, 'Vol\'sk', ''),
(59338, 183, 1816, 'Voznesenka', ''),
(59339, 183, 1816, 'Yershov', ''),
(59340, 183, 1816, 'Zvezda', ''),
(59341, 183, 1817, 'Desnogorsk', ''),
(59342, 183, 1817, 'Divo', ''),
(59343, 183, 1817, 'Dorogobuzh', ''),
(59344, 183, 1817, 'Gagarin', ''),
(59345, 183, 1817, 'Ivanova', ''),
(59346, 183, 1817, 'Khislavichi', ''),
(59347, 183, 1817, 'Lenkino', ''),
(59348, 183, 1817, 'Pochinok', ''),
(59349, 183, 1817, 'Roslavl\'', ''),
(59350, 183, 1817, 'Safonovo', ''),
(59351, 183, 1817, 'Smolensk', ''),
(59352, 183, 1817, 'Sukhanovo', ''),
(59353, 183, 1817, 'Ugra', ''),
(59354, 183, 1817, 'Vyaz\'ma', ''),
(59355, 183, 1817, 'Yakovlevo', ''),
(59356, 183, 1817, 'Yartsevo', ''),
(59357, 183, 1818, 'Kolpino', ''),
(59358, 183, 1818, 'Lomonosov', ''),
(59359, 183, 1818, 'Metallostroy', ''),
(59360, 183, 1818, 'Pavlovsk', ''),
(59361, 183, 1818, 'Petergof', ''),
(59362, 183, 1818, 'Petrodvorets', ''),
(59363, 183, 1818, 'Pushkin', ''),
(59364, 183, 1818, 'Saint Petersburg', ''),
(59365, 183, 1818, 'Shushary', ''),
(59366, 183, 1818, 'Strel\'na', ''),
(59367, 183, 1818, 'Zelenogorsk', ''),
(59368, 183, 1819, 'Aleksandrovskoye', ''),
(59369, 183, 1819, 'Avangard', ''),
(59370, 183, 1819, 'Budënnovsk', ''),
(59371, 183, 1819, 'Georgiyevsk', ''),
(59372, 183, 1819, 'Irgakly', ''),
(59373, 183, 1819, 'Izobil\'nyy', ''),
(59374, 183, 1819, 'Kirov', ''),
(59375, 183, 1819, 'Kislovodsk', ''),
(59376, 183, 1819, 'Kochubeyevskoye', ''),
(59377, 183, 1819, 'Kurskaya', ''),
(59378, 183, 1819, 'Lermontov', ''),
(59379, 183, 1819, 'Lysogorskaya', ''),
(59380, 183, 1819, 'Mar\'inskaya', ''),
(59381, 183, 1819, 'Mikhaylovsk', ''),
(59382, 183, 1819, 'Mineralnye Vody', ''),
(59383, 183, 1819, 'Neftekumsk', ''),
(59384, 183, 1819, 'Nevinnomyssk', ''),
(59385, 183, 1819, 'Novopavlovsk', ''),
(59386, 183, 1819, 'Pyatigorsk', ''),
(59387, 183, 1819, 'Solnechnodol\'sk', ''),
(59388, 183, 1819, 'Stavropol', ''),
(59389, 183, 1819, 'Svetlograd', ''),
(59390, 183, 1819, 'Vinsady', ''),
(59391, 183, 1819, 'Yessentuki', ''),
(59392, 183, 1819, 'Zelenokumsk', ''),
(59393, 183, 1819, 'Zheleznovodsk', ''),
(59394, 183, 1820, 'Aramil', ''),
(59395, 183, 1820, 'Asbest', ''),
(59396, 183, 1820, 'Atig', ''),
(59397, 183, 1820, 'Baranchinskiy', ''),
(59398, 183, 1820, 'Beryozovsky', ''),
(59399, 183, 1820, 'Bogdanovich', ''),
(59400, 183, 1820, 'Bol\'shoy Istok', ''),
(59401, 183, 1820, 'Degtyarsk', ''),
(59402, 183, 1820, 'Gari', ''),
(59403, 183, 1820, 'Kachkanar', ''),
(59404, 183, 1820, 'Kamensk-Ural\'skiy', ''),
(59405, 183, 1820, 'Kamyshlov', ''),
(59406, 183, 1820, 'Karpinsk', ''),
(59407, 183, 1820, 'Kirovgrad', ''),
(59408, 183, 1820, 'Krasnogvardeyskiy', ''),
(59409, 183, 1820, 'Krasnotur\'insk', ''),
(59410, 183, 1820, 'Krasnoufimsk', ''),
(59411, 183, 1820, 'Krasnoural\'sk', ''),
(59412, 183, 1820, 'Kushva', ''),
(59413, 183, 1820, 'Lesnoy', ''),
(59414, 183, 1820, 'Malysheva', ''),
(59415, 183, 1820, 'Mostovka', ''),
(59416, 183, 1820, 'Nev\'yansk', ''),
(59417, 183, 1820, 'Neyvinskiy', ''),
(59418, 183, 1820, 'Nizhniy Tagil', ''),
(59419, 183, 1820, 'Nizhnyaya Salda', ''),
(59420, 183, 1820, 'Nizhnyaya Tura', ''),
(59421, 183, 1820, 'Novoural\'sk', ''),
(59422, 183, 1820, 'Patrushi', ''),
(59423, 183, 1820, 'Pervouralsk', ''),
(59424, 183, 1820, 'Polevskoy', ''),
(59425, 183, 1820, 'Pyshma', ''),
(59426, 183, 1820, 'Reftinskiy', ''),
(59427, 183, 1820, 'Revda', ''),
(59428, 183, 1820, 'Serov', ''),
(59429, 183, 1820, 'Severoural\'sk', ''),
(59430, 183, 1820, 'Sos\'va', ''),
(59431, 183, 1820, 'Sredneuralsk', ''),
(59432, 183, 1820, 'Sysert\'', ''),
(59433, 183, 1820, 'Turinsk', ''),
(59434, 183, 1820, 'Verkhneye Dubrovo', ''),
(59435, 183, 1820, 'Verkhniy Tagil', ''),
(59436, 183, 1820, 'Verkhnyaya Pyshma', ''),
(59437, 183, 1820, 'Verkhnyaya Salda', ''),
(59438, 183, 1820, 'Verkhotur\'ye', ''),
(59439, 183, 1820, 'Yekaterinburg', ''),
(59440, 183, 1820, 'Zavodouspenskoye', ''),
(59441, 183, 1821, 'Al\'fa', ''),
(59442, 183, 1821, 'Kotovsk', ''),
(59443, 183, 1821, 'Michurinsk', ''),
(59444, 183, 1821, 'Morshansk', ''),
(59445, 183, 1821, 'Rasskazovo', ''),
(59446, 183, 1821, 'Rosa', ''),
(59447, 183, 1821, 'Tambov', ''),
(59448, 183, 1821, 'Uvarovo', ''),
(59449, 183, 1821, 'Volkhonshchino', ''),
(59450, 183, 1822, 'Agryz', ''),
(59451, 183, 1822, 'Aksubayevo', ''),
(59452, 183, 1822, 'Al\'met\'yevsk', ''),
(59453, 183, 1822, 'Apastovo', ''),
(59454, 183, 1822, 'Atlas', ''),
(59455, 183, 1822, 'Bavly', ''),
(59456, 183, 1822, 'Bibayevo', ''),
(59457, 183, 1822, 'Bugul\'ma', ''),
(59458, 183, 1822, 'Chistopol\'', ''),
(59459, 183, 1822, 'Dzhalil\'', ''),
(59460, 183, 1822, 'Ibrya', ''),
(59461, 183, 1822, 'Karabash', ''),
(59462, 183, 1822, 'Kazan’', ''),
(59463, 183, 1822, 'Leninogorsk', ''),
(59464, 183, 1822, 'Mamadysh', ''),
(59465, 183, 1822, 'Mendeleyevsk', ''),
(59466, 183, 1822, 'Menzelinsk', ''),
(59467, 183, 1822, 'Nizhnekamsk', ''),
(59468, 183, 1822, 'Russkiy Aktash', ''),
(59469, 183, 1822, 'Tagil', ''),
(59470, 183, 1822, 'Urussu', ''),
(59471, 183, 1822, 'Vega', ''),
(59472, 183, 1822, 'Yelabuga', ''),
(59473, 183, 1822, 'Zainsk', ''),
(59474, 183, 1822, 'Zelenodolsk', ''),
(59475, 183, 1823, 'Kargasok', ''),
(59476, 183, 1823, 'Kolpashevo', ''),
(59477, 183, 1823, 'Seversk', ''),
(59478, 183, 1823, 'Strezhevoy', ''),
(59479, 183, 1823, 'Tomsk', ''),
(59480, 183, 1824, 'Aginskoye', ''),
(59481, 183, 1824, 'Atamanovka', ''),
(59482, 183, 1824, 'Borzya', ''),
(59483, 183, 1824, 'Chita', ''),
(59484, 183, 1824, 'Darasun', ''),
(59485, 183, 1824, 'Ilim', ''),
(59486, 183, 1824, 'Ilya', ''),
(59487, 183, 1824, 'Karymskoye', ''),
(59488, 183, 1824, 'Klyuchi', ''),
(59489, 183, 1824, 'Krasnokamensk', ''),
(59490, 183, 1824, 'Mogoytuy', ''),
(59491, 183, 1824, 'Novaya Chara', ''),
(59492, 183, 1825, 'Aleksin', ''),
(59493, 183, 1825, 'Bogoroditsk', ''),
(59494, 183, 1825, 'Bolokhovo', ''),
(59495, 183, 1825, 'Donskoy', ''),
(59496, 183, 1825, 'Dubna', ''),
(59497, 183, 1825, 'Gorodna', ''),
(59498, 183, 1825, 'Kimovsk', ''),
(59499, 183, 1825, 'Kireyevsk', ''),
(59500, 183, 1825, 'Lipki', ''),
(59501, 183, 1825, 'Novomoskovsk', ''),
(59502, 183, 1825, 'Ostankino', ''),
(59503, 183, 1825, 'Plavsk', ''),
(59504, 183, 1825, 'Plekhanovo', ''),
(59505, 183, 1825, 'Shchëkino', ''),
(59506, 183, 1825, 'Sovetsk', ''),
(59507, 183, 1825, 'Suvorov', ''),
(59508, 183, 1825, 'Tula', ''),
(59509, 183, 1825, 'Uzlovaya', ''),
(59510, 183, 1825, 'Venëv', ''),
(59511, 183, 1825, 'Yasnogorsk', ''),
(59512, 183, 1825, 'Zaokskiy', ''),
(59513, 183, 1826, 'Andreapol\'', ''),
(59514, 183, 1826, 'Bezhetsk', ''),
(59515, 183, 1826, 'Bologoye', ''),
(59516, 183, 1826, 'Fialka', ''),
(59517, 183, 1826, 'Kashin', ''),
(59518, 183, 1826, 'Kimry', ''),
(59519, 183, 1826, 'Konakovo', ''),
(59520, 183, 1826, 'Kuvshinovo', ''),
(59521, 183, 1826, 'Nelidovo', ''),
(59522, 183, 1826, 'Pivovar', ''),
(59523, 183, 1826, 'Rameshki', ''),
(59524, 183, 1826, 'Redkino', ''),
(59525, 183, 1826, 'Rzhev', ''),
(59526, 183, 1826, 'Toropets', ''),
(59527, 183, 1826, 'Torzhok', ''),
(59528, 183, 1826, 'Tsna', ''),
(59529, 183, 1826, 'Tver', ''),
(59530, 183, 1826, 'Udomlya', ''),
(59531, 183, 1826, 'Vyshniy Volochëk', ''),
(59532, 183, 1827, 'Ishim', ''),
(59533, 183, 1827, 'Ishimskiy', ''),
(59534, 183, 1827, 'Omutinskiy', ''),
(59535, 183, 1827, 'Tobol\'sk', ''),
(59536, 183, 1827, 'Turtas', ''),
(59537, 183, 1827, 'Tyumen', ''),
(59538, 183, 1827, 'Vinzili', ''),
(59539, 183, 1827, 'Yalutorovsk', ''),
(59540, 183, 1827, 'Zavodoukovsk', ''),
(59541, 183, 1828, 'Chemashur', ''),
(59542, 183, 1828, 'Glazov', ''),
(59543, 183, 1828, 'Izhevsk', ''),
(59544, 183, 1828, 'Kambarka', ''),
(59545, 183, 1828, 'Kel\'dysh', ''),
(59546, 183, 1828, 'Kiyasovo', ''),
(59547, 183, 1828, 'Malaya Purga', ''),
(59548, 183, 1828, 'Metallurg', ''),
(59549, 183, 1828, 'Mozhga', ''),
(59550, 183, 1828, 'Sarapul', ''),
(59551, 183, 1828, 'Uva', ''),
(59552, 183, 1828, 'Votkinsk', ''),
(59553, 183, 1829, 'Cherdakly', ''),
(59554, 183, 1829, 'Dimitrovgrad', ''),
(59555, 183, 1829, 'Izmaylovo', ''),
(59556, 183, 1829, 'Ulyanovsk', ''),
(59557, 183, 1830, 'Aleksandrov', ''),
(59558, 183, 1830, 'Gus\'-Khrustal\'nyy', ''),
(59559, 183, 1830, 'Imeni Vorovskogo', ''),
(59560, 183, 1830, 'Kameshkovo', ''),
(59561, 183, 1830, 'Kirzhach', ''),
(59562, 183, 1830, 'Kol\'chugino', ''),
(59563, 183, 1830, 'Kosterevo', ''),
(59564, 183, 1830, 'Kovrov', ''),
(59565, 183, 1830, 'Kurlovo', ''),
(59566, 183, 1830, 'Lakinsk', ''),
(59567, 183, 1830, 'Murom', ''),
(59568, 183, 1830, 'Petushki', ''),
(59569, 183, 1830, 'Pokrov', ''),
(59570, 183, 1830, 'Singer\'', ''),
(59571, 183, 1830, 'Snovitsy', ''),
(59572, 183, 1830, 'Sobinka', ''),
(59573, 183, 1830, 'Stavrovo', ''),
(59574, 183, 1830, 'Suzdal', ''),
(59575, 183, 1830, 'Vladimir', ''),
(59576, 183, 1830, 'Vol\'ginskiy', ''),
(59577, 183, 1830, 'Vyazniki', ''),
(59578, 183, 1830, 'Zhukovskogo', ''),
(59579, 183, 1831, 'Bulgakov', ''),
(59580, 183, 1831, 'Dubovka', ''),
(59581, 183, 1831, 'Frolovo', ''),
(59582, 183, 1831, 'Ilovlya', ''),
(59583, 183, 1831, 'Kamyshin', ''),
(59584, 183, 1831, 'Kiselëv', ''),
(59585, 183, 1831, 'Komarov', ''),
(59586, 183, 1831, 'Kotelnikowo', ''),
(59587, 183, 1831, 'Krasnoarmeysk', ''),
(59588, 183, 1831, 'Krasnoslobodsk', ''),
(59589, 183, 1831, 'Kulikov', ''),
(59590, 183, 1831, 'Lebedev', ''),
(59591, 183, 1831, 'Leninsk', ''),
(59592, 183, 1831, 'Loznoy', ''),
(59593, 183, 1831, 'Mikhaylovka', ''),
(59594, 183, 1831, 'Nikolayevsk', ''),
(59595, 183, 1831, 'Nikulin', ''),
(59596, 183, 1831, 'Ogarev', ''),
(59597, 183, 1831, 'Petropavlovka', ''),
(59598, 183, 1831, 'Uryupinsk', ''),
(59599, 183, 1831, 'Volgograd', ''),
(59600, 183, 1831, 'Volzhskiy', ''),
(59601, 183, 1831, 'Zarechenskiy', ''),
(59602, 183, 1831, 'Zhirnovsk', ''),
(59603, 183, 1832, 'Belozërsk', ''),
(59604, 183, 1832, 'Bol\'shoye', ''),
(59605, 183, 1832, 'Chagoda', ''),
(59606, 183, 1832, 'Chebsara', ''),
(59607, 183, 1832, 'Cherepovets', ''),
(59608, 183, 1832, 'Gryazovets', ''),
(59609, 183, 1832, 'Noginskaya', ''),
(59610, 183, 1832, 'Nova', ''),
(59611, 183, 1832, 'Rostovskaya', ''),
(59612, 183, 1832, 'Sheksna', ''),
(59613, 183, 1832, 'Sokol', ''),
(59614, 183, 1832, 'Tochka', ''),
(59615, 183, 1832, 'Ustyuzhna', ''),
(59616, 183, 1832, 'Velikiy Ustyug', ''),
(59617, 183, 1832, 'Vologda', ''),
(59618, 183, 1832, 'Yugra', ''),
(59619, 183, 1833, 'Borisoglebsk', ''),
(59620, 183, 1833, 'Kolodeznyy', ''),
(59621, 183, 1833, 'Liski', ''),
(59622, 183, 1833, 'Novaya Usman\'', ''),
(59623, 183, 1833, 'Novovoronezh', ''),
(59624, 183, 1833, 'Ol\'khovatka', ''),
(59625, 183, 1833, 'Ostrogozhsk', ''),
(59626, 183, 1833, 'Povorino', ''),
(59627, 183, 1833, 'Ramon\'', ''),
(59628, 183, 1833, 'Rossosh\'', ''),
(59629, 183, 1833, 'Semilukskiye Vyselki', ''),
(59630, 183, 1833, 'Sloboda', ''),
(59631, 183, 1833, 'Voronezh', ''),
(59632, 183, 1834, 'Aksarka', ''),
(59633, 183, 1834, 'Gubkinskiy', ''),
(59634, 183, 1834, 'Krasnosel\'kup', ''),
(59635, 183, 1834, 'Labytnangi', ''),
(59636, 183, 1834, 'Nadym', ''),
(59637, 183, 1834, 'Novy Urengoy', ''),
(59638, 183, 1834, 'Noyabrsk', ''),
(59639, 183, 1834, 'Purovsk', ''),
(59640, 183, 1834, 'Salekhard', ''),
(59641, 183, 1834, 'Tarko-Sale', ''),
(59642, 183, 1834, 'Urengoy', ''),
(59643, 183, 1834, 'Yar-Sale', ''),
(59644, 183, 1835, 'Burmakino', ''),
(59645, 183, 1835, 'Danilov', ''),
(59646, 183, 1835, 'Gavrilov-Yam', ''),
(59647, 183, 1835, 'Konstantinovskiy', ''),
(59648, 183, 1835, 'Pereslavl\'-Zalesskiy', ''),
(59649, 183, 1835, 'Rostov', ''),
(59650, 183, 1835, 'Rybinsk', ''),
(59651, 183, 1835, 'Semibratovo', ''),
(59652, 183, 1835, 'Shchelkovo', ''),
(59653, 183, 1835, 'Stroiteley', ''),
(59654, 183, 1835, 'Tutayev', ''),
(59655, 183, 1835, 'Uglich', ''),
(59656, 183, 1835, 'Ugresha', ''),
(59657, 183, 1835, 'Volga', ''),
(59658, 183, 1835, 'Yaroslavl', ''),
(59659, 184, 1836, 'Kigali', ''),
(59660, 186, 1837, 'Sandy Point Town', ''),
(59661, 186, 1838, 'Basseterre', ''),
(59662, 186, 1839, 'Cayon', ''),
(59663, 186, 1840, 'Charlestown', ''),
(59664, 187, 1841, 'Castries', ''),
(59665, 187, 1842, 'Choiseul', ''),
(59666, 187, 1843, 'Dauphin', ''),
(59667, 187, 1843, 'Gros Islet', ''),
(59668, 189, 1844, 'Miquelon', ''),
(59669, 189, 1845, 'Saint-Pierre', ''),
(59670, 190, 1846, 'Union', ''),
(59671, 190, 1847, 'Georgetown', ''),
(59672, 190, 1848, 'Kingstown', ''),
(59673, 192, 1849, 'Matatufu', ''),
(59674, 192, 1850, 'Apia', ''),
(59675, 193, 1851, 'Acquaviva', ''),
(59676, 193, 1852, 'Borgo Maggiore', ''),
(59677, 193, 1853, 'Domagnano', ''),
(59678, 193, 1854, 'San Marino', ''),
(59679, 193, 1855, 'Dogana', ''),
(59680, 193, 1855, 'Falciano', ''),
(59681, 193, 1855, 'Serravalle', ''),
(59682, 194, 1856, 'Neves', ''),
(59683, 194, 1856, 'São Tomé', ''),
(59684, 195, 1857, 'Medina', ''),
(59685, 195, 1857, 'Yanbu` al Bahr', ''),
(59686, 195, 1858, 'Al Bukayriyah', ''),
(59687, 195, 1858, 'Buraidah', ''),
(59688, 195, 1858, 'Unaizah', ''),
(59689, 195, 1859, 'Al Faruq', ''),
(59690, 195, 1859, 'Al Kharj', ''),
(59691, 195, 1859, 'Al Yamamah', ''),
(59692, 195, 1859, 'Riyadh', ''),
(59693, 195, 1860, 'Abqaiq', ''),
(59694, 195, 1860, 'Al Hufuf', ''),
(59695, 195, 1860, 'Al Jubayl', ''),
(59696, 195, 1860, 'Al Qatif', ''),
(59697, 195, 1860, 'Dammam', ''),
(59698, 195, 1860, 'Dhahran', ''),
(59699, 195, 1860, 'Jubail', ''),
(59700, 195, 1860, 'Khobar', ''),
(59701, 195, 1860, 'Ra\'s al Khafji', ''),
(59702, 195, 1860, 'Ras Tanura', ''),
(59703, 195, 1860, 'Safwa', ''),
(59704, 195, 1860, 'Sayhat', ''),
(59705, 195, 1860, 'Tarut', ''),
(59706, 195, 1861, 'Jizan', ''),
(59707, 195, 1862, 'Jeddah', ''),
(59708, 195, 1862, 'Mecca', ''),
(59709, 195, 1862, 'Mina', ''),
(59710, 195, 1862, 'Rabigh', ''),
(59711, 195, 1862, 'Ta\'if', ''),
(59712, 195, 1863, 'Abha', ''),
(59713, 195, 1863, 'Jazirah', ''),
(59714, 195, 1863, 'Khamis Mushait', ''),
(59715, 195, 1864, 'Al Bahah', ''),
(59716, 195, 1865, 'Hayil', ''),
(59717, 195, 1866, 'Najran', ''),
(59718, 195, 1867, 'Tabuk', ''),
(59719, 195, 1868, 'Linah', ''),
(59720, 196, 1869, 'Camberene', ''),
(59721, 196, 1869, 'Dakar', ''),
(59722, 196, 1870, 'Sokone', ''),
(59723, 196, 1871, 'Sama', ''),
(59724, 196, 1872, 'Madina Kokoun', ''),
(59725, 196, 1873, 'Dodji', ''),
(59726, 196, 1873, 'Louga', ''),
(59727, 196, 1874, 'Koungheul', ''),
(59728, 196, 1875, 'Kedougou', ''),
(59729, 196, 1876, 'Boussinki', ''),
(59730, 196, 1876, 'Tanaf', ''),
(59731, 196, 1877, 'Saint-Louis', ''),
(59732, 196, 1878, 'Koussanar', ''),
(59733, 197, 1879, 'Aleksinac', ''),
(59734, 197, 1879, 'Belgrade', ''),
(59735, 197, 1879, 'Čačak', ''),
(59736, 197, 1879, 'Gornji Milanovac', ''),
(59737, 197, 1879, 'Grocka', ''),
(59738, 197, 1879, 'Jagodina', ''),
(59739, 197, 1879, 'Kragujevac', ''),
(59740, 197, 1879, 'Kraljevo', ''),
(59741, 197, 1879, 'Kruševac', ''),
(59742, 197, 1879, 'Lazarevac', ''),
(59743, 197, 1879, 'Leskovac', ''),
(59744, 197, 1879, 'Niš', ''),
(59745, 197, 1879, 'Novi Belgrade', ''),
(59746, 197, 1879, 'Novi Pazar', ''),
(59747, 197, 1879, 'Obrenovac', ''),
(59748, 197, 1879, 'Paracin', ''),
(59749, 197, 1879, 'Pirot', ''),
(59750, 197, 1879, 'Požarevac', ''),
(59751, 197, 1879, 'Savski Venac', ''),
(59752, 197, 1879, 'Smederevo', ''),
(59753, 197, 1879, 'Surdulica', ''),
(59754, 197, 1879, 'Svilajnac', ''),
(59755, 197, 1879, 'Valjevo', ''),
(59756, 197, 1879, 'Zajecar', ''),
(59757, 197, 1880, 'Ada', ''),
(59758, 197, 1880, 'Backa Palanka', ''),
(59759, 197, 1880, 'Backa Topola', ''),
(59760, 197, 1880, 'Backi Petrovac', ''),
(59761, 197, 1880, 'Becej', ''),
(59762, 197, 1880, 'Ingija', ''),
(59763, 197, 1880, 'Kovacica', ''),
(59764, 197, 1880, 'Kovin', ''),
(59765, 197, 1880, 'Nova Pazova', ''),
(59766, 197, 1880, 'Novi Becej', ''),
(59767, 197, 1880, 'Novi Sad', ''),
(59768, 197, 1880, 'Pančevo', ''),
(59769, 197, 1880, 'Ruma', ''),
(59770, 197, 1880, 'Senta', ''),
(59771, 197, 1880, 'Sombor', ''),
(59772, 197, 1880, 'Sremska Mitrovica', ''),
(59773, 197, 1880, 'Stara Pazova', ''),
(59774, 197, 1880, 'Subotica', ''),
(59775, 197, 1880, 'Vrbas', ''),
(59776, 197, 1880, 'Vršac', ''),
(59777, 197, 1880, 'Zrenjanin', ''),
(59778, 198, 1881, 'Victoria', ''),
(59779, 198, 1882, 'Takamaka', ''),
(59780, 199, 1883, 'Freetown', ''),
(59781, 200, 1884, 'Bukit Timah', ''),
(59782, 200, 1884, 'Tanjong Pagar', ''),
(59783, 200, 1885, 'Novena', ''),
(59784, 200, 1885, 'Seletar', ''),
(59785, 200, 1886, 'Choa Chu Kang New Town', ''),
(59786, 200, 1886, 'Woodlands New Town', ''),
(59787, 200, 1886, 'Yishun New Town', ''),
(59788, 202, 1887, 'Banská Bystrica', ''),
(59789, 202, 1887, 'Banská Štiavnica', ''),
(59790, 202, 1887, 'Brezno', ''),
(59791, 202, 1887, 'Brusno', ''),
(59792, 202, 1887, 'Cierny Balog', ''),
(59793, 202, 1887, 'Detva', ''),
(59794, 202, 1887, 'Dobra Niva', ''),
(59795, 202, 1887, 'Dolny Badin', ''),
(59796, 202, 1887, 'Fil\'akovo', ''),
(59797, 202, 1887, 'Halic', ''),
(59798, 202, 1887, 'Horna Lehota', ''),
(59799, 202, 1887, 'Hrinova', ''),
(59800, 202, 1887, 'Klenovec', ''),
(59801, 202, 1887, 'Kokava nad Rimavicou', ''),
(59802, 202, 1887, 'Kremnica', ''),
(59803, 202, 1887, 'Levare', ''),
(59804, 202, 1887, 'Lučenec', ''),
(59805, 202, 1887, 'Michalova', ''),
(59806, 202, 1887, 'Mytna', ''),
(59807, 202, 1887, 'Nova Bana', ''),
(59808, 202, 1887, 'Ostra Luka', ''),
(59809, 202, 1887, 'Pliesovce', ''),
(59810, 202, 1887, 'Praha', ''),
(59811, 202, 1887, 'Priechod', ''),
(59812, 202, 1887, 'Rimavská Sobota', ''),
(59813, 202, 1887, 'Sasovske Podhradie', ''),
(59814, 202, 1887, 'Sliač', ''),
(59815, 202, 1887, 'Slovenska L\'upca', ''),
(59816, 202, 1887, 'Tajov', ''),
(59817, 202, 1887, 'Tekovska Breznica', ''),
(59818, 202, 1887, 'Tornaľa', ''),
(59819, 202, 1887, 'Velky Krtis', ''),
(59820, 202, 1887, 'Vinica', ''),
(59821, 202, 1887, 'Vysoka', ''),
(59822, 202, 1887, 'Ziar nad Hronom', ''),
(59823, 202, 1887, 'Zvolen', ''),
(59824, 202, 1888, 'Bernolakovo', ''),
(59825, 202, 1888, 'Bratislava', ''),
(59826, 202, 1888, 'Ivanka pri Dunaji', ''),
(59827, 202, 1888, 'Jablonove', ''),
(59828, 202, 1888, 'Kuchyna', ''),
(59829, 202, 1888, 'Lozorno', ''),
(59830, 202, 1888, 'Malacky', ''),
(59831, 202, 1888, 'Miloslavov', ''),
(59832, 202, 1888, 'Modra', ''),
(59833, 202, 1888, 'Pezinok', ''),
(59834, 202, 1888, 'Plavecky Stvrtok', ''),
(59835, 202, 1888, 'Reca', ''),
(59836, 202, 1888, 'Senec', ''),
(59837, 202, 1888, 'Stupava', ''),
(59838, 202, 1888, 'Vel\'ke Levare', ''),
(59839, 202, 1888, 'Vrakuna', ''),
(59840, 202, 1889, 'Bol\'', ''),
(59841, 202, 1889, 'Budkovce', ''),
(59842, 202, 1889, 'Cestice', ''),
(59843, 202, 1889, 'Debrad\'', ''),
(59844, 202, 1889, 'Gelnica', ''),
(59845, 202, 1889, 'Košice', ''),
(59846, 202, 1889, 'Krompachy', ''),
(59847, 202, 1889, 'Margecany', ''),
(59848, 202, 1889, 'Medzev', ''),
(59849, 202, 1889, 'Michalovce', ''),
(59850, 202, 1889, 'Moldava nad Bodvou', ''),
(59851, 202, 1889, 'Poproc', ''),
(59852, 202, 1889, 'Prakovce', ''),
(59853, 202, 1889, 'Rakovec nad Ondavou', ''),
(59854, 202, 1889, 'Rochovce', ''),
(59855, 202, 1889, 'Rozhanovce', ''),
(59856, 202, 1889, 'Secovce', ''),
(59857, 202, 1889, 'Sena', ''),
(59858, 202, 1889, 'Smizany', ''),
(59859, 202, 1889, 'Spišská Nová Ves', ''),
(59860, 202, 1889, 'Strazske', ''),
(59861, 202, 1889, 'Trebišov', ''),
(59862, 202, 1889, 'Turna nad Bodvou', ''),
(59863, 202, 1889, 'Valaliky', ''),
(59864, 202, 1889, 'Vel\'aty', ''),
(59865, 202, 1889, 'Vel\'ke Kapusany', ''),
(59866, 202, 1889, 'Zdana', ''),
(59867, 202, 1890, 'Banov', ''),
(59868, 202, 1890, 'Bardonovo', ''),
(59869, 202, 1890, 'Batovce', ''),
(59870, 202, 1890, 'Belusa', ''),
(59871, 202, 1890, 'Bojnice', ''),
(59872, 202, 1890, 'Branc', ''),
(59873, 202, 1890, 'Brezova pod Bradlom', ''),
(59874, 202, 1890, 'Brodzany', ''),
(59875, 202, 1890, 'Bystricany', ''),
(59876, 202, 1890, 'Cabaj', ''),
(59877, 202, 1890, 'Cachtice', ''),
(59878, 202, 1890, 'Castkovce', ''),
(59879, 202, 1890, 'Cerenany', ''),
(59880, 202, 1890, 'Cernik', ''),
(59881, 202, 1890, 'Cerveny Hradok', ''),
(59882, 202, 1890, 'Chynorany', ''),
(59883, 202, 1890, 'Demandice', ''),
(59884, 202, 1890, 'Diakovce', ''),
(59885, 202, 1890, 'Diviaky nad Nitricou', ''),
(59886, 202, 1890, 'Dolne Kockovce', ''),
(59887, 202, 1890, 'Dolny Lieskov', ''),
(59888, 202, 1890, 'Dubnik', ''),
(59889, 202, 1890, 'Handlova', ''),
(59890, 202, 1890, 'Horna Kral\'ova', ''),
(59891, 202, 1890, 'Horne Srnie', ''),
(59892, 202, 1890, 'Horne Turovce', ''),
(59893, 202, 1890, 'Hostie', ''),
(59894, 202, 1890, 'Ilava', ''),
(59895, 202, 1890, 'Jacovce', ''),
(59896, 202, 1890, 'Jarok', ''),
(59897, 202, 1890, 'Kamenica nad Hronom', ''),
(59898, 202, 1890, 'Kmet\'ovo', ''),
(59899, 202, 1890, 'Kolarovo', ''),
(59900, 202, 1890, 'Komárno', ''),
(59901, 202, 1890, 'Komjatice', ''),
(59902, 202, 1890, 'Ladce', ''),
(59903, 202, 1890, 'Lednicke Rovne', ''),
(59904, 202, 1890, 'Levice', ''),
(59905, 202, 1890, 'Ludanice', ''),
(59906, 202, 1890, 'Mesto', ''),
(59907, 202, 1890, 'Mojmirovce', ''),
(59908, 202, 1890, 'Mojzesovo', ''),
(59909, 202, 1890, 'Nemsova', ''),
(59910, 202, 1890, 'Nitra', ''),
(59911, 202, 1890, 'Nitrianske Sucany', ''),
(59912, 202, 1890, 'Nova Ves nad Zitavou', ''),
(59913, 202, 1890, 'Novaky', ''),
(59914, 202, 1890, 'Nove Sady', ''),
(59915, 202, 1890, 'Nové Zámky', ''),
(59916, 202, 1890, 'Omsenie', ''),
(59917, 202, 1890, 'Partizánske', ''),
(59918, 202, 1890, 'Podolie', ''),
(59919, 202, 1890, 'Prievidza', ''),
(59920, 202, 1890, 'Pruske', ''),
(59921, 202, 1890, 'Púchov', ''),
(59922, 202, 1890, 'Radosina', ''),
(59923, 202, 1890, 'Rudnianska Lehota', ''),
(59924, 202, 1890, 'Rumanova', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(59925, 202, 1890, 'Šahy', ''),
(59926, 202, 1890, 'Šaľa', ''),
(59927, 202, 1890, 'Santovka', ''),
(59928, 202, 1890, 'Solcany', ''),
(59929, 202, 1890, 'Štúrovo', ''),
(59930, 202, 1890, 'Šurany', ''),
(59931, 202, 1890, 'Tesedikovo', ''),
(59932, 202, 1890, 'Topol\'cianky', ''),
(59933, 202, 1890, 'Topoľčany', ''),
(59934, 202, 1890, 'Trencianske Teplice', ''),
(59935, 202, 1890, 'Trnovec nad Vahom', ''),
(59936, 202, 1890, 'Vel\'ka Chocholna', ''),
(59937, 202, 1890, 'Vel\'ka Mana', ''),
(59938, 202, 1890, 'Vel\'ke Ripnany', ''),
(59939, 202, 1890, 'Vrable', ''),
(59940, 202, 1890, 'Vycapy-Opatovce', ''),
(59941, 202, 1890, 'Zabokreky nad Nitrou', ''),
(59942, 202, 1890, 'Zeliezovce', ''),
(59943, 202, 1890, 'Zlate Moravce', ''),
(59944, 202, 1891, 'Bardejov', ''),
(59945, 202, 1891, 'Bystre', ''),
(59946, 202, 1891, 'Chlmec', ''),
(59947, 202, 1891, 'Dubovica', ''),
(59948, 202, 1891, 'Giraltovce', ''),
(59949, 202, 1891, 'Humenné', ''),
(59950, 202, 1891, 'Kanas', ''),
(59951, 202, 1891, 'Kežmarok', ''),
(59952, 202, 1891, 'Kl\'usov', ''),
(59953, 202, 1891, 'Kolackov', ''),
(59954, 202, 1891, 'Komarov', ''),
(59955, 202, 1891, 'Levoča', ''),
(59956, 202, 1891, 'Lipany', ''),
(59957, 202, 1891, 'Poprad', ''),
(59958, 202, 1891, 'Prešov', ''),
(59959, 202, 1891, 'Raznany', ''),
(59960, 202, 1891, 'Sabinov', ''),
(59961, 202, 1891, 'Secovska Polianka', ''),
(59962, 202, 1891, 'Siroke', ''),
(59963, 202, 1891, 'Snina', ''),
(59964, 202, 1891, 'Spisska Teplica', ''),
(59965, 202, 1891, 'Spišské Podhradie', ''),
(59966, 202, 1891, 'Stara Lesna', ''),
(59967, 202, 1891, 'Stará Ľubovňa', ''),
(59968, 202, 1891, 'Stary Smokovec', ''),
(59969, 202, 1891, 'Stropkov', ''),
(59970, 202, 1891, 'Svidník', ''),
(59971, 202, 1891, 'Svit', ''),
(59972, 202, 1891, 'Tatranská Lomnica', ''),
(59973, 202, 1891, 'Topol\'ovka', ''),
(59974, 202, 1891, 'Uzovce', ''),
(59975, 202, 1891, 'Vel\'ky Saris', ''),
(59976, 202, 1891, 'Vit\'az', ''),
(59977, 202, 1891, 'Vranov nad Topľou', ''),
(59978, 202, 1891, 'Vysne Raslavice', ''),
(59979, 202, 1891, 'Zlate', ''),
(59980, 202, 1892, 'Banovce nad Bebravou', ''),
(59981, 202, 1892, 'Myjava', ''),
(59982, 202, 1892, 'Nová Dubnica', ''),
(59983, 202, 1892, 'Považská Bystrica', ''),
(59984, 202, 1892, 'Trenčín', ''),
(59985, 202, 1893, 'Bellova Ves', ''),
(59986, 202, 1893, 'Bojnicky', ''),
(59987, 202, 1893, 'Boleraz', ''),
(59988, 202, 1893, 'Brodske', ''),
(59989, 202, 1893, 'Chtelnica', ''),
(59990, 202, 1893, 'Dechtice', ''),
(59991, 202, 1893, 'Dolna Krupa', ''),
(59992, 202, 1893, 'Dolne Trhoviste', ''),
(59993, 202, 1893, 'Dolny Lopasov', ''),
(59994, 202, 1893, 'Dunajská Streda', ''),
(59995, 202, 1893, 'Galanta', ''),
(59996, 202, 1893, 'Gbely', ''),
(59997, 202, 1893, 'Hlohovec', ''),
(59998, 202, 1893, 'Holic', ''),
(59999, 202, 1893, 'Horna Poton', ''),
(60000, 202, 1893, 'Jahodna', ''),
(60001, 202, 1893, 'Jelka', ''),
(60002, 202, 1893, 'Katlovce', ''),
(60003, 202, 1893, 'Kostolne Kracany', ''),
(60004, 202, 1893, 'Lehnice', ''),
(60005, 202, 1893, 'Leopoldov', ''),
(60006, 202, 1893, 'Matuskovo', ''),
(60007, 202, 1893, 'Nahac', ''),
(60008, 202, 1893, 'Ostrov', ''),
(60009, 202, 1893, 'Pata', ''),
(60010, 202, 1893, 'Piešťany', ''),
(60011, 202, 1893, 'Puste Ul\'any', ''),
(60012, 202, 1893, 'Samorin', ''),
(60013, 202, 1893, 'Sastin', ''),
(60014, 202, 1893, 'Senica', ''),
(60015, 202, 1893, 'Skalica', ''),
(60016, 202, 1893, 'Sladkovicovo', ''),
(60017, 202, 1893, 'Slovenska Nova Ves', ''),
(60018, 202, 1893, 'Spacince', ''),
(60019, 202, 1893, 'Sucha nad Parnou', ''),
(60020, 202, 1893, 'Trakovice', ''),
(60021, 202, 1893, 'Trnava', ''),
(60022, 202, 1893, 'Trstice', ''),
(60023, 202, 1893, 'Vel\'ka Maca', ''),
(60024, 202, 1893, 'Velky Meder', ''),
(60025, 202, 1893, 'Vrbové', ''),
(60026, 202, 1894, 'Bytča', ''),
(60027, 202, 1894, 'Čadca', ''),
(60028, 202, 1894, 'Dolny Hricov', ''),
(60029, 202, 1894, 'Dolný Kubín', ''),
(60030, 202, 1894, 'Habovka', ''),
(60031, 202, 1894, 'Horna Stubna', ''),
(60032, 202, 1894, 'Istebne', ''),
(60033, 202, 1894, 'Jasenica', ''),
(60034, 202, 1894, 'Kamenna Poruba', ''),
(60035, 202, 1894, 'Kotesova', ''),
(60036, 202, 1894, 'Krasno nad Kysucou', ''),
(60037, 202, 1894, 'Kysucké Nové Mesto', ''),
(60038, 202, 1894, 'Kysucky Lieskovec', ''),
(60039, 202, 1894, 'Lietavska Lucka', ''),
(60040, 202, 1894, 'Lietavska Svinna', ''),
(60041, 202, 1894, 'Liptovska Osada', ''),
(60042, 202, 1894, 'Liptovske Revuce', ''),
(60043, 202, 1894, 'Liptovsky Hradok', ''),
(60044, 202, 1894, 'Liptovský Mikuláš', ''),
(60045, 202, 1894, 'Lokca', ''),
(60046, 202, 1894, 'Maly Cepcin', ''),
(60047, 202, 1894, 'Martin', ''),
(60048, 202, 1894, 'Mutne', ''),
(60049, 202, 1894, 'Námestovo', ''),
(60050, 202, 1894, 'Nizna', ''),
(60051, 202, 1894, 'Nova Bystrica', ''),
(60052, 202, 1894, 'Novot\'', ''),
(60053, 202, 1894, 'Ochodnica', ''),
(60054, 202, 1894, 'Oravska Lesna', ''),
(60055, 202, 1894, 'Oravska Polhora', ''),
(60056, 202, 1894, 'Oscadnica', ''),
(60057, 202, 1894, 'Podvysoka', ''),
(60058, 202, 1894, 'Poruba', ''),
(60059, 202, 1894, 'Radola', ''),
(60060, 202, 1894, 'Rajecke Teplice', ''),
(60061, 202, 1894, 'Ružomberok', ''),
(60062, 202, 1894, 'Sokolce', ''),
(60063, 202, 1894, 'Stara Bystrica', ''),
(60064, 202, 1894, 'Sucany', ''),
(60065, 202, 1894, 'Sul\'ov', ''),
(60066, 202, 1894, 'Teplicka nad Vahom', ''),
(60067, 202, 1894, 'Terchova', ''),
(60068, 202, 1894, 'Trstena', ''),
(60069, 202, 1894, 'Turany', ''),
(60070, 202, 1894, 'Turčianske Teplice', ''),
(60071, 202, 1894, 'Turzovka', ''),
(60072, 202, 1894, 'Tvrdosin', ''),
(60073, 202, 1894, 'Varin', ''),
(60074, 202, 1894, 'Vel\'ke Rovne', ''),
(60075, 202, 1894, 'Velicna', ''),
(60076, 202, 1894, 'Vlachy', ''),
(60077, 202, 1894, 'Žilina', ''),
(60078, 203, 1895, 'Beltinci', ''),
(60079, 203, 1896, 'Benedikt', ''),
(60080, 203, 1897, 'Bistrica ob Sotli', ''),
(60081, 203, 1898, 'Borovnica', ''),
(60082, 203, 1899, 'Dobrovo', ''),
(60083, 203, 1899, 'Kojsko', ''),
(60084, 203, 1899, 'Vipolže', ''),
(60085, 203, 1900, 'Brezovica pri Ljubljani', ''),
(60086, 203, 1900, 'Notranje Gorice', ''),
(60087, 203, 1901, 'Celje', ''),
(60088, 203, 1901, 'Skofja Vas', ''),
(60089, 203, 1901, 'Teharje', ''),
(60090, 203, 1902, 'Cerklje na Gorenjskem', ''),
(60091, 203, 1903, 'Cerknica', ''),
(60092, 203, 1904, 'Cerkvenjak', ''),
(60093, 203, 1905, 'Polhov Gradec', ''),
(60094, 203, 1906, 'Dol pri Ljubljani', ''),
(60095, 203, 1907, 'Dornava', ''),
(60096, 203, 1908, 'Dravograd', ''),
(60097, 203, 1909, 'Spodnji Duplek', ''),
(60098, 203, 1910, 'Gorenja Vas', ''),
(60099, 203, 1911, 'Gornja Radgona', ''),
(60100, 203, 1912, 'Grosuplje', ''),
(60101, 203, 1912, 'Smarje-Sap', ''),
(60102, 203, 1913, 'Hajdina', ''),
(60103, 203, 1914, 'Horjul', ''),
(60104, 203, 1915, 'Idrija', ''),
(60105, 203, 1915, 'Spodnja Idrija', ''),
(60106, 203, 1916, 'Ilirska Bistrica', ''),
(60107, 203, 1916, 'Knezak', ''),
(60108, 203, 1917, 'Izola', ''),
(60109, 203, 1918, 'Jesenice', ''),
(60110, 203, 1919, 'Kamnik', ''),
(60111, 203, 1920, 'Rocinj', ''),
(60112, 203, 1921, 'Kobilje', ''),
(60113, 203, 1922, 'Komenda', ''),
(60114, 203, 1923, 'Ankaran', ''),
(60115, 203, 1923, 'Dekani', ''),
(60116, 203, 1923, 'Koper', ''),
(60117, 203, 1924, 'Golnik', ''),
(60118, 203, 1924, 'Kranj', ''),
(60119, 203, 1924, 'Zabnica', ''),
(60120, 203, 1925, 'Gozd Martuljek', ''),
(60121, 203, 1926, 'Sava', ''),
(60122, 203, 1927, 'Dobrunje', ''),
(60123, 203, 1927, 'Ljubljana', ''),
(60124, 203, 1927, 'Sentvid', ''),
(60125, 203, 1928, 'Ljubno ob Savinji', ''),
(60126, 203, 1929, 'Ljutomer', ''),
(60127, 203, 1930, 'Limbus', ''),
(60128, 203, 1930, 'Maribor', ''),
(60129, 203, 1931, 'Markovci', ''),
(60130, 203, 1932, 'Medvode', ''),
(60131, 203, 1933, 'Novo Mesto', ''),
(60132, 203, 1934, 'Miren', ''),
(60133, 203, 1935, 'Mislinja', ''),
(60134, 203, 1936, 'Mozirje', ''),
(60135, 203, 1937, 'Murska Sobota', ''),
(60136, 203, 1938, 'Naklo', ''),
(60137, 203, 1939, 'Smartno ob Dreti', ''),
(60138, 203, 1940, 'Branik', ''),
(60139, 203, 1940, 'Nova Gorica', ''),
(60140, 203, 1940, 'Sempas', ''),
(60141, 203, 1940, 'Solkan', ''),
(60142, 203, 1941, 'Ajdovščina', ''),
(60143, 203, 1942, 'Bled', ''),
(60144, 203, 1942, 'Blejska Dobrava', ''),
(60145, 203, 1943, 'Gomilsko', ''),
(60146, 203, 1944, 'Brežice', ''),
(60147, 203, 1945, 'Crensovci', ''),
(60148, 203, 1946, 'Podgrad pri Vremah', ''),
(60149, 203, 1947, 'Domžale', ''),
(60150, 203, 1947, 'Radomlje', ''),
(60151, 203, 1947, 'Rova', ''),
(60152, 203, 1948, 'Gorisnica', ''),
(60153, 203, 1949, 'Zgornje Hoce', ''),
(60154, 203, 1950, 'Dob pri Sentvidu', ''),
(60155, 203, 1950, 'Potok pri Muljavi', ''),
(60156, 203, 1950, 'Sentvid pri Sticni', ''),
(60157, 203, 1950, 'Visnja Gora', ''),
(60158, 203, 1950, 'Zagradec', ''),
(60159, 203, 1951, 'Cirkovce', ''),
(60160, 203, 1951, 'Kidricevo', ''),
(60161, 203, 1952, 'Breginj', ''),
(60162, 203, 1953, 'Kočevje', ''),
(60163, 203, 1954, 'Boreci', ''),
(60164, 203, 1955, 'Senovo', ''),
(60165, 203, 1956, 'Laško', ''),
(60166, 203, 1957, 'Stoperce', ''),
(60167, 203, 1958, 'Menges', ''),
(60168, 203, 1959, 'Mezica', ''),
(60169, 203, 1960, 'Miklavz na Dravskem Polju', ''),
(60170, 203, 1961, 'Radeče', ''),
(60171, 203, 1962, 'Ravne na Koroskem', ''),
(60172, 203, 1963, 'Ruše', ''),
(60173, 203, 1964, 'Sencur', ''),
(60174, 203, 1965, 'Šentjur pri Celju', ''),
(60175, 203, 1966, 'Dutovlje', ''),
(60176, 203, 1966, 'Grize', ''),
(60177, 203, 1966, 'Sežana', ''),
(60178, 203, 1967, 'Pijava Gorica', ''),
(60179, 203, 1968, 'Smarje pri Jelsah', ''),
(60180, 203, 1969, 'Smartno ob Paki', ''),
(60181, 203, 1970, 'Sodrazica', ''),
(60182, 203, 1971, 'Sostanj', ''),
(60183, 203, 1972, 'Sveti Jurij ob Scavnici', ''),
(60184, 203, 1973, 'Tisina', ''),
(60185, 203, 1974, 'Tolmin', ''),
(60186, 203, 1975, 'Krize', ''),
(60187, 203, 1975, 'Trzic', ''),
(60188, 203, 1976, 'Velike Lašče', ''),
(60189, 203, 1977, 'Ziri', ''),
(60190, 203, 1978, 'Zrece', ''),
(60191, 203, 1979, 'Pernica', ''),
(60192, 203, 1980, 'Piran', ''),
(60193, 203, 1980, 'Portorož', ''),
(60194, 203, 1981, 'Podvelka', ''),
(60195, 203, 1982, 'Postojna', ''),
(60196, 203, 1983, 'Prevalje', ''),
(60197, 203, 1984, 'Ptuj', ''),
(60198, 203, 1985, 'Puconci', ''),
(60199, 203, 1986, 'Begunje na Gorenjskem', ''),
(60200, 203, 1986, 'Radovljica', ''),
(60201, 203, 1987, 'Selnica ob Dravi', ''),
(60202, 203, 1988, 'Škofja Loka', ''),
(60203, 203, 1989, 'Slovenj Gradec', ''),
(60204, 203, 1989, 'Smartno pri Slovenj Gradcu', ''),
(60205, 203, 1990, 'Pragersko', ''),
(60206, 203, 1990, 'Slovenska Bistrica', ''),
(60207, 203, 1990, 'Zgornja Polskava', ''),
(60208, 203, 1991, 'Slatina pri Ponikvi', ''),
(60209, 203, 1992, 'Sv. Ana v Slov. Goricah', ''),
(60210, 203, 1993, 'Trbovlje', ''),
(60211, 203, 1994, 'Dobrnic', ''),
(60212, 203, 1994, 'Mirna', ''),
(60213, 203, 1994, 'Ravne', ''),
(60214, 203, 1994, 'Trebnje', ''),
(60215, 203, 1995, 'Trzin', ''),
(60216, 203, 1996, 'Velenje', ''),
(60217, 203, 1997, 'Vodice', ''),
(60218, 203, 1998, 'Vojnik', ''),
(60219, 203, 1999, 'Vrhnika', ''),
(60220, 203, 2000, 'Izlake', ''),
(60221, 204, 2001, 'Honiara', ''),
(60222, 205, 2002, 'Mogadishu', ''),
(60223, 205, 2003, 'Afgooye', ''),
(60224, 205, 2004, 'Hargeysa', ''),
(60225, 206, 2005, 'Addo', ''),
(60226, 206, 2005, 'Alice', ''),
(60227, 206, 2005, 'Bhisho', ''),
(60228, 206, 2005, 'Braamfontein', ''),
(60229, 206, 2005, 'Buffalo', ''),
(60230, 206, 2005, 'Butterworth', ''),
(60231, 206, 2005, 'Cambridge', ''),
(60232, 206, 2005, 'Clarkson', ''),
(60233, 206, 2005, 'Coega', ''),
(60234, 206, 2005, 'Despatch', ''),
(60235, 206, 2005, 'Doornfontein', ''),
(60236, 206, 2005, 'Dube Location', ''),
(60237, 206, 2005, 'East London', ''),
(60238, 206, 2005, 'Emerald Hill', ''),
(60239, 206, 2005, 'Fort Beaufort', ''),
(60240, 206, 2005, 'Fort Cox', ''),
(60241, 206, 2005, 'Graaff Reinet', ''),
(60242, 206, 2005, 'Grahamstown', ''),
(60243, 206, 2005, 'Greenfields', ''),
(60244, 206, 2005, 'Hogsback', ''),
(60245, 206, 2005, 'Humewood', ''),
(60246, 206, 2005, 'Jeffrey\'s Bay', ''),
(60247, 206, 2005, 'Komga', ''),
(60248, 206, 2005, 'Majuba', ''),
(60249, 206, 2005, 'Mthatha', ''),
(60250, 206, 2005, 'Nahoon', ''),
(60251, 206, 2005, 'Patensie', ''),
(60252, 206, 2005, 'Peninsula', ''),
(60253, 206, 2005, 'Port Alfred', ''),
(60254, 206, 2005, 'Port Elizabeth', ''),
(60255, 206, 2005, 'Queenstown', ''),
(60256, 206, 2005, 'Rhodes', ''),
(60257, 206, 2005, 'Swartkops', ''),
(60258, 206, 2005, 'The Home', ''),
(60259, 206, 2005, 'Uitenhage', ''),
(60260, 206, 2005, 'Walmer Heights', ''),
(60261, 206, 2006, 'Alberton', ''),
(60262, 206, 2006, 'Alexandra', ''),
(60263, 206, 2006, 'Allen\'s Nek', ''),
(60264, 206, 2006, 'Bedfordview', ''),
(60265, 206, 2006, 'Benoni', ''),
(60266, 206, 2006, 'Bergbron', ''),
(60267, 206, 2006, 'Blairgowrie', ''),
(60268, 206, 2006, 'Boksburg', ''),
(60269, 206, 2006, 'Bonaero Park', ''),
(60270, 206, 2006, 'Booysens', ''),
(60271, 206, 2006, 'Brackendowns', ''),
(60272, 206, 2006, 'Brakpan', ''),
(60273, 206, 2006, 'Bramley', ''),
(60274, 206, 2006, 'Bronkhorstspruit', ''),
(60275, 206, 2006, 'Bryanston', ''),
(60276, 206, 2006, 'Capital Park', ''),
(60277, 206, 2006, 'Carletonville', ''),
(60278, 206, 2006, 'Centurion', ''),
(60279, 206, 2006, 'Craighall', ''),
(60280, 206, 2006, 'Cullinan', ''),
(60281, 206, 2006, 'Daveyton', ''),
(60282, 206, 2006, 'Dobsonville', ''),
(60283, 206, 2006, 'Dunnottar', ''),
(60284, 206, 2006, 'Edenvale', ''),
(60285, 206, 2006, 'Ekurhuleni', ''),
(60286, 206, 2006, 'Elsburg', ''),
(60287, 206, 2006, 'Erasmia', ''),
(60288, 206, 2006, 'Fairland', ''),
(60289, 206, 2006, 'Ferndale', ''),
(60290, 206, 2006, 'Florida Glen', ''),
(60291, 206, 2006, 'Fontainebleau', ''),
(60292, 206, 2006, 'Fordsburg', ''),
(60293, 206, 2006, 'Fourways', ''),
(60294, 206, 2006, 'Garsfontein', ''),
(60295, 206, 2006, 'Germiston', ''),
(60296, 206, 2006, 'Gezina', ''),
(60297, 206, 2006, 'Glenvista', ''),
(60298, 206, 2006, 'Halfway House', ''),
(60299, 206, 2006, 'Hatfield', ''),
(60300, 206, 2006, 'Heidelberg', ''),
(60301, 206, 2006, 'Helderkruin', ''),
(60302, 206, 2006, 'Heriotdale', ''),
(60303, 206, 2006, 'Hillshaven', ''),
(60304, 206, 2006, 'Honeydew', ''),
(60305, 206, 2006, 'Houghton Estate', ''),
(60306, 206, 2006, 'Isando', ''),
(60307, 206, 2006, 'Johannesburg', ''),
(60308, 206, 2006, 'Kempton Park', ''),
(60309, 206, 2006, 'Kensington', ''),
(60310, 206, 2006, 'Kloofsig', ''),
(60311, 206, 2006, 'Krugersdorp', ''),
(60312, 206, 2006, 'Krugersdorp West', ''),
(60313, 206, 2006, 'Kyalami Park', ''),
(60314, 206, 2006, 'Lakefield', ''),
(60315, 206, 2006, 'Lanseria', ''),
(60316, 206, 2006, 'Lenasia', ''),
(60317, 206, 2006, 'Lynnwood', ''),
(60318, 206, 2006, 'Lyttelton', ''),
(60319, 206, 2006, 'Malvern', ''),
(60320, 206, 2006, 'Maraisburg', ''),
(60321, 206, 2006, 'Marshalltown', ''),
(60322, 206, 2006, 'Meadowdale', ''),
(60323, 206, 2006, 'Meadowlands', ''),
(60324, 206, 2006, 'Meyerton', ''),
(60325, 206, 2006, 'Midrand', ''),
(60326, 206, 2006, 'Modderfontein', ''),
(60327, 206, 2006, 'Mogale City', ''),
(60328, 206, 2006, 'Mondeor', ''),
(60329, 206, 2006, 'Monument Park', ''),
(60330, 206, 2006, 'Morningside Manor', ''),
(60331, 206, 2006, 'Nigel', ''),
(60332, 206, 2006, 'North Riding', ''),
(60333, 206, 2006, 'Northcliff', ''),
(60334, 206, 2006, 'Olifantsfontein', ''),
(60335, 206, 2006, 'Onderstepoort', ''),
(60336, 206, 2006, 'Orange Farm', ''),
(60337, 206, 2006, 'Orange Grove', ''),
(60338, 206, 2006, 'Parktown', ''),
(60339, 206, 2006, 'Parkview', ''),
(60340, 206, 2006, 'Paulshof', ''),
(60341, 206, 2006, 'Pretoria', ''),
(60342, 206, 2006, 'Primrose', ''),
(60343, 206, 2006, 'Queenswood', ''),
(60344, 206, 2006, 'Randburg', ''),
(60345, 206, 2006, 'Randfontein', ''),
(60346, 206, 2006, 'Ravenswood', ''),
(60347, 206, 2006, 'Rayton', ''),
(60348, 206, 2006, 'Rietfontein', ''),
(60349, 206, 2006, 'Rivonia', ''),
(60350, 206, 2006, 'Roodepoort', ''),
(60351, 206, 2006, 'Rooihuiskraal', ''),
(60352, 206, 2006, 'Rosslyn', ''),
(60353, 206, 2006, 'Ruimsig', ''),
(60354, 206, 2006, 'Sandown', ''),
(60355, 206, 2006, 'Sandton', ''),
(60356, 206, 2006, 'Saxonwold', ''),
(60357, 206, 2006, 'Selcourt', ''),
(60358, 206, 2006, 'Silverfields', ''),
(60359, 206, 2006, 'Silverlakes', ''),
(60360, 206, 2006, 'Silverton', ''),
(60361, 206, 2006, 'Sinoville', ''),
(60362, 206, 2006, 'Soshanguve', ''),
(60363, 206, 2006, 'Southdale', ''),
(60364, 206, 2006, 'Soweto', ''),
(60365, 206, 2006, 'Springs', ''),
(60366, 206, 2006, 'Strubens Valley', ''),
(60367, 206, 2006, 'Sunninghill', ''),
(60368, 206, 2006, 'Sunnyside', ''),
(60369, 206, 2006, 'Tembisa', ''),
(60370, 206, 2006, 'Valhalla', ''),
(60371, 206, 2006, 'Vanderbijlpark', ''),
(60372, 206, 2006, 'Vereeniging', ''),
(60373, 206, 2006, 'Vrededorp', ''),
(60374, 206, 2006, 'Wadeville', ''),
(60375, 206, 2006, 'Waverley', ''),
(60376, 206, 2006, 'Westonaria', ''),
(60377, 206, 2006, 'Wilgeheuwel', ''),
(60378, 206, 2006, 'Wonderboom', ''),
(60379, 206, 2006, 'Woodmead', ''),
(60380, 206, 2007, 'Austerville', ''),
(60381, 206, 2007, 'Ballito', ''),
(60382, 206, 2007, 'Berea', ''),
(60383, 206, 2007, 'Camperdown', ''),
(60384, 206, 2007, 'Cato Ridge', ''),
(60385, 206, 2007, 'Dundee', ''),
(60386, 206, 2007, 'Durban', ''),
(60387, 206, 2007, 'Empangeni', ''),
(60388, 206, 2007, 'Eshowe', ''),
(60389, 206, 2007, 'eSikhawini', ''),
(60390, 206, 2007, 'Estcourt', ''),
(60391, 206, 2007, 'Greytown', ''),
(60392, 206, 2007, 'Hammarsdale', ''),
(60393, 206, 2007, 'Hillcrest', ''),
(60394, 206, 2007, 'Hilton', ''),
(60395, 206, 2007, 'Hluhluwe', ''),
(60396, 206, 2007, 'Howick', ''),
(60397, 206, 2007, 'Illovo Beach', ''),
(60398, 206, 2007, 'Inchanga Park', ''),
(60399, 206, 2007, 'Ixopo', ''),
(60400, 206, 2007, 'Kingsborough', ''),
(60401, 206, 2007, 'Kingsley', ''),
(60402, 206, 2007, 'Kingsmead', ''),
(60403, 206, 2007, 'Kloof', ''),
(60404, 206, 2007, 'Kranskop', ''),
(60405, 206, 2007, 'KwaDukuza', ''),
(60406, 206, 2007, 'La Lucia', ''),
(60407, 206, 2007, 'Ladysmith', ''),
(60408, 206, 2007, 'Merrivale', ''),
(60409, 206, 2007, 'Mtunzini', ''),
(60410, 206, 2007, 'New Germany', ''),
(60411, 206, 2007, 'Newcastle', ''),
(60412, 206, 2007, 'Nottingham Road', ''),
(60413, 206, 2007, 'Overport', ''),
(60414, 206, 2007, 'Pennington', ''),
(60415, 206, 2007, 'Pietermaritzburg', ''),
(60416, 206, 2007, 'Pinetown', ''),
(60417, 206, 2007, 'Point', ''),
(60418, 206, 2007, 'Port Shepstone', ''),
(60419, 206, 2007, 'Richards Bay', ''),
(60420, 206, 2007, 'Scottburgh', ''),
(60421, 206, 2007, 'Shakaskraal', ''),
(60422, 206, 2007, 'The Rest', ''),
(60423, 206, 2007, 'Tongaat', ''),
(60424, 206, 2007, 'Umhlali', ''),
(60425, 206, 2007, 'Umhlanga', ''),
(60426, 206, 2007, 'Umkomaas', ''),
(60427, 206, 2007, 'Umlazi', ''),
(60428, 206, 2007, 'Umzumbe', ''),
(60429, 206, 2007, 'Underberg', ''),
(60430, 206, 2007, 'Verulam', ''),
(60431, 206, 2007, 'Vryheid', ''),
(60432, 206, 2007, 'Wartburg', ''),
(60433, 206, 2007, 'Waterfall', ''),
(60434, 206, 2007, 'Westmead', ''),
(60435, 206, 2007, 'Westville', ''),
(60436, 206, 2007, 'Winklespruit', ''),
(60437, 206, 2007, 'Winston Park', ''),
(60438, 206, 2007, 'Zimbali', ''),
(60439, 206, 2008, 'Bela-Bela', ''),
(60440, 206, 2008, 'Giyani', ''),
(60441, 206, 2008, 'Hoedspruit', ''),
(60442, 206, 2008, 'Lephalale', ''),
(60443, 206, 2008, 'Louis Trichardt', ''),
(60444, 206, 2008, 'Makhado', ''),
(60445, 206, 2008, 'Modimolle', ''),
(60446, 206, 2008, 'Mokopane', ''),
(60447, 206, 2008, 'Mookgophong', ''),
(60448, 206, 2008, 'Phalaborwa', ''),
(60449, 206, 2008, 'Polokwane', ''),
(60450, 206, 2008, 'Thabazimbi', ''),
(60451, 206, 2008, 'Thohoyandou', ''),
(60452, 206, 2008, 'Tzaneen', ''),
(60453, 206, 2009, 'Barberton', ''),
(60454, 206, 2009, 'Botshabelo', ''),
(60455, 206, 2009, 'Breyten', ''),
(60456, 206, 2009, 'Burgersfort', ''),
(60457, 206, 2009, 'Delmas', ''),
(60458, 206, 2009, 'Ermelo', ''),
(60459, 206, 2009, 'Evander', ''),
(60460, 206, 2009, 'Groblersdal', ''),
(60461, 206, 2009, 'Hendrina', ''),
(60462, 206, 2009, 'Kinross', ''),
(60463, 206, 2009, 'Kriel', ''),
(60464, 206, 2009, 'London', ''),
(60465, 206, 2009, 'Lydenburg', ''),
(60466, 206, 2009, 'Malelane', ''),
(60467, 206, 2009, 'Marble Hall', ''),
(60468, 206, 2009, 'Middelburg', ''),
(60469, 206, 2009, 'Nelspruit', ''),
(60470, 206, 2009, 'Piet Retief', ''),
(60471, 206, 2009, 'Secunda', ''),
(60472, 206, 2009, 'Standerton', ''),
(60473, 206, 2009, 'Steelpoort', ''),
(60474, 206, 2009, 'White River', ''),
(60475, 206, 2009, 'Witbank', ''),
(60476, 206, 2010, 'Calvinia', ''),
(60477, 206, 2010, 'Colesberg', ''),
(60478, 206, 2010, 'Hartswater', ''),
(60479, 206, 2010, 'Hopetown', ''),
(60480, 206, 2010, 'Kathu', ''),
(60481, 206, 2010, 'Kimberley', ''),
(60482, 206, 2010, 'Postmasburg', ''),
(60483, 206, 2011, 'Bethlehem', ''),
(60484, 206, 2011, 'Bloemfontein', ''),
(60485, 206, 2011, 'Boshof', ''),
(60486, 206, 2011, 'Bothaville', ''),
(60487, 206, 2011, 'Clarens', ''),
(60488, 206, 2011, 'Deneysville', ''),
(60489, 206, 2011, 'Frankfort', ''),
(60490, 206, 2011, 'Harrismith', ''),
(60491, 206, 2011, 'Heilbron', ''),
(60492, 206, 2011, 'Hennenman', ''),
(60493, 206, 2011, 'Kroonstad', ''),
(60494, 206, 2011, 'Ladybrand', ''),
(60495, 206, 2011, 'Parys', ''),
(60496, 206, 2011, 'Reitz', ''),
(60497, 206, 2011, 'Riebeeckstad', ''),
(60498, 206, 2011, 'Sasolburg', ''),
(60499, 206, 2011, 'Smithfield', ''),
(60500, 206, 2011, 'Viljoenskroon', ''),
(60501, 206, 2011, 'Vredefort', ''),
(60502, 206, 2011, 'Welkom', ''),
(60503, 206, 2011, 'Winburg', ''),
(60504, 206, 2012, 'Brits', ''),
(60505, 206, 2012, 'Christiana', ''),
(60506, 206, 2012, 'Coligny', ''),
(60507, 206, 2012, 'Fochville', ''),
(60508, 206, 2012, 'Hammanskraal', ''),
(60509, 206, 2012, 'Hartbeespoort', ''),
(60510, 206, 2012, 'Ifafi', ''),
(60511, 206, 2012, 'Jouberton', ''),
(60512, 206, 2012, 'Klerksdorp', ''),
(60513, 206, 2012, 'Lichtenburg', ''),
(60514, 206, 2012, 'Mafikeng', ''),
(60515, 206, 2012, 'Medunsa', ''),
(60516, 206, 2012, 'Mmabatho', ''),
(60517, 206, 2012, 'Potchefstroom', ''),
(60518, 206, 2012, 'Rustenburg', ''),
(60519, 206, 2012, 'Schweizer-Reneke', ''),
(60520, 206, 2012, 'Vryburg', ''),
(60521, 206, 2013, 'Ashton', ''),
(60522, 206, 2013, 'Bellville', ''),
(60523, 206, 2013, 'Bloubergstrand', ''),
(60524, 206, 2013, 'Brackenfell', ''),
(60525, 206, 2013, 'Cape Town', ''),
(60526, 206, 2013, 'Ceres', ''),
(60527, 206, 2013, 'Claremont', ''),
(60528, 206, 2013, 'Durbanville', ''),
(60529, 206, 2013, 'Edgemead', ''),
(60530, 206, 2013, 'Elandsfontein', ''),
(60531, 206, 2013, 'Elgin', ''),
(60532, 206, 2013, 'Elsenburg', ''),
(60533, 206, 2013, 'Faure', ''),
(60534, 206, 2013, 'Foreshore', ''),
(60535, 206, 2013, 'Franschhoek', ''),
(60536, 206, 2013, 'Gansbaai', ''),
(60537, 206, 2013, 'George', ''),
(60538, 206, 2013, 'Goodwood', ''),
(60539, 206, 2013, 'Gordons Bay', ''),
(60540, 206, 2013, 'Grabouw', ''),
(60541, 206, 2013, 'Helderberg', ''),
(60542, 206, 2013, 'Hermanus', ''),
(60543, 206, 2013, 'Hout Bay', ''),
(60544, 206, 2013, 'Kenridge', ''),
(60545, 206, 2013, 'Klein-Brakrivier', ''),
(60546, 206, 2013, 'Kleinmond', ''),
(60547, 206, 2013, 'Knysna', ''),
(60548, 206, 2013, 'Kommetjie', ''),
(60549, 206, 2013, 'Kraaifontein', ''),
(60550, 206, 2013, 'Kuils River', ''),
(60551, 206, 2013, 'Langebaan', ''),
(60552, 206, 2013, 'Llandudno', ''),
(60553, 206, 2013, 'Malmesbury', ''),
(60554, 206, 2013, 'Milnerton', ''),
(60555, 206, 2013, 'Montagu', ''),
(60556, 206, 2013, 'Mossel Bay', ''),
(60557, 206, 2013, 'Mowbray', ''),
(60558, 206, 2013, 'Muizenberg', ''),
(60559, 206, 2013, 'Newlands', ''),
(60560, 206, 2013, 'Observatory', ''),
(60561, 206, 2013, 'Oudtshoorn', ''),
(60562, 206, 2013, 'Paarl', ''),
(60563, 206, 2013, 'Parow', ''),
(60564, 206, 2013, 'Philadelphia', ''),
(60565, 206, 2013, 'Pinelands', ''),
(60566, 206, 2013, 'Plettenberg Bay', ''),
(60567, 206, 2013, 'Porterville', ''),
(60568, 206, 2013, 'Rawsonville', ''),
(60569, 206, 2013, 'Riebeek West', ''),
(60570, 206, 2013, 'Robertson', ''),
(60571, 206, 2013, 'Roggebaai', ''),
(60572, 206, 2013, 'Rosebank', ''),
(60573, 206, 2013, 'Salt River', ''),
(60574, 206, 2013, 'Sedgefield', ''),
(60575, 206, 2013, 'Somerset West', ''),
(60576, 206, 2013, 'Sonstraal', ''),
(60577, 206, 2013, 'Stanford', ''),
(60578, 206, 2013, 'Stellenbosch', ''),
(60579, 206, 2013, 'Strand', ''),
(60580, 206, 2013, 'Table View', ''),
(60581, 206, 2013, 'Tokai', ''),
(60582, 206, 2013, 'Villiersdorp', ''),
(60583, 206, 2013, 'Vredenburg', ''),
(60584, 206, 2013, 'Waverley', ''),
(60585, 206, 2013, 'Welgemoed', ''),
(60586, 206, 2013, 'Wellington', ''),
(60587, 206, 2013, 'Worcester', ''),
(60588, 206, 2013, 'Wynberg', ''),
(60589, 206, 2013, 'Yzerfontein', ''),
(60590, 208, 2014, 'Juba', ''),
(60591, 209, 2015, 'Abla', ''),
(60592, 209, 2015, 'Abrucena', ''),
(60593, 209, 2015, 'Acala del Rio', ''),
(60594, 209, 2015, 'Adamuz', ''),
(60595, 209, 2015, 'Adra', ''),
(60596, 209, 2015, 'Aguadulce', ''),
(60597, 209, 2015, 'Aguilar', ''),
(60598, 209, 2015, 'Alameda', ''),
(60599, 209, 2015, 'Alanis', ''),
(60600, 209, 2015, 'Albaida del Aljarafe', ''),
(60601, 209, 2015, 'Albolote', ''),
(60602, 209, 2015, 'Albox', ''),
(60603, 209, 2015, 'Albunol', ''),
(60604, 209, 2015, 'Alcalá de Guadaira', ''),
(60605, 209, 2015, 'Alcalá de los Gazules', ''),
(60606, 209, 2015, 'Alcala la Real', ''),
(60607, 209, 2015, 'Alcaucin', ''),
(60608, 209, 2015, 'Aldeaquemada', ''),
(60609, 209, 2015, 'Alfacar', ''),
(60610, 209, 2015, 'Algarrobo', ''),
(60611, 209, 2015, 'Algeciras', ''),
(60612, 209, 2015, 'Algodonales', ''),
(60613, 209, 2015, 'Alhaurin de la Torre', ''),
(60614, 209, 2015, 'Alhaurin el Grande', ''),
(60615, 209, 2015, 'Alhendin', ''),
(60616, 209, 2015, 'Aljaraque', ''),
(60617, 209, 2015, 'Almachar', ''),
(60618, 209, 2015, 'Almargen', ''),
(60619, 209, 2015, 'Almayate Bajo', ''),
(60620, 209, 2015, 'Almensilla', ''),
(60621, 209, 2015, 'Almería', ''),
(60622, 209, 2015, 'Almerimar', ''),
(60623, 209, 2015, 'Almodovar del Rio', ''),
(60624, 209, 2015, 'Almonte', ''),
(60625, 209, 2015, 'Almuñécar', ''),
(60626, 209, 2015, 'Alora', ''),
(60627, 209, 2015, 'Alosno', ''),
(60628, 209, 2015, 'Alozaina', ''),
(60629, 209, 2015, 'Ambroz', ''),
(60630, 209, 2015, 'Andujar', ''),
(60631, 209, 2015, 'Anora', ''),
(60632, 209, 2015, 'Antequera', ''),
(60633, 209, 2015, 'Aracena', ''),
(60634, 209, 2015, 'Arboleas', ''),
(60635, 209, 2015, 'Archidona', ''),
(60636, 209, 2015, 'Arcos de la Frontera', ''),
(60637, 209, 2015, 'Arjona', ''),
(60638, 209, 2015, 'Armilla', ''),
(60639, 209, 2015, 'Aroche', ''),
(60640, 209, 2015, 'Arriate', ''),
(60641, 209, 2015, 'Arroyo de la Miel', ''),
(60642, 209, 2015, 'Atarfe', ''),
(60643, 209, 2015, 'Ayamonte', ''),
(60644, 209, 2015, 'Badolatosa', ''),
(60645, 209, 2015, 'Baena', ''),
(60646, 209, 2015, 'Baeza', ''),
(60647, 209, 2015, 'Bailen', ''),
(60648, 209, 2015, 'Balerma', ''),
(60649, 209, 2015, 'Barbate', ''),
(60650, 209, 2015, 'Baza', ''),
(60651, 209, 2015, 'Begijar', ''),
(60652, 209, 2015, 'Belicena', ''),
(60653, 209, 2015, 'Benagalbon', ''),
(60654, 209, 2015, 'Benahadux', ''),
(60655, 209, 2015, 'Benahavis', ''),
(60656, 209, 2015, 'Benajarafe', ''),
(60657, 209, 2015, 'Benalmádena', ''),
(60658, 209, 2015, 'Benamaurel', ''),
(60659, 209, 2015, 'Benameji', ''),
(60660, 209, 2015, 'Benarraba', ''),
(60661, 209, 2015, 'Benatae', ''),
(60662, 209, 2015, 'Berchules', ''),
(60663, 209, 2015, 'Berja', ''),
(60664, 209, 2015, 'Bollullos de la Mitacion', ''),
(60665, 209, 2015, 'Bollullos par del Condado', ''),
(60666, 209, 2015, 'Bonares', ''),
(60667, 209, 2015, 'Borge', ''),
(60668, 209, 2015, 'Bormujos', ''),
(60669, 209, 2015, 'Bornos', ''),
(60670, 209, 2015, 'Brenes', ''),
(60671, 209, 2015, 'Bujalance', ''),
(60672, 209, 2015, 'Burguillos', ''),
(60673, 209, 2015, 'Cabra', ''),
(60674, 209, 2015, 'Cabrillas', ''),
(60675, 209, 2015, 'Cadiar', ''),
(60676, 209, 2015, 'Cadiz', ''),
(60677, 209, 2015, 'Cajar', ''),
(60678, 209, 2015, 'Cala del Moral', ''),
(60679, 209, 2015, 'Caleta de Velez', ''),
(60680, 209, 2015, 'Camas', ''),
(60681, 209, 2015, 'Campillos', ''),
(60682, 209, 2015, 'Campina', ''),
(60683, 209, 2015, 'Canada Rosal', ''),
(60684, 209, 2015, 'Canillas de Albaida', ''),
(60685, 209, 2015, 'Canjayar', ''),
(60686, 209, 2015, 'Cantillana', ''),
(60687, 209, 2015, 'Carboneras', ''),
(60688, 209, 2015, 'Carcabuey', ''),
(60689, 209, 2015, 'Carchuna', ''),
(60690, 209, 2015, 'Cardena', ''),
(60691, 209, 2015, 'Carmona', ''),
(60692, 209, 2015, 'Cartama', ''),
(60693, 209, 2015, 'Cartaya', ''),
(60694, 209, 2015, 'Casabermeja', ''),
(60695, 209, 2015, 'Casares', ''),
(60696, 209, 2015, 'Castanuelo', ''),
(60697, 209, 2015, 'Castell de Ferro', ''),
(60698, 209, 2015, 'Castellar de la Frontera', ''),
(60699, 209, 2015, 'Castil de Campos', ''),
(60700, 209, 2015, 'Castilleja de Guzman', ''),
(60701, 209, 2015, 'Castilleja de la Cuesta', ''),
(60702, 209, 2015, 'Castro de Filabres', ''),
(60703, 209, 2015, 'Castro del Rio', ''),
(60704, 209, 2015, 'Cazalla de la Sierra', ''),
(60705, 209, 2015, 'Cenes de la Vega', ''),
(60706, 209, 2015, 'Chauchina', ''),
(60707, 209, 2015, 'Chiclana de la Frontera', ''),
(60708, 209, 2015, 'Chipiona', ''),
(60709, 209, 2015, 'Churriana de la Vega', ''),
(60710, 209, 2015, 'Cijuela', ''),
(60711, 209, 2015, 'Cogollos Vega', ''),
(60712, 209, 2015, 'Coin', ''),
(60713, 209, 2015, 'Conil de la Frontera', ''),
(60714, 209, 2015, 'Constantina', ''),
(60715, 209, 2015, 'Cordova', ''),
(60716, 209, 2015, 'Coria del Río', ''),
(60717, 209, 2015, 'Corrales', ''),
(60718, 209, 2015, 'Cortegana', ''),
(60719, 209, 2015, 'Cuevas del Almanzora', ''),
(60720, 209, 2015, 'Cuevas del Becerro', ''),
(60721, 209, 2015, 'Cullar-Vega', ''),
(60722, 209, 2015, 'Dalias', ''),
(60723, 209, 2015, 'Dehesas Viejas', ''),
(60724, 209, 2015, 'Dona Mencia', ''),
(60725, 209, 2015, 'Dos Hermanas', ''),
(60726, 209, 2015, 'Durcal', ''),
(60727, 209, 2015, 'Écija', ''),
(60728, 209, 2015, 'El Albaicin', ''),
(60729, 209, 2015, 'El Arahal', ''),
(60730, 209, 2015, 'El Bosque', ''),
(60731, 209, 2015, 'El Carpio', ''),
(60732, 209, 2015, 'El Cuervo', ''),
(60733, 209, 2015, 'El Ejido', ''),
(60734, 209, 2015, 'El Garrobo', ''),
(60735, 209, 2015, 'El Pedroso', ''),
(60736, 209, 2015, 'El Puerto de Santa María', ''),
(60737, 209, 2015, 'El Real de la Jara', ''),
(60738, 209, 2015, 'El Rubio', ''),
(60739, 209, 2015, 'El Viso del Alcor', ''),
(60740, 209, 2015, 'Encinas Reales', ''),
(60741, 209, 2015, 'Escacena del Campo', ''),
(60742, 209, 2015, 'Escuzar', ''),
(60743, 209, 2015, 'Espartinas', ''),
(60744, 209, 2015, 'Espera', ''),
(60745, 209, 2015, 'Estepa', ''),
(60746, 209, 2015, 'Estepona', ''),
(60747, 209, 2015, 'Fernán Núñez', ''),
(60748, 209, 2015, 'Finana', ''),
(60749, 209, 2015, 'Fines', ''),
(60750, 209, 2015, 'Frigiliana', ''),
(60751, 209, 2015, 'Fuengirola', ''),
(60752, 209, 2015, 'Fuensanta de Martos', ''),
(60753, 209, 2015, 'Fuente la Lancha', ''),
(60754, 209, 2015, 'Fuente Obejuna', ''),
(60755, 209, 2015, 'Fuente Palmera', ''),
(60756, 209, 2015, 'Fuentes de Andalucia', ''),
(60757, 209, 2015, 'Gabia la Grande', ''),
(60758, 209, 2015, 'Gador', ''),
(60759, 209, 2015, 'Galaroza', ''),
(60760, 209, 2015, 'Gaucin', ''),
(60761, 209, 2015, 'Gelves', ''),
(60762, 209, 2015, 'Gerena', ''),
(60763, 209, 2015, 'Gergal', ''),
(60764, 209, 2015, 'Gibraleón', ''),
(60765, 209, 2015, 'Gilena', ''),
(60766, 209, 2015, 'Gines', ''),
(60767, 209, 2015, 'Gojar', ''),
(60768, 209, 2015, 'Graena', ''),
(60769, 209, 2015, 'Granada', ''),
(60770, 209, 2015, 'Grazalema', ''),
(60771, 209, 2015, 'Guadalcazar', ''),
(60772, 209, 2015, 'Guadiaro', ''),
(60773, 209, 2015, 'Guadix', ''),
(60774, 209, 2015, 'Guardias Viejas', ''),
(60775, 209, 2015, 'Guejar-Sierra', ''),
(60776, 209, 2015, 'Guevejar', ''),
(60777, 209, 2015, 'Higuera de la Sierra', ''),
(60778, 209, 2015, 'Hinojos', ''),
(60779, 209, 2015, 'Huelma', ''),
(60780, 209, 2015, 'Huelva', ''),
(60781, 209, 2015, 'Huercal de Almeria', ''),
(60782, 209, 2015, 'Huercal Overa', ''),
(60783, 209, 2015, 'Huesa', ''),
(60784, 209, 2015, 'Huescar', ''),
(60785, 209, 2015, 'Huetor Vega', ''),
(60786, 209, 2015, 'Huetor-Tajar', ''),
(60787, 209, 2015, 'Humilladero', ''),
(60788, 209, 2015, 'Illora', ''),
(60789, 209, 2015, 'Isla Cristina', ''),
(60790, 209, 2015, 'Iznajar', ''),
(60791, 209, 2015, 'Iznalloz', ''),
(60792, 209, 2015, 'Iznate', ''),
(60793, 209, 2015, 'Iznatoraf', ''),
(60794, 209, 2015, 'Jaén', ''),
(60795, 209, 2015, 'Jerez de la Frontera', ''),
(60796, 209, 2015, 'Jete', ''),
(60797, 209, 2015, 'Jodar', ''),
(60798, 209, 2015, 'Jun', ''),
(60799, 209, 2015, 'La Algaba', ''),
(60800, 209, 2015, 'La Antilla', ''),
(60801, 209, 2015, 'La Barca', ''),
(60802, 209, 2015, 'La Campana', ''),
(60803, 209, 2015, 'La Canada de San Urbano', ''),
(60804, 209, 2015, 'La Carolina', ''),
(60805, 209, 2015, 'La Estacion', ''),
(60806, 209, 2015, 'La Granjuela', ''),
(60807, 209, 2015, 'La Guardia de Jaen', ''),
(60808, 209, 2015, 'La Línea de la Concepción', ''),
(60809, 209, 2015, 'La Luisiana', ''),
(60810, 209, 2015, 'La Mojonera', ''),
(60811, 209, 2015, 'La Palma del Condado', ''),
(60812, 209, 2015, 'La Puebla de los Infantes', ''),
(60813, 209, 2015, 'La Puebla del Rio', ''),
(60814, 209, 2015, 'La Rambla', ''),
(60815, 209, 2015, 'La Rinconada', ''),
(60816, 209, 2015, 'La Yedra', ''),
(60817, 209, 2015, 'Lanjaron', ''),
(60818, 209, 2015, 'Las Cabezas de San Juan', ''),
(60819, 209, 2015, 'Las Gabias', ''),
(60820, 209, 2015, 'Las Hortichuelas', ''),
(60821, 209, 2015, 'Laujar de Andarax', ''),
(60822, 209, 2015, 'Lebrija', ''),
(60823, 209, 2015, 'Lepe', ''),
(60824, 209, 2015, 'Linares', ''),
(60825, 209, 2015, 'Loja', ''),
(60826, 209, 2015, 'Lopera', ''),
(60827, 209, 2015, 'Lora del Rio', ''),
(60828, 209, 2015, 'Los Barrios', ''),
(60829, 209, 2015, 'Los Corrales', ''),
(60830, 209, 2015, 'Los Marines', ''),
(60831, 209, 2015, 'Los Molares', ''),
(60832, 209, 2015, 'Los Palacios y Villafranca', ''),
(60833, 209, 2015, 'Los Rios', ''),
(60834, 209, 2015, 'Los Rosales', ''),
(60835, 209, 2015, 'Los Villares', ''),
(60836, 209, 2015, 'Lucena', ''),
(60837, 209, 2015, 'Mairena del Alcor', ''),
(60838, 209, 2015, 'Mairena del Aljarafe', ''),
(60839, 209, 2015, 'Málaga', ''),
(60840, 209, 2015, 'Mancha Real', ''),
(60841, 209, 2015, 'Manilva', ''),
(60842, 209, 2015, 'Maracena', ''),
(60843, 209, 2015, 'Marbella', ''),
(60844, 209, 2015, 'Marchena', ''),
(60845, 209, 2015, 'Marmolejo', ''),
(60846, 209, 2015, 'Martos', ''),
(60847, 209, 2015, 'Medina-Sidonia', ''),
(60848, 209, 2015, 'Mengibar', ''),
(60849, 209, 2015, 'Mijas', ''),
(60850, 209, 2015, 'Moguer', ''),
(60851, 209, 2015, 'Mojacar Pueblo', ''),
(60852, 209, 2015, 'Monachil', ''),
(60853, 209, 2015, 'Monda', ''),
(60854, 209, 2015, 'Montalban de Cordoba', ''),
(60855, 209, 2015, 'Montejicar', ''),
(60856, 209, 2015, 'Montellano', ''),
(60857, 209, 2015, 'Montilla', ''),
(60858, 209, 2015, 'Montoro', ''),
(60859, 209, 2015, 'Moraleda de Zafayona', ''),
(60860, 209, 2015, 'Morón de la Frontera', ''),
(60861, 209, 2015, 'Motril', ''),
(60862, 209, 2015, 'Nerja', ''),
(60863, 209, 2015, 'Nerva', ''),
(60864, 209, 2015, 'Nijar', ''),
(60865, 209, 2015, 'Nueva-Carteya', ''),
(60866, 209, 2015, 'Ochavillo del Rio', ''),
(60867, 209, 2015, 'Ogijares', ''),
(60868, 209, 2015, 'Ojen', ''),
(60869, 209, 2015, 'Olivares', ''),
(60870, 209, 2015, 'Olula del Rio', ''),
(60871, 209, 2015, 'Olvera', ''),
(60872, 209, 2015, 'Órgiva', ''),
(60873, 209, 2015, 'Osuna', ''),
(60874, 209, 2015, 'Otura', ''),
(60875, 209, 2015, 'Padul', ''),
(60876, 209, 2015, 'Pago del Humo', ''),
(60877, 209, 2015, 'Palma del Rio', ''),
(60878, 209, 2015, 'Palomares', ''),
(60879, 209, 2015, 'Palomares del Rio', ''),
(60880, 209, 2015, 'Palos de la Frontera', ''),
(60881, 209, 2015, 'Paradas', ''),
(60882, 209, 2015, 'Paterna de Rivera', ''),
(60883, 209, 2015, 'Paterna del Campo', ''),
(60884, 209, 2015, 'Paulenca', ''),
(60885, 209, 2015, 'Pechina', ''),
(60886, 209, 2015, 'Pedro Martinez', ''),
(60887, 209, 2015, 'Pegalajar', ''),
(60888, 209, 2015, 'Peligros', ''),
(60889, 209, 2015, 'Penaflor', ''),
(60890, 209, 2015, 'Penarroya', ''),
(60891, 209, 2015, 'Penarroya-Pueblonuevo', ''),
(60892, 209, 2015, 'Pilas', ''),
(60893, 209, 2015, 'Pinos Genil', ''),
(60894, 209, 2015, 'Pinos Puente', ''),
(60895, 209, 2015, 'Pizarra', ''),
(60896, 209, 2015, 'Posadas', ''),
(60897, 209, 2015, 'Pozo del Camino', ''),
(60898, 209, 2015, 'Pozoblanco', ''),
(60899, 209, 2015, 'Prado del Rey', ''),
(60900, 209, 2015, 'Priego de Cordoba', ''),
(60901, 209, 2015, 'Pruna', ''),
(60902, 209, 2015, 'Puente-Genil', ''),
(60903, 209, 2015, 'Puerto Real', ''),
(60904, 209, 2015, 'Pulianas', ''),
(60905, 209, 2015, 'Pulpí', ''),
(60906, 209, 2015, 'Punta Umbría', ''),
(60907, 209, 2015, 'Quesada', ''),
(60908, 209, 2015, 'Rincon', ''),
(60909, 209, 2015, 'Rincon de la Victoria', ''),
(60910, 209, 2015, 'Rioja', ''),
(60911, 209, 2015, 'Riviera del Sol', ''),
(60912, 209, 2015, 'Rociana', ''),
(60913, 209, 2015, 'Ronda', ''),
(60914, 209, 2015, 'Roquetas de Mar', ''),
(60915, 209, 2015, 'Rota', ''),
(60916, 209, 2015, 'Rute', ''),
(60917, 209, 2015, 'Sabiote', ''),
(60918, 209, 2015, 'Salobreña', ''),
(60919, 209, 2015, 'Salteras', ''),
(60920, 209, 2015, 'San Bartolome de la Torre', ''),
(60921, 209, 2015, 'San Fernando', ''),
(60922, 209, 2015, 'San Juan de Aznalfarache', ''),
(60923, 209, 2015, 'San Luis de Sabinillas', ''),
(60924, 209, 2015, 'San Nicolas del Puerto', ''),
(60925, 209, 2015, 'San Pedro', ''),
(60926, 209, 2015, 'San Roque', ''),
(60927, 209, 2015, 'Sanlúcar de Barrameda', ''),
(60928, 209, 2015, 'Sanlucar la Mayor', ''),
(60929, 209, 2015, 'Santa Fe de Mondujar', ''),
(60930, 209, 2015, 'Santafe', ''),
(60931, 209, 2015, 'Santiponce', ''),
(60932, 209, 2015, 'Santo Tome', ''),
(60933, 209, 2015, 'Sayalonga', ''),
(60934, 209, 2015, 'Segura de la Sierra', ''),
(60935, 209, 2015, 'Seville', ''),
(60936, 209, 2015, 'Sierra', ''),
(60937, 209, 2015, 'Sierra de Yeguas', ''),
(60938, 209, 2015, 'Sorihuela del Guadalimar', ''),
(60939, 209, 2015, 'Tarifa', ''),
(60940, 209, 2015, 'Teba', ''),
(60941, 209, 2015, 'Tocina', ''),
(60942, 209, 2015, 'Tomares', ''),
(60943, 209, 2015, 'Torre del Campo', ''),
(60944, 209, 2015, 'Torre del Mar', ''),
(60945, 209, 2015, 'Torre-Cardela', ''),
(60946, 209, 2015, 'Torrecampo', ''),
(60947, 209, 2015, 'Torredonjimeno', ''),
(60948, 209, 2015, 'Torremolinos', ''),
(60949, 209, 2015, 'Torrenueva', ''),
(60950, 209, 2015, 'Torreperogil', ''),
(60951, 209, 2015, 'Torrox', ''),
(60952, 209, 2015, 'Trebujena', ''),
(60953, 209, 2015, 'Trigueros', ''),
(60954, 209, 2015, 'Turre', ''),
(60955, 209, 2015, 'Úbeda', ''),
(60956, 209, 2015, 'Ubrique', ''),
(60957, 209, 2015, 'Ugijar', ''),
(60958, 209, 2015, 'Umbrete', ''),
(60959, 209, 2015, 'Utrera', ''),
(60960, 209, 2015, 'Valencina de la Concepcion', ''),
(60961, 209, 2015, 'Valverde del Camino', ''),
(60962, 209, 2015, 'Vejer de la Frontera', ''),
(60963, 209, 2015, 'Vélez-Málaga', ''),
(60964, 209, 2015, 'Ventas de Huelma', ''),
(60965, 209, 2015, 'Vera', ''),
(60966, 209, 2015, 'Viator', ''),
(60967, 209, 2015, 'Vicar', ''),
(60968, 209, 2015, 'Vilches', ''),
(60969, 209, 2015, 'Villa del Rio', ''),
(60970, 209, 2015, 'Villacarrillo', ''),
(60971, 209, 2015, 'Villalba del Alcor', ''),
(60972, 209, 2015, 'Villaluenga del Rosario', ''),
(60973, 209, 2015, 'Villamanrique de la Condesa', ''),
(60974, 209, 2015, 'Villamartin', ''),
(60975, 209, 2015, 'Villanueva de Cordoba', ''),
(60976, 209, 2015, 'Villanueva de Tapia', ''),
(60977, 209, 2015, 'Villanueva del Ariscal', ''),
(60978, 209, 2015, 'Villanueva del Arzobispo', ''),
(60979, 209, 2015, 'Villaverde del Rio', ''),
(60980, 209, 2015, 'Zalamea la Real', ''),
(60981, 209, 2015, 'Zubia', ''),
(60982, 209, 2015, 'Zurgena', ''),
(60983, 209, 2016, 'Abanto', ''),
(60984, 209, 2016, 'Aguilar del Alfambra', ''),
(60985, 209, 2016, 'Ainsa', ''),
(60986, 209, 2016, 'Ainzon', ''),
(60987, 209, 2016, 'Alagon', ''),
(60988, 209, 2016, 'Albalate del Arzobispo', ''),
(60989, 209, 2016, 'Alcañiz', ''),
(60990, 209, 2016, 'Alcorisa', ''),
(60991, 209, 2016, 'Alhama de Aragon', ''),
(60992, 209, 2016, 'Almudebar', ''),
(60993, 209, 2016, 'Andorra', ''),
(60994, 209, 2016, 'Argavieso', ''),
(60995, 209, 2016, 'Ayerbe', ''),
(60996, 209, 2016, 'Azara', ''),
(60997, 209, 2016, 'Barbastro', ''),
(60998, 209, 2016, 'Belchite', ''),
(60999, 209, 2016, 'Binefar', ''),
(61000, 209, 2016, 'Boltana', ''),
(61001, 209, 2016, 'Cadrete', ''),
(61002, 209, 2016, 'Calanda', ''),
(61003, 209, 2016, 'Calatayud', ''),
(61004, 209, 2016, 'Canfranc', ''),
(61005, 209, 2016, 'Canizar del Olivar', ''),
(61006, 209, 2016, 'Caspe', ''),
(61007, 209, 2016, 'Castejon de Valdejasa', ''),
(61008, 209, 2016, 'Castiliscar', ''),
(61009, 209, 2016, 'Cetina', ''),
(61010, 209, 2016, 'Cretas', ''),
(61011, 209, 2016, 'Cuarte', ''),
(61012, 209, 2016, 'Cuarte de Huerva', ''),
(61013, 209, 2016, 'Daroca', ''),
(61014, 209, 2016, 'Ejea de los Caballeros', ''),
(61015, 209, 2016, 'El Temple', ''),
(61016, 209, 2016, 'Epila', ''),
(61017, 209, 2016, 'Fraga', ''),
(61018, 209, 2016, 'Fuentes Claras', ''),
(61019, 209, 2016, 'Fuentes de Ebro', ''),
(61020, 209, 2016, 'Gallur', ''),
(61021, 209, 2016, 'Gargallo', ''),
(61022, 209, 2016, 'Gelsa', ''),
(61023, 209, 2016, 'Graus', ''),
(61024, 209, 2016, 'Grisen', ''),
(61025, 209, 2016, 'Hijar', ''),
(61026, 209, 2016, 'Hospital', ''),
(61027, 209, 2016, 'Huesca', ''),
(61028, 209, 2016, 'Illueca', ''),
(61029, 209, 2016, 'Jaca', ''),
(61030, 209, 2016, 'La Almunia de Dona Godina', ''),
(61031, 209, 2016, 'la Melusa', ''),
(61032, 209, 2016, 'La Muela', ''),
(61033, 209, 2016, 'La Puebla de Hijar', ''),
(61034, 209, 2016, 'Linares de Mora', ''),
(61035, 209, 2016, 'Lledo', ''),
(61036, 209, 2016, 'Luceni', ''),
(61037, 209, 2016, 'Mallen', ''),
(61038, 209, 2016, 'Maria de Huerva', ''),
(61039, 209, 2016, 'Mesones de Isuela', ''),
(61040, 209, 2016, 'Ministerio', ''),
(61041, 209, 2016, 'Monzon', ''),
(61042, 209, 2016, 'Mora de Rubielos', ''),
(61043, 209, 2016, 'Morata de Jalon', ''),
(61044, 209, 2016, 'Noves', ''),
(61045, 209, 2016, 'Oros Alto', ''),
(61046, 209, 2016, 'Osera', ''),
(61047, 209, 2016, 'Paniza', ''),
(61048, 209, 2016, 'Paracuellos de la Ribera', ''),
(61049, 209, 2016, 'Pedrola', ''),
(61050, 209, 2016, 'Penalba', ''),
(61051, 209, 2016, 'Pinseque', ''),
(61052, 209, 2016, 'Plan', ''),
(61053, 209, 2016, 'Puebla de Alfinden', ''),
(61054, 209, 2016, 'Quicena', ''),
(61055, 209, 2016, 'Remolinos', ''),
(61056, 209, 2016, 'Ricla', ''),
(61057, 209, 2016, 'Rueda de Jalon', ''),
(61058, 209, 2016, 'Sabinanigo', ''),
(61059, 209, 2016, 'San Juan de Mozarrifar', ''),
(61060, 209, 2016, 'San Mateo de Gallego', ''),
(61061, 209, 2016, 'Santa Eulalia', ''),
(61062, 209, 2016, 'Santa Maria', ''),
(61063, 209, 2016, 'Tamarit de Llitera', ''),
(61064, 209, 2016, 'Tarazona', ''),
(61065, 209, 2016, 'Tauste', ''),
(61066, 209, 2016, 'Teruel', ''),
(61067, 209, 2016, 'Utebo', ''),
(61068, 209, 2016, 'Valarena', ''),
(61069, 209, 2016, 'Villanueva de Jiloca', ''),
(61070, 209, 2016, 'Villarluengo', ''),
(61071, 209, 2016, 'Zaragoza', ''),
(61072, 209, 2016, 'Zuera', ''),
(61073, 209, 2017, 'Alaior', ''),
(61074, 209, 2017, 'Alaró', ''),
(61075, 209, 2017, 'Alcúdia', ''),
(61076, 209, 2017, 'Andratx', ''),
(61077, 209, 2017, 'Artà', ''),
(61078, 209, 2017, 'Binissalem', ''),
(61079, 209, 2017, 'Bunyola', ''),
(61080, 209, 2017, 'Cala Figuera', ''),
(61081, 209, 2017, 'Cala Millor', ''),
(61082, 209, 2017, 'Cala Ratjada', ''),
(61083, 209, 2017, 'Calvià', ''),
(61084, 209, 2017, 'Campanet', ''),
(61085, 209, 2017, 'Campos', ''),
(61086, 209, 2017, 'Can Picafort', ''),
(61087, 209, 2017, 'Capdepera', ''),
(61088, 209, 2017, 'Cas Catala', ''),
(61089, 209, 2017, 'Ciutadella', ''),
(61090, 209, 2017, 'Colònia de Sant Jordi', ''),
(61091, 209, 2017, 'Costitx', ''),
(61092, 209, 2017, 'es Camp de Mar', ''),
(61093, 209, 2017, 'Es Castell', ''),
(61094, 209, 2017, 'Es Migjorn Gran', ''),
(61095, 209, 2017, 'Esporles', ''),
(61096, 209, 2017, 'Felanitx', ''),
(61097, 209, 2017, 'Ferreries', ''),
(61098, 209, 2017, 'Galilea', ''),
(61099, 209, 2017, 'Ibiza', ''),
(61100, 209, 2017, 'Inca', ''),
(61101, 209, 2017, 'Lloseta', ''),
(61102, 209, 2017, 'Llubí', ''),
(61103, 209, 2017, 'Llucmajor', ''),
(61104, 209, 2017, 'Mahon', ''),
(61105, 209, 2017, 'Majorca', ''),
(61106, 209, 2017, 'Manacor', ''),
(61107, 209, 2017, 'Marratxí', ''),
(61108, 209, 2017, 'Mercadal', ''),
(61109, 209, 2017, 'Montuïri', ''),
(61110, 209, 2017, 'Muro', ''),
(61111, 209, 2017, 'Palma de Mallorca', ''),
(61112, 209, 2017, 'Palmanyola', ''),
(61113, 209, 2017, 'Peguera', ''),
(61114, 209, 2017, 'Petra', ''),
(61115, 209, 2017, 'Pollença', ''),
(61116, 209, 2017, 'Porreres', ''),
(61117, 209, 2017, 'Port d\'Andratx', ''),
(61118, 209, 2017, 'Porto Cristo', ''),
(61119, 209, 2017, 'Portocolom', ''),
(61120, 209, 2017, 'Puigpunyent', ''),
(61121, 209, 2017, 'S\'Arenal', ''),
(61122, 209, 2017, 'sa Pobla', ''),
(61123, 209, 2017, 'Sant Antoni de Portmany', ''),
(61124, 209, 2017, 'Sant Lluis', ''),
(61125, 209, 2017, 'Santa Eugènia', ''),
(61126, 209, 2017, 'Santa Eulària des Riu', ''),
(61127, 209, 2017, 'Santa Margalida', ''),
(61128, 209, 2017, 'Santa Maria del Camí', ''),
(61129, 209, 2017, 'Santa Ponsa', ''),
(61130, 209, 2017, 'Santanyí', ''),
(61131, 209, 2017, 'Selva', ''),
(61132, 209, 2017, 'ses Salines', ''),
(61133, 209, 2017, 'Sineu', ''),
(61134, 209, 2017, 'Soller', ''),
(61135, 209, 2017, 'Son Carrió', ''),
(61136, 209, 2017, 'Son Sardina', ''),
(61137, 209, 2017, 'Son Servera', ''),
(61138, 209, 2017, 'Valldemossa', ''),
(61139, 209, 2017, 'Vilafranca de Bonany', ''),
(61140, 209, 2018, 'Abadino', ''),
(61141, 209, 2018, 'Aduna', ''),
(61142, 209, 2018, 'Ahedo', ''),
(61143, 209, 2018, 'Algorta', ''),
(61144, 209, 2018, 'Alonsotegi', ''),
(61145, 209, 2018, 'Amorebieta', ''),
(61146, 209, 2018, 'Amurrio', ''),
(61147, 209, 2018, 'Andoain', ''),
(61148, 209, 2018, 'Anorga-Lugariz', ''),
(61149, 209, 2018, 'Anucita', ''),
(61150, 209, 2018, 'Anzuola', ''),
(61151, 209, 2018, 'Aranguren', ''),
(61152, 209, 2018, 'Arciniega', ''),
(61153, 209, 2018, 'Arechavaleta', ''),
(61154, 209, 2018, 'Arenaza', ''),
(61155, 209, 2018, 'Aretxabaleta', ''),
(61156, 209, 2018, 'Arrieta', ''),
(61157, 209, 2018, 'Arrigorriaga', ''),
(61158, 209, 2018, 'Arroyabe', ''),
(61159, 209, 2018, 'Asteasu', ''),
(61160, 209, 2018, 'Astigarraga', ''),
(61161, 209, 2018, 'Astrabudua', ''),
(61162, 209, 2018, 'Aulesti', ''),
(61163, 209, 2018, 'Axpe', ''),
(61164, 209, 2018, 'Azkoitia', ''),
(61165, 209, 2018, 'Azpeitia', ''),
(61166, 209, 2018, 'Balmaseda', ''),
(61167, 209, 2018, 'Barakaldo', ''),
(61168, 209, 2018, 'Basauri', ''),
(61169, 209, 2018, 'Beasain', ''),
(61170, 209, 2018, 'Bekea', ''),
(61171, 209, 2018, 'Berango', ''),
(61172, 209, 2018, 'Bergara', ''),
(61173, 209, 2018, 'Bermeo', ''),
(61174, 209, 2018, 'Berriz', ''),
(61175, 209, 2018, 'Bilbao', ''),
(61176, 209, 2018, 'Deba', ''),
(61177, 209, 2018, 'Derio', ''),
(61178, 209, 2018, 'Deustu', ''),
(61179, 209, 2018, 'Dima', ''),
(61180, 209, 2018, 'Durango', ''),
(61181, 209, 2018, 'Eibar', ''),
(61182, 209, 2018, 'El Corrillo', ''),
(61183, 209, 2018, 'Elburgo', ''),
(61184, 209, 2018, 'Elexalde', ''),
(61185, 209, 2018, 'Elgeta', ''),
(61186, 209, 2018, 'Elgoibar', ''),
(61187, 209, 2018, 'Elguero', ''),
(61188, 209, 2018, 'Elorrio', ''),
(61189, 209, 2018, 'Erandio', ''),
(61190, 209, 2018, 'Erbera', ''),
(61191, 209, 2018, 'Ermua', ''),
(61192, 209, 2018, 'Errenteria', ''),
(61193, 209, 2018, 'Fuenterrabia', ''),
(61194, 209, 2018, 'Gaceta', ''),
(61195, 209, 2018, 'Galdakao', ''),
(61196, 209, 2018, 'Gallarta', ''),
(61197, 209, 2018, 'Gernika-Lumo', ''),
(61198, 209, 2018, 'Getaria', ''),
(61199, 209, 2018, 'Getxo', ''),
(61200, 209, 2018, 'Guenes', ''),
(61201, 209, 2018, 'Hernani', ''),
(61202, 209, 2018, 'Ibarra', ''),
(61203, 209, 2018, 'Idiazabal', ''),
(61204, 209, 2018, 'Igorre', ''),
(61205, 209, 2018, 'Irun', ''),
(61206, 209, 2018, 'Irura', ''),
(61207, 209, 2018, 'Isasondo', ''),
(61208, 209, 2018, 'Isla Becoa', ''),
(61209, 209, 2018, 'Izarra', ''),
(61210, 209, 2018, 'Izoria', ''),
(61211, 209, 2018, 'La Arena', ''),
(61212, 209, 2018, 'Laguardia', ''),
(61213, 209, 2018, 'Lanciego', ''),
(61214, 209, 2018, 'Landa', ''),
(61215, 209, 2018, 'Laudio-Llodio', ''),
(61216, 209, 2018, 'Lazcano', ''),
(61217, 209, 2018, 'Legazpia', ''),
(61218, 209, 2018, 'Leioa', ''),
(61219, 209, 2018, 'Lekeitio', ''),
(61220, 209, 2018, 'Lequizamon', ''),
(61221, 209, 2018, 'Leza', ''),
(61222, 209, 2018, 'Lezama', ''),
(61223, 209, 2018, 'Lezo', ''),
(61224, 209, 2018, 'Loiu', ''),
(61225, 209, 2018, 'Manaria', ''),
(61226, 209, 2018, 'Marquina', ''),
(61227, 209, 2018, 'Mondragón', ''),
(61228, 209, 2018, 'Mungia', ''),
(61229, 209, 2018, 'Murguia', ''),
(61230, 209, 2018, 'Mutriku', ''),
(61231, 209, 2018, 'Muxika', ''),
(61232, 209, 2018, 'Nanclares de la Oca', ''),
(61233, 209, 2018, 'Oiartzun', ''),
(61234, 209, 2018, 'Onate', ''),
(61235, 209, 2018, 'Ondarroa', ''),
(61236, 209, 2018, 'Oreitia', ''),
(61237, 209, 2018, 'Oria', ''),
(61238, 209, 2018, 'Orio', ''),
(61239, 209, 2018, 'Ormaiztegui', ''),
(61240, 209, 2018, 'Oyon', ''),
(61241, 209, 2018, 'Pasajes Ancho', ''),
(61242, 209, 2018, 'Pasajes de San Juan', ''),
(61243, 209, 2018, 'Placencia', ''),
(61244, 209, 2018, 'Plentzia', ''),
(61245, 209, 2018, 'Pobes', ''),
(61246, 209, 2018, 'Portugalete', ''),
(61247, 209, 2018, 'Respaldiza', ''),
(61248, 209, 2018, 'Salvatierra', ''),
(61249, 209, 2018, 'San Julian de Muskiz', ''),
(61250, 209, 2018, 'San Lorentzo', ''),
(61251, 209, 2018, 'San Sebastian', ''),
(61252, 209, 2018, 'Santa Agueda', ''),
(61253, 209, 2018, 'Santurtzi', ''),
(61254, 209, 2018, 'Sarria', ''),
(61255, 209, 2018, 'Segura', ''),
(61256, 209, 2018, 'Sestao', ''),
(61257, 209, 2018, 'Sondika', ''),
(61258, 209, 2018, 'Sopela', ''),
(61259, 209, 2018, 'Sopuerta', ''),
(61260, 209, 2018, 'Tolosa', ''),
(61261, 209, 2018, 'Urduna', ''),
(61262, 209, 2018, 'Urnieta', ''),
(61263, 209, 2018, 'Urretxu', ''),
(61264, 209, 2018, 'Urteta', ''),
(61265, 209, 2018, 'Urtuella', ''),
(61266, 209, 2018, 'Usansolo', ''),
(61267, 209, 2018, 'Usurbil', ''),
(61268, 209, 2018, 'Villabona', ''),
(61269, 209, 2018, 'Villafranca de Ordizia', ''),
(61270, 209, 2018, 'Villarreal de Alava', ''),
(61271, 209, 2018, 'Vitoria-Gasteiz', ''),
(61272, 209, 2018, 'Zaldibar', ''),
(61273, 209, 2018, 'Zambrana', ''),
(61274, 209, 2018, 'Zamudio', ''),
(61275, 209, 2018, 'Zarautz', ''),
(61276, 209, 2018, 'Zeanuri', ''),
(61277, 209, 2018, 'Zumaia', ''),
(61278, 209, 2018, 'Zumarraga', ''),
(61279, 209, 2019, 'Adeje', ''),
(61280, 209, 2019, 'Agaete', ''),
(61281, 209, 2019, 'Agüimes', ''),
(61282, 209, 2019, 'Arafo', ''),
(61283, 209, 2019, 'Arona', ''),
(61284, 209, 2019, 'Arrecife', ''),
(61285, 209, 2019, 'Arucas', ''),
(61286, 209, 2019, 'Barranco Hondo', ''),
(61287, 209, 2019, 'Buenavista del Norte', ''),
(61288, 209, 2019, 'Candelaria', ''),
(61289, 209, 2019, 'Chayofa', ''),
(61290, 209, 2019, 'Cho', ''),
(61291, 209, 2019, 'Cruce de Arinaga', ''),
(61292, 209, 2019, 'El Abrigo', ''),
(61293, 209, 2019, 'El Medano', ''),
(61294, 209, 2019, 'El Sauzal', ''),
(61295, 209, 2019, 'Fasnia', ''),
(61296, 209, 2019, 'Firgas', ''),
(61297, 209, 2019, 'Gáldar', ''),
(61298, 209, 2019, 'Gran Tarajal', ''),
(61299, 209, 2019, 'Granadilla de Abona', ''),
(61300, 209, 2019, 'Guia', ''),
(61301, 209, 2019, 'Guía de Isora', ''),
(61302, 209, 2019, 'Guimar', ''),
(61303, 209, 2019, 'Icod de los Vinos', ''),
(61304, 209, 2019, 'Ingenio', ''),
(61305, 209, 2019, 'Jinamar', ''),
(61306, 209, 2019, 'La Guancha', ''),
(61307, 209, 2019, 'La Mancha Blanca', ''),
(61308, 209, 2019, 'La Matanza de Acentejo', ''),
(61309, 209, 2019, 'La Orotava', ''),
(61310, 209, 2019, 'La Playa de Arguineguin', ''),
(61311, 209, 2019, 'Las Galletas', ''),
(61312, 209, 2019, 'Las Palmas de Gran Canaria', ''),
(61313, 209, 2019, 'Las Vegas', ''),
(61314, 209, 2019, 'Los Baldios', ''),
(61315, 209, 2019, 'Los Cristianos', ''),
(61316, 209, 2019, 'Los Realejos', ''),
(61317, 209, 2019, 'Los Silos', ''),
(61318, 209, 2019, 'Maspalomas', ''),
(61319, 209, 2019, 'Mogán', ''),
(61320, 209, 2019, 'Playa Blanca', ''),
(61321, 209, 2019, 'Puerto', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(61322, 209, 2019, 'Puerto de la Cruz', ''),
(61323, 209, 2019, 'Puerto del Rosario', ''),
(61324, 209, 2019, 'San Bartolomé de Tirajana', ''),
(61325, 209, 2019, 'San Cristóbal de La Laguna', ''),
(61326, 209, 2019, 'San Isidro', ''),
(61327, 209, 2019, 'San Miguel', ''),
(61328, 209, 2019, 'San Sebastián de La Gomera', ''),
(61329, 209, 2019, 'Santa Brigida', ''),
(61330, 209, 2019, 'Santa Cruz de La Palma', ''),
(61331, 209, 2019, 'Santa Cruz de Tenerife', ''),
(61332, 209, 2019, 'Santa Lucia', ''),
(61333, 209, 2019, 'Santa Maria del Mar', ''),
(61334, 209, 2019, 'Santa Úrsula', ''),
(61335, 209, 2019, 'Tacoronte', ''),
(61336, 209, 2019, 'Tegueste', ''),
(61337, 209, 2019, 'Teguise', ''),
(61338, 209, 2019, 'Tejina', ''),
(61339, 209, 2019, 'Telde', ''),
(61340, 209, 2019, 'Tenteniguada', ''),
(61341, 209, 2019, 'Teror', ''),
(61342, 209, 2019, 'Tias', ''),
(61343, 209, 2019, 'Triana', ''),
(61344, 209, 2019, 'Valsequillo de Gran Canaria', ''),
(61345, 209, 2019, 'Vecindario', ''),
(61346, 209, 2019, 'Yaiza', ''),
(61347, 209, 2020, 'Argonos', ''),
(61348, 209, 2020, 'Arnuero', ''),
(61349, 209, 2020, 'Barcena de Cicero', ''),
(61350, 209, 2020, 'Barros', ''),
(61351, 209, 2020, 'Cabezon de la Sal', ''),
(61352, 209, 2020, 'Cabezon de Liebana', ''),
(61353, 209, 2020, 'Camargo', ''),
(61354, 209, 2020, 'Campuzano', ''),
(61355, 209, 2020, 'Carandia', ''),
(61356, 209, 2020, 'Castro Urdiales', ''),
(61357, 209, 2020, 'Colindres', ''),
(61358, 209, 2020, 'Comillas', ''),
(61359, 209, 2020, 'Cuchia', ''),
(61360, 209, 2020, 'El Astillero', ''),
(61361, 209, 2020, 'El Carmen', ''),
(61362, 209, 2020, 'El Tejo', ''),
(61363, 209, 2020, 'Guarnizo', ''),
(61364, 209, 2020, 'Guriezo', ''),
(61365, 209, 2020, 'La Cavada', ''),
(61366, 209, 2020, 'La Penilla', ''),
(61367, 209, 2020, 'Lamadrid', ''),
(61368, 209, 2020, 'Laredo', ''),
(61369, 209, 2020, 'Liencres', ''),
(61370, 209, 2020, 'Lierganes', ''),
(61371, 209, 2020, 'Limpias', ''),
(61372, 209, 2020, 'Los Corrales de Buelna', ''),
(61373, 209, 2020, 'Maliano', ''),
(61374, 209, 2020, 'Muriedas', ''),
(61375, 209, 2020, 'Navajeda', ''),
(61376, 209, 2020, 'Noja', ''),
(61377, 209, 2020, 'Ojedo', ''),
(61378, 209, 2020, 'Pedrena', ''),
(61379, 209, 2020, 'Penagos', ''),
(61380, 209, 2020, 'Pontejos', ''),
(61381, 209, 2020, 'Puente San Miguel', ''),
(61382, 209, 2020, 'Puente Viesgo', ''),
(61383, 209, 2020, 'Puentenansa', ''),
(61384, 209, 2020, 'Quijas', ''),
(61385, 209, 2020, 'Reinosa', ''),
(61386, 209, 2020, 'Renedo', ''),
(61387, 209, 2020, 'Requejada', ''),
(61388, 209, 2020, 'Samano', ''),
(61389, 209, 2020, 'San Miguel de Meruelo', ''),
(61390, 209, 2020, 'San Salvador', ''),
(61391, 209, 2020, 'Santa Cruz', ''),
(61392, 209, 2020, 'Santa Cruz de Bezana', ''),
(61393, 209, 2020, 'Santander', ''),
(61394, 209, 2020, 'Santiago de Cartes', ''),
(61395, 209, 2020, 'Santiurde de Toranzo', ''),
(61396, 209, 2020, 'Santona', ''),
(61397, 209, 2020, 'Santullan', ''),
(61398, 209, 2020, 'Saron', ''),
(61399, 209, 2020, 'Selaya', ''),
(61400, 209, 2020, 'Solares', ''),
(61401, 209, 2020, 'Somo', ''),
(61402, 209, 2020, 'Soto', ''),
(61403, 209, 2020, 'Soto de la Marina', ''),
(61404, 209, 2020, 'Suances', ''),
(61405, 209, 2020, 'Termino', ''),
(61406, 209, 2020, 'Torrelavega', ''),
(61407, 209, 2020, 'Treto', ''),
(61408, 209, 2020, 'Valdecilla', ''),
(61409, 209, 2020, 'Valle', ''),
(61410, 209, 2020, 'Viveda', ''),
(61411, 209, 2021, 'Aguilar de Campoo', ''),
(61412, 209, 2021, 'Alba de Tormes', ''),
(61413, 209, 2021, 'Aldeatejada', ''),
(61414, 209, 2021, 'Algadefe', ''),
(61415, 209, 2021, 'Almazcara', ''),
(61416, 209, 2021, 'Amavida', ''),
(61417, 209, 2021, 'Aranda de Duero', ''),
(61418, 209, 2021, 'Arenas de San Pedro', ''),
(61419, 209, 2021, 'Arevalo', ''),
(61420, 209, 2021, 'Arroyo', ''),
(61421, 209, 2021, 'Astorga', ''),
(61422, 209, 2021, 'Astudillo', ''),
(61423, 209, 2021, 'Ávila', ''),
(61424, 209, 2021, 'Babilafuente', ''),
(61425, 209, 2021, 'Bejar', ''),
(61426, 209, 2021, 'Bembibre', ''),
(61427, 209, 2021, 'Benavente', ''),
(61428, 209, 2021, 'Benavides', ''),
(61429, 209, 2021, 'Bernuy de Porreros', ''),
(61430, 209, 2021, 'Bezana', ''),
(61431, 209, 2021, 'Boecillo', ''),
(61432, 209, 2021, 'Bogajo', ''),
(61433, 209, 2021, 'Briviesca', ''),
(61434, 209, 2021, 'Burgos', ''),
(61435, 209, 2021, 'Cabrera de Almanza', ''),
(61436, 209, 2021, 'Cabrerizos', ''),
(61437, 209, 2021, 'Camarzana de Tera', ''),
(61438, 209, 2021, 'Candelario', ''),
(61439, 209, 2021, 'Candeleda', ''),
(61440, 209, 2021, 'Carbajal de la Legua', ''),
(61441, 209, 2021, 'Carbajosa de la Sagrada', ''),
(61442, 209, 2021, 'Cardenal', ''),
(61443, 209, 2021, 'Cardenosa', ''),
(61444, 209, 2021, 'Carrizo de la Ribera', ''),
(61445, 209, 2021, 'Castellanos de Moriscos', ''),
(61446, 209, 2021, 'Castrillo de la Valduerna', ''),
(61447, 209, 2021, 'Cebreros', ''),
(61448, 209, 2021, 'Cigales', ''),
(61449, 209, 2021, 'Cimanes de la Vega', ''),
(61450, 209, 2021, 'Cinera', ''),
(61451, 209, 2021, 'Cisterniga', ''),
(61452, 209, 2021, 'Cistierna', ''),
(61453, 209, 2021, 'Ciudad Rodrigo', ''),
(61454, 209, 2021, 'Cogollos', ''),
(61455, 209, 2021, 'Crespos', ''),
(61456, 209, 2021, 'Cuellar', ''),
(61457, 209, 2021, 'Duenas', ''),
(61458, 209, 2021, 'El Barco de Avila', ''),
(61459, 209, 2021, 'El Burgo de Osma', ''),
(61460, 209, 2021, 'El Espinar', ''),
(61461, 209, 2021, 'El Hoyo de Pinares', ''),
(61462, 209, 2021, 'El Tiemblo', ''),
(61463, 209, 2021, 'Encinedo', ''),
(61464, 209, 2021, 'Entrambasaguas', ''),
(61465, 209, 2021, 'Franco', ''),
(61466, 209, 2021, 'Fresnillo de las Duenas', ''),
(61467, 209, 2021, 'Fresno El Viejo', ''),
(61468, 209, 2021, 'Fuensaldana', ''),
(61469, 209, 2021, 'Fuentelapena', ''),
(61470, 209, 2021, 'Fuentes de Nava', ''),
(61471, 209, 2021, 'Fuentes de Valdepero', ''),
(61472, 209, 2021, 'Galindo y Perahuy', ''),
(61473, 209, 2021, 'Gomezserracin', ''),
(61474, 209, 2021, 'Grandes', ''),
(61475, 209, 2021, 'Guardo', ''),
(61476, 209, 2021, 'Guijuelo', ''),
(61477, 209, 2021, 'Gumiel del Mercado', ''),
(61478, 209, 2021, 'Guzman', ''),
(61479, 209, 2021, 'Herbosa', ''),
(61480, 209, 2021, 'Hontanares de Eresma', ''),
(61481, 209, 2021, 'Iscar', ''),
(61482, 209, 2021, 'Jimenez de Jamuz', ''),
(61483, 209, 2021, 'La Adrada', ''),
(61484, 209, 2021, 'La Baneza', ''),
(61485, 209, 2021, 'La Lastrilla', ''),
(61486, 209, 2021, 'La Robla', ''),
(61487, 209, 2021, 'La Virgen del Camino', ''),
(61488, 209, 2021, 'Laguna de Duero', ''),
(61489, 209, 2021, 'Langa de Duero', ''),
(61490, 209, 2021, 'Lantadilla', ''),
(61491, 209, 2021, 'Las Navas del Marques', ''),
(61492, 209, 2021, 'León', ''),
(61493, 209, 2021, 'Lerma', ''),
(61494, 209, 2021, 'Lillo del Bierzo', ''),
(61495, 209, 2021, 'Lumbrales', ''),
(61496, 209, 2021, 'Mambrilla de Castrejon', ''),
(61497, 209, 2021, 'Mansilla de las Mulas', ''),
(61498, 209, 2021, 'Medina de Pomar', ''),
(61499, 209, 2021, 'Medina de Rioseco', ''),
(61500, 209, 2021, 'Medina del Campo', ''),
(61501, 209, 2021, 'Melgar de Fernamental', ''),
(61502, 209, 2021, 'Milla de Tera', ''),
(61503, 209, 2021, 'Miranda de Ebro', ''),
(61504, 209, 2021, 'Mojados', ''),
(61505, 209, 2021, 'Molinaseca', ''),
(61506, 209, 2021, 'Monterrubio de Armuna', ''),
(61507, 209, 2021, 'Morales de Toro', ''),
(61508, 209, 2021, 'Morales del Vino', ''),
(61509, 209, 2021, 'Moriscos', ''),
(61510, 209, 2021, 'Mozarbez', ''),
(61511, 209, 2021, 'Munogalindo', ''),
(61512, 209, 2021, 'Nava de la Asuncion', ''),
(61513, 209, 2021, 'Nava del Rey', ''),
(61514, 209, 2021, 'Navaluenga', ''),
(61515, 209, 2021, 'Navatejera', ''),
(61516, 209, 2021, 'Nuez', ''),
(61517, 209, 2021, 'Olmedo', ''),
(61518, 209, 2021, 'Otero de Herreros', ''),
(61519, 209, 2021, 'Palacios Rubios', ''),
(61520, 209, 2021, 'Palencia', ''),
(61521, 209, 2021, 'Paramo del Sil', ''),
(61522, 209, 2021, 'Pelabravo', ''),
(61523, 209, 2021, 'Penafiel', ''),
(61524, 209, 2021, 'Penaranda de Bracamonte', ''),
(61525, 209, 2021, 'Penarandilla', ''),
(61526, 209, 2021, 'Pesquera de Duero', ''),
(61527, 209, 2021, 'Piedrahita', ''),
(61528, 209, 2021, 'Piedralaves', ''),
(61529, 209, 2021, 'Ponferrada', ''),
(61530, 209, 2021, 'Pradenilla', ''),
(61531, 209, 2021, 'Priaranza del Bierzo', ''),
(61532, 209, 2021, 'Quintana Redonda', ''),
(61533, 209, 2021, 'Renedo', ''),
(61534, 209, 2021, 'Riego de Ambros', ''),
(61535, 209, 2021, 'Salamanca', ''),
(61536, 209, 2021, 'Saldana', ''),
(61537, 209, 2021, 'San Andres del Rabanedo', ''),
(61538, 209, 2021, 'San Cristobal de la Cuesta', ''),
(61539, 209, 2021, 'San Ildefonso', ''),
(61540, 209, 2021, 'San Miguel', ''),
(61541, 209, 2021, 'San Miguel de las Duenas', ''),
(61542, 209, 2021, 'San Miguel de Valero', ''),
(61543, 209, 2021, 'San Miguel del Camino', ''),
(61544, 209, 2021, 'San Pedro del Arroyo', ''),
(61545, 209, 2021, 'Sanchidrian', ''),
(61546, 209, 2021, 'Santa Maria del Paramo', ''),
(61547, 209, 2021, 'Santa Marta de Tormes', ''),
(61548, 209, 2021, 'Sariegos', ''),
(61549, 209, 2021, 'Segovia', ''),
(61550, 209, 2021, 'Simancas', ''),
(61551, 209, 2021, 'Soria', ''),
(61552, 209, 2021, 'Sotillo de la Adrada', ''),
(61553, 209, 2021, 'Sotillo de la Ribera', ''),
(61554, 209, 2021, 'Soto de Cerrato', ''),
(61555, 209, 2021, 'Toral de Fondo', ''),
(61556, 209, 2021, 'Tordesillas', ''),
(61557, 209, 2021, 'Toreno', ''),
(61558, 209, 2021, 'Toro', ''),
(61559, 209, 2021, 'Torre del Bierzo', ''),
(61560, 209, 2021, 'Torrecaballeros', ''),
(61561, 209, 2021, 'Trobajo del Camino', ''),
(61562, 209, 2021, 'Tudela de Duero', ''),
(61563, 209, 2021, 'Turegano', ''),
(61564, 209, 2021, 'Una de Quintana', ''),
(61565, 209, 2021, 'Valdestillas', ''),
(61566, 209, 2021, 'Valencia de Don Juan', ''),
(61567, 209, 2021, 'Valladolid', ''),
(61568, 209, 2021, 'Valverde del Majano', ''),
(61569, 209, 2021, 'Venta de Banos', ''),
(61570, 209, 2021, 'Vilecha', ''),
(61571, 209, 2021, 'Villablino', ''),
(61572, 209, 2021, 'Villadangos del Paramo', ''),
(61573, 209, 2021, 'Villalar de los Comuneros', ''),
(61574, 209, 2021, 'Villalpando', ''),
(61575, 209, 2021, 'Villalvaro', ''),
(61576, 209, 2021, 'Villamediana de la Vega', ''),
(61577, 209, 2021, 'Villamuriel de Cerrato', ''),
(61578, 209, 2021, 'Villanubla', ''),
(61579, 209, 2021, 'Villanueva de Campean', ''),
(61580, 209, 2021, 'Villanueva de Duero', ''),
(61581, 209, 2021, 'Villaobispo de las Regueras', ''),
(61582, 209, 2021, 'Villaquilambre', ''),
(61583, 209, 2021, 'Villarcayo', ''),
(61584, 209, 2021, 'Villardefrades', ''),
(61585, 209, 2021, 'Zamora', ''),
(61586, 209, 2021, 'Zaratan', ''),
(61587, 209, 2022, 'Ajofrin', ''),
(61588, 209, 2022, 'Albacete', ''),
(61589, 209, 2022, 'Albalate de Zorita', ''),
(61590, 209, 2022, 'Alcazar de San Juan', ''),
(61591, 209, 2022, 'Aldea del Rey', ''),
(61592, 209, 2022, 'Alhambra', ''),
(61593, 209, 2022, 'Almadén', ''),
(61594, 209, 2022, 'Almagro', ''),
(61595, 209, 2022, 'Almansa', ''),
(61596, 209, 2022, 'Almedina', ''),
(61597, 209, 2022, 'Almodovar del Campo', ''),
(61598, 209, 2022, 'Almorox', ''),
(61599, 209, 2022, 'Alovera', ''),
(61600, 209, 2022, 'Anover de Tajo', ''),
(61601, 209, 2022, 'Arcicollar', ''),
(61602, 209, 2022, 'Argamasilla de Alba', ''),
(61603, 209, 2022, 'Argamasilla de Calatrava', ''),
(61604, 209, 2022, 'Azuqueca de Henares', ''),
(61605, 209, 2022, 'Bargas', ''),
(61606, 209, 2022, 'Bolanos de Calatrava', ''),
(61607, 209, 2022, 'Borox', ''),
(61608, 209, 2022, 'Buenache de Alarcon', ''),
(61609, 209, 2022, 'Burguillos de Toledo', ''),
(61610, 209, 2022, 'Cabanas de la Sagra', ''),
(61611, 209, 2022, 'Cabanillas del Campo', ''),
(61612, 209, 2022, 'Cabezamesada', ''),
(61613, 209, 2022, 'Cabezarrubias del Puerto', ''),
(61614, 209, 2022, 'Calera y Chozas', ''),
(61615, 209, 2022, 'Camarenilla', ''),
(61616, 209, 2022, 'Campo de Criptana', ''),
(61617, 209, 2022, 'Carranque', ''),
(61618, 209, 2022, 'Casas de Ves', ''),
(61619, 209, 2022, 'Casasimarro', ''),
(61620, 209, 2022, 'Caudete', ''),
(61621, 209, 2022, 'Cazalegas', ''),
(61622, 209, 2022, 'Cedillo del Condado', ''),
(61623, 209, 2022, 'Checa', ''),
(61624, 209, 2022, 'Chiloeches', ''),
(61625, 209, 2022, 'Chozas de Canales', ''),
(61626, 209, 2022, 'Cifuentes', ''),
(61627, 209, 2022, 'Ciudad Real', ''),
(61628, 209, 2022, 'Cobeja', ''),
(61629, 209, 2022, 'Cobisa', ''),
(61630, 209, 2022, 'Consuegra', ''),
(61631, 209, 2022, 'Corral de Almaguer', ''),
(61632, 209, 2022, 'Corral de Calatrava', ''),
(61633, 209, 2022, 'Cuenca', ''),
(61634, 209, 2022, 'Daimiel', ''),
(61635, 209, 2022, 'Dosbarrios', ''),
(61636, 209, 2022, 'El Bonillo', ''),
(61637, 209, 2022, 'El Casar de Talamanca', ''),
(61638, 209, 2022, 'El Provencio', ''),
(61639, 209, 2022, 'El Viso de San Juan', ''),
(61640, 209, 2022, 'Enguidanos', ''),
(61641, 209, 2022, 'Escalona', ''),
(61642, 209, 2022, 'Escalonilla', ''),
(61643, 209, 2022, 'Esquivias', ''),
(61644, 209, 2022, 'Fuensalida', ''),
(61645, 209, 2022, 'Fuente de Pedro Naharro', ''),
(61646, 209, 2022, 'Fuente-Alamo', ''),
(61647, 209, 2022, 'Fuentealbilla', ''),
(61648, 209, 2022, 'Fuentenovilla', ''),
(61649, 209, 2022, 'Galvez', ''),
(61650, 209, 2022, 'Gerindote', ''),
(61651, 209, 2022, 'Guadalajara', ''),
(61652, 209, 2022, 'Hellin', ''),
(61653, 209, 2022, 'Herencia', ''),
(61654, 209, 2022, 'Hontoba', ''),
(61655, 209, 2022, 'Horche', ''),
(61656, 209, 2022, 'Humanes', ''),
(61657, 209, 2022, 'Illana', ''),
(61658, 209, 2022, 'Illescas', ''),
(61659, 209, 2022, 'La Alameda de la Sagra', ''),
(61660, 209, 2022, 'La Gineta', ''),
(61661, 209, 2022, 'La Puebla de Almoradiel', ''),
(61662, 209, 2022, 'La Puebla de Montalban', ''),
(61663, 209, 2022, 'La Pueblanueva', ''),
(61664, 209, 2022, 'La Roda', ''),
(61665, 209, 2022, 'La Solana', ''),
(61666, 209, 2022, 'Las Islas', ''),
(61667, 209, 2022, 'Las Ventas de Retamosa', ''),
(61668, 209, 2022, 'Lominchar', ''),
(61669, 209, 2022, 'Los Pedroches', ''),
(61670, 209, 2022, 'Los Yebenes', ''),
(61671, 209, 2022, 'Madridejos', ''),
(61672, 209, 2022, 'Madrigueras', ''),
(61673, 209, 2022, 'Magan', ''),
(61674, 209, 2022, 'Malagon', ''),
(61675, 209, 2022, 'Manzanares', ''),
(61676, 209, 2022, 'Maqueda', ''),
(61677, 209, 2022, 'Marchamalo', ''),
(61678, 209, 2022, 'Membrilla', ''),
(61679, 209, 2022, 'Menasalbas', ''),
(61680, 209, 2022, 'Mentrida', ''),
(61681, 209, 2022, 'Miguelturra', ''),
(61682, 209, 2022, 'Mocejon', ''),
(61683, 209, 2022, 'Mondejar', ''),
(61684, 209, 2022, 'Montarron', ''),
(61685, 209, 2022, 'Montealegre del Castillo', ''),
(61686, 209, 2022, 'Montearagon', ''),
(61687, 209, 2022, 'Mora', ''),
(61688, 209, 2022, 'Moral de Calatrava', ''),
(61689, 209, 2022, 'Motilla del Palancar', ''),
(61690, 209, 2022, 'Nambroca', ''),
(61691, 209, 2022, 'Navahermosa', ''),
(61692, 209, 2022, 'Ocana', ''),
(61693, 209, 2022, 'Olias del Rey', ''),
(61694, 209, 2022, 'Ontigola', ''),
(61695, 209, 2022, 'Orgaz', ''),
(61696, 209, 2022, 'Oropesa', ''),
(61697, 209, 2022, 'Ossa de Montiel', ''),
(61698, 209, 2022, 'Palomeque', ''),
(61699, 209, 2022, 'Pepino', ''),
(61700, 209, 2022, 'Picon', ''),
(61701, 209, 2022, 'Piedrabuena', ''),
(61702, 209, 2022, 'Pioz', ''),
(61703, 209, 2022, 'Poblete', ''),
(61704, 209, 2022, 'Polan', ''),
(61705, 209, 2022, 'Pozohondo', ''),
(61706, 209, 2022, 'Puertollano', ''),
(61707, 209, 2022, 'Quintanar de la Orden', ''),
(61708, 209, 2022, 'Rielves', ''),
(61709, 209, 2022, 'Riopar', ''),
(61710, 209, 2022, 'San Martin de Montalban', ''),
(61711, 209, 2022, 'Santa Cruz de Mudela', ''),
(61712, 209, 2022, 'Santa Cruz del Retamar', ''),
(61713, 209, 2022, 'Santa Olalla', ''),
(61714, 209, 2022, 'Sesena', ''),
(61715, 209, 2022, 'Sesena Nuevo', ''),
(61716, 209, 2022, 'Siguenza', ''),
(61717, 209, 2022, 'Socuellamos', ''),
(61718, 209, 2022, 'Sonseca', ''),
(61719, 209, 2022, 'Talavera de la Reina', ''),
(61720, 209, 2022, 'Taracena', ''),
(61721, 209, 2022, 'Tarancon', ''),
(61722, 209, 2022, 'Tembleque', ''),
(61723, 209, 2022, 'Tobarra', ''),
(61724, 209, 2022, 'Toledo', ''),
(61725, 209, 2022, 'Tomelloso', ''),
(61726, 209, 2022, 'Torrejon del Rey', ''),
(61727, 209, 2022, 'Torrijos', ''),
(61728, 209, 2022, 'Tortola de Henares', ''),
(61729, 209, 2022, 'Ugena', ''),
(61730, 209, 2022, 'Valdepenas', ''),
(61731, 209, 2022, 'Valera de Abajo', ''),
(61732, 209, 2022, 'Valmojado', ''),
(61733, 209, 2022, 'Villacanas', ''),
(61734, 209, 2022, 'Villafranca de los Caballeros', ''),
(61735, 209, 2022, 'Villalpardo', ''),
(61736, 209, 2022, 'Villaluenga', ''),
(61737, 209, 2022, 'Villamalea', ''),
(61738, 209, 2022, 'Villanueva de la Jara', ''),
(61739, 209, 2022, 'Villanueva de la Torre', ''),
(61740, 209, 2022, 'Villarrobledo', ''),
(61741, 209, 2022, 'Villarrubia de los Ojos', ''),
(61742, 209, 2022, 'Villarrubia de Santiago', ''),
(61743, 209, 2022, 'Villarta de San Juan', ''),
(61744, 209, 2022, 'Villaseca de la Sagra', ''),
(61745, 209, 2022, 'Villaseca de Uceda', ''),
(61746, 209, 2022, 'Villasequilla de Yepes', ''),
(61747, 209, 2022, 'Viso del Marques', ''),
(61748, 209, 2022, 'Yeles', ''),
(61749, 209, 2022, 'Yepes', ''),
(61750, 209, 2022, 'Yuncler', ''),
(61751, 209, 2022, 'Yuncos', ''),
(61752, 209, 2023, 'Abrera', ''),
(61753, 209, 2023, 'Agramunt', ''),
(61754, 209, 2023, 'Aiguafreda', ''),
(61755, 209, 2023, 'Aitona', ''),
(61756, 209, 2023, 'Albatarrec', ''),
(61757, 209, 2023, 'Alcanar', ''),
(61758, 209, 2023, 'Alcarras', ''),
(61759, 209, 2023, 'Alcoletge', ''),
(61760, 209, 2023, 'Alcover', ''),
(61761, 209, 2023, 'Alella', ''),
(61762, 209, 2023, 'Alguaire', ''),
(61763, 209, 2023, 'Almacelles', ''),
(61764, 209, 2023, 'Almenar', ''),
(61765, 209, 2023, 'Almoster', ''),
(61766, 209, 2023, 'Alpens', ''),
(61767, 209, 2023, 'Alpicat', ''),
(61768, 209, 2023, 'Altafulla', ''),
(61769, 209, 2023, 'Ametlla', ''),
(61770, 209, 2023, 'Amposta', ''),
(61771, 209, 2023, 'Anglesola', ''),
(61772, 209, 2023, 'Arbeca', ''),
(61773, 209, 2023, 'Arbucies', ''),
(61774, 209, 2023, 'Arenys de Mar', ''),
(61775, 209, 2023, 'Arenys de Munt', ''),
(61776, 209, 2023, 'Argelaguer', ''),
(61777, 209, 2023, 'Argentona', ''),
(61778, 209, 2023, 'Artes', ''),
(61779, 209, 2023, 'Asco', ''),
(61780, 209, 2023, 'Avia', ''),
(61781, 209, 2023, 'Avinyó', ''),
(61782, 209, 2023, 'Avinyonet del Penedes', ''),
(61783, 209, 2023, 'Badalona', ''),
(61784, 209, 2023, 'Baga', ''),
(61785, 209, 2023, 'Balaguer', ''),
(61786, 209, 2023, 'Balenya', ''),
(61787, 209, 2023, 'Balsareny', ''),
(61788, 209, 2023, 'Banyoles', ''),
(61789, 209, 2023, 'Barbens', ''),
(61790, 209, 2023, 'Barcelona', ''),
(61791, 209, 2023, 'Batea', ''),
(61792, 209, 2023, 'Begues', ''),
(61793, 209, 2023, 'Begur', ''),
(61794, 209, 2023, 'Belianes', ''),
(61795, 209, 2023, 'Bell-lloc d\'Urgell', ''),
(61796, 209, 2023, 'Bellaterra', ''),
(61797, 209, 2023, 'Bellpuig', ''),
(61798, 209, 2023, 'Bellvei', ''),
(61799, 209, 2023, 'Bellvis', ''),
(61800, 209, 2023, 'Benissanet', ''),
(61801, 209, 2023, 'Berga', ''),
(61802, 209, 2023, 'Besalú', ''),
(61803, 209, 2023, 'Bescano', ''),
(61804, 209, 2023, 'Blancafort', ''),
(61805, 209, 2023, 'Blanes', ''),
(61806, 209, 2023, 'Bonmatí', ''),
(61807, 209, 2023, 'Bordils', ''),
(61808, 209, 2023, 'Bossost', ''),
(61809, 209, 2023, 'Cabrils', ''),
(61810, 209, 2023, 'Cadaqués', ''),
(61811, 209, 2023, 'Calaf', ''),
(61812, 209, 2023, 'Calafell', ''),
(61813, 209, 2023, 'Calders', ''),
(61814, 209, 2023, 'Caldes d\'Estrac', ''),
(61815, 209, 2023, 'Caldes de Malavella', ''),
(61816, 209, 2023, 'Caldes de Montbui', ''),
(61817, 209, 2023, 'Calella', ''),
(61818, 209, 2023, 'Calonge', ''),
(61819, 209, 2023, 'Camarles', ''),
(61820, 209, 2023, 'Cambrils', ''),
(61821, 209, 2023, 'Campredo', ''),
(61822, 209, 2023, 'Canet de Mar', ''),
(61823, 209, 2023, 'Canovelles', ''),
(61824, 209, 2023, 'Cànoves i Samalús', ''),
(61825, 209, 2023, 'Canyamars', ''),
(61826, 209, 2023, 'Canyelles', ''),
(61827, 209, 2023, 'Capellades', ''),
(61828, 209, 2023, 'Cardedeu', ''),
(61829, 209, 2023, 'Cardona', ''),
(61830, 209, 2023, 'Carme', ''),
(61831, 209, 2023, 'Casos', ''),
(61832, 209, 2023, 'Cassà de la Selva', ''),
(61833, 209, 2023, 'Casserres', ''),
(61834, 209, 2023, 'Castellbell i el Vilar', ''),
(61835, 209, 2023, 'Castellbisbal', ''),
(61836, 209, 2023, 'Castellcir', ''),
(61837, 209, 2023, 'Castelldefels', ''),
(61838, 209, 2023, 'Castellet', ''),
(61839, 209, 2023, 'Castello', ''),
(61840, 209, 2023, 'Castellvell del Camp', ''),
(61841, 209, 2023, 'Castellvi de Rosanes', ''),
(61842, 209, 2023, 'Celra', ''),
(61843, 209, 2023, 'Centelles', ''),
(61844, 209, 2023, 'Central', ''),
(61845, 209, 2023, 'Cerdanyola del Vallès', ''),
(61846, 209, 2023, 'Cervello', ''),
(61847, 209, 2023, 'Cervera', ''),
(61848, 209, 2023, 'Cervia de Ter', ''),
(61849, 209, 2023, 'Ciutadilla', ''),
(61850, 209, 2023, 'Collbato', ''),
(61851, 209, 2023, 'Constanti', ''),
(61852, 209, 2023, 'Corbera de Llobregat', ''),
(61853, 209, 2023, 'Corbins', ''),
(61854, 209, 2023, 'Corca', ''),
(61855, 209, 2023, 'Cornellà de Llobregat', ''),
(61856, 209, 2023, 'Cornella del Terri', ''),
(61857, 209, 2023, 'Creixell', ''),
(61858, 209, 2023, 'Cruilles', ''),
(61859, 209, 2023, 'Cubelles', ''),
(61860, 209, 2023, 'Cunit', ''),
(61861, 209, 2023, 'Deltebre', ''),
(61862, 209, 2023, 'Dosrius', ''),
(61863, 209, 2023, 'el Bruc', ''),
(61864, 209, 2023, 'el Catllar', ''),
(61865, 209, 2023, 'el Masnou', ''),
(61866, 209, 2023, 'el Masroig', ''),
(61867, 209, 2023, 'el Morell', ''),
(61868, 209, 2023, 'el Palau d\'Anglesola', ''),
(61869, 209, 2023, 'El Papiol', ''),
(61870, 209, 2023, 'el Prat de Llobregat', ''),
(61871, 209, 2023, 'el Rourell', ''),
(61872, 209, 2023, 'El Vendrell', ''),
(61873, 209, 2023, 'Els Monjos', ''),
(61874, 209, 2023, 'els Pallaresos', ''),
(61875, 209, 2023, 'Empuriabrava', ''),
(61876, 209, 2023, 'Esparreguera', ''),
(61877, 209, 2023, 'Esplugues de Llobregat', ''),
(61878, 209, 2023, 'Falset', ''),
(61879, 209, 2023, 'Ferran', ''),
(61880, 209, 2023, 'Figaro-Montmany', ''),
(61881, 209, 2023, 'Figueres', ''),
(61882, 209, 2023, 'Flaca', ''),
(61883, 209, 2023, 'Flix', ''),
(61884, 209, 2023, 'Fonollosa', ''),
(61885, 209, 2023, 'Fornells de la Selva', ''),
(61886, 209, 2023, 'Gandesa', ''),
(61887, 209, 2023, 'Garriguella', ''),
(61888, 209, 2023, 'Gava', ''),
(61889, 209, 2023, 'Gelida', ''),
(61890, 209, 2023, 'Gimenells', ''),
(61891, 209, 2023, 'Girona', ''),
(61892, 209, 2023, 'Gironella', ''),
(61893, 209, 2023, 'Gracia', ''),
(61894, 209, 2023, 'Granera', ''),
(61895, 209, 2023, 'Granollers', ''),
(61896, 209, 2023, 'Gratallops', ''),
(61897, 209, 2023, 'Gualba de Dalt', ''),
(61898, 209, 2023, 'Gualta', ''),
(61899, 209, 2023, 'Gurb', ''),
(61900, 209, 2023, 'Horta de Sant Joan', ''),
(61901, 209, 2023, 'Hostalric', ''),
(61902, 209, 2023, 'Igualada', ''),
(61903, 209, 2023, 'Ivars d\'Urgell', ''),
(61904, 209, 2023, 'Juneda', ''),
(61905, 209, 2023, 'L\' Espluga de Francoli', ''),
(61906, 209, 2023, 'l\'Ametlla de Mar', ''),
(61907, 209, 2023, 'L\'Arboc', ''),
(61908, 209, 2023, 'l\'Armentera', ''),
(61909, 209, 2023, 'l\'Estartit', ''),
(61910, 209, 2023, 'l\'Hospitalet de l\'Infant', ''),
(61911, 209, 2023, 'L\'Hospitalet de Llobregat', ''),
(61912, 209, 2023, 'La Beguda Alta', ''),
(61913, 209, 2023, 'La Bisbal', ''),
(61914, 209, 2023, 'La Canonja', ''),
(61915, 209, 2023, 'La Floresta Pearson', ''),
(61916, 209, 2023, 'La Fuliola', ''),
(61917, 209, 2023, 'la Garriga', ''),
(61918, 209, 2023, 'La Granada', ''),
(61919, 209, 2023, 'La Llacuna', ''),
(61920, 209, 2023, 'La Llagosta', ''),
(61921, 209, 2023, 'La Marina', ''),
(61922, 209, 2023, 'La Pineda', ''),
(61923, 209, 2023, 'La Pobla de Claramunt', ''),
(61924, 209, 2023, 'La Pobla de Lillet', ''),
(61925, 209, 2023, 'la Pobla de Mafumet', ''),
(61926, 209, 2023, 'la Pobla de Montornes', ''),
(61927, 209, 2023, 'la Pobla de Segur', ''),
(61928, 209, 2023, 'La Rapita', ''),
(61929, 209, 2023, 'La Riba', ''),
(61930, 209, 2023, 'la Riera de Gaia', ''),
(61931, 209, 2023, 'La Roca', ''),
(61932, 209, 2023, 'La Roca del Valles', ''),
(61933, 209, 2023, 'La Secuita', ''),
(61934, 209, 2023, 'La Selva del Camp', ''),
(61935, 209, 2023, 'la Senia', ''),
(61936, 209, 2023, 'la Vall', ''),
(61937, 209, 2023, 'Les Borges Blanques', ''),
(61938, 209, 2023, 'Les Fonts', ''),
(61939, 209, 2023, 'les Masies de Voltrega', ''),
(61940, 209, 2023, 'les Preses', ''),
(61941, 209, 2023, 'Les Roquetes', ''),
(61942, 209, 2023, 'Linyola', ''),
(61943, 209, 2023, 'Llagostera', ''),
(61944, 209, 2023, 'Llançà', ''),
(61945, 209, 2023, 'Lleida', ''),
(61946, 209, 2023, 'Llerona', ''),
(61947, 209, 2023, 'Llers', ''),
(61948, 209, 2023, 'Llica d\'Amunt', ''),
(61949, 209, 2023, 'Lliçà de Vall', ''),
(61950, 209, 2023, 'Llinars del Valles', ''),
(61951, 209, 2023, 'Llora', ''),
(61952, 209, 2023, 'Lloret de Mar', ''),
(61953, 209, 2023, 'Macanet de la Selva', ''),
(61954, 209, 2023, 'Maia de Montcal', ''),
(61955, 209, 2023, 'Malgrat de Mar', ''),
(61956, 209, 2023, 'Manlleu', ''),
(61957, 209, 2023, 'Manresa', ''),
(61958, 209, 2023, 'Marganell', ''),
(61959, 209, 2023, 'Martorell', ''),
(61960, 209, 2023, 'Masllorenc', ''),
(61961, 209, 2023, 'Masquefa', ''),
(61962, 209, 2023, 'Matadepera', ''),
(61963, 209, 2023, 'Mataró', ''),
(61964, 209, 2023, 'Medinya', ''),
(61965, 209, 2023, 'Mediona', ''),
(61966, 209, 2023, 'Miami Platja', ''),
(61967, 209, 2023, 'Miralcamp', ''),
(61968, 209, 2023, 'Moia', ''),
(61969, 209, 2023, 'Moja', ''),
(61970, 209, 2023, 'Molins de Rei', ''),
(61971, 209, 2023, 'Mollerussa', ''),
(61972, 209, 2023, 'Mollet del Vallès', ''),
(61973, 209, 2023, 'Monistrol de Calders', ''),
(61974, 209, 2023, 'Monistrol de Montserrat', ''),
(61975, 209, 2023, 'Mont', ''),
(61976, 209, 2023, 'Mont-roig del Camp', ''),
(61977, 209, 2023, 'Montblanc', ''),
(61978, 209, 2023, 'Montcada i Reixac', ''),
(61979, 209, 2023, 'Montesquiu', ''),
(61980, 209, 2023, 'Montgat', ''),
(61981, 209, 2023, 'Montmeló', ''),
(61982, 209, 2023, 'Montornès del Vallès', ''),
(61983, 209, 2023, 'Móra d\'Ebre', ''),
(61984, 209, 2023, 'Muntanyola', ''),
(61985, 209, 2023, 'Navarcles', ''),
(61986, 209, 2023, 'Navàs', ''),
(61987, 209, 2023, 'Navata', ''),
(61988, 209, 2023, 'Odena', ''),
(61989, 209, 2023, 'Olerdola', ''),
(61990, 209, 2023, 'Olesa de Bonesvalls', ''),
(61991, 209, 2023, 'Olesa de Montserrat', ''),
(61992, 209, 2023, 'Olivella', ''),
(61993, 209, 2023, 'Olost', ''),
(61994, 209, 2023, 'Olot', ''),
(61995, 209, 2023, 'Ordal', ''),
(61996, 209, 2023, 'Orista', ''),
(61997, 209, 2023, 'Orpi', ''),
(61998, 209, 2023, 'Pacs del Penedes', ''),
(61999, 209, 2023, 'Palafolls', ''),
(62000, 209, 2023, 'Palafrugell', ''),
(62001, 209, 2023, 'Palamós', ''),
(62002, 209, 2023, 'Palau', ''),
(62003, 209, 2023, 'Pallejà', ''),
(62004, 209, 2023, 'Pals', ''),
(62005, 209, 2023, 'Parets del Vallès', ''),
(62006, 209, 2023, 'Perafort', ''),
(62007, 209, 2023, 'Peramola', ''),
(62008, 209, 2023, 'Piera', ''),
(62009, 209, 2023, 'Pineda de Mar', ''),
(62010, 209, 2023, 'Planoles', ''),
(62011, 209, 2023, 'Platja d\'Aro', ''),
(62012, 209, 2023, 'Plegamans', ''),
(62013, 209, 2023, 'Polinya', ''),
(62014, 209, 2023, 'Pontons', ''),
(62015, 209, 2023, 'Ponts', ''),
(62016, 209, 2023, 'Porqueres', ''),
(62017, 209, 2023, 'Portbou', ''),
(62018, 209, 2023, 'Prats de Llucanes', ''),
(62019, 209, 2023, 'Premià de Dalt', ''),
(62020, 209, 2023, 'Premia de Mar', ''),
(62021, 209, 2023, 'Puigcerdà', ''),
(62022, 209, 2023, 'Puigmolto', ''),
(62023, 209, 2023, 'Quart d\'Onyar', ''),
(62024, 209, 2023, 'Queralbs', ''),
(62025, 209, 2023, 'Reus', ''),
(62026, 209, 2023, 'Ribes de Freser', ''),
(62027, 209, 2023, 'Riells i Viabrea', ''),
(62028, 209, 2023, 'Ripoll', ''),
(62029, 209, 2023, 'Ripollet', ''),
(62030, 209, 2023, 'Riudarenes', ''),
(62031, 209, 2023, 'Riudecols', ''),
(62032, 209, 2023, 'Riudellots de la Selva', ''),
(62033, 209, 2023, 'Riudoms', ''),
(62034, 209, 2023, 'Roda de Bara', ''),
(62035, 209, 2023, 'Rodonya', ''),
(62036, 209, 2023, 'Roquetes', ''),
(62037, 209, 2023, 'Roses', ''),
(62038, 209, 2023, 'Rubí', ''),
(62039, 209, 2023, 'Rupit', ''),
(62040, 209, 2023, 'S\'Agaro', ''),
(62041, 209, 2023, 'Sabadell', ''),
(62042, 209, 2023, 'Sagrada Familia', ''),
(62043, 209, 2023, 'Sallent', ''),
(62044, 209, 2023, 'Salomo', ''),
(62045, 209, 2023, 'Salou', ''),
(62046, 209, 2023, 'Salt', ''),
(62047, 209, 2023, 'Sant Adrià de Besòs', ''),
(62048, 209, 2023, 'Sant Amanc', ''),
(62049, 209, 2023, 'Sant Andreu de la Barca', ''),
(62050, 209, 2023, 'Sant Andreu de Llavaneres', ''),
(62051, 209, 2023, 'Sant Antoni de Vilamajor', ''),
(62052, 209, 2023, 'Sant Bartomeu de la Quadra', ''),
(62053, 209, 2023, 'Sant Bartomeu del Grau', ''),
(62054, 209, 2023, 'Sant Boi de Llobregat', ''),
(62055, 209, 2023, 'Sant Carles de la Rapita', ''),
(62056, 209, 2023, 'Sant Cebria de Vallalta', ''),
(62057, 209, 2023, 'Sant Celoni', ''),
(62058, 209, 2023, 'Sant Cugat del Vallès', ''),
(62059, 209, 2023, 'Sant Esteve de Palautordera', ''),
(62060, 209, 2023, 'Sant Esteve Sesrovires', ''),
(62061, 209, 2023, 'Sant Feliu de Codines', ''),
(62062, 209, 2023, 'Sant Feliu de Guíxols', ''),
(62063, 209, 2023, 'Sant Feliu de Llobregat', ''),
(62064, 209, 2023, 'Sant Fruitos de Bages', ''),
(62065, 209, 2023, 'Sant Guim de Freixenet', ''),
(62066, 209, 2023, 'Sant Hilari Sacalm', ''),
(62067, 209, 2023, 'Sant Hipòlit de Voltregà', ''),
(62068, 209, 2023, 'Sant Jaume d\'Enveja', ''),
(62069, 209, 2023, 'Sant Jaume de Llierca', ''),
(62070, 209, 2023, 'Sant Joan de les Abadesses', ''),
(62071, 209, 2023, 'Sant Joan de Vilatorrada', ''),
(62072, 209, 2023, 'Sant Joan Despí', ''),
(62073, 209, 2023, 'Sant Joan les Fonts', ''),
(62074, 209, 2023, 'Sant Julià de Vilatorta', ''),
(62075, 209, 2023, 'Sant Just Desvern', ''),
(62076, 209, 2023, 'Sant Llorenc de Morunys', ''),
(62077, 209, 2023, 'Sant Llorenç Savall', ''),
(62078, 209, 2023, 'Sant Martí de Centelles', ''),
(62079, 209, 2023, 'Sant Mori', ''),
(62080, 209, 2023, 'Sant Pere de Ribes', ''),
(62081, 209, 2023, 'Sant Pere de Vilamajor', ''),
(62082, 209, 2023, 'Sant Pol de Mar', ''),
(62083, 209, 2023, 'Sant Quirze de Besora', ''),
(62084, 209, 2023, 'Sant Quirze Safaja', ''),
(62085, 209, 2023, 'Sant Sadurni d\'Anoia', ''),
(62086, 209, 2023, 'Sant Salvador de Guardiola', ''),
(62087, 209, 2023, 'Sant Vicenc de Castellet', ''),
(62088, 209, 2023, 'Sant Vicenc de Montalt', ''),
(62089, 209, 2023, 'Sant Vicenç dels Horts', ''),
(62090, 209, 2023, 'Santa Barbara', ''),
(62091, 209, 2023, 'Santa Coloma de Cervelló', ''),
(62092, 209, 2023, 'Santa Coloma de Farners', ''),
(62093, 209, 2023, 'Santa Coloma de Gramenet', ''),
(62094, 209, 2023, 'Santa Coloma de Queralt', ''),
(62095, 209, 2023, 'Santa Cristina de Aro', ''),
(62096, 209, 2023, 'Santa Maria de Corcó', ''),
(62097, 209, 2023, 'Santa Maria de Palautordera', ''),
(62098, 209, 2023, 'Santa Pau', ''),
(62099, 209, 2023, 'Santa Perpetua de Gaia', ''),
(62100, 209, 2023, 'Santa Perpetua de Mogoda', ''),
(62101, 209, 2023, 'Santa Susanna', ''),
(62102, 209, 2023, 'Sarria de Ter', ''),
(62103, 209, 2023, 'Sarroca de Lleida', ''),
(62104, 209, 2023, 'Sentmenat', ''),
(62105, 209, 2023, 'Serinya', ''),
(62106, 209, 2023, 'Seva', ''),
(62107, 209, 2023, 'Sils', ''),
(62108, 209, 2023, 'Sitges', ''),
(62109, 209, 2023, 'Solsona', ''),
(62110, 209, 2023, 'Subirats', ''),
(62111, 209, 2023, 'Súria', ''),
(62112, 209, 2023, 'Talarn', ''),
(62113, 209, 2023, 'Tamariu', ''),
(62114, 209, 2023, 'Taradell', ''),
(62115, 209, 2023, 'Tarragona', ''),
(62116, 209, 2023, 'Tarrega', ''),
(62117, 209, 2023, 'Teià', ''),
(62118, 209, 2023, 'Terrassa', ''),
(62119, 209, 2023, 'Tiana', ''),
(62120, 209, 2023, 'Tona', ''),
(62121, 209, 2023, 'Tora de Riubregos', ''),
(62122, 209, 2023, 'Tordera', ''),
(62123, 209, 2023, 'Torelló', ''),
(62124, 209, 2023, 'Torrebesses', ''),
(62125, 209, 2023, 'Torredembarra', ''),
(62126, 209, 2023, 'Torrefarrera', ''),
(62127, 209, 2023, 'Torrelles de Llobregat', ''),
(62128, 209, 2023, 'Torrent', ''),
(62129, 209, 2023, 'Torroella de Montgri', ''),
(62130, 209, 2023, 'Tortosa', ''),
(62131, 209, 2023, 'Tossa de Mar', ''),
(62132, 209, 2023, 'Tremp', ''),
(62133, 209, 2023, 'Ulla', ''),
(62134, 209, 2023, 'Ullastrell', ''),
(62135, 209, 2023, 'Ulldecona', ''),
(62136, 209, 2023, 'Vacarisses', ''),
(62137, 209, 2023, 'Valldoreix', ''),
(62138, 209, 2023, 'Vallfogona de Balaguer', ''),
(62139, 209, 2023, 'Vallgorguina', ''),
(62140, 209, 2023, 'Vallirana', ''),
(62141, 209, 2023, 'Valls', ''),
(62142, 209, 2023, 'Verdu', ''),
(62143, 209, 2023, 'Verges', ''),
(62144, 209, 2023, 'Vespella de Gaia', ''),
(62145, 209, 2023, 'Vic', ''),
(62146, 209, 2023, 'Vidra', ''),
(62147, 209, 2023, 'Vidreres', ''),
(62148, 209, 2023, 'Vila-seca', ''),
(62149, 209, 2023, 'Vilabella', ''),
(62150, 209, 2023, 'Vilabertran', ''),
(62151, 209, 2023, 'Viladecans', ''),
(62152, 209, 2023, 'Viladecavalls', ''),
(62153, 209, 2023, 'Vilademuls', ''),
(62154, 209, 2023, 'Viladordis', ''),
(62155, 209, 2023, 'Viladrau', ''),
(62156, 209, 2023, 'Vilafant', ''),
(62157, 209, 2023, 'Vilafranca del Penedès', ''),
(62158, 209, 2023, 'Vilajuiga', ''),
(62159, 209, 2023, 'Vilallonga de Ter', ''),
(62160, 209, 2023, 'Vilamalla', ''),
(62161, 209, 2023, 'Vilamitjana', ''),
(62162, 209, 2023, 'Vilanova de Segriá', ''),
(62163, 209, 2023, 'Vilanova del Camí', ''),
(62164, 209, 2023, 'Vilanova i la Geltrú', ''),
(62165, 209, 2023, 'Vilarnadal', ''),
(62166, 209, 2023, 'Vilassar de Dalt', ''),
(62167, 209, 2023, 'Vilassar de Mar', ''),
(62168, 209, 2023, 'Vilaverd', ''),
(62169, 209, 2023, 'Vinyols i els Arcs', ''),
(62170, 209, 2023, 'Vulpellac', ''),
(62171, 209, 2024, 'Ceuta', ''),
(62172, 209, 2025, 'Aceituna', ''),
(62173, 209, 2025, 'Alburquerque', ''),
(62174, 209, 2025, 'Alcantara', ''),
(62175, 209, 2025, 'Alconera', ''),
(62176, 209, 2025, 'Almendralejo', ''),
(62177, 209, 2025, 'Almoharin', ''),
(62178, 209, 2025, 'Badajoz', ''),
(62179, 209, 2025, 'Barcarrota', ''),
(62180, 209, 2025, 'Barrado', ''),
(62181, 209, 2025, 'Belen', ''),
(62182, 209, 2025, 'Bodonal de la Sierra', ''),
(62183, 209, 2025, 'Cáceres', ''),
(62184, 209, 2025, 'Calamonte', ''),
(62185, 209, 2025, 'Capela', ''),
(62186, 209, 2025, 'Casar de Caceres', ''),
(62187, 209, 2025, 'Casas del Monte', ''),
(62188, 209, 2025, 'Castuera', ''),
(62189, 209, 2025, 'Corchuela', ''),
(62190, 209, 2025, 'Coria', ''),
(62191, 209, 2025, 'Don Benito', ''),
(62192, 209, 2025, 'Fregenal de la Sierra', ''),
(62193, 209, 2025, 'Fresnedoso de Ibor', ''),
(62194, 209, 2025, 'Fuenlabrada de los Montes', ''),
(62195, 209, 2025, 'Fuente del Arco', ''),
(62196, 209, 2025, 'Fuente del Maestre', ''),
(62197, 209, 2025, 'Garrovillas', ''),
(62198, 209, 2025, 'Granja de Torrehermosa', ''),
(62199, 209, 2025, 'Hinojosa del Valle', ''),
(62200, 209, 2025, 'Ibahernando', ''),
(62201, 209, 2025, 'Jaraiz de la Vera', ''),
(62202, 209, 2025, 'Jerez de los Caballeros', ''),
(62203, 209, 2025, 'Jesus', ''),
(62204, 209, 2025, 'La Albuera', ''),
(62205, 209, 2025, 'La Garganta', ''),
(62206, 209, 2025, 'La Haba', ''),
(62207, 209, 2025, 'La Torre', ''),
(62208, 209, 2025, 'Llera', ''),
(62209, 209, 2025, 'Llerena', ''),
(62210, 209, 2025, 'Lobon', ''),
(62211, 209, 2025, 'Los Santos de Maimona', ''),
(62212, 209, 2025, 'Madronera', ''),
(62213, 209, 2025, 'Malpartida de Caceres', ''),
(62214, 209, 2025, 'Malpartida de Plasencia', ''),
(62215, 209, 2025, 'Mérida', ''),
(62216, 209, 2025, 'Miajadas', ''),
(62217, 209, 2025, 'Montehermoso', ''),
(62218, 209, 2025, 'Monterrubio de la Serena', ''),
(62219, 209, 2025, 'Montijo', ''),
(62220, 209, 2025, 'Moraleja', ''),
(62221, 209, 2025, 'Morcillo', ''),
(62222, 209, 2025, 'Navaconcejo', ''),
(62223, 209, 2025, 'Navalmoral de la Mata', ''),
(62224, 209, 2025, 'Navezuelas', ''),
(62225, 209, 2025, 'Oliva de la Frontera', ''),
(62226, 209, 2025, 'Olivenza', ''),
(62227, 209, 2025, 'Peraleda de la Mata', ''),
(62228, 209, 2025, 'Pescueza', ''),
(62229, 209, 2025, 'Piornal', ''),
(62230, 209, 2025, 'Plasencia', ''),
(62231, 209, 2025, 'Plasenzuela', ''),
(62232, 209, 2025, 'Puebla de la Calzada', ''),
(62233, 209, 2025, 'Puebla de la Reina', ''),
(62234, 209, 2025, 'Robledollano', ''),
(62235, 209, 2025, 'Rosalejo', ''),
(62236, 209, 2025, 'Salvatierra de Santiago', ''),
(62237, 209, 2025, 'San Vicente de Alcantara', ''),
(62238, 209, 2025, 'Serradilla', ''),
(62239, 209, 2025, 'Talavera La Real', ''),
(62240, 209, 2025, 'Torre de Don Miguel', ''),
(62241, 209, 2025, 'Torremayor', ''),
(62242, 209, 2025, 'Trujillo', ''),
(62243, 209, 2025, 'Valencia de Alcantara', ''),
(62244, 209, 2025, 'Valencia del Ventoso', ''),
(62245, 209, 2025, 'Villafranca de los Barros', ''),
(62246, 209, 2025, 'Villanueva de la Serena', ''),
(62247, 209, 2025, 'Zafra', ''),
(62248, 209, 2025, 'Zahinos', ''),
(62249, 209, 2026, 'A Coruña', ''),
(62250, 209, 2026, 'A Guarda', ''),
(62251, 209, 2026, 'A Pobra do Caraminal', ''),
(62252, 209, 2026, 'Allariz', ''),
(62253, 209, 2026, 'Alta', ''),
(62254, 209, 2026, 'Ames', ''),
(62255, 209, 2026, 'Ana', ''),
(62256, 209, 2026, 'Arca', ''),
(62257, 209, 2026, 'Ares', ''),
(62258, 209, 2026, 'Arteixo', ''),
(62259, 209, 2026, 'Arzúa', ''),
(62260, 209, 2026, 'Baio', ''),
(62261, 209, 2026, 'Baiona', ''),
(62262, 209, 2026, 'Baralla', ''),
(62263, 209, 2026, 'Barreiros', ''),
(62264, 209, 2026, 'Berdillo', ''),
(62265, 209, 2026, 'Bergondo', ''),
(62266, 209, 2026, 'Betanzos', ''),
(62267, 209, 2026, 'Boiro', ''),
(62268, 209, 2026, 'Borben', ''),
(62269, 209, 2026, 'Brion', ''),
(62270, 209, 2026, 'Budian', ''),
(62271, 209, 2026, 'Bueu', ''),
(62272, 209, 2026, 'Burela de Cabo', ''),
(62273, 209, 2026, 'Cacheiras', ''),
(62274, 209, 2026, 'Caion', ''),
(62275, 209, 2026, 'Camarinas', ''),
(62276, 209, 2026, 'Cambados', ''),
(62277, 209, 2026, 'Cambre', ''),
(62278, 209, 2026, 'Cangas do Morrazo', ''),
(62279, 209, 2026, 'Carballedo', ''),
(62280, 209, 2026, 'Carballo', ''),
(62281, 209, 2026, 'Carnota', ''),
(62282, 209, 2026, 'Carral', ''),
(62283, 209, 2026, 'Casas Novas', ''),
(62284, 209, 2026, 'Castellana', ''),
(62285, 209, 2026, 'Castroverde', ''),
(62286, 209, 2026, 'Catoira', ''),
(62287, 209, 2026, 'Cebolino', ''),
(62288, 209, 2026, 'Cedeira', ''),
(62289, 209, 2026, 'Cee', ''),
(62290, 209, 2026, 'Celanova', ''),
(62291, 209, 2026, 'Cerdeda', ''),
(62292, 209, 2026, 'Cervo', ''),
(62293, 209, 2026, 'Chantada', ''),
(62294, 209, 2026, 'Coles', ''),
(62295, 209, 2026, 'Compostela', ''),
(62296, 209, 2026, 'Corgo', ''),
(62297, 209, 2026, 'Coristanco', ''),
(62298, 209, 2026, 'Corme-Porto', ''),
(62299, 209, 2026, 'Cospeito', ''),
(62300, 209, 2026, 'Costa', ''),
(62301, 209, 2026, 'Cruces', ''),
(62302, 209, 2026, 'Culleredo', ''),
(62303, 209, 2026, 'Curtis', ''),
(62304, 209, 2026, 'Dodro', ''),
(62305, 209, 2026, 'Domaio', ''),
(62306, 209, 2026, 'Dornelas', ''),
(62307, 209, 2026, 'Duarria', ''),
(62308, 209, 2026, 'Dumbria', ''),
(62309, 209, 2026, 'Estrada', ''),
(62310, 209, 2026, 'Fene', ''),
(62311, 209, 2026, 'Ferrol', ''),
(62312, 209, 2026, 'Figueira', ''),
(62313, 209, 2026, 'Fisterra', ''),
(62314, 209, 2026, 'Foz', ''),
(62315, 209, 2026, 'Gondomar', ''),
(62316, 209, 2026, 'Grove, O', ''),
(62317, 209, 2026, 'Guitiriz', ''),
(62318, 209, 2026, 'Lajosa', ''),
(62319, 209, 2026, 'Lalin', ''),
(62320, 209, 2026, 'Laracha', ''),
(62321, 209, 2026, 'Laxe', ''),
(62322, 209, 2026, 'Lestedo', ''),
(62323, 209, 2026, 'Limodre', ''),
(62324, 209, 2026, 'Lousame', ''),
(62325, 209, 2026, 'Lugo', ''),
(62326, 209, 2026, 'Maceda', ''),
(62327, 209, 2026, 'Malpica', ''),
(62328, 209, 2026, 'Marin', ''),
(62329, 209, 2026, 'Maside', ''),
(62330, 209, 2026, 'Meano', ''),
(62331, 209, 2026, 'Meder', ''),
(62332, 209, 2026, 'Mino', ''),
(62333, 209, 2026, 'Moana', ''),
(62334, 209, 2026, 'Moeche', ''),
(62335, 209, 2026, 'Mondariz', ''),
(62336, 209, 2026, 'Monforte de Lemos', ''),
(62337, 209, 2026, 'Monterroso', ''),
(62338, 209, 2026, 'Morana', ''),
(62339, 209, 2026, 'Mos', ''),
(62340, 209, 2026, 'Mugardos', ''),
(62341, 209, 2026, 'Muros', ''),
(62342, 209, 2026, 'Narón', ''),
(62343, 209, 2026, 'Neda', ''),
(62344, 209, 2026, 'Negreira', ''),
(62345, 209, 2026, 'Nigran', ''),
(62346, 209, 2026, 'Noia', ''),
(62347, 209, 2026, 'O Barco de Valdeorras', ''),
(62348, 209, 2026, 'O Carballino', ''),
(62349, 209, 2026, 'O Ezaro', ''),
(62350, 209, 2026, 'O Grove', ''),
(62351, 209, 2026, 'Oleiros', ''),
(62352, 209, 2026, 'Ordes', ''),
(62353, 209, 2026, 'Oroso', ''),
(62354, 209, 2026, 'Oseiro', ''),
(62355, 209, 2026, 'Ourense', ''),
(62356, 209, 2026, 'Outes', ''),
(62357, 209, 2026, 'Oza', ''),
(62358, 209, 2026, 'Paderne', ''),
(62359, 209, 2026, 'Padrón', ''),
(62360, 209, 2026, 'Pastoriza', ''),
(62361, 209, 2026, 'Pereiro de Aguiar', ''),
(62362, 209, 2026, 'Perillo', ''),
(62363, 209, 2026, 'Poboa de San Xulian', ''),
(62364, 209, 2026, 'Poio', ''),
(62365, 209, 2026, 'Ponteareas', ''),
(62366, 209, 2026, 'Ponteceso', ''),
(62367, 209, 2026, 'Pontedeume', ''),
(62368, 209, 2026, 'Pontevedra', ''),
(62369, 209, 2026, 'Porrino', ''),
(62370, 209, 2026, 'Portonovo', ''),
(62371, 209, 2026, 'Quiroga', ''),
(62372, 209, 2026, 'Rabade', ''),
(62373, 209, 2026, 'Rairiz de Veiga', ''),
(62374, 209, 2026, 'Razo', ''),
(62375, 209, 2026, 'Rebordanes', ''),
(62376, 209, 2026, 'Redes', ''),
(62377, 209, 2026, 'Redondela', ''),
(62378, 209, 2026, 'Rianxo', ''),
(62379, 209, 2026, 'Ribadavia', ''),
(62380, 209, 2026, 'Ribadeo', ''),
(62381, 209, 2026, 'Ribeira', ''),
(62382, 209, 2026, 'Roupar', ''),
(62383, 209, 2026, 'Sada', ''),
(62384, 209, 2026, 'Salceda', ''),
(62385, 209, 2026, 'San Ciprian de Vinas', ''),
(62386, 209, 2026, 'San Cristobal', ''),
(62387, 209, 2026, 'San Roman', ''),
(62388, 209, 2026, 'Santa Comba', ''),
(62389, 209, 2026, 'Santa Marta de Ortigueira', ''),
(62390, 209, 2026, 'Santa Uxia de Ribeira', ''),
(62391, 209, 2026, 'Santiago de Compostela', ''),
(62392, 209, 2026, 'Sanxenxo', ''),
(62393, 209, 2026, 'Sigueiro', ''),
(62394, 209, 2026, 'Silleda', ''),
(62395, 209, 2026, 'Soutelo', ''),
(62396, 209, 2026, 'Taboada', ''),
(62397, 209, 2026, 'Taboadela', ''),
(62398, 209, 2026, 'Tameiga', ''),
(62399, 209, 2026, 'Teo', ''),
(62400, 209, 2026, 'Tomeza', ''),
(62401, 209, 2026, 'Tomino', ''),
(62402, 209, 2026, 'Trabada', ''),
(62403, 209, 2026, 'Trazo', ''),
(62404, 209, 2026, 'Triacastela', ''),
(62405, 209, 2026, 'Trives', ''),
(62406, 209, 2026, 'Tui', ''),
(62407, 209, 2026, 'Valdovino', ''),
(62408, 209, 2026, 'Valga', ''),
(62409, 209, 2026, 'Vedra', ''),
(62410, 209, 2026, 'Verin', ''),
(62411, 209, 2026, 'Viana', ''),
(62412, 209, 2026, 'Viceso', ''),
(62413, 209, 2026, 'Vigo', ''),
(62414, 209, 2026, 'Vila', ''),
(62415, 209, 2026, 'Vilagarcia de Arousa', ''),
(62416, 209, 2026, 'Vilalba', ''),
(62417, 209, 2026, 'Vimianzo', ''),
(62418, 209, 2026, 'Viveiro', ''),
(62419, 209, 2026, 'Xinzo de Limia', ''),
(62420, 209, 2026, 'Xove', ''),
(62421, 209, 2026, 'Xuno', ''),
(62422, 209, 2027, 'Agoncillo', ''),
(62423, 209, 2027, 'Albelda de Iregua', ''),
(62424, 209, 2027, 'Aldeanueva de Ebro', ''),
(62425, 209, 2027, 'Alesanco', ''),
(62426, 209, 2027, 'Alfaro', ''),
(62427, 209, 2027, 'Arnedo', ''),
(62428, 209, 2027, 'Ausejo', ''),
(62429, 209, 2027, 'Banos de Rio Tobia', ''),
(62430, 209, 2027, 'Calahorra', ''),
(62431, 209, 2027, 'Casalarreina', ''),
(62432, 209, 2027, 'Cenicero', ''),
(62433, 209, 2027, 'Corera', ''),
(62434, 209, 2027, 'Fuenmayor', ''),
(62435, 209, 2027, 'Granon', ''),
(62436, 209, 2027, 'Haro', ''),
(62437, 209, 2027, 'Lardero', ''),
(62438, 209, 2027, 'Logroño', ''),
(62439, 209, 2027, 'Nájera', ''),
(62440, 209, 2027, 'Navarrete', ''),
(62441, 209, 2027, 'Ortigosa', ''),
(62442, 209, 2027, 'Penaloscintos', ''),
(62443, 209, 2027, 'Pradejon', ''),
(62444, 209, 2027, 'Quel', ''),
(62445, 209, 2027, 'Rincon de Soto', ''),
(62446, 209, 2027, 'Santo Domingo de la Calzada', ''),
(62447, 209, 2027, 'Villamediana de Iregua', ''),
(62448, 209, 2027, 'Villaseca', ''),
(62449, 209, 2028, 'Ajalvir', ''),
(62450, 209, 2028, 'Alalpardo', ''),
(62451, 209, 2028, 'Alcalá de Henares', ''),
(62452, 209, 2028, 'Alcobendas', ''),
(62453, 209, 2028, 'Alcorcón', ''),
(62454, 209, 2028, 'Algete', ''),
(62455, 209, 2028, 'Alpedrete', ''),
(62456, 209, 2028, 'Aranjuez', ''),
(62457, 209, 2028, 'Arganda', ''),
(62458, 209, 2028, 'Arroyomolinos', ''),
(62459, 209, 2028, 'Becerril de la Sierra', ''),
(62460, 209, 2028, 'Boadilla del Monte', ''),
(62461, 209, 2028, 'Brunete', ''),
(62462, 209, 2028, 'Buitrago del Lozoya', ''),
(62463, 209, 2028, 'Cadalso de los Vidrios', ''),
(62464, 209, 2028, 'Camarma de Esteruelas', ''),
(62465, 209, 2028, 'Cerceda', ''),
(62466, 209, 2028, 'Cercedilla', ''),
(62467, 209, 2028, 'Chapineria', ''),
(62468, 209, 2028, 'Chinchón', ''),
(62469, 209, 2028, 'Ciempozuelos', ''),
(62470, 209, 2028, 'Cobena', ''),
(62471, 209, 2028, 'Collado Mediano', ''),
(62472, 209, 2028, 'Collado Villalba', ''),
(62473, 209, 2028, 'Colmenar de Oreja', ''),
(62474, 209, 2028, 'Colmenar Viejo', ''),
(62475, 209, 2028, 'Colmenarejo', ''),
(62476, 209, 2028, 'Coslada', ''),
(62477, 209, 2028, 'Cubas', ''),
(62478, 209, 2028, 'Daganzo de Arriba', ''),
(62479, 209, 2028, 'El Alamo', ''),
(62480, 209, 2028, 'El Escorial', ''),
(62481, 209, 2028, 'El Molar', ''),
(62482, 209, 2028, 'Entrevias', ''),
(62483, 209, 2028, 'Fresno de Torote', ''),
(62484, 209, 2028, 'Fuenlabrada', ''),
(62485, 209, 2028, 'Fuente el Saz', ''),
(62486, 209, 2028, 'Galapagar', ''),
(62487, 209, 2028, 'Getafe', ''),
(62488, 209, 2028, 'Grinon', ''),
(62489, 209, 2028, 'Guadalix de la Sierra', ''),
(62490, 209, 2028, 'Guadarrama', ''),
(62491, 209, 2028, 'Hoyo de Manzanares', ''),
(62492, 209, 2028, 'Humanes de Madrid', ''),
(62493, 209, 2028, 'La Cabrera', ''),
(62494, 209, 2028, 'Las Matas', ''),
(62495, 209, 2028, 'Las Rozas de Madrid', ''),
(62496, 209, 2028, 'Leganés', ''),
(62497, 209, 2028, 'Loeches', ''),
(62498, 209, 2028, 'Los Hueros', ''),
(62499, 209, 2028, 'Los Molinos', ''),
(62500, 209, 2028, 'Los Santos de la Humosa', ''),
(62501, 209, 2028, 'Madrid', ''),
(62502, 209, 2028, 'Majadahonda', ''),
(62503, 209, 2028, 'Manzanares el Real', ''),
(62504, 209, 2028, 'Meco', ''),
(62505, 209, 2028, 'Mejorada del Campo', ''),
(62506, 209, 2028, 'Miraflores de la Sierra', ''),
(62507, 209, 2028, 'Moraleja de Enmedio', ''),
(62508, 209, 2028, 'Moralzarzal', ''),
(62509, 209, 2028, 'Morata de Tajuna', ''),
(62510, 209, 2028, 'Mostoles', ''),
(62511, 209, 2028, 'Navacerrada', ''),
(62512, 209, 2028, 'Navalagamella', ''),
(62513, 209, 2028, 'Navalcarnero', ''),
(62514, 209, 2028, 'Nuevo Baztan', ''),
(62515, 209, 2028, 'Paracuellos de Jarama', ''),
(62516, 209, 2028, 'Parla', ''),
(62517, 209, 2028, 'Parquelagos', ''),
(62518, 209, 2028, 'Pedrezuela', ''),
(62519, 209, 2028, 'Pelayos de la Presa', ''),
(62520, 209, 2028, 'Perales de Tajuna', ''),
(62521, 209, 2028, 'Pezuela de las Torres', ''),
(62522, 209, 2028, 'Pinto', ''),
(62523, 209, 2028, 'Pozuelo de Alarcón', ''),
(62524, 209, 2028, 'Pozuelo del Rey', ''),
(62525, 209, 2028, 'Quijorna', ''),
(62526, 209, 2028, 'Rascafria', ''),
(62527, 209, 2028, 'Robledo de Chavela', ''),
(62528, 209, 2028, 'San Agustin de Guadalix', ''),
(62529, 209, 2028, 'San Blas', ''),
(62530, 209, 2028, 'San Fernando de Henares', ''),
(62531, 209, 2028, 'San Martin de la Vega', ''),
(62532, 209, 2028, 'San Sebastián de los Reyes', ''),
(62533, 209, 2028, 'Santa Maria de la Alameda', ''),
(62534, 209, 2028, 'Serranillos del Valle', ''),
(62535, 209, 2028, 'Sevilla La Nueva', ''),
(62536, 209, 2028, 'Somosierra', ''),
(62537, 209, 2028, 'Talamanca de Jarama', ''),
(62538, 209, 2028, 'Tielmes', ''),
(62539, 209, 2028, 'Titulcia', ''),
(62540, 209, 2028, 'Torrejón de Ardoz', ''),
(62541, 209, 2028, 'Torrejon de la Calzada', ''),
(62542, 209, 2028, 'Torrejon de Velasco', ''),
(62543, 209, 2028, 'Torrelodones', ''),
(62544, 209, 2028, 'Torremocha de Jarama', ''),
(62545, 209, 2028, 'Tres Cantos', ''),
(62546, 209, 2028, 'Urbanizacion Ciudad Jardin', ''),
(62547, 209, 2028, 'Vaciamadrid', ''),
(62548, 209, 2028, 'Valdemoro', ''),
(62549, 209, 2028, 'Valdepielagos', ''),
(62550, 209, 2028, 'Valdetorres de Jarama', ''),
(62551, 209, 2028, 'Valdilecha', ''),
(62552, 209, 2028, 'Velilla de San Antonio', ''),
(62553, 209, 2028, 'Villalbilla', ''),
(62554, 209, 2028, 'Villamanta', ''),
(62555, 209, 2028, 'Villanueva de la Canada', ''),
(62556, 209, 2028, 'Villanueva del Pardillo', ''),
(62557, 209, 2028, 'Villarejo de Salvanes', ''),
(62558, 209, 2028, 'Villaviciosa de Odon', ''),
(62559, 209, 2028, 'Zarzalejo', ''),
(62560, 209, 2029, 'Melilla', ''),
(62561, 209, 2030, 'Abaran', ''),
(62562, 209, 2030, 'Águilas', ''),
(62563, 209, 2030, 'Alcantarilla', ''),
(62564, 209, 2030, 'Algar', ''),
(62565, 209, 2030, 'Alguazas', ''),
(62566, 209, 2030, 'Alhama de Murcia', ''),
(62567, 209, 2030, 'Aljucer', ''),
(62568, 209, 2030, 'Alquerias', ''),
(62569, 209, 2030, 'Alumbres', ''),
(62570, 209, 2030, 'Archena', ''),
(62571, 209, 2030, 'Beniel', ''),
(62572, 209, 2030, 'Blanca', ''),
(62573, 209, 2030, 'Bullas', ''),
(62574, 209, 2030, 'Cabezo de Torres', ''),
(62575, 209, 2030, 'Cala Reona', ''),
(62576, 209, 2030, 'Calasparra', ''),
(62577, 209, 2030, 'Campos del Rio', ''),
(62578, 209, 2030, 'Caravaca', ''),
(62579, 209, 2030, 'Cartagena', ''),
(62580, 209, 2030, 'Cehegín', ''),
(62581, 209, 2030, 'Ceuti', ''),
(62582, 209, 2030, 'Churra', ''),
(62583, 209, 2030, 'Cieza', ''),
(62584, 209, 2030, 'Cuevas de Reyllo', ''),
(62585, 209, 2030, 'El Palmar', ''),
(62586, 209, 2030, 'El Raal', ''),
(62587, 209, 2030, 'Espinardo', ''),
(62588, 209, 2030, 'Fortuna', ''),
(62589, 209, 2030, 'Jabali Nuevo', ''),
(62590, 209, 2030, 'Jumilla', ''),
(62591, 209, 2030, 'La Nora', ''),
(62592, 209, 2030, 'La Unión', ''),
(62593, 209, 2030, 'Las Torres de Cotillas', ''),
(62594, 209, 2030, 'Librilla', ''),
(62595, 209, 2030, 'Llano', ''),
(62596, 209, 2030, 'Llano del Beal', ''),
(62597, 209, 2030, 'Lobosillo', ''),
(62598, 209, 2030, 'Lorca', ''),
(62599, 209, 2030, 'Lorqui', ''),
(62600, 209, 2030, 'Los Alcazares', ''),
(62601, 209, 2030, 'Los Garres', ''),
(62602, 209, 2030, 'Los Palacios', ''),
(62603, 209, 2030, 'Mazarrón', ''),
(62604, 209, 2030, 'Mirador', ''),
(62605, 209, 2030, 'Molina de Segura', ''),
(62606, 209, 2030, 'Moratalla', ''),
(62607, 209, 2030, 'Mula', ''),
(62608, 209, 2030, 'Murcia', ''),
(62609, 209, 2030, 'Pozo-Estrecho', ''),
(62610, 209, 2030, 'Puerto Lumbreras', ''),
(62611, 209, 2030, 'Roldan', ''),
(62612, 209, 2030, 'San Cayetano', ''),
(62613, 209, 2030, 'San Isidro', ''),
(62614, 209, 2030, 'San Javier', ''),
(62615, 209, 2030, 'San Pedro del Pinatar', ''),
(62616, 209, 2030, 'Sangonera la Verde', ''),
(62617, 209, 2030, 'Santiago de la Ribera', ''),
(62618, 209, 2030, 'Santo Angel', ''),
(62619, 209, 2030, 'Santomera', ''),
(62620, 209, 2030, 'Sucina', ''),
(62621, 209, 2030, 'Torre-Pacheco', ''),
(62622, 209, 2030, 'Torreaguera', ''),
(62623, 209, 2030, 'Totana', ''),
(62624, 209, 2030, 'Yecla', ''),
(62625, 209, 2031, 'Allo', ''),
(62626, 209, 2031, 'Alsasua – Altsasu', ''),
(62627, 209, 2031, 'Andosilla', ''),
(62628, 209, 2031, 'Aoiz', ''),
(62629, 209, 2031, 'Arantza', ''),
(62630, 209, 2031, 'Arguedas', ''),
(62631, 209, 2031, 'Arostegui', ''),
(62632, 209, 2031, 'Arre', ''),
(62633, 209, 2031, 'Arroniz', ''),
(62634, 209, 2031, 'Artajona', ''),
(62635, 209, 2031, 'Artaza', ''),
(62636, 209, 2031, 'Artika', ''),
(62637, 209, 2031, 'Atarrabia', ''),
(62638, 209, 2031, 'Ayegui', ''),
(62639, 209, 2031, 'Azagra', ''),
(62640, 209, 2031, 'Badostain', ''),
(62641, 209, 2031, 'Baranain', ''),
(62642, 209, 2031, 'Bera', ''),
(62643, 209, 2031, 'Beriain', ''),
(62644, 209, 2031, 'Berriobeiti', ''),
(62645, 209, 2031, 'Berriozar', ''),
(62646, 209, 2031, 'Burlata', ''),
(62647, 209, 2031, 'Cabanillas', ''),
(62648, 209, 2031, 'Cadreita', ''),
(62649, 209, 2031, 'Caparroso', ''),
(62650, 209, 2031, 'Carcastillo', ''),
(62651, 209, 2031, 'Cascante', ''),
(62652, 209, 2031, 'Cintruénigo', ''),
(62653, 209, 2031, 'Cizur Mayor', ''),
(62654, 209, 2031, 'Cizur Menor', ''),
(62655, 209, 2031, 'Corella', ''),
(62656, 209, 2031, 'Cortes', ''),
(62657, 209, 2031, 'Dicastillo', ''),
(62658, 209, 2031, 'Egues-Uharte', ''),
(62659, 209, 2031, 'Elizondo', ''),
(62660, 209, 2031, 'Esparza', ''),
(62661, 209, 2031, 'Esquiroz', ''),
(62662, 209, 2031, 'Estella-Lizarra', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(62663, 209, 2031, 'Falces', ''),
(62664, 209, 2031, 'Fitero', ''),
(62665, 209, 2031, 'Funes', ''),
(62666, 209, 2031, 'Fustinana', ''),
(62667, 209, 2031, 'Gorraiz', ''),
(62668, 209, 2031, 'Huarte-Araquil', ''),
(62669, 209, 2031, 'Igantzi', ''),
(62670, 209, 2031, 'Larraga', ''),
(62671, 209, 2031, 'Larrasoana', ''),
(62672, 209, 2031, 'Leitza', ''),
(62673, 209, 2031, 'Lekunberri', ''),
(62674, 209, 2031, 'Lesaka', ''),
(62675, 209, 2031, 'Lizoain', ''),
(62676, 209, 2031, 'Lodosa', ''),
(62677, 209, 2031, 'Los Arcos', ''),
(62678, 209, 2031, 'Lumbier', ''),
(62679, 209, 2031, 'Marcilla', ''),
(62680, 209, 2031, 'Mendavia', ''),
(62681, 209, 2031, 'Mendigorria', ''),
(62682, 209, 2031, 'Murchante', ''),
(62683, 209, 2031, 'Mutilva Baja', ''),
(62684, 209, 2031, 'Noain', ''),
(62685, 209, 2031, 'Olazagutia', ''),
(62686, 209, 2031, 'Olite', ''),
(62687, 209, 2031, 'Orcoyen', ''),
(62688, 209, 2031, 'Oronoz', ''),
(62689, 209, 2031, 'Oteiza', ''),
(62690, 209, 2031, 'Pamplona', ''),
(62691, 209, 2031, 'Peralta – Azkoien', ''),
(62692, 209, 2031, 'Ribaforada', ''),
(62693, 209, 2031, 'San Adrian', ''),
(62694, 209, 2031, 'Sangüesa', ''),
(62695, 209, 2031, 'Tafalla', ''),
(62696, 209, 2031, 'Tudela', ''),
(62697, 209, 2031, 'Urdiain', ''),
(62698, 209, 2031, 'Uscarres', ''),
(62699, 209, 2031, 'Viana', ''),
(62700, 209, 2031, 'Villafranca', ''),
(62701, 209, 2031, 'Ziga', ''),
(62702, 209, 2031, 'Zubieta', ''),
(62703, 209, 2032, 'Alava', ''),
(62704, 209, 2032, 'Anleo', ''),
(62705, 209, 2032, 'Arriondas', ''),
(62706, 209, 2032, 'Avilés', ''),
(62707, 209, 2032, 'Berron', ''),
(62708, 209, 2032, 'Bimenes', ''),
(62709, 209, 2032, 'Cabanaquinta', ''),
(62710, 209, 2032, 'Caborana', ''),
(62711, 209, 2032, 'Canal', ''),
(62712, 209, 2032, 'Cancienes', ''),
(62713, 209, 2032, 'Candas', ''),
(62714, 209, 2032, 'Cangas de Onis', ''),
(62715, 209, 2032, 'Cangas del Narcea', ''),
(62716, 209, 2032, 'Caravia', ''),
(62717, 209, 2032, 'Castandiello', ''),
(62718, 209, 2032, 'Castrillon', ''),
(62719, 209, 2032, 'Cenero', ''),
(62720, 209, 2032, 'Ciano', ''),
(62721, 209, 2032, 'Colloto', ''),
(62722, 209, 2032, 'Colombres', ''),
(62723, 209, 2032, 'Cudillero', ''),
(62724, 209, 2032, 'El entrego', ''),
(62725, 209, 2032, 'El Franco', ''),
(62726, 209, 2032, 'Gijón', ''),
(62727, 209, 2032, 'Grado', ''),
(62728, 209, 2032, 'Illas', ''),
(62729, 209, 2032, 'La Arena', ''),
(62730, 209, 2032, 'La Caridad', ''),
(62731, 209, 2032, 'La Felguera', ''),
(62732, 209, 2032, 'La Peral', ''),
(62733, 209, 2032, 'La Vega', ''),
(62734, 209, 2032, 'Langreo', ''),
(62735, 209, 2032, 'Las Arenas de Cabrales', ''),
(62736, 209, 2032, 'Llanera', ''),
(62737, 209, 2032, 'Llanes', ''),
(62738, 209, 2032, 'Llaranes', ''),
(62739, 209, 2032, 'Luanco', ''),
(62740, 209, 2032, 'Luarca', ''),
(62741, 209, 2032, 'Lugones', ''),
(62742, 209, 2032, 'Mieres', ''),
(62743, 209, 2032, 'Moreda', ''),
(62744, 209, 2032, 'Muros de Nalon', ''),
(62745, 209, 2032, 'Navia', ''),
(62746, 209, 2032, 'Nora', ''),
(62747, 209, 2032, 'Norena', ''),
(62748, 209, 2032, 'Nueva', ''),
(62749, 209, 2032, 'Oviedo', ''),
(62750, 209, 2032, 'Para', ''),
(62751, 209, 2032, 'Piedras Blancas', ''),
(62752, 209, 2032, 'Pilona', ''),
(62753, 209, 2032, 'Pola de Laviana', ''),
(62754, 209, 2032, 'Pola de Lena', ''),
(62755, 209, 2032, 'Pola de Siero', ''),
(62756, 209, 2032, 'Pravia', ''),
(62757, 209, 2032, 'Puerto de Vega', ''),
(62758, 209, 2032, 'Ribadesella', ''),
(62759, 209, 2032, 'Salas', ''),
(62760, 209, 2032, 'Salinas', ''),
(62761, 209, 2032, 'San Felix', ''),
(62762, 209, 2032, 'Santa Eulalia', ''),
(62763, 209, 2032, 'Seoane', ''),
(62764, 209, 2032, 'Soto del Barco', ''),
(62765, 209, 2032, 'Sotrondio', ''),
(62766, 209, 2032, 'Sueiro', ''),
(62767, 209, 2032, 'Tineo', ''),
(62768, 209, 2032, 'Udrion', ''),
(62769, 209, 2032, 'Ujo', ''),
(62770, 209, 2032, 'Vegadeo', ''),
(62771, 209, 2032, 'Villaviciosa', ''),
(62772, 209, 2033, 'Agost', ''),
(62773, 209, 2033, 'Agullent', ''),
(62774, 209, 2033, 'Aielo de Malferit', ''),
(62775, 209, 2033, 'Alaquas', ''),
(62776, 209, 2033, 'Albaida', ''),
(62777, 209, 2033, 'Albal', ''),
(62778, 209, 2033, 'Albalat de la Ribera', ''),
(62779, 209, 2033, 'Albatera', ''),
(62780, 209, 2033, 'Alberic', ''),
(62781, 209, 2033, 'Alboraya', ''),
(62782, 209, 2033, 'Albuixech', ''),
(62783, 209, 2033, 'Alcala de la Jovada', ''),
(62784, 209, 2033, 'Alcala de Xivert', ''),
(62785, 209, 2033, 'Alcalali', ''),
(62786, 209, 2033, 'Alcasser', ''),
(62787, 209, 2033, 'Alcocer de Planes', ''),
(62788, 209, 2033, 'Alcossebre', ''),
(62789, 209, 2033, 'Alcoy', ''),
(62790, 209, 2033, 'Alcudia', ''),
(62791, 209, 2033, 'Alcudia de Veo', ''),
(62792, 209, 2033, 'Aldaia', ''),
(62793, 209, 2033, 'Alfafar', ''),
(62794, 209, 2033, 'Alfara del Patriarca', ''),
(62795, 209, 2033, 'Alfarp', ''),
(62796, 209, 2033, 'Alfarrasi', ''),
(62797, 209, 2033, 'Alfauir', ''),
(62798, 209, 2033, 'Alfondeguilla', ''),
(62799, 209, 2033, 'Algemesi', ''),
(62800, 209, 2033, 'Alginet', ''),
(62801, 209, 2033, 'Algorfa', ''),
(62802, 209, 2033, 'Alicante', ''),
(62803, 209, 2033, 'Almassera', ''),
(62804, 209, 2033, 'Almassora', ''),
(62805, 209, 2033, 'Almenara', ''),
(62806, 209, 2033, 'Almoradi', ''),
(62807, 209, 2033, 'Almussafes', ''),
(62808, 209, 2033, 'Altea', ''),
(62809, 209, 2033, 'Altura', ''),
(62810, 209, 2033, 'Alzira', ''),
(62811, 209, 2033, 'Ares', ''),
(62812, 209, 2033, 'Artana', ''),
(62813, 209, 2033, 'Aspe', ''),
(62814, 209, 2033, 'Azuebar', ''),
(62815, 209, 2033, 'Barx', ''),
(62816, 209, 2033, 'Barxeta', ''),
(62817, 209, 2033, 'Benaguasil', ''),
(62818, 209, 2033, 'Beneixida', ''),
(62819, 209, 2033, 'Benejuzar', ''),
(62820, 209, 2033, 'Benetusser', ''),
(62821, 209, 2033, 'Benferri', ''),
(62822, 209, 2033, 'Benicarló', ''),
(62823, 209, 2033, 'Benicassim', ''),
(62824, 209, 2033, 'Benidorm', ''),
(62825, 209, 2033, 'Benifaio', ''),
(62826, 209, 2033, 'Benifairo de Valldigna', ''),
(62827, 209, 2033, 'Beniganim', ''),
(62828, 209, 2033, 'Benijofar', ''),
(62829, 209, 2033, 'Benimagrell', ''),
(62830, 209, 2033, 'Benimamet', ''),
(62831, 209, 2033, 'Benimuslem', ''),
(62832, 209, 2033, 'Benirredra', ''),
(62833, 209, 2033, 'Benisano', ''),
(62834, 209, 2033, 'Benissa', ''),
(62835, 209, 2033, 'Benitachell', ''),
(62836, 209, 2033, 'Betera', ''),
(62837, 209, 2033, 'Biar', ''),
(62838, 209, 2033, 'Bigastro', ''),
(62839, 209, 2033, 'Bocairent', ''),
(62840, 209, 2033, 'Bugarra', ''),
(62841, 209, 2033, 'Buñol', ''),
(62842, 209, 2033, 'Burjassot', ''),
(62843, 209, 2033, 'Burriana', ''),
(62844, 209, 2033, 'Busot', ''),
(62845, 209, 2033, 'Calig', ''),
(62846, 209, 2033, 'Callosa de Segura', ''),
(62847, 209, 2033, 'Calpe', ''),
(62848, 209, 2033, 'Canada', ''),
(62849, 209, 2033, 'Canals', ''),
(62850, 209, 2033, 'Canet d\'En Berenguer', ''),
(62851, 209, 2033, 'Carcaixent', ''),
(62852, 209, 2033, 'Carcer', ''),
(62853, 209, 2033, 'Carlet', ''),
(62854, 209, 2033, 'Casinos', ''),
(62855, 209, 2033, 'Castalla', ''),
(62856, 209, 2033, 'Castelló de la Plana', ''),
(62857, 209, 2033, 'Catarroja', ''),
(62858, 209, 2033, 'Catral', ''),
(62859, 209, 2033, 'Cheste', ''),
(62860, 209, 2033, 'Chilches', ''),
(62861, 209, 2033, 'Chiva', ''),
(62862, 209, 2033, 'Chulilla', ''),
(62863, 209, 2033, 'Cocentaina', ''),
(62864, 209, 2033, 'Costur', ''),
(62865, 209, 2033, 'Cox', ''),
(62866, 209, 2033, 'Crevillent', ''),
(62867, 209, 2033, 'Cullera', ''),
(62868, 209, 2033, 'Daya Nueva', ''),
(62869, 209, 2033, 'Denia', ''),
(62870, 209, 2033, 'Dolores', ''),
(62871, 209, 2033, 'el Campello', ''),
(62872, 209, 2033, 'El Grao', ''),
(62873, 209, 2033, 'Elche', ''),
(62874, 209, 2033, 'Elda', ''),
(62875, 209, 2033, 'els Poblets', ''),
(62876, 209, 2033, 'Enguera', ''),
(62877, 209, 2033, 'Estivella', ''),
(62878, 209, 2033, 'Faura', ''),
(62879, 209, 2033, 'Finestrat', ''),
(62880, 209, 2033, 'Foios', ''),
(62881, 209, 2033, 'Gandia', ''),
(62882, 209, 2033, 'Gata de Gorgos', ''),
(62883, 209, 2033, 'Gavarda', ''),
(62884, 209, 2033, 'Genoves', ''),
(62885, 209, 2033, 'Godella', ''),
(62886, 209, 2033, 'Godelleta', ''),
(62887, 209, 2033, 'Granja de Rocamora', ''),
(62888, 209, 2033, 'Guardamar del Segura', ''),
(62889, 209, 2033, 'Hondon de las Nieves', ''),
(62890, 209, 2033, 'Ibi', ''),
(62891, 209, 2033, 'Javea', ''),
(62892, 209, 2033, 'Jijona', ''),
(62893, 209, 2033, 'L\'Albir', ''),
(62894, 209, 2033, 'l\'Alcora', ''),
(62895, 209, 2033, 'L\'Alcudia de Crespins', ''),
(62896, 209, 2033, 'l\'Alfas del Pi', ''),
(62897, 209, 2033, 'L\'Eliana', ''),
(62898, 209, 2033, 'L\'Olleria', ''),
(62899, 209, 2033, 'La Canada', ''),
(62900, 209, 2033, 'la Nucia', ''),
(62901, 209, 2033, 'La Romana', ''),
(62902, 209, 2033, 'Lliria', ''),
(62903, 209, 2033, 'Llombai', ''),
(62904, 209, 2033, 'Llosa de Camacho', ''),
(62905, 209, 2033, 'Llosa de Ranes', ''),
(62906, 209, 2033, 'Los Montesinos', ''),
(62907, 209, 2033, 'Lucena del Cid', ''),
(62908, 209, 2033, 'Macastre', ''),
(62909, 209, 2033, 'Manises', ''),
(62910, 209, 2033, 'Manuel', ''),
(62911, 209, 2033, 'Mariola', ''),
(62912, 209, 2033, 'Massamagrell', ''),
(62913, 209, 2033, 'Massanassa', ''),
(62914, 209, 2033, 'Meliana', ''),
(62915, 209, 2033, 'Miramar', ''),
(62916, 209, 2033, 'Mislata', ''),
(62917, 209, 2033, 'Moncada', ''),
(62918, 209, 2033, 'Moncofa', ''),
(62919, 209, 2033, 'Monforte del Cid', ''),
(62920, 209, 2033, 'Monòver', ''),
(62921, 209, 2033, 'Monserrat', ''),
(62922, 209, 2033, 'Montanejos', ''),
(62923, 209, 2033, 'Montroy', ''),
(62924, 209, 2033, 'Moraira', ''),
(62925, 209, 2033, 'Morella', ''),
(62926, 209, 2033, 'Muchamiel', ''),
(62927, 209, 2033, 'Muro del Alcoy', ''),
(62928, 209, 2033, 'Museros', ''),
(62929, 209, 2033, 'Naquera', ''),
(62930, 209, 2033, 'Nino Perdido', ''),
(62931, 209, 2033, 'Novelda', ''),
(62932, 209, 2033, 'Nules', ''),
(62933, 209, 2033, 'Oasis (La Marina)', ''),
(62934, 209, 2033, 'Oliva', ''),
(62935, 209, 2033, 'Onda', ''),
(62936, 209, 2033, 'Ondara', ''),
(62937, 209, 2033, 'Onil', ''),
(62938, 209, 2033, 'Ontinyent', ''),
(62939, 209, 2033, 'Orba', ''),
(62940, 209, 2033, 'Orihuela', ''),
(62941, 209, 2033, 'Orpesa/Oropesa del Mar', ''),
(62942, 209, 2033, 'Otos', ''),
(62943, 209, 2033, 'Paiporta', ''),
(62944, 209, 2033, 'Palomar', ''),
(62945, 209, 2033, 'Parcent', ''),
(62946, 209, 2033, 'Paterna', ''),
(62947, 209, 2033, 'Pedralba', ''),
(62948, 209, 2033, 'Pedreguer', ''),
(62949, 209, 2033, 'Peñíscola', ''),
(62950, 209, 2033, 'Petrel', ''),
(62951, 209, 2033, 'Picassent', ''),
(62952, 209, 2033, 'Pilar de la Horadada', ''),
(62953, 209, 2033, 'Pinoso', ''),
(62954, 209, 2033, 'Planes', ''),
(62955, 209, 2033, 'Playa', ''),
(62956, 209, 2033, 'Polop', ''),
(62957, 209, 2033, 'Port de Sagunt', ''),
(62958, 209, 2033, 'Potries', ''),
(62959, 209, 2033, 'Pucol', ''),
(62960, 209, 2033, 'Puerto de Gandia', ''),
(62961, 209, 2033, 'Puig', ''),
(62962, 209, 2033, 'Quartell', ''),
(62963, 209, 2033, 'Quatretonda', ''),
(62964, 209, 2033, 'Rafelbunyol', ''),
(62965, 209, 2033, 'Real', ''),
(62966, 209, 2033, 'Real de Gandia', ''),
(62967, 209, 2033, 'Rebolledo', ''),
(62968, 209, 2033, 'Redovan', ''),
(62969, 209, 2033, 'Requena', ''),
(62970, 209, 2033, 'Ribarroja', ''),
(62971, 209, 2033, 'Riola', ''),
(62972, 209, 2033, 'Rocafort', ''),
(62973, 209, 2033, 'Rojales', ''),
(62974, 209, 2033, 'Sagunto', ''),
(62975, 209, 2033, 'San Antonio', ''),
(62976, 209, 2033, 'San Fulgencio', ''),
(62977, 209, 2033, 'San Jorge', ''),
(62978, 209, 2033, 'San Juan', ''),
(62979, 209, 2033, 'San Juan de Alicante', ''),
(62980, 209, 2033, 'San Juan de Moro', ''),
(62981, 209, 2033, 'San Miguel', ''),
(62982, 209, 2033, 'San Vicent del Raspeig', ''),
(62983, 209, 2033, 'Sanet y Negrals', ''),
(62984, 209, 2033, 'Santa Pola', ''),
(62985, 209, 2033, 'Sax', ''),
(62986, 209, 2033, 'Sedavi', ''),
(62987, 209, 2033, 'Segorbe', ''),
(62988, 209, 2033, 'Senija', ''),
(62989, 209, 2033, 'Serra', ''),
(62990, 209, 2033, 'Sierra-Engarceran', ''),
(62991, 209, 2033, 'Silla', ''),
(62992, 209, 2033, 'Sollana', ''),
(62993, 209, 2033, 'Soneja', ''),
(62994, 209, 2033, 'Sueca', ''),
(62995, 209, 2033, 'Tavernes de la Valldigna', ''),
(62996, 209, 2033, 'Teulada', ''),
(62997, 209, 2033, 'Torreblanca', ''),
(62998, 209, 2033, 'Torrellano', ''),
(62999, 209, 2033, 'Torrent', ''),
(63000, 209, 2033, 'Torrevieja', ''),
(63001, 209, 2033, 'Tous', ''),
(63002, 209, 2033, 'Turis', ''),
(63003, 209, 2033, 'Utiel', ''),
(63004, 209, 2033, 'Valencia', ''),
(63005, 209, 2033, 'Vall d\'Alba', ''),
(63006, 209, 2033, 'Vallada', ''),
(63007, 209, 2033, 'Valles', ''),
(63008, 209, 2033, 'Verdegas', ''),
(63009, 209, 2033, 'Vergel', ''),
(63010, 209, 2033, 'Vilamarxant', ''),
(63011, 209, 2033, 'Villafranca del Cid', ''),
(63012, 209, 2033, 'Villajoyosa', ''),
(63013, 209, 2033, 'Villalonga', ''),
(63014, 209, 2033, 'Villanueva', ''),
(63015, 209, 2033, 'Villavieja', ''),
(63016, 209, 2033, 'Villena', ''),
(63017, 209, 2033, 'Vinaros', ''),
(63018, 209, 2033, 'Xàtiva', ''),
(63019, 209, 2033, 'Xirivella', ''),
(63020, 210, 2034, 'Kandy', ''),
(63021, 210, 2034, 'Peradeniya', ''),
(63022, 210, 2035, 'Batticaloa', ''),
(63023, 210, 2036, 'Anuradhapura', ''),
(63024, 210, 2036, 'Eppawala', ''),
(63025, 210, 2037, 'Jaffna', ''),
(63026, 210, 2038, 'Badulla', ''),
(63027, 210, 2039, 'Andiambalama', ''),
(63028, 210, 2039, 'Athurugiriya', ''),
(63029, 210, 2039, 'Bambalapitiya', ''),
(63030, 210, 2039, 'Battaramulla South', ''),
(63031, 210, 2039, 'Boralesgamuwa South', ''),
(63032, 210, 2039, 'Colombo', ''),
(63033, 210, 2039, 'Dehiwala', ''),
(63034, 210, 2039, 'Dehiwala-Mount Lavinia', ''),
(63035, 210, 2039, 'Gampaha', ''),
(63036, 210, 2039, 'Homagama', ''),
(63037, 210, 2039, 'Horana South', ''),
(63038, 210, 2039, 'Kaduwela', ''),
(63039, 210, 2039, 'Kalutara', ''),
(63040, 210, 2039, 'Katubedda', ''),
(63041, 210, 2039, 'Katunayaka', ''),
(63042, 210, 2039, 'Kelaniya', ''),
(63043, 210, 2039, 'Maharagama', ''),
(63044, 210, 2039, 'Malambe', ''),
(63045, 210, 2039, 'Mattegoda', ''),
(63046, 210, 2039, 'Moratuwa', ''),
(63047, 210, 2039, 'Negombo', ''),
(63048, 210, 2039, 'Nittambuwa', ''),
(63049, 210, 2039, 'Nugegoda', ''),
(63050, 210, 2039, 'Orugodawatta', ''),
(63051, 210, 2039, 'Pamunugama', ''),
(63052, 210, 2039, 'Panadura', ''),
(63053, 210, 2039, 'Pannipitiya', ''),
(63054, 210, 2039, 'Peliyagoda', ''),
(63055, 210, 2039, 'Piliyandala', ''),
(63056, 210, 2039, 'Polgasowita', ''),
(63057, 210, 2039, 'Ragama', ''),
(63058, 210, 2039, 'Rajagiriya', ''),
(63059, 210, 2039, 'Seeduwa', ''),
(63060, 210, 2039, 'Sri Jayewardenepura Kotte', ''),
(63061, 210, 2039, 'Wattala', ''),
(63062, 211, 2040, 'Wad Madani', ''),
(63063, 211, 2041, 'Ad-Damazin', ''),
(63064, 211, 2042, 'Kassala', ''),
(63065, 211, 2043, 'Khartoum', ''),
(63066, 211, 2044, 'Dongola', ''),
(63067, 211, 2045, 'Thabit', ''),
(63068, 211, 2046, 'Shendi', ''),
(63069, 211, 2047, 'Sinnar', ''),
(63070, 211, 2048, 'Nyala', ''),
(63071, 211, 2049, 'Umm Durman', ''),
(63072, 212, 2050, 'Brownsweg', ''),
(63073, 212, 2051, 'Nieuw Amsterdam', ''),
(63074, 212, 2052, 'Friendship', ''),
(63075, 212, 2052, 'Totness', ''),
(63076, 212, 2053, 'Moengo', ''),
(63077, 212, 2054, 'Wageningen', ''),
(63078, 212, 2055, 'Onverwacht', ''),
(63079, 212, 2055, 'Sabakoe', ''),
(63080, 212, 2056, 'Paramaribo', ''),
(63081, 212, 2057, 'Groningen', ''),
(63082, 212, 2057, 'Kampong Baroe', ''),
(63083, 212, 2058, 'Botopasi', ''),
(63084, 213, 2059, 'Olonkinbyen', ''),
(63085, 213, 2060, 'Longyearbyen', ''),
(63086, 214, 2061, 'Lobamba', ''),
(63087, 214, 2061, 'Mbabane', ''),
(63088, 214, 2062, 'Kwaluseni', ''),
(63089, 214, 2062, 'Manzini', ''),
(63090, 215, 2063, 'Asarum', ''),
(63091, 215, 2063, 'Brakne-Hoby', ''),
(63092, 215, 2063, 'Fagelmara', ''),
(63093, 215, 2063, 'Hallabro', ''),
(63094, 215, 2063, 'Hasslo', ''),
(63095, 215, 2063, 'Jaemjoe', ''),
(63096, 215, 2063, 'Jamshog', ''),
(63097, 215, 2063, 'Johannishus', ''),
(63098, 215, 2063, 'Kallinge', ''),
(63099, 215, 2063, 'Karlshamn', ''),
(63100, 215, 2063, 'Karlskrona', ''),
(63101, 215, 2063, 'Kyrkhult', ''),
(63102, 215, 2063, 'Listerby', ''),
(63103, 215, 2063, 'Lyckeby', ''),
(63104, 215, 2063, 'Morrum', ''),
(63105, 215, 2063, 'Nattraby', ''),
(63106, 215, 2063, 'Olofstroem', ''),
(63107, 215, 2063, 'Ramdala', ''),
(63108, 215, 2063, 'Rodeby', ''),
(63109, 215, 2063, 'Ronneby', ''),
(63110, 215, 2063, 'Sölvesborg', ''),
(63111, 215, 2063, 'Svangsta', ''),
(63112, 215, 2063, 'Transum', ''),
(63113, 215, 2063, 'Tving', ''),
(63114, 215, 2063, 'Vilshult', ''),
(63115, 215, 2064, 'AElvdalen', ''),
(63116, 215, 2064, 'Appelbo', ''),
(63117, 215, 2064, 'Avesta', ''),
(63118, 215, 2064, 'Bjursas', ''),
(63119, 215, 2064, 'Borlänge', ''),
(63120, 215, 2064, 'Dala-Floda', ''),
(63121, 215, 2064, 'Dala-Jarna', ''),
(63122, 215, 2064, 'Djura', ''),
(63123, 215, 2064, 'Djuras', ''),
(63124, 215, 2064, 'Djurmo', ''),
(63125, 215, 2064, 'Enviken', ''),
(63126, 215, 2064, 'Falun', ''),
(63127, 215, 2064, 'Fors', ''),
(63128, 215, 2064, 'Fredriksberg', ''),
(63129, 215, 2064, 'Furudal', ''),
(63130, 215, 2064, 'Gagnef', ''),
(63131, 215, 2064, 'Garpenberg', ''),
(63132, 215, 2064, 'Grangesberg', ''),
(63133, 215, 2064, 'Grycksbo', ''),
(63134, 215, 2064, 'Gustafs', ''),
(63135, 215, 2064, 'Hedemora', ''),
(63136, 215, 2064, 'Horndal', ''),
(63137, 215, 2064, 'Idkerberget', ''),
(63138, 215, 2064, 'Insjon', ''),
(63139, 215, 2064, 'Krylbo', ''),
(63140, 215, 2064, 'Langshyttan', ''),
(63141, 215, 2064, 'Leksand', ''),
(63142, 215, 2064, 'Lima', ''),
(63143, 215, 2064, 'Ludvika', ''),
(63144, 215, 2064, 'Malung', ''),
(63145, 215, 2064, 'Mockfjard', ''),
(63146, 215, 2064, 'Mora', ''),
(63147, 215, 2064, 'Nusnas', ''),
(63148, 215, 2064, 'Nybyn', ''),
(63149, 215, 2064, 'Nyhammar', ''),
(63150, 215, 2064, 'Orsa', ''),
(63151, 215, 2064, 'Raettvik', ''),
(63152, 215, 2064, 'Saeter', ''),
(63153, 215, 2064, 'Sagmyra', ''),
(63154, 215, 2064, 'Siljansnas', ''),
(63155, 215, 2064, 'Smedjebacken', ''),
(63156, 215, 2064, 'Soederbaerke', ''),
(63157, 215, 2064, 'Solberga', ''),
(63158, 215, 2064, 'Solleron', ''),
(63159, 215, 2064, 'Stjarnsund', ''),
(63160, 215, 2064, 'Stora Skedvi', ''),
(63161, 215, 2064, 'Sundborn', ''),
(63162, 215, 2064, 'Svardsjo', ''),
(63163, 215, 2064, 'Transtrand', ''),
(63164, 215, 2064, 'Vansbro', ''),
(63165, 215, 2064, 'Vikarbyn', ''),
(63166, 215, 2064, 'Vikmanshyttan', ''),
(63167, 215, 2065, 'Alfta', ''),
(63168, 215, 2065, 'Arbra', ''),
(63169, 215, 2065, 'Arsunda', ''),
(63170, 215, 2065, 'Ashammar', ''),
(63171, 215, 2065, 'Bergsjoe', ''),
(63172, 215, 2065, 'Bergvik', ''),
(63173, 215, 2065, 'Bjuraker', ''),
(63174, 215, 2065, 'Bollnas', ''),
(63175, 215, 2065, 'Delsbo', ''),
(63176, 215, 2065, 'Edsbyn', ''),
(63177, 215, 2065, 'Enanger', ''),
(63178, 215, 2065, 'Farila', ''),
(63179, 215, 2065, 'Fiskeby', ''),
(63180, 215, 2065, 'Forsa', ''),
(63181, 215, 2065, 'Forsbacka', ''),
(63182, 215, 2065, 'Furuvik', ''),
(63183, 215, 2065, 'Gävle', ''),
(63184, 215, 2065, 'Gnarp', ''),
(63185, 215, 2065, 'Hammarby', ''),
(63186, 215, 2065, 'Hammarp', ''),
(63187, 215, 2065, 'Harmanger', ''),
(63188, 215, 2065, 'Hassela', ''),
(63189, 215, 2065, 'Hedesunda', ''),
(63190, 215, 2065, 'Hofors', ''),
(63191, 215, 2065, 'Hoglunda', ''),
(63192, 215, 2065, 'Hudiksvall', ''),
(63193, 215, 2065, 'Iggesund', ''),
(63194, 215, 2065, 'Ilsbo', ''),
(63195, 215, 2065, 'Jadraas', ''),
(63196, 215, 2065, 'Jaervsoe', ''),
(63197, 215, 2065, 'Jarbo', ''),
(63198, 215, 2065, 'Kilafors', ''),
(63199, 215, 2065, 'Korskrogen', ''),
(63200, 215, 2065, 'Kungsgarden', ''),
(63201, 215, 2065, 'Lingbo', ''),
(63202, 215, 2065, 'Ljusdal', ''),
(63203, 215, 2065, 'Ljusne', ''),
(63204, 215, 2065, 'Marma', ''),
(63205, 215, 2065, 'Nasviken', ''),
(63206, 215, 2065, 'Njutanger', ''),
(63207, 215, 2065, 'Norrala', ''),
(63208, 215, 2065, 'Norrsundet', ''),
(63209, 215, 2065, 'Ockelbo', ''),
(63210, 215, 2065, 'Osterfarnebo', ''),
(63211, 215, 2065, 'Rengsjo', ''),
(63212, 215, 2065, 'Sandarne', ''),
(63213, 215, 2065, 'Sandviken', ''),
(63214, 215, 2065, 'Segersta', ''),
(63215, 215, 2065, 'Soderala', ''),
(63216, 215, 2065, 'Söderhamn', ''),
(63217, 215, 2065, 'Stocka', ''),
(63218, 215, 2065, 'Storvik', ''),
(63219, 215, 2065, 'Stratjara', ''),
(63220, 215, 2065, 'Tallasen', ''),
(63221, 215, 2065, 'Valbo', ''),
(63222, 215, 2065, 'Vallsta', ''),
(63223, 215, 2065, 'Varmland', ''),
(63224, 215, 2065, 'Viksjofors', ''),
(63225, 215, 2066, 'Burgsvik', ''),
(63226, 215, 2066, 'Havdhem', ''),
(63227, 215, 2066, 'Hemse', ''),
(63228, 215, 2066, 'Katthammarsvik', ''),
(63229, 215, 2066, 'Klintehamn', ''),
(63230, 215, 2066, 'Larbro', ''),
(63231, 215, 2066, 'Ljugarn', ''),
(63232, 215, 2066, 'Romakloster', ''),
(63233, 215, 2066, 'Slite', ''),
(63234, 215, 2066, 'Tingstade', ''),
(63235, 215, 2066, 'Visby', ''),
(63236, 215, 2067, 'Aled', ''),
(63237, 215, 2067, 'Asa', ''),
(63238, 215, 2067, 'Askloster', ''),
(63239, 215, 2067, 'Atran', ''),
(63240, 215, 2067, 'Eldsberga', ''),
(63241, 215, 2067, 'Falkenberg', ''),
(63242, 215, 2067, 'Fegen', ''),
(63243, 215, 2067, 'Fjaeras station', ''),
(63244, 215, 2067, 'Frillesas', ''),
(63245, 215, 2067, 'Genevad', ''),
(63246, 215, 2067, 'Getinge', ''),
(63247, 215, 2067, 'Glommen', ''),
(63248, 215, 2067, 'Grimeton', ''),
(63249, 215, 2067, 'Gullbrandstorp', ''),
(63250, 215, 2067, 'Halmstad', ''),
(63251, 215, 2067, 'Harplinge', ''),
(63252, 215, 2067, 'Heberg', ''),
(63253, 215, 2067, 'Hyltebruk', ''),
(63254, 215, 2067, 'Kinnared', ''),
(63255, 215, 2067, 'Knared', ''),
(63256, 215, 2067, 'Kullavik', ''),
(63257, 215, 2067, 'Kungsbacka', ''),
(63258, 215, 2067, 'Kvibille', ''),
(63259, 215, 2067, 'Laholm', ''),
(63260, 215, 2067, 'Landeryd', ''),
(63261, 215, 2067, 'Langas', ''),
(63262, 215, 2067, 'Mellbystrand', ''),
(63263, 215, 2067, 'Onsala', ''),
(63264, 215, 2067, 'Oskarstrom', ''),
(63265, 215, 2067, 'Rolfstorp', ''),
(63266, 215, 2067, 'Rydobruk', ''),
(63267, 215, 2067, 'Saro', ''),
(63268, 215, 2067, 'Simlangsdalen', ''),
(63269, 215, 2067, 'Skallinge', ''),
(63270, 215, 2067, 'Skummeslovsstrand', ''),
(63271, 215, 2067, 'Sloinge', ''),
(63272, 215, 2067, 'Stravalla', ''),
(63273, 215, 2067, 'Torup', ''),
(63274, 215, 2067, 'Traslovslage', ''),
(63275, 215, 2067, 'Tvaaker', ''),
(63276, 215, 2067, 'Ullared', ''),
(63277, 215, 2067, 'Unnaryd', ''),
(63278, 215, 2067, 'Vallda', ''),
(63279, 215, 2067, 'Varberg', ''),
(63280, 215, 2067, 'Varobacka', ''),
(63281, 215, 2067, 'Vaxtorp', ''),
(63282, 215, 2067, 'Veddige', ''),
(63283, 215, 2067, 'Veinge', ''),
(63284, 215, 2067, 'Vessigebro', ''),
(63285, 215, 2067, 'Vinberg', ''),
(63286, 215, 2068, 'Alsen', ''),
(63287, 215, 2068, 'Åre', ''),
(63288, 215, 2068, 'As', ''),
(63289, 215, 2068, 'Aspas', ''),
(63290, 215, 2068, 'Bispgarden', ''),
(63291, 215, 2068, 'Bofors', ''),
(63292, 215, 2068, 'Bracke', ''),
(63293, 215, 2068, 'Braecke', ''),
(63294, 215, 2068, 'Brunflo', ''),
(63295, 215, 2068, 'Dvarsatt', ''),
(63296, 215, 2068, 'Follinge', ''),
(63297, 215, 2068, 'Froso', ''),
(63298, 215, 2068, 'Funaesdalen', ''),
(63299, 215, 2068, 'Gallo', ''),
(63300, 215, 2068, 'Hackas', ''),
(63301, 215, 2068, 'Halland', ''),
(63302, 215, 2068, 'Hammarstrand', ''),
(63303, 215, 2068, 'Hammerdal', ''),
(63304, 215, 2068, 'Hede', ''),
(63305, 215, 2068, 'Jarpen', ''),
(63306, 215, 2068, 'Kalarne', ''),
(63307, 215, 2068, 'Krokom', ''),
(63308, 215, 2068, 'Lit', ''),
(63309, 215, 2068, 'Morsil', ''),
(63310, 215, 2068, 'Nalden', ''),
(63311, 215, 2068, 'Offerdal', ''),
(63312, 215, 2068, 'Orrviken', ''),
(63313, 215, 2068, 'Östersund', ''),
(63314, 215, 2068, 'Pilgrimstad', ''),
(63315, 215, 2068, 'Storlien', ''),
(63316, 215, 2068, 'Stroemsund', ''),
(63317, 215, 2068, 'Stugun', ''),
(63318, 215, 2068, 'Sveg', ''),
(63319, 215, 2068, 'Svenstavik', ''),
(63320, 215, 2068, 'Tandsbyn', ''),
(63321, 215, 2068, 'Trangsviken', ''),
(63322, 215, 2068, 'Ytterhogdal', ''),
(63323, 215, 2069, 'Anderstorp', ''),
(63324, 215, 2069, 'Aneby', ''),
(63325, 215, 2069, 'Asenhoga', ''),
(63326, 215, 2069, 'Bankeryd', ''),
(63327, 215, 2069, 'Bodafors', ''),
(63328, 215, 2069, 'Bor', ''),
(63329, 215, 2069, 'Bottnaryd', ''),
(63330, 215, 2069, 'Bredaryd', ''),
(63331, 215, 2069, 'Bruzaholm', ''),
(63332, 215, 2069, 'Burseryd', ''),
(63333, 215, 2069, 'Ekenassjon', ''),
(63334, 215, 2069, 'Eksjoe', ''),
(63335, 215, 2069, 'Fagerberg', ''),
(63336, 215, 2069, 'Forserum', ''),
(63337, 215, 2069, 'Forsheda', ''),
(63338, 215, 2069, 'Gislaved', ''),
(63339, 215, 2069, 'Gnosjoe', ''),
(63340, 215, 2069, 'Gränna', ''),
(63341, 215, 2069, 'Hestra', ''),
(63342, 215, 2069, 'Hillerstorp', ''),
(63343, 215, 2069, 'Hok', ''),
(63344, 215, 2069, 'Holsbybrunn', ''),
(63345, 215, 2069, 'Huskvarna', ''),
(63346, 215, 2069, 'Ingatorp', ''),
(63347, 215, 2069, 'Jönköping', ''),
(63348, 215, 2069, 'Kattilstorp', ''),
(63349, 215, 2069, 'Korsberga', ''),
(63350, 215, 2069, 'Kulltorp', ''),
(63351, 215, 2069, 'Kvillsfors', ''),
(63352, 215, 2069, 'Landsbro', ''),
(63353, 215, 2069, 'Lekeryd', ''),
(63354, 215, 2069, 'Malmback', ''),
(63355, 215, 2069, 'Mansarp', ''),
(63356, 215, 2069, 'Mullsjoe', ''),
(63357, 215, 2069, 'Myresjo', ''),
(63358, 215, 2069, 'Nassjo', ''),
(63359, 215, 2069, 'Nissafors', ''),
(63360, 215, 2069, 'Norrahammar', ''),
(63361, 215, 2069, 'Ormaryd', ''),
(63362, 215, 2069, 'Reftele', ''),
(63363, 215, 2069, 'Rorvik', ''),
(63364, 215, 2069, 'Rydaholm', ''),
(63365, 215, 2069, 'Saevsjoe', ''),
(63366, 215, 2069, 'Skillingaryd', ''),
(63367, 215, 2069, 'Smalandsstenar', ''),
(63368, 215, 2069, 'Sommen', ''),
(63369, 215, 2069, 'Taberg', ''),
(63370, 215, 2069, 'Tenhult', ''),
(63371, 215, 2069, 'Tranas', ''),
(63372, 215, 2069, 'Vaggeryd', ''),
(63373, 215, 2069, 'Varnamo', ''),
(63374, 215, 2069, 'Vetlanda', ''),
(63375, 215, 2069, 'Visingso', ''),
(63376, 215, 2069, 'Vrigstad', ''),
(63377, 215, 2070, 'Alsterbro', ''),
(63378, 215, 2070, 'Ankarsrum', ''),
(63379, 215, 2070, 'Berga', ''),
(63380, 215, 2070, 'Blankaholm', ''),
(63381, 215, 2070, 'Blomstermala', ''),
(63382, 215, 2070, 'Borgholm', ''),
(63383, 215, 2070, 'Broakulla', ''),
(63384, 215, 2070, 'Edsbruk', ''),
(63385, 215, 2070, 'Emmaboda', ''),
(63386, 215, 2070, 'Faerjestaden', ''),
(63387, 215, 2070, 'Fagelfors', ''),
(63388, 215, 2070, 'Fagerhult', ''),
(63389, 215, 2070, 'Farbo', ''),
(63390, 215, 2070, 'Figeholm', ''),
(63391, 215, 2070, 'Gamleby', ''),
(63392, 215, 2070, 'Gunnebo', ''),
(63393, 215, 2070, 'Halltorp', ''),
(63394, 215, 2070, 'Hoegsby', ''),
(63395, 215, 2070, 'Hultsfred', ''),
(63396, 215, 2070, 'Jarnforsen', ''),
(63397, 215, 2070, 'Kalmar', ''),
(63398, 215, 2070, 'Kristdala', ''),
(63399, 215, 2070, 'Langasjo', ''),
(63400, 215, 2070, 'Lindas', ''),
(63401, 215, 2070, 'Ljungbyholm', ''),
(63402, 215, 2070, 'Loftahammar', ''),
(63403, 215, 2070, 'Lonneberga', ''),
(63404, 215, 2070, 'Lottorp', ''),
(63405, 215, 2070, 'Malilla', ''),
(63406, 215, 2070, 'Moensteras', ''),
(63407, 215, 2070, 'Moerbylanga', ''),
(63408, 215, 2070, 'Morlunda', ''),
(63409, 215, 2070, 'Nybro', ''),
(63410, 215, 2070, 'Okneback', ''),
(63411, 215, 2070, 'Orrefors', ''),
(63412, 215, 2070, 'Orsjo', ''),
(63413, 215, 2070, 'Oskarshamn', ''),
(63414, 215, 2070, 'Overum', ''),
(63415, 215, 2070, 'Paryd', ''),
(63416, 215, 2070, 'Paskallavik', ''),
(63417, 215, 2070, 'Ruda', ''),
(63418, 215, 2070, 'Soderakra', ''),
(63419, 215, 2070, 'Sodra Vi', ''),
(63420, 215, 2070, 'Storebro', ''),
(63421, 215, 2070, 'Timmernabben', ''),
(63422, 215, 2070, 'Torsas', ''),
(63423, 215, 2070, 'Totebo', ''),
(63424, 215, 2070, 'Trekanten', ''),
(63425, 215, 2070, 'Vassmolosa', ''),
(63426, 215, 2070, 'Västervik', ''),
(63427, 215, 2070, 'Vimmerby', ''),
(63428, 215, 2070, 'Virserum', ''),
(63429, 215, 2070, 'Vissefjarda', ''),
(63430, 215, 2071, 'AElmhult', ''),
(63431, 215, 2071, 'Alstermo', ''),
(63432, 215, 2071, 'Alvesta', ''),
(63433, 215, 2071, 'Aryd', ''),
(63434, 215, 2071, 'Aseda', ''),
(63435, 215, 2071, 'Boda Glasbruk', ''),
(63436, 215, 2071, 'Braas', ''),
(63437, 215, 2071, 'Eneryda', ''),
(63438, 215, 2071, 'Fridafors', ''),
(63439, 215, 2071, 'Gemla', ''),
(63440, 215, 2071, 'Hovmantorp', ''),
(63441, 215, 2071, 'Ingelstad', ''),
(63442, 215, 2071, 'Kalvsvik', ''),
(63443, 215, 2071, 'Konga', ''),
(63444, 215, 2071, 'Kosta', ''),
(63445, 215, 2071, 'Lagan', ''),
(63446, 215, 2071, 'Lammhult', ''),
(63447, 215, 2071, 'Lenhovda', ''),
(63448, 215, 2071, 'Lessebo', ''),
(63449, 215, 2071, 'Liatorp', ''),
(63450, 215, 2071, 'Ljungby', ''),
(63451, 215, 2071, 'Markaryd', ''),
(63452, 215, 2071, 'Moheda', ''),
(63453, 215, 2071, 'Norrhult', ''),
(63454, 215, 2071, 'Rottne', ''),
(63455, 215, 2071, 'Ryd', ''),
(63456, 215, 2071, 'Stromsnasbruk', ''),
(63457, 215, 2071, 'Tavelsas', ''),
(63458, 215, 2071, 'Tingsryd', ''),
(63459, 215, 2071, 'Torpsbruk', ''),
(63460, 215, 2071, 'Traryd', ''),
(63461, 215, 2071, 'Urshult', ''),
(63462, 215, 2071, 'Vackelsang', ''),
(63463, 215, 2071, 'Vaxjo', ''),
(63464, 215, 2071, 'Vislanda', ''),
(63465, 215, 2071, 'Vittaryd', ''),
(63466, 215, 2072, 'AElvsbyn', ''),
(63467, 215, 2072, 'Arjeplog', ''),
(63468, 215, 2072, 'Arnemark', ''),
(63469, 215, 2072, 'Arvidsjaur', ''),
(63470, 215, 2072, 'Boden', ''),
(63471, 215, 2072, 'Byske', ''),
(63472, 215, 2072, 'Gällivare', ''),
(63473, 215, 2072, 'Gammelstad', ''),
(63474, 215, 2072, 'Hakkas', ''),
(63475, 215, 2072, 'Hallberg', ''),
(63476, 215, 2072, 'Haparanda', ''),
(63477, 215, 2072, 'Hortlax', ''),
(63478, 215, 2072, 'Javre', ''),
(63479, 215, 2072, 'Jokkmokk', ''),
(63480, 215, 2072, 'Jukkasjaervi', ''),
(63481, 215, 2072, 'Kalix', ''),
(63482, 215, 2072, 'Kangos', ''),
(63483, 215, 2072, 'Karungi', ''),
(63484, 215, 2072, 'Kiruna', ''),
(63485, 215, 2072, 'Korpilombolo', ''),
(63486, 215, 2072, 'Lillpite', ''),
(63487, 215, 2072, 'Luleå', ''),
(63488, 215, 2072, 'Malmberget', ''),
(63489, 215, 2072, 'Matarengi', ''),
(63490, 215, 2072, 'Morjarv', ''),
(63491, 215, 2072, 'Nikkala', ''),
(63492, 215, 2072, 'OEverkalix', ''),
(63493, 215, 2072, 'OEvertornea', ''),
(63494, 215, 2072, 'Ojebyn', ''),
(63495, 215, 2072, 'Pajala', ''),
(63496, 215, 2072, 'Piteå', ''),
(63497, 215, 2072, 'Ranea', ''),
(63498, 215, 2072, 'Roknas', ''),
(63499, 215, 2072, 'Rosvik', ''),
(63500, 215, 2072, 'Sangis', ''),
(63501, 215, 2072, 'Seittenkaari', ''),
(63502, 215, 2072, 'Sikfors', ''),
(63503, 215, 2072, 'Sjulsmark', ''),
(63504, 215, 2072, 'Sodra Sunderbyn', ''),
(63505, 215, 2072, 'Svappavaara', ''),
(63506, 215, 2072, 'Toere', ''),
(63507, 215, 2072, 'Vidsel', ''),
(63508, 215, 2072, 'Vittangi', ''),
(63509, 215, 2073, 'Asbro', ''),
(63510, 215, 2073, 'Askersund', ''),
(63511, 215, 2073, 'Atorp', ''),
(63512, 215, 2073, 'Degerfors', ''),
(63513, 215, 2073, 'Dyltabruk', ''),
(63514, 215, 2073, 'Fellingsbro', ''),
(63515, 215, 2073, 'Finnerodja', ''),
(63516, 215, 2073, 'Fjugesta', ''),
(63517, 215, 2073, 'Frovi', ''),
(63518, 215, 2073, 'Glanshammar', ''),
(63519, 215, 2073, 'Grythyttan', ''),
(63520, 215, 2073, 'Gusselby', ''),
(63521, 215, 2073, 'Gyttorp', ''),
(63522, 215, 2073, 'Haellefors', ''),
(63523, 215, 2073, 'Hallsberg', ''),
(63524, 215, 2073, 'Hammar', ''),
(63525, 215, 2073, 'Hasselfors', ''),
(63526, 215, 2073, 'Karlskoga', ''),
(63527, 215, 2073, 'Kopparberg', ''),
(63528, 215, 2073, 'Kumla', ''),
(63529, 215, 2073, 'Laxa', ''),
(63530, 215, 2073, 'Lindesberg', ''),
(63531, 215, 2073, 'Mariedamm', ''),
(63532, 215, 2073, 'Mullhyttan', ''),
(63533, 215, 2073, 'Nora', ''),
(63534, 215, 2073, 'Odensbacken', ''),
(63535, 215, 2073, 'Örebro', ''),
(63536, 215, 2073, 'Ostansjo', ''),
(63537, 215, 2073, 'Palsboda', ''),
(63538, 215, 2073, 'Ramsberg', ''),
(63539, 215, 2073, 'Rofors', ''),
(63540, 215, 2073, 'Skollersta', ''),
(63541, 215, 2073, 'Skyllberg', ''),
(63542, 215, 2073, 'Stalldalen', ''),
(63543, 215, 2073, 'Stora', ''),
(63544, 215, 2073, 'Vedevag', ''),
(63545, 215, 2073, 'Vintrosa', ''),
(63546, 215, 2073, 'Vretstorp', ''),
(63547, 215, 2074, 'Aby', ''),
(63548, 215, 2074, 'Atvidaberg', ''),
(63549, 215, 2074, 'Borensberg', ''),
(63550, 215, 2074, 'Boxholm', ''),
(63551, 215, 2074, 'Brokind', ''),
(63552, 215, 2074, 'Finspang', ''),
(63553, 215, 2074, 'Fornasa', ''),
(63554, 215, 2074, 'Forsby', ''),
(63555, 215, 2074, 'Gusum', ''),
(63556, 215, 2074, 'Horn', ''),
(63557, 215, 2074, 'Karlstrom', ''),
(63558, 215, 2074, 'Kimstad', ''),
(63559, 215, 2074, 'Kisa', ''),
(63560, 215, 2074, 'Kolmarden', ''),
(63561, 215, 2074, 'Linghem', ''),
(63562, 215, 2074, 'Linköping', ''),
(63563, 215, 2074, 'Ljungsbro', ''),
(63564, 215, 2074, 'Ljusfallshammar', ''),
(63565, 215, 2074, 'Mantorp', ''),
(63566, 215, 2074, 'Mjolby', ''),
(63567, 215, 2074, 'Motala', ''),
(63568, 215, 2074, 'Norrköping', ''),
(63569, 215, 2074, 'Norsholm', ''),
(63570, 215, 2074, 'Nykil', ''),
(63571, 215, 2074, 'OEdeshoeg', ''),
(63572, 215, 2074, 'OEsterbymo', ''),
(63573, 215, 2074, 'Ostra Eldslosa', ''),
(63574, 215, 2074, 'Ostra Ryd', ''),
(63575, 215, 2074, 'Rejmyre', ''),
(63576, 215, 2074, 'Rimforsa', ''),
(63577, 215, 2074, 'Ring', ''),
(63578, 215, 2074, 'Ringarum', ''),
(63579, 215, 2074, 'Sankt Anna', ''),
(63580, 215, 2074, 'Skanninge', ''),
(63581, 215, 2074, 'Skarblacka', ''),
(63582, 215, 2074, 'Soederkoeping', ''),
(63583, 215, 2074, 'Sturefors', ''),
(63584, 215, 2074, 'Svartinge', ''),
(63585, 215, 2074, 'Vaderstad', ''),
(63586, 215, 2074, 'Vadstena', ''),
(63587, 215, 2074, 'Valdemarsvik', ''),
(63588, 215, 2074, 'Vikingstad', ''),
(63589, 215, 2074, 'Vreta Kloster', ''),
(63590, 215, 2075, 'Abbekas', ''),
(63591, 215, 2075, 'Åhus', ''),
(63592, 215, 2075, 'Akarp', ''),
(63593, 215, 2075, 'Allerum', ''),
(63594, 215, 2075, 'Anderslov', ''),
(63595, 215, 2075, 'Ängelholm', ''),
(63596, 215, 2075, 'Annelov', ''),
(63597, 215, 2075, 'Arkelstorp', ''),
(63598, 215, 2075, 'Arloev', ''),
(63599, 215, 2075, 'Asljunga', ''),
(63600, 215, 2075, 'Asmundtorp', ''),
(63601, 215, 2075, 'Astorp', ''),
(63602, 215, 2075, 'Bara', ''),
(63603, 215, 2075, 'Barseback', ''),
(63604, 215, 2075, 'Bastad', ''),
(63605, 215, 2075, 'Beddinge Lage', ''),
(63606, 215, 2075, 'Billeberga', ''),
(63607, 215, 2075, 'Billesholm', ''),
(63608, 215, 2075, 'Billinge', ''),
(63609, 215, 2075, 'Bjarnum', ''),
(63610, 215, 2075, 'Bjarred', ''),
(63611, 215, 2075, 'Bjuv', ''),
(63612, 215, 2075, 'Blentarp', ''),
(63613, 215, 2075, 'Borrby', ''),
(63614, 215, 2075, 'Brantevik', ''),
(63615, 215, 2075, 'Broby', ''),
(63616, 215, 2075, 'Bromoella', ''),
(63617, 215, 2075, 'Brosarp', ''),
(63618, 215, 2075, 'Brunnby', ''),
(63619, 215, 2075, 'Bunkeflostrand', ''),
(63620, 215, 2075, 'Dalby', ''),
(63621, 215, 2075, 'Degeberga', ''),
(63622, 215, 2075, 'Ekeby', ''),
(63623, 215, 2075, 'Eket', ''),
(63624, 215, 2075, 'Eslov', ''),
(63625, 215, 2075, 'Farhult', ''),
(63626, 215, 2075, 'Farlov', ''),
(63627, 215, 2075, 'Finja', ''),
(63628, 215, 2075, 'Fjalkinge', ''),
(63629, 215, 2075, 'Flyinge', ''),
(63630, 215, 2075, 'Forslov', ''),
(63631, 215, 2075, 'Furulund', ''),
(63632, 215, 2075, 'Gantofta', ''),
(63633, 215, 2075, 'Gards Kopinge', ''),
(63634, 215, 2075, 'Garsnas', ''),
(63635, 215, 2075, 'Genarp', ''),
(63636, 215, 2075, 'Glemminge', ''),
(63637, 215, 2075, 'Glimakra', ''),
(63638, 215, 2075, 'Glostorp', ''),
(63639, 215, 2075, 'Gualov', ''),
(63640, 215, 2075, 'Haljarp', ''),
(63641, 215, 2075, 'Hammenhog', ''),
(63642, 215, 2075, 'Hanaskog', ''),
(63643, 215, 2075, 'Harslov', ''),
(63644, 215, 2075, 'Hässleholm', ''),
(63645, 215, 2075, 'Hastveda', ''),
(63646, 215, 2075, 'Helsingborg', ''),
(63647, 215, 2075, 'Hjaerup', ''),
(63648, 215, 2075, 'Hjarnarp', ''),
(63649, 215, 2075, 'Hjortshog', ''),
(63650, 215, 2075, 'Hoeoer', ''),
(63651, 215, 2075, 'Hoerby', ''),
(63652, 215, 2075, 'Hoganas', ''),
(63653, 215, 2075, 'Hollviken', ''),
(63654, 215, 2075, 'Hyllinge', ''),
(63655, 215, 2075, 'Immeln', ''),
(63656, 215, 2075, 'Jonstorp', ''),
(63657, 215, 2075, 'Kaevlinge', ''),
(63658, 215, 2075, 'Kagerod', ''),
(63659, 215, 2075, 'Kattarp', ''),
(63660, 215, 2075, 'Killeberg', ''),
(63661, 215, 2075, 'Klagerup', ''),
(63662, 215, 2075, 'Klagshamn', ''),
(63663, 215, 2075, 'Klagstorp', ''),
(63664, 215, 2075, 'Klippan', ''),
(63665, 215, 2075, 'Knislinge', ''),
(63666, 215, 2075, 'Kopingebro', ''),
(63667, 215, 2075, 'Kristianstad', ''),
(63668, 215, 2075, 'Kronetorp', ''),
(63669, 215, 2075, 'Kvidinge', ''),
(63670, 215, 2075, 'Landskrona', ''),
(63671, 215, 2075, 'Lerberget', ''),
(63672, 215, 2075, 'Limhamn', ''),
(63673, 215, 2075, 'Ljungbyhed', ''),
(63674, 215, 2075, 'Loberod', ''),
(63675, 215, 2075, 'Loddekopinge', ''),
(63676, 215, 2075, 'Lomma', ''),
(63677, 215, 2075, 'Lonsboda', ''),
(63678, 215, 2075, 'Lovestad', ''),
(63679, 215, 2075, 'Lund', ''),
(63680, 215, 2075, 'Malmo', ''),
(63681, 215, 2075, 'Marieholm', ''),
(63682, 215, 2075, 'Mjohult', ''),
(63683, 215, 2075, 'Moelle', ''),
(63684, 215, 2075, 'Morarp', ''),
(63685, 215, 2075, 'Munka-Ljungby', ''),
(63686, 215, 2075, 'Nasum', ''),
(63687, 215, 2075, 'Nyhamnslage', ''),
(63688, 215, 2075, 'Odakra', ''),
(63689, 215, 2075, 'OErkelljunga', ''),
(63690, 215, 2075, 'Onnestad', ''),
(63691, 215, 2075, 'Osby', ''),
(63692, 215, 2075, 'Ostra Ljungby', ''),
(63693, 215, 2075, 'Oxie', ''),
(63694, 215, 2075, 'Paarp', ''),
(63695, 215, 2075, 'Perstorp', ''),
(63696, 215, 2075, 'Raa', ''),
(63697, 215, 2075, 'Ramloesa', ''),
(63698, 215, 2075, 'Rebbelberga', ''),
(63699, 215, 2075, 'Revinge', ''),
(63700, 215, 2075, 'Rinkaby', ''),
(63701, 215, 2075, 'Rinneback', ''),
(63702, 215, 2075, 'Rostanga', ''),
(63703, 215, 2075, 'Rydeback', ''),
(63704, 215, 2075, 'Rydsgard', ''),
(63705, 215, 2075, 'Sankt Olof', ''),
(63706, 215, 2075, 'Saxtorp', ''),
(63707, 215, 2075, 'Sibbhult', ''),
(63708, 215, 2075, 'Simrishamn', ''),
(63709, 215, 2075, 'Sjoebo', ''),
(63710, 215, 2075, 'Skanes Fagerhult', ''),
(63711, 215, 2075, 'Skanor', ''),
(63712, 215, 2075, 'Skanor med Falsterbo', ''),
(63713, 215, 2075, 'Skaret', ''),
(63714, 215, 2075, 'Skivarp', ''),
(63715, 215, 2075, 'Skurup', ''),
(63716, 215, 2075, 'Smygehamn', ''),
(63717, 215, 2075, 'Sodra Forstaden', ''),
(63718, 215, 2075, 'Sodra Sandby', ''),
(63719, 215, 2075, 'Sosdala', ''),
(63720, 215, 2075, 'Staffanstorp', ''),
(63721, 215, 2075, 'Stehag', ''),
(63722, 215, 2075, 'Strovelstorp', ''),
(63723, 215, 2075, 'Svaloev', ''),
(63724, 215, 2075, 'Svedala', ''),
(63725, 215, 2075, 'Tagarp', ''),
(63726, 215, 2075, 'Teckomatorp', ''),
(63727, 215, 2075, 'Tollarp', ''),
(63728, 215, 2075, 'Tomelilla', ''),
(63729, 215, 2075, 'Torekov', ''),
(63730, 215, 2075, 'Tormestorp', ''),
(63731, 215, 2075, 'Trelleborg', ''),
(63732, 215, 2075, 'Tygelsjo', ''),
(63733, 215, 2075, 'Tyringe', ''),
(63734, 215, 2075, 'Vallakra', ''),
(63735, 215, 2075, 'Vanga', ''),
(63736, 215, 2075, 'Vankiva', ''),
(63737, 215, 2075, 'Vastra Karup', ''),
(63738, 215, 2075, 'Vastra Ramlosa', ''),
(63739, 215, 2075, 'Vastra Torup', ''),
(63740, 215, 2075, 'Veberod', ''),
(63741, 215, 2075, 'Vejbystrand', ''),
(63742, 215, 2075, 'Vellinge', ''),
(63743, 215, 2075, 'Viken', ''),
(63744, 215, 2075, 'Villan', ''),
(63745, 215, 2075, 'Vinslov', ''),
(63746, 215, 2075, 'Vittsjo', ''),
(63747, 215, 2075, 'Vittskovle', ''),
(63748, 215, 2075, 'Vollsjo', ''),
(63749, 215, 2075, 'Ystad', ''),
(63750, 215, 2076, 'Akers Styckebruk', ''),
(63751, 215, 2076, 'Bjorkvik', ''),
(63752, 215, 2076, 'Bjornlunda', ''),
(63753, 215, 2076, 'Enstaberga', ''),
(63754, 215, 2076, 'Erikslund', ''),
(63755, 215, 2076, 'Eskilstuna', ''),
(63756, 215, 2076, 'Flen', ''),
(63757, 215, 2076, 'Gnesta', ''),
(63758, 215, 2076, 'Halleforsnas', ''),
(63759, 215, 2076, 'Hallsta', ''),
(63760, 215, 2076, 'Hasselby', ''),
(63761, 215, 2076, 'Hogsjo', ''),
(63762, 215, 2076, 'Jonaker', ''),
(63763, 215, 2076, 'Julita', ''),
(63764, 215, 2076, 'Katrineholm', ''),
(63765, 215, 2076, 'Kvicksund', ''),
(63766, 215, 2076, 'Malmkoping', ''),
(63767, 215, 2076, 'Mariefred', ''),
(63768, 215, 2076, 'Mellosa', ''),
(63769, 215, 2076, 'Navekvarn', ''),
(63770, 215, 2076, 'Nyköping', ''),
(63771, 215, 2076, 'Ostra', ''),
(63772, 215, 2076, 'Oxelosund', ''),
(63773, 215, 2076, 'Rekarne', ''),
(63774, 215, 2076, 'Skoldinge', ''),
(63775, 215, 2076, 'Sparreholm', ''),
(63776, 215, 2076, 'Stallarholmen', ''),
(63777, 215, 2076, 'Stigtomta', ''),
(63778, 215, 2076, 'Stjarnhov', ''),
(63779, 215, 2076, 'Strangnas', ''),
(63780, 215, 2076, 'Torshalla', ''),
(63781, 215, 2076, 'Trosa', ''),
(63782, 215, 2076, 'Tystberga', ''),
(63783, 215, 2076, 'Vagnharad', ''),
(63784, 215, 2076, 'Vasterljung', ''),
(63785, 215, 2076, 'Vingaker', ''),
(63786, 215, 2076, 'Vrena', ''),
(63787, 215, 2077, 'Akersberga', ''),
(63788, 215, 2077, 'Alta', ''),
(63789, 215, 2077, 'Alvsjo', ''),
(63790, 215, 2077, 'Angsvik', ''),
(63791, 215, 2077, 'Arsta Havsbad', ''),
(63792, 215, 2077, 'Bagarmossen', ''),
(63793, 215, 2077, 'Bandhagen', ''),
(63794, 215, 2077, 'Barkarby', ''),
(63795, 215, 2077, 'Bergshamra', ''),
(63796, 215, 2077, 'Bjoringe', ''),
(63797, 215, 2077, 'Blido', ''),
(63798, 215, 2077, 'Bro', ''),
(63799, 215, 2077, 'Bromma', ''),
(63800, 215, 2077, 'Bromsten', ''),
(63801, 215, 2077, 'Brottby', ''),
(63802, 215, 2077, 'Dalaro', ''),
(63803, 215, 2077, 'Danderyd', ''),
(63804, 215, 2077, 'Djurhamn', ''),
(63805, 215, 2077, 'Djursholm', ''),
(63806, 215, 2077, 'Drottningholm', ''),
(63807, 215, 2077, 'Edsbro', ''),
(63808, 215, 2077, 'Ekerö', ''),
(63809, 215, 2077, 'Enebyberg', ''),
(63810, 215, 2077, 'Enskede-Arsta-Vantoer', ''),
(63811, 215, 2077, 'Graddo', ''),
(63812, 215, 2077, 'Gustavsberg', ''),
(63813, 215, 2077, 'Haegersten', ''),
(63814, 215, 2077, 'Haesselby', ''),
(63815, 215, 2077, 'Hallstavik', ''),
(63816, 215, 2077, 'Handen', ''),
(63817, 215, 2077, 'Herrangen', ''),
(63818, 215, 2077, 'Holo', ''),
(63819, 215, 2077, 'Huddinge', ''),
(63820, 215, 2077, 'Ingmarso', ''),
(63821, 215, 2077, 'Jarna', ''),
(63822, 215, 2077, 'Johanneshov', ''),
(63823, 215, 2077, 'Jordbro', ''),
(63824, 215, 2077, 'Kallhall', ''),
(63825, 215, 2077, 'Kista', ''),
(63826, 215, 2077, 'Kungsaengen', ''),
(63827, 215, 2077, 'Lidingoe', ''),
(63828, 215, 2077, 'Ljustero', ''),
(63829, 215, 2077, 'Marsta', ''),
(63830, 215, 2077, 'Molnbo', ''),
(63831, 215, 2077, 'Mortvik', ''),
(63832, 215, 2077, 'Nacka', ''),
(63833, 215, 2077, 'Norrtalje', ''),
(63834, 215, 2077, 'Norsborg', ''),
(63835, 215, 2077, 'Nykvarn', ''),
(63836, 215, 2077, 'Nynashamn', ''),
(63837, 215, 2077, 'Opp-Norrby', ''),
(63838, 215, 2077, 'Orno', ''),
(63839, 215, 2077, 'Osmo', ''),
(63840, 215, 2077, 'Osterhaninge', ''),
(63841, 215, 2077, 'Osterskar', ''),
(63842, 215, 2077, 'Ranas', ''),
(63843, 215, 2077, 'Rimbo', ''),
(63844, 215, 2077, 'Ronninge', ''),
(63845, 215, 2077, 'Rosersberg', ''),
(63846, 215, 2077, 'Rotebro', ''),
(63847, 215, 2077, 'Saltsjo-Duvnas', ''),
(63848, 215, 2077, 'Saltsjobaden', ''),
(63849, 215, 2077, 'Sigtuna', ''),
(63850, 215, 2077, 'Ska', ''),
(63851, 215, 2077, 'Skaerholmen', ''),
(63852, 215, 2077, 'Skarpnaeck', ''),
(63853, 215, 2077, 'Skogas', ''),
(63854, 215, 2077, 'Skondal', ''),
(63855, 215, 2077, 'Soderhagen', ''),
(63856, 215, 2077, 'Södertälje', ''),
(63857, 215, 2077, 'Sollentuna', ''),
(63858, 215, 2077, 'Solna', ''),
(63859, 215, 2077, 'Sorunda', ''),
(63860, 215, 2077, 'Stavsnas', ''),
(63861, 215, 2077, 'Stenhamra', ''),
(63862, 215, 2077, 'Stockholm', ''),
(63863, 215, 2077, 'Stocksund', ''),
(63864, 215, 2077, 'Stora Vika', ''),
(63865, 215, 2077, 'Styrsvik', ''),
(63866, 215, 2077, 'Sundbyberg', ''),
(63867, 215, 2077, 'Svartsjo', ''),
(63868, 215, 2077, 'Taby', ''),
(63869, 215, 2077, 'Tegeltorp', ''),
(63870, 215, 2077, 'Trangsund', ''),
(63871, 215, 2077, 'Tullinge', ''),
(63872, 215, 2077, 'Tumba', ''),
(63873, 215, 2077, 'Tungelsta', ''),
(63874, 215, 2077, 'Tyreso Strand', ''),
(63875, 215, 2077, 'Upplands Vasby', ''),
(63876, 215, 2077, 'Uttran', ''),
(63877, 215, 2077, 'Vaddo', ''),
(63878, 215, 2077, 'Vaellingby', ''),
(63879, 215, 2077, 'Vaermdoe', ''),
(63880, 215, 2077, 'Vallentuna', ''),
(63881, 215, 2077, 'Vantor', ''),
(63882, 215, 2077, 'Varby', ''),
(63883, 215, 2077, 'Varsta', ''),
(63884, 215, 2077, 'Vasastan', ''),
(63885, 215, 2077, 'Vato', ''),
(63886, 215, 2077, 'Vaxholm', ''),
(63887, 215, 2077, 'Vega', ''),
(63888, 215, 2077, 'Vendelso', ''),
(63889, 215, 2078, 'AElvkarleby', ''),
(63890, 215, 2078, 'Almunge', ''),
(63891, 215, 2078, 'Alunda', ''),
(63892, 215, 2078, 'Balinge', ''),
(63893, 215, 2078, 'Balsta', ''),
(63894, 215, 2078, 'Enkoping', ''),
(63895, 215, 2078, 'Fjardhundra', ''),
(63896, 215, 2078, 'Frebro', ''),
(63897, 215, 2078, 'Gimo', ''),
(63898, 215, 2078, 'Grillby', ''),
(63899, 215, 2078, 'Harbo', ''),
(63900, 215, 2078, 'Hargshamn', ''),
(63901, 215, 2078, 'Huddungeby', ''),
(63902, 215, 2078, 'Husby', ''),
(63903, 215, 2078, 'Jarlasa', ''),
(63904, 215, 2078, 'Karlholmsbruk', ''),
(63905, 215, 2078, 'Knivsta', ''),
(63906, 215, 2078, 'Knutby', ''),
(63907, 215, 2078, 'Lanna', ''),
(63908, 215, 2078, 'Lovstabruk', ''),
(63909, 215, 2078, 'Malma', ''),
(63910, 215, 2078, 'Mankarbo', ''),
(63911, 215, 2078, 'OEstervala', ''),
(63912, 215, 2078, 'Orbyhus', ''),
(63913, 215, 2078, 'Oregrund', ''),
(63914, 215, 2078, 'Orsundsbro', ''),
(63915, 215, 2078, 'Osterbybruk', ''),
(63916, 215, 2078, 'Skarplinge', ''),
(63917, 215, 2078, 'Skokloster', ''),
(63918, 215, 2078, 'Skyttorp', ''),
(63919, 215, 2078, 'Soderby', ''),
(63920, 215, 2078, 'Soderfors', ''),
(63921, 215, 2078, 'Storvreta', ''),
(63922, 215, 2078, 'Tarnsjo', ''),
(63923, 215, 2078, 'Tierp', ''),
(63924, 215, 2078, 'Tobo', ''),
(63925, 215, 2078, 'Uppsala', ''),
(63926, 215, 2078, 'Vattholma', ''),
(63927, 215, 2078, 'Vittinge', ''),
(63928, 215, 2079, 'Amotfors', ''),
(63929, 215, 2079, 'Arjaeng', ''),
(63930, 215, 2079, 'Arvika', ''),
(63931, 215, 2079, 'Billerud', ''),
(63932, 215, 2079, 'Bjorneborg', ''),
(63933, 215, 2079, 'Borgvik', ''),
(63934, 215, 2079, 'Brunskog', ''),
(63935, 215, 2079, 'Charlottenberg', ''),
(63936, 215, 2079, 'Deje', ''),
(63937, 215, 2079, 'Edsvalla', ''),
(63938, 215, 2079, 'Ekshaerad', ''),
(63939, 215, 2079, 'Fageras', ''),
(63940, 215, 2079, 'Filipstad', ''),
(63941, 215, 2079, 'Forshaga', ''),
(63942, 215, 2079, 'Glava', ''),
(63943, 215, 2079, 'Grums', ''),
(63944, 215, 2079, 'Gunnarskog', ''),
(63945, 215, 2079, 'Hagfors', ''),
(63946, 215, 2079, 'Hammaro', ''),
(63947, 215, 2079, 'Hogsater', ''),
(63948, 215, 2079, 'Karlstad', ''),
(63949, 215, 2079, 'Kil', ''),
(63950, 215, 2079, 'Klassbol', ''),
(63951, 215, 2079, 'Koppom', ''),
(63952, 215, 2079, 'Kristinehamn', ''),
(63953, 215, 2079, 'Lesjofors', ''),
(63954, 215, 2079, 'Lysvik', ''),
(63955, 215, 2079, 'Molkom', ''),
(63956, 215, 2079, 'Munkfors', ''),
(63957, 215, 2079, 'Nynas', ''),
(63958, 215, 2079, 'Nysater', ''),
(63959, 215, 2079, 'Ostmark', ''),
(63960, 215, 2079, 'Ransater', ''),
(63961, 215, 2079, 'Rottneros', ''),
(63962, 215, 2079, 'Saeffle', ''),
(63963, 215, 2079, 'Segmon', ''),
(63964, 215, 2079, 'Skane', ''),
(63965, 215, 2079, 'Skattkarr', ''),
(63966, 215, 2079, 'Skoghall', ''),
(63967, 215, 2079, 'Slottsbron', ''),
(63968, 215, 2079, 'Stollet', ''),
(63969, 215, 2079, 'Storfors', ''),
(63970, 215, 2079, 'Sunne', ''),
(63971, 215, 2079, 'Sunnemo', ''),
(63972, 215, 2079, 'Svanskog', ''),
(63973, 215, 2079, 'Toecksfors', ''),
(63974, 215, 2079, 'Torsby', ''),
(63975, 215, 2079, 'Uddeholm', ''),
(63976, 215, 2079, 'Valberg', ''),
(63977, 215, 2079, 'Vase', ''),
(63978, 215, 2079, 'Vastra Amtervik', ''),
(63979, 215, 2080, 'Anaset', ''),
(63980, 215, 2080, 'Asele', ''),
(63981, 215, 2080, 'Barsele', ''),
(63982, 215, 2080, 'Bastutrask', ''),
(63983, 215, 2080, 'Bjurholm', ''),
(63984, 215, 2080, 'Blattnicksele', ''),
(63985, 215, 2080, 'Boliden', ''),
(63986, 215, 2080, 'Bullmark', ''),
(63987, 215, 2080, 'Burea', ''),
(63988, 215, 2080, 'Burtraesk', ''),
(63989, 215, 2080, 'Bygdea', ''),
(63990, 215, 2080, 'Bygdsiljum', ''),
(63991, 215, 2080, 'Byske', ''),
(63992, 215, 2080, 'Dorotea', ''),
(63993, 215, 2080, 'Flarken', ''),
(63994, 215, 2080, 'Granon', ''),
(63995, 215, 2080, 'Grasmyr', ''),
(63996, 215, 2080, 'Gunnarn', ''),
(63997, 215, 2080, 'Hallnas', ''),
(63998, 215, 2080, 'Hoernefors', ''),
(63999, 215, 2080, 'Holmsund', ''),
(64000, 215, 2080, 'Kage', ''),
(64001, 215, 2080, 'Lovanger', ''),
(64002, 215, 2080, 'Lycksele', ''),
(64003, 215, 2080, 'Mala', ''),
(64004, 215, 2080, 'Nordmaling', ''),
(64005, 215, 2080, 'Norsjoe', ''),
(64006, 215, 2080, 'Obbola', ''),
(64007, 215, 2080, 'Roback', ''),
(64008, 215, 2080, 'Robertsfors', ''),
(64009, 215, 2080, 'Rundvik', ''),
(64010, 215, 2080, 'Saevar', ''),
(64011, 215, 2080, 'Skellefteå', ''),
(64012, 215, 2080, 'Skelleftehamn', ''),
(64013, 215, 2080, 'Sorsele', ''),
(64014, 215, 2080, 'Stensele', ''),
(64015, 215, 2080, 'Storuman', ''),
(64016, 215, 2080, 'Taernaby', ''),
(64017, 215, 2080, 'Taftea', ''),
(64018, 215, 2080, 'Tavelsjo', ''),
(64019, 215, 2080, 'Umeå', ''),
(64020, 215, 2080, 'Ursviken', ''),
(64021, 215, 2080, 'Vaennaes', ''),
(64022, 215, 2080, 'Vannasby', ''),
(64023, 215, 2080, 'Vilhelmina', ''),
(64024, 215, 2080, 'Vindeln', ''),
(64025, 215, 2081, 'Alandsbro', ''),
(64026, 215, 2081, 'Alno', ''),
(64027, 215, 2081, 'Ange', ''),
(64028, 215, 2081, 'Arnasvall', ''),
(64029, 215, 2081, 'Bergeforsen', ''),
(64030, 215, 2081, 'Bjasta', ''),
(64031, 215, 2081, 'Bollstabruk', ''),
(64032, 215, 2081, 'Domsjo', ''),
(64033, 215, 2081, 'Härnösand', ''),
(64034, 215, 2081, 'Husum', ''),
(64035, 215, 2081, 'Indal', ''),
(64036, 215, 2081, 'Jarved', ''),
(64037, 215, 2081, 'Jude', ''),
(64038, 215, 2081, 'Kopmanholmen', ''),
(64039, 215, 2081, 'Kramfors', ''),
(64040, 215, 2081, 'Kvissleby', ''),
(64041, 215, 2081, 'Langsele', ''),
(64042, 215, 2081, 'Liden', ''),
(64043, 215, 2081, 'Ljungaverk', ''),
(64044, 215, 2081, 'Ljustorp', ''),
(64045, 215, 2081, 'Lunde', ''),
(64046, 215, 2081, 'Matfors', ''),
(64047, 215, 2081, 'Moliden', ''),
(64048, 215, 2081, 'Nasaker', ''),
(64049, 215, 2081, 'Njurundabommen', ''),
(64050, 215, 2081, 'Nordingra', ''),
(64051, 215, 2081, 'Nyland', ''),
(64052, 215, 2081, 'Ornskoldsvik', ''),
(64053, 215, 2081, 'Overkovland', ''),
(64054, 215, 2081, 'Sand', ''),
(64055, 215, 2081, 'Sidensjo', ''),
(64056, 215, 2081, 'Sjalevad', ''),
(64057, 215, 2081, 'Skorped', ''),
(64058, 215, 2081, 'Sodergard', ''),
(64059, 215, 2081, 'Solleftea', ''),
(64060, 215, 2081, 'Soraker', ''),
(64061, 215, 2081, 'Sorberge', ''),
(64062, 215, 2081, 'Stode', ''),
(64063, 215, 2081, 'Sundsbruk', ''),
(64064, 215, 2081, 'Sundsvall', ''),
(64065, 215, 2081, 'Talje', ''),
(64066, 215, 2081, 'Timra', ''),
(64067, 215, 2081, 'Torpshammar', ''),
(64068, 215, 2081, 'Utansjo', ''),
(64069, 215, 2081, 'Vaeja', ''),
(64070, 215, 2082, 'Arboga', ''),
(64071, 215, 2082, 'Fagersta', ''),
(64072, 215, 2082, 'Farna', ''),
(64073, 215, 2082, 'Grondal', ''),
(64074, 215, 2082, 'Hallstahammar', ''),
(64075, 215, 2082, 'Hebo', ''),
(64076, 215, 2082, 'Kolback', ''),
(64077, 215, 2082, 'Kolsva', ''),
(64078, 215, 2082, 'Koping', ''),
(64079, 215, 2082, 'Kungsoer', ''),
(64080, 215, 2082, 'Moklinta', ''),
(64081, 215, 2082, 'Norberg', ''),
(64082, 215, 2082, 'Ramnas', ''),
(64083, 215, 2082, 'Ransta', ''),
(64084, 215, 2082, 'Sala', ''),
(64085, 215, 2082, 'Salbohed', ''),
(64086, 215, 2082, 'Skinnskatteberg', ''),
(64087, 215, 2082, 'Skultuna', ''),
(64088, 215, 2082, 'Stromsholm', ''),
(64089, 215, 2082, 'Surahammar', ''),
(64090, 215, 2082, 'Västerås', ''),
(64091, 215, 2082, 'Vasterfarnebo', ''),
(64092, 215, 2082, 'Virsbo Bruk', ''),
(64093, 215, 2083, 'Agnesberg', ''),
(64094, 215, 2083, 'Alafors', ''),
(64095, 215, 2083, 'Alekulla', ''),
(64096, 215, 2083, 'Algaras', ''),
(64097, 215, 2083, 'Alingsas', ''),
(64098, 215, 2083, 'Alvangen', ''),
(64099, 215, 2083, 'Alvhem', ''),
(64100, 215, 2083, 'Amal', ''),
(64101, 215, 2083, 'Angered', ''),
(64102, 215, 2083, 'Animskog', ''),
(64103, 215, 2083, 'Aplared', ''),
(64104, 215, 2083, 'Askim', ''),
(64105, 215, 2083, 'Aspered', ''),
(64106, 215, 2083, 'Axvall', ''),
(64107, 215, 2083, 'Backa', ''),
(64108, 215, 2083, 'Backefors', ''),
(64109, 215, 2083, 'Bengtsfors', ''),
(64110, 215, 2083, 'Berghem', ''),
(64111, 215, 2083, 'Billdal', ''),
(64112, 215, 2083, 'Bjorketorp', ''),
(64113, 215, 2083, 'Bjorko', ''),
(64114, 215, 2083, 'Bohus', ''),
(64115, 215, 2083, 'Bollebygd', ''),
(64116, 215, 2083, 'Borås', ''),
(64117, 215, 2083, 'Borg', ''),
(64118, 215, 2083, 'Bralanda', ''),
(64119, 215, 2083, 'Bramhult', ''),
(64120, 215, 2083, 'Branno', ''),
(64121, 215, 2083, 'Brastad', ''),
(64122, 215, 2083, 'Bredared', ''),
(64123, 215, 2083, 'Bua', ''),
(64124, 215, 2083, 'Bullaren', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(64125, 215, 2083, 'Dals Langed', ''),
(64126, 215, 2083, 'Dals Rostock', ''),
(64127, 215, 2083, 'Dalsjofors', ''),
(64128, 215, 2083, 'Dalskog', ''),
(64129, 215, 2083, 'Dalstorp', ''),
(64130, 215, 2083, 'Dalum', ''),
(64131, 215, 2083, 'Dingle', ''),
(64132, 215, 2083, 'Donso', ''),
(64133, 215, 2083, 'Ed', ''),
(64134, 215, 2083, 'Elloes', ''),
(64135, 215, 2083, 'Faergelanda', ''),
(64136, 215, 2083, 'Fagersanna', ''),
(64137, 215, 2083, 'Falköping', ''),
(64138, 215, 2083, 'Fengersfors', ''),
(64139, 215, 2083, 'Fiskebackskil', ''),
(64140, 215, 2083, 'Fjallbacka', ''),
(64141, 215, 2083, 'Floby', ''),
(64142, 215, 2083, 'Floda', ''),
(64143, 215, 2083, 'Foto', ''),
(64144, 215, 2083, 'Frandefors', ''),
(64145, 215, 2083, 'Fristad', ''),
(64146, 215, 2083, 'Fritsla', ''),
(64147, 215, 2083, 'Frufallan', ''),
(64148, 215, 2083, 'Gabo', ''),
(64149, 215, 2083, 'Gallstad', ''),
(64150, 215, 2083, 'Goetene', ''),
(64151, 215, 2083, 'Gota', ''),
(64152, 215, 2083, 'Gothenburg', ''),
(64153, 215, 2083, 'Grabo', ''),
(64154, 215, 2083, 'Graestorp', ''),
(64155, 215, 2083, 'Grebbestad', ''),
(64156, 215, 2083, 'Grimsas', ''),
(64157, 215, 2083, 'Grundsund', ''),
(64158, 215, 2083, 'Gunnilse', ''),
(64159, 215, 2083, 'Hacksvik', ''),
(64160, 215, 2083, 'Haddeboda', ''),
(64161, 215, 2083, 'Haerryda', ''),
(64162, 215, 2083, 'Hajom', ''),
(64163, 215, 2083, 'Hallekis', ''),
(64164, 215, 2083, 'Hallevadsholm', ''),
(64165, 215, 2083, 'Halleviksstrand', ''),
(64166, 215, 2083, 'Hallingsjo', ''),
(64167, 215, 2083, 'Halso', ''),
(64168, 215, 2083, 'Halta', ''),
(64169, 215, 2083, 'Hamburgsund', ''),
(64170, 215, 2083, 'Harestad', ''),
(64171, 215, 2083, 'Hedared', ''),
(64172, 215, 2083, 'Henan', ''),
(64173, 215, 2083, 'Herrljunga', ''),
(64174, 215, 2083, 'Hillared', ''),
(64175, 215, 2083, 'Hindas', ''),
(64176, 215, 2083, 'Hjalteby', ''),
(64177, 215, 2083, 'Hjartum', ''),
(64178, 215, 2083, 'Hjo', ''),
(64179, 215, 2083, 'Hogsaters', ''),
(64180, 215, 2083, 'Hokerum', ''),
(64181, 215, 2083, 'Holmen', ''),
(64182, 215, 2083, 'Holsljunga', ''),
(64183, 215, 2083, 'Hono', ''),
(64184, 215, 2083, 'Horred', ''),
(64185, 215, 2083, 'Hova', ''),
(64186, 215, 2083, 'Hovas', ''),
(64187, 215, 2083, 'Hoviksnas', ''),
(64188, 215, 2083, 'Hunnebostrand', ''),
(64189, 215, 2083, 'Hyssna', ''),
(64190, 215, 2083, 'Jonsered', ''),
(64191, 215, 2083, 'Jorlanda', ''),
(64192, 215, 2083, 'Kallby', ''),
(64193, 215, 2083, 'Kallered', ''),
(64194, 215, 2083, 'Kalvsund', ''),
(64195, 215, 2083, 'Kareby', ''),
(64196, 215, 2083, 'Karlsborg', ''),
(64197, 215, 2083, 'Karna', ''),
(64198, 215, 2083, 'Karra', ''),
(64199, 215, 2083, 'Kinna', ''),
(64200, 215, 2083, 'Kinnarp', ''),
(64201, 215, 2083, 'Kinnarumma', ''),
(64202, 215, 2083, 'Klovedal', ''),
(64203, 215, 2083, 'Kode', ''),
(64204, 215, 2083, 'Komarken', ''),
(64205, 215, 2083, 'Kungälv', ''),
(64206, 215, 2083, 'Kungshamn', ''),
(64207, 215, 2083, 'Kvanum', ''),
(64208, 215, 2083, 'Kyrkobyn', ''),
(64209, 215, 2083, 'Landvetter', ''),
(64210, 215, 2083, 'Langhem', ''),
(64211, 215, 2083, 'Larv', ''),
(64212, 215, 2083, 'Lerdala', ''),
(64213, 215, 2083, 'Lerum', ''),
(64214, 215, 2083, 'Lidkoping', ''),
(64215, 215, 2083, 'Lilla Edet', ''),
(64216, 215, 2083, 'Limmared', ''),
(64217, 215, 2083, 'Lindome', ''),
(64218, 215, 2083, 'Ljung', ''),
(64219, 215, 2083, 'Ljungskile', ''),
(64220, 215, 2083, 'Lodose', ''),
(64221, 215, 2083, 'Lundsbrunn', ''),
(64222, 215, 2083, 'Lur', ''),
(64223, 215, 2083, 'Lyrestad', ''),
(64224, 215, 2083, 'Lysekil', ''),
(64225, 215, 2083, 'Majorna', ''),
(64226, 215, 2083, 'Malsryd', ''),
(64227, 215, 2083, 'Marback', ''),
(64228, 215, 2083, 'Mariestad', ''),
(64229, 215, 2083, 'Marstrand', ''),
(64230, 215, 2083, 'Mellerud', ''),
(64231, 215, 2083, 'Mjoback', ''),
(64232, 215, 2083, 'Moelndal', ''),
(64233, 215, 2083, 'Moholm', ''),
(64234, 215, 2083, 'Molltorp', ''),
(64235, 215, 2083, 'Molnlycke', ''),
(64236, 215, 2083, 'Munkedal', ''),
(64237, 215, 2083, 'Nodinge', ''),
(64238, 215, 2083, 'Nodinge-Nol', ''),
(64239, 215, 2083, 'Nossebro', ''),
(64240, 215, 2083, 'Odeborg', ''),
(64241, 215, 2083, 'Odsmal', ''),
(64242, 215, 2083, 'OEckeroe', ''),
(64243, 215, 2083, 'Ojersjo', ''),
(64244, 215, 2083, 'Olofstorp', ''),
(64245, 215, 2083, 'Olsfors', ''),
(64246, 215, 2083, 'Orby', ''),
(64247, 215, 2083, 'Ostra Frolunda', ''),
(64248, 215, 2083, 'Otterbacken', ''),
(64249, 215, 2083, 'Oxaback', ''),
(64250, 215, 2083, 'Partille', ''),
(64251, 215, 2083, 'Rabbalshede', ''),
(64252, 215, 2083, 'Rangedala', ''),
(64253, 215, 2083, 'Ravlanda', ''),
(64254, 215, 2083, 'Restad', ''),
(64255, 215, 2083, 'Ringoen', ''),
(64256, 215, 2083, 'Ronnang', ''),
(64257, 215, 2083, 'Roro', ''),
(64258, 215, 2083, 'Rydboholm', ''),
(64259, 215, 2083, 'Sandared', ''),
(64260, 215, 2083, 'Sandhem', ''),
(64261, 215, 2083, 'Sandvik', ''),
(64262, 215, 2083, 'Satila', ''),
(64263, 215, 2083, 'Savedalen', ''),
(64264, 215, 2083, 'Sexdrega', ''),
(64265, 215, 2083, 'Sjomarken', ''),
(64266, 215, 2083, 'Sjovik', ''),
(64267, 215, 2083, 'Sjuntorp', ''),
(64268, 215, 2083, 'Skaerhamn', ''),
(64269, 215, 2083, 'Skara', ''),
(64270, 215, 2083, 'Skee', ''),
(64271, 215, 2083, 'Skene', ''),
(64272, 215, 2083, 'Skepplanda', ''),
(64273, 215, 2083, 'Skövde', ''),
(64274, 215, 2083, 'Smoegen', ''),
(64275, 215, 2083, 'Sollebrunn', ''),
(64276, 215, 2083, 'Sparsor', ''),
(64277, 215, 2083, 'Spekerod', ''),
(64278, 215, 2083, 'Sten', ''),
(64279, 215, 2083, 'Stenkullen', ''),
(64280, 215, 2083, 'Stenstorp', ''),
(64281, 215, 2083, 'Stenungsund', ''),
(64282, 215, 2083, 'Stora Hoga', ''),
(64283, 215, 2083, 'Stroemstad', ''),
(64284, 215, 2083, 'Styrso', ''),
(64285, 215, 2083, 'Surte', ''),
(64286, 215, 2083, 'Svanesund', ''),
(64287, 215, 2083, 'Svenljunga', ''),
(64288, 215, 2083, 'Svenshogen', ''),
(64289, 215, 2083, 'Tanumshede', ''),
(64290, 215, 2083, 'Tibro', ''),
(64291, 215, 2083, 'Tidaholm', ''),
(64292, 215, 2083, 'Tidan', ''),
(64293, 215, 2083, 'Timmersdala', ''),
(64294, 215, 2083, 'Toereboda', ''),
(64295, 215, 2083, 'Tollered', ''),
(64296, 215, 2083, 'Tollsjo', ''),
(64297, 215, 2083, 'Torslanda', ''),
(64298, 215, 2083, 'Tosse', ''),
(64299, 215, 2083, 'Tradet', ''),
(64300, 215, 2083, 'Tranemo', ''),
(64301, 215, 2083, 'Trollhattan', ''),
(64302, 215, 2083, 'Tun', ''),
(64303, 215, 2083, 'Ucklum', ''),
(64304, 215, 2083, 'Uddebo', ''),
(64305, 215, 2083, 'Uddevalla', ''),
(64306, 215, 2083, 'Ulricehamn', ''),
(64307, 215, 2083, 'Undenas', ''),
(64308, 215, 2083, 'Vajern', ''),
(64309, 215, 2083, 'Vanersborg', ''),
(64310, 215, 2083, 'Vara', ''),
(64311, 215, 2083, 'Varekil', ''),
(64312, 215, 2083, 'Vargarda', ''),
(64313, 215, 2083, 'Vargon', ''),
(64314, 215, 2083, 'Varnhem', ''),
(64315, 215, 2083, 'Varsas', ''),
(64316, 215, 2083, 'Vartofta', ''),
(64317, 215, 2083, 'Vasterlanda', ''),
(64318, 215, 2083, 'Vastra Frolunda', ''),
(64319, 215, 2083, 'Vedum', ''),
(64320, 215, 2083, 'Vegby', ''),
(64321, 215, 2083, 'Vinninga', ''),
(64322, 215, 2083, 'Viskafors', ''),
(64323, 215, 2083, 'Ytterby', ''),
(64324, 216, 2084, 'Aarau', ''),
(64325, 216, 2084, 'Aarburg', ''),
(64326, 216, 2084, 'Alikon', ''),
(64327, 216, 2084, 'Ammerswil', ''),
(64328, 216, 2084, 'Aristau', ''),
(64329, 216, 2084, 'Auenstein', ''),
(64330, 216, 2084, 'Auw', ''),
(64331, 216, 2084, 'Bad Zurzach', ''),
(64332, 216, 2084, 'Baden', ''),
(64333, 216, 2084, 'Beinwil', ''),
(64334, 216, 2084, 'Bellikon', ''),
(64335, 216, 2084, 'Bergdietikon', ''),
(64336, 216, 2084, 'Berikon', ''),
(64337, 216, 2084, 'Biberstein', ''),
(64338, 216, 2084, 'Birmenstorf', ''),
(64339, 216, 2084, 'Birr', ''),
(64340, 216, 2084, 'Birrhard', ''),
(64341, 216, 2084, 'Birrwil', ''),
(64342, 216, 2084, 'Boniswil', ''),
(64343, 216, 2084, 'Boswil', ''),
(64344, 216, 2084, 'Bremgarten', ''),
(64345, 216, 2084, 'Brittnau', ''),
(64346, 216, 2084, 'Brugg', ''),
(64347, 216, 2084, 'Buchs', ''),
(64348, 216, 2084, 'Burg', ''),
(64349, 216, 2084, 'Buttwil', ''),
(64350, 216, 2084, 'Dattwil', ''),
(64351, 216, 2084, 'Densbueren', ''),
(64352, 216, 2084, 'Dietwil', ''),
(64353, 216, 2084, 'Doettingen', ''),
(64354, 216, 2084, 'Dottikon', ''),
(64355, 216, 2084, 'Durrenasch', ''),
(64356, 216, 2084, 'Eggenwil', ''),
(64357, 216, 2084, 'Egliswil', ''),
(64358, 216, 2084, 'Ehrendingen', ''),
(64359, 216, 2084, 'Eiken', ''),
(64360, 216, 2084, 'Endingen', ''),
(64361, 216, 2084, 'Ennetbaden', ''),
(64362, 216, 2084, 'Fahrwangen', ''),
(64363, 216, 2084, 'Fislisbach', ''),
(64364, 216, 2084, 'Freienwil', ''),
(64365, 216, 2084, 'Frick', ''),
(64366, 216, 2084, 'Fulenbach', ''),
(64367, 216, 2084, 'Full', ''),
(64368, 216, 2084, 'Gebenstorf', ''),
(64369, 216, 2084, 'Gipf-Oberfrick', ''),
(64370, 216, 2084, 'Gippingen', ''),
(64371, 216, 2084, 'Gontenschwil', ''),
(64372, 216, 2084, 'Goslikon', ''),
(64373, 216, 2084, 'Graenichen', ''),
(64374, 216, 2084, 'Habsburg', ''),
(64375, 216, 2084, 'Hagglingen', ''),
(64376, 216, 2084, 'Hausen', ''),
(64377, 216, 2084, 'Hendschiken', ''),
(64378, 216, 2084, 'Hermetschwil-Staffeln', ''),
(64379, 216, 2084, 'Hertenstein', ''),
(64380, 216, 2084, 'Herznach', ''),
(64381, 216, 2084, 'Holderbank', ''),
(64382, 216, 2084, 'Hornussen', ''),
(64383, 216, 2084, 'Hunzenschwil', ''),
(64384, 216, 2084, 'Islisberg', ''),
(64385, 216, 2084, 'Jonen', ''),
(64386, 216, 2084, 'Kaiseraugst', ''),
(64387, 216, 2084, 'Kaiserstuhl', ''),
(64388, 216, 2084, 'Kaisten', ''),
(64389, 216, 2084, 'Kallern', ''),
(64390, 216, 2084, 'Killwangen', ''),
(64391, 216, 2084, 'Klingnau', ''),
(64392, 216, 2084, 'Koblenz', ''),
(64393, 216, 2084, 'Kolliken', ''),
(64394, 216, 2084, 'Künten', ''),
(64395, 216, 2084, 'Küttigen', ''),
(64396, 216, 2084, 'Leibstadt', ''),
(64397, 216, 2084, 'Lenzburg', ''),
(64398, 216, 2084, 'Leutwil', ''),
(64399, 216, 2084, 'Lupfig', ''),
(64400, 216, 2084, 'Maegenwil', ''),
(64401, 216, 2084, 'Magden', ''),
(64402, 216, 2084, 'Meisterschwanden', ''),
(64403, 216, 2084, 'Mellingen', ''),
(64404, 216, 2084, 'Menziken', ''),
(64405, 216, 2084, 'Merenschwand', ''),
(64406, 216, 2084, 'Mettau', ''),
(64407, 216, 2084, 'Mohlin', ''),
(64408, 216, 2084, 'Moosleerau', ''),
(64409, 216, 2084, 'Moriken', ''),
(64410, 216, 2084, 'Muelligen', ''),
(64411, 216, 2084, 'Muhen', ''),
(64412, 216, 2084, 'Muri', ''),
(64413, 216, 2084, 'Nesselnbach', ''),
(64414, 216, 2084, 'Neuenhof', ''),
(64415, 216, 2084, 'Niederlenz', ''),
(64416, 216, 2084, 'Niederrohrdorf', ''),
(64417, 216, 2084, 'Nussbaumen', ''),
(64418, 216, 2084, 'Oberentfelden', ''),
(64419, 216, 2084, 'Oberflachs', ''),
(64420, 216, 2084, 'Oberhofen bei Etzgen', ''),
(64421, 216, 2084, 'Oberkulm', ''),
(64422, 216, 2084, 'Oberlunkhofen', ''),
(64423, 216, 2084, 'Oberrohrdorf', ''),
(64424, 216, 2084, 'Oberruti', ''),
(64425, 216, 2084, 'Oberwil', ''),
(64426, 216, 2084, 'Oeschgen', ''),
(64427, 216, 2084, 'Oftringen', ''),
(64428, 216, 2084, 'Othmarsingen', ''),
(64429, 216, 2084, 'Reinach', ''),
(64430, 216, 2084, 'Reitnau', ''),
(64431, 216, 2084, 'Rheinfelden', ''),
(64432, 216, 2084, 'Rieden', ''),
(64433, 216, 2084, 'Rietheim', ''),
(64434, 216, 2084, 'Riniken', ''),
(64435, 216, 2084, 'Rombach', ''),
(64436, 216, 2084, 'Rothrist', ''),
(64437, 216, 2084, 'Rottenschwil', ''),
(64438, 216, 2084, 'Rudolfstetten', ''),
(64439, 216, 2084, 'Rumikon', ''),
(64440, 216, 2084, 'Rupperswil', ''),
(64441, 216, 2084, 'Safenwil', ''),
(64442, 216, 2084, 'Sarmenstorf', ''),
(64443, 216, 2084, 'Schafisheim', ''),
(64444, 216, 2084, 'Scherz', ''),
(64445, 216, 2084, 'Schinznach Dorf', ''),
(64446, 216, 2084, 'Schlossrued', ''),
(64447, 216, 2084, 'Schneisingen', ''),
(64448, 216, 2084, 'Schoftland', ''),
(64449, 216, 2084, 'Schupfart', ''),
(64450, 216, 2084, 'Seengen', ''),
(64451, 216, 2084, 'Seon', ''),
(64452, 216, 2084, 'Sins', ''),
(64453, 216, 2084, 'Sisseln', ''),
(64454, 216, 2084, 'Spreitenbach', ''),
(64455, 216, 2084, 'Staffelbach', ''),
(64456, 216, 2084, 'Staufen', ''),
(64457, 216, 2084, 'Stein', ''),
(64458, 216, 2084, 'Stetten', ''),
(64459, 216, 2084, 'Stilli', ''),
(64460, 216, 2084, 'Strengelbach', ''),
(64461, 216, 2084, 'Suhr', ''),
(64462, 216, 2084, 'Sulz', ''),
(64463, 216, 2084, 'Taegerig', ''),
(64464, 216, 2084, 'Tegerfelden', ''),
(64465, 216, 2084, 'Teufenthal', ''),
(64466, 216, 2084, 'Thalheim', ''),
(64467, 216, 2084, 'Turgi', ''),
(64468, 216, 2084, 'Ueken', ''),
(64469, 216, 2084, 'Uerkheim', ''),
(64470, 216, 2084, 'Unterentfelden', ''),
(64471, 216, 2084, 'Unterlunkhofen', ''),
(64472, 216, 2084, 'Untersiggenthal', ''),
(64473, 216, 2084, 'Villigen', ''),
(64474, 216, 2084, 'Villmergen', ''),
(64475, 216, 2084, 'Villnachern', ''),
(64476, 216, 2084, 'Vordemwald', ''),
(64477, 216, 2084, 'Walde', ''),
(64478, 216, 2084, 'Waltenschwil', ''),
(64479, 216, 2084, 'Wegenstetten', ''),
(64480, 216, 2084, 'Wettingen', ''),
(64481, 216, 2084, 'Widen', ''),
(64482, 216, 2084, 'Wildegg', ''),
(64483, 216, 2084, 'Windisch', ''),
(64484, 216, 2084, 'Woelflinswil', ''),
(64485, 216, 2084, 'Wohlen', ''),
(64486, 216, 2084, 'Wohlenschwil', ''),
(64487, 216, 2084, 'Wurenlingen', ''),
(64488, 216, 2084, 'Wurenlos', ''),
(64489, 216, 2084, 'Zeihen', ''),
(64490, 216, 2084, 'Zeiningen', ''),
(64491, 216, 2084, 'Zetzwil', ''),
(64492, 216, 2084, 'Zofingen', ''),
(64493, 216, 2084, 'Zufikon', ''),
(64494, 216, 2084, 'Zuzgen', ''),
(64495, 216, 2085, 'Bühler', ''),
(64496, 216, 2085, 'Heiden', ''),
(64497, 216, 2085, 'Herisau', ''),
(64498, 216, 2085, 'Niederteufen', ''),
(64499, 216, 2085, 'Rehetobel', ''),
(64500, 216, 2085, 'Teufen AR', ''),
(64501, 216, 2085, 'Trogen', ''),
(64502, 216, 2086, 'Appenzell', ''),
(64503, 216, 2086, 'Balgach', ''),
(64504, 216, 2086, 'Berneck', ''),
(64505, 216, 2086, 'Haslen', ''),
(64506, 216, 2086, 'Oberegg', ''),
(64507, 216, 2086, 'Weissbad', ''),
(64508, 216, 2087, 'Basel', ''),
(64509, 216, 2087, 'Bettingen', ''),
(64510, 216, 2088, 'Aesch', ''),
(64511, 216, 2088, 'Allschwil', ''),
(64512, 216, 2088, 'Arisdorf', ''),
(64513, 216, 2088, 'Arlesheim', ''),
(64514, 216, 2088, 'Augst', ''),
(64515, 216, 2088, 'Binningen', ''),
(64516, 216, 2088, 'Birsfelden', ''),
(64517, 216, 2088, 'Blauen', ''),
(64518, 216, 2088, 'Bottmingen', ''),
(64519, 216, 2088, 'Bretzwil', ''),
(64520, 216, 2088, 'Bubendorf', ''),
(64521, 216, 2088, 'Diegten', ''),
(64522, 216, 2088, 'Dittingen', ''),
(64523, 216, 2088, 'Ettingen', ''),
(64524, 216, 2088, 'Freidorf', ''),
(64525, 216, 2088, 'Frenkendorf', ''),
(64526, 216, 2088, 'Fullinsdorf', ''),
(64527, 216, 2088, 'Gelterkinden', ''),
(64528, 216, 2088, 'Giebenach', ''),
(64529, 216, 2088, 'Grellingen', ''),
(64530, 216, 2088, 'Hersberg', ''),
(64531, 216, 2088, 'Holstein', ''),
(64532, 216, 2088, 'Itingen', ''),
(64533, 216, 2088, 'Langenbruck', ''),
(64534, 216, 2088, 'Laufelfingen', ''),
(64535, 216, 2088, 'Laufen', ''),
(64536, 216, 2088, 'Lausen', ''),
(64537, 216, 2088, 'Liesberg', ''),
(64538, 216, 2088, 'Liestal', ''),
(64539, 216, 2088, 'Lupsingen', ''),
(64540, 216, 2088, 'Maisprach', ''),
(64541, 216, 2088, 'Munchenstein', ''),
(64542, 216, 2088, 'Muttenz', ''),
(64543, 216, 2088, 'Nenzlingen', ''),
(64544, 216, 2088, 'Oberwil', ''),
(64545, 216, 2088, 'Ormalingen', ''),
(64546, 216, 2088, 'Pfeffingen', ''),
(64547, 216, 2088, 'Pratteln', ''),
(64548, 216, 2088, 'Ramlinsburg', ''),
(64549, 216, 2088, 'Reigoldswil', ''),
(64550, 216, 2088, 'Reinach', ''),
(64551, 216, 2088, 'Rothenfluh', ''),
(64552, 216, 2088, 'Schonenbuch', ''),
(64553, 216, 2088, 'Seltisberg', ''),
(64554, 216, 2088, 'Sissach', ''),
(64555, 216, 2088, 'Tecknau', ''),
(64556, 216, 2088, 'Tenniken', ''),
(64557, 216, 2088, 'Therwil', ''),
(64558, 216, 2088, 'Wahlen', ''),
(64559, 216, 2088, 'Waldenburg', ''),
(64560, 216, 2088, 'Wittinsburg', ''),
(64561, 216, 2088, 'Zeglingen', ''),
(64562, 216, 2088, 'Ziefen', ''),
(64563, 216, 2088, 'Zunzgen', ''),
(64564, 216, 2089, 'Aarberg', ''),
(64565, 216, 2089, 'Aarwangen', ''),
(64566, 216, 2089, 'Adelboden', ''),
(64567, 216, 2089, 'Albligen', ''),
(64568, 216, 2089, 'Arni', ''),
(64569, 216, 2089, 'Bannwil', ''),
(64570, 216, 2089, 'Bariswil', ''),
(64571, 216, 2089, 'Batterkinden', ''),
(64572, 216, 2089, 'Bellmund', ''),
(64573, 216, 2089, 'Belp', ''),
(64574, 216, 2089, 'Bern', ''),
(64575, 216, 2089, 'Bern / Liebefeld', ''),
(64576, 216, 2089, 'Biel/Bienne', ''),
(64577, 216, 2089, 'Biglen', ''),
(64578, 216, 2089, 'Bleienbach', ''),
(64579, 216, 2089, 'Blumenstein', ''),
(64580, 216, 2089, 'Boll', ''),
(64581, 216, 2089, 'Bolligen', ''),
(64582, 216, 2089, 'Bremgarten', ''),
(64583, 216, 2089, 'Brienz', ''),
(64584, 216, 2089, 'Brügg', ''),
(64585, 216, 2089, 'Burgdorf', ''),
(64586, 216, 2089, 'Busswil', ''),
(64587, 216, 2089, 'Butzberg', ''),
(64588, 216, 2089, 'Corgemont', ''),
(64589, 216, 2089, 'Courtelary', ''),
(64590, 216, 2089, 'Cremines', ''),
(64591, 216, 2089, 'Dotzigen', ''),
(64592, 216, 2089, 'Einigen', ''),
(64593, 216, 2089, 'Evilard', ''),
(64594, 216, 2089, 'Finsterhennen', ''),
(64595, 216, 2089, 'Fraubrunnen', ''),
(64596, 216, 2089, 'Frauenkappelen', ''),
(64597, 216, 2089, 'Gals', ''),
(64598, 216, 2089, 'Gampelen', ''),
(64599, 216, 2089, 'Gerzensee', ''),
(64600, 216, 2089, 'Goldiwil', ''),
(64601, 216, 2089, 'Goldswil', ''),
(64602, 216, 2089, 'Grafenried', ''),
(64603, 216, 2089, 'Grindelwald', ''),
(64604, 216, 2089, 'Grossaffoltern', ''),
(64605, 216, 2089, 'Grund', ''),
(64606, 216, 2089, 'Gstaad', ''),
(64607, 216, 2089, 'Gumligen', ''),
(64608, 216, 2089, 'Gummenen', ''),
(64609, 216, 2089, 'Gwatt', ''),
(64610, 216, 2089, 'Hasle', ''),
(64611, 216, 2089, 'Heimberg', ''),
(64612, 216, 2089, 'Heimisbach', ''),
(64613, 216, 2089, 'Herbligen', ''),
(64614, 216, 2089, 'Herrenschwanden', ''),
(64615, 216, 2089, 'Herzogenbuchsee', ''),
(64616, 216, 2089, 'Hettiswil', ''),
(64617, 216, 2089, 'Hindelbank', ''),
(64618, 216, 2089, 'Hinterkappelen', ''),
(64619, 216, 2089, 'Hunibach', ''),
(64620, 216, 2089, 'Huttwil', ''),
(64621, 216, 2089, 'Iffwil', ''),
(64622, 216, 2089, 'Innerberg', ''),
(64623, 216, 2089, 'Ins', ''),
(64624, 216, 2089, 'Interlaken', ''),
(64625, 216, 2089, 'Ipsach', ''),
(64626, 216, 2089, 'Ittigen', ''),
(64627, 216, 2089, 'Jegenstorf', ''),
(64628, 216, 2089, 'Kappelen', ''),
(64629, 216, 2089, 'Kaufdorf', ''),
(64630, 216, 2089, 'Kehrsatz', ''),
(64631, 216, 2089, 'Kiesen', ''),
(64632, 216, 2089, 'Kirchdorf', ''),
(64633, 216, 2089, 'Kirchlindach', ''),
(64634, 216, 2089, 'Köniz', ''),
(64635, 216, 2089, 'Konolfingen', ''),
(64636, 216, 2089, 'Koppigen', ''),
(64637, 216, 2089, 'Krattigen', ''),
(64638, 216, 2089, 'Krauchthal', ''),
(64639, 216, 2089, 'La Neuveville', ''),
(64640, 216, 2089, 'Lamboing', ''),
(64641, 216, 2089, 'Langenthal', ''),
(64642, 216, 2089, 'Langnau', ''),
(64643, 216, 2089, 'Laupen', ''),
(64644, 216, 2089, 'Lauperswil', ''),
(64645, 216, 2089, 'Lengnau', ''),
(64646, 216, 2089, 'Leuzigen', ''),
(64647, 216, 2089, 'Lotzwil', ''),
(64648, 216, 2089, 'Lützelflüh', ''),
(64649, 216, 2089, 'Lyss', ''),
(64650, 216, 2089, 'Lyssach', ''),
(64651, 216, 2089, 'Magglingen', ''),
(64652, 216, 2089, 'Malleray', ''),
(64653, 216, 2089, 'Mamishaus', ''),
(64654, 216, 2089, 'Matten', ''),
(64655, 216, 2089, 'Mattstetten', ''),
(64656, 216, 2089, 'Meinisberg', ''),
(64657, 216, 2089, 'Meiringen', ''),
(64658, 216, 2089, 'Melchnau', ''),
(64659, 216, 2089, 'Mittelhaeusern', ''),
(64660, 216, 2089, 'Moosseedorf', ''),
(64661, 216, 2089, 'Morigen', ''),
(64662, 216, 2089, 'Moutier', ''),
(64663, 216, 2089, 'Muhleberg', ''),
(64664, 216, 2089, 'Munchenbuchsee', ''),
(64665, 216, 2089, 'Munsingen', ''),
(64666, 216, 2089, 'Muri bei Bern', ''),
(64667, 216, 2089, 'Murzelen', ''),
(64668, 216, 2089, 'Neuenegg', ''),
(64669, 216, 2089, 'Neuhaus', ''),
(64670, 216, 2089, 'Nidau', ''),
(64671, 216, 2089, 'Niederbipp', ''),
(64672, 216, 2089, 'Niederhuenigen', ''),
(64673, 216, 2089, 'Niederscherli', ''),
(64674, 216, 2089, 'Niederwangen', ''),
(64675, 216, 2089, 'Nods', ''),
(64676, 216, 2089, 'Oberbalm', ''),
(64677, 216, 2089, 'Oberbipp', ''),
(64678, 216, 2089, 'Oberburg', ''),
(64679, 216, 2089, 'Oberdiessbach', ''),
(64680, 216, 2089, 'Oberhofen', ''),
(64681, 216, 2089, 'Oberlindach', ''),
(64682, 216, 2089, 'Oberonz', ''),
(64683, 216, 2089, 'Oberried', ''),
(64684, 216, 2089, 'Oberscherli', ''),
(64685, 216, 2089, 'Ochlenberg', ''),
(64686, 216, 2089, 'Oppligen', ''),
(64687, 216, 2089, 'Orvin', ''),
(64688, 216, 2089, 'Ostermundigen', ''),
(64689, 216, 2089, 'Pery', ''),
(64690, 216, 2089, 'Pieterlen', ''),
(64691, 216, 2089, 'Port', ''),
(64692, 216, 2089, 'Reconvilier', ''),
(64693, 216, 2089, 'Reisiswil', ''),
(64694, 216, 2089, 'Reutigen', ''),
(64695, 216, 2089, 'Riggisberg', ''),
(64696, 216, 2089, 'Ringgenberg', ''),
(64697, 216, 2089, 'Roggwil', ''),
(64698, 216, 2089, 'Rosshaeusern', ''),
(64699, 216, 2089, 'Rubigen', ''),
(64700, 216, 2089, 'Ruderswil', ''),
(64701, 216, 2089, 'Saanen', ''),
(64702, 216, 2089, 'Safnern', ''),
(64703, 216, 2089, 'Saint-Imier', ''),
(64704, 216, 2089, 'Sariswil', ''),
(64705, 216, 2089, 'Schalunen', ''),
(64706, 216, 2089, 'Schlosswil', ''),
(64707, 216, 2089, 'Schonbuhl', ''),
(64708, 216, 2089, 'Schonried', ''),
(64709, 216, 2089, 'Schupfen', ''),
(64710, 216, 2089, 'Schwarzenburg', ''),
(64711, 216, 2089, 'Signau', ''),
(64712, 216, 2089, 'Sonvilier', ''),
(64713, 216, 2089, 'Sornetan', ''),
(64714, 216, 2089, 'Spiez', ''),
(64715, 216, 2089, 'Steffisburg', ''),
(64716, 216, 2089, 'Stettlen', ''),
(64717, 216, 2089, 'Studen', ''),
(64718, 216, 2089, 'Suberg', ''),
(64719, 216, 2089, 'Sumiswald', ''),
(64720, 216, 2089, 'Tauffelen', ''),
(64721, 216, 2089, 'Tavannes', ''),
(64722, 216, 2089, 'Thierachern', ''),
(64723, 216, 2089, 'Thun', ''),
(64724, 216, 2089, 'Thunstetten', ''),
(64725, 216, 2089, 'Toffen', ''),
(64726, 216, 2089, 'Tramelan', ''),
(64727, 216, 2089, 'Trimstein', ''),
(64728, 216, 2089, 'Uetendorf', ''),
(64729, 216, 2089, 'Uettligen', ''),
(64730, 216, 2089, 'Unterlangenegg', ''),
(64731, 216, 2089, 'Unterseen', ''),
(64732, 216, 2089, 'Urtenen', ''),
(64733, 216, 2089, 'Uttigen', ''),
(64734, 216, 2089, 'Utzenstorf', ''),
(64735, 216, 2089, 'Utzigen', ''),
(64736, 216, 2089, 'Vauffelin', ''),
(64737, 216, 2089, 'Wabern', ''),
(64738, 216, 2089, 'Wangen an der Aare', ''),
(64739, 216, 2089, 'Wasen', ''),
(64740, 216, 2089, 'Wattenwil', ''),
(64741, 216, 2089, 'Wichtrach', ''),
(64742, 216, 2089, 'Wiedlisbach', ''),
(64743, 216, 2089, 'Wilderswil', ''),
(64744, 216, 2089, 'Wileroltigen', ''),
(64745, 216, 2089, 'Wimmis', ''),
(64746, 216, 2089, 'Wolfisberg', ''),
(64747, 216, 2089, 'Worb', ''),
(64748, 216, 2089, 'Worblaufen', ''),
(64749, 216, 2089, 'Wynigen', ''),
(64750, 216, 2089, 'Zollbruck', ''),
(64751, 216, 2089, 'Zollikofen', ''),
(64752, 216, 2089, 'Zweisimmen', ''),
(64753, 216, 2090, 'Albeuve', ''),
(64754, 216, 2090, 'Alterswil', ''),
(64755, 216, 2090, 'Arconciel', ''),
(64756, 216, 2090, 'Attalens', ''),
(64757, 216, 2090, 'Aumont', ''),
(64758, 216, 2090, 'Avry', ''),
(64759, 216, 2090, 'Belfaux', ''),
(64760, 216, 2090, 'Billens', ''),
(64761, 216, 2090, 'Bonnefontaine', ''),
(64762, 216, 2090, 'Bosingen', ''),
(64763, 216, 2090, 'Bouloz', ''),
(64764, 216, 2090, 'Broc', ''),
(64765, 216, 2090, 'Bulle', ''),
(64766, 216, 2090, 'Charmey', ''),
(64767, 216, 2090, 'Chatel-Saint-Denis', ''),
(64768, 216, 2090, 'Chenens', ''),
(64769, 216, 2090, 'Cheyres', ''),
(64770, 216, 2090, 'Cordast', ''),
(64771, 216, 2090, 'Corminboeuf', ''),
(64772, 216, 2090, 'Cottens', ''),
(64773, 216, 2090, 'Courgevaux', ''),
(64774, 216, 2090, 'Cournillens', ''),
(64775, 216, 2090, 'Courtepin', ''),
(64776, 216, 2090, 'Cressier', ''),
(64777, 216, 2090, 'Cugy', ''),
(64778, 216, 2090, 'Domdidier', ''),
(64779, 216, 2090, 'Dompierre', ''),
(64780, 216, 2090, 'Düdingen', ''),
(64781, 216, 2090, 'Echarlens', ''),
(64782, 216, 2090, 'Ecublens', ''),
(64783, 216, 2090, 'Ecuvillens', ''),
(64784, 216, 2090, 'Enney', ''),
(64785, 216, 2090, 'Epagny', ''),
(64786, 216, 2090, 'Estavayer-le-Lac', ''),
(64787, 216, 2090, 'Flamatt', ''),
(64788, 216, 2090, 'Fraschels', ''),
(64789, 216, 2090, 'Fribourg', ''),
(64790, 216, 2090, 'Givisiez', ''),
(64791, 216, 2090, 'Gletterens', ''),
(64792, 216, 2090, 'Grandsivaz', ''),
(64793, 216, 2090, 'Grenilles', ''),
(64794, 216, 2090, 'Grolley', ''),
(64795, 216, 2090, 'Hauteville', ''),
(64796, 216, 2090, 'Im Fang', ''),
(64797, 216, 2090, 'Kerzers', ''),
(64798, 216, 2090, 'La Roche', ''),
(64799, 216, 2090, 'La Tour-de-Treme', ''),
(64800, 216, 2090, 'Le Paquier-Montbarry', ''),
(64801, 216, 2090, 'Lentigny', ''),
(64802, 216, 2090, 'Lossy', ''),
(64803, 216, 2090, 'Lugnorre', ''),
(64804, 216, 2090, 'Lully', ''),
(64805, 216, 2090, 'Lussy', ''),
(64806, 216, 2090, 'Mannens', ''),
(64807, 216, 2090, 'Marly', ''),
(64808, 216, 2090, 'Maules', ''),
(64809, 216, 2090, 'Menieres', ''),
(64810, 216, 2090, 'Mezieres', ''),
(64811, 216, 2090, 'Murten', ''),
(64812, 216, 2090, 'Neyruz', ''),
(64813, 216, 2090, 'Noreaz', ''),
(64814, 216, 2090, 'Onnens', ''),
(64815, 216, 2090, 'Plaffeien', ''),
(64816, 216, 2090, 'Porsel', ''),
(64817, 216, 2090, 'Portalban- Dessous', ''),
(64818, 216, 2090, 'Posieux', ''),
(64819, 216, 2090, 'Rechthalten', ''),
(64820, 216, 2090, 'Romont', ''),
(64821, 216, 2090, 'Rossens', ''),
(64822, 216, 2090, 'Rue', ''),
(64823, 216, 2090, 'Saint-Aubin', ''),
(64824, 216, 2090, 'Schmitten', ''),
(64825, 216, 2090, 'Semsales', ''),
(64826, 216, 2090, 'Siviriez', ''),
(64827, 216, 2090, 'Sorens', ''),
(64828, 216, 2090, 'Surpierre', ''),
(64829, 216, 2090, 'Tafers', ''),
(64830, 216, 2090, 'Tatroz', ''),
(64831, 216, 2090, 'Ueberstorf', ''),
(64832, 216, 2090, 'Ursy', ''),
(64833, 216, 2090, 'Vauderens', ''),
(64834, 216, 2090, 'Vaulruz', ''),
(64835, 216, 2090, 'Villars-sur-Glane', ''),
(64836, 216, 2090, 'Villarsiviriaux', ''),
(64837, 216, 2090, 'Villaz-Saint-Pierre', ''),
(64838, 216, 2090, 'Vuadens', ''),
(64839, 216, 2090, 'Vuisternens', ''),
(64840, 216, 2090, 'Wunnewil', ''),
(64841, 216, 2091, 'Anieres', ''),
(64842, 216, 2091, 'Avully', ''),
(64843, 216, 2091, 'Bellevue', ''),
(64844, 216, 2091, 'Bernex', ''),
(64845, 216, 2091, 'Carouge', ''),
(64846, 216, 2091, 'Celigny', ''),
(64847, 216, 2091, 'Chambesy', ''),
(64848, 216, 2091, 'Chancy', ''),
(64849, 216, 2091, 'Chatelaine', ''),
(64850, 216, 2091, 'Chene-Bougeries', ''),
(64851, 216, 2091, 'Chene-Bourg', ''),
(64852, 216, 2091, 'Cointrin', ''),
(64853, 216, 2091, 'Collex', ''),
(64854, 216, 2091, 'Cologny', ''),
(64855, 216, 2091, 'Conches', ''),
(64856, 216, 2091, 'Confignon', ''),
(64857, 216, 2091, 'Corsier', ''),
(64858, 216, 2091, 'Geneva', ''),
(64859, 216, 2091, 'Genthod', ''),
(64860, 216, 2091, 'Grand Lancy', ''),
(64861, 216, 2091, 'Gy', ''),
(64862, 216, 2091, 'Hermance', ''),
(64863, 216, 2091, 'Jussy', ''),
(64864, 216, 2091, 'Laconnex', ''),
(64865, 216, 2091, 'Le Grand-Saconnex', ''),
(64866, 216, 2091, 'Le Lignon', ''),
(64867, 216, 2091, 'Les Acacias', ''),
(64868, 216, 2091, 'Meinier', ''),
(64869, 216, 2091, 'Meyrin', ''),
(64870, 216, 2091, 'Onex', ''),
(64871, 216, 2091, 'Petit Lancy', ''),
(64872, 216, 2091, 'Plan-les-Ouates', ''),
(64873, 216, 2091, 'Russin', ''),
(64874, 216, 2091, 'Satigny', ''),
(64875, 216, 2091, 'Soral', ''),
(64876, 216, 2091, 'Thonex', ''),
(64877, 216, 2091, 'Troinex', ''),
(64878, 216, 2091, 'Vandoeuvres', ''),
(64879, 216, 2091, 'Vernier', ''),
(64880, 216, 2091, 'Versoix', ''),
(64881, 216, 2091, 'Vesenaz', ''),
(64882, 216, 2091, 'Vessy', ''),
(64883, 216, 2091, 'Veyrier', ''),
(64884, 216, 2092, 'Bilten', ''),
(64885, 216, 2092, 'Glarus', ''),
(64886, 216, 2092, 'Linthal', ''),
(64887, 216, 2092, 'Nafels', ''),
(64888, 216, 2092, 'Netstal', ''),
(64889, 216, 2092, 'Niederurnen', ''),
(64890, 216, 2092, 'Oberurnen', ''),
(64891, 216, 2092, 'Schwandi', ''),
(64892, 216, 2092, 'Ziegelbrucke', ''),
(64893, 216, 2093, 'Arosa', ''),
(64894, 216, 2093, 'Bonaduz', ''),
(64895, 216, 2093, 'Breil', ''),
(64896, 216, 2093, 'Campfer', ''),
(64897, 216, 2093, 'Celerina', ''),
(64898, 216, 2093, 'Chur', ''),
(64899, 216, 2093, 'Davos', ''),
(64900, 216, 2093, 'Davos Dorf', ''),
(64901, 216, 2093, 'Davos Platz', ''),
(64902, 216, 2093, 'Domat', ''),
(64903, 216, 2093, 'Felsberg', ''),
(64904, 216, 2093, 'Flasch', ''),
(64905, 216, 2093, 'Flims', ''),
(64906, 216, 2093, 'Grono', ''),
(64907, 216, 2093, 'Grusch', ''),
(64908, 216, 2093, 'Ilanz', ''),
(64909, 216, 2093, 'Jenins', ''),
(64910, 216, 2093, 'Klosters Dorf', ''),
(64911, 216, 2093, 'Kublis', ''),
(64912, 216, 2093, 'Landquart', ''),
(64913, 216, 2093, 'Maienfeld', ''),
(64914, 216, 2093, 'Malans', ''),
(64915, 216, 2093, 'Masein', ''),
(64916, 216, 2093, 'Pany', ''),
(64917, 216, 2093, 'Parpan', ''),
(64918, 216, 2093, 'Poschiavo', ''),
(64919, 216, 2093, 'Saas', ''),
(64920, 216, 2093, 'Sagogn', ''),
(64921, 216, 2093, 'Saint Moritz', ''),
(64922, 216, 2093, 'Samedan', ''),
(64923, 216, 2093, 'Sarn', ''),
(64924, 216, 2093, 'Savognin', ''),
(64925, 216, 2093, 'Schiers', ''),
(64926, 216, 2093, 'Sils-Segl Maria', ''),
(64927, 216, 2093, 'Trimmis', ''),
(64928, 216, 2093, 'Tschuggen', ''),
(64929, 216, 2093, 'Untervaz', ''),
(64930, 216, 2093, 'Villa', ''),
(64931, 216, 2093, 'Zizers', ''),
(64932, 216, 2094, 'Alle', ''),
(64933, 216, 2094, 'Bassecourt', ''),
(64934, 216, 2094, 'Bonfol', ''),
(64935, 216, 2094, 'Bourrignon', ''),
(64936, 216, 2094, 'Charmoille', ''),
(64937, 216, 2094, 'Courcelon', ''),
(64938, 216, 2094, 'Courfaivre', ''),
(64939, 216, 2094, 'Courgenay', ''),
(64940, 216, 2094, 'Courrendlin', ''),
(64941, 216, 2094, 'Courroux', ''),
(64942, 216, 2094, 'Courtedoux', ''),
(64943, 216, 2094, 'Courtemaiche', ''),
(64944, 216, 2094, 'Courtetelle', ''),
(64945, 216, 2094, 'Delémont', ''),
(64946, 216, 2094, 'Fontenais', ''),
(64947, 216, 2094, 'Glovelier', ''),
(64948, 216, 2094, 'La Chaux', ''),
(64949, 216, 2094, 'Le Bemont', ''),
(64950, 216, 2094, 'Le Noirmont', ''),
(64951, 216, 2094, 'Le Predame', ''),
(64952, 216, 2094, 'Les Bois', ''),
(64953, 216, 2094, 'Les Breuleux', ''),
(64954, 216, 2094, 'Porrentruy', ''),
(64955, 216, 2094, 'Rossemaison', ''),
(64956, 216, 2094, 'Saignelegier', ''),
(64957, 216, 2094, 'Saint-Ursanne', ''),
(64958, 216, 2094, 'Soyhieres', ''),
(64959, 216, 2094, 'Vicques', ''),
(64960, 216, 2095, 'Adligenswil', ''),
(64961, 216, 2095, 'Aesch', ''),
(64962, 216, 2095, 'Altishofen', ''),
(64963, 216, 2095, 'Baldegg', ''),
(64964, 216, 2095, 'Ballwil', ''),
(64965, 216, 2095, 'Buchrain', ''),
(64966, 216, 2095, 'Bueron', ''),
(64967, 216, 2095, 'Buttisholz', ''),
(64968, 216, 2095, 'Dagmersellen', ''),
(64969, 216, 2095, 'Doppleschwand', ''),
(64970, 216, 2095, 'Ebikon', ''),
(64971, 216, 2095, 'Ebnet', ''),
(64972, 216, 2095, 'Eich', ''),
(64973, 216, 2095, 'Emmen', ''),
(64974, 216, 2095, 'Emmenbruecke', ''),
(64975, 216, 2095, 'Entlebuch', ''),
(64976, 216, 2095, 'Eschenbach', ''),
(64977, 216, 2095, 'Escholzmatt', ''),
(64978, 216, 2095, 'Ettiswil', ''),
(64979, 216, 2095, 'Gelfingen', ''),
(64980, 216, 2095, 'Geuensee', ''),
(64981, 216, 2095, 'Gisikon', ''),
(64982, 216, 2095, 'Greppen', ''),
(64983, 216, 2095, 'Grosswangen', ''),
(64984, 216, 2095, 'Gunzwil', ''),
(64985, 216, 2095, 'Haemikon', ''),
(64986, 216, 2095, 'Hellbuehl', ''),
(64987, 216, 2095, 'Hildisrieden', ''),
(64988, 216, 2095, 'Hochdorf', ''),
(64989, 216, 2095, 'Hohenrain', ''),
(64990, 216, 2095, 'Honau', ''),
(64991, 216, 2095, 'Horw', ''),
(64992, 216, 2095, 'Inwil', ''),
(64993, 216, 2095, 'Kastanienbaum', ''),
(64994, 216, 2095, 'Knutwil', ''),
(64995, 216, 2095, 'Kriens', ''),
(64996, 216, 2095, 'Langnau', ''),
(64997, 216, 2095, 'Lieli', ''),
(64998, 216, 2095, 'Littau', ''),
(64999, 216, 2095, 'Lucerne', ''),
(65000, 216, 2095, 'Malters', ''),
(65001, 216, 2095, 'Mauensee', ''),
(65002, 216, 2095, 'Meggen', ''),
(65003, 216, 2095, 'Meierskappel', ''),
(65004, 216, 2095, 'Menznau', ''),
(65005, 216, 2095, 'Nebikon', ''),
(65006, 216, 2095, 'Neuenkirch', ''),
(65007, 216, 2095, 'Nottwil', ''),
(65008, 216, 2095, 'Oberkirch', ''),
(65009, 216, 2095, 'Obernau', ''),
(65010, 216, 2095, 'Perlen', ''),
(65011, 216, 2095, 'Reiden', ''),
(65012, 216, 2095, 'Rigi Kaltbad', ''),
(65013, 216, 2095, 'Root', ''),
(65014, 216, 2095, 'Rothenburg', ''),
(65015, 216, 2095, 'Ruswil', ''),
(65016, 216, 2095, 'Schachen', ''),
(65017, 216, 2095, 'Schenkon', ''),
(65018, 216, 2095, 'Schoetz', ''),
(65019, 216, 2095, 'Schuepfheim', ''),
(65020, 216, 2095, 'Schwarzenberg', ''),
(65021, 216, 2095, 'Sempach', ''),
(65022, 216, 2095, 'Sursee', ''),
(65023, 216, 2095, 'Triengen', ''),
(65024, 216, 2095, 'Udligenswil', ''),
(65025, 216, 2095, 'Uffikon', ''),
(65026, 216, 2095, 'Vitznau', ''),
(65027, 216, 2095, 'Wauwil', ''),
(65028, 216, 2095, 'Weggis', ''),
(65029, 216, 2095, 'Wikon', ''),
(65030, 216, 2095, 'Willisau', ''),
(65031, 216, 2095, 'Winikon', ''),
(65032, 216, 2095, 'Winkel', ''),
(65033, 216, 2095, 'Wolhusen', ''),
(65034, 216, 2096, 'Areuse', ''),
(65035, 216, 2096, 'Auvernier', ''),
(65036, 216, 2096, 'Bevaix', ''),
(65037, 216, 2096, 'Bole', ''),
(65038, 216, 2096, 'Boudry', ''),
(65039, 216, 2096, 'Cernier', ''),
(65040, 216, 2096, 'Chaumont-de-Pury', ''),
(65041, 216, 2096, 'Chez-le-Bart', ''),
(65042, 216, 2096, 'Chezard-Saint-Martin', ''),
(65043, 216, 2096, 'Colombier', ''),
(65044, 216, 2096, 'Corcelles', ''),
(65045, 216, 2096, 'Cornaux', ''),
(65046, 216, 2096, 'Cortaillod', ''),
(65047, 216, 2096, 'Couvet', ''),
(65048, 216, 2096, 'Cressier', ''),
(65049, 216, 2096, 'Dombresson', ''),
(65050, 216, 2096, 'Enges', ''),
(65051, 216, 2096, 'Fleurier', ''),
(65052, 216, 2096, 'La Chaux-de-Fonds', ''),
(65053, 216, 2096, 'La Sagne', ''),
(65054, 216, 2096, 'Le Landeron', ''),
(65055, 216, 2096, 'Le Locle', ''),
(65056, 216, 2096, 'Les Geneveys-sur-Coffrane', ''),
(65057, 216, 2096, 'Les Verrieres', ''),
(65058, 216, 2096, 'Marin', ''),
(65059, 216, 2096, 'Neuchatel', ''),
(65060, 216, 2096, 'Peseux', ''),
(65061, 216, 2096, 'Saint-Aubin-Sauges', ''),
(65062, 216, 2096, 'Saint-Blaise', ''),
(65063, 216, 2096, 'Saules', ''),
(65064, 216, 2096, 'Thielle', ''),
(65065, 216, 2096, 'Travers', ''),
(65066, 216, 2096, 'Villiers', ''),
(65067, 216, 2097, 'Beckenried', ''),
(65068, 216, 2097, 'Buochs', ''),
(65069, 216, 2097, 'Buren nid dem Bach', ''),
(65070, 216, 2097, 'Emmetten', ''),
(65071, 216, 2097, 'Ennetbürgen', ''),
(65072, 216, 2097, 'Hergiswil', ''),
(65073, 216, 2097, 'Oberdorf', ''),
(65074, 216, 2097, 'Stans', ''),
(65075, 216, 2097, 'Stansstad', ''),
(65076, 216, 2098, 'Alpnach', ''),
(65077, 216, 2098, 'Alpnachstad', ''),
(65078, 216, 2098, 'Engelberg', ''),
(65079, 216, 2098, 'Flueli', ''),
(65080, 216, 2098, 'Giswil', ''),
(65081, 216, 2098, 'Kaegiswil', ''),
(65082, 216, 2098, 'Kerns', ''),
(65083, 216, 2098, 'Sarnen', ''),
(65084, 216, 2099, 'Abtwil', ''),
(65085, 216, 2099, 'Algetshausen', ''),
(65086, 216, 2099, 'Altstatten', ''),
(65087, 216, 2099, 'Andwil', ''),
(65088, 216, 2099, 'Au', ''),
(65089, 216, 2099, 'Azmoos', ''),
(65090, 216, 2099, 'Bad Ragaz', ''),
(65091, 216, 2099, 'Bazenheid', ''),
(65092, 216, 2099, 'Bichwil', ''),
(65093, 216, 2099, 'Bronschhofen', ''),
(65094, 216, 2099, 'Buchs', ''),
(65095, 216, 2099, 'Buetschwil', ''),
(65096, 216, 2099, 'Degersheim', ''),
(65097, 216, 2099, 'Diepoldsau', ''),
(65098, 216, 2099, 'Dietfurt', ''),
(65099, 216, 2099, 'Ebersol', ''),
(65100, 216, 2099, 'Eggersriet', ''),
(65101, 216, 2099, 'Eichberg', ''),
(65102, 216, 2099, 'Engelburg', ''),
(65103, 216, 2099, 'Ernetschwil', ''),
(65104, 216, 2099, 'Eschenbach', ''),
(65105, 216, 2099, 'Flawil', ''),
(65106, 216, 2099, 'Flums', ''),
(65107, 216, 2099, 'Gams', ''),
(65108, 216, 2099, 'Ganterschwil', ''),
(65109, 216, 2099, 'Gebertingen', ''),
(65110, 216, 2099, 'Glattburg', ''),
(65111, 216, 2099, 'Goldach', ''),
(65112, 216, 2099, 'Goldingen', ''),
(65113, 216, 2099, 'Gommiswald', ''),
(65114, 216, 2099, 'Gossau', ''),
(65115, 216, 2099, 'Grabs', ''),
(65116, 216, 2099, 'Haggenschwil', ''),
(65117, 216, 2099, 'Heerbrugg', ''),
(65118, 216, 2099, 'Henau', ''),
(65119, 216, 2099, 'Horn', ''),
(65120, 216, 2099, 'Jona', ''),
(65121, 216, 2099, 'Jonschwil', ''),
(65122, 216, 2099, 'Kaltbrunn', ''),
(65123, 216, 2099, 'Kirchberg', ''),
(65124, 216, 2099, 'Kriessern', ''),
(65125, 216, 2099, 'Krinau', ''),
(65126, 216, 2099, 'Kronbuhl', ''),
(65127, 216, 2099, 'Lichtensteig', ''),
(65128, 216, 2099, 'Lienz', ''),
(65129, 216, 2099, 'Luechingen', ''),
(65130, 216, 2099, 'Lutisburg', ''),
(65131, 216, 2099, 'Mels', ''),
(65132, 216, 2099, 'Morschwil', ''),
(65133, 216, 2099, 'Mosnang', ''),
(65134, 216, 2099, 'Muolen', ''),
(65135, 216, 2099, 'Murg', ''),
(65136, 216, 2099, 'Niederburen', ''),
(65137, 216, 2099, 'Niederhelfenschwil', ''),
(65138, 216, 2099, 'Niederuzwil', ''),
(65139, 216, 2099, 'Oberhelfenschwil', ''),
(65140, 216, 2099, 'Oberriet', ''),
(65141, 216, 2099, 'Oberuzwil', ''),
(65142, 216, 2099, 'Rapperswil', ''),
(65143, 216, 2099, 'Rebstein', ''),
(65144, 216, 2099, 'Rheineck', ''),
(65145, 216, 2099, 'Rorschach', ''),
(65146, 216, 2099, 'Rorschacherberg', ''),
(65147, 216, 2099, 'Rossrueti', ''),
(65148, 216, 2099, 'Ruthi', ''),
(65149, 216, 2099, 'Salez', ''),
(65150, 216, 2099, 'Sankt Gallenkappel', ''),
(65151, 216, 2099, 'Sargans', ''),
(65152, 216, 2099, 'Schanis', ''),
(65153, 216, 2099, 'Schmerikon', ''),
(65154, 216, 2099, 'Schwarzenbach', ''),
(65155, 216, 2099, 'Sevelen', ''),
(65156, 216, 2099, 'St. Gallen', ''),
(65157, 216, 2099, 'Staad', ''),
(65158, 216, 2099, 'Steinach', ''),
(65159, 216, 2099, 'Uetliburg', ''),
(65160, 216, 2099, 'Untereggen', ''),
(65161, 216, 2099, 'Unterrindal', ''),
(65162, 216, 2099, 'Uznach', ''),
(65163, 216, 2099, 'Uzwil', ''),
(65164, 216, 2099, 'Vilters', ''),
(65165, 216, 2099, 'Waldkirch', ''),
(65166, 216, 2099, 'Walenstadt', ''),
(65167, 216, 2099, 'Wattwil', ''),
(65168, 216, 2099, 'Weesen', ''),
(65169, 216, 2099, 'Widnau', ''),
(65170, 216, 2099, 'Wil', ''),
(65171, 216, 2099, 'Wildhaus', ''),
(65172, 216, 2099, 'Wittenbach', ''),
(65173, 216, 2099, 'Zuckenriet', ''),
(65174, 216, 2099, 'Zuzwil', ''),
(65175, 216, 2100, 'Beringen', ''),
(65176, 216, 2100, 'Buchberg', ''),
(65177, 216, 2100, 'Gachlingen', ''),
(65178, 216, 2100, 'Hallau', ''),
(65179, 216, 2100, 'Loehningen', ''),
(65180, 216, 2100, 'Lohn', ''),
(65181, 216, 2100, 'Neuhausen', ''),
(65182, 216, 2100, 'Schaffhausen', ''),
(65183, 216, 2100, 'Siblingen', ''),
(65184, 216, 2100, 'Stein am Rhein', ''),
(65185, 216, 2100, 'Thayngen', ''),
(65186, 216, 2100, 'Trasadingen', ''),
(65187, 216, 2100, 'Wilchingen', ''),
(65188, 216, 2101, 'Altendorf', ''),
(65189, 216, 2101, 'Arth', ''),
(65190, 216, 2101, 'Bach', ''),
(65191, 216, 2101, 'Brunnen', ''),
(65192, 216, 2101, 'Buttikon', ''),
(65193, 216, 2101, 'Einsiedeln', ''),
(65194, 216, 2101, 'Feusisberg', ''),
(65195, 216, 2101, 'Freienbach', ''),
(65196, 216, 2101, 'Galgenen', ''),
(65197, 216, 2101, 'Gersau', ''),
(65198, 216, 2101, 'Goldau', ''),
(65199, 216, 2101, 'Gross', ''),
(65200, 216, 2101, 'Immensee', ''),
(65201, 216, 2101, 'Küssnacht', ''),
(65202, 216, 2101, 'Lachen', ''),
(65203, 216, 2101, 'Lauerz', ''),
(65204, 216, 2101, 'Morschach', ''),
(65205, 216, 2101, 'Muotathal', ''),
(65206, 216, 2101, 'Oberarth', ''),
(65207, 216, 2101, 'Oberiberg', ''),
(65208, 216, 2101, 'Pfaeffikon', ''),
(65209, 216, 2101, 'Reichenburg', ''),
(65210, 216, 2101, 'Rothenthurm', ''),
(65211, 216, 2101, 'Sattel', ''),
(65212, 216, 2101, 'Schindellegi', ''),
(65213, 216, 2101, 'Schubelbach', ''),
(65214, 216, 2101, 'Schwyz', ''),
(65215, 216, 2101, 'Seewen', ''),
(65216, 216, 2101, 'Siebnen', ''),
(65217, 216, 2101, 'Tuggen', ''),
(65218, 216, 2101, 'Unteriberg', ''),
(65219, 216, 2101, 'Wangen', ''),
(65220, 216, 2101, 'Willerzell', ''),
(65221, 216, 2101, 'Wollerau', ''),
(65222, 216, 2102, 'Aedermannsdorf', ''),
(65223, 216, 2102, 'Balsthal', ''),
(65224, 216, 2102, 'Beinwil', ''),
(65225, 216, 2102, 'Bellach', ''),
(65226, 216, 2102, 'Bettlach', ''),
(65227, 216, 2102, 'Biberist', ''),
(65228, 216, 2102, 'Bolken', ''),
(65229, 216, 2102, 'Breitenbach', ''),
(65230, 216, 2102, 'Busserach', ''),
(65231, 216, 2102, 'Daniken', ''),
(65232, 216, 2102, 'Deitingen', ''),
(65233, 216, 2102, 'Derendingen', ''),
(65234, 216, 2102, 'Dornach', ''),
(65235, 216, 2102, 'Dulliken', ''),
(65236, 216, 2102, 'Egerkingen', ''),
(65237, 216, 2102, 'Erschwil', ''),
(65238, 216, 2102, 'Etziken', ''),
(65239, 216, 2102, 'Feldbrunnen', ''),
(65240, 216, 2102, 'Gerlafingen', ''),
(65241, 216, 2102, 'Grenchen', ''),
(65242, 216, 2102, 'Gretzenbach', ''),
(65243, 216, 2102, 'Gunzgen', ''),
(65244, 216, 2102, 'Haag', ''),
(65245, 216, 2102, 'Hagendorf', ''),
(65246, 216, 2102, 'Hochwald', ''),
(65247, 216, 2102, 'Holderbank', ''),
(65248, 216, 2102, 'Kestenholz', ''),
(65249, 216, 2102, 'Kleinlutzel', ''),
(65250, 216, 2102, 'Kriegstetten', ''),
(65251, 216, 2102, 'Langendorf', ''),
(65252, 216, 2102, 'Lommiswil', ''),
(65253, 216, 2102, 'Lostorf', ''),
(65254, 216, 2102, 'Mariastein', ''),
(65255, 216, 2102, 'Messen', ''),
(65256, 216, 2102, 'Mumliswil', ''),
(65257, 216, 2102, 'Neuendorf', ''),
(65258, 216, 2102, 'Niederbuchsiten', ''),
(65259, 216, 2102, 'Niedergosgen', ''),
(65260, 216, 2102, 'Oberbuchsiten', ''),
(65261, 216, 2102, 'Oberdorf', ''),
(65262, 216, 2102, 'Obergerlafingen', ''),
(65263, 216, 2102, 'Obergosgen', ''),
(65264, 216, 2102, 'Oensingen', ''),
(65265, 216, 2102, 'Olten', ''),
(65266, 216, 2102, 'Recherswil', ''),
(65267, 216, 2102, 'Riedholz', ''),
(65268, 216, 2102, 'Rodersdorf', ''),
(65269, 216, 2102, 'Schnottwil', ''),
(65270, 216, 2102, 'Schonenwerd', ''),
(65271, 216, 2102, 'Selzach', ''),
(65272, 216, 2102, 'Solothurn', ''),
(65273, 216, 2102, 'Subingen', ''),
(65274, 216, 2102, 'Trimbach', ''),
(65275, 216, 2102, 'Tscheppach', ''),
(65276, 216, 2102, 'Untererlinsbach', ''),
(65277, 216, 2102, 'Unterramsern', ''),
(65278, 216, 2102, 'Wangen', ''),
(65279, 216, 2102, 'Welschenrohr', ''),
(65280, 216, 2102, 'Wisen', ''),
(65281, 216, 2102, 'Witterswil', ''),
(65282, 216, 2102, 'Wolfwil', ''),
(65283, 216, 2102, 'Zuchwil', ''),
(65284, 216, 2103, 'Aadorf', ''),
(65285, 216, 2103, 'Affeltrangen', ''),
(65286, 216, 2103, 'Altnau', ''),
(65287, 216, 2103, 'Amlikon', ''),
(65288, 216, 2103, 'Amriswil', ''),
(65289, 216, 2103, 'Arbon', ''),
(65290, 216, 2103, 'Balterswil', ''),
(65291, 216, 2103, 'Berg', ''),
(65292, 216, 2103, 'Bettwiesen', ''),
(65293, 216, 2103, 'Bichelsee', ''),
(65294, 216, 2103, 'Bischofszell', ''),
(65295, 216, 2103, 'Bottighofen', ''),
(65296, 216, 2103, 'Burglen', ''),
(65297, 216, 2103, 'Bussnang', ''),
(65298, 216, 2103, 'Diessenhofen', ''),
(65299, 216, 2103, 'Egnach', ''),
(65300, 216, 2103, 'Ermatingen', ''),
(65301, 216, 2103, 'Eschenz', ''),
(65302, 216, 2103, 'Eschlikon', ''),
(65303, 216, 2103, 'Felben', ''),
(65304, 216, 2103, 'Fischingen', ''),
(65305, 216, 2103, 'Frauenfeld', ''),
(65306, 216, 2103, 'Fruthwilen', ''),
(65307, 216, 2103, 'Gachnang', ''),
(65308, 216, 2103, 'Gottlieben', ''),
(65309, 216, 2103, 'Hauptwil', ''),
(65310, 216, 2103, 'Hefenhofen', ''),
(65311, 216, 2103, 'Hoerstetten', ''),
(65312, 216, 2103, 'Hosenruck', ''),
(65313, 216, 2103, 'Ifwil', ''),
(65314, 216, 2103, 'Islikon', ''),
(65315, 216, 2103, 'Kreuzlingen', ''),
(65316, 216, 2103, 'Landschlacht', ''),
(65317, 216, 2103, 'Langrickenbach', ''),
(65318, 216, 2103, 'Leimbach', ''),
(65319, 216, 2103, 'Lengwil', ''),
(65320, 216, 2103, 'Lommis', ''),
(65321, 216, 2103, 'Marwil', ''),
(65322, 216, 2103, 'Matzingen', ''),
(65323, 216, 2103, 'Mettlen', ''),
(65324, 216, 2103, 'Mullheim', ''),
(65325, 216, 2103, 'Munchwilen', ''),
(65326, 216, 2103, 'Neukirch', ''),
(65327, 216, 2103, 'Neuwilen', ''),
(65328, 216, 2103, 'Niederneunforn', ''),
(65329, 216, 2103, 'Nussbaumen', ''),
(65330, 216, 2103, 'Oberwangen', ''),
(65331, 216, 2103, 'Pfyn', ''),
(65332, 216, 2103, 'Rickenbach bei Wil', ''),
(65333, 216, 2103, 'Romanshorn', ''),
(65334, 216, 2103, 'Salmsach', ''),
(65335, 216, 2103, 'Scherzingen', ''),
(65336, 216, 2103, 'Schlatt', ''),
(65337, 216, 2103, 'Schlattingen', ''),
(65338, 216, 2103, 'Sirnach', ''),
(65339, 216, 2103, 'Sitterdorf', ''),
(65340, 216, 2103, 'Steckborn', ''),
(65341, 216, 2103, 'Stehrenberg', ''),
(65342, 216, 2103, 'Stettfurt', ''),
(65343, 216, 2103, 'Sulgen', ''),
(65344, 216, 2103, 'Tagerwilen', ''),
(65345, 216, 2103, 'Tobel', ''),
(65346, 216, 2103, 'Uttwil', ''),
(65347, 216, 2103, 'Wagenhausen', ''),
(65348, 216, 2103, 'Wangi', ''),
(65349, 216, 2103, 'Warth', ''),
(65350, 216, 2103, 'Weinfelden', ''),
(65351, 216, 2103, 'Wiezikon', ''),
(65352, 216, 2104, 'Agno', ''),
(65353, 216, 2104, 'Agra', ''),
(65354, 216, 2104, 'Arbedo', ''),
(65355, 216, 2104, 'Arogno', ''),
(65356, 216, 2104, 'Arzo', ''),
(65357, 216, 2104, 'Ascona', ''),
(65358, 216, 2104, 'Avegno', ''),
(65359, 216, 2104, 'Balerna', ''),
(65360, 216, 2104, 'Banco', ''),
(65361, 216, 2104, 'Bellinzona', ''),
(65362, 216, 2104, 'Biasca', ''),
(65363, 216, 2104, 'Bigorio', ''),
(65364, 216, 2104, 'Bioggio', ''),
(65365, 216, 2104, 'Bironico', ''),
(65366, 216, 2104, 'Bissone', ''),
(65367, 216, 2104, 'Breganzona', ''),
(65368, 216, 2104, 'Brissago', ''),
(65369, 216, 2104, 'Broglio', ''),
(65370, 216, 2104, 'Cademario', ''),
(65371, 216, 2104, 'Cadempino', ''),
(65372, 216, 2104, 'Cadenazzo', ''),
(65373, 216, 2104, 'Cadro', ''),
(65374, 216, 2104, 'Camignolo', ''),
(65375, 216, 2104, 'Camorino', ''),
(65376, 216, 2104, 'Canobbio', ''),
(65377, 216, 2104, 'Capolago', ''),
(65378, 216, 2104, 'Carabietta', ''),
(65379, 216, 2104, 'Carona', ''),
(65380, 216, 2104, 'Caslano', ''),
(65381, 216, 2104, 'Castagnola', ''),
(65382, 216, 2104, 'Castel San Pietro', ''),
(65383, 216, 2104, 'Castione', ''),
(65384, 216, 2104, 'Chiasso', ''),
(65385, 216, 2104, 'Cimo', ''),
(65386, 216, 2104, 'Comano', ''),
(65387, 216, 2104, 'Contone', ''),
(65388, 216, 2104, 'Cugnasco', ''),
(65389, 216, 2104, 'Curio', ''),
(65390, 216, 2104, 'Davesco', ''),
(65391, 216, 2104, 'Dino', ''),
(65392, 216, 2104, 'Figino', ''),
(65393, 216, 2104, 'Genestrerio', ''),
(65394, 216, 2104, 'Gentilino', ''),
(65395, 216, 2104, 'Gerra', ''),
(65396, 216, 2104, 'Giubiasco', ''),
(65397, 216, 2104, 'Golino', ''),
(65398, 216, 2104, 'Gordola', ''),
(65399, 216, 2104, 'Gorduno', ''),
(65400, 216, 2104, 'Grancia', ''),
(65401, 216, 2104, 'Gravesano', ''),
(65402, 216, 2104, 'Intragna', ''),
(65403, 216, 2104, 'Iseo', ''),
(65404, 216, 2104, 'Lamone', ''),
(65405, 216, 2104, 'Ligornetto', ''),
(65406, 216, 2104, 'Locarno', ''),
(65407, 216, 2104, 'Lodrino', ''),
(65408, 216, 2104, 'Lopagno', ''),
(65409, 216, 2104, 'Losone', ''),
(65410, 216, 2104, 'Lugano', ''),
(65411, 216, 2104, 'Lumino', ''),
(65412, 216, 2104, 'Magadino', ''),
(65413, 216, 2104, 'Magliaso', ''),
(65414, 216, 2104, 'Manno', ''),
(65415, 216, 2104, 'Maroggia', ''),
(65416, 216, 2104, 'Massagno', ''),
(65417, 216, 2104, 'Melano', ''),
(65418, 216, 2104, 'Mendrisio', ''),
(65419, 216, 2104, 'Mezzovico', ''),
(65420, 216, 2104, 'Minusio', ''),
(65421, 216, 2104, 'Montagnola', ''),
(65422, 216, 2104, 'Monte Carasso', ''),
(65423, 216, 2104, 'Monte Ceneri', ''),
(65424, 216, 2104, 'Morbio Inferiore', ''),
(65425, 216, 2104, 'Morbio Superiore', ''),
(65426, 216, 2104, 'Morcote', ''),
(65427, 216, 2104, 'Muralto', ''),
(65428, 216, 2104, 'Muzzano', ''),
(65429, 216, 2104, 'Novaggio', ''),
(65430, 216, 2104, 'Novazzano', ''),
(65431, 216, 2104, 'Origlio', ''),
(65432, 216, 2104, 'Osogna', ''),
(65433, 216, 2104, 'Paradiso', ''),
(65434, 216, 2104, 'Personico', ''),
(65435, 216, 2104, 'Piazzogna', ''),
(65436, 216, 2104, 'Porto Ronco', ''),
(65437, 216, 2104, 'Pregassona', ''),
(65438, 216, 2104, 'Pura', ''),
(65439, 216, 2104, 'Quartino', ''),
(65440, 216, 2104, 'Riazzino', ''),
(65441, 216, 2104, 'Riva San Vitale', ''),
(65442, 216, 2104, 'Riveo', ''),
(65443, 216, 2104, 'Ruvigliana', ''),
(65444, 216, 2104, 'Sementina', ''),
(65445, 216, 2104, 'Sorengo', ''),
(65446, 216, 2104, 'Stabio', ''),
(65447, 216, 2104, 'Tenero', ''),
(65448, 216, 2104, 'Tesserete', ''),
(65449, 216, 2104, 'Torre', ''),
(65450, 216, 2104, 'Torricella', ''),
(65451, 216, 2104, 'Vacallo', ''),
(65452, 216, 2104, 'Vaglio', ''),
(65453, 216, 2104, 'Vezia', ''),
(65454, 216, 2104, 'Viganello', ''),
(65455, 216, 2104, 'Vira', ''),
(65456, 216, 2105, 'Altdorf', ''),
(65457, 216, 2105, 'Andermatt', ''),
(65458, 216, 2105, 'Attinghausen', ''),
(65459, 216, 2105, 'Erstfeld', ''),
(65460, 216, 2105, 'Goschenen', ''),
(65461, 216, 2105, 'Kulm', ''),
(65462, 216, 2105, 'Schattdorf', ''),
(65463, 216, 2105, 'Seedorf', ''),
(65464, 216, 2105, 'Seelisberg', ''),
(65465, 216, 2105, 'Sisikon', ''),
(65466, 216, 2106, 'Apro', ''),
(65467, 216, 2106, 'Arbaz', ''),
(65468, 216, 2106, 'Ardon', ''),
(65469, 216, 2106, 'Ayent', ''),
(65470, 216, 2106, 'Baltschieder', ''),
(65471, 216, 2106, 'Basse-Nendaz', ''),
(65472, 216, 2106, 'Bluche', ''),
(65473, 216, 2106, 'Bourg-Saint-Pierre', ''),
(65474, 216, 2106, 'Bouveret', ''),
(65475, 216, 2106, 'Bramois', ''),
(65476, 216, 2106, 'Brig', ''),
(65477, 216, 2106, 'Chalais', ''),
(65478, 216, 2106, 'Chamoson', ''),
(65479, 216, 2106, 'Charrat-les-Chenes', ''),
(65480, 216, 2106, 'Chemin', ''),
(65481, 216, 2106, 'Chermignon-d\'en Haut', ''),
(65482, 216, 2106, 'Chippis', ''),
(65483, 216, 2106, 'Choex', ''),
(65484, 216, 2106, 'Collombey', ''),
(65485, 216, 2106, 'Conthey', ''),
(65486, 216, 2106, 'Corin', ''),
(65487, 216, 2106, 'Crans', ''),
(65488, 216, 2106, 'Erde', ''),
(65489, 216, 2106, 'Ernen', ''),
(65490, 216, 2106, 'Erschmatt', ''),
(65491, 216, 2106, 'Evionnaz', ''),
(65492, 216, 2106, 'Evolene', ''),
(65493, 216, 2106, 'Fiesch', ''),
(65494, 216, 2106, 'Finhaut', ''),
(65495, 216, 2106, 'Fully', ''),
(65496, 216, 2106, 'Glis', ''),
(65497, 216, 2106, 'Granges-pres-Sion', ''),
(65498, 216, 2106, 'Grimisuat', ''),
(65499, 216, 2106, 'Grone', ''),
(65500, 216, 2106, 'Iserables', ''),
(65501, 216, 2106, 'La Tour', ''),
(65502, 216, 2106, 'Lalden', ''),
(65503, 216, 2106, 'Le Chable', ''),
(65504, 216, 2106, 'Lens', ''),
(65505, 216, 2106, 'Les Marecottes', ''),
(65506, 216, 2106, 'Leukerbad', ''),
(65507, 216, 2106, 'Martigny-Croix', ''),
(65508, 216, 2106, 'Martigny-Ville', ''),
(65509, 216, 2106, 'Massongex', ''),
(65510, 216, 2106, 'Miege', ''),
(65511, 216, 2106, 'Montana', ''),
(65512, 216, 2106, 'Monthey', ''),
(65513, 216, 2106, 'Morgins', ''),
(65514, 216, 2106, 'Naters', ''),
(65515, 216, 2106, 'Nax', ''),
(65516, 216, 2106, 'Noes', ''),
(65517, 216, 2106, 'Praz-de-Fort', ''),
(65518, 216, 2106, 'Ravoire', ''),
(65519, 216, 2106, 'Riddes', ''),
(65520, 216, 2106, 'Ried', ''),
(65521, 216, 2106, 'Saas-Fee', ''),
(65522, 216, 2106, 'Saas-Grund', ''),
(65523, 216, 2106, 'Saillon', ''),
(65524, 216, 2106, 'Saint-Leonard', ''),
(65525, 216, 2106, 'Saint-Maurice', ''),
(65526, 216, 2106, 'Saviese', ''),
(65527, 216, 2106, 'Saxon', ''),
(65528, 216, 2106, 'Sembrancher', ''),
(65529, 216, 2106, 'Sierre', ''),
(65530, 216, 2106, 'Sion', ''),
(65531, 216, 2106, 'Tanay', ''),
(65532, 216, 2106, 'Torgon', ''),
(65533, 216, 2106, 'Troistorrents', ''),
(65534, 216, 2106, 'Uvrier', ''),
(65535, 216, 2106, 'Val d\'Illiez', ''),
(65536, 216, 2106, 'Venthone', ''),
(65537, 216, 2106, 'Verbier', ''),
(65538, 216, 2106, 'Vernayaz', ''),
(65539, 216, 2106, 'Verossaz', ''),
(65540, 216, 2106, 'Vetroz', ''),
(65541, 216, 2106, 'Vex', ''),
(65542, 216, 2106, 'Veyras', ''),
(65543, 216, 2106, 'Vionnaz', ''),
(65544, 216, 2106, 'Visp', ''),
(65545, 216, 2106, 'Visperterminen', ''),
(65546, 216, 2106, 'Vissoie', ''),
(65547, 216, 2106, 'Vouvry', ''),
(65548, 216, 2106, 'Zermatt', ''),
(65549, 216, 2107, 'Aigle', ''),
(65550, 216, 2107, 'Apples', ''),
(65551, 216, 2107, 'Arzier', ''),
(65552, 216, 2107, 'Assens', ''),
(65553, 216, 2107, 'Aubonne', ''),
(65554, 216, 2107, 'Avenches', ''),
(65555, 216, 2107, 'Ballens', ''),
(65556, 216, 2107, 'Baulmes', ''),
(65557, 216, 2107, 'Begnins', ''),
(65558, 216, 2107, 'Bellerive', ''),
(65559, 216, 2107, 'Belmont-sur-Lausanne', ''),
(65560, 216, 2107, 'Bercher', ''),
(65561, 216, 2107, 'Bettens', ''),
(65562, 216, 2107, 'Bex', ''),
(65563, 216, 2107, 'Bioley-Orjulaz', ''),
(65564, 216, 2107, 'Blonay', ''),
(65565, 216, 2107, 'Bogis-Bossey', ''),
(65566, 216, 2107, 'Bonvillars', ''),
(65567, 216, 2107, 'Bottens', ''),
(65568, 216, 2107, 'Boulens', ''),
(65569, 216, 2107, 'Bournens', ''),
(65570, 216, 2107, 'Brent', ''),
(65571, 216, 2107, 'Bullet', ''),
(65572, 216, 2107, 'Bursins', ''),
(65573, 216, 2107, 'Bussigny', ''),
(65574, 216, 2107, 'Carrouge', ''),
(65575, 216, 2107, 'Chailly', ''),
(65576, 216, 2107, 'Chamblon', ''),
(65577, 216, 2107, 'Chapelle', ''),
(65578, 216, 2107, 'Chardonne', ''),
(65579, 216, 2107, 'Chateau-d\'Oex', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(65580, 216, 2107, 'Chavannes', ''),
(65581, 216, 2107, 'Chavornay', ''),
(65582, 216, 2107, 'Chernex', ''),
(65583, 216, 2107, 'Cheseaux-sur-Lausanne', ''),
(65584, 216, 2107, 'Chessel', ''),
(65585, 216, 2107, 'Chexbres', ''),
(65586, 216, 2107, 'Clarens', ''),
(65587, 216, 2107, 'Colombier', ''),
(65588, 216, 2107, 'Combremont-le-Petit', ''),
(65589, 216, 2107, 'Commugny', ''),
(65590, 216, 2107, 'Concise', ''),
(65591, 216, 2107, 'Coppet', ''),
(65592, 216, 2107, 'Corbeyrier', ''),
(65593, 216, 2107, 'Corcelles', ''),
(65594, 216, 2107, 'Corseaux', ''),
(65595, 216, 2107, 'Cossonay', ''),
(65596, 216, 2107, 'Crissier', ''),
(65597, 216, 2107, 'Cudrefin', ''),
(65598, 216, 2107, 'Cugy', ''),
(65599, 216, 2107, 'Cully', ''),
(65600, 216, 2107, 'Denezy', ''),
(65601, 216, 2107, 'Denges', ''),
(65602, 216, 2107, 'Donneloye', ''),
(65603, 216, 2107, 'Duillier', ''),
(65604, 216, 2107, 'Échallens', ''),
(65605, 216, 2107, 'Echandens', ''),
(65606, 216, 2107, 'Eclepens', ''),
(65607, 216, 2107, 'Écublens', ''),
(65608, 216, 2107, 'Epalinges', ''),
(65609, 216, 2107, 'Epesses', ''),
(65610, 216, 2107, 'Essertines-sur-Rolle', ''),
(65611, 216, 2107, 'Etagnieres', ''),
(65612, 216, 2107, 'Etoy', ''),
(65613, 216, 2107, 'Eysins', ''),
(65614, 216, 2107, 'Fenil-sur-Corsier', ''),
(65615, 216, 2107, 'Fey', ''),
(65616, 216, 2107, 'Founex', ''),
(65617, 216, 2107, 'Froideville', ''),
(65618, 216, 2107, 'Genolier', ''),
(65619, 216, 2107, 'Gilly', ''),
(65620, 216, 2107, 'Gimel', ''),
(65621, 216, 2107, 'Gingins', ''),
(65622, 216, 2107, 'Givrins', ''),
(65623, 216, 2107, 'Gland', ''),
(65624, 216, 2107, 'Gollion', ''),
(65625, 216, 2107, 'Grandevent', ''),
(65626, 216, 2107, 'Grandson', ''),
(65627, 216, 2107, 'Grandvaux', ''),
(65628, 216, 2107, 'Granges', ''),
(65629, 216, 2107, 'Gryon', ''),
(65630, 216, 2107, 'Henniez', ''),
(65631, 216, 2107, 'Jongny', ''),
(65632, 216, 2107, 'La Chiesaz', ''),
(65633, 216, 2107, 'La Comballaz', ''),
(65634, 216, 2107, 'La Conversion', ''),
(65635, 216, 2107, 'La Croix', ''),
(65636, 216, 2107, 'La Cure', ''),
(65637, 216, 2107, 'La Russille', ''),
(65638, 216, 2107, 'La Sarraz', ''),
(65639, 216, 2107, 'La Tour-de-Peilz', ''),
(65640, 216, 2107, 'Lausanne', ''),
(65641, 216, 2107, 'Lavey', ''),
(65642, 216, 2107, 'Le Brassus', ''),
(65643, 216, 2107, 'Le Lieu', ''),
(65644, 216, 2107, 'Le Mont-sur-Lausanne', ''),
(65645, 216, 2107, 'Le Sentier', ''),
(65646, 216, 2107, 'Le Vaud', ''),
(65647, 216, 2107, 'Les Diablerets', ''),
(65648, 216, 2107, 'Les Moulins', ''),
(65649, 216, 2107, 'Les Thioleyres', ''),
(65650, 216, 2107, 'Leysin', ''),
(65651, 216, 2107, 'Lonay', ''),
(65652, 216, 2107, 'Longirod', ''),
(65653, 216, 2107, 'Lucens', ''),
(65654, 216, 2107, 'Lutry', ''),
(65655, 216, 2107, 'Maracon', ''),
(65656, 216, 2107, 'Mathod', ''),
(65657, 216, 2107, 'Mies', ''),
(65658, 216, 2107, 'Mollie-Margot', ''),
(65659, 216, 2107, 'Mont-la-Ville', ''),
(65660, 216, 2107, 'Mont-sur-Rolle', ''),
(65661, 216, 2107, 'Montagny', ''),
(65662, 216, 2107, 'Montherod', ''),
(65663, 216, 2107, 'Montpreveyres', ''),
(65664, 216, 2107, 'Montreux', ''),
(65665, 216, 2107, 'Morges', ''),
(65666, 216, 2107, 'Morrens', ''),
(65667, 216, 2107, 'Moudon', ''),
(65668, 216, 2107, 'Nyon', ''),
(65669, 216, 2107, 'Ogens', ''),
(65670, 216, 2107, 'Ollon', ''),
(65671, 216, 2107, 'Onnens', ''),
(65672, 216, 2107, 'Orbe', ''),
(65673, 216, 2107, 'Orny', ''),
(65674, 216, 2107, 'Oron-la-ville', ''),
(65675, 216, 2107, 'Oron-le-Chatel', ''),
(65676, 216, 2107, 'Ouchy', ''),
(65677, 216, 2107, 'Pampigny', ''),
(65678, 216, 2107, 'Paudex', ''),
(65679, 216, 2107, 'Payerne', ''),
(65680, 216, 2107, 'Penthalaz', ''),
(65681, 216, 2107, 'Penthaz', ''),
(65682, 216, 2107, 'Perroy', ''),
(65683, 216, 2107, 'Prangins', ''),
(65684, 216, 2107, 'Preverenges', ''),
(65685, 216, 2107, 'Prevonloup', ''),
(65686, 216, 2107, 'Prilly', ''),
(65687, 216, 2107, 'Puidoux', ''),
(65688, 216, 2107, 'Pully', ''),
(65689, 216, 2107, 'Rances', ''),
(65690, 216, 2107, 'Renens', ''),
(65691, 216, 2107, 'Rennaz', ''),
(65692, 216, 2107, 'Riex', ''),
(65693, 216, 2107, 'Roche', ''),
(65694, 216, 2107, 'Rolle', ''),
(65695, 216, 2107, 'Romanel', ''),
(65696, 216, 2107, 'Saint-Cergue', ''),
(65697, 216, 2107, 'Saint-Prex', ''),
(65698, 216, 2107, 'Saint-Sulpice', ''),
(65699, 216, 2107, 'Sainte-Croix', ''),
(65700, 216, 2107, 'Sassel', ''),
(65701, 216, 2107, 'Savigny', ''),
(65702, 216, 2107, 'Sedeilles', ''),
(65703, 216, 2107, 'Servion', ''),
(65704, 216, 2107, 'Severy', ''),
(65705, 216, 2107, 'Sottens', ''),
(65706, 216, 2107, 'Suchy', ''),
(65707, 216, 2107, 'Sullens', ''),
(65708, 216, 2107, 'Tartegnin', ''),
(65709, 216, 2107, 'Territet', ''),
(65710, 216, 2107, 'Thierrens', ''),
(65711, 216, 2107, 'Tolochenaz', ''),
(65712, 216, 2107, 'Trelex', ''),
(65713, 216, 2107, 'Vallamand', ''),
(65714, 216, 2107, 'Vallorbe', ''),
(65715, 216, 2107, 'Vevey', ''),
(65716, 216, 2107, 'Villars', ''),
(65717, 216, 2107, 'Villars-le-Grand', ''),
(65718, 216, 2107, 'Villars-sur-Ollon', ''),
(65719, 216, 2107, 'Villeneuve', ''),
(65720, 216, 2107, 'Vinzel', ''),
(65721, 216, 2107, 'Vuarrens', ''),
(65722, 216, 2107, 'Vulliens', ''),
(65723, 216, 2107, 'Vullierens', ''),
(65724, 216, 2107, 'Yens', ''),
(65725, 216, 2107, 'Yverdon-les-Bains', ''),
(65726, 216, 2107, 'Yvonand', ''),
(65727, 216, 2108, 'Alosen', ''),
(65728, 216, 2108, 'Baar', ''),
(65729, 216, 2108, 'Buonas', ''),
(65730, 216, 2108, 'Cham', ''),
(65731, 216, 2108, 'Edlibach', ''),
(65732, 216, 2108, 'Hagendorn', ''),
(65733, 216, 2108, 'Hunenberg', ''),
(65734, 216, 2108, 'Menzingen', ''),
(65735, 216, 2108, 'Morgarten', ''),
(65736, 216, 2108, 'Neuheim', ''),
(65737, 216, 2108, 'Oberaegeri', ''),
(65738, 216, 2108, 'Rotkreuz', ''),
(65739, 216, 2108, 'Steinhausen', ''),
(65740, 216, 2108, 'Unterageri', ''),
(65741, 216, 2108, 'Walchwil', ''),
(65742, 216, 2108, 'Zug', ''),
(65743, 216, 2109, 'Aathal', ''),
(65744, 216, 2109, 'Adlikon', ''),
(65745, 216, 2109, 'Adliswil', ''),
(65746, 216, 2109, 'Aesch', ''),
(65747, 216, 2109, 'Aeugst am Albis', ''),
(65748, 216, 2109, 'Affoltern am Albis', ''),
(65749, 216, 2109, 'Allenwinden', ''),
(65750, 216, 2109, 'Alt-Bachs', ''),
(65751, 216, 2109, 'Alten', ''),
(65752, 216, 2109, 'Attikon', ''),
(65753, 216, 2109, 'Au', ''),
(65754, 216, 2109, 'Auslikon', ''),
(65755, 216, 2109, 'Ausser-Dinhard', ''),
(65756, 216, 2109, 'Bachenbulach', ''),
(65757, 216, 2109, 'Baretswil', ''),
(65758, 216, 2109, 'Bassersdorf', ''),
(65759, 216, 2109, 'Bauma', ''),
(65760, 216, 2109, 'Benglen', ''),
(65761, 216, 2109, 'Benken', ''),
(65762, 216, 2109, 'Berlikon', ''),
(65763, 216, 2109, 'Bertschikon', ''),
(65764, 216, 2109, 'Binz', ''),
(65765, 216, 2109, 'Birmensdorf', ''),
(65766, 216, 2109, 'Bonstetten', ''),
(65767, 216, 2109, 'Brutten', ''),
(65768, 216, 2109, 'Bruttisellen', ''),
(65769, 216, 2109, 'Bubikon', ''),
(65770, 216, 2109, 'Buch', ''),
(65771, 216, 2109, 'Buchs / Buchs (Dorf)', ''),
(65772, 216, 2109, 'Bulach', ''),
(65773, 216, 2109, 'Dachsen', ''),
(65774, 216, 2109, 'Daenikon', ''),
(65775, 216, 2109, 'Daettlikon', ''),
(65776, 216, 2109, 'Dallikon', ''),
(65777, 216, 2109, 'Dielsdorf', ''),
(65778, 216, 2109, 'Dietikon', ''),
(65779, 216, 2109, 'Dubendorf', ''),
(65780, 216, 2109, 'Durnten', ''),
(65781, 216, 2109, 'Ebmatingen', ''),
(65782, 216, 2109, 'Effretikon', ''),
(65783, 216, 2109, 'Egg', ''),
(65784, 216, 2109, 'Eglisau', ''),
(65785, 216, 2109, 'Elgg', ''),
(65786, 216, 2109, 'Ellikon an der Thur', ''),
(65787, 216, 2109, 'Elsau-Raeterschen', ''),
(65788, 216, 2109, 'Embrach', ''),
(65789, 216, 2109, 'Erlenbach', ''),
(65790, 216, 2109, 'Esslingen', ''),
(65791, 216, 2109, 'Fallanden', ''),
(65792, 216, 2109, 'Fehraltorf', ''),
(65793, 216, 2109, 'Feldmeilen', ''),
(65794, 216, 2109, 'Feuerthalen', ''),
(65795, 216, 2109, 'Flaach', ''),
(65796, 216, 2109, 'Fluh', ''),
(65797, 216, 2109, 'Freienstein', ''),
(65798, 216, 2109, 'Gattikon', ''),
(65799, 216, 2109, 'Geroldswil', ''),
(65800, 216, 2109, 'Gibswil', ''),
(65801, 216, 2109, 'Glattfelden', ''),
(65802, 216, 2109, 'Glattpark', ''),
(65803, 216, 2109, 'Gockhausen', ''),
(65804, 216, 2109, 'Gossau', ''),
(65805, 216, 2109, 'Grafstal', ''),
(65806, 216, 2109, 'Greifensee', ''),
(65807, 216, 2109, 'Grossandelfingen', ''),
(65808, 216, 2109, 'Grueningen', ''),
(65809, 216, 2109, 'Gruet', ''),
(65810, 216, 2109, 'Gutenswil', ''),
(65811, 216, 2109, 'Hausen am Albis / Hausen (Dorf)', ''),
(65812, 216, 2109, 'Hedingen', ''),
(65813, 216, 2109, 'Hegnau', ''),
(65814, 216, 2109, 'Henggart', ''),
(65815, 216, 2109, 'Herrliberg', ''),
(65816, 216, 2109, 'Hettlingen', ''),
(65817, 216, 2109, 'Hinteregg', ''),
(65818, 216, 2109, 'Hinwil', ''),
(65819, 216, 2109, 'Hirzel-Kirche', ''),
(65820, 216, 2109, 'Hittnau', ''),
(65821, 216, 2109, 'Hochfelden', ''),
(65822, 216, 2109, 'Hofstetten', ''),
(65823, 216, 2109, 'Hombrechtikon', ''),
(65824, 216, 2109, 'Horgen', ''),
(65825, 216, 2109, 'Horgenberg', ''),
(65826, 216, 2109, 'Huntwangen', ''),
(65827, 216, 2109, 'Illnau', ''),
(65828, 216, 2109, 'Kappel', ''),
(65829, 216, 2109, 'Kefikon', ''),
(65830, 216, 2109, 'Kempttal', ''),
(65831, 216, 2109, 'Kilchberg', ''),
(65832, 216, 2109, 'Kleinandelfingen', ''),
(65833, 216, 2109, 'Kloten', ''),
(65834, 216, 2109, 'Knonau', ''),
(65835, 216, 2109, 'Kollbrunn', ''),
(65836, 216, 2109, 'Kuesnacht', ''),
(65837, 216, 2109, 'Langwiesen', ''),
(65838, 216, 2109, 'Lindau', ''),
(65839, 216, 2109, 'Lufingen', ''),
(65840, 216, 2109, 'Mannedorf', ''),
(65841, 216, 2109, 'Marthalen', ''),
(65842, 216, 2109, 'Maur', ''),
(65843, 216, 2109, 'Meilen', ''),
(65844, 216, 2109, 'Mettmenstetten', ''),
(65845, 216, 2109, 'Monchaltorf', ''),
(65846, 216, 2109, 'Nanikon', ''),
(65847, 216, 2109, 'Neerach', ''),
(65848, 216, 2109, 'Neftenbach', ''),
(65849, 216, 2109, 'Neu-Rheinau', ''),
(65850, 216, 2109, 'Niederglatt', ''),
(65851, 216, 2109, 'Niederhasli', ''),
(65852, 216, 2109, 'Niederweningen', ''),
(65853, 216, 2109, 'Nohl', ''),
(65854, 216, 2109, 'Nurensdorf', ''),
(65855, 216, 2109, 'Ober Urdorf', ''),
(65856, 216, 2109, 'Oberembrach', ''),
(65857, 216, 2109, 'Oberengstringen', ''),
(65858, 216, 2109, 'Oberglatt', ''),
(65859, 216, 2109, 'Oberrieden', ''),
(65860, 216, 2109, 'Oberschlatt', ''),
(65861, 216, 2109, 'Oberweningen', ''),
(65862, 216, 2109, 'Obfelden', ''),
(65863, 216, 2109, 'Oetwil / Oetwil an der Limmat', ''),
(65864, 216, 2109, 'Oetwil am See', ''),
(65865, 216, 2109, 'Opfikon', ''),
(65866, 216, 2109, 'Ossingen', ''),
(65867, 216, 2109, 'Otelfingen', ''),
(65868, 216, 2109, 'Ottenbach', ''),
(65869, 216, 2109, 'Pfaeffikon', ''),
(65870, 216, 2109, 'Pfaffhausen', ''),
(65871, 216, 2109, 'Pfungen', ''),
(65872, 216, 2109, 'Rafz', ''),
(65873, 216, 2109, 'Regensberg', ''),
(65874, 216, 2109, 'Regensdorf', ''),
(65875, 216, 2109, 'Richterswil', ''),
(65876, 216, 2109, 'Rickenbach', ''),
(65877, 216, 2109, 'Riedikon', ''),
(65878, 216, 2109, 'Rifferswil', ''),
(65879, 216, 2109, 'Rikon / Rikon (Dorfkern)', ''),
(65880, 216, 2109, 'Rorbas', ''),
(65881, 216, 2109, 'Rueti', ''),
(65882, 216, 2109, 'Rumlang', ''),
(65883, 216, 2109, 'Ruschlikon', ''),
(65884, 216, 2109, 'Russikon', ''),
(65885, 216, 2109, 'Saland', ''),
(65886, 216, 2109, 'Samstagern', ''),
(65887, 216, 2109, 'Schlieren', ''),
(65888, 216, 2109, 'Schoefflisdorf', ''),
(65889, 216, 2109, 'Schwerzenbach', ''),
(65890, 216, 2109, 'Seegraben', ''),
(65891, 216, 2109, 'Seuzach Dorf', ''),
(65892, 216, 2109, 'Stadel', ''),
(65893, 216, 2109, 'Stafa', ''),
(65894, 216, 2109, 'Stallikon', ''),
(65895, 216, 2109, 'Steg', ''),
(65896, 216, 2109, 'Steinmaur', ''),
(65897, 216, 2109, 'Tagelswangen', ''),
(65898, 216, 2109, 'Tann', ''),
(65899, 216, 2109, 'Thalheim', ''),
(65900, 216, 2109, 'Thalwil', ''),
(65901, 216, 2109, 'Turbenthal', ''),
(65902, 216, 2109, 'Uerikon', ''),
(65903, 216, 2109, 'Uerzlikon', ''),
(65904, 216, 2109, 'Uetikon', ''),
(65905, 216, 2109, 'Uhwiesen', ''),
(65906, 216, 2109, 'Uitikon', ''),
(65907, 216, 2109, 'Unterengstringen', ''),
(65908, 216, 2109, 'Unterstammheim', ''),
(65909, 216, 2109, 'Uster', ''),
(65910, 216, 2109, 'Volketswil', ''),
(65911, 216, 2109, 'Wadenswil', ''),
(65912, 216, 2109, 'Wald', ''),
(65913, 216, 2109, 'Wallisellen', ''),
(65914, 216, 2109, 'Wasterkingen', ''),
(65915, 216, 2109, 'Weiach', ''),
(65916, 216, 2109, 'Weiningen', ''),
(65917, 216, 2109, 'Weisslingen', ''),
(65918, 216, 2109, 'Wermatswil', ''),
(65919, 216, 2109, 'Wetzikon', ''),
(65920, 216, 2109, 'Wiesendangen', ''),
(65921, 216, 2109, 'Wil', ''),
(65922, 216, 2109, 'Wila', ''),
(65923, 216, 2109, 'Wilen', ''),
(65924, 216, 2109, 'Windlach', ''),
(65925, 216, 2109, 'Winkel', ''),
(65926, 216, 2109, 'Winterthur', ''),
(65927, 216, 2109, 'Wolfhausen', ''),
(65928, 216, 2109, 'Zollikerberg', ''),
(65929, 216, 2109, 'Zollikon', ''),
(65930, 216, 2109, 'Zumikon', ''),
(65931, 216, 2109, 'Zurich', ''),
(65932, 216, 2109, 'Zwillikon', ''),
(65933, 217, 2110, 'Aleppo', ''),
(65934, 217, 2111, 'Ad Darah', ''),
(65935, 217, 2112, 'Damascus', ''),
(65936, 217, 2113, 'Hama', ''),
(65937, 217, 2114, 'Latakia', ''),
(65938, 217, 2114, '`Ara', ''),
(65939, 218, 2116, 'Gangshan', ''),
(65940, 218, 2117, 'Chung-ho', ''),
(65941, 218, 2117, 'Danshuei Township', ''),
(65942, 218, 2117, 'Guoqiaokeng', ''),
(65943, 218, 2117, 'Huangshan', ''),
(65944, 218, 2117, 'Linkou', ''),
(65945, 218, 2117, 'Taipei', ''),
(65946, 218, 2118, 'Chang-hua', ''),
(65947, 218, 2118, 'Hsinchu', ''),
(65948, 218, 2118, 'Hualian', ''),
(65949, 218, 2118, 'Kao-sung', ''),
(65950, 218, 2118, 'Keelung', ''),
(65951, 218, 2118, 'Miaoli', ''),
(65952, 218, 2118, 'Nantou', ''),
(65953, 218, 2118, 'Neihu', ''),
(65954, 218, 2118, 'Penghu\'ercun', ''),
(65955, 218, 2118, 'Pingtung', ''),
(65956, 218, 2118, 'Puli', ''),
(65957, 218, 2118, 'Shulin', ''),
(65958, 218, 2118, 'Suqin', ''),
(65959, 218, 2118, 'Taichung', ''),
(65960, 218, 2118, 'Tainan City', ''),
(65961, 218, 2118, 'Taitung', ''),
(65962, 218, 2118, 'Taoyuan', ''),
(65963, 218, 2118, 'Tuchang', ''),
(65964, 218, 2118, 'Wangtongwen', ''),
(65965, 218, 2118, 'Yangmei', ''),
(65966, 218, 2118, 'Yanping', ''),
(65967, 218, 2118, 'Yilan', ''),
(65968, 218, 2118, 'Zhongli', ''),
(65969, 218, 2118, 'Zhunan', ''),
(65970, 219, 2119, 'Khorugh', ''),
(65971, 220, 2120, 'Arusha', ''),
(65972, 220, 2121, 'Dar es Salaam', ''),
(65973, 220, 2122, 'Dodoma', ''),
(65974, 220, 2123, 'Iringa', ''),
(65975, 220, 2124, 'Bukoba', ''),
(65976, 220, 2125, 'Kigoma', ''),
(65977, 220, 2126, 'Moshi', ''),
(65978, 220, 2127, 'Lindi', ''),
(65979, 220, 2128, 'Babati', ''),
(65980, 220, 2129, 'Musoma', ''),
(65981, 220, 2130, 'Mbeya', ''),
(65982, 220, 2131, 'Morogoro', ''),
(65983, 220, 2132, 'Mtwara', ''),
(65984, 220, 2133, 'Mwanza', ''),
(65985, 220, 2134, 'Raha', ''),
(65986, 220, 2134, 'Wete', ''),
(65987, 220, 2135, 'Chake Chake', ''),
(65988, 220, 2136, 'Kisiju', ''),
(65989, 220, 2137, 'Sumbawanga', ''),
(65990, 220, 2138, 'Songea', ''),
(65991, 220, 2139, 'Shinyanga', ''),
(65992, 220, 2140, 'Singida', ''),
(65993, 220, 2141, 'Tabora', ''),
(65994, 220, 2142, 'Tanga', ''),
(65995, 220, 2143, 'Koani', ''),
(65996, 220, 2144, 'Gamba', ''),
(65997, 220, 2145, 'Zanzibar', ''),
(65998, 221, 2146, 'Ban Khlong Prawet', ''),
(65999, 221, 2146, 'Bang Kapi', ''),
(66000, 221, 2146, 'Bang Khae', ''),
(66001, 221, 2146, 'Bang Kho Laem', ''),
(66002, 221, 2146, 'Bang Khun Thian', ''),
(66003, 221, 2146, 'Bang Na', ''),
(66004, 221, 2146, 'Bangkok', ''),
(66005, 221, 2146, 'Bangkok Noi', ''),
(66006, 221, 2146, 'Bangrak', ''),
(66007, 221, 2146, 'Chatuchak', ''),
(66008, 221, 2146, 'Din Daeng', ''),
(66009, 221, 2146, 'Dusit', ''),
(66010, 221, 2146, 'Huai Khwang', ''),
(66011, 221, 2146, 'Khlong Sam Wa', ''),
(66012, 221, 2146, 'Khlong San', ''),
(66013, 221, 2146, 'Khlong Toei', ''),
(66014, 221, 2146, 'Lak Si', ''),
(66015, 221, 2146, 'Lat Krabang', ''),
(66016, 221, 2146, 'Makkasan', ''),
(66017, 221, 2146, 'Min Buri', ''),
(66018, 221, 2146, 'Pathum Wan', ''),
(66019, 221, 2146, 'Prakanong', ''),
(66020, 221, 2146, 'Rat Burana', ''),
(66021, 221, 2146, 'Sam Sen', ''),
(66022, 221, 2146, 'Sathon', ''),
(66023, 221, 2146, 'Suan Luang', ''),
(66024, 221, 2146, 'Thawi Watthana', ''),
(66025, 221, 2146, 'Thon Buri', ''),
(66026, 221, 2146, 'Watthana', ''),
(66027, 221, 2147, 'Amnat Charoen', ''),
(66028, 221, 2148, 'Ang Thong', ''),
(66029, 221, 2149, 'So Phisai', ''),
(66030, 221, 2150, 'Buriram', ''),
(66031, 221, 2151, 'Chachoengsao', ''),
(66032, 221, 2152, 'Chaiyaphum', ''),
(66033, 221, 2153, 'Ban Pong Lang', ''),
(66034, 221, 2153, 'Chanthaburi', ''),
(66035, 221, 2153, 'Khlung', ''),
(66036, 221, 2154, 'Chiang Rai', ''),
(66037, 221, 2154, 'Phan', ''),
(66038, 221, 2154, 'Thoeng', ''),
(66039, 221, 2155, 'Bang Lamung', ''),
(66040, 221, 2155, 'Chon Buri', ''),
(66041, 221, 2155, 'Jomtien Beach', ''),
(66042, 221, 2155, 'Pattaya', ''),
(66043, 221, 2155, 'Phanat Nikhom', ''),
(66044, 221, 2155, 'Sattahip', ''),
(66045, 221, 2155, 'Si Racha', ''),
(66046, 221, 2156, 'Chumphon', ''),
(66047, 221, 2156, 'Lamae', ''),
(66048, 221, 2157, 'Kalasin', ''),
(66049, 221, 2158, 'Kamphaeng Phet', ''),
(66050, 221, 2159, 'Ban Don Sak', ''),
(66051, 221, 2159, 'Ban Wang Yai', ''),
(66052, 221, 2159, 'Kanchanaburi', ''),
(66053, 221, 2159, 'Nong Prue', ''),
(66054, 221, 2160, 'Khon Kaen', ''),
(66055, 221, 2160, 'Phu Wiang', ''),
(66056, 221, 2161, 'Ban Khlong Prasong', ''),
(66057, 221, 2161, 'Krabi', ''),
(66058, 221, 2162, 'Lampang', ''),
(66059, 221, 2163, 'Lamphun', ''),
(66060, 221, 2164, 'Loei', ''),
(66061, 221, 2165, 'Lopburi', ''),
(66062, 221, 2165, 'Phatthana Nikhom', ''),
(66063, 221, 2166, 'Mae Hong Son', ''),
(66064, 221, 2167, 'Maha Sarakham', ''),
(66065, 221, 2167, 'Phayakkhaphum Phisai', ''),
(66066, 221, 2168, 'Mukdahan', ''),
(66067, 221, 2169, 'Nakhon Nayok', ''),
(66068, 221, 2170, 'Bang Len', ''),
(66069, 221, 2170, 'Nakhon Pathom', ''),
(66070, 221, 2171, 'Ban Du', ''),
(66071, 221, 2171, 'Nakhon Ratchasima', ''),
(66072, 221, 2171, 'Phimai', ''),
(66073, 221, 2172, 'Ban Bang Plong', ''),
(66074, 221, 2172, 'Nakhon Sawan', ''),
(66075, 221, 2172, 'Nong Bua', ''),
(66076, 221, 2173, 'Chulabhorn', ''),
(66077, 221, 2173, 'Nakhon Si Thammarat', ''),
(66078, 221, 2174, 'Nan', ''),
(66079, 221, 2175, 'Bacho', ''),
(66080, 221, 2175, 'Narathiwat', ''),
(66081, 221, 2175, 'Rueso', ''),
(66082, 221, 2176, 'Nong Bua Lamphu', ''),
(66083, 221, 2177, 'Ban Phon Sa', ''),
(66084, 221, 2177, 'Nong Khai', ''),
(66085, 221, 2178, 'Ban Pat Mon', ''),
(66086, 221, 2178, 'Bang Bua Thong', ''),
(66087, 221, 2178, 'Bang Kruai', ''),
(66088, 221, 2178, 'Nonthaburi', ''),
(66089, 221, 2178, 'Pak Kret', ''),
(66090, 221, 2178, 'ฺBang Yai', ''),
(66091, 221, 2179, 'Ban Talat Rangsit', ''),
(66092, 221, 2179, 'Khlong Luang', ''),
(66093, 221, 2179, 'Lam Luk Ka', ''),
(66094, 221, 2179, 'Pathum Thani', ''),
(66095, 221, 2179, 'Thanyaburi', ''),
(66096, 221, 2180, 'Pattani', ''),
(66097, 221, 2181, 'Phang Nga', ''),
(66098, 221, 2182, 'Khuan Khanun', ''),
(66099, 221, 2182, 'Phatthalung', ''),
(66100, 221, 2183, 'Ban Tham', ''),
(66101, 221, 2183, 'Chun', ''),
(66102, 221, 2183, 'Phayao', ''),
(66103, 221, 2183, 'Pong', ''),
(66104, 221, 2184, 'Phetchabun', ''),
(66105, 221, 2185, 'Ban Laem', ''),
(66106, 221, 2185, 'Phetchaburi', ''),
(66107, 221, 2186, 'Phichit', ''),
(66108, 221, 2187, 'Ban Khlong', ''),
(66109, 221, 2187, 'Phitsanulok', ''),
(66110, 221, 2188, 'Ayutthaya', ''),
(66111, 221, 2188, 'Nakhon Luang', ''),
(66112, 221, 2188, 'Sena', ''),
(66113, 221, 2188, 'Wang Noi', ''),
(66114, 221, 2189, 'Long', ''),
(66115, 221, 2189, 'Phrae', ''),
(66116, 221, 2189, 'Song', ''),
(66117, 221, 2190, 'Prachin Buri', ''),
(66118, 221, 2191, 'Hua Hin', ''),
(66119, 221, 2191, 'Prachuap Khiri Khan', ''),
(66120, 221, 2192, 'Ranong', ''),
(66121, 221, 2193, 'Ban Pong', ''),
(66122, 221, 2193, 'Ratchaburi', ''),
(66123, 221, 2194, 'Klaeng', ''),
(66124, 221, 2194, 'Rayong', ''),
(66125, 221, 2195, 'Roi Et', ''),
(66126, 221, 2196, 'Amphoe Aranyaprathet', ''),
(66127, 221, 2196, 'Sa Kaeo', ''),
(66128, 221, 2197, 'Sakon Nakhon', ''),
(66129, 221, 2198, 'Amphoe Phra Pradaeng', ''),
(66130, 221, 2198, 'Ban Bang Phli Nakhon', ''),
(66131, 221, 2198, 'Bang Bo', ''),
(66132, 221, 2198, 'Mueang Samut Prakan', ''),
(66133, 221, 2198, 'Samrong', ''),
(66134, 221, 2199, 'Ban Ang Thong', ''),
(66135, 221, 2199, 'Krathum Baen', ''),
(66136, 221, 2199, 'Samut Sakhon', ''),
(66137, 221, 2200, 'Amphawa', ''),
(66138, 221, 2200, 'Samut Songkhram', ''),
(66139, 221, 2201, 'Muak Lek', ''),
(66140, 221, 2201, 'Nong Khae', ''),
(66141, 221, 2202, 'Satun', ''),
(66142, 221, 2203, 'Sing Buri', ''),
(66143, 221, 2204, 'Si Sa Ket', ''),
(66144, 221, 2205, 'Ban Khlong Ngae', ''),
(66145, 221, 2205, 'Ban Phichit', ''),
(66146, 221, 2205, 'Hat Yai', ''),
(66147, 221, 2205, 'Sadao', ''),
(66148, 221, 2205, 'Songkhla', ''),
(66149, 221, 2206, 'New Sukhothai', ''),
(66150, 221, 2207, 'Suphan Buri', ''),
(66151, 221, 2208, 'Wiphawadi', ''),
(66152, 221, 2209, 'Surin', ''),
(66153, 221, 2210, 'Tak', ''),
(66154, 221, 2211, 'Trang', ''),
(66155, 221, 2212, 'Khlong Yai', ''),
(66156, 221, 2212, 'Trat', ''),
(66157, 221, 2213, 'Ban Na Charoen', ''),
(66158, 221, 2213, 'Khemarat', ''),
(66159, 221, 2213, 'Ubon Ratchathani', ''),
(66160, 221, 2214, 'Kumphawapi', ''),
(66161, 221, 2214, 'Udon Thani', ''),
(66162, 221, 2215, 'Uthai Thani', ''),
(66163, 221, 2216, 'Uttaradit', ''),
(66164, 221, 2217, 'Yala', ''),
(66165, 221, 2218, 'Yasothon', ''),
(66166, 221, 2219, 'Chiang Dao', ''),
(66167, 221, 2219, 'Chiang Mai', ''),
(66168, 221, 2219, 'Doi Saket', ''),
(66169, 221, 2219, 'Hang Dong', ''),
(66170, 221, 2219, 'San Sai', ''),
(66171, 221, 2220, 'Ban Tha Ruea', ''),
(66172, 221, 2220, 'Kathu', ''),
(66173, 221, 2220, 'Phuket', ''),
(66174, 221, 2220, 'Rawai', ''),
(66175, 221, 2220, 'Thalang', ''),
(66176, 222, 2221, 'Lomé', ''),
(66177, 223, 2222, 'Nukunonu', ''),
(66178, 224, 2223, 'Neiafu', ''),
(66179, 225, 2224, 'Arima', ''),
(66180, 225, 2225, 'Chaguanas', ''),
(66181, 225, 2225, 'Cunupia', ''),
(66182, 225, 2225, 'Enterprise', ''),
(66183, 225, 2226, 'East Dry River', ''),
(66184, 225, 2226, 'Port of Spain', ''),
(66185, 225, 2226, 'Saint Clair', ''),
(66186, 225, 2226, 'Saint James', ''),
(66187, 225, 2226, 'Woodbrook', ''),
(66188, 225, 2227, 'La Romain', ''),
(66189, 225, 2227, 'Marabella', ''),
(66190, 225, 2227, 'Palmiste', ''),
(66191, 225, 2227, 'San Fernando', ''),
(66192, 225, 2227, 'Victoria', ''),
(66193, 225, 2227, 'Vistabella', ''),
(66194, 225, 2228, 'California', ''),
(66195, 225, 2228, 'Carapichaima', ''),
(66196, 225, 2228, 'Claxton Bay', ''),
(66197, 225, 2228, 'Couva', ''),
(66198, 225, 2228, 'Freeport', ''),
(66199, 225, 2228, 'Gasparillo', ''),
(66200, 225, 2228, 'Phoenix Park', ''),
(66201, 225, 2228, 'Spring', ''),
(66202, 225, 2229, 'Carenage', ''),
(66203, 225, 2229, 'Diego Martin', ''),
(66204, 225, 2229, 'Maraval', ''),
(66205, 225, 2229, 'Petit Valley', ''),
(66206, 225, 2230, 'Roxborough', ''),
(66207, 225, 2231, 'Rio Claro', ''),
(66208, 225, 2232, 'Debe', ''),
(66209, 225, 2232, 'Penal', ''),
(66210, 225, 2233, 'Point Fortin', ''),
(66211, 225, 2234, 'New Grant', ''),
(66212, 225, 2234, 'Princes Town', ''),
(66213, 225, 2235, 'Barataria', ''),
(66214, 225, 2235, 'El Socorro', ''),
(66215, 225, 2235, 'Morvant', ''),
(66216, 225, 2235, 'San Juan', ''),
(66217, 225, 2235, 'Santa Cruz', ''),
(66218, 225, 2236, 'Sangre Grande', ''),
(66219, 225, 2237, 'Fyzabad', ''),
(66220, 225, 2237, 'South Oropouche', ''),
(66221, 225, 2238, 'Bon Accord', ''),
(66222, 225, 2238, 'Hope', ''),
(66223, 225, 2238, 'Lowlands', ''),
(66224, 225, 2238, 'Scarborough', ''),
(66225, 225, 2239, 'Arouca', ''),
(66226, 225, 2239, 'Curepe', ''),
(66227, 225, 2239, 'D\'Abadie', ''),
(66228, 225, 2239, 'El Dorado', ''),
(66229, 225, 2239, 'Maracas', ''),
(66230, 225, 2239, 'Piarco', ''),
(66231, 225, 2239, 'Saint Augustine', ''),
(66232, 225, 2239, 'Saint Joseph', ''),
(66233, 225, 2239, 'Tunapuna', ''),
(66234, 225, 2239, 'Valsayn', ''),
(66235, 226, 2240, 'Beja', ''),
(66236, 226, 2241, 'Ben Arous', ''),
(66237, 226, 2242, 'Kairouan', ''),
(66238, 226, 2243, 'El Kef', ''),
(66239, 226, 2244, 'Ariana', ''),
(66240, 226, 2244, 'Gammarth', ''),
(66241, 226, 2245, 'Mahdia', ''),
(66242, 226, 2246, 'Hammamet', ''),
(66243, 226, 2246, 'Kelibia', ''),
(66244, 226, 2246, 'Nabeul', ''),
(66245, 226, 2247, 'Sfax', ''),
(66246, 226, 2248, 'Sidi Bouzid', ''),
(66247, 226, 2249, 'Siliana', ''),
(66248, 226, 2250, 'Sousse', ''),
(66249, 226, 2251, 'Tozeur', ''),
(66250, 226, 2252, 'Fouchana', ''),
(66251, 226, 2252, 'La Mornaghia', ''),
(66252, 226, 2252, 'Lafayette', ''),
(66253, 226, 2252, 'Rades', ''),
(66254, 226, 2252, 'Tunis', ''),
(66255, 226, 2253, 'Zaghouan', ''),
(66256, 226, 2254, 'Manouba', ''),
(66257, 226, 2255, 'Tataouine', ''),
(66258, 227, 2256, 'Adana', ''),
(66259, 227, 2256, 'Baskent', ''),
(66260, 227, 2256, 'Ceyhan', ''),
(66261, 227, 2256, 'Kozan', ''),
(66262, 227, 2256, 'Seyhan', ''),
(66263, 227, 2256, 'Yuregir', ''),
(66264, 227, 2257, 'Adıyaman', ''),
(66265, 227, 2257, 'Birbir', ''),
(66266, 227, 2258, 'Afyonkarahisar', ''),
(66267, 227, 2258, 'Alpaslan', ''),
(66268, 227, 2258, 'Emirdag', ''),
(66269, 227, 2259, 'Ağrı', ''),
(66270, 227, 2259, 'Gunbuldu', ''),
(66271, 227, 2259, 'Palandoken', ''),
(66272, 227, 2259, 'Patnos', ''),
(66273, 227, 2260, 'Aksaray', ''),
(66274, 227, 2261, 'Amasya', ''),
(66275, 227, 2261, 'Merzifon', ''),
(66276, 227, 2262, 'Adnan Menderes', ''),
(66277, 227, 2262, 'Ankara', ''),
(66278, 227, 2262, 'Cankaya', ''),
(66279, 227, 2262, 'Dogu', ''),
(66280, 227, 2262, 'Dumlupinar', ''),
(66281, 227, 2262, 'Etimesgut', ''),
(66282, 227, 2262, 'Karabuk', ''),
(66283, 227, 2262, 'Kazan', ''),
(66284, 227, 2262, 'Kecioeren', ''),
(66285, 227, 2262, 'Kibriskoy', ''),
(66286, 227, 2262, 'Kuzey', ''),
(66287, 227, 2262, 'Mamak', ''),
(66288, 227, 2262, 'Osmangazi', ''),
(66289, 227, 2262, 'Ostim', ''),
(66290, 227, 2262, 'Polatlı', ''),
(66291, 227, 2262, 'Pursaklar', ''),
(66292, 227, 2262, 'Sincan', ''),
(66293, 227, 2262, 'Yenimahalle', ''),
(66294, 227, 2263, 'Alanya', ''),
(66295, 227, 2263, 'Antalya', ''),
(66296, 227, 2263, 'Arif', ''),
(66297, 227, 2263, 'Ataturk', ''),
(66298, 227, 2263, 'Calkaya', ''),
(66299, 227, 2263, 'Deniz', ''),
(66300, 227, 2263, 'Fatih', ''),
(66301, 227, 2263, 'Kepez', ''),
(66302, 227, 2263, 'Manavgat', ''),
(66303, 227, 2263, 'Mehmet Akif Ersoy', ''),
(66304, 227, 2263, 'Muratpasa', ''),
(66305, 227, 2263, 'Sanayi', ''),
(66306, 227, 2263, 'Tekirova', ''),
(66307, 227, 2263, 'Toros', ''),
(66308, 227, 2263, 'Ulus', ''),
(66309, 227, 2264, 'Ardahan', ''),
(66310, 227, 2265, 'Ardanuç', ''),
(66311, 227, 2265, 'Artvin', ''),
(66312, 227, 2265, 'Hopa', ''),
(66313, 227, 2265, 'Pehlivan', ''),
(66314, 227, 2266, 'Aydin', ''),
(66315, 227, 2266, 'Didim', ''),
(66316, 227, 2266, 'Kisir', ''),
(66317, 227, 2266, 'Kusadasi', ''),
(66318, 227, 2266, 'Nazilli', ''),
(66319, 227, 2266, 'Soeke', ''),
(66320, 227, 2267, 'Balıkesir', ''),
(66321, 227, 2267, 'Burhaniye', ''),
(66322, 227, 2267, 'Edremit', ''),
(66323, 227, 2267, 'Mana', ''),
(66324, 227, 2267, 'Panderma', ''),
(66325, 227, 2268, 'Bartin', ''),
(66326, 227, 2268, 'Kocakoy', ''),
(66327, 227, 2269, 'Basari', ''),
(66328, 227, 2269, 'Batman', ''),
(66329, 227, 2269, 'Bitam', ''),
(66330, 227, 2269, 'Kadir', ''),
(66331, 227, 2270, 'Bayburt', ''),
(66332, 227, 2271, 'Bilecik', ''),
(66333, 227, 2271, 'Osmaneli', ''),
(66334, 227, 2272, 'Bingol', ''),
(66335, 227, 2273, 'Bitlis', ''),
(66336, 227, 2274, 'Bolu', ''),
(66337, 227, 2275, 'Burdur', ''),
(66338, 227, 2276, 'Bursa', ''),
(66339, 227, 2276, 'İnegöl', ''),
(66340, 227, 2276, 'Mudanya', ''),
(66341, 227, 2276, 'Mustafakemalpasa', ''),
(66342, 227, 2276, 'Nicaea', ''),
(66343, 227, 2276, 'Nilufer', ''),
(66344, 227, 2276, 'Yaman', ''),
(66345, 227, 2277, 'Çanakkale', ''),
(66346, 227, 2278, 'Çankırı', ''),
(66347, 227, 2278, 'Karatekin', ''),
(66348, 227, 2279, 'Abdullah', ''),
(66349, 227, 2279, 'Çorum', ''),
(66350, 227, 2279, 'Sungurlu', ''),
(66351, 227, 2280, 'Denizli', ''),
(66352, 227, 2280, 'Honaz', ''),
(66353, 227, 2280, 'Pamukkale', ''),
(66354, 227, 2280, 'Saraykoy', ''),
(66355, 227, 2280, 'Yenikoy', ''),
(66356, 227, 2281, 'Atakoy', ''),
(66357, 227, 2281, 'Diyarbakır', ''),
(66358, 227, 2281, 'Kayapinar', ''),
(66359, 227, 2281, 'Salat', ''),
(66360, 227, 2282, 'Akcakoca', ''),
(66361, 227, 2282, 'Duzce', ''),
(66362, 227, 2282, 'Kalyoncu', ''),
(66363, 227, 2282, 'Mustafa', ''),
(66364, 227, 2283, 'Edirne', ''),
(66365, 227, 2283, 'Kemalkoy', ''),
(66366, 227, 2283, 'Mahmutkoy', ''),
(66367, 227, 2283, 'Uzunkoeprue', ''),
(66368, 227, 2284, 'Acibadem', ''),
(66369, 227, 2284, 'Elâzığ', ''),
(66370, 227, 2284, 'Keban', ''),
(66371, 227, 2285, 'Erzincan', ''),
(66372, 227, 2286, 'Erzurum', ''),
(66373, 227, 2287, 'Atlas', ''),
(66374, 227, 2287, 'Eskişehir', ''),
(66375, 227, 2287, 'Odunpazari', ''),
(66376, 227, 2288, 'Akinyolu', ''),
(66377, 227, 2288, 'Esenler', ''),
(66378, 227, 2288, 'Gaziantep', ''),
(66379, 227, 2288, 'Sehitkamil', ''),
(66380, 227, 2289, 'Doğankent', ''),
(66381, 227, 2289, 'Giresun', ''),
(66382, 227, 2289, 'Ortakoy', ''),
(66383, 227, 2290, 'Gümüşhane', ''),
(66384, 227, 2290, 'Işık', ''),
(66385, 227, 2291, 'Hakkari', ''),
(66386, 227, 2292, 'Antakya', ''),
(66387, 227, 2292, 'Elektrik', ''),
(66388, 227, 2292, 'İskenderun', ''),
(66389, 227, 2292, 'Kirikhan', ''),
(66390, 227, 2292, 'Yeditepe', ''),
(66391, 227, 2293, 'Iğdır', ''),
(66392, 227, 2294, 'Isparta', ''),
(66393, 227, 2295, 'Adalar', ''),
(66394, 227, 2295, 'Agva', ''),
(66395, 227, 2295, 'Atasehir', ''),
(66396, 227, 2295, 'Atisalani', ''),
(66397, 227, 2295, 'Bagcilar', ''),
(66398, 227, 2295, 'Bakirkoey', ''),
(66399, 227, 2295, 'Basaksehir', ''),
(66400, 227, 2295, 'Bayrampasa', ''),
(66401, 227, 2295, 'Besiktas', ''),
(66402, 227, 2295, 'Beykoz', ''),
(66403, 227, 2295, 'Beyoğlu', ''),
(66404, 227, 2295, 'Binkilic', ''),
(66405, 227, 2295, 'Bueyuekcekmece', ''),
(66406, 227, 2295, 'Catalca', ''),
(66407, 227, 2295, 'Cekmekoey', ''),
(66408, 227, 2295, 'Eminoenue', ''),
(66409, 227, 2295, 'Esenler', ''),
(66410, 227, 2295, 'Esenyurt', ''),
(66411, 227, 2295, 'Eyuep', ''),
(66412, 227, 2295, 'Fatih', ''),
(66413, 227, 2295, 'Florya', ''),
(66414, 227, 2295, 'Goksu', ''),
(66415, 227, 2295, 'Gungoren', ''),
(66416, 227, 2295, 'Harbiye', ''),
(66417, 227, 2295, 'Istanbul', ''),
(66418, 227, 2295, 'Kadikoey', ''),
(66419, 227, 2295, 'Kagithane', ''),
(66420, 227, 2295, 'Kartal', ''),
(66421, 227, 2295, 'Kucukcekmece', ''),
(66422, 227, 2295, 'Kucukyali', ''),
(66423, 227, 2295, 'Maltepe', ''),
(66424, 227, 2295, 'Maslak', ''),
(66425, 227, 2295, 'Mesrutiyet', ''),
(66426, 227, 2295, 'Pendik', ''),
(66427, 227, 2295, 'Sariyer', ''),
(66428, 227, 2295, 'Siliviri', ''),
(66429, 227, 2295, 'Sisli', ''),
(66430, 227, 2295, 'Sultanbeyli', ''),
(66431, 227, 2295, 'Sultangazi', ''),
(66432, 227, 2295, 'Taksim', ''),
(66433, 227, 2295, 'UEskuedar', ''),
(66434, 227, 2295, 'Umraniye', ''),
(66435, 227, 2295, 'Yenibosna', ''),
(66436, 227, 2295, 'Yenikoy', ''),
(66437, 227, 2295, 'Yukari Canta', ''),
(66438, 227, 2295, 'Zekeriya', ''),
(66439, 227, 2295, 'Zeytinburnu', ''),
(66440, 227, 2296, 'Aliaga', ''),
(66441, 227, 2296, 'Bayrakli', ''),
(66442, 227, 2296, 'Bogazici', ''),
(66443, 227, 2296, 'Bornova', ''),
(66444, 227, 2296, 'Buca', ''),
(66445, 227, 2296, 'Burgaz', ''),
(66446, 227, 2296, 'Cigli', ''),
(66447, 227, 2296, 'Foça', ''),
(66448, 227, 2296, 'Gaziemir', ''),
(66449, 227, 2296, 'Guzelbahce', ''),
(66450, 227, 2296, 'Ikizler', ''),
(66451, 227, 2296, 'Izmir', ''),
(66452, 227, 2296, 'Karabaglar', ''),
(66453, 227, 2296, 'Karsiyaka', ''),
(66454, 227, 2296, 'Kiraz', ''),
(66455, 227, 2296, 'Konak', ''),
(66456, 227, 2296, 'Menderes', ''),
(66457, 227, 2296, 'Narlidere', ''),
(66458, 227, 2296, 'Selcuk', ''),
(66459, 227, 2296, 'Tire', ''),
(66460, 227, 2296, 'Torbali', ''),
(66461, 227, 2296, 'Yaka', ''),
(66462, 227, 2297, 'Kahramanmaraş', ''),
(66463, 227, 2298, 'Karabük', ''),
(66464, 227, 2299, 'Karaman', ''),
(66465, 227, 2300, 'Celalkoy', ''),
(66466, 227, 2300, 'Eren', ''),
(66467, 227, 2300, 'Esenkent', ''),
(66468, 227, 2300, 'İbişkōy', ''),
(66469, 227, 2300, 'Kars', ''),
(66470, 227, 2300, 'Urker', ''),
(66471, 227, 2300, 'Yalcinlar', ''),
(66472, 227, 2301, 'Duran', ''),
(66473, 227, 2301, 'Karaoren', ''),
(66474, 227, 2301, 'Kastamonu', ''),
(66475, 227, 2301, 'Piri', ''),
(66476, 227, 2302, 'Doruklu', ''),
(66477, 227, 2302, 'Kayseri', ''),
(66478, 227, 2302, 'Kocasinan', ''),
(66479, 227, 2302, 'Melikgazi', ''),
(66480, 227, 2302, 'Talas', ''),
(66481, 227, 2303, 'Kilis', ''),
(66482, 227, 2304, 'Dikmen', ''),
(66483, 227, 2304, 'Kirikkale', ''),
(66484, 227, 2305, 'Kırklareli', ''),
(66485, 227, 2305, 'Lüleburgaz', ''),
(66486, 227, 2306, 'Kırşehir', ''),
(66487, 227, 2307, 'Gebze', ''),
(66488, 227, 2307, 'Goelcuek', ''),
(66489, 227, 2307, 'İzmit', ''),
(66490, 227, 2307, 'Karamursel', ''),
(66491, 227, 2308, 'Beysehir', ''),
(66492, 227, 2308, 'Karapinar', ''),
(66493, 227, 2308, 'Karatay', ''),
(66494, 227, 2308, 'Konya', ''),
(66495, 227, 2308, 'Meram', ''),
(66496, 227, 2308, 'Selcuklu', ''),
(66497, 227, 2309, 'Doga', ''),
(66498, 227, 2309, 'Gediz', ''),
(66499, 227, 2309, 'Kütahya', ''),
(66500, 227, 2310, 'Malatya', ''),
(66501, 227, 2310, 'Sisman', ''),
(66502, 227, 2310, 'Yesilyurt', ''),
(66503, 227, 2311, 'Adil', ''),
(66504, 227, 2311, 'Akhisar', ''),
(66505, 227, 2311, 'Alaşehir', ''),
(66506, 227, 2311, 'Cukurova', ''),
(66507, 227, 2311, 'Elek', ''),
(66508, 227, 2311, 'Golmarmara', ''),
(66509, 227, 2311, 'Karakoy', ''),
(66510, 227, 2311, 'Magnesia ad Sipylum', ''),
(66511, 227, 2311, 'Salihli', ''),
(66512, 227, 2311, 'Turgutlu', ''),
(66513, 227, 2312, 'Aykut', ''),
(66514, 227, 2312, 'Catalan', ''),
(66515, 227, 2312, 'Dereyani', ''),
(66516, 227, 2312, 'Dogus', ''),
(66517, 227, 2312, 'Kosuyolu', ''),
(66518, 227, 2312, 'Mardin', ''),
(66519, 227, 2312, 'Midyat', ''),
(66520, 227, 2312, 'Nisibis', ''),
(66521, 227, 2312, 'Turgutkoy', ''),
(66522, 227, 2312, 'Yasarkoy', ''),
(66523, 227, 2313, 'Cumhuriyet', ''),
(66524, 227, 2313, 'Gazi', ''),
(66525, 227, 2313, 'Mersin', ''),
(66526, 227, 2313, 'Mezitli', ''),
(66527, 227, 2313, 'Silifke', ''),
(66528, 227, 2313, 'Tarsus', ''),
(66529, 227, 2314, 'Bodrum', ''),
(66530, 227, 2314, 'Fethiye', ''),
(66531, 227, 2314, 'Marmaris', ''),
(66532, 227, 2314, 'Milas', ''),
(66533, 227, 2314, 'Mugla', ''),
(66534, 227, 2315, 'Ibrahim', ''),
(66535, 227, 2315, 'Muş', ''),
(66536, 227, 2315, 'Suleyman', ''),
(66537, 227, 2315, 'Yagcilar', ''),
(66538, 227, 2316, 'Hacibektas', ''),
(66539, 227, 2316, 'Nevşehir', ''),
(66540, 227, 2317, 'Niğde', ''),
(66541, 227, 2317, 'Sultanpinar', ''),
(66542, 227, 2318, 'Altinordu', ''),
(66543, 227, 2318, 'Bulut', ''),
(66544, 227, 2318, 'Catalpinar', ''),
(66545, 227, 2318, 'Hurriyet', ''),
(66546, 227, 2318, 'Inonu', ''),
(66547, 227, 2318, 'Ordu', ''),
(66548, 227, 2319, 'Osmaniye', ''),
(66549, 227, 2320, 'Esentepe', ''),
(66550, 227, 2320, 'Kocatepe', ''),
(66551, 227, 2320, 'Rize', ''),
(66552, 227, 2321, 'Adapazarı', ''),
(66553, 227, 2321, 'Hendek', ''),
(66554, 227, 2321, 'Sapanca', ''),
(66555, 227, 2321, 'Serdivan', ''),
(66556, 227, 2322, 'Bafra', ''),
(66557, 227, 2322, 'Girne', ''),
(66558, 227, 2322, 'Samsun', ''),
(66559, 227, 2322, 'Terme', ''),
(66560, 227, 2323, 'Aydogdu', ''),
(66561, 227, 2323, 'Baglarbasi', ''),
(66562, 227, 2323, 'Bozova', ''),
(66563, 227, 2323, 'Dayanikli', ''),
(66564, 227, 2323, 'Edebey', ''),
(66565, 227, 2323, 'Eser', ''),
(66566, 227, 2323, 'Harran', ''),
(66567, 227, 2323, 'Havsanli', ''),
(66568, 227, 2323, 'Karakoy', ''),
(66569, 227, 2323, 'Konakkoy', ''),
(66570, 227, 2323, 'Sabanci', ''),
(66571, 227, 2323, 'Saglik', ''),
(66572, 227, 2323, 'Sanliurfa', ''),
(66573, 227, 2323, 'Siverek', ''),
(66574, 227, 2323, 'Yildiz', ''),
(66575, 227, 2324, 'Aydogan', ''),
(66576, 227, 2324, 'Beykent', ''),
(66577, 227, 2324, 'Dogankoy', ''),
(66578, 227, 2324, 'Siirt', ''),
(66579, 227, 2325, 'Sinop', ''),
(66580, 227, 2326, 'Bugdayli', ''),
(66581, 227, 2326, 'Silopi', ''),
(66582, 227, 2326, 'Sirnak', ''),
(66583, 227, 2326, 'Tasdelen', ''),
(66584, 227, 2326, 'Toprak', ''),
(66585, 227, 2326, 'Ugur', ''),
(66586, 227, 2327, 'Havuzkoy', ''),
(66587, 227, 2327, 'Sivas', ''),
(66588, 227, 2328, 'Çerkezköy', ''),
(66589, 227, 2328, 'Çorlu', ''),
(66590, 227, 2328, 'Halic', ''),
(66591, 227, 2328, 'Tekirdağ', ''),
(66592, 227, 2328, 'Vakiflar', ''),
(66593, 227, 2329, 'Akdogan', ''),
(66594, 227, 2329, 'Akgun', ''),
(66595, 227, 2329, 'Erbaa', ''),
(66596, 227, 2329, 'Korucak', ''),
(66597, 227, 2329, 'Tokat Province', ''),
(66598, 227, 2329, 'Zile', ''),
(66599, 227, 2330, 'Findikli', ''),
(66600, 227, 2330, 'Meliksah', ''),
(66601, 227, 2330, 'Trabzon', ''),
(66602, 227, 2331, 'Tunceli', ''),
(66603, 227, 2332, 'Bahadir', ''),
(66604, 227, 2332, 'Uşak', ''),
(66605, 227, 2333, 'Andac', ''),
(66606, 227, 2333, 'Bilgi', ''),
(66607, 227, 2333, 'Trakya', ''),
(66608, 227, 2333, 'Van', ''),
(66609, 227, 2334, 'Kadikoy', ''),
(66610, 227, 2334, 'Yalova', ''),
(66611, 227, 2335, 'Cekerek', ''),
(66612, 227, 2335, 'Yozgat', ''),
(66613, 227, 2336, 'Uludag', ''),
(66614, 227, 2336, 'Zonguldak', ''),
(66615, 228, 2337, 'Ashgabat', ''),
(66616, 230, 2338, 'Funafuti', ''),
(66617, 232, 2340, 'Christiansted', ''),
(66618, 232, 2340, 'Frederiksted', ''),
(66619, 232, 2340, 'Kingshill', ''),
(66620, 232, 2341, 'St John Island', ''),
(66621, 232, 2342, 'Charlotte Amalie', ''),
(66622, 233, 2343, 'Entebbe', ''),
(66623, 233, 2343, 'Kampala', ''),
(66624, 233, 2343, 'Kira', ''),
(66625, 234, 2344, 'Cherkasy', ''),
(66626, 234, 2344, 'Chervonaya Sloboda', ''),
(66627, 234, 2344, 'Chornobay', ''),
(66628, 234, 2344, 'Kaniv', ''),
(66629, 234, 2344, 'Monastyryshche', ''),
(66630, 234, 2344, 'Smila', ''),
(66631, 234, 2344, 'Uman\'', ''),
(66632, 234, 2344, 'Vatutine', ''),
(66633, 234, 2344, 'Zhashkiv', ''),
(66634, 234, 2344, 'Zolotonosha', ''),
(66635, 234, 2344, 'Zvenyhorodka', ''),
(66636, 234, 2345, 'Chernihiv', ''),
(66637, 234, 2345, 'Desna', ''),
(66638, 234, 2345, 'Maksim', ''),
(66639, 234, 2345, 'Nizhyn', ''),
(66640, 234, 2345, 'Ostër', ''),
(66641, 234, 2346, 'Chernivtsi', ''),
(66642, 234, 2346, 'Kyseliv', ''),
(66643, 234, 2346, 'Mega', ''),
(66644, 234, 2346, 'Serhiyi', ''),
(66645, 234, 2347, 'Alupka', ''),
(66646, 234, 2347, 'Alushta', ''),
(66647, 234, 2347, 'Bakhchisaray', ''),
(66648, 234, 2347, 'Dzhankoy', ''),
(66649, 234, 2347, 'Feodosiya', ''),
(66650, 234, 2347, 'Illinka', ''),
(66651, 234, 2347, 'Kerch', ''),
(66652, 234, 2347, 'Krasnoperekops\'k', ''),
(66653, 234, 2347, 'Simferopol', ''),
(66654, 234, 2347, 'Sudak', ''),
(66655, 234, 2347, 'Yalta', ''),
(66656, 234, 2348, 'Dniprodzerzhyns\'k', ''),
(66657, 234, 2348, 'Dnipropetrovsk', ''),
(66658, 234, 2348, 'Khmel\'nitskiy Nomer Pervyy', ''),
(66659, 234, 2348, 'Kryvyi Rih', ''),
(66660, 234, 2348, 'Nikopol\'', ''),
(66661, 234, 2348, 'Novomoskovsk', ''),
(66662, 234, 2348, 'Pavlohrad', ''),
(66663, 234, 2348, 'Prosyana', ''),
(66664, 234, 2348, 'Synel\'nykove', ''),
(66665, 234, 2348, 'Verkhn\'odniprovs\'k', ''),
(66666, 234, 2348, 'Vil\'nohirs\'k', ''),
(66667, 234, 2348, 'Zhovti Vody', ''),
(66668, 234, 2349, 'Artemivs\'k', ''),
(66669, 234, 2349, 'Dimitrov', ''),
(66670, 234, 2349, 'Donetsk', ''),
(66671, 234, 2349, 'Druzhkovka', ''),
(66672, 234, 2349, 'Horlivka', ''),
(66673, 234, 2349, 'Konstantinovka', ''),
(66674, 234, 2349, 'Kramatorsk', ''),
(66675, 234, 2349, 'Krasnoarmiys\'k', ''),
(66676, 234, 2349, 'Luganskoye', ''),
(66677, 234, 2349, 'Makiyivka', ''),
(66678, 234, 2349, 'Mariupol', ''),
(66679, 234, 2349, 'Novaya', ''),
(66680, 234, 2349, 'Novogrodovka', ''),
(66681, 234, 2349, 'Petrenky', ''),
(66682, 234, 2349, 'Selidovo', ''),
(66683, 234, 2349, 'Shevchenko', ''),
(66684, 234, 2349, 'Sloviansk', ''),
(66685, 234, 2349, 'Tel\'manove', ''),
(66686, 234, 2349, 'Ukrainsk', ''),
(66687, 234, 2349, 'Volnovakha', ''),
(66688, 234, 2349, 'Yasinovataya', ''),
(66689, 234, 2349, 'Yenakiyeve', ''),
(66690, 234, 2350, 'Bolekhiv', ''),
(66691, 234, 2350, 'Burshtyn', ''),
(66692, 234, 2350, 'Goncharov', ''),
(66693, 234, 2350, 'Grebenyuk', ''),
(66694, 234, 2350, 'Horodenka', ''),
(66695, 234, 2350, 'Ivano-Frankivs\'k', ''),
(66696, 234, 2350, 'Kalush', ''),
(66697, 234, 2350, 'Kolomyia', ''),
(66698, 234, 2350, 'Konstantynuvka', ''),
(66699, 234, 2350, 'Markova', ''),
(66700, 234, 2350, 'Nadvirna', ''),
(66701, 234, 2351, 'Chervona Hirka', ''),
(66702, 234, 2351, 'Derhachi', ''),
(66703, 234, 2351, 'Kharkiv', ''),
(66704, 234, 2351, 'Korotych', ''),
(66705, 234, 2351, 'Krasnokutsk', ''),
(66706, 234, 2351, 'Kup\"yans\'k', ''),
(66707, 234, 2351, 'Merefa', ''),
(66708, 234, 2351, 'Osnova', ''),
(66709, 234, 2351, 'Slatyne', ''),
(66710, 234, 2351, 'Stat', ''),
(66711, 234, 2351, 'Uspens\'ke', ''),
(66712, 234, 2351, 'Valky', ''),
(66713, 234, 2351, 'Yakovlivka', ''),
(66714, 234, 2351, 'Zmiyiv', ''),
(66715, 234, 2352, 'Kakhovka', ''),
(66716, 234, 2352, 'Kherson', ''),
(66717, 234, 2352, 'Kryvyy Rih', ''),
(66718, 234, 2352, 'Skadowsk', ''),
(66719, 234, 2352, 'Stanislav', ''),
(66720, 234, 2352, 'Tavriys\'k', ''),
(66721, 234, 2352, 'Tsyurupinsk', ''),
(66722, 234, 2352, 'Verkhniy Rohachyk', ''),
(66723, 234, 2353, 'Belogorodka', ''),
(66724, 234, 2353, 'Derazhnya', ''),
(66725, 234, 2353, 'Khmel\'nyts\'kyy', ''),
(66726, 234, 2353, 'Netishyn', ''),
(66727, 234, 2353, 'Shepetivka', ''),
(66728, 234, 2353, 'Slavuta', ''),
(66729, 234, 2353, 'Volochys\'k', ''),
(66730, 234, 2354, 'Dolyns\'ka', ''),
(66731, 234, 2354, 'Kirovohrad', ''),
(66732, 234, 2354, 'Svitlovods\'k', ''),
(66733, 234, 2354, 'Znam”yanka', ''),
(66734, 234, 2355, 'Kiev', ''),
(66735, 234, 2355, 'Teremky', ''),
(66736, 234, 2356, 'Aleksandriya', ''),
(66737, 234, 2356, 'Baryshivka', ''),
(66738, 234, 2356, 'Bila Tserkva', ''),
(66739, 234, 2356, 'Borodyanka', ''),
(66740, 234, 2356, 'Boryspil', ''),
(66741, 234, 2356, 'Boyarka', ''),
(66742, 234, 2356, 'Brovary', ''),
(66743, 234, 2356, 'Bucha', ''),
(66744, 234, 2356, 'Fastiv', ''),
(66745, 234, 2356, 'Hlevakha', ''),
(66746, 234, 2356, 'Irpin', ''),
(66747, 234, 2356, 'Makariv', ''),
(66748, 234, 2356, 'Obukhiv', ''),
(66749, 234, 2356, 'Pereyaslav-Khmel\'nyts\'kyy', ''),
(66750, 234, 2356, 'Trypillia', ''),
(66751, 234, 2356, 'Uzyn', ''),
(66752, 234, 2356, 'Vasylkiv', ''),
(66753, 234, 2356, 'Vyshhorod', ''),
(66754, 234, 2356, 'Vyshneve', ''),
(66755, 234, 2357, 'Boryslav', ''),
(66756, 234, 2357, 'Bozhenka', ''),
(66757, 234, 2357, 'Chervonohrad', ''),
(66758, 234, 2357, 'Dmitrovichi', ''),
(66759, 234, 2357, 'Drohobych', ''),
(66760, 234, 2357, 'German', ''),
(66761, 234, 2357, 'Komarno', ''),
(66762, 234, 2357, 'Lisinichi', ''),
(66763, 234, 2357, 'Lviv', ''),
(66764, 234, 2357, 'Morshyn', ''),
(66765, 234, 2357, 'Mostys\'ka', ''),
(66766, 234, 2357, 'Mykolayiv', ''),
(66767, 234, 2357, 'Pustomyty', ''),
(66768, 234, 2357, 'Sarny', ''),
(66769, 234, 2357, 'Stebnyk', ''),
(66770, 234, 2357, 'Truskavets', ''),
(66771, 234, 2357, 'Zhovkva', ''),
(66772, 234, 2357, 'Zolochiv', ''),
(66773, 234, 2358, 'Alchevs\'k', ''),
(66774, 234, 2358, 'Baranikovka', ''),
(66775, 234, 2358, 'Industriya', ''),
(66776, 234, 2358, 'Krasnodon', ''),
(66777, 234, 2358, 'Kreminna', ''),
(66778, 234, 2358, 'Lisichansk', ''),
(66779, 234, 2358, 'Luhansk', ''),
(66780, 234, 2358, 'Pereval\'sk', ''),
(66781, 234, 2358, 'Rovenki', ''),
(66782, 234, 2358, 'Rubizhne', ''),
(66783, 234, 2358, 'Stakhanov', ''),
(66784, 234, 2358, 'Sverdlovs\'k', ''),
(66785, 234, 2358, 'Syeverodonets\'k', ''),
(66786, 234, 2358, 'Voronovo', ''),
(66787, 234, 2359, 'Dom Otdykha Omega', ''),
(66788, 234, 2359, 'Sevastopol', ''),
(66789, 234, 2360, 'Mykolayiv', ''),
(66790, 234, 2360, 'Novyy Buh', ''),
(66791, 234, 2360, 'Pervomays\'k', ''),
(66792, 234, 2361, 'Anan\'yiv', ''),
(66793, 234, 2361, 'Artsyz', ''),
(66794, 234, 2361, 'Fontanka', ''),
(66795, 234, 2361, 'Izmail', ''),
(66796, 234, 2361, 'Kotovs\'k', ''),
(66797, 234, 2361, 'Odesa', ''),
(66798, 234, 2361, 'Oleh', ''),
(66799, 234, 2361, 'Rozdil\'na', ''),
(66800, 234, 2361, 'Teplodar', ''),
(66801, 234, 2361, 'Tkachenka', ''),
(66802, 234, 2361, 'Usatove', ''),
(66803, 234, 2361, 'Vorovskiy', ''),
(66804, 234, 2361, 'Vynogradar', ''),
(66805, 234, 2361, 'Zastava', ''),
(66806, 234, 2362, 'Karlivka', ''),
(66807, 234, 2362, 'Khorol', ''),
(66808, 234, 2362, 'Komsomolsk', ''),
(66809, 234, 2362, 'Kremenchuk', ''),
(66810, 234, 2362, 'Lubny', ''),
(66811, 234, 2362, 'Myrhorod', ''),
(66812, 234, 2362, 'Obolon\'', ''),
(66813, 234, 2362, 'Poltava', ''),
(66814, 234, 2362, 'Snitin', ''),
(66815, 234, 2363, 'Klevan\'', ''),
(66816, 234, 2363, 'Kostopil\'', ''),
(66817, 234, 2363, 'Kvasyliv', ''),
(66818, 234, 2363, 'Ostroh', ''),
(66819, 234, 2363, 'Rivne', ''),
(66820, 234, 2363, 'Yalovychi', ''),
(66821, 234, 2363, 'Zdolbuniv', ''),
(66822, 234, 2364, 'Bilopillya', ''),
(66823, 234, 2364, 'Hlukhiv', ''),
(66824, 234, 2364, 'Konotop', ''),
(66825, 234, 2364, 'Kurylivka', ''),
(66826, 234, 2364, 'Okhtyrka', ''),
(66827, 234, 2364, 'Petrovskiy', ''),
(66828, 234, 2364, 'Romny', ''),
(66829, 234, 2364, 'Shostka', ''),
(66830, 234, 2364, 'Sumy', ''),
(66831, 234, 2364, 'Svessa', ''),
(66832, 234, 2364, 'Zavod', ''),
(66833, 234, 2365, 'Berezhany', ''),
(66834, 234, 2365, 'Buchach', ''),
(66835, 234, 2365, 'Chortkiv', ''),
(66836, 234, 2365, 'Lozovaya', ''),
(66837, 234, 2365, 'Poplavy', ''),
(66838, 234, 2365, 'Soroka', ''),
(66839, 234, 2365, 'Ternopil', ''),
(66840, 234, 2366, 'Haysyn', ''),
(66841, 234, 2366, 'Hnivan\'', ''),
(66842, 234, 2366, 'Ivanov', ''),
(66843, 234, 2366, 'Khmil\'nyk', ''),
(66844, 234, 2366, 'Kozyatyn', ''),
(66845, 234, 2366, 'Kuna', ''),
(66846, 234, 2366, 'Obukhov', ''),
(66847, 234, 2366, 'Pyrohiv', ''),
(66848, 234, 2366, 'Rovnoye', ''),
(66849, 234, 2366, 'Tul\'chyn', ''),
(66850, 234, 2366, 'Vinnytsya', ''),
(66851, 234, 2366, 'Zhmerynka', ''),
(66852, 234, 2367, 'Kovel', ''),
(66853, 234, 2367, 'Lutsk', ''),
(66854, 234, 2367, 'Novovolyns\'k', ''),
(66855, 234, 2367, 'Rivne', ''),
(66856, 234, 2367, 'Volodymyr-Volyns\'kyy', ''),
(66857, 234, 2367, 'Zaborol\'', ''),
(66858, 234, 2368, 'Bushtyno', ''),
(66859, 234, 2368, 'Chop', ''),
(66860, 234, 2368, 'Khust', ''),
(66861, 234, 2368, 'Khyzha', ''),
(66862, 234, 2368, 'Mukacheve', ''),
(66863, 234, 2368, 'Svalyava', ''),
(66864, 234, 2368, 'Teresva', ''),
(66865, 234, 2368, 'Tyachiv', ''),
(66866, 234, 2368, 'Uzhhorod', ''),
(66867, 234, 2368, 'Vynohradiv', ''),
(66868, 234, 2368, 'Zarichovo', ''),
(66869, 234, 2369, 'Berdyans\'k', ''),
(66870, 234, 2369, 'Energodar', ''),
(66871, 234, 2369, 'Lugansk', ''),
(66872, 234, 2369, 'Melitopol', ''),
(66873, 234, 2369, 'Osypenko', ''),
(66874, 234, 2369, 'Prymors\'k', ''),
(66875, 234, 2369, 'Voznesenka', ''),
(66876, 234, 2369, 'Zaporizhia', ''),
(66877, 234, 2369, 'Zaporozhe', ''),
(66878, 234, 2370, 'Barashivka', ''),
(66879, 234, 2370, 'Berdychiv', ''),
(66880, 234, 2370, 'Ivankov', ''),
(66881, 234, 2370, 'Korosten', ''),
(66882, 234, 2370, 'Malyn', ''),
(66883, 234, 2370, 'Pershotravensk', ''),
(66884, 234, 2370, 'Yurovka', ''),
(66885, 234, 2370, 'Zhytomyr', ''),
(66886, 235, 2371, 'Abu Dhabi', ''),
(66887, 235, 2371, 'Al Ain', ''),
(66888, 235, 2372, 'Ajman', ''),
(66889, 235, 2373, 'Fujairah', ''),
(66890, 235, 2374, 'Kalba', ''),
(66891, 235, 2374, 'Shargan', ''),
(66892, 235, 2374, 'Sharjah', ''),
(66893, 235, 2375, 'As Satwah', ''),
(66894, 235, 2375, 'Dayrah', ''),
(66895, 235, 2375, 'Dubai', ''),
(66896, 235, 2375, 'Oud Metha', ''),
(66897, 235, 2375, 'Ras al Khor', ''),
(66898, 235, 2376, 'Ras al-Khaimah', ''),
(66899, 236, 2377, 'Abbots Bromley', ''),
(66900, 236, 2377, 'Abbots Langley', ''),
(66901, 236, 2377, 'Abbotskerswell', ''),
(66902, 236, 2377, 'Abbotsley', ''),
(66903, 236, 2377, 'Aberford', ''),
(66904, 236, 2377, 'Abingdon', ''),
(66905, 236, 2377, 'Abram', ''),
(66906, 236, 2377, 'Accrington', ''),
(66907, 236, 2377, 'Acomb', ''),
(66908, 236, 2377, 'Acton', ''),
(66909, 236, 2377, 'Addingham', ''),
(66910, 236, 2377, 'Addington', ''),
(66911, 236, 2377, 'Addlestone', ''),
(66912, 236, 2377, 'Adel', ''),
(66913, 236, 2377, 'Ainsdale', ''),
(66914, 236, 2377, 'Aintree', ''),
(66915, 236, 2377, 'Albrighton', ''),
(66916, 236, 2377, 'Albury', ''),
(66917, 236, 2377, 'Alcester', ''),
(66918, 236, 2377, 'Aldbourne', ''),
(66919, 236, 2377, 'Aldeburgh', ''),
(66920, 236, 2377, 'Alderholt', ''),
(66921, 236, 2377, 'Alderley Edge', ''),
(66922, 236, 2377, 'Aldermaston', ''),
(66923, 236, 2377, 'Alderminster', ''),
(66924, 236, 2377, 'Aldershot', ''),
(66925, 236, 2377, 'Alderton', ''),
(66926, 236, 2377, 'Aldridge', ''),
(66927, 236, 2377, 'Alford', ''),
(66928, 236, 2377, 'Alfreton', ''),
(66929, 236, 2377, 'Alfriston', ''),
(66930, 236, 2377, 'Alkham', ''),
(66931, 236, 2377, 'Allesley', ''),
(66932, 236, 2377, 'Allonby', ''),
(66933, 236, 2377, 'Almondsbury', ''),
(66934, 236, 2377, 'Alnwick', ''),
(66935, 236, 2377, 'Alresford', ''),
(66936, 236, 2377, 'Alsager', ''),
(66937, 236, 2377, 'Alston', ''),
(66938, 236, 2377, 'Alstonefield', ''),
(66939, 236, 2377, 'Altham', ''),
(66940, 236, 2377, 'Althorne', ''),
(66941, 236, 2377, 'Alton', ''),
(66942, 236, 2377, 'Altrincham', ''),
(66943, 236, 2377, 'Alvechurch', ''),
(66944, 236, 2377, 'Alveston', ''),
(66945, 236, 2377, 'Amble', ''),
(66946, 236, 2377, 'Ambleside', ''),
(66947, 236, 2377, 'Ambrosden', ''),
(66948, 236, 2377, 'Amersham', ''),
(66949, 236, 2377, 'Amesbury', ''),
(66950, 236, 2377, 'Ampleforth', ''),
(66951, 236, 2377, 'Ampthill', ''),
(66952, 236, 2377, 'Ancaster', ''),
(66953, 236, 2377, 'Andover', ''),
(66954, 236, 2377, 'Angmering', ''),
(66955, 236, 2377, 'Anlaby', ''),
(66956, 236, 2377, 'Annesley', ''),
(66957, 236, 2377, 'Appleby', ''),
(66958, 236, 2377, 'Appleby Magna', ''),
(66959, 236, 2377, 'Appleford', ''),
(66960, 236, 2377, 'Appleton', ''),
(66961, 236, 2377, 'Arborfield', ''),
(66962, 236, 2377, 'Ardingly', ''),
(66963, 236, 2377, 'Arlesey', ''),
(66964, 236, 2377, 'Arley', ''),
(66965, 236, 2377, 'Arnold', ''),
(66966, 236, 2377, 'Arnside', ''),
(66967, 236, 2377, 'Arthingworth', ''),
(66968, 236, 2377, 'Arundel', ''),
(66969, 236, 2377, 'Ascot', ''),
(66970, 236, 2377, 'Ash Vale', ''),
(66971, 236, 2377, 'Ashbourne', ''),
(66972, 236, 2377, 'Ashburton', ''),
(66973, 236, 2377, 'Ashby de la Launde', ''),
(66974, 236, 2377, 'Ashby de la Zouch', ''),
(66975, 236, 2377, 'Ashby St Ledgers', ''),
(66976, 236, 2377, 'Ashen', ''),
(66977, 236, 2377, 'Ashfield', ''),
(66978, 236, 2377, 'Ashford', ''),
(66979, 236, 2377, 'Ashington', ''),
(66980, 236, 2377, 'Ashley', ''),
(66981, 236, 2377, 'Ashmansworth', ''),
(66982, 236, 2377, 'Ashover', ''),
(66983, 236, 2377, 'Ashperton', ''),
(66984, 236, 2377, 'Ashtead', ''),
(66985, 236, 2377, 'Ashton in Makerfield', ''),
(66986, 236, 2377, 'Ashton under Hill', ''),
(66987, 236, 2377, 'Ashton-under-Lyne', ''),
(66988, 236, 2377, 'Ashurst', ''),
(66989, 236, 2377, 'Ashwell', ''),
(66990, 236, 2377, 'Askam in Furness', ''),
(66991, 236, 2377, 'Askham', ''),
(66992, 236, 2377, 'Aspall', ''),
(66993, 236, 2377, 'Aspatria', ''),
(66994, 236, 2377, 'Aspley Guise', ''),
(66995, 236, 2377, 'Astley', ''),
(66996, 236, 2377, 'Aston Clinton', ''),
(66997, 236, 2377, 'Aston Rowant', ''),
(66998, 236, 2377, 'Atherstone', ''),
(66999, 236, 2377, 'Atherton', ''),
(67000, 236, 2377, 'Attenborough', ''),
(67001, 236, 2377, 'Attleborough', ''),
(67002, 236, 2377, 'Audlem', ''),
(67003, 236, 2377, 'Austwick', ''),
(67004, 236, 2377, 'Aveley', ''),
(67005, 236, 2377, 'Avening', ''),
(67006, 236, 2377, 'Awsworth', ''),
(67007, 236, 2377, 'Axbridge', ''),
(67008, 236, 2377, 'Axminster', ''),
(67009, 236, 2377, 'Aycliffe', ''),
(67010, 236, 2377, 'Aylesbury', ''),
(67011, 236, 2377, 'Aylesford', ''),
(67012, 236, 2377, 'Aylsham', ''),
(67013, 236, 2377, 'Aynho', ''),
(67014, 236, 2377, 'Ayton', ''),
(67015, 236, 2377, 'Babraham', ''),
(67016, 236, 2377, 'Bacton', ''),
(67017, 236, 2377, 'Bacup', ''),
(67018, 236, 2377, 'Badminton', ''),
(67019, 236, 2377, 'Badsey', ''),
(67020, 236, 2377, 'Bagshot', ''),
(67021, 236, 2377, 'Baguley', ''),
(67022, 236, 2377, 'Bagworth', ''),
(67023, 236, 2377, 'Baildon', ''),
(67024, 236, 2377, 'Bainbridge', ''),
(67025, 236, 2377, 'Bakewell', ''),
(67026, 236, 2377, 'Balcombe', ''),
(67027, 236, 2377, 'Balderton', ''),
(67028, 236, 2377, 'Baldock', ''),
(67029, 236, 2377, 'Balham', ''),
(67030, 236, 2377, 'Ball', ''),
(67031, 236, 2377, 'Balsham', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(67032, 236, 2377, 'Bamford', ''),
(67033, 236, 2377, 'Bampton', ''),
(67034, 236, 2377, 'Banbury', ''),
(67035, 236, 2377, 'Banham', ''),
(67036, 236, 2377, 'Banks', ''),
(67037, 236, 2377, 'Banstead', ''),
(67038, 236, 2377, 'Banwell', ''),
(67039, 236, 2377, 'Barby', ''),
(67040, 236, 2377, 'Bardney', ''),
(67041, 236, 2377, 'Barford', ''),
(67042, 236, 2377, 'Barking', ''),
(67043, 236, 2377, 'Barkingside', ''),
(67044, 236, 2377, 'Barkway', ''),
(67045, 236, 2377, 'Barlborough', ''),
(67046, 236, 2377, 'Barley', ''),
(67047, 236, 2377, 'Barling', ''),
(67048, 236, 2377, 'Barlow', ''),
(67049, 236, 2377, 'Barnard Castle', ''),
(67050, 236, 2377, 'Barnby Dun', ''),
(67051, 236, 2377, 'Barnes', ''),
(67052, 236, 2377, 'Barnet', ''),
(67053, 236, 2377, 'Barnetby le Wold', ''),
(67054, 236, 2377, 'Barnham', ''),
(67055, 236, 2377, 'Barnoldswick', ''),
(67056, 236, 2377, 'Barnsley', ''),
(67057, 236, 2377, 'Barnstaple', ''),
(67058, 236, 2377, 'Barnt Green', ''),
(67059, 236, 2377, 'Barrington', ''),
(67060, 236, 2377, 'Barrow in Furness', ''),
(67061, 236, 2377, 'Barrow upon Humber', ''),
(67062, 236, 2377, 'Barrowford', ''),
(67063, 236, 2377, 'Bartley', ''),
(67064, 236, 2377, 'Barton', ''),
(67065, 236, 2377, 'Barton under Needwood', ''),
(67066, 236, 2377, 'Barton upon Humber', ''),
(67067, 236, 2377, 'Barton-le-Clay', ''),
(67068, 236, 2377, 'Basford', ''),
(67069, 236, 2377, 'Basildon', ''),
(67070, 236, 2377, 'Basingstoke', ''),
(67071, 236, 2377, 'Bassingbourn', ''),
(67072, 236, 2377, 'Baston', ''),
(67073, 236, 2377, 'Bath', ''),
(67074, 236, 2377, 'Batley', ''),
(67075, 236, 2377, 'Battle', ''),
(67076, 236, 2377, 'Battlesbridge', ''),
(67077, 236, 2377, 'Baughurst', ''),
(67078, 236, 2377, 'Bawtry', ''),
(67079, 236, 2377, 'Beaconsfield', ''),
(67080, 236, 2377, 'Beal', ''),
(67081, 236, 2377, 'Beaminster', ''),
(67082, 236, 2377, 'Beaumont', ''),
(67083, 236, 2377, 'Beaworthy', ''),
(67084, 236, 2377, 'Bebington', ''),
(67085, 236, 2377, 'Bebside', ''),
(67086, 236, 2377, 'Beccles', ''),
(67087, 236, 2377, 'Beckenham', ''),
(67088, 236, 2377, 'Beckford', ''),
(67089, 236, 2377, 'Beckingham', ''),
(67090, 236, 2377, 'Beckton', ''),
(67091, 236, 2377, 'Bedale', ''),
(67092, 236, 2377, 'Bedford', ''),
(67093, 236, 2377, 'Bedlington', ''),
(67094, 236, 2377, 'Bedworth', ''),
(67095, 236, 2377, 'Beeford', ''),
(67096, 236, 2377, 'Beenham', ''),
(67097, 236, 2377, 'Beeston', ''),
(67098, 236, 2377, 'Beetley', ''),
(67099, 236, 2377, 'Belbroughton', ''),
(67100, 236, 2377, 'Belford', ''),
(67101, 236, 2377, 'Belper', ''),
(67102, 236, 2377, 'Belton', ''),
(67103, 236, 2377, 'Belvedere', ''),
(67104, 236, 2377, 'Bembridge', ''),
(67105, 236, 2377, 'Benenden', ''),
(67106, 236, 2377, 'Benson', ''),
(67107, 236, 2377, 'Bentley', ''),
(67108, 236, 2377, 'Bere Regis', ''),
(67109, 236, 2377, 'Berkeley', ''),
(67110, 236, 2377, 'Berkhamstead', ''),
(67111, 236, 2377, 'Bermondsey', ''),
(67112, 236, 2377, 'Berwick', ''),
(67113, 236, 2377, 'Berwick-Upon-Tweed', ''),
(67114, 236, 2377, 'Betchworth', ''),
(67115, 236, 2377, 'Bethersden', ''),
(67116, 236, 2377, 'Beverley', ''),
(67117, 236, 2377, 'Bewdley', ''),
(67118, 236, 2377, 'Bexhill-on-Sea', ''),
(67119, 236, 2377, 'Bexley', ''),
(67120, 236, 2377, 'Bexleyheath', ''),
(67121, 236, 2377, 'Bicester', ''),
(67122, 236, 2377, 'Bickenhill', ''),
(67123, 236, 2377, 'Bicton', ''),
(67124, 236, 2377, 'Biddenden', ''),
(67125, 236, 2377, 'Biddenham', ''),
(67126, 236, 2377, 'Biddulph', ''),
(67127, 236, 2377, 'Bideford', ''),
(67128, 236, 2377, 'Bidford-on-Avon', ''),
(67129, 236, 2377, 'Bidston', ''),
(67130, 236, 2377, 'Bierley', ''),
(67131, 236, 2377, 'Biggin Hill', ''),
(67132, 236, 2377, 'Biggleswade', ''),
(67133, 236, 2377, 'Billericay', ''),
(67134, 236, 2377, 'Billesley', ''),
(67135, 236, 2377, 'Billinge', ''),
(67136, 236, 2377, 'Billingham', ''),
(67137, 236, 2377, 'Billingshurst', ''),
(67138, 236, 2377, 'Bilsthorpe', ''),
(67139, 236, 2377, 'Bilston', ''),
(67140, 236, 2377, 'Binegar', ''),
(67141, 236, 2377, 'Binfield', ''),
(67142, 236, 2377, 'Bingham', ''),
(67143, 236, 2377, 'Bingley', ''),
(67144, 236, 2377, 'Binham', ''),
(67145, 236, 2377, 'Bintree', ''),
(67146, 236, 2377, 'Birch', ''),
(67147, 236, 2377, 'Birch Vale', ''),
(67148, 236, 2377, 'Birchington', ''),
(67149, 236, 2377, 'Bircotes', ''),
(67150, 236, 2377, 'Birdlip', ''),
(67151, 236, 2377, 'Birkenhead', ''),
(67152, 236, 2377, 'Birmingham', ''),
(67153, 236, 2377, 'Birstall', ''),
(67154, 236, 2377, 'Birtley', ''),
(67155, 236, 2377, 'Bishampton', ''),
(67156, 236, 2377, 'Bishop Auckland', ''),
(67157, 236, 2377, 'Bishop Burton', ''),
(67158, 236, 2377, 'Bishop Middleham', ''),
(67159, 236, 2377, 'Bishop\'s Stortford', ''),
(67160, 236, 2377, 'Bishops Cleeve', ''),
(67161, 236, 2377, 'Bishops Waltham', ''),
(67162, 236, 2377, 'Bishopsteignton', ''),
(67163, 236, 2377, 'Bishopstoke', ''),
(67164, 236, 2377, 'Bishopton', ''),
(67165, 236, 2377, 'Bisley', ''),
(67166, 236, 2377, 'Bispham', ''),
(67167, 236, 2377, 'Black Notley', ''),
(67168, 236, 2377, 'Blackburn', ''),
(67169, 236, 2377, 'Blackmore', ''),
(67170, 236, 2377, 'Blackpool', ''),
(67171, 236, 2377, 'Blackwater', ''),
(67172, 236, 2377, 'Blackwell', ''),
(67173, 236, 2377, 'Bladon', ''),
(67174, 236, 2377, 'Blakeney', ''),
(67175, 236, 2377, 'Blanchland', ''),
(67176, 236, 2377, 'Blandford Forum', ''),
(67177, 236, 2377, 'Blaydon', ''),
(67178, 236, 2377, 'Bleasby', ''),
(67179, 236, 2377, 'Bletchley', ''),
(67180, 236, 2377, 'Blewbury', ''),
(67181, 236, 2377, 'Blidworth', ''),
(67182, 236, 2377, 'Blindley Heath', ''),
(67183, 236, 2377, 'Blockley', ''),
(67184, 236, 2377, 'Blofield', ''),
(67185, 236, 2377, 'Bloomsbury', ''),
(67186, 236, 2377, 'Bloxham', ''),
(67187, 236, 2377, 'Blunham', ''),
(67188, 236, 2377, 'Bluntisham', ''),
(67189, 236, 2377, 'Blyth', ''),
(67190, 236, 2377, 'Bobbing', ''),
(67191, 236, 2377, 'Bobbington', ''),
(67192, 236, 2377, 'Bodmin', ''),
(67193, 236, 2377, 'Bognor Regis', ''),
(67194, 236, 2377, 'Bollington', ''),
(67195, 236, 2377, 'Bolney', ''),
(67196, 236, 2377, 'Bolnhurst', ''),
(67197, 236, 2377, 'Bolsover', ''),
(67198, 236, 2377, 'Bolton', ''),
(67199, 236, 2377, 'Bolton upon Dearne', ''),
(67200, 236, 2377, 'Bonsall', ''),
(67201, 236, 2377, 'Bookham', ''),
(67202, 236, 2377, 'Bootle', ''),
(67203, 236, 2377, 'Boreham', ''),
(67204, 236, 2377, 'Borehamwood', ''),
(67205, 236, 2377, 'Borley', ''),
(67206, 236, 2377, 'Borough Green', ''),
(67207, 236, 2377, 'Boroughbridge', ''),
(67208, 236, 2377, 'Boscombe', ''),
(67209, 236, 2377, 'Bosham', ''),
(67210, 236, 2377, 'Boston', ''),
(67211, 236, 2377, 'Boston Spa', ''),
(67212, 236, 2377, 'Botley', ''),
(67213, 236, 2377, 'Bourne', ''),
(67214, 236, 2377, 'Bourne End', ''),
(67215, 236, 2377, 'Bournemouth', ''),
(67216, 236, 2377, 'Bournville', ''),
(67217, 236, 2377, 'Bourton', ''),
(67218, 236, 2377, 'Bovey Tracey', ''),
(67219, 236, 2377, 'Bovingdon', ''),
(67220, 236, 2377, 'Bow', ''),
(67221, 236, 2377, 'Bowdon', ''),
(67222, 236, 2377, 'Bowness-on-Windermere', ''),
(67223, 236, 2377, 'Bowsden', ''),
(67224, 236, 2377, 'Box', ''),
(67225, 236, 2377, 'Boxford', ''),
(67226, 236, 2377, 'Boxley', ''),
(67227, 236, 2377, 'Boxworth', ''),
(67228, 236, 2377, 'Bozeat', ''),
(67229, 236, 2377, 'Brabourne', ''),
(67230, 236, 2377, 'Brackley', ''),
(67231, 236, 2377, 'Bracknell', ''),
(67232, 236, 2377, 'Bradfield', ''),
(67233, 236, 2377, 'Bradfield St George', ''),
(67234, 236, 2377, 'Bradford', ''),
(67235, 236, 2377, 'Bradford-on-Avon', ''),
(67236, 236, 2377, 'Brading', ''),
(67237, 236, 2377, 'Bradwell', ''),
(67238, 236, 2377, 'Bradwell on Sea', ''),
(67239, 236, 2377, 'Braintree', ''),
(67240, 236, 2377, 'Bramcote', ''),
(67241, 236, 2377, 'Bramhall', ''),
(67242, 236, 2377, 'Bramley', ''),
(67243, 236, 2377, 'Brampton', ''),
(67244, 236, 2377, 'Brandesburton', ''),
(67245, 236, 2377, 'Brandon', ''),
(67246, 236, 2377, 'Branscombe', ''),
(67247, 236, 2377, 'Bransgore', ''),
(67248, 236, 2377, 'Branston', ''),
(67249, 236, 2377, 'Braunston', ''),
(67250, 236, 2377, 'Braunstone', ''),
(67251, 236, 2377, 'Braunton', ''),
(67252, 236, 2377, 'Bray', ''),
(67253, 236, 2377, 'Brayton', ''),
(67254, 236, 2377, 'Bream', ''),
(67255, 236, 2377, 'Bredbury', ''),
(67256, 236, 2377, 'Brede', ''),
(67257, 236, 2377, 'Bredhurst', ''),
(67258, 236, 2377, 'Breedon on the Hill', ''),
(67259, 236, 2377, 'Brenchley', ''),
(67260, 236, 2377, 'Brent', ''),
(67261, 236, 2377, 'Brent Knoll', ''),
(67262, 236, 2377, 'Brentford', ''),
(67263, 236, 2377, 'Brentwood', ''),
(67264, 236, 2377, 'Brewood', ''),
(67265, 236, 2377, 'Bridestowe', ''),
(67266, 236, 2377, 'Bridge', ''),
(67267, 236, 2377, 'Bridgnorth', ''),
(67268, 236, 2377, 'Bridgwater', ''),
(67269, 236, 2377, 'Bridlington', ''),
(67270, 236, 2377, 'Bridport', ''),
(67271, 236, 2377, 'Brierfield', ''),
(67272, 236, 2377, 'Brierley Hill', ''),
(67273, 236, 2377, 'Brigg', ''),
(67274, 236, 2377, 'Brighouse', ''),
(67275, 236, 2377, 'Brightlingsea', ''),
(67276, 236, 2377, 'Brighton', ''),
(67277, 236, 2377, 'Brinkworth', ''),
(67278, 236, 2377, 'Brinsley', ''),
(67279, 236, 2377, 'Bristol', ''),
(67280, 236, 2377, 'Briston', ''),
(67281, 236, 2377, 'Brixham', ''),
(67282, 236, 2377, 'Brixton Hill', ''),
(67283, 236, 2377, 'Brixworth', ''),
(67284, 236, 2377, 'Broad Blunsdon', ''),
(67285, 236, 2377, 'Broad Hinton', ''),
(67286, 236, 2377, 'Broad Oak', ''),
(67287, 236, 2377, 'Broadhempston', ''),
(67288, 236, 2377, 'Broadstairs', ''),
(67289, 236, 2377, 'Broadstone', ''),
(67290, 236, 2377, 'Broadway', ''),
(67291, 236, 2377, 'Brockenhurst', ''),
(67292, 236, 2377, 'Brockley', ''),
(67293, 236, 2377, 'Brockley Green', ''),
(67294, 236, 2377, 'Brockworth', ''),
(67295, 236, 2377, 'Bromborough', ''),
(67296, 236, 2377, 'Bromley', ''),
(67297, 236, 2377, 'Brompton', ''),
(67298, 236, 2377, 'Bromsgrove', ''),
(67299, 236, 2377, 'Bromyard', ''),
(67300, 236, 2377, 'Brookland', ''),
(67301, 236, 2377, 'Broom', ''),
(67302, 236, 2377, 'Broomfield', ''),
(67303, 236, 2377, 'Broseley', ''),
(67304, 236, 2377, 'Brotherton', ''),
(67305, 236, 2377, 'Brotton', ''),
(67306, 236, 2377, 'Brough', ''),
(67307, 236, 2377, 'Broughton', ''),
(67308, 236, 2377, 'Broughton Astley', ''),
(67309, 236, 2377, 'Broughton in Furness', ''),
(67310, 236, 2377, 'Brownhills', ''),
(67311, 236, 2377, 'Broxbourne', ''),
(67312, 236, 2377, 'Brundall', ''),
(67313, 236, 2377, 'Bruton', ''),
(67314, 236, 2377, 'Buckden', ''),
(67315, 236, 2377, 'Buckfastleigh', ''),
(67316, 236, 2377, 'Buckhurst Hill', ''),
(67317, 236, 2377, 'Buckingham', ''),
(67318, 236, 2377, 'Buckland', ''),
(67319, 236, 2377, 'Bude', ''),
(67320, 236, 2377, 'Budleigh Salterton', ''),
(67321, 236, 2377, 'Bugbrooke', ''),
(67322, 236, 2377, 'Bulkington', ''),
(67323, 236, 2377, 'Bulmer', ''),
(67324, 236, 2377, 'Bungay', ''),
(67325, 236, 2377, 'Buntingford', ''),
(67326, 236, 2377, 'Burbage', ''),
(67327, 236, 2377, 'Burford', ''),
(67328, 236, 2377, 'Burgess Hill', ''),
(67329, 236, 2377, 'Burgh le Marsh', ''),
(67330, 236, 2377, 'Burghill', ''),
(67331, 236, 2377, 'Burham', ''),
(67332, 236, 2377, 'Burley', ''),
(67333, 236, 2377, 'Burley in Wharfedale', ''),
(67334, 236, 2377, 'Burnham', ''),
(67335, 236, 2377, 'Burnham on Crouch', ''),
(67336, 236, 2377, 'Burnham-on-Sea', ''),
(67337, 236, 2377, 'Burnley', ''),
(67338, 236, 2377, 'Burnopfield', ''),
(67339, 236, 2377, 'Burntwood', ''),
(67340, 236, 2377, 'Burscough', ''),
(67341, 236, 2377, 'Bursledon', ''),
(67342, 236, 2377, 'Burslem', ''),
(67343, 236, 2377, 'Burton', ''),
(67344, 236, 2377, 'Burton in Lonsdale', ''),
(67345, 236, 2377, 'Burton Latimer', ''),
(67346, 236, 2377, 'Burton on the Wolds', ''),
(67347, 236, 2377, 'Burton-on-Trent', ''),
(67348, 236, 2377, 'Burwash', ''),
(67349, 236, 2377, 'Burwell', ''),
(67350, 236, 2377, 'Bury', ''),
(67351, 236, 2377, 'Bury St Edmunds', ''),
(67352, 236, 2377, 'Bushey', ''),
(67353, 236, 2377, 'Buxton', ''),
(67354, 236, 2377, 'Byfleet', ''),
(67355, 236, 2377, 'Cadbury', ''),
(67356, 236, 2377, 'Callington', ''),
(67357, 236, 2377, 'Calne', ''),
(67358, 236, 2377, 'Calstock', ''),
(67359, 236, 2377, 'Calverton', ''),
(67360, 236, 2377, 'Cam', ''),
(67361, 236, 2377, 'Camberley', ''),
(67362, 236, 2377, 'Camberwell', ''),
(67363, 236, 2377, 'Camborne', ''),
(67364, 236, 2377, 'Cambridge', ''),
(67365, 236, 2377, 'Camelford', ''),
(67366, 236, 2377, 'Cannock', ''),
(67367, 236, 2377, 'Canterbury', ''),
(67368, 236, 2377, 'Capel', ''),
(67369, 236, 2377, 'Capenhurst', ''),
(67370, 236, 2377, 'Carhampton', ''),
(67371, 236, 2377, 'Carlisle', ''),
(67372, 236, 2377, 'Carlton', ''),
(67373, 236, 2377, 'Carnforth', ''),
(67374, 236, 2377, 'Carshalton', ''),
(67375, 236, 2377, 'Carterton', ''),
(67376, 236, 2377, 'Castle Bytham', ''),
(67377, 236, 2377, 'Castle Cary', ''),
(67378, 236, 2377, 'Castle Donington', ''),
(67379, 236, 2377, 'Castleford', ''),
(67380, 236, 2377, 'Castleton', ''),
(67381, 236, 2377, 'Caterham', ''),
(67382, 236, 2377, 'Catford', ''),
(67383, 236, 2377, 'Catterall', ''),
(67384, 236, 2377, 'Catterick', ''),
(67385, 236, 2377, 'Caversham', ''),
(67386, 236, 2377, 'Cawthorne', ''),
(67387, 236, 2377, 'Chaddesley Corbett', ''),
(67388, 236, 2377, 'Chadlington', ''),
(67389, 236, 2377, 'Chadwell', ''),
(67390, 236, 2377, 'Chagford', ''),
(67391, 236, 2377, 'Chailey', ''),
(67392, 236, 2377, 'Chalfont Saint Peter', ''),
(67393, 236, 2377, 'Chalfont St Giles', ''),
(67394, 236, 2377, 'Chalford', ''),
(67395, 236, 2377, 'Chandler\'s Ford', ''),
(67396, 236, 2377, 'Chapel en le Frith', ''),
(67397, 236, 2377, 'Chappel', ''),
(67398, 236, 2377, 'Chard', ''),
(67399, 236, 2377, 'Charing', ''),
(67400, 236, 2377, 'Charing Cross', ''),
(67401, 236, 2377, 'Charlbury', ''),
(67402, 236, 2377, 'Charlton', ''),
(67403, 236, 2377, 'Charlton on Otmoor', ''),
(67404, 236, 2377, 'Charminster', ''),
(67405, 236, 2377, 'Charmouth', ''),
(67406, 236, 2377, 'Chartham', ''),
(67407, 236, 2377, 'Chatham', ''),
(67408, 236, 2377, 'Chatteris', ''),
(67409, 236, 2377, 'Cheadle', ''),
(67410, 236, 2377, 'Cheadle Hulme', ''),
(67411, 236, 2377, 'Cheam', ''),
(67412, 236, 2377, 'Chearsley', ''),
(67413, 236, 2377, 'Chedburgh', ''),
(67414, 236, 2377, 'Cheddar', ''),
(67415, 236, 2377, 'Cheddington', ''),
(67416, 236, 2377, 'Cheddleton', ''),
(67417, 236, 2377, 'Chedzoy', ''),
(67418, 236, 2377, 'Chelford', ''),
(67419, 236, 2377, 'Chelmsford', ''),
(67420, 236, 2377, 'Chelsea', ''),
(67421, 236, 2377, 'Cheltenham', ''),
(67422, 236, 2377, 'Chertsey', ''),
(67423, 236, 2377, 'Chesham', ''),
(67424, 236, 2377, 'Cheshunt', ''),
(67425, 236, 2377, 'Chessington', ''),
(67426, 236, 2377, 'Chester', ''),
(67427, 236, 2377, 'Chester-le-Street', ''),
(67428, 236, 2377, 'Chesterfield', ''),
(67429, 236, 2377, 'Cheveley', ''),
(67430, 236, 2377, 'Chewton Mendip', ''),
(67431, 236, 2377, 'Chichester', ''),
(67432, 236, 2377, 'Chickerell', ''),
(67433, 236, 2377, 'Chiddingfold', ''),
(67434, 236, 2377, 'Chiddingstone', ''),
(67435, 236, 2377, 'Chieveley', ''),
(67436, 236, 2377, 'Chigwell', ''),
(67437, 236, 2377, 'Chilbolton', ''),
(67438, 236, 2377, 'Chilcompton', ''),
(67439, 236, 2377, 'Childrey', ''),
(67440, 236, 2377, 'Childs Ercall', ''),
(67441, 236, 2377, 'Childwall', ''),
(67442, 236, 2377, 'Chilgrove', ''),
(67443, 236, 2377, 'Chilton', ''),
(67444, 236, 2377, 'Chilton Trinity', ''),
(67445, 236, 2377, 'Chingford', ''),
(67446, 236, 2377, 'Chinley', ''),
(67447, 236, 2377, 'Chinnor', ''),
(67448, 236, 2377, 'Chippenham', ''),
(67449, 236, 2377, 'Chipping Campden', ''),
(67450, 236, 2377, 'Chipping Norton', ''),
(67451, 236, 2377, 'Chipping Ongar', ''),
(67452, 236, 2377, 'Chipping Sodbury', ''),
(67453, 236, 2377, 'Chipstead', ''),
(67454, 236, 2377, 'Chirbury', ''),
(67455, 236, 2377, 'Chislehurst', ''),
(67456, 236, 2377, 'Chiswick', ''),
(67457, 236, 2377, 'Chobham', ''),
(67458, 236, 2377, 'Cholsey', ''),
(67459, 236, 2377, 'Choppington', ''),
(67460, 236, 2377, 'Chorley', ''),
(67461, 236, 2377, 'Chorleywood', ''),
(67462, 236, 2377, 'Christchurch', ''),
(67463, 236, 2377, 'Christleton', ''),
(67464, 236, 2377, 'Chudleigh', ''),
(67465, 236, 2377, 'Chulmleigh', ''),
(67466, 236, 2377, 'Church', ''),
(67467, 236, 2377, 'Church Broughton', ''),
(67468, 236, 2377, 'Church Hanborough', ''),
(67469, 236, 2377, 'Church Langton', ''),
(67470, 236, 2377, 'Church Stretton', ''),
(67471, 236, 2377, 'Churchdown', ''),
(67472, 236, 2377, 'Churchill', ''),
(67473, 236, 2377, 'Chute', ''),
(67474, 236, 2377, 'Cinderford', ''),
(67475, 236, 2377, 'Cirencester', ''),
(67476, 236, 2377, 'City of London', ''),
(67477, 236, 2377, 'City of Westminster', ''),
(67478, 236, 2377, 'Clacton-on-Sea', ''),
(67479, 236, 2377, 'Clanfield', ''),
(67480, 236, 2377, 'Clapham', ''),
(67481, 236, 2377, 'Clapham North', ''),
(67482, 236, 2377, 'Clare', ''),
(67483, 236, 2377, 'Claxby', ''),
(67484, 236, 2377, 'Claygate', ''),
(67485, 236, 2377, 'Clayton le Moors', ''),
(67486, 236, 2377, 'Clayton West', ''),
(67487, 236, 2377, 'Clayworth', ''),
(67488, 236, 2377, 'Cleator Moor', ''),
(67489, 236, 2377, 'Cleckheaton', ''),
(67490, 236, 2377, 'Cleethorpes', ''),
(67491, 236, 2377, 'Cleobury Mortimer', ''),
(67492, 236, 2377, 'Clevedon', ''),
(67493, 236, 2377, 'Cleveleys', ''),
(67494, 236, 2377, 'Cliffe', ''),
(67495, 236, 2377, 'Clifton', ''),
(67496, 236, 2377, 'Clifton upon Dunsmore', ''),
(67497, 236, 2377, 'Cliftonville', ''),
(67498, 236, 2377, 'Clitheroe', ''),
(67499, 236, 2377, 'Clock Face', ''),
(67500, 236, 2377, 'Clophill', ''),
(67501, 236, 2377, 'Clun', ''),
(67502, 236, 2377, 'Coalville', ''),
(67503, 236, 2377, 'Cobham', ''),
(67504, 236, 2377, 'Cockermouth', ''),
(67505, 236, 2377, 'Cockfosters', ''),
(67506, 236, 2377, 'Codicote', ''),
(67507, 236, 2377, 'Codsall', ''),
(67508, 236, 2377, 'Colchester', ''),
(67509, 236, 2377, 'Cold Ash', ''),
(67510, 236, 2377, 'Cold Brayfield', ''),
(67511, 236, 2377, 'Cold Norton', ''),
(67512, 236, 2377, 'Coldwaltham', ''),
(67513, 236, 2377, 'Coleby', ''),
(67514, 236, 2377, 'Coleford', ''),
(67515, 236, 2377, 'Coleorton', ''),
(67516, 236, 2377, 'Coleshill', ''),
(67517, 236, 2377, 'Collingbourne Kingston', ''),
(67518, 236, 2377, 'Collingtree', ''),
(67519, 236, 2377, 'Colmworth', ''),
(67520, 236, 2377, 'Colnbrook', ''),
(67521, 236, 2377, 'Colne', ''),
(67522, 236, 2377, 'Colney Heath', ''),
(67523, 236, 2377, 'Colsterworth', ''),
(67524, 236, 2377, 'Colwall', ''),
(67525, 236, 2377, 'Colyton', ''),
(67526, 236, 2377, 'Combe Martin', ''),
(67527, 236, 2377, 'Comberton', ''),
(67528, 236, 2377, 'Compton', ''),
(67529, 236, 2377, 'Compton Dundon', ''),
(67530, 236, 2377, 'Congleton', ''),
(67531, 236, 2377, 'Congresbury', ''),
(67532, 236, 2377, 'Coningsby', ''),
(67533, 236, 2377, 'Coniston', ''),
(67534, 236, 2377, 'Consett', ''),
(67535, 236, 2377, 'Cookham', ''),
(67536, 236, 2377, 'Coppenhall', ''),
(67537, 236, 2377, 'Copplestone', ''),
(67538, 236, 2377, 'Coppull', ''),
(67539, 236, 2377, 'Corbridge', ''),
(67540, 236, 2377, 'Corby', ''),
(67541, 236, 2377, 'Corringham', ''),
(67542, 236, 2377, 'Corsham', ''),
(67543, 236, 2377, 'Cosby', ''),
(67544, 236, 2377, 'Coseley', ''),
(67545, 236, 2377, 'Cosham', ''),
(67546, 236, 2377, 'Cotgrave', ''),
(67547, 236, 2377, 'Cotham', ''),
(67548, 236, 2377, 'Coton in the Elms', ''),
(67549, 236, 2377, 'Cottenham', ''),
(67550, 236, 2377, 'Cottesmore', ''),
(67551, 236, 2377, 'Cottingham', ''),
(67552, 236, 2377, 'Coulsdon', ''),
(67553, 236, 2377, 'Coundon', ''),
(67554, 236, 2377, 'Countess Wear', ''),
(67555, 236, 2377, 'Covent Garden', ''),
(67556, 236, 2377, 'Coventry', ''),
(67557, 236, 2377, 'Cowden', ''),
(67558, 236, 2377, 'Cowley', ''),
(67559, 236, 2377, 'Coxhoe', ''),
(67560, 236, 2377, 'Cracoe', ''),
(67561, 236, 2377, 'Cradley', ''),
(67562, 236, 2377, 'Cramlington', ''),
(67563, 236, 2377, 'Cranborne', ''),
(67564, 236, 2377, 'Cranbrook', ''),
(67565, 236, 2377, 'Cranfield', ''),
(67566, 236, 2377, 'Cranford', ''),
(67567, 236, 2377, 'Cranleigh', ''),
(67568, 236, 2377, 'Crantock', ''),
(67569, 236, 2377, 'Craven Arms', ''),
(67570, 236, 2377, 'Crawley', ''),
(67571, 236, 2377, 'Crayford', ''),
(67572, 236, 2377, 'Crediton', ''),
(67573, 236, 2377, 'Creeting St Mary', ''),
(67574, 236, 2377, 'Cressing', ''),
(67575, 236, 2377, 'Cresswell', ''),
(67576, 236, 2377, 'Creswell', ''),
(67577, 236, 2377, 'Crewe', ''),
(67578, 236, 2377, 'Crewkerne', ''),
(67579, 236, 2377, 'Crich', ''),
(67580, 236, 2377, 'Crick', ''),
(67581, 236, 2377, 'Cricklade', ''),
(67582, 236, 2377, 'Cricklewood', ''),
(67583, 236, 2377, 'Crigglestone', ''),
(67584, 236, 2377, 'Crofton', ''),
(67585, 236, 2377, 'Cromer', ''),
(67586, 236, 2377, 'Cromwell', ''),
(67587, 236, 2377, 'Crondall', ''),
(67588, 236, 2377, 'Crook', ''),
(67589, 236, 2377, 'Croscombe', ''),
(67590, 236, 2377, 'Croston', ''),
(67591, 236, 2377, 'Crowborough', ''),
(67592, 236, 2377, 'Crowhurst', ''),
(67593, 236, 2377, 'Crowland', ''),
(67594, 236, 2377, 'Crowle', ''),
(67595, 236, 2377, 'Crowmarsh Gifford', ''),
(67596, 236, 2377, 'Crowthorne', ''),
(67597, 236, 2377, 'Croxley Green', ''),
(67598, 236, 2377, 'Croydon', ''),
(67599, 236, 2377, 'Crudwell', ''),
(67600, 236, 2377, 'Cuckfield', ''),
(67601, 236, 2377, 'Cucklington', ''),
(67602, 236, 2377, 'Cudworth', ''),
(67603, 236, 2377, 'Cuffley', ''),
(67604, 236, 2377, 'Culcheth', ''),
(67605, 236, 2377, 'Culham', ''),
(67606, 236, 2377, 'Cullompton', ''),
(67607, 236, 2377, 'Curbar', ''),
(67608, 236, 2377, 'Curdridge', ''),
(67609, 236, 2377, 'Dagenham', ''),
(67610, 236, 2377, 'Dalton in Furness', ''),
(67611, 236, 2377, 'Damerham', ''),
(67612, 236, 2377, 'Danbury', ''),
(67613, 236, 2377, 'Daresbury', ''),
(67614, 236, 2377, 'Darlaston', ''),
(67615, 236, 2377, 'Darley', ''),
(67616, 236, 2377, 'Darlington', ''),
(67617, 236, 2377, 'Dartford', ''),
(67618, 236, 2377, 'Dartmouth', ''),
(67619, 236, 2377, 'Darwen', ''),
(67620, 236, 2377, 'Datchet', ''),
(67621, 236, 2377, 'Datchworth', ''),
(67622, 236, 2377, 'Daventry', ''),
(67623, 236, 2377, 'Dawley', ''),
(67624, 236, 2377, 'Dawlish', ''),
(67625, 236, 2377, 'Deal', ''),
(67626, 236, 2377, 'Dean', ''),
(67627, 236, 2377, 'Debenham', ''),
(67628, 236, 2377, 'Deddington', ''),
(67629, 236, 2377, 'Dedham', ''),
(67630, 236, 2377, 'Deeping Saint James', ''),
(67631, 236, 2377, 'Delph', ''),
(67632, 236, 2377, 'Dengie', ''),
(67633, 236, 2377, 'Denham', ''),
(67634, 236, 2377, 'Denstone', ''),
(67635, 236, 2377, 'Denton', ''),
(67636, 236, 2377, 'Deptford', ''),
(67637, 236, 2377, 'Derby', ''),
(67638, 236, 2377, 'Dereham', ''),
(67639, 236, 2377, 'Dersingham', ''),
(67640, 236, 2377, 'Derwent', ''),
(67641, 236, 2377, 'Desborough', ''),
(67642, 236, 2377, 'Desford', ''),
(67643, 236, 2377, 'Devizes', ''),
(67644, 236, 2377, 'Dewsbury', ''),
(67645, 236, 2377, 'Didcot', ''),
(67646, 236, 2377, 'Digby', ''),
(67647, 236, 2377, 'Dinnington', ''),
(67648, 236, 2377, 'Disley', ''),
(67649, 236, 2377, 'Diss', ''),
(67650, 236, 2377, 'Ditchingham', ''),
(67651, 236, 2377, 'Ditchling', ''),
(67652, 236, 2377, 'Doncaster', ''),
(67653, 236, 2377, 'Donington', ''),
(67654, 236, 2377, 'Donnington', ''),
(67655, 236, 2377, 'Dorchester', ''),
(67656, 236, 2377, 'Dore', ''),
(67657, 236, 2377, 'Dorking', ''),
(67658, 236, 2377, 'Dorney', ''),
(67659, 236, 2377, 'Dorrington', ''),
(67660, 236, 2377, 'Dover', ''),
(67661, 236, 2377, 'Dovercourt', ''),
(67662, 236, 2377, 'Doveridge', ''),
(67663, 236, 2377, 'Downend', ''),
(67664, 236, 2377, 'Downham', ''),
(67665, 236, 2377, 'Downham Market', ''),
(67666, 236, 2377, 'Downton', ''),
(67667, 236, 2377, 'Draycott', ''),
(67668, 236, 2377, 'Drayton', ''),
(67669, 236, 2377, 'Driffield', ''),
(67670, 236, 2377, 'Drighlington', ''),
(67671, 236, 2377, 'Droitwich', ''),
(67672, 236, 2377, 'Dronfield', ''),
(67673, 236, 2377, 'Droxford', ''),
(67674, 236, 2377, 'Droylsden', ''),
(67675, 236, 2377, 'Dry Drayton', ''),
(67676, 236, 2377, 'Drybrook', ''),
(67677, 236, 2377, 'Dudley', ''),
(67678, 236, 2377, 'Duffield', ''),
(67679, 236, 2377, 'Dukinfield', ''),
(67680, 236, 2377, 'Dulverton', ''),
(67681, 236, 2377, 'Dulwich', ''),
(67682, 236, 2377, 'Dunchurch', ''),
(67683, 236, 2377, 'Duns Tew', ''),
(67684, 236, 2377, 'Dunstable', ''),
(67685, 236, 2377, 'Durham', ''),
(67686, 236, 2377, 'Durrington', ''),
(67687, 236, 2377, 'Dursley', ''),
(67688, 236, 2377, 'Dymchurch', ''),
(67689, 236, 2377, 'Dymock', ''),
(67690, 236, 2377, 'Eagle', ''),
(67691, 236, 2377, 'Earith', ''),
(67692, 236, 2377, 'Earl Soham', ''),
(67693, 236, 2377, 'Earley', ''),
(67694, 236, 2377, 'Earlham', ''),
(67695, 236, 2377, 'Earls Barton', ''),
(67696, 236, 2377, 'Easington', ''),
(67697, 236, 2377, 'Easingwold', ''),
(67698, 236, 2377, 'East Barming', ''),
(67699, 236, 2377, 'East Barnet', ''),
(67700, 236, 2377, 'East Bergholt', ''),
(67701, 236, 2377, 'East Boldon', ''),
(67702, 236, 2377, 'East Bridgford', ''),
(67703, 236, 2377, 'East Cowes', ''),
(67704, 236, 2377, 'East Dean', ''),
(67705, 236, 2377, 'East Down', ''),
(67706, 236, 2377, 'East Dulwich', ''),
(67707, 236, 2377, 'East Farleigh', ''),
(67708, 236, 2377, 'East Farndon', ''),
(67709, 236, 2377, 'East Grinstead', ''),
(67710, 236, 2377, 'East Hagbourne', ''),
(67711, 236, 2377, 'East Ham', ''),
(67712, 236, 2377, 'East Hanningfield', ''),
(67713, 236, 2377, 'East Harling', ''),
(67714, 236, 2377, 'East Hatley', ''),
(67715, 236, 2377, 'East Hoathly', ''),
(67716, 236, 2377, 'East Horsley', ''),
(67717, 236, 2377, 'East Huntspill', ''),
(67718, 236, 2377, 'East Ilsley', ''),
(67719, 236, 2377, 'East Leake', ''),
(67720, 236, 2377, 'East Malling', ''),
(67721, 236, 2377, 'East Markham', ''),
(67722, 236, 2377, 'East Molesey', ''),
(67723, 236, 2377, 'East Preston', ''),
(67724, 236, 2377, 'East Retford', ''),
(67725, 236, 2377, 'East Stour', ''),
(67726, 236, 2377, 'East Tisted', ''),
(67727, 236, 2377, 'East Wittering', ''),
(67728, 236, 2377, 'Eastbourne', ''),
(67729, 236, 2377, 'Eastchurch', ''),
(67730, 236, 2377, 'Eastcote', ''),
(67731, 236, 2377, 'Eastham', ''),
(67732, 236, 2377, 'Eastleigh', ''),
(67733, 236, 2377, 'Eastney', ''),
(67734, 236, 2377, 'Easton', ''),
(67735, 236, 2377, 'Easton on the Hill', ''),
(67736, 236, 2377, 'Eastville', ''),
(67737, 236, 2377, 'Eastwood', ''),
(67738, 236, 2377, 'Eaton Bray', ''),
(67739, 236, 2377, 'Eaton Socon', ''),
(67740, 236, 2377, 'Eccles', ''),
(67741, 236, 2377, 'Eccleshall', ''),
(67742, 236, 2377, 'Eccleston', ''),
(67743, 236, 2377, 'Eckington', ''),
(67744, 236, 2377, 'Ecton', ''),
(67745, 236, 2377, 'Edenbridge', ''),
(67746, 236, 2377, 'Edgbaston', ''),
(67747, 236, 2377, 'Edgcott', ''),
(67748, 236, 2377, 'Edgware', ''),
(67749, 236, 2377, 'Edingale', ''),
(67750, 236, 2377, 'Edith Weston', ''),
(67751, 236, 2377, 'Edlesborough', ''),
(67752, 236, 2377, 'Edmondthorpe', ''),
(67753, 236, 2377, 'Edmonton', ''),
(67754, 236, 2377, 'Edwinstowe', ''),
(67755, 236, 2377, 'Effingham', ''),
(67756, 236, 2377, 'Egerton', ''),
(67757, 236, 2377, 'Egham', ''),
(67758, 236, 2377, 'Egremont', ''),
(67759, 236, 2377, 'Egton', ''),
(67760, 236, 2377, 'Elland', ''),
(67761, 236, 2377, 'Ellesmere', ''),
(67762, 236, 2377, 'Ellesmere Port', ''),
(67763, 236, 2377, 'Elm', ''),
(67764, 236, 2377, 'Elmswell', ''),
(67765, 236, 2377, 'Elsenham', ''),
(67766, 236, 2377, 'Elstead', ''),
(67767, 236, 2377, 'Elstree', ''),
(67768, 236, 2377, 'Elswick', ''),
(67769, 236, 2377, 'Eltham', ''),
(67770, 236, 2377, 'Elton', ''),
(67771, 236, 2377, 'Elvington', ''),
(67772, 236, 2377, 'Ely', ''),
(67773, 236, 2377, 'Emberton', ''),
(67774, 236, 2377, 'Emsworth', ''),
(67775, 236, 2377, 'Enfield Lock', ''),
(67776, 236, 2377, 'Enfield Town', ''),
(67777, 236, 2377, 'Enford', ''),
(67778, 236, 2377, 'Epping', ''),
(67779, 236, 2377, 'Epsom', ''),
(67780, 236, 2377, 'Erdington', ''),
(67781, 236, 2377, 'Erith', ''),
(67782, 236, 2377, 'Esher', ''),
(67783, 236, 2377, 'Etchingham', ''),
(67784, 236, 2377, 'Eton', ''),
(67785, 236, 2377, 'Eversholt', ''),
(67786, 236, 2377, 'Evesham', ''),
(67787, 236, 2377, 'Ewell', ''),
(67788, 236, 2377, 'Exeter', ''),
(67789, 236, 2377, 'Exminster', ''),
(67790, 236, 2377, 'Exmouth', ''),
(67791, 236, 2377, 'Eye', ''),
(67792, 236, 2377, 'Failsworth', ''),
(67793, 236, 2377, 'Fairford', ''),
(67794, 236, 2377, 'Fakenham', ''),
(67795, 236, 2377, 'Falmouth', ''),
(67796, 236, 2377, 'Fareham', ''),
(67797, 236, 2377, 'Farewell', ''),
(67798, 236, 2377, 'Faringdon', ''),
(67799, 236, 2377, 'Farnborough', ''),
(67800, 236, 2377, 'Farnham', ''),
(67801, 236, 2377, 'Farnley', ''),
(67802, 236, 2377, 'Farnsfield', ''),
(67803, 236, 2377, 'Farnworth', ''),
(67804, 236, 2377, 'Farsley', ''),
(67805, 236, 2377, 'Faversham', ''),
(67806, 236, 2377, 'Fawley', ''),
(67807, 236, 2377, 'Fearby', ''),
(67808, 236, 2377, 'Featherstone', ''),
(67809, 236, 2377, 'Felbridge', ''),
(67810, 236, 2377, 'Felixstowe', ''),
(67811, 236, 2377, 'Felpham', ''),
(67812, 236, 2377, 'Felsted', ''),
(67813, 236, 2377, 'Feltham', ''),
(67814, 236, 2377, 'Feltwell', ''),
(67815, 236, 2377, 'Feniscowles', ''),
(67816, 236, 2377, 'Fenny Compton', ''),
(67817, 236, 2377, 'Fenton', ''),
(67818, 236, 2377, 'Fernhurst', ''),
(67819, 236, 2377, 'Ferrensby', ''),
(67820, 236, 2377, 'Ferryhill', ''),
(67821, 236, 2377, 'Filey', ''),
(67822, 236, 2377, 'Fillongley', ''),
(67823, 236, 2377, 'Filton', ''),
(67824, 236, 2377, 'Finchampstead', ''),
(67825, 236, 2377, 'Finchley', ''),
(67826, 236, 2377, 'Finedon', ''),
(67827, 236, 2377, 'Finsbury', ''),
(67828, 236, 2377, 'Fir Tree', ''),
(67829, 236, 2377, 'Firsby', ''),
(67830, 236, 2377, 'Fishburn', ''),
(67831, 236, 2377, 'Fishponds', ''),
(67832, 236, 2377, 'Fiskerton', ''),
(67833, 236, 2377, 'Fittleworth', ''),
(67834, 236, 2377, 'Flamborough', ''),
(67835, 236, 2377, 'Flamstead', ''),
(67836, 236, 2377, 'Flax Bourton', ''),
(67837, 236, 2377, 'Fleet', ''),
(67838, 236, 2377, 'Fleetwood', ''),
(67839, 236, 2377, 'Flintham', ''),
(67840, 236, 2377, 'Flitwick', ''),
(67841, 236, 2377, 'Flixton', ''),
(67842, 236, 2377, 'Fobbing', ''),
(67843, 236, 2377, 'Folkestone', ''),
(67844, 236, 2377, 'Fontmell Magna', ''),
(67845, 236, 2377, 'Ford', ''),
(67846, 236, 2377, 'Fordham', ''),
(67847, 236, 2377, 'Fordingbridge', ''),
(67848, 236, 2377, 'Forest Hill', ''),
(67849, 236, 2377, 'Forest Row', ''),
(67850, 236, 2377, 'Formby', ''),
(67851, 236, 2377, 'Fotherby', ''),
(67852, 236, 2377, 'Four Marks', ''),
(67853, 236, 2377, 'Fowey', ''),
(67854, 236, 2377, 'Framfield', ''),
(67855, 236, 2377, 'Framlingham', ''),
(67856, 236, 2377, 'Frampton Cotterell', ''),
(67857, 236, 2377, 'Frant', ''),
(67858, 236, 2377, 'Freckleton', ''),
(67859, 236, 2377, 'Frensham', ''),
(67860, 236, 2377, 'Freshford', ''),
(67861, 236, 2377, 'Freshwater', ''),
(67862, 236, 2377, 'Fressingfield', ''),
(67863, 236, 2377, 'Friern Barnet', ''),
(67864, 236, 2377, 'Frimley', ''),
(67865, 236, 2377, 'Fringford', ''),
(67866, 236, 2377, 'Frinton-on-Sea', ''),
(67867, 236, 2377, 'Frisby on the Wreak', ''),
(67868, 236, 2377, 'Frocester', ''),
(67869, 236, 2377, 'Frodsham', ''),
(67870, 236, 2377, 'Frome', ''),
(67871, 236, 2377, 'Froxfield', ''),
(67872, 236, 2377, 'Fulham', ''),
(67873, 236, 2377, 'Fulmer', ''),
(67874, 236, 2377, 'Fyfield', ''),
(67875, 236, 2377, 'Gailey', ''),
(67876, 236, 2377, 'Gainsborough', ''),
(67877, 236, 2377, 'Gamlingay', ''),
(67878, 236, 2377, 'Garboldisham', ''),
(67879, 236, 2377, 'Garforth', ''),
(67880, 236, 2377, 'Garstang', ''),
(67881, 236, 2377, 'Garston', ''),
(67882, 236, 2377, 'Gastard', ''),
(67883, 236, 2377, 'Gatenby', ''),
(67884, 236, 2377, 'Gateshead', ''),
(67885, 236, 2377, 'Gatwick', ''),
(67886, 236, 2377, 'Gawcott', ''),
(67887, 236, 2377, 'Gaydon', ''),
(67888, 236, 2377, 'Gayton Thorpe', ''),
(67889, 236, 2377, 'Gedling', ''),
(67890, 236, 2377, 'Gildersome', ''),
(67891, 236, 2377, 'Gillingham', ''),
(67892, 236, 2377, 'Girton', ''),
(67893, 236, 2377, 'Glascote', ''),
(67894, 236, 2377, 'Glastonbury', ''),
(67895, 236, 2377, 'Glossop', ''),
(67896, 236, 2377, 'Gloucester', ''),
(67897, 236, 2377, 'Godalming', ''),
(67898, 236, 2377, 'Godmanchester', ''),
(67899, 236, 2377, 'Godshill', ''),
(67900, 236, 2377, 'Godstone', ''),
(67901, 236, 2377, 'Goffs Oak', ''),
(67902, 236, 2377, 'Golborne', ''),
(67903, 236, 2377, 'Golcar', ''),
(67904, 236, 2377, 'Golders Green', ''),
(67905, 236, 2377, 'Goodleigh', ''),
(67906, 236, 2377, 'Goole', ''),
(67907, 236, 2377, 'Goostrey', ''),
(67908, 236, 2377, 'Goring', ''),
(67909, 236, 2377, 'Gorleston-on-Sea', ''),
(67910, 236, 2377, 'Gosberton', ''),
(67911, 236, 2377, 'Gosforth', ''),
(67912, 236, 2377, 'Gosport', ''),
(67913, 236, 2377, 'Gotham', ''),
(67914, 236, 2377, 'Goudhurst', ''),
(67915, 236, 2377, 'Graffham', ''),
(67916, 236, 2377, 'Granby', ''),
(67917, 236, 2377, 'Grange', ''),
(67918, 236, 2377, 'Grantham', ''),
(67919, 236, 2377, 'Grasby', ''),
(67920, 236, 2377, 'Grateley', ''),
(67921, 236, 2377, 'Gravesend', ''),
(67922, 236, 2377, 'Grays', ''),
(67923, 236, 2377, 'Great Ashfield', ''),
(67924, 236, 2377, 'Great Ayton', ''),
(67925, 236, 2377, 'Great Barr', ''),
(67926, 236, 2377, 'Great Bentley', ''),
(67927, 236, 2377, 'Great Billing', ''),
(67928, 236, 2377, 'Great Bookham', ''),
(67929, 236, 2377, 'Great Brickhill', ''),
(67930, 236, 2377, 'Great Canfield', ''),
(67931, 236, 2377, 'Great Chesterford', ''),
(67932, 236, 2377, 'Great Cornard', ''),
(67933, 236, 2377, 'Great Dunmow', ''),
(67934, 236, 2377, 'Great Easton', ''),
(67935, 236, 2377, 'Great Ellingham', ''),
(67936, 236, 2377, 'Great Gidding', ''),
(67937, 236, 2377, 'Great Glen', ''),
(67938, 236, 2377, 'Great Harwood', ''),
(67939, 236, 2377, 'Great Heck', ''),
(67940, 236, 2377, 'Great Holland', ''),
(67941, 236, 2377, 'Great Houghton', ''),
(67942, 236, 2377, 'Great Longstone', ''),
(67943, 236, 2377, 'Great Malvern', ''),
(67944, 236, 2377, 'Great Missenden', ''),
(67945, 236, 2377, 'Great Oakley', ''),
(67946, 236, 2377, 'Great Offley', ''),
(67947, 236, 2377, 'Great Ouseburn', ''),
(67948, 236, 2377, 'Great Ponton', ''),
(67949, 236, 2377, 'Great Ryburgh', ''),
(67950, 236, 2377, 'Great Shefford', ''),
(67951, 236, 2377, 'Great Staughton', ''),
(67952, 236, 2377, 'Great Torrington', ''),
(67953, 236, 2377, 'Great Totham', ''),
(67954, 236, 2377, 'Great Wakering', ''),
(67955, 236, 2377, 'Great Wyrley', ''),
(67956, 236, 2377, 'Great Yarmouth', ''),
(67957, 236, 2377, 'Greatworth', ''),
(67958, 236, 2377, 'Greenford', ''),
(67959, 236, 2377, 'Greenhead', ''),
(67960, 236, 2377, 'Greenhithe', ''),
(67961, 236, 2377, 'Greenwich', ''),
(67962, 236, 2377, 'Greetland', ''),
(67963, 236, 2377, 'Grendon', ''),
(67964, 236, 2377, 'Gretton', ''),
(67965, 236, 2377, 'Grewelthorpe', ''),
(67966, 236, 2377, 'Grimsargh', ''),
(67967, 236, 2377, 'Grimsby', ''),
(67968, 236, 2377, 'Grove', ''),
(67969, 236, 2377, 'Grundisburgh', ''),
(67970, 236, 2377, 'Guilden Morden', ''),
(67971, 236, 2377, 'Guildford', ''),
(67972, 236, 2377, 'Guilsborough', ''),
(67973, 236, 2377, 'Guisborough', ''),
(67974, 236, 2377, 'Guiseley', ''),
(67975, 236, 2377, 'Gunnislake', ''),
(67976, 236, 2377, 'Guyhirn', ''),
(67977, 236, 2377, 'Gwinear', ''),
(67978, 236, 2377, 'Hackbridge', ''),
(67979, 236, 2377, 'Hackney', ''),
(67980, 236, 2377, 'Haddenham', ''),
(67981, 236, 2377, 'Hadfield', ''),
(67982, 236, 2377, 'Hadleigh', ''),
(67983, 236, 2377, 'Hadley', ''),
(67984, 236, 2377, 'Hadlow', ''),
(67985, 236, 2377, 'Hadston', ''),
(67986, 236, 2377, 'Hagley', ''),
(67987, 236, 2377, 'Hailsham', ''),
(67988, 236, 2377, 'Hale', ''),
(67989, 236, 2377, 'Halesowen', ''),
(67990, 236, 2377, 'Halesworth', ''),
(67991, 236, 2377, 'Halewood', ''),
(67992, 236, 2377, 'Halifax', ''),
(67993, 236, 2377, 'Halling', ''),
(67994, 236, 2377, 'Hallow', ''),
(67995, 236, 2377, 'Halstead', ''),
(67996, 236, 2377, 'Halton', ''),
(67997, 236, 2377, 'Halton Holegate', ''),
(67998, 236, 2377, 'Haltwhistle', ''),
(67999, 236, 2377, 'Halwell', ''),
(68000, 236, 2377, 'Hamble', ''),
(68001, 236, 2377, 'Hambleton', ''),
(68002, 236, 2377, 'Hammersmith', ''),
(68003, 236, 2377, 'Hampstead', ''),
(68004, 236, 2377, 'Hampton', ''),
(68005, 236, 2377, 'Hamsterley', ''),
(68006, 236, 2377, 'Hanbury', ''),
(68007, 236, 2377, 'Handcross', ''),
(68008, 236, 2377, 'Handsworth', ''),
(68009, 236, 2377, 'Hankerton', ''),
(68010, 236, 2377, 'Hanley', ''),
(68011, 236, 2377, 'Hanslope', ''),
(68012, 236, 2377, 'Hanwell', ''),
(68013, 236, 2377, 'Hanworth', ''),
(68014, 236, 2377, 'Happisburgh', ''),
(68015, 236, 2377, 'Harbury', ''),
(68016, 236, 2377, 'Hardham', ''),
(68017, 236, 2377, 'Hardingham', ''),
(68018, 236, 2377, 'Hardwicke', ''),
(68019, 236, 2377, 'Harefield', ''),
(68020, 236, 2377, 'Haringey', ''),
(68021, 236, 2377, 'Harlaxton', ''),
(68022, 236, 2377, 'Harlesden', ''),
(68023, 236, 2377, 'Harleston', ''),
(68024, 236, 2377, 'Harlington', ''),
(68025, 236, 2377, 'Harlow', ''),
(68026, 236, 2377, 'Harold Wood', ''),
(68027, 236, 2377, 'Harpenden', ''),
(68028, 236, 2377, 'Harrietsham', ''),
(68029, 236, 2377, 'Harrogate', ''),
(68030, 236, 2377, 'Harrow', ''),
(68031, 236, 2377, 'Harrow on the Hill', ''),
(68032, 236, 2377, 'Harrow Weald', ''),
(68033, 236, 2377, 'Hart', ''),
(68034, 236, 2377, 'Hartfield', ''),
(68035, 236, 2377, 'Hartington', ''),
(68036, 236, 2377, 'Hartlebury', ''),
(68037, 236, 2377, 'Hartlepool', ''),
(68038, 236, 2377, 'Hartley', ''),
(68039, 236, 2377, 'Hartpury', ''),
(68040, 236, 2377, 'Harvington', ''),
(68041, 236, 2377, 'Harwell', ''),
(68042, 236, 2377, 'Harwich', ''),
(68043, 236, 2377, 'Harworth', ''),
(68044, 236, 2377, 'Haslemere', ''),
(68045, 236, 2377, 'Haslingden', ''),
(68046, 236, 2377, 'Hassocks', ''),
(68047, 236, 2377, 'Hastings', ''),
(68048, 236, 2377, 'Haswell', ''),
(68049, 236, 2377, 'Hatch End', ''),
(68050, 236, 2377, 'Hatfield', ''),
(68051, 236, 2377, 'Hatfield Heath', ''),
(68052, 236, 2377, 'Hatherleigh', ''),
(68053, 236, 2377, 'Hathersage', ''),
(68054, 236, 2377, 'Haughton le Skerne', ''),
(68055, 236, 2377, 'Havant', ''),
(68056, 236, 2377, 'Haverhill', ''),
(68057, 236, 2377, 'Haverigg', ''),
(68058, 236, 2377, 'Havering atte Bower', ''),
(68059, 236, 2377, 'Hawes', ''),
(68060, 236, 2377, 'Hawkesbury Upton', ''),
(68061, 236, 2377, 'Hawkhurst', ''),
(68062, 236, 2377, 'Hawkinge', ''),
(68063, 236, 2377, 'Hawkley', ''),
(68064, 236, 2377, 'Haworth', ''),
(68065, 236, 2377, 'Hawsker', ''),
(68066, 236, 2377, 'Haxby', ''),
(68067, 236, 2377, 'Haxey', ''),
(68068, 236, 2377, 'Haydock', ''),
(68069, 236, 2377, 'Hayes', ''),
(68070, 236, 2377, 'Hayle', ''),
(68071, 236, 2377, 'Haywards Heath', ''),
(68072, 236, 2377, 'Hazelwood', ''),
(68073, 236, 2377, 'Heacham', ''),
(68074, 236, 2377, 'Headcorn', ''),
(68075, 236, 2377, 'Headington', ''),
(68076, 236, 2377, 'Headley', ''),
(68077, 236, 2377, 'Healey', ''),
(68078, 236, 2377, 'Heanor', ''),
(68079, 236, 2377, 'Heath', ''),
(68080, 236, 2377, 'Heath and Reach', ''),
(68081, 236, 2377, 'Heathfield', ''),
(68082, 236, 2377, 'Heathrow', ''),
(68083, 236, 2377, 'Heaton Chapel', ''),
(68084, 236, 2377, 'Hebburn', ''),
(68085, 236, 2377, 'Hebden Bridge', ''),
(68086, 236, 2377, 'Heckmondwike', ''),
(68087, 236, 2377, 'Hedgerley', ''),
(68088, 236, 2377, 'Hednesford', ''),
(68089, 236, 2377, 'Heighington', ''),
(68090, 236, 2377, 'Hellesdon', ''),
(68091, 236, 2377, 'Helmsley', ''),
(68092, 236, 2377, 'Helsby', ''),
(68093, 236, 2377, 'Helston', ''),
(68094, 236, 2377, 'Hemel Hempstead', ''),
(68095, 236, 2377, 'Hemingford Abbots', ''),
(68096, 236, 2377, 'Hempstead', ''),
(68097, 236, 2377, 'Hemswell', ''),
(68098, 236, 2377, 'Hemsworth', ''),
(68099, 236, 2377, 'Hendon', ''),
(68100, 236, 2377, 'Henfield', ''),
(68101, 236, 2377, 'Henley', ''),
(68102, 236, 2377, 'Henley in Arden', ''),
(68103, 236, 2377, 'Henley on Thames', ''),
(68104, 236, 2377, 'Henlow', ''),
(68105, 236, 2377, 'Heptonstall', ''),
(68106, 236, 2377, 'Hereford', ''),
(68107, 236, 2377, 'Hermitage', ''),
(68108, 236, 2377, 'Herne', ''),
(68109, 236, 2377, 'Herne Bay', ''),
(68110, 236, 2377, 'Hersham', ''),
(68111, 236, 2377, 'Herstmonceux', ''),
(68112, 236, 2377, 'Hertford', ''),
(68113, 236, 2377, 'Hesleden', ''),
(68114, 236, 2377, 'Hessay', ''),
(68115, 236, 2377, 'Hessle', ''),
(68116, 236, 2377, 'Heston', ''),
(68117, 236, 2377, 'Heswall', ''),
(68118, 236, 2377, 'Hetton-Le-Hole', ''),
(68119, 236, 2377, 'Hever', ''),
(68120, 236, 2377, 'Hexham', ''),
(68121, 236, 2377, 'Heybridge', ''),
(68122, 236, 2377, 'Heysham', ''),
(68123, 236, 2377, 'Heythrop', ''),
(68124, 236, 2377, 'Heywood', ''),
(68125, 236, 2377, 'Hibaldstow', ''),
(68126, 236, 2377, 'Hickling', ''),
(68127, 236, 2377, 'High Easter', ''),
(68128, 236, 2377, 'High Legh', ''),
(68129, 236, 2377, 'High Peak', ''),
(68130, 236, 2377, 'High Peak Junction', ''),
(68131, 236, 2377, 'High Throston', ''),
(68132, 236, 2377, 'High Wycombe', ''),
(68133, 236, 2377, 'Higham', ''),
(68134, 236, 2377, 'Higham Ferrers', ''),
(68135, 236, 2377, 'Highbridge', ''),
(68136, 236, 2377, 'Highbury', ''),
(68137, 236, 2377, 'Highcliffe', ''),
(68138, 236, 2377, 'Highway', ''),
(68139, 236, 2377, 'Highworth', ''),
(68140, 236, 2377, 'Hildenborough', ''),
(68141, 236, 2377, 'Hilderstone', ''),
(68142, 236, 2377, 'Hill', ''),
(68143, 236, 2377, 'Hillingdon', ''),
(68144, 236, 2377, 'Hilton', ''),
(68145, 236, 2377, 'Hinckley', ''),
(68146, 236, 2377, 'Hindhead', ''),
(68147, 236, 2377, 'Hindley', ''),
(68148, 236, 2377, 'Hinstock', ''),
(68149, 236, 2377, 'Hinton St George', ''),
(68150, 236, 2377, 'Hirst', ''),
(68151, 236, 2377, 'Histon', ''),
(68152, 236, 2377, 'Hitcham', ''),
(68153, 236, 2377, 'Hitchin', ''),
(68154, 236, 2377, 'Hockley', ''),
(68155, 236, 2377, 'Hockliffe', ''),
(68156, 236, 2377, 'Hoddesdon', ''),
(68157, 236, 2377, 'Hoghton', ''),
(68158, 236, 2377, 'Holbeach', ''),
(68159, 236, 2377, 'Holborn', ''),
(68160, 236, 2377, 'Holbrook', ''),
(68161, 236, 2377, 'Holcombe', ''),
(68162, 236, 2377, 'Holcombe Rogus', ''),
(68163, 236, 2377, 'Holcot', ''),
(68164, 236, 2377, 'Hollesley', ''),
(68165, 236, 2377, 'Hollingwood', ''),
(68166, 236, 2377, 'Holmes Chapel', ''),
(68167, 236, 2377, 'Holmfirth', ''),
(68168, 236, 2377, 'Holmwood', ''),
(68169, 236, 2377, 'Holsworthy', ''),
(68170, 236, 2377, 'Holt', ''),
(68171, 236, 2377, 'Honeybourne', ''),
(68172, 236, 2377, 'Honiton', ''),
(68173, 236, 2377, 'Hoo', ''),
(68174, 236, 2377, 'Hook', ''),
(68175, 236, 2377, 'Hooke', ''),
(68176, 236, 2377, 'Hopwood', ''),
(68177, 236, 2377, 'Horam', ''),
(68178, 236, 2377, 'Horbury', ''),
(68179, 236, 2377, 'Horley', ''),
(68180, 236, 2377, 'Horncastle', ''),
(68181, 236, 2377, 'Hornchurch', ''),
(68182, 236, 2377, 'Horndean', ''),
(68183, 236, 2377, 'Horndon on the Hill', ''),
(68184, 236, 2377, 'Hornsea', ''),
(68185, 236, 2377, 'Hornsey', ''),
(68186, 236, 2377, 'Horsebridge', ''),
(68187, 236, 2377, 'Horsell', ''),
(68188, 236, 2377, 'Horsham', ''),
(68189, 236, 2377, 'Horton', ''),
(68190, 236, 2377, 'Horton in Ribblesdale', ''),
(68191, 236, 2377, 'Horwich', ''),
(68192, 236, 2377, 'Hotham', ''),
(68193, 236, 2377, 'Houghton Conquest', ''),
(68194, 236, 2377, 'Houghton Regis', ''),
(68195, 236, 2377, 'Houghton-Le-Spring', ''),
(68196, 236, 2377, 'Hounslow', ''),
(68197, 236, 2377, 'Hove', ''),
(68198, 236, 2377, 'Howden', ''),
(68199, 236, 2377, 'Hoxne', ''),
(68200, 236, 2377, 'Hoylake', ''),
(68201, 236, 2377, 'Hucknall Torkard', ''),
(68202, 236, 2377, 'Hucknall under Huthwaite', ''),
(68203, 236, 2377, 'Huddersfield', ''),
(68204, 236, 2377, 'Huish', ''),
(68205, 236, 2377, 'Hull', ''),
(68206, 236, 2377, 'Humber', ''),
(68207, 236, 2377, 'Humberstone', ''),
(68208, 236, 2377, 'Hungerford', ''),
(68209, 236, 2377, 'Hunmanby', ''),
(68210, 236, 2377, 'Hunslet', ''),
(68211, 236, 2377, 'Hunstanton', ''),
(68212, 236, 2377, 'Huntingdon', ''),
(68213, 236, 2377, 'Hunwick', ''),
(68214, 236, 2377, 'Hurley', ''),
(68215, 236, 2377, 'Hursley', ''),
(68216, 236, 2377, 'Hurst Green', ''),
(68217, 236, 2377, 'Hurstpierpoint', ''),
(68218, 236, 2377, 'Hurworth', ''),
(68219, 236, 2377, 'Huttoft', ''),
(68220, 236, 2377, 'Hutton Henry', ''),
(68221, 236, 2377, 'Huyton', ''),
(68222, 236, 2377, 'Hyde', ''),
(68223, 236, 2377, 'Hythe', ''),
(68224, 236, 2377, 'Ibstock', ''),
(68225, 236, 2377, 'Ibstone', ''),
(68226, 236, 2377, 'Ickenham', ''),
(68227, 236, 2377, 'Ickleford', ''),
(68228, 236, 2377, 'Icklesham', ''),
(68229, 236, 2377, 'Icklingham', ''),
(68230, 236, 2377, 'Ide', ''),
(68231, 236, 2377, 'Ifield', ''),
(68232, 236, 2377, 'Ilford', ''),
(68233, 236, 2377, 'Ilfracombe', ''),
(68234, 236, 2377, 'Ilkeston', ''),
(68235, 236, 2377, 'Ilkley', ''),
(68236, 236, 2377, 'Illogan', ''),
(68237, 236, 2377, 'Ilmington', ''),
(68238, 236, 2377, 'Ilminster', ''),
(68239, 236, 2377, 'Immingham', ''),
(68240, 236, 2377, 'Ingatestone', ''),
(68241, 236, 2377, 'Ingleby Greenhow', ''),
(68242, 236, 2377, 'Ingrave', ''),
(68243, 236, 2377, 'Ipswich', ''),
(68244, 236, 2377, 'Irby upon Humber', ''),
(68245, 236, 2377, 'Irchester', ''),
(68246, 236, 2377, 'Irlam', ''),
(68247, 236, 2377, 'Iron Acton', ''),
(68248, 236, 2377, 'Irthlingborough', ''),
(68249, 236, 2377, 'Isfield', ''),
(68250, 236, 2377, 'Isham', ''),
(68251, 236, 2377, 'Isleham', ''),
(68252, 236, 2377, 'Isleworth', ''),
(68253, 236, 2377, 'Islington', ''),
(68254, 236, 2377, 'Itchen', ''),
(68255, 236, 2377, 'Itchenor', ''),
(68256, 236, 2377, 'Itchingfield', ''),
(68257, 236, 2377, 'Iver', ''),
(68258, 236, 2377, 'Ivybridge', ''),
(68259, 236, 2377, 'Iwerne Courtney', ''),
(68260, 236, 2377, 'Ixworth', ''),
(68261, 236, 2377, 'Jarrow', ''),
(68262, 236, 2377, 'Jayes Park', ''),
(68263, 236, 2377, 'Jevington', ''),
(68264, 236, 2377, 'Jordans', ''),
(68265, 236, 2377, 'Kearsley', ''),
(68266, 236, 2377, 'Kedington', ''),
(68267, 236, 2377, 'Keele', ''),
(68268, 236, 2377, 'Kegworth', ''),
(68269, 236, 2377, 'Keighley', ''),
(68270, 236, 2377, 'Kelling', ''),
(68271, 236, 2377, 'Kelly', ''),
(68272, 236, 2377, 'Kelsall', ''),
(68273, 236, 2377, 'Kempsey', ''),
(68274, 236, 2377, 'Kempsford', ''),
(68275, 236, 2377, 'Kempston', ''),
(68276, 236, 2377, 'Kemsing', ''),
(68277, 236, 2377, 'Kendal', ''),
(68278, 236, 2377, 'Kenilworth', ''),
(68279, 236, 2377, 'Kenley', ''),
(68280, 236, 2377, 'Kenninghall', ''),
(68281, 236, 2377, 'Kennington', ''),
(68282, 236, 2377, 'Kensington', ''),
(68283, 236, 2377, 'Kensworth', ''),
(68284, 236, 2377, 'Kentford', ''),
(68285, 236, 2377, 'Kenton', ''),
(68286, 236, 2377, 'Keswick', ''),
(68287, 236, 2377, 'Kettering', ''),
(68288, 236, 2377, 'Kettlewell', ''),
(68289, 236, 2377, 'Ketton', ''),
(68290, 236, 2377, 'Kew', ''),
(68291, 236, 2377, 'Kew Gardens', ''),
(68292, 236, 2377, 'Keyingham', ''),
(68293, 236, 2377, 'Keynsham', ''),
(68294, 236, 2377, 'Kibworth Harcourt', ''),
(68295, 236, 2377, 'Kidderminster', ''),
(68296, 236, 2377, 'Kidlington', ''),
(68297, 236, 2377, 'Kidsgrove', ''),
(68298, 236, 2377, 'Kilburn', ''),
(68299, 236, 2377, 'Killamarsh', ''),
(68300, 236, 2377, 'Killingworth', ''),
(68301, 236, 2377, 'Kilsby', ''),
(68302, 236, 2377, 'Kimberley', ''),
(68303, 236, 2377, 'Kimpton', ''),
(68304, 236, 2377, 'Kingham', ''),
(68305, 236, 2377, 'Kings Langley', ''),
(68306, 236, 2377, 'Kings Lynn', ''),
(68307, 236, 2377, 'Kingsbridge', ''),
(68308, 236, 2377, 'Kingsbury', ''),
(68309, 236, 2377, 'Kingsclere', ''),
(68310, 236, 2377, 'Kingsland', ''),
(68311, 236, 2377, 'Kingsley', ''),
(68312, 236, 2377, 'Kingsnorth', ''),
(68313, 236, 2377, 'Kingsteignton', ''),
(68314, 236, 2377, 'Kingston', ''),
(68315, 236, 2377, 'Kingstone', ''),
(68316, 236, 2377, 'Kingswinford', ''),
(68317, 236, 2377, 'Kingswood', ''),
(68318, 236, 2377, 'Kington', ''),
(68319, 236, 2377, 'Kintbury', ''),
(68320, 236, 2377, 'Kirby', ''),
(68321, 236, 2377, 'Kirby Misperton', ''),
(68322, 236, 2377, 'Kirk Ella', ''),
(68323, 236, 2377, 'Kirk Merrington', ''),
(68324, 236, 2377, 'Kirkby', ''),
(68325, 236, 2377, 'Kirkby in Ashfield', ''),
(68326, 236, 2377, 'Kirkby Lonsdale', ''),
(68327, 236, 2377, 'Kirkby Stephen', ''),
(68328, 236, 2377, 'Kirkham', ''),
(68329, 236, 2377, 'Kirklington', ''),
(68330, 236, 2377, 'Kirtling', ''),
(68331, 236, 2377, 'Kirton', ''),
(68332, 236, 2377, 'Kirton in Lindsey', ''),
(68333, 236, 2377, 'Kiveton Park', ''),
(68334, 236, 2377, 'Knaresborough', ''),
(68335, 236, 2377, 'Knebworth', ''),
(68336, 236, 2377, 'Kneesall', ''),
(68337, 236, 2377, 'Knottingley', ''),
(68338, 236, 2377, 'Knowle', ''),
(68339, 236, 2377, 'Knowsley', ''),
(68340, 236, 2377, 'Knutsford', ''),
(68341, 236, 2377, 'Laindon', ''),
(68342, 236, 2377, 'Lakenheath', ''),
(68343, 236, 2377, 'Lambeth', ''),
(68344, 236, 2377, 'Lambourn', ''),
(68345, 236, 2377, 'Lancaster', ''),
(68346, 236, 2377, 'Lanchester', ''),
(68347, 236, 2377, 'Lancing', ''),
(68348, 236, 2377, 'Landbeach', ''),
(68349, 236, 2377, 'Langar', ''),
(68350, 236, 2377, 'Langcliffe', ''),
(68351, 236, 2377, 'Langdon Hills', ''),
(68352, 236, 2377, 'Langley', ''),
(68353, 236, 2377, 'Langley Mill', ''),
(68354, 236, 2377, 'Langport', ''),
(68355, 236, 2377, 'Langstone', ''),
(68356, 236, 2377, 'Lanivet', ''),
(68357, 236, 2377, 'Lapworth', ''),
(68358, 236, 2377, 'Latchingdon and Snoreham', ''),
(68359, 236, 2377, 'Launceston', ''),
(68360, 236, 2377, 'Lavenham', ''),
(68361, 236, 2377, 'Layer de la Haye', ''),
(68362, 236, 2377, 'Leatherhead', ''),
(68363, 236, 2377, 'Lechlade', ''),
(68364, 236, 2377, 'Ledbury', ''),
(68365, 236, 2377, 'Lee-on-the-Solent', ''),
(68366, 236, 2377, 'Leeds', ''),
(68367, 236, 2377, 'Leek', ''),
(68368, 236, 2377, 'Leicester', ''),
(68369, 236, 2377, 'Leigh', ''),
(68370, 236, 2377, 'Leigh-on-Sea', ''),
(68371, 236, 2377, 'Leighton Buzzard', ''),
(68372, 236, 2377, 'Leiston', ''),
(68373, 236, 2377, 'Leominster', ''),
(68374, 236, 2377, 'Letchworth', ''),
(68375, 236, 2377, 'Levenshulme', ''),
(68376, 236, 2377, 'Lewes', ''),
(68377, 236, 2377, 'Lewisham', ''),
(68378, 236, 2377, 'Leyburn', ''),
(68379, 236, 2377, 'Leyland', ''),
(68380, 236, 2377, 'Leysdown-on-Sea', ''),
(68381, 236, 2377, 'Leyton', ''),
(68382, 236, 2377, 'Lichfield', ''),
(68383, 236, 2377, 'Lidlington', ''),
(68384, 236, 2377, 'Lifton', ''),
(68385, 236, 2377, 'Limpsfield', ''),
(68386, 236, 2377, 'Linby', ''),
(68387, 236, 2377, 'Lincoln', ''),
(68388, 236, 2377, 'Lindfield', ''),
(68389, 236, 2377, 'Lingdale', ''),
(68390, 236, 2377, 'Lingfield', ''),
(68391, 236, 2377, 'Lingwood', ''),
(68392, 236, 2377, 'Linthwaite', ''),
(68393, 236, 2377, 'Linton upon Ouse', ''),
(68394, 236, 2377, 'Linwood', ''),
(68395, 236, 2377, 'Liphook', ''),
(68396, 236, 2377, 'Liskeard', ''),
(68397, 236, 2377, 'Liss', ''),
(68398, 236, 2377, 'Little Ayton', ''),
(68399, 236, 2377, 'Little Barningham', ''),
(68400, 236, 2377, 'Little Bookham', ''),
(68401, 236, 2377, 'Little Driffield', ''),
(68402, 236, 2377, 'Little Eaton', ''),
(68403, 236, 2377, 'Little Hulton', ''),
(68404, 236, 2377, 'Little Kimble', ''),
(68405, 236, 2377, 'Little Sutton', ''),
(68406, 236, 2377, 'Little Walden', ''),
(68407, 236, 2377, 'Little Walsingham', ''),
(68408, 236, 2377, 'Little Warley', ''),
(68409, 236, 2377, 'Littleborough', ''),
(68410, 236, 2377, 'Littlebury', ''),
(68411, 236, 2377, 'Littlehampton', ''),
(68412, 236, 2377, 'Littleover', ''),
(68413, 236, 2377, 'Littleport', ''),
(68414, 236, 2377, 'Liverpool', ''),
(68415, 236, 2377, 'Liversedge', ''),
(68416, 236, 2377, 'Locking', ''),
(68417, 236, 2377, 'London', ''),
(68418, 236, 2377, 'London Colney', ''),
(68419, 236, 2377, 'Long Buckby', ''),
(68420, 236, 2377, 'Long Crendon', ''),
(68421, 236, 2377, 'Long Ditton', ''),
(68422, 236, 2377, 'Long Eaton', ''),
(68423, 236, 2377, 'Long Itchington', ''),
(68424, 236, 2377, 'Long Melford', ''),
(68425, 236, 2377, 'Long Stratton', ''),
(68426, 236, 2377, 'Long Sutton', ''),
(68427, 236, 2377, 'Longbridge', ''),
(68428, 236, 2377, 'Longdon', ''),
(68429, 236, 2377, 'Longfield', ''),
(68430, 236, 2377, 'Longford', ''),
(68431, 236, 2377, 'Longhope', ''),
(68432, 236, 2377, 'Longport', ''),
(68433, 236, 2377, 'Longridge', ''),
(68434, 236, 2377, 'Longstanton', ''),
(68435, 236, 2377, 'Longton', ''),
(68436, 236, 2377, 'Looe', ''),
(68437, 236, 2377, 'Lostwithiel', ''),
(68438, 236, 2377, 'Loughborough', ''),
(68439, 236, 2377, 'Loughton', ''),
(68440, 236, 2377, 'Louth', ''),
(68441, 236, 2377, 'Low Bradley', ''),
(68442, 236, 2377, 'Low Hesket', ''),
(68443, 236, 2377, 'Low Moor', ''),
(68444, 236, 2377, 'Lowdham', ''),
(68445, 236, 2377, 'Lower Darwen', ''),
(68446, 236, 2377, 'Lower Halstow', ''),
(68447, 236, 2377, 'Lower Kingswood', ''),
(68448, 236, 2377, 'Lower Penn', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(68449, 236, 2377, 'Lowestoft', ''),
(68450, 236, 2377, 'Lowton', ''),
(68451, 236, 2377, 'Loxley', ''),
(68452, 236, 2377, 'Loxwood', ''),
(68453, 236, 2377, 'Ludborough', ''),
(68454, 236, 2377, 'Ludlow', ''),
(68455, 236, 2377, 'Ludworth', ''),
(68456, 236, 2377, 'Lugwardine', ''),
(68457, 236, 2377, 'Lupton', ''),
(68458, 236, 2377, 'Lurgashall', ''),
(68459, 236, 2377, 'Lustleigh', ''),
(68460, 236, 2377, 'Luton', ''),
(68461, 236, 2377, 'Lutterworth', ''),
(68462, 236, 2377, 'Lydbrook', ''),
(68463, 236, 2377, 'Lydd', ''),
(68464, 236, 2377, 'Lydden', ''),
(68465, 236, 2377, 'Lydney', ''),
(68466, 236, 2377, 'Lye', ''),
(68467, 236, 2377, 'Lyme Regis', ''),
(68468, 236, 2377, 'Lymington', ''),
(68469, 236, 2377, 'Lyminster', ''),
(68470, 236, 2377, 'Lymm', ''),
(68471, 236, 2377, 'Lympstone', ''),
(68472, 236, 2377, 'Lyndhurst', ''),
(68473, 236, 2377, 'Lynton', ''),
(68474, 236, 2377, 'Lytchett Minster', ''),
(68475, 236, 2377, 'Lytham', ''),
(68476, 236, 2377, 'Mablethorpe', ''),
(68477, 236, 2377, 'Macclesfield', ''),
(68478, 236, 2377, 'Madeley', ''),
(68479, 236, 2377, 'Maida Vale', ''),
(68480, 236, 2377, 'Maidenhead', ''),
(68481, 236, 2377, 'Maidstone', ''),
(68482, 236, 2377, 'Maidwell', ''),
(68483, 236, 2377, 'Malden', ''),
(68484, 236, 2377, 'Maldon', ''),
(68485, 236, 2377, 'Malmesbury', ''),
(68486, 236, 2377, 'Malpas', ''),
(68487, 236, 2377, 'Maltby', ''),
(68488, 236, 2377, 'Malton', ''),
(68489, 236, 2377, 'Malvern', ''),
(68490, 236, 2377, 'Malvern Wells', ''),
(68491, 236, 2377, 'Manchester', ''),
(68492, 236, 2377, 'Manningtree', ''),
(68493, 236, 2377, 'Manor', ''),
(68494, 236, 2377, 'Mansfield', ''),
(68495, 236, 2377, 'Mansfield Woodhouse', ''),
(68496, 236, 2377, 'Manuden', ''),
(68497, 236, 2377, 'March', ''),
(68498, 236, 2377, 'Marchwood', ''),
(68499, 236, 2377, 'Marden', ''),
(68500, 236, 2377, 'Marfleet', ''),
(68501, 236, 2377, 'Margate', ''),
(68502, 236, 2377, 'Marhamchurch', ''),
(68503, 236, 2377, 'Mark', ''),
(68504, 236, 2377, 'Mark Cross', ''),
(68505, 236, 2377, 'Market Deeping', ''),
(68506, 236, 2377, 'Market Drayton', ''),
(68507, 236, 2377, 'Market Harborough', ''),
(68508, 236, 2377, 'Market Lavington', ''),
(68509, 236, 2377, 'Market Rasen', ''),
(68510, 236, 2377, 'Market Weighton', ''),
(68511, 236, 2377, 'Markfield', ''),
(68512, 236, 2377, 'Markyate', ''),
(68513, 236, 2377, 'Marlborough', ''),
(68514, 236, 2377, 'Marlow', ''),
(68515, 236, 2377, 'Marnhull', ''),
(68516, 236, 2377, 'Marple', ''),
(68517, 236, 2377, 'Marr', ''),
(68518, 236, 2377, 'Marsden', ''),
(68519, 236, 2377, 'Marsham', ''),
(68520, 236, 2377, 'Marshfield', ''),
(68521, 236, 2377, 'Marske', ''),
(68522, 236, 2377, 'Marston', ''),
(68523, 236, 2377, 'Marston Green', ''),
(68524, 236, 2377, 'Marston Magna', ''),
(68525, 236, 2377, 'Marston Moretaine', ''),
(68526, 236, 2377, 'Martin', ''),
(68527, 236, 2377, 'Martock', ''),
(68528, 236, 2377, 'Maryport', ''),
(68529, 236, 2377, 'Matching', ''),
(68530, 236, 2377, 'Matfield', ''),
(68531, 236, 2377, 'Matlock', ''),
(68532, 236, 2377, 'Mattishall', ''),
(68533, 236, 2377, 'Mawdesley', ''),
(68534, 236, 2377, 'Mayfair', ''),
(68535, 236, 2377, 'Mayfield', ''),
(68536, 236, 2377, 'Mayland', ''),
(68537, 236, 2377, 'Measham', ''),
(68538, 236, 2377, 'Medmenham', ''),
(68539, 236, 2377, 'Medstead', ''),
(68540, 236, 2377, 'Melbourn', ''),
(68541, 236, 2377, 'Melbourne', ''),
(68542, 236, 2377, 'Meldreth', ''),
(68543, 236, 2377, 'Melksham', ''),
(68544, 236, 2377, 'Melling', ''),
(68545, 236, 2377, 'Mellis', ''),
(68546, 236, 2377, 'Mells', ''),
(68547, 236, 2377, 'Melton Constable', ''),
(68548, 236, 2377, 'Melton Mowbray', ''),
(68549, 236, 2377, 'Menston', ''),
(68550, 236, 2377, 'Meopham', ''),
(68551, 236, 2377, 'Mepal', ''),
(68552, 236, 2377, 'Mere', ''),
(68553, 236, 2377, 'Merstham', ''),
(68554, 236, 2377, 'Messingham', ''),
(68555, 236, 2377, 'Metheringham', ''),
(68556, 236, 2377, 'Mevagissey', ''),
(68557, 236, 2377, 'Mexborough', ''),
(68558, 236, 2377, 'Mickleham', ''),
(68559, 236, 2377, 'Mickley', ''),
(68560, 236, 2377, 'Middle Tysoe', ''),
(68561, 236, 2377, 'Middlesbrough', ''),
(68562, 236, 2377, 'Middleton', ''),
(68563, 236, 2377, 'Middleton-on-Sea', ''),
(68564, 236, 2377, 'Middlewich', ''),
(68565, 236, 2377, 'Midhurst', ''),
(68566, 236, 2377, 'Midsomer Norton', ''),
(68567, 236, 2377, 'Milborne Port', ''),
(68568, 236, 2377, 'Mildenhall', ''),
(68569, 236, 2377, 'Milford', ''),
(68570, 236, 2377, 'Milford on Sea', ''),
(68571, 236, 2377, 'Mill Hill', ''),
(68572, 236, 2377, 'Millom', ''),
(68573, 236, 2377, 'Milnrow', ''),
(68574, 236, 2377, 'Milnthorpe', ''),
(68575, 236, 2377, 'Milton', ''),
(68576, 236, 2377, 'Milton Damerel', ''),
(68577, 236, 2377, 'Milton Ernest', ''),
(68578, 236, 2377, 'Milton Keynes', ''),
(68579, 236, 2377, 'Minchinhampton', ''),
(68580, 236, 2377, 'Minehead', ''),
(68581, 236, 2377, 'Minster', ''),
(68582, 236, 2377, 'Minsterley', ''),
(68583, 236, 2377, 'Mirfield', ''),
(68584, 236, 2377, 'Mitcham', ''),
(68585, 236, 2377, 'Mitcheldean', ''),
(68586, 236, 2377, 'Mobberley', ''),
(68587, 236, 2377, 'Molesey', ''),
(68588, 236, 2377, 'Monks Risborough', ''),
(68589, 236, 2377, 'Monkseaton', ''),
(68590, 236, 2377, 'Monkton Heathfield', ''),
(68591, 236, 2377, 'Montacute', ''),
(68592, 236, 2377, 'Moorside', ''),
(68593, 236, 2377, 'Morden', ''),
(68594, 236, 2377, 'More', ''),
(68595, 236, 2377, 'Morecambe', ''),
(68596, 236, 2377, 'Moreton', ''),
(68597, 236, 2377, 'Moreton in Marsh', ''),
(68598, 236, 2377, 'Morley', ''),
(68599, 236, 2377, 'Morpeth', ''),
(68600, 236, 2377, 'Morton', ''),
(68601, 236, 2377, 'Moseley', ''),
(68602, 236, 2377, 'Moss', ''),
(68603, 236, 2377, 'Mossley', ''),
(68604, 236, 2377, 'Moulton', ''),
(68605, 236, 2377, 'Moulton St Michael', ''),
(68606, 236, 2377, 'Mount Bures', ''),
(68607, 236, 2377, 'Mountnessing', ''),
(68608, 236, 2377, 'Mountsorrel', ''),
(68609, 236, 2377, 'Much Hadham', ''),
(68610, 236, 2377, 'Much Hoole', ''),
(68611, 236, 2377, 'Much Marcle', ''),
(68612, 236, 2377, 'Much Wenlock', ''),
(68613, 236, 2377, 'Mudford', ''),
(68614, 236, 2377, 'Mulbarton', ''),
(68615, 236, 2377, 'Mullion', ''),
(68616, 236, 2377, 'Mundesley', ''),
(68617, 236, 2377, 'Murton', ''),
(68618, 236, 2377, 'Musbury', ''),
(68619, 236, 2377, 'Myddle', ''),
(68620, 236, 2377, 'Mytchett', ''),
(68621, 236, 2377, 'Myton on Swale', ''),
(68622, 236, 2377, 'Nafferton', ''),
(68623, 236, 2377, 'Nailsea', ''),
(68624, 236, 2377, 'Nailsworth', ''),
(68625, 236, 2377, 'Nantwich', ''),
(68626, 236, 2377, 'Napton on the Hill', ''),
(68627, 236, 2377, 'Narborough', ''),
(68628, 236, 2377, 'Naseby', ''),
(68629, 236, 2377, 'Nash', ''),
(68630, 236, 2377, 'Nassington', ''),
(68631, 236, 2377, 'Nazeing', ''),
(68632, 236, 2377, 'Neasden', ''),
(68633, 236, 2377, 'Nelson', ''),
(68634, 236, 2377, 'Neston', ''),
(68635, 236, 2377, 'Netheravon', ''),
(68636, 236, 2377, 'Netherton', ''),
(68637, 236, 2377, 'Netley', ''),
(68638, 236, 2377, 'New Alresford', ''),
(68639, 236, 2377, 'New Barnet', ''),
(68640, 236, 2377, 'New Brighton', ''),
(68641, 236, 2377, 'New Cross', ''),
(68642, 236, 2377, 'New Herrington', ''),
(68643, 236, 2377, 'New Mills', ''),
(68644, 236, 2377, 'New Milton', ''),
(68645, 236, 2377, 'New Romney', ''),
(68646, 236, 2377, 'New York', ''),
(68647, 236, 2377, 'Newark on Trent', ''),
(68648, 236, 2377, 'Newbiggin-by-the-Sea', ''),
(68649, 236, 2377, 'Newbold', ''),
(68650, 236, 2377, 'Newbridge', ''),
(68651, 236, 2377, 'Newbury', ''),
(68652, 236, 2377, 'Newby', ''),
(68653, 236, 2377, 'Newcastle', ''),
(68654, 236, 2377, 'Newcastle upon Tyne', ''),
(68655, 236, 2377, 'Newcastle-under-Lyme', ''),
(68656, 236, 2377, 'Newdigate', ''),
(68657, 236, 2377, 'Newenden', ''),
(68658, 236, 2377, 'Newent', ''),
(68659, 236, 2377, 'Newham', ''),
(68660, 236, 2377, 'Newhaven', ''),
(68661, 236, 2377, 'Newick', ''),
(68662, 236, 2377, 'Newington', ''),
(68663, 236, 2377, 'Newlands', ''),
(68664, 236, 2377, 'Newmarket', ''),
(68665, 236, 2377, 'Newnham on Severn', ''),
(68666, 236, 2377, 'Newport', ''),
(68667, 236, 2377, 'Newport Pagnell', ''),
(68668, 236, 2377, 'Newquay', ''),
(68669, 236, 2377, 'Newton', ''),
(68670, 236, 2377, 'Newton Abbot', ''),
(68671, 236, 2377, 'Newton Aycliffe', ''),
(68672, 236, 2377, 'Newton Heath', ''),
(68673, 236, 2377, 'Newton Tony', ''),
(68674, 236, 2377, 'Newton-le-Willows', ''),
(68675, 236, 2377, 'Newtown', ''),
(68676, 236, 2377, 'Ninfield', ''),
(68677, 236, 2377, 'Nocton', ''),
(68678, 236, 2377, 'Norbury', ''),
(68679, 236, 2377, 'Nordelph', ''),
(68680, 236, 2377, 'Norham', ''),
(68681, 236, 2377, 'Norleywood', ''),
(68682, 236, 2377, 'Normanby', ''),
(68683, 236, 2377, 'Normanton', ''),
(68684, 236, 2377, 'North Cadbury', ''),
(68685, 236, 2377, 'North Cave', ''),
(68686, 236, 2377, 'North Collingham', ''),
(68687, 236, 2377, 'North Crawley', ''),
(68688, 236, 2377, 'North Fambridge', ''),
(68689, 236, 2377, 'North Ferriby', ''),
(68690, 236, 2377, 'North Kelsey', ''),
(68691, 236, 2377, 'North Marston', ''),
(68692, 236, 2377, 'North Moreton', ''),
(68693, 236, 2377, 'North Newton', ''),
(68694, 236, 2377, 'North Petherton', ''),
(68695, 236, 2377, 'North Shields', ''),
(68696, 236, 2377, 'North Stoneham', ''),
(68697, 236, 2377, 'North Tawton', ''),
(68698, 236, 2377, 'North Walsham', ''),
(68699, 236, 2377, 'North Weald', ''),
(68700, 236, 2377, 'North Wheatley', ''),
(68701, 236, 2377, 'North Woolwich', ''),
(68702, 236, 2377, 'North Wootton', ''),
(68703, 236, 2377, 'Northallerton', ''),
(68704, 236, 2377, 'Northampton', ''),
(68705, 236, 2377, 'Northenden', ''),
(68706, 236, 2377, 'Northfield', ''),
(68707, 236, 2377, 'Northfleet', ''),
(68708, 236, 2377, 'Northleach', ''),
(68709, 236, 2377, 'Northolt', ''),
(68710, 236, 2377, 'Northrepps', ''),
(68711, 236, 2377, 'Northwich', ''),
(68712, 236, 2377, 'Northwood', ''),
(68713, 236, 2377, 'Norton', ''),
(68714, 236, 2377, 'Norton Canes', ''),
(68715, 236, 2377, 'Norwich', ''),
(68716, 236, 2377, 'Norwood', ''),
(68717, 236, 2377, 'Notting Hill Gate', ''),
(68718, 236, 2377, 'Nottingham', ''),
(68719, 236, 2377, 'Notton', ''),
(68720, 236, 2377, 'Nuneaton', ''),
(68721, 236, 2377, 'Nunwick', ''),
(68722, 236, 2377, 'Nutfield', ''),
(68723, 236, 2377, 'Nutley', ''),
(68724, 236, 2377, 'Oakford', ''),
(68725, 236, 2377, 'Oakham', ''),
(68726, 236, 2377, 'Oakley', ''),
(68727, 236, 2377, 'Odiham', ''),
(68728, 236, 2377, 'Okehampton', ''),
(68729, 236, 2377, 'Old Buckenham', ''),
(68730, 236, 2377, 'Old Dalby', ''),
(68731, 236, 2377, 'Old Hill', ''),
(68732, 236, 2377, 'Old Micklefield', ''),
(68733, 236, 2377, 'Old Warden', ''),
(68734, 236, 2377, 'Old Weston', ''),
(68735, 236, 2377, 'Old Windsor', ''),
(68736, 236, 2377, 'Oldbury', ''),
(68737, 236, 2377, 'Oldham', ''),
(68738, 236, 2377, 'Ollerton', ''),
(68739, 236, 2377, 'Olney', ''),
(68740, 236, 2377, 'Ombersley', ''),
(68741, 236, 2377, 'Orford', ''),
(68742, 236, 2377, 'Ormskirk', ''),
(68743, 236, 2377, 'Orpington', ''),
(68744, 236, 2377, 'Orsett', ''),
(68745, 236, 2377, 'Orwell', ''),
(68746, 236, 2377, 'Osborne', ''),
(68747, 236, 2377, 'Ossett', ''),
(68748, 236, 2377, 'Oswaldtwistle', ''),
(68749, 236, 2377, 'Oswestry', ''),
(68750, 236, 2377, 'Otley', ''),
(68751, 236, 2377, 'Otterburn', ''),
(68752, 236, 2377, 'Ottershaw', ''),
(68753, 236, 2377, 'Ottery St Mary', ''),
(68754, 236, 2377, 'Oundle', ''),
(68755, 236, 2377, 'Overstrand', ''),
(68756, 236, 2377, 'Overton', ''),
(68757, 236, 2377, 'Oving', ''),
(68758, 236, 2377, 'Ovingdean', ''),
(68759, 236, 2377, 'Ovingham', ''),
(68760, 236, 2377, 'Oxford', ''),
(68761, 236, 2377, 'Oxshott', ''),
(68762, 236, 2377, 'Oxted', ''),
(68763, 236, 2377, 'Oxton', ''),
(68764, 236, 2377, 'Padbury', ''),
(68765, 236, 2377, 'Paddington', ''),
(68766, 236, 2377, 'Paddock Wood', ''),
(68767, 236, 2377, 'Padiham', ''),
(68768, 236, 2377, 'Padstow', ''),
(68769, 236, 2377, 'Pagham', ''),
(68770, 236, 2377, 'Paignton', ''),
(68771, 236, 2377, 'Painswick', ''),
(68772, 236, 2377, 'Palmers Green', ''),
(68773, 236, 2377, 'Pangbourne', ''),
(68774, 236, 2377, 'Par', ''),
(68775, 236, 2377, 'Parbold', ''),
(68776, 236, 2377, 'Park Street', ''),
(68777, 236, 2377, 'Parkgate', ''),
(68778, 236, 2377, 'Parkside', ''),
(68779, 236, 2377, 'Parkstone', ''),
(68780, 236, 2377, 'Partridge Green', ''),
(68781, 236, 2377, 'Paston', ''),
(68782, 236, 2377, 'Patcham', ''),
(68783, 236, 2377, 'Patchway', ''),
(68784, 236, 2377, 'Paul', ''),
(68785, 236, 2377, 'Paulton', ''),
(68786, 236, 2377, 'Pavenham', ''),
(68787, 236, 2377, 'Pawlett', ''),
(68788, 236, 2377, 'Pedmore', ''),
(68789, 236, 2377, 'Pemberton', ''),
(68790, 236, 2377, 'Pembury', ''),
(68791, 236, 2377, 'Penkridge', ''),
(68792, 236, 2377, 'Penn', ''),
(68793, 236, 2377, 'Pennington', ''),
(68794, 236, 2377, 'Pennymoor', ''),
(68795, 236, 2377, 'Penrith', ''),
(68796, 236, 2377, 'Penryn', ''),
(68797, 236, 2377, 'Pensford', ''),
(68798, 236, 2377, 'Penshurst', ''),
(68799, 236, 2377, 'Penzance', ''),
(68800, 236, 2377, 'Perivale', ''),
(68801, 236, 2377, 'Perranporth', ''),
(68802, 236, 2377, 'Pershore', ''),
(68803, 236, 2377, 'Peterborough', ''),
(68804, 236, 2377, 'Peterlee', ''),
(68805, 236, 2377, 'Petersfield', ''),
(68806, 236, 2377, 'Petrockstow', ''),
(68807, 236, 2377, 'Petworth', ''),
(68808, 236, 2377, 'Pevensey', ''),
(68809, 236, 2377, 'Pewsey', ''),
(68810, 236, 2377, 'Pickering', ''),
(68811, 236, 2377, 'Picton', ''),
(68812, 236, 2377, 'Pilton', ''),
(68813, 236, 2377, 'Pinchbeck', ''),
(68814, 236, 2377, 'Pinner', ''),
(68815, 236, 2377, 'Pitsea', ''),
(68816, 236, 2377, 'Pitstone', ''),
(68817, 236, 2377, 'Plaistow', ''),
(68818, 236, 2377, 'Pleasley', ''),
(68819, 236, 2377, 'Pleshey', ''),
(68820, 236, 2377, 'Plumstead', ''),
(68821, 236, 2377, 'Plymouth', ''),
(68822, 236, 2377, 'Plymstock', ''),
(68823, 236, 2377, 'Pocklington', ''),
(68824, 236, 2377, 'Polegate', ''),
(68825, 236, 2377, 'Polesworth', ''),
(68826, 236, 2377, 'Ponders End', ''),
(68827, 236, 2377, 'Pontefract', ''),
(68828, 236, 2377, 'Poole', ''),
(68829, 236, 2377, 'Porlock', ''),
(68830, 236, 2377, 'Port Isaac', ''),
(68831, 236, 2377, 'Portchester', ''),
(68832, 236, 2377, 'Portesham', ''),
(68833, 236, 2377, 'Porthallow', ''),
(68834, 236, 2377, 'Porthleven', ''),
(68835, 236, 2377, 'Portishead', ''),
(68836, 236, 2377, 'Portslade-by-Sea', ''),
(68837, 236, 2377, 'Portsmouth', ''),
(68838, 236, 2377, 'Potters Bar', ''),
(68839, 236, 2377, 'Potterspury', ''),
(68840, 236, 2377, 'Poulton le Fylde', ''),
(68841, 236, 2377, 'Poynton', ''),
(68842, 236, 2377, 'Prescot', ''),
(68843, 236, 2377, 'Prestbury', ''),
(68844, 236, 2377, 'Preston', ''),
(68845, 236, 2377, 'Preston on the Hill', ''),
(68846, 236, 2377, 'Prestwich', ''),
(68847, 236, 2377, 'Princes Risborough', ''),
(68848, 236, 2377, 'Princethorpe', ''),
(68849, 236, 2377, 'Princetown', ''),
(68850, 236, 2377, 'Prudhoe', ''),
(68851, 236, 2377, 'Puckeridge', ''),
(68852, 236, 2377, 'Pudsey', ''),
(68853, 236, 2377, 'Pulborough', ''),
(68854, 236, 2377, 'Pulham St Mary the Virgin', ''),
(68855, 236, 2377, 'Purfleet', ''),
(68856, 236, 2377, 'Purley', ''),
(68857, 236, 2377, 'Pylle', ''),
(68858, 236, 2377, 'Pyrford', ''),
(68859, 236, 2377, 'Quarley', ''),
(68860, 236, 2377, 'Queenborough', ''),
(68861, 236, 2377, 'Queensbury', ''),
(68862, 236, 2377, 'Radcliffe', ''),
(68863, 236, 2377, 'Radcliffe on Trent', ''),
(68864, 236, 2377, 'Radlett', ''),
(68865, 236, 2377, 'Radstock', ''),
(68866, 236, 2377, 'Rainham', ''),
(68867, 236, 2377, 'Rainhill', ''),
(68868, 236, 2377, 'Rampton', ''),
(68869, 236, 2377, 'Ramsbottom', ''),
(68870, 236, 2377, 'Ramsbury', ''),
(68871, 236, 2377, 'Ramsey', ''),
(68872, 236, 2377, 'Ramsgate', ''),
(68873, 236, 2377, 'Ratcliffe on Soar', ''),
(68874, 236, 2377, 'Ratcliffe on the Wreake', ''),
(68875, 236, 2377, 'Rattery', ''),
(68876, 236, 2377, 'Raunds', ''),
(68877, 236, 2377, 'Ravenglass', ''),
(68878, 236, 2377, 'Rawtenstall', ''),
(68879, 236, 2377, 'Rayleigh', ''),
(68880, 236, 2377, 'Rayne', ''),
(68881, 236, 2377, 'Reading', ''),
(68882, 236, 2377, 'Redbourn', ''),
(68883, 236, 2377, 'Redcar', ''),
(68884, 236, 2377, 'Reddish', ''),
(68885, 236, 2377, 'Redditch', ''),
(68886, 236, 2377, 'Redgrave', ''),
(68887, 236, 2377, 'Redhill', ''),
(68888, 236, 2377, 'Redruth', ''),
(68889, 236, 2377, 'Reed', ''),
(68890, 236, 2377, 'Reepham', ''),
(68891, 236, 2377, 'Reigate', ''),
(68892, 236, 2377, 'Rendlesham', ''),
(68893, 236, 2377, 'Repton', ''),
(68894, 236, 2377, 'Reydon', ''),
(68895, 236, 2377, 'Ribchester', ''),
(68896, 236, 2377, 'Riccall', ''),
(68897, 236, 2377, 'Richmond', ''),
(68898, 236, 2377, 'Rickinghall', ''),
(68899, 236, 2377, 'Rickmansworth', ''),
(68900, 236, 2377, 'Ridingmill', ''),
(68901, 236, 2377, 'Ringmer', ''),
(68902, 236, 2377, 'Ringshall', ''),
(68903, 236, 2377, 'Ringwood', ''),
(68904, 236, 2377, 'Ripe', ''),
(68905, 236, 2377, 'Ripley', ''),
(68906, 236, 2377, 'Ripon', ''),
(68907, 236, 2377, 'Rippingale', ''),
(68908, 236, 2377, 'Ripponden', ''),
(68909, 236, 2377, 'Riseley', ''),
(68910, 236, 2377, 'Risley', ''),
(68911, 236, 2377, 'River', ''),
(68912, 236, 2377, 'Rivington', ''),
(68913, 236, 2377, 'Roade', ''),
(68914, 236, 2377, 'Robertsbridge', ''),
(68915, 236, 2377, 'Robin Hood', ''),
(68916, 236, 2377, 'Rocester', ''),
(68917, 236, 2377, 'Rochdale', ''),
(68918, 236, 2377, 'Roche', ''),
(68919, 236, 2377, 'Rochester', ''),
(68920, 236, 2377, 'Rochford', ''),
(68921, 236, 2377, 'Rock', ''),
(68922, 236, 2377, 'Rock Ferry', ''),
(68923, 236, 2377, 'Rockland St Peter', ''),
(68924, 236, 2377, 'Rode', ''),
(68925, 236, 2377, 'Roecliffe', ''),
(68926, 236, 2377, 'Roehampton', ''),
(68927, 236, 2377, 'Rogate', ''),
(68928, 236, 2377, 'Rolleston', ''),
(68929, 236, 2377, 'Rolvenden', ''),
(68930, 236, 2377, 'Romford', ''),
(68931, 236, 2377, 'Romiley', ''),
(68932, 236, 2377, 'Romsey', ''),
(68933, 236, 2377, 'Romsley', ''),
(68934, 236, 2377, 'Rooks Bridge', ''),
(68935, 236, 2377, 'Ropley', ''),
(68936, 236, 2377, 'Ross on Wye', ''),
(68937, 236, 2377, 'Rossington', ''),
(68938, 236, 2377, 'Rothbury', ''),
(68939, 236, 2377, 'Rotherfield', ''),
(68940, 236, 2377, 'Rotherham', ''),
(68941, 236, 2377, 'Rotherhithe', ''),
(68942, 236, 2377, 'Rotherwick', ''),
(68943, 236, 2377, 'Rothwell', ''),
(68944, 236, 2377, 'Rowde', ''),
(68945, 236, 2377, 'Rowhedge', ''),
(68946, 236, 2377, 'Rowlands Castle', ''),
(68947, 236, 2377, 'Rowlands Gill', ''),
(68948, 236, 2377, 'Rowley Regis', ''),
(68949, 236, 2377, 'Royal Leamington Spa', ''),
(68950, 236, 2377, 'Royal Tunbridge Wells', ''),
(68951, 236, 2377, 'Royston', ''),
(68952, 236, 2377, 'Royton', ''),
(68953, 236, 2377, 'Rubery', ''),
(68954, 236, 2377, 'Ruddington', ''),
(68955, 236, 2377, 'Rudyard', ''),
(68956, 236, 2377, 'Rugby', ''),
(68957, 236, 2377, 'Rugeley', ''),
(68958, 236, 2377, 'Ruislip', ''),
(68959, 236, 2377, 'Runcorn', ''),
(68960, 236, 2377, 'Rushden', ''),
(68961, 236, 2377, 'Ruskington', ''),
(68962, 236, 2377, 'Rusper', ''),
(68963, 236, 2377, 'Rustington', ''),
(68964, 236, 2377, 'Ryde', ''),
(68965, 236, 2377, 'Rye', ''),
(68966, 236, 2377, 'Ryton', ''),
(68967, 236, 2377, 'Sabden', ''),
(68968, 236, 2377, 'Saffron Walden', ''),
(68969, 236, 2377, 'Saint Agnes', ''),
(68970, 236, 2377, 'Saint Bees', ''),
(68971, 236, 2377, 'Saint Columb Major', ''),
(68972, 236, 2377, 'Saint Ives', ''),
(68973, 236, 2377, 'Saint Keverne', ''),
(68974, 236, 2377, 'Saint Leonards-on-Sea', ''),
(68975, 236, 2377, 'Saint Neots', ''),
(68976, 236, 2377, 'Saint Osyth', ''),
(68977, 236, 2377, 'Saint Stephen', ''),
(68978, 236, 2377, 'Saint Tudy', ''),
(68979, 236, 2377, 'Salcombe', ''),
(68980, 236, 2377, 'Salcott', ''),
(68981, 236, 2377, 'Sale', ''),
(68982, 236, 2377, 'Salford', ''),
(68983, 236, 2377, 'Salisbury', ''),
(68984, 236, 2377, 'Saltaire', ''),
(68985, 236, 2377, 'Saltash', ''),
(68986, 236, 2377, 'Saltburn-by-the-Sea', ''),
(68987, 236, 2377, 'Salthouse', ''),
(68988, 236, 2377, 'Sand Hutton', ''),
(68989, 236, 2377, 'Sandbach', ''),
(68990, 236, 2377, 'Sanderstead', ''),
(68991, 236, 2377, 'Sandford', ''),
(68992, 236, 2377, 'Sandhurst', ''),
(68993, 236, 2377, 'Sandiacre', ''),
(68994, 236, 2377, 'Sandown', ''),
(68995, 236, 2377, 'Sandtoft', ''),
(68996, 236, 2377, 'Sandwell', ''),
(68997, 236, 2377, 'Sandwich', ''),
(68998, 236, 2377, 'Sandy', ''),
(68999, 236, 2377, 'Sawbridgeworth', ''),
(69000, 236, 2377, 'Sawley', ''),
(69001, 236, 2377, 'Sawtry', ''),
(69002, 236, 2377, 'Saxmundham', ''),
(69003, 236, 2377, 'Scarborough', ''),
(69004, 236, 2377, 'Scarisbrick', ''),
(69005, 236, 2377, 'Scartho', ''),
(69006, 236, 2377, 'Scole', ''),
(69007, 236, 2377, 'Scunthorpe', ''),
(69008, 236, 2377, 'Seacroft', ''),
(69009, 236, 2377, 'Seaford', ''),
(69010, 236, 2377, 'Seaham', ''),
(69011, 236, 2377, 'Seale', ''),
(69012, 236, 2377, 'Seascale', ''),
(69013, 236, 2377, 'Seaton', ''),
(69014, 236, 2377, 'Seaton Carew', ''),
(69015, 236, 2377, 'Seaton Delaval', ''),
(69016, 236, 2377, 'Seaview', ''),
(69017, 236, 2377, 'Sedbergh', ''),
(69018, 236, 2377, 'Sedgefield', ''),
(69019, 236, 2377, 'Sedgeford', ''),
(69020, 236, 2377, 'Sedgley', ''),
(69021, 236, 2377, 'Seend', ''),
(69022, 236, 2377, 'Seghill', ''),
(69023, 236, 2377, 'Seighford', ''),
(69024, 236, 2377, 'Selby', ''),
(69025, 236, 2377, 'Sellindge', ''),
(69026, 236, 2377, 'Selling', ''),
(69027, 236, 2377, 'Selly Oak', ''),
(69028, 236, 2377, 'Selsey', ''),
(69029, 236, 2377, 'Selston', ''),
(69030, 236, 2377, 'Semington', ''),
(69031, 236, 2377, 'Send', ''),
(69032, 236, 2377, 'Settle', ''),
(69033, 236, 2377, 'Seven Kings', ''),
(69034, 236, 2377, 'Sevenoaks', ''),
(69035, 236, 2377, 'Shaftesbury', ''),
(69036, 236, 2377, 'Shanklin', ''),
(69037, 236, 2377, 'Shareshill', ''),
(69038, 236, 2377, 'Shaw', ''),
(69039, 236, 2377, 'Shawbury', ''),
(69040, 236, 2377, 'Sheerness', ''),
(69041, 236, 2377, 'Sheffield', ''),
(69042, 236, 2377, 'Shefford', ''),
(69043, 236, 2377, 'Sheldon', ''),
(69044, 236, 2377, 'Shenfield', ''),
(69045, 236, 2377, 'Shenington', ''),
(69046, 236, 2377, 'Shenley Church End', ''),
(69047, 236, 2377, 'Shepherds Bush', ''),
(69048, 236, 2377, 'Shepperton', ''),
(69049, 236, 2377, 'Shepreth', ''),
(69050, 236, 2377, 'Shepshed', ''),
(69051, 236, 2377, 'Shepton Mallet', ''),
(69052, 236, 2377, 'Sherborne', ''),
(69053, 236, 2377, 'Sherburn in Elmet', ''),
(69054, 236, 2377, 'Sherfield upon Loddon', ''),
(69055, 236, 2377, 'Sheringham', ''),
(69056, 236, 2377, 'Sherston', ''),
(69057, 236, 2377, 'Shifnal', ''),
(69058, 236, 2377, 'Shildon', ''),
(69059, 236, 2377, 'Shillingstone', ''),
(69060, 236, 2377, 'Shillington', ''),
(69061, 236, 2377, 'Shimpling', ''),
(69062, 236, 2377, 'Shipdham', ''),
(69063, 236, 2377, 'Shipley', ''),
(69064, 236, 2377, 'Shipston on Stour', ''),
(69065, 236, 2377, 'Shipton under Wychwood', ''),
(69066, 236, 2377, 'Shirebrook', ''),
(69067, 236, 2377, 'Shirehampton', ''),
(69068, 236, 2377, 'Shiremoor', ''),
(69069, 236, 2377, 'Shirley', ''),
(69070, 236, 2377, 'Shoeburyness', ''),
(69071, 236, 2377, 'Shoreham-by-Sea', ''),
(69072, 236, 2377, 'Shorne', ''),
(69073, 236, 2377, 'Shotley Bridge', ''),
(69074, 236, 2377, 'Shotteswell', ''),
(69075, 236, 2377, 'Shotton', ''),
(69076, 236, 2377, 'Shrewsbury', ''),
(69077, 236, 2377, 'Shrivenham', ''),
(69078, 236, 2377, 'Sible Hedingham', ''),
(69079, 236, 2377, 'Sidbury', ''),
(69080, 236, 2377, 'Sidcot', ''),
(69081, 236, 2377, 'Sidcup', ''),
(69082, 236, 2377, 'Sidmouth', ''),
(69083, 236, 2377, 'Silchester', ''),
(69084, 236, 2377, 'Sileby', ''),
(69085, 236, 2377, 'Silloth', ''),
(69086, 236, 2377, 'Silsden', ''),
(69087, 236, 2377, 'Silverstone', ''),
(69088, 236, 2377, 'Silverton', ''),
(69089, 236, 2377, 'Simpson', ''),
(69090, 236, 2377, 'Sittingbourne', ''),
(69091, 236, 2377, 'Skeffington', ''),
(69092, 236, 2377, 'Skegby', ''),
(69093, 236, 2377, 'Skegness', ''),
(69094, 236, 2377, 'Skelmersdale', ''),
(69095, 236, 2377, 'Skelton', ''),
(69096, 236, 2377, 'Skidby', ''),
(69097, 236, 2377, 'Skinningrove', ''),
(69098, 236, 2377, 'Skipton', ''),
(69099, 236, 2377, 'Skirbeck', ''),
(69100, 236, 2377, 'Sleaford', ''),
(69101, 236, 2377, 'Slindon', ''),
(69102, 236, 2377, 'Slinfold', ''),
(69103, 236, 2377, 'Slough', ''),
(69104, 236, 2377, 'Smethwick', ''),
(69105, 236, 2377, 'Snaith', ''),
(69106, 236, 2377, 'Snape', ''),
(69107, 236, 2377, 'Snaresbrook', ''),
(69108, 236, 2377, 'Snettisham', ''),
(69109, 236, 2377, 'Snitterfield', ''),
(69110, 236, 2377, 'Snodland', ''),
(69111, 236, 2377, 'Soham', ''),
(69112, 236, 2377, 'Solihull', ''),
(69113, 236, 2377, 'Somerleyton', ''),
(69114, 236, 2377, 'Somersham', ''),
(69115, 236, 2377, 'Somerton', ''),
(69116, 236, 2377, 'Sompting', ''),
(69117, 236, 2377, 'Sonning', ''),
(69118, 236, 2377, 'South Benfleet', ''),
(69119, 236, 2377, 'South Brent', ''),
(69120, 236, 2377, 'South Brewham', ''),
(69121, 236, 2377, 'South Cadbury', ''),
(69122, 236, 2377, 'South Carlton', ''),
(69123, 236, 2377, 'South Cave', ''),
(69124, 236, 2377, 'South Cerney', ''),
(69125, 236, 2377, 'South Creake', ''),
(69126, 236, 2377, 'South Elmsall', ''),
(69127, 236, 2377, 'South Hayling', ''),
(69128, 236, 2377, 'South Killingholme', ''),
(69129, 236, 2377, 'South Leverton', ''),
(69130, 236, 2377, 'South Marston', ''),
(69131, 236, 2377, 'South Milford', ''),
(69132, 236, 2377, 'South Mimms', ''),
(69133, 236, 2377, 'South Molton', ''),
(69134, 236, 2377, 'South Muskham', ''),
(69135, 236, 2377, 'South Normanton', ''),
(69136, 236, 2377, 'South Nutfield', ''),
(69137, 236, 2377, 'South Ockendon', ''),
(69138, 236, 2377, 'South Petherton', ''),
(69139, 236, 2377, 'South Shields', ''),
(69140, 236, 2377, 'Southall', ''),
(69141, 236, 2377, 'Southam', ''),
(69142, 236, 2377, 'Southampton', ''),
(69143, 236, 2377, 'Southborough', ''),
(69144, 236, 2377, 'Southbourne', ''),
(69145, 236, 2377, 'Southburn', ''),
(69146, 236, 2377, 'Southend-on-Sea', ''),
(69147, 236, 2377, 'Southfleet', ''),
(69148, 236, 2377, 'Southgate', ''),
(69149, 236, 2377, 'Southminster', ''),
(69150, 236, 2377, 'Southport', ''),
(69151, 236, 2377, 'Southrop', ''),
(69152, 236, 2377, 'Southsea', ''),
(69153, 236, 2377, 'Southwark', ''),
(69154, 236, 2377, 'Southwater', ''),
(69155, 236, 2377, 'Southwell', ''),
(69156, 236, 2377, 'Southwick', ''),
(69157, 236, 2377, 'Southwold', ''),
(69158, 236, 2377, 'Sowerby Bridge', ''),
(69159, 236, 2377, 'Spalding', ''),
(69160, 236, 2377, 'Sparkford', ''),
(69161, 236, 2377, 'Sparsholt', ''),
(69162, 236, 2377, 'Speen', ''),
(69163, 236, 2377, 'Speldhurst', ''),
(69164, 236, 2377, 'Spennymoor', ''),
(69165, 236, 2377, 'Spilsby', ''),
(69166, 236, 2377, 'Spittal', ''),
(69167, 236, 2377, 'Sprowston', ''),
(69168, 236, 2377, 'St Albans', ''),
(69169, 236, 2377, 'St Austell', ''),
(69170, 236, 2377, 'St Helens', ''),
(69171, 236, 2377, 'St Ives', ''),
(69172, 236, 2377, 'Stafford', ''),
(69173, 236, 2377, 'Staindrop', ''),
(69174, 236, 2377, 'Staines', ''),
(69175, 236, 2377, 'Stainforth', ''),
(69176, 236, 2377, 'Staithes', ''),
(69177, 236, 2377, 'Stalbridge', ''),
(69178, 236, 2377, 'Stalham', ''),
(69179, 236, 2377, 'Stallingborough', ''),
(69180, 236, 2377, 'Stalybridge', ''),
(69181, 236, 2377, 'Stambourne', ''),
(69182, 236, 2377, 'Stamford', ''),
(69183, 236, 2377, 'Stanford', ''),
(69184, 236, 2377, 'Stanford on Avon', ''),
(69185, 236, 2377, 'Stanground', ''),
(69186, 236, 2377, 'Stanhoe', ''),
(69187, 236, 2377, 'Stanhope', ''),
(69188, 236, 2377, 'Stanley', ''),
(69189, 236, 2377, 'Stanmore', ''),
(69190, 236, 2377, 'Stannington', ''),
(69191, 236, 2377, 'Stanstead', ''),
(69192, 236, 2377, 'Stansted', ''),
(69193, 236, 2377, 'Stanton', ''),
(69194, 236, 2377, 'Stanton St Quintin', ''),
(69195, 236, 2377, 'Stanwell', ''),
(69196, 236, 2377, 'Staple', ''),
(69197, 236, 2377, 'Stapleford', ''),
(69198, 236, 2377, 'Staplehurst', ''),
(69199, 236, 2377, 'Stapleton', ''),
(69200, 236, 2377, 'Staveley', ''),
(69201, 236, 2377, 'Steeple Claydon', ''),
(69202, 236, 2377, 'Steeton', ''),
(69203, 236, 2377, 'Stepney', ''),
(69204, 236, 2377, 'Steppingley', ''),
(69205, 236, 2377, 'Stevenage', ''),
(69206, 236, 2377, 'Stewkley', ''),
(69207, 236, 2377, 'Steyning', ''),
(69208, 236, 2377, 'Stickney', ''),
(69209, 236, 2377, 'Stillington', ''),
(69210, 236, 2377, 'Stilton', ''),
(69211, 236, 2377, 'Stisted', ''),
(69212, 236, 2377, 'Stivichall', ''),
(69213, 236, 2377, 'Stock', ''),
(69214, 236, 2377, 'Stockbridge', ''),
(69215, 236, 2377, 'Stockport', ''),
(69216, 236, 2377, 'Stocksbridge', ''),
(69217, 236, 2377, 'Stocksfield', ''),
(69218, 236, 2377, 'Stockton', ''),
(69219, 236, 2377, 'Stockton on Teme', ''),
(69220, 236, 2377, 'Stockton-on-Tees', ''),
(69221, 236, 2377, 'Stoke', ''),
(69222, 236, 2377, 'Stoke Albany', ''),
(69223, 236, 2377, 'Stoke by Nayland', ''),
(69224, 236, 2377, 'Stoke Gabriel', ''),
(69225, 236, 2377, 'Stoke Gifford', ''),
(69226, 236, 2377, 'Stoke Mandeville', ''),
(69227, 236, 2377, 'Stoke Newington', ''),
(69228, 236, 2377, 'Stoke Poges', ''),
(69229, 236, 2377, 'Stoke upon Tern', ''),
(69230, 236, 2377, 'Stoke-on-Trent', ''),
(69231, 236, 2377, 'Stokenchurch', ''),
(69232, 236, 2377, 'Stokesley', ''),
(69233, 236, 2377, 'Stolford', ''),
(69234, 236, 2377, 'Stondon', ''),
(69235, 236, 2377, 'Stone', ''),
(69236, 236, 2377, 'Stonehouse', ''),
(69237, 236, 2377, 'Storrington', ''),
(69238, 236, 2377, 'Stotfold', ''),
(69239, 236, 2377, 'Stourbridge', ''),
(69240, 236, 2377, 'Stourport-on-Severn', ''),
(69241, 236, 2377, 'Stow cum Quy', ''),
(69242, 236, 2377, 'Stow on the Wold', ''),
(69243, 236, 2377, 'Stowe', ''),
(69244, 236, 2377, 'Stowmarket', ''),
(69245, 236, 2377, 'Stratfield Mortimer', ''),
(69246, 236, 2377, 'Stratford', ''),
(69247, 236, 2377, 'Stratford-upon-Avon', ''),
(69248, 236, 2377, 'Stratton', ''),
(69249, 236, 2377, 'Stratton Audley', ''),
(69250, 236, 2377, 'Streatham', ''),
(69251, 236, 2377, 'Streatley', ''),
(69252, 236, 2377, 'Streetly', ''),
(69253, 236, 2377, 'Stretham', ''),
(69254, 236, 2377, 'Strood', ''),
(69255, 236, 2377, 'Stroud', ''),
(69256, 236, 2377, 'Stubbins', ''),
(69257, 236, 2377, 'Studland', ''),
(69258, 236, 2377, 'Studley', ''),
(69259, 236, 2377, 'Sturminster Marshall', ''),
(69260, 236, 2377, 'Sturminster Newton', ''),
(69261, 236, 2377, 'Suckley', ''),
(69262, 236, 2377, 'Sudbury', ''),
(69263, 236, 2377, 'Sunbury-on-Thames', ''),
(69264, 236, 2377, 'Sunderland', ''),
(69265, 236, 2377, 'Sundridge', ''),
(69266, 236, 2377, 'Sunningdale', ''),
(69267, 236, 2377, 'Sunninghill', ''),
(69268, 236, 2377, 'Surbiton', ''),
(69269, 236, 2377, 'Surfleet', ''),
(69270, 236, 2377, 'Sutton', ''),
(69271, 236, 2377, 'Sutton at Hone', ''),
(69272, 236, 2377, 'Sutton Bridge', ''),
(69273, 236, 2377, 'Sutton Coldfield', ''),
(69274, 236, 2377, 'Sutton in Ashfield', ''),
(69275, 236, 2377, 'Sutton Montis', ''),
(69276, 236, 2377, 'Sutton on Hull', ''),
(69277, 236, 2377, 'Sutton on Sea', ''),
(69278, 236, 2377, 'Sutton on the Hill', ''),
(69279, 236, 2377, 'Sutton on Trent', ''),
(69280, 236, 2377, 'Sutton Scotney', ''),
(69281, 236, 2377, 'Swadlincote', ''),
(69282, 236, 2377, 'Swaffham', ''),
(69283, 236, 2377, 'Swallowfield', ''),
(69284, 236, 2377, 'Swalwell', ''),
(69285, 236, 2377, 'Swanage', ''),
(69286, 236, 2377, 'Swanland', ''),
(69287, 236, 2377, 'Swanscombe', ''),
(69288, 236, 2377, 'Swavesey', ''),
(69289, 236, 2377, 'Swillington', ''),
(69290, 236, 2377, 'Swindon', ''),
(69291, 236, 2377, 'Swindon Village', ''),
(69292, 236, 2377, 'Swineshead', ''),
(69293, 236, 2377, 'Swinton', ''),
(69294, 236, 2377, 'Syston', ''),
(69295, 236, 2377, 'Tadcaster', ''),
(69296, 236, 2377, 'Tadley', ''),
(69297, 236, 2377, 'Tadmarton', ''),
(69298, 236, 2377, 'Tadworth', ''),
(69299, 236, 2377, 'Tallington', ''),
(69300, 236, 2377, 'Tamworth', ''),
(69301, 236, 2377, 'Tangmere', ''),
(69302, 236, 2377, 'Taplow', ''),
(69303, 236, 2377, 'Tarleton', ''),
(69304, 236, 2377, 'Tarporley', ''),
(69305, 236, 2377, 'Tattenhall', ''),
(69306, 236, 2377, 'Tattershall', ''),
(69307, 236, 2377, 'Taunton', ''),
(69308, 236, 2377, 'Tavistock', ''),
(69309, 236, 2377, 'Teddington', ''),
(69310, 236, 2377, 'Teignmouth', ''),
(69311, 236, 2377, 'Telford', ''),
(69312, 236, 2377, 'Temple', ''),
(69313, 236, 2377, 'Templecombe', ''),
(69314, 236, 2377, 'Tempsford', ''),
(69315, 236, 2377, 'Tenbury Wells', ''),
(69316, 236, 2377, 'Tendring', ''),
(69317, 236, 2377, 'Tenterden', ''),
(69318, 236, 2377, 'Ternhill', ''),
(69319, 236, 2377, 'Terrington St Clement', ''),
(69320, 236, 2377, 'Tetbury', ''),
(69321, 236, 2377, 'Tetney', ''),
(69322, 236, 2377, 'Teversal', ''),
(69323, 236, 2377, 'Teversham', ''),
(69324, 236, 2377, 'Tewin', ''),
(69325, 236, 2377, 'Tewkesbury', ''),
(69326, 236, 2377, 'Teynham', ''),
(69327, 236, 2377, 'Thakeham', ''),
(69328, 236, 2377, 'Thame', ''),
(69329, 236, 2377, 'Thames Ditton', ''),
(69330, 236, 2377, 'Thatcham', ''),
(69331, 236, 2377, 'Thaxted', ''),
(69332, 236, 2377, 'The Hyde', ''),
(69333, 236, 2377, 'Theale', ''),
(69334, 236, 2377, 'Theddlethorpe St Helen', ''),
(69335, 236, 2377, 'Thetford', ''),
(69336, 236, 2377, 'Theydon Bois', ''),
(69337, 236, 2377, 'Thirsk', ''),
(69338, 236, 2377, 'Thornaby', ''),
(69339, 236, 2377, 'Thornborough', ''),
(69340, 236, 2377, 'Thornbury', ''),
(69341, 236, 2377, 'Thorndon', ''),
(69342, 236, 2377, 'Thorne', ''),
(69343, 236, 2377, 'Thorngumbald', ''),
(69344, 236, 2377, 'Thornton', ''),
(69345, 236, 2377, 'Thornton Curtis', ''),
(69346, 236, 2377, 'Thornton Dale', ''),
(69347, 236, 2377, 'Thornton Heath', ''),
(69348, 236, 2377, 'Thorpe', ''),
(69349, 236, 2377, 'Thorpe le Soken', ''),
(69350, 236, 2377, 'Thorpe Satchville', ''),
(69351, 236, 2377, 'Thorpe St Andrew', ''),
(69352, 236, 2377, 'Thrapston', ''),
(69353, 236, 2377, 'Three Legged Cross', ''),
(69354, 236, 2377, 'Threlkeld', ''),
(69355, 236, 2377, 'Threshfield', ''),
(69356, 236, 2377, 'Thundersley', ''),
(69357, 236, 2377, 'Thurleigh', ''),
(69358, 236, 2377, 'Thursley', ''),
(69359, 236, 2377, 'Thurston', ''),
(69360, 236, 2377, 'Ticehurst', ''),
(69361, 236, 2377, 'Tickhill', ''),
(69362, 236, 2377, 'Tilbrook', ''),
(69363, 236, 2377, 'Tilbury', ''),
(69364, 236, 2377, 'Tile Hill', ''),
(69365, 236, 2377, 'Tilehurst', ''),
(69366, 236, 2377, 'Tillingham', ''),
(69367, 236, 2377, 'Tilton', ''),
(69368, 236, 2377, 'Timperley', ''),
(69369, 236, 2377, 'Tipton', ''),
(69370, 236, 2377, 'Titchfield', ''),
(69371, 236, 2377, 'Tiverton', ''),
(69372, 236, 2377, 'Toddington', ''),
(69373, 236, 2377, 'Todmorden', ''),
(69374, 236, 2377, 'Tollard Royal', ''),
(69375, 236, 2377, 'Tollerton', ''),
(69376, 236, 2377, 'Tonbridge', ''),
(69377, 236, 2377, 'Topsham', ''),
(69378, 236, 2377, 'Tormarton', ''),
(69379, 236, 2377, 'Torpoint', ''),
(69380, 236, 2377, 'Torquay', ''),
(69381, 236, 2377, 'Totland', ''),
(69382, 236, 2377, 'Totnes', ''),
(69383, 236, 2377, 'Tottenham', ''),
(69384, 236, 2377, 'Totton', ''),
(69385, 236, 2377, 'Towcester', ''),
(69386, 236, 2377, 'Trafford Park', ''),
(69387, 236, 2377, 'Trent', ''),
(69388, 236, 2377, 'Trentham', ''),
(69389, 236, 2377, 'Trimdon', ''),
(69390, 236, 2377, 'Trimingham', ''),
(69391, 236, 2377, 'Trimley Heath', ''),
(69392, 236, 2377, 'Tring', ''),
(69393, 236, 2377, 'Troutbeck', ''),
(69394, 236, 2377, 'Trowbridge', ''),
(69395, 236, 2377, 'Trudoxhill', ''),
(69396, 236, 2377, 'Trumpington', ''),
(69397, 236, 2377, 'Truro', ''),
(69398, 236, 2377, 'Turvey', ''),
(69399, 236, 2377, 'Tuxford', ''),
(69400, 236, 2377, 'Tweedmouth', ''),
(69401, 236, 2377, 'Twickenham', ''),
(69402, 236, 2377, 'Twyford', ''),
(69403, 236, 2377, 'Tyburn', ''),
(69404, 236, 2377, 'Tyldesley', ''),
(69405, 236, 2377, 'Tynemouth', ''),
(69406, 236, 2377, 'Tytherington', ''),
(69407, 236, 2377, 'Uckfield', ''),
(69408, 236, 2377, 'Uffington', ''),
(69409, 236, 2377, 'Ulceby', ''),
(69410, 236, 2377, 'Ulcombe', ''),
(69411, 236, 2377, 'Uley', ''),
(69412, 236, 2377, 'Ulgham', ''),
(69413, 236, 2377, 'Ullesthorpe', ''),
(69414, 236, 2377, 'Ulverston', ''),
(69415, 236, 2377, 'Unstone', ''),
(69416, 236, 2377, 'Upchurch', ''),
(69417, 236, 2377, 'Upham', ''),
(69418, 236, 2377, 'Upholland', ''),
(69419, 236, 2377, 'Upminster', ''),
(69420, 236, 2377, 'Upper Arley', ''),
(69421, 236, 2377, 'Upper Beeding', ''),
(69422, 236, 2377, 'Upper Broughton', ''),
(69423, 236, 2377, 'Upper Heyford', ''),
(69424, 236, 2377, 'Upper Langwith', ''),
(69425, 236, 2377, 'Upper Slaughter', ''),
(69426, 236, 2377, 'Upper Sundon', ''),
(69427, 236, 2377, 'Uppingham', ''),
(69428, 236, 2377, 'Upton', ''),
(69429, 236, 2377, 'Upton upon Severn', ''),
(69430, 236, 2377, 'Upwell', ''),
(69431, 236, 2377, 'Urchfont', ''),
(69432, 236, 2377, 'Urmston', ''),
(69433, 236, 2377, 'Uttoxeter', ''),
(69434, 236, 2377, 'Uxbridge', ''),
(69435, 236, 2377, 'Ventnor', ''),
(69436, 236, 2377, 'Verwood', ''),
(69437, 236, 2377, 'Waddington', ''),
(69438, 236, 2377, 'Wadebridge', ''),
(69439, 236, 2377, 'Wadhurst', ''),
(69440, 236, 2377, 'Wainfleet All Saints', ''),
(69441, 236, 2377, 'Wainscott', ''),
(69442, 236, 2377, 'Wakefield', ''),
(69443, 236, 2377, 'Walberton', ''),
(69444, 236, 2377, 'Wales', ''),
(69445, 236, 2377, 'Walford', ''),
(69446, 236, 2377, 'Walkeringham', ''),
(69447, 236, 2377, 'Wallasey', ''),
(69448, 236, 2377, 'Wallingford', ''),
(69449, 236, 2377, 'Wallington', ''),
(69450, 236, 2377, 'Wallsend', ''),
(69451, 236, 2377, 'Walmer', ''),
(69452, 236, 2377, 'Walpole', ''),
(69453, 236, 2377, 'Walsall', ''),
(69454, 236, 2377, 'Walsden', ''),
(69455, 236, 2377, 'Walsham le Willows', ''),
(69456, 236, 2377, 'Walsoken', ''),
(69457, 236, 2377, 'Waltham', ''),
(69458, 236, 2377, 'Waltham Abbey', ''),
(69459, 236, 2377, 'Waltham Cross', ''),
(69460, 236, 2377, 'Waltham on the Wolds', ''),
(69461, 236, 2377, 'Walthamstow', ''),
(69462, 236, 2377, 'Walton', ''),
(69463, 236, 2377, 'Walton on the Hill', ''),
(69464, 236, 2377, 'Walton-on-the-Naze', ''),
(69465, 236, 2377, 'Walworth', ''),
(69466, 236, 2377, 'Wandsworth', ''),
(69467, 236, 2377, 'Wangford', ''),
(69468, 236, 2377, 'Wanstead', ''),
(69469, 236, 2377, 'Wantage', ''),
(69470, 236, 2377, 'Warbleton', ''),
(69471, 236, 2377, 'Warden', ''),
(69472, 236, 2377, 'Wardington', ''),
(69473, 236, 2377, 'Ware', ''),
(69474, 236, 2377, 'Wareham', ''),
(69475, 236, 2377, 'Warfield', ''),
(69476, 236, 2377, 'Wargrave', ''),
(69477, 236, 2377, 'Warlingham', ''),
(69478, 236, 2377, 'Warmingham', ''),
(69479, 236, 2377, 'Warminster', ''),
(69480, 236, 2377, 'Warmley', ''),
(69481, 236, 2377, 'Warrington', ''),
(69482, 236, 2377, 'Warsash', ''),
(69483, 236, 2377, 'Warton', ''),
(69484, 236, 2377, 'Warwick', ''),
(69485, 236, 2377, 'Washford', ''),
(69486, 236, 2377, 'Washington', ''),
(69487, 236, 2377, 'Watchet', ''),
(69488, 236, 2377, 'Waterbeach', ''),
(69489, 236, 2377, 'Wateringbury', ''),
(69490, 236, 2377, 'Waterlooville', ''),
(69491, 236, 2377, 'Watford', ''),
(69492, 236, 2377, 'Wath upon Dearne', ''),
(69493, 236, 2377, 'Watlington', ''),
(69494, 236, 2377, 'Wattisham', ''),
(69495, 236, 2377, 'Watton', ''),
(69496, 236, 2377, 'Watton at Stone', ''),
(69497, 236, 2377, 'Wavertree', ''),
(69498, 236, 2377, 'Weald', ''),
(69499, 236, 2377, 'Wealdstone', ''),
(69500, 236, 2377, 'Weare', ''),
(69501, 236, 2377, 'Wedmore', ''),
(69502, 236, 2377, 'Wednesbury', ''),
(69503, 236, 2377, 'Wednesfield', ''),
(69504, 236, 2377, 'Weeley', ''),
(69505, 236, 2377, 'Welford', ''),
(69506, 236, 2377, 'Well', ''),
(69507, 236, 2377, 'Wellesbourne Hastings', ''),
(69508, 236, 2377, 'Welling', ''),
(69509, 236, 2377, 'Wellingborough', ''),
(69510, 236, 2377, 'Wellington', ''),
(69511, 236, 2377, 'Wells', ''),
(69512, 236, 2377, 'Wells-next-the-Sea', ''),
(69513, 236, 2377, 'Welwyn', ''),
(69514, 236, 2377, 'Welwyn Garden City', ''),
(69515, 236, 2377, 'Wem', ''),
(69516, 236, 2377, 'Wembley', ''),
(69517, 236, 2377, 'Wendlebury', ''),
(69518, 236, 2377, 'Wendover', ''),
(69519, 236, 2377, 'Wentworth', ''),
(69520, 236, 2377, 'Wereham', ''),
(69521, 236, 2377, 'Werrington', ''),
(69522, 236, 2377, 'West Auckland', ''),
(69523, 236, 2377, 'West Bay', ''),
(69524, 236, 2377, 'West Bridgford', ''),
(69525, 236, 2377, 'West Bromwich', ''),
(69526, 236, 2377, 'West Buckland', ''),
(69527, 236, 2377, 'West Byfleet', ''),
(69528, 236, 2377, 'West Chiltington', ''),
(69529, 236, 2377, 'West Cowes', ''),
(69530, 236, 2377, 'West Drayton', ''),
(69531, 236, 2377, 'West End', ''),
(69532, 236, 2377, 'West Horsley', ''),
(69533, 236, 2377, 'West Kirby', ''),
(69534, 236, 2377, 'West Langdon', ''),
(69535, 236, 2377, 'West Looe', ''),
(69536, 236, 2377, 'West Malling', ''),
(69537, 236, 2377, 'West Melton', ''),
(69538, 236, 2377, 'West Meon', ''),
(69539, 236, 2377, 'West Mersea', ''),
(69540, 236, 2377, 'West Scrafton', ''),
(69541, 236, 2377, 'West Thurrock', ''),
(69542, 236, 2377, 'West Wellow', ''),
(69543, 236, 2377, 'West Wickham', ''),
(69544, 236, 2377, 'West Wimbledon', ''),
(69545, 236, 2377, 'West Wittering', ''),
(69546, 236, 2377, 'West Witton', ''),
(69547, 236, 2377, 'Westbury', ''),
(69548, 236, 2377, 'Westbury on Severn', ''),
(69549, 236, 2377, 'Westcott', ''),
(69550, 236, 2377, 'Westerham', ''),
(69551, 236, 2377, 'Westerleigh', ''),
(69552, 236, 2377, 'Westfield', ''),
(69553, 236, 2377, 'Westgate', ''),
(69554, 236, 2377, 'Westhoughton', ''),
(69555, 236, 2377, 'Westleigh', ''),
(69556, 236, 2377, 'Westley', ''),
(69557, 236, 2377, 'Westmill', ''),
(69558, 236, 2377, 'Weston', ''),
(69559, 236, 2377, 'Weston in Gordano', ''),
(69560, 236, 2377, 'Weston Lullingfields', ''),
(69561, 236, 2377, 'Weston Underwood', ''),
(69562, 236, 2377, 'Weston-super-Mare', ''),
(69563, 236, 2377, 'Westoning', ''),
(69564, 236, 2377, 'Wetherby', ''),
(69565, 236, 2377, 'Wethersfield', ''),
(69566, 236, 2377, 'Weybridge', ''),
(69567, 236, 2377, 'Weymouth', ''),
(69568, 236, 2377, 'Whaddon', ''),
(69569, 236, 2377, 'Whaley Bridge', ''),
(69570, 236, 2377, 'Wharram le Street', ''),
(69571, 236, 2377, 'Wheathampstead', ''),
(69572, 236, 2377, 'Wheatley', ''),
(69573, 236, 2377, 'Wheaton Aston', ''),
(69574, 236, 2377, 'Whetstone', ''),
(69575, 236, 2377, 'Whickham', ''),
(69576, 236, 2377, 'Whisby', ''),
(69577, 236, 2377, 'Whiston', ''),
(69578, 236, 2377, 'Whitburn', ''),
(69579, 236, 2377, 'Whitby', ''),
(69580, 236, 2377, 'Whitchurch', ''),
(69581, 236, 2377, 'White Notley', ''),
(69582, 236, 2377, 'Whitefield', ''),
(69583, 236, 2377, 'Whitehaven', ''),
(69584, 236, 2377, 'Whitfield', ''),
(69585, 236, 2377, 'Whitley', ''),
(69586, 236, 2377, 'Whitley Bay', ''),
(69587, 236, 2377, 'Whitnash', ''),
(69588, 236, 2377, 'Whitstable', ''),
(69589, 236, 2377, 'Whittington', ''),
(69590, 236, 2377, 'Whittlesey', ''),
(69591, 236, 2377, 'Whitton', ''),
(69592, 236, 2377, 'Whitwell', ''),
(69593, 236, 2377, 'Whitwick', ''),
(69594, 236, 2377, 'Whyteleafe', ''),
(69595, 236, 2377, 'Wick', ''),
(69596, 236, 2377, 'Wickersley', ''),
(69597, 236, 2377, 'Wickford', ''),
(69598, 236, 2377, 'Wickham', ''),
(69599, 236, 2377, 'Wickham Market', ''),
(69600, 236, 2377, 'Widnes', ''),
(69601, 236, 2377, 'Wigan', ''),
(69602, 236, 2377, 'Wigginton', ''),
(69603, 236, 2377, 'Wigston Parva', ''),
(69604, 236, 2377, 'Wigton', ''),
(69605, 236, 2377, 'Wilburton', ''),
(69606, 236, 2377, 'Wilby', ''),
(69607, 236, 2377, 'Willand', ''),
(69608, 236, 2377, 'Willenhall', ''),
(69609, 236, 2377, 'Willesborough', ''),
(69610, 236, 2377, 'Willesden', ''),
(69611, 236, 2377, 'Willingale Doe', ''),
(69612, 236, 2377, 'Willingham', ''),
(69613, 236, 2377, 'Willington', ''),
(69614, 236, 2377, 'Williton', ''),
(69615, 236, 2377, 'Willoughby', ''),
(69616, 236, 2377, 'Wilmington', ''),
(69617, 236, 2377, 'Wilmslow', ''),
(69618, 236, 2377, 'Wilnecote', ''),
(69619, 236, 2377, 'Wilton', ''),
(69620, 236, 2377, 'Wimblington', ''),
(69621, 236, 2377, 'Wimborne Minster', ''),
(69622, 236, 2377, 'Wincanton', ''),
(69623, 236, 2377, 'Winchcombe', ''),
(69624, 236, 2377, 'Winchester', ''),
(69625, 236, 2377, 'Winchmore Hill', ''),
(69626, 236, 2377, 'Windermere', ''),
(69627, 236, 2377, 'Windlesham', ''),
(69628, 236, 2377, 'Windsor', ''),
(69629, 236, 2377, 'Winford', ''),
(69630, 236, 2377, 'Wing', ''),
(69631, 236, 2377, 'Wingate', ''),
(69632, 236, 2377, 'Winkfield', ''),
(69633, 236, 2377, 'Winkleigh', ''),
(69634, 236, 2377, 'Winnersh', ''),
(69635, 236, 2377, 'Winsford', ''),
(69636, 236, 2377, 'Winslow', ''),
(69637, 236, 2377, 'Winster', ''),
(69638, 236, 2377, 'Winterborne Kingston', ''),
(69639, 236, 2377, 'Winton', ''),
(69640, 236, 2377, 'Winwick', ''),
(69641, 236, 2377, 'Wirksworth', ''),
(69642, 236, 2377, 'Wisbech', ''),
(69643, 236, 2377, 'Witham', ''),
(69644, 236, 2377, 'Witheridge', ''),
(69645, 236, 2377, 'Withernsea', ''),
(69646, 236, 2377, 'Withington', ''),
(69647, 236, 2377, 'Witley', ''),
(69648, 236, 2377, 'Witney', ''),
(69649, 236, 2377, 'Wittering', ''),
(69650, 236, 2377, 'Wiveliscombe', ''),
(69651, 236, 2377, 'Wivenhoe', ''),
(69652, 236, 2377, 'Woburn', ''),
(69653, 236, 2377, 'Woburn Sands', ''),
(69654, 236, 2377, 'Woking', ''),
(69655, 236, 2377, 'Wokingham', ''),
(69656, 236, 2377, 'Woldingham', ''),
(69657, 236, 2377, 'Wollaston', ''),
(69658, 236, 2377, 'Wolston', ''),
(69659, 236, 2377, 'Wolverhampton', ''),
(69660, 236, 2377, 'Wolvey', ''),
(69661, 236, 2377, 'Wombwell', ''),
(69662, 236, 2377, 'Wooburn', ''),
(69663, 236, 2377, 'Wood Green', ''),
(69664, 236, 2377, 'Woodbridge', ''),
(69665, 236, 2377, 'Woodchurch', ''),
(69666, 236, 2377, 'Woodcote', ''),
(69667, 236, 2377, 'Woodford', ''),
(69668, 236, 2377, 'Woodford Green', ''),
(69669, 236, 2377, 'Woodham', ''),
(69670, 236, 2377, 'Woodham Ferrers', ''),
(69671, 236, 2377, 'Woodham Mortimer', ''),
(69672, 236, 2377, 'Woodhouse', ''),
(69673, 236, 2377, 'Woodlesford', ''),
(69674, 236, 2377, 'Woodley', ''),
(69675, 236, 2377, 'Woodmancote', ''),
(69676, 236, 2377, 'Woodsetts', ''),
(69677, 236, 2377, 'Woodstock', ''),
(69678, 236, 2377, 'Woodville', ''),
(69679, 236, 2377, 'Wool', ''),
(69680, 236, 2377, 'Woolacombe', ''),
(69681, 236, 2377, 'Woolavington', ''),
(69682, 236, 2377, 'Wooler', ''),
(69683, 236, 2377, 'Woolston', ''),
(69684, 236, 2377, 'Woolton', ''),
(69685, 236, 2377, 'Woolwich', ''),
(69686, 236, 2377, 'Woore', ''),
(69687, 236, 2377, 'Wootton', ''),
(69688, 236, 2377, 'Worcester', ''),
(69689, 236, 2377, 'Worcester Park', ''),
(69690, 236, 2377, 'Workington', ''),
(69691, 236, 2377, 'Worksop', ''),
(69692, 236, 2377, 'Worle', ''),
(69693, 236, 2377, 'Worlingham', ''),
(69694, 236, 2377, 'Worlington', ''),
(69695, 236, 2377, 'Worminghall', ''),
(69696, 236, 2377, 'Worsley', ''),
(69697, 236, 2377, 'Worstead', ''),
(69698, 236, 2377, 'Worth', ''),
(69699, 236, 2377, 'Worthing', ''),
(69700, 236, 2377, 'Worting', ''),
(69701, 236, 2377, 'Wotton Underwood', ''),
(69702, 236, 2377, 'Wotton-under-Edge', ''),
(69703, 236, 2377, 'Wragby', ''),
(69704, 236, 2377, 'Wrangle', ''),
(69705, 236, 2377, 'Wrawby', ''),
(69706, 236, 2377, 'Wraxall', ''),
(69707, 236, 2377, 'Wraysbury', ''),
(69708, 236, 2377, 'Wrington', ''),
(69709, 236, 2377, 'Writtle', ''),
(69710, 236, 2377, 'Wrotham', ''),
(69711, 236, 2377, 'Wroughton', ''),
(69712, 236, 2377, 'Wychnor', ''),
(69713, 236, 2377, 'Wyke', ''),
(69714, 236, 2377, 'Wylam', ''),
(69715, 236, 2377, 'Wylde Green', ''),
(69716, 236, 2377, 'Wymington', ''),
(69717, 236, 2377, 'Wymondham', ''),
(69718, 236, 2377, 'Wythenshawe', ''),
(69719, 236, 2377, 'Yapton', ''),
(69720, 236, 2377, 'Yardley Hastings', ''),
(69721, 236, 2377, 'Yarm', ''),
(69722, 236, 2377, 'Yarmouth', ''),
(69723, 236, 2377, 'Yarnton', ''),
(69724, 236, 2377, 'Yate', ''),
(69725, 236, 2377, 'Yatton', ''),
(69726, 236, 2377, 'Yaxham', ''),
(69727, 236, 2377, 'Yaxley', ''),
(69728, 236, 2377, 'Yeadon', ''),
(69729, 236, 2377, 'Yealmpton', ''),
(69730, 236, 2377, 'Yelverton', ''),
(69731, 236, 2377, 'Yeovil', ''),
(69732, 236, 2377, 'Yetminster', ''),
(69733, 236, 2377, 'York', ''),
(69734, 236, 2377, 'Zeals', ''),
(69735, 236, 2378, 'Antrim', ''),
(69736, 236, 2378, 'Ardglass', ''),
(69737, 236, 2378, 'Ardmillan', ''),
(69738, 236, 2378, 'Armagh', ''),
(69739, 236, 2378, 'Augher', ''),
(69740, 236, 2378, 'Aughnacloy', ''),
(69741, 236, 2378, 'Ballycastle', ''),
(69742, 236, 2378, 'Ballyclare', ''),
(69743, 236, 2378, 'Ballygowan', ''),
(69744, 236, 2378, 'Ballymena', ''),
(69745, 236, 2378, 'Ballymoney', ''),
(69746, 236, 2378, 'Ballynahinch', ''),
(69747, 236, 2378, 'Ballywalter', ''),
(69748, 236, 2378, 'Banbridge', ''),
(69749, 236, 2378, 'Bangor', ''),
(69750, 236, 2378, 'Belfast', ''),
(69751, 236, 2378, 'Bellaghy', ''),
(69752, 236, 2378, 'Bessbrook', ''),
(69753, 236, 2378, 'Blackheath', ''),
(69754, 236, 2378, 'Bushmills', ''),
(69755, 236, 2378, 'Carnmoney', ''),
(69756, 236, 2378, 'Carrickfergus', ''),
(69757, 236, 2378, 'Carryduff', ''),
(69758, 236, 2378, 'Castlederg', ''),
(69759, 236, 2378, 'Castlereagh', ''),
(69760, 236, 2378, 'Castlewellan', ''),
(69761, 236, 2378, 'Clare', ''),
(69762, 236, 2378, 'Clogher', ''),
(69763, 236, 2378, 'Coa', ''),
(69764, 236, 2378, 'Coagh', ''),
(69765, 236, 2378, 'Coalisland', ''),
(69766, 236, 2378, 'Coleraine', ''),
(69767, 236, 2378, 'Comber', ''),
(69768, 236, 2378, 'Cookstown', ''),
(69769, 236, 2378, 'Craigavon', ''),
(69770, 236, 2378, 'Crossgar', ''),
(69771, 236, 2378, 'Crumlin', ''),
(69772, 236, 2378, 'Cushendun', ''),
(69773, 236, 2378, 'Doagh', ''),
(69774, 236, 2378, 'Donaghadee', ''),
(69775, 236, 2378, 'Downpatrick', ''),
(69776, 236, 2378, 'Dromara', ''),
(69777, 236, 2378, 'Dromore', ''),
(69778, 236, 2378, 'Drumahoe', ''),
(69779, 236, 2378, 'Dundrod', ''),
(69780, 236, 2378, 'Dungannon', ''),
(69781, 236, 2378, 'Dungiven', ''),
(69782, 236, 2378, 'Enniskillen', ''),
(69783, 236, 2378, 'Feeny', ''),
(69784, 236, 2378, 'Fivemiletown', ''),
(69785, 236, 2378, 'Garvagh', ''),
(69786, 236, 2378, 'Gilford', ''),
(69787, 236, 2378, 'Glenarm', ''),
(69788, 236, 2378, 'Hillsborough', ''),
(69789, 236, 2378, 'Holywood', ''),
(69790, 236, 2378, 'Jordanstown', ''),
(69791, 236, 2378, 'Keady', ''),
(69792, 236, 2378, 'Kesh', ''),
(69793, 236, 2378, 'Kilkeel', ''),
(69794, 236, 2378, 'Kircubbin', ''),
(69795, 236, 2378, 'Larne', ''),
(69796, 236, 2378, 'Limavady', ''),
(69797, 236, 2378, 'Lisburn', ''),
(69798, 236, 2378, 'Londonderry', ''),
(69799, 236, 2378, 'Loughbrickland', ''),
(69800, 236, 2378, 'Loughgall', ''),
(69801, 236, 2378, 'Lurgan', ''),
(69802, 236, 2378, 'Maghera', ''),
(69803, 236, 2378, 'Magherafelt', ''),
(69804, 236, 2378, 'Mount Hamilton', ''),
(69805, 236, 2378, 'Newcastle', ''),
(69806, 236, 2378, 'Newry', ''),
(69807, 236, 2378, 'Newtownabbey', ''),
(69808, 236, 2378, 'Newtownards', ''),
(69809, 236, 2378, 'Omagh', ''),
(69810, 236, 2378, 'Portadown', ''),
(69811, 236, 2378, 'Portaferry', ''),
(69812, 236, 2378, 'Portrush', ''),
(69813, 236, 2378, 'Portstewart', ''),
(69814, 236, 2378, 'Randalstown', ''),
(69815, 236, 2378, 'Rosslea', ''),
(69816, 236, 2378, 'Sion Mills', ''),
(69817, 236, 2378, 'Square', ''),
(69818, 236, 2378, 'Stewartstown', ''),
(69819, 236, 2378, 'Strabane', ''),
(69820, 236, 2378, 'Stranmillis', ''),
(69821, 236, 2378, 'Sydenham', ''),
(69822, 236, 2378, 'Tandragee', ''),
(69823, 236, 2378, 'Waringstown', ''),
(69824, 236, 2378, 'Whiteabbey', ''),
(69825, 236, 2378, 'Whitehead', ''),
(69826, 236, 2378, 'Windsor', ''),
(69827, 236, 2379, 'Aberdeen', ''),
(69828, 236, 2379, 'Aberdour', ''),
(69829, 236, 2379, 'Aberfeldy', ''),
(69830, 236, 2379, 'Aberlour', ''),
(69831, 236, 2379, 'Airdrie', ''),
(69832, 236, 2379, 'Airth', ''),
(69833, 236, 2379, 'Alexandria', ''),
(69834, 236, 2379, 'Alford', ''),
(69835, 236, 2379, 'Alloa', ''),
(69836, 236, 2379, 'Alness', ''),
(69837, 236, 2379, 'Alva', ''),
(69838, 236, 2379, 'Alyth', ''),
(69839, 236, 2379, 'Annan', ''),
(69840, 236, 2379, 'Annbank', ''),
(69841, 236, 2379, 'Anniesland', ''),
(69842, 236, 2379, 'Anstruther', ''),
(69843, 236, 2379, 'Arbroath', ''),
(69844, 236, 2379, 'Ardersier', ''),
(69845, 236, 2379, 'Ardrossan', ''),
(69846, 236, 2379, 'Armadale', ''),
(69847, 236, 2379, 'Arrochar', ''),
(69848, 236, 2379, 'Auchengray', ''),
(69849, 236, 2379, 'Auchinleck', ''),
(69850, 236, 2379, 'Auchterarder', ''),
(69851, 236, 2379, 'Aultbea', ''),
(69852, 236, 2379, 'Ayr', ''),
(69853, 236, 2379, 'Back', ''),
(69854, 236, 2379, 'Backmuir of New Gilston', ''),
(69855, 236, 2379, 'Balerno', ''),
(69856, 236, 2379, 'Balfron', ''),
(69857, 236, 2379, 'Ballantrae', ''),
(69858, 236, 2379, 'Ballingry', ''),
(69859, 236, 2379, 'Balloch', ''),
(69860, 236, 2379, 'Balquhidder', ''),
(69861, 236, 2379, 'Banchory', ''),
(69862, 236, 2379, 'Banff', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(69863, 236, 2379, 'Barrhead', ''),
(69864, 236, 2379, 'Barrmill', ''),
(69865, 236, 2379, 'Barry', ''),
(69866, 236, 2379, 'Bathgate', ''),
(69867, 236, 2379, 'Bayble', ''),
(69868, 236, 2379, 'Beach', ''),
(69869, 236, 2379, 'Bearsden', ''),
(69870, 236, 2379, 'Beauly', ''),
(69871, 236, 2379, 'Beith', ''),
(69872, 236, 2379, 'Bellshill', ''),
(69873, 236, 2379, 'Belmaduthy', ''),
(69874, 236, 2379, 'Belmont', ''),
(69875, 236, 2379, 'Biggar', ''),
(69876, 236, 2379, 'Birnam', ''),
(69877, 236, 2379, 'Birse', ''),
(69878, 236, 2379, 'Bishopbriggs', ''),
(69879, 236, 2379, 'Bishopton', ''),
(69880, 236, 2379, 'Blackburn', ''),
(69881, 236, 2379, 'Blackford', ''),
(69882, 236, 2379, 'Blairgowrie', ''),
(69883, 236, 2379, 'Blanefield', ''),
(69884, 236, 2379, 'Bo\'ness', ''),
(69885, 236, 2379, 'Bonnybridge', ''),
(69886, 236, 2379, 'Bonnyrigg', ''),
(69887, 236, 2379, 'Bothwell', ''),
(69888, 236, 2379, 'Braemar', ''),
(69889, 236, 2379, 'Brechin', ''),
(69890, 236, 2379, 'Bridge of Allan', ''),
(69891, 236, 2379, 'Bridge of Weir', ''),
(69892, 236, 2379, 'Brodick', ''),
(69893, 236, 2379, 'Broughty Ferry', ''),
(69894, 236, 2379, 'Broxburn', ''),
(69895, 236, 2379, 'Buckhaven', ''),
(69896, 236, 2379, 'Buckie', ''),
(69897, 236, 2379, 'Burghead', ''),
(69898, 236, 2379, 'Burntisland', ''),
(69899, 236, 2379, 'Callander', ''),
(69900, 236, 2379, 'Cambusbarron', ''),
(69901, 236, 2379, 'Cambuslang', ''),
(69902, 236, 2379, 'Campbeltown', ''),
(69903, 236, 2379, 'Canonbie', ''),
(69904, 236, 2379, 'Cardenden', ''),
(69905, 236, 2379, 'Cardonald', ''),
(69906, 236, 2379, 'Cardross', ''),
(69907, 236, 2379, 'Carluke', ''),
(69908, 236, 2379, 'Carnoustie', ''),
(69909, 236, 2379, 'Carstairs', ''),
(69910, 236, 2379, 'Castle Douglas', ''),
(69911, 236, 2379, 'Castleton', ''),
(69912, 236, 2379, 'Catrine', ''),
(69913, 236, 2379, 'Ceres', ''),
(69914, 236, 2379, 'Chirnside', ''),
(69915, 236, 2379, 'Clachan of Campsie', ''),
(69916, 236, 2379, 'Clackmannan', ''),
(69917, 236, 2379, 'Cleland', ''),
(69918, 236, 2379, 'Clydebank', ''),
(69919, 236, 2379, 'Coatbridge', ''),
(69920, 236, 2379, 'Cockburnspath', ''),
(69921, 236, 2379, 'Coldstream', ''),
(69922, 236, 2379, 'Colinton', ''),
(69923, 236, 2379, 'Collieston', ''),
(69924, 236, 2379, 'Comrie', ''),
(69925, 236, 2379, 'Contin', ''),
(69926, 236, 2379, 'Corstorphine', ''),
(69927, 236, 2379, 'Coupar Angus', ''),
(69928, 236, 2379, 'Cowdenbeath', ''),
(69929, 236, 2379, 'Craigellachie', ''),
(69930, 236, 2379, 'Crail', ''),
(69931, 236, 2379, 'Crawford', ''),
(69932, 236, 2379, 'Crianlarich', ''),
(69933, 236, 2379, 'Crieff', ''),
(69934, 236, 2379, 'Cross', ''),
(69935, 236, 2379, 'Culross', ''),
(69936, 236, 2379, 'Cumbernauld', ''),
(69937, 236, 2379, 'Cummingstown', ''),
(69938, 236, 2379, 'Cumnock', ''),
(69939, 236, 2379, 'Cupar', ''),
(69940, 236, 2379, 'Currie', ''),
(69941, 236, 2379, 'Dalbeattie', ''),
(69942, 236, 2379, 'Dalkeith', ''),
(69943, 236, 2379, 'Dallas', ''),
(69944, 236, 2379, 'Dalmally', ''),
(69945, 236, 2379, 'Dalry', ''),
(69946, 236, 2379, 'Darvel', ''),
(69947, 236, 2379, 'Denny', ''),
(69948, 236, 2379, 'Dingwall', ''),
(69949, 236, 2379, 'Dollar', ''),
(69950, 236, 2379, 'Dolphinton', ''),
(69951, 236, 2379, 'Douglas', ''),
(69952, 236, 2379, 'Doune', ''),
(69953, 236, 2379, 'Dreghorn', ''),
(69954, 236, 2379, 'Drymen', ''),
(69955, 236, 2379, 'Dufftown', ''),
(69956, 236, 2379, 'Dumbarton', ''),
(69957, 236, 2379, 'Dumfries', ''),
(69958, 236, 2379, 'Dunbar', ''),
(69959, 236, 2379, 'Dunblane', ''),
(69960, 236, 2379, 'Dundee', ''),
(69961, 236, 2379, 'Dundonald', ''),
(69962, 236, 2379, 'Dunfermline', ''),
(69963, 236, 2379, 'Dunning', ''),
(69964, 236, 2379, 'Dunoon', ''),
(69965, 236, 2379, 'Duns', ''),
(69966, 236, 2379, 'Dysart', ''),
(69967, 236, 2379, 'Eaglesfield', ''),
(69968, 236, 2379, 'Earlston', ''),
(69969, 236, 2379, 'East Kilbride', ''),
(69970, 236, 2379, 'East Wemyss', ''),
(69971, 236, 2379, 'Eddleston', ''),
(69972, 236, 2379, 'Edinburgh', ''),
(69973, 236, 2379, 'Elderslie', ''),
(69974, 236, 2379, 'Elgin', ''),
(69975, 236, 2379, 'Ellon', ''),
(69976, 236, 2379, 'Errol', ''),
(69977, 236, 2379, 'Eyemouth', ''),
(69978, 236, 2379, 'Fairlie', ''),
(69979, 236, 2379, 'Falkirk', ''),
(69980, 236, 2379, 'Falkland', ''),
(69981, 236, 2379, 'Fauldhouse', ''),
(69982, 236, 2379, 'Fenwick', ''),
(69983, 236, 2379, 'Findochty', ''),
(69984, 236, 2379, 'Fochabers', ''),
(69985, 236, 2379, 'Forfar', ''),
(69986, 236, 2379, 'Forres', ''),
(69987, 236, 2379, 'Fort William', ''),
(69988, 236, 2379, 'Forth', ''),
(69989, 236, 2379, 'Fortrose', ''),
(69990, 236, 2379, 'Fraserburgh', ''),
(69991, 236, 2379, 'Galashiels', ''),
(69992, 236, 2379, 'Galston', ''),
(69993, 236, 2379, 'Garmond', ''),
(69994, 236, 2379, 'Garve', ''),
(69995, 236, 2379, 'Giffnock', ''),
(69996, 236, 2379, 'Girvan', ''),
(69997, 236, 2379, 'Glasgow', ''),
(69998, 236, 2379, 'Glassford', ''),
(69999, 236, 2379, 'Glenrothes', ''),
(70000, 236, 2379, 'Gordon', ''),
(70001, 236, 2379, 'Gorebridge', ''),
(70002, 236, 2379, 'Gourock', ''),
(70003, 236, 2379, 'Govan', ''),
(70004, 236, 2379, 'Grangemouth', ''),
(70005, 236, 2379, 'Grantown on Spey', ''),
(70006, 236, 2379, 'Greenock', ''),
(70007, 236, 2379, 'Gretna', ''),
(70008, 236, 2379, 'Gullane', ''),
(70009, 236, 2379, 'Guthrie', ''),
(70010, 236, 2379, 'Haddington', ''),
(70011, 236, 2379, 'Hamilton', ''),
(70012, 236, 2379, 'Hawick', ''),
(70013, 236, 2379, 'Helensburgh', ''),
(70014, 236, 2379, 'Heriot', ''),
(70015, 236, 2379, 'High Blantyre', ''),
(70016, 236, 2379, 'High Valleyfield', ''),
(70017, 236, 2379, 'Hill of Fearn', ''),
(70018, 236, 2379, 'Hillside', ''),
(70019, 236, 2379, 'Houston', ''),
(70020, 236, 2379, 'Howwood', ''),
(70021, 236, 2379, 'Humbie', ''),
(70022, 236, 2379, 'Huntly', ''),
(70023, 236, 2379, 'Inchinnan', ''),
(70024, 236, 2379, 'Innerleithen', ''),
(70025, 236, 2379, 'Insch', ''),
(70026, 236, 2379, 'Invergordon', ''),
(70027, 236, 2379, 'Inverkeithing', ''),
(70028, 236, 2379, 'Inverkip', ''),
(70029, 236, 2379, 'Inverness', ''),
(70030, 236, 2379, 'Inverurie', ''),
(70031, 236, 2379, 'Irvine', ''),
(70032, 236, 2379, 'Jedburgh', ''),
(70033, 236, 2379, 'Johnstone', ''),
(70034, 236, 2379, 'Keith', ''),
(70035, 236, 2379, 'Kelso', ''),
(70036, 236, 2379, 'Kelty', ''),
(70037, 236, 2379, 'Kemnay', ''),
(70038, 236, 2379, 'Kennet', ''),
(70039, 236, 2379, 'Kennoway', ''),
(70040, 236, 2379, 'Kilbarchan', ''),
(70041, 236, 2379, 'Kilbirnie', ''),
(70042, 236, 2379, 'Kilbride', ''),
(70043, 236, 2379, 'Killearn', ''),
(70044, 236, 2379, 'Killin', ''),
(70045, 236, 2379, 'Kilmacolm', ''),
(70046, 236, 2379, 'Kilmarnock', ''),
(70047, 236, 2379, 'Kilmaurs', ''),
(70048, 236, 2379, 'Kilsyth', ''),
(70049, 236, 2379, 'Kilwinning', ''),
(70050, 236, 2379, 'Kincardine', ''),
(70051, 236, 2379, 'Kinghorn', ''),
(70052, 236, 2379, 'Kingussie', ''),
(70053, 236, 2379, 'Kinlochleven', ''),
(70054, 236, 2379, 'Kinross', ''),
(70055, 236, 2379, 'Kintore', ''),
(70056, 236, 2379, 'Kippen', ''),
(70057, 236, 2379, 'Kirkcaldy', ''),
(70058, 236, 2379, 'Kirkcudbright', ''),
(70059, 236, 2379, 'Kirkintilloch', ''),
(70060, 236, 2379, 'Kirkliston', ''),
(70061, 236, 2379, 'Kirkmichael', ''),
(70062, 236, 2379, 'Kirknewton', ''),
(70063, 236, 2379, 'Kirkpatrick-Fleming', ''),
(70064, 236, 2379, 'Kirkwall', ''),
(70065, 236, 2379, 'Kirriemuir', ''),
(70066, 236, 2379, 'Knock', ''),
(70067, 236, 2379, 'Kyle of Lochalsh', ''),
(70068, 236, 2379, 'Kyleakin', ''),
(70069, 236, 2379, 'Ladybank', ''),
(70070, 236, 2379, 'Lanark', ''),
(70071, 236, 2379, 'Langbank', ''),
(70072, 236, 2379, 'Langholm', ''),
(70073, 236, 2379, 'Larbert', ''),
(70074, 236, 2379, 'Largs', ''),
(70075, 236, 2379, 'Larkhall', ''),
(70076, 236, 2379, 'Lasswade', ''),
(70077, 236, 2379, 'Lauder', ''),
(70078, 236, 2379, 'Laurencekirk', ''),
(70079, 236, 2379, 'Laurieston', ''),
(70080, 236, 2379, 'Law', ''),
(70081, 236, 2379, 'Leith', ''),
(70082, 236, 2379, 'Lennoxtown', ''),
(70083, 236, 2379, 'Lerwick', ''),
(70084, 236, 2379, 'Leslie', ''),
(70085, 236, 2379, 'Lesmahagow', ''),
(70086, 236, 2379, 'Letham', ''),
(70087, 236, 2379, 'Leven', ''),
(70088, 236, 2379, 'Lhanbryd', ''),
(70089, 236, 2379, 'Limekilns', ''),
(70090, 236, 2379, 'Linlithgow', ''),
(70091, 236, 2379, 'Linton', ''),
(70092, 236, 2379, 'Livingston', ''),
(70093, 236, 2379, 'Loanhead', ''),
(70094, 236, 2379, 'Lochgelly', ''),
(70095, 236, 2379, 'Lochgilphead', ''),
(70096, 236, 2379, 'Lochgoilhead', ''),
(70097, 236, 2379, 'Lochmaddy', ''),
(70098, 236, 2379, 'Lochranza', ''),
(70099, 236, 2379, 'Lochwinnoch', ''),
(70100, 236, 2379, 'Lockerbie', ''),
(70101, 236, 2379, 'Longniddry', ''),
(70102, 236, 2379, 'Lossiemouth', ''),
(70103, 236, 2379, 'Lundin Links', ''),
(70104, 236, 2379, 'Macduff', ''),
(70105, 236, 2379, 'Maryhill', ''),
(70106, 236, 2379, 'Mauchline', ''),
(70107, 236, 2379, 'Maud', ''),
(70108, 236, 2379, 'Maybole', ''),
(70109, 236, 2379, 'Meigle', ''),
(70110, 236, 2379, 'Melrose', ''),
(70111, 236, 2379, 'Methil', ''),
(70112, 236, 2379, 'Milltimber', ''),
(70113, 236, 2379, 'Milnathort', ''),
(70114, 236, 2379, 'Milngavie', ''),
(70115, 236, 2379, 'Moffat', ''),
(70116, 236, 2379, 'Monifieth', ''),
(70117, 236, 2379, 'Monikie', ''),
(70118, 236, 2379, 'Monkton', ''),
(70119, 236, 2379, 'Montrose', ''),
(70120, 236, 2379, 'Morebattle', ''),
(70121, 236, 2379, 'Mossend', ''),
(70122, 236, 2379, 'Motherwell', ''),
(70123, 236, 2379, 'Muir of Ord', ''),
(70124, 236, 2379, 'Musselburgh', ''),
(70125, 236, 2379, 'Nairn', ''),
(70126, 236, 2379, 'Neilston', ''),
(70127, 236, 2379, 'New Abbey', ''),
(70128, 236, 2379, 'New Cumnock', ''),
(70129, 236, 2379, 'Newarthill', ''),
(70130, 236, 2379, 'Newbattle', ''),
(70131, 236, 2379, 'Newbridge', ''),
(70132, 236, 2379, 'Newburgh', ''),
(70133, 236, 2379, 'Newcastleton', ''),
(70134, 236, 2379, 'Newmains', ''),
(70135, 236, 2379, 'Newmilns', ''),
(70136, 236, 2379, 'Newport-On-Tay', ''),
(70137, 236, 2379, 'Newton Mearns', ''),
(70138, 236, 2379, 'Newton Stewart', ''),
(70139, 236, 2379, 'Newtonmore', ''),
(70140, 236, 2379, 'Newtyle', ''),
(70141, 236, 2379, 'North Berwick', ''),
(70142, 236, 2379, 'Oban', ''),
(70143, 236, 2379, 'Paisley', ''),
(70144, 236, 2379, 'Pathhead', ''),
(70145, 236, 2379, 'Patna', ''),
(70146, 236, 2379, 'Peebles', ''),
(70147, 236, 2379, 'Penicuik', ''),
(70148, 236, 2379, 'Perth', ''),
(70149, 236, 2379, 'Peterculter', ''),
(70150, 236, 2379, 'Peterhead', ''),
(70151, 236, 2379, 'Pirnmill', ''),
(70152, 236, 2379, 'Pitlessie', ''),
(70153, 236, 2379, 'Pitlochry', ''),
(70154, 236, 2379, 'Pittenweem', ''),
(70155, 236, 2379, 'Polmont', ''),
(70156, 236, 2379, 'Port Ellen', ''),
(70157, 236, 2379, 'Port Glasgow', ''),
(70158, 236, 2379, 'Portgordon', ''),
(70159, 236, 2379, 'Portknockie', ''),
(70160, 236, 2379, 'Portlethen', ''),
(70161, 236, 2379, 'Portree', ''),
(70162, 236, 2379, 'Prestonpans', ''),
(70163, 236, 2379, 'Prestwick', ''),
(70164, 236, 2379, 'Queensferry', ''),
(70165, 236, 2379, 'Ratho', ''),
(70166, 236, 2379, 'Renfrew', ''),
(70167, 236, 2379, 'Renton', ''),
(70168, 236, 2379, 'Rosyth', ''),
(70169, 236, 2379, 'Rothes', ''),
(70170, 236, 2379, 'Rothesay', ''),
(70171, 236, 2379, 'Rothienorman', ''),
(70172, 236, 2379, 'Rutherglen', ''),
(70173, 236, 2379, 'Saint Boswells', ''),
(70174, 236, 2379, 'Saltcoats', ''),
(70175, 236, 2379, 'Sanquhar', ''),
(70176, 236, 2379, 'Sauchie', ''),
(70177, 236, 2379, 'Scalloway', ''),
(70178, 236, 2379, 'Scapa', ''),
(70179, 236, 2379, 'Seamill', ''),
(70180, 236, 2379, 'Selkirk', ''),
(70181, 236, 2379, 'Shiskine', ''),
(70182, 236, 2379, 'Shotts', ''),
(70183, 236, 2379, 'Skelmorlie', ''),
(70184, 236, 2379, 'Spean Bridge', ''),
(70185, 236, 2379, 'Springburn', ''),
(70186, 236, 2379, 'St Andrews', ''),
(70187, 236, 2379, 'Stepps', ''),
(70188, 236, 2379, 'Stevenston', ''),
(70189, 236, 2379, 'Stewarton', ''),
(70190, 236, 2379, 'Stirling', ''),
(70191, 236, 2379, 'Stonehaven', ''),
(70192, 236, 2379, 'Stonehouse', ''),
(70193, 236, 2379, 'Stornoway', ''),
(70194, 236, 2379, 'Stow', ''),
(70195, 236, 2379, 'Stranraer', ''),
(70196, 236, 2379, 'Strathaven', ''),
(70197, 236, 2379, 'Strathcarron', ''),
(70198, 236, 2379, 'Strathkinness', ''),
(70199, 236, 2379, 'Strathmiglo', ''),
(70200, 236, 2379, 'Strathpeffer', ''),
(70201, 236, 2379, 'Sunipol', ''),
(70202, 236, 2379, 'Symington', ''),
(70203, 236, 2379, 'Tain', ''),
(70204, 236, 2379, 'Tarbert', ''),
(70205, 236, 2379, 'Tarland', ''),
(70206, 236, 2379, 'Taynuilt', ''),
(70207, 236, 2379, 'Tayport', ''),
(70208, 236, 2379, 'Thornhill', ''),
(70209, 236, 2379, 'Thornton', ''),
(70210, 236, 2379, 'Thurso', ''),
(70211, 236, 2379, 'Tillicoultry', ''),
(70212, 236, 2379, 'Tobermory', ''),
(70213, 236, 2379, 'Tomintoul', ''),
(70214, 236, 2379, 'Tongue', ''),
(70215, 236, 2379, 'Torphins', ''),
(70216, 236, 2379, 'Torry', ''),
(70217, 236, 2379, 'Torthorwald', ''),
(70218, 236, 2379, 'Townhill', ''),
(70219, 236, 2379, 'Tranent', ''),
(70220, 236, 2379, 'Troon', ''),
(70221, 236, 2379, 'Turnberry', ''),
(70222, 236, 2379, 'Turriff', ''),
(70223, 236, 2379, 'Uddingston', ''),
(70224, 236, 2379, 'Uphall', ''),
(70225, 236, 2379, 'Walkerburn', ''),
(70226, 236, 2379, 'Wanlockhead', ''),
(70227, 236, 2379, 'Wemyss Bay', ''),
(70228, 236, 2379, 'West Calder', ''),
(70229, 236, 2379, 'West Kilbride', ''),
(70230, 236, 2379, 'West Linton', ''),
(70231, 236, 2379, 'Westfield', ''),
(70232, 236, 2379, 'Whitburn', ''),
(70233, 236, 2379, 'Whitehouse', ''),
(70234, 236, 2379, 'Wick', ''),
(70235, 236, 2379, 'Wishaw', ''),
(70236, 236, 2379, 'Wormit', ''),
(70237, 236, 2380, 'Aberaeron', ''),
(70238, 236, 2380, 'Aberbeeg', ''),
(70239, 236, 2380, 'Abercarn', ''),
(70240, 236, 2380, 'Abercynon', ''),
(70241, 236, 2380, 'Aberdare', ''),
(70242, 236, 2380, 'Aberdyfi', ''),
(70243, 236, 2380, 'Abergavenny', ''),
(70244, 236, 2380, 'Abergele', ''),
(70245, 236, 2380, 'Abergwynfi', ''),
(70246, 236, 2380, 'Aberporth', ''),
(70247, 236, 2380, 'Abersychan', ''),
(70248, 236, 2380, 'Abertillery', ''),
(70249, 236, 2380, 'Abertridwr', ''),
(70250, 236, 2380, 'Aberystwyth', ''),
(70251, 236, 2380, 'Amlwch', ''),
(70252, 236, 2380, 'Ammanford', ''),
(70253, 236, 2380, 'Arddleen', ''),
(70254, 236, 2380, 'Bagillt', ''),
(70255, 236, 2380, 'Bala', ''),
(70256, 236, 2380, 'Bangor', ''),
(70257, 236, 2380, 'Bangor-is-y-coed', ''),
(70258, 236, 2380, 'Bargoed', ''),
(70259, 236, 2380, 'Barmouth', ''),
(70260, 236, 2380, 'Barry', ''),
(70261, 236, 2380, 'Beaufort', ''),
(70262, 236, 2380, 'Beaumaris', ''),
(70263, 236, 2380, 'Benllech', ''),
(70264, 236, 2380, 'Bethesda', ''),
(70265, 236, 2380, 'Bettws', ''),
(70266, 236, 2380, 'Betws', ''),
(70267, 236, 2380, 'Blackwood', ''),
(70268, 236, 2380, 'Blaenau-Ffestiniog', ''),
(70269, 236, 2380, 'Blaenavon', ''),
(70270, 236, 2380, 'Blaina', ''),
(70271, 236, 2380, 'Boncath', ''),
(70272, 236, 2380, 'Borth', ''),
(70273, 236, 2380, 'Bow Street', ''),
(70274, 236, 2380, 'Brecon', ''),
(70275, 236, 2380, 'Bridgend', ''),
(70276, 236, 2380, 'Broad Haven', ''),
(70277, 236, 2380, 'Brook', ''),
(70278, 236, 2380, 'Broughton', ''),
(70279, 236, 2380, 'Bryn', ''),
(70280, 236, 2380, 'Brynmawr', ''),
(70281, 236, 2380, 'Buckley', ''),
(70282, 236, 2380, 'Builth Wells', ''),
(70283, 236, 2380, 'Burry Port', ''),
(70284, 236, 2380, 'Caergwrle', ''),
(70285, 236, 2380, 'Caerleon', ''),
(70286, 236, 2380, 'Caernarfon', ''),
(70287, 236, 2380, 'Caerphilly', ''),
(70288, 236, 2380, 'Caldicot', ''),
(70289, 236, 2380, 'Capel Hendre', ''),
(70290, 236, 2380, 'Cardiff', ''),
(70291, 236, 2380, 'Cardigan', ''),
(70292, 236, 2380, 'Carmarthen', ''),
(70293, 236, 2380, 'Carno', ''),
(70294, 236, 2380, 'Cemaes Bay', ''),
(70295, 236, 2380, 'Chepstow', ''),
(70296, 236, 2380, 'Chirk', ''),
(70297, 236, 2380, 'Clunderwen', ''),
(70298, 236, 2380, 'Clydach', ''),
(70299, 236, 2380, 'Clydach Vale', ''),
(70300, 236, 2380, 'Colwyn Bay', ''),
(70301, 236, 2380, 'Connahs Quay', ''),
(70302, 236, 2380, 'Conwy', ''),
(70303, 236, 2380, 'Corwen', ''),
(70304, 236, 2380, 'Cowbridge', ''),
(70305, 236, 2380, 'Criccieth', ''),
(70306, 236, 2380, 'Crick', ''),
(70307, 236, 2380, 'Crickhowell', ''),
(70308, 236, 2380, 'Cwmbran', ''),
(70309, 236, 2380, 'Cymmer', ''),
(70310, 236, 2380, 'Denbigh', ''),
(70311, 236, 2380, 'Derwen', ''),
(70312, 236, 2380, 'Dinas', ''),
(70313, 236, 2380, 'Dinas Powys', ''),
(70314, 236, 2380, 'Dolgellau', ''),
(70315, 236, 2380, 'Dolwyddelan', ''),
(70316, 236, 2380, 'Dyffryn', ''),
(70317, 236, 2380, 'Ebbw Vale', ''),
(70318, 236, 2380, 'Erbistock', ''),
(70319, 236, 2380, 'Ferndale', ''),
(70320, 236, 2380, 'Ferryside', ''),
(70321, 236, 2380, 'Flint', ''),
(70322, 236, 2380, 'Fochriw', ''),
(70323, 236, 2380, 'Four Crosses', ''),
(70324, 236, 2380, 'Gaerwen', ''),
(70325, 236, 2380, 'Garnant', ''),
(70326, 236, 2380, 'Garth', ''),
(70327, 236, 2380, 'Gelligaer', ''),
(70328, 236, 2380, 'Glanamman', ''),
(70329, 236, 2380, 'Glascoed', ''),
(70330, 236, 2380, 'Golden Grove', ''),
(70331, 236, 2380, 'Goodwick', ''),
(70332, 236, 2380, 'Gorseinon', ''),
(70333, 236, 2380, 'Gorslas', ''),
(70334, 236, 2380, 'Halkyn', ''),
(70335, 236, 2380, 'Hanmer', ''),
(70336, 236, 2380, 'Haverfordwest', ''),
(70337, 236, 2380, 'Hawarden', ''),
(70338, 236, 2380, 'Hawen', ''),
(70339, 236, 2380, 'Hay-on-wye', ''),
(70340, 236, 2380, 'Hendy', ''),
(70341, 236, 2380, 'Hengoed', ''),
(70342, 236, 2380, 'Henllan', ''),
(70343, 236, 2380, 'Holyhead', ''),
(70344, 236, 2380, 'Holywell', ''),
(70345, 236, 2380, 'Kenfig Hill', ''),
(70346, 236, 2380, 'Kidwelly', ''),
(70347, 236, 2380, 'Kilgetty', ''),
(70348, 236, 2380, 'Knighton', ''),
(70349, 236, 2380, 'Lampeter', ''),
(70350, 236, 2380, 'Laugharne', ''),
(70351, 236, 2380, 'Letterston', ''),
(70352, 236, 2380, 'Llanarth', ''),
(70353, 236, 2380, 'Llanbedr', ''),
(70354, 236, 2380, 'Llanberis', ''),
(70355, 236, 2380, 'Llanddarog', ''),
(70356, 236, 2380, 'Llanddewi Velfrey', ''),
(70357, 236, 2380, 'Llanddulas', ''),
(70358, 236, 2380, 'Llandegfan', ''),
(70359, 236, 2380, 'Llandeilo', ''),
(70360, 236, 2380, 'Llandenny', ''),
(70361, 236, 2380, 'Llandinam', ''),
(70362, 236, 2380, 'Llandovery', ''),
(70363, 236, 2380, 'Llandrillo', ''),
(70364, 236, 2380, 'Llandrindod Wells', ''),
(70365, 236, 2380, 'Llandrinio', ''),
(70366, 236, 2380, 'Llandudno', ''),
(70367, 236, 2380, 'Llandudno Junction', ''),
(70368, 236, 2380, 'Llandybie', ''),
(70369, 236, 2380, 'Llandysilio', ''),
(70370, 236, 2380, 'Llandysul', ''),
(70371, 236, 2380, 'Llanelli', ''),
(70372, 236, 2380, 'Llanerchymedd', ''),
(70373, 236, 2380, 'Llanfaes', ''),
(70374, 236, 2380, 'Llanfairfechan', ''),
(70375, 236, 2380, 'Llanfairpwllgwyngyll', ''),
(70376, 236, 2380, 'Llanfyllin', ''),
(70377, 236, 2380, 'Llangathen', ''),
(70378, 236, 2380, 'Llangefni', ''),
(70379, 236, 2380, 'Llangennech', ''),
(70380, 236, 2380, 'Llangollen', ''),
(70381, 236, 2380, 'Llangurig', ''),
(70382, 236, 2380, 'Llanharan', ''),
(70383, 236, 2380, 'Llanharry', ''),
(70384, 236, 2380, 'Llanidloes', ''),
(70385, 236, 2380, 'Llanigon', ''),
(70386, 236, 2380, 'Llanrwst', ''),
(70387, 236, 2380, 'Llansawel', ''),
(70388, 236, 2380, 'Llansilin', ''),
(70389, 236, 2380, 'Llantrisant', ''),
(70390, 236, 2380, 'Llantwit Major', ''),
(70391, 236, 2380, 'Llanwrda', ''),
(70392, 236, 2380, 'Llanwrtyd Wells', ''),
(70393, 236, 2380, 'Llanymynech', ''),
(70394, 236, 2380, 'Llwynypia', ''),
(70395, 236, 2380, 'Machen', ''),
(70396, 236, 2380, 'Machynlleth', ''),
(70397, 236, 2380, 'Maerdy', ''),
(70398, 236, 2380, 'Maesteg', ''),
(70399, 236, 2380, 'Maesycwmmer', ''),
(70400, 236, 2380, 'Magor', ''),
(70401, 236, 2380, 'Mamhilad', ''),
(70402, 236, 2380, 'Meliden', ''),
(70403, 236, 2380, 'Menai Bridge', ''),
(70404, 236, 2380, 'Merthyr', ''),
(70405, 236, 2380, 'Merthyr Tydfil', ''),
(70406, 236, 2380, 'Milford Haven', ''),
(70407, 236, 2380, 'Minffordd', ''),
(70408, 236, 2380, 'Mold', ''),
(70409, 236, 2380, 'Monmouth', ''),
(70410, 236, 2380, 'Montgomery', ''),
(70411, 236, 2380, 'Mostyn', ''),
(70412, 236, 2380, 'Mountain Ash', ''),
(70413, 236, 2380, 'Nantgaredig', ''),
(70414, 236, 2380, 'Nantyglo', ''),
(70415, 236, 2380, 'Narberth', ''),
(70416, 236, 2380, 'Neath', ''),
(70417, 236, 2380, 'Nelson', ''),
(70418, 236, 2380, 'New Moat', ''),
(70419, 236, 2380, 'New Quay', ''),
(70420, 236, 2380, 'New Tredegar', ''),
(70421, 236, 2380, 'Newcastle Emlyn', ''),
(70422, 236, 2380, 'Newport', ''),
(70423, 236, 2380, 'Newtown', ''),
(70424, 236, 2380, 'Neyland', ''),
(70425, 236, 2380, 'North Cornelly', ''),
(70426, 236, 2380, 'Northop', ''),
(70427, 236, 2380, 'Nottage', ''),
(70428, 236, 2380, 'Old Colwyn', ''),
(70429, 236, 2380, 'Pembroke', ''),
(70430, 236, 2380, 'Pembroke Dock', ''),
(70431, 236, 2380, 'Pen-y-cae', ''),
(70432, 236, 2380, 'Penarth', ''),
(70433, 236, 2380, 'Pencader', ''),
(70434, 236, 2380, 'Pendine', ''),
(70435, 236, 2380, 'Penley', ''),
(70436, 236, 2380, 'Penllergaer', ''),
(70437, 236, 2380, 'Penrice', ''),
(70438, 236, 2380, 'Pentraeth', ''),
(70439, 236, 2380, 'Pontardawe', ''),
(70440, 236, 2380, 'Ponthir', ''),
(70441, 236, 2380, 'Pontycymer', ''),
(70442, 236, 2380, 'Pontypool', ''),
(70443, 236, 2380, 'Pontypridd', ''),
(70444, 236, 2380, 'Port Talbot', ''),
(70445, 236, 2380, 'Porth', ''),
(70446, 236, 2380, 'Porthcawl', ''),
(70447, 236, 2380, 'Porthmadog', ''),
(70448, 236, 2380, 'Prestatyn', ''),
(70449, 236, 2380, 'Presteigne', ''),
(70450, 236, 2380, 'Pwllheli', ''),
(70451, 236, 2380, 'Pyle', ''),
(70452, 236, 2380, 'Queensferry', ''),
(70453, 236, 2380, 'Raglan', ''),
(70454, 236, 2380, 'Reynoldston', ''),
(70455, 236, 2380, 'Rhayader', ''),
(70456, 236, 2380, 'Rhondda', ''),
(70457, 236, 2380, 'Rhoose', ''),
(70458, 236, 2380, 'Rhosllanerchrugog', ''),
(70459, 236, 2380, 'Rhuddlan', ''),
(70460, 236, 2380, 'Rhyl', ''),
(70461, 236, 2380, 'Rhymney', ''),
(70462, 236, 2380, 'Risca', ''),
(70463, 236, 2380, 'Rogiet', ''),
(70464, 236, 2380, 'Rossett', ''),
(70465, 236, 2380, 'Ruthin', ''),
(70466, 236, 2380, 'Saint Athan', ''),
(70467, 236, 2380, 'Saint Clears', ''),
(70468, 236, 2380, 'Saint Dogwells', ''),
(70469, 236, 2380, 'Saint Mellons', ''),
(70470, 236, 2380, 'Sandycroft', ''),
(70471, 236, 2380, 'Sarn', ''),
(70472, 236, 2380, 'Senghenydd', ''),
(70473, 236, 2380, 'Skewen', ''),
(70474, 236, 2380, 'Southgate', ''),
(70475, 236, 2380, 'St Asaph', ''),
(70476, 236, 2380, 'Star', ''),
(70477, 236, 2380, 'Swansea', ''),
(70478, 236, 2380, 'Talgarth', ''),
(70479, 236, 2380, 'Tegryn', ''),
(70480, 236, 2380, 'Tenby', ''),
(70481, 236, 2380, 'Tonypandy', ''),
(70482, 236, 2380, 'Tonyrefail', ''),
(70483, 236, 2380, 'Tredegar', ''),
(70484, 236, 2380, 'Treffynnon', ''),
(70485, 236, 2380, 'Tregaron', ''),
(70486, 236, 2380, 'Trehafod', ''),
(70487, 236, 2380, 'Treharris', ''),
(70488, 236, 2380, 'Treherbert', ''),
(70489, 236, 2380, 'Treorchy', ''),
(70490, 236, 2380, 'Upper Killay', ''),
(70491, 236, 2380, 'Usk', ''),
(70492, 236, 2380, 'Valley', ''),
(70493, 236, 2380, 'Victoria', ''),
(70494, 236, 2380, 'Welshpool', ''),
(70495, 236, 2380, 'Whitland', ''),
(70496, 236, 2380, 'Wrexham', ''),
(70497, 236, 2380, 'Ystrad Mynach', ''),
(70498, 236, 2380, 'Ystrad-Meurig', ''),
(70499, 236, 2380, 'Ystradfellte', ''),
(70500, 237, 2381, 'Abbeville', 'AL'),
(70501, 237, 2381, 'Adamsville', 'AL'),
(70502, 237, 2381, 'Adger', 'AL'),
(70503, 237, 2381, 'Alabaster', 'AL'),
(70504, 237, 2381, 'Albertville', 'AL'),
(70505, 237, 2381, 'Alexander City', 'AL'),
(70506, 237, 2381, 'Alexandria', 'AL'),
(70507, 237, 2381, 'Aliceville', 'AL'),
(70508, 237, 2381, 'Alpine', 'AL'),
(70509, 237, 2381, 'Altoona', 'AL'),
(70510, 237, 2381, 'America', 'AL'),
(70511, 237, 2381, 'Andalusia', 'AL'),
(70512, 237, 2381, 'Anniston', 'AL'),
(70513, 237, 2381, 'Arab', 'AL'),
(70514, 237, 2381, 'Ardmore', 'AL'),
(70515, 237, 2381, 'Ariton', 'AL'),
(70516, 237, 2381, 'Arley', 'AL'),
(70517, 237, 2381, 'Arlington', 'AL'),
(70518, 237, 2381, 'Ashford', 'AL'),
(70519, 237, 2381, 'Ashland', 'AL'),
(70520, 237, 2381, 'Ashville', 'AL'),
(70521, 237, 2381, 'Athens', 'AL'),
(70522, 237, 2381, 'Atmore', 'AL'),
(70523, 237, 2381, 'Attalla', 'AL'),
(70524, 237, 2381, 'Auburn', 'AL'),
(70525, 237, 2381, 'Axis', 'AL'),
(70526, 237, 2381, 'Baileyton', 'AL'),
(70527, 237, 2381, 'Banks', 'AL'),
(70528, 237, 2381, 'Bankston', 'AL'),
(70529, 237, 2381, 'Bay Minette', 'AL'),
(70530, 237, 2381, 'Bayou La Batre', 'AL'),
(70531, 237, 2381, 'Bear Creek', 'AL'),
(70532, 237, 2381, 'Beaverton', 'AL'),
(70533, 237, 2381, 'Bessemer', 'AL'),
(70534, 237, 2381, 'Billingsley', 'AL'),
(70535, 237, 2381, 'Birmingham', 'AL'),
(70536, 237, 2381, 'Blountsville', 'AL'),
(70537, 237, 2381, 'Boaz', 'AL'),
(70538, 237, 2381, 'Bon Secour', 'AL'),
(70539, 237, 2381, 'Brantley', 'AL'),
(70540, 237, 2381, 'Bremen', 'AL'),
(70541, 237, 2381, 'Brent', 'AL'),
(70542, 237, 2381, 'Brewton', 'AL'),
(70543, 237, 2381, 'Bridgeport', 'AL'),
(70544, 237, 2381, 'Brierfield', 'AL'),
(70545, 237, 2381, 'Brilliant', 'AL'),
(70546, 237, 2381, 'Brookwood', 'AL'),
(70547, 237, 2381, 'Brownsboro', 'AL'),
(70548, 237, 2381, 'Brundidge', 'AL'),
(70549, 237, 2381, 'Bryant', 'AL'),
(70550, 237, 2381, 'Buhl', 'AL'),
(70551, 237, 2381, 'Butler', 'AL'),
(70552, 237, 2381, 'Calera', 'AL'),
(70553, 237, 2381, 'Camden', 'AL'),
(70554, 237, 2381, 'Camp Hill', 'AL'),
(70555, 237, 2381, 'Carbon Hill', 'AL'),
(70556, 237, 2381, 'Carrollton', 'AL'),
(70557, 237, 2381, 'Castleberry', 'AL'),
(70558, 237, 2381, 'Catherine', 'AL'),
(70559, 237, 2381, 'Cecil', 'AL'),
(70560, 237, 2381, 'Cedar Bluff', 'AL'),
(70561, 237, 2381, 'Centre', 'AL'),
(70562, 237, 2381, 'Centreville', 'AL'),
(70563, 237, 2381, 'Chancellor', 'AL'),
(70564, 237, 2381, 'Chatom', 'AL'),
(70565, 237, 2381, 'Chelsea', 'AL'),
(70566, 237, 2381, 'Childersburg', 'AL'),
(70567, 237, 2381, 'Chunchula', 'AL'),
(70568, 237, 2381, 'Citronelle', 'AL'),
(70569, 237, 2381, 'Clanton', 'AL'),
(70570, 237, 2381, 'Cleveland', 'AL'),
(70571, 237, 2381, 'Clio', 'AL'),
(70572, 237, 2381, 'Coker', 'AL'),
(70573, 237, 2381, 'Collinsville', 'AL'),
(70574, 237, 2381, 'Columbia', 'AL'),
(70575, 237, 2381, 'Columbiana', 'AL'),
(70576, 237, 2381, 'Cordova', 'AL'),
(70577, 237, 2381, 'Cottondale', 'AL'),
(70578, 237, 2381, 'Cottonwood', 'AL'),
(70579, 237, 2381, 'Cowarts', 'AL'),
(70580, 237, 2381, 'Crane Hill', 'AL'),
(70581, 237, 2381, 'Creola', 'AL'),
(70582, 237, 2381, 'Cropwell', 'AL'),
(70583, 237, 2381, 'Crossville', 'AL'),
(70584, 237, 2381, 'Cuba', 'AL'),
(70585, 237, 2381, 'Cullman', 'AL'),
(70586, 237, 2381, 'Cusseta', 'AL'),
(70587, 237, 2381, 'Dadeville', 'AL'),
(70588, 237, 2381, 'Daleville', 'AL'),
(70589, 237, 2381, 'Danville', 'AL'),
(70590, 237, 2381, 'Daphne', 'AL'),
(70591, 237, 2381, 'Daviston', 'AL'),
(70592, 237, 2381, 'Deatsville', 'AL'),
(70593, 237, 2381, 'Decatur', 'AL'),
(70594, 237, 2381, 'Demopolis', 'AL'),
(70595, 237, 2381, 'Dixons Mills', 'AL'),
(70596, 237, 2381, 'Dora', 'AL'),
(70597, 237, 2381, 'Dothan', 'AL'),
(70598, 237, 2381, 'Double Springs', 'AL'),
(70599, 237, 2381, 'Duncanville', 'AL'),
(70600, 237, 2381, 'Eastaboga', 'AL'),
(70601, 237, 2381, 'Eclectic', 'AL'),
(70602, 237, 2381, 'Eight Mile', 'AL'),
(70603, 237, 2381, 'Elba', 'AL'),
(70604, 237, 2381, 'Elberta', 'AL'),
(70605, 237, 2381, 'Elkmont', 'AL'),
(70606, 237, 2381, 'Elmore', 'AL'),
(70607, 237, 2381, 'Elrod', 'AL'),
(70608, 237, 2381, 'Empire', 'AL'),
(70609, 237, 2381, 'Enterprise', 'AL'),
(70610, 237, 2381, 'Epes', 'AL'),
(70611, 237, 2381, 'Equality', 'AL'),
(70612, 237, 2381, 'Estillfork', 'AL'),
(70613, 237, 2381, 'Eufaula', 'AL'),
(70614, 237, 2381, 'Eutaw', 'AL'),
(70615, 237, 2381, 'Eva', 'AL'),
(70616, 237, 2381, 'Evergreen', 'AL'),
(70617, 237, 2381, 'Excel', 'AL'),
(70618, 237, 2381, 'Fairfield', 'AL'),
(70619, 237, 2381, 'Fairhope', 'AL'),
(70620, 237, 2381, 'Falkville', 'AL'),
(70621, 237, 2381, 'Faunsdale', 'AL'),
(70622, 237, 2381, 'Fayette', 'AL'),
(70623, 237, 2381, 'Five Points', 'AL'),
(70624, 237, 2381, 'Flat Rock', 'AL'),
(70625, 237, 2381, 'Flomaton', 'AL'),
(70626, 237, 2381, 'Florala', 'AL'),
(70627, 237, 2381, 'Florence', 'AL'),
(70628, 237, 2381, 'Foley', 'AL'),
(70629, 237, 2381, 'Forkland', 'AL'),
(70630, 237, 2381, 'Fort Deposit', 'AL'),
(70631, 237, 2381, 'Fort Mitchell', 'AL'),
(70632, 237, 2381, 'Fort Payne', 'AL'),
(70633, 237, 2381, 'Fort Rucker', 'AL'),
(70634, 237, 2381, 'Fosters', 'AL'),
(70635, 237, 2381, 'Frisco City', 'AL'),
(70636, 237, 2381, 'Fruitdale', 'AL'),
(70637, 237, 2381, 'Fultondale', 'AL'),
(70638, 237, 2381, 'Fyffe', 'AL'),
(70639, 237, 2381, 'Gadsden', 'AL'),
(70640, 237, 2381, 'Gainestown', 'AL'),
(70641, 237, 2381, 'Gallant', 'AL'),
(70642, 237, 2381, 'Gallion', 'AL'),
(70643, 237, 2381, 'Gardendale', 'AL'),
(70644, 237, 2381, 'Gaylesville', 'AL'),
(70645, 237, 2381, 'Geneva', 'AL'),
(70646, 237, 2381, 'Georgiana', 'AL'),
(70647, 237, 2381, 'Gilbertown', 'AL'),
(70648, 237, 2381, 'Goodwater', 'AL'),
(70649, 237, 2381, 'Gordo', 'AL'),
(70650, 237, 2381, 'Gordon', 'AL'),
(70651, 237, 2381, 'Goshen', 'AL'),
(70652, 237, 2381, 'Grady', 'AL'),
(70653, 237, 2381, 'Grand Bay', 'AL'),
(70654, 237, 2381, 'Grant', 'AL'),
(70655, 237, 2381, 'Graysville', 'AL'),
(70656, 237, 2381, 'Greensboro', 'AL'),
(70657, 237, 2381, 'Greenville', 'AL'),
(70658, 237, 2381, 'Grove Hill', 'AL'),
(70659, 237, 2381, 'Guin', 'AL'),
(70660, 237, 2381, 'Gulf Shores', 'AL'),
(70661, 237, 2381, 'Guntersville', 'AL'),
(70662, 237, 2381, 'Gurley', 'AL'),
(70663, 237, 2381, 'Haleyville', 'AL'),
(70664, 237, 2381, 'Hamilton', 'AL'),
(70665, 237, 2381, 'Hanceville', 'AL'),
(70666, 237, 2381, 'Harpersville', 'AL'),
(70667, 237, 2381, 'Hartford', 'AL'),
(70668, 237, 2381, 'Hartselle', 'AL'),
(70669, 237, 2381, 'Harvest', 'AL'),
(70670, 237, 2381, 'Hayden', 'AL'),
(70671, 237, 2381, 'Hayneville', 'AL'),
(70672, 237, 2381, 'Hazel Green', 'AL'),
(70673, 237, 2381, 'Headland', 'AL'),
(70674, 237, 2381, 'Heflin', 'AL'),
(70675, 237, 2381, 'Helena', 'AL'),
(70676, 237, 2381, 'Henagar', 'AL'),
(70677, 237, 2381, 'Highland Home', 'AL'),
(70678, 237, 2381, 'Hillsboro', 'AL'),
(70679, 237, 2381, 'Hollywood', 'AL'),
(70680, 237, 2381, 'Honoraville', 'AL'),
(70681, 237, 2381, 'Hope Hull', 'AL'),
(70682, 237, 2381, 'Horton', 'AL'),
(70683, 237, 2381, 'Houston', 'AL'),
(70684, 237, 2381, 'Huntsville', 'AL'),
(70685, 237, 2381, 'Huxford', 'AL'),
(70686, 237, 2381, 'Ider', 'AL'),
(70687, 237, 2381, 'Irvington', 'AL'),
(70688, 237, 2381, 'Jack', 'AL'),
(70689, 237, 2381, 'Jackson', 'AL'),
(70690, 237, 2381, 'Jacksons Gap', 'AL'),
(70691, 237, 2381, 'Jacksonville', 'AL'),
(70692, 237, 2381, 'Jasper', 'AL'),
(70693, 237, 2381, 'Jemison', 'AL'),
(70694, 237, 2381, 'Jones', 'AL'),
(70695, 237, 2381, 'Joppa', 'AL'),
(70696, 237, 2381, 'Kennedy', 'AL'),
(70697, 237, 2381, 'Killen', 'AL'),
(70698, 237, 2381, 'Kimberly', 'AL'),
(70699, 237, 2381, 'Laceys Spring', 'AL'),
(70700, 237, 2381, 'Lafayette', 'AL'),
(70701, 237, 2381, 'Lanett', 'AL'),
(70702, 237, 2381, 'Leeds', 'AL'),
(70703, 237, 2381, 'Leesburg', 'AL'),
(70704, 237, 2381, 'Leighton', 'AL'),
(70705, 237, 2381, 'Letohatchee', 'AL'),
(70706, 237, 2381, 'Lexington', 'AL'),
(70707, 237, 2381, 'Lillian', 'AL'),
(70708, 237, 2381, 'Lincoln', 'AL'),
(70709, 237, 2381, 'Linden', 'AL'),
(70710, 237, 2381, 'Lineville', 'AL'),
(70711, 237, 2381, 'Lisman', 'AL'),
(70712, 237, 2381, 'Livingston', 'AL'),
(70713, 237, 2381, 'Loachapoka', 'AL'),
(70714, 237, 2381, 'Lockhart', 'AL'),
(70715, 237, 2381, 'Locust Fork', 'AL'),
(70716, 237, 2381, 'Logan', 'AL'),
(70717, 237, 2381, 'Louisville', 'AL'),
(70718, 237, 2381, 'Loxley', 'AL'),
(70719, 237, 2381, 'Luverne', 'AL'),
(70720, 237, 2381, 'Lynn', 'AL'),
(70721, 237, 2381, 'Madison', 'AL'),
(70722, 237, 2381, 'Malcolm', 'AL'),
(70723, 237, 2381, 'Maplesville', 'AL'),
(70724, 237, 2381, 'Marbury', 'AL'),
(70725, 237, 2381, 'Margaret', 'AL'),
(70726, 237, 2381, 'Marion', 'AL'),
(70727, 237, 2381, 'Matthews', 'AL'),
(70728, 237, 2381, 'Maylene', 'AL'),
(70729, 237, 2381, 'McCalla', 'AL'),
(70730, 237, 2381, 'Mentone', 'AL'),
(70731, 237, 2381, 'Meridianville', 'AL'),
(70732, 237, 2381, 'Midland City', 'AL'),
(70733, 237, 2381, 'Midway', 'AL'),
(70734, 237, 2381, 'Millbrook', 'AL'),
(70735, 237, 2381, 'Millport', 'AL'),
(70736, 237, 2381, 'Millry', 'AL'),
(70737, 237, 2381, 'Mobile', 'AL'),
(70738, 237, 2381, 'Monroeville', 'AL'),
(70739, 237, 2381, 'Montevallo', 'AL'),
(70740, 237, 2381, 'Montgomery', 'AL'),
(70741, 237, 2381, 'Montrose', 'AL'),
(70742, 237, 2381, 'Moody', 'AL'),
(70743, 237, 2381, 'Morris', 'AL'),
(70744, 237, 2381, 'Moulton', 'AL'),
(70745, 237, 2381, 'Moundville', 'AL'),
(70746, 237, 2381, 'Mount Olive', 'AL'),
(70747, 237, 2381, 'Mount Vernon', 'AL'),
(70748, 237, 2381, 'Mulga', 'AL'),
(70749, 237, 2381, 'Munford', 'AL'),
(70750, 237, 2381, 'Muscle Shoals', 'AL'),
(70751, 237, 2381, 'Nauvoo', 'AL'),
(70752, 237, 2381, 'Needham', 'AL'),
(70753, 237, 2381, 'New Brockton', 'AL'),
(70754, 237, 2381, 'New Hope', 'AL'),
(70755, 237, 2381, 'New Market', 'AL'),
(70756, 237, 2381, 'Newton', 'AL'),
(70757, 237, 2381, 'Newville', 'AL'),
(70758, 237, 2381, 'Normal', 'AL'),
(70759, 237, 2381, 'Northport', 'AL'),
(70760, 237, 2381, 'Notasulga', 'AL'),
(70761, 237, 2381, 'Oakman', 'AL'),
(70762, 237, 2381, 'Odenville', 'AL'),
(70763, 237, 2381, 'Ohatchee', 'AL'),
(70764, 237, 2381, 'Oneonta', 'AL'),
(70765, 237, 2381, 'Opelika', 'AL'),
(70766, 237, 2381, 'Opp', 'AL'),
(70767, 237, 2381, 'Orange Beach', 'AL'),
(70768, 237, 2381, 'Owens Cross Roads', 'AL'),
(70769, 237, 2381, 'Oxford', 'AL'),
(70770, 237, 2381, 'Ozark', 'AL'),
(70771, 237, 2381, 'Parrish', 'AL'),
(70772, 237, 2381, 'Pelham', 'AL'),
(70773, 237, 2381, 'Pell City', 'AL'),
(70774, 237, 2381, 'Pennington', 'AL'),
(70775, 237, 2381, 'Perdido', 'AL'),
(70776, 237, 2381, 'Peterman', 'AL'),
(70777, 237, 2381, 'Phenix City', 'AL'),
(70778, 237, 2381, 'Phil Campbell', 'AL'),
(70779, 237, 2381, 'Piedmont', 'AL'),
(70780, 237, 2381, 'Pike Road', 'AL'),
(70781, 237, 2381, 'Pine Hill', 'AL'),
(70782, 237, 2381, 'Pinson', 'AL'),
(70783, 237, 2381, 'Pisgah', 'AL'),
(70784, 237, 2381, 'Pittsview', 'AL'),
(70785, 237, 2381, 'Plantersville', 'AL'),
(70786, 237, 2381, 'Pleasant Grove', 'AL'),
(70787, 237, 2381, 'Point Clear', 'AL'),
(70788, 237, 2381, 'Prattville', 'AL'),
(70789, 237, 2381, 'Ragland', 'AL'),
(70790, 237, 2381, 'Rainbow City', 'AL'),
(70791, 237, 2381, 'Rainsville', 'AL'),
(70792, 237, 2381, 'Ramer', 'AL'),
(70793, 237, 2381, 'Red Bay', 'AL'),
(70794, 237, 2381, 'Red Level', 'AL'),
(70795, 237, 2381, 'Reform', 'AL'),
(70796, 237, 2381, 'Remlap', 'AL'),
(70797, 237, 2381, 'Repton', 'AL'),
(70798, 237, 2381, 'Roanoke', 'AL'),
(70799, 237, 2381, 'Robertsdale', 'AL'),
(70800, 237, 2381, 'Rockford', 'AL'),
(70801, 237, 2381, 'Rogersville', 'AL'),
(70802, 237, 2381, 'Russellville', 'AL'),
(70803, 237, 2381, 'Salem', 'AL'),
(70804, 237, 2381, 'Samson', 'AL'),
(70805, 237, 2381, 'Saraland', 'AL'),
(70806, 237, 2381, 'Sardis', 'AL'),
(70807, 237, 2381, 'Satsuma', 'AL'),
(70808, 237, 2381, 'Sawyerville', 'AL'),
(70809, 237, 2381, 'Scottsboro', 'AL'),
(70810, 237, 2381, 'Section', 'AL'),
(70811, 237, 2381, 'Selma', 'AL'),
(70812, 237, 2381, 'Seminole', 'AL'),
(70813, 237, 2381, 'Semmes', 'AL'),
(70814, 237, 2381, 'Sheffield', 'AL'),
(70815, 237, 2381, 'Shelby', 'AL'),
(70816, 237, 2381, 'Shorter', 'AL'),
(70817, 237, 2381, 'Shorterville', 'AL'),
(70818, 237, 2381, 'Silas', 'AL'),
(70819, 237, 2381, 'Silverhill', 'AL'),
(70820, 237, 2381, 'Sipsey', 'AL'),
(70821, 237, 2381, 'Skipperville', 'AL'),
(70822, 237, 2381, 'Slocomb', 'AL'),
(70823, 237, 2381, 'Smiths', 'AL'),
(70824, 237, 2381, 'Somerville', 'AL'),
(70825, 237, 2381, 'Spanish Fort', 'AL'),
(70826, 237, 2381, 'Springville', 'AL'),
(70827, 237, 2381, 'Stapleton', 'AL'),
(70828, 237, 2381, 'Steele', 'AL'),
(70829, 237, 2381, 'Sterrett', 'AL'),
(70830, 237, 2381, 'Stevenson', 'AL'),
(70831, 237, 2381, 'Stockton', 'AL'),
(70832, 237, 2381, 'Sumiton', 'AL'),
(70833, 237, 2381, 'Summerdale', 'AL'),
(70834, 237, 2381, 'Sweet Water', 'AL'),
(70835, 237, 2381, 'Sycamore', 'AL'),
(70836, 237, 2381, 'Sylacauga', 'AL'),
(70837, 237, 2381, 'Sylvania', 'AL'),
(70838, 237, 2381, 'Talladega', 'AL'),
(70839, 237, 2381, 'Tallassee', 'AL'),
(70840, 237, 2381, 'Tanner', 'AL'),
(70841, 237, 2381, 'Theodore', 'AL'),
(70842, 237, 2381, 'Thomaston', 'AL'),
(70843, 237, 2381, 'Thomasville', 'AL'),
(70844, 237, 2381, 'Thorsby', 'AL'),
(70845, 237, 2381, 'Tibbie', 'AL'),
(70846, 237, 2381, 'Titus', 'AL'),
(70847, 237, 2381, 'Toney', 'AL'),
(70848, 237, 2381, 'Town Creek', 'AL'),
(70849, 237, 2381, 'Toxey', 'AL'),
(70850, 237, 2381, 'Trafford', 'AL'),
(70851, 237, 2381, 'Trinity', 'AL'),
(70852, 237, 2381, 'Troy', 'AL'),
(70853, 237, 2381, 'Trussville', 'AL'),
(70854, 237, 2381, 'Tuscaloosa', 'AL'),
(70855, 237, 2381, 'Tuscumbia', 'AL'),
(70856, 237, 2381, 'Tuskegee', 'AL'),
(70857, 237, 2381, 'Tyler', 'AL'),
(70858, 237, 2381, 'Union Grove', 'AL'),
(70859, 237, 2381, 'Union Springs', 'AL'),
(70860, 237, 2381, 'Uniontown', 'AL'),
(70861, 237, 2381, 'Uriah', 'AL'),
(70862, 237, 2381, 'Valhermoso Springs', 'AL'),
(70863, 237, 2381, 'Valley', 'AL'),
(70864, 237, 2381, 'Vance', 'AL'),
(70865, 237, 2381, 'Vandiver', 'AL'),
(70866, 237, 2381, 'Vina', 'AL'),
(70867, 237, 2381, 'Vincent', 'AL'),
(70868, 237, 2381, 'Vinemont', 'AL'),
(70869, 237, 2381, 'Wadley', 'AL'),
(70870, 237, 2381, 'Wagarville', 'AL'),
(70871, 237, 2381, 'Warrior', 'AL'),
(70872, 237, 2381, 'Waterloo', 'AL'),
(70873, 237, 2381, 'Waverly', 'AL'),
(70874, 237, 2381, 'Weaver', 'AL'),
(70875, 237, 2381, 'Wedowee', 'AL'),
(70876, 237, 2381, 'Wellington', 'AL'),
(70877, 237, 2381, 'West Blocton', 'AL'),
(70878, 237, 2381, 'Wetumpka', 'AL'),
(70879, 237, 2381, 'Whatley', 'AL'),
(70880, 237, 2381, 'Wilmer', 'AL'),
(70881, 237, 2381, 'Wilsonville', 'AL'),
(70882, 237, 2381, 'Winfield', 'AL'),
(70883, 237, 2381, 'Woodstock', 'AL'),
(70884, 237, 2381, 'Woodville', 'AL'),
(70885, 237, 2381, 'York', 'AL'),
(70886, 237, 2382, 'Adak', 'AK'),
(70887, 237, 2382, 'Akhiok', 'AK'),
(70888, 237, 2382, 'Anaktuvuk Pass', 'AK'),
(70889, 237, 2382, 'Anchor Point', 'AK'),
(70890, 237, 2382, 'Anchorage', 'AK'),
(70891, 237, 2382, 'Angoon', 'AK'),
(70892, 237, 2382, 'Atqasuk', 'AK'),
(70893, 237, 2382, 'Auke Bay', 'AK'),
(70894, 237, 2382, 'Barrow', 'AK'),
(70895, 237, 2382, 'Bell Island Hot Springs', 'AK'),
(70896, 237, 2382, 'Bethel', 'AK'),
(70897, 237, 2382, 'Big Lake', 'AK'),
(70898, 237, 2382, 'Chevak', 'AK'),
(70899, 237, 2382, 'Chugiak', 'AK'),
(70900, 237, 2382, 'City of Saint Michael', 'AK'),
(70901, 237, 2382, 'Coffman Cove', 'AK'),
(70902, 237, 2382, 'Cooper Landing', 'AK'),
(70903, 237, 2382, 'Copper Center', 'AK'),
(70904, 237, 2382, 'Cordova', 'AK'),
(70905, 237, 2382, 'Craig', 'AK'),
(70906, 237, 2382, 'Deltana', 'AK'),
(70907, 237, 2382, 'Dillingham', 'AK'),
(70908, 237, 2382, 'Douglas', 'AK'),
(70909, 237, 2382, 'Dutch Harbor', 'AK'),
(70910, 237, 2382, 'Eagle River', 'AK'),
(70911, 237, 2382, 'Eielson Air Force Base', 'AK'),
(70912, 237, 2382, 'Ester', 'AK'),
(70913, 237, 2382, 'Fairbanks', 'AK'),
(70914, 237, 2382, 'Fort Richardson', 'AK'),
(70915, 237, 2382, 'Galena', 'AK'),
(70916, 237, 2382, 'Girdwood', 'AK'),
(70917, 237, 2382, 'Goodnews Bay', 'AK'),
(70918, 237, 2382, 'Haines', 'AK'),
(70919, 237, 2382, 'Healy', 'AK'),
(70920, 237, 2382, 'Homer', 'AK'),
(70921, 237, 2382, 'Hooper Bay', 'AK'),
(70922, 237, 2382, 'Hope', 'AK'),
(70923, 237, 2382, 'Houston', 'AK'),
(70924, 237, 2382, 'Huslia', 'AK'),
(70925, 237, 2382, 'Iliamna', 'AK'),
(70926, 237, 2382, 'Juneau', 'AK'),
(70927, 237, 2382, 'Kake', 'AK'),
(70928, 237, 2382, 'Kaktovik', 'AK'),
(70929, 237, 2382, 'Kalskag', 'AK'),
(70930, 237, 2382, 'Kasilof', 'AK'),
(70931, 237, 2382, 'Kenai', 'AK'),
(70932, 237, 2382, 'Ketchikan', 'AK'),
(70933, 237, 2382, 'Kiana', 'AK'),
(70934, 237, 2382, 'King Salmon', 'AK'),
(70935, 237, 2382, 'King\'s Cove', 'AK'),
(70936, 237, 2382, 'Kipnuk', 'AK'),
(70937, 237, 2382, 'Kongiganak', 'AK'),
(70938, 237, 2382, 'Kotzebue', 'AK'),
(70939, 237, 2382, 'Levelock', 'AK'),
(70940, 237, 2382, 'Manokotak', 'AK'),
(70941, 237, 2382, 'May Creek', 'AK'),
(70942, 237, 2382, 'Mekoryuk', 'AK'),
(70943, 237, 2382, 'Metlakatla', 'AK'),
(70944, 237, 2382, 'Moose Pass', 'AK'),
(70945, 237, 2382, 'Mountain Village', 'AK'),
(70946, 237, 2382, 'Napakiak', 'AK'),
(70947, 237, 2382, 'Nazan Village', 'AK'),
(70948, 237, 2382, 'Nenana', 'AK'),
(70949, 237, 2382, 'New Stuyahok', 'AK'),
(70950, 237, 2382, 'Noatak', 'AK'),
(70951, 237, 2382, 'Nome', 'AK'),
(70952, 237, 2382, 'Noorvik', 'AK'),
(70953, 237, 2382, 'North Pole', 'AK'),
(70954, 237, 2382, 'Nulato', 'AK'),
(70955, 237, 2382, 'Nunam Iqua', 'AK'),
(70956, 237, 2382, 'Old Kotzebue', 'AK'),
(70957, 237, 2382, 'Palmer', 'AK'),
(70958, 237, 2382, 'Petersburg', 'AK'),
(70959, 237, 2382, 'Petersville', 'AK'),
(70960, 237, 2382, 'Pilot Station', 'AK'),
(70961, 237, 2382, 'Point Hope', 'AK'),
(70962, 237, 2382, 'Port Alexander', 'AK'),
(70963, 237, 2382, 'Port Alsworth', 'AK'),
(70964, 237, 2382, 'Port Moller', 'AK'),
(70965, 237, 2382, 'Prudhoe Bay', 'AK'),
(70966, 237, 2382, 'Quinhagak', 'AK'),
(70967, 237, 2382, 'Rampart', 'AK'),
(70968, 237, 2382, 'Saint George', 'AK'),
(70969, 237, 2382, 'Saint Paul', 'AK'),
(70970, 237, 2382, 'Savoonga', 'AK'),
(70971, 237, 2382, 'Scammon Bay', 'AK'),
(70972, 237, 2382, 'Selawik', 'AK'),
(70973, 237, 2382, 'Seldovia', 'AK'),
(70974, 237, 2382, 'Seward', 'AK'),
(70975, 237, 2382, 'Shaktoolik', 'AK'),
(70976, 237, 2382, 'Shishmaref', 'AK'),
(70977, 237, 2382, 'Shungnak', 'AK'),
(70978, 237, 2382, 'Sitka', 'AK'),
(70979, 237, 2382, 'Soldotna', 'AK'),
(70980, 237, 2382, 'St. Mary\'s', 'AK'),
(70981, 237, 2382, 'Sterling', 'AK'),
(70982, 237, 2382, 'Sutton', 'AK'),
(70983, 237, 2382, 'Teller', 'AK'),
(70984, 237, 2382, 'Thorne Bay', 'AK'),
(70985, 237, 2382, 'Togiak', 'AK'),
(70986, 237, 2382, 'Tok', 'AK'),
(70987, 237, 2382, 'Toksook Bay', 'AK'),
(70988, 237, 2382, 'Tyonek', 'AK'),
(70989, 237, 2382, 'Unalakleet', 'AK'),
(70990, 237, 2382, 'Valdez', 'AK'),
(70991, 237, 2382, 'Wainwright', 'AK'),
(70992, 237, 2382, 'Wales', 'AK'),
(70993, 237, 2382, 'Ward Cove', 'AK'),
(70994, 237, 2382, 'Wasilla', 'AK'),
(70995, 237, 2382, 'Whittier', 'AK'),
(70996, 237, 2382, 'Willow', 'AK'),
(70997, 237, 2382, 'Yakutat', 'AK'),
(70998, 237, 2383, 'Aguila', 'AZ'),
(70999, 237, 2383, 'Ajo', 'AZ'),
(71000, 237, 2383, 'Anthem', 'AZ'),
(71001, 237, 2383, 'Apache Junction', 'AZ'),
(71002, 237, 2383, 'Arivaca', 'AZ'),
(71003, 237, 2383, 'Arizona City', 'AZ'),
(71004, 237, 2383, 'Ash Fork', 'AZ'),
(71005, 237, 2383, 'Avondale', 'AZ'),
(71006, 237, 2383, 'Bagdad', 'AZ'),
(71007, 237, 2383, 'Benson', 'AZ'),
(71008, 237, 2383, 'Bisbee', 'AZ'),
(71009, 237, 2383, 'Black Canyon City', 'AZ'),
(71010, 237, 2383, 'Blue', 'AZ'),
(71011, 237, 2383, 'Bowie', 'AZ'),
(71012, 237, 2383, 'Buckeye', 'AZ'),
(71013, 237, 2383, 'Bullhead City', 'AZ'),
(71014, 237, 2383, 'Bylas', 'AZ'),
(71015, 237, 2383, 'Camp Verde', 'AZ'),
(71016, 237, 2383, 'Carefree', 'AZ'),
(71017, 237, 2383, 'Casa Grande', 'AZ'),
(71018, 237, 2383, 'Cashion', 'AZ'),
(71019, 237, 2383, 'Cave Creek', 'AZ'),
(71020, 237, 2383, 'Chambers', 'AZ'),
(71021, 237, 2383, 'Chandler', 'AZ'),
(71022, 237, 2383, 'Chinle', 'AZ'),
(71023, 237, 2383, 'Chino Valley', 'AZ'),
(71024, 237, 2383, 'Cibola', 'AZ'),
(71025, 237, 2383, 'Clarkdale', 'AZ'),
(71026, 237, 2383, 'Claypool', 'AZ'),
(71027, 237, 2383, 'Clifton', 'AZ'),
(71028, 237, 2383, 'Colorado City', 'AZ'),
(71029, 237, 2383, 'Concho', 'AZ'),
(71030, 237, 2383, 'Congress', 'AZ'),
(71031, 237, 2383, 'Coolidge', 'AZ'),
(71032, 237, 2383, 'Cornville', 'AZ'),
(71033, 237, 2383, 'Cottonwood', 'AZ'),
(71034, 237, 2383, 'Dateland', 'AZ'),
(71035, 237, 2383, 'Dennehotso', 'AZ'),
(71036, 237, 2383, 'Dewey', 'AZ'),
(71037, 237, 2383, 'Dolan Springs', 'AZ'),
(71038, 237, 2383, 'Douglas', 'AZ'),
(71039, 237, 2383, 'Duncan', 'AZ'),
(71040, 237, 2383, 'Eagar', 'AZ'),
(71041, 237, 2383, 'El Mirage', 'AZ'),
(71042, 237, 2383, 'Elfrida', 'AZ'),
(71043, 237, 2383, 'Elgin', 'AZ'),
(71044, 237, 2383, 'Eloy', 'AZ'),
(71045, 237, 2383, 'Flagstaff', 'AZ'),
(71046, 237, 2383, 'Florence', 'AZ'),
(71047, 237, 2383, 'Fort Defiance', 'AZ'),
(71048, 237, 2383, 'Fort Huachuaca', 'AZ'),
(71049, 237, 2383, 'Fort McDowell', 'AZ'),
(71050, 237, 2383, 'Fountain Hills', 'AZ'),
(71051, 237, 2383, 'Fredonia', 'AZ'),
(71052, 237, 2383, 'Ganado', 'AZ'),
(71053, 237, 2383, 'Gila Bend', 'AZ'),
(71054, 237, 2383, 'Gilbert', 'AZ'),
(71055, 237, 2383, 'Glendale', 'AZ'),
(71056, 237, 2383, 'Globe', 'AZ'),
(71057, 237, 2383, 'Gold Canyon', 'AZ'),
(71058, 237, 2383, 'Golden Valley', 'AZ'),
(71059, 237, 2383, 'Goodyear', 'AZ'),
(71060, 237, 2383, 'Grand Canyon', 'AZ'),
(71061, 237, 2383, 'Green Valley', 'AZ'),
(71062, 237, 2383, 'Hackberry', 'AZ'),
(71063, 237, 2383, 'Happy Jack', 'AZ'),
(71064, 237, 2383, 'Heber', 'AZ'),
(71065, 237, 2383, 'Hereford', 'AZ'),
(71066, 237, 2383, 'Higley', 'AZ'),
(71067, 237, 2383, 'Holbrook', 'AZ'),
(71068, 237, 2383, 'Houck', 'AZ'),
(71069, 237, 2383, 'Huachuca City', 'AZ'),
(71070, 237, 2383, 'Humboldt', 'AZ'),
(71071, 237, 2383, 'Joseph City', 'AZ'),
(71072, 237, 2383, 'Kayenta', 'AZ'),
(71073, 237, 2383, 'Keams Canyon', 'AZ'),
(71074, 237, 2383, 'Kearny', 'AZ'),
(71075, 237, 2383, 'Kingman', 'AZ'),
(71076, 237, 2383, 'Kirkland', 'AZ'),
(71077, 237, 2383, 'Kykotsmovi Village', 'AZ'),
(71078, 237, 2383, 'Lake Havasu City', 'AZ'),
(71079, 237, 2383, 'Lake Montezuma', 'AZ'),
(71080, 237, 2383, 'Laveen', 'AZ'),
(71081, 237, 2383, 'Litchfield Park', 'AZ'),
(71082, 237, 2383, 'Littlefield', 'AZ'),
(71083, 237, 2383, 'Lukachukai', 'AZ'),
(71084, 237, 2383, 'Many Farms', 'AZ'),
(71085, 237, 2383, 'Marana', 'AZ'),
(71086, 237, 2383, 'Maricopa', 'AZ'),
(71087, 237, 2383, 'Mayer', 'AZ'),
(71088, 237, 2383, 'McNary', 'AZ'),
(71089, 237, 2383, 'McNeal', 'AZ'),
(71090, 237, 2383, 'Meadview', 'AZ'),
(71091, 237, 2383, 'Mesa', 'AZ'),
(71092, 237, 2383, 'Miami', 'AZ'),
(71093, 237, 2383, 'Mohave Valley', 'AZ'),
(71094, 237, 2383, 'Morenci', 'AZ'),
(71095, 237, 2383, 'Morristown', 'AZ'),
(71096, 237, 2383, 'Munds Park', 'AZ'),
(71097, 237, 2383, 'Naco', 'AZ'),
(71098, 237, 2383, 'Nazlini', 'AZ'),
(71099, 237, 2383, 'New River', 'AZ'),
(71100, 237, 2383, 'Nogales', 'AZ'),
(71101, 237, 2383, 'Oatman', 'AZ'),
(71102, 237, 2383, 'Overgaard', 'AZ'),
(71103, 237, 2383, 'Page', 'AZ'),
(71104, 237, 2383, 'Paradise Valley', 'AZ'),
(71105, 237, 2383, 'Parker', 'AZ'),
(71106, 237, 2383, 'Paulden', 'AZ'),
(71107, 237, 2383, 'Payson', 'AZ'),
(71108, 237, 2383, 'Peach Springs', 'AZ'),
(71109, 237, 2383, 'Pearce', 'AZ'),
(71110, 237, 2383, 'Peoria', 'AZ'),
(71111, 237, 2383, 'Peridot', 'AZ'),
(71112, 237, 2383, 'Phoenix', 'AZ'),
(71113, 237, 2383, 'Pima', 'AZ'),
(71114, 237, 2383, 'Pine', 'AZ'),
(71115, 237, 2383, 'Pinetop-Lakeside', 'AZ'),
(71116, 237, 2383, 'Pinon', 'AZ'),
(71117, 237, 2383, 'Pirtleville', 'AZ'),
(71118, 237, 2383, 'Polacca', 'AZ'),
(71119, 237, 2383, 'Poston', 'AZ'),
(71120, 237, 2383, 'Prescott', 'AZ'),
(71121, 237, 2383, 'Prescott Valley', 'AZ'),
(71122, 237, 2383, 'Quartzsite', 'AZ'),
(71123, 237, 2383, 'Queen Creek', 'AZ'),
(71124, 237, 2383, 'Rimrock', 'AZ'),
(71125, 237, 2383, 'Rio Rico', 'AZ'),
(71126, 237, 2383, 'Rio Verde', 'AZ'),
(71127, 237, 2383, 'Rock Point', 'AZ'),
(71128, 237, 2383, 'Roll', 'AZ'),
(71129, 237, 2383, 'Roosevelt', 'AZ'),
(71130, 237, 2383, 'Safford', 'AZ'),
(71131, 237, 2383, 'Sahuarita', 'AZ'),
(71132, 237, 2383, 'Saint David', 'AZ'),
(71133, 237, 2383, 'Saint Johns', 'AZ'),
(71134, 237, 2383, 'Saint Michaels', 'AZ'),
(71135, 237, 2383, 'Salome', 'AZ'),
(71136, 237, 2383, 'San Carlos', 'AZ'),
(71137, 237, 2383, 'San Luis', 'AZ'),
(71138, 237, 2383, 'San Simon', 'AZ'),
(71139, 237, 2383, 'Sanders', 'AZ'),
(71140, 237, 2383, 'Scottsdale', 'AZ'),
(71141, 237, 2383, 'Sedona', 'AZ'),
(71142, 237, 2383, 'Seligman', 'AZ'),
(71143, 237, 2383, 'Shonto', 'AZ'),
(71144, 237, 2383, 'Show Low', 'AZ'),
(71145, 237, 2383, 'Sierra Vista', 'AZ'),
(71146, 237, 2383, 'Snowflake', 'AZ'),
(71147, 237, 2383, 'Somerton', 'AZ'),
(71148, 237, 2383, 'Sonoita', 'AZ'),
(71149, 237, 2383, 'Springerville', 'AZ'),
(71150, 237, 2383, 'Stanfield', 'AZ'),
(71151, 237, 2383, 'Sun City', 'AZ'),
(71152, 237, 2383, 'Sun City West', 'AZ'),
(71153, 237, 2383, 'Surprise', 'AZ'),
(71154, 237, 2383, 'Tacna', 'AZ'),
(71155, 237, 2383, 'Taylor', 'AZ'),
(71156, 237, 2383, 'Teec Nos Pos', 'AZ'),
(71157, 237, 2383, 'Tempe', 'AZ'),
(71158, 237, 2383, 'Thatcher', 'AZ'),
(71159, 237, 2383, 'Tolleson', 'AZ'),
(71160, 237, 2383, 'Tombstone', 'AZ'),
(71161, 237, 2383, 'Tonopah', 'AZ'),
(71162, 237, 2383, 'Tonto Basin', 'AZ'),
(71163, 237, 2383, 'Topock', 'AZ'),
(71164, 237, 2383, 'Tsaile', 'AZ'),
(71165, 237, 2383, 'Tuba City', 'AZ'),
(71166, 237, 2383, 'Tubac', 'AZ'),
(71167, 237, 2383, 'Tucson', 'AZ'),
(71168, 237, 2383, 'Tumacacori', 'AZ'),
(71169, 237, 2383, 'Vernon', 'AZ'),
(71170, 237, 2383, 'Waddell', 'AZ'),
(71171, 237, 2383, 'Wellton', 'AZ'),
(71172, 237, 2383, 'Wenden', 'AZ'),
(71173, 237, 2383, 'Whiteriver', 'AZ'),
(71174, 237, 2383, 'Wickenburg', 'AZ'),
(71175, 237, 2383, 'Wikieup', 'AZ'),
(71176, 237, 2383, 'Willcox', 'AZ'),
(71177, 237, 2383, 'Williams', 'AZ'),
(71178, 237, 2383, 'Window Rock', 'AZ'),
(71179, 237, 2383, 'Winslow', 'AZ'),
(71180, 237, 2383, 'Wittmann', 'AZ'),
(71181, 237, 2383, 'Woodruff', 'AZ'),
(71182, 237, 2383, 'Young', 'AZ'),
(71183, 237, 2383, 'Youngtown', 'AZ'),
(71184, 237, 2383, 'Yuma', 'AZ'),
(71185, 237, 2384, 'Adona', 'AR'),
(71186, 237, 2384, 'Alexander', 'AR'),
(71187, 237, 2384, 'Alicia', 'AR'),
(71188, 237, 2384, 'Alma', 'AR'),
(71189, 237, 2384, 'Almyra', 'AR'),
(71190, 237, 2384, 'Alpena', 'AR'),
(71191, 237, 2384, 'Amity', 'AR'),
(71192, 237, 2384, 'Arkadelphia', 'AR'),
(71193, 237, 2384, 'Arkansas City', 'AR'),
(71194, 237, 2384, 'Ash Flat', 'AR'),
(71195, 237, 2384, 'Ashdown', 'AR'),
(71196, 237, 2384, 'Atkins', 'AR'),
(71197, 237, 2384, 'Aubrey', 'AR'),
(71198, 237, 2384, 'Augusta', 'AR'),
(71199, 237, 2384, 'Austin', 'AR'),
(71200, 237, 2384, 'Bald Knob', 'AR'),
(71201, 237, 2384, 'Banks', 'AR'),
(71202, 237, 2384, 'Barling', 'AR'),
(71203, 237, 2384, 'Batesville', 'AR'),
(71204, 237, 2384, 'Bauxite', 'AR'),
(71205, 237, 2384, 'Bay', 'AR'),
(71206, 237, 2384, 'Bearden', 'AR'),
(71207, 237, 2384, 'Bee Branch', 'AR'),
(71208, 237, 2384, 'Beebe', 'AR'),
(71209, 237, 2384, 'Bella Vista', 'AR'),
(71210, 237, 2384, 'Belleville', 'AR'),
(71211, 237, 2384, 'Benton', 'AR'),
(71212, 237, 2384, 'Bentonville', 'AR'),
(71213, 237, 2384, 'Berryville', 'AR'),
(71214, 237, 2384, 'Bigelow', 'AR'),
(71215, 237, 2384, 'Biggers', 'AR'),
(71216, 237, 2384, 'Bismarck', 'AR'),
(71217, 237, 2384, 'Black Oak', 'AR'),
(71218, 237, 2384, 'Black Rock', 'AR'),
(71219, 237, 2384, 'Blytheville', 'AR'),
(71220, 237, 2384, 'Bonnerdale', 'AR'),
(71221, 237, 2384, 'Bono', 'AR'),
(71222, 237, 2384, 'Booneville', 'AR'),
(71223, 237, 2384, 'Bradford', 'AR'),
(71224, 237, 2384, 'Bradley', 'AR'),
(71225, 237, 2384, 'Branch', 'AR'),
(71226, 237, 2384, 'Brinkley', 'AR'),
(71227, 237, 2384, 'Brookland', 'AR'),
(71228, 237, 2384, 'Bryant', 'AR'),
(71229, 237, 2384, 'Bull Shoals', 'AR'),
(71230, 237, 2384, 'Cabot', 'AR'),
(71231, 237, 2384, 'Caddo Gap', 'AR'),
(71232, 237, 2384, 'Calico Rock', 'AR'),
(71233, 237, 2384, 'Camden', 'AR'),
(71234, 237, 2384, 'Canehill', 'AR'),
(71235, 237, 2384, 'Carlisle', 'AR'),
(71236, 237, 2384, 'Casa', 'AR'),
(71237, 237, 2384, 'Cave City', 'AR'),
(71238, 237, 2384, 'Cave Springs', 'AR'),
(71239, 237, 2384, 'Cedarville', 'AR'),
(71240, 237, 2384, 'Center Ridge', 'AR'),
(71241, 237, 2384, 'Centerton', 'AR'),
(71242, 237, 2384, 'Charleston', 'AR'),
(71243, 237, 2384, 'Cherokee Village', 'AR'),
(71244, 237, 2384, 'Clarksville', 'AR'),
(71245, 237, 2384, 'Clinton', 'AR'),
(71246, 237, 2384, 'Colt', 'AR'),
(71247, 237, 2384, 'Conway', 'AR'),
(71248, 237, 2384, 'Corning', 'AR'),
(71249, 237, 2384, 'Cotter', 'AR'),
(71250, 237, 2384, 'Cove', 'AR'),
(71251, 237, 2384, 'Crawfordsville', 'AR'),
(71252, 237, 2384, 'Crossett', 'AR'),
(71253, 237, 2384, 'Damascus', 'AR'),
(71254, 237, 2384, 'Danville', 'AR'),
(71255, 237, 2384, 'Dardanelle', 'AR'),
(71256, 237, 2384, 'De Queen', 'AR'),
(71257, 237, 2384, 'De Valls Bluff', 'AR'),
(71258, 237, 2384, 'De Witt', 'AR'),
(71259, 237, 2384, 'Decatur', 'AR'),
(71260, 237, 2384, 'Delaplaine', 'AR'),
(71261, 237, 2384, 'Delight', 'AR'),
(71262, 237, 2384, 'Dermott', 'AR'),
(71263, 237, 2384, 'Des Arc', 'AR'),
(71264, 237, 2384, 'Dierks', 'AR'),
(71265, 237, 2384, 'Doddridge', 'AR'),
(71266, 237, 2384, 'Donaldson', 'AR');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(71267, 237, 2384, 'Dover', 'AR'),
(71268, 237, 2384, 'Dyess', 'AR'),
(71269, 237, 2384, 'Edgemont', 'AR'),
(71270, 237, 2384, 'Edmondson', 'AR'),
(71271, 237, 2384, 'El Dorado', 'AR'),
(71272, 237, 2384, 'El Paso', 'AR'),
(71273, 237, 2384, 'Elaine', 'AR'),
(71274, 237, 2384, 'Elizabeth', 'AR'),
(71275, 237, 2384, 'Elkins', 'AR'),
(71276, 237, 2384, 'Emerson', 'AR'),
(71277, 237, 2384, 'England', 'AR'),
(71278, 237, 2384, 'Enola', 'AR'),
(71279, 237, 2384, 'Eudora', 'AR'),
(71280, 237, 2384, 'Eureka Springs', 'AR'),
(71281, 237, 2384, 'Evansville', 'AR'),
(71282, 237, 2384, 'Evening Shade', 'AR'),
(71283, 237, 2384, 'Everton', 'AR'),
(71284, 237, 2384, 'Fairfield Bay', 'AR'),
(71285, 237, 2384, 'Farmington', 'AR'),
(71286, 237, 2384, 'Fayetteville', 'AR'),
(71287, 237, 2384, 'Flippin', 'AR'),
(71288, 237, 2384, 'Fordyce', 'AR'),
(71289, 237, 2384, 'Foreman', 'AR'),
(71290, 237, 2384, 'Forrest City', 'AR'),
(71291, 237, 2384, 'Fort Smith', 'AR'),
(71292, 237, 2384, 'Fouke', 'AR'),
(71293, 237, 2384, 'Franklin', 'AR'),
(71294, 237, 2384, 'Fulton', 'AR'),
(71295, 237, 2384, 'Garfield', 'AR'),
(71296, 237, 2384, 'Gassville', 'AR'),
(71297, 237, 2384, 'Gentry', 'AR'),
(71298, 237, 2384, 'Gillett', 'AR'),
(71299, 237, 2384, 'Glencoe', 'AR'),
(71300, 237, 2384, 'Glenwood', 'AR'),
(71301, 237, 2384, 'Grannis', 'AR'),
(71302, 237, 2384, 'Grapevine', 'AR'),
(71303, 237, 2384, 'Gravette', 'AR'),
(71304, 237, 2384, 'Green Forest', 'AR'),
(71305, 237, 2384, 'Greenbrier', 'AR'),
(71306, 237, 2384, 'Greenwood', 'AR'),
(71307, 237, 2384, 'Gurdon', 'AR'),
(71308, 237, 2384, 'Guy', 'AR'),
(71309, 237, 2384, 'Hackett', 'AR'),
(71310, 237, 2384, 'Hamburg', 'AR'),
(71311, 237, 2384, 'Hampton', 'AR'),
(71312, 237, 2384, 'Hardy', 'AR'),
(71313, 237, 2384, 'Harrell', 'AR'),
(71314, 237, 2384, 'Harriet', 'AR'),
(71315, 237, 2384, 'Harrisburg', 'AR'),
(71316, 237, 2384, 'Harrison', 'AR'),
(71317, 237, 2384, 'Hartman', 'AR'),
(71318, 237, 2384, 'Harvey', 'AR'),
(71319, 237, 2384, 'Hatfield', 'AR'),
(71320, 237, 2384, 'Hattieville', 'AR'),
(71321, 237, 2384, 'Hazen', 'AR'),
(71322, 237, 2384, 'Heber Springs', 'AR'),
(71323, 237, 2384, 'Helena', 'AR'),
(71324, 237, 2384, 'Hensley', 'AR'),
(71325, 237, 2384, 'Hermitage', 'AR'),
(71326, 237, 2384, 'Heth', 'AR'),
(71327, 237, 2384, 'Higden', 'AR'),
(71328, 237, 2384, 'Hindsville', 'AR'),
(71329, 237, 2384, 'Hope', 'AR'),
(71330, 237, 2384, 'Horatio', 'AR'),
(71331, 237, 2384, 'Horseshoe Bend', 'AR'),
(71332, 237, 2384, 'Hot Springs National Park', 'AR'),
(71333, 237, 2384, 'Hot Springs Village', 'AR'),
(71334, 237, 2384, 'Houston', 'AR'),
(71335, 237, 2384, 'Hoxie', 'AR'),
(71336, 237, 2384, 'Hughes', 'AR'),
(71337, 237, 2384, 'Huntington', 'AR'),
(71338, 237, 2384, 'Huntsville', 'AR'),
(71339, 237, 2384, 'Imboden', 'AR'),
(71340, 237, 2384, 'Jacksonville', 'AR'),
(71341, 237, 2384, 'Jasper', 'AR'),
(71342, 237, 2384, 'Jersey', 'AR'),
(71343, 237, 2384, 'Jonesboro', 'AR'),
(71344, 237, 2384, 'Judsonia', 'AR'),
(71345, 237, 2384, 'Keiser', 'AR'),
(71346, 237, 2384, 'Kingston', 'AR'),
(71347, 237, 2384, 'Lake City', 'AR'),
(71348, 237, 2384, 'Lake Village', 'AR'),
(71349, 237, 2384, 'Lakeview', 'AR'),
(71350, 237, 2384, 'Lamar', 'AR'),
(71351, 237, 2384, 'Lavaca', 'AR'),
(71352, 237, 2384, 'Leachville', 'AR'),
(71353, 237, 2384, 'Lead Hill', 'AR'),
(71354, 237, 2384, 'Leola', 'AR'),
(71355, 237, 2384, 'Lepanto', 'AR'),
(71356, 237, 2384, 'Leslie', 'AR'),
(71357, 237, 2384, 'Lewisville', 'AR'),
(71358, 237, 2384, 'Lexa', 'AR'),
(71359, 237, 2384, 'Lincoln', 'AR'),
(71360, 237, 2384, 'Little Rock', 'AR'),
(71361, 237, 2384, 'Little Rock Air Force Base', 'AR'),
(71362, 237, 2384, 'Lockesburg', 'AR'),
(71363, 237, 2384, 'London', 'AR'),
(71364, 237, 2384, 'Lonoke', 'AR'),
(71365, 237, 2384, 'Lowell', 'AR'),
(71366, 237, 2384, 'Luxora', 'AR'),
(71367, 237, 2384, 'Mabelvale', 'AR'),
(71368, 237, 2384, 'Magazine', 'AR'),
(71369, 237, 2384, 'Magnolia', 'AR'),
(71370, 237, 2384, 'Malvern', 'AR'),
(71371, 237, 2384, 'Mammoth Spring', 'AR'),
(71372, 237, 2384, 'Manila', 'AR'),
(71373, 237, 2384, 'Marianna', 'AR'),
(71374, 237, 2384, 'Marion', 'AR'),
(71375, 237, 2384, 'Marked Tree', 'AR'),
(71376, 237, 2384, 'Marmaduke', 'AR'),
(71377, 237, 2384, 'Marshall', 'AR'),
(71378, 237, 2384, 'Marvell', 'AR'),
(71379, 237, 2384, 'Maumelle', 'AR'),
(71380, 237, 2384, 'Mayflower', 'AR'),
(71381, 237, 2384, 'McGehee', 'AR'),
(71382, 237, 2384, 'Melbourne', 'AR'),
(71383, 237, 2384, 'Mena', 'AR'),
(71384, 237, 2384, 'Midland', 'AR'),
(71385, 237, 2384, 'Midway', 'AR'),
(71386, 237, 2384, 'Mineral Springs', 'AR'),
(71387, 237, 2384, 'Monette', 'AR'),
(71388, 237, 2384, 'Monticello', 'AR'),
(71389, 237, 2384, 'Montrose', 'AR'),
(71390, 237, 2384, 'Morrilton', 'AR'),
(71391, 237, 2384, 'Morrow', 'AR'),
(71392, 237, 2384, 'Mount Ida', 'AR'),
(71393, 237, 2384, 'Mount Vernon', 'AR'),
(71394, 237, 2384, 'Mountain Home', 'AR'),
(71395, 237, 2384, 'Mountain Pine', 'AR'),
(71396, 237, 2384, 'Mountain View', 'AR'),
(71397, 237, 2384, 'Mountainburg', 'AR'),
(71398, 237, 2384, 'Mulberry', 'AR'),
(71399, 237, 2384, 'Murfreesboro', 'AR'),
(71400, 237, 2384, 'Nashville', 'AR'),
(71401, 237, 2384, 'New Edinburg', 'AR'),
(71402, 237, 2384, 'Newark', 'AR'),
(71403, 237, 2384, 'Newport', 'AR'),
(71404, 237, 2384, 'Norfork', 'AR'),
(71405, 237, 2384, 'Norman', 'AR'),
(71406, 237, 2384, 'North Little Rock', 'AR'),
(71407, 237, 2384, 'Ola', 'AR'),
(71408, 237, 2384, 'Omaha', 'AR'),
(71409, 237, 2384, 'Osceola', 'AR'),
(71410, 237, 2384, 'Oxford', 'AR'),
(71411, 237, 2384, 'Ozan', 'AR'),
(71412, 237, 2384, 'Ozark', 'AR'),
(71413, 237, 2384, 'Ozone', 'AR'),
(71414, 237, 2384, 'Palestine', 'AR'),
(71415, 237, 2384, 'Pangburn', 'AR'),
(71416, 237, 2384, 'Paragould', 'AR'),
(71417, 237, 2384, 'Paris', 'AR'),
(71418, 237, 2384, 'Pea Ridge', 'AR'),
(71419, 237, 2384, 'Pearcy', 'AR'),
(71420, 237, 2384, 'Peel', 'AR'),
(71421, 237, 2384, 'Perry', 'AR'),
(71422, 237, 2384, 'Perryville', 'AR'),
(71423, 237, 2384, 'Piggott', 'AR'),
(71424, 237, 2384, 'Pine Bluff', 'AR'),
(71425, 237, 2384, 'Plainview', 'AR'),
(71426, 237, 2384, 'Plumerville', 'AR'),
(71427, 237, 2384, 'Pocahontas', 'AR'),
(71428, 237, 2384, 'Portia', 'AR'),
(71429, 237, 2384, 'Portland', 'AR'),
(71430, 237, 2384, 'Pottsville', 'AR'),
(71431, 237, 2384, 'Powhatan', 'AR'),
(71432, 237, 2384, 'Prairie Grove', 'AR'),
(71433, 237, 2384, 'Prescott', 'AR'),
(71434, 237, 2384, 'Prim', 'AR'),
(71435, 237, 2384, 'Quitman', 'AR'),
(71436, 237, 2384, 'Ratcliff', 'AR'),
(71437, 237, 2384, 'Ravenden', 'AR'),
(71438, 237, 2384, 'Rector', 'AR'),
(71439, 237, 2384, 'Redfield', 'AR'),
(71440, 237, 2384, 'Rison', 'AR'),
(71441, 237, 2384, 'Rogers', 'AR'),
(71442, 237, 2384, 'Roland', 'AR'),
(71443, 237, 2384, 'Rose Bud', 'AR'),
(71444, 237, 2384, 'Rover', 'AR'),
(71445, 237, 2384, 'Royal', 'AR'),
(71446, 237, 2384, 'Russellville', 'AR'),
(71447, 237, 2384, 'Saint Charles', 'AR'),
(71448, 237, 2384, 'Salem', 'AR'),
(71449, 237, 2384, 'Saratoga', 'AR'),
(71450, 237, 2384, 'Scott', 'AR'),
(71451, 237, 2384, 'Scranton', 'AR'),
(71452, 237, 2384, 'Searcy', 'AR'),
(71453, 237, 2384, 'Sheridan', 'AR'),
(71454, 237, 2384, 'Sherwood', 'AR'),
(71455, 237, 2384, 'Shirley', 'AR'),
(71456, 237, 2384, 'Siloam Springs', 'AR'),
(71457, 237, 2384, 'Smackover', 'AR'),
(71458, 237, 2384, 'Smithville', 'AR'),
(71459, 237, 2384, 'Sparkman', 'AR'),
(71460, 237, 2384, 'Springdale', 'AR'),
(71461, 237, 2384, 'Star City', 'AR'),
(71462, 237, 2384, 'State University', 'AR'),
(71463, 237, 2384, 'Stephens', 'AR'),
(71464, 237, 2384, 'Strong', 'AR'),
(71465, 237, 2384, 'Sturkie', 'AR'),
(71466, 237, 2384, 'Stuttgart', 'AR'),
(71467, 237, 2384, 'Subiaco', 'AR'),
(71468, 237, 2384, 'Sulphur Rock', 'AR'),
(71469, 237, 2384, 'Sulphur Springs', 'AR'),
(71470, 237, 2384, 'Summers', 'AR'),
(71471, 237, 2384, 'Summit', 'AR'),
(71472, 237, 2384, 'Taylor', 'AR'),
(71473, 237, 2384, 'Texarkana', 'AR'),
(71474, 237, 2384, 'Timbo', 'AR'),
(71475, 237, 2384, 'Tontitown', 'AR'),
(71476, 237, 2384, 'Traskwood', 'AR'),
(71477, 237, 2384, 'Trumann', 'AR'),
(71478, 237, 2384, 'Tucker', 'AR'),
(71479, 237, 2384, 'Tuckerman', 'AR'),
(71480, 237, 2384, 'Tumbling Shoals', 'AR'),
(71481, 237, 2384, 'Umpire', 'AR'),
(71482, 237, 2384, 'Valley Springs', 'AR'),
(71483, 237, 2384, 'Van Buren', 'AR'),
(71484, 237, 2384, 'Vandervoort', 'AR'),
(71485, 237, 2384, 'Vilonia', 'AR'),
(71486, 237, 2384, 'Waldron', 'AR'),
(71487, 237, 2384, 'Walnut Ridge', 'AR'),
(71488, 237, 2384, 'Ward', 'AR'),
(71489, 237, 2384, 'Warren', 'AR'),
(71490, 237, 2384, 'Washington', 'AR'),
(71491, 237, 2384, 'Weiner', 'AR'),
(71492, 237, 2384, 'Wesley', 'AR'),
(71493, 237, 2384, 'West Fork', 'AR'),
(71494, 237, 2384, 'West Helena', 'AR'),
(71495, 237, 2384, 'West Memphis', 'AR'),
(71496, 237, 2384, 'Western Grove', 'AR'),
(71497, 237, 2384, 'White Hall', 'AR'),
(71498, 237, 2384, 'Wickes', 'AR'),
(71499, 237, 2384, 'Wilmar', 'AR'),
(71500, 237, 2384, 'Wilson', 'AR'),
(71501, 237, 2384, 'Winslow', 'AR'),
(71502, 237, 2384, 'Wynne', 'AR'),
(71503, 237, 2384, 'Yellville', 'AR'),
(71504, 237, 2385, 'Acampo', 'CA'),
(71505, 237, 2385, 'Acton', 'CA'),
(71506, 237, 2385, 'Adelanto', 'CA'),
(71507, 237, 2385, 'Adin', 'CA'),
(71508, 237, 2385, 'Agoura Hills', 'CA'),
(71509, 237, 2385, 'Aguanga', 'CA'),
(71510, 237, 2385, 'Ahwahnee', 'CA'),
(71511, 237, 2385, 'Alameda', 'CA'),
(71512, 237, 2385, 'Alamo', 'CA'),
(71513, 237, 2385, 'Albany', 'CA'),
(71514, 237, 2385, 'Albion', 'CA'),
(71515, 237, 2385, 'Alhambra', 'CA'),
(71516, 237, 2385, 'Aliso Viejo', 'CA'),
(71517, 237, 2385, 'Alpaugh', 'CA'),
(71518, 237, 2385, 'Alpine', 'CA'),
(71519, 237, 2385, 'Alta', 'CA'),
(71520, 237, 2385, 'Altadena', 'CA'),
(71521, 237, 2385, 'Altaville', 'CA'),
(71522, 237, 2385, 'Alturas', 'CA'),
(71523, 237, 2385, 'Alviso', 'CA'),
(71524, 237, 2385, 'Amador City', 'CA'),
(71525, 237, 2385, 'American Canyon', 'CA'),
(71526, 237, 2385, 'Anaheim', 'CA'),
(71527, 237, 2385, 'Anderson', 'CA'),
(71528, 237, 2385, 'Angelus Oaks', 'CA'),
(71529, 237, 2385, 'Angwin', 'CA'),
(71530, 237, 2385, 'Antelope', 'CA'),
(71531, 237, 2385, 'Antioch', 'CA'),
(71532, 237, 2385, 'Anza', 'CA'),
(71533, 237, 2385, 'Apple Valley', 'CA'),
(71534, 237, 2385, 'Applegate', 'CA'),
(71535, 237, 2385, 'Aptos', 'CA'),
(71536, 237, 2385, 'Arbuckle', 'CA'),
(71537, 237, 2385, 'Arcadia', 'CA'),
(71538, 237, 2385, 'Arcata', 'CA'),
(71539, 237, 2385, 'Armona', 'CA'),
(71540, 237, 2385, 'Arnold', 'CA'),
(71541, 237, 2385, 'Aromas', 'CA'),
(71542, 237, 2385, 'Arroyo Grande', 'CA'),
(71543, 237, 2385, 'Artesia', 'CA'),
(71544, 237, 2385, 'Arvin', 'CA'),
(71545, 237, 2385, 'Ash Hill', 'CA'),
(71546, 237, 2385, 'Atascadero', 'CA'),
(71547, 237, 2385, 'Atherton', 'CA'),
(71548, 237, 2385, 'Atwater', 'CA'),
(71549, 237, 2385, 'Auberry', 'CA'),
(71550, 237, 2385, 'Auburn', 'CA'),
(71551, 237, 2385, 'Avalon', 'CA'),
(71552, 237, 2385, 'Avenal', 'CA'),
(71553, 237, 2385, 'Avery', 'CA'),
(71554, 237, 2385, 'Avila Beach', 'CA'),
(71555, 237, 2385, 'Azusa', 'CA'),
(71556, 237, 2385, 'Bakersfield', 'CA'),
(71557, 237, 2385, 'Baldwin Park', 'CA'),
(71558, 237, 2385, 'Ballico', 'CA'),
(71559, 237, 2385, 'Bangor', 'CA'),
(71560, 237, 2385, 'Banning', 'CA'),
(71561, 237, 2385, 'Barstow', 'CA'),
(71562, 237, 2385, 'Bayside', 'CA'),
(71563, 237, 2385, 'Beaumont', 'CA'),
(71564, 237, 2385, 'Beckwourth', 'CA'),
(71565, 237, 2385, 'Bell', 'CA'),
(71566, 237, 2385, 'Bella Vista', 'CA'),
(71567, 237, 2385, 'Bellflower', 'CA'),
(71568, 237, 2385, 'Belmont', 'CA'),
(71569, 237, 2385, 'Ben Lomond', 'CA'),
(71570, 237, 2385, 'Benicia', 'CA'),
(71571, 237, 2385, 'Berkeley', 'CA'),
(71572, 237, 2385, 'Bethel Island', 'CA'),
(71573, 237, 2385, 'Beverly Hills', 'CA'),
(71574, 237, 2385, 'Big Bear', 'CA'),
(71575, 237, 2385, 'Big Bear Lake', 'CA'),
(71576, 237, 2385, 'Big Pine', 'CA'),
(71577, 237, 2385, 'Big Sur', 'CA'),
(71578, 237, 2385, 'Biggs', 'CA'),
(71579, 237, 2385, 'Birds Landing', 'CA'),
(71580, 237, 2385, 'Bishop', 'CA'),
(71581, 237, 2385, 'Bloomington', 'CA'),
(71582, 237, 2385, 'Blue Jay', 'CA'),
(71583, 237, 2385, 'Blue Lake', 'CA'),
(71584, 237, 2385, 'Blythe', 'CA'),
(71585, 237, 2385, 'Bodega', 'CA'),
(71586, 237, 2385, 'Bodega Bay', 'CA'),
(71587, 237, 2385, 'Bodfish', 'CA'),
(71588, 237, 2385, 'Bolinas', 'CA'),
(71589, 237, 2385, 'Bonita', 'CA'),
(71590, 237, 2385, 'Bonsall', 'CA'),
(71591, 237, 2385, 'Boonville', 'CA'),
(71592, 237, 2385, 'Boron', 'CA'),
(71593, 237, 2385, 'Borrego Springs', 'CA'),
(71594, 237, 2385, 'Boulder Creek', 'CA'),
(71595, 237, 2385, 'Boulevard', 'CA'),
(71596, 237, 2385, 'Bradley', 'CA'),
(71597, 237, 2385, 'Brawley', 'CA'),
(71598, 237, 2385, 'Brea', 'CA'),
(71599, 237, 2385, 'Brentwood', 'CA'),
(71600, 237, 2385, 'Bridgeport', 'CA'),
(71601, 237, 2385, 'Bridgeville', 'CA'),
(71602, 237, 2385, 'Brisbane', 'CA'),
(71603, 237, 2385, 'Brookdale', 'CA'),
(71604, 237, 2385, 'Brooks', 'CA'),
(71605, 237, 2385, 'Browns Valley', 'CA'),
(71606, 237, 2385, 'Buellton', 'CA'),
(71607, 237, 2385, 'Buena Park', 'CA'),
(71608, 237, 2385, 'Burbank', 'CA'),
(71609, 237, 2385, 'Burlingame', 'CA'),
(71610, 237, 2385, 'Burney', 'CA'),
(71611, 237, 2385, 'Burnt Ranch', 'CA'),
(71612, 237, 2385, 'Byron', 'CA'),
(71613, 237, 2385, 'Cabazon', 'CA'),
(71614, 237, 2385, 'Calabasas', 'CA'),
(71615, 237, 2385, 'Calexico', 'CA'),
(71616, 237, 2385, 'Caliente', 'CA'),
(71617, 237, 2385, 'California City', 'CA'),
(71618, 237, 2385, 'California Hot Springs', 'CA'),
(71619, 237, 2385, 'Calimesa', 'CA'),
(71620, 237, 2385, 'Calistoga', 'CA'),
(71621, 237, 2385, 'Camarillo', 'CA'),
(71622, 237, 2385, 'Cambria', 'CA'),
(71623, 237, 2385, 'Camino', 'CA'),
(71624, 237, 2385, 'Camp Nelson', 'CA'),
(71625, 237, 2385, 'Campbell', 'CA'),
(71626, 237, 2385, 'Canby', 'CA'),
(71627, 237, 2385, 'Canoga Park', 'CA'),
(71628, 237, 2385, 'Canyon Country', 'CA'),
(71629, 237, 2385, 'Capay', 'CA'),
(71630, 237, 2385, 'Capistrano Beach', 'CA'),
(71631, 237, 2385, 'Capitola', 'CA'),
(71632, 237, 2385, 'Carlotta', 'CA'),
(71633, 237, 2385, 'Carlsbad', 'CA'),
(71634, 237, 2385, 'Carmel', 'CA'),
(71635, 237, 2385, 'Carmel Valley', 'CA'),
(71636, 237, 2385, 'Carmichael', 'CA'),
(71637, 237, 2385, 'Carnelian Bay', 'CA'),
(71638, 237, 2385, 'Carpinteria', 'CA'),
(71639, 237, 2385, 'Carson', 'CA'),
(71640, 237, 2385, 'Caruthers', 'CA'),
(71641, 237, 2385, 'Castaic', 'CA'),
(71642, 237, 2385, 'Castro Valley', 'CA'),
(71643, 237, 2385, 'Castroville', 'CA'),
(71644, 237, 2385, 'Cathedral City', 'CA'),
(71645, 237, 2385, 'Catheys Valley', 'CA'),
(71646, 237, 2385, 'Cayucos', 'CA'),
(71647, 237, 2385, 'Cazadero', 'CA'),
(71648, 237, 2385, 'Cedar Ridge', 'CA'),
(71649, 237, 2385, 'Cedarville', 'CA'),
(71650, 237, 2385, 'Ceres', 'CA'),
(71651, 237, 2385, 'Cerritos', 'CA'),
(71652, 237, 2385, 'Chatsworth', 'CA'),
(71653, 237, 2385, 'Chester', 'CA'),
(71654, 237, 2385, 'Chico', 'CA'),
(71655, 237, 2385, 'Chilcoot', 'CA'),
(71656, 237, 2385, 'Chinese Camp', 'CA'),
(71657, 237, 2385, 'Chino', 'CA'),
(71658, 237, 2385, 'Chino Hills', 'CA'),
(71659, 237, 2385, 'Chowchilla', 'CA'),
(71660, 237, 2385, 'Chualar', 'CA'),
(71661, 237, 2385, 'Chula Vista', 'CA'),
(71662, 237, 2385, 'Citrus Heights', 'CA'),
(71663, 237, 2385, 'City of Angels', 'CA'),
(71664, 237, 2385, 'City of Industry', 'CA'),
(71665, 237, 2385, 'Claremont', 'CA'),
(71666, 237, 2385, 'Clarksburg', 'CA'),
(71667, 237, 2385, 'Clayton', 'CA'),
(71668, 237, 2385, 'Clearlake', 'CA'),
(71669, 237, 2385, 'Clearlake Oaks', 'CA'),
(71670, 237, 2385, 'Clio', 'CA'),
(71671, 237, 2385, 'Cloverdale', 'CA'),
(71672, 237, 2385, 'Clovis', 'CA'),
(71673, 237, 2385, 'Coachella', 'CA'),
(71674, 237, 2385, 'Coalinga', 'CA'),
(71675, 237, 2385, 'Coarsegold', 'CA'),
(71676, 237, 2385, 'Cobb', 'CA'),
(71677, 237, 2385, 'Cold Springs', 'CA'),
(71678, 237, 2385, 'Colfax', 'CA'),
(71679, 237, 2385, 'Coloma', 'CA'),
(71680, 237, 2385, 'Colton', 'CA'),
(71681, 237, 2385, 'Columbia', 'CA'),
(71682, 237, 2385, 'Colusa', 'CA'),
(71683, 237, 2385, 'Comptche', 'CA'),
(71684, 237, 2385, 'Compton', 'CA'),
(71685, 237, 2385, 'Concord', 'CA'),
(71686, 237, 2385, 'Copperopolis', 'CA'),
(71687, 237, 2385, 'Corcoran', 'CA'),
(71688, 237, 2385, 'Corning', 'CA'),
(71689, 237, 2385, 'Corona', 'CA'),
(71690, 237, 2385, 'Corona del Mar', 'CA'),
(71691, 237, 2385, 'Coronado', 'CA'),
(71692, 237, 2385, 'Corte Madera', 'CA'),
(71693, 237, 2385, 'Costa Mesa', 'CA'),
(71694, 237, 2385, 'Cotati', 'CA'),
(71695, 237, 2385, 'Cottonwood', 'CA'),
(71696, 237, 2385, 'Coulterville', 'CA'),
(71697, 237, 2385, 'Covelo', 'CA'),
(71698, 237, 2385, 'Covina', 'CA'),
(71699, 237, 2385, 'Crescent City', 'CA'),
(71700, 237, 2385, 'Crescent Mills', 'CA'),
(71701, 237, 2385, 'Crestline', 'CA'),
(71702, 237, 2385, 'Creston', 'CA'),
(71703, 237, 2385, 'Crockett', 'CA'),
(71704, 237, 2385, 'Crows Landing', 'CA'),
(71705, 237, 2385, 'Culver City', 'CA'),
(71706, 237, 2385, 'Cupertino', 'CA'),
(71707, 237, 2385, 'Cutten', 'CA'),
(71708, 237, 2385, 'Cypress', 'CA'),
(71709, 237, 2385, 'Daly City', 'CA'),
(71710, 237, 2385, 'Dana Point', 'CA'),
(71711, 237, 2385, 'Danville', 'CA'),
(71712, 237, 2385, 'Davenport', 'CA'),
(71713, 237, 2385, 'Davis', 'CA'),
(71714, 237, 2385, 'Death Valley Junction', 'CA'),
(71715, 237, 2385, 'Deer Park', 'CA'),
(71716, 237, 2385, 'Del Mar', 'CA'),
(71717, 237, 2385, 'Del Rey', 'CA'),
(71718, 237, 2385, 'Delano', 'CA'),
(71719, 237, 2385, 'Delhi', 'CA'),
(71720, 237, 2385, 'Denair', 'CA'),
(71721, 237, 2385, 'Descanso', 'CA'),
(71722, 237, 2385, 'Desert Hot Springs', 'CA'),
(71723, 237, 2385, 'Diablo', 'CA'),
(71724, 237, 2385, 'Diamond Bar', 'CA'),
(71725, 237, 2385, 'Diamond Springs', 'CA'),
(71726, 237, 2385, 'Dinuba', 'CA'),
(71727, 237, 2385, 'Discovery Bay', 'CA'),
(71728, 237, 2385, 'Dixon', 'CA'),
(71729, 237, 2385, 'Dobbins', 'CA'),
(71730, 237, 2385, 'Dorris', 'CA'),
(71731, 237, 2385, 'Dos Palos', 'CA'),
(71732, 237, 2385, 'Downey', 'CA'),
(71733, 237, 2385, 'Downieville', 'CA'),
(71734, 237, 2385, 'Doyle', 'CA'),
(71735, 237, 2385, 'Duarte', 'CA'),
(71736, 237, 2385, 'Dublin', 'CA'),
(71737, 237, 2385, 'Dulzura', 'CA'),
(71738, 237, 2385, 'Dunnigan', 'CA'),
(71739, 237, 2385, 'Dunsmuir', 'CA'),
(71740, 237, 2385, 'Durham', 'CA'),
(71741, 237, 2385, 'Earlimart', 'CA'),
(71742, 237, 2385, 'Edwards Air Force Base', 'CA'),
(71743, 237, 2385, 'El Cajon', 'CA'),
(71744, 237, 2385, 'El Centro', 'CA'),
(71745, 237, 2385, 'El Cerrito', 'CA'),
(71746, 237, 2385, 'El Dorado', 'CA'),
(71747, 237, 2385, 'El Dorado Hills', 'CA'),
(71748, 237, 2385, 'El Granada', 'CA'),
(71749, 237, 2385, 'El Macero', 'CA'),
(71750, 237, 2385, 'El Monte', 'CA'),
(71751, 237, 2385, 'El Nido', 'CA'),
(71752, 237, 2385, 'El Portal', 'CA'),
(71753, 237, 2385, 'El Segundo', 'CA'),
(71754, 237, 2385, 'El Sobrante', 'CA'),
(71755, 237, 2385, 'El Toro', 'CA'),
(71756, 237, 2385, 'Eldridge', 'CA'),
(71757, 237, 2385, 'Elk Grove', 'CA'),
(71758, 237, 2385, 'Elmira', 'CA'),
(71759, 237, 2385, 'Elverta', 'CA'),
(71760, 237, 2385, 'Emeryville', 'CA'),
(71761, 237, 2385, 'Encinitas', 'CA'),
(71762, 237, 2385, 'Encino', 'CA'),
(71763, 237, 2385, 'Escalon', 'CA'),
(71764, 237, 2385, 'Escondido', 'CA'),
(71765, 237, 2385, 'Esparto', 'CA'),
(71766, 237, 2385, 'Etna', 'CA'),
(71767, 237, 2385, 'Eureka', 'CA'),
(71768, 237, 2385, 'Exeter', 'CA'),
(71769, 237, 2385, 'Fair Oaks', 'CA'),
(71770, 237, 2385, 'Fairfax', 'CA'),
(71771, 237, 2385, 'Fairfield', 'CA'),
(71772, 237, 2385, 'Fall River Mills', 'CA'),
(71773, 237, 2385, 'Fallbrook', 'CA'),
(71774, 237, 2385, 'Farmersville', 'CA'),
(71775, 237, 2385, 'Farmington', 'CA'),
(71776, 237, 2385, 'Fawnskin', 'CA'),
(71777, 237, 2385, 'Feather Falls', 'CA'),
(71778, 237, 2385, 'Felton', 'CA'),
(71779, 237, 2385, 'Ferndale', 'CA'),
(71780, 237, 2385, 'Fillmore', 'CA'),
(71781, 237, 2385, 'Firebaugh', 'CA'),
(71782, 237, 2385, 'Fish Camp', 'CA'),
(71783, 237, 2385, 'Five Points', 'CA'),
(71784, 237, 2385, 'Folsom', 'CA'),
(71785, 237, 2385, 'Fontana', 'CA'),
(71786, 237, 2385, 'Foothill Ranch', 'CA'),
(71787, 237, 2385, 'Forest Knolls', 'CA'),
(71788, 237, 2385, 'Forest Ranch', 'CA'),
(71789, 237, 2385, 'Foresthill', 'CA'),
(71790, 237, 2385, 'Forestville', 'CA'),
(71791, 237, 2385, 'Fort Bragg', 'CA'),
(71792, 237, 2385, 'Fort Irwin', 'CA'),
(71793, 237, 2385, 'Fort Jones', 'CA'),
(71794, 237, 2385, 'Fortuna', 'CA'),
(71795, 237, 2385, 'Foster City', 'CA'),
(71796, 237, 2385, 'Fountain Valley', 'CA'),
(71797, 237, 2385, 'Fowler', 'CA'),
(71798, 237, 2385, 'Frazier Park', 'CA'),
(71799, 237, 2385, 'Freedom', 'CA'),
(71800, 237, 2385, 'Fremont', 'CA'),
(71801, 237, 2385, 'Fresno', 'CA'),
(71802, 237, 2385, 'Friant', 'CA'),
(71803, 237, 2385, 'Fullerton', 'CA'),
(71804, 237, 2385, 'Fulton', 'CA'),
(71805, 237, 2385, 'Galt', 'CA'),
(71806, 237, 2385, 'Garberville', 'CA'),
(71807, 237, 2385, 'Garden Grove', 'CA'),
(71808, 237, 2385, 'Garden Valley', 'CA'),
(71809, 237, 2385, 'Gardena', 'CA'),
(71810, 237, 2385, 'Gazelle', 'CA'),
(71811, 237, 2385, 'Georgetown', 'CA'),
(71812, 237, 2385, 'Gerber', 'CA'),
(71813, 237, 2385, 'Geyserville', 'CA'),
(71814, 237, 2385, 'Gilroy', 'CA'),
(71815, 237, 2385, 'Glen Ellen', 'CA'),
(71816, 237, 2385, 'Glendale', 'CA'),
(71817, 237, 2385, 'Glendora', 'CA'),
(71818, 237, 2385, 'Glenn', 'CA'),
(71819, 237, 2385, 'Goleta', 'CA'),
(71820, 237, 2385, 'Gonzales', 'CA'),
(71821, 237, 2385, 'Granada Hills', 'CA'),
(71822, 237, 2385, 'Grand Terrace', 'CA'),
(71823, 237, 2385, 'Granite Bay', 'CA'),
(71824, 237, 2385, 'Grass Valley', 'CA'),
(71825, 237, 2385, 'Greenbrae', 'CA'),
(71826, 237, 2385, 'Greenfield', 'CA'),
(71827, 237, 2385, 'Greenville', 'CA'),
(71828, 237, 2385, 'Greenwood', 'CA'),
(71829, 237, 2385, 'Gridley', 'CA'),
(71830, 237, 2385, 'Grimes', 'CA'),
(71831, 237, 2385, 'Groveland', 'CA'),
(71832, 237, 2385, 'Grover Beach', 'CA'),
(71833, 237, 2385, 'Guadalupe', 'CA'),
(71834, 237, 2385, 'Gualala', 'CA'),
(71835, 237, 2385, 'Guerneville', 'CA'),
(71836, 237, 2385, 'Guinda', 'CA'),
(71837, 237, 2385, 'Gustine', 'CA'),
(71838, 237, 2385, 'Hacienda Heights', 'CA'),
(71839, 237, 2385, 'Half Moon Bay', 'CA'),
(71840, 237, 2385, 'Hamilton City', 'CA'),
(71841, 237, 2385, 'Hanford', 'CA'),
(71842, 237, 2385, 'Happy Camp', 'CA'),
(71843, 237, 2385, 'Harbor City', 'CA'),
(71844, 237, 2385, 'Hathaway Pines', 'CA'),
(71845, 237, 2385, 'Hawaiian Gardens', 'CA'),
(71846, 237, 2385, 'Hawthorne', 'CA'),
(71847, 237, 2385, 'Hayfork', 'CA'),
(71848, 237, 2385, 'Hayward', 'CA'),
(71849, 237, 2385, 'Healdsburg', 'CA'),
(71850, 237, 2385, 'Heber', 'CA'),
(71851, 237, 2385, 'Helendale', 'CA'),
(71852, 237, 2385, 'Hemet', 'CA'),
(71853, 237, 2385, 'Herald', 'CA'),
(71854, 237, 2385, 'Hercules', 'CA'),
(71855, 237, 2385, 'Herlong', 'CA'),
(71856, 237, 2385, 'Hermosa Beach', 'CA'),
(71857, 237, 2385, 'Hesperia', 'CA'),
(71858, 237, 2385, 'Hickman', 'CA'),
(71859, 237, 2385, 'Hidden Valley Lake', 'CA'),
(71860, 237, 2385, 'Highland', 'CA'),
(71861, 237, 2385, 'Hilmar', 'CA'),
(71862, 237, 2385, 'Hinkley', 'CA'),
(71863, 237, 2385, 'Hollister', 'CA'),
(71864, 237, 2385, 'Holtville', 'CA'),
(71865, 237, 2385, 'Homeland', 'CA'),
(71866, 237, 2385, 'Honeydew', 'CA'),
(71867, 237, 2385, 'Hopland', 'CA'),
(71868, 237, 2385, 'Hornbrook', 'CA'),
(71869, 237, 2385, 'Hughson', 'CA'),
(71870, 237, 2385, 'Hume', 'CA'),
(71871, 237, 2385, 'Huntington Beach', 'CA'),
(71872, 237, 2385, 'Huntington Park', 'CA'),
(71873, 237, 2385, 'Idyllwild', 'CA'),
(71874, 237, 2385, 'Igo', 'CA'),
(71875, 237, 2385, 'Imperial', 'CA'),
(71876, 237, 2385, 'Imperial Beach', 'CA'),
(71877, 237, 2385, 'Indian Wells', 'CA'),
(71878, 237, 2385, 'Indio', 'CA'),
(71879, 237, 2385, 'Inglewood', 'CA'),
(71880, 237, 2385, 'Inverness', 'CA'),
(71881, 237, 2385, 'Inyokern', 'CA'),
(71882, 237, 2385, 'Ione', 'CA'),
(71883, 237, 2385, 'Irvine', 'CA'),
(71884, 237, 2385, 'Isleton', 'CA'),
(71885, 237, 2385, 'Jackson', 'CA'),
(71886, 237, 2385, 'Jacumba Hot Springs', 'CA'),
(71887, 237, 2385, 'Jamestown', 'CA'),
(71888, 237, 2385, 'Jamul', 'CA'),
(71889, 237, 2385, 'Janesville', 'CA'),
(71890, 237, 2385, 'Jolon', 'CA'),
(71891, 237, 2385, 'Joshua Tree', 'CA'),
(71892, 237, 2385, 'Julian', 'CA'),
(71893, 237, 2385, 'Kaweah', 'CA'),
(71894, 237, 2385, 'Kelseyville', 'CA'),
(71895, 237, 2385, 'Kentfield', 'CA'),
(71896, 237, 2385, 'Kenwood', 'CA'),
(71897, 237, 2385, 'Kerman', 'CA'),
(71898, 237, 2385, 'Kernville', 'CA'),
(71899, 237, 2385, 'Keyes', 'CA'),
(71900, 237, 2385, 'King City', 'CA'),
(71901, 237, 2385, 'Kings Beach', 'CA'),
(71902, 237, 2385, 'Kingsburg', 'CA'),
(71903, 237, 2385, 'Klamath', 'CA'),
(71904, 237, 2385, 'Klamath River', 'CA'),
(71905, 237, 2385, 'Kneeland', 'CA'),
(71906, 237, 2385, 'Knightsen', 'CA'),
(71907, 237, 2385, 'Korbel', 'CA'),
(71908, 237, 2385, 'La Canada Flintridge', 'CA'),
(71909, 237, 2385, 'La Crescenta', 'CA'),
(71910, 237, 2385, 'La Habra', 'CA'),
(71911, 237, 2385, 'La Honda', 'CA'),
(71912, 237, 2385, 'La Jolla', 'CA'),
(71913, 237, 2385, 'La Mesa', 'CA'),
(71914, 237, 2385, 'La Mirada', 'CA'),
(71915, 237, 2385, 'La Palma', 'CA'),
(71916, 237, 2385, 'La Puente', 'CA'),
(71917, 237, 2385, 'La Quinta', 'CA'),
(71918, 237, 2385, 'La Verne', 'CA'),
(71919, 237, 2385, 'Ladera Ranch', 'CA'),
(71920, 237, 2385, 'Lafayette', 'CA'),
(71921, 237, 2385, 'Laguna Beach', 'CA'),
(71922, 237, 2385, 'Laguna Hills', 'CA'),
(71923, 237, 2385, 'Laguna Niguel', 'CA'),
(71924, 237, 2385, 'Laguna Woods', 'CA'),
(71925, 237, 2385, 'Lake Arrowhead', 'CA'),
(71926, 237, 2385, 'Lake Elsinore', 'CA'),
(71927, 237, 2385, 'Lake Forest', 'CA'),
(71928, 237, 2385, 'Lake Hughes', 'CA'),
(71929, 237, 2385, 'Lake Isabella', 'CA'),
(71930, 237, 2385, 'Lake Shasta', 'CA'),
(71931, 237, 2385, 'Lakehead', 'CA'),
(71932, 237, 2385, 'Lakeport', 'CA'),
(71933, 237, 2385, 'Lakeside', 'CA'),
(71934, 237, 2385, 'Lakewood', 'CA'),
(71935, 237, 2385, 'Lamont', 'CA'),
(71936, 237, 2385, 'Lancaster', 'CA'),
(71937, 237, 2385, 'Landers', 'CA'),
(71938, 237, 2385, 'Larkspur', 'CA'),
(71939, 237, 2385, 'Lathrop', 'CA'),
(71940, 237, 2385, 'Laton', 'CA'),
(71941, 237, 2385, 'Lawndale', 'CA'),
(71942, 237, 2385, 'Laytonville', 'CA'),
(71943, 237, 2385, 'Le Grand', 'CA'),
(71944, 237, 2385, 'Lebec', 'CA'),
(71945, 237, 2385, 'Lemon Grove', 'CA'),
(71946, 237, 2385, 'Lemoore', 'CA'),
(71947, 237, 2385, 'Lewiston', 'CA'),
(71948, 237, 2385, 'Lincoln', 'CA'),
(71949, 237, 2385, 'Linden', 'CA'),
(71950, 237, 2385, 'Lindsay', 'CA'),
(71951, 237, 2385, 'Litchfield', 'CA'),
(71952, 237, 2385, 'Littlerock', 'CA'),
(71953, 237, 2385, 'Live Oak', 'CA'),
(71954, 237, 2385, 'Livermore', 'CA'),
(71955, 237, 2385, 'Livingston', 'CA'),
(71956, 237, 2385, 'Llano', 'CA'),
(71957, 237, 2385, 'Lockeford', 'CA'),
(71958, 237, 2385, 'Lodi', 'CA'),
(71959, 237, 2385, 'Loleta', 'CA'),
(71960, 237, 2385, 'Loma Linda', 'CA'),
(71961, 237, 2385, 'Loma Mar', 'CA'),
(71962, 237, 2385, 'Lomita', 'CA'),
(71963, 237, 2385, 'Lompoc', 'CA'),
(71964, 237, 2385, 'Lone Pine', 'CA'),
(71965, 237, 2385, 'Long Beach', 'CA'),
(71966, 237, 2385, 'Lookout', 'CA'),
(71967, 237, 2385, 'Loomis', 'CA'),
(71968, 237, 2385, 'Los Alamitos', 'CA'),
(71969, 237, 2385, 'Los Alamos', 'CA'),
(71970, 237, 2385, 'Los Altos', 'CA'),
(71971, 237, 2385, 'Los Altos Hills', 'CA'),
(71972, 237, 2385, 'Los Angeles', 'CA'),
(71973, 237, 2385, 'Los Banos', 'CA'),
(71974, 237, 2385, 'Los Gatos', 'CA'),
(71975, 237, 2385, 'Los Molinos', 'CA'),
(71976, 237, 2385, 'Los Olivos', 'CA'),
(71977, 237, 2385, 'Los Osos', 'CA'),
(71978, 237, 2385, 'Lost Hills', 'CA'),
(71979, 237, 2385, 'Lotus', 'CA'),
(71980, 237, 2385, 'Lower Lake', 'CA'),
(71981, 237, 2385, 'Loyalton', 'CA'),
(71982, 237, 2385, 'Lucerne', 'CA'),
(71983, 237, 2385, 'Lucerne Valley', 'CA'),
(71984, 237, 2385, 'Lynwood', 'CA'),
(71985, 237, 2385, 'Lytle Creek', 'CA'),
(71986, 237, 2385, 'Macdoel', 'CA'),
(71987, 237, 2385, 'Madera', 'CA'),
(71988, 237, 2385, 'Magalia', 'CA'),
(71989, 237, 2385, 'Malibu', 'CA'),
(71990, 237, 2385, 'Mammoth Lakes', 'CA'),
(71991, 237, 2385, 'Manhattan Beach', 'CA'),
(71992, 237, 2385, 'Manteca', 'CA'),
(71993, 237, 2385, 'Manton', 'CA'),
(71994, 237, 2385, 'March Air Force Base', 'CA'),
(71995, 237, 2385, 'Maricopa', 'CA'),
(71996, 237, 2385, 'Marina', 'CA'),
(71997, 237, 2385, 'Marina del Rey', 'CA'),
(71998, 237, 2385, 'Mariposa', 'CA'),
(71999, 237, 2385, 'Marshall', 'CA'),
(72000, 237, 2385, 'Martinez', 'CA'),
(72001, 237, 2385, 'Marysville', 'CA'),
(72002, 237, 2385, 'Mather Field', 'CA'),
(72003, 237, 2385, 'Maxwell', 'CA'),
(72004, 237, 2385, 'Maywood', 'CA'),
(72005, 237, 2385, 'McArthur', 'CA'),
(72006, 237, 2385, 'McClellan Park Census Designated Place', 'CA'),
(72007, 237, 2385, 'McFarland', 'CA'),
(72008, 237, 2385, 'McKinleyville', 'CA'),
(72009, 237, 2385, 'Meadow Vista', 'CA'),
(72010, 237, 2385, 'Mecca', 'CA'),
(72011, 237, 2385, 'Mendocino', 'CA'),
(72012, 237, 2385, 'Mendota', 'CA'),
(72013, 237, 2385, 'Menifee', 'CA'),
(72014, 237, 2385, 'Menlo Park', 'CA'),
(72015, 237, 2385, 'Mentone', 'CA'),
(72016, 237, 2385, 'Merced', 'CA'),
(72017, 237, 2385, 'Meridian', 'CA'),
(72018, 237, 2385, 'Mi-Wuk Village', 'CA'),
(72019, 237, 2385, 'Middletown', 'CA'),
(72020, 237, 2385, 'Midway City', 'CA'),
(72021, 237, 2385, 'Milford', 'CA'),
(72022, 237, 2385, 'Mill Valley', 'CA'),
(72023, 237, 2385, 'Millbrae', 'CA'),
(72024, 237, 2385, 'Millville', 'CA'),
(72025, 237, 2385, 'Milpitas', 'CA'),
(72026, 237, 2385, 'Mira Loma', 'CA'),
(72027, 237, 2385, 'Miranda', 'CA'),
(72028, 237, 2385, 'Mission Hills', 'CA'),
(72029, 237, 2385, 'Mission Viejo', 'CA'),
(72030, 237, 2385, 'Modesto', 'CA'),
(72031, 237, 2385, 'Mojave', 'CA'),
(72032, 237, 2385, 'Mokelumne Hill', 'CA'),
(72033, 237, 2385, 'Monrovia', 'CA'),
(72034, 237, 2385, 'Montara', 'CA'),
(72035, 237, 2385, 'Montclair', 'CA'),
(72036, 237, 2385, 'Montebello', 'CA'),
(72037, 237, 2385, 'Monterey', 'CA'),
(72038, 237, 2385, 'Monterey Park', 'CA'),
(72039, 237, 2385, 'Montgomery Creek', 'CA'),
(72040, 237, 2385, 'Montrose', 'CA'),
(72041, 237, 2385, 'Moorpark', 'CA'),
(72042, 237, 2385, 'Moraga', 'CA'),
(72043, 237, 2385, 'Moreno Valley', 'CA'),
(72044, 237, 2385, 'Morgan Hill', 'CA'),
(72045, 237, 2385, 'Morongo Valley', 'CA'),
(72046, 237, 2385, 'Morro Bay', 'CA'),
(72047, 237, 2385, 'Moss Beach', 'CA'),
(72048, 237, 2385, 'Moss Landing', 'CA'),
(72049, 237, 2385, 'Mount Hermon', 'CA'),
(72050, 237, 2385, 'Mount Shasta', 'CA'),
(72051, 237, 2385, 'Mount Wilson', 'CA'),
(72052, 237, 2385, 'Mountain Ranch', 'CA'),
(72053, 237, 2385, 'Mountain View', 'CA'),
(72054, 237, 2385, 'Mt Laguna', 'CA'),
(72055, 237, 2385, 'Murphys', 'CA'),
(72056, 237, 2385, 'Murrieta', 'CA'),
(72057, 237, 2385, 'Myers Flat', 'CA'),
(72058, 237, 2385, 'Napa', 'CA'),
(72059, 237, 2385, 'National City', 'CA'),
(72060, 237, 2385, 'Navarro', 'CA'),
(72061, 237, 2385, 'Needles', 'CA'),
(72062, 237, 2385, 'Nevada City', 'CA'),
(72063, 237, 2385, 'New Cuyama', 'CA'),
(72064, 237, 2385, 'Newark', 'CA'),
(72065, 237, 2385, 'Newbury Park', 'CA'),
(72066, 237, 2385, 'Newcastle', 'CA'),
(72067, 237, 2385, 'Newhall', 'CA'),
(72068, 237, 2385, 'Newman', 'CA'),
(72069, 237, 2385, 'Newport Beach', 'CA'),
(72070, 237, 2385, 'Newport Coast', 'CA'),
(72071, 237, 2385, 'Nicasio', 'CA'),
(72072, 237, 2385, 'Nice', 'CA'),
(72073, 237, 2385, 'Niland', 'CA'),
(72074, 237, 2385, 'Nipomo', 'CA'),
(72075, 237, 2385, 'Norco', 'CA'),
(72076, 237, 2385, 'North Fork', 'CA'),
(72077, 237, 2385, 'North Highlands', 'CA'),
(72078, 237, 2385, 'North Hills', 'CA'),
(72079, 237, 2385, 'North Hollywood', 'CA'),
(72080, 237, 2385, 'North San Juan', 'CA'),
(72081, 237, 2385, 'Northridge', 'CA'),
(72082, 237, 2385, 'Norwalk', 'CA'),
(72083, 237, 2385, 'Novato', 'CA'),
(72084, 237, 2385, 'Nuevo', 'CA'),
(72085, 237, 2385, 'Oak Park', 'CA'),
(72086, 237, 2385, 'Oak Run', 'CA'),
(72087, 237, 2385, 'Oak View', 'CA'),
(72088, 237, 2385, 'Oakdale', 'CA'),
(72089, 237, 2385, 'Oakhurst', 'CA'),
(72090, 237, 2385, 'Oakland', 'CA'),
(72091, 237, 2385, 'Oakley', 'CA'),
(72092, 237, 2385, 'Oakville', 'CA'),
(72093, 237, 2385, 'Occidental', 'CA'),
(72094, 237, 2385, 'Oceano', 'CA'),
(72095, 237, 2385, 'Oceanside', 'CA'),
(72096, 237, 2385, 'Ojai', 'CA'),
(72097, 237, 2385, 'Olivehurst', 'CA'),
(72098, 237, 2385, 'Olympic Valley', 'CA'),
(72099, 237, 2385, 'Ontario', 'CA'),
(72100, 237, 2385, 'Orange', 'CA'),
(72101, 237, 2385, 'Orange Cove', 'CA'),
(72102, 237, 2385, 'Orangevale', 'CA'),
(72103, 237, 2385, 'Oregon House', 'CA'),
(72104, 237, 2385, 'Orinda', 'CA'),
(72105, 237, 2385, 'Orland', 'CA'),
(72106, 237, 2385, 'Orleans', 'CA'),
(72107, 237, 2385, 'Orosi', 'CA'),
(72108, 237, 2385, 'Oroville', 'CA'),
(72109, 237, 2385, 'Oxnard', 'CA'),
(72110, 237, 2385, 'Pacific Grove', 'CA'),
(72111, 237, 2385, 'Pacific Palisades', 'CA'),
(72112, 237, 2385, 'Pacifica', 'CA'),
(72113, 237, 2385, 'Pacoima', 'CA'),
(72114, 237, 2385, 'Paicines', 'CA'),
(72115, 237, 2385, 'Pala', 'CA'),
(72116, 237, 2385, 'Palermo', 'CA'),
(72117, 237, 2385, 'Palm Desert', 'CA'),
(72118, 237, 2385, 'Palm Springs', 'CA'),
(72119, 237, 2385, 'Palmdale', 'CA'),
(72120, 237, 2385, 'Palo Alto', 'CA'),
(72121, 237, 2385, 'Palo Cedro', 'CA'),
(72122, 237, 2385, 'Palos Verdes Peninsula', 'CA'),
(72123, 237, 2385, 'Panorama City', 'CA'),
(72124, 237, 2385, 'Paradise', 'CA'),
(72125, 237, 2385, 'Paramount', 'CA'),
(72126, 237, 2385, 'Parlier', 'CA'),
(72127, 237, 2385, 'Pasadena', 'CA'),
(72128, 237, 2385, 'Paso Robles', 'CA'),
(72129, 237, 2385, 'Patterson', 'CA'),
(72130, 237, 2385, 'Pauma Valley', 'CA'),
(72131, 237, 2385, 'Paynes Creek', 'CA'),
(72132, 237, 2385, 'Pearblossom', 'CA'),
(72133, 237, 2385, 'Pebble Beach', 'CA'),
(72134, 237, 2385, 'Penn Valley', 'CA'),
(72135, 237, 2385, 'Penngrove', 'CA'),
(72136, 237, 2385, 'Penryn', 'CA'),
(72137, 237, 2385, 'Perris', 'CA'),
(72138, 237, 2385, 'Pescadero', 'CA'),
(72139, 237, 2385, 'Petaluma', 'CA'),
(72140, 237, 2385, 'Phelan', 'CA'),
(72141, 237, 2385, 'Philo', 'CA'),
(72142, 237, 2385, 'Pico Rivera', 'CA'),
(72143, 237, 2385, 'Piercy', 'CA'),
(72144, 237, 2385, 'Pilot Hill', 'CA'),
(72145, 237, 2385, 'Pine Grove', 'CA'),
(72146, 237, 2385, 'Pine Mountain Club', 'CA'),
(72147, 237, 2385, 'Pine Valley', 'CA'),
(72148, 237, 2385, 'Pinole', 'CA'),
(72149, 237, 2385, 'Pinon Hills', 'CA'),
(72150, 237, 2385, 'Pioneer', 'CA'),
(72151, 237, 2385, 'Piru', 'CA'),
(72152, 237, 2385, 'Pismo Beach', 'CA'),
(72153, 237, 2385, 'Pittsburg', 'CA'),
(72154, 237, 2385, 'Pixley', 'CA'),
(72155, 237, 2385, 'Placentia', 'CA'),
(72156, 237, 2385, 'Placerville', 'CA'),
(72157, 237, 2385, 'Platina', 'CA'),
(72158, 237, 2385, 'Playa del Rey', 'CA'),
(72159, 237, 2385, 'Pleasant Grove', 'CA'),
(72160, 237, 2385, 'Pleasant Hill', 'CA'),
(72161, 237, 2385, 'Pleasanton', 'CA'),
(72162, 237, 2385, 'Plymouth', 'CA'),
(72163, 237, 2385, 'Point Arena', 'CA'),
(72164, 237, 2385, 'Point Reyes Station', 'CA'),
(72165, 237, 2385, 'Pollock Pines', 'CA'),
(72166, 237, 2385, 'Pomona', 'CA'),
(72167, 237, 2385, 'Pope Valley', 'CA'),
(72168, 237, 2385, 'Port Costa', 'CA'),
(72169, 237, 2385, 'Port Hueneme', 'CA'),
(72170, 237, 2385, 'Porterville', 'CA'),
(72171, 237, 2385, 'Portola', 'CA'),
(72172, 237, 2385, 'Portola Valley', 'CA'),
(72173, 237, 2385, 'Potrero', 'CA'),
(72174, 237, 2385, 'Poway', 'CA'),
(72175, 237, 2385, 'Prather', 'CA'),
(72176, 237, 2385, 'Princeton', 'CA'),
(72177, 237, 2385, 'Quincy', 'CA'),
(72178, 237, 2385, 'Rail Road Flat', 'CA'),
(72179, 237, 2385, 'Ramona', 'CA'),
(72180, 237, 2385, 'Ranchita', 'CA'),
(72181, 237, 2385, 'Rancho Cordova', 'CA'),
(72182, 237, 2385, 'Rancho Cucamonga', 'CA'),
(72183, 237, 2385, 'Rancho Mirage', 'CA'),
(72184, 237, 2385, 'Rancho Palos Verdes', 'CA'),
(72185, 237, 2385, 'Rancho Santa Fe', 'CA'),
(72186, 237, 2385, 'Rancho Santa Margarita', 'CA'),
(72187, 237, 2385, 'Raymond', 'CA'),
(72188, 237, 2385, 'Redding', 'CA'),
(72189, 237, 2385, 'Redlands', 'CA'),
(72190, 237, 2385, 'Redondo Beach', 'CA'),
(72191, 237, 2385, 'Redway', 'CA'),
(72192, 237, 2385, 'Redwood City', 'CA'),
(72193, 237, 2385, 'Redwood Estates', 'CA'),
(72194, 237, 2385, 'Redwood Valley', 'CA'),
(72195, 237, 2385, 'Reedley', 'CA'),
(72196, 237, 2385, 'Reseda', 'CA'),
(72197, 237, 2385, 'Rialto', 'CA'),
(72198, 237, 2385, 'Richgrove', 'CA'),
(72199, 237, 2385, 'Richmond', 'CA'),
(72200, 237, 2385, 'Ridgecrest', 'CA'),
(72201, 237, 2385, 'Rimforest', 'CA'),
(72202, 237, 2385, 'Rio Linda', 'CA'),
(72203, 237, 2385, 'Rio Oso', 'CA'),
(72204, 237, 2385, 'Rio Vista', 'CA'),
(72205, 237, 2385, 'Ripon', 'CA'),
(72206, 237, 2385, 'River Pines', 'CA'),
(72207, 237, 2385, 'Riverbank', 'CA'),
(72208, 237, 2385, 'Riverdale', 'CA'),
(72209, 237, 2385, 'Riverside', 'CA'),
(72210, 237, 2385, 'Robbins', 'CA'),
(72211, 237, 2385, 'Rocklin', 'CA'),
(72212, 237, 2385, 'Rodeo', 'CA'),
(72213, 237, 2385, 'Rohnert Park', 'CA'),
(72214, 237, 2385, 'Rosamond', 'CA'),
(72215, 237, 2385, 'Rosemead', 'CA'),
(72216, 237, 2385, 'Roseville', 'CA'),
(72217, 237, 2385, 'Ross', 'CA'),
(72218, 237, 2385, 'Rough and Ready', 'CA'),
(72219, 237, 2385, 'Round Mountain', 'CA'),
(72220, 237, 2385, 'Rowland Heights', 'CA'),
(72221, 237, 2385, 'Running Springs', 'CA'),
(72222, 237, 2385, 'Rutherford', 'CA'),
(72223, 237, 2385, 'Sacramento', 'CA'),
(72224, 237, 2385, 'Saint Helena', 'CA'),
(72225, 237, 2385, 'Salida', 'CA'),
(72226, 237, 2385, 'Salinas', 'CA'),
(72227, 237, 2385, 'Salyer', 'CA'),
(72228, 237, 2385, 'Samoa', 'CA'),
(72229, 237, 2385, 'San Andreas', 'CA'),
(72230, 237, 2385, 'San Anselmo', 'CA'),
(72231, 237, 2385, 'San Antonio', 'CA'),
(72232, 237, 2385, 'San Bernardino', 'CA'),
(72233, 237, 2385, 'San Bruno', 'CA'),
(72234, 237, 2385, 'San Carlos', 'CA'),
(72235, 237, 2385, 'San Clemente', 'CA'),
(72236, 237, 2385, 'San Diego', 'CA'),
(72237, 237, 2385, 'San Dimas', 'CA'),
(72238, 237, 2385, 'San Fernando', 'CA'),
(72239, 237, 2385, 'San Francisco', 'CA'),
(72240, 237, 2385, 'San Gabriel', 'CA'),
(72241, 237, 2385, 'San Gregorio', 'CA'),
(72242, 237, 2385, 'San Jacinto', 'CA'),
(72243, 237, 2385, 'San Joaquin', 'CA'),
(72244, 237, 2385, 'San Jose', 'CA'),
(72245, 237, 2385, 'San Juan Bautista', 'CA'),
(72246, 237, 2385, 'San Juan Capistrano', 'CA'),
(72247, 237, 2385, 'San Leandro', 'CA'),
(72248, 237, 2385, 'San Lorenzo', 'CA'),
(72249, 237, 2385, 'San Luis Obispo', 'CA'),
(72250, 237, 2385, 'San Luis Rey Heights', 'CA'),
(72251, 237, 2385, 'San Marcos', 'CA'),
(72252, 237, 2385, 'San Marino', 'CA'),
(72253, 237, 2385, 'San Martin', 'CA'),
(72254, 237, 2385, 'San Mateo', 'CA'),
(72255, 237, 2385, 'San Miguel', 'CA'),
(72256, 237, 2385, 'San Pablo', 'CA'),
(72257, 237, 2385, 'San Pedro', 'CA'),
(72258, 237, 2385, 'San Rafael', 'CA'),
(72259, 237, 2385, 'San Ramon', 'CA'),
(72260, 237, 2385, 'San Simeon', 'CA'),
(72261, 237, 2385, 'San Ysidro', 'CA'),
(72262, 237, 2385, 'Sanger', 'CA'),
(72263, 237, 2385, 'Santa Ana', 'CA'),
(72264, 237, 2385, 'Santa Ana Heights', 'CA'),
(72265, 237, 2385, 'Santa Barbara', 'CA'),
(72266, 237, 2385, 'Santa Clara', 'CA'),
(72267, 237, 2385, 'Santa Clarita', 'CA'),
(72268, 237, 2385, 'Santa Cruz', 'CA'),
(72269, 237, 2385, 'Santa Fe Springs', 'CA'),
(72270, 237, 2385, 'Santa Margarita', 'CA'),
(72271, 237, 2385, 'Santa Maria', 'CA'),
(72272, 237, 2385, 'Santa Monica', 'CA'),
(72273, 237, 2385, 'Santa Paula', 'CA'),
(72274, 237, 2385, 'Santa Rosa', 'CA'),
(72275, 237, 2385, 'Santa Ynez', 'CA'),
(72276, 237, 2385, 'Santee', 'CA'),
(72277, 237, 2385, 'Saratoga', 'CA'),
(72278, 237, 2385, 'Sausalito', 'CA'),
(72279, 237, 2385, 'Scotia', 'CA'),
(72280, 237, 2385, 'Scotts Valley', 'CA'),
(72281, 237, 2385, 'Sea Ranch', 'CA'),
(72282, 237, 2385, 'Seal Beach', 'CA'),
(72283, 237, 2385, 'Seaside', 'CA'),
(72284, 237, 2385, 'Sebastopol', 'CA'),
(72285, 237, 2385, 'Seeley', 'CA'),
(72286, 237, 2385, 'Selma', 'CA'),
(72287, 237, 2385, 'Shafter', 'CA'),
(72288, 237, 2385, 'Shandon', 'CA'),
(72289, 237, 2385, 'Shasta', 'CA'),
(72290, 237, 2385, 'Shaver Lake', 'CA'),
(72291, 237, 2385, 'Sheridan', 'CA'),
(72292, 237, 2385, 'Sherman Oaks', 'CA'),
(72293, 237, 2385, 'Shingle Springs', 'CA'),
(72294, 237, 2385, 'Shingletown', 'CA'),
(72295, 237, 2385, 'Sierra Madre', 'CA'),
(72296, 237, 2385, 'Sierraville', 'CA'),
(72297, 237, 2385, 'Signal Hill', 'CA'),
(72298, 237, 2385, 'Silverado', 'CA'),
(72299, 237, 2385, 'Simi Valley', 'CA'),
(72300, 237, 2385, 'Sloughhouse', 'CA'),
(72301, 237, 2385, 'Smartsville', 'CA'),
(72302, 237, 2385, 'Smith River', 'CA'),
(72303, 237, 2385, 'Solana Beach', 'CA'),
(72304, 237, 2385, 'Soledad', 'CA'),
(72305, 237, 2385, 'Solvang', 'CA'),
(72306, 237, 2385, 'Somerset', 'CA'),
(72307, 237, 2385, 'Somes Bar', 'CA'),
(72308, 237, 2385, 'Somis', 'CA'),
(72309, 237, 2385, 'Sonoma', 'CA'),
(72310, 237, 2385, 'Sonora', 'CA'),
(72311, 237, 2385, 'Soquel', 'CA'),
(72312, 237, 2385, 'Soulsbyville', 'CA'),
(72313, 237, 2385, 'South Dos Palos', 'CA'),
(72314, 237, 2385, 'South El Monte', 'CA'),
(72315, 237, 2385, 'South Gate', 'CA'),
(72316, 237, 2385, 'South Lake Tahoe', 'CA'),
(72317, 237, 2385, 'South Pasadena', 'CA'),
(72318, 237, 2385, 'South San Francisco', 'CA'),
(72319, 237, 2385, 'Spring Valley', 'CA'),
(72320, 237, 2385, 'Squaw Valley', 'CA'),
(72321, 237, 2385, 'Stanford', 'CA'),
(72322, 237, 2385, 'Stanton', 'CA'),
(72323, 237, 2385, 'Stevenson Ranch', 'CA'),
(72324, 237, 2385, 'Stevinson', 'CA'),
(72325, 237, 2385, 'Stinson Beach', 'CA'),
(72326, 237, 2385, 'Stockton', 'CA'),
(72327, 237, 2385, 'Stonyford', 'CA'),
(72328, 237, 2385, 'Strathmore', 'CA'),
(72329, 237, 2385, 'Studio City', 'CA'),
(72330, 237, 2385, 'Sugarloaf', 'CA'),
(72331, 237, 2385, 'Suisun', 'CA'),
(72332, 237, 2385, 'Sun City', 'CA'),
(72333, 237, 2385, 'Sun Valley', 'CA'),
(72334, 237, 2385, 'Sunland', 'CA'),
(72335, 237, 2385, 'Sunnyvale', 'CA'),
(72336, 237, 2385, 'Sunol', 'CA'),
(72337, 237, 2385, 'Sunset Beach', 'CA'),
(72338, 237, 2385, 'Surfside', 'CA'),
(72339, 237, 2385, 'Susanville', 'CA'),
(72340, 237, 2385, 'Sutter', 'CA'),
(72341, 237, 2385, 'Sutter Creek', 'CA'),
(72342, 237, 2385, 'Sylmar', 'CA'),
(72343, 237, 2385, 'Taft', 'CA'),
(72344, 237, 2385, 'Tahoe City', 'CA'),
(72345, 237, 2385, 'Tahoe Valley', 'CA'),
(72346, 237, 2385, 'Tahoma', 'CA'),
(72347, 237, 2385, 'Tarzana', 'CA'),
(72348, 237, 2385, 'Taylorsville', 'CA'),
(72349, 237, 2385, 'Tehachapi', 'CA'),
(72350, 237, 2385, 'Tehama', 'CA'),
(72351, 237, 2385, 'Temecula', 'CA'),
(72352, 237, 2385, 'Temple City', 'CA'),
(72353, 237, 2385, 'Templeton', 'CA'),
(72354, 237, 2385, 'Terra Bella', 'CA'),
(72355, 237, 2385, 'Thermal', 'CA'),
(72356, 237, 2385, 'Thousand Oaks', 'CA'),
(72357, 237, 2385, 'Thousand Palms', 'CA'),
(72358, 237, 2385, 'Three Rivers', 'CA'),
(72359, 237, 2385, 'Tiburon', 'CA'),
(72360, 237, 2385, 'Tipton', 'CA'),
(72361, 237, 2385, 'Tollhouse', 'CA'),
(72362, 237, 2385, 'Tomales', 'CA'),
(72363, 237, 2385, 'Topanga', 'CA'),
(72364, 237, 2385, 'Torrance', 'CA'),
(72365, 237, 2385, 'Trabuco Canyon', 'CA'),
(72366, 237, 2385, 'Tracy', 'CA'),
(72367, 237, 2385, 'Tranquillity', 'CA'),
(72368, 237, 2385, 'Trinidad', 'CA'),
(72369, 237, 2385, 'Truckee', 'CA'),
(72370, 237, 2385, 'Tujunga', 'CA'),
(72371, 237, 2385, 'Tulare', 'CA'),
(72372, 237, 2385, 'Tulelake', 'CA'),
(72373, 237, 2385, 'Tuolumne', 'CA'),
(72374, 237, 2385, 'Turlock', 'CA'),
(72375, 237, 2385, 'Tustin', 'CA'),
(72376, 237, 2385, 'Twain Harte', 'CA'),
(72377, 237, 2385, 'Twentynine Palms', 'CA'),
(72378, 237, 2385, 'Twin Bridges', 'CA'),
(72379, 237, 2385, 'Twin Peaks', 'CA'),
(72380, 237, 2385, 'Ukiah', 'CA'),
(72381, 237, 2385, 'Union City', 'CA'),
(72382, 237, 2385, 'Universal City', 'CA'),
(72383, 237, 2385, 'Upland', 'CA'),
(72384, 237, 2385, 'Upper Lake', 'CA'),
(72385, 237, 2385, 'Vacaville', 'CA'),
(72386, 237, 2385, 'Valencia', 'CA'),
(72387, 237, 2385, 'Vallecito', 'CA'),
(72388, 237, 2385, 'Vallejo', 'CA'),
(72389, 237, 2385, 'Valley Center', 'CA'),
(72390, 237, 2385, 'Valley Ford', 'CA'),
(72391, 237, 2385, 'Valley Springs', 'CA'),
(72392, 237, 2385, 'Valley Village', 'CA'),
(72393, 237, 2385, 'Van Nuys', 'CA'),
(72394, 237, 2385, 'Venice', 'CA'),
(72395, 237, 2385, 'Ventura', 'CA'),
(72396, 237, 2385, 'Victorville', 'CA'),
(72397, 237, 2385, 'Villa Park', 'CA'),
(72398, 237, 2385, 'Vineburg', 'CA'),
(72399, 237, 2385, 'Visalia', 'CA'),
(72400, 237, 2385, 'Vista', 'CA'),
(72401, 237, 2385, 'Volcano', 'CA'),
(72402, 237, 2385, 'Walnut', 'CA'),
(72403, 237, 2385, 'Walnut Creek', 'CA'),
(72404, 237, 2385, 'Walnut Grove', 'CA'),
(72405, 237, 2385, 'Warner Springs', 'CA'),
(72406, 237, 2385, 'Wasco', 'CA'),
(72407, 237, 2385, 'Washington', 'CA'),
(72408, 237, 2385, 'Waterford', 'CA'),
(72409, 237, 2385, 'Watsonville', 'CA'),
(72410, 237, 2385, 'Weaverville', 'CA'),
(72411, 237, 2385, 'Weed', 'CA'),
(72412, 237, 2385, 'Weimar', 'CA'),
(72413, 237, 2385, 'West Covina', 'CA'),
(72414, 237, 2385, 'West Hills', 'CA'),
(72415, 237, 2385, 'West Hollywood', 'CA'),
(72416, 237, 2385, 'West Point', 'CA'),
(72417, 237, 2385, 'West Sacramento', 'CA'),
(72418, 237, 2385, 'Westlake Village', 'CA'),
(72419, 237, 2385, 'Westley', 'CA'),
(72420, 237, 2385, 'Westminster', 'CA'),
(72421, 237, 2385, 'Westport', 'CA'),
(72422, 237, 2385, 'Westwood', 'CA'),
(72423, 237, 2385, 'Wheatland', 'CA'),
(72424, 237, 2385, 'White Water', 'CA'),
(72425, 237, 2385, 'Whitethorn', 'CA'),
(72426, 237, 2385, 'Whitmore', 'CA'),
(72427, 237, 2385, 'Whittier', 'CA'),
(72428, 237, 2385, 'Wildomar', 'CA'),
(72429, 237, 2385, 'Williams', 'CA'),
(72430, 237, 2385, 'Willits', 'CA'),
(72431, 237, 2385, 'Willow Creek', 'CA'),
(72432, 237, 2385, 'Willows', 'CA'),
(72433, 237, 2385, 'Wilmington', 'CA'),
(72434, 237, 2385, 'Wilton', 'CA'),
(72435, 237, 2385, 'Winchester', 'CA'),
(72436, 237, 2385, 'Windsor', 'CA'),
(72437, 237, 2385, 'Winnetka', 'CA'),
(72438, 237, 2385, 'Winterhaven', 'CA'),
(72439, 237, 2385, 'Winters', 'CA'),
(72440, 237, 2385, 'Winton', 'CA'),
(72441, 237, 2385, 'Wofford Heights', 'CA'),
(72442, 237, 2385, 'Woodacre', 'CA'),
(72443, 237, 2385, 'Woodbridge', 'CA'),
(72444, 237, 2385, 'Woodlake', 'CA'),
(72445, 237, 2385, 'Woodland', 'CA'),
(72446, 237, 2385, 'Woodland Hills', 'CA'),
(72447, 237, 2385, 'Wrightwood', 'CA'),
(72448, 237, 2385, 'Yermo', 'CA'),
(72449, 237, 2385, 'Yorba Linda', 'CA'),
(72450, 237, 2385, 'Yosemite Valley', 'CA'),
(72451, 237, 2385, 'Yountville', 'CA'),
(72452, 237, 2385, 'Yreka', 'CA'),
(72453, 237, 2385, 'Yuba City', 'CA'),
(72454, 237, 2385, 'Yucaipa', 'CA'),
(72455, 237, 2385, 'Yucca Valley', 'CA'),
(72456, 237, 2385, 'Zamora', 'CA'),
(72457, 237, 2386, 'Aguilar', 'CO'),
(72458, 237, 2386, 'Air Force Academy', 'CO'),
(72459, 237, 2386, 'Akron', 'CO'),
(72460, 237, 2386, 'Alamosa', 'CO'),
(72461, 237, 2386, 'Allenspark', 'CO'),
(72462, 237, 2386, 'Alma', 'CO'),
(72463, 237, 2386, 'Almont', 'CO'),
(72464, 237, 2386, 'Arvada', 'CO'),
(72465, 237, 2386, 'Aspen', 'CO'),
(72466, 237, 2386, 'Ault', 'CO'),
(72467, 237, 2386, 'Aurora', 'CO'),
(72468, 237, 2386, 'Austin', 'CO'),
(72469, 237, 2386, 'Avon', 'CO'),
(72470, 237, 2386, 'Avondale', 'CO'),
(72471, 237, 2386, 'Bailey', 'CO'),
(72472, 237, 2386, 'Basalt', 'CO'),
(72473, 237, 2386, 'Bayfield', 'CO'),
(72474, 237, 2386, 'Bellvue', 'CO'),
(72475, 237, 2386, 'Bennett', 'CO'),
(72476, 237, 2386, 'Berthoud', 'CO'),
(72477, 237, 2386, 'Beulah', 'CO'),
(72478, 237, 2386, 'Black Hawk', 'CO'),
(72479, 237, 2386, 'Boulder', 'CO'),
(72480, 237, 2386, 'Breckenridge', 'CO'),
(72481, 237, 2386, 'Briggsdale', 'CO'),
(72482, 237, 2386, 'Brighton', 'CO'),
(72483, 237, 2386, 'Broomfield', 'CO'),
(72484, 237, 2386, 'Brush', 'CO'),
(72485, 237, 2386, 'Buena Vista', 'CO'),
(72486, 237, 2386, 'Burlington', 'CO'),
(72487, 237, 2386, 'Byers', 'CO'),
(72488, 237, 2386, 'Cahone', 'CO'),
(72489, 237, 2386, 'Calhan', 'CO'),
(72490, 237, 2386, 'Cañon City', 'CO'),
(72491, 237, 2386, 'Carbondale', 'CO'),
(72492, 237, 2386, 'Carr', 'CO'),
(72493, 237, 2386, 'Cascade', 'CO'),
(72494, 237, 2386, 'Castle Rock', 'CO'),
(72495, 237, 2386, 'Cedaredge', 'CO'),
(72496, 237, 2386, 'Center', 'CO'),
(72497, 237, 2386, 'Central City', 'CO'),
(72498, 237, 2386, 'Cheraw', 'CO'),
(72499, 237, 2386, 'Cheyenne Wells', 'CO'),
(72500, 237, 2386, 'Cimarron', 'CO'),
(72501, 237, 2386, 'Clifton', 'CO'),
(72502, 237, 2386, 'Collbran', 'CO'),
(72503, 237, 2386, 'Colorado City', 'CO'),
(72504, 237, 2386, 'Colorado Springs', 'CO'),
(72505, 237, 2386, 'Commerce City', 'CO'),
(72506, 237, 2386, 'Como', 'CO'),
(72507, 237, 2386, 'Conifer', 'CO'),
(72508, 237, 2386, 'Cortez', 'CO'),
(72509, 237, 2386, 'Cotopaxi', 'CO'),
(72510, 237, 2386, 'Craig', 'CO'),
(72511, 237, 2386, 'Crawford', 'CO'),
(72512, 237, 2386, 'Creede', 'CO'),
(72513, 237, 2386, 'Crested Butte', 'CO'),
(72514, 237, 2386, 'Crestone', 'CO'),
(72515, 237, 2386, 'Cripple Creek', 'CO'),
(72516, 237, 2386, 'Crook', 'CO'),
(72517, 237, 2386, 'Dacono', 'CO'),
(72518, 237, 2386, 'De Beque', 'CO'),
(72519, 237, 2386, 'Deer Trail', 'CO'),
(72520, 237, 2386, 'Delta', 'CO'),
(72521, 237, 2386, 'Denver', 'CO'),
(72522, 237, 2386, 'Dillon', 'CO'),
(72523, 237, 2386, 'Divide', 'CO'),
(72524, 237, 2386, 'Dolores', 'CO'),
(72525, 237, 2386, 'Dupont', 'CO'),
(72526, 237, 2386, 'Durango', 'CO'),
(72527, 237, 2386, 'Eads', 'CO'),
(72528, 237, 2386, 'Eagle', 'CO'),
(72529, 237, 2386, 'Eastlake', 'CO'),
(72530, 237, 2386, 'Eaton', 'CO'),
(72531, 237, 2386, 'Eckert', 'CO'),
(72532, 237, 2386, 'Eckley', 'CO'),
(72533, 237, 2386, 'Edwards', 'CO'),
(72534, 237, 2386, 'Elbert', 'CO'),
(72535, 237, 2386, 'Elizabeth', 'CO'),
(72536, 237, 2386, 'Englewood', 'CO'),
(72537, 237, 2386, 'Erie', 'CO'),
(72538, 237, 2386, 'Estes Park', 'CO'),
(72539, 237, 2386, 'Evans', 'CO'),
(72540, 237, 2386, 'Evergreen', 'CO'),
(72541, 237, 2386, 'Fairplay', 'CO'),
(72542, 237, 2386, 'Firestone', 'CO'),
(72543, 237, 2386, 'Flagler', 'CO'),
(72544, 237, 2386, 'Fleming', 'CO'),
(72545, 237, 2386, 'Florence', 'CO'),
(72546, 237, 2386, 'Florissant', 'CO'),
(72547, 237, 2386, 'Fort Collins', 'CO'),
(72548, 237, 2386, 'Fort Garland', 'CO'),
(72549, 237, 2386, 'Fort Lupton', 'CO'),
(72550, 237, 2386, 'Fort Morgan', 'CO'),
(72551, 237, 2386, 'Fountain', 'CO'),
(72552, 237, 2386, 'Fowler', 'CO'),
(72553, 237, 2386, 'Franktown', 'CO'),
(72554, 237, 2386, 'Fraser', 'CO'),
(72555, 237, 2386, 'Frederick', 'CO'),
(72556, 237, 2386, 'Frisco', 'CO'),
(72557, 237, 2386, 'Fruita', 'CO'),
(72558, 237, 2386, 'Gateway', 'CO'),
(72559, 237, 2386, 'Georgetown', 'CO'),
(72560, 237, 2386, 'Gilcrest', 'CO'),
(72561, 237, 2386, 'Gill', 'CO'),
(72562, 237, 2386, 'Glenwood Springs', 'CO'),
(72563, 237, 2386, 'Golden', 'CO'),
(72564, 237, 2386, 'Granby', 'CO'),
(72565, 237, 2386, 'Grand Junction', 'CO'),
(72566, 237, 2386, 'Grand Lake', 'CO'),
(72567, 237, 2386, 'Greeley', 'CO'),
(72568, 237, 2386, 'Green Mountain Falls', 'CO'),
(72569, 237, 2386, 'Greystone', 'CO'),
(72570, 237, 2386, 'Guffey', 'CO'),
(72571, 237, 2386, 'Gunnison', 'CO'),
(72572, 237, 2386, 'Gypsum', 'CO'),
(72573, 237, 2386, 'Haxtun', 'CO'),
(72574, 237, 2386, 'Hayden', 'CO'),
(72575, 237, 2386, 'Henderson', 'CO'),
(72576, 237, 2386, 'Hesperus', 'CO'),
(72577, 237, 2386, 'Hillrose', 'CO'),
(72578, 237, 2386, 'Holly', 'CO'),
(72579, 237, 2386, 'Holyoke', 'CO'),
(72580, 237, 2386, 'Hot Sulphur Springs', 'CO'),
(72581, 237, 2386, 'Hotchkiss', 'CO'),
(72582, 237, 2386, 'Hudson', 'CO'),
(72583, 237, 2386, 'Hugo', 'CO'),
(72584, 237, 2386, 'Idaho Springs', 'CO'),
(72585, 237, 2386, 'Idledale', 'CO'),
(72586, 237, 2386, 'Ignacio', 'CO'),
(72587, 237, 2386, 'Indian Hills', 'CO'),
(72588, 237, 2386, 'Jamestown', 'CO'),
(72589, 237, 2386, 'Jefferson', 'CO'),
(72590, 237, 2386, 'Joes', 'CO'),
(72591, 237, 2386, 'Johnstown', 'CO'),
(72592, 237, 2386, 'Julesburg', 'CO'),
(72593, 237, 2386, 'Keenesburg', 'CO'),
(72594, 237, 2386, 'Kersey', 'CO'),
(72595, 237, 2386, 'Kiowa', 'CO'),
(72596, 237, 2386, 'Kit Carson', 'CO'),
(72597, 237, 2386, 'Kittredge', 'CO'),
(72598, 237, 2386, 'Kremmling', 'CO'),
(72599, 237, 2386, 'La Jara', 'CO'),
(72600, 237, 2386, 'La Junta', 'CO'),
(72601, 237, 2386, 'La Salle', 'CO'),
(72602, 237, 2386, 'La Veta', 'CO'),
(72603, 237, 2386, 'Lafayette', 'CO'),
(72604, 237, 2386, 'Lake City', 'CO'),
(72605, 237, 2386, 'Lamar', 'CO'),
(72606, 237, 2386, 'Laporte', 'CO'),
(72607, 237, 2386, 'Larkspur', 'CO'),
(72608, 237, 2386, 'Las Animas', 'CO'),
(72609, 237, 2386, 'Leadville', 'CO'),
(72610, 237, 2386, 'Limon', 'CO'),
(72611, 237, 2386, 'Littleton', 'CO'),
(72612, 237, 2386, 'Livermore', 'CO'),
(72613, 237, 2386, 'Loma', 'CO'),
(72614, 237, 2386, 'Longmont', 'CO'),
(72615, 237, 2386, 'Louisville', 'CO'),
(72616, 237, 2386, 'Louviers', 'CO'),
(72617, 237, 2386, 'Loveland', 'CO'),
(72618, 237, 2386, 'Lyons', 'CO');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(72619, 237, 2386, 'Mancos', 'CO'),
(72620, 237, 2386, 'Manitou Springs', 'CO'),
(72621, 237, 2386, 'Manzanola', 'CO'),
(72622, 237, 2386, 'McCoy', 'CO'),
(72623, 237, 2386, 'Mead', 'CO'),
(72624, 237, 2386, 'Meeker', 'CO'),
(72625, 237, 2386, 'Merino', 'CO'),
(72626, 237, 2386, 'Mesa', 'CO'),
(72627, 237, 2386, 'Milliken', 'CO'),
(72628, 237, 2386, 'Minturn', 'CO'),
(72629, 237, 2386, 'Monte Vista', 'CO'),
(72630, 237, 2386, 'Montrose', 'CO'),
(72631, 237, 2386, 'Monument', 'CO'),
(72632, 237, 2386, 'Morrison', 'CO'),
(72633, 237, 2386, 'Mosca', 'CO'),
(72634, 237, 2386, 'Naturita', 'CO'),
(72635, 237, 2386, 'Nederland', 'CO'),
(72636, 237, 2386, 'New Castle', 'CO'),
(72637, 237, 2386, 'Niwot', 'CO'),
(72638, 237, 2386, 'Norwood', 'CO'),
(72639, 237, 2386, 'Nucla', 'CO'),
(72640, 237, 2386, 'Nunn', 'CO'),
(72641, 237, 2386, 'Oak Creek', 'CO'),
(72642, 237, 2386, 'Olathe', 'CO'),
(72643, 237, 2386, 'Olney Springs', 'CO'),
(72644, 237, 2386, 'Orchard', 'CO'),
(72645, 237, 2386, 'Ordway', 'CO'),
(72646, 237, 2386, 'Otis', 'CO'),
(72647, 237, 2386, 'Ouray', 'CO'),
(72648, 237, 2386, 'Ovid', 'CO'),
(72649, 237, 2386, 'Pagosa Springs', 'CO'),
(72650, 237, 2386, 'Palisade', 'CO'),
(72651, 237, 2386, 'Palmer Lake', 'CO'),
(72652, 237, 2386, 'Paonia', 'CO'),
(72653, 237, 2386, 'Parachute', 'CO'),
(72654, 237, 2386, 'Parker', 'CO'),
(72655, 237, 2386, 'Peetz', 'CO'),
(72656, 237, 2386, 'Penrose', 'CO'),
(72657, 237, 2386, 'Peyton', 'CO'),
(72658, 237, 2386, 'Pierce', 'CO'),
(72659, 237, 2386, 'Pine Grove', 'CO'),
(72660, 237, 2386, 'Placerville', 'CO'),
(72661, 237, 2386, 'Platteville', 'CO'),
(72662, 237, 2386, 'Poncha Springs', 'CO'),
(72663, 237, 2386, 'Pritchett', 'CO'),
(72664, 237, 2386, 'Pueblo', 'CO'),
(72665, 237, 2386, 'Ramah', 'CO'),
(72666, 237, 2386, 'Rangely', 'CO'),
(72667, 237, 2386, 'Ridgway', 'CO'),
(72668, 237, 2386, 'Rifle', 'CO'),
(72669, 237, 2386, 'Rocky Ford', 'CO'),
(72670, 237, 2386, 'Rush', 'CO'),
(72671, 237, 2386, 'Rye', 'CO'),
(72672, 237, 2386, 'Salida', 'CO'),
(72673, 237, 2386, 'Sedalia', 'CO'),
(72674, 237, 2386, 'Sedgwick', 'CO'),
(72675, 237, 2386, 'Seibert', 'CO'),
(72676, 237, 2386, 'Severance', 'CO'),
(72677, 237, 2386, 'Silt', 'CO'),
(72678, 237, 2386, 'Silverthorne', 'CO'),
(72679, 237, 2386, 'Simla', 'CO'),
(72680, 237, 2386, 'Snowmass', 'CO'),
(72681, 237, 2386, 'Snowmass Village', 'CO'),
(72682, 237, 2386, 'South Fork', 'CO'),
(72683, 237, 2386, 'Springfield', 'CO'),
(72684, 237, 2386, 'Steamboat Springs', 'CO'),
(72685, 237, 2386, 'Sterling', 'CO'),
(72686, 237, 2386, 'Strasburg', 'CO'),
(72687, 237, 2386, 'Stratton', 'CO'),
(72688, 237, 2386, 'Tabernash', 'CO'),
(72689, 237, 2386, 'Telluride', 'CO'),
(72690, 237, 2386, 'Timnath', 'CO'),
(72691, 237, 2386, 'Towaoc', 'CO'),
(72692, 237, 2386, 'Trinidad', 'CO'),
(72693, 237, 2386, 'Vail', 'CO'),
(72694, 237, 2386, 'Victor', 'CO'),
(72695, 237, 2386, 'Vilas', 'CO'),
(72696, 237, 2386, 'Villa Grove', 'CO'),
(72697, 237, 2386, 'Vona', 'CO'),
(72698, 237, 2386, 'Walsenburg', 'CO'),
(72699, 237, 2386, 'Walsh', 'CO'),
(72700, 237, 2386, 'Warren', 'CO'),
(72701, 237, 2386, 'Watkins', 'CO'),
(72702, 237, 2386, 'Wellington', 'CO'),
(72703, 237, 2386, 'Westcliffe', 'CO'),
(72704, 237, 2386, 'Westminster', 'CO'),
(72705, 237, 2386, 'Weston', 'CO'),
(72706, 237, 2386, 'Wheat Ridge', 'CO'),
(72707, 237, 2386, 'Whitewater', 'CO'),
(72708, 237, 2386, 'Wiggins', 'CO'),
(72709, 237, 2386, 'Wiley', 'CO'),
(72710, 237, 2386, 'Windsor', 'CO'),
(72711, 237, 2386, 'Winter Park', 'CO'),
(72712, 237, 2386, 'Woodland Park', 'CO'),
(72713, 237, 2386, 'Woody Creek', 'CO'),
(72714, 237, 2386, 'Wray', 'CO'),
(72715, 237, 2386, 'Yampa', 'CO'),
(72716, 237, 2386, 'Yoder', 'CO'),
(72717, 237, 2386, 'Yuma', 'CO'),
(72718, 237, 2387, 'Amston', 'CT'),
(72719, 237, 2387, 'Andover', 'CT'),
(72720, 237, 2387, 'Ansonia', 'CT'),
(72721, 237, 2387, 'Ashford', 'CT'),
(72722, 237, 2387, 'Avon', 'CT'),
(72723, 237, 2387, 'Baltic', 'CT'),
(72724, 237, 2387, 'Bantam', 'CT'),
(72725, 237, 2387, 'Barkhamsted', 'CT'),
(72726, 237, 2387, 'Beacon Falls', 'CT'),
(72727, 237, 2387, 'Berlin', 'CT'),
(72728, 237, 2387, 'Bethany', 'CT'),
(72729, 237, 2387, 'Bethel', 'CT'),
(72730, 237, 2387, 'Bethlehem', 'CT'),
(72731, 237, 2387, 'Bloomfield', 'CT'),
(72732, 237, 2387, 'Bolton', 'CT'),
(72733, 237, 2387, 'Branford', 'CT'),
(72734, 237, 2387, 'Bridgeport', 'CT'),
(72735, 237, 2387, 'Bridgewater', 'CT'),
(72736, 237, 2387, 'Bristol', 'CT'),
(72737, 237, 2387, 'Broad Brook', 'CT'),
(72738, 237, 2387, 'Brookfield', 'CT'),
(72739, 237, 2387, 'Brooklyn', 'CT'),
(72740, 237, 2387, 'Burlington', 'CT'),
(72741, 237, 2387, 'Canaan', 'CT'),
(72742, 237, 2387, 'Canterbury', 'CT'),
(72743, 237, 2387, 'Canton', 'CT'),
(72744, 237, 2387, 'Canton Center', 'CT'),
(72745, 237, 2387, 'Centerbrook', 'CT'),
(72746, 237, 2387, 'Central Village', 'CT'),
(72747, 237, 2387, 'Chaplin', 'CT'),
(72748, 237, 2387, 'Cheshire', 'CT'),
(72749, 237, 2387, 'Chester', 'CT'),
(72750, 237, 2387, 'Clinton', 'CT'),
(72751, 237, 2387, 'Cobalt', 'CT'),
(72752, 237, 2387, 'Colchester', 'CT'),
(72753, 237, 2387, 'Colebrook', 'CT'),
(72754, 237, 2387, 'Collinsville', 'CT'),
(72755, 237, 2387, 'Columbia', 'CT'),
(72756, 237, 2387, 'Cornwall Bridge', 'CT'),
(72757, 237, 2387, 'Cos Cob', 'CT'),
(72758, 237, 2387, 'Coventry', 'CT'),
(72759, 237, 2387, 'Cromwell', 'CT'),
(72760, 237, 2387, 'Danbury', 'CT'),
(72761, 237, 2387, 'Danielson', 'CT'),
(72762, 237, 2387, 'Darien', 'CT'),
(72763, 237, 2387, 'Dayville', 'CT'),
(72764, 237, 2387, 'Deep River', 'CT'),
(72765, 237, 2387, 'Derby', 'CT'),
(72766, 237, 2387, 'Durham', 'CT'),
(72767, 237, 2387, 'East Berlin', 'CT'),
(72768, 237, 2387, 'East Glastonbury', 'CT'),
(72769, 237, 2387, 'East Granby', 'CT'),
(72770, 237, 2387, 'East Haddam', 'CT'),
(72771, 237, 2387, 'East Hampton', 'CT'),
(72772, 237, 2387, 'East Hartford', 'CT'),
(72773, 237, 2387, 'East Haven', 'CT'),
(72774, 237, 2387, 'Easton', 'CT'),
(72775, 237, 2387, 'Ellington', 'CT'),
(72776, 237, 2387, 'Enfield', 'CT'),
(72777, 237, 2387, 'Essex', 'CT'),
(72778, 237, 2387, 'Fairfield', 'CT'),
(72779, 237, 2387, 'Falls Village', 'CT'),
(72780, 237, 2387, 'Farmington', 'CT'),
(72781, 237, 2387, 'Gales Ferry', 'CT'),
(72782, 237, 2387, 'Gaylordsville', 'CT'),
(72783, 237, 2387, 'Gilman', 'CT'),
(72784, 237, 2387, 'Glastonbury', 'CT'),
(72785, 237, 2387, 'Goshen', 'CT'),
(72786, 237, 2387, 'Granby', 'CT'),
(72787, 237, 2387, 'Greens Farms', 'CT'),
(72788, 237, 2387, 'Greenwich', 'CT'),
(72789, 237, 2387, 'Grosvenor Dale', 'CT'),
(72790, 237, 2387, 'Groton', 'CT'),
(72791, 237, 2387, 'Guilford', 'CT'),
(72792, 237, 2387, 'Haddam', 'CT'),
(72793, 237, 2387, 'Hamden', 'CT'),
(72794, 237, 2387, 'Hampton', 'CT'),
(72795, 237, 2387, 'Hartford', 'CT'),
(72796, 237, 2387, 'Harwinton', 'CT'),
(72797, 237, 2387, 'Hebron', 'CT'),
(72798, 237, 2387, 'Higganum', 'CT'),
(72799, 237, 2387, 'Ivoryton', 'CT'),
(72800, 237, 2387, 'Jewett City', 'CT'),
(72801, 237, 2387, 'Kent', 'CT'),
(72802, 237, 2387, 'Killingworth', 'CT'),
(72803, 237, 2387, 'Lakeville', 'CT'),
(72804, 237, 2387, 'Lebanon', 'CT'),
(72805, 237, 2387, 'Ledyard Center', 'CT'),
(72806, 237, 2387, 'Litchfield', 'CT'),
(72807, 237, 2387, 'Madison', 'CT'),
(72808, 237, 2387, 'Manchester', 'CT'),
(72809, 237, 2387, 'Mansfield Center', 'CT'),
(72810, 237, 2387, 'Mansfield Depot', 'CT'),
(72811, 237, 2387, 'Marion', 'CT'),
(72812, 237, 2387, 'Marlborough', 'CT'),
(72813, 237, 2387, 'Meriden', 'CT'),
(72814, 237, 2387, 'Middle Haddam', 'CT'),
(72815, 237, 2387, 'Middlebury', 'CT'),
(72816, 237, 2387, 'Middlefield', 'CT'),
(72817, 237, 2387, 'Middletown', 'CT'),
(72818, 237, 2387, 'Milford', 'CT'),
(72819, 237, 2387, 'Milldale', 'CT'),
(72820, 237, 2387, 'Monroe', 'CT'),
(72821, 237, 2387, 'Moodus', 'CT'),
(72822, 237, 2387, 'Moosup', 'CT'),
(72823, 237, 2387, 'Morris', 'CT'),
(72824, 237, 2387, 'Mystic', 'CT'),
(72825, 237, 2387, 'Naugatuck', 'CT'),
(72826, 237, 2387, 'New Britain', 'CT'),
(72827, 237, 2387, 'New Canaan', 'CT'),
(72828, 237, 2387, 'New Fairfield', 'CT'),
(72829, 237, 2387, 'New Hartford', 'CT'),
(72830, 237, 2387, 'New Haven', 'CT'),
(72831, 237, 2387, 'New London', 'CT'),
(72832, 237, 2387, 'New Milford', 'CT'),
(72833, 237, 2387, 'New Preston', 'CT'),
(72834, 237, 2387, 'Newington', 'CT'),
(72835, 237, 2387, 'Newtown', 'CT'),
(72836, 237, 2387, 'Niantic', 'CT'),
(72837, 237, 2387, 'Norfolk', 'CT'),
(72838, 237, 2387, 'North Branford', 'CT'),
(72839, 237, 2387, 'North Franklin', 'CT'),
(72840, 237, 2387, 'North Granby', 'CT'),
(72841, 237, 2387, 'North Grosvenor Dale', 'CT'),
(72842, 237, 2387, 'North Haven', 'CT'),
(72843, 237, 2387, 'North Stonington', 'CT'),
(72844, 237, 2387, 'North Windham', 'CT'),
(72845, 237, 2387, 'Northfield', 'CT'),
(72846, 237, 2387, 'Northford', 'CT'),
(72847, 237, 2387, 'Norwalk', 'CT'),
(72848, 237, 2387, 'Norwich', 'CT'),
(72849, 237, 2387, 'Oakdale', 'CT'),
(72850, 237, 2387, 'Oakville', 'CT'),
(72851, 237, 2387, 'Old Greenwich', 'CT'),
(72852, 237, 2387, 'Old Lyme', 'CT'),
(72853, 237, 2387, 'Old Mystic', 'CT'),
(72854, 237, 2387, 'Old Saybrook', 'CT'),
(72855, 237, 2387, 'Oneco', 'CT'),
(72856, 237, 2387, 'Orange', 'CT'),
(72857, 237, 2387, 'Oxford', 'CT'),
(72858, 237, 2387, 'Pawcatuck', 'CT'),
(72859, 237, 2387, 'Plainfield', 'CT'),
(72860, 237, 2387, 'Plainville', 'CT'),
(72861, 237, 2387, 'Plantsville', 'CT'),
(72862, 237, 2387, 'Plymouth', 'CT'),
(72863, 237, 2387, 'Pomfret', 'CT'),
(72864, 237, 2387, 'Pomfret Center', 'CT'),
(72865, 237, 2387, 'Poquonock', 'CT'),
(72866, 237, 2387, 'Portland', 'CT'),
(72867, 237, 2387, 'Preston City', 'CT'),
(72868, 237, 2387, 'Prospect', 'CT'),
(72869, 237, 2387, 'Putnam', 'CT'),
(72870, 237, 2387, 'Quaker Hill', 'CT'),
(72871, 237, 2387, 'Redding', 'CT'),
(72872, 237, 2387, 'Ridgefield', 'CT'),
(72873, 237, 2387, 'Riverside', 'CT'),
(72874, 237, 2387, 'Riverton', 'CT'),
(72875, 237, 2387, 'Rockville', 'CT'),
(72876, 237, 2387, 'Rocky Hill', 'CT'),
(72877, 237, 2387, 'Rogers', 'CT'),
(72878, 237, 2387, 'Roxbury', 'CT'),
(72879, 237, 2387, 'Salem', 'CT'),
(72880, 237, 2387, 'Salisbury', 'CT'),
(72881, 237, 2387, 'Sandy Hook', 'CT'),
(72882, 237, 2387, 'Scotland', 'CT'),
(72883, 237, 2387, 'Seymour', 'CT'),
(72884, 237, 2387, 'Sharon', 'CT'),
(72885, 237, 2387, 'Shelton', 'CT'),
(72886, 237, 2387, 'Sherman', 'CT'),
(72887, 237, 2387, 'Simsbury', 'CT'),
(72888, 237, 2387, 'Somers', 'CT'),
(72889, 237, 2387, 'South Glastonbury', 'CT'),
(72890, 237, 2387, 'South Kent', 'CT'),
(72891, 237, 2387, 'South Lyme', 'CT'),
(72892, 237, 2387, 'South Willington', 'CT'),
(72893, 237, 2387, 'South Windham', 'CT'),
(72894, 237, 2387, 'South Windsor', 'CT'),
(72895, 237, 2387, 'Southbury', 'CT'),
(72896, 237, 2387, 'Southington', 'CT'),
(72897, 237, 2387, 'Southport', 'CT'),
(72898, 237, 2387, 'Stafford Springs', 'CT'),
(72899, 237, 2387, 'Stamford', 'CT'),
(72900, 237, 2387, 'Sterling', 'CT'),
(72901, 237, 2387, 'Stonington', 'CT'),
(72902, 237, 2387, 'Storrs', 'CT'),
(72903, 237, 2387, 'Stratford', 'CT'),
(72904, 237, 2387, 'Suffield', 'CT'),
(72905, 237, 2387, 'Taftville', 'CT'),
(72906, 237, 2387, 'Tariffville', 'CT'),
(72907, 237, 2387, 'Terryville', 'CT'),
(72908, 237, 2387, 'Thomaston', 'CT'),
(72909, 237, 2387, 'Thompson', 'CT'),
(72910, 237, 2387, 'Tolland', 'CT'),
(72911, 237, 2387, 'Torrington', 'CT'),
(72912, 237, 2387, 'Town of Bozrah', 'CT'),
(72913, 237, 2387, 'Town of East Lyme', 'CT'),
(72914, 237, 2387, 'Trumbull', 'CT'),
(72915, 237, 2387, 'Uncasville', 'CT'),
(72916, 237, 2387, 'Unionville', 'CT'),
(72917, 237, 2387, 'Voluntown', 'CT'),
(72918, 237, 2387, 'Wallingford', 'CT'),
(72919, 237, 2387, 'Washington', 'CT'),
(72920, 237, 2387, 'Waterbury', 'CT'),
(72921, 237, 2387, 'Waterford', 'CT'),
(72922, 237, 2387, 'Watertown', 'CT'),
(72923, 237, 2387, 'Wauregan', 'CT'),
(72924, 237, 2387, 'Weatogue', 'CT'),
(72925, 237, 2387, 'West Cornwall', 'CT'),
(72926, 237, 2387, 'West Granby', 'CT'),
(72927, 237, 2387, 'West Hartford', 'CT'),
(72928, 237, 2387, 'West Hartland', 'CT'),
(72929, 237, 2387, 'West Haven', 'CT'),
(72930, 237, 2387, 'West Mystic', 'CT'),
(72931, 237, 2387, 'West Simsbury', 'CT'),
(72932, 237, 2387, 'West Suffield', 'CT'),
(72933, 237, 2387, 'Westbrook', 'CT'),
(72934, 237, 2387, 'Weston', 'CT'),
(72935, 237, 2387, 'Westport', 'CT'),
(72936, 237, 2387, 'Wethersfield', 'CT'),
(72937, 237, 2387, 'Willimantic', 'CT'),
(72938, 237, 2387, 'Wilton', 'CT'),
(72939, 237, 2387, 'Winchester Center', 'CT'),
(72940, 237, 2387, 'Windham', 'CT'),
(72941, 237, 2387, 'Windsor', 'CT'),
(72942, 237, 2387, 'Windsor Locks', 'CT'),
(72943, 237, 2387, 'Winsted', 'CT'),
(72944, 237, 2387, 'Wolcott', 'CT'),
(72945, 237, 2387, 'Woodbridge', 'CT'),
(72946, 237, 2387, 'Woodbury', 'CT'),
(72947, 237, 2387, 'Woodstock', 'CT'),
(72948, 237, 2387, 'Yantic', 'CT'),
(72949, 237, 2388, 'Bear', 'DE'),
(72950, 237, 2388, 'Bethany Beach', 'DE'),
(72951, 237, 2388, 'Bridgeville', 'DE'),
(72952, 237, 2388, 'Cheswold', 'DE'),
(72953, 237, 2388, 'Claymont', 'DE'),
(72954, 237, 2388, 'Clayton', 'DE'),
(72955, 237, 2388, 'Dagsboro', 'DE'),
(72956, 237, 2388, 'Delaware City', 'DE'),
(72957, 237, 2388, 'Delmar', 'DE'),
(72958, 237, 2388, 'Dover', 'DE'),
(72959, 237, 2388, 'Ellendale', 'DE'),
(72960, 237, 2388, 'Felton', 'DE'),
(72961, 237, 2388, 'Fenwick Island', 'DE'),
(72962, 237, 2388, 'Frankford', 'DE'),
(72963, 237, 2388, 'Frederica', 'DE'),
(72964, 237, 2388, 'Georgetown', 'DE'),
(72965, 237, 2388, 'Greenwood', 'DE'),
(72966, 237, 2388, 'Harbeson', 'DE'),
(72967, 237, 2388, 'Harrington', 'DE'),
(72968, 237, 2388, 'Hartly', 'DE'),
(72969, 237, 2388, 'Hockessin', 'DE'),
(72970, 237, 2388, 'Houston', 'DE'),
(72971, 237, 2388, 'Kenton', 'DE'),
(72972, 237, 2388, 'Kirkwood', 'DE'),
(72973, 237, 2388, 'Laurel', 'DE'),
(72974, 237, 2388, 'Lewes', 'DE'),
(72975, 237, 2388, 'Lincoln', 'DE'),
(72976, 237, 2388, 'Magnolia', 'DE'),
(72977, 237, 2388, 'Marydel', 'DE'),
(72978, 237, 2388, 'Middletown', 'DE'),
(72979, 237, 2388, 'Milford', 'DE'),
(72980, 237, 2388, 'Millsboro', 'DE'),
(72981, 237, 2388, 'Millville', 'DE'),
(72982, 237, 2388, 'Milton', 'DE'),
(72983, 237, 2388, 'Nassau', 'DE'),
(72984, 237, 2388, 'New Castle', 'DE'),
(72985, 237, 2388, 'Newark', 'DE'),
(72986, 237, 2388, 'Ocean View', 'DE'),
(72987, 237, 2388, 'Odessa', 'DE'),
(72988, 237, 2388, 'Rehoboth Beach', 'DE'),
(72989, 237, 2388, 'Rockland', 'DE'),
(72990, 237, 2388, 'Seaford', 'DE'),
(72991, 237, 2388, 'Selbyville', 'DE'),
(72992, 237, 2388, 'Smyrna', 'DE'),
(72993, 237, 2388, 'Townsend', 'DE'),
(72994, 237, 2388, 'Viola', 'DE'),
(72995, 237, 2388, 'Wilmington', 'DE'),
(72996, 237, 2388, 'Winterthur', 'DE'),
(72997, 237, 2388, 'Wyoming', 'DE'),
(72998, 237, 2388, 'Yorklyn', 'DE'),
(72999, 237, 2389, 'Washington', 'DC'),
(73000, 237, 2390, 'Alachua', 'FL'),
(73001, 237, 2390, 'Altamonte Springs', 'FL'),
(73002, 237, 2390, 'Altha', 'FL'),
(73003, 237, 2390, 'Altoona', 'FL'),
(73004, 237, 2390, 'Alva', 'FL'),
(73005, 237, 2390, 'Anna Maria', 'FL'),
(73006, 237, 2390, 'Anthony', 'FL'),
(73007, 237, 2390, 'Apalachicola', 'FL'),
(73008, 237, 2390, 'Apollo Beach', 'FL'),
(73009, 237, 2390, 'Apopka', 'FL'),
(73010, 237, 2390, 'Arcadia', 'FL'),
(73011, 237, 2390, 'Archer', 'FL'),
(73012, 237, 2390, 'Argyle', 'FL'),
(73013, 237, 2390, 'Astatula', 'FL'),
(73014, 237, 2390, 'Astor', 'FL'),
(73015, 237, 2390, 'Atlantic Beach', 'FL'),
(73016, 237, 2390, 'Auburndale', 'FL'),
(73017, 237, 2390, 'Aventura', 'FL'),
(73018, 237, 2390, 'Avon Park', 'FL'),
(73019, 237, 2390, 'Babson Park', 'FL'),
(73020, 237, 2390, 'Baker', 'FL'),
(73021, 237, 2390, 'Bartow', 'FL'),
(73022, 237, 2390, 'Bell', 'FL'),
(73023, 237, 2390, 'Belle Glade', 'FL'),
(73024, 237, 2390, 'Belleair Beach', 'FL'),
(73025, 237, 2390, 'Belleview', 'FL'),
(73026, 237, 2390, 'Beverly Hills', 'FL'),
(73027, 237, 2390, 'Big Pine Key', 'FL'),
(73028, 237, 2390, 'Blountstown', 'FL'),
(73029, 237, 2390, 'Boca Grande', 'FL'),
(73030, 237, 2390, 'Boca Raton', 'FL'),
(73031, 237, 2390, 'Bokeelia', 'FL'),
(73032, 237, 2390, 'Bonifay', 'FL'),
(73033, 237, 2390, 'Bonita Springs', 'FL'),
(73034, 237, 2390, 'Bostwick', 'FL'),
(73035, 237, 2390, 'Bowling Green', 'FL'),
(73036, 237, 2390, 'Boynton Beach', 'FL'),
(73037, 237, 2390, 'Bradenton', 'FL'),
(73038, 237, 2390, 'Bradenton Beach', 'FL'),
(73039, 237, 2390, 'Bradley Junction', 'FL'),
(73040, 237, 2390, 'Brandon', 'FL'),
(73041, 237, 2390, 'Branford', 'FL'),
(73042, 237, 2390, 'Bristol', 'FL'),
(73043, 237, 2390, 'Bronson', 'FL'),
(73044, 237, 2390, 'Brooker', 'FL'),
(73045, 237, 2390, 'Brooksville', 'FL'),
(73046, 237, 2390, 'Bryceville', 'FL'),
(73047, 237, 2390, 'Bunnell', 'FL'),
(73048, 237, 2390, 'Bushnell', 'FL'),
(73049, 237, 2390, 'Callahan', 'FL'),
(73050, 237, 2390, 'Campbellton', 'FL'),
(73051, 237, 2390, 'Canal Point', 'FL'),
(73052, 237, 2390, 'Cantonment', 'FL'),
(73053, 237, 2390, 'Cape Canaveral', 'FL'),
(73054, 237, 2390, 'Cape Coral', 'FL'),
(73055, 237, 2390, 'Carrabelle', 'FL'),
(73056, 237, 2390, 'Casselberry', 'FL'),
(73057, 237, 2390, 'Cedar Key', 'FL'),
(73058, 237, 2390, 'Center Hill', 'FL'),
(73059, 237, 2390, 'Century', 'FL'),
(73060, 237, 2390, 'Chattahoochee', 'FL'),
(73061, 237, 2390, 'Chiefland', 'FL'),
(73062, 237, 2390, 'Chipley', 'FL'),
(73063, 237, 2390, 'Christmas', 'FL'),
(73064, 237, 2390, 'Citra', 'FL'),
(73065, 237, 2390, 'Clarksville', 'FL'),
(73066, 237, 2390, 'Clearwater', 'FL'),
(73067, 237, 2390, 'Clearwater Beach', 'FL'),
(73068, 237, 2390, 'Clermont', 'FL'),
(73069, 237, 2390, 'Clewiston', 'FL'),
(73070, 237, 2390, 'Cocoa', 'FL'),
(73071, 237, 2390, 'Cocoa Beach', 'FL'),
(73072, 237, 2390, 'Coleman', 'FL'),
(73073, 237, 2390, 'Coral Gables', 'FL'),
(73074, 237, 2390, 'Cortez', 'FL'),
(73075, 237, 2390, 'Cottondale', 'FL'),
(73076, 237, 2390, 'Crawfordville', 'FL'),
(73077, 237, 2390, 'Crescent City', 'FL'),
(73078, 237, 2390, 'Crestview', 'FL'),
(73079, 237, 2390, 'Cross City', 'FL'),
(73080, 237, 2390, 'Crystal Beach', 'FL'),
(73081, 237, 2390, 'Crystal River', 'FL'),
(73082, 237, 2390, 'Dade City', 'FL'),
(73083, 237, 2390, 'Dania Beach', 'FL'),
(73084, 237, 2390, 'Davenport', 'FL'),
(73085, 237, 2390, 'Daytona Beach', 'FL'),
(73086, 237, 2390, 'De Leon Springs', 'FL'),
(73087, 237, 2390, 'DeBary', 'FL'),
(73088, 237, 2390, 'Deerfield Beach', 'FL'),
(73089, 237, 2390, 'DeFuniak Springs', 'FL'),
(73090, 237, 2390, 'DeLand', 'FL'),
(73091, 237, 2390, 'Delray Beach', 'FL'),
(73092, 237, 2390, 'Deltona', 'FL'),
(73093, 237, 2390, 'Destin', 'FL'),
(73094, 237, 2390, 'Dover', 'FL'),
(73095, 237, 2390, 'Dundee', 'FL'),
(73096, 237, 2390, 'Dunedin', 'FL'),
(73097, 237, 2390, 'Dunnellon', 'FL'),
(73098, 237, 2390, 'Eagle Lake', 'FL'),
(73099, 237, 2390, 'Earleton', 'FL'),
(73100, 237, 2390, 'East Palatka', 'FL'),
(73101, 237, 2390, 'Eastpoint', 'FL'),
(73102, 237, 2390, 'Eaton Park', 'FL'),
(73103, 237, 2390, 'Ebro', 'FL'),
(73104, 237, 2390, 'Edgewater', 'FL'),
(73105, 237, 2390, 'Eglin', 'FL'),
(73106, 237, 2390, 'Elkton', 'FL'),
(73107, 237, 2390, 'Ellenton', 'FL'),
(73108, 237, 2390, 'Englewood', 'FL'),
(73109, 237, 2390, 'Estero', 'FL'),
(73110, 237, 2390, 'Eustis', 'FL'),
(73111, 237, 2390, 'Fairfield', 'FL'),
(73112, 237, 2390, 'Felda', 'FL'),
(73113, 237, 2390, 'Fellsmere', 'FL'),
(73114, 237, 2390, 'Fernandina Beach', 'FL'),
(73115, 237, 2390, 'Flagler Beach', 'FL'),
(73116, 237, 2390, 'Florahome', 'FL'),
(73117, 237, 2390, 'Floral City', 'FL'),
(73118, 237, 2390, 'Fort Lauderdale', 'FL'),
(73119, 237, 2390, 'Fort McCoy', 'FL'),
(73120, 237, 2390, 'Fort Meade', 'FL'),
(73121, 237, 2390, 'Fort Myers', 'FL'),
(73122, 237, 2390, 'Fort Myers Beach', 'FL'),
(73123, 237, 2390, 'Fort Walton Beach', 'FL'),
(73124, 237, 2390, 'Fort White', 'FL'),
(73125, 237, 2390, 'Fountain', 'FL'),
(73126, 237, 2390, 'Freeport', 'FL'),
(73127, 237, 2390, 'Frostproof', 'FL'),
(73128, 237, 2390, 'Fruitland Park', 'FL'),
(73129, 237, 2390, 'Ft. Pierce', 'FL'),
(73130, 237, 2390, 'Gainesville', 'FL'),
(73131, 237, 2390, 'Geneva', 'FL'),
(73132, 237, 2390, 'Gibsonton', 'FL'),
(73133, 237, 2390, 'Glen Saint Mary', 'FL'),
(73134, 237, 2390, 'Glenwood', 'FL'),
(73135, 237, 2390, 'Goldenrod', 'FL'),
(73136, 237, 2390, 'Gonzalez', 'FL'),
(73137, 237, 2390, 'Goodland', 'FL'),
(73138, 237, 2390, 'Gotha', 'FL'),
(73139, 237, 2390, 'Graceville', 'FL'),
(73140, 237, 2390, 'Grand Island', 'FL'),
(73141, 237, 2390, 'Grand Ridge', 'FL'),
(73142, 237, 2390, 'Grant', 'FL'),
(73143, 237, 2390, 'Green Cove Springs', 'FL'),
(73144, 237, 2390, 'Greenville', 'FL'),
(73145, 237, 2390, 'Gretna', 'FL'),
(73146, 237, 2390, 'Groveland', 'FL'),
(73147, 237, 2390, 'Gulf Breeze', 'FL'),
(73148, 237, 2390, 'Gulf Hammock', 'FL'),
(73149, 237, 2390, 'Haines City', 'FL'),
(73150, 237, 2390, 'Hallandale', 'FL'),
(73151, 237, 2390, 'Hampton', 'FL'),
(73152, 237, 2390, 'Hastings', 'FL'),
(73153, 237, 2390, 'Havana', 'FL'),
(73154, 237, 2390, 'Hawthorne', 'FL'),
(73155, 237, 2390, 'Hernando', 'FL'),
(73156, 237, 2390, 'Hialeah', 'FL'),
(73157, 237, 2390, 'High Springs', 'FL'),
(73158, 237, 2390, 'Hilliard', 'FL'),
(73159, 237, 2390, 'Hobe Sound', 'FL'),
(73160, 237, 2390, 'Holiday', 'FL'),
(73161, 237, 2390, 'Hollister', 'FL'),
(73162, 237, 2390, 'Hollywood', 'FL'),
(73163, 237, 2390, 'Homestead', 'FL'),
(73164, 237, 2390, 'Homosassa', 'FL'),
(73165, 237, 2390, 'Homosassa Springs', 'FL'),
(73166, 237, 2390, 'Howie In The Hills', 'FL'),
(73167, 237, 2390, 'Hudson', 'FL'),
(73168, 237, 2390, 'Hurlburt Field', 'FL'),
(73169, 237, 2390, 'Immokalee', 'FL'),
(73170, 237, 2390, 'Indialantic', 'FL'),
(73171, 237, 2390, 'Indian Lake Estates', 'FL'),
(73172, 237, 2390, 'Indian Rocks Beach', 'FL'),
(73173, 237, 2390, 'Indiantown', 'FL'),
(73174, 237, 2390, 'Inglis', 'FL'),
(73175, 237, 2390, 'Intercession City', 'FL'),
(73176, 237, 2390, 'Interlachen', 'FL'),
(73177, 237, 2390, 'Inverness', 'FL'),
(73178, 237, 2390, 'Islamorada', 'FL'),
(73179, 237, 2390, 'Island Grove', 'FL'),
(73180, 237, 2390, 'Italia', 'FL'),
(73181, 237, 2390, 'Jacksonville', 'FL'),
(73182, 237, 2390, 'Jacksonville Beach', 'FL'),
(73183, 237, 2390, 'Jasper', 'FL'),
(73184, 237, 2390, 'Jay', 'FL'),
(73185, 237, 2390, 'Jennings', 'FL'),
(73186, 237, 2390, 'Jensen Beach', 'FL'),
(73187, 237, 2390, 'Juno Beach', 'FL'),
(73188, 237, 2390, 'Jupiter', 'FL'),
(73189, 237, 2390, 'Key Biscayne', 'FL'),
(73190, 237, 2390, 'Key Largo', 'FL'),
(73191, 237, 2390, 'Key West', 'FL'),
(73192, 237, 2390, 'Keystone Heights', 'FL'),
(73193, 237, 2390, 'Kissimmee', 'FL'),
(73194, 237, 2390, 'La Crosse', 'FL'),
(73195, 237, 2390, 'LaBelle', 'FL'),
(73196, 237, 2390, 'Lady Lake', 'FL'),
(73197, 237, 2390, 'Lake Alfred', 'FL'),
(73198, 237, 2390, 'Lake Butler', 'FL'),
(73199, 237, 2390, 'Lake City', 'FL'),
(73200, 237, 2390, 'Lake Como', 'FL'),
(73201, 237, 2390, 'Lake Helen', 'FL'),
(73202, 237, 2390, 'Lake Mary', 'FL'),
(73203, 237, 2390, 'Lake Monroe', 'FL'),
(73204, 237, 2390, 'Lake Panasoffkee', 'FL'),
(73205, 237, 2390, 'Lake Placid', 'FL'),
(73206, 237, 2390, 'Lake Wales', 'FL'),
(73207, 237, 2390, 'Lake Worth', 'FL'),
(73208, 237, 2390, 'Lakeland', 'FL'),
(73209, 237, 2390, 'Lamont', 'FL'),
(73210, 237, 2390, 'Land O\' Lakes', 'FL'),
(73211, 237, 2390, 'Largo', 'FL'),
(73212, 237, 2390, 'Laurel Hill', 'FL'),
(73213, 237, 2390, 'Lawtey', 'FL'),
(73214, 237, 2390, 'Lecanto', 'FL'),
(73215, 237, 2390, 'Lee', 'FL'),
(73216, 237, 2390, 'Leesburg', 'FL'),
(73217, 237, 2390, 'Lehigh Acres', 'FL'),
(73218, 237, 2390, 'Lithia', 'FL'),
(73219, 237, 2390, 'Live Oak', 'FL'),
(73220, 237, 2390, 'Longboat Key', 'FL'),
(73221, 237, 2390, 'Longwood', 'FL'),
(73222, 237, 2390, 'Lowell', 'FL'),
(73223, 237, 2390, 'Loxahatchee Groves', 'FL'),
(73224, 237, 2390, 'Lutz', 'FL'),
(73225, 237, 2390, 'Lynn Haven', 'FL'),
(73226, 237, 2390, 'Macclenny', 'FL'),
(73227, 237, 2390, 'Madison', 'FL'),
(73228, 237, 2390, 'Maitland', 'FL'),
(73229, 237, 2390, 'Malabar', 'FL'),
(73230, 237, 2390, 'Mango', 'FL'),
(73231, 237, 2390, 'Marathon', 'FL'),
(73232, 237, 2390, 'Marco Island', 'FL'),
(73233, 237, 2390, 'Marianna', 'FL'),
(73234, 237, 2390, 'Mary Esther', 'FL'),
(73235, 237, 2390, 'Mascotte', 'FL'),
(73236, 237, 2390, 'Mayo', 'FL'),
(73237, 237, 2390, 'McAlpin', 'FL'),
(73238, 237, 2390, 'McDavid', 'FL'),
(73239, 237, 2390, 'Melbourne', 'FL'),
(73240, 237, 2390, 'Melbourne Beach', 'FL'),
(73241, 237, 2390, 'Melrose', 'FL'),
(73242, 237, 2390, 'Merritt Island', 'FL'),
(73243, 237, 2390, 'Miami', 'FL'),
(73244, 237, 2390, 'Miami Beach', 'FL'),
(73245, 237, 2390, 'Micanopy', 'FL'),
(73246, 237, 2390, 'Middleburg', 'FL'),
(73247, 237, 2390, 'Midway', 'FL'),
(73248, 237, 2390, 'Milton', 'FL'),
(73249, 237, 2390, 'Mims', 'FL'),
(73250, 237, 2390, 'Minneola', 'FL'),
(73251, 237, 2390, 'Miramar', 'FL'),
(73252, 237, 2390, 'Miramar Beach', 'FL'),
(73253, 237, 2390, 'Molino', 'FL'),
(73254, 237, 2390, 'Monticello', 'FL'),
(73255, 237, 2390, 'Montverde', 'FL'),
(73256, 237, 2390, 'Moore Haven', 'FL'),
(73257, 237, 2390, 'Morriston', 'FL'),
(73258, 237, 2390, 'Mt. Dora', 'FL'),
(73259, 237, 2390, 'Mulberry', 'FL'),
(73260, 237, 2390, 'Myakka City', 'FL'),
(73261, 237, 2390, 'Nalcrest', 'FL'),
(73262, 237, 2390, 'Naples', 'FL'),
(73263, 237, 2390, 'Navarre', 'FL'),
(73264, 237, 2390, 'Neptune Beach', 'FL'),
(73265, 237, 2390, 'New Port Richey', 'FL'),
(73266, 237, 2390, 'New Smyrna Beach', 'FL'),
(73267, 237, 2390, 'Newberry', 'FL'),
(73268, 237, 2390, 'Niceville', 'FL'),
(73269, 237, 2390, 'Nokomis', 'FL'),
(73270, 237, 2390, 'North Fort Myers', 'FL'),
(73271, 237, 2390, 'North Miami Beach', 'FL'),
(73272, 237, 2390, 'North Palm Beach', 'FL'),
(73273, 237, 2390, 'North Port', 'FL'),
(73274, 237, 2390, 'O\'Brien', 'FL'),
(73275, 237, 2390, 'Oakland', 'FL'),
(73276, 237, 2390, 'Ocala', 'FL'),
(73277, 237, 2390, 'Ochopee', 'FL'),
(73278, 237, 2390, 'Ocklawaha', 'FL'),
(73279, 237, 2390, 'Ocoee', 'FL'),
(73280, 237, 2390, 'Odessa', 'FL'),
(73281, 237, 2390, 'Okeechobee', 'FL'),
(73282, 237, 2390, 'Old Town', 'FL'),
(73283, 237, 2390, 'Oldsmar', 'FL'),
(73284, 237, 2390, 'Ona', 'FL'),
(73285, 237, 2390, 'Opa-locka', 'FL'),
(73286, 237, 2390, 'Orange City', 'FL'),
(73287, 237, 2390, 'Orange Lake', 'FL'),
(73288, 237, 2390, 'Orange Park', 'FL'),
(73289, 237, 2390, 'Orange Springs', 'FL'),
(73290, 237, 2390, 'Orlando', 'FL'),
(73291, 237, 2390, 'Ormond Beach', 'FL'),
(73292, 237, 2390, 'Osprey', 'FL'),
(73293, 237, 2390, 'Osteen', 'FL'),
(73294, 237, 2390, 'Oviedo', 'FL'),
(73295, 237, 2390, 'Oxford', 'FL'),
(73296, 237, 2390, 'Ozona', 'FL'),
(73297, 237, 2390, 'Pahokee', 'FL'),
(73298, 237, 2390, 'Paisley', 'FL'),
(73299, 237, 2390, 'Palatka', 'FL'),
(73300, 237, 2390, 'Palm Bay', 'FL'),
(73301, 237, 2390, 'Palm Beach', 'FL'),
(73302, 237, 2390, 'Palm Beach Gardens', 'FL'),
(73303, 237, 2390, 'Palm City', 'FL'),
(73304, 237, 2390, 'Palm Coast', 'FL'),
(73305, 237, 2390, 'Palm Harbor', 'FL'),
(73306, 237, 2390, 'Palmetto', 'FL'),
(73307, 237, 2390, 'Panacea', 'FL'),
(73308, 237, 2390, 'Panama City', 'FL'),
(73309, 237, 2390, 'Panama City Beach', 'FL'),
(73310, 237, 2390, 'Parrish', 'FL'),
(73311, 237, 2390, 'Pembroke Pines', 'FL'),
(73312, 237, 2390, 'Penney Farms', 'FL'),
(73313, 237, 2390, 'Pensacola', 'FL'),
(73314, 237, 2390, 'Perry', 'FL'),
(73315, 237, 2390, 'Pierson', 'FL'),
(73316, 237, 2390, 'Pinellas Park', 'FL'),
(73317, 237, 2390, 'Placida', 'FL'),
(73318, 237, 2390, 'Plant City', 'FL'),
(73319, 237, 2390, 'Plantation', 'FL'),
(73320, 237, 2390, 'Polk City', 'FL'),
(73321, 237, 2390, 'Pomona Park', 'FL'),
(73322, 237, 2390, 'Pompano Beach', 'FL'),
(73323, 237, 2390, 'Ponce de Leon', 'FL'),
(73324, 237, 2390, 'Ponte Vedra', 'FL'),
(73325, 237, 2390, 'Ponte Vedra Beach', 'FL'),
(73326, 237, 2390, 'Port Charlotte', 'FL'),
(73327, 237, 2390, 'Port Orange', 'FL'),
(73328, 237, 2390, 'Port Richey', 'FL'),
(73329, 237, 2390, 'Port Saint Joe', 'FL'),
(73330, 237, 2390, 'Port Saint Lucie', 'FL'),
(73331, 237, 2390, 'Punta Gorda', 'FL'),
(73332, 237, 2390, 'Quincy', 'FL'),
(73333, 237, 2390, 'Raiford', 'FL'),
(73334, 237, 2390, 'Reddick', 'FL'),
(73335, 237, 2390, 'Riverview', 'FL'),
(73336, 237, 2390, 'Rockledge', 'FL'),
(73337, 237, 2390, 'Roseland', 'FL'),
(73338, 237, 2390, 'Rosemary Beach', 'FL'),
(73339, 237, 2390, 'Rotonda', 'FL'),
(73340, 237, 2390, 'Royal Palm Beach', 'FL'),
(73341, 237, 2390, 'Ruskin', 'FL'),
(73342, 237, 2390, 'Safety Harbor', 'FL'),
(73343, 237, 2390, 'Saint Cloud', 'FL'),
(73344, 237, 2390, 'Saint James City', 'FL'),
(73345, 237, 2390, 'Saint Leo', 'FL'),
(73346, 237, 2390, 'Saint Petersburg', 'FL'),
(73347, 237, 2390, 'San Antonio', 'FL'),
(73348, 237, 2390, 'San Mateo', 'FL'),
(73349, 237, 2390, 'Sanderson', 'FL'),
(73350, 237, 2390, 'Sanford', 'FL'),
(73351, 237, 2390, 'Sanibel', 'FL'),
(73352, 237, 2390, 'Santa Rosa Beach', 'FL'),
(73353, 237, 2390, 'Sarasota', 'FL'),
(73354, 237, 2390, 'Satellite Beach', 'FL'),
(73355, 237, 2390, 'Satsuma', 'FL'),
(73356, 237, 2390, 'Sebastian', 'FL'),
(73357, 237, 2390, 'Sebring', 'FL'),
(73358, 237, 2390, 'Seffner', 'FL'),
(73359, 237, 2390, 'Seminole', 'FL'),
(73360, 237, 2390, 'Seville', 'FL'),
(73361, 237, 2390, 'Shalimar', 'FL'),
(73362, 237, 2390, 'Sharpes', 'FL'),
(73363, 237, 2390, 'Silver Springs', 'FL'),
(73364, 237, 2390, 'Sneads', 'FL'),
(73365, 237, 2390, 'Sopchoppy', 'FL'),
(73366, 237, 2390, 'Sorrento', 'FL'),
(73367, 237, 2390, 'Spring Hill', 'FL'),
(73368, 237, 2390, 'St. Augustine', 'FL'),
(73369, 237, 2390, 'Starke', 'FL'),
(73370, 237, 2390, 'Stuart', 'FL'),
(73371, 237, 2390, 'Summerfield', 'FL'),
(73372, 237, 2390, 'Summerland Key', 'FL'),
(73373, 237, 2390, 'Sumterville', 'FL'),
(73374, 237, 2390, 'Sun City Center', 'FL'),
(73375, 237, 2390, 'Sunrise', 'FL'),
(73376, 237, 2390, 'Suwannee', 'FL'),
(73377, 237, 2390, 'Tallahassee', 'FL'),
(73378, 237, 2390, 'Tallevast', 'FL'),
(73379, 237, 2390, 'Tampa', 'FL'),
(73380, 237, 2390, 'Tarpon Springs', 'FL'),
(73381, 237, 2390, 'Tavares', 'FL'),
(73382, 237, 2390, 'Tavernier', 'FL'),
(73383, 237, 2390, 'Terra Ceia', 'FL'),
(73384, 237, 2390, 'The Villages', 'FL'),
(73385, 237, 2390, 'Thonotosassa', 'FL'),
(73386, 237, 2390, 'Titusville', 'FL'),
(73387, 237, 2390, 'Trenton', 'FL'),
(73388, 237, 2390, 'Umatilla', 'FL'),
(73389, 237, 2390, 'Valparaiso', 'FL'),
(73390, 237, 2390, 'Valrico', 'FL'),
(73391, 237, 2390, 'Venice', 'FL'),
(73392, 237, 2390, 'Vernon', 'FL'),
(73393, 237, 2390, 'Vero Beach', 'FL'),
(73394, 237, 2390, 'Wacissa', 'FL'),
(73395, 237, 2390, 'Waldo', 'FL'),
(73396, 237, 2390, 'Wauchula', 'FL'),
(73397, 237, 2390, 'Wausau', 'FL'),
(73398, 237, 2390, 'Webster', 'FL'),
(73399, 237, 2390, 'Weirsdale', 'FL'),
(73400, 237, 2390, 'Wellborn', 'FL'),
(73401, 237, 2390, 'Wesley Chapel', 'FL'),
(73402, 237, 2390, 'West Palm Beach', 'FL'),
(73403, 237, 2390, 'Weston', 'FL'),
(73404, 237, 2390, 'Westville', 'FL'),
(73405, 237, 2390, 'Wewahitchka', 'FL'),
(73406, 237, 2390, 'White Springs', 'FL'),
(73407, 237, 2390, 'Wildwood', 'FL'),
(73408, 237, 2390, 'Williston', 'FL'),
(73409, 237, 2390, 'Wilton Manors', 'FL'),
(73410, 237, 2390, 'Wimauma', 'FL'),
(73411, 237, 2390, 'Windermere', 'FL'),
(73412, 237, 2390, 'Winter Beach', 'FL'),
(73413, 237, 2390, 'Winter Garden', 'FL'),
(73414, 237, 2390, 'Winter Haven', 'FL'),
(73415, 237, 2390, 'Winter Park', 'FL'),
(73416, 237, 2390, 'Winter Springs', 'FL'),
(73417, 237, 2390, 'Woodville', 'FL'),
(73418, 237, 2390, 'Worthington Springs', 'FL'),
(73419, 237, 2390, 'Yalaha', 'FL'),
(73420, 237, 2390, 'Yankeetown', 'FL'),
(73421, 237, 2390, 'Youngstown', 'FL'),
(73422, 237, 2390, 'Yulee', 'FL'),
(73423, 237, 2390, 'Zellwood', 'FL'),
(73424, 237, 2390, 'Zephyrhills', 'FL'),
(73425, 237, 2390, 'Zolfo Springs', 'FL'),
(73426, 237, 2391, 'Abbeville', 'GA'),
(73427, 237, 2391, 'Acworth', 'GA'),
(73428, 237, 2391, 'Adairsville', 'GA'),
(73429, 237, 2391, 'Adel', 'GA'),
(73430, 237, 2391, 'Adrian', 'GA'),
(73431, 237, 2391, 'Ailey', 'GA'),
(73432, 237, 2391, 'Alamo', 'GA'),
(73433, 237, 2391, 'Alapaha', 'GA'),
(73434, 237, 2391, 'Albany', 'GA'),
(73435, 237, 2391, 'Allenhurst', 'GA'),
(73436, 237, 2391, 'Alma', 'GA'),
(73437, 237, 2391, 'Alpharetta', 'GA'),
(73438, 237, 2391, 'Alto', 'GA'),
(73439, 237, 2391, 'Ambrose', 'GA'),
(73440, 237, 2391, 'Americus', 'GA'),
(73441, 237, 2391, 'Appling', 'GA'),
(73442, 237, 2391, 'Arabi', 'GA'),
(73443, 237, 2391, 'Aragon', 'GA'),
(73444, 237, 2391, 'Armuchee', 'GA'),
(73445, 237, 2391, 'Ashburn', 'GA'),
(73446, 237, 2391, 'Athens', 'GA'),
(73447, 237, 2391, 'Atlanta', 'GA'),
(73448, 237, 2391, 'Attapulgus', 'GA'),
(73449, 237, 2391, 'Auburn', 'GA'),
(73450, 237, 2391, 'Augusta', 'GA'),
(73451, 237, 2391, 'Austell', 'GA'),
(73452, 237, 2391, 'Avera', 'GA'),
(73453, 237, 2391, 'Avondale Estates', 'GA'),
(73454, 237, 2391, 'Baconton', 'GA'),
(73455, 237, 2391, 'Bainbridge', 'GA'),
(73456, 237, 2391, 'Baldwin', 'GA'),
(73457, 237, 2391, 'Ball Ground', 'GA'),
(73458, 237, 2391, 'Barnesville', 'GA'),
(73459, 237, 2391, 'Barney', 'GA'),
(73460, 237, 2391, 'Barwick', 'GA'),
(73461, 237, 2391, 'Baxley', 'GA'),
(73462, 237, 2391, 'Bethlehem', 'GA'),
(73463, 237, 2391, 'Bishop', 'GA'),
(73464, 237, 2391, 'Blackshear', 'GA'),
(73465, 237, 2391, 'Blairsville', 'GA'),
(73466, 237, 2391, 'Blakely', 'GA'),
(73467, 237, 2391, 'Bloomingdale', 'GA'),
(73468, 237, 2391, 'Blue Ridge', 'GA'),
(73469, 237, 2391, 'Blythe', 'GA'),
(73470, 237, 2391, 'Bogart', 'GA'),
(73471, 237, 2391, 'Bonaire', 'GA'),
(73472, 237, 2391, 'Boston', 'GA'),
(73473, 237, 2391, 'Bowdon', 'GA'),
(73474, 237, 2391, 'Bowersville', 'GA'),
(73475, 237, 2391, 'Bowman', 'GA'),
(73476, 237, 2391, 'Box Springs', 'GA'),
(73477, 237, 2391, 'Braselton', 'GA'),
(73478, 237, 2391, 'Bremen', 'GA'),
(73479, 237, 2391, 'Brooklet', 'GA'),
(73480, 237, 2391, 'Brooks', 'GA'),
(73481, 237, 2391, 'Broxton', 'GA'),
(73482, 237, 2391, 'Brunswick', 'GA'),
(73483, 237, 2391, 'Buchanan', 'GA'),
(73484, 237, 2391, 'Buckhead', 'GA'),
(73485, 237, 2391, 'Buena Vista', 'GA'),
(73486, 237, 2391, 'Buford', 'GA'),
(73487, 237, 2391, 'Butler', 'GA'),
(73488, 237, 2391, 'Byron', 'GA'),
(73489, 237, 2391, 'Cadwell', 'GA'),
(73490, 237, 2391, 'Cairo', 'GA'),
(73491, 237, 2391, 'Calhoun', 'GA'),
(73492, 237, 2391, 'Camilla', 'GA'),
(73493, 237, 2391, 'Canon', 'GA'),
(73494, 237, 2391, 'Canton', 'GA'),
(73495, 237, 2391, 'Carlton', 'GA'),
(73496, 237, 2391, 'Carnesville', 'GA'),
(73497, 237, 2391, 'Carrollton', 'GA'),
(73498, 237, 2391, 'Cartersville', 'GA'),
(73499, 237, 2391, 'Cataula', 'GA'),
(73500, 237, 2391, 'Cave Spring', 'GA'),
(73501, 237, 2391, 'Cecil', 'GA'),
(73502, 237, 2391, 'Cedartown', 'GA'),
(73503, 237, 2391, 'Centerville', 'GA'),
(73504, 237, 2391, 'Chatsworth', 'GA'),
(73505, 237, 2391, 'Cherry Log', 'GA'),
(73506, 237, 2391, 'Chester', 'GA'),
(73507, 237, 2391, 'Chickamauga', 'GA'),
(73508, 237, 2391, 'Chula', 'GA'),
(73509, 237, 2391, 'City of Saint Marys', 'GA'),
(73510, 237, 2391, 'Clarkdale', 'GA'),
(73511, 237, 2391, 'Clarkesville', 'GA'),
(73512, 237, 2391, 'Clarkston', 'GA'),
(73513, 237, 2391, 'Claxton', 'GA'),
(73514, 237, 2391, 'Clayton', 'GA'),
(73515, 237, 2391, 'Clermont', 'GA'),
(73516, 237, 2391, 'Cleveland', 'GA'),
(73517, 237, 2391, 'Climax', 'GA'),
(73518, 237, 2391, 'Clyo', 'GA'),
(73519, 237, 2391, 'Cobb', 'GA'),
(73520, 237, 2391, 'Cobbtown', 'GA'),
(73521, 237, 2391, 'Cochran', 'GA'),
(73522, 237, 2391, 'Cohutta', 'GA'),
(73523, 237, 2391, 'Colbert', 'GA'),
(73524, 237, 2391, 'Coleman', 'GA'),
(73525, 237, 2391, 'Collins', 'GA'),
(73526, 237, 2391, 'Colquitt', 'GA'),
(73527, 237, 2391, 'Columbus', 'GA'),
(73528, 237, 2391, 'Comer', 'GA'),
(73529, 237, 2391, 'Commerce', 'GA'),
(73530, 237, 2391, 'Concord', 'GA'),
(73531, 237, 2391, 'Conley', 'GA'),
(73532, 237, 2391, 'Conyers', 'GA'),
(73533, 237, 2391, 'Coolidge', 'GA'),
(73534, 237, 2391, 'Cordele', 'GA'),
(73535, 237, 2391, 'Cornelia', 'GA'),
(73536, 237, 2391, 'Covington', 'GA'),
(73537, 237, 2391, 'Crandall', 'GA'),
(73538, 237, 2391, 'Crawford', 'GA'),
(73539, 237, 2391, 'Crawfordville', 'GA'),
(73540, 237, 2391, 'Culloden', 'GA'),
(73541, 237, 2391, 'Cumming', 'GA'),
(73542, 237, 2391, 'Cusseta', 'GA'),
(73543, 237, 2391, 'Cuthbert', 'GA'),
(73544, 237, 2391, 'Dacula', 'GA'),
(73545, 237, 2391, 'Dahlonega', 'GA'),
(73546, 237, 2391, 'Daisy', 'GA'),
(73547, 237, 2391, 'Dallas', 'GA'),
(73548, 237, 2391, 'Dalton', 'GA'),
(73549, 237, 2391, 'Danielsville', 'GA'),
(73550, 237, 2391, 'Danville', 'GA'),
(73551, 237, 2391, 'Darien', 'GA'),
(73552, 237, 2391, 'Davisboro', 'GA'),
(73553, 237, 2391, 'Dawson', 'GA'),
(73554, 237, 2391, 'Dawsonville', 'GA'),
(73555, 237, 2391, 'Dearing', 'GA'),
(73556, 237, 2391, 'Decatur', 'GA'),
(73557, 237, 2391, 'Demorest', 'GA'),
(73558, 237, 2391, 'DeSoto', 'GA'),
(73559, 237, 2391, 'Dewy Rose', 'GA'),
(73560, 237, 2391, 'Dexter', 'GA'),
(73561, 237, 2391, 'Dillard', 'GA'),
(73562, 237, 2391, 'Dixie', 'GA'),
(73563, 237, 2391, 'Doerun', 'GA'),
(73564, 237, 2391, 'Donalsonville', 'GA'),
(73565, 237, 2391, 'Douglas', 'GA'),
(73566, 237, 2391, 'Douglasville', 'GA'),
(73567, 237, 2391, 'Dry Branch', 'GA'),
(73568, 237, 2391, 'Du Pont', 'GA'),
(73569, 237, 2391, 'Dublin', 'GA'),
(73570, 237, 2391, 'Duluth', 'GA'),
(73571, 237, 2391, 'East Dublin', 'GA'),
(73572, 237, 2391, 'East Ellijay', 'GA'),
(73573, 237, 2391, 'Eastman', 'GA'),
(73574, 237, 2391, 'Eatonton', 'GA'),
(73575, 237, 2391, 'Eden', 'GA'),
(73576, 237, 2391, 'Edison', 'GA'),
(73577, 237, 2391, 'Elberton', 'GA'),
(73578, 237, 2391, 'Elko', 'GA'),
(73579, 237, 2391, 'Ellabell', 'GA'),
(73580, 237, 2391, 'Ellaville', 'GA'),
(73581, 237, 2391, 'Ellenton', 'GA'),
(73582, 237, 2391, 'Ellenwood', 'GA'),
(73583, 237, 2391, 'Ellerslie', 'GA'),
(73584, 237, 2391, 'Ellijay', 'GA'),
(73585, 237, 2391, 'Emerson', 'GA'),
(73586, 237, 2391, 'Enigma', 'GA'),
(73587, 237, 2391, 'Eton', 'GA'),
(73588, 237, 2391, 'Evans', 'GA'),
(73589, 237, 2391, 'Experiment', 'GA'),
(73590, 237, 2391, 'Fairburn', 'GA'),
(73591, 237, 2391, 'Fairmount', 'GA'),
(73592, 237, 2391, 'Fayetteville', 'GA'),
(73593, 237, 2391, 'Fitzgerald', 'GA'),
(73594, 237, 2391, 'Fleming', 'GA'),
(73595, 237, 2391, 'Flintstone', 'GA'),
(73596, 237, 2391, 'Flovilla', 'GA'),
(73597, 237, 2391, 'Flowery Branch', 'GA'),
(73598, 237, 2391, 'Folkston', 'GA'),
(73599, 237, 2391, 'Forest Park', 'GA'),
(73600, 237, 2391, 'Forsyth', 'GA'),
(73601, 237, 2391, 'Fort Benning', 'GA'),
(73602, 237, 2391, 'Fort Gaines', 'GA'),
(73603, 237, 2391, 'Fort Oglethorpe', 'GA'),
(73604, 237, 2391, 'Fort Stewart', 'GA'),
(73605, 237, 2391, 'Fort Valley', 'GA'),
(73606, 237, 2391, 'Fortson', 'GA'),
(73607, 237, 2391, 'Franklin', 'GA'),
(73608, 237, 2391, 'Franklin Springs', 'GA'),
(73609, 237, 2391, 'Funston', 'GA'),
(73610, 237, 2391, 'Gainesville', 'GA'),
(73611, 237, 2391, 'Garfield', 'GA'),
(73612, 237, 2391, 'Gay', 'GA'),
(73613, 237, 2391, 'Georgetown', 'GA'),
(73614, 237, 2391, 'Gibson', 'GA'),
(73615, 237, 2391, 'Gillsville', 'GA'),
(73616, 237, 2391, 'Glennville', 'GA'),
(73617, 237, 2391, 'Glenwood', 'GA'),
(73618, 237, 2391, 'Good Hope', 'GA'),
(73619, 237, 2391, 'Gordon', 'GA'),
(73620, 237, 2391, 'Grantville', 'GA'),
(73621, 237, 2391, 'Gray', 'GA'),
(73622, 237, 2391, 'Grayson', 'GA'),
(73623, 237, 2391, 'Greensboro', 'GA'),
(73624, 237, 2391, 'Greenville', 'GA'),
(73625, 237, 2391, 'Griffin', 'GA'),
(73626, 237, 2391, 'Grovetown', 'GA'),
(73627, 237, 2391, 'Guyton', 'GA'),
(73628, 237, 2391, 'Hagan', 'GA'),
(73629, 237, 2391, 'Hahira', 'GA'),
(73630, 237, 2391, 'Hamilton', 'GA'),
(73631, 237, 2391, 'Hampton', 'GA'),
(73632, 237, 2391, 'Harlem', 'GA'),
(73633, 237, 2391, 'Hartsfield', 'GA'),
(73634, 237, 2391, 'Hartwell', 'GA'),
(73635, 237, 2391, 'Hawkinsville', 'GA'),
(73636, 237, 2391, 'Hazlehurst', 'GA'),
(73637, 237, 2391, 'Helen', 'GA'),
(73638, 237, 2391, 'Helena', 'GA'),
(73639, 237, 2391, 'Hephzibah', 'GA'),
(73640, 237, 2391, 'Hiawassee', 'GA'),
(73641, 237, 2391, 'Hillsboro', 'GA'),
(73642, 237, 2391, 'Hinesville', 'GA'),
(73643, 237, 2391, 'Hiram', 'GA'),
(73644, 237, 2391, 'Hoboken', 'GA'),
(73645, 237, 2391, 'Hogansville', 'GA'),
(73646, 237, 2391, 'Homer', 'GA'),
(73647, 237, 2391, 'Homerville', 'GA'),
(73648, 237, 2391, 'Hortense', 'GA'),
(73649, 237, 2391, 'Hoschton', 'GA'),
(73650, 237, 2391, 'Hull', 'GA'),
(73651, 237, 2391, 'Ideal', 'GA'),
(73652, 237, 2391, 'Ila', 'GA'),
(73653, 237, 2391, 'Iron City', 'GA'),
(73654, 237, 2391, 'Irwinton', 'GA'),
(73655, 237, 2391, 'Jackson', 'GA'),
(73656, 237, 2391, 'Jacksonville', 'GA'),
(73657, 237, 2391, 'Jasper', 'GA'),
(73658, 237, 2391, 'Jefferson', 'GA'),
(73659, 237, 2391, 'Jeffersonville', 'GA'),
(73660, 237, 2391, 'Jekyll Island', 'GA'),
(73661, 237, 2391, 'Jenkinsburg', 'GA'),
(73662, 237, 2391, 'Jersey', 'GA'),
(73663, 237, 2391, 'Jesup', 'GA'),
(73664, 237, 2391, 'Jonesboro', 'GA'),
(73665, 237, 2391, 'Juliette', 'GA'),
(73666, 237, 2391, 'Kathleen', 'GA'),
(73667, 237, 2391, 'Kennesaw', 'GA'),
(73668, 237, 2391, 'Keysville', 'GA'),
(73669, 237, 2391, 'Kings Bay Base', 'GA'),
(73670, 237, 2391, 'Kingsland', 'GA'),
(73671, 237, 2391, 'Kingston', 'GA'),
(73672, 237, 2391, 'Kite', 'GA'),
(73673, 237, 2391, 'Knoxville', 'GA'),
(73674, 237, 2391, 'La Grange', 'GA'),
(73675, 237, 2391, 'LaFayette', 'GA'),
(73676, 237, 2391, 'Lake Park', 'GA'),
(73677, 237, 2391, 'Lakeland', 'GA'),
(73678, 237, 2391, 'Lakemont', 'GA'),
(73679, 237, 2391, 'Lavonia', 'GA'),
(73680, 237, 2391, 'Lawrenceville', 'GA'),
(73681, 237, 2391, 'Leary', 'GA'),
(73682, 237, 2391, 'Leesburg', 'GA'),
(73683, 237, 2391, 'Lenox', 'GA'),
(73684, 237, 2391, 'Leslie', 'GA'),
(73685, 237, 2391, 'Lexington', 'GA'),
(73686, 237, 2391, 'Lilburn', 'GA'),
(73687, 237, 2391, 'Lincolnton', 'GA'),
(73688, 237, 2391, 'Lindale', 'GA'),
(73689, 237, 2391, 'Lithia Springs', 'GA'),
(73690, 237, 2391, 'Lithonia', 'GA'),
(73691, 237, 2391, 'Lizella', 'GA'),
(73692, 237, 2391, 'Locust Grove', 'GA'),
(73693, 237, 2391, 'Loganville', 'GA'),
(73694, 237, 2391, 'Lookout Mountain', 'GA'),
(73695, 237, 2391, 'Louisville', 'GA'),
(73696, 237, 2391, 'Ludowici', 'GA'),
(73697, 237, 2391, 'Lula', 'GA'),
(73698, 237, 2391, 'Lumpkin', 'GA'),
(73699, 237, 2391, 'Luthersville', 'GA'),
(73700, 237, 2391, 'Lyerly', 'GA'),
(73701, 237, 2391, 'Lyons', 'GA'),
(73702, 237, 2391, 'Mableton', 'GA'),
(73703, 237, 2391, 'Macon', 'GA'),
(73704, 237, 2391, 'Madison', 'GA'),
(73705, 237, 2391, 'Manchester', 'GA'),
(73706, 237, 2391, 'Mansfield', 'GA'),
(73707, 237, 2391, 'Marietta', 'GA'),
(73708, 237, 2391, 'Marshallville', 'GA'),
(73709, 237, 2391, 'Martin', 'GA'),
(73710, 237, 2391, 'Matthews', 'GA'),
(73711, 237, 2391, 'Mauk', 'GA'),
(73712, 237, 2391, 'Maysville', 'GA'),
(73713, 237, 2391, 'McCaysville', 'GA'),
(73714, 237, 2391, 'McDonough', 'GA'),
(73715, 237, 2391, 'McIntyre', 'GA'),
(73716, 237, 2391, 'McRae', 'GA'),
(73717, 237, 2391, 'Meansville', 'GA'),
(73718, 237, 2391, 'Meigs', 'GA'),
(73719, 237, 2391, 'Menlo', 'GA'),
(73720, 237, 2391, 'Metter', 'GA'),
(73721, 237, 2391, 'Midland', 'GA'),
(73722, 237, 2391, 'Midville', 'GA'),
(73723, 237, 2391, 'Midway', 'GA'),
(73724, 237, 2391, 'Milan', 'GA'),
(73725, 237, 2391, 'Milledgeville', 'GA'),
(73726, 237, 2391, 'Millen', 'GA'),
(73727, 237, 2391, 'Milner', 'GA'),
(73728, 237, 2391, 'Mineral Bluff', 'GA'),
(73729, 237, 2391, 'Mitchell', 'GA'),
(73730, 237, 2391, 'Molena', 'GA'),
(73731, 237, 2391, 'Monroe', 'GA'),
(73732, 237, 2391, 'Montezuma', 'GA'),
(73733, 237, 2391, 'Monticello', 'GA'),
(73734, 237, 2391, 'Montrose', 'GA'),
(73735, 237, 2391, 'Moreland', 'GA'),
(73736, 237, 2391, 'Morgan', 'GA'),
(73737, 237, 2391, 'Morganton', 'GA'),
(73738, 237, 2391, 'Morrow', 'GA'),
(73739, 237, 2391, 'Moultrie', 'GA'),
(73740, 237, 2391, 'Mount Airy', 'GA'),
(73741, 237, 2391, 'Mount Vernon', 'GA'),
(73742, 237, 2391, 'Mountain City', 'GA'),
(73743, 237, 2391, 'Murrayville', 'GA'),
(73744, 237, 2391, 'Musella', 'GA'),
(73745, 237, 2391, 'Nacoochee', 'GA'),
(73746, 237, 2391, 'Nahunta', 'GA'),
(73747, 237, 2391, 'Nashville', 'GA'),
(73748, 237, 2391, 'Naylor', 'GA'),
(73749, 237, 2391, 'Newborn', 'GA'),
(73750, 237, 2391, 'Newington', 'GA'),
(73751, 237, 2391, 'Newnan', 'GA'),
(73752, 237, 2391, 'Newton', 'GA'),
(73753, 237, 2391, 'Nicholls', 'GA'),
(73754, 237, 2391, 'Nicholson', 'GA'),
(73755, 237, 2391, 'Norcross', 'GA'),
(73756, 237, 2391, 'Norman Park', 'GA'),
(73757, 237, 2391, 'Oakwood', 'GA'),
(73758, 237, 2391, 'Ochlocknee', 'GA'),
(73759, 237, 2391, 'Ocilla', 'GA'),
(73760, 237, 2391, 'Odum', 'GA'),
(73761, 237, 2391, 'Oglethorpe', 'GA'),
(73762, 237, 2391, 'Omega', 'GA'),
(73763, 237, 2391, 'Orchard Hill', 'GA'),
(73764, 237, 2391, 'Oxford', 'GA'),
(73765, 237, 2391, 'Palmetto', 'GA'),
(73766, 237, 2391, 'Patterson', 'GA'),
(73767, 237, 2391, 'Peachtree City', 'GA'),
(73768, 237, 2391, 'Pearson', 'GA'),
(73769, 237, 2391, 'Pelham', 'GA'),
(73770, 237, 2391, 'Pembroke', 'GA'),
(73771, 237, 2391, 'Pendergrass', 'GA'),
(73772, 237, 2391, 'Perry', 'GA'),
(73773, 237, 2391, 'Pine Lake', 'GA'),
(73774, 237, 2391, 'Pine Mountain', 'GA'),
(73775, 237, 2391, 'Pine Mountain Valley', 'GA'),
(73776, 237, 2391, 'Pineview', 'GA'),
(73777, 237, 2391, 'Pitts', 'GA'),
(73778, 237, 2391, 'Plainville', 'GA'),
(73779, 237, 2391, 'Pooler', 'GA'),
(73780, 237, 2391, 'Portal', 'GA'),
(73781, 237, 2391, 'Poulan', 'GA'),
(73782, 237, 2391, 'Powder Springs', 'GA'),
(73783, 237, 2391, 'Quality', 'GA'),
(73784, 237, 2391, 'Quitman', 'GA'),
(73785, 237, 2391, 'Ranger', 'GA'),
(73786, 237, 2391, 'Ray City', 'GA'),
(73787, 237, 2391, 'Rebecca', 'GA'),
(73788, 237, 2391, 'Register', 'GA'),
(73789, 237, 2391, 'Reidsville', 'GA'),
(73790, 237, 2391, 'Rentz', 'GA'),
(73791, 237, 2391, 'Resaca', 'GA'),
(73792, 237, 2391, 'Rex', 'GA'),
(73793, 237, 2391, 'Reynolds', 'GA'),
(73794, 237, 2391, 'Richland', 'GA'),
(73795, 237, 2391, 'Richmond Hill', 'GA'),
(73796, 237, 2391, 'Rincon', 'GA'),
(73797, 237, 2391, 'Ringgold', 'GA'),
(73798, 237, 2391, 'Rising Fawn', 'GA'),
(73799, 237, 2391, 'Riverdale', 'GA'),
(73800, 237, 2391, 'Roberta', 'GA'),
(73801, 237, 2391, 'Rochelle', 'GA'),
(73802, 237, 2391, 'Rock Spring', 'GA'),
(73803, 237, 2391, 'Rockmart', 'GA'),
(73804, 237, 2391, 'Rocky Face', 'GA'),
(73805, 237, 2391, 'Rome', 'GA'),
(73806, 237, 2391, 'Roopville', 'GA'),
(73807, 237, 2391, 'Rossville', 'GA'),
(73808, 237, 2391, 'Roswell', 'GA'),
(73809, 237, 2391, 'Royston', 'GA'),
(73810, 237, 2391, 'Rutledge', 'GA'),
(73811, 237, 2391, 'Rydal', 'GA'),
(73812, 237, 2391, 'Saint Simons Island', 'GA'),
(73813, 237, 2391, 'Sandersville', 'GA'),
(73814, 237, 2391, 'Sardis', 'GA'),
(73815, 237, 2391, 'Savannah', 'GA'),
(73816, 237, 2391, 'Scottdale', 'GA'),
(73817, 237, 2391, 'Screven', 'GA'),
(73818, 237, 2391, 'Senoia', 'GA'),
(73819, 237, 2391, 'Shady Dale', 'GA'),
(73820, 237, 2391, 'Shannon', 'GA'),
(73821, 237, 2391, 'Sharpsburg', 'GA'),
(73822, 237, 2391, 'Shellman', 'GA'),
(73823, 237, 2391, 'Shiloh', 'GA'),
(73824, 237, 2391, 'Silver Creek', 'GA'),
(73825, 237, 2391, 'Smarr', 'GA'),
(73826, 237, 2391, 'Smithville', 'GA'),
(73827, 237, 2391, 'Smyrna', 'GA'),
(73828, 237, 2391, 'Snellville', 'GA'),
(73829, 237, 2391, 'Social Circle', 'GA'),
(73830, 237, 2391, 'Soperton', 'GA'),
(73831, 237, 2391, 'Spain', 'GA'),
(73832, 237, 2391, 'Sparks', 'GA'),
(73833, 237, 2391, 'Sparta', 'GA'),
(73834, 237, 2391, 'Springfield', 'GA'),
(73835, 237, 2391, 'Stapleton', 'GA'),
(73836, 237, 2391, 'Statesboro', 'GA'),
(73837, 237, 2391, 'Statham', 'GA'),
(73838, 237, 2391, 'Stephens', 'GA'),
(73839, 237, 2391, 'Stockbridge', 'GA'),
(73840, 237, 2391, 'Stockton', 'GA'),
(73841, 237, 2391, 'Stone Mountain', 'GA'),
(73842, 237, 2391, 'Suches', 'GA'),
(73843, 237, 2391, 'Sugar Valley', 'GA'),
(73844, 237, 2391, 'Summerville', 'GA'),
(73845, 237, 2391, 'Surrency', 'GA'),
(73846, 237, 2391, 'Suwanee', 'GA'),
(73847, 237, 2391, 'Swainsboro', 'GA'),
(73848, 237, 2391, 'Sycamore', 'GA'),
(73849, 237, 2391, 'Sylvania', 'GA'),
(73850, 237, 2391, 'Sylvester', 'GA'),
(73851, 237, 2391, 'Talbotton', 'GA'),
(73852, 237, 2391, 'Talking Rock', 'GA'),
(73853, 237, 2391, 'Tallapoosa', 'GA'),
(73854, 237, 2391, 'Tarrytown', 'GA'),
(73855, 237, 2391, 'Tate', 'GA'),
(73856, 237, 2391, 'Taylorsville', 'GA'),
(73857, 237, 2391, 'Temple', 'GA'),
(73858, 237, 2391, 'Tennille', 'GA'),
(73859, 237, 2391, 'Thomaston', 'GA'),
(73860, 237, 2391, 'Thomasville', 'GA'),
(73861, 237, 2391, 'Thomson', 'GA'),
(73862, 237, 2391, 'Tifton', 'GA'),
(73863, 237, 2391, 'Tiger', 'GA'),
(73864, 237, 2391, 'Toccoa', 'GA'),
(73865, 237, 2391, 'Toccoa Falls', 'GA'),
(73866, 237, 2391, 'Toomsboro', 'GA'),
(73867, 237, 2391, 'Townsend', 'GA'),
(73868, 237, 2391, 'Trenton', 'GA'),
(73869, 237, 2391, 'Trion', 'GA'),
(73870, 237, 2391, 'Tucker', 'GA'),
(73871, 237, 2391, 'Tunnel Hill', 'GA'),
(73872, 237, 2391, 'Twin City', 'GA'),
(73873, 237, 2391, 'Ty Ty', 'GA'),
(73874, 237, 2391, 'Tybee Island', 'GA'),
(73875, 237, 2391, 'Tyrone', 'GA'),
(73876, 237, 2391, 'Unadilla', 'GA'),
(73877, 237, 2391, 'Union City', 'GA'),
(73878, 237, 2391, 'Union Point', 'GA'),
(73879, 237, 2391, 'Upatoi', 'GA'),
(73880, 237, 2391, 'Uvalda', 'GA'),
(73881, 237, 2391, 'Valdosta', 'GA'),
(73882, 237, 2391, 'Vidalia', 'GA'),
(73883, 237, 2391, 'Vienna', 'GA'),
(73884, 237, 2391, 'Villa Rica', 'GA'),
(73885, 237, 2391, 'Waco', 'GA'),
(73886, 237, 2391, 'Wadley', 'GA'),
(73887, 237, 2391, 'Waleska', 'GA'),
(73888, 237, 2391, 'Walthourville', 'GA'),
(73889, 237, 2391, 'Warm Springs', 'GA'),
(73890, 237, 2391, 'Warner Robins', 'GA'),
(73891, 237, 2391, 'Warrenton', 'GA'),
(73892, 237, 2391, 'Washington', 'GA'),
(73893, 237, 2391, 'Watkinsville', 'GA'),
(73894, 237, 2391, 'Waverly', 'GA'),
(73895, 237, 2391, 'Waverly Hall', 'GA'),
(73896, 237, 2391, 'Waycross', 'GA'),
(73897, 237, 2391, 'Waynesboro', 'GA'),
(73898, 237, 2391, 'Waynesville', 'GA'),
(73899, 237, 2391, 'West Green', 'GA'),
(73900, 237, 2391, 'West Point', 'GA'),
(73901, 237, 2391, 'Whigham', 'GA'),
(73902, 237, 2391, 'White', 'GA'),
(73903, 237, 2391, 'Whitesburg', 'GA'),
(73904, 237, 2391, 'Wildwood', 'GA'),
(73905, 237, 2391, 'Willacoochee', 'GA'),
(73906, 237, 2391, 'Williamson', 'GA'),
(73907, 237, 2391, 'Winder', 'GA'),
(73908, 237, 2391, 'Winston', 'GA'),
(73909, 237, 2391, 'Winterville', 'GA'),
(73910, 237, 2391, 'Woodbine', 'GA'),
(73911, 237, 2391, 'Woodbury', 'GA'),
(73912, 237, 2391, 'Woodland', 'GA'),
(73913, 237, 2391, 'Woodstock', 'GA'),
(73914, 237, 2391, 'Wray', 'GA'),
(73915, 237, 2391, 'Wrens', 'GA'),
(73916, 237, 2391, 'Wrightsville', 'GA'),
(73917, 237, 2391, 'Yatesville', 'GA'),
(73918, 237, 2391, 'Young Harris', 'GA'),
(73919, 237, 2391, 'Zebulon', 'GA'),
(73920, 237, 2392, '\'Aiea', 'HI'),
(73921, 237, 2392, '\'Ewa Beach', 'HI'),
(73922, 237, 2392, 'Anahola', 'HI'),
(73923, 237, 2392, 'Captain Cook', 'HI'),
(73924, 237, 2392, 'Eleele', 'HI'),
(73925, 237, 2392, 'Haiku', 'HI'),
(73926, 237, 2392, 'Hakalau', 'HI'),
(73927, 237, 2392, 'Hale\'iwa', 'HI'),
(73928, 237, 2392, 'Hana', 'HI'),
(73929, 237, 2392, 'Hanalei', 'HI'),
(73930, 237, 2392, 'Hanapepe', 'HI'),
(73931, 237, 2392, 'Hau\'ula', 'HI'),
(73932, 237, 2392, 'Hawaiian Ocean View', 'HI'),
(73933, 237, 2392, 'Hawi', 'HI'),
(73934, 237, 2392, 'Hilo', 'HI'),
(73935, 237, 2392, 'Holualoa', 'HI'),
(73936, 237, 2392, 'Honoka\'a', 'HI'),
(73937, 237, 2392, 'Honolulu', 'HI'),
(73938, 237, 2392, 'Honomu', 'HI'),
(73939, 237, 2392, 'Hoʻolehua', 'HI'),
(73940, 237, 2392, 'Kaaawa', 'HI'),
(73941, 237, 2392, 'Kahuku', 'HI'),
(73942, 237, 2392, 'Kahului', 'HI'),
(73943, 237, 2392, 'Kailua', 'HI'),
(73944, 237, 2392, 'Kalaheo', 'HI'),
(73945, 237, 2392, 'Kane\'ohe', 'HI'),
(73946, 237, 2392, 'Kapaa', 'HI'),
(73947, 237, 2392, 'Kapaau', 'HI'),
(73948, 237, 2392, 'Kapolei', 'HI'),
(73949, 237, 2392, 'Kaunakakai', 'HI'),
(73950, 237, 2392, 'Kea\'au', 'HI'),
(73951, 237, 2392, 'Kealakekua', 'HI'),
(73952, 237, 2392, 'Kealia', 'HI'),
(73953, 237, 2392, 'Keauhou', 'HI'),
(73954, 237, 2392, 'Kekaha', 'HI'),
(73955, 237, 2392, 'Kihei', 'HI'),
(73956, 237, 2392, 'Kilauea', 'HI'),
(73957, 237, 2392, 'Koloa', 'HI'),
(73958, 237, 2392, 'Kula', 'HI'),
(73959, 237, 2392, 'Kurtistown', 'HI'),
(73960, 237, 2392, 'La\'ie', 'HI'),
(73961, 237, 2392, 'Lahaina', 'HI'),
(73962, 237, 2392, 'Lanai', 'HI'),
(73963, 237, 2392, 'Lawa\'i', 'HI'),
(73964, 237, 2392, 'Lihue', 'HI'),
(73965, 237, 2392, 'Makawao', 'HI'),
(73966, 237, 2392, 'Maunaloa', 'HI'),
(73967, 237, 2392, 'Mililani Town', 'HI'),
(73968, 237, 2392, 'Mountain View', 'HI'),
(73969, 237, 2392, 'Pahala', 'HI'),
(73970, 237, 2392, 'Pahoa', 'HI'),
(73971, 237, 2392, 'Paia', 'HI'),
(73972, 237, 2392, 'Papa\'aloa', 'HI'),
(73973, 237, 2392, 'Papa\'ikou', 'HI'),
(73974, 237, 2392, 'Pearl City', 'HI'),
(73975, 237, 2392, 'Pepeekeo', 'HI');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(73976, 237, 2392, 'Princeville', 'HI'),
(73977, 237, 2392, 'Pu\'unene', 'HI'),
(73978, 237, 2392, 'Pukalani', 'HI'),
(73979, 237, 2392, 'Schofield Barracks', 'HI'),
(73980, 237, 2392, 'Volcano Village', 'HI'),
(73981, 237, 2392, 'Wahiawa', 'HI'),
(73982, 237, 2392, 'Waialua', 'HI'),
(73983, 237, 2392, 'Waianae', 'HI'),
(73984, 237, 2392, 'Waikoloa', 'HI'),
(73985, 237, 2392, 'Wailuku', 'HI'),
(73986, 237, 2392, 'Waimanalo', 'HI'),
(73987, 237, 2392, 'Waimea', 'HI'),
(73988, 237, 2392, 'Waipahu', 'HI'),
(73989, 237, 2393, 'Aberdeen', 'ID'),
(73990, 237, 2393, 'Ahsahka', 'ID'),
(73991, 237, 2393, 'Albion', 'ID'),
(73992, 237, 2393, 'American Falls', 'ID'),
(73993, 237, 2393, 'Arco', 'ID'),
(73994, 237, 2393, 'Arimo', 'ID'),
(73995, 237, 2393, 'Ashton', 'ID'),
(73996, 237, 2393, 'Athol', 'ID'),
(73997, 237, 2393, 'Avery', 'ID'),
(73998, 237, 2393, 'Bancroft', 'ID'),
(73999, 237, 2393, 'Bellevue', 'ID'),
(74000, 237, 2393, 'Blackfoot', 'ID'),
(74001, 237, 2393, 'Blanchard', 'ID'),
(74002, 237, 2393, 'Bliss', 'ID'),
(74003, 237, 2393, 'Boise', 'ID'),
(74004, 237, 2393, 'Bonners Ferry', 'ID'),
(74005, 237, 2393, 'Bruneau', 'ID'),
(74006, 237, 2393, 'Buhl', 'ID'),
(74007, 237, 2393, 'Burley', 'ID'),
(74008, 237, 2393, 'Caldwell', 'ID'),
(74009, 237, 2393, 'Cambridge', 'ID'),
(74010, 237, 2393, 'Cascade', 'ID'),
(74011, 237, 2393, 'Cataldo', 'ID'),
(74012, 237, 2393, 'Challis', 'ID'),
(74013, 237, 2393, 'Clark Fork', 'ID'),
(74014, 237, 2393, 'Clarkia', 'ID'),
(74015, 237, 2393, 'Clifton', 'ID'),
(74016, 237, 2393, 'Coeur d\'Alene', 'ID'),
(74017, 237, 2393, 'Cottonwood', 'ID'),
(74018, 237, 2393, 'Council', 'ID'),
(74019, 237, 2393, 'Culdesac', 'ID'),
(74020, 237, 2393, 'Deary', 'ID'),
(74021, 237, 2393, 'Declo', 'ID'),
(74022, 237, 2393, 'Dietrich', 'ID'),
(74023, 237, 2393, 'Dingle', 'ID'),
(74024, 237, 2393, 'Donnelly', 'ID'),
(74025, 237, 2393, 'Downey', 'ID'),
(74026, 237, 2393, 'Driggs', 'ID'),
(74027, 237, 2393, 'Dubois', 'ID'),
(74028, 237, 2393, 'Eagle', 'ID'),
(74029, 237, 2393, 'Eden', 'ID'),
(74030, 237, 2393, 'Elk River', 'ID'),
(74031, 237, 2393, 'Emmett', 'ID'),
(74032, 237, 2393, 'Fernwood', 'ID'),
(74033, 237, 2393, 'Filer', 'ID'),
(74034, 237, 2393, 'Firth', 'ID'),
(74035, 237, 2393, 'Fish Haven', 'ID'),
(74036, 237, 2393, 'Franklin', 'ID'),
(74037, 237, 2393, 'Freedom', 'ID'),
(74038, 237, 2393, 'Fruitland', 'ID'),
(74039, 237, 2393, 'Garden City', 'ID'),
(74040, 237, 2393, 'Garden Valley', 'ID'),
(74041, 237, 2393, 'Genesee', 'ID'),
(74042, 237, 2393, 'Glenns Ferry', 'ID'),
(74043, 237, 2393, 'Gooding', 'ID'),
(74044, 237, 2393, 'Grace', 'ID'),
(74045, 237, 2393, 'Grand View', 'ID'),
(74046, 237, 2393, 'Grangeville', 'ID'),
(74047, 237, 2393, 'Hagerman', 'ID'),
(74048, 237, 2393, 'Hailey', 'ID'),
(74049, 237, 2393, 'Hamer', 'ID'),
(74050, 237, 2393, 'Hammett', 'ID'),
(74051, 237, 2393, 'Hansen', 'ID'),
(74052, 237, 2393, 'Harrison', 'ID'),
(74053, 237, 2393, 'Hayden', 'ID'),
(74054, 237, 2393, 'Hazelton', 'ID'),
(74055, 237, 2393, 'Heyburn', 'ID'),
(74056, 237, 2393, 'Homedale', 'ID'),
(74057, 237, 2393, 'Hope', 'ID'),
(74058, 237, 2393, 'Horseshoe Bend', 'ID'),
(74059, 237, 2393, 'Idaho City', 'ID'),
(74060, 237, 2393, 'Idaho Falls', 'ID'),
(74061, 237, 2393, 'Inkom', 'ID'),
(74062, 237, 2393, 'Island Park', 'ID'),
(74063, 237, 2393, 'Jerome', 'ID'),
(74064, 237, 2393, 'Juliaetta', 'ID'),
(74065, 237, 2393, 'Kamiah', 'ID'),
(74066, 237, 2393, 'Kellogg', 'ID'),
(74067, 237, 2393, 'Kendrick', 'ID'),
(74068, 237, 2393, 'Ketchum', 'ID'),
(74069, 237, 2393, 'Kimberly', 'ID'),
(74070, 237, 2393, 'King Hill', 'ID'),
(74071, 237, 2393, 'Kingston', 'ID'),
(74072, 237, 2393, 'Kooskia', 'ID'),
(74073, 237, 2393, 'Kootenai', 'ID'),
(74074, 237, 2393, 'Kuna', 'ID'),
(74075, 237, 2393, 'Laclede', 'ID'),
(74076, 237, 2393, 'Lapwai', 'ID'),
(74077, 237, 2393, 'Lava Hot Springs', 'ID'),
(74078, 237, 2393, 'Lenore', 'ID'),
(74079, 237, 2393, 'Letha', 'ID'),
(74080, 237, 2393, 'Lewiston', 'ID'),
(74081, 237, 2393, 'Lewisville', 'ID'),
(74082, 237, 2393, 'Lowman', 'ID'),
(74083, 237, 2393, 'Lucile', 'ID'),
(74084, 237, 2393, 'Mackay', 'ID'),
(74085, 237, 2393, 'Malad City', 'ID'),
(74086, 237, 2393, 'Malta', 'ID'),
(74087, 237, 2393, 'Marsing', 'ID'),
(74088, 237, 2393, 'McCall', 'ID'),
(74089, 237, 2393, 'McCammon', 'ID'),
(74090, 237, 2393, 'Melba', 'ID'),
(74091, 237, 2393, 'Menan', 'ID'),
(74092, 237, 2393, 'Meridian', 'ID'),
(74093, 237, 2393, 'Middleton', 'ID'),
(74094, 237, 2393, 'Midvale', 'ID'),
(74095, 237, 2393, 'Monteview', 'ID'),
(74096, 237, 2393, 'Montpelier', 'ID'),
(74097, 237, 2393, 'Moore', 'ID'),
(74098, 237, 2393, 'Moscow', 'ID'),
(74099, 237, 2393, 'Mountain Home', 'ID'),
(74100, 237, 2393, 'Moyie Springs', 'ID'),
(74101, 237, 2393, 'Murray', 'ID'),
(74102, 237, 2393, 'Murtaugh', 'ID'),
(74103, 237, 2393, 'Nampa', 'ID'),
(74104, 237, 2393, 'New Meadows', 'ID'),
(74105, 237, 2393, 'New Plymouth', 'ID'),
(74106, 237, 2393, 'Newdale', 'ID'),
(74107, 237, 2393, 'Oakley', 'ID'),
(74108, 237, 2393, 'Ola', 'ID'),
(74109, 237, 2393, 'Oldtown', 'ID'),
(74110, 237, 2393, 'Orofino', 'ID'),
(74111, 237, 2393, 'Osburn', 'ID'),
(74112, 237, 2393, 'Parma', 'ID'),
(74113, 237, 2393, 'Paul', 'ID'),
(74114, 237, 2393, 'Payette', 'ID'),
(74115, 237, 2393, 'Pierce', 'ID'),
(74116, 237, 2393, 'Pinehurst', 'ID'),
(74117, 237, 2393, 'Pingree', 'ID'),
(74118, 237, 2393, 'Plummer', 'ID'),
(74119, 237, 2393, 'Pocatello', 'ID'),
(74120, 237, 2393, 'Ponderay', 'ID'),
(74121, 237, 2393, 'Post Falls', 'ID'),
(74122, 237, 2393, 'Potlatch', 'ID'),
(74123, 237, 2393, 'Preston', 'ID'),
(74124, 237, 2393, 'Priest River', 'ID'),
(74125, 237, 2393, 'Princeton', 'ID'),
(74126, 237, 2393, 'Rathdrum', 'ID'),
(74127, 237, 2393, 'Reubens', 'ID'),
(74128, 237, 2393, 'Rexburg', 'ID'),
(74129, 237, 2393, 'Richfield', 'ID'),
(74130, 237, 2393, 'Rigby', 'ID'),
(74131, 237, 2393, 'Riggins', 'ID'),
(74132, 237, 2393, 'Ririe', 'ID'),
(74133, 237, 2393, 'Roberts', 'ID'),
(74134, 237, 2393, 'Rockland', 'ID'),
(74135, 237, 2393, 'Rupert', 'ID'),
(74136, 237, 2393, 'Sagle', 'ID'),
(74137, 237, 2393, 'Saint Anthony', 'ID'),
(74138, 237, 2393, 'Saint Maries', 'ID'),
(74139, 237, 2393, 'Salmon', 'ID'),
(74140, 237, 2393, 'Sandpoint', 'ID'),
(74141, 237, 2393, 'Shelley', 'ID'),
(74142, 237, 2393, 'Shoshone', 'ID'),
(74143, 237, 2393, 'Silverton', 'ID'),
(74144, 237, 2393, 'Smelterville', 'ID'),
(74145, 237, 2393, 'Soda Springs', 'ID'),
(74146, 237, 2393, 'Spirit Lake', 'ID'),
(74147, 237, 2393, 'Stanley', 'ID'),
(74148, 237, 2393, 'Star', 'ID'),
(74149, 237, 2393, 'Stites', 'ID'),
(74150, 237, 2393, 'Sugar City', 'ID'),
(74151, 237, 2393, 'Sun Valley', 'ID'),
(74152, 237, 2393, 'Swan Valley', 'ID'),
(74153, 237, 2393, 'Sweet', 'ID'),
(74154, 237, 2393, 'Tensed', 'ID'),
(74155, 237, 2393, 'Terreton', 'ID'),
(74156, 237, 2393, 'Teton', 'ID'),
(74157, 237, 2393, 'Tetonia', 'ID'),
(74158, 237, 2393, 'Troy', 'ID'),
(74159, 237, 2393, 'Twin Falls', 'ID'),
(74160, 237, 2393, 'Victor', 'ID'),
(74161, 237, 2393, 'Viola', 'ID'),
(74162, 237, 2393, 'Wallace', 'ID'),
(74163, 237, 2393, 'Wayan', 'ID'),
(74164, 237, 2393, 'Weiser', 'ID'),
(74165, 237, 2393, 'Wendell', 'ID'),
(74166, 237, 2393, 'Weston', 'ID'),
(74167, 237, 2393, 'Wilder', 'ID'),
(74168, 237, 2393, 'Worley', 'ID'),
(74169, 237, 2394, 'Abingdon', 'IL'),
(74170, 237, 2394, 'Adair', 'IL'),
(74171, 237, 2394, 'Addieville', 'IL'),
(74172, 237, 2394, 'Addison', 'IL'),
(74173, 237, 2394, 'Albany', 'IL'),
(74174, 237, 2394, 'Albers', 'IL'),
(74175, 237, 2394, 'Albion', 'IL'),
(74176, 237, 2394, 'Aledo', 'IL'),
(74177, 237, 2394, 'Alexander', 'IL'),
(74178, 237, 2394, 'Alexis', 'IL'),
(74179, 237, 2394, 'Algonquin', 'IL'),
(74180, 237, 2394, 'Alhambra', 'IL'),
(74181, 237, 2394, 'Allendale', 'IL'),
(74182, 237, 2394, 'Alpha', 'IL'),
(74183, 237, 2394, 'Alsey', 'IL'),
(74184, 237, 2394, 'Alsip', 'IL'),
(74185, 237, 2394, 'Altamont', 'IL'),
(74186, 237, 2394, 'Alto Pass', 'IL'),
(74187, 237, 2394, 'Alton', 'IL'),
(74188, 237, 2394, 'Altona', 'IL'),
(74189, 237, 2394, 'Amboy', 'IL'),
(74190, 237, 2394, 'Andover', 'IL'),
(74191, 237, 2394, 'Anna', 'IL'),
(74192, 237, 2394, 'Annawan', 'IL'),
(74193, 237, 2394, 'Antioch', 'IL'),
(74194, 237, 2394, 'Apple River', 'IL'),
(74195, 237, 2394, 'Arcola', 'IL'),
(74196, 237, 2394, 'Arenzville', 'IL'),
(74197, 237, 2394, 'Argenta', 'IL'),
(74198, 237, 2394, 'Arlington Heights', 'IL'),
(74199, 237, 2394, 'Armington', 'IL'),
(74200, 237, 2394, 'Armstrong', 'IL'),
(74201, 237, 2394, 'Aroma Park', 'IL'),
(74202, 237, 2394, 'Arrowsmith', 'IL'),
(74203, 237, 2394, 'Arthur', 'IL'),
(74204, 237, 2394, 'Ashkum', 'IL'),
(74205, 237, 2394, 'Ashley', 'IL'),
(74206, 237, 2394, 'Ashton', 'IL'),
(74207, 237, 2394, 'Assumption', 'IL'),
(74208, 237, 2394, 'Astoria', 'IL'),
(74209, 237, 2394, 'Athens', 'IL'),
(74210, 237, 2394, 'Atkinson', 'IL'),
(74211, 237, 2394, 'Atlanta', 'IL'),
(74212, 237, 2394, 'Atwood', 'IL'),
(74213, 237, 2394, 'Auburn', 'IL'),
(74214, 237, 2394, 'Augusta', 'IL'),
(74215, 237, 2394, 'Aurora', 'IL'),
(74216, 237, 2394, 'Ava', 'IL'),
(74217, 237, 2394, 'Aviston', 'IL'),
(74218, 237, 2394, 'Avon', 'IL'),
(74219, 237, 2394, 'Barrington', 'IL'),
(74220, 237, 2394, 'Barry', 'IL'),
(74221, 237, 2394, 'Bartelso', 'IL'),
(74222, 237, 2394, 'Bartlett', 'IL'),
(74223, 237, 2394, 'Batavia', 'IL'),
(74224, 237, 2394, 'Batchtown', 'IL'),
(74225, 237, 2394, 'Beardstown', 'IL'),
(74226, 237, 2394, 'Bedford Park', 'IL'),
(74227, 237, 2394, 'Beecher', 'IL'),
(74228, 237, 2394, 'Beecher City', 'IL'),
(74229, 237, 2394, 'Belleville', 'IL'),
(74230, 237, 2394, 'Bellflower', 'IL'),
(74231, 237, 2394, 'Bellmont', 'IL'),
(74232, 237, 2394, 'Bellwood', 'IL'),
(74233, 237, 2394, 'Belvidere', 'IL'),
(74234, 237, 2394, 'Bement', 'IL'),
(74235, 237, 2394, 'Benld', 'IL'),
(74236, 237, 2394, 'Bensenville', 'IL'),
(74237, 237, 2394, 'Benton', 'IL'),
(74238, 237, 2394, 'Berkeley', 'IL'),
(74239, 237, 2394, 'Berwyn', 'IL'),
(74240, 237, 2394, 'Bethalto', 'IL'),
(74241, 237, 2394, 'Bethany', 'IL'),
(74242, 237, 2394, 'Big Rock', 'IL'),
(74243, 237, 2394, 'Biggsville', 'IL'),
(74244, 237, 2394, 'Bishop Hill', 'IL'),
(74245, 237, 2394, 'Bismarck', 'IL'),
(74246, 237, 2394, 'Blackstone', 'IL'),
(74247, 237, 2394, 'Blandinsville', 'IL'),
(74248, 237, 2394, 'Bloomingdale', 'IL'),
(74249, 237, 2394, 'Bloomington', 'IL'),
(74250, 237, 2394, 'Blue Island', 'IL'),
(74251, 237, 2394, 'Blue Mound', 'IL'),
(74252, 237, 2394, 'Bluffs', 'IL'),
(74253, 237, 2394, 'Bluford', 'IL'),
(74254, 237, 2394, 'Bolingbrook', 'IL'),
(74255, 237, 2394, 'Bone Gap', 'IL'),
(74256, 237, 2394, 'Bonfield', 'IL'),
(74257, 237, 2394, 'Bonnie', 'IL'),
(74258, 237, 2394, 'Bourbonnais', 'IL'),
(74259, 237, 2394, 'Bowen', 'IL'),
(74260, 237, 2394, 'Braceville', 'IL'),
(74261, 237, 2394, 'Bradford', 'IL'),
(74262, 237, 2394, 'Bradley', 'IL'),
(74263, 237, 2394, 'Braidwood', 'IL'),
(74264, 237, 2394, 'Breese', 'IL'),
(74265, 237, 2394, 'Bridgeport', 'IL'),
(74266, 237, 2394, 'Bridgeview', 'IL'),
(74267, 237, 2394, 'Brighton', 'IL'),
(74268, 237, 2394, 'Brimfield', 'IL'),
(74269, 237, 2394, 'Bristol', 'IL'),
(74270, 237, 2394, 'Broadlands', 'IL'),
(74271, 237, 2394, 'Broadview', 'IL'),
(74272, 237, 2394, 'Brocton', 'IL'),
(74273, 237, 2394, 'Brookfield', 'IL'),
(74274, 237, 2394, 'Brookport', 'IL'),
(74275, 237, 2394, 'Broughton', 'IL'),
(74276, 237, 2394, 'Brownstown', 'IL'),
(74277, 237, 2394, 'Brussels', 'IL'),
(74278, 237, 2394, 'Buckingham', 'IL'),
(74279, 237, 2394, 'Buckley', 'IL'),
(74280, 237, 2394, 'Buda', 'IL'),
(74281, 237, 2394, 'Buffalo Grove', 'IL'),
(74282, 237, 2394, 'Buffalo Prairie', 'IL'),
(74283, 237, 2394, 'Buncombe', 'IL'),
(74284, 237, 2394, 'Bunker Hill', 'IL'),
(74285, 237, 2394, 'Burbank', 'IL'),
(74286, 237, 2394, 'Bureau', 'IL'),
(74287, 237, 2394, 'Burlington', 'IL'),
(74288, 237, 2394, 'Bushnell', 'IL'),
(74289, 237, 2394, 'Butler', 'IL'),
(74290, 237, 2394, 'Byron', 'IL'),
(74291, 237, 2394, 'Cabery', 'IL'),
(74292, 237, 2394, 'Cairo', 'IL'),
(74293, 237, 2394, 'Caledonia', 'IL'),
(74294, 237, 2394, 'Calumet City', 'IL'),
(74295, 237, 2394, 'Cambria', 'IL'),
(74296, 237, 2394, 'Cambridge', 'IL'),
(74297, 237, 2394, 'Cameron', 'IL'),
(74298, 237, 2394, 'Camp Point', 'IL'),
(74299, 237, 2394, 'Campbell Hill', 'IL'),
(74300, 237, 2394, 'Canton', 'IL'),
(74301, 237, 2394, 'Cantrall', 'IL'),
(74302, 237, 2394, 'Capron', 'IL'),
(74303, 237, 2394, 'Carbon Cliff', 'IL'),
(74304, 237, 2394, 'Carbondale', 'IL'),
(74305, 237, 2394, 'Carlinville', 'IL'),
(74306, 237, 2394, 'Carlock', 'IL'),
(74307, 237, 2394, 'Carlyle', 'IL'),
(74308, 237, 2394, 'Carman', 'IL'),
(74309, 237, 2394, 'Carmi', 'IL'),
(74310, 237, 2394, 'Carol Stream', 'IL'),
(74311, 237, 2394, 'Carpentersville', 'IL'),
(74312, 237, 2394, 'Carrier Mills', 'IL'),
(74313, 237, 2394, 'Carrollton', 'IL'),
(74314, 237, 2394, 'Carterville', 'IL'),
(74315, 237, 2394, 'Carthage', 'IL'),
(74316, 237, 2394, 'Cary', 'IL'),
(74317, 237, 2394, 'Casey', 'IL'),
(74318, 237, 2394, 'Caseyville', 'IL'),
(74319, 237, 2394, 'Catlin', 'IL'),
(74320, 237, 2394, 'Cave-in-Rock', 'IL'),
(74321, 237, 2394, 'Cedarville', 'IL'),
(74322, 237, 2394, 'Centralia', 'IL'),
(74323, 237, 2394, 'Cerro Gordo', 'IL'),
(74324, 237, 2394, 'Chadwick', 'IL'),
(74325, 237, 2394, 'Chambersburg', 'IL'),
(74326, 237, 2394, 'Champaign', 'IL'),
(74327, 237, 2394, 'Chana', 'IL'),
(74328, 237, 2394, 'Chandlerville', 'IL'),
(74329, 237, 2394, 'Channahon', 'IL'),
(74330, 237, 2394, 'Charleston', 'IL'),
(74331, 237, 2394, 'Chatham', 'IL'),
(74332, 237, 2394, 'Chatsworth', 'IL'),
(74333, 237, 2394, 'Chebanse', 'IL'),
(74334, 237, 2394, 'Chenoa', 'IL'),
(74335, 237, 2394, 'Cherry Valley', 'IL'),
(74336, 237, 2394, 'Chester', 'IL'),
(74337, 237, 2394, 'Chesterfield', 'IL'),
(74338, 237, 2394, 'Chicago', 'IL'),
(74339, 237, 2394, 'Chicago Heights', 'IL'),
(74340, 237, 2394, 'Chicago Ridge', 'IL'),
(74341, 237, 2394, 'Chillicothe', 'IL'),
(74342, 237, 2394, 'Chrisman', 'IL'),
(74343, 237, 2394, 'Christopher', 'IL'),
(74344, 237, 2394, 'Cicero', 'IL'),
(74345, 237, 2394, 'Cisco', 'IL'),
(74346, 237, 2394, 'Cisne', 'IL'),
(74347, 237, 2394, 'Cissna Park', 'IL'),
(74348, 237, 2394, 'Clare', 'IL'),
(74349, 237, 2394, 'Clarendon Hills', 'IL'),
(74350, 237, 2394, 'Clay City', 'IL'),
(74351, 237, 2394, 'Clayton', 'IL'),
(74352, 237, 2394, 'Clifton', 'IL'),
(74353, 237, 2394, 'Clinton', 'IL'),
(74354, 237, 2394, 'Coal City', 'IL'),
(74355, 237, 2394, 'Coal Valley', 'IL'),
(74356, 237, 2394, 'Cobden', 'IL'),
(74357, 237, 2394, 'Coello', 'IL'),
(74358, 237, 2394, 'Coffeen', 'IL'),
(74359, 237, 2394, 'Colchester', 'IL'),
(74360, 237, 2394, 'Colfax', 'IL'),
(74361, 237, 2394, 'Collinsville', 'IL'),
(74362, 237, 2394, 'Colona', 'IL'),
(74363, 237, 2394, 'Columbia', 'IL'),
(74364, 237, 2394, 'Compton', 'IL'),
(74365, 237, 2394, 'Congerville', 'IL'),
(74366, 237, 2394, 'Cornell', 'IL'),
(74367, 237, 2394, 'Cortland', 'IL'),
(74368, 237, 2394, 'Cottage Hills', 'IL'),
(74369, 237, 2394, 'Coulterville', 'IL'),
(74370, 237, 2394, 'Country Club Hills', 'IL'),
(74371, 237, 2394, 'Cowden', 'IL'),
(74372, 237, 2394, 'Creal Springs', 'IL'),
(74373, 237, 2394, 'Crest Hill', 'IL'),
(74374, 237, 2394, 'Creston', 'IL'),
(74375, 237, 2394, 'Crete', 'IL'),
(74376, 237, 2394, 'Creve Coeur', 'IL'),
(74377, 237, 2394, 'Cropsey', 'IL'),
(74378, 237, 2394, 'Crossville', 'IL'),
(74379, 237, 2394, 'Crystal Lake', 'IL'),
(74380, 237, 2394, 'Cuba', 'IL'),
(74381, 237, 2394, 'Cullom', 'IL'),
(74382, 237, 2394, 'Cypress', 'IL'),
(74383, 237, 2394, 'Dahinda', 'IL'),
(74384, 237, 2394, 'Dahlgren', 'IL'),
(74385, 237, 2394, 'Dakota', 'IL'),
(74386, 237, 2394, 'Dale', 'IL'),
(74387, 237, 2394, 'Dallas City', 'IL'),
(74388, 237, 2394, 'Dalton City', 'IL'),
(74389, 237, 2394, 'Dalzell', 'IL'),
(74390, 237, 2394, 'Dana', 'IL'),
(74391, 237, 2394, 'Danvers', 'IL'),
(74392, 237, 2394, 'Danville', 'IL'),
(74393, 237, 2394, 'Darien', 'IL'),
(74394, 237, 2394, 'Darmstadt', 'IL'),
(74395, 237, 2394, 'Davis', 'IL'),
(74396, 237, 2394, 'Davis Junction', 'IL'),
(74397, 237, 2394, 'Dawson', 'IL'),
(74398, 237, 2394, 'De Land', 'IL'),
(74399, 237, 2394, 'De Soto', 'IL'),
(74400, 237, 2394, 'Decatur', 'IL'),
(74401, 237, 2394, 'Deer Creek', 'IL'),
(74402, 237, 2394, 'Deerfield', 'IL'),
(74403, 237, 2394, 'DeKalb', 'IL'),
(74404, 237, 2394, 'Delavan', 'IL'),
(74405, 237, 2394, 'Depue', 'IL'),
(74406, 237, 2394, 'Des Plaines', 'IL'),
(74407, 237, 2394, 'Dewey', 'IL'),
(74408, 237, 2394, 'Dieterich', 'IL'),
(74409, 237, 2394, 'Dix', 'IL'),
(74410, 237, 2394, 'Dixon', 'IL'),
(74411, 237, 2394, 'Dolton', 'IL'),
(74412, 237, 2394, 'Dongola', 'IL'),
(74413, 237, 2394, 'Donovan', 'IL'),
(74414, 237, 2394, 'Dorsey', 'IL'),
(74415, 237, 2394, 'Dow', 'IL'),
(74416, 237, 2394, 'Downers Grove', 'IL'),
(74417, 237, 2394, 'Downs', 'IL'),
(74418, 237, 2394, 'Du Bois', 'IL'),
(74419, 237, 2394, 'Du Quoin', 'IL'),
(74420, 237, 2394, 'Dundas', 'IL'),
(74421, 237, 2394, 'Dunlap', 'IL'),
(74422, 237, 2394, 'Dupo', 'IL'),
(74423, 237, 2394, 'Durand', 'IL'),
(74424, 237, 2394, 'Dwight', 'IL'),
(74425, 237, 2394, 'Earlville', 'IL'),
(74426, 237, 2394, 'East Alton', 'IL'),
(74427, 237, 2394, 'East Carondelet', 'IL'),
(74428, 237, 2394, 'East Dubuque', 'IL'),
(74429, 237, 2394, 'East Galesburg', 'IL'),
(74430, 237, 2394, 'East Lynn', 'IL'),
(74431, 237, 2394, 'East Moline', 'IL'),
(74432, 237, 2394, 'East Peoria', 'IL'),
(74433, 237, 2394, 'East Saint Louis', 'IL'),
(74434, 237, 2394, 'Eddyville', 'IL'),
(74435, 237, 2394, 'Edelstein', 'IL'),
(74436, 237, 2394, 'Edgewood', 'IL'),
(74437, 237, 2394, 'Edinburg', 'IL'),
(74438, 237, 2394, 'Edwards', 'IL'),
(74439, 237, 2394, 'Edwardsville', 'IL'),
(74440, 237, 2394, 'Effingham', 'IL'),
(74441, 237, 2394, 'El Paso', 'IL'),
(74442, 237, 2394, 'Elburn', 'IL'),
(74443, 237, 2394, 'Eldorado', 'IL'),
(74444, 237, 2394, 'Eleroy', 'IL'),
(74445, 237, 2394, 'Elgin', 'IL'),
(74446, 237, 2394, 'Elizabeth', 'IL'),
(74447, 237, 2394, 'Elizabethtown', 'IL'),
(74448, 237, 2394, 'Elk Grove Village', 'IL'),
(74449, 237, 2394, 'Elkhart', 'IL'),
(74450, 237, 2394, 'Elkville', 'IL'),
(74451, 237, 2394, 'Ellisville', 'IL'),
(74452, 237, 2394, 'Elmhurst', 'IL'),
(74453, 237, 2394, 'Elmwood', 'IL'),
(74454, 237, 2394, 'Elmwood Park', 'IL'),
(74455, 237, 2394, 'Elsah', 'IL'),
(74456, 237, 2394, 'Elvaston', 'IL'),
(74457, 237, 2394, 'Elwin', 'IL'),
(74458, 237, 2394, 'Elwood', 'IL'),
(74459, 237, 2394, 'Emden', 'IL'),
(74460, 237, 2394, 'Energy', 'IL'),
(74461, 237, 2394, 'Equality', 'IL'),
(74462, 237, 2394, 'Erie', 'IL'),
(74463, 237, 2394, 'Essex', 'IL'),
(74464, 237, 2394, 'Eureka', 'IL'),
(74465, 237, 2394, 'Evanston', 'IL'),
(74466, 237, 2394, 'Evansville', 'IL'),
(74467, 237, 2394, 'Evergreen Park', 'IL'),
(74468, 237, 2394, 'Fairbury', 'IL'),
(74469, 237, 2394, 'Fairfield', 'IL'),
(74470, 237, 2394, 'Fairmount', 'IL'),
(74471, 237, 2394, 'Fairview', 'IL'),
(74472, 237, 2394, 'Fairview Heights', 'IL'),
(74473, 237, 2394, 'Farina', 'IL'),
(74474, 237, 2394, 'Farmer City', 'IL'),
(74475, 237, 2394, 'Farmersville', 'IL'),
(74476, 237, 2394, 'Farmington', 'IL'),
(74477, 237, 2394, 'Fieldon', 'IL'),
(74478, 237, 2394, 'Fillmore', 'IL'),
(74479, 237, 2394, 'Findlay', 'IL'),
(74480, 237, 2394, 'Fisher', 'IL'),
(74481, 237, 2394, 'Fithian', 'IL'),
(74482, 237, 2394, 'Flanagan', 'IL'),
(74483, 237, 2394, 'Flat Rock', 'IL'),
(74484, 237, 2394, 'Flora', 'IL'),
(74485, 237, 2394, 'Flossmoor', 'IL'),
(74486, 237, 2394, 'Foosland', 'IL'),
(74487, 237, 2394, 'Forest Park', 'IL'),
(74488, 237, 2394, 'Forrest', 'IL'),
(74489, 237, 2394, 'Forreston', 'IL'),
(74490, 237, 2394, 'Forsyth', 'IL'),
(74491, 237, 2394, 'Fowler', 'IL'),
(74492, 237, 2394, 'Fox Lake', 'IL'),
(74493, 237, 2394, 'Fox River Grove', 'IL'),
(74494, 237, 2394, 'Frankfort', 'IL'),
(74495, 237, 2394, 'Franklin', 'IL'),
(74496, 237, 2394, 'Franklin Grove', 'IL'),
(74497, 237, 2394, 'Franklin Park', 'IL'),
(74498, 237, 2394, 'Freeburg', 'IL'),
(74499, 237, 2394, 'Freeman Spur', 'IL'),
(74500, 237, 2394, 'Freeport', 'IL'),
(74501, 237, 2394, 'Fulton', 'IL'),
(74502, 237, 2394, 'Fults', 'IL'),
(74503, 237, 2394, 'Galatia', 'IL'),
(74504, 237, 2394, 'Galena', 'IL'),
(74505, 237, 2394, 'Galesburg', 'IL'),
(74506, 237, 2394, 'Galt', 'IL'),
(74507, 237, 2394, 'Galva', 'IL'),
(74508, 237, 2394, 'Garden Prairie', 'IL'),
(74509, 237, 2394, 'Gardner', 'IL'),
(74510, 237, 2394, 'Geff', 'IL'),
(74511, 237, 2394, 'Geneseo', 'IL'),
(74512, 237, 2394, 'Geneva', 'IL'),
(74513, 237, 2394, 'Genoa', 'IL'),
(74514, 237, 2394, 'Georgetown', 'IL'),
(74515, 237, 2394, 'German Valley', 'IL'),
(74516, 237, 2394, 'Germantown', 'IL'),
(74517, 237, 2394, 'Gibson City', 'IL'),
(74518, 237, 2394, 'Gifford', 'IL'),
(74519, 237, 2394, 'Gilberts', 'IL'),
(74520, 237, 2394, 'Gillespie', 'IL'),
(74521, 237, 2394, 'Gilson', 'IL'),
(74522, 237, 2394, 'Girard', 'IL'),
(74523, 237, 2394, 'Glasford', 'IL'),
(74524, 237, 2394, 'Glen Carbon', 'IL'),
(74525, 237, 2394, 'Glen Ellyn', 'IL'),
(74526, 237, 2394, 'Glenarm', 'IL'),
(74527, 237, 2394, 'Glencoe', 'IL'),
(74528, 237, 2394, 'Glendale Heights', 'IL'),
(74529, 237, 2394, 'Glenview', 'IL'),
(74530, 237, 2394, 'Glenwood', 'IL'),
(74531, 237, 2394, 'Godfrey', 'IL'),
(74532, 237, 2394, 'Golconda', 'IL'),
(74533, 237, 2394, 'Golden', 'IL'),
(74534, 237, 2394, 'Golden Eagle', 'IL'),
(74535, 237, 2394, 'Golf', 'IL'),
(74536, 237, 2394, 'Good Hope', 'IL'),
(74537, 237, 2394, 'Goodfield', 'IL'),
(74538, 237, 2394, 'Grafton', 'IL'),
(74539, 237, 2394, 'Grand Ridge', 'IL'),
(74540, 237, 2394, 'Grand Tower', 'IL'),
(74541, 237, 2394, 'Granite City', 'IL'),
(74542, 237, 2394, 'Grant Park', 'IL'),
(74543, 237, 2394, 'Granville', 'IL'),
(74544, 237, 2394, 'Grayslake', 'IL'),
(74545, 237, 2394, 'Grayville', 'IL'),
(74546, 237, 2394, 'Great Lakes', 'IL'),
(74547, 237, 2394, 'Greenup', 'IL'),
(74548, 237, 2394, 'Greenview', 'IL'),
(74549, 237, 2394, 'Greenville', 'IL'),
(74550, 237, 2394, 'Gridley', 'IL'),
(74551, 237, 2394, 'Griggsville', 'IL'),
(74552, 237, 2394, 'Groveland', 'IL'),
(74553, 237, 2394, 'Gurnee', 'IL'),
(74554, 237, 2394, 'Hamburg', 'IL'),
(74555, 237, 2394, 'Hamel', 'IL'),
(74556, 237, 2394, 'Hamilton', 'IL'),
(74557, 237, 2394, 'Hampshire', 'IL'),
(74558, 237, 2394, 'Hampton', 'IL'),
(74559, 237, 2394, 'Hanna City', 'IL'),
(74560, 237, 2394, 'Hanover', 'IL'),
(74561, 237, 2394, 'Hanover Park', 'IL'),
(74562, 237, 2394, 'Hardin', 'IL'),
(74563, 237, 2394, 'Harmon', 'IL'),
(74564, 237, 2394, 'Harrisburg', 'IL'),
(74565, 237, 2394, 'Hartford', 'IL'),
(74566, 237, 2394, 'Hartsburg', 'IL'),
(74567, 237, 2394, 'Harvard', 'IL'),
(74568, 237, 2394, 'Harvey', 'IL'),
(74569, 237, 2394, 'Harwood Heights', 'IL'),
(74570, 237, 2394, 'Havana', 'IL'),
(74571, 237, 2394, 'Hazel Crest', 'IL'),
(74572, 237, 2394, 'Hebron', 'IL'),
(74573, 237, 2394, 'Hennepin', 'IL'),
(74574, 237, 2394, 'Henning', 'IL'),
(74575, 237, 2394, 'Henry', 'IL'),
(74576, 237, 2394, 'Herrick', 'IL'),
(74577, 237, 2394, 'Herrin', 'IL'),
(74578, 237, 2394, 'Herscher', 'IL'),
(74579, 237, 2394, 'Hettick', 'IL'),
(74580, 237, 2394, 'Heyworth', 'IL'),
(74581, 237, 2394, 'Hickory Hills', 'IL'),
(74582, 237, 2394, 'Highland', 'IL'),
(74583, 237, 2394, 'Highland Park', 'IL'),
(74584, 237, 2394, 'Highwood', 'IL'),
(74585, 237, 2394, 'Hillsboro', 'IL'),
(74586, 237, 2394, 'Hillsdale', 'IL'),
(74587, 237, 2394, 'Hillside', 'IL'),
(74588, 237, 2394, 'Hinckley', 'IL'),
(74589, 237, 2394, 'Hindsboro', 'IL'),
(74590, 237, 2394, 'Hines', 'IL'),
(74591, 237, 2394, 'Hinsdale', 'IL'),
(74592, 237, 2394, 'Hoffman', 'IL'),
(74593, 237, 2394, 'Hoffman Estates', 'IL'),
(74594, 237, 2394, 'Holcomb', 'IL'),
(74595, 237, 2394, 'Homer', 'IL'),
(74596, 237, 2394, 'Homer Glen', 'IL'),
(74597, 237, 2394, 'Hometown', 'IL'),
(74598, 237, 2394, 'Homewood', 'IL'),
(74599, 237, 2394, 'Hoopeston', 'IL'),
(74600, 237, 2394, 'Hopedale', 'IL'),
(74601, 237, 2394, 'Hoyleton', 'IL'),
(74602, 237, 2394, 'Hudson', 'IL'),
(74603, 237, 2394, 'Humboldt', 'IL'),
(74604, 237, 2394, 'Hume', 'IL'),
(74605, 237, 2394, 'Huntley', 'IL'),
(74606, 237, 2394, 'Hurst', 'IL'),
(74607, 237, 2394, 'Hutsonville', 'IL'),
(74608, 237, 2394, 'Illinois City', 'IL'),
(74609, 237, 2394, 'Illiopolis', 'IL'),
(74610, 237, 2394, 'Ina', 'IL'),
(74611, 237, 2394, 'Indianola', 'IL'),
(74612, 237, 2394, 'Industry', 'IL'),
(74613, 237, 2394, 'Ingleside', 'IL'),
(74614, 237, 2394, 'Ingraham', 'IL'),
(74615, 237, 2394, 'Iroquois', 'IL'),
(74616, 237, 2394, 'Irving', 'IL'),
(74617, 237, 2394, 'Irvington', 'IL'),
(74618, 237, 2394, 'Island Lake', 'IL'),
(74619, 237, 2394, 'Itasca', 'IL'),
(74620, 237, 2394, 'Iuka', 'IL'),
(74621, 237, 2394, 'Ivesdale', 'IL'),
(74622, 237, 2394, 'Jacksonville', 'IL'),
(74623, 237, 2394, 'Jerseyville', 'IL'),
(74624, 237, 2394, 'Johnston City', 'IL'),
(74625, 237, 2394, 'Joliet', 'IL'),
(74626, 237, 2394, 'Jonesboro', 'IL'),
(74627, 237, 2394, 'Joy', 'IL'),
(74628, 237, 2394, 'Justice', 'IL'),
(74629, 237, 2394, 'Kampsville', 'IL'),
(74630, 237, 2394, 'Kane', 'IL'),
(74631, 237, 2394, 'Kankakee', 'IL'),
(74632, 237, 2394, 'Keithsburg', 'IL'),
(74633, 237, 2394, 'Kell', 'IL'),
(74634, 237, 2394, 'Kempton', 'IL'),
(74635, 237, 2394, 'Kenilworth', 'IL'),
(74636, 237, 2394, 'Kewanee', 'IL'),
(74637, 237, 2394, 'Keyesport', 'IL'),
(74638, 237, 2394, 'Kilbourne', 'IL'),
(74639, 237, 2394, 'Kincaid', 'IL'),
(74640, 237, 2394, 'Kinderhook', 'IL'),
(74641, 237, 2394, 'Kingston', 'IL'),
(74642, 237, 2394, 'Kinmundy', 'IL'),
(74643, 237, 2394, 'Kinsman', 'IL'),
(74644, 237, 2394, 'Kirkland', 'IL'),
(74645, 237, 2394, 'Kirkwood', 'IL'),
(74646, 237, 2394, 'Knoxville', 'IL'),
(74647, 237, 2394, 'La Fox', 'IL'),
(74648, 237, 2394, 'La Grange', 'IL'),
(74649, 237, 2394, 'La Grange Park', 'IL'),
(74650, 237, 2394, 'La Harpe', 'IL'),
(74651, 237, 2394, 'La Moille', 'IL'),
(74652, 237, 2394, 'La Prairie', 'IL'),
(74653, 237, 2394, 'La Rose', 'IL'),
(74654, 237, 2394, 'Lacon', 'IL'),
(74655, 237, 2394, 'Ladd', 'IL'),
(74656, 237, 2394, 'Lafayette', 'IL'),
(74657, 237, 2394, 'Lake Bluff', 'IL'),
(74658, 237, 2394, 'Lake Forest', 'IL'),
(74659, 237, 2394, 'Lake in the Hills', 'IL'),
(74660, 237, 2394, 'Lake Villa', 'IL'),
(74661, 237, 2394, 'Lake Zurich', 'IL'),
(74662, 237, 2394, 'Lakewood', 'IL'),
(74663, 237, 2394, 'Lanark', 'IL'),
(74664, 237, 2394, 'Lansing', 'IL'),
(74665, 237, 2394, 'LaSalle', 'IL'),
(74666, 237, 2394, 'Lawrenceville', 'IL'),
(74667, 237, 2394, 'Le Roy', 'IL'),
(74668, 237, 2394, 'Leaf River', 'IL'),
(74669, 237, 2394, 'Lebanon', 'IL'),
(74670, 237, 2394, 'Lee', 'IL'),
(74671, 237, 2394, 'Leland', 'IL'),
(74672, 237, 2394, 'Lemont', 'IL'),
(74673, 237, 2394, 'Lena', 'IL'),
(74674, 237, 2394, 'Lenzburg', 'IL'),
(74675, 237, 2394, 'Lewistown', 'IL'),
(74676, 237, 2394, 'Lexington', 'IL'),
(74677, 237, 2394, 'Liberty', 'IL'),
(74678, 237, 2394, 'Libertyville', 'IL'),
(74679, 237, 2394, 'Lincoln', 'IL'),
(74680, 237, 2394, 'Lincolnshire', 'IL'),
(74681, 237, 2394, 'Lincolnwood', 'IL'),
(74682, 237, 2394, 'Lisle', 'IL'),
(74683, 237, 2394, 'Litchfield', 'IL'),
(74684, 237, 2394, 'Little York', 'IL'),
(74685, 237, 2394, 'Littleton', 'IL'),
(74686, 237, 2394, 'Loami', 'IL'),
(74687, 237, 2394, 'Lockport', 'IL'),
(74688, 237, 2394, 'Loda', 'IL'),
(74689, 237, 2394, 'Lomax', 'IL'),
(74690, 237, 2394, 'Lombard', 'IL'),
(74691, 237, 2394, 'London Mills', 'IL'),
(74692, 237, 2394, 'Long Point', 'IL'),
(74693, 237, 2394, 'Loraine', 'IL'),
(74694, 237, 2394, 'Lostant', 'IL'),
(74695, 237, 2394, 'Louisville', 'IL'),
(74696, 237, 2394, 'Loves Park', 'IL'),
(74697, 237, 2394, 'Lovington', 'IL'),
(74698, 237, 2394, 'Lyndon', 'IL'),
(74699, 237, 2394, 'Lynn Center', 'IL'),
(74700, 237, 2394, 'Lyons', 'IL'),
(74701, 237, 2394, 'Machesney Park', 'IL'),
(74702, 237, 2394, 'Mackinaw', 'IL'),
(74703, 237, 2394, 'Macomb', 'IL'),
(74704, 237, 2394, 'Macon', 'IL'),
(74705, 237, 2394, 'Madison', 'IL'),
(74706, 237, 2394, 'Magnolia', 'IL'),
(74707, 237, 2394, 'Mahomet', 'IL'),
(74708, 237, 2394, 'Makanda', 'IL'),
(74709, 237, 2394, 'Malden', 'IL'),
(74710, 237, 2394, 'Malta', 'IL'),
(74711, 237, 2394, 'Manhattan', 'IL'),
(74712, 237, 2394, 'Manito', 'IL'),
(74713, 237, 2394, 'Mansfield', 'IL'),
(74714, 237, 2394, 'Manteno', 'IL'),
(74715, 237, 2394, 'Maple Park', 'IL'),
(74716, 237, 2394, 'Mapleton', 'IL'),
(74717, 237, 2394, 'Marengo', 'IL'),
(74718, 237, 2394, 'Marietta', 'IL'),
(74719, 237, 2394, 'Marine', 'IL'),
(74720, 237, 2394, 'Marion', 'IL'),
(74721, 237, 2394, 'Marissa', 'IL'),
(74722, 237, 2394, 'Markham', 'IL'),
(74723, 237, 2394, 'Maroa', 'IL'),
(74724, 237, 2394, 'Marseilles', 'IL'),
(74725, 237, 2394, 'Marshall', 'IL'),
(74726, 237, 2394, 'Martinsville', 'IL'),
(74727, 237, 2394, 'Maryville', 'IL'),
(74728, 237, 2394, 'Mascoutah', 'IL'),
(74729, 237, 2394, 'Mason', 'IL'),
(74730, 237, 2394, 'Mason City', 'IL'),
(74731, 237, 2394, 'Matteson', 'IL'),
(74732, 237, 2394, 'Mattoon', 'IL'),
(74733, 237, 2394, 'Maywood', 'IL'),
(74734, 237, 2394, 'Mazon', 'IL'),
(74735, 237, 2394, 'McHenry', 'IL'),
(74736, 237, 2394, 'McLean', 'IL'),
(74737, 237, 2394, 'McLeansboro', 'IL'),
(74738, 237, 2394, 'Mechanicsburg', 'IL'),
(74739, 237, 2394, 'Media', 'IL'),
(74740, 237, 2394, 'Medinah', 'IL'),
(74741, 237, 2394, 'Medora', 'IL'),
(74742, 237, 2394, 'Melrose Park', 'IL'),
(74743, 237, 2394, 'Melvin', 'IL'),
(74744, 237, 2394, 'Mendon', 'IL'),
(74745, 237, 2394, 'Mendota', 'IL'),
(74746, 237, 2394, 'Meredosia', 'IL'),
(74747, 237, 2394, 'Metamora', 'IL'),
(74748, 237, 2394, 'Metropolis', 'IL'),
(74749, 237, 2394, 'Middletown', 'IL'),
(74750, 237, 2394, 'Midlothian', 'IL'),
(74751, 237, 2394, 'Milan', 'IL'),
(74752, 237, 2394, 'Milford', 'IL'),
(74753, 237, 2394, 'Milledgeville', 'IL'),
(74754, 237, 2394, 'Millington', 'IL'),
(74755, 237, 2394, 'Millstadt', 'IL'),
(74756, 237, 2394, 'Milton', 'IL'),
(74757, 237, 2394, 'Minier', 'IL'),
(74758, 237, 2394, 'Minonk', 'IL'),
(74759, 237, 2394, 'Minooka', 'IL'),
(74760, 237, 2394, 'Mokena', 'IL'),
(74761, 237, 2394, 'Moline', 'IL'),
(74762, 237, 2394, 'Momence', 'IL'),
(74763, 237, 2394, 'Monee', 'IL'),
(74764, 237, 2394, 'Monmouth', 'IL'),
(74765, 237, 2394, 'Monroe Center', 'IL'),
(74766, 237, 2394, 'Montgomery', 'IL'),
(74767, 237, 2394, 'Monticello', 'IL'),
(74768, 237, 2394, 'Montrose', 'IL'),
(74769, 237, 2394, 'Moro', 'IL'),
(74770, 237, 2394, 'Morris', 'IL'),
(74771, 237, 2394, 'Morrison', 'IL'),
(74772, 237, 2394, 'Morrisonville', 'IL'),
(74773, 237, 2394, 'Morton', 'IL'),
(74774, 237, 2394, 'Morton Grove', 'IL'),
(74775, 237, 2394, 'Mound City', 'IL'),
(74776, 237, 2394, 'Mounds', 'IL'),
(74777, 237, 2394, 'Mount Auburn', 'IL'),
(74778, 237, 2394, 'Mount Carmel', 'IL'),
(74779, 237, 2394, 'Mount Carroll', 'IL'),
(74780, 237, 2394, 'Mount Erie', 'IL'),
(74781, 237, 2394, 'Mount Morris', 'IL'),
(74782, 237, 2394, 'Mount Olive', 'IL'),
(74783, 237, 2394, 'Mount Prospect', 'IL'),
(74784, 237, 2394, 'Mount Pulaski', 'IL'),
(74785, 237, 2394, 'Mount Sterling', 'IL'),
(74786, 237, 2394, 'Mount Zion', 'IL'),
(74787, 237, 2394, 'Moweaqua', 'IL'),
(74788, 237, 2394, 'Mt. Vernon', 'IL'),
(74789, 237, 2394, 'Mulberry Grove', 'IL'),
(74790, 237, 2394, 'Mulkeytown', 'IL'),
(74791, 237, 2394, 'Mundelein', 'IL'),
(74792, 237, 2394, 'Murphysboro', 'IL'),
(74793, 237, 2394, 'Murrayville', 'IL'),
(74794, 237, 2394, 'Naperville', 'IL'),
(74795, 237, 2394, 'Nashville', 'IL'),
(74796, 237, 2394, 'Nauvoo', 'IL'),
(74797, 237, 2394, 'Neoga', 'IL'),
(74798, 237, 2394, 'Neponset', 'IL'),
(74799, 237, 2394, 'New Athens', 'IL'),
(74800, 237, 2394, 'New Baden', 'IL'),
(74801, 237, 2394, 'New Bedford', 'IL'),
(74802, 237, 2394, 'New Berlin', 'IL'),
(74803, 237, 2394, 'New Boston', 'IL'),
(74804, 237, 2394, 'New Canton', 'IL'),
(74805, 237, 2394, 'New Douglas', 'IL'),
(74806, 237, 2394, 'New Lenox', 'IL'),
(74807, 237, 2394, 'New Windsor', 'IL'),
(74808, 237, 2394, 'Newark', 'IL'),
(74809, 237, 2394, 'Newton', 'IL'),
(74810, 237, 2394, 'Niles', 'IL'),
(74811, 237, 2394, 'Noble', 'IL'),
(74812, 237, 2394, 'Nokomis', 'IL'),
(74813, 237, 2394, 'Normal', 'IL'),
(74814, 237, 2394, 'Norris', 'IL'),
(74815, 237, 2394, 'Norris City', 'IL'),
(74816, 237, 2394, 'North Aurora', 'IL'),
(74817, 237, 2394, 'North Chicago', 'IL'),
(74818, 237, 2394, 'North Henderson', 'IL'),
(74819, 237, 2394, 'Northbrook', 'IL'),
(74820, 237, 2394, 'O\'Fallon', 'IL'),
(74821, 237, 2394, 'Oak Brook', 'IL'),
(74822, 237, 2394, 'Oak Forest', 'IL'),
(74823, 237, 2394, 'Oak Lawn', 'IL'),
(74824, 237, 2394, 'Oak Park', 'IL'),
(74825, 237, 2394, 'Oakdale', 'IL'),
(74826, 237, 2394, 'Oakland', 'IL'),
(74827, 237, 2394, 'Oakwood', 'IL'),
(74828, 237, 2394, 'Oblong', 'IL'),
(74829, 237, 2394, 'Odell', 'IL'),
(74830, 237, 2394, 'Odin', 'IL'),
(74831, 237, 2394, 'Ogden', 'IL'),
(74832, 237, 2394, 'Oglesby', 'IL'),
(74833, 237, 2394, 'Ohio', 'IL'),
(74834, 237, 2394, 'Okawville', 'IL'),
(74835, 237, 2394, 'Olive Branch', 'IL'),
(74836, 237, 2394, 'Olmsted', 'IL'),
(74837, 237, 2394, 'Olney', 'IL'),
(74838, 237, 2394, 'Olympia Fields', 'IL'),
(74839, 237, 2394, 'Onarga', 'IL'),
(74840, 237, 2394, 'Oneida', 'IL'),
(74841, 237, 2394, 'Opdyke', 'IL'),
(74842, 237, 2394, 'Oquawka', 'IL'),
(74843, 237, 2394, 'Orangeville', 'IL'),
(74844, 237, 2394, 'Oreana', 'IL'),
(74845, 237, 2394, 'Oregon', 'IL'),
(74846, 237, 2394, 'Orion', 'IL'),
(74847, 237, 2394, 'Orland Park', 'IL'),
(74848, 237, 2394, 'Oswego', 'IL'),
(74849, 237, 2394, 'Ottawa', 'IL'),
(74850, 237, 2394, 'Ozark', 'IL'),
(74851, 237, 2394, 'Palatine', 'IL'),
(74852, 237, 2394, 'Palestine', 'IL'),
(74853, 237, 2394, 'Palmer', 'IL'),
(74854, 237, 2394, 'Palmyra', 'IL'),
(74855, 237, 2394, 'Paloma', 'IL'),
(74856, 237, 2394, 'Palos Heights', 'IL'),
(74857, 237, 2394, 'Palos Hills', 'IL'),
(74858, 237, 2394, 'Palos Park', 'IL'),
(74859, 237, 2394, 'Pana', 'IL'),
(74860, 237, 2394, 'Panama', 'IL'),
(74861, 237, 2394, 'Paris', 'IL'),
(74862, 237, 2394, 'Park Forest', 'IL'),
(74863, 237, 2394, 'Park Ridge', 'IL'),
(74864, 237, 2394, 'Parkersburg', 'IL'),
(74865, 237, 2394, 'Patoka', 'IL'),
(74866, 237, 2394, 'Paw Paw', 'IL'),
(74867, 237, 2394, 'Pawnee', 'IL'),
(74868, 237, 2394, 'Paxton', 'IL'),
(74869, 237, 2394, 'Payson', 'IL'),
(74870, 237, 2394, 'Pearl City', 'IL'),
(74871, 237, 2394, 'Pecatonica', 'IL'),
(74872, 237, 2394, 'Pekin', 'IL'),
(74873, 237, 2394, 'Peoria', 'IL'),
(74874, 237, 2394, 'Peoria Heights', 'IL'),
(74875, 237, 2394, 'Peotone', 'IL'),
(74876, 237, 2394, 'Percy', 'IL'),
(74877, 237, 2394, 'Peru', 'IL'),
(74878, 237, 2394, 'Petersburg', 'IL'),
(74879, 237, 2394, 'Philo', 'IL'),
(74880, 237, 2394, 'Piasa', 'IL'),
(74881, 237, 2394, 'Pinckneyville', 'IL'),
(74882, 237, 2394, 'Piper City', 'IL'),
(74883, 237, 2394, 'Pittsburg', 'IL'),
(74884, 237, 2394, 'Pittsfield', 'IL'),
(74885, 237, 2394, 'Plainfield', 'IL'),
(74886, 237, 2394, 'Plainville', 'IL'),
(74887, 237, 2394, 'Plano', 'IL'),
(74888, 237, 2394, 'Pleasant Hill', 'IL'),
(74889, 237, 2394, 'Pleasant Plains', 'IL'),
(74890, 237, 2394, 'Plymouth', 'IL'),
(74891, 237, 2394, 'Pocahontas', 'IL'),
(74892, 237, 2394, 'Polo', 'IL'),
(74893, 237, 2394, 'Pontiac', 'IL'),
(74894, 237, 2394, 'Poplar Grove', 'IL'),
(74895, 237, 2394, 'Port Byron', 'IL'),
(74896, 237, 2394, 'Posen', 'IL'),
(74897, 237, 2394, 'Potomac', 'IL'),
(74898, 237, 2394, 'Prairie du Rocher', 'IL'),
(74899, 237, 2394, 'Princeton', 'IL'),
(74900, 237, 2394, 'Princeville', 'IL'),
(74901, 237, 2394, 'Prophetstown', 'IL'),
(74902, 237, 2394, 'Prospect Heights', 'IL'),
(74903, 237, 2394, 'Quincy', 'IL'),
(74904, 237, 2394, 'Radom', 'IL'),
(74905, 237, 2394, 'Raleigh', 'IL'),
(74906, 237, 2394, 'Ramsey', 'IL'),
(74907, 237, 2394, 'Rankin', 'IL'),
(74908, 237, 2394, 'Ransom', 'IL'),
(74909, 237, 2394, 'Rantoul', 'IL'),
(74910, 237, 2394, 'Rapids City', 'IL'),
(74911, 237, 2394, 'Raymond', 'IL'),
(74912, 237, 2394, 'Red Bud', 'IL'),
(74913, 237, 2394, 'Reynolds', 'IL'),
(74914, 237, 2394, 'Richmond', 'IL'),
(74915, 237, 2394, 'Richton Park', 'IL'),
(74916, 237, 2394, 'Richview', 'IL'),
(74917, 237, 2394, 'Ridge Farm', 'IL'),
(74918, 237, 2394, 'Ridgway', 'IL'),
(74919, 237, 2394, 'Ringwood', 'IL'),
(74920, 237, 2394, 'Rio', 'IL'),
(74921, 237, 2394, 'River Forest', 'IL'),
(74922, 237, 2394, 'River Grove', 'IL'),
(74923, 237, 2394, 'Riverdale', 'IL'),
(74924, 237, 2394, 'Riverside', 'IL'),
(74925, 237, 2394, 'Riverton', 'IL'),
(74926, 237, 2394, 'Roanoke', 'IL'),
(74927, 237, 2394, 'Robbins', 'IL'),
(74928, 237, 2394, 'Roberts', 'IL'),
(74929, 237, 2394, 'Robinson', 'IL'),
(74930, 237, 2394, 'Rochelle', 'IL'),
(74931, 237, 2394, 'Rochester', 'IL'),
(74932, 237, 2394, 'Rock City', 'IL'),
(74933, 237, 2394, 'Rock Falls', 'IL'),
(74934, 237, 2394, 'Rock Island', 'IL'),
(74935, 237, 2394, 'Rockford', 'IL'),
(74936, 237, 2394, 'Rockton', 'IL'),
(74937, 237, 2394, 'Rockwood', 'IL'),
(74938, 237, 2394, 'Rolling Meadows', 'IL'),
(74939, 237, 2394, 'Romeoville', 'IL'),
(74940, 237, 2394, 'Roodhouse', 'IL'),
(74941, 237, 2394, 'Rosamond', 'IL'),
(74942, 237, 2394, 'Roscoe', 'IL'),
(74943, 237, 2394, 'Roselle', 'IL'),
(74944, 237, 2394, 'Rosemont', 'IL'),
(74945, 237, 2394, 'Roseville', 'IL'),
(74946, 237, 2394, 'Rosiclare', 'IL'),
(74947, 237, 2394, 'Rossville', 'IL'),
(74948, 237, 2394, 'Round Lake', 'IL'),
(74949, 237, 2394, 'Roxana', 'IL'),
(74950, 237, 2394, 'Royal', 'IL'),
(74951, 237, 2394, 'Royalton', 'IL'),
(74952, 237, 2394, 'Rushville', 'IL'),
(74953, 237, 2394, 'Rutland', 'IL'),
(74954, 237, 2394, 'Saint Anne', 'IL'),
(74955, 237, 2394, 'Saint Augustine', 'IL'),
(74956, 237, 2394, 'Saint Charles', 'IL'),
(74957, 237, 2394, 'Saint David', 'IL'),
(74958, 237, 2394, 'Saint Elmo', 'IL'),
(74959, 237, 2394, 'Saint Francisville', 'IL'),
(74960, 237, 2394, 'Saint Jacob', 'IL'),
(74961, 237, 2394, 'Saint Joseph', 'IL'),
(74962, 237, 2394, 'Saint Libory', 'IL'),
(74963, 237, 2394, 'Saint Peter', 'IL'),
(74964, 237, 2394, 'Sainte Marie', 'IL'),
(74965, 237, 2394, 'Salem', 'IL'),
(74966, 237, 2394, 'San Jose', 'IL'),
(74967, 237, 2394, 'Sandoval', 'IL'),
(74968, 237, 2394, 'Sandwich', 'IL'),
(74969, 237, 2394, 'Saunemin', 'IL'),
(74970, 237, 2394, 'Savanna', 'IL'),
(74971, 237, 2394, 'Savoy', 'IL'),
(74972, 237, 2394, 'Sawyerville', 'IL'),
(74973, 237, 2394, 'Saybrook', 'IL'),
(74974, 237, 2394, 'Scales Mound', 'IL'),
(74975, 237, 2394, 'Schaumburg', 'IL'),
(74976, 237, 2394, 'Schiller Park', 'IL'),
(74977, 237, 2394, 'Scott Air Force Base', 'IL'),
(74978, 237, 2394, 'Seaton', 'IL'),
(74979, 237, 2394, 'Seatonville', 'IL'),
(74980, 237, 2394, 'Secor', 'IL'),
(74981, 237, 2394, 'Seneca', 'IL'),
(74982, 237, 2394, 'Serena', 'IL'),
(74983, 237, 2394, 'Sesser', 'IL'),
(74984, 237, 2394, 'Seymour', 'IL'),
(74985, 237, 2394, 'Shabbona', 'IL'),
(74986, 237, 2394, 'Shannon', 'IL'),
(74987, 237, 2394, 'Shawneetown', 'IL'),
(74988, 237, 2394, 'Sheffield', 'IL'),
(74989, 237, 2394, 'Shelbyville', 'IL'),
(74990, 237, 2394, 'Sheldon', 'IL'),
(74991, 237, 2394, 'Sheridan', 'IL'),
(74992, 237, 2394, 'Sherman', 'IL'),
(74993, 237, 2394, 'Sherrard', 'IL'),
(74994, 237, 2394, 'Shipman', 'IL'),
(74995, 237, 2394, 'Shobonier', 'IL'),
(74996, 237, 2394, 'Shorewood', 'IL'),
(74997, 237, 2394, 'Shumway', 'IL'),
(74998, 237, 2394, 'Sibley', 'IL'),
(74999, 237, 2394, 'Silvis', 'IL'),
(75000, 237, 2394, 'Simpson', 'IL'),
(75001, 237, 2394, 'Skokie', 'IL'),
(75002, 237, 2394, 'Smithfield', 'IL'),
(75003, 237, 2394, 'Smithshire', 'IL'),
(75004, 237, 2394, 'Smithton', 'IL'),
(75005, 237, 2394, 'Somonauk', 'IL'),
(75006, 237, 2394, 'Sorento', 'IL'),
(75007, 237, 2394, 'South Beloit', 'IL'),
(75008, 237, 2394, 'South Elgin', 'IL'),
(75009, 237, 2394, 'South Holland', 'IL'),
(75010, 237, 2394, 'South Pekin', 'IL'),
(75011, 237, 2394, 'South Roxana', 'IL'),
(75012, 237, 2394, 'South Wilmington', 'IL'),
(75013, 237, 2394, 'Sparland', 'IL'),
(75014, 237, 2394, 'Sparta', 'IL'),
(75015, 237, 2394, 'Spring Grove', 'IL'),
(75016, 237, 2394, 'Spring Valley', 'IL'),
(75017, 237, 2394, 'Springfield', 'IL'),
(75018, 237, 2394, 'Standard', 'IL'),
(75019, 237, 2394, 'Stanford', 'IL'),
(75020, 237, 2394, 'Staunton', 'IL'),
(75021, 237, 2394, 'Steeleville', 'IL'),
(75022, 237, 2394, 'Steger', 'IL'),
(75023, 237, 2394, 'Sterling', 'IL'),
(75024, 237, 2394, 'Steward', 'IL'),
(75025, 237, 2394, 'Stewardson', 'IL'),
(75026, 237, 2394, 'Stillman Valley', 'IL'),
(75027, 237, 2394, 'Stockton', 'IL'),
(75028, 237, 2394, 'Stone Park', 'IL'),
(75029, 237, 2394, 'Stonefort', 'IL'),
(75030, 237, 2394, 'Stonington', 'IL'),
(75031, 237, 2394, 'Strasburg', 'IL'),
(75032, 237, 2394, 'Streamwood', 'IL'),
(75033, 237, 2394, 'Streator', 'IL'),
(75034, 237, 2394, 'Stronghurst', 'IL'),
(75035, 237, 2394, 'Sublette', 'IL'),
(75036, 237, 2394, 'Sugar Grove', 'IL'),
(75037, 237, 2394, 'Sullivan', 'IL'),
(75038, 237, 2394, 'Summit', 'IL'),
(75039, 237, 2394, 'Sumner', 'IL'),
(75040, 237, 2394, 'Sycamore', 'IL'),
(75041, 237, 2394, 'Table Grove', 'IL'),
(75042, 237, 2394, 'Tamms', 'IL'),
(75043, 237, 2394, 'Tampico', 'IL'),
(75044, 237, 2394, 'Taylor Ridge', 'IL'),
(75045, 237, 2394, 'Taylorville', 'IL'),
(75046, 237, 2394, 'Teutopolis', 'IL'),
(75047, 237, 2394, 'Thawville', 'IL'),
(75048, 237, 2394, 'Thebes', 'IL'),
(75049, 237, 2394, 'Thompsonville', 'IL'),
(75050, 237, 2394, 'Thomson', 'IL'),
(75051, 237, 2394, 'Thornton', 'IL'),
(75052, 237, 2394, 'Tilden', 'IL'),
(75053, 237, 2394, 'Tilton', 'IL'),
(75054, 237, 2394, 'Timewell', 'IL'),
(75055, 237, 2394, 'Tinley Park', 'IL'),
(75056, 237, 2394, 'Tiskilwa', 'IL'),
(75057, 237, 2394, 'Toledo', 'IL'),
(75058, 237, 2394, 'Tolono', 'IL'),
(75059, 237, 2394, 'Toluca', 'IL'),
(75060, 237, 2394, 'Tonica', 'IL'),
(75061, 237, 2394, 'Topeka', 'IL'),
(75062, 237, 2394, 'Toulon', 'IL'),
(75063, 237, 2394, 'Tovey', 'IL'),
(75064, 237, 2394, 'Towanda', 'IL'),
(75065, 237, 2394, 'Tower Hill', 'IL'),
(75066, 237, 2394, 'Tremont', 'IL'),
(75067, 237, 2394, 'Trenton', 'IL'),
(75068, 237, 2394, 'Trilla', 'IL'),
(75069, 237, 2394, 'Triumph', 'IL'),
(75070, 237, 2394, 'Trivoli', 'IL'),
(75071, 237, 2394, 'Troy', 'IL'),
(75072, 237, 2394, 'Tuscola', 'IL'),
(75073, 237, 2394, 'Ullin', 'IL'),
(75074, 237, 2394, 'University Park', 'IL'),
(75075, 237, 2394, 'Urbana', 'IL'),
(75076, 237, 2394, 'Ursa', 'IL'),
(75077, 237, 2394, 'Utica', 'IL'),
(75078, 237, 2394, 'Valmeyer', 'IL'),
(75079, 237, 2394, 'Van Orin', 'IL'),
(75080, 237, 2394, 'Vandalia', 'IL'),
(75081, 237, 2394, 'Varna', 'IL'),
(75082, 237, 2394, 'Vermont', 'IL'),
(75083, 237, 2394, 'Vernon', 'IL'),
(75084, 237, 2394, 'Vernon Hills', 'IL'),
(75085, 237, 2394, 'Verona', 'IL'),
(75086, 237, 2394, 'Versailles', 'IL'),
(75087, 237, 2394, 'Vienna', 'IL'),
(75088, 237, 2394, 'Villa Grove', 'IL'),
(75089, 237, 2394, 'Villa Park', 'IL'),
(75090, 237, 2394, 'Villa Ridge', 'IL'),
(75091, 237, 2394, 'Viola', 'IL'),
(75092, 237, 2394, 'Virden', 'IL'),
(75093, 237, 2394, 'Virginia', 'IL'),
(75094, 237, 2394, 'Wadsworth', 'IL'),
(75095, 237, 2394, 'Waggoner', 'IL'),
(75096, 237, 2394, 'Walnut', 'IL'),
(75097, 237, 2394, 'Walnut Hill', 'IL'),
(75098, 237, 2394, 'Walsh', 'IL'),
(75099, 237, 2394, 'Waltonville', 'IL'),
(75100, 237, 2394, 'Wapella', 'IL'),
(75101, 237, 2394, 'Warren', 'IL'),
(75102, 237, 2394, 'Warrensburg', 'IL'),
(75103, 237, 2394, 'Warrenville', 'IL'),
(75104, 237, 2394, 'Warsaw', 'IL'),
(75105, 237, 2394, 'Washburn', 'IL'),
(75106, 237, 2394, 'Washington', 'IL'),
(75107, 237, 2394, 'Waterloo', 'IL'),
(75108, 237, 2394, 'Waterman', 'IL'),
(75109, 237, 2394, 'Watseka', 'IL'),
(75110, 237, 2394, 'Watson', 'IL'),
(75111, 237, 2394, 'Wauconda', 'IL'),
(75112, 237, 2394, 'Waukegan', 'IL'),
(75113, 237, 2394, 'Waverly', 'IL'),
(75114, 237, 2394, 'Wayne', 'IL'),
(75115, 237, 2394, 'Wayne City', 'IL'),
(75116, 237, 2394, 'Waynesville', 'IL'),
(75117, 237, 2394, 'Weldon', 'IL'),
(75118, 237, 2394, 'Wenona', 'IL'),
(75119, 237, 2394, 'West Brooklyn', 'IL'),
(75120, 237, 2394, 'West Chicago', 'IL'),
(75121, 237, 2394, 'West Dundee', 'IL'),
(75122, 237, 2394, 'West Frankfort', 'IL'),
(75123, 237, 2394, 'West Point', 'IL'),
(75124, 237, 2394, 'West Salem', 'IL'),
(75125, 237, 2394, 'West Union', 'IL'),
(75126, 237, 2394, 'West York', 'IL'),
(75127, 237, 2394, 'Westchester', 'IL'),
(75128, 237, 2394, 'Western Springs', 'IL'),
(75129, 237, 2394, 'Westmont', 'IL'),
(75130, 237, 2394, 'Westville', 'IL'),
(75131, 237, 2394, 'Wheaton', 'IL'),
(75132, 237, 2394, 'Wheeling', 'IL'),
(75133, 237, 2394, 'White Hall', 'IL'),
(75134, 237, 2394, 'White Heath', 'IL'),
(75135, 237, 2394, 'Williamsfield', 'IL'),
(75136, 237, 2394, 'Williamsville', 'IL'),
(75137, 237, 2394, 'Willow Hill', 'IL'),
(75138, 237, 2394, 'Willow Springs', 'IL'),
(75139, 237, 2394, 'Willowbrook', 'IL'),
(75140, 237, 2394, 'Wilmette', 'IL'),
(75141, 237, 2394, 'Wilmington', 'IL'),
(75142, 237, 2394, 'Wilsonville', 'IL'),
(75143, 237, 2394, 'Winchester', 'IL'),
(75144, 237, 2394, 'Windsor', 'IL'),
(75145, 237, 2394, 'Winfield', 'IL'),
(75146, 237, 2394, 'Winnebago', 'IL'),
(75147, 237, 2394, 'Winnetka', 'IL'),
(75148, 237, 2394, 'Winslow', 'IL'),
(75149, 237, 2394, 'Winthrop Harbor', 'IL'),
(75150, 237, 2394, 'Witt', 'IL'),
(75151, 237, 2394, 'Wolf Lake', 'IL'),
(75152, 237, 2394, 'Wonder Lake', 'IL'),
(75153, 237, 2394, 'Wood Dale', 'IL'),
(75154, 237, 2394, 'Wood River', 'IL'),
(75155, 237, 2394, 'Woodhull', 'IL'),
(75156, 237, 2394, 'Woodlawn', 'IL'),
(75157, 237, 2394, 'Woodridge', 'IL'),
(75158, 237, 2394, 'Woodson', 'IL'),
(75159, 237, 2394, 'Woodstock', 'IL'),
(75160, 237, 2394, 'Woosung', 'IL'),
(75161, 237, 2394, 'Worden', 'IL'),
(75162, 237, 2394, 'Worth', 'IL'),
(75163, 237, 2394, 'Wyanet', 'IL'),
(75164, 237, 2394, 'Wyoming', 'IL'),
(75165, 237, 2394, 'Xenia', 'IL'),
(75166, 237, 2394, 'Yates City', 'IL'),
(75167, 237, 2394, 'Yorkville', 'IL'),
(75168, 237, 2394, 'Zeigler', 'IL'),
(75169, 237, 2394, 'Zion', 'IL'),
(75170, 237, 2395, 'Akron', 'IN'),
(75171, 237, 2395, 'Alamo', 'IN'),
(75172, 237, 2395, 'Albany', 'IN'),
(75173, 237, 2395, 'Albion', 'IN'),
(75174, 237, 2395, 'Alexandria', 'IN'),
(75175, 237, 2395, 'Amboy', 'IN'),
(75176, 237, 2395, 'Anderson', 'IN'),
(75177, 237, 2395, 'Andrews', 'IN'),
(75178, 237, 2395, 'Angola', 'IN'),
(75179, 237, 2395, 'Arcadia', 'IN'),
(75180, 237, 2395, 'Argos', 'IN'),
(75181, 237, 2395, 'Arlington', 'IN'),
(75182, 237, 2395, 'Ashley', 'IN'),
(75183, 237, 2395, 'Atlanta', 'IN'),
(75184, 237, 2395, 'Attica', 'IN'),
(75185, 237, 2395, 'Auburn', 'IN'),
(75186, 237, 2395, 'Aurora', 'IN'),
(75187, 237, 2395, 'Austin', 'IN'),
(75188, 237, 2395, 'Avilla', 'IN'),
(75189, 237, 2395, 'Avon', 'IN'),
(75190, 237, 2395, 'Bainbridge', 'IN'),
(75191, 237, 2395, 'Bargersville', 'IN'),
(75192, 237, 2395, 'Batesville', 'IN'),
(75193, 237, 2395, 'Battle Ground', 'IN'),
(75194, 237, 2395, 'Bedford', 'IN'),
(75195, 237, 2395, 'Beech Grove', 'IN'),
(75196, 237, 2395, 'Bennington', 'IN'),
(75197, 237, 2395, 'Berne', 'IN'),
(75198, 237, 2395, 'Beverly Shores', 'IN'),
(75199, 237, 2395, 'Bicknell', 'IN'),
(75200, 237, 2395, 'Birdseye', 'IN'),
(75201, 237, 2395, 'Blanford', 'IN'),
(75202, 237, 2395, 'Bloomfield', 'IN'),
(75203, 237, 2395, 'Bloomingdale', 'IN'),
(75204, 237, 2395, 'Bloomington', 'IN'),
(75205, 237, 2395, 'Bluffton', 'IN'),
(75206, 237, 2395, 'Boonville', 'IN'),
(75207, 237, 2395, 'Borden', 'IN'),
(75208, 237, 2395, 'Boswell', 'IN'),
(75209, 237, 2395, 'Bourbon', 'IN'),
(75210, 237, 2395, 'Bowling Green', 'IN'),
(75211, 237, 2395, 'Brazil', 'IN'),
(75212, 237, 2395, 'Bremen', 'IN'),
(75213, 237, 2395, 'Bringhurst', 'IN'),
(75214, 237, 2395, 'Bristol', 'IN'),
(75215, 237, 2395, 'Bristow', 'IN'),
(75216, 237, 2395, 'Brook', 'IN'),
(75217, 237, 2395, 'Brookston', 'IN'),
(75218, 237, 2395, 'Brookville', 'IN'),
(75219, 237, 2395, 'Brownsburg', 'IN'),
(75220, 237, 2395, 'Brownstown', 'IN'),
(75221, 237, 2395, 'Bryant', 'IN'),
(75222, 237, 2395, 'Bunker Hill', 'IN'),
(75223, 237, 2395, 'Burnettsville', 'IN'),
(75224, 237, 2395, 'Burrows', 'IN'),
(75225, 237, 2395, 'Butler', 'IN'),
(75226, 237, 2395, 'Butlerville', 'IN'),
(75227, 237, 2395, 'Cambridge City', 'IN'),
(75228, 237, 2395, 'Camby', 'IN'),
(75229, 237, 2395, 'Camden', 'IN'),
(75230, 237, 2395, 'Campbellsburg', 'IN'),
(75231, 237, 2395, 'Canaan', 'IN'),
(75232, 237, 2395, 'Cannelburg', 'IN'),
(75233, 237, 2395, 'Cannelton', 'IN'),
(75234, 237, 2395, 'Carbon', 'IN'),
(75235, 237, 2395, 'Carmel', 'IN'),
(75236, 237, 2395, 'Carthage', 'IN'),
(75237, 237, 2395, 'Cayuga', 'IN'),
(75238, 237, 2395, 'Cedar Lake', 'IN'),
(75239, 237, 2395, 'Celestine', 'IN'),
(75240, 237, 2395, 'Center Point', 'IN'),
(75241, 237, 2395, 'Centerville', 'IN'),
(75242, 237, 2395, 'Chandler', 'IN'),
(75243, 237, 2395, 'Charlestown', 'IN'),
(75244, 237, 2395, 'Chesterton', 'IN'),
(75245, 237, 2395, 'Chrisney', 'IN'),
(75246, 237, 2395, 'Churubusco', 'IN'),
(75247, 237, 2395, 'Cicero', 'IN'),
(75248, 237, 2395, 'Clarksville', 'IN'),
(75249, 237, 2395, 'Clay City', 'IN'),
(75250, 237, 2395, 'Claypool', 'IN'),
(75251, 237, 2395, 'Clayton', 'IN'),
(75252, 237, 2395, 'Clear Creek', 'IN'),
(75253, 237, 2395, 'Clinton', 'IN'),
(75254, 237, 2395, 'Cloverdale', 'IN'),
(75255, 237, 2395, 'Coal City', 'IN'),
(75256, 237, 2395, 'Coatesville', 'IN'),
(75257, 237, 2395, 'Colfax', 'IN'),
(75258, 237, 2395, 'Columbia City', 'IN'),
(75259, 237, 2395, 'Columbus', 'IN'),
(75260, 237, 2395, 'Commiskey', 'IN'),
(75261, 237, 2395, 'Connersville', 'IN'),
(75262, 237, 2395, 'Converse', 'IN'),
(75263, 237, 2395, 'Cory', 'IN'),
(75264, 237, 2395, 'Corydon', 'IN'),
(75265, 237, 2395, 'Covington', 'IN'),
(75266, 237, 2395, 'Craigville', 'IN'),
(75267, 237, 2395, 'Crandall', 'IN'),
(75268, 237, 2395, 'Crawfordsville', 'IN'),
(75269, 237, 2395, 'Cromwell', 'IN'),
(75270, 237, 2395, 'Cross Plains', 'IN'),
(75271, 237, 2395, 'Crothersville', 'IN'),
(75272, 237, 2395, 'Crown Point', 'IN'),
(75273, 237, 2395, 'Culver', 'IN'),
(75274, 237, 2395, 'Cutler', 'IN'),
(75275, 237, 2395, 'Dale', 'IN'),
(75276, 237, 2395, 'Daleville', 'IN'),
(75277, 237, 2395, 'Danville', 'IN'),
(75278, 237, 2395, 'Dayton', 'IN'),
(75279, 237, 2395, 'Decatur', 'IN'),
(75280, 237, 2395, 'Delphi', 'IN'),
(75281, 237, 2395, 'DeMotte', 'IN'),
(75282, 237, 2395, 'Depauw', 'IN'),
(75283, 237, 2395, 'Deputy', 'IN'),
(75284, 237, 2395, 'Dillsboro', 'IN'),
(75285, 237, 2395, 'Dugger', 'IN'),
(75286, 237, 2395, 'Dunkirk', 'IN'),
(75287, 237, 2395, 'Dupont', 'IN'),
(75288, 237, 2395, 'Dyer', 'IN'),
(75289, 237, 2395, 'Earl Park', 'IN'),
(75290, 237, 2395, 'East Chicago', 'IN'),
(75291, 237, 2395, 'Eaton', 'IN'),
(75292, 237, 2395, 'Economy', 'IN'),
(75293, 237, 2395, 'Edinburgh', 'IN'),
(75294, 237, 2395, 'Elberfeld', 'IN'),
(75295, 237, 2395, 'Elizabeth', 'IN'),
(75296, 237, 2395, 'Elizabethtown', 'IN'),
(75297, 237, 2395, 'Elkhart', 'IN'),
(75298, 237, 2395, 'Ellettsville', 'IN'),
(75299, 237, 2395, 'Elwood', 'IN'),
(75300, 237, 2395, 'English', 'IN'),
(75301, 237, 2395, 'Etna Green', 'IN'),
(75302, 237, 2395, 'Evansville', 'IN'),
(75303, 237, 2395, 'Fair Oaks', 'IN'),
(75304, 237, 2395, 'Fairbanks', 'IN'),
(75305, 237, 2395, 'Fairland', 'IN'),
(75306, 237, 2395, 'Fairmount', 'IN'),
(75307, 237, 2395, 'Farmersburg', 'IN'),
(75308, 237, 2395, 'Farmland', 'IN'),
(75309, 237, 2395, 'Ferdinand', 'IN'),
(75310, 237, 2395, 'Fillmore', 'IN'),
(75311, 237, 2395, 'Fishers', 'IN'),
(75312, 237, 2395, 'Flora', 'IN'),
(75313, 237, 2395, 'Florence', 'IN'),
(75314, 237, 2395, 'Floyds Knobs', 'IN'),
(75315, 237, 2395, 'Forest', 'IN'),
(75316, 237, 2395, 'Fort Branch', 'IN'),
(75317, 237, 2395, 'Fort Wayne', 'IN'),
(75318, 237, 2395, 'Fortville', 'IN'),
(75319, 237, 2395, 'Fountain City', 'IN'),
(75320, 237, 2395, 'Fountaintown', 'IN'),
(75321, 237, 2395, 'Fowler', 'IN'),
(75322, 237, 2395, 'Francesville', 'IN'),
(75323, 237, 2395, 'Francisco', 'IN'),
(75324, 237, 2395, 'Frankfort', 'IN'),
(75325, 237, 2395, 'Franklin', 'IN'),
(75326, 237, 2395, 'Frankton', 'IN'),
(75327, 237, 2395, 'Fredericksburg', 'IN'),
(75328, 237, 2395, 'Freetown', 'IN'),
(75329, 237, 2395, 'Fremont', 'IN'),
(75330, 237, 2395, 'French Lick', 'IN'),
(75331, 237, 2395, 'Fulton', 'IN'),
(75332, 237, 2395, 'Galveston', 'IN'),
(75333, 237, 2395, 'Garrett', 'IN'),
(75334, 237, 2395, 'Gary', 'IN'),
(75335, 237, 2395, 'Gas City', 'IN'),
(75336, 237, 2395, 'Gaston', 'IN'),
(75337, 237, 2395, 'Geneva', 'IN'),
(75338, 237, 2395, 'Gentryville', 'IN'),
(75339, 237, 2395, 'Georgetown', 'IN'),
(75340, 237, 2395, 'Goldsmith', 'IN'),
(75341, 237, 2395, 'Goodland', 'IN'),
(75342, 237, 2395, 'Goshen', 'IN'),
(75343, 237, 2395, 'Gosport', 'IN'),
(75344, 237, 2395, 'Grabill', 'IN'),
(75345, 237, 2395, 'Grandview', 'IN'),
(75346, 237, 2395, 'Granger', 'IN'),
(75347, 237, 2395, 'Greencastle', 'IN'),
(75348, 237, 2395, 'Greenfield', 'IN'),
(75349, 237, 2395, 'Greens Fork', 'IN');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(75350, 237, 2395, 'Greensboro', 'IN'),
(75351, 237, 2395, 'Greensburg', 'IN'),
(75352, 237, 2395, 'Greentown', 'IN'),
(75353, 237, 2395, 'Greenville', 'IN'),
(75354, 237, 2395, 'Greenwood', 'IN'),
(75355, 237, 2395, 'Griffith', 'IN'),
(75356, 237, 2395, 'Grovertown', 'IN'),
(75357, 237, 2395, 'Guilford', 'IN'),
(75358, 237, 2395, 'Hagerstown', 'IN'),
(75359, 237, 2395, 'Hamilton', 'IN'),
(75360, 237, 2395, 'Hamlet', 'IN'),
(75361, 237, 2395, 'Hammond', 'IN'),
(75362, 237, 2395, 'Hanna', 'IN'),
(75363, 237, 2395, 'Hanover', 'IN'),
(75364, 237, 2395, 'Hardinsburg', 'IN'),
(75365, 237, 2395, 'Harlan', 'IN'),
(75366, 237, 2395, 'Hartford City', 'IN'),
(75367, 237, 2395, 'Hartsville', 'IN'),
(75368, 237, 2395, 'Haubstadt', 'IN'),
(75369, 237, 2395, 'Hazleton', 'IN'),
(75370, 237, 2395, 'Hebron', 'IN'),
(75371, 237, 2395, 'Henryville', 'IN'),
(75372, 237, 2395, 'Highland', 'IN'),
(75373, 237, 2395, 'Hillsboro', 'IN'),
(75374, 237, 2395, 'Hoagland', 'IN'),
(75375, 237, 2395, 'Hobart', 'IN'),
(75376, 237, 2395, 'Holland', 'IN'),
(75377, 237, 2395, 'Hope', 'IN'),
(75378, 237, 2395, 'Howe', 'IN'),
(75379, 237, 2395, 'Hudson', 'IN'),
(75380, 237, 2395, 'Huntertown', 'IN'),
(75381, 237, 2395, 'Huntingburg', 'IN'),
(75382, 237, 2395, 'Huntington', 'IN'),
(75383, 237, 2395, 'Hymera', 'IN'),
(75384, 237, 2395, 'Indianapolis', 'IN'),
(75385, 237, 2395, 'Ingalls', 'IN'),
(75386, 237, 2395, 'Ireland', 'IN'),
(75387, 237, 2395, 'Jamestown', 'IN'),
(75388, 237, 2395, 'Jasonville', 'IN'),
(75389, 237, 2395, 'Jasper', 'IN'),
(75390, 237, 2395, 'Jeffersonville', 'IN'),
(75391, 237, 2395, 'Jonesboro', 'IN'),
(75392, 237, 2395, 'Kendallville', 'IN'),
(75393, 237, 2395, 'Kennard', 'IN'),
(75394, 237, 2395, 'Kentland', 'IN'),
(75395, 237, 2395, 'Kewanna', 'IN'),
(75396, 237, 2395, 'Kimmell', 'IN'),
(75397, 237, 2395, 'Kingman', 'IN'),
(75398, 237, 2395, 'Kingsbury', 'IN'),
(75399, 237, 2395, 'Kingsford Heights', 'IN'),
(75400, 237, 2395, 'Kirklin', 'IN'),
(75401, 237, 2395, 'Knightstown', 'IN'),
(75402, 237, 2395, 'Knox', 'IN'),
(75403, 237, 2395, 'Kokomo', 'IN'),
(75404, 237, 2395, 'Kouts', 'IN'),
(75405, 237, 2395, 'La Crosse', 'IN'),
(75406, 237, 2395, 'La Fontaine', 'IN'),
(75407, 237, 2395, 'La Porte', 'IN'),
(75408, 237, 2395, 'Laconia', 'IN'),
(75409, 237, 2395, 'Ladoga', 'IN'),
(75410, 237, 2395, 'Lafayette', 'IN'),
(75411, 237, 2395, 'Lagrange', 'IN'),
(75412, 237, 2395, 'Lagro', 'IN'),
(75413, 237, 2395, 'Lake Station', 'IN'),
(75414, 237, 2395, 'Lake Village', 'IN'),
(75415, 237, 2395, 'Lakeville', 'IN'),
(75416, 237, 2395, 'Lamar', 'IN'),
(75417, 237, 2395, 'Lanesville', 'IN'),
(75418, 237, 2395, 'Laotto', 'IN'),
(75419, 237, 2395, 'Lapel', 'IN'),
(75420, 237, 2395, 'Larwill', 'IN'),
(75421, 237, 2395, 'Laurel', 'IN'),
(75422, 237, 2395, 'Lawrenceburg', 'IN'),
(75423, 237, 2395, 'Leavenworth', 'IN'),
(75424, 237, 2395, 'Lebanon', 'IN'),
(75425, 237, 2395, 'Leesburg', 'IN'),
(75426, 237, 2395, 'Leo', 'IN'),
(75427, 237, 2395, 'Leopold', 'IN'),
(75428, 237, 2395, 'Lewisville', 'IN'),
(75429, 237, 2395, 'Lexington', 'IN'),
(75430, 237, 2395, 'Liberty', 'IN'),
(75431, 237, 2395, 'Ligonier', 'IN'),
(75432, 237, 2395, 'Linden', 'IN'),
(75433, 237, 2395, 'Linton', 'IN'),
(75434, 237, 2395, 'Lizton', 'IN'),
(75435, 237, 2395, 'Logansport', 'IN'),
(75436, 237, 2395, 'Loogootee', 'IN'),
(75437, 237, 2395, 'Losantville', 'IN'),
(75438, 237, 2395, 'Lowell', 'IN'),
(75439, 237, 2395, 'Lynn', 'IN'),
(75440, 237, 2395, 'Lynnville', 'IN'),
(75441, 237, 2395, 'Lyons', 'IN'),
(75442, 237, 2395, 'Macy', 'IN'),
(75443, 237, 2395, 'Madison', 'IN'),
(75444, 237, 2395, 'Marengo', 'IN'),
(75445, 237, 2395, 'Marion', 'IN'),
(75446, 237, 2395, 'Markle', 'IN'),
(75447, 237, 2395, 'Marshall', 'IN'),
(75448, 237, 2395, 'Martinsville', 'IN'),
(75449, 237, 2395, 'Marysville', 'IN'),
(75450, 237, 2395, 'Matthews', 'IN'),
(75451, 237, 2395, 'McCordsville', 'IN'),
(75452, 237, 2395, 'Medaryville', 'IN'),
(75453, 237, 2395, 'Medora', 'IN'),
(75454, 237, 2395, 'Memphis', 'IN'),
(75455, 237, 2395, 'Mentone', 'IN'),
(75456, 237, 2395, 'Merrillville', 'IN'),
(75457, 237, 2395, 'Mexico', 'IN'),
(75458, 237, 2395, 'Michigan City', 'IN'),
(75459, 237, 2395, 'Middlebury', 'IN'),
(75460, 237, 2395, 'Middletown', 'IN'),
(75461, 237, 2395, 'Milan', 'IN'),
(75462, 237, 2395, 'Milford', 'IN'),
(75463, 237, 2395, 'Millersburg', 'IN'),
(75464, 237, 2395, 'Milltown', 'IN'),
(75465, 237, 2395, 'Milroy', 'IN'),
(75466, 237, 2395, 'Mishawaka', 'IN'),
(75467, 237, 2395, 'Mitchell', 'IN'),
(75468, 237, 2395, 'Modoc', 'IN'),
(75469, 237, 2395, 'Monon', 'IN'),
(75470, 237, 2395, 'Monroe', 'IN'),
(75471, 237, 2395, 'Monroe City', 'IN'),
(75472, 237, 2395, 'Monroeville', 'IN'),
(75473, 237, 2395, 'Monrovia', 'IN'),
(75474, 237, 2395, 'Monterey', 'IN'),
(75475, 237, 2395, 'Montezuma', 'IN'),
(75476, 237, 2395, 'Montgomery', 'IN'),
(75477, 237, 2395, 'Monticello', 'IN'),
(75478, 237, 2395, 'Montpelier', 'IN'),
(75479, 237, 2395, 'Mooreland', 'IN'),
(75480, 237, 2395, 'Moores Hill', 'IN'),
(75481, 237, 2395, 'Mooresville', 'IN'),
(75482, 237, 2395, 'Morgantown', 'IN'),
(75483, 237, 2395, 'Morocco', 'IN'),
(75484, 237, 2395, 'Morristown', 'IN'),
(75485, 237, 2395, 'Mount Vernon', 'IN'),
(75486, 237, 2395, 'Mulberry', 'IN'),
(75487, 237, 2395, 'Muncie', 'IN'),
(75488, 237, 2395, 'Munster', 'IN'),
(75489, 237, 2395, 'Nappanee', 'IN'),
(75490, 237, 2395, 'Nashville', 'IN'),
(75491, 237, 2395, 'New Albany', 'IN'),
(75492, 237, 2395, 'New Carlisle', 'IN'),
(75493, 237, 2395, 'New Castle', 'IN'),
(75494, 237, 2395, 'New Goshen', 'IN'),
(75495, 237, 2395, 'New Harmony', 'IN'),
(75496, 237, 2395, 'New Haven', 'IN'),
(75497, 237, 2395, 'New Lisbon', 'IN'),
(75498, 237, 2395, 'New Palestine', 'IN'),
(75499, 237, 2395, 'New Paris', 'IN'),
(75500, 237, 2395, 'New Point', 'IN'),
(75501, 237, 2395, 'New Richmond', 'IN'),
(75502, 237, 2395, 'New Ross', 'IN'),
(75503, 237, 2395, 'New Salisbury', 'IN'),
(75504, 237, 2395, 'Newberry', 'IN'),
(75505, 237, 2395, 'Newburgh', 'IN'),
(75506, 237, 2395, 'Newport', 'IN'),
(75507, 237, 2395, 'Nineveh', 'IN'),
(75508, 237, 2395, 'Noblesville', 'IN'),
(75509, 237, 2395, 'Norman', 'IN'),
(75510, 237, 2395, 'North Judson', 'IN'),
(75511, 237, 2395, 'North Liberty', 'IN'),
(75512, 237, 2395, 'North Manchester', 'IN'),
(75513, 237, 2395, 'North Vernon', 'IN'),
(75514, 237, 2395, 'North Webster', 'IN'),
(75515, 237, 2395, 'Notre Dame', 'IN'),
(75516, 237, 2395, 'Oakland City', 'IN'),
(75517, 237, 2395, 'Odon', 'IN'),
(75518, 237, 2395, 'Old Pekin', 'IN'),
(75519, 237, 2395, 'Oldenburg', 'IN'),
(75520, 237, 2395, 'Onward', 'IN'),
(75521, 237, 2395, 'Oolitic', 'IN'),
(75522, 237, 2395, 'Orland', 'IN'),
(75523, 237, 2395, 'Orleans', 'IN'),
(75524, 237, 2395, 'Osceola', 'IN'),
(75525, 237, 2395, 'Osgood', 'IN'),
(75526, 237, 2395, 'Ossian', 'IN'),
(75527, 237, 2395, 'Otisco', 'IN'),
(75528, 237, 2395, 'Otterbein', 'IN'),
(75529, 237, 2395, 'Otwell', 'IN'),
(75530, 237, 2395, 'Owensburg', 'IN'),
(75531, 237, 2395, 'Owensville', 'IN'),
(75532, 237, 2395, 'Oxford', 'IN'),
(75533, 237, 2395, 'Palmyra', 'IN'),
(75534, 237, 2395, 'Paoli', 'IN'),
(75535, 237, 2395, 'Paragon', 'IN'),
(75536, 237, 2395, 'Parker City', 'IN'),
(75537, 237, 2395, 'Patoka', 'IN'),
(75538, 237, 2395, 'Patricksburg', 'IN'),
(75539, 237, 2395, 'Patriot', 'IN'),
(75540, 237, 2395, 'Pendleton', 'IN'),
(75541, 237, 2395, 'Pennville', 'IN'),
(75542, 237, 2395, 'Peru', 'IN'),
(75543, 237, 2395, 'Petersburg', 'IN'),
(75544, 237, 2395, 'Pierceton', 'IN'),
(75545, 237, 2395, 'Pittsboro', 'IN'),
(75546, 237, 2395, 'Plainfield', 'IN'),
(75547, 237, 2395, 'Plainville', 'IN'),
(75548, 237, 2395, 'Pleasant Lake', 'IN'),
(75549, 237, 2395, 'Plymouth', 'IN'),
(75550, 237, 2395, 'Poland', 'IN'),
(75551, 237, 2395, 'Portage', 'IN'),
(75552, 237, 2395, 'Portland', 'IN'),
(75553, 237, 2395, 'Poseyville', 'IN'),
(75554, 237, 2395, 'Princeton', 'IN'),
(75555, 237, 2395, 'Quincy', 'IN'),
(75556, 237, 2395, 'Ramsey', 'IN'),
(75557, 237, 2395, 'Redkey', 'IN'),
(75558, 237, 2395, 'Reelsville', 'IN'),
(75559, 237, 2395, 'Remington', 'IN'),
(75560, 237, 2395, 'Rensselaer', 'IN'),
(75561, 237, 2395, 'Reynolds', 'IN'),
(75562, 237, 2395, 'Richland City', 'IN'),
(75563, 237, 2395, 'Richmond', 'IN'),
(75564, 237, 2395, 'Ridgeville', 'IN'),
(75565, 237, 2395, 'Rising Sun', 'IN'),
(75566, 237, 2395, 'Roachdale', 'IN'),
(75567, 237, 2395, 'Roann', 'IN'),
(75568, 237, 2395, 'Roanoke', 'IN'),
(75569, 237, 2395, 'Rochester', 'IN'),
(75570, 237, 2395, 'Rockport', 'IN'),
(75571, 237, 2395, 'Rockville', 'IN'),
(75572, 237, 2395, 'Rolling Prairie', 'IN'),
(75573, 237, 2395, 'Rome City', 'IN'),
(75574, 237, 2395, 'Romney', 'IN'),
(75575, 237, 2395, 'Rosedale', 'IN'),
(75576, 237, 2395, 'Rossville', 'IN'),
(75577, 237, 2395, 'Royal Center', 'IN'),
(75578, 237, 2395, 'Rushville', 'IN'),
(75579, 237, 2395, 'Russellville', 'IN'),
(75580, 237, 2395, 'Russiaville', 'IN'),
(75581, 237, 2395, 'Saint Joe', 'IN'),
(75582, 237, 2395, 'Saint John', 'IN'),
(75583, 237, 2395, 'Saint Meinrad', 'IN'),
(75584, 237, 2395, 'Saint Paul', 'IN'),
(75585, 237, 2395, 'Salem', 'IN'),
(75586, 237, 2395, 'Sandborn', 'IN'),
(75587, 237, 2395, 'Santa Claus', 'IN'),
(75588, 237, 2395, 'Saratoga', 'IN'),
(75589, 237, 2395, 'Schererville', 'IN'),
(75590, 237, 2395, 'Schneider', 'IN'),
(75591, 237, 2395, 'Scipio', 'IN'),
(75592, 237, 2395, 'Scottsburg', 'IN'),
(75593, 237, 2395, 'Sellersburg', 'IN'),
(75594, 237, 2395, 'Selma', 'IN'),
(75595, 237, 2395, 'Seymour', 'IN'),
(75596, 237, 2395, 'Sharpsville', 'IN'),
(75597, 237, 2395, 'Shelburn', 'IN'),
(75598, 237, 2395, 'Shelbyville', 'IN'),
(75599, 237, 2395, 'Sheridan', 'IN'),
(75600, 237, 2395, 'Shipshewana', 'IN'),
(75601, 237, 2395, 'Shirley', 'IN'),
(75602, 237, 2395, 'Shoals', 'IN'),
(75603, 237, 2395, 'Silver Lake', 'IN'),
(75604, 237, 2395, 'Solsberry', 'IN'),
(75605, 237, 2395, 'South Bend', 'IN'),
(75606, 237, 2395, 'South Whitley', 'IN'),
(75607, 237, 2395, 'Spencer', 'IN'),
(75608, 237, 2395, 'Spencerville', 'IN'),
(75609, 237, 2395, 'Spiceland', 'IN'),
(75610, 237, 2395, 'Springport', 'IN'),
(75611, 237, 2395, 'Springville', 'IN'),
(75612, 237, 2395, 'Spurgeon', 'IN'),
(75613, 237, 2395, 'Star City', 'IN'),
(75614, 237, 2395, 'Stilesville', 'IN'),
(75615, 237, 2395, 'Stinesville', 'IN'),
(75616, 237, 2395, 'Sullivan', 'IN'),
(75617, 237, 2395, 'Sulphur Springs', 'IN'),
(75618, 237, 2395, 'Summitville', 'IN'),
(75619, 237, 2395, 'Sunman', 'IN'),
(75620, 237, 2395, 'Swayzee', 'IN'),
(75621, 237, 2395, 'Sweetser', 'IN'),
(75622, 237, 2395, 'Syracuse', 'IN'),
(75623, 237, 2395, 'Tell City', 'IN'),
(75624, 237, 2395, 'Terre Haute', 'IN'),
(75625, 237, 2395, 'Thayer', 'IN'),
(75626, 237, 2395, 'Thorntown', 'IN'),
(75627, 237, 2395, 'Tipton', 'IN'),
(75628, 237, 2395, 'Topeka', 'IN'),
(75629, 237, 2395, 'Trafalgar', 'IN'),
(75630, 237, 2395, 'Underwood', 'IN'),
(75631, 237, 2395, 'Union City', 'IN'),
(75632, 237, 2395, 'Union Mills', 'IN'),
(75633, 237, 2395, 'Uniondale', 'IN'),
(75634, 237, 2395, 'Upland', 'IN'),
(75635, 237, 2395, 'Vallonia', 'IN'),
(75636, 237, 2395, 'Valparaiso', 'IN'),
(75637, 237, 2395, 'Van Buren', 'IN'),
(75638, 237, 2395, 'Veedersburg', 'IN'),
(75639, 237, 2395, 'Versailles', 'IN'),
(75640, 237, 2395, 'Vevay', 'IN'),
(75641, 237, 2395, 'Vincennes', 'IN'),
(75642, 237, 2395, 'Wabash', 'IN'),
(75643, 237, 2395, 'Wadesville', 'IN'),
(75644, 237, 2395, 'Wakarusa', 'IN'),
(75645, 237, 2395, 'Waldron', 'IN'),
(75646, 237, 2395, 'Walkerton', 'IN'),
(75647, 237, 2395, 'Walton', 'IN'),
(75648, 237, 2395, 'Wanatah', 'IN'),
(75649, 237, 2395, 'Warren', 'IN'),
(75650, 237, 2395, 'Warsaw', 'IN'),
(75651, 237, 2395, 'Washington', 'IN'),
(75652, 237, 2395, 'Waterloo', 'IN'),
(75653, 237, 2395, 'Waveland', 'IN'),
(75654, 237, 2395, 'Wawaka', 'IN'),
(75655, 237, 2395, 'West Baden Springs', 'IN'),
(75656, 237, 2395, 'West Harrison', 'IN'),
(75657, 237, 2395, 'West Lafayette', 'IN'),
(75658, 237, 2395, 'West Lebanon', 'IN'),
(75659, 237, 2395, 'West Point', 'IN'),
(75660, 237, 2395, 'West Terre Haute', 'IN'),
(75661, 237, 2395, 'Westfield', 'IN'),
(75662, 237, 2395, 'Westport', 'IN'),
(75663, 237, 2395, 'Westville', 'IN'),
(75664, 237, 2395, 'Wheatfield', 'IN'),
(75665, 237, 2395, 'Wheatland', 'IN'),
(75666, 237, 2395, 'Wheeler', 'IN'),
(75667, 237, 2395, 'Whiteland', 'IN'),
(75668, 237, 2395, 'Whitestown', 'IN'),
(75669, 237, 2395, 'Whiting', 'IN'),
(75670, 237, 2395, 'Wilkinson', 'IN'),
(75671, 237, 2395, 'Williams', 'IN'),
(75672, 237, 2395, 'Williamsburg', 'IN'),
(75673, 237, 2395, 'Williamsport', 'IN'),
(75674, 237, 2395, 'Winamac', 'IN'),
(75675, 237, 2395, 'Winchester', 'IN'),
(75676, 237, 2395, 'Windfall', 'IN'),
(75677, 237, 2395, 'Wingate', 'IN'),
(75678, 237, 2395, 'Winona Lake', 'IN'),
(75679, 237, 2395, 'Winslow', 'IN'),
(75680, 237, 2395, 'Wolcott', 'IN'),
(75681, 237, 2395, 'Wolcottville', 'IN'),
(75682, 237, 2395, 'Wolflake', 'IN'),
(75683, 237, 2395, 'Woodburn', 'IN'),
(75684, 237, 2395, 'Worthington', 'IN'),
(75685, 237, 2395, 'Yoder', 'IN'),
(75686, 237, 2395, 'Yorktown', 'IN'),
(75687, 237, 2395, 'Zionsville', 'IN'),
(75688, 237, 2396, 'Ackley', 'IA'),
(75689, 237, 2396, 'Adair', 'IA'),
(75690, 237, 2396, 'Adel', 'IA'),
(75691, 237, 2396, 'Afton', 'IA'),
(75692, 237, 2396, 'Agency', 'IA'),
(75693, 237, 2396, 'Ainsworth', 'IA'),
(75694, 237, 2396, 'Akron', 'IA'),
(75695, 237, 2396, 'Albert City', 'IA'),
(75696, 237, 2396, 'Albia', 'IA'),
(75697, 237, 2396, 'Albion', 'IA'),
(75698, 237, 2396, 'Alden', 'IA'),
(75699, 237, 2396, 'Algona', 'IA'),
(75700, 237, 2396, 'Alleman', 'IA'),
(75701, 237, 2396, 'Allerton', 'IA'),
(75702, 237, 2396, 'Allison', 'IA'),
(75703, 237, 2396, 'Alta', 'IA'),
(75704, 237, 2396, 'Alton', 'IA'),
(75705, 237, 2396, 'Altoona', 'IA'),
(75706, 237, 2396, 'Alvord', 'IA'),
(75707, 237, 2396, 'Amana', 'IA'),
(75708, 237, 2396, 'Ames', 'IA'),
(75709, 237, 2396, 'Anamosa', 'IA'),
(75710, 237, 2396, 'Anita', 'IA'),
(75711, 237, 2396, 'Ankeny', 'IA'),
(75712, 237, 2396, 'Anthon', 'IA'),
(75713, 237, 2396, 'Aplington', 'IA'),
(75714, 237, 2396, 'Arcadia', 'IA'),
(75715, 237, 2396, 'Aredale', 'IA'),
(75716, 237, 2396, 'Argyle', 'IA'),
(75717, 237, 2396, 'Arion', 'IA'),
(75718, 237, 2396, 'Arlington', 'IA'),
(75719, 237, 2396, 'Armstrong', 'IA'),
(75720, 237, 2396, 'Arnolds Park', 'IA'),
(75721, 237, 2396, 'Arthur', 'IA'),
(75722, 237, 2396, 'Ashton', 'IA'),
(75723, 237, 2396, 'Atalissa', 'IA'),
(75724, 237, 2396, 'Atkins', 'IA'),
(75725, 237, 2396, 'Atlantic', 'IA'),
(75726, 237, 2396, 'Auburn', 'IA'),
(75727, 237, 2396, 'Audubon', 'IA'),
(75728, 237, 2396, 'Aurelia', 'IA'),
(75729, 237, 2396, 'Aurora', 'IA'),
(75730, 237, 2396, 'Avoca', 'IA'),
(75731, 237, 2396, 'Bagley', 'IA'),
(75732, 237, 2396, 'Baldwin', 'IA'),
(75733, 237, 2396, 'Bancroft', 'IA'),
(75734, 237, 2396, 'Barnum', 'IA'),
(75735, 237, 2396, 'Batavia', 'IA'),
(75736, 237, 2396, 'Battle Creek', 'IA'),
(75737, 237, 2396, 'Baxter', 'IA'),
(75738, 237, 2396, 'Bayard', 'IA'),
(75739, 237, 2396, 'Bedford', 'IA'),
(75740, 237, 2396, 'Belle Plaine', 'IA'),
(75741, 237, 2396, 'Bellevue', 'IA'),
(75742, 237, 2396, 'Belmond', 'IA'),
(75743, 237, 2396, 'Bennett', 'IA'),
(75744, 237, 2396, 'Benton', 'IA'),
(75745, 237, 2396, 'Bernard', 'IA'),
(75746, 237, 2396, 'Bettendorf', 'IA'),
(75747, 237, 2396, 'Bevington', 'IA'),
(75748, 237, 2396, 'Birmingham', 'IA'),
(75749, 237, 2396, 'Blairstown', 'IA'),
(75750, 237, 2396, 'Blakesburg', 'IA'),
(75751, 237, 2396, 'Bloomfield', 'IA'),
(75752, 237, 2396, 'Blue Grass', 'IA'),
(75753, 237, 2396, 'Bode', 'IA'),
(75754, 237, 2396, 'Bondurant', 'IA'),
(75755, 237, 2396, 'Boone', 'IA'),
(75756, 237, 2396, 'Bouton', 'IA'),
(75757, 237, 2396, 'Boyden', 'IA'),
(75758, 237, 2396, 'Braddyville', 'IA'),
(75759, 237, 2396, 'Brandon', 'IA'),
(75760, 237, 2396, 'Brayton', 'IA'),
(75761, 237, 2396, 'Breda', 'IA'),
(75762, 237, 2396, 'Bridgewater', 'IA'),
(75763, 237, 2396, 'Brighton', 'IA'),
(75764, 237, 2396, 'Bristow', 'IA'),
(75765, 237, 2396, 'Britt', 'IA'),
(75766, 237, 2396, 'Bronson', 'IA'),
(75767, 237, 2396, 'Brooklyn', 'IA'),
(75768, 237, 2396, 'Brunsville', 'IA'),
(75769, 237, 2396, 'Bryant', 'IA'),
(75770, 237, 2396, 'Buffalo', 'IA'),
(75771, 237, 2396, 'Buffalo Center', 'IA'),
(75772, 237, 2396, 'Burlington', 'IA'),
(75773, 237, 2396, 'Burt', 'IA'),
(75774, 237, 2396, 'Bussey', 'IA'),
(75775, 237, 2396, 'Calmar', 'IA'),
(75776, 237, 2396, 'Camanche', 'IA'),
(75777, 237, 2396, 'Cambridge', 'IA'),
(75778, 237, 2396, 'Carbon', 'IA'),
(75779, 237, 2396, 'Carlisle', 'IA'),
(75780, 237, 2396, 'Carroll', 'IA'),
(75781, 237, 2396, 'Carson', 'IA'),
(75782, 237, 2396, 'Carter Lake', 'IA'),
(75783, 237, 2396, 'Cascade', 'IA'),
(75784, 237, 2396, 'Casey', 'IA'),
(75785, 237, 2396, 'Cedar Falls', 'IA'),
(75786, 237, 2396, 'Cedar Rapids', 'IA'),
(75787, 237, 2396, 'Center Point', 'IA'),
(75788, 237, 2396, 'Centerville', 'IA'),
(75789, 237, 2396, 'Central City', 'IA'),
(75790, 237, 2396, 'Chariton', 'IA'),
(75791, 237, 2396, 'Charles City', 'IA'),
(75792, 237, 2396, 'Charter Oak', 'IA'),
(75793, 237, 2396, 'Chelsea', 'IA'),
(75794, 237, 2396, 'Cherokee', 'IA'),
(75795, 237, 2396, 'Chillicothe', 'IA'),
(75796, 237, 2396, 'Churdan', 'IA'),
(75797, 237, 2396, 'Cincinnati', 'IA'),
(75798, 237, 2396, 'Clare', 'IA'),
(75799, 237, 2396, 'Clarence', 'IA'),
(75800, 237, 2396, 'Clarinda', 'IA'),
(75801, 237, 2396, 'Clarion', 'IA'),
(75802, 237, 2396, 'Clarksville', 'IA'),
(75803, 237, 2396, 'Clear Lake', 'IA'),
(75804, 237, 2396, 'Cleghorn', 'IA'),
(75805, 237, 2396, 'Clermont', 'IA'),
(75806, 237, 2396, 'Clinton', 'IA'),
(75807, 237, 2396, 'Clio', 'IA'),
(75808, 237, 2396, 'Clive', 'IA'),
(75809, 237, 2396, 'Cloud', 'IA'),
(75810, 237, 2396, 'Clutier', 'IA'),
(75811, 237, 2396, 'Coggon', 'IA'),
(75812, 237, 2396, 'Coin', 'IA'),
(75813, 237, 2396, 'Collins', 'IA'),
(75814, 237, 2396, 'Colo', 'IA'),
(75815, 237, 2396, 'Columbia', 'IA'),
(75816, 237, 2396, 'Columbus Junction', 'IA'),
(75817, 237, 2396, 'Conesville', 'IA'),
(75818, 237, 2396, 'Conrad', 'IA'),
(75819, 237, 2396, 'Conroy', 'IA'),
(75820, 237, 2396, 'Coon Rapids', 'IA'),
(75821, 237, 2396, 'Coralville', 'IA'),
(75822, 237, 2396, 'Corning', 'IA'),
(75823, 237, 2396, 'Correctionville', 'IA'),
(75824, 237, 2396, 'Corwith', 'IA'),
(75825, 237, 2396, 'Corydon', 'IA'),
(75826, 237, 2396, 'Council Bluffs', 'IA'),
(75827, 237, 2396, 'Crawfordsville', 'IA'),
(75828, 237, 2396, 'Crescent', 'IA'),
(75829, 237, 2396, 'Cresco', 'IA'),
(75830, 237, 2396, 'Creston', 'IA'),
(75831, 237, 2396, 'Cumberland', 'IA'),
(75832, 237, 2396, 'Cumming', 'IA'),
(75833, 237, 2396, 'Cushing', 'IA'),
(75834, 237, 2396, 'Cylinder', 'IA'),
(75835, 237, 2396, 'Dakota City', 'IA'),
(75836, 237, 2396, 'Dallas Center', 'IA'),
(75837, 237, 2396, 'Danbury', 'IA'),
(75838, 237, 2396, 'Danville', 'IA'),
(75839, 237, 2396, 'Davenport', 'IA'),
(75840, 237, 2396, 'Dayton', 'IA'),
(75841, 237, 2396, 'De Witt', 'IA'),
(75842, 237, 2396, 'Decorah', 'IA'),
(75843, 237, 2396, 'Deep River', 'IA'),
(75844, 237, 2396, 'Defiance', 'IA'),
(75845, 237, 2396, 'Delhi', 'IA'),
(75846, 237, 2396, 'Delmar', 'IA'),
(75847, 237, 2396, 'Deloit', 'IA'),
(75848, 237, 2396, 'Denison', 'IA'),
(75849, 237, 2396, 'Denver', 'IA'),
(75850, 237, 2396, 'Des Moines', 'IA'),
(75851, 237, 2396, 'Dexter', 'IA'),
(75852, 237, 2396, 'Dickens', 'IA'),
(75853, 237, 2396, 'Dike', 'IA'),
(75854, 237, 2396, 'Dixon', 'IA'),
(75855, 237, 2396, 'Donahue', 'IA'),
(75856, 237, 2396, 'Donnellson', 'IA'),
(75857, 237, 2396, 'Douds', 'IA'),
(75858, 237, 2396, 'Dows', 'IA'),
(75859, 237, 2396, 'Dubuque', 'IA'),
(75860, 237, 2396, 'Dumont', 'IA'),
(75861, 237, 2396, 'Duncombe', 'IA'),
(75862, 237, 2396, 'Dunkerton', 'IA'),
(75863, 237, 2396, 'Dunlap', 'IA'),
(75864, 237, 2396, 'Durant', 'IA'),
(75865, 237, 2396, 'Dyersville', 'IA'),
(75866, 237, 2396, 'Dysart', 'IA'),
(75867, 237, 2396, 'Eagle Grove', 'IA'),
(75868, 237, 2396, 'Earlham', 'IA'),
(75869, 237, 2396, 'Earling', 'IA'),
(75870, 237, 2396, 'Earlville', 'IA'),
(75871, 237, 2396, 'Early', 'IA'),
(75872, 237, 2396, 'East Peru', 'IA'),
(75873, 237, 2396, 'Eddyville', 'IA'),
(75874, 237, 2396, 'Edgewood', 'IA'),
(75875, 237, 2396, 'Elberon', 'IA'),
(75876, 237, 2396, 'Eldon', 'IA'),
(75877, 237, 2396, 'Eldora', 'IA'),
(75878, 237, 2396, 'Eldridge', 'IA'),
(75879, 237, 2396, 'Elgin', 'IA'),
(75880, 237, 2396, 'Elk Horn', 'IA'),
(75881, 237, 2396, 'Elkader', 'IA'),
(75882, 237, 2396, 'Elkhart', 'IA'),
(75883, 237, 2396, 'Elliott', 'IA'),
(75884, 237, 2396, 'Ellston', 'IA'),
(75885, 237, 2396, 'Ellsworth', 'IA'),
(75886, 237, 2396, 'Ely', 'IA'),
(75887, 237, 2396, 'Emerson', 'IA'),
(75888, 237, 2396, 'Emmetsburg', 'IA'),
(75889, 237, 2396, 'Epworth', 'IA'),
(75890, 237, 2396, 'Essex', 'IA'),
(75891, 237, 2396, 'Estherville', 'IA'),
(75892, 237, 2396, 'Evansdale', 'IA'),
(75893, 237, 2396, 'Everly', 'IA'),
(75894, 237, 2396, 'Exira', 'IA'),
(75895, 237, 2396, 'Exline', 'IA'),
(75896, 237, 2396, 'Fairbank', 'IA'),
(75897, 237, 2396, 'Fairfax', 'IA'),
(75898, 237, 2396, 'Fairfield', 'IA'),
(75899, 237, 2396, 'Farley', 'IA'),
(75900, 237, 2396, 'Farmersburg', 'IA'),
(75901, 237, 2396, 'Farmington', 'IA'),
(75902, 237, 2396, 'Farnhamville', 'IA'),
(75903, 237, 2396, 'Farragut', 'IA'),
(75904, 237, 2396, 'Fayette', 'IA'),
(75905, 237, 2396, 'Fenton', 'IA'),
(75906, 237, 2396, 'Fertile', 'IA'),
(75907, 237, 2396, 'Floyd', 'IA'),
(75908, 237, 2396, 'Fonda', 'IA'),
(75909, 237, 2396, 'Fontanelle', 'IA'),
(75910, 237, 2396, 'Ford', 'IA'),
(75911, 237, 2396, 'Forest City', 'IA'),
(75912, 237, 2396, 'Fort Atkinson', 'IA'),
(75913, 237, 2396, 'Fort Dodge', 'IA'),
(75914, 237, 2396, 'Fort Madison', 'IA'),
(75915, 237, 2396, 'Fredericksburg', 'IA'),
(75916, 237, 2396, 'Fremont', 'IA'),
(75917, 237, 2396, 'Fruitland', 'IA'),
(75918, 237, 2396, 'Galva', 'IA'),
(75919, 237, 2396, 'Garden Grove', 'IA'),
(75920, 237, 2396, 'Garnavillo', 'IA'),
(75921, 237, 2396, 'Garner', 'IA'),
(75922, 237, 2396, 'Garrison', 'IA'),
(75923, 237, 2396, 'Garwin', 'IA'),
(75924, 237, 2396, 'Geneva', 'IA'),
(75925, 237, 2396, 'George', 'IA'),
(75926, 237, 2396, 'Gilbert', 'IA'),
(75927, 237, 2396, 'Gilbertville', 'IA'),
(75928, 237, 2396, 'Gilman', 'IA'),
(75929, 237, 2396, 'Gilmore City', 'IA'),
(75930, 237, 2396, 'Gladbrook', 'IA'),
(75931, 237, 2396, 'Glenwood', 'IA'),
(75932, 237, 2396, 'Glidden', 'IA'),
(75933, 237, 2396, 'Goldfield', 'IA'),
(75934, 237, 2396, 'Goodell', 'IA'),
(75935, 237, 2396, 'Goose Lake', 'IA'),
(75936, 237, 2396, 'Gowrie', 'IA'),
(75937, 237, 2396, 'Graettinger', 'IA'),
(75938, 237, 2396, 'Grafton', 'IA'),
(75939, 237, 2396, 'Grand Junction', 'IA'),
(75940, 237, 2396, 'Grand Mound', 'IA'),
(75941, 237, 2396, 'Grand River', 'IA'),
(75942, 237, 2396, 'Granger', 'IA'),
(75943, 237, 2396, 'Granville', 'IA'),
(75944, 237, 2396, 'Gravity', 'IA'),
(75945, 237, 2396, 'Greeley', 'IA'),
(75946, 237, 2396, 'Greene', 'IA'),
(75947, 237, 2396, 'Greenfield', 'IA'),
(75948, 237, 2396, 'Grimes', 'IA'),
(75949, 237, 2396, 'Grinnell', 'IA'),
(75950, 237, 2396, 'Griswold', 'IA'),
(75951, 237, 2396, 'Grundy Center', 'IA'),
(75952, 237, 2396, 'Guthrie Center', 'IA'),
(75953, 237, 2396, 'Guttenberg', 'IA'),
(75954, 237, 2396, 'Hamburg', 'IA'),
(75955, 237, 2396, 'Hampton', 'IA'),
(75956, 237, 2396, 'Hanlontown', 'IA'),
(75957, 237, 2396, 'Harcourt', 'IA'),
(75958, 237, 2396, 'Hardy', 'IA'),
(75959, 237, 2396, 'Harlan', 'IA'),
(75960, 237, 2396, 'Harper', 'IA'),
(75961, 237, 2396, 'Harpers Ferry', 'IA'),
(75962, 237, 2396, 'Harris', 'IA'),
(75963, 237, 2396, 'Hartford', 'IA'),
(75964, 237, 2396, 'Hartley', 'IA'),
(75965, 237, 2396, 'Harvey', 'IA'),
(75966, 237, 2396, 'Havelock', 'IA'),
(75967, 237, 2396, 'Haverhill', 'IA'),
(75968, 237, 2396, 'Hawarden', 'IA'),
(75969, 237, 2396, 'Hawkeye', 'IA'),
(75970, 237, 2396, 'Hazleton', 'IA'),
(75971, 237, 2396, 'Hedrick', 'IA'),
(75972, 237, 2396, 'Henderson', 'IA'),
(75973, 237, 2396, 'Hiawatha', 'IA'),
(75974, 237, 2396, 'Hills', 'IA'),
(75975, 237, 2396, 'Hillsboro', 'IA'),
(75976, 237, 2396, 'Hinton', 'IA'),
(75977, 237, 2396, 'Holland', 'IA'),
(75978, 237, 2396, 'Holstein', 'IA'),
(75979, 237, 2396, 'Holy Cross', 'IA'),
(75980, 237, 2396, 'Honey Creek', 'IA'),
(75981, 237, 2396, 'Hopkinton', 'IA'),
(75982, 237, 2396, 'Hospers', 'IA'),
(75983, 237, 2396, 'Hubbard', 'IA'),
(75984, 237, 2396, 'Hudson', 'IA'),
(75985, 237, 2396, 'Hull', 'IA'),
(75986, 237, 2396, 'Humboldt', 'IA'),
(75987, 237, 2396, 'Humeston', 'IA'),
(75988, 237, 2396, 'Huxley', 'IA'),
(75989, 237, 2396, 'Ida Grove', 'IA'),
(75990, 237, 2396, 'Imogene', 'IA'),
(75991, 237, 2396, 'Independence', 'IA'),
(75992, 237, 2396, 'Indianola', 'IA'),
(75993, 237, 2396, 'Inwood', 'IA'),
(75994, 237, 2396, 'Ionia', 'IA'),
(75995, 237, 2396, 'Iowa City', 'IA'),
(75996, 237, 2396, 'Iowa Falls', 'IA'),
(75997, 237, 2396, 'Ireton', 'IA'),
(75998, 237, 2396, 'Janesville', 'IA'),
(75999, 237, 2396, 'Jefferson', 'IA'),
(76000, 237, 2396, 'Jesup', 'IA'),
(76001, 237, 2396, 'Jewell', 'IA'),
(76002, 237, 2396, 'Johnston', 'IA'),
(76003, 237, 2396, 'Joice', 'IA'),
(76004, 237, 2396, 'Kalona', 'IA'),
(76005, 237, 2396, 'Kanawha', 'IA'),
(76006, 237, 2396, 'Kellerton', 'IA'),
(76007, 237, 2396, 'Kellogg', 'IA'),
(76008, 237, 2396, 'Keokuk', 'IA'),
(76009, 237, 2396, 'Keosauqua', 'IA'),
(76010, 237, 2396, 'Keota', 'IA'),
(76011, 237, 2396, 'Keswick', 'IA'),
(76012, 237, 2396, 'Keystone', 'IA'),
(76013, 237, 2396, 'Kimballton', 'IA'),
(76014, 237, 2396, 'Kingsley', 'IA'),
(76015, 237, 2396, 'Kiron', 'IA'),
(76016, 237, 2396, 'Knierim', 'IA'),
(76017, 237, 2396, 'Knoxville', 'IA'),
(76018, 237, 2396, 'La Motte', 'IA'),
(76019, 237, 2396, 'La Porte City', 'IA'),
(76020, 237, 2396, 'Lacona', 'IA'),
(76021, 237, 2396, 'Ladora', 'IA'),
(76022, 237, 2396, 'Lake City', 'IA'),
(76023, 237, 2396, 'Lake Mills', 'IA'),
(76024, 237, 2396, 'Lake Park', 'IA'),
(76025, 237, 2396, 'Lake View', 'IA'),
(76026, 237, 2396, 'Lamoni', 'IA'),
(76027, 237, 2396, 'Lamont', 'IA'),
(76028, 237, 2396, 'Lansing', 'IA'),
(76029, 237, 2396, 'Larchwood', 'IA'),
(76030, 237, 2396, 'Latimer', 'IA'),
(76031, 237, 2396, 'Laurel', 'IA'),
(76032, 237, 2396, 'Laurens', 'IA'),
(76033, 237, 2396, 'Lawler', 'IA'),
(76034, 237, 2396, 'Lawton', 'IA'),
(76035, 237, 2396, 'Le Grand', 'IA'),
(76036, 237, 2396, 'Le Mars', 'IA'),
(76037, 237, 2396, 'LeClaire', 'IA'),
(76038, 237, 2396, 'Ledyard', 'IA'),
(76039, 237, 2396, 'Lehigh', 'IA'),
(76040, 237, 2396, 'Leland', 'IA'),
(76041, 237, 2396, 'Lenox', 'IA'),
(76042, 237, 2396, 'Leon', 'IA'),
(76043, 237, 2396, 'Lester', 'IA'),
(76044, 237, 2396, 'Letts', 'IA'),
(76045, 237, 2396, 'Lewis', 'IA'),
(76046, 237, 2396, 'Libertyville', 'IA'),
(76047, 237, 2396, 'Lime Springs', 'IA'),
(76048, 237, 2396, 'Lincoln', 'IA'),
(76049, 237, 2396, 'Lineville', 'IA'),
(76050, 237, 2396, 'Lisbon', 'IA'),
(76051, 237, 2396, 'Liscomb', 'IA'),
(76052, 237, 2396, 'Little Rock', 'IA'),
(76053, 237, 2396, 'Livermore', 'IA'),
(76054, 237, 2396, 'Lockridge', 'IA'),
(76055, 237, 2396, 'Logan', 'IA'),
(76056, 237, 2396, 'Lohrville', 'IA'),
(76057, 237, 2396, 'Lone Rock', 'IA'),
(76058, 237, 2396, 'Lone Tree', 'IA'),
(76059, 237, 2396, 'Long Grove', 'IA'),
(76060, 237, 2396, 'Lorimor', 'IA'),
(76061, 237, 2396, 'Lost Nation', 'IA'),
(76062, 237, 2396, 'Lovilia', 'IA'),
(76063, 237, 2396, 'Low Moor', 'IA'),
(76064, 237, 2396, 'Lowden', 'IA'),
(76065, 237, 2396, 'Lu Verne', 'IA'),
(76066, 237, 2396, 'Lynnville', 'IA'),
(76067, 237, 2396, 'Lytton', 'IA'),
(76068, 237, 2396, 'Macedonia', 'IA'),
(76069, 237, 2396, 'Madrid', 'IA'),
(76070, 237, 2396, 'Mallard', 'IA'),
(76071, 237, 2396, 'Malvern', 'IA'),
(76072, 237, 2396, 'Manchester', 'IA'),
(76073, 237, 2396, 'Manly', 'IA'),
(76074, 237, 2396, 'Manning', 'IA'),
(76075, 237, 2396, 'Manson', 'IA'),
(76076, 237, 2396, 'Mapleton', 'IA'),
(76077, 237, 2396, 'Maquoketa', 'IA'),
(76078, 237, 2396, 'Marathon', 'IA'),
(76079, 237, 2396, 'Marble Rock', 'IA'),
(76080, 237, 2396, 'Marcus', 'IA'),
(76081, 237, 2396, 'Marengo', 'IA'),
(76082, 237, 2396, 'Marion', 'IA'),
(76083, 237, 2396, 'Marquette', 'IA'),
(76084, 237, 2396, 'Marshalltown', 'IA'),
(76085, 237, 2396, 'Martelle', 'IA'),
(76086, 237, 2396, 'Mason City', 'IA'),
(76087, 237, 2396, 'Masonville', 'IA'),
(76088, 237, 2396, 'Massena', 'IA'),
(76089, 237, 2396, 'Maxwell', 'IA'),
(76090, 237, 2396, 'Maynard', 'IA'),
(76091, 237, 2396, 'McClelland', 'IA'),
(76092, 237, 2396, 'McGregor', 'IA'),
(76093, 237, 2396, 'Mechanicsville', 'IA'),
(76094, 237, 2396, 'Mediapolis', 'IA'),
(76095, 237, 2396, 'Melbourne', 'IA'),
(76096, 237, 2396, 'Melcher-Dallas', 'IA'),
(76097, 237, 2396, 'Melrose', 'IA'),
(76098, 237, 2396, 'Menlo', 'IA'),
(76099, 237, 2396, 'Meriden', 'IA'),
(76100, 237, 2396, 'Meservey', 'IA'),
(76101, 237, 2396, 'Miles', 'IA'),
(76102, 237, 2396, 'Milford', 'IA'),
(76103, 237, 2396, 'Milo', 'IA'),
(76104, 237, 2396, 'Minburn', 'IA'),
(76105, 237, 2396, 'Minden', 'IA'),
(76106, 237, 2396, 'Mingo', 'IA'),
(76107, 237, 2396, 'Missouri Valley', 'IA'),
(76108, 237, 2396, 'Mitchellville', 'IA'),
(76109, 237, 2396, 'Mondamin', 'IA'),
(76110, 237, 2396, 'Monona', 'IA'),
(76111, 237, 2396, 'Monroe', 'IA'),
(76112, 237, 2396, 'Montezuma', 'IA'),
(76113, 237, 2396, 'Monticello', 'IA'),
(76114, 237, 2396, 'Montrose', 'IA'),
(76115, 237, 2396, 'Moorhead', 'IA'),
(76116, 237, 2396, 'Moorland', 'IA'),
(76117, 237, 2396, 'Moravia', 'IA'),
(76118, 237, 2396, 'Morning Sun', 'IA'),
(76119, 237, 2396, 'Moulton', 'IA'),
(76120, 237, 2396, 'Mount Ayr', 'IA'),
(76121, 237, 2396, 'Mount Pleasant', 'IA'),
(76122, 237, 2396, 'Mount Union', 'IA'),
(76123, 237, 2396, 'Mount Vernon', 'IA'),
(76124, 237, 2396, 'Moville', 'IA'),
(76125, 237, 2396, 'Murray', 'IA'),
(76126, 237, 2396, 'Muscatine', 'IA'),
(76127, 237, 2396, 'Nashua', 'IA'),
(76128, 237, 2396, 'Neola', 'IA'),
(76129, 237, 2396, 'Nevada', 'IA'),
(76130, 237, 2396, 'New Hampton', 'IA'),
(76131, 237, 2396, 'New Hartford', 'IA'),
(76132, 237, 2396, 'New London', 'IA'),
(76133, 237, 2396, 'New Market', 'IA'),
(76134, 237, 2396, 'New Providence', 'IA'),
(76135, 237, 2396, 'New Sharon', 'IA'),
(76136, 237, 2396, 'New Vienna', 'IA'),
(76137, 237, 2396, 'New Virginia', 'IA'),
(76138, 237, 2396, 'Newell', 'IA'),
(76139, 237, 2396, 'Newhall', 'IA'),
(76140, 237, 2396, 'Newton', 'IA'),
(76141, 237, 2396, 'Nichols', 'IA'),
(76142, 237, 2396, 'Nodaway', 'IA'),
(76143, 237, 2396, 'Nora Springs', 'IA'),
(76144, 237, 2396, 'North English', 'IA'),
(76145, 237, 2396, 'North Liberty', 'IA'),
(76146, 237, 2396, 'Northboro', 'IA'),
(76147, 237, 2396, 'Northwood', 'IA'),
(76148, 237, 2396, 'Norwalk', 'IA'),
(76149, 237, 2396, 'Norway', 'IA'),
(76150, 237, 2396, 'Oakland', 'IA'),
(76151, 237, 2396, 'Oakville', 'IA'),
(76152, 237, 2396, 'Ocheyedan', 'IA'),
(76153, 237, 2396, 'Odebolt', 'IA'),
(76154, 237, 2396, 'Oelwein', 'IA'),
(76155, 237, 2396, 'Ogden', 'IA'),
(76156, 237, 2396, 'Okoboji', 'IA'),
(76157, 237, 2396, 'Olin', 'IA'),
(76158, 237, 2396, 'Ollie', 'IA'),
(76159, 237, 2396, 'Onawa', 'IA'),
(76160, 237, 2396, 'Onslow', 'IA'),
(76161, 237, 2396, 'Orange City', 'IA'),
(76162, 237, 2396, 'Orchard', 'IA'),
(76163, 237, 2396, 'Orient', 'IA'),
(76164, 237, 2396, 'Osage', 'IA'),
(76165, 237, 2396, 'Osceola', 'IA'),
(76166, 237, 2396, 'Oskaloosa', 'IA'),
(76167, 237, 2396, 'Ossian', 'IA'),
(76168, 237, 2396, 'Otho', 'IA'),
(76169, 237, 2396, 'Otley', 'IA'),
(76170, 237, 2396, 'Oto', 'IA'),
(76171, 237, 2396, 'Ottumwa', 'IA'),
(76172, 237, 2396, 'Oxford', 'IA'),
(76173, 237, 2396, 'Oxford Junction', 'IA'),
(76174, 237, 2396, 'Pacific Junction', 'IA'),
(76175, 237, 2396, 'Packwood', 'IA'),
(76176, 237, 2396, 'Palmer', 'IA'),
(76177, 237, 2396, 'Palo', 'IA'),
(76178, 237, 2396, 'Panama', 'IA'),
(76179, 237, 2396, 'Panora', 'IA'),
(76180, 237, 2396, 'Parkersburg', 'IA'),
(76181, 237, 2396, 'Parnell', 'IA'),
(76182, 237, 2396, 'Paton', 'IA'),
(76183, 237, 2396, 'Paullina', 'IA'),
(76184, 237, 2396, 'Pella', 'IA'),
(76185, 237, 2396, 'Peosta', 'IA'),
(76186, 237, 2396, 'Perry', 'IA'),
(76187, 237, 2396, 'Pierson', 'IA'),
(76188, 237, 2396, 'Pilot Mound', 'IA'),
(76189, 237, 2396, 'Pisgah', 'IA'),
(76190, 237, 2396, 'Plainfield', 'IA'),
(76191, 237, 2396, 'Plano', 'IA'),
(76192, 237, 2396, 'Pleasant Valley', 'IA'),
(76193, 237, 2396, 'Pleasantville', 'IA'),
(76194, 237, 2396, 'Plover', 'IA'),
(76195, 237, 2396, 'Pocahontas', 'IA'),
(76196, 237, 2396, 'Polk City', 'IA'),
(76197, 237, 2396, 'Pomeroy', 'IA'),
(76198, 237, 2396, 'Postville', 'IA'),
(76199, 237, 2396, 'Prairie City', 'IA'),
(76200, 237, 2396, 'Prairieburg', 'IA'),
(76201, 237, 2396, 'Prescott', 'IA'),
(76202, 237, 2396, 'Preston', 'IA'),
(76203, 237, 2396, 'Primghar', 'IA'),
(76204, 237, 2396, 'Princeton', 'IA'),
(76205, 237, 2396, 'Prole', 'IA'),
(76206, 237, 2396, 'Protivin', 'IA'),
(76207, 237, 2396, 'Quasqueton', 'IA'),
(76208, 237, 2396, 'Quimby', 'IA'),
(76209, 237, 2396, 'Radcliffe', 'IA'),
(76210, 237, 2396, 'Randalia', 'IA'),
(76211, 237, 2396, 'Randolph', 'IA'),
(76212, 237, 2396, 'Readlyn', 'IA'),
(76213, 237, 2396, 'Red Oak', 'IA'),
(76214, 237, 2396, 'Reinbeck', 'IA'),
(76215, 237, 2396, 'Rembrandt', 'IA'),
(76216, 237, 2396, 'Remsen', 'IA'),
(76217, 237, 2396, 'Renwick', 'IA'),
(76218, 237, 2396, 'Rhodes', 'IA'),
(76219, 237, 2396, 'Riceville', 'IA'),
(76220, 237, 2396, 'Richland', 'IA'),
(76221, 237, 2396, 'Ridgeway', 'IA'),
(76222, 237, 2396, 'Ringsted', 'IA'),
(76223, 237, 2396, 'Rippey', 'IA'),
(76224, 237, 2396, 'Riverside', 'IA'),
(76225, 237, 2396, 'Riverton', 'IA'),
(76226, 237, 2396, 'Robins', 'IA'),
(76227, 237, 2396, 'Rock Falls', 'IA'),
(76228, 237, 2396, 'Rock Rapids', 'IA'),
(76229, 237, 2396, 'Rock Valley', 'IA'),
(76230, 237, 2396, 'Rockford', 'IA'),
(76231, 237, 2396, 'Rockwell', 'IA'),
(76232, 237, 2396, 'Rockwell City', 'IA'),
(76233, 237, 2396, 'Roland', 'IA'),
(76234, 237, 2396, 'Rolfe', 'IA'),
(76235, 237, 2396, 'Rose Hill', 'IA'),
(76236, 237, 2396, 'Rowley', 'IA'),
(76237, 237, 2396, 'Royal', 'IA'),
(76238, 237, 2396, 'Rudd', 'IA'),
(76239, 237, 2396, 'Runnells', 'IA'),
(76240, 237, 2396, 'Ruthven', 'IA'),
(76241, 237, 2396, 'Ryan', 'IA'),
(76242, 237, 2396, 'Sac City', 'IA'),
(76243, 237, 2396, 'Saint Ansgar', 'IA'),
(76244, 237, 2396, 'Saint Charles', 'IA'),
(76245, 237, 2396, 'Saint Olaf', 'IA'),
(76246, 237, 2396, 'Saint Paul', 'IA'),
(76247, 237, 2396, 'Salem', 'IA'),
(76248, 237, 2396, 'Salix', 'IA'),
(76249, 237, 2396, 'Sanborn', 'IA'),
(76250, 237, 2396, 'Schaller', 'IA'),
(76251, 237, 2396, 'Schleswig', 'IA'),
(76252, 237, 2396, 'Scranton', 'IA'),
(76253, 237, 2396, 'Searsboro', 'IA'),
(76254, 237, 2396, 'Sergeant Bluff', 'IA'),
(76255, 237, 2396, 'Sheffield', 'IA'),
(76256, 237, 2396, 'Shelby', 'IA'),
(76257, 237, 2396, 'Sheldon', 'IA'),
(76258, 237, 2396, 'Shell Rock', 'IA'),
(76259, 237, 2396, 'Shellsburg', 'IA'),
(76260, 237, 2396, 'Shenandoah', 'IA'),
(76261, 237, 2396, 'Sherrill', 'IA'),
(76262, 237, 2396, 'Sibley', 'IA'),
(76263, 237, 2396, 'Sidney', 'IA'),
(76264, 237, 2396, 'Sigourney', 'IA'),
(76265, 237, 2396, 'Sioux Center', 'IA'),
(76266, 237, 2396, 'Sioux City', 'IA'),
(76267, 237, 2396, 'Sioux Rapids', 'IA'),
(76268, 237, 2396, 'Slater', 'IA'),
(76269, 237, 2396, 'Sloan', 'IA'),
(76270, 237, 2396, 'Solon', 'IA'),
(76271, 237, 2396, 'Somers', 'IA'),
(76272, 237, 2396, 'South Amana', 'IA'),
(76273, 237, 2396, 'Spencer', 'IA'),
(76274, 237, 2396, 'Sperry', 'IA'),
(76275, 237, 2396, 'Spirit Lake', 'IA'),
(76276, 237, 2396, 'Springville', 'IA'),
(76277, 237, 2396, 'Stacyville', 'IA'),
(76278, 237, 2396, 'Stanhope', 'IA'),
(76279, 237, 2396, 'Stanley', 'IA'),
(76280, 237, 2396, 'Stanton', 'IA'),
(76281, 237, 2396, 'Stanwood', 'IA'),
(76282, 237, 2396, 'State Center', 'IA'),
(76283, 237, 2396, 'Steamboat Rock', 'IA'),
(76284, 237, 2396, 'Stockport', 'IA'),
(76285, 237, 2396, 'Stockton', 'IA'),
(76286, 237, 2396, 'Storm Lake', 'IA'),
(76287, 237, 2396, 'Story City', 'IA'),
(76288, 237, 2396, 'Stratford', 'IA'),
(76289, 237, 2396, 'Strawberry Point', 'IA'),
(76290, 237, 2396, 'Stuart', 'IA'),
(76291, 237, 2396, 'Sully', 'IA'),
(76292, 237, 2396, 'Sumner', 'IA'),
(76293, 237, 2396, 'Sutherland', 'IA'),
(76294, 237, 2396, 'Swea City', 'IA'),
(76295, 237, 2396, 'Swisher', 'IA'),
(76296, 237, 2396, 'Tabor', 'IA'),
(76297, 237, 2396, 'Tama', 'IA'),
(76298, 237, 2396, 'Templeton', 'IA'),
(76299, 237, 2396, 'Terril', 'IA'),
(76300, 237, 2396, 'Thompson', 'IA'),
(76301, 237, 2396, 'Thor', 'IA'),
(76302, 237, 2396, 'Tiffin', 'IA'),
(76303, 237, 2396, 'Tingley', 'IA'),
(76304, 237, 2396, 'Tipton', 'IA'),
(76305, 237, 2396, 'Titonka', 'IA'),
(76306, 237, 2396, 'Toddville', 'IA'),
(76307, 237, 2396, 'Toledo', 'IA'),
(76308, 237, 2396, 'Traer', 'IA'),
(76309, 237, 2396, 'Treynor', 'IA'),
(76310, 237, 2396, 'Tripoli', 'IA'),
(76311, 237, 2396, 'Udell', 'IA'),
(76312, 237, 2396, 'Underwood', 'IA'),
(76313, 237, 2396, 'Union', 'IA'),
(76314, 237, 2396, 'Unionville', 'IA'),
(76315, 237, 2396, 'Urbana', 'IA'),
(76316, 237, 2396, 'Urbandale', 'IA'),
(76317, 237, 2396, 'Ute', 'IA'),
(76318, 237, 2396, 'Vail', 'IA'),
(76319, 237, 2396, 'Van Horne', 'IA'),
(76320, 237, 2396, 'Van Meter', 'IA'),
(76321, 237, 2396, 'Van Wert', 'IA'),
(76322, 237, 2396, 'Ventura', 'IA'),
(76323, 237, 2396, 'Victor', 'IA'),
(76324, 237, 2396, 'Villisca', 'IA'),
(76325, 237, 2396, 'Vincent', 'IA'),
(76326, 237, 2396, 'Vinton', 'IA'),
(76327, 237, 2396, 'Volga', 'IA'),
(76328, 237, 2396, 'Walcott', 'IA'),
(76329, 237, 2396, 'Walford', 'IA'),
(76330, 237, 2396, 'Walker', 'IA'),
(76331, 237, 2396, 'Wall Lake', 'IA'),
(76332, 237, 2396, 'Walnut', 'IA'),
(76333, 237, 2396, 'Wapello', 'IA'),
(76334, 237, 2396, 'Washington', 'IA'),
(76335, 237, 2396, 'Washta', 'IA'),
(76336, 237, 2396, 'Waterloo', 'IA'),
(76337, 237, 2396, 'Waterville', 'IA'),
(76338, 237, 2396, 'Waucoma', 'IA'),
(76339, 237, 2396, 'Waukee', 'IA'),
(76340, 237, 2396, 'Waukon', 'IA'),
(76341, 237, 2396, 'Waverly', 'IA'),
(76342, 237, 2396, 'Wayland', 'IA'),
(76343, 237, 2396, 'Webb', 'IA'),
(76344, 237, 2396, 'Webster City', 'IA'),
(76345, 237, 2396, 'Weldon', 'IA'),
(76346, 237, 2396, 'Wellman', 'IA'),
(76347, 237, 2396, 'Wellsburg', 'IA'),
(76348, 237, 2396, 'Wesley', 'IA'),
(76349, 237, 2396, 'West Bend', 'IA'),
(76350, 237, 2396, 'West Branch', 'IA'),
(76351, 237, 2396, 'West Burlington', 'IA'),
(76352, 237, 2396, 'West Des Moines', 'IA'),
(76353, 237, 2396, 'West Liberty', 'IA'),
(76354, 237, 2396, 'West Point', 'IA'),
(76355, 237, 2396, 'West Union', 'IA'),
(76356, 237, 2396, 'Westphalia', 'IA'),
(76357, 237, 2396, 'Westside', 'IA'),
(76358, 237, 2396, 'Wever', 'IA'),
(76359, 237, 2396, 'Wheatland', 'IA'),
(76360, 237, 2396, 'Whiting', 'IA'),
(76361, 237, 2396, 'Whittemore', 'IA'),
(76362, 237, 2396, 'Williamsburg', 'IA'),
(76363, 237, 2396, 'Wilton', 'IA'),
(76364, 237, 2396, 'Windsor Heights', 'IA'),
(76365, 237, 2396, 'Winfield', 'IA'),
(76366, 237, 2396, 'Winterset', 'IA'),
(76367, 237, 2396, 'Winthrop', 'IA'),
(76368, 237, 2396, 'Wiota', 'IA'),
(76369, 237, 2396, 'Woodbine', 'IA'),
(76370, 237, 2396, 'Woodburn', 'IA'),
(76371, 237, 2396, 'Woodward', 'IA'),
(76372, 237, 2396, 'Woolstock', 'IA'),
(76373, 237, 2396, 'Worthington', 'IA'),
(76374, 237, 2396, 'Wyoming', 'IA'),
(76375, 237, 2396, 'Yale', 'IA'),
(76376, 237, 2396, 'Zearing', 'IA'),
(76377, 237, 2397, 'Abilene', 'KS'),
(76378, 237, 2397, 'Agra', 'KS'),
(76379, 237, 2397, 'Albert', 'KS'),
(76380, 237, 2397, 'Alma', 'KS'),
(76381, 237, 2397, 'Alta Vista', 'KS'),
(76382, 237, 2397, 'Altamont', 'KS'),
(76383, 237, 2397, 'Alton', 'KS'),
(76384, 237, 2397, 'Americus', 'KS'),
(76385, 237, 2397, 'Andale', 'KS'),
(76386, 237, 2397, 'Andover', 'KS'),
(76387, 237, 2397, 'Anthony', 'KS'),
(76388, 237, 2397, 'Arcadia', 'KS'),
(76389, 237, 2397, 'Argonia', 'KS'),
(76390, 237, 2397, 'Arkansas City', 'KS'),
(76391, 237, 2397, 'Arma', 'KS'),
(76392, 237, 2397, 'Ashland', 'KS'),
(76393, 237, 2397, 'Assaria', 'KS'),
(76394, 237, 2397, 'Atchison', 'KS'),
(76395, 237, 2397, 'Atlanta', 'KS'),
(76396, 237, 2397, 'Attica', 'KS'),
(76397, 237, 2397, 'Atwood', 'KS'),
(76398, 237, 2397, 'Auburn', 'KS'),
(76399, 237, 2397, 'Augusta', 'KS'),
(76400, 237, 2397, 'Axtell', 'KS'),
(76401, 237, 2397, 'Baldwin City', 'KS'),
(76402, 237, 2397, 'Barnes', 'KS'),
(76403, 237, 2397, 'Basehor', 'KS'),
(76404, 237, 2397, 'Baxter Springs', 'KS'),
(76405, 237, 2397, 'Beattie', 'KS'),
(76406, 237, 2397, 'Belle Plaine', 'KS'),
(76407, 237, 2397, 'Belleville', 'KS'),
(76408, 237, 2397, 'Beloit', 'KS'),
(76409, 237, 2397, 'Belvue', 'KS'),
(76410, 237, 2397, 'Bennington', 'KS'),
(76411, 237, 2397, 'Bentley', 'KS'),
(76412, 237, 2397, 'Benton', 'KS'),
(76413, 237, 2397, 'Berryton', 'KS'),
(76414, 237, 2397, 'Bird City', 'KS'),
(76415, 237, 2397, 'Bluff City', 'KS'),
(76416, 237, 2397, 'Bogue', 'KS'),
(76417, 237, 2397, 'Bonner Springs', 'KS'),
(76418, 237, 2397, 'Brewster', 'KS'),
(76419, 237, 2397, 'Bronson', 'KS'),
(76420, 237, 2397, 'Brookville', 'KS'),
(76421, 237, 2397, 'Bucklin', 'KS'),
(76422, 237, 2397, 'Bucyrus', 'KS'),
(76423, 237, 2397, 'Buhler', 'KS'),
(76424, 237, 2397, 'Burdett', 'KS'),
(76425, 237, 2397, 'Burdick', 'KS'),
(76426, 237, 2397, 'Burlington', 'KS'),
(76427, 237, 2397, 'Burns', 'KS'),
(76428, 237, 2397, 'Burr Oak', 'KS'),
(76429, 237, 2397, 'Bushton', 'KS'),
(76430, 237, 2397, 'Byers', 'KS'),
(76431, 237, 2397, 'Caldwell', 'KS'),
(76432, 237, 2397, 'Caney', 'KS'),
(76433, 237, 2397, 'Canton', 'KS'),
(76434, 237, 2397, 'Carbondale', 'KS'),
(76435, 237, 2397, 'Cassoday', 'KS'),
(76436, 237, 2397, 'Cawker City', 'KS'),
(76437, 237, 2397, 'Cedar Point', 'KS'),
(76438, 237, 2397, 'Cedar Vale', 'KS'),
(76439, 237, 2397, 'Centralia', 'KS'),
(76440, 237, 2397, 'Chanute', 'KS'),
(76441, 237, 2397, 'Chapman', 'KS'),
(76442, 237, 2397, 'Chase', 'KS'),
(76443, 237, 2397, 'Cheney', 'KS'),
(76444, 237, 2397, 'Cherokee', 'KS'),
(76445, 237, 2397, 'Cherryvale', 'KS'),
(76446, 237, 2397, 'Cimarron', 'KS'),
(76447, 237, 2397, 'Claflin', 'KS'),
(76448, 237, 2397, 'Clay Center', 'KS'),
(76449, 237, 2397, 'Clearwater', 'KS'),
(76450, 237, 2397, 'Clifton', 'KS'),
(76451, 237, 2397, 'Clyde', 'KS'),
(76452, 237, 2397, 'Coats', 'KS'),
(76453, 237, 2397, 'Coffeyville', 'KS'),
(76454, 237, 2397, 'Colby', 'KS'),
(76455, 237, 2397, 'Coldwater', 'KS'),
(76456, 237, 2397, 'Collyer', 'KS'),
(76457, 237, 2397, 'Columbus', 'KS'),
(76458, 237, 2397, 'Colwich', 'KS'),
(76459, 237, 2397, 'Concordia', 'KS'),
(76460, 237, 2397, 'Connell', 'KS'),
(76461, 237, 2397, 'Conway Springs', 'KS'),
(76462, 237, 2397, 'Copeland', 'KS'),
(76463, 237, 2397, 'Corning', 'KS'),
(76464, 237, 2397, 'Cottonwood Falls', 'KS'),
(76465, 237, 2397, 'Council Grove', 'KS'),
(76466, 237, 2397, 'Cuba', 'KS'),
(76467, 237, 2397, 'Cummings', 'KS'),
(76468, 237, 2397, 'Dartmouth', 'KS'),
(76469, 237, 2397, 'De Soto', 'KS'),
(76470, 237, 2397, 'Dearing', 'KS'),
(76471, 237, 2397, 'Deerfield', 'KS'),
(76472, 237, 2397, 'Delphos', 'KS'),
(76473, 237, 2397, 'Denton', 'KS'),
(76474, 237, 2397, 'Derby', 'KS'),
(76475, 237, 2397, 'Dexter', 'KS'),
(76476, 237, 2397, 'Dighton', 'KS'),
(76477, 237, 2397, 'Dodge City', 'KS'),
(76478, 237, 2397, 'Dorrance', 'KS'),
(76479, 237, 2397, 'Douglass', 'KS'),
(76480, 237, 2397, 'Downs', 'KS'),
(76481, 237, 2397, 'Dresden', 'KS'),
(76482, 237, 2397, 'Dwight', 'KS'),
(76483, 237, 2397, 'Edgerton', 'KS'),
(76484, 237, 2397, 'Effingham', 'KS'),
(76485, 237, 2397, 'El Dorado', 'KS'),
(76486, 237, 2397, 'Elbing', 'KS'),
(76487, 237, 2397, 'Elk City', 'KS'),
(76488, 237, 2397, 'Elkhart', 'KS'),
(76489, 237, 2397, 'Ellinwood', 'KS'),
(76490, 237, 2397, 'Ellis', 'KS'),
(76491, 237, 2397, 'Ellsworth', 'KS'),
(76492, 237, 2397, 'Emporia', 'KS'),
(76493, 237, 2397, 'Esbon', 'KS'),
(76494, 237, 2397, 'Eudora', 'KS'),
(76495, 237, 2397, 'Eureka', 'KS'),
(76496, 237, 2397, 'Everest', 'KS'),
(76497, 237, 2397, 'Florence', 'KS'),
(76498, 237, 2397, 'Fontana', 'KS'),
(76499, 237, 2397, 'Formoso', 'KS'),
(76500, 237, 2397, 'Fort Riley-Camp Whiteside', 'KS'),
(76501, 237, 2397, 'Fort Scott', 'KS'),
(76502, 237, 2397, 'Fowler', 'KS'),
(76503, 237, 2397, 'Frankfort', 'KS'),
(76504, 237, 2397, 'Franklin', 'KS'),
(76505, 237, 2397, 'Fredonia', 'KS'),
(76506, 237, 2397, 'Frontenac', 'KS'),
(76507, 237, 2397, 'Fulton', 'KS'),
(76508, 237, 2397, 'Galena', 'KS'),
(76509, 237, 2397, 'Galesburg', 'KS'),
(76510, 237, 2397, 'Galva', 'KS'),
(76511, 237, 2397, 'Garden City', 'KS'),
(76512, 237, 2397, 'Garden Plain', 'KS'),
(76513, 237, 2397, 'Gardner', 'KS'),
(76514, 237, 2397, 'Garnett', 'KS'),
(76515, 237, 2397, 'Gas', 'KS'),
(76516, 237, 2397, 'Geneseo', 'KS'),
(76517, 237, 2397, 'Geuda Springs', 'KS'),
(76518, 237, 2397, 'Girard', 'KS'),
(76519, 237, 2397, 'Glade', 'KS'),
(76520, 237, 2397, 'Glasco', 'KS'),
(76521, 237, 2397, 'Goddard', 'KS'),
(76522, 237, 2397, 'Goessel', 'KS'),
(76523, 237, 2397, 'Goff', 'KS'),
(76524, 237, 2397, 'Goodland', 'KS'),
(76525, 237, 2397, 'Grantville', 'KS'),
(76526, 237, 2397, 'Great Bend', 'KS'),
(76527, 237, 2397, 'Greeley', 'KS'),
(76528, 237, 2397, 'Green', 'KS'),
(76529, 237, 2397, 'Greenleaf', 'KS'),
(76530, 237, 2397, 'Greensburg', 'KS'),
(76531, 237, 2397, 'Gypsum', 'KS'),
(76532, 237, 2397, 'Halstead', 'KS'),
(76533, 237, 2397, 'Hardtner', 'KS'),
(76534, 237, 2397, 'Harper', 'KS'),
(76535, 237, 2397, 'Hartford', 'KS'),
(76536, 237, 2397, 'Harveyville', 'KS'),
(76537, 237, 2397, 'Haven', 'KS'),
(76538, 237, 2397, 'Haviland', 'KS'),
(76539, 237, 2397, 'Hays', 'KS'),
(76540, 237, 2397, 'Haysville', 'KS'),
(76541, 237, 2397, 'Hazelton', 'KS'),
(76542, 237, 2397, 'Healy', 'KS'),
(76543, 237, 2397, 'Hepler', 'KS'),
(76544, 237, 2397, 'Herington', 'KS'),
(76545, 237, 2397, 'Herndon', 'KS'),
(76546, 237, 2397, 'Hesston', 'KS'),
(76547, 237, 2397, 'Hiawatha', 'KS'),
(76548, 237, 2397, 'Highland', 'KS'),
(76549, 237, 2397, 'Hill City', 'KS'),
(76550, 237, 2397, 'Hillsboro', 'KS'),
(76551, 237, 2397, 'Hoisington', 'KS'),
(76552, 237, 2397, 'Holcomb', 'KS'),
(76553, 237, 2397, 'Holton', 'KS'),
(76554, 237, 2397, 'Holyrood', 'KS'),
(76555, 237, 2397, 'Home', 'KS'),
(76556, 237, 2397, 'Hope', 'KS'),
(76557, 237, 2397, 'Horton', 'KS'),
(76558, 237, 2397, 'Howard', 'KS'),
(76559, 237, 2397, 'Hoxie', 'KS'),
(76560, 237, 2397, 'Hoyt', 'KS'),
(76561, 237, 2397, 'Hugoton', 'KS'),
(76562, 237, 2397, 'Humboldt', 'KS'),
(76563, 237, 2397, 'Hunter', 'KS'),
(76564, 237, 2397, 'Hutchinson', 'KS'),
(76565, 237, 2397, 'Independence', 'KS'),
(76566, 237, 2397, 'Ingalls', 'KS'),
(76567, 237, 2397, 'Inman', 'KS'),
(76568, 237, 2397, 'Iola', 'KS'),
(76569, 237, 2397, 'Isabel', 'KS'),
(76570, 237, 2397, 'Jamestown', 'KS'),
(76571, 237, 2397, 'Jennings', 'KS'),
(76572, 237, 2397, 'Jetmore', 'KS'),
(76573, 237, 2397, 'Jewell', 'KS'),
(76574, 237, 2397, 'Johnson', 'KS'),
(76575, 237, 2397, 'Junction City', 'KS'),
(76576, 237, 2397, 'Kanopolis', 'KS'),
(76577, 237, 2397, 'Kanorado', 'KS'),
(76578, 237, 2397, 'Kansas City', 'KS'),
(76579, 237, 2397, 'Kechi', 'KS'),
(76580, 237, 2397, 'Kensington', 'KS'),
(76581, 237, 2397, 'Kingman', 'KS'),
(76582, 237, 2397, 'Kiowa', 'KS'),
(76583, 237, 2397, 'Kirwin', 'KS'),
(76584, 237, 2397, 'La Crosse', 'KS'),
(76585, 237, 2397, 'La Cygne', 'KS'),
(76586, 237, 2397, 'La Harpe', 'KS'),
(76587, 237, 2397, 'Lake City', 'KS'),
(76588, 237, 2397, 'Lakin', 'KS'),
(76589, 237, 2397, 'Lancaster', 'KS'),
(76590, 237, 2397, 'Lane', 'KS'),
(76591, 237, 2397, 'Lansing', 'KS'),
(76592, 237, 2397, 'Larned', 'KS'),
(76593, 237, 2397, 'Latham', 'KS'),
(76594, 237, 2397, 'Lawrence', 'KS'),
(76595, 237, 2397, 'Leavenworth', 'KS'),
(76596, 237, 2397, 'Leawood', 'KS'),
(76597, 237, 2397, 'Lebo', 'KS'),
(76598, 237, 2397, 'Lecompton', 'KS'),
(76599, 237, 2397, 'Lenexa', 'KS'),
(76600, 237, 2397, 'Lenora', 'KS'),
(76601, 237, 2397, 'Leon', 'KS'),
(76602, 237, 2397, 'Leonardville', 'KS'),
(76603, 237, 2397, 'Leoti', 'KS'),
(76604, 237, 2397, 'LeRoy', 'KS'),
(76605, 237, 2397, 'Lewis', 'KS'),
(76606, 237, 2397, 'Liberal', 'KS'),
(76607, 237, 2397, 'Lincoln', 'KS'),
(76608, 237, 2397, 'Lincolnville', 'KS'),
(76609, 237, 2397, 'Lindsborg', 'KS'),
(76610, 237, 2397, 'Linn', 'KS'),
(76611, 237, 2397, 'Linwood', 'KS'),
(76612, 237, 2397, 'Little River', 'KS'),
(76613, 237, 2397, 'Logan', 'KS'),
(76614, 237, 2397, 'Long Island', 'KS'),
(76615, 237, 2397, 'Longford', 'KS'),
(76616, 237, 2397, 'Longton', 'KS'),
(76617, 237, 2397, 'Lost Springs', 'KS'),
(76618, 237, 2397, 'Louisburg', 'KS'),
(76619, 237, 2397, 'Lucas', 'KS'),
(76620, 237, 2397, 'Ludell', 'KS'),
(76621, 237, 2397, 'Lyndon', 'KS'),
(76622, 237, 2397, 'Lyons', 'KS'),
(76623, 237, 2397, 'Madison', 'KS'),
(76624, 237, 2397, 'Maize', 'KS'),
(76625, 237, 2397, 'Manhattan', 'KS'),
(76626, 237, 2397, 'Mankato', 'KS'),
(76627, 237, 2397, 'Maple Hill', 'KS'),
(76628, 237, 2397, 'Mapleton', 'KS'),
(76629, 237, 2397, 'Marienthal', 'KS'),
(76630, 237, 2397, 'Marion', 'KS'),
(76631, 237, 2397, 'Marquette', 'KS'),
(76632, 237, 2397, 'Marysville', 'KS'),
(76633, 237, 2397, 'Mayetta', 'KS'),
(76634, 237, 2397, 'Mayfield', 'KS'),
(76635, 237, 2397, 'McPherson', 'KS'),
(76636, 237, 2397, 'Meade', 'KS'),
(76637, 237, 2397, 'Medicine Lodge', 'KS'),
(76638, 237, 2397, 'Melvern', 'KS'),
(76639, 237, 2397, 'Meriden', 'KS'),
(76640, 237, 2397, 'Milford', 'KS'),
(76641, 237, 2397, 'Milton', 'KS'),
(76642, 237, 2397, 'Miltonvale', 'KS'),
(76643, 237, 2397, 'Minneapolis', 'KS'),
(76644, 237, 2397, 'Minneola', 'KS'),
(76645, 237, 2397, 'Mission', 'KS'),
(76646, 237, 2397, 'Moline', 'KS'),
(76647, 237, 2397, 'Montezuma', 'KS'),
(76648, 237, 2397, 'Morganville', 'KS'),
(76649, 237, 2397, 'Moscow', 'KS'),
(76650, 237, 2397, 'Mound City', 'KS'),
(76651, 237, 2397, 'Mound Valley', 'KS'),
(76652, 237, 2397, 'Moundridge', 'KS'),
(76653, 237, 2397, 'Mullinville', 'KS'),
(76654, 237, 2397, 'Mulvane', 'KS'),
(76655, 237, 2397, 'Nashville', 'KS'),
(76656, 237, 2397, 'Natoma', 'KS'),
(76657, 237, 2397, 'Neodesha', 'KS'),
(76658, 237, 2397, 'Neosho Rapids', 'KS'),
(76659, 237, 2397, 'Ness City', 'KS'),
(76660, 237, 2397, 'Netawaka', 'KS'),
(76661, 237, 2397, 'Newton', 'KS'),
(76662, 237, 2397, 'Nickerson', 'KS'),
(76663, 237, 2397, 'North Newton', 'KS'),
(76664, 237, 2397, 'Norton', 'KS'),
(76665, 237, 2397, 'Norwich', 'KS'),
(76666, 237, 2397, 'Oakley', 'KS'),
(76667, 237, 2397, 'Oberlin', 'KS'),
(76668, 237, 2397, 'Ogden', 'KS'),
(76669, 237, 2397, 'Oketo', 'KS'),
(76670, 237, 2397, 'Olathe', 'KS'),
(76671, 237, 2397, 'Olpe', 'KS'),
(76672, 237, 2397, 'Olsburg', 'KS'),
(76673, 237, 2397, 'Onaga', 'KS'),
(76674, 237, 2397, 'Osage City', 'KS'),
(76675, 237, 2397, 'Osawatomie', 'KS'),
(76676, 237, 2397, 'Osborne', 'KS'),
(76677, 237, 2397, 'Oskaloosa', 'KS'),
(76678, 237, 2397, 'Oswego', 'KS'),
(76679, 237, 2397, 'Ottawa', 'KS'),
(76680, 237, 2397, 'Overbrook', 'KS'),
(76681, 237, 2397, 'Overland Park', 'KS'),
(76682, 237, 2397, 'Oxford', 'KS'),
(76683, 237, 2397, 'Ozawkie', 'KS'),
(76684, 237, 2397, 'Palco', 'KS'),
(76685, 237, 2397, 'Paola', 'KS'),
(76686, 237, 2397, 'Parker', 'KS'),
(76687, 237, 2397, 'Parsons', 'KS'),
(76688, 237, 2397, 'Pawnee Rock', 'KS'),
(76689, 237, 2397, 'Paxico', 'KS'),
(76690, 237, 2397, 'Peabody', 'KS'),
(76691, 237, 2397, 'Peck', 'KS'),
(76692, 237, 2397, 'Penokee', 'KS'),
(76693, 237, 2397, 'Perry', 'KS'),
(76694, 237, 2397, 'Peru', 'KS'),
(76695, 237, 2397, 'Phillipsburg', 'KS'),
(76696, 237, 2397, 'Piedmont', 'KS'),
(76697, 237, 2397, 'Piqua', 'KS'),
(76698, 237, 2397, 'Pittsburg', 'KS'),
(76699, 237, 2397, 'Plains', 'KS'),
(76700, 237, 2397, 'Plainville', 'KS'),
(76701, 237, 2397, 'Pleasanton', 'KS'),
(76702, 237, 2397, 'Pomona', 'KS'),
(76703, 237, 2397, 'Portis', 'KS'),
(76704, 237, 2397, 'Potwin', 'KS'),
(76705, 237, 2397, 'Prairie Village', 'KS'),
(76706, 237, 2397, 'Pratt', 'KS'),
(76707, 237, 2397, 'Prescott', 'KS'),
(76708, 237, 2397, 'Princeton', 'KS'),
(76709, 237, 2397, 'Protection', 'KS'),
(76710, 237, 2397, 'Randolph', 'KS'),
(76711, 237, 2397, 'Ransom', 'KS'),
(76712, 237, 2397, 'Rantoul', 'KS'),
(76713, 237, 2397, 'Reading', 'KS'),
(76714, 237, 2397, 'Rexford', 'KS'),
(76715, 237, 2397, 'Richmond', 'KS'),
(76716, 237, 2397, 'Riley', 'KS'),
(76717, 237, 2397, 'Riverton', 'KS'),
(76718, 237, 2397, 'Robinson', 'KS'),
(76719, 237, 2397, 'Rock', 'KS'),
(76720, 237, 2397, 'Rosalia', 'KS'),
(76721, 237, 2397, 'Rose Hill', 'KS'),
(76722, 237, 2397, 'Rossville', 'KS'),
(76723, 237, 2397, 'Roxbury', 'KS'),
(76724, 237, 2397, 'Rush Center', 'KS'),
(76725, 237, 2397, 'Russell', 'KS'),
(76726, 237, 2397, 'Sabetha', 'KS'),
(76727, 237, 2397, 'Saint Francis', 'KS'),
(76728, 237, 2397, 'Saint George', 'KS'),
(76729, 237, 2397, 'Saint John', 'KS'),
(76730, 237, 2397, 'Saint Marys', 'KS'),
(76731, 237, 2397, 'Saint Paul', 'KS'),
(76732, 237, 2397, 'Salina', 'KS'),
(76733, 237, 2397, 'Satanta', 'KS'),
(76734, 237, 2397, 'Sawyer', 'KS');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(76735, 237, 2397, 'Scandia', 'KS'),
(76736, 237, 2397, 'Scott City', 'KS'),
(76737, 237, 2397, 'Scranton', 'KS'),
(76738, 237, 2397, 'Sedgwick', 'KS'),
(76739, 237, 2397, 'Seneca', 'KS'),
(76740, 237, 2397, 'Severy', 'KS'),
(76741, 237, 2397, 'Sharon', 'KS'),
(76742, 237, 2397, 'Sharon Springs', 'KS'),
(76743, 237, 2397, 'Shawnee', 'KS'),
(76744, 237, 2397, 'Silver Lake', 'KS'),
(76745, 237, 2397, 'Smith Center', 'KS'),
(76746, 237, 2397, 'Solomon', 'KS'),
(76747, 237, 2397, 'South Haven', 'KS'),
(76748, 237, 2397, 'South Hutchinson', 'KS'),
(76749, 237, 2397, 'Spearville', 'KS'),
(76750, 237, 2397, 'Spivey', 'KS'),
(76751, 237, 2397, 'Spring Hill', 'KS'),
(76752, 237, 2397, 'Stark', 'KS'),
(76753, 237, 2397, 'Sterling', 'KS'),
(76754, 237, 2397, 'Stilwell', 'KS'),
(76755, 237, 2397, 'Stockton', 'KS'),
(76756, 237, 2397, 'Sublette', 'KS'),
(76757, 237, 2397, 'Summerfield', 'KS'),
(76758, 237, 2397, 'Sylvan Grove', 'KS'),
(76759, 237, 2397, 'Syracuse', 'KS'),
(76760, 237, 2397, 'Tampa', 'KS'),
(76761, 237, 2397, 'Tecumseh', 'KS'),
(76762, 237, 2397, 'Tescott', 'KS'),
(76763, 237, 2397, 'Thayer', 'KS'),
(76764, 237, 2397, 'Tonganoxie', 'KS'),
(76765, 237, 2397, 'Topeka', 'KS'),
(76766, 237, 2397, 'Towanda', 'KS'),
(76767, 237, 2397, 'Tribune', 'KS'),
(76768, 237, 2397, 'Troy', 'KS'),
(76769, 237, 2397, 'Udall', 'KS'),
(76770, 237, 2397, 'Ulysses', 'KS'),
(76771, 237, 2397, 'Valley Center', 'KS'),
(76772, 237, 2397, 'Victoria', 'KS'),
(76773, 237, 2397, 'Viola', 'KS'),
(76774, 237, 2397, 'Wakarusa', 'KS'),
(76775, 237, 2397, 'Wakefield', 'KS'),
(76776, 237, 2397, 'Walker', 'KS'),
(76777, 237, 2397, 'Walnut', 'KS'),
(76778, 237, 2397, 'Wamego', 'KS'),
(76779, 237, 2397, 'Washington', 'KS'),
(76780, 237, 2397, 'Wathena', 'KS'),
(76781, 237, 2397, 'Waverly', 'KS'),
(76782, 237, 2397, 'Weir', 'KS'),
(76783, 237, 2397, 'Wellington', 'KS'),
(76784, 237, 2397, 'Wellsville', 'KS'),
(76785, 237, 2397, 'Weskan', 'KS'),
(76786, 237, 2397, 'West Mineral', 'KS'),
(76787, 237, 2397, 'Westmoreland', 'KS'),
(76788, 237, 2397, 'Wetmore', 'KS'),
(76789, 237, 2397, 'White City', 'KS'),
(76790, 237, 2397, 'Whitewater', 'KS'),
(76791, 237, 2397, 'Whiting', 'KS'),
(76792, 237, 2397, 'Wichita', 'KS'),
(76793, 237, 2397, 'Wilmore', 'KS'),
(76794, 237, 2397, 'Wilsey', 'KS'),
(76795, 237, 2397, 'Wilson', 'KS'),
(76796, 237, 2397, 'Windom', 'KS'),
(76797, 237, 2397, 'Winfield', 'KS'),
(76798, 237, 2397, 'Woodbine', 'KS'),
(76799, 237, 2397, 'Yates Center', 'KS'),
(76800, 237, 2397, 'Zenda', 'KS'),
(76801, 237, 2398, 'Access', 'KY'),
(76802, 237, 2398, 'Adairville', 'KY'),
(76803, 237, 2398, 'Adolphus', 'KY'),
(76804, 237, 2398, 'Albany', 'KY'),
(76805, 237, 2398, 'Alexandria', 'KY'),
(76806, 237, 2398, 'Allensville', 'KY'),
(76807, 237, 2398, 'Almo', 'KY'),
(76808, 237, 2398, 'Alpha', 'KY'),
(76809, 237, 2398, 'Alvaton', 'KY'),
(76810, 237, 2398, 'Annville', 'KY'),
(76811, 237, 2398, 'Argillite', 'KY'),
(76812, 237, 2398, 'Arlington', 'KY'),
(76813, 237, 2398, 'Ashcamp', 'KY'),
(76814, 237, 2398, 'Ashland', 'KY'),
(76815, 237, 2398, 'Auburn', 'KY'),
(76816, 237, 2398, 'Augusta', 'KY'),
(76817, 237, 2398, 'Austin', 'KY'),
(76818, 237, 2398, 'Bandana', 'KY'),
(76819, 237, 2398, 'Banner', 'KY'),
(76820, 237, 2398, 'Barbourville', 'KY'),
(76821, 237, 2398, 'Bardstown', 'KY'),
(76822, 237, 2398, 'Bardwell', 'KY'),
(76823, 237, 2398, 'Barlow', 'KY'),
(76824, 237, 2398, 'Baxter', 'KY'),
(76825, 237, 2398, 'Beattyville', 'KY'),
(76826, 237, 2398, 'Beaver Dam', 'KY'),
(76827, 237, 2398, 'Bedford', 'KY'),
(76828, 237, 2398, 'Beech Grove', 'KY'),
(76829, 237, 2398, 'Beechmont', 'KY'),
(76830, 237, 2398, 'Belfry', 'KY'),
(76831, 237, 2398, 'Bellevue', 'KY'),
(76832, 237, 2398, 'Belton', 'KY'),
(76833, 237, 2398, 'Benham', 'KY'),
(76834, 237, 2398, 'Benton', 'KY'),
(76835, 237, 2398, 'Berea', 'KY'),
(76836, 237, 2398, 'Berry', 'KY'),
(76837, 237, 2398, 'Bethlehem', 'KY'),
(76838, 237, 2398, 'Betsy Layne', 'KY'),
(76839, 237, 2398, 'Big Clifty', 'KY'),
(76840, 237, 2398, 'Big Creek', 'KY'),
(76841, 237, 2398, 'Big Laurel', 'KY'),
(76842, 237, 2398, 'Blackey', 'KY'),
(76843, 237, 2398, 'Blaine', 'KY'),
(76844, 237, 2398, 'Bledsoe', 'KY'),
(76845, 237, 2398, 'Bloomfield', 'KY'),
(76846, 237, 2398, 'Blue River', 'KY'),
(76847, 237, 2398, 'Boaz', 'KY'),
(76848, 237, 2398, 'Bonnieville', 'KY'),
(76849, 237, 2398, 'Bonnyman', 'KY'),
(76850, 237, 2398, 'Booneville', 'KY'),
(76851, 237, 2398, 'Bowling Green', 'KY'),
(76852, 237, 2398, 'Bradfordsville', 'KY'),
(76853, 237, 2398, 'Brandenburg', 'KY'),
(76854, 237, 2398, 'Breeding', 'KY'),
(76855, 237, 2398, 'Bremen', 'KY'),
(76856, 237, 2398, 'Brodhead', 'KY'),
(76857, 237, 2398, 'Bronston', 'KY'),
(76858, 237, 2398, 'Brooks', 'KY'),
(76859, 237, 2398, 'Brooksville', 'KY'),
(76860, 237, 2398, 'Brownsville', 'KY'),
(76861, 237, 2398, 'Buckner', 'KY'),
(76862, 237, 2398, 'Buffalo', 'KY'),
(76863, 237, 2398, 'Bulan', 'KY'),
(76864, 237, 2398, 'Burkesville', 'KY'),
(76865, 237, 2398, 'Burlington', 'KY'),
(76866, 237, 2398, 'Burnside', 'KY'),
(76867, 237, 2398, 'Busy', 'KY'),
(76868, 237, 2398, 'Butler', 'KY'),
(76869, 237, 2398, 'Cadiz', 'KY'),
(76870, 237, 2398, 'Calhoun', 'KY'),
(76871, 237, 2398, 'California', 'KY'),
(76872, 237, 2398, 'Calvert City', 'KY'),
(76873, 237, 2398, 'Campbellsville', 'KY'),
(76874, 237, 2398, 'Campton', 'KY'),
(76875, 237, 2398, 'Canada', 'KY'),
(76876, 237, 2398, 'Caneyville', 'KY'),
(76877, 237, 2398, 'Canmer', 'KY'),
(76878, 237, 2398, 'Cannon', 'KY'),
(76879, 237, 2398, 'Carlisle', 'KY'),
(76880, 237, 2398, 'Carrollton', 'KY'),
(76881, 237, 2398, 'Catlettsburg', 'KY'),
(76882, 237, 2398, 'Cave City', 'KY'),
(76883, 237, 2398, 'Cawood', 'KY'),
(76884, 237, 2398, 'Cecilia', 'KY'),
(76885, 237, 2398, 'Center', 'KY'),
(76886, 237, 2398, 'Centertown', 'KY'),
(76887, 237, 2398, 'Central City', 'KY'),
(76888, 237, 2398, 'Chavies', 'KY'),
(76889, 237, 2398, 'Clarkson', 'KY'),
(76890, 237, 2398, 'Clay', 'KY'),
(76891, 237, 2398, 'Clay City', 'KY'),
(76892, 237, 2398, 'Clayhole', 'KY'),
(76893, 237, 2398, 'Clearfield', 'KY'),
(76894, 237, 2398, 'Clinton', 'KY'),
(76895, 237, 2398, 'Coldiron', 'KY'),
(76896, 237, 2398, 'Columbia', 'KY'),
(76897, 237, 2398, 'Corbin', 'KY'),
(76898, 237, 2398, 'Corinth', 'KY'),
(76899, 237, 2398, 'Cornettsville', 'KY'),
(76900, 237, 2398, 'Corydon', 'KY'),
(76901, 237, 2398, 'Covington', 'KY'),
(76902, 237, 2398, 'Coxs Creek', 'KY'),
(76903, 237, 2398, 'Crab Orchard', 'KY'),
(76904, 237, 2398, 'Crestwood', 'KY'),
(76905, 237, 2398, 'Crittenden', 'KY'),
(76906, 237, 2398, 'Crofton', 'KY'),
(76907, 237, 2398, 'Cub Run', 'KY'),
(76908, 237, 2398, 'Cumberland', 'KY'),
(76909, 237, 2398, 'Cunningham', 'KY'),
(76910, 237, 2398, 'Custer', 'KY'),
(76911, 237, 2398, 'Cynthiana', 'KY'),
(76912, 237, 2398, 'Danville', 'KY'),
(76913, 237, 2398, 'David', 'KY'),
(76914, 237, 2398, 'Dawson Springs', 'KY'),
(76915, 237, 2398, 'Dayton', 'KY'),
(76916, 237, 2398, 'Debord', 'KY'),
(76917, 237, 2398, 'Dema', 'KY'),
(76918, 237, 2398, 'Denniston', 'KY'),
(76919, 237, 2398, 'Dexter', 'KY'),
(76920, 237, 2398, 'Dixon', 'KY'),
(76921, 237, 2398, 'Drakesboro', 'KY'),
(76922, 237, 2398, 'Dry Ridge', 'KY'),
(76923, 237, 2398, 'Dundee', 'KY'),
(76924, 237, 2398, 'Dunmor', 'KY'),
(76925, 237, 2398, 'Dunnville', 'KY'),
(76926, 237, 2398, 'Dwarf', 'KY'),
(76927, 237, 2398, 'East Bernstadt', 'KY'),
(76928, 237, 2398, 'East Point', 'KY'),
(76929, 237, 2398, 'Eastview', 'KY'),
(76930, 237, 2398, 'Eddyville', 'KY'),
(76931, 237, 2398, 'Edmonton', 'KY'),
(76932, 237, 2398, 'Ekron', 'KY'),
(76933, 237, 2398, 'Elizabethtown', 'KY'),
(76934, 237, 2398, 'Elk Horn', 'KY'),
(76935, 237, 2398, 'Elkhorn City', 'KY'),
(76936, 237, 2398, 'Elkton', 'KY'),
(76937, 237, 2398, 'Elliottville', 'KY'),
(76938, 237, 2398, 'Eminence', 'KY'),
(76939, 237, 2398, 'Erlanger', 'KY'),
(76940, 237, 2398, 'Essie', 'KY'),
(76941, 237, 2398, 'Eubank', 'KY'),
(76942, 237, 2398, 'Evarts', 'KY'),
(76943, 237, 2398, 'Ewing', 'KY'),
(76944, 237, 2398, 'Ezel', 'KY'),
(76945, 237, 2398, 'Fairdale', 'KY'),
(76946, 237, 2398, 'Fall Rock', 'KY'),
(76947, 237, 2398, 'Falls of Rough', 'KY'),
(76948, 237, 2398, 'Falmouth', 'KY'),
(76949, 237, 2398, 'Fancy Farm', 'KY'),
(76950, 237, 2398, 'Farmington', 'KY'),
(76951, 237, 2398, 'Fedscreek', 'KY'),
(76952, 237, 2398, 'Finchville', 'KY'),
(76953, 237, 2398, 'Fisherville', 'KY'),
(76954, 237, 2398, 'Fisty', 'KY'),
(76955, 237, 2398, 'Flat Lick', 'KY'),
(76956, 237, 2398, 'Flatgap', 'KY'),
(76957, 237, 2398, 'Flatwoods', 'KY'),
(76958, 237, 2398, 'Flemingsburg', 'KY'),
(76959, 237, 2398, 'Florence', 'KY'),
(76960, 237, 2398, 'Fordsville', 'KY'),
(76961, 237, 2398, 'Forest Hills', 'KY'),
(76962, 237, 2398, 'Fort Campbell North', 'KY'),
(76963, 237, 2398, 'Fort Knox', 'KY'),
(76964, 237, 2398, 'Fort Mitchell', 'KY'),
(76965, 237, 2398, 'Fort Thomas', 'KY'),
(76966, 237, 2398, 'Foster', 'KY'),
(76967, 237, 2398, 'Frankfort', 'KY'),
(76968, 237, 2398, 'Franklin', 'KY'),
(76969, 237, 2398, 'Fredonia', 'KY'),
(76970, 237, 2398, 'Freeburn', 'KY'),
(76971, 237, 2398, 'Frenchburg', 'KY'),
(76972, 237, 2398, 'Fulton', 'KY'),
(76973, 237, 2398, 'Gamaliel', 'KY'),
(76974, 237, 2398, 'Garfield', 'KY'),
(76975, 237, 2398, 'Garner', 'KY'),
(76976, 237, 2398, 'Garrard', 'KY'),
(76977, 237, 2398, 'Garrison', 'KY'),
(76978, 237, 2398, 'Georgetown', 'KY'),
(76979, 237, 2398, 'Ghent', 'KY'),
(76980, 237, 2398, 'Gilbertsville', 'KY'),
(76981, 237, 2398, 'Girdler', 'KY'),
(76982, 237, 2398, 'Glasgow', 'KY'),
(76983, 237, 2398, 'Glencoe', 'KY'),
(76984, 237, 2398, 'Glendale', 'KY'),
(76985, 237, 2398, 'Glens Fork', 'KY'),
(76986, 237, 2398, 'Goose Rock', 'KY'),
(76987, 237, 2398, 'Goshen', 'KY'),
(76988, 237, 2398, 'Gracey', 'KY'),
(76989, 237, 2398, 'Graham', 'KY'),
(76990, 237, 2398, 'Grand Rivers', 'KY'),
(76991, 237, 2398, 'Gravel Switch', 'KY'),
(76992, 237, 2398, 'Gray', 'KY'),
(76993, 237, 2398, 'Grayson', 'KY'),
(76994, 237, 2398, 'Greensburg', 'KY'),
(76995, 237, 2398, 'Greenup', 'KY'),
(76996, 237, 2398, 'Greenville', 'KY'),
(76997, 237, 2398, 'Gunlock', 'KY'),
(76998, 237, 2398, 'Guthrie', 'KY'),
(76999, 237, 2398, 'Hagerhill', 'KY'),
(77000, 237, 2398, 'Hallie', 'KY'),
(77001, 237, 2398, 'Hanson', 'KY'),
(77002, 237, 2398, 'Happy', 'KY'),
(77003, 237, 2398, 'Hardin', 'KY'),
(77004, 237, 2398, 'Hardinsburg', 'KY'),
(77005, 237, 2398, 'Hardy', 'KY'),
(77006, 237, 2398, 'Hardyville', 'KY'),
(77007, 237, 2398, 'Harlan', 'KY'),
(77008, 237, 2398, 'Harold', 'KY'),
(77009, 237, 2398, 'Harrodsburg', 'KY'),
(77010, 237, 2398, 'Hartford', 'KY'),
(77011, 237, 2398, 'Hawesville', 'KY'),
(77012, 237, 2398, 'Hazard', 'KY'),
(77013, 237, 2398, 'Hazel', 'KY'),
(77014, 237, 2398, 'Hazel Green', 'KY'),
(77015, 237, 2398, 'Hebron', 'KY'),
(77016, 237, 2398, 'Heidrick', 'KY'),
(77017, 237, 2398, 'Helton', 'KY'),
(77018, 237, 2398, 'Henderson', 'KY'),
(77019, 237, 2398, 'Herndon', 'KY'),
(77020, 237, 2398, 'Hi Hat', 'KY'),
(77021, 237, 2398, 'Hickman', 'KY'),
(77022, 237, 2398, 'Hickory', 'KY'),
(77023, 237, 2398, 'Hillsboro', 'KY'),
(77024, 237, 2398, 'Hindman', 'KY'),
(77025, 237, 2398, 'Hinkle', 'KY'),
(77026, 237, 2398, 'Hodgenville', 'KY'),
(77027, 237, 2398, 'Holland', 'KY'),
(77028, 237, 2398, 'Hopkinsville', 'KY'),
(77029, 237, 2398, 'Horse Cave', 'KY'),
(77030, 237, 2398, 'Huddy', 'KY'),
(77031, 237, 2398, 'Hudson', 'KY'),
(77032, 237, 2398, 'Hustonville', 'KY'),
(77033, 237, 2398, 'Hyden', 'KY'),
(77034, 237, 2398, 'Independence', 'KY'),
(77035, 237, 2398, 'Inez', 'KY'),
(77036, 237, 2398, 'Irvine', 'KY'),
(77037, 237, 2398, 'Irvington', 'KY'),
(77038, 237, 2398, 'Island', 'KY'),
(77039, 237, 2398, 'Isom', 'KY'),
(77040, 237, 2398, 'Ivel', 'KY'),
(77041, 237, 2398, 'Jackson', 'KY'),
(77042, 237, 2398, 'Jamestown', 'KY'),
(77043, 237, 2398, 'Jeff', 'KY'),
(77044, 237, 2398, 'Jeffersonville', 'KY'),
(77045, 237, 2398, 'Jenkins', 'KY'),
(77046, 237, 2398, 'Jeremiah', 'KY'),
(77047, 237, 2398, 'Jetson', 'KY'),
(77048, 237, 2398, 'Junction City', 'KY'),
(77049, 237, 2398, 'Keavy', 'KY'),
(77050, 237, 2398, 'Kettle Island', 'KY'),
(77051, 237, 2398, 'Kevil', 'KY'),
(77052, 237, 2398, 'Kimper', 'KY'),
(77053, 237, 2398, 'Kings Mountain', 'KY'),
(77054, 237, 2398, 'Kirksey', 'KY'),
(77055, 237, 2398, 'Kite', 'KY'),
(77056, 237, 2398, 'Knob Lick', 'KY'),
(77057, 237, 2398, 'Kuttawa', 'KY'),
(77058, 237, 2398, 'La Center', 'KY'),
(77059, 237, 2398, 'La Grange', 'KY'),
(77060, 237, 2398, 'Lancaster', 'KY'),
(77061, 237, 2398, 'Langley', 'KY'),
(77062, 237, 2398, 'Latonia', 'KY'),
(77063, 237, 2398, 'Lawrenceburg', 'KY'),
(77064, 237, 2398, 'Lebanon', 'KY'),
(77065, 237, 2398, 'Lebanon Junction', 'KY'),
(77066, 237, 2398, 'Leburn', 'KY'),
(77067, 237, 2398, 'Ledbetter', 'KY'),
(77068, 237, 2398, 'Leitchfield', 'KY'),
(77069, 237, 2398, 'Lewisburg', 'KY'),
(77070, 237, 2398, 'Lewisport', 'KY'),
(77071, 237, 2398, 'Lexington', 'KY'),
(77072, 237, 2398, 'Liberty', 'KY'),
(77073, 237, 2398, 'Lily', 'KY'),
(77074, 237, 2398, 'Livermore', 'KY'),
(77075, 237, 2398, 'Livingston', 'KY'),
(77076, 237, 2398, 'London', 'KY'),
(77077, 237, 2398, 'Loretto', 'KY'),
(77078, 237, 2398, 'Lost Creek', 'KY'),
(77079, 237, 2398, 'Louisa', 'KY'),
(77080, 237, 2398, 'Louisville', 'KY'),
(77081, 237, 2398, 'Lovely', 'KY'),
(77082, 237, 2398, 'Loyall', 'KY'),
(77083, 237, 2398, 'Lynch', 'KY'),
(77084, 237, 2398, 'Maceo', 'KY'),
(77085, 237, 2398, 'Madisonville', 'KY'),
(77086, 237, 2398, 'Magnolia', 'KY'),
(77087, 237, 2398, 'Majestic', 'KY'),
(77088, 237, 2398, 'Mammoth Cave', 'KY'),
(77089, 237, 2398, 'Manchester', 'KY'),
(77090, 237, 2398, 'Manitou', 'KY'),
(77091, 237, 2398, 'Marion', 'KY'),
(77092, 237, 2398, 'Marrowbone', 'KY'),
(77093, 237, 2398, 'Martha', 'KY'),
(77094, 237, 2398, 'Martin', 'KY'),
(77095, 237, 2398, 'Mary Alice', 'KY'),
(77096, 237, 2398, 'Mayfield', 'KY'),
(77097, 237, 2398, 'Mayking', 'KY'),
(77098, 237, 2398, 'Mays Lick', 'KY'),
(77099, 237, 2398, 'Maysville', 'KY'),
(77100, 237, 2398, 'McCarr', 'KY'),
(77101, 237, 2398, 'McDaniels', 'KY'),
(77102, 237, 2398, 'McKee', 'KY'),
(77103, 237, 2398, 'Meally', 'KY'),
(77104, 237, 2398, 'Means', 'KY'),
(77105, 237, 2398, 'Melber', 'KY'),
(77106, 237, 2398, 'Melbourne', 'KY'),
(77107, 237, 2398, 'Melvin', 'KY'),
(77108, 237, 2398, 'Middlesboro', 'KY'),
(77109, 237, 2398, 'Midway', 'KY'),
(77110, 237, 2398, 'Milton', 'KY'),
(77111, 237, 2398, 'Minnie', 'KY'),
(77112, 237, 2398, 'Miracle', 'KY'),
(77113, 237, 2398, 'Mize', 'KY'),
(77114, 237, 2398, 'Monticello', 'KY'),
(77115, 237, 2398, 'Morehead', 'KY'),
(77116, 237, 2398, 'Morganfield', 'KY'),
(77117, 237, 2398, 'Morgantown', 'KY'),
(77118, 237, 2398, 'Morning View', 'KY'),
(77119, 237, 2398, 'Mount Eden', 'KY'),
(77120, 237, 2398, 'Mount Hermon', 'KY'),
(77121, 237, 2398, 'Mount Olivet', 'KY'),
(77122, 237, 2398, 'Mount Sterling', 'KY'),
(77123, 237, 2398, 'Mount Vernon', 'KY'),
(77124, 237, 2398, 'Mount Washington', 'KY'),
(77125, 237, 2398, 'Mouthcard', 'KY'),
(77126, 237, 2398, 'Mozelle', 'KY'),
(77127, 237, 2398, 'Muldraugh', 'KY'),
(77128, 237, 2398, 'Munfordville', 'KY'),
(77129, 237, 2398, 'Murray', 'KY'),
(77130, 237, 2398, 'Nancy', 'KY'),
(77131, 237, 2398, 'Neon', 'KY'),
(77132, 237, 2398, 'Nerinx', 'KY'),
(77133, 237, 2398, 'New Allen', 'KY'),
(77134, 237, 2398, 'New Castle', 'KY'),
(77135, 237, 2398, 'New Concord', 'KY'),
(77136, 237, 2398, 'New Haven', 'KY'),
(77137, 237, 2398, 'New Hope', 'KY'),
(77138, 237, 2398, 'New Liberty', 'KY'),
(77139, 237, 2398, 'Newport', 'KY'),
(77140, 237, 2398, 'Nicholasville', 'KY'),
(77141, 237, 2398, 'North Middletown', 'KY'),
(77142, 237, 2398, 'Nortonville', 'KY'),
(77143, 237, 2398, 'Oak Grove', 'KY'),
(77144, 237, 2398, 'Oakland', 'KY'),
(77145, 237, 2398, 'Olive Hill', 'KY'),
(77146, 237, 2398, 'Olmstead', 'KY'),
(77147, 237, 2398, 'Oneida', 'KY'),
(77148, 237, 2398, 'Orlando', 'KY'),
(77149, 237, 2398, 'Owensboro', 'KY'),
(77150, 237, 2398, 'Owenton', 'KY'),
(77151, 237, 2398, 'Owingsville', 'KY'),
(77152, 237, 2398, 'Paducah', 'KY'),
(77153, 237, 2398, 'Paint Lick', 'KY'),
(77154, 237, 2398, 'Paintsville', 'KY'),
(77155, 237, 2398, 'Paris', 'KY'),
(77156, 237, 2398, 'Park City', 'KY'),
(77157, 237, 2398, 'Parkers Lake', 'KY'),
(77158, 237, 2398, 'Payneville', 'KY'),
(77159, 237, 2398, 'Pembroke', 'KY'),
(77160, 237, 2398, 'Petersburg', 'KY'),
(77161, 237, 2398, 'Pewee Valley', 'KY'),
(77162, 237, 2398, 'Phelps', 'KY'),
(77163, 237, 2398, 'Philpot', 'KY'),
(77164, 237, 2398, 'Pikeville', 'KY'),
(77165, 237, 2398, 'Pine Knot', 'KY'),
(77166, 237, 2398, 'Pine Top', 'KY'),
(77167, 237, 2398, 'Pineville', 'KY'),
(77168, 237, 2398, 'Pinsonfork', 'KY'),
(77169, 237, 2398, 'Pippa Passes', 'KY'),
(77170, 237, 2398, 'Pleasureville', 'KY'),
(77171, 237, 2398, 'Powderly', 'KY'),
(77172, 237, 2398, 'Prestonsburg', 'KY'),
(77173, 237, 2398, 'Princeton', 'KY'),
(77174, 237, 2398, 'Printer', 'KY'),
(77175, 237, 2398, 'Prospect', 'KY'),
(77176, 237, 2398, 'Providence', 'KY'),
(77177, 237, 2398, 'Quincy', 'KY'),
(77178, 237, 2398, 'Raccoon', 'KY'),
(77179, 237, 2398, 'Radcliff', 'KY'),
(77180, 237, 2398, 'Ransom', 'KY'),
(77181, 237, 2398, 'Ravenna', 'KY'),
(77182, 237, 2398, 'Raywick', 'KY'),
(77183, 237, 2398, 'Richmond', 'KY'),
(77184, 237, 2398, 'Rineyville', 'KY'),
(77185, 237, 2398, 'Robards', 'KY'),
(77186, 237, 2398, 'Robinson Creek', 'KY'),
(77187, 237, 2398, 'Rochester', 'KY'),
(77188, 237, 2398, 'Rockfield', 'KY'),
(77189, 237, 2398, 'Rockholds', 'KY'),
(77190, 237, 2398, 'Roseville', 'KY'),
(77191, 237, 2398, 'Rosine', 'KY'),
(77192, 237, 2398, 'Royalton', 'KY'),
(77193, 237, 2398, 'Rumsey', 'KY'),
(77194, 237, 2398, 'Rush', 'KY'),
(77195, 237, 2398, 'Russell', 'KY'),
(77196, 237, 2398, 'Russell Springs', 'KY'),
(77197, 237, 2398, 'Russellville', 'KY'),
(77198, 237, 2398, 'Sadieville', 'KY'),
(77199, 237, 2398, 'Saint Catharine', 'KY'),
(77200, 237, 2398, 'Salem', 'KY'),
(77201, 237, 2398, 'Salt Lick', 'KY'),
(77202, 237, 2398, 'Salvisa', 'KY'),
(77203, 237, 2398, 'Salyersville', 'KY'),
(77204, 237, 2398, 'Sanders', 'KY'),
(77205, 237, 2398, 'Sandy Hook', 'KY'),
(77206, 237, 2398, 'Scalf', 'KY'),
(77207, 237, 2398, 'Science Hill', 'KY'),
(77208, 237, 2398, 'Scottsville', 'KY'),
(77209, 237, 2398, 'Sebree', 'KY'),
(77210, 237, 2398, 'Sedalia', 'KY'),
(77211, 237, 2398, 'Sharon Grove', 'KY'),
(77212, 237, 2398, 'Sharpsburg', 'KY'),
(77213, 237, 2398, 'Shelbiana', 'KY'),
(77214, 237, 2398, 'Shelbyville', 'KY'),
(77215, 237, 2398, 'Shepherdsville', 'KY'),
(77216, 237, 2398, 'Sidney', 'KY'),
(77217, 237, 2398, 'Siler', 'KY'),
(77218, 237, 2398, 'Simpsonville', 'KY'),
(77219, 237, 2398, 'Sitka', 'KY'),
(77220, 237, 2398, 'Slaughters', 'KY'),
(77221, 237, 2398, 'Smilax', 'KY'),
(77222, 237, 2398, 'Smithfield', 'KY'),
(77223, 237, 2398, 'Smithland', 'KY'),
(77224, 237, 2398, 'Smiths Grove', 'KY'),
(77225, 237, 2398, 'Somerset', 'KY'),
(77226, 237, 2398, 'Sonora', 'KY'),
(77227, 237, 2398, 'South Portsmouth', 'KY'),
(77228, 237, 2398, 'South Shore', 'KY'),
(77229, 237, 2398, 'South Williamson', 'KY'),
(77230, 237, 2398, 'Sparta', 'KY'),
(77231, 237, 2398, 'Springfield', 'KY'),
(77232, 237, 2398, 'Staffordsville', 'KY'),
(77233, 237, 2398, 'Stamping Ground', 'KY'),
(77234, 237, 2398, 'Stanford', 'KY'),
(77235, 237, 2398, 'Stanton', 'KY'),
(77236, 237, 2398, 'Stanville', 'KY'),
(77237, 237, 2398, 'Stearns', 'KY'),
(77238, 237, 2398, 'Stinnett', 'KY'),
(77239, 237, 2398, 'Stone', 'KY'),
(77240, 237, 2398, 'Strunk', 'KY'),
(77241, 237, 2398, 'Sturgis', 'KY'),
(77242, 237, 2398, 'Sulphur', 'KY'),
(77243, 237, 2398, 'Summer Shade', 'KY'),
(77244, 237, 2398, 'Summersville', 'KY'),
(77245, 237, 2398, 'Sweeden', 'KY'),
(77246, 237, 2398, 'Symsonia', 'KY'),
(77247, 237, 2398, 'Taylorsville', 'KY'),
(77248, 237, 2398, 'Thornton', 'KY'),
(77249, 237, 2398, 'Thousandsticks', 'KY'),
(77250, 237, 2398, 'Tollesboro', 'KY'),
(77251, 237, 2398, 'Tompkinsville', 'KY'),
(77252, 237, 2398, 'Totz', 'KY'),
(77253, 237, 2398, 'Tram', 'KY'),
(77254, 237, 2398, 'Turners Station', 'KY'),
(77255, 237, 2398, 'Tutor Key', 'KY'),
(77256, 237, 2398, 'Tyner', 'KY'),
(77257, 237, 2398, 'Ulysses', 'KY'),
(77258, 237, 2398, 'Union', 'KY'),
(77259, 237, 2398, 'Upton', 'KY'),
(77260, 237, 2398, 'Utica', 'KY'),
(77261, 237, 2398, 'Van Lear', 'KY'),
(77262, 237, 2398, 'Vanceburg', 'KY'),
(77263, 237, 2398, 'Varney', 'KY'),
(77264, 237, 2398, 'Verona', 'KY'),
(77265, 237, 2398, 'Versailles', 'KY'),
(77266, 237, 2398, 'Vicco', 'KY'),
(77267, 237, 2398, 'Vine Grove', 'KY'),
(77268, 237, 2398, 'Viper', 'KY'),
(77269, 237, 2398, 'Virgie', 'KY'),
(77270, 237, 2398, 'Waco', 'KY'),
(77271, 237, 2398, 'Waddy', 'KY'),
(77272, 237, 2398, 'Walker', 'KY'),
(77273, 237, 2398, 'Wallingford', 'KY'),
(77274, 237, 2398, 'Wallins Creek', 'KY'),
(77275, 237, 2398, 'Walton', 'KY'),
(77276, 237, 2398, 'Warfield', 'KY'),
(77277, 237, 2398, 'Warsaw', 'KY'),
(77278, 237, 2398, 'Water Valley', 'KY'),
(77279, 237, 2398, 'Waverly', 'KY'),
(77280, 237, 2398, 'Wayland', 'KY'),
(77281, 237, 2398, 'Waynesburg', 'KY'),
(77282, 237, 2398, 'Weeksbury', 'KY'),
(77283, 237, 2398, 'West Liberty', 'KY'),
(77284, 237, 2398, 'West Paducah', 'KY'),
(77285, 237, 2398, 'West Van Lear', 'KY'),
(77286, 237, 2398, 'Wheelwright', 'KY'),
(77287, 237, 2398, 'Wheelwright Junction', 'KY'),
(77288, 237, 2398, 'White Mills', 'KY'),
(77289, 237, 2398, 'White Plains', 'KY'),
(77290, 237, 2398, 'Whitesburg', 'KY'),
(77291, 237, 2398, 'Whitley City', 'KY'),
(77292, 237, 2398, 'Wickliffe', 'KY'),
(77293, 237, 2398, 'Williamsburg', 'KY'),
(77294, 237, 2398, 'Williamsport', 'KY'),
(77295, 237, 2398, 'Williamstown', 'KY'),
(77296, 237, 2398, 'Willisburg', 'KY'),
(77297, 237, 2398, 'Wilmore', 'KY'),
(77298, 237, 2398, 'Winchester', 'KY'),
(77299, 237, 2398, 'Wingo', 'KY'),
(77300, 237, 2398, 'Wittensville', 'KY'),
(77301, 237, 2398, 'Wooton', 'KY'),
(77302, 237, 2398, 'Worthington', 'KY'),
(77303, 237, 2398, 'Yeaddiss', 'KY'),
(77304, 237, 2398, 'Yosemite', 'KY'),
(77305, 237, 2399, 'Abbeville', 'LA'),
(77306, 237, 2399, 'Abita Springs', 'LA'),
(77307, 237, 2399, 'Addis', 'LA'),
(77308, 237, 2399, 'Albany', 'LA'),
(77309, 237, 2399, 'Alexandria', 'LA'),
(77310, 237, 2399, 'Amite', 'LA'),
(77311, 237, 2399, 'Angie', 'LA'),
(77312, 237, 2399, 'Angola', 'LA'),
(77313, 237, 2399, 'Arabi', 'LA'),
(77314, 237, 2399, 'Arcadia', 'LA'),
(77315, 237, 2399, 'Arnaudville', 'LA'),
(77316, 237, 2399, 'Athens', 'LA'),
(77317, 237, 2399, 'Atlanta', 'LA'),
(77318, 237, 2399, 'Avery Island', 'LA'),
(77319, 237, 2399, 'Baker', 'LA'),
(77320, 237, 2399, 'Baldwin', 'LA'),
(77321, 237, 2399, 'Ball', 'LA'),
(77322, 237, 2399, 'Barataria', 'LA'),
(77323, 237, 2399, 'Bastrop', 'LA'),
(77324, 237, 2399, 'Batchelor', 'LA'),
(77325, 237, 2399, 'Baton Rouge', 'LA'),
(77326, 237, 2399, 'Bell City', 'LA'),
(77327, 237, 2399, 'Belle Chasse', 'LA'),
(77328, 237, 2399, 'Belle Rose', 'LA'),
(77329, 237, 2399, 'Bentley', 'LA'),
(77330, 237, 2399, 'Benton', 'LA'),
(77331, 237, 2399, 'Bernice', 'LA'),
(77332, 237, 2399, 'Berwick', 'LA'),
(77333, 237, 2399, 'Bethany', 'LA'),
(77334, 237, 2399, 'Bogalusa', 'LA'),
(77335, 237, 2399, 'Bossier City', 'LA'),
(77336, 237, 2399, 'Bourg', 'LA'),
(77337, 237, 2399, 'Boutte', 'LA'),
(77338, 237, 2399, 'Boyce', 'LA'),
(77339, 237, 2399, 'Branch', 'LA'),
(77340, 237, 2399, 'Breaux Bridge', 'LA'),
(77341, 237, 2399, 'Broussard', 'LA'),
(77342, 237, 2399, 'Brusly', 'LA'),
(77343, 237, 2399, 'Bunkie', 'LA'),
(77344, 237, 2399, 'Buras', 'LA'),
(77345, 237, 2399, 'Bush', 'LA'),
(77346, 237, 2399, 'Calhoun', 'LA'),
(77347, 237, 2399, 'Cameron', 'LA'),
(77348, 237, 2399, 'Campti', 'LA'),
(77349, 237, 2399, 'Carencro', 'LA'),
(77350, 237, 2399, 'Castor', 'LA'),
(77351, 237, 2399, 'Cecilia', 'LA'),
(77352, 237, 2399, 'Center Point', 'LA'),
(77353, 237, 2399, 'Centerville', 'LA'),
(77354, 237, 2399, 'Chalmette', 'LA'),
(77355, 237, 2399, 'Charenton', 'LA'),
(77356, 237, 2399, 'Chatham', 'LA'),
(77357, 237, 2399, 'Chauvin', 'LA'),
(77358, 237, 2399, 'Choudrant', 'LA'),
(77359, 237, 2399, 'Church Point', 'LA'),
(77360, 237, 2399, 'Clarks', 'LA'),
(77361, 237, 2399, 'Clinton', 'LA'),
(77362, 237, 2399, 'Cloutierville', 'LA'),
(77363, 237, 2399, 'Colfax', 'LA'),
(77364, 237, 2399, 'Collinston', 'LA'),
(77365, 237, 2399, 'Columbia', 'LA'),
(77366, 237, 2399, 'Convent', 'LA'),
(77367, 237, 2399, 'Converse', 'LA'),
(77368, 237, 2399, 'Cotton Valley', 'LA'),
(77369, 237, 2399, 'Cottonport', 'LA'),
(77370, 237, 2399, 'Coushatta', 'LA'),
(77371, 237, 2399, 'Covington', 'LA'),
(77372, 237, 2399, 'Creole', 'LA'),
(77373, 237, 2399, 'Crowley', 'LA'),
(77374, 237, 2399, 'Cut Off', 'LA'),
(77375, 237, 2399, 'Darrow', 'LA'),
(77376, 237, 2399, 'Delcambre', 'LA'),
(77377, 237, 2399, 'Delhi', 'LA'),
(77378, 237, 2399, 'Delta', 'LA'),
(77379, 237, 2399, 'Denham Springs', 'LA'),
(77380, 237, 2399, 'DeQuincy', 'LA'),
(77381, 237, 2399, 'DeRidder', 'LA'),
(77382, 237, 2399, 'Des Allemands', 'LA'),
(77383, 237, 2399, 'Destrehan', 'LA'),
(77384, 237, 2399, 'Deville', 'LA'),
(77385, 237, 2399, 'Donaldsonville', 'LA'),
(77386, 237, 2399, 'Donner', 'LA'),
(77387, 237, 2399, 'Downsville', 'LA'),
(77388, 237, 2399, 'Doyline', 'LA'),
(77389, 237, 2399, 'Dry Creek', 'LA'),
(77390, 237, 2399, 'Dry Prong', 'LA'),
(77391, 237, 2399, 'Dubach', 'LA'),
(77392, 237, 2399, 'Dubberly', 'LA'),
(77393, 237, 2399, 'Dulac', 'LA'),
(77394, 237, 2399, 'Duson', 'LA'),
(77395, 237, 2399, 'Effie', 'LA'),
(77396, 237, 2399, 'Egan', 'LA'),
(77397, 237, 2399, 'Elizabeth', 'LA'),
(77398, 237, 2399, 'Elm Grove', 'LA'),
(77399, 237, 2399, 'Elmer', 'LA'),
(77400, 237, 2399, 'Elton', 'LA'),
(77401, 237, 2399, 'Empire', 'LA'),
(77402, 237, 2399, 'Erath', 'LA'),
(77403, 237, 2399, 'Eros', 'LA'),
(77404, 237, 2399, 'Ethel', 'LA'),
(77405, 237, 2399, 'Eunice', 'LA'),
(77406, 237, 2399, 'Evangeline', 'LA'),
(77407, 237, 2399, 'Fairbanks', 'LA'),
(77408, 237, 2399, 'Farmerville', 'LA'),
(77409, 237, 2399, 'Fenton', 'LA'),
(77410, 237, 2399, 'Ferriday', 'LA'),
(77411, 237, 2399, 'Florien', 'LA'),
(77412, 237, 2399, 'Folsom', 'LA'),
(77413, 237, 2399, 'Fordoche', 'LA'),
(77414, 237, 2399, 'Forest Hill', 'LA'),
(77415, 237, 2399, 'Fort Polk', 'LA'),
(77416, 237, 2399, 'Franklin', 'LA'),
(77417, 237, 2399, 'Franklinton', 'LA'),
(77418, 237, 2399, 'French Settlement', 'LA'),
(77419, 237, 2399, 'Frierson', 'LA'),
(77420, 237, 2399, 'Galliano', 'LA'),
(77421, 237, 2399, 'Garyville', 'LA'),
(77422, 237, 2399, 'Geismar', 'LA'),
(77423, 237, 2399, 'Georgetown', 'LA'),
(77424, 237, 2399, 'Gibsland', 'LA'),
(77425, 237, 2399, 'Gibson', 'LA'),
(77426, 237, 2399, 'Glenmora', 'LA'),
(77427, 237, 2399, 'Glynn', 'LA'),
(77428, 237, 2399, 'Golden Meadow', 'LA'),
(77429, 237, 2399, 'Goldonna', 'LA'),
(77430, 237, 2399, 'Gonzales', 'LA'),
(77431, 237, 2399, 'Grambling', 'LA'),
(77432, 237, 2399, 'Gramercy', 'LA'),
(77433, 237, 2399, 'Grand Cane', 'LA'),
(77434, 237, 2399, 'Grand Lake', 'LA'),
(77435, 237, 2399, 'Gray', 'LA'),
(77436, 237, 2399, 'Grayson', 'LA'),
(77437, 237, 2399, 'Greensburg', 'LA'),
(77438, 237, 2399, 'Greenwell Springs', 'LA'),
(77439, 237, 2399, 'Greenwood', 'LA'),
(77440, 237, 2399, 'Gretna', 'LA'),
(77441, 237, 2399, 'Grosse Tete', 'LA'),
(77442, 237, 2399, 'Gueydan', 'LA'),
(77443, 237, 2399, 'Hackberry', 'LA'),
(77444, 237, 2399, 'Hahnville', 'LA'),
(77445, 237, 2399, 'Hamburg', 'LA'),
(77446, 237, 2399, 'Hammond', 'LA'),
(77447, 237, 2399, 'Harrisonburg', 'LA'),
(77448, 237, 2399, 'Harvey', 'LA'),
(77449, 237, 2399, 'Haughton', 'LA'),
(77450, 237, 2399, 'Haynesville', 'LA'),
(77451, 237, 2399, 'Heflin', 'LA'),
(77452, 237, 2399, 'Hessmer', 'LA'),
(77453, 237, 2399, 'Holden', 'LA'),
(77454, 237, 2399, 'Homer', 'LA'),
(77455, 237, 2399, 'Hopedale', 'LA'),
(77456, 237, 2399, 'Hornbeck', 'LA'),
(77457, 237, 2399, 'Hosston', 'LA'),
(77458, 237, 2399, 'Houma', 'LA'),
(77459, 237, 2399, 'Immaculata', 'LA'),
(77460, 237, 2399, 'Independence', 'LA'),
(77461, 237, 2399, 'Iota', 'LA'),
(77462, 237, 2399, 'Iowa', 'LA'),
(77463, 237, 2399, 'Jackson', 'LA'),
(77464, 237, 2399, 'Jarreau', 'LA'),
(77465, 237, 2399, 'Jeanerette', 'LA'),
(77466, 237, 2399, 'Jena', 'LA'),
(77467, 237, 2399, 'Jennings', 'LA'),
(77468, 237, 2399, 'Jonesboro', 'LA'),
(77469, 237, 2399, 'Jonesville', 'LA'),
(77470, 237, 2399, 'Junction City', 'LA'),
(77471, 237, 2399, 'Kaplan', 'LA'),
(77472, 237, 2399, 'Keithville', 'LA'),
(77473, 237, 2399, 'Kelly', 'LA'),
(77474, 237, 2399, 'Kenner', 'LA'),
(77475, 237, 2399, 'Kentwood', 'LA'),
(77476, 237, 2399, 'Kinder', 'LA'),
(77477, 237, 2399, 'Krotz Springs', 'LA'),
(77478, 237, 2399, 'Labadieville', 'LA'),
(77479, 237, 2399, 'Lacombe', 'LA'),
(77480, 237, 2399, 'Lafayette', 'LA'),
(77481, 237, 2399, 'Lafitte', 'LA'),
(77482, 237, 2399, 'Lake Arthur', 'LA'),
(77483, 237, 2399, 'Lake Charles', 'LA'),
(77484, 237, 2399, 'Lake Providence', 'LA'),
(77485, 237, 2399, 'Lakeland', 'LA'),
(77486, 237, 2399, 'Laplace', 'LA'),
(77487, 237, 2399, 'Larose', 'LA'),
(77488, 237, 2399, 'Lecompte', 'LA'),
(77489, 237, 2399, 'Leesville', 'LA'),
(77490, 237, 2399, 'Lena', 'LA'),
(77491, 237, 2399, 'Livingston', 'LA'),
(77492, 237, 2399, 'Livonia', 'LA'),
(77493, 237, 2399, 'Lockport', 'LA'),
(77494, 237, 2399, 'Logansport', 'LA'),
(77495, 237, 2399, 'Loranger', 'LA'),
(77496, 237, 2399, 'Loreauville', 'LA'),
(77497, 237, 2399, 'Lottie', 'LA'),
(77498, 237, 2399, 'Luling', 'LA'),
(77499, 237, 2399, 'Lutcher', 'LA'),
(77500, 237, 2399, 'Lydia', 'LA'),
(77501, 237, 2399, 'Madisonville', 'LA'),
(77502, 237, 2399, 'Mamou', 'LA'),
(77503, 237, 2399, 'Mandeville', 'LA'),
(77504, 237, 2399, 'Mangham', 'LA'),
(77505, 237, 2399, 'Mansfield', 'LA'),
(77506, 237, 2399, 'Mansura', 'LA'),
(77507, 237, 2399, 'Many', 'LA'),
(77508, 237, 2399, 'Maringouin', 'LA'),
(77509, 237, 2399, 'Marion', 'LA'),
(77510, 237, 2399, 'Marksville', 'LA'),
(77511, 237, 2399, 'Marrero', 'LA'),
(77512, 237, 2399, 'Marthaville', 'LA'),
(77513, 237, 2399, 'Mathews', 'LA'),
(77514, 237, 2399, 'Maurepas', 'LA'),
(77515, 237, 2399, 'Maurice', 'LA'),
(77516, 237, 2399, 'Melville', 'LA'),
(77517, 237, 2399, 'Mer Rouge', 'LA'),
(77518, 237, 2399, 'Meraux', 'LA'),
(77519, 237, 2399, 'Mermentau', 'LA'),
(77520, 237, 2399, 'Merryville', 'LA'),
(77521, 237, 2399, 'Metairie', 'LA'),
(77522, 237, 2399, 'Minden', 'LA'),
(77523, 237, 2399, 'Monroe', 'LA'),
(77524, 237, 2399, 'Montegut', 'LA'),
(77525, 237, 2399, 'Monterey', 'LA'),
(77526, 237, 2399, 'Montgomery', 'LA'),
(77527, 237, 2399, 'Mooringsport', 'LA'),
(77528, 237, 2399, 'Moreauville', 'LA'),
(77529, 237, 2399, 'Morgan City', 'LA'),
(77530, 237, 2399, 'Morganza', 'LA'),
(77531, 237, 2399, 'Morrow', 'LA'),
(77532, 237, 2399, 'Morse', 'LA'),
(77533, 237, 2399, 'Mount Hermon', 'LA'),
(77534, 237, 2399, 'Napoleonville', 'LA'),
(77535, 237, 2399, 'Natalbany', 'LA'),
(77536, 237, 2399, 'Natchitoches', 'LA'),
(77537, 237, 2399, 'New Iberia', 'LA'),
(77538, 237, 2399, 'New Llano', 'LA'),
(77539, 237, 2399, 'New Orleans', 'LA'),
(77540, 237, 2399, 'New Roads', 'LA'),
(77541, 237, 2399, 'Newellton', 'LA'),
(77542, 237, 2399, 'Noble', 'LA'),
(77543, 237, 2399, 'Norco', 'LA'),
(77544, 237, 2399, 'Oak Grove', 'LA'),
(77545, 237, 2399, 'Oakdale', 'LA'),
(77546, 237, 2399, 'Oberlin', 'LA'),
(77547, 237, 2399, 'Oil City', 'LA'),
(77548, 237, 2399, 'Olla', 'LA'),
(77549, 237, 2399, 'Opelousas', 'LA'),
(77550, 237, 2399, 'Orange Grove', 'LA'),
(77551, 237, 2399, 'Oscar', 'LA'),
(77552, 237, 2399, 'Patterson', 'LA'),
(77553, 237, 2399, 'Paulina', 'LA'),
(77554, 237, 2399, 'Pearl River', 'LA'),
(77555, 237, 2399, 'Pelican', 'LA'),
(77556, 237, 2399, 'Pierre Part', 'LA'),
(77557, 237, 2399, 'Pineville', 'LA'),
(77558, 237, 2399, 'Pioneer', 'LA'),
(77559, 237, 2399, 'Pitkin', 'LA'),
(77560, 237, 2399, 'Plain Dealing', 'LA'),
(77561, 237, 2399, 'Plaquemine', 'LA'),
(77562, 237, 2399, 'Plattenville', 'LA'),
(77563, 237, 2399, 'Plaucheville', 'LA'),
(77564, 237, 2399, 'Pleasant Hill', 'LA'),
(77565, 237, 2399, 'Pollock', 'LA'),
(77566, 237, 2399, 'Ponchatoula', 'LA'),
(77567, 237, 2399, 'Port Allen', 'LA'),
(77568, 237, 2399, 'Port Barre', 'LA'),
(77569, 237, 2399, 'Port Sulphur', 'LA'),
(77570, 237, 2399, 'Prairieville', 'LA'),
(77571, 237, 2399, 'Pride', 'LA'),
(77572, 237, 2399, 'Princeton', 'LA'),
(77573, 237, 2399, 'Quitman', 'LA'),
(77574, 237, 2399, 'Raceland', 'LA'),
(77575, 237, 2399, 'Ragley', 'LA'),
(77576, 237, 2399, 'Rayne', 'LA'),
(77577, 237, 2399, 'Rayville', 'LA'),
(77578, 237, 2399, 'Reserve', 'LA'),
(77579, 237, 2399, 'Ringgold', 'LA'),
(77580, 237, 2399, 'Robeline', 'LA'),
(77581, 237, 2399, 'Robert', 'LA'),
(77582, 237, 2399, 'Rosedale', 'LA'),
(77583, 237, 2399, 'Roseland', 'LA'),
(77584, 237, 2399, 'Ruston', 'LA'),
(77585, 237, 2399, 'Saint Amant', 'LA'),
(77586, 237, 2399, 'Saint Benedict', 'LA'),
(77587, 237, 2399, 'Saint Bernard', 'LA'),
(77588, 237, 2399, 'Saint Francisville', 'LA'),
(77589, 237, 2399, 'Saint Gabriel', 'LA'),
(77590, 237, 2399, 'Saint James', 'LA'),
(77591, 237, 2399, 'Saint Joseph', 'LA'),
(77592, 237, 2399, 'Saint Martinville', 'LA'),
(77593, 237, 2399, 'Saline', 'LA'),
(77594, 237, 2399, 'Sarepta', 'LA'),
(77595, 237, 2399, 'Schriever', 'LA'),
(77596, 237, 2399, 'Scott', 'LA'),
(77597, 237, 2399, 'Shongaloo', 'LA'),
(77598, 237, 2399, 'Shreveport', 'LA'),
(77599, 237, 2399, 'Sibley', 'LA'),
(77600, 237, 2399, 'Sicily Island', 'LA'),
(77601, 237, 2399, 'Sieper', 'LA'),
(77602, 237, 2399, 'Slaughter', 'LA'),
(77603, 237, 2399, 'Slidell', 'LA'),
(77604, 237, 2399, 'Sorrento', 'LA'),
(77605, 237, 2399, 'Spearsville', 'LA'),
(77606, 237, 2399, 'Springfield', 'LA'),
(77607, 237, 2399, 'Springhill', 'LA'),
(77608, 237, 2399, 'St. Rose', 'LA'),
(77609, 237, 2399, 'Starks', 'LA'),
(77610, 237, 2399, 'Start', 'LA'),
(77611, 237, 2399, 'Sterlington', 'LA'),
(77612, 237, 2399, 'Stonewall', 'LA'),
(77613, 237, 2399, 'Sulphur', 'LA'),
(77614, 237, 2399, 'Sunset', 'LA'),
(77615, 237, 2399, 'Sunshine', 'LA'),
(77616, 237, 2399, 'Tallulah', 'LA'),
(77617, 237, 2399, 'Taylor', 'LA'),
(77618, 237, 2399, 'Thibodaux', 'LA'),
(77619, 237, 2399, 'Tickfaw', 'LA'),
(77620, 237, 2399, 'Trout', 'LA'),
(77621, 237, 2399, 'Vacherie', 'LA'),
(77622, 237, 2399, 'Ventress', 'LA'),
(77623, 237, 2399, 'Vidalia', 'LA'),
(77624, 237, 2399, 'Ville Platte', 'LA'),
(77625, 237, 2399, 'Vinton', 'LA'),
(77626, 237, 2399, 'Violet', 'LA'),
(77627, 237, 2399, 'Vivian', 'LA'),
(77628, 237, 2399, 'Walker', 'LA'),
(77629, 237, 2399, 'Washington', 'LA'),
(77630, 237, 2399, 'Waterproof', 'LA'),
(77631, 237, 2399, 'Watson', 'LA'),
(77632, 237, 2399, 'Welsh', 'LA'),
(77633, 237, 2399, 'West Monroe', 'LA'),
(77634, 237, 2399, 'Westlake', 'LA'),
(77635, 237, 2399, 'Westwego', 'LA'),
(77636, 237, 2399, 'White Castle', 'LA'),
(77637, 237, 2399, 'Wilson', 'LA'),
(77638, 237, 2399, 'Winnfield', 'LA'),
(77639, 237, 2399, 'Winnsboro', 'LA'),
(77640, 237, 2399, 'Wisner', 'LA'),
(77641, 237, 2399, 'Woodworth', 'LA'),
(77642, 237, 2399, 'Youngsville', 'LA'),
(77643, 237, 2399, 'Zachary', 'LA'),
(77644, 237, 2399, 'Zwolle', 'LA'),
(77645, 237, 2400, 'Acton', 'ME'),
(77646, 237, 2400, 'Addison', 'ME'),
(77647, 237, 2400, 'Albion', 'ME'),
(77648, 237, 2400, 'Alfred', 'ME'),
(77649, 237, 2400, 'Alna', 'ME'),
(77650, 237, 2400, 'Andover', 'ME'),
(77651, 237, 2400, 'Anson', 'ME'),
(77652, 237, 2400, 'Aroostook Band of Micmac Trust Land', 'ME'),
(77653, 237, 2400, 'Ashland', 'ME'),
(77654, 237, 2400, 'Athens', 'ME'),
(77655, 237, 2400, 'Auburn', 'ME'),
(77656, 237, 2400, 'Augusta', 'ME'),
(77657, 237, 2400, 'Bangor', 'ME'),
(77658, 237, 2400, 'Bar Harbor', 'ME'),
(77659, 237, 2400, 'Bar Mills', 'ME'),
(77660, 237, 2400, 'Bath', 'ME'),
(77661, 237, 2400, 'Belfast', 'ME'),
(77662, 237, 2400, 'Belgrade', 'ME'),
(77663, 237, 2400, 'Bernard', 'ME'),
(77664, 237, 2400, 'Berwick', 'ME'),
(77665, 237, 2400, 'Bethel', 'ME'),
(77666, 237, 2400, 'Biddeford', 'ME'),
(77667, 237, 2400, 'Bingham', 'ME'),
(77668, 237, 2400, 'Blaine', 'ME'),
(77669, 237, 2400, 'Blue Hill', 'ME'),
(77670, 237, 2400, 'Boothbay', 'ME'),
(77671, 237, 2400, 'Boothbay Harbor', 'ME'),
(77672, 237, 2400, 'Bowdoinham', 'ME'),
(77673, 237, 2400, 'Bradford', 'ME'),
(77674, 237, 2400, 'Bradley', 'ME'),
(77675, 237, 2400, 'Brewer', 'ME'),
(77676, 237, 2400, 'Bridgewater', 'ME'),
(77677, 237, 2400, 'Bridgton', 'ME'),
(77678, 237, 2400, 'Bristol', 'ME'),
(77679, 237, 2400, 'Brooklin', 'ME'),
(77680, 237, 2400, 'Brooks', 'ME'),
(77681, 237, 2400, 'Brooksville', 'ME'),
(77682, 237, 2400, 'Brownfield', 'ME'),
(77683, 237, 2400, 'Brownville', 'ME'),
(77684, 237, 2400, 'Brunswick', 'ME'),
(77685, 237, 2400, 'Bryant Pond', 'ME'),
(77686, 237, 2400, 'Buckfield', 'ME'),
(77687, 237, 2400, 'Bucksport', 'ME'),
(77688, 237, 2400, 'Burnham', 'ME'),
(77689, 237, 2400, 'Buxton', 'ME'),
(77690, 237, 2400, 'Calais', 'ME'),
(77691, 237, 2400, 'Cambridge', 'ME'),
(77692, 237, 2400, 'Camden', 'ME'),
(77693, 237, 2400, 'Canaan', 'ME'),
(77694, 237, 2400, 'Canton', 'ME'),
(77695, 237, 2400, 'Cape Elizabeth', 'ME'),
(77696, 237, 2400, 'Cape Neddick', 'ME'),
(77697, 237, 2400, 'Caratunk', 'ME'),
(77698, 237, 2400, 'Caribou', 'ME'),
(77699, 237, 2400, 'Carmel', 'ME'),
(77700, 237, 2400, 'Casco', 'ME'),
(77701, 237, 2400, 'Castine', 'ME'),
(77702, 237, 2400, 'Chamberlain', 'ME'),
(77703, 237, 2400, 'Charleston', 'ME'),
(77704, 237, 2400, 'Chebeague Island', 'ME'),
(77705, 237, 2400, 'Cherryfield', 'ME'),
(77706, 237, 2400, 'Clinton', 'ME'),
(77707, 237, 2400, 'Corinna', 'ME'),
(77708, 237, 2400, 'Cornish', 'ME'),
(77709, 237, 2400, 'Cranberry Isles', 'ME'),
(77710, 237, 2400, 'Cumberland Center', 'ME'),
(77711, 237, 2400, 'Cumberland Foreside', 'ME'),
(77712, 237, 2400, 'Cushing', 'ME'),
(77713, 237, 2400, 'Damariscotta', 'ME'),
(77714, 237, 2400, 'Danforth', 'ME'),
(77715, 237, 2400, 'Deer Isle', 'ME'),
(77716, 237, 2400, 'Denmark', 'ME'),
(77717, 237, 2400, 'Dennysville', 'ME'),
(77718, 237, 2400, 'Dexter', 'ME'),
(77719, 237, 2400, 'Dixfield', 'ME'),
(77720, 237, 2400, 'Dover-Foxcroft', 'ME'),
(77721, 237, 2400, 'Dresden Mills', 'ME'),
(77722, 237, 2400, 'East Boothbay', 'ME'),
(77723, 237, 2400, 'East Machias', 'ME'),
(77724, 237, 2400, 'East Millinocket', 'ME'),
(77725, 237, 2400, 'East Orland', 'ME'),
(77726, 237, 2400, 'East Vassalboro', 'ME'),
(77727, 237, 2400, 'East Waterboro', 'ME'),
(77728, 237, 2400, 'Easton', 'ME'),
(77729, 237, 2400, 'Eastport', 'ME'),
(77730, 237, 2400, 'Eddington', 'ME'),
(77731, 237, 2400, 'Edgecomb', 'ME'),
(77732, 237, 2400, 'Eliot', 'ME'),
(77733, 237, 2400, 'Ellsworth', 'ME'),
(77734, 237, 2400, 'Etna', 'ME'),
(77735, 237, 2400, 'Eustis', 'ME'),
(77736, 237, 2400, 'Exeter Center', 'ME'),
(77737, 237, 2400, 'Fairfield', 'ME'),
(77738, 237, 2400, 'Falmouth', 'ME'),
(77739, 237, 2400, 'Farmingdale', 'ME'),
(77740, 237, 2400, 'Farmington', 'ME'),
(77741, 237, 2400, 'Fort Fairfield', 'ME'),
(77742, 237, 2400, 'Fort Kent', 'ME'),
(77743, 237, 2400, 'Frankfort', 'ME'),
(77744, 237, 2400, 'Freedom', 'ME'),
(77745, 237, 2400, 'Freeport', 'ME'),
(77746, 237, 2400, 'Frenchville', 'ME'),
(77747, 237, 2400, 'Friendship', 'ME'),
(77748, 237, 2400, 'Fryeburg', 'ME'),
(77749, 237, 2400, 'Gardiner', 'ME'),
(77750, 237, 2400, 'Garland', 'ME'),
(77751, 237, 2400, 'Georgetown', 'ME'),
(77752, 237, 2400, 'Gorham', 'ME'),
(77753, 237, 2400, 'Gouldsboro', 'ME'),
(77754, 237, 2400, 'Gray', 'ME'),
(77755, 237, 2400, 'Greene', 'ME'),
(77756, 237, 2400, 'Greenville', 'ME'),
(77757, 237, 2400, 'Greenville Junction', 'ME'),
(77758, 237, 2400, 'Greenwood', 'ME'),
(77759, 237, 2400, 'Guilford', 'ME'),
(77760, 237, 2400, 'Hallowell', 'ME'),
(77761, 237, 2400, 'Hampden', 'ME'),
(77762, 237, 2400, 'Harmony', 'ME'),
(77763, 237, 2400, 'Harpswell', 'ME'),
(77764, 237, 2400, 'Harrington', 'ME'),
(77765, 237, 2400, 'Harrison', 'ME'),
(77766, 237, 2400, 'Hartland', 'ME'),
(77767, 237, 2400, 'Hebron', 'ME'),
(77768, 237, 2400, 'Hiram', 'ME'),
(77769, 237, 2400, 'Holden', 'ME'),
(77770, 237, 2400, 'Hollis Center', 'ME'),
(77771, 237, 2400, 'Hope', 'ME'),
(77772, 237, 2400, 'Houlton', 'ME'),
(77773, 237, 2400, 'Howland', 'ME'),
(77774, 237, 2400, 'Hudson', 'ME'),
(77775, 237, 2400, 'Island Falls', 'ME'),
(77776, 237, 2400, 'Islesboro', 'ME'),
(77777, 237, 2400, 'Jackman', 'ME'),
(77778, 237, 2400, 'Jay', 'ME'),
(77779, 237, 2400, 'Jefferson', 'ME'),
(77780, 237, 2400, 'Jonesboro', 'ME'),
(77781, 237, 2400, 'Jonesport', 'ME'),
(77782, 237, 2400, 'Kenduskeag', 'ME'),
(77783, 237, 2400, 'Kennebunk', 'ME'),
(77784, 237, 2400, 'Kennebunkport', 'ME'),
(77785, 237, 2400, 'Kents Hill', 'ME'),
(77786, 237, 2400, 'Ketchum', 'ME'),
(77787, 237, 2400, 'Kingfield', 'ME'),
(77788, 237, 2400, 'Kittery', 'ME'),
(77789, 237, 2400, 'Kittery Point', 'ME'),
(77790, 237, 2400, 'Lagrange', 'ME'),
(77791, 237, 2400, 'Lebanon', 'ME'),
(77792, 237, 2400, 'Lee', 'ME'),
(77793, 237, 2400, 'Leeds', 'ME'),
(77794, 237, 2400, 'Levant', 'ME'),
(77795, 237, 2400, 'Lewiston', 'ME'),
(77796, 237, 2400, 'Limerick', 'ME'),
(77797, 237, 2400, 'Limestone', 'ME'),
(77798, 237, 2400, 'Limington', 'ME'),
(77799, 237, 2400, 'Lincoln', 'ME'),
(77800, 237, 2400, 'Lincolnville', 'ME'),
(77801, 237, 2400, 'Lisbon', 'ME'),
(77802, 237, 2400, 'Lisbon Falls', 'ME'),
(77803, 237, 2400, 'Litchfield Plains', 'ME'),
(77804, 237, 2400, 'Livermore', 'ME'),
(77805, 237, 2400, 'Livermore Falls', 'ME'),
(77806, 237, 2400, 'Long Island', 'ME'),
(77807, 237, 2400, 'Lovell', 'ME'),
(77808, 237, 2400, 'Lubec', 'ME'),
(77809, 237, 2400, 'Machias', 'ME'),
(77810, 237, 2400, 'Machiasport', 'ME'),
(77811, 237, 2400, 'Madawaska', 'ME'),
(77812, 237, 2400, 'Madison', 'ME'),
(77813, 237, 2400, 'Manchester', 'ME'),
(77814, 237, 2400, 'Mapleton', 'ME'),
(77815, 237, 2400, 'Mechanic Falls', 'ME'),
(77816, 237, 2400, 'Meddybemps', 'ME'),
(77817, 237, 2400, 'Medway', 'ME'),
(77818, 237, 2400, 'Mexico', 'ME'),
(77819, 237, 2400, 'Milbridge', 'ME'),
(77820, 237, 2400, 'Milford', 'ME'),
(77821, 237, 2400, 'Millinocket', 'ME'),
(77822, 237, 2400, 'Milo', 'ME'),
(77823, 237, 2400, 'Minot', 'ME'),
(77824, 237, 2400, 'Monmouth', 'ME'),
(77825, 237, 2400, 'Monroe', 'ME'),
(77826, 237, 2400, 'Monticello', 'ME'),
(77827, 237, 2400, 'Moody', 'ME'),
(77828, 237, 2400, 'Morrill', 'ME'),
(77829, 237, 2400, 'Mount Vernon', 'ME'),
(77830, 237, 2400, 'Naples', 'ME'),
(77831, 237, 2400, 'New Gloucester', 'ME'),
(77832, 237, 2400, 'New Portland', 'ME'),
(77833, 237, 2400, 'New Sharon', 'ME'),
(77834, 237, 2400, 'New Vineyard', 'ME'),
(77835, 237, 2400, 'Newcastle', 'ME'),
(77836, 237, 2400, 'Newport', 'ME'),
(77837, 237, 2400, 'Newry', 'ME'),
(77838, 237, 2400, 'Nobleboro', 'ME'),
(77839, 237, 2400, 'Norridgewock', 'ME'),
(77840, 237, 2400, 'North Anson', 'ME'),
(77841, 237, 2400, 'North Berwick', 'ME'),
(77842, 237, 2400, 'North Haven', 'ME'),
(77843, 237, 2400, 'North Waterboro', 'ME'),
(77844, 237, 2400, 'Northeast Harbor', 'ME'),
(77845, 237, 2400, 'Norway', 'ME'),
(77846, 237, 2400, 'Oakfield', 'ME'),
(77847, 237, 2400, 'Oakland', 'ME'),
(77848, 237, 2400, 'Ocean Park', 'ME'),
(77849, 237, 2400, 'Ogunquit', 'ME'),
(77850, 237, 2400, 'Old Orchard Beach', 'ME'),
(77851, 237, 2400, 'Old Town', 'ME'),
(77852, 237, 2400, 'Orient', 'ME'),
(77853, 237, 2400, 'Orland', 'ME'),
(77854, 237, 2400, 'Orono', 'ME'),
(77855, 237, 2400, 'Orrington', 'ME'),
(77856, 237, 2400, 'Orrs Island', 'ME'),
(77857, 237, 2400, 'Oxford', 'ME'),
(77858, 237, 2400, 'Palermo', 'ME'),
(77859, 237, 2400, 'Palmyra', 'ME'),
(77860, 237, 2400, 'Parsonsfield', 'ME'),
(77861, 237, 2400, 'Passadumkeag', 'ME'),
(77862, 237, 2400, 'Patten', 'ME'),
(77863, 237, 2400, 'Peaks Island', 'ME'),
(77864, 237, 2400, 'Pemaquid', 'ME'),
(77865, 237, 2400, 'Pembroke', 'ME'),
(77866, 237, 2400, 'Penobscot', 'ME'),
(77867, 237, 2400, 'Perry', 'ME'),
(77868, 237, 2400, 'Peru', 'ME'),
(77869, 237, 2400, 'Phillips', 'ME'),
(77870, 237, 2400, 'Phippsburg', 'ME'),
(77871, 237, 2400, 'Pittsfield', 'ME'),
(77872, 237, 2400, 'Plymouth', 'ME'),
(77873, 237, 2400, 'Poland', 'ME'),
(77874, 237, 2400, 'Porter', 'ME'),
(77875, 237, 2400, 'Portland', 'ME'),
(77876, 237, 2400, 'Presque Isle', 'ME'),
(77877, 237, 2400, 'Princeton', 'ME'),
(77878, 237, 2400, 'Randolph', 'ME'),
(77879, 237, 2400, 'Raymond', 'ME'),
(77880, 237, 2400, 'Readfield', 'ME'),
(77881, 237, 2400, 'Richmond', 'ME'),
(77882, 237, 2400, 'Rockland', 'ME'),
(77883, 237, 2400, 'Rockport', 'ME'),
(77884, 237, 2400, 'Rockwood', 'ME'),
(77885, 237, 2400, 'Round Pond', 'ME'),
(77886, 237, 2400, 'Roxbury', 'ME'),
(77887, 237, 2400, 'Rumford', 'ME'),
(77888, 237, 2400, 'Sabattus', 'ME'),
(77889, 237, 2400, 'Saco', 'ME'),
(77890, 237, 2400, 'Saint Agatha', 'ME'),
(77891, 237, 2400, 'Saint Albans', 'ME'),
(77892, 237, 2400, 'Saint David', 'ME'),
(77893, 237, 2400, 'Salsbury Cove', 'ME'),
(77894, 237, 2400, 'Sangerville', 'ME'),
(77895, 237, 2400, 'Sargentville', 'ME'),
(77896, 237, 2400, 'Scarborough', 'ME'),
(77897, 237, 2400, 'Seal Cove', 'ME'),
(77898, 237, 2400, 'Seal Harbor', 'ME'),
(77899, 237, 2400, 'Searsmont', 'ME'),
(77900, 237, 2400, 'Searsport', 'ME'),
(77901, 237, 2400, 'Sebago Center', 'ME'),
(77902, 237, 2400, 'Sebasco Estates', 'ME'),
(77903, 237, 2400, 'Sebec', 'ME'),
(77904, 237, 2400, 'Sedgwick', 'ME'),
(77905, 237, 2400, 'Shapleigh', 'ME'),
(77906, 237, 2400, 'Sherman Mills', 'ME'),
(77907, 237, 2400, 'Skowhegan', 'ME'),
(77908, 237, 2400, 'Smithfield', 'ME'),
(77909, 237, 2400, 'Smyrna Mills', 'ME'),
(77910, 237, 2400, 'Solon', 'ME'),
(77911, 237, 2400, 'South Berwick', 'ME'),
(77912, 237, 2400, 'South Bristol', 'ME'),
(77913, 237, 2400, 'South Casco', 'ME'),
(77914, 237, 2400, 'South China', 'ME'),
(77915, 237, 2400, 'South Freeport', 'ME'),
(77916, 237, 2400, 'South Paris', 'ME'),
(77917, 237, 2400, 'South Portland', 'ME'),
(77918, 237, 2400, 'South Sanford', 'ME'),
(77919, 237, 2400, 'South Thomaston', 'ME'),
(77920, 237, 2400, 'Southport', 'ME'),
(77921, 237, 2400, 'Southwest Harbor', 'ME'),
(77922, 237, 2400, 'Springfield', 'ME'),
(77923, 237, 2400, 'Springvale', 'ME'),
(77924, 237, 2400, 'Standish', 'ME'),
(77925, 237, 2400, 'Stetson', 'ME'),
(77926, 237, 2400, 'Steuben', 'ME'),
(77927, 237, 2400, 'Stillwater', 'ME'),
(77928, 237, 2400, 'Stockholm', 'ME'),
(77929, 237, 2400, 'Stockton Springs', 'ME'),
(77930, 237, 2400, 'Stonington', 'ME'),
(77931, 237, 2400, 'Stratton', 'ME'),
(77932, 237, 2400, 'Strong', 'ME'),
(77933, 237, 2400, 'Sullivan', 'ME'),
(77934, 237, 2400, 'Sumner', 'ME'),
(77935, 237, 2400, 'Surry', 'ME'),
(77936, 237, 2400, 'Swans Island', 'ME'),
(77937, 237, 2400, 'Thomaston', 'ME'),
(77938, 237, 2400, 'Thorndike', 'ME'),
(77939, 237, 2400, 'Topsham', 'ME'),
(77940, 237, 2400, 'Trevett', 'ME'),
(77941, 237, 2400, 'Troy', 'ME'),
(77942, 237, 2400, 'Turner', 'ME'),
(77943, 237, 2400, 'Union', 'ME'),
(77944, 237, 2400, 'Unity', 'ME'),
(77945, 237, 2400, 'Unorganized Territory of East Central Franklin', 'ME'),
(77946, 237, 2400, 'Upper Abbot', 'ME'),
(77947, 237, 2400, 'Van Buren', 'ME'),
(77948, 237, 2400, 'Vassalboro', 'ME'),
(77949, 237, 2400, 'Vienna', 'ME'),
(77950, 237, 2400, 'Vinalhaven', 'ME'),
(77951, 237, 2400, 'Waldoboro', 'ME'),
(77952, 237, 2400, 'Wallagrass', 'ME'),
(77953, 237, 2400, 'Warren', 'ME'),
(77954, 237, 2400, 'Washburn', 'ME'),
(77955, 237, 2400, 'Washington', 'ME'),
(77956, 237, 2400, 'Waterboro', 'ME'),
(77957, 237, 2400, 'Waterville', 'ME'),
(77958, 237, 2400, 'Wayne', 'ME'),
(77959, 237, 2400, 'Wells', 'ME'),
(77960, 237, 2400, 'West Baldwin', 'ME'),
(77961, 237, 2400, 'West Durham', 'ME'),
(77962, 237, 2400, 'West Enfield', 'ME'),
(77963, 237, 2400, 'West Farmington', 'ME'),
(77964, 237, 2400, 'West Kennebunk', 'ME'),
(77965, 237, 2400, 'West Paris', 'ME'),
(77966, 237, 2400, 'Westbrook', 'ME'),
(77967, 237, 2400, 'Westfield', 'ME'),
(77968, 237, 2400, 'Whitefield', 'ME'),
(77969, 237, 2400, 'Wilton', 'ME'),
(77970, 237, 2400, 'Windham Center', 'ME'),
(77971, 237, 2400, 'Windsor', 'ME'),
(77972, 237, 2400, 'Winterport', 'ME'),
(77973, 237, 2400, 'Winthrop', 'ME'),
(77974, 237, 2400, 'Wiscasset', 'ME'),
(77975, 237, 2400, 'Woolwich', 'ME'),
(77976, 237, 2400, 'Yarmouth', 'ME'),
(77977, 237, 2400, 'York Beach', 'ME'),
(77978, 237, 2400, 'York Corner', 'ME'),
(77979, 237, 2400, 'York Harbor', 'ME'),
(77980, 237, 2401, 'Abell', 'MD'),
(77981, 237, 2401, 'Aberdeen', 'MD'),
(77982, 237, 2401, 'Aberdeen Proving Ground', 'MD'),
(77983, 237, 2401, 'Abingdon', 'MD'),
(77984, 237, 2401, 'Accident', 'MD'),
(77985, 237, 2401, 'Accokeek', 'MD'),
(77986, 237, 2401, 'Adamstown', 'MD'),
(77987, 237, 2401, 'Andrews Air Force Base', 'MD'),
(77988, 237, 2401, 'Annapolis', 'MD'),
(77989, 237, 2401, 'Aquasco', 'MD'),
(77990, 237, 2401, 'Arnold', 'MD'),
(77991, 237, 2401, 'Ashton', 'MD'),
(77992, 237, 2401, 'Baldwin', 'MD'),
(77993, 237, 2401, 'Baltimore', 'MD'),
(77994, 237, 2401, 'Barnesville', 'MD'),
(77995, 237, 2401, 'Barton', 'MD'),
(77996, 237, 2401, 'Beallsville', 'MD'),
(77997, 237, 2401, 'Bel Air', 'MD'),
(77998, 237, 2401, 'Bel Alton', 'MD'),
(77999, 237, 2401, 'Belcamp', 'MD'),
(78000, 237, 2401, 'Beltsville', 'MD'),
(78001, 237, 2401, 'Benedict', 'MD'),
(78002, 237, 2401, 'Berlin', 'MD'),
(78003, 237, 2401, 'Bethesda', 'MD'),
(78004, 237, 2401, 'Bethlehem', 'MD'),
(78005, 237, 2401, 'Betterton', 'MD'),
(78006, 237, 2401, 'Bishopville', 'MD'),
(78007, 237, 2401, 'Bladensburg', 'MD'),
(78008, 237, 2401, 'Boonsboro', 'MD'),
(78009, 237, 2401, 'Bowie', 'MD'),
(78010, 237, 2401, 'Boyds', 'MD'),
(78011, 237, 2401, 'Bozman', 'MD'),
(78012, 237, 2401, 'Braddock Heights', 'MD'),
(78013, 237, 2401, 'Brandywine', 'MD'),
(78014, 237, 2401, 'Brentwood', 'MD'),
(78015, 237, 2401, 'Brookeville', 'MD'),
(78016, 237, 2401, 'Brooklandville', 'MD'),
(78017, 237, 2401, 'Brooklyn', 'MD'),
(78018, 237, 2401, 'Broomes Island', 'MD'),
(78019, 237, 2401, 'Brunswick', 'MD'),
(78020, 237, 2401, 'Bryans Road', 'MD'),
(78021, 237, 2401, 'Bryantown', 'MD'),
(78022, 237, 2401, 'Buckeystown', 'MD'),
(78023, 237, 2401, 'Burkittsville', 'MD'),
(78024, 237, 2401, 'Burtonsville', 'MD'),
(78025, 237, 2401, 'Butler', 'MD'),
(78026, 237, 2401, 'Cabin John', 'MD'),
(78027, 237, 2401, 'California', 'MD'),
(78028, 237, 2401, 'Callaway', 'MD'),
(78029, 237, 2401, 'Cambridge', 'MD'),
(78030, 237, 2401, 'Cascade', 'MD'),
(78031, 237, 2401, 'Catonsville', 'MD'),
(78032, 237, 2401, 'Cecilton', 'MD'),
(78033, 237, 2401, 'Centreville', 'MD'),
(78034, 237, 2401, 'Chaptico', 'MD'),
(78035, 237, 2401, 'Charlestown', 'MD'),
(78036, 237, 2401, 'Charlotte Hall', 'MD'),
(78037, 237, 2401, 'Cheltenham', 'MD'),
(78038, 237, 2401, 'Chesapeake Beach', 'MD'),
(78039, 237, 2401, 'Chesapeake City', 'MD'),
(78040, 237, 2401, 'Chester', 'MD'),
(78041, 237, 2401, 'Chestertown', 'MD'),
(78042, 237, 2401, 'Chevy Chase', 'MD'),
(78043, 237, 2401, 'Church Hill', 'MD'),
(78044, 237, 2401, 'Churchton', 'MD'),
(78045, 237, 2401, 'Churchville', 'MD'),
(78046, 237, 2401, 'Clarksburg', 'MD'),
(78047, 237, 2401, 'Clarksville', 'MD'),
(78048, 237, 2401, 'Clear Spring', 'MD'),
(78049, 237, 2401, 'Clements', 'MD'),
(78050, 237, 2401, 'Clinton', 'MD'),
(78051, 237, 2401, 'Cobb Island', 'MD'),
(78052, 237, 2401, 'Cockeysville', 'MD'),
(78053, 237, 2401, 'College Park', 'MD'),
(78054, 237, 2401, 'Colora', 'MD'),
(78055, 237, 2401, 'Columbia', 'MD'),
(78056, 237, 2401, 'Conowingo', 'MD'),
(78057, 237, 2401, 'Cooksville', 'MD'),
(78058, 237, 2401, 'Cordova', 'MD'),
(78059, 237, 2401, 'Crisfield', 'MD'),
(78060, 237, 2401, 'Crofton', 'MD'),
(78061, 237, 2401, 'Crownsville', 'MD'),
(78062, 237, 2401, 'Crumpton', 'MD'),
(78063, 237, 2401, 'Cumberland', 'MD'),
(78064, 237, 2401, 'Curtis Bay', 'MD'),
(78065, 237, 2401, 'Damascus', 'MD'),
(78066, 237, 2401, 'Darlington', 'MD'),
(78067, 237, 2401, 'Davidsonville', 'MD'),
(78068, 237, 2401, 'Dayton', 'MD'),
(78069, 237, 2401, 'Deale', 'MD'),
(78070, 237, 2401, 'Delmar', 'MD'),
(78071, 237, 2401, 'Denton', 'MD'),
(78072, 237, 2401, 'Derwood', 'MD'),
(78073, 237, 2401, 'Dickerson', 'MD'),
(78074, 237, 2401, 'District Heights', 'MD'),
(78075, 237, 2401, 'Dowell', 'MD'),
(78076, 237, 2401, 'Drybranch', 'MD'),
(78077, 237, 2401, 'Dundalk', 'MD'),
(78078, 237, 2401, 'Dunkirk', 'MD'),
(78079, 237, 2401, 'Earleville', 'MD'),
(78080, 237, 2401, 'East New Market', 'MD'),
(78081, 237, 2401, 'Easton', 'MD'),
(78082, 237, 2401, 'Eden', 'MD'),
(78083, 237, 2401, 'Edgewater', 'MD'),
(78084, 237, 2401, 'Edgewood', 'MD'),
(78085, 237, 2401, 'Elk Mills', 'MD'),
(78086, 237, 2401, 'Elkridge', 'MD'),
(78087, 237, 2401, 'Elkton', 'MD'),
(78088, 237, 2401, 'Ellerslie', 'MD'),
(78089, 237, 2401, 'Ellicott City', 'MD'),
(78090, 237, 2401, 'Emmitsburg', 'MD'),
(78091, 237, 2401, 'Essex', 'MD'),
(78092, 237, 2401, 'Fairplay', 'MD'),
(78093, 237, 2401, 'Fallston', 'MD'),
(78094, 237, 2401, 'Federalsburg', 'MD'),
(78095, 237, 2401, 'Finksburg', 'MD'),
(78096, 237, 2401, 'Flintstone', 'MD');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(78097, 237, 2401, 'Forest Hill', 'MD'),
(78098, 237, 2401, 'Fort George Meade', 'MD'),
(78099, 237, 2401, 'Frederick', 'MD'),
(78100, 237, 2401, 'Freeland', 'MD'),
(78101, 237, 2401, 'Friendship', 'MD'),
(78102, 237, 2401, 'Friendsville', 'MD'),
(78103, 237, 2401, 'Frostburg', 'MD'),
(78104, 237, 2401, 'Fruitland', 'MD'),
(78105, 237, 2401, 'Ft. Washington', 'MD'),
(78106, 237, 2401, 'Fulton', 'MD'),
(78107, 237, 2401, 'Gaithersburg', 'MD'),
(78108, 237, 2401, 'Galena', 'MD'),
(78109, 237, 2401, 'Galesville', 'MD'),
(78110, 237, 2401, 'Gambrills', 'MD'),
(78111, 237, 2401, 'Garrett Park', 'MD'),
(78112, 237, 2401, 'Germantown', 'MD'),
(78113, 237, 2401, 'Gibson Island', 'MD'),
(78114, 237, 2401, 'Glen Arm', 'MD'),
(78115, 237, 2401, 'Glen Burnie', 'MD'),
(78116, 237, 2401, 'Glenelg', 'MD'),
(78117, 237, 2401, 'Glenn Dale', 'MD'),
(78118, 237, 2401, 'Glenwood', 'MD'),
(78119, 237, 2401, 'Goldsboro', 'MD'),
(78120, 237, 2401, 'Grantsville', 'MD'),
(78121, 237, 2401, 'Grasonville', 'MD'),
(78122, 237, 2401, 'Great Mills', 'MD'),
(78123, 237, 2401, 'Greater Capitol Heights', 'MD'),
(78124, 237, 2401, 'Greenbelt', 'MD'),
(78125, 237, 2401, 'Greensboro', 'MD'),
(78126, 237, 2401, 'Gunpowder', 'MD'),
(78127, 237, 2401, 'Gwynn Oak', 'MD'),
(78128, 237, 2401, 'Hagerstown', 'MD'),
(78129, 237, 2401, 'Halethorpe', 'MD'),
(78130, 237, 2401, 'Hampstead', 'MD'),
(78131, 237, 2401, 'Hancock', 'MD'),
(78132, 237, 2401, 'Hanover', 'MD'),
(78133, 237, 2401, 'Harmans', 'MD'),
(78134, 237, 2401, 'Harwood', 'MD'),
(78135, 237, 2401, 'Havre de Grace', 'MD'),
(78136, 237, 2401, 'Hebron', 'MD'),
(78137, 237, 2401, 'Henderson', 'MD'),
(78138, 237, 2401, 'Highland', 'MD'),
(78139, 237, 2401, 'Hillsboro', 'MD'),
(78140, 237, 2401, 'Hollywood', 'MD'),
(78141, 237, 2401, 'Hughesville', 'MD'),
(78142, 237, 2401, 'Hunt Valley', 'MD'),
(78143, 237, 2401, 'Huntingtown', 'MD'),
(78144, 237, 2401, 'Hurlock', 'MD'),
(78145, 237, 2401, 'Hyattsville', 'MD'),
(78146, 237, 2401, 'Ijamsville', 'MD'),
(78147, 237, 2401, 'Indian Head', 'MD'),
(78148, 237, 2401, 'Jarrettsville', 'MD'),
(78149, 237, 2401, 'Jefferson', 'MD'),
(78150, 237, 2401, 'Jessup', 'MD'),
(78151, 237, 2401, 'Joppa', 'MD'),
(78152, 237, 2401, 'Keedysville', 'MD'),
(78153, 237, 2401, 'Kennedyville', 'MD'),
(78154, 237, 2401, 'Kensington', 'MD'),
(78155, 237, 2401, 'Keymar', 'MD'),
(78156, 237, 2401, 'Kingsville', 'MD'),
(78157, 237, 2401, 'Knoxville', 'MD'),
(78158, 237, 2401, 'La Plata', 'MD'),
(78159, 237, 2401, 'Lanham', 'MD'),
(78160, 237, 2401, 'Laurel', 'MD'),
(78161, 237, 2401, 'Leonardtown', 'MD'),
(78162, 237, 2401, 'Lexington Park', 'MD'),
(78163, 237, 2401, 'Libertytown', 'MD'),
(78164, 237, 2401, 'Linthicum Heights', 'MD'),
(78165, 237, 2401, 'Lisbon', 'MD'),
(78166, 237, 2401, 'Lonaconing', 'MD'),
(78167, 237, 2401, 'Long Green', 'MD'),
(78168, 237, 2401, 'Lothian', 'MD'),
(78169, 237, 2401, 'Lusby', 'MD'),
(78170, 237, 2401, 'Lutherville-Timonium', 'MD'),
(78171, 237, 2401, 'Manchester', 'MD'),
(78172, 237, 2401, 'Marbury', 'MD'),
(78173, 237, 2401, 'Mardela Springs', 'MD'),
(78174, 237, 2401, 'Marion', 'MD'),
(78175, 237, 2401, 'Marriottsville', 'MD'),
(78176, 237, 2401, 'Maugansville', 'MD'),
(78177, 237, 2401, 'McHenry', 'MD'),
(78178, 237, 2401, 'Mechanicsville', 'MD'),
(78179, 237, 2401, 'Middle River', 'MD'),
(78180, 237, 2401, 'Middletown', 'MD'),
(78181, 237, 2401, 'Midlothian', 'MD'),
(78182, 237, 2401, 'Millersville', 'MD'),
(78183, 237, 2401, 'Millington', 'MD'),
(78184, 237, 2401, 'Monkton', 'MD'),
(78185, 237, 2401, 'Monrovia', 'MD'),
(78186, 237, 2401, 'Montgomery Village', 'MD'),
(78187, 237, 2401, 'Mount Airy', 'MD'),
(78188, 237, 2401, 'Mount Rainier', 'MD'),
(78189, 237, 2401, 'Mount Savage', 'MD'),
(78190, 237, 2401, 'Mount Victoria', 'MD'),
(78191, 237, 2401, 'Myersville', 'MD'),
(78192, 237, 2401, 'Nanjemoy', 'MD'),
(78193, 237, 2401, 'New Market', 'MD'),
(78194, 237, 2401, 'New Windsor', 'MD'),
(78195, 237, 2401, 'Newark', 'MD'),
(78196, 237, 2401, 'Newburg', 'MD'),
(78197, 237, 2401, 'North Beach', 'MD'),
(78198, 237, 2401, 'North East', 'MD'),
(78199, 237, 2401, 'Nottingham', 'MD'),
(78200, 237, 2401, 'Oakland', 'MD'),
(78201, 237, 2401, 'Ocean City', 'MD'),
(78202, 237, 2401, 'Odenton', 'MD'),
(78203, 237, 2401, 'Oldtown', 'MD'),
(78204, 237, 2401, 'Olney', 'MD'),
(78205, 237, 2401, 'Owings', 'MD'),
(78206, 237, 2401, 'Owings Mills', 'MD'),
(78207, 237, 2401, 'Oxford', 'MD'),
(78208, 237, 2401, 'Oxon Hill', 'MD'),
(78209, 237, 2401, 'Park Hall Estates', 'MD'),
(78210, 237, 2401, 'Parkton', 'MD'),
(78211, 237, 2401, 'Parkville', 'MD'),
(78212, 237, 2401, 'Parsonsburg', 'MD'),
(78213, 237, 2401, 'Pasadena', 'MD'),
(78214, 237, 2401, 'Patuxent', 'MD'),
(78215, 237, 2401, 'Perry Hall', 'MD'),
(78216, 237, 2401, 'Perry Point', 'MD'),
(78217, 237, 2401, 'Perryman', 'MD'),
(78218, 237, 2401, 'Perryville', 'MD'),
(78219, 237, 2401, 'Phoenix', 'MD'),
(78220, 237, 2401, 'Pikesville', 'MD'),
(78221, 237, 2401, 'Piney Point', 'MD'),
(78222, 237, 2401, 'Pittsville', 'MD'),
(78223, 237, 2401, 'Pocomoke City', 'MD'),
(78224, 237, 2401, 'Point of Rocks', 'MD'),
(78225, 237, 2401, 'Pomfret', 'MD'),
(78226, 237, 2401, 'Poolesville', 'MD'),
(78227, 237, 2401, 'Port Deposit', 'MD'),
(78228, 237, 2401, 'Port Republic', 'MD'),
(78229, 237, 2401, 'Port Tobacco', 'MD'),
(78230, 237, 2401, 'Potomac', 'MD'),
(78231, 237, 2401, 'Powellville', 'MD'),
(78232, 237, 2401, 'Preston', 'MD'),
(78233, 237, 2401, 'Prince Frederick', 'MD'),
(78234, 237, 2401, 'Princess Anne', 'MD'),
(78235, 237, 2401, 'Pylesville', 'MD'),
(78236, 237, 2401, 'Quantico', 'MD'),
(78237, 237, 2401, 'Queen Anne', 'MD'),
(78238, 237, 2401, 'Queenstown', 'MD'),
(78239, 237, 2401, 'Randallstown', 'MD'),
(78240, 237, 2401, 'Rawlings', 'MD'),
(78241, 237, 2401, 'Rehobeth', 'MD'),
(78242, 237, 2401, 'Reisterstown', 'MD'),
(78243, 237, 2401, 'Rhodesdale', 'MD'),
(78244, 237, 2401, 'Riderwood', 'MD'),
(78245, 237, 2401, 'Ridge', 'MD'),
(78246, 237, 2401, 'Ridgely', 'MD'),
(78247, 237, 2401, 'Rising Sun', 'MD'),
(78248, 237, 2401, 'Riva', 'MD'),
(78249, 237, 2401, 'Riverdale', 'MD'),
(78250, 237, 2401, 'Riverdale Hills', 'MD'),
(78251, 237, 2401, 'Rock Hall', 'MD'),
(78252, 237, 2401, 'Rockville', 'MD'),
(78253, 237, 2401, 'Rocky Ridge', 'MD'),
(78254, 237, 2401, 'Rohrersville', 'MD'),
(78255, 237, 2401, 'Rosedale', 'MD'),
(78256, 237, 2401, 'Saint Leonard', 'MD'),
(78257, 237, 2401, 'Saint Michaels', 'MD'),
(78258, 237, 2401, 'Salisbury', 'MD'),
(78259, 237, 2401, 'Sandy Spring', 'MD'),
(78260, 237, 2401, 'Savage', 'MD'),
(78261, 237, 2401, 'Severn', 'MD'),
(78262, 237, 2401, 'Severna Park', 'MD'),
(78263, 237, 2401, 'Shady Side', 'MD'),
(78264, 237, 2401, 'Sharpsburg', 'MD'),
(78265, 237, 2401, 'Sharptown', 'MD'),
(78266, 237, 2401, 'Sherwood', 'MD'),
(78267, 237, 2401, 'Silver Spring', 'MD'),
(78268, 237, 2401, 'Smithsburg', 'MD'),
(78269, 237, 2401, 'Snow Hill', 'MD'),
(78270, 237, 2401, 'Solomons', 'MD'),
(78271, 237, 2401, 'Sparks', 'MD'),
(78272, 237, 2401, 'Sparrows Point', 'MD'),
(78273, 237, 2401, 'Stevenson', 'MD'),
(78274, 237, 2401, 'Stevensville', 'MD'),
(78275, 237, 2401, 'Still Pond', 'MD'),
(78276, 237, 2401, 'Street', 'MD'),
(78277, 237, 2401, 'Sudlersville', 'MD'),
(78278, 237, 2401, 'Suitland', 'MD'),
(78279, 237, 2401, 'Sunderland', 'MD'),
(78280, 237, 2401, 'Swanton', 'MD'),
(78281, 237, 2401, 'Sykesville', 'MD'),
(78282, 237, 2401, 'Takoma Park', 'MD'),
(78283, 237, 2401, 'Tall Timbers', 'MD'),
(78284, 237, 2401, 'Taneytown', 'MD'),
(78285, 237, 2401, 'Temple Hills', 'MD'),
(78286, 237, 2401, 'Thurmont', 'MD'),
(78287, 237, 2401, 'Toddville', 'MD'),
(78288, 237, 2401, 'Towson', 'MD'),
(78289, 237, 2401, 'Tracys Landing', 'MD'),
(78290, 237, 2401, 'Trappe', 'MD'),
(78291, 237, 2401, 'Tyaskin', 'MD'),
(78292, 237, 2401, 'Union Bridge', 'MD'),
(78293, 237, 2401, 'Upper Falls', 'MD'),
(78294, 237, 2401, 'Upper Marlboro', 'MD'),
(78295, 237, 2401, 'Upperco', 'MD'),
(78296, 237, 2401, 'Valley Lee', 'MD'),
(78297, 237, 2401, 'Vienna', 'MD'),
(78298, 237, 2401, 'Waldorf', 'MD'),
(78299, 237, 2401, 'Walkersville', 'MD'),
(78300, 237, 2401, 'Warwick', 'MD'),
(78301, 237, 2401, 'Washington Grove', 'MD'),
(78302, 237, 2401, 'Welcome Acres', 'MD'),
(78303, 237, 2401, 'West Friendship', 'MD'),
(78304, 237, 2401, 'West River', 'MD'),
(78305, 237, 2401, 'Westernport', 'MD'),
(78306, 237, 2401, 'Westminster', 'MD'),
(78307, 237, 2401, 'Westover', 'MD'),
(78308, 237, 2401, 'Whaleyville', 'MD'),
(78309, 237, 2401, 'White Hall', 'MD'),
(78310, 237, 2401, 'White Marsh', 'MD'),
(78311, 237, 2401, 'White Plains', 'MD'),
(78312, 237, 2401, 'Whiteford', 'MD'),
(78313, 237, 2401, 'Willards', 'MD'),
(78314, 237, 2401, 'Williamsport', 'MD'),
(78315, 237, 2401, 'Windsor Mill', 'MD'),
(78316, 237, 2401, 'Wittman', 'MD'),
(78317, 237, 2401, 'Woodbine', 'MD'),
(78318, 237, 2401, 'Woodsboro', 'MD'),
(78319, 237, 2401, 'Woodstock', 'MD'),
(78320, 237, 2401, 'Woolford', 'MD'),
(78321, 237, 2401, 'Worton', 'MD'),
(78322, 237, 2401, 'Wye Mills', 'MD'),
(78323, 237, 2402, 'Abington', 'MA'),
(78324, 237, 2402, 'Acton', 'MA'),
(78325, 237, 2402, 'Acushnet', 'MA'),
(78326, 237, 2402, 'Adams', 'MA'),
(78327, 237, 2402, 'Agawam', 'MA'),
(78328, 237, 2402, 'Allston', 'MA'),
(78329, 237, 2402, 'Amesbury', 'MA'),
(78330, 237, 2402, 'Amherst', 'MA'),
(78331, 237, 2402, 'Andover', 'MA'),
(78332, 237, 2402, 'Arlington', 'MA'),
(78333, 237, 2402, 'Ashburnham', 'MA'),
(78334, 237, 2402, 'Ashby', 'MA'),
(78335, 237, 2402, 'Ashfield', 'MA'),
(78336, 237, 2402, 'Ashland', 'MA'),
(78337, 237, 2402, 'Assonet', 'MA'),
(78338, 237, 2402, 'Athol', 'MA'),
(78339, 237, 2402, 'Attleboro', 'MA'),
(78340, 237, 2402, 'Attleboro Falls', 'MA'),
(78341, 237, 2402, 'Auburn', 'MA'),
(78342, 237, 2402, 'Auburndale', 'MA'),
(78343, 237, 2402, 'Avon', 'MA'),
(78344, 237, 2402, 'Ayer', 'MA'),
(78345, 237, 2402, 'Babson Park', 'MA'),
(78346, 237, 2402, 'Baldwinville', 'MA'),
(78347, 237, 2402, 'Barnstable', 'MA'),
(78348, 237, 2402, 'Barre', 'MA'),
(78349, 237, 2402, 'Becket', 'MA'),
(78350, 237, 2402, 'Bedford', 'MA'),
(78351, 237, 2402, 'Belchertown', 'MA'),
(78352, 237, 2402, 'Bellingham', 'MA'),
(78353, 237, 2402, 'Belmont', 'MA'),
(78354, 237, 2402, 'Berkley', 'MA'),
(78355, 237, 2402, 'Berkshire', 'MA'),
(78356, 237, 2402, 'Berlin', 'MA'),
(78357, 237, 2402, 'Bernardston', 'MA'),
(78358, 237, 2402, 'Beverly', 'MA'),
(78359, 237, 2402, 'Billerica', 'MA'),
(78360, 237, 2402, 'Blackstone', 'MA'),
(78361, 237, 2402, 'Blandford', 'MA'),
(78362, 237, 2402, 'Bolton', 'MA'),
(78363, 237, 2402, 'Bondsville', 'MA'),
(78364, 237, 2402, 'Boston', 'MA'),
(78365, 237, 2402, 'Boxford', 'MA'),
(78366, 237, 2402, 'Boylston', 'MA'),
(78367, 237, 2402, 'Braintree', 'MA'),
(78368, 237, 2402, 'Brewster', 'MA'),
(78369, 237, 2402, 'Bridgewater', 'MA'),
(78370, 237, 2402, 'Brighton', 'MA'),
(78371, 237, 2402, 'Brimfield', 'MA'),
(78372, 237, 2402, 'Brockton', 'MA'),
(78373, 237, 2402, 'Brookfield', 'MA'),
(78374, 237, 2402, 'Brookline', 'MA'),
(78375, 237, 2402, 'Bryantville', 'MA'),
(78376, 237, 2402, 'Burlington', 'MA'),
(78377, 237, 2402, 'Buzzards Bay', 'MA'),
(78378, 237, 2402, 'Byfield', 'MA'),
(78379, 237, 2402, 'Cambridge', 'MA'),
(78380, 237, 2402, 'Canton', 'MA'),
(78381, 237, 2402, 'Carlisle', 'MA'),
(78382, 237, 2402, 'Carver', 'MA'),
(78383, 237, 2402, 'Cataumet', 'MA'),
(78384, 237, 2402, 'Centerville', 'MA'),
(78385, 237, 2402, 'Charlemont', 'MA'),
(78386, 237, 2402, 'Charlestown', 'MA'),
(78387, 237, 2402, 'Charlton', 'MA'),
(78388, 237, 2402, 'Charlton City', 'MA'),
(78389, 237, 2402, 'Chatham', 'MA'),
(78390, 237, 2402, 'Chelmsford', 'MA'),
(78391, 237, 2402, 'Chelsea', 'MA'),
(78392, 237, 2402, 'Cherry Valley', 'MA'),
(78393, 237, 2402, 'Cheshire', 'MA'),
(78394, 237, 2402, 'Chester', 'MA'),
(78395, 237, 2402, 'Chesterfield', 'MA'),
(78396, 237, 2402, 'Chestnut Hill', 'MA'),
(78397, 237, 2402, 'Chicopee', 'MA'),
(78398, 237, 2402, 'Chilmark', 'MA'),
(78399, 237, 2402, 'Clinton', 'MA'),
(78400, 237, 2402, 'Cohasset', 'MA'),
(78401, 237, 2402, 'Colrain', 'MA'),
(78402, 237, 2402, 'Concord', 'MA'),
(78403, 237, 2402, 'Conway', 'MA'),
(78404, 237, 2402, 'Cotuit', 'MA'),
(78405, 237, 2402, 'Cummaquid', 'MA'),
(78406, 237, 2402, 'Cummington', 'MA'),
(78407, 237, 2402, 'Dalton', 'MA'),
(78408, 237, 2402, 'Danvers', 'MA'),
(78409, 237, 2402, 'Dedham', 'MA'),
(78410, 237, 2402, 'Deerfield', 'MA'),
(78411, 237, 2402, 'Dennis', 'MA'),
(78412, 237, 2402, 'Dennis Port', 'MA'),
(78413, 237, 2402, 'Devens', 'MA'),
(78414, 237, 2402, 'Dighton', 'MA'),
(78415, 237, 2402, 'Douglas', 'MA'),
(78416, 237, 2402, 'Dover', 'MA'),
(78417, 237, 2402, 'Dracut', 'MA'),
(78418, 237, 2402, 'Dudley', 'MA'),
(78419, 237, 2402, 'Dunstable', 'MA'),
(78420, 237, 2402, 'Duxbury', 'MA'),
(78421, 237, 2402, 'East Bridgewater', 'MA'),
(78422, 237, 2402, 'East Brookfield', 'MA'),
(78423, 237, 2402, 'East Dennis', 'MA'),
(78424, 237, 2402, 'East Falmouth', 'MA'),
(78425, 237, 2402, 'East Freetown', 'MA'),
(78426, 237, 2402, 'East Longmeadow', 'MA'),
(78427, 237, 2402, 'East Sandwich', 'MA'),
(78428, 237, 2402, 'East Taunton', 'MA'),
(78429, 237, 2402, 'East Templeton', 'MA'),
(78430, 237, 2402, 'East Walpole', 'MA'),
(78431, 237, 2402, 'East Wareham', 'MA'),
(78432, 237, 2402, 'East Weymouth', 'MA'),
(78433, 237, 2402, 'Eastham', 'MA'),
(78434, 237, 2402, 'Easthampton', 'MA'),
(78435, 237, 2402, 'Easton', 'MA'),
(78436, 237, 2402, 'Edgartown', 'MA'),
(78437, 237, 2402, 'Elmwood', 'MA'),
(78438, 237, 2402, 'Essex', 'MA'),
(78439, 237, 2402, 'Everett', 'MA'),
(78440, 237, 2402, 'Fairhaven', 'MA'),
(78441, 237, 2402, 'Fall River', 'MA'),
(78442, 237, 2402, 'Falmouth', 'MA'),
(78443, 237, 2402, 'Feeding Hills', 'MA'),
(78444, 237, 2402, 'Fiskdale', 'MA'),
(78445, 237, 2402, 'Fitchburg', 'MA'),
(78446, 237, 2402, 'Florence', 'MA'),
(78447, 237, 2402, 'Forestdale', 'MA'),
(78448, 237, 2402, 'Foxborough', 'MA'),
(78449, 237, 2402, 'Framingham', 'MA'),
(78450, 237, 2402, 'Franklin', 'MA'),
(78451, 237, 2402, 'Gardner', 'MA'),
(78452, 237, 2402, 'Georgetown', 'MA'),
(78453, 237, 2402, 'Gilbertville', 'MA'),
(78454, 237, 2402, 'Gloucester', 'MA'),
(78455, 237, 2402, 'Goshen', 'MA'),
(78456, 237, 2402, 'Grafton', 'MA'),
(78457, 237, 2402, 'Granby', 'MA'),
(78458, 237, 2402, 'Granville', 'MA'),
(78459, 237, 2402, 'Great Barrington', 'MA'),
(78460, 237, 2402, 'Greenfield', 'MA'),
(78461, 237, 2402, 'Groton', 'MA'),
(78462, 237, 2402, 'Groveland', 'MA'),
(78463, 237, 2402, 'Hadley', 'MA'),
(78464, 237, 2402, 'Halifax', 'MA'),
(78465, 237, 2402, 'Hampden', 'MA'),
(78466, 237, 2402, 'Hanover', 'MA'),
(78467, 237, 2402, 'Hanson', 'MA'),
(78468, 237, 2402, 'Harvard', 'MA'),
(78469, 237, 2402, 'Harwich', 'MA'),
(78470, 237, 2402, 'Harwich Port', 'MA'),
(78471, 237, 2402, 'Hatfield', 'MA'),
(78472, 237, 2402, 'Haverhill', 'MA'),
(78473, 237, 2402, 'Haydenville', 'MA'),
(78474, 237, 2402, 'Head of Westport', 'MA'),
(78475, 237, 2402, 'Hingham', 'MA'),
(78476, 237, 2402, 'Hinsdale', 'MA'),
(78477, 237, 2402, 'Holbrook', 'MA'),
(78478, 237, 2402, 'Holden', 'MA'),
(78479, 237, 2402, 'Holland', 'MA'),
(78480, 237, 2402, 'Holliston', 'MA'),
(78481, 237, 2402, 'Holyoke', 'MA'),
(78482, 237, 2402, 'Hopedale', 'MA'),
(78483, 237, 2402, 'Hopkinton', 'MA'),
(78484, 237, 2402, 'Housatonic', 'MA'),
(78485, 237, 2402, 'Hubbardston', 'MA'),
(78486, 237, 2402, 'Hudson', 'MA'),
(78487, 237, 2402, 'Hull', 'MA'),
(78488, 237, 2402, 'Humarock', 'MA'),
(78489, 237, 2402, 'Huntington', 'MA'),
(78490, 237, 2402, 'Hyannis', 'MA'),
(78491, 237, 2402, 'Hyde Park', 'MA'),
(78492, 237, 2402, 'Indian Orchard', 'MA'),
(78493, 237, 2402, 'Ipswich', 'MA'),
(78494, 237, 2402, 'Jamaica Plain', 'MA'),
(78495, 237, 2402, 'Jefferson', 'MA'),
(78496, 237, 2402, 'Kingston', 'MA'),
(78497, 237, 2402, 'Lakeville', 'MA'),
(78498, 237, 2402, 'Lancaster', 'MA'),
(78499, 237, 2402, 'Lawrence', 'MA'),
(78500, 237, 2402, 'Lee', 'MA'),
(78501, 237, 2402, 'Leeds', 'MA'),
(78502, 237, 2402, 'Leicester', 'MA'),
(78503, 237, 2402, 'Lenox', 'MA'),
(78504, 237, 2402, 'Lenox Dale', 'MA'),
(78505, 237, 2402, 'Leominster', 'MA'),
(78506, 237, 2402, 'Leverett', 'MA'),
(78507, 237, 2402, 'Lexington', 'MA'),
(78508, 237, 2402, 'Lincoln', 'MA'),
(78509, 237, 2402, 'Littleton', 'MA'),
(78510, 237, 2402, 'Longmeadow', 'MA'),
(78511, 237, 2402, 'Lowell', 'MA'),
(78512, 237, 2402, 'Ludlow', 'MA'),
(78513, 237, 2402, 'Lunenburg', 'MA'),
(78514, 237, 2402, 'Lynn', 'MA'),
(78515, 237, 2402, 'Lynnfield', 'MA'),
(78516, 237, 2402, 'Malden', 'MA'),
(78517, 237, 2402, 'Manchaug', 'MA'),
(78518, 237, 2402, 'Manchester-by-the-Sea', 'MA'),
(78519, 237, 2402, 'Manomet', 'MA'),
(78520, 237, 2402, 'Mansfield', 'MA'),
(78521, 237, 2402, 'Marblehead', 'MA'),
(78522, 237, 2402, 'Marion', 'MA'),
(78523, 237, 2402, 'Marlborough', 'MA'),
(78524, 237, 2402, 'Marshfield', 'MA'),
(78525, 237, 2402, 'Marstons Mills', 'MA'),
(78526, 237, 2402, 'Mashpee', 'MA'),
(78527, 237, 2402, 'Mattapan', 'MA'),
(78528, 237, 2402, 'Mattapoisett', 'MA'),
(78529, 237, 2402, 'Maynard', 'MA'),
(78530, 237, 2402, 'Medfield', 'MA'),
(78531, 237, 2402, 'Medford', 'MA'),
(78532, 237, 2402, 'Medway', 'MA'),
(78533, 237, 2402, 'Melrose', 'MA'),
(78534, 237, 2402, 'Mendon', 'MA'),
(78535, 237, 2402, 'Menemsha', 'MA'),
(78536, 237, 2402, 'Merrimac', 'MA'),
(78537, 237, 2402, 'Methuen', 'MA'),
(78538, 237, 2402, 'Middleboro', 'MA'),
(78539, 237, 2402, 'Middlefield', 'MA'),
(78540, 237, 2402, 'Middleton', 'MA'),
(78541, 237, 2402, 'Milford', 'MA'),
(78542, 237, 2402, 'Millbury', 'MA'),
(78543, 237, 2402, 'Millis', 'MA'),
(78544, 237, 2402, 'Millville', 'MA'),
(78545, 237, 2402, 'Milton', 'MA'),
(78546, 237, 2402, 'Monson', 'MA'),
(78547, 237, 2402, 'Montague', 'MA'),
(78548, 237, 2402, 'Monterey', 'MA'),
(78549, 237, 2402, 'Monument Beach', 'MA'),
(78550, 237, 2402, 'Nahant', 'MA'),
(78551, 237, 2402, 'Nantucket', 'MA'),
(78552, 237, 2402, 'Natick', 'MA'),
(78553, 237, 2402, 'Needham', 'MA'),
(78554, 237, 2402, 'Needham Heights', 'MA'),
(78555, 237, 2402, 'New Bedford', 'MA'),
(78556, 237, 2402, 'Newburyport', 'MA'),
(78557, 237, 2402, 'Newton', 'MA'),
(78558, 237, 2402, 'Newton Center', 'MA'),
(78559, 237, 2402, 'Newton Highlands', 'MA'),
(78560, 237, 2402, 'Newton Lower Falls', 'MA'),
(78561, 237, 2402, 'Newton Upper Falls', 'MA'),
(78562, 237, 2402, 'Newtonville', 'MA'),
(78563, 237, 2402, 'Norfolk', 'MA'),
(78564, 237, 2402, 'North Adams', 'MA'),
(78565, 237, 2402, 'North Andover', 'MA'),
(78566, 237, 2402, 'North Attleboro', 'MA'),
(78567, 237, 2402, 'North Billerica', 'MA'),
(78568, 237, 2402, 'North Brookfield', 'MA'),
(78569, 237, 2402, 'North Chatham', 'MA'),
(78570, 237, 2402, 'North Chelmsford', 'MA'),
(78571, 237, 2402, 'North Dartmouth', 'MA'),
(78572, 237, 2402, 'North Dighton', 'MA'),
(78573, 237, 2402, 'North Eastham', 'MA'),
(78574, 237, 2402, 'North Easton', 'MA'),
(78575, 237, 2402, 'North Falmouth', 'MA'),
(78576, 237, 2402, 'North Grafton', 'MA'),
(78577, 237, 2402, 'North Hatfield', 'MA'),
(78578, 237, 2402, 'North Oxford', 'MA'),
(78579, 237, 2402, 'North Pembroke', 'MA'),
(78580, 237, 2402, 'North Reading', 'MA'),
(78581, 237, 2402, 'North Scituate', 'MA'),
(78582, 237, 2402, 'North Truro', 'MA'),
(78583, 237, 2402, 'North Uxbridge', 'MA'),
(78584, 237, 2402, 'North Weymouth', 'MA'),
(78585, 237, 2402, 'Northampton', 'MA'),
(78586, 237, 2402, 'Northborough', 'MA'),
(78587, 237, 2402, 'Northbridge', 'MA'),
(78588, 237, 2402, 'Northfield', 'MA'),
(78589, 237, 2402, 'Norton', 'MA'),
(78590, 237, 2402, 'Norwell', 'MA'),
(78591, 237, 2402, 'Norwood', 'MA'),
(78592, 237, 2402, 'Nutting Lake', 'MA'),
(78593, 237, 2402, 'Oak Bluffs', 'MA'),
(78594, 237, 2402, 'Oakham', 'MA'),
(78595, 237, 2402, 'Ocean Bluff', 'MA'),
(78596, 237, 2402, 'Onset', 'MA'),
(78597, 237, 2402, 'Orange', 'MA'),
(78598, 237, 2402, 'Orleans', 'MA'),
(78599, 237, 2402, 'Osterville', 'MA'),
(78600, 237, 2402, 'Oxford', 'MA'),
(78601, 237, 2402, 'Palmer', 'MA'),
(78602, 237, 2402, 'Paxton', 'MA'),
(78603, 237, 2402, 'Peabody', 'MA'),
(78604, 237, 2402, 'Pembroke', 'MA'),
(78605, 237, 2402, 'Pepperell', 'MA'),
(78606, 237, 2402, 'Petersham', 'MA'),
(78607, 237, 2402, 'Pittsfield', 'MA'),
(78608, 237, 2402, 'Plainfield', 'MA'),
(78609, 237, 2402, 'Plainville', 'MA'),
(78610, 237, 2402, 'Plymouth', 'MA'),
(78611, 237, 2402, 'Plympton', 'MA'),
(78612, 237, 2402, 'Pocasset', 'MA'),
(78613, 237, 2402, 'Prides Crossing', 'MA'),
(78614, 237, 2402, 'Princeton', 'MA'),
(78615, 237, 2402, 'Provincetown', 'MA'),
(78616, 237, 2402, 'Quincy', 'MA'),
(78617, 237, 2402, 'Randolph', 'MA'),
(78618, 237, 2402, 'Raynham', 'MA'),
(78619, 237, 2402, 'Raynham Center', 'MA'),
(78620, 237, 2402, 'Reading', 'MA'),
(78621, 237, 2402, 'Readville', 'MA'),
(78622, 237, 2402, 'Rehoboth', 'MA'),
(78623, 237, 2402, 'Revere', 'MA'),
(78624, 237, 2402, 'Rochdale', 'MA'),
(78625, 237, 2402, 'Rochester', 'MA'),
(78626, 237, 2402, 'Rockland', 'MA'),
(78627, 237, 2402, 'Rockport', 'MA'),
(78628, 237, 2402, 'Roslindale', 'MA'),
(78629, 237, 2402, 'Rowe', 'MA'),
(78630, 237, 2402, 'Rowley', 'MA'),
(78631, 237, 2402, 'Royalston', 'MA'),
(78632, 237, 2402, 'Russell', 'MA'),
(78633, 237, 2402, 'Rutland', 'MA'),
(78634, 237, 2402, 'Sagamore', 'MA'),
(78635, 237, 2402, 'Sagamore Beach', 'MA'),
(78636, 237, 2402, 'Salem', 'MA'),
(78637, 237, 2402, 'Salisbury', 'MA'),
(78638, 237, 2402, 'Sandisfield', 'MA'),
(78639, 237, 2402, 'Sandwich', 'MA'),
(78640, 237, 2402, 'Saugus', 'MA'),
(78641, 237, 2402, 'Scituate', 'MA'),
(78642, 237, 2402, 'Seekonk', 'MA'),
(78643, 237, 2402, 'Sharon', 'MA'),
(78644, 237, 2402, 'Sheffield', 'MA'),
(78645, 237, 2402, 'Shelburne Falls', 'MA'),
(78646, 237, 2402, 'Sherborn', 'MA'),
(78647, 237, 2402, 'Shirley', 'MA'),
(78648, 237, 2402, 'Shrewsbury', 'MA'),
(78649, 237, 2402, 'Shutesbury', 'MA'),
(78650, 237, 2402, 'Somerset', 'MA'),
(78651, 237, 2402, 'Somerville', 'MA'),
(78652, 237, 2402, 'South Barre', 'MA'),
(78653, 237, 2402, 'South Chatham', 'MA'),
(78654, 237, 2402, 'South Dartmouth', 'MA'),
(78655, 237, 2402, 'South Deerfield', 'MA'),
(78656, 237, 2402, 'South Dennis', 'MA'),
(78657, 237, 2402, 'South Easton', 'MA'),
(78658, 237, 2402, 'South Hadley', 'MA'),
(78659, 237, 2402, 'South Hamilton', 'MA'),
(78660, 237, 2402, 'South Harwich', 'MA'),
(78661, 237, 2402, 'South Lancaster', 'MA'),
(78662, 237, 2402, 'South Orleans', 'MA'),
(78663, 237, 2402, 'South Walpole', 'MA'),
(78664, 237, 2402, 'South Wellfleet', 'MA'),
(78665, 237, 2402, 'South Weymouth', 'MA'),
(78666, 237, 2402, 'South Yarmouth', 'MA'),
(78667, 237, 2402, 'Southampton', 'MA'),
(78668, 237, 2402, 'Southborough', 'MA'),
(78669, 237, 2402, 'Southbridge', 'MA'),
(78670, 237, 2402, 'Southfield', 'MA'),
(78671, 237, 2402, 'Southwick', 'MA'),
(78672, 237, 2402, 'Spencer', 'MA'),
(78673, 237, 2402, 'Springfield', 'MA'),
(78674, 237, 2402, 'Sterling', 'MA'),
(78675, 237, 2402, 'Still River', 'MA'),
(78676, 237, 2402, 'Stoneham', 'MA'),
(78677, 237, 2402, 'Stoughton', 'MA'),
(78678, 237, 2402, 'Stow', 'MA'),
(78679, 237, 2402, 'Sturbridge', 'MA'),
(78680, 237, 2402, 'Sudbury', 'MA'),
(78681, 237, 2402, 'Sunderland', 'MA'),
(78682, 237, 2402, 'Sutton', 'MA'),
(78683, 237, 2402, 'Swampscott', 'MA'),
(78684, 237, 2402, 'Swansea', 'MA'),
(78685, 237, 2402, 'Taunton', 'MA'),
(78686, 237, 2402, 'Templeton', 'MA'),
(78687, 237, 2402, 'Tewksbury', 'MA'),
(78688, 237, 2402, 'Thorndike', 'MA'),
(78689, 237, 2402, 'Three Rivers', 'MA'),
(78690, 237, 2402, 'Topsfield', 'MA'),
(78691, 237, 2402, 'Town of Boxborough', 'MA'),
(78692, 237, 2402, 'Townsend', 'MA'),
(78693, 237, 2402, 'Truro', 'MA'),
(78694, 237, 2402, 'Turners Falls', 'MA'),
(78695, 237, 2402, 'Tyngsboro', 'MA'),
(78696, 237, 2402, 'Tyringham', 'MA'),
(78697, 237, 2402, 'Upton', 'MA'),
(78698, 237, 2402, 'Uxbridge', 'MA'),
(78699, 237, 2402, 'Village of Nagog Woods', 'MA'),
(78700, 237, 2402, 'Waban', 'MA'),
(78701, 237, 2402, 'Wakefield', 'MA'),
(78702, 237, 2402, 'Wales', 'MA'),
(78703, 237, 2402, 'Walpole', 'MA'),
(78704, 237, 2402, 'Waltham', 'MA'),
(78705, 237, 2402, 'Ware', 'MA'),
(78706, 237, 2402, 'Wareham', 'MA'),
(78707, 237, 2402, 'Warren', 'MA'),
(78708, 237, 2402, 'Warwick', 'MA'),
(78709, 237, 2402, 'Watertown', 'MA'),
(78710, 237, 2402, 'Waverley', 'MA'),
(78711, 237, 2402, 'Wayland', 'MA'),
(78712, 237, 2402, 'Webster', 'MA'),
(78713, 237, 2402, 'Wellesley', 'MA'),
(78714, 237, 2402, 'Wellesley Hills', 'MA'),
(78715, 237, 2402, 'Wellfleet', 'MA'),
(78716, 237, 2402, 'Wenham', 'MA'),
(78717, 237, 2402, 'West Barnstable', 'MA'),
(78718, 237, 2402, 'West Boylston', 'MA'),
(78719, 237, 2402, 'West Bridgewater', 'MA'),
(78720, 237, 2402, 'West Brookfield', 'MA'),
(78721, 237, 2402, 'West Chatham', 'MA'),
(78722, 237, 2402, 'West Chesterfield', 'MA'),
(78723, 237, 2402, 'West Dennis', 'MA'),
(78724, 237, 2402, 'West Falmouth', 'MA'),
(78725, 237, 2402, 'West Groton', 'MA'),
(78726, 237, 2402, 'West Harwich', 'MA'),
(78727, 237, 2402, 'West Hatfield', 'MA'),
(78728, 237, 2402, 'West Hyannisport', 'MA'),
(78729, 237, 2402, 'West Newbury', 'MA'),
(78730, 237, 2402, 'West Newton', 'MA'),
(78731, 237, 2402, 'West Roxbury', 'MA'),
(78732, 237, 2402, 'West Springfield', 'MA'),
(78733, 237, 2402, 'West Stockbridge', 'MA'),
(78734, 237, 2402, 'West Tisbury', 'MA'),
(78735, 237, 2402, 'West Townsend', 'MA'),
(78736, 237, 2402, 'West Wareham', 'MA'),
(78737, 237, 2402, 'West Warren', 'MA'),
(78738, 237, 2402, 'West Yarmouth', 'MA'),
(78739, 237, 2402, 'Westborough', 'MA'),
(78740, 237, 2402, 'Westfield', 'MA'),
(78741, 237, 2402, 'Westford', 'MA'),
(78742, 237, 2402, 'Westminster', 'MA'),
(78743, 237, 2402, 'Weston', 'MA'),
(78744, 237, 2402, 'Westwood', 'MA'),
(78745, 237, 2402, 'Weymouth', 'MA'),
(78746, 237, 2402, 'Whately', 'MA'),
(78747, 237, 2402, 'White Horse Beach', 'MA'),
(78748, 237, 2402, 'Whitinsville', 'MA'),
(78749, 237, 2402, 'Whitman', 'MA'),
(78750, 237, 2402, 'Wilbraham', 'MA'),
(78751, 237, 2402, 'Williamsburg', 'MA'),
(78752, 237, 2402, 'Williamstown', 'MA'),
(78753, 237, 2402, 'Wilmington', 'MA'),
(78754, 237, 2402, 'Winchendon', 'MA'),
(78755, 237, 2402, 'Winchester', 'MA'),
(78756, 237, 2402, 'Windsor', 'MA'),
(78757, 237, 2402, 'Winthrop', 'MA'),
(78758, 237, 2402, 'Woburn', 'MA'),
(78759, 237, 2402, 'Woods Hole', 'MA'),
(78760, 237, 2402, 'Woodville', 'MA'),
(78761, 237, 2402, 'Worcester', 'MA'),
(78762, 237, 2402, 'Wrentham', 'MA'),
(78763, 237, 2402, 'Yarmouth Port', 'MA'),
(78764, 237, 2403, 'Acme', 'MI'),
(78765, 237, 2403, 'Ada', 'MI'),
(78766, 237, 2403, 'Addison', 'MI'),
(78767, 237, 2403, 'Adrian', 'MI'),
(78768, 237, 2403, 'Afton', 'MI'),
(78769, 237, 2403, 'Ahmeek', 'MI'),
(78770, 237, 2403, 'Akron', 'MI'),
(78771, 237, 2403, 'Alanson', 'MI'),
(78772, 237, 2403, 'Albion', 'MI'),
(78773, 237, 2403, 'Alger', 'MI'),
(78774, 237, 2403, 'Algonac', 'MI'),
(78775, 237, 2403, 'Allegan', 'MI'),
(78776, 237, 2403, 'Allen Park', 'MI'),
(78777, 237, 2403, 'Allendale', 'MI'),
(78778, 237, 2403, 'Allenton', 'MI'),
(78779, 237, 2403, 'Allouez', 'MI'),
(78780, 237, 2403, 'Alma', 'MI'),
(78781, 237, 2403, 'Almont', 'MI'),
(78782, 237, 2403, 'Alpena', 'MI'),
(78783, 237, 2403, 'Alto', 'MI'),
(78784, 237, 2403, 'Anchorville', 'MI'),
(78785, 237, 2403, 'Ann Arbor', 'MI'),
(78786, 237, 2403, 'Applegate', 'MI'),
(78787, 237, 2403, 'Arcadia', 'MI'),
(78788, 237, 2403, 'Armada', 'MI'),
(78789, 237, 2403, 'Ashley', 'MI'),
(78790, 237, 2403, 'Athens', 'MI'),
(78791, 237, 2403, 'Atlanta', 'MI'),
(78792, 237, 2403, 'Atlantic Mine', 'MI'),
(78793, 237, 2403, 'Atlas', 'MI'),
(78794, 237, 2403, 'Attica', 'MI'),
(78795, 237, 2403, 'Au Gres', 'MI'),
(78796, 237, 2403, 'Auburn', 'MI'),
(78797, 237, 2403, 'Auburn Hills', 'MI'),
(78798, 237, 2403, 'Augusta', 'MI'),
(78799, 237, 2403, 'Avoca', 'MI'),
(78800, 237, 2403, 'Bad Axe', 'MI'),
(78801, 237, 2403, 'Baldwin', 'MI'),
(78802, 237, 2403, 'Bancroft', 'MI'),
(78803, 237, 2403, 'Bangor', 'MI'),
(78804, 237, 2403, 'Baraga', 'MI'),
(78805, 237, 2403, 'Barbeau', 'MI'),
(78806, 237, 2403, 'Bark River', 'MI'),
(78807, 237, 2403, 'Baroda', 'MI'),
(78808, 237, 2403, 'Bath', 'MI'),
(78809, 237, 2403, 'Battle Creek', 'MI'),
(78810, 237, 2403, 'Bay City', 'MI'),
(78811, 237, 2403, 'Bay Port', 'MI'),
(78812, 237, 2403, 'Bear Lake', 'MI'),
(78813, 237, 2403, 'Beaverton', 'MI'),
(78814, 237, 2403, 'Belding', 'MI'),
(78815, 237, 2403, 'Bellaire', 'MI'),
(78816, 237, 2403, 'Belleville', 'MI'),
(78817, 237, 2403, 'Bellevue', 'MI'),
(78818, 237, 2403, 'Belmont', 'MI'),
(78819, 237, 2403, 'Benton Harbor', 'MI'),
(78820, 237, 2403, 'Benzonia', 'MI'),
(78821, 237, 2403, 'Bergland', 'MI'),
(78822, 237, 2403, 'Berkley', 'MI'),
(78823, 237, 2403, 'Berrien Center', 'MI'),
(78824, 237, 2403, 'Berrien Springs', 'MI'),
(78825, 237, 2403, 'Bessemer', 'MI'),
(78826, 237, 2403, 'Beulah', 'MI'),
(78827, 237, 2403, 'Big Bay', 'MI'),
(78828, 237, 2403, 'Big Rapids', 'MI'),
(78829, 237, 2403, 'Birch Run', 'MI'),
(78830, 237, 2403, 'Birmingham', 'MI'),
(78831, 237, 2403, 'Bitely', 'MI'),
(78832, 237, 2403, 'Blanchard', 'MI'),
(78833, 237, 2403, 'Blissfield', 'MI'),
(78834, 237, 2403, 'Bloomfield Hills', 'MI'),
(78835, 237, 2403, 'Bloomingdale', 'MI'),
(78836, 237, 2403, 'Boyne City', 'MI'),
(78837, 237, 2403, 'Boyne Falls', 'MI'),
(78838, 237, 2403, 'Branch Township', 'MI'),
(78839, 237, 2403, 'Breckenridge', 'MI'),
(78840, 237, 2403, 'Brethren', 'MI'),
(78841, 237, 2403, 'Bridgeport', 'MI'),
(78842, 237, 2403, 'Bridgman', 'MI'),
(78843, 237, 2403, 'Brighton', 'MI'),
(78844, 237, 2403, 'Brimley', 'MI'),
(78845, 237, 2403, 'Britton', 'MI'),
(78846, 237, 2403, 'Bronson', 'MI'),
(78847, 237, 2403, 'Brooklyn', 'MI'),
(78848, 237, 2403, 'Brown City', 'MI'),
(78849, 237, 2403, 'Bruce Crossing', 'MI'),
(78850, 237, 2403, 'Buchanan', 'MI'),
(78851, 237, 2403, 'Buckley', 'MI'),
(78852, 237, 2403, 'Burlington', 'MI'),
(78853, 237, 2403, 'Burr Oak', 'MI'),
(78854, 237, 2403, 'Burt', 'MI'),
(78855, 237, 2403, 'Burton', 'MI'),
(78856, 237, 2403, 'Byron', 'MI'),
(78857, 237, 2403, 'Byron Center', 'MI'),
(78858, 237, 2403, 'Cadillac', 'MI'),
(78859, 237, 2403, 'Caledonia', 'MI'),
(78860, 237, 2403, 'Calumet', 'MI'),
(78861, 237, 2403, 'Camden', 'MI'),
(78862, 237, 2403, 'Canton', 'MI'),
(78863, 237, 2403, 'Capac', 'MI'),
(78864, 237, 2403, 'Carleton', 'MI'),
(78865, 237, 2403, 'Carney', 'MI'),
(78866, 237, 2403, 'Caro', 'MI'),
(78867, 237, 2403, 'Carp Lake', 'MI'),
(78868, 237, 2403, 'Carrollton', 'MI'),
(78869, 237, 2403, 'Carson City', 'MI'),
(78870, 237, 2403, 'Carsonville', 'MI'),
(78871, 237, 2403, 'Casco', 'MI'),
(78872, 237, 2403, 'Caseville', 'MI'),
(78873, 237, 2403, 'Casnovia', 'MI'),
(78874, 237, 2403, 'Caspian', 'MI'),
(78875, 237, 2403, 'Cass City', 'MI'),
(78876, 237, 2403, 'Cassopolis', 'MI'),
(78877, 237, 2403, 'Cedar', 'MI'),
(78878, 237, 2403, 'Cedar Springs', 'MI'),
(78879, 237, 2403, 'Cement City', 'MI'),
(78880, 237, 2403, 'Center Line', 'MI'),
(78881, 237, 2403, 'Central Lake', 'MI'),
(78882, 237, 2403, 'Centreville', 'MI'),
(78883, 237, 2403, 'Ceresco', 'MI'),
(78884, 237, 2403, 'Champion', 'MI'),
(78885, 237, 2403, 'Charlevoix', 'MI'),
(78886, 237, 2403, 'Charlotte', 'MI'),
(78887, 237, 2403, 'Charter Township of Clinton', 'MI'),
(78888, 237, 2403, 'Chase', 'MI'),
(78889, 237, 2403, 'Chassell', 'MI'),
(78890, 237, 2403, 'Cheboygan', 'MI'),
(78891, 237, 2403, 'Chelsea', 'MI'),
(78892, 237, 2403, 'Chesaning', 'MI'),
(78893, 237, 2403, 'Chippewa Lake', 'MI'),
(78894, 237, 2403, 'Clare', 'MI'),
(78895, 237, 2403, 'Clarklake', 'MI'),
(78896, 237, 2403, 'Clarkston', 'MI'),
(78897, 237, 2403, 'Clarksville', 'MI'),
(78898, 237, 2403, 'Clawson', 'MI'),
(78899, 237, 2403, 'Clayton', 'MI'),
(78900, 237, 2403, 'Climax', 'MI'),
(78901, 237, 2403, 'Clinton', 'MI'),
(78902, 237, 2403, 'Clio', 'MI'),
(78903, 237, 2403, 'Coldwater', 'MI'),
(78904, 237, 2403, 'Coleman', 'MI'),
(78905, 237, 2403, 'Coloma', 'MI'),
(78906, 237, 2403, 'Colon', 'MI'),
(78907, 237, 2403, 'Columbiaville', 'MI'),
(78908, 237, 2403, 'Columbus', 'MI'),
(78909, 237, 2403, 'Commerce', 'MI'),
(78910, 237, 2403, 'Comstock Park', 'MI'),
(78911, 237, 2403, 'Concord', 'MI'),
(78912, 237, 2403, 'Conklin', 'MI'),
(78913, 237, 2403, 'Constantine', 'MI'),
(78914, 237, 2403, 'Coopersville', 'MI'),
(78915, 237, 2403, 'Copemish', 'MI'),
(78916, 237, 2403, 'Copper City', 'MI'),
(78917, 237, 2403, 'Coral', 'MI'),
(78918, 237, 2403, 'Corunna', 'MI'),
(78919, 237, 2403, 'Covert', 'MI'),
(78920, 237, 2403, 'Croswell', 'MI'),
(78921, 237, 2403, 'Crystal', 'MI'),
(78922, 237, 2403, 'Crystal Falls', 'MI'),
(78923, 237, 2403, 'Curtis', 'MI'),
(78924, 237, 2403, 'Custer', 'MI'),
(78925, 237, 2403, 'Dafter', 'MI'),
(78926, 237, 2403, 'Dansville', 'MI'),
(78927, 237, 2403, 'Davisburg', 'MI'),
(78928, 237, 2403, 'Davison', 'MI'),
(78929, 237, 2403, 'Dearborn', 'MI'),
(78930, 237, 2403, 'Dearborn Heights', 'MI'),
(78931, 237, 2403, 'Decatur', 'MI'),
(78932, 237, 2403, 'Decker', 'MI'),
(78933, 237, 2403, 'Deckerville', 'MI'),
(78934, 237, 2403, 'Deerfield', 'MI'),
(78935, 237, 2403, 'Deford', 'MI'),
(78936, 237, 2403, 'Delton', 'MI'),
(78937, 237, 2403, 'Detroit', 'MI'),
(78938, 237, 2403, 'DeWitt', 'MI'),
(78939, 237, 2403, 'Dexter', 'MI'),
(78940, 237, 2403, 'Dimondale', 'MI'),
(78941, 237, 2403, 'Dollar Bay', 'MI'),
(78942, 237, 2403, 'Dorr', 'MI'),
(78943, 237, 2403, 'Douglas', 'MI'),
(78944, 237, 2403, 'Dowagiac', 'MI'),
(78945, 237, 2403, 'Dowling', 'MI'),
(78946, 237, 2403, 'Drayton Plains', 'MI'),
(78947, 237, 2403, 'Drummond', 'MI'),
(78948, 237, 2403, 'Dryden', 'MI'),
(78949, 237, 2403, 'Dundee', 'MI'),
(78950, 237, 2403, 'Durand', 'MI'),
(78951, 237, 2403, 'Eagle', 'MI'),
(78952, 237, 2403, 'East China Township', 'MI'),
(78953, 237, 2403, 'East Jordan', 'MI'),
(78954, 237, 2403, 'East Lansing', 'MI'),
(78955, 237, 2403, 'East Tawas', 'MI'),
(78956, 237, 2403, 'Eastpointe', 'MI'),
(78957, 237, 2403, 'Eastport', 'MI'),
(78958, 237, 2403, 'Eaton Rapids', 'MI'),
(78959, 237, 2403, 'Eau Claire', 'MI'),
(78960, 237, 2403, 'Ecorse', 'MI'),
(78961, 237, 2403, 'Edmore', 'MI'),
(78962, 237, 2403, 'Edwardsburg', 'MI'),
(78963, 237, 2403, 'Elk Rapids', 'MI'),
(78964, 237, 2403, 'Elkton', 'MI'),
(78965, 237, 2403, 'Ellsworth', 'MI'),
(78966, 237, 2403, 'Elm Hall', 'MI'),
(78967, 237, 2403, 'Elmira', 'MI'),
(78968, 237, 2403, 'Elsie', 'MI'),
(78969, 237, 2403, 'Elwell', 'MI'),
(78970, 237, 2403, 'Emmett', 'MI'),
(78971, 237, 2403, 'Empire', 'MI'),
(78972, 237, 2403, 'Engadine', 'MI'),
(78973, 237, 2403, 'Erie', 'MI'),
(78974, 237, 2403, 'Escanaba', 'MI'),
(78975, 237, 2403, 'Essexville', 'MI'),
(78976, 237, 2403, 'Evart', 'MI'),
(78977, 237, 2403, 'Fair Haven', 'MI'),
(78978, 237, 2403, 'Fairgrove', 'MI'),
(78979, 237, 2403, 'Fairview', 'MI'),
(78980, 237, 2403, 'Falmouth', 'MI'),
(78981, 237, 2403, 'Farmington', 'MI'),
(78982, 237, 2403, 'Farwell', 'MI'),
(78983, 237, 2403, 'Felch', 'MI'),
(78984, 237, 2403, 'Fennville', 'MI'),
(78985, 237, 2403, 'Fenton', 'MI'),
(78986, 237, 2403, 'Fenwick', 'MI'),
(78987, 237, 2403, 'Ferndale', 'MI'),
(78988, 237, 2403, 'Fife Lake', 'MI'),
(78989, 237, 2403, 'Filion', 'MI'),
(78990, 237, 2403, 'Flat Rock', 'MI'),
(78991, 237, 2403, 'Flint', 'MI'),
(78992, 237, 2403, 'Flushing', 'MI'),
(78993, 237, 2403, 'Fort Gratiot Township', 'MI'),
(78994, 237, 2403, 'Foster City', 'MI'),
(78995, 237, 2403, 'Fostoria', 'MI'),
(78996, 237, 2403, 'Fountain', 'MI'),
(78997, 237, 2403, 'Fowler', 'MI'),
(78998, 237, 2403, 'Fowlerville', 'MI'),
(78999, 237, 2403, 'Frankenmuth', 'MI'),
(79000, 237, 2403, 'Frankfort', 'MI'),
(79001, 237, 2403, 'Franklin', 'MI'),
(79002, 237, 2403, 'Fraser', 'MI'),
(79003, 237, 2403, 'Frederic', 'MI'),
(79004, 237, 2403, 'Free Soil', 'MI'),
(79005, 237, 2403, 'Freeland', 'MI'),
(79006, 237, 2403, 'Freeport', 'MI'),
(79007, 237, 2403, 'Fremont', 'MI'),
(79008, 237, 2403, 'Fruitport', 'MI'),
(79009, 237, 2403, 'Fulton', 'MI'),
(79010, 237, 2403, 'Gaastra', 'MI'),
(79011, 237, 2403, 'Gagetown', 'MI'),
(79012, 237, 2403, 'Gaines', 'MI'),
(79013, 237, 2403, 'Galesburg', 'MI'),
(79014, 237, 2403, 'Galien', 'MI'),
(79015, 237, 2403, 'Garden', 'MI'),
(79016, 237, 2403, 'Garden City', 'MI'),
(79017, 237, 2403, 'Gaylord', 'MI'),
(79018, 237, 2403, 'Germfask', 'MI'),
(79019, 237, 2403, 'Gladstone', 'MI'),
(79020, 237, 2403, 'Gladwin', 'MI'),
(79021, 237, 2403, 'Glen Arbor', 'MI'),
(79022, 237, 2403, 'Glennie', 'MI'),
(79023, 237, 2403, 'Gobles', 'MI'),
(79024, 237, 2403, 'Goetzville', 'MI'),
(79025, 237, 2403, 'Goodells', 'MI'),
(79026, 237, 2403, 'Goodrich', 'MI'),
(79027, 237, 2403, 'Gould City', 'MI'),
(79028, 237, 2403, 'Grand Blanc', 'MI'),
(79029, 237, 2403, 'Grand Haven', 'MI'),
(79030, 237, 2403, 'Grand Junction', 'MI'),
(79031, 237, 2403, 'Grand Ledge', 'MI'),
(79032, 237, 2403, 'Grand Marais', 'MI'),
(79033, 237, 2403, 'Grand Rapids', 'MI'),
(79034, 237, 2403, 'Grandville', 'MI'),
(79035, 237, 2403, 'Grant', 'MI'),
(79036, 237, 2403, 'Grass Lake', 'MI'),
(79037, 237, 2403, 'Grawn', 'MI'),
(79038, 237, 2403, 'Grayling', 'MI'),
(79039, 237, 2403, 'Greenbush', 'MI'),
(79040, 237, 2403, 'Greenville', 'MI'),
(79041, 237, 2403, 'Gregory', 'MI'),
(79042, 237, 2403, 'Grosse Ile', 'MI'),
(79043, 237, 2403, 'Grosse Pointe', 'MI'),
(79044, 237, 2403, 'Gwinn', 'MI'),
(79045, 237, 2403, 'Hale', 'MI'),
(79046, 237, 2403, 'Hamburg', 'MI'),
(79047, 237, 2403, 'Hamilton', 'MI'),
(79048, 237, 2403, 'Hamtramck', 'MI'),
(79049, 237, 2403, 'Hancock', 'MI'),
(79050, 237, 2403, 'Hanover', 'MI'),
(79051, 237, 2403, 'Harbert', 'MI'),
(79052, 237, 2403, 'Harbor Beach', 'MI'),
(79053, 237, 2403, 'Harbor Springs', 'MI'),
(79054, 237, 2403, 'Harper Woods', 'MI'),
(79055, 237, 2403, 'Harrison', 'MI'),
(79056, 237, 2403, 'Harsens Island', 'MI'),
(79057, 237, 2403, 'Hart', 'MI'),
(79058, 237, 2403, 'Hartford', 'MI'),
(79059, 237, 2403, 'Hartland', 'MI'),
(79060, 237, 2403, 'Haslett', 'MI'),
(79061, 237, 2403, 'Hastings', 'MI'),
(79062, 237, 2403, 'Hazel Park', 'MI'),
(79063, 237, 2403, 'Hemlock', 'MI'),
(79064, 237, 2403, 'Henderson', 'MI'),
(79065, 237, 2403, 'Hermansville', 'MI'),
(79066, 237, 2403, 'Herron', 'MI'),
(79067, 237, 2403, 'Hersey', 'MI'),
(79068, 237, 2403, 'Hesperia', 'MI'),
(79069, 237, 2403, 'Hickory Corners', 'MI'),
(79070, 237, 2403, 'Highland', 'MI'),
(79071, 237, 2403, 'Highland Park', 'MI'),
(79072, 237, 2403, 'Hillman', 'MI'),
(79073, 237, 2403, 'Hillsdale', 'MI'),
(79074, 237, 2403, 'Holland', 'MI'),
(79075, 237, 2403, 'Holly', 'MI'),
(79076, 237, 2403, 'Holt', 'MI'),
(79077, 237, 2403, 'Holton', 'MI'),
(79078, 237, 2403, 'Homer', 'MI'),
(79079, 237, 2403, 'Honor', 'MI'),
(79080, 237, 2403, 'Hope', 'MI'),
(79081, 237, 2403, 'Hopkins', 'MI'),
(79082, 237, 2403, 'Horton', 'MI'),
(79083, 237, 2403, 'Houghton', 'MI'),
(79084, 237, 2403, 'Houghton Lake', 'MI'),
(79085, 237, 2403, 'Howard City', 'MI'),
(79086, 237, 2403, 'Howell', 'MI'),
(79087, 237, 2403, 'Hubbell', 'MI'),
(79088, 237, 2403, 'Hudson', 'MI'),
(79089, 237, 2403, 'Hudsonville', 'MI'),
(79090, 237, 2403, 'Huntington Woods', 'MI'),
(79091, 237, 2403, 'Ida', 'MI'),
(79092, 237, 2403, 'Idlewild', 'MI'),
(79093, 237, 2403, 'Imlay City', 'MI'),
(79094, 237, 2403, 'Indian River', 'MI'),
(79095, 237, 2403, 'Inkster', 'MI'),
(79096, 237, 2403, 'Interlochen', 'MI'),
(79097, 237, 2403, 'Ionia', 'MI'),
(79098, 237, 2403, 'Iron Mountain', 'MI'),
(79099, 237, 2403, 'Iron River', 'MI'),
(79100, 237, 2403, 'Irons', 'MI'),
(79101, 237, 2403, 'Ironwood', 'MI'),
(79102, 237, 2403, 'Ishpeming', 'MI'),
(79103, 237, 2403, 'Ithaca', 'MI'),
(79104, 237, 2403, 'Jackson', 'MI'),
(79105, 237, 2403, 'Jasper', 'MI'),
(79106, 237, 2403, 'Jeddo', 'MI'),
(79107, 237, 2403, 'Jenison', 'MI'),
(79108, 237, 2403, 'Jerome', 'MI'),
(79109, 237, 2403, 'Johannesburg', 'MI'),
(79110, 237, 2403, 'Jones', 'MI'),
(79111, 237, 2403, 'Jonesville', 'MI'),
(79112, 237, 2403, 'Kalamazoo', 'MI'),
(79113, 237, 2403, 'Kaleva', 'MI'),
(79114, 237, 2403, 'Kalkaska', 'MI'),
(79115, 237, 2403, 'Kawkawlin', 'MI'),
(79116, 237, 2403, 'Keego Harbor', 'MI'),
(79117, 237, 2403, 'Kent City', 'MI'),
(79118, 237, 2403, 'Kewadin', 'MI'),
(79119, 237, 2403, 'Kinde', 'MI'),
(79120, 237, 2403, 'Kingsford', 'MI'),
(79121, 237, 2403, 'Kingsley', 'MI'),
(79122, 237, 2403, 'Kingston', 'MI'),
(79123, 237, 2403, 'Kinross', 'MI'),
(79124, 237, 2403, 'L\'Anse', 'MI'),
(79125, 237, 2403, 'La Salle', 'MI'),
(79126, 237, 2403, 'Lachine', 'MI'),
(79127, 237, 2403, 'Laingsburg', 'MI'),
(79128, 237, 2403, 'Lake', 'MI'),
(79129, 237, 2403, 'Lake Ann', 'MI'),
(79130, 237, 2403, 'Lake City', 'MI'),
(79131, 237, 2403, 'Lake Leelanau', 'MI'),
(79132, 237, 2403, 'Lake Linden', 'MI'),
(79133, 237, 2403, 'Lake Odessa', 'MI'),
(79134, 237, 2403, 'Lake Orion', 'MI'),
(79135, 237, 2403, 'Lakeland', 'MI'),
(79136, 237, 2403, 'Lakeview', 'MI'),
(79137, 237, 2403, 'Lambertville', 'MI'),
(79138, 237, 2403, 'Lansing', 'MI'),
(79139, 237, 2403, 'Lapeer', 'MI'),
(79140, 237, 2403, 'Lawrence', 'MI'),
(79141, 237, 2403, 'Lawton', 'MI'),
(79142, 237, 2403, 'Le Roy', 'MI'),
(79143, 237, 2403, 'Lennon', 'MI'),
(79144, 237, 2403, 'Leonard', 'MI'),
(79145, 237, 2403, 'Leslie', 'MI'),
(79146, 237, 2403, 'Levering', 'MI'),
(79147, 237, 2403, 'Lewiston', 'MI'),
(79148, 237, 2403, 'Lexington', 'MI'),
(79149, 237, 2403, 'Lincoln', 'MI'),
(79150, 237, 2403, 'Lincoln Park', 'MI'),
(79151, 237, 2403, 'Linden', 'MI'),
(79152, 237, 2403, 'Linwood', 'MI'),
(79153, 237, 2403, 'Little Lake', 'MI'),
(79154, 237, 2403, 'Livonia', 'MI'),
(79155, 237, 2403, 'Lowell', 'MI'),
(79156, 237, 2403, 'Ludington', 'MI'),
(79157, 237, 2403, 'Luna Pier', 'MI'),
(79158, 237, 2403, 'Lupton', 'MI'),
(79159, 237, 2403, 'Lyons', 'MI'),
(79160, 237, 2403, 'Mackinac Island', 'MI'),
(79161, 237, 2403, 'Mackinaw City', 'MI'),
(79162, 237, 2403, 'Macomb', 'MI'),
(79163, 237, 2403, 'Madison Heights', 'MI'),
(79164, 237, 2403, 'Mancelona', 'MI'),
(79165, 237, 2403, 'Manchester', 'MI'),
(79166, 237, 2403, 'Manistee', 'MI'),
(79167, 237, 2403, 'Manistique', 'MI'),
(79168, 237, 2403, 'Manitou Beach', 'MI'),
(79169, 237, 2403, 'Manton', 'MI'),
(79170, 237, 2403, 'Maple City', 'MI'),
(79171, 237, 2403, 'Maple Rapids', 'MI'),
(79172, 237, 2403, 'Marcellus', 'MI'),
(79173, 237, 2403, 'Marine City', 'MI'),
(79174, 237, 2403, 'Marion', 'MI'),
(79175, 237, 2403, 'Marlette', 'MI'),
(79176, 237, 2403, 'Marne', 'MI'),
(79177, 237, 2403, 'Marquette', 'MI'),
(79178, 237, 2403, 'Marshall', 'MI'),
(79179, 237, 2403, 'Martin', 'MI'),
(79180, 237, 2403, 'Marysville', 'MI'),
(79181, 237, 2403, 'Mason', 'MI'),
(79182, 237, 2403, 'Mattawan', 'MI'),
(79183, 237, 2403, 'Maybee', 'MI'),
(79184, 237, 2403, 'Mayville', 'MI'),
(79185, 237, 2403, 'McBain', 'MI'),
(79186, 237, 2403, 'Mears', 'MI'),
(79187, 237, 2403, 'Mecosta', 'MI'),
(79188, 237, 2403, 'Melvin', 'MI'),
(79189, 237, 2403, 'Melvindale', 'MI'),
(79190, 237, 2403, 'Memphis', 'MI'),
(79191, 237, 2403, 'Mendon', 'MI'),
(79192, 237, 2403, 'Menominee', 'MI'),
(79193, 237, 2403, 'Merrill', 'MI'),
(79194, 237, 2403, 'Mesick', 'MI'),
(79195, 237, 2403, 'Metamora', 'MI'),
(79196, 237, 2403, 'Michigamme', 'MI'),
(79197, 237, 2403, 'Michigan Center', 'MI'),
(79198, 237, 2403, 'Middleton', 'MI'),
(79199, 237, 2403, 'Middleville', 'MI'),
(79200, 237, 2403, 'Midland', 'MI'),
(79201, 237, 2403, 'Mikado', 'MI'),
(79202, 237, 2403, 'Milan', 'MI'),
(79203, 237, 2403, 'Milford', 'MI'),
(79204, 237, 2403, 'Millersburg', 'MI'),
(79205, 237, 2403, 'Millington', 'MI'),
(79206, 237, 2403, 'Minden City', 'MI'),
(79207, 237, 2403, 'Mio', 'MI'),
(79208, 237, 2403, 'Mohawk', 'MI'),
(79209, 237, 2403, 'Moline', 'MI'),
(79210, 237, 2403, 'Monroe', 'MI'),
(79211, 237, 2403, 'Montague', 'MI'),
(79212, 237, 2403, 'Montgomery', 'MI'),
(79213, 237, 2403, 'Montrose', 'MI'),
(79214, 237, 2403, 'Morenci', 'MI'),
(79215, 237, 2403, 'Morley', 'MI'),
(79216, 237, 2403, 'Morrice', 'MI'),
(79217, 237, 2403, 'Mount Clemens', 'MI'),
(79218, 237, 2403, 'Mount Pleasant', 'MI'),
(79219, 237, 2403, 'Mt. Morris', 'MI'),
(79220, 237, 2403, 'Muir', 'MI'),
(79221, 237, 2403, 'Mulliken', 'MI'),
(79222, 237, 2403, 'Munger', 'MI'),
(79223, 237, 2403, 'Munising', 'MI'),
(79224, 237, 2403, 'Munith', 'MI'),
(79225, 237, 2403, 'Muskegon', 'MI'),
(79226, 237, 2403, 'Nashville', 'MI'),
(79227, 237, 2403, 'Naubinway', 'MI'),
(79228, 237, 2403, 'Negaunee', 'MI'),
(79229, 237, 2403, 'New Baltimore', 'MI'),
(79230, 237, 2403, 'New Boston', 'MI'),
(79231, 237, 2403, 'New Buffalo', 'MI'),
(79232, 237, 2403, 'New Era', 'MI'),
(79233, 237, 2403, 'New Haven', 'MI'),
(79234, 237, 2403, 'New Hudson', 'MI'),
(79235, 237, 2403, 'New Lothrop', 'MI'),
(79236, 237, 2403, 'Newaygo', 'MI'),
(79237, 237, 2403, 'Newberry', 'MI'),
(79238, 237, 2403, 'Newport', 'MI'),
(79239, 237, 2403, 'Niles', 'MI'),
(79240, 237, 2403, 'North Adams', 'MI'),
(79241, 237, 2403, 'North Branch', 'MI'),
(79242, 237, 2403, 'Northport', 'MI'),
(79243, 237, 2403, 'Northville', 'MI'),
(79244, 237, 2403, 'Norway', 'MI'),
(79245, 237, 2403, 'Novi', 'MI'),
(79246, 237, 2403, 'Nunica', 'MI'),
(79247, 237, 2403, 'Oak Park', 'MI'),
(79248, 237, 2403, 'Oakland Estates Mobile Home Park', 'MI'),
(79249, 237, 2403, 'Oakley', 'MI'),
(79250, 237, 2403, 'Okemos', 'MI'),
(79251, 237, 2403, 'Olivet', 'MI'),
(79252, 237, 2403, 'Onaway', 'MI'),
(79253, 237, 2403, 'Onekama', 'MI'),
(79254, 237, 2403, 'Onondaga', 'MI'),
(79255, 237, 2403, 'Onsted', 'MI'),
(79256, 237, 2403, 'Ontonagon', 'MI'),
(79257, 237, 2403, 'Orleans', 'MI'),
(79258, 237, 2403, 'Ortonville', 'MI'),
(79259, 237, 2403, 'Oscoda', 'MI'),
(79260, 237, 2403, 'Osseo', 'MI'),
(79261, 237, 2403, 'Otisville', 'MI'),
(79262, 237, 2403, 'Otsego', 'MI'),
(79263, 237, 2403, 'Ottawa', 'MI'),
(79264, 237, 2403, 'Otter Lake', 'MI'),
(79265, 237, 2403, 'Ovid', 'MI'),
(79266, 237, 2403, 'Owosso', 'MI'),
(79267, 237, 2403, 'Oxford', 'MI'),
(79268, 237, 2403, 'Painesdale', 'MI'),
(79269, 237, 2403, 'Palmyra', 'MI'),
(79270, 237, 2403, 'Paris', 'MI'),
(79271, 237, 2403, 'Parma', 'MI'),
(79272, 237, 2403, 'Paw Paw', 'MI'),
(79273, 237, 2403, 'Peck', 'MI'),
(79274, 237, 2403, 'Pelkie', 'MI'),
(79275, 237, 2403, 'Pellston', 'MI'),
(79276, 237, 2403, 'Pentwater', 'MI'),
(79277, 237, 2403, 'Perrinton', 'MI'),
(79278, 237, 2403, 'Perry', 'MI'),
(79279, 237, 2403, 'Petersburg', 'MI'),
(79280, 237, 2403, 'Petoskey', 'MI'),
(79281, 237, 2403, 'Pewamo', 'MI'),
(79282, 237, 2403, 'Pickford', 'MI'),
(79283, 237, 2403, 'Pigeon', 'MI'),
(79284, 237, 2403, 'Pinckney', 'MI'),
(79285, 237, 2403, 'Pinconning', 'MI'),
(79286, 237, 2403, 'Pittsford', 'MI'),
(79287, 237, 2403, 'Plainwell', 'MI'),
(79288, 237, 2403, 'Pleasant Lake', 'MI'),
(79289, 237, 2403, 'Pleasant Ridge', 'MI'),
(79290, 237, 2403, 'Plymouth', 'MI'),
(79291, 237, 2403, 'Pointe Aux Pins', 'MI'),
(79292, 237, 2403, 'Pontiac', 'MI'),
(79293, 237, 2403, 'Port Austin', 'MI'),
(79294, 237, 2403, 'Port Hope', 'MI'),
(79295, 237, 2403, 'Port Huron', 'MI'),
(79296, 237, 2403, 'Port Sanilac', 'MI'),
(79297, 237, 2403, 'Portage', 'MI'),
(79298, 237, 2403, 'Portland', 'MI'),
(79299, 237, 2403, 'Posen', 'MI'),
(79300, 237, 2403, 'Potterville', 'MI'),
(79301, 237, 2403, 'Powers', 'MI'),
(79302, 237, 2403, 'Prescott', 'MI'),
(79303, 237, 2403, 'Presque Isle', 'MI'),
(79304, 237, 2403, 'Prudenville', 'MI'),
(79305, 237, 2403, 'Pullman', 'MI'),
(79306, 237, 2403, 'Quincy', 'MI'),
(79307, 237, 2403, 'Quinnesec', 'MI'),
(79308, 237, 2403, 'Rapid City', 'MI'),
(79309, 237, 2403, 'Rapid River', 'MI'),
(79310, 237, 2403, 'Ravenna', 'MI'),
(79311, 237, 2403, 'Ray Center', 'MI'),
(79312, 237, 2403, 'Reading', 'MI'),
(79313, 237, 2403, 'Redford', 'MI'),
(79314, 237, 2403, 'Reed City', 'MI'),
(79315, 237, 2403, 'Reese', 'MI'),
(79316, 237, 2403, 'Remus', 'MI'),
(79317, 237, 2403, 'Republic', 'MI'),
(79318, 237, 2403, 'Rhodes', 'MI'),
(79319, 237, 2403, 'Richland', 'MI'),
(79320, 237, 2403, 'Richmond', 'MI'),
(79321, 237, 2403, 'Richville', 'MI'),
(79322, 237, 2403, 'River Rouge', 'MI'),
(79323, 237, 2403, 'Riverdale', 'MI'),
(79324, 237, 2403, 'Riverview', 'MI'),
(79325, 237, 2403, 'Rives Junction', 'MI'),
(79326, 237, 2403, 'Rochester', 'MI'),
(79327, 237, 2403, 'Rock', 'MI'),
(79328, 237, 2403, 'Rockford', 'MI'),
(79329, 237, 2403, 'Rockwood', 'MI'),
(79330, 237, 2403, 'Rodney', 'MI'),
(79331, 237, 2403, 'Rogers City', 'MI'),
(79332, 237, 2403, 'Romeo', 'MI'),
(79333, 237, 2403, 'Romulus', 'MI'),
(79334, 237, 2403, 'Roscommon', 'MI'),
(79335, 237, 2403, 'Rose City', 'MI'),
(79336, 237, 2403, 'Rosebush', 'MI'),
(79337, 237, 2403, 'Roseville', 'MI'),
(79338, 237, 2403, 'Rothbury', 'MI'),
(79339, 237, 2403, 'Royal Oak', 'MI'),
(79340, 237, 2403, 'Ruth', 'MI'),
(79341, 237, 2403, 'Saginaw', 'MI'),
(79342, 237, 2403, 'Saint Charles', 'MI'),
(79343, 237, 2403, 'Saint Clair', 'MI'),
(79344, 237, 2403, 'Saint Clair Shores', 'MI'),
(79345, 237, 2403, 'Saint Helen', 'MI'),
(79346, 237, 2403, 'Saint Ignace', 'MI'),
(79347, 237, 2403, 'Saint James', 'MI'),
(79348, 237, 2403, 'Saint Johns', 'MI'),
(79349, 237, 2403, 'Saint Joseph', 'MI'),
(79350, 237, 2403, 'Saint Louis', 'MI'),
(79351, 237, 2403, 'Saline', 'MI'),
(79352, 237, 2403, 'Sand Creek', 'MI'),
(79353, 237, 2403, 'Sand Lake', 'MI'),
(79354, 237, 2403, 'Sandusky', 'MI'),
(79355, 237, 2403, 'Sanford', 'MI'),
(79356, 237, 2403, 'Saranac', 'MI'),
(79357, 237, 2403, 'Saugatuck', 'MI'),
(79358, 237, 2403, 'Sault Ste. Marie', 'MI'),
(79359, 237, 2403, 'Sawyer', 'MI'),
(79360, 237, 2403, 'Schoolcraft', 'MI'),
(79361, 237, 2403, 'Scotts', 'MI'),
(79362, 237, 2403, 'Scottville', 'MI'),
(79363, 237, 2403, 'Sears', 'MI'),
(79364, 237, 2403, 'Sebewaing', 'MI'),
(79365, 237, 2403, 'Shelby', 'MI'),
(79366, 237, 2403, 'Shelbyville', 'MI'),
(79367, 237, 2403, 'Shepherd', 'MI'),
(79368, 237, 2403, 'Sheridan', 'MI'),
(79369, 237, 2403, 'Sherwood', 'MI'),
(79370, 237, 2403, 'Shingleton', 'MI'),
(79371, 237, 2403, 'Sidney', 'MI'),
(79372, 237, 2403, 'Siemens', 'MI'),
(79373, 237, 2403, 'Silverwood', 'MI'),
(79374, 237, 2403, 'Six Lakes', 'MI'),
(79375, 237, 2403, 'Skandia', 'MI'),
(79376, 237, 2403, 'Skanee', 'MI'),
(79377, 237, 2403, 'Smiths Creek', 'MI'),
(79378, 237, 2403, 'Snover', 'MI'),
(79379, 237, 2403, 'Sodus', 'MI'),
(79380, 237, 2403, 'South Boardman', 'MI'),
(79381, 237, 2403, 'South Haven', 'MI'),
(79382, 237, 2403, 'South Lyon', 'MI'),
(79383, 237, 2403, 'South Rockwood', 'MI'),
(79384, 237, 2403, 'Southfield', 'MI'),
(79385, 237, 2403, 'Southgate', 'MI'),
(79386, 237, 2403, 'Spalding', 'MI'),
(79387, 237, 2403, 'Sparta', 'MI'),
(79388, 237, 2403, 'Spring Arbor', 'MI'),
(79389, 237, 2403, 'Spring Lake', 'MI'),
(79390, 237, 2403, 'Springport', 'MI'),
(79391, 237, 2403, 'Spruce', 'MI'),
(79392, 237, 2403, 'Standish', 'MI'),
(79393, 237, 2403, 'Stanton', 'MI'),
(79394, 237, 2403, 'Stanwood', 'MI'),
(79395, 237, 2403, 'Sterling', 'MI'),
(79396, 237, 2403, 'Sterling Heights', 'MI'),
(79397, 237, 2403, 'Stevensville', 'MI'),
(79398, 237, 2403, 'Stockbridge', 'MI'),
(79399, 237, 2403, 'Sturgis', 'MI'),
(79400, 237, 2403, 'Sumner', 'MI'),
(79401, 237, 2403, 'Sunfield', 'MI'),
(79402, 237, 2403, 'Suttons Bay', 'MI'),
(79403, 237, 2403, 'Swartz Creek', 'MI'),
(79404, 237, 2403, 'Tawas City', 'MI'),
(79405, 237, 2403, 'Taylor', 'MI'),
(79406, 237, 2403, 'Tecumseh', 'MI'),
(79407, 237, 2403, 'Tekonsha', 'MI'),
(79408, 237, 2403, 'Temperance', 'MI'),
(79409, 237, 2403, 'Thompsonville', 'MI'),
(79410, 237, 2403, 'Three Oaks', 'MI'),
(79411, 237, 2403, 'Three Rivers', 'MI'),
(79412, 237, 2403, 'Tipton', 'MI'),
(79413, 237, 2403, 'Toivola', 'MI'),
(79414, 237, 2403, 'Traverse City', 'MI'),
(79415, 237, 2403, 'Trenary', 'MI'),
(79416, 237, 2403, 'Trenton', 'MI'),
(79417, 237, 2403, 'Troy', 'MI'),
(79418, 237, 2403, 'Trufant', 'MI'),
(79419, 237, 2403, 'Tustin', 'MI'),
(79420, 237, 2403, 'Twin Lake', 'MI'),
(79421, 237, 2403, 'Twining', 'MI'),
(79422, 237, 2403, 'Ubly', 'MI'),
(79423, 237, 2403, 'Union', 'MI'),
(79424, 237, 2403, 'Union City', 'MI'),
(79425, 237, 2403, 'Union Lake', 'MI'),
(79426, 237, 2403, 'Union Pier', 'MI'),
(79427, 237, 2403, 'Unionville', 'MI'),
(79428, 237, 2403, 'Utica', 'MI'),
(79429, 237, 2403, 'Vandalia', 'MI'),
(79430, 237, 2403, 'Vanderbilt', 'MI'),
(79431, 237, 2403, 'Vassar', 'MI'),
(79432, 237, 2403, 'Vestaburg', 'MI'),
(79433, 237, 2403, 'Vicksburg', 'MI'),
(79434, 237, 2403, 'Vulcan', 'MI'),
(79435, 237, 2403, 'Wakefield', 'MI'),
(79436, 237, 2403, 'Waldron', 'MI'),
(79437, 237, 2403, 'Walhalla', 'MI'),
(79438, 237, 2403, 'Walkerville', 'MI'),
(79439, 237, 2403, 'Wallace', 'MI'),
(79440, 237, 2403, 'Walled Lake', 'MI'),
(79441, 237, 2403, 'Warren', 'MI'),
(79442, 237, 2403, 'Washington', 'MI'),
(79443, 237, 2403, 'Waterford', 'MI'),
(79444, 237, 2403, 'Waters', 'MI'),
(79445, 237, 2403, 'Watersmeet', 'MI'),
(79446, 237, 2403, 'Watervliet', 'MI'),
(79447, 237, 2403, 'Watton', 'MI');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(79448, 237, 2403, 'Wayland', 'MI'),
(79449, 237, 2403, 'Wayne', 'MI'),
(79450, 237, 2403, 'Webberville', 'MI'),
(79451, 237, 2403, 'Weidman', 'MI'),
(79452, 237, 2403, 'Wells', 'MI'),
(79453, 237, 2403, 'Wellston', 'MI'),
(79454, 237, 2403, 'West Bloomfield', 'MI'),
(79455, 237, 2403, 'West Branch', 'MI'),
(79456, 237, 2403, 'West Olive', 'MI'),
(79457, 237, 2403, 'Westland', 'MI'),
(79458, 237, 2403, 'Westphalia', 'MI'),
(79459, 237, 2403, 'Wetmore', 'MI'),
(79460, 237, 2403, 'Wheeler', 'MI'),
(79461, 237, 2403, 'White Cloud', 'MI'),
(79462, 237, 2403, 'White Lake', 'MI'),
(79463, 237, 2403, 'White Pigeon', 'MI'),
(79464, 237, 2403, 'White Pine', 'MI'),
(79465, 237, 2403, 'Whitehall', 'MI'),
(79466, 237, 2403, 'Whitmore Lake', 'MI'),
(79467, 237, 2403, 'Whittaker', 'MI'),
(79468, 237, 2403, 'Williamsburg', 'MI'),
(79469, 237, 2403, 'Williamston', 'MI'),
(79470, 237, 2403, 'Willis', 'MI'),
(79471, 237, 2403, 'Wilson', 'MI'),
(79472, 237, 2403, 'Wixom', 'MI'),
(79473, 237, 2403, 'Wolverine', 'MI'),
(79474, 237, 2403, 'Woodland', 'MI'),
(79475, 237, 2403, 'Wyandotte', 'MI'),
(79476, 237, 2403, 'Wyoming', 'MI'),
(79477, 237, 2403, 'Yale', 'MI'),
(79478, 237, 2403, 'Ypsilanti', 'MI'),
(79479, 237, 2403, 'Zeeland', 'MI'),
(79480, 237, 2404, 'Ada', 'MN'),
(79481, 237, 2404, 'Adrian', 'MN'),
(79482, 237, 2404, 'Afton', 'MN'),
(79483, 237, 2404, 'Aitkin', 'MN'),
(79484, 237, 2404, 'Akeley', 'MN'),
(79485, 237, 2404, 'Albany', 'MN'),
(79486, 237, 2404, 'Albert Lea', 'MN'),
(79487, 237, 2404, 'Albertville', 'MN'),
(79488, 237, 2404, 'Alborn', 'MN'),
(79489, 237, 2404, 'Alden', 'MN'),
(79490, 237, 2404, 'Alexandria', 'MN'),
(79491, 237, 2404, 'Altura', 'MN'),
(79492, 237, 2404, 'Alvarado', 'MN'),
(79493, 237, 2404, 'Andover', 'MN'),
(79494, 237, 2404, 'Angora', 'MN'),
(79495, 237, 2404, 'Annandale', 'MN'),
(79496, 237, 2404, 'Anoka', 'MN'),
(79497, 237, 2404, 'Appleton', 'MN'),
(79498, 237, 2404, 'Arco', 'MN'),
(79499, 237, 2404, 'Argyle', 'MN'),
(79500, 237, 2404, 'Arlington', 'MN'),
(79501, 237, 2404, 'Ashby', 'MN'),
(79502, 237, 2404, 'Askov', 'MN'),
(79503, 237, 2404, 'Atwater', 'MN'),
(79504, 237, 2404, 'Audubon', 'MN'),
(79505, 237, 2404, 'Aurora', 'MN'),
(79506, 237, 2404, 'Austin', 'MN'),
(79507, 237, 2404, 'Avon', 'MN'),
(79508, 237, 2404, 'Babbitt', 'MN'),
(79509, 237, 2404, 'Backus', 'MN'),
(79510, 237, 2404, 'Badger', 'MN'),
(79511, 237, 2404, 'Bagley', 'MN'),
(79512, 237, 2404, 'Balaton', 'MN'),
(79513, 237, 2404, 'Barnesville', 'MN'),
(79514, 237, 2404, 'Barnum', 'MN'),
(79515, 237, 2404, 'Battle Lake', 'MN'),
(79516, 237, 2404, 'Baudette', 'MN'),
(79517, 237, 2404, 'Baxter', 'MN'),
(79518, 237, 2404, 'Bayport', 'MN'),
(79519, 237, 2404, 'Becker', 'MN'),
(79520, 237, 2404, 'Belgrade', 'MN'),
(79521, 237, 2404, 'Belle Plaine', 'MN'),
(79522, 237, 2404, 'Bellingham', 'MN'),
(79523, 237, 2404, 'Belview', 'MN'),
(79524, 237, 2404, 'Bemidji', 'MN'),
(79525, 237, 2404, 'Bena', 'MN'),
(79526, 237, 2404, 'Benson', 'MN'),
(79527, 237, 2404, 'Bertha', 'MN'),
(79528, 237, 2404, 'Bethel', 'MN'),
(79529, 237, 2404, 'Big Lake', 'MN'),
(79530, 237, 2404, 'Bigfork', 'MN'),
(79531, 237, 2404, 'Bird Island', 'MN'),
(79532, 237, 2404, 'Biwabik', 'MN'),
(79533, 237, 2404, 'Blackduck', 'MN'),
(79534, 237, 2404, 'Blomkest', 'MN'),
(79535, 237, 2404, 'Blooming Prairie', 'MN'),
(79536, 237, 2404, 'Blue Earth', 'MN'),
(79537, 237, 2404, 'Borup', 'MN'),
(79538, 237, 2404, 'Bovey', 'MN'),
(79539, 237, 2404, 'Bowlus', 'MN'),
(79540, 237, 2404, 'Boyd', 'MN'),
(79541, 237, 2404, 'Braham', 'MN'),
(79542, 237, 2404, 'Brainerd', 'MN'),
(79543, 237, 2404, 'Brandon', 'MN'),
(79544, 237, 2404, 'Breckenridge', 'MN'),
(79545, 237, 2404, 'Brewster', 'MN'),
(79546, 237, 2404, 'Bricelyn', 'MN'),
(79547, 237, 2404, 'Britt', 'MN'),
(79548, 237, 2404, 'Brook Park', 'MN'),
(79549, 237, 2404, 'Brooks', 'MN'),
(79550, 237, 2404, 'Brookston', 'MN'),
(79551, 237, 2404, 'Brooten', 'MN'),
(79552, 237, 2404, 'Browns Valley', 'MN'),
(79553, 237, 2404, 'Brownsdale', 'MN'),
(79554, 237, 2404, 'Brownsville', 'MN'),
(79555, 237, 2404, 'Brownton', 'MN'),
(79556, 237, 2404, 'Buffalo', 'MN'),
(79557, 237, 2404, 'Buffalo Lake', 'MN'),
(79558, 237, 2404, 'Buhl', 'MN'),
(79559, 237, 2404, 'Burnsville', 'MN'),
(79560, 237, 2404, 'Burtrum', 'MN'),
(79561, 237, 2404, 'Butterfield', 'MN'),
(79562, 237, 2404, 'Byron', 'MN'),
(79563, 237, 2404, 'Caledonia', 'MN'),
(79564, 237, 2404, 'Callaway', 'MN'),
(79565, 237, 2404, 'Calumet', 'MN'),
(79566, 237, 2404, 'Cambridge', 'MN'),
(79567, 237, 2404, 'Canby', 'MN'),
(79568, 237, 2404, 'Cannon Falls', 'MN'),
(79569, 237, 2404, 'Canton', 'MN'),
(79570, 237, 2404, 'Canyon', 'MN'),
(79571, 237, 2404, 'Carlton', 'MN'),
(79572, 237, 2404, 'Carver', 'MN'),
(79573, 237, 2404, 'Cass Lake', 'MN'),
(79574, 237, 2404, 'Cedar', 'MN'),
(79575, 237, 2404, 'Center City', 'MN'),
(79576, 237, 2404, 'Ceylon', 'MN'),
(79577, 237, 2404, 'Champlin', 'MN'),
(79578, 237, 2404, 'Chanhassen', 'MN'),
(79579, 237, 2404, 'Chaska', 'MN'),
(79580, 237, 2404, 'Chatfield', 'MN'),
(79581, 237, 2404, 'Chisago City', 'MN'),
(79582, 237, 2404, 'Chisholm', 'MN'),
(79583, 237, 2404, 'Chokio', 'MN'),
(79584, 237, 2404, 'Circle Pines', 'MN'),
(79585, 237, 2404, 'Clara City', 'MN'),
(79586, 237, 2404, 'Clarissa', 'MN'),
(79587, 237, 2404, 'Clarkfield', 'MN'),
(79588, 237, 2404, 'Clarks Grove', 'MN'),
(79589, 237, 2404, 'Clear Lake', 'MN'),
(79590, 237, 2404, 'Clearbrook', 'MN'),
(79591, 237, 2404, 'Clearwater', 'MN'),
(79592, 237, 2404, 'Cleveland', 'MN'),
(79593, 237, 2404, 'Climax', 'MN'),
(79594, 237, 2404, 'Clinton', 'MN'),
(79595, 237, 2404, 'Cloquet', 'MN'),
(79596, 237, 2404, 'Cohasset', 'MN'),
(79597, 237, 2404, 'Cokato', 'MN'),
(79598, 237, 2404, 'Cold Spring', 'MN'),
(79599, 237, 2404, 'Coleraine', 'MN'),
(79600, 237, 2404, 'Collegeville', 'MN'),
(79601, 237, 2404, 'Cologne', 'MN'),
(79602, 237, 2404, 'Comfrey', 'MN'),
(79603, 237, 2404, 'Cook', 'MN'),
(79604, 237, 2404, 'Cosmos', 'MN'),
(79605, 237, 2404, 'Cottage Grove', 'MN'),
(79606, 237, 2404, 'Cotton', 'MN'),
(79607, 237, 2404, 'Cottonwood', 'MN'),
(79608, 237, 2404, 'Cromwell', 'MN'),
(79609, 237, 2404, 'Crookston', 'MN'),
(79610, 237, 2404, 'Crosby', 'MN'),
(79611, 237, 2404, 'Cross Lake', 'MN'),
(79612, 237, 2404, 'Cushing', 'MN'),
(79613, 237, 2404, 'Dakota', 'MN'),
(79614, 237, 2404, 'Dalbo', 'MN'),
(79615, 237, 2404, 'Dalton', 'MN'),
(79616, 237, 2404, 'Danube', 'MN'),
(79617, 237, 2404, 'Danvers', 'MN'),
(79618, 237, 2404, 'Darwin', 'MN'),
(79619, 237, 2404, 'Dassel', 'MN'),
(79620, 237, 2404, 'Dawson', 'MN'),
(79621, 237, 2404, 'Dayton', 'MN'),
(79622, 237, 2404, 'Deer Creek', 'MN'),
(79623, 237, 2404, 'Deer River', 'MN'),
(79624, 237, 2404, 'Deerwood', 'MN'),
(79625, 237, 2404, 'Delano', 'MN'),
(79626, 237, 2404, 'Dennison', 'MN'),
(79627, 237, 2404, 'Dent', 'MN'),
(79628, 237, 2404, 'Detroit Lakes', 'MN'),
(79629, 237, 2404, 'Dexter', 'MN'),
(79630, 237, 2404, 'Dilworth', 'MN'),
(79631, 237, 2404, 'Dodge Center', 'MN'),
(79632, 237, 2404, 'Dover', 'MN'),
(79633, 237, 2404, 'Duluth', 'MN'),
(79634, 237, 2404, 'Dundas', 'MN'),
(79635, 237, 2404, 'Eagle Bend', 'MN'),
(79636, 237, 2404, 'Eagle Lake', 'MN'),
(79637, 237, 2404, 'East Grand Forks', 'MN'),
(79638, 237, 2404, 'Easton', 'MN'),
(79639, 237, 2404, 'Eden Prairie', 'MN'),
(79640, 237, 2404, 'Eden Valley', 'MN'),
(79641, 237, 2404, 'Edgerton', 'MN'),
(79642, 237, 2404, 'Effie', 'MN'),
(79643, 237, 2404, 'Elbow Lake', 'MN'),
(79644, 237, 2404, 'Elgin', 'MN'),
(79645, 237, 2404, 'Elk River', 'MN'),
(79646, 237, 2404, 'Elko', 'MN'),
(79647, 237, 2404, 'Elkton', 'MN'),
(79648, 237, 2404, 'Ellendale', 'MN'),
(79649, 237, 2404, 'Ellsworth', 'MN'),
(79650, 237, 2404, 'Elmore', 'MN'),
(79651, 237, 2404, 'Ely', 'MN'),
(79652, 237, 2404, 'Elysian', 'MN'),
(79653, 237, 2404, 'Embarrass', 'MN'),
(79654, 237, 2404, 'Emily', 'MN'),
(79655, 237, 2404, 'Emmons', 'MN'),
(79656, 237, 2404, 'Erhard', 'MN'),
(79657, 237, 2404, 'Erskine', 'MN'),
(79658, 237, 2404, 'Esko', 'MN'),
(79659, 237, 2404, 'Euclid', 'MN'),
(79660, 237, 2404, 'Evansville', 'MN'),
(79661, 237, 2404, 'Eveleth', 'MN'),
(79662, 237, 2404, 'Excelsior', 'MN'),
(79663, 237, 2404, 'Eyota', 'MN'),
(79664, 237, 2404, 'Fairfax', 'MN'),
(79665, 237, 2404, 'Fairmont', 'MN'),
(79666, 237, 2404, 'Faribault', 'MN'),
(79667, 237, 2404, 'Farmington', 'MN'),
(79668, 237, 2404, 'Felton', 'MN'),
(79669, 237, 2404, 'Fergus Falls', 'MN'),
(79670, 237, 2404, 'Fertile', 'MN'),
(79671, 237, 2404, 'Fifty Lakes', 'MN'),
(79672, 237, 2404, 'Finlayson', 'MN'),
(79673, 237, 2404, 'Fisher', 'MN'),
(79674, 237, 2404, 'Floodwood', 'MN'),
(79675, 237, 2404, 'Foley', 'MN'),
(79676, 237, 2404, 'Forbes', 'MN'),
(79677, 237, 2404, 'Forest Lake', 'MN'),
(79678, 237, 2404, 'Foreston', 'MN'),
(79679, 237, 2404, 'Fort Ripley', 'MN'),
(79680, 237, 2404, 'Fosston', 'MN'),
(79681, 237, 2404, 'Franklin', 'MN'),
(79682, 237, 2404, 'Frazee', 'MN'),
(79683, 237, 2404, 'Freeport', 'MN'),
(79684, 237, 2404, 'Frontenac', 'MN'),
(79685, 237, 2404, 'Fulda', 'MN'),
(79686, 237, 2404, 'Garfield', 'MN'),
(79687, 237, 2404, 'Garrison', 'MN'),
(79688, 237, 2404, 'Gary', 'MN'),
(79689, 237, 2404, 'Gatzke', 'MN'),
(79690, 237, 2404, 'Gaylord', 'MN'),
(79691, 237, 2404, 'Geneva', 'MN'),
(79692, 237, 2404, 'Ghent', 'MN'),
(79693, 237, 2404, 'Gibbon', 'MN'),
(79694, 237, 2404, 'Gilbert', 'MN'),
(79695, 237, 2404, 'Glencoe', 'MN'),
(79696, 237, 2404, 'Glenville', 'MN'),
(79697, 237, 2404, 'Glenwood', 'MN'),
(79698, 237, 2404, 'Glyndon', 'MN'),
(79699, 237, 2404, 'Gonvick', 'MN'),
(79700, 237, 2404, 'Good Thunder', 'MN'),
(79701, 237, 2404, 'Goodhue', 'MN'),
(79702, 237, 2404, 'Goodland', 'MN'),
(79703, 237, 2404, 'Goodridge', 'MN'),
(79704, 237, 2404, 'Granada', 'MN'),
(79705, 237, 2404, 'Grand Meadow', 'MN'),
(79706, 237, 2404, 'Grand Portage', 'MN'),
(79707, 237, 2404, 'Grand Rapids', 'MN'),
(79708, 237, 2404, 'Granite Falls', 'MN'),
(79709, 237, 2404, 'Grasston', 'MN'),
(79710, 237, 2404, 'Green Isle', 'MN'),
(79711, 237, 2404, 'Greenbush', 'MN'),
(79712, 237, 2404, 'Grey Eagle', 'MN'),
(79713, 237, 2404, 'Grygla', 'MN'),
(79714, 237, 2404, 'Gully', 'MN'),
(79715, 237, 2404, 'Hackensack', 'MN'),
(79716, 237, 2404, 'Hallock', 'MN'),
(79717, 237, 2404, 'Halstad', 'MN'),
(79718, 237, 2404, 'Hamburg', 'MN'),
(79719, 237, 2404, 'Hamel', 'MN'),
(79720, 237, 2404, 'Hampton', 'MN'),
(79721, 237, 2404, 'Hancock', 'MN'),
(79722, 237, 2404, 'Hanley Falls', 'MN'),
(79723, 237, 2404, 'Hanover', 'MN'),
(79724, 237, 2404, 'Hanska', 'MN'),
(79725, 237, 2404, 'Hardwick', 'MN'),
(79726, 237, 2404, 'Harmony', 'MN'),
(79727, 237, 2404, 'Harris', 'MN'),
(79728, 237, 2404, 'Hartland', 'MN'),
(79729, 237, 2404, 'Hastings', 'MN'),
(79730, 237, 2404, 'Hawley', 'MN'),
(79731, 237, 2404, 'Hayfield', 'MN'),
(79732, 237, 2404, 'Hector', 'MN'),
(79733, 237, 2404, 'Henderson', 'MN'),
(79734, 237, 2404, 'Hendricks', 'MN'),
(79735, 237, 2404, 'Hendrum', 'MN'),
(79736, 237, 2404, 'Henning', 'MN'),
(79737, 237, 2404, 'Hewitt', 'MN'),
(79738, 237, 2404, 'Hibbing', 'MN'),
(79739, 237, 2404, 'Hill City', 'MN'),
(79740, 237, 2404, 'Hills', 'MN'),
(79741, 237, 2404, 'Hinckley', 'MN'),
(79742, 237, 2404, 'Hitterdal', 'MN'),
(79743, 237, 2404, 'Hoffman', 'MN'),
(79744, 237, 2404, 'Hokah', 'MN'),
(79745, 237, 2404, 'Holdingford', 'MN'),
(79746, 237, 2404, 'Holland', 'MN'),
(79747, 237, 2404, 'Holloway', 'MN'),
(79748, 237, 2404, 'Hope', 'MN'),
(79749, 237, 2404, 'Hopkins', 'MN'),
(79750, 237, 2404, 'Houston', 'MN'),
(79751, 237, 2404, 'Hovland', 'MN'),
(79752, 237, 2404, 'Howard Lake', 'MN'),
(79753, 237, 2404, 'Hoyt Lakes', 'MN'),
(79754, 237, 2404, 'Hugo', 'MN'),
(79755, 237, 2404, 'Hutchinson', 'MN'),
(79756, 237, 2404, 'International Falls', 'MN'),
(79757, 237, 2404, 'Inver Grove Heights', 'MN'),
(79758, 237, 2404, 'Iona', 'MN'),
(79759, 237, 2404, 'Ironton', 'MN'),
(79760, 237, 2404, 'Isanti', 'MN'),
(79761, 237, 2404, 'Isle', 'MN'),
(79762, 237, 2404, 'Jackson', 'MN'),
(79763, 237, 2404, 'Jacobson', 'MN'),
(79764, 237, 2404, 'Janesville', 'MN'),
(79765, 237, 2404, 'Jasper', 'MN'),
(79766, 237, 2404, 'Jordan', 'MN'),
(79767, 237, 2404, 'Kabetogama', 'MN'),
(79768, 237, 2404, 'Kandiyohi', 'MN'),
(79769, 237, 2404, 'Karlstad', 'MN'),
(79770, 237, 2404, 'Kasota', 'MN'),
(79771, 237, 2404, 'Kasson', 'MN'),
(79772, 237, 2404, 'Kelliher', 'MN'),
(79773, 237, 2404, 'Kensington', 'MN'),
(79774, 237, 2404, 'Kent', 'MN'),
(79775, 237, 2404, 'Kenyon', 'MN'),
(79776, 237, 2404, 'Kerkhoven', 'MN'),
(79777, 237, 2404, 'Kettle River', 'MN'),
(79778, 237, 2404, 'Kiester', 'MN'),
(79779, 237, 2404, 'Kimball', 'MN'),
(79780, 237, 2404, 'La Crescent', 'MN'),
(79781, 237, 2404, 'Lake Benton', 'MN'),
(79782, 237, 2404, 'Lake City', 'MN'),
(79783, 237, 2404, 'Lake Crystal', 'MN'),
(79784, 237, 2404, 'Lake Elmo', 'MN'),
(79785, 237, 2404, 'Lake George', 'MN'),
(79786, 237, 2404, 'Lake Lillian', 'MN'),
(79787, 237, 2404, 'Lake Park', 'MN'),
(79788, 237, 2404, 'Lake Wilson', 'MN'),
(79789, 237, 2404, 'Lakefield', 'MN'),
(79790, 237, 2404, 'Lakeland', 'MN'),
(79791, 237, 2404, 'Lakeville', 'MN'),
(79792, 237, 2404, 'Lamberton', 'MN'),
(79793, 237, 2404, 'Lancaster', 'MN'),
(79794, 237, 2404, 'Lanesboro', 'MN'),
(79795, 237, 2404, 'Laporte', 'MN'),
(79796, 237, 2404, 'Le Center', 'MN'),
(79797, 237, 2404, 'Le Roy', 'MN'),
(79798, 237, 2404, 'Le Sueur', 'MN'),
(79799, 237, 2404, 'Lengby', 'MN'),
(79800, 237, 2404, 'Leonard', 'MN'),
(79801, 237, 2404, 'Leota', 'MN'),
(79802, 237, 2404, 'Lester Prairie', 'MN'),
(79803, 237, 2404, 'Lewiston', 'MN'),
(79804, 237, 2404, 'Lindstrom', 'MN'),
(79805, 237, 2404, 'Lismore', 'MN'),
(79806, 237, 2404, 'Litchfield', 'MN'),
(79807, 237, 2404, 'Little Falls', 'MN'),
(79808, 237, 2404, 'Long Lake', 'MN'),
(79809, 237, 2404, 'Long Prairie', 'MN'),
(79810, 237, 2404, 'Longville', 'MN'),
(79811, 237, 2404, 'Lonsdale', 'MN'),
(79812, 237, 2404, 'Loretto', 'MN'),
(79813, 237, 2404, 'Lucan', 'MN'),
(79814, 237, 2404, 'Luverne', 'MN'),
(79815, 237, 2404, 'Lyle', 'MN'),
(79816, 237, 2404, 'Mabel', 'MN'),
(79817, 237, 2404, 'Madelia', 'MN'),
(79818, 237, 2404, 'Madison', 'MN'),
(79819, 237, 2404, 'Madison Lake', 'MN'),
(79820, 237, 2404, 'Mahnomen', 'MN'),
(79821, 237, 2404, 'Mankato', 'MN'),
(79822, 237, 2404, 'Mantorville', 'MN'),
(79823, 237, 2404, 'Maple Grove', 'MN'),
(79824, 237, 2404, 'Maple Lake', 'MN'),
(79825, 237, 2404, 'Maple Plain', 'MN'),
(79826, 237, 2404, 'Mapleton', 'MN'),
(79827, 237, 2404, 'Marcell', 'MN'),
(79828, 237, 2404, 'Marietta', 'MN'),
(79829, 237, 2404, 'Marine on Saint Croix', 'MN'),
(79830, 237, 2404, 'Marshall', 'MN'),
(79831, 237, 2404, 'Mayer', 'MN'),
(79832, 237, 2404, 'Maynard', 'MN'),
(79833, 237, 2404, 'Mazeppa', 'MN'),
(79834, 237, 2404, 'McGrath', 'MN'),
(79835, 237, 2404, 'McGregor', 'MN'),
(79836, 237, 2404, 'McIntosh', 'MN'),
(79837, 237, 2404, 'Meadowlands', 'MN'),
(79838, 237, 2404, 'Medford', 'MN'),
(79839, 237, 2404, 'Melrose', 'MN'),
(79840, 237, 2404, 'Menahga', 'MN'),
(79841, 237, 2404, 'Mendota', 'MN'),
(79842, 237, 2404, 'Mentor', 'MN'),
(79843, 237, 2404, 'Merrifield', 'MN'),
(79844, 237, 2404, 'Middle River', 'MN'),
(79845, 237, 2404, 'Milaca', 'MN'),
(79846, 237, 2404, 'Milan', 'MN'),
(79847, 237, 2404, 'Milroy', 'MN'),
(79848, 237, 2404, 'Miltona', 'MN'),
(79849, 237, 2404, 'Minneapolis', 'MN'),
(79850, 237, 2404, 'Minneota', 'MN'),
(79851, 237, 2404, 'Minnesota City', 'MN'),
(79852, 237, 2404, 'Minnesota Lake', 'MN'),
(79853, 237, 2404, 'Minnetonka', 'MN'),
(79854, 237, 2404, 'Mizpah', 'MN'),
(79855, 237, 2404, 'Montevideo', 'MN'),
(79856, 237, 2404, 'Montgomery', 'MN'),
(79857, 237, 2404, 'Monticello', 'MN'),
(79858, 237, 2404, 'Montrose', 'MN'),
(79859, 237, 2404, 'Moorhead', 'MN'),
(79860, 237, 2404, 'Moose Lake', 'MN'),
(79861, 237, 2404, 'Mora', 'MN'),
(79862, 237, 2404, 'Morgan', 'MN'),
(79863, 237, 2404, 'Morris', 'MN'),
(79864, 237, 2404, 'Morristown', 'MN'),
(79865, 237, 2404, 'Morton', 'MN'),
(79866, 237, 2404, 'Motley', 'MN'),
(79867, 237, 2404, 'Mound', 'MN'),
(79868, 237, 2404, 'Mountain Iron', 'MN'),
(79869, 237, 2404, 'Mountain Lake', 'MN'),
(79870, 237, 2404, 'Murdock', 'MN'),
(79871, 237, 2404, 'Naytahwaush', 'MN'),
(79872, 237, 2404, 'Nelson', 'MN'),
(79873, 237, 2404, 'Nerstrand', 'MN'),
(79874, 237, 2404, 'Nevis', 'MN'),
(79875, 237, 2404, 'New Germany', 'MN'),
(79876, 237, 2404, 'New London', 'MN'),
(79877, 237, 2404, 'New Market', 'MN'),
(79878, 237, 2404, 'New Munich', 'MN'),
(79879, 237, 2404, 'New Prague', 'MN'),
(79880, 237, 2404, 'New Richland', 'MN'),
(79881, 237, 2404, 'New Ulm', 'MN'),
(79882, 237, 2404, 'New York Mills', 'MN'),
(79883, 237, 2404, 'Newfolden', 'MN'),
(79884, 237, 2404, 'Newport', 'MN'),
(79885, 237, 2404, 'Nicollet', 'MN'),
(79886, 237, 2404, 'Nisswa', 'MN'),
(79887, 237, 2404, 'North Branch', 'MN'),
(79888, 237, 2404, 'Northfield', 'MN'),
(79889, 237, 2404, 'Northome', 'MN'),
(79890, 237, 2404, 'Norwood Young America', 'MN'),
(79891, 237, 2404, 'Oak Park', 'MN'),
(79892, 237, 2404, 'Ogema', 'MN'),
(79893, 237, 2404, 'Oklee', 'MN'),
(79894, 237, 2404, 'Olivia', 'MN'),
(79895, 237, 2404, 'Onamia', 'MN'),
(79896, 237, 2404, 'Ormsby', 'MN'),
(79897, 237, 2404, 'Oronoco', 'MN'),
(79898, 237, 2404, 'Orr', 'MN'),
(79899, 237, 2404, 'Ortonville', 'MN'),
(79900, 237, 2404, 'Osage', 'MN'),
(79901, 237, 2404, 'Osakis', 'MN'),
(79902, 237, 2404, 'Ostrander', 'MN'),
(79903, 237, 2404, 'Ottertail', 'MN'),
(79904, 237, 2404, 'Outing', 'MN'),
(79905, 237, 2404, 'Owatonna', 'MN'),
(79906, 237, 2404, 'Park Rapids', 'MN'),
(79907, 237, 2404, 'Parkers Prairie', 'MN'),
(79908, 237, 2404, 'Paynesville', 'MN'),
(79909, 237, 2404, 'Pease', 'MN'),
(79910, 237, 2404, 'Pelican Rapids', 'MN'),
(79911, 237, 2404, 'Pengilly', 'MN'),
(79912, 237, 2404, 'Pennock', 'MN'),
(79913, 237, 2404, 'Pequot Lakes', 'MN'),
(79914, 237, 2404, 'Perham', 'MN'),
(79915, 237, 2404, 'Peterson', 'MN'),
(79916, 237, 2404, 'Pierz', 'MN'),
(79917, 237, 2404, 'Pillager', 'MN'),
(79918, 237, 2404, 'Pine City', 'MN'),
(79919, 237, 2404, 'Pine Island', 'MN'),
(79920, 237, 2404, 'Pine River', 'MN'),
(79921, 237, 2404, 'Pipestone', 'MN'),
(79922, 237, 2404, 'Plainview', 'MN'),
(79923, 237, 2404, 'Plummer', 'MN'),
(79924, 237, 2404, 'Plymouth', 'MN'),
(79925, 237, 2404, 'Ponemah', 'MN'),
(79926, 237, 2404, 'Preston', 'MN'),
(79927, 237, 2404, 'Princeton', 'MN'),
(79928, 237, 2404, 'Prior Lake', 'MN'),
(79929, 237, 2404, 'Puposky', 'MN'),
(79930, 237, 2404, 'Randall', 'MN'),
(79931, 237, 2404, 'Randolph', 'MN'),
(79932, 237, 2404, 'Raymond', 'MN'),
(79933, 237, 2404, 'Red Lake', 'MN'),
(79934, 237, 2404, 'Red Lake Falls', 'MN'),
(79935, 237, 2404, 'Red Wing', 'MN'),
(79936, 237, 2404, 'Redby', 'MN'),
(79937, 237, 2404, 'Redwood Falls', 'MN'),
(79938, 237, 2404, 'Remer', 'MN'),
(79939, 237, 2404, 'Renville', 'MN'),
(79940, 237, 2404, 'Rice', 'MN'),
(79941, 237, 2404, 'Richmond', 'MN'),
(79942, 237, 2404, 'Richville', 'MN'),
(79943, 237, 2404, 'Rochert', 'MN'),
(79944, 237, 2404, 'Rochester', 'MN'),
(79945, 237, 2404, 'Rockford', 'MN'),
(79946, 237, 2404, 'Rockville', 'MN'),
(79947, 237, 2404, 'Rogers', 'MN'),
(79948, 237, 2404, 'Rollingstone', 'MN'),
(79949, 237, 2404, 'Rose Creek', 'MN'),
(79950, 237, 2404, 'Roseau', 'MN'),
(79951, 237, 2404, 'Rosemount', 'MN'),
(79952, 237, 2404, 'Roseville', 'MN'),
(79953, 237, 2404, 'Rothsay', 'MN'),
(79954, 237, 2404, 'Round Lake', 'MN'),
(79955, 237, 2404, 'Royalton', 'MN'),
(79956, 237, 2404, 'Rush City', 'MN'),
(79957, 237, 2404, 'Rushford', 'MN'),
(79958, 237, 2404, 'Russell', 'MN'),
(79959, 237, 2404, 'Ruthton', 'MN'),
(79960, 237, 2404, 'Sabin', 'MN'),
(79961, 237, 2404, 'Sacred Heart', 'MN'),
(79962, 237, 2404, 'Saginaw', 'MN'),
(79963, 237, 2404, 'Saint Bonifacius', 'MN'),
(79964, 237, 2404, 'Saint Charles', 'MN'),
(79965, 237, 2404, 'Saint Clair', 'MN'),
(79966, 237, 2404, 'Saint Cloud', 'MN'),
(79967, 237, 2404, 'Saint Francis', 'MN'),
(79968, 237, 2404, 'Saint Hilaire', 'MN'),
(79969, 237, 2404, 'Saint James', 'MN'),
(79970, 237, 2404, 'Saint Joseph', 'MN'),
(79971, 237, 2404, 'Saint Louis Park', 'MN'),
(79972, 237, 2404, 'Saint Martin', 'MN'),
(79973, 237, 2404, 'Saint Michael', 'MN'),
(79974, 237, 2404, 'Saint Paul', 'MN'),
(79975, 237, 2404, 'Saint Paul Park', 'MN'),
(79976, 237, 2404, 'Saint Peter', 'MN'),
(79977, 237, 2404, 'Sanborn', 'MN'),
(79978, 237, 2404, 'Sandstone', 'MN'),
(79979, 237, 2404, 'Sartell', 'MN'),
(79980, 237, 2404, 'Sauk Centre', 'MN'),
(79981, 237, 2404, 'Sauk Rapids', 'MN'),
(79982, 237, 2404, 'Savage', 'MN'),
(79983, 237, 2404, 'Scandia', 'MN'),
(79984, 237, 2404, 'Schroeder', 'MN'),
(79985, 237, 2404, 'Sebeka', 'MN'),
(79986, 237, 2404, 'Shafer', 'MN'),
(79987, 237, 2404, 'Shakopee', 'MN'),
(79988, 237, 2404, 'Shelly', 'MN'),
(79989, 237, 2404, 'Sherburn', 'MN'),
(79990, 237, 2404, 'Shevlin', 'MN'),
(79991, 237, 2404, 'Side Lake', 'MN'),
(79992, 237, 2404, 'Silver Bay', 'MN'),
(79993, 237, 2404, 'Silver Lake', 'MN'),
(79994, 237, 2404, 'Slayton', 'MN'),
(79995, 237, 2404, 'Sleepy Eye', 'MN'),
(79996, 237, 2404, 'South Haven', 'MN'),
(79997, 237, 2404, 'South Saint Paul', 'MN'),
(79998, 237, 2404, 'Spicer', 'MN'),
(79999, 237, 2404, 'Spring Grove', 'MN'),
(80000, 237, 2404, 'Spring Lake Park', 'MN'),
(80001, 237, 2404, 'Spring Park', 'MN'),
(80002, 237, 2404, 'Spring Valley', 'MN'),
(80003, 237, 2404, 'Springfield', 'MN'),
(80004, 237, 2404, 'Stacy', 'MN'),
(80005, 237, 2404, 'Stanchfield', 'MN'),
(80006, 237, 2404, 'Staples', 'MN'),
(80007, 237, 2404, 'Starbuck', 'MN'),
(80008, 237, 2404, 'Steen', 'MN'),
(80009, 237, 2404, 'Stephen', 'MN'),
(80010, 237, 2404, 'Stewart', 'MN'),
(80011, 237, 2404, 'Stewartville', 'MN'),
(80012, 237, 2404, 'Stillwater', 'MN'),
(80013, 237, 2404, 'Strathcona', 'MN'),
(80014, 237, 2404, 'Sturgeon Lake', 'MN'),
(80015, 237, 2404, 'Tamarack', 'MN'),
(80016, 237, 2404, 'Thief River Falls', 'MN'),
(80017, 237, 2404, 'Tofte', 'MN'),
(80018, 237, 2404, 'Tower', 'MN'),
(80019, 237, 2404, 'Tracy', 'MN'),
(80020, 237, 2404, 'Trail', 'MN'),
(80021, 237, 2404, 'Trimont', 'MN'),
(80022, 237, 2404, 'Trosky', 'MN'),
(80023, 237, 2404, 'Truman', 'MN'),
(80024, 237, 2404, 'Twin Valley', 'MN'),
(80025, 237, 2404, 'Two Harbors', 'MN'),
(80026, 237, 2404, 'Tyler', 'MN'),
(80027, 237, 2404, 'Ulen', 'MN'),
(80028, 237, 2404, 'Underwood', 'MN'),
(80029, 237, 2404, 'Upsala', 'MN'),
(80030, 237, 2404, 'Utica', 'MN'),
(80031, 237, 2404, 'Vergas', 'MN'),
(80032, 237, 2404, 'Verndale', 'MN'),
(80033, 237, 2404, 'Vesta', 'MN'),
(80034, 237, 2404, 'Victoria', 'MN'),
(80035, 237, 2404, 'Villard', 'MN'),
(80036, 237, 2404, 'Vining', 'MN'),
(80037, 237, 2404, 'Virginia', 'MN'),
(80038, 237, 2404, 'Wabasha', 'MN'),
(80039, 237, 2404, 'Wabasso', 'MN'),
(80040, 237, 2404, 'Waconia', 'MN'),
(80041, 237, 2404, 'Wadena', 'MN'),
(80042, 237, 2404, 'Wahkon', 'MN'),
(80043, 237, 2404, 'Waite Park', 'MN'),
(80044, 237, 2404, 'Waldorf', 'MN'),
(80045, 237, 2404, 'Walker', 'MN'),
(80046, 237, 2404, 'Walnut Grove', 'MN'),
(80047, 237, 2404, 'Wanamingo', 'MN'),
(80048, 237, 2404, 'Wannaska', 'MN'),
(80049, 237, 2404, 'Warba', 'MN'),
(80050, 237, 2404, 'Warren', 'MN'),
(80051, 237, 2404, 'Warroad', 'MN'),
(80052, 237, 2404, 'Waseca', 'MN'),
(80053, 237, 2404, 'Watertown', 'MN'),
(80054, 237, 2404, 'Waterville', 'MN'),
(80055, 237, 2404, 'Watkins', 'MN'),
(80056, 237, 2404, 'Watson', 'MN'),
(80057, 237, 2404, 'Waubun', 'MN'),
(80058, 237, 2404, 'Waverly', 'MN'),
(80059, 237, 2404, 'Wayzata', 'MN'),
(80060, 237, 2404, 'Webster', 'MN'),
(80061, 237, 2404, 'Welch', 'MN'),
(80062, 237, 2404, 'Welcome', 'MN'),
(80063, 237, 2404, 'Wells', 'MN'),
(80064, 237, 2404, 'West Concord', 'MN'),
(80065, 237, 2404, 'Wheaton', 'MN'),
(80066, 237, 2404, 'White Bear Lake', 'MN'),
(80067, 237, 2404, 'Willernie', 'MN'),
(80068, 237, 2404, 'Williams', 'MN'),
(80069, 237, 2404, 'Willmar', 'MN'),
(80070, 237, 2404, 'Willow River', 'MN'),
(80071, 237, 2404, 'Windom', 'MN'),
(80072, 237, 2404, 'Winger', 'MN'),
(80073, 237, 2404, 'Winnebago', 'MN'),
(80074, 237, 2404, 'Winona', 'MN'),
(80075, 237, 2404, 'Winsted', 'MN'),
(80076, 237, 2404, 'Winthrop', 'MN'),
(80077, 237, 2404, 'Winton', 'MN'),
(80078, 237, 2404, 'Wolverton', 'MN'),
(80079, 237, 2404, 'Wood Lake', 'MN'),
(80080, 237, 2404, 'Worthington', 'MN'),
(80081, 237, 2404, 'Wrenshall', 'MN'),
(80082, 237, 2404, 'Wright', 'MN'),
(80083, 237, 2404, 'Wykoff', 'MN'),
(80084, 237, 2404, 'Wyoming', 'MN'),
(80085, 237, 2404, 'Zimmerman', 'MN'),
(80086, 237, 2404, 'Zumbrota', 'MN'),
(80087, 237, 2405, 'Abbeville', 'MS'),
(80088, 237, 2405, 'Aberdeen', 'MS'),
(80089, 237, 2405, 'Ackerman', 'MS'),
(80090, 237, 2405, 'Amory', 'MS'),
(80091, 237, 2405, 'Ashland', 'MS'),
(80092, 237, 2405, 'Bailey', 'MS'),
(80093, 237, 2405, 'Baldwyn', 'MS'),
(80094, 237, 2405, 'Bassfield', 'MS'),
(80095, 237, 2405, 'Batesville', 'MS'),
(80096, 237, 2405, 'Bay Saint Louis', 'MS'),
(80097, 237, 2405, 'Bay Springs', 'MS'),
(80098, 237, 2405, 'Beaumont', 'MS'),
(80099, 237, 2405, 'Belden', 'MS'),
(80100, 237, 2405, 'Belmont', 'MS'),
(80101, 237, 2405, 'Belzoni', 'MS'),
(80102, 237, 2405, 'Benton', 'MS'),
(80103, 237, 2405, 'Biloxi', 'MS'),
(80104, 237, 2405, 'Blue Mountain', 'MS'),
(80105, 237, 2405, 'Blue Springs', 'MS'),
(80106, 237, 2405, 'Bogue Chitto', 'MS'),
(80107, 237, 2405, 'Bolton', 'MS'),
(80108, 237, 2405, 'Booneville', 'MS'),
(80109, 237, 2405, 'Boyle', 'MS'),
(80110, 237, 2405, 'Brandon', 'MS'),
(80111, 237, 2405, 'Braxton', 'MS'),
(80112, 237, 2405, 'Brookhaven', 'MS'),
(80113, 237, 2405, 'Brooklyn', 'MS'),
(80114, 237, 2405, 'Bruce', 'MS'),
(80115, 237, 2405, 'Bude', 'MS'),
(80116, 237, 2405, 'Burnsville', 'MS'),
(80117, 237, 2405, 'Byhalia', 'MS'),
(80118, 237, 2405, 'Byram', 'MS'),
(80119, 237, 2405, 'Caledonia', 'MS'),
(80120, 237, 2405, 'Calhoun City', 'MS'),
(80121, 237, 2405, 'Canton', 'MS'),
(80122, 237, 2405, 'Carriere', 'MS'),
(80123, 237, 2405, 'Carrollton', 'MS'),
(80124, 237, 2405, 'Carthage', 'MS'),
(80125, 237, 2405, 'Cascilla', 'MS'),
(80126, 237, 2405, 'Centreville', 'MS'),
(80127, 237, 2405, 'Charleston', 'MS'),
(80128, 237, 2405, 'Chunky', 'MS'),
(80129, 237, 2405, 'Clarksdale', 'MS'),
(80130, 237, 2405, 'Cleveland', 'MS'),
(80131, 237, 2405, 'Clinton', 'MS'),
(80132, 237, 2405, 'Coffeeville', 'MS'),
(80133, 237, 2405, 'Coila', 'MS'),
(80134, 237, 2405, 'Coldwater', 'MS'),
(80135, 237, 2405, 'Collins', 'MS'),
(80136, 237, 2405, 'Collinsville', 'MS'),
(80137, 237, 2405, 'Columbia', 'MS'),
(80138, 237, 2405, 'Columbus', 'MS'),
(80139, 237, 2405, 'Como', 'MS'),
(80140, 237, 2405, 'Conehatta', 'MS'),
(80141, 237, 2405, 'Corinth', 'MS'),
(80142, 237, 2405, 'Crenshaw', 'MS'),
(80143, 237, 2405, 'Crowder', 'MS'),
(80144, 237, 2405, 'Cruger', 'MS'),
(80145, 237, 2405, 'Crystal Springs', 'MS'),
(80146, 237, 2405, 'D\'Iberville', 'MS'),
(80147, 237, 2405, 'Daleville', 'MS'),
(80148, 237, 2405, 'De Kalb', 'MS'),
(80149, 237, 2405, 'Decatur', 'MS'),
(80150, 237, 2405, 'Dennis', 'MS'),
(80151, 237, 2405, 'Diamondhead', 'MS'),
(80152, 237, 2405, 'Duck Hill', 'MS'),
(80153, 237, 2405, 'Dumas', 'MS'),
(80154, 237, 2405, 'Duncan', 'MS'),
(80155, 237, 2405, 'Durant', 'MS'),
(80156, 237, 2405, 'Ecru', 'MS'),
(80157, 237, 2405, 'Edwards', 'MS'),
(80158, 237, 2405, 'Ellisville', 'MS'),
(80159, 237, 2405, 'Enid', 'MS'),
(80160, 237, 2405, 'Eupora', 'MS'),
(80161, 237, 2405, 'Falkner', 'MS'),
(80162, 237, 2405, 'Fayette', 'MS'),
(80163, 237, 2405, 'Flora', 'MS'),
(80164, 237, 2405, 'Florence', 'MS'),
(80165, 237, 2405, 'Flowood', 'MS'),
(80166, 237, 2405, 'Forest', 'MS'),
(80167, 237, 2405, 'Foxworth', 'MS'),
(80168, 237, 2405, 'French Camp', 'MS'),
(80169, 237, 2405, 'Fulton', 'MS'),
(80170, 237, 2405, 'Gautier', 'MS'),
(80171, 237, 2405, 'Georgetown', 'MS'),
(80172, 237, 2405, 'Glen Allan', 'MS'),
(80173, 237, 2405, 'Glens', 'MS'),
(80174, 237, 2405, 'Gloster', 'MS'),
(80175, 237, 2405, 'Golden', 'MS'),
(80176, 237, 2405, 'Greenville', 'MS'),
(80177, 237, 2405, 'Greenwood', 'MS'),
(80178, 237, 2405, 'Grenada', 'MS'),
(80179, 237, 2405, 'Gulfport', 'MS'),
(80180, 237, 2405, 'Guntown', 'MS'),
(80181, 237, 2405, 'Harrisville', 'MS'),
(80182, 237, 2405, 'Hattiesburg', 'MS'),
(80183, 237, 2405, 'Hazlehurst', 'MS'),
(80184, 237, 2405, 'Heidelberg', 'MS'),
(80185, 237, 2405, 'Hernando', 'MS'),
(80186, 237, 2405, 'Hickory', 'MS'),
(80187, 237, 2405, 'Hickory Flat', 'MS'),
(80188, 237, 2405, 'Holcomb', 'MS'),
(80189, 237, 2405, 'Hollandale', 'MS'),
(80190, 237, 2405, 'Holly Springs', 'MS'),
(80191, 237, 2405, 'Horn Lake', 'MS'),
(80192, 237, 2405, 'Houlka', 'MS'),
(80193, 237, 2405, 'Houston', 'MS'),
(80194, 237, 2405, 'Indianola', 'MS'),
(80195, 237, 2405, 'Inverness', 'MS'),
(80196, 237, 2405, 'Itta Bena', 'MS'),
(80197, 237, 2405, 'Iuka', 'MS'),
(80198, 237, 2405, 'Jackson', 'MS'),
(80199, 237, 2405, 'Jayess', 'MS'),
(80200, 237, 2405, 'Kilmichael', 'MS'),
(80201, 237, 2405, 'Kiln', 'MS'),
(80202, 237, 2405, 'Kokomo', 'MS'),
(80203, 237, 2405, 'Kosciusko', 'MS'),
(80204, 237, 2405, 'Lake', 'MS'),
(80205, 237, 2405, 'Lake Cormorant', 'MS'),
(80206, 237, 2405, 'Lambert', 'MS'),
(80207, 237, 2405, 'Lauderdale', 'MS'),
(80208, 237, 2405, 'Laurel', 'MS'),
(80209, 237, 2405, 'Lawrence', 'MS'),
(80210, 237, 2405, 'Leakesville', 'MS'),
(80211, 237, 2405, 'Leland', 'MS'),
(80212, 237, 2405, 'Lena', 'MS'),
(80213, 237, 2405, 'Lexington', 'MS'),
(80214, 237, 2405, 'Liberty', 'MS'),
(80215, 237, 2405, 'Little Rock', 'MS'),
(80216, 237, 2405, 'Long Beach', 'MS'),
(80217, 237, 2405, 'Louin', 'MS'),
(80218, 237, 2405, 'Louise', 'MS'),
(80219, 237, 2405, 'Louisville', 'MS'),
(80220, 237, 2405, 'Lucedale', 'MS'),
(80221, 237, 2405, 'Lumberton', 'MS'),
(80222, 237, 2405, 'Maben', 'MS'),
(80223, 237, 2405, 'Macon', 'MS'),
(80224, 237, 2405, 'Madison', 'MS'),
(80225, 237, 2405, 'Magee', 'MS'),
(80226, 237, 2405, 'Magnolia', 'MS'),
(80227, 237, 2405, 'Mantachie', 'MS'),
(80228, 237, 2405, 'Mantee', 'MS'),
(80229, 237, 2405, 'Marietta', 'MS'),
(80230, 237, 2405, 'Marion', 'MS'),
(80231, 237, 2405, 'Mathiston', 'MS'),
(80232, 237, 2405, 'McComb', 'MS'),
(80233, 237, 2405, 'Meadville', 'MS'),
(80234, 237, 2405, 'Mendenhall', 'MS'),
(80235, 237, 2405, 'Meridian', 'MS'),
(80236, 237, 2405, 'Mize', 'MS'),
(80237, 237, 2405, 'Monticello', 'MS'),
(80238, 237, 2405, 'Mooreville', 'MS'),
(80239, 237, 2405, 'Moorhead', 'MS'),
(80240, 237, 2405, 'Morton', 'MS'),
(80241, 237, 2405, 'Moselle', 'MS'),
(80242, 237, 2405, 'Moss Point', 'MS'),
(80243, 237, 2405, 'Mound Bayou', 'MS'),
(80244, 237, 2405, 'Mount Olive', 'MS'),
(80245, 237, 2405, 'Myrtle', 'MS'),
(80246, 237, 2405, 'Natchez', 'MS'),
(80247, 237, 2405, 'Neely', 'MS'),
(80248, 237, 2405, 'Nesbit', 'MS'),
(80249, 237, 2405, 'Nettleton', 'MS'),
(80250, 237, 2405, 'New Albany', 'MS'),
(80251, 237, 2405, 'New Augusta', 'MS'),
(80252, 237, 2405, 'New Hebron', 'MS'),
(80253, 237, 2405, 'New Site', 'MS'),
(80254, 237, 2405, 'Newton', 'MS'),
(80255, 237, 2405, 'Noxapater', 'MS'),
(80256, 237, 2405, 'Oakland', 'MS'),
(80257, 237, 2405, 'Ocean Springs', 'MS'),
(80258, 237, 2405, 'Okolona', 'MS'),
(80259, 237, 2405, 'Olive Branch', 'MS'),
(80260, 237, 2405, 'Osyka', 'MS'),
(80261, 237, 2405, 'Ovett', 'MS'),
(80262, 237, 2405, 'Oxford', 'MS'),
(80263, 237, 2405, 'Paris', 'MS'),
(80264, 237, 2405, 'Pascagoula', 'MS'),
(80265, 237, 2405, 'Pass Christian', 'MS'),
(80266, 237, 2405, 'Pearl', 'MS'),
(80267, 237, 2405, 'Pearlington', 'MS'),
(80268, 237, 2405, 'Pelahatchie', 'MS'),
(80269, 237, 2405, 'Perkinston', 'MS'),
(80270, 237, 2405, 'Petal', 'MS'),
(80271, 237, 2405, 'Philadelphia', 'MS'),
(80272, 237, 2405, 'Picayune', 'MS'),
(80273, 237, 2405, 'Pickens', 'MS'),
(80274, 237, 2405, 'Piney Woods', 'MS'),
(80275, 237, 2405, 'Pinola', 'MS'),
(80276, 237, 2405, 'Plantersville', 'MS'),
(80277, 237, 2405, 'Pontotoc', 'MS'),
(80278, 237, 2405, 'Pope', 'MS'),
(80279, 237, 2405, 'Poplarville', 'MS'),
(80280, 237, 2405, 'Port Gibson', 'MS'),
(80281, 237, 2405, 'Porterville', 'MS'),
(80282, 237, 2405, 'Potts Camp', 'MS'),
(80283, 237, 2405, 'Prairie', 'MS'),
(80284, 237, 2405, 'Prentiss', 'MS'),
(80285, 237, 2405, 'Purvis', 'MS'),
(80286, 237, 2405, 'Quitman', 'MS'),
(80287, 237, 2405, 'Raleigh', 'MS'),
(80288, 237, 2405, 'Randolph', 'MS'),
(80289, 237, 2405, 'Raymond', 'MS'),
(80290, 237, 2405, 'Red Banks', 'MS'),
(80291, 237, 2405, 'Richland', 'MS'),
(80292, 237, 2405, 'Richton', 'MS'),
(80293, 237, 2405, 'Ridgeland', 'MS'),
(80294, 237, 2405, 'Rienzi', 'MS'),
(80295, 237, 2405, 'Ripley', 'MS'),
(80296, 237, 2405, 'Robinsonville', 'MS'),
(80297, 237, 2405, 'Rolling Fork', 'MS'),
(80298, 237, 2405, 'Rose Hill', 'MS'),
(80299, 237, 2405, 'Rosedale', 'MS'),
(80300, 237, 2405, 'Roxie', 'MS'),
(80301, 237, 2405, 'Ruleville', 'MS'),
(80302, 237, 2405, 'Sallis', 'MS'),
(80303, 237, 2405, 'Saltillo', 'MS'),
(80304, 237, 2405, 'Sarah', 'MS'),
(80305, 237, 2405, 'Sardis', 'MS'),
(80306, 237, 2405, 'Saucier', 'MS'),
(80307, 237, 2405, 'Scobey', 'MS'),
(80308, 237, 2405, 'Sebastopol', 'MS'),
(80309, 237, 2405, 'Seminary', 'MS'),
(80310, 237, 2405, 'Senatobia', 'MS'),
(80311, 237, 2405, 'Shannon', 'MS'),
(80312, 237, 2405, 'Shaw', 'MS'),
(80313, 237, 2405, 'Shuqualak', 'MS'),
(80314, 237, 2405, 'Silver Creek', 'MS'),
(80315, 237, 2405, 'Smithdale', 'MS'),
(80316, 237, 2405, 'Smithville', 'MS'),
(80317, 237, 2405, 'Southaven', 'MS'),
(80318, 237, 2405, 'Star', 'MS'),
(80319, 237, 2405, 'Starkville', 'MS'),
(80320, 237, 2405, 'State Line', 'MS'),
(80321, 237, 2405, 'Stewart', 'MS'),
(80322, 237, 2405, 'Stoneville', 'MS'),
(80323, 237, 2405, 'Stonewall', 'MS'),
(80324, 237, 2405, 'Stringer', 'MS'),
(80325, 237, 2405, 'Summit', 'MS'),
(80326, 237, 2405, 'Sumner', 'MS'),
(80327, 237, 2405, 'Sumrall', 'MS'),
(80328, 237, 2405, 'Sunflower', 'MS'),
(80329, 237, 2405, 'Taylorsville', 'MS'),
(80330, 237, 2405, 'Tchula', 'MS'),
(80331, 237, 2405, 'Terry', 'MS'),
(80332, 237, 2405, 'Tishomingo', 'MS'),
(80333, 237, 2405, 'Toomsuba', 'MS'),
(80334, 237, 2405, 'Tougaloo', 'MS'),
(80335, 237, 2405, 'Tremont', 'MS'),
(80336, 237, 2405, 'Tunica', 'MS'),
(80337, 237, 2405, 'Tupelo', 'MS'),
(80338, 237, 2405, 'Tutwiler', 'MS'),
(80339, 237, 2405, 'Tylertown', 'MS'),
(80340, 237, 2405, 'Union', 'MS'),
(80341, 237, 2405, 'University', 'MS'),
(80342, 237, 2405, 'Utica', 'MS'),
(80343, 237, 2405, 'Vaughan', 'MS'),
(80344, 237, 2405, 'Vicksburg', 'MS'),
(80345, 237, 2405, 'Vossburg', 'MS'),
(80346, 237, 2405, 'Walls', 'MS'),
(80347, 237, 2405, 'Walnut', 'MS'),
(80348, 237, 2405, 'Water Valley', 'MS'),
(80349, 237, 2405, 'Waveland', 'MS'),
(80350, 237, 2405, 'Waynesboro', 'MS'),
(80351, 237, 2405, 'Webb', 'MS'),
(80352, 237, 2405, 'Weir', 'MS'),
(80353, 237, 2405, 'Wesson', 'MS'),
(80354, 237, 2405, 'West', 'MS'),
(80355, 237, 2405, 'West Point', 'MS'),
(80356, 237, 2405, 'Wiggins', 'MS'),
(80357, 237, 2405, 'Winona', 'MS'),
(80358, 237, 2405, 'Woodville', 'MS'),
(80359, 237, 2405, 'Yazoo City', 'MS'),
(80360, 237, 2406, 'Adrian', 'MO'),
(80361, 237, 2406, 'Advance', 'MO'),
(80362, 237, 2406, 'Agency', 'MO'),
(80363, 237, 2406, 'Albany', 'MO'),
(80364, 237, 2406, 'Aldrich', 'MO'),
(80365, 237, 2406, 'Alexandria', 'MO'),
(80366, 237, 2406, 'Alma', 'MO'),
(80367, 237, 2406, 'Altamont', 'MO'),
(80368, 237, 2406, 'Alton', 'MO'),
(80369, 237, 2406, 'Amoret', 'MO'),
(80370, 237, 2406, 'Anderson', 'MO'),
(80371, 237, 2406, 'Arbela', 'MO'),
(80372, 237, 2406, 'Arbyrd', 'MO'),
(80373, 237, 2406, 'Archie', 'MO'),
(80374, 237, 2406, 'Arnold', 'MO'),
(80375, 237, 2406, 'Asbury', 'MO'),
(80376, 237, 2406, 'Ash Grove', 'MO'),
(80377, 237, 2406, 'Ashland', 'MO'),
(80378, 237, 2406, 'Atlanta', 'MO'),
(80379, 237, 2406, 'Aurora', 'MO'),
(80380, 237, 2406, 'Auxvasse', 'MO'),
(80381, 237, 2406, 'Ava', 'MO'),
(80382, 237, 2406, 'Ballwin', 'MO'),
(80383, 237, 2406, 'Baring', 'MO'),
(80384, 237, 2406, 'Barnard', 'MO'),
(80385, 237, 2406, 'Barnhart', 'MO'),
(80386, 237, 2406, 'Bates City', 'MO'),
(80387, 237, 2406, 'Beaufort', 'MO'),
(80388, 237, 2406, 'Bell City', 'MO'),
(80389, 237, 2406, 'Belle', 'MO'),
(80390, 237, 2406, 'Bellflower', 'MO'),
(80391, 237, 2406, 'Belton', 'MO'),
(80392, 237, 2406, 'Benton', 'MO'),
(80393, 237, 2406, 'Bernie', 'MO'),
(80394, 237, 2406, 'Bertrand', 'MO'),
(80395, 237, 2406, 'Bethany', 'MO'),
(80396, 237, 2406, 'Bethel', 'MO'),
(80397, 237, 2406, 'Bevier', 'MO'),
(80398, 237, 2406, 'Billings', 'MO'),
(80399, 237, 2406, 'Bismarck', 'MO'),
(80400, 237, 2406, 'Blackwater', 'MO'),
(80401, 237, 2406, 'Bland', 'MO'),
(80402, 237, 2406, 'Bloomfield', 'MO'),
(80403, 237, 2406, 'Bloomsdale', 'MO'),
(80404, 237, 2406, 'Blue Eye', 'MO'),
(80405, 237, 2406, 'Blue Springs', 'MO'),
(80406, 237, 2406, 'Blythedale', 'MO'),
(80407, 237, 2406, 'Bogard', 'MO'),
(80408, 237, 2406, 'Bolivar', 'MO'),
(80409, 237, 2406, 'Bonne Terre', 'MO'),
(80410, 237, 2406, 'Bonnots Mill', 'MO'),
(80411, 237, 2406, 'Boonville', 'MO'),
(80412, 237, 2406, 'Bosworth', 'MO'),
(80413, 237, 2406, 'Bourbon', 'MO'),
(80414, 237, 2406, 'Bowling Green', 'MO'),
(80415, 237, 2406, 'Bragg City', 'MO'),
(80416, 237, 2406, 'Branson', 'MO'),
(80417, 237, 2406, 'Breckenridge', 'MO'),
(80418, 237, 2406, 'Bridgeton', 'MO'),
(80419, 237, 2406, 'Brighton', 'MO'),
(80420, 237, 2406, 'Brookfield', 'MO'),
(80421, 237, 2406, 'Brookline', 'MO'),
(80422, 237, 2406, 'Broseley', 'MO'),
(80423, 237, 2406, 'Browning', 'MO'),
(80424, 237, 2406, 'Brunswick', 'MO'),
(80425, 237, 2406, 'Bucklin', 'MO'),
(80426, 237, 2406, 'Buckner', 'MO'),
(80427, 237, 2406, 'Bucyrus', 'MO'),
(80428, 237, 2406, 'Buffalo', 'MO'),
(80429, 237, 2406, 'Bunker', 'MO'),
(80430, 237, 2406, 'Burfordville', 'MO'),
(80431, 237, 2406, 'Burlington Junction', 'MO'),
(80432, 237, 2406, 'Butler', 'MO'),
(80433, 237, 2406, 'Cabool', 'MO'),
(80434, 237, 2406, 'Cainsville', 'MO'),
(80435, 237, 2406, 'Cairo', 'MO'),
(80436, 237, 2406, 'California', 'MO'),
(80437, 237, 2406, 'Callao', 'MO'),
(80438, 237, 2406, 'Camden Point', 'MO'),
(80439, 237, 2406, 'Camdenton', 'MO'),
(80440, 237, 2406, 'Cameron', 'MO'),
(80441, 237, 2406, 'Campbell', 'MO'),
(80442, 237, 2406, 'Canton', 'MO'),
(80443, 237, 2406, 'Cape Girardeau', 'MO'),
(80444, 237, 2406, 'Carl Junction', 'MO'),
(80445, 237, 2406, 'Carrollton', 'MO'),
(80446, 237, 2406, 'Carthage', 'MO'),
(80447, 237, 2406, 'Caruthersville', 'MO'),
(80448, 237, 2406, 'Cassville', 'MO'),
(80449, 237, 2406, 'Catawissa', 'MO'),
(80450, 237, 2406, 'Cedar Hill', 'MO'),
(80451, 237, 2406, 'Center', 'MO'),
(80452, 237, 2406, 'Centertown', 'MO'),
(80453, 237, 2406, 'Centerview', 'MO'),
(80454, 237, 2406, 'Centralia', 'MO'),
(80455, 237, 2406, 'Chaffee', 'MO'),
(80456, 237, 2406, 'Charleston', 'MO'),
(80457, 237, 2406, 'Cherryville', 'MO'),
(80458, 237, 2406, 'Chesterfield', 'MO'),
(80459, 237, 2406, 'Chillicothe', 'MO'),
(80460, 237, 2406, 'City of Saint Peters', 'MO'),
(80461, 237, 2406, 'Clarksdale', 'MO'),
(80462, 237, 2406, 'Clarkton', 'MO'),
(80463, 237, 2406, 'Clearmont', 'MO'),
(80464, 237, 2406, 'Clever', 'MO'),
(80465, 237, 2406, 'Clifton Hill', 'MO'),
(80466, 237, 2406, 'Clinton', 'MO'),
(80467, 237, 2406, 'Clyde', 'MO'),
(80468, 237, 2406, 'Coatsville', 'MO'),
(80469, 237, 2406, 'Coffey', 'MO'),
(80470, 237, 2406, 'Cole Camp', 'MO'),
(80471, 237, 2406, 'Collins', 'MO'),
(80472, 237, 2406, 'Columbia', 'MO'),
(80473, 237, 2406, 'Concordia', 'MO'),
(80474, 237, 2406, 'Cooter', 'MO'),
(80475, 237, 2406, 'Cowgill', 'MO'),
(80476, 237, 2406, 'Creighton', 'MO'),
(80477, 237, 2406, 'Crocker', 'MO'),
(80478, 237, 2406, 'Crystal City', 'MO'),
(80479, 237, 2406, 'Cuba', 'MO'),
(80480, 237, 2406, 'Curryville', 'MO'),
(80481, 237, 2406, 'Darlington', 'MO'),
(80482, 237, 2406, 'Dawn', 'MO'),
(80483, 237, 2406, 'De Kalb', 'MO'),
(80484, 237, 2406, 'De Soto', 'MO'),
(80485, 237, 2406, 'De Witt', 'MO'),
(80486, 237, 2406, 'Dearborn', 'MO'),
(80487, 237, 2406, 'Deepwater', 'MO'),
(80488, 237, 2406, 'Deering', 'MO'),
(80489, 237, 2406, 'Defiance', 'MO'),
(80490, 237, 2406, 'Dexter', 'MO'),
(80491, 237, 2406, 'Diamond', 'MO'),
(80492, 237, 2406, 'Dittmer', 'MO'),
(80493, 237, 2406, 'Dixon', 'MO'),
(80494, 237, 2406, 'Doniphan', 'MO'),
(80495, 237, 2406, 'Dora', 'MO'),
(80496, 237, 2406, 'Drexel', 'MO'),
(80497, 237, 2406, 'Drury', 'MO'),
(80498, 237, 2406, 'Dudley', 'MO'),
(80499, 237, 2406, 'Dunnegan', 'MO'),
(80500, 237, 2406, 'Durham', 'MO'),
(80501, 237, 2406, 'Eagleville', 'MO'),
(80502, 237, 2406, 'Earth City', 'MO'),
(80503, 237, 2406, 'East Prairie', 'MO'),
(80504, 237, 2406, 'Edgerton', 'MO'),
(80505, 237, 2406, 'Edina', 'MO'),
(80506, 237, 2406, 'Edwards', 'MO'),
(80507, 237, 2406, 'El Dorado Springs', 'MO'),
(80508, 237, 2406, 'Eldon', 'MO'),
(80509, 237, 2406, 'Eldridge', 'MO'),
(80510, 237, 2406, 'Elkland', 'MO'),
(80511, 237, 2406, 'Ellington', 'MO'),
(80512, 237, 2406, 'Ellsinore', 'MO'),
(80513, 237, 2406, 'Elmo', 'MO'),
(80514, 237, 2406, 'Elsberry', 'MO'),
(80515, 237, 2406, 'Emden', 'MO'),
(80516, 237, 2406, 'Eolia', 'MO'),
(80517, 237, 2406, 'Essex', 'MO'),
(80518, 237, 2406, 'Ethel', 'MO'),
(80519, 237, 2406, 'Eureka', 'MO'),
(80520, 237, 2406, 'Everton', 'MO'),
(80521, 237, 2406, 'Excello', 'MO'),
(80522, 237, 2406, 'Excelsior Springs', 'MO'),
(80523, 237, 2406, 'Fair Grove', 'MO'),
(80524, 237, 2406, 'Fair Play', 'MO'),
(80525, 237, 2406, 'Fairdealing', 'MO'),
(80526, 237, 2406, 'Fairfax', 'MO'),
(80527, 237, 2406, 'Fairview', 'MO'),
(80528, 237, 2406, 'Farber', 'MO'),
(80529, 237, 2406, 'Farmington', 'MO'),
(80530, 237, 2406, 'Fayette', 'MO'),
(80531, 237, 2406, 'Fenton', 'MO'),
(80532, 237, 2406, 'Festus', 'MO'),
(80533, 237, 2406, 'Fillmore', 'MO'),
(80534, 237, 2406, 'Flemington', 'MO'),
(80535, 237, 2406, 'Florissant', 'MO'),
(80536, 237, 2406, 'Fordland', 'MO'),
(80537, 237, 2406, 'Forest City', 'MO'),
(80538, 237, 2406, 'Foristell', 'MO'),
(80539, 237, 2406, 'Forsyth', 'MO'),
(80540, 237, 2406, 'Fort Leonard Wood', 'MO'),
(80541, 237, 2406, 'Fortuna', 'MO'),
(80542, 237, 2406, 'Frankford', 'MO'),
(80543, 237, 2406, 'Fredericktown', 'MO'),
(80544, 237, 2406, 'Freeburg', 'MO'),
(80545, 237, 2406, 'Freeman', 'MO'),
(80546, 237, 2406, 'French Village', 'MO'),
(80547, 237, 2406, 'Friedheim', 'MO'),
(80548, 237, 2406, 'Fulton', 'MO'),
(80549, 237, 2406, 'Gainesville', 'MO'),
(80550, 237, 2406, 'Galena', 'MO'),
(80551, 237, 2406, 'Garden City', 'MO'),
(80552, 237, 2406, 'Gentry', 'MO'),
(80553, 237, 2406, 'Gerald', 'MO'),
(80554, 237, 2406, 'Gideon', 'MO'),
(80555, 237, 2406, 'Gilliam', 'MO'),
(80556, 237, 2406, 'Gilman City', 'MO'),
(80557, 237, 2406, 'Glasgow', 'MO'),
(80558, 237, 2406, 'Glencoe', 'MO'),
(80559, 237, 2406, 'Golden', 'MO'),
(80560, 237, 2406, 'Goodman', 'MO'),
(80561, 237, 2406, 'Gower', 'MO'),
(80562, 237, 2406, 'Graham', 'MO'),
(80563, 237, 2406, 'Grain Valley', 'MO'),
(80564, 237, 2406, 'Granby', 'MO'),
(80565, 237, 2406, 'Grandin', 'MO'),
(80566, 237, 2406, 'Grandview', 'MO'),
(80567, 237, 2406, 'Grant City', 'MO'),
(80568, 237, 2406, 'Gravois Mills', 'MO'),
(80569, 237, 2406, 'Gray Summit', 'MO'),
(80570, 237, 2406, 'Green Castle', 'MO'),
(80571, 237, 2406, 'Green City', 'MO'),
(80572, 237, 2406, 'Green Ridge', 'MO'),
(80573, 237, 2406, 'Greenfield', 'MO'),
(80574, 237, 2406, 'Greentop', 'MO'),
(80575, 237, 2406, 'Greenville', 'MO'),
(80576, 237, 2406, 'Greenwood', 'MO'),
(80577, 237, 2406, 'Grover', 'MO'),
(80578, 237, 2406, 'Grovespring', 'MO'),
(80579, 237, 2406, 'Grubville', 'MO'),
(80580, 237, 2406, 'Hale', 'MO'),
(80581, 237, 2406, 'Halfway', 'MO'),
(80582, 237, 2406, 'Hallsville', 'MO'),
(80583, 237, 2406, 'Halltown', 'MO'),
(80584, 237, 2406, 'Hamilton', 'MO'),
(80585, 237, 2406, 'Hannibal', 'MO'),
(80586, 237, 2406, 'Hardin', 'MO'),
(80587, 237, 2406, 'Harrisonville', 'MO'),
(80588, 237, 2406, 'Hartsburg', 'MO'),
(80589, 237, 2406, 'Hawk Point', 'MO'),
(80590, 237, 2406, 'Hayti', 'MO'),
(80591, 237, 2406, 'Hazelwood', 'MO'),
(80592, 237, 2406, 'Henley', 'MO'),
(80593, 237, 2406, 'Herculaneum', 'MO'),
(80594, 237, 2406, 'Hermann', 'MO'),
(80595, 237, 2406, 'Higginsville', 'MO'),
(80596, 237, 2406, 'High Ridge', 'MO'),
(80597, 237, 2406, 'Highlandville', 'MO'),
(80598, 237, 2406, 'Hillsboro', 'MO'),
(80599, 237, 2406, 'Holden', 'MO'),
(80600, 237, 2406, 'Holland', 'MO'),
(80601, 237, 2406, 'Holliday', 'MO'),
(80602, 237, 2406, 'Hollister', 'MO'),
(80603, 237, 2406, 'Holt', 'MO'),
(80604, 237, 2406, 'Holts Summit', 'MO'),
(80605, 237, 2406, 'House Springs', 'MO'),
(80606, 237, 2406, 'Houston', 'MO'),
(80607, 237, 2406, 'Hughesville', 'MO'),
(80608, 237, 2406, 'Humansville', 'MO'),
(80609, 237, 2406, 'Hume', 'MO'),
(80610, 237, 2406, 'Humphreys', 'MO'),
(80611, 237, 2406, 'Huntsville', 'MO'),
(80612, 237, 2406, 'Hurdland', 'MO'),
(80613, 237, 2406, 'Iberia', 'MO'),
(80614, 237, 2406, 'Imperial', 'MO'),
(80615, 237, 2406, 'Independence', 'MO'),
(80616, 237, 2406, 'Ionia', 'MO'),
(80617, 237, 2406, 'Ironton', 'MO'),
(80618, 237, 2406, 'Jackson', 'MO'),
(80619, 237, 2406, 'Jamesport', 'MO'),
(80620, 237, 2406, 'Jasper', 'MO'),
(80621, 237, 2406, 'Jefferson City', 'MO'),
(80622, 237, 2406, 'Jerico Springs', 'MO'),
(80623, 237, 2406, 'Jonesburg', 'MO'),
(80624, 237, 2406, 'Joplin', 'MO'),
(80625, 237, 2406, 'Kahoka', 'MO'),
(80626, 237, 2406, 'Kaiser', 'MO'),
(80627, 237, 2406, 'Kansas City', 'MO'),
(80628, 237, 2406, 'Kearney', 'MO'),
(80629, 237, 2406, 'Kennett', 'MO'),
(80630, 237, 2406, 'Keytesville', 'MO'),
(80631, 237, 2406, 'Kimberling City', 'MO'),
(80632, 237, 2406, 'King City', 'MO'),
(80633, 237, 2406, 'Kingdom City', 'MO'),
(80634, 237, 2406, 'Kingston', 'MO'),
(80635, 237, 2406, 'Kingsville', 'MO'),
(80636, 237, 2406, 'Kirbyville', 'MO'),
(80637, 237, 2406, 'Kirksville', 'MO'),
(80638, 237, 2406, 'Knob Noster', 'MO'),
(80639, 237, 2406, 'Knox City', 'MO'),
(80640, 237, 2406, 'Koshkonong', 'MO'),
(80641, 237, 2406, 'La Grange', 'MO'),
(80642, 237, 2406, 'La Monte', 'MO'),
(80643, 237, 2406, 'La Plata', 'MO'),
(80644, 237, 2406, 'Labadie', 'MO'),
(80645, 237, 2406, 'Lake Ozark', 'MO'),
(80646, 237, 2406, 'Lake Saint Louis', 'MO'),
(80647, 237, 2406, 'Lamar', 'MO'),
(80648, 237, 2406, 'Lampe', 'MO'),
(80649, 237, 2406, 'Lanagan', 'MO'),
(80650, 237, 2406, 'Lancaster', 'MO'),
(80651, 237, 2406, 'Laquey', 'MO'),
(80652, 237, 2406, 'Laredo', 'MO'),
(80653, 237, 2406, 'Latham', 'MO'),
(80654, 237, 2406, 'Lathrop', 'MO'),
(80655, 237, 2406, 'Lawson', 'MO'),
(80656, 237, 2406, 'Leadwood', 'MO'),
(80657, 237, 2406, 'Lebanon', 'MO'),
(80658, 237, 2406, 'Lee\'s Summit', 'MO'),
(80659, 237, 2406, 'Leeton', 'MO'),
(80660, 237, 2406, 'Leonard', 'MO'),
(80661, 237, 2406, 'Leslie', 'MO'),
(80662, 237, 2406, 'Lexington', 'MO'),
(80663, 237, 2406, 'Liberal', 'MO'),
(80664, 237, 2406, 'Liberty', 'MO'),
(80665, 237, 2406, 'Licking', 'MO'),
(80666, 237, 2406, 'Lilbourn', 'MO'),
(80667, 237, 2406, 'Linn', 'MO'),
(80668, 237, 2406, 'Linn Creek', 'MO'),
(80669, 237, 2406, 'Linneus', 'MO'),
(80670, 237, 2406, 'Livonia', 'MO'),
(80671, 237, 2406, 'Local', 'MO'),
(80672, 237, 2406, 'Lockwood', 'MO'),
(80673, 237, 2406, 'Lone Jack', 'MO'),
(80674, 237, 2406, 'Lonedell', 'MO'),
(80675, 237, 2406, 'Loose Creek', 'MO'),
(80676, 237, 2406, 'Louisiana', 'MO'),
(80677, 237, 2406, 'Lowry City', 'MO'),
(80678, 237, 2406, 'Ludlow', 'MO'),
(80679, 237, 2406, 'Luray', 'MO'),
(80680, 237, 2406, 'Macon', 'MO'),
(80681, 237, 2406, 'Madison', 'MO'),
(80682, 237, 2406, 'Maitland', 'MO'),
(80683, 237, 2406, 'Malden', 'MO'),
(80684, 237, 2406, 'Mansfield', 'MO'),
(80685, 237, 2406, 'Marble Hill', 'MO'),
(80686, 237, 2406, 'Marceline', 'MO'),
(80687, 237, 2406, 'Marionville', 'MO'),
(80688, 237, 2406, 'Marquand', 'MO'),
(80689, 237, 2406, 'Marshall', 'MO'),
(80690, 237, 2406, 'Marshfield', 'MO'),
(80691, 237, 2406, 'Marston', 'MO'),
(80692, 237, 2406, 'Marthasville', 'MO'),
(80693, 237, 2406, 'Martinsville', 'MO'),
(80694, 237, 2406, 'Maryknoll', 'MO'),
(80695, 237, 2406, 'Maryland Heights', 'MO'),
(80696, 237, 2406, 'Maryville', 'MO'),
(80697, 237, 2406, 'Matthews', 'MO'),
(80698, 237, 2406, 'Maywood', 'MO'),
(80699, 237, 2406, 'Meadville', 'MO'),
(80700, 237, 2406, 'Memphis', 'MO'),
(80701, 237, 2406, 'Mercer', 'MO'),
(80702, 237, 2406, 'Meta', 'MO'),
(80703, 237, 2406, 'Mexico', 'MO'),
(80704, 237, 2406, 'Milan', 'MO'),
(80705, 237, 2406, 'Miller', 'MO'),
(80706, 237, 2406, 'Millersville', 'MO'),
(80707, 237, 2406, 'Mindenmines', 'MO'),
(80708, 237, 2406, 'Mineral Point', 'MO'),
(80709, 237, 2406, 'Moberly', 'MO'),
(80710, 237, 2406, 'Mokane', 'MO'),
(80711, 237, 2406, 'Monett', 'MO'),
(80712, 237, 2406, 'Monroe City', 'MO'),
(80713, 237, 2406, 'Montgomery City', 'MO'),
(80714, 237, 2406, 'Montrose', 'MO'),
(80715, 237, 2406, 'Mooresville', 'MO'),
(80716, 237, 2406, 'Morehouse', 'MO'),
(80717, 237, 2406, 'Morley', 'MO'),
(80718, 237, 2406, 'Morrisville', 'MO'),
(80719, 237, 2406, 'Moscow Mills', 'MO'),
(80720, 237, 2406, 'Mound City', 'MO'),
(80721, 237, 2406, 'Mount Vernon', 'MO'),
(80722, 237, 2406, 'Mountain Grove', 'MO'),
(80723, 237, 2406, 'Mountain View', 'MO'),
(80724, 237, 2406, 'Napoleon', 'MO'),
(80725, 237, 2406, 'Neelyville', 'MO'),
(80726, 237, 2406, 'Neosho', 'MO'),
(80727, 237, 2406, 'Nevada', 'MO'),
(80728, 237, 2406, 'New Bloomfield', 'MO'),
(80729, 237, 2406, 'New Florence', 'MO'),
(80730, 237, 2406, 'New Franklin', 'MO'),
(80731, 237, 2406, 'New Hampton', 'MO'),
(80732, 237, 2406, 'New Haven', 'MO'),
(80733, 237, 2406, 'New London', 'MO'),
(80734, 237, 2406, 'New Madrid', 'MO'),
(80735, 237, 2406, 'Newtown', 'MO'),
(80736, 237, 2406, 'Niangua', 'MO'),
(80737, 237, 2406, 'Nixa', 'MO'),
(80738, 237, 2406, 'Noble', 'MO'),
(80739, 237, 2406, 'Noel', 'MO'),
(80740, 237, 2406, 'Norborne', 'MO'),
(80741, 237, 2406, 'Norwood', 'MO'),
(80742, 237, 2406, 'Novinger', 'MO'),
(80743, 237, 2406, 'O\'Fallon', 'MO'),
(80744, 237, 2406, 'Oak Grove', 'MO'),
(80745, 237, 2406, 'Oak Ridge', 'MO'),
(80746, 237, 2406, 'Odessa', 'MO'),
(80747, 237, 2406, 'Old Monroe', 'MO'),
(80748, 237, 2406, 'Olivette', 'MO'),
(80749, 237, 2406, 'Oregon', 'MO'),
(80750, 237, 2406, 'Oronogo', 'MO'),
(80751, 237, 2406, 'Orrick', 'MO'),
(80752, 237, 2406, 'Osage Beach', 'MO'),
(80753, 237, 2406, 'Osborn', 'MO'),
(80754, 237, 2406, 'Osceola', 'MO'),
(80755, 237, 2406, 'Otterville', 'MO'),
(80756, 237, 2406, 'Owensville', 'MO'),
(80757, 237, 2406, 'Ozark', 'MO'),
(80758, 237, 2406, 'Pacific', 'MO'),
(80759, 237, 2406, 'Palmyra', 'MO'),
(80760, 237, 2406, 'Park Hills', 'MO'),
(80761, 237, 2406, 'Parma', 'MO'),
(80762, 237, 2406, 'Parnell', 'MO'),
(80763, 237, 2406, 'Patterson', 'MO'),
(80764, 237, 2406, 'Patton', 'MO'),
(80765, 237, 2406, 'Pattonsburg', 'MO'),
(80766, 237, 2406, 'Peculiar', 'MO'),
(80767, 237, 2406, 'Perry', 'MO'),
(80768, 237, 2406, 'Perryville', 'MO'),
(80769, 237, 2406, 'Pevely', 'MO'),
(80770, 237, 2406, 'Philadelphia', 'MO'),
(80771, 237, 2406, 'Piedmont', 'MO'),
(80772, 237, 2406, 'Pierce City', 'MO'),
(80773, 237, 2406, 'Pilot Grove', 'MO'),
(80774, 237, 2406, 'Pilot Knob', 'MO'),
(80775, 237, 2406, 'Pineville', 'MO'),
(80776, 237, 2406, 'Plato', 'MO'),
(80777, 237, 2406, 'Platte City', 'MO'),
(80778, 237, 2406, 'Plattsburg', 'MO'),
(80779, 237, 2406, 'Pleasant Hill', 'MO'),
(80780, 237, 2406, 'Pleasant Hope', 'MO'),
(80781, 237, 2406, 'Polk', 'MO'),
(80782, 237, 2406, 'Polo', 'MO'),
(80783, 237, 2406, 'Pomona', 'MO'),
(80784, 237, 2406, 'Poplar Bluff', 'MO'),
(80785, 237, 2406, 'Portageville', 'MO'),
(80786, 237, 2406, 'Potosi', 'MO'),
(80787, 237, 2406, 'Powersville', 'MO'),
(80788, 237, 2406, 'Princeton', 'MO'),
(80789, 237, 2406, 'Purdy', 'MO'),
(80790, 237, 2406, 'Puxico', 'MO'),
(80791, 237, 2406, 'Queen City', 'MO'),
(80792, 237, 2406, 'Qulin', 'MO'),
(80793, 237, 2406, 'Ravenwood', 'MO'),
(80794, 237, 2406, 'Raymore', 'MO'),
(80795, 237, 2406, 'Rayville', 'MO'),
(80796, 237, 2406, 'Redford', 'MO'),
(80797, 237, 2406, 'Reeds Spring', 'MO'),
(80798, 237, 2406, 'Republic', 'MO'),
(80799, 237, 2406, 'Revere', 'MO'),
(80800, 237, 2406, 'Rich Hill', 'MO'),
(80801, 237, 2406, 'Richards', 'MO'),
(80802, 237, 2406, 'Richland', 'MO'),
(80803, 237, 2406, 'Richmond', 'MO'),
(80804, 237, 2406, 'Richwoods', 'MO'),
(80805, 237, 2406, 'Ridgeway', 'MO'),
(80806, 237, 2406, 'Riverside', 'MO'),
(80807, 237, 2406, 'Roach', 'MO'),
(80808, 237, 2406, 'Robertsville', 'MO'),
(80809, 237, 2406, 'Rocheport', 'MO'),
(80810, 237, 2406, 'Rock Port', 'MO'),
(80811, 237, 2406, 'Rockaway Beach', 'MO'),
(80812, 237, 2406, 'Rocky Comfort', 'MO'),
(80813, 237, 2406, 'Rogersville', 'MO'),
(80814, 237, 2406, 'Rolla', 'MO'),
(80815, 237, 2406, 'Rosebud', 'MO'),
(80816, 237, 2406, 'Rosendale', 'MO'),
(80817, 237, 2406, 'Rush Hill', 'MO'),
(80818, 237, 2406, 'Rushville', 'MO'),
(80819, 237, 2406, 'Russellville', 'MO'),
(80820, 237, 2406, 'Rutledge', 'MO'),
(80821, 237, 2406, 'Saint Ann', 'MO'),
(80822, 237, 2406, 'Saint Clair', 'MO'),
(80823, 237, 2406, 'Saint Elizabeth', 'MO'),
(80824, 237, 2406, 'Saint James', 'MO');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(80825, 237, 2406, 'Saint Robert', 'MO'),
(80826, 237, 2406, 'Salem', 'MO'),
(80827, 237, 2406, 'Salisbury', 'MO'),
(80828, 237, 2406, 'Savannah', 'MO'),
(80829, 237, 2406, 'Scott City', 'MO'),
(80830, 237, 2406, 'Sedalia', 'MO'),
(80831, 237, 2406, 'Sedgewickville', 'MO'),
(80832, 237, 2406, 'Seligman', 'MO'),
(80833, 237, 2406, 'Seneca', 'MO'),
(80834, 237, 2406, 'Seymour', 'MO'),
(80835, 237, 2406, 'Shelbina', 'MO'),
(80836, 237, 2406, 'Sheldon', 'MO'),
(80837, 237, 2406, 'Sheridan', 'MO'),
(80838, 237, 2406, 'Sibley', 'MO'),
(80839, 237, 2406, 'Sikeston', 'MO'),
(80840, 237, 2406, 'Silex', 'MO'),
(80841, 237, 2406, 'Skidmore', 'MO'),
(80842, 237, 2406, 'Slater', 'MO'),
(80843, 237, 2406, 'Smithton', 'MO'),
(80844, 237, 2406, 'Smithville', 'MO'),
(80845, 237, 2406, 'South Fork', 'MO'),
(80846, 237, 2406, 'South Greenfield', 'MO'),
(80847, 237, 2406, 'South West City', 'MO'),
(80848, 237, 2406, 'Sparta', 'MO'),
(80849, 237, 2406, 'Speed', 'MO'),
(80850, 237, 2406, 'Spokane', 'MO'),
(80851, 237, 2406, 'Springfield', 'MO'),
(80852, 237, 2406, 'St Louis', 'MO'),
(80853, 237, 2406, 'St. Charles', 'MO'),
(80854, 237, 2406, 'St. Genevieve', 'MO'),
(80855, 237, 2406, 'St. Joseph', 'MO'),
(80856, 237, 2406, 'Stanberry', 'MO'),
(80857, 237, 2406, 'Steedman', 'MO'),
(80858, 237, 2406, 'Steele', 'MO'),
(80859, 237, 2406, 'Steelville', 'MO'),
(80860, 237, 2406, 'Stella', 'MO'),
(80861, 237, 2406, 'Stewartsville', 'MO'),
(80862, 237, 2406, 'Stockton', 'MO'),
(80863, 237, 2406, 'Stoutland', 'MO'),
(80864, 237, 2406, 'Stover', 'MO'),
(80865, 237, 2406, 'Strafford', 'MO'),
(80866, 237, 2406, 'Sturgeon', 'MO'),
(80867, 237, 2406, 'Sullivan', 'MO'),
(80868, 237, 2406, 'Sunrise Beach', 'MO'),
(80869, 237, 2406, 'Sweet Springs', 'MO'),
(80870, 237, 2406, 'Tarkio', 'MO'),
(80871, 237, 2406, 'Tebbetts', 'MO'),
(80872, 237, 2406, 'Thayer', 'MO'),
(80873, 237, 2406, 'Thompson', 'MO'),
(80874, 237, 2406, 'Tina', 'MO'),
(80875, 237, 2406, 'Tipton', 'MO'),
(80876, 237, 2406, 'Trenton', 'MO'),
(80877, 237, 2406, 'Trimble', 'MO'),
(80878, 237, 2406, 'Troy', 'MO'),
(80879, 237, 2406, 'Tunas', 'MO'),
(80880, 237, 2406, 'Turney', 'MO'),
(80881, 237, 2406, 'Tuscumbia', 'MO'),
(80882, 237, 2406, 'Union', 'MO'),
(80883, 237, 2406, 'Union Star', 'MO'),
(80884, 237, 2406, 'Unionville', 'MO'),
(80885, 237, 2406, 'Valley Park', 'MO'),
(80886, 237, 2406, 'Van Buren', 'MO'),
(80887, 237, 2406, 'Vandalia', 'MO'),
(80888, 237, 2406, 'Verona', 'MO'),
(80889, 237, 2406, 'Versailles', 'MO'),
(80890, 237, 2406, 'Viburnum', 'MO'),
(80891, 237, 2406, 'Vichy', 'MO'),
(80892, 237, 2406, 'Vienna', 'MO'),
(80893, 237, 2406, 'Villa Ridge', 'MO'),
(80894, 237, 2406, 'Walker', 'MO'),
(80895, 237, 2406, 'Walnut Shade', 'MO'),
(80896, 237, 2406, 'Wappapello', 'MO'),
(80897, 237, 2406, 'Wardell', 'MO'),
(80898, 237, 2406, 'Warrensburg', 'MO'),
(80899, 237, 2406, 'Warrenton', 'MO'),
(80900, 237, 2406, 'Warsaw', 'MO'),
(80901, 237, 2406, 'Washburn', 'MO'),
(80902, 237, 2406, 'Washington', 'MO'),
(80903, 237, 2406, 'Waverly', 'MO'),
(80904, 237, 2406, 'Waynesville', 'MO'),
(80905, 237, 2406, 'Weaubleau', 'MO'),
(80906, 237, 2406, 'Webb City', 'MO'),
(80907, 237, 2406, 'Wellington', 'MO'),
(80908, 237, 2406, 'Wellsville', 'MO'),
(80909, 237, 2406, 'Wentzville', 'MO'),
(80910, 237, 2406, 'West Plains', 'MO'),
(80911, 237, 2406, 'Westboro', 'MO'),
(80912, 237, 2406, 'Weston', 'MO'),
(80913, 237, 2406, 'Wheatland', 'MO'),
(80914, 237, 2406, 'Wheaton', 'MO'),
(80915, 237, 2406, 'Whiteman Air Force Base', 'MO'),
(80916, 237, 2406, 'Willard', 'MO'),
(80917, 237, 2406, 'Williamsburg', 'MO'),
(80918, 237, 2406, 'Willow Springs', 'MO'),
(80919, 237, 2406, 'Windsor', 'MO'),
(80920, 237, 2406, 'Winona', 'MO'),
(80921, 237, 2406, 'Winston', 'MO'),
(80922, 237, 2406, 'Wright City', 'MO'),
(80923, 237, 2406, 'Wyaconda', 'MO'),
(80924, 237, 2406, 'Wyatt', 'MO'),
(80925, 237, 2407, 'Absarokee', 'MT'),
(80926, 237, 2407, 'Acton', 'MT'),
(80927, 237, 2407, 'Alberton', 'MT'),
(80928, 237, 2407, 'Anaconda', 'MT'),
(80929, 237, 2407, 'Antelope', 'MT'),
(80930, 237, 2407, 'Arlee', 'MT'),
(80931, 237, 2407, 'Ashland', 'MT'),
(80932, 237, 2407, 'Bainville', 'MT'),
(80933, 237, 2407, 'Baker', 'MT'),
(80934, 237, 2407, 'Ballantine', 'MT'),
(80935, 237, 2407, 'Basin', 'MT'),
(80936, 237, 2407, 'Belfry', 'MT'),
(80937, 237, 2407, 'Belgrade', 'MT'),
(80938, 237, 2407, 'Belt', 'MT'),
(80939, 237, 2407, 'Big Sandy', 'MT'),
(80940, 237, 2407, 'Big Sky', 'MT'),
(80941, 237, 2407, 'Big Timber', 'MT'),
(80942, 237, 2407, 'Bigfork', 'MT'),
(80943, 237, 2407, 'Billings', 'MT'),
(80944, 237, 2407, 'Black Eagle', 'MT'),
(80945, 237, 2407, 'Bloomfield', 'MT'),
(80946, 237, 2407, 'Bonner', 'MT'),
(80947, 237, 2407, 'Boulder', 'MT'),
(80948, 237, 2407, 'Box Elder', 'MT'),
(80949, 237, 2407, 'Bozeman', 'MT'),
(80950, 237, 2407, 'Brady', 'MT'),
(80951, 237, 2407, 'Bridger', 'MT'),
(80952, 237, 2407, 'Broadus', 'MT'),
(80953, 237, 2407, 'Brockway', 'MT'),
(80954, 237, 2407, 'Browning', 'MT'),
(80955, 237, 2407, 'Busby', 'MT'),
(80956, 237, 2407, 'Butte', 'MT'),
(80957, 237, 2407, 'Canyon Creek', 'MT'),
(80958, 237, 2407, 'Cardwell', 'MT'),
(80959, 237, 2407, 'Carter', 'MT'),
(80960, 237, 2407, 'Charlo', 'MT'),
(80961, 237, 2407, 'Chester', 'MT'),
(80962, 237, 2407, 'Chinook', 'MT'),
(80963, 237, 2407, 'Choteau', 'MT'),
(80964, 237, 2407, 'Circle', 'MT'),
(80965, 237, 2407, 'Clancy', 'MT'),
(80966, 237, 2407, 'Clinton', 'MT'),
(80967, 237, 2407, 'Clyde Park', 'MT'),
(80968, 237, 2407, 'Colstrip', 'MT'),
(80969, 237, 2407, 'Columbia Falls', 'MT'),
(80970, 237, 2407, 'Columbus', 'MT'),
(80971, 237, 2407, 'Condon', 'MT'),
(80972, 237, 2407, 'Conrad', 'MT'),
(80973, 237, 2407, 'Contact', 'MT'),
(80974, 237, 2407, 'Corvallis', 'MT'),
(80975, 237, 2407, 'Crow Agency', 'MT'),
(80976, 237, 2407, 'Culbertson', 'MT'),
(80977, 237, 2407, 'Cut Bank', 'MT'),
(80978, 237, 2407, 'Dagmar', 'MT'),
(80979, 237, 2407, 'Darby', 'MT'),
(80980, 237, 2407, 'De Borgia', 'MT'),
(80981, 237, 2407, 'Deer Lodge', 'MT'),
(80982, 237, 2407, 'Denton', 'MT'),
(80983, 237, 2407, 'Dillon', 'MT'),
(80984, 237, 2407, 'Divide', 'MT'),
(80985, 237, 2407, 'Dixon', 'MT'),
(80986, 237, 2407, 'Dodson', 'MT'),
(80987, 237, 2407, 'East Helena', 'MT'),
(80988, 237, 2407, 'Ekalaka', 'MT'),
(80989, 237, 2407, 'Emigrant', 'MT'),
(80990, 237, 2407, 'Ennis', 'MT'),
(80991, 237, 2407, 'Ethridge', 'MT'),
(80992, 237, 2407, 'Eureka', 'MT'),
(80993, 237, 2407, 'Fairfield', 'MT'),
(80994, 237, 2407, 'Fishtail', 'MT'),
(80995, 237, 2407, 'Florence', 'MT'),
(80996, 237, 2407, 'Forsyth', 'MT'),
(80997, 237, 2407, 'Fort Benton', 'MT'),
(80998, 237, 2407, 'Fort Shaw', 'MT'),
(80999, 237, 2407, 'Fort Smith', 'MT'),
(81000, 237, 2407, 'Frenchtown', 'MT'),
(81001, 237, 2407, 'Froid', 'MT'),
(81002, 237, 2407, 'Fromberg', 'MT'),
(81003, 237, 2407, 'Gallatin Gateway', 'MT'),
(81004, 237, 2407, 'Gardiner', 'MT'),
(81005, 237, 2407, 'Geraldine', 'MT'),
(81006, 237, 2407, 'Gildford', 'MT'),
(81007, 237, 2407, 'Glasgow', 'MT'),
(81008, 237, 2407, 'Glendive', 'MT'),
(81009, 237, 2407, 'Great Falls', 'MT'),
(81010, 237, 2407, 'Greycliff', 'MT'),
(81011, 237, 2407, 'Hamilton', 'MT'),
(81012, 237, 2407, 'Hardin', 'MT'),
(81013, 237, 2407, 'Harlem', 'MT'),
(81014, 237, 2407, 'Harlowton', 'MT'),
(81015, 237, 2407, 'Haugan', 'MT'),
(81016, 237, 2407, 'Havre', 'MT'),
(81017, 237, 2407, 'Hays', 'MT'),
(81018, 237, 2407, 'Helena', 'MT'),
(81019, 237, 2407, 'Heron', 'MT'),
(81020, 237, 2407, 'Highwood', 'MT'),
(81021, 237, 2407, 'Hobson', 'MT'),
(81022, 237, 2407, 'Hogeland', 'MT'),
(81023, 237, 2407, 'Homestead', 'MT'),
(81024, 237, 2407, 'Hot Springs', 'MT'),
(81025, 237, 2407, 'Huntley', 'MT'),
(81026, 237, 2407, 'Hysham', 'MT'),
(81027, 237, 2407, 'Jefferson City', 'MT'),
(81028, 237, 2407, 'Joliet', 'MT'),
(81029, 237, 2407, 'Joplin', 'MT'),
(81030, 237, 2407, 'Jordan', 'MT'),
(81031, 237, 2407, 'Judith Gap', 'MT'),
(81032, 237, 2407, 'Kalispell', 'MT'),
(81033, 237, 2407, 'Kinsey', 'MT'),
(81034, 237, 2407, 'Lakeside', 'MT'),
(81035, 237, 2407, 'Lambert', 'MT'),
(81036, 237, 2407, 'Lame Deer', 'MT'),
(81037, 237, 2407, 'Laurel', 'MT'),
(81038, 237, 2407, 'Lavina', 'MT'),
(81039, 237, 2407, 'Lewistown', 'MT'),
(81040, 237, 2407, 'Libby', 'MT'),
(81041, 237, 2407, 'Lincoln', 'MT'),
(81042, 237, 2407, 'Livingston', 'MT'),
(81043, 237, 2407, 'Lodge Grass', 'MT'),
(81044, 237, 2407, 'Lolo', 'MT'),
(81045, 237, 2407, 'Lower Ellis Place', 'MT'),
(81046, 237, 2407, 'Malta', 'MT'),
(81047, 237, 2407, 'Manhattan', 'MT'),
(81048, 237, 2407, 'Marion', 'MT'),
(81049, 237, 2407, 'Medicine Lake', 'MT'),
(81050, 237, 2407, 'Melrose', 'MT'),
(81051, 237, 2407, 'Miles City', 'MT'),
(81052, 237, 2407, 'Missoula', 'MT'),
(81053, 237, 2407, 'Molt', 'MT'),
(81054, 237, 2407, 'Monarch', 'MT'),
(81055, 237, 2407, 'Moore', 'MT'),
(81056, 237, 2407, 'Nashua', 'MT'),
(81057, 237, 2407, 'Neihart', 'MT'),
(81058, 237, 2407, 'Nye', 'MT'),
(81059, 237, 2407, 'Olney', 'MT'),
(81060, 237, 2407, 'Opheim', 'MT'),
(81061, 237, 2407, 'Pablo', 'MT'),
(81062, 237, 2407, 'Park City', 'MT'),
(81063, 237, 2407, 'Philipsburg', 'MT'),
(81064, 237, 2407, 'Pinesdale', 'MT'),
(81065, 237, 2407, 'Plains', 'MT'),
(81066, 237, 2407, 'Plentywood', 'MT'),
(81067, 237, 2407, 'Polson', 'MT'),
(81068, 237, 2407, 'Poplar', 'MT'),
(81069, 237, 2407, 'Ravalli', 'MT'),
(81070, 237, 2407, 'Red Lodge', 'MT'),
(81071, 237, 2407, 'Reed Point', 'MT'),
(81072, 237, 2407, 'Richey', 'MT'),
(81073, 237, 2407, 'Roberts', 'MT'),
(81074, 237, 2407, 'Rollins', 'MT'),
(81075, 237, 2407, 'Ronan', 'MT'),
(81076, 237, 2407, 'Rosebud', 'MT'),
(81077, 237, 2407, 'Roundup', 'MT'),
(81078, 237, 2407, 'Roy-Winifred Junction', 'MT'),
(81079, 237, 2407, 'Rudyard', 'MT'),
(81080, 237, 2407, 'Saint Ignatius', 'MT'),
(81081, 237, 2407, 'Saint Marie', 'MT'),
(81082, 237, 2407, 'Saint Xavier', 'MT'),
(81083, 237, 2407, 'Savage', 'MT'),
(81084, 237, 2407, 'Scobey', 'MT'),
(81085, 237, 2407, 'Seeley Lake', 'MT'),
(81086, 237, 2407, 'Shawmut', 'MT'),
(81087, 237, 2407, 'Shelby', 'MT'),
(81088, 237, 2407, 'Shepherd', 'MT'),
(81089, 237, 2407, 'Sheridan', 'MT'),
(81090, 237, 2407, 'Sidney', 'MT'),
(81091, 237, 2407, 'Somers', 'MT'),
(81092, 237, 2407, 'Stanford', 'MT'),
(81093, 237, 2407, 'Stevensville', 'MT'),
(81094, 237, 2407, 'Sula', 'MT'),
(81095, 237, 2407, 'Sun River', 'MT'),
(81096, 237, 2407, 'Sunburst', 'MT'),
(81097, 237, 2407, 'Superior', 'MT'),
(81098, 237, 2407, 'Terry', 'MT'),
(81099, 237, 2407, 'Thompson Falls', 'MT'),
(81100, 237, 2407, 'Three Forks', 'MT'),
(81101, 237, 2407, 'Townsend', 'MT'),
(81102, 237, 2407, 'Trego', 'MT'),
(81103, 237, 2407, 'Trout Creek', 'MT'),
(81104, 237, 2407, 'Troy', 'MT'),
(81105, 237, 2407, 'Turner', 'MT'),
(81106, 237, 2407, 'Twin Bridges', 'MT'),
(81107, 237, 2407, 'Ulm', 'MT'),
(81108, 237, 2407, 'Valier', 'MT'),
(81109, 237, 2407, 'Victor', 'MT'),
(81110, 237, 2407, 'West Yellowstone', 'MT'),
(81111, 237, 2407, 'Westby', 'MT'),
(81112, 237, 2407, 'White Sulphur Springs', 'MT'),
(81113, 237, 2407, 'Whitefish', 'MT'),
(81114, 237, 2407, 'Whitehall', 'MT'),
(81115, 237, 2407, 'Whitewater', 'MT'),
(81116, 237, 2407, 'Wibaux', 'MT'),
(81117, 237, 2407, 'Winnett', 'MT'),
(81118, 237, 2407, 'Wisdom', 'MT'),
(81119, 237, 2407, 'Wise River', 'MT'),
(81120, 237, 2407, 'Wolf Point', 'MT'),
(81121, 237, 2407, 'Worden', 'MT'),
(81122, 237, 2407, 'Zurich', 'MT'),
(81123, 237, 2408, 'Adams', 'NE'),
(81124, 237, 2408, 'Ainsworth', 'NE'),
(81125, 237, 2408, 'Albion', 'NE'),
(81126, 237, 2408, 'Allen', 'NE'),
(81127, 237, 2408, 'Alliance', 'NE'),
(81128, 237, 2408, 'Alma', 'NE'),
(81129, 237, 2408, 'Alvo', 'NE'),
(81130, 237, 2408, 'Amherst', 'NE'),
(81131, 237, 2408, 'Anselmo', 'NE'),
(81132, 237, 2408, 'Ansley', 'NE'),
(81133, 237, 2408, 'Arapahoe', 'NE'),
(81134, 237, 2408, 'Arcadia', 'NE'),
(81135, 237, 2408, 'Arlington', 'NE'),
(81136, 237, 2408, 'Arnold', 'NE'),
(81137, 237, 2408, 'Arthur', 'NE'),
(81138, 237, 2408, 'Ashland', 'NE'),
(81139, 237, 2408, 'Atkinson', 'NE'),
(81140, 237, 2408, 'Auburn', 'NE'),
(81141, 237, 2408, 'Aurora', 'NE'),
(81142, 237, 2408, 'Avoca', 'NE'),
(81143, 237, 2408, 'Axtell', 'NE'),
(81144, 237, 2408, 'Ayr', 'NE'),
(81145, 237, 2408, 'Bancroft', 'NE'),
(81146, 237, 2408, 'Bartlett', 'NE'),
(81147, 237, 2408, 'Bartley', 'NE'),
(81148, 237, 2408, 'Bassett', 'NE'),
(81149, 237, 2408, 'Battle Creek', 'NE'),
(81150, 237, 2408, 'Bayard', 'NE'),
(81151, 237, 2408, 'Beatrice', 'NE'),
(81152, 237, 2408, 'Beaver City', 'NE'),
(81153, 237, 2408, 'Beaver Crossing', 'NE'),
(81154, 237, 2408, 'Bee', 'NE'),
(81155, 237, 2408, 'Beemer', 'NE'),
(81156, 237, 2408, 'Belgrade', 'NE'),
(81157, 237, 2408, 'Bellevue', 'NE'),
(81158, 237, 2408, 'Benkelman', 'NE'),
(81159, 237, 2408, 'Bennet', 'NE'),
(81160, 237, 2408, 'Bennington', 'NE'),
(81161, 237, 2408, 'Bertrand', 'NE'),
(81162, 237, 2408, 'Bladen', 'NE'),
(81163, 237, 2408, 'Blair', 'NE'),
(81164, 237, 2408, 'Bloomfield', 'NE'),
(81165, 237, 2408, 'Blue Hill', 'NE'),
(81166, 237, 2408, 'Blue Springs', 'NE'),
(81167, 237, 2408, 'Boelus', 'NE'),
(81168, 237, 2408, 'Bradshaw', 'NE'),
(81169, 237, 2408, 'Brady', 'NE'),
(81170, 237, 2408, 'Bridgeport', 'NE'),
(81171, 237, 2408, 'Brock', 'NE'),
(81172, 237, 2408, 'Broken Bow', 'NE'),
(81173, 237, 2408, 'Brule', 'NE'),
(81174, 237, 2408, 'Bruning', 'NE'),
(81175, 237, 2408, 'Burwell', 'NE'),
(81176, 237, 2408, 'Butte', 'NE'),
(81177, 237, 2408, 'Byron', 'NE'),
(81178, 237, 2408, 'Cairo', 'NE'),
(81179, 237, 2408, 'Callaway', 'NE'),
(81180, 237, 2408, 'Cambridge', 'NE'),
(81181, 237, 2408, 'Campbell', 'NE'),
(81182, 237, 2408, 'Cedar Bluffs', 'NE'),
(81183, 237, 2408, 'Cedar Creek', 'NE'),
(81184, 237, 2408, 'Central City', 'NE'),
(81185, 237, 2408, 'Ceresco', 'NE'),
(81186, 237, 2408, 'Chadron', 'NE'),
(81187, 237, 2408, 'Chambers', 'NE'),
(81188, 237, 2408, 'Chapman', 'NE'),
(81189, 237, 2408, 'Chappell', 'NE'),
(81190, 237, 2408, 'Chester', 'NE'),
(81191, 237, 2408, 'Clarks', 'NE'),
(81192, 237, 2408, 'Clarkson', 'NE'),
(81193, 237, 2408, 'Clatonia', 'NE'),
(81194, 237, 2408, 'Clay Center', 'NE'),
(81195, 237, 2408, 'Clearwater', 'NE'),
(81196, 237, 2408, 'Coleridge', 'NE'),
(81197, 237, 2408, 'Colon', 'NE'),
(81198, 237, 2408, 'Columbus', 'NE'),
(81199, 237, 2408, 'Concord', 'NE'),
(81200, 237, 2408, 'Cook', 'NE'),
(81201, 237, 2408, 'Cortland', 'NE'),
(81202, 237, 2408, 'Cozad', 'NE'),
(81203, 237, 2408, 'Crab Orchard', 'NE'),
(81204, 237, 2408, 'Craig', 'NE'),
(81205, 237, 2408, 'Crawford', 'NE'),
(81206, 237, 2408, 'Creighton', 'NE'),
(81207, 237, 2408, 'Crete', 'NE'),
(81208, 237, 2408, 'Crofton', 'NE'),
(81209, 237, 2408, 'Crookston', 'NE'),
(81210, 237, 2408, 'Culbertson', 'NE'),
(81211, 237, 2408, 'Curtis', 'NE'),
(81212, 237, 2408, 'Dakota City', 'NE'),
(81213, 237, 2408, 'Dalton', 'NE'),
(81214, 237, 2408, 'Dannebrog', 'NE'),
(81215, 237, 2408, 'Davenport', 'NE'),
(81216, 237, 2408, 'David City', 'NE'),
(81217, 237, 2408, 'Dawson', 'NE'),
(81218, 237, 2408, 'Daykin', 'NE'),
(81219, 237, 2408, 'Decatur', 'NE'),
(81220, 237, 2408, 'Denton', 'NE'),
(81221, 237, 2408, 'Deshler', 'NE'),
(81222, 237, 2408, 'Deweese', 'NE'),
(81223, 237, 2408, 'DeWitt', 'NE'),
(81224, 237, 2408, 'Diller', 'NE'),
(81225, 237, 2408, 'Dixon', 'NE'),
(81226, 237, 2408, 'Dodge', 'NE'),
(81227, 237, 2408, 'Doniphan', 'NE'),
(81228, 237, 2408, 'Dorchester', 'NE'),
(81229, 237, 2408, 'Dunbar', 'NE'),
(81230, 237, 2408, 'Duncan', 'NE'),
(81231, 237, 2408, 'Eagle', 'NE'),
(81232, 237, 2408, 'Edgar', 'NE'),
(81233, 237, 2408, 'Elgin', 'NE'),
(81234, 237, 2408, 'Elkhorn', 'NE'),
(81235, 237, 2408, 'Elm Creek', 'NE'),
(81236, 237, 2408, 'Elmwood', 'NE'),
(81237, 237, 2408, 'Elsie', 'NE'),
(81238, 237, 2408, 'Elwood', 'NE'),
(81239, 237, 2408, 'Emerson', 'NE'),
(81240, 237, 2408, 'Ewing', 'NE'),
(81241, 237, 2408, 'Fairbury', 'NE'),
(81242, 237, 2408, 'Fairmont', 'NE'),
(81243, 237, 2408, 'Falls City', 'NE'),
(81244, 237, 2408, 'Farwell', 'NE'),
(81245, 237, 2408, 'Firth', 'NE'),
(81246, 237, 2408, 'Fort Calhoun', 'NE'),
(81247, 237, 2408, 'Franklin', 'NE'),
(81248, 237, 2408, 'Fremont', 'NE'),
(81249, 237, 2408, 'Friend', 'NE'),
(81250, 237, 2408, 'Fullerton', 'NE'),
(81251, 237, 2408, 'Geneva', 'NE'),
(81252, 237, 2408, 'Genoa', 'NE'),
(81253, 237, 2408, 'Gering', 'NE'),
(81254, 237, 2408, 'Gibbon', 'NE'),
(81255, 237, 2408, 'Glenvil', 'NE'),
(81256, 237, 2408, 'Gordon', 'NE'),
(81257, 237, 2408, 'Gothenburg', 'NE'),
(81258, 237, 2408, 'Grand Island', 'NE'),
(81259, 237, 2408, 'Grant', 'NE'),
(81260, 237, 2408, 'Greenwood', 'NE'),
(81261, 237, 2408, 'Gresham', 'NE'),
(81262, 237, 2408, 'Gretna', 'NE'),
(81263, 237, 2408, 'Guide Rock', 'NE'),
(81264, 237, 2408, 'Haigler', 'NE'),
(81265, 237, 2408, 'Hallam', 'NE'),
(81266, 237, 2408, 'Hampton', 'NE'),
(81267, 237, 2408, 'Harrisburg', 'NE'),
(81268, 237, 2408, 'Hartington', 'NE'),
(81269, 237, 2408, 'Harvard', 'NE'),
(81270, 237, 2408, 'Hastings', 'NE'),
(81271, 237, 2408, 'Hay Springs', 'NE'),
(81272, 237, 2408, 'Hayes Center', 'NE'),
(81273, 237, 2408, 'Hebron', 'NE'),
(81274, 237, 2408, 'Hemingford', 'NE'),
(81275, 237, 2408, 'Henderson', 'NE'),
(81276, 237, 2408, 'Herman', 'NE'),
(81277, 237, 2408, 'Hershey', 'NE'),
(81278, 237, 2408, 'Hickman', 'NE'),
(81279, 237, 2408, 'Hildreth', 'NE'),
(81280, 237, 2408, 'Holdrege', 'NE'),
(81281, 237, 2408, 'Hooper', 'NE'),
(81282, 237, 2408, 'Hordville', 'NE'),
(81283, 237, 2408, 'Hoskins', 'NE'),
(81284, 237, 2408, 'Humboldt', 'NE'),
(81285, 237, 2408, 'Humphrey', 'NE'),
(81286, 237, 2408, 'Imperial', 'NE'),
(81287, 237, 2408, 'Indianola', 'NE'),
(81288, 237, 2408, 'Inman', 'NE'),
(81289, 237, 2408, 'Jackson', 'NE'),
(81290, 237, 2408, 'Jansen', 'NE'),
(81291, 237, 2408, 'Johnstown', 'NE'),
(81292, 237, 2408, 'Julian', 'NE'),
(81293, 237, 2408, 'Juniata', 'NE'),
(81294, 237, 2408, 'Kearney', 'NE'),
(81295, 237, 2408, 'Kenesaw', 'NE'),
(81296, 237, 2408, 'Kennard', 'NE'),
(81297, 237, 2408, 'Keystone', 'NE'),
(81298, 237, 2408, 'Kimball', 'NE'),
(81299, 237, 2408, 'La Vista', 'NE'),
(81300, 237, 2408, 'Lakeside', 'NE'),
(81301, 237, 2408, 'Lawrence', 'NE'),
(81302, 237, 2408, 'Leigh', 'NE'),
(81303, 237, 2408, 'Lemoyne', 'NE'),
(81304, 237, 2408, 'Lexington', 'NE'),
(81305, 237, 2408, 'Lincoln', 'NE'),
(81306, 237, 2408, 'Lindsay', 'NE'),
(81307, 237, 2408, 'Lodgepole', 'NE'),
(81308, 237, 2408, 'Long Pine', 'NE'),
(81309, 237, 2408, 'Louisville', 'NE'),
(81310, 237, 2408, 'Loup City', 'NE'),
(81311, 237, 2408, 'Lynch', 'NE'),
(81312, 237, 2408, 'Lyons', 'NE'),
(81313, 237, 2408, 'Macy', 'NE'),
(81314, 237, 2408, 'Madison', 'NE'),
(81315, 237, 2408, 'Madrid', 'NE'),
(81316, 237, 2408, 'Malcolm', 'NE'),
(81317, 237, 2408, 'Malmo', 'NE'),
(81318, 237, 2408, 'Manley', 'NE'),
(81319, 237, 2408, 'Martell', 'NE'),
(81320, 237, 2408, 'Maskell', 'NE'),
(81321, 237, 2408, 'Max', 'NE'),
(81322, 237, 2408, 'Maxwell', 'NE'),
(81323, 237, 2408, 'Maywood', 'NE'),
(81324, 237, 2408, 'McCook', 'NE'),
(81325, 237, 2408, 'Mead', 'NE'),
(81326, 237, 2408, 'Meadow Grove', 'NE'),
(81327, 237, 2408, 'Merna', 'NE'),
(81328, 237, 2408, 'Merriman', 'NE'),
(81329, 237, 2408, 'Milford', 'NE'),
(81330, 237, 2408, 'Mills', 'NE'),
(81331, 237, 2408, 'Minatare', 'NE'),
(81332, 237, 2408, 'Minden', 'NE'),
(81333, 237, 2408, 'Mitchell', 'NE'),
(81334, 237, 2408, 'Monroe', 'NE'),
(81335, 237, 2408, 'Morse Bluff', 'NE'),
(81336, 237, 2408, 'Mullen', 'NE'),
(81337, 237, 2408, 'Murdock', 'NE'),
(81338, 237, 2408, 'Murray', 'NE'),
(81339, 237, 2408, 'Nebraska City', 'NE'),
(81340, 237, 2408, 'Nehawka', 'NE'),
(81341, 237, 2408, 'Neligh', 'NE'),
(81342, 237, 2408, 'Nelson', 'NE'),
(81343, 237, 2408, 'Newcastle', 'NE'),
(81344, 237, 2408, 'Newman Grove', 'NE'),
(81345, 237, 2408, 'Niobrara', 'NE'),
(81346, 237, 2408, 'Norfolk', 'NE'),
(81347, 237, 2408, 'North Bend', 'NE'),
(81348, 237, 2408, 'North Platte', 'NE'),
(81349, 237, 2408, 'O\'Neill', 'NE'),
(81350, 237, 2408, 'Oakdale', 'NE'),
(81351, 237, 2408, 'Oakland', 'NE'),
(81352, 237, 2408, 'Odell', 'NE'),
(81353, 237, 2408, 'Ogallala', 'NE'),
(81354, 237, 2408, 'Ohiowa', 'NE'),
(81355, 237, 2408, 'Omaha', 'NE'),
(81356, 237, 2408, 'Orchard', 'NE'),
(81357, 237, 2408, 'Ord', 'NE'),
(81358, 237, 2408, 'Orleans', 'NE'),
(81359, 237, 2408, 'Osceola', 'NE'),
(81360, 237, 2408, 'Osmond', 'NE'),
(81361, 237, 2408, 'Overton', 'NE'),
(81362, 237, 2408, 'Oxford', 'NE'),
(81363, 237, 2408, 'Palisade', 'NE'),
(81364, 237, 2408, 'Palmer', 'NE'),
(81365, 237, 2408, 'Palmyra', 'NE'),
(81366, 237, 2408, 'Papillion', 'NE'),
(81367, 237, 2408, 'Pawnee City', 'NE'),
(81368, 237, 2408, 'Paxton', 'NE'),
(81369, 237, 2408, 'Pender', 'NE'),
(81370, 237, 2408, 'Peru', 'NE'),
(81371, 237, 2408, 'Petersburg', 'NE'),
(81372, 237, 2408, 'Phillips', 'NE'),
(81373, 237, 2408, 'Pierce', 'NE'),
(81374, 237, 2408, 'Pilger', 'NE'),
(81375, 237, 2408, 'Plainview', 'NE'),
(81376, 237, 2408, 'Plattsmouth', 'NE'),
(81377, 237, 2408, 'Pleasanton', 'NE'),
(81378, 237, 2408, 'Plymouth', 'NE'),
(81379, 237, 2408, 'Ponca', 'NE'),
(81380, 237, 2408, 'Potter', 'NE'),
(81381, 237, 2408, 'Prague', 'NE'),
(81382, 237, 2408, 'Randolph', 'NE'),
(81383, 237, 2408, 'Ravenna', 'NE'),
(81384, 237, 2408, 'Raymond', 'NE'),
(81385, 237, 2408, 'Red Cloud', 'NE'),
(81386, 237, 2408, 'Rising City', 'NE'),
(81387, 237, 2408, 'Roca', 'NE'),
(81388, 237, 2408, 'Rosalie', 'NE'),
(81389, 237, 2408, 'Roseland', 'NE'),
(81390, 237, 2408, 'Rulo', 'NE'),
(81391, 237, 2408, 'Rushville', 'NE'),
(81392, 237, 2408, 'Saint Edward', 'NE'),
(81393, 237, 2408, 'Saint Paul', 'NE'),
(81394, 237, 2408, 'Salem', 'NE'),
(81395, 237, 2408, 'Sargent', 'NE'),
(81396, 237, 2408, 'Saronville', 'NE'),
(81397, 237, 2408, 'Schuyler', 'NE'),
(81398, 237, 2408, 'Scotia', 'NE'),
(81399, 237, 2408, 'Scottsbluff', 'NE'),
(81400, 237, 2408, 'Scribner', 'NE'),
(81401, 237, 2408, 'Seward', 'NE'),
(81402, 237, 2408, 'Shelton', 'NE'),
(81403, 237, 2408, 'Sidney', 'NE'),
(81404, 237, 2408, 'Snyder', 'NE'),
(81405, 237, 2408, 'South Sioux City', 'NE'),
(81406, 237, 2408, 'Spalding', 'NE'),
(81407, 237, 2408, 'Spencer', 'NE'),
(81408, 237, 2408, 'Springfield', 'NE'),
(81409, 237, 2408, 'Springview', 'NE'),
(81410, 237, 2408, 'Stanton', 'NE'),
(81411, 237, 2408, 'Stapleton', 'NE'),
(81412, 237, 2408, 'Sterling', 'NE'),
(81413, 237, 2408, 'Stratton', 'NE'),
(81414, 237, 2408, 'Stromsburg', 'NE'),
(81415, 237, 2408, 'Stuart', 'NE'),
(81416, 237, 2408, 'Sumner', 'NE'),
(81417, 237, 2408, 'Superior', 'NE'),
(81418, 237, 2408, 'Surprise', 'NE'),
(81419, 237, 2408, 'Sutherland', 'NE'),
(81420, 237, 2408, 'Sutton', 'NE'),
(81421, 237, 2408, 'Syracuse', 'NE'),
(81422, 237, 2408, 'Talmage', 'NE'),
(81423, 237, 2408, 'Tecumseh', 'NE'),
(81424, 237, 2408, 'Tekamah', 'NE'),
(81425, 237, 2408, 'Thedford', 'NE'),
(81426, 237, 2408, 'Thurston', 'NE'),
(81427, 237, 2408, 'Tilden', 'NE'),
(81428, 237, 2408, 'Tobias', 'NE'),
(81429, 237, 2408, 'Trenton', 'NE'),
(81430, 237, 2408, 'Trumbull', 'NE'),
(81431, 237, 2408, 'Tryon', 'NE'),
(81432, 237, 2408, 'Ulysses', 'NE'),
(81433, 237, 2408, 'Union', 'NE'),
(81434, 237, 2408, 'Utica', 'NE'),
(81435, 237, 2408, 'Valentine', 'NE'),
(81436, 237, 2408, 'Valley', 'NE'),
(81437, 237, 2408, 'Valparaiso', 'NE'),
(81438, 237, 2408, 'Venango', 'NE'),
(81439, 237, 2408, 'Verdigre', 'NE'),
(81440, 237, 2408, 'Verdon', 'NE'),
(81441, 237, 2408, 'Virginia', 'NE'),
(81442, 237, 2408, 'Wahoo', 'NE'),
(81443, 237, 2408, 'Wakefield', 'NE'),
(81444, 237, 2408, 'Wallace', 'NE'),
(81445, 237, 2408, 'Walthill', 'NE'),
(81446, 237, 2408, 'Walton', 'NE'),
(81447, 237, 2408, 'Waterloo', 'NE'),
(81448, 237, 2408, 'Wauneta', 'NE'),
(81449, 237, 2408, 'Wausa', 'NE'),
(81450, 237, 2408, 'Waverly', 'NE'),
(81451, 237, 2408, 'Wayne', 'NE'),
(81452, 237, 2408, 'Weeping Water', 'NE'),
(81453, 237, 2408, 'West Point', 'NE'),
(81454, 237, 2408, 'Western', 'NE'),
(81455, 237, 2408, 'Weston', 'NE'),
(81456, 237, 2408, 'Wilber', 'NE'),
(81457, 237, 2408, 'Wilcox', 'NE'),
(81458, 237, 2408, 'Winnebago', 'NE'),
(81459, 237, 2408, 'Winside', 'NE'),
(81460, 237, 2408, 'Wisner', 'NE'),
(81461, 237, 2408, 'Wolbach', 'NE'),
(81462, 237, 2408, 'Wood River', 'NE'),
(81463, 237, 2408, 'Wymore', 'NE'),
(81464, 237, 2408, 'Wynot', 'NE'),
(81465, 237, 2408, 'York', 'NE'),
(81466, 237, 2408, 'Yutan', 'NE'),
(81467, 237, 2409, 'Amargosa Valley', 'NV'),
(81468, 237, 2409, 'Battle Mountain', 'NV'),
(81469, 237, 2409, 'Beatty', 'NV'),
(81470, 237, 2409, 'Boulder City', 'NV'),
(81471, 237, 2409, 'Bunkerville', 'NV'),
(81472, 237, 2409, 'Caliente', 'NV'),
(81473, 237, 2409, 'Carlin', 'NV'),
(81474, 237, 2409, 'Carson City', 'NV'),
(81475, 237, 2409, 'Crescent Valley', 'NV'),
(81476, 237, 2409, 'Crystal Bay', 'NV'),
(81477, 237, 2409, 'Dayton', 'NV'),
(81478, 237, 2409, 'Elko', 'NV'),
(81479, 237, 2409, 'Ely', 'NV'),
(81480, 237, 2409, 'Empire', 'NV'),
(81481, 237, 2409, 'Eureka', 'NV'),
(81482, 237, 2409, 'Fallon', 'NV'),
(81483, 237, 2409, 'Fernley', 'NV'),
(81484, 237, 2409, 'Gabbs', 'NV'),
(81485, 237, 2409, 'Gardnerville', 'NV'),
(81486, 237, 2409, 'Genoa', 'NV'),
(81487, 237, 2409, 'Gerlach', 'NV'),
(81488, 237, 2409, 'Hawthorne', 'NV'),
(81489, 237, 2409, 'Henderson', 'NV'),
(81490, 237, 2409, 'Incline Village', 'NV'),
(81491, 237, 2409, 'Jean', 'NV'),
(81492, 237, 2409, 'Lamoille', 'NV'),
(81493, 237, 2409, 'Las Vegas', 'NV'),
(81494, 237, 2409, 'Laughlin', 'NV'),
(81495, 237, 2409, 'Logandale', 'NV'),
(81496, 237, 2409, 'Lovelock', 'NV'),
(81497, 237, 2409, 'Lund', 'NV'),
(81498, 237, 2409, 'Mercury', 'NV'),
(81499, 237, 2409, 'Mesquite', 'NV'),
(81500, 237, 2409, 'Mina', 'NV'),
(81501, 237, 2409, 'Minden', 'NV'),
(81502, 237, 2409, 'North Las Vegas', 'NV'),
(81503, 237, 2409, 'Orovada', 'NV'),
(81504, 237, 2409, 'Overton', 'NV'),
(81505, 237, 2409, 'Pahrump', 'NV'),
(81506, 237, 2409, 'Panaca', 'NV'),
(81507, 237, 2409, 'Paradise Valley', 'NV'),
(81508, 237, 2409, 'Reno', 'NV'),
(81509, 237, 2409, 'Round Mountain', 'NV'),
(81510, 237, 2409, 'Silver Springs', 'NV'),
(81511, 237, 2409, 'Sparks', 'NV'),
(81512, 237, 2409, 'Spring Creek', 'NV'),
(81513, 237, 2409, 'Stateline', 'NV'),
(81514, 237, 2409, 'Sun Valley', 'NV'),
(81515, 237, 2409, 'Tybo', 'NV'),
(81516, 237, 2409, 'Verdi', 'NV'),
(81517, 237, 2409, 'Virginia City', 'NV'),
(81518, 237, 2409, 'Wadsworth', 'NV'),
(81519, 237, 2409, 'Wellington', 'NV'),
(81520, 237, 2409, 'Wells', 'NV'),
(81521, 237, 2409, 'West Wendover', 'NV'),
(81522, 237, 2409, 'Winnemucca', 'NV'),
(81523, 237, 2409, 'Yerington', 'NV'),
(81524, 237, 2409, 'Zephyr Cove', 'NV'),
(81525, 237, 2410, 'Acworth', 'NH'),
(81526, 237, 2410, 'Alstead', 'NH'),
(81527, 237, 2410, 'Alton', 'NH'),
(81528, 237, 2410, 'Alton Bay', 'NH'),
(81529, 237, 2410, 'Amherst', 'NH'),
(81530, 237, 2410, 'Andover', 'NH'),
(81531, 237, 2410, 'Antrim', 'NH'),
(81532, 237, 2410, 'Ashland', 'NH'),
(81533, 237, 2410, 'Atkinson', 'NH'),
(81534, 237, 2410, 'Auburn', 'NH'),
(81535, 237, 2410, 'Barnstead', 'NH'),
(81536, 237, 2410, 'Barrington', 'NH'),
(81537, 237, 2410, 'Bartlett', 'NH'),
(81538, 237, 2410, 'Bath', 'NH'),
(81539, 237, 2410, 'Beans Purchase', 'NH'),
(81540, 237, 2410, 'Bedford', 'NH'),
(81541, 237, 2410, 'Belmont', 'NH'),
(81542, 237, 2410, 'Bennington', 'NH'),
(81543, 237, 2410, 'Berlin', 'NH'),
(81544, 237, 2410, 'Bethlehem', 'NH'),
(81545, 237, 2410, 'Bow Center', 'NH'),
(81546, 237, 2410, 'Bradford', 'NH'),
(81547, 237, 2410, 'Bretton Woods', 'NH'),
(81548, 237, 2410, 'Bristol', 'NH'),
(81549, 237, 2410, 'Brookline', 'NH'),
(81550, 237, 2410, 'Campton Upper Village', 'NH'),
(81551, 237, 2410, 'Canaan', 'NH'),
(81552, 237, 2410, 'Candia', 'NH'),
(81553, 237, 2410, 'Canterbury', 'NH'),
(81554, 237, 2410, 'Center Barnstead', 'NH'),
(81555, 237, 2410, 'Center Conway', 'NH'),
(81556, 237, 2410, 'Center Harbor', 'NH'),
(81557, 237, 2410, 'Center Ossipee', 'NH'),
(81558, 237, 2410, 'Center Sandwich', 'NH'),
(81559, 237, 2410, 'Center Tuftonboro', 'NH'),
(81560, 237, 2410, 'Charlestown', 'NH'),
(81561, 237, 2410, 'Chester', 'NH'),
(81562, 237, 2410, 'Chesterfield', 'NH'),
(81563, 237, 2410, 'Chichester', 'NH'),
(81564, 237, 2410, 'Chocorua', 'NH'),
(81565, 237, 2410, 'Claremont', 'NH'),
(81566, 237, 2410, 'Concord', 'NH'),
(81567, 237, 2410, 'Contoocook', 'NH'),
(81568, 237, 2410, 'Conway', 'NH'),
(81569, 237, 2410, 'Cornish City', 'NH'),
(81570, 237, 2410, 'Cornish Flat', 'NH'),
(81571, 237, 2410, 'Danbury', 'NH'),
(81572, 237, 2410, 'Danville', 'NH'),
(81573, 237, 2410, 'Deerfield', 'NH'),
(81574, 237, 2410, 'Derry', 'NH'),
(81575, 237, 2410, 'Dover', 'NH'),
(81576, 237, 2410, 'Dublin', 'NH'),
(81577, 237, 2410, 'Dunbarton Center', 'NH'),
(81578, 237, 2410, 'Durham', 'NH'),
(81579, 237, 2410, 'East Andover', 'NH'),
(81580, 237, 2410, 'East Derry', 'NH'),
(81581, 237, 2410, 'East Hampstead', 'NH'),
(81582, 237, 2410, 'East Kingston', 'NH'),
(81583, 237, 2410, 'East Wakefield', 'NH'),
(81584, 237, 2410, 'Effingham', 'NH'),
(81585, 237, 2410, 'Elkins', 'NH'),
(81586, 237, 2410, 'Enfield', 'NH'),
(81587, 237, 2410, 'Epping', 'NH'),
(81588, 237, 2410, 'Epsom', 'NH'),
(81589, 237, 2410, 'Errol', 'NH'),
(81590, 237, 2410, 'Ervings Location', 'NH'),
(81591, 237, 2410, 'Etna', 'NH'),
(81592, 237, 2410, 'Exeter', 'NH'),
(81593, 237, 2410, 'Farmington', 'NH'),
(81594, 237, 2410, 'Fitzwilliam', 'NH'),
(81595, 237, 2410, 'Francestown', 'NH'),
(81596, 237, 2410, 'Franconia', 'NH'),
(81597, 237, 2410, 'Franklin', 'NH'),
(81598, 237, 2410, 'Freedom', 'NH'),
(81599, 237, 2410, 'Fremont', 'NH'),
(81600, 237, 2410, 'Georges Mills', 'NH'),
(81601, 237, 2410, 'Gilford', 'NH'),
(81602, 237, 2410, 'Gilmanton', 'NH'),
(81603, 237, 2410, 'Glen', 'NH'),
(81604, 237, 2410, 'Goffstown', 'NH'),
(81605, 237, 2410, 'Gorham', 'NH'),
(81606, 237, 2410, 'Grafton', 'NH'),
(81607, 237, 2410, 'Grantham', 'NH'),
(81608, 237, 2410, 'Greenfield', 'NH'),
(81609, 237, 2410, 'Greenland', 'NH'),
(81610, 237, 2410, 'Greenville', 'NH'),
(81611, 237, 2410, 'Groveton', 'NH'),
(81612, 237, 2410, 'Hampstead', 'NH'),
(81613, 237, 2410, 'Hampton', 'NH'),
(81614, 237, 2410, 'Hampton Falls', 'NH'),
(81615, 237, 2410, 'Hancock', 'NH'),
(81616, 237, 2410, 'Hanover', 'NH'),
(81617, 237, 2410, 'Harrisville', 'NH'),
(81618, 237, 2410, 'Haverhill', 'NH'),
(81619, 237, 2410, 'Hebron', 'NH'),
(81620, 237, 2410, 'Henniker', 'NH'),
(81621, 237, 2410, 'Hill', 'NH'),
(81622, 237, 2410, 'Hillsborough', 'NH'),
(81623, 237, 2410, 'Hinsdale', 'NH'),
(81624, 237, 2410, 'Holderness', 'NH'),
(81625, 237, 2410, 'Hollis', 'NH'),
(81626, 237, 2410, 'Hooksett', 'NH'),
(81627, 237, 2410, 'Hudson', 'NH'),
(81628, 237, 2410, 'Intervale', 'NH'),
(81629, 237, 2410, 'Ireland', 'NH'),
(81630, 237, 2410, 'Jackson', 'NH'),
(81631, 237, 2410, 'Jaffrey', 'NH'),
(81632, 237, 2410, 'Jefferson', 'NH'),
(81633, 237, 2410, 'Keene', 'NH'),
(81634, 237, 2410, 'Kilkenny Township', 'NH'),
(81635, 237, 2410, 'Kingston', 'NH'),
(81636, 237, 2410, 'Laconia', 'NH'),
(81637, 237, 2410, 'Lancaster', 'NH'),
(81638, 237, 2410, 'Lebanon', 'NH'),
(81639, 237, 2410, 'Lee', 'NH'),
(81640, 237, 2410, 'Lempster', 'NH'),
(81641, 237, 2410, 'Lincoln', 'NH'),
(81642, 237, 2410, 'Lisbon', 'NH'),
(81643, 237, 2410, 'Litchfield', 'NH'),
(81644, 237, 2410, 'Littleton', 'NH'),
(81645, 237, 2410, 'Londonderry', 'NH'),
(81646, 237, 2410, 'Loudon', 'NH'),
(81647, 237, 2410, 'Low and Burbanks Grant', 'NH'),
(81648, 237, 2410, 'Lyme', 'NH'),
(81649, 237, 2410, 'Lyndeborough', 'NH'),
(81650, 237, 2410, 'Madbury', 'NH'),
(81651, 237, 2410, 'Manchester', 'NH'),
(81652, 237, 2410, 'Marlborough', 'NH'),
(81653, 237, 2410, 'Marlow', 'NH'),
(81654, 237, 2410, 'Melvin Village', 'NH'),
(81655, 237, 2410, 'Meredith', 'NH'),
(81656, 237, 2410, 'Meriden', 'NH'),
(81657, 237, 2410, 'Merrimack', 'NH'),
(81658, 237, 2410, 'Milford', 'NH'),
(81659, 237, 2410, 'Milton', 'NH'),
(81660, 237, 2410, 'Milton Mills', 'NH'),
(81661, 237, 2410, 'Mirror Lake', 'NH'),
(81662, 237, 2410, 'Monroe', 'NH'),
(81663, 237, 2410, 'Mont Vernon', 'NH'),
(81664, 237, 2410, 'Moultonborough', 'NH'),
(81665, 237, 2410, 'Nashua', 'NH'),
(81666, 237, 2410, 'Nelson', 'NH'),
(81667, 237, 2410, 'New Boston', 'NH'),
(81668, 237, 2410, 'New Castle', 'NH'),
(81669, 237, 2410, 'New Durham', 'NH'),
(81670, 237, 2410, 'New Hampton', 'NH'),
(81671, 237, 2410, 'New Ipswich', 'NH'),
(81672, 237, 2410, 'New London', 'NH'),
(81673, 237, 2410, 'Newbury', 'NH'),
(81674, 237, 2410, 'Newfields', 'NH'),
(81675, 237, 2410, 'Newmarket', 'NH'),
(81676, 237, 2410, 'Newport', 'NH'),
(81677, 237, 2410, 'Newton', 'NH'),
(81678, 237, 2410, 'North Conway', 'NH'),
(81679, 237, 2410, 'North Hampton', 'NH'),
(81680, 237, 2410, 'North Haverhill', 'NH'),
(81681, 237, 2410, 'North Sandwich', 'NH'),
(81682, 237, 2410, 'North Stratford', 'NH'),
(81683, 237, 2410, 'North Sutton', 'NH'),
(81684, 237, 2410, 'North Walpole', 'NH'),
(81685, 237, 2410, 'North Woodstock', 'NH'),
(81686, 237, 2410, 'Northwood', 'NH'),
(81687, 237, 2410, 'Nottingham', 'NH'),
(81688, 237, 2410, 'Orford', 'NH'),
(81689, 237, 2410, 'Ossipee', 'NH'),
(81690, 237, 2410, 'Pelham', 'NH'),
(81691, 237, 2410, 'Peterborough', 'NH'),
(81692, 237, 2410, 'Pike', 'NH'),
(81693, 237, 2410, 'Pittsfield', 'NH'),
(81694, 237, 2410, 'Plainfield', 'NH'),
(81695, 237, 2410, 'Plaistow', 'NH'),
(81696, 237, 2410, 'Plymouth', 'NH'),
(81697, 237, 2410, 'Portsmouth', 'NH'),
(81698, 237, 2410, 'Raymond', 'NH'),
(81699, 237, 2410, 'Rindge', 'NH'),
(81700, 237, 2410, 'Rochester', 'NH'),
(81701, 237, 2410, 'Rollinsford', 'NH'),
(81702, 237, 2410, 'Rumney', 'NH'),
(81703, 237, 2410, 'Rye', 'NH'),
(81704, 237, 2410, 'Rye Beach', 'NH'),
(81705, 237, 2410, 'Salem', 'NH'),
(81706, 237, 2410, 'Salisbury', 'NH'),
(81707, 237, 2410, 'Sanbornton', 'NH'),
(81708, 237, 2410, 'Sanbornville', 'NH'),
(81709, 237, 2410, 'Sandown', 'NH'),
(81710, 237, 2410, 'Seabrook', 'NH'),
(81711, 237, 2410, 'Silver Lake', 'NH'),
(81712, 237, 2410, 'Somersworth', 'NH'),
(81713, 237, 2410, 'South Acworth', 'NH'),
(81714, 237, 2410, 'Spofford', 'NH'),
(81715, 237, 2410, 'Springfield', 'NH'),
(81716, 237, 2410, 'Stoddard', 'NH'),
(81717, 237, 2410, 'Strafford', 'NH'),
(81718, 237, 2410, 'Stratham', 'NH'),
(81719, 237, 2410, 'Sugar Hill', 'NH'),
(81720, 237, 2410, 'Sullivan', 'NH'),
(81721, 237, 2410, 'Sunapee', 'NH'),
(81722, 237, 2410, 'Suncook', 'NH'),
(81723, 237, 2410, 'Swanzey', 'NH'),
(81724, 237, 2410, 'Tamworth', 'NH'),
(81725, 237, 2410, 'Temple', 'NH'),
(81726, 237, 2410, 'Thornton', 'NH'),
(81727, 237, 2410, 'Tilton', 'NH'),
(81728, 237, 2410, 'Troy', 'NH'),
(81729, 237, 2410, 'Union', 'NH'),
(81730, 237, 2410, 'Walpole', 'NH'),
(81731, 237, 2410, 'Warner', 'NH'),
(81732, 237, 2410, 'Warren', 'NH'),
(81733, 237, 2410, 'Washington', 'NH'),
(81734, 237, 2410, 'Waterville Valley', 'NH'),
(81735, 237, 2410, 'Weare', 'NH'),
(81736, 237, 2410, 'Wentworth', 'NH'),
(81737, 237, 2410, 'West Chesterfield', 'NH'),
(81738, 237, 2410, 'West Lebanon', 'NH'),
(81739, 237, 2410, 'West Nottingham', 'NH'),
(81740, 237, 2410, 'West Stewartstown', 'NH'),
(81741, 237, 2410, 'Westmoreland', 'NH'),
(81742, 237, 2410, 'Wilmot', 'NH'),
(81743, 237, 2410, 'Wilton', 'NH'),
(81744, 237, 2410, 'Winchester', 'NH'),
(81745, 237, 2410, 'Windham', 'NH'),
(81746, 237, 2410, 'Winnisquam', 'NH'),
(81747, 237, 2410, 'Wolfeboro', 'NH'),
(81748, 237, 2410, 'Wolfeboro Falls', 'NH'),
(81749, 237, 2410, 'Woodsville', 'NH'),
(81750, 237, 2411, 'Absecon', 'NJ'),
(81751, 237, 2411, 'Adelphia', 'NJ'),
(81752, 237, 2411, 'Allendale', 'NJ'),
(81753, 237, 2411, 'Allenhurst', 'NJ'),
(81754, 237, 2411, 'Allentown', 'NJ'),
(81755, 237, 2411, 'Allenwood', 'NJ'),
(81756, 237, 2411, 'Alloway', 'NJ'),
(81757, 237, 2411, 'Alpine', 'NJ'),
(81758, 237, 2411, 'Andover', 'NJ'),
(81759, 237, 2411, 'Annandale', 'NJ'),
(81760, 237, 2411, 'Asbury', 'NJ'),
(81761, 237, 2411, 'Asbury Park', 'NJ'),
(81762, 237, 2411, 'Atco', 'NJ'),
(81763, 237, 2411, 'Atlantic City', 'NJ'),
(81764, 237, 2411, 'Atlantic Highlands', 'NJ'),
(81765, 237, 2411, 'Audubon', 'NJ'),
(81766, 237, 2411, 'Augusta', 'NJ'),
(81767, 237, 2411, 'Avalon', 'NJ'),
(81768, 237, 2411, 'Avenel', 'NJ'),
(81769, 237, 2411, 'Avon-by-the-Sea', 'NJ'),
(81770, 237, 2411, 'Barnegat', 'NJ'),
(81771, 237, 2411, 'Barnegat Light', 'NJ'),
(81772, 237, 2411, 'Barrington', 'NJ'),
(81773, 237, 2411, 'Basking Ridge', 'NJ'),
(81774, 237, 2411, 'Bayonne', 'NJ'),
(81775, 237, 2411, 'Bayville', 'NJ'),
(81776, 237, 2411, 'Beach Haven', 'NJ'),
(81777, 237, 2411, 'Beachwood', 'NJ'),
(81778, 237, 2411, 'Bedminster', 'NJ'),
(81779, 237, 2411, 'Belford', 'NJ'),
(81780, 237, 2411, 'Belle Mead', 'NJ'),
(81781, 237, 2411, 'Belleville', 'NJ'),
(81782, 237, 2411, 'Bellmawr', 'NJ'),
(81783, 237, 2411, 'Belmar', 'NJ'),
(81784, 237, 2411, 'Belvidere', 'NJ'),
(81785, 237, 2411, 'Bergenfield', 'NJ'),
(81786, 237, 2411, 'Berkeley Heights', 'NJ'),
(81787, 237, 2411, 'Berlin', 'NJ'),
(81788, 237, 2411, 'Bernardsville', 'NJ'),
(81789, 237, 2411, 'Beverly', 'NJ'),
(81790, 237, 2411, 'Blackwood', 'NJ'),
(81791, 237, 2411, 'Blairstown', 'NJ'),
(81792, 237, 2411, 'Bloomfield', 'NJ'),
(81793, 237, 2411, 'Bloomingdale', 'NJ'),
(81794, 237, 2411, 'Bloomsbury', 'NJ'),
(81795, 237, 2411, 'Bogota', 'NJ'),
(81796, 237, 2411, 'Boonton', 'NJ'),
(81797, 237, 2411, 'Bordentown', 'NJ'),
(81798, 237, 2411, 'Bound Brook', 'NJ'),
(81799, 237, 2411, 'Bradley Beach', 'NJ'),
(81800, 237, 2411, 'Branchville', 'NJ'),
(81801, 237, 2411, 'Brick Township', 'NJ'),
(81802, 237, 2411, 'Bridgeport', 'NJ'),
(81803, 237, 2411, 'Bridgeton', 'NJ'),
(81804, 237, 2411, 'Bridgewater', 'NJ'),
(81805, 237, 2411, 'Brielle', 'NJ'),
(81806, 237, 2411, 'Brigantine', 'NJ'),
(81807, 237, 2411, 'Broadway', 'NJ'),
(81808, 237, 2411, 'Brookside', 'NJ'),
(81809, 237, 2411, 'Browns Mills', 'NJ'),
(81810, 237, 2411, 'Budd Lake', 'NJ'),
(81811, 237, 2411, 'Buena', 'NJ'),
(81812, 237, 2411, 'Burlington', 'NJ'),
(81813, 237, 2411, 'Butler', 'NJ'),
(81814, 237, 2411, 'Caldwell', 'NJ'),
(81815, 237, 2411, 'Califon', 'NJ'),
(81816, 237, 2411, 'Camden', 'NJ'),
(81817, 237, 2411, 'Cape May', 'NJ'),
(81818, 237, 2411, 'Cape May Court House', 'NJ'),
(81819, 237, 2411, 'Carlstadt', 'NJ'),
(81820, 237, 2411, 'Carteret', 'NJ'),
(81821, 237, 2411, 'Cedar Grove', 'NJ'),
(81822, 237, 2411, 'Cedar Knolls', 'NJ'),
(81823, 237, 2411, 'Cedarville', 'NJ'),
(81824, 237, 2411, 'Chatham', 'NJ'),
(81825, 237, 2411, 'Chatsworth', 'NJ'),
(81826, 237, 2411, 'Cherry Hill', 'NJ'),
(81827, 237, 2411, 'Chester', 'NJ'),
(81828, 237, 2411, 'Clark', 'NJ'),
(81829, 237, 2411, 'Clarksboro', 'NJ'),
(81830, 237, 2411, 'Clarksburg', 'NJ'),
(81831, 237, 2411, 'Clayton', 'NJ'),
(81832, 237, 2411, 'Clementon', 'NJ'),
(81833, 237, 2411, 'Cliffside Park', 'NJ'),
(81834, 237, 2411, 'Cliffwood', 'NJ'),
(81835, 237, 2411, 'Clifton', 'NJ'),
(81836, 237, 2411, 'Clinton', 'NJ'),
(81837, 237, 2411, 'Closter', 'NJ'),
(81838, 237, 2411, 'Collingswood', 'NJ'),
(81839, 237, 2411, 'Cologne', 'NJ'),
(81840, 237, 2411, 'Colonia', 'NJ'),
(81841, 237, 2411, 'Colts Neck', 'NJ'),
(81842, 237, 2411, 'Columbia', 'NJ'),
(81843, 237, 2411, 'Columbus', 'NJ'),
(81844, 237, 2411, 'Cookstown', 'NJ'),
(81845, 237, 2411, 'Cranbury', 'NJ'),
(81846, 237, 2411, 'Cranford', 'NJ'),
(81847, 237, 2411, 'Cream Ridge', 'NJ'),
(81848, 237, 2411, 'Cresskill', 'NJ'),
(81849, 237, 2411, 'Crosswicks', 'NJ'),
(81850, 237, 2411, 'Dayton', 'NJ'),
(81851, 237, 2411, 'Deal', 'NJ'),
(81852, 237, 2411, 'Delmont', 'NJ'),
(81853, 237, 2411, 'Demarest', 'NJ'),
(81854, 237, 2411, 'Dennisville', 'NJ'),
(81855, 237, 2411, 'Denville', 'NJ'),
(81856, 237, 2411, 'Dorchester', 'NJ'),
(81857, 237, 2411, 'Dorothy', 'NJ'),
(81858, 237, 2411, 'Dover', 'NJ'),
(81859, 237, 2411, 'Dumont', 'NJ'),
(81860, 237, 2411, 'Dunellen', 'NJ'),
(81861, 237, 2411, 'East Brunswick', 'NJ'),
(81862, 237, 2411, 'East Hanover', 'NJ'),
(81863, 237, 2411, 'East Orange', 'NJ'),
(81864, 237, 2411, 'East Rutherford', 'NJ'),
(81865, 237, 2411, 'Eatontown', 'NJ'),
(81866, 237, 2411, 'Edgewater', 'NJ'),
(81867, 237, 2411, 'Edison', 'NJ'),
(81868, 237, 2411, 'Egg Harbor', 'NJ'),
(81869, 237, 2411, 'Egg Harbor City', 'NJ'),
(81870, 237, 2411, 'Elizabeth', 'NJ'),
(81871, 237, 2411, 'Elmer', 'NJ'),
(81872, 237, 2411, 'Elmwood Park', 'NJ'),
(81873, 237, 2411, 'Emerson', 'NJ'),
(81874, 237, 2411, 'Englewood', 'NJ'),
(81875, 237, 2411, 'Englewood Cliffs', 'NJ'),
(81876, 237, 2411, 'Englishtown', 'NJ'),
(81877, 237, 2411, 'Essex Fells', 'NJ'),
(81878, 237, 2411, 'Estell Manor', 'NJ'),
(81879, 237, 2411, 'Fair Haven', 'NJ'),
(81880, 237, 2411, 'Fair Lawn', 'NJ'),
(81881, 237, 2411, 'Fairfield', 'NJ'),
(81882, 237, 2411, 'Fairview', 'NJ'),
(81883, 237, 2411, 'Fanwood', 'NJ'),
(81884, 237, 2411, 'Far Hills', 'NJ'),
(81885, 237, 2411, 'Farmingdale', 'NJ'),
(81886, 237, 2411, 'Flagtown', 'NJ'),
(81887, 237, 2411, 'Flanders', 'NJ'),
(81888, 237, 2411, 'Flemington', 'NJ'),
(81889, 237, 2411, 'Florence', 'NJ'),
(81890, 237, 2411, 'Florham Park', 'NJ'),
(81891, 237, 2411, 'Fords', 'NJ'),
(81892, 237, 2411, 'Forked River', 'NJ'),
(81893, 237, 2411, 'Fort Lee', 'NJ'),
(81894, 237, 2411, 'Franklin', 'NJ'),
(81895, 237, 2411, 'Franklin Lakes', 'NJ'),
(81896, 237, 2411, 'Franklin Park', 'NJ'),
(81897, 237, 2411, 'Franklinville', 'NJ'),
(81898, 237, 2411, 'Freehold Borough', 'NJ'),
(81899, 237, 2411, 'Frenchtown', 'NJ'),
(81900, 237, 2411, 'Garfield', 'NJ'),
(81901, 237, 2411, 'Garwood', 'NJ'),
(81902, 237, 2411, 'Gibbsboro', 'NJ'),
(81903, 237, 2411, 'Gibbstown', 'NJ'),
(81904, 237, 2411, 'Gillette', 'NJ'),
(81905, 237, 2411, 'Gladstone', 'NJ'),
(81906, 237, 2411, 'Glassboro', 'NJ'),
(81907, 237, 2411, 'Glen Gardner', 'NJ'),
(81908, 237, 2411, 'Glen Ridge', 'NJ'),
(81909, 237, 2411, 'Glen Rock', 'NJ'),
(81910, 237, 2411, 'Glendora', 'NJ'),
(81911, 237, 2411, 'Glenwood', 'NJ'),
(81912, 237, 2411, 'Gloucester City', 'NJ'),
(81913, 237, 2411, 'Great Meadows', 'NJ'),
(81914, 237, 2411, 'Green Creek', 'NJ'),
(81915, 237, 2411, 'Grenloch', 'NJ'),
(81916, 237, 2411, 'Hackensack', 'NJ'),
(81917, 237, 2411, 'Hackettstown', 'NJ'),
(81918, 237, 2411, 'Haddon Heights', 'NJ'),
(81919, 237, 2411, 'Haddonfield', 'NJ'),
(81920, 237, 2411, 'Hainesport', 'NJ'),
(81921, 237, 2411, 'Haledon', 'NJ'),
(81922, 237, 2411, 'Hamburg', 'NJ'),
(81923, 237, 2411, 'Hammonton', 'NJ'),
(81924, 237, 2411, 'Hampton', 'NJ'),
(81925, 237, 2411, 'Harrington Park', 'NJ'),
(81926, 237, 2411, 'Harrison', 'NJ'),
(81927, 237, 2411, 'Hasbrouck Heights', 'NJ'),
(81928, 237, 2411, 'Haskell', 'NJ'),
(81929, 237, 2411, 'Haworth', 'NJ'),
(81930, 237, 2411, 'Hawthorne', 'NJ'),
(81931, 237, 2411, 'Hazlet', 'NJ'),
(81932, 237, 2411, 'Heislerville', 'NJ'),
(81933, 237, 2411, 'Helmetta', 'NJ'),
(81934, 237, 2411, 'Hewitt', 'NJ'),
(81935, 237, 2411, 'High Bridge', 'NJ'),
(81936, 237, 2411, 'Highland Lakes', 'NJ'),
(81937, 237, 2411, 'Highland Park', 'NJ'),
(81938, 237, 2411, 'Highlands', 'NJ'),
(81939, 237, 2411, 'Hightstown', 'NJ'),
(81940, 237, 2411, 'Hillsborough', 'NJ'),
(81941, 237, 2411, 'Hillsdale', 'NJ'),
(81942, 237, 2411, 'Hillside', 'NJ'),
(81943, 237, 2411, 'Ho-Ho-Kus', 'NJ'),
(81944, 237, 2411, 'Hoboken', 'NJ'),
(81945, 237, 2411, 'Holmdel', 'NJ'),
(81946, 237, 2411, 'Hopatcong', 'NJ'),
(81947, 237, 2411, 'Hope', 'NJ'),
(81948, 237, 2411, 'Hopewell', 'NJ'),
(81949, 237, 2411, 'Howell', 'NJ'),
(81950, 237, 2411, 'Irvington', 'NJ'),
(81951, 237, 2411, 'Iselin', 'NJ'),
(81952, 237, 2411, 'Island Heights', 'NJ'),
(81953, 237, 2411, 'Jackson Township', 'NJ'),
(81954, 237, 2411, 'Jersey City', 'NJ'),
(81955, 237, 2411, 'Jobstown', 'NJ'),
(81956, 237, 2411, 'Keansburg', 'NJ'),
(81957, 237, 2411, 'Kearny', 'NJ'),
(81958, 237, 2411, 'Keasbey', 'NJ'),
(81959, 237, 2411, 'Kendall Park', 'NJ'),
(81960, 237, 2411, 'Kenilworth', 'NJ'),
(81961, 237, 2411, 'Kenvil', 'NJ'),
(81962, 237, 2411, 'Keyport', 'NJ'),
(81963, 237, 2411, 'Lafayette', 'NJ'),
(81964, 237, 2411, 'Lake Hiawatha', 'NJ'),
(81965, 237, 2411, 'Lake Hopatcong', 'NJ'),
(81966, 237, 2411, 'Lakehurst', 'NJ'),
(81967, 237, 2411, 'Lakewood', 'NJ'),
(81968, 237, 2411, 'Lambertville', 'NJ'),
(81969, 237, 2411, 'Landing', 'NJ'),
(81970, 237, 2411, 'Landisville', 'NJ'),
(81971, 237, 2411, 'Lanoka Harbor', 'NJ'),
(81972, 237, 2411, 'Lavallette', 'NJ'),
(81973, 237, 2411, 'Lawnside', 'NJ'),
(81974, 237, 2411, 'Layton', 'NJ'),
(81975, 237, 2411, 'Lebanon', 'NJ'),
(81976, 237, 2411, 'Ledgewood', 'NJ'),
(81977, 237, 2411, 'Leeds Point', 'NJ'),
(81978, 237, 2411, 'Leesburg', 'NJ'),
(81979, 237, 2411, 'Leonardo', 'NJ'),
(81980, 237, 2411, 'Leonia', 'NJ'),
(81981, 237, 2411, 'Liberty Corner', 'NJ'),
(81982, 237, 2411, 'Lincoln Park', 'NJ'),
(81983, 237, 2411, 'Lincroft', 'NJ'),
(81984, 237, 2411, 'Linden', 'NJ'),
(81985, 237, 2411, 'Linwood', 'NJ'),
(81986, 237, 2411, 'Little Falls', 'NJ'),
(81987, 237, 2411, 'Little Ferry', 'NJ'),
(81988, 237, 2411, 'Little Silver', 'NJ'),
(81989, 237, 2411, 'Livingston', 'NJ'),
(81990, 237, 2411, 'Lodi', 'NJ'),
(81991, 237, 2411, 'Long Branch', 'NJ'),
(81992, 237, 2411, 'Long Valley', 'NJ'),
(81993, 237, 2411, 'Longport', 'NJ'),
(81994, 237, 2411, 'Lumberton', 'NJ'),
(81995, 237, 2411, 'Lyndhurst', 'NJ'),
(81996, 237, 2411, 'Lyons', 'NJ'),
(81997, 237, 2411, 'Madison', 'NJ'),
(81998, 237, 2411, 'Magnolia', 'NJ'),
(81999, 237, 2411, 'Mahwah', 'NJ'),
(82000, 237, 2411, 'Malaga', 'NJ'),
(82001, 237, 2411, 'Manahawkin', 'NJ'),
(82002, 237, 2411, 'Manasquan', 'NJ'),
(82003, 237, 2411, 'Manchester Township', 'NJ'),
(82004, 237, 2411, 'Mantoloking', 'NJ'),
(82005, 237, 2411, 'Mantua', 'NJ'),
(82006, 237, 2411, 'Manville', 'NJ'),
(82007, 237, 2411, 'Maple Shade', 'NJ'),
(82008, 237, 2411, 'Maplewood', 'NJ'),
(82009, 237, 2411, 'Margate City', 'NJ'),
(82010, 237, 2411, 'Marlboro', 'NJ'),
(82011, 237, 2411, 'Marlton', 'NJ'),
(82012, 237, 2411, 'Marmora', 'NJ'),
(82013, 237, 2411, 'Martinsville', 'NJ'),
(82014, 237, 2411, 'Matawan', 'NJ'),
(82015, 237, 2411, 'Mays Landing', 'NJ'),
(82016, 237, 2411, 'Maywood', 'NJ'),
(82017, 237, 2411, 'Medford', 'NJ'),
(82018, 237, 2411, 'Mendham', 'NJ'),
(82019, 237, 2411, 'Merchantville', 'NJ'),
(82020, 237, 2411, 'Metuchen', 'NJ'),
(82021, 237, 2411, 'Mickleton', 'NJ'),
(82022, 237, 2411, 'Middlesex', 'NJ'),
(82023, 237, 2411, 'Middletown', 'NJ'),
(82024, 237, 2411, 'Midland Park', 'NJ'),
(82025, 237, 2411, 'Milford', 'NJ'),
(82026, 237, 2411, 'Millburn', 'NJ'),
(82027, 237, 2411, 'Millington', 'NJ'),
(82028, 237, 2411, 'Milltown', 'NJ'),
(82029, 237, 2411, 'Millville', 'NJ'),
(82030, 237, 2411, 'Milmay', 'NJ'),
(82031, 237, 2411, 'Mine Hill', 'NJ'),
(82032, 237, 2411, 'Minotola', 'NJ'),
(82033, 237, 2411, 'Monmouth Beach', 'NJ'),
(82034, 237, 2411, 'Monmouth Junction', 'NJ'),
(82035, 237, 2411, 'Monroe Township', 'NJ'),
(82036, 237, 2411, 'Monroeville', 'NJ'),
(82037, 237, 2411, 'Montague', 'NJ'),
(82038, 237, 2411, 'Montclair', 'NJ'),
(82039, 237, 2411, 'Montvale', 'NJ'),
(82040, 237, 2411, 'Montville', 'NJ'),
(82041, 237, 2411, 'Moonachie', 'NJ'),
(82042, 237, 2411, 'Moorestown Township', 'NJ'),
(82043, 237, 2411, 'Morganville', 'NJ'),
(82044, 237, 2411, 'Morris Plains', 'NJ'),
(82045, 237, 2411, 'Morristown', 'NJ'),
(82046, 237, 2411, 'Mount Arlington', 'NJ'),
(82047, 237, 2411, 'Mount Ephraim', 'NJ'),
(82048, 237, 2411, 'Mount Holly', 'NJ'),
(82049, 237, 2411, 'Mount Laurel', 'NJ'),
(82050, 237, 2411, 'Mount Royal', 'NJ'),
(82051, 237, 2411, 'Mountain Lakes', 'NJ'),
(82052, 237, 2411, 'Mountainside', 'NJ'),
(82053, 237, 2411, 'Mullica Hill', 'NJ'),
(82054, 237, 2411, 'National Park', 'NJ'),
(82055, 237, 2411, 'Navesink', 'NJ'),
(82056, 237, 2411, 'Neptune City', 'NJ'),
(82057, 237, 2411, 'Neshanic Station', 'NJ'),
(82058, 237, 2411, 'Netcong', 'NJ'),
(82059, 237, 2411, 'New Brunswick', 'NJ'),
(82060, 237, 2411, 'New Egypt', 'NJ'),
(82061, 237, 2411, 'New Gretna', 'NJ'),
(82062, 237, 2411, 'New Milford', 'NJ'),
(82063, 237, 2411, 'New Providence', 'NJ'),
(82064, 237, 2411, 'New Vernon', 'NJ'),
(82065, 237, 2411, 'Newark', 'NJ'),
(82066, 237, 2411, 'Newfield', 'NJ'),
(82067, 237, 2411, 'Newfoundland', 'NJ'),
(82068, 237, 2411, 'Newport', 'NJ'),
(82069, 237, 2411, 'Newton', 'NJ'),
(82070, 237, 2411, 'Newtonville', 'NJ'),
(82071, 237, 2411, 'Norma', 'NJ'),
(82072, 237, 2411, 'Normandy Beach', 'NJ'),
(82073, 237, 2411, 'North Arlington', 'NJ'),
(82074, 237, 2411, 'North Bergen', 'NJ'),
(82075, 237, 2411, 'North Brunswick', 'NJ'),
(82076, 237, 2411, 'Northfield', 'NJ'),
(82077, 237, 2411, 'Northvale', 'NJ'),
(82078, 237, 2411, 'Norwood', 'NJ'),
(82079, 237, 2411, 'Nutley', 'NJ'),
(82080, 237, 2411, 'Oak Ridge', 'NJ'),
(82081, 237, 2411, 'Oakhurst', 'NJ'),
(82082, 237, 2411, 'Oakland', 'NJ'),
(82083, 237, 2411, 'Oaklyn', 'NJ'),
(82084, 237, 2411, 'Ocean City', 'NJ'),
(82085, 237, 2411, 'Ocean Gate', 'NJ'),
(82086, 237, 2411, 'Ocean Grove', 'NJ'),
(82087, 237, 2411, 'Ocean View', 'NJ'),
(82088, 237, 2411, 'Oceanport', 'NJ'),
(82089, 237, 2411, 'Old Bridge', 'NJ'),
(82090, 237, 2411, 'Oldwick', 'NJ'),
(82091, 237, 2411, 'Oradell', 'NJ'),
(82092, 237, 2411, 'Orange', 'NJ'),
(82093, 237, 2411, 'Oxford', 'NJ'),
(82094, 237, 2411, 'Palisades Park', 'NJ'),
(82095, 237, 2411, 'Palmyra', 'NJ'),
(82096, 237, 2411, 'Paramus', 'NJ'),
(82097, 237, 2411, 'Park Ridge', 'NJ'),
(82098, 237, 2411, 'Parlin', 'NJ'),
(82099, 237, 2411, 'Parsippany', 'NJ'),
(82100, 237, 2411, 'Passaic', 'NJ'),
(82101, 237, 2411, 'Paterson', 'NJ'),
(82102, 237, 2411, 'Paulsboro', 'NJ'),
(82103, 237, 2411, 'Peapack', 'NJ'),
(82104, 237, 2411, 'Pedricktown', 'NJ'),
(82105, 237, 2411, 'Pemberton', 'NJ'),
(82106, 237, 2411, 'Pennington', 'NJ'),
(82107, 237, 2411, 'Penns Grove', 'NJ'),
(82108, 237, 2411, 'Pennsauken Township', 'NJ'),
(82109, 237, 2411, 'Pennsville Township', 'NJ'),
(82110, 237, 2411, 'Pequannock', 'NJ'),
(82111, 237, 2411, 'Perrineville', 'NJ'),
(82112, 237, 2411, 'Perth Amboy', 'NJ'),
(82113, 237, 2411, 'Phillipsburg', 'NJ'),
(82114, 237, 2411, 'Pine Beach', 'NJ'),
(82115, 237, 2411, 'Pine Brook', 'NJ'),
(82116, 237, 2411, 'Piscataway', 'NJ'),
(82117, 237, 2411, 'Pitman', 'NJ'),
(82118, 237, 2411, 'Pittstown', 'NJ'),
(82119, 237, 2411, 'Plainfield', 'NJ'),
(82120, 237, 2411, 'Plainsboro', 'NJ'),
(82121, 237, 2411, 'Pleasantville', 'NJ'),
(82122, 237, 2411, 'Point Pleasant Beach', 'NJ'),
(82123, 237, 2411, 'Pomona', 'NJ'),
(82124, 237, 2411, 'Pompton Lakes', 'NJ'),
(82125, 237, 2411, 'Pompton Plains', 'NJ'),
(82126, 237, 2411, 'Port Elizabeth', 'NJ'),
(82127, 237, 2411, 'Port Monmouth', 'NJ'),
(82128, 237, 2411, 'Port Murray', 'NJ'),
(82129, 237, 2411, 'Port Norris', 'NJ'),
(82130, 237, 2411, 'Port Reading', 'NJ'),
(82131, 237, 2411, 'Port Republic', 'NJ'),
(82132, 237, 2411, 'Pottersville', 'NJ'),
(82133, 237, 2411, 'Princeton', 'NJ'),
(82134, 237, 2411, 'Princeton Junction', 'NJ'),
(82135, 237, 2411, 'Quakertown', 'NJ'),
(82136, 237, 2411, 'Quinton', 'NJ'),
(82137, 237, 2411, 'Rahway', 'NJ'),
(82138, 237, 2411, 'Ramsey', 'NJ'),
(82139, 237, 2411, 'Randolph Township', 'NJ'),
(82140, 237, 2411, 'Raritan', 'NJ'),
(82141, 237, 2411, 'Readington', 'NJ'),
(82142, 237, 2411, 'Red Bank', 'NJ'),
(82143, 237, 2411, 'Richland', 'NJ'),
(82144, 237, 2411, 'Ridgefield', 'NJ'),
(82145, 237, 2411, 'Ridgefield Park', 'NJ'),
(82146, 237, 2411, 'Ridgewood', 'NJ'),
(82147, 237, 2411, 'Ringoes', 'NJ'),
(82148, 237, 2411, 'Ringwood', 'NJ'),
(82149, 237, 2411, 'Rio Grande', 'NJ'),
(82150, 237, 2411, 'River Edge', 'NJ'),
(82151, 237, 2411, 'Riverdale', 'NJ'),
(82152, 237, 2411, 'Riverside', 'NJ'),
(82153, 237, 2411, 'Riverton', 'NJ'),
(82154, 237, 2411, 'Rochelle Park', 'NJ'),
(82155, 237, 2411, 'Rockaway', 'NJ'),
(82156, 237, 2411, 'Rocky Hill', 'NJ'),
(82157, 237, 2411, 'Roebling', 'NJ'),
(82158, 237, 2411, 'Roosevelt', 'NJ'),
(82159, 237, 2411, 'Roseland', 'NJ'),
(82160, 237, 2411, 'Roselle', 'NJ'),
(82161, 237, 2411, 'Roselle Park', 'NJ'),
(82162, 237, 2411, 'Rosenhayn', 'NJ'),
(82163, 237, 2411, 'Rumson', 'NJ'),
(82164, 237, 2411, 'Runnemede', 'NJ'),
(82165, 237, 2411, 'Rutherford', 'NJ'),
(82166, 237, 2411, 'Saddle Brook', 'NJ'),
(82167, 237, 2411, 'Saddle River', 'NJ'),
(82168, 237, 2411, 'Salem', 'NJ'),
(82169, 237, 2411, 'Sayreville', 'NJ'),
(82170, 237, 2411, 'Scotch Plains', 'NJ'),
(82171, 237, 2411, 'Sea Girt', 'NJ'),
(82172, 237, 2411, 'Sea Isle City', 'NJ'),
(82173, 237, 2411, 'Seaside Heights', 'NJ'),
(82174, 237, 2411, 'Seaside Park', 'NJ'),
(82175, 237, 2411, 'Secaucus', 'NJ'),
(82176, 237, 2411, 'Sewaren', 'NJ'),
(82177, 237, 2411, 'Sewell', 'NJ'),
(82178, 237, 2411, 'Shiloh', 'NJ'),
(82179, 237, 2411, 'Short Hills', 'NJ'),
(82180, 237, 2411, 'Shrewsbury', 'NJ'),
(82181, 237, 2411, 'Sicklerville', 'NJ'),
(82182, 237, 2411, 'Skillman', 'NJ'),
(82183, 237, 2411, 'Somerdale', 'NJ'),
(82184, 237, 2411, 'Somers Point', 'NJ'),
(82185, 237, 2411, 'Somerset', 'NJ'),
(82186, 237, 2411, 'Somerville', 'NJ'),
(82187, 237, 2411, 'South Amboy', 'NJ');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(82188, 237, 2411, 'South Bound Brook', 'NJ'),
(82189, 237, 2411, 'South Dennis', 'NJ'),
(82190, 237, 2411, 'South Hackensack', 'NJ'),
(82191, 237, 2411, 'South Orange', 'NJ'),
(82192, 237, 2411, 'South Plainfield', 'NJ'),
(82193, 237, 2411, 'South River', 'NJ'),
(82194, 237, 2411, 'South Seaville', 'NJ'),
(82195, 237, 2411, 'Sparta', 'NJ'),
(82196, 237, 2411, 'Spotswood', 'NJ'),
(82197, 237, 2411, 'Spring Lake', 'NJ'),
(82198, 237, 2411, 'Springfield Township', 'NJ'),
(82199, 237, 2411, 'Stanhope', 'NJ'),
(82200, 237, 2411, 'Stewartsville', 'NJ'),
(82201, 237, 2411, 'Stirling', 'NJ'),
(82202, 237, 2411, 'Stockholm', 'NJ'),
(82203, 237, 2411, 'Stockton', 'NJ'),
(82204, 237, 2411, 'Stratford', 'NJ'),
(82205, 237, 2411, 'Succasunna', 'NJ'),
(82206, 237, 2411, 'Summit', 'NJ'),
(82207, 237, 2411, 'Sussex', 'NJ'),
(82208, 237, 2411, 'Swedesboro', 'NJ'),
(82209, 237, 2411, 'Tabor', 'NJ'),
(82210, 237, 2411, 'Teaneck', 'NJ'),
(82211, 237, 2411, 'Tenafly', 'NJ'),
(82212, 237, 2411, 'Teterboro', 'NJ'),
(82213, 237, 2411, 'Thorofare', 'NJ'),
(82214, 237, 2411, 'Three Bridges', 'NJ'),
(82215, 237, 2411, 'Titusville', 'NJ'),
(82216, 237, 2411, 'Toms River', 'NJ'),
(82217, 237, 2411, 'Totowa', 'NJ'),
(82218, 237, 2411, 'Towaco', 'NJ'),
(82219, 237, 2411, 'Trenton', 'NJ'),
(82220, 237, 2411, 'Tuckahoe', 'NJ'),
(82221, 237, 2411, 'Tuckerton', 'NJ'),
(82222, 237, 2411, 'Union City', 'NJ'),
(82223, 237, 2411, 'Union Township', 'NJ'),
(82224, 237, 2411, 'Upper Saddle River', 'NJ'),
(82225, 237, 2411, 'Valley', 'NJ'),
(82226, 237, 2411, 'Vauxhall', 'NJ'),
(82227, 237, 2411, 'Ventnor City', 'NJ'),
(82228, 237, 2411, 'Vernon', 'NJ'),
(82229, 237, 2411, 'Verona', 'NJ'),
(82230, 237, 2411, 'Villas', 'NJ'),
(82231, 237, 2411, 'Vincentown', 'NJ'),
(82232, 237, 2411, 'Vineland', 'NJ'),
(82233, 237, 2411, 'Voorhees Township', 'NJ'),
(82234, 237, 2411, 'Waldwick', 'NJ'),
(82235, 237, 2411, 'Wallington', 'NJ'),
(82236, 237, 2411, 'Wanaque', 'NJ'),
(82237, 237, 2411, 'Waretown', 'NJ'),
(82238, 237, 2411, 'Warren Township', 'NJ'),
(82239, 237, 2411, 'Washington', 'NJ'),
(82240, 237, 2411, 'Washington Township', 'NJ'),
(82241, 237, 2411, 'Watchung', 'NJ'),
(82242, 237, 2411, 'Waterford Works', 'NJ'),
(82243, 237, 2411, 'Wayne', 'NJ'),
(82244, 237, 2411, 'Weehawken', 'NJ'),
(82245, 237, 2411, 'Wenonah', 'NJ'),
(82246, 237, 2411, 'West Berlin', 'NJ'),
(82247, 237, 2411, 'West Creek', 'NJ'),
(82248, 237, 2411, 'West Long Branch', 'NJ'),
(82249, 237, 2411, 'West Milford', 'NJ'),
(82250, 237, 2411, 'West New York', 'NJ'),
(82251, 237, 2411, 'West Orange', 'NJ'),
(82252, 237, 2411, 'Westfield', 'NJ'),
(82253, 237, 2411, 'Westville', 'NJ'),
(82254, 237, 2411, 'Westwood', 'NJ'),
(82255, 237, 2411, 'Wharton', 'NJ'),
(82256, 237, 2411, 'Whippany', 'NJ'),
(82257, 237, 2411, 'Whitehouse', 'NJ'),
(82258, 237, 2411, 'Whitehouse Station', 'NJ'),
(82259, 237, 2411, 'Wildwood', 'NJ'),
(82260, 237, 2411, 'Williamstown', 'NJ'),
(82261, 237, 2411, 'Willingboro', 'NJ'),
(82262, 237, 2411, 'Windsor', 'NJ'),
(82263, 237, 2411, 'Wood-Ridge', 'NJ'),
(82264, 237, 2411, 'Woodbine', 'NJ'),
(82265, 237, 2411, 'Woodbridge', 'NJ'),
(82266, 237, 2411, 'Woodbury', 'NJ'),
(82267, 237, 2411, 'Woodbury Heights', 'NJ'),
(82268, 237, 2411, 'Woodcliff Lake', 'NJ'),
(82269, 237, 2411, 'Woodstown', 'NJ'),
(82270, 237, 2411, 'Wrightstown', 'NJ'),
(82271, 237, 2411, 'Wyckoff', 'NJ'),
(82272, 237, 2412, 'Abiquiu', 'NM'),
(82273, 237, 2412, 'Alamogordo', 'NM'),
(82274, 237, 2412, 'Albuquerque', 'NM'),
(82275, 237, 2412, 'Alcalde', 'NM'),
(82276, 237, 2412, 'Algodones', 'NM'),
(82277, 237, 2412, 'Alto', 'NM'),
(82278, 237, 2412, 'Angel Fire', 'NM'),
(82279, 237, 2412, 'Anthony', 'NM'),
(82280, 237, 2412, 'Anton Chico', 'NM'),
(82281, 237, 2412, 'Arroyo Hondo', 'NM'),
(82282, 237, 2412, 'Artesia', 'NM'),
(82283, 237, 2412, 'Aztec', 'NM'),
(82284, 237, 2412, 'Bayard', 'NM'),
(82285, 237, 2412, 'Belen', 'NM'),
(82286, 237, 2412, 'Bent', 'NM'),
(82287, 237, 2412, 'Bernalillo', 'NM'),
(82288, 237, 2412, 'Bloomfield', 'NM'),
(82289, 237, 2412, 'Bosque Farms', 'NM'),
(82290, 237, 2412, 'Broadview', 'NM'),
(82291, 237, 2412, 'Buena Vista', 'NM'),
(82292, 237, 2412, 'Caballo', 'NM'),
(82293, 237, 2412, 'Canjilon', 'NM'),
(82294, 237, 2412, 'Capitan', 'NM'),
(82295, 237, 2412, 'Carlsbad', 'NM'),
(82296, 237, 2412, 'Carrizozo', 'NM'),
(82297, 237, 2412, 'Casa Blanca', 'NM'),
(82298, 237, 2412, 'Cedar Crest', 'NM'),
(82299, 237, 2412, 'Cerrillos', 'NM'),
(82300, 237, 2412, 'Chama', 'NM'),
(82301, 237, 2412, 'Chamisal', 'NM'),
(82302, 237, 2412, 'Chaparral', 'NM'),
(82303, 237, 2412, 'Cimarron', 'NM'),
(82304, 237, 2412, 'Clayton', 'NM'),
(82305, 237, 2412, 'Cloudcroft', 'NM'),
(82306, 237, 2412, 'Clovis', 'NM'),
(82307, 237, 2412, 'Cochiti Pueblo', 'NM'),
(82308, 237, 2412, 'Continental Divide', 'NM'),
(82309, 237, 2412, 'Cordova', 'NM'),
(82310, 237, 2412, 'Corona', 'NM'),
(82311, 237, 2412, 'Corrales', 'NM'),
(82312, 237, 2412, 'Coyote', 'NM'),
(82313, 237, 2412, 'Crownpoint', 'NM'),
(82314, 237, 2412, 'Cubero', 'NM'),
(82315, 237, 2412, 'Deming', 'NM'),
(82316, 237, 2412, 'Des Moines', 'NM'),
(82317, 237, 2412, 'Dexter', 'NM'),
(82318, 237, 2412, 'Dona Ana', 'NM'),
(82319, 237, 2412, 'Dulce', 'NM'),
(82320, 237, 2412, 'Edgewood', 'NM'),
(82321, 237, 2412, 'El Prado', 'NM'),
(82322, 237, 2412, 'El Rito', 'NM'),
(82323, 237, 2412, 'Elephant Butte', 'NM'),
(82324, 237, 2412, 'Elida', 'NM'),
(82325, 237, 2412, 'Embudo', 'NM'),
(82326, 237, 2412, 'Espanola', 'NM'),
(82327, 237, 2412, 'Estancia', 'NM'),
(82328, 237, 2412, 'Eunice', 'NM'),
(82329, 237, 2412, 'Fairacres', 'NM'),
(82330, 237, 2412, 'Farmington', 'NM'),
(82331, 237, 2412, 'Flora Vista', 'NM'),
(82332, 237, 2412, 'Floyd', 'NM'),
(82333, 237, 2412, 'Fort Sumner', 'NM'),
(82334, 237, 2412, 'Fruitland', 'NM'),
(82335, 237, 2412, 'Gallup', 'NM'),
(82336, 237, 2412, 'Gila', 'NM'),
(82337, 237, 2412, 'Glorieta', 'NM'),
(82338, 237, 2412, 'Grants', 'NM'),
(82339, 237, 2412, 'Grenville', 'NM'),
(82340, 237, 2412, 'Guadalupita', 'NM'),
(82341, 237, 2412, 'Hanover', 'NM'),
(82342, 237, 2412, 'Hatch', 'NM'),
(82343, 237, 2412, 'Hobbs', 'NM'),
(82344, 237, 2412, 'Holloman Air Force Base', 'NM'),
(82345, 237, 2412, 'House', 'NM'),
(82346, 237, 2412, 'Hurley', 'NM'),
(82347, 237, 2412, 'Isleta', 'NM'),
(82348, 237, 2412, 'Jal', 'NM'),
(82349, 237, 2412, 'Jemez Pueblo', 'NM'),
(82350, 237, 2412, 'Jemez Springs', 'NM'),
(82351, 237, 2412, 'Kirtland', 'NM'),
(82352, 237, 2412, 'La Luz', 'NM'),
(82353, 237, 2412, 'La Mesa', 'NM'),
(82354, 237, 2412, 'La Plata', 'NM'),
(82355, 237, 2412, 'Laguna', 'NM'),
(82356, 237, 2412, 'Las Cruces', 'NM'),
(82357, 237, 2412, 'Las Vegas', 'NM'),
(82358, 237, 2412, 'Logan', 'NM'),
(82359, 237, 2412, 'Lordsburg', 'NM'),
(82360, 237, 2412, 'Los Alamos', 'NM'),
(82361, 237, 2412, 'Los Lunas', 'NM'),
(82362, 237, 2412, 'Lovington', 'NM'),
(82363, 237, 2412, 'Luna', 'NM'),
(82364, 237, 2412, 'Magdalena', 'NM'),
(82365, 237, 2412, 'Medanales', 'NM'),
(82366, 237, 2412, 'Melrose', 'NM'),
(82367, 237, 2412, 'Mescalero', 'NM'),
(82368, 237, 2412, 'Mesilla', 'NM'),
(82369, 237, 2412, 'Mesilla Park', 'NM'),
(82370, 237, 2412, 'Milan', 'NM'),
(82371, 237, 2412, 'Mora', 'NM'),
(82372, 237, 2412, 'Moriarty', 'NM'),
(82373, 237, 2412, 'Mosquero', 'NM'),
(82374, 237, 2412, 'Mountainair', 'NM'),
(82375, 237, 2412, 'Nara Visa', 'NM'),
(82376, 237, 2412, 'Navajo', 'NM'),
(82377, 237, 2412, 'Newcomb', 'NM'),
(82378, 237, 2412, 'Nogal', 'NM'),
(82379, 237, 2412, 'Ojo Caliente', 'NM'),
(82380, 237, 2412, 'Organ', 'NM'),
(82381, 237, 2412, 'Pecos', 'NM'),
(82382, 237, 2412, 'Penasco', 'NM'),
(82383, 237, 2412, 'Peralta', 'NM'),
(82384, 237, 2412, 'Pinehill', 'NM'),
(82385, 237, 2412, 'Placitas', 'NM'),
(82386, 237, 2412, 'Polvadera', 'NM'),
(82387, 237, 2412, 'Ponderosa', 'NM'),
(82388, 237, 2412, 'Portales', 'NM'),
(82389, 237, 2412, 'Prewitt', 'NM'),
(82390, 237, 2412, 'Quemado', 'NM'),
(82391, 237, 2412, 'Questa', 'NM'),
(82392, 237, 2412, 'Rainsville', 'NM'),
(82393, 237, 2412, 'Ramah', 'NM'),
(82394, 237, 2412, 'Ranchos de Taos', 'NM'),
(82395, 237, 2412, 'Raton', 'NM'),
(82396, 237, 2412, 'Red River', 'NM'),
(82397, 237, 2412, 'Reserve', 'NM'),
(82398, 237, 2412, 'Ribera', 'NM'),
(82399, 237, 2412, 'Rio Rancho', 'NM'),
(82400, 237, 2412, 'Rociada', 'NM'),
(82401, 237, 2412, 'Rodeo', 'NM'),
(82402, 237, 2412, 'Roswell', 'NM'),
(82403, 237, 2412, 'Roy', 'NM'),
(82404, 237, 2412, 'Ruidoso', 'NM'),
(82405, 237, 2412, 'Ruidoso Downs', 'NM'),
(82406, 237, 2412, 'Salem', 'NM'),
(82407, 237, 2412, 'San Fidel', 'NM'),
(82408, 237, 2412, 'San Jose', 'NM'),
(82409, 237, 2412, 'San Juan Pueblo', 'NM'),
(82410, 237, 2412, 'Sandia Park', 'NM'),
(82411, 237, 2412, 'Sanostee', 'NM'),
(82412, 237, 2412, 'Santa Cruz', 'NM'),
(82413, 237, 2412, 'Santa Fe', 'NM'),
(82414, 237, 2412, 'Santa Rosa', 'NM'),
(82415, 237, 2412, 'Santa Teresa', 'NM'),
(82416, 237, 2412, 'Sheep Springs', 'NM'),
(82417, 237, 2412, 'Shiprock', 'NM'),
(82418, 237, 2412, 'Silver City', 'NM'),
(82419, 237, 2412, 'Socorro', 'NM'),
(82420, 237, 2412, 'Springer', 'NM'),
(82421, 237, 2412, 'Stanley', 'NM'),
(82422, 237, 2412, 'Sunland Park', 'NM'),
(82423, 237, 2412, 'Taos', 'NM'),
(82424, 237, 2412, 'Taos Ski Valley', 'NM'),
(82425, 237, 2412, 'Tatum', 'NM'),
(82426, 237, 2412, 'Tesuque', 'NM'),
(82427, 237, 2412, 'Texico', 'NM'),
(82428, 237, 2412, 'Thoreau', 'NM'),
(82429, 237, 2412, 'Tijeras', 'NM'),
(82430, 237, 2412, 'Timberon', 'NM'),
(82431, 237, 2412, 'Tohatchi', 'NM'),
(82432, 237, 2412, 'Torreon', 'NM'),
(82433, 237, 2412, 'Truchas', 'NM'),
(82434, 237, 2412, 'Truth or Consequences', 'NM'),
(82435, 237, 2412, 'Tucumcari', 'NM'),
(82436, 237, 2412, 'Tularosa', 'NM'),
(82437, 237, 2412, 'Tyrone', 'NM'),
(82438, 237, 2412, 'Vadito', 'NM'),
(82439, 237, 2412, 'Vado', 'NM'),
(82440, 237, 2412, 'Valdez', 'NM'),
(82441, 237, 2412, 'Vanderwagen', 'NM'),
(82442, 237, 2412, 'Vaughn', 'NM'),
(82443, 237, 2412, 'Veguita', 'NM'),
(82444, 237, 2412, 'Velarde', 'NM'),
(82445, 237, 2412, 'Villanueva', 'NM'),
(82446, 237, 2412, 'White Sands', 'NM'),
(82447, 237, 2412, 'Zuni', 'NM'),
(82448, 237, 2413, 'Accord', 'NY'),
(82449, 237, 2413, 'Adams', 'NY'),
(82450, 237, 2413, 'Addison', 'NY'),
(82451, 237, 2413, 'Adirondack', 'NY'),
(82452, 237, 2413, 'Afton', 'NY'),
(82453, 237, 2413, 'Akron', 'NY'),
(82454, 237, 2413, 'Albany', 'NY'),
(82455, 237, 2413, 'Albertson', 'NY'),
(82456, 237, 2413, 'Albion', 'NY'),
(82457, 237, 2413, 'Alden', 'NY'),
(82458, 237, 2413, 'Alexandria Bay', 'NY'),
(82459, 237, 2413, 'Alfred', 'NY'),
(82460, 237, 2413, 'Alfred Station', 'NY'),
(82461, 237, 2413, 'Allegany', 'NY'),
(82462, 237, 2413, 'Alpine', 'NY'),
(82463, 237, 2413, 'Altamont', 'NY'),
(82464, 237, 2413, 'Altmar', 'NY'),
(82465, 237, 2413, 'Altona', 'NY'),
(82466, 237, 2413, 'Amagansett', 'NY'),
(82467, 237, 2413, 'Amawalk', 'NY'),
(82468, 237, 2413, 'Amenia', 'NY'),
(82469, 237, 2413, 'Amityville', 'NY'),
(82470, 237, 2413, 'Amsterdam', 'NY'),
(82471, 237, 2413, 'Ancram', 'NY'),
(82472, 237, 2413, 'Andes', 'NY'),
(82473, 237, 2413, 'Angola', 'NY'),
(82474, 237, 2413, 'Annandale-on-Hudson', 'NY'),
(82475, 237, 2413, 'Antwerp', 'NY'),
(82476, 237, 2413, 'Apalachin', 'NY'),
(82477, 237, 2413, 'Aquebogue', 'NY'),
(82478, 237, 2413, 'Arcade', 'NY'),
(82479, 237, 2413, 'Ardsley', 'NY'),
(82480, 237, 2413, 'Argyle', 'NY'),
(82481, 237, 2413, 'Arkport', 'NY'),
(82482, 237, 2413, 'Arkville', 'NY'),
(82483, 237, 2413, 'Armonk', 'NY'),
(82484, 237, 2413, 'Arverne', 'NY'),
(82485, 237, 2413, 'Ashville', 'NY'),
(82486, 237, 2413, 'Astoria', 'NY'),
(82487, 237, 2413, 'Athens', 'NY'),
(82488, 237, 2413, 'Atlantic Beach', 'NY'),
(82489, 237, 2413, 'Attica', 'NY'),
(82490, 237, 2413, 'Au Sable Forks', 'NY'),
(82491, 237, 2413, 'Auburn', 'NY'),
(82492, 237, 2413, 'Aurora', 'NY'),
(82493, 237, 2413, 'Ava', 'NY'),
(82494, 237, 2413, 'Averill Park', 'NY'),
(82495, 237, 2413, 'Avoca', 'NY'),
(82496, 237, 2413, 'Avon', 'NY'),
(82497, 237, 2413, 'Babylon', 'NY'),
(82498, 237, 2413, 'Bainbridge', 'NY'),
(82499, 237, 2413, 'Baldwin', 'NY'),
(82500, 237, 2413, 'Baldwin Place', 'NY'),
(82501, 237, 2413, 'Baldwinsville', 'NY'),
(82502, 237, 2413, 'Ballston Lake', 'NY'),
(82503, 237, 2413, 'Ballston Spa', 'NY'),
(82504, 237, 2413, 'Barneveld', 'NY'),
(82505, 237, 2413, 'Barryville', 'NY'),
(82506, 237, 2413, 'Barton', 'NY'),
(82507, 237, 2413, 'Basom', 'NY'),
(82508, 237, 2413, 'Batavia', 'NY'),
(82509, 237, 2413, 'Bath', 'NY'),
(82510, 237, 2413, 'Bay Shore', 'NY'),
(82511, 237, 2413, 'Bayport', 'NY'),
(82512, 237, 2413, 'Bayside', 'NY'),
(82513, 237, 2413, 'Bayville', 'NY'),
(82514, 237, 2413, 'Beacon', 'NY'),
(82515, 237, 2413, 'Beaver Dams', 'NY'),
(82516, 237, 2413, 'Beaver Falls', 'NY'),
(82517, 237, 2413, 'Bedford', 'NY'),
(82518, 237, 2413, 'Bedford Hills', 'NY'),
(82519, 237, 2413, 'Bellerose', 'NY'),
(82520, 237, 2413, 'Bellmore', 'NY'),
(82521, 237, 2413, 'Bellport', 'NY'),
(82522, 237, 2413, 'Belmont', 'NY'),
(82523, 237, 2413, 'Bemus Point', 'NY'),
(82524, 237, 2413, 'Bergen', 'NY'),
(82525, 237, 2413, 'Berkshire', 'NY'),
(82526, 237, 2413, 'Berne', 'NY'),
(82527, 237, 2413, 'Bernhards Bay', 'NY'),
(82528, 237, 2413, 'Bethpage', 'NY'),
(82529, 237, 2413, 'Big Flats', 'NY'),
(82530, 237, 2413, 'Big Indian', 'NY'),
(82531, 237, 2413, 'Binghamton', 'NY'),
(82532, 237, 2413, 'Blauvelt', 'NY'),
(82533, 237, 2413, 'Bliss', 'NY'),
(82534, 237, 2413, 'Blodgett Mills', 'NY'),
(82535, 237, 2413, 'Blooming Grove', 'NY'),
(82536, 237, 2413, 'Bloomingburg', 'NY'),
(82537, 237, 2413, 'Blossvale', 'NY'),
(82538, 237, 2413, 'Blue Mountain Lake', 'NY'),
(82539, 237, 2413, 'Blue Point', 'NY'),
(82540, 237, 2413, 'Bohemia', 'NY'),
(82541, 237, 2413, 'Boiceville', 'NY'),
(82542, 237, 2413, 'Bolivar', 'NY'),
(82543, 237, 2413, 'Bolton Landing', 'NY'),
(82544, 237, 2413, 'Boonville', 'NY'),
(82545, 237, 2413, 'Boston', 'NY'),
(82546, 237, 2413, 'Bovina Center', 'NY'),
(82547, 237, 2413, 'Bowmansville', 'NY'),
(82548, 237, 2413, 'Bradford', 'NY'),
(82549, 237, 2413, 'Branchport', 'NY'),
(82550, 237, 2413, 'Brant Lake', 'NY'),
(82551, 237, 2413, 'Brasher Falls', 'NY'),
(82552, 237, 2413, 'Breezy Point', 'NY'),
(82553, 237, 2413, 'Brentwood', 'NY'),
(82554, 237, 2413, 'Brewerton', 'NY'),
(82555, 237, 2413, 'Brewster', 'NY'),
(82556, 237, 2413, 'Briarcliff Manor', 'NY'),
(82557, 237, 2413, 'Bridgehampton', 'NY'),
(82558, 237, 2413, 'Bridgeport', 'NY'),
(82559, 237, 2413, 'Bridgewater', 'NY'),
(82560, 237, 2413, 'Brightwaters', 'NY'),
(82561, 237, 2413, 'Broadalbin', 'NY'),
(82562, 237, 2413, 'Brockport', 'NY'),
(82563, 237, 2413, 'Brocton', 'NY'),
(82564, 237, 2413, 'Bronxville', 'NY'),
(82565, 237, 2413, 'Brookhaven', 'NY'),
(82566, 237, 2413, 'Brooklyn', 'NY'),
(82567, 237, 2413, 'Brooktondale', 'NY'),
(82568, 237, 2413, 'Brushton', 'NY'),
(82569, 237, 2413, 'Buchanan', 'NY'),
(82570, 237, 2413, 'Buffalo', 'NY'),
(82571, 237, 2413, 'Burdett', 'NY'),
(82572, 237, 2413, 'Burke', 'NY'),
(82573, 237, 2413, 'Burlington Flats', 'NY'),
(82574, 237, 2413, 'Burnt Hills', 'NY'),
(82575, 237, 2413, 'Buskirk', 'NY'),
(82576, 237, 2413, 'Byron', 'NY'),
(82577, 237, 2413, 'Cadyville', 'NY'),
(82578, 237, 2413, 'Cairo', 'NY'),
(82579, 237, 2413, 'Caledonia', 'NY'),
(82580, 237, 2413, 'Callicoon', 'NY'),
(82581, 237, 2413, 'Calverton', 'NY'),
(82582, 237, 2413, 'Cambria Heights', 'NY'),
(82583, 237, 2413, 'Cambridge', 'NY'),
(82584, 237, 2413, 'Camden', 'NY'),
(82585, 237, 2413, 'Cameron Mills', 'NY'),
(82586, 237, 2413, 'Camillus', 'NY'),
(82587, 237, 2413, 'Campbell', 'NY'),
(82588, 237, 2413, 'Campbell Hall', 'NY'),
(82589, 237, 2413, 'Canaan', 'NY'),
(82590, 237, 2413, 'Canajoharie', 'NY'),
(82591, 237, 2413, 'Canandaigua', 'NY'),
(82592, 237, 2413, 'Canaseraga', 'NY'),
(82593, 237, 2413, 'Canastota', 'NY'),
(82594, 237, 2413, 'Candor', 'NY'),
(82595, 237, 2413, 'Caneadea', 'NY'),
(82596, 237, 2413, 'Canisteo', 'NY'),
(82597, 237, 2413, 'Canton', 'NY'),
(82598, 237, 2413, 'Cape Vincent', 'NY'),
(82599, 237, 2413, 'Carle Place', 'NY'),
(82600, 237, 2413, 'Carmel', 'NY'),
(82601, 237, 2413, 'Carthage', 'NY'),
(82602, 237, 2413, 'Cassadaga', 'NY'),
(82603, 237, 2413, 'Cassville', 'NY'),
(82604, 237, 2413, 'Castile', 'NY'),
(82605, 237, 2413, 'Castle Creek', 'NY'),
(82606, 237, 2413, 'Castleton-on-Hudson', 'NY'),
(82607, 237, 2413, 'Cato', 'NY'),
(82608, 237, 2413, 'Catskill', 'NY'),
(82609, 237, 2413, 'Cattaraugus', 'NY'),
(82610, 237, 2413, 'Cayuga', 'NY'),
(82611, 237, 2413, 'Cazenovia', 'NY'),
(82612, 237, 2413, 'Cedarhurst', 'NY'),
(82613, 237, 2413, 'Celoron', 'NY'),
(82614, 237, 2413, 'Center Moriches', 'NY'),
(82615, 237, 2413, 'Centereach', 'NY'),
(82616, 237, 2413, 'Centerport', 'NY'),
(82617, 237, 2413, 'Central Bridge', 'NY'),
(82618, 237, 2413, 'Central Islip', 'NY'),
(82619, 237, 2413, 'Central Square', 'NY'),
(82620, 237, 2413, 'Central Valley', 'NY'),
(82621, 237, 2413, 'Champlain', 'NY'),
(82622, 237, 2413, 'Chappaqua', 'NY'),
(82623, 237, 2413, 'Chateaugay', 'NY'),
(82624, 237, 2413, 'Chatham', 'NY'),
(82625, 237, 2413, 'Chaumont', 'NY'),
(82626, 237, 2413, 'Chazy', 'NY'),
(82627, 237, 2413, 'Chelsea', 'NY'),
(82628, 237, 2413, 'Chenango Forks', 'NY'),
(82629, 237, 2413, 'Cherry Creek', 'NY'),
(82630, 237, 2413, 'Cherry Valley', 'NY'),
(82631, 237, 2413, 'Chester', 'NY'),
(82632, 237, 2413, 'Chestertown', 'NY'),
(82633, 237, 2413, 'Chittenango', 'NY'),
(82634, 237, 2413, 'Churchville', 'NY'),
(82635, 237, 2413, 'Cicero', 'NY'),
(82636, 237, 2413, 'Cincinnatus', 'NY'),
(82637, 237, 2413, 'Circleville', 'NY'),
(82638, 237, 2413, 'Clarence', 'NY'),
(82639, 237, 2413, 'Clark Mills', 'NY'),
(82640, 237, 2413, 'Clarksville', 'NY'),
(82641, 237, 2413, 'Claryville', 'NY'),
(82642, 237, 2413, 'Clay', 'NY'),
(82643, 237, 2413, 'Clayton', 'NY'),
(82644, 237, 2413, 'Cleveland', 'NY'),
(82645, 237, 2413, 'Clifton Park', 'NY'),
(82646, 237, 2413, 'Clifton Springs', 'NY'),
(82647, 237, 2413, 'Climax', 'NY'),
(82648, 237, 2413, 'Clinton', 'NY'),
(82649, 237, 2413, 'Clinton Corners', 'NY'),
(82650, 237, 2413, 'Clintondale', 'NY'),
(82651, 237, 2413, 'Clyde', 'NY'),
(82652, 237, 2413, 'Clymer', 'NY'),
(82653, 237, 2413, 'Cobleskill', 'NY'),
(82654, 237, 2413, 'Cochecton', 'NY'),
(82655, 237, 2413, 'Coeymans Hollow', 'NY'),
(82656, 237, 2413, 'Cohocton', 'NY'),
(82657, 237, 2413, 'Cohoes', 'NY'),
(82658, 237, 2413, 'Cold Brook', 'NY'),
(82659, 237, 2413, 'Cold Spring', 'NY'),
(82660, 237, 2413, 'Cold Spring Harbor', 'NY'),
(82661, 237, 2413, 'Colden', 'NY'),
(82662, 237, 2413, 'College Point', 'NY'),
(82663, 237, 2413, 'Colliersville', 'NY'),
(82664, 237, 2413, 'Collins', 'NY'),
(82665, 237, 2413, 'Colton', 'NY'),
(82666, 237, 2413, 'Commack', 'NY'),
(82667, 237, 2413, 'Conesus', 'NY'),
(82668, 237, 2413, 'Congers', 'NY'),
(82669, 237, 2413, 'Conklin', 'NY'),
(82670, 237, 2413, 'Constantia', 'NY'),
(82671, 237, 2413, 'Cooperstown', 'NY'),
(82672, 237, 2413, 'Copake', 'NY'),
(82673, 237, 2413, 'Copenhagen', 'NY'),
(82674, 237, 2413, 'Copiague', 'NY'),
(82675, 237, 2413, 'Coram', 'NY'),
(82676, 237, 2413, 'Corfu', 'NY'),
(82677, 237, 2413, 'Corinth', 'NY'),
(82678, 237, 2413, 'Corning', 'NY'),
(82679, 237, 2413, 'Cornwall-on-Hudson', 'NY'),
(82680, 237, 2413, 'Corona', 'NY'),
(82681, 237, 2413, 'Cortland', 'NY'),
(82682, 237, 2413, 'Coxsackie', 'NY'),
(82683, 237, 2413, 'Craryville', 'NY'),
(82684, 237, 2413, 'Crompond', 'NY'),
(82685, 237, 2413, 'Cropseyville', 'NY'),
(82686, 237, 2413, 'Cross River', 'NY'),
(82687, 237, 2413, 'Croton-on-Hudson', 'NY'),
(82688, 237, 2413, 'Crown Point', 'NY'),
(82689, 237, 2413, 'Cuba', 'NY'),
(82690, 237, 2413, 'Cuddebackville', 'NY'),
(82691, 237, 2413, 'Cutchogue', 'NY'),
(82692, 237, 2413, 'Dale', 'NY'),
(82693, 237, 2413, 'Dalton', 'NY'),
(82694, 237, 2413, 'Dannemora', 'NY'),
(82695, 237, 2413, 'Dansville', 'NY'),
(82696, 237, 2413, 'Darien Center', 'NY'),
(82697, 237, 2413, 'Davenport Center', 'NY'),
(82698, 237, 2413, 'De Kalb Junction', 'NY'),
(82699, 237, 2413, 'De Lancey', 'NY'),
(82700, 237, 2413, 'Deansboro', 'NY'),
(82701, 237, 2413, 'Deer Park', 'NY'),
(82702, 237, 2413, 'Delanson', 'NY'),
(82703, 237, 2413, 'Delevan', 'NY'),
(82704, 237, 2413, 'Delhi', 'NY'),
(82705, 237, 2413, 'Delmar', 'NY'),
(82706, 237, 2413, 'Depew', 'NY'),
(82707, 237, 2413, 'Deposit', 'NY'),
(82708, 237, 2413, 'Derby', 'NY'),
(82709, 237, 2413, 'DeRuyter', 'NY'),
(82710, 237, 2413, 'Dexter', 'NY'),
(82711, 237, 2413, 'Dobbs Ferry', 'NY'),
(82712, 237, 2413, 'Dodgewood', 'NY'),
(82713, 237, 2413, 'Dolgeville', 'NY'),
(82714, 237, 2413, 'Dover Plains', 'NY'),
(82715, 237, 2413, 'Downsville', 'NY'),
(82716, 237, 2413, 'Dryden', 'NY'),
(82717, 237, 2413, 'Duanesburg', 'NY'),
(82718, 237, 2413, 'Dundee', 'NY'),
(82719, 237, 2413, 'Dunkirk', 'NY'),
(82720, 237, 2413, 'Durhamville', 'NY'),
(82721, 237, 2413, 'Earlton', 'NY'),
(82722, 237, 2413, 'Earlville', 'NY'),
(82723, 237, 2413, 'East Amherst', 'NY'),
(82724, 237, 2413, 'East Aurora', 'NY'),
(82725, 237, 2413, 'East Berne', 'NY'),
(82726, 237, 2413, 'East Branch', 'NY'),
(82727, 237, 2413, 'East Chatham', 'NY'),
(82728, 237, 2413, 'East Concord', 'NY'),
(82729, 237, 2413, 'East Durham', 'NY'),
(82730, 237, 2413, 'East Elmhurst', 'NY'),
(82731, 237, 2413, 'East Greenbush', 'NY'),
(82732, 237, 2413, 'East Hampton', 'NY'),
(82733, 237, 2413, 'East Islip', 'NY'),
(82734, 237, 2413, 'East Marion', 'NY'),
(82735, 237, 2413, 'East Meadow', 'NY'),
(82736, 237, 2413, 'East Meredith', 'NY'),
(82737, 237, 2413, 'East Moriches', 'NY'),
(82738, 237, 2413, 'East Nassau', 'NY'),
(82739, 237, 2413, 'East Northport', 'NY'),
(82740, 237, 2413, 'East Norwich', 'NY'),
(82741, 237, 2413, 'East Pharsalia', 'NY'),
(82742, 237, 2413, 'East Quogue', 'NY'),
(82743, 237, 2413, 'East Rochester', 'NY'),
(82744, 237, 2413, 'East Rockaway', 'NY'),
(82745, 237, 2413, 'East Schodack', 'NY'),
(82746, 237, 2413, 'East Setauket', 'NY'),
(82747, 237, 2413, 'East Syracuse', 'NY'),
(82748, 237, 2413, 'Eastchester', 'NY'),
(82749, 237, 2413, 'Eastport', 'NY'),
(82750, 237, 2413, 'Eaton', 'NY'),
(82751, 237, 2413, 'Eden', 'NY'),
(82752, 237, 2413, 'Edmeston', 'NY'),
(82753, 237, 2413, 'Edwards', 'NY'),
(82754, 237, 2413, 'Elbridge', 'NY'),
(82755, 237, 2413, 'Eldred', 'NY'),
(82756, 237, 2413, 'Elizabethtown', 'NY'),
(82757, 237, 2413, 'Elizaville', 'NY'),
(82758, 237, 2413, 'Ellenburg Center', 'NY'),
(82759, 237, 2413, 'Ellenville', 'NY'),
(82760, 237, 2413, 'Elma', 'NY'),
(82761, 237, 2413, 'Elmhurst', 'NY'),
(82762, 237, 2413, 'Elmira', 'NY'),
(82763, 237, 2413, 'Elmont', 'NY'),
(82764, 237, 2413, 'Elmsford', 'NY'),
(82765, 237, 2413, 'Endicott', 'NY'),
(82766, 237, 2413, 'Erin', 'NY'),
(82767, 237, 2413, 'Esperance', 'NY'),
(82768, 237, 2413, 'Essex', 'NY'),
(82769, 237, 2413, 'Evans Mills', 'NY'),
(82770, 237, 2413, 'Fabius', 'NY'),
(82771, 237, 2413, 'Fairport', 'NY'),
(82772, 237, 2413, 'Falconer', 'NY'),
(82773, 237, 2413, 'Fallsburg', 'NY'),
(82774, 237, 2413, 'Far Rockaway', 'NY'),
(82775, 237, 2413, 'Farmingdale', 'NY'),
(82776, 237, 2413, 'Farmington', 'NY'),
(82777, 237, 2413, 'Farmingville', 'NY'),
(82778, 237, 2413, 'Fayetteville', 'NY'),
(82779, 237, 2413, 'Feura Bush', 'NY'),
(82780, 237, 2413, 'Fillmore', 'NY'),
(82781, 237, 2413, 'Findley Lake', 'NY'),
(82782, 237, 2413, 'Fishers', 'NY'),
(82783, 237, 2413, 'Fishers Island', 'NY'),
(82784, 237, 2413, 'Fishers Landing', 'NY'),
(82785, 237, 2413, 'Fishkill', 'NY'),
(82786, 237, 2413, 'Fleischmanns', 'NY'),
(82787, 237, 2413, 'Floral Park', 'NY'),
(82788, 237, 2413, 'Florida', 'NY'),
(82789, 237, 2413, 'Flushing', 'NY'),
(82790, 237, 2413, 'Fonda', 'NY'),
(82791, 237, 2413, 'Forest Hills', 'NY'),
(82792, 237, 2413, 'Forestport', 'NY'),
(82793, 237, 2413, 'Fort Covington', 'NY'),
(82794, 237, 2413, 'Fort Drum', 'NY'),
(82795, 237, 2413, 'Fort Edward', 'NY'),
(82796, 237, 2413, 'Fort Johnson', 'NY'),
(82797, 237, 2413, 'Fort Montgomery', 'NY'),
(82798, 237, 2413, 'Fort Plain', 'NY'),
(82799, 237, 2413, 'Frankfort', 'NY'),
(82800, 237, 2413, 'Franklin', 'NY'),
(82801, 237, 2413, 'Franklin Square', 'NY'),
(82802, 237, 2413, 'Franklinville', 'NY'),
(82803, 237, 2413, 'Fredonia', 'NY'),
(82804, 237, 2413, 'Freehold', 'NY'),
(82805, 237, 2413, 'Freeport', 'NY'),
(82806, 237, 2413, 'Freeville', 'NY'),
(82807, 237, 2413, 'Fresh Meadows', 'NY'),
(82808, 237, 2413, 'Frewsburg', 'NY'),
(82809, 237, 2413, 'Friendship', 'NY'),
(82810, 237, 2413, 'Fulton', 'NY'),
(82811, 237, 2413, 'Fultonville', 'NY'),
(82812, 237, 2413, 'Gainesville', 'NY'),
(82813, 237, 2413, 'Gansevoort', 'NY'),
(82814, 237, 2413, 'Garden City', 'NY'),
(82815, 237, 2413, 'Gardiner', 'NY'),
(82816, 237, 2413, 'Garnerville', 'NY'),
(82817, 237, 2413, 'Garrattsville', 'NY'),
(82818, 237, 2413, 'Garrison', 'NY'),
(82819, 237, 2413, 'Gasport', 'NY'),
(82820, 237, 2413, 'Geneseo', 'NY'),
(82821, 237, 2413, 'Geneva', 'NY'),
(82822, 237, 2413, 'Georgetown', 'NY'),
(82823, 237, 2413, 'Germantown', 'NY'),
(82824, 237, 2413, 'Gerry', 'NY'),
(82825, 237, 2413, 'Getzville', 'NY'),
(82826, 237, 2413, 'Ghent', 'NY'),
(82827, 237, 2413, 'Gilbertsville', 'NY'),
(82828, 237, 2413, 'Gilboa', 'NY'),
(82829, 237, 2413, 'Glen Cove', 'NY'),
(82830, 237, 2413, 'Glen Head', 'NY'),
(82831, 237, 2413, 'Glen Oaks', 'NY'),
(82832, 237, 2413, 'Glen Spey', 'NY'),
(82833, 237, 2413, 'Glenfield', 'NY'),
(82834, 237, 2413, 'Glenham', 'NY'),
(82835, 237, 2413, 'Glenmont', 'NY'),
(82836, 237, 2413, 'Glens Falls', 'NY'),
(82837, 237, 2413, 'Glenwood', 'NY'),
(82838, 237, 2413, 'Glenwood Landing', 'NY'),
(82839, 237, 2413, 'Gloversville', 'NY'),
(82840, 237, 2413, 'Goldens Bridge', 'NY'),
(82841, 237, 2413, 'Goshen', 'NY'),
(82842, 237, 2413, 'Gouverneur', 'NY'),
(82843, 237, 2413, 'Gowanda', 'NY'),
(82844, 237, 2413, 'Grand Island', 'NY'),
(82845, 237, 2413, 'Granville', 'NY'),
(82846, 237, 2413, 'Great Neck', 'NY'),
(82847, 237, 2413, 'Great River', 'NY'),
(82848, 237, 2413, 'Great Valley', 'NY'),
(82849, 237, 2413, 'Greene', 'NY'),
(82850, 237, 2413, 'Greenfield Center', 'NY'),
(82851, 237, 2413, 'Greenhurst', 'NY'),
(82852, 237, 2413, 'Greenlawn', 'NY'),
(82853, 237, 2413, 'Greenport', 'NY'),
(82854, 237, 2413, 'Greenvale', 'NY'),
(82855, 237, 2413, 'Greenville', 'NY'),
(82856, 237, 2413, 'Greenwich', 'NY'),
(82857, 237, 2413, 'Greenwood Lake', 'NY'),
(82858, 237, 2413, 'Groton', 'NY'),
(82859, 237, 2413, 'Guilderland', 'NY'),
(82860, 237, 2413, 'Guilford', 'NY'),
(82861, 237, 2413, 'Hadley', 'NY'),
(82862, 237, 2413, 'Hagaman', 'NY'),
(82863, 237, 2413, 'Hailesboro', 'NY'),
(82864, 237, 2413, 'Halcottsville', 'NY'),
(82865, 237, 2413, 'Hamburg', 'NY'),
(82866, 237, 2413, 'Hamilton', 'NY'),
(82867, 237, 2413, 'Hamlin', 'NY'),
(82868, 237, 2413, 'Hammond', 'NY'),
(82869, 237, 2413, 'Hammondsport', 'NY'),
(82870, 237, 2413, 'Hampton Bays', 'NY'),
(82871, 237, 2413, 'Hancock', 'NY'),
(82872, 237, 2413, 'Hannacroix', 'NY'),
(82873, 237, 2413, 'Hannawa Falls', 'NY'),
(82874, 237, 2413, 'Hannibal', 'NY'),
(82875, 237, 2413, 'Harford', 'NY'),
(82876, 237, 2413, 'Harpursville', 'NY'),
(82877, 237, 2413, 'Harriman', 'NY'),
(82878, 237, 2413, 'Harrison', 'NY'),
(82879, 237, 2413, 'Harrisville', 'NY'),
(82880, 237, 2413, 'Hartford', 'NY'),
(82881, 237, 2413, 'Hartsdale', 'NY'),
(82882, 237, 2413, 'Hastings', 'NY'),
(82883, 237, 2413, 'Hastings-on-Hudson', 'NY'),
(82884, 237, 2413, 'Hauppauge', 'NY'),
(82885, 237, 2413, 'Haverstraw', 'NY'),
(82886, 237, 2413, 'Hawthorne', 'NY'),
(82887, 237, 2413, 'Hector', 'NY'),
(82888, 237, 2413, 'Hemlock', 'NY'),
(82889, 237, 2413, 'Hempstead', 'NY'),
(82890, 237, 2413, 'Henderson Harbor', 'NY'),
(82891, 237, 2413, 'Henrietta', 'NY'),
(82892, 237, 2413, 'Herkimer', 'NY'),
(82893, 237, 2413, 'Hermon', 'NY'),
(82894, 237, 2413, 'Heuvelton', 'NY'),
(82895, 237, 2413, 'Hewlett', 'NY'),
(82896, 237, 2413, 'Hicksville', 'NY'),
(82897, 237, 2413, 'High Falls', 'NY'),
(82898, 237, 2413, 'Highland', 'NY'),
(82899, 237, 2413, 'Highland Falls', 'NY'),
(82900, 237, 2413, 'Highland Mills', 'NY'),
(82901, 237, 2413, 'Highmount', 'NY'),
(82902, 237, 2413, 'Hillburn', 'NY'),
(82903, 237, 2413, 'Hillsdale', 'NY'),
(82904, 237, 2413, 'Hilton', 'NY'),
(82905, 237, 2413, 'Himrod', 'NY'),
(82906, 237, 2413, 'Hogansburg', 'NY'),
(82907, 237, 2413, 'Holbrook', 'NY'),
(82908, 237, 2413, 'Holland', 'NY'),
(82909, 237, 2413, 'Holland Patent', 'NY'),
(82910, 237, 2413, 'Holley', 'NY'),
(82911, 237, 2413, 'Hollis', 'NY'),
(82912, 237, 2413, 'Holmes', 'NY'),
(82913, 237, 2413, 'Holtsville', 'NY'),
(82914, 237, 2413, 'Homer', 'NY'),
(82915, 237, 2413, 'Honeoye', 'NY'),
(82916, 237, 2413, 'Honeoye Falls', 'NY'),
(82917, 237, 2413, 'Hoosick', 'NY'),
(82918, 237, 2413, 'Hoosick Falls', 'NY'),
(82919, 237, 2413, 'Hopewell Junction', 'NY'),
(82920, 237, 2413, 'Hornell', 'NY'),
(82921, 237, 2413, 'Horseheads', 'NY'),
(82922, 237, 2413, 'Houghton', 'NY'),
(82923, 237, 2413, 'Howard Beach', 'NY'),
(82924, 237, 2413, 'Howes Cave', 'NY'),
(82925, 237, 2413, 'Hubbardsville', 'NY'),
(82926, 237, 2413, 'Hudson', 'NY'),
(82927, 237, 2413, 'Hudson Falls', 'NY'),
(82928, 237, 2413, 'Hughsonville', 'NY'),
(82929, 237, 2413, 'Huguenot', 'NY'),
(82930, 237, 2413, 'Hume', 'NY'),
(82931, 237, 2413, 'Hunt', 'NY'),
(82932, 237, 2413, 'Hunter', 'NY'),
(82933, 237, 2413, 'Huntington', 'NY'),
(82934, 237, 2413, 'Huntington Station', 'NY'),
(82935, 237, 2413, 'Hurley', 'NY'),
(82936, 237, 2413, 'Hurleyville', 'NY'),
(82937, 237, 2413, 'Hyde Park', 'NY'),
(82938, 237, 2413, 'Ilion', 'NY'),
(82939, 237, 2413, 'Indian Lake', 'NY'),
(82940, 237, 2413, 'Inlet', 'NY'),
(82941, 237, 2413, 'Interlaken', 'NY'),
(82942, 237, 2413, 'Inwood', 'NY'),
(82943, 237, 2413, 'Irving', 'NY'),
(82944, 237, 2413, 'Irvington', 'NY'),
(82945, 237, 2413, 'Island Park', 'NY'),
(82946, 237, 2413, 'Islandia', 'NY'),
(82947, 237, 2413, 'Islip', 'NY'),
(82948, 237, 2413, 'Islip Terrace', 'NY'),
(82949, 237, 2413, 'Ithaca', 'NY'),
(82950, 237, 2413, 'Jackson Heights', 'NY'),
(82951, 237, 2413, 'Jamaica', 'NY'),
(82952, 237, 2413, 'Jamesport', 'NY'),
(82953, 237, 2413, 'Jamestown', 'NY'),
(82954, 237, 2413, 'Jamesville', 'NY'),
(82955, 237, 2413, 'Jay', 'NY'),
(82956, 237, 2413, 'Jefferson', 'NY'),
(82957, 237, 2413, 'Jefferson Valley', 'NY'),
(82958, 237, 2413, 'Jericho', 'NY'),
(82959, 237, 2413, 'Johnsburg', 'NY'),
(82960, 237, 2413, 'Johnson', 'NY'),
(82961, 237, 2413, 'Johnson City', 'NY'),
(82962, 237, 2413, 'Johnsonville', 'NY'),
(82963, 237, 2413, 'Johnstown', 'NY'),
(82964, 237, 2413, 'Jordan', 'NY'),
(82965, 237, 2413, 'Katonah', 'NY'),
(82966, 237, 2413, 'Kauneonga Lake', 'NY'),
(82967, 237, 2413, 'Keene', 'NY'),
(82968, 237, 2413, 'Keene Valley', 'NY'),
(82969, 237, 2413, 'Keeseville', 'NY'),
(82970, 237, 2413, 'Kendall', 'NY'),
(82971, 237, 2413, 'Kennedy', 'NY'),
(82972, 237, 2413, 'Kerhonkson', 'NY'),
(82973, 237, 2413, 'Keuka Park', 'NY'),
(82974, 237, 2413, 'Kew Gardens', 'NY'),
(82975, 237, 2413, 'Kill Buck', 'NY'),
(82976, 237, 2413, 'Kinderhook', 'NY'),
(82977, 237, 2413, 'Kings Park', 'NY'),
(82978, 237, 2413, 'Kingston', 'NY'),
(82979, 237, 2413, 'Kirkville', 'NY'),
(82980, 237, 2413, 'Kirkwood', 'NY'),
(82981, 237, 2413, 'La Fargeville', 'NY'),
(82982, 237, 2413, 'Lacona', 'NY'),
(82983, 237, 2413, 'LaFayette', 'NY'),
(82984, 237, 2413, 'Lagrangeville', 'NY'),
(82985, 237, 2413, 'Lake Clear', 'NY'),
(82986, 237, 2413, 'Lake George', 'NY'),
(82987, 237, 2413, 'Lake Grove', 'NY'),
(82988, 237, 2413, 'Lake Katrine', 'NY'),
(82989, 237, 2413, 'Lake Luzerne', 'NY'),
(82990, 237, 2413, 'Lake Peekskill', 'NY'),
(82991, 237, 2413, 'Lake Placid', 'NY'),
(82992, 237, 2413, 'Lake Pleasant', 'NY'),
(82993, 237, 2413, 'Lake View', 'NY'),
(82994, 237, 2413, 'Lakeville', 'NY'),
(82995, 237, 2413, 'Lakewood', 'NY'),
(82996, 237, 2413, 'Lancaster', 'NY'),
(82997, 237, 2413, 'Lansing', 'NY'),
(82998, 237, 2413, 'Larchmont', 'NY'),
(82999, 237, 2413, 'Latham', 'NY'),
(83000, 237, 2413, 'Laurel', 'NY'),
(83001, 237, 2413, 'Laurens', 'NY'),
(83002, 237, 2413, 'Lawrence', 'NY'),
(83003, 237, 2413, 'Le Roy', 'NY'),
(83004, 237, 2413, 'Lee Center', 'NY'),
(83005, 237, 2413, 'Leeds', 'NY'),
(83006, 237, 2413, 'Leicester', 'NY'),
(83007, 237, 2413, 'Levittown', 'NY'),
(83008, 237, 2413, 'Lewiston', 'NY'),
(83009, 237, 2413, 'Liberty', 'NY'),
(83010, 237, 2413, 'Lima', 'NY'),
(83011, 237, 2413, 'Lindenhurst', 'NY'),
(83012, 237, 2413, 'Lindley', 'NY'),
(83013, 237, 2413, 'Linwood', 'NY'),
(83014, 237, 2413, 'Lisbon', 'NY'),
(83015, 237, 2413, 'Lisle', 'NY'),
(83016, 237, 2413, 'Little Falls', 'NY'),
(83017, 237, 2413, 'Little Genesee', 'NY'),
(83018, 237, 2413, 'Little Neck', 'NY'),
(83019, 237, 2413, 'Little Valley', 'NY'),
(83020, 237, 2413, 'Liverpool', 'NY'),
(83021, 237, 2413, 'Livingston Manor', 'NY'),
(83022, 237, 2413, 'Livonia', 'NY'),
(83023, 237, 2413, 'Loch Sheldrake', 'NY'),
(83024, 237, 2413, 'Locke', 'NY'),
(83025, 237, 2413, 'Lockport', 'NY'),
(83026, 237, 2413, 'Lockwood', 'NY'),
(83027, 237, 2413, 'Locust Valley', 'NY'),
(83028, 237, 2413, 'Long Beach', 'NY'),
(83029, 237, 2413, 'Long Island City', 'NY'),
(83030, 237, 2413, 'Long Lake', 'NY'),
(83031, 237, 2413, 'Lowville', 'NY'),
(83032, 237, 2413, 'Lynbrook', 'NY'),
(83033, 237, 2413, 'Lyndonville', 'NY'),
(83034, 237, 2413, 'Lyons', 'NY'),
(83035, 237, 2413, 'Lyons Falls', 'NY'),
(83036, 237, 2413, 'Macedon', 'NY'),
(83037, 237, 2413, 'Machias', 'NY'),
(83038, 237, 2413, 'Madison', 'NY'),
(83039, 237, 2413, 'Mahopac', 'NY'),
(83040, 237, 2413, 'Mahopac Falls', 'NY'),
(83041, 237, 2413, 'Mallory', 'NY'),
(83042, 237, 2413, 'Malone', 'NY'),
(83043, 237, 2413, 'Malverne', 'NY'),
(83044, 237, 2413, 'Mamaroneck', 'NY'),
(83045, 237, 2413, 'Manchester', 'NY'),
(83046, 237, 2413, 'Manhasset', 'NY'),
(83047, 237, 2413, 'Manlius', 'NY'),
(83048, 237, 2413, 'Manorville', 'NY'),
(83049, 237, 2413, 'Marathon', 'NY'),
(83050, 237, 2413, 'Marcellus', 'NY'),
(83051, 237, 2413, 'Marcy', 'NY'),
(83052, 237, 2413, 'Margaretville', 'NY'),
(83053, 237, 2413, 'Marilla', 'NY'),
(83054, 237, 2413, 'Marion', 'NY'),
(83055, 237, 2413, 'Marlboro', 'NY'),
(83056, 237, 2413, 'Martville', 'NY'),
(83057, 237, 2413, 'Maryland', 'NY'),
(83058, 237, 2413, 'Maspeth', 'NY'),
(83059, 237, 2413, 'Massapequa', 'NY'),
(83060, 237, 2413, 'Massapequa Park', 'NY'),
(83061, 237, 2413, 'Massena', 'NY'),
(83062, 237, 2413, 'Mastic', 'NY'),
(83063, 237, 2413, 'Mastic Beach', 'NY'),
(83064, 237, 2413, 'Mattituck', 'NY'),
(83065, 237, 2413, 'Maybrook', 'NY'),
(83066, 237, 2413, 'Mayfield', 'NY'),
(83067, 237, 2413, 'Mayville', 'NY'),
(83068, 237, 2413, 'McDonough', 'NY'),
(83069, 237, 2413, 'Mechanicville', 'NY'),
(83070, 237, 2413, 'Medford', 'NY'),
(83071, 237, 2413, 'Medina', 'NY'),
(83072, 237, 2413, 'Medusa', 'NY'),
(83073, 237, 2413, 'Mellenville', 'NY'),
(83074, 237, 2413, 'Melville', 'NY'),
(83075, 237, 2413, 'Memphis', 'NY'),
(83076, 237, 2413, 'Mendon', 'NY'),
(83077, 237, 2413, 'Merrick', 'NY'),
(83078, 237, 2413, 'Mexico', 'NY'),
(83079, 237, 2413, 'Middle Grove', 'NY'),
(83080, 237, 2413, 'Middle Island', 'NY'),
(83081, 237, 2413, 'Middle Village', 'NY'),
(83082, 237, 2413, 'Middleburgh', 'NY'),
(83083, 237, 2413, 'Middleport', 'NY'),
(83084, 237, 2413, 'Middlesex', 'NY'),
(83085, 237, 2413, 'Middletown', 'NY'),
(83086, 237, 2413, 'Milford', 'NY'),
(83087, 237, 2413, 'Millbrook', 'NY'),
(83088, 237, 2413, 'Miller Place', 'NY'),
(83089, 237, 2413, 'Millerton', 'NY'),
(83090, 237, 2413, 'Millport', 'NY'),
(83091, 237, 2413, 'Millwood', 'NY'),
(83092, 237, 2413, 'Milton', 'NY'),
(83093, 237, 2413, 'Mineola', 'NY'),
(83094, 237, 2413, 'Mineville', 'NY'),
(83095, 237, 2413, 'Minoa', 'NY'),
(83096, 237, 2413, 'Modena', 'NY'),
(83097, 237, 2413, 'Mohawk', 'NY'),
(83098, 237, 2413, 'Mohegan Lake', 'NY'),
(83099, 237, 2413, 'Monroe', 'NY'),
(83100, 237, 2413, 'Monsey', 'NY'),
(83101, 237, 2413, 'Montauk', 'NY'),
(83102, 237, 2413, 'Montezuma', 'NY'),
(83103, 237, 2413, 'Montgomery', 'NY'),
(83104, 237, 2413, 'Monticello', 'NY'),
(83105, 237, 2413, 'Montour Falls', 'NY'),
(83106, 237, 2413, 'Montrose', 'NY'),
(83107, 237, 2413, 'Mooers', 'NY'),
(83108, 237, 2413, 'Mooers Forks', 'NY'),
(83109, 237, 2413, 'Moravia', 'NY'),
(83110, 237, 2413, 'Moriah', 'NY'),
(83111, 237, 2413, 'Moriches', 'NY'),
(83112, 237, 2413, 'Morris', 'NY'),
(83113, 237, 2413, 'Morrisonville', 'NY'),
(83114, 237, 2413, 'Morrisville', 'NY'),
(83115, 237, 2413, 'Mount Kisco', 'NY'),
(83116, 237, 2413, 'Mount Morris', 'NY'),
(83117, 237, 2413, 'Mount Sinai', 'NY'),
(83118, 237, 2413, 'Mount Tremper', 'NY'),
(83119, 237, 2413, 'Mount Upton', 'NY'),
(83120, 237, 2413, 'Mount Vernon', 'NY'),
(83121, 237, 2413, 'Mount Vision', 'NY'),
(83122, 237, 2413, 'Mountainville', 'NY'),
(83123, 237, 2413, 'Munnsville', 'NY'),
(83124, 237, 2413, 'Nanuet', 'NY'),
(83125, 237, 2413, 'Napanoch', 'NY'),
(83126, 237, 2413, 'Naples', 'NY'),
(83127, 237, 2413, 'Narrowsburg', 'NY'),
(83128, 237, 2413, 'Nassau', 'NY'),
(83129, 237, 2413, 'Nedrow', 'NY'),
(83130, 237, 2413, 'Nelliston', 'NY'),
(83131, 237, 2413, 'Nesconset', 'NY'),
(83132, 237, 2413, 'New Berlin', 'NY'),
(83133, 237, 2413, 'New City', 'NY'),
(83134, 237, 2413, 'New Hampton', 'NY'),
(83135, 237, 2413, 'New Hartford', 'NY'),
(83136, 237, 2413, 'New Hyde Park', 'NY'),
(83137, 237, 2413, 'New Kingston', 'NY'),
(83138, 237, 2413, 'New Lebanon', 'NY'),
(83139, 237, 2413, 'New Paltz', 'NY'),
(83140, 237, 2413, 'New Rochelle', 'NY'),
(83141, 237, 2413, 'New Russia', 'NY'),
(83142, 237, 2413, 'New Suffolk', 'NY'),
(83143, 237, 2413, 'New Windsor', 'NY'),
(83144, 237, 2413, 'New Woodstock', 'NY'),
(83145, 237, 2413, 'New York', 'NY'),
(83146, 237, 2413, 'New York Mills', 'NY'),
(83147, 237, 2413, 'Newark', 'NY'),
(83148, 237, 2413, 'Newark Valley', 'NY'),
(83149, 237, 2413, 'Newburgh', 'NY'),
(83150, 237, 2413, 'Newcomb', 'NY'),
(83151, 237, 2413, 'Newfane', 'NY'),
(83152, 237, 2413, 'Newfield', 'NY'),
(83153, 237, 2413, 'Newport', 'NY'),
(83154, 237, 2413, 'Newton Falls', 'NY'),
(83155, 237, 2413, 'Niagara Falls', 'NY'),
(83156, 237, 2413, 'Nichols', 'NY'),
(83157, 237, 2413, 'Nicholville', 'NY'),
(83158, 237, 2413, 'Nineveh', 'NY'),
(83159, 237, 2413, 'Niverville', 'NY'),
(83160, 237, 2413, 'Norfolk', 'NY'),
(83161, 237, 2413, 'North Babylon', 'NY'),
(83162, 237, 2413, 'North Bangor', 'NY'),
(83163, 237, 2413, 'North Bay', 'NY'),
(83164, 237, 2413, 'North Chatham', 'NY'),
(83165, 237, 2413, 'North Chili', 'NY'),
(83166, 237, 2413, 'North Collins', 'NY'),
(83167, 237, 2413, 'North Creek', 'NY'),
(83168, 237, 2413, 'North Greece', 'NY'),
(83169, 237, 2413, 'North Lawrence', 'NY'),
(83170, 237, 2413, 'North Rose', 'NY'),
(83171, 237, 2413, 'North Salem', 'NY'),
(83172, 237, 2413, 'North Tonawanda', 'NY'),
(83173, 237, 2413, 'Northport', 'NY'),
(83174, 237, 2413, 'Northrup\'s of West Bloomfield Mobile Home Park', 'NY'),
(83175, 237, 2413, 'Northville', 'NY'),
(83176, 237, 2413, 'Norwich', 'NY'),
(83177, 237, 2413, 'Norwood', 'NY'),
(83178, 237, 2413, 'Nunda', 'NY'),
(83179, 237, 2413, 'Nyack', 'NY'),
(83180, 237, 2413, 'Oak Hill', 'NY'),
(83181, 237, 2413, 'Oakdale', 'NY'),
(83182, 237, 2413, 'Oakland Gardens', 'NY'),
(83183, 237, 2413, 'Oceanside', 'NY'),
(83184, 237, 2413, 'Odessa', 'NY'),
(83185, 237, 2413, 'Ogdensburg', 'NY'),
(83186, 237, 2413, 'Old Bethpage', 'NY'),
(83187, 237, 2413, 'Old Chatham', 'NY'),
(83188, 237, 2413, 'Old Forge', 'NY'),
(83189, 237, 2413, 'Old Westbury', 'NY'),
(83190, 237, 2413, 'Olean', 'NY'),
(83191, 237, 2413, 'Olivebridge', 'NY'),
(83192, 237, 2413, 'Olmstedville', 'NY'),
(83193, 237, 2413, 'Oneida', 'NY'),
(83194, 237, 2413, 'Oneonta', 'NY'),
(83195, 237, 2413, 'Ontario', 'NY'),
(83196, 237, 2413, 'Orangeburg', 'NY'),
(83197, 237, 2413, 'Orchard Park', 'NY'),
(83198, 237, 2413, 'Orient', 'NY'),
(83199, 237, 2413, 'Oriskany Falls', 'NY'),
(83200, 237, 2413, 'Ossining', 'NY'),
(83201, 237, 2413, 'Oswego', 'NY'),
(83202, 237, 2413, 'Otego', 'NY'),
(83203, 237, 2413, 'Otisville', 'NY'),
(83204, 237, 2413, 'Ouaquaga', 'NY'),
(83205, 237, 2413, 'Ovid', 'NY'),
(83206, 237, 2413, 'Owego', 'NY'),
(83207, 237, 2413, 'Oxford', 'NY'),
(83208, 237, 2413, 'Oyster Bay', 'NY'),
(83209, 237, 2413, 'Ozone Park', 'NY'),
(83210, 237, 2413, 'Painted Post', 'NY'),
(83211, 237, 2413, 'Palatine Bridge', 'NY'),
(83212, 237, 2413, 'Palisades', 'NY'),
(83213, 237, 2413, 'Palmyra', 'NY'),
(83214, 237, 2413, 'Panama', 'NY'),
(83215, 237, 2413, 'Parish', 'NY'),
(83216, 237, 2413, 'Patchogue', 'NY'),
(83217, 237, 2413, 'Patterson', 'NY'),
(83218, 237, 2413, 'Pattersonville', 'NY'),
(83219, 237, 2413, 'Paul Smiths', 'NY'),
(83220, 237, 2413, 'Pavilion', 'NY'),
(83221, 237, 2413, 'Pawling', 'NY'),
(83222, 237, 2413, 'Pearl River', 'NY'),
(83223, 237, 2413, 'Peconic', 'NY'),
(83224, 237, 2413, 'Peekskill', 'NY'),
(83225, 237, 2413, 'Pelham', 'NY'),
(83226, 237, 2413, 'Penfield', 'NY'),
(83227, 237, 2413, 'Penn Yan', 'NY'),
(83228, 237, 2413, 'Pennellville', 'NY'),
(83229, 237, 2413, 'Perry', 'NY'),
(83230, 237, 2413, 'Perrysburg', 'NY'),
(83231, 237, 2413, 'Peru', 'NY'),
(83232, 237, 2413, 'Petersburg', 'NY'),
(83233, 237, 2413, 'Phelps', 'NY'),
(83234, 237, 2413, 'Philadelphia', 'NY'),
(83235, 237, 2413, 'Philmont', 'NY'),
(83236, 237, 2413, 'Phoenicia', 'NY'),
(83237, 237, 2413, 'Phoenix', 'NY'),
(83238, 237, 2413, 'Piermont', 'NY'),
(83239, 237, 2413, 'Piffard', 'NY'),
(83240, 237, 2413, 'Pine Bush', 'NY'),
(83241, 237, 2413, 'Pine City', 'NY'),
(83242, 237, 2413, 'Pine Island', 'NY'),
(83243, 237, 2413, 'Pine Plains', 'NY'),
(83244, 237, 2413, 'Piseco', 'NY'),
(83245, 237, 2413, 'Pitcher', 'NY'),
(83246, 237, 2413, 'Pittsford', 'NY'),
(83247, 237, 2413, 'Plainview', 'NY'),
(83248, 237, 2413, 'Plattsburgh', 'NY'),
(83249, 237, 2413, 'Pleasant Valley', 'NY'),
(83250, 237, 2413, 'Pleasantville', 'NY'),
(83251, 237, 2413, 'Plymouth', 'NY'),
(83252, 237, 2413, 'Poestenkill', 'NY'),
(83253, 237, 2413, 'Point Lookout', 'NY'),
(83254, 237, 2413, 'Poland', 'NY'),
(83255, 237, 2413, 'Pomona', 'NY'),
(83256, 237, 2413, 'Pompey', 'NY'),
(83257, 237, 2413, 'Pond Eddy', 'NY'),
(83258, 237, 2413, 'Port Byron', 'NY'),
(83259, 237, 2413, 'Port Chester', 'NY'),
(83260, 237, 2413, 'Port Crane', 'NY'),
(83261, 237, 2413, 'Port Ewen', 'NY'),
(83262, 237, 2413, 'Port Henry', 'NY'),
(83263, 237, 2413, 'Port Jefferson', 'NY'),
(83264, 237, 2413, 'Port Jefferson Station', 'NY'),
(83265, 237, 2413, 'Port Jervis', 'NY'),
(83266, 237, 2413, 'Port Leyden', 'NY'),
(83267, 237, 2413, 'Port Washington', 'NY'),
(83268, 237, 2413, 'Potsdam', 'NY'),
(83269, 237, 2413, 'Poughkeepsie', 'NY'),
(83270, 237, 2413, 'Poughquag', 'NY'),
(83271, 237, 2413, 'Pound Ridge', 'NY'),
(83272, 237, 2413, 'Prattsburgh', 'NY'),
(83273, 237, 2413, 'Preston Hollow', 'NY'),
(83274, 237, 2413, 'Prospect', 'NY'),
(83275, 237, 2413, 'Pulaski', 'NY'),
(83276, 237, 2413, 'Pulteney', 'NY'),
(83277, 237, 2413, 'Purchase', 'NY'),
(83278, 237, 2413, 'Purdys', 'NY'),
(83279, 237, 2413, 'Purling', 'NY'),
(83280, 237, 2413, 'Putnam Valley', 'NY'),
(83281, 237, 2413, 'Queens Village', 'NY'),
(83282, 237, 2413, 'Queensbury', 'NY'),
(83283, 237, 2413, 'Quogue', 'NY'),
(83284, 237, 2413, 'Randolph', 'NY'),
(83285, 237, 2413, 'Ransomville', 'NY'),
(83286, 237, 2413, 'Raquette Lake', 'NY'),
(83287, 237, 2413, 'Ravena', 'NY'),
(83288, 237, 2413, 'Reading Center', 'NY'),
(83289, 237, 2413, 'Red Creek', 'NY'),
(83290, 237, 2413, 'Red Hook', 'NY'),
(83291, 237, 2413, 'Redford', 'NY'),
(83292, 237, 2413, 'Redwood', 'NY'),
(83293, 237, 2413, 'Rego Park', 'NY'),
(83294, 237, 2413, 'Remsen', 'NY'),
(83295, 237, 2413, 'Rensselaer', 'NY'),
(83296, 237, 2413, 'Rensselaerville', 'NY'),
(83297, 237, 2413, 'Rexford', 'NY'),
(83298, 237, 2413, 'Rhinebeck', 'NY'),
(83299, 237, 2413, 'Richfield Springs', 'NY'),
(83300, 237, 2413, 'Richford', 'NY'),
(83301, 237, 2413, 'Richland', 'NY'),
(83302, 237, 2413, 'Richmond Hill', 'NY'),
(83303, 237, 2413, 'Ridge', 'NY'),
(83304, 237, 2413, 'Rifton', 'NY'),
(83305, 237, 2413, 'Ripley', 'NY'),
(83306, 237, 2413, 'Riverhead', 'NY'),
(83307, 237, 2413, 'Rochester', 'NY'),
(83308, 237, 2413, 'Rock City Falls', 'NY'),
(83309, 237, 2413, 'Rock Hill', 'NY'),
(83310, 237, 2413, 'Rock Tavern', 'NY'),
(83311, 237, 2413, 'Rockaway Park', 'NY'),
(83312, 237, 2413, 'Rockville Centre', 'NY'),
(83313, 237, 2413, 'Rocky Point', 'NY'),
(83314, 237, 2413, 'Rodman', 'NY'),
(83315, 237, 2413, 'Rome', 'NY'),
(83316, 237, 2413, 'Romulus', 'NY'),
(83317, 237, 2413, 'Ronkonkoma', 'NY'),
(83318, 237, 2413, 'Roosevelt', 'NY'),
(83319, 237, 2413, 'Rosedale', 'NY'),
(83320, 237, 2413, 'Rosendale', 'NY'),
(83321, 237, 2413, 'Roslyn', 'NY'),
(83322, 237, 2413, 'Roslyn Heights', 'NY'),
(83323, 237, 2413, 'Rotterdam Junction', 'NY'),
(83324, 237, 2413, 'Round Top', 'NY'),
(83325, 237, 2413, 'Rouses Point', 'NY'),
(83326, 237, 2413, 'Roxbury', 'NY'),
(83327, 237, 2413, 'Rush', 'NY'),
(83328, 237, 2413, 'Rushville', 'NY'),
(83329, 237, 2413, 'Russell', 'NY'),
(83330, 237, 2413, 'Rye', 'NY'),
(83331, 237, 2413, 'Sackets Harbor', 'NY'),
(83332, 237, 2413, 'Sag Harbor', 'NY'),
(83333, 237, 2413, 'Sagaponack', 'NY'),
(83334, 237, 2413, 'Saint Albans', 'NY'),
(83335, 237, 2413, 'Saint Bonaventure', 'NY'),
(83336, 237, 2413, 'Saint James', 'NY'),
(83337, 237, 2413, 'Saint Johnsville', 'NY'),
(83338, 237, 2413, 'Salamanca', 'NY'),
(83339, 237, 2413, 'Salem', 'NY'),
(83340, 237, 2413, 'Salisbury Mills', 'NY'),
(83341, 237, 2413, 'Salt Point', 'NY'),
(83342, 237, 2413, 'Sanborn', 'NY'),
(83343, 237, 2413, 'Sandy Creek', 'NY'),
(83344, 237, 2413, 'Sangerfield', 'NY'),
(83345, 237, 2413, 'Saranac', 'NY'),
(83346, 237, 2413, 'Saranac Lake', 'NY'),
(83347, 237, 2413, 'Saratoga Springs', 'NY'),
(83348, 237, 2413, 'Saugerties', 'NY'),
(83349, 237, 2413, 'Sauquoit', 'NY'),
(83350, 237, 2413, 'Savannah', 'NY'),
(83351, 237, 2413, 'Savona', 'NY'),
(83352, 237, 2413, 'Sayville', 'NY'),
(83353, 237, 2413, 'Scarsdale', 'NY'),
(83354, 237, 2413, 'Schaghticoke', 'NY'),
(83355, 237, 2413, 'Schenectady', 'NY'),
(83356, 237, 2413, 'Schodack Landing', 'NY'),
(83357, 237, 2413, 'Schoharie', 'NY'),
(83358, 237, 2413, 'Schroon Lake', 'NY'),
(83359, 237, 2413, 'Schuyler Falls', 'NY'),
(83360, 237, 2413, 'Schuylerville', 'NY'),
(83361, 237, 2413, 'Scottsville', 'NY'),
(83362, 237, 2413, 'Sea Cliff', 'NY'),
(83363, 237, 2413, 'Seaford', 'NY'),
(83364, 237, 2413, 'Selden', 'NY'),
(83365, 237, 2413, 'Selkirk', 'NY'),
(83366, 237, 2413, 'Seneca Falls', 'NY'),
(83367, 237, 2413, 'Shelter Island', 'NY'),
(83368, 237, 2413, 'Shelter Island Heights', 'NY'),
(83369, 237, 2413, 'Sherburne', 'NY'),
(83370, 237, 2413, 'Sherman', 'NY'),
(83371, 237, 2413, 'Sherrill', 'NY'),
(83372, 237, 2413, 'Shirley', 'NY'),
(83373, 237, 2413, 'Shokan', 'NY'),
(83374, 237, 2413, 'Shoreham', 'NY'),
(83375, 237, 2413, 'Shortsville', 'NY'),
(83376, 237, 2413, 'Shrub Oak', 'NY'),
(83377, 237, 2413, 'Sidney', 'NY'),
(83378, 237, 2413, 'Sidney Center', 'NY'),
(83379, 237, 2413, 'Silver Creek', 'NY'),
(83380, 237, 2413, 'Silver Lake', 'NY'),
(83381, 237, 2413, 'Silver Springs', 'NY'),
(83382, 237, 2413, 'Sinclairville', 'NY'),
(83383, 237, 2413, 'Skaneateles', 'NY'),
(83384, 237, 2413, 'Slingerlands', 'NY'),
(83385, 237, 2413, 'Sloatsburg', 'NY'),
(83386, 237, 2413, 'Smithtown', 'NY'),
(83387, 237, 2413, 'Smithville Flats', 'NY'),
(83388, 237, 2413, 'Smyrna', 'NY'),
(83389, 237, 2413, 'Sodus', 'NY'),
(83390, 237, 2413, 'Sodus Point', 'NY'),
(83391, 237, 2413, 'Somers', 'NY'),
(83392, 237, 2413, 'Sound Beach', 'NY'),
(83393, 237, 2413, 'South Fallsburg', 'NY'),
(83394, 237, 2413, 'South Glens Falls', 'NY'),
(83395, 237, 2413, 'South Jamesport', 'NY'),
(83396, 237, 2413, 'South New Berlin', 'NY'),
(83397, 237, 2413, 'South Otselic', 'NY'),
(83398, 237, 2413, 'South Ozone Park', 'NY'),
(83399, 237, 2413, 'South Plymouth', 'NY'),
(83400, 237, 2413, 'South Salem', 'NY'),
(83401, 237, 2413, 'South Wales', 'NY'),
(83402, 237, 2413, 'Southampton', 'NY'),
(83403, 237, 2413, 'Southfields', 'NY'),
(83404, 237, 2413, 'Southold', 'NY'),
(83405, 237, 2413, 'Sparkill', 'NY'),
(83406, 237, 2413, 'Sparrow Bush', 'NY'),
(83407, 237, 2413, 'Speculator', 'NY'),
(83408, 237, 2413, 'Spencer', 'NY'),
(83409, 237, 2413, 'Spencerport', 'NY'),
(83410, 237, 2413, 'Spencertown', 'NY'),
(83411, 237, 2413, 'Speonk', 'NY'),
(83412, 237, 2413, 'Spring Valley', 'NY'),
(83413, 237, 2413, 'Springfield Center', 'NY'),
(83414, 237, 2413, 'Springfield Gardens', 'NY'),
(83415, 237, 2413, 'Springville', 'NY'),
(83416, 237, 2413, 'Springwater', 'NY'),
(83417, 237, 2413, 'Staatsburg', 'NY'),
(83418, 237, 2413, 'Stanfordville', 'NY'),
(83419, 237, 2413, 'Stanley', 'NY'),
(83420, 237, 2413, 'Star Lake', 'NY'),
(83421, 237, 2413, 'Staten Island', 'NY'),
(83422, 237, 2413, 'Sterling', 'NY'),
(83423, 237, 2413, 'Sterling Forest', 'NY'),
(83424, 237, 2413, 'Stillwater', 'NY'),
(83425, 237, 2413, 'Stone Ridge', 'NY'),
(83426, 237, 2413, 'Stony Brook', 'NY'),
(83427, 237, 2413, 'Stony Creek', 'NY'),
(83428, 237, 2413, 'Stony Point', 'NY'),
(83429, 237, 2413, 'Stormville', 'NY'),
(83430, 237, 2413, 'Stottville', 'NY'),
(83431, 237, 2413, 'Strykersville', 'NY'),
(83432, 237, 2413, 'Stuyvesant', 'NY'),
(83433, 237, 2413, 'Suffern', 'NY'),
(83434, 237, 2413, 'Sugar Loaf', 'NY'),
(83435, 237, 2413, 'Summit', 'NY'),
(83436, 237, 2413, 'Sunnyside', 'NY'),
(83437, 237, 2413, 'Sylvan Beach', 'NY'),
(83438, 237, 2413, 'Syosset', 'NY'),
(83439, 237, 2413, 'Syracuse', 'NY'),
(83440, 237, 2413, 'Taberg', 'NY'),
(83441, 237, 2413, 'Tallman', 'NY'),
(83442, 237, 2413, 'Tappan', 'NY'),
(83443, 237, 2413, 'Tarrytown', 'NY'),
(83444, 237, 2413, 'The Bronx', 'NY'),
(83445, 237, 2413, 'Thiells', 'NY'),
(83446, 237, 2413, 'Thornwood', 'NY'),
(83447, 237, 2413, 'Ticonderoga', 'NY'),
(83448, 237, 2413, 'Tillson', 'NY'),
(83449, 237, 2413, 'Tivoli', 'NY'),
(83450, 237, 2413, 'Tomkins Cove', 'NY'),
(83451, 237, 2413, 'Tonawanda', 'NY'),
(83452, 237, 2413, 'Treadwell', 'NY'),
(83453, 237, 2413, 'Tribes Hill', 'NY'),
(83454, 237, 2413, 'Troupsburg', 'NY'),
(83455, 237, 2413, 'Trout Creek', 'NY'),
(83456, 237, 2413, 'Troy', 'NY'),
(83457, 237, 2413, 'Trumansburg', 'NY'),
(83458, 237, 2413, 'Truxton', 'NY'),
(83459, 237, 2413, 'Tuckahoe', 'NY'),
(83460, 237, 2413, 'Tully', 'NY'),
(83461, 237, 2413, 'Tupper Lake', 'NY'),
(83462, 237, 2413, 'Turin', 'NY'),
(83463, 237, 2413, 'Tuxedo Park', 'NY'),
(83464, 237, 2413, 'Ulster Park', 'NY'),
(83465, 237, 2413, 'Unadilla', 'NY'),
(83466, 237, 2413, 'Union Springs', 'NY'),
(83467, 237, 2413, 'Uniondale', 'NY'),
(83468, 237, 2413, 'Unionville', 'NY'),
(83469, 237, 2413, 'Upton', 'NY'),
(83470, 237, 2413, 'Utica', 'NY'),
(83471, 237, 2413, 'Vails Gate', 'NY'),
(83472, 237, 2413, 'Valatie', 'NY'),
(83473, 237, 2413, 'Valhalla', 'NY'),
(83474, 237, 2413, 'Valley Cottage', 'NY'),
(83475, 237, 2413, 'Valley Stream', 'NY'),
(83476, 237, 2413, 'Van Etten', 'NY'),
(83477, 237, 2413, 'Verbank', 'NY'),
(83478, 237, 2413, 'Vernon', 'NY'),
(83479, 237, 2413, 'Vernon Center', 'NY'),
(83480, 237, 2413, 'Verona', 'NY'),
(83481, 237, 2413, 'Verplanck', 'NY'),
(83482, 237, 2413, 'Vestal', 'NY'),
(83483, 237, 2413, 'Victor', 'NY'),
(83484, 237, 2413, 'Victory Mills', 'NY'),
(83485, 237, 2413, 'Voorheesville', 'NY'),
(83486, 237, 2413, 'Waccabuc', 'NY'),
(83487, 237, 2413, 'Wading River', 'NY'),
(83488, 237, 2413, 'Wainscott', 'NY'),
(83489, 237, 2413, 'Walden', 'NY'),
(83490, 237, 2413, 'Walker Valley', 'NY'),
(83491, 237, 2413, 'Wallkill', 'NY'),
(83492, 237, 2413, 'Walton', 'NY'),
(83493, 237, 2413, 'Walworth', 'NY'),
(83494, 237, 2413, 'Wantagh', 'NY'),
(83495, 237, 2413, 'Wappingers Falls', 'NY'),
(83496, 237, 2413, 'Warners', 'NY'),
(83497, 237, 2413, 'Warrensburg', 'NY'),
(83498, 237, 2413, 'Warsaw', 'NY'),
(83499, 237, 2413, 'Warwick', 'NY'),
(83500, 237, 2413, 'Washingtonville', 'NY'),
(83501, 237, 2413, 'Water Mill', 'NY'),
(83502, 237, 2413, 'Waterford', 'NY'),
(83503, 237, 2413, 'Waterloo', 'NY'),
(83504, 237, 2413, 'Watertown', 'NY'),
(83505, 237, 2413, 'Waterville', 'NY'),
(83506, 237, 2413, 'Watervliet', 'NY'),
(83507, 237, 2413, 'Watkins Glen', 'NY'),
(83508, 237, 2413, 'Waverly', 'NY'),
(83509, 237, 2413, 'Wayland', 'NY'),
(83510, 237, 2413, 'Wayne', 'NY'),
(83511, 237, 2413, 'Webster', 'NY'),
(83512, 237, 2413, 'Weedsport', 'NY'),
(83513, 237, 2413, 'Wells', 'NY'),
(83514, 237, 2413, 'Wellsville', 'NY'),
(83515, 237, 2413, 'West Babylon', 'NY'),
(83516, 237, 2413, 'West Chazy', 'NY'),
(83517, 237, 2413, 'West Clarksville', 'NY'),
(83518, 237, 2413, 'West Cornwall', 'NY'),
(83519, 237, 2413, 'West Coxsackie', 'NY'),
(83520, 237, 2413, 'West Edmeston', 'NY'),
(83521, 237, 2413, 'West Falls', 'NY'),
(83522, 237, 2413, 'West Fulton', 'NY'),
(83523, 237, 2413, 'West Haverstraw', 'NY');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(83524, 237, 2413, 'West Hempstead', 'NY'),
(83525, 237, 2413, 'West Henrietta', 'NY'),
(83526, 237, 2413, 'West Hurley', 'NY'),
(83527, 237, 2413, 'West Islip', 'NY'),
(83528, 237, 2413, 'West Leyden', 'NY'),
(83529, 237, 2413, 'West Monroe', 'NY'),
(83530, 237, 2413, 'West Nyack', 'NY'),
(83531, 237, 2413, 'West Point', 'NY'),
(83532, 237, 2413, 'West Sand Lake', 'NY'),
(83533, 237, 2413, 'West Sayville', 'NY'),
(83534, 237, 2413, 'West Valley', 'NY'),
(83535, 237, 2413, 'West Winfield', 'NY'),
(83536, 237, 2413, 'Westbrookville', 'NY'),
(83537, 237, 2413, 'Westbury', 'NY'),
(83538, 237, 2413, 'Westerlo', 'NY'),
(83539, 237, 2413, 'Westfield', 'NY'),
(83540, 237, 2413, 'Westhampton', 'NY'),
(83541, 237, 2413, 'Westhampton Beach', 'NY'),
(83542, 237, 2413, 'Westport', 'NY'),
(83543, 237, 2413, 'Westtown', 'NY'),
(83544, 237, 2413, 'Whippleville', 'NY'),
(83545, 237, 2413, 'White Plains', 'NY'),
(83546, 237, 2413, 'Whitehall', 'NY'),
(83547, 237, 2413, 'Whitesboro', 'NY'),
(83548, 237, 2413, 'Whitestone', 'NY'),
(83549, 237, 2413, 'Whitesville', 'NY'),
(83550, 237, 2413, 'Whitney Point', 'NY'),
(83551, 237, 2413, 'Williamson', 'NY'),
(83552, 237, 2413, 'Williamstown', 'NY'),
(83553, 237, 2413, 'Williston Park', 'NY'),
(83554, 237, 2413, 'Willsboro', 'NY'),
(83555, 237, 2413, 'Willseyville', 'NY'),
(83556, 237, 2413, 'Wilmington', 'NY'),
(83557, 237, 2413, 'Wilson', 'NY'),
(83558, 237, 2413, 'Windham', 'NY'),
(83559, 237, 2413, 'Windsor', 'NY'),
(83560, 237, 2413, 'Wingdale', 'NY'),
(83561, 237, 2413, 'Winthrop', 'NY'),
(83562, 237, 2413, 'Wolcott', 'NY'),
(83563, 237, 2413, 'Woodbourne', 'NY'),
(83564, 237, 2413, 'Woodbury', 'NY'),
(83565, 237, 2413, 'Woodhaven', 'NY'),
(83566, 237, 2413, 'Woodhull', 'NY'),
(83567, 237, 2413, 'Woodmere', 'NY'),
(83568, 237, 2413, 'Woodridge', 'NY'),
(83569, 237, 2413, 'Woodside', 'NY'),
(83570, 237, 2413, 'Woodstock', 'NY'),
(83571, 237, 2413, 'Worcester', 'NY'),
(83572, 237, 2413, 'Wurtsboro', 'NY'),
(83573, 237, 2413, 'Wyandanch', 'NY'),
(83574, 237, 2413, 'Wynantskill', 'NY'),
(83575, 237, 2413, 'Wyoming', 'NY'),
(83576, 237, 2413, 'Yaphank', 'NY'),
(83577, 237, 2413, 'Yonkers', 'NY'),
(83578, 237, 2413, 'Yorktown Heights', 'NY'),
(83579, 237, 2413, 'Yorkville', 'NY'),
(83580, 237, 2413, 'Youngstown', 'NY'),
(83581, 237, 2413, 'Yulan', 'NY'),
(83582, 237, 2414, 'Aberdeen', 'NC'),
(83583, 237, 2414, 'Advance', 'NC'),
(83584, 237, 2414, 'Ahoskie', 'NC'),
(83585, 237, 2414, 'Albemarle', 'NC'),
(83586, 237, 2414, 'Albertson', 'NC'),
(83587, 237, 2414, 'Alexander', 'NC'),
(83588, 237, 2414, 'Alexis', 'NC'),
(83589, 237, 2414, 'Alliance', 'NC'),
(83590, 237, 2414, 'Andrews', 'NC'),
(83591, 237, 2414, 'Angier', 'NC'),
(83592, 237, 2414, 'Ansonville', 'NC'),
(83593, 237, 2414, 'Apex', 'NC'),
(83594, 237, 2414, 'Arapahoe', 'NC'),
(83595, 237, 2414, 'Ararat', 'NC'),
(83596, 237, 2414, 'Arden', 'NC'),
(83597, 237, 2414, 'Ash', 'NC'),
(83598, 237, 2414, 'Asheboro', 'NC'),
(83599, 237, 2414, 'Asheville', 'NC'),
(83600, 237, 2414, 'Atlantic Beach', 'NC'),
(83601, 237, 2414, 'Aulander', 'NC'),
(83602, 237, 2414, 'Aurora', 'NC'),
(83603, 237, 2414, 'Autryville', 'NC'),
(83604, 237, 2414, 'Avon', 'NC'),
(83605, 237, 2414, 'Ayden', 'NC'),
(83606, 237, 2414, 'Badin', 'NC'),
(83607, 237, 2414, 'Bahama', 'NC'),
(83608, 237, 2414, 'Bailey', 'NC'),
(83609, 237, 2414, 'Bakersville', 'NC'),
(83610, 237, 2414, 'Balsam', 'NC'),
(83611, 237, 2414, 'Balsam Grove', 'NC'),
(83612, 237, 2414, 'Banner Elk', 'NC'),
(83613, 237, 2414, 'Barco', 'NC'),
(83614, 237, 2414, 'Barnardsville', 'NC'),
(83615, 237, 2414, 'Battleboro', 'NC'),
(83616, 237, 2414, 'Bayboro', 'NC'),
(83617, 237, 2414, 'Bear Creek', 'NC'),
(83618, 237, 2414, 'Beaufort', 'NC'),
(83619, 237, 2414, 'Belhaven', 'NC'),
(83620, 237, 2414, 'Belmont', 'NC'),
(83621, 237, 2414, 'Bennett', 'NC'),
(83622, 237, 2414, 'Benson', 'NC'),
(83623, 237, 2414, 'Bessemer City', 'NC'),
(83624, 237, 2414, 'Bethania', 'NC'),
(83625, 237, 2414, 'Bethel', 'NC'),
(83626, 237, 2414, 'Beulaville', 'NC'),
(83627, 237, 2414, 'Biscoe', 'NC'),
(83628, 237, 2414, 'Black Mountain', 'NC'),
(83629, 237, 2414, 'Bladenboro', 'NC'),
(83630, 237, 2414, 'Blowing Rock', 'NC'),
(83631, 237, 2414, 'Boiling Springs', 'NC'),
(83632, 237, 2414, 'Bolivia', 'NC'),
(83633, 237, 2414, 'Bolton', 'NC'),
(83634, 237, 2414, 'Boomer', 'NC'),
(83635, 237, 2414, 'Boone', 'NC'),
(83636, 237, 2414, 'Boonville', 'NC'),
(83637, 237, 2414, 'Bostic', 'NC'),
(83638, 237, 2414, 'Brasstown', 'NC'),
(83639, 237, 2414, 'Brevard', 'NC'),
(83640, 237, 2414, 'Broadway', 'NC'),
(83641, 237, 2414, 'Browns Summit', 'NC'),
(83642, 237, 2414, 'Bryson City', 'NC'),
(83643, 237, 2414, 'Buies Creek', 'NC'),
(83644, 237, 2414, 'Bunn', 'NC'),
(83645, 237, 2414, 'Bunnlevel', 'NC'),
(83646, 237, 2414, 'Burgaw', 'NC'),
(83647, 237, 2414, 'Burlington', 'NC'),
(83648, 237, 2414, 'Burnsville', 'NC'),
(83649, 237, 2414, 'Butner', 'NC'),
(83650, 237, 2414, 'Buxton', 'NC'),
(83651, 237, 2414, 'Calabash', 'NC'),
(83652, 237, 2414, 'Calypso', 'NC'),
(83653, 237, 2414, 'Camden', 'NC'),
(83654, 237, 2414, 'Cameron', 'NC'),
(83655, 237, 2414, 'Candler', 'NC'),
(83656, 237, 2414, 'Canton', 'NC'),
(83657, 237, 2414, 'Carolina Beach', 'NC'),
(83658, 237, 2414, 'Carrboro', 'NC'),
(83659, 237, 2414, 'Carthage', 'NC'),
(83660, 237, 2414, 'Cary', 'NC'),
(83661, 237, 2414, 'Casar', 'NC'),
(83662, 237, 2414, 'Cashiers', 'NC'),
(83663, 237, 2414, 'Castalia', 'NC'),
(83664, 237, 2414, 'Castle Hayne', 'NC'),
(83665, 237, 2414, 'Catawba', 'NC'),
(83666, 237, 2414, 'Cedar Grove', 'NC'),
(83667, 237, 2414, 'Cedar Mountain', 'NC'),
(83668, 237, 2414, 'Cerro Gordo', 'NC'),
(83669, 237, 2414, 'Chadbourn', 'NC'),
(83670, 237, 2414, 'Chapel Hill', 'NC'),
(83671, 237, 2414, 'Charleston', 'NC'),
(83672, 237, 2414, 'Charlotte', 'NC'),
(83673, 237, 2414, 'Cherokee', 'NC'),
(83674, 237, 2414, 'Cherryville', 'NC'),
(83675, 237, 2414, 'China Grove', 'NC'),
(83676, 237, 2414, 'Chocowinity', 'NC'),
(83677, 237, 2414, 'Cisco', 'NC'),
(83678, 237, 2414, 'Claremont', 'NC'),
(83679, 237, 2414, 'Clarendon', 'NC'),
(83680, 237, 2414, 'Clarkton', 'NC'),
(83681, 237, 2414, 'Clayton', 'NC'),
(83682, 237, 2414, 'Clemmons', 'NC'),
(83683, 237, 2414, 'Cleveland', 'NC'),
(83684, 237, 2414, 'Climax', 'NC'),
(83685, 237, 2414, 'Clinton', 'NC'),
(83686, 237, 2414, 'Clyde', 'NC'),
(83687, 237, 2414, 'Coats', 'NC'),
(83688, 237, 2414, 'Colfax', 'NC'),
(83689, 237, 2414, 'Columbia', 'NC'),
(83690, 237, 2414, 'Columbus', 'NC'),
(83691, 237, 2414, 'Como', 'NC'),
(83692, 237, 2414, 'Concord', 'NC'),
(83693, 237, 2414, 'Connelly Springs', 'NC'),
(83694, 237, 2414, 'Conover', 'NC'),
(83695, 237, 2414, 'Cooleemee', 'NC'),
(83696, 237, 2414, 'Cornelius', 'NC'),
(83697, 237, 2414, 'Corolla', 'NC'),
(83698, 237, 2414, 'Council', 'NC'),
(83699, 237, 2414, 'Cove City', 'NC'),
(83700, 237, 2414, 'Cramerton', 'NC'),
(83701, 237, 2414, 'Creedmoor', 'NC'),
(83702, 237, 2414, 'Creston', 'NC'),
(83703, 237, 2414, 'Creswell', 'NC'),
(83704, 237, 2414, 'Crouse', 'NC'),
(83705, 237, 2414, 'Crumpler', 'NC'),
(83706, 237, 2414, 'Cullowhee', 'NC'),
(83707, 237, 2414, 'Cumnock', 'NC'),
(83708, 237, 2414, 'Currie', 'NC'),
(83709, 237, 2414, 'Currituck', 'NC'),
(83710, 237, 2414, 'Dallas', 'NC'),
(83711, 237, 2414, 'Dana', 'NC'),
(83712, 237, 2414, 'Davidson', 'NC'),
(83713, 237, 2414, 'Deep Gap', 'NC'),
(83714, 237, 2414, 'Denton', 'NC'),
(83715, 237, 2414, 'Denver', 'NC'),
(83716, 237, 2414, 'Dillsboro', 'NC'),
(83717, 237, 2414, 'Dobson', 'NC'),
(83718, 237, 2414, 'Dover', 'NC'),
(83719, 237, 2414, 'Drexel', 'NC'),
(83720, 237, 2414, 'Dublin', 'NC'),
(83721, 237, 2414, 'Dudley', 'NC'),
(83722, 237, 2414, 'Dunn', 'NC'),
(83723, 237, 2414, 'Durham', 'NC'),
(83724, 237, 2414, 'Earl', 'NC'),
(83725, 237, 2414, 'East Bend', 'NC'),
(83726, 237, 2414, 'East Flat Rock', 'NC'),
(83727, 237, 2414, 'East Spencer', 'NC'),
(83728, 237, 2414, 'Eden', 'NC'),
(83729, 237, 2414, 'Edenton', 'NC'),
(83730, 237, 2414, 'Efland', 'NC'),
(83731, 237, 2414, 'Elizabeth City', 'NC'),
(83732, 237, 2414, 'Elizabethtown', 'NC'),
(83733, 237, 2414, 'Elkin', 'NC'),
(83734, 237, 2414, 'Ellenboro', 'NC'),
(83735, 237, 2414, 'Ellerbe', 'NC'),
(83736, 237, 2414, 'Elm City', 'NC'),
(83737, 237, 2414, 'Elon', 'NC'),
(83738, 237, 2414, 'Enfield', 'NC'),
(83739, 237, 2414, 'Ennice', 'NC'),
(83740, 237, 2414, 'Erwin', 'NC'),
(83741, 237, 2414, 'Etowah', 'NC'),
(83742, 237, 2414, 'Everetts', 'NC'),
(83743, 237, 2414, 'Evergreen', 'NC'),
(83744, 237, 2414, 'Fair Bluff', 'NC'),
(83745, 237, 2414, 'Fairview', 'NC'),
(83746, 237, 2414, 'Farmville', 'NC'),
(83747, 237, 2414, 'Fayetteville', 'NC'),
(83748, 237, 2414, 'Ferguson', 'NC'),
(83749, 237, 2414, 'Flat Rock', 'NC'),
(83750, 237, 2414, 'Fleetwood', 'NC'),
(83751, 237, 2414, 'Fletcher', 'NC'),
(83752, 237, 2414, 'Forest City', 'NC'),
(83753, 237, 2414, 'Fort Bragg', 'NC'),
(83754, 237, 2414, 'Four Oaks', 'NC'),
(83755, 237, 2414, 'Franklin', 'NC'),
(83756, 237, 2414, 'Franklinton', 'NC'),
(83757, 237, 2414, 'Franklinville', 'NC'),
(83758, 237, 2414, 'Frisco', 'NC'),
(83759, 237, 2414, 'Fuquay-Varina', 'NC'),
(83760, 237, 2414, 'Garland', 'NC'),
(83761, 237, 2414, 'Garner', 'NC'),
(83762, 237, 2414, 'Garysburg', 'NC'),
(83763, 237, 2414, 'Gaston', 'NC'),
(83764, 237, 2414, 'Gastonia', 'NC'),
(83765, 237, 2414, 'Gatesville', 'NC'),
(83766, 237, 2414, 'Gibsonville', 'NC'),
(83767, 237, 2414, 'Glen Alpine', 'NC'),
(83768, 237, 2414, 'Glenville', 'NC'),
(83769, 237, 2414, 'Godwin', 'NC'),
(83770, 237, 2414, 'Gold Hill', 'NC'),
(83771, 237, 2414, 'Goldsboro', 'NC'),
(83772, 237, 2414, 'Goldston', 'NC'),
(83773, 237, 2414, 'Graham', 'NC'),
(83774, 237, 2414, 'Grandy', 'NC'),
(83775, 237, 2414, 'Granite Falls', 'NC'),
(83776, 237, 2414, 'Grantsboro', 'NC'),
(83777, 237, 2414, 'Greensboro', 'NC'),
(83778, 237, 2414, 'Greenville', 'NC'),
(83779, 237, 2414, 'Grifton', 'NC'),
(83780, 237, 2414, 'Grimesland', 'NC'),
(83781, 237, 2414, 'Grover', 'NC'),
(83782, 237, 2414, 'Halifax', 'NC'),
(83783, 237, 2414, 'Hamlet', 'NC'),
(83784, 237, 2414, 'Hampstead', 'NC'),
(83785, 237, 2414, 'Hamptonville', 'NC'),
(83786, 237, 2414, 'Harbinger', 'NC'),
(83787, 237, 2414, 'Harkers Island', 'NC'),
(83788, 237, 2414, 'Harmony', 'NC'),
(83789, 237, 2414, 'Harrells', 'NC'),
(83790, 237, 2414, 'Harrisburg', 'NC'),
(83791, 237, 2414, 'Havelock', 'NC'),
(83792, 237, 2414, 'Haw River', 'NC'),
(83793, 237, 2414, 'Hayesville', 'NC'),
(83794, 237, 2414, 'Hays', 'NC'),
(83795, 237, 2414, 'Henderson', 'NC'),
(83796, 237, 2414, 'Hendersonville', 'NC'),
(83797, 237, 2414, 'Hertford', 'NC'),
(83798, 237, 2414, 'Hickory', 'NC'),
(83799, 237, 2414, 'Hiddenite', 'NC'),
(83800, 237, 2414, 'High Point', 'NC'),
(83801, 237, 2414, 'High Shoals', 'NC'),
(83802, 237, 2414, 'Highlands', 'NC'),
(83803, 237, 2414, 'Hildebran', 'NC'),
(83804, 237, 2414, 'Hillsborough', 'NC'),
(83805, 237, 2414, 'Holly Ridge', 'NC'),
(83806, 237, 2414, 'Holly Springs', 'NC'),
(83807, 237, 2414, 'Hope Mills', 'NC'),
(83808, 237, 2414, 'Horse Shoe', 'NC'),
(83809, 237, 2414, 'Hot Springs', 'NC'),
(83810, 237, 2414, 'Hubert', 'NC'),
(83811, 237, 2414, 'Hudson', 'NC'),
(83812, 237, 2414, 'Huntersville', 'NC'),
(83813, 237, 2414, 'Hurdle Mills', 'NC'),
(83814, 237, 2414, 'Indian Trail', 'NC'),
(83815, 237, 2414, 'Iron Station', 'NC'),
(83816, 237, 2414, 'Jackson Springs', 'NC'),
(83817, 237, 2414, 'Jacksonville', 'NC'),
(83818, 237, 2414, 'Jamestown', 'NC'),
(83819, 237, 2414, 'Jamesville', 'NC'),
(83820, 237, 2414, 'Jarvisburg', 'NC'),
(83821, 237, 2414, 'Jefferson', 'NC'),
(83822, 237, 2414, 'Jonas Ridge', 'NC'),
(83823, 237, 2414, 'Jonesville', 'NC'),
(83824, 237, 2414, 'Julian', 'NC'),
(83825, 237, 2414, 'Kannapolis', 'NC'),
(83826, 237, 2414, 'Kelly', 'NC'),
(83827, 237, 2414, 'Kenansville', 'NC'),
(83828, 237, 2414, 'Kenly', 'NC'),
(83829, 237, 2414, 'Kernersville', 'NC'),
(83830, 237, 2414, 'Kill Devil Hills', 'NC'),
(83831, 237, 2414, 'King', 'NC'),
(83832, 237, 2414, 'Kings Mountain', 'NC'),
(83833, 237, 2414, 'Kinston', 'NC'),
(83834, 237, 2414, 'Kittrell', 'NC'),
(83835, 237, 2414, 'Kitty Hawk', 'NC'),
(83836, 237, 2414, 'Knightdale', 'NC'),
(83837, 237, 2414, 'Kure Beach', 'NC'),
(83838, 237, 2414, 'La Grange', 'NC'),
(83839, 237, 2414, 'Lake Junaluska', 'NC'),
(83840, 237, 2414, 'Lake Lure', 'NC'),
(83841, 237, 2414, 'Landis', 'NC'),
(83842, 237, 2414, 'Lansing', 'NC'),
(83843, 237, 2414, 'Lattimore', 'NC'),
(83844, 237, 2414, 'Laurel Hill', 'NC'),
(83845, 237, 2414, 'Laurel Springs', 'NC'),
(83846, 237, 2414, 'Laurinburg', 'NC'),
(83847, 237, 2414, 'Lawndale', 'NC'),
(83848, 237, 2414, 'Lawsonville', 'NC'),
(83849, 237, 2414, 'Leicester', 'NC'),
(83850, 237, 2414, 'Leland', 'NC'),
(83851, 237, 2414, 'Lenoir', 'NC'),
(83852, 237, 2414, 'Lewiston Woodville', 'NC'),
(83853, 237, 2414, 'Lewisville', 'NC'),
(83854, 237, 2414, 'Lexington', 'NC'),
(83855, 237, 2414, 'Liberty', 'NC'),
(83856, 237, 2414, 'Lilesville', 'NC'),
(83857, 237, 2414, 'Lillington', 'NC'),
(83858, 237, 2414, 'Lincolnton', 'NC'),
(83859, 237, 2414, 'Linden', 'NC'),
(83860, 237, 2414, 'Linville', 'NC'),
(83861, 237, 2414, 'Linwood', 'NC'),
(83862, 237, 2414, 'Little Switzerland', 'NC'),
(83863, 237, 2414, 'Littleton', 'NC'),
(83864, 237, 2414, 'Locust', 'NC'),
(83865, 237, 2414, 'Louisburg', 'NC'),
(83866, 237, 2414, 'Lowell', 'NC'),
(83867, 237, 2414, 'Lowgap', 'NC'),
(83868, 237, 2414, 'Lucama', 'NC'),
(83869, 237, 2414, 'Lumber Bridge', 'NC'),
(83870, 237, 2414, 'Lumberton', 'NC'),
(83871, 237, 2414, 'Lynn', 'NC'),
(83872, 237, 2414, 'Macclesfield', 'NC'),
(83873, 237, 2414, 'Macon', 'NC'),
(83874, 237, 2414, 'Madison', 'NC'),
(83875, 237, 2414, 'Maggie Valley', 'NC'),
(83876, 237, 2414, 'Magnolia', 'NC'),
(83877, 237, 2414, 'Maiden', 'NC'),
(83878, 237, 2414, 'Mamers', 'NC'),
(83879, 237, 2414, 'Manns Harbor', 'NC'),
(83880, 237, 2414, 'Manson', 'NC'),
(83881, 237, 2414, 'Manteo', 'NC'),
(83882, 237, 2414, 'Maple Hill', 'NC'),
(83883, 237, 2414, 'Marble', 'NC'),
(83884, 237, 2414, 'Marion', 'NC'),
(83885, 237, 2414, 'Mars Hill', 'NC'),
(83886, 237, 2414, 'Marshall', 'NC'),
(83887, 237, 2414, 'Marshallberg', 'NC'),
(83888, 237, 2414, 'Marshville', 'NC'),
(83889, 237, 2414, 'Matthews', 'NC'),
(83890, 237, 2414, 'Maxton', 'NC'),
(83891, 237, 2414, 'Mayodan', 'NC'),
(83892, 237, 2414, 'Maysville', 'NC'),
(83893, 237, 2414, 'McLeansville', 'NC'),
(83894, 237, 2414, 'Mebane', 'NC'),
(83895, 237, 2414, 'Merry Hill', 'NC'),
(83896, 237, 2414, 'Micaville', 'NC'),
(83897, 237, 2414, 'Micro', 'NC'),
(83898, 237, 2414, 'Middlesex', 'NC'),
(83899, 237, 2414, 'Midland', 'NC'),
(83900, 237, 2414, 'Midway Park', 'NC'),
(83901, 237, 2414, 'Mill Spring', 'NC'),
(83902, 237, 2414, 'Millers Creek', 'NC'),
(83903, 237, 2414, 'Mills River', 'NC'),
(83904, 237, 2414, 'Misenheimer', 'NC'),
(83905, 237, 2414, 'Mocksville', 'NC'),
(83906, 237, 2414, 'Moncure', 'NC'),
(83907, 237, 2414, 'Monroe', 'NC'),
(83908, 237, 2414, 'Mooresboro', 'NC'),
(83909, 237, 2414, 'Mooresville', 'NC'),
(83910, 237, 2414, 'Moravian Falls', 'NC'),
(83911, 237, 2414, 'Morehead City', 'NC'),
(83912, 237, 2414, 'Morganton', 'NC'),
(83913, 237, 2414, 'Morrisville', 'NC'),
(83914, 237, 2414, 'Morven', 'NC'),
(83915, 237, 2414, 'Mount Airy', 'NC'),
(83916, 237, 2414, 'Mount Gilead', 'NC'),
(83917, 237, 2414, 'Mount Holly', 'NC'),
(83918, 237, 2414, 'Mount Olive', 'NC'),
(83919, 237, 2414, 'Mount Ulla', 'NC'),
(83920, 237, 2414, 'Mountain Home', 'NC'),
(83921, 237, 2414, 'Moyock', 'NC'),
(83922, 237, 2414, 'Mt Pleasant', 'NC'),
(83923, 237, 2414, 'Murfreesboro', 'NC'),
(83924, 237, 2414, 'Murphy', 'NC'),
(83925, 237, 2414, 'Nags Head', 'NC'),
(83926, 237, 2414, 'Nakina', 'NC'),
(83927, 237, 2414, 'Nashville', 'NC'),
(83928, 237, 2414, 'Nebo', 'NC'),
(83929, 237, 2414, 'New Bern', 'NC'),
(83930, 237, 2414, 'New Hill', 'NC'),
(83931, 237, 2414, 'New London', 'NC'),
(83932, 237, 2414, 'Newland', 'NC'),
(83933, 237, 2414, 'Newport', 'NC'),
(83934, 237, 2414, 'Newton', 'NC'),
(83935, 237, 2414, 'Newton Grove', 'NC'),
(83936, 237, 2414, 'Norlina', 'NC'),
(83937, 237, 2414, 'Norman', 'NC'),
(83938, 237, 2414, 'North Wilkesboro', 'NC'),
(83939, 237, 2414, 'Norwood', 'NC'),
(83940, 237, 2414, 'Oak Island', 'NC'),
(83941, 237, 2414, 'Oak Ridge', 'NC'),
(83942, 237, 2414, 'Oakboro', 'NC'),
(83943, 237, 2414, 'Ocean Isle Beach', 'NC'),
(83944, 237, 2414, 'Ocracoke', 'NC'),
(83945, 237, 2414, 'Old Fort', 'NC'),
(83946, 237, 2414, 'Oriental', 'NC'),
(83947, 237, 2414, 'Orrum', 'NC'),
(83948, 237, 2414, 'Otto', 'NC'),
(83949, 237, 2414, 'Oxford', 'NC'),
(83950, 237, 2414, 'Pantego', 'NC'),
(83951, 237, 2414, 'Parkton', 'NC'),
(83952, 237, 2414, 'Peachland', 'NC'),
(83953, 237, 2414, 'Pelham', 'NC'),
(83954, 237, 2414, 'Pembroke', 'NC'),
(83955, 237, 2414, 'Penrose', 'NC'),
(83956, 237, 2414, 'Pfafftown', 'NC'),
(83957, 237, 2414, 'Pikeville', 'NC'),
(83958, 237, 2414, 'Pilot Mountain', 'NC'),
(83959, 237, 2414, 'Pine Hall', 'NC'),
(83960, 237, 2414, 'Pinebluff', 'NC'),
(83961, 237, 2414, 'Pinehurst', 'NC'),
(83962, 237, 2414, 'Pinetops', 'NC'),
(83963, 237, 2414, 'Pinetown', 'NC'),
(83964, 237, 2414, 'Pineville', 'NC'),
(83965, 237, 2414, 'Piney Creek', 'NC'),
(83966, 237, 2414, 'Pink Hill', 'NC'),
(83967, 237, 2414, 'Pinnacle', 'NC'),
(83968, 237, 2414, 'Pisgah Forest', 'NC'),
(83969, 237, 2414, 'Pittsboro', 'NC'),
(83970, 237, 2414, 'Pleasant Garden', 'NC'),
(83971, 237, 2414, 'Plymouth', 'NC'),
(83972, 237, 2414, 'Point Harbor', 'NC'),
(83973, 237, 2414, 'Polkton', 'NC'),
(83974, 237, 2414, 'Pollocksville', 'NC'),
(83975, 237, 2414, 'Powellsville', 'NC'),
(83976, 237, 2414, 'Princeton', 'NC'),
(83977, 237, 2414, 'Providence', 'NC'),
(83978, 237, 2414, 'Purlear', 'NC'),
(83979, 237, 2414, 'Raeford', 'NC'),
(83980, 237, 2414, 'Raleigh', 'NC'),
(83981, 237, 2414, 'Ramseur', 'NC'),
(83982, 237, 2414, 'Randleman', 'NC'),
(83983, 237, 2414, 'Red Oak', 'NC'),
(83984, 237, 2414, 'Red Springs', 'NC'),
(83985, 237, 2414, 'Reidsville', 'NC'),
(83986, 237, 2414, 'Richfield', 'NC'),
(83987, 237, 2414, 'Ridgecrest', 'NC'),
(83988, 237, 2414, 'Riegelwood', 'NC'),
(83989, 237, 2414, 'Roanoke Rapids', 'NC'),
(83990, 237, 2414, 'Roaring River', 'NC'),
(83991, 237, 2414, 'Robbins', 'NC'),
(83992, 237, 2414, 'Robbinsville', 'NC'),
(83993, 237, 2414, 'Robersonville', 'NC'),
(83994, 237, 2414, 'Rockingham', 'NC'),
(83995, 237, 2414, 'Rockwell', 'NC'),
(83996, 237, 2414, 'Rocky Mount', 'NC'),
(83997, 237, 2414, 'Rocky Point', 'NC'),
(83998, 237, 2414, 'Rolesville', 'NC'),
(83999, 237, 2414, 'Ronda', 'NC'),
(84000, 237, 2414, 'Roper', 'NC'),
(84001, 237, 2414, 'Rose Hill', 'NC'),
(84002, 237, 2414, 'Roseboro', 'NC'),
(84003, 237, 2414, 'Rougemont', 'NC'),
(84004, 237, 2414, 'Rowland', 'NC'),
(84005, 237, 2414, 'Roxboro', 'NC'),
(84006, 237, 2414, 'Ruffin', 'NC'),
(84007, 237, 2414, 'Rural Hall', 'NC'),
(84008, 237, 2414, 'Rutherfordton', 'NC'),
(84009, 237, 2414, 'Saint Pauls', 'NC'),
(84010, 237, 2414, 'Salemburg', 'NC'),
(84011, 237, 2414, 'Salisbury', 'NC'),
(84012, 237, 2414, 'Saluda', 'NC'),
(84013, 237, 2414, 'Sandy Ridge', 'NC'),
(84014, 237, 2414, 'Sanford', 'NC'),
(84015, 237, 2414, 'Sapphire', 'NC'),
(84016, 237, 2414, 'Scaly Mountain', 'NC'),
(84017, 237, 2414, 'Seagrove', 'NC'),
(84018, 237, 2414, 'Sealevel', 'NC'),
(84019, 237, 2414, 'Selma', 'NC'),
(84020, 237, 2414, 'Semora', 'NC'),
(84021, 237, 2414, 'Seven Springs', 'NC'),
(84022, 237, 2414, 'Severn', 'NC'),
(84023, 237, 2414, 'Shallotte', 'NC'),
(84024, 237, 2414, 'Shannon', 'NC'),
(84025, 237, 2414, 'Sharpsburg', 'NC'),
(84026, 237, 2414, 'Shelby', 'NC'),
(84027, 237, 2414, 'Sherrills Ford', 'NC'),
(84028, 237, 2414, 'Shiloh', 'NC'),
(84029, 237, 2414, 'Siler City', 'NC'),
(84030, 237, 2414, 'Sims', 'NC'),
(84031, 237, 2414, 'Skyland', 'NC'),
(84032, 237, 2414, 'Smithfield', 'NC'),
(84033, 237, 2414, 'Smyrna', 'NC'),
(84034, 237, 2414, 'Sneads Ferry', 'NC'),
(84035, 237, 2414, 'Snow Camp', 'NC'),
(84036, 237, 2414, 'Snow Hill', 'NC'),
(84037, 237, 2414, 'Sophia', 'NC'),
(84038, 237, 2414, 'South Mills', 'NC'),
(84039, 237, 2414, 'Southern Pines', 'NC'),
(84040, 237, 2414, 'Southport', 'NC'),
(84041, 237, 2414, 'Sparta', 'NC'),
(84042, 237, 2414, 'Spencer', 'NC'),
(84043, 237, 2414, 'Spindale', 'NC'),
(84044, 237, 2414, 'Spring Hope', 'NC'),
(84045, 237, 2414, 'Spring Lake', 'NC'),
(84046, 237, 2414, 'Spruce Pine', 'NC'),
(84047, 237, 2414, 'Staley', 'NC'),
(84048, 237, 2414, 'Stanfield', 'NC'),
(84049, 237, 2414, 'Stanley', 'NC'),
(84050, 237, 2414, 'Stantonsburg', 'NC'),
(84051, 237, 2414, 'Star', 'NC'),
(84052, 237, 2414, 'State Road', 'NC'),
(84053, 237, 2414, 'Statesville', 'NC'),
(84054, 237, 2414, 'Stedman', 'NC'),
(84055, 237, 2414, 'Stella', 'NC'),
(84056, 237, 2414, 'Stem', 'NC'),
(84057, 237, 2414, 'Stokes', 'NC'),
(84058, 237, 2414, 'Stokesdale', 'NC'),
(84059, 237, 2414, 'Stoneville', 'NC'),
(84060, 237, 2414, 'Stonewall', 'NC'),
(84061, 237, 2414, 'Stony Point', 'NC'),
(84062, 237, 2414, 'Stumpy Point', 'NC'),
(84063, 237, 2414, 'Sugar Grove', 'NC'),
(84064, 237, 2414, 'Summerfield', 'NC'),
(84065, 237, 2414, 'Sunset Beach', 'NC'),
(84066, 237, 2414, 'Supply', 'NC'),
(84067, 237, 2414, 'Swannanoa', 'NC'),
(84068, 237, 2414, 'Swansboro', 'NC'),
(84069, 237, 2414, 'Sylva', 'NC'),
(84070, 237, 2414, 'Tabor City', 'NC'),
(84071, 237, 2414, 'Tar Heel', 'NC'),
(84072, 237, 2414, 'Tarawa Terrace I', 'NC'),
(84073, 237, 2414, 'Tarboro', 'NC'),
(84074, 237, 2414, 'Taylorsville', 'NC'),
(84075, 237, 2414, 'Teachey', 'NC'),
(84076, 237, 2414, 'Thomasville', 'NC'),
(84077, 237, 2414, 'Thurmond', 'NC'),
(84078, 237, 2414, 'Timberlake', 'NC'),
(84079, 237, 2414, 'Tobaccoville', 'NC'),
(84080, 237, 2414, 'Todd', 'NC'),
(84081, 237, 2414, 'Topton', 'NC'),
(84082, 237, 2414, 'Traphill', 'NC'),
(84083, 237, 2414, 'Trenton', 'NC'),
(84084, 237, 2414, 'Trinity', 'NC'),
(84085, 237, 2414, 'Troutman', 'NC'),
(84086, 237, 2414, 'Troy', 'NC'),
(84087, 237, 2414, 'Tryon', 'NC'),
(84088, 237, 2414, 'Tuckasegee', 'NC'),
(84089, 237, 2414, 'Turkey', 'NC'),
(84090, 237, 2414, 'Tuxedo', 'NC'),
(84091, 237, 2414, 'Union Grove', 'NC'),
(84092, 237, 2414, 'Union Mills', 'NC'),
(84093, 237, 2414, 'University', 'NC'),
(84094, 237, 2414, 'Unorganized Territory of Camp Lejeune', 'NC'),
(84095, 237, 2414, 'Valdese', 'NC'),
(84096, 237, 2414, 'Vale', 'NC'),
(84097, 237, 2414, 'Valle Crucis', 'NC'),
(84098, 237, 2414, 'Vanceboro', 'NC'),
(84099, 237, 2414, 'Vass', 'NC'),
(84100, 237, 2414, 'Vilas', 'NC'),
(84101, 237, 2414, 'Wade', 'NC'),
(84102, 237, 2414, 'Wadesboro', 'NC'),
(84103, 237, 2414, 'Wake Forest', 'NC'),
(84104, 237, 2414, 'Walkertown', 'NC'),
(84105, 237, 2414, 'Wallace', 'NC'),
(84106, 237, 2414, 'Wallburg', 'NC'),
(84107, 237, 2414, 'Walnut Cove', 'NC'),
(84108, 237, 2414, 'Walstonburg', 'NC'),
(84109, 237, 2414, 'Wanchese', 'NC'),
(84110, 237, 2414, 'Warne', 'NC'),
(84111, 237, 2414, 'Warrensville', 'NC'),
(84112, 237, 2414, 'Warrenton', 'NC'),
(84113, 237, 2414, 'Warsaw', 'NC'),
(84114, 237, 2414, 'Washington', 'NC'),
(84115, 237, 2414, 'Waves', 'NC'),
(84116, 237, 2414, 'Waxhaw', 'NC'),
(84117, 237, 2414, 'Waynesville', 'NC'),
(84118, 237, 2414, 'Weaverville', 'NC'),
(84119, 237, 2414, 'Webster', 'NC'),
(84120, 237, 2414, 'Welcome', 'NC'),
(84121, 237, 2414, 'Weldon', 'NC'),
(84122, 237, 2414, 'Wendell', 'NC'),
(84123, 237, 2414, 'Wentworth', 'NC'),
(84124, 237, 2414, 'West End', 'NC'),
(84125, 237, 2414, 'West Jefferson', 'NC'),
(84126, 237, 2414, 'Westfield', 'NC'),
(84127, 237, 2414, 'Whitakers', 'NC'),
(84128, 237, 2414, 'White Oak', 'NC'),
(84129, 237, 2414, 'Whiteville', 'NC'),
(84130, 237, 2414, 'Whitsett', 'NC'),
(84131, 237, 2414, 'Whittier', 'NC'),
(84132, 237, 2414, 'Wilkesboro', 'NC'),
(84133, 237, 2414, 'Willard', 'NC'),
(84134, 237, 2414, 'Williamston', 'NC'),
(84135, 237, 2414, 'Willow Springs', 'NC'),
(84136, 237, 2414, 'Wilmington', 'NC'),
(84137, 237, 2414, 'Wilson', 'NC'),
(84138, 237, 2414, 'Wilsons Mills', 'NC'),
(84139, 237, 2414, 'Windsor', 'NC'),
(84140, 237, 2414, 'Wingate', 'NC'),
(84141, 237, 2414, 'Winnabow', 'NC'),
(84142, 237, 2414, 'Winston-Salem', 'NC'),
(84143, 237, 2414, 'Winterville', 'NC'),
(84144, 237, 2414, 'Woodberry Forest', 'NC'),
(84145, 237, 2414, 'Woodland', 'NC'),
(84146, 237, 2414, 'Woodleaf', 'NC'),
(84147, 237, 2414, 'Wrightsville Beach', 'NC'),
(84148, 237, 2414, 'Yadkinville', 'NC'),
(84149, 237, 2414, 'Yanceyville', 'NC'),
(84150, 237, 2414, 'Youngsville', 'NC'),
(84151, 237, 2414, 'Zebulon', 'NC'),
(84152, 237, 2414, 'Zionville', 'NC'),
(84153, 237, 2414, 'Zirconia', 'NC'),
(84154, 237, 2415, 'Abercrombie', 'ND'),
(84155, 237, 2415, 'Alexander', 'ND'),
(84156, 237, 2415, 'Alfred', 'ND'),
(84157, 237, 2415, 'Anamoose', 'ND'),
(84158, 237, 2415, 'Antler', 'ND'),
(84159, 237, 2415, 'Arnegard', 'ND'),
(84160, 237, 2415, 'Arthur', 'ND'),
(84161, 237, 2415, 'Ashley', 'ND'),
(84162, 237, 2415, 'Baldwin', 'ND'),
(84163, 237, 2415, 'Balta', 'ND'),
(84164, 237, 2415, 'Beach', 'ND'),
(84165, 237, 2415, 'Belcourt', 'ND'),
(84166, 237, 2415, 'Belfield', 'ND'),
(84167, 237, 2415, 'Berthold', 'ND'),
(84168, 237, 2415, 'Beulah', 'ND'),
(84169, 237, 2415, 'Binford', 'ND'),
(84170, 237, 2415, 'Bismarck', 'ND'),
(84171, 237, 2415, 'Bottineau', 'ND'),
(84172, 237, 2415, 'Bowbells', 'ND'),
(84173, 237, 2415, 'Bowman', 'ND'),
(84174, 237, 2415, 'Buffalo', 'ND'),
(84175, 237, 2415, 'Buxton', 'ND'),
(84176, 237, 2415, 'Calvin', 'ND'),
(84177, 237, 2415, 'Cando', 'ND'),
(84178, 237, 2415, 'Carpio', 'ND'),
(84179, 237, 2415, 'Carrington', 'ND'),
(84180, 237, 2415, 'Carson', 'ND'),
(84181, 237, 2415, 'Casselton', 'ND'),
(84182, 237, 2415, 'Cavalier', 'ND'),
(84183, 237, 2415, 'Center', 'ND'),
(84184, 237, 2415, 'Cleveland', 'ND'),
(84185, 237, 2415, 'Cogswell', 'ND'),
(84186, 237, 2415, 'Columbus', 'ND'),
(84187, 237, 2415, 'Cooperstown', 'ND'),
(84188, 237, 2415, 'Courtenay', 'ND'),
(84189, 237, 2415, 'Crary', 'ND'),
(84190, 237, 2415, 'Crosby', 'ND'),
(84191, 237, 2415, 'Crystal', 'ND'),
(84192, 237, 2415, 'Cummings', 'ND'),
(84193, 237, 2415, 'Deering', 'ND'),
(84194, 237, 2415, 'Devils Lake', 'ND'),
(84195, 237, 2415, 'Dickinson', 'ND'),
(84196, 237, 2415, 'Dodge', 'ND'),
(84197, 237, 2415, 'Dunn Center', 'ND'),
(84198, 237, 2415, 'Dunseith', 'ND'),
(84199, 237, 2415, 'Edgeley', 'ND'),
(84200, 237, 2415, 'Edinburg', 'ND'),
(84201, 237, 2415, 'Egeland', 'ND'),
(84202, 237, 2415, 'Elgin', 'ND'),
(84203, 237, 2415, 'Ellendale', 'ND'),
(84204, 237, 2415, 'Emerado', 'ND'),
(84205, 237, 2415, 'Enderlin', 'ND'),
(84206, 237, 2415, 'Esmond', 'ND'),
(84207, 237, 2415, 'Fairmount', 'ND'),
(84208, 237, 2415, 'Fargo', 'ND'),
(84209, 237, 2415, 'Fessenden', 'ND'),
(84210, 237, 2415, 'Fingal', 'ND'),
(84211, 237, 2415, 'Finley', 'ND'),
(84212, 237, 2415, 'Flasher', 'ND'),
(84213, 237, 2415, 'Flaxton', 'ND'),
(84214, 237, 2415, 'Forbes', 'ND'),
(84215, 237, 2415, 'Fordville', 'ND'),
(84216, 237, 2415, 'Forman', 'ND'),
(84217, 237, 2415, 'Fort Totten', 'ND'),
(84218, 237, 2415, 'Fort Yates', 'ND'),
(84219, 237, 2415, 'Fortuna', 'ND'),
(84220, 237, 2415, 'Gackle', 'ND'),
(84221, 237, 2415, 'Galesburg', 'ND'),
(84222, 237, 2415, 'Garrison', 'ND'),
(84223, 237, 2415, 'Gilby', 'ND'),
(84224, 237, 2415, 'Gladstone', 'ND'),
(84225, 237, 2415, 'Glen Ullin', 'ND'),
(84226, 237, 2415, 'Glenburn', 'ND'),
(84227, 237, 2415, 'Glenfield', 'ND'),
(84228, 237, 2415, 'Golden Valley', 'ND'),
(84229, 237, 2415, 'Grafton', 'ND'),
(84230, 237, 2415, 'Grand Forks', 'ND'),
(84231, 237, 2415, 'Granville', 'ND'),
(84232, 237, 2415, 'Gwinner', 'ND'),
(84233, 237, 2415, 'Halliday', 'ND'),
(84234, 237, 2415, 'Hampden', 'ND'),
(84235, 237, 2415, 'Hankinson', 'ND'),
(84236, 237, 2415, 'Hannah', 'ND'),
(84237, 237, 2415, 'Harvey', 'ND'),
(84238, 237, 2415, 'Harwood', 'ND'),
(84239, 237, 2415, 'Hazen', 'ND'),
(84240, 237, 2415, 'Hebron', 'ND'),
(84241, 237, 2415, 'Hettinger', 'ND'),
(84242, 237, 2415, 'Hillsboro', 'ND'),
(84243, 237, 2415, 'Hoople', 'ND'),
(84244, 237, 2415, 'Hope', 'ND'),
(84245, 237, 2415, 'Horace', 'ND'),
(84246, 237, 2415, 'Hurdsfield', 'ND'),
(84247, 237, 2415, 'Jamestown', 'ND'),
(84248, 237, 2415, 'Keene', 'ND'),
(84249, 237, 2415, 'Kenmare', 'ND'),
(84250, 237, 2415, 'Killdeer', 'ND'),
(84251, 237, 2415, 'Kindred', 'ND'),
(84252, 237, 2415, 'Kintyre', 'ND'),
(84253, 237, 2415, 'Kulm', 'ND'),
(84254, 237, 2415, 'Lakota', 'ND'),
(84255, 237, 2415, 'LaMoure', 'ND'),
(84256, 237, 2415, 'Langdon', 'ND'),
(84257, 237, 2415, 'Lansford', 'ND'),
(84258, 237, 2415, 'Larimore', 'ND'),
(84259, 237, 2415, 'Leeds', 'ND'),
(84260, 237, 2415, 'Lehr', 'ND'),
(84261, 237, 2415, 'Leonard', 'ND'),
(84262, 237, 2415, 'Lidgerwood', 'ND'),
(84263, 237, 2415, 'Lignite', 'ND'),
(84264, 237, 2415, 'Linton', 'ND'),
(84265, 237, 2415, 'Lisbon', 'ND'),
(84266, 237, 2415, 'Luverne', 'ND'),
(84267, 237, 2415, 'Maddock', 'ND'),
(84268, 237, 2415, 'Mandan', 'ND'),
(84269, 237, 2415, 'Mandaree', 'ND'),
(84270, 237, 2415, 'Manning', 'ND'),
(84271, 237, 2415, 'Mapleton', 'ND'),
(84272, 237, 2415, 'Marmarth', 'ND'),
(84273, 237, 2415, 'Maxbass', 'ND'),
(84274, 237, 2415, 'Mayville', 'ND'),
(84275, 237, 2415, 'McVille', 'ND'),
(84276, 237, 2415, 'Medina', 'ND'),
(84277, 237, 2415, 'Medora', 'ND'),
(84278, 237, 2415, 'Menoken', 'ND'),
(84279, 237, 2415, 'Milnor', 'ND'),
(84280, 237, 2415, 'Milton', 'ND'),
(84281, 237, 2415, 'Minnewaukan', 'ND'),
(84282, 237, 2415, 'Minot', 'ND'),
(84283, 237, 2415, 'Minto', 'ND'),
(84284, 237, 2415, 'Mohall', 'ND'),
(84285, 237, 2415, 'Montpelier', 'ND'),
(84286, 237, 2415, 'Mott', 'ND'),
(84287, 237, 2415, 'Munich', 'ND'),
(84288, 237, 2415, 'Napoleon', 'ND'),
(84289, 237, 2415, 'Neche', 'ND'),
(84290, 237, 2415, 'New England', 'ND'),
(84291, 237, 2415, 'New Rockford', 'ND'),
(84292, 237, 2415, 'New Salem', 'ND'),
(84293, 237, 2415, 'New Town', 'ND'),
(84294, 237, 2415, 'Newburg', 'ND'),
(84295, 237, 2415, 'North Lemmon', 'ND'),
(84296, 237, 2415, 'Northwood', 'ND'),
(84297, 237, 2415, 'Oakes', 'ND'),
(84298, 237, 2415, 'Oriska', 'ND'),
(84299, 237, 2415, 'Palermo', 'ND'),
(84300, 237, 2415, 'Park River', 'ND'),
(84301, 237, 2415, 'Parshall', 'ND'),
(84302, 237, 2415, 'Pembina', 'ND'),
(84303, 237, 2415, 'Pingree', 'ND'),
(84304, 237, 2415, 'Plaza', 'ND'),
(84305, 237, 2415, 'Ray', 'ND'),
(84306, 237, 2415, 'Rhame', 'ND'),
(84307, 237, 2415, 'Richardton', 'ND'),
(84308, 237, 2415, 'Rolette', 'ND'),
(84309, 237, 2415, 'Rolla', 'ND'),
(84310, 237, 2415, 'Rugby', 'ND'),
(84311, 237, 2415, 'Rutland', 'ND'),
(84312, 237, 2415, 'Saint Anthony', 'ND'),
(84313, 237, 2415, 'Saint John', 'ND'),
(84314, 237, 2415, 'Saint Michael', 'ND'),
(84315, 237, 2415, 'Saint Thomas', 'ND'),
(84316, 237, 2415, 'Sanborn', 'ND'),
(84317, 237, 2415, 'Scranton', 'ND'),
(84318, 237, 2415, 'Sentinel Butte', 'ND'),
(84319, 237, 2415, 'Sheldon', 'ND'),
(84320, 237, 2415, 'Sherwood', 'ND'),
(84321, 237, 2415, 'Sheyenne', 'ND'),
(84322, 237, 2415, 'Stanley', 'ND'),
(84323, 237, 2415, 'Stanton', 'ND'),
(84324, 237, 2415, 'Steele', 'ND'),
(84325, 237, 2415, 'Sterling', 'ND'),
(84326, 237, 2415, 'Strasburg', 'ND'),
(84327, 237, 2415, 'Streeter', 'ND'),
(84328, 237, 2415, 'Surrey', 'ND'),
(84329, 237, 2415, 'Sykeston', 'ND'),
(84330, 237, 2415, 'Tappen', 'ND'),
(84331, 237, 2415, 'Thompson', 'ND'),
(84332, 237, 2415, 'Tioga', 'ND'),
(84333, 237, 2415, 'Tolna', 'ND'),
(84334, 237, 2415, 'Tower City', 'ND'),
(84335, 237, 2415, 'Towner', 'ND'),
(84336, 237, 2415, 'Trenton', 'ND'),
(84337, 237, 2415, 'Underwood', 'ND'),
(84338, 237, 2415, 'Upham', 'ND'),
(84339, 237, 2415, 'Valley City', 'ND'),
(84340, 237, 2415, 'Velva', 'ND'),
(84341, 237, 2415, 'Wahpeton', 'ND'),
(84342, 237, 2415, 'Walcott', 'ND'),
(84343, 237, 2415, 'Walhalla', 'ND'),
(84344, 237, 2415, 'Warwick', 'ND'),
(84345, 237, 2415, 'Washburn', 'ND'),
(84346, 237, 2415, 'Watford City', 'ND'),
(84347, 237, 2415, 'West Fargo', 'ND'),
(84348, 237, 2415, 'Westhope', 'ND'),
(84349, 237, 2415, 'Wheatland', 'ND'),
(84350, 237, 2415, 'White Earth', 'ND'),
(84351, 237, 2415, 'Williston', 'ND'),
(84352, 237, 2415, 'Willow City', 'ND'),
(84353, 237, 2415, 'Wilton', 'ND'),
(84354, 237, 2415, 'Wing', 'ND'),
(84355, 237, 2415, 'Wishek', 'ND'),
(84356, 237, 2415, 'Wolford', 'ND'),
(84357, 237, 2415, 'Wyndmere', 'ND'),
(84358, 237, 2415, 'Ypsilanti', 'ND'),
(84359, 237, 2415, 'Zap', 'ND'),
(84360, 237, 2415, 'Zeeland', 'ND'),
(84361, 237, 2416, 'Aberdeen', 'OH'),
(84362, 237, 2416, 'Ada', 'OH'),
(84363, 237, 2416, 'Adena', 'OH'),
(84364, 237, 2416, 'Akron', 'OH'),
(84365, 237, 2416, 'Albany', 'OH'),
(84366, 237, 2416, 'Alexandria', 'OH'),
(84367, 237, 2416, 'Alger', 'OH'),
(84368, 237, 2416, 'Alliance', 'OH'),
(84369, 237, 2416, 'Alvada', 'OH'),
(84370, 237, 2416, 'Alvordton', 'OH'),
(84371, 237, 2416, 'Amanda', 'OH'),
(84372, 237, 2416, 'Amelia', 'OH'),
(84373, 237, 2416, 'Amesville', 'OH'),
(84374, 237, 2416, 'Amherst', 'OH'),
(84375, 237, 2416, 'Amlin', 'OH'),
(84376, 237, 2416, 'Amsterdam', 'OH'),
(84377, 237, 2416, 'Andover', 'OH'),
(84378, 237, 2416, 'Anna', 'OH'),
(84379, 237, 2416, 'Ansonia', 'OH'),
(84380, 237, 2416, 'Antwerp', 'OH'),
(84381, 237, 2416, 'Arcadia', 'OH'),
(84382, 237, 2416, 'Arcanum', 'OH'),
(84383, 237, 2416, 'Archbold', 'OH'),
(84384, 237, 2416, 'Arlington', 'OH'),
(84385, 237, 2416, 'Ashland', 'OH'),
(84386, 237, 2416, 'Ashley', 'OH'),
(84387, 237, 2416, 'Ashtabula', 'OH'),
(84388, 237, 2416, 'Ashville', 'OH'),
(84389, 237, 2416, 'Athens', 'OH'),
(84390, 237, 2416, 'Attica', 'OH'),
(84391, 237, 2416, 'Atwater', 'OH'),
(84392, 237, 2416, 'Aurora', 'OH'),
(84393, 237, 2416, 'Austinburg', 'OH'),
(84394, 237, 2416, 'Avon', 'OH'),
(84395, 237, 2416, 'Avon Lake', 'OH'),
(84396, 237, 2416, 'Bainbridge', 'OH'),
(84397, 237, 2416, 'Baltimore', 'OH'),
(84398, 237, 2416, 'Barberton', 'OH'),
(84399, 237, 2416, 'Barnesville', 'OH'),
(84400, 237, 2416, 'Barton', 'OH'),
(84401, 237, 2416, 'Batavia', 'OH'),
(84402, 237, 2416, 'Bay Village', 'OH'),
(84403, 237, 2416, 'Beachwood', 'OH'),
(84404, 237, 2416, 'Beaver', 'OH'),
(84405, 237, 2416, 'Bedford', 'OH'),
(84406, 237, 2416, 'Bellaire', 'OH'),
(84407, 237, 2416, 'Bellbrook', 'OH'),
(84408, 237, 2416, 'Belle Center', 'OH'),
(84409, 237, 2416, 'Bellefontaine', 'OH'),
(84410, 237, 2416, 'Bellevue', 'OH'),
(84411, 237, 2416, 'Bellville', 'OH'),
(84412, 237, 2416, 'Belmont', 'OH'),
(84413, 237, 2416, 'Beloit', 'OH'),
(84414, 237, 2416, 'Belpre', 'OH'),
(84415, 237, 2416, 'Benton Ridge', 'OH'),
(84416, 237, 2416, 'Berea', 'OH'),
(84417, 237, 2416, 'Bergholz', 'OH'),
(84418, 237, 2416, 'Berlin Center', 'OH'),
(84419, 237, 2416, 'Berlin Heights', 'OH'),
(84420, 237, 2416, 'Bethel', 'OH'),
(84421, 237, 2416, 'Bethesda', 'OH'),
(84422, 237, 2416, 'Beverly', 'OH'),
(84423, 237, 2416, 'Bidwell', 'OH'),
(84424, 237, 2416, 'Big Prairie', 'OH'),
(84425, 237, 2416, 'Blacklick', 'OH'),
(84426, 237, 2416, 'Blanchester', 'OH'),
(84427, 237, 2416, 'Bloomdale', 'OH'),
(84428, 237, 2416, 'Bloomingdale', 'OH'),
(84429, 237, 2416, 'Bloomville', 'OH'),
(84430, 237, 2416, 'Blue Creek', 'OH'),
(84431, 237, 2416, 'Bluffton', 'OH'),
(84432, 237, 2416, 'Boardman', 'OH'),
(84433, 237, 2416, 'Bolivar', 'OH'),
(84434, 237, 2416, 'Botkins', 'OH'),
(84435, 237, 2416, 'Bowerston', 'OH'),
(84436, 237, 2416, 'Bowling Green', 'OH'),
(84437, 237, 2416, 'Bradford', 'OH'),
(84438, 237, 2416, 'Bradner', 'OH'),
(84439, 237, 2416, 'Brecksville', 'OH'),
(84440, 237, 2416, 'Bremen', 'OH'),
(84441, 237, 2416, 'Brewster', 'OH'),
(84442, 237, 2416, 'Brice', 'OH'),
(84443, 237, 2416, 'Bridgeport', 'OH'),
(84444, 237, 2416, 'Brilliant', 'OH'),
(84445, 237, 2416, 'Bristolville', 'OH'),
(84446, 237, 2416, 'Broadview Heights', 'OH'),
(84447, 237, 2416, 'Brook Park', 'OH'),
(84448, 237, 2416, 'Brookfield', 'OH'),
(84449, 237, 2416, 'Brookville', 'OH'),
(84450, 237, 2416, 'Brownsville', 'OH'),
(84451, 237, 2416, 'Brunswick', 'OH'),
(84452, 237, 2416, 'Bryan', 'OH'),
(84453, 237, 2416, 'Buckland', 'OH'),
(84454, 237, 2416, 'Bucyrus', 'OH'),
(84455, 237, 2416, 'Buffalo', 'OH'),
(84456, 237, 2416, 'Burbank', 'OH'),
(84457, 237, 2416, 'Burghill', 'OH'),
(84458, 237, 2416, 'Burton', 'OH'),
(84459, 237, 2416, 'Butler', 'OH'),
(84460, 237, 2416, 'Byesville', 'OH'),
(84461, 237, 2416, 'Cable', 'OH'),
(84462, 237, 2416, 'Cadiz', 'OH'),
(84463, 237, 2416, 'Cairo', 'OH'),
(84464, 237, 2416, 'Caldwell', 'OH'),
(84465, 237, 2416, 'Caledonia', 'OH'),
(84466, 237, 2416, 'Cambridge', 'OH'),
(84467, 237, 2416, 'Camden', 'OH'),
(84468, 237, 2416, 'Campbell', 'OH'),
(84469, 237, 2416, 'Canal Fulton', 'OH'),
(84470, 237, 2416, 'Canal Winchester', 'OH'),
(84471, 237, 2416, 'Canfield', 'OH'),
(84472, 237, 2416, 'Canton', 'OH'),
(84473, 237, 2416, 'Carbondale', 'OH'),
(84474, 237, 2416, 'Cardington', 'OH'),
(84475, 237, 2416, 'Carey', 'OH'),
(84476, 237, 2416, 'Carroll', 'OH'),
(84477, 237, 2416, 'Carrollton', 'OH'),
(84478, 237, 2416, 'Casstown', 'OH'),
(84479, 237, 2416, 'Castalia', 'OH'),
(84480, 237, 2416, 'Cedarville', 'OH'),
(84481, 237, 2416, 'Celina', 'OH'),
(84482, 237, 2416, 'Centerburg', 'OH'),
(84483, 237, 2416, 'Chagrin Falls', 'OH'),
(84484, 237, 2416, 'Chardon', 'OH'),
(84485, 237, 2416, 'Chauncey', 'OH'),
(84486, 237, 2416, 'Chesapeake', 'OH'),
(84487, 237, 2416, 'Cheshire', 'OH'),
(84488, 237, 2416, 'Chesterhill', 'OH'),
(84489, 237, 2416, 'Chesterland', 'OH'),
(84490, 237, 2416, 'Chillicothe', 'OH'),
(84491, 237, 2416, 'Chippewa Lake', 'OH'),
(84492, 237, 2416, 'Christiansburg', 'OH'),
(84493, 237, 2416, 'Cincinnati', 'OH'),
(84494, 237, 2416, 'Circleville', 'OH'),
(84495, 237, 2416, 'Clarksville', 'OH'),
(84496, 237, 2416, 'Clayton', 'OH'),
(84497, 237, 2416, 'Cleveland', 'OH'),
(84498, 237, 2416, 'Cleves', 'OH'),
(84499, 237, 2416, 'Clinton', 'OH'),
(84500, 237, 2416, 'Cloverdale', 'OH'),
(84501, 237, 2416, 'Clyde', 'OH'),
(84502, 237, 2416, 'Coldwater', 'OH'),
(84503, 237, 2416, 'College Corner', 'OH'),
(84504, 237, 2416, 'Collins', 'OH'),
(84505, 237, 2416, 'Columbia Station', 'OH'),
(84506, 237, 2416, 'Columbiana', 'OH'),
(84507, 237, 2416, 'Columbus', 'OH'),
(84508, 237, 2416, 'Columbus Grove', 'OH'),
(84509, 237, 2416, 'Commercial Point', 'OH'),
(84510, 237, 2416, 'Conneaut', 'OH'),
(84511, 237, 2416, 'Conover', 'OH'),
(84512, 237, 2416, 'Continental', 'OH'),
(84513, 237, 2416, 'Convoy', 'OH'),
(84514, 237, 2416, 'Coolville', 'OH'),
(84515, 237, 2416, 'Cortland', 'OH'),
(84516, 237, 2416, 'Coshocton', 'OH'),
(84517, 237, 2416, 'Covington', 'OH'),
(84518, 237, 2416, 'Crestline', 'OH'),
(84519, 237, 2416, 'Creston', 'OH'),
(84520, 237, 2416, 'Crooksville', 'OH'),
(84521, 237, 2416, 'Croton', 'OH'),
(84522, 237, 2416, 'Crown City', 'OH'),
(84523, 237, 2416, 'Cumberland', 'OH'),
(84524, 237, 2416, 'Curtice', 'OH'),
(84525, 237, 2416, 'Custar', 'OH'),
(84526, 237, 2416, 'Cutler', 'OH'),
(84527, 237, 2416, 'Cuyahoga Falls', 'OH'),
(84528, 237, 2416, 'Cygnet', 'OH'),
(84529, 237, 2416, 'Dalton', 'OH'),
(84530, 237, 2416, 'Dayton', 'OH'),
(84531, 237, 2416, 'De Graff', 'OH'),
(84532, 237, 2416, 'Deerfield', 'OH'),
(84533, 237, 2416, 'Defiance', 'OH'),
(84534, 237, 2416, 'Delaware', 'OH'),
(84535, 237, 2416, 'Delhi', 'OH'),
(84536, 237, 2416, 'Delphos', 'OH'),
(84537, 237, 2416, 'Delta', 'OH'),
(84538, 237, 2416, 'Dennison', 'OH'),
(84539, 237, 2416, 'Deshler', 'OH'),
(84540, 237, 2416, 'Diamond', 'OH'),
(84541, 237, 2416, 'Dillonvale', 'OH'),
(84542, 237, 2416, 'Donnelsville', 'OH'),
(84543, 237, 2416, 'Dorset', 'OH'),
(84544, 237, 2416, 'Dover', 'OH'),
(84545, 237, 2416, 'Doylestown', 'OH'),
(84546, 237, 2416, 'Dresden', 'OH'),
(84547, 237, 2416, 'Dublin', 'OH'),
(84548, 237, 2416, 'Dunbridge', 'OH'),
(84549, 237, 2416, 'Duncan Falls', 'OH'),
(84550, 237, 2416, 'Dundee', 'OH'),
(84551, 237, 2416, 'Dunkirk', 'OH'),
(84552, 237, 2416, 'East Claridon', 'OH'),
(84553, 237, 2416, 'East Liberty', 'OH'),
(84554, 237, 2416, 'East Liverpool', 'OH'),
(84555, 237, 2416, 'East Palestine', 'OH'),
(84556, 237, 2416, 'East Rochester', 'OH'),
(84557, 237, 2416, 'East Sparta', 'OH'),
(84558, 237, 2416, 'Eastlake', 'OH'),
(84559, 237, 2416, 'Eaton', 'OH'),
(84560, 237, 2416, 'Edgerton', 'OH'),
(84561, 237, 2416, 'Edison', 'OH'),
(84562, 237, 2416, 'Edon', 'OH'),
(84563, 237, 2416, 'Elmore', 'OH'),
(84564, 237, 2416, 'Elyria', 'OH'),
(84565, 237, 2416, 'Empire', 'OH'),
(84566, 237, 2416, 'Englewood', 'OH'),
(84567, 237, 2416, 'Enon', 'OH'),
(84568, 237, 2416, 'Euclid', 'OH'),
(84569, 237, 2416, 'Fairborn', 'OH'),
(84570, 237, 2416, 'Fairfield', 'OH'),
(84571, 237, 2416, 'Farmersville', 'OH'),
(84572, 237, 2416, 'Fayette', 'OH'),
(84573, 237, 2416, 'Fayetteville', 'OH'),
(84574, 237, 2416, 'Felicity', 'OH'),
(84575, 237, 2416, 'Findlay', 'OH'),
(84576, 237, 2416, 'Fletcher', 'OH'),
(84577, 237, 2416, 'Flushing', 'OH'),
(84578, 237, 2416, 'Forest', 'OH'),
(84579, 237, 2416, 'Fort Jennings', 'OH'),
(84580, 237, 2416, 'Fort Loramie', 'OH'),
(84581, 237, 2416, 'Fort Recovery', 'OH'),
(84582, 237, 2416, 'Fostoria', 'OH'),
(84583, 237, 2416, 'Frankfort', 'OH'),
(84584, 237, 2416, 'Franklin', 'OH'),
(84585, 237, 2416, 'Franklin Furnace', 'OH'),
(84586, 237, 2416, 'Frazeysburg', 'OH'),
(84587, 237, 2416, 'Fredericktown', 'OH'),
(84588, 237, 2416, 'Freeport', 'OH'),
(84589, 237, 2416, 'Fremont', 'OH'),
(84590, 237, 2416, 'Fresno', 'OH'),
(84591, 237, 2416, 'Galena', 'OH'),
(84592, 237, 2416, 'Galion', 'OH'),
(84593, 237, 2416, 'Gallipolis', 'OH'),
(84594, 237, 2416, 'Galloway', 'OH'),
(84595, 237, 2416, 'Gambier', 'OH'),
(84596, 237, 2416, 'Garrettsville', 'OH'),
(84597, 237, 2416, 'Gates Mills', 'OH'),
(84598, 237, 2416, 'Geneva', 'OH'),
(84599, 237, 2416, 'Genoa', 'OH'),
(84600, 237, 2416, 'Georgetown', 'OH'),
(84601, 237, 2416, 'Germantown', 'OH'),
(84602, 237, 2416, 'Gibsonburg', 'OH'),
(84603, 237, 2416, 'Girard', 'OH'),
(84604, 237, 2416, 'Glencoe', 'OH'),
(84605, 237, 2416, 'Glenford', 'OH'),
(84606, 237, 2416, 'Glenmont', 'OH'),
(84607, 237, 2416, 'Glouster', 'OH'),
(84608, 237, 2416, 'Gnadenhutten', 'OH'),
(84609, 237, 2416, 'Gomer', 'OH'),
(84610, 237, 2416, 'Goshen', 'OH'),
(84611, 237, 2416, 'Grafton', 'OH'),
(84612, 237, 2416, 'Grand Rapids', 'OH'),
(84613, 237, 2416, 'Granville', 'OH'),
(84614, 237, 2416, 'Graytown', 'OH'),
(84615, 237, 2416, 'Greenfield', 'OH'),
(84616, 237, 2416, 'Greentown', 'OH'),
(84617, 237, 2416, 'Greenville', 'OH'),
(84618, 237, 2416, 'Greenwich', 'OH'),
(84619, 237, 2416, 'Grove City', 'OH'),
(84620, 237, 2416, 'Groveport', 'OH'),
(84621, 237, 2416, 'Grover Hill', 'OH'),
(84622, 237, 2416, 'Guysville', 'OH'),
(84623, 237, 2416, 'Gypsum', 'OH'),
(84624, 237, 2416, 'Hamersville', 'OH'),
(84625, 237, 2416, 'Hamilton', 'OH'),
(84626, 237, 2416, 'Hammondsville', 'OH'),
(84627, 237, 2416, 'Hanoverton', 'OH'),
(84628, 237, 2416, 'Harpster', 'OH'),
(84629, 237, 2416, 'Harrisburg', 'OH'),
(84630, 237, 2416, 'Harrison', 'OH'),
(84631, 237, 2416, 'Harrod', 'OH'),
(84632, 237, 2416, 'Hartville', 'OH'),
(84633, 237, 2416, 'Haskins', 'OH'),
(84634, 237, 2416, 'Hayesville', 'OH'),
(84635, 237, 2416, 'Heath', 'OH'),
(84636, 237, 2416, 'Hebron', 'OH'),
(84637, 237, 2416, 'Helena', 'OH'),
(84638, 237, 2416, 'Hicksville', 'OH'),
(84639, 237, 2416, 'Hilliard', 'OH'),
(84640, 237, 2416, 'Hillsboro', 'OH'),
(84641, 237, 2416, 'Hinckley', 'OH'),
(84642, 237, 2416, 'Hiram', 'OH'),
(84643, 237, 2416, 'Holgate', 'OH'),
(84644, 237, 2416, 'Holland', 'OH'),
(84645, 237, 2416, 'Holmesville', 'OH'),
(84646, 237, 2416, 'Homerville', 'OH'),
(84647, 237, 2416, 'Homeworth', 'OH'),
(84648, 237, 2416, 'Hooven', 'OH'),
(84649, 237, 2416, 'Hopewell', 'OH'),
(84650, 237, 2416, 'Houston', 'OH'),
(84651, 237, 2416, 'Howard', 'OH'),
(84652, 237, 2416, 'Hoytville', 'OH'),
(84653, 237, 2416, 'Hubbard', 'OH'),
(84654, 237, 2416, 'Hudson', 'OH'),
(84655, 237, 2416, 'Huntsburg', 'OH'),
(84656, 237, 2416, 'Huntsville', 'OH'),
(84657, 237, 2416, 'Huron', 'OH'),
(84658, 237, 2416, 'Independence', 'OH'),
(84659, 237, 2416, 'Irondale', 'OH'),
(84660, 237, 2416, 'Ironton', 'OH'),
(84661, 237, 2416, 'Isle Saint George', 'OH'),
(84662, 237, 2416, 'Jackson', 'OH'),
(84663, 237, 2416, 'Jackson Center', 'OH'),
(84664, 237, 2416, 'Jamestown', 'OH'),
(84665, 237, 2416, 'Jefferson', 'OH'),
(84666, 237, 2416, 'Jeffersonville', 'OH'),
(84667, 237, 2416, 'Jeromesville', 'OH'),
(84668, 237, 2416, 'Jerusalem', 'OH'),
(84669, 237, 2416, 'Jewett', 'OH'),
(84670, 237, 2416, 'Johnstown', 'OH'),
(84671, 237, 2416, 'Kalida', 'OH'),
(84672, 237, 2416, 'Kansas', 'OH'),
(84673, 237, 2416, 'Kelleys Island', 'OH'),
(84674, 237, 2416, 'Kensington', 'OH'),
(84675, 237, 2416, 'Kent', 'OH'),
(84676, 237, 2416, 'Kenton', 'OH'),
(84677, 237, 2416, 'Kidron', 'OH'),
(84678, 237, 2416, 'Kilbourne', 'OH'),
(84679, 237, 2416, 'Killbuck', 'OH'),
(84680, 237, 2416, 'Kimbolton', 'OH'),
(84681, 237, 2416, 'Kingston', 'OH'),
(84682, 237, 2416, 'Kingsville', 'OH'),
(84683, 237, 2416, 'Kinsman', 'OH'),
(84684, 237, 2416, 'Kitts Hill', 'OH'),
(84685, 237, 2416, 'La Rue', 'OH'),
(84686, 237, 2416, 'Lafferty', 'OH'),
(84687, 237, 2416, 'Lagrange', 'OH'),
(84688, 237, 2416, 'Lakeside', 'OH'),
(84689, 237, 2416, 'Lakeview', 'OH'),
(84690, 237, 2416, 'Lakeville', 'OH'),
(84691, 237, 2416, 'Lakewood', 'OH'),
(84692, 237, 2416, 'Lancaster', 'OH'),
(84693, 237, 2416, 'Lansing', 'OH'),
(84694, 237, 2416, 'Latham', 'OH'),
(84695, 237, 2416, 'Laura', 'OH'),
(84696, 237, 2416, 'Laurelville', 'OH'),
(84697, 237, 2416, 'Leavittsburg', 'OH'),
(84698, 237, 2416, 'Lebanon', 'OH'),
(84699, 237, 2416, 'Leesburg', 'OH'),
(84700, 237, 2416, 'Leetonia', 'OH'),
(84701, 237, 2416, 'Leipsic', 'OH'),
(84702, 237, 2416, 'Lewis Center', 'OH'),
(84703, 237, 2416, 'Lewisburg', 'OH'),
(84704, 237, 2416, 'Lewistown', 'OH'),
(84705, 237, 2416, 'Liberty Center', 'OH'),
(84706, 237, 2416, 'Lima', 'OH'),
(84707, 237, 2416, 'Lisbon', 'OH'),
(84708, 237, 2416, 'Litchfield', 'OH'),
(84709, 237, 2416, 'Lithopolis', 'OH'),
(84710, 237, 2416, 'Little Hocking', 'OH'),
(84711, 237, 2416, 'Lockbourne', 'OH'),
(84712, 237, 2416, 'Lodi', 'OH'),
(84713, 237, 2416, 'Logan', 'OH'),
(84714, 237, 2416, 'London', 'OH'),
(84715, 237, 2416, 'Londonderry', 'OH'),
(84716, 237, 2416, 'Lorain', 'OH'),
(84717, 237, 2416, 'Lore City', 'OH'),
(84718, 237, 2416, 'Loudonville', 'OH'),
(84719, 237, 2416, 'Louisville', 'OH'),
(84720, 237, 2416, 'Loveland', 'OH'),
(84721, 237, 2416, 'Lowell', 'OH'),
(84722, 237, 2416, 'Lowellville', 'OH'),
(84723, 237, 2416, 'Lucasville', 'OH'),
(84724, 237, 2416, 'Luckey', 'OH'),
(84725, 237, 2416, 'Lynchburg', 'OH'),
(84726, 237, 2416, 'Lyons', 'OH'),
(84727, 237, 2416, 'Macedonia', 'OH'),
(84728, 237, 2416, 'Madison', 'OH'),
(84729, 237, 2416, 'Magnolia', 'OH'),
(84730, 237, 2416, 'Maineville', 'OH'),
(84731, 237, 2416, 'Malinta', 'OH'),
(84732, 237, 2416, 'Malta', 'OH'),
(84733, 237, 2416, 'Malvern', 'OH'),
(84734, 237, 2416, 'Manchester', 'OH'),
(84735, 237, 2416, 'Mansfield', 'OH'),
(84736, 237, 2416, 'Mantua', 'OH'),
(84737, 237, 2416, 'Maple Heights', 'OH'),
(84738, 237, 2416, 'Marengo', 'OH'),
(84739, 237, 2416, 'Maria Stein', 'OH'),
(84740, 237, 2416, 'Marietta', 'OH'),
(84741, 237, 2416, 'Marion', 'OH'),
(84742, 237, 2416, 'Mark Center', 'OH'),
(84743, 237, 2416, 'Marshallville', 'OH'),
(84744, 237, 2416, 'Martin', 'OH'),
(84745, 237, 2416, 'Martins Ferry', 'OH'),
(84746, 237, 2416, 'Martinsville', 'OH'),
(84747, 237, 2416, 'Marysville', 'OH'),
(84748, 237, 2416, 'Mason', 'OH'),
(84749, 237, 2416, 'Massillon', 'OH'),
(84750, 237, 2416, 'Masury', 'OH'),
(84751, 237, 2416, 'Maumee', 'OH'),
(84752, 237, 2416, 'McClure', 'OH'),
(84753, 237, 2416, 'McComb', 'OH'),
(84754, 237, 2416, 'McDonald', 'OH'),
(84755, 237, 2416, 'Mechanicsburg', 'OH'),
(84756, 237, 2416, 'Medina', 'OH'),
(84757, 237, 2416, 'Medway', 'OH'),
(84758, 237, 2416, 'Melmore', 'OH'),
(84759, 237, 2416, 'Melrose', 'OH'),
(84760, 237, 2416, 'Mendon', 'OH'),
(84761, 237, 2416, 'Mentor', 'OH'),
(84762, 237, 2416, 'Mesopotamia', 'OH'),
(84763, 237, 2416, 'Miamisburg', 'OH'),
(84764, 237, 2416, 'Miamitown', 'OH'),
(84765, 237, 2416, 'Middle Bass', 'OH'),
(84766, 237, 2416, 'Middle Point', 'OH'),
(84767, 237, 2416, 'Middleburg', 'OH'),
(84768, 237, 2416, 'Middlefield', 'OH'),
(84769, 237, 2416, 'Middleport', 'OH'),
(84770, 237, 2416, 'Middletown', 'OH'),
(84771, 237, 2416, 'Midvale', 'OH'),
(84772, 237, 2416, 'Milan', 'OH'),
(84773, 237, 2416, 'Milford', 'OH'),
(84774, 237, 2416, 'Milford Center', 'OH'),
(84775, 237, 2416, 'Millbury', 'OH'),
(84776, 237, 2416, 'Millersburg', 'OH'),
(84777, 237, 2416, 'Millersport', 'OH'),
(84778, 237, 2416, 'Mineral City', 'OH'),
(84779, 237, 2416, 'Mineral Ridge', 'OH'),
(84780, 237, 2416, 'Minerva', 'OH'),
(84781, 237, 2416, 'Minford', 'OH'),
(84782, 237, 2416, 'Mingo Junction', 'OH'),
(84783, 237, 2416, 'Minster', 'OH'),
(84784, 237, 2416, 'Mogadore', 'OH'),
(84785, 237, 2416, 'Monclova', 'OH'),
(84786, 237, 2416, 'Monroe', 'OH'),
(84787, 237, 2416, 'Monroeville', 'OH'),
(84788, 237, 2416, 'Montezuma', 'OH'),
(84789, 237, 2416, 'Montpelier', 'OH'),
(84790, 237, 2416, 'Montville', 'OH'),
(84791, 237, 2416, 'Morrow', 'OH'),
(84792, 237, 2416, 'Moscow', 'OH'),
(84793, 237, 2416, 'Mount Blanchard', 'OH'),
(84794, 237, 2416, 'Mount Cory', 'OH'),
(84795, 237, 2416, 'Mount Eaton', 'OH'),
(84796, 237, 2416, 'Mount Gilead', 'OH'),
(84797, 237, 2416, 'Mount Orab', 'OH'),
(84798, 237, 2416, 'Mount Perry', 'OH'),
(84799, 237, 2416, 'Mount Pleasant', 'OH'),
(84800, 237, 2416, 'Mount Sterling', 'OH'),
(84801, 237, 2416, 'Mount Vernon', 'OH'),
(84802, 237, 2416, 'Mount Victory', 'OH'),
(84803, 237, 2416, 'Munroe Falls', 'OH'),
(84804, 237, 2416, 'N. Lawrence', 'OH'),
(84805, 237, 2416, 'Napoleon', 'OH'),
(84806, 237, 2416, 'Nashport', 'OH'),
(84807, 237, 2416, 'Nashville', 'OH'),
(84808, 237, 2416, 'Navarre', 'OH'),
(84809, 237, 2416, 'Neapolis', 'OH'),
(84810, 237, 2416, 'Neffs', 'OH'),
(84811, 237, 2416, 'Negley', 'OH'),
(84812, 237, 2416, 'Nelsonville', 'OH'),
(84813, 237, 2416, 'Nevada', 'OH'),
(84814, 237, 2416, 'New Albany', 'OH'),
(84815, 237, 2416, 'New Athens', 'OH'),
(84816, 237, 2416, 'New Bavaria', 'OH'),
(84817, 237, 2416, 'New Bloomington', 'OH'),
(84818, 237, 2416, 'New Bremen', 'OH'),
(84819, 237, 2416, 'New Carlisle', 'OH'),
(84820, 237, 2416, 'New Concord', 'OH'),
(84821, 237, 2416, 'New Knoxville', 'OH'),
(84822, 237, 2416, 'New Lebanon', 'OH'),
(84823, 237, 2416, 'New Lexington', 'OH'),
(84824, 237, 2416, 'New London', 'OH'),
(84825, 237, 2416, 'New Madison', 'OH'),
(84826, 237, 2416, 'New Marshfield', 'OH'),
(84827, 237, 2416, 'New Middletown', 'OH'),
(84828, 237, 2416, 'New Paris', 'OH'),
(84829, 237, 2416, 'New Philadelphia', 'OH'),
(84830, 237, 2416, 'New Plymouth', 'OH'),
(84831, 237, 2416, 'New Richmond', 'OH'),
(84832, 237, 2416, 'New Riegel', 'OH'),
(84833, 237, 2416, 'New Springfield', 'OH'),
(84834, 237, 2416, 'New Vienna', 'OH'),
(84835, 237, 2416, 'New Waterford', 'OH'),
(84836, 237, 2416, 'Newark', 'OH'),
(84837, 237, 2416, 'Newbury Center', 'OH'),
(84838, 237, 2416, 'Newcomerstown', 'OH'),
(84839, 237, 2416, 'Newport', 'OH'),
(84840, 237, 2416, 'Newton Falls', 'OH'),
(84841, 237, 2416, 'Ney', 'OH'),
(84842, 237, 2416, 'Niles', 'OH'),
(84843, 237, 2416, 'North Baltimore', 'OH'),
(84844, 237, 2416, 'North Bend', 'OH'),
(84845, 237, 2416, 'North Benton', 'OH'),
(84846, 237, 2416, 'North Jackson', 'OH'),
(84847, 237, 2416, 'North Kingsville', 'OH'),
(84848, 237, 2416, 'North Lewisburg', 'OH'),
(84849, 237, 2416, 'North Lima', 'OH'),
(84850, 237, 2416, 'North Olmsted', 'OH'),
(84851, 237, 2416, 'North Ridgeville', 'OH'),
(84852, 237, 2416, 'North Royalton', 'OH'),
(84853, 237, 2416, 'Northfield', 'OH'),
(84854, 237, 2416, 'Northwood', 'OH'),
(84855, 237, 2416, 'Norwalk', 'OH'),
(84856, 237, 2416, 'Norwich', 'OH'),
(84857, 237, 2416, 'Nova', 'OH'),
(84858, 237, 2416, 'Novelty', 'OH'),
(84859, 237, 2416, 'Oak Harbor', 'OH'),
(84860, 237, 2416, 'Oak Hill', 'OH'),
(84861, 237, 2416, 'Oakwood', 'OH'),
(84862, 237, 2416, 'Oberlin', 'OH'),
(84863, 237, 2416, 'Ohio City', 'OH'),
(84864, 237, 2416, 'Okeana', 'OH'),
(84865, 237, 2416, 'Olmsted Falls', 'OH'),
(84866, 237, 2416, 'Oregon', 'OH'),
(84867, 237, 2416, 'Oregonia', 'OH'),
(84868, 237, 2416, 'Orient', 'OH'),
(84869, 237, 2416, 'Orrville', 'OH'),
(84870, 237, 2416, 'Orwell', 'OH'),
(84871, 237, 2416, 'Ostrander', 'OH'),
(84872, 237, 2416, 'Ottawa', 'OH'),
(84873, 237, 2416, 'Ottoville', 'OH'),
(84874, 237, 2416, 'Otway', 'OH'),
(84875, 237, 2416, 'Owensville', 'OH'),
(84876, 237, 2416, 'Oxford', 'OH'),
(84877, 237, 2416, 'Painesville', 'OH'),
(84878, 237, 2416, 'Pandora', 'OH'),
(84879, 237, 2416, 'Paris', 'OH'),
(84880, 237, 2416, 'Parkman', 'OH'),
(84881, 237, 2416, 'Pataskala', 'OH'),
(84882, 237, 2416, 'Patriot', 'OH'),
(84883, 237, 2416, 'Paulding', 'OH'),
(84884, 237, 2416, 'Payne', 'OH'),
(84885, 237, 2416, 'Pedro', 'OH');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(84886, 237, 2416, 'Peebles', 'OH'),
(84887, 237, 2416, 'Pemberville', 'OH'),
(84888, 237, 2416, 'Peninsula', 'OH'),
(84889, 237, 2416, 'Perry', 'OH'),
(84890, 237, 2416, 'Perrysburg', 'OH'),
(84891, 237, 2416, 'Perrysville', 'OH'),
(84892, 237, 2416, 'Petersburg', 'OH'),
(84893, 237, 2416, 'Philo', 'OH'),
(84894, 237, 2416, 'Pickerington', 'OH'),
(84895, 237, 2416, 'Piketon', 'OH'),
(84896, 237, 2416, 'Pioneer', 'OH'),
(84897, 237, 2416, 'Piqua', 'OH'),
(84898, 237, 2416, 'Plain City', 'OH'),
(84899, 237, 2416, 'Pleasant City', 'OH'),
(84900, 237, 2416, 'Pleasant Plain', 'OH'),
(84901, 237, 2416, 'Pleasantville', 'OH'),
(84902, 237, 2416, 'Plymouth', 'OH'),
(84903, 237, 2416, 'Polk', 'OH'),
(84904, 237, 2416, 'Pomeroy', 'OH'),
(84905, 237, 2416, 'Port Clinton', 'OH'),
(84906, 237, 2416, 'Port Washington', 'OH'),
(84907, 237, 2416, 'Portage', 'OH'),
(84908, 237, 2416, 'Portland', 'OH'),
(84909, 237, 2416, 'Portsmouth', 'OH'),
(84910, 237, 2416, 'Potsdam', 'OH'),
(84911, 237, 2416, 'Powell', 'OH'),
(84912, 237, 2416, 'Powhatan Point', 'OH'),
(84913, 237, 2416, 'Proctorville', 'OH'),
(84914, 237, 2416, 'Prospect', 'OH'),
(84915, 237, 2416, 'Quaker City', 'OH'),
(84916, 237, 2416, 'Racine', 'OH'),
(84917, 237, 2416, 'Radnor', 'OH'),
(84918, 237, 2416, 'Rarden', 'OH'),
(84919, 237, 2416, 'Ravenna', 'OH'),
(84920, 237, 2416, 'Rawson', 'OH'),
(84921, 237, 2416, 'Rayland', 'OH'),
(84922, 237, 2416, 'Raymond', 'OH'),
(84923, 237, 2416, 'Reno', 'OH'),
(84924, 237, 2416, 'Republic', 'OH'),
(84925, 237, 2416, 'Reynoldsburg', 'OH'),
(84926, 237, 2416, 'Richfield', 'OH'),
(84927, 237, 2416, 'Richmond', 'OH'),
(84928, 237, 2416, 'Richwood', 'OH'),
(84929, 237, 2416, 'Ridgeville Corners', 'OH'),
(84930, 237, 2416, 'Ridgeway', 'OH'),
(84931, 237, 2416, 'Ripley', 'OH'),
(84932, 237, 2416, 'Rittman', 'OH'),
(84933, 237, 2416, 'Rock Creek', 'OH'),
(84934, 237, 2416, 'Rockbridge', 'OH'),
(84935, 237, 2416, 'Rockford', 'OH'),
(84936, 237, 2416, 'Rocky Ridge', 'OH'),
(84937, 237, 2416, 'Rocky River', 'OH'),
(84938, 237, 2416, 'Rogers', 'OH'),
(84939, 237, 2416, 'Rome', 'OH'),
(84940, 237, 2416, 'Rootstown', 'OH'),
(84941, 237, 2416, 'Roseville', 'OH'),
(84942, 237, 2416, 'Ross', 'OH'),
(84943, 237, 2416, 'Rossburg', 'OH'),
(84944, 237, 2416, 'Rossford', 'OH'),
(84945, 237, 2416, 'Rushsylvania', 'OH'),
(84946, 237, 2416, 'Russells Point', 'OH'),
(84947, 237, 2416, 'Russellville', 'OH'),
(84948, 237, 2416, 'Russia', 'OH'),
(84949, 237, 2416, 'Rutland', 'OH'),
(84950, 237, 2416, 'Saint Clairsville', 'OH'),
(84951, 237, 2416, 'Saint Henry', 'OH'),
(84952, 237, 2416, 'Saint Louisville', 'OH'),
(84953, 237, 2416, 'Saint Marys', 'OH'),
(84954, 237, 2416, 'Saint Paris', 'OH'),
(84955, 237, 2416, 'Salem', 'OH'),
(84956, 237, 2416, 'Salesville', 'OH'),
(84957, 237, 2416, 'Sandusky', 'OH'),
(84958, 237, 2416, 'Sardinia', 'OH'),
(84959, 237, 2416, 'Sardis', 'OH'),
(84960, 237, 2416, 'Scio', 'OH'),
(84961, 237, 2416, 'Scioto Furnace', 'OH'),
(84962, 237, 2416, 'Seaman', 'OH'),
(84963, 237, 2416, 'Sebring', 'OH'),
(84964, 237, 2416, 'Senecaville', 'OH'),
(84965, 237, 2416, 'Seven Mile', 'OH'),
(84966, 237, 2416, 'Seville', 'OH'),
(84967, 237, 2416, 'Shade', 'OH'),
(84968, 237, 2416, 'Shadyside', 'OH'),
(84969, 237, 2416, 'Shawnee', 'OH'),
(84970, 237, 2416, 'Sheffield Lake', 'OH'),
(84971, 237, 2416, 'Shelby', 'OH'),
(84972, 237, 2416, 'Sherrodsville', 'OH'),
(84973, 237, 2416, 'Sherwood', 'OH'),
(84974, 237, 2416, 'Shiloh', 'OH'),
(84975, 237, 2416, 'Sidney', 'OH'),
(84976, 237, 2416, 'Smithfield', 'OH'),
(84977, 237, 2416, 'Solon', 'OH'),
(84978, 237, 2416, 'Somerset', 'OH'),
(84979, 237, 2416, 'Somerville', 'OH'),
(84980, 237, 2416, 'South Charleston', 'OH'),
(84981, 237, 2416, 'South Lebanon', 'OH'),
(84982, 237, 2416, 'South Point', 'OH'),
(84983, 237, 2416, 'South Salem', 'OH'),
(84984, 237, 2416, 'South Vienna', 'OH'),
(84985, 237, 2416, 'South Webster', 'OH'),
(84986, 237, 2416, 'Southington', 'OH'),
(84987, 237, 2416, 'Spencer', 'OH'),
(84988, 237, 2416, 'Spencerville', 'OH'),
(84989, 237, 2416, 'Spring Valley', 'OH'),
(84990, 237, 2416, 'Springboro', 'OH'),
(84991, 237, 2416, 'Springfield', 'OH'),
(84992, 237, 2416, 'Steubenville', 'OH'),
(84993, 237, 2416, 'Stockdale', 'OH'),
(84994, 237, 2416, 'Stockport', 'OH'),
(84995, 237, 2416, 'Stone Creek', 'OH'),
(84996, 237, 2416, 'Stout', 'OH'),
(84997, 237, 2416, 'Stoutsville', 'OH'),
(84998, 237, 2416, 'Stow', 'OH'),
(84999, 237, 2416, 'Strasburg', 'OH'),
(85000, 237, 2416, 'Streetsboro', 'OH'),
(85001, 237, 2416, 'Strongsville', 'OH'),
(85002, 237, 2416, 'Struthers', 'OH'),
(85003, 237, 2416, 'Stryker', 'OH'),
(85004, 237, 2416, 'Sugar Grove', 'OH'),
(85005, 237, 2416, 'Sugarcreek', 'OH'),
(85006, 237, 2416, 'Sullivan', 'OH'),
(85007, 237, 2416, 'Summerfield', 'OH'),
(85008, 237, 2416, 'Summitville', 'OH'),
(85009, 237, 2416, 'Sunbury', 'OH'),
(85010, 237, 2416, 'Swanton', 'OH'),
(85011, 237, 2416, 'Sycamore', 'OH'),
(85012, 237, 2416, 'Sylvania', 'OH'),
(85013, 237, 2416, 'Syracuse', 'OH'),
(85014, 237, 2416, 'Tallmadge', 'OH'),
(85015, 237, 2416, 'Terrace Park', 'OH'),
(85016, 237, 2416, 'The Plains', 'OH'),
(85017, 237, 2416, 'Thompson', 'OH'),
(85018, 237, 2416, 'Thornville', 'OH'),
(85019, 237, 2416, 'Thurston', 'OH'),
(85020, 237, 2416, 'Tiffin', 'OH'),
(85021, 237, 2416, 'Tiltonsville', 'OH'),
(85022, 237, 2416, 'Tipp City', 'OH'),
(85023, 237, 2416, 'Toledo', 'OH'),
(85024, 237, 2416, 'Toronto', 'OH'),
(85025, 237, 2416, 'Trenton', 'OH'),
(85026, 237, 2416, 'Troy', 'OH'),
(85027, 237, 2416, 'Twinsburg', 'OH'),
(85028, 237, 2416, 'Uhrichsville', 'OH'),
(85029, 237, 2416, 'Union City', 'OH'),
(85030, 237, 2416, 'Union Furnace', 'OH'),
(85031, 237, 2416, 'Uniontown', 'OH'),
(85032, 237, 2416, 'Upper Sandusky', 'OH'),
(85033, 237, 2416, 'Urbana', 'OH'),
(85034, 237, 2416, 'Utica', 'OH'),
(85035, 237, 2416, 'Valley City', 'OH'),
(85036, 237, 2416, 'Van Buren', 'OH'),
(85037, 237, 2416, 'Van Wert', 'OH'),
(85038, 237, 2416, 'Vandalia', 'OH'),
(85039, 237, 2416, 'Vermilion', 'OH'),
(85040, 237, 2416, 'Versailles', 'OH'),
(85041, 237, 2416, 'Vickery', 'OH'),
(85042, 237, 2416, 'Vienna', 'OH'),
(85043, 237, 2416, 'Vincent', 'OH'),
(85044, 237, 2416, 'Vinton', 'OH'),
(85045, 237, 2416, 'Wadsworth', 'OH'),
(85046, 237, 2416, 'Wakeman', 'OH'),
(85047, 237, 2416, 'Walbridge', 'OH'),
(85048, 237, 2416, 'Waldo', 'OH'),
(85049, 237, 2416, 'Wapakoneta', 'OH'),
(85050, 237, 2416, 'Warren', 'OH'),
(85051, 237, 2416, 'Warsaw', 'OH'),
(85052, 237, 2416, 'Washington Court House', 'OH'),
(85053, 237, 2416, 'Waterford', 'OH'),
(85054, 237, 2416, 'Waterville', 'OH'),
(85055, 237, 2416, 'Wauseon', 'OH'),
(85056, 237, 2416, 'Waverly', 'OH'),
(85057, 237, 2416, 'Wayne', 'OH'),
(85058, 237, 2416, 'Waynesburg', 'OH'),
(85059, 237, 2416, 'Waynesville', 'OH'),
(85060, 237, 2416, 'Wellington', 'OH'),
(85061, 237, 2416, 'Wellston', 'OH'),
(85062, 237, 2416, 'Wellsville', 'OH'),
(85063, 237, 2416, 'West Alexandria', 'OH'),
(85064, 237, 2416, 'West Chester', 'OH'),
(85065, 237, 2416, 'West Farmington', 'OH'),
(85066, 237, 2416, 'West Jefferson', 'OH'),
(85067, 237, 2416, 'West Lafayette', 'OH'),
(85068, 237, 2416, 'West Liberty', 'OH'),
(85069, 237, 2416, 'West Mansfield', 'OH'),
(85070, 237, 2416, 'West Milton', 'OH'),
(85071, 237, 2416, 'West Portsmouth', 'OH'),
(85072, 237, 2416, 'West Salem', 'OH'),
(85073, 237, 2416, 'West Union', 'OH'),
(85074, 237, 2416, 'West Unity', 'OH'),
(85075, 237, 2416, 'Westerville', 'OH'),
(85076, 237, 2416, 'Westlake', 'OH'),
(85077, 237, 2416, 'Weston', 'OH'),
(85078, 237, 2416, 'Wheelersburg', 'OH'),
(85079, 237, 2416, 'Whitehouse', 'OH'),
(85080, 237, 2416, 'Wickliffe', 'OH'),
(85081, 237, 2416, 'Wilberforce', 'OH'),
(85082, 237, 2416, 'Willard', 'OH'),
(85083, 237, 2416, 'Williamsburg', 'OH'),
(85084, 237, 2416, 'Williamsport', 'OH'),
(85085, 237, 2416, 'Willoughby', 'OH'),
(85086, 237, 2416, 'Willow Wood', 'OH'),
(85087, 237, 2416, 'Willshire', 'OH'),
(85088, 237, 2416, 'Wilmington', 'OH'),
(85089, 237, 2416, 'Wilmot', 'OH'),
(85090, 237, 2416, 'Winchester', 'OH'),
(85091, 237, 2416, 'Winesburg', 'OH'),
(85092, 237, 2416, 'Woodsfield', 'OH'),
(85093, 237, 2416, 'Woodstock', 'OH'),
(85094, 237, 2416, 'Woodville', 'OH'),
(85095, 237, 2416, 'Wooster', 'OH'),
(85096, 237, 2416, 'Xenia', 'OH'),
(85097, 237, 2416, 'Yellow Springs', 'OH'),
(85098, 237, 2416, 'Yorkshire', 'OH'),
(85099, 237, 2416, 'Yorkville', 'OH'),
(85100, 237, 2416, 'Youngstown', 'OH'),
(85101, 237, 2416, 'Zaleski', 'OH'),
(85102, 237, 2416, 'Zanesville', 'OH'),
(85103, 237, 2417, 'Achille', 'OK'),
(85104, 237, 2417, 'Ada', 'OK'),
(85105, 237, 2417, 'Adair', 'OK'),
(85106, 237, 2417, 'Afton', 'OK'),
(85107, 237, 2417, 'Agra', 'OK'),
(85108, 237, 2417, 'Albion', 'OK'),
(85109, 237, 2417, 'Allen', 'OK'),
(85110, 237, 2417, 'Altus', 'OK'),
(85111, 237, 2417, 'Alva', 'OK'),
(85112, 237, 2417, 'Amber', 'OK'),
(85113, 237, 2417, 'Anadarko', 'OK'),
(85114, 237, 2417, 'Antlers', 'OK'),
(85115, 237, 2417, 'Apache', 'OK'),
(85116, 237, 2417, 'Arcadia', 'OK'),
(85117, 237, 2417, 'Ardmore', 'OK'),
(85118, 237, 2417, 'Arkoma', 'OK'),
(85119, 237, 2417, 'Arnett', 'OK'),
(85120, 237, 2417, 'Atoka', 'OK'),
(85121, 237, 2417, 'Barnsdall', 'OK'),
(85122, 237, 2417, 'Bartlesville', 'OK'),
(85123, 237, 2417, 'Beaver', 'OK'),
(85124, 237, 2417, 'Beggs', 'OK'),
(85125, 237, 2417, 'Bessie', 'OK'),
(85126, 237, 2417, 'Bethany', 'OK'),
(85127, 237, 2417, 'Bethel', 'OK'),
(85128, 237, 2417, 'Big Cabin', 'OK'),
(85129, 237, 2417, 'Binger', 'OK'),
(85130, 237, 2417, 'Bixby', 'OK'),
(85131, 237, 2417, 'Blackwell', 'OK'),
(85132, 237, 2417, 'Blair', 'OK'),
(85133, 237, 2417, 'Blanchard', 'OK'),
(85134, 237, 2417, 'Bluejacket', 'OK'),
(85135, 237, 2417, 'Boise City', 'OK'),
(85136, 237, 2417, 'Bokchito', 'OK'),
(85137, 237, 2417, 'Boswell', 'OK'),
(85138, 237, 2417, 'Boynton', 'OK'),
(85139, 237, 2417, 'Braggs', 'OK'),
(85140, 237, 2417, 'Braman', 'OK'),
(85141, 237, 2417, 'Bristow', 'OK'),
(85142, 237, 2417, 'Broken Arrow', 'OK'),
(85143, 237, 2417, 'Broken Bow', 'OK'),
(85144, 237, 2417, 'Bunch', 'OK'),
(85145, 237, 2417, 'Burlington', 'OK'),
(85146, 237, 2417, 'Burneyville', 'OK'),
(85147, 237, 2417, 'Butler', 'OK'),
(85148, 237, 2417, 'Cache', 'OK'),
(85149, 237, 2417, 'Caddo', 'OK'),
(85150, 237, 2417, 'Calera', 'OK'),
(85151, 237, 2417, 'Calumet', 'OK'),
(85152, 237, 2417, 'Calvin', 'OK'),
(85153, 237, 2417, 'Cameron', 'OK'),
(85154, 237, 2417, 'Canadian', 'OK'),
(85155, 237, 2417, 'Canton', 'OK'),
(85156, 237, 2417, 'Canute', 'OK'),
(85157, 237, 2417, 'Carmen', 'OK'),
(85158, 237, 2417, 'Carnegie', 'OK'),
(85159, 237, 2417, 'Carney', 'OK'),
(85160, 237, 2417, 'Cartwright', 'OK'),
(85161, 237, 2417, 'Cashion', 'OK'),
(85162, 237, 2417, 'Castle', 'OK'),
(85163, 237, 2417, 'Catoosa', 'OK'),
(85164, 237, 2417, 'Chandler', 'OK'),
(85165, 237, 2417, 'Checotah', 'OK'),
(85166, 237, 2417, 'Chelsea', 'OK'),
(85167, 237, 2417, 'Cherokee', 'OK'),
(85168, 237, 2417, 'Chester', 'OK'),
(85169, 237, 2417, 'Cheyenne', 'OK'),
(85170, 237, 2417, 'Chickasha', 'OK'),
(85171, 237, 2417, 'Choctaw', 'OK'),
(85172, 237, 2417, 'Chouteau', 'OK'),
(85173, 237, 2417, 'City of Picher (historical)', 'OK'),
(85174, 237, 2417, 'Claremore', 'OK'),
(85175, 237, 2417, 'Clayton', 'OK'),
(85176, 237, 2417, 'Cleo Springs', 'OK'),
(85177, 237, 2417, 'Cleveland', 'OK'),
(85178, 237, 2417, 'Clinton', 'OK'),
(85179, 237, 2417, 'Coalgate', 'OK'),
(85180, 237, 2417, 'Colbert', 'OK'),
(85181, 237, 2417, 'Colcord', 'OK'),
(85182, 237, 2417, 'Coleman', 'OK'),
(85183, 237, 2417, 'Collinsville', 'OK'),
(85184, 237, 2417, 'Comanche', 'OK'),
(85185, 237, 2417, 'Cookson', 'OK'),
(85186, 237, 2417, 'Cordell', 'OK'),
(85187, 237, 2417, 'Corn', 'OK'),
(85188, 237, 2417, 'Council Hill', 'OK'),
(85189, 237, 2417, 'Coweta', 'OK'),
(85190, 237, 2417, 'Coyle', 'OK'),
(85191, 237, 2417, 'Crescent', 'OK'),
(85192, 237, 2417, 'Cushing', 'OK'),
(85193, 237, 2417, 'Cyril', 'OK'),
(85194, 237, 2417, 'Davenport', 'OK'),
(85195, 237, 2417, 'Davis', 'OK'),
(85196, 237, 2417, 'Delaware', 'OK'),
(85197, 237, 2417, 'Devol', 'OK'),
(85198, 237, 2417, 'Dewey', 'OK'),
(85199, 237, 2417, 'Drummond', 'OK'),
(85200, 237, 2417, 'Drumright', 'OK'),
(85201, 237, 2417, 'Duke', 'OK'),
(85202, 237, 2417, 'Duncan', 'OK'),
(85203, 237, 2417, 'Durant', 'OK'),
(85204, 237, 2417, 'Durham', 'OK'),
(85205, 237, 2417, 'Dustin', 'OK'),
(85206, 237, 2417, 'Eagletown', 'OK'),
(85207, 237, 2417, 'Earlsboro', 'OK'),
(85208, 237, 2417, 'Edmond', 'OK'),
(85209, 237, 2417, 'El Reno', 'OK'),
(85210, 237, 2417, 'Elgin', 'OK'),
(85211, 237, 2417, 'Elk City', 'OK'),
(85212, 237, 2417, 'Elmore City', 'OK'),
(85213, 237, 2417, 'Enid', 'OK'),
(85214, 237, 2417, 'Erick', 'OK'),
(85215, 237, 2417, 'Eucha', 'OK'),
(85216, 237, 2417, 'Eufaula', 'OK'),
(85217, 237, 2417, 'Fairland', 'OK'),
(85218, 237, 2417, 'Fairmont', 'OK'),
(85219, 237, 2417, 'Fairview', 'OK'),
(85220, 237, 2417, 'Fanshawe', 'OK'),
(85221, 237, 2417, 'Fargo', 'OK'),
(85222, 237, 2417, 'Fitzhugh', 'OK'),
(85223, 237, 2417, 'Fletcher', 'OK'),
(85224, 237, 2417, 'Fort Cobb', 'OK'),
(85225, 237, 2417, 'Fort Gibson', 'OK'),
(85226, 237, 2417, 'Fort Sill Indian School Reservation (historical)', 'OK'),
(85227, 237, 2417, 'Fort Supply', 'OK'),
(85228, 237, 2417, 'Fort Towson', 'OK'),
(85229, 237, 2417, 'Frederick', 'OK'),
(85230, 237, 2417, 'Gage', 'OK'),
(85231, 237, 2417, 'Gans', 'OK'),
(85232, 237, 2417, 'Garber', 'OK'),
(85233, 237, 2417, 'Geary', 'OK'),
(85234, 237, 2417, 'Geronimo', 'OK'),
(85235, 237, 2417, 'Glencoe', 'OK'),
(85236, 237, 2417, 'Glenpool', 'OK'),
(85237, 237, 2417, 'Goltry', 'OK'),
(85238, 237, 2417, 'Goodwell', 'OK'),
(85239, 237, 2417, 'Gore', 'OK'),
(85240, 237, 2417, 'Gould', 'OK'),
(85241, 237, 2417, 'Gowen', 'OK'),
(85242, 237, 2417, 'Gracemont', 'OK'),
(85243, 237, 2417, 'Grandfield', 'OK'),
(85244, 237, 2417, 'Granite', 'OK'),
(85245, 237, 2417, 'Grant', 'OK'),
(85246, 237, 2417, 'Grove', 'OK'),
(85247, 237, 2417, 'Guthrie', 'OK'),
(85248, 237, 2417, 'Guymon', 'OK'),
(85249, 237, 2417, 'Haileyville', 'OK'),
(85250, 237, 2417, 'Hallett', 'OK'),
(85251, 237, 2417, 'Hammon', 'OK'),
(85252, 237, 2417, 'Hanna', 'OK'),
(85253, 237, 2417, 'Hardesty', 'OK'),
(85254, 237, 2417, 'Harrah', 'OK'),
(85255, 237, 2417, 'Hartshorne', 'OK'),
(85256, 237, 2417, 'Haskell', 'OK'),
(85257, 237, 2417, 'Haworth', 'OK'),
(85258, 237, 2417, 'Headrick', 'OK'),
(85259, 237, 2417, 'Healdton', 'OK'),
(85260, 237, 2417, 'Heavener', 'OK'),
(85261, 237, 2417, 'Hendrix', 'OK'),
(85262, 237, 2417, 'Hennessey', 'OK'),
(85263, 237, 2417, 'Henryetta', 'OK'),
(85264, 237, 2417, 'Hinton', 'OK'),
(85265, 237, 2417, 'Hitchcock', 'OK'),
(85266, 237, 2417, 'Hobart', 'OK'),
(85267, 237, 2417, 'Holdenville', 'OK'),
(85268, 237, 2417, 'Hollis', 'OK'),
(85269, 237, 2417, 'Hominy', 'OK'),
(85270, 237, 2417, 'Hooker', 'OK'),
(85271, 237, 2417, 'Howe', 'OK'),
(85272, 237, 2417, 'Hugo', 'OK'),
(85273, 237, 2417, 'Hulbert', 'OK'),
(85274, 237, 2417, 'Hydro', 'OK'),
(85275, 237, 2417, 'Idabel', 'OK'),
(85276, 237, 2417, 'Indianola', 'OK'),
(85277, 237, 2417, 'Inola', 'OK'),
(85278, 237, 2417, 'Jay', 'OK'),
(85279, 237, 2417, 'Jenks', 'OK'),
(85280, 237, 2417, 'Jennings', 'OK'),
(85281, 237, 2417, 'Jet', 'OK'),
(85282, 237, 2417, 'Jones', 'OK'),
(85283, 237, 2417, 'Kansas', 'OK'),
(85284, 237, 2417, 'Kellyville', 'OK'),
(85285, 237, 2417, 'Kenefic', 'OK'),
(85286, 237, 2417, 'Keota', 'OK'),
(85287, 237, 2417, 'Ketchum', 'OK'),
(85288, 237, 2417, 'Kiefer', 'OK'),
(85289, 237, 2417, 'Kingfisher', 'OK'),
(85290, 237, 2417, 'Kingston', 'OK'),
(85291, 237, 2417, 'Kinta', 'OK'),
(85292, 237, 2417, 'Konawa', 'OK'),
(85293, 237, 2417, 'Krebs', 'OK'),
(85294, 237, 2417, 'Lahoma', 'OK'),
(85295, 237, 2417, 'Lamar', 'OK'),
(85296, 237, 2417, 'Lamont', 'OK'),
(85297, 237, 2417, 'Lane', 'OK'),
(85298, 237, 2417, 'Langston', 'OK'),
(85299, 237, 2417, 'Laverne', 'OK'),
(85300, 237, 2417, 'Lawton', 'OK'),
(85301, 237, 2417, 'Leedey', 'OK'),
(85302, 237, 2417, 'Lexington', 'OK'),
(85303, 237, 2417, 'Lindsay', 'OK'),
(85304, 237, 2417, 'Locust Grove', 'OK'),
(85305, 237, 2417, 'Lone Grove', 'OK'),
(85306, 237, 2417, 'Lone Wolf', 'OK'),
(85307, 237, 2417, 'Longdale', 'OK'),
(85308, 237, 2417, 'Lookeba', 'OK'),
(85309, 237, 2417, 'Luther', 'OK'),
(85310, 237, 2417, 'Macomb', 'OK'),
(85311, 237, 2417, 'Madill', 'OK'),
(85312, 237, 2417, 'Manchester', 'OK'),
(85313, 237, 2417, 'Mangum', 'OK'),
(85314, 237, 2417, 'Mannford', 'OK'),
(85315, 237, 2417, 'Marble City', 'OK'),
(85316, 237, 2417, 'Marietta', 'OK'),
(85317, 237, 2417, 'Marlow', 'OK'),
(85318, 237, 2417, 'Maysville', 'OK'),
(85319, 237, 2417, 'McAlester', 'OK'),
(85320, 237, 2417, 'McCurtain', 'OK'),
(85321, 237, 2417, 'McLoud', 'OK'),
(85322, 237, 2417, 'Mead', 'OK'),
(85323, 237, 2417, 'Medford', 'OK'),
(85324, 237, 2417, 'Medicine Park', 'OK'),
(85325, 237, 2417, 'Meeker', 'OK'),
(85326, 237, 2417, 'Meno', 'OK'),
(85327, 237, 2417, 'Meridian', 'OK'),
(85328, 237, 2417, 'Miami', 'OK'),
(85329, 237, 2417, 'Milburn', 'OK'),
(85330, 237, 2417, 'Minco', 'OK'),
(85331, 237, 2417, 'Monroe', 'OK'),
(85332, 237, 2417, 'Mooreland', 'OK'),
(85333, 237, 2417, 'Morris', 'OK'),
(85334, 237, 2417, 'Morrison', 'OK'),
(85335, 237, 2417, 'Mounds', 'OK'),
(85336, 237, 2417, 'Mountain View', 'OK'),
(85337, 237, 2417, 'Muldrow', 'OK'),
(85338, 237, 2417, 'Muskogee', 'OK'),
(85339, 237, 2417, 'Mustang', 'OK'),
(85340, 237, 2417, 'Nashoba', 'OK'),
(85341, 237, 2417, 'Newalla', 'OK'),
(85342, 237, 2417, 'Newcastle', 'OK'),
(85343, 237, 2417, 'Nicoma Park', 'OK'),
(85344, 237, 2417, 'Noble', 'OK'),
(85345, 237, 2417, 'Norman', 'OK'),
(85346, 237, 2417, 'Nowata', 'OK'),
(85347, 237, 2417, 'Ochelata', 'OK'),
(85348, 237, 2417, 'Oilton', 'OK'),
(85349, 237, 2417, 'Okarche', 'OK'),
(85350, 237, 2417, 'Okeene', 'OK'),
(85351, 237, 2417, 'Okemah', 'OK'),
(85352, 237, 2417, 'Oklahoma City', 'OK'),
(85353, 237, 2417, 'Okmulgee', 'OK'),
(85354, 237, 2417, 'Oktaha', 'OK'),
(85355, 237, 2417, 'Oologah', 'OK'),
(85356, 237, 2417, 'Orlando', 'OK'),
(85357, 237, 2417, 'Owasso', 'OK'),
(85358, 237, 2417, 'Paden', 'OK'),
(85359, 237, 2417, 'Panama', 'OK'),
(85360, 237, 2417, 'Paoli', 'OK'),
(85361, 237, 2417, 'Park Hill', 'OK'),
(85362, 237, 2417, 'Pauls Valley', 'OK'),
(85363, 237, 2417, 'Pawhuska', 'OK'),
(85364, 237, 2417, 'Pawnee', 'OK'),
(85365, 237, 2417, 'Perkins', 'OK'),
(85366, 237, 2417, 'Perry', 'OK'),
(85367, 237, 2417, 'Pickens', 'OK'),
(85368, 237, 2417, 'Piedmont', 'OK'),
(85369, 237, 2417, 'Pittsburg', 'OK'),
(85370, 237, 2417, 'Pocasset', 'OK'),
(85371, 237, 2417, 'Pocola', 'OK'),
(85372, 237, 2417, 'Ponca City', 'OK'),
(85373, 237, 2417, 'Porter', 'OK'),
(85374, 237, 2417, 'Porum', 'OK'),
(85375, 237, 2417, 'Poteau', 'OK'),
(85376, 237, 2417, 'Prague', 'OK'),
(85377, 237, 2417, 'Proctor', 'OK'),
(85378, 237, 2417, 'Prue', 'OK'),
(85379, 237, 2417, 'Pryor', 'OK'),
(85380, 237, 2417, 'Purcell', 'OK'),
(85381, 237, 2417, 'Quapaw', 'OK'),
(85382, 237, 2417, 'Quinton', 'OK'),
(85383, 237, 2417, 'Ramona', 'OK'),
(85384, 237, 2417, 'Randlett', 'OK'),
(85385, 237, 2417, 'Ratliff City', 'OK'),
(85386, 237, 2417, 'Rattan', 'OK'),
(85387, 237, 2417, 'Red Oak', 'OK'),
(85388, 237, 2417, 'Red Rock', 'OK'),
(85389, 237, 2417, 'Reydon', 'OK'),
(85390, 237, 2417, 'Ringling', 'OK'),
(85391, 237, 2417, 'Ringold', 'OK'),
(85392, 237, 2417, 'Ringwood', 'OK'),
(85393, 237, 2417, 'Roland', 'OK'),
(85394, 237, 2417, 'Rose', 'OK'),
(85395, 237, 2417, 'Rush Springs', 'OK'),
(85396, 237, 2417, 'Ryan', 'OK'),
(85397, 237, 2417, 'Salina', 'OK'),
(85398, 237, 2417, 'Sallisaw', 'OK'),
(85399, 237, 2417, 'Sand Springs', 'OK'),
(85400, 237, 2417, 'Sapulpa', 'OK'),
(85401, 237, 2417, 'Sasakwa', 'OK'),
(85402, 237, 2417, 'Sayre', 'OK'),
(85403, 237, 2417, 'Schulter', 'OK'),
(85404, 237, 2417, 'Seiling', 'OK'),
(85405, 237, 2417, 'Seminole', 'OK'),
(85406, 237, 2417, 'Sentinel', 'OK'),
(85407, 237, 2417, 'Shady Point', 'OK'),
(85408, 237, 2417, 'Sharon', 'OK'),
(85409, 237, 2417, 'Shattuck', 'OK'),
(85410, 237, 2417, 'Shawnee', 'OK'),
(85411, 237, 2417, 'Shidler', 'OK'),
(85412, 237, 2417, 'Skiatook', 'OK'),
(85413, 237, 2417, 'Smithville', 'OK'),
(85414, 237, 2417, 'Snyder', 'OK'),
(85415, 237, 2417, 'Soper', 'OK'),
(85416, 237, 2417, 'Sparks', 'OK'),
(85417, 237, 2417, 'Spencer', 'OK'),
(85418, 237, 2417, 'Sperry', 'OK'),
(85419, 237, 2417, 'Spiro', 'OK'),
(85420, 237, 2417, 'Springer', 'OK'),
(85421, 237, 2417, 'Stigler', 'OK'),
(85422, 237, 2417, 'Stillwater', 'OK'),
(85423, 237, 2417, 'Stilwell', 'OK'),
(85424, 237, 2417, 'Stonewall', 'OK'),
(85425, 237, 2417, 'Stratford', 'OK'),
(85426, 237, 2417, 'Stroud', 'OK'),
(85427, 237, 2417, 'Stuart', 'OK'),
(85428, 237, 2417, 'Sulphur', 'OK'),
(85429, 237, 2417, 'Sweetwater', 'OK'),
(85430, 237, 2417, 'Tahlequah', 'OK'),
(85431, 237, 2417, 'Talala', 'OK'),
(85432, 237, 2417, 'Talihina', 'OK'),
(85433, 237, 2417, 'Taloga', 'OK'),
(85434, 237, 2417, 'Tecumseh', 'OK'),
(85435, 237, 2417, 'Terlton', 'OK'),
(85436, 237, 2417, 'Texhoma', 'OK'),
(85437, 237, 2417, 'Thackerville', 'OK'),
(85438, 237, 2417, 'Thomas', 'OK'),
(85439, 237, 2417, 'Tishomingo', 'OK'),
(85440, 237, 2417, 'Tonkawa', 'OK'),
(85441, 237, 2417, 'Tulsa', 'OK'),
(85442, 237, 2417, 'Tupelo', 'OK'),
(85443, 237, 2417, 'Turpin', 'OK'),
(85444, 237, 2417, 'Tuskahoma', 'OK'),
(85445, 237, 2417, 'Tuttle', 'OK'),
(85446, 237, 2417, 'Tyrone', 'OK'),
(85447, 237, 2417, 'Union City', 'OK'),
(85448, 237, 2417, 'Valliant', 'OK'),
(85449, 237, 2417, 'Velma', 'OK'),
(85450, 237, 2417, 'Vian', 'OK'),
(85451, 237, 2417, 'Vici', 'OK'),
(85452, 237, 2417, 'Vinita', 'OK'),
(85453, 237, 2417, 'Wagoner', 'OK'),
(85454, 237, 2417, 'Walters', 'OK'),
(85455, 237, 2417, 'Wanette', 'OK'),
(85456, 237, 2417, 'Wann', 'OK'),
(85457, 237, 2417, 'Wardville', 'OK'),
(85458, 237, 2417, 'Warner', 'OK'),
(85459, 237, 2417, 'Washington', 'OK'),
(85460, 237, 2417, 'Watonga', 'OK'),
(85461, 237, 2417, 'Waukomis', 'OK'),
(85462, 237, 2417, 'Waurika', 'OK'),
(85463, 237, 2417, 'Wayne', 'OK'),
(85464, 237, 2417, 'Waynoka', 'OK'),
(85465, 237, 2417, 'Weatherford', 'OK'),
(85466, 237, 2417, 'Webbers Falls', 'OK'),
(85467, 237, 2417, 'Welch', 'OK'),
(85468, 237, 2417, 'Weleetka', 'OK'),
(85469, 237, 2417, 'Wellston', 'OK'),
(85470, 237, 2417, 'Westville', 'OK'),
(85471, 237, 2417, 'Wetumka', 'OK'),
(85472, 237, 2417, 'Wewoka', 'OK'),
(85473, 237, 2417, 'Whitefield', 'OK'),
(85474, 237, 2417, 'Wilburton', 'OK'),
(85475, 237, 2417, 'Willow', 'OK'),
(85476, 237, 2417, 'Wilson', 'OK'),
(85477, 237, 2417, 'Wister', 'OK'),
(85478, 237, 2417, 'Woodward', 'OK'),
(85479, 237, 2417, 'Wright City', 'OK'),
(85480, 237, 2417, 'Wyandotte', 'OK'),
(85481, 237, 2417, 'Wynnewood', 'OK'),
(85482, 237, 2417, 'Yale', 'OK'),
(85483, 237, 2417, 'Yukon', 'OK'),
(85484, 237, 2418, 'Adams', 'OR'),
(85485, 237, 2418, 'Albany', 'OR'),
(85486, 237, 2418, 'Alsea', 'OR'),
(85487, 237, 2418, 'Alvadore', 'OR'),
(85488, 237, 2418, 'Amity', 'OR'),
(85489, 237, 2418, 'Ashland', 'OR'),
(85490, 237, 2418, 'Astoria', 'OR'),
(85491, 237, 2418, 'Athena', 'OR'),
(85492, 237, 2418, 'Aumsville', 'OR'),
(85493, 237, 2418, 'Aurora', 'OR'),
(85494, 237, 2418, 'Azalea', 'OR'),
(85495, 237, 2418, 'Baker City', 'OR'),
(85496, 237, 2418, 'Bandon', 'OR'),
(85497, 237, 2418, 'Banks', 'OR'),
(85498, 237, 2418, 'Beavercreek', 'OR'),
(85499, 237, 2418, 'Beaverton', 'OR'),
(85500, 237, 2418, 'Bend', 'OR'),
(85501, 237, 2418, 'Blachly', 'OR'),
(85502, 237, 2418, 'Blodgett', 'OR'),
(85503, 237, 2418, 'Blue River', 'OR'),
(85504, 237, 2418, 'Boardman', 'OR'),
(85505, 237, 2418, 'Boring', 'OR'),
(85506, 237, 2418, 'Brightwood', 'OR'),
(85507, 237, 2418, 'Brookings', 'OR'),
(85508, 237, 2418, 'Brownsville', 'OR'),
(85509, 237, 2418, 'Burns', 'OR'),
(85510, 237, 2418, 'Buxton', 'OR'),
(85511, 237, 2418, 'Canby', 'OR'),
(85512, 237, 2418, 'Cannon Beach', 'OR'),
(85513, 237, 2418, 'Canyon City', 'OR'),
(85514, 237, 2418, 'Canyonville', 'OR'),
(85515, 237, 2418, 'Carlton', 'OR'),
(85516, 237, 2418, 'Cascade Locks', 'OR'),
(85517, 237, 2418, 'Cave Junction', 'OR'),
(85518, 237, 2418, 'Central Point', 'OR'),
(85519, 237, 2418, 'Cheshire', 'OR'),
(85520, 237, 2418, 'Christmas Valley', 'OR'),
(85521, 237, 2418, 'Clackamas', 'OR'),
(85522, 237, 2418, 'Clatskanie', 'OR'),
(85523, 237, 2418, 'Cloverdale', 'OR'),
(85524, 237, 2418, 'Colton', 'OR'),
(85525, 237, 2418, 'Columbia City', 'OR'),
(85526, 237, 2418, 'Condon', 'OR'),
(85527, 237, 2418, 'Coos Bay', 'OR'),
(85528, 237, 2418, 'Coquille', 'OR'),
(85529, 237, 2418, 'Corbett', 'OR'),
(85530, 237, 2418, 'Cornelius', 'OR'),
(85531, 237, 2418, 'Corvallis', 'OR'),
(85532, 237, 2418, 'Cottage Grove', 'OR'),
(85533, 237, 2418, 'Cove', 'OR'),
(85534, 237, 2418, 'Crabtree', 'OR'),
(85535, 237, 2418, 'Creswell', 'OR'),
(85536, 237, 2418, 'Culver', 'OR'),
(85537, 237, 2418, 'Dallas', 'OR'),
(85538, 237, 2418, 'Damascus', 'OR'),
(85539, 237, 2418, 'Dayton', 'OR'),
(85540, 237, 2418, 'Deadwood', 'OR'),
(85541, 237, 2418, 'Deer Island', 'OR'),
(85542, 237, 2418, 'Depoe Bay', 'OR'),
(85543, 237, 2418, 'Detroit', 'OR'),
(85544, 237, 2418, 'Dexter', 'OR'),
(85545, 237, 2418, 'Dillard', 'OR'),
(85546, 237, 2418, 'Donald', 'OR'),
(85547, 237, 2418, 'Dufur', 'OR'),
(85548, 237, 2418, 'Dundee', 'OR'),
(85549, 237, 2418, 'Eagle Creek', 'OR'),
(85550, 237, 2418, 'Eagle Point', 'OR'),
(85551, 237, 2418, 'Echo', 'OR'),
(85552, 237, 2418, 'Eddyville', 'OR'),
(85553, 237, 2418, 'Elgin', 'OR'),
(85554, 237, 2418, 'Elkton', 'OR'),
(85555, 237, 2418, 'Elmira', 'OR'),
(85556, 237, 2418, 'Enterprise', 'OR'),
(85557, 237, 2418, 'Estacada', 'OR'),
(85558, 237, 2418, 'Eugene', 'OR'),
(85559, 237, 2418, 'Fairview', 'OR'),
(85560, 237, 2418, 'Fall Creek', 'OR'),
(85561, 237, 2418, 'Falls City', 'OR'),
(85562, 237, 2418, 'Florence', 'OR'),
(85563, 237, 2418, 'Forest Grove', 'OR'),
(85564, 237, 2418, 'Fossil', 'OR'),
(85565, 237, 2418, 'Gales Creek', 'OR'),
(85566, 237, 2418, 'Garibaldi', 'OR'),
(85567, 237, 2418, 'Gaston', 'OR'),
(85568, 237, 2418, 'Gates', 'OR'),
(85569, 237, 2418, 'Gervais', 'OR'),
(85570, 237, 2418, 'Gilchrist', 'OR'),
(85571, 237, 2418, 'Gladstone', 'OR'),
(85572, 237, 2418, 'Glendale', 'OR'),
(85573, 237, 2418, 'Gleneden Beach', 'OR'),
(85574, 237, 2418, 'Gold Beach', 'OR'),
(85575, 237, 2418, 'Gold Hill', 'OR'),
(85576, 237, 2418, 'Government Camp', 'OR'),
(85577, 237, 2418, 'Grand Ronde', 'OR'),
(85578, 237, 2418, 'Grants Pass', 'OR'),
(85579, 237, 2418, 'Grass Valley', 'OR'),
(85580, 237, 2418, 'Gresham', 'OR'),
(85581, 237, 2418, 'Haines', 'OR'),
(85582, 237, 2418, 'Halfway', 'OR'),
(85583, 237, 2418, 'Halsey', 'OR'),
(85584, 237, 2418, 'Hammond', 'OR'),
(85585, 237, 2418, 'Happy Valley', 'OR'),
(85586, 237, 2418, 'Harrisburg', 'OR'),
(85587, 237, 2418, 'Helix', 'OR'),
(85588, 237, 2418, 'Heppner', 'OR'),
(85589, 237, 2418, 'Hermiston', 'OR'),
(85590, 237, 2418, 'Hillsboro', 'OR'),
(85591, 237, 2418, 'Hood River', 'OR'),
(85592, 237, 2418, 'Hubbard', 'OR'),
(85593, 237, 2418, 'Idleyld Park', 'OR'),
(85594, 237, 2418, 'Imbler', 'OR'),
(85595, 237, 2418, 'Independence', 'OR'),
(85596, 237, 2418, 'Ione', 'OR'),
(85597, 237, 2418, 'Irrigon', 'OR'),
(85598, 237, 2418, 'Jacksonville', 'OR'),
(85599, 237, 2418, 'Jefferson', 'OR'),
(85600, 237, 2418, 'John Day', 'OR'),
(85601, 237, 2418, 'Joseph', 'OR'),
(85602, 237, 2418, 'Junction City', 'OR'),
(85603, 237, 2418, 'Keizer', 'OR'),
(85604, 237, 2418, 'Kent', 'OR'),
(85605, 237, 2418, 'Klamath Falls', 'OR'),
(85606, 237, 2418, 'La Grande', 'OR'),
(85607, 237, 2418, 'La Pine', 'OR'),
(85608, 237, 2418, 'Lafayette', 'OR'),
(85609, 237, 2418, 'Lake Oswego', 'OR'),
(85610, 237, 2418, 'Lakeside', 'OR'),
(85611, 237, 2418, 'Lakeview', 'OR'),
(85612, 237, 2418, 'Lebanon', 'OR'),
(85613, 237, 2418, 'Lexington', 'OR'),
(85614, 237, 2418, 'Lincoln City', 'OR'),
(85615, 237, 2418, 'Lostine', 'OR'),
(85616, 237, 2418, 'Lyons', 'OR'),
(85617, 237, 2418, 'Madras', 'OR'),
(85618, 237, 2418, 'Malin', 'OR'),
(85619, 237, 2418, 'Manzanita', 'OR'),
(85620, 237, 2418, 'Marcola', 'OR'),
(85621, 237, 2418, 'Maupin', 'OR'),
(85622, 237, 2418, 'McMinnville', 'OR'),
(85623, 237, 2418, 'Medford', 'OR'),
(85624, 237, 2418, 'Merlin', 'OR'),
(85625, 237, 2418, 'Merrill', 'OR'),
(85626, 237, 2418, 'Mill City', 'OR'),
(85627, 237, 2418, 'Milton-Freewater', 'OR'),
(85628, 237, 2418, 'Milwaukie', 'OR'),
(85629, 237, 2418, 'Molalla', 'OR'),
(85630, 237, 2418, 'Monmouth', 'OR'),
(85631, 237, 2418, 'Monroe', 'OR'),
(85632, 237, 2418, 'Moro', 'OR'),
(85633, 237, 2418, 'Mosier', 'OR'),
(85634, 237, 2418, 'Mount Angel', 'OR'),
(85635, 237, 2418, 'Mount Vernon', 'OR'),
(85636, 237, 2418, 'Mulino', 'OR'),
(85637, 237, 2418, 'Murphy', 'OR'),
(85638, 237, 2418, 'Myrtle Creek', 'OR'),
(85639, 237, 2418, 'Myrtle Point', 'OR'),
(85640, 237, 2418, 'Nehalem', 'OR'),
(85641, 237, 2418, 'Neotsu', 'OR'),
(85642, 237, 2418, 'Neskowin', 'OR'),
(85643, 237, 2418, 'Netarts', 'OR'),
(85644, 237, 2418, 'Newberg', 'OR'),
(85645, 237, 2418, 'Newport', 'OR'),
(85646, 237, 2418, 'North Bend', 'OR'),
(85647, 237, 2418, 'North Plains', 'OR'),
(85648, 237, 2418, 'North Powder', 'OR'),
(85649, 237, 2418, 'Nyssa', 'OR'),
(85650, 237, 2418, 'Oakland', 'OR'),
(85651, 237, 2418, 'Oakridge', 'OR'),
(85652, 237, 2418, 'Odell', 'OR'),
(85653, 237, 2418, 'Ontario', 'OR'),
(85654, 237, 2418, 'Oregon City', 'OR'),
(85655, 237, 2418, 'Otis', 'OR'),
(85656, 237, 2418, 'Pacific City', 'OR'),
(85657, 237, 2418, 'Parkdale', 'OR'),
(85658, 237, 2418, 'Pendleton', 'OR'),
(85659, 237, 2418, 'Philomath', 'OR'),
(85660, 237, 2418, 'Phoenix', 'OR'),
(85661, 237, 2418, 'Pilot Rock', 'OR'),
(85662, 237, 2418, 'Pleasant Hill', 'OR'),
(85663, 237, 2418, 'Port Orford', 'OR'),
(85664, 237, 2418, 'Portland', 'OR'),
(85665, 237, 2418, 'Powell Butte', 'OR'),
(85666, 237, 2418, 'Prairie City', 'OR'),
(85667, 237, 2418, 'Prineville', 'OR'),
(85668, 237, 2418, 'Rainier', 'OR'),
(85669, 237, 2418, 'Redmond', 'OR'),
(85670, 237, 2418, 'Reedsport', 'OR'),
(85671, 237, 2418, 'Remote', 'OR'),
(85672, 237, 2418, 'Rhododendron', 'OR'),
(85673, 237, 2418, 'Richland', 'OR'),
(85674, 237, 2418, 'Rickreall', 'OR'),
(85675, 237, 2418, 'Riddle', 'OR'),
(85676, 237, 2418, 'Rogue River', 'OR'),
(85677, 237, 2418, 'Roseburg', 'OR'),
(85678, 237, 2418, 'Saint Helens', 'OR'),
(85679, 237, 2418, 'Saint Paul', 'OR'),
(85680, 237, 2418, 'Salem', 'OR'),
(85681, 237, 2418, 'Sandy', 'OR'),
(85682, 237, 2418, 'Scappoose', 'OR'),
(85683, 237, 2418, 'Scio', 'OR'),
(85684, 237, 2418, 'Scottsburg', 'OR'),
(85685, 237, 2418, 'Seal Rock', 'OR'),
(85686, 237, 2418, 'Seaside', 'OR'),
(85687, 237, 2418, 'Selma', 'OR'),
(85688, 237, 2418, 'Shady Cove', 'OR'),
(85689, 237, 2418, 'Shedd', 'OR'),
(85690, 237, 2418, 'Sheridan', 'OR'),
(85691, 237, 2418, 'Sherwood', 'OR'),
(85692, 237, 2418, 'Silver Lake', 'OR'),
(85693, 237, 2418, 'Silverton', 'OR'),
(85694, 237, 2418, 'Sisters', 'OR'),
(85695, 237, 2418, 'Sixes', 'OR'),
(85696, 237, 2418, 'South Beach', 'OR'),
(85697, 237, 2418, 'Spray', 'OR'),
(85698, 237, 2418, 'Springfield', 'OR'),
(85699, 237, 2418, 'Stanfield', 'OR'),
(85700, 237, 2418, 'Stayton', 'OR'),
(85701, 237, 2418, 'Sublimity', 'OR'),
(85702, 237, 2418, 'Summerville', 'OR'),
(85703, 237, 2418, 'Sutherlin', 'OR'),
(85704, 237, 2418, 'Sweet Home', 'OR'),
(85705, 237, 2418, 'Talent', 'OR'),
(85706, 237, 2418, 'Tangent', 'OR'),
(85707, 237, 2418, 'Terrebonne', 'OR'),
(85708, 237, 2418, 'The Dalles', 'OR'),
(85709, 237, 2418, 'Tigard', 'OR'),
(85710, 237, 2418, 'Tillamook', 'OR'),
(85711, 237, 2418, 'Tiller', 'OR'),
(85712, 237, 2418, 'Toledo', 'OR'),
(85713, 237, 2418, 'Troutdale', 'OR'),
(85714, 237, 2418, 'Tualatin', 'OR'),
(85715, 237, 2418, 'Turner', 'OR'),
(85716, 237, 2418, 'Tygh Valley', 'OR'),
(85717, 237, 2418, 'Ukiah', 'OR'),
(85718, 237, 2418, 'Umatilla', 'OR'),
(85719, 237, 2418, 'Union', 'OR'),
(85720, 237, 2418, 'Vale', 'OR'),
(85721, 237, 2418, 'Veneta', 'OR'),
(85722, 237, 2418, 'Vernonia', 'OR'),
(85723, 237, 2418, 'Waldport', 'OR'),
(85724, 237, 2418, 'Wallowa', 'OR'),
(85725, 237, 2418, 'Walterville', 'OR'),
(85726, 237, 2418, 'Warm Springs', 'OR'),
(85727, 237, 2418, 'Warren', 'OR'),
(85728, 237, 2418, 'Warrenton', 'OR'),
(85729, 237, 2418, 'Welches', 'OR'),
(85730, 237, 2418, 'West Linn', 'OR'),
(85731, 237, 2418, 'Westfir', 'OR'),
(85732, 237, 2418, 'Weston', 'OR'),
(85733, 237, 2418, 'Wheeler', 'OR'),
(85734, 237, 2418, 'White City', 'OR'),
(85735, 237, 2418, 'Wilderville', 'OR'),
(85736, 237, 2418, 'Willamina', 'OR'),
(85737, 237, 2418, 'Williams', 'OR'),
(85738, 237, 2418, 'Wilsonville', 'OR'),
(85739, 237, 2418, 'Winchester', 'OR'),
(85740, 237, 2418, 'Winston', 'OR'),
(85741, 237, 2418, 'Wolf Creek', 'OR'),
(85742, 237, 2418, 'Woodburn', 'OR'),
(85743, 237, 2418, 'Yachats', 'OR'),
(85744, 237, 2418, 'Yamhill', 'OR'),
(85745, 237, 2419, 'Abbottstown', 'PA'),
(85746, 237, 2419, 'Abington Township', 'PA'),
(85747, 237, 2419, 'Acme', 'PA'),
(85748, 237, 2419, 'Adah', 'PA'),
(85749, 237, 2419, 'Adamstown', 'PA'),
(85750, 237, 2419, 'Addison', 'PA'),
(85751, 237, 2419, 'Adrian', 'PA'),
(85752, 237, 2419, 'Airville', 'PA'),
(85753, 237, 2419, 'Akron', 'PA'),
(85754, 237, 2419, 'Albion', 'PA'),
(85755, 237, 2419, 'Albrightsville', 'PA'),
(85756, 237, 2419, 'Alburtis', 'PA'),
(85757, 237, 2419, 'Aleppo', 'PA'),
(85758, 237, 2419, 'Alexandria', 'PA'),
(85759, 237, 2419, 'Aliquippa', 'PA'),
(85760, 237, 2419, 'Allentown', 'PA'),
(85761, 237, 2419, 'Allenwood', 'PA'),
(85762, 237, 2419, 'Allison', 'PA'),
(85763, 237, 2419, 'Allison Park', 'PA'),
(85764, 237, 2419, 'Altoona', 'PA'),
(85765, 237, 2419, 'Alum Bank', 'PA'),
(85766, 237, 2419, 'Amberson', 'PA'),
(85767, 237, 2419, 'Ambler', 'PA'),
(85768, 237, 2419, 'Ambridge', 'PA'),
(85769, 237, 2419, 'Amity', 'PA'),
(85770, 237, 2419, 'Andreas', 'PA'),
(85771, 237, 2419, 'Annville', 'PA'),
(85772, 237, 2419, 'Antes Fort', 'PA'),
(85773, 237, 2419, 'Apollo', 'PA'),
(85774, 237, 2419, 'Archbald', 'PA'),
(85775, 237, 2419, 'Ardmore', 'PA'),
(85776, 237, 2419, 'Arendtsville', 'PA'),
(85777, 237, 2419, 'Armagh', 'PA'),
(85778, 237, 2419, 'Ashfield', 'PA'),
(85779, 237, 2419, 'Ashland', 'PA'),
(85780, 237, 2419, 'Ashville', 'PA'),
(85781, 237, 2419, 'Aspers', 'PA'),
(85782, 237, 2419, 'Aston Arms', 'PA'),
(85783, 237, 2419, 'Atglen', 'PA'),
(85784, 237, 2419, 'Athens', 'PA'),
(85785, 237, 2419, 'Atlantic', 'PA'),
(85786, 237, 2419, 'Atlasburg', 'PA'),
(85787, 237, 2419, 'Auburn', 'PA'),
(85788, 237, 2419, 'Avella', 'PA'),
(85789, 237, 2419, 'Avis', 'PA'),
(85790, 237, 2419, 'Avondale', 'PA'),
(85791, 237, 2419, 'Avonmore', 'PA'),
(85792, 237, 2419, 'Baden', 'PA'),
(85793, 237, 2419, 'Bainbridge', 'PA'),
(85794, 237, 2419, 'Bairdford', 'PA'),
(85795, 237, 2419, 'Bakerstown', 'PA'),
(85796, 237, 2419, 'Bala-Cynwyd', 'PA'),
(85797, 237, 2419, 'Bally', 'PA'),
(85798, 237, 2419, 'Bangor', 'PA'),
(85799, 237, 2419, 'Barnesville', 'PA'),
(85800, 237, 2419, 'Barto', 'PA'),
(85801, 237, 2419, 'Bartonsville', 'PA'),
(85802, 237, 2419, 'Bath', 'PA'),
(85803, 237, 2419, 'Beach Lake', 'PA'),
(85804, 237, 2419, 'Beallsville', 'PA'),
(85805, 237, 2419, 'Beaver', 'PA'),
(85806, 237, 2419, 'Beaver Falls', 'PA'),
(85807, 237, 2419, 'Beaver Springs', 'PA'),
(85808, 237, 2419, 'Beavertown', 'PA'),
(85809, 237, 2419, 'Bechtelsville', 'PA'),
(85810, 237, 2419, 'Bedford', 'PA'),
(85811, 237, 2419, 'Bedminster', 'PA'),
(85812, 237, 2419, 'Beech Creek', 'PA'),
(85813, 237, 2419, 'Belle Vernon', 'PA'),
(85814, 237, 2419, 'Bellefonte', 'PA'),
(85815, 237, 2419, 'Belleville', 'PA'),
(85816, 237, 2419, 'Bellwood', 'PA'),
(85817, 237, 2419, 'Bendersville', 'PA'),
(85818, 237, 2419, 'Bensalem', 'PA'),
(85819, 237, 2419, 'Bentleyville', 'PA'),
(85820, 237, 2419, 'Benton', 'PA'),
(85821, 237, 2419, 'Berlin', 'PA'),
(85822, 237, 2419, 'Bernville', 'PA'),
(85823, 237, 2419, 'Berrysburg', 'PA'),
(85824, 237, 2419, 'Berwick', 'PA'),
(85825, 237, 2419, 'Berwyn', 'PA'),
(85826, 237, 2419, 'Bessemer', 'PA'),
(85827, 237, 2419, 'Bethel', 'PA'),
(85828, 237, 2419, 'Bethel Park', 'PA'),
(85829, 237, 2419, 'Bethlehem', 'PA'),
(85830, 237, 2419, 'Beyer', 'PA'),
(85831, 237, 2419, 'Big Cove Tannery', 'PA'),
(85832, 237, 2419, 'Big Run', 'PA'),
(85833, 237, 2419, 'Bigler', 'PA'),
(85834, 237, 2419, 'Biglerville', 'PA'),
(85835, 237, 2419, 'Birchrunville', 'PA'),
(85836, 237, 2419, 'Bird in Hand', 'PA'),
(85837, 237, 2419, 'Birdsboro', 'PA'),
(85838, 237, 2419, 'Blain', 'PA'),
(85839, 237, 2419, 'Blairsville', 'PA'),
(85840, 237, 2419, 'Blakeslee', 'PA'),
(85841, 237, 2419, 'Blandon', 'PA'),
(85842, 237, 2419, 'Bloomsburg', 'PA'),
(85843, 237, 2419, 'Blossburg', 'PA'),
(85844, 237, 2419, 'Blue Ball', 'PA'),
(85845, 237, 2419, 'Blue Bell', 'PA'),
(85846, 237, 2419, 'Blue Ridge Summit', 'PA'),
(85847, 237, 2419, 'Boalsburg', 'PA'),
(85848, 237, 2419, 'Boiling Springs', 'PA'),
(85849, 237, 2419, 'Bolivar', 'PA'),
(85850, 237, 2419, 'Boswell', 'PA'),
(85851, 237, 2419, 'Bowers', 'PA'),
(85852, 237, 2419, 'Bowmansville', 'PA'),
(85853, 237, 2419, 'Boyers', 'PA'),
(85854, 237, 2419, 'Boyertown', 'PA'),
(85855, 237, 2419, 'Brackenridge', 'PA'),
(85856, 237, 2419, 'Brackney', 'PA'),
(85857, 237, 2419, 'Braddock', 'PA'),
(85858, 237, 2419, 'Bradenville', 'PA'),
(85859, 237, 2419, 'Bradford', 'PA'),
(85860, 237, 2419, 'Bradford Woods', 'PA'),
(85861, 237, 2419, 'Brave', 'PA'),
(85862, 237, 2419, 'Breezewood', 'PA'),
(85863, 237, 2419, 'Breinigsville', 'PA'),
(85864, 237, 2419, 'Bridgeport', 'PA'),
(85865, 237, 2419, 'Bridgeville', 'PA'),
(85866, 237, 2419, 'Brisbin', 'PA'),
(85867, 237, 2419, 'Bristol', 'PA'),
(85868, 237, 2419, 'Brockport', 'PA'),
(85869, 237, 2419, 'Brockway', 'PA'),
(85870, 237, 2419, 'Brodheadsville', 'PA'),
(85871, 237, 2419, 'Brogue', 'PA'),
(85872, 237, 2419, 'Brookhaven', 'PA'),
(85873, 237, 2419, 'Brookville', 'PA'),
(85874, 237, 2419, 'Broomall', 'PA'),
(85875, 237, 2419, 'Brownstown', 'PA'),
(85876, 237, 2419, 'Brownsville', 'PA'),
(85877, 237, 2419, 'Bryn Athyn', 'PA'),
(85878, 237, 2419, 'Bryn Mawr', 'PA'),
(85879, 237, 2419, 'Buck Hill Falls', 'PA'),
(85880, 237, 2419, 'Buckingham Township', 'PA'),
(85881, 237, 2419, 'Bulger', 'PA'),
(85882, 237, 2419, 'Burgettstown', 'PA'),
(85883, 237, 2419, 'Burnham', 'PA'),
(85884, 237, 2419, 'Burnside', 'PA'),
(85885, 237, 2419, 'Bushkill', 'PA'),
(85886, 237, 2419, 'Butler', 'PA'),
(85887, 237, 2419, 'Byrnedale', 'PA'),
(85888, 237, 2419, 'Cabot', 'PA'),
(85889, 237, 2419, 'Cairnbrook', 'PA'),
(85890, 237, 2419, 'California', 'PA'),
(85891, 237, 2419, 'Callensburg', 'PA'),
(85892, 237, 2419, 'Calvin', 'PA'),
(85893, 237, 2419, 'Cambridge Springs', 'PA'),
(85894, 237, 2419, 'Camp Hill', 'PA'),
(85895, 237, 2419, 'Canadensis', 'PA'),
(85896, 237, 2419, 'Canonsburg', 'PA'),
(85897, 237, 2419, 'Canton', 'PA'),
(85898, 237, 2419, 'Carbondale', 'PA'),
(85899, 237, 2419, 'Carlisle', 'PA'),
(85900, 237, 2419, 'Carlton', 'PA'),
(85901, 237, 2419, 'Carmichaels', 'PA'),
(85902, 237, 2419, 'Carnegie', 'PA'),
(85903, 237, 2419, 'Carrolltown', 'PA'),
(85904, 237, 2419, 'Carversville', 'PA'),
(85905, 237, 2419, 'Catasauqua', 'PA'),
(85906, 237, 2419, 'Catawissa', 'PA'),
(85907, 237, 2419, 'Center Valley', 'PA'),
(85908, 237, 2419, 'Centerville', 'PA'),
(85909, 237, 2419, 'Central City', 'PA'),
(85910, 237, 2419, 'Centre Hall', 'PA'),
(85911, 237, 2419, 'Chadds Ford', 'PA'),
(85912, 237, 2419, 'Chalfont', 'PA'),
(85913, 237, 2419, 'Chambersburg', 'PA'),
(85914, 237, 2419, 'Champion', 'PA'),
(85915, 237, 2419, 'Charleroi', 'PA'),
(85916, 237, 2419, 'Cheltenham', 'PA'),
(85917, 237, 2419, 'Cherry Tree', 'PA'),
(85918, 237, 2419, 'Chester', 'PA'),
(85919, 237, 2419, 'Chester Heights', 'PA'),
(85920, 237, 2419, 'Chester Springs', 'PA'),
(85921, 237, 2419, 'Cheswick', 'PA'),
(85922, 237, 2419, 'Cheyney', 'PA'),
(85923, 237, 2419, 'Chicora', 'PA'),
(85924, 237, 2419, 'Christiana', 'PA'),
(85925, 237, 2419, 'Clairton', 'PA'),
(85926, 237, 2419, 'Clarence', 'PA'),
(85927, 237, 2419, 'Clarendon', 'PA'),
(85928, 237, 2419, 'Claridge', 'PA'),
(85929, 237, 2419, 'Clarion', 'PA'),
(85930, 237, 2419, 'Clarks Summit', 'PA'),
(85931, 237, 2419, 'Clarksburg', 'PA'),
(85932, 237, 2419, 'Clarksville', 'PA'),
(85933, 237, 2419, 'Claysburg', 'PA'),
(85934, 237, 2419, 'Claysville', 'PA'),
(85935, 237, 2419, 'Clearfield', 'PA'),
(85936, 237, 2419, 'Clifford', 'PA'),
(85937, 237, 2419, 'Clifton Heights', 'PA'),
(85938, 237, 2419, 'Clinton', 'PA'),
(85939, 237, 2419, 'Clintonville', 'PA'),
(85940, 237, 2419, 'Clymer', 'PA'),
(85941, 237, 2419, 'Coal Center', 'PA'),
(85942, 237, 2419, 'Coal Township', 'PA'),
(85943, 237, 2419, 'Coaldale', 'PA'),
(85944, 237, 2419, 'Coalport', 'PA'),
(85945, 237, 2419, 'Coatesville', 'PA'),
(85946, 237, 2419, 'Coburn', 'PA'),
(85947, 237, 2419, 'Cochranton', 'PA'),
(85948, 237, 2419, 'Cochranville', 'PA'),
(85949, 237, 2419, 'Collegeville', 'PA'),
(85950, 237, 2419, 'Colmar', 'PA'),
(85951, 237, 2419, 'Columbia', 'PA'),
(85952, 237, 2419, 'Columbia Cross Roads', 'PA'),
(85953, 237, 2419, 'Columbus', 'PA'),
(85954, 237, 2419, 'Colver', 'PA'),
(85955, 237, 2419, 'Commodore', 'PA'),
(85956, 237, 2419, 'Concordville', 'PA'),
(85957, 237, 2419, 'Conestoga', 'PA'),
(85958, 237, 2419, 'Confluence', 'PA'),
(85959, 237, 2419, 'Conneaut Lake', 'PA'),
(85960, 237, 2419, 'Conneautville', 'PA'),
(85961, 237, 2419, 'Connellsville', 'PA'),
(85962, 237, 2419, 'Connoquenessing', 'PA'),
(85963, 237, 2419, 'Conshohocken', 'PA'),
(85964, 237, 2419, 'Content', 'PA'),
(85965, 237, 2419, 'Conway', 'PA'),
(85966, 237, 2419, 'Conyngham', 'PA'),
(85967, 237, 2419, 'Cooksburg', 'PA'),
(85968, 237, 2419, 'Coopersburg', 'PA'),
(85969, 237, 2419, 'Cooperstown', 'PA'),
(85970, 237, 2419, 'Coplay', 'PA'),
(85971, 237, 2419, 'Coraopolis', 'PA'),
(85972, 237, 2419, 'Cornwall', 'PA'),
(85973, 237, 2419, 'Corry', 'PA'),
(85974, 237, 2419, 'Corsica', 'PA'),
(85975, 237, 2419, 'Coudersport', 'PA'),
(85976, 237, 2419, 'Covington', 'PA'),
(85977, 237, 2419, 'Cowansville', 'PA'),
(85978, 237, 2419, 'Crabtree', 'PA'),
(85979, 237, 2419, 'Cranberry', 'PA'),
(85980, 237, 2419, 'Cranberry Township', 'PA'),
(85981, 237, 2419, 'Cranesville', 'PA'),
(85982, 237, 2419, 'Creamery', 'PA'),
(85983, 237, 2419, 'Creekside', 'PA'),
(85984, 237, 2419, 'Creighton', 'PA'),
(85985, 237, 2419, 'Crescent Hills', 'PA'),
(85986, 237, 2419, 'Cresco', 'PA'),
(85987, 237, 2419, 'Cresson', 'PA'),
(85988, 237, 2419, 'Cressona', 'PA'),
(85989, 237, 2419, 'Crosby', 'PA'),
(85990, 237, 2419, 'Croydon', 'PA'),
(85991, 237, 2419, 'Crucible', 'PA'),
(85992, 237, 2419, 'Crum Lynne', 'PA'),
(85993, 237, 2419, 'Crystal Spring', 'PA'),
(85994, 237, 2419, 'Cumbola', 'PA'),
(85995, 237, 2419, 'Curwensville', 'PA'),
(85996, 237, 2419, 'Daisytown', 'PA'),
(85997, 237, 2419, 'Dallas', 'PA'),
(85998, 237, 2419, 'Dallastown', 'PA'),
(85999, 237, 2419, 'Dalmatia', 'PA'),
(86000, 237, 2419, 'Dalton', 'PA'),
(86001, 237, 2419, 'Damascus', 'PA'),
(86002, 237, 2419, 'Danboro', 'PA'),
(86003, 237, 2419, 'Danielsville', 'PA'),
(86004, 237, 2419, 'Danville', 'PA'),
(86005, 237, 2419, 'Darby', 'PA'),
(86006, 237, 2419, 'Darlington', 'PA'),
(86007, 237, 2419, 'Dauphin', 'PA'),
(86008, 237, 2419, 'Davidsville', 'PA'),
(86009, 237, 2419, 'Dawson', 'PA'),
(86010, 237, 2419, 'Dayton', 'PA'),
(86011, 237, 2419, 'Defiance', 'PA'),
(86012, 237, 2419, 'Delaware Water Gap', 'PA'),
(86013, 237, 2419, 'Delmont', 'PA'),
(86014, 237, 2419, 'Delta', 'PA'),
(86015, 237, 2419, 'Denbo', 'PA'),
(86016, 237, 2419, 'Denver', 'PA'),
(86017, 237, 2419, 'Derry', 'PA'),
(86018, 237, 2419, 'Devault', 'PA'),
(86019, 237, 2419, 'Devon', 'PA'),
(86020, 237, 2419, 'Dewart', 'PA'),
(86021, 237, 2419, 'Dickson City', 'PA'),
(86022, 237, 2419, 'Dilliner', 'PA'),
(86023, 237, 2419, 'Dillsburg', 'PA'),
(86024, 237, 2419, 'Dingmans Ferry', 'PA'),
(86025, 237, 2419, 'Distant', 'PA'),
(86026, 237, 2419, 'Donegal', 'PA'),
(86027, 237, 2419, 'Donora', 'PA'),
(86028, 237, 2419, 'Dornsife', 'PA'),
(86029, 237, 2419, 'Douglassville', 'PA'),
(86030, 237, 2419, 'Dover', 'PA'),
(86031, 237, 2419, 'Downingtown', 'PA'),
(86032, 237, 2419, 'Doylestown', 'PA'),
(86033, 237, 2419, 'Dravosburg', 'PA'),
(86034, 237, 2419, 'Dresher', 'PA'),
(86035, 237, 2419, 'Drexel Hill', 'PA'),
(86036, 237, 2419, 'Drifting', 'PA'),
(86037, 237, 2419, 'Drums', 'PA'),
(86038, 237, 2419, 'Dublin', 'PA'),
(86039, 237, 2419, 'DuBois', 'PA'),
(86040, 237, 2419, 'Duke Center', 'PA'),
(86041, 237, 2419, 'Dunbar', 'PA'),
(86042, 237, 2419, 'Duncannon', 'PA'),
(86043, 237, 2419, 'Duncansville', 'PA'),
(86044, 237, 2419, 'Dunlevy', 'PA'),
(86045, 237, 2419, 'Duquesne', 'PA'),
(86046, 237, 2419, 'Duryea', 'PA'),
(86047, 237, 2419, 'Dushore', 'PA'),
(86048, 237, 2419, 'Dysart', 'PA'),
(86049, 237, 2419, 'Eagles Mere', 'PA'),
(86050, 237, 2419, 'East Berlin', 'PA'),
(86051, 237, 2419, 'East Brady', 'PA'),
(86052, 237, 2419, 'East Butler', 'PA'),
(86053, 237, 2419, 'East Earl', 'PA'),
(86054, 237, 2419, 'East Freedom', 'PA'),
(86055, 237, 2419, 'East Greenville', 'PA'),
(86056, 237, 2419, 'East McKeesport', 'PA'),
(86057, 237, 2419, 'East Millsboro', 'PA'),
(86058, 237, 2419, 'East Petersburg', 'PA'),
(86059, 237, 2419, 'East Pittsburgh', 'PA'),
(86060, 237, 2419, 'East Prospect', 'PA'),
(86061, 237, 2419, 'East Springfield', 'PA'),
(86062, 237, 2419, 'East Stroudsburg', 'PA'),
(86063, 237, 2419, 'East Texas', 'PA'),
(86064, 237, 2419, 'East Vandergrift', 'PA'),
(86065, 237, 2419, 'Easton', 'PA'),
(86066, 237, 2419, 'Ebensburg', 'PA'),
(86067, 237, 2419, 'Edinboro', 'PA'),
(86068, 237, 2419, 'Edinburg', 'PA'),
(86069, 237, 2419, 'Effort', 'PA'),
(86070, 237, 2419, 'Eighty Four', 'PA'),
(86071, 237, 2419, 'Elco', 'PA'),
(86072, 237, 2419, 'Eldred', 'PA'),
(86073, 237, 2419, 'Elizabeth', 'PA'),
(86074, 237, 2419, 'Elizabethtown', 'PA'),
(86075, 237, 2419, 'Elizabethville', 'PA'),
(86076, 237, 2419, 'Elkins Park', 'PA'),
(86077, 237, 2419, 'Elkland', 'PA'),
(86078, 237, 2419, 'Ellsworth', 'PA'),
(86079, 237, 2419, 'Ellwood City', 'PA'),
(86080, 237, 2419, 'Elmora', 'PA'),
(86081, 237, 2419, 'Elrama', 'PA'),
(86082, 237, 2419, 'Elverson', 'PA'),
(86083, 237, 2419, 'Elysburg', 'PA'),
(86084, 237, 2419, 'Emigsville', 'PA'),
(86085, 237, 2419, 'Emlenton', 'PA'),
(86086, 237, 2419, 'Emmaus', 'PA'),
(86087, 237, 2419, 'Emporium', 'PA'),
(86088, 237, 2419, 'Enola', 'PA'),
(86089, 237, 2419, 'Ephrata', 'PA'),
(86090, 237, 2419, 'Erie', 'PA'),
(86091, 237, 2419, 'Essington', 'PA'),
(86092, 237, 2419, 'Evans City', 'PA'),
(86093, 237, 2419, 'Everett', 'PA'),
(86094, 237, 2419, 'Everson', 'PA'),
(86095, 237, 2419, 'Export', 'PA'),
(86096, 237, 2419, 'Exton', 'PA'),
(86097, 237, 2419, 'Factoryville', 'PA'),
(86098, 237, 2419, 'Fairchance', 'PA'),
(86099, 237, 2419, 'Fairfield', 'PA'),
(86100, 237, 2419, 'Fairless Hills', 'PA'),
(86101, 237, 2419, 'Fairmont City', 'PA'),
(86102, 237, 2419, 'Fairview', 'PA'),
(86103, 237, 2419, 'Falls', 'PA'),
(86104, 237, 2419, 'Falls Creek', 'PA'),
(86105, 237, 2419, 'Farmington', 'PA'),
(86106, 237, 2419, 'Farrell', 'PA'),
(86107, 237, 2419, 'Fawn Grove', 'PA'),
(86108, 237, 2419, 'Fayette City', 'PA'),
(86109, 237, 2419, 'Fayetteville', 'PA'),
(86110, 237, 2419, 'Feasterville-Trevose', 'PA'),
(86111, 237, 2419, 'Felton', 'PA'),
(86112, 237, 2419, 'Fenelton', 'PA'),
(86113, 237, 2419, 'Ferndale', 'PA'),
(86114, 237, 2419, 'Finleyville', 'PA'),
(86115, 237, 2419, 'Fishertown', 'PA'),
(86116, 237, 2419, 'Fleetwood', 'PA'),
(86117, 237, 2419, 'Flinton', 'PA'),
(86118, 237, 2419, 'Flourtown', 'PA'),
(86119, 237, 2419, 'Fogelsville', 'PA'),
(86120, 237, 2419, 'Folcroft', 'PA'),
(86121, 237, 2419, 'Folsom', 'PA'),
(86122, 237, 2419, 'Fombell', 'PA'),
(86123, 237, 2419, 'Ford City', 'PA'),
(86124, 237, 2419, 'Forest City', 'PA'),
(86125, 237, 2419, 'Fort Loudon', 'PA'),
(86126, 237, 2419, 'Fort Washington', 'PA'),
(86127, 237, 2419, 'Fountainville', 'PA'),
(86128, 237, 2419, 'Foxburg', 'PA'),
(86129, 237, 2419, 'Frackville', 'PA'),
(86130, 237, 2419, 'Franklin', 'PA'),
(86131, 237, 2419, 'Franklintown', 'PA'),
(86132, 237, 2419, 'Fredericksburg', 'PA'),
(86133, 237, 2419, 'Fredericktown', 'PA'),
(86134, 237, 2419, 'Fredonia', 'PA'),
(86135, 237, 2419, 'Freeburg', 'PA'),
(86136, 237, 2419, 'Freedom', 'PA'),
(86137, 237, 2419, 'Freeland', 'PA'),
(86138, 237, 2419, 'Freeport', 'PA'),
(86139, 237, 2419, 'Frenchville', 'PA'),
(86140, 237, 2419, 'Friedens', 'PA'),
(86141, 237, 2419, 'Friendsville', 'PA'),
(86142, 237, 2419, 'Fryburg', 'PA'),
(86143, 237, 2419, 'Furlong', 'PA'),
(86144, 237, 2419, 'Galeton', 'PA'),
(86145, 237, 2419, 'Gallitzin', 'PA'),
(86146, 237, 2419, 'Gans', 'PA'),
(86147, 237, 2419, 'Gap', 'PA'),
(86148, 237, 2419, 'Gardners', 'PA'),
(86149, 237, 2419, 'Garnet Valley', 'PA'),
(86150, 237, 2419, 'Garrett', 'PA'),
(86151, 237, 2419, 'Gastonville', 'PA'),
(86152, 237, 2419, 'Georgetown', 'PA'),
(86153, 237, 2419, 'Germansville', 'PA'),
(86154, 237, 2419, 'Gettysburg', 'PA'),
(86155, 237, 2419, 'Gibbon Glade', 'PA'),
(86156, 237, 2419, 'Gibsonia', 'PA'),
(86157, 237, 2419, 'Gifford', 'PA'),
(86158, 237, 2419, 'Gilbert', 'PA'),
(86159, 237, 2419, 'Gilberton', 'PA'),
(86160, 237, 2419, 'Gilbertsville', 'PA'),
(86161, 237, 2419, 'Gillett', 'PA'),
(86162, 237, 2419, 'Girard', 'PA'),
(86163, 237, 2419, 'Girardville', 'PA'),
(86164, 237, 2419, 'Gladwyne', 'PA'),
(86165, 237, 2419, 'Glasgow', 'PA'),
(86166, 237, 2419, 'Glassport', 'PA'),
(86167, 237, 2419, 'Glen Campbell', 'PA'),
(86168, 237, 2419, 'Glen Lyon', 'PA'),
(86169, 237, 2419, 'Glen Mills', 'PA'),
(86170, 237, 2419, 'Glen Rock', 'PA'),
(86171, 237, 2419, 'Glenmoore', 'PA'),
(86172, 237, 2419, 'Glenolden', 'PA'),
(86173, 237, 2419, 'Glenshaw', 'PA'),
(86174, 237, 2419, 'Glenside', 'PA'),
(86175, 237, 2419, 'Glenville', 'PA'),
(86176, 237, 2419, 'Goodville', 'PA'),
(86177, 237, 2419, 'Gordonville', 'PA'),
(86178, 237, 2419, 'Gouldsboro', 'PA'),
(86179, 237, 2419, 'Gradyville', 'PA'),
(86180, 237, 2419, 'Grampian', 'PA'),
(86181, 237, 2419, 'Grand Valley', 'PA'),
(86182, 237, 2419, 'Grantville', 'PA'),
(86183, 237, 2419, 'Granville Summit', 'PA'),
(86184, 237, 2419, 'Grapeville', 'PA'),
(86185, 237, 2419, 'Grassflat', 'PA'),
(86186, 237, 2419, 'Gratz', 'PA'),
(86187, 237, 2419, 'Great Bend', 'PA'),
(86188, 237, 2419, 'Greeley', 'PA'),
(86189, 237, 2419, 'Green Lane', 'PA'),
(86190, 237, 2419, 'Greencastle', 'PA'),
(86191, 237, 2419, 'Greensboro', 'PA'),
(86192, 237, 2419, 'Greensburg', 'PA'),
(86193, 237, 2419, 'Greentown', 'PA'),
(86194, 237, 2419, 'Greenville', 'PA'),
(86195, 237, 2419, 'Grindstone', 'PA'),
(86196, 237, 2419, 'Grove City', 'PA'),
(86197, 237, 2419, 'Grover', 'PA'),
(86198, 237, 2419, 'Guys Mills', 'PA'),
(86199, 237, 2419, 'Gwynedd Valley', 'PA'),
(86200, 237, 2419, 'Hadley', 'PA'),
(86201, 237, 2419, 'Halifax', 'PA'),
(86202, 237, 2419, 'Hallstead', 'PA'),
(86203, 237, 2419, 'Hamburg', 'PA'),
(86204, 237, 2419, 'Hamilton', 'PA'),
(86205, 237, 2419, 'Hamlin', 'PA'),
(86206, 237, 2419, 'Hanover', 'PA'),
(86207, 237, 2419, 'Harborcreek', 'PA'),
(86208, 237, 2419, 'Harleysville', 'PA'),
(86209, 237, 2419, 'Harmonsburg', 'PA'),
(86210, 237, 2419, 'Harmony', 'PA'),
(86211, 237, 2419, 'Harrisburg', 'PA'),
(86212, 237, 2419, 'Harrison City', 'PA'),
(86213, 237, 2419, 'Harrisonville', 'PA'),
(86214, 237, 2419, 'Harrisville', 'PA'),
(86215, 237, 2419, 'Hartleton', 'PA'),
(86216, 237, 2419, 'Hartstown', 'PA'),
(86217, 237, 2419, 'Harveys Lake', 'PA'),
(86218, 237, 2419, 'Harwick', 'PA'),
(86219, 237, 2419, 'Hastings', 'PA'),
(86220, 237, 2419, 'Hatboro', 'PA'),
(86221, 237, 2419, 'Hatfield', 'PA'),
(86222, 237, 2419, 'Haverford', 'PA'),
(86223, 237, 2419, 'Havertown', 'PA'),
(86224, 237, 2419, 'Hawley', 'PA'),
(86225, 237, 2419, 'Hazleton', 'PA'),
(86226, 237, 2419, 'Hegins', 'PA'),
(86227, 237, 2419, 'Hellertown', 'PA'),
(86228, 237, 2419, 'Henryville', 'PA'),
(86229, 237, 2419, 'Hermitage', 'PA'),
(86230, 237, 2419, 'Herndon', 'PA'),
(86231, 237, 2419, 'Hershey', 'PA'),
(86232, 237, 2419, 'Hesston', 'PA'),
(86233, 237, 2419, 'Hickory', 'PA'),
(86234, 237, 2419, 'Hidden Valley', 'PA'),
(86235, 237, 2419, 'Highspire', 'PA'),
(86236, 237, 2419, 'Hiller', 'PA'),
(86237, 237, 2419, 'Hilliards', 'PA'),
(86238, 237, 2419, 'Hillsdale', 'PA'),
(86239, 237, 2419, 'Hillsville', 'PA'),
(86240, 237, 2419, 'Holbrook', 'PA'),
(86241, 237, 2419, 'Hollidaysburg', 'PA'),
(86242, 237, 2419, 'Hollsopple', 'PA'),
(86243, 237, 2419, 'Holmes', 'PA'),
(86244, 237, 2419, 'Holtwood', 'PA'),
(86245, 237, 2419, 'Home', 'PA'),
(86246, 237, 2419, 'Homer City', 'PA'),
(86247, 237, 2419, 'Homestead', 'PA'),
(86248, 237, 2419, 'Honesdale', 'PA'),
(86249, 237, 2419, 'Honey Brook', 'PA'),
(86250, 237, 2419, 'Hookstown', 'PA'),
(86251, 237, 2419, 'Hooversville', 'PA'),
(86252, 237, 2419, 'Hop Bottom', 'PA');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(86253, 237, 2419, 'Hopewell', 'PA'),
(86254, 237, 2419, 'Hopwood', 'PA'),
(86255, 237, 2419, 'Horsham', 'PA'),
(86256, 237, 2419, 'Houston', 'PA'),
(86257, 237, 2419, 'Houtzdale', 'PA'),
(86258, 237, 2419, 'Howard', 'PA'),
(86259, 237, 2419, 'Hughesville', 'PA'),
(86260, 237, 2419, 'Hummels Wharf', 'PA'),
(86261, 237, 2419, 'Hummelstown', 'PA'),
(86262, 237, 2419, 'Hunker', 'PA'),
(86263, 237, 2419, 'Hunlock Creek', 'PA'),
(86264, 237, 2419, 'Huntingdon', 'PA'),
(86265, 237, 2419, 'Huntingdon Valley', 'PA'),
(86266, 237, 2419, 'Huntington Mills', 'PA'),
(86267, 237, 2419, 'Hustontown', 'PA'),
(86268, 237, 2419, 'Hutchinson', 'PA'),
(86269, 237, 2419, 'Imperial', 'PA'),
(86270, 237, 2419, 'India', 'PA'),
(86271, 237, 2419, 'Indian Head', 'PA'),
(86272, 237, 2419, 'Indiana', 'PA'),
(86273, 237, 2419, 'Indianola', 'PA'),
(86274, 237, 2419, 'Industry', 'PA'),
(86275, 237, 2419, 'Irvona', 'PA'),
(86276, 237, 2419, 'Irwin', 'PA'),
(86277, 237, 2419, 'Isabella', 'PA'),
(86278, 237, 2419, 'Jackson', 'PA'),
(86279, 237, 2419, 'Jackson Center', 'PA'),
(86280, 237, 2419, 'Jamestown', 'PA'),
(86281, 237, 2419, 'Jamison', 'PA'),
(86282, 237, 2419, 'Jeannette', 'PA'),
(86283, 237, 2419, 'Jefferson', 'PA'),
(86284, 237, 2419, 'Jenkintown', 'PA'),
(86285, 237, 2419, 'Jenners', 'PA'),
(86286, 237, 2419, 'Jennerstown', 'PA'),
(86287, 237, 2419, 'Jermyn', 'PA'),
(86288, 237, 2419, 'Jerome', 'PA'),
(86289, 237, 2419, 'Jersey Shore', 'PA'),
(86290, 237, 2419, 'Jessup', 'PA'),
(86291, 237, 2419, 'Jim Thorpe', 'PA'),
(86292, 237, 2419, 'Johnsonburg', 'PA'),
(86293, 237, 2419, 'Johnstown', 'PA'),
(86294, 237, 2419, 'Jones Mills', 'PA'),
(86295, 237, 2419, 'Jonestown', 'PA'),
(86296, 237, 2419, 'Josephine', 'PA'),
(86297, 237, 2419, 'Julian', 'PA'),
(86298, 237, 2419, 'Kane', 'PA'),
(86299, 237, 2419, 'Karns City', 'PA'),
(86300, 237, 2419, 'Karthaus', 'PA'),
(86301, 237, 2419, 'Keisterville', 'PA'),
(86302, 237, 2419, 'Kelayres', 'PA'),
(86303, 237, 2419, 'Kelton', 'PA'),
(86304, 237, 2419, 'Kempton', 'PA'),
(86305, 237, 2419, 'Kennerdell', 'PA'),
(86306, 237, 2419, 'Kennett Square', 'PA'),
(86307, 237, 2419, 'Kersey', 'PA'),
(86308, 237, 2419, 'Kimberton', 'PA'),
(86309, 237, 2419, 'King of Prussia', 'PA'),
(86310, 237, 2419, 'Kingsley', 'PA'),
(86311, 237, 2419, 'Kingston', 'PA'),
(86312, 237, 2419, 'Kintnersville', 'PA'),
(86313, 237, 2419, 'Kinzers', 'PA'),
(86314, 237, 2419, 'Kirkwood', 'PA'),
(86315, 237, 2419, 'Kittanning', 'PA'),
(86316, 237, 2419, 'Klingerstown', 'PA'),
(86317, 237, 2419, 'Knox', 'PA'),
(86318, 237, 2419, 'Knoxville', 'PA'),
(86319, 237, 2419, 'Kreamer', 'PA'),
(86320, 237, 2419, 'Kresgeville', 'PA'),
(86321, 237, 2419, 'Kulpmont', 'PA'),
(86322, 237, 2419, 'Kunkletown', 'PA'),
(86323, 237, 2419, 'Kutztown', 'PA'),
(86324, 237, 2419, 'Kylertown', 'PA'),
(86325, 237, 2419, 'Laceyville', 'PA'),
(86326, 237, 2419, 'Lackawaxen', 'PA'),
(86327, 237, 2419, 'Lafayette', 'PA'),
(86328, 237, 2419, 'Lahaska', 'PA'),
(86329, 237, 2419, 'Lake Ariel', 'PA'),
(86330, 237, 2419, 'Lake City', 'PA'),
(86331, 237, 2419, 'Lake Harmony', 'PA'),
(86332, 237, 2419, 'Lake Lynn', 'PA'),
(86333, 237, 2419, 'Lake Winola', 'PA'),
(86334, 237, 2419, 'Lakeville', 'PA'),
(86335, 237, 2419, 'Lakewood', 'PA'),
(86336, 237, 2419, 'Lancaster', 'PA'),
(86337, 237, 2419, 'Landenberg', 'PA'),
(86338, 237, 2419, 'Landisburg', 'PA'),
(86339, 237, 2419, 'Landisville', 'PA'),
(86340, 237, 2419, 'Langeloth', 'PA'),
(86341, 237, 2419, 'Langhorne', 'PA'),
(86342, 237, 2419, 'Lansdale', 'PA'),
(86343, 237, 2419, 'Lansdowne', 'PA'),
(86344, 237, 2419, 'Lanse', 'PA'),
(86345, 237, 2419, 'Lansford', 'PA'),
(86346, 237, 2419, 'Larimer', 'PA'),
(86347, 237, 2419, 'Latrobe', 'PA'),
(86348, 237, 2419, 'Laughlintown', 'PA'),
(86349, 237, 2419, 'Laurys Station', 'PA'),
(86350, 237, 2419, 'Lawrence', 'PA'),
(86351, 237, 2419, 'Lawrenceville', 'PA'),
(86352, 237, 2419, 'Lawton', 'PA'),
(86353, 237, 2419, 'Le Raysville', 'PA'),
(86354, 237, 2419, 'Lebanon', 'PA'),
(86355, 237, 2419, 'Leckrone', 'PA'),
(86356, 237, 2419, 'Lederach', 'PA'),
(86357, 237, 2419, 'Leechburg', 'PA'),
(86358, 237, 2419, 'Leesport', 'PA'),
(86359, 237, 2419, 'Leetsdale', 'PA'),
(86360, 237, 2419, 'Lehighton', 'PA'),
(86361, 237, 2419, 'Lehman', 'PA'),
(86362, 237, 2419, 'Lemont', 'PA'),
(86363, 237, 2419, 'Lemont Furnace', 'PA'),
(86364, 237, 2419, 'Lemoyne', 'PA'),
(86365, 237, 2419, 'Lenhartsville', 'PA'),
(86366, 237, 2419, 'Lenni', 'PA'),
(86367, 237, 2419, 'Leola', 'PA'),
(86368, 237, 2419, 'Levittown', 'PA'),
(86369, 237, 2419, 'Lewisberry', 'PA'),
(86370, 237, 2419, 'Lewisburg', 'PA'),
(86371, 237, 2419, 'Lewistown', 'PA'),
(86372, 237, 2419, 'Lewisville', 'PA'),
(86373, 237, 2419, 'Liberty', 'PA'),
(86374, 237, 2419, 'Ligonier', 'PA'),
(86375, 237, 2419, 'Lilly', 'PA'),
(86376, 237, 2419, 'Linden', 'PA'),
(86377, 237, 2419, 'Line Lexington', 'PA'),
(86378, 237, 2419, 'Linesville', 'PA'),
(86379, 237, 2419, 'Lionville', 'PA'),
(86380, 237, 2419, 'Lititz', 'PA'),
(86381, 237, 2419, 'Little Meadows', 'PA'),
(86382, 237, 2419, 'Littlestown', 'PA'),
(86383, 237, 2419, 'Liverpool', 'PA'),
(86384, 237, 2419, 'Lock Haven', 'PA'),
(86385, 237, 2419, 'Loganton', 'PA'),
(86386, 237, 2419, 'Loganville', 'PA'),
(86387, 237, 2419, 'Long Pond', 'PA'),
(86388, 237, 2419, 'Loretto', 'PA'),
(86389, 237, 2419, 'Lost Creek', 'PA'),
(86390, 237, 2419, 'Loyalhanna', 'PA'),
(86391, 237, 2419, 'Loysburg', 'PA'),
(86392, 237, 2419, 'Loysville', 'PA'),
(86393, 237, 2419, 'Lucinda', 'PA'),
(86394, 237, 2419, 'Ludlow', 'PA'),
(86395, 237, 2419, 'Lumberville', 'PA'),
(86396, 237, 2419, 'Luxor', 'PA'),
(86397, 237, 2419, 'Luzerne', 'PA'),
(86398, 237, 2419, 'Lykens', 'PA'),
(86399, 237, 2419, 'Macungie', 'PA'),
(86400, 237, 2419, 'Madera', 'PA'),
(86401, 237, 2419, 'Madison', 'PA'),
(86402, 237, 2419, 'Mahaffey', 'PA'),
(86403, 237, 2419, 'Mahanoy City', 'PA'),
(86404, 237, 2419, 'Mainesburg', 'PA'),
(86405, 237, 2419, 'Malvern', 'PA'),
(86406, 237, 2419, 'Mammoth', 'PA'),
(86407, 237, 2419, 'Manchester', 'PA'),
(86408, 237, 2419, 'Manheim', 'PA'),
(86409, 237, 2419, 'Manns Choice', 'PA'),
(86410, 237, 2419, 'Manor', 'PA'),
(86411, 237, 2419, 'Mansfield', 'PA'),
(86412, 237, 2419, 'Marcus Hook', 'PA'),
(86413, 237, 2419, 'Marianna', 'PA'),
(86414, 237, 2419, 'Marienville', 'PA'),
(86415, 237, 2419, 'Marietta', 'PA'),
(86416, 237, 2419, 'Marion Center', 'PA'),
(86417, 237, 2419, 'Markleton', 'PA'),
(86418, 237, 2419, 'Markleysburg', 'PA'),
(86419, 237, 2419, 'Mars', 'PA'),
(86420, 237, 2419, 'Marshalls Creek', 'PA'),
(86421, 237, 2419, 'Martinsburg', 'PA'),
(86422, 237, 2419, 'Marysville', 'PA'),
(86423, 237, 2419, 'Masontown', 'PA'),
(86424, 237, 2419, 'Matamoras', 'PA'),
(86425, 237, 2419, 'Mather', 'PA'),
(86426, 237, 2419, 'Mattawana', 'PA'),
(86427, 237, 2419, 'Mayport', 'PA'),
(86428, 237, 2419, 'Maytown', 'PA'),
(86429, 237, 2419, 'McAdoo', 'PA'),
(86430, 237, 2419, 'McAlisterville', 'PA'),
(86431, 237, 2419, 'McClellandtown', 'PA'),
(86432, 237, 2419, 'McClure', 'PA'),
(86433, 237, 2419, 'McConnellsburg', 'PA'),
(86434, 237, 2419, 'McDonald', 'PA'),
(86435, 237, 2419, 'McElhattan', 'PA'),
(86436, 237, 2419, 'McKean Township', 'PA'),
(86437, 237, 2419, 'McKees Rocks', 'PA'),
(86438, 237, 2419, 'McKeesport', 'PA'),
(86439, 237, 2419, 'McSherrystown', 'PA'),
(86440, 237, 2419, 'McVeytown', 'PA'),
(86441, 237, 2419, 'Meadow Lands', 'PA'),
(86442, 237, 2419, 'Meadville', 'PA'),
(86443, 237, 2419, 'Mechanicsburg', 'PA'),
(86444, 237, 2419, 'Mechanicsville', 'PA'),
(86445, 237, 2419, 'Media', 'PA'),
(86446, 237, 2419, 'Mehoopany', 'PA'),
(86447, 237, 2419, 'Melcroft', 'PA'),
(86448, 237, 2419, 'Mentcle', 'PA'),
(86449, 237, 2419, 'Mercer', 'PA'),
(86450, 237, 2419, 'Mercersburg', 'PA'),
(86451, 237, 2419, 'Merion', 'PA'),
(86452, 237, 2419, 'Mertztown', 'PA'),
(86453, 237, 2419, 'Meshoppen', 'PA'),
(86454, 237, 2419, 'Meyersdale', 'PA'),
(86455, 237, 2419, 'Middleburg', 'PA'),
(86456, 237, 2419, 'Middlebury Center', 'PA'),
(86457, 237, 2419, 'Middletown', 'PA'),
(86458, 237, 2419, 'Midland', 'PA'),
(86459, 237, 2419, 'Midway', 'PA'),
(86460, 237, 2419, 'Mifflin', 'PA'),
(86461, 237, 2419, 'Mifflinburg', 'PA'),
(86462, 237, 2419, 'Mifflintown', 'PA'),
(86463, 237, 2419, 'Mifflinville', 'PA'),
(86464, 237, 2419, 'Milan', 'PA'),
(86465, 237, 2419, 'Milanville', 'PA'),
(86466, 237, 2419, 'Milford', 'PA'),
(86467, 237, 2419, 'Mill Hall', 'PA'),
(86468, 237, 2419, 'Mill Run', 'PA'),
(86469, 237, 2419, 'Millersburg', 'PA'),
(86470, 237, 2419, 'Millerstown', 'PA'),
(86471, 237, 2419, 'Millersville', 'PA'),
(86472, 237, 2419, 'Millerton', 'PA'),
(86473, 237, 2419, 'Millmont', 'PA'),
(86474, 237, 2419, 'Millsboro', 'PA'),
(86475, 237, 2419, 'Millville', 'PA'),
(86476, 237, 2419, 'Milroy', 'PA'),
(86477, 237, 2419, 'Milton', 'PA'),
(86478, 237, 2419, 'Mineral Point', 'PA'),
(86479, 237, 2419, 'Minersville', 'PA'),
(86480, 237, 2419, 'Modena', 'PA'),
(86481, 237, 2419, 'Mohnton', 'PA'),
(86482, 237, 2419, 'Mohrsville', 'PA'),
(86483, 237, 2419, 'Monaca', 'PA'),
(86484, 237, 2419, 'Monessen', 'PA'),
(86485, 237, 2419, 'Monongahela', 'PA'),
(86486, 237, 2419, 'Monroeton', 'PA'),
(86487, 237, 2419, 'Monroeville', 'PA'),
(86488, 237, 2419, 'Mont Alto', 'PA'),
(86489, 237, 2419, 'Mont Clare', 'PA'),
(86490, 237, 2419, 'Montandon', 'PA'),
(86491, 237, 2419, 'Montgomery', 'PA'),
(86492, 237, 2419, 'Montgomeryville', 'PA'),
(86493, 237, 2419, 'Montoursville', 'PA'),
(86494, 237, 2419, 'Montrose', 'PA'),
(86495, 237, 2419, 'Moosic', 'PA'),
(86496, 237, 2419, 'Morann', 'PA'),
(86497, 237, 2419, 'Morgantown', 'PA'),
(86498, 237, 2419, 'Morrisdale', 'PA'),
(86499, 237, 2419, 'Morrisville', 'PA'),
(86500, 237, 2419, 'Morton', 'PA'),
(86501, 237, 2419, 'Moscow', 'PA'),
(86502, 237, 2419, 'Moshannon', 'PA'),
(86503, 237, 2419, 'Mount Bethel', 'PA'),
(86504, 237, 2419, 'Mount Carmel', 'PA'),
(86505, 237, 2419, 'Mount Gretna', 'PA'),
(86506, 237, 2419, 'Mount Holly Springs', 'PA'),
(86507, 237, 2419, 'Mount Jewett', 'PA'),
(86508, 237, 2419, 'Mount Joy', 'PA'),
(86509, 237, 2419, 'Mount Morris', 'PA'),
(86510, 237, 2419, 'Mount Pleasant', 'PA'),
(86511, 237, 2419, 'Mount Pleasant Mills', 'PA'),
(86512, 237, 2419, 'Mount Pocono', 'PA'),
(86513, 237, 2419, 'Mount Union', 'PA'),
(86514, 237, 2419, 'Mount Wolf', 'PA'),
(86515, 237, 2419, 'Mountain Top', 'PA'),
(86516, 237, 2419, 'Mountville', 'PA'),
(86517, 237, 2419, 'Muir', 'PA'),
(86518, 237, 2419, 'Muncy', 'PA'),
(86519, 237, 2419, 'Muncy Valley', 'PA'),
(86520, 237, 2419, 'Murrysville', 'PA'),
(86521, 237, 2419, 'Muse', 'PA'),
(86522, 237, 2419, 'Myerstown', 'PA'),
(86523, 237, 2419, 'Nanticoke', 'PA'),
(86524, 237, 2419, 'Nanty Glo', 'PA'),
(86525, 237, 2419, 'Narberth', 'PA'),
(86526, 237, 2419, 'Narvon', 'PA'),
(86527, 237, 2419, 'Natrona Heights', 'PA'),
(86528, 237, 2419, 'Nazareth', 'PA'),
(86529, 237, 2419, 'Needmore', 'PA'),
(86530, 237, 2419, 'Nemacolin', 'PA'),
(86531, 237, 2419, 'Nescopeck', 'PA'),
(86532, 237, 2419, 'Nesquehoning', 'PA'),
(86533, 237, 2419, 'New Albany', 'PA'),
(86534, 237, 2419, 'New Alexandria', 'PA'),
(86535, 237, 2419, 'New Berlin', 'PA'),
(86536, 237, 2419, 'New Bethlehem', 'PA'),
(86537, 237, 2419, 'New Bloomfield', 'PA'),
(86538, 237, 2419, 'New Brighton', 'PA'),
(86539, 237, 2419, 'New Castle', 'PA'),
(86540, 237, 2419, 'New Columbia', 'PA'),
(86541, 237, 2419, 'New Cumberland', 'PA'),
(86542, 237, 2419, 'New Eagle', 'PA'),
(86543, 237, 2419, 'New Enterprise', 'PA'),
(86544, 237, 2419, 'New Florence', 'PA'),
(86545, 237, 2419, 'New Freedom', 'PA'),
(86546, 237, 2419, 'New Freeport', 'PA'),
(86547, 237, 2419, 'New Galilee', 'PA'),
(86548, 237, 2419, 'New Holland', 'PA'),
(86549, 237, 2419, 'New Hope', 'PA'),
(86550, 237, 2419, 'New Kensington', 'PA'),
(86551, 237, 2419, 'New Kingstown', 'PA'),
(86552, 237, 2419, 'New London', 'PA'),
(86553, 237, 2419, 'New Milford', 'PA'),
(86554, 237, 2419, 'New Oxford', 'PA'),
(86555, 237, 2419, 'New Paris', 'PA'),
(86556, 237, 2419, 'New Park', 'PA'),
(86557, 237, 2419, 'New Philadelphia', 'PA'),
(86558, 237, 2419, 'New Providence', 'PA'),
(86559, 237, 2419, 'New Ringgold', 'PA'),
(86560, 237, 2419, 'New Salem', 'PA'),
(86561, 237, 2419, 'New Stanton', 'PA'),
(86562, 237, 2419, 'New Tripoli', 'PA'),
(86563, 237, 2419, 'New Wilmington', 'PA'),
(86564, 237, 2419, 'Newburg', 'PA'),
(86565, 237, 2419, 'Newell', 'PA'),
(86566, 237, 2419, 'Newfoundland', 'PA'),
(86567, 237, 2419, 'Newmanstown', 'PA'),
(86568, 237, 2419, 'Newport', 'PA'),
(86569, 237, 2419, 'Newry', 'PA'),
(86570, 237, 2419, 'Newtown', 'PA'),
(86571, 237, 2419, 'Newtown Square', 'PA'),
(86572, 237, 2419, 'Newville', 'PA'),
(86573, 237, 2419, 'Nicholson', 'PA'),
(86574, 237, 2419, 'Normalville', 'PA'),
(86575, 237, 2419, 'Norristown', 'PA'),
(86576, 237, 2419, 'North Apollo', 'PA'),
(86577, 237, 2419, 'North East', 'PA'),
(86578, 237, 2419, 'North Point', 'PA'),
(86579, 237, 2419, 'North Versailles', 'PA'),
(86580, 237, 2419, 'North Wales', 'PA'),
(86581, 237, 2419, 'Northampton', 'PA'),
(86582, 237, 2419, 'Northern Cambria', 'PA'),
(86583, 237, 2419, 'Northumberland', 'PA'),
(86584, 237, 2419, 'Norwood', 'PA'),
(86585, 237, 2419, 'Nottingham', 'PA'),
(86586, 237, 2419, 'NuMine', 'PA'),
(86587, 237, 2419, 'Oakdale', 'PA'),
(86588, 237, 2419, 'Oakland Mills', 'PA'),
(86589, 237, 2419, 'Oakmont', 'PA'),
(86590, 237, 2419, 'Oaks', 'PA'),
(86591, 237, 2419, 'Ohiopyle', 'PA'),
(86592, 237, 2419, 'Oil City', 'PA'),
(86593, 237, 2419, 'Olanta', 'PA'),
(86594, 237, 2419, 'Old Forge', 'PA'),
(86595, 237, 2419, 'Oley', 'PA'),
(86596, 237, 2419, 'Oliver', 'PA'),
(86597, 237, 2419, 'Olyphant', 'PA'),
(86598, 237, 2419, 'Ono', 'PA'),
(86599, 237, 2419, 'Orangeville', 'PA'),
(86600, 237, 2419, 'Orbisonia', 'PA'),
(86601, 237, 2419, 'Orefield', 'PA'),
(86602, 237, 2419, 'Oreland', 'PA'),
(86603, 237, 2419, 'Orrstown', 'PA'),
(86604, 237, 2419, 'Orrtanna', 'PA'),
(86605, 237, 2419, 'Orwigsburg', 'PA'),
(86606, 237, 2419, 'Osceola', 'PA'),
(86607, 237, 2419, 'Osceola Mills', 'PA'),
(86608, 237, 2419, 'Ottsville', 'PA'),
(86609, 237, 2419, 'Oxford', 'PA'),
(86610, 237, 2419, 'Palm', 'PA'),
(86611, 237, 2419, 'Palmerton', 'PA'),
(86612, 237, 2419, 'Palmyra', 'PA'),
(86613, 237, 2419, 'Paoli', 'PA'),
(86614, 237, 2419, 'Paradise', 'PA'),
(86615, 237, 2419, 'Parker', 'PA'),
(86616, 237, 2419, 'Parker Ford', 'PA'),
(86617, 237, 2419, 'Parkesburg', 'PA'),
(86618, 237, 2419, 'Patton', 'PA'),
(86619, 237, 2419, 'Paupack', 'PA'),
(86620, 237, 2419, 'Paxinos', 'PA'),
(86621, 237, 2419, 'Peach Bottom', 'PA'),
(86622, 237, 2419, 'Peckville', 'PA'),
(86623, 237, 2419, 'Pen Argyl', 'PA'),
(86624, 237, 2419, 'Penfield', 'PA'),
(86625, 237, 2419, 'Penn Run', 'PA'),
(86626, 237, 2419, 'Penns Creek', 'PA'),
(86627, 237, 2419, 'Pennsburg', 'PA'),
(86628, 237, 2419, 'Pennsylvania Furnace', 'PA'),
(86629, 237, 2419, 'Pequea', 'PA'),
(86630, 237, 2419, 'Perkasie', 'PA'),
(86631, 237, 2419, 'Perkiomenville', 'PA'),
(86632, 237, 2419, 'Perryopolis', 'PA'),
(86633, 237, 2419, 'Petersburg', 'PA'),
(86634, 237, 2419, 'Petrolia', 'PA'),
(86635, 237, 2419, 'Philadelphia', 'PA'),
(86636, 237, 2419, 'Philipsburg', 'PA'),
(86637, 237, 2419, 'Phoenixville', 'PA'),
(86638, 237, 2419, 'Picture Rocks', 'PA'),
(86639, 237, 2419, 'Pillow', 'PA'),
(86640, 237, 2419, 'Pine Grove', 'PA'),
(86641, 237, 2419, 'Pine Grove Mills', 'PA'),
(86642, 237, 2419, 'Pineville', 'PA'),
(86643, 237, 2419, 'Pipersville', 'PA'),
(86644, 237, 2419, 'Pitcairn', 'PA'),
(86645, 237, 2419, 'Pittsburgh', 'PA'),
(86646, 237, 2419, 'Pittsfield', 'PA'),
(86647, 237, 2419, 'Pittston', 'PA'),
(86648, 237, 2419, 'Pleasant Mount', 'PA'),
(86649, 237, 2419, 'Pleasant Unity', 'PA'),
(86650, 237, 2419, 'Pleasantville', 'PA'),
(86651, 237, 2419, 'Plymouth', 'PA'),
(86652, 237, 2419, 'Plymouth Meeting', 'PA'),
(86653, 237, 2419, 'Pocono Lake', 'PA'),
(86654, 237, 2419, 'Pocono Pines', 'PA'),
(86655, 237, 2419, 'Pocono Summit', 'PA'),
(86656, 237, 2419, 'Point Marion', 'PA'),
(86657, 237, 2419, 'Point Pleasant', 'PA'),
(86658, 237, 2419, 'Polk', 'PA'),
(86659, 237, 2419, 'Pomeroy', 'PA'),
(86660, 237, 2419, 'Port Allegany', 'PA'),
(86661, 237, 2419, 'Port Carbon', 'PA'),
(86662, 237, 2419, 'Port Matilda', 'PA'),
(86663, 237, 2419, 'Port Royal', 'PA'),
(86664, 237, 2419, 'Port Trevorton', 'PA'),
(86665, 237, 2419, 'Portage', 'PA'),
(86666, 237, 2419, 'Portersville', 'PA'),
(86667, 237, 2419, 'Portland', 'PA'),
(86668, 237, 2419, 'Pottstown', 'PA'),
(86669, 237, 2419, 'Pottsville', 'PA'),
(86670, 237, 2419, 'Presto', 'PA'),
(86671, 237, 2419, 'Prompton', 'PA'),
(86672, 237, 2419, 'Prospect', 'PA'),
(86673, 237, 2419, 'Prospect Park', 'PA'),
(86674, 237, 2419, 'Prosperity', 'PA'),
(86675, 237, 2419, 'Pulaski', 'PA'),
(86676, 237, 2419, 'Punxsutawney', 'PA'),
(86677, 237, 2419, 'Quakertown', 'PA'),
(86678, 237, 2419, 'Quarryville', 'PA'),
(86679, 237, 2419, 'Quentin', 'PA'),
(86680, 237, 2419, 'Ramey', 'PA'),
(86681, 237, 2419, 'Ransom', 'PA'),
(86682, 237, 2419, 'Reading', 'PA'),
(86683, 237, 2419, 'Reamstown', 'PA'),
(86684, 237, 2419, 'Red Hill', 'PA'),
(86685, 237, 2419, 'Red Lion', 'PA'),
(86686, 237, 2419, 'Reeders', 'PA'),
(86687, 237, 2419, 'Reedsville', 'PA'),
(86688, 237, 2419, 'Reinholds', 'PA'),
(86689, 237, 2419, 'Renfrew', 'PA'),
(86690, 237, 2419, 'Renovo', 'PA'),
(86691, 237, 2419, 'Revloc', 'PA'),
(86692, 237, 2419, 'Rew', 'PA'),
(86693, 237, 2419, 'Reynoldsville', 'PA'),
(86694, 237, 2419, 'Rheems', 'PA'),
(86695, 237, 2419, 'Rices Landing', 'PA'),
(86696, 237, 2419, 'Richboro', 'PA'),
(86697, 237, 2419, 'Richeyville', 'PA'),
(86698, 237, 2419, 'Richfield', 'PA'),
(86699, 237, 2419, 'Richland', 'PA'),
(86700, 237, 2419, 'Ridgway', 'PA'),
(86701, 237, 2419, 'Ridley Park', 'PA'),
(86702, 237, 2419, 'Riegelsville', 'PA'),
(86703, 237, 2419, 'Rillton', 'PA'),
(86704, 237, 2419, 'Rimersburg', 'PA'),
(86705, 237, 2419, 'Ringtown', 'PA'),
(86706, 237, 2419, 'Rixford', 'PA'),
(86707, 237, 2419, 'Roaring Branch', 'PA'),
(86708, 237, 2419, 'Roaring Spring', 'PA'),
(86709, 237, 2419, 'Robesonia', 'PA'),
(86710, 237, 2419, 'Rochester', 'PA'),
(86711, 237, 2419, 'Rochester Mills', 'PA'),
(86712, 237, 2419, 'Rockhill', 'PA'),
(86713, 237, 2419, 'Rockwood', 'PA'),
(86714, 237, 2419, 'Rogersville', 'PA'),
(86715, 237, 2419, 'Rome', 'PA'),
(86716, 237, 2419, 'Ronks', 'PA'),
(86717, 237, 2419, 'Roscoe', 'PA'),
(86718, 237, 2419, 'Rossiter', 'PA'),
(86719, 237, 2419, 'Roulette', 'PA'),
(86720, 237, 2419, 'Rouseville', 'PA'),
(86721, 237, 2419, 'Rowland', 'PA'),
(86722, 237, 2419, 'Roxbury', 'PA'),
(86723, 237, 2419, 'Royersford', 'PA'),
(86724, 237, 2419, 'Ruffs Dale', 'PA'),
(86725, 237, 2419, 'Rural Ridge', 'PA'),
(86726, 237, 2419, 'Rural Valley', 'PA'),
(86727, 237, 2419, 'Rushland', 'PA'),
(86728, 237, 2419, 'Russell', 'PA'),
(86729, 237, 2419, 'Russellton', 'PA'),
(86730, 237, 2419, 'Sadsburyville', 'PA'),
(86731, 237, 2419, 'Saegertown', 'PA'),
(86732, 237, 2419, 'Sagamore', 'PA'),
(86733, 237, 2419, 'Saint Clair', 'PA'),
(86734, 237, 2419, 'Saint Johns', 'PA'),
(86735, 237, 2419, 'Saint Marys', 'PA'),
(86736, 237, 2419, 'Saint Thomas', 'PA'),
(86737, 237, 2419, 'Salisbury', 'PA'),
(86738, 237, 2419, 'Salix', 'PA'),
(86739, 237, 2419, 'Saltillo', 'PA'),
(86740, 237, 2419, 'Saltsburg', 'PA'),
(86741, 237, 2419, 'Sandy Lake', 'PA'),
(86742, 237, 2419, 'Sarver', 'PA'),
(86743, 237, 2419, 'Saxonburg', 'PA'),
(86744, 237, 2419, 'Saxton', 'PA'),
(86745, 237, 2419, 'Saylorsburg', 'PA'),
(86746, 237, 2419, 'Sayre', 'PA'),
(86747, 237, 2419, 'Scenery Hill', 'PA'),
(86748, 237, 2419, 'Schaefferstown', 'PA'),
(86749, 237, 2419, 'Schellsburg', 'PA'),
(86750, 237, 2419, 'Schnecksville', 'PA'),
(86751, 237, 2419, 'Schuylkill Haven', 'PA'),
(86752, 237, 2419, 'Schwenksville', 'PA'),
(86753, 237, 2419, 'Sciota', 'PA'),
(86754, 237, 2419, 'Scotland', 'PA'),
(86755, 237, 2419, 'Scotrun', 'PA'),
(86756, 237, 2419, 'Scottdale', 'PA'),
(86757, 237, 2419, 'Scranton', 'PA'),
(86758, 237, 2419, 'Seal', 'PA'),
(86759, 237, 2419, 'Selinsgrove', 'PA'),
(86760, 237, 2419, 'Sellersville', 'PA'),
(86761, 237, 2419, 'Seneca', 'PA'),
(86762, 237, 2419, 'Seven Valleys', 'PA'),
(86763, 237, 2419, 'Seward', 'PA'),
(86764, 237, 2419, 'Sewickley', 'PA'),
(86765, 237, 2419, 'Shady Grove', 'PA'),
(86766, 237, 2419, 'Shamokin', 'PA'),
(86767, 237, 2419, 'Shamokin Dam', 'PA'),
(86768, 237, 2419, 'Shanksville', 'PA'),
(86769, 237, 2419, 'Sharon', 'PA'),
(86770, 237, 2419, 'Sharon Hill', 'PA'),
(86771, 237, 2419, 'Sharpsville', 'PA'),
(86772, 237, 2419, 'Shartlesville', 'PA'),
(86773, 237, 2419, 'Shavertown', 'PA'),
(86774, 237, 2419, 'Shawville', 'PA'),
(86775, 237, 2419, 'Sheffield', 'PA'),
(86776, 237, 2419, 'Shelocta', 'PA'),
(86777, 237, 2419, 'Shenandoah', 'PA'),
(86778, 237, 2419, 'Shermans Dale', 'PA'),
(86779, 237, 2419, 'Shickshinny', 'PA'),
(86780, 237, 2419, 'Shinglehouse', 'PA'),
(86781, 237, 2419, 'Shippensburg', 'PA'),
(86782, 237, 2419, 'Shippenville', 'PA'),
(86783, 237, 2419, 'Shirleysburg', 'PA'),
(86784, 237, 2419, 'Shoemakersville', 'PA'),
(86785, 237, 2419, 'Shohola', 'PA'),
(86786, 237, 2419, 'Shrewsbury', 'PA'),
(86787, 237, 2419, 'Sidman', 'PA'),
(86788, 237, 2419, 'Sigel', 'PA'),
(86789, 237, 2419, 'Silverdale', 'PA'),
(86790, 237, 2419, 'Skippack', 'PA'),
(86791, 237, 2419, 'Slatington', 'PA'),
(86792, 237, 2419, 'Slickville', 'PA'),
(86793, 237, 2419, 'Sligo', 'PA'),
(86794, 237, 2419, 'Slippery Rock', 'PA'),
(86795, 237, 2419, 'Slovan', 'PA'),
(86796, 237, 2419, 'Smethport', 'PA'),
(86797, 237, 2419, 'Smithfield', 'PA'),
(86798, 237, 2419, 'Smithton', 'PA'),
(86799, 237, 2419, 'Smock', 'PA'),
(86800, 237, 2419, 'Smoketown', 'PA'),
(86801, 237, 2419, 'Snow Shoe', 'PA'),
(86802, 237, 2419, 'Somerset', 'PA'),
(86803, 237, 2419, 'Souderton', 'PA'),
(86804, 237, 2419, 'South Canaan', 'PA'),
(86805, 237, 2419, 'South Fork', 'PA'),
(86806, 237, 2419, 'South Park Township', 'PA'),
(86807, 237, 2419, 'South Sterling', 'PA'),
(86808, 237, 2419, 'Southampton', 'PA'),
(86809, 237, 2419, 'Southview', 'PA'),
(86810, 237, 2419, 'Spangler', 'PA'),
(86811, 237, 2419, 'Spartansburg', 'PA'),
(86812, 237, 2419, 'Spraggs', 'PA'),
(86813, 237, 2419, 'Spring Church', 'PA'),
(86814, 237, 2419, 'Spring City', 'PA'),
(86815, 237, 2419, 'Spring Creek', 'PA'),
(86816, 237, 2419, 'Spring Grove', 'PA'),
(86817, 237, 2419, 'Spring House', 'PA'),
(86818, 237, 2419, 'Spring Mills', 'PA'),
(86819, 237, 2419, 'Spring Mount', 'PA'),
(86820, 237, 2419, 'Spring Run', 'PA'),
(86821, 237, 2419, 'Springboro', 'PA'),
(86822, 237, 2419, 'Springdale', 'PA'),
(86823, 237, 2419, 'Springfield Township', 'PA'),
(86824, 237, 2419, 'Springville', 'PA'),
(86825, 237, 2419, 'Sproul', 'PA'),
(86826, 237, 2419, 'Spruce Creek', 'PA'),
(86827, 237, 2419, 'Stahlstown', 'PA'),
(86828, 237, 2419, 'Star Junction', 'PA'),
(86829, 237, 2419, 'Starlight', 'PA'),
(86830, 237, 2419, 'Starrucca', 'PA'),
(86831, 237, 2419, 'State College', 'PA'),
(86832, 237, 2419, 'Sterling', 'PA'),
(86833, 237, 2419, 'Stevens', 'PA'),
(86834, 237, 2419, 'Stevensville', 'PA'),
(86835, 237, 2419, 'Stewartstown', 'PA'),
(86836, 237, 2419, 'Stillwater', 'PA'),
(86837, 237, 2419, 'Stockdale', 'PA'),
(86838, 237, 2419, 'Stoneboro', 'PA'),
(86839, 237, 2419, 'Stoystown', 'PA'),
(86840, 237, 2419, 'Strabane', 'PA'),
(86841, 237, 2419, 'Strasburg', 'PA'),
(86842, 237, 2419, 'Strattanville', 'PA'),
(86843, 237, 2419, 'Strausstown', 'PA'),
(86844, 237, 2419, 'Strongstown', 'PA'),
(86845, 237, 2419, 'Stroudsburg', 'PA'),
(86846, 237, 2419, 'Stump Creek', 'PA'),
(86847, 237, 2419, 'Sturgeon', 'PA'),
(86848, 237, 2419, 'Sugar Grove', 'PA'),
(86849, 237, 2419, 'Sugar Run', 'PA'),
(86850, 237, 2419, 'Sugarloaf Township', 'PA'),
(86851, 237, 2419, 'Summerdale', 'PA'),
(86852, 237, 2419, 'Summerhill', 'PA'),
(86853, 237, 2419, 'Summerville', 'PA'),
(86854, 237, 2419, 'Summit Hill', 'PA'),
(86855, 237, 2419, 'Sumneytown', 'PA'),
(86856, 237, 2419, 'Sunbury', 'PA'),
(86857, 237, 2419, 'Susquehanna', 'PA'),
(86858, 237, 2419, 'Sutersville', 'PA'),
(86859, 237, 2419, 'Swarthmore', 'PA'),
(86860, 237, 2419, 'Sweet Valley', 'PA'),
(86861, 237, 2419, 'Swiftwater', 'PA'),
(86862, 237, 2419, 'Sybertsville', 'PA'),
(86863, 237, 2419, 'Sycamore', 'PA'),
(86864, 237, 2419, 'Tafton', 'PA'),
(86865, 237, 2419, 'Talmage', 'PA'),
(86866, 237, 2419, 'Tamaqua', 'PA'),
(86867, 237, 2419, 'Tannersville', 'PA'),
(86868, 237, 2419, 'Tarentum', 'PA'),
(86869, 237, 2419, 'Tarrs', 'PA'),
(86870, 237, 2419, 'Taylor', 'PA'),
(86871, 237, 2419, 'Telford', 'PA'),
(86872, 237, 2419, 'Temple', 'PA'),
(86873, 237, 2419, 'Templeton', 'PA'),
(86874, 237, 2419, 'Terre Hill', 'PA'),
(86875, 237, 2419, 'Thomasville', 'PA'),
(86876, 237, 2419, 'Thompson', 'PA'),
(86877, 237, 2419, 'Thompsontown', 'PA'),
(86878, 237, 2419, 'Thorndale', 'PA'),
(86879, 237, 2419, 'Thornton', 'PA'),
(86880, 237, 2419, 'Three Springs', 'PA'),
(86881, 237, 2419, 'Tidioute', 'PA'),
(86882, 237, 2419, 'Tioga', 'PA'),
(86883, 237, 2419, 'Tionesta', 'PA'),
(86884, 237, 2419, 'Tipton', 'PA'),
(86885, 237, 2419, 'Tire Hill', 'PA'),
(86886, 237, 2419, 'Titusville', 'PA'),
(86887, 237, 2419, 'Tobyhanna', 'PA'),
(86888, 237, 2419, 'Topton', 'PA'),
(86889, 237, 2419, 'Toughkenamon', 'PA'),
(86890, 237, 2419, 'Towanda', 'PA'),
(86891, 237, 2419, 'Tower City', 'PA'),
(86892, 237, 2419, 'Townville', 'PA'),
(86893, 237, 2419, 'Trafford', 'PA'),
(86894, 237, 2419, 'Tremont', 'PA'),
(86895, 237, 2419, 'Trevorton', 'PA'),
(86896, 237, 2419, 'Trout Run', 'PA'),
(86897, 237, 2419, 'Troy', 'PA'),
(86898, 237, 2419, 'Tunkhannock', 'PA'),
(86899, 237, 2419, 'Turbotville', 'PA'),
(86900, 237, 2419, 'Turtle Creek', 'PA'),
(86901, 237, 2419, 'Tuscarora', 'PA'),
(86902, 237, 2419, 'Tyrone', 'PA'),
(86903, 237, 2419, 'Uledi', 'PA'),
(86904, 237, 2419, 'Ulster', 'PA'),
(86905, 237, 2419, 'Ulysses', 'PA'),
(86906, 237, 2419, 'Union City', 'PA'),
(86907, 237, 2419, 'Union Dale', 'PA'),
(86908, 237, 2419, 'Uniontown', 'PA'),
(86909, 237, 2419, 'Unionville', 'PA'),
(86910, 237, 2419, 'Unityville', 'PA'),
(86911, 237, 2419, 'University Park', 'PA'),
(86912, 237, 2419, 'Upper Black Eddy', 'PA'),
(86913, 237, 2419, 'Upper Darby', 'PA'),
(86914, 237, 2419, 'Utica', 'PA'),
(86915, 237, 2419, 'Valencia', 'PA'),
(86916, 237, 2419, 'Valley Forge', 'PA'),
(86917, 237, 2419, 'Valley Green', 'PA'),
(86918, 237, 2419, 'Valley View', 'PA'),
(86919, 237, 2419, 'Vanderbilt', 'PA'),
(86920, 237, 2419, 'Vandergrift', 'PA'),
(86921, 237, 2419, 'Venango', 'PA'),
(86922, 237, 2419, 'Venetia', 'PA'),
(86923, 237, 2419, 'Venus', 'PA'),
(86924, 237, 2419, 'Verona', 'PA'),
(86925, 237, 2419, 'Villanova', 'PA'),
(86926, 237, 2419, 'Volant', 'PA'),
(86927, 237, 2419, 'Wagontown', 'PA'),
(86928, 237, 2419, 'Wallaceton', 'PA'),
(86929, 237, 2419, 'Wallingford', 'PA'),
(86930, 237, 2419, 'Walnut Bottom', 'PA'),
(86931, 237, 2419, 'Walnutport', 'PA'),
(86932, 237, 2419, 'Wampum', 'PA'),
(86933, 237, 2419, 'Wapwallopen', 'PA'),
(86934, 237, 2419, 'Warfordsburg', 'PA'),
(86935, 237, 2419, 'Warminster', 'PA'),
(86936, 237, 2419, 'Warren', 'PA'),
(86937, 237, 2419, 'Warren Center', 'PA'),
(86938, 237, 2419, 'Warrendale', 'PA'),
(86939, 237, 2419, 'Warrington', 'PA'),
(86940, 237, 2419, 'Warriors Mark', 'PA'),
(86941, 237, 2419, 'Washington', 'PA'),
(86942, 237, 2419, 'Washington Boro', 'PA'),
(86943, 237, 2419, 'Washington Crossing', 'PA'),
(86944, 237, 2419, 'Waterford', 'PA'),
(86945, 237, 2419, 'Watsontown', 'PA'),
(86946, 237, 2419, 'Wattsburg', 'PA'),
(86947, 237, 2419, 'Waverly', 'PA'),
(86948, 237, 2419, 'Waymart', 'PA'),
(86949, 237, 2419, 'Wayne', 'PA'),
(86950, 237, 2419, 'Waynesboro', 'PA'),
(86951, 237, 2419, 'Waynesburg', 'PA'),
(86952, 237, 2419, 'Weatherly', 'PA'),
(86953, 237, 2419, 'Weedville', 'PA'),
(86954, 237, 2419, 'Wellsboro', 'PA'),
(86955, 237, 2419, 'Wellsville', 'PA'),
(86956, 237, 2419, 'Wernersville', 'PA'),
(86957, 237, 2419, 'West Alexander', 'PA'),
(86958, 237, 2419, 'West Chester', 'PA'),
(86959, 237, 2419, 'West Decatur', 'PA'),
(86960, 237, 2419, 'West Elizabeth', 'PA'),
(86961, 237, 2419, 'West Finley', 'PA'),
(86962, 237, 2419, 'West Grove', 'PA'),
(86963, 237, 2419, 'West Middlesex', 'PA'),
(86964, 237, 2419, 'West Mifflin', 'PA'),
(86965, 237, 2419, 'West Milton', 'PA'),
(86966, 237, 2419, 'West Newton', 'PA'),
(86967, 237, 2419, 'West Point', 'PA'),
(86968, 237, 2419, 'West Sunbury', 'PA'),
(86969, 237, 2419, 'Westfield', 'PA'),
(86970, 237, 2419, 'Westmoreland City', 'PA'),
(86971, 237, 2419, 'Westover', 'PA'),
(86972, 237, 2419, 'Westtown', 'PA'),
(86973, 237, 2419, 'Wexford', 'PA'),
(86974, 237, 2419, 'Wheatland', 'PA'),
(86975, 237, 2419, 'White', 'PA'),
(86976, 237, 2419, 'White Haven', 'PA'),
(86977, 237, 2419, 'Whitehall Township', 'PA'),
(86978, 237, 2419, 'Wiconisco', 'PA'),
(86979, 237, 2419, 'Wilcox', 'PA'),
(86980, 237, 2419, 'Wildwood', 'PA'),
(86981, 237, 2419, 'Wilkes Barre', 'PA'),
(86982, 237, 2419, 'Williamsburg', 'PA'),
(86983, 237, 2419, 'Williamsport', 'PA'),
(86984, 237, 2419, 'Williamstown', 'PA'),
(86985, 237, 2419, 'Willow Grove', 'PA'),
(86986, 237, 2419, 'Willow Street', 'PA'),
(86987, 237, 2419, 'Wilmerding', 'PA'),
(86988, 237, 2419, 'Winburne', 'PA'),
(86989, 237, 2419, 'Wind Gap', 'PA'),
(86990, 237, 2419, 'Wind Ridge', 'PA'),
(86991, 237, 2419, 'Windber', 'PA'),
(86992, 237, 2419, 'Windsor', 'PA'),
(86993, 237, 2419, 'Winfield', 'PA'),
(86994, 237, 2419, 'Womelsdorf', 'PA'),
(86995, 237, 2419, 'Woodbury', 'PA'),
(86996, 237, 2419, 'Woodland', 'PA'),
(86997, 237, 2419, 'Woodlyn', 'PA'),
(86998, 237, 2419, 'Worcester', 'PA'),
(86999, 237, 2419, 'Worthington', 'PA'),
(87000, 237, 2419, 'Wrightsville', 'PA'),
(87001, 237, 2419, 'Wyalusing', 'PA'),
(87002, 237, 2419, 'Wycombe', 'PA'),
(87003, 237, 2419, 'Wyncote', 'PA'),
(87004, 237, 2419, 'Wynnewood', 'PA'),
(87005, 237, 2419, 'Wyoming', 'PA'),
(87006, 237, 2419, 'Wysox', 'PA'),
(87007, 237, 2419, 'Yeagertown', 'PA'),
(87008, 237, 2419, 'York', 'PA'),
(87009, 237, 2419, 'York Haven', 'PA'),
(87010, 237, 2419, 'York Springs', 'PA'),
(87011, 237, 2419, 'Youngstown', 'PA'),
(87012, 237, 2419, 'Youngsville', 'PA'),
(87013, 237, 2419, 'Youngwood', 'PA'),
(87014, 237, 2419, 'Yukon', 'PA'),
(87015, 237, 2419, 'Zelienople', 'PA'),
(87016, 237, 2419, 'Zion Grove', 'PA'),
(87017, 237, 2419, 'Zionsville', 'PA'),
(87018, 237, 2420, 'Albion', 'RI'),
(87019, 237, 2420, 'Ashaway', 'RI'),
(87020, 237, 2420, 'Barrington', 'RI'),
(87021, 237, 2420, 'Block Island', 'RI'),
(87022, 237, 2420, 'Bristol', 'RI'),
(87023, 237, 2420, 'Carolina', 'RI'),
(87024, 237, 2420, 'Central Falls', 'RI'),
(87025, 237, 2420, 'Charlestown', 'RI'),
(87026, 237, 2420, 'Chepachet', 'RI'),
(87027, 237, 2420, 'Clayville', 'RI'),
(87028, 237, 2420, 'Coventry', 'RI'),
(87029, 237, 2420, 'Cranston', 'RI'),
(87030, 237, 2420, 'Cumberland', 'RI'),
(87031, 237, 2420, 'East Greenwich', 'RI'),
(87032, 237, 2420, 'East Providence', 'RI'),
(87033, 237, 2420, 'Exeter', 'RI'),
(87034, 237, 2420, 'Foster', 'RI'),
(87035, 237, 2420, 'Greene', 'RI'),
(87036, 237, 2420, 'Greenville', 'RI'),
(87037, 237, 2420, 'Harmony', 'RI'),
(87038, 237, 2420, 'Harrisville', 'RI'),
(87039, 237, 2420, 'Hope', 'RI'),
(87040, 237, 2420, 'Hope Valley', 'RI'),
(87041, 237, 2420, 'Jamestown', 'RI'),
(87042, 237, 2420, 'Johnston', 'RI'),
(87043, 237, 2420, 'Kenyon', 'RI'),
(87044, 237, 2420, 'Kingston', 'RI'),
(87045, 237, 2420, 'Lincoln', 'RI'),
(87046, 237, 2420, 'Little Compton', 'RI'),
(87047, 237, 2420, 'Manville', 'RI'),
(87048, 237, 2420, 'Mapleville', 'RI'),
(87049, 237, 2420, 'Middletown', 'RI'),
(87050, 237, 2420, 'Narragansett', 'RI'),
(87051, 237, 2420, 'Newport', 'RI'),
(87052, 237, 2420, 'North Kingstown', 'RI'),
(87053, 237, 2420, 'North Providence', 'RI'),
(87054, 237, 2420, 'North Scituate', 'RI'),
(87055, 237, 2420, 'North Smithfield', 'RI'),
(87056, 237, 2420, 'Oakland', 'RI'),
(87057, 237, 2420, 'Pascoag', 'RI'),
(87058, 237, 2420, 'Pawtucket', 'RI'),
(87059, 237, 2420, 'Peace Dale', 'RI'),
(87060, 237, 2420, 'Portsmouth', 'RI'),
(87061, 237, 2420, 'Providence', 'RI'),
(87062, 237, 2420, 'Riverside', 'RI'),
(87063, 237, 2420, 'Rumford', 'RI'),
(87064, 237, 2420, 'Saunderstown', 'RI'),
(87065, 237, 2420, 'Shannock', 'RI'),
(87066, 237, 2420, 'Slatersville', 'RI'),
(87067, 237, 2420, 'Smithfield', 'RI'),
(87068, 237, 2420, 'Tiverton', 'RI'),
(87069, 237, 2420, 'Wakefield', 'RI'),
(87070, 237, 2420, 'Warren', 'RI'),
(87071, 237, 2420, 'Warwick', 'RI'),
(87072, 237, 2420, 'West Greenwich', 'RI'),
(87073, 237, 2420, 'West Kingston', 'RI'),
(87074, 237, 2420, 'West Warwick', 'RI'),
(87075, 237, 2420, 'Westerly', 'RI'),
(87076, 237, 2420, 'Woonsocket', 'RI'),
(87077, 237, 2420, 'Wyoming', 'RI'),
(87078, 237, 2421, 'Abbeville', 'SC'),
(87079, 237, 2421, 'Adams Run', 'SC'),
(87080, 237, 2421, 'Aiken', 'SC'),
(87081, 237, 2421, 'Alcolu', 'SC'),
(87082, 237, 2421, 'Allendale', 'SC'),
(87083, 237, 2421, 'Anderson', 'SC'),
(87084, 237, 2421, 'Andrews', 'SC'),
(87085, 237, 2421, 'Arcadia', 'SC'),
(87086, 237, 2421, 'Awendaw', 'SC'),
(87087, 237, 2421, 'Aynor', 'SC'),
(87088, 237, 2421, 'Bamberg', 'SC'),
(87089, 237, 2421, 'Barnwell', 'SC'),
(87090, 237, 2421, 'Batesburg', 'SC'),
(87091, 237, 2421, 'Bath', 'SC'),
(87092, 237, 2421, 'Beaufort', 'SC'),
(87093, 237, 2421, 'Beech Island', 'SC'),
(87094, 237, 2421, 'Belton', 'SC'),
(87095, 237, 2421, 'Bennettsville', 'SC'),
(87096, 237, 2421, 'Bethune', 'SC'),
(87097, 237, 2421, 'Bishopville', 'SC'),
(87098, 237, 2421, 'Blacksburg', 'SC'),
(87099, 237, 2421, 'Blackville', 'SC'),
(87100, 237, 2421, 'Blair', 'SC'),
(87101, 237, 2421, 'Blenheim', 'SC'),
(87102, 237, 2421, 'Bluffton', 'SC'),
(87103, 237, 2421, 'Blythewood', 'SC'),
(87104, 237, 2421, 'Boiling Springs', 'SC'),
(87105, 237, 2421, 'Bonneau', 'SC'),
(87106, 237, 2421, 'Bowman', 'SC'),
(87107, 237, 2421, 'Branchville', 'SC'),
(87108, 237, 2421, 'Cades', 'SC'),
(87109, 237, 2421, 'Calhoun Falls', 'SC'),
(87110, 237, 2421, 'Camden', 'SC'),
(87111, 237, 2421, 'Cameron', 'SC'),
(87112, 237, 2421, 'Campobello', 'SC'),
(87113, 237, 2421, 'Carlisle', 'SC'),
(87114, 237, 2421, 'Cassatt', 'SC'),
(87115, 237, 2421, 'Catawba', 'SC'),
(87116, 237, 2421, 'Cayce', 'SC'),
(87117, 237, 2421, 'Central', 'SC'),
(87118, 237, 2421, 'Chapin', 'SC'),
(87119, 237, 2421, 'Charleston', 'SC'),
(87120, 237, 2421, 'Cheraw', 'SC'),
(87121, 237, 2421, 'Chesnee', 'SC'),
(87122, 237, 2421, 'Chester', 'SC'),
(87123, 237, 2421, 'Chesterfield', 'SC'),
(87124, 237, 2421, 'Clarks Hill', 'SC'),
(87125, 237, 2421, 'Clearwater', 'SC'),
(87126, 237, 2421, 'Clemson', 'SC'),
(87127, 237, 2421, 'Clifton', 'SC'),
(87128, 237, 2421, 'Clinton', 'SC'),
(87129, 237, 2421, 'Clover', 'SC'),
(87130, 237, 2421, 'Columbia', 'SC'),
(87131, 237, 2421, 'Conway', 'SC'),
(87132, 237, 2421, 'Cope', 'SC'),
(87133, 237, 2421, 'Cordesville', 'SC'),
(87134, 237, 2421, 'Cordova', 'SC'),
(87135, 237, 2421, 'Cottageville', 'SC'),
(87136, 237, 2421, 'Coward', 'SC'),
(87137, 237, 2421, 'Cowpens', 'SC'),
(87138, 237, 2421, 'Cross', 'SC'),
(87139, 237, 2421, 'Daisy', 'SC'),
(87140, 237, 2421, 'Dalzell', 'SC'),
(87141, 237, 2421, 'Darlington', 'SC'),
(87142, 237, 2421, 'Denmark', 'SC'),
(87143, 237, 2421, 'Dillon', 'SC'),
(87144, 237, 2421, 'Donalds', 'SC'),
(87145, 237, 2421, 'Dorchester', 'SC'),
(87146, 237, 2421, 'Drayton', 'SC'),
(87147, 237, 2421, 'Duncan', 'SC'),
(87148, 237, 2421, 'Easley', 'SC'),
(87149, 237, 2421, 'Eastover', 'SC'),
(87150, 237, 2421, 'Edgefield', 'SC'),
(87151, 237, 2421, 'Edgemoor', 'SC'),
(87152, 237, 2421, 'Edisto Island', 'SC'),
(87153, 237, 2421, 'Edwards', 'SC'),
(87154, 237, 2421, 'Effingham', 'SC'),
(87155, 237, 2421, 'Elgin', 'SC'),
(87156, 237, 2421, 'Elloree', 'SC'),
(87157, 237, 2421, 'Enoree', 'SC'),
(87158, 237, 2421, 'Eutawville', 'SC'),
(87159, 237, 2421, 'Fair Play', 'SC'),
(87160, 237, 2421, 'Fairfax', 'SC'),
(87161, 237, 2421, 'Fairforest', 'SC'),
(87162, 237, 2421, 'Florence', 'SC'),
(87163, 237, 2421, 'Folly Beach', 'SC'),
(87164, 237, 2421, 'Fort Lawn', 'SC'),
(87165, 237, 2421, 'Fort Mill', 'SC'),
(87166, 237, 2421, 'Fountain Inn', 'SC'),
(87167, 237, 2421, 'Gable', 'SC'),
(87168, 237, 2421, 'Gadsden', 'SC'),
(87169, 237, 2421, 'Gaffney', 'SC'),
(87170, 237, 2421, 'Galivants Ferry', 'SC'),
(87171, 237, 2421, 'Gaston', 'SC'),
(87172, 237, 2421, 'Georgetown', 'SC'),
(87173, 237, 2421, 'Gilbert', 'SC'),
(87174, 237, 2421, 'Glendale', 'SC'),
(87175, 237, 2421, 'Goose Creek', 'SC'),
(87176, 237, 2421, 'Graniteville', 'SC'),
(87177, 237, 2421, 'Gray Court', 'SC'),
(87178, 237, 2421, 'Great Falls', 'SC'),
(87179, 237, 2421, 'Greeleyville', 'SC'),
(87180, 237, 2421, 'Green Pond', 'SC'),
(87181, 237, 2421, 'Greenville', 'SC'),
(87182, 237, 2421, 'Greenwood', 'SC'),
(87183, 237, 2421, 'Greer', 'SC'),
(87184, 237, 2421, 'Hamer', 'SC'),
(87185, 237, 2421, 'Hampton', 'SC'),
(87186, 237, 2421, 'Hardeeville', 'SC'),
(87187, 237, 2421, 'Harleyville', 'SC'),
(87188, 237, 2421, 'Hartsville', 'SC'),
(87189, 237, 2421, 'Heath Springs', 'SC'),
(87190, 237, 2421, 'Hemingway', 'SC'),
(87191, 237, 2421, 'Hickory Grove', 'SC'),
(87192, 237, 2421, 'Hilda', 'SC'),
(87193, 237, 2421, 'Hilton Head Island', 'SC'),
(87194, 237, 2421, 'Hodges', 'SC'),
(87195, 237, 2421, 'Holly Hill', 'SC'),
(87196, 237, 2421, 'Hollywood', 'SC'),
(87197, 237, 2421, 'Honea Path', 'SC'),
(87198, 237, 2421, 'Hopkins', 'SC'),
(87199, 237, 2421, 'Huger', 'SC'),
(87200, 237, 2421, 'Inman', 'SC'),
(87201, 237, 2421, 'Irmo', 'SC'),
(87202, 237, 2421, 'Islandton', 'SC'),
(87203, 237, 2421, 'Isle of Palms', 'SC'),
(87204, 237, 2421, 'Italy', 'SC'),
(87205, 237, 2421, 'Iva', 'SC'),
(87206, 237, 2421, 'Jackson', 'SC'),
(87207, 237, 2421, 'Jacksonboro', 'SC'),
(87208, 237, 2421, 'Jamestown', 'SC'),
(87209, 237, 2421, 'Jefferson', 'SC'),
(87210, 237, 2421, 'Joanna', 'SC'),
(87211, 237, 2421, 'Johns Island', 'SC'),
(87212, 237, 2421, 'Johnsonville', 'SC'),
(87213, 237, 2421, 'Johnston', 'SC'),
(87214, 237, 2421, 'Jonesville', 'SC'),
(87215, 237, 2421, 'Kershaw', 'SC'),
(87216, 237, 2421, 'Kinards', 'SC'),
(87217, 237, 2421, 'Kingstree', 'SC'),
(87218, 237, 2421, 'Ladson', 'SC'),
(87219, 237, 2421, 'Lake City', 'SC'),
(87220, 237, 2421, 'Lake View', 'SC'),
(87221, 237, 2421, 'Lamar', 'SC'),
(87222, 237, 2421, 'Lancaster', 'SC'),
(87223, 237, 2421, 'Landrum', 'SC'),
(87224, 237, 2421, 'Lane', 'SC'),
(87225, 237, 2421, 'Latta', 'SC'),
(87226, 237, 2421, 'Laurens', 'SC'),
(87227, 237, 2421, 'Leesville', 'SC'),
(87228, 237, 2421, 'Lexington', 'SC'),
(87229, 237, 2421, 'Liberty', 'SC'),
(87230, 237, 2421, 'Little Mountain', 'SC'),
(87231, 237, 2421, 'Little River', 'SC'),
(87232, 237, 2421, 'Lodge', 'SC'),
(87233, 237, 2421, 'Longs', 'SC'),
(87234, 237, 2421, 'Loris', 'SC'),
(87235, 237, 2421, 'Lugoff', 'SC'),
(87236, 237, 2421, 'Lyman', 'SC'),
(87237, 237, 2421, 'Lynchburg', 'SC'),
(87238, 237, 2421, 'Manning', 'SC'),
(87239, 237, 2421, 'Marietta', 'SC'),
(87240, 237, 2421, 'Marion', 'SC'),
(87241, 237, 2421, 'Mauldin', 'SC'),
(87242, 237, 2421, 'McBee', 'SC'),
(87243, 237, 2421, 'McClellanville', 'SC'),
(87244, 237, 2421, 'McCormick', 'SC'),
(87245, 237, 2421, 'Moncks Corner', 'SC'),
(87246, 237, 2421, 'Monetta', 'SC'),
(87247, 237, 2421, 'Moore', 'SC'),
(87248, 237, 2421, 'Mount Carmel', 'SC'),
(87249, 237, 2421, 'Mount Croghan', 'SC'),
(87250, 237, 2421, 'Mountville', 'SC'),
(87251, 237, 2421, 'Mt. Pleasant', 'SC'),
(87252, 237, 2421, 'Mullins', 'SC'),
(87253, 237, 2421, 'Murrells Inlet', 'SC'),
(87254, 237, 2421, 'Myrtle Beach', 'SC'),
(87255, 237, 2421, 'Neeses', 'SC'),
(87256, 237, 2421, 'Nesmith', 'SC'),
(87257, 237, 2421, 'New Ellenton', 'SC'),
(87258, 237, 2421, 'New Zion', 'SC'),
(87259, 237, 2421, 'Newberry', 'SC'),
(87260, 237, 2421, 'Newry', 'SC'),
(87261, 237, 2421, 'Nichols', 'SC'),
(87262, 237, 2421, 'Ninety Six', 'SC'),
(87263, 237, 2421, 'Norris', 'SC'),
(87264, 237, 2421, 'North', 'SC'),
(87265, 237, 2421, 'North Augusta', 'SC'),
(87266, 237, 2421, 'North Charleston', 'SC'),
(87267, 237, 2421, 'North Myrtle Beach', 'SC'),
(87268, 237, 2421, 'Norway', 'SC'),
(87269, 237, 2421, 'Oak Hill', 'SC'),
(87270, 237, 2421, 'Oakland', 'SC'),
(87271, 237, 2421, 'Okatie', 'SC'),
(87272, 237, 2421, 'Olanta', 'SC'),
(87273, 237, 2421, 'Orangeburg', 'SC'),
(87274, 237, 2421, 'Pacolet', 'SC'),
(87275, 237, 2421, 'Pageland', 'SC'),
(87276, 237, 2421, 'Pamplico', 'SC'),
(87277, 237, 2421, 'Patrick', 'SC'),
(87278, 237, 2421, 'Pauline', 'SC'),
(87279, 237, 2421, 'Pawleys Island', 'SC'),
(87280, 237, 2421, 'Peak', 'SC'),
(87281, 237, 2421, 'Pelion', 'SC'),
(87282, 237, 2421, 'Pelzer', 'SC'),
(87283, 237, 2421, 'Pendleton', 'SC'),
(87284, 237, 2421, 'Pickens', 'SC'),
(87285, 237, 2421, 'Piedmont', 'SC'),
(87286, 237, 2421, 'Pineville', 'SC'),
(87287, 237, 2421, 'Pinewood', 'SC'),
(87288, 237, 2421, 'Pinopolis', 'SC'),
(87289, 237, 2421, 'Plum Branch', 'SC'),
(87290, 237, 2421, 'Pomaria', 'SC'),
(87291, 237, 2421, 'Port Royal', 'SC'),
(87292, 237, 2421, 'Primus', 'SC'),
(87293, 237, 2421, 'Prosperity', 'SC'),
(87294, 237, 2421, 'Ravenel', 'SC'),
(87295, 237, 2421, 'Reevesville', 'SC'),
(87296, 237, 2421, 'Reidville', 'SC'),
(87297, 237, 2421, 'Rembert', 'SC'),
(87298, 237, 2421, 'Richburg', 'SC'),
(87299, 237, 2421, 'Ridge Spring', 'SC'),
(87300, 237, 2421, 'Ridgeland', 'SC'),
(87301, 237, 2421, 'Ridgeville', 'SC'),
(87302, 237, 2421, 'Ridgeway', 'SC'),
(87303, 237, 2421, 'Rock Hill', 'SC'),
(87304, 237, 2421, 'Roebuck', 'SC'),
(87305, 237, 2421, 'Round O', 'SC'),
(87306, 237, 2421, 'Rowesville', 'SC'),
(87307, 237, 2421, 'Ruby', 'SC'),
(87308, 237, 2421, 'Ruffin', 'SC'),
(87309, 237, 2421, 'Saint George', 'SC'),
(87310, 237, 2421, 'Saint Matthews', 'SC'),
(87311, 237, 2421, 'Saint Stephen', 'SC'),
(87312, 237, 2421, 'Salem', 'SC'),
(87313, 237, 2421, 'Salley', 'SC'),
(87314, 237, 2421, 'Salters', 'SC'),
(87315, 237, 2421, 'Saluda', 'SC'),
(87316, 237, 2421, 'Sandy Springs', 'SC'),
(87317, 237, 2421, 'Santee', 'SC'),
(87318, 237, 2421, 'Scranton', 'SC'),
(87319, 237, 2421, 'Seabrook', 'SC'),
(87320, 237, 2421, 'Sellers', 'SC'),
(87321, 237, 2421, 'Seneca', 'SC'),
(87322, 237, 2421, 'Sharon', 'SC'),
(87323, 237, 2421, 'Simpsonville', 'SC'),
(87324, 237, 2421, 'Six Mile', 'SC'),
(87325, 237, 2421, 'Smoaks', 'SC'),
(87326, 237, 2421, 'Smyrna', 'SC'),
(87327, 237, 2421, 'Spartanburg', 'SC'),
(87328, 237, 2421, 'St. Helena', 'SC'),
(87329, 237, 2421, 'Starr', 'SC'),
(87330, 237, 2421, 'Startex', 'SC'),
(87331, 237, 2421, 'Sullivan\'s Island', 'SC'),
(87332, 237, 2421, 'Summerton', 'SC'),
(87333, 237, 2421, 'Summerville', 'SC'),
(87334, 237, 2421, 'Sumter', 'SC'),
(87335, 237, 2421, 'Sunset', 'SC'),
(87336, 237, 2421, 'Swansea', 'SC'),
(87337, 237, 2421, 'Tamassee', 'SC'),
(87338, 237, 2421, 'Taylors', 'SC'),
(87339, 237, 2421, 'Tigerville', 'SC'),
(87340, 237, 2421, 'Timmonsville', 'SC'),
(87341, 237, 2421, 'Townville', 'SC'),
(87342, 237, 2421, 'Travelers Rest', 'SC'),
(87343, 237, 2421, 'Trenton', 'SC'),
(87344, 237, 2421, 'Troy', 'SC'),
(87345, 237, 2421, 'Turbeville', 'SC'),
(87346, 237, 2421, 'Una', 'SC'),
(87347, 237, 2421, 'Union', 'SC'),
(87348, 237, 2421, 'Vance', 'SC'),
(87349, 237, 2421, 'Varnville', 'SC'),
(87350, 237, 2421, 'Wadmalaw Island', 'SC'),
(87351, 237, 2421, 'Wagener', 'SC'),
(87352, 237, 2421, 'Walhalla', 'SC'),
(87353, 237, 2421, 'Wallace', 'SC'),
(87354, 237, 2421, 'Walterboro', 'SC'),
(87355, 237, 2421, 'Ward', 'SC'),
(87356, 237, 2421, 'Ware Shoals', 'SC'),
(87357, 237, 2421, 'Warrenville', 'SC'),
(87358, 237, 2421, 'Waterloo', 'SC'),
(87359, 237, 2421, 'Wedgefield', 'SC'),
(87360, 237, 2421, 'Wellford', 'SC'),
(87361, 237, 2421, 'West Columbia', 'SC'),
(87362, 237, 2421, 'West Union', 'SC'),
(87363, 237, 2421, 'Westminster', 'SC'),
(87364, 237, 2421, 'Whitmire', 'SC'),
(87365, 237, 2421, 'Williamston', 'SC'),
(87366, 237, 2421, 'Williston', 'SC'),
(87367, 237, 2421, 'Windsor', 'SC'),
(87368, 237, 2421, 'Winnsboro', 'SC'),
(87369, 237, 2421, 'Woodruff', 'SC'),
(87370, 237, 2421, 'Yemassee', 'SC'),
(87371, 237, 2421, 'York', 'SC'),
(87372, 237, 2422, 'Aberdeen', 'SD'),
(87373, 237, 2422, 'Agar', 'SD'),
(87374, 237, 2422, 'Alcester', 'SD'),
(87375, 237, 2422, 'Alexandria', 'SD'),
(87376, 237, 2422, 'Allen', 'SD'),
(87377, 237, 2422, 'Alpena', 'SD'),
(87378, 237, 2422, 'Arlington', 'SD'),
(87379, 237, 2422, 'Armour', 'SD'),
(87380, 237, 2422, 'Artesian', 'SD'),
(87381, 237, 2422, 'Ashton', 'SD'),
(87382, 237, 2422, 'Astoria', 'SD'),
(87383, 237, 2422, 'Avon', 'SD'),
(87384, 237, 2422, 'Baltic', 'SD'),
(87385, 237, 2422, 'Bath', 'SD'),
(87386, 237, 2422, 'Belle Fourche', 'SD'),
(87387, 237, 2422, 'Beresford', 'SD'),
(87388, 237, 2422, 'Big Stone City', 'SD'),
(87389, 237, 2422, 'Blackhawk', 'SD'),
(87390, 237, 2422, 'Blunt', 'SD'),
(87391, 237, 2422, 'Box Elder', 'SD'),
(87392, 237, 2422, 'Brandon', 'SD'),
(87393, 237, 2422, 'Brandt', 'SD'),
(87394, 237, 2422, 'Bridgewater', 'SD'),
(87395, 237, 2422, 'Britton', 'SD'),
(87396, 237, 2422, 'Brookings', 'SD'),
(87397, 237, 2422, 'Buffalo', 'SD'),
(87398, 237, 2422, 'Buffalo Gap', 'SD'),
(87399, 237, 2422, 'Burke', 'SD'),
(87400, 237, 2422, 'Canistota', 'SD'),
(87401, 237, 2422, 'Canton', 'SD'),
(87402, 237, 2422, 'Carthage', 'SD'),
(87403, 237, 2422, 'Castlewood', 'SD'),
(87404, 237, 2422, 'Cavour', 'SD'),
(87405, 237, 2422, 'Centerville', 'SD'),
(87406, 237, 2422, 'Chamberlain', 'SD'),
(87407, 237, 2422, 'Claremont', 'SD'),
(87408, 237, 2422, 'Clark', 'SD'),
(87409, 237, 2422, 'Clear Lake', 'SD'),
(87410, 237, 2422, 'Colman', 'SD'),
(87411, 237, 2422, 'Colome', 'SD'),
(87412, 237, 2422, 'Conde', 'SD'),
(87413, 237, 2422, 'Corsica', 'SD'),
(87414, 237, 2422, 'Crooks', 'SD'),
(87415, 237, 2422, 'Custer', 'SD'),
(87416, 237, 2422, 'Dallas', 'SD'),
(87417, 237, 2422, 'Dante', 'SD'),
(87418, 237, 2422, 'De Smet', 'SD'),
(87419, 237, 2422, 'Deadwood', 'SD'),
(87420, 237, 2422, 'Dell Rapids', 'SD'),
(87421, 237, 2422, 'Doland', 'SD'),
(87422, 237, 2422, 'Dupree', 'SD'),
(87423, 237, 2422, 'Eagle Butte', 'SD'),
(87424, 237, 2422, 'Eden', 'SD'),
(87425, 237, 2422, 'Elk Point', 'SD'),
(87426, 237, 2422, 'Elkton', 'SD'),
(87427, 237, 2422, 'Ethan', 'SD'),
(87428, 237, 2422, 'Eureka', 'SD'),
(87429, 237, 2422, 'Faith', 'SD'),
(87430, 237, 2422, 'Faulkton', 'SD'),
(87431, 237, 2422, 'Flandreau', 'SD'),
(87432, 237, 2422, 'Florence', 'SD'),
(87433, 237, 2422, 'Fort Pierre', 'SD'),
(87434, 237, 2422, 'Fort Thompson', 'SD'),
(87435, 237, 2422, 'Freeman', 'SD'),
(87436, 237, 2422, 'Garretson', 'SD'),
(87437, 237, 2422, 'Gary', 'SD'),
(87438, 237, 2422, 'Geddes', 'SD'),
(87439, 237, 2422, 'Gettysburg', 'SD'),
(87440, 237, 2422, 'Glenham', 'SD'),
(87441, 237, 2422, 'Goodwin', 'SD'),
(87442, 237, 2422, 'Gregory', 'SD'),
(87443, 237, 2422, 'Groton', 'SD'),
(87444, 237, 2422, 'Harrisburg', 'SD'),
(87445, 237, 2422, 'Hartford', 'SD'),
(87446, 237, 2422, 'Hayti', 'SD'),
(87447, 237, 2422, 'Hazel', 'SD'),
(87448, 237, 2422, 'Hermosa', 'SD'),
(87449, 237, 2422, 'Herreid', 'SD'),
(87450, 237, 2422, 'Herrick', 'SD'),
(87451, 237, 2422, 'Highmore', 'SD'),
(87452, 237, 2422, 'Hill City', 'SD'),
(87453, 237, 2422, 'Hot Springs', 'SD'),
(87454, 237, 2422, 'Howard', 'SD'),
(87455, 237, 2422, 'Howes', 'SD'),
(87456, 237, 2422, 'Hudson', 'SD'),
(87457, 237, 2422, 'Humboldt', 'SD'),
(87458, 237, 2422, 'Hurley', 'SD'),
(87459, 237, 2422, 'Huron', 'SD'),
(87460, 237, 2422, 'Ipswich', 'SD'),
(87461, 237, 2422, 'Irene', 'SD'),
(87462, 237, 2422, 'Isabel', 'SD'),
(87463, 237, 2422, 'Jefferson', 'SD'),
(87464, 237, 2422, 'Keystone', 'SD'),
(87465, 237, 2422, 'Kimball', 'SD'),
(87466, 237, 2422, 'Kyle', 'SD'),
(87467, 237, 2422, 'Lake Andes', 'SD'),
(87468, 237, 2422, 'Lake City', 'SD'),
(87469, 237, 2422, 'Langford', 'SD'),
(87470, 237, 2422, 'Lead', 'SD'),
(87471, 237, 2422, 'Lebanon', 'SD'),
(87472, 237, 2422, 'Lennox', 'SD'),
(87473, 237, 2422, 'Leola', 'SD'),
(87474, 237, 2422, 'Lesterville', 'SD'),
(87475, 237, 2422, 'Letcher', 'SD'),
(87476, 237, 2422, 'Ludlow', 'SD'),
(87477, 237, 2422, 'Madison', 'SD'),
(87478, 237, 2422, 'Marion', 'SD'),
(87479, 237, 2422, 'Martin', 'SD'),
(87480, 237, 2422, 'McLaughlin', 'SD'),
(87481, 237, 2422, 'Mellette', 'SD'),
(87482, 237, 2422, 'Menno', 'SD'),
(87483, 237, 2422, 'Milbank', 'SD'),
(87484, 237, 2422, 'Miller', 'SD'),
(87485, 237, 2422, 'Mission', 'SD'),
(87486, 237, 2422, 'Mission Hill', 'SD'),
(87487, 237, 2422, 'Mitchell', 'SD'),
(87488, 237, 2422, 'Mobridge', 'SD'),
(87489, 237, 2422, 'Mount Vernon', 'SD'),
(87490, 237, 2422, 'New Effington', 'SD'),
(87491, 237, 2422, 'Newell', 'SD'),
(87492, 237, 2422, 'North Sioux City', 'SD'),
(87493, 237, 2422, 'Northville', 'SD'),
(87494, 237, 2422, 'Oglala', 'SD'),
(87495, 237, 2422, 'Oldham', 'SD'),
(87496, 237, 2422, 'Olivet', 'SD'),
(87497, 237, 2422, 'Onida', 'SD'),
(87498, 237, 2422, 'Oral', 'SD'),
(87499, 237, 2422, 'Parker', 'SD'),
(87500, 237, 2422, 'Parkston', 'SD'),
(87501, 237, 2422, 'Peever', 'SD'),
(87502, 237, 2422, 'Philip', 'SD'),
(87503, 237, 2422, 'Pickstown', 'SD'),
(87504, 237, 2422, 'Piedmont', 'SD'),
(87505, 237, 2422, 'Pierpont', 'SD'),
(87506, 237, 2422, 'Pierre', 'SD'),
(87507, 237, 2422, 'Pine Ridge', 'SD'),
(87508, 237, 2422, 'Plankinton', 'SD'),
(87509, 237, 2422, 'Platte', 'SD'),
(87510, 237, 2422, 'Porcupine', 'SD'),
(87511, 237, 2422, 'Prairie City', 'SD'),
(87512, 237, 2422, 'Presho', 'SD'),
(87513, 237, 2422, 'Pukwana', 'SD'),
(87514, 237, 2422, 'Ramona', 'SD'),
(87515, 237, 2422, 'Rapid City', 'SD'),
(87516, 237, 2422, 'Redfield', 'SD'),
(87517, 237, 2422, 'Reliance', 'SD'),
(87518, 237, 2422, 'Renner', 'SD'),
(87519, 237, 2422, 'Roslyn', 'SD'),
(87520, 237, 2422, 'Saint Francis', 'SD'),
(87521, 237, 2422, 'Salem', 'SD'),
(87522, 237, 2422, 'Seneca', 'SD'),
(87523, 237, 2422, 'Sioux Falls', 'SD'),
(87524, 237, 2422, 'Sisseton', 'SD'),
(87525, 237, 2422, 'Spearfish', 'SD'),
(87526, 237, 2422, 'Springfield', 'SD'),
(87527, 237, 2422, 'Stickney', 'SD'),
(87528, 237, 2422, 'Strandburg', 'SD'),
(87529, 237, 2422, 'Stratford', 'SD'),
(87530, 237, 2422, 'Sturgis', 'SD'),
(87531, 237, 2422, 'Tabor', 'SD'),
(87532, 237, 2422, 'Tea', 'SD'),
(87533, 237, 2422, 'Timber Lake', 'SD'),
(87534, 237, 2422, 'Toronto', 'SD'),
(87535, 237, 2422, 'Trail City', 'SD'),
(87536, 237, 2422, 'Trent', 'SD'),
(87537, 237, 2422, 'Tripp', 'SD'),
(87538, 237, 2422, 'Tulare', 'SD'),
(87539, 237, 2422, 'Tyndall', 'SD'),
(87540, 237, 2422, 'Utica', 'SD'),
(87541, 237, 2422, 'Vale', 'SD'),
(87542, 237, 2422, 'Valley Springs', 'SD'),
(87543, 237, 2422, 'Veblen', 'SD'),
(87544, 237, 2422, 'Vermillion', 'SD'),
(87545, 237, 2422, 'Viborg', 'SD'),
(87546, 237, 2422, 'Vienna', 'SD'),
(87547, 237, 2422, 'Volga', 'SD'),
(87548, 237, 2422, 'Volin', 'SD'),
(87549, 237, 2422, 'Wagner', 'SD'),
(87550, 237, 2422, 'Wakonda', 'SD'),
(87551, 237, 2422, 'Wall', 'SD'),
(87552, 237, 2422, 'Wanblee', 'SD'),
(87553, 237, 2422, 'Watertown', 'SD'),
(87554, 237, 2422, 'Waubay', 'SD'),
(87555, 237, 2422, 'Webster', 'SD'),
(87556, 237, 2422, 'Wentworth', 'SD'),
(87557, 237, 2422, 'Wessington Springs', 'SD'),
(87558, 237, 2422, 'Westport', 'SD'),
(87559, 237, 2422, 'White', 'SD'),
(87560, 237, 2422, 'White Lake', 'SD'),
(87561, 237, 2422, 'White River', 'SD'),
(87562, 237, 2422, 'Willow Lake', 'SD'),
(87563, 237, 2422, 'Wilmot', 'SD'),
(87564, 237, 2422, 'Winner', 'SD'),
(87565, 237, 2422, 'Wolsey', 'SD'),
(87566, 237, 2422, 'Wood', 'SD'),
(87567, 237, 2422, 'Woonsocket', 'SD'),
(87568, 237, 2422, 'Worthing', 'SD'),
(87569, 237, 2422, 'Wounded Knee', 'SD'),
(87570, 237, 2422, 'Yankton', 'SD'),
(87571, 237, 2423, 'Adams', 'TN'),
(87572, 237, 2423, 'Adamsville', 'TN'),
(87573, 237, 2423, 'Afton', 'TN'),
(87574, 237, 2423, 'Alamo', 'TN'),
(87575, 237, 2423, 'Alcoa', 'TN'),
(87576, 237, 2423, 'Alexandria', 'TN'),
(87577, 237, 2423, 'Allardt', 'TN'),
(87578, 237, 2423, 'Allons', 'TN'),
(87579, 237, 2423, 'Alpine', 'TN'),
(87580, 237, 2423, 'Altamont', 'TN'),
(87581, 237, 2423, 'Andersonville', 'TN'),
(87582, 237, 2423, 'Antioch', 'TN'),
(87583, 237, 2423, 'Apison', 'TN'),
(87584, 237, 2423, 'Ardmore', 'TN'),
(87585, 237, 2423, 'Arlington', 'TN'),
(87586, 237, 2423, 'Arrington', 'TN'),
(87587, 237, 2423, 'Arthur', 'TN'),
(87588, 237, 2423, 'Ashland City', 'TN'),
(87589, 237, 2423, 'Athens', 'TN'),
(87590, 237, 2423, 'Atoka', 'TN'),
(87591, 237, 2423, 'Atwood', 'TN'),
(87592, 237, 2423, 'Auburntown', 'TN'),
(87593, 237, 2423, 'Bakewell', 'TN'),
(87594, 237, 2423, 'Bath Springs', 'TN'),
(87595, 237, 2423, 'Baxter', 'TN'),
(87596, 237, 2423, 'Bean Station', 'TN'),
(87597, 237, 2423, 'Beech Bluff', 'TN'),
(87598, 237, 2423, 'Beechgrove', 'TN'),
(87599, 237, 2423, 'Beersheba Springs', 'TN'),
(87600, 237, 2423, 'Belfast', 'TN'),
(87601, 237, 2423, 'Bell Buckle', 'TN'),
(87602, 237, 2423, 'Bells', 'TN');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(87603, 237, 2423, 'Benton', 'TN'),
(87604, 237, 2423, 'Bethel Springs', 'TN'),
(87605, 237, 2423, 'Bethpage', 'TN'),
(87606, 237, 2423, 'Big Rock', 'TN'),
(87607, 237, 2423, 'Big Sandy', 'TN'),
(87608, 237, 2423, 'Birchwood', 'TN'),
(87609, 237, 2423, 'Blaine', 'TN'),
(87610, 237, 2423, 'Block', 'TN'),
(87611, 237, 2423, 'Bloomington Springs', 'TN'),
(87612, 237, 2423, 'Blountville', 'TN'),
(87613, 237, 2423, 'Bluff City', 'TN'),
(87614, 237, 2423, 'Bolivar', 'TN'),
(87615, 237, 2423, 'Bon Aqua', 'TN'),
(87616, 237, 2423, 'Bradford', 'TN'),
(87617, 237, 2423, 'Bradyville', 'TN'),
(87618, 237, 2423, 'Brentwood', 'TN'),
(87619, 237, 2423, 'Briceville', 'TN'),
(87620, 237, 2423, 'Brighton', 'TN'),
(87621, 237, 2423, 'Bristol', 'TN'),
(87622, 237, 2423, 'Brownsville', 'TN'),
(87623, 237, 2423, 'Bruceton', 'TN'),
(87624, 237, 2423, 'Brush Creek', 'TN'),
(87625, 237, 2423, 'Buchanan', 'TN'),
(87626, 237, 2423, 'Buffalo Valley', 'TN'),
(87627, 237, 2423, 'Bulls Gap', 'TN'),
(87628, 237, 2423, 'Burlison', 'TN'),
(87629, 237, 2423, 'Burns', 'TN'),
(87630, 237, 2423, 'Butler', 'TN'),
(87631, 237, 2423, 'Byrdstown', 'TN'),
(87632, 237, 2423, 'Calhoun', 'TN'),
(87633, 237, 2423, 'Camden', 'TN'),
(87634, 237, 2423, 'Carthage', 'TN'),
(87635, 237, 2423, 'Caryville', 'TN'),
(87636, 237, 2423, 'Castalian Springs', 'TN'),
(87637, 237, 2423, 'Cedar Hill', 'TN'),
(87638, 237, 2423, 'Celina', 'TN'),
(87639, 237, 2423, 'Centerville', 'TN'),
(87640, 237, 2423, 'Chapel Hill', 'TN'),
(87641, 237, 2423, 'Chapmansboro', 'TN'),
(87642, 237, 2423, 'Charleston', 'TN'),
(87643, 237, 2423, 'Charlotte', 'TN'),
(87644, 237, 2423, 'Chattanooga', 'TN'),
(87645, 237, 2423, 'Christiana', 'TN'),
(87646, 237, 2423, 'Chuckey', 'TN'),
(87647, 237, 2423, 'Church Hill', 'TN'),
(87648, 237, 2423, 'Clairfield', 'TN'),
(87649, 237, 2423, 'Clarksville', 'TN'),
(87650, 237, 2423, 'Cleveland', 'TN'),
(87651, 237, 2423, 'Clifton', 'TN'),
(87652, 237, 2423, 'Clinton', 'TN'),
(87653, 237, 2423, 'Coalmont', 'TN'),
(87654, 237, 2423, 'College Grove', 'TN'),
(87655, 237, 2423, 'Collegedale', 'TN'),
(87656, 237, 2423, 'Collierville', 'TN'),
(87657, 237, 2423, 'Collinwood', 'TN'),
(87658, 237, 2423, 'Columbia', 'TN'),
(87659, 237, 2423, 'Conasauga', 'TN'),
(87660, 237, 2423, 'Cookeville', 'TN'),
(87661, 237, 2423, 'Copperhill', 'TN'),
(87662, 237, 2423, 'Cordova', 'TN'),
(87663, 237, 2423, 'Cornersville', 'TN'),
(87664, 237, 2423, 'Corryton', 'TN'),
(87665, 237, 2423, 'Cosby', 'TN'),
(87666, 237, 2423, 'Cottage Grove', 'TN'),
(87667, 237, 2423, 'Cottontown', 'TN'),
(87668, 237, 2423, 'Counce', 'TN'),
(87669, 237, 2423, 'Covington', 'TN'),
(87670, 237, 2423, 'Cowan', 'TN'),
(87671, 237, 2423, 'Crab Orchard', 'TN'),
(87672, 237, 2423, 'Cross Plains', 'TN'),
(87673, 237, 2423, 'Crossville', 'TN'),
(87674, 237, 2423, 'Culleoka', 'TN'),
(87675, 237, 2423, 'Cumberland City', 'TN'),
(87676, 237, 2423, 'Cumberland Furnace', 'TN'),
(87677, 237, 2423, 'Cumberland Gap', 'TN'),
(87678, 237, 2423, 'Cunningham', 'TN'),
(87679, 237, 2423, 'Cypress Inn', 'TN'),
(87680, 237, 2423, 'Dandridge', 'TN'),
(87681, 237, 2423, 'Darden', 'TN'),
(87682, 237, 2423, 'Dayton', 'TN'),
(87683, 237, 2423, 'Decatur', 'TN'),
(87684, 237, 2423, 'Decaturville', 'TN'),
(87685, 237, 2423, 'Decherd', 'TN'),
(87686, 237, 2423, 'Deer Lodge', 'TN'),
(87687, 237, 2423, 'Del Rio', 'TN'),
(87688, 237, 2423, 'Dellrose', 'TN'),
(87689, 237, 2423, 'Dickson', 'TN'),
(87690, 237, 2423, 'Dixon Springs', 'TN'),
(87691, 237, 2423, 'Dover', 'TN'),
(87692, 237, 2423, 'Dowelltown', 'TN'),
(87693, 237, 2423, 'Doyle', 'TN'),
(87694, 237, 2423, 'Dresden', 'TN'),
(87695, 237, 2423, 'Drummonds', 'TN'),
(87696, 237, 2423, 'Ducktown', 'TN'),
(87697, 237, 2423, 'Duff', 'TN'),
(87698, 237, 2423, 'Dunlap', 'TN'),
(87699, 237, 2423, 'Dyer', 'TN'),
(87700, 237, 2423, 'Dyersburg', 'TN'),
(87701, 237, 2423, 'Eads', 'TN'),
(87702, 237, 2423, 'Eagleville', 'TN'),
(87703, 237, 2423, 'Elizabethton', 'TN'),
(87704, 237, 2423, 'Elmwood', 'TN'),
(87705, 237, 2423, 'Elora', 'TN'),
(87706, 237, 2423, 'Englewood', 'TN'),
(87707, 237, 2423, 'Erin', 'TN'),
(87708, 237, 2423, 'Erwin', 'TN'),
(87709, 237, 2423, 'Estill Springs', 'TN'),
(87710, 237, 2423, 'Ethridge', 'TN'),
(87711, 237, 2423, 'Etowah', 'TN'),
(87712, 237, 2423, 'Evensville', 'TN'),
(87713, 237, 2423, 'Fairview', 'TN'),
(87714, 237, 2423, 'Fall Branch', 'TN'),
(87715, 237, 2423, 'Fayetteville', 'TN'),
(87716, 237, 2423, 'Finger', 'TN'),
(87717, 237, 2423, 'Finley', 'TN'),
(87718, 237, 2423, 'Flintville', 'TN'),
(87719, 237, 2423, 'Fosterville', 'TN'),
(87720, 237, 2423, 'Franklin', 'TN'),
(87721, 237, 2423, 'Friendship', 'TN'),
(87722, 237, 2423, 'Friendsville', 'TN'),
(87723, 237, 2423, 'Gadsden', 'TN'),
(87724, 237, 2423, 'Gainesboro', 'TN'),
(87725, 237, 2423, 'Gallatin', 'TN'),
(87726, 237, 2423, 'Gates', 'TN'),
(87727, 237, 2423, 'Gatlinburg', 'TN'),
(87728, 237, 2423, 'Georgetown', 'TN'),
(87729, 237, 2423, 'Germantown', 'TN'),
(87730, 237, 2423, 'Gleason', 'TN'),
(87731, 237, 2423, 'Goodlettsville', 'TN'),
(87732, 237, 2423, 'Gordonsville', 'TN'),
(87733, 237, 2423, 'Grand Junction', 'TN'),
(87734, 237, 2423, 'Grandview', 'TN'),
(87735, 237, 2423, 'Graysville', 'TN'),
(87736, 237, 2423, 'Greenback', 'TN'),
(87737, 237, 2423, 'Greenbrier', 'TN'),
(87738, 237, 2423, 'Greeneville', 'TN'),
(87739, 237, 2423, 'Greenfield', 'TN'),
(87740, 237, 2423, 'Grimsley', 'TN'),
(87741, 237, 2423, 'Gruetli-Laager', 'TN'),
(87742, 237, 2423, 'Halls', 'TN'),
(87743, 237, 2423, 'Hampshire', 'TN'),
(87744, 237, 2423, 'Hampton', 'TN'),
(87745, 237, 2423, 'Harriman', 'TN'),
(87746, 237, 2423, 'Harrison', 'TN'),
(87747, 237, 2423, 'Harrogate', 'TN'),
(87748, 237, 2423, 'Hartford', 'TN'),
(87749, 237, 2423, 'Hartsville', 'TN'),
(87750, 237, 2423, 'Heiskell', 'TN'),
(87751, 237, 2423, 'Helenwood', 'TN'),
(87752, 237, 2423, 'Henderson', 'TN'),
(87753, 237, 2423, 'Hendersonville', 'TN'),
(87754, 237, 2423, 'Henning', 'TN'),
(87755, 237, 2423, 'Henry', 'TN'),
(87756, 237, 2423, 'Hermitage', 'TN'),
(87757, 237, 2423, 'Hickman', 'TN'),
(87758, 237, 2423, 'Hickory Valley', 'TN'),
(87759, 237, 2423, 'Hilham', 'TN'),
(87760, 237, 2423, 'Hillsboro', 'TN'),
(87761, 237, 2423, 'Hixson', 'TN'),
(87762, 237, 2423, 'Hohenwald', 'TN'),
(87763, 237, 2423, 'Holladay', 'TN'),
(87764, 237, 2423, 'Hornbeak', 'TN'),
(87765, 237, 2423, 'Hornsby', 'TN'),
(87766, 237, 2423, 'Humboldt', 'TN'),
(87767, 237, 2423, 'Huntingdon', 'TN'),
(87768, 237, 2423, 'Huntland', 'TN'),
(87769, 237, 2423, 'Huntsville', 'TN'),
(87770, 237, 2423, 'Huron', 'TN'),
(87771, 237, 2423, 'Indian Mound', 'TN'),
(87772, 237, 2423, 'Iron City', 'TN'),
(87773, 237, 2423, 'Jacksboro', 'TN'),
(87774, 237, 2423, 'Jackson', 'TN'),
(87775, 237, 2423, 'Jamestown', 'TN'),
(87776, 237, 2423, 'Jasper', 'TN'),
(87777, 237, 2423, 'Jefferson City', 'TN'),
(87778, 237, 2423, 'Jellico', 'TN'),
(87779, 237, 2423, 'Joelton', 'TN'),
(87780, 237, 2423, 'Johnson City', 'TN'),
(87781, 237, 2423, 'Jonesborough', 'TN'),
(87782, 237, 2423, 'Kenton', 'TN'),
(87783, 237, 2423, 'Kingsport', 'TN'),
(87784, 237, 2423, 'Kingston', 'TN'),
(87785, 237, 2423, 'Kingston Springs', 'TN'),
(87786, 237, 2423, 'Knoxville', 'TN'),
(87787, 237, 2423, 'Kodak', 'TN'),
(87788, 237, 2423, 'La Vergne', 'TN'),
(87789, 237, 2423, 'Laconia', 'TN'),
(87790, 237, 2423, 'Lafayette', 'TN'),
(87791, 237, 2423, 'LaFollette', 'TN'),
(87792, 237, 2423, 'Lake City', 'TN'),
(87793, 237, 2423, 'Lancaster', 'TN'),
(87794, 237, 2423, 'Lancing', 'TN'),
(87795, 237, 2423, 'Lascassas', 'TN'),
(87796, 237, 2423, 'Lawrenceburg', 'TN'),
(87797, 237, 2423, 'Lebanon', 'TN'),
(87798, 237, 2423, 'Lenoir City', 'TN'),
(87799, 237, 2423, 'Leoma', 'TN'),
(87800, 237, 2423, 'Lewisburg', 'TN'),
(87801, 237, 2423, 'Lexington', 'TN'),
(87802, 237, 2423, 'Liberty', 'TN'),
(87803, 237, 2423, 'Limestone', 'TN'),
(87804, 237, 2423, 'Linden', 'TN'),
(87805, 237, 2423, 'Livingston', 'TN'),
(87806, 237, 2423, 'Lobelville', 'TN'),
(87807, 237, 2423, 'Lookout Mountain', 'TN'),
(87808, 237, 2423, 'Loretto', 'TN'),
(87809, 237, 2423, 'Loudon', 'TN'),
(87810, 237, 2423, 'Louisville', 'TN'),
(87811, 237, 2423, 'Luttrell', 'TN'),
(87812, 237, 2423, 'Lyles', 'TN'),
(87813, 237, 2423, 'Lynchburg', 'TN'),
(87814, 237, 2423, 'Lynnville', 'TN'),
(87815, 237, 2423, 'Madison', 'TN'),
(87816, 237, 2423, 'Madisonville', 'TN'),
(87817, 237, 2423, 'Manchester', 'TN'),
(87818, 237, 2423, 'Martin', 'TN'),
(87819, 237, 2423, 'Maryville', 'TN'),
(87820, 237, 2423, 'Mascot', 'TN'),
(87821, 237, 2423, 'Mason', 'TN'),
(87822, 237, 2423, 'Maury City', 'TN'),
(87823, 237, 2423, 'Maynardville', 'TN'),
(87824, 237, 2423, 'McDonald', 'TN'),
(87825, 237, 2423, 'McKenzie', 'TN'),
(87826, 237, 2423, 'McMinnville', 'TN'),
(87827, 237, 2423, 'Medina', 'TN'),
(87828, 237, 2423, 'Medon', 'TN'),
(87829, 237, 2423, 'Memphis', 'TN'),
(87830, 237, 2423, 'Michie', 'TN'),
(87831, 237, 2423, 'Middleton', 'TN'),
(87832, 237, 2423, 'Midway', 'TN'),
(87833, 237, 2423, 'Milan', 'TN'),
(87834, 237, 2423, 'Milledgeville', 'TN'),
(87835, 237, 2423, 'Milligan', 'TN'),
(87836, 237, 2423, 'Millington', 'TN'),
(87837, 237, 2423, 'Milton', 'TN'),
(87838, 237, 2423, 'Minor Hill', 'TN'),
(87839, 237, 2423, 'Mohawk', 'TN'),
(87840, 237, 2423, 'Monteagle', 'TN'),
(87841, 237, 2423, 'Monterey', 'TN'),
(87842, 237, 2423, 'Mooresburg', 'TN'),
(87843, 237, 2423, 'Morris Chapel', 'TN'),
(87844, 237, 2423, 'Morrison', 'TN'),
(87845, 237, 2423, 'Morristown', 'TN'),
(87846, 237, 2423, 'Moscow', 'TN'),
(87847, 237, 2423, 'Mosheim', 'TN'),
(87848, 237, 2423, 'Mount Carmel', 'TN'),
(87849, 237, 2423, 'Mount Juliet', 'TN'),
(87850, 237, 2423, 'Mount Pleasant', 'TN'),
(87851, 237, 2423, 'Mountain City', 'TN'),
(87852, 237, 2423, 'Mountain Home', 'TN'),
(87853, 237, 2423, 'Munford', 'TN'),
(87854, 237, 2423, 'Murfreesboro', 'TN'),
(87855, 237, 2423, 'Nashville', 'TN'),
(87856, 237, 2423, 'New Johnsonville', 'TN'),
(87857, 237, 2423, 'New Market', 'TN'),
(87858, 237, 2423, 'New Tazewell', 'TN'),
(87859, 237, 2423, 'Newbern', 'TN'),
(87860, 237, 2423, 'Newcomb', 'TN'),
(87861, 237, 2423, 'Newport', 'TN'),
(87862, 237, 2423, 'Niota', 'TN'),
(87863, 237, 2423, 'Nolensville', 'TN'),
(87864, 237, 2423, 'Norris', 'TN'),
(87865, 237, 2423, 'Nunnelly', 'TN'),
(87866, 237, 2423, 'Oak Ridge', 'TN'),
(87867, 237, 2423, 'Oakdale', 'TN'),
(87868, 237, 2423, 'Oakland', 'TN'),
(87869, 237, 2423, 'Obion', 'TN'),
(87870, 237, 2423, 'Old Hickory', 'TN'),
(87871, 237, 2423, 'Oldfort', 'TN'),
(87872, 237, 2423, 'Olivehill', 'TN'),
(87873, 237, 2423, 'Oliver Springs', 'TN'),
(87874, 237, 2423, 'Oneida', 'TN'),
(87875, 237, 2423, 'Ooltewah', 'TN'),
(87876, 237, 2423, 'Orlinda', 'TN'),
(87877, 237, 2423, 'Palmer', 'TN'),
(87878, 237, 2423, 'Palmersville', 'TN'),
(87879, 237, 2423, 'Palmyra', 'TN'),
(87880, 237, 2423, 'Paris', 'TN'),
(87881, 237, 2423, 'Parrottsville', 'TN'),
(87882, 237, 2423, 'Parsons', 'TN'),
(87883, 237, 2423, 'Pegram', 'TN'),
(87884, 237, 2423, 'Pelham', 'TN'),
(87885, 237, 2423, 'Petersburg', 'TN'),
(87886, 237, 2423, 'Petros', 'TN'),
(87887, 237, 2423, 'Philadelphia', 'TN'),
(87888, 237, 2423, 'Pigeon Forge', 'TN'),
(87889, 237, 2423, 'Pikeville', 'TN'),
(87890, 237, 2423, 'Piney Flats', 'TN'),
(87891, 237, 2423, 'Pinson', 'TN'),
(87892, 237, 2423, 'Pioneer', 'TN'),
(87893, 237, 2423, 'Pleasant Hill', 'TN'),
(87894, 237, 2423, 'Pleasant Shade', 'TN'),
(87895, 237, 2423, 'Pleasant View', 'TN'),
(87896, 237, 2423, 'Portland', 'TN'),
(87897, 237, 2423, 'Powell', 'TN'),
(87898, 237, 2423, 'Primm Springs', 'TN'),
(87899, 237, 2423, 'Prospect', 'TN'),
(87900, 237, 2423, 'Pulaski', 'TN'),
(87901, 237, 2423, 'Puryear', 'TN'),
(87902, 237, 2423, 'Quebeck', 'TN'),
(87903, 237, 2423, 'Ramer', 'TN'),
(87904, 237, 2423, 'Readyville', 'TN'),
(87905, 237, 2423, 'Reagan', 'TN'),
(87906, 237, 2423, 'Red Boiling Springs', 'TN'),
(87907, 237, 2423, 'Riceville', 'TN'),
(87908, 237, 2423, 'Rickman', 'TN'),
(87909, 237, 2423, 'Riddleton', 'TN'),
(87910, 237, 2423, 'Ridgely', 'TN'),
(87911, 237, 2423, 'Ripley', 'TN'),
(87912, 237, 2423, 'Roan Mountain', 'TN'),
(87913, 237, 2423, 'Robbins', 'TN'),
(87914, 237, 2423, 'Rock Island', 'TN'),
(87915, 237, 2423, 'Rockford', 'TN'),
(87916, 237, 2423, 'Rockvale', 'TN'),
(87917, 237, 2423, 'Rockwood', 'TN'),
(87918, 237, 2423, 'Rogersville', 'TN'),
(87919, 237, 2423, 'Rossville', 'TN'),
(87920, 237, 2423, 'Russellville', 'TN'),
(87921, 237, 2423, 'Rutherford', 'TN'),
(87922, 237, 2423, 'Rutledge', 'TN'),
(87923, 237, 2423, 'Sale Creek', 'TN'),
(87924, 237, 2423, 'Sardis', 'TN'),
(87925, 237, 2423, 'Saulsbury', 'TN'),
(87926, 237, 2423, 'Savannah', 'TN'),
(87927, 237, 2423, 'Scotts Hill', 'TN'),
(87928, 237, 2423, 'Selmer', 'TN'),
(87929, 237, 2423, 'Sevierville', 'TN'),
(87930, 237, 2423, 'Sewanee', 'TN'),
(87931, 237, 2423, 'Seymour', 'TN'),
(87932, 237, 2423, 'Shady Valley', 'TN'),
(87933, 237, 2423, 'Sharon', 'TN'),
(87934, 237, 2423, 'Sharps Chapel', 'TN'),
(87935, 237, 2423, 'Shelbyville', 'TN'),
(87936, 237, 2423, 'Signal Mountain', 'TN'),
(87937, 237, 2423, 'Silver Point', 'TN'),
(87938, 237, 2423, 'Smartt', 'TN'),
(87939, 237, 2423, 'Smithville', 'TN'),
(87940, 237, 2423, 'Smyrna', 'TN'),
(87941, 237, 2423, 'Sneedville', 'TN'),
(87942, 237, 2423, 'Soddy-Daisy', 'TN'),
(87943, 237, 2423, 'Somerville', 'TN'),
(87944, 237, 2423, 'South Fulton', 'TN'),
(87945, 237, 2423, 'South Pittsburg', 'TN'),
(87946, 237, 2423, 'Sparta', 'TN'),
(87947, 237, 2423, 'Speedwell', 'TN'),
(87948, 237, 2423, 'Spencer', 'TN'),
(87949, 237, 2423, 'Spring City', 'TN'),
(87950, 237, 2423, 'Spring Hill', 'TN'),
(87951, 237, 2423, 'Springfield', 'TN'),
(87952, 237, 2423, 'Springville', 'TN'),
(87953, 237, 2423, 'Stantonville', 'TN'),
(87954, 237, 2423, 'Strawberry Plains', 'TN'),
(87955, 237, 2423, 'Summertown', 'TN'),
(87956, 237, 2423, 'Sunbright', 'TN'),
(87957, 237, 2423, 'Surgoinsville', 'TN'),
(87958, 237, 2423, 'Sweetwater', 'TN'),
(87959, 237, 2423, 'Talbott', 'TN'),
(87960, 237, 2423, 'Tallassee', 'TN'),
(87961, 237, 2423, 'Tazewell', 'TN'),
(87962, 237, 2423, 'Telford', 'TN'),
(87963, 237, 2423, 'Tellico Plains', 'TN'),
(87964, 237, 2423, 'Ten Mile', 'TN'),
(87965, 237, 2423, 'Tennessee Ridge', 'TN'),
(87966, 237, 2423, 'Thompson\'s Station', 'TN'),
(87967, 237, 2423, 'Thorn Hill', 'TN'),
(87968, 237, 2423, 'Toone', 'TN'),
(87969, 237, 2423, 'Townsend', 'TN'),
(87970, 237, 2423, 'Tracy City', 'TN'),
(87971, 237, 2423, 'Trade', 'TN'),
(87972, 237, 2423, 'Trenton', 'TN'),
(87973, 237, 2423, 'Troy', 'TN'),
(87974, 237, 2423, 'Tullahoma', 'TN'),
(87975, 237, 2423, 'Turtletown', 'TN'),
(87976, 237, 2423, 'Unicoi', 'TN'),
(87977, 237, 2423, 'Union City', 'TN'),
(87978, 237, 2423, 'Unionville', 'TN'),
(87979, 237, 2423, 'Vanleer', 'TN'),
(87980, 237, 2423, 'Vonore', 'TN'),
(87981, 237, 2423, 'Walland', 'TN'),
(87982, 237, 2423, 'Walling', 'TN'),
(87983, 237, 2423, 'Wartburg', 'TN'),
(87984, 237, 2423, 'Wartrace', 'TN'),
(87985, 237, 2423, 'Washburn', 'TN'),
(87986, 237, 2423, 'Watauga', 'TN'),
(87987, 237, 2423, 'Watertown', 'TN'),
(87988, 237, 2423, 'Waverly', 'TN'),
(87989, 237, 2423, 'Waynesboro', 'TN'),
(87990, 237, 2423, 'Westmoreland', 'TN'),
(87991, 237, 2423, 'Westpoint', 'TN'),
(87992, 237, 2423, 'White Bluff', 'TN'),
(87993, 237, 2423, 'White House', 'TN'),
(87994, 237, 2423, 'White Pine', 'TN'),
(87995, 237, 2423, 'Whites Creek', 'TN'),
(87996, 237, 2423, 'Whitesburg', 'TN'),
(87997, 237, 2423, 'Whiteville', 'TN'),
(87998, 237, 2423, 'Whitleyville', 'TN'),
(87999, 237, 2423, 'Whitwell', 'TN'),
(88000, 237, 2423, 'Wilder', 'TN'),
(88001, 237, 2423, 'Wildersville', 'TN'),
(88002, 237, 2423, 'Williamsport', 'TN'),
(88003, 237, 2423, 'Winchester', 'TN'),
(88004, 237, 2423, 'Winfield', 'TN'),
(88005, 237, 2423, 'Woodbury', 'TN'),
(88006, 237, 2423, 'Woodlawn', 'TN'),
(88007, 237, 2423, 'Yuma', 'TN'),
(88008, 237, 2424, 'Abbott', 'TX'),
(88009, 237, 2424, 'Abernathy', 'TX'),
(88010, 237, 2424, 'Abilene', 'TX'),
(88011, 237, 2424, 'Ackerly', 'TX'),
(88012, 237, 2424, 'Addison', 'TX'),
(88013, 237, 2424, 'Adkins', 'TX'),
(88014, 237, 2424, 'Afton', 'TX'),
(88015, 237, 2424, 'Alamo', 'TX'),
(88016, 237, 2424, 'Alba', 'TX'),
(88017, 237, 2424, 'Albany', 'TX'),
(88018, 237, 2424, 'Aledo', 'TX'),
(88019, 237, 2424, 'Alice', 'TX'),
(88020, 237, 2424, 'Allen', 'TX'),
(88021, 237, 2424, 'Alleyton', 'TX'),
(88022, 237, 2424, 'Alpine', 'TX'),
(88023, 237, 2424, 'Alto', 'TX'),
(88024, 237, 2424, 'Alvarado', 'TX'),
(88025, 237, 2424, 'Alvin', 'TX'),
(88026, 237, 2424, 'Alvord', 'TX'),
(88027, 237, 2424, 'Amarillo', 'TX'),
(88028, 237, 2424, 'Amherst', 'TX'),
(88029, 237, 2424, 'Anahuac', 'TX'),
(88030, 237, 2424, 'Anderson', 'TX'),
(88031, 237, 2424, 'Andrews', 'TX'),
(88032, 237, 2424, 'Angleton', 'TX'),
(88033, 237, 2424, 'Anna', 'TX'),
(88034, 237, 2424, 'Annona', 'TX'),
(88035, 237, 2424, 'Anson', 'TX'),
(88036, 237, 2424, 'Anton', 'TX'),
(88037, 237, 2424, 'Aquilla', 'TX'),
(88038, 237, 2424, 'Aransas Pass', 'TX'),
(88039, 237, 2424, 'Archer City', 'TX'),
(88040, 237, 2424, 'Argyle', 'TX'),
(88041, 237, 2424, 'Arlington', 'TX'),
(88042, 237, 2424, 'Arp', 'TX'),
(88043, 237, 2424, 'Arthur City', 'TX'),
(88044, 237, 2424, 'Aspermont', 'TX'),
(88045, 237, 2424, 'Atascosa', 'TX'),
(88046, 237, 2424, 'Athens', 'TX'),
(88047, 237, 2424, 'Atlanta', 'TX'),
(88048, 237, 2424, 'Aubrey', 'TX'),
(88049, 237, 2424, 'Austin', 'TX'),
(88050, 237, 2424, 'Avery', 'TX'),
(88051, 237, 2424, 'Avinger', 'TX'),
(88052, 237, 2424, 'Axtell', 'TX'),
(88053, 237, 2424, 'Azle', 'TX'),
(88054, 237, 2424, 'Bacliff', 'TX'),
(88055, 237, 2424, 'Bagwell', 'TX'),
(88056, 237, 2424, 'Baird', 'TX'),
(88057, 237, 2424, 'Ballinger', 'TX'),
(88058, 237, 2424, 'Bandera', 'TX'),
(88059, 237, 2424, 'Bangs', 'TX'),
(88060, 237, 2424, 'Banquete', 'TX'),
(88061, 237, 2424, 'Bardwell', 'TX'),
(88062, 237, 2424, 'Barksdale', 'TX'),
(88063, 237, 2424, 'Bartlett', 'TX'),
(88064, 237, 2424, 'Bastrop', 'TX'),
(88065, 237, 2424, 'Batson', 'TX'),
(88066, 237, 2424, 'Bay City', 'TX'),
(88067, 237, 2424, 'Baytown', 'TX'),
(88068, 237, 2424, 'Beaumont', 'TX'),
(88069, 237, 2424, 'Beckville', 'TX'),
(88070, 237, 2424, 'Bedford', 'TX'),
(88071, 237, 2424, 'Beeville', 'TX'),
(88072, 237, 2424, 'Bellaire', 'TX'),
(88073, 237, 2424, 'Bellevue', 'TX'),
(88074, 237, 2424, 'Bells', 'TX'),
(88075, 237, 2424, 'Bellville', 'TX'),
(88076, 237, 2424, 'Belton', 'TX'),
(88077, 237, 2424, 'Ben Wheeler', 'TX'),
(88078, 237, 2424, 'Bergheim', 'TX'),
(88079, 237, 2424, 'Bertram', 'TX'),
(88080, 237, 2424, 'Big Lake', 'TX'),
(88081, 237, 2424, 'Big Sandy', 'TX'),
(88082, 237, 2424, 'Big Spring', 'TX'),
(88083, 237, 2424, 'Bishop', 'TX'),
(88084, 237, 2424, 'Blackwell', 'TX'),
(88085, 237, 2424, 'Blanco', 'TX'),
(88086, 237, 2424, 'Blanket', 'TX'),
(88087, 237, 2424, 'Blessing', 'TX'),
(88088, 237, 2424, 'Bloomburg', 'TX'),
(88089, 237, 2424, 'Blooming Grove', 'TX'),
(88090, 237, 2424, 'Blossom', 'TX'),
(88091, 237, 2424, 'Blue Ridge', 'TX'),
(88092, 237, 2424, 'Bluff Dale', 'TX'),
(88093, 237, 2424, 'Bluffton', 'TX'),
(88094, 237, 2424, 'Blum', 'TX'),
(88095, 237, 2424, 'Boerne', 'TX'),
(88096, 237, 2424, 'Boling', 'TX'),
(88097, 237, 2424, 'Bonham', 'TX'),
(88098, 237, 2424, 'Booker', 'TX'),
(88099, 237, 2424, 'Borger', 'TX'),
(88100, 237, 2424, 'Bovina', 'TX'),
(88101, 237, 2424, 'Bowie', 'TX'),
(88102, 237, 2424, 'Boyd', 'TX'),
(88103, 237, 2424, 'Boys Ranch', 'TX'),
(88104, 237, 2424, 'Brackettville', 'TX'),
(88105, 237, 2424, 'Brady', 'TX'),
(88106, 237, 2424, 'Brazoria', 'TX'),
(88107, 237, 2424, 'Breckenridge', 'TX'),
(88108, 237, 2424, 'Bremond', 'TX'),
(88109, 237, 2424, 'Brenham', 'TX'),
(88110, 237, 2424, 'Bridge City', 'TX'),
(88111, 237, 2424, 'Bridgeport', 'TX'),
(88112, 237, 2424, 'Briggs', 'TX'),
(88113, 237, 2424, 'Briscoe', 'TX'),
(88114, 237, 2424, 'Broaddus', 'TX'),
(88115, 237, 2424, 'Bronson', 'TX'),
(88116, 237, 2424, 'Bronte', 'TX'),
(88117, 237, 2424, 'Brookeland', 'TX'),
(88118, 237, 2424, 'Brookshire', 'TX'),
(88119, 237, 2424, 'Brookston', 'TX'),
(88120, 237, 2424, 'Brownfield', 'TX'),
(88121, 237, 2424, 'Brownsboro', 'TX'),
(88122, 237, 2424, 'Brownsville', 'TX'),
(88123, 237, 2424, 'Brownwood', 'TX'),
(88124, 237, 2424, 'Bruceville', 'TX'),
(88125, 237, 2424, 'Bruni', 'TX'),
(88126, 237, 2424, 'Bryan', 'TX'),
(88127, 237, 2424, 'Bryson', 'TX'),
(88128, 237, 2424, 'Buchanan Dam', 'TX'),
(88129, 237, 2424, 'Buckholts', 'TX'),
(88130, 237, 2424, 'Buda', 'TX'),
(88131, 237, 2424, 'Buffalo', 'TX'),
(88132, 237, 2424, 'Buffalo Gap', 'TX'),
(88133, 237, 2424, 'Bullard', 'TX'),
(88134, 237, 2424, 'Bulverde', 'TX'),
(88135, 237, 2424, 'Buna', 'TX'),
(88136, 237, 2424, 'Burkburnett', 'TX'),
(88137, 237, 2424, 'Burkett', 'TX'),
(88138, 237, 2424, 'Burleson', 'TX'),
(88139, 237, 2424, 'Burnet', 'TX'),
(88140, 237, 2424, 'Burton', 'TX'),
(88141, 237, 2424, 'Bushland', 'TX'),
(88142, 237, 2424, 'Byers', 'TX'),
(88143, 237, 2424, 'Cactus', 'TX'),
(88144, 237, 2424, 'Caddo', 'TX'),
(88145, 237, 2424, 'Caddo Mills', 'TX'),
(88146, 237, 2424, 'Caldwell', 'TX'),
(88147, 237, 2424, 'Calliham', 'TX'),
(88148, 237, 2424, 'Cameron', 'TX'),
(88149, 237, 2424, 'Camp Wood', 'TX'),
(88150, 237, 2424, 'Campbell', 'TX'),
(88151, 237, 2424, 'Campbellton', 'TX'),
(88152, 237, 2424, 'Canadian', 'TX'),
(88153, 237, 2424, 'Canton', 'TX'),
(88154, 237, 2424, 'Canutillo', 'TX'),
(88155, 237, 2424, 'Canyon', 'TX'),
(88156, 237, 2424, 'Canyon Lake', 'TX'),
(88157, 237, 2424, 'Carlsbad', 'TX'),
(88158, 237, 2424, 'Carmine', 'TX'),
(88159, 237, 2424, 'Carrizo Springs', 'TX'),
(88160, 237, 2424, 'Carrollton', 'TX'),
(88161, 237, 2424, 'Carthage', 'TX'),
(88162, 237, 2424, 'Castroville', 'TX'),
(88163, 237, 2424, 'Cat Spring', 'TX'),
(88164, 237, 2424, 'Cedar Creek', 'TX'),
(88165, 237, 2424, 'Cedar Hill', 'TX'),
(88166, 237, 2424, 'Cedar Lane', 'TX'),
(88167, 237, 2424, 'Cedar Park', 'TX'),
(88168, 237, 2424, 'Celeste', 'TX'),
(88169, 237, 2424, 'Celina', 'TX'),
(88170, 237, 2424, 'Center', 'TX'),
(88171, 237, 2424, 'Center Point', 'TX'),
(88172, 237, 2424, 'Centerville', 'TX'),
(88173, 237, 2424, 'Chandler', 'TX'),
(88174, 237, 2424, 'Channelview', 'TX'),
(88175, 237, 2424, 'Channing', 'TX'),
(88176, 237, 2424, 'Chapman Ranch', 'TX'),
(88177, 237, 2424, 'Chappell Hill', 'TX'),
(88178, 237, 2424, 'Cherokee', 'TX'),
(88179, 237, 2424, 'Chester', 'TX'),
(88180, 237, 2424, 'Chico', 'TX'),
(88181, 237, 2424, 'Childress', 'TX'),
(88182, 237, 2424, 'China', 'TX'),
(88183, 237, 2424, 'China Springs', 'TX'),
(88184, 237, 2424, 'Chireno', 'TX'),
(88185, 237, 2424, 'Christoval', 'TX'),
(88186, 237, 2424, 'Cibolo', 'TX'),
(88187, 237, 2424, 'Cisco', 'TX'),
(88188, 237, 2424, 'Clarendon', 'TX'),
(88189, 237, 2424, 'Clarksville', 'TX'),
(88190, 237, 2424, 'Claude', 'TX'),
(88191, 237, 2424, 'Cleburne', 'TX'),
(88192, 237, 2424, 'Cleveland', 'TX'),
(88193, 237, 2424, 'Clifton', 'TX'),
(88194, 237, 2424, 'Clint', 'TX'),
(88195, 237, 2424, 'Clute', 'TX'),
(88196, 237, 2424, 'Clyde', 'TX'),
(88197, 237, 2424, 'Coahoma', 'TX'),
(88198, 237, 2424, 'Coldspring', 'TX'),
(88199, 237, 2424, 'Coleman', 'TX'),
(88200, 237, 2424, 'College Station', 'TX'),
(88201, 237, 2424, 'Colleyville', 'TX'),
(88202, 237, 2424, 'Collinsville', 'TX'),
(88203, 237, 2424, 'Colmesneil', 'TX'),
(88204, 237, 2424, 'Colorado City', 'TX'),
(88205, 237, 2424, 'Columbus', 'TX'),
(88206, 237, 2424, 'Comanche', 'TX'),
(88207, 237, 2424, 'Comfort', 'TX'),
(88208, 237, 2424, 'Commerce', 'TX'),
(88209, 237, 2424, 'Como', 'TX'),
(88210, 237, 2424, 'Concan', 'TX'),
(88211, 237, 2424, 'Conroe', 'TX'),
(88212, 237, 2424, 'Converse', 'TX'),
(88213, 237, 2424, 'Coolidge', 'TX'),
(88214, 237, 2424, 'Cooper', 'TX'),
(88215, 237, 2424, 'Coppell', 'TX'),
(88216, 237, 2424, 'Copperas Cove', 'TX'),
(88217, 237, 2424, 'Corpus Christi', 'TX'),
(88218, 237, 2424, 'Corrigan', 'TX'),
(88219, 237, 2424, 'Corsicana', 'TX'),
(88220, 237, 2424, 'Cost', 'TX'),
(88221, 237, 2424, 'Cotulla', 'TX'),
(88222, 237, 2424, 'Coupland', 'TX'),
(88223, 237, 2424, 'Crandall', 'TX'),
(88224, 237, 2424, 'Crane', 'TX'),
(88225, 237, 2424, 'Cranfills Gap', 'TX'),
(88226, 237, 2424, 'Crawford', 'TX'),
(88227, 237, 2424, 'Cresson', 'TX'),
(88228, 237, 2424, 'Crockett', 'TX'),
(88229, 237, 2424, 'Crosby', 'TX'),
(88230, 237, 2424, 'Crosbyton', 'TX'),
(88231, 237, 2424, 'Cross Plains', 'TX'),
(88232, 237, 2424, 'Crowell', 'TX'),
(88233, 237, 2424, 'Crowley', 'TX'),
(88234, 237, 2424, 'Crystal City', 'TX'),
(88235, 237, 2424, 'Cuero', 'TX'),
(88236, 237, 2424, 'Cumby', 'TX'),
(88237, 237, 2424, 'Cushing', 'TX'),
(88238, 237, 2424, 'Cypress', 'TX'),
(88239, 237, 2424, 'D\'Hanis', 'TX'),
(88240, 237, 2424, 'Daingerfield', 'TX'),
(88241, 237, 2424, 'Daisetta', 'TX'),
(88242, 237, 2424, 'Dale', 'TX'),
(88243, 237, 2424, 'Dalhart', 'TX'),
(88244, 237, 2424, 'Dallas', 'TX'),
(88245, 237, 2424, 'Damon', 'TX'),
(88246, 237, 2424, 'Danbury', 'TX'),
(88247, 237, 2424, 'Darrouzett', 'TX'),
(88248, 237, 2424, 'Dawson', 'TX'),
(88249, 237, 2424, 'Dayton', 'TX'),
(88250, 237, 2424, 'De Berry', 'TX'),
(88251, 237, 2424, 'De Kalb', 'TX'),
(88252, 237, 2424, 'De Leon', 'TX'),
(88253, 237, 2424, 'Decatur', 'TX'),
(88254, 237, 2424, 'Deer Park', 'TX'),
(88255, 237, 2424, 'Del Rio', 'TX'),
(88256, 237, 2424, 'Del Valle', 'TX'),
(88257, 237, 2424, 'Denison', 'TX'),
(88258, 237, 2424, 'Denton', 'TX'),
(88259, 237, 2424, 'Denver City', 'TX'),
(88260, 237, 2424, 'Deport', 'TX'),
(88261, 237, 2424, 'DeSoto', 'TX'),
(88262, 237, 2424, 'Detroit', 'TX'),
(88263, 237, 2424, 'Devers', 'TX'),
(88264, 237, 2424, 'Devine', 'TX'),
(88265, 237, 2424, 'Deweyville', 'TX'),
(88266, 237, 2424, 'Diana', 'TX'),
(88267, 237, 2424, 'Diboll', 'TX'),
(88268, 237, 2424, 'Dickinson', 'TX'),
(88269, 237, 2424, 'Dike', 'TX'),
(88270, 237, 2424, 'Dilley', 'TX'),
(88271, 237, 2424, 'Dime Box', 'TX'),
(88272, 237, 2424, 'Dimmitt', 'TX'),
(88273, 237, 2424, 'Dobbin', 'TX'),
(88274, 237, 2424, 'Dodd City', 'TX'),
(88275, 237, 2424, 'Dodge', 'TX'),
(88276, 237, 2424, 'Donie', 'TX'),
(88277, 237, 2424, 'Donna', 'TX'),
(88278, 237, 2424, 'Douglassville', 'TX'),
(88279, 237, 2424, 'Driftwood', 'TX'),
(88280, 237, 2424, 'Dripping Springs', 'TX'),
(88281, 237, 2424, 'Driscoll', 'TX'),
(88282, 237, 2424, 'Dublin', 'TX'),
(88283, 237, 2424, 'Dumas', 'TX'),
(88284, 237, 2424, 'Duncanville', 'TX'),
(88285, 237, 2424, 'Eagle Lake', 'TX'),
(88286, 237, 2424, 'Eagle Pass', 'TX'),
(88287, 237, 2424, 'Early', 'TX'),
(88288, 237, 2424, 'Earth', 'TX'),
(88289, 237, 2424, 'East Bernard', 'TX'),
(88290, 237, 2424, 'Eastland', 'TX'),
(88291, 237, 2424, 'Ector', 'TX'),
(88292, 237, 2424, 'Edcouch', 'TX'),
(88293, 237, 2424, 'Eddy', 'TX'),
(88294, 237, 2424, 'Eden', 'TX'),
(88295, 237, 2424, 'Edgewood', 'TX'),
(88296, 237, 2424, 'Edinburg', 'TX'),
(88297, 237, 2424, 'Edna', 'TX'),
(88298, 237, 2424, 'El Campo', 'TX'),
(88299, 237, 2424, 'El Paso', 'TX'),
(88300, 237, 2424, 'Eldorado', 'TX'),
(88301, 237, 2424, 'Electra', 'TX'),
(88302, 237, 2424, 'Elgin', 'TX'),
(88303, 237, 2424, 'Elkhart', 'TX'),
(88304, 237, 2424, 'Elm Mott', 'TX'),
(88305, 237, 2424, 'Elmendorf', 'TX'),
(88306, 237, 2424, 'Elsa', 'TX'),
(88307, 237, 2424, 'Emory', 'TX'),
(88308, 237, 2424, 'Ennis', 'TX'),
(88309, 237, 2424, 'Enochs', 'TX'),
(88310, 237, 2424, 'Euless', 'TX'),
(88311, 237, 2424, 'Eustace', 'TX'),
(88312, 237, 2424, 'Evant', 'TX'),
(88313, 237, 2424, 'Fabens', 'TX'),
(88314, 237, 2424, 'Fairfield', 'TX'),
(88315, 237, 2424, 'Falfurrias', 'TX'),
(88316, 237, 2424, 'Falls City', 'TX'),
(88317, 237, 2424, 'Farmersville', 'TX'),
(88318, 237, 2424, 'Farwell', 'TX'),
(88319, 237, 2424, 'Fate', 'TX'),
(88320, 237, 2424, 'Fayetteville', 'TX'),
(88321, 237, 2424, 'Ferris', 'TX'),
(88322, 237, 2424, 'Fischer', 'TX'),
(88323, 237, 2424, 'Flatonia', 'TX'),
(88324, 237, 2424, 'Flint', 'TX'),
(88325, 237, 2424, 'Florence', 'TX'),
(88326, 237, 2424, 'Floresville', 'TX'),
(88327, 237, 2424, 'Flower Mound', 'TX'),
(88328, 237, 2424, 'Floydada', 'TX'),
(88329, 237, 2424, 'Flynn', 'TX'),
(88330, 237, 2424, 'Follett', 'TX'),
(88331, 237, 2424, 'Forestburg', 'TX'),
(88332, 237, 2424, 'Forney', 'TX'),
(88333, 237, 2424, 'Forsan', 'TX'),
(88334, 237, 2424, 'Fort Davis', 'TX'),
(88335, 237, 2424, 'Fort Stockton', 'TX'),
(88336, 237, 2424, 'Fort Worth', 'TX'),
(88337, 237, 2424, 'Fowlerton', 'TX'),
(88338, 237, 2424, 'Franklin', 'TX'),
(88339, 237, 2424, 'Frankston', 'TX'),
(88340, 237, 2424, 'Fredericksburg', 'TX'),
(88341, 237, 2424, 'Fredonia', 'TX'),
(88342, 237, 2424, 'Freeport', 'TX'),
(88343, 237, 2424, 'Freer', 'TX'),
(88344, 237, 2424, 'Fresno', 'TX'),
(88345, 237, 2424, 'Friendswood', 'TX'),
(88346, 237, 2424, 'Friona', 'TX'),
(88347, 237, 2424, 'Frisco', 'TX'),
(88348, 237, 2424, 'Fritch', 'TX'),
(88349, 237, 2424, 'Frost', 'TX'),
(88350, 237, 2424, 'Fulshear', 'TX'),
(88351, 237, 2424, 'Gainesville', 'TX'),
(88352, 237, 2424, 'Galena Park', 'TX'),
(88353, 237, 2424, 'Galveston', 'TX'),
(88354, 237, 2424, 'Ganado', 'TX'),
(88355, 237, 2424, 'Garden City', 'TX'),
(88356, 237, 2424, 'Gardendale', 'TX'),
(88357, 237, 2424, 'Garland', 'TX'),
(88358, 237, 2424, 'Garrison', 'TX'),
(88359, 237, 2424, 'Gary', 'TX'),
(88360, 237, 2424, 'Gatesville', 'TX'),
(88361, 237, 2424, 'George West', 'TX'),
(88362, 237, 2424, 'Georgetown', 'TX'),
(88363, 237, 2424, 'Geronimo', 'TX'),
(88364, 237, 2424, 'Giddings', 'TX'),
(88365, 237, 2424, 'Gilmer', 'TX'),
(88366, 237, 2424, 'Girvin', 'TX'),
(88367, 237, 2424, 'Gladewater', 'TX'),
(88368, 237, 2424, 'Glen Flora', 'TX'),
(88369, 237, 2424, 'Glen Rose', 'TX'),
(88370, 237, 2424, 'Glidden', 'TX'),
(88371, 237, 2424, 'Godley', 'TX'),
(88372, 237, 2424, 'Golden', 'TX'),
(88373, 237, 2424, 'Goldthwaite', 'TX'),
(88374, 237, 2424, 'Goliad', 'TX'),
(88375, 237, 2424, 'Gonzales', 'TX'),
(88376, 237, 2424, 'Goodrich', 'TX'),
(88377, 237, 2424, 'Gordonville', 'TX'),
(88378, 237, 2424, 'Gorman', 'TX'),
(88379, 237, 2424, 'Graford', 'TX'),
(88380, 237, 2424, 'Graham', 'TX'),
(88381, 237, 2424, 'Granbury', 'TX'),
(88382, 237, 2424, 'Grand Prairie', 'TX'),
(88383, 237, 2424, 'Grand Saline', 'TX'),
(88384, 237, 2424, 'Grandfalls', 'TX'),
(88385, 237, 2424, 'Grandview', 'TX'),
(88386, 237, 2424, 'Granger', 'TX'),
(88387, 237, 2424, 'Grapeland', 'TX'),
(88388, 237, 2424, 'Grapevine', 'TX'),
(88389, 237, 2424, 'Greenville', 'TX'),
(88390, 237, 2424, 'Gregory', 'TX'),
(88391, 237, 2424, 'Groesbeck', 'TX'),
(88392, 237, 2424, 'Groom', 'TX'),
(88393, 237, 2424, 'Groves', 'TX'),
(88394, 237, 2424, 'Groveton', 'TX'),
(88395, 237, 2424, 'Gruver', 'TX'),
(88396, 237, 2424, 'Gunter', 'TX'),
(88397, 237, 2424, 'Gustine', 'TX'),
(88398, 237, 2424, 'Guthrie', 'TX'),
(88399, 237, 2424, 'Hale Center', 'TX'),
(88400, 237, 2424, 'Hallettsville', 'TX'),
(88401, 237, 2424, 'Hallsville', 'TX'),
(88402, 237, 2424, 'Haltom City', 'TX'),
(88403, 237, 2424, 'Hamilton', 'TX'),
(88404, 237, 2424, 'Hamlin', 'TX'),
(88405, 237, 2424, 'Hankamer', 'TX'),
(88406, 237, 2424, 'Happy', 'TX'),
(88407, 237, 2424, 'Hardin', 'TX'),
(88408, 237, 2424, 'Harker Heights', 'TX'),
(88409, 237, 2424, 'Harleton', 'TX'),
(88410, 237, 2424, 'Harlingen', 'TX'),
(88411, 237, 2424, 'Harper', 'TX'),
(88412, 237, 2424, 'Harrold', 'TX'),
(88413, 237, 2424, 'Hart', 'TX'),
(88414, 237, 2424, 'Hartley', 'TX'),
(88415, 237, 2424, 'Harwood', 'TX'),
(88416, 237, 2424, 'Haskell', 'TX'),
(88417, 237, 2424, 'Haslet', 'TX'),
(88418, 237, 2424, 'Hawkins', 'TX'),
(88419, 237, 2424, 'Hawley', 'TX'),
(88420, 237, 2424, 'Hearne', 'TX'),
(88421, 237, 2424, 'Hebbronville', 'TX'),
(88422, 237, 2424, 'Hedley', 'TX'),
(88423, 237, 2424, 'Helotes', 'TX'),
(88424, 237, 2424, 'Hemphill', 'TX'),
(88425, 237, 2424, 'Hempstead', 'TX'),
(88426, 237, 2424, 'Henderson', 'TX'),
(88427, 237, 2424, 'Henrietta', 'TX'),
(88428, 237, 2424, 'Hereford', 'TX'),
(88429, 237, 2424, 'Hewitt', 'TX'),
(88430, 237, 2424, 'Hico', 'TX'),
(88431, 237, 2424, 'Hidalgo', 'TX'),
(88432, 237, 2424, 'Higgins', 'TX'),
(88433, 237, 2424, 'Highlands', 'TX'),
(88434, 237, 2424, 'Hillsboro', 'TX'),
(88435, 237, 2424, 'Hitchcock', 'TX'),
(88436, 237, 2424, 'Hobson', 'TX'),
(88437, 237, 2424, 'Hockley', 'TX'),
(88438, 237, 2424, 'Holliday', 'TX'),
(88439, 237, 2424, 'Hondo', 'TX'),
(88440, 237, 2424, 'Honey Grove', 'TX'),
(88441, 237, 2424, 'Hooks', 'TX'),
(88442, 237, 2424, 'Houston', 'TX'),
(88443, 237, 2424, 'Howe', 'TX'),
(88444, 237, 2424, 'Huffman', 'TX'),
(88445, 237, 2424, 'Hughes Springs', 'TX'),
(88446, 237, 2424, 'Hull', 'TX'),
(88447, 237, 2424, 'Humble', 'TX'),
(88448, 237, 2424, 'Hungerford', 'TX'),
(88449, 237, 2424, 'Hunt', 'TX'),
(88450, 237, 2424, 'Huntington', 'TX'),
(88451, 237, 2424, 'Huntsville', 'TX'),
(88452, 237, 2424, 'Hurst', 'TX'),
(88453, 237, 2424, 'Hutchins', 'TX'),
(88454, 237, 2424, 'Hutto', 'TX'),
(88455, 237, 2424, 'Hye', 'TX'),
(88456, 237, 2424, 'Idalou', 'TX'),
(88457, 237, 2424, 'Imperial', 'TX'),
(88458, 237, 2424, 'Industry', 'TX'),
(88459, 237, 2424, 'Ingleside', 'TX'),
(88460, 237, 2424, 'Ingram', 'TX'),
(88461, 237, 2424, 'Iola', 'TX'),
(88462, 237, 2424, 'Iowa Park', 'TX'),
(88463, 237, 2424, 'Ira', 'TX'),
(88464, 237, 2424, 'Iraan', 'TX'),
(88465, 237, 2424, 'Irene', 'TX'),
(88466, 237, 2424, 'Irving', 'TX'),
(88467, 237, 2424, 'Italy', 'TX'),
(88468, 237, 2424, 'Itasca', 'TX'),
(88469, 237, 2424, 'Ivanhoe', 'TX'),
(88470, 237, 2424, 'Jacksboro', 'TX'),
(88471, 237, 2424, 'Jacksonville', 'TX'),
(88472, 237, 2424, 'Jarrell', 'TX'),
(88473, 237, 2424, 'Jasper', 'TX'),
(88474, 237, 2424, 'Jayton', 'TX'),
(88475, 237, 2424, 'Jefferson', 'TX'),
(88476, 237, 2424, 'Jermyn', 'TX'),
(88477, 237, 2424, 'Jewett', 'TX'),
(88478, 237, 2424, 'Joaquin', 'TX'),
(88479, 237, 2424, 'Johnson City', 'TX'),
(88480, 237, 2424, 'Jonesboro', 'TX'),
(88481, 237, 2424, 'Josephine', 'TX'),
(88482, 237, 2424, 'Joshua', 'TX'),
(88483, 237, 2424, 'Jourdanton', 'TX'),
(88484, 237, 2424, 'Junction', 'TX'),
(88485, 237, 2424, 'Justin', 'TX'),
(88486, 237, 2424, 'Karnack', 'TX'),
(88487, 237, 2424, 'Karnes City', 'TX'),
(88488, 237, 2424, 'Katy', 'TX'),
(88489, 237, 2424, 'Kaufman', 'TX'),
(88490, 237, 2424, 'Keene', 'TX'),
(88491, 237, 2424, 'Keller', 'TX'),
(88492, 237, 2424, 'Kemah', 'TX'),
(88493, 237, 2424, 'Kemp', 'TX'),
(88494, 237, 2424, 'Kempner', 'TX'),
(88495, 237, 2424, 'Kendalia', 'TX'),
(88496, 237, 2424, 'Kenedy', 'TX'),
(88497, 237, 2424, 'Kennard', 'TX'),
(88498, 237, 2424, 'Kennedale', 'TX'),
(88499, 237, 2424, 'Kerens', 'TX'),
(88500, 237, 2424, 'Kermit', 'TX'),
(88501, 237, 2424, 'Kerrville', 'TX'),
(88502, 237, 2424, 'Kilgore', 'TX'),
(88503, 237, 2424, 'Killeen', 'TX'),
(88504, 237, 2424, 'Kingsbury', 'TX'),
(88505, 237, 2424, 'Kingsland', 'TX'),
(88506, 237, 2424, 'Kingsville', 'TX'),
(88507, 237, 2424, 'Kirbyville', 'TX'),
(88508, 237, 2424, 'Knippa', 'TX'),
(88509, 237, 2424, 'Knott', 'TX'),
(88510, 237, 2424, 'Knox City', 'TX'),
(88511, 237, 2424, 'Kopperl', 'TX'),
(88512, 237, 2424, 'Kountze', 'TX'),
(88513, 237, 2424, 'Krum', 'TX'),
(88514, 237, 2424, 'Kyle', 'TX'),
(88515, 237, 2424, 'La Blanca', 'TX'),
(88516, 237, 2424, 'La Feria', 'TX'),
(88517, 237, 2424, 'La Grange', 'TX'),
(88518, 237, 2424, 'La Joya', 'TX'),
(88519, 237, 2424, 'La Marque', 'TX'),
(88520, 237, 2424, 'La Porte', 'TX'),
(88521, 237, 2424, 'La Vernia', 'TX'),
(88522, 237, 2424, 'Ladonia', 'TX'),
(88523, 237, 2424, 'Lake Dallas', 'TX'),
(88524, 237, 2424, 'Lake Jackson', 'TX'),
(88525, 237, 2424, 'Lamesa', 'TX'),
(88526, 237, 2424, 'Lampasas', 'TX'),
(88527, 237, 2424, 'Lancaster', 'TX'),
(88528, 237, 2424, 'Laredo', 'TX'),
(88529, 237, 2424, 'LaRue', 'TX'),
(88530, 237, 2424, 'Lavon', 'TX'),
(88531, 237, 2424, 'Lawn', 'TX'),
(88532, 237, 2424, 'League City', 'TX'),
(88533, 237, 2424, 'Leakey', 'TX'),
(88534, 237, 2424, 'Leander', 'TX'),
(88535, 237, 2424, 'Leesville', 'TX'),
(88536, 237, 2424, 'Lefors', 'TX'),
(88537, 237, 2424, 'Leming', 'TX'),
(88538, 237, 2424, 'Lenorah', 'TX'),
(88539, 237, 2424, 'Leona', 'TX'),
(88540, 237, 2424, 'Leonard', 'TX'),
(88541, 237, 2424, 'Levelland', 'TX'),
(88542, 237, 2424, 'Lewisville', 'TX'),
(88543, 237, 2424, 'Lexington', 'TX'),
(88544, 237, 2424, 'Liberty', 'TX'),
(88545, 237, 2424, 'Liberty Hill', 'TX'),
(88546, 237, 2424, 'Lillian', 'TX'),
(88547, 237, 2424, 'Lincoln', 'TX'),
(88548, 237, 2424, 'Lindale', 'TX'),
(88549, 237, 2424, 'Linden', 'TX'),
(88550, 237, 2424, 'Lindsay', 'TX'),
(88551, 237, 2424, 'Lipan', 'TX'),
(88552, 237, 2424, 'Lissie', 'TX'),
(88553, 237, 2424, 'Little Elm', 'TX'),
(88554, 237, 2424, 'Little River-Academy', 'TX'),
(88555, 237, 2424, 'Littlefield', 'TX'),
(88556, 237, 2424, 'Liverpool', 'TX'),
(88557, 237, 2424, 'Livingston', 'TX'),
(88558, 237, 2424, 'Llano', 'TX'),
(88559, 237, 2424, 'Lockhart', 'TX'),
(88560, 237, 2424, 'Lockney', 'TX'),
(88561, 237, 2424, 'Lohn', 'TX'),
(88562, 237, 2424, 'Lolita', 'TX'),
(88563, 237, 2424, 'Lometa', 'TX'),
(88564, 237, 2424, 'Lone Oak', 'TX'),
(88565, 237, 2424, 'Lone Star', 'TX'),
(88566, 237, 2424, 'Long Branch', 'TX'),
(88567, 237, 2424, 'Longview', 'TX'),
(88568, 237, 2424, 'Loop', 'TX'),
(88569, 237, 2424, 'Lorena', 'TX'),
(88570, 237, 2424, 'Lorenzo', 'TX'),
(88571, 237, 2424, 'Los Fresnos', 'TX'),
(88572, 237, 2424, 'Lott', 'TX'),
(88573, 237, 2424, 'Louise', 'TX'),
(88574, 237, 2424, 'Lovelady', 'TX'),
(88575, 237, 2424, 'Loving', 'TX'),
(88576, 237, 2424, 'Lubbock', 'TX'),
(88577, 237, 2424, 'Lueders', 'TX'),
(88578, 237, 2424, 'Lufkin', 'TX'),
(88579, 237, 2424, 'Luling', 'TX'),
(88580, 237, 2424, 'Lumberton', 'TX'),
(88581, 237, 2424, 'Lyford', 'TX'),
(88582, 237, 2424, 'Lyons', 'TX'),
(88583, 237, 2424, 'Lytle', 'TX'),
(88584, 237, 2424, 'Mabank', 'TX'),
(88585, 237, 2424, 'Madisonville', 'TX'),
(88586, 237, 2424, 'Magnolia', 'TX'),
(88587, 237, 2424, 'Malakoff', 'TX'),
(88588, 237, 2424, 'Malone', 'TX'),
(88589, 237, 2424, 'Manchaca', 'TX'),
(88590, 237, 2424, 'Manor', 'TX'),
(88591, 237, 2424, 'Mansfield', 'TX'),
(88592, 237, 2424, 'Manvel', 'TX'),
(88593, 237, 2424, 'Marble Falls', 'TX'),
(88594, 237, 2424, 'Marfa', 'TX'),
(88595, 237, 2424, 'Marion', 'TX'),
(88596, 237, 2424, 'Markham', 'TX'),
(88597, 237, 2424, 'Marlin', 'TX'),
(88598, 237, 2424, 'Marquez', 'TX'),
(88599, 237, 2424, 'Marshall', 'TX'),
(88600, 237, 2424, 'Mart', 'TX'),
(88601, 237, 2424, 'Maryneal', 'TX'),
(88602, 237, 2424, 'Mason', 'TX'),
(88603, 237, 2424, 'Matador', 'TX'),
(88604, 237, 2424, 'Mathis', 'TX'),
(88605, 237, 2424, 'Maud', 'TX'),
(88606, 237, 2424, 'Maxwell', 'TX'),
(88607, 237, 2424, 'Maypearl', 'TX'),
(88608, 237, 2424, 'McAllen', 'TX'),
(88609, 237, 2424, 'McCamey', 'TX'),
(88610, 237, 2424, 'McGregor', 'TX'),
(88611, 237, 2424, 'McKinney', 'TX'),
(88612, 237, 2424, 'McLean', 'TX'),
(88613, 237, 2424, 'Medina', 'TX'),
(88614, 237, 2424, 'Megargel', 'TX'),
(88615, 237, 2424, 'Melissa', 'TX'),
(88616, 237, 2424, 'Memphis', 'TX'),
(88617, 237, 2424, 'Menard', 'TX'),
(88618, 237, 2424, 'Mentone', 'TX'),
(88619, 237, 2424, 'Mercedes', 'TX'),
(88620, 237, 2424, 'Meridian', 'TX'),
(88621, 237, 2424, 'Merit', 'TX'),
(88622, 237, 2424, 'Merkel', 'TX'),
(88623, 237, 2424, 'Mertens', 'TX'),
(88624, 237, 2424, 'Mesquite', 'TX'),
(88625, 237, 2424, 'Mexia', 'TX'),
(88626, 237, 2424, 'Miami', 'TX'),
(88627, 237, 2424, 'Mico', 'TX'),
(88628, 237, 2424, 'Midkiff', 'TX'),
(88629, 237, 2424, 'Midland', 'TX'),
(88630, 237, 2424, 'Midlothian', 'TX'),
(88631, 237, 2424, 'Milam', 'TX'),
(88632, 237, 2424, 'Milano', 'TX'),
(88633, 237, 2424, 'Miles', 'TX'),
(88634, 237, 2424, 'Milford', 'TX'),
(88635, 237, 2424, 'Millsap', 'TX'),
(88636, 237, 2424, 'Mineola', 'TX'),
(88637, 237, 2424, 'Mineral Wells', 'TX'),
(88638, 237, 2424, 'Mission', 'TX'),
(88639, 237, 2424, 'Missouri City', 'TX'),
(88640, 237, 2424, 'Monahans', 'TX'),
(88641, 237, 2424, 'Mont Belvieu', 'TX'),
(88642, 237, 2424, 'Montalba', 'TX'),
(88643, 237, 2424, 'Montgomery', 'TX'),
(88644, 237, 2424, 'Moody', 'TX'),
(88645, 237, 2424, 'Moore', 'TX'),
(88646, 237, 2424, 'Moran', 'TX'),
(88647, 237, 2424, 'Morgan', 'TX'),
(88648, 237, 2424, 'Morton', 'TX'),
(88649, 237, 2424, 'Mound', 'TX'),
(88650, 237, 2424, 'Mount Calm', 'TX'),
(88651, 237, 2424, 'Mount Enterprise', 'TX'),
(88652, 237, 2424, 'Mount Pleasant', 'TX'),
(88653, 237, 2424, 'Mount Vernon', 'TX'),
(88654, 237, 2424, 'Mountain Home', 'TX'),
(88655, 237, 2424, 'Muenster', 'TX'),
(88656, 237, 2424, 'Muldoon', 'TX'),
(88657, 237, 2424, 'Muleshoe', 'TX'),
(88658, 237, 2424, 'Mullin', 'TX'),
(88659, 237, 2424, 'Munday', 'TX'),
(88660, 237, 2424, 'Murchison', 'TX'),
(88661, 237, 2424, 'Nacogdoches', 'TX'),
(88662, 237, 2424, 'Naples', 'TX'),
(88663, 237, 2424, 'Nash', 'TX'),
(88664, 237, 2424, 'Natalia', 'TX'),
(88665, 237, 2424, 'Navasota', 'TX'),
(88666, 237, 2424, 'Nazareth', 'TX'),
(88667, 237, 2424, 'Nederland', 'TX'),
(88668, 237, 2424, 'Needville', 'TX'),
(88669, 237, 2424, 'Nevada', 'TX'),
(88670, 237, 2424, 'New Baden', 'TX'),
(88671, 237, 2424, 'New Boston', 'TX'),
(88672, 237, 2424, 'New Braunfels', 'TX'),
(88673, 237, 2424, 'New Caney', 'TX'),
(88674, 237, 2424, 'New Summerfield', 'TX'),
(88675, 237, 2424, 'New Ulm', 'TX'),
(88676, 237, 2424, 'New Waverly', 'TX'),
(88677, 237, 2424, 'Newark', 'TX'),
(88678, 237, 2424, 'Newcastle', 'TX'),
(88679, 237, 2424, 'Newton', 'TX'),
(88680, 237, 2424, 'Nixon', 'TX'),
(88681, 237, 2424, 'Nocona', 'TX'),
(88682, 237, 2424, 'Nolanville', 'TX'),
(88683, 237, 2424, 'Nome', 'TX'),
(88684, 237, 2424, 'Normangee', 'TX'),
(88685, 237, 2424, 'North Richland Hills', 'TX'),
(88686, 237, 2424, 'O\'Donnell', 'TX'),
(88687, 237, 2424, 'Oakwood', 'TX'),
(88688, 237, 2424, 'Odem', 'TX'),
(88689, 237, 2424, 'Odessa', 'TX'),
(88690, 237, 2424, 'Oglesby', 'TX'),
(88691, 237, 2424, 'Olden', 'TX'),
(88692, 237, 2424, 'Olmito', 'TX'),
(88693, 237, 2424, 'Olney', 'TX'),
(88694, 237, 2424, 'Olton', 'TX'),
(88695, 237, 2424, 'Omaha', 'TX'),
(88696, 237, 2424, 'Onalaska', 'TX'),
(88697, 237, 2424, 'Orange', 'TX'),
(88698, 237, 2424, 'Orange Grove', 'TX'),
(88699, 237, 2424, 'Ore City', 'TX'),
(88700, 237, 2424, 'Ovalo', 'TX'),
(88701, 237, 2424, 'Overton', 'TX'),
(88702, 237, 2424, 'Ozona', 'TX'),
(88703, 237, 2424, 'Paducah', 'TX'),
(88704, 237, 2424, 'Paige', 'TX'),
(88705, 237, 2424, 'Paint Rock', 'TX'),
(88706, 237, 2424, 'Palacios', 'TX'),
(88707, 237, 2424, 'Palestine', 'TX'),
(88708, 237, 2424, 'Palmer', 'TX'),
(88709, 237, 2424, 'Pampa', 'TX'),
(88710, 237, 2424, 'Panhandle', 'TX'),
(88711, 237, 2424, 'Paradise', 'TX'),
(88712, 237, 2424, 'Paris', 'TX'),
(88713, 237, 2424, 'Pasadena', 'TX'),
(88714, 237, 2424, 'Pattonville', 'TX'),
(88715, 237, 2424, 'Pearland', 'TX'),
(88716, 237, 2424, 'Pearsall', 'TX'),
(88717, 237, 2424, 'Pecos', 'TX'),
(88718, 237, 2424, 'Penelope', 'TX'),
(88719, 237, 2424, 'Penitas', 'TX'),
(88720, 237, 2424, 'Pennington', 'TX'),
(88721, 237, 2424, 'Perrin', 'TX'),
(88722, 237, 2424, 'Perryton', 'TX'),
(88723, 237, 2424, 'Petersburg', 'TX'),
(88724, 237, 2424, 'Petrolia', 'TX'),
(88725, 237, 2424, 'Pettus', 'TX'),
(88726, 237, 2424, 'Pflugerville', 'TX'),
(88727, 237, 2424, 'Pharr', 'TX'),
(88728, 237, 2424, 'Pickton', 'TX'),
(88729, 237, 2424, 'Pilot Point', 'TX'),
(88730, 237, 2424, 'Pinehurst', 'TX'),
(88731, 237, 2424, 'Pipe Creek', 'TX'),
(88732, 237, 2424, 'Pittsburg', 'TX'),
(88733, 237, 2424, 'Plains', 'TX'),
(88734, 237, 2424, 'Plainview', 'TX'),
(88735, 237, 2424, 'Plano', 'TX'),
(88736, 237, 2424, 'Plantersville', 'TX'),
(88737, 237, 2424, 'Pleasanton', 'TX'),
(88738, 237, 2424, 'Point', 'TX'),
(88739, 237, 2424, 'Point Comfort', 'TX'),
(88740, 237, 2424, 'Pointblank', 'TX'),
(88741, 237, 2424, 'Pollok', 'TX'),
(88742, 237, 2424, 'Ponder', 'TX'),
(88743, 237, 2424, 'Poolville', 'TX'),
(88744, 237, 2424, 'Port Aransas', 'TX'),
(88745, 237, 2424, 'Port Arthur', 'TX'),
(88746, 237, 2424, 'Port Bolivar', 'TX'),
(88747, 237, 2424, 'Port Isabel', 'TX'),
(88748, 237, 2424, 'Port Lavaca', 'TX'),
(88749, 237, 2424, 'Port Neches', 'TX'),
(88750, 237, 2424, 'Porter', 'TX'),
(88751, 237, 2424, 'Portland', 'TX'),
(88752, 237, 2424, 'Post', 'TX'),
(88753, 237, 2424, 'Poteet', 'TX'),
(88754, 237, 2424, 'Poth', 'TX'),
(88755, 237, 2424, 'Pottsboro', 'TX'),
(88756, 237, 2424, 'Powderly', 'TX'),
(88757, 237, 2424, 'Prairie Hill', 'TX'),
(88758, 237, 2424, 'Prairie View', 'TX'),
(88759, 237, 2424, 'Premont', 'TX'),
(88760, 237, 2424, 'Presidio', 'TX'),
(88761, 237, 2424, 'Princeton', 'TX'),
(88762, 237, 2424, 'Progreso', 'TX'),
(88763, 237, 2424, 'Prosper', 'TX'),
(88764, 237, 2424, 'Puerto Rico', 'TX'),
(88765, 237, 2424, 'Quanah', 'TX'),
(88766, 237, 2424, 'Queen City', 'TX'),
(88767, 237, 2424, 'Quinlan', 'TX'),
(88768, 237, 2424, 'Quitaque', 'TX'),
(88769, 237, 2424, 'Quitman', 'TX'),
(88770, 237, 2424, 'Rainbow', 'TX'),
(88771, 237, 2424, 'Ralls', 'TX'),
(88772, 237, 2424, 'Ranger', 'TX'),
(88773, 237, 2424, 'Rankin', 'TX'),
(88774, 237, 2424, 'Ransom Canyon', 'TX'),
(88775, 237, 2424, 'Raymondville', 'TX'),
(88776, 237, 2424, 'Raywood', 'TX'),
(88777, 237, 2424, 'Red Oak', 'TX'),
(88778, 237, 2424, 'Red Rock', 'TX'),
(88779, 237, 2424, 'Refugio', 'TX'),
(88780, 237, 2424, 'Reklaw', 'TX'),
(88781, 237, 2424, 'Rhome', 'TX'),
(88782, 237, 2424, 'Rice', 'TX'),
(88783, 237, 2424, 'Richardson', 'TX'),
(88784, 237, 2424, 'Richland', 'TX'),
(88785, 237, 2424, 'Richmond', 'TX'),
(88786, 237, 2424, 'Riesel', 'TX'),
(88787, 237, 2424, 'Rio Grande City', 'TX'),
(88788, 237, 2424, 'Rio Hondo', 'TX'),
(88789, 237, 2424, 'Rio Vista', 'TX'),
(88790, 237, 2424, 'Rising Star', 'TX'),
(88791, 237, 2424, 'Riviera', 'TX'),
(88792, 237, 2424, 'Roanoke', 'TX'),
(88793, 237, 2424, 'Roaring Springs', 'TX'),
(88794, 237, 2424, 'Robert Lee', 'TX'),
(88795, 237, 2424, 'Robstown', 'TX'),
(88796, 237, 2424, 'Rochelle', 'TX'),
(88797, 237, 2424, 'Rockdale', 'TX'),
(88798, 237, 2424, 'Rockport', 'TX'),
(88799, 237, 2424, 'Rocksprings', 'TX'),
(88800, 237, 2424, 'Rockwall', 'TX'),
(88801, 237, 2424, 'Rogers', 'TX'),
(88802, 237, 2424, 'Roma', 'TX'),
(88803, 237, 2424, 'Ropesville', 'TX'),
(88804, 237, 2424, 'Rosanky', 'TX'),
(88805, 237, 2424, 'Roscoe', 'TX'),
(88806, 237, 2424, 'Rosebud', 'TX'),
(88807, 237, 2424, 'Rosenberg', 'TX'),
(88808, 237, 2424, 'Rosharon', 'TX'),
(88809, 237, 2424, 'Rosston', 'TX'),
(88810, 237, 2424, 'Rotan', 'TX'),
(88811, 237, 2424, 'Round Mountain', 'TX'),
(88812, 237, 2424, 'Round Rock', 'TX'),
(88813, 237, 2424, 'Round Top', 'TX'),
(88814, 237, 2424, 'Rowena', 'TX'),
(88815, 237, 2424, 'Rowlett', 'TX'),
(88816, 237, 2424, 'Royse City', 'TX'),
(88817, 237, 2424, 'Runge', 'TX'),
(88818, 237, 2424, 'Rusk', 'TX'),
(88819, 237, 2424, 'Sabinal', 'TX'),
(88820, 237, 2424, 'Sachse', 'TX'),
(88821, 237, 2424, 'Sadler', 'TX'),
(88822, 237, 2424, 'Saint Hedwig', 'TX'),
(88823, 237, 2424, 'Saint Jo', 'TX'),
(88824, 237, 2424, 'Salado', 'TX'),
(88825, 237, 2424, 'San Angelo', 'TX'),
(88826, 237, 2424, 'San Antonio', 'TX'),
(88827, 237, 2424, 'San Augustine', 'TX'),
(88828, 237, 2424, 'San Benito', 'TX'),
(88829, 237, 2424, 'San Elizario', 'TX'),
(88830, 237, 2424, 'San Juan', 'TX'),
(88831, 237, 2424, 'San Marcos', 'TX'),
(88832, 237, 2424, 'San Saba', 'TX'),
(88833, 237, 2424, 'Sanderson', 'TX'),
(88834, 237, 2424, 'Sandia', 'TX'),
(88835, 237, 2424, 'Sandy', 'TX'),
(88836, 237, 2424, 'Sanford', 'TX'),
(88837, 237, 2424, 'Sanger', 'TX'),
(88838, 237, 2424, 'Santa Anna', 'TX'),
(88839, 237, 2424, 'Santa Fe', 'TX'),
(88840, 237, 2424, 'Santo', 'TX'),
(88841, 237, 2424, 'Savoy', 'TX'),
(88842, 237, 2424, 'Schertz', 'TX'),
(88843, 237, 2424, 'Schulenburg', 'TX'),
(88844, 237, 2424, 'Scottsville', 'TX'),
(88845, 237, 2424, 'Scroggins', 'TX'),
(88846, 237, 2424, 'Scurry', 'TX'),
(88847, 237, 2424, 'Seabrook', 'TX'),
(88848, 237, 2424, 'Seadrift', 'TX'),
(88849, 237, 2424, 'Seagoville', 'TX'),
(88850, 237, 2424, 'Seagraves', 'TX'),
(88851, 237, 2424, 'Sealy', 'TX'),
(88852, 237, 2424, 'Sebastian', 'TX'),
(88853, 237, 2424, 'Seguin', 'TX'),
(88854, 237, 2424, 'Selman City', 'TX'),
(88855, 237, 2424, 'Seminole', 'TX'),
(88856, 237, 2424, 'Seymour', 'TX'),
(88857, 237, 2424, 'Shallowater', 'TX'),
(88858, 237, 2424, 'Shamrock', 'TX'),
(88859, 237, 2424, 'Sheffield', 'TX'),
(88860, 237, 2424, 'Shelbyville', 'TX'),
(88861, 237, 2424, 'Shepherd', 'TX'),
(88862, 237, 2424, 'Sheridan', 'TX'),
(88863, 237, 2424, 'Sherman', 'TX'),
(88864, 237, 2424, 'Shiner', 'TX'),
(88865, 237, 2424, 'Shiro', 'TX'),
(88866, 237, 2424, 'Silsbee', 'TX'),
(88867, 237, 2424, 'Simms', 'TX'),
(88868, 237, 2424, 'Simonton', 'TX'),
(88869, 237, 2424, 'Sinton', 'TX'),
(88870, 237, 2424, 'Skellytown', 'TX'),
(88871, 237, 2424, 'Skidmore', 'TX'),
(88872, 237, 2424, 'Slaton', 'TX'),
(88873, 237, 2424, 'Smiley', 'TX'),
(88874, 237, 2424, 'Smithville', 'TX'),
(88875, 237, 2424, 'Snyder', 'TX'),
(88876, 237, 2424, 'Somerville', 'TX'),
(88877, 237, 2424, 'Sonora', 'TX'),
(88878, 237, 2424, 'Sour Lake', 'TX'),
(88879, 237, 2424, 'South Bend', 'TX'),
(88880, 237, 2424, 'South Houston', 'TX'),
(88881, 237, 2424, 'South Padre Island', 'TX'),
(88882, 237, 2424, 'Southlake', 'TX'),
(88883, 237, 2424, 'Southmayd', 'TX'),
(88884, 237, 2424, 'Spade', 'TX'),
(88885, 237, 2424, 'Spearman', 'TX'),
(88886, 237, 2424, 'Spicewood', 'TX'),
(88887, 237, 2424, 'Splendora', 'TX'),
(88888, 237, 2424, 'Spring', 'TX'),
(88889, 237, 2424, 'Spring Branch', 'TX'),
(88890, 237, 2424, 'Springtown', 'TX'),
(88891, 237, 2424, 'Spur', 'TX'),
(88892, 237, 2424, 'Spurger', 'TX'),
(88893, 237, 2424, 'Stafford', 'TX'),
(88894, 237, 2424, 'Stamford', 'TX'),
(88895, 237, 2424, 'Stanton', 'TX'),
(88896, 237, 2424, 'Stephenville', 'TX'),
(88897, 237, 2424, 'Sterling City', 'TX'),
(88898, 237, 2424, 'Stinnett', 'TX'),
(88899, 237, 2424, 'Stockdale', 'TX'),
(88900, 237, 2424, 'Stratford', 'TX'),
(88901, 237, 2424, 'Streetman', 'TX'),
(88902, 237, 2424, 'Sudan', 'TX'),
(88903, 237, 2424, 'Sugar Land', 'TX'),
(88904, 237, 2424, 'Sullivan City', 'TX'),
(88905, 237, 2424, 'Sulphur Springs', 'TX'),
(88906, 237, 2424, 'Sumner', 'TX'),
(88907, 237, 2424, 'Sundown', 'TX'),
(88908, 237, 2424, 'Sunnyvale', 'TX'),
(88909, 237, 2424, 'Sunray', 'TX'),
(88910, 237, 2424, 'Sunset', 'TX'),
(88911, 237, 2424, 'Sweeny', 'TX'),
(88912, 237, 2424, 'Sweetwater', 'TX'),
(88913, 237, 2424, 'Taft', 'TX'),
(88914, 237, 2424, 'Tahoka', 'TX'),
(88915, 237, 2424, 'Talco', 'TX'),
(88916, 237, 2424, 'Tarpley', 'TX'),
(88917, 237, 2424, 'Tatum', 'TX'),
(88918, 237, 2424, 'Taylor', 'TX'),
(88919, 237, 2424, 'Teague', 'TX'),
(88920, 237, 2424, 'Telegraph', 'TX'),
(88921, 237, 2424, 'Telephone', 'TX'),
(88922, 237, 2424, 'Telferner', 'TX'),
(88923, 237, 2424, 'Temple', 'TX'),
(88924, 237, 2424, 'Tenaha', 'TX'),
(88925, 237, 2424, 'Tennessee Colony', 'TX'),
(88926, 237, 2424, 'Tennyson', 'TX'),
(88927, 237, 2424, 'Terlingua', 'TX'),
(88928, 237, 2424, 'Terrell', 'TX'),
(88929, 237, 2424, 'Texarkana', 'TX'),
(88930, 237, 2424, 'Texas City', 'TX'),
(88931, 237, 2424, 'Texline', 'TX'),
(88932, 237, 2424, 'The Colony', 'TX'),
(88933, 237, 2424, 'Thorndale', 'TX'),
(88934, 237, 2424, 'Thornton', 'TX'),
(88935, 237, 2424, 'Three Rivers', 'TX'),
(88936, 237, 2424, 'Throckmorton', 'TX'),
(88937, 237, 2424, 'Tilden', 'TX'),
(88938, 237, 2424, 'Timpson', 'TX'),
(88939, 237, 2424, 'Tioga', 'TX'),
(88940, 237, 2424, 'Tivoli', 'TX'),
(88941, 237, 2424, 'Tolar', 'TX'),
(88942, 237, 2424, 'Tom Bean', 'TX'),
(88943, 237, 2424, 'Tomball', 'TX'),
(88944, 237, 2424, 'Tornillo', 'TX'),
(88945, 237, 2424, 'Tow', 'TX'),
(88946, 237, 2424, 'Trenton', 'TX'),
(88947, 237, 2424, 'Trinidad', 'TX'),
(88948, 237, 2424, 'Trinity', 'TX'),
(88949, 237, 2424, 'Troup', 'TX'),
(88950, 237, 2424, 'Troy', 'TX'),
(88951, 237, 2424, 'Tulia', 'TX'),
(88952, 237, 2424, 'Turkey', 'TX'),
(88953, 237, 2424, 'Tuscola', 'TX'),
(88954, 237, 2424, 'Tyler', 'TX'),
(88955, 237, 2424, 'Universal City', 'TX'),
(88956, 237, 2424, 'Utopia', 'TX'),
(88957, 237, 2424, 'Uvalde', 'TX'),
(88958, 237, 2424, 'Valera', 'TX'),
(88959, 237, 2424, 'Valley Mills', 'TX'),
(88960, 237, 2424, 'Valley View', 'TX'),
(88961, 237, 2424, 'Van', 'TX'),
(88962, 237, 2424, 'Van Alstyne', 'TX'),
(88963, 237, 2424, 'Van Horn', 'TX'),
(88964, 237, 2424, 'Vega', 'TX'),
(88965, 237, 2424, 'Venus', 'TX'),
(88966, 237, 2424, 'Vernon', 'TX'),
(88967, 237, 2424, 'Victoria', 'TX'),
(88968, 237, 2424, 'Vidor', 'TX'),
(88969, 237, 2424, 'Village Mills', 'TX'),
(88970, 237, 2424, 'Von Ormy', 'TX'),
(88971, 237, 2424, 'Waco', 'TX'),
(88972, 237, 2424, 'Wadsworth', 'TX'),
(88973, 237, 2424, 'Waelder', 'TX'),
(88974, 237, 2424, 'Waller', 'TX'),
(88975, 237, 2424, 'Wallis', 'TX'),
(88976, 237, 2424, 'Wallisville', 'TX'),
(88977, 237, 2424, 'Walnut Springs', 'TX'),
(88978, 237, 2424, 'Waring', 'TX'),
(88979, 237, 2424, 'Warren', 'TX'),
(88980, 237, 2424, 'Waskom', 'TX'),
(88981, 237, 2424, 'Waxahachie', 'TX'),
(88982, 237, 2424, 'Weatherford', 'TX'),
(88983, 237, 2424, 'Webster', 'TX');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(88984, 237, 2424, 'Weimar', 'TX'),
(88985, 237, 2424, 'Weir', 'TX'),
(88986, 237, 2424, 'Welch', 'TX'),
(88987, 237, 2424, 'Wellington', 'TX'),
(88988, 237, 2424, 'Weslaco', 'TX'),
(88989, 237, 2424, 'West', 'TX'),
(88990, 237, 2424, 'West Columbia', 'TX'),
(88991, 237, 2424, 'West Point', 'TX'),
(88992, 237, 2424, 'Westbrook', 'TX'),
(88993, 237, 2424, 'Weston', 'TX'),
(88994, 237, 2424, 'Wharton', 'TX'),
(88995, 237, 2424, 'Wheeler', 'TX'),
(88996, 237, 2424, 'White Deer', 'TX'),
(88997, 237, 2424, 'White Oak', 'TX'),
(88998, 237, 2424, 'Whiteface', 'TX'),
(88999, 237, 2424, 'Whitehouse', 'TX'),
(89000, 237, 2424, 'Whitesboro', 'TX'),
(89001, 237, 2424, 'Whitewright', 'TX'),
(89002, 237, 2424, 'Whitharral', 'TX'),
(89003, 237, 2424, 'Whitney', 'TX'),
(89004, 237, 2424, 'Wichita Falls', 'TX'),
(89005, 237, 2424, 'Wildorado', 'TX'),
(89006, 237, 2424, 'Willis', 'TX'),
(89007, 237, 2424, 'Wills Point', 'TX'),
(89008, 237, 2424, 'Wilmer', 'TX'),
(89009, 237, 2424, 'Wilson', 'TX'),
(89010, 237, 2424, 'Wimberley', 'TX'),
(89011, 237, 2424, 'Windom', 'TX'),
(89012, 237, 2424, 'Windthorst', 'TX'),
(89013, 237, 2424, 'Winnie', 'TX'),
(89014, 237, 2424, 'Winnsboro', 'TX'),
(89015, 237, 2424, 'Winona', 'TX'),
(89016, 237, 2424, 'Winters', 'TX'),
(89017, 237, 2424, 'Wolfe City', 'TX'),
(89018, 237, 2424, 'Wolfforth', 'TX'),
(89019, 237, 2424, 'Woodson', 'TX'),
(89020, 237, 2424, 'Woodville', 'TX'),
(89021, 237, 2424, 'Woodway', 'TX'),
(89022, 237, 2424, 'Wortham', 'TX'),
(89023, 237, 2424, 'Wrightsboro', 'TX'),
(89024, 237, 2424, 'Wylie', 'TX'),
(89025, 237, 2424, 'Yantis', 'TX'),
(89026, 237, 2424, 'Yoakum', 'TX'),
(89027, 237, 2424, 'Yorktown', 'TX'),
(89028, 237, 2424, 'Zapata', 'TX'),
(89029, 237, 2424, 'Zavalla', 'TX'),
(89030, 237, 2424, 'Zephyr', 'TX'),
(89031, 237, 2425, 'Alpine', 'UT'),
(89032, 237, 2425, 'Alton', 'UT'),
(89033, 237, 2425, 'American Fork', 'UT'),
(89034, 237, 2425, 'Aurora', 'UT'),
(89035, 237, 2425, 'Bear River City', 'UT'),
(89036, 237, 2425, 'Beaver', 'UT'),
(89037, 237, 2425, 'Bingham Canyon', 'UT'),
(89038, 237, 2425, 'Blanding', 'UT'),
(89039, 237, 2425, 'Bluff', 'UT'),
(89040, 237, 2425, 'Bountiful', 'UT'),
(89041, 237, 2425, 'Brigham City', 'UT'),
(89042, 237, 2425, 'Bryce Canyon', 'UT'),
(89043, 237, 2425, 'Castle Dale', 'UT'),
(89044, 237, 2425, 'Cedar City', 'UT'),
(89045, 237, 2425, 'Cedar Valley', 'UT'),
(89046, 237, 2425, 'Centerfield', 'UT'),
(89047, 237, 2425, 'Centerville', 'UT'),
(89048, 237, 2425, 'Circleville', 'UT'),
(89049, 237, 2425, 'Clarkston', 'UT'),
(89050, 237, 2425, 'Clawson', 'UT'),
(89051, 237, 2425, 'Clearfield', 'UT'),
(89052, 237, 2425, 'Cleveland', 'UT'),
(89053, 237, 2425, 'Coalville', 'UT'),
(89054, 237, 2425, 'Collinston', 'UT'),
(89055, 237, 2425, 'Corinne', 'UT'),
(89056, 237, 2425, 'Cornish', 'UT'),
(89057, 237, 2425, 'Dammeron Valley', 'UT'),
(89058, 237, 2425, 'Delta', 'UT'),
(89059, 237, 2425, 'Deweyville', 'UT'),
(89060, 237, 2425, 'Draper', 'UT'),
(89061, 237, 2425, 'Duchesne', 'UT'),
(89062, 237, 2425, 'Dugway', 'UT'),
(89063, 237, 2425, 'Dutch John', 'UT'),
(89064, 237, 2425, 'Eagle Mountain', 'UT'),
(89065, 237, 2425, 'East Carbon City', 'UT'),
(89066, 237, 2425, 'Eden', 'UT'),
(89067, 237, 2425, 'Elberta', 'UT'),
(89068, 237, 2425, 'Elmo', 'UT'),
(89069, 237, 2425, 'Elsinore', 'UT'),
(89070, 237, 2425, 'Emery', 'UT'),
(89071, 237, 2425, 'Enterprise', 'UT'),
(89072, 237, 2425, 'Ephraim', 'UT'),
(89073, 237, 2425, 'Escalante', 'UT'),
(89074, 237, 2425, 'Eureka', 'UT'),
(89075, 237, 2425, 'Fairview', 'UT'),
(89076, 237, 2425, 'Farmington', 'UT'),
(89077, 237, 2425, 'Ferron', 'UT'),
(89078, 237, 2425, 'Fielding', 'UT'),
(89079, 237, 2425, 'Fillmore', 'UT'),
(89080, 237, 2425, 'Fort Duchesne', 'UT'),
(89081, 237, 2425, 'Fountain Green', 'UT'),
(89082, 237, 2425, 'Garden City', 'UT'),
(89083, 237, 2425, 'Garland', 'UT'),
(89084, 237, 2425, 'Goshen', 'UT'),
(89085, 237, 2425, 'Grantsville', 'UT'),
(89086, 237, 2425, 'Green River', 'UT'),
(89087, 237, 2425, 'Gunnison', 'UT'),
(89088, 237, 2425, 'Hanksville', 'UT'),
(89089, 237, 2425, 'Hanna', 'UT'),
(89090, 237, 2425, 'Heber', 'UT'),
(89091, 237, 2425, 'Helper', 'UT'),
(89092, 237, 2425, 'Henefer', 'UT'),
(89093, 237, 2425, 'Herriman', 'UT'),
(89094, 237, 2425, 'Hinckley', 'UT'),
(89095, 237, 2425, 'Honeyville', 'UT'),
(89096, 237, 2425, 'Hooper', 'UT'),
(89097, 237, 2425, 'Huntington', 'UT'),
(89098, 237, 2425, 'Huntsville', 'UT'),
(89099, 237, 2425, 'Hurricane', 'UT'),
(89100, 237, 2425, 'Hyde Park', 'UT'),
(89101, 237, 2425, 'Hyrum', 'UT'),
(89102, 237, 2425, 'Ivins', 'UT'),
(89103, 237, 2425, 'Jensen', 'UT'),
(89104, 237, 2425, 'Joseph', 'UT'),
(89105, 237, 2425, 'Kamas', 'UT'),
(89106, 237, 2425, 'Kanab', 'UT'),
(89107, 237, 2425, 'Kanarraville', 'UT'),
(89108, 237, 2425, 'Kanosh', 'UT'),
(89109, 237, 2425, 'Kaysville', 'UT'),
(89110, 237, 2425, 'Kingston', 'UT'),
(89111, 237, 2425, 'La Sal', 'UT'),
(89112, 237, 2425, 'Laketown', 'UT'),
(89113, 237, 2425, 'LaVerkin', 'UT'),
(89114, 237, 2425, 'Layton', 'UT'),
(89115, 237, 2425, 'Lehi', 'UT'),
(89116, 237, 2425, 'Levan', 'UT'),
(89117, 237, 2425, 'Lewiston', 'UT'),
(89118, 237, 2425, 'Lindon', 'UT'),
(89119, 237, 2425, 'Loa', 'UT'),
(89120, 237, 2425, 'Logan', 'UT'),
(89121, 237, 2425, 'Lyman', 'UT'),
(89122, 237, 2425, 'Magna', 'UT'),
(89123, 237, 2425, 'Manila', 'UT'),
(89124, 237, 2425, 'Manti', 'UT'),
(89125, 237, 2425, 'Mapleton', 'UT'),
(89126, 237, 2425, 'Mayfield', 'UT'),
(89127, 237, 2425, 'Meadow', 'UT'),
(89128, 237, 2425, 'Mendon', 'UT'),
(89129, 237, 2425, 'Midvale', 'UT'),
(89130, 237, 2425, 'Midway', 'UT'),
(89131, 237, 2425, 'Milford', 'UT'),
(89132, 237, 2425, 'Millville', 'UT'),
(89133, 237, 2425, 'Minersville', 'UT'),
(89134, 237, 2425, 'Moab', 'UT'),
(89135, 237, 2425, 'Mona', 'UT'),
(89136, 237, 2425, 'Monroe', 'UT'),
(89137, 237, 2425, 'Monticello', 'UT'),
(89138, 237, 2425, 'Morgan', 'UT'),
(89139, 237, 2425, 'Moroni', 'UT'),
(89140, 237, 2425, 'Mount Pleasant', 'UT'),
(89141, 237, 2425, 'Navajo Mountain', 'UT'),
(89142, 237, 2425, 'Nephi', 'UT'),
(89143, 237, 2425, 'New Harmony', 'UT'),
(89144, 237, 2425, 'North Salt Lake', 'UT'),
(89145, 237, 2425, 'Oakley', 'UT'),
(89146, 237, 2425, 'Ogden', 'UT'),
(89147, 237, 2425, 'Orangeville', 'UT'),
(89148, 237, 2425, 'Orem', 'UT'),
(89149, 237, 2425, 'Panguitch', 'UT'),
(89150, 237, 2425, 'Paradise', 'UT'),
(89151, 237, 2425, 'Park City', 'UT'),
(89152, 237, 2425, 'Parowan', 'UT'),
(89153, 237, 2425, 'Payson', 'UT'),
(89154, 237, 2425, 'Pleasant Grove', 'UT'),
(89155, 237, 2425, 'Plymouth', 'UT'),
(89156, 237, 2425, 'Portage', 'UT'),
(89157, 237, 2425, 'Price', 'UT'),
(89158, 237, 2425, 'Providence', 'UT'),
(89159, 237, 2425, 'Provo', 'UT'),
(89160, 237, 2425, 'Randolph', 'UT'),
(89161, 237, 2425, 'Richfield', 'UT'),
(89162, 237, 2425, 'Richmond', 'UT'),
(89163, 237, 2425, 'Riverton', 'UT'),
(89164, 237, 2425, 'Rockville', 'UT'),
(89165, 237, 2425, 'Roosevelt', 'UT'),
(89166, 237, 2425, 'Roy', 'UT'),
(89167, 237, 2425, 'Rush Valley', 'UT'),
(89168, 237, 2425, 'Saint George', 'UT'),
(89169, 237, 2425, 'Salem', 'UT'),
(89170, 237, 2425, 'Salina', 'UT'),
(89171, 237, 2425, 'Salt Lake City', 'UT'),
(89172, 237, 2425, 'Sandy City', 'UT'),
(89173, 237, 2425, 'Santa Clara', 'UT'),
(89174, 237, 2425, 'Santaquin', 'UT'),
(89175, 237, 2425, 'Saratoga Springs', 'UT'),
(89176, 237, 2425, 'Smithfield', 'UT'),
(89177, 237, 2425, 'South Jordan', 'UT'),
(89178, 237, 2425, 'Spanish Fork', 'UT'),
(89179, 237, 2425, 'Spring City', 'UT'),
(89180, 237, 2425, 'Springdale', 'UT'),
(89181, 237, 2425, 'Springville', 'UT'),
(89182, 237, 2425, 'Stockton', 'UT'),
(89183, 237, 2425, 'Syracuse', 'UT'),
(89184, 237, 2425, 'Taylorsville', 'UT'),
(89185, 237, 2425, 'Teasdale', 'UT'),
(89186, 237, 2425, 'Tooele', 'UT'),
(89187, 237, 2425, 'Toquerville', 'UT'),
(89188, 237, 2425, 'Torrey', 'UT'),
(89189, 237, 2425, 'Tremonton', 'UT'),
(89190, 237, 2425, 'Trenton', 'UT'),
(89191, 237, 2425, 'Tridell', 'UT'),
(89192, 237, 2425, 'Tropic', 'UT'),
(89193, 237, 2425, 'Vernal', 'UT'),
(89194, 237, 2425, 'Veyo', 'UT'),
(89195, 237, 2425, 'Virgin', 'UT'),
(89196, 237, 2425, 'Wallsburg', 'UT'),
(89197, 237, 2425, 'Washington', 'UT'),
(89198, 237, 2425, 'Wellington', 'UT'),
(89199, 237, 2425, 'Wellsville', 'UT'),
(89200, 237, 2425, 'West Jordan', 'UT'),
(89201, 237, 2425, 'Willard', 'UT'),
(89202, 237, 2425, 'Woodruff', 'UT'),
(89203, 237, 2425, 'Woods Cross', 'UT'),
(89204, 237, 2426, 'Adamant', 'VT'),
(89205, 237, 2426, 'Albany', 'VT'),
(89206, 237, 2426, 'Alburg', 'VT'),
(89207, 237, 2426, 'Arlington', 'VT'),
(89208, 237, 2426, 'Ascutney', 'VT'),
(89209, 237, 2426, 'Barnard', 'VT'),
(89210, 237, 2426, 'Barnet', 'VT'),
(89211, 237, 2426, 'Barre', 'VT'),
(89212, 237, 2426, 'Barton', 'VT'),
(89213, 237, 2426, 'Bellows Falls', 'VT'),
(89214, 237, 2426, 'Belmont', 'VT'),
(89215, 237, 2426, 'Bennington', 'VT'),
(89216, 237, 2426, 'Bethel', 'VT'),
(89217, 237, 2426, 'Bomoseen', 'VT'),
(89218, 237, 2426, 'Bondville', 'VT'),
(89219, 237, 2426, 'Bradford', 'VT'),
(89220, 237, 2426, 'Brandon', 'VT'),
(89221, 237, 2426, 'Brattleboro', 'VT'),
(89222, 237, 2426, 'Bridgewater Corners', 'VT'),
(89223, 237, 2426, 'Bridport', 'VT'),
(89224, 237, 2426, 'Bristol', 'VT'),
(89225, 237, 2426, 'Brookfield', 'VT'),
(89226, 237, 2426, 'Brownsville', 'VT'),
(89227, 237, 2426, 'Burlington', 'VT'),
(89228, 237, 2426, 'Cabot', 'VT'),
(89229, 237, 2426, 'Cambridge', 'VT'),
(89230, 237, 2426, 'Castleton', 'VT'),
(89231, 237, 2426, 'Cavendish', 'VT'),
(89232, 237, 2426, 'Charlotte', 'VT'),
(89233, 237, 2426, 'Chelsea', 'VT'),
(89234, 237, 2426, 'Chester', 'VT'),
(89235, 237, 2426, 'Chittenden', 'VT'),
(89236, 237, 2426, 'Colchester', 'VT'),
(89237, 237, 2426, 'Craftsbury', 'VT'),
(89238, 237, 2426, 'Cuttingsville', 'VT'),
(89239, 237, 2426, 'Danville', 'VT'),
(89240, 237, 2426, 'Derby Center', 'VT'),
(89241, 237, 2426, 'Derby Line', 'VT'),
(89242, 237, 2426, 'Dorset', 'VT'),
(89243, 237, 2426, 'East Arlington', 'VT'),
(89244, 237, 2426, 'East Barre', 'VT'),
(89245, 237, 2426, 'East Burke', 'VT'),
(89246, 237, 2426, 'East Calais', 'VT'),
(89247, 237, 2426, 'East Corinth', 'VT'),
(89248, 237, 2426, 'East Dorset', 'VT'),
(89249, 237, 2426, 'East Dover', 'VT'),
(89250, 237, 2426, 'East Fairfield', 'VT'),
(89251, 237, 2426, 'East Hardwick', 'VT'),
(89252, 237, 2426, 'East Middlebury', 'VT'),
(89253, 237, 2426, 'East Montpelier', 'VT'),
(89254, 237, 2426, 'East Ryegate', 'VT'),
(89255, 237, 2426, 'East Thetford', 'VT'),
(89256, 237, 2426, 'East Wallingford', 'VT'),
(89257, 237, 2426, 'Enosburg Falls', 'VT'),
(89258, 237, 2426, 'Essex Junction', 'VT'),
(89259, 237, 2426, 'Fair Haven', 'VT'),
(89260, 237, 2426, 'Fairfax', 'VT'),
(89261, 237, 2426, 'Fairlee', 'VT'),
(89262, 237, 2426, 'Ferrisburgh', 'VT'),
(89263, 237, 2426, 'Florence', 'VT'),
(89264, 237, 2426, 'Forest Dale', 'VT'),
(89265, 237, 2426, 'Franklin', 'VT'),
(89266, 237, 2426, 'Gilman', 'VT'),
(89267, 237, 2426, 'Grafton', 'VT'),
(89268, 237, 2426, 'Grand Isle', 'VT'),
(89269, 237, 2426, 'Graniteville', 'VT'),
(89270, 237, 2426, 'Greensboro Bend', 'VT'),
(89271, 237, 2426, 'Groton', 'VT'),
(89272, 237, 2426, 'Hardwick', 'VT'),
(89273, 237, 2426, 'Hartford', 'VT'),
(89274, 237, 2426, 'Hartland', 'VT'),
(89275, 237, 2426, 'Hartland Four Corners', 'VT'),
(89276, 237, 2426, 'Highgate Center', 'VT'),
(89277, 237, 2426, 'Hinesburg', 'VT'),
(89278, 237, 2426, 'Huntington', 'VT'),
(89279, 237, 2426, 'Hyde Park', 'VT'),
(89280, 237, 2426, 'Jacksonville', 'VT'),
(89281, 237, 2426, 'Jamaica', 'VT'),
(89282, 237, 2426, 'Jeffersonville', 'VT'),
(89283, 237, 2426, 'Jericho', 'VT'),
(89284, 237, 2426, 'Johnson', 'VT'),
(89285, 237, 2426, 'Killington', 'VT'),
(89286, 237, 2426, 'Londonderry', 'VT'),
(89287, 237, 2426, 'Lowell', 'VT'),
(89288, 237, 2426, 'Ludlow', 'VT'),
(89289, 237, 2426, 'Lyndon', 'VT'),
(89290, 237, 2426, 'Lyndon Center', 'VT'),
(89291, 237, 2426, 'Lyndonville', 'VT'),
(89292, 237, 2426, 'Manchester', 'VT'),
(89293, 237, 2426, 'Manchester Center', 'VT'),
(89294, 237, 2426, 'Marlboro', 'VT'),
(89295, 237, 2426, 'Marshfield', 'VT'),
(89296, 237, 2426, 'Middlebury', 'VT'),
(89297, 237, 2426, 'Middletown Springs', 'VT'),
(89298, 237, 2426, 'Milton', 'VT'),
(89299, 237, 2426, 'Montgomery', 'VT'),
(89300, 237, 2426, 'Montgomery Center', 'VT'),
(89301, 237, 2426, 'Montpelier', 'VT'),
(89302, 237, 2426, 'Moretown', 'VT'),
(89303, 237, 2426, 'Morgan', 'VT'),
(89304, 237, 2426, 'Morrisville', 'VT'),
(89305, 237, 2426, 'Mount Holly', 'VT'),
(89306, 237, 2426, 'New Haven', 'VT'),
(89307, 237, 2426, 'Newbury', 'VT'),
(89308, 237, 2426, 'Newfane', 'VT'),
(89309, 237, 2426, 'Newport Center', 'VT'),
(89310, 237, 2426, 'North Bennington', 'VT'),
(89311, 237, 2426, 'North Clarendon', 'VT'),
(89312, 237, 2426, 'North Ferrisburgh', 'VT'),
(89313, 237, 2426, 'North Hero', 'VT'),
(89314, 237, 2426, 'North Hyde Park', 'VT'),
(89315, 237, 2426, 'North Pomfret', 'VT'),
(89316, 237, 2426, 'North Springfield', 'VT'),
(89317, 237, 2426, 'North Troy', 'VT'),
(89318, 237, 2426, 'Northfield', 'VT'),
(89319, 237, 2426, 'Norwich', 'VT'),
(89320, 237, 2426, 'Orleans', 'VT'),
(89321, 237, 2426, 'Orwell', 'VT'),
(89322, 237, 2426, 'Pawlet', 'VT'),
(89323, 237, 2426, 'Peacham', 'VT'),
(89324, 237, 2426, 'Perkinsville', 'VT'),
(89325, 237, 2426, 'Peru', 'VT'),
(89326, 237, 2426, 'Pittsfield', 'VT'),
(89327, 237, 2426, 'Pittsford', 'VT'),
(89328, 237, 2426, 'Plainfield', 'VT'),
(89329, 237, 2426, 'Post Mills', 'VT'),
(89330, 237, 2426, 'Poultney', 'VT'),
(89331, 237, 2426, 'Pownal', 'VT'),
(89332, 237, 2426, 'Proctor', 'VT'),
(89333, 237, 2426, 'Proctorsville', 'VT'),
(89334, 237, 2426, 'Putney', 'VT'),
(89335, 237, 2426, 'Quechee', 'VT'),
(89336, 237, 2426, 'Randolph', 'VT'),
(89337, 237, 2426, 'Randolph Center', 'VT'),
(89338, 237, 2426, 'Readsboro', 'VT'),
(89339, 237, 2426, 'Richford', 'VT'),
(89340, 237, 2426, 'Richmond', 'VT'),
(89341, 237, 2426, 'Ripton', 'VT'),
(89342, 237, 2426, 'Rochester', 'VT'),
(89343, 237, 2426, 'Rutland', 'VT'),
(89344, 237, 2426, 'Saint Albans', 'VT'),
(89345, 237, 2426, 'Saint Johnsbury', 'VT'),
(89346, 237, 2426, 'Salisbury', 'VT'),
(89347, 237, 2426, 'Saxtons River', 'VT'),
(89348, 237, 2426, 'Shaftsbury', 'VT'),
(89349, 237, 2426, 'Sharon', 'VT'),
(89350, 237, 2426, 'Shelburne', 'VT'),
(89351, 237, 2426, 'Sheldon', 'VT'),
(89352, 237, 2426, 'Sheldon Springs', 'VT'),
(89353, 237, 2426, 'Shoreham', 'VT'),
(89354, 237, 2426, 'South Burlington', 'VT'),
(89355, 237, 2426, 'South Hero', 'VT'),
(89356, 237, 2426, 'South Londonderry', 'VT'),
(89357, 237, 2426, 'South Newfane', 'VT'),
(89358, 237, 2426, 'South Reading', 'VT'),
(89359, 237, 2426, 'South Royalton', 'VT'),
(89360, 237, 2426, 'South Strafford', 'VT'),
(89361, 237, 2426, 'South Woodstock', 'VT'),
(89362, 237, 2426, 'Springfield', 'VT'),
(89363, 237, 2426, 'Stamford', 'VT'),
(89364, 237, 2426, 'Starksboro', 'VT'),
(89365, 237, 2426, 'Stockbridge', 'VT'),
(89366, 237, 2426, 'Stowe', 'VT'),
(89367, 237, 2426, 'Strafford', 'VT'),
(89368, 237, 2426, 'Swanton', 'VT'),
(89369, 237, 2426, 'Taftsville', 'VT'),
(89370, 237, 2426, 'Thetford Center', 'VT'),
(89371, 237, 2426, 'Townshend', 'VT'),
(89372, 237, 2426, 'Troy', 'VT'),
(89373, 237, 2426, 'Tunbridge', 'VT'),
(89374, 237, 2426, 'Underhill', 'VT'),
(89375, 237, 2426, 'Vergennes', 'VT'),
(89376, 237, 2426, 'Vernon', 'VT'),
(89377, 237, 2426, 'Vershire', 'VT'),
(89378, 237, 2426, 'Waitsfield', 'VT'),
(89379, 237, 2426, 'Wallingford', 'VT'),
(89380, 237, 2426, 'Warren', 'VT'),
(89381, 237, 2426, 'Waterbury', 'VT'),
(89382, 237, 2426, 'Waterbury Center', 'VT'),
(89383, 237, 2426, 'Wells', 'VT'),
(89384, 237, 2426, 'Wells River', 'VT'),
(89385, 237, 2426, 'West Corinth', 'VT'),
(89386, 237, 2426, 'West Danville', 'VT'),
(89387, 237, 2426, 'West Dover', 'VT'),
(89388, 237, 2426, 'West Glover', 'VT'),
(89389, 237, 2426, 'West Hartford', 'VT'),
(89390, 237, 2426, 'West Newbury', 'VT'),
(89391, 237, 2426, 'West Pawlet', 'VT'),
(89392, 237, 2426, 'West Rutland', 'VT'),
(89393, 237, 2426, 'West Topsham', 'VT'),
(89394, 237, 2426, 'West Townshend', 'VT'),
(89395, 237, 2426, 'West Wardsboro', 'VT'),
(89396, 237, 2426, 'Westfield', 'VT'),
(89397, 237, 2426, 'Westford', 'VT'),
(89398, 237, 2426, 'Westminster', 'VT'),
(89399, 237, 2426, 'Weston', 'VT'),
(89400, 237, 2426, 'White River Junction', 'VT'),
(89401, 237, 2426, 'Whitingham', 'VT'),
(89402, 237, 2426, 'Williamstown', 'VT'),
(89403, 237, 2426, 'Williamsville', 'VT'),
(89404, 237, 2426, 'Williston', 'VT'),
(89405, 237, 2426, 'Wilmington', 'VT'),
(89406, 237, 2426, 'Windsor', 'VT'),
(89407, 237, 2426, 'Winooski', 'VT'),
(89408, 237, 2426, 'Wolcott', 'VT'),
(89409, 237, 2426, 'Woodbury', 'VT'),
(89410, 237, 2426, 'Woodstock', 'VT'),
(89411, 237, 2426, 'Worcester', 'VT'),
(89412, 237, 2427, 'Abingdon', 'VA'),
(89413, 237, 2427, 'Afton', 'VA'),
(89414, 237, 2427, 'Alberta', 'VA'),
(89415, 237, 2427, 'Aldie', 'VA'),
(89416, 237, 2427, 'Alexandria', 'VA'),
(89417, 237, 2427, 'Altavista', 'VA'),
(89418, 237, 2427, 'Alton', 'VA'),
(89419, 237, 2427, 'Amelia Court House', 'VA'),
(89420, 237, 2427, 'Amherst', 'VA'),
(89421, 237, 2427, 'Amissville', 'VA'),
(89422, 237, 2427, 'Ammon', 'VA'),
(89423, 237, 2427, 'Annandale', 'VA'),
(89424, 237, 2427, 'Appalachia', 'VA'),
(89425, 237, 2427, 'Appomattox', 'VA'),
(89426, 237, 2427, 'Ararat', 'VA'),
(89427, 237, 2427, 'Arlington', 'VA'),
(89428, 237, 2427, 'Arvonia', 'VA'),
(89429, 237, 2427, 'Ashburn', 'VA'),
(89430, 237, 2427, 'Ashland', 'VA'),
(89431, 237, 2427, 'Atkins', 'VA'),
(89432, 237, 2427, 'Atlantic', 'VA'),
(89433, 237, 2427, 'Austinville', 'VA'),
(89434, 237, 2427, 'Axton', 'VA'),
(89435, 237, 2427, 'Aylett', 'VA'),
(89436, 237, 2427, 'Bandy', 'VA'),
(89437, 237, 2427, 'Barboursville', 'VA'),
(89438, 237, 2427, 'Barhamsville', 'VA'),
(89439, 237, 2427, 'Baskerville', 'VA'),
(89440, 237, 2427, 'Bassett', 'VA'),
(89441, 237, 2427, 'Basye', 'VA'),
(89442, 237, 2427, 'Batesville', 'VA'),
(89443, 237, 2427, 'Bealeton', 'VA'),
(89444, 237, 2427, 'Beaverdam', 'VA'),
(89445, 237, 2427, 'Bedford', 'VA'),
(89446, 237, 2427, 'Belle Haven', 'VA'),
(89447, 237, 2427, 'Ben Hur', 'VA'),
(89448, 237, 2427, 'Bent Mountain', 'VA'),
(89449, 237, 2427, 'Bentonville', 'VA'),
(89450, 237, 2427, 'Berryville', 'VA'),
(89451, 237, 2427, 'Big Island', 'VA'),
(89452, 237, 2427, 'Big Stone Gap', 'VA'),
(89453, 237, 2427, 'Birdsnest', 'VA'),
(89454, 237, 2427, 'Blacksburg', 'VA'),
(89455, 237, 2427, 'Blackstone', 'VA'),
(89456, 237, 2427, 'Blairs', 'VA'),
(89457, 237, 2427, 'Bland', 'VA'),
(89458, 237, 2427, 'Bloxom', 'VA'),
(89459, 237, 2427, 'Blue Ridge', 'VA'),
(89460, 237, 2427, 'Bluefield', 'VA'),
(89461, 237, 2427, 'Bluemont', 'VA'),
(89462, 237, 2427, 'Boones Mill', 'VA'),
(89463, 237, 2427, 'Boston', 'VA'),
(89464, 237, 2427, 'Bowling Green', 'VA'),
(89465, 237, 2427, 'Boydton', 'VA'),
(89466, 237, 2427, 'Boykins', 'VA'),
(89467, 237, 2427, 'Bracey', 'VA'),
(89468, 237, 2427, 'Breaks', 'VA'),
(89469, 237, 2427, 'Bridgewater', 'VA'),
(89470, 237, 2427, 'Brightwood', 'VA'),
(89471, 237, 2427, 'Bristol', 'VA'),
(89472, 237, 2427, 'Bristow', 'VA'),
(89473, 237, 2427, 'Broad Run', 'VA'),
(89474, 237, 2427, 'Broadway', 'VA'),
(89475, 237, 2427, 'Brodnax', 'VA'),
(89476, 237, 2427, 'Brookneal', 'VA'),
(89477, 237, 2427, 'Buchanan', 'VA'),
(89478, 237, 2427, 'Buckingham', 'VA'),
(89479, 237, 2427, 'Buena Vista', 'VA'),
(89480, 237, 2427, 'Bumpass', 'VA'),
(89481, 237, 2427, 'Burgess', 'VA'),
(89482, 237, 2427, 'Burke', 'VA'),
(89483, 237, 2427, 'Burkeville', 'VA'),
(89484, 237, 2427, 'Callands', 'VA'),
(89485, 237, 2427, 'Callao', 'VA'),
(89486, 237, 2427, 'Callaway', 'VA'),
(89487, 237, 2427, 'Cana', 'VA'),
(89488, 237, 2427, 'Cape Charles', 'VA'),
(89489, 237, 2427, 'Cardinal', 'VA'),
(89490, 237, 2427, 'Carrollton', 'VA'),
(89491, 237, 2427, 'Carrsville', 'VA'),
(89492, 237, 2427, 'Carson', 'VA'),
(89493, 237, 2427, 'Cartersville', 'VA'),
(89494, 237, 2427, 'Cascade', 'VA'),
(89495, 237, 2427, 'Castlewood', 'VA'),
(89496, 237, 2427, 'Catharpin', 'VA'),
(89497, 237, 2427, 'Catlett', 'VA'),
(89498, 237, 2427, 'Cedar Bluff', 'VA'),
(89499, 237, 2427, 'Centreville', 'VA'),
(89500, 237, 2427, 'Chantilly', 'VA'),
(89501, 237, 2427, 'Charles City', 'VA'),
(89502, 237, 2427, 'Charlotte Court House', 'VA'),
(89503, 237, 2427, 'Charlottesville', 'VA'),
(89504, 237, 2427, 'Chase City', 'VA'),
(89505, 237, 2427, 'Chatham', 'VA'),
(89506, 237, 2427, 'Cheriton', 'VA'),
(89507, 237, 2427, 'Chesapeake', 'VA'),
(89508, 237, 2427, 'Chester', 'VA'),
(89509, 237, 2427, 'Chesterfield', 'VA'),
(89510, 237, 2427, 'Chilhowie', 'VA'),
(89511, 237, 2427, 'Chincoteague Island', 'VA'),
(89512, 237, 2427, 'Christchurch', 'VA'),
(89513, 237, 2427, 'Christiansburg', 'VA'),
(89514, 237, 2427, 'Churchville', 'VA'),
(89515, 237, 2427, 'Clarksville', 'VA'),
(89516, 237, 2427, 'Clear Brook', 'VA'),
(89517, 237, 2427, 'Clifton', 'VA'),
(89518, 237, 2427, 'Clifton Forge', 'VA'),
(89519, 237, 2427, 'Clintwood', 'VA'),
(89520, 237, 2427, 'Clover', 'VA'),
(89521, 237, 2427, 'Cloverdale', 'VA'),
(89522, 237, 2427, 'Cobbs Creek', 'VA'),
(89523, 237, 2427, 'Coeburn', 'VA'),
(89524, 237, 2427, 'Coles Point', 'VA'),
(89525, 237, 2427, 'Collinsville', 'VA'),
(89526, 237, 2427, 'Colonial Beach', 'VA'),
(89527, 237, 2427, 'Colonial Heights', 'VA'),
(89528, 237, 2427, 'Columbia', 'VA'),
(89529, 237, 2427, 'Concord', 'VA'),
(89530, 237, 2427, 'Copper Hill', 'VA'),
(89531, 237, 2427, 'Courtland', 'VA'),
(89532, 237, 2427, 'Covington', 'VA'),
(89533, 237, 2427, 'Craigsville', 'VA'),
(89534, 237, 2427, 'Crewe', 'VA'),
(89535, 237, 2427, 'Crimora', 'VA'),
(89536, 237, 2427, 'Cross Junction', 'VA'),
(89537, 237, 2427, 'Crozet', 'VA'),
(89538, 237, 2427, 'Crozier', 'VA'),
(89539, 237, 2427, 'Culpeper', 'VA'),
(89540, 237, 2427, 'Cumberland', 'VA'),
(89541, 237, 2427, 'Dahlgren', 'VA'),
(89542, 237, 2427, 'Daleville', 'VA'),
(89543, 237, 2427, 'Damascus', 'VA'),
(89544, 237, 2427, 'Danville', 'VA'),
(89545, 237, 2427, 'Dayton', 'VA'),
(89546, 237, 2427, 'Deerfield', 'VA'),
(89547, 237, 2427, 'Delaplane', 'VA'),
(89548, 237, 2427, 'Deltaville', 'VA'),
(89549, 237, 2427, 'Dendron', 'VA'),
(89550, 237, 2427, 'DeWitt', 'VA'),
(89551, 237, 2427, 'Diggs', 'VA'),
(89552, 237, 2427, 'Dillwyn', 'VA'),
(89553, 237, 2427, 'Dinwiddie', 'VA'),
(89554, 237, 2427, 'Disputanta', 'VA'),
(89555, 237, 2427, 'Doe Hill', 'VA'),
(89556, 237, 2427, 'Doswell', 'VA'),
(89557, 237, 2427, 'Draper', 'VA'),
(89558, 237, 2427, 'Dry Fork', 'VA'),
(89559, 237, 2427, 'Dryden', 'VA'),
(89560, 237, 2427, 'Dublin', 'VA'),
(89561, 237, 2427, 'Duffield', 'VA'),
(89562, 237, 2427, 'Dugspur', 'VA'),
(89563, 237, 2427, 'Dulles', 'VA'),
(89564, 237, 2427, 'Dumfries', 'VA'),
(89565, 237, 2427, 'Dungannon', 'VA'),
(89566, 237, 2427, 'Dunn Loring', 'VA'),
(89567, 237, 2427, 'Dunnsville', 'VA'),
(89568, 237, 2427, 'Dutton', 'VA'),
(89569, 237, 2427, 'Dyke', 'VA'),
(89570, 237, 2427, 'Eagle Rock', 'VA'),
(89571, 237, 2427, 'Earlysville', 'VA'),
(89572, 237, 2427, 'East Stone Gap', 'VA'),
(89573, 237, 2427, 'Eastville', 'VA'),
(89574, 237, 2427, 'Edinburg', 'VA'),
(89575, 237, 2427, 'Elberon', 'VA'),
(89576, 237, 2427, 'Elkton', 'VA'),
(89577, 237, 2427, 'Elkwood', 'VA'),
(89578, 237, 2427, 'Elliston', 'VA'),
(89579, 237, 2427, 'Emporia', 'VA'),
(89580, 237, 2427, 'Esmont', 'VA'),
(89581, 237, 2427, 'Evergreen', 'VA'),
(89582, 237, 2427, 'Evington', 'VA'),
(89583, 237, 2427, 'Ewing', 'VA'),
(89584, 237, 2427, 'Exmore', 'VA'),
(89585, 237, 2427, 'Faber', 'VA'),
(89586, 237, 2427, 'Fairfax', 'VA'),
(89587, 237, 2427, 'Fairfax Station', 'VA'),
(89588, 237, 2427, 'Falls Church', 'VA'),
(89589, 237, 2427, 'Falls Mills', 'VA'),
(89590, 237, 2427, 'Farmville', 'VA'),
(89591, 237, 2427, 'Farnham', 'VA'),
(89592, 237, 2427, 'Ferrum', 'VA'),
(89593, 237, 2427, 'Fieldale', 'VA'),
(89594, 237, 2427, 'Fincastle', 'VA'),
(89595, 237, 2427, 'Fishersville', 'VA'),
(89596, 237, 2427, 'Flint Hill', 'VA'),
(89597, 237, 2427, 'Floyd', 'VA'),
(89598, 237, 2427, 'Ford', 'VA'),
(89599, 237, 2427, 'Forest', 'VA'),
(89600, 237, 2427, 'Fork Union', 'VA'),
(89601, 237, 2427, 'Fort Belvoir', 'VA'),
(89602, 237, 2427, 'Fort Blackmore', 'VA'),
(89603, 237, 2427, 'Fort Defiance', 'VA'),
(89604, 237, 2427, 'Fort Lee', 'VA'),
(89605, 237, 2427, 'Franklin', 'VA'),
(89606, 237, 2427, 'Fredericksburg', 'VA'),
(89607, 237, 2427, 'Free Union', 'VA'),
(89608, 237, 2427, 'Freeman', 'VA'),
(89609, 237, 2427, 'Front Royal', 'VA'),
(89610, 237, 2427, 'Gainesville', 'VA'),
(89611, 237, 2427, 'Galax', 'VA'),
(89612, 237, 2427, 'Garrisonville', 'VA'),
(89613, 237, 2427, 'Gate City', 'VA'),
(89614, 237, 2427, 'Glade Spring', 'VA'),
(89615, 237, 2427, 'Gladehill', 'VA'),
(89616, 237, 2427, 'Gladstone', 'VA'),
(89617, 237, 2427, 'Gladys', 'VA'),
(89618, 237, 2427, 'Glasgow', 'VA'),
(89619, 237, 2427, 'Glen Allen', 'VA'),
(89620, 237, 2427, 'Gloucester', 'VA'),
(89621, 237, 2427, 'Gloucester Point', 'VA'),
(89622, 237, 2427, 'Goochland', 'VA'),
(89623, 237, 2427, 'Goode', 'VA'),
(89624, 237, 2427, 'Goodview', 'VA'),
(89625, 237, 2427, 'Gordonsville', 'VA'),
(89626, 237, 2427, 'Gore', 'VA'),
(89627, 237, 2427, 'Goshen', 'VA'),
(89628, 237, 2427, 'Great Falls', 'VA'),
(89629, 237, 2427, 'Green Bay', 'VA'),
(89630, 237, 2427, 'Greenbackville', 'VA'),
(89631, 237, 2427, 'Greenbush', 'VA'),
(89632, 237, 2427, 'Greenville', 'VA'),
(89633, 237, 2427, 'Greenway Downs', 'VA'),
(89634, 237, 2427, 'Gretna', 'VA'),
(89635, 237, 2427, 'Grimstead', 'VA'),
(89636, 237, 2427, 'Grottoes', 'VA'),
(89637, 237, 2427, 'Grundy', 'VA'),
(89638, 237, 2427, 'Gum Spring', 'VA'),
(89639, 237, 2427, 'Hague', 'VA'),
(89640, 237, 2427, 'Halifax', 'VA'),
(89641, 237, 2427, 'Hallieford', 'VA'),
(89642, 237, 2427, 'Hallwood', 'VA'),
(89643, 237, 2427, 'Hamilton', 'VA'),
(89644, 237, 2427, 'Hampden Sydney', 'VA'),
(89645, 237, 2427, 'Hampton', 'VA'),
(89646, 237, 2427, 'Hanover', 'VA'),
(89647, 237, 2427, 'Harborton', 'VA'),
(89648, 237, 2427, 'Hardy', 'VA'),
(89649, 237, 2427, 'Hardyville', 'VA'),
(89650, 237, 2427, 'Harrisonburg', 'VA'),
(89651, 237, 2427, 'Hartfield', 'VA'),
(89652, 237, 2427, 'Hayes', 'VA'),
(89653, 237, 2427, 'Haymarket', 'VA'),
(89654, 237, 2427, 'Haynesville', 'VA'),
(89655, 237, 2427, 'Haysi', 'VA'),
(89656, 237, 2427, 'Haywood', 'VA'),
(89657, 237, 2427, 'Heathsville', 'VA'),
(89658, 237, 2427, 'Herndon', 'VA'),
(89659, 237, 2427, 'Highland Springs', 'VA'),
(89660, 237, 2427, 'Hillsville', 'VA'),
(89661, 237, 2427, 'Hiltons', 'VA'),
(89662, 237, 2427, 'Honaker', 'VA'),
(89663, 237, 2427, 'Hopewell', 'VA'),
(89664, 237, 2427, 'Horntown', 'VA'),
(89665, 237, 2427, 'Horsepen', 'VA'),
(89666, 237, 2427, 'Hot Springs', 'VA'),
(89667, 237, 2427, 'Huddleston', 'VA'),
(89668, 237, 2427, 'Hudgins', 'VA'),
(89669, 237, 2427, 'Hume', 'VA'),
(89670, 237, 2427, 'Huntly', 'VA'),
(89671, 237, 2427, 'Hurley', 'VA'),
(89672, 237, 2427, 'Hurt', 'VA'),
(89673, 237, 2427, 'Independence', 'VA'),
(89674, 237, 2427, 'Indian Valley', 'VA'),
(89675, 237, 2427, 'Iron Gate', 'VA'),
(89676, 237, 2427, 'Irvington', 'VA'),
(89677, 237, 2427, 'Isle of Wight', 'VA'),
(89678, 237, 2427, 'Ivor', 'VA'),
(89679, 237, 2427, 'Jeffersonton', 'VA'),
(89680, 237, 2427, 'Jetersville', 'VA'),
(89681, 237, 2427, 'Jewell Ridge', 'VA'),
(89682, 237, 2427, 'Jonesville', 'VA'),
(89683, 237, 2427, 'Keeling', 'VA'),
(89684, 237, 2427, 'Keezletown', 'VA'),
(89685, 237, 2427, 'Kenbridge', 'VA'),
(89686, 237, 2427, 'Keswick', 'VA'),
(89687, 237, 2427, 'Keysville', 'VA'),
(89688, 237, 2427, 'Kilmarnock', 'VA'),
(89689, 237, 2427, 'King and Queen Court House', 'VA'),
(89690, 237, 2427, 'King George', 'VA'),
(89691, 237, 2427, 'King William', 'VA'),
(89692, 237, 2427, 'La Crosse', 'VA'),
(89693, 237, 2427, 'Ladysmith', 'VA'),
(89694, 237, 2427, 'Lambsburg', 'VA'),
(89695, 237, 2427, 'Lancaster', 'VA'),
(89696, 237, 2427, 'Lanexa', 'VA'),
(89697, 237, 2427, 'Laurel Fork', 'VA'),
(89698, 237, 2427, 'Lawrenceville', 'VA'),
(89699, 237, 2427, 'Lebanon', 'VA'),
(89700, 237, 2427, 'Leesburg', 'VA'),
(89701, 237, 2427, 'Lexington', 'VA'),
(89702, 237, 2427, 'Lightfoot', 'VA'),
(89703, 237, 2427, 'Lignum', 'VA'),
(89704, 237, 2427, 'Lincoln', 'VA'),
(89705, 237, 2427, 'Linden', 'VA'),
(89706, 237, 2427, 'Linville', 'VA'),
(89707, 237, 2427, 'Locust Dale', 'VA'),
(89708, 237, 2427, 'Locust Hill', 'VA'),
(89709, 237, 2427, 'Loretto', 'VA'),
(89710, 237, 2427, 'Lorton', 'VA'),
(89711, 237, 2427, 'Louisa', 'VA'),
(89712, 237, 2427, 'Lovettsville', 'VA'),
(89713, 237, 2427, 'Lovingston', 'VA'),
(89714, 237, 2427, 'Luray', 'VA'),
(89715, 237, 2427, 'Lynch Station', 'VA'),
(89716, 237, 2427, 'Lynchburg', 'VA'),
(89717, 237, 2427, 'Lyndhurst', 'VA'),
(89718, 237, 2427, 'Machipongo', 'VA'),
(89719, 237, 2427, 'Madison', 'VA'),
(89720, 237, 2427, 'Madison Heights', 'VA'),
(89721, 237, 2427, 'Maidens', 'VA'),
(89722, 237, 2427, 'Manassas', 'VA'),
(89723, 237, 2427, 'Manquin', 'VA'),
(89724, 237, 2427, 'Marion', 'VA'),
(89725, 237, 2427, 'Markham', 'VA'),
(89726, 237, 2427, 'Marshall', 'VA'),
(89727, 237, 2427, 'Martinsville', 'VA'),
(89728, 237, 2427, 'Mathews', 'VA'),
(89729, 237, 2427, 'Maurertown', 'VA'),
(89730, 237, 2427, 'Max Meadows', 'VA'),
(89731, 237, 2427, 'McClure', 'VA'),
(89732, 237, 2427, 'McGaheysville', 'VA'),
(89733, 237, 2427, 'McLean', 'VA'),
(89734, 237, 2427, 'Meadows of Dan', 'VA'),
(89735, 237, 2427, 'Meadowview', 'VA'),
(89736, 237, 2427, 'Mechanicsville', 'VA'),
(89737, 237, 2427, 'Melfa', 'VA'),
(89738, 237, 2427, 'Merrifield', 'VA'),
(89739, 237, 2427, 'Middleburg', 'VA'),
(89740, 237, 2427, 'Middletown', 'VA'),
(89741, 237, 2427, 'Midland', 'VA'),
(89742, 237, 2427, 'Midlothian', 'VA'),
(89743, 237, 2427, 'Milford', 'VA'),
(89744, 237, 2427, 'Millboro', 'VA'),
(89745, 237, 2427, 'Millwood', 'VA'),
(89746, 237, 2427, 'Mineral', 'VA'),
(89747, 237, 2427, 'Moneta', 'VA'),
(89748, 237, 2427, 'Monroe', 'VA'),
(89749, 237, 2427, 'Monterey', 'VA'),
(89750, 237, 2427, 'Montpelier', 'VA'),
(89751, 237, 2427, 'Montross', 'VA'),
(89752, 237, 2427, 'Montvale', 'VA'),
(89753, 237, 2427, 'Moseley', 'VA'),
(89754, 237, 2427, 'Mount Crawford', 'VA'),
(89755, 237, 2427, 'Mount Jackson', 'VA'),
(89756, 237, 2427, 'Mount Sidney', 'VA'),
(89757, 237, 2427, 'Mount Solon', 'VA'),
(89758, 237, 2427, 'Mount Vernon', 'VA'),
(89759, 237, 2427, 'Narrows', 'VA'),
(89760, 237, 2427, 'Nassawadox', 'VA'),
(89761, 237, 2427, 'Nathalie', 'VA'),
(89762, 237, 2427, 'Natural Bridge', 'VA'),
(89763, 237, 2427, 'Natural Bridge Station', 'VA'),
(89764, 237, 2427, 'Nellysford', 'VA'),
(89765, 237, 2427, 'Nester', 'VA'),
(89766, 237, 2427, 'New Castle', 'VA'),
(89767, 237, 2427, 'New Church', 'VA'),
(89768, 237, 2427, 'New Kent', 'VA'),
(89769, 237, 2427, 'New Market', 'VA'),
(89770, 237, 2427, 'Newbern', 'VA'),
(89771, 237, 2427, 'Newington', 'VA'),
(89772, 237, 2427, 'Newport', 'VA'),
(89773, 237, 2427, 'Newport News', 'VA'),
(89774, 237, 2427, 'Newtown', 'VA'),
(89775, 237, 2427, 'Nickelsville', 'VA'),
(89776, 237, 2427, 'Nokesville', 'VA'),
(89777, 237, 2427, 'Norfolk', 'VA'),
(89778, 237, 2427, 'North Garden', 'VA'),
(89779, 237, 2427, 'North Tazewell', 'VA'),
(89780, 237, 2427, 'Norton', 'VA'),
(89781, 237, 2427, 'Oakton', 'VA'),
(89782, 237, 2427, 'Oakwood', 'VA'),
(89783, 237, 2427, 'Occoquan', 'VA'),
(89784, 237, 2427, 'Oilville', 'VA'),
(89785, 237, 2427, 'Onancock', 'VA'),
(89786, 237, 2427, 'Ophelia', 'VA'),
(89787, 237, 2427, 'Orange', 'VA'),
(89788, 237, 2427, 'Paeonian Springs', 'VA'),
(89789, 237, 2427, 'Paint Bank', 'VA'),
(89790, 237, 2427, 'Painter', 'VA'),
(89791, 237, 2427, 'Palmyra', 'VA'),
(89792, 237, 2427, 'Pamplin', 'VA'),
(89793, 237, 2427, 'Park', 'VA'),
(89794, 237, 2427, 'Parksley', 'VA'),
(89795, 237, 2427, 'Parrott', 'VA'),
(89796, 237, 2427, 'Partlow', 'VA'),
(89797, 237, 2427, 'Patrick Springs', 'VA'),
(89798, 237, 2427, 'Pearisburg', 'VA'),
(89799, 237, 2427, 'Pembroke', 'VA'),
(89800, 237, 2427, 'Penhook', 'VA'),
(89801, 237, 2427, 'Penn Laird', 'VA'),
(89802, 237, 2427, 'Pennington Gap', 'VA'),
(89803, 237, 2427, 'Petersburg', 'VA'),
(89804, 237, 2427, 'Phenix', 'VA'),
(89805, 237, 2427, 'Pilot', 'VA'),
(89806, 237, 2427, 'Pittsville', 'VA'),
(89807, 237, 2427, 'Pocahontas', 'VA'),
(89808, 237, 2427, 'Poquoson', 'VA'),
(89809, 237, 2427, 'Port Republic', 'VA'),
(89810, 237, 2427, 'Port Royal', 'VA'),
(89811, 237, 2427, 'Portsmouth', 'VA'),
(89812, 237, 2427, 'Pound', 'VA'),
(89813, 237, 2427, 'Powhatan', 'VA'),
(89814, 237, 2427, 'Prince George', 'VA'),
(89815, 237, 2427, 'Prospect', 'VA'),
(89816, 237, 2427, 'Providence Forge', 'VA'),
(89817, 237, 2427, 'Pulaski', 'VA'),
(89818, 237, 2427, 'Pungoteague', 'VA'),
(89819, 237, 2427, 'Purcellville', 'VA'),
(89820, 237, 2427, 'Quantico', 'VA'),
(89821, 237, 2427, 'Quinby', 'VA'),
(89822, 237, 2427, 'Quinton', 'VA'),
(89823, 237, 2427, 'Radford', 'VA'),
(89824, 237, 2427, 'Radiant', 'VA'),
(89825, 237, 2427, 'Randolph', 'VA'),
(89826, 237, 2427, 'Raphine', 'VA'),
(89827, 237, 2427, 'Rapidan', 'VA'),
(89828, 237, 2427, 'Raven', 'VA'),
(89829, 237, 2427, 'Rawlings', 'VA'),
(89830, 237, 2427, 'Redwood', 'VA'),
(89831, 237, 2427, 'Reedville', 'VA'),
(89832, 237, 2427, 'Remington', 'VA'),
(89833, 237, 2427, 'Reston', 'VA'),
(89834, 237, 2427, 'Rhoadesville', 'VA'),
(89835, 237, 2427, 'Rich Creek', 'VA'),
(89836, 237, 2427, 'Richlands', 'VA'),
(89837, 237, 2427, 'Richmond', 'VA'),
(89838, 237, 2427, 'Ridgeway', 'VA'),
(89839, 237, 2427, 'Rileyville', 'VA'),
(89840, 237, 2427, 'Riner', 'VA'),
(89841, 237, 2427, 'Ringgold', 'VA'),
(89842, 237, 2427, 'Ripplemead', 'VA'),
(89843, 237, 2427, 'Rixeyville', 'VA'),
(89844, 237, 2427, 'Roanoke', 'VA'),
(89845, 237, 2427, 'Rochelle', 'VA'),
(89846, 237, 2427, 'Rockville', 'VA'),
(89847, 237, 2427, 'Rocky Gap', 'VA'),
(89848, 237, 2427, 'Rocky Mount', 'VA'),
(89849, 237, 2427, 'Rose Hill', 'VA'),
(89850, 237, 2427, 'Rosedale', 'VA'),
(89851, 237, 2427, 'Roseland', 'VA'),
(89852, 237, 2427, 'Round Hill', 'VA'),
(89853, 237, 2427, 'Ruckersville', 'VA'),
(89854, 237, 2427, 'Rural Retreat', 'VA'),
(89855, 237, 2427, 'Rustburg', 'VA'),
(89856, 237, 2427, 'Ruther Glen', 'VA'),
(89857, 237, 2427, 'Sabot', 'VA'),
(89858, 237, 2427, 'Saint Paul', 'VA'),
(89859, 237, 2427, 'Salem', 'VA'),
(89860, 237, 2427, 'Saltville', 'VA'),
(89861, 237, 2427, 'Saluda', 'VA'),
(89862, 237, 2427, 'Sandston', 'VA'),
(89863, 237, 2427, 'Sandy Hook', 'VA'),
(89864, 237, 2427, 'Schuyler', 'VA'),
(89865, 237, 2427, 'Scottsburg', 'VA'),
(89866, 237, 2427, 'Scottsville', 'VA'),
(89867, 237, 2427, 'Seaford', 'VA'),
(89868, 237, 2427, 'Sedley', 'VA'),
(89869, 237, 2427, 'Shacklefords', 'VA'),
(89870, 237, 2427, 'Shawsville', 'VA'),
(89871, 237, 2427, 'Shenandoah', 'VA'),
(89872, 237, 2427, 'Shipman', 'VA'),
(89873, 237, 2427, 'Singers Glen', 'VA'),
(89874, 237, 2427, 'Smithfield', 'VA'),
(89875, 237, 2427, 'South Boston', 'VA'),
(89876, 237, 2427, 'South Hill', 'VA'),
(89877, 237, 2427, 'Spencer', 'VA'),
(89878, 237, 2427, 'Spotsylvania', 'VA'),
(89879, 237, 2427, 'Spring Grove', 'VA'),
(89880, 237, 2427, 'Springfield', 'VA'),
(89881, 237, 2427, 'Stafford', 'VA'),
(89882, 237, 2427, 'Stanardsville', 'VA'),
(89883, 237, 2427, 'Stanley', 'VA'),
(89884, 237, 2427, 'Stanleytown', 'VA'),
(89885, 237, 2427, 'Staunton', 'VA'),
(89886, 237, 2427, 'Stephens City', 'VA'),
(89887, 237, 2427, 'Stephenson', 'VA'),
(89888, 237, 2427, 'Sterling', 'VA'),
(89889, 237, 2427, 'Stony Creek', 'VA'),
(89890, 237, 2427, 'Strasburg', 'VA'),
(89891, 237, 2427, 'Stuart', 'VA'),
(89892, 237, 2427, 'Stuarts Draft', 'VA'),
(89893, 237, 2427, 'Studley', 'VA'),
(89894, 237, 2427, 'Suffolk', 'VA'),
(89895, 237, 2427, 'Surry', 'VA'),
(89896, 237, 2427, 'Susan', 'VA'),
(89897, 237, 2427, 'Sutherland', 'VA'),
(89898, 237, 2427, 'Swoope', 'VA'),
(89899, 237, 2427, 'Tangier', 'VA'),
(89900, 237, 2427, 'Tannersville', 'VA'),
(89901, 237, 2427, 'Tappahannock', 'VA'),
(89902, 237, 2427, 'Tasley', 'VA'),
(89903, 237, 2427, 'Tazewell', 'VA'),
(89904, 237, 2427, 'Temperanceville', 'VA'),
(89905, 237, 2427, 'Thaxton', 'VA'),
(89906, 237, 2427, 'The Plains', 'VA'),
(89907, 237, 2427, 'Thornburg', 'VA'),
(89908, 237, 2427, 'Timberville', 'VA'),
(89909, 237, 2427, 'Toano', 'VA'),
(89910, 237, 2427, 'Toms Brook', 'VA'),
(89911, 237, 2427, 'Topping', 'VA'),
(89912, 237, 2427, 'Trevilians', 'VA'),
(89913, 237, 2427, 'Triangle', 'VA'),
(89914, 237, 2427, 'Trout Dale', 'VA'),
(89915, 237, 2427, 'Troutville', 'VA'),
(89916, 237, 2427, 'Troy', 'VA'),
(89917, 237, 2427, 'Tyro', 'VA'),
(89918, 237, 2427, 'Union Hall', 'VA'),
(89919, 237, 2427, 'Unionville', 'VA'),
(89920, 237, 2427, 'Upperville', 'VA'),
(89921, 237, 2427, 'Urbanna', 'VA'),
(89922, 237, 2427, 'Vansant', 'VA'),
(89923, 237, 2427, 'Verona', 'VA'),
(89924, 237, 2427, 'Victoria', 'VA'),
(89925, 237, 2427, 'Vienna', 'VA'),
(89926, 237, 2427, 'Vinton', 'VA'),
(89927, 237, 2427, 'Virginia Beach', 'VA'),
(89928, 237, 2427, 'Virginia Heights', 'VA'),
(89929, 237, 2427, 'Wachapreague', 'VA'),
(89930, 237, 2427, 'Wakefield', 'VA'),
(89931, 237, 2427, 'Walkerton', 'VA'),
(89932, 237, 2427, 'Warm Springs', 'VA'),
(89933, 237, 2427, 'Warrenton', 'VA'),
(89934, 237, 2427, 'Warsaw', 'VA'),
(89935, 237, 2427, 'Washington', 'VA'),
(89936, 237, 2427, 'Waterford', 'VA'),
(89937, 237, 2427, 'Waverly', 'VA'),
(89938, 237, 2427, 'Waynesboro', 'VA'),
(89939, 237, 2427, 'Weems', 'VA'),
(89940, 237, 2427, 'West Briar', 'VA'),
(89941, 237, 2427, 'West McLean', 'VA'),
(89942, 237, 2427, 'West Point', 'VA'),
(89943, 237, 2427, 'Weyers Cave', 'VA'),
(89944, 237, 2427, 'White Marsh', 'VA'),
(89945, 237, 2427, 'White Plains', 'VA'),
(89946, 237, 2427, 'White Post', 'VA'),
(89947, 237, 2427, 'White Stone', 'VA'),
(89948, 237, 2427, 'Wicomico Church', 'VA'),
(89949, 237, 2427, 'Williamsburg', 'VA'),
(89950, 237, 2427, 'Williamsville', 'VA'),
(89951, 237, 2427, 'Willis', 'VA'),
(89952, 237, 2427, 'Winchester', 'VA'),
(89953, 237, 2427, 'Windsor', 'VA'),
(89954, 237, 2427, 'Wirtz', 'VA'),
(89955, 237, 2427, 'Wise', 'VA'),
(89956, 237, 2427, 'Withams', 'VA'),
(89957, 237, 2427, 'Woodbridge', 'VA'),
(89958, 237, 2427, 'Woodford', 'VA'),
(89959, 237, 2427, 'Woodlawn', 'VA'),
(89960, 237, 2427, 'Woodstock', 'VA'),
(89961, 237, 2427, 'Woolwine', 'VA'),
(89962, 237, 2427, 'Wytheville', 'VA'),
(89963, 237, 2427, 'Yale', 'VA'),
(89964, 237, 2427, 'Yorktown', 'VA'),
(89965, 237, 2428, 'Aberdeen', 'WA'),
(89966, 237, 2428, 'Acme', 'WA'),
(89967, 237, 2428, 'Airway Heights', 'WA'),
(89968, 237, 2428, 'Allyn', 'WA'),
(89969, 237, 2428, 'Almira', 'WA'),
(89970, 237, 2428, 'Amboy', 'WA'),
(89971, 237, 2428, 'Anacortes', 'WA'),
(89972, 237, 2428, 'Ariel', 'WA'),
(89973, 237, 2428, 'Arlington', 'WA'),
(89974, 237, 2428, 'Ashford', 'WA'),
(89975, 237, 2428, 'Asotin', 'WA'),
(89976, 237, 2428, 'Auburn', 'WA'),
(89977, 237, 2428, 'Baring', 'WA'),
(89978, 237, 2428, 'Battle Ground', 'WA'),
(89979, 237, 2428, 'Belfair', 'WA'),
(89980, 237, 2428, 'Bellevue', 'WA'),
(89981, 237, 2428, 'Bellingham', 'WA'),
(89982, 237, 2428, 'Benton City', 'WA'),
(89983, 237, 2428, 'Bingen', 'WA'),
(89984, 237, 2428, 'Black Diamond', 'WA'),
(89985, 237, 2428, 'Blaine', 'WA'),
(89986, 237, 2428, 'Bonney Lake', 'WA'),
(89987, 237, 2428, 'Bothell', 'WA'),
(89988, 237, 2428, 'Bow', 'WA'),
(89989, 237, 2428, 'Bremerton', 'WA'),
(89990, 237, 2428, 'Brewster', 'WA'),
(89991, 237, 2428, 'Brinnon', 'WA'),
(89992, 237, 2428, 'Brush Prairie', 'WA'),
(89993, 237, 2428, 'Buckley', 'WA'),
(89994, 237, 2428, 'Buena', 'WA'),
(89995, 237, 2428, 'Burbank', 'WA'),
(89996, 237, 2428, 'Burley', 'WA'),
(89997, 237, 2428, 'Burlington', 'WA'),
(89998, 237, 2428, 'Burton', 'WA'),
(89999, 237, 2428, 'Camano', 'WA'),
(90000, 237, 2428, 'Camas', 'WA'),
(90001, 237, 2428, 'Carlton', 'WA'),
(90002, 237, 2428, 'Carnation', 'WA'),
(90003, 237, 2428, 'Carson', 'WA'),
(90004, 237, 2428, 'Cashmere', 'WA'),
(90005, 237, 2428, 'Castle Rock', 'WA'),
(90006, 237, 2428, 'Cathlamet', 'WA'),
(90007, 237, 2428, 'Centralia', 'WA'),
(90008, 237, 2428, 'Chattaroy', 'WA'),
(90009, 237, 2428, 'Chehalis', 'WA'),
(90010, 237, 2428, 'Chelan', 'WA'),
(90011, 237, 2428, 'Cheney', 'WA'),
(90012, 237, 2428, 'Chewelah', 'WA'),
(90013, 237, 2428, 'Chimacum', 'WA'),
(90014, 237, 2428, 'Clarkston', 'WA'),
(90015, 237, 2428, 'Clayton', 'WA'),
(90016, 237, 2428, 'Cle Elum', 'WA'),
(90017, 237, 2428, 'Clinton', 'WA'),
(90018, 237, 2428, 'Colbert', 'WA'),
(90019, 237, 2428, 'Colfax', 'WA'),
(90020, 237, 2428, 'College Place', 'WA'),
(90021, 237, 2428, 'Colton', 'WA'),
(90022, 237, 2428, 'Colville', 'WA'),
(90023, 237, 2428, 'Concrete', 'WA'),
(90024, 237, 2428, 'Connell', 'WA'),
(90025, 237, 2428, 'Conway', 'WA'),
(90026, 237, 2428, 'Coulee City', 'WA'),
(90027, 237, 2428, 'Coulee Dam', 'WA'),
(90028, 237, 2428, 'Coupeville', 'WA'),
(90029, 237, 2428, 'Curlew', 'WA'),
(90030, 237, 2428, 'Curtis', 'WA'),
(90031, 237, 2428, 'Custer', 'WA'),
(90032, 237, 2428, 'Dallesport', 'WA'),
(90033, 237, 2428, 'Darrington', 'WA'),
(90034, 237, 2428, 'Davenport', 'WA'),
(90035, 237, 2428, 'Dayton', 'WA'),
(90036, 237, 2428, 'Deer Park', 'WA'),
(90037, 237, 2428, 'Deming', 'WA'),
(90038, 237, 2428, 'DuPont', 'WA'),
(90039, 237, 2428, 'Duvall', 'WA'),
(90040, 237, 2428, 'East Olympia', 'WA'),
(90041, 237, 2428, 'East Wenatchee', 'WA'),
(90042, 237, 2428, 'Easton', 'WA'),
(90043, 237, 2428, 'Eastsound', 'WA'),
(90044, 237, 2428, 'Eatonville', 'WA'),
(90045, 237, 2428, 'Edmonds', 'WA'),
(90046, 237, 2428, 'Edwall', 'WA'),
(90047, 237, 2428, 'Electric City', 'WA'),
(90048, 237, 2428, 'Ellensburg', 'WA'),
(90049, 237, 2428, 'Elma', 'WA'),
(90050, 237, 2428, 'Eltopia', 'WA'),
(90051, 237, 2428, 'Endicott', 'WA'),
(90052, 237, 2428, 'Entiat', 'WA'),
(90053, 237, 2428, 'Enumclaw', 'WA'),
(90054, 237, 2428, 'Ephrata', 'WA'),
(90055, 237, 2428, 'Ethel', 'WA'),
(90056, 237, 2428, 'Everett', 'WA'),
(90057, 237, 2428, 'Everson', 'WA'),
(90058, 237, 2428, 'Fairchild Air Force Base', 'WA'),
(90059, 237, 2428, 'Fairfield', 'WA'),
(90060, 237, 2428, 'Fall City', 'WA'),
(90061, 237, 2428, 'Federal Way', 'WA'),
(90062, 237, 2428, 'Ferndale', 'WA'),
(90063, 237, 2428, 'Forks', 'WA'),
(90064, 237, 2428, 'Fox Island', 'WA'),
(90065, 237, 2428, 'Freeland', 'WA'),
(90066, 237, 2428, 'Friday Harbor', 'WA'),
(90067, 237, 2428, 'Garfield', 'WA'),
(90068, 237, 2428, 'Gig Harbor', 'WA'),
(90069, 237, 2428, 'Glenoma', 'WA'),
(90070, 237, 2428, 'Gold Bar', 'WA'),
(90071, 237, 2428, 'Goldendale', 'WA'),
(90072, 237, 2428, 'Graham', 'WA'),
(90073, 237, 2428, 'Grand Coulee', 'WA'),
(90074, 237, 2428, 'Grandview', 'WA'),
(90075, 237, 2428, 'Granger', 'WA'),
(90076, 237, 2428, 'Granite Falls', 'WA'),
(90077, 237, 2428, 'Grapeview', 'WA'),
(90078, 237, 2428, 'Grayland', 'WA'),
(90079, 237, 2428, 'Greenacres', 'WA'),
(90080, 237, 2428, 'Greenbank', 'WA'),
(90081, 237, 2428, 'Hamilton', 'WA'),
(90082, 237, 2428, 'Hansville', 'WA'),
(90083, 237, 2428, 'Harrah', 'WA'),
(90084, 237, 2428, 'Harrington', 'WA'),
(90085, 237, 2428, 'Hay', 'WA'),
(90086, 237, 2428, 'Hoquiam', 'WA'),
(90087, 237, 2428, 'Ilwaco', 'WA'),
(90088, 237, 2428, 'Indianola', 'WA'),
(90089, 237, 2428, 'Ione', 'WA'),
(90090, 237, 2428, 'Issaquah', 'WA'),
(90091, 237, 2428, 'Kalama', 'WA'),
(90092, 237, 2428, 'Kelso', 'WA'),
(90093, 237, 2428, 'Kenmore', 'WA'),
(90094, 237, 2428, 'Kennewick', 'WA'),
(90095, 237, 2428, 'Kent', 'WA'),
(90096, 237, 2428, 'Kettle Falls', 'WA'),
(90097, 237, 2428, 'Keyport', 'WA'),
(90098, 237, 2428, 'Kingston', 'WA'),
(90099, 237, 2428, 'Kirkland', 'WA'),
(90100, 237, 2428, 'Klickitat', 'WA'),
(90101, 237, 2428, 'La Center', 'WA'),
(90102, 237, 2428, 'La Conner', 'WA'),
(90103, 237, 2428, 'La Crosse', 'WA'),
(90104, 237, 2428, 'Lacey', 'WA'),
(90105, 237, 2428, 'Lake Stevens', 'WA'),
(90106, 237, 2428, 'Lakebay', 'WA'),
(90107, 237, 2428, 'Lakewood', 'WA'),
(90108, 237, 2428, 'Langley', 'WA'),
(90109, 237, 2428, 'Leavenworth', 'WA'),
(90110, 237, 2428, 'Liberty Lake', 'WA'),
(90111, 237, 2428, 'Long Beach', 'WA'),
(90112, 237, 2428, 'Longbranch', 'WA'),
(90113, 237, 2428, 'Longview', 'WA'),
(90114, 237, 2428, 'Loon Lake', 'WA'),
(90115, 237, 2428, 'Lopez', 'WA'),
(90116, 237, 2428, 'Lummi Island', 'WA'),
(90117, 237, 2428, 'Lyle', 'WA'),
(90118, 237, 2428, 'Lyman', 'WA'),
(90119, 237, 2428, 'Lynden', 'WA'),
(90120, 237, 2428, 'Lynnwood', 'WA'),
(90121, 237, 2428, 'Mabton', 'WA'),
(90122, 237, 2428, 'Malaga', 'WA'),
(90123, 237, 2428, 'Malden', 'WA'),
(90124, 237, 2428, 'Malo', 'WA'),
(90125, 237, 2428, 'Malott', 'WA'),
(90126, 237, 2428, 'Manchester', 'WA'),
(90127, 237, 2428, 'Mansfield', 'WA'),
(90128, 237, 2428, 'Manson', 'WA'),
(90129, 237, 2428, 'Maple Falls', 'WA'),
(90130, 237, 2428, 'Maple Valley', 'WA'),
(90131, 237, 2428, 'Marlin', 'WA'),
(90132, 237, 2428, 'Marysville', 'WA'),
(90133, 237, 2428, 'Mattawa', 'WA'),
(90134, 237, 2428, 'McCleary', 'WA'),
(90135, 237, 2428, 'McKenna', 'WA'),
(90136, 237, 2428, 'Mead', 'WA'),
(90137, 237, 2428, 'Medical Lake', 'WA'),
(90138, 237, 2428, 'Medina', 'WA'),
(90139, 237, 2428, 'Menlo', 'WA'),
(90140, 237, 2428, 'Mercer Island', 'WA'),
(90141, 237, 2428, 'Mesa', 'WA'),
(90142, 237, 2428, 'Metaline Falls', 'WA'),
(90143, 237, 2428, 'Milton', 'WA'),
(90144, 237, 2428, 'Monroe', 'WA'),
(90145, 237, 2428, 'Montesano', 'WA'),
(90146, 237, 2428, 'Morton', 'WA'),
(90147, 237, 2428, 'Moses Lake', 'WA'),
(90148, 237, 2428, 'Mossyrock', 'WA'),
(90149, 237, 2428, 'Mount Vernon', 'WA'),
(90150, 237, 2428, 'Mountlake Terrace', 'WA'),
(90151, 237, 2428, 'Moxee City', 'WA'),
(90152, 237, 2428, 'Mukilteo', 'WA'),
(90153, 237, 2428, 'Naches', 'WA'),
(90154, 237, 2428, 'Napavine', 'WA'),
(90155, 237, 2428, 'Naselle', 'WA'),
(90156, 237, 2428, 'Newman Lake', 'WA'),
(90157, 237, 2428, 'Newport', 'WA'),
(90158, 237, 2428, 'Nine Mile Falls', 'WA'),
(90159, 237, 2428, 'Nooksack', 'WA'),
(90160, 237, 2428, 'Nordland', 'WA'),
(90161, 237, 2428, 'North Bend', 'WA'),
(90162, 237, 2428, 'North Bonneville', 'WA'),
(90163, 237, 2428, 'Northport', 'WA'),
(90164, 237, 2428, 'Oak Harbor', 'WA'),
(90165, 237, 2428, 'Oakesdale', 'WA'),
(90166, 237, 2428, 'Oakville', 'WA'),
(90167, 237, 2428, 'Ocean Park', 'WA'),
(90168, 237, 2428, 'Ocean Shores', 'WA'),
(90169, 237, 2428, 'Odessa', 'WA'),
(90170, 237, 2428, 'Okanogan', 'WA'),
(90171, 237, 2428, 'Olalla', 'WA'),
(90172, 237, 2428, 'Olympia', 'WA'),
(90173, 237, 2428, 'Omak', 'WA'),
(90174, 237, 2428, 'Onalaska', 'WA'),
(90175, 237, 2428, 'Orcas', 'WA'),
(90176, 237, 2428, 'Oroville', 'WA'),
(90177, 237, 2428, 'Orting', 'WA'),
(90178, 237, 2428, 'Othello', 'WA'),
(90179, 237, 2428, 'Otis Orchards', 'WA'),
(90180, 237, 2428, 'Outlook', 'WA'),
(90181, 237, 2428, 'Pacific', 'WA'),
(90182, 237, 2428, 'Pacific Beach', 'WA'),
(90183, 237, 2428, 'Packwood', 'WA'),
(90184, 237, 2428, 'Palouse', 'WA'),
(90185, 237, 2428, 'Parker', 'WA'),
(90186, 237, 2428, 'Pasco', 'WA'),
(90187, 237, 2428, 'Paterson', 'WA'),
(90188, 237, 2428, 'Peshastin', 'WA'),
(90189, 237, 2428, 'Point Roberts', 'WA'),
(90190, 237, 2428, 'Pomeroy', 'WA'),
(90191, 237, 2428, 'Port Angeles', 'WA'),
(90192, 237, 2428, 'Port Hadlock', 'WA'),
(90193, 237, 2428, 'Port Ludlow', 'WA'),
(90194, 237, 2428, 'Port Orchard', 'WA'),
(90195, 237, 2428, 'Port Townsend', 'WA'),
(90196, 237, 2428, 'Poulsbo', 'WA'),
(90197, 237, 2428, 'Prescott', 'WA'),
(90198, 237, 2428, 'Prosser', 'WA'),
(90199, 237, 2428, 'Pullman', 'WA'),
(90200, 237, 2428, 'Puyallup', 'WA'),
(90201, 237, 2428, 'Quilcene', 'WA'),
(90202, 237, 2428, 'Quincy', 'WA'),
(90203, 237, 2428, 'Rainier', 'WA'),
(90204, 237, 2428, 'Randle', 'WA'),
(90205, 237, 2428, 'Ravensdale', 'WA'),
(90206, 237, 2428, 'Raymond', 'WA'),
(90207, 237, 2428, 'Reardan', 'WA'),
(90208, 237, 2428, 'Redmond', 'WA'),
(90209, 237, 2428, 'Renton', 'WA'),
(90210, 237, 2428, 'Republic', 'WA'),
(90211, 237, 2428, 'Richland', 'WA'),
(90212, 237, 2428, 'Ridgefield', 'WA'),
(90213, 237, 2428, 'Ritzville', 'WA'),
(90214, 237, 2428, 'Riverside', 'WA'),
(90215, 237, 2428, 'Rochester', 'WA'),
(90216, 237, 2428, 'Rockford', 'WA'),
(90217, 237, 2428, 'Rockport', 'WA'),
(90218, 237, 2428, 'Rollingbay', 'WA'),
(90219, 237, 2428, 'Rosalia', 'WA'),
(90220, 237, 2428, 'Rosburg', 'WA'),
(90221, 237, 2428, 'Roslyn', 'WA'),
(90222, 237, 2428, 'Roy', 'WA'),
(90223, 237, 2428, 'Royal City', 'WA'),
(90224, 237, 2428, 'Saint John', 'WA'),
(90225, 237, 2428, 'Salkum', 'WA'),
(90226, 237, 2428, 'Sammamish', 'WA'),
(90227, 237, 2428, 'Satsop', 'WA'),
(90228, 237, 2428, 'Seabeck', 'WA'),
(90229, 237, 2428, 'Seahurst', 'WA'),
(90230, 237, 2428, 'Seattle', 'WA'),
(90231, 237, 2428, 'Seaview', 'WA'),
(90232, 237, 2428, 'Sedro-Woolley', 'WA'),
(90233, 237, 2428, 'Selah', 'WA'),
(90234, 237, 2428, 'Sequim', 'WA'),
(90235, 237, 2428, 'Shaw Island', 'WA'),
(90236, 237, 2428, 'Shelton', 'WA'),
(90237, 237, 2428, 'Silvana', 'WA'),
(90238, 237, 2428, 'Silver Creek', 'WA'),
(90239, 237, 2428, 'Silverdale', 'WA'),
(90240, 237, 2428, 'Snohomish', 'WA'),
(90241, 237, 2428, 'Snoqualmie', 'WA'),
(90242, 237, 2428, 'Snoqualmie Pass', 'WA'),
(90243, 237, 2428, 'Soap Lake', 'WA'),
(90244, 237, 2428, 'South Bend', 'WA'),
(90245, 237, 2428, 'South Prairie', 'WA'),
(90246, 237, 2428, 'Southworth', 'WA'),
(90247, 237, 2428, 'Spanaway', 'WA'),
(90248, 237, 2428, 'Spangle', 'WA'),
(90249, 237, 2428, 'Spokane', 'WA'),
(90250, 237, 2428, 'Sprague', 'WA'),
(90251, 237, 2428, 'Springdale', 'WA'),
(90252, 237, 2428, 'Stanwood', 'WA'),
(90253, 237, 2428, 'Starbuck', 'WA'),
(90254, 237, 2428, 'Steilacoom', 'WA'),
(90255, 237, 2428, 'Stevenson', 'WA'),
(90256, 237, 2428, 'Stratford', 'WA'),
(90257, 237, 2428, 'Sultan', 'WA'),
(90258, 237, 2428, 'Sumas', 'WA'),
(90259, 237, 2428, 'Sumner', 'WA'),
(90260, 237, 2428, 'Sunnyside', 'WA'),
(90261, 237, 2428, 'Suquamish', 'WA'),
(90262, 237, 2428, 'Tacoma', 'WA'),
(90263, 237, 2428, 'Taholah', 'WA'),
(90264, 237, 2428, 'Tahuya', 'WA'),
(90265, 237, 2428, 'Tekoa', 'WA'),
(90266, 237, 2428, 'Tenino', 'WA'),
(90267, 237, 2428, 'Thorp', 'WA'),
(90268, 237, 2428, 'Tokeland', 'WA'),
(90269, 237, 2428, 'Toledo', 'WA'),
(90270, 237, 2428, 'Tonasket', 'WA'),
(90271, 237, 2428, 'Toppenish', 'WA'),
(90272, 237, 2428, 'Touchet', 'WA'),
(90273, 237, 2428, 'Tracyton', 'WA'),
(90274, 237, 2428, 'Trout Lake', 'WA'),
(90275, 237, 2428, 'Tumtum', 'WA'),
(90276, 237, 2428, 'Tumwater', 'WA'),
(90277, 237, 2428, 'Twisp', 'WA'),
(90278, 237, 2428, 'Underwood', 'WA'),
(90279, 237, 2428, 'Union', 'WA'),
(90280, 237, 2428, 'University Place', 'WA'),
(90281, 237, 2428, 'Usk', 'WA'),
(90282, 237, 2428, 'Vader', 'WA'),
(90283, 237, 2428, 'Valley', 'WA'),
(90284, 237, 2428, 'Valleyford', 'WA'),
(90285, 237, 2428, 'Vancouver', 'WA'),
(90286, 237, 2428, 'Vashon', 'WA'),
(90287, 237, 2428, 'Veradale', 'WA'),
(90288, 237, 2428, 'Waitsburg', 'WA'),
(90289, 237, 2428, 'Walla Walla', 'WA'),
(90290, 237, 2428, 'Wapato', 'WA'),
(90291, 237, 2428, 'Warden', 'WA'),
(90292, 237, 2428, 'Washougal', 'WA'),
(90293, 237, 2428, 'Waterville', 'WA'),
(90294, 237, 2428, 'Wauna', 'WA'),
(90295, 237, 2428, 'Wenatchee', 'WA'),
(90296, 237, 2428, 'West Richland', 'WA'),
(90297, 237, 2428, 'Westport', 'WA'),
(90298, 237, 2428, 'White Salmon', 'WA'),
(90299, 237, 2428, 'White Swan', 'WA'),
(90300, 237, 2428, 'Wilbur', 'WA'),
(90301, 237, 2428, 'Wilkeson', 'WA'),
(90302, 237, 2428, 'Willapa', 'WA'),
(90303, 237, 2428, 'Winlock', 'WA'),
(90304, 237, 2428, 'Winslow', 'WA'),
(90305, 237, 2428, 'Winthrop', 'WA'),
(90306, 237, 2428, 'Woodinville', 'WA'),
(90307, 237, 2428, 'Woodland', 'WA'),
(90308, 237, 2428, 'Yacolt', 'WA'),
(90309, 237, 2428, 'Yakima', 'WA'),
(90310, 237, 2428, 'Yelm', 'WA'),
(90311, 237, 2428, 'Zillah', 'WA'),
(90312, 237, 2429, 'Accoville', 'WV'),
(90313, 237, 2429, 'Albright', 'WV'),
(90314, 237, 2429, 'Alderson', 'WV'),
(90315, 237, 2429, 'Alkol', 'WV'),
(90316, 237, 2429, 'Alum Bridge', 'WV'),
(90317, 237, 2429, 'Alum Creek', 'WV'),
(90318, 237, 2429, 'Amherstdale', 'WV'),
(90319, 237, 2429, 'Amma', 'WV'),
(90320, 237, 2429, 'Anmoore', 'WV'),
(90321, 237, 2429, 'Ansted', 'WV'),
(90322, 237, 2429, 'Arnoldsburg', 'WV'),
(90323, 237, 2429, 'Arthurdale', 'WV'),
(90324, 237, 2429, 'Artie', 'WV'),
(90325, 237, 2429, 'Asbury', 'WV'),
(90326, 237, 2429, 'Ashford', 'WV'),
(90327, 237, 2429, 'Ashton', 'WV'),
(90328, 237, 2429, 'Athens', 'WV'),
(90329, 237, 2429, 'Augusta', 'WV'),
(90330, 237, 2429, 'Aurora', 'WV'),
(90331, 237, 2429, 'Avondale', 'WV'),
(90332, 237, 2429, 'Baker', 'WV'),
(90333, 237, 2429, 'Ballard', 'WV'),
(90334, 237, 2429, 'Bancroft', 'WV'),
(90335, 237, 2429, 'Barboursville', 'WV'),
(90336, 237, 2429, 'Bartley', 'WV'),
(90337, 237, 2429, 'Beaver', 'WV'),
(90338, 237, 2429, 'Beckley', 'WV'),
(90339, 237, 2429, 'Beech Bottom', 'WV'),
(90340, 237, 2429, 'Belington', 'WV');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(90341, 237, 2429, 'Belle', 'WV'),
(90342, 237, 2429, 'Belleville', 'WV'),
(90343, 237, 2429, 'Benwood', 'WV'),
(90344, 237, 2429, 'Berkeley Springs', 'WV'),
(90345, 237, 2429, 'Bethany', 'WV'),
(90346, 237, 2429, 'Beverly', 'WV'),
(90347, 237, 2429, 'Bickmore', 'WV'),
(90348, 237, 2429, 'Big Creek', 'WV'),
(90349, 237, 2429, 'Big Sandy', 'WV'),
(90350, 237, 2429, 'Birch River', 'WV'),
(90351, 237, 2429, 'Blacksville', 'WV'),
(90352, 237, 2429, 'Bloomery', 'WV'),
(90353, 237, 2429, 'Bloomingrose', 'WV'),
(90354, 237, 2429, 'Bluefield', 'WV'),
(90355, 237, 2429, 'Bob White', 'WV'),
(90356, 237, 2429, 'Bolt', 'WV'),
(90357, 237, 2429, 'Bomont', 'WV'),
(90358, 237, 2429, 'Bradley', 'WV'),
(90359, 237, 2429, 'Bramwell', 'WV'),
(90360, 237, 2429, 'Branchland', 'WV'),
(90361, 237, 2429, 'Brandywine', 'WV'),
(90362, 237, 2429, 'Bridgeport', 'WV'),
(90363, 237, 2429, 'Brohard', 'WV'),
(90364, 237, 2429, 'Bruceton Mills', 'WV'),
(90365, 237, 2429, 'Buckeye', 'WV'),
(90366, 237, 2429, 'Buckhannon', 'WV'),
(90367, 237, 2429, 'Buffalo', 'WV'),
(90368, 237, 2429, 'Bunker Hill', 'WV'),
(90369, 237, 2429, 'Burlington', 'WV'),
(90370, 237, 2429, 'Cabin Creek', 'WV'),
(90371, 237, 2429, 'Cabins', 'WV'),
(90372, 237, 2429, 'Cairo', 'WV'),
(90373, 237, 2429, 'Caldwell', 'WV'),
(90374, 237, 2429, 'Cameron', 'WV'),
(90375, 237, 2429, 'Cannelton', 'WV'),
(90376, 237, 2429, 'Capon Bridge', 'WV'),
(90377, 237, 2429, 'Cass', 'WV'),
(90378, 237, 2429, 'Cedar Grove', 'WV'),
(90379, 237, 2429, 'Ceredo', 'WV'),
(90380, 237, 2429, 'Chapmanville', 'WV'),
(90381, 237, 2429, 'Charles Town', 'WV'),
(90382, 237, 2429, 'Charleston', 'WV'),
(90383, 237, 2429, 'Charlton Heights', 'WV'),
(90384, 237, 2429, 'Charmco', 'WV'),
(90385, 237, 2429, 'Chauncey', 'WV'),
(90386, 237, 2429, 'Chester', 'WV'),
(90387, 237, 2429, 'Chloe', 'WV'),
(90388, 237, 2429, 'Circleville', 'WV'),
(90389, 237, 2429, 'Clarksburg', 'WV'),
(90390, 237, 2429, 'Clay', 'WV'),
(90391, 237, 2429, 'Clear Creek', 'WV'),
(90392, 237, 2429, 'Clear Fork', 'WV'),
(90393, 237, 2429, 'Clendenin', 'WV'),
(90394, 237, 2429, 'Clothier', 'WV'),
(90395, 237, 2429, 'Coal City', 'WV'),
(90396, 237, 2429, 'Coal Mountain', 'WV'),
(90397, 237, 2429, 'Coalton', 'WV'),
(90398, 237, 2429, 'Colliers', 'WV'),
(90399, 237, 2429, 'Comfort', 'WV'),
(90400, 237, 2429, 'Cool Ridge', 'WV'),
(90401, 237, 2429, 'Cottageville', 'WV'),
(90402, 237, 2429, 'Cowen', 'WV'),
(90403, 237, 2429, 'Crab Orchard', 'WV'),
(90404, 237, 2429, 'Craigsville', 'WV'),
(90405, 237, 2429, 'Crawford', 'WV'),
(90406, 237, 2429, 'Crawley', 'WV'),
(90407, 237, 2429, 'Crum', 'WV'),
(90408, 237, 2429, 'Cucumber', 'WV'),
(90409, 237, 2429, 'Culloden', 'WV'),
(90410, 237, 2429, 'Cyclone', 'WV'),
(90411, 237, 2429, 'Dailey', 'WV'),
(90412, 237, 2429, 'Danese', 'WV'),
(90413, 237, 2429, 'Daniels', 'WV'),
(90414, 237, 2429, 'Danville', 'WV'),
(90415, 237, 2429, 'Davin', 'WV'),
(90416, 237, 2429, 'Davis', 'WV'),
(90417, 237, 2429, 'Davisville', 'WV'),
(90418, 237, 2429, 'Davy', 'WV'),
(90419, 237, 2429, 'Delbarton', 'WV'),
(90420, 237, 2429, 'Dellslow', 'WV'),
(90421, 237, 2429, 'Dingess', 'WV'),
(90422, 237, 2429, 'Dixie', 'WV'),
(90423, 237, 2429, 'Dryfork', 'WV'),
(90424, 237, 2429, 'Duck', 'WV'),
(90425, 237, 2429, 'Dunbar', 'WV'),
(90426, 237, 2429, 'Dunlow', 'WV'),
(90427, 237, 2429, 'East Bank', 'WV'),
(90428, 237, 2429, 'Eccles', 'WV'),
(90429, 237, 2429, 'Eglon', 'WV'),
(90430, 237, 2429, 'Elbert', 'WV'),
(90431, 237, 2429, 'Eleanor', 'WV'),
(90432, 237, 2429, 'Elizabeth', 'WV'),
(90433, 237, 2429, 'Elk Garden', 'WV'),
(90434, 237, 2429, 'Elkins', 'WV'),
(90435, 237, 2429, 'Elkview', 'WV'),
(90436, 237, 2429, 'Ellamore', 'WV'),
(90437, 237, 2429, 'Ellenboro', 'WV'),
(90438, 237, 2429, 'Enterprise', 'WV'),
(90439, 237, 2429, 'Erbacon', 'WV'),
(90440, 237, 2429, 'Eskdale', 'WV'),
(90441, 237, 2429, 'Evans', 'WV'),
(90442, 237, 2429, 'Fairmont', 'WV'),
(90443, 237, 2429, 'Fairview', 'WV'),
(90444, 237, 2429, 'Falling Rock', 'WV'),
(90445, 237, 2429, 'Falling Waters', 'WV'),
(90446, 237, 2429, 'Farmington', 'WV'),
(90447, 237, 2429, 'Fayetteville', 'WV'),
(90448, 237, 2429, 'Flat Top', 'WV'),
(90449, 237, 2429, 'Flemington', 'WV'),
(90450, 237, 2429, 'Follansbee', 'WV'),
(90451, 237, 2429, 'Folsom', 'WV'),
(90452, 237, 2429, 'Fort Ashby', 'WV'),
(90453, 237, 2429, 'Fort Gay', 'WV'),
(90454, 237, 2429, 'Foster', 'WV'),
(90455, 237, 2429, 'Frametown', 'WV'),
(90456, 237, 2429, 'Franklin', 'WV'),
(90457, 237, 2429, 'Fraziers Bottom', 'WV'),
(90458, 237, 2429, 'French Creek', 'WV'),
(90459, 237, 2429, 'Friendly', 'WV'),
(90460, 237, 2429, 'Gallipolis Ferry', 'WV'),
(90461, 237, 2429, 'Galloway', 'WV'),
(90462, 237, 2429, 'Gandeeville', 'WV'),
(90463, 237, 2429, 'Gary', 'WV'),
(90464, 237, 2429, 'Gassaway', 'WV'),
(90465, 237, 2429, 'Gauley Bridge', 'WV'),
(90466, 237, 2429, 'Genoa', 'WV'),
(90467, 237, 2429, 'Gerrardstown', 'WV'),
(90468, 237, 2429, 'Gilbert', 'WV'),
(90469, 237, 2429, 'Glasgow', 'WV'),
(90470, 237, 2429, 'Glen', 'WV'),
(90471, 237, 2429, 'Glen Daniel', 'WV'),
(90472, 237, 2429, 'Glen Easton', 'WV'),
(90473, 237, 2429, 'Glen Fork', 'WV'),
(90474, 237, 2429, 'Glen Rogers', 'WV'),
(90475, 237, 2429, 'Glen White', 'WV'),
(90476, 237, 2429, 'Glendale', 'WV'),
(90477, 237, 2429, 'Glenville', 'WV'),
(90478, 237, 2429, 'Glenwood', 'WV'),
(90479, 237, 2429, 'Gordon', 'WV'),
(90480, 237, 2429, 'Grafton', 'WV'),
(90481, 237, 2429, 'Grant Town', 'WV'),
(90482, 237, 2429, 'Grantsville', 'WV'),
(90483, 237, 2429, 'Granville', 'WV'),
(90484, 237, 2429, 'Great Cacapon', 'WV'),
(90485, 237, 2429, 'Green Bank', 'WV'),
(90486, 237, 2429, 'Green Spring', 'WV'),
(90487, 237, 2429, 'Griffithsville', 'WV'),
(90488, 237, 2429, 'Gypsy', 'WV'),
(90489, 237, 2429, 'Hambleton', 'WV'),
(90490, 237, 2429, 'Hamlin', 'WV'),
(90491, 237, 2429, 'Harman', 'WV'),
(90492, 237, 2429, 'Harper', 'WV'),
(90493, 237, 2429, 'Harpers Ferry', 'WV'),
(90494, 237, 2429, 'Harrisville', 'WV'),
(90495, 237, 2429, 'Harts', 'WV'),
(90496, 237, 2429, 'Heaters', 'WV'),
(90497, 237, 2429, 'Hedgesville', 'WV'),
(90498, 237, 2429, 'Helen', 'WV'),
(90499, 237, 2429, 'Helvetia', 'WV'),
(90500, 237, 2429, 'Henderson', 'WV'),
(90501, 237, 2429, 'Hendricks', 'WV'),
(90502, 237, 2429, 'Hernshaw', 'WV'),
(90503, 237, 2429, 'Hewett', 'WV'),
(90504, 237, 2429, 'Hico', 'WV'),
(90505, 237, 2429, 'Hillsboro', 'WV'),
(90506, 237, 2429, 'Hilltop', 'WV'),
(90507, 237, 2429, 'Hinton', 'WV'),
(90508, 237, 2429, 'Horner', 'WV'),
(90509, 237, 2429, 'Hugheston', 'WV'),
(90510, 237, 2429, 'Hundred', 'WV'),
(90511, 237, 2429, 'Huntington', 'WV'),
(90512, 237, 2429, 'Hurricane', 'WV'),
(90513, 237, 2429, 'Huttonsville', 'WV'),
(90514, 237, 2429, 'Iaeger', 'WV'),
(90515, 237, 2429, 'Independence', 'WV'),
(90516, 237, 2429, 'Indore', 'WV'),
(90517, 237, 2429, 'Institute', 'WV'),
(90518, 237, 2429, 'Inwood', 'WV'),
(90519, 237, 2429, 'Ireland', 'WV'),
(90520, 237, 2429, 'Itmann', 'WV'),
(90521, 237, 2429, 'Ivydale', 'WV'),
(90522, 237, 2429, 'Jacksonburg', 'WV'),
(90523, 237, 2429, 'Jane Lew', 'WV'),
(90524, 237, 2429, 'Jeffrey', 'WV'),
(90525, 237, 2429, 'Jesse', 'WV'),
(90526, 237, 2429, 'Jolo', 'WV'),
(90527, 237, 2429, 'Julian', 'WV'),
(90528, 237, 2429, 'Jumping Branch', 'WV'),
(90529, 237, 2429, 'Junior', 'WV'),
(90530, 237, 2429, 'Justice', 'WV'),
(90531, 237, 2429, 'Kearneysville', 'WV'),
(90532, 237, 2429, 'Kenna', 'WV'),
(90533, 237, 2429, 'Kenova', 'WV'),
(90534, 237, 2429, 'Kermit', 'WV'),
(90535, 237, 2429, 'Keyser', 'WV'),
(90536, 237, 2429, 'Kimball', 'WV'),
(90537, 237, 2429, 'Kimberly', 'WV'),
(90538, 237, 2429, 'Kincaid', 'WV'),
(90539, 237, 2429, 'Kingwood', 'WV'),
(90540, 237, 2429, 'Kistler', 'WV'),
(90541, 237, 2429, 'Lake', 'WV'),
(90542, 237, 2429, 'Lashmeet', 'WV'),
(90543, 237, 2429, 'Lavalette', 'WV'),
(90544, 237, 2429, 'Layland', 'WV'),
(90545, 237, 2429, 'Lenore', 'WV'),
(90546, 237, 2429, 'Leon', 'WV'),
(90547, 237, 2429, 'Lerona', 'WV'),
(90548, 237, 2429, 'Lesage', 'WV'),
(90549, 237, 2429, 'Leslie', 'WV'),
(90550, 237, 2429, 'Lester', 'WV'),
(90551, 237, 2429, 'Letart', 'WV'),
(90552, 237, 2429, 'Levels', 'WV'),
(90553, 237, 2429, 'Lewisburg', 'WV'),
(90554, 237, 2429, 'Liberty', 'WV'),
(90555, 237, 2429, 'Lindside', 'WV'),
(90556, 237, 2429, 'Linn', 'WV'),
(90557, 237, 2429, 'Little Birch', 'WV'),
(90558, 237, 2429, 'Littleton', 'WV'),
(90559, 237, 2429, 'Logan', 'WV'),
(90560, 237, 2429, 'Looneyville', 'WV'),
(90561, 237, 2429, 'Lorado', 'WV'),
(90562, 237, 2429, 'Lost City', 'WV'),
(90563, 237, 2429, 'Lost Creek', 'WV'),
(90564, 237, 2429, 'Lumberport', 'WV'),
(90565, 237, 2429, 'Lynco', 'WV'),
(90566, 237, 2429, 'Maben', 'WV'),
(90567, 237, 2429, 'Mabscott', 'WV'),
(90568, 237, 2429, 'Madison', 'WV'),
(90569, 237, 2429, 'Maidsville', 'WV'),
(90570, 237, 2429, 'Mallory', 'WV'),
(90571, 237, 2429, 'Man', 'WV'),
(90572, 237, 2429, 'Mannington', 'WV'),
(90573, 237, 2429, 'Marlinton', 'WV'),
(90574, 237, 2429, 'Martinsburg', 'WV'),
(90575, 237, 2429, 'Mason', 'WV'),
(90576, 237, 2429, 'Masontown', 'WV'),
(90577, 237, 2429, 'Matewan', 'WV'),
(90578, 237, 2429, 'Mathias', 'WV'),
(90579, 237, 2429, 'Matoaka', 'WV'),
(90580, 237, 2429, 'Maxwelton', 'WV'),
(90581, 237, 2429, 'Maysel', 'WV'),
(90582, 237, 2429, 'McGraws', 'WV'),
(90583, 237, 2429, 'McMechen', 'WV'),
(90584, 237, 2429, 'Meadowbrook', 'WV'),
(90585, 237, 2429, 'Metz', 'WV'),
(90586, 237, 2429, 'Miami', 'WV'),
(90587, 237, 2429, 'Middlebourne', 'WV'),
(90588, 237, 2429, 'Midkiff', 'WV'),
(90589, 237, 2429, 'Midway', 'WV'),
(90590, 237, 2429, 'Mill Creek', 'WV'),
(90591, 237, 2429, 'Millwood', 'WV'),
(90592, 237, 2429, 'Milton', 'WV'),
(90593, 237, 2429, 'Mineral Wells', 'WV'),
(90594, 237, 2429, 'Moatsville', 'WV'),
(90595, 237, 2429, 'Mohawk', 'WV'),
(90596, 237, 2429, 'Montcalm', 'WV'),
(90597, 237, 2429, 'Montgomery', 'WV'),
(90598, 237, 2429, 'Montrose', 'WV'),
(90599, 237, 2429, 'Moorefield', 'WV'),
(90600, 237, 2429, 'Morgantown', 'WV'),
(90601, 237, 2429, 'Moundsville', 'WV'),
(90602, 237, 2429, 'Mount Carbon', 'WV'),
(90603, 237, 2429, 'Mount Clare', 'WV'),
(90604, 237, 2429, 'Mount Gay', 'WV'),
(90605, 237, 2429, 'Mount Hope', 'WV'),
(90606, 237, 2429, 'Mount Lookout', 'WV'),
(90607, 237, 2429, 'Mount Nebo', 'WV'),
(90608, 237, 2429, 'Mount Zion', 'WV'),
(90609, 237, 2429, 'Mullens', 'WV'),
(90610, 237, 2429, 'Nallen', 'WV'),
(90611, 237, 2429, 'Nebo', 'WV'),
(90612, 237, 2429, 'Nellis', 'WV'),
(90613, 237, 2429, 'Nettie', 'WV'),
(90614, 237, 2429, 'New Cumberland', 'WV'),
(90615, 237, 2429, 'New Haven', 'WV'),
(90616, 237, 2429, 'New Manchester', 'WV'),
(90617, 237, 2429, 'New Martinsville', 'WV'),
(90618, 237, 2429, 'New Milton', 'WV'),
(90619, 237, 2429, 'Newburg', 'WV'),
(90620, 237, 2429, 'Newell', 'WV'),
(90621, 237, 2429, 'Newhall', 'WV'),
(90622, 237, 2429, 'Newton', 'WV'),
(90623, 237, 2429, 'Nitro', 'WV'),
(90624, 237, 2429, 'Normantown', 'WV'),
(90625, 237, 2429, 'North Spring', 'WV'),
(90626, 237, 2429, 'Northfork', 'WV'),
(90627, 237, 2429, 'Oak Hill', 'WV'),
(90628, 237, 2429, 'Oakvale', 'WV'),
(90629, 237, 2429, 'Oceana', 'WV'),
(90630, 237, 2429, 'Old Fields', 'WV'),
(90631, 237, 2429, 'Omar', 'WV'),
(90632, 237, 2429, 'Ona', 'WV'),
(90633, 237, 2429, 'Orma', 'WV'),
(90634, 237, 2429, 'Paden City', 'WV'),
(90635, 237, 2429, 'Pageton', 'WV'),
(90636, 237, 2429, 'Palestine', 'WV'),
(90637, 237, 2429, 'Parkersburg', 'WV'),
(90638, 237, 2429, 'Parsons', 'WV'),
(90639, 237, 2429, 'Paw Paw', 'WV'),
(90640, 237, 2429, 'Peach Creek', 'WV'),
(90641, 237, 2429, 'Pecks Mill', 'WV'),
(90642, 237, 2429, 'Pennsboro', 'WV'),
(90643, 237, 2429, 'Pentress', 'WV'),
(90644, 237, 2429, 'Petersburg', 'WV'),
(90645, 237, 2429, 'Peterstown', 'WV'),
(90646, 237, 2429, 'Peytona', 'WV'),
(90647, 237, 2429, 'Philippi', 'WV'),
(90648, 237, 2429, 'Pinch', 'WV'),
(90649, 237, 2429, 'Pine Grove', 'WV'),
(90650, 237, 2429, 'Pineville', 'WV'),
(90651, 237, 2429, 'Poca', 'WV'),
(90652, 237, 2429, 'Point Pleasant', 'WV'),
(90653, 237, 2429, 'Powellton', 'WV'),
(90654, 237, 2429, 'Pratt', 'WV'),
(90655, 237, 2429, 'Prichard', 'WV'),
(90656, 237, 2429, 'Princeton', 'WV'),
(90657, 237, 2429, 'Procious', 'WV'),
(90658, 237, 2429, 'Proctor', 'WV'),
(90659, 237, 2429, 'Pullman', 'WV'),
(90660, 237, 2429, 'Purgitsville', 'WV'),
(90661, 237, 2429, 'Quinwood', 'WV'),
(90662, 237, 2429, 'Rachel', 'WV'),
(90663, 237, 2429, 'Racine', 'WV'),
(90664, 237, 2429, 'Rainelle', 'WV'),
(90665, 237, 2429, 'Ranger', 'WV'),
(90666, 237, 2429, 'Ranson', 'WV'),
(90667, 237, 2429, 'Ravenswood', 'WV'),
(90668, 237, 2429, 'Raysal', 'WV'),
(90669, 237, 2429, 'Reader', 'WV'),
(90670, 237, 2429, 'Red House', 'WV'),
(90671, 237, 2429, 'Reedsville', 'WV'),
(90672, 237, 2429, 'Reedy', 'WV'),
(90673, 237, 2429, 'Richwood', 'WV'),
(90674, 237, 2429, 'Ridgeley', 'WV'),
(90675, 237, 2429, 'Rio', 'WV'),
(90676, 237, 2429, 'Ripley', 'WV'),
(90677, 237, 2429, 'Riverton', 'WV'),
(90678, 237, 2429, 'Rivesville', 'WV'),
(90679, 237, 2429, 'Rock', 'WV'),
(90680, 237, 2429, 'Rock Creek', 'WV'),
(90681, 237, 2429, 'Rockport', 'WV'),
(90682, 237, 2429, 'Roderfield', 'WV'),
(90683, 237, 2429, 'Romney', 'WV'),
(90684, 237, 2429, 'Ronceverte', 'WV'),
(90685, 237, 2429, 'Rowlesburg', 'WV'),
(90686, 237, 2429, 'Rupert', 'WV'),
(90687, 237, 2429, 'Saint Albans', 'WV'),
(90688, 237, 2429, 'Saint Marys', 'WV'),
(90689, 237, 2429, 'Salem', 'WV'),
(90690, 237, 2429, 'Salt Rock', 'WV'),
(90691, 237, 2429, 'Sand Fork', 'WV'),
(90692, 237, 2429, 'Sandyville', 'WV'),
(90693, 237, 2429, 'Sarah Ann', 'WV'),
(90694, 237, 2429, 'Scarbro', 'WV'),
(90695, 237, 2429, 'Scott Depot', 'WV'),
(90696, 237, 2429, 'Secondcreek', 'WV'),
(90697, 237, 2429, 'Seth', 'WV'),
(90698, 237, 2429, 'Shady Spring', 'WV'),
(90699, 237, 2429, 'Shenandoah Junction', 'WV'),
(90700, 237, 2429, 'Shepherdstown', 'WV'),
(90701, 237, 2429, 'Shinnston', 'WV'),
(90702, 237, 2429, 'Sinks Grove', 'WV'),
(90703, 237, 2429, 'Sistersville', 'WV'),
(90704, 237, 2429, 'Slanesville', 'WV'),
(90705, 237, 2429, 'Slaty Fork', 'WV'),
(90706, 237, 2429, 'Smithers', 'WV'),
(90707, 237, 2429, 'Smithfield', 'WV'),
(90708, 237, 2429, 'Smithville', 'WV'),
(90709, 237, 2429, 'Snowshoe', 'WV'),
(90710, 237, 2429, 'Sod', 'WV'),
(90711, 237, 2429, 'Sophia', 'WV'),
(90712, 237, 2429, 'Southside', 'WV'),
(90713, 237, 2429, 'Spanishburg', 'WV'),
(90714, 237, 2429, 'Spencer', 'WV'),
(90715, 237, 2429, 'Springfield', 'WV'),
(90716, 237, 2429, 'Spurlockville', 'WV'),
(90717, 237, 2429, 'Stanaford', 'WV'),
(90718, 237, 2429, 'Stollings', 'WV'),
(90719, 237, 2429, 'Summersville', 'WV'),
(90720, 237, 2429, 'Summit Point', 'WV'),
(90721, 237, 2429, 'Sunnyside', 'WV'),
(90722, 237, 2429, 'Surveyor', 'WV'),
(90723, 237, 2429, 'Sutton', 'WV'),
(90724, 237, 2429, 'Tad', 'WV'),
(90725, 237, 2429, 'Talcott', 'WV'),
(90726, 237, 2429, 'Terra Alta', 'WV'),
(90727, 237, 2429, 'Thomas', 'WV'),
(90728, 237, 2429, 'Thornton', 'WV'),
(90729, 237, 2429, 'Tornado', 'WV'),
(90730, 237, 2429, 'Triadelphia', 'WV'),
(90731, 237, 2429, 'Tunnelton', 'WV'),
(90732, 237, 2429, 'Twilight', 'WV'),
(90733, 237, 2429, 'Union', 'WV'),
(90734, 237, 2429, 'Upper Tract', 'WV'),
(90735, 237, 2429, 'Upperglade', 'WV'),
(90736, 237, 2429, 'Valley Bend', 'WV'),
(90737, 237, 2429, 'Valley Head', 'WV'),
(90738, 237, 2429, 'Van', 'WV'),
(90739, 237, 2429, 'Verdunville', 'WV'),
(90740, 237, 2429, 'Victor', 'WV'),
(90741, 237, 2429, 'Vienna', 'WV'),
(90742, 237, 2429, 'Walker', 'WV'),
(90743, 237, 2429, 'Walkersville', 'WV'),
(90744, 237, 2429, 'Wallace', 'WV'),
(90745, 237, 2429, 'Wallback', 'WV'),
(90746, 237, 2429, 'Walton', 'WV'),
(90747, 237, 2429, 'War', 'WV'),
(90748, 237, 2429, 'Wardensville', 'WV'),
(90749, 237, 2429, 'Washington', 'WV'),
(90750, 237, 2429, 'Waverly', 'WV'),
(90751, 237, 2429, 'Wayne', 'WV'),
(90752, 237, 2429, 'Webster Springs', 'WV'),
(90753, 237, 2429, 'Weirton', 'WV'),
(90754, 237, 2429, 'Welch', 'WV'),
(90755, 237, 2429, 'Wellsburg', 'WV'),
(90756, 237, 2429, 'West Hamlin', 'WV'),
(90757, 237, 2429, 'West Liberty', 'WV'),
(90758, 237, 2429, 'West Milford', 'WV'),
(90759, 237, 2429, 'West Union', 'WV'),
(90760, 237, 2429, 'Weston', 'WV'),
(90761, 237, 2429, 'Wharncliffe', 'WV'),
(90762, 237, 2429, 'Wharton', 'WV'),
(90763, 237, 2429, 'Wheeling', 'WV'),
(90764, 237, 2429, 'White Sulphur Springs', 'WV'),
(90765, 237, 2429, 'Whitesville', 'WV'),
(90766, 237, 2429, 'Whitman', 'WV'),
(90767, 237, 2429, 'Wilkinson', 'WV'),
(90768, 237, 2429, 'Williamson', 'WV'),
(90769, 237, 2429, 'Williamstown', 'WV'),
(90770, 237, 2429, 'Wilsondale', 'WV'),
(90771, 237, 2429, 'Winfield', 'WV'),
(90772, 237, 2429, 'Winifrede', 'WV'),
(90773, 237, 2429, 'Winona', 'WV'),
(90774, 237, 2429, 'Worthington', 'WV'),
(90775, 237, 2429, 'Wyoming', 'WV'),
(90776, 237, 2429, 'Yawkey', 'WV'),
(90777, 237, 2429, 'Yellow Spring', 'WV'),
(90778, 237, 2430, 'Abbotsford', 'WI'),
(90779, 237, 2430, 'Abrams', 'WI'),
(90780, 237, 2430, 'Adams', 'WI'),
(90781, 237, 2430, 'Adell', 'WI'),
(90782, 237, 2430, 'Albany', 'WI'),
(90783, 237, 2430, 'Algoma', 'WI'),
(90784, 237, 2430, 'Allenton', 'WI'),
(90785, 237, 2430, 'Alma', 'WI'),
(90786, 237, 2430, 'Alma Center', 'WI'),
(90787, 237, 2430, 'Almena', 'WI'),
(90788, 237, 2430, 'Almond', 'WI'),
(90789, 237, 2430, 'Altoona', 'WI'),
(90790, 237, 2430, 'Amery', 'WI'),
(90791, 237, 2430, 'Amherst', 'WI'),
(90792, 237, 2430, 'Amherst Junction', 'WI'),
(90793, 237, 2430, 'Antigo', 'WI'),
(90794, 237, 2430, 'Appleton', 'WI'),
(90795, 237, 2430, 'Arcadia', 'WI'),
(90796, 237, 2430, 'Arena', 'WI'),
(90797, 237, 2430, 'Argonne', 'WI'),
(90798, 237, 2430, 'Argyle', 'WI'),
(90799, 237, 2430, 'Arkansaw', 'WI'),
(90800, 237, 2430, 'Arkdale', 'WI'),
(90801, 237, 2430, 'Arlington', 'WI'),
(90802, 237, 2430, 'Arpin', 'WI'),
(90803, 237, 2430, 'Ashland', 'WI'),
(90804, 237, 2430, 'Athelstane', 'WI'),
(90805, 237, 2430, 'Athens', 'WI'),
(90806, 237, 2430, 'Auburndale', 'WI'),
(90807, 237, 2430, 'Augusta', 'WI'),
(90808, 237, 2430, 'Avalon', 'WI'),
(90809, 237, 2430, 'Avoca', 'WI'),
(90810, 237, 2430, 'Bagley', 'WI'),
(90811, 237, 2430, 'Baileys Harbor', 'WI'),
(90812, 237, 2430, 'Baldwin', 'WI'),
(90813, 237, 2430, 'Balsam Lake', 'WI'),
(90814, 237, 2430, 'Bangor', 'WI'),
(90815, 237, 2430, 'Baraboo', 'WI'),
(90816, 237, 2430, 'Barneveld', 'WI'),
(90817, 237, 2430, 'Barron', 'WI'),
(90818, 237, 2430, 'Barronett', 'WI'),
(90819, 237, 2430, 'Bear Creek', 'WI'),
(90820, 237, 2430, 'Beaver Dam', 'WI'),
(90821, 237, 2430, 'Belgium', 'WI'),
(90822, 237, 2430, 'Belleville', 'WI'),
(90823, 237, 2430, 'Belmont', 'WI'),
(90824, 237, 2430, 'Beloit', 'WI'),
(90825, 237, 2430, 'Berlin', 'WI'),
(90826, 237, 2430, 'Big Bend', 'WI'),
(90827, 237, 2430, 'Birchwood', 'WI'),
(90828, 237, 2430, 'Birnamwood', 'WI'),
(90829, 237, 2430, 'Black Creek', 'WI'),
(90830, 237, 2430, 'Black Earth', 'WI'),
(90831, 237, 2430, 'Black River Falls', 'WI'),
(90832, 237, 2430, 'Blair', 'WI'),
(90833, 237, 2430, 'Blanchardville', 'WI'),
(90834, 237, 2430, 'Bloomer', 'WI'),
(90835, 237, 2430, 'Bloomington', 'WI'),
(90836, 237, 2430, 'Blue Mounds', 'WI'),
(90837, 237, 2430, 'Blue River', 'WI'),
(90838, 237, 2430, 'Bonduel', 'WI'),
(90839, 237, 2430, 'Boscobel', 'WI'),
(90840, 237, 2430, 'Boulder Junction', 'WI'),
(90841, 237, 2430, 'Bowler', 'WI'),
(90842, 237, 2430, 'Boyceville', 'WI'),
(90843, 237, 2430, 'Boyd', 'WI'),
(90844, 237, 2430, 'Brandon', 'WI'),
(90845, 237, 2430, 'Briggsville', 'WI'),
(90846, 237, 2430, 'Brillion', 'WI'),
(90847, 237, 2430, 'Bristol', 'WI'),
(90848, 237, 2430, 'Brodhead', 'WI'),
(90849, 237, 2430, 'Brokaw', 'WI'),
(90850, 237, 2430, 'Brookfield', 'WI'),
(90851, 237, 2430, 'Brooklyn', 'WI'),
(90852, 237, 2430, 'Brownsville', 'WI'),
(90853, 237, 2430, 'Browntown', 'WI'),
(90854, 237, 2430, 'Bruce', 'WI'),
(90855, 237, 2430, 'Brule', 'WI'),
(90856, 237, 2430, 'Burlington', 'WI'),
(90857, 237, 2430, 'Burnett', 'WI'),
(90858, 237, 2430, 'Butler', 'WI'),
(90859, 237, 2430, 'Butternut', 'WI'),
(90860, 237, 2430, 'Cable', 'WI'),
(90861, 237, 2430, 'Cadott', 'WI'),
(90862, 237, 2430, 'Caledonia', 'WI'),
(90863, 237, 2430, 'Cambria', 'WI'),
(90864, 237, 2430, 'Cambridge', 'WI'),
(90865, 237, 2430, 'Cameron', 'WI'),
(90866, 237, 2430, 'Camp Douglas', 'WI'),
(90867, 237, 2430, 'Campbellsport', 'WI'),
(90868, 237, 2430, 'Caroline', 'WI'),
(90869, 237, 2430, 'Casco', 'WI'),
(90870, 237, 2430, 'Cashton', 'WI'),
(90871, 237, 2430, 'Cassville', 'WI'),
(90872, 237, 2430, 'Cazenovia', 'WI'),
(90873, 237, 2430, 'Cecil', 'WI'),
(90874, 237, 2430, 'Cedar Grove', 'WI'),
(90875, 237, 2430, 'Cedarburg', 'WI'),
(90876, 237, 2430, 'Centuria', 'WI'),
(90877, 237, 2430, 'Chaseburg', 'WI'),
(90878, 237, 2430, 'Chetek', 'WI'),
(90879, 237, 2430, 'Chili', 'WI'),
(90880, 237, 2430, 'Chilton', 'WI'),
(90881, 237, 2430, 'Chippewa Falls', 'WI'),
(90882, 237, 2430, 'Clear Lake', 'WI'),
(90883, 237, 2430, 'Cleveland', 'WI'),
(90884, 237, 2430, 'Clinton', 'WI'),
(90885, 237, 2430, 'Clintonville', 'WI'),
(90886, 237, 2430, 'Cobb', 'WI'),
(90887, 237, 2430, 'Cochrane', 'WI'),
(90888, 237, 2430, 'Colby', 'WI'),
(90889, 237, 2430, 'Coleman', 'WI'),
(90890, 237, 2430, 'Colfax', 'WI'),
(90891, 237, 2430, 'Colgate', 'WI'),
(90892, 237, 2430, 'Collins', 'WI'),
(90893, 237, 2430, 'Coloma', 'WI'),
(90894, 237, 2430, 'Columbus', 'WI'),
(90895, 237, 2430, 'Combined Locks', 'WI'),
(90896, 237, 2430, 'Conover', 'WI'),
(90897, 237, 2430, 'Conrath', 'WI'),
(90898, 237, 2430, 'Coon Valley', 'WI'),
(90899, 237, 2430, 'Cornell', 'WI'),
(90900, 237, 2430, 'Cottage Grove', 'WI'),
(90901, 237, 2430, 'Couderay', 'WI'),
(90902, 237, 2430, 'Crandon', 'WI'),
(90903, 237, 2430, 'Crivitz', 'WI'),
(90904, 237, 2430, 'Cross Plains', 'WI'),
(90905, 237, 2430, 'Cuba City', 'WI'),
(90906, 237, 2430, 'Cudahy', 'WI'),
(90907, 237, 2430, 'Cumberland', 'WI'),
(90908, 237, 2430, 'Curtiss', 'WI'),
(90909, 237, 2430, 'Cushing', 'WI'),
(90910, 237, 2430, 'Custer', 'WI'),
(90911, 237, 2430, 'Dallas', 'WI'),
(90912, 237, 2430, 'Danbury', 'WI'),
(90913, 237, 2430, 'Dane', 'WI'),
(90914, 237, 2430, 'Darien', 'WI'),
(90915, 237, 2430, 'Darlington', 'WI'),
(90916, 237, 2430, 'De Forest', 'WI'),
(90917, 237, 2430, 'De Soto', 'WI'),
(90918, 237, 2430, 'Deerbrook', 'WI'),
(90919, 237, 2430, 'Deerfield', 'WI'),
(90920, 237, 2430, 'Delafield', 'WI'),
(90921, 237, 2430, 'Delavan', 'WI'),
(90922, 237, 2430, 'Denmark', 'WI'),
(90923, 237, 2430, 'Depere', 'WI'),
(90924, 237, 2430, 'Dickeyville', 'WI'),
(90925, 237, 2430, 'Dodge', 'WI'),
(90926, 237, 2430, 'Dodgeville', 'WI'),
(90927, 237, 2430, 'Dorchester', 'WI'),
(90928, 237, 2430, 'Dousman', 'WI'),
(90929, 237, 2430, 'Downsville', 'WI'),
(90930, 237, 2430, 'Dresser', 'WI'),
(90931, 237, 2430, 'Drummond', 'WI'),
(90932, 237, 2430, 'Dunbar', 'WI'),
(90933, 237, 2430, 'Durand', 'WI'),
(90934, 237, 2430, 'Eagle', 'WI'),
(90935, 237, 2430, 'Eagle River', 'WI'),
(90936, 237, 2430, 'East Troy', 'WI'),
(90937, 237, 2430, 'Eastman', 'WI'),
(90938, 237, 2430, 'Eau Claire', 'WI'),
(90939, 237, 2430, 'Eau Galle', 'WI'),
(90940, 237, 2430, 'Eden', 'WI'),
(90941, 237, 2430, 'Edgar', 'WI'),
(90942, 237, 2430, 'Edgerton', 'WI'),
(90943, 237, 2430, 'Edmund', 'WI'),
(90944, 237, 2430, 'Egg Harbor', 'WI'),
(90945, 237, 2430, 'Eldorado', 'WI'),
(90946, 237, 2430, 'Eleva', 'WI'),
(90947, 237, 2430, 'Elk Mound', 'WI'),
(90948, 237, 2430, 'Elkhart Lake', 'WI'),
(90949, 237, 2430, 'Elkhorn', 'WI'),
(90950, 237, 2430, 'Ellison Bay', 'WI'),
(90951, 237, 2430, 'Ellsworth', 'WI'),
(90952, 237, 2430, 'Elm Grove', 'WI'),
(90953, 237, 2430, 'Elmwood', 'WI'),
(90954, 237, 2430, 'Elroy', 'WI'),
(90955, 237, 2430, 'Elton', 'WI'),
(90956, 237, 2430, 'Embarrass', 'WI'),
(90957, 237, 2430, 'Endeavor', 'WI'),
(90958, 237, 2430, 'Ettrick', 'WI'),
(90959, 237, 2430, 'Evansville', 'WI'),
(90960, 237, 2430, 'Exeland', 'WI'),
(90961, 237, 2430, 'Fairchild', 'WI'),
(90962, 237, 2430, 'Fairwater', 'WI'),
(90963, 237, 2430, 'Fall Creek', 'WI'),
(90964, 237, 2430, 'Fall River', 'WI'),
(90965, 237, 2430, 'Fennimore', 'WI'),
(90966, 237, 2430, 'Fish Creek', 'WI'),
(90967, 237, 2430, 'Florence', 'WI'),
(90968, 237, 2430, 'Fond du Lac', 'WI'),
(90969, 237, 2430, 'Fontana', 'WI'),
(90970, 237, 2430, 'Forestville', 'WI'),
(90971, 237, 2430, 'Fort Atkinson', 'WI'),
(90972, 237, 2430, 'Fountain City', 'WI'),
(90973, 237, 2430, 'Fox Lake', 'WI'),
(90974, 237, 2430, 'Foxboro', 'WI'),
(90975, 237, 2430, 'Franklin', 'WI'),
(90976, 237, 2430, 'Franksville', 'WI'),
(90977, 237, 2430, 'Frederic', 'WI'),
(90978, 237, 2430, 'Fredonia', 'WI'),
(90979, 237, 2430, 'Fremont', 'WI'),
(90980, 237, 2430, 'Friendship', 'WI'),
(90981, 237, 2430, 'Galesville', 'WI'),
(90982, 237, 2430, 'Gays Mills', 'WI'),
(90983, 237, 2430, 'Genoa', 'WI'),
(90984, 237, 2430, 'Genoa City', 'WI'),
(90985, 237, 2430, 'Germantown', 'WI'),
(90986, 237, 2430, 'Gile', 'WI'),
(90987, 237, 2430, 'Gillett', 'WI'),
(90988, 237, 2430, 'Gleason', 'WI'),
(90989, 237, 2430, 'Glenbeulah', 'WI'),
(90990, 237, 2430, 'Glenwood City', 'WI'),
(90991, 237, 2430, 'Glidden', 'WI'),
(90992, 237, 2430, 'Grafton', 'WI'),
(90993, 237, 2430, 'Grand Marsh', 'WI'),
(90994, 237, 2430, 'Grand View', 'WI'),
(90995, 237, 2430, 'Granton', 'WI'),
(90996, 237, 2430, 'Grantsburg', 'WI'),
(90997, 237, 2430, 'Green Bay', 'WI'),
(90998, 237, 2430, 'Green Lake', 'WI'),
(90999, 237, 2430, 'Green Valley', 'WI'),
(91000, 237, 2430, 'Greendale', 'WI'),
(91001, 237, 2430, 'Greenleaf', 'WI'),
(91002, 237, 2430, 'Greenville', 'WI'),
(91003, 237, 2430, 'Greenwood', 'WI'),
(91004, 237, 2430, 'Gresham', 'WI'),
(91005, 237, 2430, 'Hager City', 'WI'),
(91006, 237, 2430, 'Hales Corners', 'WI'),
(91007, 237, 2430, 'Hammond', 'WI'),
(91008, 237, 2430, 'Harshaw', 'WI'),
(91009, 237, 2430, 'Hartford', 'WI'),
(91010, 237, 2430, 'Hartland', 'WI'),
(91011, 237, 2430, 'Hatley', 'WI'),
(91012, 237, 2430, 'Hawthorne', 'WI'),
(91013, 237, 2430, 'Hayward', 'WI'),
(91014, 237, 2430, 'Hazel Green', 'WI'),
(91015, 237, 2430, 'Hazelhurst', 'WI'),
(91016, 237, 2430, 'Helenville', 'WI'),
(91017, 237, 2430, 'Herbster', 'WI'),
(91018, 237, 2430, 'Hewitt', 'WI'),
(91019, 237, 2430, 'High Bridge', 'WI'),
(91020, 237, 2430, 'Highland', 'WI'),
(91021, 237, 2430, 'Highwood', 'WI'),
(91022, 237, 2430, 'Hilbert', 'WI'),
(91023, 237, 2430, 'Hill Point', 'WI'),
(91024, 237, 2430, 'Hillsboro', 'WI'),
(91025, 237, 2430, 'Hixton', 'WI'),
(91026, 237, 2430, 'Holcombe', 'WI'),
(91027, 237, 2430, 'Holmen', 'WI'),
(91028, 237, 2430, 'Horicon', 'WI'),
(91029, 237, 2430, 'Hortonville', 'WI'),
(91030, 237, 2430, 'Houlton', 'WI'),
(91031, 237, 2430, 'Hubertus', 'WI'),
(91032, 237, 2430, 'Hudson', 'WI'),
(91033, 237, 2430, 'Humbird', 'WI'),
(91034, 237, 2430, 'Hurley', 'WI'),
(91035, 237, 2430, 'Hustisford', 'WI'),
(91036, 237, 2430, 'Independence', 'WI'),
(91037, 237, 2430, 'Institute', 'WI'),
(91038, 237, 2430, 'Iola', 'WI'),
(91039, 237, 2430, 'Irma', 'WI'),
(91040, 237, 2430, 'Iron Ridge', 'WI'),
(91041, 237, 2430, 'Iron River', 'WI'),
(91042, 237, 2430, 'Ixonia', 'WI'),
(91043, 237, 2430, 'Jackson', 'WI'),
(91044, 237, 2430, 'Janesville', 'WI'),
(91045, 237, 2430, 'Jefferson', 'WI'),
(91046, 237, 2430, 'Johnson Creek', 'WI'),
(91047, 237, 2430, 'Juda', 'WI'),
(91048, 237, 2430, 'Junction', 'WI'),
(91049, 237, 2430, 'Junction City', 'WI'),
(91050, 237, 2430, 'Juneau', 'WI'),
(91051, 237, 2430, 'Kansasville', 'WI'),
(91052, 237, 2430, 'Kaukauna', 'WI'),
(91053, 237, 2430, 'Kendall', 'WI'),
(91054, 237, 2430, 'Kenosha', 'WI'),
(91055, 237, 2430, 'Keshena', 'WI'),
(91056, 237, 2430, 'Kewaskum', 'WI'),
(91057, 237, 2430, 'Kewaunee', 'WI'),
(91058, 237, 2430, 'Kiel', 'WI'),
(91059, 237, 2430, 'Kieler', 'WI'),
(91060, 237, 2430, 'Kimberly', 'WI'),
(91061, 237, 2430, 'King', 'WI'),
(91062, 237, 2430, 'Kohler', 'WI'),
(91063, 237, 2430, 'Krakow', 'WI'),
(91064, 237, 2430, 'La Crosse', 'WI'),
(91065, 237, 2430, 'La Farge', 'WI'),
(91066, 237, 2430, 'La Valle', 'WI'),
(91067, 237, 2430, 'Lac du Flambeau', 'WI'),
(91068, 237, 2430, 'Ladysmith', 'WI'),
(91069, 237, 2430, 'Lake Delton', 'WI'),
(91070, 237, 2430, 'Lake Geneva', 'WI'),
(91071, 237, 2430, 'Lake Mills', 'WI'),
(91072, 237, 2430, 'Lake Tomahawk', 'WI'),
(91073, 237, 2430, 'Lakewood', 'WI'),
(91074, 237, 2430, 'Lancaster', 'WI'),
(91075, 237, 2430, 'Laona', 'WI'),
(91076, 237, 2430, 'Lebanon', 'WI'),
(91077, 237, 2430, 'Lena', 'WI'),
(91078, 237, 2430, 'Leopolis', 'WI'),
(91079, 237, 2430, 'Little Chute', 'WI'),
(91080, 237, 2430, 'Little Suamico', 'WI'),
(91081, 237, 2430, 'Livingston', 'WI'),
(91082, 237, 2430, 'Lodi', 'WI'),
(91083, 237, 2430, 'Lomira', 'WI'),
(91084, 237, 2430, 'Long Lake', 'WI'),
(91085, 237, 2430, 'Lowell', 'WI'),
(91086, 237, 2430, 'Loyal', 'WI'),
(91087, 237, 2430, 'Luck', 'WI'),
(91088, 237, 2430, 'Luxemburg', 'WI'),
(91089, 237, 2430, 'Lyndon Station', 'WI'),
(91090, 237, 2430, 'Madison', 'WI'),
(91091, 237, 2430, 'Malone', 'WI'),
(91092, 237, 2430, 'Manawa', 'WI'),
(91093, 237, 2430, 'Manitowish Waters', 'WI'),
(91094, 237, 2430, 'Manitowoc', 'WI'),
(91095, 237, 2430, 'Maple', 'WI'),
(91096, 237, 2430, 'Marathon', 'WI'),
(91097, 237, 2430, 'Maribel', 'WI'),
(91098, 237, 2430, 'Marinette', 'WI'),
(91099, 237, 2430, 'Marion', 'WI'),
(91100, 237, 2430, 'Markesan', 'WI'),
(91101, 237, 2430, 'Marshall', 'WI'),
(91102, 237, 2430, 'Marshfield', 'WI'),
(91103, 237, 2430, 'Mason', 'WI'),
(91104, 237, 2430, 'Mattoon', 'WI'),
(91105, 237, 2430, 'Mauston', 'WI'),
(91106, 237, 2430, 'Mayville', 'WI'),
(91107, 237, 2430, 'Mazomanie', 'WI'),
(91108, 237, 2430, 'McFarland', 'WI'),
(91109, 237, 2430, 'Medford', 'WI'),
(91110, 237, 2430, 'Melrose', 'WI'),
(91111, 237, 2430, 'Menasha', 'WI'),
(91112, 237, 2430, 'Menomonee Falls', 'WI'),
(91113, 237, 2430, 'Menomonie', 'WI'),
(91114, 237, 2430, 'Mequon', 'WI'),
(91115, 237, 2430, 'Mercer', 'WI'),
(91116, 237, 2430, 'Merrill', 'WI'),
(91117, 237, 2430, 'Merrimac', 'WI'),
(91118, 237, 2430, 'Middleton', 'WI'),
(91119, 237, 2430, 'Milladore', 'WI'),
(91120, 237, 2430, 'Milltown', 'WI'),
(91121, 237, 2430, 'Milton', 'WI'),
(91122, 237, 2430, 'Milwaukee', 'WI'),
(91123, 237, 2430, 'Mindoro', 'WI'),
(91124, 237, 2430, 'Mineral Point', 'WI'),
(91125, 237, 2430, 'Minocqua', 'WI'),
(91126, 237, 2430, 'Minong', 'WI'),
(91127, 237, 2430, 'Mishicot', 'WI'),
(91128, 237, 2430, 'Mondovi', 'WI'),
(91129, 237, 2430, 'Monroe', 'WI'),
(91130, 237, 2430, 'Montello', 'WI'),
(91131, 237, 2430, 'Monticello', 'WI'),
(91132, 237, 2430, 'Mosinee', 'WI'),
(91133, 237, 2430, 'Mount Calvary', 'WI'),
(91134, 237, 2430, 'Mount Horeb', 'WI'),
(91135, 237, 2430, 'Mountain', 'WI'),
(91136, 237, 2430, 'Mukwonago', 'WI'),
(91137, 237, 2430, 'Muscoda', 'WI'),
(91138, 237, 2430, 'Muskego', 'WI'),
(91139, 237, 2430, 'Nashotah', 'WI'),
(91140, 237, 2430, 'Necedah', 'WI'),
(91141, 237, 2430, 'Neenah', 'WI'),
(91142, 237, 2430, 'Neillsville', 'WI'),
(91143, 237, 2430, 'Nekoosa', 'WI'),
(91144, 237, 2430, 'Nelson', 'WI'),
(91145, 237, 2430, 'Nelsonville', 'WI'),
(91146, 237, 2430, 'Neosho', 'WI'),
(91147, 237, 2430, 'Neshkoro', 'WI'),
(91148, 237, 2430, 'New Auburn', 'WI'),
(91149, 237, 2430, 'New Berlin', 'WI'),
(91150, 237, 2430, 'New Franken', 'WI'),
(91151, 237, 2430, 'New Glarus', 'WI'),
(91152, 237, 2430, 'New Holstein', 'WI'),
(91153, 237, 2430, 'New Lisbon', 'WI'),
(91154, 237, 2430, 'New London', 'WI'),
(91155, 237, 2430, 'New Richmond', 'WI'),
(91156, 237, 2430, 'Newton', 'WI'),
(91157, 237, 2430, 'Niagara', 'WI'),
(91158, 237, 2430, 'North Freedom', 'WI'),
(91159, 237, 2430, 'North Lake', 'WI'),
(91160, 237, 2430, 'North Prairie', 'WI'),
(91161, 237, 2430, 'Norwalk', 'WI'),
(91162, 237, 2430, 'Oak Creek', 'WI'),
(91163, 237, 2430, 'Oakfield', 'WI'),
(91164, 237, 2430, 'Oconomowoc', 'WI'),
(91165, 237, 2430, 'Oconto', 'WI'),
(91166, 237, 2430, 'Oconto Falls', 'WI'),
(91167, 237, 2430, 'Ogdensburg', 'WI'),
(91168, 237, 2430, 'Omro', 'WI'),
(91169, 237, 2430, 'Onalaska', 'WI'),
(91170, 237, 2430, 'Oneida', 'WI'),
(91171, 237, 2430, 'Ontario', 'WI'),
(91172, 237, 2430, 'Oostburg', 'WI'),
(91173, 237, 2430, 'Oregon', 'WI'),
(91174, 237, 2430, 'Orfordville', 'WI'),
(91175, 237, 2430, 'Osceola', 'WI'),
(91176, 237, 2430, 'Oshkosh', 'WI'),
(91177, 237, 2430, 'Osseo', 'WI'),
(91178, 237, 2430, 'Owen', 'WI'),
(91179, 237, 2430, 'Oxford', 'WI'),
(91180, 237, 2430, 'Palmyra', 'WI'),
(91181, 237, 2430, 'Pardeeville', 'WI'),
(91182, 237, 2430, 'Park Falls', 'WI'),
(91183, 237, 2430, 'Pearson', 'WI'),
(91184, 237, 2430, 'Pelican Lake', 'WI'),
(91185, 237, 2430, 'Pell Lake', 'WI'),
(91186, 237, 2430, 'Pembine', 'WI'),
(91187, 237, 2430, 'Pepin', 'WI'),
(91188, 237, 2430, 'Peshtigo', 'WI'),
(91189, 237, 2430, 'Pewaukee', 'WI'),
(91190, 237, 2430, 'Phelps', 'WI'),
(91191, 237, 2430, 'Phillips', 'WI'),
(91192, 237, 2430, 'Pickerel', 'WI'),
(91193, 237, 2430, 'Pigeon Falls', 'WI'),
(91194, 237, 2430, 'Pine River', 'WI'),
(91195, 237, 2430, 'Pittsville', 'WI'),
(91196, 237, 2430, 'Plain', 'WI'),
(91197, 237, 2430, 'Plainfield', 'WI'),
(91198, 237, 2430, 'Platteville', 'WI'),
(91199, 237, 2430, 'Pleasant Prairie', 'WI'),
(91200, 237, 2430, 'Plover', 'WI'),
(91201, 237, 2430, 'Plymouth', 'WI'),
(91202, 237, 2430, 'Port Edwards', 'WI'),
(91203, 237, 2430, 'Port Washington', 'WI'),
(91204, 237, 2430, 'Portage', 'WI'),
(91205, 237, 2430, 'Porterfield', 'WI'),
(91206, 237, 2430, 'Potosi', 'WI'),
(91207, 237, 2430, 'Potter', 'WI'),
(91208, 237, 2430, 'Pound', 'WI'),
(91209, 237, 2430, 'Poynette', 'WI'),
(91210, 237, 2430, 'Prairie du Chien', 'WI'),
(91211, 237, 2430, 'Prairie du Sac', 'WI'),
(91212, 237, 2430, 'Prairie Farm', 'WI'),
(91213, 237, 2430, 'Prentice', 'WI'),
(91214, 237, 2430, 'Prescott', 'WI'),
(91215, 237, 2430, 'Princeton', 'WI'),
(91216, 237, 2430, 'Pulaski', 'WI'),
(91217, 237, 2430, 'Racine', 'WI'),
(91218, 237, 2430, 'Radisson', 'WI'),
(91219, 237, 2430, 'Randolph', 'WI'),
(91220, 237, 2430, 'Random Lake', 'WI'),
(91221, 237, 2430, 'Range', 'WI'),
(91222, 237, 2430, 'Readstown', 'WI'),
(91223, 237, 2430, 'Reedsburg', 'WI'),
(91224, 237, 2430, 'Reedsville', 'WI'),
(91225, 237, 2430, 'Reeseville', 'WI'),
(91226, 237, 2430, 'Rhinelander', 'WI'),
(91227, 237, 2430, 'Rib Lake', 'WI'),
(91228, 237, 2430, 'Rice Lake', 'WI'),
(91229, 237, 2430, 'Richfield', 'WI'),
(91230, 237, 2430, 'Richland Center', 'WI'),
(91231, 237, 2430, 'Ridgeland', 'WI'),
(91232, 237, 2430, 'Ridgeway', 'WI'),
(91233, 237, 2430, 'Ringle', 'WI'),
(91234, 237, 2430, 'Rio', 'WI'),
(91235, 237, 2430, 'Ripon', 'WI'),
(91236, 237, 2430, 'River Falls', 'WI'),
(91237, 237, 2430, 'Roberts', 'WI'),
(91238, 237, 2430, 'Rockland', 'WI'),
(91239, 237, 2430, 'Rosendale', 'WI'),
(91240, 237, 2430, 'Rosholt', 'WI'),
(91241, 237, 2430, 'Rothschild', 'WI'),
(91242, 237, 2430, 'Rubicon', 'WI'),
(91243, 237, 2430, 'Rudolph', 'WI'),
(91244, 237, 2430, 'Saint Cloud', 'WI'),
(91245, 237, 2430, 'Saint Croix Falls', 'WI'),
(91246, 237, 2430, 'Saint Germain', 'WI'),
(91247, 237, 2430, 'Saint Nazianz', 'WI'),
(91248, 237, 2430, 'Salem', 'WI'),
(91249, 237, 2430, 'Sarona', 'WI'),
(91250, 237, 2430, 'Sauk City', 'WI'),
(91251, 237, 2430, 'Saukville', 'WI'),
(91252, 237, 2430, 'Sayner', 'WI'),
(91253, 237, 2430, 'Scandinavia', 'WI'),
(91254, 237, 2430, 'Schofield', 'WI'),
(91255, 237, 2430, 'Seymour', 'WI'),
(91256, 237, 2430, 'Sharon', 'WI'),
(91257, 237, 2430, 'Shawano', 'WI'),
(91258, 237, 2430, 'Sheboygan', 'WI'),
(91259, 237, 2430, 'Sheboygan Falls', 'WI'),
(91260, 237, 2430, 'Sheldon', 'WI'),
(91261, 237, 2430, 'Shell Lake', 'WI'),
(91262, 237, 2430, 'Sherwood', 'WI'),
(91263, 237, 2430, 'Shiocton', 'WI'),
(91264, 237, 2430, 'Shullsburg', 'WI'),
(91265, 237, 2430, 'Silver Lake', 'WI'),
(91266, 237, 2430, 'Sinsinawa', 'WI'),
(91267, 237, 2430, 'Siren', 'WI'),
(91268, 237, 2430, 'Sister Bay', 'WI'),
(91269, 237, 2430, 'Slinger', 'WI'),
(91270, 237, 2430, 'Sobieski', 'WI'),
(91271, 237, 2430, 'Soldiers Grove', 'WI'),
(91272, 237, 2430, 'Solon Springs', 'WI'),
(91273, 237, 2430, 'Somerset', 'WI'),
(91274, 237, 2430, 'South Milwaukee', 'WI'),
(91275, 237, 2430, 'South Wayne', 'WI'),
(91276, 237, 2430, 'Sparta', 'WI'),
(91277, 237, 2430, 'Spencer', 'WI'),
(91278, 237, 2430, 'Spooner', 'WI'),
(91279, 237, 2430, 'Spring Green', 'WI'),
(91280, 237, 2430, 'Spring Valley', 'WI'),
(91281, 237, 2430, 'Springbrook', 'WI'),
(91282, 237, 2430, 'Stanley', 'WI'),
(91283, 237, 2430, 'Star Prairie', 'WI'),
(91284, 237, 2430, 'Stetsonville', 'WI'),
(91285, 237, 2430, 'Stevens Point', 'WI'),
(91286, 237, 2430, 'Stitzer', 'WI'),
(91287, 237, 2430, 'Stockbridge', 'WI'),
(91288, 237, 2430, 'Stoddard', 'WI'),
(91289, 237, 2430, 'Stone Lake', 'WI'),
(91290, 237, 2430, 'Stoughton', 'WI'),
(91291, 237, 2430, 'Stratford', 'WI'),
(91292, 237, 2430, 'Strum', 'WI'),
(91293, 237, 2430, 'Sturgeon Bay', 'WI'),
(91294, 237, 2430, 'Sturtevant', 'WI'),
(91295, 237, 2430, 'Suamico', 'WI'),
(91296, 237, 2430, 'Sullivan', 'WI'),
(91297, 237, 2430, 'Sun Prairie', 'WI'),
(91298, 237, 2430, 'Superior', 'WI'),
(91299, 237, 2430, 'Suring', 'WI'),
(91300, 237, 2430, 'Sussex', 'WI'),
(91301, 237, 2430, 'Taylor', 'WI'),
(91302, 237, 2430, 'Thiensville', 'WI'),
(91303, 237, 2430, 'Thorp', 'WI'),
(91304, 237, 2430, 'Three Lakes', 'WI'),
(91305, 237, 2430, 'Tigerton', 'WI'),
(91306, 237, 2430, 'Tomah', 'WI'),
(91307, 237, 2430, 'Tomahawk', 'WI'),
(91308, 237, 2430, 'Townsend', 'WI'),
(91309, 237, 2430, 'Trego', 'WI'),
(91310, 237, 2430, 'Trempealeau', 'WI'),
(91311, 237, 2430, 'Trevor', 'WI'),
(91312, 237, 2430, 'Turtle Lake', 'WI'),
(91313, 237, 2430, 'Twin Lakes', 'WI'),
(91314, 237, 2430, 'Two Rivers', 'WI'),
(91315, 237, 2430, 'Union Grove', 'WI'),
(91316, 237, 2430, 'Unity', 'WI'),
(91317, 237, 2430, 'Valders', 'WI'),
(91318, 237, 2430, 'Van Dyne', 'WI'),
(91319, 237, 2430, 'Verona', 'WI'),
(91320, 237, 2430, 'Vesper', 'WI'),
(91321, 237, 2430, 'Viola', 'WI'),
(91322, 237, 2430, 'Viroqua', 'WI'),
(91323, 237, 2430, 'Waldo', 'WI'),
(91324, 237, 2430, 'Wales', 'WI'),
(91325, 237, 2430, 'Walworth', 'WI'),
(91326, 237, 2430, 'Warrens', 'WI'),
(91327, 237, 2430, 'Washburn', 'WI'),
(91328, 237, 2430, 'Waterford', 'WI'),
(91329, 237, 2430, 'Waterloo', 'WI'),
(91330, 237, 2430, 'Watertown', 'WI'),
(91331, 237, 2430, 'Waukesha', 'WI'),
(91332, 237, 2430, 'Waunakee', 'WI'),
(91333, 237, 2430, 'Waupaca', 'WI'),
(91334, 237, 2430, 'Waupun', 'WI'),
(91335, 237, 2430, 'Wausau', 'WI'),
(91336, 237, 2430, 'Wautoma', 'WI'),
(91337, 237, 2430, 'Webster', 'WI'),
(91338, 237, 2430, 'West Bend', 'WI'),
(91339, 237, 2430, 'West Salem', 'WI'),
(91340, 237, 2430, 'Westboro', 'WI'),
(91341, 237, 2430, 'Westby', 'WI'),
(91342, 237, 2430, 'Westfield', 'WI'),
(91343, 237, 2430, 'Weyauwega', 'WI'),
(91344, 237, 2430, 'Weyerhaeuser', 'WI'),
(91345, 237, 2430, 'Wheeler', 'WI'),
(91346, 237, 2430, 'White Lake', 'WI'),
(91347, 237, 2430, 'Whitehall', 'WI'),
(91348, 237, 2430, 'Whitelaw', 'WI'),
(91349, 237, 2430, 'Whitewater', 'WI'),
(91350, 237, 2430, 'Wild Rose', 'WI'),
(91351, 237, 2430, 'Willard', 'WI'),
(91352, 237, 2430, 'Williams Bay', 'WI'),
(91353, 237, 2430, 'Wilson', 'WI'),
(91354, 237, 2430, 'Windsor', 'WI'),
(91355, 237, 2430, 'Winneconne', 'WI'),
(91356, 237, 2430, 'Wisconsin Dells', 'WI'),
(91357, 237, 2430, 'Wisconsin Rapids', 'WI'),
(91358, 237, 2430, 'Withee', 'WI'),
(91359, 237, 2430, 'Wittenberg', 'WI'),
(91360, 237, 2430, 'Wonewoc', 'WI'),
(91361, 237, 2430, 'Woodruff', 'WI'),
(91362, 237, 2430, 'Woodville', 'WI'),
(91363, 237, 2430, 'Wrightstown', 'WI'),
(91364, 237, 2430, 'Wyocena', 'WI'),
(91365, 237, 2430, 'Zachow', 'WI'),
(91366, 237, 2430, 'Zenda', 'WI'),
(91367, 237, 2431, 'Afton', 'WY'),
(91368, 237, 2431, 'Albin', 'WY'),
(91369, 237, 2431, 'Alpine', 'WY'),
(91370, 237, 2431, 'Arapahoe', 'WY'),
(91371, 237, 2431, 'Arvada', 'WY'),
(91372, 237, 2431, 'Auburn', 'WY'),
(91373, 237, 2431, 'Banner', 'WY'),
(91374, 237, 2431, 'Basin', 'WY'),
(91375, 237, 2431, 'Bedford', 'WY'),
(91376, 237, 2431, 'Big Horn', 'WY'),
(91377, 237, 2431, 'Big Piney', 'WY'),
(91378, 237, 2431, 'Bill', 'WY'),
(91379, 237, 2431, 'Boulder', 'WY'),
(91380, 237, 2431, 'Bridger', 'WY'),
(91381, 237, 2431, 'Buffalo', 'WY'),
(91382, 237, 2431, 'Burlington', 'WY'),
(91383, 237, 2431, 'Burns', 'WY'),
(91384, 237, 2431, 'Byron', 'WY'),
(91385, 237, 2431, 'Carpenter', 'WY'),
(91386, 237, 2431, 'Casper', 'WY'),
(91387, 237, 2431, 'Cheyenne', 'WY'),
(91388, 237, 2431, 'Chugwater', 'WY'),
(91389, 237, 2431, 'Clearmont', 'WY'),
(91390, 237, 2431, 'Cody', 'WY'),
(91391, 237, 2431, 'Cokeville', 'WY'),
(91392, 237, 2431, 'Cowley', 'WY'),
(91393, 237, 2431, 'Crowheart', 'WY'),
(91394, 237, 2431, 'Dayton', 'WY'),
(91395, 237, 2431, 'Deaver', 'WY'),
(91396, 237, 2431, 'Diamondville', 'WY'),
(91397, 237, 2431, 'Dixon', 'WY'),
(91398, 237, 2431, 'Douglas', 'WY'),
(91399, 237, 2431, 'Dubois', 'WY'),
(91400, 237, 2431, 'Encampment', 'WY'),
(91401, 237, 2431, 'Etna', 'WY'),
(91402, 237, 2431, 'Evanston', 'WY'),
(91403, 237, 2431, 'Evansville', 'WY'),
(91404, 237, 2431, 'Farson', 'WY'),
(91405, 237, 2431, 'Fort Bridger', 'WY'),
(91406, 237, 2431, 'Fort Laramie', 'WY'),
(91407, 237, 2431, 'Fort Washakie', 'WY'),
(91408, 237, 2431, 'Frannie', 'WY'),
(91409, 237, 2431, 'Gillette', 'WY'),
(91410, 237, 2431, 'Glendo', 'WY'),
(91411, 237, 2431, 'Glenrock', 'WY'),
(91412, 237, 2431, 'Green River', 'WY'),
(91413, 237, 2431, 'Greybull', 'WY'),
(91414, 237, 2431, 'Grover', 'WY'),
(91415, 237, 2431, 'Guernsey', 'WY'),
(91416, 237, 2431, 'Hanna', 'WY'),
(91417, 237, 2431, 'Hillsdale', 'WY'),
(91418, 237, 2431, 'Hulett', 'WY'),
(91419, 237, 2431, 'Jackson', 'WY'),
(91420, 237, 2431, 'Kaycee', 'WY'),
(91421, 237, 2431, 'Kelly', 'WY'),
(91422, 237, 2431, 'Kemmerer', 'WY'),
(91423, 237, 2431, 'La Barge', 'WY'),
(91424, 237, 2431, 'Lander', 'WY'),
(91425, 237, 2431, 'Laramie', 'WY'),
(91426, 237, 2431, 'Lovell', 'WY'),
(91427, 237, 2431, 'Lusk', 'WY'),
(91428, 237, 2431, 'Lyman', 'WY'),
(91429, 237, 2431, 'Manderson', 'WY'),
(91430, 237, 2431, 'Meeteetse', 'WY'),
(91431, 237, 2431, 'Meriden', 'WY'),
(91432, 237, 2431, 'Midwest', 'WY'),
(91433, 237, 2431, 'Mills', 'WY'),
(91434, 237, 2431, 'Moorcroft', 'WY'),
(91435, 237, 2431, 'Moose', 'WY'),
(91436, 237, 2431, 'Mountain View', 'WY'),
(91437, 237, 2431, 'Newcastle', 'WY'),
(91438, 237, 2431, 'Osage', 'WY'),
(91439, 237, 2431, 'Otto', 'WY'),
(91440, 237, 2431, 'Parkman', 'WY'),
(91441, 237, 2431, 'Pavillion', 'WY'),
(91442, 237, 2431, 'Pine Bluffs', 'WY'),
(91443, 237, 2431, 'Pinedale', 'WY'),
(91444, 237, 2431, 'Powell', 'WY'),
(91445, 237, 2431, 'Ranchester', 'WY'),
(91446, 237, 2431, 'Rawlins', 'WY'),
(91447, 237, 2431, 'Riverton', 'WY'),
(91448, 237, 2431, 'Rock River', 'WY'),
(91449, 237, 2431, 'Rock Springs', 'WY'),
(91450, 237, 2431, 'Rozet', 'WY'),
(91451, 237, 2431, 'Saratoga', 'WY'),
(91452, 237, 2431, 'Shell', 'WY'),
(91453, 237, 2431, 'Sheridan', 'WY'),
(91454, 237, 2431, 'Shoshoni', 'WY'),
(91455, 237, 2431, 'Sinclair', 'WY'),
(91456, 237, 2431, 'Story', 'WY'),
(91457, 237, 2431, 'Sundance', 'WY'),
(91458, 237, 2431, 'Ten Sleep', 'WY'),
(91459, 237, 2431, 'Thayne', 'WY'),
(91460, 237, 2431, 'Thermopolis', 'WY'),
(91461, 237, 2431, 'Torrington', 'WY'),
(91462, 237, 2431, 'Upton', 'WY'),
(91463, 237, 2431, 'Wheatland', 'WY'),
(91464, 237, 2431, 'Wilson', 'WY'),
(91465, 237, 2431, 'Worland', 'WY'),
(91466, 237, 2431, 'Wright', 'WY'),
(91467, 238, 2432, 'Canelones', ''),
(91468, 238, 2432, 'La Floresta', ''),
(91469, 238, 2432, 'La Paz', ''),
(91470, 238, 2432, 'Las Piedras', ''),
(91471, 238, 2432, 'Shangrila', ''),
(91472, 238, 2433, 'Colonia del Sacramento', ''),
(91473, 238, 2434, 'Durazno', ''),
(91474, 238, 2435, 'Colon', ''),
(91475, 238, 2435, 'Montevideo', ''),
(91476, 238, 2435, 'Paso Molino', ''),
(91477, 238, 2435, 'Pocitos', ''),
(91478, 238, 2436, 'Paysandú', ''),
(91479, 238, 2437, 'Salto', ''),
(91480, 238, 2438, 'Casupa', ''),
(91481, 238, 2439, 'Minas', ''),
(91482, 238, 2440, 'Maldonado', ''),
(91483, 238, 2440, 'Punta del Este', ''),
(91484, 238, 2440, 'San Carlos', ''),
(91485, 238, 2441, 'Mercedes', ''),
(91486, 239, 2442, 'Andijan', ''),
(91487, 239, 2443, 'Turon', ''),
(91488, 239, 2444, 'Samarkand', ''),
(91489, 239, 2445, 'Sharg\'un', ''),
(91490, 239, 2446, 'Tashkent', ''),
(91491, 240, 2447, 'Level', ''),
(91492, 240, 2447, 'Loltong', ''),
(91493, 240, 2448, 'Port Vila', ''),
(91494, 242, 2449, 'Puerto Ayacucho', ''),
(91495, 242, 2449, 'Solano', ''),
(91496, 242, 2450, 'Anaco', ''),
(91497, 242, 2450, 'Barcelona', ''),
(91498, 242, 2450, 'Cantaura', ''),
(91499, 242, 2450, 'Clarines', ''),
(91500, 242, 2450, 'Monte Cristo', ''),
(91501, 242, 2450, 'Piritu', ''),
(91502, 242, 2451, 'Guachara', ''),
(91503, 242, 2451, 'Londres', ''),
(91504, 242, 2451, 'San Fernando de Apure', ''),
(91505, 242, 2452, 'Cagua', ''),
(91506, 242, 2452, 'El Consejo', ''),
(91507, 242, 2452, 'La Victoria', ''),
(91508, 242, 2452, 'Maracay', ''),
(91509, 242, 2452, 'San Casimiro', ''),
(91510, 242, 2452, 'San Francisco de Asis', ''),
(91511, 242, 2452, 'San Mateo', ''),
(91512, 242, 2452, 'San Sebastian', ''),
(91513, 242, 2452, 'Santa Cruz', ''),
(91514, 242, 2452, 'Turmero', ''),
(91515, 242, 2452, 'Vargas', ''),
(91516, 242, 2452, 'Villa de Cura', ''),
(91517, 242, 2453, 'Barinas', ''),
(91518, 242, 2453, 'Barinitas', ''),
(91519, 242, 2453, 'Los Chorros', ''),
(91520, 242, 2453, 'Santa Fe', ''),
(91521, 242, 2454, 'Ciudad Bolívar', ''),
(91522, 242, 2454, 'Ciudad Guayana', ''),
(91523, 242, 2454, 'Matanzas', ''),
(91524, 242, 2454, 'Puerto Ordaz and San Felix', ''),
(91525, 242, 2454, 'Upata', ''),
(91526, 242, 2454, 'Valle', ''),
(91527, 242, 2455, 'Caracas', ''),
(91528, 242, 2455, 'La Vega', ''),
(91529, 242, 2455, 'San Antonio', ''),
(91530, 242, 2456, 'Bejuma', ''),
(91531, 242, 2456, 'Campo de Carabobo', ''),
(91532, 242, 2456, 'Guacara', ''),
(91533, 242, 2456, 'Guarico', ''),
(91534, 242, 2456, 'Guigue', ''),
(91535, 242, 2456, 'Mariara', ''),
(91536, 242, 2456, 'Miranda', ''),
(91537, 242, 2456, 'Moron', ''),
(91538, 242, 2456, 'Naguanagua', ''),
(91539, 242, 2456, 'Puerto Cabello', ''),
(91540, 242, 2456, 'San Diego', ''),
(91541, 242, 2456, 'San Joaquin', ''),
(91542, 242, 2456, 'Valencia', ''),
(91543, 242, 2457, 'San Carlos', ''),
(91544, 242, 2457, 'Tinaquillo', ''),
(91545, 242, 2458, 'Tucupita', ''),
(91546, 242, 2459, 'El Roque', ''),
(91547, 242, 2460, 'Sabana de Mendoza', ''),
(91548, 242, 2460, 'Trujillo', ''),
(91549, 242, 2460, 'Valera', ''),
(91550, 242, 2461, 'Caja de Agua', ''),
(91551, 242, 2461, 'Coro', ''),
(91552, 242, 2461, 'La Castellana', ''),
(91553, 242, 2461, 'La Comunidad', ''),
(91554, 242, 2461, 'La Puerta', ''),
(91555, 242, 2461, 'Punto Fijo', ''),
(91556, 242, 2462, 'Altagracia de Orituco', ''),
(91557, 242, 2462, 'Calabozo', ''),
(91558, 242, 2462, 'San Juan de los Morros', ''),
(91559, 242, 2462, 'Valle de La Pascua', ''),
(91560, 242, 2463, 'Anzoategui', ''),
(91561, 242, 2463, 'Barquisimeto', ''),
(91562, 242, 2463, 'Cabudare', ''),
(91563, 242, 2463, 'Carora', ''),
(91564, 242, 2463, 'Duaca', ''),
(91565, 242, 2463, 'La Verdad', ''),
(91566, 242, 2463, 'Quíbor', ''),
(91567, 242, 2464, 'Ejido', ''),
(91568, 242, 2464, 'El Vigia', ''),
(91569, 242, 2464, 'Los Angeles', ''),
(91570, 242, 2464, 'Mérida', ''),
(91571, 242, 2465, 'Carrizal', ''),
(91572, 242, 2465, 'Caucagua', ''),
(91573, 242, 2465, 'Chacao', ''),
(91574, 242, 2465, 'Charallave', ''),
(91575, 242, 2465, 'Cua', ''),
(91576, 242, 2465, 'Guarenas', ''),
(91577, 242, 2465, 'Guatire', ''),
(91578, 242, 2465, 'Higuerote', ''),
(91579, 242, 2465, 'La Urbina', ''),
(91580, 242, 2465, 'Los Naranjos', ''),
(91581, 242, 2465, 'Los Teques', ''),
(91582, 242, 2465, 'Ocumare', ''),
(91583, 242, 2465, 'Paracotos', ''),
(91584, 242, 2465, 'San Antonio de Los Altos', ''),
(91585, 242, 2465, 'San Diego', ''),
(91586, 242, 2465, 'Santa Teresa', ''),
(91587, 242, 2466, 'Barrancas', ''),
(91588, 242, 2466, 'Bolivar', ''),
(91589, 242, 2466, 'Caripe', ''),
(91590, 242, 2466, 'La Cruz', ''),
(91591, 242, 2466, 'Los Morros', ''),
(91592, 242, 2466, 'Maturín', ''),
(91593, 242, 2466, 'Punta de Mata', ''),
(91594, 242, 2466, 'Torre', ''),
(91595, 242, 2467, 'Pampatar', ''),
(91596, 242, 2467, 'Porlamar', ''),
(91597, 242, 2468, 'Acarigua', ''),
(91598, 242, 2468, 'Araure', ''),
(91599, 242, 2468, 'Guanare', ''),
(91600, 242, 2468, 'Maria', ''),
(91601, 242, 2468, 'Turen Viejo', ''),
(91602, 242, 2469, 'Carúpano', ''),
(91603, 242, 2469, 'Cumaná', ''),
(91604, 242, 2469, 'Guayana', ''),
(91605, 242, 2470, 'El Rosal', ''),
(91606, 242, 2470, 'La Grita', ''),
(91607, 242, 2470, 'Michelena', ''),
(91608, 242, 2470, 'Rubio', ''),
(91609, 242, 2470, 'San Antonio del Tachira', ''),
(91610, 242, 2470, 'San Cristóbal', ''),
(91611, 242, 2470, 'San Felix', ''),
(91612, 242, 2470, 'Tariba', ''),
(91613, 242, 2471, 'Caraballeda', ''),
(91614, 242, 2471, 'Catia La Mar', ''),
(91615, 242, 2471, 'El Puerto', ''),
(91616, 242, 2471, 'El Tigre', ''),
(91617, 242, 2471, 'La Guaira', ''),
(91618, 242, 2471, 'Maiquetia', ''),
(91619, 242, 2471, 'Puerto La Cruz', ''),
(91620, 242, 2472, 'Chivacoa', ''),
(91621, 242, 2472, 'El Chorro', ''),
(91622, 242, 2472, 'El Naranjal', ''),
(91623, 242, 2472, 'Guarabao', ''),
(91624, 242, 2472, 'San Felipe', ''),
(91625, 242, 2472, 'Urachiche', ''),
(91626, 242, 2472, 'Yaritagua', ''),
(91627, 242, 2473, 'Altagracia', ''),
(91628, 242, 2473, 'Bachaquero', ''),
(91629, 242, 2473, 'Cabimas', ''),
(91630, 242, 2473, 'Caja Seca', ''),
(91631, 242, 2473, 'Campo Mara', ''),
(91632, 242, 2473, 'Ciudad Ojeda', ''),
(91633, 242, 2473, 'Curazaito', ''),
(91634, 242, 2473, 'La Villa del Rosario', ''),
(91635, 242, 2473, 'Lagunillas', ''),
(91636, 242, 2473, 'Machiques', ''),
(91637, 242, 2473, 'Maracaibo', ''),
(91638, 242, 2473, 'San Francisco', ''),
(91639, 242, 2473, 'San Rafael', ''),
(91640, 242, 2473, 'Santa Cruz del Zulia', ''),
(91641, 242, 2473, 'Tia Juana', ''),
(91642, 243, 2474, 'Khanh Hoa', ''),
(91643, 243, 2474, 'Long Xuyen', ''),
(91644, 243, 2475, 'Le Thanh', ''),
(91645, 243, 2475, 'Pleiku', ''),
(91646, 243, 2475, 'Thuan Cong', ''),
(91647, 243, 2476, 'Thanh Xuan', ''),
(91648, 243, 2476, 'Vi Thanh', ''),
(91649, 243, 2477, 'Go Vap', ''),
(91650, 243, 2477, 'Ho Chi Minh City', ''),
(91651, 243, 2477, 'Hoc Mon', ''),
(91652, 243, 2477, 'Nha Be', ''),
(91653, 243, 2477, 'Tan Thuan Dong', ''),
(91654, 243, 2478, 'Kon Tum', ''),
(91655, 243, 2479, 'Can Tho', ''),
(91656, 243, 2480, 'Da Nang', ''),
(91657, 243, 2480, 'Lien Chieu', ''),
(91658, 243, 2481, 'Cau Giay', ''),
(91659, 243, 2481, 'Co Giang', ''),
(91660, 243, 2481, 'Gia Lam', ''),
(91661, 243, 2481, 'Hanoi', ''),
(91662, 243, 2481, 'Hoan Kiem', ''),
(91663, 243, 2482, 'Haiphong', ''),
(91664, 243, 2483, 'Vũng Tàu', ''),
(91665, 243, 2483, 'Xa Thang Nhi', ''),
(91666, 243, 2484, 'Bac Giang', ''),
(91667, 243, 2484, 'Cho Ha', ''),
(91668, 243, 2484, 'Duc Thang', ''),
(91669, 243, 2484, 'Hiep Hoa', ''),
(91670, 243, 2484, 'Hoang Mai', ''),
(91671, 243, 2485, 'Bac Ninh', ''),
(91672, 243, 2486, 'Bến Tre', ''),
(91673, 243, 2487, 'Binh Thoai', ''),
(91674, 243, 2487, 'Thu Dau Mot', ''),
(91675, 243, 2488, 'Dinh Cong', ''),
(91676, 243, 2488, 'Long Van', ''),
(91677, 243, 2488, 'Truong Lam', ''),
(91678, 243, 2489, 'Phu Duc', ''),
(91679, 243, 2490, 'Ca Mau', ''),
(91680, 243, 2491, 'Dien Bien Phu', ''),
(91681, 243, 2492, 'Bien Hoa', ''),
(91682, 243, 2493, 'Lang Hoa', ''),
(91683, 243, 2493, 'Thanh Pho Ha Giang', ''),
(91684, 243, 2493, 'Trung Tam', ''),
(91685, 243, 2494, 'Cam Xuyen', ''),
(91686, 243, 2494, 'Dong Nai', ''),
(91687, 243, 2494, 'Quan Ngoc', ''),
(91688, 243, 2494, 'Truong Son', ''),
(91689, 243, 2494, 'Van Hai', ''),
(91690, 243, 2494, 'Van Tan', ''),
(91691, 243, 2495, 'Thanh Pho Hai Duong', ''),
(91692, 243, 2496, 'Quang Trung', ''),
(91693, 243, 2496, 'Thanh Pho Hoa Binh', ''),
(91694, 243, 2497, 'Hung Yen', ''),
(91695, 243, 2497, 'Khoai Chau', ''),
(91696, 243, 2497, 'My Hao', ''),
(91697, 243, 2497, 'Thanh Khe', ''),
(91698, 243, 2498, 'Nha Trang', ''),
(91699, 243, 2499, 'Lai Chau', ''),
(91700, 243, 2500, 'Da Lat', ''),
(91701, 243, 2501, 'Dong', ''),
(91702, 243, 2502, 'Tang', ''),
(91703, 243, 2503, 'Nam Định', ''),
(91704, 243, 2504, 'Ben Nghe', ''),
(91705, 243, 2504, 'Phan Thon', ''),
(91706, 243, 2504, 'Vinh', ''),
(91707, 243, 2505, 'Thanh Pho Ninh Binh', ''),
(91708, 243, 2506, 'Cong Hoa', ''),
(91709, 243, 2506, 'Le Loi', ''),
(91710, 243, 2506, 'Minh Khai', ''),
(91711, 243, 2506, 'Thong Nhat', ''),
(91712, 243, 2506, 'Viet Tri', ''),
(91713, 243, 2507, 'Dong Hoi', ''),
(91714, 243, 2507, 'Xom Phuong', ''),
(91715, 243, 2508, 'An Tam', ''),
(91716, 243, 2508, 'Bang', ''),
(91717, 243, 2508, 'Phu Nhuan', ''),
(91718, 243, 2508, 'Phuong Tan', ''),
(91719, 243, 2508, 'Quang Nam', ''),
(91720, 243, 2508, 'Tam Ky', ''),
(91721, 243, 2508, 'Thuan An', ''),
(91722, 243, 2508, 'Trao', '');
INSERT INTO `cities` (`city_id`, `country_id`, `region_id`, `city`, `region_code`) VALUES
(91723, 243, 2508, 'Vinh Phuc', ''),
(91724, 243, 2509, 'Binh Thanh', ''),
(91725, 243, 2509, 'Nghia Hanh', ''),
(91726, 243, 2509, 'Nhan Hoa', ''),
(91727, 243, 2510, 'Cam Pha', ''),
(91728, 243, 2511, 'Ben Than', ''),
(91729, 243, 2511, 'Quang Tri', ''),
(91730, 243, 2512, 'An Thanh', ''),
(91731, 243, 2512, 'Ap Sai Gon', ''),
(91732, 243, 2512, 'Huong Tinh', ''),
(91733, 243, 2513, 'Sơn La', ''),
(91734, 243, 2514, 'Thanh Pho Thai Binh', ''),
(91735, 243, 2515, 'Thanh Pho Thai Nguyen', ''),
(91736, 243, 2516, 'Ha Nam', ''),
(91737, 243, 2516, 'Lang Dung', ''),
(91738, 243, 2516, 'Thach That', ''),
(91739, 243, 2516, 'Thanh Hóa', ''),
(91740, 243, 2516, 'Xom Thang', ''),
(91741, 243, 2517, 'Bach Ma', ''),
(91742, 243, 2517, 'Huế', ''),
(91743, 243, 2518, 'Nhat Tan', ''),
(91744, 243, 2519, 'Ap Trung', ''),
(91745, 243, 2519, 'Giong Truong', ''),
(91746, 243, 2519, 'Thanh Nguyen', ''),
(91747, 243, 2519, 'Xom Truong Dinh', ''),
(91748, 243, 2520, 'Thu Duc', ''),
(91749, 243, 2521, 'Tan Binh', ''),
(91750, 243, 2522, 'Vinh Yen', ''),
(91751, 243, 2523, 'Yen Bai', ''),
(91752, 244, 2524, 'Mata-Utu', ''),
(91753, 245, 2525, 'Aden', ''),
(91754, 245, 2526, 'Sana\'', ''),
(91755, 245, 2527, 'Sanaa', ''),
(91756, 246, 2528, 'Mulungushi', ''),
(91757, 246, 2529, 'Chingola', ''),
(91758, 246, 2529, 'Kitwe', ''),
(91759, 246, 2529, 'Ndola', ''),
(91760, 246, 2530, 'Mansa', ''),
(91761, 246, 2530, 'Nchelenge', ''),
(91762, 246, 2530, 'Samfya', ''),
(91763, 246, 2531, 'Lusaka', ''),
(91764, 246, 2532, 'Kansanshi', ''),
(91765, 246, 2532, 'Solwezi', ''),
(91766, 246, 2533, 'Mpika', ''),
(91767, 246, 2534, 'Kalomo', ''),
(91768, 246, 2534, 'Livingstone', ''),
(91769, 246, 2534, 'Macha', ''),
(91770, 246, 2535, 'Mongu', ''),
(91771, 246, 2535, 'Sesheke', ''),
(91772, 247, 2536, 'Bulawayo', ''),
(91773, 247, 2537, 'Harare', ''),
(91774, 247, 2538, 'Chinhoyi', ''),
(91775, 247, 2539, 'Victoria Falls', ''),
(91776, 247, 2540, 'Gwanda', '');

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

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `country_id` smallint(6) UNSIGNED NOT NULL,
  `country` varchar(255) NOT NULL,
  `disp_order` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `countries`:
--

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`country_id`, `country`, `disp_order`) VALUES
(1, 'Afghanistan', 0),
(3, 'Albania', 0),
(4, 'Algeria', 0),
(5, 'American Samoa', 0),
(6, 'Andorra', 0),
(7, 'Angola', 0),
(8, 'Anguilla', 0),
(9, 'Antarctica', 0),
(10, 'Antigua and Barbuda', 0),
(11, 'Argentina', 0),
(12, 'Armenia', 0),
(13, 'Aruba', 0),
(14, 'Australia', 0),
(15, 'Austria', 0),
(16, 'Azerbaijan', 0),
(17, 'Bahamas', 0),
(18, 'Bahrain', 0),
(19, 'Bangladesh', 0),
(20, 'Barbados', 0),
(21, 'Belarus', 0),
(22, 'Belgium', 0),
(23, 'Belize', 0),
(24, 'Benin', 0),
(25, 'Bermuda', 0),
(26, 'Bhutan', 0),
(27, 'Bolivia', 0),
(29, 'Bosnia and Herzegovina', 0),
(30, 'Botswana', 0),
(31, 'Brazil', 0),
(32, 'British Indian Ocean Territory', 0),
(33, 'British Virgin Islands', 0),
(34, 'Brunei', 0),
(35, 'Bulgaria', 0),
(36, 'Burkina Faso', 0),
(37, 'Burundi', 0),
(38, 'Cambodia', 0),
(39, 'Cameroon', 0),
(40, 'Canada', 2),
(41, 'Cape Verde', 0),
(42, 'Cayman Islands', 0),
(43, 'Central African Republic', 0),
(44, 'Chad', 0),
(45, 'Chile', 0),
(46, 'China', 0),
(47, 'Christmas Island', 0),
(48, 'Cocos (Keeling) Islands', 0),
(49, 'Colombia', 0),
(50, 'Comoros', 0),
(51, 'Congo', 0),
(52, 'Cook Islands', 0),
(53, 'Costa Rica', 0),
(54, 'Croatia', 0),
(55, 'Cuba', 0),
(56, 'Curaçao', 0),
(57, 'Cyprus', 0),
(58, 'Czech Republic', 0),
(59, 'Denmark', 0),
(60, 'Djibouti', 0),
(61, 'Dominica', 0),
(62, 'Dominican Republic', 0),
(63, 'East Timor', 0),
(64, 'Ecuador', 0),
(65, 'Egypt', 0),
(66, 'El Salvador', 0),
(67, 'Equatorial Guinea', 0),
(68, 'Eritrea', 0),
(69, 'Estonia', 0),
(70, 'Ethiopia', 0),
(71, 'Falkland Islands', 0),
(72, 'Faroe Islands', 0),
(73, 'Federated States of Micronesia', 0),
(74, 'Fiji', 0),
(75, 'Finland', 0),
(76, 'France', 0),
(77, 'French Guiana', 0),
(78, 'French Polynesia', 0),
(79, 'French Southern Territories', 0),
(80, 'Gabon', 0),
(81, 'Gambia', 0),
(82, 'Georgia', 0),
(83, 'Germany', 0),
(84, 'Ghana', 0),
(85, 'Gibraltar', 0),
(86, 'Greece', 0),
(87, 'Greenland', 0),
(88, 'Grenada', 0),
(89, 'Guadeloupe', 0),
(90, 'Guam', 0),
(91, 'Guatemala', 0),
(92, 'Guernsey', 0),
(93, 'Guinea', 0),
(94, 'Guinea-Bissau', 0),
(95, 'Guyana', 0),
(96, 'Haiti', 0),
(97, 'Hashemite Kingdom of Jordan', 0),
(98, 'Honduras', 0),
(99, 'Hong Kong', 0),
(100, 'Hungary', 0),
(101, 'Iceland', 0),
(102, 'India', 0),
(103, 'Indonesia', 0),
(104, 'Iran', 0),
(105, 'Iraq', 0),
(106, 'Ireland', 0),
(107, 'Isle of Man', 0),
(108, 'Israel', 0),
(109, 'Italy', 0),
(110, 'Ivory Coast', 0),
(111, 'Jamaica', 0),
(112, 'Japan', 0),
(113, 'Jersey', 0),
(114, 'Kazakhstan', 0),
(115, 'Kenya', 0),
(116, 'Kiribati', 0),
(117, 'Kosovo', 0),
(118, 'Kuwait', 0),
(119, 'Kyrgyzstan', 0),
(120, 'Laos', 0),
(121, 'Latvia', 0),
(122, 'Lebanon', 0),
(123, 'Lesotho', 0),
(124, 'Liberia', 0),
(125, 'Libya', 0),
(126, 'Liechtenstein', 0),
(127, 'Luxembourg', 0),
(128, 'Macao', 0),
(129, 'Macedonia', 0),
(130, 'Madagascar', 0),
(131, 'Malawi', 0),
(132, 'Malaysia', 0),
(133, 'Maldives', 0),
(134, 'Mali', 0),
(135, 'Malta', 0),
(136, 'Marshall Islands', 0),
(137, 'Martinique', 0),
(138, 'Mauritania', 0),
(139, 'Mauritius', 0),
(140, 'Mayotte', 0),
(141, 'Mexico', 0),
(142, 'Monaco', 0),
(143, 'Mongolia', 0),
(144, 'Montenegro', 0),
(145, 'Montserrat', 0),
(146, 'Morocco', 0),
(147, 'Mozambique', 0),
(148, 'Myanmar', 0),
(149, 'Namibia', 0),
(150, 'Nauru', 0),
(151, 'Nepal', 0),
(152, 'Netherlands', 0),
(153, 'New Caledonia', 0),
(154, 'New Zealand', 0),
(155, 'Nicaragua', 0),
(156, 'Niger', 0),
(157, 'Nigeria', 0),
(158, 'Niue', 0),
(159, 'Norfolk Island', 0),
(160, 'North Korea', 0),
(161, 'Northern Mariana Islands', 0),
(162, 'Norway', 0),
(163, 'Oman', 0),
(164, 'Pakistan', 0),
(165, 'Palau', 0),
(166, 'Palestine', 0),
(167, 'Panama', 0),
(168, 'Papua New Guinea', 0),
(169, 'Paraguay', 0),
(170, 'Peru', 0),
(171, 'Philippines', 0),
(172, 'Pitcairn Islands', 0),
(173, 'Poland', 0),
(174, 'Portugal', 0),
(175, 'Puerto Rico', 0),
(176, 'Qatar', 0),
(177, 'Republic of Korea', 0),
(178, 'Republic of Lithuania', 0),
(179, 'Republic of Moldova', 0),
(180, 'Republic of the Congo', 0),
(181, 'Réunion', 0),
(182, 'Romania', 0),
(183, 'Russia', 0),
(184, 'Rwanda', 0),
(185, 'Saint Helena', 0),
(186, 'Saint Kitts and Nevis', 0),
(187, 'Saint Lucia', 0),
(188, 'Saint Martin', 0),
(189, 'Saint Pierre and Miquelon', 0),
(190, 'Saint Vincent and the Grenadines', 0),
(191, 'Saint-Barthélemy', 0),
(192, 'Samoa', 0),
(193, 'San Marino', 0),
(194, 'São Tomé and Príncipe', 0),
(195, 'Saudi Arabia', 0),
(196, 'Senegal', 0),
(197, 'Serbia', 0),
(198, 'Seychelles', 0),
(199, 'Sierra Leone', 0),
(200, 'Singapore', 0),
(201, 'Sint Maarten', 0),
(202, 'Slovak Republic', 0),
(203, 'Slovenia', 0),
(204, 'Solomon Islands', 0),
(205, 'Somalia', 0),
(206, 'South Africa', 0),
(208, 'South Sudan', 0),
(209, 'Spain', 0),
(210, 'Sri Lanka', 0),
(211, 'Sudan', 0),
(212, 'Suriname', 0),
(213, 'Svalbard and Jan Mayen', 0),
(214, 'Swaziland', 0),
(215, 'Sweden', 0),
(216, 'Switzerland', 0),
(217, 'Syria', 0),
(218, 'Taiwan', 0),
(219, 'Tajikistan', 0),
(220, 'Tanzania', 0),
(221, 'Thailand', 0),
(222, 'Togo', 0),
(223, 'Tokelau', 0),
(224, 'Tonga', 0),
(225, 'Trinidad and Tobago', 0),
(226, 'Tunisia', 0),
(227, 'Turkey', 0),
(228, 'Turkmenistan', 0),
(229, 'Turks and Caicos Islands', 0),
(230, 'Tuvalu', 0),
(231, 'U.S. Minor Outlying Islands', 0),
(232, 'U.S. Virgin Islands', 0),
(233, 'Uganda', 0),
(234, 'Ukraine', 0),
(235, 'United Arab Emirates', 0),
(236, 'United Kingdom', 0),
(237, 'United States', 1),
(238, 'Uruguay', 0),
(239, 'Uzbekistan', 0),
(240, 'Vanuatu', 0),
(241, 'Vatican City', 0),
(242, 'Venezuela', 0),
(243, 'Vietnam', 0),
(244, 'Wallis and Futuna', 0),
(245, 'Yemen', 0),
(246, 'Zambia', 0),
(247, 'Zimbabwe', 0);

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

--
-- Table structure for table `data_test`
--

CREATE TABLE `data_test` (
  `id` int(11) NOT NULL,
  `sku` varchar(255) NOT NULL,
  `manufacturer` varchar(255) NOT NULL,
  `family_name` varchar(255) NOT NULL,
  `watt` varchar(255) NOT NULL,
  `voltage` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `data_test`:
--

--
-- Dumping data for table `data_test`
--

INSERT INTO `data_test` (`id`, `sku`, `manufacturer`, `family_name`, `watt`, `voltage`) VALUES
(9, 'sku-1', 'Metalux', 'C-1', '10', '100'),
(10, 'sku-2', 'Juno', 'J-1 new', '20', '200'),
(11, 'sku-3', 'Juno', 'J-2', '12', '120');

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

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

CREATE TABLE `events` (
  `event_id` int(10) UNSIGNED NOT NULL,
  `sku` varchar(6) NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `location` varchar(255) NOT NULL,
  `advertiser` varchar(255) NOT NULL,
  `sku_media` varchar(6) DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `img` varchar(255) NOT NULL,
  `alt` varchar(255) NOT NULL,
  `img_pos` varchar(10) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `disp_order` smallint(5) UNSIGNED DEFAULT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `events`:
--   `sku_media`
--       `media_partners` -> `sku`
--

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

INSERT INTO `events` (`event_id`, `sku`, `active`, `location`, `advertiser`, `sku_media`, `title`, `subtitle`, `description`, `url`, `img`, `alt`, `img_pos`, `tag_title`, `tag_description`, `disp_order`, `dt`) VALUES
(6, 'CHI002', 0, 'Shanghai New International Expo Center, China', 'EXPO', 'LEDCHI', 'LED China 2016', '19-22 September. Shanghai New International Expo Center, China', 'LED CHINA  is the world\'s largest event dedicated to the entire LED industry supply chain and an one-stop platform to see finished LED products and components from LED lighting, displays, chips, packaging, materials, illuminates, manufacturing equipment, and testing instruments. \r\n  \r\nAfter winning endorsement from the China Ministry of Commerce in 2012 and more than a decade of successful editions, LED CHINA is now widely recognized as one of the world’s most comprehensive platform to observe product trends, as well as new technologies and ideas in the LED industry from across the world and in particular Asia. \r\n  \r\nHeld in conjunction with SIGN CHINA 2016 and LED LIGHTING CHINA 2016, LED CHINA 2016 will showcase the latest in sign production technologies and LED lighting products and innovations all in one venue!', 'http://www.ledchina-sh.com/en-us/', 'LED_CHINA_2016.gif', 'LED China 2016', 'top', 'LEDELUM. EVENTS. LED China 2016', 'LED CHINA  is the world\'s largest event dedicated to the entire LED industry supply chain and an one-stop platform to see finished LED products and components from LED lighting, displays, chips, packaging, materials, illuminates, manufacturing equipment, and testing instruments.', 4, '2015-10-18 12:41:13'),
(7, 'E16001', 0, 'Santa Clara, CA, US', 'Strategies in Light', NULL, 'The LED Show', 'March 1-3, 2016. Santa Clara, CA USA', 'For 17 years, Strategies in Light has been dedicated to providing the LED and lighting industry with an unparalleled standard of excellence in quality conference programming. Lead by conference co-chairs and an Advisory Board comprised of industry thought leaders and specialized experts, each topic and speaker is personally hand selected, resulting in an unsurpassed level of non-commercial educational programming for professionals across every segment of the LED/SSL market. For the most compelling coverage of industry hot topics, plus discussions about solutions and practical approaches to timely issues and challenges, Strategies in Light is the most important event you will attend all year. \r\n\r\nFor registration questions call:\r\n Phone: +1-918-831-9160\r\n Toll-free (US only): +1-888-299-8016\r\n\r\nwww.strategiesinlight.com\r\nregistration@pennwell.com', 'http://www.strategiesinlight.com/register.html', 'The_LED_Show.jpg', 'The LED Show', 'top', 'LEDELUM. INDUSTRY EVENTS. The LED Show.', 'For the most compelling coverage of industry hot topics, plus discussions about solutions and practical approaches to timely issues and challenges, Strategies in Light is the most important event you will attend all year.', 2, '2015-10-18 12:49:37'),
(9, 'E16003', 0, 'San Diego Convention Center, San Diego, CA USA', 'IALD IES', NULL, 'LIGHTFAIR International', 'April 26 – 28, 2016. San Diego Convention Center, CA USA', 'As the world\'s largest annual architectural and commercial lighting trade show and conference, LFI blends continuing education courses with innovative products ranging from high-end design to cutting-edge technology.\r\n\r\nHighlights:\r\n\r\nThe global stage for innovation on the LFI trade show floor\r\n6 pavilions showcase product-specific manufacturers\r\nConference offers 200+ hours of world-class accredited education\r\nAccredited courses range from 30 minutes to 2-day immersion sessions at every level, from Foundational to Advanced as well as General\r\nCourses on retrofitting buildings, managing LED costs, sources updates and more\r\nThe LFI Innovation Awards® honors the industry’s newest product designs\r\nNetworking & special events bring together lighting industry professionals', 'http://www.lightfair.com/lightfair/V40/index.cvn?id=10000', 'Lightfair2016.jpg', 'LIGHTFAIR International', 'top', 'LIGHTFAIR International', 'As the world\'s largest annual architectural and commercial lighting trade show and conference, LFI blends continuing education courses with innovative products ranging from high-end design to cutting-edge technology.', 42, '2015-11-29 13:09:25'),
(10, 'E16004', 0, 'Mumbai, India', 'Messe Franfurt', NULL, 'LED EXPO', '12 – 14 May 2016, Mumbai, India', 'LED technology is the answer to our lighting needs for future and LED Expo is the only platform in India, solely dedicated to LEDs. It promises to bring to you the best of the products, applications and latest in trend technologies from all over the world under one roof. Experience the revolutionary world of LEDs from the 12 – 14 May 2016 at Bombay Exhibition Centre, Goregaon, Mumbai.\r\n\r\nThe last edition marked its tryst with 10,031 business visitors from around the world, 117 exhibitors from 7 participating countries and 198 delegates over a period of 3 days.', 'http://www.theledexpo.com/', 'LED_India.jpg', 'LED EXPO', 'top', 'LED EXPO, Mumbai, India', 'Experience the revolutionary world of LEDs from the 12 – 14 May 2016 at Bombay Exhibition Centre, Goregaon, Mumbai', 10, '2015-11-29 13:24:30'),
(11, 'LPS01', 0, 'Bregenz, Austria', 'LPS', 'LPS', 'LpS 2016', 'September 20-22, 2016, Bregenz, Austria', 'The annually LpS Event in Bregenz is Europe\'s foremost lighting technology event for people in industry and research. \"Trends and Technologies for Future Lighting Solutions\" are explored in the fields of general, industrial and architectural lighting. The LpS 2016 event will especially emphasis on \"Smart Technologies for Lighting Innovations\" covering the latest trends in applications.', 'http://www.led-professional-symposium.com/', 'LpS2016_banner.jpg', 'LpS 2016', 'top', 'LpS 2016', 'The annually LpS Event in Bregenz is Europe\'s foremost lighting technology event for people in industry and research. \"Trends and Technologies for Future Lighting Solutions\" are explored in the fields of general, industrial and architectural lighting.', 8, '2015-11-29 13:54:21'),
(13, 'E16006', 0, 'Instanbul EXPO Center, Turkey', 'LED & LED Lighting', NULL, 'LED & LED Lighting', '6-9 October. Instanbul EXPO Center, Turkey', 'While Led&Led Lighting Exhibition was organized together with ISAF Exhibition since its launching year 2007 to 2010, with ADVEX Exhibition in 2010 and ELEX Exhibition in 2012, it has become a huge event held alone since 2014 in line with the increasing demand and organized in this way.  This year, the growing goals set by Marmara Fair Organization Team were met at the beginning of 2015, and it is aimed for 2016 to organize Led&Led Lighting Exhibition in three halls instead of two.\r\n\r\nPeaking in the number of visitors as well as exhibitor companies and displayed products in its 11th year, the 11th International Led&Led Lighting Exhibition hosted the largest technological meeting of the related industries in the region this year as it did in the previous years. With innumerous technological innovations that were displayed, the most advanced and aesthetic models of the product series, with products that have eco-friendly features such as power efficiency and sustainability, the event is the common meeting point for the Led lighting industry, and it proved, once again, that it is one of the exhibitions that have the ‘brightest’ future, with its growth and expansion compared to the previous years.', 'http://ledfuari.com/en/', 'LED_Turkey.jpg', 'LED & LED Lighting', 'top', 'LED & LED Lighting', 'Peaking in the number of visitors as well as exhibitor companies and displayed products in its 11th year, the 11th International Led&Led Lighting Exhibition hosted the largest technological meeting of the related industries in the region this year as it did in the previous years.', 6, '2015-11-29 14:07:00'),
(14, 'E16007', 0, 'Puerto Vallarta, MX', 'IALD', NULL, 'IALD ENLIGHTEN AMERICAS 2016', '13-15 October, 2016. Puerto Vallarta, MX', 'Join the IALD in Puerto Vallarta, Mexico for the 16th annual IALD Enlighten Americas conference.', 'http://www.iald.org/Events/IALD-Enlighten-Americas/IALD-ENLIGHTEN-AMERICAS-2016', 'EnAm16-Call-for-Presentations-Sq.jpg', 'IALD ENLIGHTEN AMERICAS 2016', 'top', 'IALD ENLIGHTEN AMERICAS 2016', 'Join the IALD in Puerto Vallarta, Mexico for the 16th annual IALD Enlighten Americas conference.', 9, '2015-11-29 14:23:45'),
(15, 'E16008', 0, 'PRAGUE, CZECH REPUBLIC.', 'IALD', NULL, 'IALD ENLIGHTEN EUROPE 2016', '13-15 November, Prague, Czech Republic', 'The IALD Enlighten conferences are a global suite of boutique conferences tailored for the architectural lighting design professional. IALD Enlighten Europe 2016 will be held 13-15 November in PRAGUE, CZECH REPUBLIC.', 'http://www.iald.org/Events/IALD-Enlighten-Americas/IALD-Enlighten-Europe-2015', 'iald_europe2016.jpg', 'IALD ENLIGHTEN EUROPE 2016', 'top', 'IALD ENLIGHTEN EUROPE 2016', 'The IALD Enlighten conferences are a global suite of boutique conferences tailored for the architectural lighting design professional. IALD Enlighten Europe 2016 will be held 13-15 November in PRAGUE, CZECH REPUBLIC.', 11, '2015-11-29 14:28:44'),
(16, 'E16009', 0, 'PADOVA', 'Illuminotronica', 'ILUMT', 'Illuminotronica', '6-8 October 2016, Padova, Italy', 'Illuminotronica is a privileged appointment in the SSL market, perfect to strengthen a company’s presence in the market.\r\n A unique means to engage customers and to present products and solutions to an audience of qualified professionals and decision makers.', 'http://illuminotronica.it/en/', 'Illuminotronica.jpg', 'Illuminotronica', 'top', 'Illuminotronica', 'Illuminotronica is a privileged appointment in the SSL market, perfect to strengthen a company’s presence in the market.\r\n A unique means to engage customers and to present products and solutions to an audience of qualified professionals and decision makers.', 3, '2015-11-29 14:42:25'),
(17, 'FORM02', 0, 'LYON, FRANCE', 'FORUM LED', 'FORUM', 'FORUM LED 2016', '8-9 December 2016, Lyon, France', 'The 8th edition of ForumLED Europe will be held on 7 and 8 Decembre 2016 at the Congress Center of Lyon \r\n\r\nForumLED : An encounter of supply with demand for LED lighting products\r\nand components \r\n120 exhibitors, 3 000 visitors et 250 congress participants.\r\n\r\nA global event for LED lignthing\r\nA unique platform for information, discussions, networking and new business.\r\n\r\nForumLED in 2016 :\r\n- An international congress at the highest level in the world with the top\r\nworld\r\n- 120 exhibitors covering the entire value chain of LED lighting : from the\r\ncomponent to the complete lighting\r\n- A platform devoted to innovation bringing together laboratories,\r\nUniversities and Grandes Ecoles\r\n- A start-up area and an Investor Forum to stimulate growth in the sector\r\n\r\nForumLED Europe is designed for developing companies and successful LED\r\nlighting projects.\r\n\r\nWHO EXHIBITS :\r\nTECHNOLOGIES\r\nManufacturers and distributors of :\r\n- LED/OLED\r\n- LED Modules\r\n- LED bulbs and tubes\r\n- Components (optical, electronic, thermal)\r\n- Production tools for LED industry\r\n- Power supply, monitoring and control systems\r\n- Presence, movement and light detectors\r\n- Printed circuit boards and electronic cards\r\nEngineering and design departments\r\nDesigner and distributors of IT solutions for the LED\r\nLaboratories, qualification and certification bodies\r\n\r\nLIGTHING SYSTEMS AND HIGHLIGHTS\r\nManufacturers and distributors of exterior LED lighting\r\n- Functional street lighting\r\n- Atmosphere street lighting\r\n- Architectural lighting\r\nManufacturers and distributors of interior LED lighting\r\n- Retail and hospitality sector lighting\r\n- Industrial lighting\r\n- Tertiary and healthcare sector lighting\r\n- Residential lighting\r\n- Emergency/safety lighting\r\nManufacturers and distributors of event and stage lighting\r\nDesigner and distributors of IT solutions for lighting\r\nManufacturers and distributors of other LED/OLED applications (displays)\r\n\r\nWHO VISITS :\r\nINTAGRATORS OF LED AND SUBSETS\r\nLighting equipment manufacturers\r\nTransport lighting system manufacturers\r\nDisplay screen manufacturers\r\nSignaling equipment manufacturers\r\nManufacturers of other applications (industrial, military, mobile)\r\n\r\nEND-USERS AND SPECIFIERS\r\nArchitects and specifiers\r\nLighting designers\r\nElectrical installation and maintenance companies\r\nConstruction companies (promoters, contractors)\r\nHospitality and sales outlet managers (Stores, Shopping, Hotel…)\r\nLocal communities', 'http://www.forumled.com/led/archives/category/home', 'FORUM_LED_2016.gif', 'FORUM LED', 'top', '8-9 December 2016, LYON, FRANCE', 'LED Lighting: Technologies, Products and Systems', 5, '2015-11-29 14:59:23'),
(18, 'E16011', 1, 'Chicago, US', 'LED Specifier Summit', NULL, 'LED Specifier Summit', 'November 16, Chicago, US', 'The LED Specifier Summit is a 1-day immersion in LED lighting education and solutions geared toward specifiers of commercial, architectural and decorative LED lighting products. Now in its third year, the Summit helps lighting professionals stay current on the latest LED lighting trends through registered seminars and face-to-face access to leading international lighting manufacturers in a relaxed, casual setting.\r\n\r\nThe Summit features:\r\nPanel discussions and seminars by industry experts\r\nFocused LED lighting exhibits\r\nHands-on product demonstrations\r\nPeer-to-peer networking\r\nOne day of information and knowledge that can be applied immediately to projects, product selection and making the right lighting decisions.', 'http://www.ledspecifiersummit.com/', 'LED_Summit.jpg', 'LED Specifier Summit', 'top', 'LED Specifier Summit', 'The LED Specifier Summit is a 1-day immersion in LED lighting education and solutions geared toward specifiers of commercial, architectural and decorative LED lighting products.', 21, '2015-11-29 16:06:12'),
(19, 'E16012', 0, 'Gothenburg', 'LUCI', NULL, 'City under Microscope - Gothenburg', '20-23 April 2016, Sweeden', 'Gothenburg city is approaching its 400th year\r\nanniversary in 2021. While many preparations are being made for this celebration, Gothenburg is already set for one of its greatest leaps forward in modern times. With a focus on building a close-knit and sustainable city.\r\n\r\nGothenburg is set to grow by\r\nalmost a third of its population in the next 20 years!\r\n\r\nThis creates a great opportunity to develop the city’s public spaces.\r\nA denser city will make our work with urban lighting all the more important, both for the everyday city life and for dining the city\r\nitself – its past and future.\r\nWe are very pleased and proud to host a LUCI City under Microscope in Gothenburg. This event is an expression of one of LUCI’s core purposes – to bring cities and people together to exchange experiences and ideas.\r\n\r\nWe are glad to invite our partner and neighbor city, Alingsås, one of the latest members of LUCI, to take part in the programme.', 'http://www.luciassociation.org/wp-content/uploads/2015/11/Teaser-Gothenburg.pdf', 'E16012_City_Microscope_Gothenburg.jpg', '', 'top', 'City under Microscope -Gothenburg', 'Gothenburg city is approaching its 400th year\r\nanniversary in 2021. While many preparations are being made for this celebration,', 12, '2015-12-11 00:15:28'),
(20, 'CHI001', 0, 'Guangzhou, China', 'LEDCHI', 'LEDCHI', 'LED CHINA 2015', 'Nov. 13, 2015', 'Conclude With Visitors From 154 Countries and Regions.\r\nGUANGZHOU, China, Nov. 13, 2015 /PRNewswire/ -- Organized by UBM Trust, a joint venture with UBM Asia Ltd, SIGN CHINA, LED CHINA and LED LIGHTING CHINA 2015 successfully concluded on September 19th at the Shanghai New International Expo Center (SNIEC), having received visitors from 154 different countries and regions.\r\n\r\nMaking its debut in the new host city Shanghai, the four-day event reaffirmed its world-leading status with 120,000 sqm of exhibition space and recording 82,523 visitor entries. \r\n\r\nAmongst the 1,200 exhibitors/brands were major industry players such as TONGXING, RUIJIE, DNE, BEYOND, NAR, YUANYUAN, TECKWIN, RUNTIANZHI, DONGHUA, AORISE, HYM, HAILIDE, HUIFENG, YUXIN, RESPECT, HANDTOP, LIAONING ZHONGYE, LEI MEI, DAOMING, UNILUMIN, LIANTRONICS, LEDMAN, LEYARD, NATIONSTAR, ABSEN, QIANGLI JUCAI, HC SEMITEK, BLUEVIEW, OML and IMIGY.\r\n\r\n\"We have participated in the show since 2005. We followed the organiser to Shanghai because we are confident the organizer would deliver good results with their rich organisational experience and brand influence in the market. We are very pleased to have met many international visitors especially from Europe and North America. These are high-quality buyers who bought almost all of our products,\" said Mr. Wei Gao, manager of Unilumin Group Co., Ltd.\r\n\r\nA key highlight of the event was the diverse range of LED displays. Exhibitors were proud to reveal new products they have developed for niche segments, like the super large high-resolution LED display from LEYARD, full-color LED dance floor display with small pixel pitch from M-SHINE, fully automatic module LED testing system from MOONCELL, and the wireless system for LED displays from ABSEN.\r\n\r\nAs an international sourcing platform, SIGN CHINA, LED CHINA and LED LIGHTING CHINA are increasingly popular with overseas visitors attracting a total of 14,379 entries from overseas. The top 20 originating countries/regions were: Malaysia, Taiwan, Korea, Thailand, India, Australia, Japan, Hong Kong, Kazakhstan, Canada, Singapore, USA, Russia, Indonesia, Philippines, Turkey, UAE, Iran, South Africa and Egypt.\r\n\r\n\"This is my second time to visit the show. It\'s large and professionally put together. There is a wide variety of new products and I\'ve found some good samples of LED components. The pre-registration service was also very convenient and it took me very little time to get my badge onsite. I also had a good experience in the VIP lounge. I will be back next year,\" said Dr. Bert Braune, from IPACON Technology, Germany.\r\n\r\n\"We would not have achieved so much the first time the show was held in Shanghai without the trust and support from every exhibitor and visitor, who witnessed yet another milestone in the event\'s development. With the internationalization of the industry as our basic tenet, we will endeavor to create broader global business opportunities and build a quality industry chain through better service,\" said Mr. David Tang, managing director from UBM Trust.\r\n\r\nThe next edition of SIGN CHINA, LED CHINA and LED LIGHTING CHINA will take place from 19 to 22 September 2016 at SNIEC featuring a new theme - Digital Signage.', 'http://en.prnasia.com/story/136170-0.shtml', 'LEDCHINA2015.jpg', 'LED CHINA, and LED LIGHTING CHINA 2015', 'top', 'SIGN CHINA, LED CHINA, and LED LIGHTING CHINA 2015', 'LED CHINA and LED LIGHTING CHINA 2015 successfully concluded on September 19th at the Shanghai New International Expo Center (SNIEC)', 1, '2015-12-28 22:45:09'),
(21, 'FORM01', 0, 'Lyon - Palais des Congrès - France', 'FORUMLED', 'FORUM', 'Forum LED 2015', 'Lyon - Palais des Congrès - France. 07 & 08 December 2015', 'ForumLED Europe 2015: The congress/Exhibition entirely dedicated to LED technology.\r\n\r\nOver the last 6 years, ForumLED Europe has become the most important event dedicated to LED technology ecosystem lighting in Europe. ForumLED Europe is both an international congress (250 participants, 40 nationalities) and a show (90 exhibitors, 2,500 visitors).\r\nAfter 3 editions in Paris, ForumLED Europe returns to Lyon, the nerve center of lighting in France, for its 2015 edition to be held on December 7th and 8th, 2015 at the Lyon Convention center.\r\nIn 2015, ForumLED Europe affirms its positioning in the whole of the LED light value chain, from electronic components to complete lighting systems and continues to broaden its horizons to all the components used in “smart” LED lighting systems.\r\nThrough 120 companies present, ForumLED exhibition will meet the demand of professionals, manufacturers and users, in terms of technology and LED industry technologies/ services and LED lighting systems/ equipment', 'http://www.forumled.com/led/archives/category/home?lang=en', 'ForumLED2015.jpg', 'ForumLED Europe 2015', 'top', 'ForumLED Europe 2015', 'ForumLED Europe 2015: The congress/Exhibition entirely dedicated to LED technology.', 13, '2015-12-28 23:26:09'),
(24, 'ACM001', 0, 'Cairo, Egypt.', 'ACM', 'ACM', '2nd annual LightingTech Egypt', '26-27 September 2016 in Cairo, Egypt.', 'LightingTech Egypt conference will gather key government officials, lighting industry experts, construction professionals and solution providers to discuss the latest developments in Egypt’s adoption of LED and solar lighting technologies, new projects, standards and technical specifications, and the requirements for the lighting industry to achieve energy efficiency in Egypt. \r\n\r\nThis conference will include insights on the implementation roadmap since 2015, as well as upcoming opportunities for energy efficient lighting installations across government buildings, municipalities and hotels. The conference will also discuss the challenges, latest technology advancements, partnership requirements and market entry strategies.\r\n\r\n•	Dr. Hend Farouh, Executive Director of the Central Unit for Sustainable Cities and Renewable Energy, New Urban Communities Authority\r\n•	Dr. Salwa Ali, General Manager Energy Conservation, Egyptian Electricity Holding Company\r\n•	Emad Hassan, Minister’s Energy Advisor, Ministry of Tourism\r\n•	Hesham L. Bassiouny, Senior Design Manager - Development Department, Citygate, Qatari Diar\r\n•	Marwa Ismail, Senior Electrical Design Engineer, Dar Al Handasah\r\n•	Salah El Bayoumi, MEP Manager, Turner Construction - International LLC\r\n•	Heba El-Dessouky, Head of Interior Design - Development Department, Emaar Misr for Development\r\n•	Mohammed Abdel Gawad-Khaled, Landscape Architect, Sites International\r\n•	Mohammed El Haggar, Sustainability Manager, Redcon Development\r\n•	Dr. Ibrahim Yassin, Managing Director, UNDP-GEF Lighting & Appliance Efficiency Improvement Project\r\n•	Tarek Zaref, MEP and Lighting Solutions, Independent Lighting Consultant\r\n•	Dr. Kamelia Mohamed Youssef, Consultant for Lighting Components, UNDP-GEF Lighting and Appliance Efficiency Improvement Project\r\n•	Hany Ebaid, Electrical Head Section, Khatib and Alami\r\n•	Eng. Hossam Hamdy, Head of Electrical, EHAF Consulting Engineers\r\n•	Mohamed Adel, Head of Urban and Landscape Department, Dar Al Mimar Architects\r\n•	Dr. Salah El Haggar, Chairman of Mechanical Engineering Department, The American University in Cairo\r\n•	Eng. Thomas D. Baenziger, Founder and CEO, EE-Consulting AG', 'http://www.lightingtechegypt.com', '160628-LTE-Ledelum_1000x400_banner.jpg', '2nd annual LightingTech Egypt', 'top', '2nd annual LightingTech Egypt', 'LightingTech Egypt conference will gather key government officials, lighting industry experts, construction professionals and solution providers', 7, '2016-07-03 12:53:38'),
(25, 'LFI018', 1, 'Chicago, IL, US', '000000', NULL, 'LightFair International', 'May 6-10 Chicago IL USA', 'The world\'s largest annual architectural and commercial lighting trade show and conference.\r\nPRE-CONFERENCE\r\nMAY 6-7, 2018\r\nTRADE SHOW & CONFERENCE\r\nMAY 8-10, 2018', 'https://www.lightfair.com/', 'LightFair-International-2018.jpg', 'LightFair International 2018', 'top', 'LightFair International 2018', 'The world\'s largest annual architectural and commercial lighting trade show and conference.', 15, '2018-03-06 16:20:07'),
(26, 'LED018', 0, 'New York, New York USA', '000000', NULL, 'LEDucation 2018', 'March 13-14 New York, NY USA', 'Organized by the Designers Lighting Forum of New York, LEDucation is the ultimate marketplace for solid state lighting innovations, giving industry professionals a chance to experience local and global manufacturers exhibit their latest - and many award winning - designs and technologies.', 'http://www.leducation.org', 'LEDucation-2018.jpg', 'LEDucation 2018', 'top', 'LEDucation2018', 'Organized by the Designers Lighting Forum of New York, LEDucation is the ultimate marketplace for solid state lighting innovations, giving industry professionals a chance to experience local and global manufacturers exhibit their latest - and many award winning - designs and technologies.', 33, '2018-03-09 11:44:50'),
(27, 'HPS018', 0, 'High Point, NC USA', '000000', NULL, 'High Point Market - Spring', 'April 14-18 High Point, NC USA', 'The High Point Market is the largest furnishings industry trade show in the world, bringing more than 75,000 people to High Point, North Carolina, every six months.Serious home furnishings buyers, interior designers, architects, and others in the home furnishings industry can be found in High Point twice a year because if you can\'t find it in High Point ... it probably doesn\'t exist.', 'http://www.highpointmarket.org', 'High-Point-Market-Spring-2018.jpg', 'High-Point-Market-Spring-2018', 'top', 'High Point Market Spring 2018', 'The High Point Market is the largest furnishings industry trade show in the world, bringing more than 75,000 people to High Point, North Carolina, every six months.Serious home furnishings buyers, interior designers, architects, and others in the home furnishings industry can be found in High Point twice a year because if you can\'t find it in High Point ... it probably doesn\'t exist.', 47, '2018-03-13 13:55:23'),
(28, 'LIB018', 0, 'Frankfurt, Germany', '000000', NULL, 'Light + Building', 'March 18-23 Frankfurt, Germany', 'Light + Building\r\nThe world\'s leading trade fair for lighting and building services technology', 'https://light-building.messefrankfurt.com/', 'Light-Building-2018.jpg', 'Light-Building-2018', 'top', 'Light + Building 2018', 'At Light + Building the industry presents every two years the latest products for the fields of lighting, electrical engineering as well as home and building automation.', 50, '2018-03-14 08:34:46'),
(29, 'SIL018', 0, 'Shanghai, China', '000000', NULL, 'Shanghai International Lighting Expo', 'March 8-11, 2017 National Exhibition and Convention Center (Shanghai)', 'Coincides with the opportunity to build a high level lighting international display exhibition\r\n\r\nIn the new situation, green, modern and intelligent urbanization have been irresistible. The putting forward and wide application of the concept of Internet of things has brought huge opportunities to both digital media and smart home.', 'http://www.apppexpo.com/', 'Shanghai-International-Lighting-Expo-2018.jpg', 'Shanghai-International-Lighting-Expo-2018', 'top', 'Shanghai International Lighting Expo', 'Coincides with the opportunity to build a high level lighting international display exhibition\r\n\r\nIn the new situation, green, modern and intelligent urbanization have been irresistible. The putting forward and wide application of the concept of Internet of things has brought huge opportunities to both digital media and smart home.', 49, '2018-03-14 08:59:57'),
(30, 'HKS018', 0, 'Wanchai, Hong Kong', '000000', NULL, 'Hong Kong International Lighting Fair 2018 - Spring', 'April 6-9 Wanchai, Hong Kong', 'Organised by the Hong Kong Trade Development Council (HKTDC), the Hong Kong International Lighting Fair (Spring Edition) celebrates its tenth anniversary this year during 6-9 April at the Hong Kong Convention and Exhibition Center. The fair is expected to gather around 1,340 exhibitors, showcasing latest lighting merchandises to global buyers. In the 2017 edition, the fair welcomed close to 21,000 buyers from 115 countries and regions.', 'http://event.hktdc.com', 'Hong-Kong-International-Lighting-Fair-Spring-2018.jpg', 'Hong-Kong-International-Lighting-Fair-Spring-2018', 'top', 'Hong Kong International Lighting Fair 2018 - Spring', 'Organised by the Hong Kong Trade Development Council (HKTDC), the Hong Kong International Lighting Fair (Spring Edition) celebrates its tenth anniversary this year during 6-9 April at the Hong Kong Convention and Exhibition Centre. The fair is expected to gather around 1,340 exhibitors, showcasing latest lighting merchandises to global buyers. In the 2017 edition, the fair welcomed close to 21,000 buyers from 115 countries and regions.', 48, '2018-03-14 09:37:04'),
(31, 'EXL018', 0, 'Sao Paulo, Brazil', '000000', NULL, 'EXPOLUX 2018', 'April 24-28 Sao Paulo, Brazil', 'Expolux is in its 16th Edition. This Biennial fair is considered the main event for lighting companies in Latin America. Comprehensive, concentrating technologies and trends, Expolux presents products and services for shopkeepers, retailers, specifiers, lighting designers, architects, decorators, engineers and technicians.', 'http://www.expolux.com.br/', '', '', 'top', 'EXPOLUX 2018', 'Expolux is in its 16th Edition. This Biennial fair is considered the main event for lighting companies in Latin America. Comprehensive, concentrating technologies and trends, Expolux presents products and services for shopkeepers, retailers, specifiers, lighting designers, architects, decorators, engineers and technicians.', 46, '2018-03-14 12:52:31'),
(32, 'TAI018', 0, 'Taipei, Taiwan', '000000', NULL, 'Taiwan International Lighting Show 2018', 'April 25-28 Taipei, Taiwan', 'Sponsored by the Bureau of Foreign Trade, MOEA\r\nOrganized by Taiwan External Trade Development Council (TAITRA) and Taiwan Lighting Fixture Export Association (TLFEA)', 'https://www.tils.com.tw', 'Taiwan-International-Lighting-Show-2018.jpg', 'Taiwan-International-Lighting-Show-2018', 'top', 'Taiwan International Lighting Show 2018', 'Sponsored by the Bureau of Foreign Trade, MOEA\r\nOrganized by Taiwan External Trade Development Council (TAITRA) and Taiwan Lighting Fixture Export Association (TLFEA)', 45, '2018-03-14 13:18:23'),
(33, 'SDM018', 0, 'Milan, Italy', '000000', NULL, 'Salon de Mobile 2018', 'April 17-22 Milan, Italy', 'The Salone del Mobile, which has its roots in Milan,\r\nendeavours to condense and underscore its strong points and its\r\nconnections with the city, in a bid to carry forward the process\r\nof internationalisation that both have embraced, and to flag up\r\ndesign concepts to the design community for imminent use.', 'https://www.salonemilano.it/en/', 'Salon-de-Mobile-2018.jpg', 'Salon-de-Mobile-2018', 'top', 'Salon de Mobile 2018', 'The Salone del Mobile, which has its roots in Milan,\r\nendeavours to condense and underscore its strong points and its\r\nconnections with the city, in a bid to carry forward the process\r\nof internationalisation that both have embraced, and to flag up\r\ndesign concepts to the design community for imminent use', 44, '2018-03-14 13:35:10'),
(34, 'MEL018', 0, 'Dubai, UAE', '000000', NULL, 'Middle East Lighting Design Summit 2018', 'May 2-3 Dubai, UAE', 'The Leading Lighting Design Event in the Middle East focusing on different aspects and elements pertaining to the trends, challenges and opportunities in lighting design.', 'http://www.expotradeglobal.com/', 'Middle-East-Lighting-Design-Summit-2018.jpg', 'Middle East Lighting Design Summit 2018', 'top', 'Middle East Lighting Design Summit 2018', 'The Leading Lighting Design Event in the Middle East focusing on different aspects and elements pertaining to the trends, challenges and opportunities in lighting design.', 43, '2018-03-14 14:06:10'),
(35, 'LET018', 1, 'Bangkok, Thailand', '000000', NULL, 'LED Expo Thailand', 'May 10-12 Bangkok, Thailand', 'LED Expo Thailand 2018, the 6th edition of ASEAN’s Largest International Exhibition on LED Products & Technology , is dedicated to the science, technology and application of LEDs and solid-state lighting. LED Expo Thailand  is a dynamic hub for LED / lighting companies to congregate, promote, discuss, transact, partner and gain insights on neighboring LED markets.\r\n\r\nLED Expo Thailand welcome visitors from varied business spheres including architects, lighting industry professionals, government agencies and many others to explore the use of LED for various applications in both domestic and commercial usage.', 'http://www.ledexpothailand.com/', 'LED-Expo-Thailand-2018.jpg', 'LED-Expo-Thailand-2018', 'top', 'LED Expo Thailand', 'LED Expo Thailand 2018, the 6th edition of ASEAN’s Largest International Exhibition on LED Products & Technology , is dedicated to the science, technology and application of LEDs and solid-state lighting. LED Expo Thailand  is a dynamic hub for LED / lighting companies to congregate, promote, discuss, transact, partner and gain insights on neighboring LED markets.\r\n\r\nLED Expo Thailand welcome visitors from varied business spheres including architects, lighting industry professionals, government agencies and many others to explore the use of LED for various applications in both domestic and commercial usage.', 41, '2018-03-14 14:34:58'),
(36, 'LXM018', 1, 'Mumbai, India', '000000', NULL, 'LED Expo 2018, Mumbai, India', 'May 10-12 Mumbai, India', 'The world is steering its way to LEDs, which has created an energy revolution. It is a perfect solution for illuminating the public, commercial and private spaces. Lighting accounts for 20 % to 30% of global electricity consumption and about 6% of greenhouse gas emissions. Replacing all lighting with LEDs would cut that energy use by about 40 percent.\r\n\r\nLED Expo has recognized the industry potential and has identified it as a futuristic technology which will take the lighting industry by storm. It has created a platform for its exhibitors and visitors to source and explore the latest in trend products and technologies from around the globe.\r\n\r\nMesse Frankfurt is the organiser of industry’s highly respected Light + Building fairs which are held in Frankfurt, Moscow, Buenos Aires, Shanghai, Guangzhou and Middle East. Messe Frankfurt is also the co-organiser of bi-annual “Light India” which is the most trusted trade and networking platform for the Lighting Industry in India.', 'http://led-expo-mumbai.in.messefrankfurt.com/', 'LED-Expo-Mumbai-2018.jpg', 'LED-Expo-Mumbai-2018', 'top', 'LED Expo 2018, Mumbai, India', 'The world is steering its way to LEDs, which has created an energy revolution. It is a perfect solution for illuminating the public, commercial and private spaces. Lighting accounts for 20 % to 30% of global electricity consumption and about 6% of greenhouse gas emissions. Replacing all lighting with LEDs would cut that energy use by about 40 percent.\r\n\r\nLED Expo has recognized the industry potential and has identified it as a futuristic technology which will take the lighting industry by storm. It has created a platform for its exhibitors and visitors to source and explore the latest in trend products and technologies from around the globe.\r\n\r\nMesse Frankfurt is the organiser of industry’s highly respected Light + Building fairs which are held in Frankfurt, Moscow, Buenos Aires, Shanghai, Guangzhou and Middle East. Messe Frankfurt is also the co-organiser of bi-annual “Light India” which is the most trusted trade and networking platform for the Lighting Industry in India.', 40, '2018-03-14 15:06:25'),
(37, 'NAE018', 1, 'Chicago, IL, US', '000000', NULL, '2018 NAED National Meeting', 'May 19-22 Chicago, IL USA', 'With challenges come opportunities for growth, and that\'s what the NAED National Meeting is all about. The National provides a venue for a vigorous exchange of ideas complete with networking, visionary keynotes, and some of the industry\'s best distributors and suppliers. The National is about important trends and analysis of the electrical distribution channel issues for the top leaders in the industry. You\'ll find all the ideas, strategies and information you need to be successful in one place.', 'https://www.naed.org/', '2018-NAED-National-Meeting.jpg', '2018-NAED-National-Meeting', 'top', '2018 NAED National Meeting', 'With challenges come opportunities for growth, and that\'s what the NAED National Meeting is all about. The National provides a venue for a vigorous exchange of ideas complete with networking, visionary keynotes, and some of the industry\'s best distributors and suppliers. The National is about important trends and analysis of the electrical distribution channel issues for the top leaders in the industry. You\'ll find all the ideas, strategies and information you need to be successful in one place.', 39, '2018-03-14 15:52:31'),
(38, 'SCI018', 1, 'New Dehli, India', '000000', NULL, '4th Smart Cities India 2018 Expo', 'May 23-25 New Delhi, India', 'Welcome to Smart Cities India expo\r\nDeveloping citizen friendly and economically viable cities is an urban initiative by the Government of India. Cities are engines of economic growth, and it is anticipated that 40% of India’s population will live in cities by 2030. With the rapid rise in the proportion of people living in urban areas, there is an increasing requirement for sustainable cities.\r\n\r\nHence, Prime Minister Narendra Modi’s mission of Smart Cities is intended to transform the lives and living conditions of the citizens of the country.\r\n\r\nRecognizing smart cities as an important platform to drive progressive change, the 4th Smart Cities India 2018 Expo will be supported by 4 other co-located expos to create \"One Mega Event\".', 'http://www.smartcitiesindia.com/', '4th-Smart Cities-India-2018-Expo.jpg', '4th-Smart-Cities-India-2018-Expo', 'top', '4th Smart Cities India 2018 Expo', 'Welcome to Smart Cities India expo\r\nDeveloping citizen friendly and economically viable cities is an urban initiative by the Government of India. Cities are engines of economic growth, and it is anticipated that 40% of India’s population will live in cities by 2030. With the rapid rise in the proportion of people living in urban areas, there is an increasing requirement for sustainable cities.\r\n\r\nHence, Prime Minister Narendra Modi’s mission of Smart Cities is intended to transform the lives and living conditions of the citizens of the country.\r\n\r\nRecognizing smart cities as an important platform to drive progressive change, the 4th Smart Cities India 2018 Expo will be supported by 4 other co-located expos to create \"One Mega Event\".', 37, '2018-03-14 16:12:02'),
(39, 'GIL018', 1, 'Guangzhou, China', '000000', NULL, 'Guangzhou International Lighting Exhibition', 'June 9-12 Guangzhou, China', 'The most influential and comprehensive Lighting and LED event in Asia.\r\nHeaded by the Light + Building event in Frankfurt, the Guangzhou International Lighting Exhibition is Asia’s most influential and comprehensive lighting and LED event and a professional industry platform for cultivating new business opportunities from both within and outside the traditional industry realms. Every year, Guangzhou International Lighting Exhibition sets the stage for discovering new industry breakthroughs.', 'http://guangzhou-international-lighting-exhibition.hk.messefrankfurt.com/', 'Guangzhou-International-Lighting-Exhibition.jpg', 'Guangzhou-International-Lighting-Exhibition', 'top', 'Guangzhou International Lighting Exhibition', 'The most influential and comprehensive Lighting and LED event in Asia.\r\nHeaded by the Light + Building event in Frankfurt, the Guangzhou International Lighting Exhibition is Asia’s most influential and comprehensive lighting and LED event and a professional industry platform for cultivating new business opportunities from both within and outside the traditional industry realms. Every year, Guangzhou International Lighting Exhibition sets the stage for discovering new industry breakthroughs.', 36, '2018-03-14 16:25:17'),
(40, 'IES018', 1, 'Boston, MA US', '000000', NULL, 'IES 2018 Annual Conference', 'August 9-11 Boston, MA USA', 'The Illuminating Engineering Society’s Annual Conference August 9-11 in Boston Massachusetts provides a range of educational programming—including workshops, seminars, immersive experiences, tours, networking, and paper and poster presentations—on the art, design, science, and research of lighting relevant to lighting professionals, educators, and other design disciplines. As always, professional education is paramount. Lighting professionals will have their choice of various CEU credits through participation at the conference.\r\n\r\nThe 2018 Annual Conference will foster personal and career growth through educational and networking opportunities and enable attendees to earn CEU credits through participation. The theme of this year’s conference is “Light.Balance.” (#IESLightBalance)\r\n\r\nThe conference begins Thursday August 9 on Opening Night—the Illumination Awards Gala, followed by 2 exciting days of learning and opportunity to earn CEU’s, networking, skill sharpening, product demonstrations and time to relax and enjoy the camaraderie of your peers, catch up with old friends, meet new people.', 'https://www.ies.org/events/annual-conference/', 'IES-2018-Annual-Conference.jpg', 'IES-2018-Annual-Conference', 'top', 'IES 2018 Annual Conference', 'The Illuminating Engineering Society’s Annual Conference August 9-11 in Boston Massachusetts provides a range of educational programming—including workshops, seminars, immersive experiences, tours, networking, and paper and poster presentations—on the art, design, science, and research of lighting relevant to lighting professionals, educators, and other design disciplines. As always, professional education is paramount. Lighting professionals will have their choice of various CEU credits through participation at the conference.\r\n\r\nThe 2018 Annual Conference will foster personal and career growth through educational and networking opportunities and enable attendees to earn CEU credits through participation. The theme of this year’s conference is “Light.Balance.” (#IESLightBalance)\r\n\r\nThe conference begins Thursday August 9 on Opening Night—the Illumination Awards Gala, followed by 2 exciting days of learning and opportunity to earn CEU’s, networking, skill sharpening, product demonstrations and time to relax and enjoy the camaraderie of your peers, catch up with old friends, meet new people.', 38, '2018-03-14 16:35:15'),
(41, 'SIF018', 1, 'Shanghai, China', '000000', NULL, 'Shanghai International Lighting Fair 2018', 'September 3-5 Shanghai, China', 'The 4th edition of the Shanghai International Lighting Fair continued its streak of year-on-year growth by again recording increases in exhibitor and visitor numbers as well as hosting a well-received concurrent event programme. The 2017 fair welcomed 12,147 visitors (2016: 11,958), including designers, planners, system integrators, engineers, builders and many other project-based buyers from 32 countries and regions.\r\n\r\nAmong the 3-day show, a wide range of lighting technologies and components for industrial, residential, urban and commercial applications was also presented, hosted 238 exhibitors in total.\r\n\r\nWith strong growth in large-scale lighting infrastructure projects led by the Chinese state in recent years, there are plentiful opportunities for the industry to secure new business over the coming years.\r\n\r\nPlan your trip in 2018, and explore project-based business opportunities in the region!', 'http://shanghai-international-lighting-fair.hk.messefrankfurt.com/', 'Shanghai-International-Lighting-Fair-2018.jpg', 'Shanghai-International-Lighting-Fair-2008', 'top', 'Shanghai International Lighting Fair 2018', 'The 4th edition of the Shanghai International Lighting Fair continued its streak of year-on-year growth by again recording increases in exhibitor and visitor numbers as well as hosting a well-received concurrent event programme. The 2017 fair welcomed 12,147 visitors (2016: 11,958), including designers, planners, system integrators, engineers, builders and many other project-based buyers from 32 countries and regions.\r\n\r\nAmong the 3-day show, a wide range of lighting technologies and components for industrial, residential, urban and commercial applications was also presented, hosted 238 exhibitors in total.\r\n\r\nWith strong growth in large-scale lighting infrastructure projects led by the Chinese state in recent years, there are plentiful opportunities for the industry to secure new business over the coming years.\r\n\r\nPlan your trip in 2018, and explore project-based business opportunities in the region!', 35, '2018-03-15 09:08:40'),
(42, 'LEC018', 1, 'Shanghai, China', '000000', NULL, 'LED China 2018', 'September 19-21 Shanghai, China', 'LED CHINA, being the pioneer of the LED exhibition, has been the showcase of the most complete supply chain among its peers. Exhibits range from LED display, LED indoor & outdoor lighting, LED illuminant, LED chips, LED packaging, related manufacturing and testing device, to digital signage, touch screen, video wall and system integration solution. With 14-year cultivation and devotion, LED CHINA has now become the benchmark of the LED industry and the first choice for LED manufacturers and buyers.', 'http://www.ledchina-sh.com/', 'LED-China-2018.jpg', 'LED-China-2018', 'top', 'LED China 2018', 'LED CHINA, being the pioneer of the LED exhibition, has been the showcase of the most complete supply chain among its peers. Exhibits range from LED display, LED indoor & outdoor lighting, LED illuminant, LED chips, LED packaging, related manufacturing and testing device, to digital signage, touch screen, video wall and system integration solution. With 14-year cultivation and devotion, LED CHINA has now become the benchmark of the LED industry and the first choice for LED manufacturers and buyers.', 32, '2018-03-15 09:46:44'),
(43, 'ISL018', 1, 'Istanbul, Turkey', '000000', NULL, 'IstanbulLIGHT', 'September 19-22, Istanbul, Turkey', 'Turkey’s lighting fairs are coming together under IstanbulLight brand; now whole industry meeting annually every September!\r\nIstanbulLight is an international platform, where all the players in the lighting industry come together under a same roof and where the latest technologies and collaboration opportunities are offered, will take place in Istanbul Expo Center, Yesilköy in Istanbul between 19-22 September, 2018 with the collaboration of the Turkish National Committee on Illumination and Turkish Lighting Luminaires Manufacturers Association.\r\n\r\nTake the advance of the exhibition to present your latest products, innovation and solution to over 8.000 professional visitors from all over the world.', 'https://www.istanbullight.com/', 'IstanbulLIGHT-2018.jpg', 'IstanbulLIGHT 2018', 'top', 'IstanbulLIGHT', 'Turkey’s lighting fairs are coming together under IstanbulLight brand; now whole industry meeting annually every September!\r\nIstanbulLight is an international platform, where all the players in the lighting industry come together under a same roof and where the latest technologies and collaboration opportunities are offered, will take place in Istanbul Expo Center, Yesilköy in Istanbul between 19-22 September, 2018 with the collaboration of the Turkish National Committee on Illumination and Turkish Lighting Luminaires Manufacturers Association.\r\n\r\nTake the advance of the exhibition to present your latest products, innovation and solution to over 8.000 professional visitors from all over the world.', 25, '2018-03-15 10:18:40'),
(44, 'LME018', 1, 'Dubai, UAE', '000000', NULL, 'Light Middle East Dubai', 'September 23-25 Dubai, UAE', 'Light Middle East is the largest dedicated trade event for urban, architectural, theatrical and retail lighting in the Middle East to spotlight innovative product development, current design trends and invaluable technical know-how. Leading lighting manufacturers, system solution providers, and suppliers converge in Dubai to present their new and existing products and services to the region\'s leading architects, developers, consultants, and government officials. For anyone involved in any aspect concerning light, Light Middle East is the perfect marketplace to meet new contacts, source products, and discuss new trends and technological developments.\r\n\r\nThe Light Middle East will take place on 3 days from Sunday, 23. September to Tuesday, 25. September 2018 in Dubai.', 'https://www.tradefairdates.com/', 'Light-Middle-East-Dubai.jpg', 'Light-Middle-East-Dubai', 'top', 'Light Middle East Dubai', 'Light Middle East is the largest dedicated trade event for urban, architectural, theatrical and retail lighting in the Middle East to spotlight innovative product development, current design trends and invaluable technical know-how. Leading lighting manufacturers, system solution providers, and suppliers converge in Dubai to present their new and existing products and services to the region\'s leading architects, developers, consultants, and government officials. For anyone involved in any aspect concerning light, Light Middle East is the perfect marketplace to meet new contacts, source products, and discuss new trends and technological developments.\r\n\r\nThe Light Middle East will take place on 3 days from Sunday, 23. September to Tuesday, 25. September 2018 in Dubai.', 31, '2018-03-15 10:32:04');
INSERT INTO `events` (`event_id`, `sku`, `active`, `location`, `advertiser`, `sku_media`, `title`, `subtitle`, `description`, `url`, `img`, `alt`, `img_pos`, `tag_title`, `tag_description`, `disp_order`, `dt`) VALUES
(46, 'TIL018', 1, 'Bregenz, Austria', '000000', NULL, 'Trends in Lighting - Smart Lighting Forum & Show', 'September 25-27 Bregenz, Austria', 'TiL is the unique, international “Innovation in Light” event, that is dedicated to bridging the gap between technologies and applications. The aim of TiL is to be the “incubator in light” for ideas, processing, optimizations and applications of lighting technologies.\r\n\r\nWhether you are an architectural lighting designer, architect, industrial designer, healthcare innovator, advertising agency, automotive strategist, mobility designer, agriculture innovator, entertainment professional, education facility manager, project developer, urbanist, car designer, or investment consultants… TiL will reinvigorate your thinking about light in your industry.\r\n\r\nYou will learn from the most compelling innovators, inventors and industry leaders. TiL empowers and encourages you to create value with light.', 'https://www.trends.lighting/', 'Trends-in-Lighting-2018.jpg', 'Trends-in-Lighting-2018', 'top', 'Trends in Lighting - Smart Lighting Forum & Show', 'TiL is the unique, international “Innovation in Light” event, that is dedicated to bridging the gap between technologies and applications. The aim of TiL is to be the “incubator in light” for ideas, processing, optimizations and applications of lighting technologies.\r\n\r\nWhether you are an architectural lighting designer, architect, industrial designer, healthcare innovator, advertising agency, automotive strategist, mobility designer, agriculture innovator, entertainment professional, education facility manager, project developer, urbanist, car designer, or investment consultants… TiL will reinvigorate your thinking about light in your industry.\r\n\r\nYou will learn from the most compelling innovators, inventors and industry leaders. TiL empowers and encourages you to create value with light.', 30, '2018-03-15 11:12:18'),
(47, 'LPS018', 1, 'Bregenz, Austria', '000000', NULL, 'International LED Professional Symposium & Show', 'September 25-27 Bregenz, Austria', 'Lighting Technologies of Tomorrow\r\nLpS is Europe’s leading international lighting technologies conference and exhibition for DESIGN, TESTING and PRODUCTION of lighting systems, controls and equipment.\r\nLatest updates in the fields of Industry & Technology Trends (Markets, Roadmaps, Innovations), Light Sources (LEDs, OLEDs, Lasers), Smart/Connected Lighting & IoT (Drivers, Controls, Sensors, Networks, Security), Components and Modules (Optics, Cooling Devices, Materials), System Quality & Qualification (Regulations, Standards, Testing), Methodologies (Engineering, Design), Technologies in Applications.\r\n\r\nFor Executives, CTOs, Technical Directors, R&D Managers and Personnel, Business Development Managers, System Architects, Design Engineers, IT Developers, Researchers, Technical Application Engineers, Testing Engineers, Technical Specifiers & Procurement Staff, Technical Sales and Marketing Personnel, IP Experts, Lighting Inventors, Entrepreneurs,  Lighting Designers, Technical Editors, Technical Consultants, Students, etc.\r\n\r\nApplication Areas: All industries.\r\n\r\nBe at the forefront of the latest technical developments.\r\nNice to meet you at LpS 2018!', 'https://www.led-professional-symposium.com/', 'LpS-2018.jpg', 'Lps-2018', 'top', 'International LED Professional Symposium & Show', 'Lighting Technologies of Tomorrow\r\nLpS is Europe’s leading international lighting technologies conference and exhibition for DESIGN, TESTING and PRODUCTION of lighting systems, controls and equipment.\r\nLatest updates in the fields of Industry & Technology Trends (Markets, Roadmaps, Innovations), Light Sources (LEDs, OLEDs, Lasers), Smart/Connected Lighting & IoT (Drivers, Controls, Sensors, Networks, Security), Components and Modules (Optics, Cooling Devices, Materials), System Quality & Qualification (Regulations, Standards, Testing), Methodologies (Engineering, Design), Technologies in Applications.\r\n\r\nFor Executives, CTOs, Technical Directors, R&D Managers and Personnel, Business Development Managers, System Architects, Design Engineers, IT Developers, Researchers, Technical Application Engineers, Testing Engineers, Technical Specifiers & Procurement Staff, Technical Sales and Marketing Personnel, IP Experts, Lighting Inventors, Entrepreneurs,  Lighting Designers, Technical Editors, Technical Consultants, Students, etc.\r\n\r\nApplication Areas: All industries.\r\n\r\nBe at the forefront of the latest technical developments.\r\nNice to meet you at LpS 2018!', 29, '2018-03-15 11:26:32'),
(48, 'ASL018', 1, 'Melbourne, Australia', '000000', NULL, '2018 Annual Australian Smart Lighting Summit', 'September 11-12, Melbourne, Australia', 'The Australian Smart Lighting Summit running in its 6th year has established itself as the leading lighting event in the region focusing on street, urban, outdoor and public lighting.\r\n\r\nThe 2016 Summit witnessed the participation of over 40 councils from all over Australia along with energy providers, authorities from road and public works, lighting engineers and designers.\r\n\r\nAs the region’s premier platform to discuss upcoming project opportunities, new technologies, energy efficient strategies and regulations impacting the lighting sector, the 2018 Australian Smart Lighting Summit is expected to be even bigger, attracting over 150 passionate lighting industry professionals committed to the deployment of innovative and intelligent lighting solutions.', 'http://www.expotradeglobal.com/', '2018-Annual-Australian-Smart-Lighting Summit.jpg', '2018 Annual-Australian-Smart-Lighting Summit', 'top', '2018 Annual Australian Smart Lighting Summit', 'The Australian Smart Lighting Summit running in its 6th year has established itself as the leading lighting event in the region focusing on street, urban, outdoor and public lighting.\r\n\r\nThe 2016 Summit witnessed the participation of over 40 councils from all over Australia along with energy providers, authorities from road and public works, lighting engineers and designers.\r\n\r\nAs the region’s premier platform to discuss upcoming project opportunities, new technologies, energy efficient strategies and regulations impacting the lighting sector, the 2018 Australian Smart Lighting Summit is expected to be even bigger, attracting over 150 passionate lighting industry professionals committed to the deployment of innovative and intelligent lighting solutions.', 34, '2018-03-15 12:56:56'),
(49, 'SAL018', 1, 'Orlando, FL USA', '000000', NULL, 'IES 2018 Street & Area Lighting Conference', 'September 30 - October 3, Orlando FL USA', 'The IES Street & Area Lighting Conference is the only conference of its kind dedicated to improving the outdoor lighting business of electric utilities and energy service companies. We continue to provide an open forum for end -users facing the same questions regarding relevant products for specific application, lighting controls, bench marks from other users in the lighting community, and milestones reached by municipalities, utilities and DOT’s. We strive to maintain a small community feel, creating a great opportunity to network with industry peers through seminars with speaker Q+A, breakout sessions to discuss issues in-depth, an exhibit hall and many networking events with speakers and peers in a comfortable and open atmosphere.', 'https://www.ies.org/events/street-area-lighting-conference/', 'IES-2018-Street-Area-Lighting-Conference.jpg', 'IES-2018-Street-Area-Lighting-Conference', 'top', 'IES 2018 Street & Area Lighting Conference', 'The IES Street & Area Lighting Conference is the only conference of its kind dedicated to improving the outdoor lighting business of electric utilities and energy service companies. We continue to provide an open forum for end -users facing the same questions regarding relevant products for specific application, lighting controls, bench marks from other users in the lighting community, and milestones reached by municipalities, utilities and DOT’s. We strive to maintain a small community feel, creating a great opportunity to network with industry peers through seminars with speaker Q+A, breakout sessions to discuss issues in-depth, an exhibit hall and many networking events with speakers and peers in a comfortable and open atmosphere.', 28, '2018-03-15 13:48:19'),
(50, 'IAA018', 1, 'Seattle, WA USA', '000000', NULL, 'IALD Enlighten Americas 2018', 'October 11-13, Seattle, WA USA', 'The annual architectural lighting event of the year is going to Seattle, WA USA in 2018! Plan to join us at the 18th Enlighten Americas conference on 11-13 October 2018 at the Motif Seattle, for three immersive days of professional development, networking and education.', 'https://www.iald.org/Events/IALD-Enlighten/IALD-ENLIGHTEN-AMERICAS-2018', 'IALD-Enlighten-Americas-2018.jpg', 'IALD-Enlighten-Americas-2018', 'top', 'IALD Enlighten Americas 2018', 'The annual architectural lighting event of the year is going to Seattle, WA USA in 2018! Plan to join us at the 18th Enlighten Americas conference on 11-13 October 2018 at the Motif Seattle, for three immersive days of professional development, networking and education.', 27, '2018-03-15 13:59:28'),
(51, 'HPF018', 1, 'High Point, NC USA', '000000', NULL, 'High Point Market - Fall', 'October 13-17, High Point, NC USA', 'The High Point Market is the largest furnishings industry trade show in the world, bringing more than 75,000 people to High Point, North Carolina, every six months. Serious retail home furnishings buyers, interior designers, architects, and others in the home furnishings industry can be found in High Point twice a year because if you can’t find it in High Point…it probably doesn’t exist.', 'http://www.highpointmarket.org/', 'High-Point-Market-Fall-2018.jpg', 'High-Point-Market-Fall-2018', 'top', 'High Point Market - Fall', 'The High Point Market is the largest furnishings industry trade show in the world, bringing more than 75,000 people to High Point, North Carolina, every six months. Serious retail home furnishings buyers, interior designers, architects, and others in the home furnishings industry can be found in High Point twice a year because if you can’t find it in High Point…it probably doesn’t exist.', 26, '2018-03-15 14:23:41'),
(52, 'LSW018', 1, 'Las Vegas, NV USA', '000000', NULL, 'LightShow West', 'October 17-18, Las Vegas, NV USA', 'LightShow West offers two days of lighting education and solutions geared toward specifiers of commercial, architectural and high‑end decorative lighting products, controls and technologies. Launched in 2005 as a biennial event, LightShow West – Los Angeles has grown to become the West Coast’s largest and foremost destination for architects, designers and other lighting professionals to keep current on the latest lighting trends through free* seminars and face‑to‑face access to 300+ leading international lighting manufacturers. Starting in 2018, LightShow West will become an annual event, staging at the Las Vegas Convention Center, October 17-18, and returning to Los Angeles, October 2019.', 'https://www.lightshowwest.com/', 'LightShow-West-2018.jpg', 'LightShow-West-2018', 'top', 'LightShow West', 'LightShow West offers two days of lighting education and solutions geared toward specifiers of commercial, architectural and high‑end decorative lighting products, controls and technologies. Launched in 2005 as a biennial event, LightShow West – Los Angeles has grown to become the West Coast’s largest and foremost destination for architects, designers and other lighting professionals to keep current on the latest lighting trends through free* seminars and face‑to‑face access to 300+ leading international lighting manufacturers. Starting in 2018, LightShow West will become an annual event, staging at the Las Vegas Convention Center, October 17-18, and returning to Los Angeles, October 2019.', 24, '2018-03-15 14:40:15'),
(53, 'LXP018', 1, 'Lima, Peru', '000000', NULL, 'LED Expo Peru 2018', 'October 19-21, Lima, Peru', 'EXPO ENERGY EFFICIENCY (EEE) simultaneously with LED EXPO PERU and ALUMIVIDRIO aims to be a meeting and networking place for businesses involved in renewable energy, as well as for entrepreneurs, professionals, scientists, students and the general public sensitized to the issue. Furthermore, EEE positions itself as a place for dialogue, exchange of knowledge as well as a space for promoting the use of clean energy and generating awareness in the public opinion regarding the importance of its use for the care and preservation of the environment. This forum will cover different topics, such as renewable energy sources, LED technology and sustainable construction, among others.', 'https://www.cuandopasa.com/', 'LED-Expo-Peru-2018.jpg', 'LED Expo-Peru-2018', 'top', 'LED Expo Peru 2018', 'EXPO ENERGY EFFICIENCY (EEE) simultaneously with LED EXPO PERU and ALUMIVIDRIO aims to be a meeting and networking place for businesses involved in renewable energy, as well as for entrepreneurs, professionals, scientists, students and the general public sensitized to the issue. Furthermore, EEE positions itself as a place for dialogue, exchange of knowledge as well as a space for promoting the use of clean energy and generating awareness in the public opinion regarding the importance of its use for the care and preservation of the environment. This forum will cover different topics, such as renewable energy sources, LED technology and sustainable construction, among others.', 23, '2018-03-15 14:55:22'),
(54, 'PLD018', 1, 'Singapore', '000000', NULL, 'PLDC - Professional Lighting Design Convention', 'October 25-27, Singapore', 'This annual Convention was created for the global lighting design market. Lighting designers, architects, researchers, universities, industry and clients use PLDC as a platform to meet, learn about the latest developments in lighting design, and discuss the future of the lighting profession. PLDC stands for high quality knowledge transfer and international networking opportunities.', 'https://pld-c.com', 'PLDC-Professional-Lighting-Design-Convention.jpg', 'PLDC-Professional-Lighting-Design-Convention', 'top', 'PLDC - Professional Lighting Design Convention', 'This annual Convention was created for the global lighting design market. Lighting designers, architects, researchers, universities, industry and clients use PLDC as a platform to meet, learn about the latest developments in lighting design, and discuss the future of the lighting profession. PLDC stands for high quality knowledge transfer and international networking opportunities.', 22, '2018-03-15 15:18:31'),
(55, 'HKA018', 1, 'Wanchai, Hong Kong', '000000', NULL, 'Hong Kong International Lighting Fair 2018 - Autumn', 'October 27-30, Wanchai, Hong Kong', 'Organised by the Hong Kong Trade Development Council (HKTDC) and held at the Hong Kong Convention and Exhibition Centre (HKCEC), the Hong Kong International Lighting Fair (Autumn Edition) showcases commercial lighting, household lighting, LED & green lighting, smart lighting & solutions, testing & certification.', 'http://m.hktdc.com/fair/hklightingfairae-en/HKTDC-Hong-Kong-International-Lighting-Fair-Autumn-Edition.html', 'Hong-Kong-International-Lighting-Fair-Autumn.jpg', 'Hong-Kong-International-Lighting-Fair-Autumn', 'top', 'Hong Kong International Lighting Fair 2018 - Autumn', 'Organised by the Hong Kong Trade Development Council (HKTDC) and held at the Hong Kong Convention and Exhibition Centre (HKCEC), the Hong Kong International Lighting Fair (Autumn Edition) showcases commercial lighting, household lighting, LED & green lighting, smart lighting & solutions, testing & certification.', 14, '2018-03-15 15:45:36'),
(56, 'ILM018', 1, 'Moscow, Russia', '000000', NULL, 'Interlight Moscow', 'November 6-9, Moscow, Russia', 'Interlight Moscow powered by Light + Building is the leading professional event in Russia and neighboring countries and a part of international Light + Building brand presented in the markets of Germany, China, UAE, India and Argentina.\r\n\r\nEvery year Interlight Moscow demonstrates a whole range of products and modern solutions in the areas of decorative and technical lighting, smart homes and building automation, LED-technologies and electrical engineering from the leading Russian and international manufacturers and distributers.\r\n\r\nOngoing and upcoming big infrastructure projects combined with new sanitary norms for buildings enable market growth and attract foreign companies. The lack of own technologies makes market open for all the import components and expertise.\r\n\r\nDecorative lighting and smart technologies markets also thrive for new products — from design and quality perspectives. Increased lighting culture of Russian consumers and professional end-users is the main reason behind this demand.\r\n\r\nFollowing mother-show — Light + Building 2018 in Frankfurt — Russia will not only bring the latest trends in lighting, building automation and electrical engineering but will also evolve two new industry segments:\r\n\r\n· Within the \"Building Automation and Smart Home” product group, a dedicated Integrated Security Systems area will appear.\r\n\r\n· Components will get special attention and highlight at the exhibition area.\r\n\r\nDiverse business program is an essential part of the whole event. The fringe program expects qualitative leap forward to enhance more networking and brand new knowledges from industry achievers.  \r\n\r\nInterlight Moscow gets official support of the Government (Ministry of Energy, Ministry of Construction Industry, Housing and Utilities Sector), partners with High Schools (State University ITMO, Moscow State University of Civil Engineering, Russian Lighting Research Institute, Moscow Architecture School) and International Associations (KNX, WorldSkills, International Association of Lighting Designers).', 'https://interlight-moscow.ru.messefrankfurt.com/', 'Interlight-Moscow-2018.jpg', 'Interlight-Moscow-2018', 'top', 'Interlight Moscow', 'Interlight Moscow powered by Light + Building is the leading professional event in Russia and neighboring countries and a part of international Light + Building brand presented in the markets of Germany, China, UAE, India and Argentina.\r\n\r\nEvery year Interlight Moscow demonstrates a whole range of products and modern solutions in the areas of decorative and technical lighting, smart homes and building automation, LED-technologies and electrical engineering from the leading Russian and international manufacturers and distributers.\r\n\r\nOngoing and upcoming big infrastructure projects combined with new sanitary norms for buildings enable market growth and attract foreign companies. The lack of own technologies makes market open for all the import components and expertise.\r\n\r\nDecorative lighting and smart technologies markets also thrive for new products — from design and quality perspectives. Increased lighting culture of Russian consumers and professional end-users is the main reason behind this demand.\r\n\r\nFollowing mother-show — Light + Building 2018 in Frankfurt — Russia will not only bring the latest trends in lighting, building automation and electrical engineering but will also evolve two new industry segments:\r\n\r\n· Within the \"Building Automation and Smart Home” product group, a dedicated Integrated Security Systems area will appear.\r\n\r\n· Components will get special attention and highlight at the exhibition area.\r\n\r\nDiverse business program is an essential part of the whole event. The fringe program expects qualitative leap forward to enhance more networking and brand new knowledges from industry achievers.  \r\n\r\nInterlight Moscow gets official support of the Government (Ministry of Energy, Ministry of Construction Industry, Housing and Utilities Sector), partners with High Schools (State University ITMO, Moscow State University of Civil Engineering, Russian Lighting Research Institute, Moscow Architecture School) and International Associations (KNX, WorldSkills, International Association of Lighting Designers).', 20, '2018-03-15 15:57:55'),
(57, 'IAE018', 1, 'Barcelona, Spain', '000000', NULL, 'IALD Enlighten Europe 2018', 'November 7-9, Barcelona, Spain', 'The 3rd IALD Enlighten Europe conference will take place on 7-9 November 2018 at the Hotel Pullman Barcelona Skipper in Barcelona, Spain.', 'http://www.iald.org/Events/IALD-Enlighten/IALD-ENLIGHTEN-EUROPE-2018', 'IALD-Enlighten-Europe-2018.jpg', 'IALD-Enlighten-Europe-2018', 'top', 'IALD Enlighten Europe 2018', 'The 3rd IALD Enlighten Europe conference will take place on 7-9 November 2018 at the Hotel Pullman Barcelona Skipper in Barcelona, Spain.', 19, '2018-03-15 16:14:20'),
(58, 'GRE018', 1, 'Chicago, IL, US', '000000', NULL, 'Greenbuild International Conference & Expo 2018', 'November 14-15, Chicago, IL USA', 'Visit the Expo Hall at Greenbuild 2018 in Chicago to scope out the latest innovative products and services. Get ready to learn, network, do business and participate in one of the greenest and most sustainable conferences in the world.\r\n\r\nThe Expo Hall at Greenbuild is the focal point of the event, and the center hub of energy, featuring over 600 diverse exhibiting companies, featuring a vast array of products and services for the sustainable building industry.', 'https://www.greenbuildexpo.com/', 'Greenbuild-International-Conference-Expo.jpg', 'Greenbuild-International-Conference-Expo', 'top', 'Greenbuild International Conference & Expo 2018', 'Visit the Expo Hall at Greenbuild 2018 in Chicago to scope out the latest innovative products and services. Get ready to learn, network, do business and participate in one of the greenest and most sustainable conferences in the world.\r\n\r\nThe Expo Hall at Greenbuild is the focal point of the event, and the center hub of energy, featuring over 600 diverse exhibiting companies, featuring a vast array of products and services for the sustainable building industry.', 18, '2018-03-16 08:26:07'),
(59, 'ILL018', 1, 'Padua, Italy', '000000', NULL, 'Illuminotronica - Lighting & Ellectronica SSL 2018', 'November 29, 30 and December 1, Padua, Italy', '7th Annual Edition - BOLOGNA FIERE\r\nIt represents the unique Italian exhibition also recognised at international level to familiarize with the Internet of Things (IoT) applications, to learn how to achieve efficiency and energy-saving in home and urban contests, to design technologies and systems for both the individual and the community well-being, to install integrated lighting-smart home-safety systems.', 'https://illuminotronica.it/', 'Illuminotronica-Lighting-Ellectronica-SSL-2018.jpg', 'Illuminotronica-Lighting-Ellectronica-SSL-2018', 'top', 'Illuminotronica - Lighting & Ellectronica SSL 2018', '7th Annual Edition - BOLOGNA FIERE\r\nIt represents the unique Italian exhibition also recognised at international level to familiarize with the Internet of Things (IoT) applications, to learn how to achieve efficiency and energy-saving in home and urban contests, to design technologies and systems for both the individual and the community well-being, to install integrated lighting-smart home-safety systems.', 17, '2018-03-16 09:01:01'),
(60, 'LXD018', 1, 'New Dehli, India', '000000', NULL, 'LED Expo 2018, New Delhi, India', 'December 6-8, New Delhi, India', 'Today, LEDs serve as a perfect lighting solution for illuminating public, commercial and private spaces. With an increased environment consciousness and an urge to reduce carbon footprints, the government and industries are looking towards LED lighting as an ideal source. LED lights are replacing the conventional halogen lamps at a fast pace by slowly making their way outside the homes by illuminating street lights, public transport areas. LED Expo, now organised by Messe Frankfurt will bring to the industry an arena that will converge the needs of visitors and exhibitors in India . \r\n\r\nMesse Frankfurt is the organiser of industry\'s highly respected Light + Building fairs which are held in Frankfurt, Moscow, Buenos Aires, Shanghai, Guangzhou and Middle East. Messe Frankfurt is also the co-organiser of bi-annual \"Light India\" which is the most trusted trade and networking platform for the Lighting Industry in India.', 'http://led-expo-newdelhi.in.messefrankfurt.com/newdelhi/', 'LED-Expo-2018-New-Delhi.jpg', '', 'top', 'LED Expo 2018, New Delhi, India', 'Today, LEDs serve as a perfect lighting solution for illuminating public, commercial and private spaces. With an increased environment consciousness and an urge to reduce carbon footprints, the government and industries are looking towards LED lighting as an ideal source. LED lights are replacing the conventional halogen lamps at a fast pace by slowly making their way outside the homes by illuminating street lights, public transport areas. LED Expo, now organised by Messe Frankfurt will bring to the industry an arena that will converge the needs of visitors and exhibitors in India . \r\n\r\nMesse Frankfurt is the organiser of industry\'s highly respected Light + Building fairs which are held in Frankfurt, Moscow, Buenos Aires, Shanghai, Guangzhou and Middle East. Messe Frankfurt is also the co-organiser of bi-annual \"Light India\" which is the most trusted trade and networking platform for the Lighting Industry in India.', 16, '2018-03-16 09:15:30');

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

--
-- Table structure for table `events_images`
--

CREATE TABLE `events_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `event_id` int(10) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `events_images`:
--   `event_id`
--       `events` -> `event_id`
--

--
-- Dumping data for table `events_images`
--

INSERT INTO `events_images` (`image_id`, `event_id`, `img_src`, `alt_name`) VALUES
(3, 44, 'Light-Middle-East-Dubai.jpg', 'Light-Middle-East-Dubai'),
(8, 60, 'LED-Expo-2018-New-Delhi.jpg', 'LED-Expo-2018-New-Delhi'),
(9, 31, 'EXPOLUX-2018.jpg', 'EXPOLUX-2018'),
(10, 43, 'IstanbulLIGHT-2018.jpg', 'IstanbulLIGHT 2018');

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

--
-- Table structure for table `families`
--

CREATE TABLE `families` (
  `family_id` int(10) UNSIGNED NOT NULL,
  `manf_id` int(10) UNSIGNED NOT NULL,
  `family_group` varchar(64) NOT NULL,
  `family_code` varchar(64) NOT NULL,
  `family_name_1` varchar(60) NOT NULL,
  `family_name` varchar(255) NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL,
  `slider_sku` varchar(16) NOT NULL,
  `cct` varchar(255) NOT NULL,
  `cri` varchar(255) NOT NULL,
  `watt` varchar(255) NOT NULL,
  `lumens` varchar(255) NOT NULL,
  `hours` varchar(255) NOT NULL,
  `dimming` varchar(255) NOT NULL,
  `voltage` varchar(255) NOT NULL,
  `distribution` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `spec_url` varchar(255) NOT NULL,
  `pdf_date` date NOT NULL,
  `dt` date NOT NULL,
  `date_created` date NOT NULL,
  `revision` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `families`:
--   `manf_id`
--       `manufacturers` -> `manf_id`
--

--
-- Dumping data for table `families`
--

INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1, 17, 'LDA', 'PRF_LDA4A-4L', 'LDA4A-4L', 'LDA4A-4L. Adjustable Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '13.8-44.2W', '900-2800LM', '50,000 Hours LM70', '0-10V or 120V trailing edge. Optional 1% 0-10V, Fifth Light, or DMX.', '120-277V', 'Narrow, Medium, Wide', 'Low brightness 4-1/2” aperture LED adjustable accent fixture with choice of distribution. Adjustment mechanism enables the LED beam to pivot through the center of the aperture at the ceiling line, allowing maximum light output with no flashback. Offered with flat cut, adjustable accent, pinhole, and lensed wall wash trims.\r\n\r\n\r\n\r\nLower Reflector:\r\n\r\nSpun 0.050” aluminum. Available in a variety of Alzak® and painted finishes. Two torsion springs pull trim tight to ceiling. Truncated adjustable cut cone allows for full tilt range and flexibility. Lensed wall wash provides even illumination on vertical surfaces. Pinhole includes black oculus to control glare.\r\n\r\n\r\n\r\nUpper Reflector:\r\n\r\nField interchangeable optics in 15º, 25º or 35º provides smooth beam without color separation. Media holder fits onto upper reflector and holds up to two lens media.\r\n\r\n\r\n\r\nTrim Ring:\r\n\r\nSelf flanged or white polymer trim ring.\r\n\r\nAdjustment MechanismStable aiming and locking mechanism allows smooth 362° rotation and 40° elevation adjustment. Aiming scale enables consistent setting across multiple fixtures.\r\n\r\n\r\n\r\nHousing:\r\n\r\nOne piece die cast 1-1/4” deep collar.18 gauge CRS housing is painted matte black to eliminate stray light. Housing is toolless top accessible.\r\n\r\nUniversal Mounting BracketAccepts 1/2” EMT, C Channel, T bar fasteners and hanger bars. Provides 5” total adjustment.\r\n\r\n\r\n\r\nThermal:\r\n\r\nAluminum heat sink conducts heat away from the LED module for optimal performance and longer life.\r\n\r\n\r\n\r\nLED:\r\n\r\nLED system contains a plurality of high brightness white LED’s combined with a high reflectance upper reflector producing even distribution with no pixilation. Rated for 50,000 hours at 70% lumen maintenance. Auto resetting, thermally protected, LED’s are turned off when safe operating temperatures are exceeded. Color variation within 3-step MacAdam ellipses.\r\n\r\n\r\n\r\nDriver:\r\n\r\nCombination 120-277V 0-10V or 120V trailing edge phase cut driver provides flicker free dimming from 100% to 10%. Optional 1% 0-10V, Fifth Light, or DMX. Driver can be serviced from above or through the aperture.\r\n\r\n\r\n\r\nCode Compliance:\r\n\r\nThermally protected and cULus listed for damp locations with flat cut, pinhole or angle cut and wet location covered ceiling with lensed or lensed wall wash. Optional City of Chicago environmental air (CCEA) marking for plenum applications. EMI/RFI emissions per FCC 47CFR Part 18 Class B consumer limits. 2800 lumen Non-IC rated - Insulation must be kept 3” from top and sides of housing. IC rated up to 1800 lumen. RoHS Compliant. 2800 lumen and above spacing and must follow spacing requirements. Photometric testing completed in accordance with IES LM 79 standards. LED life testing completed in accordance with LM 80 standards.\r\n\r\n\r\n\r\nWarranty:\r\n\r\n5 year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_866088.ssd.brands.lighting!portfolio!led_4_6_adjustable.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-lda4a-4l-PS520001EN-sss.pdf', '2015-08-21', '2015-11-07', '0000-00-00', ''),
(2, 17, 'LDA', 'PRF_LDA4A-4LAPIN', 'LDA4A-4LAPIN', 'LDA4A-4LAPIN. Adjustable Pinhole.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '13.8-44.2W', '900-2800LM (Lumen Package)', '50,000 Hours LM70', '0-10V or 120V trailing edge. Optional 1% 0-10V, Fifth Light, or DMX.', '120-277V', 'Narrow, Medium, Wide', 'Low brightness 4-1/2” aperture LED adjustable accent fixture with choice of distribution. Adjustment mechanism enables the LED beam to pivot through the center of the aperture at the ceiling line, allowing maximum light output with no flashback. Offered with flat cut, adjustable accent, pinhole, and lensed wall wash trims.\r\n\r\nLower Reflector:\r\nSpun 0.050” aluminum. Available in a variety of Alzak® and painted finishes. Two torsion springs pull trim tight to ceiling. Truncated adjustable cut cone allows for full tilt range and flexibility. Lensed wall wash provides even illumination on vertical surfaces. Pinhole includes black oculus to control glare.\r\n\r\nUpper Reflector:\r\nField interchangeable optics in 15º, 25º or 35º provides smooth beam without color separation. Media holder fits onto upper reflector and holds up to two lens media.\r\n\r\nTrim Ring:\r\nSelf flanged or white polymer trim ring.\r\n\r\nAdjustment MechanismStable aiming and locking mechanism allows smooth 362° rotation and 40° elevation adjustment. Aiming scale enables consistent setting across multiple fixtures.\r\n\r\nHousing:\r\nOne piece die cast 1-1/4” deep collar.18 gauge CRS housing is painted matte black to eliminate stray light. Housing is toolless top accessible.\r\n\r\nUniversal Mounting BracketAccepts 1/2” EMT, C Channel, T bar fasteners and hanger bars. Provides 5” total adjustment.\r\n\r\nThermal:\r\nAluminum heat sink conducts heat away from the LED module for optimal performance and longer life.\r\n\r\nLED:\r\nLED system contains a plurality of high brightness white LED’s combined with a high reflectance upper reflector producing even distribution with no pixilation. Rated for 50,000 hours at 70% lumen maintenance. Auto resetting, thermally protected, LED’s are turned off when safe operating temperatures are exceeded. Color variation within 3-step MacAdam ellipses.\r\n\r\nDriver:\r\nCombination 120-277V 0-10V or 120V trailing edge phase cut driver provides flicker free dimming from 100% to 10%. Optional 1% 0-10V, Fifth Light, or DMX. Driver can be serviced from above or through the aperture.\r\n\r\nCode ComplianceThermally protected and cULus listed for damp locations with flat cut, pinhole or angle cut and wet location covered ceiling with lensed or lensed wall wash. Optional City of Chicago environmental air (CCEA) marking for plenum applications. EMI/RFI emissions per FCC 47CFR Part 18 Class B consumer limits. 2800 lumen Non-IC rated - Insulation must be kept 3” from top and sides of housing. IC rated up to 1800 lumen. RoHS Compliant. 2800 lumen and above spacing and must follow spacing requirements. Photometric testing completed in accordance with IES LM 79 standards. LED life testing completed in accordance with LM 80 standards.\r\n\r\nWarranty:\r\n5 year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_866088.ssd.brands.lighting!portfolio!led_4_6_adjustable.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-lda4a-4l-PS520001EN-sss.pdf', '2015-08-21', '2015-11-07', '0000-00-00', ''),
(3, 17, 'LDA', 'PRF_LDA4A-4LWW', 'LDA4A-4LWW', 'LDA4A-4LWW.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '13.8-44.2W', '900-2800LM (Lumen Package)', '50,000 Hours LM70', '0-10V or 120V trailing edge. Optional 1% 0-10V, Fifth Light, or DMX.', '120-277V', 'Wallwash.', 'Low brightness 4-1/2” aperture LED adjustable accent fixture with choice of distribution. Adjustment mechanism enables the LED beam to pivot through the center of the aperture at the ceiling line, allowing maximum light output with no flashback. Offered with flat cut, adjustable accent, pinhole, and lensed wall wash trims.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nLower Reflector:\r\n\r\n\r\n\r\nSpun 0.050” aluminum. Available in a variety of Alzak® and painted finishes. Two torsion springs pull trim tight to ceiling. Truncated adjustable cut cone allows for full tilt range and flexibility. Lensed wall wash provides even illumination on vertical surfaces. Pinhole includes black oculus to control glare.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUpper Reflector:\r\n\r\n\r\n\r\nField interchangeable optics in 15º, 25º or 35º provides smooth beam without color separation. Media holder fits onto upper reflector and holds up to two lens media.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTrim Ring:\r\n\r\n\r\n\r\nSelf flanged or white polymer trim ring.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nAdjustment MechanismStable aiming and locking mechanism allows smooth 362° rotation and 40° elevation adjustment. Aiming scale enables consistent setting across multiple fixtures.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nHousing:\r\n\r\n\r\n\r\nOne piece die cast 1-1/4” deep collar.18 gauge CRS housing is painted matte black to eliminate stray light. Housing is toolless top accessible.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUniversal Mounting BracketAccepts 1/2” EMT, C Channel, T bar fasteners and hanger bars. Provides 5” total adjustment.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThermal:\r\n\r\n\r\n\r\nAluminum heat sink conducts heat away from the LED module for optimal performance and longer life.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nLED:\r\n\r\n\r\n\r\nLED system contains a plurality of high brightness white LED’s combined with a high reflectance upper reflector producing even distribution with no pixilation. Rated for 50,000 hours at 70% lumen maintenance. Auto resetting, thermally protected, LED’s are turned off when safe operating temperatures are exceeded. Color variation within 3-step MacAdam ellipses.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nDriver:\r\n\r\n\r\n\r\nCombination 120-277V 0-10V or 120V trailing edge phase cut driver provides flicker free dimming from 100% to 10%. Optional 1% 0-10V, Fifth Light, or DMX. Driver can be serviced from above or through the aperture.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nCode ComplianceThermally protected and cULus listed for damp locations with flat cut, pinhole or angle cut and wet location covered ceiling with lensed or lensed wall wash. Optional City of Chicago environmental air (CCEA) marking for plenum applications. EMI/RFI emissions per FCC 47CFR Part 18 Class B consumer limits. 2800 lumen Non-IC rated - Insulation must be kept 3” from top and sides of housing. IC rated up to 1800 lumen. RoHS Compliant. 2800 lumen and above spacing and must follow spacing requirements. Photometric testing completed in accordance with IES LM 79 standards. LED life testing completed in accordance with LM 80 standards.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nWarranty:\r\n\r\n\r\n\r\n5 year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_866088.ssd.brands.lighting!portfolio!led_4_6_adjustable.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-lda4a-4l-PS520001EN-sss.pdf', '2015-08-21', '2015-11-07', '0000-00-00', ''),
(4, 19, 'LS', 'USA_LSTD4-1010', 'LSTD4-1010', 'LSTD4 1010. DOWNLIGHT.', 0, 0, '', '2700K, 3000K, 3500K', '80+', '14W, 20W', '1000-1300LM', '50,000 Hours LM70', '0-10V dim, Lutron Hi-Lume, ELDO 0-10V, ELDO DALI, TRIAC, ELV', '120V, 277V', '30° 50°  80° beam', 'Our narrow footprint housing provides an economical architectural solution while delivering high performance with LEDs.', 'http://www.usailighting.com/beveled-basic-1010-square', 'http://www.usailighting.com/site/download.php?id=1932', '2015-10-14', '2015-11-07', '0000-00-00', ''),
(5, 19, 'LS', 'USA_LSLD4-1011', 'LSLD4-1011', 'LSLD4 1011. DOWNLIGHT.', 0, 0, '', '2700K, 3000K, 3500K', '80+', '14W, 20W', '1000-1300LM', '50,000 Hours LM70', '0-10V dim, Lutron Hi-Lume, ELDO 0-10V, ELDO DALI, TRIAC, ELV', '120V, 277V', '30° 50°  80° beam', 'Our narrow footprint housing provides an economical architectural solution while delivering high performance with LEDs.', 'http://www.usailighting.com/beveled-basic-1011-square-trimless', 'http://www.usailighting.com/site/download.php?id=1934', '2015-11-02', '2015-11-08', '0000-00-00', ''),
(6, 1, 'CZ', 'MTX_14CZ', '14CZ', '14CZ. LED.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '85', '19.7-56.2', '2,000 - 4,400', '60,000 (TM-21)   116,000 (LM70) Hours', '0-10V , DALI, Step Dimming', '120-277V, 347V', 'Wide', 'Cruze LED is a specification lensed troffer series. This high quality luminaire is dedicated to the latest solid state lighting and driver technology for optimal performance and energy efficiency. The Cruze is compatible with all of today’s popular ceiling systems and is available with a number of options and accessories for application versatility.\r\r\r\rThe Cruze series features efficiency, quality and performance. The series is an excellent choice for commercial office spaces, schools, hospitals or retail merchandising areas.\r\r\r\rCONSTRUCTION\r\rHousing is die formed of code gauge, prime cold rolled steel.\r\r\r\rHeavy gauge end plates are securely attached with screws for strength and rigidity and the elimination of gaps. Four auxiliary fixture end suspension points are provided. Large access plate for supply connection.\r\r\r\rCONTROLS\r\r\r\rThe Cruze LED is Powered by Fifth Light, with a standard 0-10V continuous dimming driver that works with any 0-10V control/ dimmer. Combine with energy saving products like occupancy sensors, daylighting controls and lighting relay panels to maximize energy savings. In addition, the Cruze can include a factoryinstalled integrated sensor system for occupancy and daylight dimming control and manual control from an optional handheld remote. Or, specify the Digital Addressable Lighting Interface (DALI) drivers, dimmable down to 10%, for use with Fifth Light controls. See ordering information for details on all three options.\r\r\r\rELECTRICA\r\rLong-Life LED system coupled with electrical driver to deliver optimal performance. LED’s available in 3000K, 3500K, 4000K or 5000K with a CRI ? 85%. Projected life is 60,000 hours at 82% lumen output.\r\r\r\rcULus listed. Electronic drivers are available for 120-277V application.\r\r\r\rFINISH\r\rDurable cold rolled steel with multistage, iron phosphate pretreatment and white enamel finish to ensure maximum bonding and rust inhibition.\r\r\r\rHINGING/LATCHING\r\rPositive cam action steel latches with baked white enamel finish.\r\r\r\rSafety-lock T-hinges allow hinging and latching either side. Door assembly hinges down for easy access from below\r\r\r\rFRAME/SHEILDING\r\r\r\rDie formed, heavy gauge, flat steel door with reinforced mitered corners and painted after fabrication, baked matte white enamel finish. Positive light seals.\r\r\r\rAcrylic frosted lens.\r\r\r\rCOMPLIANCE\r\r\r\rModules are UL recognized components and indoor luminaires are cULus listed for 25ºC ambient environments, RoHS compliant, and LED modules comply with IESNA LM-79 and LM-80 standards.\r\r\r\rWARRANTY\r\r\r\rFive year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_866921.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS5190036EN-14CZ-LED-1x4-SSS.pdf', '2015-07-15', '2015-11-08', '2016-06-15', 'AAAA 1'),
(7, 1, 'CZ', 'MTX_22CZ', '22CZ', '22CZ. LED.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '85', '18.9-49.2 W', '1,888 - 4,893 LM', '60,000 (TM-21)   117,000 (LM70) Hours', '0-10V , Fifth Light DALI, Step Diming', '120-277V, 347V', 'Wide, Volmetric', 'Cruze LED is a specification lensed troffer series. This high quality luminaire is dedicated to the latest solid state lighting and driver technology for optimal performance and energy efficiency. The Cruze is compatible with all of today’s popular ceiling systems and is available with a number of options and accessories for application versatility.\r\r\r\r\r\r\r\rThe Cruze series features efficiency, quality and performance. The series is an excellent choice for commercial office spaces, schools, hospitals or retail merchandising areas.\r\r\r\r\r\r\r\rCONSTRUCTION\r\r\r\rHousing is die formed of code gauge, prime cold rolled steel.\r\r\r\rHeavy gauge end plates are securely attached with screws for strength and rigidity and the elimination of gaps. Four auxiliary fixture end suspension points are provided. Large access plate for supply connection.\r\r\r\r\r\r\r\r\r\r\r\rCONTROLS\r\r\r\rThe Cruze LED is Powered by Fifth Light, with a standard 0-10V continuous dimming driver that works with any 0-10V control/ dimmer. Combine with energy saving products like occupancy sensors, daylighting controls and lighting relay panels to maximize energy savings. In addition, the Cruze can include a factoryinstalled integrated sensor system for occupancy and daylight dimming control and manual control from an optional handheld remote. Or, specify the Digital Addressable Lighting Interface (DALI) drivers, dimmable down to 10%, for use with Fifth Light controls. See ordering information for details on all three options.\r\r\r\r\r\r\r\r\r\r\r\rELECTRICA\r\r\r\rLong-Life LED system coupled with electrical driver to deliver optimal performance. LED’s available in 3000K, 3500K, 4000K or 5000K with a CRI ? 85%. Projected life is 60,000 hours at 82% lumen output.\r\r\r\rcULus listed. Electronic drivers are available for 120-277V application.\r\r\r\r\r\r\r\rFINISH\r\r\r\rDurable cold rolled steel with multistage, iron phosphate pretreatment and white enamel finish to ensure maximum bonding and rust inhibition.\r\r\r\r\r\r\r\rHINGING/LATCHING\r\r\r\rPositive cam action steel latches with baked white enamel finish.\r\r\r\r\r\r\r\rSafety-lock T-hinges allow hinging and latching either side. Door assembly hinges down for easy access from below\r\r\r\r\r\r\r\rFRAME/SHEILDING\r\r\r\rDie formed, heavy gauge, flat steel door with reinforced mitered corners and painted after fabrication, baked matte white enamel finish. Positive light seals.\r\r\r\rAcrylic frosted lens.\r\r\r\r\r\r\r\rCOMPLIANCE\r\r\r\rModules are UL recognized components and indoor luminaires are cULus listed for 25ºC ambient environments, RoHS compliant, and LED modules comply with IESNA LM-79 and LM-80 standards.\r\r\r\r\r\r\r\rWARRANTY\r\r\r\rFive year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_866921.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS519141EN-22CZ-LD5-2x2-sss.pdf', '2015-09-15', '2015-11-08', '0000-00-00', ''),
(8, 20, 'EVO', 'GTM_EVO-SQ', 'EVO-SQ', 'EVO SQ. Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85+, 90+', '10.3-36.9W', '750-3112LM', '60,000 Hours LM70', 'eldoLED 0-10V, DALI, DMX with RDM,(remote device management).  Lutron Hi-lume. XPoint Wireless. nLight.', 'UNV, 120V, 277V, 347V', 'Flood', 'OPTICAL SYSTEM\r\rSelf-flanged semi-specular, matte-diffuse finishing trim  Patented Bounding Ray™ optical design (U.S. Patent No. 5,800,050)  55° cutoff to source and source image  Top-down flash characteristic  Polycarbonate lens integral to light engine.\r\r\r\rMECHANICAL SYSTEM\r\r16-gauge galvanized steel construction; maximum 1-1/4” ceiling thickness  Telescopic mounting bars maximum of 24” and minimum of 15”, included, 4” vertical adjustment  Toolless adjustments post installation  Junction box capacity\r\r8 (4 in, 4 out ) 12AWG rated for 90°C  Light engine and driver accessible through aperture  Patented adjustable aperture allows 1/4” adjustments in all directions and up to 5° of rotation allowing post-installation adjustments to ensure trim-to-trim alignment.\r\r\r\rELECTRICAL SYSTEM\r\rFully serviceable and upgradeable lensed LED light engine  70% lumen maintenance at 50,000 hours  Tested according to LM-79 and LM-80 standards  Overload and short circuit protected  2.5 SDCM; 85 CRI typical, 90+ CRI optional.\r\r\r\rLISTINGS\r\rFixtures are CSA certified to meet US and Canadian standards; wet location, covered ceiling. NERGY STAR® certified product.\r\r\r\rWARRANTY\r\r5-year limited warranty.', 'http://gothamlighting.acuitybrands.com/products/detail/663849/gotham-lighting/evo-sq-4-downlight/evo-led-4-square', 'http://gothamlighting.acuitybrands.com/products/detail/128099/gotham-lighting/evo-square-downlight/led-square-downlight/-/media/products/gotham_lighting/128099/document/evo-sq-4-open_pdf.pdf', '2016-03-08', '2015-11-11', '0000-00-00', ''),
(9, 20, 'ICO', 'GTM_ICO-CYL', 'ICO-CYL', 'ICO CYL. Downlight.', 1, 1, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+', '6.3-23W', '500-1500LM', '60,000 Hours LM70', '120-277V 0-10V, 120V ELV, TRIAC', 'UNIV, 120V, 277V', 'Medium, Flood, Wide Flood. Eliptical', 'OPTICAL SYSTEM\r\rSuperior 100% virgin silicone refractive optic allows for maximum dimensional stability and optical transmission with no discoloration over life.\rPrimary control of distribution occurs in optic allowing for aesthetic versatility with trim color and finish.\r3-step Mac Adam Ellipse.\rThirteen preset distribution patterns allow designers to achieve various objectives.\rSelf-flanged semi-specular or matte-diffuse lower reflector.\rField interchangeable optics.\r35° shielding angle.\r\r\r\rHOUSING\r\rPrecision die-cast housing with decorative finial cap and no visible hardware.\rMatte white textured polyester powder paint finish standard.\r\r\r\rMOUNTING\r\rPendant Mount Recessed Gear Box  Pendant Mount Surface Gear Box  Wall Mount Surface Gear Box  Wall Mount Recessed Gear Box  Surface Mount Recessed Gear Box  Flush ceiling mount surface gear box  Cord Mount Recessed Gear Box  Cord Mount Surface Gear Box.\r\r\r\rELECTRICAL SYSTEM\r\rSolid-state LED light engine available in 2700 K, 3000 K, 3500 K or 4000 K color temperatures. CRI\r80 typical. High CRI option available.\rRated system life of >50,000 hours at 70% output.\r120V phase cut dimming and 0-10V dimming standard.\rLuminaire accepts parallel and branch circuit control wiring.\r\r\rLISTINGS\r\rFixtures are UL listed to meet US and Canadian standards; wet location, covered ceiling.\r\rENERGY STAR® certified product (750lm, 1000lm, 1500lm versions).\r\r\rWARRANTY\r\r5-year limited warranty.', 'http://gothamlighting.acuitybrands.com/products/detail/664034/gotham-lighting/ico-cyl-2-downlight/incito-led-2-round-cylinder', 'https://www.acuitybrands.com/products/detail/664034/Gotham-Lighting/ICO-CYL-2-Downlight/-/media/products/Gotham_Lighting/664034/document/ICO-CYL-2-Open_pdf.pdf', '2016-02-04', '2015-11-11', '0000-00-00', ''),
(10, 20, 'ICO', 'GTM_ICO-CYLLW', 'ICO-CYLLW', 'ICO CYLLW. Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+', '6.3-23W', '500-1500LM', '60,000 Hours LM70', '120V 0-10V, ELV, TRIAC', 'UNIV, 120V, 277V', 'Narrow, Narrow Flood, Flood,', 'OPTICAL SYSTEM\r\rSuperior optical control enables use 6\" from wall while maintaining a smooth uniform distribution.\r\r\r\r3-step MacAdam Ellipse Self-flanged semi-specular or matte-diffuse, lower trim.\r\r\r\r Patent Pending micro-prismatic optical structure optimizes directional transmissivity.\r\r\r\rHOUSING\r\rPrecision die-cast housing with decorative finial cap and no visible hardware.\r\r\r\rTextured polyester powder paint finish.\r\r\r\rMOUNTING1\r\rPendant Mount Recessed Gear Box Pendant Mount Surface Gear Box Wall Mount Surface Gear Box. Mounting enabled in up or down position.\r\r\r\rWall Mount Recessed Gear Box. Mounting enabled in up or down position.\r\r\r\rCeiling Mount Recessed Gear Box Flush Ceiling Mount Surface Gear Box ELECTRICAL SYSTEM\r\rSolid-state LED light engine available in 2700 K, 3000 K, 3500 K or 4000 K color temperatures. Standard CRI\r\r80 typical. High CRI option available.\r\r\r\rRated system life of >60,000 hours at 70% output.\r\r\r\r120V TRIAC or ELV dimming and 0-10V dimming standard.\r\r\r\rLuminaire accepts parallel and branch circuit control wiring.\r\r\r\rLISTINGS\r\rFixtures are UL listed to meet US and Canadian standards. Pendant Mount, Surface Mount, and Flush Ceiling Mount are suitable for wet locations, covered ceiling. Wall Mount versions are wet location listed in the down orientation.\r\r\r\rENERGY STAR® certified product (750lm, 1000lm, 1500lm versions).\r\r\r\rWARRANTY\r\r5-year limited warranty. Complete warranty terms located at\r\rwww.acuitybrands.com/CustomerResources/Terms_and_conditions.aspx Note\r\rActual performance may differ as a result of end user environment and application.\r\r\r\rAll values are design or typical values, measured under laboratory conditions at 25 °C.', 'http://gothamlighting.acuitybrands.com/products/detail/664032/gotham-lighting/ico-cyllw-2-downlight/incito-led-2-round-wallwash-cylinder', 'http://gothamlighting.acuitybrands.com/products/detail/121439/gotham-lighting/incito-cylinder/incito-led-cylinder/-/media/products/gotham_lighting/121439/document/ico-cyl-2-open_pdf.pdf', '2016-02-03', '2015-11-11', '0000-00-00', ''),
(11, 20, 'ICO', 'GTM_ICO-CYL-4', 'ICO-CYL-4', 'ICO CYL 4. Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85+', '8-42W', '500-3000LM', '50,000 Hours LM70', 'eldoLED 0-10V, DALI, DMX with RDM (remote device management).', '120V, 277V, step down remote transformer 347V', 'Narrow, Narrow Flood, Flood, Wide Flood.', 'OPTICAL SYSTEM\r\rEleven preset distribution patterns allow designers to achieve various objectives.\r\r\r\rSelf-flanged, semi-specular or matte-diffuse, metal-clad lower reflector utilized in combination with highly transmissive lens.\r\r\r\rPatented Bounding Ray™ Optical Principle design (U.S. Patent No. 5,800,050) provides 45° cutoff to source and source image for a smooth transition from top of the reflector to bottom.\r\r\r\rField interchangeable optics.\r\r\r\rHOUSING\r\rHeavy-gauge aluminum housing with top deck for clean appearance. Provided with safety chain on ceiling and pendant units, allowing hands-free wiring connections. Matte white textured polyester powder paint finish standard.\r\r\r\rMOUNTING\r\rCeiling mount provided with mounting pattern for direct installation to 4” octagonal or square junction box.\r\r\r\rWall mount provided with mounting pattern for direct installation to 4” octagonal or square junction box.\r\r\r\rEDXB driver includes a 3-foot DMX signal cable when ordered with FCM or WM mounting option. Driver includes a 10-foot DMX signal cable when ordered with PM or ACC mounting option.\r\r\r\rPendant-mount entry provided for 3/8” National Pipe Thread stem. Additional pendant options available (see Accessories). Pendant-mount includes 10 feet of line voltage wires.\r\r\r\rELECTRICAL SYSTEM\r\rSolid-state LED light engine available in 2700 K, 3000 K, 3500 K or 4000 K color temperatures. CRI\r\r85 typical.\r\r\r\reldoLED SOLOdrive 0-10V driver standard with', 'http://gothamlighting.acuitybrands.com/products/detail/664036/gotham-lighting/ico-cyl-4-downlight/incito-led-4-round-cylinder', 'http://gothamlighting.acuitybrands.com/products/detail/121439/gotham-lighting/incito-cylinder/incito-led-cylinder/-/media/products/gotham_lighting/121439/document/ico-cyl-4-open_pdf.pdf', '2016-04-11', '2015-11-11', '0000-00-00', ''),
(12, 20, 'ICO', 'GTM_ICO-CYL-6', 'ICO-CYL-6', 'ICO-CYL-6. 6\" Incito LED Cylinder.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85+', '26-99W', '2,000-6,500LM', '50,000 Hours LM70', 'eldoLED 0-10V, DALI, DMX with RDM (remote device management).', 'UNIV, 120V, 277V', 'Narrow, Narrow Flood, Flood, Wide Flood.', 'OPTICAL SYSTEM\r\n Self-flanged, specular, semi-specular or matte-diffuse lower reflector in combination with highly transmissive lens provides unparalleled performance and efficiency.\r\n\r\n Patented Bounding Ray™ Optical Principle design (U.S. Patent No. 5,800,050) provides source image for a smooth transition from top of the reflector to bottom.\r\n\r\nHOUSING\r\n Heavy-gauge aluminum housing with top deck for clean appearance. Provided with safety chain on ceiling and pendant units, allowing hands-free wiring connections. Matte white textured polyester powder paint finish standard.\r\n\r\nMOUNTING\r\n Ceiling mount provided with mounting pattern for direct installation to 4” octagonal or square junction box.\r\n\r\n Wall mount provided with mounting pattern for direct installation to 4” octagonal or square junction box.\r\n\r\n EDXB driver includes a 3-foot DMX signal cable when ordered with FCM, WM, or WMWL mounting option. Fixture includes 10-foot DMX signal cable when ordered with PM, PMWL, or ACC mounting option.\r\n\r\n Pendant-mount entry provided for 3/8” National Pipe Thread stem. Additional pendant options available (see Accessories). Pendant-mount includes 10 feet of line voltage wires.\r\n\r\nELECTRICAL SYSTEM\r\n Solid-state LED light engine available in 2700 K, 3000 K, 3500 K or 4000 K color temperatures. CRI\r\n85 typical.\r\n\r\n eldoLED SOLOdrive 0-10V driver standard with', 'http://gothamlighting.acuitybrands.com/products/detail/664038/gotham-lighting/ico-cyl-6-downlight/incito-led-6-round-cylinder', 'http://gothamlighting.acuitybrands.com/products/detail/121439/gotham-lighting/incito-cylinder/incito-led-cylinder/-/media/products/gotham_lighting/121439/document/ico-cyl-6-open_pdf.pdf', '2016-03-31', '2015-11-11', '0000-00-00', ''),
(13, 21, 'FL', 'FOP_FLC44D', 'FLC44D', 'FLC44D. ID+ 4.5\" x 4.5\" Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '13-45W', '1,000-3,000LM', '63,000 Hours LM70', '0-10V - 10%, Lutron A-Series, 1% EcoSystem Digital', 'UNIV, 120V, 277V', 'Flood', 'ChromaSure\r\n\r\nColor consistency resulting in a 2-step MacAdam ellipse across the entire ID+ product line.\r\n\r\nField adjustability of ceiling thickness from 0.5\" - 2.5\".\r\n\r\nShallow housing.50 degree cutoff to light source and its image.\r\n\r\nSelection of dimming drivers available.\r\n\r\nRight Light\r\n\r\nStandard delivered lumen outputs 1000, 1500, 2000, 2500 and 3000.\r\n\r\n\r\n\r\nHOUSING SPECIFICATIONS\r\n\r\n\r\n\r\nCONSTRUCTION\r\n\r\nThermally protected housing for new construction applications. Insulation to be kept 3\" away from housing. Butterfly brackets allow mounting to ½ emt. Order bar hangers as an accessory. Die-cast aluminum heat sink designed for maximum thermal dissipation. Die-formed housing and integral junction box with (7) 1?2\" pry outs. UL & cUL listed for (6) #14 AWG (3 in, 3 out) 90°C conductors and feed through–branch wiring. Accommodates ceiling thicknesses up to 0.5\" standard, field adjustable up to 2.5\" thickness. For thicker ceiling consult factory. Fixture will not exceed 5 lb.\r\n\r\n\r\n\r\n\r\n\r\nELECTRICAL\r\n\r\nChoice of constant current dimming drivers. Power factor > .9 typical.\r\n\r\n\r\n\r\nEmergency\r\n\r\nEmergency Battery Pack\r\n\r\nBodine BSL17C–C2. Emergency output —7W for 90 minu\r\n\r\n\r\n\r\nLABELS\r\n\r\nUL and cUL listed. Wet Location listed, indoor use only.\r\n\r\n\r\n\r\nLUMEN MAINTENANCE\r\n\r\nReported\r\n\r\nL70 at >63,000 hours Derived from EPA TM-21 calculator Warranty\r\n\r\nLED System rated for operation in ambient environments up to 25°C. 5 year limited warranty.\r\n\r\n\r\n\r\nTRIM & LED SPECIFICATIONS LED SYSTEM\r\n\r\nProprietary array incorporates premium LEDs on a robust platform. May be specified in 2700K, 3000K, 3500K or 4000K, CRI>80. Color accuracy within 2 SDCM. Aluminum heat sink provides appropriate thermal management.\r\n\r\n\r\n\r\n\r\n\r\nAESTHETICS\r\n\r\n\r\n\r\nDie–formed aluminum reflector ensures glare free optics. Reflector attaches to die-cast, seamless flange and may be removed for field painting.Torsion springs pull trim tight to theceiling with no visible fasteners within the trim.\r\n\r\n\r\n\r\nOPTICS\r\n\r\n55-degree cut–off to light source and its image.', 'http://www.focalpointlights.com/products/downlight/id-45-x-45-downlight-flc44d-lc44#', 'http://www.focalpointlights.com/sites/default/files/FLC44D__Q.pdf', '2016-04-04', '2015-11-12', '0000-00-00', ''),
(14, 21, 'Nivo', 'FOP_FNVL-22-AC', 'FNVL-22-AC', 'FNVL-22-AC. Nivo® 2x2 Droped Solid Diffuser.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '28-50W', '2,455-3,972LM', '50,000 Hours LM70', '0-10V - 10%, Lutron A-Series 1% EcoSystem Digital', 'UNIV, 120V, 277V', 'General', 'Design.\r\n\r\nA precision-formed acrylic diffuser fits snugly within a 2x2 ceiling opening. Designed to mimic a ceiling tile, Nivo’s diffuser can be specified to rest in the same position as a flat or tegular panel.\r\n\r\n\r\n\r\nSpecify your ideal dropped diffuser position up to 7\" down from the ceiling plane in 1\" increments.\r\n\r\n\r\n\r\nWithout a frame or bulky edge detail, Nivo is devoid of visual distraction. The luminaire’s physical structure is concealed by the ceiling grid, leaving only the simple diffuser visible.\r\n\r\n\r\n\r\nPerformance.\r\n\r\nSquare LED panels fill the Nivo housing, effortlessly backlighting the frosted diffuser. LEDs are spaced to maximize the beauty of the lens, never exhibiting brightness or source image.\r\n\r\nAvailable in four lumen output levels to meet a variety of illumination requirements.\r\n\r\n\r\n\r\nApplication.\r\n\r\nCombine different depths, create patterns with placement, or add bold dimension in corridors and public spaces.\r\n\r\nEnjoy the subtle visual interplay between luminaires when they are placed adjacent to each other or in a pattern\r\n\r\n\r\n\r\n\r\n\r\nConstruction\r\n\r\nOne piece 20 Ga. steel housing. Bottom access 20 Ga. steel driver compartment.\r\n\r\nPositional brackets supplied as standard. Weight: 23 lbs.\r\n\r\n\r\n\r\n\r\n\r\nOptic\r\n\r\n.125\" thick formed frosted acrylic diffuser.\r\n\r\n\r\n\r\n\r\n\r\nElectrical\r\n\r\nStandard 120-277V driver includes 0-10V analog dimming, 100% - 10% range. Power factor\r\n\r\n> .9. Optional EcoSystem dimming drivers from Lutron available.\r\n\r\n\r\n\r\n\r\n\r\nEmergency Battery\r\n\r\nBodine BSL310–CAN. Emergency output—10 watts for 90 minutes.\r\n\r\n\r\n\r\nLabels\r\n\r\nUL and cUL listed. Suitable for Dry or Damp Locations, indoor use only.\r\n\r\n\r\n\r\nFinish\r\n\r\nPolyester powder coat applied over a 5-stage pre–treatment.\r\n\r\n\r\n\r\n\r\n\r\nLumen Maintenance\r\n\r\nL70 at 50,000 hours.\r\n\r\n\r\n\r\n\r\n\r\nLifetime and warranty\r\n\r\nLED system rated for operation in ambient environments up to 25°C. 5 year limited warranty.', 'http://www.focalpointlights.com/products/recessed/nivo-solid-diffuser-fnvl-22-ac', 'http://www.focalpointlights.com/sites/default/files/FNVL_22_1.pdf', '2014-08-01', '2015-11-12', '0000-00-00', ''),
(15, 21, 'Nivo', 'FOP_FNVL-22-ACZ', 'FNVL-22-ACZ', 'FNVL-22-ACZ. Nivo® 2x2 Flush Solid Diffuser.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '28-50W', '2,260-3,972LM', '50,000 Hours LM70', '0-10V - 10%, Lutron A-Series, 1% EcoSystem Digital', 'UNIV, 120V, 277V', 'General', 'Design.\r\n\r\nA precision-formed acrylic diffuser fits snugly within a 2x2 ceiling opening. Designed to mimic a ceiling tile, Nivo’s diffuser can be specified to rest in the same position as a flat or tegular panel.\r\n\r\nSpecify your ideal dropped diffuser position up to 7\" down from the ceiling plane in 1\" increments.\r\n\r\nWithout a frame or bulky edge detail, Nivo is devoid of visual distraction. The luminaire’s physical structure is concealed by the ceiling grid, leaving only the simple diffuser visible.\r\n\r\n\r\n\r\nPerformance.\r\n\r\nSquare LED panels fill the Nivo housing, effortlessly backlighting the frosted diffuser. LEDs are spaced to maximize the beauty of the lens, never exhibiting brightness or source image.\r\n\r\nAvailable in four lumen output levels to meet a variety of illumination requirements.\r\n\r\n\r\n\r\nApplication.\r\n\r\nCombine different depths, create patterns with placement, or add bold dimension in corridors and public spaces.\r\n\r\nEnjoy the subtle visual interplay between luminaires when they are placed adjacent to each other or in a pattern.\r\n\r\n\r\n\r\n\r\n\r\nConstruction\r\n\r\nOne piece 20 Ga. steel housing. Bottom access 20 Ga. steel driver compartment.\r\n\r\nPositional brackets supplied as standard. Weight: 23 lbs.\r\n\r\n\r\n\r\n\r\n\r\nOptic\r\n\r\n.125\" thick formed frosted acrylic diffuser.\r\n\r\n\r\n\r\n\r\n\r\nElectrical\r\n\r\nStandard 120-277V driver includes 0-10V analog dimming, 100% - 10% range. Power factor\r\n\r\n> .9. Optional EcoSystem dimming drivers from Lutron available.\r\n\r\n\r\n\r\n\r\n\r\nEmergency Battery\r\n\r\nBodine BSL310–CAN. Emergency output—10 watts for 90 minutes.\r\n\r\n\r\n\r\nLabels\r\n\r\nUL and cUL listed. Suitable for Dry or Damp Locations, indoor use only.\r\n\r\n\r\n\r\nFinish\r\n\r\nPolyester powder coat applied over a 5-stage pre–treatment.\r\n\r\n\r\n\r\n\r\n\r\nLumen Maintenance\r\n\r\nL70 at 50,000 hours.\r\n\r\n\r\n\r\n\r\n\r\nLifetime and warranty\r\n\r\nLED system rated for operation in ambient environments up to 25°C. 5 year limited warranty.', 'http://www.focalpointlights.com/products/recessed/nivo-solid-diffuser-fnvl-22-ac', 'http://www.focalpointlights.com/sites/default/files/FNVL_22_1.pdf', '2014-08-01', '2015-11-12', '0000-00-00', ''),
(16, 21, 'Nivo', 'FOP_FNVL-22-AX', 'FNVL-22-AX', 'FNVL-22-AX. Nivo® 2x2 Dropped Hollow Diffuser.', 1, 1, '', '3000K, 3500K, 4000K', '80+', '28-50W', '2,260-3,972LM', '50,000 Hours LM70', '0-10V - 10%, Lutron A-Series, 1% EcoSystem Digital', 'UNIV, 120V, 277V', 'General', 'Design.\r\n\r\nA precision-formed acrylic diffuser fits snugly within a 2x2 ceiling opening. \r\n\r\nSpecify your ideal dropped diffuser position from 2\" to 7\" down from the ceiling plane in 1\" increments.\r\n\r\nWithout a frame or bulky edge detail, Nivo is devoid of visual distraction. The luminaire’s physical structure is concealed by the ceiling grid, leaving only the simple diffuser visible. \r\n\r\n\r\n\r\nPerformance.\r\n\r\nSquare LED panels fill the Nivo housing, effortlessly backlighting the frosted diffuser. LEDs are spaced to maximize the beauty of the lens, never exhibiting brightness or source image.\r\n\r\nAvailable in four lumen output levels to meet a variety of illumination requirements. \r\n\r\n\r\n\r\nApplication.\r\n\r\nCombine different depths, create patterns with placement, or add bold dimension in corridors and public spaces.\r\n\r\nEnjoy the subtle visual interplay between luminaires when they are placed adjacent to each other or in a pattern. \r\n\r\n\r\n\r\n\r\n\r\nConstruction\r\n\r\nOne piece 20 Ga. steel housing. Bottom access 20 Ga. steel driver compartment.\r\n\r\nPositional brackets supplied as standard. Weight: 23 lbs.\r\n\r\n\r\n\r\n\r\n\r\nOptic\r\n\r\n.125\" thick formed frosted acrylic diffuser.\r\n\r\n\r\n\r\n\r\n\r\nElectrical\r\n\r\nStandard 120-277V driver includes 0-10V analog dimming, 100% - 10% range. Power factor\r\n\r\n> .9. Optional EcoSystem dimming drivers from Lutron available.\r\n\r\n\r\n\r\n\r\n\r\nEmergency Battery\r\n\r\nBodine BSL310–CAN. Emergency output—10 watts for 90 minutes.\r\n\r\n\r\n\r\nLabels\r\n\r\nUL and cUL listed. Suitable for Dry or Damp Locations, indoor use only.\r\n\r\n\r\n\r\nFinish\r\n\r\nPolyester powder coat applied over a 5-stage pre–treatment.\r\n\r\n\r\n\r\n\r\n\r\nLumen Maintenance\r\n\r\nL70 at 50,000 hours.\r\n\r\n\r\n\r\n\r\n\r\nLifetime and warranty\r\n\r\nLED system rated for operation in ambient environments up to 25°C. 5 year limited warranty.', 'http://www.focalpointlights.com/products/recessed/nivo-hollow-diffuser-fnvl-22-ax', 'http://www.focalpointlights.com/sites/default/files/FNVL_22_1.pdf', '2014-08-01', '2015-11-12', '0000-00-00', ''),
(17, 21, 'FSM', 'FOP_FSM2LS-FL', 'FSM2LS-FL', 'FSM2LS-FL. Seem 2 LED Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '2-9.5 W/FT', '125, 250, 375, 625LM/FT', '75,000 Hours LM70,  54,000 Hours TM-21,', '0-10V - 10%, Lutron A-Series, 1% EcoSystem Digital, 5 Series.', 'UNIV, 120V, 277V', 'Flood, General', 'Narrow extruded aluminum 2.5\" linear direct LED.\r\n\r\n\r\n\r\nIndividual units and continuous runs in 1\' increments. Frosted acrylic lens provides uninterrupted illumination, without pixels or shadows. LED position and lens material optimized to provide the perfect blend of high performance and visual comfort. Choice of output levels to meet a wide variety of application needs.\r\n\r\n\r\n\r\nLED SYSTEM\r\n\r\nProprietary linear LED module incorporates premium LEDs on a robust platform to achieve excellent thermal management. LEDs are placed to promote a uniform appearance. Available in 3000K, 3500K or 4000K with CRI>80, 3SDCM. LED modules and drivers are replaceable from below.\r\n\r\n\r\n\r\nCONSTRUCTION\r\n\r\nOne piece extruded aluminum housing. Cast aluminum end caps. \r\n\r\n\r\n\r\nOPTICS\r\n\r\nReflectors fabricated of 22 Ga. steel finished in High Reflectance White powder coat. Extruded acrylic lens .07” thick with satin finish, up to 8’ continuous.\r\n\r\n\r\n\r\nELECTRICAL\r\n\r\nLuminaires are pre–wired with factory installed branch circuit wiring and over-molded quick connects. Standard 120-277V constant current driver includes 0-10V analog dimming. Power factor > .9.\r\n\r\n\r\n\r\nEMERGENCY BATTERY\r\n\r\nIOTA CP-10. Emergency output - 10 watts for 90 minutes.\r\n\r\n\r\n\r\nLABELS\r\n\r\nUL and cUL listed. Suitable for Dry or Damp Locations, indoor use only.\r\n\r\n\r\n\r\nFINISH\r\n\r\nPolyester powder coat applied over a 5-stage pre–treatment.\r\n\r\n\r\n\r\nLumen Maintenance Calculated\r\n\r\nL70 at 75,000 hours Reported\r\n\r\nL70 at >54,000 hours Derived from EPA TM-21 calculator \r\n\r\n\r\n\r\nWARRANTY\r\n\r\nLED system rated for operation in ambient environments up to 25°C. 5 year limited warranty.', 'http://www.focalpointlights.com/products/linear/seem-2-fsm2ls', 'http://www.focalpointlights.com/sites/default/files/FSM2LS__P.pdf', '2016-03-30', '2015-11-12', '0000-00-00', ''),
(18, 22, 'EBY', 'ELM_EBY-L-LO', 'EBY-L-LO', 'EBY L LO. Build-Your-Own Multiples Open.', 0, 0, '', '2700K, 3000K, 3500K', '80+, 90+', '12.5 W/Module', '1050LM/Module', '', '0-10V, ELV', '120V, 240, 277V', 'Narrow Flood, Flood', 'Element build-your-own multiples (BYOM) is a uniquely modular Recessed led lighting system that puts incredible design Flexibility in the hands of the designer. The BYOM grid frame Kit system is easily configurable and expandable offering 21 frame kits that can be combined to create larger grids.\r\n\r\n\r\n\r\nBYOM led spot modules are placed into the recessed frame kit Structure to create virtually any configuration thinkable.\r\n\r\n\r\n\r\nBuild-your-own multiples features element’s unique Patent-pending led spot dome assembly enabling remarkable Tool-free adjustment and locking while maintaining full Center beam candle power at all tilt & rotation angles. The Trimless open design boasts an uncommonly attractive, sleek Look below the ceiling. The spot module assemblies are also Offered with flangeless trims available in several finishes, and Square and round aperture configurations to accommodate Virtually any aesthetic. Flangeless trims are made of cold Rolled steel for excellent durability. Modular extruded Aluminum plaster plate system can match any configuration To provide a seamless plastered-in look.\r\n\r\n\r\n\r\nFRAME KIT\r\n\r\n 21 frame kit options for customized light arrays  Constructed of heavy gauge cold rolled steel  For use in 2x8 construction (minimum joist height)  Non-IC Airtight  Includes integrated junction box approved for branch circuit through wiring  Accommodates up to 3\" ceiling thickness  ETL listed. Damp listed.\r\n\r\n\r\n\r\nSPOT MODULES\r\n\r\n 35° tilt and 360° rotation with tool-free locking  Field-changeable optic\r\n\r\n20°, 30°, 40°  Fully contained and modular design for ease of install and maintenance  5\"x 5\" ceiling opening per spot  Standard module finishes\r\n\r\nBlack or White powder coat  Consult Quotes Department for custom finish options  Accepts 2 lenses, ordered separately  Spot modules each ship with 5\" x 5\" housing and driver.\r\n\r\n\r\n\r\nOUTPUT & CONSUMPTION\r\n\r\n Output\r\n\r\n1050 lumens, consuming 12.5 watts  CCT options\r\n\r\n2700K, 3000K or 3500K  CRI options\r\n\r\n80+ or 90+ CRI  Minimum 3-step color binning  Consult Quotes Department for custom CCT and CRI options.\r\n\r\n\r\n\r\nDRIVER & DIMMING\r\n\r\n Voltage options\r\n\r\n120V, 240V or 277V  Driver efficiency\r\n\r\n>85%  Power factor\r\n\r\n0.98  Dimming options\r\n\r\nELV or 0-10V  Smooth dimming to 2%-15% depending on dimmer  See element-lighting.com for dimmer compatibility.\r\n\r\n\r\n\r\nINSTALLATION\r\n\r\n Spot housing allows for post-installation vertical adjustability for variable ceiling conditions', 'http://www.element-lighting.com/Products/Details/Build-Your-Own-Multiples', 'http://images.techlighting.com//Configurator/2/specsheets/BYOM_Spot.pdf', '2015-09-01', '2015-11-12', '0000-00-00', ''),
(19, 22, 'E3R', 'ELM_E3R-F-B', 'E3R-F-B', 'E3R F B. 3\" Round LED Adjustable Downlight. Flanged Bevel', 1, 0, '', '2700K, 3000K, 3500K, 1800K-3050K Warm Dimming, 1650K-4000K Programmable White', '80+, 90+, 98+', '12, 13, 14, 15, 18W', '675, 725, 800, 1019, 1075, 1200, 1500LM', '', '0-10V, ELV, Lutron Hi-Lume, Eco-System, DMX, Bluetooth', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with Element’s Unique patented high-low lamp positioning. The innovative Design allows the LED to be positioned closer to the aperture For maximum light output and efficiency or higher to minimize Glare and flash on the trim. Additional adjustability allows For tool-free hot aiming including 0°- 40° tilt and 361° rotation To eliminate dead spots. All aiming functions are lockable.\n\nAlso available as a fixed downlight. Wood ceiling option Allows for a smooth, flangeless appearance using any Flangeless trim.\n\nElement offers three led options that allow specifiers to Choose the led source they value most based on output, Quality of light, color and more. These are in addition to The highly efficacious, performance based citizen led option.\n\n– Xicato module featuring corrected cold Phosphor technology – Lumenetix warm dim mimicking halogen allowing Dimming along the black body curve (3000k dimming To 1800k) – Lumenetix programmable white allowing the end-user/ Designer to select a range of white light along the Black body curve or adjust saturation and hue for Points off the curve. Controllable with Bluetooth, DMX, or 0-10v lines as standard protocols.\n\nTRIMS\n Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes.\n\nAccommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n Airtight IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  IC suitable for insulation rating up to R60  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2016-04-22', '2015-11-12', '2015-11-11', '2');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(20, 22, 'E3R', 'ELM_E3R-F-F', 'E3R-F-F', 'E3R F F. 3\" Round LED Adjustable Downlight Flanged Flat.', 1, 1, '', '2700K, 3000K, 3500K, 1800K-3050K Warm Dimming, 1650K-4000K Programmable White', '80+, 90+, 98+', '12, 13, 14, 15, 18W', '675, 725, 800, 1019, 1075, 1200, 1500LM', '', '0-10V, ELV, Lutron Hi-Lume, Eco-System, DMX, Bluetooth', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with Element’s Unique patented high-low lamp positioning. The innovative Design allows the LED to be positioned closer to the aperture For maximum light output and efficiency or higher to minimize Glare and flash on the trim. Additional adjustability allows For tool-free hot aiming including 0°- 40° tilt and 361° rotation To eliminate dead spots. All aiming functions are lockable.\n\nAlso available as a fixed downlight. Wood ceiling option Allows for a smooth, flangeless appearance using any Flangeless trim.\n\nElement offers three led options that allow specifiers to Choose the led source they value most based on output, Quality of light, color and more. These are in addition to The highly efficacious, performance based citizen led option.\n\n– Xicato module featuring corrected cold Phosphor technology – Lumenetix warm dim mimicking halogen allowing Dimming along the black body curve (3000k dimming To 1800k) – Lumenetix programmable white allowing the end-user/ Designer to select a range of white light along the Black body curve or adjust saturation and hue for Points off the curve. Controllable with Bluetooth, DMX, or 0-10v lines as standard protocols.\n\nTRIMS\n Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes.\n\nAccommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n Airtight IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  IC suitable for insulation rating up to R60  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2016-04-22', '2015-11-12', '2015-11-11', '2'),
(21, 22, 'E3R', 'ELM_E3R-L-B', 'E3R-L-B', 'E3R L B. 3\" Round LED Adjustable Downlight. Flangless Bevel', 1, 0, '', '2700K, 3000K, 3500K, 1800K-3050K Warm Dimming, 1650K-4000K Programmable White', '80+, 90+, 98+', '12, 13, 14, 15, 18W', '675, 725, 800, 1019, 1075, 1200, 1500LM', '', '0-10V, ELV, DMX, Bluetooth', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with Element’s Unique patented high-low lamp positioning. The innovative Design allows the LED to be positioned closer to the aperture For maximum light output and efficiency or higher to minimize Glare and flash on the trim. Additional adjustability allows For tool-free hot aiming including 0°- 40° tilt and 361° rotation To eliminate dead spots. All aiming functions are lockable.\n\nAlso available as a fixed downlight. Wood ceiling option Allows for a smooth, flangeless appearance using any Flangeless trim.\n\nElement offers three led options that allow specifiers to Choose the led source they value most based on output, Quality of light, color and more. These are in addition to The highly efficacious, performance based citizen led option.\n\n– Xicato module featuring corrected cold Phosphor technology – Lumenetix warm dim mimicking halogen allowing Dimming along the black body curve (3000k dimming To 1800k) – Lumenetix programmable white allowing the end-user/ Designer to select a range of white light along the Black body curve or adjust saturation and hue for Points off the curve. Controllable with Bluetooth, DMX, or 0-10v lines as standard protocols.\n\nTRIMS\n Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes.\n\nAccommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n Airtight IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  IC suitable for insulation rating up to R60  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2016-04-22', '2015-11-13', '2015-11-11', '2'),
(22, 22, 'E3R', 'ELM_E3R-L-F', 'E3R-L-F', 'E3R L F. 3\" Round LED Adjustable Downlight Flangless Flat.', 0, 0, '', '2700K, 3000K, 3500K', '80+, 90+', '12, 18W', '800, 1200LM', '', '0-10V, ELV', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with element’s unique patented high-low lamp positioning. The innovative design allows the LED to be positioned closer to the aperture for maximum light output and efficiency or higher to minimize glare and flash on the trim. Additional adjustability allows for tool-free hot aiming including 0°- 40° tilt and 361° rotation to eliminate dead spots. All aiming functions are lockable. Also available as a fixed downlight. Wood ceiling option allows for a smooth, flangeless appearance using any flangeless trim.\n\nLAMPING & OPTICS\n High Output\n- 1500 / 1200 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI) Low Output\n- 1000 / 800 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI)  CA Title 24 Compliant with 90 CRI versions  2700K, 3000K, 3500K with 3-step color binning  Field-changeable optic\n15°, 25°, 40° (CBCP\n5618, 3856, 1575 respectively). Accepts two optical controls and an optional trim mounted lens POWER / POWER SUPPLY\n High Output\n18 watts. Low Output\n12 watts  Constant current driver with +.9 power factor and +80% efficiency  Dimmable with ELV or incandescent dimmer to 2%-15% depending on dimmer; see ELEMENT-Lighting.com for compatibility  Optional Lutron Hi-Lume™ driver – HL2W / PWM – Two wire low-voltage electronic dimming – HL3W / ECO – Three wire dimming of Lutron Eco-System®  Optional 0-10V dimming  Consult Quotes Dept for alternate or custom driver selections TRIMS  Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes. Accommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2015-10-22', '2015-11-13', '0000-00-00', ''),
(23, 22, 'E3S', 'ELM_E3S-F-B', 'E3S-F-B', 'E3S F B. 3\" Square LED Adjustable Downlight Flanged Bevel.', 0, 0, '', '2700K, 3000K, 3500K', '80+, 90+', '12, 18W', '800, 1200LM', '', '0-10V, ELV, Lutron Hi-Lume, Eco-System', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with element’s unique patented high-low lamp positioning. The innovative design allows the LED to be positioned closer to the aperture for maximum light output and efficiency or higher to minimize glare and flash on the trim. Additional adjustability allows for tool-free hot aiming including 0°- 40° tilt and 361° rotation to eliminate dead spots. All aiming functions are lockable. Also available as a fixed downlight. Wood ceiling option allows for a smooth, flangeless appearance using any flangeless trim.\n\nLAMPING & OPTICS\n High Output\n- 1500 / 1200 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI) Low Output\n- 1000 / 800 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI)  CA Title 24 Compliant with 90 CRI versions  2700K, 3000K, 3500K with 3-step color binning  Field-changeable optic\n15°, 25°, 40° (CBCP\n5618, 3856, 1575 respectively). Accepts two optical controls and an optional trim mounted lens POWER / POWER SUPPLY\n High Output\n18 watts. Low Output\n12 watts  Constant current driver with +.9 power factor and +80% efficiency  Dimmable with ELV or incandescent dimmer to 2%-15% depending on dimmer; see ELEMENT-Lighting.com for compatibility  Optional Lutron Hi-Lume™ driver – HL2W / PWM – Two wire low-voltage electronic dimming – HL3W / ECO – Three wire dimming of Lutron Eco-System®  Optional 0-10V dimming  Consult Quotes Dept for alternate or custom driver selections TRIMS  Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes. Accommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2015-10-22', '2015-11-13', '0000-00-00', ''),
(24, 22, 'E3S', 'ELM_E3S-F-F', 'E3S-F-F', 'E3S F F. 3\" Square LED Adjustable Downlight Flanged Flat.', 0, 0, '', '2700K, 3000K, 3500K', '80+, 90+', '12, 18W', '800, 1200LM', '', '0-10V, ELV, Lutron Hi-Lume, Eco-System', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with element’s unique patented high-low lamp positioning. The innovative design allows the LED to be positioned closer to the aperture for maximum light output and efficiency or higher to minimize glare and flash on the trim. Additional adjustability allows for tool-free hot aiming including 0°- 40° tilt and 361° rotation to eliminate dead spots. All aiming functions are lockable. Also available as a fixed downlight. Wood ceiling option allows for a smooth, flangeless appearance using any flangeless trim.\n\nLAMPING & OPTICS\n High Output\n- 1500 / 1200 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI) Low Output\n- 1000 / 800 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI)  CA Title 24 Compliant with 90 CRI versions  2700K, 3000K, 3500K with 3-step color binning  Field-changeable optic\n15°, 25°, 40° (CBCP\n5618, 3856, 1575 respectively). Accepts two optical controls and an optional trim mounted lens POWER / POWER SUPPLY\n High Output\n18 watts. Low Output\n12 watts  Constant current driver with +.9 power factor and +80% efficiency  Dimmable with ELV or incandescent dimmer to 2%-15% depending on dimmer; see ELEMENT-Lighting.com for compatibility  Optional Lutron Hi-Lume™ driver – HL2W / PWM – Two wire low-voltage electronic dimming – HL3W / ECO – Three wire dimming of Lutron Eco-System®  Optional 0-10V dimming  Consult Quotes Dept for alternate or custom driver selections TRIMS  Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes. Accommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2015-10-22', '2015-11-13', '0000-00-00', ''),
(25, 22, 'E3S', 'ELM_E3S-L-B', 'E3S-L-B', 'E3S L B. 3\" Square LED Adjustable Downlight Flangless Bevel.', 0, 0, '', '2700K, 3000K, 3500K', '80+, 90+', '12, 18W', '800, 1200LM', '', '0-10V, ELV, Lutron Hi-Lume, Eco-System', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with element’s unique patented high-low lamp positioning. The innovative design allows the LED to be positioned closer to the aperture for maximum light output and efficiency or higher to minimize glare and flash on the trim. Additional adjustability allows for tool-free hot aiming including 0°- 40° tilt and 361° rotation to eliminate dead spots. All aiming functions are lockable. Also available as a fixed downlight. Wood ceiling option allows for a smooth, flangeless appearance using any flangeless trim.\n\nLAMPING & OPTICS\n High Output\n- 1500 / 1200 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI) Low Output\n- 1000 / 800 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI)  CA Title 24 Compliant with 90 CRI versions  2700K, 3000K, 3500K with 3-step color binning  Field-changeable optic\n15°, 25°, 40° (CBCP\n5618, 3856, 1575 respectively). Accepts two optical controls and an optional trim mounted lens POWER / POWER SUPPLY\n High Output\n18 watts. Low Output\n12 watts  Constant current driver with +.9 power factor and +80% efficiency  Dimmable with ELV or incandescent dimmer to 2%-15% depending on dimmer; see ELEMENT-Lighting.com for compatibility  Optional Lutron Hi-Lume™ driver – HL2W / PWM – Two wire low-voltage electronic dimming – HL3W / ECO – Three wire dimming of Lutron Eco-System®  Optional 0-10V dimming  Consult Quotes Dept for alternate or custom driver selections TRIMS  Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes. Accommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2015-10-22', '2015-11-13', '0000-00-00', ''),
(26, 22, 'E3S', 'ELM_E3S-L-F', 'E3S-L-F', 'E3S L F. 3\" Square LED Adjustable Downlight Flangless Flat.', 0, 0, '', '2700K, 3000K, 3500K', '80+, 90+', '12, 18W', '800, 1200LM', '', '0-10V, ELV, Lutron Hi-Lume, Eco-System', '120V, 240, 277V', 'Narow, Medium, Flood', 'Small aperture led downlight fully adjustable with element’s unique patented high-low lamp positioning. The innovative design allows the LED to be positioned closer to the aperture for maximum light output and efficiency or higher to minimize glare and flash on the trim. Additional adjustability allows for tool-free hot aiming including 0°- 40° tilt and 361° rotation to eliminate dead spots. All aiming functions are lockable. Also available as a fixed downlight. Wood ceiling option allows for a smooth, flangeless appearance using any flangeless trim.\n\nLAMPING & OPTICS\n High Output\n- 1500 / 1200 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI) Low Output\n- 1000 / 800 net lumens at 3000K (80 CRI / 90 CRI) - 83 / 67 net lumens per watt at 3000K (80 CRI / 90 CRI)  CA Title 24 Compliant with 90 CRI versions  2700K, 3000K, 3500K with 3-step color binning  Field-changeable optic\n15°, 25°, 40° (CBCP\n5618, 3856, 1575 respectively). Accepts two optical controls and an optional trim mounted lens POWER / POWER SUPPLY\n High Output\n18 watts. Low Output\n12 watts  Constant current driver with +.9 power factor and +80% efficiency  Dimmable with ELV or incandescent dimmer to 2%-15% depending on dimmer; see ELEMENT-Lighting.com for compatibility  Optional Lutron Hi-Lume™ driver – HL2W / PWM – Two wire low-voltage electronic dimming – HL3W / ECO – Three wire dimming of Lutron Eco-System®  Optional 0-10V dimming  Consult Quotes Dept for alternate or custom driver selections TRIMS  Die cast aluminum, flanged or flangeless ceiling appearance  Lensed and shower aperture includes Solite™ soft focus lens  White can be field painted to match adjacent finishes. Accommodates up to 2.5\" drywall ceiling thickness, depending on trim  Wood ceiling option accommodates variable ceiling thickness.\n\nConsult instructions for details.\n\nHOUSING\n IC / Non-IC / Chicago Plenum\n11.5\" x 17.5\" x 6\"  Emergency Battery (IC / Non-IC / Chicago Plenum)\n11.5\" x 20.5\" x 6.6\"  Emergency Housing\nAdjustable LED housing with integrated emergency battery back-up. Provides 1000 net lumens for up to 110 minutes in emergency mode. Ships complete with a remote mounted test switch and indicator light.\n\n Constructed of heavy gauge cold rolled steel with durable matte black powder coat finish  3-7/8\" ceiling opening, offset  Includes integral junction box approved for branch circuit through wiring  ETL listed. Damp listed. Shower version wet listed.', 'http://www.element-lighting.com/Products/Details/3-LED-Adjustable-Downlight', 'http://images.techlighting.com//Configurator/2/specsheets/3in_LED_adj_down.pdf', '2015-10-22', '2015-11-13', '0000-00-00', ''),
(27, 5, 'T254L', 'JNO_T254L-G2', 'T254L-G2', 'T254L-G2. Trac-Master® Cylindra™.', 1, 1, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+, Enhanced Spectrum', '18/19W', '740-1438LM', '50,000 Hours', 'ELV', '120V', 'spot, narrow flood or flood', 'The Cylindra™ 18W/19W LED approximates the light output and distribution of 75W PAR30 halogen lamps, utilizing approximately 1/4 of the energy and having a rated life of 50,000 hours. Available in 2700K, 3000K, 3500K and 4000K color temperatures with a minimum 80 CRI. Optional high CRI versions are available in 2700K or 3000K with a minimum 90 CRI and R9 greater than 50. There are also Enhanced Spectrum versions to bring out color depth in retail goods, artwork, etc. The contemporary styling of the Cylindra LED enables it to subtly enhance practically any decor without diverting attention from the surrounding environment. Soft curved surfaces combine with clean, crisp edges to provide a uniquely attractive aesthetic. Cylindra’s integral, bayonet-mounted accessory holder accommodates up to two accessories if desired.\r\n\r\n\r\n\r\nConstruction\r\n\r\nDie cast aluminum housing provides outstanding thermal management of LED, yielding 70% average lumen maintenance at 50,000 hours of operation  Fashionable, elegant design complements any decor  Available in white, black and silver painted finishes.\r\n\r\n\r\n\r\nLED\r\n\r\nHigh performance LED array provides outstanding reliability, performance and color quality/consistency  2700K, 3000K, 3500K or 4000K white phosphor high performance LEDs  Chromaticity range within a 3-step MacAdam Ellipse  Exceptional 80 CRI minimum on a standard product  Optional high CRI 2700K and 3000K versions offer 90 CRI minimum with a R9 value greater than 50  Optional 2700K, 3000K and 3500K Enhanced Spectrum versions, which operate at 19W, offer color quality scale (CQS) scores of 90+ to make colors pop.\r\n\r\n\r\n\r\nDriver\r\n\r\nConcealed in rear housing to minimize overall fixture footprint  Provides quiet operation with or without dimming  Dimmable using high quality reverse phase electronic low voltage (ELV) dimmers – contact factory for a list of Juno approved dimmers – see D1.3.35.DIM  Solid state electronic, Class 2 compliant  Integral overcurrent and short circuit protection  Designed for greater than 50,000 hour operating life  FCC Certified to Part 15 Class B EMI standards.\r\n\r\n\r\n\r\nOptics\r\n\r\nInterchangeable computer-designed custom faceted reflectors available in three factory-configured beam spreads  One reflector provided with fixture (as specified in catalog number)  Accessory reflectors available to enable beam changes in the field  Beam patterns can be altered as desired using a variety of available light control accessories.\r\n\r\n\r\n\r\nAdapter\r\n\r\nCopper alloy contacts provide precise spring action - no arcing and will not take a set  True, positive electrical ground  On/off switch included  Patented embossed polarity arrows on bottom of adapter  Spring-loaded positive latch with embossed polarity arrows secures trac fixture to trac  “Pull-up” contact to up position for two-circuit application.\r\n\r\n\r\n\r\nAccessory Holder\r\n\r\nIntegral to fixture design  Die cast aluminum construction  Precision bayonet mounting  Accommodates up to two accessories if desired.\r\n\r\n\r\n\r\nAiming\r\n\r\n360° horizontal coverage  105° vertical aiming capability.\r\n\r\n\r\n\r\nLabels\r\n\r\nUL and C-UL Listed  ENERGY STAR® and DesignLights Consortium® qualified (except Enhanced Spectrum versions).\r\n\r\n\r\n\r\nWarranty\r\n\r\nWarranty period is 5 years from date of purchase  Standard Juno Lighting Group product guarantee terms and conditions apply.\r\n\r\n\r\n\r\nProduct specifications subject to change without notice.', 'http://www.acuitybrands.com/products/detail/658075/Juno/T254L-Trac-Head/Trac-Master-Cylindra-LED-Trac-Head', 'http://www.acuitybrands.com/products/detail/658075/Juno/T254L-Trac-Head/Trac-Master-Cylindra-LED-Trac-Head/-/media/products/Juno/658075/document/T254L-G2-D1_3_35G2_pdf.pdf', '2015-12-10', '2016-02-03', '0000-00-00', ''),
(28, 5, 'T257L', 'JNO_T257L', 'T257L', 'T257. Trac-Master® Cylindra™.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '70W', '4045-4467LM', '50,000 Hours', 'ELV', '120V', 'Wallwash, flood', 'The 70W T257LED wall wash/flood trac fixture delivers a powerful and uniform punch of light, utilizing less energy than a similar CMH fixture and offering up to 4 times the rated life. Its sleek, shallow profile enables it to virtually blend in with the trac. Operating at only 70W, it is able to deliver up to 4467 lumens, yielding an efficacy of up to 64 lumens per watt. Its unique thermal management design yields a maintenance-free 50,000 hours service life at 70% lumen maintenance. Available in 2700K, 3000K, 3500K and 4000K color temperatures, the white-light T257LED wall wash/flood fixture is compatible with all Juno line voltage trac.\r\n\r\nHousing\r\nRobust extruded aluminum channel with die cast aluminum end caps  Custom designed concealed heat sink provides outstanding thermal management, yielding 70% average lumen maintenance at 50,000 hours of operation  Rich, textured paint available in white, black and silver painted finishes.\r\n\r\nLED\r\nNichia LEDs provide outstanding reliability, performance and color quality/consistency  White phosphor high brightness LEDs in 2700K, 3000K, 3500K or 4000K color temperatures  High CRI of 80 minimum.\r\n\r\nDriver\r\nConcealed in rear housing to minimize overall fixture footprint  Solid state electronic, Class 2 compliant  Integral overcurrent and short circuit protection  FCC Part 15 Class B rated.\r\n\r\nDimming\r\nStandard version is not dimmable  Optional dimming version available – see Factory Options section  May be dimmed with a wide variety of reverse phase electronic low voltage (ELV) dimmers approved by Juno – see T257LED-DIM.\r\n\r\nLens\r\nShields LEDs and optical components from dust and other contaminants  Matte inner surface creates a diffuse, uniform beam pattern.\r\n\r\nAiming\r\n90? vertical aiming capability.\r\n\r\nPower Connection\r\nAttaches to trac via two standard trac adapters, one of which contains electrical contacts.\r\n\r\nAdapter\r\nCopper alloy contacts provide precise spring action – no arcing and will not take a set  True, positive electrical ground  On/off switch included  Patented embossed polarity arrows on bottom of adapter  Spring-loaded positive latch with embossed polarity arrows secures trac light to trac  Two position power contact provided for two-circuit trac application.\r\n\r\nLabels\r\nUL and C-UL Listed.\r\n\r\nWarranty\r\nWarranty period is 5 years from date of purchase  Standard Juno Lighting Group product guarantee terms and conditions apply.\r\n\r\nProduct specifications subject to change without notice.', 'http://www.acuitybrands.com/products/detail/661454/Juno/T257L-Trac-Head/Trac-Master-LED-70W-Wall-Wash-Flood-Trac-Fixture', 'http://www.acuitybrands.com/products/detail/661454/Juno/T257L-Trac-Head/Trac-Master-LED-70W-Wall-Wash-Flood-Trac-Fixture/-/media/products/Juno/661454/document/D1_6_6_pdf.pdf', '2015-12-10', '2016-02-03', '0000-00-00', ''),
(29, 5, 'T262L', 'JNO_T262L', 'T262L', 'T262L. Trac-Master® Avant Garde Conix® II.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+', '24W', '1060-1568LM', '50,000 Hours', 'ELV', '120V', 'spot, narrow flood or flood', 'The sleek sculpted aesthetic of the Conix II LED fixtures is unparalleled in the industry. Their elegance is carried through the entire design for a fresh, contemporary appeal. The 24W Conix II LED fixtures have integral reflectors which enable uniform spot, flood or narrow flood distributions to be achieved. These lampholders have an integral, bayonet-mounted accessory holder that accommodates up to two accessories if desired in place of the clear glass lens provided. The 24W Conix II LED can deliver up to 1563 lumens, utilizing less than 1/3 of the energy of halogen equivalents and having a rated life of 50,000 hours. Available in 2700K, 3000K, 3500K and 4000K color temperatures, the white-light 24W Conix II LED is compatible with all Juno line voltage trac and standard adapter accessories.\r\n\r\nRODUCT SPECIFICATIONS\r\nConstruction All-metal housing and custom designed concealed heat sink provides outstanding thermal management, yielding 70% average lumen maintenance at 50,000 hours of operation  Passively-cooled design – no moving parts to break or wear-out  Extruded aluminum vertically mounted LED driver housing  Concealed fixture wiring for a clean aesthetic  Fashionable, elegant design complements any decor  Available in white, black and silver painted finishes.\r\n\r\nLED Citizen LED array provides outstanding reliability, performance and color quality/consistency  2700K, 3000K, 3500K or 4000K white phosphor high performance LEDs  Chromaticity range within a 3-step MacAdam Ellipse  80 CRI minimum on standard product  Optional high versions offer 90 CRI minimum.\r\n\r\nDriver Assembled in a side-mount vertical housing to minimize overall fixture footprint  Insulating air gap between driver and LED light engine optimizes thermal operation  Provides quiet operation with or without dimming  Solid state electronic, Class 2 compliant  Integral overcurrent and short circuit protection  Class B FCC Part 15 rated.\r\n\r\nDimming Non-dimming and dimming fixture versions available - see Ordering Information section to configure desired catalog number  Dimming fixture versions may be dimmed with a wide variety of reverse phase electronic low voltage (ELV) dimmers approved by Juno - see D1.3.39.DIM.\r\n\r\nReflector Precision designed custom reflector provides either spot, narrow flood or flood beam distributions  Faceted/dimpled reflector ensures a properly color-mixed beam  Accessory reflectors available to convert from one beam distribution to another in the field.\r\n\r\nAccessory Holder Integral to fixture design  Die cast aluminum construction  Precision bayonet mounting  Accommodates up to two accessories if desired.\r\n\r\nAiming 360° horizontal coverage  Greater than 90° vertical aiming capability.\r\n\r\nLabels UL and C-UL Listed  ENERGY STAR® Qualified  DesignLights™ Consortium Qualified (except 2700K versions).\r\n\r\nWarranty Warranty period is 5 years from date of purchase  Standard Juno Lighting Group product guarantee terms and conditions apply.\r\n\r\nProduct specifications subject to change without notice.', 'http://www.acuitybrands.com/products/detail/663183/Juno/T262L-Trac-Head/Trac-Master-Conix-II-LED-Trac-Head', 'http://www.acuitybrands.com/products/detail/663183/Juno/T262L-Trac-Head/Trac-Master-Conix-II-LED-Trac-Head/-/media/products/Juno/663183/document/D1_3_39G2_pdf.pdf', '2014-12-17', '2016-02-03', '0000-00-00', ''),
(30, 23, 'NOV', 'LWX_NOVRF14', 'NOVRF14', 'NOVRF14. NOVA 14 LED FLAT.', 0, 0, '', '3000K, 3500K, 4000K', '80+, 90+,', '23, 32, 42W', '2300, 3200, 4200LM', '60,000 Hours', '0-10V, Dali, Lutron Hi-Lume A - 2 wires 120V, Lutron Hi-Lume A - 3 wires /EcoS, Lutron EcoSystem H, Lutron EcoSystem 5', '120V-277V, 347V', 'Volumetric', 'Nova is an efficient architectural LED troffer with a distinctive luminous shielding that distributes gentle brightness from the sides of its central optical element. Using advanced LED engines, Nova provides highly efficient illumination and offers comprehensive ceiling, electrical, and controls options in 2x2, 1x4, and 2x4 sizes. Nova is available with both Flat and Slope side diffusers.\r\n\r\n\r\n\r\nSee separate spec sheets for other available mountings.\r\n\r\n\r\n\r\nOPTICS\r\n\r\nCENTER LENS - PRECISION MICRO-PRISM-OPTIC (PMO) - utilizes a specially designed catadioptric lens that combines refraction and internal reflection. The square-base prism is 24% the size of those used in a high-performance fluorescent lens. The exclusive two-dimensional array of prisms is designed to eliminate the glare found at higher viewing angles and as such, enables a glare cut-off at a 45º viewing angle.\r\n\r\n\r\n\r\nThe acrylic material itself is untinted, relying entirely on catadioptric control for effective source obscuration. A highly efficient TIR process at the acrylic-air interface on the prism surfaces redirects incident light with less than a 0.1% loss per reflection. As a result, these LumenWerx optics attain a high optical efficiency greater than 90%, while maintaining visual comfort at normal viewing angles and presenting a pleasing luminous appearance.\r\n\r\n\r\n\r\nSIDE LENS - HIGH EFFICIENCY LAMBERTIAN OPTIC (HLO) - shielding of diffusing 0.075\" thick acrylic with up to 88% transmission and good source obscuration.\r\n\r\n\r\n\r\nLIGHT SOURCE - LED\r\n\r\nCustom Linear array of mid-flux LED’s are mounted directly to the housing for optimal thermal performance. Available in 3000K, 3500K and 4000K with a minimum 80 CRI and an option for 90 CRI with elevated R9 value. Color consistency maintained to within 3 SDCM. LEDs operated at reduced drive current to optimize efficacy and lumen maintenance.\r\n\r\n\r\n\r\nAll LEDs have been tested in accordance with IESNA LM-80-08 and the results have shown L80 lumen maintenance greater than 60,000 hours. Absolute product photometry is measured and presented in accordance with IESNA LM-79, unless otherwise indicated.\r\n\r\n\r\n\r\nELECTRICAL\r\n\r\nFactory-set adjustable output current electronic driver with 120-277V AC line input.\r\n\r\n\r\n\r\nDimmable from at least 100%-5% with 0-10V control. Rated life (90% survivorship) of 50,000 hours at 50ºC max. ambient (and 70ºC max. case) temperature. At maximum driver load\r\n\r\nEfficiency>84%, PF>0.9, THD', 'http://lumenwerx.com/en/product-line/nova/', '', '2016-02-02', '2016-02-05', '0000-00-00', ''),
(31, 23, 'NOV', 'LWX_NOVRF22', 'NOVRF22', 'NOVRF22. NOVA 22 LED FLAT.', 0, 0, '', '3000K, 3500K, 4000K', '80+, 90+,', '20, 29, 38W', '2300, 3200, 4200LM', '60,000 Hours', '0-10V, Dali, Lutron Hi-Lume A - 2 wires 120V, Lutron Hi-Lume A - 3 wires /EcoS, Lutron EcoSystem H, Lutron EcoSystem 5', '120V-277V, 347V', 'Volumetric', 'Nova is an efficient architectural LED troffer with a distinctive luminous shielding that distributes gentle brightness from the sides of its central optical element. Using advanced LED engines, Nova provides highly efficient illumination and offers comprehensive ceiling, electrical, and controls options in 2x2, 1x4, and 2x4 sizes. Nova is available with both Flat and Slope side diffusers.\r\n\r\n\r\n\r\nSee separate spec sheets for other available mountings.\r\n\r\n\r\n\r\nOPTICS\r\n\r\nCENTER LENS - PRECISION MICRO-PRISM-OPTIC (PMO) - utilizes a specially designed catadioptric lens that combines refraction and internal reflection. The square-base prism is 24% the size of those used in a high-performance fluorescent lens. The exclusive two-dimensional array of prisms is designed to eliminate the glare found at higher viewing angles and as such, enables a glare cut-off at a 45º viewing angle.\r\n\r\n\r\n\r\nThe acrylic material itself is untinted, relying entirely on catadioptric control for effective source obscuration. A highly efficient TIR process at the acrylic-air interface on the prism surfaces redirects incident light with less than a 0.1% loss per reflection. As a result, these LumenWerx optics attain a high optical efficiency greater than 90%, while maintaining visual comfort at normal viewing angles and presenting a pleasing luminous appearance.\r\n\r\n\r\n\r\nSIDE LENS - HIGH EFFICIENCY LAMBERTIAN OPTIC (HLO) - shielding of diffusing 0.075\" thick acrylic with up to 88% transmission and good source obscuration.\r\n\r\n\r\n\r\nLIGHT SOURCE - LED\r\n\r\nCustom Linear array of mid-flux LED’s are mounted directly to the housing for optimal thermal performance. Available in 3000K, 3500K and 4000K with a minimum 80 CRI and an option for 90 CRI with elevated R9 value. Color consistency maintained to within 3 SDCM. LEDs operated at reduced drive current to optimize efficacy and lumen maintenance.\r\n\r\n\r\n\r\nAll LEDs have been tested in accordance with IESNA LM-80-08 and the results have shown L80 lumen maintenance greater than 60,000 hours. Absolute product photometry is measured and presented in accordance with IESNA LM-79, unless otherwise indicated.\r\n\r\n\r\n\r\nELECTRICAL\r\n\r\nFactory-set adjustable output current electronic driver with 120-277V AC line input.\r\n\r\n\r\n\r\nDimmable from at least 100%-5% with 0-10V control. Rated life (90% survivorship) of 50,000 hours at 50ºC max. ambient (and 70ºC max. case) temperature. At maximum driver load\r\n\r\nEfficiency>84%, PF>0.9, THD', 'http://lumenwerx.com/en/product-line/nova/', '', '2016-02-02', '2016-02-05', '0000-00-00', ''),
(32, 23, 'NOV', 'LWX_NOVRS22', 'NOVRS22', 'NOVRS22. NOVA 22 LED SLOPE.', 0, 0, '', '3000K, 3500K, 4000K', '80+, 90+,', '20, 29, 38W', '2300, 3200, 4200LM', '60,000 Hours', '0-10V, Dali, Lutron Hi-Lume A - 2 wires 120V, Lutron Hi-Lume A - 3 wires /EcoS, Lutron EcoSystem H, Lutron EcoSystem 5', '120V-277V, 347V', 'Volumetric', 'Nova is an efficient architectural LED troffer with a distinctive luminous shielding that distributes gentle brightness from the sides of its central optical element. Using advanced LED engines, Nova provides highly efficient illumination and offers comprehensive ceiling, electrical, and controls options in 2x2, 1x4, and 2x4 sizes. Nova is available with both Flat and Slope side diffusers.\r\n\r\n\r\n\r\nSee separate spec sheets for other available mountings.\r\n\r\n\r\n\r\nOPTICS\r\n\r\nCENTER LENS - PRECISION MICRO-PRISM-OPTIC (PMO) - utilizes a specially designed catadioptric lens that combines refraction and internal reflection. The square-base prism is 24% the size of those used in a high-performance fluorescent lens. The exclusive two-dimensional array of prisms is designed to eliminate the glare found at higher viewing angles and as such, enables a glare cut-off at a 45º viewing angle.\r\n\r\n\r\n\r\nThe acrylic material itself is untinted, relying entirely on catadioptric control for effective source obscuration. A highly efficient TIR process at the acrylic-air interface on the prism surfaces redirects incident light with less than a 0.1% loss per reflection. As a result, these LumenWerx optics attain a high optical efficiency greater than 90%, while maintaining visual comfort at normal viewing angles and presenting a pleasing luminous appearance.\r\n\r\n\r\n\r\nSIDE LENS - HIGH EFFICIENCY LAMBERTIAN OPTIC (HLO) - shielding of diffusing 0.075\" thick acrylic with up to 88% transmission and good source obscuration.\r\n\r\n\r\n\r\nLIGHT SOURCE - LED\r\n\r\nCustom Linear array of mid-flux LED’s are mounted directly to the housing for optimal thermal performance. Available in 3000K, 3500K and 4000K with a minimum 80 CRI and an option for 90 CRI with elevated R9 value. Color consistency maintained to within 3 SDCM. LEDs operated at reduced drive current to optimize efficacy and lumen maintenance.\r\n\r\n\r\n\r\nAll LEDs have been tested in accordance with IESNA LM-80-08 and the results have shown L80 lumen maintenance greater than 60,000 hours. Absolute product photometry is measured and presented in accordance with IESNA LM-79, unless otherwise indicated.\r\n\r\n\r\n\r\nELECTRICAL\r\n\r\nFactory-set adjustable output current electronic driver with 120-277V AC line input.\r\n\r\n\r\n\r\nDimmable from at least 100%-5% with 0-10V control. Rated life (90% survivorship) of 50,000 hours at 50ºC max. ambient (and 70ºC max. case) temperature. At maximum driver load\r\n\r\nEfficiency>84%, PF>0.9, THD', 'http://lumenwerx.com/en/product-line/nova/', '', '2016-02-02', '2016-02-05', '0000-00-00', ''),
(33, 23, 'NOV', 'LWX_NOVRS14', 'NOVRS14', 'NOVRS14. NOVA 14 LED SLOPE.', 0, 0, '', '3000K, 3500K, 4000K', '80+, 90+,', '23, 32, 42W', '2300, 3200, 4200LM', '60,000 Hours', '0-10V, Dali, Lutron Hi-Lume A - 2 wires 120V, Lutron Hi-Lume A - 3 wires /EcoS, Lutron EcoSystem H, Lutron EcoSystem 5', '120V-277V, 347V', 'Volumetric', 'Nova is an efficient architectural LED troffer with a distinctive luminous shielding that distributes gentle brightness from the sides of its central optical element. Using advanced LED engines, Nova provides highly efficient illumination and offers comprehensive ceiling, electrical, and controls options in 2x2, 1x4, and 2x4 sizes. Nova is available with both Flat and Slope side diffusers.\r\n\r\n\r\n\r\nSee separate spec sheets for other available mountings.\r\n\r\n\r\n\r\nOPTICS\r\n\r\nCENTER LENS - PRECISION MICRO-PRISM-OPTIC (PMO) - utilizes a specially designed catadioptric lens that combines refraction and internal reflection. The square-base prism is 24% the size of those used in a high-performance fluorescent lens. The exclusive two-dimensional array of prisms is designed to eliminate the glare found at higher viewing angles and as such, enables a glare cut-off at a 45º viewing angle.\r\n\r\n\r\n\r\nThe acrylic material itself is untinted, relying entirely on catadioptric control for effective source obscuration. A highly efficient TIR process at the acrylic-air interface on the prism surfaces redirects incident light with less than a 0.1% loss per reflection. As a result, these LumenWerx optics attain a high optical efficiency greater than 90%, while maintaining visual comfort at normal viewing angles and presenting a pleasing luminous appearance.\r\n\r\n\r\n\r\nSIDE LENS - HIGH EFFICIENCY LAMBERTIAN OPTIC (HLO) - shielding of diffusing 0.075\" thick acrylic with up to 88% transmission and good source obscuration.\r\n\r\n\r\n\r\nLIGHT SOURCE - LED\r\n\r\nCustom Linear array of mid-flux LED’s are mounted directly to the housing for optimal thermal performance. Available in 3000K, 3500K and 4000K with a minimum 80 CRI and an option for 90 CRI with elevated R9 value. Color consistency maintained to within 3 SDCM. LEDs operated at reduced drive current to optimize efficacy and lumen maintenance.\r\n\r\n\r\n\r\nAll LEDs have been tested in accordance with IESNA LM-80-08 and the results have shown L80 lumen maintenance greater than 60,000 hours. Absolute product photometry is measured and presented in accordance with IESNA LM-79, unless otherwise indicated.\r\n\r\n\r\n\r\nELECTRICAL\r\n\r\nFactory-set adjustable output current electronic driver with 120-277V AC line input.\r\n\r\n\r\n\r\nDimmable from at least 100%-5% with 0-10V control. Rated life (90% survivorship) of 50,000 hours at 50ºC max. ambient (and 70ºC max. case) temperature. At maximum driver load\r\n\r\nEfficiency>84%, PF>0.9, THD', 'http://lumenwerx.com/en/product-line/nova/', '', '2016-02-02', '2016-02-05', '0000-00-00', ''),
(34, 23, 'VIA', 'LWX_VIA3PD', 'VIA3PD', 'VIA3PD. VIA 3 LED PENDANT.', 0, 1, '', '3000K, 3500K, 4000K', '80+, 90+,', '4.75-10W/FT', '500, 750, 1000LM/FT', '60,000 Hours', '0-10V, Dali, Lutron Hi-Lume A - 2 wires 120V, Lutron Hi-Lume A - 3 wires /EcoS, Lutron EcoSystem H, Lutron EcoSystem 5', '120V-277V, 347V', 'General', 'Via 3 is a compact linear LED luminaire system for pendant, surface, and recessed or in-wall installation, whether as discrete luminaires, continuous runs, or patterns. Via 3 features numerous high-efficiency optical configurations, including wall wash, asymmetric and offers a wide range of electrical options and trim details.\r\n\r\nSee separate spec sheets for patterns and other mountings.\r\n\r\nOPTICS\r\nHIGH EFFICIENCY LAMBERTIAN OPTIC (HLO) - matte white side reflectors combined with High-Efficiency Lambertian Optic (HLO) shielding of diffusing 0.075\" thick acrylic with up to 88% transmission and good source obscuration. Luminaire brightness is controlled by the flux-to-shielding area ratio.\r\n\r\nLIGHT SOURCE - LED Custom linear array of mid-flux LED\'s are cartridge-mounted with quick-connect wiring to facilitate service and thermal management. Available in 3000K, 3500K and 4000K with a minimum 80 CRI and an option for 90 CRI with elevated R9 value. Color consistency maintained to within 3 SDCM. LEDs operated at reduced drive current to optimize efficacy and lumen maintenance.\r\n\r\nAll LEDs have been tested in accordance with IESNA LM-80-08 and the results have shown L80 lumen maintenance greater than 60,000 hours. Absolute product photometry is measured and presented in accordance with IESNA LM-79, unless otherwise indicated.\r\n\r\nLUMINAIRE LENGTH\r\nVia 3 is made up of standard 2, 3, 4, 5, 8 and 12 foot sections that may be joined together to create longer continuous run lengths. Exact run length must be noted in the product code. The minimum individual section available is 2 foot, and continuous run lengths can be ordered in 2 inch increments.\r\n\r\nAll individual sections are joined together onsite using the joiner kits provided. LumenWerx offers joiner kits that are extremely simple to work with in the field and result in a fixture that appears virtually seamless with no light leak at any connection.\r\n\r\nELECTRICAL\r\nFactory-set adjustable output current electronic driver with 120-277V AC line input.\r\n\r\nDimmable from at least 100%-5% with 0-10V control. Rated life (90% survivorship) of 50,000 hours at 50ºC max. ambient (and 70ºC max. case) temperature. At maximum driver load\r\nEfficiency>84%, PF>0.9, THD', 'http://lumenwerx.com/en/product-line/via-3/', '', '2016-01-10', '2016-02-05', '0000-00-00', ''),
(36, 25, '33', 'BGA_33136', '33136', '33 136. Impact resistant ceiling and wall luminaires. Unshielded.', 1, 0, '', '3000K, 4000K', '85', '26W', '1080LM', '50,000 Hours', '0-10V 120V', '120V-277V', 'General', 'Housing\nOne piece die-cast aluminum with mounting hole for direct attachment to the wall over a 3½\" or 4\" octagonal wiring box. Die castings are marine grade, copper free (? 0.3% copper content) A360.0 aluminum alloy.\n\nEnclosure\nMolded clear glass refractor, 3?16\" thick with internal structure and translucent white ceramic coating retained by one piece die-cast aluminum frame. Frame is secured by four stainless steel captive screws threaded into stainless steel inserts. Fully gasketed for weather tight operation using molded silicone rubber “U-channel” gasket.\n\nElectrical\n26W LED luminaire, 30.6 total system watts, -30°C start temperature. Integral 120V through 277V electronic LED driver, 0-10V dimming for 120V ONLY. LED module(s) are available from factory for easy replacement. Standard LED color temperature is 3000K with an 85 CRI. Available in 4000K (85 CRI); add suffix K4 to order.\n\nNote\nLEDs supplied with luminaire. Due to the dynamic nature of LED technology, LED luminaire data on this sheet is subject to change at the discretion of BEGA-US. For the most current technical data, please refer to www.bega-us.com.\n\nFinish\nAll BEGA standard finishes are polyester powder coat with minimum 3 mil thickness. Available in five standard BEGA colors\nBlack (BLK); White (WHT); Bronze (BRZ); Silver (SLV); Eurocoat™ (URO). To specify, add appropriate suffix to catalog number. Custom colors supplied on special order.\n\nCSA certified to U.S. and Canadian standards for wet locations. Protection class IP65 Weight\n8.0 lbs.\n\nLuminaire Lumens\n1080 Tested in accordance with LM-79-08', 'http://www.bega-us.com/productdetail.aspx?groupid=114a&itemid=6798&familyid=16', 'http://www.bega-us.com/downloads/33136_Sub.pdf', '2014-12-11', '2016-02-06', '0000-00-00', ''),
(37, 25, '33', 'BGA_33405', '33405', '33 405. LED surface wall with crystal glass - one sided light distribution.', 1, 0, '', '3000K, 4000K', '85', '7.1W', '179LM', '50,000 Hours', '0-10V', '120V-277V', 'Flood', '(2) captive, stainless steel set screws threaded into stainless steel inserts. Clear crystal glass lens with diffuse interior coating. Fully gasketed for weather tight operation using a molded silicone rubber gasket.\n\nElectrical\n5.3W LED luminaire, 7.1 total system watts, -30°C start temperature. Integral 120V through 277V electronic LED driver, 0-10V dimming. LED module(s) are available from factory for easy replacement. Standard LED color temperature is 3000K with an >80 CRI. Available in 4000K (>80 CRI); add suffix K4 to order.\n\nNote\nLEDs supplied with luminaire. Due to the dynamic nature of LED technology, LED luminaire data on this sheet is subject to change at the discretion of BEGA-US. For the most current technical data, please refer to www.bega-us.com.\n\nFinish\nAll BEGA standard finishes are polyester powder coat with minimum 3 mil thickness. Available in four standard BEGA colors\nBlack (BLK); White (WHT); Bronze (BRZ); Silver (SLV). To specify, add appropriate suffix to catalog number. Custom colors supplied on special order.\n\nCSA certified to U.S. and Canadian standards, suitable for wet locations. Protection class IP64 Weight\n1.2 lbs.\n\nLuminaire Lumens\n179 Tested in accordance with LM-79-08', 'http://www.bega-us.com/productdetail.aspx?groupid=133405&itemid=6946&familyid=16', 'http://www.bega-us.com/downloads/33405_Sub.pdf', '2014-09-14', '2016-02-06', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(38, 25, '88', 'BGA_88977', '88977', '88 977. Linear element - rectangular w/ tiltable distribution.', 1, 0, '', '3000K, 4000K', '80', '39W', '2388LM', '50,000 Hours', '0-10V', '120V-277V', 'General', 'Post Construction\r\nOne piece thick walled aluminum extrusion with a die-cast end cap at the top and internal, heavy wall cast aluminum support pieces at the pole base. Die castings are marine grade, copper free (? 0.3% copper content) A360.0 aluminum alloy.\r\n\r\nEnclosure\r\nClear safety glass. The lamp enclosure is die-cast and extruded aluminum welded together to form a water tight lamp enclosure. The lens is attached to an aluminum frame that is hinged to the lamp enclosure.\r\n\r\nThe lens frame is secured with stainless steel captive screws threaded into a stainless steel insert. Fully gasketed for weather tight operation using molded silicone rubber gasket. The entire lamp enclosure rotates + 10° from horizontal.\r\n\r\nElectrical\r\nProvided with a quantity of twelve (12) white LEDs, -25°C start temperature, standard LED color temperature is 4000K with a >80 CRI. Available in 3000K (>80 CRI); add suffix K3 to order. Integral electronic 120 V through 277 V LED driver and surge protection, 0-10V dimming.\r\n\r\nNote\r\nDue to the dynamic nature of LED technology, LED luminaire data on this sheet is subject to change at the discretion of BEGA-US. For the most current technical data, please refer to www.bega-us.com.\r\n\r\nAnchor base\r\nSupplied with an 890 C anchorage, consisting of a heavy gauge welded assembly of .157\" thick galvanized steel. The luminair e slip fits over the base and is secured by eight (8) stainless steel fasteners.\r\n\r\nFinish\r\nAll BEGA standard finishes are polyester powder coat with minimum 3 mil thickness. Available in four standard BEGA colors\r\nBlack (BLK); White (WHT); Bronze (BRZ); Silver (SLV). To specify, add appropriate suffix to catalog number.\r\n\r\nCustom colors supplied on special order.\r\n\r\nUL listed for US and Canadian Standards, suitable for wet locations.\r\n\r\nProtection class\r\nIP65.\r\n\r\nLuminaire Lumens\r\n2388 Tested in accordance with LM-79-08', 'http://www.bega-us.com/productdetail.aspx?groupid=150&itemid=6226&familyid=22', 'http://www.bega-us.com/downloads/88977_Sub.pdf', '2015-07-15', '2016-02-06', '0000-00-00', ''),
(39, 26, 'C', 'ALW_CLA', 'CLA', 'CLA. CLARA Suspended.', 1, 0, '', '3000K, 4000K', '80', '5.6W/FT', '522LM/FT', '50,000 Hours', '0-10V dimming 1% Dimming to 1% 0% Premium dimming to 0%, DALI dimming to 0%, DMX dimming to 0%, Lutron Hi-Lume® A L3D EcoSystem® or three-wire control, dimming to 1%', '120V-277V, 347V', 'Direct/Indirect', 'Clara’s hollow, illuminated lensed body provides designers a bold new aesthetic from which to deliver energy-efficient, high performance LED lighting.  A suspended linear model is available in 2?, 4? and 8? joinable sections for continuous rows. An ADA-compliant wall sconce model is available in 2? or 4? lengths and can be mounted horizontally or vertically. And whether you choose a clear or semi-frosted lensed body, Clara delivers 89+ lm/W. Meets DLC QLP requirements; listing pending.\n\n LED HOUSING\n100% recyclable, extruded architectural grade T6061 aluminum with .08\" minimum wall thickness.\n\nELECTRICAL\nRemote drivers are Class 2. LED light engine is LM-80 compliant with 80+ CRI. ETL listed for damp location.\n\nEMERGENCY\nLuminaires can be wired for emergency circuit and/or emergency battery backup. Consult factory for details.\n\n LENSED BODY OPTIONS\nExtruded, impact-resistant acrylic.\n\nThe CLR lensed body is a clear acrylic. NOTE\nIn the CLA suspended model, this clear option produces a faint striation patten on direct- and lateral-facing surfaces within 12\' from the luminaire. There is no striation pattern on wall surfaces with the CLAW wall sconce.\n\nThe SFR lensed body is a semi-frosted (2%) acrylic.\n\nThis option produces smooth, even illumination (no striation pattern) on all surfaces at all distances in both models making it an ideal choice for general area lighting applications.\n\nFINISH\nStandard finish for LED housing is \"Ultimatte\" aluminum — a smooth, clean and durable finish achieved from a deepetch and two-step clear anodizing process.', 'http://www.alwusa.com/product/clara-cla/', '', '2016-02-01', '2016-02-06', '0000-00-00', ''),
(40, 26, 'LP9HY', 'ALW_LP9HY', 'LP9HY', 'LP9HY. LIGHTPLANE 9 HYWIRE.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 95+', '9.5-51W', '790-4090LM', '50,000 Hours', '0-10V dimming 1% Dimming to 1% 0% Premium dimming to 0%, DALI dimming to 0%, DMX dimming to 0%, Lutron Hi-Lume® A L3D EcoSystem® or three-wire control, dimming to 1%', '120V-277V, 347V', 'Narrow, Medium, Wide', 'The Lightplane 9 family of fixtures consists of two parallel aluminum channels approximately 9 inches across. Gimbal ring downlights attach between the extrusions in a hardwired design. The minimal, 1? frame is deal for display, retail, or low profile applications where point source and direct downlight is key. Non-conductive, stainless steel wall-to-wall cable mounting is ideal for areas where ceiling access is limited. Hywire units lay in a parallel configuration, between the cables. Multi-conductor power feed cables tie on to stainless cable, linking power from wall to individual Lightplane 9 units along span. For Photometry, download individual downlight file.\n\nREPLACEMENT LAMPS\nMR16/LED GU5.3 base for retrofitting with MR16 LED (lamps not included) Lamp transformer and compatibility shall be checked by others.\n\nALW will provide transformer information on submittal drawings.\n\nCZEN800 LED COB downlight, 9.5 W, 790 lm, 40° beam, 3000K CZEN1000 LED COB downlight, 12.7 W 1040 lm, 40° beam, 3000K CZEN12002 LED COB downlight, 15 W 1275 lm, 60° beam, 3000K CZEN15002 LED COB downlight, 21 W 1550 lm, 60° beam, 3000K CZEN26002 LED COB downlight, 27.6 W 2620 lm, 60° beam, 3000K CZEN41002 LED COB downlight, 51W 4090 lm, 60° beam, 3000K PAR20 Retrofit PAR 20 module for halogen OR LED retrofit lamps PAR30 Retrofit PAR 30 module for halogen OR LED retrofit lamps AR111 Retrofit AR11 module for halogen OR LED retrofit lamps 3. ACCENT DOWNLIGHT\n2Standard with solite lens, no additional Accessory Options available lm = raw lumens; Watts include driver loss.\n\n..MPCZEN12003 MULTIPLEX LED COB, 15 W 1275 lm 3000K 3500K 4000K MPCZEN15003 MULTIPLEX LED COB ,21 W 1550 lm 3000K 3500K 4000K MPCZEN26003 MULTIPLEX LED COB, 27.6 W 2620 lm 3000K 3500K 4000K Select COOLING Option\nA Active Cooling (Fan) / P Passive Cooling (Add\'l heat sink) MPXSM80-9003 MULTIPLEX LED Xicato module, 13.5W 930 lm 3000K 3500K 4000K MPXSM80-14003 MULTIPLEX LED Xicato module, 22.9W 1420 lm 3000K 3500K 4000K MPXSM80-22003 MULTIPLEX LED Xicato Module, 34W 2220 lm 3000K 3500K 4000K Select COOLING Option\nA Active Cooling (Fan) / P Passive Cooling (Add\'l heat sink) MPXSM95-7003 MULTIPLEX LED Xicato Artist Series module, 95 CRI 16W 700 lm 3000K 3500K 4000K MPXSM95-9003 MULTIPLEX LED Xicato Artist Series module, 95 CRI 21W 930 lm 3000K 3500K 4000K MPXSM95-14003 MULTIPLEX LED Xicato Artist Series module, 95 CRI 32.5W 1420 lm 3000K 3500K 4000K.\n\n..0-10V dimming (Pair driver with dimming % below, ex\n0/10V/10% 10% Standard dimming to 10% 1% Dimming to 1% 0% Premium dimming to 0% DALI dimming to 0% DMX dimming to 0% HILUME/A3 Lutron Hi-Lume® A L3D EcoSystem® or three-wire control, dimming to 1% Driver/ballast options may be limited with 347 voltage. Consult factory.\n\nDriver/ballast specifications provided upon request to assist with control system integration Consult ballast manufacturer for lamp compatibility', 'http://www.alwusa.com/product/lightplane-9-hywire-system-lp9hy/', '', '2016-01-13', '2016-02-06', '0000-00-00', ''),
(43, 27, 'JAK', 'BWD_JAKE-LED', 'JAKE-LED', 'JAKE LED. 1.65” 2.25” 3.25” 5.00” Trim/Trimless, T-Grid.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '1.65”: 2.9 w/ft - 5.9 w/ft; 2.25”: 4.4 w/ft - 9 w/ft;  3.25”: 4.4 w/ft - 9 w/ft; 5.00”:  5.8 w/ft - 12.1 w/ft;', '1.65”: 248 lm/ft - 494 lm/ft; 2.25”: 302 lm/ft - 580 lm/ft;3.25”: 372 lm/ft - 715 lm/ft; 5.00”: 530 lm/ft - 1030 lm/ft;', '50,000 Hours', '1% (nom) 0-10V. 10% 0-10V, Lutron 2 wire, Lutron 3 wire, Lutron digital', '120V, 277V', 'General', 'Fixture body is constructed of heavy gauge extruded aluminum. Fixtures are available in nominal lengths of 2, 3, 4, 6 and 8 feet, and continuous run lengths. Lenses are extruded acrylic.\r\n\r\nMounting Recessed linear fixture for drywall, wood or T-Grid ceiling installations, or for mounting on the wall on a vertical plane. Available as continuous row mount. See installation information for specific details regarding installation guidelines. Various mounting clips provided for ease of installation.\r\n\r\nFinishes\r\nStandard Trim (TR) and T-Grid finishes are (SC) Satin Clear anodized. Custom powder coat finishes available - consult factory.\r\n\r\nLED Light Engine System\r\nLED Light Engines are available as HLO (High Lumen Output) and SLO (Standard Lumen Output) providing efficient illumination. CLO (Custom Lumen Output) allows for end user specified lumen output or tailored wattage consumption for certain models. Consult factory for details.\r\n\r\nDimming\r\nDimming is available with a variety of control protocols and options. Consult factory for availability and specifications.\r\n\r\nOptions\r\n(FBLSS) Flat Blade Louver Semi-Specular.\r\n\r\n90º corner angles for transverse-run applications\r\nfrom wall to ceiling Inside Corner (IC90), Outside Corner (OC90), and Face surface (F90).\r\n\r\nCustom and Mods\r\nWe proudly specialize in manufacturing custom and modified luminaires and have the ability to modify most of our standard fixtures. Please contact factory with any inquiries.', 'http://www.birchwoodlighting.com/products/jake.html', 'http://www.birchwoodlighting.com/products/pdfs/recessed/jake_led_tr.pdf', '2016-02-03', '2016-02-08', '0000-00-00', ''),
(44, 27, 'KEL', 'BWD_KEL-LED', 'KEL-LED', 'KEL-LED. 1.25”, 2.25”, 3.25” Square Linear LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '2.9 w/ft - 9 w/ft', '283 lm/ft - 769 lm/ft', '50,000 Hours', '1% (nom) 0-10V. 10% 0-10V, Lutron 2 wire, Lutron 3 wire, Lutron digital', '120V, 277V', 'General', 'KELSEY’s square linear LED profile features multiple mounting, lens and lamping options within 1.25”, 2.25”, or 3.25” extruded aluminum housings. The (RAS) Rotating Arm System (available with arm, cable or stack light mounting configurations) allows 361º lockable aiming for precise light distribution on the vertical, horizontal or ceiling plane. (SM) Surface mounting is also available. Continuous run installations deliver nearly seamless lines of efficient illumination by utilizing precision-engineered connecting hardware which remains invisible within the smooth extruded-aluminum housing. Frosted White acrylic lenses deliver light efficiently to any interior application or design.\r\n\r\nKELSEY offers smooth directional linear illumination within a sharp, streamlined architectural profile.\r\n\r\nAvailable in 2’ to 8’ nominal lengths.\r\n\r\nConstruction\r\nHeavy gauge square extruded aluminum housing. ¼” thick precision-machined aluminum end-caps. Extruded frosted acrylic lenses specifically engineered to deliver smooth and even illumination while maximizing light and luminaire performance.\r\n\r\nMounting Options\r\n(CSS) Cable Suspension System fieldadjustable 1?16” aircraft cable, (CSS-R) Cable Suspension Rotational System, (SM) Surface mount, or (STK) Stack mount with straight or bent arm options extending as single-sided or double-sided from the stack housing.\r\n\r\n(RAS) Rotational Arm System provides 361º directional and lockable aiming for CSS or STK mounting styles. See ordering guide for possible configurations.\r\n\r\nLED Light Engine System\r\nLED Light Engines are available as HLO (High Lumen Output) and SLO (Standard Lumen Output) providing efficient illumination. CLO (Custom Lumen Output) allows for end user specified lumen output or tailored wattage consumption for certain models. Consult factory for details.\r\n\r\nDimming\r\nDimming is available with a variety of control protocols and options. Consult factory for availability and specifications.\r\n\r\nFinishes\r\n(SC) Satin Clear anodized is standard finish.\r\n\r\nOther powder coat finishes available.\r\n\r\nConsult factory for details.\r\n\r\nAcrylic Lens and Louver Options (FW) Frosted White or (FBLSS) Flat Blade Louver Semi-Specular.\r\n\r\nFixture Length\r\nFixtures are available in 2’, 3’, 4’, 5’, 6’ and 8’ nominal lengths. Continuous run mounting available featuring internal adjoining mounting hardware enabling straight and precise rows. See installation section for more details.\r\n\r\nCustom and Mods\r\nWe proudly specialize in manufacturing custom and modified luminaires and have the ability to modify most of our standard fixtures. Please contact factory with any inquiries.', 'http://www.birchwoodlighting.com/products/kelsey.html', 'http://www.birchwoodlighting.com/products/pdfs/kelsey_led.pdf', '2016-01-26', '2016-02-08', '0000-00-00', ''),
(45, 18, 'DAY', 'AXS_DAYFLED/DAYCLED24', 'DAYFLED/DAYCLED24', 'DAYFLED/DAYCLED24. LED RECESSED OR SURFACE MOUNTED.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '34, 44W', '3200 - 4000LM', '50000 Hours', '0-10V, DALI, DMX, ELV, Lutron Hi-Lume, Eco-System. Redwood, Bi-Level', '120V, 277V, UNV, 347V', 'Volumetric, General', 'SPECIFICATIONS\rHousing Die formed cold rolled sheet steel (20 ga) Central Lens Housing Extruded aluminum (0.060\" nominal) Lens Spotless clear acrylic lens Side lens 0.08\" PMMA satin blend Reflectors Die formed cold rolled sheet steel (22 ga) Interior Brackets Die formed cold rolled sheet steel (20 ga) Drywall Flange Kit Extruded aluminum (0.060\" nominal) ELECTRICAL\rLutron driver L3D - Hi-Lume A-Series EcoSystem 3-Wire Control (1%) LDE1 - EcoSystem H-Series (1%) LDE5 - EcoSystem 5-Series (5%) LTE - Hi-Lume® A-series 2Wires Forward Phase (1%) Other drivers DALI - Digital Addressable Lighting Interface DMX - Digital Multiplex ELV - Electronic Low Voltage dimming LV - line voltage - Advance Mark 10 redwood - Building Intelligence Platform Xitanium SR - For wireless sensor Emergency Integral emergency battery pack or emergency circuit optional.\r\rInput Voltage 120V, 277V, 347V, UNV.\r\r FINISH\rHighly reflective, matte powder coat white paint for high efficiency. Matte texture to diffuse glare and lamp image on the surface within the optical chamber exterior. Custom finishes are also available.\r\rWARRANTY\rAxis lighting will warrant defective LEDs, boards, and drivers for 5 years from date of purchase. Warranty is valid if luminaire is installed and used according to specifications.\r\rIf defective, Axis will send replacement boards or drivers at no cost along with detailed replacement instructions and instructions on how to return defective components to Axis.\r\rINTEGRATED CONTROL OPTIONS\rDAY luminaires allow the use of integrated controls such as daylight sensors (DS), occupancy sensors (OS), individual daylight sensors and occupancy sensors (DS+OS), and combination daylight/occupancy sensors (DOS). These options can be seamlessly integrated into our luminaires. The control system could be used to optimize the lighting of the space by reducing energy consumption through daylight harvesting and occupancy, thereby improving the overall interior environment and allowing for LEED credits.\r\rConsult factory for other options.\r\rRefer to IC brochure for more information.', 'http://www.axislighting.com/CMS/itemsDetail_dayLED.php?225', 'http://www.axislighting.com/cmsAdmin/uploads/DAY24.LED-B3.SPEC.pdf', '2016-03-08', '2016-02-09', '0000-00-00', ''),
(46, 18, 'DAY', 'AXS_DAYFLED/DAYCLED14', 'DAYFLED/DAYCLED14', 'DAYFLED/DAYCLED14. RECESSED OR SURFACE MOUNTED.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '45 - 96W', '4000, 5000, 6500, 7000LM', '50000 Hours', '0-10V, DALI, DMX, ELV, Lutron Hi-Lume, Eco-System. Redwood, Bi-Level', '120V, 277V, UNV, 347V', 'Volumetric, General', 'SPECIFICATIONS\rHousing Die formed cold rolled sheet steel (20 ga) Central Lens Housing Extruded aluminum (0.060\" nominal) Lens Spotless clear acrylic lens Side lens 0.08\" PMMA satin blend Reflectors Die formed cold rolled sheet steel (22 ga) Interior Brackets Die formed cold rolled sheet steel (20 ga) Drywall Flange Kit Extruded aluminum (0.060\" nominal) ELECTRICAL\rLutron driver L3D - Hi-Lume A-Series EcoSystem 3-Wire Control (1%) LDE1 - EcoSystem H-Series (1%) LDE5 - EcoSystem 5-Series (5%) LTE - Hi-Lume® A-series 2Wires Forward Phase (1%) Other drivers DALI - Digital Addressable Lighting Interface DMX - Digital Multiplex ELV - Electronic Low Voltage dimming LV - line voltage - Advance Mark 10 redwood - Building Intelligence Platform Xitanium SR - For wireless sensor Emergency Integral emergency battery pack or emergency circuit optional.\r\rInput Voltage 120V, 277V, 347V, UNV.\r\r FINISH\rHighly reflective, matte powder coat white paint for high efficiency. Matte texture to diffuse glare and lamp image on the surface within the optical chamber exterior. Custom finishes are also available.\r\rWARRANTY\rAxis lighting will warrant defective LEDs, boards, and drivers for 5 years from date of purchase. Warranty is valid if luminaire is installed and used according to specifications.\r\rIf defective, Axis will send replacement boards or drivers at no cost along with detailed replacement instructions and instructions on how to return defective components to Axis.\r\rINTEGRATED CONTROL OPTIONS\rDAY luminaires allow the use of integrated controls such as daylight sensors (DS), occupancy sensors (OS), individual daylight sensors and occupancy sensors (DS+OS), and combination daylight/occupancy sensors (DOS). These options can be seamlessly integrated into our luminaires. The control system could be used to optimize the lighting of the space by reducing energy consumption through daylight harvesting and occupancy, thereby improving the overall interior environment and allowing for LEED credits.\r\rConsult factory for other options.\r\rRefer to IC brochure for more information.', 'http://www.axislighting.com/CMS/itemsDetail_dayLED.php?223', 'http://www.axislighting.com/cmsAdmin/uploads/DAY14.LED-B3.SPEC.pdf', '2016-03-08', '2016-02-10', '2016-06-14', 'QQQ 1'),
(47, 3, 'GLEON', 'MGE_GLEON-AE', 'GLEON-AE', 'Galleon LED. GLEON-AE.', 0, 0, '', '4000K, 3000K, 6000K', '70, 80', '30-528W', '2,500-58,000', '60,000TM21, 350,000 LM70', 'Motion Sensor, Photocell', 'UNV 120-277V, 347V, 480V', 'Area II, III, IV, V, 90° Spill Left/Right, Automotive Frontline, Rectangular Wide', 'The Galleon™ LED luminaire delivers exceptional performance in a highly scalable, low-profile design. Patented, high-efficiency AccuLED Optics™ system provides uniform and energy conscious illumination to walkways, parking lots, roadways, building areas and security lighting applications. IP66 rated.\n\nConstruction\nExtruded aluminum driver enclosure thermally isolated from Light Squares for optimal thermal performance. Heavy-wall, die-cast aluminum end caps enclose housing and die-cast aluminum heat sinks. A unique, patent pending interlocking housing and heat sink provides scalability with superior structural rigidity. 3G vibration tested. Optional tool-less hardware available for ease of entry into electrical chamber. Housing is IP66 rated.\n\nOptics\nChoice of 16 patented, high-efficiency AccuLED Optics. The optics are precisely designed to shape the distribution maximizing efficiency and application spacing. AccuLED Optics create consistent distributions with the scalability to meet customized application requirements. Offered standard in 4000K (+/- 275K) CCT and minimum 70 CRI. Optional 6000K CCT and 3000K CCT. For the ultimate level of spill light control, an optional house side shield accessory can be field or factory installed. The house side shield is designed to seamlessly integrate with the SL2, SL3, SL4 or AFL optics.\n\nElectrical\nLED drivers are mounted to removable tray assembly for ease of maintenance. 120-277V 50/60Hz, 347V 60Hz or 480V 60Hz operation. 480V is compatible for use with 480V Wye systems only. Standard with 0-10V dimming. Shipped standard with Eaton proprietary circuit module designed to withstand 10kV of transient line surge. The Galleon LED luminaire is suitable for operation in -40°C to 40°C ambient environments. For applications with ambient temperatures exceeding 40°C, specify the HA (High Ambient) option. Light Squares are IP66 rated. Greater than 90% lumen maintenance expected at 60,000 hours. Available in standard 1A drive current and optional 530mA and 700mA drive currents.\n\nMounting\nExtruded aluminum arm includes internal bolt guides allowing for easy positioning of fixture during assembly. Designed for pole or wall mounting. When mounting two or more luminaires at 90° or 120° apart, the EA extended arm may be required. Refer to the arm mounting requirement table on page 3. Round pole top adapter included. For wall mounting, specify wall mount bracket option. 3G vibration rated.\n\nFinish\nHousing finished in super durable TGIC polyester powder coat paint, 2.5 mil nominal thickness for superior protection against fade and wear. Heat sink is powder coated black. Standard colors include black, bronze, grey, white, dark platinum and graphite metallic. RAL and custom color matches available. Consult the McGraw-Edison Architectural Colors brochure for the complete selection.\n\nWarranty\nFive-year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/area_site_lighting/_823028.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-edison-galleon-td500020en-sss.pdf', '2015-10-02', '2016-02-10', '0000-00-00', ''),
(48, 28, 'SNX', 'MDL_SNX-F', 'SNX-F', 'SNX-F. SUPER NEON X FLAT.', 1, 0, '', '2700K, 3000K, 4000K, 6000K', '88', '4.68WFT', '116-132LM/FT', '70,000 Hours', '0-10V. MLV', '24V/120-277 UNV', 'General, Direct View', 'SUPER NEON X FLAT is based upon our SUPER NEON X DOME series. This new flat profile is the next generation complete lighting solution that creates unlimited runs of continuous lines of smooth \"hotspot\" free illumination. The smooth flat exterior offers a low profile and easily bends against its line of light (oppositebend to SUPER NEON EDGE) and is free from any form of shape memory. The encapsulated light chamber with its flush lens offers front illumination to create endless contours, forms, lines and shapes of bright illumination. Transparent ends allow for unlimited run lengths, combined with integral \"no tool\" connectors and simple leader/jumper cables gives SUPER NEON X FLAT a fast installation. Easy clip fixings or aluminum extrusions with a clever integral grip system completes any project. Ideal for architectural building contours, statue & form details, columns, steps, walls, floors, direct view, indirect view, signage and an infinite of applications restrained only by your imagination. Part of the SUPER NEON family of products.\n\nComplete lighting solution that offers a low profile and easily bends against it’s line of light (opposite bend to Super Neon Edge). Ultra flexible, bends easily, free from any form of shape memory. Create endless contours, forms, lines, curves and shapes of powerful solid light. Transparent ends allows for unlimited run lengths, combined with integral “No Tool” connectors and simple leader/jumper cables. UV protected IP67 Wet Location Rated.', 'http://www.modalight.com/super-neon-x-flat.html', '', '2016-01-06', '2016-02-13', '0000-00-00', ''),
(49, 28, 'SNX', 'MDL_SNX-FC', 'SNX-FC', 'SNX-FC. SUPER NEON X FLAT COLOR.', 1, 0, '', 'AMBER, GREEN, RED, BLUE', '', '4.68WFT', '14LM/FT -BLUE, 96LM/FT -GREEN, 30LM/FT -AMBER, 33LM/FT -RED', '70,000 Hours', '0-10V. MLV', '24V/120-277 UNV', 'General, Direct View', 'SUPER NEON X FLAT is available in static colors when precise color specification is desired. Generates uniform colors for multi environment applications. Smart clip fixings or aluminum extrusions with a clever integral grip system. Tested to UL& CSA Standards by ETL Wet Location. Tested to LM-79-08 & LM80-80. IES file available. Title 24 Approved. Lighting Facts Listed. CE Approved. ROHS Approved.\n\nComplete lighting solution that offers a low profile and easily bends against it’s line of light (opposite bend to Super Neon Edge). Ultra flexible, bends easily, free from any form of shape memory. Create endless contours, forms, lines, curves and shapes of powerful solid light. Transparent ends allows for unlimited run lengths, combined with integral “No Tool” connectors and simple leader/jumper cables. UV protected IP67 Wet Location Rated.', 'http://www.modalight.com/super-neon-x-flat.html', '', '2016-01-06', '2016-02-13', '0000-00-00', ''),
(50, 28, 'SNE', 'MDL_SNE', 'SNE', 'SNE. SUPER NEON EDGE.', 1, 1, '', '2700K, 3500K, 4000K', '88', '3.38WFT', '198LM/FT', '70,000 Hours', '0-10V. MLV', '24V/120-277 UNV', 'General, Direct View', 'SUPER NEON EDGE is a brand new complete lighting solution that creates unlimited runs of continuous lines of smooth \"hotspot\" free illumination. Free from any form of shape memory. Designed to create endless contours, forms, lines and shapes of powerfulillumination. Edge easily bends along its line of light giving the specifier a multitude of design options. Transparent ends allows for unlimited run lengths, combined with integral \"no tool\" connectors and simple leader/jumper cables gives SUPER NEON EDGE a fast installation. Easy clip fixings or aluminum extrusions with a clever integral grip system completes any project. Ideal for architectural building contours, statue & form details, columns, steps, walls, floors direct view, indirect view, signage and an infinite of applications restrained only by your imagination.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nPart of the SUPER NEON family of products.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nComplete lighting solution that offers a low profile and easily bends along it’s line of light (opposite bend to Super Neon X Dome & Flat). Ultra flexible, bends easily, free from any form of shape memory. Create endless contours, forms, lines, curves and shapes of powerful solid light. Transparent ends allows for unlimited run lengths, combined with integral “No Tool” connectors and simple leader/jumper cables. UV protected IP67 Wet Location Rated.', 'http://www.modalight.com/super-neon-edge.html', '', '2016-01-06', '2016-02-13', '0000-00-00', ''),
(51, 28, 'SNE', 'MDL_SNE-C', 'SNE-C', 'SNE-C. SUPER NEON EDGE COLOR.', 1, 0, '', 'AMBER, GREEN, RED, BLUE', '', '3.38WFT', '27LM/FT -BLUE, 184LM/FT -GREEN, 57LM/FT -AMBER, 63LM/FT -RED', '70,000 Hours', '0-10V. MLV', '24V/120-277 UNV', 'General, Direct View', 'SUPER NEON EDGE is available in static colors when precise color specification is desired. Generates uniform colors for multi environment applications. Smart clip fixings or aluminum extrusions with a clever integral grip system. Tested to UL& CSA Standards by ETL Wet Location. Tested to LM-79-08 & LM80-80. IES file available. Title 24 Approved. Lighting Facts Listed. CE Approved. ROHS Approved.\n\nComplete lighting solution that offers a low profile and easily bends along it’s line of light (opposite bend to Super Neon X Dome & Flat). Ultra flexible, bends easily, free from any form of shape memory. Create endless contours, forms, lines, curves and shapes of powerful solid light. Transparent ends allows for unlimited run lengths, combined with integral “No Tool” connectors and simple leader/jumper cables. UV protected IP67 Wet Location Rated.', 'http://www.modalight.com/super-neon-edge.html', '', '2016-01-06', '2016-02-13', '0000-00-00', ''),
(52, 29, 'HP', 'DLT_1-HP', '1-HP', '1-HP. GRID IN TRIMLESS LED.', 1, 0, '', '3000K', '80+, 90+', '30, 37W', '2155LM', '50,000 Hours', '1-10V', '120, 277V', 'Spot 15°, flood 24° and wide flood 43°.', 'The Grid product family is a longstanding classic in the collection. The latest versions added to the Grid downlight range stand out in energy efficiency and lighting quality. With a light output of up to 103lm/w, the Grid in and Grid In Trimless HP downlights offer a strong and energy friendly alternative for discharge lamps. This result is achieved through the combination of reflectors in high purity aluminium qualities, high performance led arrays and intelligent active cooling. With output levels of up to 3000Llm, the HP Led versions combine excellent luminaire efficiency with excellent color rendering and minimized energy consumption. The specially designed segmented reflector in sheet metal plate provides superior reflection abilities. Up to 93% efficiency thanks to use of advanced reflector material, guaranteeing reduced energy consumption. Available in spot 15°, flood 24° and wide flood 43°.', 'http://www.deltalight.us/en/products/light/grid-in/grid-in-trimless-hp?form=searchForm&new=1&lamp_type=6&region=na&type=light', '', '2016-02-13', '2016-02-13', '0000-00-00', ''),
(53, 29, 'HP', 'DLT_2-HP', '2-HP', '2-HP. GRID IN TRIMLESS LED.', 1, 0, '', '3000K', '80+, 90+', '59, 75W', '4226-4311LM', '50,000 Hours', '1-10V', '120, 277V', 'Spot 15°, flood 24° and wide flood 43°.', 'The Grid product family is a longstanding classic in the collection. The latest versions added to the Grid downlight range stand out in energy efficiency and lighting quality. With a light output of up to 103lm/w, the Grid in and Grid In Trimless HP downlights offer a strong and energy friendly alternative for discharge lamps. This result is achieved through the combination of reflectors in high purity aluminium qualities, high performance led arrays and intelligent active cooling. With output levels of up to 3000Llm, the HP Led versions combine excellent luminaire efficiency with excellent color rendering and minimized energy consumption. The specially designed segmented reflector in sheet metal plate provides superior reflection abilities. Up to 93% efficiency thanks to use of advanced reflector material, guaranteeing reduced energy consumption. Available in spot 15°, flood 24° and wide flood 43°.', 'http://www.deltalight.us/en/products/light/grid-in/grid-in-trimless-hp?form=searchForm&new=1&lamp_type=6&region=na&type=light', '', '2016-02-13', '2016-02-13', '0000-00-00', ''),
(54, 30, 'ARX', 'KIM_ARX09', 'ARX09', 'ARX09. ArcheType X™ Site/Area With Lens.', 1, 0, '', '3000K, 4000K, 5000K', '72+', '62-118W', '5,147-11,961LM', '60,000 Hours L70, 60,000 TM-21', '0-10V, Motion Sensor, Photocell, Wireless.', '120, 208, 240, 277, 347, 480V, UNV.', 'Area I, II,  III,  IV,  V,  Left/Right', 'Kim Lighting introduces the ArcheType X Site/Area Luminaire. LEAR Modules allow these luminaires to take on tasks previously accomplished by ground-mounted sign lighting or landscape level products. Vertical illuminance without obtrusive glare or wasteful spill light is created by simply aiming the LEAR Module toward the target.\n\nFEATURES Certifi cations Independently aim able LEAR™ modules 355° horizontal and 70° vertical module adjustment Wide range of drive currents available Design software interface for custom Type X distribution creation Traditional NEMA distributions available IP66 sealed optical chamber Housing\nLow copper aluminum alloy die-casting is designed as one-piece and has external cooling ribs.\n\nSolid, cast aluminum, wall creates a thermal barrier between the optical and electrical compartments.\n\nA molded silicone gasket throughout insures the sealing between the two compartments and provides ingress protection.\n\nHousing is designed with integral LED module “turrets” utilized for both thermal transfer and for securing the location of each LEAR™ Optical Module. The turrets are spaced in rows of 3 X 3 and are designed to optimize photometric performance for standard and custom Type X distributions.\n\nIP66 certifi ed to protect the optical chamber from dust and water ingress.\n\nLens Frame\nOne-piece low copper aluminum alloy die-cast is secured to housing with two toolless latches.\n\nNeighbor Friendly Optic Optional integrated Neighbor Friendly Optic on each LED module to completely control unwanted backlight. Most effective with Type III and IV distibutions.\n\nLens One-piece fl at glass lens slips into reveal. Extra silicone gasketing is provided to retain a clear optical compartment. CAUTION\nUse only when vandalism is anticipated to be high.\n\nType X LEAR™ Optical Module\nTurret alignment and thermal transfer design allows for freedom of adjustability and precise aiming of the LEAR LED array.\n\nCustom, factory adjusted, distributions using IES fi les created using design software.\n\nOptimized standard distribution.\n\n3000K, 4000K, 5000K standard CCT. Amber and other custom color temperatures available.\n\nEach LEAR module provides 355° of rotation and 70° of tilt independent of the housing.\n\nType X LEAR modules are IP66 rated and utilize six high output LEDs positioned beneath a precise, high purity molded acrylic prism.\n\nTargeted optics minimize pixilation concerns and provide outstanding performance, uniformity and glare control.\n\nElectrical Components\nStandard programmable driver allows for programmable drive current settings ranging from 350mA to 700mA.\n\nElectrical components are stategically located in the driver gear compartment with a molded silicon grommet seal to provide separation from the optical chamber.\n\nMaximum lightning surge current 20KA with thermally protected varistor technology. Surge suppression is series circuited preventing total fi xture failure.\n\nOpen circuit fault will turn off the luminaire in order to protect the sensitive electronics and acts as a signal for maintenance.\n\nProgrammable Driver is rated for -40°F starting.\n\n\"Thermal Shield”, primary side, thermister provides protection for the sustainable life of LEAR modules and electronic components.\n\nDimming range from 10% to 100% through the use of the standard 0-10V interface on the programmable driver.\n\nModular wiring harness in the service area provides user access to the dimming circuitry.\n\nDimming circuitry compatible with 0-10V, user-defined, control devices.\n\nOptional factory programmed dimming profile.\n\nSupport Arm\n? Die-cast, low copper aluminum alloy, with splice access cover.\n\n? D ie-cast pole adaptor and an internal reinforcing plate are provided with a wire strain relief.\n\nThe arm adapter is square or circular cut for specifi ed pole size and shape.\n\nFor fi eld wire connections, a terminal block is mounted in the arm cavity and accessible behind the splice access cover. The block accepts #14 to #8 wire sizes and is factory prewired to the electrical module\'s quick-disconnect plug inside the electrical compartment.\n\nOptional Slip-Fitter\nInternally accessible slip-fi tter attaches to a 1-1/4” to 2-3/8” tenon and allows hands-free wiring and maintenance.\n\nOptional Wall Mount\nOptional, cast aluminum mounting plate attaches to a wall over a junction box and the speed mount is bolted to the cover plate. To complete the wiring, the luminaire assembly slides over the mounting plate.\n\nFusing\nSF for 120, 277, and 347 Line volts DF for 208, 240, and 480 Line volts Hight temperature fuse holders factory installed inside the fi xture housing.\n\nFuse is included.\n\nFinish\nFade and abrasion resistant, electrostatically applied, thermally cured, triglycidal isocyanurate (TGIC) polyester powdercoat.\n\nStandard colors include (BL) Black, (DB) Dark Bronze, (PS) Platinum Silver, (LG) Light Gray, (TT) Titanium, (WH) White, and (CC) Custom Color (Include RAL#).\n\nCertifi cations and Listings\nUL 1598 Standard for Luminaires.\n\nUL 8750 Standard for Safety for Light Emitting Diode (LED) Equipment for use in Lighting Products.\n\nCSA C22.2#250.0 Luminaires.\n\nANSI C136.31-2010 4G Vibration tested and compliant.\n\nRoHS compliant.\n\nIP66 certifi ed.\n\nCAUTION\nFixtures must be grounded in accordance with national, state and/or local electrical codes.\n\nFailure to do so may result in serious personal injury.\n\nWARRANTY\nFor full warranty see\nhttp://www.\n\nhubbelllighting.com/resources/warranty', 'http://www.kimlighting.com/products/archetype_x_sitearea', '', '2016-02-09', '2016-02-14', '0000-00-00', ''),
(55, 30, 'ARX', 'KIM_ARX16', 'ARX16', 'ARX16. ArcheType X™ Site/Area With Lens.', 1, 0, '', '3000K, 4000K, 5000K', '72+', '110-211W', '9,031-19,7331LM', '36,000 Hours L70, 60,000 TM-21', '0-10V, Motion Sensor, Photocell, Wireless.', '120, 208, 240, 277, 347, 480V, UNV.', 'Area I, II,  III,  IV,  V,  Left/Right', 'Kim Lighting introduces the ArcheType X Site/Area Luminaire. LEAR Modules allow these luminaires to take on tasks previously accomplished by ground-mounted sign lighting or landscape level products. Vertical illuminance without obtrusive glare or wasteful spill light is created by simply aiming the LEAR Module toward the target.\n\nFEATURES Certifi cations Independently aim able LEAR™ modules 355° horizontal and 70° vertical module adjustment Wide range of drive currents available Design software interface for custom Type X distribution creation Traditional NEMA distributions available IP66 sealed optical chamber Housing\nLow copper aluminum alloy die-casting is designed as one-piece and has external cooling ribs.\n\nSolid, cast aluminum, wall creates a thermal barrier between the optical and electrical compartments.\n\nA molded silicone gasket throughout insures the sealing between the two compartments and provides ingress protection.\n\nHousing is designed with integral LED module “turrets” utilized for both thermal transfer and for securing the location of each LEAR™ Optical Module. The turrets are spaced in rows of 3 X 3 and are designed to optimize photometric performance for standard and custom Type X distributions.\n\nIP66 certifi ed to protect the optical chamber from dust and water ingress.\n\nLens Frame\nOne-piece low copper aluminum alloy die-cast is secured to housing with two toolless latches.\n\nNeighbor Friendly Optic Optional integrated Neighbor Friendly Optic on each LED module to completely control unwanted backlight. Most effective with Type III and IV distibutions.\n\nLens One-piece fl at glass lens slips into reveal. Extra silicone gasketing is provided to retain a clear optical compartment. CAUTION\nUse only when vandalism is anticipated to be high.\n\nType X LEAR™ Optical Module\nTurret alignment and thermal transfer design allows for freedom of adjustability and precise aiming of the LEAR LED array.\n\nCustom, factory adjusted, distributions using IES fi les created using design software.\n\nOptimized standard distribution.\n\n3000K, 4000K, 5000K standard CCT. Amber and other custom color temperatures available.\n\nEach LEAR module provides 355° of rotation and 70° of tilt independent of the housing.\n\nType X LEAR modules are IP66 rated and utilize six high output LEDs positioned beneath a precise, high purity molded acrylic prism.\n\nTargeted optics minimize pixilation concerns and provide outstanding performance, uniformity and glare control.\n\nElectrical Components\nStandard programmable driver allows for programmable drive current settings ranging from 350mA to 700mA.\n\nElectrical components are stategically located in the driver gear compartment with a molded silicon grommet seal to provide separation from the optical chamber.\n\nMaximum lightning surge current 20KA with thermally protected varistor technology. Surge suppression is series circuited preventing total fi xture failure.\n\nOpen circuit fault will turn off the luminaire in order to protect the sensitive electronics and acts as a signal for maintenance.\n\nProgrammable Driver is rated for -40°F starting.\n\n\"Thermal Shield”, primary side, thermister provides protection for the sustainable life of LEAR modules and electronic components.\n\nDimming range from 10% to 100% through the use of the standard 0-10V interface on the programmable driver.\n\nModular wiring harness in the service area provides user access to the dimming circuitry.\n\nDimming circuitry compatible with 0-10V, user-defined, control devices.\n\nOptional factory programmed dimming profile.\n\nSupport Arm\n? Die-cast, low copper aluminum alloy, with splice access cover.\n\n? D ie-cast pole adaptor and an internal reinforcing plate are provided with a wire strain relief.\n\nThe arm adapter is square or circular cut for specifi ed pole size and shape.\n\nFor fi eld wire connections, a terminal block is mounted in the arm cavity and accessible behind the splice access cover. The block accepts #14 to #8 wire sizes and is factory prewired to the electrical module\'s quick-disconnect plug inside the electrical compartment.\n\nOptional Slip-Fitter\nInternally accessible slip-fi tter attaches to a 1-1/4” to 2-3/8” tenon and allows hands-free wiring and maintenance.\n\nOptional Wall Mount\nOptional, cast aluminum mounting plate attaches to a wall over a junction box and the speed mount is bolted to the cover plate. To complete the wiring, the luminaire assembly slides over the mounting plate.\n\nFusing\nSF for 120, 277, and 347 Line volts DF for 208, 240, and 480 Line volts Hight temperature fuse holders factory installed inside the fi xture housing.\n\nFuse is included.\n\nFinish\nFade and abrasion resistant, electrostatically applied, thermally cured, triglycidal isocyanurate (TGIC) polyester powdercoat.\n\nStandard colors include (BL) Black, (DB) Dark Bronze, (PS) Platinum Silver, (LG) Light Gray, (TT) Titanium, (WH) White, and (CC) Custom Color (Include RAL#).\n\nCertifi cations and Listings\nUL 1598 Standard for Luminaires.\n\nUL 8750 Standard for Safety for Light Emitting Diode (LED) Equipment for use in Lighting Products.\n\nCSA C22.2#250.0 Luminaires.\n\nANSI C136.31-2010 4G Vibration tested and compliant.\n\nRoHS compliant.\n\nIP66 certifi ed.\n\nCAUTION\nFixtures must be grounded in accordance with national, state and/or local electrical codes.\n\nFailure to do so may result in serious personal injury.\n\nWARRANTY\nFor full warranty see\nhttp://www.\n\nhubbelllighting.com/resources/warranty', 'http://www.kimlighting.com/products/archetype_x_sitearea', '', '2016-02-09', '2016-02-14', '0000-00-00', ''),
(56, 30, 'ARX', 'KIM_ARX25', 'ARX25', 'ARX25. ArcheType X™ Site/Area With Lens.', 1, 0, '', '3000K, 4000K, 5000K', '72+', '167-283W', '15,079-28,036LM', '36,000 Hours L70, 60,000 TM-21', '0-10V, Motion Sensor, Photocell, Wireless.', '120, 208, 240, 277, 347, 480V, UNV.', 'Area I, II,  III,  IV,  V,  Left/Right', 'Kim Lighting introduces the ArcheType X Site/Area Luminaire. LEAR Modules allow these luminaires to take on tasks previously accomplished by ground-mounted sign lighting or landscape level products. Vertical illuminance without obtrusive glare or wasteful spill light is created by simply aiming the LEAR Module toward the target.\n\nFEATURES Certifi cations Independently aim able LEAR™ modules 355° horizontal and 70° vertical module adjustment Wide range of drive currents available Design software interface for custom Type X distribution creation Traditional NEMA distributions available IP66 sealed optical chamber Housing\nLow copper aluminum alloy die-casting is designed as one-piece and has external cooling ribs.\n\nSolid, cast aluminum, wall creates a thermal barrier between the optical and electrical compartments.\n\nA molded silicone gasket throughout insures the sealing between the two compartments and provides ingress protection.\n\nHousing is designed with integral LED module “turrets” utilized for both thermal transfer and for securing the location of each LEAR™ Optical Module. The turrets are spaced in rows of 3 X 3 and are designed to optimize photometric performance for standard and custom Type X distributions.\n\nIP66 certifi ed to protect the optical chamber from dust and water ingress.\n\nLens Frame\nOne-piece low copper aluminum alloy die-cast is secured to housing with two toolless latches.\n\nNeighbor Friendly Optic Optional integrated Neighbor Friendly Optic on each LED module to completely control unwanted backlight. Most effective with Type III and IV distibutions.\n\nLens One-piece fl at glass lens slips into reveal. Extra silicone gasketing is provided to retain a clear optical compartment. CAUTION\nUse only when vandalism is anticipated to be high.\n\nType X LEAR™ Optical Module\nTurret alignment and thermal transfer design allows for freedom of adjustability and precise aiming of the LEAR LED array.\n\nCustom, factory adjusted, distributions using IES fi les created using design software.\n\nOptimized standard distribution.\n\n3000K, 4000K, 5000K standard CCT. Amber and other custom color temperatures available.\n\nEach LEAR module provides 355° of rotation and 70° of tilt independent of the housing.\n\nType X LEAR modules are IP66 rated and utilize six high output LEDs positioned beneath a precise, high purity molded acrylic prism.\n\nTargeted optics minimize pixilation concerns and provide outstanding performance, uniformity and glare control.\n\nElectrical Components\nStandard programmable driver allows for programmable drive current settings ranging from 350mA to 700mA.\n\nElectrical components are stategically located in the driver gear compartment with a molded silicon grommet seal to provide separation from the optical chamber.\n\nMaximum lightning surge current 20KA with thermally protected varistor technology. Surge suppression is series circuited preventing total fi xture failure.\n\nOpen circuit fault will turn off the luminaire in order to protect the sensitive electronics and acts as a signal for maintenance.\n\nProgrammable Driver is rated for -40°F starting.\n\n\"Thermal Shield”, primary side, thermister provides protection for the sustainable life of LEAR modules and electronic components.\n\nDimming range from 10% to 100% through the use of the standard 0-10V interface on the programmable driver.\n\nModular wiring harness in the service area provides user access to the dimming circuitry.\n\nDimming circuitry compatible with 0-10V, user-defined, control devices.\n\nOptional factory programmed dimming profile.\n\nSupport Arm\n? Die-cast, low copper aluminum alloy, with splice access cover.\n\n? D ie-cast pole adaptor and an internal reinforcing plate are provided with a wire strain relief.\n\nThe arm adapter is square or circular cut for specifi ed pole size and shape.\n\nFor fi eld wire connections, a terminal block is mounted in the arm cavity and accessible behind the splice access cover. The block accepts #14 to #8 wire sizes and is factory prewired to the electrical module\'s quick-disconnect plug inside the electrical compartment.\n\nOptional Slip-Fitter\nInternally accessible slip-fi tter attaches to a 1-1/4” to 2-3/8” tenon and allows hands-free wiring and maintenance.\n\nOptional Wall Mount\nOptional, cast aluminum mounting plate attaches to a wall over a junction box and the speed mount is bolted to the cover plate. To complete the wiring, the luminaire assembly slides over the mounting plate.\n\nFusing\nSF for 120, 277, and 347 Line volts DF for 208, 240, and 480 Line volts Hight temperature fuse holders factory installed inside the fi xture housing.\n\nFuse is included.\n\nFinish\nFade and abrasion resistant, electrostatically applied, thermally cured, triglycidal isocyanurate (TGIC) polyester powdercoat.\n\nStandard colors include (BL) Black, (DB) Dark Bronze, (PS) Platinum Silver, (LG) Light Gray, (TT) Titanium, (WH) White, and (CC) Custom Color (Include RAL#).\n\nCertifi cations and Listings\nUL 1598 Standard for Luminaires.\n\nUL 8750 Standard for Safety for Light Emitting Diode (LED) Equipment for use in Lighting Products.\n\nCSA C22.2#250.0 Luminaires.\n\nANSI C136.31-2010 4G Vibration tested and compliant.\n\nRoHS compliant.\n\nIP66 certifi ed.\n\nCAUTION\nFixtures must be grounded in accordance with national, state and/or local electrical codes.\n\nFailure to do so may result in serious personal injury.\n\nWARRANTY\nFor full warranty see\nhttp://www.\n\nhubbelllighting.com/resources/warranty', 'http://www.kimlighting.com/products/archetype_x_sitearea', '', '2016-02-09', '2016-02-14', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(57, 31, 'MX', 'DSL_MX1-TL-XIC', 'MX1-TL-XIC', 'MX1-TL-XIC. Matrix 1 LED - TL.', 0, 0, '', '2700K, 3000K, 4000K', '80+, 95+', '15W', '1000, 700LM', '50,000 Hours', 'ELV, 0-10V, Lutron', '120,277V', '45 & 60 Degrees', 'The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n15W (LED module power consumption) / 1000 lumen 80 CRI or 700 lumen 95 CRI 2700K, 3000K and 4000K available 80 CRI as standard, high CRI of >95 also available LED array is mounted to extruded aluminum heat sink for maximum heat dissipation LED module uses Cold Corrected Remote Phosphor and a glass cover, IP66 Available in 40º and 60º beam spreads Fully dimmable option available Dual axial system which allows for a full 360°adjustability in the horizontal direction and up to 23°adjustability in the vertical direction Trim is secured in place with (4) captive screws. Height adjustable to ensure a flush finish with ceiling plane LED modules and drivers are serviceable from the room-side of luminaire Xicato LED modules are powered by integrally mounted electronic drivers Standard integral drivers are compatible with electronic low voltage (ELV) dimmers only, dimmable to 20% Xicato modules contain no mercury or lead (RoHS compliant) Recessed housing painted matte black (for alternate color, consult factory) Approved for non I/C ceiling types air handling plenums, plaster and gypsum board Fixture should not be installed in an application where ambient temperatures will exceed 45ºC. Applications that exceed 45ºC will result in reduced lamp life and void warranty Damp location listed', 'http://dasalindustries.com/matrix/MX1-TL-XIC', '', '2012-01-01', '2016-02-14', '0000-00-00', ''),
(58, 31, 'MX', 'DSL_MX2-TL-XIC', 'MX2-TL-XIC', 'MX2-TL-XIC. Matrix 2 LED - TL.', 0, 0, '', '2700K, 3000K, 4000K', '80+, 95+', '30W', '2,000, 1,400LM', '50,000 Hours', 'ELV, 0-10V, Lutron', '120,277V', '45 & 60 Degrees', 'The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n15W (LED module power consumption) / 1000 lumen 80 CRI or 700 lumen 95 CRI 2700K, 3000K and 4000K available 80 CRI as standard, high CRI of >95 also available LED array is mounted to extruded aluminum heat sink for maximum heat dissipation LED module uses Cold Corrected Remote Phosphor and a glass cover, IP66 Available in 40º and 60º beam spreads Fully dimmable option available Dual axial system which allows for a full 360°adjustability in the horizontal direction and up to 23°adjustability in the vertical direction Trim is secured in place with (4) captive screws. Height adjustable to ensure a flush finish with ceiling plane LED modules and drivers are serviceable from the room-side of luminaire Xicato LED modules are powered by integrally mounted electronic drivers Standard integral drivers are compatible with electronic low voltage (ELV) dimmers only, dimmable to 20% Xicato modules contain no mercury or lead (RoHS compliant) Recessed housing painted matte black (for alternate color, consult factory) Approved for non I/C ceiling types air handling plenums, plaster and gypsum board Fixture should not be installed in an application where ambient temperatures will exceed 45ºC. Applications that exceed 45ºC will result in reduced lamp life and void warranty Damp location listed', 'http://dasalindustries.com/matrix/MX2-TL-XIC', '', '2012-01-01', '2016-02-14', '0000-00-00', ''),
(59, 31, 'MX', 'DSL_MX3-TL-XIC', 'MX3-TL-XIC', 'MX3-TL-XIC. Matrix 3 LED - TL.', 0, 0, '', '2700K, 3000K, 4000K', '80+, 95+', '45W', '3,000, 2,100LM', '50,000 Hours', 'ELV, 0-10V, Lutron', '120,277V', '45 & 60 Degrees', 'The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n15W (LED module power consumption) / 1000 lumen 80 CRI or 700 lumen 95 CRI 2700K, 3000K and 4000K available 80 CRI as standard, high CRI of >95 also available LED array is mounted to extruded aluminum heat sink for maximum heat dissipation LED module uses Cold Corrected Remote Phosphor and a glass cover, IP66 Available in 40º and 60º beam spreads Fully dimmable option available Dual axial system which allows for a full 360°adjustability in the horizontal direction and up to 23°adjustability in the vertical direction Trim is secured in place with (4) captive screws. Height adjustable to ensure a flush finish with ceiling plane LED modules and drivers are serviceable from the room-side of luminaire Xicato LED modules are powered by integrally mounted electronic drivers Standard integral drivers are compatible with electronic low voltage (ELV) dimmers only, dimmable to 20% Xicato modules contain no mercury or lead (RoHS compliant) Recessed housing painted matte black (for alternate color, consult factory) Approved for non I/C ceiling types air handling plenums, plaster and gypsum board Fixture should not be installed in an application where ambient temperatures will exceed 45ºC. Applications that exceed 45ºC will result in reduced lamp life and void warranty Damp location listed', 'http://dasalindustries.com/matrix/MX3-TL-XIC', '', '2012-01-01', '2016-02-14', '0000-00-00', ''),
(60, 31, 'MX', 'DSL_MX4-TL-XIC', 'MX4-TL-XIC', 'MX4-TL-XIC. Matrix 4 LED - TL.', 0, 0, '', '2700K, 3000K, 4000K', '80+, 95+', '60W', '4,000, 2,800LM', '50,000 Hours', 'ELV, 0-10V, Lutron', '120,277V', '45 & 60 Degrees', 'The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n15W (LED module power consumption) / 1000 lumen 80 CRI or 700 lumen 95 CRI 2700K, 3000K and 4000K available 80 CRI as standard, high CRI of >95 also available LED array is mounted to extruded aluminum heat sink for maximum heat dissipation LED module uses Cold Corrected Remote Phosphor and a glass cover, IP66 Available in 40º and 60º beam spreads Fully dimmable option available Dual axial system which allows for a full 360°adjustability in the horizontal direction and up to 23°adjustability in the vertical direction Trim is secured in place with (4) captive screws. Height adjustable to ensure a flush finish with ceiling plane LED modules and drivers are serviceable from the room-side of luminaire Xicato LED modules are powered by integrally mounted electronic drivers Standard integral drivers are compatible with electronic low voltage (ELV) dimmers only, dimmable to 20% Xicato modules contain no mercury or lead (RoHS compliant) Recessed housing painted matte black (for alternate color, consult factory) Approved for non I/C ceiling types air handling plenums, plaster and gypsum board Fixture should not be installed in an application where ambient temperatures will exceed 45ºC. Applications that exceed 45ºC will result in reduced lamp life and void warranty Damp location listed', 'http://dasalindustries.com/matrix/MX4-1x4-TL-XIC', '', '2012-01-01', '2016-02-14', '0000-00-00', ''),
(61, 31, 'MX', 'DSL_MX6-TL-XIC', 'MX6-TL-XIC', 'MX6-TL-XIC. Matrix 6 LED - TL.', 0, 0, '', '2700K, 3000K, 4000K', '80+, 95+', '90W', '6,000, 4,200LM', '50,000 Hours', 'ELV, 0-10V, Lutron', '120,277V', '45 & 60 Degrees', 'The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n15W (LED module power consumption) / 1000 lumen 80 CRI or 700 lumen 95 CRI 2700K, 3000K and 4000K available 80 CRI as standard, high CRI of >95 also available LED array is mounted to extruded aluminum heat sink for maximum heat dissipation LED module uses Cold Corrected Remote Phosphor and a glass cover, IP66 Available in 40º and 60º beam spreads Fully dimmable option available Dual axial system which allows for a full 360°adjustability in the horizontal direction and up to 23°adjustability in the vertical direction Trim is secured in place with (4) captive screws. Height adjustable to ensure a flush finish with ceiling plane LED modules and drivers are serviceable from the room-side of luminaire Xicato LED modules are powered by integrally mounted electronic drivers Standard integral drivers are compatible with electronic low voltage (ELV) dimmers only, dimmable to 20% Xicato modules contain no mercury or lead (RoHS compliant) Recessed housing painted matte black (for alternate color, consult factory) Approved for non I/C ceiling types air handling plenums, plaster and gypsum board Fixture should not be installed in an application where ambient temperatures will exceed 45ºC. Applications that exceed 45ºC will result in reduced lamp life and void warranty Damp location listed', 'http://dasalindustries.com/matrix/MX6-TL-XIC', '', '2012-01-01', '2016-02-14', '0000-00-00', ''),
(62, 31, 'MX', 'DSL_MX4-22-TL-XIC', 'MX4-22-TL-XIC', 'MX4-22-TL-XIC. Matrix 4(2x2) LED - TL.', 0, 0, '', '2700K, 3000K, 4000K', '80+, 95+', '60W', '4,000, 2,800LM', '50,000 Hours', 'ELV, 0-10V, Lutron', '120,277V', '45 & 60 Degrees', 'The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n The Matrix Trim-less XIC is a multiple adjustable recessed LED downlight designed to provide a visually seamless look between the ceiling and the luminaire using the latest generation solid state lighting technology from Xicato. The beam has minimal heat and no UV which allows this luminaire to be mounted close to merchandise.\n\n15W (LED module power consumption) / 1000 lumen 80 CRI or 700 lumen 95 CRI 2700K, 3000K and 4000K available 80 CRI as standard, high CRI of >95 also available LED array is mounted to extruded aluminum heat sink for maximum heat dissipation LED module uses Cold Corrected Remote Phosphor and a glass cover, IP66 Available in 40º and 60º beam spreads Fully dimmable option available Dual axial system which allows for a full 360°adjustability in the horizontal direction and up to 23°adjustability in the vertical direction Trim is secured in place with (4) captive screws. Height adjustable to ensure a flush finish with ceiling plane LED modules and drivers are serviceable from the room-side of luminaire Xicato LED modules are powered by integrally mounted electronic drivers Standard integral drivers are compatible with electronic low voltage (ELV) dimmers only, dimmable to 20% Xicato modules contain no mercury or lead (RoHS compliant) Recessed housing painted matte black (for alternate color, consult factory) Approved for non I/C ceiling types air handling plenums, plaster and gypsum board Fixture should not be installed in an application where ambient temperatures will exceed 45ºC. Applications that exceed 45ºC will result in reduced lamp life and void warranty Damp location listed', 'http://dasalindustries.com/matrix/MX4_2x2-TL-XIC', '', '2012-01-01', '2016-02-14', '0000-00-00', ''),
(63, 32, 'SFP', 'GDR_SFP', 'SFP', 'SFP. SlenderForm Post Top LED.', 1, 0, '', '3000K, 4000K, 5700K', '70, 75, 80', '34-127W', '3,523-13,790LM', '120,000/170,000 Hours', '0-10V, Motion Sensor, Photocell', '120, 208, 240, 277, 347, 480V, unv, 347-480V', 'Area II, III, IV, Area V', 'Philips Gardco SlenderForm SFP luminaires combine LED performance excellence and advanced Philips Gardco LED thermal management technology with a distinct yoke design to provide outdoor lighting that is both energy efficient and aesthetically pleasing. SlenderForm is defined by its high performance, sleek low profile design and rugged construction.\n\nThe housing has a maximum profile of just 3\".\n\nHousing The Philips Gardco SlenderForm housing consists of a rugged extruded aluminum housing body with an integral LED thermal management system, with die cast aluminum end caps.\n\nIP Rating SlenderForm luminaires have a rating of IP66.\n\nVibration Resistance SlenderForm carries a 3G vibration rating that conforms to standards set forth by ANSI C136.31.\n\nTesting includes vibration to 3G acceleration in three axes, all performed on the same luminaire.\n\nElectrical Luminaires are equipped with an LED driver that accepts 120V through 277V, or 347V through 480V, 50hz to 60hz, input. Driver output is based on the LED wattage selected.\n\nComponent-to-component wiring within the luminaire will carry no more than 80% of rated current and is listed by UL for use at 600 VAC at 302°F / 150°C or higher. Plug disconnects are listed by UL for use at 600 VAC, 15A or higher.\n\nPower factor is not less than 90%. Luminaire consumes 0.0 watts in the off state. All motion sensors utilized consume 0.0 watts in the off state. Surge protector standard. 10KA per AN SI/IEEE C62.41.2.\n\nLED Thermal Management The Philips Gardco SlenderForm LED provides integral thermal radiation fins to provide the excellent thermal management so critical to long LED system life.\n\nFull Cutoff performance Full cutoff performance means a luminaire distribution where zero candela intensity occurs at an angle at or above 90° above nadir. Additionally, the candela per 1000 lamp lumens does not numerically exceed 100 (10 percent) at a vertical angle of 80° above nadir.\n\nThis applies to all lateral angles around the luminair.\n\nOptical Systems The advanced LED optical systems provide IES Types II, III, IV and V distributions, All optical systems feature unitized lens optic construction.\n\nSlenderForm luminaires are provided standard with a clear glass lens, for maximized performance. A diffuse lens is available as an option, resulting in reduced performance. All SlenderForm luminaires provide full cutoff performance.\n\nListings All luminaires bear UL or CUL (where applicable) Wet Location labels.\n\nFinish Each standard color luminaire receives a fade and abrasion resistant, electrostatically applied, thermally cured, triglycidal isocyanurate (TGIC) textured polyester powdercoat finish. Standard colors include bronze (BRP), black (BLP), white (WP), and natural aluminum (NP). Consult factory for specs on optional or custom colors.\n\nWarranty Philips Gardco luminaires feature a 5 year limited warranty. Philips Gardco LED luminaires with LED arrays feature a 5 year limited warranty covering the LED arrays. LED Drivers also carry a 5 year limited warranty. Motion sensors are covered by warranty for 5 years by the motion sensor manufacturer. See Warranty Information on www.sitelighting.\n\ncom for complete details and exclusions.\n\nPolycarbonate lenses carry a 1 year warranty.', 'http://www.lightingproducts.philips.com/our-brands/gardco/slenderform-post-top-led.html#!f=%2b%40Category%3aSite+%26+Area%2b%40SubCategory%3aArchitectural+Post+Top%2b%40LampSource%3aLED', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/SlenderForm_SFP_LED.pdf', '2015-11-11', '2016-02-14', '0000-00-00', ''),
(64, 33, 'ELG', 'HLO_ELG4069', 'ELG4069', 'ELG4069. H4 LED Gen2 Adjustable Gimbals.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '13W', '700-930LM', '50,000 Hours', 'ELV/MLV, 0-10V', '120-277V', '25°, 35°, and 50°', 'Halo H4 LED Adjustable Gimbals combine an adjustable gimbal trim and LED light engine. The H4 LED adjustable gimbal family features 35° tilt and offers interchangeable optics with three beam distributions of 25° , 35° , and 50°. In addition, 90 CRI and the choice of four color temperatures - 2700°K, 3000°K, 3500°K, 4000°K. Three trim finishes of White, Satin Nickel, and Tuscan Bronze are offered. Halo LED offers high quality, fit, finish, and performance in an energy-efficient, high efficacy gimbal.  Heat Sink\n Durable aluminum construction.\n\n Conducts heat away from the LED keeping the junction temperatures below specified maximums, even when installed in insulated ceiling housings.\n\nGimbal\n Precision designed fit and finish  Die-cast aluminum with snap-in front loading ring allowing interchange of beam forming reflectors  Gimbal front ring holds one lens media. Clear glass lens is included. Optional lens media such as L111 soft focus may be used in place of clear glass lens.\n\n 35° tilt adjustment with friction fit to heat sink.\n\n Smooth travel from nadir to 35°  Works with the upper heat sink for thermal conduction away from the LED MOUNTING\nFriction Blades  Precision formed steel spring blades provide retention of the light engines in the H4 LED series housings.\n\n Friction blade design allows the light engine to be installed in any position within the housing aperture (360 degrees).\n\nELECTRICAL LED Connection\n LED connector is non-screw base offering easy installation with the H457 Series housings.\n\n LED connector is compliant with high-efficacy luminaire code requirements as a non-screw base socket.\n\n Separate grounding cable included on the module for attachment to the housing during installation.\n\nFinish Options WH = White SN = Satin Nickel TBZ = Tuscan Bronze OPTICS\n Three beam distribution options with interchangeable round beam forming reflectors  Gimbal is supplied with 25° reflector pre-installed  Reflector options\n25°, 35°, 50° beam angle (TL412RK kit)  Clear glass cover lens included with gimbal. One optional accessory lens may be used in place of clear lens.\n\n Reflector and lens are accessible behind the gimbal’s snap-in front ring.\n\nOptical Accessory Reflector Kit -- TL412RK  Includes all three reflector options  25° beam angle reflector (one is included with gimbal)  35° beam angle reflector  50° beam angle reflector COLOR SPECIFICATION & QUALITY STANDARDS\n LED is a chip on board design consisting of a multiple LED package with proximity phosphor coating to create one virtual white light source for a productive “cone of light”  Halo employs a tight chromaticity specification and LED color binning process to ensure LED color uniformity, sustainable Color Rendering Index (CRI) and Correlated Color Temperature (CCT) consistency over the useful life of the LED  Halo H4 LED chromaticity specification is 3SDCM initial and 5SDCM at rated life, which exceeds ENERGY STAR® SSL color standards (as per ANSI 78.377-2008).\n\n Every Halo LED Module is quality tested and performance measured on the production line, and then serialized to register lumens, wattage, CRI and CCT.\n\n Halo LED serialized testing and measurement process further ensures color and lumen consistency to meet stringent Cooper Lighting specifications and exceed ENERGY STAR® SSL standards.\n\n Halo LED Modules and light engines include Color Rendering Index and Correlated Color Temperature in the model number.\n\nExample\nELG406940WH 9 40 >90 CRI 4000K nominal CCT QUALIFICATION\n Halo LED offers the choice of four correlated color temperatures\n2700K, 3000K, 3500K, 4000K  90 CRI  ENERGY STAR® Qualified as used with designated LED trims*  Can be used to meet State of California Title 24, Washington State Energy Code - WSEC, and International Energy Conservation Code – IECC, High Efficacy requirements when used with designated LED trims*  LED emits no ultraviolet and minimal infrared wavelengths  ROHS compliant  Damp location listed with H457 LED housings  Electrical/Energy Data refer to H457 LED housings (LED driver is fixed in housing) Dimming\n The HALO H4 LED luminaires are dimmable. Refer to H457 housing specifications and consult dimmer manufacturers for compatibility and loading.\n\nWarranty\nCooper Lighting provides a five year limited warranty on Halo LED Luminaires which includes the LED Recessed Housing, LED Light Engine, and LED trims. (Subject to all of the limitations set forth in Cooper Lighting Terms and Conditions of sale. Refer to www.cooperlighting.com.)', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/_4_inch_led_adjustable_gimbals/_853537.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/_4_inch_led_adjustable_gimbals/_853537.ssd.brands.lighting!halo!led.html', '2014-04-03', '2016-02-16', '0000-00-00', ''),
(65, 33, 'ELG', 'HLO_ELGS4069', 'ELGS4069', 'ELGS4069. H4 LED Gen2 Adjustable Gimbals. Square.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '13W', '700-930LM', '50,000 Hours', 'ELV/MLV, 0-10V', '120-277V', '25°, 35°, and 50°', 'Halo H4 LED Adjustable Gimbals combine an adjustable gimbal trim and LED light engine. The H4 LED adjustable gimbal family features 35° tilt and offers interchangeable optics with three beam distributions of 25° , 35° , and 50°. In addition, 90 CRI and the choice of four color temperatures - 2700°K, 3000°K, 3500°K, 4000°K. Three trim finishes of White, Satin Nickel, and Tuscan Bronze are offered. Halo LED offers high quality, fit, finish, and performance in an energy-efficient, high efficacy gimbal.  Heat Sink\n Durable aluminum construction.\n\n Conducts heat away from the LED keeping the junction temperatures below specified maximums, even when installed in insulated ceiling housings.\n\nGimbal\n Precision designed fit and finish  Die-cast aluminum with snap-in front loading ring allowing interchange of beam forming reflectors  Gimbal front ring holds one lens media. Clear glass lens is included. Optional lens media such as L111 soft focus may be used in place of clear glass lens.\n\n 35° tilt adjustment with friction fit to heat sink.\n\n Smooth travel from nadir to 35°  Works with the upper heat sink for thermal conduction away from the LED MOUNTING\nFriction Blades  Precision formed steel spring blades provide retention of the light engines in the H4 LED series housings.\n\n Friction blade design allows the light engine to be installed in any position within the housing aperture (360 degrees).\n\nELECTRICAL LED Connection\n LED connector is non-screw base offering easy installation with the H457 Series housings.\n\n LED connector is compliant with high-efficacy luminaire code requirements as a non-screw base socket.\n\n Separate grounding cable included on the module for attachment to the housing during installation.\n\nFinish Options WH = White SN = Satin Nickel TBZ = Tuscan Bronze OPTICS\n Three beam distribution options with interchangeable round beam forming reflectors  Gimbal is supplied with 25° reflector pre-installed  Reflector options\n25°, 35°, 50° beam angle (TL412RK kit)  Clear glass cover lens included with gimbal. One optional accessory lens may be used in place of clear lens.\n\n Reflector and lens are accessible behind the gimbal’s snap-in front ring.\n\nOptical Accessory Reflector Kit -- TL412RK  Includes all three reflector options  25° beam angle reflector (one is included with gimbal)  35° beam angle reflector  50° beam angle reflector COLOR SPECIFICATION & QUALITY STANDARDS\n LED is a chip on board design consisting of a multiple LED package with proximity phosphor coating to create one virtual white light source for a productive “cone of light”  Halo employs a tight chromaticity specification and LED color binning process to ensure LED color uniformity, sustainable Color Rendering Index (CRI) and Correlated Color Temperature (CCT) consistency over the useful life of the LED  Halo H4 LED chromaticity specification is 3SDCM initial and 5SDCM at rated life, which exceeds ENERGY STAR® SSL color standards (as per ANSI 78.377-2008).\n\n Every Halo LED Module is quality tested and performance measured on the production line, and then serialized to register lumens, wattage, CRI and CCT.\n\n Halo LED serialized testing and measurement process further ensures color and lumen consistency to meet stringent Cooper Lighting specifications and exceed ENERGY STAR® SSL standards.\n\n Halo LED Modules and light engines include Color Rendering Index and Correlated Color Temperature in the model number.\n\nExample\nELG406940WH 9 40 >90 CRI 4000K nominal CCT QUALIFICATION\n Halo LED offers the choice of four correlated color temperatures\n2700K, 3000K, 3500K, 4000K  90 CRI  ENERGY STAR® Qualified as used with designated LED trims*  Can be used to meet State of California Title 24, Washington State Energy Code - WSEC, and International Energy Conservation Code – IECC, High Efficacy requirements when used with designated LED trims*  LED emits no ultraviolet and minimal infrared wavelengths  ROHS compliant  Damp location listed with H457 LED housings  Electrical/Energy Data refer to H457 LED housings (LED driver is fixed in housing) Dimming\n The HALO H4 LED luminaires are dimmable. Refer to H457 housing specifications and consult dimmer manufacturers for compatibility and loading.\n\nWarranty\nCooper Lighting provides a five year limited warranty on Halo LED Luminaires which includes the LED Recessed Housing, LED Light Engine, and LED trims. (Subject to all of the limitations set forth in Cooper Lighting Terms and Conditions of sale. Refer to www.cooperlighting.com.)', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/_4_inch_led_adjustable_gimbals/_853537.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/_4_inch_led_adjustable_gimbals/_853537.ssd.brands.lighting!halo!led.html', '2014-04-03', '2016-02-16', '0000-00-00', ''),
(66, 34, 'STEP', 'DPL_SP613', 'SP613', 'STEP 6.3. 2\" Square LED Recessed Wall Mount. SP613.', 1, 1, '', '2700K, 3000K, 4000K, 5000K; Blue.', '', '1/2W', '40LM', '', '', 'Remote LV/120V', 'Diffuse', 'Recessed LED wall-mounted spotlight with IP65 protection rating, aluminum body and a 0.06\" thick outer stainless steel plate. External frame available in 5 different shapes and asymmetrical optics, ideal for pathway and effect lighting. Outer casing available for installation in solid walls. Series connection; power supply unit not included – to be ordered separately.\n\n Application\nPathway and effect lighting.\n\nInstallation\nIndoor or outdoor recessed spotlights.\n\nMounting\nrecessed with springs\nrecess hole Ø 1.77\"; overall volume Ø 2.76\"x3.54\"outer casing for solid walls WC1500.\n\nMaterial\nBody in aesthetic aluminium in varnished stainless steel.\n\nFinishes available\nWhite; Black; Cor-TEN.\n\nN° and type of LED\n1 power LED.\n\nPower supply\nNom. power consumption 1W; 2W 350mA; 500mA.\n\nPower supply unit\nNot included.\n\nConnection\nIn series; wired with a 4.92\' cable.\n\nTotal Delivered Lumens\n40 lm (3000K 350mA).\n\nOptics\nDiffused anti-glare.\n\nLED colour\nWhite\nWarm White (2700K); Warm White (3000K); Natural White (4000K); Cool White (5000K); Blue.\n\nIP 65', 'http://www.designplan.com/step-63-2-square-led-recessed-wall-mount', '', '2016-02-10', '2016-02-17', '0000-00-00', ''),
(67, 34, 'Bright', 'DPL_CB5910', 'CB5910', 'CB5910. Bright 5.9 LED In Grade Uplight.', 1, 0, '', '2700K, 3000K, 4000K', '', '13W', '671LM', '', '', 'Remote 24V/120V', 'Narrow, Medium, Flood, Diffuse', 'Installation\nOutdoor and indoor recessed spotlights.\n\nMounting\nWith outer casing Wc 0601, Wc 0701; Material\nstainless steel AISI 316L, anodized aluminum, tempered glass.\n\nFinishes available\nstainless steel Outdoor grey varnished aluminium.\n\nN° and type of LED\n1 COB LED Nom. power consumption\n13W.\n\nPower supply\n24vDC.\n\nPower supply unit\nRemote; order separately Total Delivered Lumens\n671 lm (3000K) Optics\nL; M; S; D.\n\nLED color\nWhite. Warm White (2700K); Warm White (3000K); White (4000K).\n\nIP67 IK 09', 'http://www.designplan.com/bright-59-led-in-grade-uplight', '', '2015-12-29', '2016-02-17', '0000-00-00', ''),
(68, 35, 'LBX', 'LMP_LBX', 'LBX', 'LBX.Lumenbeam LBX Dynamic White.', 1, 0, '', '2200-3000K, 2700-6500K', '', '104, 205W', '6,588-10,455LM', '120,000 Hours', 'DMX', '100 - 277V', '6°, 10°, 20°, 40° or 60°', 'The Lumenbeam LBX Dynamic White is a specialized 140W or 205W luminaire for lighting multi-story façades and structures – enabling the selection of any color temperature from 2200K to 3000K or from 2700K to 6500K. This dynamic feature enables smooth variations in color temperature, and gives clients the freedom to update the color of light in response to the way a space is used. The luminaire offers a wide choice of options: two outputs RO (140W) and HO (205W); optics for flood or accent lighting; various mounting options, accessories and spread lenses; and dimming control via DMX/RDM.\r\n\r\nBest-in-class performance (DWH)\r\n471,119 candelas at nadir; 10,445 lumens; minimum 1 fc at 686 ft (HO DWH full output, 6° optic) \r\n\r\nPerformance (DWW)\r\n365,619 candelas at nadir; 8,441 lumens; minimum 1 fc at 605 ft (HO DWW full output, 6° optic) \r\n\r\nTunable color temperature\r\nSelect between 2200K and 3000K or 2700K and 6500K \r\n\r\nBuilt to last\r\nSturdy construction; lumen maintenance: 120,000 hours (L70 at 77 °F) \r\n\r\n5 year warranty\r\nStandard 5-year warranty for complete assembly \r\n\r\nSustainable design\r\nDual-chamber design allows components and drivers to be replaced \r\n\r\nUniversal power input\r\nPrepared for all voltages from 100 to 277V \r\n\r\nCorrosion-resistant option\r\nSuitable for hostile environments; salt spray, harsh chemicals and extreme outdoor exposure', 'http://www.lumenpulse.com/en/products/70/lumenbeam-lbx-dynamic-white', 'http://www.lumenpulse.com/_files/products/files/388_en_lumenpulse_lumenbeam_lbx_dwh_spec_sheet.pdf', '2015-08-26', '2016-02-17', '0000-00-00', ''),
(69, 35, 'LOI', 'LMP_LOI', 'LOI', 'LOI. Inground Color Changing.', 1, 0, '', 'RGB, RGBW', '', '17.25W/FT, 6W/FT', '384-512LM/FT', '80,000 Hours', 'DMX', '100 - 277V', 'Asymmetric wallwash, 10° x 10°, 10° x 60°, 30° x 60° or 60° x 60° optics. Direct View.', 'The Lumenfacade Inground Color Changing is a high-performance linear LED luminaire designed for colorful asymmetric wall washing, grazing and linear wayfinding. Featuring second generation LED technology, the Lumenfacade Inground Color Changing is available in four different sizes (1, 2, 3 and 4’), with a wide number of options, including a choice of optics; RGB color mixing; various mounting options, finishes and accessories; and dimming control via DMX. A unique asymmetric distribution is also available, providing exceptional uniformity and brightness for walls and signage.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Physical \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Aluminum optical chamber housing.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Anodized aluminum flush trim.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Polymer recycled PVC blockout housing.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Available in 1’, 2’, 3‘ or 4’ sections.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Die cast aluminum end caps.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Stainless steel hardware.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Tempered glass lens.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Asymmetric wallwash, 10° x 10°, 10° x 60°, 30° x 60° or 60° x 60° optics.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n 0°, 2.5°, 5° or 20° factory-set optical aiming options (not available for asymmetric wallwash).\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n IP68 rated for up to 1’ (30cm), not suitable for permanent immersion applications.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n IK10 rated.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n 1000kg max load, walk over only*.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nPerformance \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Color mixing options\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nRGB (3 channels) or RGBW (4 channels).\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Lumen maintenance 80,000 hrs [L70 @ 25°C].\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Lumen maintenance 60,000 hrs [L70 @ 50°C].\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Resolution per foot or per fixture.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Operating temperatures\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n-40° C to 50° C [-40F to 122F].\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nElectrical \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Line voltage luminaire for 100 to 277V.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n Power and data in 1 cable (#16-5).\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n IP68 push-lock connectors.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n 17.25W/ft.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n DMX 512 ready.', 'http://www.lumenpulse.com/en/products/138/lumenfacade-inground-color-changing', 'http://www.lumenpulse.com/_files/products/files/602_en_lumenpulse_lumenfacade_loi_color_changing_spec_sheet.pdf', '2015-11-25', '2016-02-17', '0000-00-00', ''),
(70, 36, 'C', 'RSA_CX', 'CX', 'CX. Combolight Gen 3 4 Square LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', ''),
(71, 36, 'C', 'RSA_C6', 'C6', 'C6. Combolight Gen 3 6 LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', ''),
(72, 36, 'C', 'RSA_C5', 'C5', 'C5. Combolight Gen 3 5 LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', ''),
(73, 36, 'C', 'RSA_C4', 'C4', 'C4. Combolight Gen 3 4 LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(74, 36, 'C', 'RSA_C3', 'C3', 'C3. Combolight Gen 3 3 LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', ''),
(75, 36, 'C', 'RSA_C2', 'C2', 'C2. Combolight Gen 3 2 LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', ''),
(76, 36, 'C', 'RSA_C1', 'C1', 'C1. Combolight Gen 3 1 LED Modules Multi-Lamp Recessed.', 0, 0, '', '2700, 3000, 3500, 4000K', '90, 95 CRI', '7.26-40.74W/Per Module', '613-2432LM/Per Module', '50000 Hours', '0-10V, DALI, DMX, Lutron Hi Lume A', 'UNV 120-277V', 'Narrow, Medium, Flood', 'An adjustable multi-lamp recessed fixture with available 0.75” (19mm) trim flange, trimless for mud-in drywall and truly trimless for hard surface and special ceiling installations. Combolight LED is offered in various LED module configurations from One to Six (1-6) LED Modules.\n\nApplicable for new construction applications in IC and non-IC conditions.\n\nFor non-IC applications, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing. For use in insulated ceiling applications, housing may be covered on all sides with insulation material.\n\n Housing\nHousing and junction box are constructed from CRS. Trim & trimless meshplate assembly are all steel construction.\n\nSystem Protection / Electrical\nThermal protection provided to guard against overheating.\n\nJunction Box is UL listed for through branch wiring, 6 #12 90º C conductors or 60º C for end of run. Electrical accessible through ceiling opening. Integral LED drivers are mounted in a separate metal enclosure box attached to the housing with 18” flexible conduit. Includes a separated wiring compartment with knockouts and a maintenance door.\n\n LED Modules\n1, 2, 3, 4, 5 or 6 LED modules mounted in adjustable double gimbals with field changable optics. 40° x 40° locking lamp adjustment. Spacer rings are available for additional media.\n\nPassive cooling achieves L70 at 50,000 hours. Various lumen ranges from 613-2432 lumens per module as well as minimum CRI from 90-95 dependent on modules choice.\n\nTrim / Trimless / Special Ceiling\nTrimmed housing utilizes a removable trim sleeve to provide a 0.75” flange around the ceiling aperture. Trimless housing includes perforated meshplate for trimless installation in drywall/ plaster ceilings by allowing the ceiling’s mudding compound to be applied right up to the edge of the fixture opening. Includes a beveled “knifeedge” lip to ensure a clean edge. Special Ceiling applications feature a welded collar for hard surface applications.\n\nCompliance\nType Non-IC inherently protected, insulation must be kept 3” (76mm) from all sides and at least 1”(25mm) above the housing.\n\ncULus listed for damp locations.\n\nType IC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations. Contains no mercury or lead and RoHS compliant. Photometric testing in accordance with IES LM-79-08.\n\nLumen maintenance projections in accordance with IES LM-80-08 and TM-21-11.\n\nWarranty\n5 year warranty', 'http://www.cooperindustries.com/content/public/en/lighting/products/multi_lamp_lighting/recessed/_868521.html', '', '2015-09-09', '2016-03-08', '0000-00-00', ''),
(77, 37, 'LC32', 'AMT_LC32-1', 'LC32-1', 'LC32 LED. Architectural Cove.Lighting Level 1. LC32-1', 1, 0, '', '2700, 3000, 3500, 4000K', '85+', '765 W/FT', '9 LM/FT', '50,000 Hours', 'ELV, 0-10V', '120, 220, 277V, UNV 120-277V', 'General, Flood', 'Cooper Lighting\'s LC32 combines a small scale profile with a proprietary Linear LED module that offers superior efficacy, and a diffuse uniform light distribution free from striations and hot spots. The LED module consists of a low-powered discrete LED array that runs exceptionally cool and offers aiming flexibility with three factory preset positions. Available in two light levels, this linear design tool is capable of providing more than just a decorative glow. The LC32 is ideal for cove, wall wash, and perimeter applications to visually define and/or accent architectural interior features and surfaces.\n\n Construction\nHousing gear-tray and brackets are die formed aluminum. LED module composed of extruded aluminum heat sink and fastened to housing with stainless steel hardware. Clear acrylic extruded lens offers protection from installation handling and dust. Fixture is UL Damp Location Listed.\n\nThe LC32 linear cove system features quick connect plugs to simplify installation and allow product runs up to 120 linear feet.\n\nLED Light Engine\nFixture equipped with proprietary Cooper Lighting LED available in 2700, 3000, 3500 or 4000K with 85+ CRI. Future-proof module joined with an aluminum heat sink provides exceptional thermal management for cool operation and maximum efficacy. Discrete low-powered LED array provides soft diffuse light free from striations. LEDs comply with LM-80 lifetime testing standards and offer a life rating of 50,000 hours and 70% lumen maintenance.\n\nDriver/Electrical\nIntegral high performance constant current driver for switched and dimmed applications. Each cove module is configured for a line voltage feed while providing through wiring and quick connects for continuous mounting applications.\n\nMounting\nAmetrix LC32\'s small scale allows for mounting within small niches, architectural coves and valences for cove and wall wash applications. Each individual luminaire module provides two structural mounting locations.\n\nCompliance\nDamp Location Listed. cULus listed for 25° C ambient environments, RoHS compliant, and compliant with IESNA LM-79. LEDs comply with LM-80 standards.', 'http://www.cooperindustries.com/content/public/en/lighting/products/cove_lighting/_827385.brands.lighting!ametrix!led.html', '', '2014-03-31', '2016-03-08', '0000-00-00', ''),
(78, 37, 'LC32', 'AMT_LC32-2', 'LC32-2', 'LC32 LED. Architectural Cove. Lighting Level 2. LC32-2', 1, 0, '', '2700, 3000, 3500, 4000K', '85+', '1330 W/FT', '18.5 LM/FT', '50,000 Hours', 'ELV, 0-10V', '120, 220, 277V, UNV 120-277V', 'General, Flood', 'Cooper Lighting\'s LC32 combines a small scale profile with a proprietary Linear LED module that offers superior efficacy, and a diffuse uniform light distribution free from striations and hot spots. The LED module consists of a low-powered discrete LED array that runs exceptionally cool and offers aiming flexibility with three factory preset positions. Available in two light levels, this linear design tool is capable of providing more than just a decorative glow. The LC32 is ideal for cove, wall wash, and perimeter applications to visually define and/or accent architectural interior features and surfaces.\n\n Construction\nHousing gear-tray and brackets are die formed aluminum. LED module composed of extruded aluminum heat sink and fastened to housing with stainless steel hardware. Clear acrylic extruded lens offers protection from installation handling and dust. Fixture is UL Damp Location Listed.\n\nThe LC32 linear cove system features quick connect plugs to simplify installation and allow product runs up to 120 linear feet.\n\nLED Light Engine\nFixture equipped with proprietary Cooper Lighting LED available in 2700, 3000, 3500 or 4000K with 85+ CRI. Future-proof module joined with an aluminum heat sink provides exceptional thermal management for cool operation and maximum efficacy. Discrete low-powered LED array provides soft diffuse light free from striations. LEDs comply with LM-80 lifetime testing standards and offer a life rating of 50,000 hours and 70% lumen maintenance.\n\nDriver/Electrical\nIntegral high performance constant current driver for switched and dimmed applications. Each cove module is configured for a line voltage feed while providing through wiring and quick connects for continuous mounting applications.\n\nMounting\nAmetrix LC32\'s small scale allows for mounting within small niches, architectural coves and valences for cove and wall wash applications. Each individual luminaire module provides two structural mounting locations.\n\nCompliance\nDamp Location Listed. cULus listed for 25° C ambient environments, RoHS compliant, and compliant with IESNA LM-79. LEDs comply with LM-80 standards.', 'http://www.cooperindustries.com/content/public/en/lighting/products/cove_lighting/_827385.brands.lighting!ametrix!led.html', '', '2014-03-31', '2016-03-08', '0000-00-00', ''),
(79, 38, '0-08', 'IOL_0-08-33', '0-08-33', '0 08 33. Raye G2 Interior Cove Light.', 1, 0, '', '2700, 3000, 3500, 4000K', '80+, 90 optional', '4.8, 6.4, 9.6, 10.56 W/FT', '342-828 LM/FT', '50000 Hours', '0-10V, DMX, DALI, Litron Hi Lume A', 'UNV 120-277V', 'Asymetric, Forward Throw', 'raye Generation 2 (G2) is today’s answer to high performance cove applications. Available in a 2\" x 6\" housing (3\" x 3\" housing also available), much of the extruded aluminum heat sinking (required for Raye Gen 1) has been removed enabling a cost reduction while maintaining superior thermal management. io utilizes the highest efficacy LEDs and tightest Binning (2-step MacAdam). raye Gen 2 is the high-performance, affordable answer to new and retrofit cove applications. While exceeding T8 & T5 high performance alternatives, raye’s optical assembly has been designed to uniformly illuminate the interior surfaces of the cove while offering a very precise asymmetric beam projection. Now field adjustable, the fixture can be tilted up to illuminate various types of ceiling conditions (i.e. barrel vaults). An LED tray can removed in the field via a quick disconnect for future maintenance without disrupting the permanent installation. The driver is also easily accessible for future maintenance. Projected average rated life is 50,000 hours at 70% of lamp lumen output. io utilizes LEDs that are compliant with LM 80 standards. Ambient temperature surrounding the fixture shall not exceed 122?F (50?C).\n\nLight Output\nraye is available with four lumen outputs for white light only. All values listed below represent initial lumens. LM79 IES format files are available on the Cooper website. io only delivers high quality white light solutions with 2-step Binning. 80+CRI is standard. For 90+ CRI, please consult factory for pricing and lead-time.\n\n>> 2-step MacAdam Binning.\n\nConstruction\nraye’s wireway housing is die formed 20 gauge prime cold rolled steel. The wireway is 17.15” in length for both the 18”& 72” fixtures. Knockouts are provided for ½” conduit fittings. Wiring components and Drivers are mounted to a one piece back housing, permitting removal of the cover for ease of maintenance. An anodized aluminum channel which houses the LED tray and optic is mechanically fastened to a metal channel that runs the length of the fixture.\n\nMounting Options raye is designed to be surface mounted within an architectural cove for indirect illumination. For a uniform distribution (with no socket shadows) of light fixtures should be mounted end-to-end.\n\nElectrical\nAll fixtures are pre-wired and pre-assembled for easy installation. Electronic drivers (universal power supplies, 120-277v) are integral within the sheet metal wire way housing for both the 18\" and 72\" units.\n\nFinish\nWhite powder coat paint finish is standard.', 'http://www.cooperindustries.com/content/public/en/lighting/products/cove_lighting/_125552.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-raye-3x3-sss.pdf', '2014-11-01', '2016-03-08', '0000-00-00', ''),
(80, 39, 'D', 'LTL_DSXPG-LED', 'DSXPG-LED', 'DSXPG-LED. D-Series Parking Garage.', 1, 0, '', '3000K, 4000K, 5000K,', '80, 70, 65', '26-107W', '2570-11636LM', 'Expected service life of over 100,000 Hours', 'Motion/ambient sensor, XPoint™ Wireless  enabled.', 'unv120-277V, 347V, 480V', 'Type V entryway, medium, wide, rectangular, Asymmetric', 'The D-Series LED Parking Garage luminaire provides energy savings of 88% when replacing 175W metal halide luminaires. With an expected service life of over 100,000 hours (10+ years of 24/7 operation), up to ten metal halide lamp changes are avoided over the life of the product. All of this adds up to quick paybacks and a very low total cost of ownership.\n\nFive dedicated precision refractive optics allow the D-Series Parking Garage luminaire to meet the desired criteria for minimums, verticals and uniformity. Exceptional glare control is achieved while delivering the required vertical illumination.\n\nINTENDED USE\nThe energy savings, long life, and easy-to-install design of the D-Series LED Parking Garage luminaire make it the smart choice for commercial and municipal garage applications. It is designed to meet or exceed recommended illuminance criteria when installed as a direct replacement of most HID parking garage luminaires.\n\nCONSTRUCTION\nTwo-piece die-cast aluminum housing has integral heat sink fins to optimize thermal management through conductive and convective cooling. Modular design allows for ease of maintenance and future light engine upgrades. The LED drivers are mounted in direct contact with the casting to promote low operating temperature and long life. Housing is completely sealed against moisture and environmental contaminants (IP66) and is suitable for hose-down.\n\nFINISH\nExterior parts are protected by a zinc-infused Super Durable TGIC thermoset powder coat finish that provides superior resistance to corrosion and weathering.\n\nA tightly controlled multi-stage process ensures a minimum 3 mils thickness for a finish that can withstand extreme climate changes without cracking or peeling.\n\nOPTICS\nPrecision-molded proprietary acrylic lenses provide five different photometric distributions tailored specifically to parking garage applications. Light engines are available in 3000 K (80 min. CRI), 4000 K (70 min. CRI) or 5000 K (65 min. CRI) configurations.\n\nELECTRICAL\nLight engines consist of 10 high-efficacy LEDs mounted to a metal-core circuit board to maximize heat dissipation and promote long life. The electronic driver has a power factor of >90%, THD <20%, and a minimum 2.5 KV surge rating. When ordering the SPD option, a separate surge protection device is installed within the luminaire which meets a minimum Category C low operation (per ANSI/IEEE C62.41.2).\n\nINSTALLATION\nStandard configuration accepts a rigid or free-swinging 3/4” NPT stem (by others) for pendant mounting. The surface mount option attaches to a 4x4” recessed or surface mount outlet box using a quick-mount kit (included); kit contains galvanized steel luminaire and outlet box plates and a full pad gasket. Kit has an integral mounting support that allows the luminaire to hinge down for easy electrical connections. Luminaire and plates are secured with set screws. Also available with a yoke/trunnion mount option with 3/4” NPT provision for flexible conduit entry (conduit by others); height can be adjusted from 10-18”. Supply leads are 12” in length as standard. For longer supply leads, please consult factory.\n\nLISTINGS\nCSA certified to U.S. and Canadian standards. Light engines and luminaire are IP66 rated. Rated for -40°C minimum ambient.\n\nDesignLights Consortium® (DLC) qualified product — Parking Garage Luminaires category. Not all versions of this product may be DLC qualified.\n\nPlease check the DLC Qualified Products List at www.designlights.org to confirm which versions are qualified.\n\nWARRANTY\nFive-year limited warranty. Complete warranty terms located at www.acuitybrands.com/CustomerResources/Terms_and_conditions.aspx.\n\nNote\nActual performance may differ as a result of end-user environment and application.\n\nAll values are design or typical values, measured under laboratory conditions at 25 °C.\n\nSpecifications subject to change without notice.', 'https://www.acuitybrands.com/products/detail/566949/Lithonia-Lighting/D-Series-Parking-Garage/D-Series-Parking-Garage-LED-Outdoor-Canopy', 'http://www.acuitybrands.com/products/detail/116767/Lithonia-Lighting/D-Series-Parking-Garage/LED-Parking-Garage-Luminaire-Now-with-More-Lumens/-/media/products/Lithonia_Lighting/116767/document/DSXPG_pdf.pdf', '2016-02-29', '2016-03-20', '0000-00-00', ''),
(81, 19, 'LS', 'USA_LSTD4', 'LSTD4', 'LSTD4. DOWNLIGHT.', 1, 0, '', '2700K-2200K 3000K-2200K', '80+, 90+', '16, 32W', '650- 950LM, 1100 - 1600LM', '50,000 Hours LM70', 'Warm Glow Dimming, 0-10V, eldoLED 0-10V, eldoLED DALI, eldoLED DMX, Lutron Hi-Lume', '120V, 277V', '30°,50°,80°', '4-1/2” square aperture with a 1” regress or deep regress bevel and 1/2” flange, retained by two mounting clips. Die cast aluminum bevel is available in white, statuary bronze, black, and metalized gray painted finishes, with flange painted to match. Also available in black or clear matte \nanodized finishes, with self-finish or contrasting painted flange. Custom colors are available (provide RAL#). Trim is shipped with a solite lens provided \nstandard.', 'http://www.usailighting.com/20-warm-glow-dimming-3113-square', 'http://www.usailighting.com/site/download.php?id=7958', '2016-03-02', '2016-03-25', '0000-00-00', ''),
(82, 19, 'LS', 'USA_LSLD4', 'LSLD4', 'LSLD4. DOWNLIGHT.', 1, 0, '', '2700K-2200K 3000K-2200K', '80+, 90+', '16, 32W', '650- 950LM, 1100 - 1600LM', '50,000 Hours LM70', 'Warm Glow Dimming, 0-10V, eldoLED 0-10V, eldoLED DALI, eldoLED DMX, Lutron Hi-Lume', '120V, 277V', '30°,50°,80°', '4-1/2\" square aperture with a 1\" regressed bevel retained by four mounting clips. Die cast aluminum bevel is available in white, statuary bronze, black, and metalized \ngrey finishes. Also available in black anodized or clear matte anodized bevel. Custom color available (provide RAL#).', 'http://www.usailighting.com/20-warm-glow-dimming-3313-square-trimless', 'http://www.usailighting.com/site/download.php?id=2291', '2016-01-07', '2016-03-25', '0000-00-00', ''),
(83, 40, 'jbox', 'EDG_jbox', 'jbox', 'jbox. Junction Box.', 1, 0, '', '2200K, 2700K, 3000K, 3500K, 4000K, 5700K', '85+, 95+', '2.5W/FT, 5W/FT', '235LM/FT', '50,000 Hours', 'ELV, 0-10V, Lutron Hi-lume®', 'Remote. 120-277V', 'Flood, General', 'Description:\rCirrus Channel D1 features a direct flat lens with 100 degree beam spread.\rAt 2.5 or 5 watts per foot, the 24 volt DC channel contains 85+ or 95+CRI\rLEDs. It includes a split canopy that mounts on standard junction box. May be\rordered with a Slim Profile Channel Junction Box (C-1RE-JBOX). Mounting clips\rare provided every 18 inches. Cirrus is powered by a Class 2 remote power\rsupply up to 40 feet away. Available from 12 inches to 240 inches/20 feet\r(5WDC) or to 480 inches/40 feet (2WDC). May be ordered in 3, 5, 8 or 10 inch\rincrements (see page 4 of spec sheet for exact dimensions). Lengths greater\rthan 120 inches will ship as two or more segments that join together. Fixtures\rinclude a 5 year warranty.\r\rFinishes:\rSatin Nickel, Chrome, Antique Bronze, Satin Aluminum, White and\rSatin Black; Custom finishes available\r\rApplications:\rArchitectural lighting, general lighting, and retail\r\rSlim-Profile Junction Box (sold separately):\rThe Slim-Profile Junction Box with hanger bars mounts to studs spaced between\r14.5 inches and 25 inches apart behind drywall. Allows low voltage DC wires\rfrom remote power supply to connect to channel wires. Junction box opening\ris covered by the fixture for a clean, safe connection. Includes a goof plate, for\rpoor plastering around j-box, which may be plastered and painted.\r\rRemote Power Supplies* & Dimmers\r(Sold Separately):\r• Electronic Low Voltage Dimming (ELV)\r• 0-10 Volt Dimming (0-10V)\r• Lutron Hi-lume®\r*\rIn-Wall Mounting Kits available', 'http://www.edgelighting.com/products/cirrus_channel_60d.php', 'http://www.edgelighting.com/specs/cc_d1.pdf?20150828', '2017-05-04', '2016-05-04', '2018-02-07', '1'),
(84, 40, 'SS3', 'EDG_SS3-RGB', 'SS3-RGB', 'SS3-RGB. SS3 RGB SOFT STRIP.', 1, 0, '', 'RGB', '', '2.6W/FT', '', '50,000 Hours', 'DMX', 'Remote. 120-277V', 'Flood, General', 'Description:\nSoft Strip (SS3) RGB provides dynamic color effects with red, green and\nblue LEDs. The 1/2\" wide flexible copper strip, with an optically clear\nprotective coating, is sold in 1 ft increments up to 36 ft with cutting\nincrements every 4 inches. Snap & Light Power Connector is required and\nis sold separately (pages 3-4). Additional Snap & Light Connectors (pages\n3-4) are also available for making custom configurations. At only 2.6 watts\nper foot, this system can be controlled using a compatible RGB 24 volt\nDC power supply with RGB DMX driver. Self-adhering SS3 mounts to most\nsmooth finished surfaces with industrial strength 3M tape (provided on\nback of strip); some unfinished surfaces may require screw-in mounting\nclips (sold separately). Designed for indoor, open-air environments, SS3\nincludes a flexible aluminum heat sink to extend LED life. Soft Strip is\ncompatible with solderless Snap & Light Connectors. Fixtures include a 5\nyear warranty.\n\nApplications:\nIndoor Only - Under/above cabinet, cove lighting or accent toe kicks,\nbehind sheer curtains, step, entertainment, display, night clubs, molding\naccent, media room\n\nLamp:\n18 RGB LEDs per foot\nLED lamps consume 2.6 watts per foot\n\nAverage Lamp Life:\n50,000 hours\n\nController:\nCTP Touch Screen Controller with Power Supply\nCDP Color Dial Controller with Power Supply\nCDMX1-RGBW DMX 1 Zone RGBW Touch Controller\n\n24VDC Power Supply with DMX Driver (Sold Separately):\nPSB-100W-24VDC-RGB 100W output, 120-277V Input\nPSB-200W-24VDC-RGB 100W output, 120-277V Input\nPSB-400W-24VDC-RGB 100W output, 120-277V Input\nPSB-2X100W-24VDC-RGB 2x100W output, 120-277V Input\nPSB-3X100W-24VDC-RGB 3x100W output, 120-277V Input\nPSB-4X100W-24VDC-RGB 4x100W output, 120-277V Input\n\nMounting Straps & Clips: (see page 5)\nSS-SU\nUse U-Strap every 6 to 12 inches for extra support (30 per package).\nSS-ST\nUse Tie Strap every 6 to 12 inches for extra support (30 per package).\nSS-MCL\nScrew In Mounting Clip mounts beneath strip, snapping the Strip into\nplace for additional support (10 per package).', 'http://www.edgelighting.com/products/soft_strip_rgb-3w-24v.php', 'http://www.edgelighting.com/specs/ss3_rgb_24v.pdf', '2017-02-03', '2016-05-07', '2018-02-07', '1'),
(85, 39, 'IBL', 'LTL_IBL', 'IBL', 'IBL. I-BEAM® LED High Bay.', 1, 0, '', '3500K, 4000K, 5000K', '70+, 80+', '95 - 489W', '11,277 - 66,025LM', 'L95 at 60,000H, predicted life of more than 100,000', '0-10V , XPoint™ wireless, motion sensor, dimming and switching photocel.', '120-277V or 347-480V', 'Narrow, Wide', 'INTENDED USE\nIdeal one-for-one replacement of conventional HID and fluorescent high bay systems. Applications include warehousing, manufacturing, gymnasiums, and other large indoor spaces with mounting heights up to 60\'. Certain airborne contaminants can diminish integrity of acrylic.  Click here for Acrylic Environmental Compatibility table for suitable uses.\n\nCONSTRUCTION\nLightweight aluminum heat sink designed to perform in ambient temperatures up to 55 ° C with lumen droop less than fluorescent due to precision thermal engineering for maximum naturally convective cooling. Structural elements such as the channel and end caps are fabricated from steel for maximum rigidity. Hard-tooled reflectors, utilizing reflective Alanod® MIRO-5® aluminum, for precise and repeatable photometry. Semi-diffuse lens optional to provide glare control – may be inverted for gloss or matte side down. Wireguard attachment points provided.\n\nOPTICS\nNarrow and wide distributions available to meet both horizontal and vertical light level requirements. Reflectors feature precision-formed optics utilizing reflective Alanod® MIRO-5® aluminum to achieve narrow distribution and white polyester powder coat to achieve wide distri bution. Semi-diffuse lens optional to provide glare control and LED protection.\n\nELECTRICAL\nL95 at 60,000 hours (only 5% loss) with a predicted life of more than 100,000 hours. Utilizes a 90°C case temperature driver for maximum life at high temperatures. 0.90 power factor and 10kA/10kV level of surge protection is standard.  Available as 120-277V or 347-480V input. 0-10V dimming standard for a dimming range of 100% to 10%; dimming source current is 150 microA.\n\nWIRELESS NETWORKING\nPoint™ Wireless technology creates a mesh network to ensure communication between fixtures, sensors and wall stations facility-wide. This option provides superior lighting management capabilities including granular control, configuration and custom grouping for increased energy savings.\n\nINSTALLATION\nSuitable for suspension by chain, cable, surface-mounting bracket, hook monopoint or single (pendant) monopoint. Surface mounting not recommended without optional surface mounting bracket. To maintain high ambient listing, fixture should be mounted at a minimum plenum height of 24\".  \n\nLISTINGS\nCSA certified to US and Canadian safety standards. Damp location listed. Suitable for ambient temperatures from -40°F (-40°C) to 131°F (55°C) when suspended 24\" from ceiling. Patent pending. DesignLights Consortium® (DLC) qualified product. Not all versions of this product may be DLC qualified. Please check the DLC Qualified Products List at www.designlights.org/QPL to confirm which versions are qualified.\n  \nWARRANTY\n5-year limited warranty. Complete warranty terms located at  www.acuitybrands.com/CustomerResources/Terms_and_conditions.aspx Note\nActual performance may differ as a result of end-user environment and application. All values are design or typical values, measured under laboratory conditions at 25 °C. Specifications subject to change without notice.', 'http://www.acuitybrands.com/products/detail/117068/Lithonia-Lighting/IBL/I-BEAM-LED-High-Bay', 'http://www.acuitybrands.com/products/detail/117068/Lithonia-Lighting/IBL/I-BEAM-LED-High-Bay/-/media/products/Lithonia_Lighting/117068/document/IBL_pdf.pdf', '2016-03-17', '2016-05-14', '0000-00-00', ''),
(86, 41, 'MM-XT', 'EDP_MM-XTS-OG', 'MM-XTS-OG', 'MM-XTS-OG. MiniMax LED NSP.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+, 98+', '12, 13, 14, 15, 18W', '700, 1000, 1300LM', '50,000', 'ELV, Lutron Hi-Lume, Incandescent', '120V, 277V', 'Narow, Medium', 'MiniMax LED NSP is a track mounted 10º or 24º spotlight powered by one of a number of Xicato XTM 9mm modules – including Artist Series and Vibrant Series modules – all of which are distinguished by extraordinary color consistency (within 1x2-step MacAdam ellipse). See tables on the reverse for wattages and efficacies.\n\nLuminaire may be configured to mount to any of eighteen 20-amp, 120-volt track systems – or – to any of six 277-volt track systems.\n\nLuminaire may be ordered with one of a number of drivers.\n\nOptical assembly consists of an internal reflector and a matte black concentric ring baffle which increases beam control, eliminates spill light and minimizes glare. Ring baffle is equipped with clips to accept one or two of a number of Optical Accessories including spread lenses, color filters and light reduction screens. A complimentary Beam Smoother is included.\n\nBeam spread may be changed by removing the ring baffle, replacing one ‘twist an lock’ reflector with the other, and re-inserting the ring baffle. Luminaire is ordered with a single reflector; the other reflector may be ordered as an accessory.\n\nAn on-off rocker switch, mounted flush in the circular top of the luminaire, is included standard on luminaires equipped for 120 volt service only.\n\nA concealed swivel provides 385° horizontal rotation and vertical adjustment from 0° to 90°. The swivel is permanently tensioned, allowing the luminaire to remain fixed at any angle. Luminaire can be locked in place by depressing a hinged (`lever lock’) bar so that it lies flush with the top of the housing. Lifting the lever lock frees the swivel.\n\nMiniMax luminaires have seamless aluminum housings and cast aluminum tops for lightweight durability and heat dissipation.', 'http://www.epl.com/products/1093/', 'http://www.epl.com/doc/EPL_11_104_MINIMAX_LED_NSP_6-15-16.pdf', '2016-05-17', '0000-00-00', '2016-05-24', ''),
(87, 41, 'DL', 'EDP_DL-LMD019-4WL', 'DL-LMD019-4WL', 'DL LMD019 4WL. lensed wallwasher.', 1, 0, '', 'Warm dim 1800K to 3050K', '90+', '22, 27W', '490, 539LM', '50,000', '0-10V', '120V, 277V', 'Wallwash', 'DLWL LMD/4 is a 4” aperture, LED lensed wallwasher powered by a Lumenetix® araya® Dynamic Dimming module. LED module produces consistent (< 2 step MacAdam ellipses) 90+CRI white light that dims from 3000K to 1800K in increments of 1%, providing an experience similar to the dimming profile of either an incandescent or quartz halogen lamp. See tables on following page for wattage and efficacies.\r\rThe optical assembly consists of two internal reflectors and a 40° x 70° glass spread lens. Assembly may be rotated 363°, oriented as desired and locked in place. Precise design provides uniform illumination on vertical surfaces up to the ceiling line and minimizes aperture brightness. Recess depth is 8”or 8¾”.\r\rAn optional holder accessory permits the use of one of a number of Optical Accessories including color filters and screens.\r\rReflectors are available in two clear natural aluminum finishes –– slightly diffuse (V) or fully diffuse (EC) –– as well as champagne gold or black Alzak®. Other finishes available on special order.\r\rLuminaire includes a pair of mounting bars (3/4” x 27” C channel). Specialty bars for wood joists and T-bar installations are also available.\r\r Luminaire is recommended for wallwashing in commercial, retail and residential spaces.\r\rLuminaire is listed as an inherently protected luminaire and does not require a thermal protector. Luminaire is prewired, approved for ten #12 wire 90° branch circuit pull-through wiring and suitable for use in a fire rated ceiling. Luminaire is listed for Damp Location and is RoHS compliant. Removal of the reflector allows access to the junction box.', 'http://www.epl.com/products/927/', 'http://www.epl.com/doc/EPL_0_097_DLWL_LMD4_6-15-16.pdf', '2016-02-11', '0000-00-00', '2016-05-24', ''),
(88, 42, 'LDS', 'GEL_LDS', 'LDS', 'LDS. Lumination™ LED LDS Series', 1, 0, '', '3000, 3500, 4000K', '80+, 90+', '32-85W', '3,400-10,000LM', '60,000', '0-10V', '120-277V & 347V', 'Narrow and Wide', 'The DS Value Series of Direct luminaires offers hiqh-quality effi cient LED lighting in a familiar design. Available in stand-alone or continuous run versions DS series luminaires are easy to install and are available with emergency lighting to minimize installation time and simplify lighting design. Also comes available with reveal® TriGainTM technology.\n\nProduct Description:.\n\n..Distribution Patterns\nNarrow and Wide Delivered Lumen Output\n3,400-10,000lm System Input Power\n32-85W Effi cacy\n104-115 LPW Input Voltage\n120-277V & 347V Standard Dimming Control\n0-10V Dimming Compatability\nRefer to Dimmer List CCT\n3000K, 3500K & 4000K Typical CRI\n80+ Standard, 90+ TriGain Color Consistency\n4 Step MacAdam Ellipse Input Frequency (Hz)\n50/60Hz Power Factor\n>0.9* Dimensions\n50 x 7 (4 ft), or 98 x 4 inches (8 ft) Mounting\nSuspension or surface Weight\n<20 lbs IC rating\nNon-IC Rated Warranty\n5 Years standard Rated Life\n>L85 @ 60000 hrs Storage temperature\n-40°C to 60°C Operating temperature\n0° up to 35° C', 'https://products.currentbyge.com/indoor-lighting/suspended/lumination-lds-series-with-trigain', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/IND231-GE-Lumination-LDS-Series-Spec-Sheet.pdf', '2016-05-16', '0000-00-00', '2016-05-29', ''),
(89, 42, 'ET', 'GEL_ET-22-A', 'ET-22-A', 'ET-22-A. 2’ x 2’ Recessed Troffer. Lumination™ LED Luminaires', 1, 1, '', '3000, 3500, 4000K', '80+', '42W', '3,500-3,900LM', '50,000', '0-10V, DALI', '120-277V & 347V', 'Medium, Wide', 'The Lumination ET Series recessed LED troffer with Intrinsx technology is a commercial luminaire utilizing an advanced LED optical system to achieve superior performance. It provides high uniformity, excellent efficiency, improved spacing criteria, and reduced glare. The ultra thin profile, and improved lumen maintenance of L85 of initial lumens at 50,000 hours of operation, allows for ease of installation and lower maintenance costs over time. It is suitable for indoor general lighting.\n\n Performance Summary\nFeatures IntrinsxTM technology Distribution Patterns\nMedium & Wide Delivered Lumen Output\n3500-3900 Lm System Input Power\n42W Efficacy\n85 LPW Input Voltage\n120-277V, 347V Standard Dimming Control\n0-10V, DALI Dimming Compatibility\nrefer to Lutron.com, Leviton.com CCT\n3000K, 3500K, 4000K CRI\n80, R9\n>0 Color Consistency\n4 Step MacAdam Ellipse Lifetime Rating\n50,000 Hours @ L85 Input Frequency (Hz)\n50/60Hz Power Factor\n>0.9 Unified Glare Rating\n<19/22 depending on beam pattern for office applications in compliance of EN 12464 Mounting\nFits standard T-Bar grid (drop ceilings) Weight\n<16 lbs IC rating\nNon-IC Rated Warranty\n5 Years standard or 10 years available', 'https://products.currentbyge.com/indoor-lighting/recessed/lumination-let-series', 'http://www.gelighting.com/LightingWeb/na/images/ind021-ge-lumination-led-lighting-fixtures-et22-recessed-luminaire-spec-sheet_tcm201-53995.pdf', '2015-08-31', '0000-00-00', '2016-05-29', ''),
(90, 42, 'ET', 'GEL_ET-14-A', 'ET-14-A', 'ET-14-A. 1’ x 4’ Recessed Troffer. Lumination™ LED Luminaires', 1, 0, '', '3000, 3500, 4000K', '80+', '38W', '3,800-4,000LM', '50,000', '0-10V, Lutron Ecosystem', '120-277V & 347V', 'Medium, Wide', 'The Lumination ET Series recessed LED troffer with Intrinsx technology is a commercial luminaire utilizing an advanced LED optical system to achieve superior performance. It provides high uniformity, excellent efficiency, improved spacing criteria, and reduced glare. The ultra thin profile, and improved lumen maintenance of 85% of initial lumens at 50,000 hours of operation, allows for ease of installation and lower maintenance costs over time. It is suitable for indoor general lighting.\n\n.\n\n..Performance Summary\nFeatures GE IntrinsxTM technology Distribution\nMedium Delivered Light Output\n3800-4000 Lm System Input Power\n38 W Efficacy\n100-105 LPW Input Voltage\n120-277V, 347V Standard Dimming Control\n0-10V Dimming Compatibility\nrefer to Lutron.com, Leviton.com CCT\n3000K, 3500K, 4000K CRI\n80, R9\n>0 Color Consistency\n4 Step MacAdam Ellipse Lifetime Rating\n50,000 Hours @ L85 Input Frequency (Hz)\n50/60Hz Power Factor\n>0.9 Unified Glare Rating\n<19/22 depending on beam pattern for office applications in compliance of EN 12464 Mounting\nFits standard T-Bar grid (drop ceilings) Weight\n<18 lbs IC rating\nNon-IC Rated Warranty\n5 Years standard Files Available\nLM79, LM80, IES', 'https://products.currentbyge.com/indoor-lighting/recessed/lumination-let-series', 'http://www.gelighting.com/LightingWeb/na/images/ind023-ge-lumination-led-lighting-fixtures-et14-recessed-luminaire-spec-sheet_tcm201-53991.pdf', '2014-09-17', '0000-00-00', '2016-05-29', ''),
(91, 42, 'ET', 'GEL_ET-24-A', 'ET-24-A', 'ET-24-A. 2’ x 4’ Recessed Troffer. Lumination™ LED Luminaires', 1, 0, '', '3000, 3500, 4000K', '80+', '47-54W', '3,800-4,500LM', '50,000', '0-10V, DALI, Lutron Ecosystem', '120-277V', 'Medium, Wide', 'The Lumination ET Series recessed LED troffer with Intrinsx technology is a commercial luminaire utilizing an advanced LED optical system to achieve superior performance. It provides high uniformity, excellent efficiency, improved spacing criteria, and reduced glare. The ultra thin profile, and improved lumen maintenance of 82% of initial lumens at 50,000 hours of operation, allows for ease of installation and lower maintenance costs over time. It is suitable for indoor general lighting.\n\n Performance Summary\nFeatures GE IntrinsxTM technology Distribution\nMedium Delivered Light Output\n3800-4500 Lm System Input Power\n47-54 W Efficacy\n77-85 LPW Input Voltage\n120-277V Standard Dimming Control\n0-10V, DALI Dimming Compatibility\nrefer to Lutron.com, Leviton.com CCT\n3000K, 3500K, 4000K CRI\n80, R9\n>0 Color Consistency\n4 Step MacAdam Ellipse Lifetime Rating\n50,000 Hours @ L82 Input Frequency (Hz)\n50/60Hz Power Factor\n>0.9 Unified Glare Rating\n<19/22 depending on beam pattern for office applications in compliance of EN 12464 Mounting\nStandard 9/16” & 15/16” T-grid drop ceilings Weight\n<25 lbs IC rating\nNon-IC Rated Warranty\n5 Years standard or 10 years available Files Available\nLM79, LM80, IES', 'https://products.currentbyge.com/indoor-lighting/recessed/lumination-let-series', 'http://www.gelighting.com/LightingWeb/na/images/ind034-ge-lumination-led-lighting-fixtures-et24-recessed-luminaire-spec-sheet_tcm201-53978.pdf', '2014-12-01', '0000-00-00', '2016-05-29', ''),
(92, 43, 'CT', 'INL_CT6CTW', 'CT6CTW', 'CT6CTW. 6” Dynamic Dimming Cylinder.', 1, 0, '', '1800-3000K', '90+', '25, 38W', '1, 004LM, 1,402LM', '50,000', '0-10V Dimming 1%, Lutron EcoSystem 1%', '120, 277V', 'Medium, Wide', 'LED cylinders are designed for use in low to medium application heights with open or unfinished ceilings. Dynamic Warm Dimming technology delivers a dimming profile that warms as it dims offering a tunable range of 3050K at 100% to 1800K at 1%. Allow users the ability to transform any space and replicate the warm glow aesthetics compared to other traditions light sources. Available in 6” and 8” apertures with multiple mounting options including surface mount, wall and pendant.  Dynamic dimming can be set at any color temperature between 1800K and 3050K Outputs shown with haze reflector, results vary with reflector finish.\n\nFEATURES\nDimming profile that warms as it dims, launching at 3050K at full intensity to 1800K at 1%\nOn board thermal and optical feedback for color consistency of 2 Step MacAdam ellipse over 50,000 hour life.\n\nLED LIGHT ENGINE\n1800K to 3050K programmable tuning at 90 CRI\n2 Step MacAdam (2 SDCM) binning within nominal CCTs; Options to adjust both hue and saturation for greater light control\n50,000 hours average rated life at 70% output\nOn board thermal turndown\nIntegrated driver electronics.\n\nELECTRICAL SYSTEM\nThermal protection guard protects the LED module from overheating\nPower factor >.9, 50/60Hz\n24VDC Constant voltage power supply\nCompatible with 0-10V wired controls.\n\nFINISHES\nCylinder housings are available in standard, powder coated finishes including black, silver or white\nCylinders feature optional high quality clear specular, haze or white reflector. Consult factory for custom finishes and additional reflector options.\n\nMOUNTING\nCeiling mount for direct installation to 3” and 4” octagon junction box or 4” square junction box\n144” Aircraft cable is supplied with complete canopy assembly. Aircraft cable is cuttable and can be modified in the field\nWall mount bracket for installation to 4” octagon or square junction box\nPendant stems supplied with complete canopy assembly. Pendant stems are cuttable and can be modified in the field.\n\nLISTING/WARRANTY\nETL listed to US and Canadian standards for damp locations\n10-Year Intense LED Limited Warranty', 'http://www.intenselighting.com/product/ct6ctw/', 'http://www.intenselighting.com/wp-content/uploads/2018/01/IL_CT6CTW.pdf', '2016-04-07', '0000-00-00', '2016-07-12', ''),
(93, 43, 'MB3G2', 'INL_MB3G2', 'MB3G2', 'MB3G2. Vertical Round Accents', 1, 0, '', '2700, 3000, 3500, 4100K', '82+, 92', '24, 34, 45W', '2,500-3,900LM', '50,000', 'ELV', '120, 277V', '17° Spot, 30° Narrow Flood, and 55° Wide Flood', 'Beautifully constructed with high quality architectural grade die-cast aluminum, the MB-LED accent series offers long-lasting and energy-saving LED lighting. Guaranteed color consistency and control creates optimal performance with every fixture. Precision optics are uniquely constructed to intentionally regress the position of the LED array. This provides the best possible shielding and glare control while delivering crisp, bright light. Multiple accessories are also available for further control.\n\nLED LIGHT ENGINE.\n\n2700K, 3000K, 3500K and 4100K 82 CRI\n2700K and 3000K 92 CRI (R9 Value = 59)\n3 Step MacAdam (3 SDCM)\nLED mounted to die-cast / extruded aluminum heat sink\n50,000 hours average rated life at 70% output.\n\nOPTICS.\n\n17° Spot, 30° Narrow Flood, and 55° Wide Flood.\n\nELECTRICAL SYSTEM.\n\n120V-277V 50/60Hz input\nClass 2 power supply\nOver voltage, over current and short circuit protection\nAuto recovery MTBF > 100,000 hours This product complies with IEEE C62.41 for surge endurance up to 2.5KV. Additional surge protection recommended. Damage from power surge is not covered by warranty.\n\nDIMMING.\n\nMust specify -DIM for ELV Dimming\n(ELV) reverse phase control dimmers. 120V only\nDimmable 100 - 10%.\n\nTRACK COMPATIBILITY\nTrack luminaire is designed for use with the following track systems\nSingle Circuit/Single Neutral 120V\nTwo Circuit/Single Neutral 120V\nPro-Series Two Circuit / Two Neutral 120V\nPro-Series Two Circuit / Two Neutral 277V; J-Type & L-Type Adapter are for Single Circuit (Consult factory for Two Circuit).\n\nLISTING/WARRANTY\nETL Listed to US and Canadian standards for dry locations\n10-Year Intense LED Limited Warranty\nENERGY STAR® Qualified', 'http://www.intenselighting.com/product/mb3g2/', 'http://www.intenselighting.com/wp-content/uploads/2014/11/IL_MB3G2.pdf', '2016-04-05', '0000-00-00', '2016-07-12', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(94, 43, 'SS4G2', 'INL_SS4G2-IC430', 'SS4G2-IC430', 'SS4G2-IC430. 4” LED General Illumination / Open Reflector', 0, 0, '', '2700, 3000, 3500, 4000K', '80+', '15.89 -37.27W', '1,100-3,000LM', '50,000', '0-10V Dimming 10%,0-10V Dimming 1%, eldoLED 0-10V 1% , eldoLED 0-10V 0.1% , Lutron Hi-Lume 1%, Lutron EcoSystem 1%, Lutron EcoSystem 5%, eldoLED DALI 1%, eldoLED DALI 0.1%', '120, 277V', 'Flood', '4\" LED downlights provide superior performance in a low glare small aperture. Designed for use in low to medium ceiling heights, applications include retail, commercial and hospitality. Choose from a variety of reflectors, including open, wet location, and wall wash.  LED MODULE\nPowered by OSRAM PrevaLED® Cube LED Module\n50,000 hours at 70% lumen maintenance\nNo heat, mercury or UV\nAvailable in 1100, 1500, 2000 and 3000lm\nCRI = 80 & CCT 2700K, 3000K, 3500K, 4000K.\n\nELECTRICAL SYSTEM Osram Optotronic® standard with 0-10V dimming to 10%\nPower factor >.9, 50/60Hz\nMultiple dimming options available.\n\nOPTICAL SYSTEM\nSpecification grade reflector with 1.2mm thickness. Reflector available in clear specular, haze or white. Architectural, discrete polished self flange standard. Optional painted white flange is available.\n\nMeets RP-1 requirements with controlled light distribution at a 55° cut off.\n\nFRAME CONSTRUCTION\nHeavy duty galvanized steel frame with a large access junction box. ETL listed for through wiring. LED light engine and driver are accessible from above or below ceiling.\n\nINSTALLATION\nThe luminaire is type Non-IC. Insulation must be kept at a minimum of 3” away from fixture. Universal mounting brackets included. Compatible with C-channel, flat bar, wood joist bar hanger and EMT. Bar hangers must be ordered separately. C-channel are recommended for T-bar ceilings. Maximum ceiling thickness is 1 1/4”.\n\nACCESSORIES\nCompatible with Infuz™ accessories. See page 2 for options.\n\nEMERGENCY BACKUP\nEmergency driver operates LED load of up to 7.0 Watts at a nominal 450 lumens for a minimum of 90 minutes.\n\nLISTING/WARRANTY\nETL listed to US and Canadian standards for damp locationsLED MODULE Powered by OSRAM PrevaLED® Cube LED Module 50,000 hours at 70% lumen maintenance No heat, mercury or UV Available in 1100, 1500, 2000 and 3000lm CRI = 80 & CCT 2700K, 3000K, 3500K, 4000K ELECTRICAL SYSTEM Osram Optotronic® standard with 0-10V dimming to 10% Power factor >.9, 50/60Hz Multiple dimming options available OPTICAL SYSTEM Specification grade reflector with 1.2mm thickness. Reflector available in clear specular, haze or white. Architectural, discrete polished self flange standard. Optional painted white flange is available.\n\nMeets RP-1 requirements with controlled light distribution at a 55° cut off.\n\nFRAME CONSTRUCTION Heavy duty galvanized steel frame with a large access junction box. ETL listed for through wiring. LED light engine and driver are accessible from above or below ceiling.\n\nINSTALLATION The luminaire is type Non-IC. Insulation must be kept at a minimum of 3” away from fixture. Universal mounting brackets included. Compatible with C-channel, flat bar, wood joist bar hanger and EMT. Bar hangers must be ordered separately. C-channel are recommended for T-bar ceilings. Maximum ceiling thickness is 1 1/4”.\n\nACCESSORIES Compatible with Infuz™ accessories. See page 2 for options.\n\nEMERGENCY BACKUP Emergency driver operates LED load of up to 7.0 Watts at a nominal 450 lumens for a minimum of 90 minutes.\n\nLISTING/WARRANTY ETL listed to US and Canadian standards for damp locations\n10-Year Intense LED Limited Warranty', 'http://www.intenselighting.com/product/ss4g2/', 'http://www.intenselighting.com/wp-content/uploads/2013/12/IL_SS4G2_IC430.pdf', '2016-04-07', '0000-00-00', '2016-07-12', ''),
(95, 43, 'SS4G2', 'INL_SS4G2-IC435', 'SS4G2-IC435', 'SS4G2-IC435. 4” LED General Illumination / Wall Wash Reflector', 0, 0, '', '2700, 3000, 3500, 4000K', '80+', '15.89 -37.27W', '792-1,638LM', '50,000', '0-10V Dimming 10%,0-10V Dimming 1%, eldoLED 0-10V 1% , eldoLED 0-10V 0.1% , Lutron Hi-Lume 1%, Lutron EcoSystem 1%, Lutron EcoSystem 5%, eldoLED DALI 1%, eldoLED DALI 0.1%', '120, 277V', 'Wallwash', '4\" LED downlights provide superior performance in a low glare small aperture. Designed for use in low to medium ceiling heights, applications include retail, commercial and hospitality. Choose from a variety of reflectors, including open, wet location, and wall wash.  LED MODULE\nPowered by OSRAM PrevaLED® Cube LED Module\n50,000 hours at 70% lumen maintenance\nNo heat, mercury or UV\nAvailable in 1100, 1500, 2000 and 3000lm\nCRI = 80 & CCT 2700K, 3000K, 3500K, 4000K.\n\nELECTRICAL SYSTEM Osram Optotronic® standard with 0-10V dimming to 10%\nPower factor >.9, 50/60Hz\nMultiple dimming options available.\n\nOPTICAL SYSTEM\nInnovative optical lens directs light at a 20° angle towards wall achieving uniform and even light distribution. Specification grade reflector with 1.2mm thickness. Reflector available in clear specular, haze or white. Architectural, discrete polished self flange standard. Optional painted white flange is available.\n\nFRAME CONSTRUCTION\nHeavy duty galvanized steel frame with a large access junction box. ETL listed for through wiring. LED light engine and driver are accessible from above or below ceiling.\n\nINSTALLATION\nThe luminaire is type Non-IC. Insulation must be kept at a minimum of 3” away from fixture. Universal mounting brackets included. Compatible with C-channel, flat bar, wood joist bar hanger and EMT. Bar hangers must be ordered separately. C-channel are recommended for T-bar ceilings. Maximum ceiling thickness is 1 1/4”.\n\nACCESSORIES\nCompatible with Infuz™ accessories. See page 2 for options.\n\nEMERGENCY BACKUP\nEmergency driver operates LED load of up to 7.0 Watts at a nominal 450 lumens for a minimum of 90 minutes.\n\nLISTING/WARRANTY\nETL listed to US and Canadian standards for damp locationsLED MODULE Powered by OSRAM PrevaLED® Cube LED Module 50,000 hours at 70% lumen maintenance No heat, mercury or UV Available in 1100, 1500, 2000 and 3000lm CRI = 80 & CCT 2700K, 3000K, 3500K, 4000K ELECTRICAL SYSTEM Osram Optotronic® standard with 0-10V dimming to 10% Power factor >.9, 50/60Hz Multiple dimming options available OPTICAL SYSTEM Specification grade reflector with 1.2mm thickness. Reflector available in clear specular, haze or white. Architectural, discrete polished self flange standard. Optional painted white flange is available.\n\nMeets RP-1 requirements with controlled light distribution at a 55° cut off.\n\nFRAME CONSTRUCTION Heavy duty galvanized steel frame with a large access junction box. ETL listed for through wiring. LED light engine and driver are accessible from above or below ceiling.\n\nINSTALLATION The luminaire is type Non-IC. Insulation must be kept at a minimum of 3” away from fixture. Universal mounting brackets included. Compatible with C-channel, flat bar, wood joist bar hanger and EMT. Bar hangers must be ordered separately. C-channel are recommended for T-bar ceilings. Maximum ceiling thickness is 1 1/4”.\n\nACCESSORIES Compatible with Infuz™ accessories. See page 2 for options.\n\nEMERGENCY BACKUP Emergency driver operates LED load of up to 7.0 Watts at a nominal 450 lumens for a minimum of 90 minutes.\n\nLISTING/WARRANTY ETL listed to US and Canadian standards for damp locations\n10-Year Intense LED Limited Warranty', 'http://www.intenselighting.com/product/ss4g2/', 'http://www.intenselighting.com/wp-content/uploads/2013/12/IL_SS4G2_IC435.pdf', '2016-04-07', '0000-00-00', '2016-07-12', ''),
(96, 44, 'LP-CIRC', 'LOU_LP-CIRC-REC', 'LP-CIRC-REC', 'LP-CIRC-REC. LP Circle Recessed.', 1, 0, '', '3000K , 3500K, 4000K', '', '17, 32W', '', '', '0-10V', '120V-277V', 'General', 'Design\nMikkel Beedholm/KHR arkitekter Concept\nThe fixture emits diffuse light via a high-efficiency acrylic diffuser. The diffuser, which is encircled by a voluminous colored or white ring, is hidden when viewed from low angles. Angling the inner side of the ring 5° creates a comfortable and decorative graduation of the light from the diffuser. With two diameters and four different installation options, the light series can be used for a wide range of applications.\n\nFinish\nWhite, blue, red or black. Powder coated.\n\nMaterial\nReflector\nDeep drawn aluminum. Diffuser\nAcrylic, frosted. Locks\nPolyamide.\n\nMounting\nMounting frame with four vertically adjustable brackets spaced equally to be installed after closing the ceiling. Mounting pan available as an accessory for installation prior to closing the ceiling. Ceiling types\nAccessible and nonaccessible ceilings. Ceiling cutout\nØ9.8” (for Ø10.3”) and Ø17.1” (for Ø17.7”).\n\nWeight\nMin\n5 lbs. Max\n11 lbs.\n\nCompliance\ncULus, Damp location.\n\nSpecification notes\na. Ø 10.3” available only in 17W LED. b. Ø 17.7” available only in 30W LED.', 'http://www.louispoulsen.com/usa/products/indoor/recessed/lp-circle-recessed/c-24/c-1419/p-55592', 'https://www.louispoulsen.com/umbraco/surface/download/GetPdf?id=45_29741&languageNodeName=usa&productName=LP%20Circle%20Recessed', '0000-00-00', '0000-00-00', '2016-08-24', ''),
(98, 44, 'LP-GRAND', 'LOU_LP-GRAND-SUSP', 'LP-GRAND-SUSP', 'LP GRAND SUSP. LP Grand Suspended.', 1, 1, '', '3000K , 3500K', '', '59, 113, 212W', '', '', '0-10V', '120V-277V', 'General', 'Design\nChristian Flindt Concept\nThe fixture emits diffused light with 80% downward and 20% upward. The concentric rings are internally illuminated to create a floating effect. Three sizes and three unique finishes available for installation in many room sizes and architecture styles.\n\nFinish\nBlack matte, champagne matte or white high gloss.\n\nMaterial\nRings\nRotational-molded polycarbonate.  Diffusers\nInjection-molded polycarbonate. Internal frame\naluminum.\n\nMounting\nSuspension type\nstainless steelaircraft-cable, 1x22,8” + 34,7”, 4x for 58,3”. Suspension length\n12 ft. Canopy White.\n\nCord type\n5 conductor, 18 AWG white PVC power cord. 1x22,8” + 34,7”, 2x for 58,3”.Weight\nMin 15 lbs. Max 91 lbs.\n\nCompliance\ncUlus, Damp location (pending) Info notes\ni. Available for delivery 3rd quarter 2016. Contact factory for any inquiries.\n\nSpecification notes\na. 22.8\" only available in 59W LED. b. 34.6\" only available in 113W LED. c. 58.3\" only availabl', 'http://www.louispoulsen.com/usa/products/indoor/suspended/lp-grand-suspended/c-24/c-1421/p-65712', 'http://www.louispoulsen.com/usa/products/indoor/suspended/lp-grand-suspended/c-24/c-1421/p-65712', '0000-00-00', '0000-00-00', '2016-08-24', ''),
(99, 45, '65L', 'LIC_65L-P', '65L-P', '65L-P. Stance LED Pendant Indirect/Direct.', 0, 0, '', '3000K , 3500K, 4000K', '83', '4.5-11.2 W/FT', '550-1300 LM/FT', 'L70: 287,000 (per TM-21 extrapolated curve)\nL70: >61,000 (per TM-21/LM80 6x’s limitation)\nL90: 74,000 (per TM-21 extrapolated curve)', '0-10V, Lutron Ecosystem, Lutron Hi-Lume 3 wire', '120V-277V', 'Direct/Indirect. Low Peak Angle/Batwing', 'For educational environments and conference rooms, STANCE provides both general and audio-visual lighting. \nVariable Intensity (Vi) Technology allows the direct and indirect light output to be ordered at the desired intensity and / or input wattage.\n\n Features\nVi Technology\n76% Indirect, 24% direct light distribution\nExcellent indirect light spread with 110° candela peak angle\nEfficacy up to 125 LPW at 3500K CCT\nMaximum color variation of 2 SDCM\nLow profile product is only 1.6” high by 7.6” wide\nPendant or wall mount\nTwo diffuser options; SOF (Softglo) acrylic lens and BWO (Baffle w/ Softglo lens overlay)\nAvailable with Daylight Sensor capabilities\nOn-module mounting\nEasy row joining assembly\nEasy access to LED boards and drivers\nSelect configurations are available on Litespeed Quick Ship for 10-day shipping; see specification sheet or brochure for details', 'http://www.litecontrol.com/products/65l-p', 'http://cdn.litecontrol.com/content/products/specs/specs_files/65l_p.pdf', '2016-10-04', '0000-00-00', '2016-10-11', '0'),
(102, 46, 'RGBA', 'CKN_RGBA', 'RGBA', 'RGBA. ColorFuse Powercore.', 1, 0, '', 'RGB', '', '12.5 W/FT', '380  LM/FT', '50,000 hours L70%', 'DMX. Philips Color\nKinetics line of controllers, including Light System\nManager, iPlayer 3, and ColorDial Pro, as well as\nthird-party controllers.', 'Universal Voltage\n120-240V AC', 'Grazing. 10° x 60°, 30° x 60°', 'With narrow and medium beams of high-quality color-changing light, ColorFuse Powercore is an excellent choice for a full range of surface grazing, wall-washing, and accent lighting applications. Its ultra-compact form factor permits installation in tight spaces too small to accommodate conventional grazing fixtures that offer similar level and distribution of light. ColorFuse Powercore combines professional-grade color mixing and output with the efficiency and cost-effectiveness provided by Powercore technology.\n•Intense, highly consistent color-changing light output of up to 380 lumens per foot.\n•Superior beam quality delivers striation-free light. Interlocking connectors accommodate end-to-end installation without visible light scalloping between fixtures.\n•Powercore technology rapidly, efficiently, and accurately controls power output to ColorFuse Powercore fixtures directly from line voltage, dramatically simplifying installation and lowering total system cost. \n•Accepts power input of 100 - 240 VAC for consistent intallation anywhere in the world.\n•With end-to-end locking power connectors that can make 180° turns, these compact grazing fixtures are easy to position in even the most challenging mounting circumstances. 1 ft (305 mm) and 5 ft (1.5 m) jumper cables can add extra space between fixtures. Optional mounting tracks support vertical and overhead positioning.', 'http://www.colorkinetics.com/ls/rgb/colorfuse/', 'http://www.colorkinetics.com/ls/rgb/colorfuse/', '2016-09-26', '0000-00-00', '2016-11-16', '0'),
(103, 46, 'eW', 'CKN_eW', 'eW', 'eW. Linear interior LED wall grazing fixture with solidwhite light.', 1, 0, '', '2700K, 3000K , 3500K, 4000K', '83+', '8.0, 12.5 W/FT', '442-537, 553-677  LM/FT', '65,000 hours L70%', 'ELV', 'Universal Voltage\n120-277V AC', 'Grazing. 10° x 60°, 30° x 60°', 'Unique field aiming feature makes it easy to provide perfect asymmetric wall wash or wall graze angle to highlight all wall surfaces. Hand operated ratcheting rotary mount fits to iLas framing, adjusts and locks beam angle in 5° increments without use of tools. Provide precise adjustments to accommodate variances in wall relief, textures, gloss or reflections.\n\nWhether washing or grazing the iLas luminaire evenly illuminates from top to bottom, perfect for indirect perimeter lighting for lobbies, corridors and high profile office spaces. Luminaire and drivers supplied mounted on wireway cover for tool-less installation into wall washing and wall grazing iLas framing:\n• Luminaire can be field indexed in six positions over a 30° range to graze or wash peak candela down wall:\n• Horizontal alignment for continuous line of light :\n• Proprietary injection molded asymmetric optics. 45° cutoff cross shielding louver optional:\n• Choice of standard or high power options:\n• Efficacy 56.5 lm/W at 7 watts:\n• Lumen output up to 470 lumens/ft. at 7 watts:\n• 50,000 hrs. @ 70% lumen maintenance:\n• Extruded aluminum luminaire body with aiming adjustment control:\n• Remote power supply design. Order driver separately:\n• Patent pending', 'http://www.colorkinetics.com/ls/essentialwhite/ewfusepc/', 'http://www.colorkinetics.com/ls/essentialwhite/ewfusepc/#ew-fuse-pc-2700k/', '2016-09-16', '0000-00-00', '2016-11-16', '0'),
(104, 47, 'PXL', 'TRX_1PXL', '1PXL', '1PXL. Board DW.', 1, 0, '', 'Dynamic White (DW)', '', '15 W', '445 LM', '', 'DMX', '24V DC. Remote power supply. 100-240V AC', '120°', '1PXL Board transforms a variety of environments with a rich, ambient glow. Intelligent and unobtrusive, the low-profile matrix of light is capable of static or animated low-resolution graphics, providing decorative illumination and stunning backlighting for a variety of indoor scenarios. Equipped with 16 ultra-bright, auto-addressable surface mounted LEDs, 1PXL Board is ideal when mounted behind diffusion materials such as stretched canvas, or semi-translucent solids, which soften and spread its colorful output, adding depth and accent to indoor environments. Each 1PXL Board is addressed as one single 16 source pixel within an installation. Additionally, an Add-on Board and Add-on Strip of the same pixel pitch and wide beam angle are available to extend 1 PXL Board’s light beyond its fixed dimensions.\n\nMedium pixel pitch, wide beam angle  1PXL Board offers a 62.5 mm LED pitch and a wide beam angle of 120°, making them efficient tools for low resolution graphics, decorative illumination, or stunning backlighting on varying levels of complexity.\n\nVarious color options  1PXL Board is available in RGB, warm white, and cold white options, to accommodate dramatic color and white installations. To further a dramatic and customizable effect, a dynamic white option is available, which allows the user to tune various white temperatures from warm to cold, thus achieving the flawless white of their choosing.\n\nLow-profile, light weight design  1PXL Board’s design offers a wide range of installation possibilities, including applications on ceilings and inside floors.\n\nAdd-on Board and Add-On Strip  A 4PXL Add-on Strip and a 4PXL Add-on Board of the same LED pitch and wide beam angle, extend 1PXL Board’s ability to adapt into installations of any dimension. These Add-ons feature dipswitches on their reverse side which, when toggled, allow each Add-on to be addressed as a single pixel. Add-ons fill the small spaces not covered by the full Board, ensuring complete coverage for medium-resolution media scenarios. They can also be used separately as small, more scalable pieces.\n\nSimple connection with TX Connect® Smart  Power and data are combined into one cable with the simple TX CONNECT® system, a universal system that enables Plug’n’Play set up.\n\nRemark: Cold White (6500K) and Warm White (2700K) not offered in North America.', 'http://www3.traxontechnologies.com/us/lighting_solutions/product_details/659/1PXL%20Board%20RGB', 'http://www3.traxontechnologies.com/get_pic/pdf/2717-US_1PXL_Board_DW_Spec_v0p2.pdf', '2015-05-08', '0000-00-00', '2016-11-18', '0'),
(105, 47, 'PXL', 'TRX_16PXL', '16PXL', '16PXL. Board RGB.', 1, 0, '', 'RGB', '', '9 W', '132 LM', '', 'DVI, e:pix/DMX', '24V DC. Remote power supply. 100-240V AC', '120°', '16PXL Board RGB creates visual intrigue with a sleek matrix of light. Capable of static or animated, low-resolution graphics and video replay, 16PXL Board RGB provides functional lighting or decorative illumination for a variety of indoor scenarios. Equipped with 16 ultra-bright, auto-addressable surface mounted LEDs,16PXL Board RGB is ideal when mounted behind diffusion materials such as stretched canvas, or semi-translucent solids, which soften and spread its colorful output, adding depth and accent to indoor environments. Additionally, an Add-on Board and Add-on Strip of the same pixel pitch and wide beam angle are available to extend 16PXL Board’s light beyond its fixed dimensions.\n\nMedium pixel pitch, wide beam angle  16PXL Board RGB offers a 62.5mm pixel pitch and a beam angle of 120°, making it an efficient tool for low resolution graphics, text, and video replay on varying levels of complexity.\n\nLow-profile, light weight design  Board’s design offers a wide range of installation possibilities, including applications on ceilings and inside floors.\n\nAdd-on Board and Add-On Strip  A 4PXL Add-on Strip and a 4PXL Add-on Board of the same pixel pitch and wide beam angle, extend 16PXL Board’s ability to adapt into installations of any dimension. Add-ons fill the small spaces not covered by the full Board, ensuring complete coverage for medium-resolution media scenarios. They can also be used separately as small, more scalable pieces.\n\nSimple connection with TX Connect® Smart  Power and data are combined into one cable with the simple TX Connect® Smart, a universal system that enables plug’n’play set up.\n\nSmart Chip technology  Each of the 16 pixels are auto-addressable and easily configured.', 'http://www3.traxontechnologies.com/us/lighting_solutions/product_details/653/16PXL%20Board%20RGB', 'http://www3.traxontechnologies.com/get_pic/pdf/178-EN_16PXL_Board_RGB_Spec_v2p2.pdf', '2016-02-04', '0000-00-00', '2016-11-18', '0'),
(106, 48, 'HBL', 'HBL_HBLH', 'HBLH', 'HBLH. Hazardous Location Flood Light.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '68, 80+', '112W, 139W, 169W', '10,213-16,808 LM', '100,000 LM70', 'Non-Dimming, Dimming 0-10V', '120-277V', 'Aisle, Narrow and Wide', 'The HBLH Series Hazardous LED Flood Light is designed to efficiently light classified areas in heavy industrial settings.\n\n•CID2 Hazardous Areas, dirty, dusty, wet and high vibration areas in industrial plants\n•Heavy Duty Yoke\n•Vibration Tested to 3G for 100K cycles\n•Spot and Flood Optics\n•Wet Location sealed design\n•Rated for CID2 Hazardous Locations\n•UL\n•UL1598A\n•CSA\n•Wet listed\n•Damp Listed; •Dry\n•Class I Division 2\n•IP Rated', 'http://www.hubbellindustrial.com/products/hblh_flood', 'http://cdn.hubbellindustrial.com/content/products/specs/specs_files/hblh_flood_spec.pdf', '2015-10-21', '0000-00-00', '2016-11-23', '0'),
(107, 48, 'PROL', 'HBL_PROL', 'PROL', 'PROL. Providence® Large.', 1, 0, '', '3000K,  4000K, 5000K', '70, 80', '85W, 132W', '3376 - 8945 LM', '60,000 LM70', 'Dimming 0-10V', '120-277V, 120V, 208V, 240V, 277V', 'Types II, III, IV, V and custom\ndistributions', 'Providence® complements period themed environments with best in class design and performance in a comprehensive family of LED solutions.\n\nPowered by MicroCore™ technology, Providence® Large delivers reliable, uniform, glare-free operation at higher mounting heights. Upgrade kits are available for existing HID installations. Providence® family also includes a matching bollard, wall sconce, small, and medium scale luminaires. Available as part of AAL’s LT20 Quick Ship Program.\n\n Features •DLC Qualified\n•Reliable, uniform, glare free illumination\n•Types II, III, IV, V and custom distributions\n•3000K, 4000K, 5000K CCT\n•0-10V dimming ready\n•Integral surge suppression\n•LifeShieldTM thermal protection\n•14 standard powder coat finishes\n •Upgrade Kits', 'http://www.aal.net/products/providence_large', 'http://www.aal.net/content/products/specs/specs_files/aal_prolled_spec.pdf', '2016-03-10', '0000-00-00', '2016-11-23', '0'),
(108, 48, 'TRP', 'HBL_TRP2', 'TRP2', 'TRP2. Geo Sconce LED Large.', 1, 0, '', '3000K,  4000K, 5000K', '70, 80', '34W, 53W', '2404-5062 LM', '60,000 TM-21', 'Dimming 0-10V', '120-277V, 120V, 208V, 240V, 277V', 'Type II, Type III, Type IV', 'Applications\n•Chain restuarants, large retail stores, apartments, schools, campuses, and warehouses\n•Architectural wallpack stylish Trapezoid shape with molded lines to accentuate building architecture\n•Provides excellent illumination in three distributions as well as motion control option.\n\n Features\n•Up to 20ft mounting heights\n•Produces up to 5062 lumens\n•Battery backup option for egress applications - provides 1 fc average over 16’x16’ area at 12’ mounting height exceeding the 10’x10’ standard\n•Efficiency up to 105 lumens per watt \n•Two lumen packages\n3500 lumens @ 350mA and 5000 lumens @ 525mA\n•Seven standard finishes\nDark Bronze, Black, Gray, White, Platinum, Red and Forest Green\n•Photocontrol and occupancy sensor options for maximum controllability and energy savings\n•Zero uplight (U0)\n•Universal voltage (120-277V), 50/60 Hz\n•Listed to UL1598 for use in wet locations\n•20KA surge protection with an end of life LED indicator:.\n\n..Certifications\n•UL1598A\n•CSA\n•Wet listed:', 'https://www.hubbell.com/hubbell/en/c/TRP2-GeoPak/p/2518916', 'https://hubbellcdn.com/specsheet/Geopak%20TRP2%20QSP2%20RDI2%20SpecSheet.pdf', '2016-07-29', '0000-00-00', '2016-11-23', '0'),
(109, 46, 'PureStyle', 'CKN_PureStyle', 'PureStyle', 'PureStyle. IntelliHue Powercore.', 1, 0, '', '2700K, 3000K , 3500K, 4000K', '83+', '13 W/FT', '482-546  LM/FT', '50,000 hours L70%', 'DMX 0-100% Light System\nManager, Video System Manager Pro, iPlayer 3, Antumbra iColor\nKeypad, and ColorDial Pro, or third-party controllers', 'Universal Voltage\n120-240V AC', 'Grazing. 10° x 60°, 30° x 60°', 'With narrow and medium beams of intense white light, eW Fuse Powercore is an excellent choice for a full range of surface grazing and wall-washing applications. Its ultra-compact form factor permits installation in tight spaces too small to accommodate conventional grazing fixtures with similar light output. eW Fuse Powercore with Precision Dimming offers precise dimming from 0 to 100% via the full range of DMX and Ethernet lighting controllers. eW Fuse Powercore offers environmentally-conscious buyers a green, energy-efficient grazing fixture with industry-leading quality and quantity of light.\n\n•Dim fixtures smoothly and accurately from 0% to 100% with the full range of Philips Color Kinetics lighting controllers. including iPlayer 3, and third-party controllers.\n\n•Long useful source life and low-maintenance operation represent a cost-effective alternative to traditional grazing fixtures.\n\n•Superior beam quality delivers striation-free light as close as 6 in (152 mm) from fixture placement with no light scalloping between fixtures.\n\n•Available in 2700 K, 3000 K, 3500 K, and 4000 K. Narrow 10° x 60° and medium 30° x 60° beam angles.\n\n•Accepts power input of 100 - 240 VAC for consistent installation and operation from line voltage in most locations.\n\n•Exceeds recognized standards for color quality to guarantee uniformity and consistency of hue and color temperature across LEDs, fixtures, and manufacturing runs.\n\n•End-to-end locking power connectors can make 180° turns. Fixtures rotate in 10° increments through 180° for precise aiming and color mixing. .\n\n.\n\n.', 'http://www.colorkinetics.com/ls/essentialwhite/ewfusepcpd/', 'http://www.colorkinetics.com/ls/essentialwhite/ewfusepcpd/', '2016-09-26', '0000-00-00', '2016-11-16', '0'),
(110, 51, 'Cambria', 'LMR_203', '203', '203. Cambria 203 Accent Fixture.', 1, 0, '', '2700K, 3000K, 4000K, 5700K, Amber', '', '4, 6, 7, 10W or MR16LED', 'up to 419 LM', '60,000 LM70', 'ELV, MLV', '12V Remote Power supply.', 'Spot, Narrow, Wide', 'Cambria 203 is a small, low voltage dimmable LED and halogen MR16 luminaire. It is available with a fully adjustable side swivel stem (203, 203-FL), an adjustable center rear swivel (203-CRS) or a stationary rear flush mount (203-FM). Side swivel models 203 and 203-FL provide 340° tilt and 360° rotation. Center rear swivel model CRS provides 200° tilt and 360° rotation. Center rear swivel model CRS provides 200° tilt and 360° rotation. Various lenses, louvers and color or dichroic filters can be combined – up to three at once – to create multiple lighting effects. Lumiere’s exclusive Siphon Protection System (S.P.S.) prevents water from siphoning into the fixture through its own lead wires.', 'http://www.cooperindustries.com/content/public/en/lighting/products/landscape_lighting/accent_flood/_135186.ssd.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-Cambria-203-ADL032452-sss.pdf', '2016-07-22', '0000-00-00', '2016-11-23', '0'),
(111, 52, '', 'TST_GENERAL ARCHITECTURAL', 'GENERAL ARCHITECTURAL', 'GENERAL ARCHITECTURAL', 1, 0, '', '', '', '', '', '', '', '', '', '', '', '', '0000-00-00', '2017-11-25', '0000-00-00', ''),
(112, 52, '', 'TST_DECORATIVE', 'DECORATIVE', 'DECORATIVE', 1, 0, '', '', '', '', '', '', '', '', '', '', '', '', '0000-00-00', '2017-11-25', '0000-00-00', ''),
(113, 35, 'LBX', 'LMP_LBX-DWH', 'LBX-DWH', 'LBX DWH. Lumenbeam LBX Dynamic White.', 1, 0, '', '1', '1', '1', '1', '1', '1', '1', '1', 'The Lumenbeam LBX Dynamic White is a specialized 140W or 205W luminaire for lighting multi-story façades and structures – enabling the selection of any color temperature from 2200K to 3000K or from 2700K to 6500K. This dynamic feature enables smooth variations in color temperature, and gives clients the freedom to update the color of light in response to the way a space is used. The luminaire offers a wide choice of options: two outputs RO (140W) and HO (205W); optics for flood or accent lighting; various mounting options, accessories and spread lenses; and dimming control via DMX/RDM.\n\n\n\nBest-in-class performance (DWH)\n\n471,119 candelas at nadir; 10,445 lumens; minimum 1 fc at 686 ft (HO DWH full output, 6° optic) \n\n\n\nPerformance (DWW)\n\n365,619 candelas at nadir; 8,441 lumens; minimum 1 fc at 605 ft (HO DWW full output, 6° optic) \n\n\n\nTunable color temperature\n\nSelect between 2200K and 3000K or 2700K and 6500K \n\n\n\nBuilt to last\n\nSturdy construction; lumen maintenance: 120,000 hours (L70 at 77 °F) \n\n\n\n5 year warranty\n\nStandard 5-year warranty for complete assembly \n\n\n\nSustainable design\n\nDual-chamber design allows components and drivers to be replaced \n\n\n\nUniversal power input\n\nPrepared for all voltages from 100 to 277V \n\n\n\nCorrosion-resistant option\n\nSuitable for hostile environments; salt spray, harsh chemicals and extreme outdoor exposure', 'https://www.lumenpulse.com/en/products/1027/lumenbeam-lbx-dynamic-white', 'https://www.lumenpulse.com/en/files/view-file/supportfiles/25a0450be0900f56d2c07a7e65bf6f4f/1790/locale_file/lumenpulse-lumenbeam-lbx-dwh-spec-sheet-emea-metric.pdf', '2017-11-29', '2018-02-02', '0000-00-00', ''),
(114, 35, 'LBLP', 'LMP_LBLP-CC', 'LBLP-CC', 'LBLP. Lumenbeam Large Pendant Color Changing.', 1, 0, '', '', '', '', '', '', '', '', '', 'The Lumenbeam Large Pendant Colour Changing is an IP66-rated suspended luminaire for applying white or coloured light to large indoor or outdoor areas such as public spaces and atriums. The system offers numerous options including optics for flood or accent lighting; a choice of RGB, RGBW or RGBA colour mixing; various stem lengths, accessories, spread lenses and controls. The luminaire also has an anti-corrosion option for use in industrial, saline or coastal environments.', 'https://www.lumenpulse.com/en/products/1042/lumenbeam-large-pendant-colour-changing', 'https://www.lumenpulse.com/en/files/view-file/supportfiles/18daecb038b1b10ef70d3add04d62d73/1846/locale_file/lumenpulse-lumenbeam-lblp-color-changing-spec-sheet-emea-metric.pdf', '2017-08-31', '2018-02-04', '0000-00-00', ''),
(115, 35, 'LACYM', 'LMP_LACYM', 'LACYM', 'LACYM. Lumenalpha Cylinders Medium Pendant.', 1, 0, '', '', '', '', '', '', '', '', '', 'The Cylinder Medium Pendant is a high-performance LED luminaire that is ideal for commercial, residential or hospitality applications and delivers up to 4000 lumens from a 152 mm diameter. The Medium Pendant comes in a number of finishes, or can be colour-specified to fit your taste. Its accessories, beam angles, trims, and optics are easily and quickly changeable in the field.', 'http://www.lumenpulse.com/en/products/370/cylinder-medium-pendant', 'http://www.lumenpulse.com/en/files/view-file/supportfiles/0a0bc9c33d191d5ddc581912986656ba/1946/locale_file/lumenpulse-lumenalpha-cylinder-medium-pendant-lacym-p-b-spec-sheet-metric.pdf', '2017-10-31', '2018-02-04', '0000-00-00', ''),
(116, 35, 'LAMC', 'LMP_LAMC3', 'LAMC3', 'LAMC3. Lumenalpha Downlight Multi 3.', 1, 0, '', '', '', '', '', '', '', '', '', 'Part of a family of multiple downlights, the Multi 3 is a high-performance, triple gimbal LED downlight. Fully adjustable and providing a range of outputs, the Multi 3 is an ideal replacement for metal halide. The luminaire offers a choice of beam angles (including a narrow 10° beam angle for accenting, and an asymmetric distribution for wallwashing), colour rendering options, a trimless version and accessories.', 'http://www.lumenpulse.com/en/products/705/downlight-multi-3', 'http://www.lumenpulse.com/en/files/view-file/supportfiles/0e5a4c8170b8e02e6dba8b9695fc7483/1747/locale_file/lumenpulse-lumenalpha-downlight-multi-3-lamc3-b-spec-sheet-metric.pdf', '2017-08-28', '2018-02-04', '0000-00-00', ''),
(117, 35, 'LAMC', 'LMP_LAMC1', 'LAMC1', 'LAMC1. Lumenalpha Downlight Multi 1.', 1, 0, '', '', '', '', '', '', '', '', '', 'Part of a family of multiple downlights, the Multi 1 is a high-performance, square gimbal LED downlight. Fully adjustable and offering a range of outputs, the Multi 1 is an ideal replacement for metal halide. The luminaire offers a choice of beam angles (including a narrow 10° beam angle for accenting, and an asymmetric distribution for wallwashing), colour rendering options, a trimless version and accessories.', 'http://www.lumenpulse.com/en/products/614/downlight-multi-1', 'http://www.lumenpulse.com/en/files/view-file/supportfiles/958eda8b70f48896f53771d8548b81a0/1743/locale_file/lumenpulse-lumenalpha-downlight-multi-1-lamc1-b-spec-sheet-metric.pdf', '2017-08-17', '2018-02-05', '0000-00-00', ''),
(118, 53, 'HADL', 'KNL_HADL6-FF', 'HADL6-FF', 'HADL6-FF. Millenium Downlights (Flush Lens).', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80, 90', '15-62W', '715 - 5,305LM', '70,000 - 85,000', '1% Dimming via 0-10V, DALI or EcoSystem control', '120-277V, 347V', 'Medium, Wide', 'Technical Specifications\n\n\nElectrical\n\nLED array available in multiple CCT and CRI combinations with a maximum 3-step MacAdam variation allowance. See Trim Ordering Information for available options. 120-277VAC or 347VAC, 50/60Hz electrical input with serviceable constant current driver (0.90 PF). Minimum 85% driver efficiency. Standard 0-10V dimming with 1-100% range; 200µA max. source current. Optional DALI and Lutron EcoSystem dimming drivers with 1-100% range. \n\n\n\nHeatsink\n\nDie-cast aluminum with external radial fins for natural convection. \n\n\nInstallation\n\nSuitable for ambient temperature temperatures of -30oC to +40oC. \n\n\n\nListings\n\nLuminaire is certified to UL standards by Intertek Testing Laboratory for non-IC and Wet Location installations. IP65 rating per IEC60598. Optional CCEA compliance. \n\n\n\nOptical\n\nHigh-Efficiency mixing chamber design with regressed diffused tempered-glass lens producing uniform light output. Available with various reflector distribution patterns and finishes. Flush lens trim options include a clear lens. See distribution and reflector finish ordering information for available options. \n\n\n\nPhotometrics\n\nPhotometry tested to the IESNA LM-79-08 standard by an ILAC/ISO17025 accredited laboratory.  For photometric information, go to www.kenall.com. \n\n\n\n\nRough-In Frame\n\n18-gauge die-formed, corrosion-resistant steel. Vertically adjustable collar accommodates ceiling thicknesses up to 2\", adjustable post-installation. Universal mounting brackets accept 3/4\" and 1-1/2\" lathers channel, 1/2\" EMT conduit and hanger bars. Quick-access junction box accessible post-installation from above and below ceiling. Includes (4) 1/2\" and (2) 3/4\" knock-outs to allow straight conduit runs. Listed for (8) 12AWG, 90oC conductors and feed-thru branch wiring. Provided with FMC with electrical quick-connect to Trim Section. \n\n\n\nTrim/Housing Section\n\nIP-rated housing section incorporates the heat sink, LED module, optics and lower trim. Flush lens trim secured with four (4) Torx® tamper-resistant, captive fasteners. See trim ordering information for available options.  \n\n\n\n\nWarranty\n\nPeace of Mind Guarantee® against breakage. Five (5) year warranty against mechanical defects.  Five (5) year warranty on LED lamps and power regulation components for defects resulting in a fixture lumen depreciation of 30% or greater.', 'https://kenall.com/HADL6.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/HADL6.pdf', '2017-11-14', '2018-02-06', '0000-00-00', ''),
(119, 53, 'TPD', 'KNL_TPD23', 'TPD23', 'TPD23. TopDek for Transportation.', 0, 0, '', '4000K, 5000K, 5700K', '70, 80', '92-300', '10,737- 26,720', 'up to 200,000', '0-10V, TL50, TL100, TL1000, TL2000, TL', '120-277 V, 120V, 277V, 347V, 480V', 'Type II, Type II, House-side Shield, Type III, Type V, Type IV, House-side Shield, Type V – Square, Type V – Square, Wide, Type V – Narrow Round', 'Technical Specifications\n\n\nElectrical\n\nServiceable high-brightness ANSI 4000K, 5000K and 5700K white LED array.  70 CRI min.  See Options for higher CRI availability.  120-277 VAC, 347 VAC and 480 VAC 50/60Hz single-phase input; constant-current dimming driver; 0.90 PF.  Minimum 90% electrical efficiency. 0-10V dimming protocol with 0-100% dimming range, 1.2mA source current.  Replaceable surge suppressor rated to 20kA/kV per IEEE/ANSI C62.41 Cat. A.  EMC compliant with FCC 47 CFR Part 15, Class B.  Passes IEC 61000-4-4 EFT and IEC 61000-4-5 (Class 4)surge evaluation.\n\n\n\nHousing\n\nMarine grade die-cast aluminum. Integral heatsink with concealed convection fins. TGIC polyester powder coat finish with 5-step pre-treatment. Salt spray test: 1,000 hours. See Ordering Information for available finishes. Closed-cell silicone gasketing at all housing interfaces. \n\n\n\nListings\n\nLuminaire is certified to UL Standards 1598 and 8750 by Intertek Testing Laboratory for Wet Location. IP65 per IEC 60598. IESNA-designated full cut-off.  IDA-Approved™ Dark-Sky Friendly Fixture. Luminaire is 2G tested for vibration per  ANSI C136.31. \n\n\nLumen Data\n\nTPD23 Lumen Data \n\n\n\nMounting\n\nCompatible with 3\"-6\" square steel or aluminum poles, 3\"-6\" tapered and non-tapered round steel or aluminum poles. Poles by others. All structural hardware 304 stainless steel, or zinc plated steel Grade 8.\n\n\n\nNote\n\n-40ºC and 40ºC ambient temperature rated unless otherwise noted.  (See photometric data for light output reductions at higher ambient temperatures). \n\n\n\nOptics\n\nType II, III, IV, V-Narrow Round and V-Wide Square roadway classifications available. Full-cutoff classification. Asymmetric option available with house-side shield. High impact resistant, injection molded clear textured UV-stabilized polycarbonate lens. \n\n\n\nPatent\n\nU.S. Patent No. D707,387, U.S. Patent No. 8,810,137 B2.\n\n\n\nPhotometrics\n\nPhotometry tested to the IESNA LM-79-08 standard by an ILAC/ISO17025 accredited laboratory. For additional photometric data, please go to www.kenall.com.\n\n\n\nTekLink TL1000/2000\n\nAn adaptive lighting control system with wired or wireless communication between system nodes. In addition to occupancy detection and daylight harvesting, TL1000 and TL2000 feature advanced scheduling and energy management capabilities with cloud-based management of system settings, reporting and notifications.\n\n\n\n\nTekLink TL50\n\nAn independent lighting control system integral to the luminaire, featuring its own occupancy sensor, daylight harvesting and adjustable time-out/dimming settings.  \n\n\n\nWarranty\n\nLimited ten (10) year warranty. Polycarbonate lens required for Peace of Mind Guarantee®.', 'https://kenall.com/TPD23.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/TPD23.pdf', '2017-04-26', '2018-02-06', '0000-00-00', ''),
(120, 53, 'TD17', 'KNL_TD17', 'TD17', 'TD17. TekDek for Parking Garages.', 1, 0, '', '3000K, 3500K, 4000K, 5000K, 5700K', '70, 80', '36-105W', '3,192 - 14,866LM', 'up to 175,000', '0-10V, TL50, TL100, TL1000, TL2000', '120-277 V, 347V, 480V', 'Type II, V-Narrow and V-Square roadway', 'Technical Specifications\n\n\n\nDistribution Types\n\nType V-Narrow or V-Square roadway distributions available.  UV-stabilized, high-impact resistant injection-molded clear textured 100% DR acrylic or polycarbonate tertiary lens.\n\n\nElectrical\n\nServiceable high-brightness LED array.  See Ordering Information for color temperature and CRI options.  70 CRI minimum.  120-277 VAC, 347VAC and 480VAC 50/60Hz single-phase input; constant-current dimming driver; 0.90 PF. Minimum 90% electrical efficiency.  0-10V dimming protocol with 0-100% range, 0.6mA source current.  Replaceable surge suppressor rated to 20kA/kV per IEEE/ANSI C62.41 Cat. A.  EMC compliant with FCC 47 CFR Part 15, Class B. Passes IEC 61000-4-4 EFT and IEC 61000-4-5 (Class 4) surge evaluation.\n\n\n\nHousing\n\nMarine-grade die-cast aluminum and UV-stabilized polycarbonate construction.  Standard TGIC polyester power coat finish on aluminum components with five-step pre-treatment to withstand 1,000 hour salt spray test per ASTM B117.  See Ordering Information for available finishes. Closed-cell silicone gasketing seals all housing component interfaces.  Die-cut closed-cell neoprene self-adhesive gasket seals housing to mounting surface (DTS).\n\n\n\n\nListings\n\nLuminaire is certified to UL Standards by Intertek Testing Laboratory for Wet Location.  IP65 rating per IEC 60598.  Suitable for installation into -40°C to 40°C ambient environments, unless otherwise noted. Product listed on DesignLights Consortium® Qualified Product List. Check the latest version here for listed configuration details. \n\n\n\nLumen DatA\n\nTD17 Lumen Data \n\n\n\nMounting\n\nDirect-to-surface (DTS) mounting over recessed junction box, Trunnion Mount (TK) or pendant-mounted (PM) via ¾\" rigid sealed conduit.  See Ordering Information for selection. Housing access secured via tamper-resistant Torx™ fasteners.\n\n\n\nPatent\n\nMultiple U.S. Patents issued and pending.\n\n\n\nPhotometrics\n\nPhotometry tested to the IESNA LM-79-08 standard by an ILAC/ISO17025 accredited laboratory.  For photometric data, please go to www.kenall.com.\n\n\n\nTekLink TL1000/2000\n\nAn adaptive lighting control system with wired or wireless communication between system nodes.  In addition to occupancy detection and daylight harvesting, TL1000 and TL2000 feature advanced scheduling and energy management capabilities with cloud-based management of system settings, reporting and notifications.  Meets CA Title 24-2013 and ASHRAE 90.1-2013 requirements.\n\n\n\nTekLink TL50\n\nAn independent lighting control system integral to the luminaire, featuring its own occupancy sensor, daylight harvesting and adjustable time-out/dimming settings.  \n\n\n\nWarranty\n\nLimited ten (10) year warranty.  Peace of Mind Guarantee™ when ordered and installed with direct-to-surface (DTS) mounting and polycarbonate lens (TP).', 'https://kenall.com/TD17.htm', 'https://kenall.com/Kenall-Files/Product-Files/specificationsheets/TD17.pdf', '2018-01-24', '2018-02-06', '0000-00-00', ''),
(121, 54, 'ARTISAN', 'LIA_Icicle-Chandelier', 'Icicle-Chandelier', 'Icicle Chandelier. ARTISAN.', 1, 0, '', '', '', '', '', '', '', '', '', 'Icicle Chandelier is a handmade, fully customizable fixture. Colors, sizes and design elements are up to you and your design team.', 'http://lightart.com/product/icicle-chandelier', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/IcicleChandelier_Spec17.pdf', '2017-04-19', '2018-02-07', '0000-00-00', ''),
(122, 54, 'I/O', 'LIA_I/O-Box', 'I/O-Box', 'I/O BOX. I/O Collection.', 1, 0, '', '', '', '', '', '', '', '', '', 'The LightArt Collection is a fully customizable line of hand-crafted fixtures. Pick your dimensions, material, and lighting components, or stick with a standard set of sizes. With so many options, these fixtures are perfect for any application.', 'http://lightart.com/product/io-box', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Collection-IOBox-Spec17np.pdf', '2017-08-03', '2018-02-07', '0000-00-00', ''),
(123, 53, 'EPDL6', 'KNL_EPDL6', 'EPDL6', 'EPDL6. EnviroPro Downlights.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80, 90', '15-62W', '772 - 5,543LM', '70,000 - 85,000', '1% Dimming via 0-10V, DALI or EcoSystem control', '120-277V, 347V', 'Medium, Wide', 'Technical Specifications\n\n\nELECTRICAL\n\nLED array available in multiple CCT and CRI combinations with a maximum 3-step MacAdam variation allowance. See Trim Ordering Information for available options. 120-277VAC or 347VAC, 50/60Hz electrical input with serviceable constant current driver (0.90 PF). Minimum 85% driver efficiency. Standard 0-10V dimming with 1-100% range; 200µA max. source current. Optional DALI and Lutron EcoSystem dimming drivers with 1-100% range.\n\n\nHEATSINK\n\nDie-cast aluminum with external radial fins for natural convection.\n\n\nINSTALLATION\n\nSuitable for ambient temperature temperatures of -30oC to +40oC.\n\n\nLISTINGS\n\nLuminaire is certified to UL standards by Intertek Testing Laboratory for non-IC and Wet Location installations. IP64 and IP65 rating per IEC60598. NSF2 Splash/Non-Food Zone. Optional CCEA compliance.\n\n\nOPTICAL\n\nHigh-Efficiency mixing chamber design with regressed diffused tempered-glass lens producing uniform light output. Available with various reflector distribution patterns and finishes. Flush lens trim options include a clear lens. See distribution and reflector finish ordering information for available options.\n\n\nPHOTOMETRICS\n\nPhotometry tested to the IESNA LM-79-08 standard by an ILAC/ISO17025 accredited laboratory.  For photometric information, go to www.kenall.com.\n\n\nROUGH-IN FRAME\n\n18-gauge die-formed, corrosion-resistant steel. Vertically adjustable collar accommodates ceiling thicknesses up to 2\", adjustable post-installation. Universal mounting brackets accept 3/4\" and 1-1/2\" lathers channel, 1/2\" EMT conduit and hanger bars. Quick-access junction box accessible post-installation from above and below ceiling. Includes (4) 1/2\" and (2) 3/4\" knock-outs to allow straight conduit runs. Listed for (8) 12AWG, 90oC conductors and feed-thru branch wiring. Provided with FMC with electrical quick-connect to Trim Section.\n\n\nTRIM/HOUSING SECTION\n\nIP-rated housing section incorporates the heat sink, LED module, optics and lower trim.Configurable with an IP64-rated Regressed or Flush lens trim that is secured to the Rough-In frame with hidden torsion springs, and an IP65 Flush lens trim secured with four (4) Phillips-head, captive fasteners. See trim ordering information for available options.\n\n\nWARRANTY\n\nFive (5) year warranty against mechanical defects.  Five (5) year warranty on LED lamps and power regulation components for defects resulting in a fixture lumen depreciation of 30% or greater.', 'https://kenall.com/EPDL6.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/EPDL6.pdf', '2017-11-14', '2018-02-07', '0000-00-00', ''),
(124, 53, 'CDL', 'KNL_CDL6', 'CDL6', 'CDL6.SimpleSeal Downlights - Cleanroom & Containment.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80, 90', '15-62W', '715 - 5,305LM', '70,000 - 85,000', '1% Dimming via 0-10V, DALI or EcoSystem control', '120-277V, 347V', 'Medium, Wide', 'Technical Specifications\n\n\nELECTRICAL\n\nLED array available in multiple CCT and CRI combinations with a maximum 3-step MacAdam variation allowance. See Trim Ordering Information for available options. 120-277VAC or 347VAC, 50/60Hz electrical input with serviceable constant current driver (0.90 PF). Minimum 85% driver efficiency. Standard 0-10V dimming with 1-100% range; 200µA max. source current. Optional DALI and Lutron EcoSystem dimming drivers with 1-100% range.\n\n\nHEATSINK\n\nDie-cast aluminum with external radial fins for natural convection.\n\n\nLISTINGS\n\nLuminaire is certified to UL standards by Intertek Testing Laboratory for non-IC and Wet Location installations. IP64 and IP65 rating per IEC60598. NSF2 Splash/Non-Food Zone. Optional CCEA compliance.\n\n\nOPTICAL\n\nHigh-Efficiency mixing chamber design with regressed diffused tempered-glass lens producing uniform light output. Available with various reflector distribution patterns and finishes. Flush lens trim options include a clear lens. See distribution and reflector finish ordering information for available options.\n\n\nPHOTOMETRICS\n\nPhotometry tested to the IESNA LM-79-08 standard by an ILAC/ISO17025 accredited laboratory.  For photometric information, go to www.kenall.com.\n\n\nROUGH-IN FRAME\n\n18-gauge die-formed, corrosion-resistant steel. Vertically adjustable collar accommodates ceiling thicknesses up to 2\", adjustable post-installation. Universal mounting brackets accept 3/4\" and 1-1/2\" lathers channel, 1/2\" EMT conduit and hanger bars. Quick-access junction box accessible post-installation from above and below ceiling. Includes (4) 1/2\" and (2) 3/4\" knock-outs to allow straight conduit runs. Listed for (8) 12AWG, 90oC conductors and feed-thru branch wiring. Provided with FMC with electrical quick-connect to Trim Section.\n\n\nTRIM/HOUSING SECTION\n\nIP-rated housing section incorporates the heat sink, LED module, optics and lower trim. Configurable with an IP64-rated Flush lens trim that is secured to the Rough-In frame with hidden torsion springs, and an IP65 Flush lens trim secured with four (4) Phillips-head, captive fasteners. See trim ordering information for available options.\n\n\nWARRANTY\n\nFive (5) year warranty against mechanical defects.  Five (5) year warranty on LED lamps and power regulation components for defects resulting in a fixture lumen depreciation of 30% or greater.', 'https://kenall.com/CDL6.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/CDL6.pdf', '2017-12-06', '2018-02-07', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(125, 53, 'TPDPT', 'KNL_TPDPT26', 'TPDPT26', 'TPDPT26. TopDek for Transportation.', 1, 0, '', '', '', '', '', '', '', '', '', 'Technical Specifications\r\nELECTRICAL\r\nReplaceable high-brightness LED array. See Ordering Information for color temperature options. 120-277VAC, 347VAC or 480VAC, 50/60Hz input with replaceable high power factor electronic constant-current driver (0.90 PF). Standard 0-10V dimming with 10-100% range. Minimum 85% driver efficiency. EMC performance compliant with FCC CFR Part 15. Standard 20kV/kA surge protection to IEEE/ANSI C62.41 Cat. A.\r\nHOUSING\r\nMarine-grade die-cast aluminum construction. Integral aluminum heat sink with concealed air inlet and convection fins. All power electronics removed from primary thermal path; all drivers with dedicated heatsink to exterior of luminaire. TGIC polyester powder coat finish with five-step pre-treatment; salt-spray test 1,000 hours. See Ordering Information for available finishes. Closed-cell silicone gasketing at all housing interfaces.\r\nLISTINGS\r\nLuminaire is certified to UL Standards by Intertek Testing Laboratory for Wet Location. IP65 rating per IEC 60598. Luminaire is 3G tested for vibration per ANSI C136.31. For maximum efficiency, Kenall recommends TekLink™ controls. For more information, visit www.kenall.com.\r\nLUMEN DATA\r\nTPDPT26 Lumen Data\r\nMOUNTING\r\nFits 2-3/8\" vertical tenons, 4\" square and 5\" round poles. Secures to pole via setscrews. Pole by others. All supply connections made in center hub near pole interface. All structural hardware 304 stainless steel, or zinc plated steel Grade 8.\r\nNOTE\r\n-40ºC and 40ºC ambient temperature rated unless otherwise noted.\r\nOPTICS\r\nType II, III, IV, V-Narrow Round, V-Wide Square optical distributions. Internal house-side shield available (does not impact EPA). Clear textured acrylic or polycarbonate tertiary flat lens for full-cutoff applications or injection-molded clear textured acrylic or polycarbonate tertiary drop lens for higher vertical illuminance and enhanced glare control.\r\nPATENT\r\nU.S. Patent No. D702,395, U.S. Patent No. D713,990, U.S. Patent No. 8,810,137 B2.\r\nPHOTOMETRICS\r\nPhotometry tested to the IESNA LM-79 standard by an ILAC/ISO17025 accredited laboratory. For additional photometric data, please go to www.kenall.com.\r\nTEKLINK TL1000/2000\r\nAn adaptive lighting control system with wired or wireless communication between system nodes. In addition to occupancy detection and daylight harvesting, TL1000 and TL2000 feature advanced scheduling and energy management capabilities with cloud-based management of system settings, reporting and notifications.\r\nTEKLINK TL50\r\nAn independent lighting control system integral to the luminaire, featuring its own occupancy sensor, daylight harvesting and adjustable time-out/dimming settings. Three different programs are available, each governing system behavior in normal operation; On-to-Dim Daylighting, On-to-Off Daylighting, and Occupancy Only.\r\nWARRANTY\r\nLimited ten (10) year warranty.', 'https://kenall.com/TPDPT26.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/TPDPT26.pdf', '2017-07-27', '2018-02-07', '0000-00-00', ''),
(126, 40, 'SCO', 'EDG_SCO', 'SCO', 'SCOPE LED', 0, 0, '', '2994', '95', '9.3', '217, 315', '50,000', 'Lutron Skylark or Diva low voltage dimmers', '12V. Remote 120', 'Adjustable. 20° spot to 50° flood.', 'Description:\nThe Scope LED, a classic flat-back cylinder fixture, swivels 90° vertically. The coolto-the-touch\nrotating lens allows adjustment of the beam angle from 20° spot to\n50° flood while the fixture is lit. Fixture includes 5 year warranty.\n\nSystem Compatibility:\nMounts to any 12VAC Monorail or Monorail 2 Circuit. Use Fast Jack (FJ) version\nfor FJ LED canopies\n\nBody Finish:\nSatin Nickel, Polished Nickel, Antique Bronze or White\nLamp Specification:\n12VAC LED, 70% lumen maintenance based on 50,000 hours of operation.\n \nDimming Information:\nDimmable with Lutron Skylark or Diva low voltage dimmers. For additional details,\nsee Scope Dimming Chart at www.edgelighting.com\n\nOptical Accessories:\nSCOPE-A louver lens holder houses MR16 (L16) lenses, Hexcell Louver\nand ST-16 Snoot (see accessories spec sheet)\n\nWeight:\n2.4 lb (1 kg)', 'http://www.edgelighting.com/products/fj-sco_95cri.php', 'http://www.edgelighting.com/specs/fj_sco_95cri.pdf?1518057214281', '2015-10-07', '2018-02-07', '0000-00-00', ''),
(127, 48, 'KM4', 'HBL_KM4', 'KM4', 'KM4. KicK Mini Small.', 1, 0, '', '3000K, 4000K, 5000K', '70 CRI', '31-150W', '1-2,500 LM', '60Khrs (TM-21)', 'Photocell;Occupancy Sensor;Occupancy & Photocell, wiSCAPE - wireless (optional)', '120-277, 347 and 480VAC input', 'IES Type II, IES Type III, IES Type IV', 'KicK Mini was designed for a wide range of low mounting height and wall mount applications. KM4 is the most compact version of KicK and is ideal for even the most discrete architectural applications', 'https://www.hubbell.com/hubbell/en/OHW/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/KicK-Mini-Small/p/1506254', 'https://hubbellcdn.com/specsheet/aal_km4_spec.pdf', '2017-11-01', '2018-02-20', '0000-00-00', ''),
(129, 48, 'CWM', 'HBL_CWM', 'CWM', 'CWM. Direct/Indirect.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '84 CRI', '15-43W', '109 Lumens per Watt', '60,000 hours at L80 with projected life over 86,000 hours for reduced life cycle maintenance costs', 'Occupancy Sensor, NX Distributed Intelligence', '0-10V', '', 'CWM is a sleek, contemporary wall mount luminaire that provides unparalleled versatility and reliability, offering best-in-class efficacy with up to 109 Lumens per Watt.', 'https://www.hubbell.com/hubbell/en/c/CWM-DirectIndirect/p/2160091#productPageTabDiv', 'https://hubbellcdn.com/specsheet/cwm_di.pdf', '2018-02-05', '2018-02-20', '0000-00-00', ''),
(136, 55, 'J', 'CRL_J2-2', 'J2-2', 'J2-2. Jaylum Suspended Direct/Indirect.', 0, 0, '', '3000K, 3500K, 4000K', '≥ 85', '30W, 39W, 50W', '2999LM, 3858LM, 4731LM', '60,000 h L70', 'Standard 0-10V (10%-100%),   0-10V (1%-100%),  Fifth Light DALI (10%-100%),  Step Dimming (Bi-Level, 50%)', '120V, 277V, Universal', 'direct/indirect', 'The Corelite JAYLUM merges affordability and performance in this timeless direct/indirect pendant. The JAYLUM is designed to accompany almost any décor with clean lines and a slim profile. The J3 LED series offers a wide optical distribution with up to 85% uplight and industry-leading performance to meet increasingly stringent building energy requirements. Two lens options, integral daylight/occupancy sensors, integral emergency battery packs, Fifthlight DALI addressability, companion wall-mount and sconce allows this fixture to meet all of your specific project needs. Best of all, the JAYLUM incorporates economically engineered steel-construction and contractor-friendly installation features for which Corelite is known!', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_827558.brands.lighting!corelite!suspended_jaylum.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-jaylum-j3-susp-led-524003-sss.pdf, http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-ja', '0000-00-00', '2018-02-20', '0000-00-00', ''),
(137, 55, 'J', 'CRL_J2', 'J2', 'J2. Jaylum Suspended Direct/Indirect.', 1, 0, '', '3000K, 3500K, 4000K', '≥ 85', '30W, 39W, 50W', '2,999LM, 3,858LM, 4,731LM', '60,000 Hours L70', 'Step-dim, Fifth Light (DALI) options available; Integral Daylight/Occupancy sensor available', '120V, 277V, Universal', 'Up to 93% downlight', 'The Corelite JAYLUM merges affordability and performance in this timeless direct/indirect pendant. The JAYLUM is designed to accompany almost any décor with clean lines and a slim profile. The J2 LED series provides up to 93% downlight using a single LED module to efficiently deliver light to the task at hand. Two lens options, integral daylight/occupancy sensors, integral emergency battery packs, Fifthlight DALI addressability, companion wall-mount and sconce allows this fixture to meet all of your specific project needs. Best of all, the JAYLUM incorporates economically engineered steel-construction and contractor-friendly installation features for which Corelite is known!', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_827558.brands.lighting!corelite!suspended_jaylum.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-jaylum-j2-susp-led-524002-sss.pdf', '2017-07-18', '2018-02-21', '0000-00-00', ''),
(139, 55, 'J', 'CRL_J3', 'J3', 'J3. Jaylum Suspended Indirect/Direct.', 1, 0, '', '3000K, 3500K, 4000K', '≥ 85', '23.5W - 64.9W', '2,991LM - 7,485LM', '60,000 Hours L70', 'Step-dim, Fifth Light (DALI) options available; Integral Daylight/Occupancy sensor available', '120V, 277V, Universal', 'Up to 85% uplight', 'The Corelite JAYLUM merges affordability and performance in this timeless direct/indirect pendant. The JAYLUM is designed to accompany almost any décor with clean lines and a slim profile. The J3 LED series offers a wide optical distribution with up to 85% uplight and industry-leading performance to meet increasingly stringent building energy requirements. Two lens options, integral daylight/occupancy sensors, integral emergency battery packs, Fifthlight DALI addressability, companion wall-mount and sconce allows this fixture to meet all of your specific project needs. Best of all, the JAYLUM incorporates economically engineered steel-construction and contractor-friendly installation features for which Corelite is known!', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_827558.brands.lighting!corelite!suspended_jaylum.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-jaylum-j3-susp-led-524003-sss.pdf', '2017-07-18', '2018-02-21', '0000-00-00', ''),
(141, 56, 'SPEQ', 'AMR_SPEQ-M', 'SPEQ-M', 'SPEQ M. Medium.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83,  90+', '18W, 21W, 26W', '78.4LM/W, 2,056LM max', '50,000+ hrs, > 70% of initial lumens at 50,000 hrs', 'TRIAC & ELV (120V) - 5% Dim', '120V, 277V', 'Flood (FL), 34°, Wide Flood (WF), 44º, Very Narrow Spot  (VNSP), 8º', 'Designed to let the interior design and not the lighting take center stage, the SPEQ track head from Amerlux balances clean, minimal aesthetic design with industry leading optical performance.  The ﬁ xture has no visible heat sink or venting and has snoot perfectly matched to provide excellent glare control while maintaining the clean ﬁxture lines.', 'http://www.amerlux.com/products/SPEQ-M', 'http://www.amerlux.com/content/products/ies-spec/files/lit-2123_speq-m_cylinder_track_head_020518.pdf', '2018-02-05', '2018-02-22', '0000-00-00', ''),
(142, 56, 'SPEQ', 'AMR_SPEQ-L', 'SPEQ-L', 'SPEQ L. Large.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 90+', '33W, 41W, 48W', '82.8LM/W, 3,977LM max', '50,000+ hrs, > 70% of initial lumens at 50,000 hrs', 'TRIAC & ELV (120V/277V) - 5% Dim', '120V, 277V', 'Spot (SP), 15º, Flood (FL), 25º, Wide Flood (WF), 36º', 'Designed to let the interior design and not the lighting take center stage, the SPEQ track head from Amerlux balances clean, minimal aesthetic design with industry leading optical performance.  The ﬁ xture has no visible heat sink or venting and has snoot perfectly matched to provide excellent glare control while maintaining the clean ﬁxture lines.', 'http://www.amerlux.com/products/SPEQ-L', 'http://www.amerlux.com/content/products/ies-spec/files/lit-2124_speq-l_cylinder_track_head_020518.pdf', '2018-02-05', '2018-02-22', '0000-00-00', ''),
(143, 56, 'SPEQ', 'AMR_SPEQ-S', 'SPEQ-S', 'SPEQ S. Small.', 1, 0, '', '2200K, 2700K, 3000K, 3500K, 4000K', '83, 90+', '9W, 15W', '89.5LM/W, 1,310LM max', '50,000+ hrs, > 70% of initial lumens at 50,000 hrs', 'TRIAC & ELV (120V) - 5% Dim', '120V, 277V', 'Spot (SP), 15°, Narrow Flood (NF), 22°, Medium Flood (MFL), 25°', 'Designed to let the interior design and not the lighting take center stage, the SPEQ track head from Amerlux balances clean, minimal aesthetic design with industry leading optical performance.  The ﬁ xture has no visible heat sink or venting and has snoot perfectly matched to provide excellent glare control while maintaining the clean ﬁxture lines.', 'http://www.amerlux.com/products/SPEQ-S', 'http://www.amerlux.com/content/products/ies-spec/files/lit-2118_speq-s_cylinder_track_head_011818.pdf', '2018-01-18', '2018-02-22', '0000-00-00', ''),
(144, 56, 'C3', 'AMR_C3TV-A14', 'C3TV-A14', 'C3TV A14. Cylindrix® III Vertical LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 (2700K, 3000K, 3500K, 4000K), 90+ (2700K, 3000K)', '16W, 19W, 23W, 27W, 31W', '2,345LM max', '50,000 Hours', 'Electronic constant current LED driver', '120V, 277V', 'Spot 15º, Flood 25º, Wide Flood 40º', 'Cylindrix® III Vertical LED, the best combination of optical and thermal performance, aesthetics and visual comfort in an accent. Features a deeply recessed single light source for enhanced visual comfort and control, integrated heat sink and high performance interchangeable reflector optics (15°/25°/40° beam options). Cylindrix® III Vertical LED accepts a broad range of lighting control accessories, including snoots, cross blades and louvers.', 'http://www.amerlux.com/products/C3TV-A14', 'http://www.amerlux.com/content/products/ies-spec/files/lit-1492_c3tv-a14-led_qs_0917.pdf', '2017-09-22', '2018-02-22', '0000-00-00', ''),
(145, 56, 'C3', 'AMR_C3R-A14-3', 'C3R-A14-3', 'C3R A14 3. Cylindrix® III Recessed Multiple 3 Lt LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 (2200K, 2700K, 3000K, 3500K, 4000K), 90+ (2700K, 3000K)', '16W, 19W, 23W, 27W, 31W', '2,345LM max', '50,000 Hours', 'Electronic constant current LED driver', '120V, 277V', 'Spot 15º, Flood 25º, Wide Flood 40º', 'Cylindrix® III Recessed LED, the best combination of optical and thermal performance, aesthetics and visual comfort in an recessed accent. Features a deeply recessed single LED light source for enhanced visual comfort and control, integrated heat sink and high performance interchangeable reflector optics (15°/25°/40° beam options). Maintenance is simplified with a field replaceable LED. 1, 2 and 3 light configurations available.', 'http://www.amerlux.com/products/C3R-A14-3', 'http://www.amerlux.com/content/products/ies-spec/files/lit-1577_c3r-a14-3-led_qs_0217.pdf', '2017-02-27', '2018-02-22', '0000-00-00', ''),
(146, 29, 'REO 2733', 'DLT_6315418223 W', '6315418223 W', '6315418223 W. LINK 2 REO 2733.', 1, 0, '', '2700K', '>80', '14W', '1236 lm', '', '', '120V / 60Hz', '', 'Ceiling surface mounted. Installation to a standard 4” octagonal box. Powder coated PC/ABS construction, fully adjustable gimble. For ambient lighting Residential, commercial, retail, and hospitality\r\nspaces', 'https://www.deltalight.us/en/products/detail/link-2-reo-2733-6-315-41-8223', 'https://www.deltalight.us/en/generate-specsheet/link-2-reo-2733-6-315-41-8223', '2018-02-22', '2018-02-22', '0000-00-00', ''),
(148, 56, 'C3', 'AMR_C3R-A14-2', 'C3R-A14-2', 'C3R A14 2. Cylindrix® III Recessed Multiple 2 Lt LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 (2200K, 2700K, 3000K, 3500K, 4000K), 90+ (2700K, 3000K)', '16W, 19W, 23W, 27W, 31W', '2,345LM max', '50,000 Hours', 'Electronic constant current LED driver', '120V, 277V', 'Spot 15º, Flood 25º, Wide Flood 40º', 'Cylindrix® III Recessed LED, the best combination of optical and thermal performance, aesthetics and visual comfort in an recessed accent. Features a deeply recessed single LED light source for enhanced visual comfort and control, integrated heat sink and high performance interchangeable reflector optics (15°/25°/40° beam options). Maintenance is simplified with a field replaceable LED. 1, 2 and 3 light configurations available.', 'http://www.amerlux.com/products/C3R-A14-2', 'http://www.amerlux.com/content/products/ies-spec/files/lit-1576_c3r-a14-2-led_qs_0217.pdf', '2017-02-27', '2018-02-22', '0000-00-00', ''),
(149, 56, 'C3', 'AMR_C3R-A14-1', 'C3R-A14-1', 'C3R A14 1. Cylindrix® III Recessed Multiple 1 Lt LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 (2200K, 2700K, 3000K, 3500K, 4000K), 90+ (2700K, 3000K)', '16W, 19W, 23W, 27W, 31W', '2,345LM max', '50,000 hrs', 'Electronic constant current LED driver', '120V, 277V', 'Spot 15º, Flood 25º, Wide Flood 40º', 'Cylindrix® III Recessed LED, the best combination of optical and thermal performance, aesthetics and visual comfort in an recessed accent. Features a deeply recessed single LED light source for enhanced visual comfort and control, integrated heat sink and high performance interchangeable reflector optics (15°/25°/40° beam options). Maintenance is simplified with a field replaceable LED. 1, 2 and 3 light configurations available.', 'http://www.amerlux.com/products/C3R-A14-1', 'http://www.amerlux.com/content/products/ies-spec/files/lit-1575_c3r-a14-1-led_qs_0217.pdf', '2017-02-27', '2018-02-22', '0000-00-00', ''),
(150, 57, 'BSS', 'BRT_BSS420', 'BSS420', 'BSS420.Wake.', 1, 0, '', '3000K, 3500K, 4000K, 5000K,', '84-85', '5W/ft, 8W/ft', 'LENS FLUSH 3,137LM  LENS DROP 3,310LM', '50,000 hours', 'Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available)', '120V, 277V', 'Direct', 'The BSS420 is a versatile, recessed linear LED luminaire with 2” wide aperture.  Single and continuous run fixtures are available for installation in common grid ceilings or in hard walls and ceilings with flange and trimless variants.  Flush or 1” drop frosted acrylic lens options are offered for all mounting configurations.', 'https://www.bartcolighting.com/product/bss420/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2016/05/BSS420_GEN_0517.pdf', '2017-05-10', '2018-02-22', '0000-00-00', ''),
(151, 57, 'BSS', 'BRT_BSS430', 'BSS430', 'BSS430.Wake.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '84-85', '5W/ft, 8W/ft', '', '50,000 hours', 'Standard integral 120-277V driver offered with 0-10V dimming or non-dim (other dimming driver options available)', '120-277V', 'Direct', 'The BSS430 is a versatile, recessed linear LED luminaire with 3” wide aperture.  Single and continuous run fixtures are available for installation in common grid ceilings or in hard walls and ceilings with flange and trimless variants.  Flush or 1” drop frosted acrylic lens options are offered for all mounting configurations.', 'https://www.bartcolighting.com/product/bss430/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2016/08/BSS430_GEN_090717.pdf', '2017-09-07', '2018-02-22', '0000-00-00', ''),
(152, 9, 'Pantrac', 'ERC_Pantrac-5733', 'Pantrac-5733', 'Pantrac 5733. Lighting effects for walls.', 1, 0, '', '2700K or 4000K', '≥ 90', '12W - 24W', '1260lm - 3300lm', '50000 hours', 'Phase dimmable, Dimming with external dimmers possible, brightness control 1%– 100%', '120V', 'Wallwash', 'Pantrac exceeds the demands of the ultimate challenge in lighting design: perfect wallwashing. The system is designed to achieve superb uniform illumination of walls, product shelving or exhibits with total visual comfort. Innovative photometrics optimize its efficiency and, as a result, reduce the number of luminaires required, as these can be spaced further apart. With its archetypal cubic design, the luminaire integrates as effortlessly with modern rooms as with historic architecture. A very wide dimming control range of 1% to 100% supports aesthetic and conservation aspects of artwork protection and gallery appearance.', 'http://www.erco.com/products/indoor/swf-3circuit/pantrac-5733/en_us/', 'http://www.erco.com/products/indoor/swf-3circuit/pantrac-5733/en_us/', '2018-01-22', '2018-02-22', '0000-00-00', ''),
(153, 57, 'BSS', 'BRT_BSS500', 'BSS500', 'BSS500.Tubular.', 1, 0, '', '3000K, 3500K, 4000K, 5000K,', '84-85', '5W/ft, 7W/ft, 12W/ft', '5,3W/ft - 1,987LM, 7,2W/ft - 2,144LM, 12W/ft - 3,855LM', '50,000 hours', 'Specify driver ordering code.  Factory will provide a driver matched to the performance requirements of specific fixtures. Remote driver supplied in a vented aluminum, surface mount enclosure with ample knockouts.  Enclosure dimensions vary depending on t', '', 'suspended linear LED down light with remote driver', 'The BSS500 is a suspended linear LED down light with remote driver for general lighting applications.  The Ø1-3/8” extruded aluminum housing is fitted with tightly spaced diodes and a frosted acrylic lens to produce seamless, diffuse illumination.  Heavy gauge aluminum end caps finish off the fixture ends.', 'https://www.bartcolighting.com/product/bss500/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2015/08/BSS500_GEN_1217.pdf', '2017-12-07', '2018-02-22', '0000-00-00', ''),
(154, 57, 'BSS', 'BRT_BSS610', 'BSS610', 'BSS610.YoX.', 1, 0, '', '2700K, 3000K, 3500K and 4000K', '90+', '6,4W/ft, 8,8W/ft', 'Standard outputs are 680 and 880LM per foot, 6,4 W/ft - 2,500LM, 8,8W/ft - 3,240LM', '50,000 hours', 'driver offered with 0-10V dimming or non-dim (other dimming driver options available)', 'Standard integral 120-277V', 'multi-directional', 'Create an endless variety of multi-directional fixture runs and geometric shapes with the BS610 YoX linear LED system.  This luminaire family consists of modular 2” wide by 3” tall extruded aluminum housings and joining modules in End, Straight, “L”, “T”, “Y”, and “X” configurations.  Fixtures can be surface or cable suspended and optioned with a variety of dimming drivers and occupancy sensor.', 'https://www.bartcolighting.com/product/yox-bss260/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2017/01/BSS610_CUT_1017.pdf', '2017-11-07', '2018-02-22', '0000-00-00', ''),
(155, 33, 'SLD', 'HLO_SLD6xJB', 'SLD6xJB', 'SLD6xJB. Surface LED Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80 CRI or 90 CRI', '12.2W,13.2W', '710-800LM', 'L70 at 50,000 hours', 'Dimmable with 120V dimmers', '120', 'Downlight', 'The Halo Surface LED Downlight (SLD) incorporates WaveStream™ technology to create an ultra-low profile surface mounting luminaire with the performance and look of a traditional downlight. SLD6 (6\") is designed for installation in many standard and fire-rated 3-1/2\" and 4” square, octagon, or round junction boxes. Supply wire adapater with LED quick wiring connector included. Suitable for residential or commercial installations. Ideal for closets, storage areas, attics and basements. Compliant with NFPA® 70, NEC® Section 410.16 (A) (3) and 410.16 (C)(5).', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/6-inch-led-SLD6/_861893.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/halo-sld6xjb-adv141376-sss.pdf', '2015-10-07', '2018-02-22', '0000-00-00', ''),
(159, 2, 'ARB', 'INV_ARB', 'ARB', 'ARB. Arbor Post Top.', 1, 0, '', '3000K, 4000K', '70CRI, 80CRI', '24-108W', '2,300-9,500 Lumens', '60,000 hours L70', 'D1=Dimming Driver', '120-480V', 'Type II, III and IV asymmetric and type V symmetric NEMA distributions', 'The Invue Arbor post top brings architectural style to area and site and pedestrian scale applications. Its dayform appearance brings a desired organic look into the urban environment. WaveStream LED Optics provide a uniform pixelation-free image, managing glare while providing high levels of visibility.', 'http://www.cooperindustries.com/content/public/en/lighting/products/post_top_lighting/_874566.ssd.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/invue-arb-arbor-post-top-td516018en-sss.pdf', '2018-02-15', '2018-02-22', '0000-00-00', ''),
(161, 33, 'SMD4', 'HLO_SMD4', 'SMD4', 'SMD4. Surface Mount LED Downlight.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '90 CRI', '9.7W,10W', '786-810LM', 'L70 at 50,000 hours', 'Dimmable with 120V dimmers', '120', 'Downlight', '', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/_4_inch_led_smd4/_889786.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/hr-smd4-td518243en-sss.pdf', '2017-05-03', '2018-02-22', '0000-00-00', ''),
(162, 58, 'Ring', 'BCL_Ring-Wood', 'Ring-Wood', 'Ring-Wood. Pendant-modern.', 1, 0, '', '3000K, 3500K, 4000K', 'min80', 'Direct: 65-692W, direct & indirect 87-995W', 'Direct: 6,038-6,2501LM, direct & indirect 6,038-6,2438LM', 'L70 @25oC: >50,000 hrs.', 'Integral, HPF electronic drivers for 120-277V (EU-240V), 0-10V, 1% dimming standard.', '120-277V', 'direct,  direct & indirect', 'Pendant ring lighting fixture with diameter 610-5486 mm', 'http://betacalco.com/pendant-modern/ring-wood/', 'http://betacalco.com/wp-content/uploads/2017/10/Ring-Wood_PEN150_JAN19_2018.pdf', '2018-01-19', '2018-02-22', '0000-00-00', ''),
(163, 2, 'MSA', 'INV_MSA', 'MSA', 'MSA. Mesa LED.', 1, 0, '', '4000K,  optional 3000K CCT and 5000K', '70 CRI', '25-164W', '2,460-15,689LM', '60,000 hours per IESNA', '0-10V dimming wire leads', 'UNIV, 120-277V 50/60Hz, 347V, 480V', 'T2=Type II, T3=Type III, T4=Type IV, SL2=Type II w/Spill Control, SL3=Type III w/Spill Control, SL4=Type IV w/Spill Control, RW=Rectangular Wide, 5MQ=Type V Square Medium, 5WQ=Type V Square Wide ,5XQ=Type V Square Extra Wide, SLL=90° Spill Light Eliminato', 'The simple geometric form of MESA allows it to adapt to either contemporary or traditional architectural settings. Available in single or twin pole mount configurations with optional wall mounting capability, MESA mounting options allow for harmonized site design whether at the entryway or in the parking lot. UL and cUL listed for use in wet locations.', 'http://www.cooperindustries.com/content/public/en/lighting/products/post_top_lighting/_187290.ssd.brands.lighting!invue!decorative.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/in-msa-mesa-led-td516001en-sss.pdf', '2018-02-06', '2018-02-22', '0000-00-00', ''),
(164, 2, 'AB', 'INV_ABB', 'ABB', 'ABB. Arbor Bollard.', 1, 0, '', '3000K, 4000K', '70 CRI, 80 CRI optional', '16-27W', '717-848 LM', '60,000 hours L70', '0-10V dimming driver standard, optional integrated sensor on/off or bi-level dimming', '120-277V, 347V, 480V', 'Symmetric and asymmetric distributions', 'The Arbor Bollard from Invue brings architectural style to the pedestrian level. The Arbor Bollard can be used along with Arbor post top luminaires to provide a coordinated look sure to enhance any architectural setting. WaveStream LED optics present a pixilation-free image replacing visible glare, while providing high levels of pavement illumination.', 'http://www.cooperindustries.com/content/public/en/lighting/products/bollards/_874567.ssd.brands.lighting!invue!low_level.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/invue-abb-arbor-bollard-td501002en-sss.pdf', '2018-02-06', '2018-02-22', '0000-00-00', ''),
(165, 58, 'PUZZLE', 'BCL_PUZZLE', 'PUZZLE', 'PUZZLE. Pendant-modern.', 1, 0, '', '3000K, 3500K, 4000K', 'min80', '52-248W', '3,199-14,654LM', 'L70 @25oC: > 50,000 hrs', 'Remote, HPF electronic drivers for 120-277V (EU-240V), 0-10V, 5% dimming.', '120-277V (EU-240V)', 'Direct', 'Puzzle is all about the shapes and how you can create your own work of art with your lighting designs. Puzzle makes a statement as soon as you enter the room, with five shapes in various sizes which allow you flexibility in your design.\r\r\r\rThe Puzzle is based on the Micro Ring II profile, so it’s a slimmer profile than the Squiggle. Click link below for all the details.', 'http://betacalco.com/pendant-modern/puzzle/', 'http://betacalco.com/wp-content/uploads/2017/08/PUZZLE_PEN255_NOV06_2017.pdf', '2017-11-06', '2018-02-23', '0000-00-00', ''),
(166, 58, 'Squiggle', 'BCL_Squiggle', 'Squiggle', 'Squiggle. Pendant-modern.', 1, 0, '', '3000K, 3500K, 4000K', '80', '28W-152W', '2,561LM (direct) - 9,918LM (direct)+5,099LM (indirect)', 'L70 @25oC: > 50,000 Hours', 'Integral, HPF electronic drivers for 120-277V, 0-10V, 1% dimming standard.', '120-277V', 'Direct,  direct & indirect', 'Hand crafted luminaires, where aesthetic design and technical performance complement and enhance the environments in which our products are featured.', 'http://betacalco.com/pendant-modern/squiggle/', 'http://betacalco.com/wp-content/uploads/2016/06/Squiggle_PEN144_USSPEC_JAN31_2018.pdf', '2018-01-31', '2018-02-23', '0000-00-00', ''),
(167, 58, 'Xacara', 'BCL_XACARATM-TIROS', 'XACARATM-TIROS', 'XACARATM-TIROS. Xacara-Tiros Pendant.', 1, 0, '', '3000K, 3500K, 4000K', '80, 83, 90, 98', '26, 36, 38, 41W/1 spotlight head', '1,689-3,185LM/1 spotlight head', '60,000 Hours L70', '0-10V dimming (10%)', '120-277V', 'Medium 36° , Extra wide 70°, Medium 28°,  Wide 47°, Narrow 18°,  Medium 28°', 'Designed for retail and commercial display applications, the Xacara Tiros LED, part of the Xacara family of luminaires, is available in multiple fixture-head configurations (from two to 12) and comes in several lengths (from 33.5\" to 134\").', 'http://betacalco.com/pendant-modern/xacara-tiros/', 'http://betacalco.com/wp-content/uploads/2014/05/XACARA-TIROS_PEN249_USSPEC_DEC22_2016-1.pdf', '2016-12-22', '2018-02-23', '0000-00-00', ''),
(168, 58, 'Blade', 'BCL_Blade-IV', 'Blade-IV', 'Blade-IV. Wall-Surface.', 1, 0, '', '3000K, 4000K, Blue', '80', '4x3W', '4x236LM', '', 'HPF, electronic for 120-277V', '120-277V', 'Narrow 10º, Twin Narrow 2x5º, Wide 40º', 'Wall surface, IP65', 'http://betacalco.com/wall-surface/blade-iv/', 'http://betacalco.com/wp-content/uploads/2014/05/BLADE_IV_WAS726_USSPEC_OCT23_2017.pdf', '2017-10-23', '2018-02-23', '0000-00-00', ''),
(169, 37, 'ASYX2', 'AMT_ASYX2-WM', 'ASYX2-WM', 'ASYX 2 WM. Wall Mount.', 1, 0, '', 'Standard 2700K, 3000K, 3500K, 4000K', '70CRI, 80CRI', 'Replaces 39W MH to 1000 W MH based on configuration', 'Nine lumen packages ranging from 2300 - 30,000 plus lumens', '60,000 hours', '0-10V dimming available', '120-277V', 'Uplight and Downlight orientation, asymmetric lighting', 'The ASYX 2.0 is a complete product family of high performance asymmetric, LED lighting solutions, covering a wide range of lumen outputs and wattages needed for architectural indoor and outdoor spaces. The ASYX 2.0 uses the industry’s highest output LEDs in conjunction with proprietary AccuLED optics to give maximum controlled beam spreads. The ASYX 2.0 features sophisticated mechanical design, wide lumen ranges, low wattages, multiple distributions and mounting options, and standard color temperature ranges. This family of asymmetric lighting is ideal for both new construction and retrofit solutions replacing HID equivalents, in a compact and efficacious package. Quad pendants, extension arms, and sloped ceiling mount allow for expanded uses for asymmetric lighting applications. Typical applications include airports, education, convention centers, recreation centers, lobbies and atriums, transportation sites, event spaces, and open office architecture. The ASYX 2.0 is UL/cUL listed for wet locations and is IP66.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_868326.ssd.html', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_868326.ssd.html', '2017-05-02', '2018-02-23', '0000-00-00', ''),
(170, 37, 'ASYX2', 'AMT_ASYX2-DP', 'ASYX2-DP', 'ASYX 2 DP. Dual Pendant.', 1, 0, '', '2700K, 3000K, 3500K ,4000K', '70CRI, 80CRI', 'Replaces 39W MH to 1000 W MH based on configuration', 'Nine lumen packages ranging from 2300 - 30,000 plus lumens', '60,000 hours', '0-10V dimming available', '120-277V', 'Uplight and Downlight orientation, asymmetric lighting', 'The ASYX 2.0 is a complete product family of high performance asymmetric, LED lighting solutions, covering a wide range of lumen outputs and wattages needed for architectural indoor and outdoor spaces. The ASYX 2.0 uses the industry’s highest output LEDs in conjunction with proprietary AccuLED optics to give maximum controlled beam spreads. The ASYX 2.0 features sophisticated mechanical design, wide lumen ranges, low wattages, multiple distributions and mounting options, and standard color temperature ranges. This family of asymmetric lighting is ideal for both new construction and retrofit solutions replacing HID equivalents, in a compact and efficacious package. Quad pendants, extension arms, and sloped ceiling mount allow for expanded uses for asymmetric lighting applications.Typical applications include airports, education, convention centers, recreation centers, lobbies and atriums, transportation sites, event spaces, and open office architecture. The ASYX 2.0 is UL/cUL listed for wet locations and is IP66.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_868328.html', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_868328.html', '2017-05-01', '2018-02-23', '0000-00-00', ''),
(171, 6, 'MS', 'IND_MS38', 'MS38', 'MS38. Recessed Multiple.', 1, 0, '', '', '', '150W each', '', '', '', '120V, 277V', 'Spot or flood lighting', 'Indy™ Multi-Spot® multi-lamp fixtures for economical PAR38 halogen lamps provide instant-on operation, outstanding color rendering, and excellent spot or flood lighting for retail displays. These fixtures recess into suspended-grid, plaster, or drywall ceilings and are available in 1- or 2-lamp configurations with a wide array of optical accessories. Each lampholder provides up to 45-degrees of tilt and 360-degrees of rotation.', 'https://www.acuitybrands.com/products/detail/675553/Indy/MS38-Recessed-Multiple/PAR38-Square-Recessed-Adjustable-Single-or-Multi-Lamp-Multi-Spot/overview', 'https://www.acuitybrands.com/products/detail/675553/Indy/MS38-Recessed-Multiple/PAR38-Square-Recessed-Adjustable-Single-or-Multi-Lamp-Multi-Spot/-/media/products/Indy/675553/document/MS38_PAR38_J6_1_13_pdf.pdf', '2017-04-25', '2018-02-23', '0000-00-00', ''),
(172, 29, 'SUPERNOVA', 'DLT_6274882515ADED1', '6274882515ADED1', '6274882515ADED1. SUPERNOVA XS PIVOT 260 AD DIM1.', 1, 0, '', '+3000K', '80', '15 W', '1580 lm', '', 'DIMMING BY 1-10V CONTROL', '120V / 60Hz', 'Diffused light', 'The SUPERNOVA didn’t need much time to become a classic within the Delta Light collection. An extensive range of lighting fixtures in pure geometrical shapes which guarantee a very powerful light beam and atmosphere. These products blend in harmoniously in its surrounding space and generate a pleasant diffused light. The continuous improvement in LED technology creates new opportunities for energy efficient lighting. Delta Light plays a leading role in the application of this new technology, the design and production of their own LED lamps, the production of innovative LED products and custom made solutions.', 'https://www.deltalight.us/en/products/detail/supernova-xs-pivot-260-ad-dim1-6-274-88-2515-ad-ed1', 'https://www.deltalight.us/en/generate-specsheet/supernova-xs-pivot-260-ad-dim1-6-274-88-2515-ad-ed1', '2018-02-20', '2018-02-23', '0000-00-00', ''),
(175, 29, 'SUPERNOVA', 'DLT_6274883224ADED8', '6274883224ADED8', '6274883224ADED8. SUPERNOVA XS PIVOT 330 AD DIM8.', 1, 0, '', '+3000K', '80', '25W', '2155 lm', '', 'INCL.DIMMABLE LED POWER SUPPLY 1050mA-DC; MAINS DIMMING', '120V / 60Hz', 'Diffused light', 'The SUPERNOVA didn’t need much time to become a classic within the Delta Light collection. An extensive range of lighting fixtures in pure geometrical shapes which guarantee a very powerful light beam and atmosphere. These products blend in harmoniously in its surrounding space and generate a pleasant diffused light. The continuous improvement in LED technology creates new opportunities for energy efficient lighting. Delta Light plays a leading role in the application of this new technology, the design and production of their own LED lamps, the production of innovative LED products and custom made solutions.', 'https://www.deltalight.us/en/products/detail/supernova-xs-pivot-330-ad-dim8-6-274-88-3224-ad-ed8', 'https://www.deltalight.us/en/generate-specsheet/supernova-xs-pivot-330-ad-dim8-6-274-88-3224-ad-ed8', '2018-02-22', '2018-02-23', '0000-00-00', ''),
(177, 29, 'SUPERNOVA', 'DLT_6274882515ADED8', '6274882515ADED8', '6274882515ADED8. SUPERNOVA XS PIVOT 260 AD DIM8.', 1, 0, '', '3000K', '80', '12W', '1050lm', '', 'INCL.DIMMABLE LED POWER SUPPLY 500mA-DC. MAINS DIMMING', '120V / 60Hz', 'Diffused light', 'The SUPERNOVA didn’t need much time to become a classic within the Delta Light collection. An extensive range of lighting fixtures in pure geometrical shapes which guarantee a very powerful light beam and atmosphere. These products blend in harmoniously in its surrounding space and generate a pleasant diffused light. The continuous improvement in LED technology creates new opportunities for energy efficient lighting. Delta Light plays a leading role in the application of this new technology, the design and production of their own LED lamps, the production of innovative LED products and custom made solutions.', 'https://www.deltalight.us/en/products/detail/supernova-xs-pivot-260-ad-dim8-6-274-88-2515-ad-ed8', 'https://www.deltalight.us/en/generate-specsheet/supernova-xs-pivot-260-ad-dim8-6-274-88-2515-ad-ed8', '2018-02-22', '2018-02-23', '0000-00-00', ''),
(179, 29, 'REO 2733', 'DLT_6311138123AD', '6311138123AD', '6311138123AD. SPATIO REO 2733 AD.', 1, 0, '', '+2700K', '>80', '8 W', '575 lm', '', '', '120V', '', 'Surface treated metal construction.\rFor Nordic Aluminum 3 circuit Global Trac Pro only type XTS.\rElectronic power supply included. 120V input, 350mA current controlled class 2 output.\rFor dry or damp locations\rProtected against solid objects greater than 12mm IP20.\rWeight: 1,5lbs 0,7kg', 'https://www.deltalight.us/en/products/detail/spatio-reo-2733-ad-6-311-13-8123-ad', 'https://www.deltalight.us/en/generate-specsheet/spatio-reo-2733-ad-6-311-13-8123-ad', '2018-02-22', '2018-02-23', '0000-00-00', ''),
(181, 6, 'SDC6', 'IND_SDC6-SM', 'SDC6-SM', 'SDC6 SM. Cylinder.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80 CRI or 90 CRI', '14-53W', '1100-4000LM', 'L70 at 50,000 hours', 'Dimmable via 0-10V', '120-277V', 'Downlight', 'Indy™ 6-inch LED cylinders can be surface, pendant, or wall-mounted and are the energy efficient, eco-friendly choice for a wide range of commercial applications. They are available with a choice of 4 different light engines, producing 1100, 1500, 2000, 3000 or 4000 brilliant lumens. That’s light output comparable to 26W, 32W, and 42W CFLs, while consuming just 14W, 18W, 23W, 35W and 53W respectively.  And with a 50,000-hour service life they last far longer. LEDs contain no environmentally harmful mercury, lead, or PCBs and generate no UV or IR emissions', 'https://www.acuitybrands.com/products/detail/666435/Indy/SDC6-SM-Cylinder/LED-6in-Round-Cylinder-Surface-Mount-S-Series/overview', 'https://www.acuitybrands.com/products/detail/666435/Indy/SDC6-SM-Cylinder/LED-6in-Round-Cylinder-Surface-Mount-S-Series/-/media/products/Indy/666435/document/K13_1_8G5_pdf.pdf', '2017-12-08', '2018-02-23', '0000-00-00', ''),
(182, 6, 'MS', 'IND_MS30', 'MS30', 'MS30. Recessed Multiple.', 1, 0, '', '', '', '75W each', '', '', '', '120V, 277V', 'Spot or flood lighting', 'Indy™ Multi-Spot® multi-lamp fixtures for economical PAR30 halogen lamps provide instant-on operation and outstanding color rendering for commercial accent lighting. These fixtures recess into suspended grid, plaster, or drywall ceilings and are available in 1, 2, or 3-lamp configurations with a wide array of optical accessories. Each lampholder provides up to 45-degrees of tilt and 360-degrees of rotation.', 'https://www.acuitybrands.com/products/detail/666370/Indy/MS30-Recessed-Multiple/Halogen-Recessed-Adjustable-Single-Or-Multi-Lamp-Multi-Spot/overview', 'https://www.acuitybrands.com/products/detail/666370/Indy/MS30-Recessed-Multiple/Halogen-Recessed-Adjustable-Single-Or-Multi-Lamp-Multi-Spot/-/media/products/Indy/666370/document/MS30_PAR30_J6_1_12_pdf.pdf', '2017-04-25', '2018-02-23', '0000-00-00', ''),
(183, 6, 'LC', 'IND_LC8C', 'LC8C', 'LC8C. Cylinder.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '80 CRI, 90 CRI, 97 CRI', '7,53-49,08W', '800-5500LM', 'L70 at 60,000 hours', 'Dimmable via 0-10V', '120V, 277V, 347V, Multi-Volt (120-277)', 'Uniform', 'Indy™ 8-inch L-Series LED Cylinders are part of the latest generation of Indy™ L-Series luminaires, offering a fully coordinated family of commercial grade quality luminaires, from LED color rendering to aperture sizes and trim finishes. These cylinders can be surface, cable, pendant, or wall-mounted.  They are the energy efficient choice for a wide range of commercial applications.', 'https://www.acuitybrands.com/products/detail/665789/Indy/LC8C-Cylinder/LED-8in-Round-Cylinder-Cable-Mount-L-Series/overview', 'https://www.acuitybrands.com/products/detail/665789/Indy/LC8C-Cylinder/LED-8in-Round-Cylinder-Cable-Mount-L-Series/-/media/products/Indy/665789/document/J7_2_2G4-LC8_pdf.pdf', '2017-11-29', '2018-02-23', '0000-00-00', ''),
(184, 34, 'BU', 'DPL_BU2979-AC-US', 'BU2979-AC-US', 'BU2979. AC. US. LED IP40 Bidirectional Recessed Wall Mount.', 1, 0, '', '3000K', '>80', '2 x 6.5W', '2 x 810 lm', '', 'PHASE DIM (120v only); 0-10v dimming (to 1%)', '120vAC to 350mA 14W; 120-277vAC to (350mA) 20W', 'Wide beam 120°', 'A magical effect on the wall, an elegant bright band that decorates the environments it is installed in: Nastro, a totally disappearing semi recessed luminaire made of AirCoral® installable on plasterboard or brick walls and ceilings, composes harmonies of light, enhancing architectures with a unique and refined design.The satin glass allows the light to spread in a very delicate way. Designed for becoming an integral part of the wall or of the false ceiling and installable both horizontally or vertically, it creates ba “moving” effect of shapes and volumes, reproducing an atmosphere of discreet fascination.', 'http://www.designplan.com/nastro-aircoral-led-ip40-bidirectional-recessed-wall-mount-2x65w-2x810lm-350ma', 'http://www.designplan.com/stuff/contentmgr/files/1/3d5b25c24e9998c3bf76c3ef49dc6a94/file/nastro_cutsheet.pdf', '2017-07-25', '2018-02-24', '0000-00-00', ''),
(186, 34, 'BU', 'DPL_BU2988-AC-US', 'BU2988-AC-US', 'BU2988. AC. US. 6W LED Recessed Wall Luminaire.', 1, 0, '', '3000 K', '', '6.2W Remote 350mA', '', '', '0-10V Dimming', '', '', 'Leaf is a recessed wall LED luminaire that becomes an integral part of the wall \r\rThe body is made of Aircoral® a unique patented composite material that actually\r\rpurifies the air. We can calculate how many cubic feet each fixture will purify.\r\r6.2W LED .\r\rRequires a remote dimmable driver.\r\rBody is available in an unfinished surface suitable for painting.', 'https://www.designplan.com/leaf-aircoral-6w-led-recessed-wall-luminaire', 'https://www.designplan.com/stuff/contentmgr/files/0/b41e662d79e118c48a5b53e4de18be22/file/leaf_cutsheet.pdf', '2017-06-28', '2018-02-24', '0000-00-00', ''),
(188, 34, 'Litus', 'DPL_Litus-1.1', 'Litus-1.1', 'Litus 1.1. LED IP67 In Grade Uplight Walkover.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '', 'max 2W', '108 lm', '', '', 'max 500mA', '10°, 20°, 46°, diffuse', 'Walk over recessed lighting with a sophisticated design for outdoor and indoor use, with axial or adjustable lights. \rThe spotlight housing is flush with the floor making the Litus range the ideal choice for installation on pedestrian walkways, as they do not protrude from the surface, providing no architectural barriers. \rAvailable in a round or square version with three types of spotlight and a diffused beam, it comes with a 59\" cable to facilitate installation. \rThe extensive range of available optics makes Litus a highly versatile device, both for general lighting and more dynamic lighting. \rTurned aluminum body; tempered glass with anti-scratch treatment.', 'https://www.designplan.com/litus-11-led-ip67-in-grade-uplight-walkover', 'https://www.designplan.com/stuff/contentmgr/files/0/4e8d6a7349f78bcf0606afa0b3bfc4e3/file/litus_1.1_cutsheet.pdf', '2017-08-03', '2018-02-24', '0000-00-00', ''),
(190, 43, 'XS2', 'INL_XS2T-WRT202', 'XS2T-WRT202', 'XS2T WRT202. 2\" XS LED WALL WASH.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '82CRI, 92CRI', '10W, 15W', '650LM, 1000LM', 'L70 at 50,000 hours', '0-10V 1% dimming', '120V, 277V', 'Wall Wash', 'Designed with quality and convenience in mind, the XS Wall Wash luminaire offers leading LED technology in a single, modular platform for consistent illumination and hassle-free installation. Engineered to offer the ultimate in contractor friendly installation, XS is available in IC or Non-IC remodel and new construction. XS offers up to 1100 delivered lumens and features a 2 SDCM LED light engine. Offering the latest in dimming control and quality, XS features an exclusive all-in-one driver with 0-10V and phase dimming. The wall wash optic features asymmetric distribution to provide uniform, vertical illumination.', 'http://www.intenselighting.com/product/xs2t-wrt202/', 'http://www.intenselighting.com/wp-content/uploads/2017/12/IL_XS2_XS2T-WRT202.pdf', '2017-12-05', '2018-02-24', '0000-00-00', ''),
(191, 43, 'XS2', 'INL_XS2T-AST200', 'XS2T-AST200', 'XS2T AST200. 2\" XS LED SQUARE ADJUSTABLE DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '82CRI, 92CRI', '10W', '800LM', 'L70 at 50,000 hours', '0-10V 1% dimming', '120V, 277V', 'Downlight', 'Designed with quality and convenience in mind, the XS Adjustable luminaire offers leading LED technology in a single, modular platform for consistent illumination and hassle-free installation. Engineered to offer the ultimate in contractor friendly installation, XS is available in IC or Non-IC remodel and new construction. Offering the latest in dimming control and quality, XS features an exclusive all-in-one driver with 0-10V and phase dimming. An adjustable gimbal provides 30° of vertical and 360° horizontal aiming.', 'http://www.intenselighting.com/product/xs2t-ast200/', 'http://www.intenselighting.com/wp-content/uploads/2017/12/IL_XS2_XS2T-AST200.pdf', '2018-01-18', '2018-02-24', '0000-00-00', ''),
(192, 41, 'SPR', 'EDP_SPR-CLP-DL9', 'SPR-CLP-DL9', 'SPR-CLP-DL9. SpredLITE CLP DL/9.', 1, 0, '', '2700K - 5000K', '80+ CRI or 95 CR', '', '1900 lumen', '', 'Dimming to 1% or 0.1%.', '120-volt or 277-volt', 'Each segment provides lockable 0° to 10° angular adjustment allowing precise illumination of the vertical surface below', 'Spredlite CLP DL/9 is a luminaire designed to provide uniform grazing illumination on vertical surfaces between 10’ and 30’ high using integral LED modules and spread lenses, as well as interposed baffles, mounted at 9” (229 mm) centers. Each segment provides lockable 0° to 10° angular adjustment allowing precise illumination of the vertical surface below. \r\r\r\r \r\r\r\rFixture provides excellent illumination of both specular wall surfaces (with no distracting reflections), and of textured wall surfaces (highlighting the desired textures).', 'http://www.epl.com/products/798/', 'http://www.epl.com/doc/EPL_9-120_SPR_CLP_DL9_12-12-17.pdf', '2017-12-12', '2018-02-24', '0000-00-00', ''),
(194, 41, 'SPR', 'EDP_SPR-CLP-DL12', 'SPR-CLP-DL12', 'SPR-CLP-DL12. SpredLITE CLP DL/12.', 1, 0, '', '2700K - 5000K', '80+ CRI or 95 CRI', '', '1900 lumen', '', 'Dimming to 1% or 0.1%', '120-volt or 277-volt', 'Each segment provides lockable 0° to 10° angular adjustment allowing precise illumination of the vertical surface below', 'Spredlite CLP DL/12 is a luminaire designed to provide uniform grazing illumination on vertical surfaces between 12’ and 25’ high using integral LED modules and spread lenses, as well as interposed baffles, mounted at 12” (305 mm) centers. Each segment provides lockable 0° to 10° angular adjustment allowing precise illumination of the vertical surface below.\r\r\r\r \r\r\r\rFixture provides excellent illumination of both specular wall surfaces (with no distracting reflections), and of textured wall surfaces (highlighting the desired textures).', 'http://www.epl.com/products/800/', 'http://www.epl.com/doc/EPL_9-121_SPR_CLP_DL12_12-12-17.pdf', '2017-12-12', '2018-02-24', '0000-00-00', ''),
(196, 41, 'STK-CZ', 'EDP_STK-CZR-OB', 'STK-CZR-OB', 'STK-CZR-OB. STACKLITE CZR-OBM.', 1, 0, '', '3000K,  3500K', '80+ CRI,  90+ CRI', '', '2400lm', '50,000 hours based on L70/B50', '', '120-volt track or 277-volt track only', '', 'Stacklite CZR is a uniform LED surface-mounted wallwasher.\r\r\r\rPowered by Citizen\'s chip-on-board linear LED arrays.\r\r\r\rRecommended spacing ratio is 1:13. Permits spacing up to 4\' for 12\' walls. Wider distribution means fewer fixtures to purchase and install.\r\r\r\rDeeply-regressed LEDs, a polarizing diffuser, and a matte black interior finish ensure visually comfortable, glare-less aperturess.\r\r\r\rVertical range internally adjusted by a total of 50°. Internal protractor marks guide horizontal adjustments.', 'http://www.epl.com/products/973/', 'http://www.epl.com/doc/EPL_0_260_STK_CZR_OBM_7-10-16.pdf', '2017-12-12', '2018-02-24', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(198, 41, 'IDM', 'EDP_IDM-A5-CZL2-OX', 'IDM-A5-CZL2-OX', 'IDM A5 CZL2 OX. IDM ARTIMA/5 O.', 1, 0, '', '2700K - 5000K', '80+ CRI,  97 CRI', '', '5600lm', '50.000 hours based on L70/B50 criteria', '', '120-volt or 277-volt', '', 'IDM Artima LED/5 O is a track mounted accent light.\r\r\r\rPowered by one of a number of Citizen chip-on-board LED module.\r\r\r\rA matte black cross-baffle assembly controls surface brightness and reduces spill light. \r\r\r\rBeamspread can be changed on-site with ‘twist and lock’ reflectors.\r\r\r\rDimmable by concealed integral rotary dimmer to 10%, on 120-volt or 277-volt track.\r\r\r\rA concealed swivel provides 385° horizontal rotation and vertical adjustment from 0° to 90°.', 'http://www.epl.com/products/1174/', 'http://www.epl.com/doc/EPL_11-175_IDM_A5_O_7-19-17.pdf', '2017-07-19', '2018-02-24', '0000-00-00', ''),
(200, 59, 'MAXFDPH', 'DBR_MAXFDPH', 'MAXFDPH', 'MAXFDPH.FDPH Square LED Series Maximum Security.', 1, 0, '', '3500K, 4000K', '80+', '25W, 30W, 38W, 40W, 45W, 53W', '932LM, 1,644LM, 1,407LM, 1,778LM, 1,981LM, 2,291LM', '50,000 Hours L70', '', '120-277V', 'Direct General', 'Square series recessed flange troffer with drop hinge door is designed for applications sucah as cells, corridors, dayrooms, and dormitories.                                              Size: 12\", 14\", 18\"Square Unit\r\rStandards  \rETL (US/Canada) Contact factory for optional Wet location listing \r\rConstruction/Finish\r\rOne piece die-formed cold rolled steel housing. All exposed seams continuous welded. Optional stainless steel housing available.\r\rOne-piece, die-formed, cold rolled steel drop hinged door with welded corners in gauge to match housing. Also available in stainless steel with brushed finish.\r\rCompletely concealed 1/4\"\" diameter knuckle continuous piano hinge with staked pins.\r\rHinge welded to one-piece door and bolted to housing.\r\rFully recessed, captive center-pin reject Allen head fasteners are standard. Other fasteners are available.\r\rStandard baked white polyester powder coat paint finish. Multi-stage pretreatment process.\r\rSalt spray 1,000 hours.\r\rLens\r\rClear polycarbonate or tempered glass outer lens with .010\"\" white acrylic overlay inside.\r\rLens retention is accomplished by vertically adjustable “Z” shaped retaining angles secured with through studs and locknuts.\r\r\rElectrical\r\rStandard Class 2 compliant electronic LED driver.\r\rHigh efficiency LEDs are 3500K or 4000K, 80+CRI and have a minimum 50,000 hour rated life (L70).\r\rLED luminaire efficacy up to 80LPW depending on input of current. IESNA LM79 and LM80 approved.\"\r\r\rInstallation\r\rStandard mounting hardware, 14ga.\r\rGalvanized steel “U” channel mount, accommodates various ceiling types and thicknesses. Optional plaster frame also available.\r\rFor information on plaster frames and U-channels, consult individual spec. sheets.\r\rNot suitable for grid ceilings.\r\rOption\r\rAgion™ Antimicrobial protection using silver technology inhibits bacterial colonization on metal interior and exterior surfaces.\r\rAgion™ antimicrobial FDA recognized and EPA registered, meeting all applicable EPA standards. Only available with standard white finish.\"', 'http://www.lightingproducts.philips.com/our-brands/daybrite/fdph-square-led-series-maximum-security.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aMaximum+Security%e2%80%a8Protected', 'http://www.lightingproducts.philips.com/Documents/webdb2/DayBrite/pdf/FDPH_LED_square_recessed_flange.pdf', '2016-08-22', '2018-02-24', '0000-00-00', ''),
(201, 43, 'IQ', 'INL_IQ', 'IQ', 'IQ. ROUND ACCENT.', 1, 0, '', '3000K', '82CRI', '11W, 16W', '980LM, 1300LM', 'L70 at 50,000 hours', 'Dimming in 120V only', '120V, 277V', 'From 12° spot to 50° wide flood', 'The iQ luminaire features an integral driver and is compatible with all standard Intense track systems including the Professional Series 2-cct / 2-neutral. Designed to complement the iQN in style and profile, the iQ track features proprietary optics from 12° spot to 50° wide flood and offers a variety of color temperatures and CCT options. The iQ track is available with 0-10V dimming when utilizing the all-new Intense Pulse Control Three Circuit Track System.', 'http://www.intenselighting.com/product/iq/', 'http://www.intenselighting.com/wp-content/uploads/2017/12/IL_IQ.pdf', '2017-12-15', '2018-02-24', '0000-00-00', ''),
(202, 43, 'MXG', 'INL_MXG2DRTL', 'MXG2DRTL', 'MXG2DRTL. 3.5\" MX G2 LED TRIMLESS DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, 4100K', '82CRI, 92CRI', '10-26W', '950-1850LM', 'L70 at 50,000 hours', '0-10V dimming', '120V, 277V', 'Downlight', 'MX downlighting features a compact yet powerful light engine inside a 3.5” aperture, shallow housing form factor. Custom, high performance TIR optics ranging from 12° to 50° deliver quality light precisely where you need it . A common platform across the entire family featuring 2 SDCM and four versatile lumen packages makes specifying easy. Architectural grade die cast trims are available in a variety of standard finishes and can be configurable in round, square, trim and trimless options. Non-IC, Air-Tight IC, and CCEA (Chicago Plenum) housing forms are available with the latest in dimming technology including flicker free .1%.', 'http://www.intenselighting.com/product/mxg2drtl/', 'http://www.intenselighting.com/wp-content/uploads/2017/11/IL_MXG2DRTL-Downlight.pdf', '2017-12-12', '2018-02-24', '0000-00-00', ''),
(203, 43, 'MXG', 'INL_MXG2DSTL', 'MXG2DSTL', 'MXG2DSTL. 3.5\" MX G2 LED SQUARE TRIMLESS DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, 4100K', '82CRI, 92CRI', '10-26W', '750-1850LM', 'L70 at 50,000 hours', '0-10V dimming', '120V, 277V', 'Downlight', 'MX downlighting features a compact yet powerful light engine inside a 3.5” aperture, shallow housing form factor. Custom, high performance TIR optics ranging from 12° to 50° deliver quality light precisely where you need it . A common platform across the entire family featuring 2 SDCM and four versatile lumen packages makes specifying easy. Architectural grade die cast trims are available in a variety of standard finishes and can be configurable in round, square, trim and trimless options. Non-IC, Air-Tight IC, and CCEA (Chicago Plenum) housing forms are available with the latest in dimming technology including flicker free 1%.', 'http://www.intenselighting.com/product/mxg2dstl/', 'http://www.intenselighting.com/wp-content/uploads/2017/11/IL_MXG2DSTL-Downlight.pdf', '2017-12-12', '2018-02-24', '0000-00-00', ''),
(204, 59, 'K1', 'DBR_K114', 'K114', 'K114. Kleenseal 100 Recessed Cleanroom LED.1\' X 4\'.', 1, 0, '', '3500K, 4000K, 5000K', '80', '66,3W,', '4,000LM, 6,000LM,', '100,000 Hours', '', '120-277V, 120V, 277V', 'Direct General', 'The Kleenseal KTR 100 is a cleanroom luminaire well suited for laboratories, fuel storage areas and dirty areas such as locker rooms. Ideal for Class 100-100,000 cleanrooms. Fixture Size: 1ft x 4ft, 2ft x 2ft, 2ft x 4ft', 'http://www.lightingproducts.philips.com/our-brands/daybrite/kleenseal-100-recessed-cleanroom-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aCleanroom', 'http://www.lightingproducts.philips.com/Documents/webdb2/DayBrite/pdf/Kleenseal_LED_KTR100.pdf', '2016-08-22', '2018-02-24', '0000-00-00', ''),
(205, 59, 'TAB', 'DBR_TAB-LED', 'TAB-LED', 'TAB-LED.Tableau wall mount.', 1, 1, '', '3500K', '80', '14,9W', '102LM/W', '50,000 Hours L70', 'LED drivers have Class 2 rated output.', '120V', 'Direct. General Diffuse.  Available in an asymmetric or symmetric profile', 'Tableau wall mount, available in an asymmetric or symmetric profile, is a flexible solution for a variety of commercial and residential applications. The rotatable aperture allows field aiming to direct the light at the target. It can be surface-mounted to the wall either horizontally or vertically and is an ideal solution for bathroom vanities.    Fixture Size: 24in, 36in, 48in\r\rSpecifications\r  \rConstruction\rThe housing is extruded aluminum with die cast end caps. The back plate is formed from 18 gauge galvanized steel.  \r\rFinish\rTableau is available in a soft white or matte aluminum painted finish. It can also be specified in a brushed aluminum or plated polished chrome finish. All standard paint colors have an antimicrobial finish to inhibit the growth of microbes.  \r\rLens\rOn fluorescent luminaires, snap-in, translucent acrylic lens is standard, and clear acrylic lens with linear prisms is available as an option. On LED luminaires, frosted acrlyic lens is standard.  \r\rLight Sources\rTableau can be specified with LEDs. LED luminaires have a standard 3500K CCT with minimum 80 CRI.  \r\rSwitching\rOptional on/off rocker switch is available (120V only).  LED drivers have Class 2 rated output.  \r\rInstallation\rBack plate is secured to the wall with wall anchors. The 7/8\"\" knockout in the back plate accommodates trade-size electrical fitting. The housing snaps onto the back plate and is secured with two screws.  \r\rListing\rcULus listed for damp locations.', 'http://www.lightingproducts.philips.com/our-brands/daybrite/tableau-wall.html#!f=%40Brand%3aDayBrite%2b%40Category%3aLinear%2b%40SubCategory%3aLinear+Surface', 'http://www.lightingproducts.philips.com/our-brands/daybrite/tableau-wall.html#!f=%40Brand%3aDayBrite%2b%40Category%3aLinear%2b%40SubCategory%3aLinear+Surface', '2016-12-12', '2018-02-24', '0000-00-00', ''),
(206, 60, 'PN3LED12', 'IRS_PN3LED12-E3PINL', 'PN3LED12-E3PINL', 'PN3LED12-E3PINL. LED Directional Pinhole 1.5\" Aperture.', 1, 0, '', '2700K, 3000K, 3500K ,4000K', '80, 90 CRI', '18.3-18.7W', '1,200 LM', 'L70 at 40,000 hours', 'Continuous dimming from 100% to 1% with phase cut, 0 -10V and DALI', 'UNV 120 - 277V', 'NSP10 = 10° Beam, SP15 = 15° Beam, NFL25 = 25° Beam, FL40 = 40° Beam', '<b>Description</b>\r\rRecessed 1.5” directional pinhole luminaire utilizing a LED array.\rHousing is air tight and suitable for 2x8 residential or commercial constructions. Insulation must be kept 3\"\" from top and sides on housing. Housing platform + primary reflector + optical element combination supports various distributions and reflector types providing design flexibility. Use where excellent light control and low aperture brightness are demanded.\r\r<b>Frame</b>\rGalvanized steel plaster frame with integral bar hanger receivers.\r\rSetscrews provide positive horizontal locking. Integral gun sights facilitate the use of guide strings or laser lines.\r\rShipped with overspray protector installed.\r\r<b>Housing</b>\rSteel housing painted matte black for visually dark interior. Removable access panels allow splice inspection and service of all electrical components including LED module and driver from below the ceiling thru the aperture. Removable hinged top allow top access. All fasteners are captive.\r\r<b>Bar Hangers</b> \rCaptive preinstalled bar hangers adjust from 8-1/2” to 24” wide; pass thru feature allows shortening without removal. Captive nail penetrates standard and engineered lumber.\r\rMounting flange levels platform with ceiling. Integral clip attached directly to tee-bar.\r\rUniversal Mounting Bracket \rAccepts 1/2” EMT, C channel and bar hangers and adjusts 3” vertically from above the ceiling.\r\r<b>Gaskets</b> \rClosed cell gaskets achieve restrictive airflow requirements without additional caulking.\r\r<b>Adjustment Mechanism</b> \rDynamic aiming rotates 365°, tilts 45° and locks in position. Angle markings assist in repeatable settings.\r\rTranslating center beam optics aligns axis of primary reflector with aperture from nadir to 45°.\r\r<b>LED Module</b> \rField replaceable module utilizes Cree® MT-G2 LED array and conforms to Zhaga standards for interchangeability.\r\rProximity phosphors over chip on board LEDs provide a uniform source with high efficiency and no pixilation.\r\rColor accuracy within 2 SDCM and optional 90 CRI provides excellent color. Passive cooling achieves L70 at 40,000 hours.\r\r<b>Primary Optic</b> \rBorosilicate glass segmented optic with > 95% reflective multi-layer hard coating delivers a highly efficient and uniform beam. Various distributions are available and can be interchanged without tools. Elastomeric glare shield accepts theatrical color filters and diffusion films.\r\r<b>Media</b> \rOptional media holder accepts one or two 2 inch [50mm] diameter L series color filters or beam modifying lens.\r\rOrder media holder, color filters and lens separately.\r\r<b>Splay</b> \rDie cast aluminum splay with pinhole aperture and black oculus for glare control. Oculus can be removed to facilitate painting or to create 1.75” aperture (E3PINLARGE). Can be installed flush mount with optional flush mount collar accessory.\r\r<b>Trim Retention</b>\rRetained with two torsion springs holding the flange tightly to the finished ceiling surface and accommodates ceiling thickness from 1/2” - 1” thick. Use optional plaster lip extender for ceilings up to 2\"\" thick.\r\r<b>Junction Box</b> \r(6) 1/2” and (2) 3/4” trade size pry outs positioned to allow straight conduit runs.\r\r<b>Driver</b> \rIntegral constant current driver provides noise free operation.\r\rContinuous, flicker-free 1% dimming, available with 2 or 3 wire phase cutand EcoSystem/DALI digital control interfaces. The DALI option is Fifth Light compatible.\r\r<b>Compliance</b> \rType Non-IC inherently protected and cULus listed for damp locations.\r\rInsulation must be kept 3\"\" from top and sides on housing. Restrictive airflow per ASTM-E283. EMI/RFI emissions per FCC 47CFR Part 18 consumer limits. Contains no mercury or lead and RoHS compliant.\r\rPhotometric testing in accordance with IES LM-79-08. Lumen maintenance projections in accordance with IES LM-80-08 and TM-21-11. Meets California Title 24 residential fixture program and listed on appliance database. Energy Star listed. Zhaga compliant. Meets EMI/RFI emission per FCC 47CFR Part 18 consumer limits at 120V input. Lighting Facts Labeled.\r\r<b>Warranty</b> \r5 year warranty\"', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_3_inch/_849940.ssd.brands.lighting!iris!_3_LED_housing_platforms.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/iris-pn3led12-e3pinl-adi131109-sss.pdf', '2016-07-08', '2018-02-24', '0000-00-00', ''),
(207, 60, 'P3LED09', 'IRS_P3LED09-E3AA20', 'P3LED09-E3AA20', 'P3LED09 E3AA20. LED Directional Angle Cut and Shallow Angle Cut 3.5\" Aperture.', 1, 0, '', '2700K, 3000K, 3500K ,4000K', '80, 90 CRI', '14.2-14.4W', '900 Lumens', 'L70 at 40,000 hours', 'Continuous dimming from 100% to 1% with phase cut, 0 -10V and DALI', 'UNV 120 - 277V', 'NSP10 = 10° Beam, SP15 = 15° Beam, NFL25 = 25° Beam, FL40 = 40° Beam', 'Description\rRecessed 3.5” aperture directional luminaire with angle cut shielding reflector utilizing a LED array. Housing is suitable for 2x8 residential or commercial constructions, airtight and can be used in direct contact with insulation. Housing platform + primary reflector + optical element combination supports various distributions and reflector types providing design flexibility. Use where excellent light control and low aperture brightness are demanded.\r\r\rFrame \rGalvanized steel plaster frame with integral bar hanger receivers.\r\rSetscrews provide positive horizontal locking. Integral gun sights facilitate the use of guide strings or laser lines.\r\rShipped with overspray protector installed.\r\rHousing \rSteel housing painted matte black for visually dark interior. Removable access panels allow splice inspection and service of all electrical components including LED module and driver from below the ceiling thru the aperture. Removable hinged top allow top access. All fasteners are captive.\r\rBar Hangers \rCaptive preinstalled bar hangers adjust from 8-1/2” to 24” wide; pass thru feature allows shortening without removal. Captive nail penetrates standard and engineered lumber.\r\rMounting flange levels platform with ceiling. Integral clip attached directly to tee-bar.\r\rUniversal Mounting Bracket Accepts ½” EMT, C channel and bar hangers and adjusts 3” vertically from above the ceiling.\r\rGaskets \rClosed cell gaskets achieve restrictive airflow requirements without additional caulking.\r\rAdjustment Mechanism Dynamic aiming rotates 365°, tilts 45° and locks in position. Angle markings assist in repeatable settings.\r\rTranslating center beam optics aligns axis of primary reflector with aperture from nadir to 45°.\r\rLED Module \rField replaceable module utilizes Cree® MT-G2 LED array and conforms to Zhaga standards for interchangeability.\r\rProximity phosphors over chip on board LEDs provide a uniform source with high efficiency and no pixilation.\r\rColor accuracy within 2 SDCM and optional 90 CRI provides excellent color. Passive cooling achieves L70 at 40,000 hours.\r\rPrimary Optic Borosilicate glass segmented optic with > 95% reflective multi-layer hard coating delivers a highly efficient and uniform beam. Various distributions are available and can be interchanged without tools. Elastomeric glare shield accepts theatrical color filters and diffusion films.\r\rMedia \rOptional media holder accepts one or two 2 inch [50mm] diameter L series color filters or beam modifying lens.\r\rOrder media holder, color filters and lens separately.\r\rLower Reflector \rSpun 0.04” thick aluminum angle cut parabolic contour provides 50° room side cutoff and is available in a wide range of specular and semispecular Alzak® finishes. Light trap eliminates spill light at edge of flange and reflector. Metal trim ring can be removed for painting and can be installed flush mount with optional flush mount collar accessory.\r\rTrim \rRetention Retained with two torsion springs holding the flange tightly to the finished ceiling surface and accommodates ceiling thickness from 1/2” - 1” thick. Use optional plaster lip extender for ceilings up to 2\"\" thick.\r\rJunction Box\r(6) 1/2” and (2) 3/4” trade size pry outs positioned to allow straight conduit runs.\r\rDriver \rIntegral constant current driver provides noise free operation.\r\rContinuous, flicker-free 1% dimming, available with 2 or 3 wire phase cut and EcoSystem/DALI digital control interfaces. The DALI option is Fifth Light compatible.\r\rEmergency Option \rProvides 90 minutes of standby lighting meeting most life safety codes for egress lighting. Remote charge indicator and test switch. The maximum battery pack ambient is 50°C.\r\rCompliance Type \rIC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations.\r\rRestrictive airflow per ASTM-E283.\r\rEMI/RFI emissions per FCC 47CFR Part 18 consumer limits. Contains no mercury or lead and RoHS compliant.\r\rPhotometric testing in accordance with IES LM-79-08. Lumen maintenance projections in accordance with IES LM-80-08 and TM-21-11. Meets California Title 24 residential fixture program and listed on appliance database. Energy Star listed. Zhaga compliant. Meets EMI/RFI emission per FCC 47CFR Part 18 consumer limits at 120V input. Lighting Facts Labeled.\r\rWarranty \r5 year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_3_inch/_849939.brands.lighting!iris!_3_LED_housing_platforms.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/iris-p3led09-12-e3aa20-adi130306-sss.pdf', '2016-07-18', '2018-02-24', '0000-00-00', ''),
(208, 60, 'P3LED09', 'IRS_P3LED09-E3LWW', 'P3LED09-E3LWW', 'P3LED09-E3LWW. LED Lens Wall Wash 3.5\" Aperture', 1, 0, '', '2700K, 3000K, 3500K ,4000K', '80, 90 CRI', '14.2-14.4W', '900 Lumens', 'L70 at 40,000 hours', 'Continuous dimming from 100% to 1% with phase cut, 0 -10V and DALI', 'UNV 120 - 277V, 120V', 'Wall wash', 'Description\r\nRecessed 3.5” aperture lens wall wash utilizing a LED array. Housing is suitable for 2x8 residential or commercial constructions, airtight and can be used in direct contact with insulation. Housing platform + primary reflector + optical element combination supports various distributions and reflector types providing design flexibility. Use where excellent light control and low aperture brightness are demanded.\r\n\r\n\r\nFrame \r\nGalvanized steel plaster frame with integral bar hanger receivers.\r\n\r\nSetscrews provide positive horizontal locking. Integral gun sights facilitate the use of guide strings or laser lines.\r\n\r\nShipped with overspray protector installed.\r\n\r\nHousing \r\nSteel housing painted matte black for visually dark interior. Removable access panels allow splice inspection and service of all electrical components including LED module and driver from below the ceiling thru the aperture. Removable hinged top allow top access. All fasteners are captive.\r\n\r\nBar Hangers \r\nCaptive preinstalled bar hangers adjust from 8-1/2” to 24” wide; pass thru feature allows shortening without removal. Captive nail penetrates standard and engineered lumber.\r\n\r\nMounting flange levels platform with ceiling. Integral clip attached directly to tee-bar.\r\n\r\nUniversal Mounting Bracket Accepts ½” EMT, C channel and bar hangers and adjusts 3” vertically from above the ceiling.\r\n\r\nGaskets \r\nClosed cell gaskets achieve restrictive airflow requirements without additional caulking.\r\n\r\nAdjustment Mechanism Dynamic aiming rotates 365°, tilts 45° and locks in position. Angle markings assist in repeatable settings.\r\n\r\nTranslating center beam optics aligns axis of primary reflector with aperture from nadir to 45°.\r\n\r\nLED Module \r\nField replaceable module utilizes Cree® MT-G2 LED array and conforms to Zhaga standards for interchangeability.\r\n\r\nProximity phosphors over chip on board LEDs provide a uniform source with high efficiency and no pixilation.\r\n\r\nColor accuracy within 2 SDCM and optional 90 CRI provides excellent color. Passive cooling achieves L70 at 40,000 hours.\r\n\r\nPrimary Optic Borosilicate glass segmented optic with > 95% reflective multi-layer hard coating delivers a highly efficient and uniform beam. Various distributions are available and can be interchanged without tools. Elastomeric glare shield accepts theatrical color filters and diffusion films.\r\n\r\nMedia \r\nOptional media holder accepts one or two 2 inch [50mm] diameter L series color filters or beam modifying lens.\r\n\r\nOrder media holder, color filters and lens separately.\r\n\r\nLower Reflector \r\nSpun 0.04” thick aluminum angle cut parabolic contour provides 50° room side cutoff and is available in a wide range of specular and semispecular Alzak® finishes. Light trap eliminates spill light at edge of flange and reflector. Metal trim ring can be removed for painting and can be installed flush mount with optional flush mount collar accessory.\r\n\r\nTrim \r\nRetention Retained with two torsion springs holding the flange tightly to the finished ceiling surface and accommodates ceiling thickness from 1/2” - 1” thick. Use optional plaster lip extender for ceilings up to 2\"\" thick.\r\n\r\nJunction Box\r\n(6) 1/2” and (2) 3/4” trade size pry outs positioned to allow straight conduit runs.\r\n\r\nDriver \r\nIntegral constant current driver provides noise free operation.\r\n\r\nContinuous, flicker-free 1% dimming, available with 2 or 3 wire phase cut and EcoSystem/DALI digital control interfaces. The DALI option is Fifth Light compatible.\r\n\r\nEmergency Option \r\nProvides 90 minutes of standby lighting meeting most life safety codes for egress lighting. Remote charge indicator and test switch. The maximum battery pack ambient is 50°C.\r\n\r\nCompliance Type \r\nIC inherently protected, suitable for direct contact with insulation and cULus listed for damp locations.\r\n\r\nRestrictive airflow per ASTM-E283.\r\n\r\nEMI/RFI emissions per FCC 47CFR Part 18 consumer limits. Contains no mercury or lead and RoHS compliant.\r\n\r\nPhotometric testing in accordance with IES LM-79-08. Lumen maintenance projections in accordance with IES LM-80-08 and TM-21-11. Meets California Title 24 residential fixture program and listed on appliance database. Energy Star listed. Zhaga compliant. Meets EMI/RFI emission per FCC 47CFR Part 18 consumer limits at 120V input. Lighting Facts Labeled.\r\n\r\nWarranty \r\n5 year warranty.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_3_inch/_849939.brands.lighting!iris!_3_LED_housing_platforms.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/iris-p3led09-12-e3lww-adi130310-sss.pdf', '2017-07-18', '2018-02-24', '0000-00-00', ''),
(209, 59, 'MEDFDPH', 'DBR_MEDFDPH', 'MEDFDPH', 'MEDFDPH.FDPH Square LED Series Medium Security.', 1, 0, '', '3500K, 4000K', '80+', '25W, 30W, 38W, 40W, 45W, 53W', '932LM, 1,644LM, 1,407LM, 1,778LM, 1,981LM, 2,291LM', '50,000 Hours L70', '', '120-277V', 'Direct General', 'Square series recessed flange troffer with drop hinge door is designed for applications sucah as cells, corridors, dayrooms, and dormitories.                                              Size: 12\", 14\", 18\"Square Unit\r\r\r\rStandards  \r\rETL (US/Canada) Contact factory for optional Wet location listing \r\r\r\rConstruction/Finish\r\r\r\rOne piece die-formed cold rolled steel housing. All exposed seams continuous welded. Optional stainless steel housing available.\r\r\r\rOne-piece, die-formed, cold rolled steel drop hinged door with welded corners in gauge to match housing. Also available in stainless steel with brushed finish.\r\r\r\rCompletely concealed 1/4\"\" diameter knuckle continuous piano hinge with staked pins.\r\r\r\rHinge welded to one-piece door and bolted to housing.\r\r\r\rFully recessed, captive center-pin reject Allen head fasteners are standard. Other fasteners are available.\r\r\r\rStandard baked white polyester powder coat paint finish. Multi-stage pretreatment process.\r\r\r\rSalt spray 1,000 hours.\r\r\r\rLens\r\r\r\rClear polycarbonate or tempered glass outer lens with .010\"\" white acrylic overlay inside.\r\r\r\rLens retention is accomplished by vertically adjustable “Z” shaped retaining angles secured with through studs and locknuts.\r\r\r\r\r\rElectrical\r\r\r\rStandard Class 2 compliant electronic LED driver.\r\r\r\rHigh efficiency LEDs are 3500K or 4000K, 80+CRI and have a minimum 50,000 hour rated life (L70).\r\r\r\rLED luminaire efficacy up to 80LPW depending on input of current. IESNA LM79 and LM80 approved.\"\r\r\r\r\r\rInstallation\r\r\r\rStandard mounting hardware, 14ga.\r\r\r\rGalvanized steel “U” channel mount, accommodates various ceiling types and thicknesses. Optional plaster frame also available.\r\r\r\rFor information on plaster frames and U-channels, consult individual spec. sheets.\r\r\r\rNot suitable for grid ceilings.\r\r\r\rOption\r\r\r\rAgion™ Antimicrobial protection using silver technology inhibits bacterial colonization on metal interior and exterior surfaces.\r\r\r\rAgion™ antimicrobial FDA recognized and EPA registered, meeting all applicable EPA standards. Only available with standard white finish.\"', 'http://www.lightingproducts.philips.com/our-brands/daybrite/fdph-square-led-series-maximum-security.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aMaximum+Security%e2%80%a8Protected', 'http://www.lightingproducts.philips.com/Documents/webdb2/DayBrite/pdf/FDPH_LED_square_recessed_flange.pdf', '2016-08-31', '2018-02-24', '0000-00-00', ''),
(210, 59, 'K1', 'DBR_K122', 'K122', 'K122. Kleenseal 100 Recessed Cleanroom LED.2\' X 2\'.', 1, 0, '', '3500K, 4000K, 5000K', '80', '', '4,000LM, 6,000LM,', '100,000 Hours', '', '120-277V, 120V, 277V', 'Direct General', 'Kleenseal KTR 100 is a cleanroom luminaire well suited for laboratories, fuel storage areas and dirty areas such as locker rooms. Ideal for Class 100-100,000 cleanrooms. Fixture Size: 1ft x 4ft, 2ft x 2ft, 2ft x 4ft', 'http://www.lightingproducts.philips.com/our-brands/daybrite/kleenseal-100-recessed-cleanroom-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aCleanroom', 'http://www.lightingproducts.philips.com/our-brands/daybrite/kleenseal-100-recessed-cleanroom-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aCleanroom', '2016-08-31', '2018-02-24', '0000-00-00', ''),
(211, 59, 'K1', 'DBR_K124', 'K124', 'K124. Kleenseal 100 Recessed Cleanroom LED.4\' X 4\'.', 1, 0, '', '3500K, 4000K, 5000K', '80', '', '9,000LM, 11,000LM, 13,000LM,', '100,000 Hours', '', '120-277V, 120V, 277V', 'Direct General', 'Kleenseal KTR 100 is a cleanroom luminaire well suited for laboratories, fuel storage areas and dirty areas such as locker rooms. Ideal for Class 100-100,000 cleanrooms. Fixture Size: 1ft x 4ft, 2ft x 2ft, 2ft x 4ft', 'http://www.lightingproducts.philips.com/our-brands/daybrite/kleenseal-100-recessed-cleanroom-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aCleanroom', 'http://www.lightingproducts.philips.com/our-brands/daybrite/kleenseal-100-recessed-cleanroom-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aSpecial+Application%2b%40LampSource%3aLED%2b%40SubCategory%3aCleanroom', '2016-08-31', '2018-02-24', '0000-00-00', ''),
(212, 61, 'OLV', 'PRU_OLV-30', 'OLV-30', 'OLV 30. Olive. Pendant and Surface.', 1, 0, '', '3000K, 3500K, 4000K', '80', '42, 58, 80, 118 Watt', '2900, 3750, 5000, 7275 Lm, Programmable Light Output', 'L70 150,000 H', '0-10V, Lutron Ecosystem, Lutron 3Wire, Step Dim, EldoLED DALI, Eldo LED 0-10V', '120-277V', 'Direct, Direct/Indirect', 'Sleek and seamless Euro-styled body and lens with 5˝ height\rand sharp .5˝ trim detail. Seamless and evenly lit flat white\racrylic lenses and independent uplight. \r\r\r<b>LED SYSTEM</b> \rLED modules and drivers are field replaceable.\r\r<b>PROG</b>\r\rProgrammable light output. Specify desired lumens or watts,\rconsult factory for min and max on Sky Oculus Series.\r\r<b>BINNING</b> \rStandard binning (all Prudential LED boards) includes testing\rat the chip level and board integration to provide consistent\rcolor temperature within a 3-step MacAdams ellipse. +/- 100\rlumens, +/- 100k CCT and +/- .004 Duv\r\r\r<b>PRUBIN™</b>\rPrudential Ltg’s exclusive ‘job binning’ method that ensures\rcolor temperature consistency across all luminaires on a\rproject. Meticulously testing and labeling EVERY LED BOARD\rto +/- 25 lumens, +/- 50k CCT and +/- .004 Duv — while also\rseparating positive from negative — allows us to match\rcolor, hue and intensity throughout a project and provides\ra consistent color temperature within a 2-step MacAdams\rellipse.\r\r\r<b>LABELS</b> \rETL damp labeled and I.B.E.W. manufactured.\r\r<b>ELECTRICAL</b> \rMust specify LED dimming controls. LED fixtures have\rconstant current driver(s) with less than 20% THD when\rloaded to a minimum of 60%. Drivers sink a maximum of 6mA\rper driver. DM10 LED drivers are 0-10V dimmable and are\rcompatible with most 0-10V wall slide dimmers and direct\r0-10V analog signal dimmers.\r\r<b>CONSTRUCTION</b>\r\r<b>Housing</b> \rExtruded aluminum, rolled and welded, >25% PC recycled,\r100% recyclable\rLens Flat acrylic, 100% recyclable.\r\r<b>MOUNTING</b> \rSurface or suspended by aircraft cables, top-swivel stems.\r\r<b>WARRANTY</b> \rSingle-source, 5 year limited warranty covers standard\rcomponents and construction.', 'http://www.prulite.com/product/olive/', 'http://www.prulite.com/wp-content/uploads/2017/04/Olive_LED_Spec.pdf', '2018-01-18', '2018-02-25', '0000-00-00', ''),
(213, 61, 'OLV', 'PRU_OLV-40', 'OLV-40', 'OLV 40. Olive. Pendant and Surface.', 1, 0, '', '3000K, 3500K, 4000K', '80', '70, 97, 133, 200 Watt', '5000, 6750, 8850, 12500 Lm, Programmable Light Output.', 'L70 150,000 H', '0-10V, Lutron Ecosystem, Lutron 3Wire, Step Dim, EldoLED DALI, Eldo LED 0-10V', '120-277V', 'Direct, Direct/Indirect', 'Sleek and seamless Euro-styled body and lens with 5˝ height\rand sharp .5˝ trim detail. Seamless and evenly lit flat white\racrylic lenses and independent uplight. \r\r\r<b>LED SYSTEM</b> \rLED modules and drivers are field replaceable.\r\r<b>PROG</b>\r\rProgrammable light output. Specify desired lumens or watts,\rconsult factory for min and max on Sky Oculus Series.\r\r<b>BINNING</b> \rStandard binning (all Prudential LED boards) includes testing\rat the chip level and board integration to provide consistent\rcolor temperature within a 3-step MacAdams ellipse. +/- 100\rlumens, +/- 100k CCT and +/- .004 Duv\r\r\r<b>PRUBIN™</b>\rPrudential Ltg’s exclusive ‘job binning’ method that ensures\rcolor temperature consistency across all luminaires on a\rproject. Meticulously testing and labeling EVERY LED BOARD\rto +/- 25 lumens, +/- 50k CCT and +/- .004 Duv — while also\rseparating positive from negative — allows us to match\rcolor, hue and intensity throughout a project and provides\ra consistent color temperature within a 2-step MacAdams\rellipse.\r\r\r<b>LABELS</b> \rETL damp labeled and I.B.E.W. manufactured.\r\r<b>ELECTRICAL</b> \rMust specify LED dimming controls. LED fixtures have\rconstant current driver(s) with less than 20% THD when\rloaded to a minimum of 60%. Drivers sink a maximum of 6mA\rper driver. DM10 LED drivers are 0-10V dimmable and are\rcompatible with most 0-10V wall slide dimmers and direct\r0-10V analog signal dimmers.\r\r<b>CONSTRUCTION</b>\r\r<b>Housing</b> \rExtruded aluminum, rolled and welded, >25% PC recycled,\r100% recyclable\rLens Flat acrylic, 100% recyclable.\r\r<b>MOUNTING</b> \rSurface or suspended by aircraft cables, top-swivel stems.\r\r<b>WARRANTY</b> \rSingle-source, 5 year limited warranty covers standard\rcomponents and construction.', 'Sleek and seamless Euro-styled body and lens with 5˝ height  and sharp .5˝ trim detail. Seamless and evenly lit flat white  acrylic lenses and independent uplight.     LED SYSTEM   LED modules and drivers are field replaceable.    PROG    Programmable lig', 'http://www.prulite.com/wp-content/uploads/2017/04/Olive_LED_Spec.pdf', '2018-01-16', '2018-02-25', '0000-00-00', ''),
(214, 55, 'BRG', 'CRL_BRG-M', 'BRG-M', 'BRG-M. Bridge Metric Recessed LED.', 1, 0, '', '3000K, 3500K, 4000K', '≥ 85', '27W, 39W, 47W, 58W, 70W', '3,000LM, 4,000LM, 5,000LM, 6,000LM, 7,000LM', '100,000', 'Standard drivers are 0-10 volt continuous dimming that work with any 0-10V control/dimmer. Or, specify Digital Addressable Lighting Interface (DALI) drivers; for use with Fifth Light controls.', '120-277V', 'Direct', 'Luminaire for metric grid ceilings. High performing WaveStream™ optics allow for maximum energy savings and optimal illumination in a ultra-minimalistic shallow recessed fixture. Two WaveStream optic options are available; a fully uniform pattern and a square pattern that provides a unique translucent appearance without sacrificing performance. Additional shielding options are also available including rectangular perf, round perf, and nano-prism inlays. Available in several popular metric sizes:          20” x 60” Recessed 96mm Depth,                           500mm x 1500mm Recessed 96mm Depth,                          600mm x 1200mm Recessed 100mm Depth,                         600mm x 600mm Recessed 100mm Depth', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_885585.ssd.brands.lighting!corelite!recessed_bridge_led.html#product-tabs', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_885585.ssd.brands.lighting!corelite!recessed_bridge_led.html#', '2017-10-06', '2018-02-26', '0000-00-00', ''),
(215, 55, 'HGL', 'CRL_HGL', 'HGL', 'HGL. HUGO Linear DirectLED.', 1, 0, '', '3000K, 3500K, 4000K', '≥ 85', '23W, 30W, 39W, 4W, 71W', '145LM/per watt', '60,000 Hours', 'Standard drivers are 0-10 volt continuous dimming that work with any 0-10V control/dimmer. Or, specify Digital Addressable Lighting Interface (DALI) drivers; for use with Fifth Light controls.', '120-277V', 'Direct', 'The Hugo suspended linear LED combines architectural quality construction and remarkable performance at an affordable price. Designed for individual or continuous row applications, the linear direct LED solution utilizes advanced LED technology in a clean, slim profile and delivers up to 145 lumens per watt. Installation costs are also minimized with through wiring, variable mounting points, and the ability to quickly create long linear systems with 4, 8 and 12 foot modular sections that won’t bow or snake. Available in up to 2,000 lumens per foot with a wide array of optional features, the Hugo is easy to use in a variety of building environments including retail, supermarket, educational facilities and other linear applications below 20ft mounting height.', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_929795.ssd.brands.lighting!corelite!suspended_hugo.html#product-tabs', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_929795.ssd.brands.lighting!corelite!suspended_hugo.html#product-tabs', '2018-02-23', '2018-02-26', '0000-00-00', ''),
(216, 55, 'BRG', 'CRL_BRG', 'BRG', 'BRG. Bridge Recessed LED.', 1, 0, '', '3000K, 3500K, 4000K', '≥ 85', '19W-70W', '2,000LM-7,000LM', '100,000 Hours', 'Standard drivers are 0-10 volt continuous dimming that work with any 0-10V control/dimmer. Or, specify Digital Addressable Lighting Interface (DALI) drivers; for use with Fifth Light controls.', '120-277V', 'Direct', 'The Bridge™ LED recessed offers a traditional yet modern design with the latest in solid-state lighting technology. High performing WaveStream™ optics allow for maximum energy savings and optimal illumination in a ultra-minimalistic shallow recessed fixture. Two WaveStream optic options are available; a fully uniform pattern and a square pattern that provides a unique translucent appearance without sacrificing performance. Additional shielding options are also available including rectangular perf, round perf, and nano-prism inlays. Available in 2x2, 2x4, 1x4 sizes along with several popular metric sizes, the Bridge is highly configurable with well-thought-out options and a number of architectural styles for application versatility.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_876063.ssd.brands.lighting!corelite!recessed_bridge_led.html', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_876063.ssd.brands.lighting!corelite!recessed_bridge_led.html', '2017-10-06', '2018-02-26', '0000-00-00', ''),
(217, 34, 'Beam', 'DPL_Beam-2.0', 'Beam-2.0', 'Beam 2.0. LED IP67 In Grade Wall or Floor Mount.', 1, 0, '', '2700K - 5000K', '', 'single beam: max 2W; double beam: max 2W (1W + 1W)', 'single beam: 62 lm; double beam: 31 lm;', '', '500mA: 120-277vAC to 500mA 6W Class 2 (1-3 Fixtures); 120-277vAC to (150-1400mA) 10W Class 2(1-5 Fixtures); 120-277vAC to (150-1400mA) 20W Class 2 (1-10 Fixtures); 120vAC to 500mA 26W Class 2 (2-13 Fixtures); 120-277vAC to (150-1400mA) 30W Class 2 (1-15 F', '120-277vAC;', 'single beam; double beam', '2W Round LED Recessed In Grade Uplight and Recessed Wall Mount, perfect for effect lighting. Available in various static colors & RGB. Choice of 1 or 2 beams.', 'https://www.designplan.com/beam-20-led-ip67-in-grade-wall-or-floor-mount-236-dia-2w-350ma', 'https://www.designplan.com/stuff/contentmgr/files/0/8de39728f7496034f5c8ec130ab0306e/file/beam_2.0_cutsheet.pdf', '2017-08-14', '2018-02-26', '0000-00-00', ''),
(221, 34, 'Kamino', 'DPL_Kamino-180', 'Kamino-180', 'Kamino 180. LED IP67 In Grade Uplight', 1, 0, '', 'One Emission: 3000K; 4000K; Two Emissions: 3000K; 4000K; Omnidirectional: 3000K; 4000K;', '>80', 'One Emission: 2.2W; Two Emissions: 4.4W;  Omnidirectional: 8.8W;', '', '', '24Vdc', '', 'One emission, two opposite emissions, four emissions.', 'Round luminaire with radial emission for installation in-ground – recessed.\r\nConfiguration: two sizes available. Die-cast aluminium\r\nstructure, EN AB-47100 alloy (low copper content).\r\nTransparent borosilicate glass.', 'https://www.designplan.com/kamino-180-led-ip67-in-grade-uplight-709-dia-22-88w-124x74lm-24vdc', 'https://www.designplan.com/stuff/contentmgr/files/1/bcc65b6b10f499a1d0de443a5ac8ce5b/file/kamino_180_cutsheet.pdf', '2017-08-25', '2018-02-26', '0000-00-00', ''),
(223, 18, 'SCR', 'AXS_SCR', 'SCR', 'SCR. Sculpt Recessed', 1, 0, '', '2700K, 3000K, 3500K ,4000K', '80, 90', '3.25-5.42 Lm/Ft', '300, 400, 500 Lm/Ft', 'L70 50,000', 'EcoSystem H-Series (1%),  EcoSystem 5-Series (5%),  Hi-Lume® A-series 2Wires Forward Phase (1%), DALI, DMX, Hi-Lume A-Series EcoSystem 3-Wire Control (1%)', '120V, 277V, 347V, UNV.', 'Direct General', 'Developed by Axis, Geometric Lighting lets you choose\r\nfrom a palette of light forms to create an infinite number\r\nof lighting configurations, regardless of ceiling or mounting\r\ntype. Sculpt is the first luminaire family engineered by Axis\r\nto provide Geometric Lighting, in addition to standard linear\r\nlighting.\r\n\r\nGeometric Lighting Benefits\r\n\r\n• Freedom from traditional illuminated ceiling footprints.\r\n• Drag and drop design enabling never-before-seen patterns.\r\n• Traces of light resulting in a smaller footprint (negative space).\r\n• A cleaner ceiling appearance through patent-pending technology.\r\n• No performance trade-offs.', 'http://www.axislighting.com/CMS/itemsDetail_Sculpt.php?284', 'http://www.axislighting.com/cmsAdmin/uploads/SCR-B4.SPEC.pdf', '0000-00-00', '2018-02-27', '0000-00-00', ''),
(225, 55, 'HGL', 'CRL_HGL-2', 'HGL-2', 'HGL-2. HUGO Linear DirectLED.', 1, 0, '', '3000K, 3500K, 4000K', '85', '23 W, 30 W, 39 W, 49 W, 71 W', '', '60,000', 'STD =  Standard 0-10V (1%-100%), 5LT =  Fifth Light DALI (5%-100%) , LH = Lutron HiLume 1% EcoSystems, L5 =  Lutron 5-Series 5% EcoSystems.', 'Universal  (120V-277V), 347V', '', 'The Hugo suspended linear LED combines architectural quality construction and remarkable performance at an affordable price. Designed for individual or continuous row applications, the linear direct LED solution utilizes advanced LED technology in a clean, slim profile and delivers up to 145 lumens per watt. Installation costs are also minimized with through wiring, variable mounting points, and the ability to quickly create long linear systems with 4, 8 and 12 foot modular sections that won’t bow or snake. Available in up to 2,000 lumens per foot with a wide array of optional features, the Hugo is easy to use in a variety of building environments including retail, supermarket, educational facilities and other linear applications below 20ft mounting height.', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_929795.ssd.brands.lighting!corelite!led.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-hugo-hgl-small-susp-led-524047-sss.pdf', '2018-02-23', '2018-03-01', '0000-00-00', ''),
(226, 34, 'BU', 'DPL_BU6488-00-US', 'BU6488-00-US', 'BU6488. 00. US. 2W LED Recessed Wall Luminaire.', 1, 0, '', '3000K', '>80', '2W', '', '', '0-10v dimming (to 1%), trailing-edge dimmable to 10% (120v only)', '120-277v', 'Narrow beam 14°', 'Phantom is a recessed wall LED luminaire that becomes an integral part of the wall \r\rThe body is made of Coral® a unique patented composite material.\r\r2W LED.\r\rRemote dimmable driver.\r\rBody is available in an unfinished surface suitable for painting.', 'https://www.designplan.com/phantom-coral-2w-led-recessed-wall-luminaire', 'https://www.designplan.com/stuff/contentmgr/files/1/a1f5da5ec1e6e8653a7817e6d80b1980/file/phantom.pdf', '2017-07-11', '2018-03-01', '0000-00-00', ''),
(227, 29, 'VISION', 'DLT_62782522', '62782522', 'VISION LED WW.', 1, 0, '', '3000K', '>80', '4 W', '235 lm', '', 'controls - EXCL.LED POWER SUPPLY 350-500mA-DC', '120-277V', 'Up and Down', 'Powder coated aluminum housing\r350-500mA current controled class 2 circuits only (typical forward voltage = 2.8V-DC)\rSuitable for dry and damp locations\rProtected against solid objects greater than 12mm IP20\rWeight: 2,0lbs 0,9kg', 'https://www.deltalight.us/en/products/detail/vision-led-ww-6-278-25-22', 'https://www.deltalight.us/en/generate-specsheet/vision-led-ww-6-278-25-22', '2018-02-20', '2018-03-01', '0000-00-00', ''),
(228, 55, 'E2', 'CRL_E2', 'E2', 'E2. Element WaveStream LED.', 1, 0, '', '3000K, 3500K, 4000K', '≥ 85', '26.1W -  79.2W', '3,019 Lms - 7,351 Lms', '100,000 hours TM-21', 'Standard 0-10V (10%-100%); 0-10V (1%-100%); Fifth Light DALI(10%-100%); Step Dimming (40%, 100%); Sensor Ready (5%-100%);', 'Universal  (120V-277V); 347V', 'Direct/ indirect', 'The Element WaveStream luminaire merges classic design with cutting edge technology to provide quality illumination and superior optical control. Using a WaveStream LED direct/indirect light engine inside, its wide batwing distribution makes it an excellent choice for lower ceiling applications and areas where ceiling uniformity is important. Available in 4’, 8’ and 12’ sections with a multitude of options, the Element WaveStream is well suited for commercial office spaces, schools, libraries and other architectural interiors. The WaveStream LED direct/indirect light engine is also available in several other popular Corelite series including the Loft, Minigator, Vertechs and Iridium i2.', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_871248.ssd.brands.lighting!corelite!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-element-e2-ws-susp-led-524008-sss.pdf', '2017-07-18', '2018-03-02', '0000-00-00', ''),
(230, 34, 'BU', 'DPL_BU6333-AC-US', 'BU6333-AC-US', 'BU6333. AC. US. 7W Recessed Wall Luminaire.', 1, 0, '', '3000K', '>80', '8.5W', '470 lm', '', '0-10v dimming (to 1%); trailing-edge dimmable to 10%', '120-277vAC to (150-1400mA) 10w(1 Fixture); 120-277vAC to (150-1400mA) 20w(1-2 Fixtures); 120-277vAC to 500mA 26w(1-3 Fixtures); 120-277vAC to (150-1400mA) 30w(1-3 Fixtures)', 'Wide beam 120°', 'Ghost is a recessed wall LED luminaire that becomes an integral part of the wall \r\rThe body is made of Aircoral® a unique patented composite material that actually\r\rpurifies the air. We can calculate how many cubic feet each fixture will purify.\r\r7W LED.\r\rRemote dimmable driver.\r\rBody is available in an unfinished surface suitable for painting.', 'https://www.designplan.com/ghost-aircoral-7w-recessed-wall-luminaire', 'https://www.designplan.com/stuff/contentmgr/files/1/1bb9b5453511015acf5010ab692eec4e/file/ghost_cutsheet.pdf', '2017-06-13', '2018-03-02', '0000-00-00', ''),
(232, 29, 'BAZIL', 'DLT_622212312', '622212312', '622212312. BAZIL 123.', 1, 0, '', '3000K', '>80', '15W', '1020lm', '', 'Incl. LED Power supply 700 mA-DC', '120-277V', 'Wide round', 'Features\r\rCorrosion protected, powder coated aluminum construction\r\rApplication\r\rFor ambient or indication lighting Residential, commercial, retail,\r\rand hospitality spaces', 'https://www.deltalight.us/en/products/detail/bazil-123-6-222-123-12', 'https://www.deltalight.us/en/generate-specsheet/bazil-123-6-222-123-12', '2018-02-21', '2018-03-02', '0000-00-00', ''),
(236, 58, 'Arko', 'BCL_Arko-II', 'Arko-II', 'Arko™ II.', 1, 0, '', '3000K, 3500K, 4000K', 'min 80', '10W - 40W', '550 lms - 2200 lms', '50,000 hrs L70', '0-10V dimming standard (10%)', '120-277V', 'Diffused', 'Body and trim: Aluminium and steel.\nFinish: Powder coated.\nDiffuser: Extruded, high impact opal acrylic.\nDrivers: HPF, electronic for 120-277V. LED 0-10V dimming standard (10%).\nLuminaire orientation: Wall mounted.\nMechanical: Mounts directly to or over a standard electrical junction box (by others).\nApprovals: ETL.', 'http://betacalco.com/wall/arko-ii/#', 'http://betacalco.com/wp-content/uploads/2014/05/ARKO-II_WAL539_USSPEC_JUL15_2016.pdf', '2016-07-15', '2018-03-02', '0000-00-00', ''),
(238, 9, 'Cantax', 'ERC_Cantax-11130', 'Cantax-11130', 'Cantax 11130.', 1, 0, '', '2700K; 3000K; 4000K', '≥ 90', '2W - 38W', '210lm - 4920lm', '50000h LM-80/TM-21', 'Standard for USA/Canada: 120V/60Hz, 277V/60Hz', '220V-240V', 'Narrow spot, Spot, Flood', 'Cantax produces the perfect beam\r\r– brilliant, evenly bright and with\r\ra soft edge. The technology originates\r\rfrom ERCO: innovative\r\rSpherolit technology, which is\r\reasily exchanged for different\r\rapplications, making Cantax the\r\rideal tool to meet the highest lighting\r\rstandards in areas ranging from\r\rresidential buildings and shops\r\rthrough to restaurants and art.\r\rThe LED spotlights are just as suitable\r\rfor exhibitions requiring light\r\rwithout damaging infrared or\r\rultraviolet components to satisfy\r\rstringent conservational criteria.', 'http://www.erco.com/products/indoor/swf-3circuit/cantax-3018/en/#characteristics', 'http://www.erco.com/ci-3/productdata/download/en/fam/11130/datatype/famspecs/erco-cantax-11130-en-famspecs-01.pdf', '2017-11-06', '2018-03-02', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(240, 33, 'L8', 'HLO_L806XHO', 'L806XHO', 'L806XHO. Halo LED.', 1, 0, '', '2700K; 3000K; 4000K', '80 min', '48 W', '4100 lumen', '50,000 hours', '', '277 VAC (Only with HTEK); 120V', 'Spot Distribution', 'High efficacy low profile track fixture ideal for accent and display lighting applications. Featuring die cast construction with a simple low profile design, these luminaires are ideal for applications that demand outstanding performance at no compromise to energy efficiency.', 'http://www.cooperindustries.com/content/public/en/lighting/products/track_lighting/track_fixtures/led/_883589.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/halotrack-%20l806xho-td518245en-sss.pdf', '2016-12-15', '2018-03-02', '0000-00-00', ''),
(242, 58, 'Cerchio', 'BCL_Cerchio', 'Cerchio', 'Cerchio™.', 1, 0, '', '3000K, 3500K, 4000K', 'min 80', '54W - 257W', '2838lms - 14074lms', '>50,000 hrs.', 'Remote, HPF electronic drivers for 120-277V (EU-240V), 0-10V, 5% dimming, DALI Dimming (1%) Remote only (EU only).', '120-277V (EU-240V)', 'Direct, direct/indirect', 'Family of pendant luminares for general interior lighting', 'http://betacalco.com/pendant-modern/cerchio/', 'http://betacalco.com/wp-content/uploads/2017/08/CERCHIO_PEN294_FEB12_2018.pdf', '2018-02-12', '2018-03-02', '0000-00-00', ''),
(243, 9, 'Kubus', 'ERC_Kubus-12852', 'Kubus-12852', 'Kubus 12852. Façade luminaires.', 1, 0, '', '2700K or 4000K', '≥ 90', '3W - 6W', '345lm - 825lm', '', 'Switchable', '220V-240V', 'Wide beam, Deep beam, Spot, Sculpture lens.', 'Façade lighting and floor washlighting for outdoor and indoor\r\nareas with a single system\r\ndesign.', 'http://www.erco.com/products/outdoor/floor-washlight/kubus-3016/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/12852/datatype/famspecs/erco-kubus-12852-en-famspecs-01.pdf', '2017-11-06', '2018-03-02', '0000-00-00', ''),
(244, 6, 'LC', 'IND_LC4W', 'LC4W', 'LC4W. Cylinder.', 1, 0, '', '1650-4000K (variable warm); 2700K-6000K (variable cool)', '90+', '', '800 Lumens', '50,000 hours at 70% lumen maintenance', '0-10V or DMX protocol', 'Multi-Volt (120-277 Volt); 347 Volt', 'Uniform distribution with no striations', 'Indy™ 4-inch L-Series LED Cylinders are part of the latest generation of Indy L-Series luminaires, offering a fully coordinated family of commercial-grade quality luminaires, from LED color rendering to aperture sizes and trim finishes. These cylinders can be surface, cable, pendant, or wall-mounted.  They are the energy-efficient choice for a wide range of commercial applications. Efficacies up to 111lm/W.', 'https://www.acuitybrands.com/products/detail/665590/Indy/LC4W-VC-VW-Cylinder/LED-4in-Round-Cylinder-Wall-Mount-ChromaControl-Color-Tuning-Variable-Cool-or-Variable-Warm/overview', 'https://www.acuitybrands.com/products/detail/665590/Indy/LC4W-VC-VW-Cylinder/LED-4in-Round-Cylinder-Wall-Mount-ChromaControl-Color-Tuning-Variable-Cool-or-Variable-Warm/-/media/products/Indy/665590/document/J7_2_7G2_pdf.pdf', '2017-06-13', '2018-03-02', '0000-00-00', ''),
(246, 33, 'LPM', 'HLO_LPM9', 'LPM9', 'LPM9. LED Module.', 1, 0, '', '2700K, 3000K', '90', '8W', '400 lm', '50,000 Hours L70', 'Dimmable to 5% with select dimmers.', 'Input Power 8.5W Input Voltage 120 VAC', 'Diffusion', 'The LPM9 is a line voltage LED module, with shatter resistant glass, styled to resemble an A19 lamp. It is available in 2700K and 3000K at 90 CRI. Compatible with select Halo Art Glass and Classic pendants.', 'http://www.cooperindustries.com/content/public/en/lighting/products/track_lighting/track_fixtures/pendant/_874483.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/halo-classic-led-td518063en-sss.pdf', '2017-02-27', '2018-03-02', '0000-00-00', ''),
(247, 2, 'VFS', 'INV_VFS', 'VFS', 'VFS. Vision Flood Small LED.', 1, 0, '', '4000K', '70', '24W - 100W', '2,082 lm - 6,590 lm', '60,000 Hours TM-21', 'DRIVER: LED drivers feature electronic universal voltage 120- 277V (50/60Hz), 347V (60Hz) or 480V (60Hz) > 0.9 power factor, < 20% harmonic distortion. 480V is compatible for use with 480V Wye systems only.', '120-277V;  347V; 480V', 'Floodlighting optical distributions including symmetric round, symmetric rectangular, asymmetric rectangular and tight spot beam patterns.', 'The Vision Flood Small luminaires\' cylindrical form blends effortlessly to architectural and landscape environments. The Vision Flood Small luminaire offers properly scaled solutions for any floodlighting application. Designed for exceeding performance and sustaining quality, Vision Flood\'s precisely engineered die-cast housing and door incorporate superior gasketing strategies, while the heavy-duty knuckle provides infinite aiming flexibility and lock-down strength tested to withstand 3G of vibration.', 'http://www.cooperindustries.com/content/public/en/lighting/products/floodlighting/_181777.ssd.brands.lighting!invue!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/invue-vfs-vision-flood-small-led-td506009en-sss.pdf', '2017-08-22', '2018-03-02', '0000-00-00', ''),
(249, 53, 'RMCD', 'KNL_RMCD-ICT-24-24', 'RMCD-ICT-24-24', 'RMCD-ICT-24-24. Mighty Mac.', 1, 0, '', '3200K; 3700K; 4300K', 'Minimum 82', '55W; 82W', '4,110 lm - 6,432 lm', '80,000 hrs L70', 'Standard 0-10V dimming with 1-100%', '120-277 Volts; 120 Volts; 277 Volts; 347 Volts;', 'Wide', 'Provides on-demand environmental disinfection via LED light\r\r\r\rSingle, white disinfection mode\r\r\r\rIndependent laboratory tested to kill harmful bacteria, including Staph*, such as MRSA**\r\r\r\rRecessed convertible ceiling mount\r\r\r\rTIG-welded housing without post-weld grinding for\r\radditional strength\r\r\r\rFull-length concealed internal piano hinge', 'https://kenall.com/RMCD-ICT.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/RMCD-ICT.pdf', '2017-09-20', '2018-03-02', '0000-00-00', ''),
(251, 6, 'LA', 'IND_LA6-VW', 'LA6-VW', 'LA6 VW. Housing.', 1, 0, '', '1650 to 4000K, 2700K to 6000K', '90+', '120V - 29.29W Max., 277V - 30.03W Max.', '800 LM', '50,000 hours', 'Dimming down to 1% 0-10V,', '120V, 277V, 347V', 'Spot, Narrow Flood, Flood', 'Indy™ ChromaControl LED adjustable luminaires starts premium white light that can be tuned from 4000K to 1650K (variable warm) delivering superior color from 93 to 95, and an R9 value of 86 all while staying less than 2 SDCM of the Black Body Locus. The color saturation and hue can then be changed to any color on the Chromaticity Diagram.  These 6-inch, new-construction adjustables have extraordinary aiming flexibility and interchangeable optics for accent lighting. The ChromaControl tunable series luminaires let you create the perfect light at any time to any environment, after installation.', 'https://www.acuitybrands.com/products/detail/665586/Indy/LA6-VW-Housing/LED-6in-Round-Adjustable-New-Construction-ChromaControl-Color-Tuning-Variable-Warm-Housing/overview', 'https://www.acuitybrands.com/products/detail/665586/Indy/LA6-VW-Housing/LED-6in-Round-Adjustable-New-Construction-ChromaControl-Color-Tuning-Variable-Warm-Housing/-/media/products/Indy/665586/document/J7_1_100G2_pdf.pdf', '2017-05-05', '2018-03-02', '0000-00-00', ''),
(252, 53, 'RMCD', 'KNL_RMCD-ICT-24-48', 'RMCD-ICT-24-48', 'RMCD-ICT-24-48. Mighty Mac.', 1, 0, '', '3200K; 3700K; 4300K', 'Minimum 82', '55W; 82W; 110W', '4,768 lm - 9,195 lm', '80,000 hrs L70', 'Standard 0-10V dimming with 1-100% range', '120-277 Volts; 120 Volts; 277 Volts; 347 Volts;', 'Wide', 'Provides on-demand environmental disinfection via LED light\r\r\r\rSingle, white disinfection mode\r\r\r\rIndependent laboratory tested to kill harmful bacteria, including Staph*, such as MRSA**\r\r\r\rRecessed convertible ceiling mount\r\r\r\rTIG-welded housing without post-weld grinding for\r\radditional strength\r\r\r\rFull-length concealed internal piano hinge', 'https://kenall.com/RMCD-ICT.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/RMCD-ICT.pdf', '2017-09-20', '2018-03-02', '0000-00-00', ''),
(254, 2, 'EN', 'INV_ENT', 'ENT', 'ENT. Entri Triangle Reveals LED.', 1, 0, '', '3000K, 4000K, 5000K (+/- 275K)', '70, 80', '25W - 55W', '2,010 Lumens - 5,570 Lumens', '60,000', 'DIM=0-10V Dimming Driver', '120-277V, 347V, 480V', '1. BL2=Type II w/Back Light Control 2. BL3=Type III w/Back Light Control 3. BL4=Type IV w/Back Light Control 4. BL4=Type IV w/Back Light Control 5. SLL=90 Degree Spill Eliminator Left 6. SLR=90 Degree Spill Eliminator Right', 'ENTRI Series family of modular faceplate designs provide a tasteful architectural statement equally suitable for indoor and outdoor environments. Whether providing community friendly performance in downlighting applications, or showcasing architectural features through available up and up/downlighting configurations, the Entri Series provides a palette of optical solutions to paint any surface in the right light.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_187288.ssd.brands.lighting!invue!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/invue-enc-ent-env-entri-led-td514003en-sss.pdf', '2017-10-09', '2018-03-02', '0000-00-00', ''),
(255, 54, 'LA2 SLIM', 'LIA_LA2-SLIM-21.5-2.5-2.5', 'LA2-SLIM-21.5-2.5-2.5', 'LA2 SLIM. 21.5\"Dia x 2.5\"D x 2.5\"H.', 1, 0, '', '3000k standard; 3500k or 4000k options available', '', '41W', '', '', '0-10v dimming compatible standard', '120v-277v', 'Wide diffused', 'The LA2 Slim Rings are LightArt\'s answer to projects where size matters. Create a way-finding tool, or match the fixture shade to brand colors, however you choose to install them, the Rings will provide stylish lighting solutions with powerful illumination.', 'http://lightart.com/product/slim-rings', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Slim-Rings-Spec17np.pdf', '2017-09-29', '2018-03-03', '0000-00-00', ''),
(257, 54, 'LA2 SLIM', 'LIA_LA2-SLIM-33-2.5-2.5', 'LA2-SLIM-33-2.5-2.5', 'LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.', 1, 0, '', '3000k standard; 3500k or 4000k options available', '', '58W', '', '', '0-10v dimming compatible standard', '120v-277v input;', 'Wide diffused', 'The LA2 Slim Rings are LightArt\'s answer to projects where size matters. Create a way-finding tool, or match the fixture shade to brand colors, however you choose to install them, the Rings will provide stylish lighting solutions with powerful illumination.', 'http://lightart.com/product/slim-rings', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Slim-Rings-Spec17np.pdf', '2017-09-29', '2018-03-03', '0000-00-00', ''),
(259, 54, 'LA2 SLIM', 'LIA_LA2-SLIM-43-2.5-2.5', 'LA2-SLIM-43-2.5-2.5', 'LA2 SLIM. 43\"Dia x 2.5\"D x 2.5\"H.', 1, 0, '', '3000k standard; 3500k or 4000k options available', '', '82W', '', '', '0-10v dimming compatible standard', '120v-277v input;', 'Wide diffused', 'The LA2 Slim Rings are LightArt\'s answer to projects where size matters. Create a way-finding tool, or match the fixture shade to brand colors, however you choose to install them, the Rings will provide stylish lighting solutions with powerful illumination.', 'http://lightart.com/product/slim-rings', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Slim-Rings-Spec17np.pdf', '2017-09-29', '2018-03-03', '0000-00-00', ''),
(261, 54, 'LA2 SLIM', 'LIA_LA2-SLIM-57.5-2.5-2.5', 'LA2-SLIM-57.5-2.5-2.5', 'LA2 SLIM. 57.5\"Dia x 2.5\"D x 2.5\"H.', 1, 0, '', '3000k standard; 3500k or 4000k options available', '', '116W', '', '', '0-10v dimming compatible standard', '120v-277v input;', 'Wide diffused', 'The LA2 Slim Rings are LightArt\'s answer to projects where size matters. Create a way-finding tool, or match the fixture shade to brand colors, however you choose to install them, the Rings will provide stylish lighting solutions with powerful illumination.', 'http://lightart.com/product/slim-rings', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Slim-Rings-Spec17np.pdf', '2017-09-29', '2018-03-03', '0000-00-00', ''),
(263, 53, 'MLHA', 'KNL_MLHA12-ICT', 'MLHA12-ICT', 'MLHA12-ICT. Millenium Stretch.', 1, 0, '', '3200K', 'Minimum 85%', '55 Watt - 125 Watt', '5,652 lm - 10,901 lm', '80,000', 'Standard 0-10V dimming with 1-100% range and dim-to-dark capabilities.', '120-277 Volts, 347 Volts', 'Wide diffused', 'Provides on-demand environmental disinfection via LED light.\rSingle, white disinfection mode.\rIndependent laboratory tested to kill harmful bacteria, including Staph, such as MRSA.\rEffective and efficient lighting performance.\rExtruded and die-cast aluminum construction.\rPeace of Mind Guarantee™ against breakage.', 'https://kenall.com/MLHA12-ICT.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/MLHA12-ICT.pdf', '2017-06-02', '2018-03-03', '0000-00-00', ''),
(264, 54, 'I/O', 'LIA_I/O-DRUM', 'I/O-DRUM', 'I/O DRUM. I/O Collection.', 1, 0, '', '3000k, 3500k or 4000k', '81', '35w, 82w, 117w', '', '', '0-10v dimming compatible', '120v-277v', 'Diffuse', 'The material versatility is unlimited from opaque to translucent, the design is built to enhance color and texture. Seen here with the Blackout exterior shade and Dory a beautiful navy, as the interior shade.', 'http://lightart.com/product/i-o-drum-blackout-dory', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Collection-IODrum-Spec17np.pdf', '2017-11-30', '2018-03-03', '0000-00-00', ''),
(265, 17, 'LDS', 'PRF_LDSQ4B', 'LDSQ4B', 'LDSQ4B.', 1, 0, '', '2400K - 5000K', '80, 90, 97', '11W -  41.6W', '1000 - 4000', '50,000 hours', 'Standard 120-277V 0-10V dimming driver provides flicker free dimming from 100% to 1%. Optional 120-277V phase dimming, ', '120-277V', 'Smooth beam.', '4 inch LED recessed new construction square downlight or lensed wall wash specially designed for use with either shallow or standard plenum height. Offered with anodized aluminum and die cast reflectors designed with two-stage system producing a smooth distribution with excellent light control and low aperture brightness. Offered in 1000-4000 lumens with color temperatures of 2400K, 2700K, 3000K, 3500K, 4000K, 5000K in 80, 90 or 97 CRI. Available with dim-to-warm technology - similar to halogen the 3000K LED warms smoothly to 1850K creating a warm rich glow within the space.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_879492.ssd.brands.lighting!portfolio!LED_4_6_Square.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-ldsq4b-eu4b-square-ww-td520039en-sss.pdf', '2018-01-05', '2018-03-03', '0000-00-00', ''),
(266, 43, 'IHOL', 'INL_IHOLC6DR', 'IHOLC6DR', 'IHOLC6DR. 6” Gravity LED Downlight Cylinder.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '82,  92', '12W - 93W', '950lm - 7000lm', '50,000 Hours L70', 'Dims down to 1% or 0.1% light output.', '120V/277V', '14° Narrow Spot, 20° Spot, 30° Narrow Flood, 40° Flood, 50° Wide Flood', 'Delivering up to 100 lumens per watt, Gravity Cylinders increase energy savings while reducing maintenance intervals and the long-term costs of ownership. It features field changeable optics, drivers, reflectors along with a serviceable LED light engine. Designed with contractors in mind, Gravity Cylinders provide a safe and hassle free approach to installation.', 'http://www.intenselighting.com/product/iholc6dr/', 'http://www.intenselighting.com/wp-content/uploads/2017/12/IL_IHOLC6DR.pdf', '2018-02-13', '2018-03-03', '0000-00-00', ''),
(267, 59, '404722LW', 'DBR_404722LW', '404722LW', '404722LW. Pendalyte 12\" LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '30W', '760', '50,000 hour', 'Dimmable with 0-10V controls. Use 5-wire suspension.', '120-277V', 'Medium', '12\" Pendalytes deliver powerful, efficient downlighting that is ideal for higher ceiling applications such as auditoriums, atriums, lobbies and gymnasiums. The largest pendalytes are available with a variety of decorative disks and looks that allow the units to blend into a variety of architecture.', 'http://www.lightingproducts.philips.com/our-brands/daybrite/pendalyte-12-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aDecorative', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/404722LW.PDF', '2015-05-11', '2018-03-03', '0000-00-00', ''),
(268, 55, 'CTA', 'CRL_CTA', 'CTA', 'CTA. Continua Suspended LED.', 1, 0, '', '3000K, 3500K or 4000K', '≥ 83', '22.9W - 207.4W', '2,000 Lms - 6,000 Lms', '60,000 hours', 'Standard drivers are 0-10V continuous dimming that work with any 0-10V control/dimmer.', 'Universal  (120V-277V), 347V', 'Direct, indirect', 'The Continua™suspended linear provides a fresh modern aesthetic with minimal lines and seamless illumination along the entire row length. Combining the latest LED technology with precision engineered optical control, the Continua provides high quality illumination while maximizing spacing capabilities and delivering up to 147 lumens per watt. A wide range of direct/indirect distributions are available to choose from as well as independent up/down circuiting for ultimate flexibility. Available in 4’, 8’, 12’, and continuous runs, the Continua is well suited for commercial open offices, private offices, conference rooms, corridors, and educational facilities.', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_936199.brands.lighting!corelite!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-continua-cta-susp-led-524048-sss.pdf', '2018-02-24', '2018-03-03', '0000-00-00', ''),
(269, 1, 'ALT', 'MTX_ALT', 'ALT', 'ALT. Altus LED Low Bay.', 1, 0, '', '5000K - 5700K', '>75, >80', '80W - 120W', '7,500, 13,800', '>225,000', 'Input Voltage VL: 90-277VAC', '90-277V', 'Wide', 'The Altus LED low bay is a durable and high efficient solution for a variety of industrial and commercial applications. The Altus is constructed of extruded aluminum for optimal thermal control and longer system life. The Altus offers a compact design with optimal performance with a wide angle distribution suitable for most low bay applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/highbay_lowbay_industrials/led/_872822.ssd.brands.lighting!metalux!led.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS507005EN-AltusLED-SSS.pdf', '2017-03-24', '2018-03-03', '0000-00-00', ''),
(270, 17, 'LSR', 'PRF_LSR2B', 'LSR2B', 'LSR2B.', 1, 0, '', '2700K - 5000K (80 CRI); 2400K - 5000K (90 CRI); 2700K - 3000K (97 CRI)', '80 CRI; 90 CRI; 97 CRI', '7.38W - 21.2W', '500 lumens - 2000 lumens', '50,000 hours at 70% lumen maintenance', '0-10V Dimming,1% to 100%; 0-10V or Line Voltage Dimming, 1% to 100%', '120V-277V', 'Smooth', '2 inch round or square surface mount cylinder in choice of matte black, white, bronze or silver paint can be used to blend with or accent various architectural styles. Designed for ceiling mount, wall mount, or stem mount. Offered with 15°, 25°, 40°, or 55° optic producing a smooth distribution. Lumen packages range from 500 to 2000 with color temperatures of 2400K, 2700K, 3000K, 3500K, 4000K, and 5000K. Available with dim-to-warm technology – similar to halogen at full power, the 3000K LED warms smoothly as dimmed to 1850K creating a rich warm glow within the space.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_2_inch/_893898.ssd.brands.lighting!portfolio!LED_4_6_Square.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-lsr2b-lssq2b-td520058en-sss.pdf', '2017-10-30', '2018-03-03', '0000-00-00', ''),
(272, 43, 'MXG', 'INL_MXG2PSD', 'MXG2PSD', 'MXG2PSD. 3.5” MX G2 LED SQUARE DOWNLIGHT PENDANT', 1, 0, '', '3000K', '82 CRI', '10W; 16W; 20W', '850lm; 1200lm; 1400lm', '50,000 hours L70', '0-10V 1% (requires remote driver box for cable mount); DMX to 0.1%', '120/277v', '12° Spot, 24° Narrow Flood, 36° Flood, 50° Wide Flood', 'MX Square Pendants are elegant, architectural accent luminaires built on the same single platform to provide uniform color and consistent performance across the entire MX family. Modular ingenuity transforms the expansive options and aesthetics of the award-winning downlight into a beautifully finished square pendant. Constructed from specification grade die-cast aluminum, MX Pendants utilize the same trimless reveal as the downlights. Available in 9\", 12\" and 15\" housings, MX Pendants offer cable, pendant and surface mounting options.', 'http://www.intenselighting.com/product/mxg2psd/', 'http://www.intenselighting.com/wp-content/uploads/2017/11/IL_MXG2PSD.pdf', '2018-02-12', '2018-03-03', '0000-00-00', ''),
(274, 59, 'CSW', 'DBR_CSW', 'CSW', 'CSW. Cubelite LED surfaceluminaire.', 1, 0, '', '3500K; 4000K', '80', '31.0W', '2800 lms; 4700 lms', '50,000 hours (L70)', '0-10V dimming driver; 100/40 step dimming driver (4700 lm only)', 'Universal voltage 120-277V; 120V; 347V', 'Diffused', 'The Philips Day-Brite / Philips CFI Cubelite LED surface mount is a\r\rhigh performing LED luminaire delivering smooth diffuse light ideal\r\rfor corridors, stairwells and vanity applications with the unparalleled\r\renergy efficiency of Philips LEDs.', 'http://www.lightingproducts.philips.com/our-brands/daybrite/cubelite-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aLinear', 'http://www.lightingproducts.philips.com/Documents/webdb2/CFI%20Canada/pdf/Cubelite_LED.pdf', '2017-09-01', '2018-03-03', '0000-00-00', ''),
(276, 1, 'RHB', 'MTX_RHB', 'RHB', 'RHB. LED High Bay.', 1, 0, '', '3500K; 4500K; 5000K', '≥ 80', '114W - 195W', '12,000 lm; 18,000 lm; 24,000lm', '55,000 hours TM-21', '0-10V Dimming Driver', 'Universal Voltage 120-277', 'Wide', 'The RHB LED is a Low Bay/High Bay luminaire designed for a wide variety of applications and mounting heights. The traditional round form factor combined with various reflector options is available in three lumen packages of 12,000, 18,000 and 24,000 lumens. The RHB is an energy-efficient one-for-one replacement of 250W and 400W HID fixtures and is an ideal solution for industrial, manufacturing, warehouse, grocery, and retail applications. Reflector choices include clear and frosted acrylic, aluminum, and optional bottom lens', 'http://www.cooperindustries.com/content/public/en/lighting/products/highbay_lowbay_industrials/led/_921989.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS507017EN-RHBLED-SSS.pdf', '2017-12-12', '2018-03-03', '0000-00-00', ''),
(278, 55, 'J', 'CRL_JS', 'JS', 'JS. Jaylum Sconce.', 1, 0, '', '3000K; 3500K; 4000K', '≥ 85', '8W; 18W; 23W', '564Lms; 1175Lms; 1376Lms', '60,000 hours, based off LM-80 test data and TM-21 standards.', 'Standard drivers are 0-10 volt continuous dimming that work with any 0-10V control/dimmer', '120V; 277V; Universal  (120V-277V)', 'Direct/indirect', 'The Corelite JAYLUM merges affordability and performance in this timeless direct/indirect wall mount sconce. The JAYLUM is designed to accompany almost any décor with clean lines and a slim profile. Companion suspended and companion wall allows this fixture to meet all of your specific project needs. Best of all, the JAYLUM incorporates economically engineered steel-construction and contractor-friendly installation features for which Corelite is known!', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_827560.ssd.brands.lighting!corelite!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/corelite/spec_sheets/corelite-jaylum-js-sconce-led-524006-sss.pdf', '2015-09-01', '2018-03-05', '0000-00-00', ''),
(279, 34, 'BU', 'DPL_BU6289-AC-US', 'BU6289-AC-US', 'BU6289. AC. US. Recessed Wall Luminaire.', 1, 0, '', '3000K', '>80', '6.5W', '810 lm', '', 'Integral 120vAC', '', 'Wide beam 120°', 'Elegant, circular design that floods spaces with suffused lighting, creating delicate and stylish atmospheres. Globe is a totally disappearing indoor recessed luminaire, installable on plasterboard or brick walls and ceilings, with a body made of AirCoral®. Globe creates - with its wall-washer parabola - a luminous circle that has precise aim: giving light the role of an absolute protagonist, adding value on any space it is installed in - wall or ceiling.', 'https://www.designplan.com/globe-led-ip40-aircoral-recessed-wall-luminaire-787-dia-65w-810lm-120vac', 'https://www.designplan.com/stuff/contentmgr/files/1/90aa1455806269d83af93920c7ab052c/file/globe_cutsheet.pdf', '2017-07-12', '2018-03-05', '0000-00-00', ''),
(280, 29, 'TWEETER', 'DLT_62064012N', '62064012N', 'TWEETER X W. Wall Surface mounted.', 1, 0, '', '3000K', '>80', '7W', '399 lm', '', 'INCL.LED POWER SUPPLY 350mA-DC', '120V', '', '', 'https://www.deltalight.us/en/products/detail/tweeter-x-w-6-206-40-12', 'https://www.deltalight.us/en/generate-specsheet/tweeter-x-w-6-206-40-12', '2018-02-20', '2018-03-05', '0000-00-00', ''),
(281, 58, 'MICRO', 'BCL_MICRO-SQ-II', 'MICRO-SQ-II', 'MICRO SQ II. WHITE LED DIRECT, WHITE LED DIRECT/INDIRECT.', 1, 0, '', '3000K; 3500K; 4000K', 'min 80 CRI', 'DIRECT: 42W, 63W, 84W, 115W, 136W; DIRECT/INDIRECT: 84W, 125W, 167W, 230W, 271W', 'DIRECT: 3131 lm, 4689 lm, 6225 lm, 8574 lm, 10102 lm; DIRECT/INDIRECT: 6467 lm, 9685 lm, 12858 lm, 17709 lm, 20866 lm', '> 50,000 hrs', '0-10V, 10% dimming.', '120-277V', 'Direct; Direct/Indirect', 'Body and trim: Aluminum.\r\rFinish: Powder coated.\r\rSuspension: Stainless steel cables.\r\rPower cable: Silver braided.\r\rDrivers: Remote, HPF electronic drivers for 120-277V, 0-10V, 10% dimming.\r\rMechanical: Luminaires mount directly over J box (by others).\r\rDiffusers: Acrylic.\r\rApprovals: cETLus.\r\rSizes:610mm/24\"; 889mm/35\"; 1168mm/46\"; 1575mm/62\"; 1854mm/73\".', 'http://betacalco.com/pendant-modern/micro-sq-ii/#', 'http://betacalco.com/wp-content/uploads/2017/06/MICRO-SQ-II_PEN244_USSPEC_SEP11_2017.pdf', '2017-09-11', '2018-03-05', '0000-00-00', ''),
(282, 9, 'Visor', 'ERC_Visor-12896', 'Visor-12896', 'Visor 12896. Facade luminaires.', 1, 0, '', '3000K ; 4000K', '≥ 90', '6W', '630lm - 825lm', '', 'Switchable', '220V-240V', 'Wide beam, Deep beam', 'Visor facade luminaires focus the\r\rattention very naturally on any\r\rarchitectural setting. Using the\r\rwide light distribution, Visor illuminates\r\rpathways along walls or\r\rbuildings evenly over an area wide\r\renough to require a minimum\r\rnumber of luminaires. Their deepbeam\r\rversion effectively lights\r\rsquares or terraces.\r\rWith their low-maintenance surface,\r\rVisor creates an eye-catching\r\rfeature on any façade. The graphic\r\rstyle of the luminaire is further\r\runderlined by details such as invisible\r\rconnections and a flush cover\r\rglass. The light source is discreetly\r\rhidden to ensure glare-free light\r\rfor passers-by. Thanks to Dark Sky\r\rtechnology, Visor facade luminaires\r\remit no spill light above the horizontal\r\rplane. The system design\r\rof the Visor range enables many\r\rdifferent combinations of bollard\r\rand facade luminaires.', 'http://www.erco.com/products/outdoor/floor-washlight/visor-85/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/12896/datatype/famspecs/erco-visor-12896-en-famspecs-01.pdf', '2017-11-06', '2018-03-05', '0000-00-00', ''),
(283, 33, 'SLD', 'HLO_SLD4', 'SLD4', 'SLD4. LED.', 1, 0, '', '2700K, 3000K, 3500K,  4000K', '80-90', '12W', '710 lm, 800 lm', '50,000 hours', '', '120V', 'downlight', 'The Halo Surface LED Downlight (SLD) incorporates WaveStream™ technology to create an ultra-low profile surface mounting luminaire with the performance and look of a traditional downlight. SLD4 (4\") is designed for installation in many standard and fire-rated 3-1/2\" and 4” round or octagon junction boxes. Supply wire adapater with LED quick wiring connector included. Suitable for residential or commercial installations. Ideal for closets, storage areas, attics and basements. The SLD4 may also retrofit in 4” aperture IC and Non-IC recessed housings. Dedicated LED wiring connector meets high efficacy code requirement when used in recessed downlighting. Compliant with NFPA® 70, NEC® Section 410.16 (A) (3) and 410.16 (C)(5).', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_general_purpose_downlighting/led/4-inch-led-SLD4/_853427.ssd.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/halo-td518264en-sld4-sss.pdf', '2018-01-02', '2018-03-05', '0000-00-00', ''),
(284, 53, 'EPLB', 'KNL_EPLB', 'EPLB', 'EPLB. EnviroPro for Food Processing.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '70, 80, 90', '17 Watt - 210 Watt', '1,375lm - 24,005lm', '105,000 Hrs, 125,000 Hrs, 150,000 Hrs', 'Standard 0-10V dimming with 3-100% (1% on EPLB12) range, 5mA max. source current.', '120-277V, or 347V', '', 'Classic industrial high-bay luminaire design aesthetic with modern.\r\nlamp technology\r\n» Suitable for applications requiring higher vertical illuminance levels\r\nAvailable with up to 28% uplight, depending on model.\r\nMultiple flux and lamp color options.', 'https://kenall.com/EPLB.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/EPLB.pdf', '2018-02-15', '2018-03-05', '0000-00-00', ''),
(285, 53, 'HBMA', 'KNL_HBMA26', 'HBMA26', 'HBMA26. High Bay Max.', 1, 0, '', '3500K - 5700K', '70, 80', '71W - 237W', '9,500-23,000lm', '100,000 - 150,000 Hrs', 'Standard 0-10V dimming with 10-100% range.', '120-277V, 347V or 480V', 'Various distribution patterns available, including Aisle-Lighter.', 'Rated for continuous 50°C ambient temperature conditions.\r\nLumen outputs ranging from 9,500-23,000lm.\r\nTextured tertiary lens for glare reduction; flat and drop lens.\r\nVarious distribution patterns available, including Aisle-Lighter.\r\nSuspended ceiling mount; pendant, trunnion and loop hanger.\r\n10 year limited product warranty.', 'https://kenall.com/HBMA26.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/HBMA26.pdf', '2017-07-27', '2018-03-05', '0000-00-00', ''),
(286, 6, 'LA', 'IND_LA8-VW', 'LA8-VW', 'LA8 VW. Housing.', 1, 0, '', '1650-4000K', '90+', '28W', '800 Lumens', '50,000 hours', '0-10V Dimming', '120/277V, 347V', 'Narrow flood and flood beam', 'Indy™ ChromaControl LED adjustable luminaires starts premium white light that can be tuned from 4000K to 1650K (variable warm) delivering superior color from 93 to 95, and an R9 value of 86 all while staying less than 2 SDCM of the Black Body Locus. The color saturation and hue can then be changed to any color on the Chromaticity Diagram.  These 8-inch, new-construction adjustables have extraordinary aiming flexibility and interchangeable optics for accent lighting. The ChromaControl tunable series luminaires let you create the perfect light at any time to any environment, after installation.', 'https://www.acuitybrands.com/products/detail/665588/Indy/LA8-VW-Housing/LED-8in-Round-Adjustable-New-Construction-ChromaControl-Color-Tuning-Variable-Warm-Housing/overview', 'https://www.acuitybrands.com/products/detail/665588/Indy/LA8-VW-Housing/LED-8in-Round-Adjustable-New-Construction-ChromaControl-Color-Tuning-Variable-Warm-Housing/-/media/products/Indy/665588/document/J7_1_101G2_pdf.pdf', '2017-05-05', '2018-03-05', '0000-00-00', ''),
(287, 2, 'EN', 'INV_ENC', 'ENC', 'ENC. Entri Round Clean LED.', 1, 0, '', '3000K, 4000K, 5000K (+/- 275K)', '70', '25-55 W', '2,010-5,570 lm', '60,000 hours', '0-10V dimming', '120-277V; 347V; 480V', 'Type II w/Back Light Control, Type III w/Back Light Control, Type IV w/Back Light Control, Wall Grazer Wide', 'ENTRI Series family of modular faceplate designs provide a tasteful architectural statement equally suitable for indoor and outdoor environments. Whether providing community friendly performance in downlighting applications, or showcasing architectural features through available up and up/downlighting configurations, the Entri Series provides a palette of optical solutions to paint any surface in the right light.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_187287.ssd.brands.lighting!invue!led.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/invue-enc-ent-env-entri-led-td514003en-sss.pdf', '2017-10-09', '2018-03-05', '0000-00-00', ''),
(288, 53, 'CSEDO', 'KNL_CSEDO14', 'CSEDO14', 'CSEDO14. SIMPLESEAL™ CSEDO SERIES – LED – OVERLAPPING DOOR.', 1, 0, '', '3500K, 4000K and 5000K', '82', '45 Watt - 196 Watt', '5,057 - 24,761 Lumens', '60,000 Hrs, 80,000 Hrs', 'Standard 0-10V dimming with 1-100% range', '120-277V, 120V, 277V, 347V', 'Wide', 'High-output, high-CRI LED lamp sources for accurate color rendition and lighting performance.\r\nDiffused high-efficiency lens for reduced glare.\r\nRecessed ceiling mount; grid or flange - 1\'×4\'.\r\nSuitable for universal installation into 1.0\" and 1.5\" grid or flange (drywall) ceilings.\r\nOne piece overlapping door provides air-tight integrity of luminaire.\r\nOptional Food Zone/Non-Contact listing, ideal for food processing applications.\r\nFor Hazardous applications please refer to the HSEFO series.', 'https://kenall.com/CSEDO14.htm', 'https://kenall.com/Kenall-Files/Product-Files/SpecificationSheets/CSEDO_14_22_24.pdf', '2018-02-26', '2018-03-05', '0000-00-00', ''),
(289, 53, 'CSEFL', 'KNL_CSEFL22', 'CSEFL22', 'CSEFL22. SIMPLESEAL™ CSEFL SERIES – EXTENDED FLANGE.', 1, 0, '', '3500K, 4000K and 5000K', '82', '45 Watt - 97 Watt', '5,057 - 12,810 Lumens', '60,000 Hrs, 80,000 Hrs', 'Standard 0-10V dimming with 1-100% range;', '120-277V, 120V, 277V, 347V', 'Wide', 'Recessed ceiling mount – flange; 2\'×2\'.\r\nOne-piece seam welded housing with extruded aluminum extended flange assures seal against rough ceilings.\r\nOne-piece doorframe provides air-tight integrity of luminaire.\r\nOptional Food Zone/Non-Contact listing, ideal for food processing applications.\r\nSuitable for Class 100 (ISO 5) environments.', 'https://kenall.com/CSEFL22.htm', 'https://kenall.com/Kenall-Files/Product-Files/specificationsheets/CSEFL_14_22_24.pdf', '2017-12-12', '2018-03-05', '0000-00-00', ''),
(290, 53, 'MLAS', 'KNL_MLAS826', 'MLAS826', 'MLAS826. Millenium Auracyl Sconce for Architectural High Abuse.', 1, 0, '', '3500K, 4000K,  5000K', '82', '29W', '1369 lm, 1460 lm, 1518 lm', '80,000', '0-10V dimming with 1-100% range', '120-277V, 347V', '', 'Surface wall mount – 8\"W×26\"H\r\nMarine grade aluminum housing with die-cast end caps\r\nPeace of Mind Guarantee®\r\nUL certified IP64 per IEC 60598', 'https://kenall.com/MLAS826.htm', 'https://kenall.com/Kenall-Files/Product-Files/specificationsheets/MLAS826.pdf', '2016-10-26', '2018-03-06', '0000-00-00', ''),
(291, 54, 'ACOUSTICS', 'LIA_STATIC', 'STATIC', 'STATIC. ACOUSTICS.', 1, 0, '', '3500K', '80 CRI', '4’ - 72W; 8’ - 144W', '2000 Lumens', '', '0-10V Dimming', '120-277V', 'Direct and indirect', 'Static is a high-efficiency sound absorbing fixture when positioned  close to the source. A layer of air between two layers of PET felt is tuned to absorb the human voice. With a NRC of 1.00, allowing Static to have a minimal presence with high impact on reverberation.\rAVAILABLE SIZES\r49.5\"L x 11.75\"H x 4\"W\r97.5\"L x 11.75\"H x 4\"W', 'http://lightart.com/product/static', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Spec-Acoustic-Static.pdf', '2018-01-01', '2018-03-06', '0000-00-00', ''),
(292, 1, 'CWPLD', 'MTX_CWPLD', 'CWPLD', 'CWPLD. Wrap with optional Occupancy Detection.', 1, 0, '', '4000K', '83', '43', '4700 lm', '50,000 hours', '0-10V dimming', '', 'Provide even light distribution', 'CWPLD series is a versatile LED wraparound series with uniform, softlight at up to 60% energy savings over fluorescent light sources. This versatile wrap is equipped with Universal Voltage, 0-10 Volt dimming electronics and quick row or suspension mount capability. Patent pending easy mounting channel reduces installation time when row mounting fixtures together. Premium optical linear prisms provide even light distribution, minimizing the number of fixtures required to light a space. These CWPLD series are an ideal choice for commercial, retail or residential applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_873874.ssd.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS502045EN-CWPLD-SSS.pdf', '2018-02-06', '2018-03-06', '0000-00-00', ''),
(293, 17, 'LD', 'PRF_LD2B', 'LD2B', 'LD2B.', 1, 0, '', '2,400-5,000K', '80, 90, 97 CRI', '7,38-21,2 W', '500-2,000 lm', '50,000 hours', '0-10V dimming', '120-277V', 'wall wash; Downlight', '2 inch LED recessed new construction or install from below downlight or lensed wall wash designed for use in either shallow or standard plenum height. Offered with anodized aluminum and die cast round or square reflectors with upper beam forming optics in 15°, 25°, 40° or 55° distributions. Offered in 500-2000 lumens with color temperatures of 2400K, 2700K, 3000K, 3500K, 4000K, 5000K in 80, 90 or 97 CRI. Available with dim-to-warm technology - similar to halogen the 3000K LED warms smoothly to 1850K creating a warm rich glow within the space.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_2_inch/_893883.ssd.brands.lighting!portfolio!LED_4_6_Square.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-td520096en-ld2b-sss.pdf', '2018-03-01', '2018-03-06', '0000-00-00', ''),
(294, 43, 'MB3G2', 'INL_MB3G2P', 'MB3G2P', 'MB3G2P. ARCHITECTURAL PENDANT.', 1, 0, '', '2,700-4,100K', '82 CRI; 92 CRI', '24W; 34W; 37W', '2,500 lm; 3,200 lm; 3,500 lm', '50,000 hours', 'Non-Dimming; ELV Dimming; 0-10V Dimming 1%', '120-277V', 'Narrow Flood; Wide Flood', 'The MB3G2P is a compact and powerful pendent delivering up to 3500lm in a narrow and wide flood beam distribution. This reimagined luminaire uses the same accessories as the award winning MB3G2 track head it is based on. It is beautifully finished on the outside in high quality architectural grade die-cast aluminum and offers the latest in 0-10V 1% dimming technology on the inside.', 'http://www.intenselighting.com/product/mb3g2p/', 'http://www.intenselighting.com/wp-content/uploads/2017/12/IL_MB3G2P.pdf', '2018-02-01', '2018-03-06', '0000-00-00', ''),
(296, 59, '40471LW', 'DBR_40471LW', '40471LW', '40471LW. Pendalyte 9 LED.', 1, 0, '', '2,700-4,000K', '80 CRI', '20W', '882 lm', '50,000 hours', '0-10V', '120-277V', 'Direct', 'Powerful downlighting for high ceiling spaces. Created in a range of light distributions, styles, lamps and wattages, Pendalytes™ meet the demanding needs of a variety of commercial and institutional applications including retail stores and supermarkets.', 'http://www.lightingproducts.philips.com/our-brands/daybrite/pendalyte-9-led.html#!f=%40Brand%3aDayBrite%2b%40Category%3aDecorative', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/40471LW.pdf', '2015-05-11', '2018-03-06', '0000-00-00', ''),
(299, 38, '0-06', 'IOL_0-06', '0-06', '0 06. luxrail.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90+', '100 watt', '', '50,000 hours', 'capable of 0 - 10 V dimming down to 1% with included module; capable of either Non-Dimming or 0 - 10 V dimming down to 10%;', '120v, 277v', 'Patented optical assemblies deliver 10°, 25° and 55° beam spreads as well as an asymmetric option.', 'ANSI and ADA compliant, luxrail is an indoor or outdoor LED-based handrail that delivers functional illumination. Three intensities may be specified: standard output mid output and high output. The standard light output version delivers luminance levels appropriate for exterior applications (2 foot-candles at grade) as well as for dark interior environments with low ambient illumination levels (e.g., themed environments, theatres and residential areas). The high output version delivers luminance levels applicable to interior environments – providing in excess of 10 foot-candles along the path of egress (ANSI required for stair treads). Patented optical assemblies deliver 10°, 25° and 55° beam spreads as well as an asymmetric option. Infill options are available to be used in guardrails. Projected average rated life is 50,000 hours at 70% of lamp lumen output.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_125546.ssd.brands.lighting!io_led!luxrail.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-luxrail-sss.pdf', '2015-10-05', '2018-03-06', '0000-00-00', ''),
(300, 38, '0-09', 'IOL_0-09-I', '0-09-I', '0 09 I. LEDge.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '100 watt', '', '50,000 hours', 'capable of 0 - 10 V dimming down to 1% with included module; capable of either Non-Dimming or 0 - 10 V dimming down to 10%;', '120v, 277v', '', 'LEDge is a member of io’s line family of linear LED-based products. LEDge is a low voltage linear shelf light that offers exceptional warm and cool white light for a variety of different shelf and casework conditions. LEDge offers illumination levels equivalent to halogen and fluorescent-based alternates with significant benefits. LEDge delivers exquisite white light without the damaging ultra-violet (UV) and infrared (IR) wavelengths or radiant heat that conventional light sources produce. LEDge also offers superior definition to three-dimensional objects and sparkle to reflective surfaces. Projected average rated life is 50,000 hours at 70% of lamp lumen output. Ambient temperature surrounding the fixture shall not exceed 122°F (50°C). Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/undercabinet/_125541.ssd.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-ledge-sss.pdf', '2015-10-05', '2018-03-06', '0000-00-00', ''),
(301, 3, 'ISS', 'MGE_ISS', 'ISS', 'ISS. IMPACT ELITE LED.', 1, 0, '', '3000K, 4000K, 5000K,  5700K', 'minimum 70', '20.3 W - 70.1 W', '1,990 - 6,905 Lumens', '60,000 hours', 'Wireless controls and monitoring options available.', '120-277V, 347V, 480V', 'Type II; Type III; Type IV Forward Throw; Type IV Wide; Type II w/Spill Control; Type III w/Spill Control; Type IV w/Spill Control; 90° Spill Light Eliminator Left; 90° Spill Light Eliminator Right; Rectangular Wide Type I', 'The IMPACT Elite Quarter Sphere cutoff wall luminaire makes an ideal complement to site design. Rugged construction and full range of optical packages provide facade and security lighting for light restricted zones surrounding schools, office complexes, apartments, and recreational facilities. U.L. and cUL listed for wet locations in down mount applications and damp locations in up mounted applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_125652.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-edison-impact-elite-led-td514030en-sss.pdf', '2018-01-18', '2018-03-06', '0000-00-00', ''),
(302, 2, 'AB', 'INV_ABW', 'ABW', 'ABW. ARBOR WALL SCONCE.', 1, 0, '', '3000K, 4000K', '70, 80', '11W - 27W', '499 - 882 Lumens', 'TM-21 = 60,000 Hours; L70 = 350,000 Hours;', '0-10V dimming driver standard', '120-277V', 'Asymmetric', 'The Arbor Wall Sconce can be installed along with the Arbor post top and Bollard luminaires to provide a unique coordinated look enhancing any architectural or pedestrian setting. WaveStream™ Optics eliminates the LED pixelated image and reduces visible glare providing high levels of visibility. The optical waveguide is manufactured using precision injection molded acrylic for the ultimate level of glare control and visual comfort. An asymmetric distribution is available and is offered standard in 4000K (+/- 275K) CCT or optional 3000K minimum 80 CRI. Three piece, IP66 rated, low copper, cast aluminum top maintains strength and precision providing for: rapid heat dissipation, vandal resistance and superior dayform. External hardware and casting seams are minimized to enhance appearance.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_877150.ssd.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/invue/spec_sheets/invue-abw-arbor-wall-sconce-td514022en-sss.pdf', '2018-02-06', '2018-03-06', '0000-00-00', ''),
(303, 17, 'LS', 'PRF_LSR4B-LSSQ4B', 'LSR4B-LSSQ4B', 'LSR4B, LSSQ4B Series.', 1, 0, '', '2700 - 5000 K', '80, 90, 97', '11W -  41.6W', '1000 - 4000 Lumens', '50,000 hours', 'Standard 120-277V 0-10V dimming driver provides flicker free dimming from 100% to 1%. Optional 120V leading edge, ', '120V - 277V', 'Offered with narrow, medium, or wide beam downlight or wall wash.', '4 inch LED cylinder downlight or wall wash specially designed for LED technology. Two-stage reflector system produces smooth distribution with excellent light control and low aperture brightness. Lumen packages include 1000-4000 delivered lumens with color temperatures of 2400K, 2700K, 3000K, 3500K, 4000K and 5000K.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_890094.ssd.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/portfolio/spec_sheets/portfolio-td520049en-lsr4b-lssq4b-ec4-4l-sss.pdf', '2017-12-15', '2018-03-06', '0000-00-00', ''),
(304, 26, 'SP4R', 'ALW_SP4R', 'SP4R', 'SP4R. SUPERPLANE 4 RECESSED.', 1, 0, '', '3000K; 3500K; 4000K', '80 CRI; 90 CRI', '3,4-11,9W', '300-1,200 lm', '>50,000 hours', '0-10V dimming down to 0%; 0-10V dimming down to 1%; 0-10V dimming down to 5%', '120V; 277V; 347V', 'Direct', 'Introducing SuperPlane™ 4 Recessed, the next generation of Lightplane reinvented from the inside out. SuperPlane 4 Recessed is a super slot luminaire offering seamless illumination up to 250 feet, energy-saving performance up to 110 lm/W, a no-glare UGR rating of 10 in typical applications and multiple output options up to 1200 lm/ft all from a 4″-wide lensed form.\r\n\r\nFeaturing proprietary ControlRoll™ Optics that distributes, diffuses and delivers uninterrupted illumination, SuperPlane 4 Recessed delivers ambient direct illumination or asymmetric direct illumination (coming soon) for wall washing. The optically engineered, roll-out/snap-in ControlRoll lens eliminates lens gaps common to traditional, continuous linear runs by providing completely seamless illumination while dynamically controlling output.', 'https://www.alwusa.com/product/superplane-4-recessed/', 'https://www.alwusa.com/wp-content/uploads/2018/01/SP4R-SpecSheet-QuickShip.pdf', '2018-03-02', '2018-03-12', '0000-00-00', ''),
(305, 27, 'CHA', 'BWD_CHA-DR/IN', 'CHA-DR/IN', 'CHA DR/IN. Sweeping Curve LED.', 1, 0, '', '2700K - 4000K', '', 'DR: 4.4 w/ft - 10 w/ft; DR/1IN: 8.8 w/ft - 18 w/ft; DR/0IN: 4.4 w/ft - 10 w/ft;', 'DR: 400 lm/ft - 769 lm/ft; DR/1IN:  768 lm/ft - 1512 lm/ft; DR/0IN:  400 lm/ft - 769 lm/ft;', '', '1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', 'Direct; Direct/Indirect', 'CHARLOTTE’s sweeping curved square LED profile features multiple distribution and LED options within a 3.25” extruded aluminum housing. Frosted White acrylic lenses deliver light efficiently to any interior application or design. CHARLOTTE offers smooth directional illumination within its curved, streamlined architectural profile. \r\rAvailable in 8’ nominal lengths and continuous run.', 'http://birchwoodlighting.com/products/charlotte.html', 'http://birchwoodlighting.com/products/pdfs/charlotte_drin.pdf', '2017-06-23', '2018-03-12', '0000-00-00', ''),
(307, 27, 'NOL', 'BWD_NOLAN-LED', 'NOLAN-LED', 'NOLAN. Precision-Edged Luminaire 1.25”, 2.25”, 3.25” Profile.', 1, 0, '', '2700K - 4000K', '', '1.25”: 2.8 w/ft - 5.8 w/ft; 2.25”: 2.9 w/ft - 5.9 w/ft; 3.25”: 4.4 w/ft - 9 w/ft;', '1.25”: 3141 lm/ft - 6271 lm/ft; 2.25”: 349 lm/ft - 698 lm/ft; 3.25”: 497 lm/ft - 955 lm/ft;', '', '1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', 'Diffused', '1.25\", 2.25\" and 3.25\" profile linear fixture with precision-edged extruded acrylic lens. Lens snaps-in for exact fit, and effortless removal when changing out lamps. \r\n\r\nAvailable in 2\', 3\', 4\', 6\' and 8\' nominal lengths. Teardrop lens option (TDW), and continuous run available.', 'http://birchwoodlighting.com/products/nolan.html', 'http://birchwoodlighting.com/products/pdfs/nolan_led.pdf', '2018-02-21', '2018-03-12', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(308, 26, 'MR', 'ALW_MR1.5', 'MR1.5', 'MR1.5. MOONRING ONE POINT FIVE.', 1, 0, '', '2,700-4,000K', '95 CRI', '39-312W', '2,828-25,752 lm', '', 'DALI Dimming down to 0%; DMX Dimming down to 0%; 0-10V Dimming down to 10%', '347V', 'Direct/indirect', 'MoonRing One Point Five is the narrow-body follow-up to the original MoonRing. Available in suspended and ceiling-mount models, the luminaire achieves its mystical, soft gleam from an improved LED source that delivers 2x-4x more lumens per foot than its predecessor. The MoonRing One Point Five is specifiable with direct, indirect or both direct and indirect illumination.  Plus, if  both up and down light are selected, each channel is controllable separately. Luminaire size is 1.5″ wide by 1.75″ tall and the rings are available in diameters ranging from 2′ to 16′.', 'https://www.alwusa.com/product/moonring-onepointfive-mr1-5/#', 'https://www.alwusa.com/wp-content/uploads/2017/07/MR1.5-SpecSheet-web.pdf', '2017-07-17', '2018-03-12', '0000-00-00', ''),
(309, 27, 'COLLIN', 'BWD_COLLIN-LED', 'COLLIN-LED', 'COLLIN. Dual Distribution Luminaires 1.25”, 2.25”, 3.25”.', 1, 0, '', '2700K - 4000K', '', '1.25”: 5.8 w/ft - 11.8 w/ft; 2.25”: 8.8 w/ft - 18 w/ft; 3.25”: 8.8 w/ft - 18 w/ft;', '1.25”: 249 lm/ft - 499 lm/ft Indirect; 166 lm/ft - 333 lm/ft Direct; 2.25”: 634 lm/ft - 1218 lm/ft; 3.25”: 786 lm/ft - 1512 lm/ft;', '', '1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', 'Direct/ Indirect', 'Direct/Indirect rectilinear fixture available with dual switching for precise illumination on the ceiling or work plane, or for wall-grazing effects. \r\nAvailable in 1.25\", 2.25” and 3.25” apertures, Flush lens, FLS or Reveal lens, RLW (3/8\" illuminated edge). \r\nContinuous run available.', 'http://birchwoodlighting.com/products/collin.html', 'http://birchwoodlighting.com/products/pdfs/collin_led.pdf', '2018-01-03', '2018-03-12', '0000-00-00', ''),
(310, 26, 'C', 'ALW_CB', 'CB', 'CB. CHECKBOX.', 1, 0, '', '3,000K; 3,500K; 4,000K', '80+ CRI', '18.5-65.6W', '1,924-7,320 lm', '', '0-10V dimming down to 1%; DALI dimming to 0%', '347V', '', 'vailable in the most common T-grid and slot ceiling sizes (2’x2′, 2’x4′ and 1’x4′), these recessed LED light panels check off all the most desired and most essential product “boxes” – performance, uniformity, visual comfort, controls-enabled, ready availability, easy installation and value.\r\n\r\nEngineered to minimize glare and with select configurations delivering DLC 4.0-qualifying performance up to 114 lm/W, Checkbox is available with multiple light outputs, color temperatures and dimming driver options as well as an optional, embedded Enlighted smart sensor.\r\n\r\nPlus, qualifying configurations of the 2’x2′ model – including those with the optional, integral Enlighted smart sensor – are QuickShip-eligible and ship within a expedited timeline of only 2 days.*\r\n\r\n*The following conditions apply for 2-Day QuickShip orders of eligible CheckBox luminaires: 1) Quantity LIMIT of 20 luminaires per order, per day. 2) Order MUST BE received by Noon (12:00 PM) Pacific time. Example: An order placed by Noon (PST/PDT) on Monday, will ship Wednesday morning .', 'https://www.alwusa.com/product/checkbox-cb/', 'https://www.alwusa.com/wp-content/uploads/2016/12/CheckBox_SpecSheet_QuickShip_web.pdf', '2017-08-29', '2018-03-12', '0000-00-00', ''),
(311, 27, 'KAT', 'BWD_KATRINA-LED', 'KATRINA-LED', 'KATRINA. Circular Dual Distribution Luminaire.', 1, 0, '', '2700K - 4000K', '', 'DR/IN-2’: 64 watts, 132 watts; DR/IN-4’: 128 watts, 264 watts; DR-2’: 32 watts, 66 watts; DR-4’: 64 watts,  132 watts;', 'DR/IN-2’: 6,071 lm, 11,622 lm; DR/IN-4’: 12,516 lm, 23,959 lm; DR-2’: 3,036 lm, 5,811 lm; DR-4’: 6,258 lm, 11,980 lm;', '', '1% (nom) 0-10V; 10% 0-10V;', '120V; 277V; 347V', 'Direct/Indirect; Direct', 'Our circular direct/indirect luminaire, KATRINA\r\noffers elegant architecturally pleasing design while\r\ndelivering efficient and even light distribution. Single piece seamless frosted white acrylic lens, aluminum housing, integral driver and multiple LED color temperatures and custom lumen output.\r\nSuspended Horizontally with aircraft-cable and\r\noffering optional direct and indirect switching\r\ncapability, KATRINA produces dual continuous\r\nrings of light from a 5⁄8” extended lens from a 6”\r\ntall housing. Available in both nominal 2’ and 4’\r\ndiameters.', 'http://birchwoodlighting.com/products/katrina.html', 'http://birchwoodlighting.com/products/pdfs/katrina.pdf', '2017-11-14', '2018-03-12', '0000-00-00', ''),
(312, 26, 'C', 'ALW_CML', 'CML', 'CML. COMMALITE.', 1, 0, '', '2,700-4,000K', '80+ CRI', 'LOW: 8.1 W/lf; MED: 10.8 W/lf; HI: 13.5 W/lf; TUNE: 9.0 W/lf; DECOR: 5.9 W/lf; RGB: 5 W/lf;', '687-1145 lm', '>50,000 hours', '0-10V Dimming to 10%; Dimming to 1%; Premium dimming to 0%', '120V; 277V; 347V', 'Wallwash', 'The Commalite is an LED or fluorescent T5 adjustable wall or ceiling fixture that provides effective interior wall and sign illumination. The compact, 3-1/4″ shade houses an integral driver, eliminating the need for remote mounting. A 2″ J-Box and cover dress plate are supplied with the fixture. The Commalite allows for 330 degrees of rotation and well as 90 degree cutoff illumination. An integral, 93% High Efficiency lens included with all Commalite Units.', 'https://www.alwusa.com/product/commalite-cml/', 'https://www.alwusa.com/wp-content/uploads/2015/12/CML-SpecSheet-web.pdf', '2016-10-10', '2018-03-12', '0000-00-00', ''),
(313, 27, 'CHL', 'BWD_CHL-LED', 'CHL-LED', 'CHL LED. Dual Distribution 2.25”, 4.75” Round Profile Luminaire.', 1, 0, '', '2700K - 4000K', '', '2.25”: 5.8 w/ft - 11.8 w/ft; 4.75”: 8.8 w/ft - 18 w/ft;', '2.25”: 643 lm/ft - 1287 lm/ft; 4.75”: 968 lm/ft - 1860 lm/ft;', '', '1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', 'Direct/Indirect', 'Modern refinement, high efficiency and application\r\rversatility are the definition of CHLOE LED - our 2.25” and 4.75” round linear LED luminaire.\r\rDesigned to deliver direct/indirect light to the ceiling, wall or work plane, CHLOE LED is the perfect match for interior applications requiring high LED efficiency within the smooth lines of a sophisticated light instrument. Dimming capability, Two-Circuit switching (2CKT), or Continuous Run (CR) options make CHLOE LED exceptionally versatile for applications such as: open-plan offices, corridors, libraries or health facilities.\r\rCHLOE LED’s streamlined outer profile encases the\r\rprecision-engineered interior underpinnings of a\r\rstrong powerhouse while still maintaining an elegant profile and providing LED lighting efficiency.', 'http://birchwoodlighting.com/products/chloe.html', 'http://birchwoodlighting.com/products/pdfs/chloe_led.pdf', '2017-06-23', '2018-03-12', '0000-00-00', ''),
(315, 176, 'LX', 'EXI_LX-K12-L', 'LX-K12-L', 'LX K12 L. LumiLedge® Performance Symmetric LED Luminaire.', 1, 0, '', '3000K, 3500K, 4000K', '', '7.6 watts  per linear ft; 10.5 watts per linear ft;', '655 lumens/ft -  1200 lumens/ft', '50,000 hrs. @ 70% lumen maintenance', 'Non Dim; 0-10V Dim; Lutron Hi-Lume®A EcoSystem/ 3 wire control (PWM) 1%;', '120 – 277V AC', 'Smooth, symmetric distribution', 'High efficacy in a smooth, symmetric distribution for indirect cove lighting smaller spaces, especially with higher ceilings. Washes wall above cove with uplight and reflects ceiling light to provide discrete ambient light. Create uplight with K12-L luminaires fit into floating ceilings edged with K12-FR framing.\r\rLuminaire fits into rail in K12-FR framing for drop in alignment and fixed aiming. Screw fasten to lock luminaire in place. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/knife-edge-systems/k12-l-symmetric-luminaire', 'https://www.electrixillumination.com/application/files/8014/6254/4095/LLK12_LED_Submittal.pdf', '2015-01-19', '2018-03-12', '0000-00-00', ''),
(316, 26, 'C', 'ALW_CP', 'CP', 'CP. CP SYSTEM.', 1, 0, '', '3000K; 3500K; 4000K', '80 CRI', '4,8W; 6,1W; 9,7W', '800 lm; 1,000 lm; 1,500 lm', '', '0-10V dimming down to 1%; DALI dimming to 0%; DMX dimming to 0%', '120V; 277V; 347V', '', 'CP SYSTEM – The CP System is a unique, efficient and completely customizable way of building rectilinear LED pendants, wall sconces and ceiling-mounted luminaires with you acrylic lenses. Select a standard size or one with custom dimensions to fit your application. Choose from two standard acrylic lenses — linen-colored or white-white — or select from hundreds of acrylics offered by Lumicor and 3-Form.', 'https://www.alwusa.com/product/cp-system-cp/', 'https://www.alwusa.com/wp-content/uploads/2015/11/CP-SpecSheet-web.pdf', '2017-11-06', '2018-03-12', '0000-00-00', ''),
(317, 46, '', 'CKN_PureStyle-IntelliHue-Powercore', 'PureStyle-IntelliHue-Powercore', 'PureStyle IntelliHue Powercore. Premium concealed interior linear LED fixture with intelligent white and color light.', 1, 0, '', '2000K to 10000K', '95', '13 W, 52 W', '696 - 3,056 Lumens', '', 'Philips Color Kinetics full range of controllers, including Light SystemManager, Video System Manager Pro, iPlayer 3, Antumbra iColor Keypad, and ColorDial Pro, or third-party controllers', '100 to 277 V', 'wide (100° x 100°), medium (30° x 60°), and narrow (10° x 60°)', 'Innovative PureStyle IntelliHue Powercore luminaires bring lighting professionals high output in a compact, easily concealed luminaire. PureStyle delivers exceptionally high–quality light for a wide range of interior applications from cove to wall–washing to backlighting and beyond. Here are just some of the powerful advantages that PureStyle brings to lighting professionals and their clients.', 'http://www.colorkinetics.com/ls/IntelliHue/PureStyle/#pureglow-powercore/?view_969_sort=field_2038|asc', 'http://www.colorkinetics.com/prodsummary/PureStyle-IntelliHue-Powercore.pdf', '2018-01-25', '2018-03-12', '0000-00-00', ''),
(320, 46, 'ColorGraze', 'CKN_ColorGraze', 'ColorGraze', 'ColorGraze. Linear exterior LED wall grazing luminaires with IntelliHue technology.', 1, 0, '', '2700 K to 4000 K', '80', '18.5 W - 74 W', '687 - 2,788 Lumens', '', 'Philips Color Kinetics full range of controllers, including Light SystemManager, Video System Manager Pro, iPlayer 3, Antumbra iColor Keypad, and ColorDial Pro, or third-party controllers', '100 to 277 V', '9° x 9°, 10° x 60°, 15° x 30°, 30° x 60°,  60° x 30°', 'Graze is a high-performance, exterior linear luminaire designed to highlight architectural features ranging from surface textures and molding details to archways and windows. The brand new Graze IntelliHue utilizes Philips Color Kinetics IntelliHue technology to produces millions of saturated colors, pastels, and high quality white light, in the same precisely controllable luminaire. Multiple fixture lengths, and beam angles support a large range of façade or surface illumination application. Low-profile housing, connectorized cabling, a universal power input range, and direct line voltage operation make Graze luminaires easy to install and operate.', 'http://www.colorkinetics.com/ls/IntelliHue/ColorGraze-Powercore/', 'http://www.colorkinetics.com/prodsummary/ColorGraze-IntelliHue-Powercore.pdf', '2017-11-14', '2018-03-12', '0000-00-00', ''),
(322, 46, 'iW', 'CKN_iW', 'iW', 'iW. Premium linear exterior LED wall grazing fixture with intelligent white light.', 1, 0, '', '2700 K to 6500 K', '82', '20 W, 40 W, 60 W,  80 W', '846 - 3,488 Lumens', '', 'Philips Color Kinetics full range of controllers, including Light SystemManager, Video System Manager Pro, iPlayer 3, Antumbra iColor Keypad, and ColorDial Pro, or third-party controllers', '100 to 277 V', '9° x 9°, 10° x 60°, 15° x 30°, 30° x 60°, 60° x 30°', 'iW Graze MX Powercore features the most light output in our line of intelligent white light grazing fixtures for high-intensity multi-story façade and surface illumination. Featuring Powercore technology, fixtures process power directly from line voltage, eliminating the need for external power supplies. These high-performance fixtures use channels of cool, neutral, and warm white LEDs to produce color temperatures ranging from 2700 K – 6500 K. Four fixture lengths and five beam angles support a large range of façade or surface illumination applications.', 'http://www.colorkinetics.com/ls/intelliwhite/iwgrazemxpowercore/', 'http://www.colorkinetics.com/prodsummary/iW-Graze-MX-Powercore.pdf', '2017-12-18', '2018-03-12', '0000-00-00', ''),
(323, 13, 'M9400', 'HDR_M9400', 'M9400', 'M9400. LED.', 1, 0, '', '3000K; 4100K; 5300K', '70 CRI; 80 CRI', '13W; 14W', '400-1,200 lm', '25,000hrs L99; 50,000hrs L98; 100,000hrs L96', '0-10V Dimming (Dims to 1%)', '120-277V', 'Narrow Spot, Medium Flood, Flood, Wide Flood, Very Wide Flood, Horizontal Spot, Horizontal Flood', 'The M9400 Series Modular In-grade lights are multi-purpose units designed for flush mounting in a variety of substrates or materials. The M9400\'s are used to uplight Architectural and Landscape features. The units consist of a factory-sealed, thermally protected Lamp Module. An epoxy encapsulated Power Module is placed in a secured Rough-In Section (RIS) which includes channeled convective cooling, an integral junction box, and door assembly. This unit features Aim-Lock TM to allow maintenance and relamping without re-aiming. The M9400 has a small, 230mm (9 in.) footprint with a cylindrical RIS.', 'http://hydrel.acuitybrands.com/products/detail/47032/hydrel/m9400/flow-through-in-grade', 'http://hydrel.acuitybrands.com/products/detail/47032/hydrel/m9400/flow-through-in-grade/-/media/products/hydrel/47032/document/m9400_led_retro_pdf.pdf', '2016-06-16', '2018-03-12', '0000-00-00', ''),
(324, 46, 'EvenBalance', 'CKN_EvenBalance', 'EvenBalance', 'EvenBalance. Interior linear solid white light forward throw asymmetric luminaire.', 1, 0, '', '2700 K, 3000 K, 3500 K,  4000 K', '80', '12.5 W, 50 W', '764 - 3,708 Lumens', 'L90 25 °C > 54,000 (reported)    50 °C > 54,000 (reported)L80 25 °C > 100,000 (calculated)    50 °C > 100,000 (calculated)L70 25 °C > 100,000 (calculated)    50 °C > 100,000 (calculated)', 'Patented DIMand technology offers smooth dimming capability with selected commercially available reverse-phase ELV-type dimmers.', '100 to 277 V', 'Two beam spreads: Washing and Grazing', 'EvenBalance Essential White Powercore is a compact interior linear luminaire that is ideal for washing and grazing applications where uniform light is paramount. The forward-throw asymmetric optic efficiently provides industry- leading illuminance uniformity. Two beam spreads: Washing and Grazing, two lengths 305 mm (1 ft) and 1219 mm (4 ft), and the ability to continuously rotate the fixture up to 180° enable a high degree of flexibility for lighting designers when using EvenBalance Essential White Powercore.', 'http://www.colorkinetics.com/ls/essentialwhite/EvenBalance/', 'http://www.colorkinetics.com/prodsummary/EvenBalance-Essential-White-Powercore.pdf', '2017-08-30', '2018-03-12', '0000-00-00', ''),
(325, 13, 'M9700', 'HDR_M9700C', 'M9700C', 'M9700C. In-Grade Luminaire.', 1, 0, '', '3000K ; 4000K; 5000K', '70 CRI', '29-53W', '2,249-5,504 lm', '25,000hrs L94; 50,000hrs L93; 100,000hrs L92', '0-10V Dimming (Dims to 10%); Inline Dimming (Dims to 40%); 0-10V Dimming (Dims to Dark)', '120-277V', 'Narrow Spot, Narrow Flood, Medium Flood, Flood, Wide Flood, Wall Wash', 'The M9700C LED series in-grade luminaire with the latest LED technology is the ideal solution to overcome the shortcomings of metal halide from the ground up. True 150W metal halide lumen output, long life, color & light consistency, and energy savings are coupled with Hydrel\'s proven flow through technology and robust construction to illuminate architecture and landscape features without being seen. The M9700C LED is the perfect choice for new construction and retrofit applications, providing all night, every night, worry-free operation for years to come.', 'http://hydrel.acuitybrands.com/products/detail/467859/hydrel/m9700c-led/led-flow-through-in-grade', 'http://hydrel.acuitybrands.com/products/detail/467859/hydrel/m9700c-led/led-flow-through-in-grade/-/media/products/hydrel/467859/document/m9700c-led_pdf.pdf', '2016-01-22', '2018-03-12', '0000-00-00', ''),
(326, 13, 'M9800', 'HDR_M9810', 'M9810', 'M9810. Modular In-Grade Luminaire.', 1, 0, '', '3000K ; 4000K; 5000K', '70 CRI; 80 CRI', '51W; 54W', '2,272-5,396 lm', '25,000hrs L99; 50,000hrs L98; 100,000hrs L96', '0-10V Dimming', '120-277V', 'Narrow Spot, Medium Flood, Flood, Wide Flood, Very Wide Flood, Horizontal Spot, Horizontal Flood', 'The M9810 Modular In-grade lights are multi-purpose\r\nunits designed for flush mounting in soil or concrete.\r\nThe M9800’s are used to uplight large architectural\r\nand landscape features. The units consist of a factory\r\nsealed lamp module placed in a secured Rough-In\r\nSection (RIS) which includes channeled convective\r\ncooling, an integral junction box, and door assembly', 'http://hydrel.acuitybrands.com/products/detail/47034/hydrel/m9800/flow-through-in-grade', 'http://hydrel.acuitybrands.com/products/detail/47034/hydrel/m9800/flow-through-in-grade/-/media/products/hydrel/47034/document/m9810_led_mono_pdf.pdf', '2017-02-06', '2018-03-12', '0000-00-00', ''),
(327, 46, 'ColorBlast', 'CKN_ColorBlast-6', 'ColorBlast-6', 'ColorBlast 6. The original compact exterior LED wash fixture with intelligent color light.', 1, 0, '', '', '', '25 W', '534 to 584 Lumens', '50,000 (L50, 50 °C)', 'Philips Color Kinetics full range of controllers,including Light System Manager, Video SystemManager Pro, iPlayer 3, Antumbra iColor Keypad,and ColorDial Pro, or third-party controllers', '24 VDC via PDS-150e or PDS-60', '10°, 21°', 'High-performance ColorBlast 6 LED fixtures generate rich, saturated colors and color-changing effects for a range of wall-washing and floodlighting applications. Designed with the needs of lighting designers, architects, and retail window directors in mind, ColorBlast 6 can be used in both indoor and outdoor installations. High-intensity LEDs produce superior light output in a compact, low-profile housing. ColorBlast 6 also offers full pan and tilt rotation, flexible mounting options, two beam angles, and superior control through Philips or third-party controllers.', 'http://www.colorkinetics.com/ls/rgb/colorblast6/', 'http://www.colorkinetics.com/prodsummary/ColorBlast-6.pdf', '2017-08-07', '2018-03-12', '0000-00-00', ''),
(328, 13, 'PDX', 'HDR_PDX7', 'PDX7', 'PDX7. Sealed In-Grade.', 1, 0, '', '3000K; 4100K; 5300K', '70 CRI; 80 CRI', '13W; 14W', '400-1,200 lm', '25,000hrs L99; 50,000hrs L98; 100,000hrs L96', '0-10V Dimming. Dims to 20%.', '120-277V', 'Narrow Spot, Medium Flood, Flood, Wide Flood, Very Wide Flood, Horizontal Spot, Horizontal Flood', 'Hydrel\'s Paradox Architectural In-grade sets the standard for sealed in-grade technology and is perfect for applications that demand minimal aperture size, shallow luminaire depth, or encounter application specific limiters that require sealed technology. The Paradox Series sealed modular in-grade luminaires are multi-purpose units designed for up lighting architectural and landscape features, and can be flush mounted into a variety of substrates or landscape materials.', 'http://hydrel.acuitybrands.com/products/detail/47040/hydrel/paradox-pdx7/sealed-in-grade', 'http://hydrel.acuitybrands.com/products/detail/47040/hydrel/paradox-pdx7/sealed-in-grade/-/media/products/hydrel/47040/document/pdx7_led_pdf.pdf', '2017-03-28', '2018-03-12', '0000-00-00', ''),
(329, 46, 'eW-Downlight', 'CKN_eW-Downlight', 'eW-Downlight', 'eW Downlight. Surface-mounted LED downlight for general and accent lighting.', 1, 0, '', '2700 K, 3000 K, 3500 K, 4000 K', '81', '15 W', '749 to 902 Lumens', 'L70 25° C 60,000', 'Patented DIMand technology offers smooth dimming capability with selected commercially available reverse-phase ELV-type dimmers.', '100/120/220 to 240/277 VAC', '30°, 65°', 'eW Downlight Powercore gen2 is a low-profile, surface-mounted LED downlight for basic white general illumination. This easy-to-install, dimmable fixture uses standard mounting and direct line voltage connection without the need for remote transformers. Ideally suited for lobbies, corridors, elevators, conference rooms, common spaces, kitchenettes, and interiors in commercial, hospitality, retail, and residential environments, eW Downlight Powercore gen2 is especially appropriate where recessed installation is not possible.', 'http://www.colorkinetics.com/ls/essentialwhite/ewdownlight/', 'http://www.colorkinetics.com/prodsummary/eW-Downlight-Powercore-gen2.pdf', '2018-01-25', '2018-03-12', '0000-00-00', ''),
(330, 13, 'PDX', 'HDR_RFPDX10', 'RFPDX10', 'RFPDX10. LED RETROFIT.', 1, 0, '', '3000K; 4100K; 5300K', '70 CRI; 80 CRI', '18W; 19W; 20W', '800-1,900 lm', '25,000hrs L99; 50,000hrs L98; 100,000hrs L96', '0-10V Dimming', '120 - 277V', 'Narrow Spot, Medium Flood, Flood, Wide Flood, Very Wide Flood, Horizontal Spot, Horizontal Flood', 'Hydrel\'s Paradox Architectural In-grade sets the standard for sealed in-grade technology and is perfect for applications that demand minimal aperture size, shallow luminaire depth, or encounter application specific limiters that require sealed technology. The Paradox Series sealed modular in-grade luminaires are multi-purpose units designed for up lighting architectural and landscape features, and can be flush mounted into a variety of substrates or landscape materials.', 'http://hydrel.acuitybrands.com/products/detail/47038/hydrel/paradox-pdx10/sealed-in-grade', 'http://hydrel.acuitybrands.com/products/detail/47038/hydrel/paradox-pdx10/sealed-in-grade/-/media/products/hydrel/47038/document/rfpdx10_led_retrofit_pdf.pdf', '2017-05-24', '2018-03-12', '0000-00-00', ''),
(331, 46, 'eW-Profile', 'CKN_eW-Profile', 'eW-Profile', 'eW Profile. Under-cabinet workplace LED task light for rapid retrofits and exceptional energy savings.', 1, 0, '', '2700 K, 3000 K, 3500 K, 4000 K', 'CRI 84', '9 W, 18 W', '337 to 795 Lumens', 'L70 50° C >49,000', 'Control Integrated On/Off switch', '120 VAC', '110°', 'eW Profile MX Powercore is a linear, direct line voltage LED under-cabinet light for common office and workplace task applications. Available in 2700 K, 3000 K, 3500 K and 4000 K and with standard wall plug and optional magnet mount, eW Profile MX Powercore offers a rapid LED retrofit for traditional halogen or fluorescent task lights. Low power draw per foot, and optional occupancy sensor / photosensor maximize energy efficiency.', 'http://www.colorkinetics.com/ls/essentialwhite/ewprofilemxpowercore/', 'http://www.colorkinetics.com/prodsummary/eW-Profile-MX-Powercore.pdf', '2018-01-25', '2018-03-12', '0000-00-00', ''),
(332, 46, 'SkyRibbon', 'CKN_SkyRibbon', 'SkyRibbon', 'SkyRibbon. Recessed linear interior LED fixture for direct-view and general illumination applications.', 1, 0, '', '2000 K to 10,000 K', '85', '23 W, 25 W, 90 W, 100 W', '722 - 2,888 Lumens', '100,000 hours L70 @ 25° C 100,000 hours L70 @ 40°C                        100,000 hours L50 @ 25° C 100,000 hours L50 @ 40°C', 'Fixtures work seamlessly with the complete Philips Color Kinetics line of controllers, including Light System Manager, iPlayer 3, and ColorDial Pro, as well as third-party controllers.', '120 VAC/220 to 240 VAC/277 VAC', '100° x 100°', 'Introducing SkyRibbon IntelliHue Linear Direct Powercore, a recessed linear interior LED fixture offering high-quality intelligent color and white light from the same fixture. IntelliHue is an advanced approach to color mixing that gives users the ability to precisely target a full spectrum of saturated color and high-quality white light, granting an unprecedented level of design freedom. Brilliant light output and industry leading controls make fixtures ideal for a variety of interior applications. Multiple housing options accommodate a number of installation methods.', 'http://www.colorkinetics.com/ls/IntelliHue/skyribbon-linear-direct/', 'http://www.colorkinetics.com/prodsummary/SkyRibbon-IntelliHue-Linear-Direct-Powercore.pdf', '2017-08-30', '2018-03-12', '0000-00-00', ''),
(333, 46, 'eColor', 'CKN_eColor', 'eColor', 'eColor. Linear interior LED wall grazing fixture with solid color light.', 1, 0, '', '', '', '10 W, 12.5 W, 40 W, 50 W', '', '', 'Patented DIMand technology offers smooth dimming capability with selected commercially available reverse-phase ELV-type dimmers.', '100 to 277 VAC', '10° x 60°, 30° x 60°', 'eColor Fuse Powercore is an excellent choice for a surface grazing and wall-washing applications calling for intense solid Red, Green, Blue, or Amber light. Its ultra-compact form factor permits installation in tight spaces too small to accommodate conventional grazing fixtures. Offers environmentally-conscious buyers a green, energy-efficient grazing fixture with industry-leading quality and quantity of light.', 'http://www.colorkinetics.com/ls/essentialcolor/ecfusepc/', 'http://www.colorkinetics.com/prodsummary/eColor-Fuse-Powercore.pdf', '2017-12-20', '2018-03-12', '0000-00-00', ''),
(334, 46, 'iColor', 'CKN_iColor', 'iColor', 'iColor. Intelligent RGB MR16 LED lamp for intense, saturated bursts of color.', 1, 0, '', '', '', '5 W', '87 to 151', 'L70 25° C 100,000, 40° C 100,000, L50 25° C 100,000, 40° C 100,000', 'Works seamlessly with the complete Philips Color Kinetics line of controllers, including Light System Manager, iPlayer 3, and ColorDial Pro, as well as third-party controllers.', '24 VDC', '17°, 30°, 90°', 'iColor MR gen3 is an intelligent color-changing lamp that delivers intense, saturated bursts of color and color-changing effects. The stylish housing fits into most standard MR16 fixtures, including tracks, cables, rails, and pendants. With high-intensity LED light sources and three beam angles, iColor MR gen3 is suitable for a wide-range of architectural, theatrical, and retail applications.', 'http://www.colorkinetics.com/ls/rgb/icolormrgen3/', 'http://www.colorkinetics.com/prodsummary/iColor-MR-gen3.pdf', '2018-01-25', '2018-03-12', '0000-00-00', ''),
(335, 62, 'S-DL', 'CRE_S-DL4-A', 'S-DL4-A', 'S-DL4-A. INDOOR LIGHTING', 1, 0, '', '2,700-4,000K', '90', '15-34 Watts', '1,050-2,490 lumens', '50,000 hours', '0/1-10V dimming down to 1% and Triac dimming down to 10%', '120-277 Volt', 'Narrow, Medium, Wide, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA53BC0E5ED3D7BD57', '2017-06-19', '2018-03-13', '0000-00-00', ''),
(336, 27, 'JAK', 'BWD_JAK-LED-WW-350', 'JAK-LED-WW-350', 'JAK LED WW 350. 3.50” Wall Wash.', 1, 0, '', '2700K - 4000K', '', '4.4 w/ft - 9 w/ft', '348 lm/ft - 670 lm/ft', '', 'Electronic Dimming; 1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', 'Wall Wash', 'JAKE LED Wall Wash is a recessed linear luminaire\rcomprised of various LED light source options that\rdelivers high performing smooth illumination to\rthe intended area and creating visual interest to\rthe space. JAKE LED Wall Wash can be installed in\rgypsum ceilings or walls with either a ¾” Trim (TR) or Trimless (TL) mud-over flange. T-grid models for drop ceilings are also available.\rJAKE LED Light Engines and dimmable driver\rcomponents, when combined together, provide\roptimal LED lighting system capabilities. Optional\rKicker Reflector (KR) delivers light to upper corners of wall/ceiling transitions to minimize shadowing.\rAvailable in nominal lengths from 2’ - 8’ as well as continuous run.', 'http://www.birchwoodlighting.com/products/jake.html', 'http://www.birchwoodlighting.com/products/pdfs/recessed/jake_ww_tr.pdf', '2017-06-23', '2018-03-13', '0000-00-00', ''),
(337, 62, 'S-DL', 'CRE_S-DL4-DL', 'S-DL4-DL', 'S-DL4-DL. INDOOR LIGHTING.', 1, 0, '', '2,700-4,000K', '90', '12-42 Watts', '921-3,171 lumens', '50,000 hours', '0/1-10V dimming down to 1% and Triac dimming down to 10%', '120-277 Volt', 'Narrow, Medium, Wide, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA5A70CD8919FD6B8E', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(338, 27, 'JAK', 'BWD_JAK-LED-REG', 'JAK-LED-REG', 'JAK LED REG. REGRESSED LENS 1.65” 2.25” 3.25” 5.00”.', 1, 0, '', '2700K - 4000K', '', '1.65”: 2.9 w/ft - 5.9 w/ft; 2.25”: 4.4 w/ft - 9 w/ft;  3.25”: 4.4 w/ft - 9 w/ft; 5.00”:  5.8 w/ft - 12.1 w/ft;', '1.65”: 217 lm/ft - 433 lm/ft; 2.25”: 280 lm/ft - 538 lm/ft; 3.25”: 336 lm/ft - 646 lm/ft; 5.00”: 517 lm/ft - 1004 lm/ft;', '', 'Electronic Dimming; 1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', '', 'JAKE LED is a recessed linear luminaire comprised\rof various apertures, LED light source options and\raccessory options. JAKE LED 1.65”, 2.25”, 3.25” and\r5.00” can be installed in T-Grid ceiling installations.\rOffering various installations from wall to ceiling, or along the wall, JAKE LED qualifies as one of our most versatile fixtures yet. Optional 90º mitered angles allow the creation of endless transverse runs: Inside Corner wall to ceiling (IC90), Outside Corner (OC90), or Face surface (F90). JAKE LED accessory options are designed to fit your most sophisticated lighting applications via lenses, louvers, and distinctive finishes.\rJAKE LED Light Engines and dimmable driver\rcomponents which combined together provide\roptimal LED lighting system capabilities.', 'http://www.birchwoodlighting.com/products/jake.html', 'http://www.birchwoodlighting.com/products/pdfs/recessed/jake_reg_tgrid.pdf', '2017-06-23', '2018-03-13', '0000-00-00', ''),
(339, 62, 'S-DL', 'CRE_S-DL4-WW', 'S-DL4-WW', 'S-DL4-WW. INDOOR LIGHTING', 1, 0, '', '2,700-4,000K', '90', '12-42 Watts', '828-2,846 lumens', '50,000 hours', '0/1-10V dimming down to 1% and Triac dimming down to 10%', '120-277 Volt', 'Wall Wash, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BAA13CCB3E5C748DFF', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(340, 27, 'JAK', 'BWD_JAKE-LED-Wall-Graze', 'JAKE-LED-Wall-Graze', 'JAKE LED. 4.00” Wall Graze.', 1, 0, '', '2700K - 4000K', '', '4.4 w/ft - 9 w/ft', '503 lm/ft - 967 lm/ft', '', 'Electronic Dimming; 1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', 'Wall Graze', 'JAKE LED Wall Graze is a recessed linear luminaire\r\ncomprised of various LED light source options that\r\ndelivers high performing even illumination that\r\nreveals and accentuates texture with shadowing\r\ninto the desired area. JAKE LED Wall Graze can be\r\ninstalled in gypsum ceilings or walls with either a\r\n¾” Trim (TR) or Trimless (TL) mud-over flange. T-grid models for drop ceilings are also available.\r\nJAKE LED Light Engines and dimmable driver\r\ncomponents, when combined together, provide\r\noptimal LED lighting system capabilities.\r\nAvailable in nominal lengths from 2’ - 8’ as well as continuous run.', 'http://www.birchwoodlighting.com/products/jake.html', 'http://www.birchwoodlighting.com/products/pdfs/recessed/jake_wg_tr.pdf', '2017-06-23', '2018-03-13', '0000-00-00', ''),
(341, 62, 'S-DL', 'CRE_S-DL6-DL', 'S-DL6-DL', 'S-DL6-2. INDOOR LIGHTING', 1, 0, '', '2,700-4,000K', '90', '12-86 Watts', '958-6,315 lumens', '50,000 hours', '0/1-10V and Triac Dimming', '120-277V', 'Narrow, Medium, Wide, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA2066381E378F4B22', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(342, 27, 'JAK', 'BWD_JAK-LED-PR-FLS', 'JAK-LED-PR-FLS', 'JAK LED PR FLS. 1.65”, 2.25”, 3.25”, 5.00”.', 1, 0, '', '2700K - 4000K', '', '1.65”: 2.9 w/ft - 5.9 w/ft; 2.25”: 4.4 w/ft - 9 w/ft;  3.25”: 4.4 w/ft - 9 w/ft; 5.00”:  5.8 w/ft - 12.1 w/ft;', '1.65”:  236 lm/ft - 472 lm/ft; 2.25”: 301 lm/ft - 603 lm/ft; 3.25”: 348 lm/ft - 697 lm/ft; 5.00”: 524 lm/ft - 1048 lm/ft;', '', 'Electronic Dimming; 1% (nom) 0-10V; 10% 0-10V;  Lutron 2 wire;  Lutron 3 wire;  Lutron H EcoSystem;  Lutron 5 series EcoSystem; DALI;', '120V; 277V; 347V', '', 'JAKE LED Perimeter is a 3” deep regressed or flush\r\rlens style recessed linear luminaire comprised of\r\rvarious apertures, LED light sources and accessory\r\roptions. JAKE LED 1.65”, 2.25”, 3.25” and 5.00” can\r\rbe installed in gypsum ceilings or walls with either a ¾” Trim (TR) or Trimless (TL) mud-over flange. T-grid for drop ceilings are also available.\r\rJAKE LED Light Engines and dimmable driver\r\rcomponents which combined together provide\r\roptimal LED lighting system capabilities.', 'http://www.birchwoodlighting.com/products/jake.html', 'http://www.birchwoodlighting.com/products/pdfs/recessed/jake_led_pr_tr.pdf', '2017-06-23', '2018-03-13', '0000-00-00', ''),
(343, 62, 'S-DL', 'CRE_S-DL6-WW', 'S-DL6-WW', 'S-DL6-3. INDOOR LIGHTING', 1, 0, '', '2,700-4,000K', '90', '12-86 Watts', '856-5,682 lumens', '50,000 hours', '0/1-10V and Triac Dimming', '120-277V', 'Wall Wash, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA35988F1D49FFD338', '2017-06-19', '2018-03-13', '0000-00-00', ''),
(344, 62, 'S-DL', 'CRE_S-DL6-A', 'S-DL6-A', 'S-DL6-A. INDOOR LIGHTING.', 1, 0, '', '2,700-4,000K', '90', '15-42 Watts', '910-2,740 lumens', '50,000 hours', '0/1-10V dimming down to 1% and Triac dimming down to 10%', '120-277V', 'Narrow, Medium, Wide, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA406B11158D30D6BE', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(345, 62, 'S-DL', 'CRE_S-DL8', 'S-DL8', 'S-DL8. INDOOR LIGHTING.', 1, 0, '', '2,700-4,000K', '90', '42-86 Watts', '3,357-6,315 lumens', '50,000 hours', '0/1-10V dimming down to 1% and Triac dimming down to 10%', '120-277V', 'Narrow, Medium, Wide, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA5FB5E733DD4AF9ED', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(346, 62, 'S-DL', 'CRE_S-DL8-A', 'S-DL8-A', 'S-DL8-A. INDOOR LIGHTING.', 1, 0, '', '2,700-4,000K', '90', '15-42 Watts', '1,150-3,430 lumens', '50,000 hours', '0/1-10V dimming down to 1% and Triac dimming down to 10%', '120-277V', 'Narrow, Medium, Wide, Downlight', 'Essentia® by Cree LED downlights offer exceptional quality and lighting performance above industry standard — and they’re backed by Cree. Expect uniform quality, performance and appearance across your lighting projects with Essentia® by Cree downlights.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-by-cree-downlights', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA742FA2705DDD234C', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(347, 44, 'LP-GRAND', 'LOU_LP-GRAND-W', 'LP-GRAND-W', 'LP-GRAND-W. LP GRAND WALL.', 1, 0, '', '3000K', 'CRI >90', '59.0W', '5159 lm', 'L80B50 >60,000 hrs; L80B10 >50,000 hrs', 'DALI', 'Main Power', 'UPLIGHT', 'The circular luminaire is perceived as a set of coinciding rings based around a centrally positioned horizontal diffuser. A large angled reflector circumferences the diffuser and reduces the contrast around the edge. A revolved top reflector is perfectly curved to distribute uplight in a wide angle. A coloured outer shade surrounds the reflector and creates an interreflection of light resulting in a graceful glow of light on the outside of the top and bottom reflector. In total, it creates four rings of light surrounding the central diffuser.', 'https://www.louispoulsen.com/int/products/indoor/wall/lp-grand-wall/c-24/c-1432/p-65704', 'https://www.louispoulsen.com/umbraco/surface/download/GetPdf?id=45_28948&languageNodeName=int&productName=LP%20Grand%20Wall', '2018-03-12', '2018-03-13', '0000-00-00', ''),
(348, 62, 'ESA', 'CRE_ESA-C10', 'ESA-C10', 'ESA C10. INDOOR LIGHTING.', 1, 0, '', '2,700-4,000K', '80 CRI; 90 CRI', '53 W; 75 W; 100 W', '1,759-5,547 Lumens', '', '0-10V Dimming;', '120-277V', 'Narrow Spot, Narrow, Medium, Wide', 'The ESA Series of cylinder downlights, with impressive lumen packages beyond 5,000 initial lumens delivered, allows designers to meet strict interior lighting performance specifications with a complete LED solution. Achieve beautiful color consistency in any space when you choose ESA Series luminaires.', 'http://lighting.cree.com/products/indoor/new-construction-downlights/essentia-surface-cylinder', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA42B2508BAF33468F', '2016-09-27', '2018-03-13', '0000-00-00', ''),
(349, 44, 'LP-CIRC', 'LOU_LP-CIRC-SEMI', 'LP-CIRC-SEMI', 'LP-CIRC-SEMI. LP CIRCLE SEMI RECESSED.', 1, 0, '', '3000K; 4000K', 'CRI>90', '13W; 25W', '1065 lm -1337 lm', '', 'DALI KELVIN ADJUSTABLE; DALI/SWITCH-DIM', '120V-277V', 'Comfortable and decorative graduation of the light from the diffuser', 'The fixture emits diffuse light via a high-efficiency acrylic diffuser. The diffuser, which is encircled by a voluminous coloured or white ring, is hidden when viewed from low angles. Angling the inner side of the ring 5° creates a comfortable and decorative graduation of the light from the diffuser. With two diameters and four different installation options, the lights series can be used for a wide range of applications.', 'https://www.louispoulsen.com/int/products/indoor/recessed/lp-circle-semi-recessed/c-24/c-1419/p-55595', 'https://www.louispoulsen.com/umbraco/surface/download/GetPdf?id=45_28942&languageNodeName=int&productName=LP%20Circle%20Semi%20Recessed', '2018-03-13', '2018-03-13', '0000-00-00', ''),
(350, 44, 'BALLERUP', 'LOU_BALLERUP-M', 'BALLERUP-M', 'BALLERUP-M. BALLERUP MINI.', 1, 0, '', '3000K', 'CRI>90', '15.0W', '335 lm', 'L80B50 >85,000 hrs; L80B10 >65,000 hrs', 'DALI', '120V-277V', 'Symmetric and directed downwards', 'The light distribution is symmetric and directed downwards. The vertical three-layer mouth-blown glass cylinder provides a soft and comfortable light on the ceiling around the fixture, as well as reducing glare for passers-by.', 'https://www.louispoulsen.com/int/products/indoor/recessed/ballerup-mini/c-24/c-1419/p-60470', 'https://www.louispoulsen.com/umbraco/surface/download/GetPdf?id=45_28922&languageNodeName=int&productName=Ballerup%20Mini', '2018-03-13', '2018-03-13', '0000-00-00', ''),
(351, 62, 'DR', 'CRE_DR4', 'DR4', 'DR4. INDOOR LIGHTING.', 1, 0, '', '2700K; 5000K', '90+', '8-9 W', '575 Lumens', '35,000 hours', 'Dimmable to 5% with select dimmers', '120V', 'Downlight', 'Better light is beautiful light. The DR Series downlight is new and improved with a remarkable combination of performance and price. Featuring 90+ CRI, the DR Series offers unmatched color rendering and incredible efficiency with up to 87% energy savings compared to incandescent. Even better, DR Series downlights last up to 6 times longer than the cheap LED bulbs, and feature incredibly quiet dimming.', 'http://lighting.cree.com/products/indoor/retrofit-downlights/dr-series', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA31E4EDF1AFB99B02', '2017-06-15', '2018-03-13', '0000-00-00', ''),
(352, 62, 'DR', 'CRE_DRDL6', 'DRDL6', 'DRDL6. INDOOR LIGHTING.', 1, 0, '', '2700K; 5000K', '90', '12,5 W; 15 W', '625-1,100 lumens', '35,000 hours', 'Dimmable to 5% with select dimmers', '120V', 'Downlight', 'Better light is beautiful light. The DR Series downlight is new and improved with a remarkable combination of performance and price. Featuring 90+ CRI, the DR Series offers unmatched color rendering and incredible efficiency with up to 87% energy savings compared to incandescent. Even better, DR Series downlights last up to 6 times longer than the cheap LED bulbs, and feature incredibly quiet dimming.', 'http://lighting.cree.com/products/indoor/retrofit-downlights/dr-series', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BAFB1223CFC5AAC6C8', '2017-06-14', '2018-03-13', '0000-00-00', ''),
(353, 62, 'DR', 'CRE_DR6', 'DR6', 'DR6. INDOOR LIGHTING.', 1, 0, '', '2700K; 5000K', '90+', '8.5W; 10,4W; 16W', '650-1,100 lumens', '35,000 hours', 'Dimmable to 5% with select dimmers', '120V', 'Downlight', 'Better light is beautiful light. The DR Series downlight is new and improved with a remarkable combination of performance and price. Featuring 90+ CRI, the DR Series offers unmatched color rendering and incredible efficiency with up to 87% energy savings compared to incandescent. Even better, DR Series downlights last up to 6 times longer than the cheap LED bulbs, and feature incredibly quiet dimming.', 'http://lighting.cree.com/products/indoor/retrofit-downlights/dr-series', 'http://api.icentera.com/v2/getfile.aspx?f=3DE22D8741DDF3B0A06B1BF725E403DED7FCF6513F2199EA67D8C67A9FC1B2BA2A2D263C2F59B57C', '2018-01-09', '2018-03-13', '0000-00-00', ''),
(354, 44, 'LP-CIRC', 'LOU_LP-CIRC-S', 'LP-CIRC-S', 'LP CIRCLE SUSPENDED.', 1, 0, '', '3000K; 4000K', 'CRI>90', '13W; 25W', '1020 lm - 2741 lm', '', 'DALI/SWITCH-DIM; DALI KELVIN ADJUSTABLE', 'Main Power', 'Comfortable and decorative graduation of the light from the diffuser', 'The fixture emits diffuse light via a high-efficiency acrylic diffuser. The diffuser, which is encircled by a voluminous coloured or white ring, is hidden when viewed from low angles. Angling the inner side of the ring 5° creates a comfortable and decorative graduation of the light from the diffuser. Perforated body discreetly illuminates the other components of the fixture.', 'https://www.louispoulsen.com/int/products/indoor/suspended/lp-circle-suspended/c-24/c-1421/p-55593', 'https://www.louispoulsen.com/umbraco/surface/download/GetPdf?id=45_28944&languageNodeName=int&productName=LP%20Circle%20Suspended', '2018-03-13', '2018-03-13', '0000-00-00', ''),
(355, 44, 'MUNKEG', 'LOU_MUNKEG', 'MUNKEG', 'MUNKEGAARD.', 1, 0, '', '3000K', 'CRI >90', '15W; 30W; 42W', '974 lm; 2271 lm', 'L80B50 45,000 hrs', 'DALI/SWITCH-DIM; DALI', '120V-277V', '', 'The fixture looks like a disc hovering just below the ceiling – an impression primarily created by the illuminated opening and the suspended placement of the fixture below the mounting surface. The 2-layer glass/acrylic shade ensures uniform, gently diffuse lighting. This fixture gives the room the illusion of extra height.', 'https://www.louispoulsen.com/int/products/indoor/recessed/munkegaard/c-24/c-1419/p-55446', 'https://www.louispoulsen.com/umbraco/surface/download/GetPdf?id=45_28956&languageNodeName=int&productName=Munkegaard', '2018-03-13', '2018-03-13', '0000-00-00', ''),
(356, 20, 'EVO', 'GTM_EVO-6', 'EVO-6', 'EVO 6. Downlight.', 1, 0, '', '2700 K - 5000 K', '85, 90', '11.8 W - 175.3 W', '1000 - 17500 lumens', '60,000 hours', 'eldoLED drivers dimming to 1% or 0.1% via 0-10V, DALI or DMX/RDM and nLight', 'MVOLT 120, 277, 347', 'Very narrow (0.5 s/ mh), Narrow (0.7 s/mh), Medium (0.9 s/mh), Medium wide (1.0 s/mh), Wide (1.2 s/mh)', 'High performance solid-state recessed luminaire that blends quality of light with solid state illumination. Now up to 17,500 lumens. \r\r•	High performance patented Bounding Ray optical design \r\r•	Multiple lumen packages and aperture sizes provide exceptional uniformity and energy savings in design choices\r\r•	CONTROLLING LIGHT / With eldoLED drivers dimming to 1% or 0.1% via 0-10V, DALI or DMX/RDM and nLight by Acuity Controls, EVO delivers premium dimming and networkable control solutions.', 'https://www.acuitybrands.com/products/detail/663823/Gotham-Lighting/EVO-6-Downlight/EVO-LED-6-Round', 'https://www.acuitybrands.com/products/detail/663823/Gotham-Lighting/EVO-6-Downlight/-/media/products/Gotham_Lighting/663823/document/EVO-6-Open_pdf.pdf', '2018-03-01', '2018-03-13', '0000-00-00', ''),
(357, 20, 'ICO', 'GTM_ICO-LW', 'ICO-LW', 'ICO LW. Downlight.', 1, 0, '', '2700 K, 3000 K, 3500 K or 4000 K', '80,  90', '7 W - 22 W', '500 - 1500 lumens', '>60,000 hours', 'Universal dimming to 1% (0-10V, 120V TRIAC or ELV)', '120, 277 MVOLT', 'Downlight wallwash', 'Incito LED 2” ICO lensed wallwash - designed with breakthrough patent-pending optical distribution - enables use as close as 6” to adjacent wall while rendering smooth wallwash beam performance. No need to sacrifice form for function.', 'https://www.acuitybrands.com/products/detail/664058/Gotham-Lighting/ICO-LW-2-Downlight/Incito-LED-2-Round-Lensed-Wallwash', 'https://www.acuitybrands.com/products/detail/664058/Gotham-Lighting/ICO-LW-2-Downlight/-/media/products/Gotham_Lighting/664058/document/ICO-LW-2_pdf.pdf', '2017-10-09', '2018-03-13', '0000-00-00', ''),
(358, 20, 'EVO', 'GTM_EVO-4', 'EVO-4', 'EVO 4. Downlight.', 1, 0, '', '2700 K - 5000 K', '85, 90', '10.3 W - 36.9 W', '750 - 3000 lumens', '60,000 hours', 'eldoLED drivers dimming to 1% or 0.1% via 0-10V, DALI or DMX/RDM and nLight', '120, 277, 347 MVOLT', 'Medium (0.9 s/mh), Medium wide (1.0 s/mh), Wide (1.2 s/ mh)', 'High performance solid-state recessed luminaire that blends quality of light with solid state illumination. \r\r•	High performance patented Bounding Ray optical design \r\r•	Multiple lumen packages and aperture sizes provide exceptional uniformity and energy savings in design choices\r\r•	CONTROLLING LIGHT / With eldoLED drivers dimming to 1% or 0.1% via 0-10V, DALI or DMX/RDM and nLight by Acuity Controls, EVO delivers premium dimming and networkable control solutions', 'https://www.acuitybrands.com/products/detail/663821/Gotham-Lighting/EVO-4-Downlight/EVO-LED-4-Round', 'https://www.acuitybrands.com/products/detail/663821/Gotham-Lighting/EVO-4-Downlight/-/media/products/Gotham_Lighting/663821/document/EVO-4-Open_pdf.pdf', '2018-03-01', '2018-03-13', '0000-00-00', ''),
(359, 20, 'EVO', 'GTM_EVO-SQLW', 'EVO-SQLW', 'EVO SQLW. Downlight.', 1, 0, '', '1800K - 4300K', '90', '18 W - 33 W', '1000, 1800 Lumens', '36,000 hours', 'DMX control with Phoenix connectors', '120V, 277V', 'Downlight', 'Tunable White will reproduce natural light patterns and colors, complement materials and support productivity with white light featuring CCT control using the familiar distributions of Gotham EVO.\r\r•	Atmosphere range enables CCT control from 4300K to 1800K \r\r•	Optimized dimming performance and networkability by pairing Acuity Controls Fresco to enable discrete control of CCT and intensity', 'https://www.acuitybrands.com/products/detail/663769/Gotham-Lighting/EVO-SQLW-TUWH-4-Downlight/EVO-LED-Dynamic-4-Square-Lensed-Wallwash-Tunable-White', 'https://www.acuitybrands.com/products/detail/663769/Gotham-Lighting/EVO-SQLW-TUWH-4-Downlight/-/media/products/Gotham_Lighting/663769/document/EVO-SQLW-4-TUWH_pdf.pdf', '2016-01-14', '2018-03-13', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(360, 20, 'EVO', 'GTM_EVO-WW', 'EVO-WW', 'EVO WW. Downlight.', 1, 0, '', '2700 K - 5000 K', '85, 90', '9.6 W', '750 - 3000 lumens', '60,000 hours', 'EZ10 eldoLED 0-10V ECOdrive. Linear dimming to 10% min.EZ13 eldoLED 0-10V ECOdrive. Linear dimming to 1% min.EZB eldoLED 0-10V SOLOdrive. Logarithmic dimming to', '120, 277, 347 MVOLT', 'downlights wallwash', 'High performance solid-state recessed luminaire that blends quality of light with solid state illumination. Gotham\'s solid state fixtures satisfy a wide range of needs in commercial and architectural applications for new construction and renovation opportunities. \r\r•	Advanced, solid state (mercury-free) components efficiently deliver lumens at levels comparable to CFL fixtures. \r\r•	High performance patented Bounding Ray optical design \r\r•	Multiple lumen packages and aperture sizes provide exceptional uniformity and energy savings in design choices. \r\r•	Fully functional, integrated family includes recessed downlights and wallwash lighting.', 'https://www.acuitybrands.com/products/detail/663839/Gotham-Lighting/EVO-WW-4-Downlight/EVO-LED-4-Round-Wallwash', 'https://www.acuitybrands.com/products/detail/663839/Gotham-Lighting/EVO-WW-4-Downlight/-/media/products/Gotham_Lighting/663839/document/EVO-WW-4_pdf.pdf', '2017-11-09', '2018-03-13', '0000-00-00', ''),
(361, 63, 'Hazardous', 'HOL_HXPL', 'HXPL', 'HXPL. Hazardous Location LED.', 1, 0, '', '3500 K - 5000 K', '', '26.6 W - 93.6 W', '2783 - 10918 Lumens', '60,000 Hours', '0-10 Volt Dimming Available', '120-277V', 'General', 'Versatile heavy-duty, explosion-proof LED fixture designed for hazardous environments where flammable gases or vapors, flammable liquids, combustible dust and/or ignitable fibers may exist. Suitable for wet locations and marine environments where saltwater spray is an issue. Also suitable for indoor and outdoor areas where corrosive chemicals exist. Seismic testing ensures fixture will withstand heavy vibration.\r\n\r\n\r\nExplosion-proof, impact and heat resistant glass tubes, provide LED protection\r\nOutboard option\r\nSuitable for -20°C to +55°C ambient temperature\r\nEmergency battery backup\r\n0-10V dimming\r\nUL 844 Listed: Class 1, Division 1 & 2, Groups C & D; Class 2, Division 1, Groups E, F & G; Class 3; Simultaneous presence\r\nUL 1598A Marine outside\r\nUL 1598 Wet location\r\nNEMA 3, 4X, 7CD & 9EFG\r\nIP66\r\nClass 1, Zone 1, Groups IIA, IIB\r\nClass 1, Zone 2, Groups IIA, IIB\r\nPaint spray booth', 'https://www.acuitybrands.com/products/detail/286422/Holophane/HXPL-Hazardous-Location-LED/Hazardous-Location-LED', 'https://www.acuitybrands.com/products/detail/286422/Holophane/HXPL-Hazardous-Location-LED/-/media/products/Holophane/286422/document/HXPL_pdf.pdf', '2017-03-29', '2018-03-13', '0000-00-00', ''),
(362, 63, 'Bantam', 'HOL_BALED', 'BALED', 'BALED. Bantam 2000 LED.', 1, 0, '', '3000K, 4000K or 5000K', '70, 80', '39 W - 61 W', '5000, 8000 lumens', '100,000 Hours', '', '120V-277V', 'Uplight or Downlight, Long & Narrow, Symmetric, Medium, Wide', 'For Heavy-Duty Industrial; Mezzanines; Parking Garages; Retail; Stairwells; Breweries\r\n\r\nBantam 2000 Series is the perfect fixture for a variety of heavy-duty industrial and low-ceiling height applications. Typical applications for luminaires in the Bantam 2000 Series include mezzanines, parking garages, retail stores and stairwells.\r\n\r\nLow-profile design characterizes units in the Bantam 2000 Series, providing clearance in low ceiling heights. Bantam 2000 Series fixtures are available in a choice of four rugged glass reflector or refractor designs that efficiently provide solutions for a variety of environments.\r\n\r\nRated for ambient temperatures up to 77°F (25°C). Bantam 2000 Series fixtures are also listed for Wet or Damp Locations.', 'https://www.acuitybrands.com/products/detail/219879/Holophane/Bantam-2000-LED/Low-Bays', 'https://www.acuitybrands.com/products/detail/219879/Holophane/Bantam-2000-LED/-/media/products/Holophane/219879/document/Bantam_2000_LED_PDF.PDF', '2018-02-28', '2018-03-13', '0000-00-00', ''),
(363, 63, 'Vantage', 'HOL_VL', 'VL', 'VL. Vantage LED.', 1, 0, '', '4000K or 5000K', '70', '99 W - 245 W', '12,000 - 28,000 lumens', '100,000 Hours', '0–10V dimming driver is standard', '120V–277V, 347V/480V', 'Medium, Medium with Uplight Reflector, Wide, Wide with Uplight Reflector', 'The Vantage LED luminaire exceeds rigorous demands of food-processing plants and related areas, thanks to its strategic sloped shape and ultra-sleek corrosion-resistant finish that repel water and provide nowhere for food, dirt or debris to hide.', 'https://www.acuitybrands.com/products/detail/216812/Holophane/Vantage-LED/High-Bays', 'https://www.acuitybrands.com/products/detail/216812/Holophane/Vantage-LED/-/media/products/Holophane/216812/document/VL_pdf.pdf', '2017-11-02', '2018-03-13', '0000-00-00', ''),
(364, 63, 'Phuzion', 'HOL_PHZL', 'PHZL', 'PHZL. Phuzion LED High Bay.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '70, 80, 90', '432 W - 1000 W', '50,000 lumens, 60,000 lumens, 70,000 lumens', '100,000 Hours', '0-10V dimming driver is standard', '120-277, 347, 480', 'Focus, Narrow, Medium, Wide', 'Significant energy savings you can expect. Reliable light levels you didn’t know were possible.\r\n\r\nThe Phuzion™ PHZL LED high bay is your single LED replacement for up to 1000W HID delivering consistent light levels well beyond traditional lighting and at higher temperatures than other LED high bays. LED savings and performance are enhanced by integrated controls so you can get back to running your business.\r\n\r\nFor industrial Facilities, heavy manufacturing, convention centers, sports arenas, and renovation/retrofit.\r\nLED driver cuts energy in half and practically eliminates maintenance\r\nLumen packages range from 50,000 to 70,000\r\nSuperior thermal maintenance for reliable illumination in high ambient temperatures (see spec sheet for TM21 data)\r\nPatented borosilicate glass doesn’t fade or degrade over time\r\nRound design makes for easy one-for-one replacement of existing HIDs\r\nOptional integration with XPoint™ Wireless', 'https://www.acuitybrands.com/products/detail/473183/Holophane/PHZL-Phuzion-LED-High-Bay/LED-High-Bay', 'https://www.acuitybrands.com/products/detail/473183/Holophane/PHZL-Phuzion-LED-High-Bay/-/media/products/Holophane/473183/document/PHZL_pdf.pdf', '2017-08-10', '2018-03-13', '0000-00-00', ''),
(365, 63, 'EMW', 'HOL_EMW', 'EMW', 'EMW. Food Processing - Cold Storage.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '70, 80, 90', '75-225W', '9,000-24,000 lumens', '100,000 hours', '0-10 volt dimming', '120-480 volt', 'Narrow, Medium', 'The EMW LED is ideal for food and beverage processing areas, cold storage, natatoriums, garden centers, parking garages and more.\r\n\r\nEMW LED luminaires are built to withstand the rigors of food processing and cold storage environments, while providing quality lighting options and accurate color rendering (up to 90 CRI) for more natural colors. Durable construction and integrated LED technology provide energy savings, reduce maintenance costs and extend the life of the luminaire.\r\n\r\n(One source) integrated controls and emergency backup options give you the flexibility and control you need for demanding environments.\r\n\r\n- 5VA rated fiberglass housing features wash down design for easy cleanup\r\n- Lower wattage LEDs (75-225W) saves you up to 60% energy over traditional fluorescent\r\n- 9,000-24,000 lumens in 3000, 3500, 4000 & 5000K; available with 90CRI for accurate color rendering\r\n- Wet location controls options, emergency back-up\r\n- Suitable for -40°F (-40°C) to 104°F (40°C) ambient environments and mounting heights up to 30’\r\n- IP65, IP66 & IP67 rated, NSF Listed,NEMA 4X rated, 1500 PSI hose-down', 'https://www.acuitybrands.com/products/detail/129270/Holophane/EMW-LED-Series/Food-Processing-Cold-Storage', 'https://www.acuitybrands.com/products/detail/129270/Holophane/EMW-LED-Series/-/media/products/Holophane/129270/document/EMW-LED_pdf.pdf', '2017-06-29', '2018-03-13', '0000-00-00', ''),
(366, 64, 'ALI', 'TCH_ALIGP', 'ALIGP', 'ALIGP. PENDANT.', 1, 0, '', '2700K', '90', '14 W', '556 lm', '', 'Dimmable with lowvoltage electronic or magnetic dimmer (based on transformer)', '12V', 'Downlight', 'nspired by mid-century design, the Akova pendant light from Tech Lighting elevates the simple sphere into an elegant contemporary statement. Distinctly divided into three unified regions, each fixture features an upper metal housing available in three on-trend finishes that is briefly separated from an incredibly smooth acrylic diffuser by a complementary decorative metal band. At just 7in in diameter, this petite pendant light can be used as accent lighting on Tech Lighting Monorail over a kitchen island or hung in odd-numbered clusters at varying heights in a contemporary living or dining space.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Akova-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2550', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(367, 64, 'MASN', 'TCH_MASN', 'MASN', 'MASN. PENDANT.', 1, 0, '', '2700K', '90', '9.5 W', '800 lm', '', 'Dimmable with LED compatible dimmer', '120V', 'Downlight', 'The clean tear dropped shape of the Alina Pendant from Tech Lighting is masterfully hand-blown in Poland to feature a beautiful draw at its crown. Skilled Polish artisans labor to mold the Alina into its signature smooth teardrop silhouette. Light is artfully diffused inside of the warm colored glass. At 7” in height, this modestly scaled pendant is the ideal size for kitchen island lighting, bath lighting flanking a vanity or installed as a modern interpretation of a chandelier in a foyer or dining room. Three contemporary glass colors include Smoke, steel Blue and White. The Alina pendant may be used in conjunction with the Monorail system to add a larger range of design concepts customization\'s.', 'http://www.techlighting.com/Products/Fixtures/Pendants/-Mini-Mason-Pendant', 'http://www.techlighting.com/Products/Fixtures/Pendants/-Mini-Mason-Pendant', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(368, 64, 'FMBES', 'TCH_700FMBES', '700FMBES', '700FMBES. BESPIN FLUSH MOUNT CEILING.', 1, 0, '', '3000K', '90 CRI', '22 watt; 32 watt', '1313 lm; 2008 lm', '', 'All lamping options are fully dimmable', '120V; 277V', 'Disperses the light for glare-free illumination', 'Sophisticated meets simple in the Bespin flush mount ceiling fixture by Tech Lighting. This flush mount features a smoothly diffused LED source housed within an circular metal body. The white glass diffuser pleasantly disperses the light for glare-free illumination making the Bespin ideal in settings such as family rooms, basements and hallways. The Bespin is available in Matte White and Satin Nickel and comes in two distinct sizes, small and large. Available lamping options include energy efficient integrated LED, all lamping options are fully dimmable to create the desired ambiance in your special space.', 'http://www.techlighting.com/Products/Fixtures/Flush-Mounts/Bespin-Flush-Mount-Ceiling#', 'http://www.techlighting.com/Products/SpecSheet/2537', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(369, 64, 'ALI', 'TCH_ALI', 'ALI', 'ALI. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '300 lm', '', 'Dimmable with lowvoltage electronic or magnetic dimmer (based on transformer)', '12V', 'Downlight', 'The clean tear dropped shape of the Alina Pendant from Tech Lighting is masterfully hand-blown in Poland to feature a beautiful draw at its crown. Skilled Polish artisans labor to mold the Alina into its signature smooth teardrop silhouette. An LED or halogen light is artfully diffused inside of the warm colored glass. At 7” in height, this modestly scaled pendant is the ideal size for kitchen island lighting, bath lighting flanking a vanity or installed as a modern interpretation of a chandelier in a foyer or dining room. Three contemporary glass colors include smoke, steel blue and white. The Alina pendant may be used in conjunction with the Monorail system to add a larger range of design concepts customizations.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Alina-Pendant', 'http://www.techlighting.com/Products/SpecSheet/1813', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(370, 64, 'FMCTC', 'TCH_700FMCTC-13', '700FMCTC-13', '700FMCTC 13. CENTRIC 13 CEILING.', 1, 0, '', '2700K', '90', '14 watt', '456 delivered lumen', '', 'Dimmable with low-voltage electronic dimmer.', '120V', 'Indirect', 'The Centric 13 ceiling light from Tech Lighting instantly contributes a modern vibe to any space it graces. This unique ceiling light is constructed of two concentric circular metal discs – the first being an ultra-slim backplate offered in two diameters, the second being a floating suspended disc which houses the upward-firing LED light source. Together, they create a visually alluring combination of shadow and light with smooth, fully dimmable indirect illumination perfect for hallway lighting, bedroom lighting, bathroom lighting, home office lighting or closet lighting. Finish options include a painted matte white finish for an incredibly minimalist look, or satin nickel plating for a decorative twist.', 'http://www.techlighting.com/Products/Fixtures/Flush-Mounts/Centric-13-Ceiling#', 'http://www.techlighting.com/Products/SpecSheet/2769', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(371, 64, 'FMCTC', 'TCH_700FMCTC-6', '700FMCTC-6', '700FMCTC 6. CENTRIC 6 CEILING.', 1, 0, '', '2700K', '90', '15 watt', '276 delivered lumen', '', 'Dimmable with low-voltage electronic dimmer', '120V', 'Indirect', 'The Centric 6 ceiling light from Tech Lighting instantly contributes a modern vibe to any space it graces. This unique ceiling light is constructed of two concentric circular metal discs – the first being an ultra-slim backplate offered in two diameters, the second being a floating suspended disc which houses the upward-firing LED light source. Together, they create a visually alluring combination of shadow and light with smooth, fully dimmable indirect illumination perfect for hallway lighting, bedroom lighting, bathroom lighting, home office lighting or closet lighting. Finish options include a painted matte white finish for an incredibly minimalist look, or satin nickel plating for a decorative twist.', 'http://www.techlighting.com/Products/Fixtures/Flush-Mounts/Centric-6-Ceiling#', 'http://www.techlighting.com/Products/SpecSheet/2768', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(372, 64, 'DALVPMC', 'TCH_700TDALVPMC', '700TDALVPMC', '700TDALVPMC. PENDANT.', 1, 0, '', '2200K; 3000K', '90+', '9 W', '200 lm', '50,000 to L70', 'Dimmable with low-voltage electronic or triac dimmer', '120V', 'Omnidirectional', 'he classic Edison-style squirrel cage lamp is reincarnated here as a modern socket and cord-style LED pendant light. The Alva pendant light from Tech Lighting features a powerful downward-firing LED that is smartly hidden within the \"socket\" then combined with a solid \"bulb\" of pure optic crystal. Intricately detailed \"filaments\" are laser-etched into the crystal for a visually intriguing light fixture.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Alva-Pendant#', 'http://www.techlighting.com/Products/Fixtures/Pendants/Alva-Pendant#', '2018-01-24', '2018-03-14', '0000-00-00', ''),
(373, 64, 'LS', 'TCH_700LSVAN', '700LSVAN', '700LSVAN. VANDOR LINEAR SUSPENSION.', 1, 0, '', '3000K', '80', '49 watts', '3020 net lumen', '', 'Fully dimmable LED lamping ships', '120V; 277V', 'A significant punch of task lighting onto surfaces below', 'The Vandor linear suspension piece by Tech Lighting features parallel planes of cold rolled steel coated in a matte rubberized paint. Satin Nickel coated end-caps house a recessed LED source that’s designed to distribute a significant punch of task lighting onto surfaces below without an uncomfortable glare. The Vandor suspension fixture scales at 50” in length making it ideal for family room lighting, foyer lighting, and a host of residential and commercial lighting applications. Your choice of fully dimmable LED lamping ships with the Vandor saving you both time and money.', 'http://www.techlighting.com/Products/Fixtures/Linear-Suspension/Vandor-Linear-Suspension#', 'http://www.techlighting.com/Products/SpecSheet/2425', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(374, 64, 'AMRP', 'TCH_AMRP', 'AMRP', 'AMRP. PENDANT.', 1, 0, '', '2200K; 3000K', '', '14,5 W', '684 lm', '', 'Dimmable with lowvoltage electronic dimmer', '120V', 'Downlight', 'The Amira LED Pendant from Tech Lighting is unique in that it is architecturally inspired making its features raw and bold in appearance due to its extruded aluminum heat sink. The transitional style of the Amira pendant features a natural color or anodized copper heat sink and optional hand-blown glass casing. The glass casing brings dimension to the slender centralized heat sink. A downward firing warm color dimming LED provides a punch of diffused task lighting to surfaces below. The task-oriented light distribution makes the Amira pendant perfect for a variety of applications including kitchen island lighting, while its modestly protracted size lends itself to being used in a home office setting or dining room.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Amira-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2552', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(375, 64, 'LS', 'TCH_700LSESN1', '700LSESN1', '700LSESN1. ESSENCE LINEAR.', 1, 0, '', '3000K', '90', '20w', '1440 delivered lumens', '', 'Dimmable with a low-voltage electronic dimmer', '120V', 'Warm glowing LED light emits downward', 'The ultimate in modern minimalism, the clean horizontal line of the Essence linear light chandelier by Tech Lighting will make a dramatic statement while not detracting from beautiful room surroundings. Warm glowing LED light emits downward with its high performance, energy efficient, integrated LED light source at 3000K and 90 CRI. Ideal for a dining room table light, kitchen island light, living room light or conference room table light, Essence is available in either an Aged Brass finish with Bronze cable or Satin Nickel finish with Clear cable. Its dimensions are a thin .75\" high, 50\" long, and 7.5\" wide. Damp-rated and dimmable.', 'http://www.techlighting.com/Products/Fixtures/Linear-Suspension/Essence-Linear', 'http://www.techlighting.com/Products/SpecSheet/2965', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(376, 64, 'ATCP', 'TCH_ATCP', 'ATCP', 'ATCP. PENDANT.', 1, 0, '', '3000K', '80', '8 W', 'PAR20', '', 'Dimmable with standard incandescent dimmer', '120V', 'Downlight', 'A sculptural metal frame whose arms elegantly represent the path the light is taking is surrounded by a modern, high-gloss, semi-translucent shade which allows light to playfully bounce around the fixture and enables just a hint of the light source itself to shine through.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Artic-Pendant', 'http://www.techlighting.com/Products/SpecSheet/2123', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(377, 64, 'LS', 'TCH_700LSSPAN48', '700LSSPAN48', '700LSSPAN48. SPAN LINEAR SUSPENSION.', 1, 0, '', '3000K', '90', '76 watt', '3170 delivered lumens', '', 'Dimmable with low-voltage electronic dimmer', '120V; 277V', 'Downlight', 'The Span Linear by Tech Lighting is an ultra-thin architectural fixture that utilizes a backbone of edge-lit guide technology. Appearing as a silhouetted plate of frosted glass when off then illuminates across the entire surface as if the light is coming out of thin air. This ultra-modern linear fixture is available in two on-trend finishes, Satin Nickel and Matte Black. The Span Linear scales at 4.5” in height and 46” width making it ideal for dining room lighting, conference room lighting and hospitality lighting applications. The integrated LED lamp is fully dimmable to create the desired ambiance using a low-voltage ELV or Triac dimmer.', 'http://www.techlighting.com/Products/Fixtures/Linear-Suspension/Span-Linear-Suspension#', 'http://www.techlighting.com/Products/SpecSheet/2891', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(378, 64, 'ADR', 'TCH_ADRGP', 'ADRGP', 'ADRGP. PENDANT', 1, 0, '', '3000K', '90', '8 W', '300 lm', '', 'Dimmable with lowvoltage electronic dimmer', '12V', 'Downlight', 'Thick, organic flowing glass of the modern Audra Grande pendant light from Tech Lighting is painstakingly molded by European artisans to create an incredibly deep and rhythmic silhouette through which your choice of LED light or halogen light is artfully diffused. At 9.5” in height, this beautiful and unique pendant fixture is the perfect scale to be used as kitchen island lighting, bath lighting flanking a vanity or perhaps installed in a cluster as a modern interpretation of a chandelier in a foyer or dining room. With its five on-trend glass colors including classic clear, sultry smoke, surf green, winter white and steel blue, the Audra Grande light fixtures may be used to add a pop of color to complement décor in your special space.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Audra-Grande-Pendant', 'http://www.techlighting.com/Products/SpecSheet/2627', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(379, 64, 'BIZ', 'TCH_BIZ', 'BIZ', 'BIZ. BIZA LINEAR SUSPENSION.', 1, 0, '', '3000K', '80', '45 watts; 50 watts', 'Direct: 2400 lumens; Direct/Indirect: 1750 net lumens of downlight, 1750 net lumens;', '', 'Dimmable with low-voltage electronic dimmer', '120V; 277V', 'Direct/Indirect; Direct', 'The Biza suspension piece by Tech Lighting converges bold geometric angles into a seemingly complex yet simply beautiful piece. The bottom diffuser is composed of clear injection molded plastic inserts which add remarkable depth and illusion when viewed from below. Additional molded plastic inserts in either silver or black sit atop the fixture reinforcing its thoughtful shape. Horizontal and vertical lines intersect throughout the piece adding additional visual interest. Scaling at 46.3” in length the Biza is ideal for dining room lighting, foyer lighting and home office lighting. Your choice of fully dimmable energy efficient integrated LED lamping ships with the Biza saving you both time and money.', 'http://www.techlighting.com/Products/Fixtures/Linear-Suspension/Biza-Linear-Suspension#', 'http://www.techlighting.com/Products/SpecSheet/2141', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(380, 64, 'BCADR', 'TCH_700BCADR-24', '700BCADR-24', '700BCADR 24. ADERA 24 BATH.', 1, 0, '', '2700K', '90', '20 watt', '800 delivered lumen', '', 'Dimmable with low-voltage electronic dimmer', '120V; 277V', 'Direct', 'The Adera LED bath light from Tech Lighting features a quarter rounded, wedge-shaped linear molded glass diffuser which directionally distributes the vanity light fixture’s abundant warm LED light. In addition to each Adera bath light fixture being able to be mounted horizontally above a mirror, its angled light distribution makes it exceptionally function when mounted vertically flanking a mirror as a wall sconce light. Three length options allow this bath light to be adapted to powder room lighting as well as master bathroom lighting and each are fully dimmable for creating the desired ambiance.', 'http://www.techlighting.com/Products/Fixtures/Bath-Collection/Adera-24-Bath#', 'http://www.techlighting.com/Products/SpecSheet/2766', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(381, 64, 'ADR', 'TCH_ADR', 'ADR', 'ADR. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '300 lm', '', 'Dimmable with lowvoltage electronic or magnetic dimmer (based on transformer)', '12V', 'Downlight', 'Thick, organic flowing glass of the Audra pendant light from Tech Lighting is molded by Polish artisans to create an incredibly deep and rhythmic silhouette through which the light is artfully diffused.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Audra-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2556', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(382, 64, 'BCADR', 'TCH_700BCADR-36', '700BCADR-36', '700BCADR 36. ADERA 36 BATH.', 1, 0, '', '2700K', '90', '30 watt', '1200 delivered lumen', '', 'Dimmable with low-voltage electronic dimmer', '120V; 277V', 'Direct', 'The Adera LED bath light from Tech Lighting features a quarter rounded, wedge-shaped linear molded glass diffuser which directionally distributes the vanity light fixture’s abundant warm LED light. In addition to each Adera bath light fixture being able to be mounted horizontally above a mirror, its angled light distribution makes it exceptionally function when mounted vertically flanking a mirror as a wall sconce light. Three length options allow this bath light to be adapted to powder room lighting as well as master bathroom lighting and each are fully dimmable for creating the desired ambiance.', 'http://www.techlighting.com/Products/Fixtures/Bath-Collection/Adera-36-Bath#', 'http://www.techlighting.com/Products/SpecSheet/2767', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(383, 64, 'BLK', 'TCH_BLK', 'BLK', 'BLK. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '435 lm', '', 'Dimmable with lowvoltage electronic or magnetic dimmer (based on the transformer).', '12V', 'Downlight', 'The Blok pendant light from Tech Lighting takes the classic contemporary metal cylinder and gives it a fresh new Art Deco inspired upgrade. Each hexagonal shade is offered in five on-trend metallic and painted finishes including Aged Brass, Antique Bronze, Matte Black, Matte White and Satin Nickel. Both the 12.5in and 22.5in sizes are compatible with Tech Lighting’s Monorail and FreeJack Canopy systems for incredible installation flexibility – and offer the choice of LED or Halogen lamping options designed to provide a punch of task light on surfaces below by way of a removable lower diffuser lens accessory that translates the six-sided hexagonal shade into a sleek circular light aperture.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Blok-Pendant', 'http://www.techlighting.com/Products/SpecSheet/2650', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(384, 64, 'BCADR', 'TCH_700BCADR-13', '700BCADR-13', '700BCADR 13. ADERA 13 WALL/BATH.', 1, 0, '', '2700K', '90', '10 watt', '400 delivered lumen', '', 'Dimmable with low-voltage electronic dimmer', '120V; 277V', 'Direct', 'The Adera LED bath light from Tech Lighting features a quarter rounded, wedge-shaped linear molded glass diffuser which directionally distributes the vanity light fixture’s abundant warm LED light. In addition to each Adera bath light fixture being able to be mounted horizontally above a mirror, its angled light distribution makes it exceptionally function when mounted vertically flanking a mirror as a wall sconce light. Three length options allow this bath light to be adapted to powder room lighting as well as master bathroom lighting and each are fully dimmable for creating the desired ambiance.', 'http://www.techlighting.com/Products/Fixtures/Wall-Collection/Adera-13-Wall-Bath#', 'http://www.techlighting.com/Products/SpecSheet/2765', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(385, 64, 'BSTP', 'TCH_BSTP', 'BSTP', 'BSTP. PENDANT.', 1, 0, '', '2200K; 3000K', '90', '10 W', '210 lm', '', 'Dimmable with lowvoltage electronic dimmer', '120V', 'Downlight', 'The smooth bulb-shaped characteristics of the Bristol Pendant by Tech Lighting exuded uniqueness and sophistication. The Bristol is available in two distinct sizes one being large at 16.8” and the smaller scale at 9.8”. What makes the Bristol truly unique is the LED Eros pendant lamping that fills the hand-blown shade. Due to its two distinguished sizes the larger version of the Bristol makes it ideal for dining room lighting, living room lighting and home office lighting. As for the smaller scale Bristol, ideal spaces would be bath lighting flanking a vanity or kitchen island lighting. LED lamping options are available in 3000k-2200k and are fully dimmable to create the desired ambiance.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Bristol-Pendant', 'http://www.techlighting.com/Products/SpecSheet/2413', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(386, 64, 'BCNP', 'TCH_BCNP', 'BCNP', 'BCNP. PENDANT', 1, 0, '', '', '', '9 W - 75 W', '', '', 'Dimmable with standard incandescent dimmer', '120 volt', 'Downlight', 'The Beacon pendant from Tech Lighting is an instant classic due to its clean and simple design. At the heart of the elongated cylinder is a vintage filament lamp that is central to its contemporary design. Offered in five modern colors the Beacon works in a variety of spaces that will showcase style and sophistication. The 16” well-proportioned size of the Beacon make it ideal for task lighting over a kitchen island, living room lighting and bath lighting flanking a vanity.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Beacon-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/1802', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(388, 64, 'BON', 'TCH_BON', 'BON', 'BON. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '500 lumen', '', '', '12 V', 'Wide', 'A transparent cone of glass features a wide hand-etched band across its center which provides visual interest while naturally diffusing the light.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Bonn-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/3012', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(390, 64, 'BRL', 'TCH_BRL', 'BRL', 'BRL. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '500 lumen', '', '', '12 V', 'Downlight', 'Transparent glass is formed into a classic teardrop shape, then manipulated by hand to create unique semi-opaque facets.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Briolette-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/3007', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(391, 64, 'BML', 'TCH_BMLGP', 'BMLGP', 'BMLGP. PENDANT.', 1, 0, '', '2700K', '90', '19 W', '1680 lumen', '', 'Dimmable with standard incandescent dimmer', '120V', 'Downlight', 'The Brummel pendant light by Tech Lighting features a sophisticated mid-century modern design with its clean sharp lines defining its spun metal shade. Available in either a Matte White or Matte Charcoal and three on-trend finishes, the Brummel pendant is customizable to fit your special space. Scaling at 20” in length and 10.7” in diameter, the Brummel is ideal for dining room lighting, home office lighting and family room lighting. Your choice of fully dimmable halogen or LED lamping ships with the Brummel, saving you both time and money. Pair the Brummel pendant with the Monorail system by Tech Lighting for greater design customization in your special space.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Brummel-Grande-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2555', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(392, 64, 'BML', 'TCH_BML', 'BML', 'BML. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '500 lumen', '', 'Dimmable with low-voltage electronic or magnetic dimmer (based on transformer).', '12 volt', 'Downlight', 'The Brummel pendant light by Tech Lighting features a sophisticated mid-century modern design with its clean sharp lines defining its spun metal shade. Available in either a Matt White or Matt Black shade color and three on-trend finishes the Brummel pendant is customizable to fit your special space. Scaling at 5.6” in length and 10.5” in diameter the Brummel is ideal for dining room lighting, home office lighting and hallway lighting. Your choice of fully dimmable halogen or LED lamping ships with the Brummel saving you both time and money. Pair the Brummel pendant with the Monorail system by Tech Lighting for greater design customization in your special space.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Brummel-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2542', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(393, 64, 'CBO', 'TCH_CBO', 'CBO', 'CBO. PENDANT.', 1, 0, '', '3000K', '90', '8 W', '300 lumen', '', 'Dimmable with low-voltage electronic or magnetic dimmer (based on transformer).', '12 V', 'Downlight', 'The Cabo pendant light by Tech Lighting is simple yet visually engaging with its warm color and modest size. This natural onyx cylinder provides a warm textured look as the light shines through the stone shade. With its warm attributes, the Cabo is ideal for kitchen island task lighting, bedroom lighting flanking an end table or hallway lighting. The Cabo ships with your choice of Halogen or LED lamping. both options are fully dimmable to create to desired ambiance in your special space. Pair the Cabo pendant with the Monorail system by Tech Lighting for greater design customization.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Cabo-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/10', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(394, 64, 'CP', 'TCH_CPSGP', 'CPSGP', 'CPSGP. PENDANT.', 1, 0, '', '2700K', '90', '3.5 W, 60 W', '250 lumens', '', 'Incandescent version dimmable with standard incandescent dimmer. LED version dimmable with an LED compatible dimmer or triac.', '120V', 'Downlight', 'This elegant, large scale glass pendant is masterfully hand-blown to feature a beautiful clear draw at the crown of the ample, flowing teardrop silhouette.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Capsian-Grande-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/1986', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(395, 64, 'CP', 'TCH_CPT', 'CPT', 'CPT. PENDANT.', 1, 0, '', '3000K', '90', '8 watt', '310 lumens', '', 'Dimmable with Low-Voltage electronic or magnetic dimmer (base on transformer).', '12 VOLT', 'Downlight', 'The Captra pendant light by Tech Lighting features a meticulously detailed metal spinning that outlines the fixture’s light engine and is captured inside a clear or smoked glass casing to create a strikingly contemporary cylindrical pendant. The Captra is available in three current trend finishes, Satin Nickel, Bronze, and Aged Brass each finish further enhances its sophisticated appeal. Scaling at 14” in length and 3” in width the Captra is ideal for kitchen island task lighting, dining lighting and hallway lighting. Combine the Captra with any of our multiport canopies to create a customized chandelier that is specifically designed to your unique space. Your choice of energy efficient LED lamping ships with the Captra to save you time and money. All lamping options are fully dimmable to create the desired ambiance in your special space.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Captra-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2927', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(396, 64, 'CHR', 'TCH_CHR', 'CHR', 'CHR. PENDANT.', 1, 0, '', '3000K', '90', '3 watt', '500 lumens', '', 'Dimmable with low-voltage electronic or magnetic dimmer (based on transformer)', '12 VOLT', 'Downlight', 'The Cheers pendant light by Tech Lighting is an entirely modern take on the single pendant concept. Highly customizable in nature the Cheers pendant is available as one single pendant or seven pendants combined creating a modern chandelier. Each globe is hand-blown by talented artisans and then fused at the center by tubes that are suspended from one central hub. Your choice of fully dimmable halogen or LED lamping ships with the Cheers saving you both time and money. Pair the single pendant Cheers with the Monorail system by Tech Lighting for greater design customization or combine seven pendants into one modern chandelier. Whether selected in its single form or grouped into a chandelier, the Cheers pendant is ideal for a host of consumer and commercial lighting applications.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Cheers-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/13', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(397, 64, 'CIR', 'TCH_CIRGP', 'CIRGP', 'CIRGP. PENDANT.', 1, 0, '', '3000K-2200K', '90', '9.5 watt', '800 lumens', '', 'Dimmable with LED compatible, low-voltage electronic or triac dimmer.', '120 volt', 'Downlight', 'The Circulet pendant light from Tech Lighting features beautifully imperfect hand carved shallow grooves that have been sandblasted into a visually captivating design. When illuminated the rich textures beautifully interact with the elliptical glass shade and rich texture to create a warm, glowing aesthetic. The Circulet is available in two sizes, 4.7” and 8.2”. Either size will provide a bounty of lighting and rich aesthetic to your special space. Ideal applications for the Circulet are bedroom lighting, kitchen island lighting and bath lighting flanking a vanity. The Circulet Grande pedant can ideally be applied in living room lighting, dining room lighting and home office lighting spaces. Both the Circulet and Circulet Grande come with your choice of Halogen or efficient LED lamping options, both options are fully dimmable to create the desired ambiance.', 'http://www.techlighting.com/Products/Fixtures/Pendants/Circulet-Grande-Pendant#', 'http://www.techlighting.com/Products/SpecSheet/2554', '0000-00-00', '2018-03-14', '0000-00-00', ''),
(398, 65, 'S.L92', 'SLX_S.L9230', 'S.L9230', 'S.L9230. MINI SKILL VERTICAL LED WOOD.', 1, 0, '', '3000K; 4000K', '90', '6W', '150 lm', '50 000 hours (L70)', 'None; 0-10V; Leading and trailing edge (ELV and TRIAC)', '120V; 120-277V', 'Accent light', 'Collection of wall luminaires for exterior applications with Teak wood finish.\r\nDesigned for low mounting heights with downward asymmetric light distribution. Low luminance with light source regressed inside the luminaire and  shielded from all viewing angles. Available in square or rectangular design, to match the application scale and design.\r\nSurface mounted application in most material with direct feed to the fixture or with mounted on standard 4\"J box.\r\nRecessed application with metal back box to be installed during the forming of the concrete wall or to be fasted to the wall structure before the building cladding.\r\nExceptional European build quality with  high corrosion resistant finish. Robust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.', 'http://www.sistemalux.com/skill-wood', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/59fc6f3f8e7b0f9d7a7aee9b/1509715778033/S.L9230_MINI+SKILL+VERTICAL_WOOD.pdf', '2017-11-03', '2018-03-15', '0000-00-00', ''),
(399, 9, 'Oseris', 'ERC_Oseris-16049', 'Oseris-16049', 'Oseris 16049. The pivotal feature.', 1, 0, '', '2700K; 4000K', '≥ 90', '2W - 19W', '210lm - 2460lm', '', 'Switchable, phase dimmable or DALI dimmable; Phase dimmable version: Dimming with external dimmers possible (trailing edge) and potentiometer for brightness control 1%–100%', '220-240V', 'Narrow spot, Spot, Flood, Wide flood, Extra wide flood, Oval flood, Wallwash', 'Compact, versatile spotlights with characteristic semi-spherical joint.', 'http://www.erco.com/products/indoor/swf-3circuit/oseris-6345/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/16049/datatype/famspecs/erco-oseris-16049-en-famspecs-01.pdf', '2017-11-06', '2018-03-15', '0000-00-00', ''),
(400, 65, 'S.L92', 'SLX_S.L9260', 'S.L9260', 'S.L9260. SKILL SQUARE LED WOOD.', 1, 0, '', '3000K; 4000K', '90', '12.5W', '400 to 405 lm', '50 000 hours (L70)', 'None; 0-10V; Leading and trailing edge (ELV and TRIAC)', '120V; 120-277V', 'Accent light', 'Collection of wall luminaires for exterior applications with Teak wood finish.\r\nDesigned for low mounting heights with downward asymmetric light distribution. Low luminance with light source regressed inside the luminaire and  shielded from all viewing angles. Available in square or rectangular design, to match the application scale and design.\r\nSurface mounted application in most material with direct feed to the fixture or with mounted on standard 4\"J box.\r\nRecessed application with metal back box to be installed during the forming of the concrete wall or to be fasted to the wall structure before the building cladding.\r\nExceptional European build quality with  high corrosion resistant finish. Robust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.', 'http://www.sistemalux.com/skill-wood', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/57c97ed5b3db2b22e8cb7f97/1472823000659/S.L9260W_SKILL+SQUARE_WOOD.pdf', '2016-05-19', '2018-03-15', '0000-00-00', ''),
(401, 9, 'Parscan', 'ERC_Parscan-12323', 'Parscan-12323', 'Parscan 12323. Systematic diversity.', 1, 0, '', '2700K; 4000K', '≥ 90', '2W - 48W', '210lm - 6600lm', '', 'Switchable, phase dimmable or DALI dimmable; Dimming with external dimmers possible (trailing edge) and potentiometer for brightness control 1%–100%', '220V-240V', 'Narrow spot, Spot, Flood, Wide flood, Extra wide flood, Oval flood, Wallwash', 'The elegant and universal spotlight system for museums and shops', 'http://www.erco.com/products/indoor/swf-3circuit/parscan-1473/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/12323/datatype/famspecs/erco-parscan-12323-en-famspecs-01.pdf', '2017-11-06', '2018-03-15', '0000-00-00', ''),
(402, 65, 'S.L92', 'SLX_S.L9240', 'S.L9240', 'S.L9240. SKILL RECTANGULAR LED WOOD.', 1, 0, '', '3000K; 4000K', '90', '13.5W', '378 to 382 lm', '50 000 hours (L70)', 'None; 0-10V; Leading and trailing edge (ELV and TRIAC)', '120V; 120-277V', 'Accent light', 'Collection of wall luminaires for exterior applications with Teak wood finish.\r\nDesigned for low mounting heights with downward asymmetric light distribution. Low luminance with light source regressed inside the luminaire and  shielded from all viewing angles. Available in square or rectangular design, to match the application scale and design.\r\nSurface mounted application in most material with direct feed to the fixture or with mounted on standard 4\"J box.\r\nRecessed application with metal back box to be installed during the forming of the concrete wall or to be fasted to the wall structure before the building cladding.\r\nExceptional European build quality with  high corrosion resistant finish. Robust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.', 'http://www.sistemalux.com/skill-wood', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/57c97f6be4fcb5dc63923b73/1472823148770/S.L9240W_L9240N_SKILL+RECTANGULAR_WOOD.pdf', '2016-05-19', '2018-03-15', '0000-00-00', ''),
(403, 9, 'Pollux', 'ERC_Pollux-13445', 'Pollux-13445', 'Pollux 13445. For magic moments.', 1, 0, '', '2700K; 4000K', '≥ 90', '2W - 10W', '210lm - 1230lm', '', 'Switchable, phase dimmable or DALI dimmable; Phase dimmable version: Dimming with external dimmers possible (trailing edge) and potentiometer for brightness control 1%–100%', '220V-240V', 'Narrow spot, Spot, Flood, Wide flood, Extra wide flood, Oval flood, Wallwash', 'Pollux, the compact spotlight for versatile use.', 'http://www.erco.com/products/indoor/swf-3circuit/pollux-119/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/13445/datatype/famspecs/erco-pollux-13445-en-famspecs-01.pdf', '2017-11-06', '2018-03-15', '0000-00-00', ''),
(404, 65, 'S.L92', 'SLX_S.L9236/S.L9241', 'S.L9236/S.L9241', 'S.L9236/S.L9241. MINI COOL BOLLARD WOOD.', 1, 0, '', '3000K, 4000K', '90', '13.5W', '485 lm', '50 000 hours (L70)', 'On demand', '120-277V', 'Accent light', 'Collection of bollards for commercial and institutional applications.\r\nS.L9236W - 220mm \r\nS.L9241W - 580mm \r\nExceptional European build quality with high corrosion resistant finish.\r\nRobust marine grade die-cast aluminum construction, with stainless steel fasteners and factory sealed glass diffuser.', 'http://www.sistemalux.com/cool-wood-bollard', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/5aa2f7fe419202a58552a681/1520629769606/S.L9236N_.L9236W_S.L9241N_L9241W_MINI_COOL_BOLLARD_WOOD.pdf', '2017-02-28', '2018-03-15', '0000-00-00', ''),
(405, 9, 'Optec', 'ERC_Optec-13760', 'Optec-13760', 'Optec 13760. The all-round talent.', 1, 0, '', '2700K; 4000K', '≥ 90', '2W - 38W', '210lm - 4920lm', '', 'Switchable, phase dimmable or DALI dimmable; Phase dimmable version: Dimming with external dimmers possible (trailing edge) and potentiometer for brightness control 1%–100%', '220V-240V', 'Narrow spot, Spot, Flood, Wide flood, Extra wide flood, Oval flood, Wallwash', 'Optec - the spotlight for any purpose.', 'http://www.erco.com/products/indoor/swf-3circuit/optec-125/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/13760/datatype/famspecs/erco-optec-13760-en-famspecs-01.pdf', '2017-11-06', '2018-03-15', '0000-00-00', ''),
(406, 65, 'S.L92', 'SLX_S.L9201', 'S.L9201', 'S.L9201. MINI LOOK WOOD.', 1, 0, '', '3000K; 4000K', '90', '13.5W', '475 lm', '50 000 hours (L70)', 'None; 0-10V; Leading and trailing edge (ELV and TRIAC)', '120V; 120-277V', 'Down', 'Collection of decorative wall mounted luminaires for exterior applications.\r\nExceptional European build quality with high corrosion resistant finish.\r\nRobust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.', 'http://www.sistemalux.com/look-wood-wall', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/586bf9e5e58c624be9f89694/1483471335246/S.L9201_MINI_LOOK_WOOD.pdf', '2017-01-02', '2018-03-15', '0000-00-00', ''),
(407, 65, 'S.L92', 'SLX_S.L9202', 'S.L9202', 'S.L9202. MINI LOOK DOUBLE WOOD.', 1, 0, '', '3000K; 4000K', '90', '13.5W', '389 lm per lamp', '50 000 hours (L70)', 'None; 0-10V; Leading and trailing edge (ELV and TRIAC)', '120V; 120-277V', 'Down or up', 'Collection of decorative wall mounted luminaires for exterior applications.\r\nExceptional European build quality with high corrosion resistant finish.\r\nRobust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.', 'http://www.sistemalux.com/look-wood-wall', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/586bf9f6e3df2872ac697f76/1483471356475/S.L9202_MINI_LOOK+-+Double_WOOD.pdf', '2016-12-23', '2018-03-15', '0000-00-00', ''),
(408, 9, 'Stella', 'ERC_Stella-16766', 'Stella-16766', 'Stella 16766. For high rooms and high demands.', 1, 0, '', '2700K; 4000K', '≥ 90', '28W - 76W', '2940lm - 9840lm', '', 'Phase dimmable or DALI dimmable; Phase dimmable version: dimming with external dimmers possible (trailing edge) and potentiometer for brightness control 1%–100%', '220V-240V', 'Narrow spot, Spot, Flood, Wide flood, Extra wide flood, Oval flood, Wallwash', 'High-impact, efficient and precise tools for accent lighting.', 'http://www.erco.com/products/indoor/swf-3circuit/stella-6639/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/16766/datatype/famspecs/erco-stella-16766-en-famspecs-01.pdf', '2017-11-06', '2018-03-15', '0000-00-00', ''),
(409, 65, 'LOG', 'SLX_LOG4', 'LOG4', 'LOG4. LOGO Small 4 Round and Square.', 1, 0, '', '2700-4000K', '80; 90; 97', '11W; 15W; 20.5W', '600-1,100 lm', '50 000 hours (L90); 100 000 hours (L80)', 'Leading edge (triac), Trailing edge (elv) and 0-10V down to 15%; 0-10V down to 1%; Lutron Hi-Lume A-Series down to 1%', '120V; 277V ; 120-277V', 'Downlight; Direct; Wall wash', 'Collection of specification grade downlights for architectural applications.\r\nExcellent build quality with features for the most demanding professional\r\napplications. Three sizes 4\", 5\", 6\" aperture with generous light outputs and\r\nexcellent chromatic performance. Professional optics available with general\r\ndownlight, directional or wall washer distribution.', 'http://www.sistemalux.com/logo#logo-downloads', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/5a4d1da2652dea72c89c0546/1515003325068/LOGO_PRO_SMALL.pdf', '2017-12-18', '2018-03-15', '0000-00-00', ''),
(410, 22, 'ENTRA', 'ELM_ENTRA-3', 'ENTRA-3', 'ENTRA™ 3\". LED Adjustable Downlight.', 1, 0, '', '2700K - 4000K', '90', '12W', '915 lm - 1060 lm', 'L70; 50,000 hours', 'TRIAC, ELV or 0-10V (all standard)', 'Universal 120V - 277V', 'Downlight', 'The ELEMENT Entra 3\" Adjustable LED Downlight offers a quality alternative to meet residential and commercial specifications on budget-sensitive projects. Custom engineered for high performance and reliability, ELEMENT Entra is easy to configure with a complete feature set that offers flexibility without an overwhelming list of options.', 'http://www.element-lighting.com/Products/Details/ENTRA-3-LED-Adjustable-Downlight', 'http://www.element-lighting.com/i//Configurator/2/specsheets/3_Entra_LED_AdjDownlight.pdf', '2018-02-07', '2018-03-15', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(411, 65, 'LOG', 'SLX_LOG5', 'LOG5', 'LOG5. LOGO Medium 5 Round and Square.', 1, 0, '', '2700-4000K', '80; 90; 97', '15.5W; 21.5W; 29W', '900-1,600 lm', '50 000 hours (L90); 100 000 hours (L80)', 'Trailing edge (elv) and 0-10v down to 15%; 0-10V down to 1%; Lutron Hi-Lume A-Series down to 1%; Leading edge (triac),', '120V; 277V', 'Downlight; Direct; Wall wash', 'Collection of specification grade downlights for architectural applications.\r\nExcellent build quality with features for the most demanding professional\r\napplications. Three sizes 4\", 5\", 6\" aperture with generous light outputs and\r\nexcellent chromatic performance. Professional optics available with general\r\ndownlight, directional or wall washer distribution.', 'http://www.sistemalux.com/logo#logo-downloads', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/5a4d250f4192021bcbde23ef/1515005223637/LOGO_PRO_MEDIUM.pdf', '2017-12-18', '2018-03-15', '0000-00-00', ''),
(412, 22, 'TORUS', 'ELM_TORUS', 'TORUS', 'TORUS. FLANGED INDIRECT DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, or Warm Color Dimming (3000K-2000K)', '90+', '9W; 15W; 31W', '684 lm; 943 lm; 1989 lm', 'L70; 50,000 Hours', '0-10V, ELV, TRIAC, Eco-system, Dali', 'Universal 120V-277V', 'INDIRECT; DOWNLIGHT', 'Innovative, first-of-its-kind technology in architectural downlights, ELEMENT Reflections combines decorative recessed domes with beautifully controlled, reduced-glare indirect LED illumination. ELEMENT Reflections domes (available in 5\", 8\" and 12\" diameters) are recessed into the ceiling plane and act as reflectors to a completely hidden ring of up-firing LEDs.\r\rThe Torus dome transforms beautiful three-dimensional geometry for dramatic visual interest with the subtle\r\rplay of light and shadow. All ELEMENT Reflections domes also offer two ceiling appearance options: flanged for a more traditional ceiling appearance; or flangeless for a smooth, mudded-in ceiling appearance.', 'http://www.element-lighting.com/Products/Details/Reflections-Decorative-Recessed-Downlights', 'http://www.element-lighting.com/i//Configurator/2/specsheets/Reflections_Torus_Flanged.pdf', '2017-11-13', '2018-03-15', '0000-00-00', ''),
(413, 65, 'LOG', 'SLX_LOG6', 'LOG6', 'LOG6. LOGO Large 6 Round and Square.', 1, 0, '', '2700-4000K', '80;', '22W; 30W; 43W', '1,200-2,400 lm', '50 000 hours (L90); 100 000 hours (L80)', 'Leading edge (triac); Trailing edge (elv) and 0-10v down to 15%; 0-10V down to 1%; Lutron Hi-Lume A-Series down to 1%', '120V; 277V', 'Downlight; Direct; Wall wash', 'Collection of specification grade downlights for architectural applications.\r\nExcellent build quality with features for the most demanding professional\r\napplications. Three sizes 4\", 5\", 6\" aperture with generous light outputs and\r\nexcellent chromatic performance. Professional optics available with general\r\ndownlight, directional or wall washer distribution.', 'http://www.sistemalux.com/logo#logo-downloads', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/5a4d1e39e4966bb3083fec16/1515003472668/LOGO_PRO_LARGE.pdf', '2017-12-18', '2018-03-15', '0000-00-00', ''),
(414, 22, 'BLOOM', 'ELM_BLOOM', 'BLOOM', 'BLOOM. FLANGED INDIRECT DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, or Warm Color Dimming (3000K-2000K)', '90+', '9W; 15W; 31W', '684 lm; 943 lm; 1989 lm', 'L70; 50,000 Hours', '0-10V, ELV, TRIAC, Eco-system, Dali', 'Universal 120V-277V', 'INDIRECT; DOWNLIGHT', 'Innovative, first-of-its-kind technology in architectural downlights, ELEMENT Reflections combines decorative recessed domes with beautifully controlled, reduced-glare indirect LED illumination. ELEMENT Reflections domes (available in 5\", 8\" and 12\" diameters) are recessed into the ceiling plane and act as reflectors to a completely hidden ring of up-firing LEDs.\r\rThe Bloom dome transforms beautiful three-dimensional geometry for dramatic visual interest with the subtle play of light and shadow. All ELEMENT Reflections domes also offer two ceiling appearance options: flanged for a more traditional ceiling appearance; or flangeless for a smooth, mudded-in ceiling appearance.', 'http://www.element-lighting.com/Products/Details/Reflections-Decorative-Recessed-Downlights', 'http://www.element-lighting.com/i//Configurator/2/specsheets/Reflections_Bloom_Flanged.pdf', '2017-11-13', '2018-03-15', '0000-00-00', ''),
(415, 22, 'DUNE', 'ELM_DUNE', 'DUNE', 'DUNE. FLANGED INDIRECT DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, or Warm Color Dimming (3000K-2000K)', '90+', '9W; 15W; 31W', '684 lm; 943 lm; 1989 lm', 'L70; 50,000 Hours', '0-10V, ELV, TRIAC, Eco-system, Dali', 'Universal 120V-277V', 'INDIRECT; DOWNLIGHT', 'Innovative, first-of-its-kind technology in architectural downlights, ELEMENT Reflections combines decorative recessed domes with beautifully controlled, reduced-glare indirect LED illumination. ELEMENT Reflections domes (available in 5\", 8\" and 12\" diameters) are recessed into the ceiling plane and act as reflectors to a completely hidden ring of up-firing LEDs.\r\rThe Dune dome transforms beautiful three-dimensional geometry for dramatic visual interest with the subtle play of light and shadow. All ELEMENT Reflections domes also offer two ceiling appearance options: flanged for a more traditional ceiling appearance; or flangeless for a smooth, mudded-in ceiling appearance.', 'http://www.element-lighting.com/Products/Details/Reflections-Decorative-Recessed-Downlights', 'http://www.element-lighting.com/i//Configurator/2/specsheets/Reflections_Dune_Flanged.pdf', '2017-11-13', '2018-03-15', '0000-00-00', ''),
(416, 65, '95', 'SLX_9501', '9501', '9501. MINI R LED.', 1, 0, '', '2700-4000K', '80; 90', '13W', '500 lm; 700 lm', '50,000 hours', 'Power supply compatible with leading (Triac); Trailing edge (ELV) for 120V only', '120-277V', 'Narrow flood; flood', 'Small aperture recessed downlight for commercial and residential interiors. Only 2\" aperture with regress baffle provide glare free illuminations.\r\nThe entire luminaire body is made CNC machined aluminum, yielding maximum heat dissipation to maintain light output and color consistency during the life of the products.', 'http://www.sistemalux.com/minir', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/594d13af6a496327ba9b4bb9/1498223540803/9501_9521_MiniR.pdf', '2017-06-22', '2018-03-15', '0000-00-00', ''),
(417, 22, 'FLEUR', 'ELM_FLEUR', 'FLEUR', 'FLEUR. FLANGED INDIRECT DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, or Warm Color Dimming (3000K-2000K)', '90+', '9W; 15W; 31W', '684 lm; 943 lm; 1989 lm', 'L70; 50,000 Hours', '0-10V, ELV, TRIAC, Eco-system, Dali', 'Universal 120V-277V', 'INDIRECT; DOWNLIGHT', 'Innovative, first-of-its-kind technology in architectural downlights, ELEMENT Reflections combines decorative recessed domes with beautifully controlled, reduced-glare indirect LED illumination. ELEMENT Reflections domes (available in 5\", 8\" and 12\" diameters) are recessed into the ceiling plane and act as reflectors to a completely hidden ring of up-firing LEDs.\r\rThe Fleur dome transforms beautiful three-dimensional geometry for dramatic visual interest with the subtle play of light and shadow. All ELEMENT Reflections domes also offer two ceiling appearance options: flanged for a more traditional ceiling appearance; or flangeless for a smooth, mudded-in ceiling appearance.', 'http://www.element-lighting.com/Products/Details/Reflections-Decorative-Recessed-Downlights', 'http://www.element-lighting.com/i//Configurator/2/specsheets/Reflections_Fleur_Flanged.pdf', '2017-11-13', '2018-03-15', '0000-00-00', ''),
(418, 65, '20', 'SLX_2025', '2025', '2025. BASIK 2025 LED.', 1, 0, '', '2700-4000K', '80; 90', '12W', '898-946 lm', '80,000 hours (L80)', '0-10V; Trailing edge (ELV) dimming (120V only)', '120V; 277V', 'Spot, Narrow flood, Flood', 'Recessed downlight for commercial and residential applications. The versatile design allow 45 ° tilt and 355° rotation of the entire optical assembly.\r\nPrecision optic made of vacuum plated PMMA delivers high efficiency with long lasting performance.\r\nThe entire luminaire body is made of one piece die-cast aluminum, yielding maximum heat dissipation. \r\nIndustry leading LED platform yields reliable color consistency and output performance during the life of the product.', 'http://www.sistemalux.com/basik', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/59f32a408e7b0f2fb06e79df/1509108290606/2025_Basik.pdf', '2017-10-26', '2018-03-15', '0000-00-00', ''),
(419, 22, 'SKYE', 'ELM_SKYE', 'SKYE', 'SKYE. FLANGED INDIRECT DOWNLIGHT.', 1, 0, '', '2700K, 3000K, 3500K, or Warm Color Dimming (3000K-2000K)', '90+', '9W; 15W; 31W', '684 lm; 943 lm; 1989 lm', 'L70; 50,000 Hours', '0-10V, ELV, TRIAC, Eco-system, Dali', 'Universal 120V-277V', 'INDIRECT; DOWNLIGHT', 'Innovative, first-of-its-kind technology in architectural downlights, ELEMENT Reflections combines decorative recessed domes with beautifully controlled, reduced-glare indirect LED illumination. ELEMENT Reflections domes (available in 5\", 8\" and 12\" diameters) are recessed into the ceiling plane and act as reflectors to a completely hidden ring of up-firing LEDs.\r\rThe Skye dome transforms beautiful three-dimensional geometry for dramatic visual interest with the subtle play of light and shadow. All ELEMENT Reflections domes also offer two ceiling appearance options: flanged for a more traditional ceiling appearance; or flangeless for a smooth, mudded-in ceiling appearance.', 'http://www.element-lighting.com/Products/Details/Reflections-Decorative-Recessed-Downlights', 'http://www.element-lighting.com/i//Configurator/2/specsheets/Reflections_Skye_Flanged.pdf', '2017-11-13', '2018-03-15', '0000-00-00', ''),
(420, 65, '91', 'SLX_9101/9111', '9101/9111', '9101/9111. PUNTO Small LED.', 1, 0, '', '3000K ; 4000K', '80', '13.4W', '475-575 lm', '50 000 hours (L70)', 'Standard power supply compatible with leading (Triac) and trailing edge (ELV) for 120V only; 0-10V dimming', '120V; 277V; 120-277V', 'Flood; General lighting', 'Collection of recessed downlights for commercial and institutional applications. Waterproof construction suitable for wet locations like bathroom, showers and wellness centers. The entire luminaire body is made of one piece die-cast aluminum, yielding maximum heat dissipation to maintain light output and color consistency during the life of the product.', 'http://www.sistemalux.com/punto', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/5836f5306a4963bb1836c843/1479996722764/9101-9111-9101R-9111R_Punto_Small_LED.pdf', '2016-11-22', '2018-03-15', '0000-00-00', ''),
(421, 65, '92', 'SLX_9201/9203/9211', '9201/9203/9211', '9201/9203/9211. PUNTO Large LED.', 1, 0, '', '3000K ; 4000K', '80', '29.7W', '1440-1615 lm', '50 000 hours (L70)', '0-10V dimming', '120V; 277V ; 120-277V', 'Narrow flood, Flood, General lighting', 'Collection of recessed downlights for commercial and institutional applications. Waterproof construction suitable for wet locations like bathroom, showers and wellness centers. The entire luminaire body is made of one piece die-cast aluminum, yielding maximum heat dissipation to maintain light output and color consistency during the life of the product.', 'http://www.sistemalux.com/punto', 'https://static1.squarespace.com/static/56c1ff86356fb03af9c82b31/t/5836f545ff7c50058bb5e199/1479996744497/9201-9203-9211-9201R-9203R-9211R_Punto_Large_LED.pdf', '2016-11-22', '2018-03-15', '0000-00-00', ''),
(422, 66, 'I-M', 'IGZ_I-MXJ0', 'I-MXJ0', 'I MXJ0. PALCO FRAMER SMALL.', 1, 0, '', '3000K', '90', '24.5W', '520 lm', '50 000 hours', 'Contact factory for dimming options.Special product with potentiometer for brightness control on the luminaire, on request.', '120V / 277V', 'Medium, 20°', 'Gobos, slides and perfect geometrical shapes with variable sides.', 'https://www.iguzzini.com/us/palco-framer-3⅞/', 'https://cdn6.iguzzini.com/getmedia/8d2902cf-e0e7-423d-b297-60ce299e23a8/Palco_framer_3_7-8-spec_sheet-iGuzzini?ext=.pdf', '2018-01-26', '2018-03-15', '0000-00-00', ''),
(423, 66, 'I-M', 'IGZ_I-MR98', 'I-MR98', 'I MR98. PALCO FRAMER MEDIUM.', 1, 0, '', '3000K', '90', '38.5W', '900lm', '50 000 hours', 'Contact factory for dimming options.Special product with potentiometer for brightness control on the luminaire, on request.', '120V / 277V', 'Medium, 20°', 'Gobos, slides and perfect geometrical shapes with variable sides.', 'https://www.iguzzini.com/us/palco-framer-4½/', 'https://cdn6.iguzzini.com/getmedia/2edfa6ce-4219-4ebf-a522-9ae581b6e2a7/PALCO-FRAMER-MEDIUM-I-MR98_SPEC?ext=.pdf', '2018-01-26', '2018-03-15', '0000-00-00', ''),
(424, 66, 'SB', 'IGZ_SB-6', 'SB-6', 'SB 6. Underscore InOut Side Bend 6mm.', 1, 0, '', '2500K, 2900K, 3800K, 4600K, RGB', '80', '2.1W - 61.1W', '15 lm - 2030 lm', '35,000h', 'Dimmable Electronic Control gear PWM.', '24Vdc', 'General lighting', 'Straight or curved light effects that emphasize the geometrical shape of space. Light blades that outline volumes, map out paths and add decoration to any environment. All this is possible thanks to our latest generation LED lamps that are specifically designed to improve energy efficiency. The light can be either static or dynamic in terms of both colour temperature and RGB tones. And matching indoor and outdoor installations guarantee style continuity with specific high-resistance features and long-lasting reliability.', 'https://www.iguzzini.com/underscore-inout-side-bend-6mm/', 'https://www.iguzzini.com/underscore-inout-side-bend-6mm/', '2018-03-12', '2018-03-15', '0000-00-00', ''),
(425, 66, 'SB', 'IGZ_SB-10', 'SB-10', 'SB 10. Underscore InOut Side Bend 10mm.', 1, 0, '', '2500K, 2900K, 3800K, 4600K, RGB', '80', '2.1W - 61.1W', '16.8 lm - 2310 lm', '30,000h', 'Dimmable Electronic Control gear PWM.', '24Vdc', 'General lighting', 'traight or curved light effects that emphasize the geometrical shape of space. Light blades that outline volumes, map out paths and add decoration to any environment. All this is possible thanks to our latest generation LED lamps that are specifically designed to improve energy efficiency. The light can be either static or dynamic in terms of both colour temperature and RGB tones. And matching indoor and outdoor installations guarantee style continuity with specific high-resistance features and long-lasting reliability.', 'https://www.iguzzini.com/underscore-inout-side-bend-10mm/', 'https://www.iguzzini.com/underscore-inout-side-bend-10mm/', '2018-02-18', '2018-03-15', '0000-00-00', ''),
(426, 66, 'SB', 'IGZ_SB-16', 'SB-16', 'SB 16. Underscore InOut Side Bend 16mm.', 1, 0, '', '2500K, 2900K, 3800K, 4600K, RGB, Tunable White', '80', '2.1W - 61.1W', '14.5 lm - 2170 lm', '30,000h', 'Dimmable Electronic Control gear PWM.', '24Vdc', 'General lighting', 'traight or curved light effects that emphasize the geometrical shape of space. Light blades that outline volumes, map out paths and add decoration to any environment. All this is possible thanks to our latest generation LED lamps that are specifically designed to improve energy efficiency. The light can be either static or dynamic in terms of both colour temperature and RGB tones. And matching indoor and outdoor installations guarantee style continuity with specific high-resistance features and long-lasting reliability.', 'https://www.iguzzini.com/underscore-inout-side-bend-16mm/', 'https://www.iguzzini.com/underscore-inout-side-bend-16mm/', '2018-02-25', '2018-03-15', '0000-00-00', ''),
(427, 66, 'TB', 'IGZ_TB-16', 'TB-16', 'TB 16. Underscore InOut Top Bend 16mm.', 1, 0, '', '2500K - 4500K, RGB, Tunable White', '80', '2.1W - 81W', '29 lm - 4691 lm', '100,000h', 'Dimmable Electronic Control gear PWM.', '24Vdc', 'General lighting', 'Straight or curved light effects that emphasize the geometrical shape of space. Light blades that outline volumes, map out paths and add decoration to any environment. All this is possible thanks to our latest generation LED lamps that are specifically designed to improve energy efficiency. The light can be either static or dynamic in terms of both colour temperature and RGB tones. And matching indoor and outdoor installations guarantee style continuity with specific high-resistance features and long-lasting reliability.', 'https://www.iguzzini.com/underscore-inout-top-bend-16mm/', 'https://www.iguzzini.com/underscore-inout-top-bend-16mm/', '2018-02-25', '2018-03-15', '0000-00-00', ''),
(428, 66, 'I-ADR', 'IGZ_I-ADR', 'I-ADR', 'I ADR. Albero Pole System.', 1, 0, '', '3000K, 4000K', '80', '123W', '2579 or 2754lm', '50 000 hours', 'Universal high efficiency electronic power supply.', '120-277V', '360° down light symmetric', 'The perfect combination of nature and artifice. A device with a natural shape that blends perfectly with any environment, while also offering advanced technology and innumerable functional innovations. Functional lighting, security cameras, photovoltaic panels and much more, all contained in a \"\"natural\"\" design.', 'https://www.iguzzini.com/us/albero-pole-system/', 'https://cdn2.iguzzini.com/getmedia/f648aca0-e22f-4961-bae8-e2b07f2329f2/Albero-spec_sheet-iGuzzini?ext=.pdf', '2016-07-26', '2018-03-15', '0000-00-00', ''),
(429, 66, 'I-B', 'IGZ_I-BA99/I-BB01', 'I-BA99/I-BB01', 'I BA99/I BB01. Glim Cube Wall Curved.', 1, 0, '', '3200K, 4200K', '75, 80', '3.8W', '110 to 127lm', '50 000 hours', 'Integral high efficiency electronic power supply.', '120V', 'Light blade', 'These delicate luminous clusters and magical plays of light and colour decorate and illustrate space. The Glim Cube project is efficiency enhanced by lightness. This device, designed by Piero Castiglioni, minimises and balances the landscape by creating small cubes of light.', 'https://www.iguzzini.com/us/glim-cube-wall-curved/', 'https://cdn6.iguzzini.com/getmedia/0d006807-29f1-4a74-88d8-c46b7ff59b13/Glim_cube_applique_cove_curved-spec_sheet-iGuzzini_integral?ext=.pdf', '2016-09-06', '2018-03-15', '0000-00-00', ''),
(430, 66, 'I-M', 'IGZ_I-MQ/I-MU', 'I-MQ/I-MU', 'I MQ/I MU. Laser Blade Adjustable 10 Cells.', 1, 0, '', '3000K, 4000K', '90, 95', '2x25.4W', '1335 to 1490lm', '50 000 hours', 'Standard with 0-10V dimming; Leading (TRIAC) and trailing edge (ELV) dimming, for 120V only', '120V-277V', 'Spot, Flood, Wide Flood', 'Laser Blade combines an extremely minimalist design with iGuzzini\'s considerable experience in LED products. The face of the fixture is a square or long and narrow strip of only 1.6\" wide designed to create optically circular light distributions. The particular light distribution of Laser Blade avoids the dot like effects typical of single LEDs to achieve a single general emission. LEDs, due to their shape and extremely concentrated output, raise two types of issues that require intensive study. The first is correct return to the balance of colors and chromatic quality of the light and the second is glare control.', 'https://www.iguzzini.com/us/laser-blade-adjustable-10-cells-double/', 'https://cdn4.iguzzini.com/getmedia/2cc136cf-f211-4d8d-9eef-f8dfa3498990/Laser_Blade_10x_Adjustable_Double-spec_sheet?ext=.pdf', '2017-03-09', '2018-03-15', '0000-00-00', ''),
(431, 66, 'LB', 'IGZ_LB', 'LB', 'LB. Laser Blade High Contrast 5 Cells Trim.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '12.8W', '670 to 765lm', '50 000 hours', '0-10V; Leading(TRIAC) and trailing edge (ELV).', '120-277V', 'Spot, Flood and Wide Flood', 'Laser Blade combines an extremely minimalist design with iGuzzini\'s considerable experience in LED products. The face of the fixture is a square or long and narrow strip of only 1.6\"\" wide designed to create optically circular light distributions. The particular light distribution of Laser Blade avoids the dot like effects typical of single LEDs to achieve a single general emission. LEDs, due to their shape and extremely concentrated output, raise two types of issues that require intensive study. The first is correct return to the balance of colors and chromatic quality of the light and the second is glare control.', 'https://www.iguzzini.com/us/laser-blade-high-contrast-5-cells-trim/', 'https://cdn3.iguzzini.com/getmedia/e452e74c-4dac-4d8d-a27f-6f355ec0164a/LASER-BLADE_DOWNLIGHT_INTEGRAL?ext=.pdf', '2018-02-15', '2018-03-15', '0000-00-00', ''),
(432, 32, 'P34', 'GDR_P34', 'P34', 'P34. PureForm site and area, 34\".', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70;80', '232-414W', '22,261-49,989 lm', '>100,000 hours L70; >54,000 hours L70 per TM-21', '0-10V External dimming; Dual Circuit Control; Field Adjustable; Interface module for SiteWise; Integral wireless module with #3 lens; Integral wireless module with #4 lens; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V; 347-480V', 'Multiple distribution depending on optics type', 'Philips Gardco PureForm bollard LED integrates a sleek, low profile design, extraordinary light output, and energy savings into an innovative pedestrian scale luminaire. PureForm bollard features a high performance optical system designed to achieve wide spacings and full cutoff performance. Three heights available for a customized look. IP66 optics, and IP65 housing ensure dust or moisture will never interfere with performance.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-area-large-p34.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/P34_PureForm_area_large.pdf', '2018-01-18', '2018-03-16', '0000-00-00', ''),
(433, 32, 'P26', 'GDR_P26-140L', 'P26-140L', 'P26-140L. PureForm area medium, 26\".', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70;80', '22-96W', '2412-9982 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', '0-10V External dimming; Field Adjustable; Interface module for SiteWise; Integral wireless module with #2 len; Integral wireless module with #3 lens; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V; 347-480V', 'Multiple distribution options: Type 2; Type 3; Type 5', 'Philips Gardco PureForm site and area medium LED with comfort optics features a sleek, low profile design. Comfort optics reduce glare to increase visual comfort. Type 2, 3, and 5 optical distributions are availble. A full range of control options provide additional energy savings.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-area-medium-comfort-p26.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/P26_PureForm_area_medium_comfort.pdf', '2018-03-06', '2018-03-16', '0000-00-00', ''),
(434, 67, 'TX', 'HDC_TX1', 'TX1', 'TX1. CityPost LED Post Top.', 1, 0, '', '3000K; 4000K', '70', '37.74W - 135.38518519W', '1824 lm - 11286 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', 'Driver comes standard with 0-10V dimming capability', '120V-277V; 347V-480V', 'Multiple distribution options: Type II; Type III; Type IV; Type V', 'The Philips Hadco City Post LED post top luminaire is an excellent choice for both new lighting installations and retrofit projects. An optimal balance of standard features and accessories results in a competitively positioned luminaire to address a variety of outdoor lighting projects, efficiently illuminating streets, parks, cities, campuses and city centers', 'http://www.lightingproducts.philips.com/our-brands/hadco/citypost-led-post-top-tx1.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aHadco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/CityPost-LED-spec.pdf', '2017-10-25', '2018-03-16', '0000-00-00', ''),
(435, 67, 'VX', 'HDC_VX022', 'VX022', 'VX022. New Oxford LED Post Top.', 1, 0, '', '3000K; 4000K', '70', '35.9W - 108.1W', '2278 lm - 12004 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', 'Driver comes standard with 0-10V dimming capability', '120V-277V; 347V-480V', 'Multiple distribution options: Type II; Type III; Type IV; Type V', 'The Philips Hadco New Oxford LED post top luminaire featuring cutoff optics, offers ideal performance for street lighting in residential and historic urban settings. Blending this style with Philips Hadco’s modular post top concept creates the flexibility for you to build your own look into the fixture.', 'http://www.lightingproducts.philips.com/our-brands/hadco/new-oxford-led-post-top-vx022.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aHadco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/NewOxford-LED-spec.pdf', '2017-10-25', '2018-03-16', '0000-00-00', ''),
(436, 32, 'P26', 'GDR_P26', 'P26', 'P26. PureForm area medium, 26\".', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70;80', '60-219W', '6735-28991 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', '0-10V External dimming; Dual Circuit Control; Field Adjustable; Interface module for SiteWise; Integral wireless module with #3 lens; Integral wireless module with #4 lens; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V; 347-480V', 'Multiple distribution depending on optics type', 'Philips Gardco PureForm site and area medium LED features a sleek, low profile design and optimal performance. PureForm site and area medium is designed to achieve maximum pole spacing, with lumen output up to 28,000 lumens. Multiple distribution and shielding options are availble to acheive maximum cotrol. A full range of control options provide additional energy savings.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-area-medium-p26.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/P26_PureForm_area_medium.pdf', '2018-01-15', '2018-03-16', '0000-00-00', ''),
(437, 67, 'UX', 'HDC_UX1', 'UX1', 'UX1. LED Post Top.', 1, 0, '', '3000K; 4000K', '70', '35.9W - 137.85W', '1682 lm - 11137 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', 'Driver comes standard with 0-10V dimming capability', '120V-277V; 347V-480V', 'Type II; Type III; Type IV; Type V', 'The Philips Hadco LED post top UX1 luminaire offers a simple modern take on the traditional lantern, providing style and elegance to downtown areas, commercial developments, parks and residential communities.', 'http://www.lightingproducts.philips.com/our-brands/hadco/ux1-led-post-top-ux1.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aHadco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/UX1-LED-spec.pdf', '2017-10-30', '2018-03-16', '0000-00-00', ''),
(438, 32, 'PBL', 'GDR_PBL-14L', 'PBL-14L', 'PBL-14L. Pure Form bollard.', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70;80', '6,1-53,8W', '492-4213 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', '0-10V External dimming; Field Adjustable; Interface module for SiteWise; Wireless controls without PIR sensor; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V', 'Multiple distribution options: Type 3; Type 5', 'Philips Gardco PureForm bollard LED integrates a sleek, low profile design, extraordinary light output, and energy savings into an innovative pedestrian scale luminaire. PureForm bollard features a high performance optical system designed to achieve wide spacings and full cutoff performance. Three heights available for a customized look. IP66 optics, and IP65 housing ensure dust or moisture will never interfere with performance.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-bollard-pbl.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/PBL_PureForm_bollard.pdf', '2018-01-15', '2018-03-16', '0000-00-00', ''),
(439, 67, 'VL', 'HDC_VL71', 'VL71', 'VL71. Victorian LED post top.', 1, 0, '', '3000K; 4000K', '70 Min; 75 Typical', '49W; 70W', '5214 lm - 7769 lm', '>100,000 hours L70; >54,000 hours L70 per TM-21', 'Dimming driver standard', '120-277 VAC', 'Type III; Type V', 'The Philips Hadco Victorian LED post tops with EcoSwap are traditionally styled luminaires with a highly efficient LED light engine inside. This modern engine provides energy efficiency, without sacrificing lumens, for enhanced sense of security along walkways in cities and neighborhoods. It allows for lower maintenance due to a longer lamp life and fewer internal parts. This makes the Victorian LED post top luminaires with EcoSwap an economical choice for communities on a budget.', 'http://www.lightingproducts.philips.com/our-brands/hadco/victorian-led-post-top-vl71.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aHadco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/VL71_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(440, 67, 'VL', 'HDC_VL72', 'VL72', 'VL72. Victorian LED post top.', 1, 0, '', '3000K; 4000K', '70 Min; 75 Typical', '49W; 70W', '4945 lm - 7493 lm', '>100,000 hours L70; >54,000 hours L70 per TM-21', 'Dimming driver standard', '120-277 VAC', 'Type III; Type V', 'The Philips Hadco Victorian LED post tops with EcoSwap are traditionally styled luminaires with a highly efficient LED light engine inside. This modern engine provides energy efficiency, without sacrificing lumens, for enhanced sense of security along walkways in cities and neighborhoods. It allows for lower maintenance due to a longer lamp life and fewer internal parts. This makes the Victorian LED post top luminaires with EcoSwap an economical choice for communities on a budget.', 'http://www.lightingproducts.philips.com/our-brands/hadco/victorian-led-post-top-vl72.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aHadco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/VL72_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(441, 32, 'PPT', 'GDR_PPT-140L', 'PPT-140L', 'PPT-140L. PureForm post top, comfort optics.', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70;80', '22-96W', '1951-9011 lm', '>100,000 hours L70; >60,000 hours L70 per TM-21', '0-10V External dimming; Field Adjustable; Interface module for SiteWise; Integral wireless module with #3 lens; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V; 347-480V', 'Multiple distribution options: Type 1; Type 2; Type 3; Type 5', 'Philips Gardco PureForm post top LED features a sleek, low profile design. Comfort optics reduce glare to enhance a sense of security with increased visual comfort. Type 1, 3, and 5 optical distributions are available with lumen output up to 9,000 lumens. A full range of control options provide additional energy savings. Optional integral emergency battery backup available for path-of-egress illumination.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-post-top-comfort-ppt.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/PPT_PureForm_post_top.pdf', '2018-01-18', '2018-03-16', '0000-00-00', ''),
(442, 32, 'PWS', 'GDR_PWS-140L', 'PWS-140L', 'PWS-140L. PureForm wall sconce.', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70; 80', '22-97W', '2,448-10,698 lm', '>100,000 hours L70; >42,000 hours L70 per TM-21', '0-10V External dimming; Field Adjustable Wattage; Interface Module for SiteWise; Integral wireless module; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V; 347-480V', 'Multiple distribution options: Type 2; Type 3; Type 4', 'Philips Gardco PureForm wall sconce LED with comfort optics offers a sleek, low profile design that will complement a range of architectural styles. Comfort optics reduce glare to increase visual comfort. PureForm wall sconce provides up to 10,700 lumens to accommodate multiple mounting heights up to 20\', and is available with Type 2, 3, 4, optical distributions. A full range of control options are available for additional energy savings. Optional emergency battery backup option available for path-of-egress, and is integral to the luminaire.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-wall-sconce-comfort-pws.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/PWS_PureForm_wall_sconce_comfort.pdf', '2018-03-06', '2018-03-16', '0000-00-00', ''),
(443, 68, 'AL', 'STN_AL', 'AL', 'AL. Area Light LED.', 1, 0, '', '4000K', '70', '150W; 200W', '18,300 lm - 24,300 lm', '>68,000 L70; >54,000 L70 per TM21', 'Driver efficiency (>90% at full load). Available in 120-277V. With AL-200 availible motion sensor: dimming on low is factory set to 30% with 5 minute default in \"full power\" prior to dimming back to low. When no motion is detected for 5 minutes, the motio', '120-277 Volts', 'Type III; Type IV', 'The Philips Keene Area Light LED features energy saving LED technology ideal for pole mounted area lighting applications. Area Light LED is available with Type 3 and Type 4 distributions in two lumen packages, providing up to 25,000 lumens.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/area-light-led.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aStonco+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/Stonco_AreaLight_SpecSheet.pdf', '2017-08-30', '2018-03-16', '0000-00-00', ''),
(444, 32, 'PWS', 'GDR_PWS', 'PWS', 'PWS. Pure Form wall sconce.', 1, 0, '', '2700K; 3000K; 4000K; 5000K', '70; 80', '47-179W', '4899-21881 lm', '>100,000 hours L70; >54,000 hours L70 per TM-21', '0-10V External dimming; Dual Circuit Control; Field Adjustable; Interface module for SiteWise; Integral wireless module with #3 lens; Integral wireless module with #4 lens; Bi-level functionary with motion sensor', '120V; 208V; 240V; 277V; 347V; 480V; 120-277V; 347-480V', 'Multiple distribution options: Type 2; Type 3; Type 4; Back light control', 'Philips Gardco PureForm wall sconce LED with precision optics offers a sleek, low profile design that will complement a range of architectural styles. PureForm wall sconce provides up to 21800 lumens to accommodate multiple mounting heights up to 20\', and is available with Type 2, 3, 4, as well as our back light control optics. A full range of control options are available for additional energy savings. Optional emergency battery backup option available for path-of-egress, and is integral to the luminaire.', 'http://www.lightingproducts.philips.com/our-brands/gardco/pureform-led-wall-sconce-pws.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aGardco', 'http://www.lightingproducts.philips.com/Documents/webdb2/Gardco/pdf/PWS_PureForm_wall_sconce.pdf', '2018-02-22', '2018-03-16', '0000-00-00', ''),
(445, 68, 'GC', 'STN_GC', 'GC', 'GC. LED General Purpose Garage & Canopy GC.', 1, 0, '', '4000K', '70', '40W; 57W', '4735 lm; 6322 lm', '>60,000 L70 per TM21', 'High power factor of 90% min. Electronic driver, operating range 50/60 Hz, Class 2', '120-277VAC', 'Type V', 'The Philips LED Garage and Canopy light is slim and durable with a lightweight design, and provides you with a visually appealing lighting experience. This luminaire can be surface mounted directly to the ceiling or pendant mounted using rigid conduit. Its light-weight design with quick and easy mounting plate allows simple installation and hands-free wiring. Whether it’s new construction, or a retrofit installation, the Philips Garage and Canopy fixture will provide years of trouble free operation and keep you on budget.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/led-general-purpose-garage-canopy-gc.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aStonco+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/Stonco_GarageCanopy_SpecSheet.pdf', '2017-12-07', '2018-03-16', '0000-00-00', ''),
(446, 68, 'PW', 'STN_PW', 'PW', 'PW. Low Profile Wall LED.', 1, 0, '', '4000K', '80', '15W; 30W; 50W', '1656 lm; 3090 lm; 5114 lm', '> 54,000 L70 Per TM-21', 'Electrical Driver efficiency (>90% at full load). Available in 120-277V', '20-277 Volts', 'Type II', 'The Low Profile Wall Mount features a discreet design that will complement any building exterior. Three sizes are available in 15, 30 and 50W output to accommodate multiple mounting heights. Low Profile Wall delivers up to 110 lumens per watt for excellent energy savings over HID.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/low-profile-wall-led.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aStonco+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/Stonco_LowProfileWall_SpecSheet.pdf', '2017-08-22', '2018-03-16', '0000-00-00', ''),
(447, 69, 'RD', 'LGL_RD', 'RD', 'RD. Retrofit downlight.', 1, 0, '', '3000K', '90', '12W; 18W', '900 lm; 1,400 lm', '42,000 hours L70', 'Intended for ELV/TRIAC (120V) dimming', '120V', 'Downlight', 'Philips Lightolier LED Retrofit downlight is your go-to LED replacement solution. Whether you have a commercial, institutional or residential space that needs an energy saving upgrade, the Retrofit downlight will be the fast and cost-effective answer.\nAvailable in 4\" and 5/6\" round apertures.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/retrofit-downlight.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLightolier+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/RetrofitDownlight-RD.pdf', '2018-02-02', '2018-03-16', '0000-00-00', ''),
(448, 68, 'TW', 'STN_TW', 'TW', 'TW. Tall wall pack LED.', 1, 0, '', '4000K', '70', '20W', '2277 lm', '>102,000 L70 per TM21', 'Constant current driver with efficiency >84% at full load. Available in 120-277V', '120-277 Volts', 'Type IV', 'The Philips Stonco Tall Wall Pack makes it easy to switch to LED. This compact wall pack utilizes only 20W and provides 70W HID equivalent illumination for enhanced energy savings.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/tall-wall-pack-led.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aStonco+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/Stonco_TallWallPack_SpecSheet.pdf', '2017-09-05', '2018-03-16', '0000-00-00', ''),
(449, 69, 'SD', 'LGL_SD', 'SD', 'SD. Surface mount downlight.', 1, 0, '', '3000K', '90', '9,8W; 15,2 W', '700 lm; 1,000 lm', '50,000 hours L70', 'Intended for ELV/TRIAC (120V) dimming', '120V', 'Downlight', 'Philips Lightolier LED Surface mount downlighting is a real problem-solver. When you are faced with a challenging ceiling, but you still want a great-looking downlight that\'s easy to install, Surface mont is the answer. Available in 5\" and 7\" round apertures.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/surface-mount-downlight.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLightolier+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/SurfaceMountDownlight-SD.pdf', '2017-09-07', '2018-03-16', '0000-00-00', ''),
(450, 69, 'TH', 'LGL_TH', 'TH', 'TH. Track head.', 1, 0, '', '3000K', '90', '13.6-38.4 W', '1,100 lm; 3,000 lm', 'TH10 40,000 hours L70; TH30 60,000 hours L70', 'DVELV-300 (ELV); DV-603P (TRIAC); AY-600P (TRIAC); MALV-600 (ELV)', '120V', 'Spot, Narrow flood, Flood', 'Philips Lightolier LED Track Head is the latest budget friendly addition to our track family. The Track Head has simple, clean and contemporary styling to fit well into any commercial, retail or hospitality interior space, without blowing your budget.\nAvailable in two lumen packages: 1100lm & 3000lm', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/track-head.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLightolier+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/TrackHead-Tracklight-TH.pdf', '2018-03-13', '2018-03-16', '0000-00-00', ''),
(451, 68, 'WP', 'STN_WP', 'WP', 'WP. Wall Pack LED.', 1, 0, '', '4000K', '70', '30W; 50W; 75W', '3355 lm; 5541 lm; 8999 lm', '>102,000 L70 per TM21', 'Driver efficiency (>84% at full load). Available in 120-277V', '120-277 Volts', 'Type II; Type IV', 'The Philips Stonco Wall Pack features a classic design, so you don’t have to update your look by swithing to energy saving LED technology.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/wall-pack-led.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aStonco+Usa', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/Stonco_WallPack_SpecSheet.pdf', '2017-08-24', '2018-03-16', '0000-00-00', ''),
(452, 70, 'CAND', 'LMC_CAND1', 'CAND1', 'CAND1. Candela LED Pendant.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '50W, 70W', 'Multiple lumen packages.', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type III, Type V', 'Attention to detail is perhaps the most important aspect of the Philips Lumec Candela LED post top and pendant luminaires. From the European inspired nautical design to the wide range of options available, to the wide assortment of complementary products that harmonize with this luminaire, no stone has been left unturned to give decision makers unprecedented flexibility and design options. Whatever the project, be it town or country, the presence of Candela luminaires will bring architectural and landscaped developments to new heights. Powered by the Philips EcoSwap LED light engine, Candela provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/candela-led-pendant-cand1.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/CAND1_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(453, 70, 'CAND', 'LMC_CAND3', 'CAND3', 'CAND3. Candela LED Pendant.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '50W, 70W', 'Multiple lumen packages.', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'Attention to detail is perhaps the most important aspect of the Philips Lumec Candela LED post top and pendant luminaires. From the European inspired nautical design to the wide range of options available, to the wide assortment of complementary products that harmonize with this luminaire, no stone has been left unturned to give decision makers unprecedented flexibility and design options. Whatever the project, be it town or country, the presence of Candela luminaires will bring architectural and landscaped developments to new heights. Powered by the Philips EcoSwap LED light engine, Candela provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/candela-led-pendant-cand3.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/CAND3_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(454, 70, 'CAND', 'LMC_CAND2', 'CAND2', 'CAND2. Candela LED Post Top.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '50W, 70W', 'Multiple lumen packages.', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'Attention to detail is perhaps the most important aspect of the Philips Lumec Candela LED post top and pendant luminaires. From the European inspired nautical design to the wide range of options available, to the wide assortment of complementary products that harmonize with this luminaire, no stone has been left unturned to give decision makers unprecedented flexibility and design options. Whatever the project, be it town or country, the presence of Candela luminaires will bring architectural and landscaped developments to new heights. Powered by the Philips EcoSwap LED light engine, Candela provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/candela-led-post-top-cand2.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/CAND2_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(455, 70, 'NW', 'LMC_NW', 'NW', 'NW. New Westminster LED Post Top.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '50W, 70W', 'Multiple lumen packages.', '54,000 hours - L70; 60,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'The classical and contemporary design in the Philips Lumec New Westminster LED luminaire can be integrated into many different settings. It enhances the surrounding architecture with elegance. Most assuredly classic, but resolutely modern, the New Westminster luminaire know how to create ambiance.', 'http://www.lightingproducts.philips.com/our-brands/lumec/new-westminster-led-post-top-nw.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/NW_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(456, 70, 'Z12', 'LMC_Z12/Z12A', 'Z12/Z12A', 'Z12/Z12A. Zenith LED Post Top.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '49W, 70W', 'Multiple lumen packages', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'The classically inspired design houses state-of-the-art technology and has many features that allow its appearance to be customized and personalized. By combining high-tech technology with elements of modern design, the Philips Lumec Zenith LED post top luminaires give you great flexibility and freedom. The Zenith was specially developed for lighting large areas, such as parks, public areas, and entryways. Powered by the Philips EcoSwap LED light engine, Zenith provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/zenith-led-post-top-z12-z12a.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/Z12_Z12A_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(457, 70, 'Z14', 'LMC_Z14', 'Z14', 'Z14. Zenith LED Post Top.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '49W, 70W', 'Multiple lumen packages.', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'The classically inspired design houses state-of-the-art technology and has many features that allow its appearance to be customized and personalized. By combining high-tech technology with elements of modern design, the Philips Lumec Zenith LED post top luminaires give you great flexibility and freedom. The Zenith was specially developed for lighting large areas, such as parks, public areas, and entryways. Powered by the Philips EcoSwap LED light engine, Zenith provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/zenith-led-post-top-z14.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/Z14_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(458, 70, 'Z40', 'LMC_Z40', 'Z40', 'Z40. Zenith LED Post Top.', 1, 0, '', '3000k, 4000k', 'CRI 70 Min. 75 Typical.', '49W, 70W', 'Multiple lumen packages.', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'The classically inspired design houses state-of-the-art technology and has many features that allow its appearance to be customized and personalized. By combining high-tech technology with elements of modern design, the Philips Lumec Zenith LED post top luminaires give you great flexibility and freedom. The Zenith was specially developed for lighting large areas, such as parks, public areas, and entryways. Powered by the Philips EcoSwap LED light engine, Zenith provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/zenith-led-post-top-z40.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/Z40_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', ''),
(459, 70, 'Z47', 'LMC_Z47A', 'Z47A', 'Z47A. Zenith LED Post Top.', 1, 0, '', '3000k, 4000k', '70 Min. 75 Typical.', '49W, 70W', 'Multiple lumen packages.', '100,000 hours - L70; 54,000 hours - L70 per TM-21;', 'Dimming driver standard.', '120V, 208V, 240V, 277V', 'Type 3 and Type 5.', 'The classically inspired design houses state-of-the-art technology and has many features that allow its appearance to be customized and personalized. By combining high-tech technology with elements of modern design, the Philips Lumec Zenith LED post top luminaires give you great flexibility and freedom. The Zenith was specially developed for lighting large areas, such as parks, public areas, and entryways. Powered by the Philips EcoSwap LED light engine, Zenith provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/zenith-led-post-top-z47a.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aLumec', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/Z47A_Spec.pdf', '2018-02-21', '2018-03-16', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(460, 71, 'Value+', 'CLR_VLTU', 'VLTU', 'VLTU. Value+ LED - VLTU Emergency Unit.', 1, 0, '', '6000K', '', '1 - 2 W', '200 lm', '', '', '120/277 VAC', 'Emergency illumination.', 'The Philips Chloride Value + LED Series is an economical line of exit signs, emergency combos, and emergency lighting units that provide a solution for commercial and retail applications with a price sensitive budget without compromising on quality and appearance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-led-vltu-emergency-unit.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aChloride', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/Value+_emerg_unit_VLTU.pdf', '2017-08-31', '2018-03-16', '0000-00-00', ''),
(461, 71, 'Value+', 'CLR_VLTC3R', 'VLTC3R', 'VLTC3R. Value+ LED - VLTC Exit/Unit Combo.', 1, 0, '', '6000K', '', '1 - 2 W', '200 lm', '', '', '120/277 VAC', 'Emergency illumination.', 'The Philips Chloride Value + LED Series is an economical line of exit signs, emergency combos, and emergency lighting units that provide a solution for commercial and retail applications with a price sensitive budget without compromising on quality and appearance.\r\n\r\nThe Philips Chloride Value + LED Series is an economical line of exit signs, emergency combos, and emergency lighting units that provide a solution for commercial and retail applications with a price sensitive budget without compromising on quality and appearance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-led-vltc-exitunit-combo.html#!f=%40HasNewProducts%3a1%2b%40Brand%3aChloride', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/Value+_combo_VLTC.pdf', '2017-09-20', '2018-03-16', '0000-00-00', ''),
(462, 28, 'MMC', 'MDL_MMCI', 'MMCI', 'MMCI. Moda Mini Cove Interior.', 1, 0, '', '2200K; 2700K; 3000K; 3500K; 4000K', '96-98', '2.8W - 104W', '163,7-3,715 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V, Electronic L ow Voltage R everse Phase Trailing Edge', '100-277V', 'Cove, Accent & Indirect General Illumination', 'MODA MINI COVE INTERIOR is an award winning, patented, miniature line voltage cove lighting system. Powerful and efficient with a choice of Standard Output at 502 lumens per foot or High Output delivering an astonishing 1004 lumens per foot packaged in a small size of just 1 3/10\" (33mm) tall fixture. Unlike other fixtures which are much larger in physical size, MINI COVE utilizes the latest Advanced MODA Design and Electronic Engineering, ensuring fixtures are cool to the touch even at 1004 lumens per foot. This is achieved by designing a forward thinking fixture with intelligent driver technology and by under driving the most advanced LEDs in the World. Thus creating a fixture which is so cool it can be held after days of illumination. The L70 (longevity) of the fixture is extended and phosphor degradation kept to a minimum.\r\r6in, 1ft, 4ft, & 8ft sections available.', 'http://www.modalight.com/moda-mini-cove.html', 'http://www.modalight.com/assets/moda-mini-cove-int-white-light-spec-sheet.pdf', '2018-02-23', '2018-03-19', '0000-00-00', ''),
(463, 28, 'MCI', 'MDL_MCI', 'MCI', 'MCI. MODA COVE Interior.', 1, 0, '', '2200K; 2700K; 3000K; 3500K; 4000K', '94-98', '4-40W', '250.5-4,960 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', 'Electronic Low Voltage Reverse Phase Trailing Edge', '100-277V', 'Cove, Accent & Indirect General Illumination', 'MODA COVE Interior is a new patent pending cove lighting system designed for interior applications. Utilizing MODA’s latest software and dimming technology with its onboard dimming chipset and MODA firmware, this series can dim to 0% smoothly without any flicker or noise and simultaneously synchronize dim with every fixture. Choose between Electronic Low Voltage dimming models or direct DALI dimming fixtures (No Bridge or adapter required), all with no minimum run lengths. With MODA’s methods of precision and high standards of work, MODA achieves perfect illumination. Color Rendering Index is at a MODA standard of 90-98. R1 - R15 values are in excess of 90. No striations, no color over angle, and no dark spots. Small in physical size, yet powerful with up to 1200 lm/ft. Standard color temperatures available are 2200K, 2700K, 3000K, 3500K, and 4000K. Other CCT are available by request. 100-277V, 50/60Hz power input allows these fixtures to be installed anywhere in the world. New patent pending locking bracket rotates 180 degrees for a multitude of light directions. Rugged aluminum design. Fast installation is achieved with MODA KWIK CONNECT plugs and install-integral thumb latch connectors. Choice of five lumen packages ranging from 300 lm/ft to 1200 lm/ft. Available in 1ft & 4ft sections. Series is designed for driver or light engine to be factory replaced at its end of life or recycled. Designed and developed in Las Vegas, USA by MODA.\r\r1ft & 4ft sections available', 'http://www.modalight.com/moda-cove.html', 'http://www.modalight.com/assets/moda-cove-int-white-light-spec-sheet.pdf', '2018-02-19', '2018-03-19', '0000-00-00', ''),
(464, 28, 'MCE', 'MDL_MCE', 'MCE', 'MCE. MODA COVE EXT.', 1, 0, '', '2200K; 2700K; 3000K; 3500K; 4000K', '94-98', '4-40W', '250,5-4,960 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V Dimmer', '100-277V', 'Cove, Accent & Indirect General Illumination', 'MODA COVE Exterior is a new patent pending cove lighting system designed for exterior applications. Utilizing MODA’s latest software and dimming technology with its onboard dimming chipset and MODA firmware, this series can dim to 0% smoothly without any flicker or noise and simultaneously synchronize dim with every fixture. Choose between Electronic Low Voltage dimming models or direct DALI dimming fixtures (No Bridge or adapter required), all with no minimum run lengths. With MODA’s methods of precision and high standards of work, MODA achieves perfect illumination. Color Rendering Index is at a MODA standard of 90-98. R1 - R15 values are in excess of 90. No striations, no color over angle, and no dark spots. Small in physical size, yet powerful with up to 1200 lm/ft. Standard color temperatures available are 2200K, 2700K, 3000K, 3500K, and 4000K. Other CCT are available by request. 100-277V, 50/60Hz power input allows these fixtures to be installed anywhere in the world. New patent pending locking bracket rotates 180 degrees for a multitude of light directions. Rugged aluminum design. Protected from corrosion and harsh weather conditions by MODA GUARD–a tough seal which protects the fixture. Fast installation is achieved with MODA KWIK CONNECT plugs and install-integral thumb latch connectors. Choice of five lumen packages ranging from 300 lm/ft to 1200 lm/ft. Available in 1ft & 4ft sections. Series is designed for driver or light engine to be factory replaced at its end of life or recycled. Designed and developed in Las Vegas, USA by MODA.', 'http://www.modalight.com/moda-cove-ext.html', 'http://www.modalight.com/assets/moda-cove-ext-white-light-spec-sheet.pdf', '2017-12-15', '2018-03-19', '0000-00-00', ''),
(465, 28, 'MMC', 'MDL_MMCI-GLOWDIM', 'MMCI-GLOWDIM', 'MMCI-GLOWDIM. MODA MINI COVE GLOWDIM.', 1, 0, '', '1800-2700K', '98', '4,3W; 17,5W', '447,4 lm; 1,790 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V Dimmer', '100-277V', 'Cove, Accent & Indirect General Illumination', 'MODA MINI COVE GLOWDIM INTERIOR is an award winning, patented, miniature line voltage cove lighting system. MODA GLOWDIM TECHNOLOGY enabled fixtures, when wired to a 0-10V dimmer transition at 100% from 2700K down to 1800K when dimmed. Generally called “Dim to Warm” this feature strongly resembles incandescent illumination and transforms restaurants, bars and any hospitality location creating moods and warm environments. GLOWDIM utilizes MODA\'s high standard for perfect and precise illumination, with custom firmware programmed onto our microprocessors.\r\r1ft & 4ft sections available.', 'http://www.modalight.com/moda-mini-cove-glowdim.html', 'http://www.modalight.com/assets/moda-mini-cove-int-glowdim-spec-sheet.pdf', '2018-02-22', '2018-03-19', '0000-00-00', ''),
(466, 28, 'MMG', 'MDL_MMGI', 'MMGI', 'MMGI. Moda Mini Graze Interior.', 1, 0, '', '2200K; 2700K; 3000K; 3500K; 4000K', '96-98', '2.8W-104W', '157 lm - 7,133 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V Dimmer; Electronic Low Voltage Reverse Phase Trailing Edge', '100-277V', 'Accent; Graze; Indirect', 'MODA MINI GRAZE INT is an exciting brand new Wall Grazing Lighting System built upon our Award winning, patented, MINI COVE Series. Powerful and\r\nefficient with a choice of Standard Output at 502 lumens per foot or High Output delivering an astonishing 1004 lumens per foot packaged in a small size\r\nof just 1 2/5” (35mm) tall fixture. Unlike other fixtures which are much larger in physical size, MINI GRAZE utilizes the latest Advanced MODA Design and\r\nElectronic Engineering, ensuring fixtures are cool to the touch even at 1004 lumens per foot. This is achieved by designing a forward thinking fixture with\r\nintelligent driver technology and by under driving the most advanced LEDs in the World. Thus creating a fixture which is so cool it can be held after days\r\nof illumination. The L70 (longevity) of the fixture is extended and phosphor degradation is kept to a minimum.\r\n6in, 1ft, 4ft, & 8ft sections available.', 'http://www.modalight.com/moda-mini-graze.html', 'http://www.modalight.com/assets/moda-mini-graze-int-white-light-spec-sheet.pdf', '2018-01-11', '2018-03-19', '0000-00-00', ''),
(467, 28, 'MG', 'MDL_MODA-GRAZE-INTERIOR', 'MODA-GRAZE-INTERIOR', 'MODA GRAZE INTERIOR S ELV HCRI.', 1, 0, '', '2200K; 2700K; 3000K; 3500K; 4000K', '94 - 98', '4W - 40W', '250-6,136 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V Dimmer; Electronic Low Voltage Reverse Phase Trailing Edge', '100-277V', 'Graze, Accent & Indirect General Illumination', 'MODA GRAZE Interior is a new patent pending wall grazing lighting system designed for interior applications. Utilizing MODA’s latest software and dimming technology with its onboard dimming chipset and MODA firmware, this series can dim to 0% smoothly without any flicker or noise and simultaneously synchronize dim with every fixture. Choose between Electronic Low Voltage dimming models. 0-10V dimming fixtures by combining a MODA BRIDGE with our ELV fixtures. Or direct DALI dimming fixtures (No Bridge or adapter required), all with no minimum run lengths. With MODA’s methods of precision and high standards of work, MODA achieves perfect illumination. Color Rendering Index is at a MODA standard of 90-98. R1 - R15 values are in excess of 90. No striations, no color over angle, and no dark spots. Small in physical size, yet powerful with up to 1200 lm/ft. Wall wash any applications with a choice of 6°, 10°, 25°, 40°, 10°x40°, 30°x60°, or 30°x60°x5° beam patterns for SO+ and HO, or 30°x100° for LO, SO or HO+ Lumen packages. Standard color temperatures available are 2200K, 2700K, 3000K, 3500K, and 4000K. Other CCT are available by request. 100-277V, 50/60Hz power input allows these fixtures to be installed anywhere in the world. New patent pending locking bracket rotates 180° for a multitude of light directions. Rugged aluminum design. Protected from corrosion and harsh weather conditions by MODA GUARD–a tough seal which protects the fixture. Fast installation is achieved with MODA KWIK CONNECT plugs and install-integral thumb latch connectors. Choice of five lumen packages ranging from 300 lm/ft to 1200 lm/ft. Available in 1ft & 4ft sections. Series is designed for driver or light engine to be factory replaced at its end of life or recycled. Designed and developed in Las Vegas, USA by MODA.\r\n1ft & 4ft sections available.', 'http://www.modalight.com/moda-graze.html', 'http://www.modalight.com/assets/moda-graze-int-white-light-spec-sheet.pdf', '2018-01-11', '2018-03-19', '0000-00-00', ''),
(468, 28, 'MG', 'MDL_MGE', 'MGE', 'MGE. MODA GRAZE EXT.', 1, 0, '', '2200K; 2700K; 3000K; 3500K; 4000K', '94 - 98', '4-40W', '250-6,136 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V Dimmer; Electronic Low Voltage Reverse Phase Trailing Edge', '100-277V', 'Graze, Accent & Indirect General Illumination', 'MODA GRAZE Exterior is a new patent pending cove lighting system designed for exterior applications. Utilizing MODA’s latest software and dimming technology with its onboard dimming chipset and MODA firmware, this series can dim to 0% smoothly without any flicker or noise and simultaneously synchronize dim with every fixture. Choose between Electronic Low Voltage dimming models. 0-10V dimming fixtures by combining a MODA BRIDGE with our ELV fixtures. Or direct DALI dimming fixtures (No Bridge or adapter required), all with no minimum run lengths. With MODA’s methods of precision and high standards of work, MODA achieves perfect illumination. Color Rendering Index is at a MODA standard of 90-98. R1 - R15 values are in excess of 90. No striations, no color over angle, and no dark spots. Small in physical size, yet powerful with up to 1200 lm/ft. Wall wash any applications with a choice of 6°, 10°, 25°, 40°, 10°x40°, 30°x60° or 30°x60°x5° beam patterns for SO+ and HO or 30°x100° for LO, SO or HO+ Lumen packages. Standard color temperatures available are 2200K, 2700K, 3000K, 3500K, and 4000K. Other CCT are available by request. 100-277V, 50/60Hz power input allows these fixtures to be installed anywhere in the world. New patent pending locking bracket rotates 180° for a multitude of light directions. Rugged aluminum design. Protected from corrosion and harsh weather conditions by MODA GUARD–a tough seal which protects the fixture. Fast installation is achieved with MODA KWIK CONNECT plugs and install-integral thumb latch connectors. Choice of five lumen packages ranging from 200 lm/ft to 1200 lm/ft.Available in 1ft & 4ft sections. Series is designed for driver or light engine to be factory replaced at its end of life or recycled. Designed and developed in Las Vegas, USA by MODA.', 'http://www.modalight.com/moda-graze-ext.html', 'http://www.modalight.com/assets/moda-graze-ext-white-light-spec-sheet.pdf', '2017-11-28', '2018-03-19', '0000-00-00', ''),
(469, 28, 'MMG', 'MDL_MMGI-GLOWDIM', 'MMGI-GLOWDIM', 'MMGI-GLOWDIM. MODA MINI GRAZE GLOWDIM.', 1, 0, '', '1800-2700K', '98', '4.3W; 17.5w', '429 lm; 1718 lm', '90,000 Hours L50(25°C); 70,000 Hours L50(50°C)', '0-10V Dimming', '100-277V', 'Graze, Accent & Indirect General Illumination', 'MODA MINI GRAZE GLOWDIM INTERIOR is an award winning, patented, miniature line voltage graze lighting system that combines the uniquely designed grazing optics of Mini Graze with the industry leading GLOWDIM technology. MODA GLOWDIM TECHNOLOGY enabled fixtures, when wired to a 0-10V dimmer transition at 100% from 2700K down to 1800K when dimmed. Generally called “Dim to Warm” this feature strongly resembles incandescent illumination and transforms restaurants, bars and any hospitality location creating moods and warm environments. GLOWDIM utilizes MODA\'s high standard for perfect and precise illumination, with custom firmware programmed onto our microprocessors.\r\n1ft & 4ft sections available.', 'http://www.modalight.com/moda-mini-graze-glowdim.html', 'http://www.modalight.com/assets/moda-mini-graze-int-glowdim-spec-sheet.pdf', '2018-03-01', '2018-03-19', '0000-00-00', ''),
(470, 45, 'LHFL', 'LIC_LSLHFL', 'LSLHFL', 'LSLHFL. Litespeed LHF LED Recessed Troffer.', 1, 0, '', '3500K', '80', '14 W/ft - 58 W/ft', '1600 - 5800 Lumens/ft', 'L70 calculated (per TM-21 extrapolated curve): ≤ 4200 lm= 340,000 hours,  > 4200 lm= 96,000 hours; L70 reported (per TM-21/LM80 6x\'s limitation: > 60,000 hours; L90 calculated (per TM-21 extrapolated curve): ≤ 4200 lm=91,000 hours,  >4200 lm= 27,000 hours', 'Non-dimming. Fixture will be wired for fixed light output; 100%-10% dimming range. Fixture will be wired for low voltage 0-10V dimming control.', 'Universal Voltage; 120 Volt', 'Direct', 'It comes standard with a hinged center media tray allowing for specification of a variety of center diffuser types. Litewave LHFL utilizes the Variable Intensity (Vi) technology module which allows specification of LED light output to meet precise application needs.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Recessed-Linear-Troffers/Litewave-LHF-LED-Recessed-Troffer/p/277640', 'https://hubbellcdn.com/specsheet/LSLHFL.pdf', '2016-11-03', '2018-03-19', '0000-00-00', ''),
(471, 45, '301', 'LIC_SAE301', 'SAE301', 'SAE301. LED Recessed Troffer.', 1, 0, '', '2700K-6500K', '80+', '15 W/ft - 59 W/ft', '1700 - 6100 Lumens/ft', 'L70 calculated (per TM-21 extrapolated curve): ≤ 4200 lm= 340,000 hours,  > 4200 lm= 96,000 hours; L70 reported (per TM-21/LM80 6x\'s limitation: > 60,000 hours; L90 calculated (per TM-21 extrapolated curve): ≤ 4200 lm=91,000 hours,  >4200 lm= 27,000 hours', 'Non Dimming; 10% Dimming, 0-10V; 5% Dimming, 0-10V; 1% Dimming, 0-10V; Dim-to-of', 'Universal Voltage; 120 - 240 Volt', 'Direct', 'SAE301 is a versatile, recessed, direct enclosed troffer, available in 3 sizes.\r\nVi Technology for specifiable output/wattage.\r\nDiffuser is a high efficiency one piece extruded acrylic lens.\r\nDropped center channel for excellent source diffusion.\r\nAvailable in 2’ x 2’, 2’ x 4’ and 1’ x 4’ sizes.\r\nFormerly the LHEL\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available\r\nPowerHUBB™ PoE Lighting and Control options available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Recessed-Linear-Troffers/SAE301-Recessed-Troffer/p/2341562', 'https://hubbellcdn.com/specsheet/sae301.pdf', '2018-01-18', '2018-03-19', '0000-00-00', ''),
(472, 45, '2L', 'LIC_2L-R-D', '2L-R-D', '2L-R-D. MOD™ 2 LED Recessed Direct.', 1, 0, '', '2700K-6500K', '80+', '2.9 W/ft - 8.6 W/ft', '300 - 850 Lumens/ft', '61,000 hours', '0-10V; Lutron; DALI;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt', 'Direct, Asymmetric Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps\r\n2 SDCM color variation.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-2-LED-Recessed-Slot/p/2644690', 'https://hubbellcdn.com/specsheet/2L-R-D.pdf', '2018-01-23', '2018-03-19', '0000-00-00', ''),
(473, 45, '2L', 'LIC_2L-RW-D', '2L-RW-D', '2L-RW-D. MOD™ 2 LED Recessed Wall Direct.', 1, 0, '', '2700K-6500K', '80+', '2.9 W/ft - 12.1 W/ft', '300 - 1000 Lumens/ft', '61,000 hours', '0-10V; Lutron; DALI;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct; Asymmetric Direct;', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps\r\n2 SDCM color variation.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-2-LED-Recessed-Wall-Direct/p/2644691', 'https://hubbellcdn.com/specsheet/2L-RW-D.pdf', '2018-01-23', '2018-03-19', '0000-00-00', ''),
(474, 28, 'STF', 'MDL_STF-DW-12V', 'STF-DW-12V', 'STF-DW-12V. STARFLEX DYNAMIC WHITE.', 1, 0, '', '2300k - 4500k', '82', '2.56w / ft (0.14A)', '2,66-241,54 lm', '70,000 Hours L70(25°C); 90,000 Hours L50(25°C); 50,000 Hours L70(50°C); 70,000 Hours L50(50°C)', 'DMX 512: 1990', '100-277V', '110º', 'STARFLEX DYNAMIC WHITE is a single strip FPCB with alternating 2300K and 4500K MODA LEDs which can be controlled independently of each other allowing the user to seamlessly mix from a warm 2300K to natural 4500K white light. Lighting affects our mood, focus, motivation, concentration, work and educational performance. The role of lighting in our daily lives is essential to operate ideally in every environment. Commercial, hospitality, retail and residential dwellings can benefit from various color temperatures of white light. Studies have shown that lighting profoundly affects numerous levels of human functions making this ideal for enhancing Health Care & Education. Create varying moods at the touch of your fingers with STARFLEX DYNAMIC WHITE.\rDimensions: Length 16’ 4 4/5” (5m); Width 3/10” (8mm); Height 1/10” (2.5mm).', 'http://www.modalight.com/starflex-dw.html', 'http://www.modalight.com/assets/starflex-dynamic-white.pdf', '2018-02-08', '2018-03-19', '0000-00-00', ''),
(475, 45, '3L', 'LIC_LS3L-R-D', 'LS3L-R-D', 'LS3L-R-D. Litespeed MOD™ 3 LED Recessed Slot.', 1, 0, '', '3500K', '80 minimum', '2.9 W/ft - 11.5 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', 'Non Dimming; 10% Dimming, 0-10V;', 'Universal Voltage; 120 Volt; 277 Volt;', 'Direct.', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-3-LED-Recessed-Slot/p/277658', 'https://hubbellcdn.com/specsheet/LS3L-R-D.pdf', '2016-11-04', '2018-03-19', '0000-00-00', ''),
(476, 28, 'AQF', 'MDL_AQF-DW-12V', 'AQF-DW-12V', 'AQF-DW-12V. AQUAFLEX DYNAMIC WHITE.', 1, 0, '', '2300K - 4500K', '82', '2.56w / ft (0.14A)', '2,66-241 lm', '70,000 Hours L70(25°C); 90,000 Hours L50(25°C); 50,000 Hours L70(50°C); 70,000 Hours L50(50°C)', 'DMX 512: 1990', '100-277V', '110º', 'AQUAFLEX DYNAMIC WHITE is a wet location single strip FPCB with alternating 2300K and 4500K MODA LEDs which can be controlled independently of each other allowing the user to seamlessly mix from a warm 2300K to natural 4500K white light. Lighting affects our mood, focus, motivation, concentration, work and educational performance. The role of lighting in our daily lives is essential to operate ideally in every environment. Commercial, hospitality, retail and residential dwellings can benefit from various color temperatures of white light. Studies have shown that lighting profoundly affects numerous levels of human functions making this ideal for enhancing Health Care & Education. Create varying moods at the touch of your fingers with AQUAFLEX DYNAMIC WHITE.\r\nDimensions: Length 16’ 4 4/5” (5m); Width 1/2” (12.5mm); Height 1/5” (4.5mm)', 'http://www.modalight.com/aquaflex-dw.html', 'http://www.modalight.com/assets/aquaflex-dynamic-white.pdf', '2018-02-08', '2018-03-19', '0000-00-00', ''),
(477, 45, 'LHFL', 'LIC_LHFL', 'LHFL', 'LHFL. LHF LED Recessed Troffer.', 1, 0, '', '2700K-6500K', '80 minimum', '14 W/ft - 58 W/ft', '1600 - 5800 Lumens/ft', 'L70 calculated (per TM-21 extrapolated curve): ≤ 4200 lm= 340,000 hours,  > 4200 lm= 96,000 hours; L70 reported (per TM-21/LM80 6x\'s limitation: > 60,000 hours; L90 calculated (per TM-21 extrapolated curve): ≤ 4200 lm=91,000 hours,  >4200 lm= 27,000 hours', 'Non Dimming; Osram 10% Dimming; 5% Dimming, 0-10V; Osram 1% Dimming; Dim-to-of', 'Universal Voltage; 120 Volt; 240 Volt', 'Direct.', 'It comes standard with a hinged center media tray allowing for specification of a variety of center diffuser types. Litewave LHFL utilizes the Variable Intensity (Vi) technology module which allows specification of LED light output to meet precise application needs.\r\nHinged center media tray allowing for specification of a variety of center diffusers.\r\nFeatures VI (Variable Intensity) Technology for specification of output/wattage.\r\nAvailable in 2 x 2, 2 x 4 and 1 x 4 sizes.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.\r\nPowerHUBB™ PoE Lighting and Control options available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Recessed-Linear-Troffers/Litewave-LHF-LED-Recessed-Troffer/p/277640', 'https://hubbellcdn.com/specsheet/lhfl.pdf', '2018-01-18', '2018-03-19', '0000-00-00', ''),
(478, 45, '3L', 'LIC_3L-R-D', '3L-R-D', '3L-R-D. MOD™ 3 LED Recessed Slot.', 1, 0, '', '2700K-6500K', '80 minimum', '2.9 W/ft - 11.5 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', '0-10V; DALI; Lutron 2-wire; Lutron 3-wire; Lutron EcoSystem Digital; Step-dimming;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct, Asymmetric Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-3-LED-Recessed-Slot/p/277658', 'https://hubbellcdn.com/specsheet/3L-R-D.pdf', '2018-01-11', '2018-03-19', '0000-00-00', ''),
(479, 45, '3L', 'LIC_3L-RW-D', '3L-RW-D', '3L-RW-D. MOD™ 3 LED Recessed Wall Direct.', 1, 0, '', '2700K-6500K', '80 minimum', '2.9 W/ft - 11.5 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', '0-10V; DALI; Lutron 2-wire; Lutron 3-wire; Lutron EcoSystem Digital; Step-dimming;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct, Asymmetric Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-3-LED-Recessed-Wall-Direct/p/1983148', 'https://hubbellcdn.com/specsheet/3L-RW-D.pdf', '2018-01-11', '2018-03-19', '0000-00-00', ''),
(480, 45, '4L', 'LIC_4L-R-D', '4L-R-D', '4L-R-D. MOD™ 4 LED Recessed Slot.', 1, 0, '', '2700K-6500K', '80 minimum', '2.9 W/ft - 11.3 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', '0-10V; DALI; Lutron 2-wire; Lutron 3-wire; Lutron EcoSystem Digital; Step-dimming;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct, Asymmetric Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.\r\nPowerHUBB™ PoE Lighting and Control options available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-4-LED-Recessed-Slot/p/277664', 'https://hubbellcdn.com/specsheet/4L-R-D.pdf', '2018-01-11', '2018-03-19', '0000-00-00', ''),
(481, 45, '4L', 'LIC_LS4L-R-D', 'LS4L-R-D', 'LS4L-R-D. Litespeed MOD™ 4 LED Recessed Slot.', 1, 0, '', '3500K', '80 minimum', '2.9 W/ft - 11.3 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', 'Non Dimming; 10% Dimming, 0-10V;', 'Universal Voltage; 120 Volt; 277 Volt;', 'Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.\r\nPowerHUBB™ PoE Lighting and Control options available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-4-LED-Recessed-Slot/p/277664', 'https://hubbellcdn.com/specsheet/LS4L-R-D_.pdf', '2016-11-04', '2018-03-19', '0000-00-00', ''),
(482, 45, '4LPH', 'LIC_4LPH-R-D', '4LPH-R-D', '4LPH-R-D. MOD™ 4 LED Recessed Slot.', 1, 0, '', '3000K, 3500K, 4000K', '80 minimum', '2.7 W/ft - 6.7 W/ft', '300 - 750 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', 'PowerHUBB On/Off/1% Dim, Master;PowerHUBB On/Off/1% Dim, Control Inputs,Master;', '', 'Direct, Asymmetric Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.\r\nPowerHUBB™ PoE Lighting and Control options available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-4-LED-Recessed-Slot/p/277664', 'https://hubbellcdn.com/specsheet/4LPH-R-D.pdf', '2018-01-24', '2018-03-19', '0000-00-00', ''),
(483, 45, '4L', 'LIC_4L-RW-D', '4L-RW-D', '4L-RW-D. MOD™ 4 LED Recessed Wall Direct.', 1, 0, '', '2700K-6500K', '80 minimum', '2.9 W/ft - 11.3 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', '0-10V; DALI; Lutron 2-wire; Lutron 3-wire; Lutron EcoSystem Digital; Step-dimming;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct, Asymmetric Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-4-LED-Recessed-Wall-Direct/p/2056789', 'https://hubbellcdn.com/specsheet/4L-RW-D.pdf', '2018-01-11', '2018-03-19', '0000-00-00', ''),
(484, 45, '6L', 'LIC_6L-R-D', '6L-R-D', '6L-R-D. MOD™ 6 LED Recessed Slot.', 1, 0, '', '2700K-6500K', '80 minimum', '2.9 W/ft - 10.8 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', 'Non Dimming; 10% Dimming, 0-10V; 5% Dimming, 0-10V; 1% Dimming, 1-10V; Dim-to-off; Hi-lume 1% EcoSystem LED driver; Hi-lume 1% 3-wire LED driver; Hi-lume 1% 2-wire LED driver(120V forward phase only); DALI;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-6-LED-Recessed-Slot/p/277685', 'https://hubbellcdn.com/specsheet/6L-R-D.pdf', '2018-01-18', '2018-03-19', '0000-00-00', ''),
(485, 45, '6L', 'LIC_LS6L-R-D', 'LS6L-R-D', 'LS6L-R-D. Litespeed MOD™ 6 LED Recessed Slot.', 1, 0, '', '3500K', '80 minimum', '2.9 W/ft - 10.8 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', 'Non Dimming; 10% Dimming, 0-10V;', 'Universal Voltage; 120 Volt; 277 Volt;', 'Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nAvailable on Litespeed 10-Day Quick Ship program in select configurations.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-6-LED-Recessed-Slot/p/277685', 'https://hubbellcdn.com/specsheet/LS6L-R-D.pdf', '2016-11-04', '2018-03-19', '0000-00-00', ''),
(486, 45, '6L', 'LIC_6L-RW-D', '6L-RW-D', '6L-RW-D. MOD™ 6 LED Recessed Wall Direct.', 1, 0, '', '2700K-6500K', '80 minimum', '2.9 W/ft - 10.8 W/ft', '300 - 1100 Lumens/ft', 'L70: 280,000 (calculated per TM-21 extrapolated curve); L70: >61,000 (reported per TM-21/LM80 6x’s limitation); L90: 72,000 (calculated per TM-21 extrapolated curve); L90: >61,000 (reported per TM-21/LM80 6x\'s limitation);', 'Non Dimming; 10% Dimming, 0-10V; 5% Dimming, 0-10V; 1% Dimming, 1-10V; Dim-to-off; Hi-lume 1% EcoSystem LED driver; Hi-lume 1% 3-wire LED driver; Hi-lume 1% 2-wire LED driver(120V forward phase only); DALI;', 'Universal Voltage; 120 Volt; 277 Volt; 347 Volt;', 'Direct', 'The MODx family is an affordably-priced, full-featured offering with best-in-class attention to detail.\r\nVariable Intensity technology provides specifiable lumen output/wattage.\r\nEnd cap design eliminates visible diffuser seams/gaps.\r\n2 SDCM color variation.\r\nSpectraSync™ Color Tuning Technology available.\r\nNX Distributed Intelligence™ wired and wireless controls capability available.', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Architectural-Slots/MOD-6-LED-Recessed-Wall-Direct/p/2056790', 'https://hubbellcdn.com/specsheet/6L-RW-D.pdf', '2018-01-18', '2018-03-19', '0000-00-00', ''),
(487, 61, 'STOV', 'PRU_STOV', 'STOV', 'STOV. Linear.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '62W', '5525 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 1% Dimming; 0-10v, 10% Dimming; Step Dimming, 100-50-Off Osram; 5% Lutron; 1% Lutron; 1% 0-10v EldoLED', '120-277V; 347V', 'Direct; No Uplight; Symmetric Glow', 'The nature-inspired, curved-edge Stream Oval.\r\n\r\nAn uninterrupted line of light that extends as far as the blueprint dictates.\r\n\r\nRemote Driver.\r\n\r\nIndirect Symmetric Glow option.\r\n\r\nControl Down vs Uplight separately with dual circuits.', 'http://www.prulite.com/product/stream-oval/', 'http://www.prulite.com/wp-content/uploads/2016/01/Stream-Oval-Linear-Spec.pdf', '2018-03-19', '2018-03-20', '0000-00-00', ''),
(488, 61, 'MI', 'PRU_MIC/MIS/MIR', 'MIC/MIS/MIR', 'MIC/MIS/MIR. Cove & Perimeter.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '18,45W', '1877 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Creates even distribution', 'Diminutive in scale, huge in performance, MicroCove is a concealed cove luminaire designed to optimize all the benefits of the LED source.\r\n\r\nOur proprietary PruOptics creates even distribution while maintaining extraordinarily high efficiences (up to 96 lm/w).\r\n\r\nUp to 30 degrees of tilt for vaulted ceilings.\r\n\r\nRemote driver option for tiny coves.\r\n\r\nStack mount option for narrow coves.\r\n\r\nVertically mount in a Slot for wall wash effect.\r\n\r\n2014 IES Progress Report award winner.', 'http://www.prulite.com/product/microcove/', 'http://www.prulite.com/wp-content/uploads/2015/12/MicroCove-LED-Specs.pdf', '2018-03-19', '2018-03-20', '0000-00-00', ''),
(489, 61, 'O', 'PRU_O', 'O', 'O. Pendant & Surface.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '76W; 59W', '3397 lm; 3600lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5%, Lutron; 1%, Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Direct; Semi-Direct', 'It’s a donut-shaped O—as in the shape your mouth makes when you see it.\r\r\r\r2′, 3′ and 4′.\r\r\r\rIt’s essentially the P4000’s (way more fun) twin.\r\r\r\rExtruded aluminum housing with minimal trim.\r\r\r\rUplight & surface mount options.\r\r\r\rChoose from one of our Premium Colors with no set-up fee.', 'http://www.prulite.com/product/o/', 'http://www.prulite.com/wp-content/uploads/2015/12/O_LED_Spec.pdf', '2018-01-04', '2018-03-20', '0000-00-00', ''),
(490, 61, 'P89', 'PRU_P89', 'P89', 'P89. Recessed.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '88W', '7017 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', '', 'The standard recessed round for 4 decades.\r\n\r\n12˝, 2´, 3´, 4´, 5´, 6´ diameters.\r\n\r\nSlightly regressed 2˝ trim for a “skylight effect”.\r\n\r\nConcave, convex or flat lens.\r\n\r\nT-bar or hard ceilings.', 'http://www.prulite.com/product/p8900/', 'http://www.prulite.com/wp-content/uploads/2015/12/P8900-LED-Spec.pdf', '2018-01-04', '2018-03-20', '0000-00-00', ''),
(491, 10, 'DL', 'TRG_DL-ES', 'DL-ES', 'DL ES. Duratape.', 1, 0, '', '2200K - 3500K', '+84; +93', '3.0W/ft; 3.9W/ft; 4.4W/ft', '180 Lm/ft; 298 Lm/ft; 357 Lm/ft', 'Lifespan at 90% drive: 60,000hrs; 50,000hrs; 40,000hrs;', 'Non Dimmable; Integral 0-10V Dimming Interface; Triac or MLV', '90-305V AC / 24V DC; 120V AC / 24V DC', 'Shadowless light distribution', 'Energy efficient narrow spaced LED flexible linear light strip for continuous consistant color in linear applications.\rIdeal for IP20 interior applications such as cove, under-counter/ cabinet, and lighting accents.\rSold per foot and manufactured to specified lengths with factory attached end preps.\rAll Duratape features 2-circuit substrate for optimum heat dissipation, minimizing voltage drop while increasing run lengths per power feed, standardizing electrical flow over entire length\rof the strip for maximum product reliability.\rAll Duratape features double sided solder points for maximum conductivity and durability.\rPre-assembled to specific lengths with various connector options for project requirements and efficient power configuration.\r\rMax continuous length: \rup to 22’ per run (3.0W/ft)\rup to 19’ per run (3.9W/ft)\rup to 16’ per run (4.4W/ft)', 'http://targettiusa.net/duralamp/duratape/', 'http://targettiusa.net/wp-content/uploads/2017/06/DuraTape-ES-Indoor-102217.pdf', '2017-10-22', '2018-03-20', '0000-00-00', ''),
(492, 61, 'P92', 'PRU_P92', 'P92', 'P92. Recessed.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '80W', '6042 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', '', 'A classic luminaire that creates the feel of a skylight.\r\n\r\n6˝ x 4´, 1´ x 4´, 2´ x 2´, 2´ x 4´, 3´ x 3´ and 4´x 4´.\r\n\r\nSturdy extruded aluminum doorframe with smooth surface.\r\n\r\nAccommodates square row installations.', 'http://www.prulite.com/product/p9200/', 'http://www.prulite.com/wp-content/uploads/2015/12/P9200-LED-Spec.pdf', '2018-01-04', '2018-03-20', '0000-00-00', ''),
(493, 19, 'LR', 'USA_LRTD4-2-1', 'LRTD4-2-1', 'LRTD4 2.1. DOWNLIGHT.', 1, 0, '', '2200K - 4000K', '80+, 90+', '9W - 36W', '775 - 3450 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; EldoLED DMX, 0.1%; 0-10V dim, 1%, 347V ; Phase 2-wire, 1%, 120V;', '120V, 277V, 347V', 'Downlight 25°, 40°, 50°, 70°, 90°', 'BeveLED 2.1 is the most complete recessed LED downlight product family available from USAI Lighting,now with more BeveLED trim finishes, LED classic white color temperatures, innovative housing styles, and dimming driver options than before. With industry-leading performance, BeveLED 2.1 can provide a solution for any project - commercial, corporate and residential installations.', 'http://www.usailighting.com/beveled-21-classic-3021-round', 'http://www.usailighting.com/site/download.php?id=10677', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(494, 10, 'DL', 'TRG_DL', 'DL', 'DL. Duratape.', 1, 0, '', '2700K; 3000K; 3500K', '+93', '8.8 Wt/Ft', '714 Lm/Ft', 'Lifespan at 90% drive: 40,000hrs;', 'Non Dimmable; Integral 0-10V Dimming Interface; Triac or MLV', '90-305V AC / 24V DC; 120V AC / 24V DC', 'General', 'Energy efficient narrow spaced LED flexible linear light strip for\r\rcontinuous consistant color in linear applications.\r\rIdeal for IP20 interior applications such as cove, under-counter/ cabinet, and lighting accents.\r\rSold per foot and manufactured to specified lengths with factory attached end preps.\r\rAll Duratape features 2-circuit substrate for optimum heat dissipation, minimizing voltage drop while increasing run lengths per power feed, standardizing electrical flow over entire length\r\rof the strip for maximum product reliability.\r\rAll Duratape features double sided solder points for maximum conductivity and durability.\r\rPre-assembled to specific lengths with various connector options for project requirements and efficient power configuration.\r\rMax continuous length: up to 8’ per run (8.8W/ft)\r\rMultiple dimming options available', 'http://targettiusa.net/duralamp/duratape/', 'http://targettiusa.net/wp-content/uploads/2017/06/DuraTape-ES-Indoor-8.8W-102217.pdf', '2017-10-22', '2018-03-20', '0000-00-00', ''),
(495, 61, 'QD', 'PRU_QD', 'QD', 'QD. Pendant & Surface.', 1, 0, '', '3000K; 3500K; 4000K', '', '364W; 110W', '31997 lm; 9003lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Direct; Semi-Direct', 'Pretty much the P4000 SKY, but square.\r\nSleek and seamless Euro-styled body and lens with 5˝ height and sharp .5˝ trim detail throughout the Series of P4000 Sky, O, C, Olive, Quad and QuadFrame. All with seamless and evenly lit flat white acrylic lenses and independent uplight.', 'http://www.prulite.com/product/quad/', 'http://www.prulite.com/wp-content/uploads/2017/04/Quad_LED_Spec.pdf', '2018-01-16', '2018-03-20', '0000-00-00', ''),
(496, 19, 'LS', 'USA_LSTA4-2-1', 'LSTA4-2-1', 'LSTA4  2.1. ADJUSTABLE.', 1, 0, '', '2200K - 4000K', '80+, 90+', '9W - 36W', '850 - 3000 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; EldoLED DMX, 0.1%; 0-10V dim, 1%, 347V ; Phase 2-wire, 1%, 120V;', '120V, 277V, 347V', '10°, 25°, 30°', 'BeveLED 2.1 is the most complete recessed LED downlight product family available from USAI Lighting, now with more BeveLED trim finishes, LED classic white color temperatures, innovative housing styles, and dimming driver options than before.\n\nWith industry-leading performance, BeveLED 2.1 can provide a solution for any project - commercial, corporate and residential installations.', 'http://www.usailighting.com/beveled-21-classic-3131-square', 'http://www.usailighting.com/site/download.php?id=10684', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(497, 61, 'C', 'PRU_C', 'C', 'C. Pendant & Surface.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '41W', '3098 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Direct; Semi-Direct', 'Yet another architectural shape to add to your lighting toolbox. Our ‘C’ is a great partner to both our ‘O’ and P4000’s. Sleek and seamless Euro-styled body and lens with 5˝ height and sharp .5˝ trim detail throughout the Series of P4000 Sky, O, C, Olive, Quad and QuadFrame. All with seamless and evenly lit flat white acrylic lenses and independent uplight.', 'http://www.prulite.com/product/c/', 'http://www.prulite.com/wp-content/uploads/2017/04/C_LED_Spec.pdf', '2018-01-04', '2018-03-20', '0000-00-00', ''),
(498, 10, 'CCM', 'TRG_CCM-F-II', 'CCM-F-II', 'CCM F. Arc Mini Fixed Class II.', 1, 0, '', '2700K; 3000K', '84; 97', '9W; 15W; 20W', '3000ºK: 572Lm - 1860Lm; 2700ºK: 543Lm - 1768Lm', '', 'Electronic Phase Dimmable; 0-10V; Eldo 1%; Eldo 0.1%', '120V; 277V', 'Spot 15º; Flood 30º; Medium Wide Flood 45º; Wide Flood 60°', 'CCTLed ARCHITECTURAL offers one of the most comprehensive and versatile solutions for architectural lighting. The family of CCTLed is particularly suitable for professional architectural illumination, providing high performance, precision and versatility. A complex optic system, different distributions, interchangeable reflectors and trims answer individual “architectural” project requirements and light engineering. Available as both fixed and adjustable, in two different aperture sizes: mini 4” and large 6”. The Large is available in SP, FL, MWFL, WFL and WW distributions. The Mini is available in SP, FL, MWFL, and WFL.', 'http://targettiusa.net/indoor/cct-led-architectural/', 'http://targettiusa.net/wp-content/uploads/2017/03/CCT-LED-Mini-Fixed-092617.pdf', '2017-09-26', '2018-03-20', '0000-00-00', ''),
(499, 19, 'LS', 'USA_LSLW4-2-1', 'LSLW4-2-1', 'LSLW4 2.1. WALL WASH.', 1, 0, '', '2200K - 4000K', '80+, 90+', '9W - 36W', '675 - 2975 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; EldoLED DMX, 0.1%;: 0-10V dim, 1%, 347V; Phase 2-wire, 1%, 120V', '120V, 277V, 347V', 'Wall Wash', 'BeveLED 2.1 is the most complete recessed LED downlight product family available from USAI Lighting,now with more BeveLED trim finishes, LED classic white color temperatures, innovative housing styles, and dimming driver options than before.\n\nWith industry-leading performance, BeveLED 2.1 can provide a solution for any project - commercial, corporate and residential installations.', 'http://www.usailighting.com/beveled-21-classic-3351-square-trimless', 'http://www.usailighting.com/site/download.php?id=10702', '2018-03-20', '2018-03-20', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(500, 61, 'P', 'PRU_P61', 'P61', 'P61. Wet Listed, Surface & Wall.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '21W', '1877 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Direct; Asymmetric to Wall; Asymmetric to Room', 'An IP65-rated 6˝ x 6˝ wet location luminaire.\r\nA one-piece extruded gasketed door frame protects the fixture.\r\n\r\nAdvanced reflector design with both direct and asymmetric distributions.\r\n\r\nCan be through-wired for continuous rows.\r\n\r\nIdeal for exterior wall mounts, parking structures, commercial roll-up door applications.', 'http://www.prulite.com/product/p61/', 'http://www.prulite.com/wp-content/uploads/2016/02/P61_LED_Spec.pdf', '2018-01-04', '2018-03-20', '0000-00-00', ''),
(501, 10, 'CCM', 'TRG_CCM-F', 'CCM-F', 'CCM F. Arc Mini Fixed.', 1, 0, '', '2700K; 3000K', '84', '9W', '3000ºK: 572Lm - 914Lm; 2700ºK: 543Lm - 869Lm', '', 'EldoLED Eco Drive Class II Power Supply, Universal 120-277VAC Input, 10W 220mA 0-10V Dimmable to 1%; Phase Dimmable Class II Power Supply, 120VAC Input, 16W 220mA Dimmable to 15%', '120VAC; 120-277VAC', 'Spot 15º; Flood 30º; Medium Wide Flood 45º', 'CCTLed ARCHITECTURAL offers one of the most comprehensive and versatile solutions for architectural lighting. The family of CCTLed is particularly suitable for professional architectural illumination, providing high performance, precision and versatility. A complex optic system, different distributions, interchangeable reflectors and trims answer individual “architectural” project requirements and light engineering. Available as both fixed and adjustable, in two different aperture sizes: mini 4” and large 6”. The Large is available in SP, FL, MWFL, WFL and WW distributions. The Mini is available in SP, FL, MWFL, and WFL.', 'http://targettiusa.net/indoor/cct-led-architectural/', 'http://targettiusa.net/wp-content/uploads/2017/05/CCT-LED-Mini-Fixed-Class-2-081617.pdf', '2017-08-16', '2018-03-20', '0000-00-00', ''),
(502, 19, 'LS', 'USA_LSTD3', 'LSTD3', 'LSTD3. DOWNLIGHT.', 1, 0, '', '2700K - 4000K', '80+, 90+', '14W - 20W', '900 - 1150 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; 0-10V dim, 1%, 347V; Phase 2-wire, 1%, 120V', '120V, 277V', 'Downlight 25°, 35°, 50°', 'Good things come in small packages. BeveLED mini is the smallest member of the BeveLED family with an aperture of only 3”, and is now available with more BeveLED trim finishes, innovative housings, and dimming driver options than ever before. BeveLED mini is perfect for residential, hospitality, and corporate projects.', 'http://www.usailighting.com/mini-2110-square', 'http://www.usailighting.com/site/download.php?id=1996', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(503, 10, 'CCM', 'TRG_CCM-A', 'CCM-A', 'CCM-A. Arc Mini Adjustable.', 1, 0, '', '2700K; 3000K', '84; 97', '9W; 15W; 20W', '3000K: 889Lm - 1860Lm; 2700ºK: 543Lm - 2150Lm;', '', 'Electronic Phase Dimmable; 0-10V; Eldo 1%; Eldo 0.1%', '120-277V AC 50/60Hz, 120V or 277V must be specified for correct thermal protector.', 'Spot 15º; Flood 30º; Medium Wide Flood 45º; Wide Flood 60°', 'CCTLed ARCHITECTURAL offers one of the most comprehensive and versatile solutions for architectural lighting. The family of CCTLed is particularly suitable for professional architectural illumination, providing high performance, precision and versatility. A complex optic system, different distributions, interchangeable reflectors and trims answer individual “architectural” project requirements and light engineering. Available as both fixed and adjustable, in two different aperture sizes: mini 4” and large 6”. The Large is available in SP, FL, MWFL, WFL and WW distributions. The Mini is available in SP, FL, MWFL, and WFL.', 'http://targettiusa.net/indoor/cct-led-architectural/', 'http://targettiusa.net/wp-content/uploads/2017/03/CCT-LED-Mini-Adjustable-092617.pdf', '2017-09-26', '2018-03-20', '0000-00-00', ''),
(504, 61, 'P40', 'PRU_P40', 'P40', 'P40. Pendant & Surface.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '59W; 113W', '6140 lm; 11889 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100-50-Off, Osram; 5% Lutron; 1% Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Direct; Semi-Direct', 'A sleek, modern and bold big round.\r\n4 sizes: 18˝, 2´, 3´ and 4´.\r\n\r\nExtruded aluminum housing with minimal trim.\r\n\r\nFlat acrylic lens.\r\n\r\nUplight available (~ 15%).\r\n\r\nSemi-Recess into hard ceilings with up to 15˚of tilt to create dramatic effect.\r\n\r\nChoose from one of our Premium Colors with no set-up fee.', 'http://www.prulite.com/product/p4000/', 'http://www.prulite.com/wp-content/uploads/2015/12/P4000_LED_Spec.pdf', '2018-01-04', '2018-03-20', '0000-00-00', ''),
(505, 19, 'LR', 'USA_LRLA3', 'LRLA3', 'LRLA3. ADJUSTABLE.', 1, 0, '', '2700 K - 4000 K', '80+, 90+', '14W - 20W', '675 - 875 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; 0-10V dim, 1%, 347V; Phase 2-wire, 1%, 120V', '120V, 277V', '10°, 25°', 'The BeveLED mini provides maximum delivered lumens and optical performance through the \noptimization of thermal, optical and LED science in the smallest possible aperture.', 'http://www.usailighting.com/mini-2331-round-trimless', 'http://www.usailighting.com/site/download.php?id=2004', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(506, 10, 'CCM', 'TRG_CCM-I', 'CCM-I', 'CCM I. Arc Mini Intensive.', 1, 0, '', '2700K; 3000K', '84', '5W', '147Lm; 163Lm', '', 'Eldo 1%; Eldo 0.1%', '120V; 277V', 'Narrow Spot 9º', 'CCTLed ARCHITECTURAL offers one of the most comprehensive and versatile solutions for architectural lighting. The family of CCTLed is particularly suitable for professional architectural illumination, providing high performance, precision and versatility. A complex optic system, different distributions, interchangeable reflectors and trims answer individual “architectural” project requirements and light engineering. Available as both fixed and adjustable, in two different aperture sizes: mini 4” and large 6”. The Large is available in SP, FL, MWFL, WFL and WW distributions. The Mini is available in SP, FL, MWFL, and WFL.', 'http://targettiusa.net/indoor/cct-led-architectural/', 'http://targettiusa.net/wp-content/uploads/2017/03/CCT-LED-Mini-Adjustable-Intensive-Spot-092617.pdf', '2017-09-26', '2018-03-20', '0000-00-00', ''),
(507, 19, 'LS', 'USA_LSLW3', 'LSLW3', 'LSLW3. WALL WASH .', 1, 0, '', '2700K - 4000K', '80+, 90+', '14W - 20W', '650 - 850 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; 0-10V dim, 1%, 347V; Phase 2-wire, 1%, 120V', '120V, 277V', 'Wall Wash', 'The BeveLED mini provides maximum delivered lumens and optical performance through the optimization of thermal, optical and LED science in the smallest possible aperture.', 'http://www.usailighting.com/mini-2451-square-trimless', 'http://www.usailighting.com/site/download.php?id=1998', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(508, 61, 'P23', 'PRU_P23-PER', 'P23-PER', 'P23 PER. Cove & Perimeter.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '90', '18,46W; 18,34W; 39W', '1685 lm; 1698 lm; 2783 lm', '100,000 hours L90; 150,000 hours L70', '0-10v, 10% Dimming; 0-10v, 1% Dimming; Step Dimming, 100- 50-Off, Osram; 5%, Lutron; 1%, Lutron; 1% 0-10v, EldoLED; 1% DALI, EldoLED; 0.1% 0-10v, EldoLED; 0.1% DALI, EldoLED', '120-277V; 347V', 'Direct; Wall Grazer; Perimeter Fill', 'Open office illumination, wall washing or grazing.\r\nSlimmer 2.5˝ aperture partner to our award-winning P43 with the same industry best combination of optics, efficacy and aesthetics. Beautifully smooth wall grazing with no mechanical kicker or open cavity and a perimeter fill optic that allows for corridor illumination from the perimeter.', 'http://www.prulite.com/product/p23-perimeter/', 'http://www.prulite.com/wp-content/uploads/2016/10/P23-Perimeter-LED-Spec.pdf', '2018-01-23', '2018-03-20', '0000-00-00', ''),
(509, 10, 'DuraLum', 'TRG_DRL', 'DRL', 'DRL. DuraLum.', 1, 0, '', '2200K - 3500K', '83.5 - 84.8', '4.50 Wt/Ft', '245.16 Lm/Ft - 321.19 Lm/Ft', 'Lifespan at 90% drive: 60,000hrs', 'Non Dimmable; Integral 0-10V Dimming Interface; Triac or MLV', '90-305V AC / 24V DC; 120V AC / 24V DC', 'Distributing light over 300° range', 'High Output LED Strand that is constructed with multiple adjustable LED modules in multiple spacings and mounting accessories for a fully flexible system for directional control of premium color illumination. Available in Deluxe Warm 2200K to Neutral White 4000K CT for coves, niches, toe kick and cabinetry applications.', 'http://targettiusa.net/duralamp/duralum-2/', 'http://targettiusa.net/wp-content/uploads/2017/01/Duralum-011817.pdf', '2017-01-18', '2018-03-20', '0000-00-00', ''),
(510, 19, 'LR', 'USA_LRTD4', 'LRTD4', 'LRTD4. BeveLED Basic.', 1, 0, '', '2700K - 4000K', '80+', '14W - 20W', '975 - 1250 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; Phase 2-wire, 1%, 120V', '120V, 277V', 'Downlight 30°, 50°, 80°', 'Our narrow footprint housing provides an economical architectural solution while delivering high performance with LEDs.', 'http://www.usailighting.com/beveled-basic-1020-round', 'http://www.usailighting.com/site/download.php?id=1936', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(511, 19, 'LS', 'USA_LSTA4', 'LSTA4', 'LSTA4. ADJUSTABLE.', 1, 0, '', '2700K - 4000K', '80+', '14W - 20W', '1025 - 1325 Lumens', '50,000 hours', '0-10V dim, 10% D3: Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; Phase 2-wire, 1%, 120V', '120V, 277V', '25°', 'An economical architectural adjustable solution while delivering high performance with LEDs.', 'http://www.usailighting.com/beveled-basic-1131-square', 'http://www.usailighting.com/site/download.php?id=12023', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(512, 19, 'LM', 'USA_LMSTA4-2', 'LMSTA4-2', 'LMSTA4 2. ADJUSTABLE 35°.', 1, 0, '', '2200K - 4000K', '80+; 90+', '9W - 33W', '850lm - 2875lm', '50,000 hours (L70)', '0-10V dim, 10% (provided standard); Lutron A 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V Lutron, 0.1%; EldoLED 0-10V Linear, 0.1%; EldoLED 0-10V, 1%,  logarithmic/Lutron controls; EldoLED 0-10V, 1%, linear controls; EldoLED DALI', '120V; 277V; 347V', '10° or 25° beam distribution', 'Double delivers twice the performance of our classic BeveLED 2.1 series.', 'http://www.usailighting.com/beveled-21-double-led-downlights', 'http://www.usailighting.com/site/download.php?id=5840', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(513, 19, 'LS', 'USA_LSLW4', 'LSLW4', 'LSLW4. WALL WASH .', 1, 0, '', '2700K - 4000K', '80+', '14W - 20W', '775 - 1000 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%;: Phase 2-wire, 1%, 120V', '120V, 277V', 'Wall Wash', 'Our narrow footprint housing provides an economical architectural solution while delivering high performance with LEDs.', 'http://www.usailighting.com/beveled-basic-1451-square-trimless', 'http://www.usailighting.com/site/download.php?id=1935', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(514, 19, 'LM', 'USA_LMRTA4-2', 'LMRTA4-2', 'LMRTA4 2. ADJUSTABLE 35°.', 1, 0, '', '2200K - 4000K', '80+; 90+', '9W - 33W', '825lm - 2175lm', '50,000 hours (L70)', '0-10V dim, 10% (provided standard); Lutron A 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V Lutron, 0.1%; EldoLED 0-10V Linear, 0.1%; EldoLED 0-10V, 1%,  logarithmic/Lutron controls; EldoLED 0-10V, 1%, linear controls; EldoLED DALI', '120V; 277V; 347V', '10° or 25° beam distribution', 'Double delivers twice the performance of our classic BeveLED 2.1 series.', 'http://www.usailighting.com/beveled-21-double-led-downlights', 'http://www.usailighting.com/site/download.php?id=5851', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(515, 19, 'LN', 'USA_LN10RD', 'LN10RD', 'LN10RD. Round Downlight 1\" Regress.', 1, 0, '', '2700K - 3500K', '80+, 90+', '14W - 20W', '775 - 1000 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; Phase 2-wire, 1%, 120V', '120V, 277V', 'Downlight 25°, 35°, 50°', 'Available with up to 1000 delivered lumens at 20W (50LPW). The NanoLED NXT provides \nmaximum delivered lumens and optical performance through the optimization of thermal, optical and LED science in the smallest possible aperture. Use for direct replacement and substitution of MR16 sources.', 'http://www.usailighting.com/nanoled-nxt-ln10rdt-ln10rdl', 'http://www.usailighting.com/site/download.php?id=2177', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(516, 19, 'LN', 'USA_LN10RA', 'LN10RA', 'LN10RA. Round Adjustable Accen.', 1, 0, '', '2700K - 3500K', '80+, 90+', '14W - 20W', '800 - 1025 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; Phase 2-wire, 1%, 120V', '120V, 277V', '10°, 25°', 'Available with up to 1025 delivered lumens at 20W (52LPW). The NanoLED NXT provides maximum delivered lumens and optical performance through the optimization of thermal, optical and LED science in the smallest possible aperture.\n\n40° adjustability with our patented hot-aiming mechanism makes NanoLED NXT the best choice for direct replacement and substitution of MR16 sources.', 'http://www.usailighting.com/nanoled-nxt-ln10rat-ln20ral-round', 'http://www.usailighting.com/site/download.php?id=2194', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(517, 19, 'LN', 'USA_LN10RW', 'LN10RW', 'LN10RW. Round Wall Wash.', 1, 0, '', '2700K - 3500K', '80+, 90+', '14W - 20W', '600 - 775 Lumens', '50,000 hours', '0-10V dim, 10%; Lutron 2-wire, 1%, 120V; Lutron 3-wire/ECO, 1%; Lutron 5 ECO, 5%; Lutron H ECO, 1% Fade; EldoLED 0-10V, 0.1%; EldoLED 0-10V, 1%; EldoLED DALI, 0.1%; Phase 2-wire, 1%, 120V', '120V, 277V', 'Wall Wash', 'Available with up to 775 delivered lumens at 20W (39LPW). The NanoLED NXT provides maximum delivered lumens and optical performance through the optimization of thermal, optical and LED science in the smallest possible aperture. Use for direct replacement and substitution of MR16 sources.', 'http://www.usailighting.com/nanoled-nxt-1', 'http://www.usailighting.com/site/download.php?id=2195', '2018-03-20', '2018-03-20', '0000-00-00', ''),
(518, 72, '31', 'BOM_31120', '31120', '31 120. LED wall luminaires - tool-less entry - shielded.', 1, 0, '', '3000K', '>80', '6.3W', '199 lm', '', '0-10V dimming', '120V-277V', '', 'Designed for general purpose illumination, featuring tool-less entry for ease of maintenance. Especially suitable for maritime applications. \nSurface mounted luminaires with two piece cast bronze housing and brass thumb screws. Molded crystal glass with optical structure, inside white.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1120&itemid=7752&familyid=38', 'https://www.bega-us.com/downloads/31120_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(519, 25, '33', 'BGA_33880', '33880', '33 880. Recessed wall - round LED w/ matte or white glass.', 1, 0, '', '3000K; 4000K; 2700K and 3500K as options;', '>80', '0.15W', '', '', 'Requires a 24V DC class 2 electronic power supply', '24V DC', '', 'Designed for interior or exterior installation in walls and other vertical or horizontal surfaces. Small scale featuring built-in LEDs requiring low maintenance. \n\nRecessed luminaires with outer aluminum and inner stainless steel housings. Flush tempered matte glass with optical texture, or translucent glass with white finish.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=33880&itemid=7868&familyid=13', 'https://www.bega-us.com/downloads/33880_Sub.pdf', '2018-03-06', '2018-03-21', '0000-00-00', ''),
(520, 72, '31', 'BOM_31159', '31159', '31 159. LED wall luminaires - tool-less entry.', 1, 0, '', '3000K', '>80', '6.3W', '340 lm', '', '0-10V dimming', '120V-277V', '', 'Designed for general purpose illumination, featuring tool-less entry for ease of maintenance. Especially suitable for maritime applications. \nSurface mounted luminaires with two piece cast bronze housing and brass thumb screws. Molded crystal glass with optical structure, inside white.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1159&itemid=7754&familyid=38', 'https://www.bega-us.com/downloads/31159_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(521, 72, '31', 'BOM_31373', '31373', '31 373. LED wall luminaire.', 1, 0, '', '3000K', '>80', '6.3W', '229 lm', '', '0-10V dimming', '120V-277V', '', 'Extremely robust wall luminaires made of corrosion-resistant cast bronze for indirect light when mounted up or directed light when mounted downward facing. \nSurface mounted luminaires with two piece cast bronze housing and stainless steel fasteners. Molded crystal glass with optical structure, inside white.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1373&itemid=7761&familyid=38', 'https://www.bega-us.com/downloads/31373_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(522, 25, '33', 'BGA_33200', '33200', '33 200. Recessed wall - stainless steel with white tempered glass.', 1, 0, '', '3000K; 4000K; 2700K and 3500K as options;', '', '2.1W', '', '', 'Remote electronic 24V DC driver required', '24V DC', '', 'Designed for low mounting heights for the illumination of steps, stairs, ramps, aisles and other interior and exterior locations. \n\nRecessed luminaires with stainless steel faceplate. Clear tempered glass with translucent white ceramic coating.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=133200LED&itemid=6843&familyid=13', 'https://www.bega-us.com/downloads/33200_Sub.pdf', '2018-03-07', '2018-03-21', '0000-00-00', ''),
(523, 72, '31', 'BOM_31190', '31190', '31 190. LED wall luminaire - wall washer.', 1, 0, '', '3000K', '>80', '25.3W', '819 lm', '', '0-10V dimming.', '120V-277V', 'Wall Wash', 'Wall washers with symmetrical light distribution for illuminating walls and adjacent ceilings and structures. \nWall luminaire made of copper and cast bronze. Matte safety glass.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1190&itemid=7768&familyid=38', 'https://www.bega-us.com/downloads/31190_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(524, 25, '55', 'BGA_55921', '55921', '55 921. LED recessed ceiling downlights - symmetrical distribution.', 1, 0, '', '3000K; 4000K', '90', '4.2W', '327lm', '', 'Integral 120V through 277V electronic LED driver, 0-10V dimming', '120V through 277V', 'Symmetrical', 'Designed for down lighting atriums, canopies, passages, and other interior and exterior locations featuring uniform, symmetrical distribution with shallow recessed depths. \n\nRecessed ceiling luminaires with varying beam distributions. Die-cast aluminum trim ring and clear safety glass with internal reflector of pure anodized aluminum.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=55921&itemid=7882&familyid=14', 'https://www.bega-us.com/downloads/55921_Sub.pdf', '2017-10-16', '2018-03-21', '0000-00-00', ''),
(525, 72, '31', 'BOM_31228', '31228', '31 228. LED wall luminaire.', 1, 0, '', '3000K', '>80', '6.3W', '326 lm', '', '0-10V dimming', '120V-277V', '', 'Ushielded wall luminaires with LEDs. A lantern reminiscent of the tradition and charm of handcrafted luminaires ideal for illuminating doors, gates, and entrances singularly or in groups.\nWall luminaire made of copper and cast bronze. Crystal glass panes with hand-blown, three-ply opal glass inner lens with screw neck.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1228&itemid=7769&familyid=38', 'https://www.bega-us.com/downloads/31228_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(526, 25, '55', 'BGA_55942', '55942', '55 942. LED semi-recessed ceiling downlights - symmetrical distribution.', 1, 0, '', '3000K; 4000K', '85', '12.0W', '744lm', '', 'Integral 120V - 277V electronic LED driver, architectural 0-10V dimming to 0.1%', '120V - 277V', 'Symmetrical', 'Designed for down lighting atriums, canopies, passages, and other interior and exterior locations. \nRecessed ceiling luminaires with stainless steel faceplate.Partially frosted crystal glass.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=55941&itemid=7903&familyid=14', 'https://www.bega-us.com/downloads/55942_Sub.pdf', '2016-03-24', '2018-03-21', '0000-00-00', ''),
(527, 72, '31', 'BOM_31004', '31004', '31 004. LED wall luminaires - directed.', 1, 0, '', '3000K', '>80', '4.2W', '295 lm', '', '0-10V dimming', '120V-277V', 'Direct', 'Designed for houses and courtyards, alongside and over doors, and for a host of other lighting applications. Ideal for illuminating areas directly in front the mounting surface. \nWall mounted luminaires made of copper. Hand-blown, three-ply opal glass with screw neck.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1004&itemid=7770&familyid=38', 'https://www.bega-us.com/downloads/31004_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(528, 25, '77', 'BGA_77019', '77019', '77 019. LED in-grade - small scale asymmetrical floodlight.', 1, 0, '', '3000K; 4000K', '85', '3W', '364lm', '', 'Remote electronic 24V DC driver required', '24V DC', 'Asymmetrical floodlight', 'Designed for directional or indicator lighting, uplighting of trees, walls, columns, signage from the ground or horizontal surface. \nFlush in-grade luminaires with stainless steel construction. Clear tempered glass with anodized aluminum refelector.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=137019&itemid=7090&familyid=18', 'https://www.bega-us.com/downloads/77019_Sub.pdf', '2018-03-13', '2018-03-21', '0000-00-00', ''),
(529, 72, '31', 'BOM_31333', '31333', '31 333. LED ceiling and wall luminaires.', 1, 0, '', '3000K', '>80', '6.3W', '399 lm', '', '0-10V dimming', '120V-277V', '', 'Designed for general purpose illumination for interior and exterior locations. \nSurface mounted luminaires with copper construction and brass fasteners. Crystal glass, inside white.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1333&itemid=7766&familyid=38', 'https://www.bega-us.com/downloads/31333_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(530, 25, '77', 'BGA_77027', '77027', '77 027. LED in-grade - small scale round diffuse.', 1, 0, '', '3000K; 4000K', '85', '0.6W', '28 lm', '', 'Remote electronic 24V DC driver required', '24V DC', 'Diffused light', 'Designed for directional or indicator lighting, uplighting of trees, walls, columns, signage from the ground or horizontal surface. \nFlush in-grade luminaires with stainless steel construction. Diffused tempered glass.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=137027&itemid=7082&familyid=18', 'https://www.bega-us.com/downloads/77027_Sub.pdf', '2018-03-13', '2018-03-21', '0000-00-00', ''),
(531, 72, '31', 'BOM_31400', '31400', '31 400. LED pillar luminaires - with shade', 1, 0, '', '3000K', '>80', '6.4W', '368 lm', '', '0-10V dimming', '120V-277V', '', 'Designed for the illumination and delineation of interior and exterior spaces such as open landscapes and pedestrian areas, plazas, and building entrances from a low mounting height, featuring a soft and uniform light distribution. \nPillars with copper construction, cast bronze base and brass accents. Hand-blown, three-ply opal glass with screw neck.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM1400&itemid=7783&familyid=38', 'https://www.bega-us.com/downloads/31400_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(532, 25, '77', 'BGA_77910', '77910', '77 910. Pole top with asymmetrical wide-spread distribution.', 1, 0, '', '3000K; 4000K', '>80', '15.8 W', '2250lm', '', 'Integral 120V - 277V electronic LED driver, 0-10V dimming', '120V - 277V', 'Asymmetrical wide-spread', 'Designed for the illumination of walkways, open pedestrian scale landscape areas, parking areas, and roadways featuring asymmetrical wide-spread distribution. \n\nPole top luminaires with die-cast aluminum housings. Clear acrylic diffuser with optical texture. Pure anodized aluminum reflector system is adjustable up to 90° in the vertical plane, and up to 15° in the horizontal plane (no adjustability for 7910LED and 7911LED).\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=285&itemid=6237&familyid=23', 'https://www.bega-us.com/downloads/77910_Sub.pdf', '2017-09-27', '2018-03-21', '0000-00-00', ''),
(533, 72, '84', 'BOM_84035', '84035', '84 035. LED pole-top luminaires.', 1, 0, '', '3000K', '>80', '13W', '862 lm', '', '0-10V dimming', '120V-277V', '', 'Designed for the illumination of squares, parks, walkways, and open pedestrian scale landscape areas. \nPole-top luminaires with cast bronze and copper construction. Hand-blown, three-ply opal glass with screw neck. For attachment to BOOM luminaire poles only.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM2718&itemid=7788&familyid=38', 'https://www.bega-us.com/downloads/84035_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(534, 25, '99', 'BGA_99527', '99527', '99 527. LED area/roadway pole top and davit arm luminaires.', 1, 0, '', '3000K; 4000K', '>80', '138.6W', '17,400', '', 'Integral 120V - 277V electronic LED driver, 0-10V dimming', '120V - 277V; 347V', 'Asymmetrical', 'Designed for the illumination of parking areas and roadways featuring full cut-off light distribution. \nHinged door assembly with tool less latch entry for easy maintenance. Enclosed optic system using a reflector of pure anodized aluminum with clear tempered glass diffuser.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=139599&itemid=8048&familyid=23', 'https://www.bega-us.com/downloads/99527_Sub.pdf', '2016-03-08', '2018-03-21', '0000-00-00', ''),
(535, 72, '31', 'BOM_31014', '31014', '31 014. LED wall luminaires - aluminum.', 1, 0, '', '3000K', '>80', '4.2W', '295 lm', '', '0-10V dimming', '120V-277V', 'Direct', 'Designed for houses and courtyards, alongside and over doors, and for a host of other lighting applications. Ideal for illuminating areas directly in front the mounting surface. \nWall mounted luminaires made of aluminum with painted black finish. Hand-blown, three-ply opal glass with screw neck.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=BOOM2110&itemid=7775&familyid=38', 'https://www.bega-us.com/downloads/31014_sub.pdf', '2018-02-13', '2018-03-21', '0000-00-00', ''),
(536, 25, '99', 'BGA_99599', '99599', '99 599. LED area/roadway pole top and davit arm luminaires.', 1, 0, '', '3000K; 4000K', '85', '94.2 W', '13282lm', '', 'Integral 120V - 277V electronic LED driver,0-10V, TRIAC, and ELV dimmable', '120V - 277V', 'Asymmetrical', 'Designed for the illumination of parking areas and roadways featuring full cut-off light distribution. \nPole top luminaires with asymmetric flat beam light distribution. Hinged door assembly with tool less latch entry for easy maintenance. Enclosed optic system using a reflector of pure anodized aluminum with clear tempered glass diffuser.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=139599&itemid=6752&familyid=23', 'https://www.bega-us.com/downloads/99599_Sub.pdf', '2018-01-30', '2018-03-21', '0000-00-00', ''),
(537, 25, '33', 'BGA_33443', '33443', '33 443. Surface wall and ceiling - shielded on two ends.', 1, 0, '', '3000K; 4000K', '85', '8.7W', '445lm', '', 'Integral 120V - 277V electronic LED driver, 0-10V dimming', '120V – 277V', '', 'Designed for general purpose illumination for interior and exterior locations. \nSurface mounted luminaires with one-piece die-cast aluminum frame shielded on two sides. Heavy pressed crystal glass with optical texture and translucent white ceramic coating.\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=12131c&itemid=6770&familyid=16', 'https://www.bega-us.com/downloads/33443_Sub.pdf', '2016-02-24', '2018-03-21', '0000-00-00', ''),
(538, 25, '33', 'BGA_33327', '33327', '33 327. Surface wall and ceiling - glass block.', 1, 0, '', '3000K; 4000K', '85', '4.3W', '216lm', '', 'Integral 120V - 277V electronic LED driver, 0-10V dimming', '120V - 277V', '', 'Designed for general purpose illumination for interior and exterior locations featuring light output from all sides. \r\nSurface mounted luminaires with die-cast aluminum frame. Heavy pressed glass with internal structure and white ceramic coating.\r\nCSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=123327&itemid=6774&familyid=16', 'https://www.bega-us.com/downloads/33327_Sub.pdf', '2016-02-24', '2018-03-21', '0000-00-00', ''),
(539, 73, 'ACCENTA', 'LMB_12144-ACCENTA-PLUS', '12144-ACCENTA-PLUS', '12 144 ACCENTA PLUS. - Small aperture LED recessed ceiling luminaires.', 1, 0, '', '3000K, 4000K', '80', '8 W', '497 Lumens', '', '120V through 277V LED driver is located in ceiling mounted box, 0-10V dimming.', '120V-277V', 'Narrow', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and clear crystal glass diffuser with magnetic attachment. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L3984&itemid=8136&familyid=25', 'https://www.bega-us.com/downloads/12144_Sub.pdf', '2016-11-22', '2018-03-21', '0000-00-00', ''),
(540, 73, 'ACCENTA', 'LMB_23091-ACCENTA-VARIO', '23091-ACCENTA-VARIO', '23 091 ACCENTA VARIO. - LED semi-recessed adjustable ceiling luminaires.', 1, 0, '', '2700K, 3000K', '80', '6.5 W', '', '', '120V through 277V LED driver is located in ceiling mounted box, 0-10V dimming.', '120V-277V', 'Direct', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and partially frosted crystal glass with thread. Inner housing adjustable in steps from 0°-35° vertically. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L2091&itemid=7468&familyid=25', 'https://www.bega-us.com/downloads/23091_Sub.pdf', '2016-11-29', '2018-03-21', '0000-00-00', ''),
(541, 73, 'ACCENTA', 'LMB_34290-ACCENTA', '34290-ACCENTA', '34 290 ACCENTA. - LED semi-recessed ceiling luminaire.', 1, 0, '', '3000k, 4000k', '80', '9 W', '', '', '120V through 277V LED driver is located in ceiling mounted box, 0-10V dimming.', '120 - 277 V', 'Direct', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and partially frosted crystal glass with thread. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L3289&itemid=7452&familyid=25', 'https://www.bega-us.com/downloads/34290_Sub.pdf', '2016-11-29', '2018-03-21', '0000-00-00', ''),
(542, 73, 'ACCENTA', 'LMB_23224-ACCENTA-PURE', '23224-ACCENTA-PURE', '23224 ACCENTA. PURE - LED semi-recessed ceiling luminaire.', 1, 0, '', '2700K, 3000K', '80', '6.5 W', '', '', '120V through 277V LED driver is located in ceiling mounted box, 0-10V dimming.', '120V-277V', 'Direct', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and partially frosted crystal glass with thread.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L2224&itemid=7464&familyid=25', 'https://www.bega-us.com/downloads/23224_Sub.pdf', '2016-11-29', '2018-03-21', '0000-00-00', ''),
(543, 73, 'ACCENTA', 'LMB_23806-ACCENTA', '23806-ACCENTA', '23806 ACCENTA. - Unshielded LED semi-recessed ceiling luminaire.', 1, 0, '', '2700K, 3000K', '80', '5 W', '', '', 'Remote 24V DC driver required.', '24V DC', 'Semi-Direct', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and hand-blown, three-ply opal glass with satin matte finish and thread. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L3869&itemid=7417&familyid=25', 'https://www.bega-us.com/downloads/23806_Sub.pdf', '2016-11-29', '2018-03-21', '0000-00-00', ''),
(544, 73, 'ACCENTA', 'LMB_34552-ACCENTA', '34552-ACCENTA', '34 552 ACCENTA. - Unshielded LED semi-recessed ceiling luminaire.', 1, 0, '', '2700K, 3000K', '80', '6.5 W', '', '', '120V through 277V LED driver is located in ceiling mounted box, 0-10V dimming.', '120V-277V', 'Semi-Direct', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and hand-blown, three-ply opal glass with satin matte finish and thread. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L3552&itemid=7425&familyid=25', 'https://www.bega-us.com/downloads/34552_Sub.pdf', '2016-11-29', '2018-03-21', '0000-00-00', ''),
(545, 73, 'STR', 'LMB_12094-STR', '12094-STR', '12094-STR. LED recessed ceiling luminaires.', 1, 0, '', '3000K, 4000K', '80', '14.8 W', '', '', 'Ceiling mounted 120V-277V electronic LED driver, architectural 0-10V dimming to 0.1%.', '120V-277V', 'Wide', 'Designed for illumination of public or private rooms, stairways, and hallways with a high level of visual comfort, and characterized by a convenient mounting system for easy installation. \r\nRecessed ceiling luminaires with aluminum housing, pure anodized aluminum reflectors and crystal safety glass. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L1091&itemid=7313&familyid=25', 'https://www.bega-us.com/downloads/12094_Sub.pdf', '2017-04-14', '2018-03-21', '0000-00-00', ''),
(546, 73, 'STR', 'LMB_12111-STR', '12111-STR', '12111-STR. LED semi-recessed ceiling luminaires.', 1, 0, '', '3000K, 4000K', '80', '14.8 W', '', '', 'Ceiling mounted 120V-277V electronic LED driver, architectural 0-10V dimming to 0.1%.', '120V-277V', 'Downlight broad spread', 'Designed for illumination of public or private rooms, stairways, and hallways with a high level of visual comfort, and characterized by a convenient mounting system for easy installation. \r\nRecessed ceiling luminaires with aluminum housing, pure anodized aluminum reflectors and partially frosted crystal safety glass. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L1085&itemid=7349&familyid=25', 'https://www.bega-us.com/downloads/12111_Sub.pdf', '2017-04-14', '2018-03-21', '0000-00-00', ''),
(547, 73, 'Recessed Ceiling', 'LMB_12121-1', '12121-1', '12 121.1 LED recessed ceiling luminaires - adjustable light distribution.', 1, 0, '', '3000K, 4000K', '90', '20 W', '1569 Lumens', '', 'Ceiling mounted 120V-277V electronic LED driver, architectural 0-10V dimming to 0.1%', '120V-277V', 'Wide, flat', 'Designed for illumination of public or private rooms, stairways, and hallways with a high level of visual comfort, and characterized by a convenient mounting system for easy installation. \r\nRecessed ceiling luminaires with aluminum housing, pure anodized aluminum reflectors and optically textured safety glass. The reflector is adjustable from 0° to 30°. The optical system can be rotated 360° around the vertical axis. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L1118&itemid=7364&familyid=25', 'https://www.bega-us.com/downloads/12121_Sub.pdf', '2018-01-30', '2018-03-21', '0000-00-00', ''),
(548, 73, 'Recessed Ceiling', 'LMB_34560', '34560', '34 560. LED semi-recessed ceiling luminaires with wide beam light distribution.', 1, 0, '', '3000K, 4000K', '80', '9 W', '', '', 'Ceiling mounted 120V-277V electronic LED driver, architectural 0-10V dimming to 0.1%.', '120V-277V', 'Semi-Direct', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort, and characterized by a convenient mounting system for easy and economical installation. \r\nSemi-recessed ceiling luminaires with hand-blown, three-ply opal glass, satin matte finish with screw neck. Ceiling mounted driver box made of aluminum. CSA certified to U.S. and Canadian standards.', 'https://www.bega-us.com/productdetail.aspx?groupid=15L3560&itemid=7390&familyid=25', 'https://www.bega-us.com/downloads/34560_Sub.pdf', '2017-04-15', '2018-03-21', '0000-00-00', ''),
(549, 30, 'UR20', 'KIM_UR20-Arm', 'UR20-Arm', 'UR20 Arm. Ouro Arm Mount.', 1, 0, '', '3000K; 4000K; 5000K', '70; 80; 90', '25W - 150W', '3,000 lm - 17,000 lm', '> 60,000 hrs (L70)', 'Dimming range from 100% to 10% through the use of the standard 0-10V interface on the programmable driver.', '120-277V; 347V; 480V; DALI 120-277V', 'Type 1/Front Row; Type II; Type III; Type IV; Type IV Wide; Type V Square Medium; Type V Square Narrow; Type V Rectangular; Type V Wide', '20” size in post top, pole and wall mount\r\nHigh performance optics up to 17,000 delivered lumens\r\nElegant form factor\r\nDiffusion lens option\r\nSiteSync™ wireless control options', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Ouro-Arm-Mount/p/2383782', 'https://hubbellcdn.com/specsheet/kl_ur20arm_specsheet.pdf', '2017-12-15', '2018-03-22', '0000-00-00', ''),
(550, 39, 'D', 'LTL_DSX1-LED', 'DSX1-LED', 'DSX1 LED. DSX1 VC LED Area Luminaire.', 1, 0, '', '3000K ; 4000K; 5000K', '70', '85W; 116W; 160W', '8,545-18,429 lm', '25,000hrs L96; 50,000hrs L92; 100,000hrs L85', 'nLight AIR generation 2 enabled; NEMA twist-lock receptacle only (no controls); Five-wire receptacle only (no controls); Seven-wire receptacle only (no controls); 0-10V dimming driver (no controls); Bi-level, motion/ambient sensor, 8-15’ mounting height,', '120V; 208V; 240V; 277V; 347V; 480V', 'Symmetric', 'Perfect for pedestrian areas, parking lots and building aprons in many applications including commercial offices, hospitals, campuses, libraries, museums, parks and retail shopping.\r\r\r\rThe new D-Series VC Size 1 luminaire sets a new standard for visually comfortable exterior lighting. The DSX1 VC integrates edge-lit LED light guide technology with recessed optics and the new Lithonia® Transition Zone to provide the ultimate experience for any exterior location where people care about visual comfort. Performance packages range from 4,200 lumens to more than 18,000 lumens with 80 CRI and is available in 3000K, 4000K or 5000K with available backlight shield, flat bezel and a comprehensive suite of networked and integrated control options from Acuity Controls.', 'https://www.acuitybrands.com/products/detail/778229/Lithonia-Lighting/D-Series-VC-Area-Size-1/DSX1-VC-LED-Area-Luminaire', 'https://www.acuitybrands.com/products/detail/778229/Lithonia-Lighting/D-Series-VC-Area-Size-1/-/media/products/Lithonia_Lighting/778229/document/DSX1-LED-VC_pdf.pdf', '2018-03-21', '2018-03-22', '0000-00-00', ''),
(551, 30, 'UR28', 'KIM_UR28-Arm', 'UR28-Arm', 'UR28 Arm. Ouro Arm Mount.', 1, 0, '', '3000K; 4000K; 5000K', '70; 80; 90', '155W - 330W', 'High Diffusion Lens: 18,000 lm - 25,000 lm; No Lens or Clear Lens: 20,000 lm - 35,000 lm', '> 60,000 hrs (L70)', 'Dimming range from 100% to 10% through the use of the standard 0-10V interface on the programmable driver', '120-277V; 347V; 480V; DALI 120-277V', 'Type 1/Front Row; Type II; Type III; Type IV; Type IV Wide; Type V Square Medium; Type V Square Narrow; Type V Rectangular; Type V Wide', '28\" size in post top, pole and\r\nwall mount\r\nHigh performance optics up to 35,000\r\ndelivered lumens\r\nElegant form factor\r\nDiffusion lens for low glare comfort\r\nSiteSync™ wireless control options', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Ouro-Arm-Mount/p/2383782', 'https://hubbellcdn.com/specsheet/kl_ur28arm_specsheet.pdf', '2017-12-15', '2018-03-22', '0000-00-00', ''),
(552, 30, 'ALT', 'KIM_ALT120', 'ALT120', 'ALT120. Altitude™.', 1, 0, '', '3000K; 4000K; 5000K', '≥75; ≥70; ≥65', '135W; 279W', '15099 lm - 24401 lm', '50,000 hrs L92; 100,000 hrs L88', '10% to 100% dimming by the use of standard 0-10V interface driver', '120V; 208V; 240V; 277V; 347V; 480V', 'Type I; Type II; Type III; Type IV; Type V; Type R, Right; Type L, Left', 'PicoPrism® technology1\r\nFamily of six sizes\r\nAvailable in 580nm, 3000K, 4000K and 5000K standard CCT\r\nType 1, 2, 3, 4, 5 standard distributions\r\n0-10V dimming drivers standard\r\nIP66 certified', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Altitude/p/248453', 'https://hubbellcdn.com/specsheet/kl_alt120_spec.pdf', '2017-08-23', '2018-03-22', '0000-00-00', ''),
(553, 39, 'BLTX', 'LTL_2BLTX2', '2BLTX2', '2BLTX2. BLTX Series LED Surface Light.', 1, 0, '', '3000K ; 4000K; 5000K', '82; 90', '20-39W', '2,157-5,169 lm', '60,000 hours L70', 'nLight® with 80% lumen management; nLight® with 80% lumen management For use with generator supply EM power; nLight® without lumen management; nLight® without lumen management For use with generator supply EM power; nLight AIR enabled', '120V; 277V; 347V', 'Direct', 'Get all the great features of the Lithonia Lighting BLT Series luminaire now available as a surface mount option. Expand your lighting options to accommodate hard surface installations or other applications requiring surface mount with the complementary BLTX product. The BLTX offers a clean design, shallow fixture-depth for easy installation, plug-n-play control options and reliability backed by Lithonia Lighting--all at an attractive price--the BLT Series is your best-in-value ambient lighting solution for commercial projects.', 'https://www.acuitybrands.com/products/detail/664997/Lithonia-Lighting/BLTX-Surface-Light/BLTX-Series-LED-Surface-Light', 'https://www.acuitybrands.com/products/detail/664997/Lithonia-Lighting/BLTX-Surface-Light/-/media/products/Lithonia_Lighting/664997/document/2BLTX-2X2_pdf.pdf', '2017-11-08', '2018-03-22', '0000-00-00', ''),
(554, 30, 'ALT', 'KIM_ALT96', 'ALT96', 'ALT96. Altitude™.', 1, 0, '', '3000K; 4000K; 5000K', '≥65; ≥70; ≥75', '104W; 224W', '5329 lm - 11377 lm', '50,000 hrs L93; 100,000 hrs L89', '10% to 100% dimming by the use of standard 0-10V interface driver', '120V; 208V; 240V; 277V; 347V; 480V', 'Type I; Type II; Type III; Type IV; Type V; Type R, Right; Type L, Left', 'PicoPrism® technology1\r\nFamily of six sizes\r\nAvailable in 580nm, 3000K, 4000K and 5000K standard CCT\r\nType 1, 2, 3, 4, 5 standard distributions\r\n0-10V dimming drivers standard\r\nIP66 certified', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Altitude/p/248453', 'https://hubbellcdn.com/specsheet/kl_alt96_spec.pdf', '2017-08-23', '2018-03-22', '0000-00-00', ''),
(555, 39, 'BLTX', 'LTL_2BLTX4', '2BLTX4', '2BLTX4. BLTX Series LED Surface Light.', 1, 0, '', '3000K-5000K', '82; 90', '30W-67W', '3286-9008 lm', '60,000 hours L80', 'nLight® with 80% lumen management; nLight® with 80% lumen management For use with generator supply EM power; nLight® without lumen management; nLight® without lumen management For use with generator supply EM power; nLight AIR enabled', '120V; 277V; 347V', 'Direct', 'Get all the great features of the Lithonia Lighting BLT Series luminaire now available as a surface mount option. Expand your lighting options to accommodate hard surface installations or other applications requiring surface mount with the complementary BLTX product. The BLTX offers a clean design, shallow fixture-depth for easy installation, plug-n-play control options and reliability backed by Lithonia Lighting--all at an attractive price--the BLT Series is your best-in-value ambient lighting solution for commercial projects.', 'https://www.acuitybrands.com/products/detail/664997/Lithonia-Lighting/BLTX-Surface-Light/BLTX-Series-LED-Surface-Light', 'https://www.acuitybrands.com/products/detail/664997/Lithonia-Lighting/BLTX-Surface-Light/-/media/products/Lithonia_Lighting/664997/document/2BLTX-2X4_pdf.pdf', '2017-11-08', '2018-03-22', '0000-00-00', ''),
(556, 39, 'BLTX', 'LTL_BLTX4', 'BLTX4', 'BLTX4.  Surface Mount.', 1, 0, '', '3000K-5000K', '82; 90', '19-52W', '2,231-6,566 lm', '60,000 hours L80', 'nLight® with 80% lumen management; nLight® with 80% lumen management For use with generator supply EM power; nLight® without lumen management; nLight® without lumen management For use with generator supply EM power; nLight AIR enabled', '120V; 277V; 347V', 'Direct', 'Get all the great features of the Lithonia Lighting BLT Series luminaire now available as a surface mount option. Expand your lighting options to accommodate hard surface installations or other applications requiring surface mount with the complementary BLTX product. The BLTX offers a clean design, shallow fixture-depth for easy installation, plug-n-play control options and reliability backed by Lithonia Lighting--all at an attractive price--the BLT Series is your best-in-value ambient lighting solution for commercial projects.', 'https://www.acuitybrands.com/products/detail/664997/Lithonia-Lighting/BLTX-Surface-Light/BLTX-Series-LED-Surface-Light', 'https://www.acuitybrands.com/products/detail/664997/Lithonia-Lighting/BLTX-Surface-Light/-/media/products/Lithonia_Lighting/664997/document/BLTX-1X4_pdf.pdf', '2017-11-08', '2018-03-22', '0000-00-00', ''),
(557, 39, 'IBH', 'LTL_IBH', 'IBH', 'IBH. LED Bay Lighting.', 1, 0, '', '4000K', '70', '112-221W', '12,000 lm; 18,000lm; 24,000 lm', '100,000 hours L70; 52,000 hours L85', '0-10V dimming', '120V; ; 240V; 277V; 347V; 480V', 'Medium', 'This is a Contractor Select classified stock product. Contractor Select includes the most popular and competitive stocked product from Lithonia Lighting.\r\nFor the configurable version with lumen, mounting and controls options, please visit the IBH LED High Bay product page.\r\nIdeal one-for-one replacement of conventional lighting systems such as HID and fluorescent. Ideal for manufacturing, warehousing and other large indoor space applications with mounting heights ranging from 10\' to 45\'. Suspended-mount ONLY.\r\n\r\nFeatures\r\nDie-formed aluminum alloy chassis with integrated fins for superior cooling through natural convection.\r\nHousing is rigidly designed to resist twisting and bowing.\r\nMedium distribution to meet both horizontal and vertical light level requirements.', 'https://www.acuitybrands.com/products/detail/318413/Lithonia-Lighting/LED-Bay-Lighting/Contractor-Select-LED-Bay-Lighting', 'https://www.acuitybrands.com/products/detail/318413/Lithonia-Lighting/LED-Bay-Lighting/-/media/products/Lithonia_Lighting/318413/document/LED-Bay-Lighting_pdf.pdf', '2016-11-02', '2018-03-22', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(558, 30, 'UR20', 'KIM_UR20-Post', 'UR20-Post', 'UR20 Post. Ouro Post Top.', 1, 0, '', '3000K; 4000K; 5000K', '70; 80; 90', '25W - 115W', '3,000 lm - 17,000 lm', '> 60,000 hrs (L70)', '10% to 100%', '120-277V; 347V; 480V; DALI 120-277V', 'Type 1/Front Row; Type II; Type III; Type IV; Type IV Wide; Type V Square Medium; Type V Square Narrow; Type V Rectangular; Type V Wide', '20” size in post top, pole and wall mount\r\nHigh performance optics up to 17,000 delivered lumens\r\nElegant form factor\r\nDiffusion lens option\r\nSiteSync™ wireless control options', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Ouro-Post-Top/p/2442705', 'https://hubbellcdn.com/specsheet/kl_ur20post_specsheet.pdf', '2017-08-23', '2018-03-22', '0000-00-00', ''),
(559, 30, 'UR28', 'KIM_UR28-Post', 'UR28-Post', 'UR28 Post. Ouro Post Top.', 1, 0, '', '3000K; 4000K; 5000K', '70; 80; 90', '170W - 330W', 'HDL - High Diffusion Lens: 18,000 lm - 25,000 lm; No Lens or Clear Lens: 20,000 lm - 35,000 lm', '> 60,000 hrs (L70)', '10% to 100%', '155W - 330W', 'Type 1/Front Row; Type II; Type III; Type IV; Type IV Wide; Type V Square Medium; Type V Square Narrow; Type V Rectangular; Type V Wide (Round)', '28\" size in post top, pole and wall mount\r\nHigh performance optics up to 35,000 delivered lumens\r\nElegant form factor\r\nDiffusion lens for low glare comfort\r\nSiteSync™ wireless control options', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Ouro-Post-Top/p/2442705', 'https://hubbellcdn.com/specsheet/kl_ur28post_specsheet.pdf', '2018-01-11', '2018-03-22', '0000-00-00', ''),
(560, 39, 'VTLX', 'LTL_2VTLX2', '2VTLX2', '2VTLX2. Volumetric LED.', 1, 0, '', '3000K; 3500K; 4000K; 5000K', '82', '20W; 34,5W; 41,5W', '2,000-4,550 lm', '60,000 hours L90', 'Nlight with 80% lumen management; nlight with 80% lumen management. For use with generator supply EM power; nlight without lumen management; nlight without lumen management. For use with generator supply EM power', '347V', 'Direct', 'The VT Series volumetric surface-mount LED luminaire (VTLX) combines quality illumination, aesthetic design and advanced LED technology for a high-performance ambient lighting solution.\r\r\r\rThe traditional center-basket design is ideal for commercial applications including offices, schools, retail locations and hospitals. The high-efficacy light engine delivers long life and excellent color, ensuring a lighting installation that is efficient and sustainable. Multiple lumen packages, eldoLED high-performance driver options and nLight controls options provide design flexibility and optimal energy savings solutions.', 'https://www.acuitybrands.com/products/detail/219848/Lithonia-Lighting/VTLX/VT-Series-Volumetric-Surface-Mount-LED-Luminaire-Featuring-eldoLED', 'https://www.acuitybrands.com/products/detail/219848/Lithonia-Lighting/VTLX/-/media/products/Lithonia_Lighting/219848/document/2VTLX-2X2_pdf.pdf', '2016-10-04', '2018-03-22', '0000-00-00', ''),
(561, 39, 'VTLX', 'LTL_2VTLX4', '2VTLX4', '2VTLX4. Volumetric LED.', 1, 0, '', '3000K-5000K', '82', '31-70W', '3,125-7,800 lm', '60,000 hours L90', 'Nlight with 80% lumen management; nlight with 80% lumen management. For use with generator supply EM power; nlight without lumen management; nlight without lumen management. For use with generator supply EM power', '347V', 'Direct', 'The VT Series volumetric surface-mount LED luminaire (VTLX) combines quality illumination, aesthetic design and advanced LED technology for a high-performance ambient lighting solution.\r\r\r\rThe traditional center-basket design is ideal for commercial applications including offices, schools, retail locations and hospitals. The high-efficacy light engine delivers long life and excellent color, ensuring a lighting installation that is efficient and sustainable. Multiple lumen packages, eldoLED high-performance driver options and nLight controls options provide design flexibility and optimal energy savings solutions.', 'https://www.acuitybrands.com/products/detail/219848/Lithonia-Lighting/VTLX/VT-Series-Volumetric-Surface-Mount-LED-Luminaire-Featuring-eldoLED', 'https://www.acuitybrands.com/products/detail/219848/Lithonia-Lighting/VTLX/-/media/products/Lithonia_Lighting/219848/document/2VTLX-2X4_pdf.pdf', '2016-10-04', '2018-03-22', '0000-00-00', ''),
(562, 30, 'Entablature', 'KIM_ETELED', 'ETELED', 'ETELED. Entablature® Large PicoEmitter® LED.', 1, 0, '', '3000K; 4000K; 5000K', '≥65; ≥70; ≥75', '103W', '5029 lm - 9208 lm', '621,000 Hrs (L70)', '10% to 100% dimming using standard 0-10V interface driver', '120V; 208V; 240V; 277V; 347V; 480V', 'Type I; Type II; Type III; Type IV; Type V; Type R, Right; Type L, Left', 'Full Cutoff PicoEmittertechnology\r\nPatented low profile luminaire1\r\nAvailable in 580nm 3000K, 4000K and 5000K standard CCT\r\nType 1, 2, 3, 4, 5, R, L distributions\r\n0-10V dimming drivers standard\r\nSealed optical chamber, IP66 certified', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/The-Entablature/p/248471', 'https://hubbellcdn.com/specsheet/kl_eteled_spec.pdf', '2017-05-16', '2018-03-22', '0000-00-00', ''),
(563, 39, 'BEMW', 'LTL_3BEMW', '3BEMW', '3BEMW. LED Recessed Module.', 1, 0, '', '3000K ; 4000K; 5000K', '90', '7W; 7,3W; 7,9W', '460 lm; 510lm; 520 lm', '28,000 hours L70', 'Pass & Seymour: HCL453PTCCCV6, LSLV603; Lutron: S-600H-WH, S2-LH-WH, S-600PR-WH, DV-600PR-WH, TG-603PR-WH, DV-603PG, MACL-153M, LG-600P; Leviton: IP106-1LT, 6613-PL; Cooper: 9530DS-K-L', '120V', 'Wide flood', 'E Series LED recessed modules from Lithonia Lighting® offer optimal value for a variety of residential and light commercial applications. The E Series is the perfect LED option for high-volume projects and everyday stock business.\r\r\r\rModules fit 3\" recessed housings from most manufacturers and are wet location listed.', 'https://www.acuitybrands.com/products/detail/775306/Lithonia-Lighting/3-E-Series-LED-Module/LED-Recessed-Module', 'https://www.acuitybrands.com/products/detail/775306/Lithonia-Lighting/3-E-Series-LED-Module/-/media/products/Lithonia_Lighting/775306/document/3BE-LED_pdf.pdf', '2018-02-15', '2018-03-22', '0000-00-00', ''),
(564, 30, 'Entablature', 'KIM_ETPLED', 'ETPLED', 'ETPLED. Entablature®  Large PicoPrism®  LED.', 1, 0, '', '3000K; 4000K; 5000K', '≥65; ≥70; ≥75', '188W', '6205 lm - 9699 lm', '50,000 hrs: 350 mA - 96.58%, 700 mA - 91.99%; 100,000 hrs: 350 mA - 94.30%, 700 mA - 86.88%', '10% to 100% dimming using standard 0-10V interface driver', '120V; 208V; 240V; 277V; 347V; 480V', 'Type I; Type II; Type III; Type IV; Type V; Type R, Right; Type L, Left', 'Full Cutoff PicoPrism technology\r\nPatented low profile luminaire1\r\nAvailable in 580nm, 3000K, 4000K and 5000K standard CCT\r\nType 1, 2, 3, 4, 5, R, L distributions\r\n0-10V dimming drivers standard\r\nSealed optical chamber, IP66 certified', 'https://www.hubbell.com/kimlighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/The-Entablature/p/248471', 'https://hubbellcdn.com/specsheet/kl_etpled_spec.pdf', '2017-05-16', '2018-03-22', '0000-00-00', ''),
(565, 39, 'SL', 'LTL_6SL', '6SL', '6SL. 6\" Wireless Speaker Downlight.', 1, 0, '', '2700K; 3000K; 4000K', '90', '12W', '700 Lumens', '35,000 hours L70', 'Dimming down to 10% with most standard incandescent, magnetic low voltage and electronic low voltage dimmers', '120V', 'Downlight', 'Our recessed 6SL LED Wireless Speaker Downlight module provides an easy and efficient way to light up a room and enjoy music for the entire family.\r\r\r\rThe wireless speaker downlight is perfect to retrofit into existing 6” downlight cans or new construction and remodel applications. Wirelessly stream audio from your mobile device via Bluetooth™. The 6SL Wireless Speaker Downlight is compatible with all music streaming apps. Easily pairs wirelessly up to 8 units for a more enhanced and balanced sound experience. Internal Li-ON battery included for up to 6-hr play time without light being on.', 'https://www.acuitybrands.com/products/detail/766222/Lithonia-Lighting/6SL-Speaker-Downlight/6SL-LED-6-Downlight-with-Integrated-Speaker', 'https://www.acuitybrands.com/products/detail/766222/Lithonia-Lighting/6SL-Speaker-Downlight/-/media/products/Lithonia_Lighting/766222/document/6SL-LED_pdf.pdf', '2017-09-19', '2018-03-22', '0000-00-00', ''),
(566, 74, '115', 'WEF_115-0172', '115-0172', '115-0172. CTY150 LED-FT.', 1, 0, '', '3000K; 4000K', '80', '17W; 24W', '2890 - 4100 lm', '>60,000 h (L70)', '', '220-240V', 'Symmetric', 'IP55, Class I. IK10. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Polycarbonate main lens. Integral EC electronic converter in thermally-separated compartment. Factory installed LED circuit board. CAD-optimised indirect optics for superior illumination and glare control. Pre-wired post complete with cable connecting box and service door for mains connection.', 'http://www.we-ef.com/#!/int/products/family/715', 'http://api.we-ef.com/files/generated/temp/CTY150LED-FT_115-0172_int.pdf', '0000-00-00', '2018-03-22', '0000-00-00', ''),
(567, 39, 'LDN6', 'LTL_LDN6CYL', 'LDN6CYL', 'LDN6CYL. LED Cylinders.', 1, 0, '', '2700K; 3000K; 3500K; 4000K; 5000K', '80', '7,6-55,5W', '500-5,000 lm', '50 000 hours (L70)', '0-10V eldoLED driver with smooth and flicker-free deep dimming performance down to 10%; 0-10V eldoLED driver with smooth and flicker-free deep dimming performance down to 1%', '120V; 277V', 'Direct', 'General illumination cylinders in damp and wet location surface, pendant, wall and cable mount configurations.', 'https://www.acuitybrands.com/products/detail/564953/Lithonia-Lighting/LDN6-Cylinder-Series/LED-Cylinders', 'https://www.acuitybrands.com/products/detail/564953/Lithonia-Lighting/LDN6-Cylinder-Series/-/media/products/Lithonia_Lighting/564953/document/LDN6CYL_pdf.pdf', '2017-11-16', '2018-03-22', '0000-00-00', ''),
(568, 39, 'LDN4', 'LTL_LDN4CYL', 'LDN4CYL', 'LDN4CYL. LED Cylinders.', 1, 0, '', '2700K-5000K', '80', '8,5-22,5W', '500-2,000 lm', '50,000 hours L70', 'eldoLED 0-10V dimming drivers mounted to junction box; 10% or 1% minimum dimming level available', '120-277V', 'Direct', 'General illumination cylinders in a damp and wet location surface, pendant, wall and cable mount configurations.', 'https://www.acuitybrands.com/products/detail/564891/Lithonia-Lighting/LDN4-Cylinder-Series/LED-Cylinders', 'https://www.acuitybrands.com/products/detail/564891/Lithonia-Lighting/LDN4-Cylinder-Series/-/media/products/Lithonia_Lighting/564891/document/LDN4CYL_pdf.pdf', '2017-11-16', '2018-03-22', '0000-00-00', ''),
(569, 51, 'Aspen', 'LMR_1900-OA', '1900-OA', '1900-OA. Aspen.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '12W', '', '', 'Electronic driver (120-277V/50-60Hz) is compatible with TRIAC (Leading Edge Dimming), ELV (Trailing Edge Dimming) and 0-10V dimming.', '120-277V', '', 'The Aspen 1900-OA bollard features a sleek, contemporary aesthetic and low glare fixed optics. Lamp source selections include LED, incandescent PAR lamps or low voltage MR16 halogen lamps. Luminaires with a halogen source are available with an integral or remote 12V transformer option. Our patented LumaLevel™ leveling system provides quick installation, easy adjustment, secure mounting and protection from vibration. Aspen bollards are available in two standard heights of 24\" (610mm) and 30\" (762mm).', 'http://www.cooperindustries.com/content/public/en/lighting/products/bollards/_135163.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-Aspen-1900-OA-PS501005EN-sss.pdf', '2018-03-16', '2018-03-22', '0000-00-00', ''),
(570, 39, 'LDN3', 'LTL_LDN3SQ', 'LDN3SQ', 'LDN3SQ. Open and Wallwash.', 1, 0, '', '2700-4000K', '80', '6,3W; 14,3W; 24,8W', '500-1,500 lm', '50 000 hours (L70)', 'Universal dimming to 10% (0-10V, 120V, Triac, or ELV); Universal dimming to 1% (0-10V, 120V, Triac, or ELV)', '120-277V; 347V', 'Direct', 'The inobtrusive, minimalist Lithonia LDN3 is the most cost-effective small aperture commercial downlighting solution on the market designed specifically for uniform, general illumination. Family includes round & square downlights both open and wallwash as well as cylinders.', 'https://www.acuitybrands.com/products/detail/651849/Lithonia-Lighting/LDN3-Square-Series/LDN-Square-3-Open-and-Wallwash', 'https://www.acuitybrands.com/products/detail/651849/Lithonia-Lighting/LDN3-Square-Series/-/media/products/Lithonia_Lighting/651849/document/LDN3SQ_pdf.pdf', '2018-02-20', '2018-03-22', '0000-00-00', ''),
(571, 74, '105', 'WEF_105-0076', '105-0076', '105-0076. CFT540 LED.', 1, 0, '', '3000K', '80', '42 W', '4842 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Basic LED;', '220-240V', 'Symmetric', 'IP66. Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. RFC® Reflection Free Contour main lens. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.\r\nRecommended mounting height 3.0-4.5 m, depending on wattage selected.', 'http://www.we-ef.com/#!/int/products/family/739', 'http://www.we-ef.com/#!/int/products/family/739', '0000-00-00', '2018-03-22', '0000-00-00', ''),
(572, 39, 'LDN3', 'LTL_LDN3', 'LDN3', 'LDN3. Open and Wallwash.', 1, 0, '', '2700-4000K', '80', '6,27W; 14,3W; 25W', '500-1,500 lm', '50,000 hours L70', 'Universal dimming to 10% (0-10V, 120V, Triac, or ELV); Universal dimming to 1% (0-10V, 120V, Triac, or ELV)', '120-277V; 347V', 'Direct', 'The inobtrusive, minimalist Lithonia LDN3 is the most cost-effective small aperture commercial downlighting solution on the market designed specifically for uniform, general illumination.', 'https://www.acuitybrands.com/products/detail/651848/Lithonia-Lighting/LDN3-Round-Series/LDN-Round-3-Open-and-Wallwash', 'https://www.acuitybrands.com/products/detail/651848/Lithonia-Lighting/LDN3-Round-Series/-/media/products/Lithonia_Lighting/651848/document/LDN3_pdf.pdf', '2018-02-20', '2018-03-22', '0000-00-00', ''),
(573, 51, 'Eon', 'LMR_303-A1-LEDB1', '303-A1-LEDB1', '303-A1-LEDB1. Eon LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '75, 85, 95', '8.5 W', '310 - 698 Lumens', '72,000 Hours TM-21 L70', 'Trailing Edge Phase; 0-10V Dimming;', '120-277V', 'Lateral Throw; Forward Throw; Wide Flood', 'The Lumiere Eon LED 303-A1 Accent Series of luminaires provides architectural styling with super bright, energy efficient LEDs. The compact, low profile, machined aluminum construction, with a sealed optical compartment and integral recess junction box make the EON 303-A1 impervious to contaminants. It is available in 8.5W and 15.5W. The Eon accent luminaire is ideal for floodlight illumination of ground mounted signage, building façade architecture or for ground mount applications where greater lateral or forward throw illumination is needed. The luminaire may be used indoors or outdoors and carries and IP66 rating.', 'http://www.cooperindustries.com/content/public/en/lighting/products/landscape_lighting/accent_flood/_821730.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-EON-303-A1-LEDB1-ADL121465-sss.pdf', '2016-03-15', '2018-03-22', '0000-00-00', ''),
(574, 39, 'WF3', 'LTL_WF3', 'WF3', 'WF3. LED Module.', 1, 0, '', '2700K; 3000K; 4000K', '80', '8W', '550 lm', '36,000 hours L70', 'Dimming down to 10% (See page 2 for recommended dimmers)', '120V', 'Downlight', 'The 3-inch Wafer™ LED is an ultra-thin recessed downlight ideal for shallow ceiling plenum applications. Quality, housing-free recessed downlighting is achieved with its narrow remote driver box. The Wafer LED is quick and simple to install from below the ceiling with as little as 6-inch plenum clearance.', 'https://www.acuitybrands.com/products/detail/654919/Lithonia-Lighting/WF3-Downlight/Wafer-LED-Indoor-Outdoor-3-in-Round-Housing-Free-Recessed-Downlight', 'https://www.acuitybrands.com/products/detail/654919/Lithonia-Lighting/WF3-Downlight/-/media/products/Lithonia_Lighting/654919/document/WF3_pdf.pdf', '2018-01-09', '2018-03-22', '0000-00-00', ''),
(575, 74, '185', 'WEF_185-2658', '185-2658', '185-2658. ETC130-GB LED.', 1, 0, '', '3000K', '80', '21 W', '2217 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Basic LED;', '220-240V', 'Symmetric, wide beam', 'IP67, Class I. IK10+. Stainless steel construction including PCS hardware. Silicone rubber gasket. Safety glass lens; max. load 5 tonnes. Luminaire can be driven over at low speed. Factory-sealed termination chamber complete with cable gland and 1.5 m of flexible PVC free cable. Cable gland with spiral cable bending protection. Integral EC electronic converter in thermally separated compartment. \'No tool\' removable gear/lens tray. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. Gimbal mounted, 360° rotatable and 30° tiltable.', 'http://www.we-ef.com/#!/int/products/family/394', 'http://api.we-ef.com/files/generated/temp/ETC130-GBLED_185-2658_int.pdf', '2018-03-22', '2018-03-22', '0000-00-00', ''),
(576, 51, 'Eon', 'LMR_303-A1-LEDB2', '303-A1-LEDB2', '303-A1-LEDB2. Eon LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '75, 85, 95', '15.5 W', '647 - 1425 Lumens', '72,000 Hours TM-21 L70', 'Trailing Edge Phase; 0-10V Dimming;', '120-277V', 'Lateral Throw; Forward Throw; Wide Flood', 'The Lumiere Eon LED 303-A1 Accent Series of luminaires provides architectural styling with super bright, energy efficient LEDs. The compact, low profile, machined aluminum construction, with a sealed optical compartment and integral recess junction box make the EON 303-A1 impervious to contaminants. It is available in 8.5W and 15.5W. The Eon accent luminaire is ideal for floodlight illumination of ground mounted signage, building façade architecture or for ground mount applications where greater lateral or forward throw illumination is needed. The luminaire may be used indoors or outdoors and carries and IP66 rating.', 'http://www.cooperindustries.com/content/public/en/lighting/products/landscape_lighting/accent_flood/_821730.ssd.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-EON-303-A1-LEDB2-TD506010EN-sss.pdf', '2016-03-15', '2018-03-22', '0000-00-00', ''),
(577, 51, 'Lanterra', 'LMR_9003', '9003', '9003. Lanterra 9003.', 1, 0, '', '1650-4000K', '90+', '10 W, 20 W', '519 - 1787 Lumens', '60 000 Hours - TM-21 L70', 'TRIAC (Leading Edge Dimming), ELV (Trailing Edge Dimming) and 0-10V dimming.', '120- 277V', 'Up or Down, Up and Down; Spot, Medium, Flood, Wide Flood;', 'Lanterra 9003-W1 (Up or Down) and 9002-W2 (Up and Down) are 3.25\" O.D., line voltage cylinder fixtures with dimmable LED. The luminiare comes in various mountings, surface mount with integral driver in the housing, remote driver mount with round and square wall plates and square wall integral driver, all of which can be mounted over standard 4 inch j-box. The luminaire also comes with various beam optics. It also comes with various lens, louvers and colors or dichroic filters can be combined up to two at once to create multiple lighting effects. The fixture may be used indoors or outdoors and carries IP66 rating.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_921191.ssd.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/TD506024EN-Lanterra9003-Spec-SSS.PDF', '2018-01-12', '2018-03-22', '0000-00-00', ''),
(578, 3, 'CTN', 'MGE_CTN', 'CTN', 'CTN. Celesteon.', 1, 0, '', '3000K, 4000K, 5000K', 'minimum 70', '212 - 760 W', '103K lm', '60,000 hours', 'Standard 0-10V dimming', '120-277V, 347V, 480V', 'Type I, Type II, Type III, Type IV, Type V, Type V Narrow', 'The Celesteon LED high mast luminaire combines high output and efficiency with easy install and affordability. Designed for new and retrofit high-lumen applications, the Celesteon LED high mast is ideal for highways, interchanges, ports, rail yards, container yards, parking lots, correctional facilities, security lighting, treatment plants and other facilities in need of high lumen packages with accurate optical control.', 'http://www.cooperindustries.com/content/public/en/lighting/products/area_site_lighting/_945164.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-edison-ctn-celesteon-td521025en-sss.pdf', '2018-02-22', '2018-03-22', '0000-00-00', ''),
(579, 3, 'GLEON', 'MGE_GLEON', 'GLEON', 'GLEON. Galleon LED.', 1, 0, '', '3000K, 4000K, 5000K, 6000K', 'min 70', '34 - 640 W', 'Up to 68,000 lumens', '60,000 hours', '0-10V dimming', '120-277V, 347V, 480V', 'Type II; Type II Roadway; Type III; Type III Roadway; Type IV Forward Throw; Type IV Wide; Type V Narrow; Type V Square Medium; Type V Square Wide; Type II w/Spill Control; Type III w/Spill Control; Type IV w/Spill Control; 90° Spill Light Eliminator Left', 'The Galleon™ LED luminaire delivers exceptional performance in a highly scalable, low-profile design. Patented, high-efficiency AccuLED Optics™ system provides uniform and energy conscious illumination to walkways, parking lots, roadways, building areas and security lighting applications. IP66 rated and UL/cUL Listed for wet locations.', 'http://www.cooperindustries.com/content/public/en/lighting/products/area_site_lighting/_823028.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-gleon-galleon-led-td500020en-sss.pdf', '2018-03-13', '2018-03-22', '0000-00-00', ''),
(580, 39, 'D', 'LTL_DSXPG', 'DSXPG', 'DSXPG. Parking Garage LED Outdoor Canopy.', 1, 0, '', '3000K ; 4000K; 5000K', '70', '26-107W', '2,253-11,636 lm', '25,000hrs L96; 50,000hrs L93; 100,000hrs L88', '0-10V dimming extend out back of housing for external control; House-side shield (housing visor); Single fuse (120, 277, 347V); Double fuse (208, 240, 480V); Separate surge protection; Motion/ambient sensor for 8-15\' mounting heights; Motion/ambient senso', '120V; 208V; 240V; 277V; 347V; 480V', 'Type V, entryway; Type V, medium; Type V, wide; Type V, rectangular; Asymmetric', 'The D-Series LED Parking Garage luminaire provides energy savings of 88% when replacing 175W metal halide luminaires. With an expected service life of over 100,000 hours (10+ years of 24/7 operation), up to ten metal halide lamp changes are avoided over the life of the product. All of this adds up to quick paybacks and a very low total cost of ownership.', 'https://www.acuitybrands.com/products/detail/566949/Lithonia-Lighting/D-Series-Parking-Garage/D-Series-Parking-Garage-LED-Outdoor-Canopy', 'https://www.acuitybrands.com/products/detail/566949/Lithonia-Lighting/D-Series-Parking-Garage/-/media/products/Lithonia_Lighting/566949/document/DSXPG_pdf.pdf', '2018-01-22', '2018-03-22', '0000-00-00', ''),
(581, 74, '111', 'WEF_111-0188', '111-0188', '111-0188. RFL540-SE LED.', 1, 0, '', '3000K', '80', '109 W', '11805 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Advanced LED; Eco Step Dim® Basic LED;', '220-240V', 'Asymmetric, side-throw beam', 'IP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. Non-reflecting safety glass lens, hinged with safety switch. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.', 'http://www.we-ef.com/#!/int/products/family/321', 'http://api.we-ef.com/files/generated/temp/RFL540-SELED_111-0188_int.pdf', '2018-03-22', '2018-03-22', '0000-00-00', ''),
(582, 3, 'VTS', 'MGE_VTS', 'VTS', 'VTS. Ventus LED.', 1, 0, '', '3000K, 4000K, 5000K, 5700K', '70', '52W - 308W', '4,437 -  38,386 Lumens', '60,000 hours', 'Standard drivers feature electronic universal voltage (120-277V 50/60Hz), 347V 60Hz or 480V 60Hz operation. 480V is compatible for use with 480V Wye systems only.', '120-277V, 347V, 480V', 'Type II; Type III; Type IV; Type V Square Medium; Type V Square Wide; Type V Square Extra Wide; Type II with Spill Control; Type III with Spill Control; Type IV with Spill Control; Rectangular Wide; Spill Light Eliminator Left; Spill Light Eliminator Righ', 'The Ventus LED area luminaire provides uncompromising optical performance and outstanding versatility for a wide variety of area and roadway applications. Patent pending modular LightBAR™ technology delivers uniform and energy conscious illumination to walkways, parking lots, roadways, building areas, and any security lighting application. UL and cUL Listed for wet locations.', 'http://www.cooperindustries.com/content/public/en/lighting/products/area_site_lighting/_125664.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-vts-ventus-led-td500008en-sss.pdf', '2017-04-18', '2018-03-22', '0000-00-00', ''),
(583, 39, 'FMFL', 'LTL_FMFL-30840-VANL', 'FMFL-30840-VANL', 'FMFL 30840 VANL. Decorative Indoor Linear Fixture.', 1, 0, '', '3000K ; 4000K', '82', '35W', '3100 lm', '50 000 hours (L70)', '', '120V', '', 'The LED Vanderlyn provides an LED lighting platform to deliver general ambient lighting for surfacemount ceiling applications including kitchens, offices, corridors and light commercial spaces. The light engine delivers long life and excellent color to ensure a quality, low-maintenance light installation.', 'https://www.acuitybrands.com/products/detail/660131/Lithonia-Lighting/LED-Vanderlyn-Linear/Decorative-Indoor-Linear-Fixture', 'https://www.acuitybrands.com/products/detail/660131/Lithonia-Lighting/LED-Vanderlyn-Linear/-/media/products/Lithonia_Lighting/660131/document/FMFL-LED-VANDERLYN_pdf.pdf', '2017-11-22', '2018-03-22', '0000-00-00', ''),
(584, 74, '108', 'WEF_108-1500', '108-1500', '108-1500. VFL520 LED.', 1, 0, '', '3000K', '80', '14 W', '1614 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Advanced LED; Eco Step Dim® Basic LED;', '220-240V', 'Asymmetric, side-throw beam', 'IP66, Class I or Class II. IK08. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. RFC® Reflection Free Contour main lens. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.', 'http://www.we-ef.com/#!/int/products/family/749', 'http://api.we-ef.com/files/generated/temp/VFL520_108-1500_int.pdf', '2018-03-22', '2018-03-22', '0000-00-00', ''),
(585, 74, '108', 'WEF_108-1552', '108-1552', '108-1552. VFL530 LED.', 1, 0, '', '3000K', '80', '14 W', '1614 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Advanced LED; Eco Step Dim® Basic LED;', '220-240V', 'Asymmetric, side-throw beam', 'IP66, Class I or Class II. IK08. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. RFC® Reflection Free Contour main lens. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.', 'http://www.we-ef.com/#!/int/products/family/540', 'http://api.we-ef.com/files/generated/temp/VFL530_108-1552_int.pdf', '2018-03-22', '2018-03-22', '0000-00-00', ''),
(586, 75, '23X', 'NER_23XR', '23XR', '23XR. Wall Wash Straight & Narrow.', 1, 0, '', '3000K, 3500K, 4000K', '> 85', '28.2 W - 37.3 W', '649 - 2839 Lumens', '60,000 hours', '0-10V Dimming Driver 4; DALI Driver5; Lutron A Series 6', '120-277V, 347V, 480V', 'Asymmetric Wash; Direct-InDirect', 'Wall wash 23XR LED completes the Straight & Narrow family. Its precise optical reflector design provides wall illumination up to 10\' in height with smooth gradation from top to bottom of the wall. It is perfect for classrooms, conference rooms, corridor walls, arcades and galleries. With excellent photometrics and high efficiency, 23XR LED generates smooth wall wash free of striations and shadows. Runs are provided to the nearest foot and the light source is hidden from most viewing angles.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/wall_wash/_885582.ssd.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/23XR-2L35-ETG-4D-UNV-DD-SI-W-SSS.pdf', '2016-12-27', '2018-03-22', '0000-00-00', ''),
(587, 74, '111', 'WEF_111-0403', '111-0403', '111-0403. RFS540 LED.', 1, 0, '', '4000K', '75', '109 W', '11805 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Advanced LED; Eco Step Dim® Basic LED;', '220-240V', 'Asymmetric, side-throw beam', 'IP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. Non-reflecting safety glass lens, hinged with safety switch. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.', 'http://www.we-ef.com/#!/int/products/family/439', 'http://api.we-ef.com/files/generated/temp/RFS540-LED_111-0403_int.pdf', '2018-03-22', '2018-03-22', '0000-00-00', ''),
(588, 75, 'PF', 'NER_79-PF', '79-PF', '79 PF. PentaFlex LED.', 1, 0, '', '3000K, 3500K, 4000K', '≤ 82', '28.9 W', '648 - 2331 Lumens', '60,000 hours', '0-10V Dimming Driver; FifthLight DALI; Lutron A Series', '120-277V, 347V, 480V', 'Perimeter; Direct Wall Wash', 'The Neo-Ray 79-PF LED achieves a seamless, continuous line of light while softly washing perimeter walls. The 79-PF LED incorporates an optical grade acrylic reflector that can be shipped in lengths up to 40 ft. Installed after the housing and wiring, the PentaFlex™ reflector beautifully eliminates gaps and construction flaws. Now available with Eaton’s most advanced LED technology, the 79-PF represents a perfect harmony of efficacy and refinement.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/perimeter/_862784.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/79PF-2L35-4-UNV-DD-SI-W-sss.pdf', '2016-12-20', '2018-03-22', '0000-00-00', ''),
(589, 75, '282/284/184', 'NER_282/284/184', '282/284/184', '282/284/184. Luminous HE LED.', 1, 0, '', '3000K, 3500K, 4000K', '≤ 82', '29 W - 48 W', '2330 - 3660 Lumens', '60,000 hours', '0-10V Dimming Driver; DALI Driver; Lutron A Series; Step-Dim Driver', '120-277V, 347V', 'Direct', 'The Luminous LED recessed ambient luminaire features regressed side and center diffusers for a bold architectural detail. Available in 2’x2’, 2’x4’ and 1’x4’ housing sizes, as well as hard metric options, the Luminous HE LED luminiare integrates into almost any ceiling space. The unique center panel design allows for various shielding options, with simple access to the LED modules and drivers for easy maintenance. At 3-3/4” (95mm), the Luminous housing installs in most shallow plenums, and a subtle air return option and surface mount kit are also available. High efficacy and an all acrylic, rectilinear design make Luminous HE LED an excellent choice for all commercial and institutional architectural applications', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_862409.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/282-r-2l35-estg-unv-dd-si-95n-08292014-sss.pdf', '2016-05-16', '2018-03-22', '0000-00-00', ''),
(590, 74, '108', 'WEF_108-0846', '108-0846', '108-0846. VFL540 LED.', 1, 0, '', '3000K', '80', '42 W', '4842 lm', '>60,000 h (L70)', 'DALI interface; Eco Step Dim® Advanced LED; Eco Step Dim® Basic LED;', '220-240V', 'Asymmetric, side-throw beam', 'IP66, Class I or Class II. IK08. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. RFC® Reflection Free Contour main lens. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.', 'http://www.we-ef.com/#!/int/products/family/412', 'http://api.we-ef.com/files/generated/temp/VFL540_108-0846_int.pdf', '2018-03-22', '2018-03-22', '0000-00-00', ''),
(591, 75, '90', 'NER_901-P', '901-P', '901 P. Index.', 1, 0, '', '3000K, 3500K, 4000K', '≤ 82', '47.08 W', '383 - 4223 Lumens', '60,000 hours', '0-10V Dimming Driver;  FifthLight DALI Driver;  Lutron DALI Driver', '120-277V, 347V', 'Direct/ Indirect', 'The INDEX by Neo-Ray brings the power of Wavestream™ to limitless applications with a suspended direct indirect LED luminaire marking the beginning of a new era now unconfined by linear fluorescent lamps. By utilizing standard or custom spacing, the precision optical panels can be placed exactly where they are most effective, dramatically reducing power consumption while simultaneously improving the overall quality of the space. The Neo-Ray Index is shipped with standard 0-10V dimming drivers, but is specifiable with integral FifthLight DALI, integral emergency battery packs, and daylight/occupancy sensors. Available in 2’,4’,6’,8’, 12’ individual lengths and continuous runs, the Index can be suspended throughout a corridor, conference room or entire open office.', 'http://www.cooperindustries.com/content/public/en/lighting/products/suspended_linear_direct_indirect/_852156.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/neo-index-12ft-indivdual-r8-sss.pdf', '2014-01-05', '2018-03-22', '0000-00-00', ''),
(592, 74, '185', 'WEF_185-2723', '185-2723', '185-2723. ETC140-GB LED.', 1, 0, '', '3000K', '80', '27 W', '3228 lm', '>60,000 h (L70)', 'DALI interface', '220-240V', 'Symmetric, wide beam', 'IP67, Class I. IK10+. Stainless steel construction including PCS hardware. Silicone rubber gasket. Safety glass lens; max. load 5 tonnes. Luminaire can be driven over at low speed. Factory-sealed termination chamber complete with cable gland and 1.5 m of flexible PVC free cable. Cable gland with spiral cable bending protection. Integral EC electronic converter in thermally separated compartment. \'No tool\' removable gear/lens tray. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. Gimbal mounted, 360° rotatable and 30° tiltable.', 'http://www.we-ef.com/#!/int/products/family/529', 'http://api.we-ef.com/files/generated/temp/ETC140-GBLED_185-2723_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(593, 76, 'CM', 'VIS_CM2000', 'CM2000', 'CM2000. BROADWAY Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '82', '54W; 82W', '5,200-8,000 lm', '', '0-10V to 1%', '120-277V', '', 'Integral LED source.\r\nMounts to standard 4\" octagonal junction box.\r\nHeavy gauge spun metal housing.\r\nUpper lensed aperture to provide a luminous glow to reduce ceiling contrast (with UPLT option).\r\nThermally formed 1/8\" thick white acrylic diffuser with matte finish is standard, UV stable.\r\nOptional 1/8\" thick impact resistant polycarbonate clear lens cover.\r\nOven cured no VOC powder coat for painted finishes; oven cured low VOC clear coat on metal finishes.\r\nCustom color or material.\r\nSloped ceiling adaptor for ceiling slopes greater than 45 degrees.\r\nWeather tether to secure fixture from wind or excess movement. Safety requirement for all outdoor covered applications.', 'https://www.visalighting.com/products/broadway', 'https://www.visalighting.com/sites/default/files/CM2000%20Broadway_SPEC.pdf', '2017-11-29', '2018-03-23', '0000-00-00', ''),
(594, 74, '134', 'WEF_134-1750', '134-1750', '134-1750. DOC140 LED.', 1, 0, '', '3000K', '80', '55 W', '5903 lm', '>60,000 h (L70)', '', '220-240V', 'Symmetric, wide beam', 'IP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. CCG® gasket. Safety glass lens. Two cable entries. Factory installed circuit board. PMMA-LED lens array. The luminaire is factory- sealed and does not need to be opened during the installation. EC electronic converter in thermally separated compartment.', 'http://www.we-ef.com/#!/int/products/family/914', 'http://api.we-ef.com/files/generated/temp/DOC140LED_134-1750_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(595, 76, 'CP', 'VIS_CP5321', 'CP5321', 'CP5321. AIR FOIL.', 1, 0, '', '3000K, 3500K, 4000K', '83', '14 W - 107 W', '1400 - 11000 Lumens', '', 'dimmable 0-10V to 1%', '120V-277V', 'Narrow 35°, Medium 49°, Wide 70°', 'A synergy of style and statement, Air Foil\r\nprovides large venue applications with a chic concept of custom design with standard lead time, standard pricing and unlimited expression. Air Foil features a refreshing elliptical shape and stylish edge-lit trim.', 'https://www.visalighting.com/products/air-foil', 'https://www.visalighting.com/sites/default/files/CP5321%20Air%20Foil_SPEC.pdf', '2017-08-25', '2018-03-23', '0000-00-00', ''),
(596, 76, 'CM', 'VIS_CM1542', 'CM1542', 'CM1542. Ceiling.', 1, 0, '', '3000K; 3500K; 4000K', '83', '10W; 16W', '1,000-1,700 lm', '', '0-10V to 1%', '120-277V', 'Downlight', 'Compact scale.\r\nMounts to standard electrical junction box (by others) with provided hardware.\r\nHeavy gauge spun metal trim available in various finishes.\r\nExtruded 1/8\" thick white acrylic diffuser with matte finish, UV stable, UL-94 HB. Flame Class rated.\r\nOven cured no VOC acrylic powder coat for painted finishes; oven cured low VOC clear coat on metal finishes.', 'https://www.visalighting.com/products/cane', 'https://www.visalighting.com/sites/default/files/CM1542%20Cane_SPEC_0.pdf', '2017-12-29', '2018-03-23', '0000-00-00', ''),
(597, 74, '134', 'WEF_134-1484', '134-1484', '134-1484. DOC220 LED-FT.', 1, 0, '', '4000K', '80', '27 W', '4100 lm', '>60,000 h (L70)', '', '220-240V', 'Symmetric, wide beam, Darklight [BD]', 'IP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Safety glass lens, hinged. Frame with safety catch. Two cable entries. Anodised aluminium reflector, PMMA-Diffusor-Lens for glare control and soft wide beam distribution. Intergal ECG control gear in thermally separated compartment.', 'http://www.we-ef.com/#!/int/products/family/525', 'http://api.we-ef.com/files/generated/temp/DOC220LED-FT_134-1484_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(598, 76, 'CB', 'VIS_CB3107', 'CB3107', 'CB3107. ART SCONCE.', 1, 0, '', '3000K, 3500K, 4000K', '83', '10 W, 16 W', '700 - 1200 Lumens', '', '0-10V dimming', '120-277V', '', 'Art Sconce is all about framing the light and adding pleasant texture to the wall. With soft up and downlights and two different window styles, the Art Sconce is a charming addition to any space, especially in repetition.', 'https://www.visalighting.com/products/art-sconce', 'https://www.visalighting.com/sites/default/files/CB3107%20Art%20Sconce_SPEC.pdf', '2017-07-19', '2018-03-23', '0000-00-00', ''),
(599, 76, 'CP', 'VIS_CP4341', 'CP4341', 'CP4341. CYLINDER LED 25 Pin Accent Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '82', '14-48W', '1,300-4,500 lm', '60,000 hours L70', 'Dimmable 0-10V to 1%', '120-277V', 'Bodylight/downlight', 'Light engine by Visa Lighting.\r\nIntegral driver.\r\nWired for dual circuit operation (bodylight/downlight).\r\nMounts to standard electrical junction box (by others) for sloped ceiling up to 45 degrees from horizontal.\r\nSpun downlight baffle trim, painted white with downlight option(bottom is solid white aluminum when no downlight is specified).\r\nExtruded 1/8\" thick white acrylic diffuser with matte finish - UV stable andUL-94 HB. Flame Class rated.\r\nNo VOC powder coat paint; Low VOC clear coat on metal finishes.\r\nETL listed for damp locations (not suited for exterior applications).', 'https://www.visalighting.com/products/cylinder', 'https://www.visalighting.com/sites/default/files/CP4341%20Cylinder_SPEC.pdf', '2017-10-27', '2018-03-23', '0000-00-00', ''),
(600, 74, '134', 'WEF_134-1605', '134-1605', '134-1605. DAC240-GB LED.', 1, 0, '', '4000K', '80', '27 W', '4100 lm', '>60,000 h (L70)', '', '220-240V', 'Symmetric, very narrow beam, \'sharp cut-off\'', 'IP65,Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Safety glass lens, hinged. Frame with safety catch. Two cable entries. Integral EC electronic converter in thermally separated compartment. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. Gimbal mounted, 30° tiltable and 355° rotatable.', 'http://www.we-ef.com/#!/int/products/family/805', 'http://api.we-ef.com/files/generated/temp/DAC240-GBLED_134-1605_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(601, 76, 'CP', 'VIS_CP5734PSX', 'CP5734PSX', 'CP5734PSX. Pendant.', 1, 0, '', '3000K ; 4000K', '80', '20W', '700 lm; 850 lm', '', '0-10V dimming', '120V or 277V', 'Downlight', 'OLED source, 3000K and 4000K, 80 CRI.\r\nUniform panel luminance, 3 panels in each fixture.\r\nOLED panels dim together with 0-10V dimming.\r\nOLED panels are individually addressable with DMX or DALI dimming options.\r\nMounts to suspended or solid ceiling.\r\nCable overall length cannot be lengthened in the field; factory rework is required.\r\n16 powder coat paints.\r\n3 year warranty.', 'https://www.visalighting.com/products/limit', 'https://www.visalighting.com/sites/default/files/CP5734PSX%20Limit_SPEC.pdf', '2017-07-20', '2018-03-23', '0000-00-00', ''),
(602, 76, 'CB', 'VIS_CB5500', 'CB5500', 'CB5500. BLUSH.', 1, 0, '', '3000K, 3500K, 4000K', '82', '10 W, 15 W', '700 - 1100 Lumens', '', 'dimmable 0-10V to 1%', '120-277V', '', 'The curved front of this luminaire is finished in your choice of Visa Lighting’s eco-friendly alternative metals contrasting a slotted opening with glowing white matte or Lumicor ® acrylic. The sides provide energy efficient illumination. It can be mounted horizontally or vertically.', 'https://www.visalighting.com/products/blush', 'https://www.visalighting.com/sites/default/files/CB5500_Blush_SPEC.pdf', '2016-11-22', '2018-03-23', '0000-00-00', ''),
(603, 74, '195', 'WEF_195-9146', '195-9146', '195-9146. TRO259 LED.', 1, 0, '', '3000K', '80', '15 W', '1970 lm', '>60,000 h (L70)', 'DALI interface', '220-240V', 'Diffused', 'IP55, Class I. IK10. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Polycarbonate main lens. Two cable entries. Factory installed LED circuit board. Integral EC electronic converter.', 'http://www.we-ef.com/#!/int/products/family/502', 'http://api.we-ef.com/files/generated/temp/TRO259LED_195-9146_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(604, 76, 'CP', 'VIS_CP5002', 'CP5002', 'CP5002. INFINITY PERFORMANCE. Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '83; 90', '54W; 88W', '5,600-8,900 lm', '', 'Dimmable 0-10V to 1%', '120V; 277V', '', 'Configurable segments available to create unique shapes for general illumination and architectural expression.\r\nOptional high CRI (delivered lumens reduced by 5%).\r\nLess than 5% direct light for luminous glow with cutout patterns on bottom backed by white acrylic for visual interest; single circuit.\r\nLumens and wattages decrease by 50% when bottom detail is solid.\r\nPatented Power Art Cable mounting system uses a braided stainless steel jacket to encapsulate power conductors and provide support. Rated for loads up to 150 lbs (ETL listed to UL standards).\r\nMounts to standard electrical junction box (by others) with provided hardware. For T-bar installation, Caddy 512HD or equivalent (by others) is required at each mounting location.\r\nExtruded aluminum side panels with architectural reveal and fabricated bottom housing.\r\nClear prismatic lens included for ease of maintenance and preservation of optical integrity.\r\nNo VOC acrylic powder coat.\r\nETL listed for damp locations. Not suited for exterior applications.', 'https://www.visalighting.com/products/infinity-performance', 'https://www.visalighting.com/sites/default/files/CP5002%20Infinity%20Performance_SPEC.pdf', '2017-10-27', '2018-03-23', '0000-00-00', ''),
(605, 76, 'CB', 'VIS_CB5142', 'CB5142', 'CB5142. BASICS.', 1, 0, '', '3000K, 3500K, 4000K', '83', '13 W, 20 W', '1300 - 2000 Lumens', '', 'dimmable 0-10V to 1%', '120-277V', 'Direct', 'This versatile wall sconce comes in two models with a choice of diffuser materials to provide soft, direct illumination. Integral components with two trim options create an attractive fixture that is easy to install.', 'https://www.visalighting.com/products/basics', 'https://www.visalighting.com/sites/default/files/CB5142%20Basics_SPEC.pdf', '2017-02-03', '2018-03-23', '0000-00-00', ''),
(606, 74, '133', 'WEF_133-0323', '133-0323', '133-0323. SVO259 LED.', 1, 0, '', '3000K', '80', '7.7 W', '807 lm', '>60,000 h (L70)', '', '220-240V', 'Diffused', 'IP55, Class I. IK10. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Polycarbonate main lens. Two cable entries. Factory installed LED circuit board. Integral EC electronic converter.', 'http://www.we-ef.com/#!/int/products/family/511', 'http://api.we-ef.com/files/generated/temp/SVO259_133-0323_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(607, 76, 'OP', 'VIS_OP3630', 'OP3630', 'OP3630. LATERNA Canopy Mount Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '82', '18W; 29W', '1,500-3,000 lm', '', '0-10V Dimmable', '120V; 277V', '', 'High or low lumen output.\r\nIntegral driver.\r\nIP65 rated.\r\nParallel mounting cables reduce twisting\r\nMounts to standard electrical junction box (by others).\r\nCables connecting fixtures to each other are considered to be structural and are to be designed by a qualified structural engineer.\r\nTether cables are perpendicular to the canopy cable.\r\nBlack power cord.\r\nMatte white acrylic diffuser; UV stable and UL-94 HB Flame Class rated.\r\nOptional frosted translucent acrylic diffuser; UV stable and UL-94 HB Flame. Class rated.\r\nAluminum weldment cage; cast aluminum mounting component.\r\nNo VOC powder coat paint finish.\r\nETL listed for wet locations.', 'https://www.visalighting.com/products/laterna', 'https://www.visalighting.com/sites/default/files/OP3630%20Laterna_SPEC.pdf', '2017-10-16', '2018-03-23', '0000-00-00', ''),
(608, 74, '133', 'WEF_133-0360', '133-0360', '133-0360. SVL259 LED.', 1, 0, '', '3000K', '80', '7.7 W', '807 lm', '>60,000 h (L70)', '', '220-240V', 'Diffused', 'IP55, Class I. IK10. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Polycarbonate main lens. Two cable entries. Factory installed LED circuit board. Integral EC electronic converter.', 'http://www.we-ef.com/#!/int/products/family/513', 'http://api.we-ef.com/files/generated/temp/SVL259_133-0360_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(609, 76, 'CB', 'VIS_CB6456', 'CB6456', 'CB6456. BOWE.', 1, 0, '', '3000K, 3500K, 4000K', '83', '17 W, 30 W', '2000 - 3400 Lumens', '', 'dimmable 0-10V to 1%', '120-277V', '', 'Bowe has an attractive profile, multiple finish options, and efficient sources to make up a package ideally suited to vanity applications.', 'https://www.visalighting.com/products/bowe', 'https://www.visalighting.com/sites/default/files/CB6456_Bowe_SPEC.pdf', '2017-12-29', '2018-03-23', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(610, 76, 'CP', 'VIS_CP5702', 'CP5702', 'CP5702. MERIDIAN ROUND Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '82', '125W', '9,200 lm', '', 'Dimmable 0-10V to 1%', '120V; 277V', '', 'Integral power supply in canopy.\r\nModular design for replacement of LED source and power supply.\r\nEvenly illuminated body.\r\nRolled extruded aluminum ring with vacuum formed upper and lower acrylic lenses.\r\nMounts to standard 4\" octagonal junction box (by others).\r\nStainless steel support cables.\r\nNo VOC powder coat paint finish, alternative metals or brushed aluminum.\r\nETL listed for damp locations. Not suited for exterior applications.\r\nNominal Dimensions: 24\'; 36\'; 48\'.', 'https://www.visalighting.com/products/meridian-round', 'https://www.visalighting.com/sites/default/files/CP5702%20Meridian_SPEC.pdf', '2017-12-13', '2018-03-23', '0000-00-00', ''),
(611, 76, 'CM', 'VIS_CM1731', 'CM1731', 'CM1731. CAPITOL.', 1, 0, '', '3000K, 3500K, 4000K', '85', '27 W', '1900 Lumens', '', 'dimmable 0-10V to 10%', '120-277V', '', 'Our handcrafted drum fixture provides instant\r\nsophistication. The finish options and simple form\r\ncomplements interiors both modern and traditional.\r\nThree LED color temperature options and beautiful ambient lumen output make this energy efficient fixture ideal for residential or commercial spaces.', 'https://www.visalighting.com/products/capitol', 'https://www.visalighting.com/sites/default/files/CM1731%20Capitol_SPEC.pdf', '2018-01-26', '2018-03-23', '0000-00-00', ''),
(612, 76, 'OW', 'VIS_OW1049', 'OW1049', 'OW1049. COLONNADE.', 1, 0, '', '3000K, 3500K, 4000K', '83', '10 W, 15 W', '900 - 1400 Lumens', '', 'dimmable 0-10V to 1%', '120-277V', '', 'The Colonnade family features an iconic design that exhibits a clean, architectural look. Available in 16 standard paint finish choices and multiple trims and sizes.', 'https://www.visalighting.com/products/colonnade', 'https://www.visalighting.com/sites/default/files/OW1049%20Colonnade_SPEC.pdf', '2018-01-26', '2018-03-23', '0000-00-00', ''),
(613, 74, '131', 'WEF_131-9401', '131-9401', '131-9401. QLS410 LED.', 1, 0, '', '3000K', '80', '8.5 W', '738 lm', '>60,000 h (L70)', '1-10V or DALI interface on request', '220-240V', 'Symmetric, medium beam', 'IP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Safety glass lens. Two cable entries. Integral EC electronic converter. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. 1-10V or DALI interface on request.', 'http://www.we-ef.com/#!/int/products/family/481', 'http://api.we-ef.com/files/generated/temp/QLS410LED_131-9401_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(614, 76, 'CB', 'VIS_CB1850', 'CB1850', 'CB1850. Wall.', 1, 0, '', '3000K; 3500K; 4000K', '92', '24W', '600 lm', '', 'Dimmable 0-10V to 1%', '120V; 277V', '', 'Integral LED power supply.\r\nOptional amber LED Night Light.\r\nRecessed housing with integral wiring compartment.\r\nHeavy gauge fabricated metal backbox painted white.\r\nIP65 rated.\r\nIK10+ (100 joules) impact rating.\r\nMirrored, impact-resistant polycarbonate.\r\nOptional scratch resistant coating on polycarbonate mirror.\r\nTamper proof hardware.\r\nNo VOC powder coat paint.\r\nETL listed for wet locations.', 'https://www.visalighting.com/products/sole', 'https://www.visalighting.com/sites/default/files/CB1850_Sole_SPEC.pdf', '2018-03-19', '2018-03-23', '0000-00-00', ''),
(615, 76, 'CP', 'VIS_CP1325', 'CP1325', 'CP1325. COSMO.', 1, 0, '', '3000K, 3500K, 4000K', '90+', '32 W, 52 W', '2900 - 4600 Lumens', '', 'Dimmable 0-10V to 1%', '120-277V', '', 'Light and airy with a futuristic flare, the Cosmo LED pendant is a blend between twenty-first century and mid-century modern. Cosmo is offered in both high and low LED outputs and suspended from a low voltage power cable. The lower ring and cable retainer can be finished with any of our 16 standard paint finishes or our exclusive, eco-friendly alternative metal finishes.', 'https://www.visalighting.com/products/cosmo', 'https://www.visalighting.com/sites/default/files/CP1325%20Cosmo_SPEC.pdf', '2017-07-24', '2018-03-23', '0000-00-00', ''),
(616, 74, '131', 'WEF_131-9153', '131-9153', '131-9153. VLS420 LED.', 1, 0, '', '3000K', '80', '15 W', '1476 lm', '>60,000 h (L70)', '1-10V or DALI interface on request.', '220-240V', 'Symmetric, medium beam', 'IP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Safety glass lens. Two cable entries. Integral EC electronic converter. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. 1-10V or DALI interface on request.', 'http://www.we-ef.com/#!/int/products/family/846', 'http://api.we-ef.com/files/generated/temp/VLS420LED_131-9153_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(617, 76, 'CM', 'VIS_CM1960', 'CM1960', 'CM1960. ALLEGRO Dual Globes Ceiling.', 1, 0, '', '2700K; 3000K; 3500K', '83; 90', '37W', '2,700 lm; 2,900lm; 3,000 lm', '', 'TRIAC/ELV dimmable to 1%', '120V', '', 'White LED (2700K, 3000K, 3500K), 83CRI.\r\nDimmable.\r\nSoft non-glare light, produces shadow-free, warm color tones.\r\nShades available in fabric or tri-lam vinyl coating (3 colors, Round or Square shapes)\r\n16 paint finish options.', 'https://www.visalighting.com/products/allegro', 'https://www.visalighting.com/sites/default/files/CM1960%20Allegro_SPEC.pdf', '2017-07-11', '2018-03-23', '0000-00-00', ''),
(618, 74, '132', 'WEF_132-0522', '132-0522', '132-0522. OLV330 LED.', 1, 0, '', '3000K', '80', '14 W', '1614 lm', '>60,000 h (L70)', '1-10V or DALI interface on request', '220-240V', 'Symmetric, medium beam', 'IP65, Class I. IK08. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Safety glass lens. Two cable entries. Integral EC electronic converter. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. 1-10V or DALI interface on request.', 'http://www.we-ef.com/#!/int/products/family/701', 'http://api.we-ef.com/files/generated/temp/OLV330LED_132-0522_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(619, 76, 'CP', 'VIS_CP5720', 'CP5720', 'CP5720. PEEK Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '82', '15W; 18W; 27W', '1,700-2,700 lm', '', 'Dimmable 0-10V to 1%', '120V; 277V', '', 'ntegral power supply.\r\nEvenly illuminated body.\r\nRGB is DMX controlled with RDM for digital addressing.\r\nFor RGB source, since the AC and DMX wiring are brought into the same J-Box, a suitable barrier must be installed. The voltage partition is provided and is intended for use only with a standard 1-1/2\" deep 4x4. Octagonal electrical box.\r\nCord is white (unless BSC is selected).\r\nAcrylic is vacuum formed.\r\nNo VOC powder coat paint finish.\r\nETL listed for damp locations (not suited for exterior applications).', 'https://www.visalighting.com/products/peek', 'https://www.visalighting.com/sites/default/files/CP5720%20Peek_SPEC.pdf', '2018-02-26', '2018-03-23', '0000-00-00', ''),
(620, 76, 'CV', 'VIS_CV1901', 'CV1901', 'CV1901. IMAGE.', 1, 0, '', '3000K, 3500K, 4000K', '83', '9 W, 15 W', '800 - 1300 Lumens', '', 'dimmable 0-10V to 1%', '120-277V', 'tasteful ambient light', 'The Image family of luminaires provides tasteful ambient light and flexible design options. These versatile fixtures can be mounted on walls in vertical or horizontal orientations and on ceilings. Image’s quality construction includes solid metal trim and die cast end caps with finish options to meet any design aesthetic.', 'https://www.visalighting.com/products/image', 'https://www.visalighting.com/sites/default/files/CV1901%20Image_SPEC.pdf', '2018-03-09', '2018-03-23', '0000-00-00', ''),
(621, 74, '185', 'WEF_185-2526', '185-2526', '185-2526. EFC120 LED.', 1, 0, '', '3000K', '80', '7.7 W', '807 lm', '>60,000 h (L70)', '', '220-240V', 'Controlled beam, one-sided', 'IP67, Class I. IK09. Stainless steel inground section. Die-cast dome made from marine-grade aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone rubber gasket. Factory-sealed termination chamber complete with cable gland and 1.5 m of flexible PVC free cable. IP68 in-line connector facilitates easy removal for off-site lamp replacement. Integral EC electronic converter in thermally separated compartment. \'No tool\' removable gear/lens tray. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. Luminaire requires installation blockout which is included in supply. Blockout is designed for installation in concrete.', 'http://www.we-ef.com/#!/int/products/family/510', 'http://api.we-ef.com/files/generated/temp/EFC120LED_185-2526_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(622, 76, 'OW', 'VIS_OW2450', 'OW2450', 'OW2450. PLURAL Wall.', 1, 0, '', '3000K; 3500K; 4000K', '93', '15W', '1,200 lm', '', 'Dimmable 0-10V to 10%', '120-277V', 'Downlight', 'White LED, 0-10V dimmable to 10%.\r\nMedium or narrow optical distribution options.\r\nIntegral high power factor electronic power supply.\r\nModular design for replacement of LED source and power supply.\r\nIP65 rated.\r\nSurface mount to junction box or window mullion.\r\n16 powder coat paints.', 'https://www.visalighting.com/products/plural', 'https://www.visalighting.com/sites/default/files/OW2450%20Plural_SPEC.pdf', '2017-08-03', '2018-03-23', '0000-00-00', ''),
(623, 76, 'CP', 'VIS_CP5582', 'CP5582', 'CP5582. PARALLEL LED.', 1, 0, '', '3000K, 3500K, 4000K', '83', '18 W, 24 W, 49 W', '1800 - 6300 Lumens', '', 'dimmable 0-10V to 1%', '120-277V', 'Narrow 34°, Medium 48°, Wide 84°', 'This stunning luminaire has an LED platform, providing practical white light while maintaining a uniformly illuminated body. It is ideal for large venue applications. This fixture issure to add contemporary class to any space.', 'https://www.visalighting.com/products/parallel-led', 'https://www.visalighting.com/sites/default/files/CP5582%20Parallel_LED_SPEC.pdf', '2017-03-07', '2018-03-23', '0000-00-00', ''),
(624, 74, '185', 'WEF_185-7592', '185-7592', '185-7592. ETC120-GB LED.', 1, 0, '', '3000K', '80', '7.7 W', '738 lm', '>60,000 h (L70)', '', '220-240V', 'Symmetric, medium beam', 'IP67, Class I. IK10+. Stainless steel construction including PCS hardware. Silicone rubber gasket. Safety glass lens; max. load 5 tonnes. Luminaire can be driven over at low speed. Factory-sealed termination chamber complete with cable gland and 1.5 m of flexible PVC free cable. Cable gland with spiral cable bending protection. Integral EC electronic converter in thermally separated compartment. \'No tool\' removable gear/reflector tray. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. Gimbal mounted, 355° rotatable and 20° tiltable.', 'http://www.we-ef.com/#!/int/products/family/673', 'http://api.we-ef.com/files/generated/temp/ETC120-GBLED_185-7592_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(625, 76, 'CV', 'VIS_CV1940', 'CV1940', 'CV1940. Ceiling and wall mounted.', 1, 0, '', '3000K ; 4000K', '', '5W', '150 lm; 100 lm', '', '', '120-277V', '', 'Semi-recessed mount.\r\nTrim is clear acrylic with matte finish.\r\nTrim can be easily removed allowing access to source and connections.\r\nOptional accent materials available, including Vara Kamin\'s Impressions of Light images, which are replicated from Kamin\'s original works of art.\r\nSmall profile.\r\nLow energy, long life LED source.\r\nIntegral high power factor electronic power supply.\r\nRecessed backbox is available for pre-shipment for rough-in installation.\r\nETL listed to UL standards (US and Canada) for indoor damp locations. Not recommended for exterior applications.', 'https://www.visalighting.com/products/merlin', 'https://www.visalighting.com/sites/default/files/CV1940%20Merlin_SPEC.pdf', '2017-08-25', '2018-03-23', '0000-00-00', ''),
(626, 74, '185', 'WEF_185-7024', '185-7024', '185-7024. ETC320-GB LED.', 1, 0, '', '3000K', '80', '7.7 W', '738 lm', '>60,000 h (L70)', '', '', 'Symmetric, very narrow beam', 'IP67, Class I. IK10+. Stainless steel construction including PCS hardware. Silicone rubber gasket. Safety glass lens; max. load 5 tonnes. Luminaire can be driven over at low speed. Factory-sealed termination chamber complete with cable gland and 1.5 m of flexible PVC free cable. Integral EC electronic converter in thermally separated compartment. \'No tool\' removable gear/lens tray. CAD-optimised optics for superior illumination and glare control. OLC® One LED Concept. Factory installed LED circuit board. Gimbal mounted, 355° rotatable and 20° tiltable.', 'http://www.we-ef.com/#!/int/products/family/758', 'http://api.we-ef.com/files/generated/temp/ETC320-GBLED_185-7024_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(627, 76, 'CM', 'VIS_CM1022', 'CM1022', 'CM1022 SOLO. Ceiling.', 1, 0, '', '3000K; 3500K; 4000K', '85', '39W; 52W', '2,400 lm; 3,300 lm', '', 'dimmable 0-10V to 10%', '120-277V', '', 'White LED, Dimmable 0-10V to 10%.\r\nIntegral power supply.\r\nFixture tested per LM79 standard.\r\nHigh and Low lumen packages.\r\nModular design for replacement of LED source and power supply.\r\nMounts to standard electrical junction box (by others).\r\n1/8\" thick white acrylic diffuser with matte finish, UV stable.\r\nNo VOC powder coat paint; Low VOC clear coat on metal finishes.\r\nETL listed for damp locations.', 'https://www.visalighting.com/products/solo', 'https://www.visalighting.com/sites/default/files/CM1022%20Solo_SPEC.pdf', '2018-03-09', '2018-03-23', '0000-00-00', ''),
(628, 74, '185', 'WEF_185-2909', '185-2909', '185-2909. ETC339 LED.', 1, 0, '', '3000K', '80', '18 W', '2180 lm', '>60,000 h (L70)', '', '220-240V', 'Symmetric, diffused distribution', 'IP67, Class I. IK10+. Stainless steel construction including PCS hardware. Silicone rubber gasket. Safety glass lens; max. load 5 tonnes. Luminaire can be driven over at low speed. Factory-sealed termination chamber complete with cable gland and 1,5 m of flexible PVC free cable. Cable gland with spiral cable bending protection.', 'http://www.we-ef.com/#!/int/products/family/742', 'http://api.we-ef.com/files/generated/temp/ETC339LED_185-2909_int.pdf', '2018-03-23', '2018-03-23', '0000-00-00', ''),
(629, 76, 'CB', 'VIS_CB6250', 'CB6250', 'CB6250. MASQUE Wall.', 1, 0, '', '3000K; 3500K; 4000K', '83', '13W; 21W', '800-1,300 lm', '', 'Dimmable 0-10V to 1%', '120V; 277V', 'Direct/indirect', 'White LED (0-10V dimmable) or fluorescent.\r\nHigh power factor electronic ballast (fluorescent).\r\nMounts to standard electrical junction box (by others) with provided hardware.\r\nXEM option replaces standard junction box with proprietary junction box. The XEM junction box is available as a ship-ahead component for rough-in if needed (fluorescent).\r\nHeavy gauge fabricated metal housing.\r\nWhite acrylic diffuser with matte finish.\r\nAcrylic top and bottom lens are standard.\r\nNo VOC powder coat paint; Low VOC clear coat on metal finishe.\r\nADA compliant.', 'https://www.visalighting.com/products/masque', 'https://www.visalighting.com/sites/default/files/CB6250_Masque_SPEC.pdf', '2016-12-12', '2018-03-23', '0000-00-00', ''),
(630, 77, 'WFC', 'WNL_WFC6161', 'WFC6161', 'WFC6161. 6161 Ortwin LED Drums Ceiling Mount.', 1, 0, '', '3000K; 3500K; 4000K', '> 81', '32W', '', '50,000 hours', '0-10V dimming', '120V; 277V', 'Direct/indirect', 'Designed for interior architectural applications requiring a ceiling mounted luminaire that provides a key design element to the overall space.~160.', 'https://www.acuitybrands.com/products/detail/356430/Winona-Lighting/6161-Ortwin-LED/formerly-6151-Drums-Ceiling-Mount', 'https://www.acuitybrands.com/products/detail/356430/Winona-Lighting/6161-Ortwin-LED/-/media/products/Winona_Lighting/356430/document/WFC6161_ORTWIN_LED_pdf.pdf', '2015-06-03', '2018-03-27', '0000-00-00', ''),
(631, 18, 'GPLED', 'AXS_GPLED', 'GPLED', 'GPLED. Perimeter - Recessed.', 1, 0, '', '2700K - 4000K', '80; 90', '2.5 W/ft - 9.38 W/ft', '300 lm/ft - 1200 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'Dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron ; bi-level dimming; other', '120 V; 277 V; 347 V; universal', 'Wide-beam', 'Graze Perfekt combines high-performance wall grazing optics and the 1.5\"-wide aperture of the Sculpt housing (more housing versions to be developed). The luminaire is designed to do more than highlight wall textures and enhance the space with dramatic wall grazing effects. Its innovative and compact linear silicone TIR (total internal reflection) optic delivers a precise, consistent wide-beam angle (10º x 100º) without colorover-angle artifacts.', 'http://www.axislighting.com/CMS/itemsDetail_Graze.php?337', 'http://www.axislighting.com/cmsAdmin/uploads/Graze%20Perfekt-Perimeter-Recessed.SPEC.pdf', '2018-03-20', '2018-03-27', '0000-00-00', ''),
(632, 77, 'WFC', 'WNL_WFC5811', 'WFC5811', 'WFC5811. 5811 Enzo LED Textures LED Ceiling Mount.', 1, 0, '', '3000K; 3500K; 4000K', '> 81', '32W', '', '50,000 hours', 'The eldoLED 0-10V dimming driver produces a linear dimming curve from 100% to 0.1%', '120V; 277V', 'Direct/indirect', 'Solid brass with fabric or parchment diffuser.', 'https://www.acuitybrands.com/products/detail/346353/Winona-Lighting/5811-Enzo-LED/Textures-LED-Ceiling-Mount', 'https://www.acuitybrands.com/products/detail/346353/Winona-Lighting/5811-Enzo-LED/-/media/products/Winona_Lighting/346353/document/WFC5811_ENZO_LED_pdf.pdf', '2017-12-20', '2018-03-27', '0000-00-00', ''),
(633, 18, 'WW', 'AXS_WWR', 'WWR', 'WWR. Recessed.', 1, 0, '', '2700K - 4000K', '80; 90', '4.9 W/ft -12.7 W/ft', '400 lm/ft - 1000 lm/ft', '', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Wall Wash', 'Wall Wash Perfekt combines a small form factor with patent-pending visually comfortable asymmetric vertical SurroundLiteTM optics featuring wide 3D distribution for 10-foot spacing. With innovative patent-pending asymmetric SurroundLiteTM optics, Wall Wash Perfekt luminaires can be spaced wider apart while maintaining a consistent, quality wall washing effect.', 'http://www.axislighting.com/CMS/itemsDetail_WW.php?342', 'http://www.axislighting.com/cmsAdmin/uploads/Wall%20Wash%20Perfekt.SPEC.pdf', '2017-11-27', '2018-03-27', '0000-00-00', ''),
(634, 77, 'WFC', 'WNL_WFC5801', 'WFC5801', 'WFC5801. 5801 Giselle LED Textures LED Ceiling Mount.', 1, 0, '', '3000K; 3500K; 4000K', '> 81', '32W', '', '50,000 hours', 'The eldoLED 0-10V dimming driver produces a linear dimming curve from 100% to 0.1%', '120V; 277V', 'Direct/indirect', 'Solid brass with fabric or parchment diffuser.', 'https://www.acuitybrands.com/products/detail/346350/Winona-Lighting/5801-Giselle-LED/Textures-LED-Ceiling-Mount', 'https://www.acuitybrands.com/products/detail/346350/Winona-Lighting/5801-Giselle-LED/-/media/products/Winona_Lighting/346350/document/WFC5801_GISELLE_LED_pdf.pdf', '2017-12-20', '2018-03-27', '0000-00-00', ''),
(635, 77, 'WFC', 'WNL_WFC5101', 'WFC5101', 'WFC5101. 5101 Rhea LED Providence LED Ceiling Mount.', 1, 0, '', '3000K; 3500K; 4000K', '> 81', '32W', '', '50,000 hours', 'The eldoLED 0-10V dimming driver produces a linear dimming curve from 100% to 0.1%.', '120V; 277V', 'Direct/indirect', 'Solid brass with etched opal or hand-painted\r\nalabaster acrylic diffuser.', 'https://www.acuitybrands.com/products/detail/346340/Winona-Lighting/5101-Rhea-LED/Providence-LED-Ceiling-Mount', 'https://www.acuitybrands.com/products/detail/346340/Winona-Lighting/5101-Rhea-LED/-/media/products/Winona_Lighting/346340/document/WFC5101_RHEA_LED_pdf.pdf', '2015-08-24', '2018-03-27', '0000-00-00', ''),
(636, 18, 'B2SQ', 'AXS_B2SQDLED', 'B2SQDLED', 'B2SQDLED.Beam2 SQ Pendant Direct.', 1, 0, '', '2700K - 4000K', '80; 90', '4.02 W/ft - 9.9 W/ft', '400 lm/ft - 1000 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Direct', 'This new addition to the Beam2 family presents a highly esthetic, compact 2.5” square form that\r\rfeatures powerful, glare-free illumination wellsuited\r\rto modern environments.', 'http://www.axislighting.com/CMS/itemsDetailBeam2sq.php?330', 'http://www.axislighting.com/cmsAdmin/uploads/B2SQD.LED.SPEC.pdf', '2018-01-19', '2018-03-27', '0000-00-00', ''),
(637, 77, 'POPS', 'WNL_POPS08-Ceiling', 'POPS08-Ceiling', 'POPS08. POPS08 Surface Ceiling Mount.', 1, 0, '', '3000K; 6400K', '80', '12W', '', '', '24VDC', '120-277V', 'Forward', 'POPS! Series fixtures from Winona Lighting give the designer unprecedented flexibility in form and color. This series of Pendants, Chandeliers, Ceiling Mounts and Wall Mounts features forms and shapes that have been impossible to illuminate until now. POPS! is a sleek new way to bring a splash of vivid color and attitude to any space.', 'https://www.acuitybrands.com/products/detail/341463/Winona-Lighting/POPS08-Ceiling/Multiple-Diffuser-Static-Color-LED-Surface-Ceiling-Mount', 'https://www.acuitybrands.com/products/detail/341463/Winona-Lighting/POPS08-Ceiling/-/media/products/Winona_Lighting/341463/document/POPS08_pdf.pdf', '2018-01-24', '2018-03-27', '0000-00-00', ''),
(638, 77, 'BSP', 'WNL_711-BLANCA-Spot', '711-BLANCA-Spot', 'BSP711. 711 BLANCA Small Static White LED Spot Light.', 1, 0, '', '2700-4000K', '80', '15W', '864-1194 lm', '> 60,000 hour L70', '0-10V dimming to 10% standard', '120-277V', 'Spot', 'BLANCA 700 Series spot luminaires are designed to provide superior performance and efficacy for interior or exterior applications. BLANCA Model 711 small spot generates 995 lumens and 14.5 watts producing best in class efficacy. A wide variety of optics and correlated color temperatures are available that provide the user with exceptional control for wash or accent applications. An integral power supply with universal 120-277v input and 0-10v dimming makes installation simple.', 'https://www.acuitybrands.com/products/detail/344135/Winona-Lighting/711-BLANCA-Spot/Small-Static-White-LED-Spot-Light', 'https://www.acuitybrands.com/products/detail/344135/Winona-Lighting/711-BLANCA-Spot/-/media/products/Winona_Lighting/344135/document/BSP711_BLANCA_pdf.pdf', '2015-05-12', '2018-03-27', '0000-00-00', ''),
(639, 18, 'B2SQ', 'AXS_B2SQILED', 'B2SQILED', 'B2SQILED.Beam2 SQ Pendant Indirect.', 1, 0, '', '2700K - 4000K', '80; 90', '10.7 W/ft; 11.2 W/ft', '1100 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Indirect', 'This new addition to the Beam2 family presents a highly esthetic, compact 2.5” square form that features powerful, glare-free illumination wellsuited\r\nto modern environments.', 'http://www.axislighting.com/CMS/itemsDetailBeam2sq.php?330', 'http://www.axislighting.com/cmsAdmin/uploads/B2SQD.LED.SPEC.pdf', '2018-01-23', '2018-03-27', '0000-00-00', ''),
(640, 77, 'PFL', 'WNL_PFL707', 'PFL707', 'PFL707. 707 PARATA Dynamic Color LED Full Flood Mount.', 1, 0, '', '', '', '37.8W', '1655-1894 lm', '> 50,000 hours L70', 'DMX and RDM (remote device management) enabled', '120-277V', 'Flood', 'Parata 700 Series color changing flood luminaires create vibrant color-changing effects for a wide variety of indoor and outdoor applications. Elegant in form yet ruggedly constructed, the die-cast aluminum housing and supply base offer heat management and ease of maintainability. Performance is premium in both lumen output and efficiency while multiple beam spread options and aiming flexibility provide the user superb optic control.', 'https://www.acuitybrands.com/products/detail/341452/Winona-Lighting/707-PARATA-Flood/Dynamic-Color-LED-Full-Flood-Mount', 'https://www.acuitybrands.com/products/detail/341452/Winona-Lighting/707-PARATA-Flood/-/media/products/Winona_Lighting/341452/document/PFL707_PARATA_pdf.pdf', '2015-05-12', '2018-03-27', '0000-00-00', ''),
(641, 77, 'WFP', 'WNL_WFP4920', 'WFP4920', 'WFP4920. 4920 Classical LED Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '> 81', '64W; 97.8W', '3980 lm; 6103 lm', '50,000 hours', 'The eldoLED 0-10V dimming driver produces a linear dimming curve from 100% to 0.1%', '120-277V', 'Direct/indirect', 'Solid aluminum or brass with etched opal or\r\nhandpainted faux alabaster acrylic diffuser.', 'https://www.acuitybrands.com/products/detail/346336/Winona-Lighting/4920-Classical-LED/Formations-LED-Bowl-Pendant', 'https://www.acuitybrands.com/products/detail/346336/Winona-Lighting/4920-Classical-LED/-/media/products/Winona_Lighting/346336/document/WFP4920_CLASSICAL_LED_pdf.pdf', '2015-08-24', '2018-03-27', '0000-00-00', ''),
(642, 18, 'CC', 'AXS_CCH', 'CCH', 'CCH. Cove LED ceiling HI-output.', 1, 0, '', '2700K - 4000K', '80; 90', '7.9 W/ft - 13.5 W/ft', '700 lm/ft - 1100 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120 V; 277 V; 347 V; universal', '180-degree distribution', 'CovePerfekt was designed in sync with Axiom®, Armstrong\'s new, easy-to-install cove system.\r\nTogether, they form the new standard for cove lighting.', 'http://www.axislighting.com/CMS/itemsDetail_Cove.php?294', 'http://www.axislighting.com/cmsAdmin/uploads/CCH-B4.SPEC.pdf', '2018-02-19', '2018-03-27', '0000-00-00', ''),
(643, 77, 'WFP', 'WNL_WFP5206', 'WFP5206', 'WFP5206. 5206 Vivo LED Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '80', '50W; 76W', '2931 lm; 4397 lm', '', '', '120-277V', 'Direct/indirect', 'Designed for interior architectural applications requiring a pendant mounted luminaire that provides a key design element to the overall space.', 'https://www.acuitybrands.com/products/detail/341376/Winona-Lighting/5206-Vivo-LED/Singles-20-LED-Bowl-Pendant', 'https://www.acuitybrands.com/products/detail/341376/Winona-Lighting/5206-Vivo-LED/-/media/products/Winona_Lighting/341376/document/WFP5206_VIVO_LED_pdf.pdf', '2018-02-21', '2018-03-27', '0000-00-00', ''),
(644, 18, 'CC', 'AXS_CCWH', 'CCWH', 'CCWH. Cove LED wall HI-output.', 1, 0, '', '2700K - 4000K', '80; 90', '7.3 W/ft - 12.5 W/ft', '700 lm/ft - 1100 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', '180-degree distribution', 'Few luminaires have been more in need of\r\nan upgrade than cove lights, long stifled by\r\ncomplicated details and inconsistent,\r\ntime-consuming aiming.\r\nSo Armstrong and Axis joined forces to\r\ncodevelop the best possible cove lighting\r\nsolution from the ground up.\r\nIntroducing Axiom® Indirect Light Coves and\r\nCovePerfektTM… The new standard for cove\r\nlighting.', 'http://www.axislighting.com/CMS/itemsDetail_Cove.php?296', 'http://www.axislighting.com/cmsAdmin/uploads/CCWH-B4.SPEC.pdf', '2018-02-19', '2018-03-27', '0000-00-00', ''),
(645, 77, 'WFP', 'WNL_WFP5410', 'WFP5410', 'WFP5410. 5410 Halen LED Cylinders LED Pendant.', 1, 0, '', '3000K; 3500K; 4000K', '> 81', '46-111,7W', '2155-4514 lm', '50,000 hours', 'The eldoLED 0-10V dimming driver produces a linear dimming curve from 100% to 0.1%', '120-277V', 'Narrow; wide', 'Solid brass or aluminum with etched opal or\r\nhandpainted faux alabaster acrylic diffuser.', 'https://www.acuitybrands.com/products/detail/346344/Winona-Lighting/5410-Halen-LED/Cylinders-LED-Pendant', 'https://www.acuitybrands.com/products/detail/346344/Winona-Lighting/5410-Halen-LED/-/media/products/Winona_Lighting/346344/document/WFP5410_HALEN_LED_pdf.pdf', '2015-05-06', '2018-03-27', '0000-00-00', ''),
(646, 18, 'TB2D', 'AXS_TB2DLED', 'TB2DLED', 'TB2DLED. Twin Beam2 - Pendant Direct LED.', 1, 0, '', '2700K - 4000K', '80; 90', '9.9 W/ft', '1000 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Direct', 'Introducing the totally redesigned Twin Beam2\r\nSurroundLiteTM. A more compact form, greater\r\noptical versatility and SurroundLite technology\r\nfor maximum lighting effectiveness. Available as\r\npendant or wall mount.', 'http://www.axislighting.com/CMS/itemsDetailTwinBeam2SL.php?334', 'http://www.axislighting.com/cmsAdmin/uploads/TB2D-SL-LED.SPEC.pdf', '2017-11-02', '2018-03-27', '0000-00-00', ''),
(647, 18, 'TB2D', 'AXS_TB2DILED', 'TB2DILED', 'TB2DILED. Twin Beam2 - Pendant Direct/Indirect LED.', 1, 0, '', '2700K - 4000K', '80; 90', '9.9 W/ft - 20.6 W/ft', '500 lm/ft; 1000 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Direct/Indirect', 'Introducing the totally redesigned Twin Beam2\r\nSurroundLiteTM. A more compact form, greater\r\noptical versatility and SurroundLite technology\r\nfor maximum lighting effectiveness. Available as\r\npendant or wall mount.', 'http://www.axislighting.com/CMS/itemsDetailTwinBeam2SL.php?334', 'http://www.axislighting.com/cmsAdmin/uploads/TB2DI-SL-LED.SPEC.pdf', '2017-11-02', '2018-03-27', '0000-00-00', ''),
(648, 18, 'CUB', 'AXS_CUBLED', 'CUBLED', 'CUBLED. Pendant LED.', 1, 0, '', '3000K, 3500K, 4000K', '80; 90', '8.7 w/ft; 11.15w/ft', 'Up: 750 lm/ft, 600 lm/ft; Down: 250 lm/ft, 200 lm/ft;', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Direct/Indirect', 'Cubic with SurroundLite provides the flexibility of high efficacy spherical three dimensional wide batwing distributions and shielding options\r\nthat all result in true lighting effectiveness. Cubic SurroundLite has an integral driver and a light guide with proper cutoff and no view of bugs\r\nor dust particles.\r\nAn innovative technology to get much more out of LEDs: Axis SurroundLite is based on the fundamental physics of how light interacts with matter. The specially engineered lightguide is made of precisely coded and aligned molecules that shape LED output in all three dimensions.\r\nWith SurroundLite extra-wide, multidimensional light distribution, light is directed in all three planes and sent in every corner of the room.\r\nSurroundLite brings the promise of balanced brightness, facilitating lighting design.', 'http://www.axislighting.com/CMS/itemsDetail_SL.php?308', 'http://www.axislighting.com/cmsAdmin/uploads/CUBIC-%20Surroundlite.SPEC.pdf', '2017-09-29', '2018-03-27', '0000-00-00', ''),
(649, 18, 'SLLED', 'AXS_SLLED', 'SLLED', 'SLLED. SLIM SurroundLite Pendant Direct.', 1, 0, '', '3000K, 3500K, 4000K', '80; 90', '48 W; 59 W', '800 lm/ft; 1000 lm/ft', 'Minimum 50,000h with 85% of lumen maintenance', 'dimming (0-10V) 1%; dimming (0-10V) 5% 347V standard; Lutron; bi-level dimming; other', '120V; 277V; 347V; universal', 'Direct', 'SLIM with SurroundLite provides the flexibility of high efficacy spherical three dimensional wide batwing distributions and shielding options that all result in true lighting effectiveness. Slim is only 1.375” depth with integral driver and a light guide with proper cutoff and no view of bugs or dust particles.\r\nAn innovative technology to get much more out of LEDs: Axis SurroundLite is based on the fundamental physics of how light interacts with matter. The specially engineered lightguide is made of precisely coded and aligned molecules that shape LED output in all three dimensions.\r\nWith SurroundLite extra-wide, multidimensional light distribution, light is directed in all three planes and sent in every corner of the room. SurroundLite brings the promise of balanced brightness, facilitating lighting design.', 'http://www.axislighting.com/CMS/itemsDetail_SlimLite.php?258', 'http://www.axislighting.com/cmsAdmin/uploads/SLD-LED-B3-SL.SPEC.pdf', '2018-03-21', '2018-03-27', '0000-00-00', ''),
(650, 78, 'VMX', 'CRD_VMX', 'VMX', 'VMX. V-MAX.', 1, 0, '', '3000K, 4000K', '70 at 4000 K, 80 at 3000 K and 40 at amber', '52 - 140 W', 'Flow range between 2000 lm and 30,000 lm.', '100.000 hours', 'DALI protocol and 1-10 V', '210-240 V', 'Extensive or Intensive asymmetric forward throw; Extensive, Semi-intensive or Intensive,  asymmetric longitudinal;', 'V·MAX is proud to present a revolutionary LED luminaire platform featuring an exclusive design with expandable lumen packages to optimize its performance, useful life, heat performance and aesthetics, allowing you to direct the light with unmatched efficiency onto public thoroughfares.', 'http://www.carandini.com/en/products/all-1/post/v-max/', 'http://www.carandini.com/files/listing_downloads/ficha__vmax_en-1.pdf', '2017-09-28', '2018-03-27', '0000-00-00', ''),
(651, 78, 'JNX', 'CRD_JNX', 'JNX', 'JNX. JUNIOR X.', 1, 0, '', '3000K, 4000K', '< 70', '28 - 70 W', 'Range between 3000 and 7000 lm', '100,000 hours', 'DALI protocol and 1-10 V', '210-240 V', 'Intensive longitudinal asymmetric distribution; Intensive forward throw, asymmetric;', 'The Junior-X series is designed and manufactured by Carandini for urban environments. Available in several versions with a range of accessories, the new LED version of the Junior luminaire has a functional design that’s perfect for lighting parks, parades, streets and other environments.', 'http://www.carandini.com/en/products/all-1/post/junior-x/', 'http://www.carandini.com/files/listing_downloads/ficha_juniorx_en-6.pdf', '2018-02-01', '2018-03-27', '0000-00-00', ''),
(652, 78, 'HMO', 'CRD_HMO', 'HMO', 'HMO. HMAO.', 1, 0, '', '4000K', '70', '233 - 490 W', '30,000, 44,000 and 58,000 lm', '100.000 hours', 'DALI protocol and 1-10 V', '210-240 V', 'Symmetrical extensive or semiextensive longitudinal; Symmetrical longitudinal;  Asimmetrical extensive transverse; Asimmetrical transverse', 'The HMAO luminaire is designed for high-altitude applications. Thanks to the joints of the glass optics that guarantee the watertightness and the reinforced painting even inside the armors, it is a luminaire prepared for aggressive environments like ports, car parks, freeways, airports or exteriors of industrial zones.', 'http://www.carandini.com/en/products/all-1/post/hmao/', 'http://www.carandini.com/files/listing_downloads/ficha_tecnica_hmao_es_en-1.pdf', '2017-07-05', '2018-03-27', '0000-00-00', ''),
(653, 78, 'PCN', 'CRD_PCN', 'PCN', 'PCN. PECHINA FAMILY.', 1, 0, '', '3000K, 4000K', '60, 70, 80', '17 - 41 W', 'Range between 1,000 and 6,000 lm', '100,000 hours', 'DALI protocol and 1-10 V', '210-240 V', 'Asymmetric frontal, longitudinal intensive', 'The Pechina is a luminaire with LED technology designed by Carandini for various outdoor applications. With its esthetic design and a range of versions and accessories, this new LED version of the Pechina mini is the perfect lighting solution for pedestrian precincts, historic centres, residential areas, squares, parks and parades.', 'http://www.carandini.com/en/products/all-1/post/familia-pechina/', 'http://www.carandini.com/files/listing_downloads/ficha_familia_pechina_gen2_en-1.pdf', '2017-05-17', '2018-03-27', '0000-00-00', ''),
(655, 78, 'TNG', 'CRD_TNG', 'TNG', 'TNG. TANGO LED.', 1, 0, '', '3000K, 4000K', '60, 70, 80', '42 - 88 W', 'Range between 3.000 and 10.000 lm', '100.000 hours', 'DALI protocol and 1-10 V', '210-240 V', 'Asymmetric or symmetric distribution', 'The Tango series is designed and manufactured by Carandini for urban environments. Available in several versions with a range of accessories, the new LED version of the TANGO luminaire has a functional design that\'s perfect for lighting façades, monuments, roundabouts, intersections and other outdoor spaces.', 'http://www.carandini.com/en/products/all-1/post/tango/', 'http://www.carandini.com/files/listing_downloads/ficha_tango_led_en.pdf', '2017-10-31', '2018-03-27', '0000-00-00', ''),
(657, 40, 'Greta', 'EDG_Greta-LED', 'Greta-LED', 'Greta LED.', 1, 0, '', '2700K; 3000K', '85; 90', '28W; 43W', '', '50,000 hours', 'Dimmable with electronic low voltage dimmer; Lutron: Diva #DVELV-300P; Skylark #SELV-300P; Maestro #MAELV-600 dimmers', '', 'General multidirectional', 'Greta LED wall and vanity series features white glass diffusers on all sides of the rectangular metal shade providing general multidirectional light distribution. Mount vertically or horizontally. LED is available in 25\" (63.5cm) and 37\" (94cm) sizes and includes 2700K or 3000K lamps. ADA compliant.', 'http://www.edgelighting.com/products/greta_led.php', 'http://www.edgelighting.com/specs/greta_led.pdf?1522232165672', '2015-04-20', '2018-03-28', '0000-00-00', ''),
(658, 40, 'Dial', 'EDG_Dial-LED', 'Dial-LED', 'Dial LED. Indoor/Outdoor.', 1, 0, '', '3006K', '87', '5,32W', '181 lm', '25,000 hours', 'Dimmable with low voltage electronic dimmer; Diva #DVELV-300P; Skylark #SELV-300P; Maestro #MAELV-600', '120V', 'Wall uplight; downlight', 'Dial contains an integrated warm-white LED module that illuminates half the surrounding acrylic disc, providing wall uplight or downlight. The fixture is IP 65 rated for indoor and outdoor applications. ADA compliant. Fixture includes 5 year warranty.', 'http://www.edgelighting.com/products/dial-w-l1.php', 'http://www.edgelighting.com/specs/dial.pdf?1522233409593', '2016-06-01', '2018-03-28', '0000-00-00', ''),
(659, 40, 'Taos', 'EDG_Taos', 'Taos', 'Taos. Indoor/Outdoor.', 1, 0, '', '3182K', '84CRI', '6,52W', '158 lumens', '50,000 hours', 'Dimmable with low voltage electronic dimmer; Lutron: Diva #DVELV-300P; Skylark #SELV-300P; Maestro #MAELV-600', '12V', 'Direct/indirect', 'The sharp symmetric lines of the Taos Square LED add geometric style while providing intense bidirectional light above and below the fixture. An electronic 100-120 VAC, 50/60 Hz driver is provided which fits easily into the electrical box. The fixture is rated for indoor, outdoor and wet applications. ADA compliant. Fixture includes a 5 year warranty.', 'http://www.edgelighting.com/products/taos_square.php', 'http://www.edgelighting.com/specs/taos_square.pdf?1522234210840', '2015-04-20', '2018-03-28', '0000-00-00', ''),
(660, 79, 'AH', 'PUR_AH3-ARE3-RGB', 'AH3-ARE3-RGB', 'AH3 ARE3 RGB. Aurora MR16 Accent Round Edge 3.3 RGB.', 1, 0, '', '', '', '7 W, 24 W, 35 W', '', '', 'DMX or 0-10V', '120V, 230V, 277V', '', 'Specification grade, recessed, adjustable accent fixture for plaster or drywall construction. The flush mounted rigid plaster plate, which is finished into the ceiling, maintains a flat finish and defines the Truly Trimless Pure edge 3.3\" (84mm) aperture. Uplighting the RGB (red, green, blue) LEDs within the Aurora dome creates color at the ceiling plane while a halogen white light projects downward resulting in an optical illusion. Combining with the Pure edge aperture and hiding the gear behind the lamp further enhances the illusion and creates a clean internal look. LEDs are controlled to be static color, cross-faded or can be set to the beat of the music.', 'http://www.purelighting.com/products/ah3-are3-rgb.php', 'http://www.purelighting.com/specs/ah3_are3_rgb.pdf?1522233580926', '2016-03-22', '2018-03-28', '0000-00-00', ''),
(661, 40, 'lcMW', 'EDG_lcMW', 'lcMW', 'lcMW. Millwork Light Channel.', 1, 0, '', '2400-5700K', '80; 82; 90; 95', '2,3W; 2,5W; 5W', 'per Foot: 115 lm; 126 lm; 244 lm', '50,000 hours', '0-10V dimmer: Philips Sunrise SR1200ZTUNV; ELV power supplies use ELV dimmer: Legrand, Adorne ADTP703TU; Lutron: Diva DVELV-300P, Skylark SELV-300P, Maestro MAELV-600 and Radio Ra 2', '120-277V', '61º; 26º', 'Millwork Light Channel features 24 volt Soft Strip inside a slim, paintable aluminum extrusion that recesses into wood (minimum 3/4\" thick). Several color temperature options are available, including 24K – 57K (ELV/010) and Warm Dim (ELV). The white diffuser lens projects a clean line of light and eliminates LED dots, while the clear lens provides maximum light levels. System is sold in 12 inch increments up to 120 inches. May be ordered in 3, 5, 8 or 10 inch increments. Fixtures include 4 spring clips per foot and can be linked with plug-in flexible connectors for a maximum of 20 feet for 2D and 3D Color Temperatures; 40 feet for all other Color Temperatures. Powered by dimmable remote power supply. Fixtures include a 5 year warranty.\r\rAvalible: Millwork-Light-Channel 24VDC; Millwork-Light-Channe l2.3W premium(80+CRI); Millwork-Light-Channe 2.5W Commercial(85+or 95+CRI).', 'http://www.edgelighting.com/products/lcmw-24v.php', 'http://www.edgelighting.com/specs/lcmw_24v.pdf?1522234836258', '2017-03-24', '2018-03-28', '0000-00-00', ''),
(662, 79, 'AL', 'PUR_AL7D-ADSE3', 'AL7D-ADSE3', 'AL7D-ADSE3. Aurora Dual LED Adjustable Accent Square Edge.', 1, 0, '', '2700K, 3000K, 4100K', '92, 95', '15W', '390 - 505 Lumens', '25000, 35000 hours', 'ELV dimmers.', '120V, 230V, 277V', '10, 15, 25 or 36 degree beam spread options.', 'Specification grade, recessed, adjustable accent fixture for plaster or drywall construction. The flush mounted rigid plaster plate, which is finished into the ceiling, maintains a flat finish. Combining the Knife Edge 3.3\" (50mm) aperture with the Aurora dome and the tilt gear hidden behind the lamps creates a clean internal look.', 'http://www.purelighting.com/products/al7d-adse3.php', 'http://www.purelighting.com/specs/al7d_adse3.pdf?1522235297891', '2018-01-25', '2018-03-28', '0000-00-00', ''),
(663, 79, 'AL', 'PUR_AL7D-ADRE3', 'AL7D-ADRE3', 'AL7D-ADRE3. Aurora Dual LED Adjustable Accent Round Edge 3.3.', 1, 0, '', '2700K, 3000K, 4100K', '92, 95', '15W', '390 - 505 Lumens', '25000, 35000 hours', 'ELV dimmers', '120V, 230V, 277V', '10, 15, 25 or 36 degree beam spread options', 'Specification grade, recessed, adjustable accent fixture for plaster or drywall construction. The flush mounted rigid plaster plate, which is finished into the ceiling, maintains a flat finish. Combining the Knife Edge 3.3\" (50mm) aperture with the Aurora dome and the tilt gear hidden behind the lamps creates a clean internal look.', 'http://www.purelighting.com/products/al7d-adre3.php', 'http://www.purelighting.com/specs/al7d_adre3.pdf?1522236104570', '2018-01-25', '2018-03-28', '0000-00-00', ''),
(664, 40, 'VISION', 'EDG_VISION3', 'VISION3', 'VISION3. LED.', 1, 0, '', '3000K', '', '4.4W', '', '', 'Low Voltage Electronic', '', 'General light', 'Vision 3 LED square wall recessed fixture is perfect for walls and furniture. Inverse scoop reflector and body in silver finish. Vision 3 LED KIT includes Vision 3 LED, housing, plaster screen, driver, and integrated LED. General light distribution. Non-IC Rated housing.', 'http://www.edgelighting.com/products/vision_3_led.php', 'http://www.edgelighting.com/specs/vision_3_led.pdf?1522235949470', '2015-05-14', '2018-03-28', '0000-00-00', ''),
(665, 40, 'VISION', 'EDG_VISION8', 'VISION8', 'VISION8. LED.', 1, 0, '', '3000K', '', '4.4W', '', '', 'Low Voltage Electronic', '', 'General light', 'Vision 8 LED square wall recessed fixture is perfect for walls and furniture. Inverse scoop reflector and body in silver finish. Vision 8 LED KIT includes Vision 8 LED, housing, plaster screen, driver, and integrated LED. General light distribution.', 'http://www.edgelighting.com/products/vision_8_led.php', 'http://www.edgelighting.com/specs/vision_8_led.pdf?1522236864583', '2015-05-14', '2018-03-28', '0000-00-00', ''),
(666, 79, 'SH4', 'PUR_SH4–SP4–WW', 'SH4–SP4–WW', 'SH4–SP4–WW. Stratus LED Linear Wall Grazer.', 1, 0, '', '2800K,3000K, 4200K', '90+', '15WDC Per Foot', '670, 804 Lumens Per Foot', '', 'Dimmable power Supply included (0-10) for WW and CW; (DMX) for RGB.', '120V - 240V', 'Wall grazer, general lighting, and retail applications.', 'LEDs are field replaceable. Fixture is non IC rated. Suitable for new residential, new commercial, and remodel. Lights textured walls up to 30 feet high. Mounts flush to ceilings or recessed within a pocket cove for the most dramatic effect. Link multiple Stratus fixtures to create long runs. Includes one internal LED Power Supply per unit. (0-10V for WW and CW; DMX for RGB). Feed fixture with 120V - 240V. Coordinate installation with electrician and drywall contractors.', 'http://www.purelighting.com/products/sh4-sp4-_.php', 'http://www.purelighting.com/specs/sh_sp.pdf?1522236696517', '2018-03-13', '2018-03-28', '0000-00-00', ''),
(667, 40, 'Piston', 'EDG_Piston-LED', 'Piston-LED', 'Piston LED. Fast Jack Fixture Head.', 1, 0, '', '3000K', '95', '9W', '605-624 lm', '50 000 hours (L70)', 'Dimmable to 1% Percent of Flicker', '120V', '15°;  25°; 35°; 45°', 'Compact yet packed with power, the 12VAC FJ Piston LED is a classic flat-back cylindrical fixture that swivels 90° vertically; 360° horizontally. Using the FJ Fast Jack 12 volt connector, you can choose to mount this fixture head to a Ceiling MonoPoint, 2-head 4\" round canopy or Monorail 1 or 2 circuit. Its 15°, 25°, 35°, or 45° beam spread TRI lens give off a smooth, uniformed beam up to 650 lumens at 9W/3000K/95CRI.', 'http://www.edgelighting.com/products/fj-piston_led.php', 'http://www.edgelighting.com/specs/fj_pst.pdf?1522237653379', '2018-02-02', '2018-03-28', '0000-00-00', ''),
(668, 40, 'FJ', 'EDG_FJ-NAU-3', 'FJ-NAU-3', 'FJ NAU 3. Wall Wash.', 1, 0, '', '2949K', '84', '34.8 watt', '782', '50,000 hours', 'Dimmable with Lutron Skylark or Diva and Lightolier Sunrise low voltage dimmers.', '12VAC', 'uniform direct', 'Providing uniform direct lighting for vertical surfaces, the Nautilus LED wall wash is ideal for retail displays, galleries/museums or offices, the fixture provides efficient illumination without UV, IR or the use of mercury. The cool-to-touch fixture allows manual locking of 360° rotation and 180° tilt to evenly wash a wall up to 4\' (1.2m) wide from a 2\' (0.6m) distance. Fixture includes a 5 year warranty.', 'http://www.edgelighting.com/products/mo_nautilus.php', 'http://www.edgelighting.com/specs/fj_nau.pdf?1522238225133', '2017-12-05', '2018-03-28', '0000-00-00', ''),
(669, 79, '', 'PUR_TruLine-5A-Custom-Configurations', 'TruLine-5A-Custom-Configurations', 'TruLine .5A Custom Configurations.', 1, 0, '', '2000K - 5700K', '85, 90, 95', '2WDC, 5WDC, 6WDC', '169, 244 Lumens/per Foot', '50,000 hours', '', '', 'General', 'When the brilliant engineering of TruLine .5A meets creative freedom, the results are simply extraordinary. With various options such as the TruLink 2A, TruLink 3B, TruCube, and Crosshatch, it has never been easier to transform any interior into a contemporary work of art. Create a unique statement with TruLine .5A Custom Configurations, and say hello to the future of personalized lighting design.', 'http://www.purelighting.com/products/truline_5a_custom.php', 'http://www.purelighting.com/products/truline_5a_custom.php', '0000-00-00', '2018-03-28', '0000-00-00', ''),
(670, 9, 'Light Board', 'ERC_Light-Board-12364', 'Light-Board-12364', 'Light Board 12364.', 1, 0, '', '2700K, 3000K, 4000K', '≥ 90', '4W - 48W', '420lm - 6600lm', '', 'DALI dimmable', '220V-240V', 'Narrow spot, spot, flood', 'The most characteristic feature of\r\nLight Board is its striking design.\r\nThe flat housing integrates the control\r\ngear, as sophisticated thermal\r\nmanagement ensures a long service\r\nlife. Innovative photometrics\r\nand easy adjustment deliver convincing arguments for use of the Light Board even for challenging tasks in salesrooms and museums. The Light Board concept includes various lumen packages making the range ideal for accent lighting across large distances in rooms with high ceilings as well as for intensive illumination of walls. Special colour effects are achieved with the RGBW luminaire, or else you can use white light to optimise the colour temperature of the light for the illuminated object. For special room situations, Light Board can easily be combined with its recessed counterpart. Light Board as a result is a strong partner for creative lighting concepts with efficient visual comfort.', 'http://www.erco.com/products/indoor/swf-3circuit/light-board-5115/en/', 'http://www.erco.com/ci-3/productdata/download/en/fam/12364/datatype/famspecs/erco-light-board-12364-en-famspecs-01.pdf', '2017-12-06', '2018-03-28', '0000-00-00', ''),
(671, 80, 'CH', 'BKL_CH-LED', 'CH-LED', 'CH LED. Solid State (BKSSL®) Power of \'e\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '7W', '435-504 lm', '50,000 hours', 'Magnetic Low Voltage Dimmer', '', 'Narrow Spot; Spot; Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy,produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling.Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may qualify for GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/downlights/chart-star-core-drill/576-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-576.pdf', '2017-06-02', '2018-03-29', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(672, 81, 'GR', 'AEL_GRPL', 'GRPL', 'GRPL. Georgian Post Top LED.', 1, 0, '', '3000K; 4000K; 5000K', '', 'Up to 150 watts', '', '', '', 'Multi-volt, 120-277V; 347V; 480V', 'Roadway Type II; Roadway Type III', 'Suitable for applications typical to HPS luminaires up to 150 watts, the Side-Mount Georgian LED combines traditional aesthetics and install-friendly features of this popular series with a powerful new solid state platform. The Side-Mount Georgian LED upscale aesthetics and install friendly features make it an extremely versatile product. It’s especially well-suited to residential areas, city streetscapes, green spaces and retail areas, but the universal appeal of the Georgian LED makes it compatible with almost any application. The Georgian employs a square frame and contoured hood to create a classic aesthetic style. State-of-the-art features like its tool-less cupola, hinged hood, terminal block, and optional trigger latch make installation a breeze.', 'https://www.acuitybrands.com/products/detail/829352/American-Electric-Lighting/Series-GRSL-Side-Mount/Georgian-LED-Side-Mount-Lantern', 'https://www.acuitybrands.com/products/detail/829352/American-Electric-Lighting/Series-GRSL-Side-Mount/-/media/products/American_Electric_Lighting/829352/document/DL-GRPL-GRSL_pdf.pdf', '2016-02-29', '2018-03-29', '0000-00-00', ''),
(673, 80, 'CHL', 'BKL_CHL-LED', 'CHL-LED', 'CHL LED. Solid State (BKSSL®) Power of \'e\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '7W', '', '50,000 hours', 'Magnetic Low Voltage Dimmer', '', 'Spot, Narrow flood, Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling. Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may qualify\nfor GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/downlights/louvered-chart-star/578-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-578.pdf', '2016-06-03', '2018-03-29', '0000-00-00', ''),
(674, 81, 'GR', 'AEL_GRPCL', 'GRPCL', 'GRPCL. Georgian Post Top Full Cutoff LED.', 1, 0, '', '3000K; 4000K; 5000K', '', 'Up to 150 watts', '', '', '', 'Multi-volt, 120-277V; 347V; 480V', 'Roadway Type II; Roadway Type III', 'Suitable for zero-uplight applications typical to HPS luminaires up to 150 watts, the Side-Mount Georgian LED FCO combines traditional aesthetics and install-friendly features of this popular series with a powerful new solid state platform. The Side-Mount Georgian LED FCO upscale aesthetics and install friendly features make it an extremely versatile product. It’s downward directed lumens are well-suited for residential areas, city streetscapes, green spaces and retail areas, but the universal appeal of the full cutoff Georgian LED offering provides a uniformed look for almost any application. The Georgian employs a square frame and contoured hood to create a classic aesthetic style. State-of-the-art features like its tool-less cupola, hinged hood, terminal block, and optional trigger latch make installation a breeze.', 'https://www.acuitybrands.com/products/detail/829356/American-Electric-Lighting/Series-GRSCL-Side-Mount/Georgian-LED-Side-Mount-Full-Cutoff-Lantern', 'https://www.acuitybrands.com/products/detail/829356/American-Electric-Lighting/Series-GRSCL-Side-Mount/-/media/products/American_Electric_Lighting/829356/document/DL-GRPCL-GRSCL_pdf.pdf', '2016-02-29', '2018-03-29', '0000-00-00', ''),
(675, 80, 'CD-VQ', 'BKL_CD-VQ-LED', 'CD-VQ-LED', 'CD VQ LED. Solid State (BKSSL®).', 1, 0, '', '2700K; 3000K; 4000K', '80', '7W', '397-524 lm', '50,000 hours', 'Magnetic Low Voltage Dimmer', '', 'Narrow Spot; Spot; Medium Flood; Wide Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling. Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may qualify\nfor GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/downlights/square-versa-star-core-drill/590-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-590.pdf', '2017-06-02', '2018-03-29', '0000-00-00', ''),
(676, 80, 'APII', 'BKL_SM-APII-LED-C25-BW', 'SM-APII-LED-C25-BW', 'SM APII LED C25 BW. Solid State (BKSSL®) Power of \'C\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '23W', '1884-2744 lm', '50,000 hours', '0-10V', '120-277V', 'Downlight', 'GreenSource Initiative™: Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling. Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may qualify for GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/downlights/1276-alpine-ii-surface-downlight-power-of-c-information.html', 'http://www.bklighting.com/images/cimages/specs-1276.pdf', '2018-01-26', '2018-03-29', '0000-00-00', ''),
(677, 81, 'ACP', 'AEL_ACP1LED', 'ACP1LED', 'ACP1LED. Flood.', 1, 0, '', '3000K; 4000K; 5000K', '70 CRI', '177W; 219W; 261W', '21,622 lm - 32,396 lm', '', '', '120V; 347V; 480V; Multi-volt (120-277)', '', 'Auto dealerships, schools, construction sites, recreational areas, storage areas, storage yards, office buildings, airports, churches, industrial sites, shopping centers, parking lots, substations.\r\n\r\nThe ACP1 LED is a sustainable solution for floodlighting applications with energy savings exceeding 60% and expected service life over 20 years. The ACP0 LED luminaire excels at meeting the challenges associated with flood lighting. By combining the robust mechanical design features with the optical expertise and permanence of glass, this luminaire is designed as a direct retrofit for both yoke and knuckle mount applications.', 'https://www.acuitybrands.com/products/detail/823211/American-Electric-Lighting/Floods-ACP1-LED/ACP1-LED-Flood-Medium', 'https://www.acuitybrands.com/products/detail/823211/American-Electric-Lighting/Floods-ACP1-LED/-/media/products/American_Electric_Lighting/823211/document/FL-ACP1LED_pdf.pdf', '2017-08-10', '2018-03-29', '0000-00-00', ''),
(678, 80, 'SM', 'BKL_SM-DE-LED', 'SM-DE-LED', 'SM DE LED. Solid State (BKSSL®)', 1, 0, '', '2700K; 3000K; 4000K', '80', '12W; 20W; 27W', '625-1923', '50,000 hours', 'Incandescent', '120V', '15°; 35°; 60°', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradleto-cradle handling. Packaging contains no chlorofluorocarbons\n(CFC’s). Use of this product may qualify for GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/downlights/901-denali-surface-downlight-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-901.pdf', '2017-11-22', '2018-03-29', '0000-00-00', ''),
(679, 81, 'AVP', 'AEL_AVPCL2', 'AVPCL2', 'AVPCL2. Valiant Full Cutoff LED.', 1, 0, '', '3000K; 4000K; 5000K', '', '26W - 106W', '2,372 lm - 10,390 lm', '100,000 hrs at 25°C ambient (per LM-80)', 'LED electronic 0V-10V dimmable driver', 'Multi-volt, 120-277V; 347V; 480V', 'Type II; Type III; Type V', 'Energy efficient solution for local roads, residential communities, commercial streetscapes, campuses, parks, walkways, green spaces and site lighting.\r\n\r\nAs municipalities and utilities initiate conversions to LED in common applications, the new ARDL LED is designed to have utility grade standardized features for a great value! AVP LED family has expanded to include a full cutoff version using the LEM 10, 20 and 30 LED modules, which improves energy efficiency and reduces maintenance. Together, the AVPL2 (standard version) and AVPCL2 (full cutoff version) combine to give a great set of high performance LED solutions for applications for the “Valiant” style.', 'https://www.acuitybrands.com/products/detail/318029/American-Electric-Lighting/Series-AVPCL2-LED-Full-Cutoff/Valiant-LED-Lantern-Full-Cutoff', 'https://www.acuitybrands.com/products/detail/318029/American-Electric-Lighting/Series-AVPCL2-LED-Full-Cutoff/-/media/products/American_Electric_Lighting/318029/document/AVPCL2-LED_pdf.pdf', '2017-07-28', '2018-03-29', '0000-00-00', ''),
(680, 80, 'SM', 'BKL_SM-MN-LED', 'SM-MN-LED', 'SM MN LED. Solid State (BKSSL®) Power of \'e\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '7W', '435-504 lm', '50,000 hours', 'Magnetic Low Voltage Dimmer', '', 'Narrow Spot; Medium Flood; Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling. Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may qualify for GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/downlights/1050-micro-nite-surface-downlight-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-1050.pdf', '2017-07-25', '2018-03-29', '0000-00-00', ''),
(681, 81, 'ATB', 'AEL_ATB2', 'ATB2', 'ATB2. Autobahn LED Roadway.', 1, 0, '', '3000K; 4000K; 5000K', '70 Min', '88W - 388W', '11,552 lm - 44,747 lm', '>100,000 hours at 25°C, L70', '0V-10V Dimmable Driver; Multi-Level Dimming', 'Multi-volt, 120-277V; 347V; 480V', 'Roadway Type II; Roadway Type III; Roadway Type IV; Roadway Type V', 'High-performance, energy efficient solution for local, collector and major roadways; also suitable for highway access ramps and some area lighting applications.\r\nBreakthrough LED technology and precision-engineered optics provide exceptional illumination while also saving energy. Best-in-class surge protection and efficacy (lpw). Works seamlessly with the Acuity Brands ROAM system to maximize energy and maintenance savings through enhanced monitoring and control functions. Includes \"Power Door\" feature for easy installation and maintenance.', 'https://www.acuitybrands.com/products/detail/122047/American-Electric-Lighting/Autobahn-ATB2/LED-Luminaire', 'https://www.acuitybrands.com/products/detail/122047/American-Electric-Lighting/Autobahn-ATB2/-/media/products/American_Electric_Lighting/122047/document/ATB2_pdf.pdf', '2017-07-24', '2018-03-29', '0000-00-00', ''),
(682, 80, 'YO', 'BKL_YO-LED-WW-9-11', 'YO-LED-WW-9-11', 'YO LED WW 9 11. Solid State (BKSSL®) Power of \'e\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '23W; 34W', '1884-2744 lm', '50,000 hours', '0-10V', '120-277V', '', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-tocradle handling. Packaging contains no chlorofluorocarbons(CFC’s). Use of this product may qualify for GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/pendants/1037-micro-nite-pendant-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-1244.pdf', '2018-01-26', '2018-03-29', '0000-00-00', ''),
(683, 82, 'T', 'LMI_T-C', 'T-C', 'T C. Tove Ceiling.', 1, 0, '', '3000K, 3500K, 4000K', '80+; 90+', '2.8 w/ft - 9.0 w/ft', '375 lumens/ft - 1200 lumens/ft', 'L70 at 378,000 hours and L90 at 106,000 hours', 'eldoLed 0-10V 1% Dimming; eldoLed Dali 1% Dimming; Lutron A-Series Ecosystem 1% Dimming; Lutron H- Series Ecosystem 1% Dimming', 'Universal 100-277 VAC', 'Delivering continuous illumination', 'All aluminum construction using extruded architectural grade T6063 alloy, reduces operating temperature and provides perfect fit between housing, interchangeable trim pieces, and  heat sink reflector. End caps are machined from the same \r\nextruded material for a very clean and finished look.', 'https://www.luminii.com/tove-ceiling', 'https://www.luminii.com/image/data/Products/Tove/Products/Surface/UPLOADS/Tove-C.pdf', '2017-12-13', '2018-03-29', '0000-00-00', ''),
(684, 80, 'WM', 'BKL_WM-LED', 'WM-LED', 'WM LED. Solid State (BKSSL®) Power of \'e\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '7W', '397-524 lm', '50,000 hours', 'Magnetic Low Voltage Dimmer', '', 'Narrow Spot; Spot; Medium Flood; Wide Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling. Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may qualify\nfor GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/pendants/1079-twin-pendant-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-1079.pdf', '2017-06-02', '2018-03-29', '0000-00-00', ''),
(685, 82, 'T', 'LMI_T-R', 'T-R', 'T R. Tove Recessed.', 1, 0, '', '3000K, 3500K, 4000K', '80+; 95+', '2.8 w/ft - 9.0 w/ft', '375 lumens/ft - 1200 lumens/ft', 'L70 at 378,000 hours and L90 at 106,000 hours', 'eldoLed 0-10V 1% Dimming; eldoLed Dali 1% Dimming; Lutron A-Series Ecosystem 1% Dimming; Lutron H- Series Ecosystem 1% Dimming', 'Universal 100-277 VAC', 'Delivering continuous illumination', 'All aluminum construction using extruded architectural grade T6063 alloy, reduces operating temperature and provides perfect fit between housing, interchangeable trim pieces, and  heat sink reflector. End caps are machined from the same \r\nextruded material for a very clean and finished look.', 'https://www.luminii.com/tove-recessed', 'https://www.luminii.com/image/data/Products/Tove/Products/Recessed/Upload/Tove-R.pdf', '2017-12-13', '2018-03-29', '0000-00-00', ''),
(686, 80, 'MA', 'BKL_MA-LED-12', 'MA-LED-12', 'MA LED 12. Solid State (BKSSL®) Power of \'X\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '34W', '3850-7725 lm', '50 000 hours (L70)', '0-10V', '120-277V', 'Narrow Spot; Narrow Flood; Flood; Wide Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradleto-cradle handling. Packaging contains no chlorofluorocarbons(CFC’s). Use of this product may qualify for GreenSource efficacyand recycling rebate(s).', 'http://www.bklighting.com/products/architectural-building-mounted/mammoth-series-5-1-2-dia/1156-mammoth-series-solid-state-bkssl-power-of-x-information.html', 'http://www.bklighting.com/images/cimages/specs-1156.pdf', '2018-03-26', '2018-03-29', '0000-00-00', ''),
(687, 82, 'T', 'LMI_T-W', 'T-W', 'T W. Tove Wall.', 1, 0, '', '3000K, 3500K, 4000K', '80+; 95+', '2.8 w/ft - 9.0 w/ft', '375 lumens/ft - 1200 lumens/ft', 'L70 at 378,000 hours and L90 at 106,000 hours', 'eldoLed 0-10V 1% Dimming; eldoLed Dali 1% Dimming; Lutron A-Series Ecosystem 1% Dimming; Lutron H- Series Ecosystem 1% Dimming', 'Universal 100-277 VAC', 'Direct/Indirect', 'All aluminum construction using extruded architectural grade T6063 alloy, reduces operating temperature and provides perfect fit between housing, interchangeable trim pieces, and  heat sink reflector. End caps are machined from the same \r\nextruded material for a very clean and finished look.', 'https://www.luminii.com/tove-wall', 'https://www.luminii.com/image/data/Products/Tove/Products/Wall/Upload/Tove-W.pdf', '2017-12-13', '2018-03-29', '0000-00-00', ''),
(688, 80, 'TT', 'BKL_TT-LED', 'TT-LED', 'TT LED. Solid State (BKSSL®) Power of \'e\'.', 1, 0, '', '2700K; 3000K; 4000K', '80', '7W', '435-504 lm', '50,000 hours L70', 'Magnetic Low Voltage Dimmer', '', 'Narrow Spot; Spot; Flood', 'Metal and packaging components are made from recycled materials. Manufactured using renewable solar energy, produced on site. Returnable to manufacturer at end of life to ensure cradle-to-cradle handling. Packaging contains no chlorofluorocarbons (CFC’s). Use of this product may\nqualify for GreenSource efficacy and recycling rebate(s).', 'http://www.bklighting.com/products/architectural-building-mounted/teton-series-2-1-4-dia/781-teton-series-solid-state-bkssl-information.html', 'http://www.bklighting.com/images/cimages/specs-781.pdf', '2017-06-02', '2018-03-29', '0000-00-00', ''),
(689, 82, 'SCT', 'LMI_SCT', 'SCT', 'SCT. Scout Horizontal.', 1, 0, '', '3000K; 3500K; 4100K', '', '25 W; 42 W; 50 W', '599 lum/ft', '50,000 hours', 'eldoLED Dali; eldoLED 0-10V Dimming; Lutron Ecosystem 3 wire; Lutron Ecosystem H-Series', '110 - 277 VAC', '360 degree diffused illumination', 'Cylinder shape with 360 degree diffused illumination, Scout is available as a horizontal mount suspension fixture. Available in one light output and 3 standard lengths, the fixture can be customized to fit a wide range of applications. Horizontal model comes with a 8ft silver adjustable cable with sloped ceiling standoffs.\r\nMultiple integral driver options available.', 'https://www.luminii.com/scout-horizontal', 'https://www.luminii.com/image/data/Products/Suspension-LED-fixtures/Products/Scout/Upload/Scout-HR.pdf', '2017-12-12', '2018-03-29', '0000-00-00', ''),
(690, 82, 'Kilo', 'LMI_KiloS', 'KiloS', 'KiloS. Kilo S.', 1, 0, '', '2200K - 4100K', '82 - 98', '6.5 W/ft - 12.0 W/ft', '329 lum/ft - 735 lum/ft', '50,000 hours', 'Linear; Logarithmic; Dimming 0-10V;', '120 V; 240 V; 240/277 V; 277 V', '', 'Extruded aluminum linear illumination system, Kilo S is available in sections up to 116” in total length. Light output can be customized for a wide range of applications with a choice of clear or frosted lens and multiple color temperature options. Suspended with silver aircraft cable for flexible installations.', 'https://www.luminii.com/kilo-s', 'https://www.luminii.com/image/data/Products/Suspension-LED-fixtures/Products/Kilo-S/Upload/Kilo-S.pdf', '2017-12-12', '2018-03-29', '0000-00-00', ''),
(691, 83, 'HNL', 'HEL_HNL7', 'HNL7', 'HNL7. Geo LED & Oval LED.', 1, 0, '', '3000 K, 4000 K, 5000 K', '', '3 W', '', '50,000 hours', '', '120-277V', 'Nightlight', 'Night lighting serves an important purpose in a medical facility. For ambulatory patients, sufficient light must be available to safely navigate from the bed to the restroom at night. Caregivers must see a clear path from hallway to bed and then have adequate light to observe the patient’s condition, while minimizing disruption of the patient’s sleep. Therefore, intensity and color of the light, as well as fixture placement, must be carefully considered. Both the Geo and Oval offer rugged die cast aluminum housings that meet the standards of the Americans with Disabilities Act(ADA), extending only 1.3” off the wall. Choose from standard warm white or optional amber LEDs.\r\nSleek design with flush contoured lens complements softer interior designs.\r\nIntegral photocell (Geo only) restricts illumination when ambient light is above a preset level.\r\nDie cast aluminum faceplate offers supreme durability.\r\nHigh efficiency LED light source, available in warm white, amber, or custom color.', 'https://www.acuitybrands.com/products/detail/304770/Healthcare-Lighting/Geo-LED-Oval-LED/Patient-Room-LED-Nightlight', 'https://www.acuitybrands.com/products/detail/304770/Healthcare-Lighting/Geo-LED-Oval-LED/-/media/products/Healthcare_Lighting/304770/document/HNL7_pdf.pdf', '2016-10-06', '2018-03-29', '0000-00-00', ''),
(692, 83, 'HPT', 'HEL_HPT8', 'HPT8', 'HPT8. Trilume PCX.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80+, 90+', '176W for 2x4', '3500 - 15300 Lumens', '65,000 hours', '0-10v smooth, flicker-free dimming minimul level; 1% standard; Dim to dark option available;', '120V, 277V', '', 'Acuity Brands brings you the customary clean look of the Trilume form, made exceptional by optimized LED performance and intelligent but simple controls in a modernized sleek design. We make it easy to specify patient room lighting that meets recommended levels for patient and caregiver, with the added value of simply-integrated networked controls.', 'https://www.acuitybrands.com/products/detail/317355/Healthcare-Lighting/Trilume-PCX/Multi-Function-Patient-Lighting-Recessed-2x2-and-2x4', 'https://www.acuitybrands.com/products/detail/317355/Healthcare-Lighting/Trilume-PCX/-/media/products/Healthcare_Lighting/317355/document/TRILUME-PCX_pdf.pdf', '2017-02-21', '2018-03-29', '0000-00-00', ''),
(693, 83, 'HPW', 'HEL_HPW2', 'HPW2', 'HPW2. Chrysalite LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80 CRI', '51 W, 102 W', '5370 - 10860 lumens for 4ft Fixture', '50,000 hours', '0-10V dimming standard', '120V', 'Indirect, direct', 'The Chrysalite LED is a stylish alternative solution for wall-mounted patient bed lighting. Photometric testing shows that fixture placement above and behind the patient delivers optimum light for reading and tasks. The Chrysalite LED comes with our unique convenience switch (option) which permits the caregiver to switch to exam mode by simply flipping the to section forward. Installation of a low voltage controller (option) will allow the interface of either the nurse call system or a separate pendant pillow switch (option).', 'https://www.acuitybrands.com/products/detail/304511/Healthcare-Lighting/Chrysalite-LED/Patient-Room-LED-Headwall-Fixture', 'https://www.acuitybrands.com/products/detail/304511/Healthcare-Lighting/Chrysalite-LED/-/media/products/Healthcare_Lighting/304511/document/HPW2LED_pdf.pdf', '2016-08-31', '2018-03-29', '0000-00-00', ''),
(694, 83, 'HPS', 'HEL_HPS', 'HPS', 'HPS. Entera LED Sconce & Wall.', 1, 0, '', '3000K, 3500K, 4000K', '> 80', '13 W, 25 W, 38 W, 50 W', '480 - 2100 Lumens', '50,000 hours', 'Smooth dimming to 1% for 0-10V', '120V, 277V', 'Symmetric, asymmetric', 'The Entera Sconce & Wall System — complimenting the Entera Recessed — provides soft, low-level task illumination with digital controls and design flexibility to achieve optimal patient comfort.', 'https://www.acuitybrands.com/products/detail/304292/Healthcare-Lighting/Entera-LED-Sconce-Wall/Patient-Room-LED-Sconce-Wall-System', 'https://www.acuitybrands.com/products/detail/304292/Healthcare-Lighting/Entera-LED-Sconce-Wall/-/media/products/Healthcare_Lighting/304292/document/Entera-Sconce_pdf.pdf', '2017-02-21', '2018-03-29', '0000-00-00', ''),
(695, 83, 'HMX', 'HEL_HMX2', 'HMX2', 'HMX2. LDR LED.', 1, 0, '', '4000 K', '90', '71 W', '1400 Lumens', '50,000 hours', 'Step Dimming as controlled from Wall Membrane unit or Infrared Remote.', '120V, 277V', 'Downlight', 'The LDR system offers an unobtrusive recessed design that blends into the ceiling until needed. When illuminated, the twin LED fixtures deliver 4500 foot candles uniformly across an 8\" diameter spot without\r\nfeathering of the edge. For labor and delivery the fixture may be dimmed for illumination during normal deliveries. However, the pair can be easily brought to full intensity if obstetric surgical procedures or emergency\r\nattention to the infant are needed. Along with the benefit of extended life, LEDs do not emit infrared heat into the room, eliminating a problem associated with commonly used halogen lamps. Each of the fixtures is\r\nindependently adjustable in two planes from a single wall plate control for vertical and horizontal beam positioning.', 'https://www.acuitybrands.com/products/detail/304855/Healthcare-Lighting/LDR-LED/Exam-Fixture-for-LDR-Suites', 'https://www.acuitybrands.com/products/detail/304855/Healthcare-Lighting/LDR-LED/-/media/products/Healthcare_Lighting/304855/document/HMX2_pdf.pdf', '2016-08-30', '2018-03-29', '0000-00-00', ''),
(696, 83, 'HPW', 'HEL_HPW3', 'HPW3', 'HPW3. Archer LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '51 W, 102 W', '5490 - 10860 lumens for 4ft Fixture', '50,000 hours', '0-10V dimming standard', '120V', 'Direct, Indirect', 'The Archer LED bed light provides versatility with optional sequential switching for patient room ambient and task lighting. Multiple lamping and switching options allow this fixture to be used in a wide array of applications. As a bed light, placement above the patient on the headwall delivers optimal distribution of light for reading and also comfortable ambient illumination. If a low voltage controller is included (optional), light levels can be adjusted via the nurse call system or using a separate pendant pillow switch (optional).', 'https://www.acuitybrands.com/products/detail/304523/Healthcare-Lighting/Archer-LED/Patient-Room-LED-Headwall-Fixture', 'https://www.acuitybrands.com/products/detail/304523/Healthcare-Lighting/Archer-LED/-/media/products/Healthcare_Lighting/304523/document/HPW3LED_pdf.pdf', '2016-08-31', '2018-03-29', '0000-00-00', ''),
(697, 83, 'HCV', 'HEL_HCV2', 'HCV2', 'HCV2. ComfortView LED.', 1, 0, '', '3500 K', '80', '39 W, 79 W', '320, 650 Lumens', '50,000 hours', '0-10V Dimming to 1%', '120-277V', 'General', 'General lighting in radiology, oncology, and specialized treatment areas should create a calming atmosphere to ease patient tensions as much as possible. Ceiling fixtures with interesting graphics such as colorful landscape scenes can provide a pleasant distraction while patients are prone or recumbent for long periods of time.', 'https://www.acuitybrands.com/products/detail/305715/Healthcare-Lighting/ComfortView-LED/Patient-Room-LED-Graphic-Recessed-Lighting', 'https://www.acuitybrands.com/products/detail/305715/Healthcare-Lighting/ComfortView-LED/-/media/products/Healthcare_Lighting/305715/document/HCV2_pdf.pdf', '2015-08-20', '2018-03-29', '0000-00-00', ''),
(698, 84, 'LAL', 'SEL_LALP', 'LALP', 'LALP. Lanova LED Pendant.', 1, 0, '', '3000K, 4000K', '80', '15W - 42W', '1556 - 4459 Lumens', '100,000 hours', '0-10V dimming to 10%', '120V-277V, 347V- 480V', 'Type I, Type II, Type III, Type IV, Type V Square, Type V Round, Diff use Bowl', 'Selux Lanova is an attractive luminaire perfect for a designer needing improved visual guidance and purposeful light. Lanova Pendant allows you the design freedom to position the light exactly where it is required with a luminous focal point or a dramatic shadow. The Lanova creates the perfect ambience.', 'http://www.selux.us/en/interior/detail/sx/lanova-led-pendant/lanova-led-pendant-2.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/Lanova/LALP_ss.pdf', '2017-12-18', '2018-03-29', '0000-00-00', ''),
(699, 84, 'PL', 'SEL_PL9LR', 'PL9LR', 'PL9LR. Purelight LED Round.', 1, 0, '', '2700K-6500K', '90', '5.2 - 12.0 W per ft.', '427 - 926 lumens per ft.', '60,000 hours', '0-10V Linear (DIM)*;  0-10V Linear eldoLED SOLOdrive (DM);  0-10V Logarithmic eldoLED SOLOdrive (DML);  DALI Logarithmic eldoLED SOLOdrive (DMD);', '120-277V, 347V', 'Exceptional uniformity and quality volumetric interior lighting.', 'Purelight LED Square and Round are constructed from extruded aluminum wide polycarbonate lens, polished die cast end caps and wall brackets. Impact resistant lens protects against dust, ensures high luminaire efficiency and allows easy access to optical chamber. Satine polycarbonate lens provides exceptional uniformity and quality volumetric interior lighting. NRTL listed for damp locations, ADA compliant and Tiger Drylac certified polyester powder coat finish. Available in cable, wall, and surface mount.', 'http://www.selux.us/en/interior/detail/sx/purelight-led-and-my-white/round-2.html', 'http://www.selux.us/fileadmin/us/interior/Spec_Sheet/Purelight/PL9LR_ss.pdf', '2017-09-15', '2018-03-29', '0000-00-00', ''),
(700, 84, 'KJ', 'SEL_KJUC', 'KJUC', 'KJUC. Kju Circle LED Direct.', 1, 0, '', '3000K, 3500K, 4000K', 'Min. 80', '12.9W - 22.5W', '1216 - 2130 Lumens', '60,000 hours', 'Standard DM and optional DML and DMD drivers;  optional DC2, DC3, DCE, and DC5 drivers.', '120V-277V', 'Direct/Indirect or Direct only.', 'Kju integrates freely into any architectural style, offering various mounting opportunities and pattern arrangement for illuminating any room. It is perfect for your office, conference room, waiting areas, retail shops, hallways, and staircases. Circle or Square, Kju conveys character in any setting. Arrange both together in various lighting schemes or separately in different areas of your project -  the creativity is limitless as the two luminaires will blend harmoniously together.', 'http://www.selux.us/en/interior/detail/sx/kju-square/kju-circle-led-direct.html', 'http://www.selux.us/fileadmin/us/interior/Spec_Sheet/Kju/KJUC_ss.pdf', '2017-11-20', '2018-03-29', '0000-00-00', ''),
(701, 81, '245', 'AEL_245L', '245L', '245L. Contempo LED.', 1, 0, '', '3000K; 4000K; 5000K', '', '13-72W', '886-6,733 lm', '100,000 hours LM70', '0-10V dimmable', '120-277V; 347V; 480V', 'Multiple distribution: Type II; Type III; Type V', 'Suitable for applications typical to HPS luminaires up to 150 watts, the Contempo LED combines modern aesthetics and install-friendly features of this popular series with a powerful new solid state platform.\r\nThe 245\'s light engine offers excellent optical control and heat dissipation to give you a beautiful, efficient lighting source while preserving the life of the components. The surge protection device and optional solid-state lighting photocontrol provide protection against electrical disturbances (such as lightning). It\'s lighting, enlightened.\r\nThe 245L Contempo LED series with RNA and RNP lenses is a DesignLights Consortium® qualified product.', 'http://www.americanelectriclighting.com/Products/family.asp?Brand=AEL&Family=Series%20245L%20LED%20-%20Contempo&View=FEATURES', 'http://www.acuitybrandslighting.com/library/AEL/DOCUMENTS/SPECSHEETS/DL-245L.PDF', '2017-07-28', '2018-03-30', '0000-00-00', ''),
(702, 84, 'L36', 'SEL_L36J', 'L36J', 'L36J. M36 LED Regressed.', 1, 0, '', '2700K - 4000K', 'Min. 90', '37W', '2941lm; 2883lm', '96% at 25,000 hours and 93% at 60,000 hours TM-21;  L70 greater than 60,000 hours', '0-10V; eldoLED SOLOdrive 0-10V; eldoLED SOLOdrive 0-10V (Logarithmic); eldoLED DALI (Logarithmic); Lutron 2-Wire; Lutron 3-Wire; Lutron EcoSystem; Lutron 5-Series (consult factory)', '120 Volt; 277 Volt; 120 thru 277 50/60hz capable; 347 Volt (consult factory)', '', 'Continuous, low copper 6063-T6 · Extruded aluminum profile with aluminum end caps · Available as Individual fixtures (up to 12’) or Runs.\r\nExtruded, impact resistant acrylic lens · LED optimized white lens (LW)· Clear lens with microprism inlay (MI)\r\nAvailable in 2700K, 3000K, 3500K and 4000K · Tolerance within a 3-step MacAdam ellipse', 'http://www.selux.us/en/interior/detail/sx/mled-regressed/m36-led.html', 'http://www.selux.us/fileadmin/us/interior/Spec_Sheet/MLED_Regressed/L36JRx_ss.pdf', '2017-09-15', '2018-03-30', '0000-00-00', ''),
(703, 81, '247', 'AEL_247CL', '247CL', '247CL. American Revolution FullCutoff LED.', 1, 0, '', '3000K; 4000K; 5000K', '', '14-73W', '1,008-7,348 lm', '100,000 hours LM70', '0-10V dimmable', '120-277V; 347V; 480V', 'Multiple distribution: Type II; Type III; Type V', 'As municipalities and utilities initiate conversions to LED in common applications, the 247CL LED is designed to have utility grade standardized features for a great value! 247 LED family has expanded to include a full cutoff version using the LEM 10 and 20 LED modules, which improves energy efficiency and reduces maintenance. Together, the 247L (standard version) and 247CL (full cutoff version) combine to give a great set of high performance LED solutions for applications for the “American Revolution” style.\r\nThe upscale aesthetics and install friendly features make it an extremely versatile product. It’s downward directed lumens are well-suited to for residential areas, city streetscapes, green spaces and retail areas, but the universal appeal of the standard and full cutoff 247 Series offering provides a uniformed look for makes it compatible with almost any application.', 'http://www.americanelectriclighting.com/Products/family.asp?Brand=AEL&Family=Series%20247CL%20LED%20-%20Full%20Cutoff&View=FEATURES', 'http://www.acuitybrandslighting.com/library/AEL/DOCUMENTS/SPECSHEETS/DL-247CL.PDF', '2017-07-28', '2018-03-30', '0000-00-00', ''),
(704, 84, 'L6', 'SEL_L6DI', 'L6DI', 'L6DI. M60 LED.', 1, 0, '', '2700K - 4000K', 'Min. 90', '69W', '4980lm; 5744lm', '95% at 25,000 hours and 90% at 60,000 hours TM-21;  L70 greater than 60,000 hours', '0-10V (Linear); eldoLED SOLOdrive 0-10V (Linear); eldoLED SOLOdrive 0-10V (Logarithmic); eldoLED DALI (Logarithmic); Lutron 2-Wire; Lutron 3-Wire; Lutron EcoSystem; Lutron 5-Series (consult factory); Philips Xitanium SR DALI', '120V; 277V; UNV; 347V', 'Direct/Indirect', 'Extruded 6063-T6 aluminum construction · Exact cut lengths, custom configurations available · Tool-less access to optical chamber · Available in cable, stem and wall mountings.\r\nLED optimized impact resistant diffuse acrylic snap-in lens for exceptional uniformity · Lens protects against dust and ensures high luminaire efficiency.\r\nAvailable in 2700K, 3000K, 3500K, or 4000K CCT · Luminaire efficacy up to 82 lm/W', 'http://www.selux.us/en/interior/detail/sx/m60-led/pendant-1.html', 'http://www.selux.us/fileadmin/us/interior/Spec_Sheet/M60_LED/L60_DI_ss.pdf', '2017-09-15', '2018-03-30', '0000-00-00', ''),
(705, 81, 'ARD', 'AEL_ARDCL', 'ARDCL', 'ARDCL. American Revolution Full Cutoff Deluxe LED.', 1, 0, '', '3000K; 4000K; 5000K', '', '26-106W', '1,837-10,424 lm', '100,000 hours LM80', '0-10V dimmable', '120-277V; 347V; 480V', 'Multiple distribution: Type II; Type III; Type V', 'As municipalities and utilities initiate conversions to LED in common applications, the new ARDCL LED is designed to have utility grade standardized features for a great value! ARDL LED family has expanded to include a full cutoff version using the LEM 10, 20 and 30 LED modules, which improves energy efficiency and reduces maintenance.\r\nTogether, the ARDL (standard version) and ARDCL (full cutoff version) combine to give a great set of high performance LED solutions for applications for the “American Revolution Deluxe” style. The upscale aesthetics and install friendly features make it an extremely versatile product. It’s downward directed lumens are well-suited to for residential areas, city streetscapes, green spaces and retail areas, but the universal appeal of the standard and full cutoff ARD Series offering provides a uniformed look for makes it compatible with almost any application.', 'http://www.americanelectriclighting.com/Products/Family.asp?Brand=AEL&Family=Series%20ARDCL%20LED%20-%20Full%20Cutoff&View=SPECSHEETS', 'http://www.acuitybrandslighting.com/library/AEL/DOCUMENTS/SPECSHEETS/ARDCL%20LED.PDF', '2017-07-28', '2018-03-30', '0000-00-00', ''),
(706, 14, '10CRM', 'PRL_10CRM4L', '10CRM4L', '10CRM4L. Suspended.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80+, 90+', '18 Watts per foot', '300 - 1300 Lumens per foot', '60,000 hours', '0-10V; nLight enabled; DALI enabled; nLight AIR enabled;', '120V, 277V, 347V', 'Direct/ Indirect', 'A classic design available in LED, the Cerra 10 LED is an architectural suspended luminaire delivering high-quality and visually comfortable illumination. This classic luminaire is nLight enabled and is available with an eldoLED® driver option offering dual dimming and independent dimming of the uplight and downlight creating a range of mood and design possibilities. The Cerra 10 LED offers exceptional value combining classic design, high-performance, digital LED lighting, advanced dimming, and integrated controls options, ideal for education and commercial office applications.', 'https://www.acuitybrands.com/products/detail/703496/Peerless/10CRM4L-Linear/Cerra-10-LED-Suspended-Linear', 'https://www.acuitybrands.com/products/detail/703496/Peerless/10CRM4L-Linear/-/media/products/Peerless/703496/document/10CRM4L_pdf.pdf', '2017-10-26', '2018-03-30', '0000-00-00', ''),
(707, 84, 'L1', 'SEL_L1I', 'L1I', 'L1I. M100 LED My White.', 1, 0, '', '2700K - 6500K', 'Min. 80', '34W', '2590lm', '95% at 25,000 hours and 88% at 60,000 hours TM-21', 'eldoLED DALI (Logarithmic); eldoLED DMX (Linear)', '120V; 277V; UNV; 347', 'Indirect', 'Extruded 6063-T6 aluminum construction · Exact cut lengths, lit corners, custom configurations available · Tool-less access to optical chamber · Available in pendant or wall.\r\nLED optimized white lens.\r\nTunable White - 2700K thru 6500K\r\nTiger Drylac certified polyester powder coat finish.\r\nM100 extrusion is 4\" wide (100mm) · Available in 1/4\" increments.\r\nDamp Location · In-line Fuse · Dimming · Separate Switching.', 'http://www.selux.us/en/interior/detail/sx/m100-led-my-white/indirect-11.html', 'http://www.selux.us/fileadmin/us/interior/Spec_Sheet/M100_LED_My_White/L10IMW_ss.pdf', '2017-12-12', '2018-03-30', '0000-00-00', ''),
(708, 81, 'ATB', 'AEL_ATB0', 'ATB0', 'ATB0. Autobahn LED Roadway.', 1, 0, '', '3000K; 4000K; 5000K', '70', '25-145W', '2,994-16,871 lm', '>100,000 hours LM70', '3 Pin NEMA Photocontrol Receptacle (Standard); 7 Pin Photocontrol Receptacle (Dimmable Driver Included); No Photocontrol Receptacle; Field Adjustable Output; 0V-10V Dimmable Driver (Controls by others); Multi-Level Dimming; Solid State Lighting Photocontr', '120-277V; 347V; 480V', 'Multiple distribution: Roadway Type II; Roadway Type III; Roadway Type IV; Roadway Type V', 'Breakthrough LED technology and precision-engineered optics provide exceptional illumination while also saving energy. Best-in-class surge protection and efficacy (lpw). Works seamlessly with the Acuity Brands ROAM system to maximize energy and maintenance savings through enhanced monitoring and control functions.', 'http://www.americanelectriclighting.com/Products/Family.asp?Brand=AEL&Family=Autobahn%20ATB0&View=SPECSHEETS', 'http://www.acuitybrandslighting.com/library/ael/documents/specsheets/atb0.pdf', '2018-02-27', '2018-03-30', '0000-00-00', ''),
(709, 84, 'DSC', 'SEL_DSC4L', 'DSC4L', 'DSC4L. Discera 4 LED.', 1, 0, '', '3000K - 5000K', '>80', '51W; 65W; 100W', '3865lm - 8406lm', '100,000 hours L70', 'Dimming (0-10V)', '120V; 208V; 240V; 277V', 'Type I; Type II; Type III; Type V', 'Die-cast, low-copper aluminum construction · Integral heat sink fins for thermal management · Completely sealed optical chamber · Field replaceable LED light engine · Tool-less access to optical chamber.\r\n51W, 65W or 100W LED Light Engine · 30 high flux white LEDs · 3000K, 3500, 4000, and 5000K CCT · >80 CRI · LED light engine provides 70% lumen maintenance at 60,000hr minimum up to 35°C ambient temperatures.', 'http://www.selux.us/en/exterior/detail/sx/discera/discera-4-led.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/Discera/DSC4L_SS.pdf', '2017-12-06', '2018-03-30', '0000-00-00', ''),
(710, 14, 'OLE4', 'PRL_OLE4', 'OLE4', 'OLE4. Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '9.5 - 16 Watts Per Foot', '750 -1500 umens per foot', '60,000 hours', '0-10V; nLight enabled;', '120V, 277V, 347V', 'Indirect-Direct', 'Duet SSL™ Technology for beauty that performs. OLED and LED sources, each employed in their optimal functionality, pair together to produce results neither can achieve alone. Olessence delivers the best of form and function with a thin, contemporary design and superior lighting quality.', 'https://www.acuitybrands.com/products/detail/603152/Peerless/OLE4-Linear/Olessence-OLED-LED-Indirect-Direct-Suspended-Linear', 'https://www.acuitybrands.com/products/detail/603152/Peerless/OLE4-Linear/-/media/products/Peerless/603152/document/OLE4_pdf.pdf', '2017-11-06', '2018-03-30', '0000-00-00', ''),
(711, 81, 'ATB', 'AEL_ATBM', 'ATBM', 'ATBM. Autobahn LED Roadway.', 1, 0, '', '3000K; 4000K; 5000K', '70', '60-164W', '6,958-18,966 lm', '>100,000 hours LM70', '3 Pin NEMA Photocontrol Receptacle; 5 Pin Photocontrol Receptacle (dimmable driver included); 7 Pin Photocontrol Receptacle (dimmable driver included); No Photocontrol Receptacle; Field Adjustable Output; 0-10V Dimmable Driver; Solid-State Lighting Photoc', '120-277V; 347V; 480V', 'Multiple distribution: Roadway Type II; Roadway Type III; Roadway Type IV; Roadway Type V', 'The Autobahn ATBM uses breakthrough LEDs and precision-engineered optics to provide exceptional illumination while also saving 60% energy over HID alternatives. Reduce maintenance and improve visibility with crisp white light. Works seamlessly with the advanced wireless controls to maximize energy and maintenance savings through enhanced monitoring and control functions.', 'http://www.americanelectriclighting.com/Products/Family.asp?Brand=AEL&Family=Autobahn%20ATBM&View=SPECSHEETS', 'http://www.acuitybrandslighting.com/library/ael/documents/specsheets/atbm.pdf', '2018-03-28', '2018-03-30', '0000-00-00', ''),
(712, 14, 'VMM', 'PRL_VMMQP', 'VMMQP', 'VMMQP. Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '63 W', '6900 Lumens', '60,000 hours', '0-10V; nLight enabled; DALI;', '120V, 277V, 347V', 'Indirect/Direct, Direct', 'The Vellum Quad is a distinctive luminaire designed with today’s open architecture in mind. Ideal for modern day work spaces, this luminaire provides performance previously only achieved with traditional linear solutions. The Vellum Quad addresses the need for innovative lighting solutions to meet changing design trends in commercial architecture.\r\rThis unique pendant uses four edge lit LED panels working in combination to create high performance indirect/direct or direct illumination. Available with 60/40, 20/80 and 0/100 distributions, this luminaire offers flexibility when designing today\'s open office and educational environments.', 'https://www.acuitybrands.com/products/detail/339722/Peerless/Vellum-Quad-Pendant/VMMQP-ID-or-Direct-Suspended-LED', 'https://www.acuitybrands.com/products/detail/339722/Peerless/Vellum-Quad-Pendant/-/media/products/Peerless/339722/document/VMMQP_pdf.pdf', '2017-09-25', '2018-03-30', '0000-00-00', ''),
(713, 14, 'VMM', 'PRL_VMMSP', 'VMMSP', 'VMMSP. Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '20 W', '1900 Lumens', '60,000 hours', 'eldoLED 0-10v or DALI technology', '120V, 277V, 347V', 'Indirect-Direct, Direct', 'Complement any space with these elegant single pendants. Providing high quality illumination in an ultra-thin form, these 1x1 luminaires are versatile and can be used throughout any space.\r\rThese pendants offer beautiful illumination in a small package. Offering up to 2100 lumens, these individual luminaires complement the rest of the Vellum family – available in the same multiple distributions with square or rounded edge details and offered in various stem lengths.', 'https://www.acuitybrands.com/products/detail/339723/Peerless/Vellum-Single-Pendant/VMMSP-ID-or-Direct-Suspended-LED', 'https://www.acuitybrands.com/products/detail/339723/Peerless/Vellum-Single-Pendant/-/media/products/Peerless/339723/document/VMMSP_pdf.pdf', '2017-09-25', '2018-03-30', '0000-00-00', ''),
(714, 84, 'ACL', 'SEL_ACL', 'ACL', 'ACL. Arca LED.', 1, 0, '', '3000K; 4000K; 5000K', '>80', '18.7W - 56W', '1467lm - 4711lm', '100,000 hours L70', 'Dimming (0-10V)', '120V; 208V; 240V; 277V; 347V; 480V', 'Type II', 'Luminaire cover is a two piece high pressure die cast housing made of low copper aluminum alloy. Tool-less latch allows easy access to light engine and gear tray components. Up to four heads on a square aluminum pole.\r\nHigh power, multi-die LED with primary reflectors and secondary prismatic lens with a Distribution Type II and >4000 lumens per head along with surge suppression.', 'http://www.selux.us/en/exterior/detail/sx/arca/arca-led.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/Arca/Arca_ss.pdf', '2017-12-15', '2018-03-30', '0000-00-00', ''),
(715, 14, 'OR3', 'PRL_OR3M1', 'OR3M1', 'OR3M1. Origami Wall.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '5, 10 Watts Per Foot', '2100 or 4100 Lumens', '60,000 hours', '0-10V Dimming Driver', '120V, 277V', 'Indirect', 'Origami LED is an original’s original perfect for illuminating interior spaces where a little pizzazz is paramount.\r\r\r\rFeaturing an innovative LED light engine designed to deliver L80 performance 50,000 hours of normal use, Origami LED\'s unique body captures light and reflects it across the length of the fixture. The visual effect is a stunning kinetic interplay of color, light and shadow that varies as one views the luminaire from different angles.\r\r\r\rOrigami LED is also an efficient performer delivering up to 75 lumens/watt. Performance can be further enhanced with a digital lumen management option that delivers constant lumen output, extends the longevity of the LEDs and saves roughly 10% in energy use over Origami LED\'s lifetime.', 'https://www.acuitybrands.com/products/detail/134182/Peerless/Origami-LED/OR3M1-Indirect-Aluminum-5-12-x-3-38-LED', 'https://www.acuitybrands.com/products/detail/134182/Peerless/Origami-LED/-/media/products/Peerless/134182/document/OR3M1_pdf.pdf', '2017-09-07', '2018-03-30', '0000-00-00', ''),
(716, 14, 'RD4M', 'PRL_RD4M1', 'RD4M1', 'RD4M1. Suspended.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '5, 10.2 Watts Per Foot', '1550 or 3000 Lumens', '50,000 hours', '0-10v Dimming to 1%', '120V; 277V', 'Indirect', 'Round 4 Indirect is specifiable with high and low lumen packages that make the luminaire well-suited for a variety of applications.\r\r\r\rRound 4 Indirect can be specified as nLight®-enabled to provide network controls connectivity, energy-saving digital lumen management or both. It is also available with an integrated sensor for daylight dimming and occupancy detection control. And Round 4 Indirect can be configured with an “L” connector to provide seamless corner illumination.\r\r\r\rRound 4 features eldoLED® drivers that dim to 1% with no flicker as part of a modular light engine that delivers 50,000 hours (12-15 years) of illumination to L80.', 'https://www.acuitybrands.com/products/detail/197244/Peerless/Round-4-Indirect/RD4M1-Indirect-Aluminum-4-LED', 'https://www.acuitybrands.com/products/detail/197244/Peerless/Round-4-Indirect/-/media/products/Peerless/197244/document/RD4M1_pdf.pdf', '2017-08-31', '2018-03-30', '0000-00-00', ''),
(717, 84, 'BLL', 'SEL_BLL', 'BLL', 'BLL. Beta Lantern LED.', 1, 0, '', '3000K; 4000K', '80', '32.34-125.24W', '3,360-10,378 lm', '100,000 hours LM70', 'Dimming (0-10V); House Side Shield (180°); Photocell Tenon; Hi-Lo Switching Low Output 30%; Hi-Lo Switching Low Output 50%', '120-277V; 347V; 480V', 'Multiple distribution: Type I; Type II; Type III; Type IV; Type V (Round); Type V (Square)', 'Die-cast and spun aluminum construction · High Transmittance custom molded lenses · IP67 LED module and Driver · Easy access for maintanance · Stainless steel fasteners.', 'http://www.selux.us/en/exterior/detail/sx/beta/beta-lantern-led.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/Beta/BLL_SS.pdf', '2018-02-19', '2018-03-30', '0000-00-00', ''),
(718, 14, 'EGCW', 'PRL_EGCW4L', 'EGCW4L', 'EGCW4L. Wall.', 1, 0, '', '2700K - 5000K', '80+, 90+', '3.5, 5, 7.7 Watts Per Foot', '472, 671, 986 Lumens Per Foot', '60,000 hours', '0-10V dimming driver', '120V, 277V', 'Indirect-Direct', 'The Lightedge LED curved wall indirect/direct luminaire is sophisticated and gracefully blends with the architectural elements of any room. With its signature feature, the double-edge body, this timeless luminaire offers elegant lighting with smooth and flicker-free deep dimming performance to dark provided by the eldoLED® driver. The Lightedge offers powerful options with integrated nLight® or nLight® AIR wireless controls.', 'https://www.acuitybrands.com/products/detail/810594/Peerless/Lightedge-LED-Curved-Wall-Indirect-Direct/EGCW4L-Linear-Luminaire', 'https://www.acuitybrands.com/products/detail/810594/Peerless/Lightedge-LED-Curved-Wall-Indirect-Direct/-/media/products/Peerless/810594/document/EGCW4L_pdf.pdf', '2018-02-20', '2018-03-30', '0000-00-00', ''),
(719, 5, 'JSF', 'JNO_JSF', 'JSF', 'JSF. JUNO SLIMFORM LED SURFACE MOUNT DOWNLIGHTS.', 1, 0, '', '2700K - 4000K', '90', '10W - 20W', '700lm - 1800lm', '50,000 hours at >70% lumen maintenance', 'Forward Reverse Phase Dimmnig; 0-10V Dimming', '120V; Universal Voltage 120V-277V', 'Downlight', 'Juno SlimForm JSF Series downlights are economical, surface mounted LED fixtures with an unobtrusive (less than 1\" deep) profile that cleanly integrates and compliments a décor.', 'https://juno.acuitybrands.com/products/detail/761536/Juno/JSF-Downlight/Juno-SlimForm-LED-Round-Surface-Mount-Downlight', 'https://juno.acuitybrands.com/products/detail/761536/Juno/JSF-Downlight/-/media/products/Juno/761536/document/JSF-G1_8_54_pdf.pdf', '2018-02-02', '2018-03-30', '0000-00-00', ''),
(720, 84, 'QH2', 'SEL_QH2L', 'QH2L', 'QH2L. Quadro H2 LED.', 1, 0, '', '3000K; 4000K', '80', '32.62-126.03W', '3,111-10,217 lm', '100,000 hours LM70', 'House Side Shield (180°); Dimming (0-10V); Hi-Lo Switching Low Output 30%; Hi-Lo Switching Low Output 50%', '120-277V; 347V; 480V', 'Multiple distribution: Type I; Type II; Type III; Type IV; Type V (Round); Type V (Square)', 'Die-cast and formed, low-copper aluminum construction · High Transmittance custom molded lenses · IP67 LED module and Driver · Easy access for maintenance · Stainless steel fasteners.', 'http://www.selux.us/en/exterior/detail/sx/quadro-h-series/quadro-h2-led.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/Quadro_H-Series/QH2L_SS.pdf', '2018-02-27', '2018-03-30', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(721, 14, 'SQW', 'PRL_SQWS', 'SQWS', 'SQWS. ADA Compliant.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '4.7, 10 Watts Per Foot', '1200 or 2200 Lumens', '60,000 hours', '0-10v Dim-to-Black Driver', '120V; 277V', 'Direct', 'Square Wall Direct is an ideal wall-mounted and ADA-compliant luminaire for hallways, lobbies, reception areas, waiting rooms and individual offices.\r\r\r\rSquare Wall Direct can be specified with digital lumen management to deliver constant lumen output, extend LED longevity and save roughly 10% in energy use over Square\'s lifetime.\r\r\r\rSquare luminaires feature glare-free, Softshine® comfort optics and eldoLED® drivers that provide smooth, flicker-free digital dimming to black (0.1% low end).', 'https://www.acuitybrands.com/products/detail/250422/Peerless/Square-Wall-Direct/SQWS-Direct-Aluminum-3-5-LED', 'https://www.acuitybrands.com/products/detail/250422/Peerless/Square-Wall-Direct/-/media/products/Peerless/250422/document/SQWS_pdf.pdf', '2017-09-05', '2018-03-30', '0000-00-00', ''),
(722, 5, 'MD1LG2', 'JNO_MD1LG2-(RD,WL)', 'MD1LG2-(RD,WL)', 'MD1LG2-(RD,WL). MINI LED DOWNLIGHT.', 1, 0, '', '2700K - 4000K', '80, 90', '10W; 25W; 60W', '300lm', '50,000 hours at 70% lumen maintenance', 'May be dimmed with dimmers tested and qualified by Juno, for use with TL602E and MAGXFMR', '120V', 'Flood; Narrow Flood; Spot', 'Juno® MD1LG2 Series Mini LED Downlights for wet locations are ideal for outdoor or indoor wet locations, especially when installation space is at a premium. These second generation recessed Mini LEDs still require only 5-watt input but now feature 50% higher lumens to produce brilliant white light, exceeding the performance of a conventional 20-watt, MR11 light source. Juno Mini LED Wet Location Downlights can squeeze into the tightest of places and are perfect for outdoor eaves or any tight space.', 'https://juno.acuitybrands.com/products/detail/660813/Juno/MD1LG2-RD-300LM-WL-Housing/LED-12V-Wet-Location-Round-Mini-Housing', 'https://juno.acuitybrands.com/products/detail/660813/Juno/MD1LG2-RD-300LM-WL-Housing/-/media/products/Juno/660813/document/G5_7_5_pdf.pdf', '2017-03-09', '2018-03-30', '0000-00-00', ''),
(723, 14, 'MN9', 'PRL_MN9-1X1', 'MN9-1X1', 'MN9 1X1. Surface/Wall.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '10 W', '1000 Lumens', '60,000 hours', '0-10V Dimming Driver (to 5%)', '120V, 277V, 347V', 'Direct', 'Designed to be kind to the eyes with advanced Softshine® optics that diffuse and evenly distribute comfortable light, Peerless Mino 1x1 Surface/Wall is also highly energy efficient producing up to 96 lm/W.\r\r\r\rAs Peerless Mino is viewed from different angles, subtle geometric abstractions around the perimeter of the lens surface shift in appearance adding a dramatic touch of style and sophistication.\r\r\r\rInstallable into hard-surface ceilings and walls, Peerless Mino 1x1 Surface/Wall extends 3 7/8” from the surface plane (ADA-compliant) revealing a stylishly refined aluminum body.', 'https://www.acuitybrands.com/products/detail/184430/Peerless/Peerless-Mino-1x1-Surface-Wall/MN9-1x1-S-Direct-Aluminum-13-88-x-13-88-LED', 'https://www.acuitybrands.com/products/detail/184430/Peerless/Peerless-Mino-1x1-Surface-Wall/-/media/products/Peerless/184430/document/MN9_1x1_Surface_Wall_pdf.pdf', '2017-07-28', '2018-03-30', '0000-00-00', ''),
(724, 5, '2LEDTRIM', 'JNO_2LEDTRIM-G2-DC', '2LEDTRIM-G2-DC', '2LEDTRIM G2 DC. Round Cone.', 1, 0, '', '2700K - 4000K', '80, 90', '600lm; 1000lm', '600lm; 1000lm', '50,000 hours of life', 'Forward/Reverse Phase Cut; 0-10V Dimming', '120V; Multi-Volt (120- 277V)', 'Flood; Narrow Flood; Spot', 'The sophisticated aesthetics and smaller aperture of Juno® 2-inch LED downlights and adjustables offers the “designer-look” that perfectly complements many of today’s upscale residential and commercial interiors. These ultra-efficient fixtures produce over 600 lumens of brilliant white light, while consuming as little as 10 watts. Juno 2-inch LED fixtures are offered in round or square aperture, downlight or adjustable, and a wide variety of styles and finishes.', 'https://juno.acuitybrands.com/products/detail/660723/Juno/2LEDTRIM-Round-Cone/LED-Wet-Location-2in-Round-Cone-Trim', 'https://juno.acuitybrands.com/products/detail/660723/Juno/2LEDTRIM-Round-Cone/-/media/products/Juno/660723/document/G1_10_4G2_pdf.pdf', '2017-12-22', '2018-03-30', '0000-00-00', ''),
(725, 84, 'MTR', 'SEL_MTRTL/MTRCL', 'MTRTL/MTRCL', 'MTRTL/MTRCL. MTR Column LED.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '84', '17-120W', '1,187-8,904 lm', '>60,000 hours', 'Dimming (0-10V); Hi-Lo Switching; Receptacle w/ Weatherproof cover; Receptacle w/ lockable Weather-proof Cover; Motion Sensor w/ Optional Photocell (Meets Title 24 Requirements) See page 6 for Order Code', '120V; 208V; 240V; 277V; 347V; 480V', 'Type IV; Type V', 'Die cast, low copper aluminum top cap, fitter and extruded straight or reverse tapered column.', 'http://www.selux.us/en/exterior/detail/sx/mtr-column/round-1.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/MTR_Column/MTRCL_SS.pdf', '2017-12-06', '2018-03-30', '0000-00-00', ''),
(726, 5, 'IC1ALED', 'JNO_IC1ALED-440LED-(G4N-06LM)', 'IC1ALED-440LED-(G4N-06LM)', 'IC1ALED-440LED-(G4N-06LM). 4” IC 600 LUMEN LED RECESSED GIMBAL NEW CONSTRUCTION.', 1, 0, '', '2700K - 4000K', '90+', '7.9W - 8.8W', '600', '50,000 hours at 70% lumen maintenance', '120V Forward/Reverse Phase Cut, 5% dim; Multi-Volt (120-277), 0-10V Dimming Driver, 10% dim; Multi-Volt (120-277), eldoLED 0-10V, 1% dim', '120V, 120-277V', '', 'Juno® IC1ALED 600LM, Dedicated LED, Air-Loc® sealed new construction housing. Choice of dimmable drivers: 10.2W nominal dedicated 120 volt driver compatible with incandescent, magnetic low voltage and ELV dimming or 11W nominal universal 120V-277V driver with 0-10V dimming. Double wall, shallow housing allows for fit in 2 x 6 construction. IC housing designed for uses in IC or non-IC construction. For use with Juno 440LED Series, 4-inch LED recessed adjustable trim module. ENERGY STAR® Qualified and certified to meet the high efficacy requirements of California Title 24.', 'https://juno.acuitybrands.com/products/detail/660662/Juno/IC1ALED-600LM-Housing/LED-4in-Round-Adjustable-New-Construction-Housing', 'https://juno.acuitybrands.com/products/detail/660662/Juno/IC1ALED-600LM-Housing/-/media/products/Juno/660662/document/G1_7_84_pdf.pdf', '2017-08-14', '2018-03-30', '0000-00-00', ''),
(727, 14, 'OPMS', 'PRL_OPMS-S', 'OPMS-S', 'OPMS S. Surface.', 1, 0, '', '3000K; 3500K; 4000K', '80+, 90+', '5.5, 8.3 Watts Per Foot', '550, 775 Lumens Per Foot', '60,000 hours', '0-10V; DALI enabled;', '120V; 277V', 'Direct', 'Achieving runs of continuous linear lighting has been an unanswered challenge until now. The OPEN family of lens-free luminaires uses innovative Seam Eraser technology to erase internal luminaire connections, resulting in continuous illumination for a true, unbroken line of light aesthetic.\r\r\r\rThe Open suspended direct fixture is available in two distributions with flat and open endcaps. For greater savings and operational efficiency, Open is available with integrated daylight and/or occupancy sensors and can be networked with Acuity Controls nLight®.', 'https://www.acuitybrands.com/products/detail/411229/Peerless/Open-LED-Surface-Mount-Direct/OPMS_S-LED-Direct-Surface-Mount', 'https://www.acuitybrands.com/products/detail/411229/Peerless/Open-LED-Surface-Mount-Direct/-/media/products/Peerless/411229/document/OPMS_S_pdf.pdf', '2017-09-05', '2018-03-30', '0000-00-00', ''),
(728, 84, 'BRM', 'SEL_BRMFL', 'BRMFL', 'BRMFL. MTR Bollard LED.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '>80', '', '594 lm; 2226 lm', '>60,000 hours', 'Dimming (0-10V); Hi-Lo Switching; GFCI Receptacle', '120V; 208V; 240V; 277V; 347V; 480V', 'Type V', 'Die cast, low copper aluminum/extruded housing with stainless steel fasteners · Completely sealed optical chamber.', 'http://www.selux.us/en/exterior/detail/sx/mtr-bollards/mtr-bollard-1.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/8__Bollards/MTRBL_SS.pdf', '2015-08-27', '2018-03-30', '0000-00-00', ''),
(729, 5, 'TC4RAL', 'JNO_TC4RAL-(10LM)', 'TC4RAL-(10LM)', 'TC4RAL-(10LM). 4” TC 1000 LUMEN INTERNALLY ADJUSTABLE LED DOWNLIGHT REMODEL.', 1, 0, '', '2700K - 4000K', '90+', '16.0W; 16.4W; 16.6W', '1000lm', '50,000 hours at 70% lumen maintenance', 'Lumen Hi - Lume A Series, 3-wire fluorescent controls & Lutron Ecosystem; Forward/ Reverse Phase Cut; 0 - 10V Dimming Driver', '120V, 120-277V', 'Downlight; Accent light', 'Juno® 4-inch internally adjustable, 1000 lumen LED, non-IC remodel housings cater to a wide range of application possibilities with just a change out of trims. Offering internal adjustability of up to 35° vertical and 360° rotation using the patent pending adjustable light engine modules, light can be directed where needed for downlighting or accent lighting applications. A stunning collection of round and square trims, including downlights, adjustables and lensed along with industry exclusive sloped ceiling trims are easily changed out in the field to adapt to future design needs.', 'https://juno.acuitybrands.com/products/detail/660874/Juno/TC4RAL-1000LM-Housing/LED-4in-Round-Internally-Adjustable-Remodel-Housing', 'https://juno.acuitybrands.com/products/detail/660874/Juno/TC4RAL-1000LM-Housing/-/media/products/Juno/660874/document/G1_7_63_pdf.pdf', '2017-03-22', '2018-03-30', '0000-00-00', ''),
(732, 84, 'RR', 'SEL_RRAL', 'RRAL', 'RRAL. Ritorno Round Asymmetrical LED.', 1, 0, '', '3000K; 3500K; 4000K', '80', '55W', '2429 lm; 2573 lm', '60,000 hours L70', 'GFCI Receptacle (pole mount only); Dimming (0-10V); Hi-Lo Switching', '120V; 208V; 277V; 347V; 480V', 'Type IV', 'Die-cast , low-copper aluminum and formed steel construction with stainless steel fasteners · Secondary shade with grooved edge prevents drip marks · High purity formed aluminum reflector · Completely sealed optical chamber.', 'http://www.selux.us/en/exterior/detail/sx/ritorno-round/asymmetrical-led.html', 'http://www.selux.us/fileadmin/us/exterior/Spec_Sheet/Ritorno_Round/RRAL_SS.pdf', '2017-03-28', '2018-03-30', '0000-00-00', ''),
(733, 54, 'FIVE X RAY', 'LIA_RAY', 'RAY', 'RAY. FIVE X RAY.', 1, 0, '', '3000K', '81', '68W; 92W; 116W; 140W', '', '', '0-10v dimming compatible', '120v-277v', '', 'This faceted, linear fixture is perfect for any space where an ordinary beam simply won\'t do. Availible sizes: 20”W x 47”L x 6”H; 20”W x 63”L x 6”H; 20”W x 78”L x 6”H; 20”W x 94”L x 6”H', 'http://lightart.com/product/ray-l-78', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/FiveX-Ray-Spec17np.pdf', '2017-11-30', '2018-04-02', '0000-00-00', ''),
(734, 88, 'SLW5', 'DRL_SLW5', 'SLW5', 'SLW5. BARE.', 1, 0, '', '3000K; 3500K; 4000K', '90', '7-28W', '1,050-4,200 lm', '', 'Programmable, 0–10V, dims to 1%', '120/277V', '0 – 180°; 90 – 270°', 'SLW5 is a single 2, 3 and\n4 ft. stand-alone surface mount\nfixture. Each fixture requires its\nown power feed.\nZinc aluminum alloy and\naluminum extrusion, with a\nmatte anodized finish.\nBack plate has a 7\n/8” opening for\ndirect conduit feed and is not\nintended for J-box mount.\ncUL listed for damp locations.', 'http://www.delraylighting.com/swing_slw5_led_linear_surface_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/swing_slw5_led_bare_delray.pdf', '2017-06-09', '2018-04-02', '0000-00-00', ''),
(735, 54, 'FIVE X PIVOT', 'LIA_PIVOT-CIRCULAR-02', 'PIVOT-CIRCULAR-02', 'PIVOT CIRCULAR 02. FIVE X PIVOT.', 1, 0, '', '3000K, 3500K, 4000K', '81', '142W', '', '', 'Optional Driver; Lutron Hi-lume Premier 0.1%; EcoSystem constant; Voltage LED driver with Soft-on, Fade-to-Black dimming technology', '120v-277v', '', 'Spirals, zigzags, complex shapes twisting and turning through space. The faceted surface gives a forward-thinking look to your next design. Seen above in Circular 02 configuration with a custom red end cap. \r\nThis circular configuration is perfect for large-scale centerpieces.', 'http://lightart.com/product/pivot-c-02', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/FiveX-PivotC02-Spec17np.pdf', '2017-12-15', '2018-04-02', '0000-00-00', ''),
(736, 88, 'SLW5', 'DRL_SLW5/20', 'SLW5/20', 'SLW5/20. SWING LED SINGLE LAMP SURFACE WITH LOUVERED SQUARE TRIM.', 1, 0, '', '3000K; 3500K; 4000K', '90', '7-28W', '1,050-4,200 lm', '', 'Programmable, 0–10V, dims to 1%', '120/277V', '0 – 180°; 90 – 270°', 'SLW5 is a single 2, 3 and 4 ft. stand-alone surface mount fixture. Each fixture requires its own power feed. Zinc aluminum alloy and\naluminum extrusion, with a matte anodized finish.\nBack plate has a 7/8” opening for direct conduit feed and is not intended for J-box mount. cUL listed for damp locations', 'http://www.delraylighting.com/swing_slw5_led_linear_surface_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/swing_slw5_led_trim_20_delray.pdf', '2017-06-09', '2018-04-02', '0000-00-00', ''),
(737, 54, 'FIVE X PIVOT', 'LIA_PIVOT-ZIGZAG-01', 'PIVOT-ZIGZAG-01', 'PIVOT ZIGZAG 01. FIVE X PIVOT.', 1, 0, '', '3000K, 3500K, 4000K', '81', '92W', '', '', 'Optional Driver; Hi-lume Premier 0.1% EcoSystem constant; Voltage LED driver with Soft-on, Fade-to-Black dimming technology', '120v-277v', '', 'Spirals, zigzags, complex shapes twisting and turning through space. The faceted surface gives a forward-thinking look to your next design.\r\nAs Newton\'s Third Law states, \"for every zig, there is a zag.\" This zigzag-ing configuration adds a distinctly futuristic element to any space.', 'http://lightart.com/product/pivot-z-01', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/FiveX-PivotZ01-Spec17np.pdf', '2018-02-28', '2018-04-02', '0000-00-00', ''),
(738, 54, 'FIVE X', 'LIA_VEX-G-05', 'VEX-G-05', 'VEX G-05. FIVE X VEX.', 1, 0, '', '3000K, 3500K, 4000K', '81', '456W', '', '', '', '120v-277v', '', 'One of many Vex grid patterns. More arrangements to come!', 'http://lightart.com/product/vex-g-05', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/FiveX-VexG05-Spec17np.pdf', '2017-08-14', '2018-04-02', '0000-00-00', ''),
(739, 54, 'FIVE X', 'LIA_VEX-G-03', 'VEX-G-03', 'VEX G-03. FIVE X VEX.', 1, 0, '', '3000K, 3500K, 4000K', '81', '456W', '', '', '0-10v dimming compatible', '120v-277v', '', 'One of many Vex grid patterns. More arrangements to come!', 'http://lightart.com/product/vex-g-03', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/FiveX-VexG03-Spec17np.pdf', '2017-08-14', '2018-04-02', '0000-00-00', ''),
(740, 88, 'SLW 6', 'DRL_SLW-6-BARE', 'SLW-6-BARE', 'SLW 6 BARE. SWING LED DOUBLE LAMP PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '90', '14-56W', '2,100-8,400 lm', '', 'Programmable, 0–10V, dims to 1%', '120/277V', '0 – 180°; 90 – 270°', 'SLW6 is a double 2, 3, 4 ft. pendant fixture that mounts to an extruded aluminum\nRail System, which is a continuous wireway and driver housing.\nDesigned for open ceiling environments, Rail System may be mounted directly to ceilings,\njoists, or decks; replacing cumbersome J-box and conduit, for a cleaner appearance.\nThe back plate has a 7/8” opening for direct conduit power feed at the end caps, or from anywhere along the Rail housing 8 ft. gray adjustable power cord and AC cables with push button grippers supplied, standard.\nSpecify XP for additional pendant length (25 ft. max.).\ncUL listed for damp locations.', 'http://www.delraylighting.com/swing_slw6_led_linear_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/swing_slw6_led_bare_delray.pdf', '2018-02-09', '2018-04-02', '0000-00-00', ''),
(741, 54, 'ECHO', 'LIA_ECHO-GRID', 'ECHO-GRID', 'ECHO - GRID. ACOUSTICS.', 1, 0, '', '3000K', '', '9W', '', '', 'Dimmable', '120v', '', 'Sound is three-dimensional, and so is Echo. Its sculptural form provides sound absorption at the ceiling like traditional acoustic systems, and its vertical components tame the room\'s horizontal dimensions. \r\nEcho fixtures have range of NRC values from 0.85 to 1.0 and efficient absorption components span between pendants to maximize sound absorption while minimizing footprint.', 'http://lightart.com/product/echo', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Spec-Acoustic-Echo.pdf', '2017-10-02', '2018-04-02', '0000-00-00', ''),
(742, 88, 'SW', 'DRL_SW-LED', 'SW-LED', 'SW-LED. RAIL MOUNT MR 16. LED SPOTLIGHT.', 1, 0, '', '', '', '3.3W', '1460 lm', '', '', '120/277V', 'Spot; Flood', 'Anodized aluminum sections snap to mounting rail. Spun aluminum spotlight features 350º rotation and tilts. Silver finish (only). Accepts standard color or spread lenses and honeycomb louvers, by others.', 'http://www.delraylighting.com/swing_slw6_led_linear_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/sw_mr_spotlight.pdf', '2010-10-07', '2018-04-02', '0000-00-00', ''),
(743, 54, 'ECHO', 'LIA_ECHO-PENDANT', 'ECHO-PENDANT', 'ECHO - PENDANT. ACOUSTICS.', 1, 0, '', '3000K', '', '9W', '', '', 'Dimmable', '120v', '', 'Make a bold statement with a single Echo pendant or create a custom grid configuration to provide lighting and acoustical value to your space.', 'http://lightart.com/product/echo-pendant', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/Spec-Acoustic-Echo.pdf', '2017-10-02', '2018-04-02', '0000-00-00', ''),
(744, 88, 'CYLINDR', 'DRL_CYLINDRO-WHITE-LED', 'CYLINDRO-WHITE-LED', 'CYLINDRO WHITE LED.', 1, 0, '', '3000K; 3500K; 4000K', '90', '30-50W', '5,860 lm; 8,750 lm', '', '0–10V, 1% dimming', '120/277V', '0 – 180°; 85°', 'Canopy mounts to standard 3” mud ring. Available in separate or central\nmount (see drawings, right). Aluminum housing unlocks with a screw for servicing. 6’ standard pendant, with push button adjustable aircraft cable.\nSilver finish, with gray power cord and opal acrylic diffuser. Optional low voltage downlights available, for task lighting. cU.L. Listed for damp locations.', 'http://www.delraylighting.com/cylindro_cfl_led_circles_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/cylindro_650_circular_led_delray.pdf', '2018-03-27', '2018-04-02', '0000-00-00', ''),
(745, 88, 'CYLINDR', 'DRL_CYLINDRO-III-LED', 'CYLINDRO-III-LED', 'CYLINDRO III LED.', 1, 0, '', '3000K; 3500K; 4000K', '90', '45-93W', '4,120-8,510 lm', '', '0–10V programmable, 1% dimming', '120/277V', '0 – 180°; 85°', 'Extruded aluminum inner housing with white frosted acrylic outer diffuser.\n6’ adjustable power cord and AC cables with push button grippers supplied standard.(Specify XP for additional length.)', 'http://www.delraylighting.com/cylindro_cfl_led_circles_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/cylindro_3_circular_led_delray.pdf', '2018-02-06', '2018-04-02', '0000-00-00', ''),
(746, 88, 'UNO', 'DRL_UNO-UL', 'UNO-UL', 'UNO UL. UNO DIRECT LINEAR WHITE LED.', 1, 0, '', '3000K; 3500K; 4000K', '90', '9-36W', '1,575-6,300 lm', '', 'Programmable, 0–10V, dims to 1%', '120/277V', 'DIRECT; 0 – 180°; 85°', 'Aluminum extrusion with a matte anodized finish. DR actylic frosted direct lens. Suspended with field-adjustable aircraft cable, with push-button glider. 8 ft. gray or white 22 AWG power cord. Each fixture requires its own power feed. Specify XP for additional length. (Max. 25 ft.) cUL listed for dry locations.', 'http://www.delraylighting.com/uno_dos_linear_circular_led_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/uno_linear_led_direct_delray.pdf', '2018-02-07', '2018-04-02', '0000-00-00', ''),
(747, 89, 'Wireflow', 'VBA_0299', '0299', '0299. Wireflow.', 1, 0, '', '3000K', '>80', '8 x 4,5W', '3408 lm', '', 'CC - Constant Current 350 mA 120-277V 50/60Hz; 1-10V PUSH', '20-277V', 'General lighting', 'Wireflow designed by Arik Levy. A sculptural luminaire that reinterpets and puts a completely new twist on the classical chandelier. Its elegant structure allows combinations of the enhanced black electrical wires and lacquered metal rods to create large, visually dynamic chandeliers and sculptural luminaires. Using the Create your Product Configuration tool, the design can be modified to create a unique solution for every project.', 'https://www.vibia.com/us/usa/collections-wireflow', 'https://www.vibia.com/us/usa/collections-wireflow', '2018-04-02', '2018-04-02', '0000-00-00', ''),
(748, 88, 'DOS', 'DRL_DOS-UDC', 'DOS-UDC', 'DOS-UDC. DOS CIRCULAR DIRECT/INDIRECT WHITE LED. WITH OPAL ACRYLIC LENS.', 1, 0, '', '3000K; 3500K; 4000K', '90', '47-117W', '8,150-20,450 lm', '', 'Programmable, 0–10V, dims to 1%', '120/277V', '0 – 180°; 85°; Direct/indirect', 'Extruded aluminum outer housing with direct/indirect white frosted acrylic diffuser. 8 ft. gray or white 18 AWG adjustable power cord and AC cables with push button grippers supplied, standard. Specify XP for additional length (25 ft. max.).', 'http://www.delraylighting.com/uno_dos_linear_circular_led_delray.html', 'http://www.delraylighting.com/spec_pg_pdfs/dos_circular_led_delray.pdf', '2018-01-10', '2018-04-02', '0000-00-00', ''),
(749, 90, 'US', 'AXL_USFAI12R', 'USFAI12R', 'USFAI12R. FAIRY.', 1, 0, '', '2700k', '90', '12 x 6.2 W', '5880 lm', '', 'Dimmable ELV trailing edge phase cut LED driver', '120V', 'Diffused light', 'Collection consisting of recessed downlights, wall lamps, ceiling lamps and suspended lamps with chromed metal frame and glass diffuser. Available in several colours and sizes. Built-in (dimmable for some versions) LED light source.\nDesign by Manuel Vivian', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/fairy-usfai12r', 'http://www.axolightusa.com/admin/media/sp_fai_12_r_14015_17286_17295_20287_20776.pdf', '2017-09-21', '2018-04-02', '0000-00-00', ''),
(750, 89, 'Skan', 'VBA_0270', '0270', '0270. Skan Pendant.', 1, 0, '', '2750K', '>80', '7.7W', '578 lm', '', 'CC - Constant Current 700 mA 120V 50/60Hz; 1-10V PUSH', '120V', 'General lighting - opaque shade', 'Artists of the most quotidian language construct difference through details, something that only a handful of designers around the world can do, achieving visually accessible products that always have their own spirit. Liévore, Altherr and Molina achieve this purity of form with the Skan. Basic simple shapes underscore the LED technology allowing its stylized form to materialize. The minimized form has a white bottom diffuser that tapers inward at the center point to surround instead of cover the recessed LED enabling light to evenly diffuse to the outer edges of the pendant.', 'https://www.vibia.com/us/usa/pendants-skan_pendant#', 'https://www.vibia.com/us/usa/pendants-skan_pendant#', '2018-04-02', '2018-04-02', '0000-00-00', ''),
(751, 88, 'IL', 'DRL_IL7700', 'IL7700', 'IL7700. SONAR I LED FROSTED LENS LOWBAY .', 1, 0, '', '3000K; 3500K; 4000K', '87', '23W; 35W; 50W', '1,680 lm; 2,490 lm; 3,558 lm', '', 'Constant current, 0–10V universal voltage, 10%', '120/277V', '', 'Spun matte anodized .063 aluminum housing. Canopy mounts to standard J-boxes, suspends from aircraft cables with push button gliders. Standard mount is 6 ft. adjustable aircraft cable and power cord. Order XP for extra\n\npendant length. Lens and component design provides maximum airflow for\n\ncool operation.', 'http://www.delraylighting.com/industrial_led_pendants.html', 'http://www.delraylighting.com/spec_pg_pdfs/il7700_delray_sonar_led.pdf', '2016-04-22', '2018-04-02', '0000-00-00', ''),
(752, 90, 'US', 'AXL_USHOOPS6', 'USHOOPS6', 'USHOOPS6. HOOPS.', 1, 0, '', '3000K', '90', '2 x 17.5W', '2600 lm', '', 'ELV / trailing edge dimmable', '120V', 'Downlight and uplight', 'Collection consisting of ceiling lamps and suspended lamps with interchangeable elements in different shapes and sizes. Gold finish. Built-in dimmable LED light source. The suspended lamps can light upward and downward. \nDesign by Giovanni Barbato', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/hoops-ushoops6', 'http://www.axolightusa.com/admin/media/sp_hoops_6_17495_17498_20786.pdf', '2017-09-20', '2018-04-02', '0000-00-00', ''),
(753, 89, 'Match', 'VBA_0003', '0003', '0003. Match.', 1, 0, '', '3100K', '>80', '2.1W', '181 lm', '', 'Constant Current 700 mA. 120-277V. 50/60Hz; 1-10V electronic dimming', '120-277V', 'General lighting - opaque shade; highlight', 'Unique and unrepeatable, Match is much more than a light fixture. This innovative product stands as a new lighting concept based on co-creation. Using the product configuration software, Match allows you to create structures arranged chaotically, automatically generated online and adapted to fit into the room and the space available. The result are infinite artistic configurations based on thin rods of aluminum and LED light terminals, forming a light sculpture that illuminates central themes of space and interior decoration.', 'https://www.vibia.com/us/usa/collections-match#', 'https://www.vibia.com/us/usa/collections-match#', '2016-10-04', '2018-04-02', '0000-00-00', ''),
(754, 88, 'Luma', 'DRL_Luma-IL793', 'Luma-IL793', 'Luma IL793. WITH METAL REFLECTOR.', 1, 0, '', '3000K; 3500K; 4000K', '90', '32.3W; 64.6W; 96.9W', '2,762 lm; 5,524 lm; 8,286 lm', '', '0–10V, 1% dimming', '', '', 'Convection vented die cast aluminum heat sink housing. Spun .063 aluminum reflector. The LEDs are enclosed in a frosted lens and, therefore, safe for food service applications without a supplemental\naperture lens.', 'http://www.delraylighting.com/industrial_led_pendants.html', 'http://www.delraylighting.com/spec_pg_pdfs/luma_led_metal_delray.pdf', '2017-11-21', '2018-04-02', '0000-00-00', ''),
(755, 90, 'VOLUPTAS', 'AXL_VOLUPTAS-4-140', 'VOLUPTAS-4-140', 'VOLUPTAS-4-140. CEILING.', 1, 0, '', '3000 K', '80', '16W', '1280 lm', '', 'Dimmable ELV trailing edge phase cut LED driver', '120V', 'Medium', 'Collection consisting of white aluminium ceiling/wall lamps with rubber-coated flexible rod. Available in several versions. Built-in LED light source. \nDesign by Lorenzo Truant', 'http://www.axolightusa.com/usa/en_GB/ceiling-lamps/voluptas-k31090xx', 'http://www.axolightusa.com/admin/media/voluptas-4-140_19125_19128_21104.pdf', '2018-01-08', '2018-04-02', '0000-00-00', ''),
(756, 54, 'READY TO GO', 'LIA_RTG-ESSENTIALS-ONE', 'RTG-ESSENTIALS-ONE', 'RTG ESSENTIALS ONE. READY TO GO.', 1, 0, '', '3000K', '', '35W', '', '', '0-10V Dimming compatible', '120-277V', '', 'New for 2016, we\'ve added our popular One fixture from the Essentials family to the Ready to Go lineup.', 'http://lightart.com/product/rtg-essentials-one', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/RTG-Spec-One-16-np_170519_211707.pdf', '2018-05-20', '2018-04-02', '0000-00-00', ''),
(757, 54, 'READY TO GO', 'LIA_RTG-ESSENTIALS-TWO', 'RTG-ESSENTIALS-TWO', 'RTG ESSENTIALS TWO. READY TO GO.', 1, 0, '', '3000K', '', '42W', '', '', '0-10V Dimming compatible', '120-277V input', '', 'New for 2016, we\'ve added our popular Two fixture from the Essentials family to the Ready to Go lineup.', 'http://lightart.com/product/rtg-essentials-two', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/RTG-Spec-Two-16-np_170526_231836.pdf', '2017-05-20', '2018-04-02', '0000-00-00', ''),
(758, 90, 'K21011XX', 'AXL_K21011XX', 'K21011XX', 'K21011XX. VIRTUS.', 1, 0, '', '120V', '90', '3W', '300 lm', '', 'ELV trailing edge phase cut LED driver', '120V', 'Downlight', 'Collection consisting of suspended lamps in aluminum. Available in several colors. \nDesign by Manuel Vivian', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/virtus-u2101x07', 'http://www.axolightusa.com/admin/media/europa_virtus_susp_e2101xxx12_rev100_19032_19526_19990.pdf', '2017-07-27', '2018-04-02', '0000-00-00', ''),
(759, 88, 'CLP8', 'DRL_CLP8', 'CLP8', 'CLP 8. CYLINDER PENDANT LED DOWNLIGHT.', 1, 0, '', '3000K; 3500K; 4100K', '90', '21W', '2000 lm', '50,000 hours', '0–10V, 1% dimming', 'Voltage must be specified', 'Downlight', 'Constructed of seamless extruded aluminum, with a powder coat finish. 18” standard height. Fixture mounts to standard J-box. Pendant is 1/8 IPS steel and is standard in 18” (optional lengthmay be specified).', 'http://www.delraylighting.com/cylinders.html', 'http://www.delraylighting.com/spec_pg_pdfs/delray_led_cylinder_clp8100.pdf', '2017-12-15', '2018-04-02', '0000-00-00', ''),
(760, 54, 'READY TO GO', 'LIA_RTG-CASPER-BEAM', 'RTG-CASPER-BEAM', 'RTG CASPER BEAM. READY TO GO.', 1, 0, '', '3000K', '', '17W - 46W', '', '', '0-10V Dimming compatible', '120-277V', '', 'New for 2016, we\'ve added our popular Casper Beam fixture to the Ready to Go lineup.', 'http://lightart.com/product/rtg-casper-beam', 'http://d3stqnpccltexr.cloudfront.net/uploads/resources/RTG-Spec-Casper-16-np.pdf', '2017-05-20', '2018-04-02', '0000-00-00', ''),
(761, 90, 'UP', 'AXL_UPFWM090', 'UPFWM090', 'UPFWM090. FRAMEWORK.', 1, 0, '', '3000 K', '80', '67.2 W', '8824 lm', '', 'Dimmable 0-10V LED driver', '120/277V', 'Uplight', 'Collection consisting of ceiling or wall lamps and suspended lamps in white aluminum. Available in several sizes. The ceiling/wall lamps are also supplied in three different heights. Built-in LED light source. \nDesign by Manuel Vivian', 'http://www.axolightusa.com/usa/en_GB/wall-lamps/framework-upfwm090180270', 'http://www.axolightusa.com/admin/media/frame_6054_8594_8600_11422_11697_14026_14723_17410_17448_19523.pdf', '2017-06-28', '2018-04-02', '0000-00-00', ''),
(762, 88, 'KONE 3 LED', 'DRL_KLP31', 'KLP31', 'KLP31.KONE 3 SMALL OPAL LED PENDANT LUMINAIRE.', 1, 0, '', '3000K; 3500K; 4000K', '92', '21W; 31W', '2,000 lm; 3,000 lm', '50,000 hours', '0–10V, dims to 1%', '120/277V', '', 'Canopy mounts to standard J-boxes, suspends from aircraft cables with push button gliders. Die cast aluminum housing and heat sink. Opal glass outer shade with opal glass interior downlight. Standard mount is 6 ft. adjustable aircraft cable and power cord. Order XP for extra pendant length.', 'http://www.delraylighting.com/kone.html', 'http://www.delraylighting.com/spec_pg_pdfs/Kone3_klp31_led_pendant_delray.pdf', '2018-03-13', '2018-04-02', '0000-00-00', ''),
(763, 90, 'US', 'AXL_USALYS43', 'USALYS43', 'USALYS43. SUSPENSION LAMP.', 1, 0, '', '3000K', '90', '20W', '1672 lm', '', 'ELV / trailing edge / phase cut dimmable', '120V', 'Downlight', 'Collection consisting of aluminum suspended lamps. Available in several colors and sizes. \nDesign by Ryosuke Fukusada', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/alysoid-usaly43', 'http://www.axolightusa.com/admin/media/usalys43xxxxled_rev100_20220.pdf', '2017-06-26', '2018-04-02', '0000-00-00', ''),
(764, 88, 'KONE 3 LED', 'DRL_KLS34', 'KLS34', 'KLS34. KONE 3 LARGE CLEAR LED SEMI-RECESSED LUMINAIRE.', 1, 0, '', '2000K; 3000K', '92', '21W; 31W', '2,199 lm', '50,000 hours', '0–10V, dims to 1%', '120V; 277V; 347V', '', 'Pre-coated galvanized steel mounting frame and J-box. Telescopic bar hangers supplied, provides for off-center mounting on joists or T-bar.\nGround wire included (prewired).', 'http://www.delraylighting.com/kone.html', 'http://www.delraylighting.com/spec_pg_pdfs/Kone3_kls34_led_semi_recssd_delray.pdf', '2018-03-21', '2018-04-02', '0000-00-00', ''),
(765, 90, 'US', 'AXL_USMELT80', 'USMELT80', 'USMELT80. MELTING POT.', 1, 0, '', '2700 K', '80', '3 x 15W - 17W', '4800 lm', '', 'Dimmable ELV trailing edge', '120V', 'Downlight and uplight', 'Collection consisting of wall lamps, suspended lamps and floor lamps. The lampshades coming in various decorative patterns.\nDesign by Sandro Santantonio', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/melting-pot-usmelt80', 'http://www.axolightusa.com/admin/media/us_melt_80_aug2016_21082.pdf', '2017-12-21', '2018-04-02', '0000-00-00', ''),
(766, 90, 'US', 'AXL_USNAFIR3', 'USNAFIR3', 'USNAFIR3. NAFIR.', 1, 0, '', '3000K', '82', '3 x 7W', '1050 lm', '', 'ELV / trailing edge dimmable', '120V', 'Medium 40', 'Collection consisting of recessed downlights, ceiling lamp and suspended lamps in injection moulded ABS. Available in several colours and sizes. LED light source with GU10 fitting.\nDesign by Karim Rashid', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/nafir-usnafir3', 'http://www.axolightusa.com/admin/media/sp_nafir_3_5505_13220_13220_13220_17736_17759_21015.pdf', '2017-12-18', '2018-04-02', '0000-00-00', ''),
(767, 90, 'US', 'AXL_USMOUNTA', 'USMOUNTA', 'USMOUNTA. MOUNTAIN VIEW.', 1, 0, '', '3000K', '80', '16W', '2039 lm', '', 'Dimmable ELV trailing edge phase cut LED driver', '120V', 'Downlight', 'Suspended lamp made of transparent blown glass, available in several colours. Built-in dimmable LED light bsource. \nDesign by Dima Loginof', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/mountain-view-usmounta', 'http://www.axolightusa.com/admin/media/sp_mounta_13185_14045_17595_17602_20594.pdf', '2017-11-02', '2018-04-02', '0000-00-00', ''),
(768, 90, 'US', 'AXL_USLAYBXXE26', 'USLAYBXXE26', 'USLAYBXXE26. LAYERS.', 1, 0, '', '2700K', '80', '15 x 15W', '24000 lm', '', 'ELV / trailing edge dimmable', '120V', 'Diffused light', 'Collection consisting of suspended lamps with a metal frame covered with strips of extra smooth flame-retardant pongé fabric. Available in several colours and sizes. \nDesign by Vanessa Vivian', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/layers-uslaybxx', 'http://www.axolightusa.com/admin/media/us_lay_b.pdf', '2017-12-18', '2018-04-02', '0000-00-00', ''),
(769, 90, 'US', 'AXL_USBEL118', 'USBEL118', 'USBEL118. BELL.', 1, 0, '', '2700K, 3000K', '80, 90', '4x15W, 4x17W, 95W', '6400 - 10700 lm', '', 'Dimmable ELV 0-10V; Dimmable ELV trailing edge, phase cut;', '120/277V', 'Downlight and uplight', 'Collection consisting of suspended lamps with a metal frame covered with strips of extra smooth flame-retardant pongé fabric. Available in several colors and sizes.\nDesign by Manuel Vivian', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/bell-usbel118', 'http://www.axolightusa.com/admin/media/us_bel_118_16777_19979.pdf', '2017-12-18', '2018-04-02', '0000-00-00', ''),
(770, 90, 'US', 'AXL_ULMUSEGX', 'ULMUSEGX', 'ULMUSEGX. MUSE.', 1, 0, '', '2700K', '80', '15 - 17 W', '1600 lm', '', 'Dimmable ELV trailing edge, phase cut LED bulb', '120V', 'Diffused light', 'Collection consisting of ceiling or wall lamps, suspended lamps and table lamps with metal frame and removable, washable elastic fabric covering. Available in several colours and sizes. Screw fitting light source. \nDesign by Sandro Santantonio', 'http://www.axolightusa.com/usa/en_GB/table-lamps/muse-ulmusegx', 'http://www.axolightusa.com/admin/media/ul_muse_g_17606_17718_21082.pdf', '2017-12-21', '2018-04-02', '0000-00-00', ''),
(771, 90, 'US', 'AXL_USSPILLP', 'USSPILLP', 'USSPILLP. SPILLRAY.', 1, 0, '', '3000K', '80', '1.5 W', '200 lm', '', 'Dimmable ELV trailing edge, phase cut transformer', '120V', 'Diffused light', 'Collection consisting of wall lamps, recessed ceiling lamps and suspended lamps. The diffusers are made of glass with chrome-plated metal frame. Available in several colours and sizes. Halo or LED light source. \nDesign by Manuel Vivian', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/spillray-usspillp', 'http://www.axolightusa.com/admin/media/spillray-p_18367_18376_20847.pdf', '2017-12-01', '2018-04-02', '0000-00-00', ''),
(773, 91, 'SER', 'BJK_SER-24P', 'SER-24P', 'SER-24P. SERAPH Square Modular System.', 1, 0, '', '2700K', '90', '148W; 333W; 592W', '8,200 lm; 18,450 lm; 32,800 lm', '', '0-10V dimmable', '120-277V', '', 'Comprised of two, three or four Seraph Square Modules, our pre-configured designs in Polished Chrome and Matte Black are sold complete with all necessary hardware and your choice of Seraph Light Guide. Copy the suggested hanging schemes shown on this page or come up with your own dramatic design. Adjusting the standard 12′ cords on-site is fast and easy using the adjustable cable grippers.\nAvalible: 4’ Square seraph (2x2, 4 modules); 6’ Square seraph (3x3, 9 modules); 8’ Square seraph (4x4, 16 modules).', 'http://www.blackjacklighting.com/?portfolio=seraph-square-modular-system', 'http://www.blackjacklighting.com/wp-content/uploads/2018/02/SERAPH_MODULAR_SQUARE_spec.pdf', '2018-02-08', '2018-04-03', '0000-00-00', ''),
(774, 92, 'T4', 'ATM_T416800W08', 'T416800W08', 'T416800W08. LOGICO GARDEN GROUND.', 1, 0, '', '3000K', '>80', '15W', '294lm', '50000Hrs', 'MEAN WELL - 1 x APC-16-350', '120V', 'Diffused', 'The outdoor version of Logico timeless design offers a collection of bollards available in 3 heights that can be used a single or combined for a triple grouping. \r\nGarden or pedestrian usage. Extruded aluminum pole with die-cast aluminum lighting module head.', 'https://www.artemide.net/en/product/?family=logico-garden-ground', 'https://docs.artemide.net/generatepdf.php?code=T416800W08_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(775, 92, 'T4', 'ATM_T416900W08', 'T416900W08', 'T416900W08. LOGICO GARDEN GROUND.', 1, 0, '', '3000K', '>80', '15W', '294lm', '50000Hrs', 'MEAN WELL - 1 x APC-16-350', '120V', 'Diffused', 'The outdoor version of Logico timeless design offers a collection of bollards available in 3 heights that can be used a single or combined for a triple grouping. \r\nGarden or pedestrian usage. Extruded aluminum pole with die-cast aluminum lighting module head. \r\nShock and UV resistant polycarbonate screen.', 'https://www.artemide.net/en/product/?family=logico-garden-ground', 'https://docs.artemide.net/generatepdf.php?code=T416900W08_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(776, 91, 'BOX', 'BJK_BOX-06P', 'BOX-06P', 'BOX-06P. 6” Boxer Pendant.', 1, 0, '', '3000K; 4000K avaliable as upgrade', '90', '9W', '466 lm', '', 'Instant on/off; dimmable with TRIAC dimmer', '120V', '', 'Simple squared rods in Polished Chrome or White transform your favorite doodle into a super high-efficiency LED ceiling pendant. Open sides and bottom fill a room with bright, lowglare illumination emitted from an edge lit panel at the top.', 'http://www.blackjacklighting.com/?portfolio=boxer-pendant', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/BOXER_spec.pdf', '2017-01-31', '2018-04-03', '0000-00-00', ''),
(777, 92, 'T08', 'ATM_T083908', 'T083908', 'T083908. NUDA GROUND.', 1, 0, '', '3000K', '>80', '17W', '250lm', '50000Hrs', 'MAGTECH - 1 x LP1026-36-C0700', '120-277V', 'Direct', 'Nuda is defined by its bare minimalism. \r\nWhen used in linear sequences, Nuda creates a strong sense of light guidance along residential or commercial paths.', 'https://www.artemide.net/en/product/?family=nuda-ground', 'https://docs.artemide.net/generatepdf.php?code=T083908_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(778, 92, 'T08', 'ATM_T083808', 'T083808', 'T083808. NUDA GROUND.', 1, 0, '', '3000K', '>80', '17W', '306lm', '50000Hrs', 'MAGTECH - 1 x LP1026-36-C0700', '120-277V', 'Direct', 'Nuda is defined by its bare minimalism. \r\nWhen used in linear sequences, Nuda creates a strong sense of light guidance along residential or commercial paths.', 'https://www.artemide.net/en/product/?family=nuda-ground', 'https://docs.artemide.net/generatepdf.php?code=T083808_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(779, 92, 'T08', 'ATM_T082208', 'T082208', 'T082208. CHILONE GROUND.', 1, 0, '', '3000K', '>80', '8W', '194lm', '50000Hrs', 'MAGTECH - 1 x LA1012-36-C0350', '120V', 'Direct', 'Chilone’s minimalistic design and angled architectural form decorates any outdoor space with a subtle, yet chic contemporary accent. \r\nChilone is available in wall, floor and pole versions.', 'https://www.artemide.net/en/product/?family=chilone-ground', 'https://docs.artemide.net/generatepdf.php?code=T082208_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(780, 91, 'SUR', 'BJK_SUR-12F-PC, SUR-26V-PC', 'SUR-12F-PC, SUR-26V-PC', 'SUR-12F-PC, SUR-26V-PC.SURFACE Series.', 1, 0, '', '3000K; 4000K avaliable as upgrade', '90', '21W; 22W', '847 lm; 979 lm', '', 'Instant on/off; dimmable with TRIAC dimmer', '120V', '', 'Highly efficient Surface low-profile flush mount and vanity fixture offer bright, glare-free light and excellent color rendering.\nAvalible: 26” Surface Flush Mount; 12” Surface Vanity.', 'http://www.blackjacklighting.com/?portfolio=surface-led-series', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/SURFACE_spec.pdf', '2017-01-31', '2018-04-03', '0000-00-00', ''),
(781, 92, 'T08', 'ATM_T082308', 'T082308', 'T082308. CHILONE GROUND.', 1, 0, '', '3000K', '>80', '16W', '515lm', '50000Hrs', 'MAGTECH - 1 x LP1026-36-C0700', '120-277V', 'Indirect', 'Chilone’s minimalistic design and angled architectural form decorates any outdoor space with a subtle, yet chic contemporary accent. \r\nChilone is available in wall, floor and pole versions.', 'https://www.artemide.net/en/product/?family=chilone-ground', 'https://docs.artemide.net/generatepdf.php?code=T082308_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(782, 92, '0041028A', 'ATM_0041028A', '0041028A', '0041028A. AEDE WALL WHITE.', 1, 0, '', '2700K', '', '19.48W', '', '50000Hrs', 'Dimmable 2-Wire / Dimmable 0-10V', '120-277V', 'Direct/Indirect', 'Aede is a simple wall lamp with basic forms, capable to relate with architecture also through its surface finishes – mat white for optimal integration with surfaces or brushed chromium to interact with, and reflect the environment. The optical unit integrated in the appliance’s body conceals the LED source fitted inside, and opens up light indirectly into the environment. Aede allows great application freedom, its light can be adjusted either directly or indirectly. \r\nIt is a small-sized project, also designed in view of compliance with the ADA standards, which provide for minimum protrusion, and the base covering the J-box is also ideal for the American market.', 'https://www.artemide.net/en/product/?family=', 'https://docs.artemide.net/generatepdf.php?code=0041028A_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(783, 91, 'SER', 'BJK_SER-05S', 'SER-05S', 'SER-05S. SERAPH Sconce.', 1, 0, '', '2700K; 4000K available as upgrade', '90', '45W; 31W', '2,519 lm; 1,954 lm', '', 'Instant on/off; dimmable with TRIAC dimmer', '120V', '', 'Candles glow inside clear acrylic “Seraph” light guides, yet there are no flames. Or candles! Laser etchings illuminated by LEDs create this magical vision. Also available with Bubble, Clear and Short Frosted light guides.\nAvalible: 31” FOUR-TIER SERAPH PENDANT; 23” THREE-TIER SERAPH PENDANT.', 'http://www.blackjacklighting.com/?portfolio=seraph-sconce', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/SERAPH_spec.pdf', '2017-01-31', '2018-04-03', '0000-00-00', ''),
(784, 92, 'RD90', 'ATM_RD902L83008A', 'RD902L83008A', 'RD902L83008A. SQUARE STRIP WALL.', 1, 0, '', '3000K', '>80', '15W', '1312lm', '50000Hrs', 'Dimmable 0-10V', '120-277V', 'Direct', 'Wall mounted strip lighting luminaire for direct diffused lighting. \r\nComposed of a frosted acrylic diffuser and an extruded aluminum body, 2.5 Square strip is simple in design with an industrial feel.', 'https://www.artemide.net/en/product/?family=25-square-strip-wall', 'https://docs.artemide.net/generatepdf.php?code=RD902L83008A_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(785, 91, 'ARD', 'BJK_ARD-22T-PC', 'ARD-22T-PC', 'ARD-22T-PC. ARADESS LED Table Lamp.', 1, 0, '', '3000K', '80', '22W', '1435 lm', '', 'Step dimming with illuminated touch switch on base', '120V', '', 'Innovative edge lit illumination within a sculptural cast aluminum housing signals bold new possibilities for the modern table lamp.', 'http://www.blackjacklighting.com/?portfolio=aradess', 'http://www.blackjacklighting.com/wp-content/uploads/2017/03/ARADESS_spec-3.pdf', '2016-02-22', '2018-04-03', '0000-00-00', ''),
(786, 92, 'RD90', 'ATM_RD903L83008W', 'RD903L83008W', 'RD903L83008W. SQUARE STRIP WALL.', 1, 0, '', '3000K', '>80', '23W', '1968lm', '50000Hrs', 'Dimmable 0-10V', '120-277V', 'Direct', 'Wall mounted strip lighting luminaire for direct diffused lighting. \r\nComposed of a frosted acrylic diffuser and an extruded aluminum body, 2.5 Square strip is simple in design with an industrial feel.', 'https://www.artemide.net/en/product/?family=25-square-strip-wall', 'https://docs.artemide.net/generatepdf.php?code=RD903L83008W_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(787, 92, 'CUMA WALL', 'ATM_1152118A', '1152118A', '1152118A. CUMA WALL.', 1, 0, '', '3000K', '>80', '28W', '1116lm', '50000Hrs', 'Dimmable 2-Wire**', '120-277V', 'Indirect', 'A simple fold of painted aluminum creates harmony between materials, technology and form. \r\nMinimal geometry creates space for indirect light. Polished white die-cast aluminum with injection-molded thermoplastic diffuser.', 'https://www.artemide.net/en/product/?family=cuma-wall', 'https://docs.artemide.net/generatepdf.php?code=1152118A_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(788, 93, 'ALYA', 'NNA_ALYA-01', 'ALYA-01', 'ALYA 01. Post, top, luminaire.', 1, 0, '', '3000K; 4000K', '> 70', '33-104W', '3,500-9,000 lm', '80,000 hours', '1-10V control + constant flux control (1-10V + NCL); DALI + NCL; Optional: Internal manual dimming control allowing up to 50% light reduction. Setup by qualified operator and with powerline disconnected.', '120-277V', 'Type II Medium; Type III Medium', 'Light fixture in cast aluminium with lateral connection. Tilting upper frame for acces to auxiliary and optic compartment. Electrical components on removable plate. Light source with LEDs modules, combined with various type of lenses to obtain light emission with multiple geometries. Optic system with refractive lens and screen in transparent tempered glass. Heat dissipation directly on the cover in aluminium for optimal control of temperature and self regulating power rated for a operative life of over 80,000 hours (15 years). The light fixture Alya, require low-maintenance due to Leds sources and IP66, and is ideally for illuminating urban streets, cycle paths, pedestrian walkways or parks. The suggested height of installation from 13.5\' to 18.0\'.', 'https://www.nerinorthamerica.com/en/products/lighting/families/alya.aspx?idC=61735&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/alya.aspx?idC=61735&LN=en-US', '2016-09-07', '2018-04-03', '0000-00-00', ''),
(789, 93, 'ALTAIR', 'NNA_ALTAIR-02', 'ALTAIR-02', 'ALTAIR 02. Post, luminaire.', 1, 0, '', '3000K; 4000K', '>70', '45-136W', '4,500-12,000 lm', '80,000 hours L85', '1-10V + NCL (Analogic control + Neri costant lumen); DALI + NCL (Digital control + Neri costant lumen); Optional: Internal manual dimming control allowing up to 50% light reduction. Setup by qualified operator and with powerline disconnected.', '120/277V', 'type II Short; type III Very Short', 'Lighting fixture for side installation on wall brackets of the Altair system, in die cast and sheet aluminium, with Neri gray finishes. Tilting top frame with a pneumatic ram for opening and closing, to access wiring and optical compartment. Electrical components on a removable plate; automatic disconnector when opening. Optic system multilayer PC lenses.', 'https://www.nerinorthamerica.com/en/products/lighting/families/altair.aspx?idC=61734&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/altair.aspx?idC=61734&LN=en-US', '2016-09-07', '2018-04-03', '0000-00-00', ''),
(790, 93, 'HYDRA', 'NNA_HYDRA-01', 'HYDRA-01', 'HYDRA 01. Post, luminaire.', 1, 0, '', '3000K; 4000K', '> 80', '38-59W', '3,000 lm; 4,000 lm', '80,000 hours', '1-10V control + constant flux control (1-10V + NCL)', '120/277V', 'Type V Very Short', 'Light Hydra was been conceived by industrial designer Makio Hasuike. The light fixture is made in cast aluminium and galvanized steel sheet, with upright connection for tube with diameter 2.36\". Removable upper frame for acces to auxiliary and optic compartment. Electrical components on removable plate with manual disconnector. Optic symmetric, composed by a LED module and a mixing light chamber with screen in flat glass with phosphor remote technology.', 'https://www.nerinorthamerica.com/en/products/lighting/families/hydra.aspx?idC=62084&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/hydra.aspx?idC=62084&LN=en-US', '2016-05-30', '2018-04-03', '0000-00-00', ''),
(791, 93, 'NASHIRA', 'NNA_NASHIRA-02', 'NASHIRA-02', 'NASHIRA 02. Post, top, luminaire.', 1, 0, '', '3000K; 4000K', '>70', '26-53W', '2,500 lm; 3,500 lm; 4,500 lm', '80,000 hours', '1-10V control + constant flux control (1-10V + NCL); DALI control + constant flux control (DALI + NCL); 6 hours aut. flux reduction -30% + constant flux control (6H NVL + NCL); Optional: Internal manual dimming control allowing up to 50% light reduction. ', '120/277V', 'type III Very Short; type V Short', 'Circular light fixture in cast and sheet aluminium with upright connection. Tilting upper frame for acces to auxiliary and optic compartment. Electrical components on removable plate. Optic system with refractive lens in polycarbonate, screen in frosted acrylic moulded in a single piece. Light source with LED module (power led\'s), combined to a internal large heat sink in aluminium for optimal control of temperature and self regulating power rated for a operative life of over 80,000 hours (15 years).', 'https://www.nerinorthamerica.com/en/products/lighting/families/nashira.aspx?idC=62092&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/nashira.aspx?idC=62092&LN=en-US', '2016-10-10', '2018-04-03', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(792, 92, 'CUMA WALL', 'ATM_1161018ADIMTV', '1161018ADIMTV', '1161018ADIMTV. CUMA WALL.', 1, 0, '', '3000K', '>93', '20.6W', '1587lm', '50000Hrs', 'Dimmable 0-10V', '120-277V', 'Indirect', 'A simple fold of painted aluminum creates harmony between materials, technology and form. \r\nMinimal geometry creates space for indirect light. Polished white die-cast aluminum with injection-molded thermoplastic diffuser.', 'https://www.artemide.net/en/product/?family=cuma-wall', 'https://docs.artemide.net/generatepdf.php?code=1161018ADIMTV_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(793, 93, 'ALKES', 'NNA_ALKES-01', 'ALKES-01', 'ALKES 01. Post, luminaire.', 1, 0, '', '3000K; 4000K', '>70', '21-55W', '2,500-6,000 lm', '100,000 hours L85', '1-10V control + constant flux control (1-10V + NCL); DALI control + constant flux control (DALI + NCL); 6 hours aut. flux reduction -30% + constant flux control (6H NVL + NCL); Optional: Internal manual dimming control allowing up to 50% light reduction. ', '120-277V', 'Multiple distribution: Type III Short; Type I; Type II; Type III; Pedestrian crossing', 'Circular light fixture in cast aluminium with connection for suspended mounting. The bottom is tiltable for access to auxiliary and optic compartment and the electrical components are mounted on easily removable plate. LED module is removable without tools. Multiple choices for lenses and distribution. PMMA lenses with an extra-clear flat glass for high efficiency. Light source with LED module (power LED\'s), mounted to an internal large heat sink in aluminium for optimal control of temperature and self regulating power rated for a operative life of over 100,000 hours (20 years). The Light 103, requires low maintenance thank to IP66 protection rating and to LEDs lighting sources. Is ideally for illuminating urban streets, cycle paths or pedestrian walkways. The suggested height of installation from 12\' to 17\'.', 'https://www.nerinorthamerica.com/en/products/lighting/families/alkes.aspx?idC=61733&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/alkes.aspx?idC=61733&LN=en-US', '2017-05-02', '2018-04-03', '0000-00-00', ''),
(794, 93, 'AVIOR', 'NNA_AVIOR-01', 'AVIOR-01', 'AVIOR 01. Post, luminaire.', 1, 0, '', '3000K; 4000K', '>70', '57-136W', '6,000-12,000 lm', '80,000 hours', '1-10V control + constant flux control (1-10V + NCL); DALI control + constant flux control (DALI + NCL); 6 hours aut. flux reduction -30% + constant flux control (6H NVL + NCL); Optional: Internal manual dimming control allowing up to 50% light reduction. ', '120-277V', 'type II Short; type III Very Short', 'Circular light fixture in die-cast and sheet aluminium, with rapid coupling for suspended mounting. The lower frame is tilting for access to auxiliary and optic compartment and the electrical components are mounted on easily removable plate. Optical system in a single-piece molded in UV resistant polycarbonate, with large refractive lenses for glare minimizing.', 'https://www.nerinorthamerica.com/en/products/lighting/families/avior.aspx?idC=61737&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/avior.aspx?idC=61737&LN=en-US', '2016-09-07', '2018-04-03', '0000-00-00', ''),
(795, 92, 'NL31019VTK006UL', 'ATM_NL31019VTK006UL', 'NL31019VTK006UL', 'NL31019VTK006UL. ARIA WALL.', 1, 0, '', '3000K', '>80', '2.7W', '57lm', '', 'Remote power supply (sold separately)', '', 'Direct', 'Aria is a modern wall recessed mounted luminaire with direct light emission from high-performance LEDs. Available in 2 sizes, in white or grey, Aria is a functional ambient light source when placed in any residential or commercial interior or exterior.', 'https://www.artemide.net/en/product/?family=aria-wall', 'https://docs.artemide.net/generatepdf.php?code=NL31019VTK006UL_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(797, 92, '1998018A', 'ATM_1998018A', '1998018A', '1998018A. Discovery wall/ceiling.', 1, 0, '', '3000K', '>90', '49.3W', '2835lm', '50000Hrs', 'Dimmable 2-Wire', '120V', 'Direct/Indirect', 'Discovery is a family of appliances based on minimal geometry. A very light aluminum ring houses an LED strip that injects light into a specially worked surface of transparent PMMA. \r\nThe diffuser is composed of a perfectly transparent PMMA surface, processed with micro particles so small that the surface is hardly perceptible when the appliance is turned off.\r\nWhen the appliance is turned on, the transparent interior appears to fill with light as if by magic, as absence is turned into a perfectly diffusing emitting surface. \r\nThis unique result is obtained through Discovery’s direct and indirect emissions, which produce an embracing and uniform light. Their geometry and layout are calculated to obtain constant emission throughout the surface.', 'https://www.artemide.net/en/product/?family=discovery-wall', 'https://docs.artemide.net/generatepdf.php?code=1998018A_EN&doctype=Spec&lang=en', '2018-04-03', '2018-04-03', '0000-00-00', ''),
(798, 93, 'TABIT', 'NNA_TABIT-02', 'TABIT-02', 'TABIT 02. Post, luminaire.', 1, 0, '', '3000K; 4000K', '>70', '26-53W', '2,500 lm; 3,500 lm; 4,500 lm', '80,000 hours', '1-10V control + constant flux control (1-10V + NCL); DALI control + constant flux control (DALI + NCL); 6 hours aut. flux reduction -30% + constant flux control (6H NVL + NCL); Optional: Internal manual dimming control allowing up to 50% light reduction. ', '120-277V', 'type III Very Short; type V Short', 'Circular light fixture in cast and sheet aluminium with upright connection. Tilting upper frame for acces to auxiliary and optic compartment. Electrical components on removable plate. Optic system with refractive lens in polycarbonate, screen in frosted acrylic moulded in a single piece. Light source with LED module (power led\'s), combined to a internal large heat sink in aluminium for optimal control of temperature and self regulating power rated for a operative life of over 80,000 hours (15 years).', 'https://www.nerinorthamerica.com/en/products/lighting/families/tabit.aspx?idC=62094&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/tabit.aspx?idC=62094&LN=en-US', '2016-10-10', '2018-04-03', '0000-00-00', ''),
(799, 93, 'RIGEL', 'NNA_RIGEL-01', 'RIGEL-01', 'RIGEL 01. Post, top, luminaire.', 1, 0, '', '3000K; 4000K', '>70', '57-136W', '6,000-12,000 lm', '80,000 hours L85', '1-10V control + constant flux control (1-10V + NCL); DALI control + constant flux control (DALI + NCL); 6 hours aut. flux reduction -30% + constant flux control (6H NVL + NCL); Optional: Internal manual dimming control allowing up to 50% light reduction. ', '120-277V', 'Type II Short; type III Very Short', 'Circular light fixture in die-cast and sheet aluminium, with rapid coupling for suspended mounting. The lower frame is tilting for access to auxiliary and optic compartment and the electrical components are mounted on easily removable plate. Optical system in a single-piece molded in UV resistant polycarbonate, with large refractive lenses for glare minimizing. Light source with LED module (power led\'s), coupled to an internal large heat sink in aluminium for optimal control of temperature and self regulating power rated for a operative life of over 80,000 hours (15 years).', 'https://www.nerinorthamerica.com/en/products/lighting/families/rigel.aspx?idC=62088&LN=en-US', 'https://www.nerinorthamerica.com/en/products/lighting/families/rigel.aspx?idC=62088&LN=en-US', '2016-09-07', '2018-04-03', '0000-00-00', ''),
(800, 94, 'SQ', 'LMT_SQ-2', 'SQ-2', 'SQ 2. SUSPENDED INDIRECT / DIRECT.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '5.84 - 13.55 Watts Per Linear Foot', '600 - 1200 LM/FT', '50,000 Hours', '0-10V dimming down to 1%. DALI dimming down to 5%. Available up/down dimming control.', '120-277V', 'Indirect/Direct', 'The SQ2 by Lumato, is an architectural, suspended linear luminaire, that provides superior light quality, distribution and lumen options, in a small (2.5” square) package.', 'http://www.lumatolighting.com/products/suspended/sq2-id/', 'http://www.lumatolighting.com/specsheets/SQ2-ID_SUSPENDED_SPECSHEET.pdf', '2017-08-25', '2018-04-03', '0000-00-00', ''),
(801, 94, 'S3', 'LMT_S3', 'S3', 'S3. SUSPENDED INDIRECT / DIRECT.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '3.62 - 13.95 Watts Per Linear Foot', '400 - 1400 LM/FT', '50,000 Hours', '0-10V dimming down to 1%. DALI dimming down to 5%. Available up/down dimming control.', '120-277V', 'Indirect / Direct', 'The S3 by Lumato, is an architectural, suspended linear luminaire, that provides superior light quality, distribution and lumen options, in a small (3”x3.5″) package.', 'http://www.lumatolighting.com/products/suspended/s3-id/', 'http://www.lumatolighting.com/specsheets/S3-ID_SUSPENDED_SPECSHEET.pdf', '2018-02-28', '2018-04-03', '0000-00-00', ''),
(802, 94, 'EC', 'LMT_EC-5', 'EC-5', 'EC 5. SUSPENDED INDIRECT / DIRECT.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '4.54 - 13.70 Watts Per Linear Foot', '600 - 1400 LM/FT', '50,000 Hours', '1% 0-10V dimming; DALI dimming;', '120-277V', 'Indirect/Direct', 'The EC5 by Lumato, is an architectural, suspended linear luminaire, that provides superior light quality, distribution and lumen options, in a small (2.5” x 5″) package.', 'http://www.lumatolighting.com/products/suspended/ec5-id/', 'http://www.lumatolighting.com/specsheets/EC5-ID_SUSPENDED_SPECSHEET.pdf', '2018-01-09', '2018-04-03', '0000-00-00', ''),
(803, 94, 'S5', 'LMT_S5', 'S5', 'S5. SUSPENDED INDIRECT / DIRECT.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '3.61  - 13.95 Watts Per Linear Foot', '400 - 1400 LM/FT', '50,000 Hours', '0-10V dimming down to 1%. DALI dimming down to 5%. Available up/down dimming control.', '120-277V', 'Indirect/Direct', 'The S5 by Lumato, is an architectural, suspended linear luminaire, that provides superior light quality, distribution and lumen options, in a small (5”x3.5″) package.', 'http://www.lumatolighting.com/products/suspended/s5-id/', 'http://www.lumatolighting.com/specsheets/S5-ID_SUSPENDED_SPECSHEET.pdf', '2018-02-28', '2018-04-03', '0000-00-00', ''),
(804, 94, 'SQ', 'LMT_SQ-5', 'SQ-5', 'SQ 5. SUSPENDED INDIRECT / DIRECT.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '5.81 - 13.47 Watts Per Linear Foot', '600 - 1200 LM/FT', '50,000 Hours', '0-10V dimming down to 1%. DALI dimming down to 5%. Available up/down dimming control.', '120-277V', 'Indirect/Direct', 'The SQ5 by Lumato, is an architectural, suspended linear luminaire, that provides superior light quality, distribution and lumen options, in a small (5” square) package.', 'http://www.lumatolighting.com/products/suspended/sq5-id/', 'http://www.lumatolighting.com/specsheets/SQ5-ID_SUSPENDED_SPECSHEET.pdf', '2017-08-25', '2018-04-03', '0000-00-00', ''),
(805, 94, 'B', 'LMT_B-25', 'B-25', 'B 25. SUSPENDED INDIRECT / DIRECT.', 1, 0, '', '3000K, 3500K, 4000K', '80+, 90+', '5.84 - 13.55 Watts Per Linear Foot', '600 - 1200 LM/FT', '50,000 Hours', '0-10V dimming down to 1%. DALI dimming down to 5%. Available up/down dimming control.', '120-277V', 'Indirect/Direct', 'The B25 by Lumato, is an architectural, suspended linear luminaire, that provides superior light quality, distribution and lumen options, in a small (2.5” x 5″ beam) package.', 'http://www.lumatolighting.com/products/suspended/b25-id/', 'http://www.lumatolighting.com/specsheets/B25-ID_SUSPENDED_SPECSHEET.pdf', '2017-08-25', '2018-04-03', '0000-00-00', ''),
(806, 95, 'TRACK LYTE', 'ACL_TLF', 'TLF', 'TRACK LYTE F.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '90+', '20W', '2000 - 2325 lm', '', 'Triac dimmable', '120V, 220-240V, 277V', '25˚-60˚', 'This pivoting and tilting track head has a unique style and an easy to adjust beam angle.', 'https://www.acolyteled.com/product/track-lyte-f', 'https://www.acolyteled.com/sites/default/files/downloads/2018-03/Acolyte_Track%20Lyte%20F_26MAR2018_0.pdf', '2018-03-27', '2018-04-03', '0000-00-00', ''),
(807, 95, 'TRACK LYTE', 'ACL_TLI', 'TLI', 'TRACK LYTE I.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '90+', '15W, 20W, 30W', '1035 - 2400 lm', '', 'Triac, 1-10V, DALI', '120V, 220-240V, 277V', '15˚-90˚', 'The Track Lyte I features 15˚- 90˚ adjustable beam angle with an optional built in dimmer - to dim each track head individually. It comes in color temperatures of 2700K, 3000K, 4000K, 5000K. This fixture rotates 355° and tilts up to 90°.', 'https://www.acolyteled.com/product/track-lyte-i-0', 'https://www.acolyteled.com/sites/default/files/downloads/2018-03/Acolyte_Track%20Lyte%20I_26MAR2018.pdf', '2018-03-26', '2018-04-03', '0000-00-00', ''),
(808, 96, 'GL-268', 'GLG_GL-2685–2688', 'GL-2685–2688', 'GL-2685–2688. SABER.', 1, 0, '', '3000K; 3500K; 4000K', '', '35-90W', '4,100-10,625 lm', '', '0-10V dimming', '120V or 277V', '', 'Standard sizes from 24″–60″.\r360° light output.\rSatin white seamless acrylic.\r120″ powered suspension cables (no power cord).\rField adjustable cables.\rStandard LED 0-10V dimming.\rRGB option.\rCanopies can be mounted on flat or sloped ceilings up to 40°.', 'https://glighting.com/products/saber/', 'https://glighting.com/wp-content/uploads/2018/03/saber.pdf', '2018-03-06', '2018-04-03', '0000-00-00', ''),
(809, 95, 'TRACK LYTE', 'ACL_TLK', 'TLK', 'TRACK LYTE K.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '90+', '30W', '3000 - 3450 lm', '', 'Triac, 1-10V, DALI (220V only)', '120V, 220-240V, 277V', '15˚ - 60˚, 40˚x20˚, 60˚x10˚', 'This fixture is both a wall washer and a spot light with 7 beam angle options. The overlapping of two slim cubes give the light more flexibility and creativity. Available in a variety of color temperatures and dimming options.', 'https://www.acolyteled.com/product/track-lyte-k', 'https://www.acolyteled.com/sites/default/files/downloads/2018-04/Acolyte_Track%20Lyte%20K_9APR2018.pdf', '2018-03-26', '2018-04-03', '0000-00-00', ''),
(810, 96, 'GL-277', 'GLG_GL-2775–2776', 'GL-2775–2776', 'GL-2775–2776. APEX.', 1, 0, '', '3000K; 3500K; 4000K', '+85', '112W; 160W', '14,000 lm; 20,000 lm', '50,000 hours', '0-10V dimming', '120V or 277V', '', 'Multiple mounting styles.\nField adjustable lengths.\nStandard LED 0-10V dimming.\nRGB option.\nSatin white inner lens.', 'https://glighting.com/products/apex/', 'https://glighting.com/wp-content/uploads/2018/03/apex.pdf', '2018-03-05', '2018-04-03', '0000-00-00', ''),
(811, 95, 'TRACK LYTE', 'ACL_TLL', 'TLL', 'TRACK LYTE L.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '90+', '15W, 35W', '1095 - 2963 lm', '', 'Triac dimmable', '120V, 220-240V, 277V', '10˚, 18˚, 24˚, 30˚, 38˚', 'This clean and compact design makes this product a perfect replacement for conventional halogen lighting. Application uses include retail stores, jewelry and clothing displays as well as museum, art galleries, and exhibition halls. Two available wattages and a variety of beam angles are offered.', 'https://www.acolyteled.com/product/track-lyte-l', 'https://www.acolyteled.com/sites/default/files/downloads/2018-03/Acolyte_Track%20Lyte%20L_26MAR2018.pdf', '2018-03-26', '2018-04-03', '0000-00-00', ''),
(812, 95, 'DL', 'ACL_DL', 'DL', 'ZOOMABLE DOWN LYTE.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '90+', '15W, 30W, 45W', '1155 - 4074 lm', '', 'Triac, 1-10V, DALI', '120V, 220-240V, 277V', '15˚-90˚', 'Our zoomable downlight is excellent for retail applications because the fixture can tilt and zoom to meet the needs of changing store layouts. Up to 3 individual heads can be directed separately with beam angles of 15-90°.', 'https://www.acolyteled.com/product/zoomable-down-lyte', 'https://www.acolyteled.com/sites/default/files/downloads/2018-03/Acolyte_Down%20Lyte%20I_26MAR2018_0.pdf', '2018-03-27', '2018-04-03', '0000-00-00', ''),
(813, 96, 'GL-264', 'GLG_GL-2640-2641', 'GL-2640-2641', 'GL-2640-2641. OCULUS 26.', 1, 0, '', '3000K; 3500K; 4000K', '+80', '57W; 72W', '4,310 lm; 5,320 lm', '50,000 hours', '0-10V dimming; TRIAC, DALI, or DMX available upon request', '120V or 277V', '', 'Seamless satin white acrylic.\nSturdy 1/8″ aluminum spun body.\nField adjustable cable & cord.\nAlso available in 37″.\nLED is field servicable.\nStandard 01-10V integral dimming drivers.\nContractor friendly installation.', 'https://glighting.com/products/oculus26/', 'https://glighting.com/wp-content/uploads/2018/03/oculus.pdf', '2018-03-01', '2018-04-03', '0000-00-00', ''),
(814, 95, 'GEOLYTE', 'ACL_GEOLYTE-CIRCLE', 'GEOLYTE-CIRCLE', 'GEOLYTE CIRCLE.', 1, 0, '', '3000K, 4000K, 5000K', '80', '10 - 110 W', 'Up to 10,550 lumens', '', '1-10V Dimming, compatible with 0-10 V dimmers', '120-277V', 'Indirect/Direct', 'Acolyte’s GeoLyte fixtures are a great decorative companion to our linear LED products. A variety of shapes, sizes and combinations of rings provide 12 different appearances.', 'https://www.acolyteled.com/product/geolyte-circle', 'https://www.acolyteled.com/sites/default/files/downloads/2018-03/acolyte_spec_sheet_geolyte_circle_1MAR2018.pdf', '2018-03-01', '2018-04-03', '0000-00-00', ''),
(815, 96, 'GL-4710', 'GLG_GL-4710', 'GL-4710', 'GL-4710. NAPA.', 1, 0, '', '3000K; 3500K; 4000K', '80', '14W', '1,300 lm', '50,000 hours', '0-10v dimming', '', '', '6 standard fabric colors and 4 washable Trilam options.\nStandard LED 0-10 V dimming driver.\nDriver mounted in 4″ square  x 2 1/8″ deep junction box (by others).\nModified sizes and lamping available upon request.', 'https://glighting.com/products/napa/', 'https://glighting.com/wp-content/uploads/2018/02/napa.pdf', '2018-01-29', '2018-04-03', '0000-00-00', ''),
(816, 97, 'DL18', 'CLL_DL183', 'DL183', 'DL183 . D180 Series.', 1, 0, '', '3000K', '', '12W', '1020 lumens', '', 'ELV and triac dimming capabilities', '120V', '', 'Cole offers Downlites that provide efficient illumination. The fine satin or polished  metal finishes add a premium quality appearance and the frosted diffuser provides smooth illumination. Fixtures are furnished with stainless steel trims and ceiling pan which solidly attach to corrosion resistant aluminum housings. Fixtures are suitable for dry ceiling construction. These fixtures are particularly suitable for application in canopy areas, showers, restrooms, stairway landings, and other areas where sleek styling and corrosion resistance carry a special premium.', 'https://www.colelighting.com/product/34/', 'https://www.colelighting.com/product/34/pdf2', '2015-08-13', '2018-04-03', '0000-00-00', ''),
(817, 96, 'GL-4515', 'GLG_GL-4515', 'GL-4515', 'GL-4515. CARDIFF.', 1, 0, '', '3000K; 3500K; 4000K', '80', '14W', '1,950 lm', '50,000 hours', '0-10V dimming', '120V or 277V', '', 'LED is field servicable.\nIntegral 0-10V LED dimming driver standard.\nModified sizes and lamping available upon request.', 'https://glighting.com/products/cardiff/', 'https://glighting.com/wp-content/uploads/2018/04/cardiff.pdf', '2018-03-27', '2018-04-03', '0000-00-00', ''),
(818, 96, 'GL-430', 'GLG_GL-4300–4301', 'GL-4300–4301', 'GL-4300–4301. SCHOOLHOUSE EDITOR.', 1, 0, '', '3000K; 3500K; 4000K', '', '11W', '1,460 lm', '50,000 hours', '0-10V dimming', '120V or 277V', '', 'White opal glass hand blown in the USA.\nLED option is field serviceable.\n0-10V dimming standard on LED option.', 'https://glighting.com/products/schoolhouse-editor/', 'https://glighting.com/wp-content/uploads/2018/02/editor.pdf', '2017-11-30', '2018-04-03', '0000-00-00', ''),
(819, 97, 'Rd-Dry', 'CLL_Rd-Dry', 'Rd-Dry', 'Rd.Dry. Round Downlite.', 1, 0, '', '3000K', '', '12.3W; 18.4W', '1360 lm - 2040 lm', '', 'Universal voltage, 0-10V driver', '', '', 'These round Downlites for dry ceiling installations are offered in two sizes. LED, metal halide, fluorescent, or incandescent lamp options are available along with a variety of trims. The robust construction and weathertight option make these fixtures ideal for many interior or exterior public areas.', 'https://www.colelighting.com/product/31/', 'https://www.colelighting.com/product/31/pdf2', '2016-12-21', '2018-04-03', '0000-00-00', ''),
(820, 96, 'GL-215', 'GLG_GL-2150–2154', 'GL-2150–2154', 'GL-2150–2154. SONATA.', 1, 0, '', '3000K; 3500K; 4000K', '', '71-236W', '8,971-29,000 lm', '', '0-10V dimming', '120V or 277V', '', 'Seamless acrylic.\nStandard satin white acrylic.\nOther acrylic options available.\nCanopy can be mounted on flat or sloped ceilings up to 40°.\nField serviceable LED option.\nStandard 0-10V dimming on LED option.', 'https://glighting.com/products/sonata/', 'https://glighting.com/wp-content/uploads/2018/02/sonata.pdf', '2017-11-10', '2018-04-03', '0000-00-00', ''),
(821, 97, 'L111', 'CLL_L111W', 'L111W', 'L111W. 111/211 Series.', 1, 0, '', '3000K - 4000K', '', '3.06W', '450 lm - 470 lm', '', 'Integral 120V driver features ELV dimming capability', '120V', '', 'This directional Steplite features high performance LEDs. Its unique optical design provides impressive forward-throw while eliminating any visible light above horizontal. \nThe rugged construction, engineering excellence, and quality make this fixture ideal for specification in most public areas.', 'https://www.colelighting.com/product/290/', 'https://www.colelighting.com/product/290/pdf2', '2017-07-13', '2018-04-03', '0000-00-00', ''),
(823, 97, 'L2600', 'CLL_L2600W-1', 'L2600W-1', 'L2600W 1. 2600 Series.', 1, 0, '', '3000K; 4000K', '', '9.0W; 21.6W', '755 lm - 1935 lm', '', 'Universal voltage 0-10V driver', '', 'Uplight, downlight, or both', 'The 2600 Series FannyPack XL Steplite is an ADA-compliant, low-level surface wall mounted fixture for illuminating walkways and walls. The design offers the capability  for uplighting, downlighting, or both.', 'https://www.colelighting.com/product/91/', 'https://www.colelighting.com/product/91/pdf2', '2015-08-25', '2018-04-03', '0000-00-00', ''),
(824, 96, 'GL-363', 'GLG_GL-3635–3636', 'GL-3635–3636', 'GL-3635–3636. EOS SM.', 1, 0, '', '3000K; 3500K; 4000K', '+80', '72W; 113W', '7,047 lm; 11,802 lm', '50,000 hours', '0-10V dimming', '120V or 277V', '', 'One piece seamless satin white acrylic.\nLatest LED technology to provide even illumination and performance.\nStandard 01-10V integral dimming drivers.\nField adjustable cable & cord.\nContractor friendly installation.', 'https://glighting.com/products/eos-surface-mount-3635-3636/', 'https://glighting.com/wp-content/uploads/2018/03/eos_sm.pdf', '2018-03-01', '2018-04-03', '0000-00-00', ''),
(825, 97, 'Sq-Dry', 'CLL_Sq-Dry', 'Sq-Dry', 'Sq.Dry. Square Dry Ceiling.', 1, 0, '', '3000K', '', '12.3W; 18.4W', '1,360 lm; 2,040 lm', '', '0-10V', '', 'Downlight', 'These square Downlites for dry ceiling installations are offered in two sizes. LED, \rmetal halide, fluorescent, or incandescent lamp options are available along with a variety of trims. The robust construction and weathertight option make these fixtures ideal for many interior or exterior public areas.', 'https://www.colelighting.com/product/30/', 'https://www.colelighting.com/product/30/pdf', '2017-07-28', '2018-04-03', '0000-00-00', ''),
(826, 98, 'H', 'LML_H2', 'H2', 'H2. Hydrogen 2.', 1, 0, '', '2700K - 5000K', '80; 90+', '4W - 12W', '475 lumens/ft - 1,375 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Direct; Indirect', 'Larger and more versatile than its simpler H1 sibling, H2 offers multiple lamping options including diagonally staggered lamps for a more seamless appearance in long fixtures and continuous runs while maintaining the clean, simple nature of its element.', 'http://lumiumlighting.com/hydrogen-2.html', 'http://lumiumlighting.com/assets/h2-led-spec-sheet.pdf', '2017-07-06', '2018-04-03', '0000-00-00', ''),
(827, 97, 'Concrete MountRd-Concrete', 'CLL_Rd-Concrete', 'Rd-Concrete', 'Rd.Concrete. Round Concrete Mount.', 1, 0, '', '3000K', '', '12.3W; 18.4W', '1,360 lm; 2,040 lm', '', '0-10V', '', 'Downlight', 'These round Downlites for poured concrete installations are offered in two sizes. \nLED, metal halide, fluorescent, or incandescent lamp options and a variety of trims.The robust construction and weathertight option make these fixtures ideal for many \ninterior or exterior public areas.', 'https://www.colelighting.com/product/33/', 'https://www.colelighting.com/product/33/pdf', '2016-12-20', '2018-04-03', '0000-00-00', ''),
(828, 97, 'L121', 'CLL_L121SW-N-OPL', 'L121SW-N-OPL', 'L121SW N OPL. Opal diffuser.', 1, 0, '', '3000K', '', '3.06W', '450 lm', '', 'ELV dimming capability', '120V', '', 'This ultra compact Steplite features high performance LEDs. It is appropriate in a variety of interior or exterior applications. The rugged construction, engineering \nexcellence, and quality make this fixture ideal for specification in most public areas.', 'https://www.colelighting.com/product/97/', 'https://www.colelighting.com/product/97/pdf', '2017-08-01', '2018-04-03', '0000-00-00', ''),
(829, 97, 'L131 SERIES', 'CLL_L131W', 'L131W', 'L131W. L131 SERIES.', 1, 0, '', '3000K', '', '3.06W', '450 lm', '', 'ELV dimming capability', '120V', '', 'This compact directional Steplite features high performance LEDs. It is appropriate \nin a variety of interior or exterior applications where low glare and cutoff performance is desired. The rugged construction, engineering excellence, and quality make this fixture ideal for specification in most public areas.', 'https://www.colelighting.com/product/126/', 'https://www.colelighting.com/product/126/pdf', '2017-09-20', '2018-04-03', '0000-00-00', ''),
(830, 98, 'C', 'LML_C2', 'C2', 'C2. Carbon 2.', 1, 0, '', '2700K - 5000K', '80+; 90+', '4W - 12W', '460 lumens/ft - 1,330 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Bi-Directional', 'Creating a dynamic aesthetic through dramatic curves, Carbon is a captivating while maintaining incredibly fixture efficacy along with versatility. C2 has integral driver options, creative curves, and a 5 year warranty.', 'http://lumiumlighting.com/carbon-2.html', 'http://lumiumlighting.com/assets/c2-led-spec-sheet.pdf', '2017-07-06', '2018-04-03', '0000-00-00', ''),
(831, 98, 'Nd', 'LML_Nd1', 'Nd1', 'Nd1. Neodymium 1.', 1, 0, '', '2700K - 5000K', '80+; 90+', '4W - 12W', '385 lumens/ft - 1,115 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Bi-Directional', 'The slim, clean Nd1 has a remote driver, exceptional fixture efficacy, and bi-directional lighting with two different apertures, which can be reversed for aesthetic preference. The cable suspended option is clean and minimalistic or dynamic and adjustable depending on product specification giving that it will be using the Powered Suspension System (PSS).', 'http://lumiumlighting.com/neodymium-1.html', 'http://lumiumlighting.com/assets/nd1-led-spec-sheet.pdf', '2017-07-07', '2018-04-03', '0000-00-00', ''),
(832, 98, 'Nt', 'LML_Nt', 'Nt', 'Nt. Neutron.', 1, 0, '', '2700K - 5000K', '80; 90+', '4W - 8W', '425 lumens/ft - 845 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Bi-Directional', 'Simple elegance. Maintaining the clean, contemporary square profile, precision components, and distinctive details, Nt is an exceptional fixture efficacy, and bi-directional lighting with two different apertures, which can be reversed for aesthetic preference.', 'http://lumiumlighting.com/neutron.html', 'http://lumiumlighting.com/assets/nt-led-spec-sheet.pdf', '2017-07-07', '2018-04-03', '0000-00-00', ''),
(833, 98, 'Pd', 'LML_Pd2', 'Pd2', 'Pd2. Palladium 2.', 1, 0, '', '2700K - 5000K', '80; 90+', '7.75W - 23.5W', '365 lumens/ft - 1,055 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Bi-Directional', 'Palladium - Minimalism expanded. With numerous mounting and lamping options, this minimalistic fixture lends to ample creativity and a strong visual impact.', 'http://lumiumlighting.com/palladium-2.html', 'http://lumiumlighting.com/assets/pd2-led-spec-sheet.pdf', '2017-11-14', '2018-04-03', '0000-00-00', ''),
(834, 98, 'Tl', 'LML_Tl3', 'Tl3', 'Tl3. Thallium 3.', 1, 0, '', '2700K - 5000K', '80; 90+', '4W - 19.5W', '410 lumens/ft - 2,035 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Direct/Indirect', 'Thallium is an all convex-sided triangular fixture. Its equal sides, various mounting options, striking detailing, and the simplicity of its form create an elegant visual statement. Thallium3, while the largest in the series, is able to house almost any driver option as well as multiple rows of LEDs.', 'http://lumiumlighting.com/thallium-3.html', 'http://lumiumlighting.com/assets/tl3-led-spec-sheet.pdf', '2017-07-07', '2018-04-03', '0000-00-00', ''),
(835, 98, 'Y', 'LML_Y', 'Y', 'Y. Yttrium.', 1, 0, '', '2700K - 5000K', '80; 90+', '11.5W - 35.5W', '400 lumens/ft - 1,115 lumens/ft', '70,000 hours L70', 'Standard 0-10v dimming to %10; Lutron, Eldoled, Dali, and other dimming options', 'Universal (120-277v); 120v; 277v; 347v', 'Poly-Directional', 'Minimalism redefined. Yttrium, in its natural state, has three rotational spokes, which rotate around a non-existent body. Playing on the chemistry terminology, losing or adding a spoke creates Y -1 or Y +1 states respectively. Various configurations lend to different light distribution patterns. Yttrium’s minimal aesthetic is completed by carrying the low voltage power through the aircraft cables.', 'http://lumiumlighting.com/yttrium.html', 'http://lumiumlighting.com/assets/y-led-spec-sheet.pdf', '2017-11-14', '2018-04-03', '0000-00-00', ''),
(836, 95, 'GEOLYTE', 'ACL_GEOLYTE-SQUARE', 'GEOLYTE-SQUARE', 'GEOLYTE SQUARE.', 1, 0, '', '3000K, 4000K, 5000K', '80', '10 - 110 W', 'Up to 10,550 lumens', '', '1-10V Dimming, compatible with 0-10 V dimmers', '100-277V', 'Direct, indirect', 'Acolyte’s GeoLyte fixtures are a great decorative companion to our linear LED products. A variety of shapes, sizes and combinations of squares provide 12 different appearances.', 'https://www.acolyteled.com/product/geolyte-square', 'https://www.acolyteled.com/sites/default/files/downloads/2018-03/acolyte_spec_sheet_geolyte_square_1MAR2018.pdf', '2018-03-01', '2018-04-03', '0000-00-00', ''),
(837, 99, 'P59', 'CML_P59', 'P59', 'P59. NATURAL.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 92', '114 W', 'up to 14,000 lumens', '50,000 hours', 'Dimming capabilities to dim down to 10% * for other dimming consult factory. 0-10V dimming', '120-277V', '39 degree, 64 degree, 90 degree', 'This pendant fixture offers up to 14,000 delivered lumens with a variety of down light beam spreads.  It can be used in a space on its own, or you completely change the look of the fixture by adding multiple cladding kits (interchangeable shades) after installation.  Many of these cladding kits utilize our illuminated wrap around panel (IL-30-P59) which brings an additional 3,000 lumens of side light for the shades that is separately dimmable from the powerful downlight. This fixture perfectly marries function with style.  Use it in retail stores, school atriums, supermarkets, sporting goods stores, or any high ceiling application.', 'http://chameleonltg.com/product/p59-natural/', 'http://chameleonltg.com/cutsheets/pendant/pendant_1-p59.pdf', '2017-01-11', '2018-04-03', '0000-00-00', ''),
(838, 99, 'SV2', 'CML_SV2', 'SV2', 'SV2. FIXTURE.', 1, 0, '', '2200K – 6500K', '80', '30W, 50W', '3000, 5000 Lumens', '50,000 hours', '0 - 10V dimming', '120-277V', '', 'Chameleon Lighting’s Surface Series is unlike anything else. We offer 2 sizes of COLOR TUNABLE fixtures that multiple cladding kits (interchangeable shades) can fit onto. Our color tunable fixtures can be set to any CCT from 2200K-6500K and come with many amazing features using our HMI-SV2 wireless remote control and phone app. Check out all of the possibilities below, and visit our LEARNING CENTER  to learn more about the benefits of COLOR TUNABLE lighting.', 'http://chameleonltg.com/product/sv2-fixture/', 'http://chameleonltg.com/cutsheets/engines/sv2engine.pdf', '2017-01-18', '2018-04-03', '0000-00-00', ''),
(839, 99, 'WC8', 'CML_WC8', 'WC8', 'WC8. FIXTURE.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '9W, 17W', '750-2000 lumens', '5 Year Full Warranty', '0-10V + Triac Dimming', '120-277V', '', 'The Chameleon Lighting Wall/Ceiling fixture, WC8 , is designed to be multifunctional. Offering lumen packages of 1000lm and 2000lm delivered, these fixtures can be mixed and matched on the wall or ceiling. We have multiple cladding kits (interchangeable shades) that help you create a customized, unique look. Many of these cladding kits (interchangeable shades) have family members in the surface and pendant series, so you can mix and match to make a space beautiful and cohesive while providing the perfect amount of light.', 'http://chameleonltg.com/product/wc8-fixture/', 'http://chameleonltg.com/cutsheets/engines/wc8engine.pdf', '2017-01-18', '2018-04-03', '0000-00-00', ''),
(840, 99, 'PS', 'CML_PS', 'PS', 'PS. FIXTURE.', 1, 0, '', '', '', '25W', '', '5 Year Full Warranty', 'Dimmable (with compatible lamp)', '120V', '', 'The Chameleon PS series comes with a medium base socket rated for 25 watt maximum. These fixtures are designed to accommodate today’s screw-in LED lamps and have the added flexibility to be transformed into a multitude of styles. The fixture is suspended via a cord that comes in a standard length of 10 feet, cuttable in the field. CLADDING KITS can be added after the fixture is installed and can easily be changed in the field without the need for an electrician.', 'http://chameleonltg.com/product/ps-fixture/', 'http://chameleonltg.com/cutsheets/engines/psengine.pdf', '2017-01-18', '2018-04-03', '0000-00-00', ''),
(841, 100, 'MT', 'ARL_MT', 'MT', 'MT. Outdoor Floodlights.', 1, 0, '', '3000K - 4000K', '>80', '38W', 'Up to 3840lm', '>50000h with L80', 'Available with DALI and 0-10V dimming option', '120-277V 60Hz', 'Spot; Medium; Wide-flood; Elliptical', 'Floodlight application designed to combine high performance with flexibility. \r\nMultiple optical solutions and elevated protection rates enhance its versatility while the adjustable bracket allows a complete 180° rotation, making the product adaptable to different solutions and able to support designer’s creativity.', 'https://www.arcluce-us.com/model/moto-us?f=66571', 'https://www.arcluce-us.com/model/moto-us?cs=Arcluce_Moto_cutsheet_2017.pdf', '2017-06-07', '2018-04-04', '0000-00-00', ''),
(842, 23, 'AXLPAD', 'LWX_AXLPAD', 'AXLPAD', 'AXLPAD. PENDANT ASYMMETRIC .', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '11-40.5W', '1,400-4,800 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 347V', 'Asymmetric; Direct; Indirect', 'Axle is an elegant and compact LED linear accent luminaire providing efficient asymmetric light distribution. Softly curved Axle measures just 2 11/16\" by 3 11/16\". With adjustable optics, light output from 350 to 1200 lumens per foot (nominal), and efficacy up to 126 LPW, Axle delivers very effective illumination to graphics and artwork, as well as ceilings and walls. Highly flexible, Axle can be installed as individual luminaires (up to 8\') or in continuous runs, with a choice of arm or cable suspension.', 'http://lumenwerx.com/en/product-line/axle/', 'http://www.lumenwerx.com/wp-content/files/AXLE-PENDANT-ASYM-SPEC.pdf', '2018-01-31', '2018-04-04', '0000-00-00', ''),
(843, 100, 'TT', 'ARL_TT25', 'TT25', 'TT25. Outdoor Floodlights.', 1, 0, '', '3000K - 4000K', '>80', '2W', 'Up to 240lm', '>50000h with L80', '', '', 'Radial; Wide-flood; Elliptical;', 'Compact outdoor projector in a classic compact package. Able to produce remarkable light quality and takes advantage of the variety of the optics. Maximum protection rates and high resistance make it an ideal solution to enhance architectural and decorative elements. This luminaire is ideal for aquatic applications as it can be submerged to a depth of up to  3\" 15/16.', 'https://www.arcluce-us.com/model/tito25-us?f=66571', 'https://www.arcluce-us.com/model/tito25-us?cs=Arcluce_Tito25_cutsheet_2017.pdf', '2017-05-02', '2018-04-04', '0000-00-00', ''),
(844, 23, 'FOR', 'LWX_FOR4PD', 'FOR4PD', 'FOR4PD. PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '2-9W', '200-750 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V', 'Direct', 'Fortex is a series of distinctive and elegantly scaled rectangular pendants & wall luminaries. Fortex pendant is ideal for spaces such as conference rooms, executive offices, break rooms, cafeterias, vestibules and lobbies. Fortex direct/indirect consist of crisp 4.25\" x 1.5\" extruded aluminum sides, capped from both directs by gently glowing optics that extend 0.5\" beyond the housing. Corners are mitered and fully luminous. Fortex 5 stands off the wall by 0.75\" and casts gentle spill light that adds an intriguing detail. With an overall extension of just 2.25\", both Fortex 5 and 2 comply with ADA requirements. Fortex coordinates with Via 1.5 Plus Linear.', 'http://lumenwerx.com/en/product-line/fortex/', 'http://www.lumenwerx.com/wp-content/files/FORTEX4-PENDANT-DIRECT-SPEC.pdf', '2018-03-26', '2018-04-04', '0000-00-00', ''),
(845, 100, 'TT', 'ARL_TT55', 'TT55', 'TT55. Outdoor Floodlights.', 1, 0, '', '3000K - 4000K', '>70', '4W', 'Up to 550lm', '>50000h with L80', '', '', 'Radial; Wide-flood; Elliptical;', 'Compact outdoor projector in a classic compact package. Able to produce remarkable light quality and takes advantage of the variety of the optics. Maximum protection rates and high resistance make it an ideal solution to enhance architectural and decorative elements. This luminaire is ideal for aquatic applications as it can be submerged to a depth of up to  3\" 15/16.', 'https://www.arcluce-us.com/model/tito55-us?f=66571', 'https://www.arcluce-us.com/model/tito55-us?cs=Arcluce_Tito55_cutsheet_2017.pdf', '2017-05-02', '2018-04-04', '0000-00-00', ''),
(846, 23, 'POLP', 'LWX_POLP', 'POLP', 'POLP. PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '14.5W; 25W; 36.5W', '1,800 lm; 3,000 lm; 4,200 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V; 347V', 'Three luminous faces with subtle uplight', 'Poly’s geometric forms, appropriately scaled for use as discrete luminaires, offer new opportunities for creative approaches to general lighting. Poly triangular pendants can distinguish a variety of special areas. The open form is airy and features a compact 2.5\" profile (drivers are remote). Poly can be used comfortably in either regular or free-form arrangements. Efficacies up to 123 LPW, multiple lumen outputs and electrical options make Poly practical, as well as creative.', 'http://lumenwerx.com/en/product-line/poly/', 'http://www.lumenwerx.com/wp-content/files/POLY-TRIANGLE-PENDANT-SPEC.pdf', '2018-01-31', '2018-04-04', '0000-00-00', ''),
(847, 100, 'PA', 'ARL_PA', 'PA', 'PA. Outdoor Floodlights.', 1, 0, '', '3000K - 4000K', '>70', '58W', '6850lm', '>50000h with L80', 'Available with DALI and 0-10V dimming option', '220-277V 60Hz', 'Medium; Wide-flood', 'Rotationally symmetric projector combining source power with a variety of beams, able to diversify the light effects. The partial separation between optical and wiring compartment enables component cooling, this gives the fitting an original shape.', 'https://www.arcluce-us.com/model/pantheon-us?f=66571', 'https://www.arcluce-us.com/model/pantheon-us?cs=Arcluce_Pantheon_cutsheet_2017.pdf', '2017-05-02', '2018-04-04', '0000-00-00', ''),
(848, 23, 'SQUERO', 'LWX_SQUERO', 'SQUERO', 'SQUERO. PENDANT DIRECT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '13.5-46W', '1,400-4,000 lm', '50,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V', 'Direct', 'Squero brings new style and flexibility to linear lighting systems. Under 2\" wide, Squero offers three distinctive optics for direct illumination: miniature reflector, baffle, and diffuser. Each optic provides a different visual texture, as well as photometric performance. Further, the optics can be combined in a single luminaire, together with an adjustable accent module. Onboard driver electronics maintain serviceability. Squero pendants can be installed as individual luminaires or in continuous runs and patterns.', 'http://lumenwerx.com/en/product-line/squero/', 'http://www.lumenwerx.com/wp-content/files/SQUERO-PENDANT-DIRECT-SPEC.pdf', '2018-04-01', '2018-04-04', '0000-00-00', ''),
(849, 100, 'L-IN7013US', 'ARL_L-IN7013US-16S', 'L-IN7013US-16S', 'L IN7013US 16S. Ceiling luminaires.', 1, 0, '', '3000K - 4000K', '>80', '41W', '5650lm', '> 50000h - L80', '0-10V', '120-277V', 'Narrow; Flood; Ultra-wide flood', 'Modern and compact appliance, specifically designed to fit with architecture requiring a powerful but discrete illumination. Minimal design and advanced optical technology make it an eclectic element in the service of any project requirements.', 'https://www.arcluce-us.com/model/intis-us?f=66608', 'https://www.arcluce-us.com/product/L-IN7013US-16S?pdf', '2018-04-04', '2018-04-04', '0000-00-00', ''),
(850, 23, 'VIA', 'LWX_VIA1-5PD', 'VIA1-5PD', 'VIA1.5PD. PENDANT DIRECT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '14.5W; 21.5W; 33.5W', '1,400 lm; 2,000lm; 3,000 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V; 347V', 'Direct', 'Via 1.5 is the elegant, ultra-compact and flexible linear LED luminaire system for pendant, surface, and recessed or in-wall installation, whether as discrete luminaires, continuous runs, or patterns. Via 1.5 features numerous optical configurations, which are difficult to achieve in such a compact luminaire. See separate spec sheets for patterns and other available mountings.', 'http://lumenwerx.com/en/product-line/via-1-5/', 'http://www.lumenwerx.com/wp-content/files/VIA1_5-PENDANT-DIRECT-SPEC.pdf', '2018-02-01', '2018-04-04', '0000-00-00', ''),
(851, 100, 'MT', 'ARL_MT3', 'MT3', 'MT3. Ceiling luminaires.', 1, 0, '', '3000K - 4000K', '>80', '38W', 'Up to 3840lm', '>50000h with L80', 'Available with DALI or 0-10V dimming option', '120-277V 60Hz', 'Narrow; Medium; Wide-flood; Elliptical', 'Geometric, solid luminaire suitable for both internal and external installation. Combining a steel cover with high‐quality multiple beams optics, from narrow to very wide, it responds to the most restrictive project requirements.', 'https://www.arcluce-us.com/model/moto3-us?f=66608', 'https://www.arcluce-us.com/model/moto3-us?cs=Arcluce_Moto3_cutsheet_2017.pdf', '2017-04-21', '2018-04-04', '0000-00-00', ''),
(852, 100, 'IG', 'ARL_IG110', 'IG110', 'IG110. Uplighters.', 1, 0, '', '3000K - 4000K', '>70', '4W', 'Up to 520lm', '>50000h with L80', 'LED driver not included', '', 'Narrow; Medium; Wide-flood; Elliptical; Wall-washer; Ultra-wide flood', 'Recessed floor fitting combining excellent performances in a compact size. A variety of optics and high resistance makes this drive-over fitting the ideal solution for applications requiring high protection.', 'https://www.arcluce-us.com/model/inground-short110-us?f=66586', 'https://www.arcluce-us.com/model/inground-short110-us?cs=Arcluce_ING_SH_110_cutsheet_2017.pdf', '2017-11-23', '2018-04-04', '0000-00-00', ''),
(853, 23, 'VIA', 'LWX_VIA5R', 'VIA5R', 'VIA5R. RECESSED WALL WASH V2.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '11.5W; 15.5W; 24W', '1,500 lm; 2,000 lm; 3,000 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V; 347V', 'Wall wash', 'Elegant and flexible, the Via 5 Recessed Wall Wash features our Asymmetrical Lens Optic for smooth, comfortable and efficient\rillumination of vertical surfaces. Via 5 Recessed Wall Wash offers a wide range of lumen packages, color choices, mounting and electrical and controls options. It is part of the larger Via family, which includes visually coordinated recessed and mounted luminaires, as well as other light distributions, including wall washing and asymmetric optics.', 'http://lumenwerx.com/en/product-line/via-5/', 'http://www.lumenwerx.com/wp-content/files/VIA5-RECESSED-WW-SPEC.pdf', '2018-03-29', '2018-04-04', '0000-00-00', ''),
(854, 100, 'IG', 'ARL_IG180', 'IG180', 'IG180. Uplighters.', 1, 0, '', '3000K - 4000K', '>80', '14W', 'Up to 1550lm', '>50000h with L80', 'Available with 0-10V dimming option', '120-277V 60Hz', 'Adjustable Narrow; Adjustable Flood', 'The Inground is a robust recessed floor fitting and suitable for most drive over/ walk over applications. Thanks to its maximum protection degree, this luminaire is suitable for a range of environments including high humidity conditions.', 'https://www.arcluce-us.com/model/inground180-us?f=66586', 'https://www.arcluce-us.com/model/inground180-us?cs=Arcluce_inground180_cutsheet_2017.pdf', '2017-11-23', '2018-04-04', '0000-00-00', ''),
(855, 23, 'FOR', 'LWX_FOR2WDI', 'FOR2WDI', 'FOR2WDI. WALL.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '2.5W; 4W', '200 lm; 400 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V', 'Direct/indirect', 'Fortex 2 is a versatile, distinctive and elegantly scaled wall luminaire ideal. With just a 4\" extension from the wall, Fortex 1 complies with ADA requirements.The luminaire consists of crisp 4.25\" x 1.5\" extruded aluminum sides, capped by a gently glowing optic that extends 0.5\" beyond the housing. Corners are mitered and fully luminous. Fortex coordinates with Via 1.5 Plus linear luminaires.', 'http://lumenwerx.com/en/product-line/fortex/', 'http://www.lumenwerx.com/wp-content/files/FORTEX2-WALL-DIRECT-INDIRECT-SPEC.pdf', '2018-01-26', '2018-04-04', '0000-00-00', ''),
(856, 23, 'CAVCPD', 'LWX_CAVCPD', 'CAVCPD', 'CAVCPD. PENDANT DIRECT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '11.5W; 17W; 25W', '1,400 lm; 2,000lm; 3,000 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V; 347V', 'Direct', 'Cava is a linear LED recessed and pendant luminaire with a remarkably comfortable and surprising appearance. Using completely concealed and indirect LED arrays, Cava provides superior brightness control, while maintaining high efficacy by distributing light over the vaulted interior cavity of the luminaire. See separate spec sheets for other available design and mountings.', 'http://lumenwerx.com/en/product-line/cava/', 'http://www.lumenwerx.com/wp-content/files/CAVA-CURVE-PENDANT-DIRECT-SPEC.pdf', '2018-01-31', '2018-04-04', '0000-00-00', ''),
(857, 100, 'IG', 'ARL_IG260', 'IG260', 'IG260. Uplighters.', 1, 0, '', '3000K - 4000K', '>80', '15W', 'Up to 1760lm', '>50000h with L80', 'Available with DALI and 0-10V dimming options', '120V 60Hz; 120-277V 60Hz', 'Flood; Ultra-wide flood', 'Recessed, drive-over floor fitting with a load bearing capacity of up to 5000kg. As well as the robust yet elegant exterior, this fitting offers a high protection degree and range of optics making it a great choice for a variety of applications.', 'https://www.arcluce-us.com/model/inground260-us?f=66586', 'https://www.arcluce-us.com/model/inground260-us?cs=Arcluce_ING_260_cutsheet_2017.pdf', '2017-04-20', '2018-04-04', '0000-00-00', ''),
(858, 23, 'CUB', 'LWX_CUBWB', 'CUBWB', 'CUBWB. WALL.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '13W; 21W; 27.5W', '1,800 lm; 2,800 lm; 3,600 lm', '60,000 hours', '0-10V mikro driver', '120V; 277V; 120V-277V', 'Direct', 'Cubito Wall illuminates its square profile through two adjacent sides, forming a luminous right angle 2 ½\" on each side. Cubito Wall offers light output up to 750 lumens per foot and efficacy of 137 LPW. Mikrodrive™ electronics and LED array are serviced by removing the High-efficiency Lambertian Optic. Cubito Wall mounts on a cleat bracket with less than 3\" extension from the wall for ADA compliance. It and can be installed for indirect or direct illumination and as a discrete luminaire or a continuous line of light.', 'http://lumenwerx.com/en/product-line/cubito/', 'http://www.lumenwerx.com/wp-content/files/CUBITO-WALL-SPEC.pdf', '2018-01-26', '2018-04-04', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(859, 101, 'CBR7', 'LSI_CBR7', 'CBR7', 'CBR7. LSI ProtectorTM Commercial LED Bollard.', 1, 0, '', '3000K, 4000K, 5000K', '80', '17W, 22W', '1000 lm', '> 147k Hours', '0-10 volt dimming (10% - 100%) standard.', '120-277V, 347V', 'Symmetrical and asymmetrical', 'The CBR7 LED Commercial Bollard is an excellent choice for retrofit, as well as new construction applications. It is designed with a standard selection of distributions & color temperatures to meet most commercial requirements. It is ideal for retail, parks, schools, office buildings and more general lighting applications.', 'http://www.lsi-industries.com/products/CBR7.aspx', 'http://www.lsi-industries.com/documents/datasheets/CBR7_Protector_specsheet.pdf', '2018-03-22', '2018-04-04', '0000-00-00', ''),
(860, 100, 'IG', 'ARL_IG25', 'IG25', 'IG25. Uplighters.', 1, 0, '', '3000K - 4000K', '>80', '2W', 'Up to 240lm', '>50000h with L80', 'LED driver not included', '', 'Medium; Wide-flood; Elliptical', 'This recessed floor fitting creates a decorative upward illumination. Highly resistant and walk-over, its stainless-steel structure and wide optics range offers an optimal solution.', 'https://www.arcluce-us.com/model/inground25-us?f=66586', 'https://www.arcluce-us.com/model/inground25-us?cs=Arcluce_ING_25_cutsheet_2017.pdf', '2017-05-02', '2018-04-04', '0000-00-00', ''),
(861, 23, 'HEX', 'LWX_HEX', 'HEX', 'HEX. PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '15-48.5W', '2,000-6,000 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V; 347V', 'Direct, Indirect, Direct/Indirect', 'Hex is the distinctive and flexible six-sided luminaire for creative designs. Cell configuration determines the light distribution and overall light output. Each cell is illuminated by its own LED array with consistent light output and brightness across all cells. The 2\" wide panels snap into\rthe core armature providing nearly seamless transition from cell to cell, as well as access to LED arrays and driver. This specification sheet covers direct and indirect light distributions.', 'http://lumenwerx.com/en/product-line/hex/', 'http://www.lumenwerx.com/wp-content/files/HEX-PENDANT-SPEC.pdf', '2018-02-21', '2018-04-04', '0000-00-00', ''),
(862, 100, 'SL', 'ARL_SL180', 'SL180', 'SL180. Bollards.', 1, 0, '', '3000K', '>70', '26W', '3000lm', '>50000h with L80', '0-10V', '120-277V 60Hz', 'Radial', 'Innovative urban lighting appliance, marked by a simple but modern design and a strong structure, able to host three radial optics LED sources. A suitable solution to smoothly integrate with every residential and urban context.', 'https://www.arcluce-us.com/model/soul180-us?f=66578', 'https://www.arcluce-us.com/model/soul180-us?cs=Arcluce_Soul_180_cutsheet_2017.pdf', '2017-11-29', '2018-04-04', '0000-00-00', ''),
(863, 101, 'XBVR', 'LSI_XBVR', 'XBVR', 'XBVR. LED Bollard (XBVRD).', 1, 0, '', '3000K, 4000K, 5000K', '69', '38W', '856 - 1338 Lumens', 'Minimum 60,000 hours', 'IEC and FCC standards', '120-277V, 347V, 480V', 'Indirect', 'This specification-grade bollard, available in flat or round top, features a high performance LED optical system. State-of –the-art driver technology provides unsurpassed system efficiency.', 'http://www.lsi-industries.com/products/LSI-LED-bollard-XBVRD.aspx', 'http://www.lsi-industries.com/documents/datasheets/xbvrd-datasheet.pdf', '2016-10-20', '2018-04-04', '0000-00-00', ''),
(864, 23, 'MIKPD', 'LWX_MIKPD', 'MIKPD', 'MIKPD. PENDANT DIRECT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '14.5W; 21.5W; 30W', '1,400 lm; 2,000lm; 2,800 lm', '60,000 hours', '0-10V mikro driver', '120V; 277V; 120V-277V', 'Direct', 'Precise, refined, elegant, and just 1\" wide, Mikro presents a crisp, brand new scale in linear LED luminaires, made practical by an integral driver - Mikrodrive™. Using a high performance LED\'s and a flat, high efficiency lambertian optic, Mikro delivers an efficacy of 95 LPW. In addition to individual luminaires, continuous runs and patterns with fully lighted corners, Mikro is also available in recessed, surface, and wall configurations (see separate specification sheets).', 'http://lumenwerx.com/en/product-line/mikro/', 'http://www.lumenwerx.com/wp-content/files/MIKRO-PENDANT-DIRECT-SPEC.pdf', '2018-01-24', '2018-04-04', '0000-00-00', ''),
(865, 100, 'KX', 'ARL_KX180', 'KX180', 'KX180. Bollards.', 1, 0, '', '3000K - 4000K', '>70', '19W; 28W; 38W', 'Up to 4000lm', '>50000h with L80', 'Available with 0-10V dimming option', '120V 60Hz; 120-277V 60Hz', 'Radial; Radial + decorative; Two-way; Two-way + decorative; Three-way; Three-way + decorative', 'Angular architectural bollard, designed to combine simple lines with a variety of lighting solutions. Its tempered glass diffusor allows the light source to be obscured, producing a discrete illumination which can be adapted to any application.', 'https://www.arcluce-us.com/model/kubix180-us?f=66578', 'https://www.arcluce-us.com/model/kubix180-us?cs=Arcluce_Kubix180_cutsheet_2017.pdf', '2017-04-21', '2018-04-04', '0000-00-00', ''),
(866, 101, 'XNPG', 'LSI_XNPG', 'XNPG', 'XNPG. LED Parking Garage Light.', 1, 0, '', '4000K, 5000K', '70, 80', '79W', 'Up to 7,853 lumens', 'Minimum 60,000 hours', 'Optional 0-10v dimming enabled.', '120-277V, 347-480V', 'Wide, Narrow', 'Featuring LSI’s innovative LED optics, the XNPG is designed to deliver energy-efficient, uniform lighting in most parking garage structures with typical parking garage spacing and mounting heights.  The sleek circular fixture, competitively priced, is easy to install in both new and retrofit structures.', 'http://www.lsi-industries.com/products/led_parkinggarage_xnpg.aspx', 'http://www.lsi-industries.com/documents/datasheets/xnpg-datasheet.pdf', '2017-08-25', '2018-04-04', '0000-00-00', ''),
(867, 23, 'POSQPD', 'LWX_POSQPD', 'POSQPD', 'POSQPD. PENDANT DIRECT.', 1, 0, '', '3000K; 3500K; 4000K; 5000K', '80; 90', '7.5W; 8.5W; 10.5W', '750 lm; 900 lm; 1,100 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali', '120V; 277V; 120V-277V', 'Direct', 'POP Core features a simple, uniformly luminous diffuser and delivers up to 106 LPW. The diffuser and light engine form a fully enclosed unit secured by a twist-and-lock mechanism for easy maintenance with no exposed hardware.', 'http://lumenwerx.com/en/product-line/pop-core/', 'http://www.lumenwerx.com/wp-content/files/POPCORE11-SQUARE-PENDANT-SPEC.pdf', '2018-03-26', '2018-04-04', '0000-00-00', ''),
(868, 100, 'QR', 'ARL_QR180', 'QR180', 'QR180. Bollards.', 1, 0, '', '3000K - 4000K', '>80', '32W', 'Up to 4600lm', '>50000h with L80', 'Available with 0-10V dimming option', '120-277V 60Hz', 'Radial', 'Appliance combining the elegance and the simplicity of its squared shape, able to give birth to beautiful ornamental  lighting and ensure maximum visual comfort. Largest light diffusion and homogeineity reduce installations number thus optimizing consumptions and light pollution in all urban spaces.', 'https://www.arcluce-us.com/model/quadrio180-us?f=66578', 'https://www.arcluce-us.com/model/quadrio180-us?cs=Arcluce_Quadrio180_cutsheet_2017.pdf', '2017-08-04', '2018-04-04', '0000-00-00', ''),
(869, 23, 'SELPD', 'LWX_SELPD', 'SELPD', 'SELPD. PENDANT DIRECT.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '17.5-54.5W', '2,000-4,800 lm', '60,000 hours', '1% dimming 0-10V; 5% dimming 0-10V; Dali; Lutron 1% - 2 wires 120V; Lutron 1% - 3 wires; Lutron 1% EcoSystem; Lutron 1% Eco Dim to Off; Lutron 5% EcoSystem', '120V; 277V; 120V-277V; 347V', 'Direct', 'With angular end caps, deep interior channel, and pleasing aspect ratio, Selka presents a crisp, refreshing style. Widespread uplight, comfortable downlight, high efficacy, and generous light output all make Selka eminently practical. Selka offers two distinctive downlight options: a\rregressed light guide and regressed parabolic louvers, in either specular or matte finish. Both options combine visual comfort with good cut off and a soft downlight distribution. Selka can be installed as discrete luminaires or continuous runs. The compact profile accommodates all LumenWerx electrical options, including independent control of indirect and direct lighting.', 'http://lumenwerx.com/en/product-line/selka/', 'http://www.lumenwerx.com/wp-content/files/SELKA-PENDANT-DIRECT-SPEC.pdf', '2018-02-28', '2018-04-04', '0000-00-00', ''),
(870, 101, 'XPG3', 'LSI_XPG3', 'XPG3', 'XPG3. LED Parking Garage Fixtures.', 1, 0, '', '4000K, 5000K', '70', '56 - 125 W', '4245 - 10712 lm', 'Minimum 60,000 hours', 'Optional 0-10 volt dimming enabled, with controls', '120-277V, 347V, 480V', 'Wide, Symmetric', 'Packed with performance choices, LSI\'s LED parking garage fixtures deliver uniform lighting with vertical illumination, full cutoff and low glare for maximum ‘seeability’ for drivers and pedestrians. In addition, the LEDs work very well with security and surveillance security video cameras to create an even greater sense of safety. The XPG3 fixtures include a number of features to save energy, installation and maintenance costs.', 'http://www.lsi-industries.com/products/LSI-LED-parking-garage-fixtures-XPG-XPG3.aspx', 'http://www.lsi-industries.com/documents/datasheets/xpg3-datasheet.pdf', '2016-05-02', '2018-04-04', '0000-00-00', ''),
(871, 101, 'XSL2', 'LSI_XSL2', 'XSL2', 'XSL2. LED Soffit Light.', 1, 0, '', '5000K', '69', '60W, 86W, 87W', 'Up to 6,751 lumens', 'Minimum 60,000 hours', 'IEC and FCC standards', '120-347V', 'Type 5, Symmetric', 'The XSL2 is an LED fixture designed for recessed downlighting applications such as soffits, commercial canopies and drive-thrus. A thermal protector is a standard feature, making it ideal for applications with insulated spaces. The fixture is easily installed in new or retrofit applications either directly to soffit surface or suspended from channel bars. With its high performance LED optics, the XSL2 delivers outstanding performance in a sleek, flush mount fixture.', 'http://www.lsi-industries.com/products/LSI-LED-soffit-light-XSL2.aspx', 'http://www.lsi-industries.com/documents/datasheets/xsl2-datasheet.pdf', '2017-07-27', '2018-04-04', '0000-00-00', ''),
(872, 101, 'XARL', 'LSI_XARL', 'XARL', 'XARL. LED COURTBLADE.', 1, 0, '', '4000K, 5000K', '70', '528W', '57,300 Lumens (5000K) and 56,300 Lumens (4000K)', 'Minimum 60,000 hours', '0-10V Dimming', '120-277V, 347-480V', 'Forward Throw', 'LSI’s CourtBlade LED sports light is a game changer for court lighting applications. The low profile CourtBlade utilizes high performance LEDs and precise optics to produce superior levels of illumination and uniformity. Compared with typical HID court lighting systems, the energy load is reduced by 50%.', 'http://www.lsi-industries.com/products/LED-sports-lighting-blade.aspx', 'http://www.lsi-industries.com/documents/datasheets/XARL-datasheet.pdf', '2016-08-02', '2018-04-04', '0000-00-00', ''),
(873, 101, 'SxS2', 'LSI_SxS2', 'SxS2', 'SxS2. SIDE BY SIDE LED INDIRECT.', 1, 0, '', '4000K, 5000K', '70, 80', '584 - 782 Watts', 'up to 84,000 lumens.', 'Minimum 60,000 hours', 'Optional 0-10 volt dimming enabled, with controls by others', '120-277V, 347-480V', 'Symmetric', 'Courtsider Sports Lighting’s SXS2 LED indoor fixture is a high output indirect solution for interior spaces with high ceilings – indoor tennis courts, field houses, and sports practice facilities. SXS2 offers the perfect combination of low energy consumption and high light output – up to 84,000 lumens. This fixture is excellent for retrofit and new construction in place of traditional high wattage HID fixtures.', 'http://www.lsi-industries.com/products/sxs.aspx', 'http://www.lsi-industries.com/documents/datasheets/sxs2-specsheet.pdf', '2016-06-07', '2018-04-04', '0000-00-00', ''),
(874, 101, 'SCV', 'LSI_SCV', 'SCV', 'SCV. Scottsdale Vertex.', 1, 0, '', '4000K, 5000K', '70', '66 - 192 W', '10000 - 23000 Lumens', '>100k Hours', '0-10V dimming (10% - 100%) standard.', '120-277V, 347-480V', 'Symmetric;  Combination Standard Symmetric and Forward Throw;', 'The SCOTTSDALE® VERTEX™ is the most feature-rich canopy fixture on the market. Two distributions: Symmetric and Symmetric Combination Forward Throw – which makes extra flood lights between canopy and c-store unnecessary. Five lumen packages: 10K, 13K, 15K, 20K, 23K. Convenient field serviceability, silicone optics (shatterproof, non-yellowing and lightweight), low-profile, dimmable, optional wireless controls, simple to install. The ideal canopy solution.', 'http://www.lsi-industries.com/products/scv.aspx', 'http://www.lsi-industries.com/documents/datasheets/vertex-specsheet.pdf', '2018-02-11', '2018-04-04', '0000-00-00', ''),
(875, 101, 'CYL', 'LSI_WCYL3', 'WCYL3', 'WCYL3. 3” LED Wall Mount Cylinder Light.', 1, 0, '', '3000K, 4000K', '80', '15W, 20W', '1145 , 1375 Lumens', '50,000 hrs', 'Triac', '120V', 'Medium 40˚, W - Wide 62˚; Down Only,  Up/Down;', '3” cylinder is rated for wet location (IP65) wall mounting with with either down light or up and down light. Low heat,DOB technology.', 'http://www.lsi-industries.com/products/led-downlt-cylinders.aspx', 'http://www.lsi-industries.com/documents/datasheets/LED-downlights/LSI-LED-dwnlt-3%20inch-wallcylinder.pdf', '2017-11-28', '2018-04-04', '0000-00-00', ''),
(876, 101, 'LAD', 'LSI_LAD4SQ', 'LAD4SQ', 'LAD4SQ DESCRIPTION.', 1, 0, '', '3000K, 3500K, 4000K', '80', '30W', '1700 Lumens', '50,000 hrs', '0-10V Standard', '120/277V', 'Medium, Wide', '4” X 4” IC and Non-IC Square Splay Aperture Architectural LED', 'http://www.lsi-industries.com/products/led-downlt-square.aspx', 'http://www.lsi-industries.com/documents/datasheets/LED-downlights/LSI-LED-dwnlt-4x4-square.pdf', '2018-03-01', '2018-04-04', '0000-00-00', ''),
(877, 101, 'LAD', 'LSI_LAD4R', 'LAD4R', 'LAD4R. 4” Remodeling Housing Frame-in Kit.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '14W, 23W', '1293 lm, 1952 lm', '50,000 hrs', '0-10V Standard', '120-277V', '23º Spot, 35º  Narrow Flood, 52º Flood, 75º Wide  Flood', '4” Remodel, frame-in kits (combined with LED module and integral reflector) are designed for use in non-insulated ceilings.Insulation material must be kept a minimum of 3” from fixture. High-efficacy LED with 0-10V dimmable driver and special optical diffusion allows high lumen transmission and light uniformity.', 'http://www.lsi-industries.com/products/led-downlt-remodel-frame-in.aspx', 'http://www.lsi-industries.com/documents/datasheets/LED-downlights/LSI-LED-dwnlt-4inch-archkit-remodel.pdf', '2017-05-15', '2018-04-04', '0000-00-00', ''),
(878, 101, 'PDL', 'LSI_PDL6K', 'PDL6K', 'PDL6K. 6” LED One-piece Recessed Retrofit Kit.', 1, 0, '', '2700K, 3000K, 4000K', '80', '13.8W', '830 Lumens', '50,000 hrs', 'Triac', '120V, 220V-230V', '100°', 'A 6” Retrofit LED module & trim kit with E26 medium screw base for 6” IC/Airtight and Non-IC incandescent recessed downlights. Optional GU24 adapter for CFL housing. Designed for remodeling compatible 6” housings classified by ETL. High efficacy 120V DOB (Driver On Board) Module. Suitable for wet locations.', 'http://www.lsi-industries.com/products/led-downlt-retrofit.aspx', 'http://www.lsi-industries.com/documents/datasheets/LED-downlights/LSI-LED-dwnlt-6inch-onepiece.pdf', '2016-07-13', '2018-04-04', '0000-00-00', ''),
(879, 101, 'LRD', 'LSI_LRD4R', 'LRD4R', 'LRD4R. 4” LED Residential Remodel Recessed.', 1, 0, '', '3000K, 4000K', '80', '10W', '460 Lumens', '50,000 hrs', 'Triac & ELV', '120V', '63°', 'Remodel housing is designed for use with a separate LED engine kit that is integrated with heat sink and compatible 4” LED trims. This fixture offers easy and fast installation using a disconnect device and held securely in the housing with two friction blade bracket.', 'http://www.lsi-industries.com/products/led-downlt-roundremodel.aspx', 'http://www.lsi-industries.com/documents/datasheets/LED-downlights/LSI-LED-dwnlt-4inch-remodel.pdf', '2017-07-13', '2018-04-04', '0000-00-00', ''),
(880, 102, 'ONIC', 'ZTB_ONICL-TL', 'ONICL-TL', 'ONICL-TL. ONICO Track Head for TECTON L.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '24 W; 36 W', '2100 lm – 2751 lm; 3100 lm – 4061 lm', '50,000 hours, L80', '1-10V Dimming, 10%; Dali Dimming, 3%', '120/277V', 'Spot; Flood; Wide Flood', 'ONICO features a distinctive modular design with a sleek, minimalistic aesthetic and an excellent quality of light that offers perfect accent illumination for a variety of retail applications, particularly fashion and supermarkets.', 'http://zumtobel.us/all-products/onico/158/', 'http://zumtobel.us/media/product_spec_sheets/2018-01-08_20-28-47/Zumtobel_SPEC-ONICO-L-TECTON.pdf', '2018-01-08', '2018-04-05', '0000-00-00', ''),
(881, 102, 'ONIC', 'ZTB_ONICM-GTL', 'ONICM-GTL', 'ONICM-GTL. ONICO Track Head for GLOBAL TRAC M.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '24 W', '1800 lm – 2358 lm', '50,000 hours, L80', 'Unit is available with universal 120/277V driver', '120V/277V', 'Spot; Flood; Wide Flood', 'ONICO features a distinctive modular design with a sleek, minimalistic aesthetic and an excellent quality of light that offers perfect accent illumination for a variety of retail applications, particularly fashion and supermarkets.', 'http://zumtobel.us/all-products/onico/190/', 'http://zumtobel.us/media/product_spec_sheets/2017-12-21_15-12-18/Zumtobel_SPEC-ONICO-M-GLOBALTrac.pdf', '2017-12-21', '2018-04-05', '0000-00-00', ''),
(882, 103, 'PD', 'WLG_PD-W2605', 'PD-W2605', 'PD-W2605. Tube - Pendant Downlight.', 1, 0, '', '3000K', '90', '16W', '800 lm', '70,000 hours', 'Electronic Low Voltage (ELV 120V) and 0-10V', '120V', 'Downlight', 'Precision engineered using advanced proprietary LED technology with a built-in refector. An appealing cylindrical profile with powerful LED lighting is perfect for accent down lighting applications. Five architectural metallic  finishes offered.', 'http://www.waclighting.com/product/2938', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PD-W2605_SP_0.pdf', '2016-11-15', '2018-04-05', '0000-00-00', ''),
(883, 102, 'ONIC', 'ZTB_ONICL-GTL', 'ONICL-GTL', 'ONICL-GTL. ONICO Track Head for GLOBAL TRAC L.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '24 W; 36 W', '2100 lm – 2751 lm; 3100 lm – 4061 lm', '50,000 hours, L80', 'Unit is available with universal 120/277V driver', '120V/277V', 'Spot; Flood; Wide Flood', 'ONICO features a distinctive modular design with a sleek, minimalistic aesthetic and an excellent quality of light that offers perfect accent illumination for a variety of retail applications, particularly fashion and supermarkets.', 'http://zumtobel.us/all-products/onico/191/', 'http://zumtobel.us/media/product_spec_sheets/2017-12-21_15-12-48/Zumtobel_SPEC-ONICO-L-GLOBALTrac.pdf', '2017-12-21', '2018-04-05', '0000-00-00', ''),
(884, 103, 'DS', 'WLG_DS-PD05', 'DS-PD05', 'DS-PD05. Tube Architectural - Pendant.', 1, 0, '', '2700-4000K', '85; 90', '27W; 36W; 54W', '1,680-4,015 lm', '60,000 hours l70', 'Electronic low voltage (ELV); 100% - 5% (120V only) 0-10V; 100% - 0% (120-277V)', '120V - 277V', 'Downlight', 'The latest energy efficient LED technology in an appealing cylindrical profile delivers accent and wall wash lighting. Comes in various light distribution and beam angle options.', 'http://www.waclighting.com/product/2939', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/DS-PD_SP.pdf', '2017-05-25', '2018-04-05', '0000-00-00', ''),
(885, 102, 'ONDA', 'ZTB_ONDA2L-P', 'ONDA2L-P', 'ONDA2L-P. ONDARIA Pendant 34\".', 1, 0, '', '3000K; 3500K; 4000K', '90+', '86W; 97W; 123W', '7710 lm – 12048 lm', '50,000 hours rated life. L90', 'ONDARIA is available with standard 120/277V 0-10V dimming driver (1%), 347V 0-10V dimming driver (1%), Lutron dimming driver (1%) or Dali dimming driver (1%)', '120/277V; 347V', 'Direct; Direct/Indirect', 'ONDARIA creates unmatched homogeneous illumination, which makes the luminaire almost seem like a skylight. This gentle ambient lighting enhances multiple areas in offices and shops.', 'http://zumtobel.us/all-products/ondaria/160/', 'http://zumtobel.us/media/product_spec_sheets/2018-04-10_14-59-46/ZUMTOBEL_SPEC_ONDARIA-pendant-34.pdf', '2018-03-21', '2018-04-05', '0000-00-00', ''),
(886, 103, 'DS', 'WLG_DS-WS05-U', 'DS-WS05-U', 'DS-WS05-U. Ultra Narrow Beam Wall Mount.', 1, 0, '', '2700-4000K', '85', '11W; 22W', '125-155 lm', '80,000 hours', '0-10V Dimming; 100%-20% ELV 100%-10% (120V only)', '120-277V', 'Narrow', 'Precise engineering using the latest energy effcient LED technology with a builtin ultra narrow beam precision optics. An appealing cylinderical profile perfect for accent lighting.', 'http://www.waclighting.com/product/3210', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/tube_arch_ultranarrow.pdf', '2016-07-13', '2018-04-05', '0000-00-00', ''),
(887, 102, 'ONDA', 'ZTB_ONDA2X-P', 'ONDA2X-P', 'ONDA2X-P. ONDARIA Pendant 45\".', 1, 0, '', '3000K; 3500K; 4000K', '90+', '147W; 177W; 215W', '13890 lm – 21737 lm', '50,000 hours rated life. L90', '0-10V 120/277V; Dali 120/277V; Lutron 120/277V; 0-10V 347V', '120/277V; 347V', 'Direct; Direct/Indirect', 'ONDARIA creates unmatched homogeneous illumination, which makes the luminaire almost seem like a skylight. This gentle ambient lighting enhances multiple areas in offices and shops.', 'http://zumtobel.us/all-products/ondaria/161/', 'http://zumtobel.us/media/product_spec_sheets/2018-04-10_15-00-10/ZUMTOBEL_SPEC_ONDARIA-pendant-45.pdf', '2018-03-21', '2018-04-05', '0000-00-00', ''),
(888, 103, 'PM', 'WLG_PM-W48620', 'PM-W48620', 'PM-W48620. Chamber Outdoor Post Lantern.', 1, 0, '', '3000K', '90', '17.5W', '1,600 lm', '50,000 hrs', '100% - 10% ELV', '120V', '', 'Updated with a fresh black finish, this family of outdoor sconces, pendants and post lights offers a bold, mid-century modern look with intersecting aluminum frames and cutting-edge LED light.', 'http://www.waclighting.com/product/3258', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PM-W486_SP.pdf', '2018-02-19', '2018-04-05', '0000-00-00', ''),
(889, 102, 'ONDA', 'ZTB_ONDA2M-R', 'ONDA2M-R', 'ONDA2M-R. ONDARIA Recessed 24\".', 1, 0, '', '3000K; 3500K; 4000K', '90+', '32W; 40W; 47W', '2890 lm – 4507 lm', '50,000 hours rated life. L90', 'ONDARIA is available with standard 120/277V 0-10V dimming driver (1%), 347V 0-10V dimming driver (1%), Lutron dimming driver (1%) or Dali dimming driver (1%)', '120/277V; 347V', 'Direct', 'ONDARIA creates unmatched homogeneous illumination, which makes the luminaire almost seem like a skylight. This gentle ambient lighting enhances multiple areas in offices and shops.', 'http://zumtobel.us/all-products/ondaria/162/', 'http://zumtobel.us/media/product_spec_sheets/2018-04-10_15-01-23/ZUMTOBEL_SPEC_ONDARIA-Recessed-24.pdf', '2018-03-21', '2018-04-05', '0000-00-00', ''),
(890, 102, 'ONDA', 'ZTB_ONDA2X-R', 'ONDA2X-R', 'ONDA2X-R. ONDARIA Recessed 45\".', 1, 0, '', '3000K; 3500K; 4000K', '90+', '125W; 144W; 179W', '11200 lm – 17400 lm', '50,000 hours rated life. L90', 'ONDARIA is available with standard 120/277V 0-10V dimming driver (1%), 347V 0-10V dimming driver (1%), Lutron dimming driver (1%) or Dali dimming driver (1%)', '120/277V; 347V', 'Direct', 'ONDARIA creates unmatched homogeneous illumination, which makes the luminaire almost seem like a skylight. This gentle ambient lighting enhances multiple areas in offices and shops.', 'http://zumtobel.us/all-products/ondaria/167/', 'http://zumtobel.us/media/product_spec_sheets/2018-04-10_15-01-39/ZUMTOBEL_SPEC_ONDARIA-Recessed-45.pdf', '2018-03-21', '2018-04-05', '0000-00-00', ''),
(891, 103, 'WS', 'WLG_WS-W546', 'WS-W546', 'WS-W546. Icon Outdoor.', 1, 0, '', '3000K', '90', '11W', '845 lm', '54,000 hours', '100% - 5% ELV', '120 - 277V', 'Up & down light', 'Like a simple reference to something greater, the up and down lights accentuate linear architectural forms. A simple shape, with infinite applications, the Icon features a shielded light source for great lowglare illumination. Constructed with a solid die cast aluminum and powder coated finish. The light engine is factory sealed for maximum protection against the harshest elements.', 'http://www.waclighting.com/product/3289', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/WS-W54614.pdf', '2018-02-10', '2018-04-05', '0000-00-00', ''),
(892, 102, 'ICOS', 'ZTB_ICOS-P-4', 'ICOS-P-4', 'ICOS Pendant 4\'.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '7.5W/ft; 11W/ft', '700 lm/ft; 890 lm/ft', '50,0000 hours rated life, L75', '0-10V dimming driver (1%), 347V dimming driver (1%), Dali dimming driver (1%) and Lutron dimming driver (1%)', '120/277V; 347V', 'Direct/Indirect', 'ICOS is an efficient direct/indirect luminaire with a brilliant look, delivering 360° of light using just a single light source. Its complex system of optics and reflectors is highly effective for task area lighting, while minimizing glare.', 'http://zumtobel.us/all-products/icos/182/', 'http://zumtobel.us/media/product_spec_sheets/2017-10-03_14-58-18/Zumtobel_SPEC-ICOS-Pendant.pdf', '2017-10-03', '2018-04-05', '0000-00-00', ''),
(893, 103, 'WS', 'WLG_WS-W65607', 'WS-W65607', 'WS-W65607. Mod LED Outdoor.', 1, 0, '', '3000K', '90', '16.5W', '1,165 lm', '70,000 hours', '100%-10% Electronic Low Voltage (ELV)', '120V-220V-277V', '', 'Expertly crafted from die cast aluminum. The Mod family features a smooth curved modern shape. ADA compliant and Dark Sky friendly. Ideal for exterior residential, hospitality and commercial applications.', 'http://www.waclighting.com/product/3121', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/WS-W65607_SP.pdf', '2016-09-22', '2018-04-05', '0000-00-00', ''),
(894, 102, 'ICOS', 'ZTB_ICOS-S-4', 'ICOS-S-4', 'ICOS Surface Mount 4\'.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '7.5W; 11W', '700 lm/ft; 890 lm/ft', '50,0000 hours rated life, L75', '0-10V dimming driver (1%), 347V dimming driver (1%), Dali dimming driver (1%) and Lutron dimming driver (1%)', '120/277V; 347V', 'Direct/Indirect', 'ICOS is an efficient direct/indirect luminaire with a brilliant look, delivering 360° of light using just a single light source. Its complex system of optics and reflectors is highly effective for task area lighting, while minimizing glare.', 'http://zumtobel.us/all-products/icos/183/', 'http://zumtobel.us/media/product_spec_sheets/2017-10-03_14-58-27/Zumtobel_SPEC-ICOS-Surface.pdf', '2017-10-03', '2018-04-05', '0000-00-00', ''),
(895, 103, 'WS', 'WLG_WS-W207', 'WS-W207', 'WS-W207. Over-Under Outdoor.', 1, 0, '', '3000K', '90', '15.5W', '600', '46,000 hours', '100% - 5% ELV', '120V', 'Indirect', 'A playful indirect sconce with a nostalgic contemporary appeal. Over-Under features a high powered integrated LED shooting from below and upwards into the reflector to create an indirect ambient illumination. Over-Under is constructed from solid die cast aluminum that is weather resistant and powder coated. The light engine is factory sealed for maximum protection against the harshest elements.', 'http://www.waclighting.com/product/3261', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/WS-W20709.pdf', '2017-02-10', '2018-04-05', '0000-00-00', ''),
(896, 102, 'ML', 'ZTB_MLEVO/MLINF-22-EL-R', 'MLEVO/MLINF-22-EL-R', 'MLEVO/MLINF-22-EL-R. MELLOW LIGHT infinity/evolution Recessed 2\' x 2\'.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '34W; 49W', '3401 lm; 4382 lm', '50,000 hours rated life. L70', '0-10v driver(s), DALI driver and Lutron driver with 1% dimming', '120/277V; 347V', 'Direct', 'Now in its sixth generation, the iconic MELLOW LIGHT is shaping the future of workplace illumination. With MELLOW LIGHT infinity, the brilliant direct light component and gentle lighting wings can be controlled separately, allowing for customized general and task-based lighting.', 'http://zumtobel.us/all-products/mellow-light/119/', 'http://zumtobel.us/media/product_spec_sheets/2017-08-30_19-34-57/Zumtobel_SPEC-MELLOWLIGHT-infinity-evolution-RECESSED-CRYSTAL-OPTIC-2X2.pdf', '2017-08-30', '2018-04-05', '0000-00-00', ''),
(897, 103, 'WS', 'WLG_WS-W5915', 'WS-W5915', 'WS-W5915. Uno Indoor/Outdoor.', 1, 0, '', '3000K', '90', '15.5W', '1,234 lm', '80,000 hrs', 'Smooth and continuous ELV dimming', '277V', '', 'This LED luminaire was created for exterior and interior ambient lighting design continuity. The unique illuminating element on the face indirectly reflects light back towards the viewer in an intriguing dimensional character. The minimalist ADA design mounts in any vertical direction, upward or downward.', 'http://www.waclighting.com/product/2846', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/WS-W59_SP_0.pdf', '2015-09-01', '2018-04-05', '0000-00-00', ''),
(898, 102, 'ML', 'ZTB_MLEVO/MLINF-14-EL-R', 'MLEVO/MLINF-14-EL-R', 'MLEVO/MLINF-14-EL-R. MELLOW LIGHT infinity/evolution Recessed 1\' x 4\'.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '34W', '3458 lm', '50,000 hours rated life. L70', '0-10v driver(s), DALI driver and Lutron driver with 1% dimming', '120/277V; 347V', 'Direct', 'Now in its sixth generation, the iconic MELLOW LIGHT is shaping the future of workplace illumination. With MELLOW LIGHT infinity, the brilliant direct light component and gentle lighting wings can be controlled separately, allowing for customized general and task-based lighting.', 'http://zumtobel.us/all-products/mellow-light/121/', 'http://zumtobel.us/media/product_spec_sheets/2017-09-05_17-46-18/Zumtobel_SPEC-MELLOWLIGHT-infinity-evolution-RECESSED-LENTICULAR-OPTIC-1X4.pdf', '2017-09-05', '2018-04-05', '0000-00-00', ''),
(899, 104, 'IND', 'AAL_INDC', 'INDC', 'INDC. Square straight, fixed head.', 1, 0, '', '3000K, 4000K, 5000K', '70', '33W', '1000 - 2,500 lm', '', '0-10V', '120-277V', 'Downlight', 'The Cubic IndirectTM features an angular design and stainless steel vertical struts, and is a perfect complement to the rectilinear and angular compositions of modern architecture. The Cubic Indirect offers high efficiency, cutoff optics designed for dark sky sensitive applications, and is perfect for projects that require a sense of mood as much as a sense of light.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Cubic-Indirect/p/220827', 'https://hubbellcdn.com/specsheet/aal_indc_spec_led.pdf', '2017-02-03', '2018-04-05', '0000-00-00', ''),
(900, 103, 'PD', 'WLG_PD-W33620', 'PD-W33620', 'PD-W33620. Compass LED Pendant.', 1, 0, '', '3000K', '90', '35W', '3,200 lm', '35,000 hours', '100%-10% electronic low voltage (ELV) dimming', '277V', '', 'Designed with the precision engineering and robust performance of the magnetic device utilized for geographic direction. Constructed with appealing aluminum hardware that embraces mouth blown etched opal glass.', 'http://www.waclighting.com/product/3125', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PD-W36620_SP_091417.pdf', '2017-09-14', '2018-04-05', '0000-00-00', ''),
(901, 102, 'SLD', 'ZTB_SLD-R-2-5', 'SLD-R-2-5', 'SLD-R-2-5. SLOTLIGHT LED Recessed 2.5\".', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '80; 90', '3.7W/Ft; 4.8W/Ft; 5.9W/Ft; 7.3W/Ft; 8.7W/Ft', '350 Lm/Ft; 450 Lm/Ft; 550 Lm/Ft; 650 Lm/Ft; 750 Lm/Ft', '50,000 hours rated life. L80', '0-10 V Dimming Driver 120/277V; DALI Dimming 120/277V;  Lutron HiLume A-Series Dimming Driver 120/277V;  Lutron A-Series Driver Wired for 3-Wire Control 120/277V', '120/277V', 'Direct; Direct with Spotlights; Spotlights Only', 'SLOTLIGHT LED II provides consistent, end-to-end illumination and distinctive, pure light. A flexible architectural lighting solution, SLOTLIGHT LED II is both efficient and uniform, perfect for any application.', 'http://zumtobel.us/all-products/slotlight-led/20/', 'http://zumtobel.us/media/product_spec_sheets/2018-02-21_06-25-37/Zumtobel_SPEC-SLOTLIGHTLED2-RECESSED-2.5.pdf', '2018-02-20', '2018-04-05', '0000-00-00', ''),
(902, 103, 'PD', 'WLG_PD-837', 'PD-837', 'PD-837. Deco Pendant.', 1, 0, '', '3000K', '90', '16W', '1,000 lm', '69,000 hours', '100% - 5% ELV', '120V-220V-277V', '', 'Born out of an aspirational mid 20th century period of design, Deco adds a modern art deco twist to any home or business. The evenly lit mouth blow opal glass is illuminated by advanced LED technology with a spun aluminum shade, finished with brushed aluminum on top and a hand applied white in the interior.', 'http://www.waclighting.com/product/3303', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PD-83720.pdf', '2017-02-10', '2018-04-05', '0000-00-00', ''),
(903, 104, 'FH', 'AAL_FH', 'FH', 'FH. Flex LED.', 1, 0, '', '3000K, 4000K, 5000K', '70, 80', '31-150 W', '3616 - 7692 Lumens', '>60Khrs', '0-10V dimming', '120-277V', 'Types II, III, IV, V and custom distributions', 'Product Description Flex features AALs exclusive MicroCore technology which provides ample, smooth, even illumination of the environment. The precision aiming system of AALs MicroCore technology ensures that even when looking directly at the luminaire, only one-half of the LEDs can be viewed at any given time. Upgrade kits are available for existing HID installations. Multiple arm designs and mounting options, including single, twin, tri and quad shape, form a versatile create it yourself look.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Flex/p/220804', 'https://hubbellcdn.com/specsheet/aal_fhled_spec.pdf', '2017-05-24', '2018-04-05', '0000-00-00', ''),
(904, 102, 'SLD', 'ZTB_SLD-S-4', 'SLD-S-4', 'SLD-S-4. SLOTLIGHT LED Surface Mount 4\".', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '80; 90', '3.7W/Ft; 4.8W/Ft; 5.9W/Ft; 7.3W/Ft; 8.7W/Ft', '350 Lm/Ft; 450 Lm/Ft; 550 Lm/Ft; 650 Lm/Ft; 750 Lm/Ft', '50,000 hours rated life. L80', '0-10 V Dimming Driver 120/277V; DALI Dimming 120/277V;  Lutron HiLume A-Series Dimming Driver 120/277V;  Lutron A-Series Driver Wired for 3-Wire Control 120/277V', '120/277V', 'Direct; Direct with Spotlights; Spotlights Only', 'SLOTLIGHT LED II provides consistent, end-to-end illumination and distinctive, pure light. A flexible architectural lighting solution, SLOTLIGHT LED II is both efficient and uniform, perfect for any application.', 'http://zumtobel.us/all-products/slotlight-led/25/', 'http://zumtobel.us/media/product_spec_sheets/2018-02-21_06-28-11/Zumtobel_SPEC-SLOTLIGHTLED2-SURFACE-4.pdf', '2018-02-20', '2018-04-05', '0000-00-00', ''),
(905, 103, 'PD', 'WLG_PD-457', 'PD-457', 'PD-457. E=MC2 Linear Pendant.', 1, 0, '', '3000K', '90', '30W', '1,770 lm', '36,000 hours', '100% - 10% ELV', '120-277V', '', 'An engineering marvel, E=MC2 is an impossibly tiny half inch tall by half inch wide linear pendant with an incredibly powerful LED illumination. An adjustable leveler provides custom positioning from the sleek low profile canopy. E=MC2 is suspended on two thin low profile cables without the need for an additional power cord, lending to a simple and minimalistic design. Adjustable to different lengths through a push-pin locking mechanism at the canopy.', 'http://www.waclighting.com/product/3298', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PD-45747-SP.pdf', '2017-03-07', '2018-04-05', '0000-00-00', ''),
(906, 103, 'PD', 'WLG_PD-51712', 'PD-51712', 'PD-51712. Rocket Pendant.', 1, 0, '', '2700K', '90', '12W', '882 lm', '60,000 hours', 'Smooth and continuous ELV dimming', '277V', 'Downlight', 'A high performance LED downlight in a retro style metal pendant available in three lustrous plated metal finishes.', 'http://www.waclighting.com/product/2852', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PD-51712_SP_091417.pdf', '2017-09-14', '2018-04-05', '0000-00-00', ''),
(907, 104, 'PKW', 'AAL_PKWM', 'PKWM', 'PKWM. Pedestrian Horizontal LED.', 1, 0, '', '3000K, 4000K, 5000K', '70', '50W, 71W', '1 000 - 10 000 Lumens', '>60Khrs', '0-10V dimmin', '120-277V', 'Type II, III and IV', 'Parkway square is a complete family of luminaires that harmoniously combine the ultimate in style with technological sophistication. Parkway Square is scaled in two sizes of luminaires plus a matching bollard, and features unique appointments and design elements sure to meet the needs of any project. The unique design of Parkway Square allows you to mix-and-match between four optical systems, including AALs high performance LED technology, three hood styles, five decorative screen options, and four unique arms, to truly customize your luminaire. Parkway Square Pedestrian scale is designed for mounting heights of 10 to 14 and is ideal for pedestrian areas, building perimeters, streetscapes, store fronts and atriums.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Parkway-Square-Pedestrian/p/220839', 'https://hubbellcdn.com/specsheet/aal_pkwm_YH_spec.pdf', '2017-05-10', '2018-04-05', '0000-00-00', ''),
(908, 103, 'PD', 'WLG_PD-21828', 'PD-21828', 'PD-21828. Omega Pendant.', 1, 0, '', '3000K', '90', '33W', '2,426 lm', '50,000 hrs', '100% - 10% ELV; 100%-5% 0-10V', '120V-277V', 'Indirect', 'Modern matte finishes and lustrous contrast of intricate gold ridges give this simple form an understated complexity, while energy efficient led modules radiate with pure, even, indirect light.', 'http://www.waclighting.com/product/3425', 'http://www.waclighting.com/sites/waclighting.com/files/product/specsheet/PD-218_SP.pdf', '2018-02-19', '2018-04-05', '0000-00-00', ''),
(909, 104, 'KB6', 'AAL_KB6', 'KB6', 'KB6. Bollard.', 1, 0, '', '3000K, 4000K, 5000K', '73, 74', '14W, 29W', '1000 - 2,500 lm', '70K hrs', '0-10V', '120-277V, 347V, 480V', 'Asymmetric, Symmetric; Type II, Type III, Type IV, Type V, Type V;', 'KicK Bollard brings best in class performance and technology with optics capable of IES distributions or comfortable pixel free illumination. Every aspect of the bollard is both configurable and customizable, enabling it to be the ultimate low level luminaire.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Bollards/KicK-Bollard/p/1983143', 'https://hubbellcdn.com/specsheet/aal_kb6_spec.pdf', '2017-11-01', '2018-04-05', '0000-00-00', ''),
(910, 104, 'PKW', 'AAL_PKWB', 'PKWB', 'PKWB. Parkway Square Bollard.', 1, 0, '', '3000K, 4000K, 5000K', '70', '≤30 W', '1000 - 2,500 lm', '', '0-10V', '120-277V', 'Asymmetric, symmetric', 'Parkway square is a complete family of luminaires that harmoniously combine the ultimate in style with technological sophistication. Parkway Square is scaled in two sizes of luminaires plus a matching bollard, and features unique appointments and design elements sure to meet the needs of any project. The unique design of Parkway Square allows you to mix-and-match between four optical systems, including LED, and five decorative screen options to truly customize your luminaire. Parkway Square Bollard coordinates perfectly with other Parkway Square family members. Install along walkways, in parks, and anywhere else way finding illumination is required.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Bollards/Parkway-Square-Bollard/p/220619', 'https://hubbellcdn.com/specsheet/aal_pkwb_spec.pdf', '2018-01-17', '2018-04-05', '0000-00-00', ''),
(911, 104, 'K', 'AAL_K5', 'K5', 'K5. Medium Scale.', 1, 0, '', '3000K, 4000K, 5000K', '70', '87W, 122W, 174W', '5 000 - 30 000 lm', '>60K hrs.', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, Type III, Type IV', 'KicK™ is the ultimate embodiment of sophistication in contemporary outdoor illumination. The award winning KicK and it\'s patent pending optical system bring the lighting industry\'s first angled housing capable of IES distributions with no up-light for fully shielded glare free illumination. KicK is configurable as a pole mount, integral pole mount with 1-4 fixtures as well as a \'staggered twin\'. KicK is California Title 24 compliant with wiScape (WIR), wiScape/Integral Motion Sensor (WIRSC), and Photo-Control/Motion Sensor (SCP) integrated control options.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/KicK-Medium/p/220814', 'https://hubbellcdn.com/specsheet/aal_k5_spec.pdf', '2017-11-06', '2018-04-05', '0000-00-00', ''),
(912, 104, 'KM', 'AAL_KM5', 'KM5', 'KM5. KicK Mini Medium Scale.', 1, 0, '', '3000K, 4000K, 5000K', '70', '≤30 W, 31-150 W', '1000 - 2,500 lm', '>60K hrs.', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, III and IV', 'KicK Mini was designed for a wide range of low mounting height and wall mount applications. KM5 brings the performance and features of the full size KicK luminaires into a smaller form factor for architectural pole or building mount applications.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/KicK-Mini-Medium/p/1506255', 'https://hubbellcdn.com/specsheet/aal_km5_spec.pdf', '2017-11-01', '2018-04-05', '0000-00-00', ''),
(913, 104, 'KM', 'AAL_KM4', 'KM4', 'KM4. KicK Mini Small Scale.', 1, 0, '', '3000K, 4000K, 5000K', '70', '24W, 33W', '1000 - 2,500 lm', '>60K hrs.', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, Type III, Type IV', 'KicK Mini was designed for a wide range of low mounting height and wall mount applications. KM4 is the most compact version of KicK and is ideal for even the most discrete architectural applications', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/KicK-Mini-Small/p/1506254', 'https://hubbellcdn.com/specsheet/aal_km4_spec.pdf', '2017-11-01', '2018-04-05', '0000-00-00', ''),
(914, 104, 'K', 'AAL_K4', 'K4', 'K4. Small Scale.', 1, 0, '', '3000K, 4000K, 5000K', '70', '46W, 64W', '4503 - 6932 Lumens', '>60K hrs.', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, III and IV', 'KicK is the ultimate embodiment of sophistication in contemporary outdoor illumination. The award winning KicK and it\'s patent pending optical system bring the lighting industry\'s first angled housing capable of IES distributions with no up-light for fully shielded glare free illumination. KicK is configurable as a pole mount, integral pole mount with 1-4 fixtures as well as a \'staggered twin\'. KicK is California Title 24 compliant with wiScape (WIR), wiScape/Integral Motion Sensor (WIRSC), and Photo-Control/Motion Sensor (SCP) integrated control options.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/KicK-Small/p/220809', 'https://hubbellcdn.com/specsheet/aal_k4_spec.pdf', '2017-11-02', '2018-04-05', '0000-00-00', ''),
(915, 104, 'PV', 'AAL_PV', 'PV', 'PV. Pivot LED.', 1, 0, '', '3000K, 4000K, 5000K', '70', '60 - 120 Watts', '2279 - 21400 Lumens', '>36K hrs', '0-10V dimming', '120-277V', 'Wall wash, grazing, highlight of signage or indirect illumination.', 'Pivot® delivers on LED lumen output and design flexibility for linear floodlighting applications. Ideal for wall wash, grazing, highlight of signage or indirect illumination, Pivot® may be configured as individual lengths or in continuous rows.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Flood-Lighting/Pivot/p/220653', 'https://hubbellcdn.com/specsheet/aal_pv_led_spec.pdf', '2018-02-14', '2018-04-05', '0000-00-00', ''),
(916, 104, 'M', 'AAL_M2', 'M2', 'M2. Mitre LED.', 1, 0, '', '3000K, 4000K, 5000K', '70', '49W, 75W', '2383 - 6668 Lumens', '>60K hrs', '0-10V dimming', '120-277V', 'Types II, III, IV, V and custom distributions', 'The classic geometric form of the Mitre complements architectural expressions of precision, structure and line. The medium scale can be pole or wall mounted and features full cutoff optics. A matching wall sconce, bollard and large scale luminaire also available. Mitre medium size is now available with MicroCore technology!', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Wall-Mount/Mitre-Medium/p/220822', 'https://hubbellcdn.com/specsheet/aal_m2led_spec.pdf', '2017-05-12', '2018-04-05', '0000-00-00', ''),
(917, 104, 'CY', 'AAL_CY2', 'CY2', 'CY2. Pedestrian Scale.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '70, 80', '25W, 40W, 50W', '2,500, 3,500, 4,500 Lumens', '>60K hrs', '0-10V dimming', '120-277V, 347V, 480V', 'Type I, II, III and IV, 15°, 60°', 'Whether lighting a path, accenting a colonnade, or grazing an expansive wall, Cypher allows designers to mix and match optics for best-in-class aesthetics and performance. The large 14 Pedestrian Scale Cypher offers 3 lumen packages 2,500, 3,500 or 4,500 nominal lumens appropriate for mounting heights of 8 to 20\'.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Wall-Mount/Cypher---Pedestrian-Scale/p/2322338', 'https://hubbellcdn.com/specsheet/aal_cy2_spec.pdf', '2018-02-14', '2018-04-05', '0000-00-00', ''),
(918, 104, 'CY', 'AAL_CY1', 'CY1', 'CY1. Accent Scale.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '70, 80', '15W, 25W', '1500, 2500 lumens', '>60K hrs', '0 - 10V dimming', '120-277V', 'Type I, II, III and IV, 15°, 60°, Diffused', 'Whether lighting a path, accenting a colonnade, or grazing an expansive wall, Cypher allows designers to mix and match optics for best-in-class aesthetics and performance. The small 9 Accent Scale Cypher offers 2 lumen packages 1,500 or 2,500 nominal lumens appropriate for mounting heights of 6 to 12\'.', 'https://www.hubbell.com/architecturalarealighting/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Wall-Mount/Cypher---Accent-Scale/p/2322339', 'https://hubbellcdn.com/specsheet/aal_cy1_spec.pdf', '2018-02-14', '2018-04-05', '0000-00-00', ''),
(919, 105, 'Area, Site & Roadway', 'BCN_CRZ', 'CRZ', 'CRZ. Cruzer.', 1, 0, '', '3000K; 4000K; 5000K', '70', '27W - 136W', '5,001-10,000 lm; 10,001-30,000 lm', '>434,000 hours L70', '0-10V', '120-277V; 347V; 480V', 'T2; T3; T4; T5QM; T5R; T5W', 'The Beacon Cruzer luminaire is a pole mounted luminaire with a field replaceable LED light engine & optical bezel system. Internal components are totally enclosed in a rain-tight and corrosion resistant die cast aluminum housing. The Cruzer luminaire is NRTL listed and suitable for wet locations.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Cruzer/p/220568#productPageTabDiv', 'https://hubbellcdn.com/specsheet/Cruzer_LED_spec_sheet.pdf', '2017-12-18', '2018-04-06', '0000-00-00', ''),
(920, 106, 'MLAL', 'WDN_MLAL-S/SD', 'MLAL-S/SD', 'MLAL-S/SD. MACH LED PLUS forty.', 1, 0, '', '5000K', '> 80', '5-21,5W', '', '> 60,000 hours L70', '', '100/120/220 – 240 V', '40°; 90°', 'Thanks to many different kinds of lighting characteristics, MACH LED PLUS.forty supports a variety of visual tasks, even if sometimes space is limited. \n\nMaximum light for minimum space. \nWith an outer diameter of 40 mm and a minimum length of 190 mm MACH LED PLUS.forty enables high illuminance even in the most restricted space.\nIt\'s output density is very impressive: just a single luminaire of the shortest version enables standard-compliant illumination of smaller working spaces.\n\nTwo angles of illumination for a single purpose.\nLarge-scale monitoring or focused observation, to enable optimum lighting\nfor many visual tasks, the MACH LED PLUS.forty is available with either 40° or 90° angle of illumination.\n\nModern light for modern machines.\nThe MACH LED PLUS.forty reflects the state-of-the-art technology: the latest LED technology, specially developed optics system and the most modern housing concept by the Engineer of Light. MACH LED PLUS.forty: high-tech light for high-tech machines.', 'https://www.waldmann.com/home/industry/products/surface-mounted_luminaires/mach_led_plusforty~ff8081814eba67da014ecfa7044211aa.en.html', 'https://www.waldmann.com/waldmann-media/file/ff8081813ba8cf63013ba8ecede20490.de.0/mlp_en.pdf', '2015-09-02', '2018-04-06', '0000-00-00', ''),
(921, 105, 'Area, Site & Roadway', 'BCN_MA/A', 'MA/A', 'MA/A. Matrix.', 1, 0, '', '3000K; 4000K; 5000K', '70; 80; 90', '260W - 555W', '33,000 lm - 60,000 lm', '>145,000 L70; >150,000 L70', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC; 247 VAC; 480 VAC', 'IES Type I; IES Type II; IES Type III; IES Type IV; IES Type V', 'The Beacon Matrix luminaire is available in three configurations with a wide choice of different LED wattage configurations and optical distributions designed to replace HID lighting up to 1000W MH or HPS. Luminaires are suitable for wet locations.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Matrix-MAA/p/2316104', 'https://hubbellcdn.com/specsheet/Matrix_area_spec_sheet.pdf', '2018-03-30', '2018-04-06', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(922, 106, 'MSAL', 'WDN_MSAL-S', 'MSAL-S', 'MSAL-S. LUMATRIS.', 1, 0, '', '5800K', '>80', '10-62W', '', '>50,000 hours L70', '', '', '', 'LUMATRIS brings the latest LED technology to medium- and large-sized machines. Waldmann knows that in mechanical engineering competitive ability equals the sum of innovative components and functions. LUMATRIS transforms the spot light characteristics of LEDs economically into an extremely homogeneous area light.', 'https://www.waldmann.com/home/industry/products/surface-mounted_luminaires/lumatris~8a8181f3478c745f01478c9297430123.en.html', 'https://www.waldmann.com/waldmann-media/file/ff8081813ba8cf63013ba8ecede20490.de.0/lumatris_en.pdf', '2014-12-08', '2018-04-06', '0000-00-00', ''),
(923, 105, 'Area, Site & Roadway', 'BCN_VP-L', 'VP-L', 'VP-L. Viper Large.', 1, 0, '', '3000K; 4000K; 5000K', '70', '135W - 395W', '10,001-30,000 lm', '>377,000 L70', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC; 347 VAC; 480 VAC', 'IES Type I; IES Type II; IES Type III; IES Type IV; IES Type V', 'The Beacon Viper luminaire is available in two sizes with a wide choice of different LED wattage configurations and optical distributions designed to replace HID lighting up to 1000W MH or HPS. Luminaires are suitable for wet locations.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Viper-Large/p/249167', 'https://hubbellcdn.com/specsheet/Large_Viper_LED_NB_spec.pdf', '2017-11-09', '2018-04-06', '0000-00-00', ''),
(924, 106, 'RF', 'WDN_RFD/RFF/RFJ', 'RFD/RFF/RFJ', 'RFD/RFF/RFJ. ROCIA.focus Precisely focused.', 1, 0, '', '5000K', '>80', '8.5W; 9.5W', '', '>60,000 hours L70', '', '100–240V', '10°; 40°', 'ROCIA.focus in the flexible-tube luminaire design offers a lot of freedom when setting the light that fits perfectly. Its flexible tube with additional head joint makes it mobile and focuses the light directly and quickly – always exactly where it is needed. Even where space is limited, the lighting can be aligned exactly thanks to its flexible tube.', 'https://www.waldmann.com/home/industry/products/flexible-tube_luminaires/rociafocus~ff80818153176fbc0153e0011a1c430b.en.html', 'https://www.waldmann.com/waldmann-media/file/ff8081813ba8cf63013ba8ecede20490.de.0/rocia_en.pdf', '2016-07-18', '2018-04-06', '0000-00-00', ''),
(925, 105, 'Area, Site & Roadway', 'BCN_VPS', 'VPS', 'VPS. Viper Small.', 1, 0, '', '3000K; 4000K; 5000K', '70', '55W - 136W', '5,001-10,000 lm; 10,001-15,000 lm', '>470,000 L70', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC; 347 VAC; 480 VAC', 'IES Type I; IES Type II; IES Type III; IES Type IV; IES Type V', 'The Beacon Viper luminaire is available with a wide choice of different LED Wattage configurations and optical distributions designed to replace HID lighting up to 400W MH or HPS.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Viper-Small/p/249168', 'https://hubbellcdn.com/specsheet/Viper_Small_LED_spec_sheet.pdf', '2018-03-29', '2018-04-06', '0000-00-00', ''),
(926, 106, 'SOL', 'WDN_SOL-1', 'SOL-1', 'SOL 1. MINELA Flexible-Tube Luminaire.', 1, 0, '', '4000K', '> 80', '7W', '', '', 'Continuosly dommable', '100–240V', 'Direct', 'MINELA combines light quality, energy efficiency and design standard at a high level. The LED luminaire also impresses with its cleverly designed thermal management, which provides a long service life and low heating of the luminaire head.', 'https://www.waldmann.com/home/industry/products/flexible-tube_luminaires/minela~ff80818148b193700148c5b582000d43.en.html', 'https://www.waldmann.com/externalfiles/datasheet/112929000-00595321US.PDF', '2018-03-15', '2018-04-06', '0000-00-00', ''),
(927, 105, 'Decorative & Post Top', 'BCN_2A24', '2A24', '2A24. Acorns.', 1, 0, '', '3000K; 4000K; 5000K', '', '27W - 65W', '1,000-2,500 lm; 2,501-5,000 lm; 5,001-10,000 lm', '', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC; 347 VAC; 480 VAC', 'IES Type II; IES Type III; IES Type IV; IES Type V', 'The Beacon Acorn luminaire is available with a choice of different LED Wattage configurations and optical distributions designed to replace HID lighting up to 400W MH or HPS.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Acorns/p/249031', 'https://hubbellcdn.com/specsheet/Acorns_spec_sheet_redesign.pdf', '2017-11-16', '2018-04-06', '0000-00-00', ''),
(928, 106, 'ABL', 'WDN_ABLL-1', 'ABLL-1', 'ABLL 1. ABL Pivoting-head luminare.', 1, 0, '', '5600K', '>75', '3W', '', '>50,000 hours (L70)', '', '', 'Direct; wide-angled beam; narrow-angled beam', 'This may sound contradictory: The ABL is so small because it performs an essential task. With its compact dimensions and its integrated ball joint, it directs light to places where it seems almost impossible, but where it is urgently needed.', 'https://www.waldmann.com/home/industry/products/pivoting-head_luminaires/abl~ff80818148b193700148c5b5fdce0d51.en.html', 'https://www.waldmann.com/externalfiles/datasheet/112353001-00041941US.PDF', '2018-03-15', '2018-04-06', '0000-00-00', ''),
(929, 105, 'Decorative & Post Top', 'BCN_T5-AC-C5', 'T5-AC-C5', 'T5 AC C5. Brighton.', 1, 0, '', '3000K; 4000K; 5000K', '', '31-150W', '2,501-5,000 lm; 5,001-10,000 lm', '50,000 hours at full load and 25°C', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC; 347 VAC; 480 VAC', 'IES Type II; IES Type III; IES Type IV; IES Type V', 'The Brighton is a perfect solution for Streetscapes, Hospitality, and Education environments.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/Brighton/p/249044', 'https://hubbellcdn.com/specsheet/Brighton_LED_spec_sheet.pdf', '2017-07-19', '2018-04-06', '0000-00-00', ''),
(930, 106, 'RLLQ', 'WDN_RLLQ-48-R', 'RLLQ-48-R', 'RLLQ-48-R. TEVISIO Magnifier Luminaire.', 1, 0, '', '4000K', '90', '14W', '', '', '', '100-240V', '', 'TEVISIO supports demanding viewing tasks with ergonomic perfection. Whether in the electronic, metal or watch sector, whether in assembly, workshop or inspection: TEVISIO is essential wherever demands on viewing are highest. With its highly developed LED technology, innovative arm technology and a field of vision ideally matched to the distance to the eye, the TEVISIO magnifier luminaire offers optimum efficiency and ergonomics at the workplace.', 'https://www.waldmann.com/home/industry/products/magnifier_luminaires~8a8181f347628df3014762a70596003b.en.html', 'https://www.waldmann.com/externalfiles/datasheet/112918000-00490893US.PDF', '2018-03-15', '2018-04-06', '0000-00-00', ''),
(931, 105, 'Decorative & Post Top', 'BCN_LC5', 'LC5', 'LC5.', 1, 0, '', '3000K; 4000K; 5000K', '70', '13W - 50W', '1,000-2,500 lm; 2,501-5,000 lm', '50,000 hours at full load and 25°C', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC', 'Symmetric', '505 Light Column is a ¼” 5” diameter aluminum luminaire with a 5” diameter translucent white acrylic upper tube that is provided with a LED heat sink.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/LC5/p/249097', 'https://hubbellcdn.com/specsheet/505_LED_spec_sheet.pdf', '2017-07-19', '2018-04-06', '0000-00-00', ''),
(932, 106, 'SNLQ', 'WDN_SNLQ-54/2', 'SNLQ-54/2', 'SNLQ 54/2. SNLQ Magnifier Luminaire.', 1, 0, '', '4000K', '>95', '12W', '', '', 'multi-stage switchable', '100/120/220 – 240 V', '', 'SNLQ brings literally \"light and shadow\": It allows you to use light incidence with significant shadow to recognise certain details. However, the SNLQ also provides completely shadow-free light – for example for assembly and inspection tasks. This special magnifier luminaire changes its lighting character simply with the flick of a switch.', 'https://www.waldmann.com/home/industry/products/magnifier_luminaires/snlq~ff80818148b193700148c5b7d2ff0d90.en.html', 'https://www.waldmann.com/externalfiles/datasheet/113460000-00695501US.PDF', '2018-03-15', '2018-04-06', '0000-00-00', ''),
(933, 105, 'Decorative & Post Top', 'BCN_SETI', 'SETI', 'SETI.', 1, 0, '', '3000K; 4000K; 5000K', '', '55W', '2,501-5,000 lm', '50,000 hours L70', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC', 'IES Type II; IES Type III; IES Type IV; IES Type V', 'As a NO glare indirect LED lighting fixture, the\r\nSETI is ideal for walkways, atriums and other\r\nexterior and interior applications with high\r\npedestrian traffic. A wide range of top shade options offers the architect a design solution to complement its setting while energy efficiency is achieved to meet the requirements of a LEED certified design.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Decorative-Post-Top/SETI/p/249145', 'https://hubbellcdn.com/specsheet/SETI_LED_spec_sheet.pdf', '2017-03-23', '2018-04-06', '0000-00-00', ''),
(934, 106, 'ALE', 'WDN_ALE-458', 'ALE-458', 'ALE-458. Inspection Luminaire.', 1, 0, '', '5300K', '> 90', '232W', '', '', '', '220-240V', '', 'ALE is the standardised inspection light for production and quality assurance, when premium colour fidelity and surface quality are key. ALE ensures that visual inspections can be carried out without undesirable metameric effects or other disruptive influences.', 'https://www.waldmann.com/home/industry/products/inspection_luminaires/ale~ff80818148b193700148c5c2bec30ea3.en.html', 'https://www.waldmann.com/externalfiles/datasheet/101442000-00089047US.PDF', '2018-03-15', '2018-04-06', '0000-00-00', ''),
(935, 105, 'Ceiling, Canopy & Garage', 'BCN_CLO', 'CLO', 'CLO. Ceileo.', 1, 0, '', '3000K; 4000K; 5000K', '70', '55W', '5147 lm - 6267 lm', '200,000 hours of projected life', '0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC', 'IES Type V', 'Ceileo is a commercial grade LED outdoor and indoor canopy downlight that utilizes high powered LEDs with precise and efficient optical control and on board wattage and lumen choices. Ceileo is designed to replace up to 175W and 250 watt HID lamps with 55 watts and reduce maintenance by delivering over 200,000 hours of projected life.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Ceiling-Canopy-Garage/Ceileo/p/249049', 'https://hubbellcdn.com/specsheet/Ceileo_LED_spec_sheet.pdf', '2017-11-20', '2018-04-06', '0000-00-00', ''),
(936, 106, 'H10', 'WDN_H10-000', 'H10-000', 'H10-000. TAUREO Continuous-Row Systems.', 1, 0, '', '3000K-6500K', '>80', '28W; 34W', '3,300-4,000 lm', '60,000 hours (L80 / B10)', 'dimmable 1–10V; DALI', '100–120V; 220–240V', 'wide-spread, narrow-spread, extra narrow-spread, double asymmetrical', 'TAUREO emphasises the importance of Waldmann as quality brand for high-quality lighting solutions at the workplace: Via this new LED continuous-row system, the Engineer of Light addresses the hall lighting topic and supplements his concept of intelligent lighting solutions for industry by another convincing component. As a modular system, TAUREO offers the suitable light in each case for different requirements, such as those found, for example, in productions halls, logistics halls, storage halls or cooling facilities. Thanks to its system character, TAUREO adapts itself also very easily to changed conditions.', 'https://www.waldmann.com/home/industry/products/continuous-row_systems/taureo~ff80818148b193700148c5c3913f0ebf.en.html', 'https://www.waldmann.com/waldmann-media/file/ff8081813ba8cf63013ba8ecede20490.de.0/taureo_en.pdf', '2016-01-11', '2018-04-06', '0000-00-00', ''),
(937, 105, 'Ceiling, Canopy & Garage', 'BCN_EDR', 'EDR', 'EDR. Endura.', 1, 0, '', '3000K; 4000K; 5000K', '70', '27W - 110W', '2350 lm - 13147 lm', '>587,000 L70', 'Step-dimming; 0-10V', '120 VAC; 208 VAC; 220 VAC; 240 VAC; 277 VAC; 347 VAC; 480 VAC', 'IES Type V', 'The Endura is a ceiling surface mounted or pendant mounted parking structure luminaire with a field replaceable LED light-engine & optical bezel system. Internal components are totally enclosed in a rain-tight and corrosion-resistant die cast aluminum housing. The Endura Luminaire is CSA listed and suitable for damp locations (wet location available on request).', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Ceiling-Canopy-Garage/Endura/p/249070', 'https://hubbellcdn.com/specsheet/Endura_LED_spec_sheet.pdf', '2017-12-21', '2018-04-06', '0000-00-00', ''),
(938, 38, '0-10', 'IOL_0-10-I', '0-10-I', '0 10 I. Closet Rod 1.5.', 1, 0, '', '2700K, 3000K', '80+, 90+', '3.81 W/Ft', '253 - 284 lms/ft', '50,000 Hours', '0-10V dimming', '120V', '65°', 'io Lighting\'s illuminated closet rod provides an even distribution of light along the length of the closet rod. A 65° beam spread does a superior job illuminating not only the shoulder portion of the clothing, but also the area between each piece of clothing revealing the textural aspects of the clothing. No UV or IR rays are emitted from the closet rod\'s beam. The closet rod 1.5 is great for retail display applications and, of course, any closet. Hotels, hospitals, offices and hospitality applications all have closets that could use an illuminated closet rod that delivers superior white light while utilizing very little energy. Projected average rated life is 50,000 hours at 70% of lamp lumen output. Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_125538.ssd.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-15-closet-sss.pdf', '2014-11-04', '2018-04-06', '0000-00-00', ''),
(939, 106, 'HIAL', 'WDN_HIAL-30000', 'HIAL-30000', 'HIAL 30000. ACANEO High Bay Luminaire.', 1, 0, '', '4000K, 5000K, 6500K', '', '230W', '14,000 lm; 20,000 lm; 30,000 lm', '60 000 hours L80', 'switchable; 1 – 10 V;  DALI;  DALI-CLO', '', 'narrow-beam; wide-beam', 'ACANEO is the ideal solution for wide-area general illumination of buildings with high room heights: We create efficient illumination in halls up to 30 metres in height. This increases the performance of staff and the quality of their work. ACANEO also provides an important contribution to a positive energy balance. Your company benefits from these factors: Social responsibility and commitment to the environment have a favourable effect on the cost-efficiency.', 'https://www.waldmann.com/home/industry/products/high_bay_luminaires~ff808181525e1b6f01526481d71154c9.en.html', 'https://www.waldmann.com/waldmann-media/file/ff8081813ba8cf63013ba8ecede20490.de.0/acaneo_en.pdf', '2017-04-18', '2018-04-06', '0000-00-00', ''),
(940, 105, 'Ceiling, Canopy & Garage', 'BCN_ORB', 'ORB', 'ORB. Orbeon surface/ceiling/garageluminaire.', 1, 0, '', '3000K; 4000K; 5000K', '70', '40W; 60W', '3849 lm - 7077 lm', '100,000 hours of projected life', '0-10V', '120-277V', 'IES Type V', 'Orbeon is a commercial grade LED parking garage and canopy luminaire which utilizes high powered LEDs, precise efficient optical control, and features application versatility through integrated intelligent control options. Orbeon is designed to replace up to 100 Watt HID lamps with 40 watts and 175 Watt HID lamps with 60 watts while at the same time reducing maintenance by delivery of over 100,000 hours of projected life.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Ceiling-Canopy-Garage/Orbeon/p/249126', 'https://hubbellcdn.com/specsheet/Orbeon_LED_spec_sheet.pdf', '2017-12-21', '2018-04-06', '0000-00-00', ''),
(941, 38, '0-03', 'IOL_0-03-I', '0-03-I', '0 03 I. 75 Asymmetric.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '1.02 - 5.08 w/ft', '72 - 438 lms/ft', '50,000 hours', '0-10V dimming down to 1%, 10%;', '120V, 277V', 'Asymmetric', 'io Lighting\'s line series .75 is approximately .75\" x .75\" in cross section. Its low profile housing enables functional luminous intensities from \"tight\" architectural details such as niches, coves and casework. Similar to halogen light sources, LEDs are point sources that offer superior definition to three-dimensional objects and sparkle to reflective surfaces. series .75 is a low voltage linear accent luminaire that may be ordered in incremental lengths that range from 6\" to 72\" nominal. The asymmetric beam spread is optimized for a forward throw distribution. Projected average rated life is 50,000 hours at 70% of lamp lumen output. line series .75 is LM79 and LM 80 compliant and UL listed for dry locations. Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_125543.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-line.75-asym-sss.pdf', '2016-06-30', '2018-04-06', '0000-00-00', ''),
(942, 105, 'Wall Mount', 'BCN_TRV-D/TRV-U', 'TRV-D/TRV-U', 'TRV-D/TRV-U. Traverse.', 1, 0, '', '3000K; 4000K; 5000K', '70; 80', '27W - 136W', '2392 lm - 16434 lm', '>560,000 hours L70', '0-10V', '120-277V; 347V; 480V', 'IES Type II; IES Type III; IES Type IV; Wide; Medium; Narrow', 'The Traverse luminaire is a wall surface mounted luminaire with a field replaceable LED light engine & optical bezel system. Internal components are totally enclosed in rain-tight and corrosion-resistant die cast aluminum housing. The TRV Luminaire is suitable for wet locations.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Wall-Mount/Traverse/p/249157', 'https://hubbellcdn.com/specsheet/Traverse_LED_spec_sheet.pdf', '2017-07-18', '2018-04-06', '0000-00-00', ''),
(943, 69, 'CP4R', 'LGL_CP4RB07', 'CP4RB07', 'CP4RB07. CorePro LED Downlight.', 1, 0, '', '3000K; 4000K', '80; 90', '11W', '750 lm; 800 lm; 850 lm', '50,000 hours', '10%-100% dimming', '120V', 'Downlight', 'The CorePro LED downlight family is Philips Lightolier\'s low cost LED recessed downlight that meets Energy Star and Title-24 compliance for residential and light commercial spaces. The family\'s complete offering of IC/Airseal remodeler and IC/Airseal new construction frame-in kit allows CorePro to go beyond retrofit appliactions.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/corepro-led-downlight.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDownlighting%2b%40SubCategory%3aGeneral+Purpose+Downlighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CorePro_LED_Downlight_CP4.pdf', '2016-12-01', '2018-04-06', '0000-00-00', ''),
(944, 38, '0-03', 'IOL_0-03-I-S', '0-03-I-S', '0 03 I S. 75 Symmetric.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '1.02 - 5.08 w/ft', '72 - 438 lms/ft', '50,000 hours', '0-10V dimming down to 1%, 10%;', '120V, 277V', '10 Degree, 25 Degree, 55 Degree;', 'io Lighting\'s line series .75 is approximately .75\" x .75\" in cross section. Its low profile housing enables functional luminous intensities from \"tight\" architectural details such as niches, coves and casework. Similar to halogen light sources, LEDs are point sources that offer superior definition to three-dimensional objects and sparkle to reflective surfaces. Series .75 is a low voltage linear accent luminaire that may be ordered in incremental lengths that range from 6\" to 72\" nominal. Beam spreads are available in 10°, 25° and 55°. The asymmetric beam spread is optimized for a forward throw distribution. Projected average rated life is 50,000 hours at 70% of lamp lumen output. line series .75 is LM79 and LM 80 compliant and UL listed for dry locations. Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_283252.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-line.75-sym-sss.pdf', '2016-06-30', '2018-04-06', '0000-00-00', ''),
(945, 105, 'Flood Lighting', 'BCN_AL-D/AL-U', 'AL-D/AL-U', 'AL D/AL U. Alpha.', 1, 0, '', '3000K; 4000K; 5000K', '70', '55W - 295W', '5308 lm - 28050 lm', '>470,000 hours L70', '0-10V', '120-277V; 347V; 480V', 'NEMA 2x2 (HxV); NEMA 4x4 (HxV); NEMA 5x5 (HxV); NEMA 6x6 (HxV); NEMA 6x4 (HxV); NEMA 5x3 (HxV); NEMA 3x5 (HxV)', 'The Alpha luminaire is a high performance LED lighting solution designed with optical versatility.', 'https://www.hubbell.com/beacon/en/Products/Lighting-Controls/Commercial-Outdoor-Lighting/Flood-Lighting/Alpha/p/226079', 'https://hubbellcdn.com/specsheet/Alpha_LED_spec_sheet.pdf', '2018-03-27', '2018-04-06', '0000-00-00', ''),
(946, 38, '0-10', 'IOL_0-10-E', '0-10-E', '0 10 E. line 1.5.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '1.02 - 5.08 w/ft', '72 - 438 lms/ft', '50,000 hours', '0-10V dimming down to 1%, 10%;', '120V, 277V', '10°, 45°, 65°', 'io Lighting\'s line series 1.5 is approximately 1.5\" in diameter. UL listed for wet locations, this LED-based linear floodlight produces luminous intensities for building facade and bridge accent illumination. Ideal for grazing, electrical feed \"plug\" connectors eliminate hardwire connections between fixtures, enabling ultimate flexibility for installation and replacement. Individual units may be placed end-to-end to create continuous rows without obvious shadows between fixtures. LEDs are similar to halogen light sources in that they are point sources that can reveal superior definition to textural surfaces and sparkle to reflective surfaces. series 1.5 is a low voltage linear luminaire available in 12\" and 18\" lengths and may be daisy chained for continuous row mounted applications. Optional beam spreads along the perpendicular axis of the fixture include 10°, 45° and 65°. Projected average rated life is 50,000 hours at 70% of lamp lumen output. Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_125544.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-line15-sss.pdf', '2014-11-04', '2018-04-06', '0000-00-00', ''),
(947, 38, '0-05', 'IOL_0-05-90ASYM', '0-05-90ASYM', '0 05 90ASYM. line 2.0 Asymmetric.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '3.52 - 10.52 w/ft', '252 - 860 lms/ft', '50,000 hours', '0-10V dimming down to 1%, 10%;', '120V, 277V', '90˚ Asymmetric', 'io Lighting\'s line series 2.0 is a low voltage linear luminaire that utilizes high brightness LEDs and may be specified for interior or exterior applications. It is approximately 2\"\" x 2\"\" in cross section. Nominal lengths include 18\"\", 36\"\", 54\"\" and 72\"\". The precise asymmetric beam spread is excellent for wall washing, sign lighting or pathway applications. Individual units may be placed end to end to create continuous rows without obvious shadows between fixtures. series 2.0\'s patented optical assembly is designed to practically eliminate stray light, making it perfect for applications where light pollution or light trespass are important design considerations. Projected average rated life is 50,000 hours at 70% of lamp lumen output. Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_283267.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-line-2.0asym-sss.pdf', '2014-11-07', '2018-04-06', '0000-00-00', ''),
(948, 69, 'PM', 'LGL_PM', 'PM', 'PM. Decorative.', 1, 0, '', '2700-4000K', '> 80 (min)', '24W; 32W', '1,800 lm; 2,400 lm', '50,000 hour', '0-10V dimming.', '120V/277V', 'even spread of illumination', 'Satin machined aluminum and hand-blown opal glass. A handsome proportion of materials engineered to provide a functional design element and an efficient luminaire.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/specification-decorative/vetro-pm-pendants.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDecorative%2b%40SubCategory%3aPendants', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/PM.pdf', '2017-06-05', '2018-04-06', '0000-00-00', ''),
(949, 38, '0-05', 'IOL_0-05', '0-05', '0 05. line 2.0 Symmetric.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '3.39 - 10.52 w/ft', '267 - 860 lms/ft', '50,000 hours', '0-10V dimming down to 1%, 10%;', '120V, 277V', '5°, 10°, 30°, 60°, 90˚', 'io Lighting\'s line series 2.0 is approximately 2\" x 2\" in cross section, which allows for luminous accents to be delivered from tight architectural details. This low voltage linear luminaire utilizes high brightness LEDs and may be specified for interior or exterior applications. Nominal lengths include 18\", 36\", 54\" and 72\". Precise beam spreads of 5°, 10°, 30° and 60° along the perpendicular axis of the fixture are well suited for accent or general illumination. Individual units may be placed end to end to create continuous rows without obvious shadows between fixtures. series 2.0\'s patented optical assembly is designed to practically eliminate stray light, making it perfect for applications where light pollution or light trespass are important design considerations. Projected average rated life is 50,000 hours at 70% of lamp lumen output. Photometrics are available online.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_125545.brands.lighting!io_led!linear.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/io_led/spec_sheets/io-linear-line20-symmetric-sss.pdf', '2015-02-02', '2018-04-06', '0000-00-00', ''),
(950, 69, 'LLAV', 'LGL_LLAV20', 'LLAV20', 'LLAV20. Accessory.', 1, 0, '', '2700K; 3000K; 4000K', '80; 90', '28W', '2,000 lm', '50,000 hours', 'Philips Controls Sunrise (3.97%); Philips Controls (13.97%); Lutron Skylark (4.03%); Leviton Decora (4.01%)', '120V', 'Narrow Spot; Spot; Narrow flood; Flood', 'Alcyon LED Vertical Accessory that is compatible with both track and recessed versions.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/alcyon-led-vertical-accessory.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Systems+and+Accessories', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/AlcyonLED-28W-VerticalCylinder-LLAV20.pdf', '2016-05-18', '2018-04-06', '0000-00-00', ''),
(951, 69, 'PW', 'LGL_PW', 'PW', 'PW. Wall Sconces.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '78', '8 - 18 W', '800 Lumens', '50,000 hours', 'non-dimmable', '120-277V', 'Provides an even spread of illumination', 'Satin machined aluminum and hand-blown opal glass. A handsome proportion of materials engineered to provide a functional design element and an efficient luminaire.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/specification-decorative/vetro-pw-series-wall-sconces.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDecorative%2b%40SubCategory%3aWall+Sconces', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/PW.pdf', '2018-02-20', '2018-04-06', '0000-00-00', ''),
(952, 69, 'C4L', 'LGL_C4L', 'C4L', 'C4L. Calculite Retrofit and Remodelers.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '8 - 23 W', '1354 - 1526 Lumens', '60,000hrs', '0-10V 1%; ELV (120V dimming only);', '120/277V', 'Narrow (43°), Medium (56°), Wide (76°)', 'Calculite LED gen 3 retrofit kits are perfect for retrofiting existing instalaltions of previous generation LED, CFL and incandescent holes. Remodelers allow for installation into ceilings with no existing downlights without the need for access above ceiling.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/calculite-retrofit-and-remodelers.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aRecessed+and+Surface%2b%40SubCategory%3aRetrofit', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CalculiteLEDgen3_4in_Retrofit_C4L.pdf', '2018-02-20', '2018-04-06', '0000-00-00', ''),
(953, 69, 'C6', 'LGL_C6', 'C6', 'C6. Calculite LED 6\" cylinder gen 3.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '9 - 57 W', '1000 - 6000 Lumens', '60,000 hrs.', 'Advance 0-10V 1% dimming; Lutron Hi-lume EcoSystem H Series 1% dimming; EldoLED ECOdrive Dali 1% dimming; EldoLED SOLOdrive 0-10V 0.1% dimming; ELV dimming', '120V/277V', 'Downlight, Wall Wash, Double Wall Wash', 'Calculite 6\" Cylinder Gen3 features industry leading visual comfort and excellent uniform illumination over time.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/calculite-led-6-cylinder-gen-3.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDownlighting%2b%40SubCategory%3aSpecification+Downlighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CalculiteLEDgen3_6in_Cylinder_C6.pdf', '2017-09-18', '2018-04-06', '0000-00-00', ''),
(954, 69, 'C2L04', 'LGL_C2L04', 'C2L04', 'C2L04. Calculite LED 1.75.', 1, 0, '', '2700K, 3000K', '82', '11W', '400 Lumens', '50,000 hours', '0-10V dimming', '120V', '12°, 17°, 25°, 38°', 'It’s time to focus on the quality of the lit environment, not just the energy consumed. Philips Lightolier introduces the Calculite 1.75\". Its scale and performance open up your design possibilities. You might even forget you’re saving energy.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/calculite-led-175.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDownlighting%2b%40SubCategory%3aSpecification+Downlighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CalculiteLED-1.75in-C2L04.PDF', '2015-10-12', '2018-04-06', '0000-00-00', ''),
(955, 69, 'C3L085', 'LGL_C3L085', 'C3L085', 'C3L085. Calculite LED 3\" Evolution.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '19 W', '1000 lumns', '', 'Philips 0-10V 1% dimming;  ELV dimming (120V dimming only);  Lutron L3DA Hi-Lume 1% EcoSystem LED driver;', '120V/277V', 'Fresnel Spot, Spot, Narrow Flood, Wide Flood, and Flood', 'Optical performance is only part of the Evolution story. In today\'s demanding visual environments, downlights must not only be functional, but aesthetically pleasing as well.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/calculite-led-3-evolution.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDownlighting%2b%40SubCategory%3aSpecification+Downlighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CalculiteLEDevo_3in_Adjustable_C3LA.pdf', '2017-11-10', '2018-04-06', '0000-00-00', ''),
(956, 69, 'C6', 'LGL_C6-S', 'C6-S', 'C6-S. Calculite LED 6\" square gen 3.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '8 - 50 W', '1000-6000 lm', '60,000 hrs.', '0-10V 1%; EldoLED 0-10V 0.1%; Dali; Lutron LDE1 EcoSystem;', '120V/277V', 'Narrow, Medium & Wide, Narrow & Medium, Wide', 'Calculite 6\" Square Gen3 features industry leading visual comfort, excellent uniform illumination over time, and patented installation flexibility.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/calculite-led-6-square-gen-3.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aDownlighting%2b%40SubCategory%3aSpecification+Downlighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CalculiteLEDgen3_6in_Downlight_C6SDL.pdf', '2017-09-18', '2018-04-06', '0000-00-00', ''),
(957, 69, 'LLAB', 'LGL_LLABR', 'LLABR', 'LLABR. Spot LED Recessed Multiple.', 1, 0, '', '2700K, 3000K, 4000K', '85', '13 - 22 W', '1000 lm, 1600 lm', '50,000 hr', '', '120V-277V', 'Spot, Narrow flood, Flood', 'Spot LED recessed is a two-part system which offers a high-performing architectural approach to demanding accent lighting needs. Multiple heads provide flexibility to both harness and focus light in the built environment.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/spot-led-recessed-multiple.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aRecessed+Multiple+Lighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/SpotLED-13-22W-Track-LLABR-VA.pdf', '2017-04-26', '2018-04-06', '0000-00-00', ''),
(958, 108, 'QS', 'V2L_QS3', 'QS3', 'QS3. CORE 300 QS PENDANT.', 1, 0, '', '3000K, 3500K', '83', '9.3W, 19.5W', '1100, 2000 lumens', '> 50,000 hours', 'Internal, 0-10V to 10% dimming; Lutron Hi-Lume, 1% dimming available.', '100-277VAC', '20°, 40°, 60°', 'CORE utilizes the latest LED technology from Xicato, with 1 x 2 MacAdams Ellipses color consistency and Corrected Cold Phosphor Technology in 83 and 98 CRI providing the highest quality of light guaranteed not to color shift over time.', 'http://www.v2lightinggroup.com/product-category/core/core-qs/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/CORE300QS_Pendant.pdf', '2017-06-27', '2018-04-10', '0000-00-00', ''),
(959, 108, 'QS', 'V2L_QS4', 'QS4', 'QS4. CORE 300 QS SURFACE MOUNT.', 1, 0, '', '3000K, 3500K', '83', '9.3W, 19.5W', '1100, 2000 lumens', '> 50,000 hours', 'Internal, 0-10V to 10% dimming; Lutron Hi-Lume, 1% dimming available', '100-277VAC', '20º, 40º, 60º', 'CORE utilizes the latest LED technology from Xicato, with 1 x 2 MacAdams Ellipses color consistency and Corrected Cold Phosphor Technology in 83 and 98 CRI providing the highest quality of light guaranteed not to color shift over time.', 'http://www.v2lightinggroup.com/product-category/core/core-qs/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/CORE300QS_Surface%20Mount.pdf', '2017-06-27', '2018-04-10', '0000-00-00', ''),
(960, 108, 'Q', 'V2L_Q2LP', 'Q2LP', 'Q2LP. QUBE 200 LX PENDANT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 or 98', '5.6 - 15.6 W', 'up to 2000 lumens', '> 50,000 hours', '0-10V or phase dimming to 10% standard; DALI, DMX and 1% dimming available', '120VAC, 100-277VAC', '20°, 40°, 60°', 'Contemporary square cylinder, the outline and proportions of QUBE provide a distinct aesthetic look that complements today’s modern architectural design.', 'http://www.v2lightinggroup.com/product-category/qube/qube-lx/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/QUBE%20200%20LX%20Pendant.pdf', '2015-12-08', '2018-04-10', '0000-00-00', ''),
(961, 108, 'Q', 'V2L_Q3LP', 'Q3LP', 'Q3LP. QUBE 300 LX PENDANT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 or 98', '5.6 - 26.4 W', 'up to 3000 lumens', '> 50,000 hours', '0-10V or phase dimming to 10% standard; DALI, DMX and 1% dimming available', '120VAC, 100-277VAC', '20°, 40°, 60°', 'Contemporary square cylinder, the outline and proportions of QUBE provide a distinct aesthetic look that complements today’s modern architectural design.', 'http://www.v2lightinggroup.com/product-category/qube/qube-lx/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/QUBE%20300%20LX%20Pendant.pdf', '2015-12-08', '2018-04-10', '0000-00-00', ''),
(962, 108, 'BL2', 'V2L_BL2P', 'BL2P', 'BL2P. BRIO L2 PENDANT: 2′, 4′, 5′.', 1, 0, '', '3000K, 4000K', '82', '10W, 20W, 25W', '420 or 460 lumens per foot', '> 50,000 hours', '0-10V to 1% or phase dimming to 0% standard; Ecosystem, DALI and DMX available', '120VAC, 100-277VAC', 'Up, Down', 'Light source is 180 degrees and can be field adjusted +/- 90 degrees.\nAvailable in 2, 4 and 5 foot segments, the slender 2” diameter BRIO L2 fixture has a clean and modern look. BRIO L2 comes in multiple color temperatures and includes 1% dimming as standard. DMX, Lutron EcoSystem and DALI are also available.', 'http://www.v2lightinggroup.com/product-category/brio/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/BRIO%20L2%20Pendant.pdf', '2016-03-02', '2018-04-10', '0000-00-00', ''),
(963, 108, 'BL2', 'V2L_BL2S', 'BL2S', 'BL2S.  BRIO L2 SCONCE: 2′, 4′, 5′.', 1, 0, '', '3000K, 4000K', '82', '10W, 20W, 25W', '420 or 460 lumens per foot', '> 50,000 hours', '0-10V to 1% or phase dimming to 0% standard; Ecosystem, DALI and DMX available', '120VAC, 100-277VAC', 'Up, Down', 'Light source is 180 degrees and can be field adjusted +/- 90 degrees.\nAvailable in 2, 4 and 5 foot segments, the slender 2” diameter BRIO L2 fixture has a clean and modern look. BRIO L2 comes in multiple color temperatures and includes 1% dimming as standard. DMX, Lutron EcoSystem and DALI are also available.', 'http://www.v2lightinggroup.com/product-category/brio/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/BRIO%20L2%20Sconce.pdf', '2016-03-02', '2018-04-10', '0000-00-00', ''),
(964, 108, 'T2L', 'V2L_T2LP', 'T2LP', 'T2LP. TUBE 200 LX PENDANT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83 or 98', '5.6 - 15.6 W', 'up to 2000 lumens', '> 50,000 hours', '0-10V or phase dimming to 10% standard; DALI, DMX and 1% dimming available', '120VAC, 100-277VAC', 'direct and indirect lighting', 'Made with the same material and construction as CORE and QUBE with the addition of durable Satinice acrylic tubing. TUBE fixtures are available as multiple fixture types and customer-specified lengths up to 96”.\r\nAll TUBE fixtures are available in 2700K, 3000K, 3500K and 4000K CCT with up to 5,000 lumens of direct illumination or 8,000 total lumens combined direct and indirect lighting.', 'http://www.v2lightinggroup.com/product-category/tube/tube-lx/', 'http://www.v2lightinggroup.com/wp-content/uploads/Products/product_datasheets/TUBE%20200%20LX%20Pendant.pdf', '2015-12-08', '2018-04-10', '0000-00-00', ''),
(965, 60, 'P3LED09', 'IRS_P3LED09-E3AASR', 'P3LED09-E3AASR', 'P3LED09 E3AASR.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '14.4W', '900 Lumens', '40,000 hours', 'Leading or Trailing Edge Phase Cut 1% Dimming;  0 -10V 1%, 10% Dimming; DALI 1% Dimming; DMX 1% Dimming', '120-277V', '10°, 15°, 25°, 40°', '3\" aperture specification grade angle cut reflector with clear tempered glass lens. Suitable for use with 75W maximum PAR16, PAR20 and low voltage tungsten-halogen or LED MR16 lamps, use also with integral LED light engine and reflectors. Provides for up to 45° of lamp tilt depending on housing platform. Distribution based on lamp beam angle. Use for accent lighting or general area illumination on slope ceilings up to 12/12 pitch. Wet location listed and suitable for use above food preparation areas.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_3_inch/_180193.ssd.brands.lighting!iris!shower_lensed_adjustable_lens.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/iris-p3led09-12-e3aasr-adi130312-sss.pdf', '2016-07-19', '2018-04-10', '0000-00-00', ''),
(966, 60, 'P3LED09', 'IRS_P3LED09-E3OVAL', 'P3LED09-E3OVAL', 'P3LED09 E3OVAL.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '23 - 47 W', '900 Lumens', '40,000 hours', 'Leading or Trailing Edge Phase Cut 1% Dimming;  0 -10V 1%, 10% Dimming; DALI 1% Dimming; DMX 1% Dimming; 3-wire and EcoSystem 1% Dimming;', '120-277V', '10°, 15°, 25°, 40°', '2\" aperture specification grade adjustable oval. Suitable for use with 75W maximum and low voltage tungsten-halogen or LED MR16 lamps, use also with integral LED light engine and reflectors. Provides up to 45° of lamp tilt depending on housing platform. Distribution based on lamp beam angle. Use for accent lighting.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_3_inch/_182705.ssd.brands.lighting!iris!adjustable_accent_mr16.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/iris-p3led09-12-e3oval-adi130309-sss.pdf', '2016-07-19', '2018-04-10', '0000-00-00', ''),
(967, 60, 'P3LED09', 'IRS_P3LED09-E3SLOT', 'P3LED09-E3SLOT', 'P3LED09 E3SLOT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '14.2W', '900 Lumens', '40,000 hours', 'Leading or Trailing Edge Phase Cut 1% Dimming;  0 -10V 1%, 10% Dimming; DALI 1% Dimming; DMX 1% Dimming; 3-wire and EcoSystem 1% Dimming;', '120-277V', '10°, 15°, 25°, 40°', '3\" aperture specification grade open slot cut reflector. Suitable for use with 75W maximum low voltage tungsten-halogen or LED MR16 lamps, use also with integral LED light engine and reflectors. Provides for up to 45° of lamp tilt depending on housing platform. Distribution based on lamp beam angle. Use for accent lighting or general area illumination on slope ceilings up to 12/12 pitch.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_3_inch/_180207.ssd.brands.lighting!iris!adjustable_accent_mr16.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/iris-p3led09-12-e3slot-adi130307-sss.pdf', '2016-07-19', '2018-04-10', '0000-00-00', ''),
(968, 60, 'P406TAT', 'IRS_P406TAT-MH4LED-E4LWW', 'P406TAT-MH4LED-E4LWW', 'P406TAT MH4LED E4LWW.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90, 95, 97', '15W, 20W, 33W', '415 - 1522 lumens', '50,000 hours', 'LE/TE phase cut dimming to 1%;  LE phase cut dimming to 1%, Lutron A-Series;', '120-277V', 'Downlight', 'A 4\" square aperture specification grade lens wall wash for LED modules. Color neutral linear spread lens and specular clear kicker combined with angle cut parabolic lower shielding reflector provided smooth vertical illumination with a minimal downlight component. Wet location listed and suitable for use above food preparation areas.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_180219.ssd.brands.lighting!iris!wall_wash_lensed.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/ADI142613-P406TAT-MH4LED-E4LWW-SSS.pdf', '2015-11-24', '2018-04-10', '0000-00-00', ''),
(969, 60, 'P406TAT', 'IRS_P406TAT-MH4LED-E4SL', 'P406TAT-MH4LED-E4SL', 'P406TAT MH4LED E4SL.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90, 95, 97', '15W, 20W, 33W', '517 - 1874 lumens', '50,000 hours', 'LE/TE phase cut dimming to 1%;  LE phase cut dimming to 1%, Lutron A-Series;', '120-277V', 'Downlight', 'A 4-inch square aperture specification grade shallow lens downlight reflector for LED modules. Use for task or general area illumination where wider distribution and higher angle light is desired. Wet location listed and suitable for use above food preparation areas.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_267050.ssd.brands.lighting!iris!shallow_lensed.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/ADI142615-P406TAT-MH4LED-E4SL-SSS.pdf', '2015-11-24', '2018-04-10', '0000-00-00', ''),
(970, 60, 'P408ICAT', 'IRS_P408ICAT-MH4LED-E4DC', 'P408ICAT-MH4LED-E4DC', 'P408ICAT MH4LED E4DC.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90, 95, 97', '15W, 20W', '614 - 1376 lumens', '50,000 hours', 'LE/TE phase cut dimming to 1%;  LE phase cut dimming to 1%, Lutron A-Series;', '120-277V', 'Downlight', 'Recessed 4\" square aperture specification grade luminaire utilizing a field replacable LED array conforming to Zhaga standards for interchangability. Lamp modules and optical elements may be changed after installation providing a variety of light sources and optical distributions. Housing is suitable for 2x8 residential framing or commercial installations, suitable for direct contact with insulation and is airtight to prevent energy loss, room drafts, dust marks on the ceilings and reduces sound transmission. A complete luminare consists of a housing platform, lamp module and optical element. Use where high efficiency, excellent light control and low aperture brightness are demanded.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_868064.ssd.brands.lighting!iris!_4_led_square_housing_platforms.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/iris/spec_sheets/TD520005EN-P408ICAT-MH4LED-E4DC-SSS.pdf', '2015-11-24', '2018-04-10', '0000-00-00', ''),
(971, 110, 'FCC', 'FLG_FCC813Wi', 'FCC813Wi', 'FCC813Wi. Cylinder.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '55W', '5,000 lm', '≥70,000 hours', 'LED Dimming-1% (0-10V); Custom Pendant Length (X=Inches); Battery Backup, Remote', '120V–277V', 'Spot; Narrow Flood; Flood; Wide Flood', 'The FCC813i Cylinder is a high output cylinder that delivers 5000 Lumens. That is to say, the expert engineers at our U.S. manufacturing facility designed it for high performance. Too, it’s UL and ETL listed for dry location use in the down position only. Most noteworthy is the open grille on the inner cylinder at both ends of the fixture. For this reason, there’s increased airflow. Furthermore, the mesh grille provides a unique ventilation system for efficient heat dissipation. Therefore, ensuring the advanced LED engine will have a long operating life.', 'https://www.fclighting.com/products/fcc813i-cylinder/', 'https://www.fclighting.com/wp-content/uploads/2016/03/FCC813i.pdf', '2018-01-08', '2018-04-11', '0000-00-00', ''),
(972, 110, 'FCC', 'FLG_FCC312P', 'FCC312P', 'FCC312P. Cylinder.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '15W; 26W', '750 lm; 1,850 lm', '≥70,000 hours', 'LED Dimming (0-10V); Battery Backup, Remote; Custom Pendant Length (X=Inches)', '120-277V', '20° Spot; 35° Narrow Flood; 50° Flood', 'The FCC312P Cylinder Pendant mounted fixture comes with a standard 6ft. braided cable, with bright tin-plated copper. Consult our factory for modified cable lengths. This pendant style fixture mounts directly to a standard recessed junction box. It’s constructed using marine grade, corrosion resistant, heavy walled, high pressure extruded aluminum with a steel canopy.', 'https://www.fclighting.com/products/fcc312p-cylinder/', 'https://www.fclighting.com/wp-content/uploads/2016/03/FCC312P.pdf', '2018-01-05', '2018-04-11', '0000-00-00', ''),
(973, 110, 'FCB', 'FLG_FCBT690S', 'FCBT690S', 'FCBT690S. Bollard.', 1, 0, '', '2700K; 3000K; 4000K', '80', '14W', '765 lm', '≥70,000 hours L70', 'Surge Protector; LED Dimming', '120V, 277V, UNV', '', 'The FCBT690S Bollard is part of the FCBT690 family in a garden size. Marine grade, corrosion resistant, heavy walled aluminum. Tower body is extruded aluminum, 24″ standard and packed with a 28 foot beam spread and 11 foot forward throw. Impact resistant polycarbonate lens. Neoprene continuous closed cell gasket to seal out contaminants. Captive and recessed stainless steel, tamper resistant hex socket screws. Mounting insert sets base flush to surface. Base is anchored through with a set of four 8″ length x 3/8″ diameter hot dipped bolts. The Finish goes through a six stage chemical pre-treatment process that includes iron phosphate, to prepare the substrate for a UV stable, super durable standard polyester powder coat. Available Finishes include Black, Bronze, Silver, White, or a Custom Color.', 'https://www.fclighting.com/products/fcbt690s/', 'https://www.fclighting.com/wp-content/uploads/2017/06/FCBT690S.pdf', '2018-01-25', '2018-04-11', '0000-00-00', ''),
(974, 110, 'FCB', 'FLG_FCB450', 'FCB450', 'FCB450. Bollard.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '≥80', '32W', '500 lm', '≥70,000 hours L70', 'LED Dimming; Battery Backup Remote; Photo Eye; 180° House Shield', '120V, 277V', '', 'The FCB450 Bollard is Marine grade, corrosion resistant, heavy walled, high pressure die-cast aluminum. Tubular housing is extruded aluminum. Impact resistant, UV stabilized, clear, polycarbonate diffuser. Neoprene continuous closed cell gasket to seal out contaminants. Captive and recessed stainless steel, tamper resistant hex socket screws. A thick die-cast base plate is provided and anchored through with a set of three 12″ length x 3/8″ diameter hot dipped anchor bolts. Heavy gauge base bracketing for bollard installation. ETL Listed for wet locations. The Finish goes through a six stage chemical pre-treatment process that includes iron phosphate, to prepare the substrate for a UV stable, super durable standard polyester powder coat. Available Finishes include Black, Bronze, Silver, White or a Custom Color.', 'https://www.fclighting.com/products/fcb450-bollard/', 'https://www.fclighting.com/wp-content/uploads/2016/04/FCB450.pdf', '2018-02-26', '2018-04-11', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(975, 110, 'DL', 'FLG_DL', 'DL', 'DL. DualLine.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '87', '5.5W per ft', '220-270 lm per foot', '> 70,000 hours / L70 or better', 'Dimmable to 1% full brightness, (ELV) electronic low-voltage trailing edge', 'Universal 120–277V', 'Indirect with adjustable reflector type', 'DualLine LED (DL) is a bi-directional wall mounted luminaire with an adjustable reflector to control the light beam. It provides indirect lighting to suit your interior design specifications and can be locked in place or left adjustable to an individual user. DualLine is offered in 1 ft  or 4 ft nominal lengths and available in 27K, 3K, 35K or 4K color temperatures.  The  housing is constructed of extruded aluminum with die-cast aluminum end caps and is IP20 rated for interior use only. DualLine has a Class II high-power factor (97%) integral power supply and flicker free dimming to 1% full brightness  and ELV trailing edge. The back mounting plate attaches directly to a single gang J-box with extra supporting holes to secure it to the mounting surface.', 'http://www.solidstateluminaires.com/products/dualline-led/', 'http://www.solidstateluminaires.com/wp-content/uploads/2017/05/ssl-DualLine-spec.pdf', '2017-07-20', '2018-04-11', '0000-00-00', ''),
(976, 110, 'ECVL', 'FLG_ECVLX10V', 'ECVLX10V', 'ECVLX10V. eCOVELINE XL 0-10V Dim.', 1, 0, '', '3000K; 3500K; 4000K', '≥ 90', '5.8W', '478 lm per foot; 502 lm per foot; 512 lm per foot', '> 70,000 hours / L70 or better', 'standard 0–10V Dimming system - dimmable to 3% full brightness, synchronized w/ soft shut-off', 'Universal 120–277V', '60° - 120°', 'eCOVELINE XL 0-10V  is an economical and versatile cove luminaire with built in 0-10V dimming driver.  eCOVELINE XL 0-10V is offered with two optical solutions of 60 x 60 degree or the standard 120 x 120 degree.  The rugged housing is constructed of extruded aluminum with tooled end caps and is IP20 rated for interior use only.  ECVLX10V comes in 1 foot, and 4 foot nominal lengths featuring line voltage, 5-Pin “Plug N’ Play” connectors for easy installation.  ECVLX10V consumes only 5.8 watts per foot, which allows a maximum run length of 90 feet at 120V AC and up to an impressive 130 feet at 277V AC. The available white color temperatures are 3000K, 3500K or 4000K. ECVLX10V is the same fixture used with our Color CoveLine Series consisting of Pink, Violet, Light Blue, Spring Green, Golden Yellow, Yellow, Amber, Red, Green & Blue.', 'http://www.solidstateluminaires.com/products/ecvlx-0-10v/', 'http://www.solidstateluminaires.com/wp-content/uploads/2016/12/ssl-eCovelineXL10v-spec.pdf', '2017-12-11', '2018-04-11', '0000-00-00', ''),
(977, 110, 'ECVL', 'FLG_ECVLWET-250', 'ECVLWET-250', 'ECVLWET 250. eCOVELINE WET 250.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '≥84', '3.5W', '225-275 lm per foot', '> 70,000 hours / L70 or better', 'dimmable to 3% full brightness, electronic low-voltage trailing edge', '120V / 220V / 277V', '120° - 30° x 80°', 'The ECVLWET-250 eCoveline Wet – 250 is similar in use to the other Wet Cove series but with a lower lumen output for a lower placement above the ground, approximately 10-15 feet high. ECVLWET-250 comes in a 1 ft, 4 ft or 6 ft nominal lengths and 2700K, 3000K, 3500K or 4000K color temperatures.  The housing is constructed of extruded aluminum with tooled end caps and is IP66 rated for interior & exterior use.  Features IP68 line voltage Plug N’ Play connectors for easy installation. Power supply is integral, no remote driver required. Universal orientation fixture; up, down, horizontal or vertical positioning with 120° optic beam pattern. Flicker free dimmable to 3% full brightness with ELV trailing edge dimming.', 'http://www.solidstateluminaires.com/products/ecoveline-wet-250/', 'http://www.solidstateluminaires.com/wp-content/uploads/2016/09/ECVLWET-250.pdf', '2017-12-21', '2018-04-11', '0000-00-00', ''),
(978, 110, 'ECVL', 'FLG_ECVLXWET', 'ECVLXWET', 'ECVLXWET. eCOVELINE XL WET.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '≥ 84', '6.5W per foot', '510-785 lm per foot', '> 70,000 hours / L70 or better', 'dimmable to 3% full brightness, (ELV) electronic low-voltage trailing edge, synchronized w/ soft shut-off', 'Universal 120–277V', '30° x 80° - 120°', 'The eCOVELINE XL WET is a powerful and versatile interior / exterior cove luminaire. eCOVELINE XL WET comes in a 1, 4 and 6 foot nominal lengths and 2700K, 3000K, 3500K or 4000K color temperatures.  The housing is constructed of extruded aluminum with tooled end caps and is IP66 rated for interior & exterior wet locations. Features IP68 line voltage Plug N’ Play connectors for easy installation. Universal orientation fixture; up, down, horizontal or vertical positioning and 2 optical solutions. Flicker free dimming to 3% full brightness, electronic low-voltage (ELV) trailing edge, synchronized w/ soft shut-off.', 'http://www.solidstateluminaires.com/products/ecoveline-xl-wet/', 'http://www.solidstateluminaires.com/wp-content/uploads/2014/12/ssl-eCovelineXLWet-spec.pdf', '2017-12-21', '2018-04-11', '0000-00-00', ''),
(979, 111, 'Chopstick', 'LDL_7505LxExN', '7505LxExN', '7505LxExN. Chopstick - Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80', '25.0W, 31.7W, 31.8W', '3400 lm/4ft', '>60,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V, 277V, 347V', 'Wide indirect', 'Fixture scale, performance, lighting quality and budget–why compromise? Chopstick offers small size with big lighting performance and a price point that makes it ideal for use in many different types of spaces.', 'https://www.ledalite.com/products/chopstick/suspended', 'http://docs.ledalite.com/download/pdf/ChopstickSusp_34lm_xN.pdf', '2017-12-28', '2018-04-11', '0000-00-00', ''),
(980, 111, 'Chopstick', 'LDL_7505LxCxN', '7505LxCxN', '7505LxCxN. Chopstick - Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80', '35.4W, 46.0W, 46.6W', '4800 lm/4ft', '>60,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V, 277V, 347V', 'Wide indirect', 'Fixture scale, performance, lighting quality and budget–why compromise? Chopstick offers small size with big lighting performance and a price point that makes it ideal for use in many different types of spaces.', 'https://www.ledalite.com/products/chopstick/suspended', 'http://docs.ledalite.com/download/pdf/ChopstickSusp_48lm_xN.pdf', '2017-12-28', '2018-04-11', '0000-00-00', ''),
(981, 111, 'PureFX', 'LDL_9422DxxxLx44', '9422DxxxLx44', '9422DxxxLx44. PureFX - Recessed.', 1, 0, '', '3000K, 3500K, 4000K', '80', '47.2W, 55.3W', '4400 lumens', '>52,000 hrs.', 'Philips Advance 0-10V (1% dim)', '120V, 277V, 347V', 'Downlight', 'PureFX set a new industry standard for recessed lighting systems. Using Ledalite’s revolutionary MesoOptics technology, PureFX offers the perfect blend of brightness, control and energy efficiency—making happier people and a healthier environment.', 'https://www.ledalite.com/products/purefx/recessed', 'http://docs.ledalite.com/download/pdf/PureFX2x2_44lm.pdf', '0000-00-00', '2018-04-11', '0000-00-00', ''),
(982, 111, 'FloatPlane', 'LDL_24x5L2CAA', '24x5L2CAA', '24x5L2CAA. FloatPlane - Suspended.', 1, 0, '', '2700-6500K', '80', '38.7W, 39.2W', '4500 lm/4ft', '>72,000h', 'Philips Advance', '120V, 277V', 'indirect/direct', 'With FloatPlane LED, it’s easier than ever to integrate sleek and sporty style into your layout and within budget. Fresh and playful, with Curve and Edge profile options, FloatPlane’s performance rivals that of high-end LED luminaires with the affordability of fluorescent. Available tunable white technology gives you the ability to vary color temperature and intensity, harmonizing lighting with your daily life.', 'https://www.ledalite.com/products/floatplane/suspended', 'http://docs.ledalite.com/download/pdf/FloatPlaneSusp_T245lm_AA.pdf', '2016-08-11', '2018-04-11', '0000-00-00', ''),
(983, 111, 'Jump', 'LDL_1231LxCQE', '1231LxCQE', '1231LxCQE. Jump - Wall.', 1, 0, '', '3000K, 3500K, 4000K', '80', '44.9W, 45.4W, 46.2W', '4900 lm/4ft', '>72,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V, 277V, 347V', 'Symmetric, asymmetric', 'Jump’s contemporary aesthetic combines the latest lighting technologies with texture, pattern, and rhythm along an uninterrupted end to end continuum of luminance.', 'https://www.ledalite.com/products/jump/wall', 'http://docs.ledalite.com/download/pdf/JumpCant_49lm_QE.pdf', '0000-00-00', '2018-04-11', '0000-00-00', ''),
(984, 111, 'Sync', 'LDL_7406LxAQN', '7406LxAQN', '7406LxAQN. Sync - Suspended.', 1, 0, '', '3000K, 3500K, 4000K', '80', '56.2W, 56.7W, 56.9W', '6500 lm/4ft', '>72,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V, 277V, 347V', 'Direct/Indirect', 'With its ultra-slim design, Sync is the epitome of compact style. Sync offers true direct/indirect LED lighting distribution and luminous aesthetics with exceptional glare control — an ideal, energy-efficient solution for almost any lighting challenge.', 'https://www.ledalite.com/products/sync/suspended', 'http://docs.ledalite.com/download/pdf/SyncSusp_65lm_QN.pdf', '0000-00-00', '2018-04-11', '0000-00-00', ''),
(985, 111, 'TruGroove', 'LDL_2911LxEQN', '2911LxEQN', '2911LxEQN. TruGroove - Surface.', 1, 0, '', '3000K, 3500K, 4000K', '80', '31.6W, 34.3W, 34.9W', '3200 lm/4ft', '60,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V, 277V, 347V', 'direct or indirect', 'The height of sophisticated linear lighting—TruGroove LED luminaires are now available in suspended, surface and wall mount versions, complementing our high performance recessed line-of-light and extending sustainable elegance throughout any space. Whether you seek direct or indirect light, or a combination of the two, TruGroove LED offers unparalleled light distribution for the utmost flexibility and visual comfort.', 'https://www.ledalite.com/products/trugroove/surface', 'http://docs.ledalite.com/download/pdf/TruGrvSurfD_32lm_QN.pdf', '0000-00-00', '2018-04-11', '0000-00-00', ''),
(986, 112, '340 LED DL', 'SHP_340-4B', '340-4B', '340-4B. LED DL Series.', 1, 0, '', '1800 - 5000K', '80, 90, 97', '11 - 41.6 W', '1000 - 4000 lumens', '50,000 hours', '0-10V dimming driver 100% to 1%;  ', '120-277V, 347V', 'Downlight', '340 LED Glass Recessed features a 4\" Portfolio Downlight with Twelve Glass options and three dimming options. New construction.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_4_inch/_282543.ssd.brands.lighting!shaper!farallon_recessed.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-FARALLON-340-4-PS525081EN-sss.pdf', '2017-10-26', '2018-04-11', '0000-00-00', ''),
(987, 112, '340 LED DL', 'SHP_340-6B', '340-6B', '340-6B. LED DL Series.', 1, 0, '', '1800 - 5000K', '80, 90, 97', '11 - 41.6 W', '1000 - 4000 lumens', '50,000 hours', '0-10V dimming driver 100% to 1%;  ', '120-277V, 347V', 'Downlight', '340 LED Glass Recessed features a 6\" Portfolio Downlight with Twelve Glass options and three dimming options. New construction.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_specification_downlighting/_6_inch/_282545.brands.lighting!shaper!farallon_recessed.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-FARA-340-6-DD-PS525082EN-sss.pdf', '2017-10-26', '2018-04-11', '0000-00-00', ''),
(988, 112, '67', 'SHP_673-WP', '673-WP', '673-WP. Series.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83+', '20W, 29W', '2000, 3000 lumens', '50,000 hrs', '0-10V dimming', '120 - 277V', 'Diffused light', '673-WP Luminous Wall Sconce features a variety of decorative options such as perforated metal, trim bars and colored acrylic. The premium TGIC polyester powder coat paint has 2.5 mil nominal thickness for superior protection against fade and wear. The series is ADA compliant, except with proud trim options.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_135604.brands.lighting!shaper!exterior_wall.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-673-WP-DS-PS525087EN-sss.pdf', '2016-12-13', '2018-04-11', '0000-00-00', ''),
(989, 112, '141', 'SHP_141-P', '141-P', '141-P. Series.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83+', '57W,  76W', '6000, 8000 lumens', '50,000 hrs', '0-10V dimming', '120-277V', 'Downlight', 'Fabrique Rectilinear Pendant features 26 standard materials, 2 mountings and a Shade-in-a-Shade option. Fabrique Series feature high-quality, hand-applied fabric shades with hand-tucked edges and minimal hardware or structural trim for an architectural-grade aesthetic.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_863131.brands.lighting!shaper!fabrique_pendant.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-FAB-141-PS525069EN-sss.pdf', '2016-12-28', '2018-04-11', '0000-00-00', ''),
(990, 112, '845', 'SHP_845', '845', '845. AUTOGRAPH COLLECTION LOOP SERIES 845 LOOP PENDANT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85', '80W, 120W', '9000 - 14000 lumens', '50,000 hrs', '0-10V', '120-277V', 'Indirect', 'Circular and Radial forms are the theme of the Loop Series fixtures. The Loop Circular Pendant has an angular white acrylic lens encased in a solid metal spinning. Behind the lens is a ring of LED sources providing indirect illumination on the lens. The resulting light effect is a stimulating glow that fades subtly toward the perimeter of the fixture. Aircraft cable mounting allows for easy installation and adjustment on site with an optional cable choke plate. A wide variety of finish options and LED color temperatures allows the designer to select a look that is right for many different settings.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_868068.brands.lighting!shaper!high_performance_all.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-AUTOGRAPH-845-DECORATIVE-PENDANT-PS525061EN-sss.pdf', '2016-12-12', '2018-04-11', '0000-00-00', ''),
(991, 112, '146', 'SHP_146-P', '146-P', '146-P Series.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83+', '19W, 28W, 37W', '2000, 3000, 4000 lumens', '50,000 hrs', '0-10V dimming', '120-277V', 'Downlight', 'Fabrique 10\" Round Cylinder Pendant Luminaire features 26 shade materials, 4 mounting options, 3 Metal Motifs, Metal Panel Frame and 3 Shade-in-a-Shade options. Fabrique Series feature high-quality, hand-applied fabric shades with hand-tucked edges and minimal hardware or structural trim for an architectural-grade aesthetic.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_863133.brands.lighting!shaper!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-FAB-146-PS525074EN-sss.pdf', '2016-12-28', '2018-04-11', '0000-00-00', ''),
(992, 113, 'DA', 'ACM_DMA', 'DMA', 'DMA. Dyna Accent Mini.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '13W', 'Up to 760 lumens', '150,000 hours', 'DMX+RDM and Aria wireless native, 0-10V via external UDM', '100-240VAC', '7º / 12º standard, 20º, 40º, 60º, 10º x 60º spread lens options', 'Dyna Accent Mini is a compact, high power, LED floodlight designed to fit in the tightest of spaces. It features an internal 100-240VAC power supply, onboard DMX+RDM driver, and each unit carries Acclaim’s Aria wireless DMX technology inside. Dyna Accent Mini can be mounted in three ways, via the junction box mount, surface mount, or stake mount for landscape applications. It comes with a narrow 7º or 12º beam standard, with optional quick-change spread lenses for wider applications. It’s low profile and high output make it the perfect solution for outdoor commercial and landscape flood projects.', 'http://www.acclaimlighting.com/products/product-detail/product/dyna-accent-mini.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Dyna_Accent_Mini_2.0.1_01.pdf', '2017-10-30', '2018-04-12', '0000-00-00', ''),
(993, 113, 'AD', 'ACM_AQD', 'AQD', 'AQD. Aqua Drum.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '8W, 18W, 36W', '4000K 10º - EO: 700 lm / SO: 1600 lm / HO: 3259 lm', '150,000 hours', 'DMX via Aqua Driver 150, 0-10V via external UDM', '100-277V', '10º x 10º, 25º x 25º, 40º x 40º, 10º x 60º, 10º x 35º', 'Aqua Drum is a series of high output, submersible, LED flood fixtures. It features an all stainless steel construction, included in-grade housing mounting option, and is submersible up to 20\' (6M). Available in multiple color temperatures of white and color changing versions, it is ideal for outdoor facade wash, fountains, ponds, and landscape applications.', 'http://www.acclaimlighting.com/products/product-detail/product/aqua-drum.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Aqua_Drum_2.2.1.pdf', '2017-09-28', '2018-04-12', '0000-00-00', ''),
(994, 113, 'DD', 'ACM_DDP', 'DDP', 'DDP. Dyna Drum SO Pendant.', 1, 0, '', 'RGBW, RGBA, 2700K, 3000K, 3500K, 4000K, 5500K, DW (2400K-5500K)', '78.3 - 82.9', '157W', '7,769 at 5500K, 6º / 4656 at RGBW, 6º', '150,000 Hours', 'DMX-512, 0-10V via external UDM, wireless DMX via Aria', '100-277VAC', '6º (standard), 20º, 40º, 60º, 10º x 60º spread lens options', 'The Dyna Drum SO Pendant is a high output, outdoor rated, LED pendant fixture. It features 12”, 24”, and 36” NTS pole options, onboard\r\ndigital display, a 100-277VAC internal power supply, and a built in receiver for the Aria wireless DMX system. It is ideal for large\r\nscale indoor or outdoor down light applications.', 'http://www.acclaimlighting.com/products/product-detail/product/dyna-drum-so-pendant.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Dyna_Drum_SO_Pendant_2.0.2.pdf', '2016-10-06', '2018-04-12', '0000-00-00', ''),
(995, 113, 'DD', 'ACM_DDQ', 'DDQ', 'DDQ. Dyna Drum SO QW Pendant.', 1, 0, '', 'QW (RGBW, W=6000K)', 'N/A', '147W', '4351 lumens', '150,000 Hours', 'DMX-512, 0-10V via external UDM, wireless DMX via Aria', '100-277VAC', '10º (standard), 20º, 40º, 60º, 10º x 60º spread lens options', 'The Dyna Drum SO QW Pendant is a high output, outdoor rated, quad color LED pendant fixture. It features 12”, 24”, and 36” NTS\r\npole options, on-board digital display, a 100-277VAC internal power supply, and a built in receiver for the Aria wireless DMX system.\r\nIt is ideal for large scale indoor or outdoor down light applications', 'http://www.acclaimlighting.com/products/product-detail/product/dyna-drum-so-pendant.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Dyna_Drum_SO_QW_Pendant_2.0.0.pdf', '2016-10-06', '2018-04-12', '0000-00-00', ''),
(996, 113, 'DF', 'ACM_DFF', 'DFF', 'DFF. Dyna Flood XT.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '79.6 - 80.5', '71W', '3166 at 2700K, 6º', '120,000 Hours', 'TRIAC (forward phase) or ELV (reverse phase) Dimming', '90-135VAC, 200-300VAC', '6º (standard), 20º, 40º, 70º, 10º x 60º', 'The Dyna Flood XT s a high output, exterior rated LED flood light. It features an adjustable head, and internal dimmable driver. It is the perfect solution for large scale facade lighting and flood illumination.', 'http://www.acclaimlighting.com/products/product-detail/product/dyna-flood-xt.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Dyna_Flood_XT_2.1.0.pdf', '2016-04-12', '2018-04-12', '0000-00-00', ''),
(997, 113, 'DF', 'ACM_DFH', 'DFH', 'DFH. Dyna Flood XT QW.', 1, 0, '', 'Quad color chip, RGBW (W=6000K)', '53.1', '104W', '3300 at RGBW, 6º (Estimated)', '120,000 Hours', 'DMX-512, 4 channels', '100-277VAC', '10º (standard), 20º, 40º, 70º, 10º x 60º spread lens options', 'The Dyna Flood XT s a high output, exterior rated LED flood light. It features an adjustable head, and internal dimmable driver. It is the perfect solution for large scale facade lighting and flood illumination.', 'http://www.acclaimlighting.com/products/product-detail/product/dyna-flood-xt.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Dyna_Flood_XT_QW_2.1.0.pdf', '2016-04-12', '2018-04-12', '0000-00-00', ''),
(998, 113, 'PBA', 'ACM_PBA', 'PBA', 'PBA. PIXEL BAR.', 1, 0, '', '2700K-6000K', '', '8W (1’); 32W (4’)', '100 lumens per foot', '100,000 hours L70', 'DMX/RDM (RDM addressing)', '100-277V', '180º (diffused round); 120º (diffused flat)', 'Pixel Bar is an outdoor rated, pixel controllable, direct view LED fixture. It is available with a rounded or Flat diffused lens, is IP66 rated, and has a internal 90-277VAC auto switching power supply. Available in RGBW, RGBA, or dynamic white, it is ideal for any interior or exterior application requiring seamless strips of light and AC power.', 'http://www.acclaimlighting.com/products/product-detail/product/pixel-bar.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Pixel_Bar_2.0.0.pdf', '2016-12-14', '2018-04-15', '0000-00-00', ''),
(999, 113, 'AD', 'ACM_ADO', 'ADO', 'ADO. AL DOT.', 1, 0, '', '3000K; 4000K', '', '3W', '67 (Full on, Clear Flat)', '150,000 Hours L70', 'DMX / RDM', '24V', '120º', 'AL Dot is a direct view, RDM / DMX node, designed for low resolution graphic displays and individual dots of color. Available in a clear flat, diffused flat or diffused dome lens, it also features an internal DMX driver and all aluminum construction. It can be used indoor or outdoor and carries an IP66 outdoor rating.', 'http://www.acclaimlighting.com/products/product-detail/product/al-dot.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/AL_Dot_2.1.4.pdf', '2016-08-23', '2018-04-15', '0000-00-00', ''),
(1000, 101, 'XCN', 'LSI_XCN4', 'XCN4', 'XCN4. LSI LED Decorative Pedestrian & Area Lighting - Constitution.', 1, 0, '', '3000K; 4000K; 5000K', '70', '75W; 155W; 237W', '10,000lm; 18,000lm; 25,000lm', 'L70 Calculated Life: >100k Hours', '0-10V dimming (10% - 100%) standard', '120-277 Vac; 347-480 Vac', 'Type II; Type III; Type 5 Wide; Forward Throw (Type IV)', 'Featuring LSI’s high-performance LED optical system, the Constitution is designed for illuminating pathways, walkway areas and campus sites. Its ultra-modern, sleek two-arm design complements innovative architectural design elements of a site. These fixtures provide equal to or better performance than existing HID alternatives and save over 40% in energy when compared to them.', 'http://www.lsi-industries.com/products/xcn4.aspx', 'http://www.lsi-industries.com/documents/datasheets/xcn4-specsheet.pdf', '2017-12-14', '2018-04-15', '0000-00-00', ''),
(1001, 113, 'ACE', 'ACM_ACE', 'ACE', 'ACE. AL COVE ECO.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '>80', '6.3W (1‘); 15W (4‘)', '269 lumens per foot', '150,000 Hours L70', 'TRIAC (forward phase) internal; 0-10V (sink or source) and DMX via external UDM', '120V; 240V; 277V', '120º', 'AL Cove Eco is a low power, low cost, dimmable LED cove light. Available in multiple color temperatures of white, it allows for long linear runs of up to 100’ at 120V and 200’ at 240V/277V. It’s compact profile allows it to be placed in very tight spaces, and it can also be dimmed via 0-10V or DMX with the optional, external UDM. A frosted lens is installed on the light, and an optional clear lens is included in the box.', 'http://www.acclaimlighting.com/products/product-detail/product/al-cove-eco.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/AL_Cove_Eco_2.1.1.pdf', '2018-01-29', '2018-04-15', '0000-00-00', ''),
(1002, 113, 'AIC', 'ACM_AIC', 'AIC', 'AIC. Ai Cove.', 1, 0, '', '1800K-3000K', '93', '13.5W (1‘); 53W (4‘)', '500 lumens per foot', '150,000 Hours L70', 'TRIAC (forward phase), ELV (reverse phase), 0-10V, DMX (0-10V & DMX require external UDM)', '120V; 240V; 277V', '120º', 'Ai Cove is a unique, dim to warm interior cove fixture. Available in 1\' and 4\' sections, it features Acclaim\'s proprietary Ai Dim (Acclaim Intelligent Dimming) technology. Ai Dim is a combination of a finely tuned dimming curve and a specific grouping of LEDs, which results a in near perfect representation of incandescent dimming.', 'http://www.acclaimlighting.com/products/product-detail/product/ai-cove.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Ai_Cove_2.0.1.pdf', '2017-06-06', '2018-04-15', '0000-00-00', ''),
(1003, 101, 'XEN', 'LSI_XENM3', 'XENM3', 'XENM3. LSI LED Decorative Pedestrian & Area Lighting - Enterprise.', 1, 0, '', '4000K; 5000K', '70', '70W; 108W', '5150lm - 9410lm', '', '0-10V Dimming', '120-277V 50/60Hz; 347-480V', 'Type III; Forward Throw; Type V', 'Featuring LSI’s high-performance LED optical system, the Enterprise is designed for illuminating pathways, walkway areas and campus sites. Its modern look complements contemporary architectural design elements of a site. These fixtures provide equal to or better performance than existing HID alternatives and save over 40% in energy when compared to them.', 'http://www.lsi-industries.com/products/xenm3.aspx', 'http://www.lsi-industries.com/documents/datasheets/crsvr_enterprise-datasheet.pdf', '2016-10-25', '2018-04-15', '0000-00-00', ''),
(1004, 113, 'AGH', 'ACM_AGH', 'AGH', 'AGH. AL Graze AC.', 1, 0, '', '2400K-5500K', '', '9W per linear foot', '419 per foot', '150,000 Hours L70', 'DMX-512 (internal), 0-10V (via external UDM)', '100-277V', '10º x 60º; 30º x 60º; 10º x 10º; 60º x 60º', 'The AL Graze AC is a high power, low profile, outdoor linear LED fixture. Available in 1’ and 4’ sections, it offers multiple configurations, including RGB, RGBW, and Dynamic White. Featuring a robust IP66 housing, on-board AC and DMX driver with RDM addressing, and linkable cable system, it is the perfect option for any structure that calls for indoor or outdoor linear grazing.', 'http://www.acclaimlighting.com/products/product-detail/product/al-graze-ac.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/AL_Graze_AC_2.1.1.pdf', '2018-03-29', '2018-04-15', '0000-00-00', ''),
(1005, 113, 'PGA', 'ACM_PGA', 'PGA', 'PGA. Pixel Graze.', 1, 0, '', '2700K-6000K', '', '30W (1‘); 105W (4‘)', '435 per foot', '150,000 Hours L70', 'DMX + RDM', '100-277V', '10º x 10º; 10º x 60º; 30º x 60º; 60º x 60º', 'Pixel Graze is a high power, indoor/outdoor LED fixture with quad color or dynamic white options. It is available in 1’ and 4’ sections, features a compact profile, and offers best in class color mixing and saturation. A robust IP66 housing, and multiple control options - including pixel control, round out a feature set that make it a perfect option for any structure that calls for indoor or outdoor linear grazing.', 'http://www.acclaimlighting.com/products/product-detail/product/pixel-graze.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Pixel_Graze_2.0.3.pdf', '2017-01-27', '2018-04-15', '0000-00-00', ''),
(1006, 101, 'XLX', 'LSI_XLXM3', 'XLXM3', 'XLXM3. LSI Decorative Pedestrian & Area Lighting - Lexington.', 1, 0, '', '4000K; 5000K', '70', '70W; 108W', '5150lm - 8670lm', '', '0-10V Dimming', '120-277V 50/60Hz; 347-480V', 'Type III; Forward Throw; Type V', 'Featuring LSI’s high-performance LED optical system, the Lexington is designed for illuminating pathways, walkway areas and campus sites. Its classic look complements traditional, colonial architectural design elements of a site. These fixtures provide equal to or better performance than existing HID alternatives and save over 40% in energy when compared to them.', 'http://www.lsi-industries.com/products/xlxm3.aspx', 'http://www.lsi-industries.com/documents/datasheets/crsvr_lexington-datasheet.pdf', '2016-10-25', '2018-04-15', '0000-00-00', ''),
(1008, 101, 'XMR', 'LSI_XMR', 'XMR', 'XMR. LSI LED Mirada Round Area Light.', 1, 0, '', '3000K; 4000K; 5000K', '70', '155W; 238W; 310W', '18,000lm; 29,000lm; 35,000lm', 'L70 Calculated Life: >100k Hours', '0-10V dimming (10% - 100%) standard', '120-277V; 347-480V', 'Type II; Type III; Type 5; Type FT', 'The Mirada Round\'s sleek radiused design makes it perfectly-suited for alternatives to the straight lines of the original Mirada, for architectural applications. Its cost-effective die-cast aluminum housing makes its acquisition cost very competitive. The Mirada Round uses high performance silicone optics, 35,000+ lumens and is available with integral and wireless controls. US & Int\'l. patents pending.', 'http://www.lsi-industries.com/products/XMR.aspx', 'http://www.lsi-industries.com/documents/datasheets/xmr-specsheet.pdf', '2018-03-28', '2018-04-15', '0000-00-00', ''),
(1009, 113, 'DAS', 'ACM_DAS', 'DAS', 'DAS. Dyna Accent.', 1, 0, '', '2400K-5500K', '', '13W', '1423 lm', '150,000 Hours L70', 'DMX / RDM, 0-10V via external UDM, RDM Addressing via XMT-350, Wireless via Aria system', '100-277V', '6º (standard), 20º, 40º, 60º, 10º x 60º spread lens options', 'The Dyna Accent is a high output, outdoor rated, LED flood fixture. It features internal DMX & RDM drivers, a 100-277VAC auto switching power supply, and a swappable spread lens system. Available in multiple color temperatures of white and color changing version, it is ideal for outdoor facade wash and landscape work.', 'http://www.acclaimlighting.com/products/product-detail/product/dyna-accent.html', 'http://www.acclaimlighting.com/uploads/tx_acclaimlighting/downloads_us/Dyna_Accent_2.1.0.pdf', '2016-10-20', '2018-04-15', '0000-00-00', ''),
(1010, 101, 'XAL', 'LSI_XALM', 'XALM', 'XALM. LSI LED Mirada Area Light.', 1, 0, '', '3000K; 4000K; 5000K', '70; 90', '155W; 238W; 310W', '12,162lm - 30,756lm', 'L70 Calculated Life: >100k Hours', '0–10V control', '120-277V; 347-480V', 'Type II; Type III; Type 5; Type FT', 'The Mirada’s sleek design makes it perfectly-suited for architectural applications, while its cost-effective die-cast aluminum housing makes its acquisition cost very competitive. The Mirada uses high performance silicone optics, casts 35,000+ lumens and is available with integral and wireless controls. US & Int\'l. patents pending.', 'http://www.lsi-industries.com/products/xalm.aspx', 'http://www.lsi-industries.com/documents/datasheets/xalm-datasheet.pdf', '2018-03-26', '2018-04-15', '0000-00-00', ''),
(1011, 101, 'MWW', 'LSI_MWW', 'MWW', 'MWW. LED MWW Micro Wall Wash.', 1, 0, '', '3500K; 4000K; 5000K', '80', '28W; 35W; 45W', 'Super Saver: 2040lm - 2750lm; High Output: 3075lm - 4280lm', '60,000 hours TM-21', '0-10 volt dimming standard', '120-277V', 'Wall Wash', 'The narrow design makes the LED MWW ideal for applications demanding a compact fixture and narrow light beam to highlight vertical surfaces. The recessed installation hides the light source while providing uniform illumination of vertical surfaces and/or displays. The MWW is designed for grid or hard ceilings where ceiling access may be limited or restricted.', 'http://www.lsi-industries.com/products/LED-MWW-Micro-Wall-Wash.aspx', 'http://www.lsi-industries.com/documents/datasheets/mww_led-datasheet.pdf', '2016-02-27', '2018-04-15', '0000-00-00', ''),
(1012, 114, 'VX', 'VLT_VX-SUN', 'VX-SUN', 'VX SUN. SUNNY family.', 1, 0, '', '2700-4500K', '85+', '10.5W; 15.5W', '553 lm; 774 lm', '50,000 hours', 'Standard Non-Dim/ 0-10v dimming', '120-277V', '', 'A bollard like no other! Energize your outdoor space by the sheer force of Sunny’s distinctive personality! Four bollard heights and a head-turning wall sconce. Graphite or Oxide finish, five color temperatures, IP65. All Sunny fixtures offer choice of flat or domed lens.', 'http://www.vltcorp.com/#LED/VLTLED/Outdoor/Sunny', 'http://vltcorp.com/Downloads/4A011.pdf', '2016-01-22', '2018-04-15', '0000-00-00', ''),
(1013, 114, 'VX', 'VLT_VX-LR4', 'VX-LR4', 'VX LR4. LYRAS 45.', 1, 0, '', '2700-4500K', '87', '2W', '96 lm', '50,000 hours', 'Multiple fixtures can be driven from a single remote driver', '24V', '', 'Long-lasting LED technology means that this bright little spot light will last for years! The com- pact Lyras45 offers three lens options for illuminating gardens, outdoor sculptures or signage, with a full range of color tempera- ture options. Metal Grey or Bronze finishes.', 'http://www.vltcorp.com/#LED/VLTLED/Outdoor/Lyras45', 'http://vltcorp.com/Downloads/4C011.pdf', '2016-01-22', '2018-04-15', '0000-00-00', ''),
(1014, 101, 'XBV', 'LSI_XBVRD', 'XBVRD', 'XBVRD. LSI LED Bollard.', 1, 0, '', '3500K; 4000K; 5000K', '69', '38W', '856lm - 1338lm', '', '', '120-277V; 347V; 480V', 'Indirect', 'This specification-grade bollard, available in flat or round top, features a high performance LED optical system. State-of –the-art driver technology provides unsurpassed system efficiency.', 'http://www.lsi-industries.com/products/LSI-LED-bollard-XBVRD.aspx', 'http://www.lsi-industries.com/documents/datasheets/xbvrd-datasheet.pdf', '2016-10-20', '2018-04-15', '0000-00-00', ''),
(1015, 114, 'ELL', 'VLT_ELL-EG2', 'ELL-EG2', 'ELL EG2. Elegance  Fundamentals.', 1, 0, '', '2700-4500K', '87', '4.4W', '296-400 lm', '50,000 hours', 'MLV; ELV; 0-10V; DALI; DMX', '12.7V', '15°, 30°, 60° and 30° x 60°', 'The EssentialLEDs® Elegance fixture was developed to provide exceptional lighting flexibility in retail display applications. Its high light output, low energy use and long lamp life make Elegance an ideal fixture for fully illuminating small displays, or adding focused highlights to larger casework. The adjustable head has a tilt range of +/- 65° to accomodate changing display needs; Stem Mount 3 (ST3) option provides a fixed 15° angle.', 'http://www.vltcorp.com/#LED/VLTLED/Speciality/Elegance%C2%B2', 'http://vltcorp.com/Downloads/9W184.pdf', '2016-09-27', '2018-04-15', '0000-00-00', ''),
(1016, 114, 'ELL', 'VLT_ELL-MLR', 'ELL-MLR', 'ELL MLR. Mini Light Run.', 1, 0, '', '2400-5000K', '87', '3.3w/ft; 6.6w/ft', '275 lm/ft; 548 lm/ft', '50,000 hours', 'MLV; ELV; 0-10V; DALI; DMX', '24v', '116°', 'EssentialLEDs super small-profile Mini LightRun was developed to provide outstanding LED lighting in the smallest linear form possible. For retail display applications where reflected LED diodes can be an unwelcome visual distraction, Mini LightRun’s Holographic Film lensing delivers bright, diffuse light without individual diode reflections or multiple shadowing.', 'http://www.vltcorp.com/#LED/VLTLED/Speciality/Mini%20LightRun%20Series', 'http://vltcorp.com/Downloads/9W244.pdf', '2016-09-27', '2018-04-15', '0000-00-00', ''),
(1017, 114, 'ELS', 'VLT_ELS-SS1', 'ELS-SS1', 'ELS SS1. Square Pendant.', 1, 0, '', '2700-5000K', '95+', '4.4-13.8w/ft', '', '50,000 hours', 'ELV; 0-10V; DALI; DMX', '24V', 'Direct/indirect', 'Whether you line it up in orderly rows, or mix it up at different angles and directions, SS1’s simple 1” square form and bright, high-quality illumination allow maximum design creativity without sacrificing lighting function. At up to 1218 lumens per foot and thirteen standard lengths, you can mix and match SS1s to deliver desired lighting levels, or let the simplicity of a single fixture speak for itself. Power through conductive suspension system or decorative jacketed wire.', 'http://www.vltcorp.com/#LED/VLTLED/Suspended/SS1%20Series', 'http://vltcorp.com/Downloads/9W395.pdf', '2018-02-06', '2018-04-15', '0000-00-00', ''),
(1018, 115, 'SPIN', 'EUR_3036', '3036', '3036. SPIN.', 1, 0, '', '3000K; 3500K; 4000K', '85', '22W', '1400 lm - 1800 lm', '', '700 mA 0-10V Dimming (120-277V); 700 mA Phase Dimming (120V)', '120 or 120-277V', 'Direct-Indirect', 'DESIGN: \r\nConcentric parabolic reflectors create a simple and elegant direct and indirect lighting.\r\nADA compliant fixture.\r\nLIGHT SOURCE: \r\nHigh power LED available or T5 Circline sources available. Remote EM also available.\r\nSTRUCTURE:\r\nDie-spun steel structure with highly reflective white polyester powder paint. The front plate is available in white or with a shatter proof mirror.\r\nDIFFUSER: \r\nVacuum formed frosted polymer.', 'http://www.eurekalighting.com/productDetails.aspx?productId=3036.&Cat=E4&subcat=LED&CurNbr=3&TtlNbr=54', 'http://www.eurekalighting.com/PDF/3036..pdf', '2017-08-22', '2018-04-15', '0000-00-00', ''),
(1019, 115, 'OSLO', 'EUR_3038-29', '3038-29', '3038-29. OSLO.', 1, 0, '', '3000K; 3500K; 4000K', '83', '23W', '936lm (SGF) - 312lm (CHF)', '', 'Phase dimming (DP) and 0-10V dimming (DV)', '120V (DP) or 120-277V (DV)', 'Dual indirect illumination (front and back)', 'DESIGN: \r\nWarm and delicate, this large surface sconce features front and back light giving a nicely toned atmosphere to interior spaces. Made out of formed recycled acoustical PET felt,\r\nthe shape reminds the effects of rippling water.\r\nINSTALLATION: \r\nFeaturing no visible fasteners, the Olso installs on a standard junction box with two screws. The front cover is spun in place on the housing.\r\nLIGHT SOURCE: \r\nDesigned with front as well as rear illumination, the Oslo features a LED light source\r\nand standard 0-10V dimming.\r\nSTRUCTURE: \r\nDie spun steel, available in our white or anthracite architectural grade fine textured finishes.\r\nSHADE: \r\nUsing compression molding to create this beautiful volume, Oslo is available in 3 colours: red, charcoal and silver gray. Made from recycled and recyclable polyester (PET) fibers with characteristics like low VOCs, no formaldehyde, non-irritable and odourless.', 'http://www.eurekalighting.com/productDetails.aspx?productId=3038-29.&Cat=E4&subcat=LED&CurNbr=6&TtlNbr=54', 'http://www.eurekalighting.com/PDF/3038-29..pdf', '2018-03-09', '2018-04-15', '0000-00-00', ''),
(1020, 114, 'ELC', 'VLT_ELC-9SL', 'ELC-9SL', 'ELC 9SL. Choice Large Square Extrusion.', 1, 0, '', '2300-5000K', '90+; 95+', '2.0-7.4 w/ft', '222-768 lm/ft', '50,000 hours', 'MLV; ELV; 0-10V; DALI; DMX', '24V', '', 'Our largest extrusion with the most options to provide the highest lumen output or create the boldest look. Choose any LED board, including Dual rows; choose snap-in edge-to-edge lensing from clear, opal, focusing and extended lens options. Available with many mounting choices, including flush mount into walls or ceilings using our dry-wall rough-in kit. Extended frosted lens projects 0.96” [24.38mm] for vanity lighting with a flattering glow.', 'http://www.vltcorp.com/#LED/VLTLED/Linear/Choice%209SL%20Series', 'http://vltcorp.com/Downloads/9W525.pdf', '2018-02-06', '2018-04-15', '0000-00-00', ''),
(1021, 115, 'TUMBLER', 'EUR_3409', '3409', '3409. TUMBLER.', 1, 0, '', '3000K; 3500K; 4000K', '80', '4W; 8W', '179lm', '', 'Phase Dimming (DP) or 0-10V Dimming (DV)', '120V (non-dimming or DP) or 120-277V (DV)', 'Diffused', 'DESIGN: \r\nTumbler is a small jewel made from tough machined glass. Its crisp, minimal form provides seamless accent illumination for any indoor or outdoor environment.\r\nLIGHT SOURCE: \r\nCustom designed LED light source. Tumbler has an integral aluminum heatsink conceived and tested to provide a long lifetime.\r\nSTRUCTURE: \r\nWeatherproof die-cast aluminum base with an exterior grade fine texture anthracite or black finish.\r\nDIFFUSER: \r\nDesigned to be both beautiful and durable, the diffuser is a machined heavy glass cylinder with an inside frosted surface for a smooth diffusion.\r\nCERTIFIED: \r\nCSA Listed to US and Canadian safety standards; 25°C ambient and wet-locations.', 'http://www.eurekalighting.com/productDetails.aspx?productId=3409.&Cat=E4&subcat=LED&CurNbr=7&TtlNbr=54', 'http://www.eurekalighting.com/PDF/3409.pdf', '2017-11-28', '2018-04-15', '0000-00-00', ''),
(1022, 115, 'PIPO', 'EUR_4005-CLC', '4005-CLC', '4005-CLC. PIPO.', 1, 0, '', '3000K; 3500K; 4000K', '85', '4W', '376 lm - 468 lm', '', '350 mA', '120V or 277V', 'Indirect', 'Design: \r\nPerfectly proportioned mini pendants in three shapes: heavy crystal cylinder (CFD), white triplex cube (CLC) or tapered chrome box with white glass (NLD)\r\nInstallation: \r\nCeiling mount or suspended on a stem\r\nConstruction: \r\nDie-stamped steel and machined brass structure. NLD in chrome only. CLC & CFD models available in four plated or polyester powder finishes\r\nDiffuser: \r\nPressed clear crystal glass (CFD) or white crystal glass diffuser with etched exterior (CLC) with additional chrome steel diffuser (NLD)', 'http://www.eurekalighting.com/productDetails.aspx?productId=4005-CLC&Cat=E4B&subcat=LED&CurNbr=2&TtlNbr=265', 'http://www.eurekalighting.com/PDF/4005-CLC.pdf', '2017-06-12', '2018-04-15', '0000-00-00', ''),
(1023, 115, 'RADAR', 'EUR_4028B', '4028B', '4028B. RADAR.', 1, 0, '', '3000K; 3500K; 4000K', '83', '32W', '2700 lm', '', 'Phase dimming (DP) or 0-10V dimming (DV)', '120V (DP) or 120-277V (DV)', 'Downward', 'Design :\r\nRadar is designed with an imposing softly curved and brightly illuminated cupola that acts as a reflector and channels light downwards. A trendy and practical solution for high ceilings or for defining a lower illuminated space.\r\nInstallation :\r\nSimplified installation featuring a hook on stem system, a keyhole locking mechanism and a magnetic canopy without any visible fasteners.\r\nLight Source :\r\nA 32W custom made LED engine composed of 12 high powered LED with standard 0-10V or phase dimming.\r\nStructure :\r\nCustom die cast aluminum heatsink with steel stem and canopy, featuring a black architectural grade fine texture finish. Thermoformed acrylic reflector with white opaque frosted finish.', 'http://www.eurekalighting.com/productDetails.aspx?productId=4028B&Cat=E4B&subcat=LED&CurNbr=7&TtlNbr=265', 'http://www.eurekalighting.com/PDF/4028B.pdf', '2017-02-24', '2018-04-15', '0000-00-00', ''),
(1024, 115, 'NANO', 'EUR_4033', '4033', '4033. NANO.', 1, 0, '', '3000K; 3500K; 4000K', '80', '4W; 8W', '350 lm', '', 'Phase Dimming (DP) and 0-10V Dimming (DV)', '120V (DP) and 120-277V (DV)', 'Directional projector or Direct', 'DESIGN:\r\nSlightly longer than Pico, Nano has the same dark black technical design that performs as well as it looks. The exposed heat sink enhances the already impressive LED performance in a compact form. \r\nLIGHT SOURCE: \r\n4W and 8W LED with 0-10V (DV) or phase (DP) dimming versions available.\r\nOPTIC: \r\n17° or 48° Beam Angle Total Internal Reflecting (TIR) Multi-lens.\r\nSTRUCTURE:\r\nDie-cast aluminium heat sink with black satin anodized finish and inner die-formed steel parts with black polyester powder finish.\r\nINSTALLATION:\r\nAvailable on canopy or track mount adaptor, the suspended version of Nano is mounted on a field adjustable 6mm stem. Projector feature a high performance spring tension swivel.', 'http://www.eurekalighting.com/productDetails.aspx?productId=4033&Cat=E4B&subcat=LED&CurNbr=10&TtlNbr=265', 'http://www.eurekalighting.com/PDF/4033.pdf', '2018-03-06', '2018-04-15', '0000-00-00', ''),
(1025, 116, 'GMB', 'DAL_GMB4-3K', 'GMB4-3K', 'GMB4-3K. LED GIMBAL RECESSED LIGHT.', 1, 0, '', '3000K', '90', '12W', '1100 Lumens', '', 'Fully dimmable solution.', '120V', '40°', 'When searching for lighting flexibility, look no further than our 4” LED directional downlight. With a powerful lumen output and the ability to shine your light with a 360 degree rotation, this product will meet your every need.', 'http://www.dalslighting.com/en/products/In+Stock+Products/532/bgmb4b-4-led-gimbal-recessed-light', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_GMB4_ENG.pdf', '2018-02-16', '2018-04-16', '0000-00-00', ''),
(1026, 116, '7000', 'DAL_7003', '7003', '7003. PRO SERIES 3\" 4000K ROUND LED PANEL.', 1, 0, '', '3000K', '80', '6W', '400 Lumens', '', 'Includes a junction box with an integrated driver.', '120V', 'General', 'Our new LED Panel lights have revolutionized recessed lighting applications across North America. The sleek and minimal construction allows for the easiest of installations.', 'http://www.dalslighting.com/en/products/In+Stock+Products/534/b7003-4kb-pro-series-3-4000k-round-led-panel', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_700X_ENG.pdf', '2018-02-21', '2018-04-16', '0000-00-00', ''),
(1027, 116, 'CFLEDR', 'DAL_CFLEDR06', 'CFLEDR06', 'CFLEDR06. ROUND LED FLUSH MOUNT.', 1, 0, '', '3000K', '80', '11W', '770 lumens', '50,000 hours', 'Integrated dimmable solution.', '120V', 'Uniform illumination', 'This flush mount was designed with clean lines and to provide uniform illumination. This luminaire is built exclusively for LED and can be installed inside or outside. This ceiling mount is easy to install and also has a matching square version.', 'http://www.dalslighting.com/en/products/In+Stock+Products/473/bcfledr06b-round-led-flush-mount', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_CFLEDR_ENG.pdf', '2018-02-16', '2018-04-16', '0000-00-00', ''),
(1028, 116, '7100', 'DAL_7105-3K', '7105-3K', '7105-3K. ROUND FLUSH MOUNT.', 1, 0, '', '3000K', '90', '10W', '550 lumens', '50,000 hours', 'Integrated dimmable solution', '120V', 'Smooth 360° wide spread', 'Slim design and uniform light output are the cornerstone of our LED flush mounts. Available in three sizes, you have the flexibility to personalize your lighting project.', 'http://www.dalslighting.com/en/products/In+Stock+Products/544/b7105b-5-round-flush-mount', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_710X_ENG.pdf', '2018-02-16', '2018-04-16', '0000-00-00', ''),
(1029, 116, 'SPD', 'DAL_SPD', 'SPD', 'SPD. SLIM LINEAR PENDANT.', 1, 0, '', '3000K', '90', '28W, 45W', '3220, 5175 Lumens', '50,000 hours', 'Integrated dimmable driver.', '120V', '', 'This sleek design truly utilizes the best features of LED technology. We are now able to create a unique form factor that will project the perfect amount of light.', 'http://www.dalslighting.com/en/products/In+Stock+Products/550/bspdb-slim-linear-pendant', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_SPD_ENG.pdf', '2018-02-16', '2018-04-16', '0000-00-00', ''),
(1030, 116, 'LEDPEND', 'DAL_LEDPEND', 'LEDPEND', 'LEDPEND. LED DECORATIVE PENDANT LIGHT.', 1, 0, '', '3000K', '80', '15W, 30W', '1247, 2650 Lumens', '50,000 hours', 'Integrated dimmable driver', '120V', '', 'Our decorative LED pendants will perfectly accentuate every application. Available in 2 sizes, you can choose the right model for your needs.', 'http://www.dalslighting.com/en/products/In+Stock+Products/407/bledpendb-led-decorative-pendant-light', 'http://www.dalslighting.com/uploads/PDFs/DALS_SG17_LEDPEND00X.pdf', '2017-01-18', '2018-04-16', '0000-00-00', ''),
(1031, 117, 'GL', 'DAD_GL', 'GL', 'GL. GridLineLED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85+', '4.9 - 9.8 w/ft', '175 - 570 lu/ft', '50,000hrs', '0-10V dimming', '120-277V', 'even distribution with no shadows', 'Shallow fixture with or without flanges for mounting in ACT, drywall, wood and other ceilings. Same lens as SimpleLine LED allowing for clean integration across multiple surfaces.', 'http://dadolighting.com/gridlineled/', 'http://dadolighting.com/wp-content/uploads/2017/09/gridline-dado-lighting-spec.pdf', '2017-07-17', '2018-04-16', '0000-00-00', ''),
(1032, 117, 'HL', 'DAD_HL', 'HL', 'HL. HardLineLED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85, 90', '2.5 - 9.8 w/ft', '88 - 570 lu/ft', '50,000hrs', 'Elec low voltage, 20, 40 or 100W max.;  Electronic, 100W max.; Dimming via 0-10Vdc; Lutron Hi-Lume Premier 96W', '120-277V', 'even distribution with no shadows', 'Shallow flangeless fixture with internal wire-way for mounting in or on wood, stone, metal or other hard surfaces. Same lens as SimpleLineLED allowing for clean integration across multiple substrates, e.g. drywall ceiling and stone wall. 1/8” lip on either side of lens.', 'http://dadolighting.com/hardlineled/', 'http://dadolighting.com/wp-content/uploads/2017/09/hardline-dado-lighting-spec.pdf', '2017-08-18', '2018-04-16', '0000-00-00', ''),
(1033, 117, 'DW', 'DAD_DW', 'DW', 'DW. CabinetLineLED.', 1, 0, '', '2700K, 3000K, 3500K', '85, 90', '2.5w/ft, 4.9w/ft', '88Lu/ft, 175Lu/ft', '50,000hrs', 'Elec low voltage, 20, 40 or 100W max.;  Electronic, 100W max.; Dimming via 0-10Vdc; Lutron Hi-Lume Premier 96W', '120-277V', 'even distribution with no shadows or hot spots', 'The perfect light for fine cabinetry, paneling or other millwork. Flangeless 1.5”, 2.5” or 3” wide line of light is integral with cabinetry with no visible lip or housing flange. DW for most minimal construction, DWC for highest wattage, DWS for materials where dado groove cannot be milled.', 'http://dadolighting.com/cabinetlineled/', 'http://dadolighting.com/wp-content/uploads/2017/09/cabinetline-dw-dado-lighting-spec.pdf', '2017-07-16', '2018-04-16', '0000-00-00', ''),
(1034, 117, 'DW', 'DAD_DWC', 'DWC', 'DWC. CabinetLineLED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85, 90', '4.9w/ft,  9.8w/ft', '175lu/ft, 350lu/ft', '50,000hrs', 'Elec low voltage, 20, 40 or 100W max.;  Electronic, 100W max.; Dimming via 0-10Vdc; Lutron Hi-Lume Premier 96W', '120-277V', 'even distribution with no shadows or hot spots', 'The perfect light for fine cabinetry, paneling or other millwork. Flangeless 1.5”, 2.5” or 3” wide line of light is integral with cabinetry with no visible lip or housing flange. DW for most minimal construction, DWC for highest wattage, DWS for materials where dado groove cannot be milled.', 'http://dadolighting.com/cabinetlineled/', 'http://dadolighting.com/wp-content/uploads/2017/09/cabinetline-dwc-dado-lighting-spec.pdf', '2017-07-10', '2018-04-16', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1035, 117, 'MR', 'DAD_MR', 'MR', 'MR. MirrorLineLED.', 1, 0, '', '2700K, 3000K', '85, 90', '9.8W/ft', '701 lumens', '50,000hrs', 'Elec low voltage, 20, 40 or 100W max.; Electronic, 100W max.; Dimming via 0-10Vdc; Lutron Hi-Lume Premier 96W;', '120-277V', 'even distribution with no shadows', 'A fixture the thickness of drywall for mounting within or along the edges of mirrors. Vertical, horizontal, 3-sides, 4 sides. No special framing is required due to its zero cavity, IC rated construction. Easy to specify, install and maintain.', 'http://dadolighting.com/mirrorlineled/', 'http://dadolighting.com/wp-content/uploads/2017/10/mirrorline-dado-lighting-spec.pdf', '2017-10-10', '2018-04-16', '0000-00-00', ''),
(1036, 117, 'LL15', 'DAD_LL15', 'LL15', 'LL15. LiftLineLED.', 1, 0, '', '2700K, 3000K, 3500K, RGB', '85', '4.9w/ft, 9.8w/ft', '1142 lumens', '50,000hrs', 'Mag low voltage, 100W max.; Electronic, 100W max.; Dimming via 0-10Vdc;', '120-277V', 'Illuminate elevator entries and create unique up/down cab indicator', 'Illuminate elevator entries and create unique up/down cab indicator signals with white, colored or flashing sections. Shallow flangeless fixture for easy integration into trim header.', 'http://dadolighting.com/liftlineled/', 'http://dadolighting.com/wp-content/uploads/2017/09/liftline-dado-lighting-spec.pdf', '2017-09-23', '2018-04-16', '0000-00-00', ''),
(1037, 117, 'J15', 'DAD_J15', 'J15', 'J15. JutLED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85+', '4.9 W, 12.3 W, 19.6 W', '', '50,000hrs', 'Mag low voltage, 100W max.', '120-277V', 'Up Light, Down Light, Wall Light', 'Minimalistic wall sconce / pendant.', 'http://dadolighting.com/jutled/', 'http://dadolighting.com/wp-content/uploads/2017/10/jut-dado-lighting-spec.pdf', '2014-12-07', '2018-04-16', '0000-00-00', ''),
(1041, 119, 'MONDO', 'ACD_MONDO-S', 'MONDO-S', 'MONDO-S. MONDO SMALL.', 1, 0, '', '2700K - 6000K', '80; 85', '2.56W', '33lm - 42lm', '>50,000 hours Lifetime L70. Based on TM-21', 'Switched; 0-10v; Phase; 3-Wire', '120v; 120-277v', '', 'A FAMILY OF COMPACT ASYMMETRICAL, SQUARE WALL RECESSED LED LUMINAIRES, DELIVERING 40LM & 70LM. IP65 WET LOCATIONS', 'http://acdclighting.us/led/mondo/#01tab', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/Mondo-2017-usa.pdf', '2017-10-14', '2018-04-17', '0000-00-00', ''),
(1043, 119, 'MONDO', 'ACD_MONDO-M', 'MONDO-M', 'MONDO-M. MONDO MEDIUM.', 1, 0, '', '2700K - 6000K', '80; 85', '5.12W', '67lm - 83lm', '>50,000 hours Lifetime L70. Based on TM-21', 'Switched; 0-10v; Phase; 3-Wire', '120v; 120-277v', '', 'A FAMILY OF COMPACT ASYMMETRICAL, SQUARE WALL RECESSED LED LUMINAIRES, DELIVERING 40LM & 70LM. IP65 WET LOCATIONS', 'http://acdclighting.us/led/mondo/#01tab', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/Mondo-2017-usa.pdf', '2017-10-14', '2018-04-17', '0000-00-00', ''),
(1045, 119, 'Plaza', 'ACD_Plaza-20', 'Plaza-20', 'Plaza 20.', 1, 0, '', '2700K - 6000K', '80', '15.7W', '1003lm - 1148lm', '>50,000 hours Lifetime L70. Based on TM-21', 'Integral 1-10V dimmable driver', '', 'Super Narrow; Narrow; Medium; Wide Flood; Linear', 'A FAMILY OF DIMMABLE, ARCHITECTURAL LED SURFACE MOUNTED UPLIGHTERS, DELIVERING 20W & 35W CDMT & 35W HALOGEN OUTPUT WITH IN BUILT 1-10V DIMMABLE DRIVER. IP66 WET LOCATIONS', 'http://acdclighting.us/led/plaza/#.WtWpQ4huaUk', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/PLAZA-2017-usa.pdf', '2017-10-24', '2018-04-17', '0000-00-00', ''),
(1047, 119, 'GIO', 'ACD_GIO', 'GIO', 'GIO.', 1, 0, '', '2700K - 6000K', '80; 90', '3.7W', '296lm - 350lm', '>50,000 hours Lifetime L70. Based on TM-21', 'Switched; 0-10v; Phase; 3-Wire; Eco-System', '120v; 120-277v', '20°', 'FAMILY OF DEEP RECESSED, LOW GLARE MICRO ARCHITECTURAL LED DOWNLIGHTS AVAILABLE IN TWO OPTIONS OPERATING AT 3W (DELIVERING 200LM) OR 7W (DELIVERING 550LM). AVAILABLE IN FIXED OR TILT FORMATS.', 'http://acdclighting.us/led/gio/#.WtWpRYhuaUk', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/Gio-2017-usa-spec-sheet-1.pdf', '2017-12-20', '2018-04-17', '0000-00-00', ''),
(1049, 119, 'FUSION', 'ACD_FUSION-24', 'FUSION-24', 'FUSION 24.', 1, 0, '', '2700K - 6000K', '80', '41.8W', '3162lm - 4347lm', '>50,000 hours Lifetime L70. Based on TM-21', '', '', 'Super Narrow; Narrow; Medium; Wide Flood; Linear', 'FUSION is part of our outdoor lighting family of products – a collection of 3 surface mounted floodlights that change spaces into experiences.\r\nThese intelligent powerhouses have it all –  illuminating buildings and structures with an intense wash of color, highlighting the size and scale of a landmark providing a focal point to any location, making it iconic.\r\nFUSION highlights form and character creating a backdrop for important life moments and memories.', 'http://acdclighting.us/led/fusion-2/#.WtW21YhuaUk', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/Fusion-spec-sheet-2018-usa.pdf', '2018-03-29', '2018-04-17', '0000-00-00', ''),
(1051, 119, 'IGLU', 'ACD_IGLU', 'IGLU', 'IGLU.', 1, 0, '', '2700K - 6000K', '>80', '14.66W', '531lm', '50,000hrs lifetime with lumen maintenance at L70', 'Switched; 0-10v; Phase; 3-Wire; Eco-System; RGB', '120v; 120-277v', 'Narrow; Medium; Wide; Linear', 'A COMPACT, IN-GROUND, LINEAR LED WALLWASH LUMINAIRE, PROVIDING EVEN WASH OF LIGHT UP TO 15’. DELIVERING 400LM PER FOOT – IP67 WET LOCATIONS', 'http://acdclighting.us/led/igluusa/#.WtW21ohuaUk', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/Iglu-2017-spec-sheets-usa.pdf', '2017-10-16', '2018-04-17', '0000-00-00', ''),
(1052, 119, 'GALLI', 'ACD_GALLI', 'GALLI', 'GALLI.', 1, 0, '', '2700K - 6000K', '80', '2.5W', '92lm - 124lm', '>50,000 hours Lifetime L70. Based on TM-21', 'Switched; 0-10v; Phase; 3-Wire; Eco-System', '120v; 120-277v', 'Narrow; Medium; Wide; Uncollimated', 'A COMPACT, IN-GROUND, SINGLE LED MARKER LIGHT AND WALLWASH LUMINAIRE, DELIVERING 90LM. IP67, SUITABLE FOR WET LOCATIONS', 'http://acdclighting.us/led/galli/#.WtW224huaUk', 'http://acdclighting.us/wp-content/uploads/filebase/products/product-data-sheets(6)/Galli-2017-usa.pdf', '2017-10-13', '2018-04-17', '0000-00-00', ''),
(1054, 121, 'GINGER', 'DLS_DUS-286', 'DUS-286', 'DUS 286. GINGER.', 1, 0, '', '3000K', '80', '7 W', '708lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge)', '120V', 'Up/down, direct and indirect lighting', 'LED-wall luminaire 7W with attached driver 120V, made of aluminium, for direct and indirect lighting, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/ginger/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/Ginger_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1055, 121, 'HANG ON', 'DLS_DUS-287', 'DUS-287', 'DUS 287. HANG ON.', 1, 0, '', '3000K', '80', '6 W', '550lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge)', '120V', 'Indirect', 'LED-wall luminaire 6W with attached driver 120V, made of aluminium,\r\nfor indirect lighting, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/hang-on/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/HangOn_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1056, 121, 'GINO', 'DLS_DUS-245', 'DUS-245', 'DUS 245. GINO.', 1, 0, '', '2700K, 3000K', '80', '6 W', '530lm, 550lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge)', '120V', 'Up/down, direct and indirect lighting', 'LED-wall luminaire 6W with attached driver 120V, made of extruded aluminium, for direct and indirect lighting, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/gino/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/Gino_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1057, 121, 'SATIS', 'DLS_DUS-205', 'DUS-205', 'DUS 205. SATIS.', 1, 0, '', '3000K', '80', '6 W', '550lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge)', '120V', 'Direct, indirect up/down lighting', 'LED-wall luminaire 6W with attached driver 120V, made of extruded aluminium, with asymmetrical light emission, for direct and indirect lighting, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/satis/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/Satis_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1059, 122, 'ATL', 'ASL_ATL23', 'ATL23', 'ATL23. ATL23 LED Post-Top Acorn - LED Luminaire.', 1, 0, '', '3000K; 4000K; 5000K', '', '24W; 32W', '3600-5600 delivered lumens', '≥ 70,000 hrs L70 25°C', '', 'MVOLT; 347V; 480V', 'Type III; Type V', 'Economical solution for architectural site and roadway lighting.\r\nAn acorn styled luminaire with a variety of decorative luminaire bases, integral globe holder/ballast housing and an acorn shaped globe.\r\n• LED source provides energy savings, longer life, and an environmentally friendly solution!\r\n• Acorn globe in clear textured acrylic, Optional Caged Globe available\r\n• Stainless steel hardware\r\n• 9 different styles of bases\r\n• 3” O.D. x 3” tall tenon required for mounting\r\n• Performance Comparable to 70W-100W MH (3600-5600 delivered lumens)', 'https://www.acuitybrands.com/products/detail/163086/Antique-Street-Lamps/ATL23-LED/ATL23-LED-Post-Top-Acorn-LED-Luminaire', 'https://www.acuitybrands.com/products/detail/163086/Antique-Street-Lamps/ATL23-LED/-/media/products/Antique_Street_Lamps/163086/document/ASL20ATL23LED_pdf.pdf', '2013-02-06', '2018-04-17', '0000-00-00', ''),
(1060, 121, 'LILLI', 'DLS_DUS-255', 'DUS-255', 'DUS 255. LILLI.', 1, 0, '', '3000K', '80', '7 W', '630lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge)', '120V', 'Direct downlight', 'LED-pendant luminaire 7W with attached driver 120V, made of aluminium, with anti glare cone, for direct lighting, cable can be cut to any length, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/lilli/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/Lilli_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1062, 121, 'PIPER', 'DLS_DUS-253', 'DUS-253', 'DUS 253. PIPER.', 1, 0, '', '3000K', '80, 90', '15 W', '1440, 1760 lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge); 0-10V dimmable', '120V; 120/277V', 'Direct downlight (120°)', 'LED-ceiling luminaire 15W with attached driver 120V, made of aluminium with acrylic glass cover, for direct lighting, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/piper/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/Piper_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1063, 122, 'EM', 'ASL_ETML17', 'ETML17', 'ETML17. Eurotique Munich Small Post-Top.', 1, 0, '', '3000K; 4000K; 5000K', '66', '49W; 63W', '6272lm; 6421lm; 6657lm', '', '', 'MVOLT; 120V; 208V; 240V; 277V; 347V; 480V', 'Type II; Type III; Type IV; Type V', 'For: architectural site, roadway lighting, and outdoor projects where quality lighting, reducing glare, energy waste and preventing nighttime light pollution is important.\r\n\r\nFeatures\r\n\r\nAvailable in both HID and LED (LED in Flat & Sag Glass only)\r\nLong life, Energy Savings and Low Maintenance\r\nHigh performance optics\r\nPrecision Aeris® designed reflectors, available in 4 different distribution types\r\nFull cutoff performance with flat lens\r\nCutoff performance with sag glass lens\r\nOne-piece cast aluminum housing with hinged lens ring', 'https://www.acuitybrands.com/products/detail/135190/Antique-Street-Lamps/Munich-Series-Small-Post-Top/Eurotique-Munich-Small-Post-Top', 'https://www.acuitybrands.com/products/detail/135190/Antique-Street-Lamps/Munich-Series-Small-Post-Top/-/media/products/Antique_Street_Lamps/135190/document/ASL-ETML17-LED_pdf.pdf', '2013-08-19', '2018-04-17', '0000-00-00', ''),
(1064, 121, 'PIPER SUSPENDED', 'DLS_DUS-211', 'DUS-211', 'DUS 211. PIPER SUSPENDED.', 1, 0, '', '3000K', '80, 90', '15 W', '1440, 1760 lm', '50000hrs', 'TRIAC/ELV dimmable (leading/trailing edge)', '120V', 'Direct downlight (120°)', 'LED-pendant luminaire 15W with attached driver 120V, made of aluminium with acrylic glass cover, for direct lighting, cable can be cut to any length, suitable for damp locations.', 'http://www.dlslightingus.com/portfolio/piper-suspended/', 'http://www.dlslightingus.com/wp-content/uploads/2017/09/Piper_suspended_DLS.pdf', '2017-08-30', '2018-04-17', '0000-00-00', ''),
(1066, 122, 'EH', 'ASL_ETHL22', 'ETHL22', 'ETHL22. Eurotique Hanover Large Post-Top.', 1, 0, '', '3000K; 4000K; 5000K', '66', '49W; 63W', '6272lm; 6421lm; 6657lm', '70000hrs L70', '', 'MVOLT; 120V; 208V; 240V; 277V; 347V; 480V', 'Type II; Type III; Type IV; Type V', 'For: architectural site, roadway lighting, and outdoor projects where quality lighting, reducing glare, energy waste and preventing nighttime light pollution is important.\r\n\r\nFeatures\r\n\r\nAvailable in both HID and LED (LED in Flat & Sag Glass only)\r\nLong life, Energy Savings and Low Maintenance\r\nHigh performance optics\r\nPrecision Aeris® designed reflectors, available in 5 different distribution types\r\nFull cutoff performance with flat lens\r\nCutoff performance with sag glass lens\r\nOne-piece cast aluminum housing with hinged lens ring', 'https://www.acuitybrands.com/products/detail/135184/Antique-Street-Lamps/Hanover-Series-Large-Post-Top/Eurotique-Hanover-Large-Post-Top', 'https://www.acuitybrands.com/products/detail/135184/Antique-Street-Lamps/Hanover-Series-Large-Post-Top/-/media/products/Antique_Street_Lamps/135184/document/ASL-ETHL22-LED_pdf.pdf', '2013-08-19', '2018-04-17', '0000-00-00', ''),
(1068, 122, 'EH', 'ASL_EHL22', 'EHL22', 'EHL22. Eurotique Hanover Large Pendant.', 1, 0, '', '3000K; 4000K; 5000K', '66', '49W; 63W', '6272lm; 6421lm; 6657lm', '70000hrs L70', '', 'MVOLT; 120V; 208V; 240V; 277V; 347V; 480V', 'Type II; Type III; Type IV; Type V', 'For: architectural site, roadway lighting, and outdoor projects where quality lighting, reducing glare, energy waste and preventing nighttime light pollution is important.\r\n\r\nFeatures\r\n\r\nAvailable in both HID and LED (LED in Flat & Sag Glass only)\r\nLong life, Energy Savings and Low Maintenance\r\nHigh performance optics\r\nPrecision Aeris® designed reflectors, available in 5 different distribution types\r\nFull cutoff performance with flat lens\r\nCutoff performance with sag glass lens\r\nOne-piece cast aluminum housing with hinged lens ring', 'https://www.acuitybrands.com/products/detail/135183/Antique-Street-Lamps/Hanover-Series-Large-Pendant/Eurotique-Hanover-Large-Pendant', 'https://www.acuitybrands.com/products/detail/135183/Antique-Street-Lamps/Hanover-Series-Large-Pendant/-/media/products/Antique_Street_Lamps/135183/document/ASL-EHL22-LED_pdf.pdf', '2014-06-25', '2018-04-17', '0000-00-00', ''),
(1069, 122, 'EM', 'ASL_EML25', 'EML25', 'EML25. Eurotique Munich Large Pendant.', 1, 0, '', '3000K; 4000K; 5000K', '66', '49W; 63W', '6272lm; 6421lm; 6657lm', '70000hrs L70', '', 'MVOLT; 120V; 208V; 240V; 277V; 347V; 480V', 'Type II; Type III; Type IV; Type V', 'For: architectural site, roadway lighting, and outdoor projects where quality lighting, reducing glare, energy waste and preventing nighttime light pollution is important.\r\n\r\nFeatures\r\n\r\nAvailable in both HID and LED (LED in Flat & Sag Glass only)\r\nLong life, Energy Savings and Low Maintenance\r\nHigh performance optics\r\nPrecision Aeris® designed reflectors, available in 5 different distribution types\r\nFull cutoff performance with flat lens\r\nCutoff performance with sag glass lens\r\nOne-piece cast aluminum housing with hinged lens ring', 'https://www.acuitybrands.com/products/detail/135187/Antique-Street-Lamps/Munich-Series-Large-Pendant/Eurotique-Munich-Large-Pendant', 'https://www.acuitybrands.com/products/detail/135187/Antique-Street-Lamps/Munich-Series-Large-Pendant/-/media/products/Antique_Street_Lamps/135187/document/ASL-EML25-LED_pdf.pdf', '2014-06-25', '2018-04-17', '0000-00-00', ''),
(1070, 122, 'EH', 'ASL_EHL16', 'EHL16', 'EHL16. Eurotique Hanover Small Pendant.', 1, 0, '', '3000K; 4000K; 5000K', '66', '49W; 63W', '6272lm; 6421lm; 6657lm', '70000hrs L70', '', 'MVOLT; 120V; 208V; 240V; 277V; 347V; 480V', 'Type II; Type III; Type IV; Type V', 'For: architectural site, roadway lighting, and outdoor projects where quality lighting, reducing glare, energy waste and preventing nighttime light pollution is important\r\n\r\nFeatures\r\n\r\nAvailable in both HID and LED (LED in Flat & Sag Glass only)\r\nLong life, Energy Savings and Low Maintenance\r\nHigh performance optics\r\nPrecision Aeris® designed reflectors, available in 4 different distribution types\r\nFull cutoff performance with flat lens\r\nCutoff performance with sag glass lens\r\nOne-piece cast aluminum housing with hinged lens ring', 'https://www.acuitybrands.com/products/detail/135185/Antique-Street-Lamps/Hanover-Series-Small-Pendant/Eurotique-Hanover-Small-Pendant', 'https://www.acuitybrands.com/products/detail/135185/Antique-Street-Lamps/Hanover-Series-Small-Pendant/-/media/products/Antique_Street_Lamps/135185/document/ASL-EHL16-LED_pdf.pdf', '2014-06-25', '2018-04-17', '0000-00-00', ''),
(1071, 123, 'MD2IG', 'CTL_MD2IG-4190', 'MD2IG-4190', 'MD2IG-4190. LED Medical 2 Recessed Grid (t-bar) Inset Door.', 1, 0, '', '3500K, 4000K', '80-89', '111 - 153 W', '11800 - 15300 lm', '>50,000 hours', '0-10v 1%; dimming not available in exam section', '120-277V, 347V', 'Downlight', 'The MD2 series by Certolux is an IC-rated specification-grade luminaire which provides a cost-effective LED patient room lighting solution. Designed as a combination Ambient/Exam light for hospitals, nursing homes and other patient care facilities. Eliminates the need for wall mounted luminaires. The flexibility of the nominal 2’ x 4’ singular modular installation makes this an excellent ceiling-mount fixture. For use in insulated ceilings.', 'http://www.viscor.com/product.php?id=412', 'http://www.viscor.com/assets/MD2IG-4190_LED_MD2IG_4190_2x4_LED_SpecSheet.pdf', '2017-03-15', '2018-04-17', '0000-00-00', ''),
(1072, 123, 'VRWB', 'CTL_VRWB-3551', 'VRWB-3551', 'VRWB-3551. LED Vandal Resistant Wall Mount - Bullnose Style.', 1, 0, '', '3500K, 4000K, 5000K', '80-89', '36 - 98 W', '3900 - 10400 lm', '>50,000 hours', '0-10v 1%', '120-277V, 347V', 'Up/Dn', 'The VRWB series by Certolux is a specification-grade wall mounted luminaire for maximum security and vandal resistant applications. The clamshell design has concealed hinges, tamper resistant fasteners, contraband trapping backplate, and security lenses. This maximizes impact resistance, prevents contraband concealment and unauthorized fixture tampering/penetration.', 'http://www.viscor.com/product.php?id=354', 'http://www.viscor.com/assets/VRWB-3551_LED_VRWB_3551_LED_SpecSheet.pdf', '2017-04-03', '2018-04-17', '0000-00-00', ''),
(1073, 123, 'CRV', 'CTL_CRV', 'CRV', 'CRV. LED Cleanroom Ceiling - Vapour Tight.', 1, 0, '', '3500K, 4000K, 5000K', '80-89', '27 W, 54 W', '2200 - 20000 lm', '>50,000 hours', '0-10v, 1%', '120-277V, 347V', 'Downlight', 'The CRV series by Certolux is a specification-grade vapour proof LED luminaire for Cleanroom and other adverse environment applications. The luminaire can be surface or pendant(chain or cable)mounted and is IP65/IP66/IP67 certified, NEMA 4X rated. For use in wet locations. For use in Hazardous Locations Class I Zone 2, Zone 22 (Class I Div 2, Class II Div 2, Class III). Consult ordering key for HazLoc options and Temperature Codes.', 'http://www.viscor.com/product.php?id=383', 'http://www.viscor.com/assets/CRV_LED_CRV_LED-SpecSheet.pdf', '2017-03-16', '2018-04-17', '0000-00-00', ''),
(1074, 123, 'MD3IF', 'CTL_MD3IF-4103', 'MD3IF-4103', 'MD3IF-4103. LED Medical 3 Recessed Flange Luminaire.', 1, 0, '', '3500K, 4000K', '80-89', '140 - 177 W', '11900 - 15600 lm', '>50,000 hours', '0-10v, 1%', '120-277V, 347V', 'Downlight', 'The MD3 series by Certolux is an IC-rated specification-grade luminaire which provides a cost-effective LED patient room lighting solution. Designed as a combination Reading/Ambient/Exam light for hospitals, nursing homes and other patient care facilities. Eliminates the need for wall mounted luminaires. The flexibility of the nominal 2??? x 4??? singular modular installation makes this an excellent ceiling-mount fixture. For use in insulated ceilings.', 'http://www.viscor.com/product.php?id=447', 'http://www.viscor.com/assets/MD3IF-4103_LED_MD3IF_4103_2x4_LED_SpecSheet.pdf', '2017-03-15', '2018-04-17', '0000-00-00', ''),
(1075, 123, 'CRC', 'CTL_CRC-3519', 'CRC-3519', 'CRC-3519. LED Cleanroom Corner Mount.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80-89', '15 - 120 W', '1300 - 10400 lm', '>50,000 hours', '0- 10v dimming', '120-277V, 347V', 'Downlight', 'The CRC series by Certolux is a specification-grade LED luminaire for Cleanroom applications. The overlapping single piece door design provides for a continuous seal to the sealed housing. The luminaire can be corner mounted is IP65 certified and vermin proof.', 'http://www.viscor.com/product.php?id=380', 'http://www.viscor.com/assets/CRC-3519_LED_CRC_3519_LED_SpecSheet.pdf', '2017-01-13', '2018-04-17', '0000-00-00', ''),
(1077, 123, 'MD3G', 'CTL_MD3G-4103', 'MD3G-4103', 'MD3G-4103. LED Medical 3 Recessed Grid (t-bar).', 1, 0, '', '3500K, 4000K', '80-89', '108 - 144 W', '11900 - 15600 lm', '>50,000 hours', '0-10v, 1%; dimming not available in exam section', '120-277V, 347V', 'Downlight', 'The MD3 series by Certolux is an IC-rated, IP65 (optional), specification-grade luminaire which provides a cost-effective LED patient room lighting solution. Designed as a combination Reading/Ambient/Exam light for hospitals, nursing homes and other patient care facilities. Eliminates the need for wall mounted luminaires. The flexibility of the nominal 2’ x 4’ singular modular installation makes this an excellent ceiling-mount fixture. For use in insulated ceilings.', 'http://www.viscor.com/product.php?id=384', 'http://www.viscor.com/assets/MD3G-4103_LED_MD3G_4103_2x4_LED_SpecSheet.pdf', '2017-09-14', '2018-04-17', '0000-00-00', ''),
(1078, 12, 'SPR', 'MAR_SPRLED', 'SPRLED', 'SPRLED. Fully Recessed SP LED.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '3.4-10.5W', '400-1,000 lm per foot', '50,000 hours L80', 'No control input. For use with nondimming; DALI; Lutron Ecosystem Interface Module; Lutron Ecosystem Driver; nLight enabled; 0-10V', '120V; 277V', 'Direct', 'The SPR LED is a compact recessed linear luminaire based on the popular SP design. This high-performance luminaire offers advanced LED technology and precision-engineered optics resulting in uniform, even illumination and high efficacies of greater than 100 lumens per watt. The SPR LED is now equipped with eldoLED® drivers that assure smooth flicker-free dim to dark dimming and optional nLight® lighting controls. The popular design and performance combined with these unsurpassed options make the SPR LED ideal for commercial office and healthcare applications.', 'https://www.acuitybrands.com/products/detail/767563/Mark-Architectural-Lighting/SPR-LED-Linear/Recessed-or-Semi-Recessed-Perimeter-Wall-Wash-LED', 'https://www.acuitybrands.com/products/detail/767563/Mark-Architectural-Lighting/SPR-LED-Linear/-/media/products/Mark_Architectural_Lighting/767563/document/SPR-LED_pdf.pdf', '2018-04-10', '2018-04-18', '0000-00-00', ''),
(1079, 12, 'FC', 'MAR_FCL', 'FCL', 'FCL. Full Circle LED.', 1, 0, '', '2700-4000K', '80; 90', '7.6-23.9W', '651-1785 lm', '65,000 hours L80', '0-10V; nLight enabled; Dali; Lutron EcoSystem interface module', '120V; 277V', 'Direct', 'Anything a designer can imagine can be brought to life with Full Circle\'s super-efficient LED technology. Arc-shaped segments with radii from 1\' to 10\' nominal add interest and fun to ordinary recessed slot installations. A regressed lens option provides added dimensions to the sleek, slender design. Choose integrated nLight® controls that are as brilliant as the luminaire. Beauty is in the details.', 'https://www.acuitybrands.com/products/detail/621199/Mark-Architectural-Lighting/FCL-ARC-Linear/Full-Circle-LED-Recessed-Arc', 'https://www.acuitybrands.com/products/detail/621199/Mark-Architectural-Lighting/FCL-ARC-Linear/-/media/products/Mark_Architectural_Lighting/621199/document/Full-Circle-LED-Arcs_pdf.pdf', '2017-05-25', '2018-04-18', '0000-00-00', ''),
(1080, 124, '01', 'ANP_BL0001', 'BL0001', 'BL0001.', 1, 0, '', '2700K - 4000K', '>90', '12W - 43W', '1250lm - 4000lm', 'L70 50,000 hours', '0-10V, TRIAC and ELV dimming protocols are standard. (24w is 0-10v only)', '120-277 Volts; 50/60Hz', 'T5 Wide Distributon; T5 Narrow Distributon', 'Material:\r\nAll parts are durable 356 cast aluminum.\r\nAll mounting hardware shall be stainless steel or zinc plated steel.\r\nLens:\r\nChoice of acrylic lens\r\nMounting:\r\nStandard anchor bolts are 3/8” x 12” x 3”. Bolts, nuts and washers shall be hot dipped galvanized steel . Bolt pattern diameter is 6 3/4”.\r\nDrivers:\r\nUniversal voltage 120-277 is standard. 0-10V, TRIAC and ELV dimming protocols are standard for LED module (24w is 0-10v only). See page 2 table for LED engine and driver specs, voltage and dimming protocols.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention. Products undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion. Marine grade finish provides superior salt, humidity and UV protection. This coating withstands up to 3000 hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/bl0001#', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-BL0001-LED.pdf', '2018-04-16', '2018-04-18', '0000-00-00', ''),
(1081, 12, 'WHSPR', 'MAR_WHSPR', 'WHSPR', 'WHSPR. Whisper LED.', 1, 0, '', '3000-5000K', '>80; >90', '19-95W', '2,000-8,500 lm', '60,000 hours L80', '0-10v; nLight Enabled; nLight Air (wireless) Enabled; DALI compatible; DMX compatible; Lutron Ecosystem Driver', '120V; 277V; 347V', '', 'Gently sloping side panels give Whisper LED its depth and appealing angles. Whether units are installed in rows or individually, the look is artfully clean and simple. The Whisper Luminous Center is an alternate appearance to the Whisper LED that provides a unique and visually stunning aesthetic. With Luminous Center, the center element is the primary source of illumination with the side panels softly glowing, adding a captivating allure to the ceiling plane. The Whisper LED is available in 1\' x 4’, 2\' x 2\' and 2\' x 4\' sizes, and it fits perfectly in a variety of business and institutional settings including offices, schools and hospitals.', 'https://www.acuitybrands.com/products/detail/672630/Mark-Architectural-Lighting/WHSPR-LCTR-Troffer/Whisper-Luminous-Center-LED-Architectural-Troffer', 'https://www.acuitybrands.com/products/detail/672630/Mark-Architectural-Lighting/WHSPR-LCTR-Troffer/-/media/products/Mark_Architectural_Lighting/672630/document/WHSPR-LTCR-LED_pdf.pdf', '2018-04-16', '2018-04-18', '0000-00-00', ''),
(1082, 12, 'NOLLD', 'MAR_NOLLD', 'NOLLD', 'NOLLD. D Nol LED.', 1, 0, '', '3000K; 3500K; 4000K', '>80', '24-90W', '1,860-8,124 lm', '50,000 hours L80', 'eldoLED constant current, 0-10V dimming to 1%; eldoLED constant current, 0-10V dimming to 0.1%', '120V; 277V', '', 'High efficiency, shallow design and a patent-pending install-from-below option are among the many practical benefits offered by Nol LED. A center reveal, decorative accents and multiple lensing options all contribute to its aesthetic appeal. Nol LED is an ultra shallow luminaire that will fit in virtually any plenum space.', 'https://www.acuitybrands.com/products/detail/207837/Mark-Architectural-Lighting/Nol-LED/Recessed-grid-Acrylic-diffuser-Direct-illumination-Available-in-ultra-shallow-version', 'https://www.acuitybrands.com/products/detail/207837/Mark-Architectural-Lighting/Nol-LED/-/media/products/Mark_Architectural_Lighting/207837/document/Nol_LED_Spec_Sheet_pdf.pdf', '2018-03-28', '2018-04-18', '0000-00-00', ''),
(1083, 124, '01', 'ANP_BL0201', 'BL0201', 'BL0201.', 1, 0, '', 'Module: 2700K - 4000K; Tower: 2700K - 5000K', '>90', 'Module: 12W - 43W; Tower: 34W, 45W', 'Module: 1250lm - 4000lm; Module: 2720lm - 5175lm', 'Module: L70 50,000 hours; Tower: L70 is 60,000 hours', 'Module: 0-10V, TRIAC and ELV dimming protocols are standard. (24w is 0-10v only);Tower: 0-10V dimming protocol is standard', '120-277 Volts; 50/60Hz', 'Module: T5 Wide Distributon, T5 Narrow Distributon; Tower: Type V', 'Material:\r\nAll parts are durable 356 cast aluminum. All mounting hardware shall be stainless steel or zinc plated steel.\r\nLens:\r\nChoice of acrylic lens\r\nMounting:\r\nStandard anchor bolts are 3/8” x 12” x 3”. Bolts, nuts and washers shall be hot dipped galvanized steel . Bolt pattern diameter is 9 1/2”.\r\nDrivers:\r\nUniversal voltage 120-277 is standard. 0-10V dimming is standard for LED towers. 0-10V, TRIAC and ELV dimming protocols are standard for LED module (24w is 0-10v only). See page 2 table for LED engine and driver specs, voltage and dimming protocols.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention. Products undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion. Marine grade finish provides superior salt, humidity and UV protection. This coating withstands up to 3000 hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/bl0201', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-BL0201-LED.pdf', '2018-04-16', '2018-04-18', '0000-00-00', ''),
(1084, 12, 'MG', 'MAR_MGL', 'MGL', 'MGL. Magellan LED.', 1, 0, '', '3000K; 3500K; 4000K', '>80', '5-159W', '500-17,000 lm', '50,000 hours L80', 'nLight enabled; Dali; Lutron Ecosystem; 0-10v', '120V; 277V', '', 'Magellan LED entices. Inspires. With its softly translucent domed lens, complemented by minimal trim, Magellan LED appears to be a floating circle of light. Let your imagination soar to create a truly unique lighting design in any space.', 'https://www.acuitybrands.com/products/detail/317344/Mark-Architectural-Lighting/Magellan-LED/Recessed-grid-Concave-or-Convex-Circular-Dome-Direct-illumination', 'https://www.acuitybrands.com/products/detail/317344/Mark-Architectural-Lighting/Magellan-LED/-/media/products/Mark_Architectural_Lighting/317344/document/Magellan-LED_pdf.pdf', '2018-01-12', '2018-04-18', '0000-00-00', ''),
(1085, 12, 'FIN', 'MAR_FINL', 'FINL', 'FINL. Fin LED.', 1, 0, '', '3000K; 3500K; 4000K', '>80', '27W; 46W', '918-1,860', '', 'N100 nLight without Lumen mgt; N100 nLight without Lumen mgt for use with generator supply EM power; Dimming, No nLight; Lutron Ecosystem Interface Module', '120/277V', '', 'A decorative accent fixture, Fin has a clean, geometric form that complements any environment and gives it timeless appeal. Versatile and ornamental, it is perfect for making an aesthetic statement, creating intriguing patterns of light or enhancing other design elements.', 'https://www.acuitybrands.com/products/detail/186365/Mark-Architectural-Lighting/Fin-LED/Recessed-linear-Decorative-accent-Endless-creative-possibilities', 'https://www.acuitybrands.com/products/detail/186365/Mark-Architectural-Lighting/Fin-LED/-/media/products/Mark_Architectural_Lighting/186365/document/Fin_LED_Spec_Sheet_pdf.pdf', '2018-01-12', '2018-04-18', '0000-00-00', ''),
(1086, 124, 'BL22', 'ANP_BL2202', 'BL2202', 'BL2202.', 1, 0, '', '2700K - 4000K', '>90', '12W; 19W', '1250lm; 2000lm', 'L70 50,000 hours', '0-10V, TRIAC and ELV dimming protocols are standard', '120-277 Volts; 50/60Hz', 'T5 Wide Distributon; T5 Narrow Distributon', 'Material:\r\nAll parts are durable 356 cast aluminum and high strength aluminum extrusion and spinnings. All mounting hardware shall be stainless steel or zinc plated steel.\r\nLens:\r\nStandard Clear Polycarbonate Flat Lens\r\nMounting:\r\nStandard anchor bolts are 3/8” x 12” x 3”. Bolts, nuts and washers shall be hot dipped galvanized steel . Bolt pattern diameter is 4”.\r\nDrivers:\r\nUniversal voltage 120-277 is standard. 0-10V, TRIAC and ELV dimming protocols are standard for LED module (24w is 0-10v only). See page 2 table for LED engine and driver specs, voltage and dimming protocols.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention. Products undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion. Marine grade finish provides superior salt, humidity and UV protection. This coating withstands up to 300  hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/bl2202#', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-BL2202-LED.pdf', '2018-04-17', '2018-04-18', '0000-00-00', ''),
(1087, 12, 'SL', 'MAR_SL2L', 'SL2L', 'SL2L. Slot 2 LED Linear Recessed.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '4-11 W/ft', '400-1,000 lm/ft', '65,000 hours L80', '0-10V; nLight enabled; Lutron EcoSystem interface module', '120V; 277V', 'Direct', 'The SLOT LED family combines modern aesthetic elegance with unequalled performance and energy efficiency, design flexibility, seamless controls integration, and the service and support of an industry leader. Three widths, recessed, pendant, surface, and wall. In short, everything you need to light your imagination.', 'https://www.acuitybrands.com/products/detail/48184/Mark-Architectural-Lighting/Slot-2-LED/Recessed-linear-Direct-Illumination-2-Nominal-Width', 'https://www.acuitybrands.com/products/detail/48184/Mark-Architectural-Lighting/Slot-2-LED/-/media/products/Mark_Architectural_Lighting/48184/document/Slot-2-LED-Recessed-Linear_pdf.pdf', '2018-03-22', '2018-04-18', '0000-00-00', ''),
(1088, 124, 'BL22', 'ANP_BL2201', 'BL2201', 'BL2201.', 1, 0, '', '2700K - 4000K', '>90', '12W; 19W', '1250lm; 2000lm', 'Life: L70 50,000 hours', '0-10V, TRIAC and ELV dimming protocols are standard', '120-277 Volts; 50/60Hz', 'T5 Wide Distributon; T5 Narrow Distributon', 'Material:\r\nAll parts are durable 356 cast aluminum and high strength aluminum extrusion and spinnings. All mounting hardware shall be stainless steel or zinc plated steel.\r\nLens:\r\nStandard Clear Polycarbonate flat lens.\r\nMounting:\r\nStandard anchor bolts are 3/8” x 12” x 3”. Bolts, nuts and washers shall be hot dipped galvanized steel. Bolt pattern diameter is 5 1/2”.\r\nDrivers:\r\nUniversal voltage 120-277 is standard. 0-10V, TRIAC and ELV dimming protocols are standard for LED module (24w is 0-10v only). See page 2 table for LED engine and driver specs, voltage and dimming protocols.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention. Products undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion. Marine grade finish provides superior\r\nsalt, humidity and UV protection. This coating withstands up to 3000 hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/bl2201', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-BL2201-LED.pdf', '2018-04-17', '2018-04-18', '0000-00-00', ''),
(1089, 125, 'S30', 'ARI_S30-C', 'S30-C', 'S30 C. SkyPanel.', 1, 0, '', '2800K to 10000K', '>95', '200 W Nominal, 220 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '110 to 240V', '115º', 'SkyPanel is available in several sizes: the S30, S60, S120, and S360. The S60 is a mid-range model, featuring a light aperture of 645 x 300 mm and accommodating the vast majority of applications. The S120 is twice as long as the S60, but weighs nearly the same. Its larger light aperture makes a great soft light even better. The S30 is a smaller, more portable version; half the length of the S60, it is perfect for on-the-go mobile applications. The S360 is the largest and brightest SkyPanel with four times the output of the S60 and almost six times the aperture size. The S360 is perfect for lighting large areas with tuneable, soft light. S30 and S60 models are available in fully color tuneable and remote phosphor versions.', 'http://www.arri.com/lighting/skypanel/products/s30_c/', 'http://www.arri.com/?eID=registration&file_uid=18031', '2017-08-30', '2018-04-18', '0000-00-00', ''),
(1090, 126, 'LRDW', 'APL_LRDW', 'LRDW', 'LRDW. CityⒶRCH Roadway Lighting.', 1, 0, '', '2700 - 6500 K', '70', '30 - 270 W', '4 000 - 35 500 lumens', '100 000 Hrs', '0-10V', '100-277V', 'Type III', 'The CityⒶRCH roadway luminaires follow the traditions of light-body aluminum alloy frame and quick access to driver, light engine, and other essential components for easy maintenance. With a streamlined ultra-thin design for wind-resistance, surface electrostatic treatment for coastal application, the LRDW-series ideal for roadway lighting.', 'https://archipelagolighting.com/commercial-lighting/commercialpro-series/city%E2%92%B6rch-outdoor-fixtures-2/city%E2%92%B6rch-roadway/', 'https://archipelagolighting.com/pdf/ARC_Spec_CityARCH%20-%20LRDW.pdf', '2017-09-12', '2018-04-18', '0000-00-00', ''),
(1091, 125, 'S60', 'ARI_S60-RP', 'S60-RP', 'S60 RP. SkyPanel.', 1, 0, '', '2700-10000K', '92-98', '410 W Nominal, 420 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '110 to 240 V', '115º (Half Peak Angle)', 'SkyPanel is available in several sizes: the S30, S60, S120, and S360. The S60 is a mid-range model, featuring a light aperture of 645 x 300 mm and accommodating the vast majority of applications. The S120 is twice as long as the S60, but weighs nearly the same. Its larger light aperture makes a great soft light even better. The S30 is a smaller, more portable version; half the length of the S60, it is perfect for on-the-go mobile applications. The S360 is the largest and brightest SkyPanel with four times the output of the S60 and almost six times the aperture size. The S360 is perfect for lighting large areas with tuneable, soft light.', 'http://www.arri.com/lighting/skypanel/products/s60_rp/', 'http://www.arri.com/?eID=registration&file_uid=18036', '2017-08-30', '2018-04-18', '0000-00-00', ''),
(1092, 126, 'LSBX', 'APL_LSBX', 'LSBX', 'LSBX. CityⒶRCH Shoebox & Flood Lighting.', 1, 0, '', '3000K, 4000K, 5000K', '80', '100 - 300 W', '12 500 - 37 500 lumens', '75 000 Hrs', '0-10V', '100-277V', 'Types II, III, IV, V', 'With versatile optical design, each CityⒶRCH Shoebox may be configured for specialized output for any outdoor lighting applications, including parking lot, urban roadways, or commercial spaces.', 'https://archipelagolighting.com/commercial-lighting/commercialpro-series/city%E2%92%B6rch-outdoor-fixtures-2/city%E2%92%B6rch-shoebox/', 'https://archipelagolighting.com/pdf/ARC_Spec_CityARCH%20-%20LSBX.pdf', '2018-03-20', '2018-04-18', '0000-00-00', ''),
(1093, 125, 'L5', 'ARI_L5-C', 'L5-C', 'L5 C. L SERIES.', 1, 0, '', '2800-10000K', '>94', '100 W Nominal, 115 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '90 - 250 V', '14° to 50° (Half Peak Angle)', 'The L5 addition to the L-Series perfectly complements the L7, allowing for more mobile lighting and a wider range of power classes for television studios. Its compact size and low weight allow the L5 to be rigged in tight places and hung from low ceilings. The L5 is also ideal for cramped location shoots and interview setups. Low heat allows safer and more comfortable shooting conditions. This versatility and superb light quality make the L5 a highly anticipated addition to the award-winning L-Series family.', 'http://www.arri.com/lighting/l_series/products/l5_c/', 'http://www.arri.com/?eID=registration&file_uid=13936', '2017-10-05', '2018-04-18', '0000-00-00', ''),
(1094, 124, 'BL22', 'ANP_BL2203', 'BL2203', 'BL2203.', 1, 0, '', '2700K - 4000K', '>90', '12W; 19W', '1250lm; 2000lm', 'L70 50,000 hours', '0-10V, TRIAC and ELV dimming protocols are standard', '120-277 Volts; 50/60Hz', 'T5 Wide Distributon; T5 Narrow Distributon', 'Material:\r\nAll parts are durable 356 cast aluminum and high strength aluminum extrusion and spinnings. All mounting hardware shall be stainless steel or zinc plated steel.\r\nLens:\r\nStandard Clear Polycarbonate flat lens.\r\nMounting:\r\nStandard anchor bolts are 3/8” x 12” x 3”. Bolts, nuts and washers shall be hot dipped galvanized steel. Bolt pattern diameter is 3”.\r\nDrivers:\r\nUniversal voltage 120-277 is standard. 0-10V, TRIAC and ELV dimming protocols are standard for LED module (24w is 0-10v only). See page 2 table for LED engine and driver specs, voltage and dimming protocols.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention. Products undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion.\r\nMarine grade finish provides superior salt, humidity and UV protection. This coating withstands up to 3000 hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/bl2203', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-BL2203-LED.pdf', '2018-04-17', '2018-04-18', '0000-00-00', ''),
(1095, 125, 'L7', 'ARI_L7-TT', 'L7-TT', 'L7 TT. L SERIES.', 1, 0, '', '2800-10000K', '>94', '160 W Nominal, 220 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '100 to 250 V', '15° to 50° (Half Peak Angle)', 'Tungsten Tuneable allows for fine-tuning of the tungsten color temperature from 2,600 K to 3,600 K with increased brightness over the L7-C, and is particularly suited to applications requiring precise matching to conventional tungsten lampheads.', 'http://www.arri.com/lighting/l_series/products/l7_tt/', 'http://www.arri.com/?eID=registration&file_uid=13229', '2017-08-30', '2018-04-18', '0000-00-00', ''),
(1096, 125, 'L10', 'ARI_L10-DT', 'L10-DT', 'L10-DT. L SERIES.', 1, 0, '', '2800-10000K', '>93', '455 W Nominal, 475 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '100 to 250 V', '15° to 50° (Half Peak Angle)', 'The L10 is the brightest and largest L-Series lamphead to date. Its substantial 10 inch Fresnel lens and powerful output allow for more distant fixture placement and the wrapping of light around objects in a natural and pleasing way. At more than twice the brightness of the L7, the L10 is also one of the brightest LED Fresnels on the market.', 'http://www.arri.com/lighting/l_series/products/l10_dt/', 'http://www.arri.com/?eID=registration&file_uid=13594', '2017-10-05', '2018-04-18', '0000-00-00', ''),
(1097, 124, 'LA', 'ANP_LA094', 'LA094', 'LA094.', 1, 0, '', 'Platform/Tower: 2700K - 5000K; Module: 2700K - 4000K', 'Platform/Tower: >70; Module: >90;', 'Module: 19W, 28W, 43W; Platform: 30W - 120W; Tower: 34W - 93W', 'Module: 2000lm, 3000lm, 4000lm; Platform: 2700lm - 13,920lm; Tower: 2720lm - 10695lm', 'Module: L70 50,000 hours; Platform/Tower: L70 is 60,000 hours', 'Module: 0-10V, TRIAC and ELV dimming protocols are standard. (24w is 0-10v only); Platform/Tower: 0-10V dimming protocol is standard', '120-277 Volts; 50/60Hz', 'Platform: Type II, Type III, Type V; Tower: Type V; Module: T5 Wide Distributon, T5 Narrow Distributon', 'Material:\r\nAll parts are durable 356 cast aluminum. All hardware provided shall be stainless steel or zinc plated steel.\r\nLens:\r\nChoice of standard polycarbonate or no lens.\r\nFixture Mounting:\r\nPost Mount: Post Cap with set screws.\r\nPendant Mount: Pin mount to tenon.\r\nFits 3” and 4” poles.\r\nDrivers:\r\nUniversal voltage 120-277 is standard. 0-10V dimming is standard for LED platforms and towers. 0-10V, TRIAC and ELV dimming protocols are standard for LED module (24w is 0-10v only).\r\nSee page 2 table for LED engine and driver specs, voltage and dimming protocols.\r\nElectrical:\r\nApproximately 12” of pull wire extends from luminaire. Additional pull wire provided for post mount arms and wall mounts.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention.\r\nProducts undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion.\r\nMarine grade finish provides superior salt, humidity and UV protection. This coating withstands up to 3000 hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/la094', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-LA094-LED.pdf', '2018-04-17', '2018-04-18', '0000-00-00', ''),
(1098, 126, 'T5', 'APL_LT5F', 'LT5F', 'LT5F. TubulⒶRCH LED T5.', 1, 0, '', '3000K, 3500K, 4100K, 5000K', '83', '16W, 27W', '1,800 - 3,300 lumens', '50,000 hrs', '', '120-277V, 347V', '320°', 'Pair the TubulⒶRCH T5 with your existing fixture — ideal for offices, schools, and industrial facilities. Spec grade performance with premium glass coating for uniform light output.', 'https://archipelagolighting.com/commercial-lighting/linear-series/tubul%E2%92%B6rch-t5-bypass-direct/', 'https://archipelagolighting.com/pdf/ARC_Spec_TubulARCH%20-%20T5%20-%20DIRect.pdf', '2018-01-18', '2018-04-18', '0000-00-00', ''),
(1099, 124, 'BV', 'ANP_BVA2001', 'BVA2001', 'BVA2001. Bella Vista.', 1, 0, '', '2700K - 5000K', '>70', '30W - 120W', '2700lm - 13,920lm', 'L70 is 60,000 hours', 'Dimmable 10% - 100%', '120 – 277 volts', 'Type II; Type III; Type V', 'Material:\r\nAll parts are durable 356 cast aluminum\r\nand high strength aluminum spinnings. All hardware provided shall be stainless steel or zinc plated steel.\r\nFixture Mounting:\r\nPendant Mount: Pin mount to tenon. Fits 3” and 4” poles.\r\nDrivers:\r\nLED: See page 2 for LED engine and\r\ndriver specifications.\r\nElectrical: Approximately 12” of pull wire extends from luminaire. Additional pull wire provided for post mount arms and wall mounts.\r\nFinish:\r\nA polyester powder coat high quality finish is electro-statically applied and baked at 430° for exceptional durability and color retention. Products undergo an intensive five-step cleansing and pretreatment process for maximum paint adhesion. Marine grade finish provides superior salt, humidity and UV protection. This coating withstands up to 3000 hours of continuous salt spray, comes with a 5-year warranty and is available in either a textured or gloss surface.\r\nModifications:\r\nConsult factory for custom or modified luminaires.', 'http://ww2.anplighting.com/content/catalog/bva2001', 'http://ww2.anplighting.com/content/assets/Uploads/product-attachments/specification-sheets/ANP-Specification-Sheet-LED-BVA2001.pdf', '2017-11-07', '2018-04-18', '0000-00-00', ''),
(1100, 126, 'LPVT', 'APL_LPVT22', 'LPVT22', 'LPVT22. PlanoⒶRCH LED Troffer Lighting.', 1, 0, '', '3000K, 3500K, 4100K, 5000K', '80', '28 W, 35 W', '3100 - 4200 lumens', '75,000Hrs', '0-10V', '100-277V', '120°', 'PlanoⒶRCH | Troffers are at the cutting-edge of modern design and are hazardous material-free and maintenance-free. Easy installation for recessed, suspended, or surface mounted', 'https://archipelagolighting.com/commercial-lighting/commercialpro-series/plano%E2%92%B6rch-indoor-fixtures-2/plano%E2%92%B6rch-volumetric-troffer/#LPVT22', 'https://archipelagolighting.com/pdf/ARC_Spec_PlanoARCH%20-%20LPVT.pdf', '2017-10-26', '2018-04-18', '0000-00-00', ''),
(1101, 126, 'LPVT', 'APL_LPVT24', 'LPVT24', 'LPVT24. PlanoⒶRCH LED Troffer Lighting.', 1, 0, '', '3000K, 3500K, 4100K, 5000K', '80', '45W, 60W', '5000 - 7200 lumens', '75,000Hrs', '0-10V', '100-277V', '120°', 'PlanoⒶRCH | Troffers are at the cutting-edge of modern design and are hazardous material-free and maintenance-free. Easy installation for recessed, suspended, or surface mounted', 'https://archipelagolighting.com/commercial-lighting/commercialpro-series/plano%E2%92%B6rch-indoor-fixtures-2/plano%E2%92%B6rch-volumetric-troffer/#LPVT24', 'https://archipelagolighting.com/pdf/ARC_Spec_PlanoARCH%20-%20LPVT.pdf', '2017-10-26', '2018-04-18', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1102, 126, 'LPNL', 'APL_LPNL14', 'LPNL14', 'LPNL14. PlanoⒶRCH Standard Diffuser LED Panels.', 1, 0, '', '3000K, 3500K, 4100K, 5000K', '80', '25W, 40W', '3250, 5200 lumens', '75,000Hrs', '0-10V', '100-277V', '120°', 'PlanoⒶRCH | Panels are at the cutting-edge of modern design and are hazardous material-free and maintenance-free. Easy installation for recessed, suspended, or surface mounted', 'https://archipelagolighting.com/commercial-lighting/commercialpro-series/plano%E2%92%B6rch-indoor-fixtures-2/plano%E2%92%B6rch-led-edge-lit-panels/#LPNL14', 'https://archipelagolighting.com/pdf/ARCH-PlanoARCH-LPNL.pdf', '2017-10-24', '2018-04-18', '0000-00-00', ''),
(1103, 126, 'LPRF', 'APL_LPRF14', 'LPRF14', 'LPRF14. PlanoⒶRCH Tunable TrueColor + Wireless.', 1, 0, '', '3000K - 5000K', '80', '40 W', '4400 - 4800 lumens', '75,000Hrs', '0-10V', '100-277V', '120°', 'PlanoⒶRCH | Panels are at the cutting-edge of modern design and are hazardous material-free and maintenance-free. Easy installation for recessed, suspended, or surface mounted', 'https://archipelagolighting.com/commercial-lighting/commercialpro-series/plano%E2%92%B6rch-indoor-fixtures-2/plano%E2%92%B6rch-led-tunable-panels/#LPRF14', 'https://archipelagolighting.com/pdf/ARC_Spec_PlanoARCH%20-%20LPRF.pdf', '2017-11-08', '2018-04-18', '0000-00-00', ''),
(1104, 127, 'AC70', 'ARC_AC7081', 'AC7081', 'AC7081. LED Vanity 1 Light Brushed Nickel AC7081 Bathroom Vanity.', 1, 0, '', '3000K', '80', '15W', '1200', '', 'Dimmable', '', '', 'Modern and clean in design, this LED bathroom vanity is made of frosted glass on the front and the backplate is made of clear beveled glassware. LED is dimmable.', 'https://www.artcraftlighting.com/en/products/led/ac7081-ledvanity-255in-bathroomlight', 'https://www.artcraftlighting.com/en/products/led/ac7081-ledvanity-255in-bathroomlight', '0000-00-00', '2018-04-18', '0000-00-00', ''),
(1105, 125, 'Caster', 'ARI_BroadCaster-2-Plus', 'BroadCaster-2-Plus', 'BroadCaster 2 Plus. CASTER SERIES.', 1, 0, '', '2800K-6500K', '>94', '35 W Nominal', '', '50,000 hours L70', '0 - 100% Continuous', '100 - 240 V', '63º (Half Peak Angle)', 'The ARRI BroadCaster 2 Plus incorporates a built-in DMX controller for remote control and offers versatility when lighting tight spots in small and medium-sized studios. Intensity, color temperature and ± green can be independently controlled.', 'http://www.arri.com/lighting/caster_series/products/broadcaster_2_plus/', 'http://www.arri.com/?eID=registration&file_uid=12288', '2014-04-07', '2018-04-18', '0000-00-00', ''),
(1106, 127, 'AC72', 'ARC_AC7204CH', 'AC7204CH', 'AC7204CH. Kingsley 4 Light Chrome Wall Bracket.', 1, 0, '', '3000K', '80', '20W', '1600 lm', '', 'Dimmable', '', '', 'The \"Kingsley\" Collection of vanities features a frosted flat glassware with clear edges. It is suspended on a chrome frame with matching chrome wall backplate. This is an LED collection which is certainly energy efficient, dimmable, CRI 80 and 3000k. Comes in multiple sizes. (ADA Compliant)', 'https://www.artcraftlighting.com/en/products/led/ac7204ch-kingsley-4x-5w-led-ch-wmnt', 'https://www.artcraftlighting.com/en/products/led/ac7204ch-kingsley-4x-5w-led-ch-wmnt', '0000-00-00', '2018-04-18', '0000-00-00', ''),
(1107, 128, 'AXL', 'BLG_AXL-150', 'AXL-150', 'AXL 150. Multi-Purpose LED.', 1, 0, '', '4000K; 5000K', '> 80', '153W', '18,486 lm; 18,752lm', '58,000 hours L70', '1-10V dimming drivers', '120-277V', 'Type III, Wide Distribution (NEMA 7H x 7V)', 'The AXL Series is a group of architectural LED luminaires designed to illuminate parking areas, pathways, building facades, loading docks, and a wide variety of other large, general site lighting applications. Multiple mounting options make the AXL-150 a versatile luminaire for flood lighting, pole, ground and wall-mounted area lighting. The AXL is the ideal choice with efficacies up to 123 LPW to maximize energy savings and utility rebates.', 'http://www.barronltg.com/tracelite-products.php?page=axl-150', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/axl-150.pdf', '2018-02-26', '2018-04-18', '0000-00-00', ''),
(1108, 128, 'BRK', 'BLG_BRK-LED34-DL-ECO', 'BRK-LED34-DL-ECO', 'BRK-LED34-DL-ECO. 3”/4” Surface LED Dome Light.', 1, 0, '', '3000K; 4000K', '80', '8W', '700 lms', '50,000 hours at 70% lumen maintenance', 'LED driver dimmable down to 10% with most dimmers (Lutron Maestro C-L/MACL-153MR, Lutron Skylark C-L/SCL-153P, Leviton Sureslide/Cat. No.6674, Lutron/PD-6WCL, Legrand Harmony/HCL453PTCCCV6)', '120V, 50/60Hz', 'Downlight', '5\" diameter surface dome light solution with integrated LED power supply and thermal management system designed to fit most standard 3\" and 4\" recessed cans. Also works in standard 4\" junction box.', 'http://www.barronltg.com/tracelite-products.php?page=brk-led34-dl-eco', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/brk-led34-dl-eco.pdf', '2017-07-12', '2018-04-18', '0000-00-00', ''),
(1109, 127, 'AC72', 'ARC_AC7280CH', 'AC7280CH', 'AC7280CH. Stowe 1 Light AC7280CH Chrome Wall Bracket.', 1, 0, '', '3000K', '90', '15W', '1309 lumens', '', 'Dimmable', '', '', 'The \"Stowe\" collection which is part of the \"True Performance Series\", has state of the art LED components which delivers surperior quality of light for the bathroom area. This model comes with a cylinder etched opal white glass, with organic shell behind, suspended on chrome frame. (These LEDs are dimmable, CRI 90, 3000K and energy efficient). (Also ADA Compliant)', 'https://www.artcraftlighting.com/en/products/led/ac7280ch-stowe-15w-led-vani-opal-gl', 'https://www.artcraftlighting.com/en/products/led/ac7280ch-stowe-15w-led-vani-opal-gl', '0000-00-00', '2018-04-18', '0000-00-00', ''),
(1110, 128, 'BRK', 'BLG_BRK-LED350', 'BRK-LED350', 'BRK-LED350. 3.5” Recessed LED Retrofit Trims.', 1, 0, '', '3000K', '>90', '9W', '560 lms', '50,000 hours at 70% lumen maintenance', 'Dimmable down to 5% with most dimmers', '120V', 'Downlight', 'Ideal for both remodel or new construction applications, the BRK-LED350 Series of 3.5” LED retrofit trims are compatible with most 3.5” recessed standard housings. The trim kit comes with a detachable screw-in base connector for easy installation into standard incandescent sockets.', 'http://www.barronltg.com/tracelite-products.php?page=brk-led350', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/brk-led350.pdf', '2017-08-08', '2018-04-18', '0000-00-00', ''),
(1111, 127, 'AC72', 'ARC_AC7290BN', 'AC7290BN', 'AC7290BN. Barrett 1 Light AC7290BN Brushed Nickel Wall Bracket.', 1, 0, '', '3000K', '90', '25W', '1729 lumens', '', 'Dimmable', '', '', 'The \"Barrett\" collection which is part of the \"True Performance Series\", has state of the art LED components which delivers surperior quality of light for the bathroom area. This model has a thin ice glass design suspended on a Chrome or Brushed Nickel Frame. (These LEDs are dimmable, CRI 90, 3000K and energy efficient). (also ADA Compliant). Shown in Brushed Nickel.', 'https://www.artcraftlighting.com/en/products/led/ac7290bn-barrett-25wled-vanity-wice-gl', 'https://www.artcraftlighting.com/en/products/led/ac7290bn-barrett-25wled-vanity-wice-gl', '0000-00-00', '2018-04-18', '0000-00-00', ''),
(1112, 128, 'AXL', 'BLG_AXL-30', 'AXL-30', 'AXL 30. Multi-Purpose LED.', 1, 0, '', '3000K; 4000K; 5000K', '>80', '30W', '3,453 lm; 3,586 lm; 3,718 lm', '69,000 hours L70', '', '120-277V', 'Wide (Nema 7H x 7V)', 'The AXL Series is a group of architectural LED flood/area luminaires designed to illuminate parking areas, pathways, building facades, loading docks, and a wide variety of other large, general site lighting applications. Yoke and knuckle mount options make the AXL-30 a versatile luminaire for general outdoor flood lighting requirements. The AXL is the ideal choice with efficacies up to 126 LPW to maximize energy savings and utility rebates.', 'http://www.barronltg.com/tracelite-products.php?page=axl-30', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/axl-30.pdf', '2018-02-26', '2018-04-18', '0000-00-00', ''),
(1113, 127, 'AC73', 'ARC_AC7310CH', 'AC7310CH', 'AC7310CH. Stardust 1 Light AC7310CH Chrome Flush Mount.', 1, 0, '', '3000K', '80', '17W', '1700 Lumens', '', 'Dimmable', '', '', 'The \"Stardust\" collection features crystal jewels encased on a thin clear glass, encased by a low profile chrome body suspended on aircraft cable. It is beautifully illuminated by LED which is dimmable, CRI 80, 3000K and energy efficient. Multiple configurations available.', 'https://www.artcraftlighting.com/en/products/led/ac7310ch-stardust-17wled-cry-jewel-pend', 'https://www.artcraftlighting.com/en/products/led/ac7310ch-stardust-17wled-cry-jewel-pend', '0000-00-00', '2018-04-18', '0000-00-00', ''),
(1114, 128, 'LP', 'BLG_LP22', 'LP22', 'LP22. 2\' x 2\' LED Recessed Flat Panel.', 1, 0, '', '3000K - 5000K', '>80', '32W; 40W', '4,003 lms - 4,480 lms', 'L70 at 81,000hrs (32w); L70 at 56,000hrs (40w)', '0-10V dimming included standard (10% - 100%)', '120-277VAC, 50-60Hz', 'Downlight', 'Trace-Lite\'s LP22 offers incredible performance in an energy-efficient, slim profile package. It is ideal for office spaces, schools, hospitals and any indoor location that requires brilliant lighting and lower maintenance. It is compatible with most standard t-bar grid ceilings and includes 0-10V dimming standard.', 'http://www.barronltg.com/tracelite-products.php?page=lp22', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/lp22.pdf', '2018-03-08', '2018-04-18', '0000-00-00', ''),
(1115, 128, 'LP', 'BLG_LP14', 'LP14', 'LP14. LED Recessed Flat Panel.', 1, 0, '', '3000K; 3500K; 4000K; 5000K', '>80', '40W', '4,070-4,600 lm', '56,000 hours L70', '0-10V dimming', '120-277V', 'Downlight', 'Trace-Lite\'s LP14 offers incredible performance in an energy-efficient, slim profile package. It is ideal for office spaces, schools, hospitals and any indoor location that requires brilliant lighting and lower maintenance. It is compatible with most standard t-bar grid ceilings and includes 0-10V dimming standard.', 'http://www.barronltg.com/tracelite-products.php?page=lp14', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/lp14.pdf', '2017-09-11', '2018-04-18', '0000-00-00', ''),
(1116, 127, 'AC90', 'ARC_AC9093SL', 'AC9093SL', 'AC9093SL. Wexford 1 Light Silver Leaf Outdoor Post Light.', 1, 0, '', '3000K', '80', '12W', '1200 lumens', '', '', '', '', 'Derived from a modern candle lantern in Italy, the \"Wexford\" collection comes to fruition. The LED source shines from the inside of the fixture roof, throughout the clear seeded glassware. (frame is made of a cast aluminum). Shown in slate and available in black finish as well. (LED is 3000K and CRI 80) (Warranty on Exteriors lighting is 5 years on premature paint defects and 25 years against corrosion and we use corrosion resistant copper screws).', 'https://www.artcraftlighting.com/en/products/led/ac9093sl-wexford-7-led-outd-post-head', 'https://www.artcraftlighting.com/en/products/led/ac9093sl-wexford-7-led-outd-post-head', '0000-00-00', '2018-04-18', '0000-00-00', ''),
(1117, 130, 'SL-LED', 'BLS_SL-LED-D', 'SL-LED-D', 'SL LED D. SUPERLUME DIRECT LED.', 1, 0, '', '3000-5700K', 'Ra80', '100-465W', '13,000-62,400 lm', '', '0 –10V', 'Ac 0.90-305V', 'Direct; 120°', 'Features:\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Direct-LED/SuperLume-Direct-LED', 'https://www.bestlights.com/content/download/916/5278/1.%20Direct%20SuperLume%20LED%20100.150.200.240.465.pdf', '2016-05-02', '2018-04-19', '0000-00-00', ''),
(1118, 129, 'Cornet', 'BVR_Cornet-B01', 'Cornet-B01', 'Cornet B/01.', 1, 0, '', '2700K', '90', '8 W', '860 lm', '', 'TRIAC dimming system', '120V~60Hz', '', 'Cornet has a personality strongly rooted in nature and it brightens the space it is in.\r\nIt is a lamp made of polyurethane, which is a hard and resistant material that is perfect for public spaces. The Cornet’s use is very versatile.\r\nIt is mainly used as a bollard lamp but can quickly connect with a wider reality: interior wall lamps, or the post version for intermediate spaces. In all of its designs, Cornet includes a dimmable LED source that distributes light through the lamp’s undulating layers, creating an atmosphere that is natural, slightly broken, but never dominant.\r\nCornet is a highly technical project, yet full of life.', 'http://www.bover.es/en/lamp/cornet-b01/', 'https://www.bover.es/wp-content/uploads/2017/06/Cornet-B01-Usa-Cut-Sheet.pdf', '2017-07-31', '2018-04-19', '0000-00-00', ''),
(1119, 129, 'Cornet', 'BVR_Cornet-B03', 'Cornet-B03', 'Cornet B/03.', 1, 0, '', '2700K', '90', '8 W', '860 lm', '', 'TRIAC dimming system', '120V~60Hz', '', 'Cornet has a personality strongly rooted in nature and it brightens the space it is in.\r\nIt is a lamp made of polyurethane, which is a hard and resistant material that is perfect for public spaces. The Cornet’s use is very versatile.\r\nIt is mainly used as a bollard lamp but can quickly connect with a wider reality: interior wall lamps, or the post version for intermediate spaces. In all of its designs, Cornet includes a dimmable LED source that distributes light through the lamp’s undulating layers, creating an atmosphere that is natural, slightly broken, but never dominant.', 'http://www.bover.es/en/lamp/cornet-b03/', 'https://www.bover.es/wp-content/uploads/2017/06/Cornet-B03-Usa-Cut-Sheet.pdf', '2017-07-31', '2018-04-19', '0000-00-00', ''),
(1120, 129, 'Moai', 'BVR_Moai-B01', 'Moai-B01', 'Moai B/01.', 1, 0, '', '2700K', '90', '6.5 W', '850 lm', '', 'TRIAC dimming system', '120V~60Hz', '', 'Moai is made from reinforced concrete, allowing this to be suited for commercial projects as well as residential. Its creativity lies not so much in the choice of material, but rather in the form that Gonzalo Milà gives it and how the light plays with and penetrates that form. From behind, the lamp seems straight and hard, while front lines are softened.\r\nMoai comes with a dimmable LED source that projects light downward. An optical lens has been added to the LED, which works as a magnifying glass; generating in turn a laterally projecting cone of light. And there is the interesting surprise: all of Moai’s concavity appears illuminated without leaving any corner in the dark. “The external bollards illuminate the ground or itself but without playing with the shape”, explains Gonzalo.', 'http://www.bover.es/en/lamp/moai-b01/', 'https://www.bover.es/wp-content/uploads/2017/06/Moai-B01-Usa-Cut-Sheet.pdf', '2017-07-31', '2018-04-19', '0000-00-00', ''),
(1121, 130, 'SL-LED', 'BLS_SL-LED-P', 'SL-LED-P', 'SL LED P. SUPERLUME PRISMATIC.', 1, 0, '', '3000-5700K', 'Ra80', '100-452W', '13,000-59,172 lm', '', '0 –10V', 'Ac 0.90-305V', 'Direct; 120°', 'Features:\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Direct-LED/SuperLume-Prismatic', 'https://www.bestlights.com/content/download/941/5384/3.%20SuperLume%20LED%20Direct-%20Prismatic%20&%20Dual.pdf', '2016-05-16', '2018-04-19', '0000-00-00', ''),
(1122, 130, 'SL-LED', 'BLS_SL-LED-AR', 'SL-LED-AR', 'SL LED AR. SUPERLUME ALUMINUM REFLECTOR.', 1, 0, '', '3000-5700K', 'Ra80', '100-465W', '13,000-62,400 lm', '', '0 –10V', 'Ac 0.90-305V', 'Direct; 120°', 'Features:\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Direct-LED/SuperLume-Aluminum-Reflector', 'https://www.bestlights.com/content/download/965/5484/1.%20Direct%20SuperLume%20LED%20100.150.200.240.465.pdf', '2016-05-02', '2018-04-19', '0000-00-00', ''),
(1123, 130, 'SL-LED', 'BLS_SL-LED-DUAL', 'SL-LED-DUAL', 'SL LED DUAL. DUAL SUPERLUME.', 1, 0, '', '3000-5700K', 'Ra80', '100-452W', '13,000-59,172 lm', '', '0 –10V', 'Ac 0.90-305V', 'Direct; 120°', 'Features:\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Direct-LED/Dual-SuperLume', 'https://www.bestlights.com/content/download/989/5584/3.%20SuperLume%20LED%20Direct-%20Prismatic%20&%20Dual.pdf', '2016-05-16', '2018-04-19', '0000-00-00', ''),
(1124, 129, 'DOME', 'BVR_DOME-60-01', 'DOME-60-01', 'DOME - 60 / 01.', 1, 0, '', '2700K', '90', '12.3 W', '1332 lm', '', 'DIM 0-10V', '120-277V / 50-60Hz', '', 'The integration of design, art and light in architecture dates back to a long time ago, and maybe this is the reason why lamps have gradually stopped being just an item emitting light to become a light sculpture which confers a special personality to the product and its environment. It is such the importance of light that any change on the item can alter the formal concept of the whole project. A sculpture may seem more or less static, depending on the light received. With DOME we decided to take the light out of the object so it becomes a light sculpture designed to receive and emit a delicate light, a play of shadows and nuances that enrich the space for which they were created. Developing this project with Benedetta has allowed us to reflect on the art of lighting, on how to reinterpret light and on the creation of products with a more artistic approach and a less industrial look. It has also allowed us to be swept away and do what we really like to do. These light sculptures are completely handmade and they are entirely produced in the Bover Barcelona HQ. More than 170 big and small wood fragments are wisely intertwined and sewed one by one to end up in such a jigsaw puzzle.', 'http://www.bover.es/en/lamp/dome-60/', 'https://www.bover.es/wp-content/uploads/2016/03/Dome-60-01-Usa-Cut-Sheet.pdf', '2017-03-17', '2018-04-19', '0000-00-00', ''),
(1125, 130, 'SL-C', 'BLS_SL-C-S', 'SL-C-S', 'SL C S. INDIRECT SINGLE SUPERLUME.', 1, 0, '', '4000K; 5000K; 5700K', 'Ra80', '232W; 400W; 452W', '31,200 lm; 51,200 lm; 59,172 lm', '', '0 –10V', 'Ac 90-305V', 'Indirect; 120°', 'Features;\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Indirect-LED/Indirect-Single-SuperLume', 'https://www.bestlights.com/content/download/1275/6922/2.%20Indirect%20LED%20Single%20%E2%80%93%20Dual%20SuperLume%20Cable%20Mount%20.pdf', '2016-06-03', '2018-04-19', '0000-00-00', ''),
(1126, 129, 'Tibeta', 'BVR_Tibeta-01', 'Tibeta-01', 'Tibeta 01.', 1, 0, '', '2900K - 3200K', '>80', '8.7 W', '610 lm', '', 'Triac dimmable', '120V~60Hz', '', 'TIBETA is a family of pendant lights made of a spun aluminum body. It is available in three different sizes and shapes which can be used either individually or in groups of three or more units according to client’s needs. Tibeta includes a led module inside, which provides direct bottom light.', 'http://www.bover.es/en/lamp/tibeta-01/', 'https://www.bover.es/wp-content/uploads/2015/11/Tibeta-01-Usa-Cut-Sheet.pdf', '2017-05-02', '2018-04-19', '0000-00-00', ''),
(1127, 130, 'SL-C', 'BLS_SL-C-T', 'SL-C-T', 'SL C T. TRIPLE SUPERLUME.', 1, 0, '', '3000-5700K', 'Ra80', '240W; 454W; 660W', '31,200 lm; 59,496 lm; 89,002 lm', '', '0 –10V', '120-480V', 'Indirect; 120°', 'Features:\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Indirect-LED/Triple-SuperLume', 'https://www.bestlights.com/content/download/1265/6872/Single-Dual-Triple-SuperLume.pdf', '2018-01-29', '2018-04-19', '0000-00-00', ''),
(1128, 129, 'Cornet', 'BVR_Cornet-A01', 'Cornet-A01', 'Cornet A/01.', 1, 0, '', '2700K', '90', '8 W', '860 lm', '', 'TRIAC dimming system', '120V~60Hz', '', 'Cornet has a personality strongly rooted in nature and it brightens the space it is in.\r\nIt is a lamp made of polyurethane, which is a hard and resistant material that is perfect for public spaces. The Cornet’s use is very versatile.\r\nIt is mainly used as a bollard lamp but can quickly connect with a wider reality: interior wall lamps, or the post version for intermediate spaces. In all of its designs, Cornet includes a dimmable LED source that distributes light through the lamp’s undulating layers, creating an atmosphere that is natural, slightly broken, but never dominant.\r\nCornet is a highly technical project, yet full of life.', 'http://www.bover.es/en/lamp/cornet-a01/', 'https://www.bover.es/wp-content/uploads/2017/06/Cornet-A01-Usa-Cut-Sheet.pdf', '2017-07-31', '2018-04-19', '0000-00-00', ''),
(1129, 130, 'SL-C', 'BLS_SL-C-DP', 'SL-C-DP', 'SL C DP. DUAL SUPERLUME PENDENT.', 1, 0, '', '4000K; 5000K; 5700K', 'Ra80', '300W; 400W; 452W', '39,000 lm; 51,200 lm; 59,172 lm', '', '0 –10V', 'Ac 90-305V', 'Indirect; 120°', 'Features:\r\nPure Aluminum Heatsink;\r\nNICHIA;\r\nMeanWell;\r\nFive Year Warranty.', 'https://www.bestlights.com/products/SuperLume-Indirect-LED/Dual-SuperLume-Pendent', 'https://www.bestlights.com/content/download/1165/6464/1.%20Indirect%20SuperLume%20LED%20PENDENT%20.pdf', '2016-06-03', '2018-04-19', '0000-00-00', ''),
(1130, 129, 'Tria', 'BVR_Tria-01', 'Tria-01', 'Tria - 01.', 1, 0, '', '2700K', '90', '8.7 W', '960 lm', '', '', '120-277V / 50-60H', '', 'TRIA is a wall light designed as a modular system made with led plates, which makes it easy to build up light clusters connected to each other by an inside structure. The TRIA frontal parts are made in white lacquer or natural oak and they can be slightly moved to offer a suggestive play of light and shadow around the organic shape of the diffuser. TRIA can be installed either as a single wall light or as a light module with a sole connection point on the wall which makes it easier to be installed in halls, offices and hotel reception desks and lobbies. A dimmable version is available only for TRIA 02, TRIA 03 and sets.', 'http://www.bover.es/en/lamp/tria-01/', 'https://www.bover.es/wp-content/uploads/2015/11/Tria-01-Usa-Cut-Sheet.pdf', '2016-03-16', '2018-04-19', '0000-00-00', ''),
(1131, 131, '26', 'BWL_2616-LED', '2616-LED', '2616 LED.', 1, 0, '', '3500K', '82', '12W - 49W', '1422 lm - 5116 lm', 'L80 rating - 60,000 hrs - L70 rating (projected) - 100,000 hrs', 'Dali Compatible (0-10v dimming included) (C17LED, C24LED & C49LED only); Dimming driver (120-277V) (0-10V dimming control required); Triac (Line Voltage) Dimming (120V) (B12LED, C24LED & C49LED only)', '120-277V', '', 'Since it\'s not quite a donut, we\'ve nicknamed this series the \"fauxnut.\" The one-piece 2616 is constructed of a matte white acrylic outer shell with a flat, inset diffuser opening. Available in a matte white acrylic or woven black fabric diffuser with an array of controls and other options to choose from. This unit is perfect for club houses, common areas, offices, conference rooms, libraries, lobbies, corridors and more. Refer to model 2326 for a flush mount version of this product.', 'http://www.brownlee.com/product/2616LED', 'http://www.brownlee.com/products/specsheets/2616LED_ss.pdf?v5', '2017-11-09', '2018-04-19', '0000-00-00', ''),
(1132, 132, '12-25', 'DRK_12-25', '12-25', '12 25.', 1, 0, '', '2700K; 3000K; 4000K', '>80; >95', '10,9 W;11,7W', '1,000 lm; 1,300 lm', '', 'incl./non dim; excl; Dim 1-10 V; Dali', '', '20°; 40°; 60°', 'Initally the ’12-25’ is a lamp for walls and ceilings, which can rotate via a built-in magnet to all directions. This way the lamp can even rotate 360° (an absolute world premiere) you can light every corner in a room, each time from a different angle. The ’12-25’ is standard available in matt white, matt black and chrome and on request in all RAL colors.', 'http://www.dark.be/technicaldata?darkcollectionid=60', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%2012-25%20LR(1).pdf', '2017-08-17', '2018-04-19', '0000-00-00', ''),
(1133, 131, '26', 'BWL_2604-LED', '2604-LED', '2604 LED.', 1, 0, '', '3500K', '82', '37W; 49W', '3837 lm; 5116 lm', 'L80 rating - 60,000 hrs - L70 rating (projected) - 100,000 hrs', 'Dali Compatible (0-10v dimming included) (C49LED only); Dimming driver (120-277V) (0-10V dimming control required); Triac (Line Voltage) Dimming (120V)(C49 only)', '120-277V', '', 'The two-tiered 2604 pendant luminaire is available in two sizes and four fabric styles. Refer to the 2342 for a flush mount version of this product.', 'http://www.brownlee.com/product/2604LED', 'http://www.brownlee.com/products/specsheets/2604LED_ss.pdf?v5', '2017-09-09', '2018-04-19', '0000-00-00', ''),
(1134, 131, '23', 'BWL_2326-LED', '2326-LED', '2326 LED.', 1, 0, '', '3500K', '82', '6W - 49W', '698 lm - 5116 lm', 'L80 rating - 60,000 hrs - L70 rating (projected) - 100,000 hrs', 'Bi-Level Dimming (All except B6LED) DALI Dali Compatible (0-10v dimming included); Dimming driver (120-277V)(0-10V dimming control required); Triac (Line Voltage) Dimming (120V)', '120-277V', '', 'Since it\'s not quite a donut, we\'ve nicknamed this series the \"fauxnut.\" The one-piece 2326 is constructed of a matte white acrylic outer shell with a flat, inset diffuser opening. Available in a matte white acrylic or woven black fabric diffuser with an array of controls and other options to choose from such as Bi-Level Dimming (High/Low), Integral Battery Backup and more. Refer to model 2616 for a suspended version of this product.', 'http://www.brownlee.com/product/2326LED', 'http://www.brownlee.com/products/specsheets/2326LED_ss.pdf?v5', '2017-11-01', '2018-04-19', '0000-00-00', ''),
(1135, 132, 'L HOP', 'DRK_L-HOP-1', 'L-HOP-1', 'L HOP 1.', 1, 0, '', '3000K', '', '3W', '', '', 'non-dim driver', '', '', '', 'http://www.dark.be/technicaldata?darkcollectionid=124', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20L-HOP%20LR.pdf', '2017-08-17', '2018-04-19', '0000-00-00', ''),
(1136, 131, '70', 'BWL_7047-LED', '7047-LED', '7047 LED.', 1, 0, '', '3500K', '82', '17W; 24W; 56W', '1829 lm; 2558 lm; 6223 lm', 'L80 rating - 60,000 hrs - L70 rating (projected) - 100,000 hrs', 'Dimming driver (120-277V)(0-10V dimming control required); Triac (Line Voltage) Dimming (120V)', '120-277V', '', 'Durable, solid cast aluminum architectural wall pack. Full cutoff for dark sky friendly applications while still delivering plenty of forward throw. Refer to the 7046 for a smaller size.', 'http://www.brownlee.com/product/7047LED', 'http://www.brownlee.com/products/specsheets/7047LED_ss.pdf?v5', '2017-10-13', '2018-04-19', '0000-00-00', ''),
(1137, 132, 'L BOW', 'DRK_L-BOW', 'L-BOW', 'L BOW.', 1, 0, '', '3000K', '>85', '49,6 W', '7,640 Lm', '', 'incl./non dim; Dim 1-10 V; Dali', '', '', 'Both designers are Swedish architects and absolute adepts of the minimalistic school. L-bow looks like a sculpture, carving in the air, reduced to its outmost simplicity and still very powerful design! Available in black or white, and finished with a subtle colourful touch.', 'http://www.dark.be/technicaldata?darkcollectionid=65', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20L-BOW%20LR.pdf', '2017-08-17', '2018-04-19', '0000-00-00', ''),
(1138, 131, '73', 'BWL_7332-LED', '7332-LED', '7332 LED.', 1, 0, '', '3500K', '82', '23W; 45W', '2762 lm; 5500 lm', 'L80 rating - 60,000 hrs - L70 rating (projected) - 100,000 hrs', '0-10V control required', '120-277V', '', 'Versatile, sleek, ADA compliant, wet listed. The perfect combination of architectural style and detail makes this fixture an excellent addition to any decor, both exterior and interior. Use the 7332 on your next facade, column, commercial office building, lobby or entryway.', 'http://www.brownlee.com/product/7332LED', 'http://www.brownlee.com/products/specsheets/7332LED_ss.pdf?v5', '2017-06-21', '2018-04-19', '0000-00-00', ''),
(1139, 133, 'F080', 'ESL_F080-1S', 'F080-1S', 'F080-1S. RISE  |  F080 SINGLE.', 1, 0, '', '2200K - 6500K, RD, GR, BL, Amber', '80, 90', '4W, 7.5W, 11.5W', '300-745 LMS', '>60,500 hours - L70 @ 25C', 'ELV TYPE, REVERSE PHASE, TRAILING EDGE', '110-277VAC', '5° - 80°; Elliptical 1 (15°x60°), 2 (30°x60°), 3 (60°x15°), 4 (60°x30°);', 'RISE F080 SINGLE is an ultra-compact, exterior-rated LED luminaire, delivering up to 745 lumens. This powerfully small luminaire is ideal for spot, accent, landscape, façade and floodlight applications with an extensive selection of field-interchangeable lenses.', 'http://ecosenselighting.com/products/rise/f080/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/rise/f080/RISE_F080_SINGLE_SpecSheet.pdf', '2018-01-08', '2018-04-19', '0000-00-00', ''),
(1140, 133, 'F080', 'ESL_F080-DUO', 'F080-DUO', 'F080-DUO. RISE  |  F080 DUO.', 1, 0, '', '2200K - 6500K, RD, GR, BL, Amber', '80, 90', '8W, 15W, 23W', '600-1400 LMS', '>60,500 hours - L70 @ 25C', 'ELV TYPE, REVERSE PHASE, TRAILING EDGE', '110-277VAC', '5° - 80°; Elliptical 1 (15°x60°), 2 (30°x60°), 3 (60°x15°), 4 (60°x30°);', 'RISE F080 DUO pairs up two RISE F080 SINGLE units using a single-point bracket. From one single installation point, Lighting Designers can increase lumen power (up to 1400 lumens) and/or aim each light fixture in different directions. Each fixture head can be specified with a unique beam angle and lumen output for application specific needs. This powerful and compact unit is ideal for spot, accent, landscape, façade, and floodlight applications.', 'http://ecosenselighting.com/products/rise/f080-duo/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/rise/f080/RISE_F080_DUO_SpecSheet.pdf', '2018-01-08', '2018-04-19', '0000-00-00', ''),
(1141, 132, 'TWIXI', 'DRK_TWIXI', 'TWIXI', 'TWIXI. Track.', 1, 0, '', '2700K; 3000K; 4000K', '>80; >90', '22W', '2,850 Lm', '', 'incl./non dim; Dali dim; Phase cut', '', '20°; 40°; 70°', '', 'http://www.dark.be/technicaldata?darkcollectionid=144', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20TWIXI%20LR.pdf', '2017-08-17', '2018-04-19', '0000-00-00', ''),
(1142, 131, '73', 'BWL_7319-LED', '7319-LED', '7319 LED.', 1, 0, '', '3500K', '82', '6W; 12W', '698 lm; 1422 lm', 'L80 rating - 60,000 hrs - L70 rating (projected) - 100,000 hrs', 'Dimming driver (120-277V)(0-10V dimming control required); Triac (Line Voltage) Dimming (120V)', '120-277V', '', 'Strong enough for exterior coastal applications yet fashionable enough for decorative interiors, the 7319 is an all around wall sconce. Polycarbonate construction with stainless steel hardware, offered in a variety of optional finishes.', 'http://www.brownlee.com/product/7319LED', 'http://www.brownlee.com/products/specsheets/7319LED_ss.pdf?v5', '2017-10-13', '2018-04-19', '0000-00-00', ''),
(1143, 133, 'F170', 'ESL_F170-4F', 'F170-4F', 'F170-4F. RISE  |  F170 QUAD.', 1, 0, '', '2200K - 6500K, RD, GR, BL, Amber', '80, 90', '52W, 104W, 156W', '4800-11200 LMS', '>60,500 hours - L70 @ 25C', 'ELV TYPE, REVERSE PHASE, TRAILING EDGE', '110-277VAC', '5° - 80°; Elliptical 1 (15°x60°), 2 (30°x60°), 3 (60°x15°), 4 (60°x30°);', 'RISE F170 QUAD connects four RISE F170 SINGLE units using a single-point bracket. From one single installation point, Lighting Designers can increase lumen power (up to 11,200 lumens) and/or aim each light fixture in different directions. Each fixture head can be specified with a unique beam angle and lumen output for application specific needs. This powerful and compact unit is ideal for spot, accent, landscape, façade, and floodlight applications.', 'http://ecosenselighting.com/products/rise/f170-quad/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/rise/f170/RISE_F170_QUAD_SpecSheet.pdf', '2018-03-22', '2018-04-19', '0000-00-00', ''),
(1144, 132, 'TUKI 75', 'DRK_TUKI-75', 'TUKI-75', 'TUKI 75. TRACK.', 1, 0, '', '2700K; 3000K', '>80', '25W', '2,980 Lm', '', 'incl./non dim', '', '25°; 35°; 40°', 'With \"less is more\" in mind TUKI was born: a compact full aluminium fixture with a strong output. This small powerhouse can be used to light up both small objects or broader displays.', 'http://www.dark.be/technicaldata?darkcollectionid=155', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20TUKI%2075%20TRACK(1).pdf', '2018-04-12', '2018-04-19', '0000-00-00', ''),
(1145, 132, 'SPAZE', 'DRK_SPAZE', 'SPAZE', 'SPAZE.', 1, 0, '', '2700K; 3000K', '>80; >85', '7,2W; 49,6 W', '600 Lm; 7,640 Lm', '', 'incl./non dim; Dim 1-10 V; Dali', '', '22°; 34°; 54°', '', 'http://www.dark.be/technicaldata?darkcollectionid=129', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20SPAZE%20LR.pdf', '2017-08-17', '2018-04-19', '0000-00-00', ''),
(1146, 133, 'L35', 'ESL_L35-I', 'L35-I', 'L35-I. TRŌV | L35 COVE INTERIOR (120° BEAM ANGLE).', 1, 0, '', '2200K - 5000K, RD, GR, BL, Amber', '80, 90', '2W - 12W', '127 - 1026 Im/LF', 'L70 @ 25C: >73,000 - 2W-8W, >150,000 - 10W-12W', 'ELV TYPE 0.07%-100%, REVERSE PHASE, TRAILING EDGE', '120-277V', '12O˚', 'Create drama with this ultra-slim profile luminaire optimized for coves and indirect accent lighting applications. This luminaire features the exclusive Flip to Flat™ hinge, allowing vertical aiming from 0–180° with the thinnest and most compact profile available, measuring only 24.7mm (.97”) high when flat.', 'http://ecosenselighting.com/products/trov/cove/trov-l35-cove-interior-120-beam-angle/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/Trov-L35/Trov_L35_SpecSheet.pdf', '2017-05-31', '2018-04-19', '0000-00-00', ''),
(1147, 133, 'L50', 'ESL_L50-GRAZE', 'L50-GRAZE', 'L50 GRAZE.TRŌV | L50 Graze (Interior & Exterior).', 1, 0, '', '2200K - 5000K, RD, GR, BL, Amber', '80, 90', '2W - 12W', '110 - 923 Im/LF', '>150,000 - L70 @ 25C', 'ELV TYPE 0.07%-100%, REVERSE PHASE, TRAILING EDGE', '120-277V', 'GRAZING, COVE, LINE OF LIGHT, WASHING', 'Pack a punch with this powerful and low profile luminaire. It is available in a variety of narrow beam angle options that is ideal for creating dynamic contrast. This luminaire also features the exclusive Flip to Flat™ hinge design, allowing vertical aiming from 0-180 degrees and a compact profile measuring in at only 34.9mm (1.38″) high.', 'http://ecosenselighting.com/products/trov/graze/trov-l50-graze/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/Trov-L50/Trov_L50_SpecSheet_Graze_updated.pdf', '2017-11-20', '2018-04-19', '0000-00-00', ''),
(1148, 133, 'L50', 'ESL_L50-WASH', 'L50-WASH', 'L50 WASH. TRŌV | L50 WASH (INTERIOR & EXTERIOR).', 1, 0, '', '2200K - 5000K, RD, GR, BL, Amber', '80, 90', '2W - 12W', '110 - 923 Im/LF', '>150,000 - L70 @ 25C', 'ELV TYPE 0.07%-100%, REVERSE PHASE, TRAILING EDGE', '120-277V', 'GRAZING, COVE, LINE OF LIGHT, WASHING', 'Be bold with this powerful luminaire, available with the largest selection of beam angles to wash any surface. An ideal fixture for illuminating walls while minimizing contrast in interior and exterior applications. It also features the exclusive Flip to Flat™ hinge design, allowing vertical aiming from 0-180 degrees and a compact profile measuring in at only 34.9mm (1.38″) high.', 'http://ecosenselighting.com/products/trov/wash/trov-l50-wash/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/Trov-L50/Trov_L50_SpecSheet_Wash_updated.pdf', '2017-11-20', '2018-04-19', '0000-00-00', ''),
(1149, 133, 'F080', 'ESL_F080-4M', 'F080-4M', 'F080-4M. RISE  |  F080 QUAD.', 1, 0, '', '2200K - 6500K, RD, GR, BL, Amber', '80, 90', '16W, 30W, 46W', '1200-2800 LMS', '>60,500 hours - L70 @ 25C', 'ELV TYPE, REVERSE PHASE, TRAILING EDGE', '110-277V', '5° - 80°; Elliptical 1 (15°x60°), 2 (30°x60°), 3 (60°x15°), 4 (60°x30°);', 'RISE F080 QUAD connects four RISE F080 SINGLE units using a single-point bracket. From one single installation point, Lighting Designers can increase lumen power (up to 2800 lumens) and/or aim each light fixture in different directions. Each fixture head can be specified with a unique beam angle and lumen output for application specific needs. This powerful and compact unit is ideal for spot, accent, landscape, façade, and floodlight applications.', 'http://ecosenselighting.com/products/rise/f080-quad/#toggle-id-2', 'http://www.ecosenselighting.com/spec-download-files/spec-sheets/rise/f080/RISE_F080_QUAD_SpecSheet.pdf', '2018-01-08', '2018-04-19', '0000-00-00', ''),
(1150, 134, 'HB-LGR', 'ELL_EL-LED-HB-LGR-100', 'EL-LED-HB-LGR-100', 'EL-LED-HB-LGR-100. LED LEGEND RETAILER.', 1, 0, '', '3000K, 4000K, 5000K, 5700K', '80', '100W', '14,240 LM', '', '0-10v DIMMING', '120-277V, 347-480V', '120º TYPE V; UPLIGHT CONE;', 'The EVERLAST LED LEGEND RETAILER is an effective and efficient indoor area lighting system and is specifically designed for retail applications. The fixture’s combination of intelligent form factor, high lumen output, competitive price point, and industry-leading 10-year warranty combine to make the LEGEND RETAILER a superior lighting solution.', 'https://www.everlastlight.com/el-led-hb-lgr-100-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-hb-lgr-100-.pdf', '2018-01-24', '2018-04-19', '0000-00-00', ''),
(1151, 134, 'HB-LGR', 'ELL_EL-LED-HB-LGR-ACF16-100', 'EL-LED-HB-LGR-ACF16-100', 'EL-LED-HB-LGR-ACF16-100. LED LEGEND RETAILER.', 1, 0, '', '3000K, 4000K, 5000K, 5700K', '80', '100W', '14,240 LM', '', '0-10v DIMMING', '120-277V, 347-480V', '120º TYPE V; UPLIGHT CONE', 'The EVERLAST LED LEGEND RETAILER is an effective and efficient indoor area lighting system with triple optic glare reduction assembly (primary uplight cone reflector plus secondary microprismatic reflector and bottom lens) is specifically designed for retail applications.', 'https://www.everlastlight.com/el-led-hb-lgr-100-__-__-__-acf16.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-hb-lgr-100-acf16.pdf', '2018-01-24', '2018-04-19', '0000-00-00', ''),
(1152, 134, 'HL15D-LG', 'ELL_EL-LED-HL15D-LG-100', 'EL-LED-HL15D-LG-100', 'EL-LED-HL15D-LG-100. HIGH LUMEN 15D LED LEGEND.', 1, 0, '', '3000K, 4000K, 5000K', '80', '100W', '15,953 LM', '', '0-10v DIMMING', '120-277V, 347-480V', '120º TYPE V; UPLIGHT CONE', 'The HIGH LUMEN 15D fixture takes LED performance and intensity to the next level. By maximizing LED chip density, EverLast increases the lumen output of a 100W fixture by over 25%. To accommodate the denser configuration, EverLast employs more efficient heat sink technology, resulting in more lumen output (160 LUMENS / WATT) using the same amount of power.', 'https://www.everlastlight.com/el-led-hl15d-lg-100-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-hl15d-lg-100-.pdf', '2018-02-07', '2018-04-19', '0000-00-00', ''),
(1153, 134, 'HL-LG', 'ELL_EL-LED-HL-LG-300', 'EL-LED-HL-LG-300', 'EL-LED-HL-LG-300. HIGH LUMEN LED LEGEND.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80', '300W', '39,386 LM', '', '0-10v DIMMING', '120-277V, 347-480V', '120º TYPE V', 'This LEGEND LED HIGH LUMEN fixture pushes LED performance and intensity to the next level. By maximizing LED chip density, EverLast increases the lumen output of a 300W fixture by over 30%. To accommodate the denser configuration, EverLast employs more efficient heat sink technology, resulting in more lumen output using the same amount of power.', 'https://www.everlastlight.com/el-led-hl-lg-300-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-hl-lg-300.pdf', '2018-02-07', '2018-04-19', '0000-00-00', ''),
(1154, 134, '65C-LG', 'ELL_EL-LED-65C-LG-100', 'EL-LED-65C-LG-100', 'EL-LED-65C-LG-100. LEGEND LED HIGH TEMP (149ºF).', 1, 0, '', '2700K, 4000K, 5000K', '80', '100W', '14,502 LM', '', '0-10v DIMMING', '120-277V, 347-480V', '120º TYPE V', 'Additionally, the LEGEND LED 100W HIGH LUMEN HIGH TEMPERATURE fixture pushes LED performance and intensity to the next level. By maximizing LED chip density, EverLast increases the lumen output of a standard 100W LED fixture by over 30%. To accommodate the denser configuration, EverLast uses a cold-forged heat sink, resulting in more lumen output using the same amount of power.', 'https://www.everlastlight.com/el-led-65c-lg-100-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-65c-lg-100-.pdf', '2017-12-11', '2018-04-19', '0000-00-00', ''),
(1155, 134, '65C-LG', 'ELL_EL-LED-65C-LG-150', 'EL-LED-65C-LG-150', 'EL-LED-65C-LG-150. LEGEND LED HIGH TEMP (149ºF).', 1, 0, '', '2700K, 4000K, 5000K', '80', '150W', '20,486 LM', '', '0-10v DIMMING', '120-277V, 347-480V', '120º TYPE V', 'Additionally, the LEGEND™ LED 150W HIGH LUMEN HIGH TEMPERATURE fixture pushes LED performance and intensity to the next level. By maximizing LED chip density, EverLast increases the lumen output of a standard 150W LED fixture by over 30%. To accommodate the denser configuration, EverLast uses a cold-forged heat sink, resulting in more lumen output using the same amount of power.', 'https://www.everlastlight.com/el-led-65c-lg-150-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-65c-lg-150-.pdf', '2017-12-11', '2018-04-19', '0000-00-00', ''),
(1156, 135, 'LS', 'FLX_LS1', 'LS1', 'LS1. Loop Suspended.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '19-38W', '2,500-4,900 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Factory 0-10V Dim 3% (Class 2 control wiring); Lutron Hi-Lume 1%-H EcoSystem', '120 - 277V; 347V', '100 Dn; 20 Up | 80 Dn; 55 Up | 45 Dn', 'New highly efficacious Radial Anidolic optics delivers an axially symmetric batwing distribution for wide row spacing with outstanding ceiling and workplane uniformity. Multiple high performance direct and direct/indirect general area lighting versions and an independently controlled Up/Dn switching option. Precision machined clear anodized, extruded aluminum and 3 standard powdercoat finishes. To minimize installation time and ensure precision fit and finish, all fixtures arrive with machined endcaps, joints and power drop cords factory preinstalled. Companion Loop Recessed family with 1×1, 1×2, 2×2, 1×4, and 2×4 sizes available. Third party tested, Lighting Facts certified and backed by a 5-year warranty.', 'http://fluxwerx.com/products/loop-suspended/', 'http://fluxwerx.com/wp-content/uploads/2018/03/LS1-A.pdf', '2018-03-08', '2018-04-20', '0000-00-00', ''),
(1157, 136, 'LEHB', 'FSC_LEHB', 'LEHB', 'LEHB. LEHB Series – LED High Bay.', 1, 0, '', '4000K; 5000K; 5700K', '84', '68W - 425W', '8,515 lm - 55,675 lm', '122,000 hrs L70', '0-10V Dimming Standard', '100V to 277V', '', 'The LEHB Series LED High Bay fixture is the lighting solution for a wide variety of applications and mounting heights. Precision-designed optics and a choice of lumen outputs and color temperatures make the energy-efficient LEHB the ideal solution for industrial, commercial and other high bay applications. LED technology allows power and light levels to be customized to meet both energy and design needs. The LEHB gives budget conscious customers a very reliable LED solution. In addition to its low initial cost, the ﬁxture saves up to 60% in energy costs over HID. The LEHB performs effectively in industrial environments where maintenance plays a costly and time consuming role in the operation.', 'https://www.fsclighting.com/led-high-bays/lehb-series-led-high-bay-pcb', 'https://www.fsclighting.com/wp-content/uploads/2018/03/lehb-2.0.pdf', '2018-03-08', '2018-04-20', '0000-00-00', ''),
(1158, 135, 'VU', 'FLX_VU1', 'VU1', 'VU1. View.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '19-38W', '2,400-4,600 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Factory 0-10V Dim 3% (Class 2 control wiring); Lutron Hi-Lume 1%-H EcoSystem', '120-277V; 347V', '70 Up | 30 Dn; 20 Up | 80 Dn', 'Transparent optics appear like floating fenestration. Up to 15ft on center spacing, delivering 35 fc at 0.4 W/sq.ft. Precision machined and extruded clear anodized aluminum. Three endcap options – Beam, Radius or Square.\nInvisible design details require no electrical connections at fixture joints, creating virtually seamless continuous runs that are simple to install and speed construction. To minimize installation time and ensure precision fit and finish, all fixtures arrive with machined endcaps, joints and power drop cords factory preinstalled.', 'http://fluxwerx.com/products/view/', 'http://fluxwerx.com/wp-content/uploads/2017/11/VU1-A.pdf', '2017-11-15', '2018-04-20', '0000-00-00', ''),
(1159, 136, 'L79', 'FSC_L79', 'L79', 'L79. L7900 Series – LED Wide Body Vaportite (PCB).', 1, 0, '', '4000K; 5000K', '83+', '60W - 170W', '7,772 lm - 21,593 lm', '131,000 hrs L70', '0-10V Dimming Standard', '120V to 277V', '', 'The L7900 LED Wide Body Vaportite Series gasketed enclosure, is perfect for any industrial or commercial application where fixture is exposed to the elements; the L7900 is totally dust and moisture resistant. The enclosure is constructed of a fiberglass upper body and an acrylic diffuser, securely positioned in a permanent poured in place sealing gasket. The diffuser and upper components are locked into place by retaining latches, assuring a secure, tight seal. Ideal for food processing, Cold Storage/ Freezers, Car Washes, Canopies, Health Clubs, Laundry Facilities and Distribution Centers.', 'https://www.fsclighting.com/led-vaportites/l7900-series-led-wide-body-vaportite-pcb', 'https://www.fsclighting.com/wp-content/uploads/2018/03/l7900-2.0.pdf', '2018-03-08', '2018-04-20', '0000-00-00', ''),
(1160, 135, 'PF', 'FLX_PF1', 'PF1', 'PF1. Profile Area.', 1, 0, '', '2700-6500K', '80+', '19-38W', '2,350-4,550 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Lutron Hi-Lume 1%-H EcoSystem; eldoLED DUAL DALI Dynamic White 0.1%', '120 - 277V; 347V', '40 Up I 60 Dn; 100 Dn; 15 Up I 85 Dn; 50 Up I 50 Dn; 60 Up I 40 Dn; 80 Up I 20 Dn', 'Open aperture design with fully luminous interior. No horizontal lenses or diffusers. Precision machined clear anodized, extruded aluminum. Seven endcap options, preinstalled for perfect fit and finish. Up to 15ft o.c. spacing, delivering 35 fc at less than 0.37 W/ft.sq. Direct and direct/indirect general area lighting versions. Also available in vertical surface illumination (VSI) symmetric and asymmetric distributions.', 'http://fluxwerx.com/products/profile/', 'http://fluxwerx.com/wp-content/uploads/2017/11/PF1-A.pdf', '2017-11-10', '2018-04-20', '0000-00-00', ''),
(1161, 136, 'L85', 'FSC_L85-MIN', 'L85-MIN', 'L85-MIN. L85-MIN NCH Series – LED Strip Kit (Mini Light Bar).', 1, 0, '', '3000K; 4000K; 5000K', '83+', '12W; 16W; 25W', '1,887 lm; 2,501 lm; 3,691 lm', '120,000 hrs L70', '0-10V Dimming Standard', '120V to 277V', '', 'The L85-MIN NCH Series LED Mini Strip Kit is a functional multi-purpose lighting solution that incorporates premium performance and construction durability. This series can be installed using various mounting methods and numerous options and accessories are available. Precision designed optics and a choice of lumen outputs, lengths and color temperatures make the L8500 MIN Series the perfect illumination solution in commercial and industrial applications. Ideal for warehouses, garages, cove lighting, display cases, shop and task lighting, utility and storage rooms, general area lighting, and production lines. LED technology allows power and light levels to be customized to meet both energy and design needs.', 'https://www.fsclighting.com/featured-led-educational-facility-lighting-products/l8500-nch-series-led-mini-strip-kit-light-bar', 'https://www.fsclighting.com/wp-content/uploads/2018/03/l8500-lb-min-2.0.pdf', '2018-03-07', '2018-04-20', '0000-00-00', ''),
(1162, 135, 'PS', 'FLX_PS1', 'PS1', 'PS1. Spoke Area.', 1, 0, '', '2700-6500K', '80+', '28-76W', '3,500-9,000 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Lutron Hi-Lume 1%-H EcoSystem; eldoLED DUAL DALI Dynamic White 0.1%', '120 - 277V; 347V', '40 Up I 60 Dn; 100 Dn; 15 Up I 85 Dn; 50 Up I 50 Dn; 60 Up I 40 Dn; 80 Up I 20 Dn', 'Open aperture design with fully luminous interior. No horizontal lenses or diffusers. Precision machined clear anodized, extruded aluminum. Seven endcap options, preinstalled for perfect fit and finish. 12′ x 12′ spacing 40 – 50 fc at 0.4 to 0.5 W/ft.sq. Direct and direct/indirect general area lighting versions. Up|Down dimmable or switchable independent control of the indirect and direct distributions. Dynamic white enabled.\nPowered by low voltage stainless steel conductive aircraft cables. No visible power cords.', 'http://fluxwerx.com/products/profile-spoke/', 'http://fluxwerx.com/wp-content/uploads/2018/03/PS1-A.pdf', '2018-03-01', '2018-04-20', '0000-00-00', ''),
(1163, 136, 'L74', 'FSC_L74-RFK', 'L74-RFK', 'L74-RFK. L74-RFK Series - LED Troffer Kit (PCB).', 1, 0, '', '3500K; 4000K; 5000K', '83+', '18W - 42W', '2,139 lm - 4,158 lm', '122,000 hrs L70', '0-10V Dimming Standard', '120V to 277V', '', 'The L74-RFK Series dramatically enhances existing fixture efficiencies creating substantial energy savings. Designed to open up the room and distribute light spaciously along both the vertical and horizontal work planes. This fixture is an excellent alternative to standard retrofit designs and is ideally suited for commercial recessed grid, suspended or surface mount troffers.', 'https://www.fsclighting.com/led-retrofit/l74-rfk-series-led-troffer-kit-pcb', 'https://www.fsclighting.com/wp-content/uploads/2018/03/l74-rfk-2.0.pdf', '2018-03-07', '2018-04-20', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1164, 135, 'FS', 'FLX_FS1', 'FS1', 'FS1. Spoke Area.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '28-76W', '3,200-8,300 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Factory 0-10V Dim 3% (Class 2 control wiring); Lutron Hi-Lume 1%-H EcoSystem', '120 - 277V; 347V', '45 Up |55 Dn; 100 Dn; 20 Up | 80 Dn; 55 Up | 45 Dn; 65 Up | 35 Dn', 'Open aperture design with fully luminous interior. No horizontal lenses or diffusers. Precision machined clear anodized, extruded aluminum. Four endcap options, preinstalled for perfect fit and finish. 12′ x 12′ spacing 40 – 50 fc at 0.4 to 0.5 W/ft.sq. Direct and direct/indirect general area lighting versions. Up|Down dimmable or switchable independent control of the indirect and direct distributions. Dynamic white enabled. Powered by low voltage stainless steel conductive aircraft cables. No visible power cords.', 'http://fluxwerx.com/products/fold-spoke/', 'http://fluxwerx.com/wp-content/uploads/2018/03/FS1-A.pdf', '2018-03-01', '2018-04-20', '0000-00-00', ''),
(1165, 136, 'L85', 'FSC_L85', 'L85', 'L85. L8500 Series – LED Strip (Light Bar).', 1, 0, '', '3000K; 4000K; 5000K', '84', '12W; 25W; 50W', '1,746 lm - 6,355 lm', '398,000 hrs L70', '0-10V Dimming Standard', '120V to 277V', '', 'The L8500 Series LED Strip is a functional multi-purpose lighting solution that incorporates premium performance and construction durability. This series can be installed using various mounting methods and numerous options and accessories are available. Precision designed optics and a choice of lumen outputs, lengths and color temperatures make the L8500 Series the perfect illumination solution in commercial and industrial applications. Ideal for warehouses, garages, cove lighting, display cases, shop and task lighting, utility and storage rooms, general area lighting, and production lines. LED technology allows power and light levels to be customized to meet both energy and design needs.', 'https://www.fsclighting.com/featured-led-educational-facility-lighting-products/l8500-series-led-strip-light-bar', 'https://www.fsclighting.com/wp-content/uploads/2018/03/l8500-lb-2.0.pdf', '2018-03-07', '2018-04-20', '0000-00-00', ''),
(1166, 135, 'FD', 'FLX_FD1', 'FD1', 'FD1. Fold Area.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '19-38W', '2,150-4,150 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Factory 0-10V Dim 3% (Class 2 control wiring); Lutron Hi-Lume 1%-H EcoSystem', '120-277V; 347V', '45 Up | 55 Dn; 100 Dn; 20 Up | 80 Dn; 55 Up | 45 Dn; 65 Up | 35 Dn', 'Pure apertured design with fully luminous interior without horizontal lenses or difusers. Precision machined clear anodized, extruded aluminum. Arch, Oblique, Shade or Slant endcaps preinstalled for perfect fit and finish. 10′ – 15′ o.c. spacing with 0.45 to 0.75 W/ft.sq. for general area lighting. Multiple direct/indirect lighting distributions, available with independent Up | Dn lighting control.', 'http://fluxwerx.com/products/fold/', 'http://fluxwerx.com/wp-content/uploads/2017/11/FD1-A.pdf', '2017-11-14', '2018-04-20', '0000-00-00', ''),
(1167, 136, 'LB', 'FSC_LB', 'LB', 'LB. LB Series – LED Universal Retrofit Kit (Extrusion).', 1, 0, '', '3000K - 5000K', '80+', '9W - 43W; 12W - 55W; 13W - 110W', '1,265 lms - 4,945 lms; 1,840 lms - 6,670 lms; 1,882 lms - 11,760 lms', '238,000 lms L70', '0-10V Dimming Standard', '120V to 277V', '', 'The LB Series Universal Retrofit Kit, dramatically enhances existing fixture efficiencies creating substantial energy savings. This kit is an excellent alternative to standard retrofit designs and is ideally suited for commercial strip fixtures.', 'https://www.fsclighting.com/featured-led-educational-facility-lighting-products/l8500-nch-series-led-mini-strip-kit-light-bar-2', 'https://www.fsclighting.com/featured-led-educational-facility-lighting-products/l8500-series-led-strip-light-bar', '2018-03-07', '2018-04-20', '0000-00-00', ''),
(1168, 135, 'NB', 'FLX_NB1', 'NB1', 'NB1. Inbox.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '17W; 22W; 27W', '1,800 lm; 2,150 lm; 2,600 lm', '200,000 huors L70', 'eldoLED ECO 0-10V Dim 1%; eldoLED SOLO 0-10V Dim 0.1%; eldoLED ECO DALI 1%; eldoLED SOLO DALI Dim 0.1%; Factory Non- Dim; Factory 0-10V Dim 3%; Lutron Hi-Lume 1%-H EcoSystem', '120 - 277V; 347V', 'Downlight', 'Minimalist architectural aesthetics with engineered energy and optical performance. Precisely controlled 2-sided or 4-sided optical distributions for low glare and wide spacing. Up to 12 x 12 spacing, delivering over 30 fc at less than 0.3 W/sq.ft. IC rated, CCEA approved, third party tested and backed by a 5-year warranty.', 'http://fluxwerx.com/products/inbox/', 'http://fluxwerx.com/wp-content/uploads/2017/11/NB1-11.pdf', '2017-11-15', '2018-04-20', '0000-00-00', ''),
(1169, 136, 'L76', 'FSC_L76', 'L76', 'L76. L7600 Series – LED Vaportite (Light Bar).', 1, 0, '', '3000K - 5000K', '84', '12W - 100W', '1,563 lm - 11,698 lm', '398,000 hrs L70', '0-10V Dimming Standard', '120V to 277V', '', 'The L7600 LED Vaportite Series gasketed enclosure, is perfect for any industrial or commercial application where fixture is exposed to the elements; the L7600 is totally dust and moisture resistant. The enclosure is constructed of a fiberglass upper body and an acrylic diffuser, securely positioned in a permanent poured in place sealing gasket. The diffuser and upper components are locked into place by retaining latches, assuring a secure, tight seal. Ideal for food processing, commercial kitchens, parking garages, car washes schools, government facilities, breweries, livestock containment buildings, laundry mats, and road tunnels.', 'https://www.fsclighting.com/led-vaportites/l7600-series-led-vaportite-light-bar', '', '2018-03-07', '2018-04-20', '0000-00-00', ''),
(1170, 138, 'IPL', 'FLT_IPL', 'IPL', 'IPL. ARCHITECTURAL SOLAR LED LUMINAIRE.', 1, 0, '', '3000K; 4500K', '', '', '850-1,200 lm', '100,000 hours L70', '', '', 'Type 2; Type 3; Type 4; Type 5', 'Asymmetrical rectilinear design smartly complements modern outdoor spaces.\nPedestrian scale applications: parks, pathways and playgrounds.', 'https://www.firstlighttechnologies.com/', 'https://app.hubspot.com/documents/2562429/view/17128655?accessId=cd2206', '2018-03-05', '2018-04-20', '0000-00-00', ''),
(1171, 137, 'Gantom', 'GNT_Gantom-iQx', 'Gantom-iQx', 'Gantom iQx.', 1, 0, '', '3000K; 6500K', '70; 80; 90+', '2.8W', '', '50,000 hours', '', '9-15VDC(12VDC nominal)', '25-40 degrees', 'The Gantom iQx features the same amazing optics of the Gantom iQ but adds integrated DMX control. Using LED technology and special optics, the Gantom iQx can render bright and sharp images from a variety of gobo materials including film, metal, and glass. This fixture opens up a vast new dimension of creative lighting possibilities by allowing images, patterns, and signage to be projected in ways that were impossible with traditional gobo projectors. The integrated 3 channel DMX receiver gives the user full range of control over brightness and various dimming effects including candle flicker and strobe. The Gantom iQx is ideal for theatrical lighting applications. Our user friendly DMX Programmer app, available for Apple and Android devices, allows easy address DMX assignment and dimming control.', 'http://www.gantom.com/lighting-fixtures/gantom-iqx/', 'http://www.gantom.com/wp-content/uploads/2017/07/Gantom_iQx-min.pdf', '2017-07-05', '2018-04-20', '0000-00-00', ''),
(1172, 138, 'SCL', 'FLT_SCL', 'SCL', 'SCL. COMMERCIAL SOLAR LED LUMINAIRE.', 1, 0, '', '3000K; 4500K', '', '', '850-1,200 lm', '100,000 hours L70', '', '', 'Type 2; Type 3; Type 4; Type 5', 'Discrete ‘shoe box’ style fixture.\nCommercial / industrial applications: security, area lighting.', 'https://www.firstlighttechnologies.com/', 'https://app.hubspot.com/documents/2562429/view/17128663?accessId=8ef8f8', '2018-02-19', '2018-04-20', '0000-00-00', ''),
(1173, 137, 'Gantom', 'GNT_Gantom-DMX-Spot', 'Gantom-DMX-Spot', 'Gantom DMX Spot.', 1, 0, '', '3000K-6500K; 6500K', '', '4.8W', '', '50,000 hours', '', '9-15VDC(12VDC nominal)', '19-28 degrees', 'The Gantom DMX Spot is a 4W color controllable LED spotlight for professional applications. Featuring a non-linear dimming curve, the Gantom DMX Spot can be dimmed with high precision even at the lowest intensity levels. Homogeneous optics smoothly blend the colors of the internal quad chip LED producing a clean projected field without the “halos” seen in many other color mixing fixtures. High frequency hybrid modulation allows the Gantom DMX Spot to be used in video applications with minimal on-camera flickering. The Gantom DMX Spot can even be battery powered for portable applications, perfect for event lighting where access to power and signal is inconvenient. The Gantom DMX Spot is configured using our DMX Programmer app, available free for Apple and Android devices.', 'http://www.gantom.com/lighting-fixtures/gantom-dmx-spot/', 'http://www.gantom.com/wp-content/uploads/2017/08/Gantom_DMX.pdf', '2017-08-28', '2018-04-20', '0000-00-00', ''),
(1174, 138, 'SCL', 'FLT_SCL2', 'SCL2', 'SCL2. HIGH POWERED COMMERCIAL SOLAR LED LUMINAIRE.', 1, 0, '', '3000K; 4500K', '', '', '2,250-2,830 lm', '100,000 hours L70', '', '', 'Type 2; Type 3; Type 4; Type 5', 'Discrete ‘shoe box’ style fixture.\nLarger applications: parking lots, site and area lighting.\nMotion sensor | wireless smartphone app.', 'https://www.firstlighttechnologies.com/', 'https://app.hubspot.com/documents/2562429/view/17128672?accessId=e23999', '2018-03-06', '2018-04-20', '0000-00-00', ''),
(1175, 137, 'Precision', 'GNT_Precision-Z-Spot', 'Precision-Z-Spot', 'Precision Z Spot.', 1, 0, '', '3000K; 6500K', '70; 80; 90+', '1.5W', '', '50,000 hours', 'Dimmable using PWM power input from external constant voltage dimmer (10%-100%)', '9-15VDC(12VDC nominal)', '11 - 62 degrees', 'The Precision Z Spotlight produces a concentrated point-source light equivalent to traditional 20W halogen fixtures in a highly energy and space efficient package. The fixture’s modular design allows it to be swapped with other fixtures without the hassle of cutting wires, allowing for fast design changes and reconfiguration. The industrial machined aluminum chassis gives the Precision Z an elegant form yet functions as a rugged shell and heat sink to protect the LED and core electronics even in outdoor and underwater applications. Internal driver circuitry ensures constant output over a wide range of input voltage and extends the fixture life beyond 50,000 hours.', 'http://www.gantom.com/lighting-fixtures/precision-z-spot/', 'http://www.gantom.com/wp-content/uploads/2016/05/Precision_Z-min.pdf', '2016-04-12', '2018-04-20', '0000-00-00', ''),
(1176, 138, 'PLB', 'FLT_PLB', 'PLB', 'PLB. ARCHITECTURAL SOLAR ILLUMINATED BOLLARD.', 1, 0, '', '3000K; 4500K', '', '', '200-300 lm', '100,000 hours L70', '', '', 'Type 3; Type 5', 'Contemporary styling.\nCutoff lighting for pathways and outdoor spaces.\nProvides effective ground-level illumination.', 'https://www.firstlighttechnologies.com/', 'https://app.hubspot.com/documents/2562429/view/17128620?accessId=b0b59f', '2018-03-05', '2018-04-20', '0000-00-00', ''),
(1177, 139, 'LVTH', 'HLT_LVTH4CL40-850-3S-LED', 'LVTH4CL40-850-3S-LED', 'LVTH4CL40-850-3S-LED. 99622 Linear LED High Performance Vaportight.', 1, 0, '', '5000K', '80', '43 W', '5,200 lumens', '160,000 hours', 'No', '100-277V', '120', 'Linear LED High Performance Vaportight, 120-277V, 43W, 5000K, 80 CRI, 3-Wire Side Entry', 'https://www.halcolighting.com/index.jsp?path=product&part=9394&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CHigh.Performance.Linear.Vaportights%2Cdept-1U8', 'http://www.halcolighting.com/pdf/sell_sheet/9392.pdf', '2018-04-09', '2018-04-20', '0000-00-00', ''),
(1178, 138, 'WLB', 'FLT_WLB', 'WLB', 'WLB. ARCHITECTURAL SOLAR ILLUMINATED WAYFINDING BOLLARD.', 1, 0, '', '3000K; 4000K', '', '', '107 lm', '100,000 hours L70', '', '', 'Symmetrical', 'Familiar louvred design.\nWayfinding / delineation applications.\nHighly-visible fixture adds style to any location.', 'https://www.firstlighttechnologies.com/', 'https://app.hubspot.com/documents/2562429/view/17128610?accessId=850664', '2018-03-05', '2018-04-20', '0000-00-00', ''),
(1179, 139, 'LVTH', 'HLT_LVTH4CL80-850-3S-LED-EM', 'LVTH4CL80-850-3S-LED-EM', 'LVTH4CL80-850-3S-LED-EM. 99627 Linear LED High Performance Vaportight.', 1, 0, '', '5000K', '80', '80', '10,400 lumens', '160,000 hours', 'No', '100-277V', '120', 'Linear LED High Performance Vaportight, 120-277V, 80W, 5000K, 80 CRI, Emergency Battery Backup, 3-Wire Side Entry', 'https://www.halcolighting.com/index.jsp?path=product&part=9399&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CHigh.Performance.Linear.Vaportights%2Cdept-1U8', 'http://www.halcolighting.com/pdf/sell_sheet/9392.pdf', '2018-04-09', '2018-04-20', '0000-00-00', ''),
(1180, 137, 'Precision', 'GNT_Precision-DMX', 'Precision-DMX', 'Precision DMX.', 1, 0, '', '', '', '3.8W', '', '50,000 hours', '', '9-15VDC(12VDC nominal)', '21 degrees', 'The Precision DMX is the world’s smallest DMX controllable theatrical floodlight. This RGB fixture is smaller than a fist yet packs comparable punch to traditional fixtures several times its size! No other fixture on the market comes close to the compactness of this fixture with all the internal circuitry and intelligence built in. The Precision DMX is a microprocessor based intelligent lighting fixture that can be controlled to generate a wide range of vivid colors. Tunable preset functions allow the user to generate various patterns without complex signaling. A built-in flicker generator can create unique and realistic flame, surge, and lightning effects with ease. Standalone operation is achievable when the fixture is configured with our free DMX Programmer iOS app, making the Precision DMX a fully color and effects tunable floodlight that can operate without signal. The user simply sets the desired look of the Precision DMX with the DMX Programmer iOS app and the output settings will be stored in the fixture’s memory. Afterward, the Precision DMX may be unplugged from DMX signal and simply powered on; the fixture will output according to the stored settings. This is an excellent feature for applications that need a fully configurable light without DMX cabling.', 'http://www.gantom.com/lighting-fixtures/precision-dmx/', 'http://www.gantom.com/wp-content/uploads/2016/05/Precision_DMX-min.pdf', '2016-04-14', '2018-04-20', '0000-00-00', ''),
(1181, 138, 'PLB', 'FLT_PLB-AC', 'PLB-AC', 'PLB AC. HIGH-EFFICIENCY ILLUMINATED BOLLARD.', 1, 0, '', '3000K; 4500K', '>70', '10W', '950 lm', '>115,000 hours L70', 'AC Phase - trailing-edge dimming compatible', '110 ~ 277 VAC, 47 ~ 63Hz', 'Type 3; Type 4; Type 5', 'Wired version of our solar PLB.\nFull cutoff lighting for AC powered applications.\nIdeal for new and retrofit AC applications.', 'https://www.firstlighttechnologies.com/', 'https://app.hubspot.com/documents/2562429/view/17128642?accessId=e31c49', '2018-03-05', '2018-04-20', '0000-00-00', ''),
(1182, 137, 'Storm', 'GNT_Storm-Form', 'Storm-Form', 'Storm Form.', 1, 0, '', '', '90+', '9W', '', '', '', '12-24VDC (12VDC nominal)', '16-27 degrees', 'The Storm Form is a compact profile spotlight suitable for permanent outdoor installation. It accepts shutters cut from Cinefoil or Blackwrap as well as 19mm gobos up to 2mm thick.', 'http://www.gantom.com/lighting-fixtures/storm-form/', 'http://www.gantom.com/wp-content/uploads/2017/01/004-Storm_Form_Datasheet_UPDATED-10272016-min.pdf', '2017-01-31', '2018-04-20', '0000-00-00', ''),
(1183, 139, 'LVT', 'HLT_LVT4CL48-850-5S-LED', 'LVT4CL48-850-5S-LED', 'LVT4CL48-850-5S-LED. 99631 Linear LED Vaportight.', 1, 0, '', '5000K', '80', '48W', '5580 lumens', '50,000 hours', '0-10V', '100-277V', '', 'Linear LED Vaportight, 120-277V, 48W, 5000K, 80 CRI, 5-Wire Side Entry', 'https://www.halcolighting.com/index.jsp?path=product&part=9356&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CLED.Commercial.Vaportights%2Cdept-1SV', 'http://www.halcolighting.com/pdf/sell_sheet/9391.pdf', '2018-03-16', '2018-04-20', '0000-00-00', ''),
(1184, 137, 'Storm', 'GNT_Storm-Z-Spot', 'Storm-Z-Spot', 'Storm Z Spot.', 1, 0, '', '', '90+', '1.5W', '', '', '', '12-24VDC (12VDC nominal)', 'Floodlight', 'The Storm Z Spot is a high brightness 1.5W LED spotlight suitable for permanent outdoor installation.', 'http://www.gantom.com/lighting-fixtures/storm-z-spot/', 'http://www.gantom.com/wp-content/uploads/2017/01/006-Storm-Z-datasheet-min.pdf', '2017-01-31', '2018-04-20', '0000-00-00', ''),
(1185, 139, 'SDL', 'HLT_SDL4FR7-827-LED', 'SDL4FR7-827-LED', 'SDL4FR7-827-LED. 4\" Surface LED Downlight.', 1, 0, '', '2700K', '80', '7W', '500 lumens', '36000 hours', 'Dimmable to 10%', '120V', '90°', '4 Surface LED Downlight, 2700K', 'https://www.halcolighting.com/index.jsp?path=product&part=8603&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CSurface.Downlights%2Cdept-1PB', 'http://www.halcolighting.com/pdf/sell_sheet/8745.pdf', '2016-06-03', '2018-04-20', '0000-00-00', ''),
(1186, 139, 'SDL', 'HLT_SDL6FR11-840-LED2', 'SDL6FR11-840-LED2', 'SDL6FR11-840-LED2. 99873 6\" Surface LED Downlight.', 1, 0, '', '4000K', '80', '11W', '920 lumens', '40,000 hours', 'Dimmable to 10%', '120V', '90°', '6 Surface LED Downlight, 120V, 11W, 4000K, Dimmable', 'https://www.halcolighting.com/index.jsp?path=product&part=9309&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CSurface.Downlights%2Cdept-1PB', 'http://www.halcolighting.com/pdf/sell_sheet/13857.pdf', '2017-10-18', '2018-04-20', '0000-00-00', ''),
(1187, 139, 'FPL', 'HLT_14FPL30-840-LED', '14FPL30-840-LED', '14FPL30-840-LED. LED FLAT PANEL 1X4.', 1, 0, '', '4000K', '82', '30W', '3150 lumens', '75,000', '0-10V', '100-277V', '120', 'LED FLAT PANEL 1x4 30W 4000K 0-10V DIMMABLE', 'https://www.halcolighting.com/index.jsp?path=product&part=9128&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CFlat.Panels%2Cdept-1PG', 'http://www.halcolighting.com/pdf/sell_sheet/9212.pdf', '2017-06-07', '2018-04-20', '0000-00-00', ''),
(1188, 139, 'PNL', 'HLT_22PNL35-850-LED', '22PNL35-850-LED', '22PNL35-850-LED. LED FLAT PANEL 2X2.', 1, 0, '', '5000K', '82', '35W', '3100 lumens', '50,000 hours', '0-10V', '100-277V', '120º', 'LED FLAT PANEL 2X2 35W 5000K D', 'https://www.halcolighting.com/index.jsp?path=product&part=7892&ds=dept&process=search&qdx=0&ID=%2CLuminaires%2CLED.Indoor.Luminaires%2CFlat.Panels%2Cdept-1PG', 'http://www.halcolighting.com/pdf/sell_sheet/7864.pdf', '2017-04-07', '2018-04-20', '0000-00-00', ''),
(1189, 140, 'dAlta', 'HLM_dAlta-5', 'dAlta-5', 'dAlta-5. Directional fixtures.', 1, 0, '', '2700K, 3900K, 4500K, 5200K', '71, 73, 83', '2.0 W, 4.2 W, 6.0 W', '65 - 167 W', '50,000 Hrs', 'PWM, Phase', '10-15V', '17° - 20°; 30° - 32°; 40º -42º; 56° - 58°;', 'Expertly engineered directional accent light illuminates a variety of spaces in 1 or 3 LED. Copper and brass construction. An RGBW version is also available for use with ZDClink systems.', 'https://www.holmlighting.com/product/directional/dalta-5', 'https://www.holmlighting.com/sites/holmlighting.com/files/hl-006-ss-dalta-5-us-web.pdf', '2017-03-30', '2018-04-20', '0000-00-00', ''),
(1190, 140, 'dCrest', 'HLM_dCrest-13', 'dCrest-13', 'dCrest-13. Directional fixtures.', 1, 0, '', '2700K - 4000K', '83', '7.3 - 23.8 W', '629 - 1,856 lumens', '50,000 Hrs', 'Phase, 0-10V', '110-277V', 'spot (20°), flood (40°), wide flood (60°), very wide (90°), or wall wash (90° x 120°)', 'Unique inside and out. Crest’s curvilinear, organic shape reflects its coastal design inspiration. Crest’s form begins as an eased square that gently transitions to a circle. Inside, a removable circular sleeve houses all components for easy access and servicing. Simply remove the front cap, twist the handle, and pull.', 'https://www.holmlighting.com/product/directional/dcrest-13', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-specsheet-dcrest-web.pdf', '2016-09-16', '2018-04-20', '0000-00-00', ''),
(1191, 140, 'nBeckon', 'HLM_nBeckon-26', 'nBeckon-26', 'nBeckon-26. in-grade fixtures.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83', '7.2 - 23.7 W', '700 - 2,000 lumens', '50,000 Hrs', 'Phase, 0-10V', '110-277V', 'Spot (20°), Flood (40°), Wide Flood (60°)', 'Adjustable angle in-grade light ranging between 700 and 2,000 lumens. Inside, a removable circular cartridge houses all components for easy access and servicing. Powder coated and anodized aluminum construction.', 'https://www.holmlighting.com/product/grade/nbeckon-26', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-specsheet-nbeckon-web.pdf', '2018-03-12', '2018-04-20', '0000-00-00', ''),
(1192, 140, 'aRise', 'HLM_aRise-26', 'aRise-26', 'aRise-26. area bollard luminaire.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '82', '7.6 - 49.8 W', '160 - 1,402 lumens', '50,000 Hours', 'Phase, 0-10V', '110-277V', 'Type II, Type III', 'Engineered with sharp lines and rounded curves, the aRise-26 is the first bollard luminaire offered by Holm. The luminaire complements traditional, modern, and classical architecture and blends seamlessly into projects of all scopes.', 'https://www.holmlighting.com/product/area/arise-26', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-001_ss-arise-web.pdf', '2017-10-10', '2018-04-20', '0000-00-00', ''),
(1193, 140, 'rNook', 'HLM_rNook-16', 'rNook-16', 'rNook-16. recessed fixtures.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '81, 82', '7.4 - 25.1 W', '202 - 845 lumens', '50,000 Hrs', 'Phase, 0-10V', '110-277V', 'Type II, Type III', 'Strength, versatility, and unmatched style come together in the new rNook-16 recessed wall light from Holm, producing a uniquely crafted luminaire that complements traditional, modern, and classical architecture and brings a layer of elegance to any commercial space.', 'https://www.holmlighting.com/product/recessed/rnook-16', 'https://www.holmlighting.com/sites/holmlighting.com/files/hl-005-rnook-submittal_sheet.pdf', '2018-01-04', '2018-04-20', '0000-00-00', ''),
(1194, 140, 'rPollux', 'HLM_rPollux-13', 'rPollux-13', 'rPollux-13. Recessed luminaires.', 1, 0, '', '2700K, 3900K, 4500K, 5200K', '80, 82, 83', '2.0 - 5.7 W', '85 - 178 lumens', '50,000 Hrs', 'PWM, Phase', '10-15V', '10°, 20°, 40°, or 60°', 'The rPollux-13 is a cylindrical, top-mounted, recessed down light that enhances architectural features such as stonework, brick, and siding.', 'https://www.holmlighting.com/product/rpollux-13', 'https://www.holmlighting.com/sites/holmlighting.com/files/hl-015-ss-rpollux-us-web.pdf', '2018-02-26', '2018-04-20', '0000-00-00', ''),
(1195, 141, '42/43', 'IDG_420', '420', '420. PERF.', 1, 0, '', '', '', '9-19W', '1,100-2,200 lm', '', 'Dimming Ballast', '120/277', '', 'A simplistic, modern looking sconce that is ideal for the modern office. The wrap design of the fixture completely shields the lamps while a variety of available lamps can provide varying amounts of illumination.', 'http://www.indessa.com/420.pdf', 'http://www.indessa.com/420.pdf', '2015-08-27', '2018-04-23', '0000-00-00', ''),
(1196, 141, '42/43', 'IDG_431', '431', '431. HALF CYLINDER.', 1, 0, '', '', '', '9-19W', '1,100-2,200 lm', '', 'Dimming Ballast', '120/277', '', 'The Half Cylinder is stylish and ideal for mounting alongside entryways and doors. With distribution on all sides, a maximum amount of light is distributed to the area. Three decorative windows on the top of the fascia add sparkle to the fixture.', 'http://www.indessa.com/431.pdf', 'http://www.indessa.com/431.pdf', '2015-08-20', '2018-04-23', '0000-00-00', ''),
(1197, 142, 'Advantage', 'LLB_A01', 'A01', 'A01. Museum Collection Advantage Series.', 1, 0, '', '2700K; 3000K; 3500K', '93', '12W; 15W; 23W', '1000 Lumens; 1300 Lumens; 1800 Lumens', '', 'This fixture is provided with an LED Driver suitable for trailing edge dimming', '120VAC', '10° to 30°', 'Fixture Description\r\nSingle piece die-cast aluminum fixture body allows for high efficiency passive cooling. Deep regressed LED and optic designed for maximum glare control. Telescoping accessory holder allows for precision tool-less variable 10º to 30º focus. Flush Fit adapter with Rotation Lock * Adapter plugs into Busway with separate electrical and mechanical connections. Supplied with standard thumb wheel rotation lock. An optional switch is available and other standard Litelab fitters are available.\r\nZoom Mechanism\r\nAllows the beam to be adjusted from 10° to 30° without tools.\r\nAccessory Cartridge\r\nHolds up to two accessories–including a range of lenses, filters and louvers. \r\nLenses & Accessories\r\nStandard clear lenses are available in 55° x 75°, 5° x 30° and 5° x 55°optical patterns. Photo etched light blocking screens and beam softener lens are also available. Accessory code shall be “g.”\r\nFinishes\r\nAvailable in white, black and custom finish.\r\nDimming\r\nThis fixture is provided with an LED Driver suitable for trailing edge dimming. Dimming performance may vary based on dimmer model or system being used. If exact performance is required, Litelab recommends testing the Litelab fixture and specified dimmer. Fixtures specified with an on-board dimmer are not to be used on dimming circuits.', 'http://www.litelab.com/assets/a01-2018.pdf', 'http://www.litelab.com/assets/a01-2018.pdf', '2018-04-16', '2018-04-23', '0000-00-00', ''),
(1198, 141, '42/43', 'IDG_435', '435', '435. TEARDROP.', 1, 0, '', '', '', '2-26W', '780 lm; 980 lm', '', '', '120/277V', '', 'The soft lines of The Teardrop enhance the stylish yet sophisticated luminaire. Constructed of 1/8” Hand Blown Glass, the Teardrop is one of the few fixtures in this shape that can incorporate a large Compact Fluorescent lumen package.', 'http://www.indessa.com/435.pdf', 'http://www.indessa.com/435.pdf', '2015-08-20', '2018-04-23', '0000-00-00', ''),
(1199, 142, 'Advantage', 'LLB_A02', 'A02', 'A02. Museum Collection Advantage Series.', 1, 0, '', '2700K; 3000K; 3500K', '93', '12W; 15W; 23W', '1000 Lumens; 1300 Lumens; 1800 Lumens', '', 'This fixture is provided with an LED Driver suitable for trailing edge dimming', '120V, 277V, 240V', 'Wallwash', 'Fixture Description\r\nSingle piece die-cast aluminum fixture body allows for high efficiency passive cooling. Deep regressed LED and optic designed for maximum glare control. Fixture to be supplied with baffle, accessory holder and OL-55x75 wallwash spread lens.\r\nFlush Fit adapter with Rotation Lock \r\nAdapter plugs into Busway with separate electrical and mechanical connections. When used with Deep Busway, Lock and Hide adapters recess entirely inside of Busway. Supplied with standard thumb wheel rotation lock, except on fixtures with optional on-board dimming. Available with on-off switch. Ask factory about alternative fitters for Litelab fixtures.\r\nAccessory Cartridge\r\nHolds up to two accessories–including a range of lenses, filters and louvers.\r\nLenses & Accessories\r\nStandard wallwash spread lens included with fixture. Photo etched light blocking screens and beam softener lens are also available. Accessory code shall be “g”.\r\nFinishes\r\nAvailable in white, black and custom finish.\r\nDimming\r\nThis fixture is provided with an LED Driver suitable for trailing edge dimming. Dimming performance may vary based on dimmer model or system being used. If exact performance is required, Litelab recommends testing the Litelab fixture and specified dimmer. Fixtures specified with an on-board dimmer are not to be used on dimming circuits.', 'http://www.litelab.com/assets/a02-2018.pdf', 'http://www.litelab.com/assets/a02-2018.pdf', '2018-04-18', '2018-04-23', '0000-00-00', ''),
(1200, 141, '42/43', 'IDG_438', '438', '438. HUMBLE.', 1, 0, '', '', '', '9W; 14W', '2,200 lm; 3,100 lm', '', '', '120 to 277V', '', 'A curved housing surrounds a fluorescent or an LED source for true simplicity. The Prismatic bottom diffuser reduces glare making this unit ideal for hallways or vanities.', 'http://www.indessa.com/438.pdf', 'http://www.indessa.com/438.pdf', '2015-09-09', '2018-04-23', '0000-00-00', ''),
(1201, 142, 'Museum', 'LLB_M31', 'M31', 'M31. Museum Collection LED Object.', 1, 0, '', '2700K; 3000K; 3500K', '93', '17W; 23W', '1400 Lumens; 2000 Lumens', '', 'Litelab Museum line LED fixtures are provided with LED drivers suitable for trailing edge dimmers', '120VAC', 'Standard clear lenses are available in 55° x 75°, 5° x 30° and 5° x 55°optical patterns', 'Fixture Description\r\nTwo-piece body style allows for high efficiency passive cooling. Housing is spun aluminum with aluminum stem and driver housing. Wires from driver to engine shall be concealed within stem. Fixture to be supplied with baffle/accessories holder and OL-L10P1-e beam softener film.\r\nFlush Fit adapter with Rotation Lock \r\nAdapter plugs into Busway with separate electrical and mechanical connections. Integrated driver allows for cooler fixture operation and longer LED life. Supplied with standard thumb wheel rotation lock. An optional switch is available and other standard Litelab fitters are available.\r\nAccessory Cartridge\r\nFront installed,non-rotational, optical matte black cartridge allows up to three accessories–including a range of lenses and filters.\r\nLenses & Accessories\r\nStandard clear lenses are available in 55° x 75°, 5° x 30° and 5° x 55°optical patterns. Photo etched light blocking screens and beam softener lens are also available. Accessory code shall be “e.”\r\nFinishes\r\nAvailable in black, white, brushed aluminum or custom finish.\r\nDimming\r\nLitelab Museum line LED fixtures are provided with LED drivers suitable for trailing edge dimmers. Dimming performance may vary depending on dimmer model or system.', 'http://www.litelab.com/assets/m31-2018.pdf', 'http://www.litelab.com/assets/m31-2018.pdf', '2018-04-18', '2018-04-23', '0000-00-00', ''),
(1202, 141, '5', 'IDG_520', '520', '520. SENTINEL.', 1, 0, '', '', '', '8W; 17W', '530 lm; 1,060 lm; 1,300 lm', '', '', '120/277V', '', 'Small and compact. With a powerful downward punch of light and direct cutoff the Sentinel is very efficient. Using an LED or Compact Fluorescent source this product is perfect for porches and outdoor staircases as well as grazing desirable walls.', 'http://www.indessa.com/520.pdf', 'http://www.indessa.com/520.pdf', '2015-09-14', '2018-04-23', '0000-00-00', ''),
(1203, 141, '5', 'IDG_570', '570', '570. LANTERN.', 1, 0, '', '', '', '11W; 13W', '780 lm; 980 lm', '', '', '120/277V', '', 'A traditional looking lantern, this luminaire is ideal for retail establishments and multi-family complexes. Rugged construction and hidden fasteners provide for years of vandal free operation.', 'http://www.indessa.com/570.pdf', 'http://www.indessa.com/570.pdf', '2015-08-24', '2018-04-23', '0000-00-00', ''),
(1204, 142, 'Jewelers', 'LLB_J65AR111', 'J65AR111', 'J65AR111. Jewelers Collection LED Retrofit.', 1, 0, '', '', '', '25 watts maximum', '', '', '', '120V; 240V; 277V', 'Linear Spread; Beam Softener', 'Fixture Description\r\nYoke mounted with internally tapered, rearload, machined aluminum lamp ring. Socket cup covers ceramic socket, and leads are enclosed in basket-weave stainless steel braiding.\r\nFlush Fit adapter\r\nAdapter plugs into Busway with separate electrical and mechanical connections. Integrated transformer is fully concealed in deep BusRun, and allows for cooler fixture operation and longer lamp life. Fitter options include a rotation lock and switch, or the fixture may be mounted to other standard Litelab fitters.\r\nLenses and Accessories\r\nStandard clear lenses are available with 5° x 55° optical pattern. Beam softener lens, photo etched light blocking screens, hexcell louvers, and tapered object and wallwash snoots are also available. Accessory code shall be “s”.\r\nLamp Ring/Accessory Holder\r\nLamp ring has threaded lamp retaining ring and accepts up to two accessories.\r\nFinishes\r\nAvailable in brushed aluminum, black, white, or custom finish.\r\nDimming\r\nSee LED lamp manufacturer’s specifications for dimming LED replacement lamps.', 'http://www.litelab.com/assets/j65ar111-2016.pdf', 'http://www.litelab.com/assets/j65ar111-2016.pdf', '2017-02-02', '2018-04-23', '0000-00-00', ''),
(1205, 141, '5', 'IDG_595', '595', '595. PINNACLE.', 1, 0, '', '', '', '11W;  13W', '1,560 lm; 1,960 lm', '', '', '120/277V', '', 'Large, yet dramatic, this fixture can be used as the outdoor focal point. Dramatically enhancing the Architec - ture, the Pinnacle can be incorporated into a variety of architecture. The customization of the face can bring the designers personal touch into the building.', 'http://www.indessa.com/595.pdf', 'http://www.indessa.com/595.pdf', '2015-09-03', '2018-04-23', '0000-00-00', ''),
(1206, 142, 'Jewelers', 'LLB_J66AR111', 'J66AR111', 'J66AR111. Jewelers Collection LED Retrofit.', 1, 0, '', '', '', '25 watts maximum', '', '', '', '120V; 240V', 'Standard clear lenses are available with 5° x 55° optical pattern', 'Fixture Description\r\nInternally tapered, rear-load, machined aluminum lamp ring is mounted to a side-car power supply housing with a chrome-plated swivel that ensures non-drifting aiming angle up to 35º.\r\nFlush Fit adapter\r\nAdapter plugs into Busway with separate electrical and mechanical connections, and is fully concealed in deep BusRun. An optional switch is available, or fixture may be mounted to other standard Litelab fitters.\r\nLenses and Accessories\r\nStandard clear lenses are available with 5° x 55° optical pattern. Beam softener lens, photo etched light blocking screens, hexcell louvers, and tapered object and wallwash snoots are also available. Accessory code shall be “s”.\r\nLamp Ring/Accessory Holder\r\nLamp ring has threaded lamp retaining ring and accepts up to two accessories.\r\nFinishes\r\nAvailable in brushed aluminum, black, white, or custom finish.\r\nDimming\r\nSee LED lamp manufacturer’s specifications for dimming LED replacement lamps.', 'http://www.litelab.com/assets/j66ar111-2016.pdf', 'http://www.litelab.com/assets/j66ar111-2016.pdf', '2017-02-02', '2018-04-23', '0000-00-00', ''),
(1207, 143, 'APD', 'LAT_APD-100', 'APD-100', 'APD. 100.', 1, 0, '', '3000K; 3500K; 4000K', '80+', '30W', '2,600 lm', '', 'dimming 0-10v;  ELV ; Triac', 'UNV', '25°, 40° and 60°', 'Material:\nMachined aluminum with stainless steel fasteners.\n\nFinish:\nMatte White or Black powder coat or brushed aluminum with clear coat.\n\nMounting:\nMounts to 4” square junction box with round plaster ring or 4” octagon box. 10’ field ajustable suspension.', 'http://www.lumenartltd.com/led/12-alume/324-apd-100', 'http://www.lumenartltd.com/images/alume/apd-100_specs.pdf', '2017-03-03', '2018-04-23', '0000-00-00', ''),
(1208, 142, 'Museum', 'LLB_M38', 'M38', 'M38. Museum Collection LED Wallwash.', 1, 0, '', '2700K; 3000K; 3500K', '95', '18W - 31W', '1400 Lumens; 2000 Lumens', '', 'Litelab Museum line LED fixtures are provided with LED drivers suitable for trailing edge dimmers', '120VAC; 230VAC; 277VAC', 'Wallwash', 'Fixture Description\r\nHousing is spun aluminum with perforated back cover for ventilation. Aluminum stem features lockable constant tilt swivel with 90° maximum aiming angle. Wires shall be concealed within stem. Fixture to be supplied with wallwash reflector and OL-55X75-p wallwash spread lens.\r\nFlush Fit adapter with Rotation Lock \r\nAdapter plugs into Busway with separate electrical and mechanical connections. Supplied with standard thumb wheel rotation lock. An optional switch and other standard Litelab fitters are available.\r\nAccessory Cartridge\r\nCartridge design allows for enhanced passive air flow around LED components. Front installed, non-rotational, wallwash cartridge allows up to three accessories–including a range of lenses and filters.\r\nLenses & Accessories\r\nStandard 55°x75° wallwash spread lens included with fixture. Photo etched light blocking screens are also available. Accessory code shall be “p.”\r\nFinishes\r\nAvailable in black, white, brushed aluminum or custom finish.\r\nDimming\r\nLitelab Museum line LED fixtures are provided with LED drivers suitable for trailing edge dimmers.\r\nDimming performance may vary depending on dimmer model or system.', 'http://www.litelab.com/assets/m38-2018.pdf', 'http://www.litelab.com/assets/m38-2018.pdf', '2018-02-28', '2018-04-23', '0000-00-00', ''),
(1209, 142, 'Museum', 'LLB_M98', 'M98', 'M98. Museum Collection LED Wallwash.', 1, 0, '', '3000K; 3500K', '95', '46W; 53W', '3200 Lumens', '', 'Litelab Museum line LED fixtures are provided with LED drivers suitable for use with trailing edge dimmers', '120VAC/50-60Hz; 230VAC/50-60Hz; 277VAC/50-60Hz(is not dimmable)', 'Wallwash', 'Fixture Description\r\nHousing is spun aluminum with perforated back cover for ventilation. Aluminum stem features lockable constant tilt swivel with 90° maximum\r\naiming angle. Wires shall be concealed within stem. Fixture to be supplied with wallwash reflector and OL-55X75-p wallwash spread lens.\r\nLow Profile External Driver Housing Adapter plugs into Busway with separate electrical and mechanical connections. An optional switch is available.\r\nAccessory Cartridge\r\nCartridge design allows for enhanced passive air flow around LED components. Front installed, non-rotational and lockable, optical matte black cartridge allows up to three accessories–including a range of lenses, filters and louvers.\r\nLenses & Accessories\r\nStandard 55° x 75° wallwash spread lens included with fixture. Photo etched light blocking screens are also available. Accessory size code shall be “p.”\r\nFinishes\r\nAvailable in black, white, brushed aluminum or custom finish.\r\nDimming\r\nLitelab Museum line LED fixtures are provided with LED drivers suitable for use with trailing edge dimmers. Dimming performance may vary\r\ndepending on dimmer model or system.', 'http://www.litelab.com/assets/m98l3200-2016.pdf', 'http://www.litelab.com/assets/m98l3200-2016.pdf', '2016-10-17', '2018-04-23', '0000-00-00', ''),
(1210, 143, 'AWL', 'LAT_AWL-01', 'AWL-01', 'AWL. 01.', 1, 0, '', '', '', '4w', '400 lm', '', 'Triac Dimming', '120V', '', 'Material:\nMachined aluminum with stainless steel fasteners.\n\nFinish:\nMicro brushed with clear coat after fabrication before assembly.\n\nMounting:\nNew Construction: Mini Jbox byLumenArt. Remodel: 4” square Jbox with round plaster ring or octagon box order optional ASC canopy.', 'http://www.lumenartltd.com/led/12-alume/188-awl-01', 'http://www.lumenartltd.com/images/alume/awl-01_specs.pdf', '2017-02-28', '2018-04-23', '0000-00-00', ''),
(1211, 143, 'RDC', 'LAT_RDC', 'RDC', 'RDC. Round Drum Ceiling.', 1, 0, '', '3000K; 3500K', '', '23W; 30W; 59W', '2,135 lm; 2,820 lm; 5,642 lm', '', '0-10V Dimming', '120/277V', '', 'Our fabric fixtures offer a wide variety of aesthetic, lamp and fabric choices. All of the designs are understated and elegant, designed to blend into any interior space. We offer over forty standard fabric choices including silks, linens and washable trilam materials. Fabric or materials by owner are welcome. With over 100 shades and sizes to choose from you will certainly find a fixture for your project including pendants, ceiling mount, wall mount and portable lights. Shape and size modifications are also possible. Energy efficiency is critical at LumenArt that is why we offer a variety of light sources including incandescent, fluorescent and LED. In addition, we offer dimming solutions to meet your energy requirements.', 'http://www.lumenartltd.com/led/17-fabric/65-rdc', 'http://www.lumenartltd.com/images/Spec_Sheets/Designer_Fabric/RDC_series.pdf', '2015-05-20', '2018-04-23', '0000-00-00', ''),
(1212, 143, 'CYP', 'LAT_CYP', 'CYP', 'CYP. Cylinder Pendant.', 1, 0, '', '3000K; 3500K', '80+', '23W; 30W; 59W', '2,115 lm; 2,820 lm; 5,640 lm', '', 'ECO; MK10; HiLum; 0-10v', '120/277V', '', 'Our fabric fixtures offer a wide variety of aesthetic, lamp and fabric choices. All of the designs are understated and elegant, designed to blend into any interior space. We offer over forty standard fabric choices including silks, linens and washable trilam materials.  Fabric or materials by owner are welcome. With over 100 shades and sizes to choose from you will certainly find a fixture for your project including pendants, ceiling mount, wall mount and portable lights. Shape and size modifications are also possible. Energy efficiency is critical at LumenArt that is why we offer a variety of light sources including incandescent, fluorescent and LED.  In addition, we offer dimming solutions to meet your energy requirements.', 'http://www.lumenartltd.com/led/17-fabric/45-cyp', 'http://www.lumenartltd.com/images/Spec_Sheets/CYP-SERIES.pdf', '2015-05-20', '2018-04-23', '0000-00-00', ''),
(1214, 144, '2RP', 'LCF_2RP-FS', '2RP-FS', '2RP-FS. FIXED PINHOLE SHALLOW REGRESS.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 526lm - 1014lm; 90+ CRI: 949 m; 95+ CRI: 526lm - 1014lm', '50,000 hours', 'Lutron Hi-lume 1% EcoSystem with Soft-On, Fade-to-Black; 0-10V Analog; eldoLED 0-10V Analog, Logarithmic; eldoLED 0-10V Analog, Linear; eldoLED DALI, Logarithmic; eldoLED DALI, Linear; Non-Dimming', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 15°; 25°', 'Round, fixed, dimmable LED downlight with shallow regress light source for increased output & efficiency. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated & remodel ceilings. Title 24 available.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2RP-FS-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2RP-FS_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-23', '0000-00-00', ''),
(1215, 144, '2RP', 'LCF_2RP-FD', '2RP-FD', '2RP-FD. FIXED PINHOLE DEEP REGRESS.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 374lm - 780lm; 90+ CRI: 676lm; 95+ CRI: 374lm - 780lm', '50,000 hours', 'Lutron Hi-lume 1% EcoSystem with Soft-On, Fade-to-Black; 0-10V Analog; eldoLED 0-10V Analog, Logarithmic; eldoLED 0-10V Analog, Linear; eldoLED DALI, Logarithmic; eldoLED DALI, Linear; Non-Dimming', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 15°; 25°', 'Round, fixed, dimmable LED downlight with deeply regressed light source for excellent cut-off angle and glare control. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings. Title 24 available.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2RP-FD-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2RP-FD_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-23', '0000-00-00', ''),
(1216, 143, 'WIP', 'LAT_WIP', 'WIP', 'WIP.', 1, 0, '', '3000K; 4000K', '', '40W', '2,282 lm', '', '0-10v dimming', 'UNV', '', 'Construction:\nExtruded alumiunum and acrylic.\n\nFinish:\nPolished chrome and silver paint.\n\nMounting:\nMounts to octagon junction box or 4x4 junction box with round plaster adapter.', 'http://www.lumenartltd.com/led/8-designer-series/328-wip', 'http://www.lumenartltd.com/images/designer/wip_specs.pdf', '2015-03-03', '2018-04-23', '0000-00-00', ''),
(1217, 143, 'WLP', 'LAT_WLP', 'WLP', 'WLP.', 1, 0, '', '3000K; 4000K', '', '25W', '1,542 lm', '', '0-10v Dimming', 'UNV', '', 'Construction:\nExtruded alumiunum and acrylic.\n\nFinish:\nPolished chrome and silver paint.\n\nMounting:\nMounts to octagon junction box or 4x4 junction box with round plaster adapter.', 'http://www.lumenartltd.com/led/8-designer-series/330-wlp', 'http://www.lumenartltd.com/images/designer/wlp_specs.pdf', '2015-02-26', '2018-04-23', '0000-00-00', ''),
(1218, 144, 'CT2', 'LCF_CT2-AD', 'CT2-AD', 'CT2-AD. TRACK MOUNT ADJUSTABLE.', 1, 0, '', '2700K - 4000K', '80+; 90+; 97+', '80+ CRI: 10W - 17W; 90+ CRI: 10W - 17W; 97+ CRI: 10W - 17W; WARM DIM 90+ CRI: 15W', '80+ CRI: 727lm - 1121lm; 90+ CRI: 601lm - 926lm; 97+ CRI: 528lm - 845lm; WARM DIM 90+ CRI: 552lm', '50,000 hours', 'ELV integral driver dims to nominal 10% lm output; Warm Dim', '120V 50Hz/60Hz', '15°; 25°; 40°; 60°', 'Highly adjustable, dimmable LED cylinder provides hot-aim, self-locking, tool-less adjustment up to 90° tilt and 357° rotation. Sleek aluminum body and internal heat-sink are precision cast as a single piece. Concealed mounting mechanism allows for one-handed installation into surface or recessed trimless track.', 'http://www.luciferlighting.com/Products/Surface-Mount/Track/CT2-AD', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/Track/Lucifer_Lighting_CT2_AD_LEDC_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-23', '0000-00-00', ''),
(1219, 144, '2RE', 'LCF_2RE-FS', '2RE-FS', '2RE-FS. FIXED SHALLOW REGRESS.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 576lm - 1092lm; 90+ CRI: 1040lm; 95+ CRI: 576lm - 1092lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21 & L23) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-to-BlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%.', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 60°; 15°; 25°', 'Round, fixed, dimmable LED downlight with tapered, wide-aperture and shallow regress light source for increased output and efficiency. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings. Title 24 available.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2RE-FS-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2RE-FS_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-23', '0000-00-00', ''),
(1220, 144, '2RE', 'LCF_2RE-FD', '2RE-FD', '2RE-FD. FIXED DEEP REGRESS.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 518lm - 1014lm; 90+ CRI: 936lm; 95+ CRI: 518lm - 1014lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21 & L23) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-to-BlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%.', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 60°; 15°; 25°', 'Round, fixed, dimmable LED downlight with tapered, wide-aperture for increased efficiency and deeply regressed light source. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings.Title 24 available.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2RE-FD-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2RE-FD_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-23', '0000-00-00', ''),
(1221, 144, '3RE', 'LCF_3RE-WW', '3RE-WW', '3RE-WW. LENSED WALLWASH.', 1, 0, '', '2700K - 4000K', '80+; 95+', '80+ CRI: 15W - 47W; 95+ CRI: 21W - 47W', '80+ CRI: 620lm - 1906lm; 95+ CRI: 620lm - 1430lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-toBlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%.', '120-277V 50Hz/60Hz; 120V 60Hz', 'Wallwash 40°', 'Round, lensed wallwash, dimmable LED downlight with angled lampholder and precision tuned kick reflector for even wallwashing from ceiling line to floor. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings.\r\n\r\nRecommended spacing is 36\" (914mm) on-center with 36\" (914mm) setback from wall plane.', 'http://www.luciferlighting.com/Products/Recessed/3RE-WW-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/3%20Series/Lucifer_Lighting_3RE-WW_LEDX_latest.pdf?ext=.pdf', '2017-11-16', '2018-04-23', '0000-00-00', ''),
(1222, 146, 'PRO', 'NSL_PRO1', 'PRO1', 'PRO1. Procyon 1 - White & Single Color.', 1, 0, '', '3000K, 4000K, 5000K', '', '35W, 53W, 75W', '3268 - 6038 lumens', '60,000 hrs', '0-10VDC, DALI, DMX', '100-277V', '8° Narrow Beam, 20° Medium Beam, 44° Wide Beam, Ellip. Hor., Ellip. Vert., Asym. Beam, Square Beam', '', 'http://nslights.com/products/procyon-1', 'http://nslights.com/images/resources/Procyon_1.pdf', '2016-07-27', '2018-04-23', '0000-00-00', ''),
(1223, 146, 'LSP', 'NSL_LSP1', 'LSP1', 'LSP1. Lytescaper LSP1.', 1, 0, '', '3000K, 4000K, 5000K', '', '9W, 13W, 18W', '576 - 1432 lumens', '60,000 hrs', '1-10V', '110-277V', '11°, 26°, 46°, Ellip. Hor., Ellip. Vert., Asym. Beam, Square Beam', '', 'http://nslights.com/products/lytescaper-lsp1', 'http://nslights.com/images/resources/lytescaper-lsp1-cut-sheet.pdf', '2014-09-09', '2018-04-23', '0000-00-00', ''),
(1224, 146, 'SMF', 'NSL_SMF-100', 'SMF-100', 'SMF-100. Smart Flood.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '70', '100W', 'Greater than 90 lumens per watt.', '50,000 hours', '', '100-277V', '30 Degree, 45 Degree, 85/135 Degree', '', 'http://nslights.com/products/smf-100-smart-flood', 'http://nslights.com/images/resources/SMF100_CS.pdf', '2016-05-12', '2018-04-23', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1225, 146, 'AFGL', 'NSL_AFGL-370', 'AFGL-370', 'AFGL-370. Orion Flood Light.', 1, 0, '', '4000K, 5000K', '70', '38W, 40W, 50W', '5840 lumens', '50,000 hours', '', '100-277V', 'Types 3 and 6.', 'Ultra high output, high efficiency LED Orion Floodlight with NEMA Types 3 and 6. General applications include flood lights, indoor and outdoor sports lighting,\n\nand bridges.', 'http://nslights.com/products/orion-flood-light-370', 'http://nslights.com/images/resources/Orion_Fl_370.pdf', '2016-08-10', '2018-04-23', '0000-00-00', ''),
(1226, 146, 'SMA', 'NSL_SMA-150', 'SMA-150', 'SMA-150.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '70', '150W', '15,238 lumens', '50,000 hours', '', '100-277V, 480V', 'Type II, Type III, Type IV, Type V', '', 'http://nslights.com/products/sa-150', 'http://nslights.com/images/resources/SA150-Cut-Sheet.pdf', '2014-11-21', '2018-04-23', '0000-00-00', ''),
(1227, 146, 'SMAV', 'NSL_SMAV-100', 'SMAV-100', 'SMAV-100. Smart Area Light.', 1, 0, '', '2700K, 3000K, 4000K, 5000K', '70', '100W', '10000 lumens', '50,000 hours', '', '100-277V, 347V, 480V', 'Type 2, Type 3, Type 5', '', 'http://nslights.com/products/area-light', 'http://nslights.com/images/resources/SMAV-100_CS1.pdf', '2016-07-27', '2018-04-23', '0000-00-00', ''),
(1228, 147, 'PZ', 'OCL_PZ1', 'PZ1', 'PZ1. PLEATZ.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '15W, 25W', '1650 - 2500 lumens', '100,000 hours', '0-10V DIMMING 10%; 0-10V DIMMING 1%; LUTRON HI-LUME ECOSYSTEM 1%; UL DAMP LABEL;', '120-277V', 'Diffused light', 'Retro design with modern materials, and performance. Seamless one piece molded plastic diffuser with fully enclosed bottom. Performance diffuser allows high transmission, zero LED imaging and low glare. Choose aluminum or brass accent finishes for a dynamic appearance. Integral LED drivers.', 'http://ocl.com/product/pleatz_pendant/', 'http://ocl.com/wp-content/uploads/2017/05/OCL_Pleatz_Pendant_Web_9_29_17_.pdf', '2017-10-02', '2018-04-23', '0000-00-00', ''),
(1229, 147, 'CT', 'OCL_CT1', 'CT1', 'CT1. Centro.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '15W, 25W, 35W', '1650, 2750, 3850 lumens', '100,000 hours', '0-10V DIMMING 10%; 0-10V DIMMING 1%; LUTRON HI-LUME ECOSYSTEM 1%; UL DAMP LABEL;', '120-277V', 'Diffused light', 'Single direction illumination with fully enclosed top surface. Die-cast aluminum housing with injection molded thread-in diffuser. Choose aluminum or brass accent finishes for a dynamic appearance. Integral LED drivers (unless RJB option is chosen). Field replaceable LEDs and drivers.', 'http://ocl.com/product/centro_pendant/', 'http://ocl.com/wp-content/uploads/2017/05/OCL_Centro_Pendant_web2_9_29_17.pdf', '2017-09-29', '2018-04-23', '0000-00-00', ''),
(1230, 147, 'FR', 'OCL_FR', 'FR', 'FR. FIORI.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '84, 90', '16W, 26W, 37W', '1500, 2135, 2855 lumens', '100,000 hours', '0-10V DIMMING 10%; 0-10V DIMMING 1%; LUTRON HI-LUME ECOSYSTEM 1%; LUTRON HI-LUME 3-WIRE 1%; INTEGRAL EMERGENCY REQUIRES 13\" WHITE BALLAST CANOPY; HEX CELL LOUVER; SOFTENING LENS; SPREAD LENS; LINEAR SPREAD LENS;', '120-277V', 'Narrow Flood [24 degree], Wide Flood [50 degree].', 'Numerous secondary lens options available. Field replacement for LED array and driver.\r\n45° cutoff and stepped bezel minimizes glare and increases visual comfort. Excellent thermal management is achieved through an extruded and machined aluminum fixture body. LED luminaire reliability, L70 >100,000 hours at 70% lumen maintenance. 3 step MacAdam ellipse color binning and 84 CRI standard. 2 step binning and 90+ CRI available [contact factory for details]. Varying beam spread options are available: Narrow Flood [24 degree] or Wide Flood [50 degree]. Four colors of braided nylon power cord are available: white, black, teal, or scarlet.', 'http://ocl.com/product/fiori_pendant/', 'http://ocl.com/wp-content/uploads/2016/04/OCL_Fiori_Pendant_Web.pdf', '2017-02-13', '2018-04-23', '0000-00-00', ''),
(1231, 147, 'GS', 'OCL_GS1', 'GS1', 'GS1. GLOWSTICK.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '84, 90', '11W', '735 lumens', '>80,000 hours', '0-10V DIMMING 10%; UL DAMP LABEL; HEX CELL LOUVER; RECESSED JUNCTION BOX;', '120-277V', 'Diffuse', 'Field replacement for LED array and driver. Excellent thermal management is achieved through an extruded and machined aluminum fixture body. Red, Blue, Green, Amber colored filters can be added for playful effect. Requires reduced wattage. LED luminaire reliability, L70 >80,000 hours at 70% lumen maintenance. 3 step MacAdam ellipse color binning and 84 CRI standard. 2 step binning and 90+ CRI available [contact factory for details]. Silver braided power cord 0.1875” diameter.', 'http://ocl.com/product/glowstick_pendant/', 'http://ocl.com/wp-content/uploads/2016/04/OCL_Glowstick_Pendant_Web_JAN-17.pdf', '2016-10-05', '2018-04-23', '0000-00-00', ''),
(1232, 147, 'VA', 'OCL_VA', 'VA', 'VA. VEGA.', 1, 0, '', '3000K, 3500K, 4000K', '84, 90', '10W, 15W, 25W', '', '50,000 hours', '0-10V DIMMING DRIVER; LUTRON® DIMMING;  UL DAMP LABEL; FUSED; TAMPER PROOF SCREWS;', '120-277V', 'NARROW FLOOD [24 DEGREE]; WIDE FLOOD [50 DEGREE];', 'Field replacement for LED array and driver. Excellent thermal management is achieved through a die-cast aluminum fixture body. 3 step MacAdam ellipse color binning and 90+ CRI are available [contact factory for details]. Varying beam spread options are available: Narrow Flood [24 degree] or Wide Flood [50 degree]. Quality construction includes, die-cast aluminum, and injection molded acrylic. Injection molded diffuser seamlessly threads into fixture body; acrylic is UV stable, F1 rated and UL-94 HB flame rated.', 'http://ocl.com/product/vega_sconce/', 'http://ocl.com/wp-content/uploads/2016/04/OCL_vega_sconce.pdf', '2014-09-04', '2018-04-23', '0000-00-00', ''),
(1233, 147, 'TW', 'OCL_TW1', 'TW1', 'TW1. TWIN.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+', '65 - 590 W', '4225 - 38350 lumens', '100,000 hours', '0-10V DIMMING 10%; 0-10V DIMMING 1%; LUTRON HI-LUME ECOSYSTEM 1%; LUTRON HI-LUME 3-WIRE 1%; DUAL CIRCUITING;', '120-277V', 'Up/Down', 'Dual direction illumination with acrylic top and bottom lenses. Fixture provides 50% up light and 50% down light. Customizable sizes and shapes. Fixtures can be clustered together to create large scale installations. Thick walled aluminum extrusion with minimal fixture cross section size. Field replaceable LEDs and drivers.', 'http://ocl.com/product/twin_pendant/', 'http://ocl.com/wp-content/uploads/2016/09/Twin_8-8-16.pdf', '2016-07-27', '2018-04-23', '0000-00-00', ''),
(1234, 147, 'AS', 'OCL_AS1', 'AS1', 'AS1. ASTRA.', 1, 0, '', '3000K, 3500K, 4000K', '90+', '10W, 15W, 25W', '', '50,000 hours', '0-10V DIMMING DRIVER; LUTRON®  DIMMING; INTEGRAL EMERGENCY REQUIRES 13” WHITE BALLAST CANOPY; UL DAMP LABEL; FUSED;  RECESSED JUNCTION BOX;', '120-277V', 'Narrow Flood [24 degree], Wide Flood [50 degree].', 'Excellent thermal management is achieved through a die-cast aluminum fixture body. Varying beam spread options are available: Narrow Flood [24 degree] or Wide Flood [50 degree]. 3 step MacAdam ellipse color binning and 90+ CRI are available. Four colors of braided nylon power cord are available: white, black, teal, or scarlet. Field replacement for LED array and driver.', 'http://ocl.com/product/astra_pendant/', 'http://ocl.com/wp-content/uploads/2016/04/OCL_astra_pendant.pdf', '2014-09-04', '2018-04-23', '0000-00-00', ''),
(1235, 148, 'PD', 'MFS_PD-508', 'PD-508', 'PD 508. MIES Chandeliers & Pendants.', 1, 0, '', '3000K', '90', '52W; 78W', '2,892 lm; 4,437 lm', '36,000 hours', 'ELV; 0-10V', '120V-277V', '', 'Inspired by Mies van der Rohe, one of the pioneers of modern architecture, this hexagonal chandelier nails the minimalist aesthetic while observing modern décor trends with its aged brass finish. Cutting-edge LED modules bring beautiful light into every setting, while ultra-thin aircraft cables connect the hexagon to a circular canopy for a subtle geometric contrast.', 'http://modernforms.com/product/mies/', 'http://modernforms.com/wp-content/uploads/2018/01/PD-508_SP.pdf', '2018-02-13', '2018-04-24', '0000-00-00', ''),
(1236, 148, 'PD', 'MFS_PD-26801', 'PD-26801', 'PD 26801. RINGS Pendants.', 1, 0, '', '3000K', '90', '24W', '909 lm', '36000 hours', 'ELV', '120V', '', 'Breakthrough LED technology and clever engineering details elevate the classic chain motif on this pendant. Each circle features a magnetic closure to create a seamless look, which is echoed by the ultra-thin powered aircraft cables and round canopy. Light radiates from inside each loop, delivering warm, energy-efficient illumination into atriums and living spaces. Choose from one, two, three or four links in sleek titanium or authoritative black.', 'http://modernforms.com/product/rings/', 'http://modernforms.com/wp-content/uploads/2018/01/PD-26801_SP.pdf', '2018-02-13', '2018-04-24', '0000-00-00', ''),
(1237, 148, 'PD', 'MFS_PD-908', 'PD-908', 'PD 908. NIMBUS Chandeliers & Pendants.', 1, 0, '', '3000K', '90', '29W; 37W', '1,234 lm; 1,604 lm', '36,000 hours', 'ELV', '120V', '', 'Like an abstract cloud floating overhead, Nimbus brings playful sophistication and artistic elegance into your space. Extruded aluminum gives this design its ultra smooth curves, while light travels around the outside in a seamless strip of even, glare-free illumination. With a sleek titanium finish and subtly seductive shape, Nimbus will make you long for cloudy skies every day.', 'http://modernforms.com/product/nimbus-2/', 'http://modernforms.com/wp-content/uploads/2018/01/PD-908_SP.pdf', '2018-02-13', '2018-04-24', '0000-00-00', ''),
(1238, 149, 'Cornet', 'OXY_3-37-651', '3-37-651', '3-37-651. Cornet Series.', 1, 0, '', '2700K, 3500K, 4000K', '90', '6.56W', '399 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=52&series=28', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-651-XXXX.pdf', '2018-02-16', '2018-04-24', '0000-00-00', ''),
(1239, 148, 'PD', 'MFS_PD-W99620', 'PD-W99620', 'PD W99620. WARLOCK LED Interior & Exterior Pendant.', 1, 0, '', '3000K', '90', '18W', '305 lm', '50,000 hour', 'ELV', '120V-220V-277V', '', 'Warlock’s commanding presence and superior LED illumination serve it well in its nightly battle with the darkness. Formed from fine aluminum with a durable, weather-resistant finish in graphite or bronze, its stout geometric design gives it an authoritative look perfect for modern minimalist and sleek industrial spaces alike.', 'http://modernforms.com/product/warlock/', 'http://modernforms.com/wp-content/uploads/2018/01/PD-W99620_SP_0.pdf', '2016-11-17', '2018-04-24', '0000-00-00', ''),
(1240, 149, 'Dione', 'OXY_32-660', '32-660', '32-660. Dione Series.', 1, 0, '', '2700K - 4000K', '90', '11.2W', '409 lm', '60000 hr RL', '0-10v - 50/60Hz 100% to 10% Dimming', 'Universal Voltage 120V-277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=54&series=1', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/32-660-XX.pdf', '2018-02-16', '2018-04-24', '0000-00-00', ''),
(1241, 149, 'Pyxis', 'OXY_3-610', '3-610', '3-610. Pyxis Wall Sconce / Ceiling Mount.', 1, 0, '', '2700K - 4000K', '90', '10.3W', '518 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=54&series=10', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-610-XX.pdf', '2018-02-07', '2018-04-24', '0000-00-00', ''),
(1242, 148, 'WS', 'MFS_WS-257', 'WS-257', 'WS 257. JAZZ LED Bath & Interior Sconce.', 1, 0, '', '3000K', '90', '13.5-83W', '1,205-6,425 lm', '60,000 hours', 'ELV', '120V', 'Up & down light', 'A band of brushed aluminum separates the clear glass half from the frosted cup underneath for a tonal up-and-down illumination. The smart, compact shape inspired by Mid-Century design complements almost any décor scheme while providing high-quality, energy-efficient LED light that’s music to the eyes.', 'http://modernforms.com/product/jazz/', 'http://modernforms.com/wp-content/uploads/2018/01/WS-257_SP_092617_0-2.pdf', '2017-09-26', '2018-04-24', '0000-00-00', ''),
(1243, 148, 'WS', 'MFS_WS-258', 'WS-258', 'WS 258. VODKA Bath & Interior Sconces.', 1, 0, '', '3500K', '90', '22W; 40W; 61W', '1,214 lm;  2,242 lm;  3,194 lm', '54,000 hours', 'ELV', '120V', '', 'Like a shimmering block of ice, Vodka glams up your décor with a tempered glass shade beaded inside for a beautiful, crystal-like effect. The glass is also mitered and joined, a subtle detail that reveals the craftsmanship that goes into this refined design. Choose a polished chrome finish to enhance the shine, or select matte black for modern elegance.', 'http://modernforms.com/product/vodka/', 'http://modernforms.com/wp-content/uploads/2018/01/WS-258_SP.pdf', '2018-02-13', '2018-04-24', '0000-00-00', ''),
(1244, 149, 'ALCOR', 'OXY_3-37-532', '3-37-532', '3-37-532. ALCOR Wall Sconce.', 0, 0, '', '2700K - 4000K', '90', '15.2W', '388 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=51&series=41', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-532-XX.pdf', '2018-02-07', '2018-04-24', '0000-00-00', ''),
(1245, 148, 'WS', 'MFS_WS-10830', 'WS-10830', 'WS 10830. SCEPTER Interior Sconces.', 1, 0, '', '3500K', '90', '9W', '456 lm', '50,000 hours', 'ELV', '120V-277V', '', 'A majestic addition to our collection, Scepter is finished in aged brass for a toned-down take on the luxe décor trend. A solid crown of V-cut seeded crystal is affixed to the top for a glamorous refraction, creating a beautiful play of light and shadow on the wall. Meanwhile, the hidden downward-illuminating LED module provides plenty of ambience and enough illumination for spatial orientation in low light areas.', 'http://modernforms.com/product/scepter/', 'http://modernforms.com/wp-content/uploads/2018/01/WS-108_SP.pdf', '2018-02-13', '2018-04-24', '0000-00-00', ''),
(1246, 149, 'DUO', 'OXY_3-509', '3-509', '3-509. DUO Wall Sconce.', 1, 0, '', '', '', '14.4W', '761 lm', 'See LED bulb manufacturer specification', '', '120V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=51&series=47', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-509-XX.pdf', '2018-02-16', '2018-04-24', '0000-00-00', ''),
(1247, 149, 'CRESCENT', 'OXY_3-37-512', '3-37-512', '3-37-512. CRESCENT Wall Sconce.', 1, 0, '', '2700K - 4000K', '90', '12.9W', '882 lm', '60.000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=51&series=46', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-512-XX.pdf', '2018-02-07', '2018-04-24', '0000-00-00', ''),
(1248, 149, 'ADAGIO', 'OXY_3-37-571', '3-37-571', '3-37-571. ADAGIO Vanity.', 1, 0, '', '2700K - 4000K', '90', '14.9W', '1180 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=50&series=72', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-571-XX.pdf', '2018-02-07', '2018-04-24', '0000-00-00', ''),
(1249, 150, 'DEL', 'RBW_DEL-VB', 'DEL-VB', 'DEL VB. Delta V Black.', 1, 0, '', '2700K; 3000K', '80', '12W', '565 lm', '50,000 hours', 'TRIAC Dimming 10-100% Recommended Wall Switch Lutron DVCL-153P', '120V Input 50/60Hz; 220V Input 50/60Hz', '', 'Since its debut in 2011, the versatile Delta pendants have remained a bestseller, with its hybrid lampshade that combines the traditional box pleat untraditionally paired with tapered openings. The white version emanates a soft glow, while the black version, almost entirely opaque and lined in a reflective gold, casts a more dramatic light.', 'https://richbrilliantwilling.com/collections/statements/products/del-vb', 'https://rbwstudio.egnyte.com/dl/9Ns6tLHWZs', '2018-02-21', '2018-04-24', '0000-00-00', ''),
(1250, 150, 'BRM', 'RBW_BRM', 'BRM', 'BRM. Brim 2013.', 1, 0, '', '2700K', '90', '4W', '300 lm', '50,000 hours', 'TRIAC Dimming 10-100%', '120V Input 50/60Hz; 220V Input 50/60Hz', '', 'Brim is a minimal, customizable, multi-directional sconce equipped with a swiveling head and simple, column-like shade. The narrow, downward beam of light is ideal for installation as a bedside reading light, but as a sconce of many hats, Brim offers a range of looks suited to various applications. The fully interchangeable shades are available in circular, square, or faceted formats, each designed to highlight different features of an array of finishes. Power cord optional.', 'https://richbrilliantwilling.com/collections/staples/products/brim-2013', 'https://rbwstudio.egnyte.com/dl/uaMA48aKeq', '2018-02-21', '2018-04-24', '0000-00-00', ''),
(1251, 150, 'QP', 'RBW_QP-3', 'QP-3', 'QP 3. Queue Indirect.', 1, 0, '', '2200-4000K', '80', '38W', '2300 lm', '50,000 hours', 'TRIAC Dimming 2-100% at 120V; Optional 0-10V dimming capability', '120-277V Input 50/60Hz', 'Indirect', 'Queue is a linear LED pendant system with limitless potential, designed for flexible installation and an inviting presence. These 44-inch, 2300-lumen modular bars of light connect via linear sliding joints and hang from stainless steel wire loops, allowing for custom compositions tailored to the needs of the space. Units can be oriented either upwards or downwards in order to cast respective soft or direct lighting. Originally conceived as an answer to the monotony of workplace systems, Queue exudes a welcoming light and rich beauty in the subtle, rounded facets of its surface. Ultimately, the finished product goes as well in a bar or dining room as it does in the office.', 'https://richbrilliantwilling.com/collections/linear-led-pendants-light-fixtures/products/qp-3', 'https://rbwstudio.egnyte.com/dl/2k6GmMMFzF', '2018-02-22', '2018-04-24', '0000-00-00', ''),
(1252, 151, 'LiFT', 'PAL_LF14', 'LF14', 'LF14. LiFT 1x4 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '16.4W - 54.5W', '80 CRI: 1405 lm - 4712 lm; 90 CRI: 1110 lm - 4204 lm', 'L70 = 123,100 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Osram Optotronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; P', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'When designing this new family of products, Pinnacle Architectural Lighting focused equally on appearance and performance. The result? The ability to create clean clusters of light without having to worry about efficiency. No matter how you use this fixture in your design, it will always prove itself to be consistently unique in any floor plan.\r\nOther available sizes 1x1, 1x2, 2x2, 2x4 and 4x4\r\nCreate unique patterns by integrating different size fixtures into one space\r\n1-1/2: regress lens\r\nSeamless lens to trim transition creates a skylight appearance\r\nAcoustical grid and inaccessible ceiling', 'http://www.pinnacle-ltg.com/index.php/products/family/lift/lift-1x4-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Lift/LF14_LED_SPEC.pdf', '2018-03-07', '2018-04-24', '0000-00-00', ''),
(1253, 150, 'HP', 'RBW_HP', 'HP', 'HP. Hoist Pendant.', 1, 0, '', '2700K', '80', '8.5W', '655 lm', '50,000 hours', 'TRIAC Dimming 10-100%', '120V Input 50/60Hz; 220V Input 50/60Hz', '', 'Having identified the out-of-reach electrical outlet as a routine problem, the studios adapted the standard electrical cord as an integral, stylish component of Hoist’s overall design. Swagged and offered with generous cable length, the cord allows greater opportunities for where a pendant light can be installed. The shade is available in a variety of colors and diameters, with a sconce version as well. Waterproof, the highly durable exterior is also suitable for outdoor installation, creating the possibility for a cohesive interior and exterior.', 'https://richbrilliantwilling.com/collections/outdoor-led-lighting-fixtures/products/hp-b-30', 'https://rbwstudio.egnyte.com/dl/Bfgv8P3Uzi', '2018-02-22', '2018-04-24', '0000-00-00', ''),
(1254, 150, 'BRE', 'RBW_BRE-PL', 'BRE-PL', 'BRE PL. Branch Pendant Large.', 1, 0, '', '2200-4000K', '80', '38W', '870 lm', '50,000 hours', 'TRIAC Dimming 2-100% (120V only); Optional 0-10V dimming capability', '120-277V', '', 'Perforated metal shells sit comfortably atop diffuser lenses, in this family of pendant lights. An extension of the Branch Sconce series, this fixture is available in a variety of warm colors. Best hung above desks or tables or connect a few together and create a striking linear installation.', 'https://richbrilliantwilling.com/collections/linear-led-pendants-light-fixtures/products/bre-pl3', 'https://rbwstudio.egnyte.com/dl/MMYbCildBh', '2018-02-21', '2018-04-24', '0000-00-00', ''),
(1255, 151, 'FINA', 'PAL_F18', 'F18', 'F18. FINA Recessed LED.', 1, 0, '', '2700K - 4000K', '80; 90', 'Direct: 19.7W, 34W; Uplight: 18.1W, 31W', '80 CRI: 1680 lm - 2812 lm; 1328 lm - 2509 lm; 90 CRI: 1573 lm - 2638 lm; 1243 lm - 2354 lm', 'Minimum lifetime greater than 60,000 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Lutron Hi-lume Soft-on, Fade-to-black 1%, EcoSystem, LDE1; Lutron Hi-lume 1%, 3-wire; Non Dimming', 'Universal; 120 volt; 277 volt', 'Bidirectional', 'FINA - elegant, floating discs of light designed to enhance the contemporary interiors of today\'s architectural spaces. The curved, low profile houses encases the fully luminous acrylic lens. The 14”, 18\", 24\", 36\", 48\", 60\" and 72\" diameter luminaires allow for versatility to match any space requirement. The uniformly illuminated satine, convex and concave lens are available for flush, regress and lowered positions for design flexibility.', 'http://www.pinnacle-ltg.com/index.php/products/family/fina/fina-recessed/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Fina/F18_LED_SPEC.pdf', '2018-02-15', '2018-04-24', '0000-00-00', ''),
(1256, 150, 'QP', 'RBW_QP-5', 'QP-5', 'QP 5. Queue Direct / Indirect.', 1, 0, '', '2200-4000K', '80', '76W', '4,600 lm', '50,000 hours', 'TRIAC Dimming 2-100% at 120V; Optional 0-10V dimming capability', '110V-277V Input 50/60Hz', 'Direct/indirect', 'Queue is a linear LED pendant system with limitless potential, designed for flexible installation and an inviting presence. These 44-inch, 2300-lumen modular bars of light connect via linear sliding joints and hang from stainless steel wire loops, allowing for custom compositions tailored to the needs of the space. Units can be oriented either upwards or downwards in order to cast respective soft or direct lighting. Originally conceived as an answer to the monotony of workplace systems, Queue exudes a welcoming light and rich beauty in the subtle, rounded facets of its surface. Ultimately, the finished product goes as well in a bar or dining room as it does in the office.', 'https://richbrilliantwilling.com/collections/linear-led-pendants-light-fixtures/products/qp-5', 'https://rbwstudio.egnyte.com/dl/2k6GmMMFzF', '2018-02-22', '2018-04-24', '0000-00-00', ''),
(1257, 151, 'EDGE', 'PAL_E4', 'E4', 'E4. EDGE 4 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '4.6W; 8.7W', '80 CRI: 376 lm - 720 lm; 90 CRI: 297 lm - 643 lm', 'L70 = 129,700 hours and L90 = 38,700 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Osram Optotronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; P', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'Pinnacle Lighting\'s narrow aperture lighting system allows for endless design opportunities with 2\" and 4\" wide luminaires and five mounting variations.  EDGE 4 is one of our most popular recessed products.', 'http://www.pinnacle-ltg.com/index.php/products/family/edge/edge-4-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Edge/E4_LED_SPEC.pdf', '2018-03-07', '2018-04-24', '0000-00-00', ''),
(1258, 151, 'ADEO', 'PAL_AD11', 'AD11', 'AD11. ADEO 1x1 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '11.3W; 24.9W', '80 CRI: 448 lm - 2189 lm; 90 CRI: 354 lm - 1953 lm', 'L70 = 105,000 hours and L90 = 30,000 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Lutron Hi-lume Soft-on, Fade-to-black 1%, EcoSystem, LDE1; Lutron Hi-lume 1%, 3-wire; Non Dimming', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'Pinnacle Architectural Lighting’s ADEO creates a soft, natural light providing lumen packages ranging from 900 to 2000 lumens. The unique one-piece, co-extruded lens evenly illuminates the center while minimizing diode imaging.', 'http://www.pinnacle-ltg.com/index.php/products/family/adeo/adeo-1x1-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Adeo/AD11_LED_SPEC.pdf', '2018-02-28', '2018-04-24', '0000-00-00', ''),
(1259, 151, 'EDGE', 'PAL_EX12', 'EX12', 'EX12. EDGE Evolution EX12 Direct LED.', 1, 0, '', '2700K - 4000K', '80; 90', '5.0 Watts per foot - 9.3 Watts per foot', '80 CRI: 365 Lumens/ft - 797 Lumens/ft; 90 CRI: 216 Lumens/ft - 711 Lumens/ft', 'L70 = 124,900 hours and L90 = 37,200 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Osram Optotronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; P', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'Pinnacle Architectural Lighting took everything you know and love about EDGE Evolution and made it better in every aspect – in our smallest housing profile yet. This minimalistic fixture integrates beautifully into the EDGE Evolution family by maintaining the same essential design elements – only smaller. From mounting hardware to thinner housing rails, we’ve designed everything in proportion so the EDGE Evolution 1 looks just as good as it performs.', 'http://www.pinnacle-ltg.com/index.php/products/family/edge-evolution/edge-evolution-ex12-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Edge_EV_EX/EX12_LED_SPEC.pdf', '2018-03-07', '2018-04-24', '0000-00-00', ''),
(1260, 151, 'LiFT', 'PAL_LF44', 'LF44', 'LF44. LiFT 4x4 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '64.6W; 143.0W; 247.6W', '80 CRI: 6216 lm - 20181 lm; 90 CRI: 4911 lm - 18002 lm', 'L70 = 114,200 hours and L90 = 34,000 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Osram Optotronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; P', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'When designing this new family of products, Pinnacle Architectural Lighting focused equally on appearance and performance. The result? The ability to create clean clusters of light without having to worry about efficiency. No matter how you use this fixture in your design, it will always prove itself to be consistently unique in any floor plan', 'http://www.pinnacle-ltg.com/index.php/products/family/lift/lift-4x4-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Lift/LF44_LED_SPEC.pdf', '2018-02-20', '2018-04-24', '0000-00-00', ''),
(1261, 152, 'RD-LED', 'RBL_RD-LED-1X-VERT-LC', 'RD-LED-1X-VERT-LC', 'RD-LED-1X-VERT-LC. Vertical LED Downlight w/ Twist-Loc Trim, Single Illuminator.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90, 95', '42.4W - 4000 lm package', '2000 - 5000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', '30˚, 40˚, 60˚', 'LED downlight with 8\" Twist-Loc chamfered trim plate, 5\" aperture standard. Other trims available. Fast installation from above or below. Reversible mounting frame for wet construction or existing ceilings. LED units can replace all existing Rambusch downlights without removing old Twist-Loc trims. Multiple options are available for drivers, dimming, beamspreads, with illumination packages ranging from 2,000 to 5,000 lumens.', 'https://rambusch.com/products/vertical-led-downlight-w-twist-loc-trim-single-illuminator', 'https://rambusch.com/sites/default/files/rd-led-1x-vert-lc.pdf', '2017-11-20', '2018-04-24', '0000-00-00', ''),
(1262, 152, 'BD-LED', 'RBL_BD-LED-1X', 'BD-LED-1X', 'BD-LED-1X. Bracket LED Downlight, Single Illuminator.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90, 95', '42.4W - 4000 lm package', '2000 - 5000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', '30˚, 40˚, 60˚', 'This LED bracket fixture is designed to be mounted on trusses or walls. It is the side-mounting version of our recessed LED downlight. Drivers can be housed either within the spun aluminum canopy, or mounted remotely for a smaller horizontal profile when space is a concern. The fixture attaches at any angle, from which the housing tilts 25˚ outward. Multiple options are available for drivers, dimming protocol and beamspreads. Illumination packages range from 2,000 to 5,000 lumens.', 'https://rambusch.com/products/bracket-led-downlight-single-illuminator', 'https://rambusch.com/sites/default/files/cutsheets/bd-led-1x.pdf', '2017-11-30', '2018-04-24', '0000-00-00', ''),
(1263, 152, 'UL-LED', 'RBL_UL-LED-2X-3X', 'UL-LED-2X-3X', 'UL-LED-2X-3X. flite™ LED Uplight.', 1, 0, '', '1650 - 4000K', '80, 90, 95', '66.0W - 6000 Lumen Pkg', '2000 - 6000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', 'Uplight', 'This is an adjustable LED uplight fixture that gives you unlimited options for lumen output and housing design. Our unique, low profile approach to thermal management is patent-pending, and allows flite™ units to support higher lumen packages in smaller, lighter weight fixtures. Can replace existing Rambusch uplights. A variety of integral and remote drivers are available for all popular dimming options. Standard illumination packages range from 2,600 to 6,000  lumens.', 'https://rambusch.com/products/flitetm-led-uplight', 'https://rambusch.com/sites/default/files/flite-ul-led.pdf', '2017-11-20', '2018-04-24', '0000-00-00', ''),
(1264, 152, 'PD-LED', 'RBL_PD-LED-1X', 'PD-LED-1X', 'PD-LED-1X. Pendant LED Downlight, Single Illuminator.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90, 95', '42.4W - 4000 lm package', '2000 - 5000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', '30˚, 40˚, 60˚', 'This LED pendant fixture is suspended from ceilings, trusses or other locations where exposed luminaires are required, or where recess space is not available. The 6” diameter canopy mounts on 0°- 60° slopes. Standard stem lengths are 24\" and 60\", and custom lengths are available. Drivers can be concealed within the housing or mounted remotely. Multiple options are available for drivers, dimming protocol and beamspreads. Illumination packages range from 2,000 to 5,000 lumens.', 'https://rambusch.com/products/pendant-led-downlight-single-illuminator', 'https://rambusch.com/sites/default/files/cutsheets/pd-led-1x.pdf', '2017-11-20', '2018-04-24', '0000-00-00', ''),
(1265, 152, 'PD-LED', 'RBL_PD-LED-3X', 'PD-LED-3X', 'PD-LED-3X. Pendant LED Downlight, Triple Illuminator.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90, 95', '89.5W - 9000 lm package', '3900 - 9000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', '30˚, 40˚, 60˚', 'This LED pendant fixture is suspended from ceilings, trusses or other locations where exposed luminaires are required, or where recess space is not available. The 6” diameter canopy mounts on 0°- 60° slopes. Standard stem lengths are 24\" and 60\", and custom lengths are available. Drivers can be concealed within the housing or mounted remotely. Multiple options are available for drivers, dimming protocol and beamspreads. Illumination packages range from 3,900 to 9,000 lumens.', 'https://rambusch.com/products/pendant-led-downlight-triple-illuminator', 'https://rambusch.com/sites/default/files/cutsheets/pd-led-3x.pdf', '2017-11-30', '2018-04-24', '0000-00-00', ''),
(1266, 152, 'BD-LED', 'RBL_BD-LED-3X', 'BD-LED-3X', 'BD-LED-3X. Bracket LED Downlight, Triple Illuminator.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90, 95', '89.5W - 9000 lm package', '3900 - 9000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', '30˚, 40˚, 60˚', 'This LED bracket fixture is designed to be mounted on trusses or walls. It is the side-mounting version of our recessed LED downlight. Drivers can be housed either within the spun aluminum canopy, or mounted remotely for a smaller horizontal profile when space is a concern. The fixture attaches at any angle, from which the housing tilts 25˚ outward. Multiple options are available for drivers, dimming protocol and beamspreads. Illumination packages range from 3,900 to 9,000 lumens.', 'https://rambusch.com/products/bracket-led-downlight-triple-illuminator', 'https://rambusch.com/sites/default/files/cutsheets/bd-led-3x.pdf', '2017-11-30', '2018-04-24', '0000-00-00', ''),
(1267, 152, 'RD-LED', 'RBL_RD-LED-1X-T30-LC', 'RD-LED-1X-T30-LC', 'RD-LED-1X-T30-LC. 30˚ Tilt LED Downlight w/ Twist-Loc Trim, Single Illuminator.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90, 95', '42.4W - 4000 lm package', '2000 - 5000 lumens', '50,000 hours', 'phase-cut, PWM, CCR, 0-10V, DALI, digital EcoSystem, LedSync, DMX512', '115/120V, 277V', '30˚, 40˚, 60˚', 'LED downlight with 8\" Twist-Loc chamfered trim plate, 5\" aperture standard. Other trims available. Tilt housing for  sloped ceilings up to 30˚. Fast installation from above or below. Reversible mounting frame for wet construction or existing ceilings. LED units can replace all existing Rambusch downlights without removing old Twist-Loc trims. Multiple options are available for drivers, dimming, beamspreads, with illumination packages ranging from 2,000 to 5,000 lumens.', 'https://rambusch.com/products/30-tilt-led-downlight-w-twist-loc-trim-single-illuminator', 'https://rambusch.com/sites/default/files/rd-led-1x-t30-lc.pdf', '2017-11-20', '2018-04-24', '0000-00-00', ''),
(1268, 153, 'SP-ES', 'STL_SP4-6-8ES', 'SP4-6-8ES', 'SP4-6-8ES. Estimator 4\",6\",8\" Round Downlight.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '10.7W, 15.2W, 20.2W', '1100, 1500, 2000 lumens', '50,000 hours', '1%, 0-10V', '120/277V', '50°', '4\", 6\" and 8\" Downlight series with deep regress for visual comfort providing 50° source cutoff. Zhaga international standard LED module for ease of maintenance and future replacement. Tool-less LED module, driver, and J-Box access. Expandable 12\"-24\" bar hangers included. Quick connect LED module and trim attachment.', 'http://www.speclight.com/p2780/Estimator-4amp;quot;6amp;quot;8amp;quot;-Round-Downlight.htm', 'http://www.speclight.com/images/product_specs/RECESSED/SP-ES-1802.pdf', '2018-04-13', '2018-04-24', '0000-00-00', ''),
(1269, 153, 'SR3SM', 'STL_SR3SM', 'SR3SM', 'SR3SM. A Spec 3\" Round Super Shallow 1000Lm.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 96, 98', '11.1 W', '1000 lumens', '', '10%, 0-10V; 1%, 0-10V; 1%, ELV/MLV, 120V; 1%, Lutron® ELV/MLV, 120V; 1%, Lutron® EcoSystem; 1%, eldoLED; 0.1%, eldoLED; DMX Control; Bluetooth LE;', '120-277V', '72°, 87°', 'Spectrum’s A Spec 3\" recessed round downlight series features a super shallow plenum housing and variety of trims for accent and general illumination.', 'http://www.speclight.com/p2739/A-Spec-3amp;quot;-Round-Super-Shallow-1000Lm.htm', 'http://www.speclight.com/images/product_specs/RECESSED/SR3SM-XT-R-1802.pdf', '2018-02-13', '2018-04-24', '0000-00-00', ''),
(1270, 153, 'RC6NF4LEDXT', 'STL_RC6NF4LEDXT', 'RC6NF4LEDXT', 'RC6NF4LEDXT. XT LED 6\" Regressed Razor 5000 Lumens.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 95, 98', '11.1 - 54.0 W', '1000 - 5000 lumens', '', '10% 0-10V Dimming; 1% 0-10V Dimming; ELV MLV 1% Phase Dimming, 120v Only; Lutron ELV/MLV 1% Phase Dimming, 120v Only; Lutron Hi Lume 1% Dimming; Lutron ECO System 1% Dimming; Lutron ECO System 1% Fade to Black Dimming; 1% ELDO LED Dimming; 0.1% ELDO LED D', '120-277V', '10°, 26°, 48°, 60°', 'RC series modular fixture for retail, residential and commercial accent lighting.', 'http://www.speclight.com/p2519/XT-LED-6amp;quot;-Regressed-Razor-5000-Lumens.htm', 'http://www.speclight.com/images/product_spec/RC/RC6-NF4LEDXT-1701.pdf', '2017-02-16', '2018-04-24', '0000-00-00', ''),
(1271, 153, 'RCC6LEDXT', 'STL_RCC6LEDXT', 'RCC6LEDXT', 'RCC6LEDXT. XT LED 6\" Suspended / Surface.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 95, 98', '9.1W, 13.0W, 21.7W', '1000, 1300, 2000 lumens', '', '10% 0-10V Dimming, 120V/277V; 1% 0-10V Dimming, 120V/277V; ELV/MLV 1% Phase Dimming, 120V Only; Lutron ELV/MLV 1% 120V Only; 1% Lutron Hi Lume, 120V/277V; 1% Lutron EcoSystem, 120V/277V; 1% Lutron EcoSystem Fade to Black, 120V/277V; 0-10V 1% ELDO LED, 120', '120-277V', '10°, 26°, 48°, 60°', 'Surface mounted modular accent fixture. Fixture available with 1-4 modules and choice of 4 beam distributions. Fixture modules rotate 359°, lock and tilt to 20° with 1\" pull-down for optimal aiming. Front loading lamp bezel accepts up to two lens/louver options.', 'http://www.speclight.com/p2096/XT-LED-6amp;quot;-Suspended---Surface-4x2000-Lumens.htm', 'http://www.speclight.com/images/product_specs/RECESSED/RCC6-LEDXT-1602.pdf', '2016-11-01', '2018-04-24', '0000-00-00', ''),
(1272, 153, 'PA1415LEDGV', 'STL_PA1415LEDGV', 'PA1415LEDGV', 'PA1415LEDGV. GV LED 14\" Prismatic Acorn Series 3700Lm.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85+', '10W, 18W, 26W', '1500, 2700, 3700 lumens', '', 'Electronic Driver, 120V/277V; 10% 0-10V Dimming, 120V/277V; 1% 0-10V Dimming, 120V/277V;', '120-277V', 'upward and downward', 'Lumen Max GV LED Series Performance Pendant for low, mid-bay and hi-bay applications.', 'http://www.speclight.com/p303/GV-LED-14amp;quot;-Prismatic-Acorn-Series-3700Lm.htm', 'http://www.speclight.com/images/product_spec/Lumen%20Max/PA1415LEDGV_1701.pdf', '2017-05-10', '2018-04-24', '0000-00-00', ''),
(1273, 153, 'ALEXT-LEDGV', 'STL_ALEXT-LEDGV', 'ALEXT-LEDGV', 'ALEXT-LEDGV. GV LED 12\"/16\" Aluminum EXT Mini Bay 6000Lm.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85+', '10 - 39 W', '1500 - 6000 lumens', '', 'Electronic Driver, 120V/277V; 10% 0-10V Dimming, 120V/277V; 1% 0-10V Dimming, 120V/277V;', '120-277V', 'Downlight', 'Lumen Max GV LED Series Performance Pendant for low, mid-bay and hi-bay applications. Aluminum reflector designed for maximum downlight.', 'http://www.speclight.com/p1894/GV-LED-12amp;quot;-16amp;quot;-Aluminum-EXT-Mini-Bay-6000Lm.htm', 'http://www.speclight.com/images/product_spec/Lumen%20Max/ALEXT-LEDGV_1701.pdf', '2017-05-10', '2018-04-24', '0000-00-00', ''),
(1276, 151, 'EDGE', 'PAL_EV3D', 'EV3D', 'EV3D. EDGE Evolution 3 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '80 CRI: 4.4 Watts/ft - 10.4 Watts/ft; 90 CRI: 4.9 Watts/ft - 10.2 Watts/ft', '500 lm/ft; 750 lm/ft; 1000 lm/ft', 'L70 = 125,600 hours and L90 = 37,400 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Osram Optotronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; P', 'Universal; 120 volt; 277 volt; 347 volt', 'Assymetric', 'EDGE Evolution is the next generation in Pinnacle Lighting’s Edge family. The products represent advancements in design and performance. From the LED technology down to how the trim frames the innovative lensing solutions, EDGE Evolution is the leader in narrow aperture lighting. Creating modern architectural design is easy with EDGE Evolution.', 'http://www.pinnacle-ltg.com/index.php/products/family/edge-evolution/edge-evolution-3-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Edge%20EV/EV3D_LED_SPEC.pdf', '2018-04-16', '2018-04-25', '0000-00-00', ''),
(1278, 151, 'ADEO', 'PAL_AD14', 'AD14', 'AD14. ADEO 1x4 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '18W - 59.4W', '80 CRI: 1047 lm - 6926 lm; 90 CRI: 873 lm - 6178 lm', 'L70 = 123,100 hours and L90 = 36,700 hours', 'Osram Optronic 10%, 0-10v; Osram Optronic 1%, 0-10v, nominal 1% dimming range; Osram Optronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; Philips', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'Pinnacle Architectural Lighting’s ADEO creates a soft, natural light while providing over 100 lumens per watt. The unique one-piece, co-extruded lens evenly illuminates the center while minimizing diode imaging.', 'http://www.pinnacle-ltg.com/index.php/products/family/adeo/adeo-1x4-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Adeo/AD14_LED_SPEC.pdf', '2018-03-07', '2018-04-25', '0000-00-00', ''),
(1280, 151, 'CONVERJ', 'PAL_CJ11', 'CJ11', 'CJ11. CONVERJ 1x1 LED.', 1, 0, '', '2700K - 4000K', '80; 90', '12.6W; 24W', '80 CRI: 840lm - 1616lm; 90 CRI: 690lm - 1442lm', 'L70 = 105,000 hours and L90 = 30,000 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Lutron Hi-lume Soft-on, Fade-to-black 1%, EcoSystem, LDE1; Lutron Hi-lume 1%, 3-wire; Non Dimming', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'Pinnacle Architectural Lighting’s CONVERJ provides soft, quiet general lighting while still focusing on the energy concerns faced by most architects, designers, and engineers.', 'http://www.pinnacle-ltg.com/index.php/products/family/converj/converj-1x1-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Converj/CJ11_LED_SPEC.pdf', '2018-02-28', '2018-04-25', '0000-00-00', ''),
(1282, 151, 'EDGE', 'PAL_E2', 'E2', 'E2. EDGE 2 & 4 LED Corners.', 1, 0, '', '2700K - 4000K', '80; 90', '4.6W - 8.6W', '80 CRI: 327 lm - 637 lm; 90 CRI: 259 lm - 569 lm', 'L70 = 115,850 hours and L90 = 34,500 hours', 'Osram Optotronic 10%, 0-10v; Osram Optotronic 1%, 0-10v, nominal 1% dimming range; Osram Optotronic 347v 10%, 0-10v, requires 347v option; eldoLED ECOdrive 1%, 0-10v Logarithmic; eldoLED ECOdrive 1%, DALI Logarithmic; Philips Advance Xitanium 1%, 0-10v; P', 'Universal; 120 volt; 277 volt; 347 volt', 'Direct', 'Pinnacle Lighting’s corner offering is limited only by your imagination. Accent architecture by wrapping light up walls, across ceilings and around corners to create unique design patterns. Combine 90° horizontal corners and inside corners for continuous lines of light.', 'http://www.pinnacle-ltg.com/index.php/products/family/edge/edge-2-and-4-led/', 'http://www.pinnacle-ltg.com/files/downloads/Pinnacle%202013%20Website/Spec%20Sheets/Edge/E2_LED_SPEC.pdf', '2018-03-07', '2018-04-25', '0000-00-00', ''),
(1284, 149, 'Mirage', 'OXY_3-37-516', '3-37-516', '3-37-516. Mirage Sconce.', 1, 0, '', '2700K, 3500K, 4000K', '90', '15.0W', '764 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=51&series=53', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-516-XX.pdf', '2018-02-16', '2018-04-25', '0000-00-00', ''),
(1286, 149, 'Karme', 'OXY_3-37-739', '3-37-739', '3-37-739. Karme Outdoor.', 1, 0, '', '2700K, 3500K, 4000K', '90', '15.3W', '374 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=53&series=22', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-739-XX.pdf', '2018-02-07', '2018-04-25', '0000-00-00', ''),
(1287, 26, 'NV3-5', 'ALW_NV3-5', 'NV3-5', 'NV3.5. NOVENTA.', 1, 0, '', '2700-4000K', '80+', '5-12.1 W/lf', '305-1,043 lm/ft', '>50,000 hours L80', '0-10V dimming; DALI dimming to 0%; DMX dimming to 0%; Lutron Hi-lume 1% EcoSystem, constant current or constant voltage; Lutron 5-Series 5% EcoSystem, constant current', '120/277V; 347V', '', 'Noventa is a suspended, wall/surface or recessed luminaire that creates an architectural 90 degree corner. For two-sided illumination around a perimeter, use a wall/surface model. Hang a suspended “L” model for illuminating a wall surface and to provide ambient downlight. Hang a suspended “diamond” model to provide a wide swath of direct ambient downlight. Use a recessed model vertically or horizontally in a corner for a luminous 90 degree architectural detail. Available in LED and Fluorescent options.', 'https://www.alwusa.com/product/noventa-nv-3-5/', 'https://www.alwusa.com/wp-content/uploads/2015/12/NV3.5-SpecSheet-web.pdf', '2018-03-09', '2018-04-25', '0000-00-00', ''),
(1288, 149, 'Vega', 'OXY_3-37-519', '3-37-519', '3-37-519. Vega Sconce.', 1, 0, '', '2700K, 3500K, 4000K', '90', '15.5W', '925 lm', '60000 hr RL', '0-10v &Phase (ELV) Dimming - 50/60Hz 100% to 10% Dimming', '120V or 277V', '', '', 'http://www.oxygenlighting.com/index.cfm/app/seriesFilter?section=51&series=80', 'http://oxygenlighting.com.s3.amazonaws.com/downloads/v11/cutsheets/3-519-XX.pdf', '2018-03-07', '2018-04-25', '0000-00-00', ''),
(1289, 26, 'HB2', 'ALW_HB2', 'HB2', 'HB2. HBEAM 2.', 1, 0, '', '2700-4000K', '80+', '5-14.6 W/lf', '220-890 lm/ft', '>50,000 hours L80', '0-10V dimming; DALI dimming to 0%; DMX dimming to 0%; Lutron Hi-lume 1% EcoSystem, constant current or constant voltage; Lutron 5-Series 5% EcoSystem, constant current', '120-277V; 347V', 'Indirect', 'HBeam 2 features a compact and streamlined design with a 5-7/8″ aluminum channel that provides both direct and indirect illumination. Suspended or wall-mount. Integral driver configuration with flush lens. LED or fluorescent lamping options. Individual or continuous row.', 'https://www.alwusa.com/product/hbeam-2-hb2/', 'https://www.alwusa.com/wp-content/uploads/2015/12/HB2-SpecSheet-Quickship.pdf', '2018-03-13', '2018-04-25', '0000-00-00', ''),
(1290, 26, 'RPD08', 'ALW_RPD08-P1', 'RPD08-P1', 'RPD08 P1. MASTERSPOKE.', 1, 0, '', '2700-4000K', '90', '9.0 Watts per foot', '686 lumens per foot', '', '0-10V dimming down to 10%', '120V-277V or 347V', '', 'MasterSpoke is a stem-mounted luminaire with 12 illuminated “arms” radiating outward from a central hub. Each arm can be pivoted upward or downward up to 90 degrees in each direction. Standard finish options are brushed aluminum, satin white and matte black. If another color is needed, a custom RAL color may be specified.', 'https://www.alwusa.com/product/masterspoke-rpd08/', 'https://www.alwusa.com/wp-content/uploads/2017/07/RPD08-MasterSpoke-SpecSheet-web.pdf', '2018-04-04', '2018-04-25', '0000-00-00', ''),
(1291, 144, '2RE', 'LCF_2RE-WW', '2RE-WW', '2RE-WW. LENSED WALLWASH.', 0, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 26W; 90+ CRI: 14W; 95+ CRI: 9W - 31W', '80+ CRI: 346lm - 1008lm; 90+ CRI: 624lm; 95+ CRI: 346lm - 1027lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21 & L23) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-to-BlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%', '120-277V 50Hz/60Hz; 120V 60Hz', '40°', 'Round, dimmable LED wallwasher. Angled lampholder & precision kick reflector for even washing from ceiling to floor. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings. Patent pending.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2RE-WW-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2RE-WW_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-25', '0000-00-00', ''),
(1292, 125, 'S30', 'ARI_S30-RP', 'S30-RP', 'S30 RP. SkyPanel.', 1, 0, '', '2700-10000K', '92-98', '190 W Nominal, 200 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '110 to 240 V ~, 50/60 Hz', '115º (Half Peak Angle)', 'SkyPanel is available in several sizes: the S30, S60, S120, and S360. The S60 is a mid-range model, featuring a light aperture of 645 x 300 mm and accommodating the vast majority of applications. The S120 is twice as long as the S60, but weighs nearly the same. Its larger light aperture makes a great soft light even better. The S30 is a smaller, more portable version; half the length of the S60, it is perfect for on-the-go mobile applications. The S360 is the largest and brightest SkyPanel with four times the output of the S60 and almost six times the aperture size. The S360 is perfect for lighting large areas with tuneable, soft light.', 'http://www.arri.com/lighting/skypanel/products/s30_rp/', 'http://www.arri.com/?eID=registration&file_uid=18032', '2017-08-30', '2018-04-25', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1293, 144, '2SE', 'LCF_2SE-FD', '2SE-FD', '2SE-FD. FIXED DEEP REGRESS.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 497lm - 1001lm; 90+ CRI: 676lm; 95+ CRI: 497lm - 1001lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21 & L23) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-to-BlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 60°; 15°; 25°', 'Square, fixed, dimmable LED downlight with deeply regressed light source for excellent cut-off angle and glare control. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings. Title 24 available.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2SE-FD-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2SE-FD_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-25', '0000-00-00', ''),
(1294, 125, 'S60', 'ARI_S60-C', 'S60-C', 'S60 C. SkyPanel.', 1, 0, '', '2800-10000K', '>95', '420 W Nominal, 450 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '110 to 240 V ~, 50/60 Hz', '115º (Half Peak Angle)', 'SkyPanel is available in several sizes: the S30, S60, S120, and S360. The S60 is a mid-range model, featuring a light aperture of 645 x 300 mm and accommodating the vast majority of applications. The S120 is twice as long as the S60, but weighs nearly the same. Its larger light aperture makes a great soft light even better. The S30 is a smaller, more portable version; half the length of the S60, it is perfect for on-the-go mobile applications. The S360 is the largest and brightest SkyPanel with four times the output of the S60 and almost six times the aperture size. The S360 is perfect for lighting large areas with tuneable, soft light. S30 and S60 models are available in fully color tuneable and remote phosphor versions.', 'http://www.arri.com/lighting/skypanel/products/s60_c/', 'http://www.arri.com/?eID=registration&file_uid=18034', '2017-08-30', '2018-04-25', '0000-00-00', ''),
(1295, 125, 'S360', 'ARI_S360-C', 'S360-C', 'S360 C. SkyPanel.', 1, 0, '', '2800-10000K', '> 95', '1,500 W Nominal, 1,600 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '100 to 240 V ~, 50/60 Hz', '105º (Half Peak Angle)', 'The ARRI SkyPanel has always been known for its tremendous output and large light aperture. The new S360-C has expanded ARRI’s LED soft light range with the largest and brightest SkyPanel to date. Not only is the S360-C powerful, but it is packed full of exciting features, making it one of the most versatile LED fixtures on the market. Features include full color control, lighting effects on a huge aperture, wireless DMX built in, a unique carbon fiber yoke, and much more. The S360-C is truly a beast of a light.', 'http://www.arri.com/lighting/skypanel/products/s360_c/', 'http://www.arri.com/?eID=registration&file_uid=18187', '2017-12-05', '2018-04-25', '0000-00-00', ''),
(1296, 144, '2SE', 'LCF_2SE-FS', '2SE-FS', '2SE-FS. FIXED SHALLOW REGRESS.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 569lm - 1092lm; 90+ CRI: 1027lm; 95+ CRI: 569lm - 1092lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21 & L23) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-to-BlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 60°; 15°; 25°', 'Square, fixed, dimmable LED downlight with shallow regress light source for increased output and efficiency. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings. Title 24 available.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2SE-FS-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2SE-FS_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-25', '0000-00-00', ''),
(1297, 125, 'S120', 'ARI_S120-C', 'S120-C', 'S120 C. SkyPanel.', 1, 0, '', '2800-10000K', '>95', '400 W Nominal, 430 W Maximum', '', '50,000 hours L70', '0 to 100 % continuous', '110 to 240 V ~, 50/60 Hz', '110º (Half Peak Angle)', 'SkyPanel is available in several sizes: the S30, S60, S120, and S360. The S60 is a mid-range model, featuring a light aperture of 645 x 300 mm and accommodating the vast majority of applications. The S120 is twice as long as the S60, but weighs nearly the same. Its larger light aperture makes a great soft light even better. The S30 is a smaller, more portable version; half the length of the S60, it is perfect for on-the-go mobile applications. The S360 is the largest and brightest SkyPanel with four times the output of the S60 and almost six times the aperture size. The S360 is perfect for lighting large areas with tuneable, soft light. S30 and S60 models are available in fully color tuneable and remote phosphor versions.', 'http://www.arri.com/lighting/skypanel/products/s120_c/', 'http://www.arri.com/?eID=registration&file_uid=18038', '2017-08-30', '2018-04-25', '0000-00-00', ''),
(1298, 144, '2RP', 'LCF_2RP-AD', '2RP-AD', '2RP-AD. DUAL-AXIS ADJUSTABLE PINHOLE.', 1, 0, '', '2700K - 4000K', '80+; 90+; 95+', '80+ CRI: 7W - 20W; 90+ CRI: 14W; 95+ CRI: 9W - 30W', '80+ CRI: 310lm - 702lm; 90+ CRI: 559lm; 95+ CRI: 310lm - 702lm', '50,000 hours', 'Triac (TR1) dims to nominal 10%. 0-10V analog (AN2) dims to 5%. Lutron (L21 & L23) dims to 1%. Lutron (LH1) dims to 1% and features Soft-On, Fade-to-BlackTM. eldoLED SOLOdrive (EA2, LA2, ED1 & LD1) dims to .1%', '120-277V 50Hz/60Hz; 120V 60Hz', '40°; 15°; 25°', 'Round, dual-axis adjustable, dimmable LED downlight provides up to 45° tilt and 357° of internal rotation. Adjustable from below by removing magnetic faceplate. May be installed as flange overlay or zero-sightline flush, in configurations for insulated, non-insulated and remodel ceilings.', 'http://www.luciferlighting.com/Products/Recessed/2-Series/2RP-AD-LED', 'http://www.luciferlighting.com/LuciferLighting/media/Lucifer-Lighting/Resources/Spec%20Sheets/2%20Series/DOM%20LED/Lucifer_Lighting_2RP-AD_LEDX_latest.pdf?ext=.pdf', '2018-01-19', '2018-04-25', '0000-00-00', ''),
(1299, 91, 'WEG', 'BJK_WEG', 'WEG', 'WEG. WEDGE Chandelier.', 1, 0, '', '3000K', '90', '34W; 48W', '2,380 lm; 2,811 lm', '', 'LUTRON: ARIADNI AYCL-153P, DIVA DVCL-153P, SKYLARK CTCL-153P, SKYLARK SCL-153P; LEVITON: ILLUMATECH IPI06-1L, ILLUMATECH IPI10-1L, DECORA DSL06, DECORA DSM10;  LEGRAND-ADORNE: WHISPER ADWR, SOFTTAP ADTP, TOUCH ADTH', '120 VAC 50/60Hz input', '', 'Advanced LED edge-lit panels perform best in applications that direct light in a single direction. Award-winning Wedge chandelier fills a room with up and down light from a double row of trapezoidal forms attached to a center ring.', 'http://www.blackjacklighting.com/?portfolio=wedge-led-chandelier', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/WEDGE_PENDANT_spec.pdf', '2017-01-31', '2018-04-25', '0000-00-00', ''),
(1300, 91, 'TRI', 'BJK_TRI', 'TRI', 'TRI. TRIA Single and Triple Pendants.', 1, 0, '', '3000K', '90', '9W; 23W', '321 lm; 1,224 lm', '', 'LUTRON: ARIADNI AYCL-153P, DIVA DVCL-153P, SKYLARK CTCL-153P, SKYLARK SCL-153P; LEVITON: ILLUMATECH IPI06-1L, ILLUMATECH IPI10-1L, DECORA DSL06, DECORA DSM10;  LEGRAND-ADORNE: WHISPER ADWR, SOFTTAP ADTP, TOUCH ADTH', '120 VAC 50/60Hz input', '', 'An LED edge-lit panel inside a compact stainless steel form allows the Tria single pendant and practical Triple Tria to deliver superior illumination.', 'http://www.blackjacklighting.com/?portfolio=tria-led-pendant', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/TRIA_spec.pdf', '2017-01-31', '2018-04-25', '0000-00-00', ''),
(1301, 58, 'Arko', 'BCL_Arko-EX', 'Arko-EX', 'Arko-EX.', 1, 0, '', '3000K, 3500K, 4000K', '80', '16 - 56 W', '1095 - 3840 lumens', '', 'HPF, electronic, 0-10V, 10% dimming standard.', '120-277V', 'Diffused light', '', 'https://betacalco.com/products/arko-ex/configuration', 'https://betacalco.com/products/arko-ex/configuration', '2018-04-25', '2018-04-25', '0000-00-00', ''),
(1302, 142, 'Museum', 'LLB_M78', 'M78', 'M78. Museum Collection LED HO Wallwash/Flood.', 1, 0, '', '3000K; 3500K', '95', '184w; 212w', '12800 lumens', '', 'Litelab Museum line LED fixtures are provided with LED drivers suitable for ELV trailing edge dimmers', '120VAC/50-60Hz; 230VAC/50-60Hz; 277VAC/50-60Hz', 'Wallwash/Flood', 'This Litelab high output fixture features four dedicated CREE arrays. Select the color temperature from below and complete the model number as shown. Adapter, voltage and finish options are shown on page two.', 'http://www.litelab.com/assets/m78led-2016.pdf', 'http://www.litelab.com/assets/m78led-2016.pdf', '2016-08-14', '2018-04-25', '0000-00-00', ''),
(1303, 91, 'STL-06P', 'BJK_STL-06P', 'STL-06P', 'STL 06P. STEELOS Single.', 1, 0, '', '2700K', '90', '11W', '400 lm', '', 'LUTRON: SKYLARK SCL-153P, DIVA DVCL-153P, ARIADNI AYCL-153P; LEVITON: DECORA DSL06 or DSM10, ILLUMATECH IPL06, SURESLIDE 6674; LEGRAND-ADORNE: WHISPER ADWR, SOFTTAP ADTP, TOUCH ADTH', '120 VAC 50/60Hz input', '', 'Slim steel light tubes in a choice of two finishes bring a new look and feel to our Steelos single pendant.', 'http://www.blackjacklighting.com/?portfolio=steelos-single', 'http://www.blackjacklighting.com/wp-content/uploads/2018/01/Steelos-Single-Pendant-V2.pdf', '2018-01-19', '2018-04-25', '0000-00-00', ''),
(1304, 58, 'Axalis', 'BCL_Axalis', 'Axalis', 'Axalis.', 1, 0, '', '3000K, 3500K, 4000K', '80', '48 - 115 W', '3659 - 8635 lumens', '50,000 hrs.', '0-10V dimming standard (10%)', '120-277V', '', '', 'https://betacalco.com/products/axalis/configuration', 'https://betacalco.com/products/axalis/configuration', '2018-04-25', '2018-04-25', '0000-00-00', ''),
(1305, 142, 'Museum', 'LLB_M56', 'M56', 'M56. Museum Collection LED Wallwash.', 1, 0, '', '2700K; 3000K; 3500K', '95', '38W; 40W; 41W', '3000 Lumens', '', 'Litelab Museum line LED fixtures are provided with LED drivers suitable for use with trailing edge dimmers', '120VAC/50-60Hz; 240VAC/50-60Hz; 277VAC/50-60Hz', 'Wallwash', 'This Litelab fixture features a dedicated XICATO XTM module. To specify an LED module select the lumen, CRI, and color temperature options from below and complete the model number as shown.\r\nAdapter, voltage, finish and reflector options are shown on page two.', 'http://www.litelab.com/assets/m56-2018.pdf', 'http://www.litelab.com/assets/m56-2018.pdf', '2018-03-28', '2018-04-25', '0000-00-00', ''),
(1306, 91, 'JCL-49L', 'BJK_JCL-49L', 'JCL-49L', 'JCL 49L. LED Integrated Over Counter Light.', 1, 0, '', '4000K', '90', '51W', '2,501 lm', '', '0-10V dimmable', 'Fixture accepts 120 to 277 VAC 50/60Hz input', '', 'New updated design for the popular Over-Counter Light features integrated LEDs, universal voltage input, and 0-10V dimming.', 'http://www.blackjacklighting.com/?portfolio=oc-light-pro', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/OC_LIGHT_PRO_spec.pdf', '2017-01-31', '2018-04-25', '0000-00-00', ''),
(1307, 91, 'DOT', 'BJK_DOT', 'DOT', 'DOT. DOT Pendant.', 1, 0, '', '3000K', '90', '40W; 60W', '2,400lm; 3,600 lm', '', 'LUTRON: ARIADNI AYCL-153P, DIVA DVCL-153P, SKYLARK CTCL-153P, SKYLARK SCL-153P; LEVITON: ILLUMATECH IPI06-1L, ILLUMATECH IPI10-1L, DECORA DSL06, DECORA DSM10;  LEGRAND-ADORNE: WHISPER ADWR, SOFTTAP ADTP, TOUCH ADTH', '120 -227 VAC 50/60Hz input', '', 'Each of Dot’s 24 arms ends in a shallow reflector with its own center metal dot. A ring of LEDs behind the dots bounces light off the reflector’s interior surface evenly and in all directions, without shadows or glare.', 'http://www.blackjacklighting.com/?portfolio=dot-pendant', 'http://www.blackjacklighting.com/wp-content/uploads/2017/01/DOT_spec.pdf', '2017-01-31', '2018-04-25', '0000-00-00', ''),
(1308, 142, 'Museum', 'LLB_M55', 'M55', 'M55. Museum Collection LED Object.', 1, 0, '', '2700K - 4000K', '95', '38W; 40W; 41W', '3000 Lumens', '', 'Litelab Museum line LED fixtures are provided with LED drivers suitable for use with trailing edge dimmers', '120VAC/50-60Hz; 230VAC/50-60Hz; 277VAC/50-60Hz', '', 'This Litelab fixture features a dedicated XICATO XTM module. To specify an LED module select the lumen, CRI, and color temperature options from below and complete the model number as shown.\r\nAdapter, voltage, finish and reflector options are shown on page two.', 'http://www.litelab.com/assets/m55-2018.pdf', 'http://www.litelab.com/assets/m55-2018.pdf', '2018-03-28', '2018-04-25', '0000-00-00', ''),
(1309, 33, 'L811', 'HLO_L811', 'L811', 'L811. Halo L811 Mini LED Series.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '14.84W', '1100 lumens', '50,000 Hrs', '5% with many 120V Leading Edge (LE) and Trailing Edge (TE) Phase Control dimmers.', '120-277V', 'Spot (15°), Narrow Flood (22°), Flood (38°).', 'The integrated Mini LED 811 is an elegant track fixture that offers a new level of performance in a miniature footprint. The Mini track head features state of the art COB LED technology and delivers great energy efficiency plus longer life with no compromise to optical performance. With field interchangeable optics and compatibility with standard 2\" media, these luminaires offer significant flexibility. The Mini Series is ideal for accent & display lighting and a perfect fit for hospitality, retail store construction, other light commercial or residential applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/track_lighting/track_fixtures/led/_951997.ssd.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/ht-l811-mini-td518296en-sss.pdf', '2018-03-29', '2018-04-25', '0000-00-00', ''),
(1310, 130, 'XL-IS', 'BLS_XL-ISP', 'XL-ISP', 'XL ISP.', 1, 0, '', '5233K', '83', '444-524W', '60,097 lm; 68,070 lm', '150,000 Hours L70', 'Inventronics', '120V; 277V; 347V; 480V', 'Indirect', 'The Triangular LED XL Indirect Series has Patented Super Reflector Technology with the LED boards aimed at the horizon for perfectly reflected light and minimal glare. The instant on LED’s can come with optional low voltage wires for dimming (WD).', 'https://www.bestlights.com/products/Patented-Triangular-LED-Series/LED-XL-ISP', 'https://www.bestlights.com/content/download/1327/7161/444%20and%20522%20WattTriangular%20LED-XL%20Series.pdf', '2017-02-20', '2018-04-25', '0000-00-00', ''),
(1311, 33, 'L812', 'HLO_L812', 'L812', 'L812. Halo L812 Mini LED Series.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '14.85W', '1100 lumens', '50,000 Hrs', '5% with many 120V Leading Edge (LE) and Trailing Edge (TE) Phase Control dimmers.', '120-277V', 'Spot (15°), Narrow Flood (22°), Flood (38°).', 'The Integrated Mini LED 812 is an elegant track fixture that offers a new level of performance in a miniature footprint. The Mini track head features state of the art COB LED technology and delivers great energy efficiency plus longer life with no compromise to optical performance. With field interchangeable optics and compatibility with standard 2\" media, these luminaires offer significant flexibility. The Mini Series is ideal for accent & display lighting and a perfect fit for hospitality, retail store construction, other light commercial or residential applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/track_lighting/track_fixtures/led/_952011.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/ht-l812-mini-td518297en-sss.pdf', '2018-03-29', '2018-04-25', '0000-00-00', ''),
(1312, 130, 'XL-IS', 'BLS_XL-ISC', 'XL-ISC', 'XL ISC.', 1, 0, '', '5233K', '83', '444-524W', '60,097 lm; 68,070 lm', '150,000 Hours L70', 'Inventronics', '120-480V', 'Indirect', 'The Triangular LED XL Indirect Series has Patented Super Reflector Technology with the LED boards aimed at the horizon for perfectly reflected light and minimal glare. The instant on LED’s can come with optional low voltage\nwires for dimming (WD).', 'https://www.bestlights.com/products/Patented-Triangular-LED-Series/LED-XL-ISC', 'https://www.bestlights.com/content/download/1344/7232/444%20and%20522%20WattTriangular%20LED-XL%20Series.pdf', '2017-02-20', '2018-04-25', '0000-00-00', ''),
(1313, 137, '', 'GNT_Storm-Z-Flood', 'Storm-Z-Flood', 'Storm Z Flood. Outdoor 1.5W Spotlight/Floodlight.', 1, 0, '', '', '90+', '1.5W', '', '', '', '12-24VDC (12VDC nominal)', '11 - 37 degrees', 'The Storm DMX RGBW Flood is a 4.8W DMX controlled floodlight suitable for permanent outdoor installation.', 'http://www.gantom.com/lighting-fixtures/storm-z-flood/', 'http://www.gantom.com/wp-content/uploads/2017/01/006-Storm-Z-datasheet-min.pdf', '2017-01-31', '2018-04-25', '0000-00-00', ''),
(1314, 130, 'XL-IS', 'BLS_XL-ISU', 'XL-ISU', 'XL ISU.', 1, 0, '', '5233K', '83', '444-524W', '60,097 lm; 68,070 lm', '150,000 Hours L70', 'Inventronics', '120-480V', 'Indirect', 'The Triangular LED XL Indirect Series has Patented Super Reflector Technology with the LED boards aimed at the horizon for perfectly reflected light and minimal glare. The instant on LED’s can come with optional low voltage wires for dimming (WD).', 'https://www.bestlights.com/products/Patented-Triangular-LED-Series/LED-XL-ISU', 'https://www.bestlights.com/content/download/1361/7303/444%20and%20522%20WattTriangular%20LED-XL%20Series.pdf', '2017-02-20', '2018-04-25', '0000-00-00', ''),
(1315, 33, 'L808', 'HLO_L808', 'L808', 'L808. Halo L808 LED Track Fixture.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90', '34.86W', '850 - 2500 lumens', '50,000 hours', 'TRIAC, ELV or Phasecut', '120V', 'Spot 14˚, Narrow Flood 21˚, Flood 41˚', 'The L808 is a durable, die-cast aluminum construction, flatback cylinder. Available in 3” and 4” diameters with a yoke mount design. It has three different lumen packages: 850lm (3”), 1500lm (3”), and 2500lm (4”).The three optical distributions (NF, FL, SP) can be interchanged in the field without a tool for maximum versatility. The L808 is a high efficacy lamp replacement at low wattages (12W, 22W, & 35W). It has a CRI of 90 to ensure colors are viewed at their best.', 'http://www.cooperindustries.com/content/public/en/lighting/products/track_lighting/track_fixtures/led/_874457.brands.lighting!halo!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/halo/spec_sheets/halo-l808-td518038en-sss.pdf', '2017-05-10', '2018-04-25', '0000-00-00', ''),
(1316, 137, '', 'GNT_Storm-DMX-Flood', 'Storm-DMX-Flood', 'Storm DMX Flood. Outdoor 4.8W DMX Floodlight.', 1, 0, '', '', '90+', '4.8W', '', '', '', '12-24VDC (12VDC nominal)', '34 degrees beam angle', 'The Storm DMX RGBW Flood is a 4.8W DMX controlled floodlight suitable for permanent outdoor installation.', 'http://www.gantom.com/lighting-fixtures/storm-dmx-flood/', 'http://www.gantom.com/wp-content/uploads/2017/01/005-Storm-DMX-datasheet-min.pdf', '2017-01-31', '2018-04-25', '0000-00-00', ''),
(1317, 57, 'BSS', 'BRT_BSS110', 'BSS110', 'BSS110.', 1, 0, '', '2700-4000K', '90+', '5.6 W/ft; 7.7 W/ft', '1,819 lm; 2,362 lm', '50,000 hours', '0-10V, 1%; Lutron EcoSystem, 1%; Lutron EcoSystem, soft-on/fade-to-black, 1%; Lutron EcoSystem, soft-on/fade-to-black, 1%; Lutron Hi-lume, 3-wire, 1%; Lutron EcoSystem 5-Series, 5%; eldoLED ECOdrive 0-10V, 1%', '120-277V; 347V', '120˚', 'The BSS110 is a small profile, linear LED fixture for cove mount applications. The sheet formed and extruded components combine to produce a rugged, functional and simple luminaire. The unique rotating element allows a wide range of adjustment and positive locking that is easily performed in the field. 90+ CRI LEDs are covered with a frosted acrylic lens to provide diffuse illumination on the cove surfaces.', 'https://www.bartcolighting.com/product/bss110/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2015/08/BSS110_GEN_1117-1.pdf', '2017-11-28', '2018-04-25', '0000-00-00', ''),
(1318, 78, 'SCL', 'CRD_SCL', 'SCL', 'SCL. CITYMAX.', 1, 0, '', '3000K, 4000K', '40, 70, 80', '', '2200 - 15000 lumens', '', 'DALI, 1-10 V', '210 - 240V', 'Symmetric, asymmetric', 'CityMax is an ultra-versatile urban lighting concept with modern, innovative design in a classic body. The ideal luminaire for even the most demanding applications in the 21st-century city. Delivers excellent levels of illumination in all classes of lighting, with a flexible design covering a wide range of lumen packages and different mounting solutions for installation in streets, parks, avenues, squares and driveways.', 'http://www.carandini.com/en/products/post/scl-citymax/', 'http://www.carandini.com/files/listing_downloads/ficha_tecnica_citymax_en-1.pdf', '2017-07-05', '2018-04-25', '0000-00-00', ''),
(1319, 57, 'SK', 'BRT_SK21', 'SK21', 'SK21.', 1, 0, '', '2700-4000K', '95', '3.5W/ft', '951 lm', '40,000 hours', '0-10V dimming down to 5%', '120V', '', 'The proprietary SK21 is a miniature linear, line voltage LED luminaire that mounts, powers and aims with great ease.  The extruded aluminum fixture mounts with a pair of small spring clips.  It powers, simply by inserting the accessory cord and plug. Seamlessly row mount by connecting adjacent fixtures end-to-end or use interconnect cables for illuminated runs up to 40’.  With the accessory hardwire adapter, fixtures can dim to 5% with 0-10V controls.  The SK21 is available in four lengths with four color temperatures and 95 CRI.', 'https://www.bartcolighting.com/product/sk21/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2018/01/SK21_GEN_V3_0118-1.pdf', '2018-01-26', '2018-04-25', '0000-00-00', ''),
(1320, 78, 'CLM', 'CRD_CLM', 'CLM', 'CLM. CLAMOD LED.', 1, 0, '', '3000K, 4000K', '70, 83', '', '1000 - 7000 lumens', '', 'DALI, 1-10 V', '210 - 240V', 'Symmetric, asymmetric', 'The Clamod series is designed and manufactured by Carandini for urban environments. Available in several versions with a range of accessories, the new LED version of the CLAMOD luminaire has a functional design that’s perfect for lighting parks, parades, streets and other environments. Clamod uses latest-generation, high-performance, highefficiency LEDs in a universal modular solution for inclusion in our luminaires. It’s this universal principle that enables Carandini to offer a solution that combines optical output, uniformity and energy efficiency.', 'http://www.carandini.com/en/products/post/clamod/', 'http://www.carandini.com/files/listing_downloads/ficha_clamod_gen2_en-1.pdf', '2017-11-24', '2018-04-25', '0000-00-00', ''),
(1321, 115, 'VOXEL', 'EUR_2064B', '2064B', '2064B. VOXEL.', 1, 0, '', '3000K; 3500K; 4000K', '80', '4W; 8W', '350lm; 570 lm', '', 'Phase Dimming (DP) and 0-10V Dimming (DV)', '120V (DP) and 120-277V (DV)', 'Total Internal Reflection (TIR) of 17° & 48° beam angle', 'DESIGN: \r\nSame beautiful proportions and clean look of the Point, Voxel and Pixel are smaller sized minimalist projectors. The cleverly integrated heat sink provides a beautiful front edge detail and allows for incredible LED performance in a mini-projector.\r\nINSTALLATION: \r\nBoth Pixel and Voxel are framed on a rectangular chrome canopy and offer two-axis aiming.\r\nLIGHT SOURCE: \r\n4W and 8W LED with 0-10V (DV) or phase (DP) dimming versions available.\r\nOPTIC: \r\n17° or 48° beam angle total internal reflecting (TIR) multi-lens.\r\nSTRUCTURE:\r\nCNC machined aluminum housing with black, white or clear satin finish. Die-cast aluminum heat sink with black satin anodized finish and inner die-formed steel parts with black powder coat finish.', 'http://www.eurekalighting.com/productDetails.aspx?productId=2064B&Cat=E3&subcat=LED&CurNbr=9&TtlNbr=100', 'http://www.eurekalighting.com/PDF/2064B.pdf', '2017-08-17', '2018-04-25', '0000-00-00', ''),
(1322, 57, 'ADL', 'BRT_ADL210', 'ADL210', 'ADL210. Linear LED luminaire with knife edge cove extrusion.', 1, 0, '', '2700-4000K', '90+', '5.7 W/ft; 7.9W/ft; 11W/ft', '2,160 lm; 2,805 lm; 3,685 lm', '50,000 hours', '0-10V, 1%;', '120-277V', '', 'The ADL210 linear LED luminaire features an integrated knife edge cove extrusion.  The sharp-edge profile attaches to a heavy gauge steel wall bracket and accepts 5/8” thick drywall on its underside.  90° corner and field-trimmable fixture options enable the ADL210 to follow typical room perimeters.  Many driver options fit within the angular housing, adding broad control capability.', 'https://www.bartcolighting.com/product/adl210/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2018/01/ADL210_GEN_0418.pdf', '2018-04-12', '2018-04-25', '0000-00-00', ''),
(1323, 57, 'BIW', 'BRT_BIW110', 'BIW110', 'BIW110. Linear LED fixture for flush mounting.', 1, 0, '', '2700-4000K', '80+', '6.4 W/ft', '1,978 lm', '50,000 hours', 'integral dimming, 0-10V, 10%; remote dimming, 0-10V, 10%', '120V; 277V', '', 'The In-Wall miniature profile LED luminaire flush mounts into finished 5/8” thick drywall without disturbing wall or ceiling framing, to create 2” wide bands of continuous light. Single fixtures up to 8’ nominal or continuous\nruns attach directly to installed drywall and framing and are finished out with joint compound and paint. The field installed integral driver housing fits between 16” on-center studs.', 'https://www.bartcolighting.com/product/biw110/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2017/01/BIW110_GEN_0118-1.pdf', '2018-02-02', '2018-04-25', '0000-00-00', ''),
(1324, 115, 'BEACON', 'EUR_4028', '4028', '4028. BEACON.', 1, 0, '', '3000K; 3500K; 4000K', '83', '32W', '2700 lm', '', 'Phase dimming (DP) or 0-10V dimming (DV)', '120V (DP) or 120-277V (DV)', 'Indirect', 'Design :\r\nBeacon is designed with a powerful projector that creates a highly illuminated ceiling with indirect illumination, while its frosted glass center core creates a soft down light.\r\nInstallation :\r\nSimplified installation featuring a hook on stem system, a keyhole locking mechanism and a magnetic canopy without any visible fasteners.\r\nLight Source :\r\nA 32W custom made LED engine composed of 12 high powered LED with standard 0-10V or phase dimming.\r\nStructure :\r\nCustom die cast aluminum heatsink with steel stem and canopy featuring a black architectural grade fine texture finish. Center in pressed glass with acid etched frosted finish.', 'http://www.eurekalighting.com/productDetails.aspx?productId=4028&Cat=E4B&subcat=LED&CurNbr=6&TtlNbr=265', 'http://www.eurekalighting.com/PDF/4028.pdf', '2017-02-24', '2018-04-25', '0000-00-00', ''),
(1325, 78, 'LINE-SET', 'CRD_LINE-SET', 'LINE-SET', 'LINE-SET.', 1, 0, '', '3000K, 4000K', '70', 'R-Line: 33 W, 47 W o 68 W/ S-Line: 13 W, 18 W, 23 W o 34 W.', 'R-Line: 5.000 an 8.000 lm/ S-Line: 1.000 an 4.000 lm.', '', 'Programmable control gear with step adjustment', '220 - 240V', 'Asymmetric', 'The new Line set of luminaires is an innovative lighting system designed using the latest LED technology for maximum efficiency. With a range of optical distribution patterns, this luminaire offers an effective solution for all kinds of urban lighting applications. Comes with a range of options and characteristics specially designed for urban environments. Optical output and thermal management are exceptional.', 'http://www.carandini.com/en/products/post/line-set/', 'http://www.carandini.com/files/listing_downloads/ficha_line_set_en-1.pdf', '2018-02-13', '2018-04-25', '0000-00-00', ''),
(1326, 57, 'BSS', 'BRT_BSS710', 'BSS710', 'BSS710. TRAVE.', 1, 0, '', '2700-4000K', '90', '5 W/ft; 8 W/ft', '2,044 lm; 2,835 lm', '50,000 hours', '', '', 'Direct/indirect', 'The BSS710 is a low profile, remote driven, linear LED luminaire suitable for direct or indirect lighting applications on window mullions or over doorways. The 1” tall by 2-3/8” wide extruded aluminum housing is capped\nwith a flat, frosted lens that produces diffuse, seamless illumination from 90 CRI LEDs. ¼” thick machined aluminum end caps finish off the fixture ends.', 'https://www.bartcolighting.com/product/bss710/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2016/04/BSS710_GEN_1117.pdf', '2017-11-10', '2018-04-25', '0000-00-00', ''),
(1327, 115, 'HIGH LINE', 'EUR_1153AD', '1153AD', '1153AD. HIGH LINE - SHOWER DIRECTIONAL BAFFLE.', 1, 0, '', '3000K; 3500K; 4000K', '', '11W', '', '', 'Phase Dimming; 0-10V Dimming', '120V; 277V; 120-277V', '20°; 40°', 'DESIGN: \r\nArchitectural grade regressed round aperture down lights, featuring either a straight\r\nor 30° fixed angle conic baffle and a frosted diffuser to harmonize the aesthetic and\r\nvisual performance.\r\nINSTALLATION:\r\nFunctions with our new compact format new construction or insulated ceiling (IC)\r\nLED housing (sold separately).\r\nLIGHT SOURCE: \r\nHigh performance Eureka LED module is available with either phase dimming (DP - 120V only) or 0-10V dimming (DV) also compatible with certain MR16 LED retrofit lamps.\r\nSTRUCTURE: \r\nDie formed steel available in satin chrome, chrome or white architectural grade fine\r\ntexture polyester powder finish.\r\nBAFFLE: \r\nDie cast aluminum available in black or white architectural grade fine texture polyester powder coat or satin aluminum finishes.', 'http://www.eurekalighting.com/productDetails.aspx?productId=1153AD&Cat=E1&subcat=LED&CurNbr=28&TtlNbr=69', 'http://www.eurekalighting.com/PDF/1153AD.pdf', '2017-08-16', '2018-04-25', '0000-00-00', ''),
(1328, 78, 'PHL', 'CRD_PHL', 'PHL', 'PHL. LED FLOODLIGHT.', 1, 0, '', '4000K, 5000K', '80', '', '55,000 - 123,000 lumens', '', 'DALI, 1-10 V', '220 - 240V', 'Symmetric, asymmetric', 'The PHL luminaire is a floodlight specially designed for sports facilities: football pitches and stadiums, athletics tracks, tennis courts, etc. With latest-generation LED technology and a range of optical distribution patterns, this luminaire meets the highest standards of performance with exceptional visibility and uniformity.', 'http://www.carandini.com/en/products/post/phl/', 'http://www.carandini.com/files/listing_downloads/ficha_tecnica_phl__proyector_led_es_en.pdf', '2018-03-05', '2018-04-25', '0000-00-00', ''),
(1329, 57, 'BSS', 'BRT_BSS840', 'BSS840', 'BSS840. GENERAL.', 1, 0, '', '3000-5000K', '84-85', '7.4 W/ft', '2,192 lm', '50,000 hours', '', '', '', 'The BSS840 is a miniature profile, remote driven, linear LED luminaire for general lighting applications. The 1-1/8” tall by 1-5/16” wide extruded aluminum housing is capped with a flat, frosted lens that produces diffuse illumination.', 'https://www.bartcolighting.com/product/bss840/', 'https://3llc3s34cc8a2rh2md1i71io-wpengine.netdna-ssl.com/wp-content/uploads/2015/08/BSS840_GEN_1217.pdf', '2018-01-22', '2018-04-25', '0000-00-00', ''),
(1330, 115, 'CYCLE', 'EUR_3800-36', '3800-36', '3800-36. CYCLE.', 1, 0, '', '3000K; 3500K; 4000K', '85', '34W; 78W', '2772 lm; 5547 lm', '', '0-10V Dimming (standard with this fixture)', '120V or 277V or 347V', 'Direct/Indirect 50/50', 'DESIGN: \r\nThe perfectly diffused direct/indirect illumination of Cycle create a luminous halo that fills large spaces with presence and simplicity\r\nINSTALLATION: \r\nWhether wall or ceiling mounted Cycle has a simple and easy to install three point mounting system\r\nLIGHT SOURCE: \r\nCustom designed and manufactured light engine featuring high performance discreet LEDs offered in regular or high output \r\nSTRUCTURE: \r\nSeamlessly finished, rolled concentric aluminium extrusions with highly reflective inner matte white polyester powder coating available with outer finish in matte white or textured anthracite. Inner finish insert available in blue or red for a colored glow.', 'http://www.eurekalighting.com/productDetails.aspx?productId=3800-36.&Cat=E4&subcat=LED&CurNbr=23&TtlNbr=54', 'http://www.eurekalighting.com/PDF/3800-36..pdf', '2017-08-29', '2018-04-25', '0000-00-00', ''),
(1331, 78, 'PCL', 'CRD_PCL', 'PCL', 'PCL. PEC LED', 1, 0, '', '4000K', '80', '32W, 54W', '3700 - 6700 lm', '', 'L1N driver (no dimming)', '210 - 240V', 'General', 'PEC LED is a luminaire designed by Carandini for indoor installation. Dust- and moisture-proof and shock-resistant: characteristics which make this luminaire the ideal solution for industrial plants, logistics centres, warehouses, corridors and similar areas. Designed for installation on all kinds of ceiling or can be suspension-mounted. PEC LED is the ideal replacement for ingress-resistant luminaires using conventional light sources. Easy installation and practically maintenance-free.', 'http://www.carandini.com/en/products/post/pec-led/', 'http://www.carandini.com/files/listing_downloads/ficha_tecnica_pec_led_en.pdf', '2017-03-10', '2018-04-25', '0000-00-00', ''),
(1332, 116, 'RGR', 'DAL_RGR2', 'RGR2', 'RGR2. 2” SMOOTH BAFFLE ROUND.', 1, 0, '', '3000K', '90', '8W', '600 lumens', '', 'Every fixture includes a junction box with integrated dimmable driver.', '120V', 'Downlight', 'When choosing a recessed fixture, eliminating glare is a priority. The unique positioning of the LED module in this series of downlights will meet that important need.', 'http://www.dalslighting.com/en/products/In+Stock+Products/526/brgr2b-2-smooth-baffle-round', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_RGR_ENG.pdf', '2018-02-16', '2018-04-25', '0000-00-00', ''),
(1333, 116, 'IND', 'DAL_IND4', 'IND4', 'IND4. 4” ROUND INDIRECT RECESSED LIGHT.', 1, 0, '', '2200K-3000K', '80', '9W', '500 lumens', '50,000 hours', 'Every fixture includes a junction box with integrated dimmable driver. Dimmable with most low-voltage electronic dimmers.', '120V', 'Downlight', 'Imagine being able to create the perfect mood when dimming your lights.\r\nThis is now possible with our Dim to Warm concept, generating a warm,\r\nexquisite glow to set the tone for your evening.', 'http://www.dalslighting.com/en/products/In+Stock+Products/530/bind4b-4-round-indirect-recessed-light', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_IND_ENG.pdf', '2018-02-16', '2018-04-25', '0000-00-00', ''),
(1334, 116, 'IND', 'DAL_IND6', 'IND6', 'IND6. 6” ROUND INDIRECT RECESSED LIGHT.', 1, 0, '', '2200K-3000K', '80', '12W', '750 lumens', '50,000 hours', 'Every fixture includes a junction box with integrated dimmable driver. Dimmable with most low-voltage electronic dimmers.', '120V', 'Downlight', 'Imagine being able to create the perfect mood when dimming your lights. This is now possible with our Dim to Warm concept, generating a warm, exquisite glow to set the tone for your evening.', 'http://www.dalslighting.com/en/products/In+Stock+Products/531/bind6b-6-round-indirect-recessed-light', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_IND_ENG.pdf', '2018-02-16', '2018-04-25', '0000-00-00', ''),
(1335, 116, 'LEDWALL', 'DAL_LEDWALL-A', 'LEDWALL-A', 'LEDWALL-A. ROUND LED CYLINDER.', 1, 0, '', '3000K', '90', '29W', '2100 lumens', '', 'Integrated dimmable driver.', '', 'up/down, 45° beam spread, wider beam,  down light', 'The key design element of our new LED cylinder is the removable lens. This feature allows for three distinctive styles during installation.', 'http://www.dalslighting.com/en/products/In+Stock+Products/491/bledwall-ab-round-led-cylinder', 'http://www.dalslighting.com/uploads/PDFs/Dals_StockingGuide_2018_LEDWALL-A_ENG.pdf', '2018-02-16', '2018-04-25', '0000-00-00', ''),
(1336, 82, 'T', 'LMI_T', 'T', 'T. Tove Suspension.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 95+', '2.8-9.0 w/ft', '375-1200 lm/ft', 'L70 at 378,000 hours and L90 at 106,000 hours', 'dimming options from 100-1% with a power factor >.9 and THD < 20%', 'Universal 100-277 VAC', 'General', 'The Tove family of luminaires offers unmatched performance, design flexibility, simplified installation and superior quality. The family of luminaires includes pendants, surface mounted, wall mounted, perimeter systems and multiple recessed options.', 'https://www.luminii.com/tove-suspension', 'https://www.luminii.com/image/data/Products/Tove/Products/Suspension/Upload/Tove-Susp.pdf', '2018-04-10', '2018-04-26', '0000-00-00', ''),
(1337, 82, 'TV', 'LMI_TV', 'TV', 'TV. Tavan.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '3.8-9.8 W/ft', '375-1,000 lm/ft', '', 'eldoLed 0-10V 1% Dimming; eldoLed Dali 1% Dimming; Lutron A-Series Ecosystem 1% Dimming; Lutron H- Series Ecosystem 1% Dimming', 'Universal 100-277 VAC input', 'General', 'All 6000 series aluminum construction utilizing a combination of extruded and machined components resulting in a clean and finished look.', 'https://www.luminii.com/Tavan', 'https://www.luminii.com/image/data/Products/General/Products/Tavan/Upload/Tavan.pdf', '2018-03-28', '2018-04-26', '0000-00-00', ''),
(1338, 51, 'Eon', 'LMR_303-W1-LEDB1', '303-W1-LEDB1', '303-W1-LEDB1. Eon 303 W1.', 1, 0, '', '2700K - 4000K', '75; 85; 95', '6.5W; 8.5W', 'T2: 180lm - 648lm; T4: 158lm - 568lm; T5X: 194lm - 698lm', 'TM-21 Reported L70(10k) (Hours): > 60,000; Theoretical L70 (Hours): 365,000', 'Trailing Edge Phase; 0-10V Dimming', 'Universal 120-277, 50/60Hz', 'Type II, Lateral Throw; Type IV, Forward Throw; Type V, Extra Wide Flood', 'The Lumiere Eon LED 303-W1 Wall Mount Series of luminaires provides architectural styling with super bright, energy efficient LEDs. The compact, low profile, machined aluminum construction, with a sealed optical compartment and stainless steel hardware make the EON 303-W1 series impervious to contaminants. It is available in 8.5W and 15.5W. The Eon wall mount luminaire is ideal for wall/surface or ceiling, and inverted mount for façade/canopy illumination, and perimeter/pathway illumination. The luminaire may be used indoors or outdoors and carries and IP66 rating.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_821733.ssd.brands.lighting!lumiere!led.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-EON-303-W1-LEDB1-ADL121468-sss.pdf', '2016-03-15', '2018-04-26', '0000-00-00', ''),
(1339, 82, 'Q', 'LMI_Q', 'Q', 'Q. Qube.', 1, 0, '', '2700-4100K', '91-98', '16.3 W/ft', '757 lum/ft', '50,000 hours', 'Dimming 0-10V', '120-277V', 'General', 'Extruded aluminum linear illumination system, the Qube is available in sections up to 96” in total length (second powerfeed required for lengths over 68”). The fixture features specifically designed LED engine that provides constant illumination levels from the beginning to the end of the runs. Suspended with silver aircraft cable for flexible installations.', 'https://www.luminii.com/qube', 'https://www.luminii.com/image/data/Products/Suspension-LED-fixtures/Products/Qube/Upload/Qube.pdf', '2016-08-03', '2018-04-26', '0000-00-00', ''),
(1340, 51, 'Lanterra', 'LMR_1004', '1004', '1004. Lanterra 1004 LED, Accent and Flood.', 1, 0, '', '2700K - 5000K', '80; 90; 97', '10W; 20W; 30W', '723lm - 2578lm', 'Theoretical L70 (Hours): > 102,000', 'Compatible with TRIAC (Leading Edge Dimming), ELV (Trailing Edge Dimming) and 0-10V dimming to deliver optical performance', 'UNV 120- 277V', 'Spot 15°; Medium Flood 25°; Flood 36°; Wide Flood 60°', 'Lanterra 1004-A1 (one head) is 4.25” O.D., line voltage Accent Flood light with dimmable LED. It is available with adjustable rear center swivel with lock rotation providing 180 degree tilt and 340 degree rotation. The luminaire comes with various mounting, beam optics. It also comes with various lens, louvers and colors or dichroic filters which can combine upto two at once to create multiple lighting effects. The fixture may be used indoors or outdoors and carries IP66 rating.', 'http://www.cooperindustries.com/content/public/en/lighting/products/landscape_lighting/accent_flood/_921189.ssd.brands.lighting!lumiere!led.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/TD506022EN-Lanterra1004-Spec-SSS.pdf', '2018-04-10', '2018-04-26', '0000-00-00', ''),
(1341, 82, 'LUC', 'LMI_LUC', 'LUC', 'LUC. Luceo.', 1, 0, '', '2700-4100K', '', '22-72W', '335 lum/ft', '50,000 hours', 'Dimming 0-10V', '120-277V', '', 'Extruded aluminum linear illumination system, Luceo is available in sections up to 96” in total length. Light output from the top & bottom of fixture can be customized for a wide range of applications with multiple color temperatures and finishes. Available with a remote power supply. Comes with 8ft silver adjustable cable and white finish canopy', 'https://www.luminii.com/luceo', 'https://www.luminii.com/image/data/Products/Suspension-LED-fixtures/Products/Luceo/Upload/Luceo.pdf', '2016-08-03', '2018-04-26', '0000-00-00', ''),
(1342, 51, 'Cambria', 'LMR_920', '920', '920. Cambria 920.', 1, 0, '', '2700K; 3000K; 4000K', '', '5W; 8W', '', 'L70/60,000 hours at 25°', '', '12V', '10° Spot; 25° Narrow; 36° Wide', 'Cambria 920 is a small dimmable LED or MR16 low voltage sign lighting luminaire. It attaches to a wall mounted hook arm and delivers 180° of vertical adjustment for easy aiming. Optional 24”, 30” or 36” hook arms are available. Various lenses, louvers and color or dichroic filters can be combined – up to three at once – to create multiple lighting effects. Lumiere’s exclusive Siphon Protection System (S.P.S.) prevents water from siphoning into the fixture through its own lead wires.', 'http://www.cooperindustries.com/content/public/en/lighting/products/sign_lighting/_135198.ssd.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-Cambria-920-PS522003EN-sss.pdf', '2018-03-16', '2018-04-26', '0000-00-00', ''),
(1343, 82, 'Kilo', 'LMI_KR', 'KR', 'KR. Kilo Recessed.', 1, 0, '', '2200-4100K', '82-98', '6.5 W/ft; 9.0 W/ft; 12.0 W/ft', '329 lum/ft; 489 lum/ft; 735 lum/ft', '50,000 hours', 'Dimming 0-10V; Non-Dimming; Dimming Magnetic low voltage', '120-277V', 'General', 'Extruded aluminum linear illumination system, Kilo Recessed is available in sections up to 116” in total length. Specifically designed LED engine provides constant illumination levels from the beginning to the end of the runs. The Kilo Recessed fixture is suitable for general illumination, architectural accents, display cases and many other discrete recessed applications. Available with 72” plenum rated wire leads or with an integral junction box for splice connections.', 'https://www.luminii.com/General-Illumination?product_id=243', 'https://www.luminii.com/image/data/Products/Recessed-LED-fixtures/Products/Kilo-Recessed/Upload/Kilo-R.pdf', '2017-12-12', '2018-04-26', '0000-00-00', ''),
(1344, 51, 'Westwood', 'LMR_904', '904', '904. Westwood 904.', 1, 0, '', '2700K, 3000K, 4000K', '', '5W; 8W', '', 'L70/60,000 hours at 25°C', '', '12V', '10° Spot; 25° Narrow; 36° Wide', 'Westwood 904 and 904-2 are small dimmable LED or MR16 low-voltage halogen luminaires. Model 904 provides downlight or uplight by way of its 180° rotational fixture head. Model 904-2 provides combination uplight and downlight. A square shroud option (-SQS) is available in both models, offering rectilinear styling instead of cylindrical. Both models mount directly to any wall surface or over a standard 4-inch J-box and require a remote 12-volt step-down transformer (not included). Various lenses, louvers, and color or dichroic filters can be combined – up to three at once – to create multiple lighting effects. Lumiere’s exclusive Siphon Protection System (S.P.S.) prevents water from siphoning into the fixture through its own lead wires.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_135246.ssd.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/lumiere-westwood-904-and-904-2-adl032500-sss.pdf', '2018-02-08', '2018-04-26', '0000-00-00', ''),
(1345, 143, 'APD', 'LAT_APD-20', 'APD-20', 'APD.20.', 1, 0, '', '3000K', '', '7w', '450 lm', '', '', '120V', '', 'Material:\nMachined aluminum with stainless steel fasteners.\n\nFinish:\nBrushed aluminum, matte white or matte black.\n\nMounting:\nMounts to octagon junction box.', 'http://www.lumenartltd.com/led/12-alume/166-apd-20', 'http://www.lumenartltd.com/images/alume/apd-20_specs.pdf', '2017-03-03', '2018-04-26', '0000-00-00', ''),
(1346, 51, 'Eon', 'LMR_303-B2-LEDB4', '303-B2-LEDB4', '303-B2-LEDB4. Eon 303 B2.', 1, 0, '', '2700K - 4000K', '65; 70; 80; 95', '24W; 30.6W', 'T2: 781lm - 2813lm; T4: 764lm - 2495; T5X: 689lm - 2479lm', 'TM-21 Reported L70(10k) (Hours): > 60,000; Theoretical L70 (Hours): 365,000', 'Trailing Edge Phase Dimming Driver; 0-10V Dimming Driver', '120-277V; 120V; 277V', 'Type II, Lateral Throw; Type IV, Forward Throw; Type V, Extra Wide Flood', 'The Lumiere Eon LED 303-B2 Bollard Series of luminaires provides architectural styling with super bright, energy efficient LEDs. The compact, low profile, machined and extruded aluminum construction, with a sealed optical compartment and stainless steel hardware make the EON 303-B2 impervious to contaminants. The LED bollard provides full cut off downlight via a fixed head and is 30.6W. The Eon B2 bollard luminaire is ideal for pathway or general ground mount illumination where greater lateral or forward throw illumination is needed. Photocell control options are available. The luminaire may be used indoors or outdoors and carries and IP66 rating.', 'http://www.cooperindustries.com/content/public/en/lighting/products/bollards/_821729.ssd.brands.lighting!lumiere!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/lumiere/spec_sheets/Lumiere-EON-303-B2-LEDB4-ADL042305-sss.pdf', '2016-03-15', '2018-04-26', '0000-00-00', ''),
(1347, 143, 'APD', 'LAT_APD-54', 'APD-54', 'APD.54.', 0, 0, '', '2700-4000K', '', '9W', '1,040 lm', '', '0-10v to 1% and leading edge and trailing edge', 'UNV', '', 'Material:\nCNC aluminum with opal acrylic\n\nFinish:\nMatte White or black powder coat and brushed aluminum.\n\nMounting:\nMounts to 4” octagon box.\n\nCanopy options:\n1 Light round, 3 Light round.\n3 Light linear, 6 Light round.', 'http://www.lumenartltd.com/led/12-alume/165-apd-54', 'http://www.lumenartltd.com/images/alume/apd-54_specs.pdf', '2018-04-04', '2018-04-26', '0000-00-00', ''),
(1348, 143, 'AWL', 'LAT_AWL-03', 'AWL-03', 'AWL.03.', 1, 0, '', '', '', '6w', '500 lm', '', '', '120V', '', 'Material;\nMachined aluminum with stainless steel fasteners.\n\nFinish:\nMicro brushed with clear coat after fabrication before assembly.\n\nMounting:\nNew Construction:Mini JBox byLumenArt.\nRemodel: 4” square Jbox withround plaster ring or Octagon JBox order ASC 4.5” canopy.', 'http://www.lumenartltd.com/led/12-alume/191-awl-03', 'http://www.lumenartltd.com/images/alume/awl-03_specs.pdf', '2017-02-28', '2018-04-26', '0000-00-00', ''),
(1349, 94, 'C3', 'LMT_C3-D', 'C3-D', 'C3-D.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '22.5W', '400 LM/FT - 1200 LM/FT', 'L85 at 50,000 Hours', '1% 0-10V DIMMING; DALI DIMMING; NO DIMMING', '120V; 277V', 'Direct', 'The C3 by Lumato, is an architectural, ceiling mounted linear luminaire, that provides superior light quality, distribution and lumen options, in a small (3”x3.5″) package.', 'http://www.lumatolighting.com/products/ceiling/c3-d/', 'http://www.lumatolighting.com/specsheets/C3-D_CEILING_SPECSHEET.pdf', '2018-02-28', '2018-04-26', '0000-00-00', ''),
(1350, 143, 'AWL', 'LAT_AWL-60', 'AWL-60', 'AWL.60.', 1, 0, '', '3000K', '', '6W; 8W', '', '', '', 'Voltage', 'up or down', 'Material:\nMachined aluminum with opal acrylic lens and stainless steel fasteners.\n\nFinish:\nAluminium: Brushed aluminum with clear powdercoat. Matte black or white Tiger Drylac powdercoat.\n\nElectrical:\nETL wet location listed. Mounts to 4-0 octagon box or 4” square box with round plaster ring.', 'http://www.lumenartltd.com/led/12-alume/325-awl-60', 'http://www.lumenartltd.com/images/alume/awl-60_specs.pdf', '2017-03-17', '2018-04-26', '0000-00-00', ''),
(1351, 94, 'W3', 'LMT_W3-ID', 'W3-ID', 'W3-ID.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '50.6W', '423lm - 5700lm; 848lm - 5706lm', 'L85 at 50,000 Hours', '1% 0-10V DIMMING; INDEPENDENT U/D CONTROL; DALI DIMMING; INDEPENDENT U/D CONTROL; NO DIMMING', '120V; 277V', 'INDIRECT / DIRECT', 'The W3 by Lumato, is an architectural, wall mounted linear luminaire, that provides superior light quality, distribution and lumen options, in a small (3”x4.5″) package.', 'http://www.lumatolighting.com/products/wall/w3-id/', 'http://www.lumatolighting.com/specsheets/W3-ID_WALL_SPECSHEET.pdf', '2018-02-28', '2018-04-26', '0000-00-00', ''),
(1352, 94, 'R3', 'LMT_R3-D', 'R3-D', 'R3-D.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '22.5W', '400 LM/FT - 1200 LM/FT', 'L85 at 50,000 Hours', '1% 0-10V DIMMING; DALI DIMMING; NO DIMMING', '120V; 277V', 'Direct', 'The R3 by Lumato, is an architectural recessed luminaire that provides superior light quality, distribution and lumen options, in a shallow (3.5”) housing.', 'http://www.lumatolighting.com/products/recessed/r3/', 'http://www.lumatolighting.com/specsheets/R3_RECESSED_SPECSHEET.pdf', '2018-02-28', '2018-04-26', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1354, 94, 'R5', 'LMT_R5-D', 'R5-D', 'R5-D.', 1, 0, '', '3000K; 3500K; 4000K', '80+; 90+', '22.7W', '400 LM/FT - 1200 LM/FT', 'L85 at 50,000 Hours', '1% 0-10V DIMMING; DALI DIMMING; NO DIMMING', '120V; 277V', 'Direct', 'The R5 by Lumato, is an architectural recessed luminaire that provides superior light quality, distribution and lumen options, in a shallow (5”) housing.', 'http://www.lumatolighting.com/products/recessed/r5/', 'http://www.lumatolighting.com/specsheets/R5_RECESSED_SPECSHEET.pdf', '2018-02-28', '2018-04-26', '0000-00-00', ''),
(1355, 132, 'd COW', 'DRK_d-COW', 'd-COW', 'd COW.', 1, 0, '', '3000K', '>85', '49,6 W', '7,640 Lm', '', 'Non Dim; Dim 1-10 V; Dali', '230V', 'Direct/indirect', 'd-COW is meant to light up your day! Based on the shape of d-Beef and d-Concrete, this lamp has the technical qualities of its ancestors but is meant as a funny light object ... this is a must-have.', 'http://www.dark.be/technicaldata?darkcollectionid=91', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20d-COW%20LR.pdf', '2017-08-17', '2018-04-26', '0000-00-00', ''),
(1356, 132, 'd RABBIT', 'DRK_d-RABBIT', 'd-RABBIT', 'd RABBIT.', 1, 0, '', '3000K', '>85', '49,6 W', '7,640 Lm', '', 'Non Dim; Dim 1-10 V; Dali', '230V', 'Direct/indirect', 'd-Rabbit is meant to light up your day! Based on the shape of d-Beef and d-Concrete, this lamp has the technical qualities of its ancestors but is meant as a funny light object that comes in a fuzzy, furry jacket. This bunny has loads of appeal and is sure to become a head-turner in every interior it will appear… Fashion queens, this is a must-have,', 'http://www.dark.be/technicaldata?darkcollectionid=93', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20d-RABBIT%20LR.pdf', '2017-08-17', '2018-04-26', '0000-00-00', ''),
(1357, 111, 'Vectra', 'LDL_9722-36', '9722-36', '9722-36. Vectra - Recessed.', 1, 0, '', '3000K; 3500K; 4000K', '83', '37.8W; 43.0W', '3600 lm', 'L70 (12k) >52,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V; 277V; 347V', 'Downlight', 'Vectra combines distinctive styling with Ledalite’s revolutionary MesoOptics technology to bring the best of nature’s luminous aesthetics to indoor environments. Pure, comfortable brightness is evenly distributed throughout the space with exceptional glare control and energy efficiency.', 'https://www.ledalite.com/products/vectra/recessed', 'http://docs.ledalite.com/download/pdf/Vectra2x2_36lm.pdf', '0000-00-00', '2018-04-26', '0000-00-00', ''),
(1358, 69, 'LLAVRM', 'LGL_LLAVRM', 'LLAVRM', 'LLAVRM. Alcyon LED Vertical Recessed Multiple.', 1, 0, '', '2700K, 3000K, 4000K', '80', '10W, 15W, 21W', '900, 1300, 2000 lumens', '50,000 hours', '0-10V dimming', '120-277V', 'Narrow Spot, Spot, Narrow flood, Flood', 'Alcyon LED Vertical recessed lighting is a three-part system designed to offer high-performing, target illumination to meet today’s accent lighting needs. Alcyon LED Vertical recessed lighting utilizes the same LED technology and reflectors as the track heads, providing performance consistency and design continuity within a space.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/alcyon-led-vertical-recessed-multiple.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aRecessed+Multiple+Lighting', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/AlcyonLED-RecessedVerticalCylinder-LLAVRM.pdf', '2017-06-01', '2018-04-26', '0000-00-00', ''),
(1359, 132, 'AGUJA', 'DRK_AGUJA', 'AGUJA', 'AGUJA.', 1, 0, '', '3000K', '>80', '18,6W; 24,8 W', '3,300 Lm; 4,400 Lm', '', 'Non Dim; Dim 1-10 V; Dali', '230V', '', '', 'http://www.dark.be/technicaldata?darkcollectionid=135', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20AGUJA%20LR(1).pdf', '2018-03-05', '2018-04-26', '0000-00-00', ''),
(1360, 111, 'Jump', 'LDL_1208-E', '1208-E', '1208-E. Jump - Surface.', 1, 0, '', '3000K; 3500K; 4000K', '>80', '45.4W; 44.9W; 46.2W', '4200 lm/4ft', 'L80 (12k) >72,000 hrs; L70 (12k) 110,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V; 277V; 347V', 'Asymmetric Solid', 'Jump’s contemporary aesthetic combines the latest lighting technologies with texture, pattern, and rhythm along an uninterrupted end to end continuum of luminance.', 'https://www.ledalite.com/products/jump/surface', 'http://docs.ledalite.com/download/pdf/JumpSuspAsy_42lm_QE.pdf', '0000-00-00', '2018-04-26', '0000-00-00', ''),
(1361, 69, 'LLAH', 'LGL_LLAH', 'LLAH', 'LLAH. Alcyon LED Horizontal II.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '14.8W', '1100 lumens', '50,000 hours', 'Triac/ELV', '120V', '13° Spot, 22° Narrow flood, 28° Flood', 'Architecturally styled Alcyon LED Cylinders offer excellent beam control and aesthetics while providing high performance accent lighting for retail and commercial applications.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/alcyon-led-horizontal-ii.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Heads', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/AlcyonLED-15W-HorizontalCylinder-LLAH.pdf', '2016-05-18', '2018-04-26', '0000-00-00', ''),
(1362, 132, 'DROPZ', 'DRK_DROPZ', 'DROPZ', 'DROPZ.', 1, 0, '', '2700K; 3000K', '>85', '7,2 W', '600 Lm', '', 'Non Dim; Dim 1-10 V; Dali', '230V', 'General', '', 'http://www.dark.be/technicaldata?darkcollectionid=119', 'http://www.dark.be/UserFiles/File/TechnicalData/TECH%20DATA%20DROPZ%20LR.pdf', '2017-08-17', '2018-04-26', '0000-00-00', ''),
(1363, 69, 'LLAV', 'LGL_LLAV11', 'LLAV11', 'LLAV11. Alcyon LED Vertical.', 1, 0, '', '2700K, 3000K, 4000K', '80, 90', '9W, 14W, 21W', '900, 1300, 2000 lumens', '50,000 hours', 'ELV', '120V', '10° Narrow Spot, 18° Spot, 24° Narrow flood, 36° Flood', 'Alcyon LED Vertical is a single-optic LED platform designed with a balance of form, function and visual comfort. It\'s complete flexibility in lumen output and beam angles allow for optimal lighting designs including extremely tight accent applications. It\'s industry leading efficacy and candlepower levels offers customers a low energy consumption solution that provides maximum light output at minimum watts per square foot to meet the latest ASHRAE codes. For added flexibility, the interchangeable reflectors along with the widest range of accessories help designers customize the light output to create the perfect environment.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/alcyon-led-vertical.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Heads', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/AlcyonLED-VerticalCylinder-LLAV11.pdf', '2017-06-01', '2018-04-26', '0000-00-00', ''),
(1364, 69, 'LT08', 'LGL_LT08', 'LT08', 'LT08. CorePro LED Mini Cylinder.', 1, 0, '', '2700K, 3000K', '80, 90', '9W', '900 Lumens', '50,000 hours', 'ELV', '120V', '23° Narrow Flood, 35° Wide Flood', 'The Philips Lightolier CorePro LED Mini Cylinder is a completely integrated LED luminaire. By combining the optics, light source, thermal management system and driver into a single housing, this luminaire provides a sleek look suitable for lower mounting heights and smaller spaces. This small, sleek luminaire design offers efficacy up to 80lm/w.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/corepro-led-mini-cylinder.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Heads', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/CoreProLED-MiniCylinder-LT08VA-NEW.pdf', '2017-05-22', '2018-04-26', '0000-00-00', ''),
(1366, 69, 'LLF', 'LGL_LLF', 'LLF', 'LLF.LightFlood LED Track Heads.', 1, 0, '', '3000K, 4000K', '80', '23W', '2000 lumens', '50,000 hours', 'ELV and Triac dimming', '120V', '100°', 'High performance LED Flood, produces a soft wash of light while using less energy than Fluorescent and CMH sources.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/lightflood-led-track-heads.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Heads', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/LightFlood-LED-LLF2.PDF', '2016-03-15', '2018-04-26', '0000-00-00', ''),
(1367, 111, 'SilkSpace', 'LDL_4222-K', '4222-K', '4222-K. SilkSpace - Recessed.', 1, 0, '', '3000K; 3500K; 4000K', '>80', '16.7W; 16.8W; 15.5W', '1700 lm', 'L90 (10k) >60,000 hrs; L80 (10k) 125,000 hrs', 'Philips Advance 0-10V (1% dim); Philips Advance SR (5% dim)', '120V; 277V; 347V', 'Downlight', 'Philips Ledalite SilkSpace LED recessed combines LED Light Guide technology and Ledalite\'s revolutionary MesoOptics technology to deliver discrete, comfortable lighting with great performance and ultra low-glare.', 'https://www.ledalite.com/products/silkspace/recessed', 'http://docs.ledalite.com/download/pdf/SlkSpc2x2_8-17lm.pdf', '0000-00-00', '2018-04-26', '0000-00-00', ''),
(1369, 41, 'MM-XT', 'EDP_MM-XTM-OX', 'MM-XTM-OX', 'MM XTM OX. MINIMAX LED O.', 1, 0, '', '2700-4000K', '80+; 90; 98', '8-25W', '700-2,700 lm', '50.000 hours', 'dimmable to 5% or 10% (see Light Output box below) by either an incandescent or ELV dimmer on 120-volt track only; Lutron LTE Hi-Lume driver dimmable to 1% with a Lutron incandescent dimmer on 120-volt track only', '120/277V', '21° spot; 43° flood; 60° wide flood', 'MiniMax LED O is a track mounted accent light powered by one\rof a number of Xicato LED modules – including Artist Series,\rDesigner Series and Vibrant Series modules – all of which are\rdistinguished by extraordinary color consistency (within 1x2-step\rMacAdam ellipse).', 'http://www.epl.com/products/177/', 'http://www.epl.com/doc/EPL_11-100_MM_LED_O_8-31-17.pdf', '2017-08-31', '2018-04-26', '0000-00-00', ''),
(1370, 69, 'LC06', 'LGL_LC06', 'LC06', 'LC06. OmniSpot LED Track Heads.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80, 90', '6W', '600 lumens', '50,000 hours', 'ELV', '120V', '12° Narrow Spot, 18° Spot, 24° Narrow Flood, 36° Flood', 'OmniSpot LED cylinder is designed to meet the most demanding retail challenges through sleek and discrete aesthetics while providing a high center beam candlepower and efficacy performance. OmniSpot LED cylinder allows for less than 1\" of space between the track head and track in the ceiling.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/omnispot-led-track-heads.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Heads', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/OmniSpot_LED_600lm_LC06.pdf', '2017-12-13', '2018-04-26', '0000-00-00', ''),
(1371, 111, 'Sona', 'LDL_7726-A', '7726-A', '7726-A. Sona - Suspended.', 0, 0, '', '3000K; 3500K; 4000K', '>80', '53.1W; 53.0W; 53.5W', '6700 lm/4ft', 'L80 (12k) >72,000 hrs; L80 (12k) 110,000 hrs', 'Philips Advance 0-10V (1% dim)', '120V; 277V; 347V', 'Direct/Indirect', 'Incredible efficacy & boundless lighting choices mean the re-engineered Sona LED linear is destined to become a future classic. When you are planning your lighting for the offices and classrooms of today, you want them to work in harmony with new multi-media technologies. With Philips Ledalite Sona LED, you get stunning performance wrapped in a package with the same, easy installation features Ledalite is known and trusted for.', 'https://www.ledalite.com/products/sona-led/suspended', 'http://docs.ledalite.com/download/pdf/Sona2LCDISusp_67lm_VA.pdf', '0000-00-00', '2018-04-26', '0000-00-00', ''),
(1372, 41, 'MM-XT', 'EDP_MM-XTM-W', 'MM-XTM-W', 'MM XTM W. MINIMAX LED W.', 1, 0, '', '2700K; 3000K; 3500K; 4000K', '80+; 90; 98', '8-25W', '700-2,700 lm', '50.000 hours', 'dimmable to 5% or 10% (see Light Output box below) by either an incandescent or ELV dimmer on 120-volt track only; Lutron LTE Hi-Lume driver dimmable to 1% with a Lutron incandescent dimmer on 120-volt track only', '120/277V', 'wallwasher with a 60° internal reflector', 'MiniMax LED W is a track mounted wallwasher powered by one of a number of Xicato LED modules – including Artist Series, Designer Series and Vibrant Series modules – all of which are distinguished by extraordinary color consistency (within 1x2-step MacAdam ellipse). See tables on the reverse for wattages and efficacies.', 'http://www.epl.com/products/54/', 'http://www.epl.com/doc/EPL_11-103_MM_LED_W_8-231-17.pdf', '2017-08-31', '2018-04-26', '0000-00-00', ''),
(1373, 69, 'LLAB0', 'LGL_LLAB0', 'LLAB0', 'LLAB0. Spot LED Track Heads.', 1, 0, '', '2700K, 3000K, 4000K', '80-85', '14W', '1000 lumens', '54 000 hrs', 'ELV', '120V', '9° Spot, 20° N. Flood, 36° Flood', 'Spot LED is a high brightness LED track solution in a multi-optic LED design. Ideal for customers concerned with energy, beam quality and visual performance. Multiple accessories available to customize the light output and visual appearance of the fixture.', 'http://www.lightingproducts.philips.com/our-brands/lightolier-usa/spot-led-track-heads.html#!f=%40Brand%3aLightolier+USA%2b%40Category%3aTrack%2b%40SubCategory%3aTrack+Heads', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lightolier%20USA/pdf/SpotLED-14W-Track-LLAB0-VA.pdf', '2016-11-10', '2018-04-26', '0000-00-00', ''),
(1374, 41, 'STK-CZ', 'EDP_STK-CZR', 'STK-CZR', 'STK CZR. STACKLITE CZR.', 1, 0, '', '3000K; 3500K', '80; 90', '15W; 21W; 30W', '1,100-2,400 lm', '50,000 hours', 'dimmable to 5%; dimmable to 1%', '120/277V', 'wall wash', 'Stacklite CZR is a compact, LED track wallwasher that provides uniform illumination on vertical surfaces. Fixture is powered by\nfour Citizen chip-on-board linear LED arrays providing white light within 3-step MacAdam ellipses. See tables on reverse for wattages\nand efficacies.', 'http://www.epl.com/products/967/', 'http://www.epl.com/doc/EPL_11_189_STK_CZR_6-22-17.pdf', '2017-06-15', '2018-04-26', '0000-00-00', ''),
(1375, 41, 'MX-XT', 'EDP_MX-XTM-W', 'MX-XTM-W', 'MX XTM W. MAXIMA LED W.', 1, 0, '', '2700-4000K', '80+; 98+', '14-33W', '1,000-3,000 lm', '50,000 hours', 'dimmable to 10%; dimmable to 5%; non dimmable', '120/277V', 'wallwasher with a 43° internal reflector', 'Maxima LED W is a track mounted wallwasher powered by one of a number of Xicato LED modules– including Artist Series and Vibrant Series modules – all of which are distinguished by extraordinary color consistency (within 1x2-step MacAdam ellipse). See tables on the reverse for wattages and efficacies.', 'http://www.epl.com/products/258/', 'http://www.epl.com/doc/EPL_11-153_MX_W_11-20-17.pdf', '2017-11-20', '2018-04-26', '0000-00-00', ''),
(1376, 13, 'G2', 'HDR_G2LBDC', 'G2LBDC', 'G2LBDC. G2 COB LOUVER BOLLARD DOME.', 1, 0, '', '2000K - 5000K', '', '72W; 84W', '2000K: 900lm; 3000K: 1300lm, 1525lm; 4000K: 1320lm, 1535; 5000K: 1535lm, 1810lm', 'For  50,000 operating hours 0.85 Lumen Maintenance Factor', '0-10V Dimming (Dims to 10%); Inline Trailing Edge ELV Dimming (Dims to 40%)', 'MVOLT; 120; 277', 'Forward Throw; Symmetric 360°', 'The G2 Bollard is a low level area lighting luminaire that combines visual appeal with superior performance and unequalled quality. It is designed to work in building perimeter area and public spaces completing a wide variety of architectural styles. The G2 Bollard offers an unmatched impact resistant mounting and leveling design ensuring life long performance.', 'http://hydrel.acuitybrands.com/products/detail/47204/hydrel/g2-louver-bollard/led-and-hid-louvered-geometric-bollard', 'http://hydrel.acuitybrands.com/products/detail/47204/hydrel/g2-louver-bollard/led-and-hid-louvered-geometric-bollard/-/media/products/hydrel/47204/document/g2lbdc_led_pdf.pdf', '2016-04-21', '2018-04-26', '0000-00-00', ''),
(1377, 13, 'EDWARDS', 'HDR_EDWARDS-LED', 'EDWARDS-LED', 'EDWARDS. Winscape LED.', 1, 0, '', '3000K; 4000K; 5000K', '>83; >65', '6W', '3000K: 750lm - 2400lm; 5000K: 890lm - 4200lm', 'For  40,000 operating hours 0.85 Lumen Maintenance Factor', 'Dimmable using standard LOW VOLTAGE MAGNETIC dimming switch/systems', '12 Volt AC', '10º Spot, 25º Narrow Flood, and 40º Flood', 'The Edwards LED and MR16 low voltage series a nonadjustable ceiling mounted down light designed for mounting in stairwells, retaining walls and other outdoor areas requiring a durable low level luminaire.', 'http://hydrel.acuitybrands.com/products/detail/346467/hydrel/edwards/winscape-led-mr16-flush-push', 'http://hydrel.acuitybrands.com/products/detail/346467/hydrel/edwards/winscape-led-mr16-flush-push/-/media/products/hydrel/346467/document/edwards_led_pdf.pdf', '2017-11-20', '2018-04-26', '0000-00-00', ''),
(1378, 48, 'LCAT', 'HBL_LCAT12', 'LCAT12', 'LCAT12.', 1, 0, '', '2700K-6500K', '80, 90', '13 - 32 W', '1328 - 3624 lumens', '60,000 hour LEDs at L80 (up to 150,000 projected life)', 'Fixed Output14; 0-10V Dimming; 0-10V 1% Dimming; 0-10V Dim-to-Dark14; Step Dimming; Hi-lume 1% EcoSystem LED driver with Soft-on, Fade-to-Black dimming technology; 5-Series EcoSystem LED driver', '120-277V, 347V', 'Downlight', 'LCAT provides both design and value with an architectural appearance, LED technology to reduce maintenance and a full family including 2\'x4\', 2\'x2\', 1\'x4\' and 1\'x2\' sizes. LCAT is offered with a wide range of options for classrooms, offices, retail and health care applications; LCAT can be ordered from stock, through quick-ship, or made-to-order for additional customization.', 'https://www.hubbell.com/hubbell/en/OHW/Lighting-Controls/Commercial-Indoor-Lighting/Recessed-Linear-Troffers/LCAT/p/222238#prod-resources-section', 'https://hubbellcdn.com/specsheet/lcat12.pdf', '2018-03-26', '2018-04-26', '0000-00-00', ''),
(1379, 134, 'MQ', 'ELL_EL-LED-MQ', 'EL-LED-MQ', 'EL LED MQ. EVERLAST LED MARQUEE FLAT PANEL TROFFER.', 1, 0, '', '3000-5000K', '80', '36W', '4,328 lm', '50,000+ hours', 'Non Dim; 0-10V', '120-277V', 'Type V', 'The MARQUEE SERIES LED 36 WATT 2\'x2\' FLAT PANEL TROFFER achieves 4,328 LUMENS. MARQUEE LED 2\'x2\' FLAT PANEL TROFFERS are ideal for illuminating any area with a drop ceiling. In addition to new construction projects, these ultra-thin, flat troffers are a simple retrofit for existing fluorescent fixtures. Using nearly half as much energy and lasting twice as long as traditional fluorescent fixtures, this sleek, modern troffer is both cost-effective and highly efficient. Make the switch to the MARQUEE LED 2\'x2\' FLAT PANEL TROFFER to realize both energy and maintenance savings.', 'https://www.everlastlight.com/el-led-mq-2236-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-mq-2236.pdf', '2017-09-08', '2018-04-26', '0000-00-00', ''),
(1380, 48, 'CFP', 'HBL_CFP', 'CFP', 'CFP.', 1, 0, '', '3500K, 4000K', '80+', '26 - 50 W', '3300 - 5500 lumens', '60,000 hour LEDs at L70 (up to 180,000 projected life)', '0-10V dimming, dim-to-off standard', '120-277V', 'Downlight', 'The CFP offers edge-lit LED technology in a sleek, modern, flat panel design. Light classrooms, offices, medical facilities, and general public spaces using edge-to-edge illumination, without pixelation or bright spots.', 'https://www.hubbell.com/hubbell/en/OHW/Lighting-Controls/Commercial-Indoor-Lighting/Recessed-Linear-Troffers/CFP/p/2362367', 'https://hubbellcdn.com/specsheet/col_cfp_spec.pdf', '2018-03-09', '2018-04-26', '0000-00-00', ''),
(1381, 134, 'LHB', 'ELL_EL-LED-LHB', 'EL-LED-LHB', 'EL LED LHB. LINEAR LED.', 1, 0, '', '2700K; 4000K; 5000K', '80', '300W', '40,748 lm', '', '0-10V DIMMING', 'UNIVERSAL (120-277V AC); UNIVERSAL (347-480V AC); DIRECT CURRENT (380V DC)', '120° TYPE V', 'The LINEAR LED 300W HIGH BAY fixture achieves 40,748 LUMENS. This industrial LED fixture is a heavy-duty, brighter alternative to traditional (T5, T8, T12) tube light fixtures. Offering a ten-year limited warranty, the LINEAR LED 300W HIGH BAY reduces ballast and bulb maintenance, decreases costly disposal fees, and greatly improves light quality.', 'https://www.everlastlight.com/el-led-lhb-300-__-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-lhb-300.pdf', '2018-01-18', '2018-04-26', '0000-00-00', ''),
(1382, 13, 'BENTON', 'HDR_BENTON-LED', 'BENTON-LED', 'Hydrel BENTON LED. Winscape LED Up/Down Wall.', 1, 0, '', '3000K; 4000K; 5000K', '>83; >65', '5.8W', '3000K: 750lm - 2400lm; 5000K: 890lm - 4200lm', 'For 40,000 operating hours 0.85 Lumen Maintenance Factor', 'Dimmable using standard LOW VOLTAGE MAGNETIC dimming switch/systems', '12 Volt AC', 'Narrow Spot, Narrow Flood, and Flood', 'The Benton Series is a Wet Location, Indoor/Outdoor rated, wall mounted luminaire designed to discreetly illuminate in 2 directions. Available in LED or MR16 lamping, low voltage.', 'http://hydrel.acuitybrands.com/products/detail/346476/hydrel/benton/winscape-led-mr16-updown-wall', 'http://hydrel.acuitybrands.com/products/detail/346476/hydrel/benton/winscape-led-mr16-updown-wall/-/media/products/hydrel/346476/document/benton_led_pdf_pdf.pdf', '2017-11-18', '2018-04-26', '0000-00-00', ''),
(1383, 48, 'LZPT', 'HBL_LZPT-14', 'LZPT-14', 'LZPT-14.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '82', '26 - 92 W', '2600 - 9100 lumens', '60,000 hrs', 'Fixed Output; Step Dimming; 0-10V Dimming; 0-10V 1% Dimming; Hi-lume 1% EcoSystem LED driver with Soft-on, Fade-toBlack dimming technology; 5-Series EcoSystem LED driver', '120-277V, 347V', 'Downlight', 'The perfect solution for restricted plenum spaces, the LZPT luminaire provides full distribution light with an aesthetic flair. The ideal solution for offices, schools, healthcare facilities and retail. The shallow profile and patented telescoping housing simplifies installationeven in the most restricted spaces. LZPT is a high performance LED luminaire that provides significant energy savings.', 'https://www.hubbell.com/hubbell/en/OHW/Lighting-Controls/Commercial-Indoor-Lighting/Recessed-Linear-Troffers/LZPT/p/222268', 'https://hubbellcdn.com/specsheet/lzpt14.pdf', '2018-04-20', '2018-04-26', '0000-00-00', ''),
(1384, 134, 'TS', 'ELL_EL-LED-TS12', 'EL-LED-TS12', 'EL LED TS12. SHOE BOX.', 1, 0, '', '3000K; 4000K; 5000K', '80', '300 W', '37,635 lm', '', '1-10V dimming', 'UNIVERSAL (120-277V AC)', 'TYPE III', 'The TITAN 300W / 37,635 LM LED SHOE BOX utilizes an extruded aluminum housing. This exterior fixture will continue producing light and maintaining appearance through years of extreme outdoor conditions. This fixture offers three mounting options to accommodate a variety of applications. Available sensors include on/off, bi-level, and dusk-to-dawn.', 'https://www.everlastlight.com/el-led-ts12-300-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-ts12-300.pdf', '2018-03-22', '2018-04-26', '0000-00-00', ''),
(1385, 13, 'TPS1', 'HDR_TPS1-YM-LED', 'TPS1-YM-LED', 'TPS1-YM-LED. TPS1 SERIES Yoke Mount LED Flood Light.', 1, 0, '', '3000K; 4100K; 5300K', '70', '34W', '3000K: 1311lm - 1610lm; 4000K: 2187lm - 2685lm; 5000K: 2187lm - 2685lm', 'For 50,000 operating hours 0.93 Lumen Maintenance Factor', 'LED Dimming; Photo Eye; Photo Eye Part Night', '120-277 Volt', 'Narrow Spot; Medium Flood; Flood; Wide Flood; Very Wide Flood (no optics); Horizontal Spot; Horizontal Flood', 'The TPS1 Floodlight is the smallest in a series of axial styled floodlights designed to utilize the latest in lamp technology. This functional floodlight series will provide a consistent style and performance for flood lighting applications over a wide range of lamp wattages. With its robust die-cast housing, durable powder coat finish, and patent pending taper lock yoke design, this fixture was designed to meet the most demanding of lighting installations.', 'http://hydrel.acuitybrands.com/products/detail/122589/hydrel/tps1-led-floodlight/led-and-hid-floodlight', 'http://hydrel.acuitybrands.com/products/detail/122589/hydrel/tps1-led-floodlight/led-and-hid-floodlight/-/media/products/hydrel/122589/document/tps1_ym_led_pdf.pdf', '2017-09-26', '2018-04-26', '0000-00-00', ''),
(1386, 134, 'RC', 'ELL_EL-LED-RC', 'EL-LED-RC', 'EL LED RC. EVERLAST LED RECESSED CANOPY.', 1, 0, '', '3000K; 4000K; 5000K', '80', '100W', '9,643 lm', '', '0-10V DIMMING', 'UNIVERSAL (120-277V AC); UNIVERSAL (347-480V AC)', '120º Type V', 'The LED 100W RECESSED CANOPY fixture achieves 9,643 LUMENS. The LED 100W RECESSED CANOPY fixture provides both an energy-efficient and powerful method to light outdoor canopy areas – enhancing your facility’s appearance and safety. Providing easy installation into new or existing installations, plus similar design for all wattage options, this LED canopy fixture offers a brilliant, consistent lighting solution for your outdoor canopy space.', 'https://www.everlastlight.com/el-led-rc-100-__-__-__-__.html', 'https://www.everlastlight.com/uploads/9/7/3/0/97309072/el-led-rc-100.pdf', '2017-10-03', '2018-04-26', '0000-00-00', ''),
(1387, 48, 'ALT', 'HBL_ALT120', 'ALT120', 'ALT120. Altitude.', 1, 0, '', '3000K, 4000K, 5000K', '65, 70, 75', '50-70 W; 70-150 W', '5,001-10,000; 10,001-30,000; 30,001-50,000 lumens', '50,000 hrs - 92.62%, 100,000 hrs - 88.08%', '0-10V dimming drivers standard', '120-277V, 347V, 480V', 'Type 1, 2, 3, 4, 5 standard distributions', 'Unsurpassed quality, and Flexibility in Outdoor Illumination. With 6 sizes to cover more pedestrian/site/area applications than ever, Altitude is an luminaire of unsurpassed quality and flexibility. Powered by Kim Lightings unique PicoPrism® optics, Altitude is designed to maximize lumen output with unmatched uniformity.', 'https://www.hubbell.com/hubbell/en/OHW/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Altitude/p/248453', 'https://hubbellcdn.com/specsheet/kl_alt120_spec.pdf', '2017-08-23', '2018-04-26', '0000-00-00', ''),
(1388, 48, 'CC-CCS', 'HBL_CC-CCS17', 'CC-CCS17', 'CC-CCS17. Curvilinear Cutoff.', 1, 0, '', '3000K, 4000K, 5000K', '70, 80', '67 W', '5,001-10,000; 10,001-30,000 lumens', '584,000 hrs', '0-10V', '120-277V, 347V, 480V', 'Type 1, 2, 3, 4, 5, R, L distributions', 'Sharp Cutoff and Visual Uniformity. The classic cylindrical design of the Curvilinear luminaire features a simple geometric shape for architectural relevance and is ideal for retail outlets or automotive dealerships. The luminaire family is designed for performance, providing energy efficiency, and glare control, all manufactured to Kim Lightings high standards for quality.', 'https://www.hubbell.com/hubbell/en/OHW/Lighting-Controls/Commercial-Outdoor-Lighting/Area-Site-Roadway/Curvilinear-Cutoff/p/248457', 'https://hubbellcdn.com/specsheet/kl_cc17aeled_spec.pdf', '2017-05-19', '2018-04-26', '0000-00-00', ''),
(1389, 13, '8200', 'HDR_8200-LED-YOKE', '8200-LED-YOKE', '8200-LED-YOKE. 8200 LED Floodlight.', 1, 0, '', '3000K; 4000K; 5000K', '70', '220W; 300W; 338W; 371W', '3000K: 18,017lm - 34,089; 4000K: 18,580lm - 34,919lm; 5000K: 17,750lm - 34,631lm', 'For  50,000 operating hours 0.9 Lumen Maintenance Factor', '0-10 volt dimming (dims to 10%); Photo Eye Receptacle; Part-night photo eye', '(120- 277V); 347V; 480V', 'Narrow; Medium; Flood; Wide; Horizontal; Vertical', 'Hydrel 8200 Series LED floods are designed to provide long-lasting, energy efficient illumination even in the most demanding environments. Ready to withstand the rigors of weather, high pressure sprinkler heads, corrosive fertilizers and even lens impacts that would destroy most products, Hydrel 8200 Series LED floods are particularly suited for ground mounted, upwardly aimed applications. With an expected service life of over 100,000 hours, Hydrel 8200 Series LED floods avoid the multiple lamp changes associated with HID sources. A precision optical system provides controlled beam angles with excellent uniformity and superior glare control for effective floodlighting. Generating up to 35,000 lumens, the Hydrel 8200 LED flood can easily replace over a 1000W metal halide flood, saving 66% in energy costs.', 'http://hydrel.acuitybrands.com/products/detail/255191/hydrel/8200-led-floodlight/floodlight-high-output-le', 'http://hydrel.acuitybrands.com/products/detail/255191/hydrel/8200-led-floodlight/floodlight-high-output-led/-/media/products/hydrel/255191/document/8200-led-yoke_pdf.pdf', '2018-02-21', '2018-04-26', '0000-00-00', ''),
(1390, 21, 'FL', 'FOP_FLS2A', 'FLS2A', 'FLS2A. ID+ 2.5\" Adjustable Accent.', 1, 0, '', '2700K; 3000K; 3500K', '80; 90', '6-14W', '500 lm; 700 lm; 900 lm', 'L70 at >36,000 hours', '0-10V - 1% Dimming; 0-10V - 10% Dimming; Lutron A-Series - 1% EcoSystem Digital; Lutron H-Series - 1% Dimming; Lutron 5-Series - 5% EcoSystem Digital; DALI - 1% Dimming; Lutron A-Series - Forward Phase', '120-277V', '15˚ Spot; 20˚ Narrow Flood;  40˚ Flood; 60˚ Wide Flood', 'Small aperture LED adjustable accent. 15° beam is ideal for art and object accenting, additional beampreads up to 60° complement any application. Adjustable accent allows for hot aiming with locking 40° vertical tilt and 362° rotation. Center Beam Optic allows maximum light output at all tilt angles. Selection of dimming drivers available. Selection of trim styles and finishes to complement any design. Fixed downlight and wall washer also available.', 'http://www.focalpointlights.com/products/downlight/id-25-adjustable-accent-fls2a-ls2-rd-aa', 'http://www.focalpointlights.com/sites/default/files/FLS2A__W.pdf', '2017-03-13', '2018-04-26', '0000-00-00', ''),
(1391, 96, 'CUBIX', 'GLG_GL-2765–2769', 'GL-2765–2769', 'GL-2765–2769. CUBIX.', 1, 0, '', '3000K, 3500K, 4000K', '85+', '80 - 224 W', '6051 - 18142 lumens', '50,000 hours', '0-10V dimming', '120-277V', '', 'High efficiency mid-power LEDs are field serviceable.', 'https://glighting.com/products/cubix/', 'https://glighting.com/wp-content/uploads/2018/03/cubix.pdf', '2018-03-05', '2018-04-26', '0000-00-00', ''),
(1392, 63, 'TunnelPass', 'HOL_TunnelPass-LED', 'TunnelPass-LED', 'TunnelPass LED. Tunnel and Underpass Luminaire.', 1, 0, '', '3000K; 4000K; 5000K', '70', '79W - 377W', '9,040 lm - 37,834 lm', '', '0-10V Dimming Control', '120-277V; 347-480V', '', 'The TunnelPass LED™ is suitable for use in all tunnel and underpass areas for roadway and railroad applications.\r\n\r\nRobust design with IP66 rating, low copper 360 alloy castings, 3G vibration rating, and a paint finish designed to meet a 5000 hour salt fog rating. Borosilicate prismatic glass lens for durability, permanence, and glare control and multiple lighting distributions to include ceiling counterbeam, long and narrow, and wall mount crossbeam.\r\n\r\nUniversal design that can be applied to either wall or ceiling mount with lumen packages to replace 100 watt through 400 watt HPS. Product ships complete with mounting brackets attached to aid in the installation of the product by one installer.\r\n\r\nDimming capability (0-10v) permits lumen output to be increased or decreased as required by control system\r\n\r\nListings: IP66 rated, UL/CUL Listed for wet locations.', 'https://www.acuitybrands.com/products/detail/216811/Holophane/TunnelPass-LED/Tunnel-and-Underpass-Luminaire', 'https://www.acuitybrands.com/products/detail/216811/Holophane/TunnelPass-LED/-/media/products/Holophane/216811/document/LUM_TNLED_pdf.pdf', '2016-09-15', '2018-04-26', '0000-00-00', ''),
(1393, 21, 'FL', 'FOP_FLS22A', 'FLS22A', 'FLS22A. ID+ 2.5\" x 2.5\" Adjustable Accent.', 1, 0, '', '2700K; 3000K; 3500K', '80+; 90+', '14W', '500 lm', 'L70 at >36,000 hours', '0-10V - 1% Dimming; 0-10V - 10% Dimming; Lutron A-Series - 1% EcoSystem Digital; Lutron H-Series - 1% Dimming; Lutron 5-Series - 5% EcoSystem Digital; DALI - 1% Dimming; Lutron A-Series - Forward Phase', '120-277V', '15˚ Spot; 20˚ Narrow Flood;  40˚ Flood; 60˚ Wide Flood', 'Small aperture LED adjustable accent. 15° beam is ideal for art and object accenting, additional Beamspreads up to 60° complement any application. Adjustable accent allows for hot aiming with locking 40° vertical tilt and 362° rotation. Center Beam Optic allows maximum light output at all tilt angles. Selection of dimming drivers available. Selection of trim styles and finishes to complement any design. Fixed downlight & wall wash also available.', 'http://www.focalpointlights.com/products/downlight/id-25-x-25-adjustable-accent-fls22a-ls22-sq-aa', 'http://www.focalpointlights.com/sites/default/files/FLS22A__J_0.pdf', '2017-03-14', '2018-04-26', '0000-00-00', ''),
(1394, 96, 'CUBIX II', 'GLG_GL-2770–2774', 'GL-2770–2774', 'GL-2770–2774. CUBIX II.', 1, 0, '', '3000K, 3500K, 4000K', '85+', '80 - 224 W', '6802 - 20406 lumens', '50,000 hours', '0-10V dimming', '120-277V', '', 'High efficiency mid-power LEDs are field serviceable.', 'https://glighting.com/products/cubix-ii/', 'https://glighting.com/wp-content/uploads/2018/03/cubix-II.pdf', '2018-03-05', '2018-04-26', '0000-00-00', ''),
(1395, 63, 'Madeira', 'HOL_MDLE2', 'MDLE2', 'MDLE2. Madeira LED Prismatic Acorns - Ornamental.', 1, 0, '', '3000K; 4000K', '70', '59W; 77W', '7,000 and 9,000 lumens', 'L70 & driver life > 100,000 hours', '', '120-277V 50Hz/60Hz', 'IESNA type lll, lV, and V', 'For City Streets, Parking Lots, Campuses, Commercial Developments, Plazas, Historic Districts, Village Squares, Residential Areas, Parks, Walkways, Boulevards, and Roadways.\r\n\r\nThe Madeira® LED blends the latest LED technology with a uniquely styled luminaire, which is reminiscent of turn of the 19th Century, and blends exceptionally well with traditional Spanish architecture. The prismatic glass optics combined with the decorative ribs and replica chimney provides just the right balance of exceptional beauty and performance. The Madeira LED provides exceptional illumination for roadway applications while saving energy, and reducing maintenance cost.', 'https://www.acuitybrands.com/products/detail/752704/Holophane/Madeira-LED/Prismatic-Acorns-Ornamental', 'https://www.acuitybrands.com/products/detail/752704/Holophane/Madeira-LED/-/media/products/Holophane/752704/document/LUM_MDLE2_pdf.pdf', '2017-08-14', '2018-04-26', '0000-00-00', ''),
(1396, 96, 'ORBIS', 'GLG_GL-2720–2724', 'GL-2720–2724', 'GL-2720–2724. ORBIS.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '54 - 243 W', '4135 - 22995 lumens', '50,000 hours', '0-10V dimming', '120-277V', '', 'High efficiency mid-power LEDs.', 'https://glighting.com/products/orbis/', 'https://glighting.com/wp-content/uploads/2018/02/orbis.pdf', '2017-12-04', '2018-04-26', '0000-00-00', ''),
(1397, 96, 'GLOBO', 'GLG_GL-2800', 'GL-2800', 'GL-2800. GLOBO 18″.', 1, 0, '', '3000K, 3500K, 4000K', '80+', '28 - 56 W', '2844 - 6321 lumens', '50,000 hours', '0-10V dimming. TRIAC, DALI, or DMX', '120-277V', '', 'High efficiency mid-power LEDs are field serviceable', 'https://glighting.com/products/globo-18-2800/', 'https://glighting.com/wp-content/uploads/2018/03/globo.pdf', '2018-03-01', '2018-04-26', '0000-00-00', ''),
(1398, 63, 'Parkpak', 'HOL_PPSQL2', 'PPSQL2', 'PPSQL2. Parkpak LED Parking Garage Luminaire.', 1, 0, '', '3000K; 4000K; 5000K', '80', '25W - 96W', '2,258 lm - 11,277 lm', 'For 50,000 operating hours 0.926 Lumen Maintenance Factor', '0-10V', '120-277V; 347-480V', 'Type V; Assymetric', 'Parkpak® LED can be applied for either ceiling, wall, pole or swivel pendant mounting arrangements for parking garages, overhead canopies, walkways, parking areas and building perimeters.\r\n\r\nWith a small, low profile footprint & weight, energy savings up to 50%, and expected service life over 20 years, the Parkpak LED luminaire combines robust mechanical design features with Holophane’s optical expertise and permanence of prismatic glass to excel as a direct retrofit for existing HID luminaires. Parkpak LED replaces 70-250W metal halide luminaires with eight lumen packages from 2,200 to 11,200 lumens and a choice of cutoff optics or prismatic optics (glass or poly) and five distributions. Parkpak LED is available in 3000K, 4000K and 5000K CCT and 70 CRI (80 CRI option) Features include 20kV/10kA \"Extreme\" surge protection, emergency Backup driver with dual fuse option, and a variety of control options including Acuity Brands Xpoint, an IR motion sensor or Field-adjustable Output.', 'https://www.acuitybrands.com/products/detail/791210/Holophane/Parkpak-LED/Parking-Garage-Luminaire', 'https://www.acuitybrands.com/products/detail/791210/Holophane/Parkpak-LED/-/media/products/Holophane/791210/document/LUM_PPSQL2_pdf.pdf', '2018-04-05', '2018-04-26', '0000-00-00', ''),
(1399, 21, 'FSM', 'FOP_FSM2ALS', 'FSM2ALS', 'FSM2ALS. Seem 2 LED Asymmetric.', 1, 0, '', '3000K; 3500K; 4000K', '>80', '11-42W', '250-1000 Lumens per foot', 'L70 at >61,000 hours', '0-10V - 10% Dimming; 0-10V - 1% Dimming; Lutron Hi-Lume EcoSystem (LDE1) - 1% Dimming; Lutron 5-Series EcoSystem (LDE5) - 5% Dimming; DALI 1% Dimming', '120/277V', 'Asymmetric', 'Narrow extruded aluminum 2.5\" aperture suspended asymmetric LED luminaire.\nIndividual units and continuous runs in 1\' increments. Flush frosted acrylic lens provides uninterrupted illumination. LED position and lens material optimized to provide the perfect blend of performance and visual comfort. Choice of output levels to meet a wide variety of application needs.', 'http://www.focalpointlights.com/products/linear/seem-2-asymmetric-fsm2als', 'http://www.focalpointlights.com/sites/default/files/FSM2ALS__E.pdf', '2017-09-06', '2018-04-27', '0000-00-00', ''),
(1400, 63, 'Predator', 'HOL_PLLED', 'PLLED', 'PLLED. Predator LED Large.', 1, 0, '', '3000K; 4000K; 5000K', '70', '307W; 349W; 391W', '307W: 34,608lm - 37,882lm; 349W: 39,181lm - 42,820lm; 391W: 43,775lm - 47,817lm', 'L70 > 100,000 hours', '0-10V Dimmable Driver', '120-277V; 347-480V', '', 'Predator LED is ideal for many outdoor and indoor floodlighting applications such as bridges, paper mills, power plants, ports and rail yards, petrochemical facilities, water and waste water treatment plants, lighting building facades, auto dealerships, parking lots, perimeters and secure areas.\r\nThe Predator® LED is a sustainable solution for floodlighting applications with three models to choose from; the PSLED (small), the PMLED (medium) and the PLLED (large). The PSLED offers lumen packages for direct replacement for 100-400 watt HID floods. The PMLED offers lumen packages for direct replacement for 400-1000 watt Metal Halide floods. The PLLED offers lumen packages for direct replacement for 750-1000 watt HID floods.\r\nWith energy savings exceeding 60% and expected service life over 20 years, the Predator LED luminaire excels at meeting the challenges associated with flood lighting. By combining the robust mechanical design features with the optical expertise and permanence of prismatic glass, this luminaire is designed as a direct retrofit for both yoke and knuckle mount applications. (Marine rated yoke option available)\r\nEase of installation features include a three stage terminal block, integrated photoelectric receptacle, and tool-less entry. Control options range from a standalone photocell, to dimming, to ROAM wireless monitoring and control. The luminaires are available with shielding options to control uplight and light trespass.\r\nClean, crisp white LED light, durable construction, reduced energy consumption and maintenance costs make the Predator LED the sustainable solution for all floodlighting applications.', 'https://www.acuitybrands.com/products/detail/249640/Holophane/Predator-LED/Predator-LED-Floodlighting', 'https://www.acuitybrands.com/products/detail/249640/Holophane/Predator-LED/-/media/products/Holophane/249640/document/LUM_PLLED_PDF.PDF', '2017-12-19', '2018-04-27', '0000-00-00', ''),
(1401, 21, 'FSM', 'FOP_FSM1BS', 'FSM1BS', 'FSM1BS. Seem 1 Direct/Indirect.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90', '13-63W', '125-1,000 Lumens per foot', 'L70 at >61,000 hours', '0-10V - 10% Dimming; 0-10V - 1% Dimming; Lutron Hi-Lume EcoSystem (LDE1) - 1% Dimming; Lutron 5-Series EcoSystem (LDE5) - 5% Dimming; DALI 1% Dimming', '120/277V; 347V', 'Direct/indirect', 'Narrow extruded aluminum 1.5\" linear direct/indirect LED. Individual units and continuous runs in 1\" increments. Frosted acrylic lenses provide uninterrupted illumination, without pixels or shadows. LED position and lens material optimized to provide the perfect blend of high performance and visual comfort. Choice of output levels and light distributions to meet a wide variety of application needs.', 'http://www.focalpointlights.com/products/linear/seem-1-directindirect-fsm1bs', 'http://www.focalpointlights.com/sites/default/files/FSM1BS__C_0.pdf', '2018-04-26', '2018-04-27', '0000-00-00', ''),
(1402, 63, 'LEDG', 'HOL_LEDG', 'LEDG', 'LEDG. LEDgend™ LED Outdoor Cobra Head.', 1, 0, '', '4000K; 5000K', '70', '42W - 240W', '3060lm - 14320lm', 'L70: 50,000 hours - 171,000 hours', 'BI-Level Dimming; ROAM CONCIERGE Dimming Control; ROAMWIEW Dimming Control', '120-277V; 347-480V', 'Type I Narrow Assymetric; Type II Medium Assymetric; Type III Wide Assymetric; Type IV Forward Throw', 'For Municipal & residential streets, municipal parks & recreation, campuses, military bases, industrial parks, hotels/resorts, parking lots, bridges and other 2-3 lane roadway applications. \r\nLEDgend® roadway & area luminaires meet modern demands for sustainability and long-term performance. This is done by combining superior quality with outstanding engineering to effectively manage heat for longer luminaire life and higher lumen output. \r\nWith 50-watt to 150-watt high pressure sodium lumen package equivalence, LEDgend luminaires are designed to meet IESNA RP-8 luminance and illuminance method criteria. \r\nThe fixtures maximize pole spacing while enhancing visual comfort and safety for pedestrians and drivers . Their sustainable modular design facilitates future upgrades as LED technology advances.', 'https://www.acuitybrands.com/products/detail/89328/Holophane/LEDG/LEDgend-LED-Outdoor-Cobra-Head', 'https://www.acuitybrands.com/products/detail/89328/Holophane/LEDG/-/media/products/Holophane/89328/document/LUM_LEDG_PDF.PDF', '2013-01-23', '2018-04-27', '0000-00-00', ''),
(1403, 21, 'FWSL', 'FOP_FWSL', 'FWSL', 'FWSL. Focus Wall Wash.', 1, 0, '', '2700-4000K', '> 80', '15-63W', '250-950 lm per foot', 'L70 at >60,000 hours', '0-10V - 10% Dimming; 0-10V - 1% Dimming; Lutron H-Series - 1% Dimming; Lutron 5-Series - 5% Dimming; DALI - 1% Dimming', '120/277V; 347V', 'Wall wash', 'Low profile LED wall wash provides a glowing transition between wall and ceiling and shadow-free illumination. Housing creates 6\" architectural slot with extruded splay to conceal light source from view. Infinite lengths with the ability for pattern creation with 90° inside and outside corners. Ease of installation and maintenance with rough-in housing and separate snap and lock LED light module. Integrated sliding sleeve extends to meet precise dimensions of a finished space with + /- 2\" adjustment. Preferred Light: Lighting for better color rendition and human preference.', 'http://www.focalpointlights.com/products/perimeter-cove/focus-wall-wash-fwsl', 'http://www.focalpointlights.com/sites/default/files/FWSL__D.pdf', '2017-11-13', '2018-04-27', '0000-00-00', ''),
(1404, 42, 'LBR', 'GEL_LBR24', 'LBR24', 'LBR24. LBR24 Series - Backlit Recessed.', 1, 0, '', '3500K; 4000K; 5000K', '80', '23.0W - 58.5W', '3000 - 7200 lumens', 'L85 >60,000 hrs', '0-10VDC ANSI C137.x compliant', '120-277, 347 VAC', 'Med. Lambertian', 'GE Lumination LBR Series Recessed LED Troffers are the surprisingly affordable way to retrofit fluorescent tubes with advanced LED technology that includes dimming options. Designed to install quickly and easily in T-bar ceiling grids, these systems deliver all the energy-saving and long-life advantages of LED in a fixture accessible from below the ceiling plane. Perfect for new construction, remodel or retrofit projects, they deliver beautiful, even LED light to a wide range of office, healthcare and commercial applications.', 'https://products.currentbyge.com/indoor-lighting/recessed/lumination-lbr-series', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/IND419-Lumination-LED-LBR24-Series-Back-lit-Recessed-Spec-Sheet.pdf', '2017-07-06', '2018-04-27', '0000-00-00', ''),
(1405, 67, 'CXF', 'HDC_CXF5', 'CXF5', 'CXF5. Pima LED pendant.', 1, 0, '', '3000K; 4000K', '75', '35-137W', '3,803-14,453 lm', '>60,000 hours L70', '4 Hrs 25% Reduction; 4 Hrs 50% Reduction; 4 Hrs 75% Reduction; 6 Hrs 25% Reduction; 6 Hrs 50% Reduction; 6 Hrs 75% Reduction; 8 Hrs 25% Reduction; 8 Hrs 50% Reduction; 8 Hrs 75% Reduction; Compatible with DALI; No dimming', '120-277 VAC; 347-480 VAC', 'Type II; Type III; Type IV; Type V', 'The Philips Hadco Pima pendant family offers a simple modern take on the traditional pendant lantern, providing style and elegance to downtown areas, commercial developments, parks and residential communities. These pendants use the latest LED technology which maximizes energy savings and provides uniform and comfortable light. The Swan is a great solution for new installations or replacing a variety of HID sources.', 'http://www.lightingproducts.philips.com/our-brands/hadco/pima-led-pendant-large-cxf5.html#!f=%40Brand%3aHadco%2b%40Category%3aUrban%2b%40SubCategory%3aPendants', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/CXF5-Pima.pdf', '2016-10-13', '2018-04-27', '0000-00-00', ''),
(1406, 42, 'LBT', 'GEL_LBT22', 'LBT22', 'LBT22. LBT22 Series - Backlit T-Grid.', 1, 0, '', '3500K; 4000K; 5000K', '80+', '16.0-41.0 watts', '2000-5000 lumens', 'L70@50,000 hours', '0-10V Dimming', '120-277V, 347V', 'Med. Lambertian', 'Lumination™ LBT Series Recessed LED Luminaires from GE Lighting provide all the advantages of LED lighting at a remarkably affordable cost. These advanced fixtures fit perfectly into existing drop ceilings for easy high-tech retrofits that bring a fresh perspective to any space. Available in 2x2, 1x4 and 2x4 models, they produce a pleasing, even light that fills the entire T-grid ceiling frame. Get the incredible energy-saving and long-life advantages of GE LED technology in an affordable all-in-one system—perfect for office and commercial applications. What a refreshingly great choice.', 'https://products.currentbyge.com/indoor-lighting/recessed/lumination-lbt-series', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/IND424-LBT22-Series-Backlit-T-Grid-Spec-Sheet.pdf', '2017-07-21', '2018-04-27', '0000-00-00', ''),
(1407, 42, 'LET', 'GEL_LET24', 'LET24', 'LET24. LET24 Series - reveal® with TriGain™ technology.', 1, 0, '', '3500K; 4000K', '90+', '24.5-39.5 watts', '3000-4800 lumens', 'L85@50,000 hours', '0-10V Dimming; Daintree WIreless Enabled; Daintree Wireless Enabled with Daintree WFA100', '120-277V, 347V', 'Med. Lambertian', 'Ceilings will never be the same: New GE Lumination™ LED Recessed Troffer Luminaires transform ambient lighting into an exquisite balance of refined appearance and superior efficiency. When illuminated, the panels produce a perfectly even glow that delivers exceptionally uniform light to fill the space. While off, they appear completely free of a visible light source. It\'s an immaculate design aesthetic, unlike anything you\'ve seen before.', 'https://products.currentbyge.com/indoor-lighting/recessed/lumination-let-series', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/IND428-Lumination-LET24-Series-reveal-TriGain-Spec-Sheet_0.pdf', '2017-12-13', '2018-04-27', '0000-00-00', ''),
(1408, 67, 'CXF', 'HDC_CXF4', 'CXF4', 'CXF4. Swan LED pendant.', 1, 0, '', '3000K; 4000K', '75', '35-137W', '3,395-12,647 lm', '>60,000 hours L70', '4 Hrs 25% Reduction; 4 Hrs 50% Reduction; 4 Hrs 75% Reduction; 6 Hrs 25% Reduction; 6 Hrs 50% Reduction; 6 Hrs 75% Reduction; 8 Hrs 25% Reduction; 8 Hrs 50% Reduction; 8 Hrs 75% Reduction; Compatible with DALI; No dimming', '120-277 VAC; 347-480 VAC', 'Type II; Type III; Type IV; Type V', 'The Philips Hadco Swan pendant family offers a simple modern take on the traditional pendant lantern, providing style and elegance to downtown areas, commercial developments, parks and residential communities. These pendants use the latest LED technology which maximizes energy savings and provides uniform and comfortable light. The Swan is a great solution for new installations or replacing a variety of HID sources.', 'http://www.lightingproducts.philips.com/our-brands/hadco/swan-led-pendant-cxf4.html#!f=%40Brand%3aHadco%2b%40Category%3aUrban%2b%40SubCategory%3aPendants', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/CXF4-Swan.pdf', '2016-10-13', '2018-04-27', '0000-00-00', ''),
(1409, 42, 'Albeo™', 'GEL_ALV1', 'ALV1', 'ALV1. Albeo™ LED Linear Fixture - ALV1.', 1, 0, '', '4000K; 5000K', '70', '23 - 117 watts', '3350 - 14800 lumens', 'Projected L70(10k) ≥ 100,000 Life Hours', '0-10V', '120/277 volt and 347/480 volt available', '120°; 120° Diffused', 'The Albeo™ ALV1-Series LED luminaire is an energy-efficient, low maintenance alternative to traditional fluorescent in a variety of commercial, low bay lighting applications. The ALV1-series offers customers the best mix of value and performance.', 'https://products.currentbyge.com/indoor-lighting/albeo-led-luminaire-alv1', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/ALB029-GE-LED-Albeo-ALV1-Series-Spec-Sheet.pdf', '2015-06-04', '2018-04-27', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1410, 67, 'VX', 'HDC_VX600', 'VX600', 'VX600. Architectural LED post top.', 1, 0, '', '3000K; 4000K', '75', '38-104W', '2,100-9,707 lm', '>60,000 hours L70', '4 Hrs 25% Reduction; 4 Hrs 50% Reduction; 4 Hrs 75% Reduction; 6 Hrs 25% Reduction; 6 Hrs 50% Reduction; 6 Hrs 75% Reduction; 8 Hrs 25% Reduction; 8 Hrs 50% Reduction; 8 Hrs 75% Reduction; Compatible with DALI; No dimming', '120-277V; 347-480V', 'Type 2; Type 3; Type 3 Wide; Type 4; Type 5', 'The Philips Hadco Architectural LED post top is a masterful blend of tradition and modern technology captured in sturdy cast aluminum, rendering years of maintenance-free operation. It creates a warm and friendly ambiance with its design while at the same time offering high-end technology and photometric performance is the strength of this beautiful luminaire. Architectural\'s transitional design is suited to a broad range of environments with the utility and efficiency of performance optics for multiple urban applications.', 'http://www.lightingproducts.philips.com/our-brands/hadco/architectural-led-post-top-vx600.html#!f=%2b%40Category%3aUrban%2b%40SubCategory%3aPost+Top', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/Architectural-LED-spec.pdf', '2017-08-01', '2018-04-27', '0000-00-00', ''),
(1411, 42, 'FM Series', 'GEL_FM-Series', 'FM-Series', 'FM Series. Flush Mount Round Ceiling Fixtures.', 1, 0, '', '2700K', '80+', '15W', '1000 (9”) / 975 (12”) lumens', 'L70 @ 25,000 Hours', 'Non-dimming', '120V', 'Wide', 'The Lumination™ FM Series LED Luminaire is designed for quick installation and eliminates the need for changing light bulbs. This fixture is both economical and efficient with just 15W of energy consumption. The FM Series can be used in retrofit and new construction and is ideal for office, hospitality and residential use. Light is distributed evenly without pixilation resulting in a soft glow around the fixture.', 'https://products.currentbyge.com/indoor-lighting/lumination-fm-series', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/IND156-GE-Lumination-FM-Series-Flush-Mount-Round-Ceiling-Spec-Sheet.pdf', '2016-08-17', '2018-04-27', '0000-00-00', ''),
(1412, 67, 'CAND', 'HDC_CAND2', 'CAND2', 'CAND2. Candela LED Post Top.', 1, 0, '', '3000K; 4000K', '75', '50W; 70W', '2,830-5,960 lm', '100,000+ hours with >L70', 'Dimming driver standard', '120-277V', 'Type III (ASYM); Type V (SYMM)', 'Attention to detail is perhaps the most important aspect of the Philips Lumec Candela LED post top and pendant luminaires. From the European inspired nautical design to the wide range of options available, to the wide assortment of complementary products that harmonize with this luminaire, no stone has been left unturned to give decision makers unprecedented flexibility and design options. Whatever the project, be it town or country, the presence of Candela luminaires will bring architectural and landscaped developments to new heights. Powered by the Philips EcoSwap LED light engine, Candela provides longevity and energy savings.', 'http://www.lightingproducts.philips.com/our-brands/lumec/candela-led-post-top-cand2.html#!f=%2b%40Category%3aUrban%2b%40SubCategory%3aPost+Top', 'http://www.lightingproducts.philips.com/Documents/webdb2/Lumec/pdf/CAND2_Spec.pdf', '2018-02-21', '2018-04-27', '0000-00-00', ''),
(1413, 42, 'RX Series', 'GEL_RX-Series', 'RX-Series', 'RX Series. Lumination™ LED Luminaire - RX Series.', 1, 0, '', '3000K; 3500K; 4000K', '82', '14W, 19.5W, 25W, 36W', '1000, 1500, 2000, 3000 lumens', 'L70 @ 50,000 hours', 'Non-Dimming', '120-277V', 'Wide', 'The Lumination RX Series LED downlights are the ideal solution for traditional 1 or 2-lamp CFL downlights. Designed for quick installation, the downlights easily install into most 6-inch and 8-inch CFL rough-in frames bringing a fresh look to the space. Concerns about maintenance or compatibility issues with existing ballasts are eliminated with 50,000 hours life rating and a new power supply.', 'https://products.currentbyge.com/indoor-lighting/downlights/lumination-rx-series', 'https://products.currentbyge.com/sites/products.currentbyge.com/files/documents/document_file/IND191-GE-Lumination-RX%20Series-Downlights-Spec-Sheet.pdf', '2016-05-26', '2018-04-27', '0000-00-00', ''),
(1414, 67, 'VX', 'HDC_VX151', 'VX151', 'VX151. Independence LED Post Top.', 1, 0, '', '3000K; 4000K', '75', '38W-104W', '3,073-10,172 lm', '100,000+ hours with >L70 lumen', '4 Hrs 25% Reduction; 4 Hrs 50% Reduction; 4 Hrs 75% Reduction; 6 Hrs 25% Reduction; 6 Hrs 50% Reduction; 6 Hrs 75% Reduction; 8 Hrs 25% Reduction; 8 Hrs 50% Reduction; 8 Hrs 75% Reduction; Compatible with DALI; No dimming', '120-277V; 347-480V', 'Type 2; Type 3; Type 3 Wide; Type 4; Type 5', 'Traditional 4 Sided Cage Post Top. Hinged roof with tool less access. Tool-less access to pod. Creates a warm and friendly ambiance with its design while offering high-end technology and photometric performance. Tool-less hinged roof allows for easy access to the LED engine and driver.', 'http://www.lightingproducts.philips.com/our-brands/hadco/independence-led-post-top-vx151.html#!f=%2b%40Category%3aUrban%2b%40SubCategory%3aPost+Top', 'http://www.lightingproducts.philips.com/Documents/webdb2/Hadco/pdf/Independence-LED-Spec.pdf', '2017-06-28', '2018-04-27', '0000-00-00', ''),
(1415, 140, 'pShimmer', 'HLM_pShimmer-6a', 'pShimmer-6a', 'pShimmer-6a. pendant fixtures.', 1, 0, '', '2700K; 3900K; 4500K; 5200K', '73; 82', '2.0; 4.2; 6.0', '90lm; 209lm; 130lm', '50,000 Hrs', 'PWM, Phase', '10 to 15V', '10°; 20°; 30°-32°; 55-58°', 'Hanging down light for overhead illumination in 1 or 3 LED. Available in aluminum construction.', 'https://www.holmlighting.com/product/pendant/pshimmer-6a', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-specsheet-pshimmer-6-web.pdf', '2016-04-19', '2018-04-27', '0000-00-00', ''),
(1416, 140, 'pShimmer', 'HLM_pShimmer-4', 'pShimmer-4', 'pShimmer-4. pendant fixtures.', 1, 0, '', '2700K; 4500K; 5200K', '81', '2.0W', '44lm', '50,000 Hrs', 'PWM, Phase', '10 to 15V', '50,000 Hrs', 'Hanging down light for overhead illumination in 1 LED. Available in brass/copper or aluminum construction.', 'https://www.holmlighting.com/product/pendant/pshimmer-4', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-specsheet-pshimmer-4-combined.pdf', '2016-04-22', '2018-04-27', '0000-00-00', ''),
(1417, 140, 'dFLP', 'HLM_dFLP', 'dFLP', 'dFLP. Directional fixtures.', 1, 0, '', '2700-5200K', '83-84', '2.0-11.2W', '102-552 lm', '50,000 hours L70', 'PWM, Phase**', '10 to 15V', 'wide flood', 'Practical directional down light in 1, 3, 6, or 9 LED. Aluminum construction. An RGBW version is also available for use with ZDClink systems.', 'https://www.holmlighting.com/product/directional/dflip', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-specsheet-dflip-web.pdf', '2016-04-18', '2018-04-27', '0000-00-00', ''),
(1418, 140, 'sBBQ', 'HLM_sBBQ', 'sBBQ', 'sBBQ. Surface-mounted fixtures.', 1, 0, '', '2700-5200K', '82', '2W', '82 lm', '50,000 hours L70', 'PWM, Phase**', 'Input 10-15VAC/VDC 50/60Hz.', '', '1 LED for illuminating grilling areas. Designed to work with the Luxor® system, or independently with optional plug-in transformer. Stainless steel.', 'https://www.holmlighting.com/product/surface-mounted/sbbq', 'https://www.holmlighting.com/sites/holmlighting.com/files/holm-specsheet-sbbq-web.pdf', '2016-04-18', '2018-04-27', '0000-00-00', ''),
(1419, 122, 'LTL', 'ASL_LTL30', 'LTL30', 'LTL30. LTL30 LED Post-Top Octagonal Lantern Luminaire.', 1, 0, '', '3000K; 4000K; 5000K', '', '24W; 32W', '3600-5600 delivered lumens', '≥ 70,000 hrs L70 25°C', '', 'MVOLT; 347; 480', 'Type III; Type V', 'Economical solution for architectural site and roadway lighting.\r\n\r\nAn octagonal shaped luminaire with integral ballast housing and spiked finial, an eight-sided lens frame, lens panels and hinged roof. \r\n• LED light sources in 3000K, 4000K, 5000K CCT. \r\n• All hardware is stainless steel, with exterior tamper resistant hardware. \r\n• The luminaire mounts on a 3’ O.D. x 3’ tenon.', 'https://www.acuitybrands.com/products/detail/163092/Antique-Street-Lamps/LTL30-LED/LTL30-LED-Post-Top-Octagonal-Lantern-Luminaire', 'https://www.acuitybrands.com/products/detail/163092/Antique-Street-Lamps/LTL30-LED/-/media/products/Antique_Street_Lamps/163092/document/LTL30-LED_pdf.pdf', '2013-02-06', '2018-04-27', '0000-00-00', ''),
(1420, 127, 'AC74', 'ARC_AC7490', 'AC7490', 'AC7490. Bathroom Vanity.', 1, 0, '', '3000K', '90', '', '2,796 lm', '', '', '', '', 'The \"Tranquility Collection\" flushmount has a beautiful miter glass which is complimented by its chrome plated frame. A transitional design, illuminated by bright energy efficient LEDs.', 'https://www.artcraftlighting.com/en/products/led/ac7490-tranquility-25w-led-flushmount', 'https://www.artcraftlighting.com/en/products/led/ac7490-tranquility-25w-led-flushmount', '0000-00-00', '2018-04-27', '0000-00-00', ''),
(1421, 127, 'AC74', 'ARC_AC7491', 'AC7491', 'AC7491. Bathroom Vanity.', 1, 0, '', '3000K', '90', '10W', '731 lm', '', '', '', '', 'The \"Tranquility Collection\" of bathroom vanities has a beautiful miter glass which is complimented by its chrome plated frame. A transitional design, illuminated by bright energy efficient LEDs.', 'https://www.artcraftlighting.com/en/products/new-2018-introductions/ac7491-tranquility-10w-led-wall-mount', 'https://www.artcraftlighting.com/en/products/new-2018-introductions/ac7491-tranquility-10w-led-wall-mount', '0000-00-00', '2018-04-27', '0000-00-00', ''),
(1422, 122, 'RC', 'ASL_RC15L', 'RC15L', 'RC15L. Resonance 1.5 (Large) LED post-top Luminaire.', 0, 0, '', '3000K; 4000K; 5000K', '70', '57W - 145W', '5,608 lm - 17,981 lm', '60,000 hours of performance (L85)', 'Field Adjustable Output; Bi-level switched dimming, 30%; Bi-level switched dimming, 50%; 1-10V dimming driver (no controls); Part night, dim till dawn; Part night, dim 5 hours; Part night, dim 6 hours; Part night, dim 7 hours; Photocell button type 120V; ', '120-277V; 347-480V', 'Type II; Type III; Type IV; Type V', 'Blending traditional Venetian styling with contemporary accenting elements, the Resonance™ has transformed an iconic design theme into modern lighting equipment. By blending both contemporary and traditional design references, the Resonance™ compliments most architectural settings from office parks to retail centers.\r\n\r\n• LED light source with multiple lumen packages\r\n• LED light sources in 3000K, 4000K, 5000K CCT. \r\n• Aeris® optics - SR2, SR3, SR4SC & SR5S \r\n• Die cast and permanent mold aluminum construction. \r\n• Fully cast lower assembly with driver located in the base for ease of installation.', 'https://www.acuitybrands.com/products/detail/224003/Antique-Street-Lamps/Resonance-15-LED/Resonance-15-Large-LED-post-top-Luminaire', 'https://www.acuitybrands.com/products/detail/224003/Antique-Street-Lamps/Resonance-15-LED/-/media/products/Antique_Street_Lamps/224003/document/ASL_Resonance_15_LED_RC15L_pdf.pdf', '2016-10-03', '2018-04-27', '0000-00-00', ''),
(1423, 127, 'AC72', 'ARC_AC7203CH', 'AC7203CH', 'AC7203CH. Wall Bracket.', 1, 0, '', '3000K', '80', '5W', '1,200 lm', '', '', '', '', 'The \"Kingsley\" Collection of vanities features a frosted flat glassware with clear edges. It is suspended on a chrome frame with matching chrome wall backplate. This is an LED collection which is certainly energy efficient, dimmable, CRI 80 and 3000k. Comes in multiple sizes. (ADA Compliant).', 'https://www.artcraftlighting.com/en/products/led/ac7203ch-kingsley-3x-5w-led-ch-wmnt', 'https://www.artcraftlighting.com/en/products/led/ac7203ch-kingsley-3x-5w-led-ch-wmnt', '0000-00-00', '2018-04-27', '0000-00-00', ''),
(1424, 127, 'AC75', 'ARC_AC7541', 'AC7541', 'AC7541. Wall Light.', 1, 0, '', '3000K', '80', '2.4W', '240 lm', '', '', '', '', 'Plated in a high quality black pearl nickel, the \"Terranova Collection\" is modern and simply put it is cool... Each light can rotate to a desired position. These \"heads\" are illuminated by LED and the glass has a raw crystal shape.', 'https://www.artcraftlighting.com/en/products/led/ac7541-terranova-led-wall-mount', 'https://www.artcraftlighting.com/en/products/led/ac7541-terranova-led-wall-mount', '0000-00-00', '2018-04-27', '0000-00-00', ''),
(1425, 122, 'RC', 'ASL_TLRC10', 'TLRC10', 'TLRC10. Resonance 1.0 LED post-top Luminaire (Small).', 1, 0, '', '3500K; 4100K; 5600K', '', '18W', '', '', '', '120-277V; 50/60 Hz', 'Type III; Type IV; Type V', 'Resonance™ distinctive design enhances commercial building exteriors. With its elegant design and high-efficiency LEDs, the Resonance 1.0 will light the way with style.\r\n\r\n• LED light sources in 3500K, 4100K, 5500K CCT.\r\n• All hardware is stainless steel. \r\n• Tamper resistant exterior hardware.\r\n• Mounts on a 3” O.D. x 3” tall tenon', 'https://www.acuitybrands.com/products/detail/224002/Antique-Street-Lamps/Resonance-10-LED/Resonance-10-LED-post-top-Luminaire-Small', 'https://www.acuitybrands.com/products/detail/224002/Antique-Street-Lamps/Resonance-10-LED/-/media/products/Antique_Street_Lamps/224002/document/ASL_Resonance_10_LED_TLRC10_pdf.pdf', '2013-08-12', '2018-04-27', '0000-00-00', ''),
(1426, 122, 'AL25', 'ASL_AL25', 'AL25', 'AL25. AL25 LED Post-Top Acorn Luminaire.', 1, 0, '', '3000K; 4000K; 5000K', '', '24W; 32W', '3600-5600 delivered lumens', '≥ 70,000 hrs L70 25°C', '', 'MVOLT; 347; 480', 'Type III; Type V', 'Economical solution for architectural site and roadway lighting.\r\n\r\nAn acorn styled luminaire with a variety of decorative luminaire bases, integral globe holder/ballast housing and an acorn shaped globe.\r\n• LED source provides energy savings, longer life, and an environmentally friendly solution!\r\n• Acorn globe in clear textured acrylic, Optional Caged Globe available\r\n• Stainless steel hardware\r\n• 9 different styles of bases\r\n• 3” O.D. x 3” tall tenon required for mounting\r\n• Performance Comparable to 70W-100W MH (3600-5600 delivered lumens)', 'https://www.acuitybrands.com/products/detail/191455/Antique-Street-Lamps/AL25-LED/AL25-LED-Post-Top-Acorn-Luminaire', 'https://www.acuitybrands.com/products/detail/191455/Antique-Street-Lamps/AL25-LED/-/media/products/Antique_Street_Lamps/191455/document/ASL20AL25LED_pdf.pdf', '2013-02-06', '2018-04-27', '0000-00-00', ''),
(1427, 128, 'BLED', 'BLG_BLED-2T', 'BLED-2T', 'BLED 2T. Recessed LED Trims.', 1, 0, '', '3000K; 3500K; 4000K', '≥ 90', '9W', '', '50,000 hours', 'Dimmable with most standard incandescent and low voltage dimmers', '120V, 50/60Hz', 'Downlight', 'Energy saving LED recessed trims compatible with most 2\" recessed standard housings.', 'http://www.barronltg.com/tracelite-products.php?page=bled-2t', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/bled-2t.pdf', '2018-02-01', '2018-04-27', '0000-00-00', ''),
(1429, 131, '26', 'BWL_2612-LED', '2612-LED', '2612 LED.', 1, 0, '', '2700K - 4000K', '82', '37W; 49W; 63W', '3837 lm; 5116 lm; 8056 lm', 'L80 rating - 60,000 hrs', 'Dimming driver (120-277V) (0-10V dimming control required) - Standard in H-Series LED - DIM code not required; Dali Compatible (0-10v dimming included)', '120v; 120-277v', '', 'The popular 2612 high performance pendant can be your solution to a variety of challenging lighting applications. The unit features a transparent acrylic outer shell, with a variety of decorative inserts which are bonded to the inner side of the drum. The unit is offered in five sizes ranging from 24 inches to 48 inches, making it a spec locker for common areas, club houses, conference rooms, libraries, lobbies, national accounts and more.', 'http://www.brownlee.com/product/2612LED', 'https://s3.amazonaws.com/brownleewebapps/assets/spec_sheets/2612LED_ss.pdf?v5', '2018-02-23', '2018-04-27', '0000-00-00', ''),
(1430, 123, 'SAF', 'CTL_SAF-3518-1X4', 'SAF-3518-1X4', 'SAF-3518-1X4. Superseal Alpha Flanged - Cleanroom.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80-89', '25 - 98 W', '2600 - 10400 lm', '50,000 hours', '0-10v, 1%', '120-277V, 347V', 'Downlight', 'The SAF series by Certolux is a specification-grade, recessed flanged IP65, IP66 IC-rated luminaire, for ISO Class 4 Cleanrooms. Available in 1x4 configurations. Ideal for Pharmaceutical manufacturing, Food Processing, Life Sciences and laboratories. NSF/ANSI 2 Food Zone Non-contact and Splash Zone Applications. For use in Wet Locations, insulated ceilings. For use in Hazardous Locations, consult ordering key.', 'http://www.viscor.com/product.php?id=306', 'http://www.viscor.com/assets/SAF-3518_LED_SAF_3518_1x4_LED_SpecSheet.pdf', '2018-04-04', '2018-04-27', '0000-00-00', ''),
(1431, 128, 'BRK', 'BLG_BRK-LED4-GR-ECO', 'BRK-LED4-GR-ECO', 'BRK LED4 GR ECO. LED Gimbal Trim.', 1, 0, '', '2700K; 3000K; 4000K', '>90', '10W', '675-750 lm', '50,000 hours', 'Dimmable down to 5% with most dimmers', '120V, 50/60Hz', 'Downlight', '4\" Gimbal trim with integrated LED power supply and thermal management system. Designed to fit most standard 4\" recessed cans.', 'http://www.barronltg.com/tracelite-products.php?page=brk-led4-gr-eco', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/brk-led4-gr-eco.pdf', '2018-02-05', '2018-04-27', '0000-00-00', ''),
(1432, 131, '26', 'BWL_2681-LED', '2681-LED', '2681 LED.', 1, 0, '', '2700K - 4000K', '82; 90', '6W - 49W', '698 lm - 5116 lm', 'L80 rating - 60,000 hrs', 'Bi-Level Dimming; Dali Compatible (0-10v dimming included); Dimming driver (120-277V)(0-10V dimming control required); Triac (Line Voltage) Dimming (120V)', '120v; 120-277v', '', 'An architectural solution for the specification market yet affordable enough for competitive retrofit projects. Two sizes. Three diffuser options. No exposed hardware. You can\'t go wrong with this unit. Refer to the 2081 for the suspended version of this product. Have a custom finish in mind? We\'ll do our best to match it.', 'http://www.brownlee.com/product/2681LED', 'http://www.brownlee.com/products/specsheets/2681LED_ss.pdf?v5', '2017-10-13', '2018-04-27', '0000-00-00', ''),
(1433, 123, 'CRG', 'CTL_CRG-3522-1X4', 'CRG-3522-1X4', 'CRG-3522-1X4. LED Cleanroom Recessed Grid (t-bar).', 1, 0, '', '3500K, 4000K, 5000K', '80-89', '25 - 98 W', '2600 - 10400 lm', '50,000 hours', '0-10v, 1%', '120-277V, 347V', 'Downlight', 'The CRG1X4 series by Certolux is a specification-grade, IC-rated LED luminaire which provides a cost-effective Cleanroom lighting solution. The model 3522 is designed as a lay-in unit. The housing flange facilitates easing sealing to the ceiling grid. It is suitable for ISO Class 5 - 8 Cleanrooms. For use in wet locations, insulated ceilings. NSF/ANSI 2 Food Zone, Splash Zone and Non-Food Zone Applications (see ordering key).', 'http://www.viscor.com/product.php?id=381', 'http://www.viscor.com/assets/CRG-3522_LED_CRG_3522_1x4_LED_SpecSheet.pdf', '2017-02-10', '2018-04-27', '0000-00-00', ''),
(1434, 128, 'BRK', 'BLG_BRK-LED6A-BW', 'BRK-LED6A-BW', 'BRK LED6A BW. LED Retrofit Trim.', 1, 0, '', '3500K; 5000K', '80', '18W', '1,500 lm', '50,000 hours', 'LED driver dimmable to 10% with most dimmers (SYLANIA/45167, Leviton Decora/lP710-LFZ, Lutron Diva/DVTV-WH, Cooper/ DF10P-C1)', '120V-277V, 50/60Hz', 'Downlight', '6\" recessed downlight retrofit trim with integrated LED power supply and thermal management system combined in a single compact unit designed to fit most standard 6\" recessed housings. Also works in new construction\napplications (no housing required).', 'http://www.barronltg.com/tracelite-products.php?page=brk-led6a-bw', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/brk-led6a-bw.pdf', '2018-02-06', '2018-04-27', '0000-00-00', ''),
(1435, 123, 'VRSE', 'CTL_VRSE-3556', 'VRSE-3556', 'VRSE-3556. LED Vandal Resistant Resistant Surface-extruded.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80-89', '22 W, 44 W, 88 W', '2400 - 9600 lm', '50,000 hours', '0-10v, 1%', '120-277V, 347V', '', 'The VRSE series by Certolux is a specification-grade LED architectural luminaire for high abuse / vandal resistant applications. The housing is an extruded aluminum construction with die-cast end plates. The polycarbonate lens and tamper resistant fasteners allow this unit to be used in high abuse areas. The luminaire can be ceiling or wall mounted and is suitable for wet locations (ceiling mount) and damp locations (wall mount). Ideal for Schools, Community centers, and Stairwells.', 'http://www.viscor.com/product.php?id=402', 'http://www.viscor.com/assets/VRSE-3556_LED_VRSE_3556_LED_SpecSheet.pdf', '2017-04-05', '2018-04-27', '0000-00-00', ''),
(1436, 131, '790', 'BWL_79005-LED', '79005-LED', '79005 LED.', 1, 0, '', '4000K', '82', '50W; 80W', '5655 - 8788 delivered lumens', 'L70 rating - 76,000 hrs (projected)', '', '120-277V', '', 'DLC qualified full cutoff wall pack constructed of aluminum with a polycarbonate optical diffuser. This unit features two high performance LED lumen packages, each of which delivering over 110 lumens per watt. IP65 rated for exterior use. Standard in Bronze (BZ) with optional finishes available. Standard specifications ship quickly while supply is in stock.', 'http://www.brownlee.com/product/79005LED', 'http://www.brownlee.com/products/specsheets/79005LED_ss.pdf?v5', '2017-12-14', '2018-04-27', '0000-00-00', ''),
(1437, 128, 'BRK', 'BLG_BRK-LED8A-BW', 'BRK-LED8A-BW', 'BRK LED8A BW. Architectural LED Retrofit Trim.', 1, 0, '', '3500K; 5000K', '80', '27w', '2,000 lm', '50,000 hours', 'LED driver dimmable down to 10% with most dimmers (Sylvania/45167, Leviton Decora/IP710-LFZ, Lutron Diva/DVSTV-WH, Cooper/ DF10P-C1)', '120-277VAC, 50/60Hz', 'Downlight', '8\" recessed downlight retrofit trim with integrated LED power supply and thermal management system designed to fit most standard 8\" recessed housings. Also works in new construction applications (no housing required).', 'http://www.barronltg.com/tracelite-products.php?page=brk-led8a-bw', 'http://www.barronltg.com/resources/01_tracelite_literature/01_web-specs/brk-led8a-bw.pdf', '2017-09-27', '2018-04-27', '0000-00-00', ''),
(1438, 123, 'VRFW', 'CTL_VRFW-4143', 'VRFW-4143', 'VRFW-4143. LED Vandal Resistant Recessed Flange Wall Mount.', 1, 0, '', '4000K', '80-89', '7 W', '500lm', '50,000 hours', '0-10v, 1%', '120-277V', '', 'The VRFW series by Certolux is an IC-rated specification-grade recessed flanged luminaire for medium security and vandal resistant applications. The luminaire design has tamper resistant fasteners and security lenses. This maximizes impact resistance and unauthorized fixture tampering/penetration. For use in insulated ceilings.', 'http://www.viscor.com/product.php?id=396', 'http://www.viscor.com/assets/VRFW-4143_LED_VRFW-4143_LED_VRFW_4143_LED_SpecSheet_2.pdf', '2018-02-01', '2018-04-27', '0000-00-00', ''),
(1439, 131, '71', 'BWL_7162-LED', '7162-LED', '7162 LED.', 1, 0, '', '2700K - 4000K', '82', '6W - 24W', '698 lm - 2558 lm', 'L80 rating - 60,000 hrs', 'Bi-Level Dimming; Dimming driver (120-277V)(0-10V dimming control required); Triac (Line Voltage) Dimming (120V)', '120-277V', '', 'The impact resistant 7162 LED carries an architectural aesthetic that can be utilized both outdoors and indoors. This versatile unit can be used in a variety of applications such as breezeways, corridors, portecocheres, stairwells, garages, commercial restrooms and more. It also serves as a decorative, yet durable solution for vandal prone applications such as student housing and schools. Ceiling or wall mount. Battery backup optional.', 'http://www.brownlee.com/product/7162LED', 'https://s3.amazonaws.com/brownleewebapps/assets/spec_sheets/7162LED_ss.pdf?v5', '2018-04-09', '2018-04-27', '0000-00-00', ''),
(1440, 3, 'CNC', 'MGE_CNC', 'CNC', 'CNC. Concise LED.', 1, 0, '', '3000K, 5000K, 5700K', 'minimum 70', '25 - 102 W', '2,224 -  12,368 lumens', '95% lumen maintenance at 60,000 hours per IESNA TM-21', '0-10V Dimming', '120-277V, 347V, 480V', 'Concentrated Type V Square, Type V Square, Wide Type V Square, Type II w/Glare Control, Type III w/Glare Control, Type IV w/Glare Control, Rectangular, 90° Forward Throw Perimeter Left, 90° Forward Throw Perimeter Right', 'The Concise™ LED luminaire features a rugged and low profile housing construction incorporating patent pending, modular LED LightBAR™ technology. Through superior optical control, Concise™ delivers uniform and energy conscious illumination optimized to improve vehicular movement and pedestrian safety. UL and cUL listed for wet locations.', 'http://www.cooperindustries.com/content/public/en/lighting/products/parking_garage_and_canopy/_125636.brands.lighting!mcgraw_edison!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-cnc-concise-led-td515004en-sss.pdf', '2017-04-18', '2018-04-27', '0000-00-00', ''),
(1441, 3, 'GLEON', 'MGE_GLEON-F', 'GLEON-F', 'GLEON-F. Galleon Flood.', 1, 0, '', '3000K, 4000K, 5000K, 6000K', '70', '34 - 640 W', '5,319 - 67,896 lumens', '90% lumen maintenance expected at 60,000 hours', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, Type II Roadway, Type III, Type III Roadway, Type IV Forward Throw, Type IV Wide, Type V Narrow, Type V Square Medium, Type V Square Wide, Type II w/Spill Control, Type III w/Spill Control, Type IV w/Spill Control, 90° Spill Light Eliminator Left', 'The Galleon™ LED Flood luminaire combines the low-profile design of the Galleon LED Flood with the mounting angle flexibility of a pole-mounted floodlight to illuminate large areas. With a maximum tilt angle of 60° from horizontal, and patented, high-efficiency AccuLED Optics™ technology, the Galleon LED Flood provides uniform and energy conscious illumination for parking lots, container/rail yards, or any large area application. Fixture mounts direct to pole or to a bullhorn or 2-3/8\" – 3\" O.D. pole-top tenon. IP66 rated and UL/cUL Listed for wet locations.', 'http://www.cooperindustries.com/content/public/en/lighting/products/floodlighting/_866262.brands.lighting!mcgraw_edison!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-galleon-flood-td506001en-sss.pdf', '2018-01-15', '2018-04-27', '0000-00-00', ''),
(1442, 3, 'GLEON', 'MGE_GPC', 'GPC', 'GPC. Galleon Pedestrian Companion.', 1, 0, '', '3000K, 4000K,  5000K, 6000K', 'minimum 70', '34 - 129 W', '3,700 up to 14,400 lumens', '90% lumen maintenance expected at 60,000 hours', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, Type II Roadway, Type III, Type III Roadway, Type IV Forward Throw, Type IV Wide, Type II w/Spill Control, Type III w/Spill Control, Type IV w/Spill Control, 90° Spill Light Eliminator Left, 90° Spill Light Eliminator Right, Rectangular Wide Type', 'The Galleon™ Pedestrian Companion LED luminaire is complementary with the Galleon area/site luminaire providing a cohesive, modern architectural style to area, site and roadway lighting applications. The Galleon family of LED products deliver exceptional performance with patented, high-efficiency AccuLED Optics™, providing uniform and energy conscious lighting for parking lots, building and security lighting applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/area_site_lighting/_877941.brands.lighting!mcgraw_edison!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-edison-gpc-galleon-wall-led-td500053en-sss.pdf', '2018-04-23', '2018-04-27', '0000-00-00', ''),
(1443, 3, 'GLEON', 'MGE_GWC', 'GWC', 'GWC. Galleon Wall LED.', 1, 0, '', '3000K, 4000K,  5000K, 6000K', 'minimum 70', '34 - 129 W', '3,700 - 14,400 lumens', '90% lumen maintenance expected at 60,000 hours', '0-10V dimming', '120-277V, 347V, 480V', 'Type II, Type III, Type IV Forward Throw, Type IV Wide, Type II w/Spill Control, Type III w/Spill Control, Type IV w/Spill Control, 90° Spill Light Eliminator Left, 90° Spill Light Eliminator Right, Rectangular Wide Type I, Type V Square Narrow, Type V Sq', 'The Galleon™ wall mounted LED dayform appearance is complementary with the Galleon area/site luminaire bringing a modern architectural style to wall mounted lighting applications. The Galleon family of LED products deliver exceptional performance with patented, high-efficiency AccuLED Optics™, providing uniform and energy conscious lighting for parking lots, building and security lighting applications', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_872531.brands.lighting!mcgraw_edison!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-edison-gwc-galleon-wall-led-td514017en-sss.pdf', '2018-03-14', '2018-04-27', '0000-00-00', ''),
(1444, 3, 'LRC', 'MGE_LRC', 'LRC', 'LRC. LED Recessed Canopy.', 1, 0, '', '3000K, 4000K, 6000K', '70, 80', '35 - 88 W', '2,987 - 8,212 lumens', '90% lumen maintenance expected at 60,000 hours', '', '120-277V, 347V, 480V', 'Vertical Aysmmetric, Wide Symmetric, Medium Symmetric', 'The LRC luminaire is specifically designed for recessed applications in single or double skin canopies. Three specialized optics are optimized for efficiency and uniformity, delivering high light levels on task. Typical applications include retail gas stations, convenience stores, banks and pharmacies. UL/cUL listed for wet locations.', 'http://www.cooperindustries.com/content/public/en/lighting/products/parking_garage_and_canopy/_822591.brands.lighting!mcgraw_edison!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-edison-lrc-led-recessed-canopy-td515006en-sss.pdf', '2017-04-18', '2018-04-27', '0000-00-00', ''),
(1445, 3, 'TT', 'MGE_TT', 'TT', 'TT. TopTier LED.', 1, 0, '', '3000K, 4000K, 5000K, 6000K', '70, 80', '28 - 108 W', '3,500 - 12,000 Lumens', '90% lumen maintenance after 60,000 hours per IESNA TM-21', '0-10V dimming', '120-277V, 347V, 480V', 'Concentrated, Medium, Wide, Rectangular Wide,  Drive Lane / Type 4', 'The TopTier™ Parking Garage and Canopy Luminaire is an innovative solution that delivers an unparalleled combination of performance and visual comfort. The patented WaveStream™ optical technology blocks the line of sight from the LED light sources to the observer, while extracting the maximum amount of light on task. This approach results in a high level of uniformity and vertical footcandles that enhances safety in the application environment. The TopTier luminaire is UL/cUL listed for wet locations, IP66 and 3G vibration rated.', 'http://www.cooperindustries.com/content/public/en/lighting/products/parking_garage_and_canopy/_848908.brands.lighting!mcgraw_edison!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/mcgraw_edison/spec_sheets/mcgraw-toptier-1-td515005en-sss.pdf', '2017-10-09', '2018-04-27', '0000-00-00', ''),
(1446, 1, 'AC', 'MTX_14AC', '14AC', '14AC. Accord LED.', 1, 0, '', '3000K, 3500K, 4000K', '85', '16.3 - 41.1 W', '2000 - 4400 lumens', '60,000 hrs', '0-10V, DLVP, DALI', '120-277V, 347V', 'Downlight', 'The Metalux Accord™ LED Series combines optimal illumination design and contemporary styling with Eaton\'s Linear LED Platform. Accord’s high performance LED system with advanced light distribution and attractive appearance deliver unprecedented energy savings, comfort and aesthetics. And, it simplifies installation and maintenance with a tool-less design.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_135266.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS519155EN-AC-LD5-LED-1x4-SSS.pdf', '2018-03-09', '2018-04-27', '0000-00-00', ''),
(1447, 1, 'ALN', 'MTX_14ALN', '14ALN', '14ALN. ArcLine LED.', 1, 0, '', '3000K, 3500K, 4000K', '80', '20.6 - 40.9 W', '2300 - 4000 lumens', '60,000 hrs', '0-10V, DLVP, DALI', '120-277V, 347V, 480V', 'Downlight', 'The ArcLine™ LED Series blends modern styling with an innovative optical design to deliver leading-edge performance and energy savings. ArcLine combines advanced LED technology with a fully luminous center panel to generate optimal light uniformity and enhanced visual comfort. ArcLine’s perfect balance of form and function make it an ideal choice for commercial office spaces, schools, hospitals and retail merchandising areas.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_284379.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS519185EN-14ALN-LD5-Curved-1x4-sss.pdf', '2018-03-09', '2018-04-27', '0000-00-00', ''),
(1448, 1, 'EN', 'MTX_12EN', '12EN', '12EN. Encounter LED.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80', '9.9 - 35.4 W', '800 - 3900 Lumens', '100,000 hours', '0-10V, DLVP, DALI', '120-277V, 347V, 480V', 'Downlight', 'The Metalux Encounter™ Series redefines ambient lighting by blending contemporary styling with Eaton\'s proprietary WaveStream™ technology. The result is exceptional performance and superior energy savings – all at an affordable price. The highly efficient LED system with advanced optical design delivers optimal light uniformity, resulting in soft, natural light for superior visual comfort. Encounter is a perfect balance of form and function, making it an ideal choice for commercial interiors.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_840381.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS519066EN-12EN-1x2-LED-SSS.pdf', '2018-03-09', '2018-04-27', '0000-00-00', ''),
(1449, 1, 'EN', 'MTX_312EN', '312EN', '312EN. Encounter Metric LED.', 1, 0, '', '3000K, 3500K, 4000K', '85', '16.0 - 44.7 W', '1800 - 5100 Lumens', '100,000 hours', '0-10V, DALI', '120-277V, 347V', 'direct', 'The Metalux Encounter™ Metric Series redefines ambient lighting by blending contemporary styling with Eaton’s proprietary WaveStream™ technology. The result is exceptional performance and superior energy savings – all at an affordable price. The highly efficient LED system with advanced optical design delivers optimal light uniformity, resulting in soft, natural light for superior visual comfort. Encounter is a perfect balance of form and function, making it an ideal choice for commercial interiors around the world.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_864905.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS519075EN-312EN-300x1200-LED-Metric-SSS.pdf', '2016-02-12', '2018-04-27', '0000-00-00', ''),
(1450, 1, 'FM', 'MTX_FM', 'FM', 'FM. LED Flushmount.', 1, 0, '', '3000K, 4000K', '80', '12.2 - 30.5 W', '950 - 2350 lumens', '50,000 hours', 'Dimmable to 10%; compatible with most Triac dimmers.', '120V', '360° uniform light', 'FM series is a versatile LED ceiling or wall mount series which can be used in a broad range of residential and commercial applications. This series provides customers with a high quality luminaire utilizing the latest LED, solid state lighting and electronic driver technology for optimal performance and maximized energy efficiency. With a traditional opal white lens, the FM series produces even, uniform light distribution and ideal choice for offices, corridors, stairways, bedroom, closet and foyers applications where customers are replacing incandescent, circline or compact fluorescent lamps.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_883096.brands.lighting!metalux!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/metalux/spec_sheets/PS502036EN-FM-SSS.pdf', '2016-11-22', '2018-04-27', '0000-00-00', ''),
(1451, 71, 'Value+', 'CLR_CA-51200', 'CA-51200', 'CA-51200. Value+ LED - VLLR Series Remote Lamp Head, Indoor.', 1, 0, '', '6000K', '', '', '150lm; 75lm', '', '', '120/277V', '', 'Value+ LED Family - provides the best economical solution for all your general purpose needs without compromising on quality and performance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-led-vllr-series-remote-lamp-head-indoor.html#!f=%2b%40Category%3aExit%2fEmergency%2b%40SubCategory%3aRemotes%2fAccessories', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/Philips%20Chloride%20Value+%20Remote%20Lamp%20Heads%20(frmr_CA-51200).pdf', '2016-03-31', '2018-04-30', '0000-00-00', ''),
(1452, 71, 'HZ', 'CLR_HZ', 'HZ', 'HZ. LED Exit.', 1, 0, '', '', '', '', '', '', '', '120/277 VAC', '', 'The HZ Series is designed and tested for locations requiring a hazardous location classification. It ideal for areas that handle flammable gases, vapors and combustible dusts such as petroleum refineries, spray finish areas, flour and feed mills.', 'http://www.lightingproducts.philips.com/our-brands/chloride/hz-series-led-exit.html#!f=%2B%40Category%3AExit%2FEmergency%2B%40SubCategory%3AIndustrial%2FHazardous', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/CH-41200.pdf', '2018-04-01', '2018-04-30', '0000-00-00', ''),
(1453, 71, 'Patron', 'CLR_CM-25050', 'CM-25050', 'CM-25050. Patron LED Emergency Wall Light.', 1, 0, '', '4500K', '', '8-3W', '500 Lumen; 700 Lumen; 700/500 Lumen', '50,000 hours', '', '120/277VAC', '', 'The Patron LED low profile unit offers many options for indoor or outdoor lighting applications. Its stylish design is an excellent choice as an architectural grade emergency lighting unit for illuminating an interior or exterior path of egress.', 'http://www.lightingproducts.philips.com/our-brands/chloride/patron-led-emergency-wall-light.html#!f=%2b%40Category%3aExit%2fEmergency%2b%40SubCategory%3aEmergency+-+Architectural', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/CM-25050.pdf', '2016-12-16', '2018-04-30', '0000-00-00', ''),
(1454, 71, 'VLLC', 'CLR_VLLC', 'VLLC', 'VLLC. Emergency Combo.', 1, 0, '', '6000K', '', '1W', '150 lm', '', '', '120/277VAC', '', 'The Philips Chloride Value + LED Series is an economical line of exit signs, emergency combos, and emergency lighting units that provide a solution for commercial and retail applications with a price sensitive budget without compromising on quality and appearance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-led-vllc-series-emergency-combo.html#!f=%2B%40Category%3AExit%2FEmergency%2B%40SubCategory%3AExit+Signs', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/Philips%20Chloride%20BFR-VLLC_3.31.16.pdf', '2016-03-31', '2018-04-30', '0000-00-00', ''),
(1455, 71, 'Fusion', 'CLR_CM-25450', 'CM-25450', 'CM-25450. Fusion III Recessed LED Emergency Unit.', 1, 0, '', '3100K; 6500K', '', '', '', '', '', '120/277 VAC', '', 'The Fusion III is the latest expansion to Philips Chloride\'s solid-state lighting family. A slim recessed ceiling profile combined with a variety of finishes, help the Fusion III to enhance any architectural space with no design compromises.', 'http://www.lightingproducts.philips.com/our-brands/chloride/fusion-iii-recessed-led-emergency-unit.html#!f=%2b%40Category%3aExit%2fEmergency%2b%40SubCategory%3aEmergency+-+Architectural', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/CM-25450.pdf', '2016-09-08', '2018-04-30', '0000-00-00', ''),
(1456, 75, 'S23', 'NER_S23', 'S23', 'S23. LED Straight and Narrow.', 1, 0, '', '3000K, 3500K, 4000K', '', '33W, 44W', '2100, 2700 lumens', '50,000 hours', '0-10V', '120-277V', 'Indirect', 'Designed from the inside out, the Series 23 LED elegantly synthesizes premium materials with industry leading technology. Utilizing precision optics with the highest quality reflective materials, the Series 23 provides unmatched performance in an elegant, fully extruded profile. The Straight & Narrow luminaires allow easy access from below the plenum, requiring only standard tools for maintenance. Compatible with nearly every ceiling type in recessed, pendant and surface mount, the 23 LED provides exceptional design flexibility with industry leading performance.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_827566.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/23IW-1-L35-4-U-DD-S92HT.pdf', '2013-01-17', '2018-04-30', '0000-00-00', ''),
(1457, 71, 'VCRW', 'CLR_VCRW', 'VCRW', 'VCRW. Value+.', 1, 0, '', '', '', '5W', '', '', '', '120/277 VAC', '', 'The Philips Chloride Value + Series is an economical line of exit signs and combos that provide an solution to projects with budget constraints, with out compromising on quality and appearance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-vc-series-combo.html#!f=%2B%40Category%3AExit%2FEmergency%2B%40SubCategory%3AExit+Signs', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/CE-15200.pdf', '2017-03-14', '2018-04-30', '0000-00-00', ''),
(1458, 71, 'Value+', 'CLR_BFR-VLLU', 'BFR-VLLU', 'BFR VLLU. Value+ LED - VLLU Series Emergency Unit.', 1, 0, '', '5000K; 6000K', '', '2 - 1W; 2 - 2W; 1 - 1W', '150lm; 250lm', '', '', '120/277VAC, 60Hz', '', 'The Philips Chloride Value + LED Series is an economical line of exit signs, emergency combos, and emergency lighting units that provide a solution for commercial and retail applications with a price sensitive budget without compromising on quality and appearance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-led-vllu-series-emergency-unit.html#!f=%40Brand%3aChloride%2b%40Category%3aExit%2fEmergency%2b%40SubCategory%3aEmergency+-+Commercial', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/Philips%20Chloride%20BFR-VLLU_3.31.16.pdf', '2016-03-31', '2018-04-30', '0000-00-00', ''),
(1459, 75, 'S12', 'NER_S121', 'S121', 'S121. Define Series - Recessed/Perimeter.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 90', '13.6W, 27.9W, 42.6W', '1285, 2608, 3696 lumens', '60,000 hrs', 'Non-Dimming, 0-10 Volt Dimming, 10%, 0-10 Volt Dimming, 1%, DALI Dimming, Lutron A-Series w/eco sys, Lutron A-Series w/3W dim', '120-277V, 347V', 'Direct', 'The Define series by Neo-Ray characterizes the ultimate in minimalist simplicity by providing clean, uniform lines of illumination in virtually any architectural environment. Powered by Eaton’s most advanced linear LED technology, the Define series delivers outstanding efficacy in a variety of profile widths. 1”, 2”, 3”, 4” and 5” luminaire widths are all specifiable to the nearest inch in length and can be fitted with standard flush, regress, proud and asymmetric lensing. In wall 90- degree corners and wall to ceiling 90 degree transitions can all be ordered as standard components and blend seamlessly into the most complex architectural spaces. Robust construction and adaptable, modular components make installation simple and ensure straight runs.', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_866446.ssd.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/Neo-Ray-Define-pr-121-sss.pdf', '2018-01-11', '2018-04-30', '0000-00-00', ''),
(1461, 71, 'VWRHP', 'CLR_VWRHP', 'VWRHP', 'VWRHP.  Remote Lamp Head, Outdoor.', 1, 0, '', '4500K', '', '', '80 lm; 160 lm', '', '', '120/277V', '', 'The Philips Chloride Value + LED Series is an economical line of exit signs, emergency combos, and emergency lighting units that provide a solution for commercial and retail applications with a price sensitive budget without compromising on quality and appearance.', 'http://www.lightingproducts.philips.com/our-brands/chloride/value-led-vllr-series-remote-lamp-head-outdoor-0f8e67.html#!f=%40Brand%3AChloride%2B%40Category%3AExit%2FEmergency%2B%40SubCategory%3ARemotes%2FAccessories', 'http://www.lightingproducts.philips.com/Documents/webdb2/Chloride/pdf/Philips%20Chloride%20Value+%20Remote%20Lamp%20Heads%20(frmr_CA-51200).pdf', '2016-03-31', '2018-04-30', '0000-00-00', ''),
(1462, 75, 'S12', 'NER_S122-S', 'S122-S', 'S122-S. Define Series - Surface.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 90', '13.6W, 27.9W, 42.6W', '1284, 2608, 3707 lumens', 'Theoretical L70 131,000 hours', 'Non-Dimming, 0-10 Volt Dimming, 10%, 0-10 Volt Dimming, 1%, DALI Dimming, Lutron A-Series w/eco sys, Lutron A-Series w/3W dim', '120-277V, 347V', 'Direct', 'The Define series by Neo-Ray characterizes the ultimate in minimalist simplicity by providing clean, uniform lines of illumination in virtually any architectural environment. Powered by Eaton’s most advanced linear LED technology, the Define series delivers outstanding efficacy in a variety of profile widths. 2”, 3”, 4” and 5” luminaire widths are all specifiable to the nearest foot in length in a surface mount installation and can be fitted with standard flush, regress, proud and asymmetric lensing. Robust construction and adaptable, modular components make installation simple and ensure straight runs.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_875783.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/S122-2-define-ds-rds-direct-surface-ps508013en-sss.pdf', '2017-11-22', '2018-04-30', '0000-00-00', ''),
(1463, 146, 'LSP', 'NSL_LSP2', 'LSP2', 'LSP2. Lytescaper™ LSP2.', 1, 0, '', '3000K; 4000K; 5000K', '', '25W; 35W; 52W', '25W: 1728lm - 2544lm; 35W: 2400lm - 3564lm; 52W: 2904lm - 4296lm', 'Greater than 60,000 L80', 'Non Dimming, standard; Dimming 1-10V, Interface only, standard', 'Universal 110V to 277V', '11° Narrow; 26° Medium; 46° Wide; Ellip. Hor.; Ellip. Vert.; Asym. Beam; Square Beam', 'Construction:\r\nHousing is die-cast aluminum, heavy duty, structurally rigid and heat dissipating for longer lumen maintenance life-hours. Housing is finished fine texture metallic gray using polyester powder coat. Other optional finishes are available.\r\nLens Door Assembly Minimum 1/8” thick tempered glass lens, thermal and impact resistant, sealed with doorframe and housing using extruded, memory retentive gasket. The doorframe is die-cast aluminum.\r\nOptical System: \r\nLargest selection of optical choices shall be available to fit your applications. Please specify your selection from the ordering guide. Photometric Application Data table is provided additional tool for selecting appropriate optic system suitable to the application.\r\nGlare Control: Choice of external glare control accessories are available. Please select from the catalog ordering guide. Mounting: Adjustable aim and lock type yoke is provided to mount on horizontal or vertical surface depending on application. The yoke is made of steel and finished powder coat to match luminaire finish.', 'http://nslights.com/products/lytescaper-lsp2', 'http://nslights.com/images/resources/lytescaper-lsp2-cut-sheet.pdf', '2014-09-09', '2018-04-30', '0000-00-00', ''),
(1464, 79, 'AL', 'PUR_AL1-ARE-RE2W', 'AL1-ARE-RE2W', 'AL1 ARE RE2W. Aurora LED Accent Round Edge 2.0.', 1, 0, '', '2700K; 3000K; 4100K', '92; 95', '7W–9W', '390-505 lm', '25,000 hrs; 35,000 hrs', 'Compatible with most ELV dimmers. Refer to lamping specs for list of compatible dimmers', '120VAC (standard); 230VAC; 277VAC input', 'Downlight', 'Specification grade, recessed adjustable accent fixture for plaster or drywall construction. The flush mounted rigid plaster plate, which is finished into the ceiling, maintains a flat finish and secures the removable flush trim. Combining the Knife Edge 2\" (50mm) aperture with the Aurora dome and the tilt gear hidden behind the lamp creates a clean internal look.', 'http://www.purelighting.com/products/al1-are-re2w.php', 'http://www.purelighting.com/specs/al1_are_re2w.pdf?1525074696992', '2016-09-27', '2018-04-30', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1465, 75, 'S12', 'NER_S122-P', 'S122-P', 'S122-P. Define Series - Suspended.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 90', '26.9 - 80.5 W', '299-1225 Lm/Ft', 'Projected life is 153,000 hours at >79% lumen', '0-10V, DALI', '120-277V, 347V', 'Direct / Indirect', 'The Define series by Neo-Ray characterizes the ultimate in minimalist simplicity by providing clean, uniform lines of illumination in virtually any architectural environment. Powered by Eaton’s most advanced linear LED technology, the Define series delivers outstanding efficacy in a variety of profile widths. 2”, 3”, 4” and 5” luminaire widths are all specifiable to the nearest foot in length in a suspended / pendant installation and can be fitted with standard flush, regress, proud and asymmetric lensing. Robust construction and adaptable, modular components make installation simple and ensure straight runs.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_875782.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/S122-2-define-dip-rdip-direct-indirect-pendant-ps524034en-sss.pdf', '2017-07-24', '2018-04-30', '0000-00-00', ''),
(1466, 79, 'AL', 'PUR_AL3-ARE3-RGB', 'AL3-ARE3-RGB', 'AL3 ARE3 RGB. Aurora LED Accent Round Edge 3.3 RGB.', 1, 0, '', '2700K; 3000K; 4100K', '92; 95', '7W–9W', '390-505 lm', '25,000 hrs; 35,000 hrs', 'Sold Separately; Electronic Low Voltage Dimming (ELV) Dimmers', '120VAC (standard); 230VAC; 277VAC input', 'Downlight', 'Specification grade, recessed, trimless, adjustable accent fixture for plaster or drywall construction. Uplighting with RGB (red, green, blue) LEDs within the Aurora Dome creates color at the ceiling plane while an LED white light projects downward controlled by DMX. Use only LED retrofit lamps designed for use in enclosed fixtures, compatible lamps sold separately. Compatible lamps have 10, 15, 25, or 36 degree beam spread options available. Hot-aiming with #2 Phillips screwdriver offers 0 - 45 degree vertical adjustment and 362 degree horizontal rotation without beam clipping. The .04 inch thick die formed aluminum housing includes 12V, 15W ELV Transformer for MR16 LED (230V and 277V versions available). The Snoot secures lamp to the Pan Tilt Mechanism for easy relamping. Fixture weight is 23.5lbs (10.65kg). Coordinate installation with electrician and drywall contractors.', 'http://www.purelighting.com/products/al3-are3-rgb.php', 'http://www.purelighting.com/specs/al3_are3_rgb.pdf?1525075389384', '2017-01-03', '2018-04-30', '0000-00-00', ''),
(1467, 146, 'SMF', 'NSL_SMF200', 'SMF200', 'SMF200. Smart™ Flood 200.', 1, 0, '', '2700K - 5000K', '70', '200W', '18,003 lm; 18,785 lm; 19,243 lm', '50,000 hours @ 25°C L70', 'Non Dimming; Dimming', 'Universal 100V to 277V; 480V', 'NEMA Type 3; NEMA Type 5; NEMA Type 6', 'Product Benefits:\r\nReplaces up to 400W HID Light Source\r\nFlexible, modular design\r\nMultiple choice of optical lenses\r\nAdvanced, vortex air flow thermal management\r\nEasy, low cost maintenance and repair', 'http://nslights.com/products/smf-200-smart-flood', 'http://nslights.com/images/resources/SMF200_CS.pdf', '2016-05-12', '2018-04-30', '0000-00-00', ''),
(1468, 75, 'S12', 'NER_S123-P', 'S123-P', 'S123-P. Define Series - Suspended.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 90', '26.9 - 80.5 W', '338 - 1282 Lm/Ft', 'Projected life is 153,000 hours at >79% lumen', '0-10V, DALI', '120-277V, 347V', 'Direct / Indirect', 'The Define series by Neo-Ray characterizes the ultimate in minimalist simplicity by providing clean, uniform lines of illumination in virtually any architectural environment. Powered by Eaton’s most advanced linear LED technology, the Define series delivers outstanding efficacy in a variety of profile widths. 2”, 3”, 4” and 5” luminaire widths are all specifiable to the nearest foot in length in a suspended / pendant installation and can be fitted with standard flush, regress, proud and asymmetric lensing. Robust construction and adaptable, modular components make installation simple and ensure straight runs.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_875782.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/S123-3-define-dip-rdip-direct-indirect-pendant-ps524035en-sss.pdf', '2017-07-24', '2018-04-30', '0000-00-00', ''),
(1469, 146, 'SA', 'NSL_SA300', 'SA300', 'SA300. Smart™ Area 300.', 1, 0, '', '2700K - 5000K', '70', '300W', '30,137 lm', '50,000 hours @ 25°C L70', 'Dimming', 'Universal 100V to 277V; 480V', 'Type II; Type III; Type IV; Type V', 'Smart Light Specifications:\r\nThe 300 watt SmartTM Area is designed to replace HID light sources of up to 1000 watts. This is accomplished with sealed high brightness light modules with precision control TIR type optics.\r\n\r\nConstruction:\r\nHousing is die-formed made from low-copper 5052 aluminum, heavy duty, structurally rigid and vibration resistant. Heatsink fins are 0.040” thick made from low copper aluminum 5052 alloy with maximum contact with the housing for maximum heat dissipating surface area for the efficient cooler operation.\r\n\r\n3 available mounting options.\r\n\r\nOptics/Lens:\r\nThe 300 watt SmartTM Area contains 6 - 50 watt IP67 sealed light modules and are easily replaceable. Modules are available in both 45 degree (standard) and 85x135 degree (optional) beam patterns.\r\n\r\nElectrical:\r\nHigh power Cree XT-E LED source, with performance of greater than 90 lumens per watt. Available in range of Color Temperature 4500- 5500K, CRI of 70 or greater. LED Drivers: UL/CSA recognized component to meet UL8750 & EN61347 (USR/CNR - E328335). Suitable for input power at 100-277VAC, Minimum power factor >0.95 with an operating temperature range of -22-140 degrees\r\n\r\nF / -30C to +55C. Dimmable and motion sensor control compatible.\r\n\r\nFinish:\r\nGloss Black finish is standard. Other optional finishes available on request.', 'http://nslights.com/products/sa-300', 'http://nslights.com/images/resources/SA300-Cut-Sheet.pdf', '2014-11-21', '2018-04-30', '0000-00-00', ''),
(1470, 79, 'AL', 'PUR_AL6-GWS3L-WS3', 'AL6-GWS3L-WS3', 'AL6 GWS3L WS3. Genna LED 3.5 Wall Wash.', 1, 0, '', '3000K', '95+', '24.7 W', '1,823 lm', '50,000 hours', '(Sold Separately) Electronic Low Voltage Dimming (ELV) Dimmers', '120VAC (standard); 230VAC; 277VAC input', 'Wall wash', 'Specification grade recessed wall wash fixture, plasters into drywall ceiling. Trim offers no-glare aperture and ultra uniform field of light to top of the wall. Mounts at 32 inches center to center and 40 inches from center to the wall. Included LED lamp is 3000K, 98+CRI, R9 value 98, 24.7 total watts. Housing includes 120V constant current driver; IC and airtight making it suitable for remodel or new construction, and features a removable top for servicing from above. Aluminum plaster plate, primed and mounted flush with ceiling. Self leveling, telescoping mounting bars extend to allow mounting between studs 16 - 24 inches, and designed to accommodate ceiling thickness from .5 - 1.25 inches.Precision die-cast aluminum with 3.5 inch aperture; flangeless, flush square trim fits into the plaster plate with a precision snap-fit. The frosted prismatic lens to provide a smooth beam pattern. Fixture weight is 23 lbs (10.43kg). Coordinate installation with electrician and drywall contractors.', 'http://www.purelighting.com/products/al6-gws3l-ws3.php', 'http://www.purelighting.com/specs/al6-gws3l.pdf?1525075862592', '2017-01-11', '2018-04-30', '0000-00-00', ''),
(1471, 75, 'S12', 'NER_S124-P', 'S124-P', 'S124-P. Define Series - Suspended.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 90', '26.9 - 80.5 W', '331 - 1266 Lm/Ft', 'Theoretical L70 131,000 hours', '0-10V, DALI', '120-277V, 347V', 'Direct / Indirect', 'The Define series by Neo-Ray characterizes the ultimate in minimalist simplicity by providing clean, uniform lines of illumination in virtually any architectural environment. Powered by Eaton’s most advanced linear LED technology, the Define series delivers outstanding efficacy in a variety of profile widths. 2”, 3”, 4” and 5” luminaire widths are all specifiable to the nearest foot in length in a suspended / pendant installation and can be fitted with standard flush, regress, proud and asymmetric lensing. Robust construction and adaptable, modular components make installation simple and ensure straight runs.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_875782.brands.lighting!neo_ray!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/neo_ray/spec_sheets/S124-4-define-dip-rdip-direct-indirect-pendant-ps524036en-sss.pdf', '2017-07-24', '2018-04-30', '0000-00-00', ''),
(1472, 146, 'PRO', 'NSL_PRO3', 'PRO3', 'PRO3. Procyon™ 3.', 1, 0, '', '3000K; 4000K; 5000K', '', '132W; 190W; 245W', '132W: 12,041lm - 11,439lm; 190W: 16,015lm - 17379lm; 245W: 19503lm - 21164lm', 'Greater than 60,000 L70', 'Dimming 1-10V, Interface only; DMX Dimming Interface Only; DALI Dimming Interface Only; Remote Driver Maximum 100 ft. Distance', 'Universal 90V to 305V', '8° Narrow; 20° Medium; 44° Wide;  Ellip. Hor.; Ellip. Vert.; Asym. Beam; Square Beam', 'Construction:\r\nl Housing is low copper die-cast aluminum, heavy duty, structurally rigid and vibrantly dissipating heat for longer lumen maintenance life-hours. Housing is finished mini texture charcoal gray using polyester powder coat. Other optional finishes are available upon request.\r\nl Lens Door Assembly Minimum 1/8” thick clear tempered glass, thermal and impact resistant, sealed with door frame and housing using extruded, memory retentive gasket. The door frame is die-cast aluminum and all external hardware is stainless steel.\r\nOptical System:\r\nl Largest selection of optical choices shall be available to fit your applications. Please specify your selection from the ordering guide. Photometric Application Data table is provided as an additional tool for selecting an appropriate optic system suitable to the application.\r\nl Glare Control: Choice of external glare control accessories are available. Please select from the catalog ordering guide.', 'http://nslights.com/products/procyon-3', 'http://nslights.com/images/resources/Procyon_3.pdf', '2016-07-27', '2018-04-30', '0000-00-00', ''),
(1473, 79, '', 'PUR_SH4', 'SH4', 'SH4. Stratus LED Linear Wall Grazer.', 0, 0, '', '2800K; 4200K', '90+', '15 W/ft', '670 lm per foot; 804 lm per foot', '', 'Dimmable power Supply included (0-10) for WW and CW; (DMX) for RGB. Controllers sold separately', '120V - 277V', 'General', 'LEDs are field replaceable. Fixture is non IC rated. Suitable for new residential, new commercial, and remodel. Lights textured walls up to 30 feet high. Mounts flush to ceilings or recessed within a pocket cove for the most dramatic effect. Link multiple Stratus fixtures to create long runs. Includes one internal LED Power Supply per unit. (0-10V for WW and CW; DMX for RGB). Feed fixture with 120V - 240V. Coordinate installation with electrician and drywall contractors', 'http://www.purelighting.com/products/sh4-sp4-_.php', 'http://www.purelighting.com/specs/sh_sp.pdf?1525076308769', '2018-03-13', '2018-04-30', '0000-00-00', ''),
(1474, 79, 'AL', 'PUR_AL3-ASE3-RGB', 'AL3-ASE3-RGB', 'AL3 ASE3 RGB. Aurora LED Accent Square Edge 3.3 RGB.', 1, 0, '', '2700K; 3000K; 4100K', '92; 95', '7W–9W', '390-505 lm', '25,000 hrs; 35,000 hrs', 'Sold Separately. Electronic Low Voltage Dimming (ELV) Dimmers', '120VAC (standard); 230VAC; 277VAC input', 'Downlight', 'Specification grade, recessed, trimless, adjustable accent fixture for plaster or drywall construction. Uplighting with RGB (red, green, blue) LEDs within the Aurora Dome creates color at the ceiling plane while an LED white light projects downward controlled by DMX. Use only LED retrofit lamps designed for use in enclosed fixtures, compatible lamps sold separately. Compatible lamps have 10, 15, 25, or 36 degree beam spread options available. Hot-aiming with #2 Phillips screwdriver offers 0 - 45 degree vertical adjustment and 362 degree horizontal rotation without beam clipping. The .04 inch thick die formed aluminum housing includes 12V, 15W ELV Transformer for MR16 LED (230V and 277V versions available). The snoot secures lamp to the Pan Tilt Mechanism for easy relamping. Fixture weight is 23.5lbs (10.65kg). Coordinate installation with electrician and drywall contractors.', 'http://www.purelighting.com/products/al3-ase3-rgb.php', 'http://www.purelighting.com/specs/al3_ase3_rgb.pdf?1525077527924', '2017-01-03', '2018-04-30', '0000-00-00', ''),
(1475, 150, 'PT', 'RBW_PT-4A', 'PT-4A', 'PT-4A. Pilot Chandelier - 4.', 1, 0, '', '2700–2200K', 'min 80', '36 W', '2200 lumens', '50k hours', 'TRIAC Dimming 5-100%', '120V, 220V', '', 'Inspired by organic forms, each branch of the Pilot chandelier features a rounded, shell-like shade. Available in a range of colors, lengths, and finishes, the compositions of these branches are a sculptural exercise; options range from a linear beam suited to the long dining table, or an elaborate starburst ideal for a grand foyer.', 'https://richbrilliantwilling.com/collections/statements/products/pt-4', 'https://rbwstudio.egnyte.com/dl/XwWCe0044R', '2018-02-22', '2018-04-30', '0000-00-00', ''),
(1476, 79, 'AL', 'PUR_AL1-ARB-RB2', 'AL1-ARB-RB2', 'AL1 ARB RB2. Aurora LED Accent Round Beveled 2.0.', 1, 0, '', '2700K; 3000K; 4100K', '92; 95', '7W–9W', '390-505 lm', '25,000 hrs; 35,000 hrs', 'Compatible with most ELV dimmers. Refer to lamping specs for list of compatible dimmers', '120VAC (standard); 230VAC; 277VAC input', 'Downlight', 'Specification grade, recessed, adjustable accent fixture for plaster or drywall construction. The flush mounted rigid plaster plate, which is finished into the ceiling, maintains a flat finish and secures the removable flush beveled trim. The beveled trim raises the 2\" (50mm) aperture above the ceiling plane. Combining the Aurora dome with the tilt gear hidden behind the lamp creates a clean internal look. Suitable for wet locations with an optional wet location lens.', 'http://www.purelighting.com/products/al1-arb-rb2_.php', 'http://www.purelighting.com/specs/al1_arb_rb2.pdf?1525077987132', '2016-09-27', '2018-04-30', '0000-00-00', ''),
(1477, 150, 'C44', 'RBW_C44', 'C44', 'C44. Cinema.', 1, 0, '', '2700-2200K', 'min 90', '108 W', '3100 lumens', '50k hours', 'TRIAC Dimming 5-100%', '120V, 220V', '', 'The newly-launched Cinema Chandelier makes a bold statement with minimal effort, featuring a simple circular frame in a rich metal or powder coated finish and the warm glow of opal glass fixtures. Evocative of Old Hollywood’s charm, Cinema’s theatrical features are customizable to various compositions: The rings are available in stackable four-, six- or eight-foot diameters.', 'https://richbrilliantwilling.com/collections/statements/products/cinema-44-66-pc', 'https://rbwstudio.egnyte.com/dl/ZmL46qIu6p', '2018-02-22', '2018-04-30', '0000-00-00', ''),
(1478, 150, 'RGW', 'RBW_RGW', 'RGW', 'RGW. Witt 3.', 1, 0, '', '2200K, 2700K, 3000K, 3500K', 'min 80', '25.5 W', '1500 lumens', '50k hours', 'TRIAC Dimming 10-100%; Recommended Wall Switch; Lutron DVCL-153P', '120V, 220V', '', 'Witt is a modular, geometric take on the traditional chandelier. Two glowing, pearl-like luminaires are framed by the graphic outlines of five hollow brass cubes, which, like building blocks, allow for endless compositions: They can be hung in a linear procession, both horizontally and vertically; as a cluster; or at staggered heights. The sets of five can also be combined to a customized scale. The ultra-slim suspension cables are near invisible, leaving the focus on the composition.', 'https://richbrilliantwilling.com/collections/statements/products/rgw-3', 'https://rbwstudio.egnyte.com/dl/3DLoVEELzY', '2018-02-22', '2018-04-30', '0000-00-00', ''),
(1479, 112, '67', 'SHP_674-WP', '674-WP', '674-WP. Exterior Wall Luminaire Luminous Sconce.', 1, 0, '', '', '', '14W; 21W; 28W', '674 lm', '', '0-10V dimming', '120/277V (347V Canada)', '', '674-WP Luminous Wall Sconce features horizontal trim bars with a vertical fin detail. Design options, such as perforated metal, colored acrylic, and different trim bar configurations are available. Premium TGIC polyester powder coat paint has 2.5 mil nominal thickness for superior protection against fade and wear. The series is ADA compliant.', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_135606.ssd.brands.lighting!shaper!exterior_wall.html#product-tabs', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/cl-sps-674-WP-ADS042804-sss.pdf', '2014-07-30', '2018-04-30', '0000-00-00', ''),
(1480, 150, 'PD', 'RBW_PD-4', 'PD-4', 'PD-4. Palindrome 4.', 1, 0, '', '2700-2200K', 'min 90', '36 W', '1920 Lumens', '50k hours', 'TRIAC Dimming 5-100%', '120V, 220V', '', 'Sculptural, malleable, and now equipped with dim-to-warm LED technology, the contortionist Palindrome was built to adapt to its environment. Each installation is unique, thanks to the modular composition of its tubular steel arms. They rotate to the custom configuration dictated by the size and shape of a space, and the light itself adjusts to mirror corresponding moods. At its brightest setting, the chandelier emits the white tones ideal for commercial projects, but once dimmed, Palindrome’s light shifts to the warmer, amber tones best suited for intimate hospitality and residential spaces.', 'https://richbrilliantwilling.com/collections/statements/products/pd-4', 'https://rbwstudio.egnyte.com/dl/l4Nyv8ZFcG', '2018-02-22', '2018-04-30', '0000-00-00', ''),
(1482, 112, '1400', 'SHP_1400', '1400', '1400. Performance Pendants.', 1, 0, '', '2700-4000K', '80; 90', '13W', '650-710 lm', '', 'Standard offering is an electronic low voltage, reverse phase dimmer', '120V', 'Direct', 'The Shaper 1400 is a series of small decorative pendants designed for use in architectural, hospitality, and commercial space applications. The Shaper 1400 series uses performance optics providing high lumen outputs with low surface brightness. Available in one light level, four color temperatures, 80 or 90+ CRI, and one optic distribution. Ten standard RAL paint finishes are available and can be selected for the shade or trim, as well as two metal finishes. Mounting options include fourteen field cuttable decorative power cords, or rigid stem options. The Shaper 1400 decorative pendant is a fun comprehensive solution where aesthetics and performance are well balanced.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_958697.brands.lighting!shaper!high_performance_all.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/PS525099EN-Shaper-1400-Spec.pdf', '2018-04-27', '2018-04-30', '0000-00-00', ''),
(1483, 153, 'SPC03', 'STL_SPC0306LEDXT', 'SPC0306LEDXT', 'SPC0306LEDXT. XT 3\" Round Accent.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '9.1W', '1000 lumens', '', 'Electronic Driver, 120V/277V; 10% 0-10V Dimming, 120V/277V; ELV MLV 1% Phase Dimming,120V Only', '120-277V', '10°, 26°, 35°, 55°', '3\" Round x 4\" High Mini LED Cylinder Luminaire for accent and general illumination.', 'http://www.speclight.com/p1984/XT-3amp;quot;-Round-Accent-1000Lm.htm', 'http://www.speclight.com/images/product_spec/spectrac%20specs/SPC0306LEDXT_1701.pdf', '2017-01-19', '2018-04-30', '0000-00-00', ''),
(1484, 89, 'Cosmos', 'VBA_2500', '2500', '2500. Cosmos.', 1, 0, '', '3000K', '>80', '4,5W', '426 lm', '', '1-10V PUSH', '120-277V 50/60Hz', 'Highlight', 'The Cosmos lights collection is a Lievore, Altherr, Molina design. The Cosmos collection consists of pendant light clusters in various sizes of flattened orbs to create an optical illusion of spheres floating in mid-air. Vibia manufactures the Cosmos lamps in several finishes: matte lacquered dark brown, matte green, light gray and matte white. The use of LED technology makes the light source imperceptible, totally integrated within each of the elements.', 'https://www.vibia.com/us/usa/pendants-cosmos_pendant', 'https://www.vibia.com/us/usa/pendants-cosmos_pendant', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1485, 153, 'SPC04', 'STL_SPC0405SQLEDXT', 'SPC0405SQLEDXT', 'SPC0405SQLEDXT. XT 4\" Square Direct.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '9.1W', '1000 lumens', '', 'Electronic Driver, 120V/277V; 10% 0-10V Dimming, 120V/277V; 1% 0-10V Dimming, 120V/277V; ELV MLV 1% Phase Dimming, 120V Only', '120-277V', '84°', '4\" Square x 5\" High Cylinder Luminaire designed for focused illumination.', 'http://www.speclight.com/p2657/XT-4amp;quot;-Square-Direct-1000Lm.htm', 'http://www.speclight.com/images/product_specs/SPC0405SQLEDXT_1702.pdf', '2017-06-27', '2018-04-30', '0000-00-00', ''),
(1486, 112, '1800', 'SHP_1800', '1800', '1800. Performance Pendants.', 1, 0, '', '2700-4000K', '80; 90', '42-83W', '4,611-7,676 lm', '', '0-10V 10% Dimming', '120-277V; 347V', 'Direct', 'The Shaper 1800 is a series of large decorative pendants designed for use in architectural, hospitality, and commercial space applications. The Shaper 1800 series uses performance optics providing high lumen outputs with low surface brightness. Available in four light levels, four color temperatures, 80 or 90+ CRI, and two optic distributions, medium and wide. Ten standard RAL paint finishes are available and can be selected for the shade or trim, as well as two metal finishes. Mounting options include field cuttable air craft cable with power cords, or rigid stem options. The Shaper 1800 decorative pendant is a fun comprehensive solution where aesthetics and performance are well balanced.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/pendant_mount/_958717.ssd.brands.lighting!shaper!high_performance_all.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/PS525100EN-Shaper-1800-Spec.pdf', '2018-04-27', '2018-04-30', '0000-00-00', ''),
(1487, 89, 'Domo', 'VBA_8200', '8200', '8200. Domo.', 1, 0, '', '3100K', '>80', '3 × LED 3W', '544 lm', '', 'Constant Current 700 mA 120-277V 50/60Hz', '120-277V 50/60Hz', 'Highlight', 'The Domo lamps collection is a Ramos & Bassols design. The objective with the Domo lamp is to provide a spotlight effect from a ceiling light. The Domo collection can be easily integrated within any ceiling thanks to its refined silhouette and elegant finish, available in matte lacquered white or matte lacquered graphite.\r\n\r\nThe Domo ceiling lights are perfect for lighting corridors or to pick out specific objects with a focused light. Vibia provides LED light sources for all the models in this collection.', 'https://www.vibia.com/us/usa/ceiling-fixtures-domo_ceiling', 'https://www.vibia.com/us/usa/ceiling-fixtures-domo_ceiling', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1488, 112, '866', 'SHP_866', '866', '866. LOOP ARC SCONCE.', 1, 0, '', '2700-4000K', '83+', '14W', '1,600 lm', '50,000 hours', '0-10v', '120-277V', '', 'Circular and Radial forms are the theme of the Loop Series fixtures.The Loop Arc Sconces are a family of three robust radial panels with concealed concentric lenses. The resultant light effect is a silhouetted glow shining outward from the center of the arc. A wide variety of finish options and LED color temperatures allows the designer to select a look that is right for various applications.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/wall_mount/_868072.ssd.brands.lighting!shaper!interior_wall.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/shaper/spec_sheets/SHAPER-AUTO-866-DS-PS525065EN-sss.pdf', '2016-12-21', '2018-04-30', '0000-00-00', ''),
(1489, 153, 'SPC06', 'STL_SPC0612XT', 'SPC0612XT', 'SPC0612XT. XT 6\" Round Direct.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '9.1 - 52.0 W', '1000 - 5000 lumens', '', 'Electronic Driver, 120V/277V; 10% 0-10V Dimming, 120V/277V; ELV MLV 1% Phase Dimming, 120V Only', '120-277V', '10°, 14°, 25°, 40°, 60°', '6\" Round x 12\" High LED Cylinder Luminaire designed for high output focused illumination.', 'http://www.speclight.com/p2605/XT-6amp;quot;-Round-Direct-5000Lm.htm', 'http://www.speclight.com/images/product_specs/SPC0612XT_1705.pdf', '2017-06-19', '2018-04-30', '0000-00-00', ''),
(1490, 153, 'SPC06', 'STL_SPC0618DECORUDLEDXT', 'SPC0618DECORUDLEDXT', 'SPC0618DECORUDLEDXT. XT 6\" Deco Direct / Indirect.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '18.2 - 43.4 W', '2000, 2600, 4000 lumens', '', 'Electronic Driver, 120V/277V; 10% 0-10V Dimming, 120V/277V; ELV MLV 1% Phase Dimming, 120V Only', '120-277V', '10°, 27°, 45°, 50°, 55°', '6” Round x 18” Decorative Direct / Indirect LED XT Series Cylinder Luminaire for accent and general illumination.', 'http://www.speclight.com/p1714/XT-6amp;quot;-Deco-Direct---Indirect-2-x-2000Lm.htm', 'http://www.speclight.com/images/product_spec/surface%20solutions/SPC0618DECORUDLEDXT_1701.pdf', '2017-01-19', '2018-04-30', '0000-00-00', ''),
(1491, 68, 'FPL', 'STN_FPL', 'FPL', 'FPL. FloodPak Large LED.', 1, 0, '', '4000K, 6000K', '', '54 W', '4000, 4100 lumens', '60,000 hrs', '', '120-277V', 'Type II, Type III', 'The FloodPak is the ultimate in exterior lighting versatility. It is the perfect blend of performance, flexibility and architectural design. The FloodPak® is three fixtures in one! It’s a high-performance cutoff luminaire for perimeter and site lighting. Rotate it 22.5° and it’s a semi-cutoff luminaire offering forward throw. Rotate it to 45° for floodlighting or turn it over to create indirect/accent lighting—the possibilities are endless.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/floodpak-large-led-fpl.html#!f=%40Brand%3aStonco+USA%2b%40Category%3aFloodlights%2b%40LampSource%3aLED%2b%40SubCategory%3aGeneral+Purpose+Floodlights', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/FPL_LED.pdf', '2018-04-16', '2018-04-30', '0000-00-00', ''),
(1492, 89, 'Big', 'VBA_0532', '0532', '0532. Big.', 1, 0, '', '3500K', '>90', '18.9W', '', '', '1-10V PUSH', '120-277V 50/60Hz', 'General lighting', 'The Big ceiling light collection is a Lievore, Altherr, Molina design. The Big collection emits pleasant and ambient lighting that recreates natural daylight. Vibia produces a wide range of Big models, including: ceiling lights in both fitted and pendant versions with the intention of giving interior designers diverse solutions for lighting projects.\r\n\r\nThe Big is perfect for ceilings that are especially high and/or dull. It is available in different sizes and two finishes of chrome and matte lacquered white.', 'https://www.vibia.com/us/usa/ceiling-fixtures-big_ceiling', 'https://www.vibia.com/us/usa/ceiling-fixtures-big_ceiling', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1493, 68, 'FL', 'STN_FL', 'FL', 'FL. LED General Purpose Floods.', 1, 0, '', '4000K', '80', '20 - 300 W', '2122 - 34,025 lumens', '42,000hrs', 'Electronic driver, operating range 50/60 Hz, Class 1 or Class 2.', '120-277V', 'Flood', 'The Philips Keene LED Floodlights offer energy saving LED technology for long life and reduced maintenance. Versatile and stylish with five different sizes to choose from provides application flexibility for ground mount, wall mount, or pole mount installations. Ideal for sign lighting, building facades, security lighting, and general purpose floodlighting applications.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/led-general-purpose-floods-fl.html#!f=%40Brand%3aStonco+USA%2b%40Category%3aFloodlights%2b%40LampSource%3aLED%2b%40SubCategory%3aGeneral+Purpose+Floodlights', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/Stonco_GenPurposeFlood_SpecSheet.pdf', '2017-12-07', '2018-04-30', '0000-00-00', ''),
(1494, 89, 'Funnel', 'VBA_2012', '2012', '2012. Funnel.', 1, 0, '', '2900K', '>80', '6.3W', '632 lm', '', 'Constant Current 350 mA 120V 50/60Hz', '100/127V / 50/60Hz', 'Indirect lighting', 'Vibia presents one of its best sellers, the Funnel collection. The Funnel lamps bring together a series of different size models using the same design as a common factor. A fixture that provides indirect lighting and that can be used as a ceiling or wall light.\r\n\r\nThe Funnel lamps are perfect for creating a warm ambience within any type of environment since there is no glare. There are several different options for the light source including a halogen bulb, fluorescent tube or LED.', 'https://www.vibia.com/us/usa/wall-fixtures-funnel_wall', 'https://www.vibia.com/us/usa/wall-fixtures-funnel_wall', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1495, 114, 'ELL', 'VLT_ELL-CYL', 'ELL-CYL', 'ELL CYL.', 1, 0, '', '2700-4500K', '87', '2.4W; 3.7W', '86-153 lm', '50,000 hours', '0-10V, DMX, DALI', '3.2V', '22°; 34°; 46°', 'Elegance Cylinder starts with a simple shape – like a tiny can light – and adds three mounting methods to make it useful in multiple applications. Choose a stem-mount for free standing displays, the fixed mounting plate, or the bushing mount that allows 360° rotation. Five CCTs and three lens options.', 'http://www.vltcorp.com/#LED/VLTLED/Speciality/Elegance%20Cylinder%20Series', 'http://vltcorp.com/Downloads/9W284.pdf', '2016-09-27', '2018-04-30', '0000-00-00', ''),
(1496, 89, 'Halley', 'VBA_4150', '4150', '4150. Halley.', 1, 0, '', '3900K', '>70', '21.6W', '', '', 'CC - Constant Current 120V 50/60Hz', '120V 50/60Hz', 'General lighting', 'Halley lamps are designed by Jordi Vilardell & Meritxell Vidal. The Halley collection combines advanced technology with superior functionality. Vibia has produced a light where the diffuser profile accommodates a line of LEDs and the slim profile bestows a visual refinement while providing a surprising level of illumination.\r\n\r\nThe Halley is ideal for exterior use thanks to its IP64 rating and highly mobile configuration, which makes it is easy to assemble.', 'https://www.vibia.com/us/usa/outdoor-halley_floor', 'https://www.vibia.com/us/usa/outdoor-halley_floor', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1497, 68, 'LPF', 'STN_LPF4', 'LPF4', 'LPF4. LytePro LED Flood Large.', 1, 0, '', '4000K, 5000K', '80', '105 W', '8,442, 9,191 lumens', '48,000 hrs', '', '120-277V, 347V', 'Flood, Spot', 'The Philips Stonco LytePro LED Large Floodlight allows precision and flexibility in a compact design. The LPF4 features state-of-the-art long-life LED technology and is ideal for landscapes, accenting signage or displays, facades, and many other lighting applications.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/lytepro-led-flood-large-lpf4.html#!f=%40Brand%3aStonco+USA%2b%40Category%3aFloodlights%2b%40LampSource%3aLED%2b%40SubCategory%3aGeneral+Purpose+Floodlights', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/LytePro_LPF4.pdf', '2017-07-06', '2018-04-30', '0000-00-00', ''),
(1498, 114, 'ELL', 'VLT_ELL-EPR', 'ELL-EPR', 'ELL EPR.', 1, 0, '', '2700-4500K', '87', '4.4w', '274-343 lm', '50,000 hours', '0-10V, DMX, DALI', '12.7V', '15°, 30°, 60°;  30° x 60°', 'These simple little puck lights deliver a surprisingly bright pool of light - whether used as a recessed fixture or surface-mounted (round only) with the available housing. A great fixture for use in millwork, in commercial or residential applications. Choose from four lensing options, multiple finishes and a wide range of CCTs.Foo.', 'http://www.vltcorp.com/#LED/VLTLED/Speciality/Elegance%20Puck', 'http://vltcorp.com/Downloads/9W234.pdf', '2016-10-17', '2018-04-30', '0000-00-00', ''),
(1499, 89, 'Halo', 'VBA_2330', '2330', '2330. Halo Circular.', 0, 0, '', '2800K', '>80', '23W', '2086 lm', '', '1-10V PUSH', '120-277V', 'General lighting', 'HALO, designed by Martín Azúa, is composed of myriad LED strips, dressed in an opalized PMMA diffuser and appearing to float in air. Empowering the user with creative freedom, it can be suspended at any height, horizontally or on an incline. HALO can be used with a 0-10V dimming system to regulate the powerful ambient light output depending on the mood. This luminaire provides sufficient illumination for large spaces, becoming a decorative component that is both simple and striking. Circular version available as an individual pendant or as a cluster of two or three. Canopy is a matte white lacquer.', 'https://www.vibia.com/us/usa/pendants-halo-circular_pendant', 'https://www.vibia.com/us/usa/pendants-halo-circular_pendant', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1500, 68, 'LPF', 'STN_LPF1', 'LPF1', 'LPF1. LytePro LED Flood Mini.', 1, 0, '', '4000K, 5000K', '80', '20W', '1,773 lumens', '>48,000 hrs', '', '120-277V, 347V', 'Flood', 'The Philips Stonco LytePro LED Micro Floodlight allows precision and flexibility in a compact design. The LPF1 features state-of-the-art long-life LED technology and is ideal for landscapes, accenting signage or displays, facades, and many other lighting applications.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/lytepro-led-flood-mini-lpf1.html#!f=%40Brand%3aStonco+USA%2b%40Category%3aFloodlights%2b%40LampSource%3aLED%2b%40SubCategory%3aGeneral+Purpose+Floodlights', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/LytePro_LPF1.pdf', '2017-07-05', '2018-04-30', '0000-00-00', ''),
(1501, 89, 'Halo', 'VBA_2340', '2340', '2340. Halo Lineal.', 1, 0, '', '2800K', '>80', '2 × LED STRIP 15.3W', '2567 lm', '', '1-10V PUSH', '120-277V', 'General lighting', 'HALO, designed by Martín Azúa, is composed of myriad LED strips, dressed in an opalized PMMA diffuser and appearing to float in air. Empowering the user with creative freedom, it can be suspended at any height, horizontally or on an incline. HALO can be used with a 0-10V dimming system to regulate the powerful ambient light output depending on the mood. This luminaire provides sufficient illumination for large spaces, becoming a decorative component that is both simple and striking. Linear version available as a cluster of two, three or six. Canopy is a matte white lacquer.', 'https://www.vibia.com/us/usa/pendants-halo-lineal_pendant', 'https://www.vibia.com/us/usa/pendants-halo-lineal_pendant', '2018-04-30', '2018-04-30', '0000-00-00', ''),
(1502, 114, 'ELL', 'VLT_ELL-LR', 'ELL-LR', 'ELL LR.', 1, 0, '', '2700-5000K', '87', '6.6w/ft', '400lm/ft', '50,000 hours', 'MLV, ELV, 0-10V, DALI, DMX', '4v - 40v', '116°', 'The more beautifully detailed the merchandise, the more distracting those reflected diodes can be. LightRun fixtures, with our proprietary LED board, offer the low energy use, long life and fabulous light output of LED display lighting – without those darn spots! Five color temperature options, eleven fixture lengths from 8.50” to 47.08”, and multiple finishes.', 'http://www.vltcorp.com/#LED/VLTLED/Speciality/LightRun%20Series', 'http://vltcorp.com/Downloads/9W174.pdf', '2016-09-27', '2018-04-30', '0000-00-00', ''),
(1503, 68, 'LPF', 'STN_LPF2', 'LPF2', 'LPF2. LytePro LED Flood Small.', 1, 0, '', '4000K, 5000K', '80', '40W', '3,460 lumens', '>48,000 hrs', '', '120-277V, 347V', 'Flood', 'The Philips Stonco LytePro LED Small Floodlight allows precision and flexibility in a compact design. The LPF2 features state-of-the-art long-life LED technology and is ideal for landscapes, accenting signage or displays, facades, and many other lighting applications.', 'http://www.lightingproducts.philips.com/our-brands/stonco-usa/lytepro-led-flood-small-lpf2.html#!f=%40Brand%3aStonco+USA%2b%40Category%3aFloodlights%2b%40LampSource%3aLED%2b%40SubCategory%3aGeneral+Purpose+Floodlights', 'http://www.lightingproducts.philips.com/Documents/webdb2/Stonco%20USA/pdf/LytePro_LPF2.pdf', '2017-07-05', '2018-04-30', '0000-00-00', ''),
(1504, 114, 'ELL', 'VLT_ELL-OR', 'ELL-OR', 'ELL OR.', 1, 0, '', '2700-4500K', '87', '3.1W', '151 lm', '50,000 hours', '0-10V, DMX, DALI', '3V-6V', '14°; 29°; 60°', 'Each Orb rotating head is like a little LED spotlight, ready to focus brightly on your showcased merchandise. Choose one, two, four or six heads seated in a single easily-mounted 90° bracket, designed to tuck neatly into the corners of display windows, niches or millwork. Each head rotates independently to the desired direction, then locks down securely with a simple set screw. Available in a full range of color temperatures, in Silver, Black or Custom finishes.', 'http://www.vltcorp.com/#LED/VLTLED/Speciality/Orb%20Series', 'http://vltcorp.com/Downloads/9W194.pdf', '2016-09-27', '2018-04-30', '0000-00-00', ''),
(1505, 47, 'Cove Light', 'TRX_HO-9', 'HO-9', 'HO-9. Cove Light AC HO / HO Graze.', 1, 0, '', '2700K - 4000K', '82Ra', '11W max.', '546 - 744 lm', 'L70 @25°C - 80,000hrs', 'Phase-cut dimmable, compatible with and controlled by leading/trailing edge phase-cut dimmers', '120-127V AC nominal', 'HO: 120°x120°; HO Graze: 50°x10°, 60°x30°', 'Cove Light AC HO/ HO Graze (High Output) is superiorly bright and efficient. Powered directly with AC line voltage, Cove Light AC HO/ HO Graze is suitable for a wide range of wall washing, accent, and indirect lighting applications in architectural, hospitality, and retail environments. Offering superior brightness and efficacy at a competitive price, Cove Light AC HO/ HO Graze is ideal for projects that require seamless white light color consistency, ultra energy efficiency and flicker-free wide range dimming. Its simple Plug’n’Play cabling and connection make installation quick and easy.', 'http://www3.traxontechnologies.com/us/lighting_solutions/product_details/10359/', 'http://www3.traxontechnologies.com/get_pic/pdf/2629-US_Cove_Light_AC_HO_HO_Graze_Spec_v0p5.pdf', '2015-12-07', '2018-04-30', '0000-00-00', ''),
(1506, 47, 'Allegro', 'TRX_Washer-Allegro-AC-XB', 'Washer-Allegro-AC-XB', 'Washer Allegro AC XB.', 1, 0, '', '3000K; 4000K; 6500K', '82Ra', '44W max', '2631-3629 lm', 'L70 @25°C - 80,000hrs', 'Phase-cut dimmable', '230V AC nominal', 'Wallwash', 'Washer Allegro AC XB is a high output, energy efficient, compact lighting solution for outdoor environments. Powered directly with AC line voltage, the Washer Allegro AC XB is ideal for many types of exterior architectural, retail, and hospitality applications. Available in RGB and Dynamic White with various beam spreads, Washer Allegro AC XB is suitable for a wide range of flood, direct and indirect illumination where a cost-effective solution is required. Washer Allegro AC XB’s simple cabling and connection make installation quick and easy.', 'http://www3.traxontechnologies.com/us/lighting_solutions/product_details/10367/', 'http://www3.traxontechnologies.com/get_pic/pdf/2682-EN_Washer_Allegro_AC_XB_Spec_v1p1.pdf', '2016-02-12', '2018-04-30', '0000-00-00', ''),
(1507, 10, 'JE', 'TRG_JE-P', 'JE-P', 'JE P. JEDI Projector.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '84', '27 - 51W', '1500 - 5389 Lm', '50,000hrs', '0-10V', '120-277V', 'Wall Washer 59º x 115º ; Wall Grazer 15º x 76º ; Flood 32º x 85º ; Spot 10º x 10º ;', 'Projector Installation is made simple with a choice of surface mount and three sizes (24″/36″/48″) with wall brackets that allow for adjustability in the field (+/- 45°). The optional aluminum front panel creates an invisible façade and is available in multiple finishes.', 'http://targettiusa.net/outdoor/jedi/', 'http://targettiusa.net/wp-content/uploads/2017/03/JEDI-Projector-121917.pdf', '2017-12-19', '2018-04-30', '0000-00-00', ''),
(1508, 10, 'JE', 'TRG_JE-R', 'JE-R', 'JE R. JEDI Recessed.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '84', '27 - 51W', '1500 - 5389 Lm', '50,000 hours', '0-10V', '120-277V', 'Wall Wash 59º x 115º, Wall Grazer 15º x 76º, Flood 32º x 85º, Spot 10º x 10º', 'JEDI combines aesthetics and resistance with ideal performance in a versatile projector that provides a continuous linear look with elegant lines in brushed steel with a flush glass. Available in three different lengths as a recessed luminaire for inground applications or as a projector for minimally visible façade installations. Grazing, Wall Washer and Spot optics are designed to meet the most specific needs. Installation is made simple with a choice of surface mount and different wall brackets that allow for adjustability in the field. An optional aluminum side panel creates an invisible façade and can be painted in multiple finishes.', 'http://targettiusa.net/outdoor/jedi/', 'http://targettiusa.net/wp-content/uploads/2017/03/JEDI-Recessed-121917.pdf', '2017-12-19', '2018-04-30', '0000-00-00', ''),
(1509, 10, 'CCM', 'TRG_CCM-W', 'CCM-W', 'CCM W. Arc Mini Wall Wash.', 1, 0, '', '2700K; 3000K', '84', '14W; 20W', '995-1,425 Lm', '', 'Driver available as Electronic phase or 0-10V dimmable; Also available with EldoLED 0-10V, Eco (1%) and Solo (0.1%) dimmable drivers', '120-277V AC 50/60Hz', 'Wall wash', 'Concept: Professional single COB LED in small aperture (4”) recessed wall wash.\nHousing: Non IC plaster frame and IC/Air tight housings available.\nMaterials: Painted Black die-cast aluminium heat sink and White polycarbonate body.\nTrim Accessories: Multiple styles and finishes of matte polycarbonate trims.\nOptics: Matte lensed wall wash optic.\nMounting: Tool-free spring-clip mounting system into Targetti recessed housings. Decorative trim ring mounted after fixture installation with twist lock attachment.', 'http://targettiusa.net/indoor/cct-led-architectural/', 'http://targettiusa.net/wp-content/uploads/2017/03/CCT-LED-Mini-Wall-Wash-102917.pdf', '2017-10-30', '2018-04-30', '0000-00-00', ''),
(1510, 155, 'ACC', 'PAL_ACC', 'ACC', 'ACC. Accentra Surface-Ceiling [LED].', 1, 0, '', '3000K, 3500K, 4000K', '83', '24 W, 41 W', '2106, 3326 lumens', '', '0-10V', '120-277V', 'Direct, Rotatable', 'Extruded Aluminum Housing with White Aluminum Refl ector and LED Optimized Acrylic Lens with Insert', 'http://pal-lighting.com/products/led/item/48-accentra-surface-ceiling-led', 'http://pal-lighting.com/files/accentra/ACC_LED_CATALOG_AND_PHOTOMETRIC_PAGE.pdf', '2015-07-20', '2018-05-01', '0000-00-00', ''),
(1511, 155, 'DCS', 'PAL_DCS-I-D', 'DCS-I-D', 'DCS-I-D. Delgada Curved Suspended – [LED].', 1, 0, '', '3000K, 3500K, 4000K', '82', '32 W, 49 W for 4’', '3020 - 5616 for 4’', '', '0-10V dimming', '120-277V', 'Indirect/Direct', 'Extruded Aluminum Housing with White Aluminum Refl ector and LED Optimized Linear Micro-Prismatic Lens', 'http://pal-lighting.com/products/led/item/25-delgada-curved-suspended', 'http://pal-lighting.com/files/Delgada/DCS_LED_DELGADA_CURVED_SUSPENDED_with_DLC.PDF', '2017-10-12', '2018-05-01', '0000-00-00', ''),
(1512, 154, 'RPT', 'RSL_RPT12', 'RPT12', 'RPT12. RPT Petite Profile – LED.', 1, 0, '', '3000K; 6500K', '80+', '0.60 WATTS/FT', '95 LUMENS/FOOT; 105 LUMENS/FOOT', '50,000 hour average lifetime', 'Dimmable and Non-Dimmable drivers are available', '120v/ 12v DC; 277v', '', 'The RPT Petite Profile – LED is our smallest profile fixture. The little package provides an abundance of rich light in a highly manageable form. These characteristics make the RPT Petite Profile an excellent choice as a concealed LED light source.', 'http://robertssteplite.com/products/rptpetiteprofileled/', 'http://robertssteplite.com/wp-content/uploads/2014/08/LEDcutsheetRPT-2.pdf?x95435', '2016-04-06', '2018-05-01', '0000-00-00', ''),
(1513, 155, 'DRS', 'PAL_DRS-I-D', 'DRS-I-D', 'DRS-I-D. Delgada Rectangular Suspended – [LED].', 1, 0, '', '3000K, 3500K, 4000K', '82', '31 W, 49 W for 4’', '3020 - 5616 for 4’', '', '0-10V dimming', '120-277V, 347V', 'Indirect/Direct', 'Extruded Aluminum Housing with White Aluminum Refl ector and LED Optimized Linear Micro-Prismatic Lens', 'http://pal-lighting.com/products/led/item/53-delgada-rectangular-suspended', 'http://pal-lighting.com/files/Delgada/DRS_LED_DELGADA_RECTANGULAR_SUSPENDED_with_DLC.pdf', '2017-10-12', '2018-05-01', '0000-00-00', ''),
(1514, 154, 'Wireless Adjustable Shelf Light', 'RSL_Wireless-Adjustable-Shelf-Light', 'Wireless-Adjustable-Shelf-Light', 'Wireless Adjustable Shelf Light – LED.', 1, 0, '', '2400K - 6500K', '70+; 80+; 90+', '1.5 WATTS/FT. - 3.4 WATTS/FT.', '94 LUMENS/FOOT - 448 LUMENS/FOOT', '50,000 hour average lifetime', 'ETL System Listed with RSL LEDs; Non-Dimmable', '120v/ 12v DC; 277v', '', 'The Wireless Adjustable Shelf Light provides convenient versatility anywhere a lighted shelf is desired. The Adjustable Shelf Light is essential for the ever-changing configurations often experienced in retail spaces, public display cases, wine cellars or personal collections.', 'http://robertssteplite.com/products/adjustable-shelf-light/', 'http://robertssteplite.com/wp-content/uploads/2014/08/LEDcutsheetRW12Shelf.pdf?x95435', '2016-03-31', '2018-05-01', '0000-00-00', ''),
(1515, 155, 'LMS', 'PAL_LMS-I', 'LMS-I', 'LMS-I. Luminata Suspended [LED].', 1, 0, '', '3000K, 3500K, 4000K', '83', '32 W, 55 W', '3536, 5379 lumens', '', '0-10V dimming', '120-277V', 'Primarily Indirect', 'Extruded Aluminum Housing with White Aluminum Refl ector, Cast Aluminum End Caps and Open Top', 'http://pal-lighting.com/products/led/item/1-luminata-suspended-led', 'http://pal-lighting.com/files/Luminata/LMS-I_HO_MO_LED.pdf', '2016-05-23', '2018-05-01', '0000-00-00', ''),
(1516, 154, 'RA', 'RSL_RA24', 'RA24', 'RA24. Neon Flex Light RA24-LED.', 1, 0, '', '2700K; 4000K; 6500K', '70+', '3.7 WATTS/FT', '114 LUMENS/FOOT; 122 LUMENS/FOOT; 125 LUMENS/FOOT', '50,000 hour lifetime', '', '24v DC', '', 'Neon Flex Light boasts a small profile that makes a big impact! The Neon Flex Light enables creative, inspiring and unique applications without the hassles of glass neon. Characteristics of the RA24 Neon Flex Light include the following: flexible, waterproof, energy efficient and durable.', 'http://robertssteplite.com/products/neon-flex-light-ra24-led/', 'http://robertssteplite.com/wp-content/uploads/2015/04/LEDcutsheetRA24NEON.pdf?x95435', '2016-04-04', '2018-05-01', '0000-00-00', ''),
(1517, 155, 'MLR', 'PAL_MLR2', 'MLR2', 'MLR2. Microlinea Recessed Series 2 [LED].', 1, 0, '', '3000K, 3500K, 4000K', '80, 90', '19 W, 28 W', '1851 - 2706 lumens', '', '0-10V dimming', '120-277V, 347V', 'Direct (In-Ceiling) or Vertical (In-Wall)', 'Extruded Aluminum Housing with White Aluminum Refl ector and LED Optimized Acrylic Lens', 'http://pal-lighting.com/products/led/item/68-microlinea-recessed-series-2', 'http://pal-lighting.com/files/Microlinea_Recessed/MLR2_LED_GRID_CEILING_CATALOG_PAGE.pdf', '2017-04-14', '2018-05-01', '0000-00-00', ''),
(1518, 154, 'RWX', 'RSL_RWX24', 'RWX24', 'RWX24. Low Profile Special Purpose RWX24- LED.', 1, 0, '', '2700K; 4000K; 6000K', '70+', '3.70 WATTS/FT', '285 lumens/ft.; 299 lumens/ft.; 302 lumens/ft.', '50,000 hour average lifetime', 'Dimmable and Non-Dimmable drivers are available', '120v/ 24v DC', '', 'The RSL Low Profile Special Purpose RWX24- LED incorporates a robust, durable housing in a low profile that enables dimmable luminous intensities for various exterior and interior architectural details in more challenging applications. This makes the product ideal for illuminating niches, retaining walls, fountain/garden areas, interior coves and other applications. The Low Profile SP is an excellent choice for any lighting task that demands a robust, water-and-weather resistant fixture.', 'http://robertssteplite.com/products/low-profile-special-purpose-rwx24-led/', 'http://robertssteplite.com/wp-content/uploads/2014/05/LEDcutsheetRWX24Special.pdf?x95435', '2016-03-31', '2018-05-01', '0000-00-00', ''),
(1519, 154, 'RW', 'RSL_RW12', 'RW12', 'RW12. Low Profile Step Light RW12- LED.', 1, 0, '', '2400K - 6500K', '70+; 80+; 90+', '1.5 WATTS/FT. - 3.4 WATTS/FT.', '94 LUMENS/FOOT - 448 LUMENS/FOOT', '50,000 hour average lifetime', 'Dimmable and Non-Dimmable drivers are available', '120v/ 12v DC; 277v', '', 'RSL’s Low Profile RW12- LED  fixture is completely dimmable and enables various luminescent details to highlight craftsmanship and artistry. For exterior applications, we recommend the RWX 12 LED.\r\n\r\nThe Low Profile RW12- LED features a durable low profile housing that can be custom fabricated to any length for use in various architectural details such as fine casework, niches, coves, handrails and select kitchen cabinetry.', 'http://robertssteplite.com/products/low-profile-step-light-rw12-led/', 'http://robertssteplite.com/wp-content/uploads/2015/06/LEDcutsheetRW12.pdf?x95435', '2016-03-31', '2018-05-01', '0000-00-00', ''),
(1520, 155, 'MQR', 'PAL_MQR2', 'MQR2', 'MQR2. Microquad Recessed Series [LED].', 1, 0, '', '3000K, 3500K, 4000K', '80, 90', '32 - 75 W', '3373 - 5008, 5155 - 7894 lumens', '', '0-10V dimming', '120-277V, 347V', 'Direct', 'Extruded Aluminum Housing with White Aluminum Reflector and LED Optimized Acrylic Accent Lens', 'http://pal-lighting.com/products/led/item/75-microquad-recessed-series', 'http://pal-lighting.com/files/Microquad_Recessed/MQR2_RECESSED_LED_GRID_CEILINGS.pdf', '2018-03-28', '2018-05-01', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1521, 154, 'RM', 'RSL_RM-LED', 'RM-LED', 'RM-LED. Deluxe Cove RM-LED.', 1, 0, '', '2400K - 6500K', '70+; 80+; 90+', '1.5 WATTS/FT. - 3.4 WATTS/FT.', '94 LUMENS/FOOT - 448 LUMENS/FOOT', '50,000 hour average lifetime', 'ETL System Listed with RSL LEDs', '120v/ 12v DC; 277v', '', 'Designed to direct soft glow lighting up toward a ceiling or floor from a simple wall mount. The Deluxe Cove series is a perfect solution to highlighting the beauty of a specific style of cove or molding, or to provide corridor lighting for special effect and ease of movement.', 'http://robertssteplite.com/products/deluxe-cove-rm-led/', 'http://robertssteplite.com/wp-content/uploads/2014/05/LEDcutsheetRM12cove.pdf?x95435', '2016-03-31', '2018-05-01', '0000-00-00', ''),
(1522, 155, 'MQS', 'PAL_MQS2-D', 'MQS2-D', 'MQS2-D. Microquad Suspended Series [LED].', 1, 0, '', '3000K, 3500K, 4000K', '80, 90', '49 W, 83 W, 119 W', '4129 - 11733 lumens', '', '0-10V dimming', '120-277V, 347V', 'Direct, Indirect/Direct', 'Extruded Aluminum Housing with White Aluminum Refl ector and LED Optimized Acrylic Flush Lens', 'http://pal-lighting.com/products/led/item/74-microquad-suspended-series', 'http://pal-lighting.com/files/Microquad_Suspended/MQS2_LED_DIRECT_SUSPENDED_CAT_PAGE_and_PHOTOMETRY.pdf', '2017-11-28', '2018-05-01', '0000-00-00', ''),
(1523, 154, 'RWX', 'RSL_RWX12', 'RWX12', 'RWX12. Low Profile Step Light RWX12- LED.', 1, 0, '', '2400K - 6500K', '70+; 80+; 90+', '1.5 WATTS/FT. - 3.4 WATTS/FT.', '94 LUMENS/FOOT - 448 LUMENS/FOOT', '50,000 hour average lifetime', 'Dimmable and Non-Dimmable drivers are available', '120v/ 12v DC; 277v', '', 'Not only is the Low Profile Step Light RWX12- LED great for highlighting niches, handrails and cabinetry, it’s also an excellent choice for any outdoor lighting task that demands a robust, water-and-weather-resistant fixture.', 'http://robertssteplite.com/products/low-profile-step-light-rwx12-led/', 'http://robertssteplite.com/wp-content/uploads/2014/09/LEDcutsheetRWX12.pdf?x95435', '2016-03-31', '2018-05-01', '0000-00-00', ''),
(1524, 156, 'TRUNK', 'SEG_TRUNK-L', 'TRUNK-L', 'TRUNK L.', 1, 0, '', '3000K; 4000K', '80; 90', '40W; 66W', '5,600 lm; 8,800 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day); 25,000hrs (L80, B20, Ta=50????, 8hours/Day)', 'Non Dim', '220-240V', '115°', 'Diffuse general lighting ensures a subjective sense of well-being. Vertical illuminance makes orientation easier in a room. The easier it is for customers to find their way around, the more likely they are to walk around a shop. Cost efficiency was achieved by easy installation of the luminaire units just by push into the continuous trunking system.', 'http://www.self-electronics.de/index.php/product/openwin/id/181/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/181/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1525, 156, 'TRUNK', 'SEG_TRUNK2-L', 'TRUNK2-L', 'TRUNK2 L.', 1, 0, '', '3000K; 4000K', '80; 90', '42W; 66W', '5000 lm; 7800 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day); 25,000hrs (L80, B20, Ta=50????, 8hours/Day)', 'Non Dim', '220-240V', '90°', 'Diffuse general lighting ensures a subjective sense of well-being. Vertical illuminance makes orientation easier in a room. Anti-glare design which provides soft light difussion to make a soothing effects to environment in the best possible way. The easier it is for customers to find their way around, the more likely they are to walk around a shop. Cost efficiency was achieved by easy.', 'http://www.self-electronics.de/index.php/product/openwin/id/182/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/182/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1526, 157, '“The Beast”', 'SLR_BL', 'BL', 'BL. “The Beast” High Bay.', 1, 0, '', '3500K; 4000K; 5000K', '>70', '53 Watts - 420 Watts', '6889 Lm - 46,530 Lm', '', 'Dimmable Drivers standard', '120-277V; 347-480V', 'Low glare Type V distribution', 'The Beast – Utilizing cutting edge LED technology, these fixtures set the industry standard in supplying high output lighting to factories, warehouses, aircraft facilities, cold storage, gymnasiums, retail and numerous other applications. Brilliant white light illuminates downward providing superior glare-free illumination at the work plane. Key features include the highest efficacy currently on the market, dimming capable as well as a low profile of just 7.5”. And – amazing energy savings!', 'https://www.solasray.com/product-catalog/bay-lighting/bay-lighting/', 'https://www.solasray.com/wp-content/uploads/2016/06/HB-Beast-Spec-Sheet-cs-lr.pdf', '2018-03-22', '2018-05-02', '0000-00-00', ''),
(1527, 156, 'TRUNK', 'SEG_TRUNK-OUSTA-L', 'TRUNK-OUSTA-L', 'TRUNK OUSTA L.', 1, 0, '', '3000K; 4000K; 5000K', '80', '35W; 54W', '4,200 lm; 6,400 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day); 25,000hrs (L80, B20, Ta=50????, 8hours/Day)', 'Non Dim', '220-240V', '20°', 'Special optical design contributes to lower UGR value. High quality chips provide consistent illumination on the visible side of the merchandise on shelves. The Narrow Angle optic ensures efficient, uniform illumination of the vertical fronts of shelves, which has best light optical effect at shelf height of 14m. Cost efficiency was also achieved by easy installation of the luminaire units just by push into the continuous trunking system.', 'http://www.self-electronics.de/index.php/product/openwin/id/202/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/202/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1528, 157, 'High Bay Linear', 'SLR_LLHO', 'LLHO', 'LLHO. High Bay Linear High Output.', 1, 0, '', '4000K; 5000K', '>70', '83 Watts - 205 Watts', '10,540 Lm - 26,296 Lm', 'L70 > 67,000', 'Non-Dimmable Drivers (Std)', '120-277V', 'Low glare Type V distribution', 'This sleek linear LED High Bay fixture combines an amazing 160 degrees of light distribution with a sleek, stylish design. Ideal for any environment, indoor or outdoor, that needs high output illumination. The lightweight aluminum housing can hang or mount just about anywhere. You get exceptional high powered SMD5630 G2 LED performance with amazing lumen output. Key features include a milk white, smooth polycarbonate diffuser and silicon sealed.', 'https://www.solasray.com/product-catalog/bay-lighting/high-bay-linear-high-output-led/', 'https://www.solasray.com/wp-content/uploads/2016/07/HB-HOL-Spec-Sheet-U-8.17.pdf', '2017-08-07', '2018-05-02', '0000-00-00', ''),
(1529, 156, 'TRUNK', 'SEG_TRUNK-TINA-L', 'TRUNK-TINA-L', 'TRUNK TINA L.', 1, 0, '', '3000K; 4000K; 5000K', '80', '32W; 52W', '4,000 lm; 6,400 lm', '50000h (L70, B20, Ta=25????, 12hours/Day)', 'Non Dim', '220-240Vac', '145°', 'Coolers and freezers are necessary for keeping food fresh and saleable, walk-in cooler provides bigger space to keep customer comfort when choosing food products. In the cooler, waterproof lighting is essential. SELF intelligent tri-proof lighting solution with TINA , reduces energy costs and maintenance time, to help your business cut costs and continue functioning 24hrs day and night.', 'http://www.self-electronics.de/index.php/product/openwin/id/189/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/189/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1530, 157, 'Flat Panel', 'SLR_FP22', 'FP22', 'FP22. Flat Panel LED.', 1, 0, '', '3500K; 4000K; 5000K', '>70', '40 Watts; 50 Watts', '4200 Lm; 4600 Lm; 5200 Lm', 'L70 > 67,000', 'Dimmable Drivers 0-10v', '120-277V', 'Low glare light distribution', 'This linear flat panel LED fixture (flat panel LED troffer) is currently in high demand as a 2’x2’ and 2’x4’ fluorescent fixture replacement designed to lay in drop ceilings. This light is quickly gaining momentum by architects and engineers as the new standard for drop ceiling lights in offices, hospitals, schools and commercial spaces.\r\nThe LED flat panel drop in light fixture provides superior light with a natural, shadowless light appearance. This light is designed with an external driver that offers great light quality and installation flexibility.\r\nKey features include ease of installation and standard dimming.', 'https://www.solasray.com/product-catalog/uncategorized/linear-and-office-lighting/flat-panel-leds/', 'https://www.solasray.com/wp-content/uploads/2017/06/Flat-Panel-Spec-Sheet-Uv2.pdf', '2017-09-12', '2018-05-02', '0000-00-00', ''),
(1531, 156, 'TRUNK', 'SEG_TRUNK-PHOENIX-L120-220V', 'TRUNK-PHOENIX-L120-220V', 'TRUNK PHOENIX L120 220V.', 1, 0, '', '3000K; 4000K; 5000K', '80; 90', '28 W', '2,800 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day); 25,000hrs (L80, B20, Ta=50????, 8hours/Day)', '1-10V', '220-240', '100°', 'Visual comfort is an essential element of increasing employee willingness working in an office. With special designed light diffuser, TRUNK PHOENIX generates smooth continuous light which gives calm and cozy impression to the work place. To fit the different shapes of ceiling design, TRUNK PHOENIX can be linked in continuous straight line, square or rectangle shape by different connectors.', 'http://www.self-electronics.de/index.php/product/openwin/id/204/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/204/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1532, 156, 'SPOCK', 'SEG_SPOCK-R1-220V-2', 'SPOCK-R1-220V-2', 'SPOCK R1 220V 2.', 1, 0, '', '3000K; 3500K; 4000K', '80; 90; 97', '32W; 35W', '2,900 lm; 4,000 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day)', 'Non Dim', '220-240V', '15°; 25°; 45°', 'Placing in the shop window, SPOCK is sufficient to attract the curiosity of passers-by with pinpoint accent lighting that stands out positively from the surrounding ambient.Available with swivel  head, allows vertical swiveling up to 90 degree and horizontal rotation of 340 degree. Flexibility of beam angle has impressively expanded the illumination range, as a great breakthrough for track lighting. In addition, the contracted and stylish design is always touching your heart but beyond your imagination.', 'http://www.self-electronics.de/index.php/product/openwin/id/180/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/180/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1533, 157, 'The Guardian', 'SLR_Guardian-AF', 'Guardian-AF', 'Guardian AF. The Guardian.', 1, 0, '', '5000K', 'Ra>70; Ra>80', '75 Watts - 265 Watts', '9,770 Lm - 34,450 Lm', '', 'Meanwell HLG Series Drivers', '120-277V; 347-480V', 'Type III, IV & V distribution', 'The Guardian area & parking light featuring state-of-the art LED technology and showcasing a sleek modern look while providing dependable area and parking lot security. This outdoor fixture provides up to 34,450 lumens of non-glare lighting for streets, roads, roundabouts, municipalities and a host of other outdoor applications.\r\n\r\nLight illuminates downward providing superior glare-free illumination at the work plane. Key features include a heavy-duty low profile die cast anodized aluminum housing. Choose from six lighting configurations. Dependable energy savings!', 'https://www.solasray.com/product-catalog/uncategorized/area-lighting/flat-areaparking-light/', 'https://www.solasray.com/wp-content/uploads/2017/08/AF-Guardian-Area-cs-lr.pdf', '2018-02-06', '2018-05-02', '0000-00-00', ''),
(1534, 157, 'Slimline LED', 'SLR_HS', 'HS', 'HS. Slimline LED High Bay.', 1, 0, '', '5000K', '>70', '90 Watts - 210 Watts', '14,200 Lm - 28,000 Lm', '', '', '120-277v; 347-480v', 'Type V distribution', 'This luminaire provides outstanding illumination for large spaces in commercial & industrial applications at an economical price point.  It is ideal for large areas with high ceilings and this fixture easily replaces outdated, high maintenance metal halide fixtures.', 'https://www.solasray.com/product-catalog/bay-lighting/slimline-high-bay/', 'https://www.solasray.com/wp-content/uploads/2016/02/Slimline-cs-lr.pdf', '2018-03-28', '2018-05-02', '0000-00-00', ''),
(1535, 158, 'Domino Curve', 'SLV_L605437', 'L605437', 'L605437. DOMCVA 106.30.11/02, DOMINO CURVE 100 SURFACE-MOUN., LED-MODULE.', 1, 0, '', '3000K', '', '15W', '331 LM', '', '', '120V', '', '', 'http://www.solavantilighting.com/products/detail/296648', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-296648.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1536, 156, 'LINSH', 'SEG_LINSH-L', 'LINSH-L', 'LINSH L.', 1, 0, '', '3000K; 4000K; 5000K', '80; 90', '7.2/9W; 9.6/12W', '940 lm; 1,200 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day)', 'Non Dim', '24V', '110°', 'With slim body shape, the linear light can be hidden perfectly under the shelves “See the light without lamp”. LINSH is available in variety of lengths for different applications. Magnet, mounting brackets shelf arm and clip under price tag as optional accessories were added on leads more convenience of installation.', 'http://www.self-electronics.de/index.php/product/openwin/id/183/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/183/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1537, 158, 'Screen Pure', 'SLV_L611448', 'L611448', 'L611448. SRQA 206.30.01, SCREEN PURE SURFACE-MOUN.', 1, 0, '', '3000K', '', '13 W', '596 LM', '', '', '120V', '', '', 'http://www.solavantilighting.com/products/detail/302249', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-302249.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1538, 157, 'Garage Light', 'SLR_GLLP', 'GLLP', 'GLLP. Low Profile Garage Light.', 1, 0, '', '5000K', 'Ra>70', '40 Watts; 53 Watts; 106Watts', '5,000 Lm - 12,561 Lm', 'L70 > 50,000', 'Compatible with most (0-10v) lighting control systems', '120-277v; 347-480v', 'Type V light distribution', 'This low profile round garage light fixture provides clean quality lighting  just about anywhere vehicles park, or people gather. We manufacture this low profile garage light fixture with unlimited positioning potential and it features our proprietary “Quick one man” installation mounting system. Ideal for parking garages or as under-canopy lighting. This fixture mounts anywhere you have a j-box. Key features include compatibility with most lighting control systems and quick easy installation. ETL, DLC & IP 66 certifications are pending.', 'https://www.solasray.com/product-catalog/uncategorized/garage-and-canopy-series/low-profile-led-garage-light/', 'https://www.solasray.com/wp-content/uploads/2016/06/LP-Garage-Spec-Sheet-U-H-8.17.pdf', '2017-08-07', '2018-05-02', '0000-00-00', ''),
(1539, 158, 'D12107L', 'SLV_D12107L-AL-W', 'D12107L-AL-W', 'D12107L-AL-W. Adjust Surface Mount LED downLight /Alu.', 1, 0, '', '3000K', '', '7 W', '480 lumens', '', '1-10V dimming', '120V', '', '', 'http://www.solavantilighting.com/products/detail/304272', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-304272.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1540, 156, 'SHEEN', 'SEG_SHEEN-R1', 'SHEEN-R1', 'SHEEN R1.', 1, 0, '', '3000K; 4000K', '80; 95', '5.4W; 8.5W', '510 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day)', 'Non Dim', '36V', '25°', 'Instead of increasing brightness in shops, and therefore also energy consumption, it is advisable to design retail lighting that is always high contrast. Narrow beam angle is widely used in the retail business regarding visual effects such as contrast and color perception. Special anti-glare cover design, without blocking any light when swiveling to the maximum angle.', 'http://www.self-electronics.de/index.php/product/openwin/id/200/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/200/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1541, 157, 'Utility Globes', 'SLR_AAVT', 'AAVT', 'AAVT. Utility Globes.', 1, 0, '', '5000K', '82', '12 watts', '836 Lumens', '50,000 hours L70', 'Dimmable Driver', '120-277V', '', 'This guarded vapor tight LED light fixture features a rugged, heavy-duty, die-cast aluminum housing designed to eliminate the entry of moisture. It is grey powder coat with a chromate conversion coating for maximum durability.\r\nNot to be confused with small retail units, the overall measurements are 7.81 Inch wide x 14.75 Inch high. Fully gasketed fixture is designed to protect the interior from deteriorating effects of ice, corrosive fumes, non-explosive vapors and more. It is used in subways, construction sites, bridges, tunnels, freezers, wastewater and sewage treatment plants.', 'https://www.solasray.com/product-catalog/uncategorized/garage-and-canopy-series/led-safety-globes/', 'https://www.solasray.com/wp-content/uploads/2015/09/AAVT-CS.ai_.7.29.16.pdf', '2016-07-29', '2018-05-02', '0000-00-00', ''),
(1542, 158, 'D12107M', 'SLV_D12107M-W-W', 'D12107M-W-W', 'D12107M-W-W. Adjust Surface Mount LED downLight/ Whi.', 1, 0, '', '3000K', '', '7 W', '350 lumens', '', '1-10V dimming', '100-240V', '', '', 'http://www.solavantilighting.com/products/detail/304274', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-304274.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1543, 156, 'FRIO3', 'SEG_FRIO3-L', 'FRIO3-L', 'FRIO3 L.', 1, 0, '', '3000K; 4000K; 5000K', '80; 90', 'Side(7.4/9.3W; 8.8/11W; 11.2/14W ); Centre(15.2/19W; 17.6/22W; 21.6/27W )', '760 lm; 870 lm; 1,100 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day)', 'PWM', '24V', '150°', 'FRIO3 provides an ideal solution for high-quality display lighting in vertical freezers. Designed to replace traditional fluorescent lamps inside vertical refrigerated cases, our FRIO3 features specialized optics that provide consistent illumination throughout the cases without the glare or hotspots commonly found with traditional fluorescent technology. It also reduces maintenance costs and energy consumption.', 'http://www.self-electronics.de/index.php/product/openwin/id/186/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/186/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1544, 157, 'Flood Light', 'SLR_FL20', 'FL20', 'FL20. FL20 Flood Light.', 1, 0, '', '5000K', '84', '21 watts', '1,590 Lumens', '50,000 hours L70', 'Driver: 50/60Hz', '120-277v', 'Beam Angle 112º', 'This compact flood LED luminaire provides light for residential, commercial and industrial applications. It’s perfect solution for a wide variety of lighting applications such as landscaping, municipalities, office buildings or any exterior wall that may need lighting from ground level. This fixture uses only 21 watts. key features include tempered glass lens, 1/2″ NPS threads and a beam angle of 112 degrees.', 'https://www.solasray.com/product-catalog/uncategorized/flood-lighting/12-safety-flood-led-light/', 'https://www.solasray.com/wp-content/uploads/2015/10/FL20-CS.ai_.7.29.16.pdf', '2016-07-29', '2018-05-02', '0000-00-00', ''),
(1545, 158, 'D12112L', 'SLV_D12112L-AL-W', 'D12112L-AL-W', 'D12112L-AL-W. Surface Mount LED downLight/ Aluminum/ W.', 1, 0, '', '3000K', '', '12W', '665 lumens', '', '1-10V dimming', '120V', '', '', 'http://www.solavantilighting.com/products/detail/304275', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-304275.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1546, 157, 'Flood Light', 'SLR_FL32', 'FL32', 'FL32. FL32 Flood Light.', 1, 0, '', '5000K', '70', '25 watts', '2,123 Lumens', '50,000 hours L70', 'Dimmable Driver: 50/60Hz', '120-277v', 'Beam Angle 112º', 'This FL32 LED flood luminaire provides good lighting for residential, municipal, commercial and industrial applications. It is the perfect solution for a wide variety of lighting applications such as landscaping, municipalities, office buildings or any exterior wall that may need lighting from ground level. This fixture uses only 25 watts. key features include tempered glass lens, 1/2″ NPS threads and a beam angle of 112 degrees.', 'https://www.solasray.com/product-catalog/uncategorized/flood-lighting/fl32-flood-light-copy/', 'https://www.solasray.com/wp-content/uploads/2015/10/FL32-CS.ai_.7.29.16.pdf', '2016-07-29', '2018-05-02', '0000-00-00', ''),
(1547, 156, 'SWOT', 'SEG_SWOT-R1-500-R', 'SWOT-R1-500-R', 'SWOT R1 500 R.', 1, 0, '', '3000K; 4000K; 5000K', '80; 90', '1.4 W', '170 lm', '50,000hrs (L80, B20, Ta=25????, 12hours/Day)', 'Non Dim', '2.8 V', '15°; 25°', 'As small as possible to hide the light souce, at the same time SWOT generates very efficient light which directs customers’ sight to the most beautiful details and glamorizes the charm of jewelry. Proper color rendering provides the best product presentation. Can be used individually or combined with other stem showcase lighting to create more dynamic lighting effects.', 'http://www.self-electronics.de/index.php/product/openwin/id/192/lang/en', 'http://www.self-electronics.de/index.php/product/openwin/id/192/lang/en', '2017-11-08', '2018-05-02', '0000-00-00', ''),
(1548, 158, 'D65612T', 'SLV_D65612T-W-C', 'D65612T-W-C', 'D65612T-W-C. track spot LED fixture / White/ Cool Whi.', 1, 0, '', '4000K', '', '25W', '1750 lumens', '', '', '100-240V', 'Spot', '', 'http://www.solavantilighting.com/products/detail/305125', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-305125.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1549, 157, 'Flood Light', 'SLR_FQFL', 'FQFL', 'FQFL. FLFQ Flood Light.', 1, 0, '', '4000K; 5000K', '', '75w', '', '', 'Dimmable Driver', '120-277V; 347/480V', 'Type V', 'This Large LED flood luminaire is our largest, most powerful flood light. It provides great lighting for residential, municipal, commercial and industrial applications. It is the ideal solution for a multitude of lighting applications such as landscaping, municipalities, office buildings or any exterior wall that may need lighting from ground level. Key features include tempered glass lens, slipfitter, includes a stamped steel small yoke for mounting.', 'https://www.solasray.com/product-catalog/uncategorized/flood-lighting/fl65-flood-light/', 'https://www.solasray.com/wp-content/uploads/2017/08/FQFL-cs-lr.pdf', '2018-01-18', '2018-05-02', '0000-00-00', ''),
(1550, 158, 'Balboa 100', 'SLV_L635618', 'L635618', 'L635618. BAL 102.2027.35.1, LED, 29W, 2700K, 1535.', 1, 0, '', '2700K', '', '29W', '1535LM', '', '', '120V', '', '', 'http://www.solavantilighting.com/products/detail/294346', 'http://www.solavantilighting.com/assets/product_datasheets/datasheet-294346.pdf', '2018-05-02', '2018-05-02', '0000-00-00', ''),
(1551, 159, 'EIP', 'SPI_EIP12081', 'EIP12081', 'EIP12081. RADIAL INTERIOR PENDANT.', 1, 0, '', '3500K; 4000K', '', '635W', '53,000 lumens', '50,000 hours L70', '0-10V', '120-277V', 'Light evenly', 'Sports facilities require a lot of light to ensure safe and enjoyable game play. This pendant delivers more than 53,000 lumens in a uniform 360 degree radial spread. This unique distribution creates better light uniformity which is crucial in environments with changing usage patterns. Indirect light minimizes glare on surfaces, improving visibility of players and spectators. It\'s an ideal choice for\nfield houses, athletic facilities and tennis courts.', 'http://www.spilighting.com/7011.html', 'http://www.spilighting.com/ImageLibrary/Public/SpecSheets/EIP12081.pdf', '2018-03-22', '2018-05-02', '0000-00-00', ''),
(1552, 160, 'Professional Volumetric', 'ULT_PLA', 'PLA', 'PLA. LED Professional Volumetric.', 1, 0, '', '3000K - 5000K', '80', '33W; 36W; 46W', '4470 - 6043 lumens', 'L70 > 90,000 hrs', 'Standard equipped with 0-10V dimmable LED driver', '120-277 VAC; 347 VAC', '', 'The PLA series is a recessed volumetric LED Luminaire. Designed for the replacement market, the PLA series is easy to install, delivers even illumination and has a clean, modern appearance designed to visually match the Professional Retrofit Kit (PRK).', 'https://unvlt.com/products/led-retrofit-kits-luminaires/', 'https://unvlt.com/pdf/specsheets/PLA%20Spec%20Sheet.pdf', '2018-04-03', '2018-05-02', '0000-00-00', ''),
(1553, 160, 'Volumetric', 'ULT_VLA', 'VLA', 'VLA. LED Volumetric.', 1, 0, '', '3000K - 5000K', '80', '24W - 57W', '3018 Lumens - 7212 lumens', 'L70 > 85,000 hrs', '0-10V Dimming to 1% is standard', '120-277 VAC, 50/60 Hz', '', 'The VLA series is a recessed volumetric LED Luminaire. Designed for the replacement market the VLA series is easy to install, delivers even illumination and has a clean, modern appearance.', 'https://unvlt.com/products/led-retrofit-kits-luminaires/', 'https://unvlt.com/pdf/specsheets/VLA%20Spec%20Sheet.pdf', '2017-05-19', '2018-05-02', '0000-00-00', ''),
(1554, 159, 'AIP', 'SPI_AIP11846', 'AIP11846', 'AIP11846. NOVATO RING INTERIOR PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '', '32W; 65W', '3,303 lm; 6,605 lm', '50,000 hours L70', '0-10V', '120-277V standard', '', 'A cornerstone of our luminous forms collection, Novato Ring is renowned for its even, three-sided illumination, versatility and high performance. With efficacy over 100 lumens per watt delivered, it can often be the only light source required in a space, providing both the aesthetics and the performance you require. Available in a wide range of configurations, Novato Rings are well-suited for a range of environments from modern to traditional. Its luminous form is ideal for larger scale spaces including atriums, open offices, schools and cafeterias. Hang as a pendant or cluster different sizes at varying heights to enhance any visual environment. Or create interlocking, orbit or tiered chandeliers. Standard sizes 2\', 3\', 4\', 5\', 6\', 8\' and 10\' diameters; other sizes available upon request.', 'http://www.spilighting.com/6749.html', 'http://www.spilighting.com/ImageLibrary/Public/SpecSheets/AIP11846.pdf', '2018-04-04', '2018-05-02', '0000-00-00', ''),
(1555, 161, 'RCL', 'TCL_RCL', 'RCL', 'RCL. Round Canopy Lighting.', 1, 0, '', '4000K, 5000K', '80', '40 W, 60 W', 'up to 7818 lumens', '54,000 hours', '1-10V Dimming', '120-277V', '160°', 'The low-profile RCL round LED canopy features a domed lens allowing uplight and improved light distribution. Its high-performance light engine is designed for maximum efficacy and heat dissipation. The RCL is offered with an optional integral 1-10V dimming occupancy sensor to maximize energy savings. This product is ideal for applications including, but not limited to, parking garages, schools, office complexes, light commercial developments, apartments, walkways, entryways and stairwells.', 'http://barronltg.com/tracelite-products.php?page=rcl', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/rcl.pdf', '2018-04-26', '2018-05-02', '0000-00-00', ''),
(1556, 160, 'General Prismatic', 'ULT_GPA', 'GPA', 'GPA. LED General Prismatic.', 1, 0, '', '3000K - 5000K', '80', '35W - 57W', '3591 - 6737 lumens', 'L70 > 85,000 hrs', '0-10V Dimming to 1% is standard', '120-277 VAC, 50/60 Hz', '', 'The GPA series is a recessed prismatic LED Luminaire. Designed for replacement of fluorescent troffer and parabolic style luminaires. The GPA is installer friendly and comes in standard sizes for grid lay-in applications.', 'https://unvlt.com/products/led-retrofit-kits-luminaires/#led-prismatic', 'https://unvlt.com/pdf/specsheets/GPA%20Spec%20Sheet.pdf', '2017-05-19', '2018-05-02', '0000-00-00', ''),
(1557, 161, 'WLZ', 'TCL_WLZ', 'WLZ', 'WLZ. Zero Uplight Wallpack.', 1, 0, '', '3000K, 4000K, 5000K', '70', '15 - 100 W', '1745 - 12,393 lumens', '50,000 hours', '0-10V dimming', '120-277V; 347/480VAC Dedicated driver option for WLZ4, WLZ7 and WLZ10', 'Type III, IV (WLZ1 Type III only)', 'The WLZ Series features an architecturally relevant low-profile LED design in lumen packages ranging from 1500 lumens to over 12,000 lumens. Its high efficiency light engine is designed for optimal light control and distribution with zero uplight. This family of product is offered in several size housings to complement any building exterior and accommodates mounting heights up to 35’.', 'http://barronltg.com/tracelite-products.php?page=wlz', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/wlz.pdf', '2018-04-27', '2018-05-02', '0000-00-00', ''),
(1558, 159, 'AIP', 'SPI_AIP11988', 'AIP11988', 'AIP11988. NOVATO RING INTERIOR PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '', '370W; 738W', '37,757 lm; 75,515 lm', '50,000 hours L70', '0-10V dimmable power supply standard', '120-277V Universal Voltage', '', 'Bring a celestially inspired look to your space with Novato Orbit. This impressive chandelier is comprised of three Novato Rings and measures 10 feet in diameter. The offset positioning of the rings creates the illusion of movement and fluidity of light. And with\nefficacy over 100 lumens per watt delivered, it not only looks spectacular, it has impressive light output as well. Its presence in lobbies or atriums is sure to mesmerize.', 'http://www.spilighting.com/6591.html', 'http://www.spilighting.com/ImageLibrary/Public/SpecSheets/AIP11988.pdf', '2018-04-13', '2018-05-02', '0000-00-00', ''),
(1559, 160, 'Strips', 'ULT_STRP4', 'STRP4', 'STRP4. LED Strips.', 1, 0, '', '3000K - 5000K', '80', '18W - 114W', '2,590 - 15,510 lumens', 'L70 > 85,000 hrs', '0-10V Dimming to 1% is standard', '120-277 VAC, 50/60 Hz', '', 'The STRP4 series is a 4.25 inch wide LED replacement for linear fluorescent strips. Perfect for any application needing a simple industrial grade strip fixture. Available in 24, 48 and 96  inch lengths.', 'https://unvlt.com/products/led-retrofit-kits-luminaires/#led-strips', 'https://unvlt.com/pdf/specsheets/STRP4%20Spec%20Sheet.pdf', '2018-01-22', '2018-05-02', '0000-00-00', ''),
(1560, 161, 'MC2', 'TCL_MC2', 'MC2', 'MC2. 10\" LED Canopy Lighting.', 1, 0, '', '4000K, 5000K', '72', '40 W', 'up to 5018 lumens', '50,000 hours', '0-10V dimming', '120-277V', 'Type V (Low Glare)', 'The MC2 is Trace-Lite’s 10” LED canopy, designed to set a new standard for all canopy applications with its minimal power consumption, low profile and low glare design. The specially engineered lens optimizes visual comfort without sacrificing lighting efficacy and does not yellow over time. Ideal for surface or pendant mount installations in pharmacy drive-thrus, schools, parking garages, truck stop and other canopy applications. Delivering up to 5018 lumens while consuming only 40W, the MC2 optimizes utility rebates without sacrificing high performance canopy lighting.', 'http://barronltg.com/tracelite-products.php?page=mc2', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/mc2.pdf', '2018-03-21', '2018-05-02', '0000-00-00', ''),
(1561, 160, 'Wraparound', 'ULT_WRP9', 'WRP9', 'WRP9. LED Wraparound.', 1, 0, '', '3000K - 5000K', '80', '28W; 48W; 56W', '3465 lumens; 5107 lumens; 6019 lumens', 'L70 > 85,000 hrs', '0-10V Dimming to 1% is standard', '120-277 VAC, 50/60 Hz', '', 'The WRP9 series is an economical, 9 inch wide wraparound fixture for replacement applications. Available in popular 24 and 48 inch lengths.', 'https://unvlt.com/products/led-retrofit-kits-luminaires/#led-wraparound', 'https://unvlt.com/pdf/specsheets/WRP9%20Spec%20Sheet.pdf', '2017-05-19', '2018-05-02', '0000-00-00', ''),
(1562, 159, 'AIP', 'SPI_AIP11987', 'AIP11987', 'AIP11987. NOVATO RING INTERIOR PENDANT.', 1, 0, '', '3000K; 3500K; 4000K', '', '290W; 581W', '29,580 lm; 59,262 lm', '50,000 hours L70', '0-10V dimmable power supply standard', '120-277V Universal Voltage', '', 'Stunningly elegant, the Novato Tiers chandelier is comprised of five perfectly proportioned Novato Rings. Each ring is fully enclosed and delivers an impressive amount of light. Measuring at more than 10 feet tall, this chandelier demands attention and is sure to turn heads. Think of it as a centerpiece in contemporary atriums or lobbies.', 'http://www.spilighting.com/6296.html', 'http://www.spilighting.com/ImageLibrary/public/SpecSheets/AIP11987.pdf', '2018-04-04', '2018-05-02', '0000-00-00', ''),
(1563, 161, 'BAW', 'TCL_BAW', 'BAW', 'BAW. Adjustable Wallpack.', 1, 0, '', '4000K, 5000K', '70', '25 - 80 W', '3280 - 10,598 lumens', '61,000 hours', '', '120-277V', 'TYPE 1 Very Short', 'The BAW Series of LED luminaires features adjustable light bars that can be oriented in up, down and up/down orientations to create dramatic lighting effects. This family of product is offered in four different light outputs and two sizes to complement any building exterior and to accommodate multiple mounting heights.', 'http://barronltg.com/tracelite-products.php?page=baw', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/baw.pdf', '2018-03-05', '2018-05-02', '0000-00-00', ''),
(1564, 161, 'SLW', 'TCL_SLW', 'SLW', 'SLW. Low-Profile, Architectural Wallpack with Egress Option.', 1, 0, '', '4000K', '70', '15 W', '1500 lumens', '72,000 hours', 'Integral motion detection (PIR sensor) or photocontrol only (NS model) in both “normally on” and UL 924 Listed emergency egress models', '120-277V', 'TYPE I SHORT', 'The slim architectural SLW Series LED wallpack features integral motion detection (PIR sensor) or photocontrol only (NS model) in both “normally on” and UL 924 Listed emergency egress models. The fully gasketed die-cast enclosure is IP65 rated and UL Listed for Wet Locations. The SLW’s 15 Watt LED light engine delivers 1500 lumens in AC mode and 600 lumens in emergency mode. Zero uplight optics reduce light pollution.', 'http://barronltg.com/tracelite-products.php?page=slw', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/slw.pdf', '2018-03-06', '2018-05-02', '0000-00-00', ''),
(1565, 161, 'LDL200', 'TCL_LDL200', 'LDL200', 'LDL200. LED Dock Light.', 1, 0, '', '4000K', '≥60', '23 W', '2386 lumens', '54,000 hours', '', '120-277V', '11° Narrow', 'The LDL200 is Trace-Lite’s solution for energy-efficient, low maintenance loading dock lighting. This rugged LED lighting fixture is designed with high performance Philips® LumiLed LED chips and precisely engineered UV-resistant optics. It has a narrow beam distribution that provides optional brightness for the entire length of the trailer. The LDL200 is IP65 Rated for outdoor use (optional mounting arm is damp location rated) and is available in an industrial safety yellow finish. Consult factory for custom finishes.', 'http://barronltg.com/tracelite-products.php?page=docklight', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/ldl200.pdf', '2018-01-16', '2018-05-02', '0000-00-00', ''),
(1566, 161, 'AXL', 'TCL_AXL-300', 'AXL-300', 'AXL-300. 300 Watt Multi-Purpose LED Flood/Area Luminaire.', 1, 0, '', '4000K, 5000K', '80', '305 W', '37,597 - 38,122 lumens', '57,000 hours', '1-10V dimming', '120-277V', 'Type III, Wide Distribution (NEMA 7H x 7V)', 'The AXL Series is a group of architectural LED luminaires designed to illuminate parking areas, pathways, building facades, loading docks, and a wide variety of other large, general site lighting applications. Multiple mounting options make the AXL-300 a versatile luminaire for flood lighting, pole, ground and wall-mounted area lighting. The AXL is the ideal choice with efficacies up to 124 LPW to maximize energy savings and utility rebates.', 'http://barronltg.com/tracelite-products.php?page=axl-300', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/axl-300.pdf', '2018-02-26', '2018-05-02', '0000-00-00', ''),
(1567, 159, 'MUSR', 'SPI_MUSR', 'MUSR', 'MUSR. Tryg Linear LED.', 1, 0, '', '3000K; 3500K; 4000K', '', '15-115W', '1,364-10,454 lm', '50,000 hours L70', '0-10V dimming standard on PS options', '24V DC', '', 'Tryg, a low-profile LED fixture offers a unique design and durability suitable for any project. LEDs enable this luminaire to feature a low-profile housing, while its creative design acts as an efficient heat sink, maximizing output and life by allowing the LEDs to operate at an optimal temperature.', 'http://www.spilighting.com/SLCT.html', 'http://www.spilighting.com/ImageLibrary/Public/SpecSheets/MUSR.pdf', '2017-12-21', '2018-05-02', '0000-00-00', ''),
(1568, 160, 'Linear High Bay', 'ULT_BLC48', 'BLC48', 'BLC48. LED Linear High Bay.', 1, 0, '', '3000K - 5000K', '80', '65W - 180W', '120-277V: 9,916 - 26,391 lm; 347-480V: 10,059 - 26,582 lm;', 'L70 > 60,000 hrs', '0-10V Dimming to 1% is standard', '120-277 VAC; 347-480 VAC', '', 'Universal’s LED Linear High Bay Luminaire is a reliable and robust product. This fixture delivers high lumen output for warehouses, factories, utility areas, etc. Available in 48 inch lengths.', 'https://unvlt.com/products/led-retrofit-kits-luminaires/#led-linear-high-bay', 'https://unvlt.com/pdf/specsheets/BLC48%20Spec%20Sheet.pdf', '2017-09-29', '2018-05-02', '0000-00-00', ''),
(1569, 161, 'AXL', 'TCL_AXL-230', 'AXL-230', 'AXL-230. 230 Watt Multi-Purpose LED Flood/Area Luminaire.', 1, 0, '', '4000K, 5000K', '80', '230', '26,219 - 26,731 lumens', '69,000 hours', '1-10V dimming', '120-277V', 'Type III, Wide Distribution (NEMA 7H X 7V)', 'The AXL Series is a group of architectural LED luminaires designed to illuminate parking areas, pathways, building facades, loading docks, and a wide variety of other large, general site lighting applications. Multiple mounting options make the AXL-230 a versatile luminaire for flood lighting, pole, ground and wall-mounted area lighting. The AXL is the ideal choice with efficacies up to 122 LPW to maximize energy savings and utility rebates.', 'http://barronltg.com/tracelite-products.php?page=axl-230', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/axl-230.pdf', '2018-02-26', '2018-05-02', '0000-00-00', ''),
(1570, 161, 'AXL', 'TCL_AXL-150', 'AXL-150', 'AXL-150. 150 Watt Multi-Purpose LED Flood/Area Luminaire.', 1, 0, '', '4000K, 5000K', '80', '153 W', '18,486 - 18,752 lumens', '58,000 hours', '1-10V dimming', '120-277V', 'Type III, Wide Distribution (NEMA 7H x 7V)', 'The AXL Series is a group of architectural LED luminaires designed to illuminate parking areas, pathways, building facades, loading docks, and a wide variety of other large, general site lighting applications. Multiple mounting options make the AXL-150 a versatile luminaire for flood lighting, pole, ground and wall-mounted area lighting. The AXL is the ideal choice with efficacies up to 123 LPW to maximize energy savings and utility rebates..', 'http://barronltg.com/tracelite-products.php?page=axl-150', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/axl-150.pdf', '2018-03-26', '2018-05-02', '0000-00-00', ''),
(1571, 160, 'Industrial Bay', 'ULT_BLI', 'BLI', 'BLI. LED Industrial Bay.', 1, 0, '', '4,000K; 5,000K', '85', '120-277V: 72.5W - 183.4W; 347-480V: 71.0W - 181.5;', '10,480 - 25,880 lumens', 'L70 > 170,000 Hours at 55C; L90 > 50,000 Hours at 55C', '0-10V Dimming to 10% standard', '120-277VAC or 347-480VAC, 50/60 Hz', '', 'Universal’s LED Industrial Bay Luminaire is a reliable and robust product.  This fixture delivers high lumen output for warehouses, factories, utility areas, etc. Available in 120-277VAC or 347-480VAC.', 'https://unvlt.com/products/led-retrofit-kits-luminaires/#led-industrial-bay', 'https://unvlt.com/pdf/specsheets/BLI%20Spec%20Sheet.pdf', '2018-02-05', '2018-05-02', '0000-00-00', ''),
(1572, 161, 'AXL', 'TCL_AXL-100', 'AXL-100', 'AXL-100. 100 Watt Multi-Purpose LED Flood/Area Luminaire.', 1, 0, '', '4000K, 5000K', '80', '100 W', '12,354 - 12,527 lumens', '69,000 hours', '1-10V dimming', '120-277V', 'Type III, Wide Distribution (NEMA 7H X 7V)', 'The AXL Series is a group of architectural LED luminaires designed to illuminate parking areas, pathways, building facades, loading docks, and a wide variety of other large, general site lighting applications. Multiple mounting options make the AXL-100 a versatile luminaire for flood lighting, pole, ground and wall-mounted area lighting. The AXL is the ideal choice with efficacies up to 125 LPW to maximize energy savings and utility rebates.', 'http://barronltg.com/tracelite-products.php?page=axl-100', 'http://barronltg.com/resources/01_tracelite_literature/01_web-specs/axl-100.pdf', '2018-02-26', '2018-05-02', '0000-00-00', ''),
(1573, 159, 'SL', 'SPI_SLCS', 'SLCS', 'SLCS. Styk Linear LED.', 1, 0, '', '3000K; 3500K; 4000K', '', '15-115W', '1,364-10,454 lm', '50,000 hours L70', '0-10V dimming standard on PS options', '24V DC', 'Asymmetric', 'Styk was built to provide the most lumens with the smallest luminaire package, while optimizing life. Not limited to decorative lighting, effective functional lighting is provided through the optimal light control in this minimal package. Styk boasts three white LED color temperatures, RGB and four color offerings. It is a durable interior linear LED fixture. Styk’s optical offerings enable tremendous flexibility offering wall washing, wall grazing, indirect pendants, and asymmetric lighting solutions.', 'http://www.spilighting.com/6700.html', 'http://www.spilighting.com/ImageLibrary/Public/SpecSheets/SLCS.pdf', '2017-12-21', '2018-05-02', '0000-00-00', ''),
(1574, 159, 'SL', 'SPI_SLWS', 'SLWS', 'SLWS. Styk Linear LED.', 1, 0, '', '3000K; 3500K; 4000K', '', '4-115W', '220-8,407 lm', '50,000 hours L70', '0-10V dimming standard', '24V DC', 'Symmetric 60° Beam - 120° Spread; Symmetric 30° Beam - 60° Spread', 'Styk was built to provide the most lumens with the smallest luminaire package, while optimizing life. Not limited to decorative lighting, effective functional lighting is provided through the optimal light control in this minimal package. Styk boasts three white LED color temperatures, RGB and four color offerings. It is a durable interior linear LED fixture. Styk’s optical offerings enable tremendous flexibility offering wall washing, wall grazing, indirect pendants, and asymmetric lighting solutions.', 'http://www.spilighting.com/6698.html', 'http://www.spilighting.com/ImageLibrary/Public/SpecSheets/SLWS.pdf', '2018-01-31', '2018-05-02', '0000-00-00', ''),
(1575, 162, 'DL', 'VTL_DL29815', 'DL29815', 'DL29815. 40W LED 8\" Downlight.', 1, 0, '', '4000K', '80+', '40W', '2,870 lm', '35,000 hours', '0-10V dimming', '120-277V, 50/60 Hz', 'Downlight; Medium 40°', 'Venture Lighting’s LED downlight retrofit kits are low profile, durable, and designed for long life and low maintenance. Designed to fit into existing 8” diameter openings, these retrofit kits quickly and easily upgrade metal halide wattages up to 175W or 150W and compact fluorescent wattage up to 2x42W with an energy saving LED 40W. These downlights are mounted to an extruded aluminum heat sink which is designed to ensure proper thermal management of the system. This design allows for a cooler running LED chip which leads to longer lifetime, better efficacy, and color consistency and comply with all US and Canadian safety standards. LED color consistency meets a 4-step MacAdam ellipse.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/led-downlights/type-1/dl29815.html', 'https://www.venturelighting.com/download.php?code=1103', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1576, 162, 'DL', 'VTL_DL38134', 'DL38134', 'DL38134. 18W LED 6\" DOWNLIGHT.', 1, 0, '', '4000K', '80+', '18W', '1,318 lm', '54,000 hours', '0-10V dimming', '120-277V, 50/60 Hz', 'Downlight; 90°', 'Venture Lighting’s LED downlight retrofit kits are low profile, durable, and designed for long life and low maintenance. Designed to fit into existing 6” diameter openings, these retrofit kits quickly and easily upgrade metal halide wattages and compact fluorescent wattage with an energy saving LED 18W. These downlights are mounted to an extruded aluminum heat sink which is designed to ensure proper thermal management of the system. This design allows for a cooler running LED chip which leads to longer lifetime, better efficacy, and color consistency and comply with all US and Canadian safety standards.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/led-downlights/type-2/dl38134.html', 'https://www.venturelighting.com/download.php?code=1107', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1578, 162, 'HB', 'VTL_HB64698', 'HB64698', 'HB64698. 90W LED HIGHBAY FIXTURE.', 1, 0, '', '5000K', '80', '90W', '11,700 lm', '240,000 hours L70', '0-10V DC dimming', '120-277V, 50/60 Hz', '120°', 'Venture Lighting’s Modern Highbay luminaires are low profile, durable, and designed for long life and low maintenance. They are designed to quickly and easily upgrade existing H.I.D and fluorescent fixtures.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/led-highbay/modern-highbays/high-ambient-120-277v/hb64698.html', 'https://www.venturelighting.com/download.php?code=682', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1579, 162, 'HB', 'VTL_HB19737', 'HB19737', 'HB19737. 200W LED HIGHBAY FIXTURE.', 1, 0, '', '5000K', '70+', '200W', '24,670 lm', '50,000 hours', 'Non dimming', '120-277V, 50/60 Hz', '90°', 'Venture Lighting\'s Modern Highbay luminaires are low proﬁle, durable, and designed for long life and low maintenance. This ﬁxture is specially design to quickly and easily upgrade existing HID and Fluorescent ﬁxture in a high ambient temperature environment.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/led-highbay/modern-highbays/high-ambient-rated-120-277v/hb19737.html', 'https://www.venturelighting.com/download.php?code=997', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1580, 164, '1185', 'VST_1185', '1185', '1185.', 1, 0, '', '2700K - 5000K', '', '15 - 25W', '800-2000 Delivered Lumens', '', 'No Dimming; 0-10V; Phase Cut TRIAC (120V only)', 'Multi-Volt (120V-277V)', 'Very Narrow Spot; Narrow Spot; Medium Flood; Wide Flood', 'The 1185 COB In-Grade Fixture from Vista Architectural Lighting utilizes integrated Chip-On-Board (COB) LED technology and precision optics to achieve high performance distributions of various spreads with controlled cutoff. A patent-pending magnetic hot aiming system allows the rotation of internal tilt optics without opening the fixture. Ventilated flow-through design allows cool air to enter and hot air to be exhausted from the Rough-in Section (RIS) to improve cooling of the LED module. Corrugations in the housing also facilitate air-cooling inflow/hot exhausted air outflow and provide significant RIS load strength, making this recessed in-grade suitable for use where vehicle drive over is a requirement. Four light distributions are available with outputs of more than 1700 delivered lumens in color temperatures from 2700°K to 5000°K.', 'http://www.vistapro.com/product.aspx?catid=3&typid=2&prodid=675', 'http://www.vistapro.com/Files/Specs/1185-spec.pdf', '2017-08-08', '2018-05-03', '0000-00-00', ''),
(1581, 162, 'SM', 'VTL_SM16325', 'SM16325', 'SM16325. LED Wrap Fixture.', 1, 0, '', '4000K', '80', '42W', '4,280 lm', '143,000 hours L70', '0-10V DC Dimming', '120-277V, 50/60 Hz', 'General', 'Venture\'s LED Wrap fixture is a lightweight LED light fixture, designed for long life and low maintenance. The fixtures are designed to quickly and easily upgrade existing fluorescent fixtures.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/linear-surface-mount-fixtures/led-wrap/sm16325.html', 'https://www.venturelighting.com/download.php?code=956', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1582, 164, '1188', 'VST_1188', '1188', '1188.', 1, 0, '', '2700K - 5000K', '', '25 - 35W', '1500-3000 Delivered Lumens', '', 'No Dimming; 0-10V; Phase Cut TRIAC (120V only)', 'Multi-Volt (120V-277V)', 'Very Narrow Spot; Narrow Spot; Medium Flood; Wide Flood', 'The 1188 COB In-Grade Fixture from Vista Architectural Lighting utilizes integrated Chip-On-Board (COB) LED technology and precision optics to achieve high performance distributions of various spreads with controlled cutoff. A patent-pending magnetic hot aiming system allows the rotation of internal tilt optics without opening the fixture. Ventilated flow-through design allows cool air to enter and hot air to be exhausted from the Rough-in Section (RIS) to improve cooling of the LED module. Corrugations in the housing also facilitate air-cooling inflow/hot exhausted air outflow and provide significant RIS load strength, making this recessed in-grade suitable for use where vehicle drive over is a requirement. Four light distributions are available with outputs of more than 3000 delivered lumens in color temperatures from 2700°K to 5000°K.', 'http://www.vistapro.com/product.aspx?catid=3&typid=2&prodid=676', 'http://www.vistapro.com/Files/Specs/1188-spec.pdf', '2017-08-08', '2018-05-03', '0000-00-00', ''),
(1583, 162, 'VP', 'VTL_VP28416', 'VP28416', 'VP28416. LED VAPOR TIGHT.', 1, 0, '', '4000K', '80', '40W', '4,400 lm', '122,000 hours L70', '0-10V DC dimming', '120-277V 50/60 Hz', 'General', 'Venture\'s LED Vapor Tight fixtures are designed for use in harsh environments. Optimal for parking driver lane compliance. For use as utility lighting, parking garage and tunnels, maintenance areas.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/linear-surface-mount-fixtures/led-vaportight/vp28416.html', 'https://www.venturelighting.com/download.php?code=1043', '2018-05-03', '2018-05-03', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1584, 164, 'RK97', 'VST_RK97', 'RK97', 'RK97.', 1, 0, '', '2700K - 5000K', '', '25 - 35W', '1500-3000 Delivered Lumens', '', 'No Dimming; 0-10V; Phase Cut TRIAC (120V only)', 'Multi-Volt (120V-277V)', 'Very Narrow Spot; Narrow Spot; Medium Flood; Wide Flood', 'The RK97 COB In-Grade LED Retrofit Kit from Vista Architectural Lighting utilizes integrated Chip-On-Board (COB) LED technology and precision optics to achieve high performance distributions of various spreads with controlled cutoff. A patent-pending magnetic hot aiming system allows for the rotation of internal tilt optics without opening the fixture. Ventilated flow-through door design allows cool air to enter and hot air to be exhausted from the Rough-in Section (RIS) to improve cooling of the LED module.  Four light distributions are available with outputs of more than 3000 delivered lumens in color temperatures from 2700°K to 5000°K.', 'http://www.vistapro.com/product.aspx?catid=3&typid=2&prodid=685', 'http://www.vistapro.com/Files/Specs/RK97-spec.pdf', '2017-11-09', '2018-05-03', '0000-00-00', ''),
(1585, 162, 'SM', 'VTL_SM25841', 'SM25841', 'SM25841. 35W 4FT. LED LINEAR STRIP RETROFIT KIT.', 1, 0, '', '4000K', '80', '35W', '4,600 lm', '50,000 hours', '0-10V DC dimming', '120-277V 50/60 Hz', 'General', 'Venture Lighting\'s strip light retroﬁt kit is designed for upgrading existing T8 and T12 ﬂuorescent strip light ﬁxtures. These retroﬁt kits can be used in storage/utility areas, coves, display cases, shops, task and general area lighting.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/linear-surface-mount-fixtures/led-strip-fixtures/led-strip-retrofit-kit/sm25841.html', 'https://www.venturelighting.com/download.php?code=1081', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1586, 164, 'RK94', 'VST_RK94', 'RK94', 'RK94.', 1, 0, '', '2700K - 5000K', '', '15 - 25W', '800-2000 Delivered Lumens', '', 'No Dimming; 0-10V; Phase Cut TRIAC (120V only)', 'Multi-Volt (120V-277V)', 'Very Narrow Spot; Narrow Spot; Medium Flood; Wide Flood', 'The RK94 COB In-Grade LED Retrofit Kit from Vista Architectural Lighting utilizes integrated Chip-On-Board (COB) LED technology and precision optics to achieve high performance distributions of various spreads with controlled cutoff. A patent-pending magnetic hot aiming system allows for the rotation of internal tilt optics without opening the fixture. Ventilated flow-through door design allows cool air to enter and hot air to be exhausted from the Rough-in Section (RIS) to improve cooling of the LED module. Four light distributions are available with outputs of more than 1700 delivered lumens in color temperatures from 2700°K to 5000°K.', 'http://www.vistapro.com/product.aspx?catid=3&typid=2&prodid=684', 'http://www.vistapro.com/Files/Specs/RK94-spec.pdf', '2017-11-09', '2018-05-03', '0000-00-00', ''),
(1587, 164, '1501-AB', 'VST_1501-AB', '1501-AB', '1501-AB.', 1, 0, '', '3000K; 4000K', '', '5.75 Watts', '184 Deliverable Lumens', '', '', 'Universal voltage input (120-277VAC)', '30°', 'Mounted into concrete masonry, stone or wood, the 1501 Architectural Series LED Step Light Fixture provides illumination of steps and low level features. The housing is constructed of a compression-molded fiber-reinforced polymer with ½” knockouts on the back and sides. The cover plate is available in three styles – beveled edge tempered glass, die-cast copper-free aluminum bordered cover with tempered glass, or die-cast copper-free aluminum louvered cover with tempered glass. The 1501 is equipped with three high output LED emitters and the no-glare modular optics package offers 30° of adjustment for precise beam control. A super durable polyester powder-coated finish is available in 16 standard colors.', 'http://www.vistapro.com/product.aspx?catid=3&typid=5&prodid=611', 'http://www.vistapro.com/Files/Specs/1501-spec.pdf', '2018-04-20', '2018-05-03', '0000-00-00', ''),
(1588, 162, 'HB', 'VTL_HB43219', 'HB43219', 'HB43219. 150W VSOLUTION LED HIGHBAY.', 1, 0, '', '5000K', '80', '150W', '21,850 lm', '155,000 hours L70', '0-10V DC dimming', '120-277V, 50/60 Hz', '90°', 'Venture Lighting’s highbays are low proﬁle, light weight, and designed for long life with low maintenance and great performance. These LED luminaires are designed to quickly and easily upgrade existing HID and ﬂuorescent ﬁxtures.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/led-highbay/vsolution-highbay/120-277v/hb43219.html', 'https://www.venturelighting.com/download.php?code=1056', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1589, 164, '1502-SL2', 'VST_1502-SL2', '1502-SL2', '1502-SL2.', 1, 0, '', '3000K; 4000K', '', '5.8 Watts', '216 Deliverable Lumens', '', '', 'Universal voltage input (120-277VAC)', '', 'The 1502-SL2 Vertical Step Light with stainless louver features sharp cut-off LED optics for precise, balanced illumination without glare. To facilitate performance, individual reflectors featuring a highly specular lighting sheet and an aluminum frame painted white encase each three-up LED configuration. The assembly is mounted into a standard Vista POP mounting frame. The modular LED design eases installation and the housings are fully sealed to prevent moisture penetration. Several louver designs and door options - including sheer glass, stainless steel and brass - are available to aesthetically enhance functionality.', 'http://www.vistapro.com/product.aspx?catid=3&typid=5&prodid=633', 'http://www.vistapro.com/Files/Specs/1502-spec.pdf', '2017-01-27', '2018-05-03', '0000-00-00', ''),
(1590, 162, 'HB', 'VTL_HB45236', 'HB45236', 'HB45236. 150W VSPLASH LED HIGHBAY FIXTURE.', 1, 0, '', '5000K', '80', '150W', '19,820 lm', '230,000 hours L70', '0-10V DC dimming', '120-277V, 50/60 Hz', '90°', 'Venture Lighting’s VSplash LED highbay is NSF Certiﬁed and uniquely designed for food processing applications yet maintains a high lumen eﬃcacy. They are designed to quickly and easily upgrade existing H.I.D and ﬂuorescent ﬁxtures.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/led-highbay/vsplash-nsf-highbay/hb45236.html', 'https://www.venturelighting.com/download.php?code=1048', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1591, 164, '1045', 'VST_1045', '1045', '1045.', 1, 0, '', '2700K - 4000K', '', '15 - 25W', '1100-2400 Delivered Lumens', '', 'No Dimming; 0-10V; Phase Cut TRIAC (120V only)', 'Multi-Volt (120V-277V)', 'Very Narrow Spot; Narrow Spot; Medium Flood; Wide Flood', 'The 1045 from Vista Architectural Lighting utilizes integrated Chip-On-Board (COB) LED technology and precision optics to achieve high performance distributions of various spreads.  The 1045 offers high lumen outputs between 1100 - 2400 lumens, universal 120V-277V input  and is configured with hi-performance reflector optics, integral drivers, and constructed of die cast aluminum. A durable polyester powder coat finish is applied and available in 16 standard colors. The fully adjustable Infinity Knuckle is made from copper-free aluminum with a stainless steel stem which effectively isolates the fixture from the harmful corrosive soil.', 'http://www.vistapro.com/product.aspx?catid=3&typid=1&prodid=688', 'http://www.vistapro.com/Files/Specs/1045-spec.pdf', '2018-04-20', '2018-05-03', '0000-00-00', ''),
(1592, 162, 'SM', 'VTL_SM71874', 'SM71874', 'SM71874. 100W LED TEMPORARY WORK LIGHTING.', 1, 0, '', '5000K', '80', '100W', '12,580 lm', '50,000 hours', 'Non dimming', '120V 60 Hz input', '360°', 'Venture Lighting’s temporary lighting luminaires are durable, light weight, and versatile mounting options allows for easy installation and movement. These LED luminaires are designed to be dependable and quickly and easily installed.', 'https://www.venturelighting.com/led-lighting/indoor-lighting-fixtures/temporary-lighting/120v/sm71874.html', 'https://www.venturelighting.com/download.php?code=1084', '2018-05-03', '2018-05-03', '0000-00-00', ''),
(1593, 164, '1043', 'VST_1043', '1043', '1043.', 1, 0, '', '2700K - 5000K', '', '4.5 - 20W', '135-1212 Delivered Lumens', '', 'No Dimming; 0-10V; Phase Cut TRIAC (120V only)', 'Multi-Volt (120V-277V)', 'Very Narrow Spot; Narrow Spot; Medium Flood; Wide Flood', 'The 1043 is a universal 120V-277V input integrated high density array (HDA) LED Up & Accent fixture configured with hi-performance reflector optics, integral drivers, and constructed of die cast aluminum. These LEDs will be able to deliver comparable light levels in the 20W, 35W, and 75W halogen range (up to 1200 lumens) with wattages ranging from 4.5W to 20W. The 1043 is dimmable with 0-10V, leading or trailing edge methodologies. The door is designed to shed water from the lens surface. A durable polyester powder coat finish is applied and available in 16 standard colors. The fully adjustable Infinity Knuckle is made from copper-free aluminum with a stainless steel stem which effectively isolates the fixture from the harmful corrosive soil.', 'http://www.vistapro.com/product.aspx?catid=3&typid=1&prodid=672', 'http://www.vistapro.com/Files/Specs/1043-spec.pdf', '2018-04-20', '2018-05-03', '0000-00-00', ''),
(1594, 164, '1164', 'VST_1164', '1164', '1164.', 1, 0, '', '', '', '3 emitter - 5 watts; 6 emitter - 10 watts', '90; 177 deliverable lumens', '', 'Constant current Class 2 output driver', '120-240V', 'Spot (SP), Flood (FL), and Wide Flood (WF) distributions', 'Designed for maximum performance and uniformity, the 1164-LED is a sealed modular in-grade fixture designed for uplighting architectural and landscape features. The 1164-LED can be flush-mounted into a variety of substrates, including concrete, tile, or landscape materials. For strength and reliability, the housing is available in die-cast aluminum. A super durable polyester powder-coat finish is offered in 16 standard colors. The lens cover is horizontally directed and is offered in die-cast aluminum, injection-molded composite, brass, or stainless steel. The lens is clear, high temperature tempered soda-lime glass for high-impact resistance, furnished with a silicone molded gasket for a watertight seal. Also, the optics are injection-molded optical grade acrylic, available in spot, flood, and wide flood distribution. An optional tilt optic kit (TOK) is available allowing 5°, 10°, 15°, and 5° axial spread for precise beam control and locks into place preventing any disruption of lamp position during maintenance. The 1164-LED is shipped with your choice of three (3) emitter or six (6) emitter LED configuration.', 'http://www.vistapro.com/product.aspx?catid=3&typid=2&prodid=609', 'http://www.vistapro.com/Files/Specs/1164-spec.pdf', '2018-03-07', '2018-05-03', '0000-00-00', ''),
(1595, 164, '1162', 'VST_1162', '1162', '1162.', 1, 0, '', '', '', '5W; 10W', '90; 177 deliverable lumens', '', 'Constant current Class 2 output driver', '120-277V', 'Spot (SP), Flood (FL), and Wide Flood (WF) distributions', 'Designed for maximum performance and uniformity, the 1162-LED is a sealed modular in-grade fixture designed for uplighting architectural and landscape features. The 1162-LED can be flush-mounted into a variety of substrates, including concrete, tile, or landscape materials. For strength and reliability, the housing is available in die-cast aluminum or injection-molded composite. A super durable polyester powder-coat finish is offered in 16 standard colors. The lens cover is offered in die-cast aluminum, injection-molded composite, brass, or stainless steel. The lens is clear, high temperature tempered soda-lime glass for high-impact resistance, furnished with a silicone molded gasket for a watertight seal. Also, the optics are injection-molded optical grade acrylic, available in spot, flood, and wide flood distribution. An optional tilt optic kit (TOK) is available allowing 5°, 10°, 15°, and 5° axial spread for precise beam control and locks into place preventing any disruption of lamp position during maintenance. The 1162-LED is shipped with your choice of three (3) emitter or six (6) emitter LED configuration.', 'http://www.vistapro.com/product.aspx?catid=3&typid=2&prodid=607', 'http://www.vistapro.com/Files/Specs/1162-spec.pdf', '2017-09-13', '2018-05-03', '0000-00-00', ''),
(1596, 165, 'XRLED-A', 'SBG_XRLED-A850', 'XRLED-A850', 'XRLED A850. OLD TOWN.', 1, 0, '', '2700K; 3500K; 4500K', '70', '21-96W', '1,600-6,845 lm', '50,000 hours', '0-10V dimming', '120-277V; 347-480V', 'T2; T3; T4; T5', 'The versatile XRLED-A850 conversion kit transforms existing Sternberg A850 acorns into energy-efficient luminaires at significantly reduced maintenance costs. The wide variety of lumen and distribution options makes this the industry’s obvious choice when converting from conventional lamp sources to energy-efficient lighting; made by Sternberg Lighting for Sternberg Lighting.', 'http://www.sternberglighting.com/old-town-a850-xrled/', 'http://www.sternberglighting.com/assets/1/7/XRLED-A850%20SPEC%20SHEET.pdf?GUID=22f083e40422494cad4fb9b7528d5c19', '2016-08-02', '2018-05-03', '0000-00-00', ''),
(1597, 166, 'CHESTNUT', 'VSO_CHESTNUT', 'CHESTNUT', 'CHESTNUT.', 1, 0, '', '3000K', '', '12W', '', '', '', '', '', '', 'http://visoinc.com/collections/chestnut/', 'http://visoinc.com/wp-content/uploads/Viso_SPECS_CHESTNUT-2.pdf', '2018-03-07', '2018-05-03', '0000-00-00', ''),
(1598, 165, 'XRLED-A', 'SBG_XRLED-A840', 'XRLED-A840', 'XRLED A840. OLD TOWN.', 1, 0, '', '2700K; 3500K; 4500K', '70', '21W; 45W; 58W', '1,565-5,100 lm', '50,000 hours', '0V-10V dimming', '120-277V; 347-480V', 'T2; T3; T4; T5', 'The versatile XRLED-A840 conversion kit transforms existing Sternberg A840 acorns into energy-efficient luminaires at significantly reduced maintenance costs. The wide variety of lumen and distribution options makes this the\nindustry’s obvious choice when converting from conventional lamp sources to energy-efficient lighting; made by Sternberg Lighting for Sternberg Lighting.', 'http://www.sternberglighting.com/old-town/xrled-a840/', 'http://www.sternberglighting.com/assets/1/7/XRLED-A840_DEC_12_2014_SPEC_SHEET.pdf?GUID=05baaab384a848b09129a84819a09d25', '2016-09-15', '2018-05-03', '0000-00-00', ''),
(1599, 167, 'RFX', 'SPC_RFX', 'RFX', 'RFX. Indoor LED Ribbon Flex.', 1, 0, '', '3500K, 5000K', '63 - 74.90', '2.25 W/ft', '37.00 - 73.00 lm/ft', '50,000 hours', 'Dimmable to 100% with magnetic dimmer and dimming transformer', '12 or 24VDC', '120°', 'The RFX is an economical, versatile solution for your LED linear lighting needs. specialtyLED offers two (2) LED options to further help fulfill your lighting requirements - SMD3528 standard output and SMD5050 high output version. Both are extremely flexible and low profile making it perfect for many different small or restrained locations. RFX indoor comes with a 3M adhesive backing which allows for easy installation on a clean dry surface.', 'http://barronltg.com/specialty-products.php?page=RFX', 'http://barronltg.com/specialty-led/downloadables/rfx.pdf', '2016-12-19', '2018-05-03', '0000-00-00', ''),
(1600, 166, 'BRIGGS', 'VSO_BRIGGS', 'BRIGGS', 'BRIGGS.', 1, 0, '', '3000K', '', '9W - 25W; 68W; 127W', '', '', '', '', '', '', 'http://visoinc.com/collections/briggs/', 'http://visoinc.com/wp-content/uploads/Viso_SPECS_BRIGGS-2.pdf', '2018-03-07', '2018-05-03', '0000-00-00', ''),
(1601, 167, 'RFX', 'SPC_RFX-WET', 'RFX-WET', 'RFX-WET. Outdoor LED Ribbon Flex.', 1, 0, '', '3500K, 5000K', '63.00 - 74.90', '2.25 W/ft', '37.00 - 73.00 lm/ft', '50,000 hours', 'Dimmable to 100% with magnetic dimmer and dimming transformer', '12 or 24VDC', '120°', 'The RFX WET series is an economical, versatile solution for your LED linear exterior lighting needs. specialtyLED offers two (2) LED options to further help fulfill your lighting requirements — SMD3528 standard output and SMD5050 high output version. Both are extremely flexible and low profile. The RFX WET is completely encapsulated in a durable IP67 rated silicon housing.', 'http://barronltg.com/specialty-products.php?page=RFX-WET', 'http://barronltg.com/specialty-led/downloadables/rfx-wet.pdf', '2016-12-19', '2018-05-03', '0000-00-00', ''),
(1602, 165, 'XRLED-B', 'SBG_B750-XRLED', 'B750-XRLED', 'B750 XRLED. AVENUE.', 1, 0, '', '2700K; 3500K; 4500K', '70', '21-96W', '1,610-6,775 lm', '50,000 hours L70', '0-10v', '120-277V; 347-480V', 'T2; T3; T4; T5', 'With Polished Brass Decorative Ring (optional) features a tough acrylic DR street acorn with the authentic \"\"glass-like\"\" look mounted on our historic fluted and flared fitter. The complete fixture scales 15-1/4\" x 36-1/4\". Although we weld the fitter to our poles for maximum safety, these Avenue series units can be specified to slip-fit on concrete or wood poles.', 'http://www.sternberglighting.com/avenue-b750xrled/', 'http://www.sternberglighting.com/assets/1/7/B750-XRLED_SPEC_SHEET_NEW.pdf?GUID=58c4c293adb24092bb2ebfe923a1d9fa', '2017-05-18', '2018-05-03', '0000-00-00', ''),
(1603, 166, 'The Ring', 'VSO_The-Ring', 'The-Ring', 'The Ring.', 1, 0, '', '3000K', '', '30W; 36W; 48W', '2400Lm; 2880Lm; 3840Lm', '', '', '', '', '', 'http://visoinc.com/collections/the-ring/', 'http://visoinc.com/wp-content/uploads/Viso-SPECS_THERING-1.pdf', '2017-01-11', '2018-05-03', '0000-00-00', ''),
(1604, 165, 'XRLED', 'SBG_XRLED-1843', 'XRLED-1843', 'XRLED 1843. CARSON CITY.', 1, 0, '', '2700K; 3500K; 4500K', '75', '21-91W', '1,405-6,245 lm', '50,000 hours', '0-10V dimming', '120-277V', 'T2; T3; T4; T5', 'The versatile XRLED-1843 conversion kit transforms existing Sternberg 1843 Carson City lanterns into energy efficient luminaires at significantly reduced maintenance costs. The wide variety of lumen and distribution\noptions makes this the obvious choice when converting from conventional lamp sources to energy-efficient lighting. Made by Sternberg Lighting for Sternberg Lighting.', 'http://www.sternberglighting.com/xrled1843/', 'http://www.sternberglighting.com/assets/1/7/XRLED-1843_SPEC_SHEET_AUG_12_2015.pdf?GUID=2edf372761804c7ba874448e0753c273', '2015-08-12', '2018-05-03', '0000-00-00', ''),
(1605, 167, 'SURF', 'SPC_SURF', 'SURF', 'SURF. Outdoor LED Ribbon Flex.', 1, 0, '', '2700K, 3500K, 4500K, 5700K', '', '2.2, 3.6 W/ft', '34 - 274 lm/ft', '50,000 hours', '0-10V, compatible with most low voltage (24VDC) magnetic drivers', '120-277V', '150°', 'The SURF is an economical, commercial grade solution for your LED linear lighting needs. By providing optics within the Eco-friendly UV Resistant PVC housing, the SMD5050 LED’s far exceeds the normal ribbon flex lumen level. Extremely flexible, bends twists and coils depending on your needs.', 'http://barronltg.com/specialty-products.php?page=SURF', 'http://barronltg.com/specialty-led/downloadables/surf.pdf', '2016-08-10', '2018-05-03', '0000-00-00', ''),
(1606, 165, 'XRLED', 'SBG_XRLED-1130', 'XRLED-1130', 'XRLED 1130. RIPON.', 1, 0, '', '2700K; 3500K; 4500K', '70', '22-94W', '1,470-6,240 lm', '50,000 hours', '0-10V dimming', '120-277V; 347-480V', 'T2; T3; T4; T5', 'The versatile XRLED-1130 conversion kit transforms existing Sternberg 1130 caged acorn into energy-efficient luminaires at significantly reduced maintenance costs. The wide variety of lumen and distribution options makes this the industry’s obvious choice when converting from conventional lamp sources\nto energy-efficient lighting; made by Sternberg Lighting for Sternberg Lighting.', 'http://www.sternberglighting.com/xrled-1130/', 'http://www.sternberglighting.com/assets/1/7/XRLED_1130_SPEC_SHEET.pdf?GUID=dbfcc03198234272b3e78cd173b86f8e', '2016-09-14', '2018-05-03', '0000-00-00', ''),
(1607, 166, 'Wondering Star', 'VSO_Wondering-Star', 'Wondering-Star', 'Wondering Star.', 1, 0, '', '3000K', '', '5.5W; 12W', '440Lm; 960Lm', '', 'Triac / ELV / 0-10V Dimming Availible', '', '', '', 'http://visoinc.com/collections/wandering-star/', 'http://visoinc.com/wp-content/uploads/Viso-SPECS_WONDERING_STAR-1.pdf', '2017-01-11', '2018-05-03', '0000-00-00', ''),
(1608, 165, 'XRLED', 'SBG_XRLED-6130', 'XRLED-6130', 'XRLED 6130. CAPITOL.', 1, 0, '', '2700K; 3500K; 4500K', '70', '21-91W', '1,375-5,815 lm', '50,000 hours', '0-10V dimming', '120-277V; 347-480V', 'T2; T3; T4; T5', 'The versatile XRLED-6130 conversion kit transforms existing Sternberg 6130 lanterns into energy-efficient luminaires at significantly reduced maintenance costs. The wide variety of lumen and distribution options\nmakes this the industry’s obvious choice when converting from conventional lamp sources to energy-efficient lighting. Made by Sternberg\nLighting for Sternberg Lighting.', 'http://www.sternberglighting.com/capitol-xrled-6130b/', 'http://www.sternberglighting.com/assets/1/7/XRLED-6130A_B_C_SPEC_SHEET_SEPT_24_2014.pdf?GUID=422396dbaca14bc28189b1b474da286d', '2016-09-15', '2018-05-03', '0000-00-00', ''),
(1609, 166, 'Thin LED', 'VSO_Thin-LED', 'Thin-LED', 'Thin LED.', 1, 0, '', '3000K', '', '8W; 12W; 16W', '640Lm; 960Lm; 1280Lm', '', '0-10V and ELV Dimming', '', '', '', 'http://visoinc.com/collections/thin-led/', 'http://visoinc.com/wp-content/uploads/Viso_SPECS_THIN_LED-2.pdf', '2018-03-22', '2018-05-03', '0000-00-00', ''),
(1610, 167, 'RFX', 'SPC_RFX-RGB', 'RFX-RGB', 'RFX-RGB. INDOOR COLOR CHANGING LED RIBBON FLEX.', 1, 0, '', 'RGB', '', '2.25W/ft', '', '50,000 hours', 'DMX controller', '12VDC or 24VDC', '120°', 'The RFX RGB is a low profile, versatile solution for your color changing LED linear lighting needs as it allows you to reproduce a broad array of colors that can be changed depending on mood or theme utilizing a DMX controller. The RFX RGB is extremely flexible and with its low profile (0.78” wide by 0.19” high) can be installed virtually anywhere.', 'http://barronltg.com/specialty-products.php?page=RFX-RGB', 'http://barronltg.com/specialty-led/downloadables/rfx-rgb.pdf', '2016-12-19', '2018-05-03', '0000-00-00', ''),
(1611, 165, 'XRLED', 'SBG_XRLED-6130A', 'XRLED-6130A', 'XRLED 6130A. HISTORIC.', 1, 0, '', '2700K; 3500K; 4500K', '70', '21-91W', '1,375-5,815 lm', '50,000 hours', '0-10V dimming', '120-277V; 347-480V', 'T2; T3; T4; T5', 'The versatile XRLED-6130 conversion kit transforms existing Sternberg 6130 lanterns into energy-efficient luminaires at significantly reduced maintenance costs. The wide variety of lumen and distribution options\nmakes this the industry’s obvious choice when converting from conventional lamp sources to energy-efficient lighting. Made by Sternberg\nLighting for Sternberg Lighting.', 'http://www.sternberglighting.com/historic-xrled-6130a/', 'http://www.sternberglighting.com/assets/1/7/XRLED-6130A_B_C_SPEC_SHEET_SEPT_24_2014.pdf?GUID=96139dec43b04e26bd3628e0df4aded6', '2016-09-15', '2018-05-03', '0000-00-00', ''),
(1612, 167, 'RFX', 'SPC_RFX-RGB-WET', 'RFX-RGB-WET', 'RFX-RGB-WET. Outdoor Color-Changing LED Ribbon Flex.', 1, 0, '', 'RGB', '', '2.24W/ft', '', '50,000 hours', 'DMX controller', '12VDC or 24VDC', '120°', 'The RFX-RGB-WET is a low profile, versatile solution for your color changing LED linear lighting needs as it allows you to reproduce a broad array of colors that can be changed depending on mood or theme utilizing a DMX controller. The RFX-RGB-WET is extremely flexible and with its low profile (0.78\" wide by 0.19\" high) can be installed virtually anywhere, including outdoors.', 'http://barronltg.com/specialty-products.php?page=RFX-RGB-WET', 'http://barronltg.com/specialty-led/downloadables/rfx-rgb-wet.pdf', '2016-12-19', '2018-05-03', '0000-00-00', ''),
(1613, 166, 'Rhea Led', 'VSO_Rhea-LED', 'Rhea-LED', 'Rhea Led.', 1, 0, '', '3200K', '', '1 x 4W; 3 x 4W; 5 x 4W; 9 x 4W; 14 x 4W; 26 x 4W; 36 x 4W', '360Lm/ea.', '', '', '', '', '', 'http://visoinc.com/collections/rhea-led/', 'http://visoinc.com/wp-content/uploads/Viso_SPECS_RHEA-1.pdf', '2017-01-11', '2018-05-03', '0000-00-00', ''),
(1614, 166, 'The Maggie', 'VSO_The-Maggie', 'The-Maggie', 'The Maggie.', 1, 0, '', '3000K', '', '7W', '680Lm', '', 'Triac / ELV / 0-10V Dimming Availible', '', '', '', 'http://visoinc.com/collections/the-maggie/', 'http://visoinc.com/wp-content/uploads/Viso-SPECS_THE-MAGGIE-1.pdf', '2017-01-11', '2018-05-03', '0000-00-00', ''),
(1615, 167, 'RL', 'SPC_RL', 'RL', 'RL. LED Rope Light.', 1, 0, '', '3500K, 5000K', '', '0.48 - 0.96 W/ft', '4.6 - 80 lm/ft', '50,000 hour', '', '12VDC or 120VAC', '360°', 'The RL Series — LED rope light from specialtyLED is an economical solution to introduce creativity into virtually any environment. The round, flexible, clear, UV resistant PVC housing allows both indoor and outdoor installation, and is designed for flexibility and versatility. The LEDs are situated vertically within the housing, allowing the light output to be emitted horizontally in a 360° viewing pattern.', 'http://barronltg.com/specialty-products.php?page=RL', 'http://barronltg.com/specialty-led/downloadables/rl.pdf', '2015-02-26', '2018-05-03', '0000-00-00', ''),
(1616, 167, 'FBT', 'SPC_FBTCJ', 'FBTCJ', 'FBTCJ. Color Jacketed LED Flexible Border Tube.', 1, 0, '', '2700K, 3500K, 4500K, 5700K', '', '2 - 3.7 W/ft', '4 - 116 lm/ft', '50,000 hours', 'Dimming capable to 10% and compatible with most low voltage (24V) magnetic dimmers', '24VDC', '160°', 'The FBTCJ Series combines state of the art technology with a flexible, durable housing to create an extremely bright, uniform illumination with a versatility that makes it perfect for any custom design application.\r\nThe FBTCJ is composed of a superior curved profile that allows for a large viewing angle. The FBTCJ has a colored jacket to match the color of the LEDs, which creates a bright, vibrant color even in daylight conditions with the lights off!', 'http://barronltg.com/specialty-products.php?page=FBTCJ', 'http://barronltg.com/specialty-led/downloadables/fbtcj.pdf', '2015-03-05', '2018-05-03', '0000-00-00', ''),
(1617, 167, 'FBT', 'SPC_FBT-RGB', 'FBT-RGB', 'FBT-RGB. RGB LED Flexible Border Tube.', 1, 0, '', 'RGB', '', '3.7 W/ft', '7 - 40 lm/ft', '50,000 hours', 'DMX controller', '24VDC', '160°', 'The FBT RGB Series combines state of the art technology with a flexible, durable housing to create an extremely bright, uniform illumination with a versatility that makes it perfect for any custom design application.\r\nThis RGB flexible border tube is equipped with tri-chip LEDs composed of red, green and blue colors that can be controlled by a DMX controller to offer several different color shades and effects.', 'http://barronltg.com/specialty-products.php?page=FBT-RGB', 'http://barronltg.com/specialty-led/downloadables/fbt-rgb.pdf', '2015-02-26', '2018-05-03', '0000-00-00', ''),
(1618, 167, 'MICRO', 'SPC_MICRO-FLEX', 'MICRO-FLEX', 'MICRO-FLEX. Micro LED Flexible Border Tube.', 1, 0, '', '2700K, 3500K, 4500K, 5700K', '', '1.06, 1.52 W/ft', '3 - 36.6 lm/ft', '50,000 hours', 'Dimming capable to 10% and compatible with most low voltage (24V) magnetic dimmers', '24VDC', '160°', 'The Micro Flex combines state of the art technology with a flexible, durable housing to create bright uniform illumination, even around corners. Having the smallest profile of the flexible border tube family, it allows for a greater flexibility and smaller cutting increment. Its small size, supple structure and uniform luminance make it ideal for finer detailed work including signage and architectural features.', 'http://barronltg.com/specialty-products.php?page=FBT-MF', 'http://barronltg.com/specialty-led/downloadables/mf.pdf', '2015-02-26', '2018-05-03', '0000-00-00', ''),
(1619, 167, 'WAVE', 'SPC_WAVE', 'WAVE', 'WAVE. Outdoor LED Flexible Border Tube.', 1, 0, '', '2700K, 3500K, 4500K, 5700K', '', '2.2, 3.4 W/ft', '15 - 137 lm/ft', '50,000 hours', '1-10V, compatible with most low voltage (24VDC) magnetic dimmers', '120-277V', '160°', 'Similar to our already popular FBTCJ, the WAVE offers additional flexibility to your creative designs due to its back to front bending orientation. Corners and angles can now be installed seamlessly with the Wave.', 'http://barronltg.com/specialty-products.php?page=WAVE', 'http://barronltg.com/specialty-led/downloadables/wave.pdf', '2016-07-19', '2018-05-03', '0000-00-00', ''),
(1620, 168, 'B95', 'FSF_B95', 'B95', 'B95. \"Brick\" Wall / Ceiling High Abuse, 9\"x5\".', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '', '8 - 20 W', '475 - 1400 lumens', '50,000 hours', '0-10V dimming', '', '', 'B95 combines LED technology with impact resistant construction in an aesthetically pleasing design. Injection molded lens provides protection against physical abuse, and has a lifetime warranty. UL listed for wet locations and IP65 ingress protection rated', 'http://www.cooperindustries.com/content/public/en/lighting/products/outdoor_wall_mount_lighting/_940090.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/FS-B95-LED-PS519211EN-sss.pdf', '2018-03-20', '2018-05-03', '0000-00-00', ''),
(1621, 168, 'CFA', 'FSF_CFA', 'CFA', 'CFA. Surface Cleanroom LED.', 1, 0, '', '2000K, 3000K, 3500K, 4000K, 5000K', '85', '13 - 88 W', '1219 - 8362 lumens', '50,000 hours', '0-10V dimming standard, 10%. 1%, dimming available', '120-277V', '', 'Designed for use in vertical, laminar flow cleanrooms. Corrosion resistant extruded aluminum housing, enclosed and gasketed. 2\"W x 6\"H to match a 2\" T-bar system. Opal acrylic lens with internal ribs, for easy cleaning. Removable power tray for easy install and maintenance.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_943030.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/CFA-LED-PS519134EN-sss.pdf', '2018-02-19', '2018-05-03', '0000-00-00', ''),
(1622, 168, 'CLM', 'FSF_CLM', 'CLM', 'CLM. LED Cleanroom.', 1, 0, '', '2000K, 2700K, 3000K, 3500K, 4000K, 5000K', '85', '13.1 - 224.1 W', '1225 - 23614 lumens', '50,000 hours', '0-10V. Dimming', '120-277V', 'Downlight', 'Fail-Safe\'s CLM surface and recessed sealed enclosure luminaire is available with overlapping and inset doors. Available in 1x2, 1x4, 2x2, and 2x4 sizes, the CLM is Class 100 rated, ISO Class 5-8, IP65 compliant, and NSF rated.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_866651.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/CLM-LED-LD4-142337-SSS.pdf', '2018-04-26', '2018-05-03', '0000-00-00', ''),
(1623, 168, 'EN', 'FSF_ENW-C-V', 'ENW-C-V', 'ENW-C-V. Encounter Wet Loc\'n / Cleanroom / Vandal.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '85', '25.8 - 46.7 lumens', '1300 - 4300 lumens', '60,000 hours', '0-10V dimming', '120-277V', 'Direct', 'A sealed recessed Encounter luminaire is accomplished by precisely adhering a clear lens to the fixture bottom. Wet location under covered ceiling standard. Choose from a variety of clear lenses - acrylic or polycarbonate. IP66 standard, NSF listed, Class 100 rated (ENC)', 'http://www.cooperindustries.com/content/public/en/lighting/products/recessed_linear_lighting/direct_indirect/_872829.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/PS519056EN-ENW1x-led-sss.pdf', '2018-03-29', '2018-05-03', '0000-00-00', ''),
(1624, 168, 'FA', 'FSF_FA1', 'FA1', 'FA1. LED Harsh Environment.', 1, 0, '', '4000K', '70', '27 W, 51 W, 54 W', '1,870 - 4,726 lumens', '50,000 hours', '', '120-277V', 'Type 2, Type 5', 'The fully sealed, stainless-steel FA1 LED luminaire features the patented, modular LED LightBAR technology. Available in 1- or 2- LightBar configurations - Type 2 and Type 5 distributions. IP66 ingress protection rating and 50°C ambient rating ensures trouble-free operation in a variety of complex, non-hazardous applications such as food-processing, marine, waste-water treatment, heavy manufacturing, car washes and general wash-down areas.', 'http://www.cooperindustries.com/content/public/en/lighting/products/highbay_lowbay_industrials/led/_823107.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/FS_FA1_LED_ADC120149_SSSx.pdf', '2013-06-15', '2018-05-03', '0000-00-00', ''),
(1625, 168, 'FCB', 'FSF_FCB', 'FCB', 'FCB. Fail-Safe Center Basket.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85', '19.6 - 69.1 W', '2400 - 7500 lumens', '60,000 hrs', '0-10V', '120-277V, 347V', 'Downlight', 'A recessed center basket fixture that is both stylish and functional. Choose from a variety of decorative inlays, add a functional wipe down door, or specify the wet location option for use in medical, commercial, retail, education, or numerous other applications', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_925989.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/PS519126EN-FCB-LED-SSS.pdf', '2018-03-22', '2018-05-03', '0000-00-00', ''),
(1626, 168, 'FCC', 'FSF_FCC', 'FCC', 'FCC. LED Corner Confinement.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '85', '12.6 - 94.4 W', '1065 - 7178 lumens', '50,000 hours', '0-10V dimming', '120-277V', '', 'FCC LED combines security construction features with energy savings technology. This corner mount fixture uses a one-piece clamshell housing, security lensing, and tamper-resistant fasteners to maximize impact resisstance and prevent contraband concealment and unauthorized fixture penetration. Energy efficient LEDs and standard 0-10V dimming driver make this corner correctional fixture the ideal choice for your next project.', 'http://www.cooperindustries.com/content/public/en/lighting/products/indoor_ceiling_wall_mount_lighting/ceiling_mount/_135085.brands.lighting!fail_safe!led.html', 'http://www.cooperindustries.com/content/dam/public/lighting/products/documents/fail_safe/spec_sheets/FCC-LED-LD4-PS519025EN-SSS.pdf', '2018-02-14', '2018-05-03', '0000-00-00', ''),
(1627, 169, 'Frici', 'ARA_P93', 'P93', 'P93. Frici 2.', 1, 0, '', '3000K; 3500K; 4000K', '90', '13W - 33W', '1060lm - 2691lm', '', 'LED DIMMING 0-10V; LED DIMMING (TRIAC / LEADING EDGE); LED DIMMING (ELECTRONIC / TRAILING EDGE)', '120- 277V; 120V; 347V', '', 'Glowing stick pendant LED luminaire, made of machined frosted polymer and aluminum caps. Suspension cable doubles as power cable for a simpler, cleaner look. Dimming version available.', 'http://arancialighting.com/project/frici-2/', 'http://arancialighting.com/wp-content/uploads/2018/04/P93-FRICI-2.pdf', '2018-05-01', '2018-05-04', '0000-00-00', ''),
(1628, 169, 'Toro', 'ARA_P94', 'P94', 'P94. Toro.', 1, 0, '', '2700K - 4000K', '90', '50W - 195W', '5,300 lm - 21,000 lm', '', 'LED DIMMING (0-10 V)', '120 - 277V', '', 'TORO is a elegant and modern thin ring of bright light. Its integral lens, a perfectly diffused satin acrylic piece, is held between fine rims of aluminum. This innovative layered assembly enables mix and match finishes, making a two tone light fixture possible as a standard.', 'http://arancialighting.com/project/toro/', 'http://arancialighting.com/wp-content/uploads/2018/04/P94-TORO-SUSPENSION.pdf', '2018-05-01', '2018-05-04', '0000-00-00', ''),
(1629, 170, 'NU', 'ABT_NU4RD', 'NU4RD', 'NU4RD. LITEOPTICS.', 1, 0, '', '2700-4000K', '83; 98', '12.4-49.1W', '630-2,460 lm', '', 'standard driver with flicker free 0-10V dimming to 1%; flicker free 0-10V dimming to 0%; flicker free dal dimming to 1%; flicker free dali dimming to 0%; flicker free dmx dimming to 0%; lutron ecosystem dimming to 1%; leading & trailing edge dimming (Tria', '120-277V', 'Downlight', 'The NU4RD LITEOPTIC recessed downlight by ALPHABET offers multiple cutting edge LED technologies, premium performance, thoughtful construction and pleasing aesthetics. Offered standard with premium dimming using EldoLED 1% flicker free drivers in 120V, 277V, and 347V. A minimalistic look is achieved with an ultra thin 1/16” trim that is only 5/16” wide. complimented by premium, UV stabilized, evenly diffused PMMA optic. Several beam angles and LITEOPTICS available.', 'https://alphabetlighting.com/products/nu4rd-liteoptics.html', 'https://alphabetlighting.com/download/a/NU4RD%20LITEOPTICS/Spec%20Sheets/NU4RD%20LITEOPTIC.pdf', '2018-02-08', '2018-05-04', '0000-00-00', ''),
(1630, 169, 'Pola', 'ARA_C380', 'C380', 'C380. Pola Surface.', 1, 0, '', '3000K; 3500K; 4000K', '80; 95', '15W', '900lm; 1000lm', '', 'LED DIMMING (TRIAC)', '120 V', '', 'Ceiling surface mounted luminaire with adjustable head, designed so that no light is wasted in the trim even when pivoted to its maximum. In addition to the clear anti-dust glass lens, one additional optional secondary optic can be fitted. High powered chip-on-board LED sources available. Compatible with Triac dimmers.', 'http://arancialighting.com/project/pola-surface/', 'http://arancialighting.com/wp-content/uploads/2016/07/POLA-SURFACE-C380.pdf', '2016-07-05', '2018-05-04', '0000-00-00', ''),
(1631, 170, 'NU', 'ABT_NU4QW', 'NU4QW', 'NU4QW. STUD.', 1, 0, '', '2700-4000K', '80; 90', '10.4W; 18.0W; 23.5W', '700 lm; 1054 lm; 1403 lm', '50,000 hours L70', 'standard driver with flicker free 0-10V dimming to 1%; flicker free 0-10V dimming to 0%; flicker free dali dimming to 1%; flicker free dali dimming to 0%; flicker free dmx dimming to 0%; leading & trailing edge dimming (Triac/ELV)', '120-277V', 'Downlight; wall wash', 'NU STUD is offered in 4” round or square as trimless or as micro-trim install. It is a mere 2-1/4“ above the ceiling WITH an IC enclosure box and a 5/8” standard ceiling thickness (housing height is adjustable for ceiling thickness). With a generous 1” regress bezel trim and microstructure lens, STUD is aesthetically pleasing with trim color options.', 'https://alphabetlighting.com/products/nu4qw-stud.html', 'https://alphabetlighting.com/download/a/NU4QW%20STUD/Spec%20Sheets/NU4QW%20STUD.pdf', '2018-02-08', '2018-05-04', '0000-00-00', ''),
(1632, 169, 'Jack', 'ARA_C91', 'C91', 'C91. Jack Surface.', 1, 0, '', '3000K; 3500K; 4000K', '90', '48W', '5200lm', '', 'LED DIMMING (0-10V); LED DIMMING (TRIAC)', '120-277V / 347V', '', 'Extruded aluminum linear lighting system that can be specified in a variety of lengths. An extruded impact resistant frosted acrylic lens provides a diffused glow. Simplified surface installation with slim machined aluminum and steel hardware. Dimming version available', 'http://arancialighting.com/project/jack-surface/', 'http://arancialighting.com/wp-content/uploads/2018/01/C91-JACK-SURFACE.pdf', '2018-01-24', '2018-05-04', '0000-00-00', ''),
(1633, 170, 'NU', 'ABT_NU3RD', 'NU3RD', 'NU3RD. LITEOPTICS.', 1, 0, '', '2700-4000K', '83; 98', '11.4-27.5W', '530-1,289 lm', '', 'standard driver with flicker free 0-10V dimming to 1%; flicker free 0-10V dimming to 0%; flicker free dali dimming to 1%; flicker free dali dimming to 0%; flicker free dmx dimming to 0%; leading & trailing edge dimming (Triac/ELV)', '120-277V', 'Downlight', 'The NU3RD LITEOPTICS 3” recessed downlight by ALPHABET offers multiple cutting edge LED technologies, premium performance, thoughtful construction and pleasing aesthetics. Offered standard with premium dimming using EldoLED 1% flicker free drivers in 120V, vvv277V, and 347V. A minimalistic look is achieved with an ultra thin 1/16” trim that is only 5/16” wide. Optional high efficiency BrightView diffused lens for smooth light distribution and obscured LED image. Several beam angles and LITEOPTICS available.', 'https://alphabetlighting.com/products/nu3rd-liteoptics.html', 'https://alphabetlighting.com/download/a/NU3RD%20LITEOPTICS/Spec%20Sheets/NU3RD%20LITEOPTICS.pdf', '2018-04-06', '2018-05-04', '0000-00-00', ''),
(1634, 170, 'NU', 'ABT_NU2RD', 'NU2RD', 'NU2RD.', 1, 0, '', '2700-4000K', '83; 98', '9.5-17.2 W', '600 lm; 860 lm; 1120 lm', '', 'standard driver with flicker free 0-10V dimming to 1%; flicker free 0-10V dimming to 0%; flicker free dali dimming to 1%; flicker free dali dimming to 0%; lutron high-lume/ecosystem A-series to 1%; trailing edge dimming', '120-277V', 'Downlight', 'The NU2RD, 2” recessed downlight by ALPHABET offers multiple cutting edge LED technology options, premium performance, thoughtful construction and pleasing aesthetics. Offered with optional WET rated construction and inherent IC where no IC/AT box is needed. Most available dimming protocols also offered. Easy installation and maintenance. XICATO XTM LED with EldoLED 1%, flicker free dimming standard. S.O.S. Quick Ship program ready.', 'https://alphabetlighting.com/products/nu2rd.html', 'https://alphabetlighting.com/download/a/NU2RD/Spec%20Sheets/NU2RD.pdf', '2018-03-15', '2018-05-04', '0000-00-00', ''),
(1635, 169, 'Newton', 'ARA_R19011', 'R19011', 'R19011. Newton.', 1, 0, '', '2700K - 4000K', '90', '2.5W', '260lm', '', 'NON Dimming; ELV Dimming', '120V', '10° BEAM; 28° BEAM; 40° BEAM', 'Micro recessed prism LED step-light. Casts an asymmetric wedge of light on the mounting surface. Made of solid machined aluminum and PMMA.', 'http://arancialighting.com/project/newton/', 'http://arancialighting.com/wp-content/uploads/2018/04/R19011-NEWTON.pdf', '2018-04-25', '2018-05-04', '0000-00-00', ''),
(1636, 169, 'Johnny', 'ARA_R19010', 'R19010', 'R19010. Johnny.', 1, 0, '', '2700K - 4000K', '90', '2.5W', '260lm', '', 'NON Dimming; ELV Dimming', '120-277V', '10° BEAM; 28° BEAM; 40° BEAM', 'Round convex LED step-light or furniture-light. Made of solid machined aluminum.', 'http://arancialighting.com/project/johnny/', 'http://arancialighting.com/wp-content/uploads/2018/04/R19010-Johnny.pdf', '2018-04-25', '2018-05-04', '0000-00-00', ''),
(1637, 170, 'NU', 'ABT_NU4RD-VCT', 'NU4RD-VCT', 'NU4RD-VCT. VECTOR.', 1, 0, '', '2700-4000K', '83; 98', '9.5-42.9W', '610-3,460 lm', '', 'standard driver with flicker free 0-10V dimming to 1%; flicker free 0-10V dimming to 0%; flicker free dal dimming to 1%; flicker free dali dimming to 0%; flicker free dmx dimming to 0%; lutron ecosystem dimming to 1%', '120-277V', 'Downlight', 'One step closer to saying goodbye to ladders! Choose spread and intensity at the touch of your finger. NU recessed downlight series by ALPHABET is the WORLD’s FIRST Bluetooth® controlled downlight with a Liquid Crystal Lens optic for DYNAMIC BEAM SHAPING. It’s offered in multiple apertures and uses XICATO® LED and eldoLED dimming as standard.', 'https://alphabetlighting.com/products/nu4rd-vector.html', 'https://alphabetlighting.com/download/a/NU4RD%20VECTOR/Spec%20Sheets/NU4RD%20Vector.pdf', '2018-02-08', '2018-05-04', '0000-00-00', ''),
(1638, 169, 'Mike', 'ARA_P10091', 'P10091', 'P10091. Mike.', 1, 0, '', '3000K; 4000K', '80; 95', '7W', '500lm; 700lm', '', 'LED DIMMING (0-10V); LED DIMMING (TRIAC)', '120 V; 120 - 277 V', '', 'Slim pendant fixture. Satin acrylic diffuser inserted in a machined aluminum structure. Suitable for damp locations.', 'http://arancialighting.com/project/mike/', 'http://arancialighting.com/wp-content/uploads/2015/10/MIKE-P10091.pdf', '2015-10-06', '2018-05-04', '0000-00-00', ''),
(1639, 170, 'THETA', 'ABT_THETA3VC', 'THETA3VC', 'THETA3VC.', 1, 0, '', '3000K; 3500K', '90', '18.4W', '2,110 lm', '102,000 hours L80', 'Trailing Edge (ELV) Dimming', '120V', '20°; 40°; 60°', 'THETA3VC is a line voltage canopy spot with manual beam control to the degree. With 25° to 60° design options built in, THETA3VC allows for simple adjustment by simply turning the snoot without changing reflectors or lens media. Delivering 114 lm/watt @ 90+ CRI using Citizen’s latest LED technology.', 'https://alphabetlighting.com/products/theta3vc.html', 'https://alphabetlighting.com/download/a/THETA3VC/Spec%20Sheets/THETA3VC.pdf', '2017-09-05', '2018-05-04', '0000-00-00', ''),
(1640, 169, 'Sky', 'ARA_P10071', 'P10071', 'P10071. Sky.', 0, 0, '', '3000K; 4000K', '80; 95', '7W', '700lm', '', 'TRIAC LED DIMMING', '120V; 277V; 120-277V', '16° BEAM REFLECTOR; 28° BEAM REFLECTOR; 42° BEAM REFLECTOR', 'Machined aluminum direct pendant luminaire, available in two housing lengths. Suitable for damp locations. Compatible with Triac dimmers.', 'http://arancialighting.com/project/sky/', 'http://arancialighting.com/wp-content/uploads/2018/05/P10071-SKY.pdf', '2018-05-01', '2018-05-04', '0000-00-00', ''),
(1641, 170, 'THETA', 'ABT_THETA2T', 'THETA2T', 'THETA2T.', 1, 0, '', '2700-4000K', '83', '10.2 W', '740 lm', '50,000 hours L80', 'trailing edge dimming', '120V', 'semi-specular, 20º; semi-specular, 40º; semi-specular, 60º; diffuse, 20º; diffuse, 40º; diffuse, 60º; specular, 20º; specular, 40º; specular, 60º', 'The THETA2T is a fully dimmable LED Line Voltage fixture with Chroma technology providing energy efficient light using a cold remote phosphor module by XICATO® with an industry best SDCM of 2x,1y. It is a sleek cylinder with a 2” aperture with either a 40° beam snoot, flared snoot that allows multiple beam angles or a decorative opal cased glass shade. The housing is machined aluminum and seconds as its heat sink. THETA2 carries a 5 year NO COLOR SHIFT AND FIXTURE WARRANTY.', 'https://alphabetlighting.com/products/theta2t.html', 'https://alphabetlighting.com/download/a/THETA2T/Spec%20Sheets/THETA2T.pdf', '2017-12-26', '2018-05-04', '0000-00-00', ''),
(1642, 169, 'Pong', 'ARA_C30019', 'C30019', 'C30019. Pong Surface.', 1, 0, '', '3000K; 4000K', '80', '7W; 13W; 26W', '700 lm; 1300 lm; 2700 lm', '', 'LED DIMMING (0-10V); LED DIMMING (TRIAC)', '120 V; 120 - 277 V', '', 'Indirect round LED wall sconce, made of machined and formed aluminum. Standard finishes can be applied to cosmetic disc faceplate, or customized to meet your projects requirements.', 'http://arancialighting.com/project/pong-surface/', 'http://arancialighting.com/wp-content/uploads/2015/11/PONG-C30019.pdf', '2015-11-02', '2018-05-04', '0000-00-00', ''),
(1643, 169, 'Silo', 'ARA_C20119', 'C20119', 'C20119. Silo Surface.', 1, 0, '', '3000K; 3500K; 4000K', '95', '15W; 25W', '1100lm; 2600lm', '', 'Triac and Electronic dimming available', '', '', 'Machined aluminum direct luminaire, available in two housing lengths. Ceiling mount. Compatible with Triac dimmers.', 'http://arancialighting.com/project/silo-surface/', 'http://arancialighting.com/wp-content/uploads/2018/04/C20119-SILO.pdf', '2018-04-09', '2018-05-04', '0000-00-00', ''),
(1644, 170, 'ZETA12', 'ABT_ZETA12S', 'ZETA12S', 'ZETA12S.', 1, 0, '', '2700-4000K', '90', '7-17W', '490-1,075 lm', '50,000 hours L70', 'Triac Dimming (with standard dimmer)', '120VAC input 50/60Hz', '0-90°', 'The ZETA12S is a low profile, linear, line voltage, LED cove fixture with a white or bronze aluminum extrusion housing. It has highly efficient, color consistent LEDs with an SDCM of 3. An opal lens allows for smooth and even illumination eliminating pixelation and stritations on the wall. Virtually no heat when compared to halogen and xenon fixtures. The ZETA12S is dimmable to 5% with integrated driver and is optimized for fast permanent installation.', 'https://alphabetlighting.com/products/zeta12s.html', 'https://alphabetlighting.com/download/a/ZETA12S/Spec%20Sheets/ZETA12S.pdf', '2017-01-04', '2018-05-04', '0000-00-00', ''),
(1645, 170, 'BETA', 'ABT_BETA3S', 'BETA3S', 'BETA3S.', 1, 0, '', '2700-4000K', '83; 98', '11.9-19.8 W', '935-1,700 lm', '50,000 hours L80', '10% trailing edge dimming; standard 0-10V dimming to 10%', '120V; 120V-277V', 'semi-specular, 20º; semi-specular, 40º; semi-specular, 60º; diffuse, 20º; diffuse, 40º; diffuse, 60º; specular, 20º; specular, 40º; specular, 60º', 'BETA3S is a performance spot fixture in a par20 cylinder form factor integrated with industry best LEDs up to 1700lm. BETA3 has many options for most applications and carries the first 5 Year NO COLOR SHIFT warranty.', 'https://alphabetlighting.com/products/beta3s.html', 'https://alphabetlighting.com/download/a/BETA3S/Spec%20Sheets/BETA3.pdf', '2018-02-09', '2018-05-04', '0000-00-00', ''),
(1646, 170, 'DELTA', 'ABT_DELTA4P', 'DELTA4P', 'DELTA4P.', 1, 0, '', '2700-4000K', '83; 98', '9-49W', '600-3,286 lm', '50,000 hours L80', 'standard 0-10V dimming to 10%; Lutron Hi-lume/EcoSystem A-Series -to 1%; Lutron EcoSystem H-Series -to 1%; eldoLED 0-10V dimming to 1%; eldoLED 0-10V dimming to zero (0.1%); eldoLED DALI dimming to 1%; eldoLED DALI dimming to zero (0.1%)', 'UNV 120V/277V', 'diffuse, 20º; diffuse, 40º; diffuse, 60º; specular, 20º; specular, 40º; specular, 60º', 'The DELTA4 LED Pendant with Chroma technology provides energy efficient light using a cold remote phosphor module by Xicato. It has a traditional, attractive low bay form factor using a 16” spun aluminum or acrylylic defractor shade. The housing is machined aluminum and seconds as its heat sink. It is offered in matte chrome, white and black. The DELTA4 is fully dimmable and offered with 2700, 3000, 3500 or 4000 Kelvin. Industry Best color consistency allows for a SDCM of 1x2. Aluminum and acrylic shade and finishes allow for creative lighting solutions to illuminate architectural spaces.', 'https://alphabetlighting.com/products/delta4p.html', 'https://alphabetlighting.com/download/a/DELTA4P/Spec%20Sheets/DELTA4.pdf', '2017-03-02', '2018-05-04', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1647, 171, 'Slim', 'ABR_10095PN-BA', '10095PN-BA', '10095PN-BA. Slim.', 1, 0, '', '3000K', '90+', '21W', '1680 Lumens', '50000 hours', 'ELV CL Triac', '120v', '', 'The Slim series of avant-garde pendants suspended on aircraft cable which provides the electrical supply to the fixture with no unsightly electrical cord visible. Carved from a solid piece of aluminum billet, milled and brushed by hand to provide its unique textured look. Slim is supplied with two LED panels mounted on top and bottom of the fixture, creating an up down light source. The Slim seriesÊis a unique and exciting solution to a modern decor.', 'https://abralighting.com/products/10095pn-ba-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/10095PN-BA_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '2017-06-13', '2018-05-04', '0000-00-00', ''),
(1648, 171, 'Slim', 'ABR_10096PN-BA', '10096PN-BA', '10096PN-BA. Slim.', 1, 0, '', '3000K', '90+', '31W', '2500 Lumens', '50000 hours', 'ELV CL Triac', '120v', '', 'The Slim series of avant-garde pendants suspended on aircraft cable which provides the electrical supply to the fixture with no unsightly electrical cord visible. Carved from a solid piece of aluminum billet, milled and brushed by hand to provide its unique textured look. Slim is supplied with two LED panels mounted on top and bottom of the fixture, creating an up down light source. The Slim seriesÊis a unique and exciting solution to a modern decor.', 'https://abralighting.com/products/10096pn-ba-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/10096PN-BA_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '2017-06-13', '2018-05-04', '0000-00-00', ''),
(1649, 172, 'Ovation', 'CPL_E-930VW', 'E-930VW', 'E 930VW. Ovation.', 1, 0, '', '2800-8000K', '88-92', '239 W; 243 W; 245 W', '4,399-5,485 lm', '50,000 hours', 'DMX, RDM', '100 to 240 VAC, 50/60 Hz', '10°-50°', 'Ovation E-930VW is a high-performance, variable white ellipsoidal style fixture that utilizes our unique 6-color LED system. This fixture projects a bright, beautifully flat field of light in nearly any temperature of white with high CRI and CQS. Each color temperature can be further adjusted for +/- green to perfect the field of light. For times when a splash of color is needed, the fixture can also give you full control of each color of LED as well.', 'https://www.chauvetprofessional.com/products/ovation-e-930vw/', 'https://www.chauvetprofessional.com/wp-content/uploads/2017/10/Ovation_E_930VW_QRG_Rev2_WO.pdf', '2017-10-03', '2018-05-04', '0000-00-00', ''),
(1650, 171, 'Step', 'ABR_30014FM-BN', '30014FM-BN', '30014FM-BN. Step.', 1, 0, '', '3000K', '90+', '16w', '1400Lm', '50000 hours', 'Dimmable', '120v', '', 'The Step collection of flush-mounts with their clean architectural styled bases and opal glass diffusers appeal to the minimalist. These LED flush-mounts utilize AC light engines which are fully dimmable with most standard dimmers.Ê', 'https://abralighting.com/products/30014fm-bn-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/30014FM-BN_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1651, 172, 'Ovation', 'CPL_E-910FC', 'E-910FC', 'E 910FC. Ovation.', 1, 0, '', '2800K-6500K', '82', '234 W; 240 W', '3,236-4,316 lm', '50,000 hours', 'DMX, RDM', '100 to 240 VAC, 50/60 Hz', '11°-51°', 'Ovation E-910FC is a high-performance ERS-style fixture with full RGBA-Lime color mixing and color temperature presets of 2800 to 6500 K that match the output of a tungsten source to perfection. Control options include full 16-bit dimming (per color and master), selectable PWM, RDM and onboard dimming curve selection. Also accessible is our Virtual Color Wheel which matches popular gel colors.', 'https://www.chauvetprofessional.com/products/ovation-e-910fc/', 'https://www.chauvetprofessional.com/wp-content/uploads/2015/06/Ovation-E-910FC-Specification-Sheet.pdf', '2017-08-04', '2018-05-04', '0000-00-00', ''),
(1652, 171, 'Step', 'ABR_30016FM-BN', '30016FM-BN', '30016FM-BN. Step.', 1, 0, '', '3000K', '90+', '29W', '2320Lm', '50000 hours', 'Dimmable', '120v', '', 'The Bongo series of spun steel cylinders with frosted glass diffusers and AC LED light engines bring a touch of excitement to any application. Fully dimmable with most dimmers.Ê', 'http://abralighting.com/products/30016fm-ch-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/30016FM-CH_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1653, 171, 'Bongo', 'ABR_30030FM-BN', '30030FM-BN', '30030FM-BN. Bongo.', 0, 0, '', '3000K', '90+', '16w', '1400Lm', '50000 hours', 'Dimmable', '120v', '', 'The Bongo series of spun steel cylinders with frosted glass diffusers and AC LED light engines bring a touch of excitement to any application. Fully dimmable with most dimmers.Ê', 'https://abralighting.com/products/30030fm-bn-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/30030FM-BN_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1654, 171, 'Bongo', 'ABR_30031FM-BN', '30031FM-BN', '30031FM-BN. Bongo.', 0, 0, '', '3000K', '90+', '20W', '1600Lm', '50000 hours', 'Dimmable', '120v', '', 'Eclipse flush-mount series is sight to behold. Pressed steel pan formed to encapsulate the opal glass diffuser provides a warm and comfortable feel. Powered by AC LED light engines which are fully dimmable with most dimmers.', 'https://abralighting.com/products/30031fm-bn-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/30031FM-BN_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1655, 172, 'STRIKE', 'CPL_P38', 'P38', 'P38. STRIKE.', 1, 0, '', '1899K-2754K', '92', '54 W; 56 W; 58 W', '2,186 lm', '50,000 hours', 'DMX, RDM', '100 to 240 VAC, 50/60 Hz', '27°', 'STRIKE P38 is a compact, punchy and outdoor-ready blinder and strobe powered by a 90 W warm white LED source. An emulated “amber shift” warms the color temperature of the light as it dims to perfectly mimic incandescent lights. The unit’s IP-rated fan keeps it cool enough for use as a wash, while IP-rated direct power and DMX connections eliminate undesirable whips. Control it with adjustable PWM and RDM for added flexibility.', 'https://www.chauvetprofessional.com/products/strike-p38/', 'https://www.chauvetprofessional.com/wp-content/uploads/2018/03/STRIKE_P38_UM_Rev1_WO.pdf', '2018-02-21', '2018-05-04', '0000-00-00', ''),
(1656, 171, 'Halo', 'ABR_30067FM-BN', '30067FM-BN', '30067FM-BN. Halo.', 0, 0, '', '3000K', '90+', '29W', '2320Lm', '50000 hours', 'Dimmable', '120v', '', 'The Spark series has taken a traditional design to the 21st century, soft clean lines and metallic finishes make these flush-mounts suitable for most room decors. AC LED light engines are fully dimmable and compatible with most dimmers.', 'http://abralighting.com/products/30067fm-ch-4/', 'https://abra-specification-sheets.s3.us-west-2.amazonaws.com/30067FM-CH_specifications.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEW3OPVWRVDV25VA%2F20180504%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=2', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1657, 172, 'Ovation', 'CPL_Min-E-10WW', 'Min-E-10WW', 'Min E 10WW. Ovation.', 1, 0, '', '3050K', '90', '12 W', '', '50,000 hours', 'Electronic', '120 VAC, 60 Hz or 230 VAC, 50 Hz', '16°; 20°; 25°', 'Ovation Min-E-10WW perfectly complements the bigger Ovation ED-190WW in a handy, almost pocket sized version. Powered by a punchy 13 W warm white LED, this ultra discreet ellipsoidal features a four-blade shutter system to efficiently and cleanly crop light from unwanted areas. The 19° to 36° zooming optic provides the flexibility to precisely adjust your projection size. Ovation Min-E-10WW is easily dimmed using external LED lighting dimmer packs.', 'https://www.chauvetprofessional.com/products/ovation-min-e-10ww/', 'https://www.chauvetprofessional.com/products/ovation-min-e-10ww/', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1658, 174, 'Axis', 'AYR_AXIS18', 'AXIS18', 'AXIS18. Axis 18\" ADA.', 1, 0, '', '3000K', '', '24 W', '1860 Lumens', '', 'ELV', '120V', '', 'The AXIS is a unique and modern linear fi xture. The directional body provides movement and functional light to any space. The AXIS can be installed in pairs on each side of a mirror as well as in a horizontal orientation from above. It is also a great solution for hospitality and corridor spaces. The footprint of this fi xture is signifi cantly slimmer in both its width and projection than anything on the market.', 'http://ayrelight.com/products/view/Axis+18', 'http://ayrelight.com/files/product/pdf/81_Axis_18_specs.pdf', '2016-02-16', '2018-05-04', '0000-00-00', ''),
(1659, 172, 'Ovation', 'CPL_H-265WW', 'H-265WW', 'H 265WW. Ovation.', 1, 0, '', '3258K', '97', '147 W; 149 W', '8,505 lm; 8,885 lm;  9,139 lm', '50,000 hours', 'DMX, W-DMX, RDM', '100 to 240 VAC, 50/60 Hz (auto-ranging)', '19°; 39°; 50°', 'Ovation H-265WW is a silent, convention cooled LED house light with a powerful warm white light output and a high CRI, ideal for theatres, worship venues and recital halls or any other application where silent operation is crucial. The unit also features 16-bit dimming, RDM and W-DMX control as well as adjustable PWM to prevent flickering on televised performances. Interchangeable lenses for height adjustment are another indispensable feature in theatrical and house of worship applications. For even more versatility, the yoke can be completely removed, and the fixture suspended, pendant style, from a loop on the back plate. Available in black or white.', 'https://www.chauvetprofessional.com/products/ovation-h-265ww/', 'https://www.chauvetprofessional.com/products/ovation-h-265ww/', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1660, 174, 'Arcadia', 'AYR_ARC1', 'ARC1', 'ARC1. Arcadia ADA.', 1, 0, '', '3000K', '', '12.5 W', '1200 lumens', '', 'non-dimming', '120V', '', 'The Arcadia sconce is offered in a variety of distinctive wood species, metal finishes and lamping options. Arcadia focuses attention on conservation and sustainability. We use repurposed and renewable wood, reclaimed and recycled aluminum, and offer the option of energy efficient fluorescent or LED technology.', 'http://ayrelight.com/products/view/Arcadia', 'http://ayrelight.com/files/product/pdf/15_Arcadia_specs.pdf', '2015-06-24', '2018-05-04', '0000-00-00', ''),
(1661, 172, 'Ovation', 'CPL_C-805FC', 'C-805FC', 'C-805FC. Ovation.', 1, 0, '', '2800-10000K', '80', '167W; 173W', '2,850 lm; 3,287 lm; 5,587 lm', '50,000 hours', 'DMX', '100 to 240 VAC, 50/60 Hz (auto-ranging)', '37°-57°', 'Ovation C-805FC uses its RGBA-Lime color palette to render nearly any color with tremendous realism and saturation. Its superb optics ensure an even output. Setup is easier than ever with the addition of RDM, adjustable PWM and an easy to navigate OLED full text display.', 'https://www.chauvetprofessional.com/products/ovation-c-805fc/', 'https://www.chauvetprofessional.com/products/ovation-c-805fc/', '0000-00-00', '2018-05-04', '0000-00-00', ''),
(1662, 172, 'Ovation', 'CPL_FD-165WW', 'FD-165WW', 'FD 165WW. Ovation.', 1, 0, '', '3184K', '90', '166 W; 170 W', '2,661 lm; 6,481 lm', '100,000 hours', 'DMX', '120/230 VAC, 50/60 Hz (switchable)', '14° to 55°', 'Ovation FD-165WW is a Fresnel wash utilizing data and power sensors that make it possible to run on both dimming power systems and constant power rigs. Even when the fixture is used on a dimming system, our proprietary motorized zoom is still easily accessed by the rotary knob on the back of the fixture. The phenomenal dimming and the smooth, even field of light produced by the original Ovation F-165WW, are still present but are now made accessible to operators who otherwise hesitated to make the switch to LED lights due to costly investment in dimming systems.', 'https://www.chauvetprofessional.com/products/ovation-fd-165ww/', 'https://www.chauvetprofessional.com/wp-content/uploads/2015/06/Ovation-FD-165WW-Specification-Sheet.pdf', '2017-08-24', '2018-05-04', '0000-00-00', ''),
(1663, 174, 'Circ', 'AYR_CIRP-3', 'CIRP-3', 'CIRP-3. Circ Multi Pendant.', 1, 0, '', '2700K', '', '9.5 W', '800 Lumens', '', '', '120V', '', 'The Circ is a powerfully proportioned pendant with a clear outer glass that encases the entire diffuser body. The Multi-Pendant is available in a variety of formats allowing for a clean, symmetrical or cascading organic arrangement.', 'http://ayrelight.com/products/view/Circ+Multi+Pendant', 'http://ayrelight.com/files/product/pdf/69_Circ_Multi_Pendant_specs.pdf', '2015-06-24', '2018-05-04', '0000-00-00', ''),
(1664, 174, 'Clik', 'AYR_CLK2', 'CLK2', 'CLK2. Clik 2.', 1, 0, '', '2700K', '', '9.5 W', '800 Lumens', '', '', '120V', '', 'The absolute purity of form defines Clik. Its shiny opal glass appears to float effortlessly above its minimalist structure. Every detail is attended to here. Nothing that is not needed is present. It is available in two formats each communicating purity of form.', 'http://ayrelight.com/products/view/Clik+2', 'http://ayrelight.com/files/product/pdf/22_Clik_2_specs.pdf', '2015-06-24', '2018-05-04', '0000-00-00', ''),
(1665, 174, 'Cygnus', 'AYR_CYG1', 'CYG1', 'CYG1. Cygnus.', 1, 0, '', '2700K', '', '9.5 W', '800 Lumens', '', '', '120V', '', 'The Cygnus is formed from an extruded teardrop tube joined to a jewel like faceted cup. Cygnus features a solid brass backplate and white shantung shade.', 'http://ayrelight.com/products/view/Cygnus', 'http://ayrelight.com/files/product/pdf/42_Cygnus_specs.pdf', '2015-06-24', '2018-05-04', '0000-00-00', ''),
(1666, 174, 'District', 'AYR_DIS1', 'DIS1', 'DIS1. District 1 ADA.', 1, 0, '', '2700K', '', '9.5 W', '800 Lumens', '', '', '120V', '', 'Almost industrial in tone, District is forged of solid brass. Its mass is deftly balanced by a simple but tailored white shantung shade with defined edges. Available in fluorescent and incandescent lamping and numerous finishes.', 'http://ayrelight.com/products/view/District+1', 'http://ayrelight.com/files/product/pdf/23_District_1_specs.pdf', '2017-04-13', '2018-05-04', '0000-00-00', ''),
(1667, 174, 'Icon', 'AYR_ICON18', 'ICON18', 'ICON18. Icon 18\" ADA.', 1, 0, '', '3000K', '', '21 W', '1512 Lumens', '', 'ELV', '120V', '', 'The ICON linear series has a familiar aesthetic at first glance, making it a great choice for transitional and contemporary spaces. The full length diff user appears to fl oat off of its slim framework. The footprint of this fi xture is signifi cantly slimmer in both its width and projection than anything on the market.', 'http://ayrelight.com/products/view/Icon+18', 'http://ayrelight.com/files/product/pdf/88_Icon_18_specs.pdf', '2016-02-16', '2018-05-04', '0000-00-00', ''),
(1668, 175, 'NANO', 'BCF_NANO-WARM-DIM', 'NANO-WARM-DIM', 'NANO-WARM-DIM. NANO WARM DIM.', 1, 0, '', '2000K - 3000K', '90+', '6 watts per linear ft.', '', '', 'Leading-edge/Trailing-edge line dimmer', '90-120V, 230-277V', '15x40°, 120°', 'The popular NANOLUME can now be specified with Boca Flasher’s Dim to Warm technology (NANO WARM DIM). Standard range shifts the color temperature from 2000K to 3000K as the fixture is dimmed. Other color range options are available to meet any project need. Boca’s patented CleanDim® technology ensures even dimming from 0-100%', 'http://bocaflasher.com/product/nano-wd/', 'http://bocaflasher.com/wp-content/uploads/2018/05/NANO-WARM-DIM-spec-guide7.pdf', '2018-05-03', '2018-05-04', '0000-00-00', ''),
(1669, 175, 'AC100', 'BCF_AC100', 'AC100', 'AC100.', 1, 0, '', '3000K, 5000K, amber, r,g,blue', '80', '2.5 or 4.8 watts per lft. for 20° or 50°, 3 or 6 watts per lft for 120°', '', '', 'Standard magnetic low voltage dimmer', '24VDC or 24VAC', '20°, 50°, 120°, (30° amber, red, blue, green only)', 'Low power, single or dual row strips that use any magnetic low voltage dimmer. The Boca AC100 is designed for low power applications where energy consumption and size are the main concerns. It can be specified with either one row or two rows, depending on the light output required. It offers seamless LED configuration, easy installation, and vibrant solid color. The AC100 is available in different housings for different uses, including underwater installations where IP68 is required.', 'http://bocaflasher.com/product/ac100/', 'http://bocaflasher.com/wp-content/uploads/2018/04/AC100-Auto-Fill-Spec-Guide7.pdf', '2018-04-12', '2018-05-04', '0000-00-00', ''),
(1670, 175, 'HPNLS', 'BCF_HPNLS-LO', 'HPNLS-LO', 'HPNLS-LO.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, amber, red, green, blue.', '90+', '8 or 10 watts per linear ft.', '784 Lumens per ft.', '', 'Leading-edge / Trailing-edge line dimming, 0-10V, DMX', '90-120VAC or 230-277 VAC', '10°, 30°, 60°, 10°x60°, 30°x 60°, 120°', 'The Boca Flasher HPNLS-LO is a small-profile fixture well suited for many lighting situations where both space and locating transformers are concerns. This patent-pending line voltage fixture runs on only eight watts per linear foot. It eliminates the need for secondary transformers, making installation contractor friendly. Boca Flasher’s CleanDim® technology ensures even dimming from 0-100%. The HPNLS-LO can be fabricated with a range of optics and color temperature choices, affording a multitude of distribution and effect options.', 'http://bocaflasher.com/product/hpnls-lo/', 'http://bocaflasher.com/wp-content/uploads/2017/06/HPNLS-LO-Spec-Guide2.pdf', '2018-04-23', '2018-05-04', '0000-00-00', ''),
(1671, 175, 'NICHE', 'BCF_NICHE-HV', 'NICHE-HV', 'NICHE-HV.', 1, 0, '', '2400K, 2700K,3000K, 3500K, 4000K, 5000K.', '90+', '4 or 8 watts per linear ft.', '', '', 'Leading-edge/Trailing-edge line dimming, 0-10V.', '120VAC', '120°', 'The Boca Flasher NICHE-HV is a very small-profile line voltage fixture well suited to coves or task areas where space and energy consumption are constrained. Boca Flasher’s CleanDim® technology ensures even dimming from 0-100%. The NICHE-HV can be fabricated with a range of color temperature choices, affording a multitude of options.', 'http://bocaflasher.com/product/niche-hv/', 'http://bocaflasher.com/wp-content/uploads/2018/04/Niche-HV-Spec-Guide2.pdf', '2018-03-05', '2018-05-04', '0000-00-00', ''),
(1672, 175, 'NANO', 'BCF_NANOMIX', 'NANOMIX', 'NANOMIX.', 1, 0, '', 'RGBW (2000K, 2400K,  2700K, 3000K, 3500K,  4000K, 5000K, 6500K)', '90+', '6W PER LINEAR FT.', '365 - 800 lumens', '', 'NanoRouter', '90-120VAC', '15x40°, 120°', 'RGBW Color Changing line voltage fixture for use where space is a concern but effect is essential. The Boca NANOMIX is the latest addition to the Boca NANOLUME family of products. The Four channel DMX fixture allows full RGB color mixing with the added option of delivering quality white light or any other single color LED.', 'http://bocaflasher.com/product/nano-mix/', 'http://bocaflasher.com/wp-content/uploads/2017/06/NANOMIX-spec-guide4.pdf', '2018-04-11', '2018-05-04', '0000-00-00', ''),
(1673, 175, 'SBL', 'BCF_SBL-MIX', 'SBL-MIX', 'SBL-MIX.', 1, 0, '', '2700K, 3000K, 3500K, 5000K, amber, RGB', '', '64 watts per linear ft.', '', '', 'Standard DMX 512.  Wireless DMX', '90-120VAC, 230-277VAC', '10°, 24°, 36°, 10° x 45°, 120°', 'Dimmable high color changing line voltage fixture avaiable with a variety of options. The Boca SBL-Mix is a powerful instrument developed for large-coverage illumination. This line voltage fixture eliminates the need for secondary transformers, making installation contractor friendly. The SBL-Mix uses Boca’s patented technology for RGB additive color mixing. The housing is clear anodized aluminum with a durable finish making it weather and abrasion resistant. The SBL-Mix is UL Listed for dry, damp, or wet location (model dependent).', 'http://bocaflasher.com/product/sbl-mix/', 'http://bocaflasher.com/wp-content/uploads/2018/04/SBL-Mix-Spec-Guide3.pdf', '2018-04-12', '2018-05-04', '0000-00-00', ''),
(1674, 175, 'CCS', 'BCF_CCS-100', 'CCS-100', 'CCS-100.', 1, 0, '', '3000K, 5000K, amber, RGB', '', '4 watts per linear ft', '', '', 'DMX 512 input', '24VDC or 24VAC', 'Color 30°, 120°, White: 15°, 50°, 120°', 'The Boca CCS-100 is designed for low-power applications where energy consumption and size are the main concerns, but full color-changing capabilities are desired. It offers seamless LED configuration, easy installation, and vibrant RGB changing color. The CCS-100 can be used with any DMX 512 controller and it uses Boca’s patented technology for RGB additive color mixing. It is available in different housings for different uses, including underwater installations where IP68 is required.', 'http://bocaflasher.com/product/ccs-100/', 'http://bocaflasher.com/wp-content/uploads/2018/04/CCS-100-Spec-Guide4.pdf', '2018-02-26', '2018-05-04', '0000-00-00', ''),
(1675, 175, 'TRI', 'BCF_TRI-LIGHT', 'TRI-LIGHT', 'TRI-LIGHT.', 1, 0, '', 'Triple diode RGB, or triple diode RGB w/ white option.', '', '8 watts per linear ft for RGB 10 watts per linear ft for RGBW', '', '', 'IMCS box w/ standard DMX512 control', '24VAC', '120°', 'The Boca TRI-LIGHT is a small-profile, low-voltage, RGB color-changing fixture that is useful in many lighting situations where color mixing is needed and space is an issue. The TRI-LIGHT’S triple diode color mixing process creates an even wash for color mixing, even at short distances. It can be fabricated with a range of optics and accessories.', 'http://bocaflasher.com/product/trilight/', 'http://bocaflasher.com/wp-content/uploads/2018/04/TRI-LIGHT-spec-guide4.pdf', '2018-02-26', '2018-05-04', '0000-00-00', ''),
(1676, 175, 'HP-SUBMERSIBLE', 'BCF_HP-SUBMERSIBLE', 'HP-SUBMERSIBLE', 'HP-SUBMERSIBLE.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, amber, red, green, blue.', '90+', '6 watts per linear ft', '', '', 'Standard Magnetic Low  Voltage Dimming', '12VAC', '10°, 30°, 60°, 10° x 60°, 30°x60°, 120°', 'High-output, 12-volt, single-row strips that use any magnetic low voltage dimmer. The Boca Flasher HP-Submersible is designed for submersible installations where light output is a concern. It offers seamless LED configuration, easy installation, and bright solid color. The HP-Submersible can be used with any magnetic low voltage dimmer and can be fabricated with a range of optics and color temperature choices, affording a multitude of distribution and effect options. The housing is a clear durable and heat resistant polycarbonate tube with teflon coated endcaps, ensuring longevity even in the harshest underwater environments.', 'http://bocaflasher.com/product/hp-submersible/', 'http://bocaflasher.com/wp-content/uploads/2017/07/HP-SUB-Spec-Guide4.pdf', '2017-08-21', '2018-05-04', '0000-00-00', ''),
(1677, 175, 'HPFB', 'BCF_HPFB', 'HPFB', 'HPFB.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, amber, RGB, RGBW', '', '33 watts per linear ft.', '', '', 'Standard DMX 512', '120 VAC or 277 VAC', '10º , 24º , 36º , 10º x 45º , 120º', 'The Boca HPFB is a dual-row fixture that uses Boca Flasher’s patented technology for RGB additive color mixing. It is a six-channel fixture, making possible six different colors in one fixture. This line voltage RGB fixture eliminates the need for locating remote secondary transformers, making installation contractor friendly.', 'http://bocaflasher.com/product/hpfb/', 'http://bocaflasher.com/wp-content/uploads/2018/04/HPFB-Spec-Guide3.pdf', '2018-04-12', '2018-05-04', '0000-00-00', ''),
(1678, 176, 'K5', 'EXI_K5-i400', 'K5-i400', 'K5 i400. LumiLedge.', 1, 0, '', '2700-4000K', '80+', 'Standard 7.6W per foot; High 10.5W per foot', 'Standard Power – 759 lumens/foot; High Power - 1,193 lumens per foot', '50,000 hours L70', 'Non-Dim; 1%, 0-10V Dim; 1% Lutron EcoSystem Digital Dimming; 1% Lutron 3-Wire Dimming; 1% Lutron 120V 2-Wire Dimming', '120 – 277V AC', 'Narrow Asymmetric; Wide Asymmetric', 'A high performance asymmetric fixed aiming linear LED luminaire is a compatible drop-in gear tray designed specifically for the K5-FR. Proprietary asymmetric distribution provides ideal throw to the ceiling to reflect into the room for ambient lighting. Choose low power option to light corridors at standard ceiling heights. Higher output available for wider spaces and ceilings. Extruded aluminum construction. Satin anodized finish. The K5-i400 seamlessly drops into the K5-FR framing system for alignment and fixed aiming. The unique two-piece design significantly reduces field labor and delivers a more uniform, seamless finished cove profile than field built coves. Screw fasten to lock luminaire in place. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/knife-edge-systems/knife-edge-cove', 'https://www.electrixillumination.com/application/files/9415/0237/9325/Electrix_K5-i400-F_SpecSheet.pdf', '2017-08-10', '2018-05-07', '0000-00-00', ''),
(1679, 176, 'K5', 'EXI_K5-LX', 'K5-LX', 'K5 LX. LumiLedge.', 1, 0, '', '2700-4000K', '85+', 'Standard 7.6W per foot; High 10.5W per foot', '1,399 lumens per foot', '50,000 hours L70', 'Non-Dim; 1%, 0-10V Dim; 1% Lutron EcoSystem Digital Dimming; 1% Lutron 3-Wire Dimming; 1% Lutron 120V 2-Wire Dimming', '120 – 277V AC', 'Medium distribution', 'A high performance symmetric distribution for indirect cove lighting smaller spaces. K5-LX luminaires fit into floating ceilings edged with K5-FR framing. Washes wall above cove with uplight and reflects ceiling light to provide discrete ambient light. Proprietary optic designed for optimal transmission and diffusion creates continuous line of light without shadows. The K5-LX is designed to drop-into the K5-FR framing system for alignment and fixed aiming. Screw fasten to lock luminaire in place. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/knife-edge-systems/k5-lx-symmetric-fixed-linear-led-luminaire', 'https://www.electrixillumination.com/application/files/7915/0237/9184/Electrix_K5-LX_SpecSheet.pdf', '2017-08-10', '2018-05-07', '0000-00-00', ''),
(1680, 177, 'GalaxZ', 'BRC_GalaxZ-Track', 'GalaxZ-Track', 'GalaxZ Track.', 1, 0, '', '3000K; 4000K', '85 typ.', '37W; 74W', '2ft: 2600lm - 2650lm; 4ft: 5200lm - 5300lm', '70% of initial lumens after 60,000 hrs', 'Trailing Edge (ELV) dimming standard', '120VAC, 50/60Hz', '', 'Sleek, low profile linear pendant mount LED fixture made of extruded aluminum. Future proof, replaceable LED boards for simple factory module upgrade or replacement. Individual frosted, glare reducing, acrylic lens provide higher color consistency for SDCM of 3. Easy ELV dimming as standard or energy saving Daylight Harvesting Wattstopper® integrated control and sensor with no commissioning or additional installation costs. Offered in 3000K or 4000K with 85 CRI typical.', 'https://brucklighting.com/products/galaxz.html', 'https://brucklighting.com/download/b/GalaxZ%20Track/Spec%20Sheets/GalaxZ%20Track.pdf', '2014-08-07', '2018-05-07', '0000-00-00', ''),
(1681, 176, 'LL5', 'EXI_LL5-i400', 'LL5-i400', 'LL5 i400. LumiLedge.', 1, 0, '', '2700-4000K', '80+', 'Standard 7.6W per foot; High 10.5W per foot', 'Standard Power – 759 lumens/foot; High Power - 1,193 lumens per foot', '50,000 hours L70', 'Non-Dim; 1%, 0-10V Dim; 1% Lutron EcoSystem Digital Dimming; 1% Lutron 3-Wire Dimming; 1% Lutron 120V 2-Wire Dimming', '120 – 277VAC', 'Narrow Asymmetric; Wide Asymmetric', 'A high performance asymmetric fixed aiming linear LED luminaire is a compatible drop-in gear tray designed specifically for the LL5-FR. Proprietary asymmetric distribution provides ideal throw to the ceiling to reflect into the room for ambient lighting. Choose low power option to light corridors at standard ceiling heights. Higher output available for wider spaces and ceilings. Extruded aluminum construction. Satin anodized finish. The LL5-i400 seamlessly drops into the LL5-FR framing system for alignment and fixed aiming. The unique two-piece design significantly reduces field labor and delivers a more uniform, seamless finished cove profile than field built coves. Screw fasten to lock luminaire in place. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/knife-edge-systems/ll5-1400-asymmetric-led-luminaire', 'https://www.electrixillumination.com/application/files/6215/2001/2445/Electrix_LL5-i400-F_SpecSheet.pdf', '2017-04-11', '2018-05-07', '0000-00-00', ''),
(1682, 177, 'Eclipse', 'BRC_Eclipse-2-Sconce', 'Eclipse-2-Sconce', 'Eclipse 2 Sconce.', 1, 0, '', '3000K', '90', '17.26W', '1240 lumens', 'L70 50,000 hrs', 'ELV Dimming', '120-277Vac, 50/60Hz', '', 'The Eclipse 2 is a direct-indirect LED sconce made of extruded aluminum. Its contemporary organic design allows for a modern look with a warm classic glow illuminating the wall from either side of its elliptical body. Eclipse 2 includes an onboard driver. It can be easily surface mounted vertically or horizontally and can cover a standard j-box. It is offered in brushed chrome exterior housing with white inner reflector, white exterior housing with white inner reflector, or black exterior housing with gold inner reflector.', 'https://brucklighting.com/products/eclipse2.html', 'https://brucklighting.com/download/b/Eclipse%202%20Sconce/Spec%20Sheets/Eclipse%202%20Sconce.pdf', '2018-04-05', '2018-05-07', '0000-00-00', ''),
(1683, 176, 'LL5', 'EXI_LL5-L', 'LL5-L', 'LL5 L. LumiLedge.', 1, 0, '', '2700-4000K', '80+', 'Standard 7.6W per foot; High 10.5W per foot', '1,032 lumens per foot', '50,000 hours L70', 'Non-Dim; 10%, 0-10V Dim', '120 – 277VAC', 'Medium distribution', 'A high efficacy smooth, symmetric distribution for indirect cove lighting smaller spaces. LL5-L luminaires fit into floating ceilings edged with LL5-FR framing. Washes wall above cove with uplight and reflects ceiling light to provide discrete ambient light. Proprietary optic designed for optimal transmission and diffusion creates continuous line of light without shadows. The LL5-L is designed to drop-into the LL5-FR framing system for alignment and fixed aiming. Screw fasten to lock luminaire in place. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/knife-edge-systems/ll5-square-edge-cove', 'https://www.electrixillumination.com/application/files/6415/2001/1446/Electrix_LL5-L_SpecSheet.pdf', '2017-04-11', '2018-05-07', '0000-00-00', ''),
(1684, 177, 'Lunaro', 'BRC_Lunaro-Sconce', 'Lunaro-Sconce', 'Lunaro Sconce.', 1, 0, '', '3000K', '90', '21W', '1300 lm', 'L70 39,000 hrs.', 'Dimming to 2% @ 120V, Leading (triac) or Trailing Edge (ELV) Dimming', '120-277VAC, 50/60Hz', '', 'The Lunaro is an interior sconce made of molded aluminum. Its contemporary organic design allows for a modern look with a warm glow illuminating the wall with either up or down light with an indirect light source. Lunaro includes an onboard driver. 4” canopy is easily surface mounted to cover a j-box. ADA compliant.', 'https://brucklighting.com/products/lunaro.html', 'https://brucklighting.com/download/b/Lunaro%20Sconce/Spec%20Sheets/Lunaro%20Sconce.pdf', '2016-03-07', '2018-05-07', '0000-00-00', ''),
(1685, 176, 'GT', 'EXI_GT-i400', 'GT-i400', 'GT i400. LumiLedge.', 1, 0, '', '3000K; 3500K; 4000K', '', '28W', '3,060 lm', '50,000 hours L70', 'Non Dim; 0-10V Dim; Lutron Hi-Lume®A EcoSystem/ 3 wire control (PWM) 1%', '120 – 277VAC', 'Asymmetric', 'High performance optical design provides powerful asymmetric distribution for indirect linear cove lighting in LLSR-7 system framing. Ultra slim design with fixed aiming provides 105° peak angle to reflect light off ceilings. Raises perceived ceiling height of conference rooms and corridors while providing hidden ambient light source. Provides calming medical facility lighting. Keeps ceiling lines clean. Higher output boosts delivered lumens for wider spaces and ceilings above 12’.\r\nLuminaire designed specifically for LLSR system. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/linear-led-cove-lighting/gt-1400-asymmetric-led-luminaire', 'https://www.electrixillumination.com/application/files/6614/6178/1413/GTi400.pdf', '2015-07-13', '2018-05-07', '0000-00-00', ''),
(1686, 176, 'K8', 'EXI_K8-i400-F', 'K8-i400-F', 'K8 i400 F. LumiLedge.', 1, 0, '', '2700-4000K', '80+', 'Standard 7.6W per foot; High 10.5W per foot', 'Standard Power – 759 lumens/foot; High Power - 1,193 lumens per foot', '50,000 hours L70', 'Non-Dim; 1%, 0-10V Dim; 1% Lutron EcoSystem; 1% Lutron Wire; 1% Lutron', '120 – 277VAC', 'Narrow Asymmetric; Wide Asymmetric', 'Proprietary asymmetric distribution provides ideal throw to ceiling to reflect into the room for ambient lighting. Choose low power option to light corridors at standard ceiling heights. Higher output available for wider spaces and ceilings above 12’. Luminaire designed specifically for K8 system with choice of power/lumen output options. Extruded aluminum construction. Powder coat painted high reflectance white; custom finishes available. Proprietary optic designed for optimal transmission and diffusion.', 'https://www.electrixillumination.com/architectural-lighting/cove-lighting-systems/knife-edge-systems/k8-i400-asymmetric-led-luminaire', 'https://www.electrixillumination.com/application/files/3814/8458/0181/Electrix_K8-i400-F_SpecSheet.pdf', '2017-01-16', '2018-05-07', '0000-00-00', ''),
(1687, 177, 'Gallery', 'BRC_Gallery', 'Gallery', 'Gallery.', 1, 0, '', '3000K; 4000K', '98', '6.82W; 11.7W', '797lm; 828lm', '70% of initial lumens after 100,000 hrs', '100 – 1%; Lutron™ MLV', '12VAC input, 50/60 Hz', '', 'The Gallery is a high performance display flood fixture. The specially engineered LED board has 8 watts of LED’s using 81 emitters which creates an even wash distribution. Gallery produces an impressive 771 lumens from a 3 x 3 square aperture of its half inch low profile body. Its uni-plug design allows for use with our low voltage track systems using the appropriate adapter as well as on any uni-plug canopy for wall or ceiling mount. The Gallery is offered in Matte Chrome with full rotation and a 45 degree tilt.', 'https://brucklighting.com/products/galleryspot.html', 'https://brucklighting.com/download/b/Gallery/Spec%20Sheets/Gallery.pdf', '2018-01-18', '2018-05-07', '0000-00-00', ''),
(1688, 176, 'i400', 'EXI_i400', 'i400', 'i400. High Performance Aimable Asymmetric LED Luminaire.', 1, 0, '', '2700-4000K', '85+', 'Standard 7.6W per foot; High 10.5W per foot', 'Standard Power – 759 lumens/foot; High Power - 1,131 lumens per foot', '50,000 hours L70', 'Non-Dim; 1%, 0-10V Dim; 1% Lutron EcoSystem Digital Dimming; 1% Lutron 3-Wire Dimming; 1% Lutron 120V 2-Wire Dimming', '120 – 277VAC', 'Asymmetric', 'High performance optical design provides powerful asymmetric distribution for indirect linear perimeter lighting. Provide reflected ceiling light from discrete coves or from uplighting on walls. Highlight interior facades, cornices and vaults from behind ledges. Throw light from floating ceilings or pockets onto signage. Pivoting optical head allows field aiming for uplighting or downlighting flexibility to increase visual depth and sculpting of room. Optional cross shielding louver provides glare control for shallow sight lines where luminaire is partially exposed. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/linear-architectural-accent-lighting/high-performance-luminaires/i400-asymmetric-led-luminaire', 'https://www.electrixillumination.com/application/files/6415/1689/9537/Electrix_i400_SpecSheet.pdf', '2018-01-19', '2018-05-07', '0000-00-00', ''),
(1689, 177, 'Pira', 'BRC_Mini-Pira-LED-Spot', 'Mini-Pira-LED-Spot', 'Mini Pira LED Spot.', 1, 0, '', '3000K', '83', '5 Watts', '113lm', '70% of initial lumens after 60,300 hours', 'Compatible with magnetic transformer to 10% dimming', '12Vac 50/60Hz', '', 'The Uni-Plug Mini Pira LED Spot is a directional spotlight with matte colored glass. 3 Watt LED fixture has swivel action and a 360° rotation. As with all of Bruck\'s Uni-Plug fixtures, the twist and lock mechanism enables it to rotate continuously through 360º. Bruck\'s Uni-Plug design allows this fixture to be mounted on any of our track lighting systems or ceiling canopies through the use of an appropriate adapter, not included.', 'https://brucklighting.com/products/minipiraledspot.html', 'https://brucklighting.com/download/b/Mini%20Pira%20LED%20Spot/Spec%20Sheets/Mini%20Pira%20LED%20Spot.pdf', '2017-05-31', '2018-05-07', '0000-00-00', ''),
(1690, 176, 'L1', 'EXI_L100', 'L100', 'L100. LumiLine Low Profile Versatile Mount Efficient LED Luminaire.', 1, 0, '', '3000K; 3500K; 4000K', '85', '9 watts per  ft', '354 lumens per foot', '', '0-10V', '120-277VAC', '5°, 60°, 60° w/ Micro Louver, 90°', 'Extruded aluminum housing with choice of beam angles and four mounting options offers maxiumum versatility in a remote driver product. Ultra-narrow 5 degree beam angle excels as a shallow angle grazer.', 'https://www.electrixillumination.com/architectural-lighting/linear-architectural-accent-lighting/low-profile-lighting/l100-efficient-led-luminaire', 'https://www.electrixillumination.com/application/files/7614/6177/8769/L100.pdf', '2016-04-05', '2018-05-07', '0000-00-00', ''),
(1691, 177, 'Silva', 'BRC_Silva', 'Silva', 'Silva.', 1, 0, '', '2800K', '90', '6.3W; 8W; 9W', '400 lm', '90% of initial lumens after 60,500 hrs', 'ELV (Reverse Phase); Dimmable', '12V AC; 120-277 50/60Hz', '', 'Bruck’s European and American Artisan, mouth-blown glass is known throughout the world for its quality and beauty. Several light source options, mounting options, colors and finishes allow for a unique design. Most of Bruck’s mini-pendant glass allows for easy screw-on / screw-off for a simple installation.\r\n\r\nStandard cable length is 59”. Overall cable length is measured and begins from uni-plug or top of mono-point. For the track adapters, overall cable length begins at the shoulder of the ECO/GEO adapter and the track center of the Zonyx adapter. Cable length measurement ends at the top of glass or to the mounting arms.', 'https://brucklighting.com/products/silva.html', 'https://brucklighting.com/download/b/Silva/Spec%20Sheets/Silva.pdf', '2017-03-31', '2018-05-07', '0000-00-00', ''),
(1692, 176, 'L2', 'EXI_L200', 'L200', 'L200. LumiLine Meso Optic Aimable LED Luminaire.', 1, 0, '', '3000K; 3500K; 4000K', '85', '9 watts per  ft', '354 lumens per foot', '50,000 hours L70', '0-10V', '120V-277VAC', '5°, 60°, 60° w/ Micro Louver, 90°', 'Small profile in an integral driver linear luminaire. Specify as a fixed direction product or specify swivel mount to aim the optical head up to 90o. L200 Series products feature proprietary meso optic diffusers for an even, symmetric distribution at high efficiency. Extruded aluminum construction. Satin anodized finish.', 'https://www.electrixillumination.com/architectural-lighting/linear-architectural-accent-lighting/low-profile-lighting/l200-meso-optic-luminaire', 'https://www.electrixillumination.com/application/files/7614/6177/8769/L100.pdf', '2016-04-05', '2018-05-07', '0000-00-00', ''),
(1693, 177, 'Matrix', 'BRC_Matrix', 'Matrix', 'Matrix.', 1, 0, '', '2800K', '90 min.', '6.3W; 8W; 9W', '400 lm', '90% of initial lumens after 60,500 hrs', 'ELV (Reverse Phase); Dimmable', '12V AC; 120-277 50/60Hz', '', 'Bruck’s European and American Artisan, mouth-blown glass is known throughout the world for its quality and beauty. Several light source options, mounting options, colors and finishes allow for a unique design. Most of Bruck’s mini-pendant glass allows for easy screw-on / screw-off for a simple installation.\r\n\r\nStandard cable length is 59”. Overall cable length is measured and begins from uni-plug or top of mono-point. For the track adapters, overall cable length begins at the shoulder of the ECO/GEO adapter and the track center of the Zonyx adapter. Cable length measurement ends at the top of glass or to the mounting arms.', 'https://brucklighting.com/products/matrixpendant.html', 'https://brucklighting.com/download/b/Matrix/Spec%20Sheets/Matrix.pdf', '2017-04-03', '2018-05-07', '0000-00-00', ''),
(1694, 176, 'L1', 'EXI_L126', 'L126', 'L126. Continuous Linear In-grade Walk Over LED Luminaire.', 1, 0, '', '3000K; 4000K', '', '2.2 watts/ft', '65 lumens/ft; 84 lumens/ft', '50,000 hours L70', '', '24V DC', '', 'Durable walkover luminaire for in-grade exterior application applications. Highlight pathways in pedestrian areas and enhance wayfinding. Uplight walls and define hardscapes. Light opening extends entire length of fixture to provide continuous line of illumination with no dark areas between fixtures. Electrix coordinates with project schedule to ship stainless in-grade framing forms for masonry, concrete or other site preparation. Luminaire wires to conduit feed with IP 68 feed cable (ordered separately) and snaps into in form with stainless steel mounting clips.', 'https://www.electrixillumination.com/architectural-lighting/facade-in-grade-lighting/low-profile-exterior-lighting/l126-linear-walkover-led-luminaire', 'https://www.electrixillumination.com/application/files/2414/7861/2980/Electrix_L126_Submittal.pdf', '2014-11-14', '2018-05-07', '0000-00-00', ''),
(1695, 177, 'QB', 'BRC_QB-Sconce', 'QB-Sconce', 'QB Sconce.', 1, 0, '', '3000K', '93 typ.', '9.2W', '375 delivered lumens', 'L70 50,000 hrs.', 'Trailing edge (ELV) dimming driver', '120-277Vac, 50/60Hz', 'Indirect', 'QB is an indirect LED sconce made of extruded aluminum with no visible light source from any angle. QB’s clean simple cube design allows for a modern look with a warm classic glow illuminating the wall or ceiling from either opening of its body. It is offered in white, brushed chrome, black and copper all with bi-directional white reflector.', 'https://brucklighting.com/products/qb.html', 'https://brucklighting.com/download/b/QB%20Sconce/Spec%20Sheets/QB%20Sconce.pdf', '2018-02-21', '2018-05-07', '0000-00-00', ''),
(1697, 177, 'E15', 'BRC_E15-LED-Track-Spot', 'E15-LED-Track-Spot', 'E15 LED Track Spot.', 1, 0, '', '2700K - 4000K', '83; 98', '12.0W - 19.8W', '935 lm - 1700 lm', 'L80 50,000 hrs', 'Trailing Edge (ELV) dimming', '120Vac input, 50/60Hz', 'semi-specular, 20º; semi-specular, 40º; semi-specular, 60º; specular, 20º; specular, 40º; specular, 60º', 'The E15 LED Track Spot is an economical solution with a clean cylinder design. E15 is a performance spot fixture in a par20 cylinder form factor integrated with industry best LEDs up to 1700lm. E15 has many options for most applications and carries the first 5 Year NO COLOR SHIFT warranty.', 'https://brucklighting.com/products/731.html', 'https://brucklighting.com/download/b/E15%20LED%20Track%20Spot/Spec%20Sheets/E15%20LED%20Track%20Spot.pdf', '2016-10-14', '2018-05-07', '0000-00-00', ''),
(1698, 178, 'RUSH SHARP', 'CRT_RUSH-SHARP', 'RUSH-SHARP', 'RUSH SHARP.', 1, 0, '', '2700-4000K', '90+', '5.25 W/ft; 3.5 W/ft; 7.25 W/ft', '475 Lm/ft; 350 Lm/ft; 720 Lm/ft', '100,000 hours at L70; 50,000 hours at L90', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); 1% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5% Dimming', 'Universal (120/277V)', 'Narrow; Wide', 'Architectural luminaire with very low profile using a specially designed reflector optic to shield and control beam spread. Custom outputs and colors available.', 'http://coronetled.com/cnj_catalog/rush-sharp/', 'http://coronetled.com/wp-content/uploads/2018/02/spec-RUSH-SHARP-LED-1.pdf', '2018-03-07', '2018-05-07', '0000-00-00', ''),
(1699, 179, 'UR4', 'CNL_UR4B', 'UR4B', 'UR4B.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+', '10 W, 15 W', '670 - 1326 lumens', '50,000 hours', 'ELV and 0-10V', '120-277V', 'Spot, Narrow Flood, Flood', 'Square adjustable 4in dedicated LED trim of the Urbaï recessed LED series made by Contraste available with the remodeler housing and the new construction housings in performance 1 (10W) and performance 2 (15W). This popular model is offered with a choice of 6 lenses - or without a lens - and 6 trim finishes. Four color temperatures are offered with a 90+ CRI or an 80+ CRI (2,700K and 3,000K only) along with a 16° spot beam, a 32° narrow flood beam and a 48° flood beam. The warm dimming option - from 3,050K to 1,800K - is available in performance 2 (15W). The housings allow for a wiring on 120V or 277V input and two dimming options: ELV or 0-10V. The UR4B model offers a great performance delivering 1018 @ 3,000K - 101 lm/W - in performance 1.', 'https://www.contrastlighting.com/Product/Urbai/UR4B#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_UR4B_EN.pdf', '2018-01-16', '2018-05-07', '0000-00-00', ''),
(1700, 178, 'PIER LED UPDN', 'CRT_PIER-LED-UPDN', 'PIER-LED-UPDN', 'PIER LED UPDN.', 1, 0, '', '2700-5000K', '90+', '7.5 W/ft; 5.25 W/ft; 9 W/ft', '350-780 Lm/ft', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', 'Direct/indirect', 'Stylized architectural linear luminaire with direct and indirect lighting. Regressed lens in beveled aperture improves visual comfort and cooridinates with square downlights. Perfect for open ceiling applications and architectural spaces.', 'http://coronetled.com/cnj_catalog/pier-led-updn/', 'http://coronetled.com/wp-content/uploads/2018/04/spec-PIER-LED-UPDN.pdf', '2018-04-25', '2018-05-07', '0000-00-00', ''),
(1701, 177, 'Z25', 'BRC_Z25-LED-Canopy-Spot', 'Z25-LED-Canopy-Spot', 'Z25 LED Canopy Spot.', 1, 0, '', '2700K - 4000K', '83; 98', '16.9 W - 40 W', '1265 lm - 3025 lm', 'L80 50,000 hrs', 'Trailing Edge (ELV) 10% dimming', '120V', 'diffuse, 20º; diffuse, 40º; diffuse, 60º; specular, 20º; specular, 40º; specular, 60º', 'Z25 is a performance spot fixture in a par30 cylinder form factor integrated with industry best LEDs up to 3200 lm. Z25 has many options for most applications and carries the first 5 Year NO COLOR SHIFT warranty', 'https://brucklighting.com/products/731.html', 'https://brucklighting.com/download/b/Z25%20LED%20Canopy%20Spot/Spec%20Sheets/Z25%20LED%20Canopy%20Spot.pdf', '2017-08-25', '2018-05-07', '0000-00-00', ''),
(1702, 179, 'UR3', 'CNL_UR3D', 'UR3D', 'UR3D.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+', '10 W, 15 W', '537 - 1063 lumens', '50,000 hours', 'ELV and 0-10V', '120-277V', 'Spot, Narrow Flood, Flood', 'Round adjustable dedicated LED regressed 3.5in trim of the Urbaï recessed LED series made by Contraste available with the remodeler housing and the new construction housings in performance 1 (10W) and performance 2 (15W). The Urbaï collection housings are compatible with 120V and 277V input and two dimming options : ELV and 0-10V.This trim model is offered with a choice of six lenses or without a lens. The standard UR3D model, without a lens, offers a good lighting performance with 815 delivered lumens @ 3,000K in performance 1, for 82 lm/W. Four color temperatures are offered with a 90+ CRI, and the 80+ CRI is available with the 2,700K and the 3,000K, along with three beam angles : the 16° spot beam, the 32° narrow flood beam, and the 48° flood beam. The warm dimming option, that dims the light from 3,050K to 1,800K, is available in performance 2 (15W). Eight trim finishes and three painted reflector finishes are offered to maximize the integration of the product.', 'https://www.contrastlighting.com/Product/Urbai/UR3D#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_UR3D_EN.pdf', '2018-03-22', '2018-05-07', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1703, 179, 'UR3', 'CNL_UR3C', 'UR3C', 'UR3C.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80+, 90+', '10 W, 15 W', '670 - 1,076 lumens', '50,000 hours', 'ELV and 0-10V', '120-277V', 'Narrow Flood and Flood', 'Round 3-1/2in dedicated LED shower trim of the Urbaï recessed LED series available with the remodeler housing and the new construction housings in performance 1 (10W) and performance 2 (15W). This model is offered with a choice of three lenses. The clear lens is suggested as the standard lens for the UR3C model - a clear and a frosted clear center lens are available too for a greater lumen output. With its standard frosted lens, the UR3C model delivers 584 lumens @ 3,000K - 58 lm/W - in performance 1. Four color temperatures are offered, with a 90+ or an 80+ CRI (2,700K and 3,000K only); only a flood beam of 48° is offered with this model. The warm dimming option is available in performance 2 (15W) and two dimming options are possible: ELV and 0-10V. Six trim finishes and three reflector finishes are suggested to maximize the integration of this model.', 'https://www.contrastlighting.com/Product/Urbai/UR3C#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_UR3C_EN.pdf', '2018-01-15', '2018-05-07', '0000-00-00', ''),
(1704, 178, 'LS1', 'CRT_LS1-SQUARE-2X2', 'LS1-SQUARE-2X2', 'LS1 SQUARE 2X2.', 1, 0, '', '2700K-5000K', '90+', '55W; 40W; 70W', '4,900 Lm; 3,640 Lm; 5,950 Lm', '100,000 hours at L70; 50,000 hours at L90', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', 'Down; Up; Inside', 'Decorative, square-patterned pendant luminaire with small profile using either flush or pop-out lens. Lens options can be directed inward or down. Available in all uplight using flush lens only.', 'http://coronetled.com/cnj_catalog/ls1-square-series/', 'http://coronetled.com/wp-content/uploads/2018/03/spec-LS1-SQUARE-2X2.pdf', '2018-04-24', '2018-05-07', '0000-00-00', ''),
(1705, 179, 'A4', 'CNL_A4SFR', 'A4SFR', 'A4SFR. Ardito LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '90+', '14 W, 23 W', '700 - 1,923 lumens', '50,000 hours', 'ELV and 0-10V', '120-277V', 'Spot, Narrow Flood, Flood', 'Ardito dedicated LED ultra-thin round, fix, regressed 4” trim available in performance 1 (14W) and performance 2 (23W) with the remodeler, new construction and IC Air Tight housings. Available in four color temperatures and with a 90+ CRI, this model also offers the warm dimming and color tuning options. The A4SFR model delivers over 1,300 lumens, with a performance of more than 96 lm/W @ 3,000K in performance 1. The beams produced by the optical reflector have very clean angles of 15° for the spot beam, 32° for the narrow flood beam and 40° for the flood beam. Ideal for architectural and eclectic applications, the A4SFR model comes in seven trim finishes and four reflector finishes for better integration.', 'https://www.contrastlighting.com/Product/Ardito/A4SFR#panelDescription', 'https://www.contrastlighting.com/Publication/Technical/FT_A4SFR_EN.pdf', '2018-03-09', '2018-05-07', '0000-00-00', ''),
(1706, 180, 'MAGNUS', 'ELN_84031', '84031', 'MODEL 84031 – MAGNUS.', 1, 0, '', '3000K', '', '15W', '', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84031-magnus/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84031_spec-sheet.pdf', '2017-06-09', '2018-05-07', '0000-00-00', ''),
(1707, 178, 'LS3', 'CRT_LS3-MR16-LED', 'LS3-MR16-LED', 'LS3 MR16 LED.', 1, 0, '', '2700K-5000K', '90+', '40W; 33W; 48W', '3,160 Lm; 2,650 Lm; 3,675 Lm', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', 'Asymmetric', 'Linear, architectural luminaire with accent downlighting. Suspended, surface or wall mounted installation. For custom mounting consult factory.', 'http://coronetled.com/cnj_catalog/ls3-mr-led/', 'http://coronetled.com/wp-content/uploads/2017/10/spec-LS3-MR-LED.pdf', '2017-11-10', '2018-05-07', '0000-00-00', ''),
(1708, 179, 'A3', 'CNL_A3RFD', 'A3RFD', 'A3RFD. Ardito LED.', 1, 0, '', '1,650K to 4,000K', '90+', '14 W, 23 W', 'up to 700 lumens', '50,000 hours', 'ELV and 0-10V', '120-277V', 'Medium Spot 19˚', 'Ardito dedicated LED ultra-thin round 3-1/2” flangeless trim with a 4” long frosted glass decorative tube available in performance 1 (14W) and performance 2 (23W) with the remodeler, new construction and IC Air Tight housings. Offered in four color temperatures and with a 90+ CRI, this architectural trim offers the warm dimming (from 3,050K to 1,800K) and the color tuning options. Two dimming options are compatible with the housings: ELV and 0-10V. With its first quality components, A3RFD-TR delivers between 800 and 1,150 lumens in a 19° narrow flood beam. This product is offered in seven trim finishes to maximize its integration and personalize its look. \r\nThe MIPA3R mud-in-plate has to be ordered separately to install the trims without a flange, for a minimalist and contemporary look. The plates will be delivered quickly to the job site in order to install them in the ceiling prior to the arrival of the trims.', 'https://www.contrastlighting.com/Product/Ardito/A3RFD-TR#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_A3RFD_EN.pdf', '2018-03-08', '2018-05-07', '0000-00-00', ''),
(1709, 180, 'STYLUS', 'ELN_84030', '84030', 'MODEL 84030 – STYLUS.', 1, 0, '', '3000K', '', '28W', '', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84030-stylus/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84030_spec-sheet.pdf', '2017-06-07', '2018-05-07', '0000-00-00', ''),
(1710, 178, 'LS4', 'CRT_LS4-MR16-LED', 'LS4-MR16-LED', 'LS4 MR16 LED.', 1, 0, '', '2700K-5000K', '90+', '40W; 33W; 48W', '3,050 Lm; 2,525 Lm; 3,500 Lm', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', '10°-60°; 10° x 25° Linear; 10° x 36° Linear; 10° x 60° Linear', 'Linear LED Luminaire with Accent Downlighting.', 'http://coronetled.com/cnj_catalog/ls4-mr-led/', 'http://coronetled.com/wp-content/uploads/2017/11/spec-LS4-MR-LED.pdf', '2017-11-07', '2018-05-07', '0000-00-00', ''),
(1711, 179, 'SALT', 'CNL_SALT', 'SALT', 'SALT.', 1, 0, '', '3000K', '90+', '21 - 53 W', '1,600 - 5,170 lumens', '', 'ELV, 0-10V', '120-277V', '', 'This decorative piece is ideal for the house or large spaces and offers good balance between functionality and superior design. With several LED performances and different finishes of lampshades, Salt is an ideal architectural piece for a warm and comfortable space.', 'https://www.contrastlighting.com/Product/Arkos/Salt#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_Salt_EN.pdf', '2017-03-28', '2018-05-07', '0000-00-00', ''),
(1712, 179, 'Spin', 'CNL_Spin', 'Spin', 'Spin.', 1, 0, '', '3000K', '90+', '9 W', '580 lumens', '50,000 hours', 'ELV', '120V', '40˚', 'The Spin has a geometric design, fine lines and a design in one decorative piece of aluminum injected. With matte black and matte white finishes and a\r\npowerful light, Spin can be configured individually or in groups and becomes a perfect complement lighting.', 'https://www.contrastlighting.com/Product/Arkos/Spin#panelDescription', 'https://www.contrastlighting.com/Publication/Technical/FT_Spin_EN.pdf', '2017-03-28', '2018-05-07', '0000-00-00', ''),
(1713, 179, 'Brigit', 'CNL_Brigit', 'Brigit', 'Brigit.', 1, 0, '', '3000K', '90+', '34 W', '1,440 - 4,215 lumens', '', 'ELV, 0-10V', '120-277V', '', 'Brigit is a luminaire with a distinct and unique personality. Its particular design and its different color options give this fixture an impressive elegance. Furthermore, Brigit achieves the balance between task lighting and ambient side lighting to give an ideal atmosphere.', 'https://www.contrastlighting.com/Product/Arkos/Brigit#panelDescription', 'https://www.contrastlighting.com/Publication/Technical/FT_Brigit_EN.pdf', '2017-03-28', '2018-05-07', '0000-00-00', ''),
(1714, 179, 'Drop', 'CNL_Drop', 'Drop', 'Drop.', 1, 0, '', '3000K', '90+', '20 W, 31 W, 39 W', '2,040 - 3,930 lumens', '50,000 hours', 'ELV, 0-10V', '120-277V', '100˚', 'Drop recessed LED downlight emits soft and extraordinary natural light. With its aluminum trim and its different performance ranges, Drop is the ideal product for a comfortable ambiance.', 'https://www.contrastlighting.com/Product/Arkos/Drop#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_Drop_EN.pdf', '2017-03-28', '2018-05-07', '0000-00-00', ''),
(1715, 179, 'Slimgot', 'CNL_Slimgot', 'Slimgot', 'Slimgot.', 1, 0, '', '3000K', '80+', '21 W, 26 W', '2,500 - 3,145 lumens', '50,000 hours', 'ELV, 0-10V', '120-277V', '', 'Slimgot breaks with all the traditional paradigms of linear luminaires. This fixture can be configured in matte black and matte white finishes in length of 48 and 60 inches. Winner of the award for best design of the Red Dot product 2014, Slimgot, with its geometry and minimalist look, offers a unique and exclusive simplicity.', 'https://www.contrastlighting.com/Product/Arkos/Slimgot#panelDocumentation', 'https://www.contrastlighting.com/Publication/Technical/FT_Slimgot_EN.pdf', '2017-03-28', '2018-05-07', '0000-00-00', ''),
(1716, 181, 'Adena', 'EAL_Adena', 'Adena', 'Adena. LIGHT BRIDGE.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85', '3 - 7.5 W/ft', '', '', 'EklipseTM intelligent board technology (IBT), 12V: EklipseTM LM-12-60, 24V: EklipseTM LM-24-100', '12 volts, 24 volts', '50°', 'ADENA™. Today’s reference in case lighting. PATENT PENDING and designed to be the quietest light bridge in the world, ADENA™ perfectly conceals its light and totally eliminates undesirable glare. ADENA™ is also uncompromising on light distribution. Its light floods the entire usable space in a display case, assuring generous coverage even when products are set onto elevating accessories, such as neckforms and risers. ADENA’s™ focused point sources significantly enhances sparkle on faceted surfaces, making jewelry come alive, thereby captivating its audience.', 'http://eklipselighting.com/adena', 'http://eklipselighting.com/products/Eklipse_Lighting_-_ADENA_-_SPECIFICATION_SHEET_-_2016_V08_EN.pdf', '2016-12-13', '2018-05-07', '0000-00-00', ''),
(1717, 181, 'NIXE', 'EAL_NIXE', 'NIXE', 'NIXE. LINEAR LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85', '3 - 6.5 W/ft', '', '', 'EklipseTM intelligent board technology (IBT), 24V: EklipseTM LM-24-100', '24 volts', '20° Clear,  40° Semi-frosted, 70° Diffused, 100° Diffused , Asymmetric diffused', 'ur new NIXE recessed linear LED luminaire is one of the smallest on the market, measuring only 3/8 inch - barely the width of a fountain pen. It integrates its environment perfectly and seamlessly, without any apparent trims or edges. This benefits aesthetic as well as functional values, keeping the surface even and diffusing light without interruption.  We have specially studied and developed its linear optics to create a light source without any visible dots, giving constant and uniform luminance. Despite this technical challenge, NIXE still controls its light distribution. It offers five different light beams, from very narrow to very wide, as well as an asymmetrical distribution.', 'http://eklipselighting.com/nixe', 'http://eklipselighting.com/products/Eklipse_Lighting_-_NIXE_-_SPECIFICATION_SHEET_-_2015_R03_EN.pdf', '2016-12-13', '2018-05-07', '0000-00-00', ''),
(1718, 181, 'NIXE', 'EAL_NIXE-FLEX', 'NIXE-FLEX', 'NIXE-FLEX.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85', '3 - 6.5 W/ft', '', '', 'EklipseTM intelligent board technology (IBT), 24V: EklipseTM LM-24-100.', '24 volts', '20° Clear, 40° Semi-frosted, 70° Diffused, 100° Diffused, Asymmetric diffused', 'Our new NIXE® linear LED luminaire is one of the smallest on the market,\r\nmeasuring only 3/8 inches - barely the width of a fountain pen. It integrates its environment perfectly and seamlessly, without any apparent trims or edges. This benefits aesthetic as well as functional values, keeping the surface even and diffusing light without interruption. We have specially studied and developed its linear optics to create a light source without any visible dots, giving constant and uniform luminance. Despite this technical challenge, NIXE® still controls its light distribution. It offers four different light beams, from very narrow to very wide, as well as an asymmetrical distribution.', 'http://eklipselighting.com/nixeflex', 'http://eklipselighting.com/products/Eklipse_Lighting_-_NIXE_FLEX_-_SPECIFICATION_SHEET_-_2016_V02_EN.pdf', '2016-12-13', '2018-05-07', '0000-00-00', ''),
(1720, 181, 'PIXIS', 'EAL_PIXIS-LIFELINE', 'PIXIS-LIFELINE', 'PIXIS-LIFELINE. MINI SPOT LED FOR TRACK.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '85, 90', '3 W', '', '', 'EklipseTM intelligent board technology (IBT), 24V: EklipseTM LM-24-100', '24 volts', '18°, 24°, 41°', 'PIXISTM is a mini LED spot that uses the latest technology in LED light output performance. It features 3 high powered LED in a very small package that is fully adjustable. Each PIXISTM head can be fully rotated over 360° horizontally and allows for a 80° pivoting angle. Furthermore, it can be ordered with different mounting options: on a stem, plug an play monopoint or with LIFELINETM adaptor. PIXISTM is ideal for application requiring small yet precise lighting solution.', 'http://eklipselighting.com/pixislifeline', 'http://eklipselighting.com/products/Eklipse_Lighting_-_PIXIS_LIFELINE_-_SPECIFICATION_SHEET_-_2016_V05_EN.pdf', '2016-12-14', '2018-05-07', '0000-00-00', ''),
(1721, 180, 'STYLUS', 'ELN_84028', '84028', 'MODEL 84028 – STYLUS.', 1, 0, '', '3000K', '', '28W', '', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84028-stylus/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84028_spec-sheet.pdf', '2017-06-09', '2018-05-07', '0000-00-00', ''),
(1722, 178, 'CRD3', 'CRT_CRD3-LED', 'CRD3-LED', 'CRD3 LED.', 1, 0, '', '2700K-5000K', '90+', '7.25 W/ft; 5 W/ft; 8.75 W/ft', '675 Lm/ft; 450 Lm/ft; 750 Lm/ft', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming', 'Universal (120/277V)', 'Direct/indirect', 'Rounded, linear luminaire with direct and indirect lighting.  3” in diameter.  For use in indoor applications where a round profile that provides continuous light is required. Suitable for suspended installation.', 'http://coronetled.com/cnj_catalog/crd3-series/', 'http://coronetled.com/wp-content/uploads/2018/01/spec-CRD3-LED.pdf', '2018-05-04', '2018-05-07', '0000-00-00', ''),
(1723, 180, 'STYLUS', 'ELN_84029', '84029', 'MODEL 84029 – STYLUS.', 1, 0, '', '3000K', '', '28W', '', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84029-stylus/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84029_spec-sheet.pdf', '2017-06-09', '2018-05-07', '0000-00-00', ''),
(1724, 181, 'PIXIS', 'EAL_PIXIS-CUSTOM', 'PIXIS-CUSTOM', 'PIXIS-CUSTOM. MINI SPOT LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 95', '3.5 W', '', '', 'Eklipse intelligent board technology (IBT), 12V: Eklipse LM-12-60.', '12 volts', '24°, 30°, 46°', 'PIXIS is a mini LED spot that uses the latest technology in LED light output performance. It features 3 high powered LED in a very small package that is fully adjustable. Each PIXIS head can be fully rotated horizontally and allows for a 80° pivoting angle. PIXIS is ideal for application requiring small yet precise lighting solution.', 'http://eklipselighting.com/pixiscustom', 'http://eklipselighting.com/products/Eklipse_Lighting_-_PIXIS_CUSTOM_-_DYNAMIC_SPECSHEET_-_2016_V03_EN.pdf', '2016-12-09', '2018-05-07', '0000-00-00', ''),
(1725, 178, 'LSR', 'CRT_LSR3-MR-LED', 'LSR3-MR-LED', 'LSR3 MR LED.', 1, 0, '', '2700K-5000K', '90+', '40W; 33W; 48W', '3,160 Lm; 2,650 Lm; 3,675 Lm', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', 'Asymmetric', 'Linear, recessed, architectural luminaire with accent downlighting. 3’’ aperature. Suitable for grid system and drywall installation as well as custom mounting requests.', 'http://coronetled.com/cnj_catalog/lsr3-mr-led/', 'http://coronetled.com/wp-content/uploads/2017/11/spec-LSR3-MR-LED.pdf', '2017-11-10', '2018-05-07', '0000-00-00', ''),
(1726, 181, 'PIXIS', 'EAL_PIXIS-STEM', 'PIXIS-STEM', 'PIXIS-STEM. MINI SPOT LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 95', '3.5 W', '', '', 'Eklipse intelligent board technology (IBT), 12V: Eklipse LM-12-60', '12 volts', '18°, 24°, 41°', 'The PIXIS is a mini LED spot that uses the latest technology in LED light output performance. It features 3 high powered LED in a very small package that is fully adjustable. Each PIXIS head can be fully rotated horizontally and allows for a 80° pivoting angle. Furthermore, it can be ordered with different mounting options: on a stem or with a plug an play connector. The PIXIS is ideal for application requiring small yet precise lighting solution.', 'http://eklipselighting.com/pixisstem', 'http://eklipselighting.com/products/Eklipse%20Lighting%20-%20PIXIS%20-%20SPECIFICATION%20SHEET%20-%202016%20V10%20EN.pdf', '2016-12-12', '2018-05-07', '0000-00-00', ''),
(1727, 180, 'LOOP', 'ELN_84026', '84026', 'MODEL 84026 – LOOP.', 1, 0, '', '3000K', '', '38W', '', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84026-loop/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84026_spec-sheet.pdf', '2017-06-09', '2018-05-07', '0000-00-00', ''),
(1728, 178, 'LSR', 'CRT_LSR4-MR-LED', 'LSR4-MR-LED', 'LSR4 MR LED.', 1, 0, '', '2700K-5000K', '90+', '40W; 33W; 48W', '3,050 Lm; 2,525 Lm; 3,500 Lm', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', 'Wall Wash', 'Linear, recessed, architectural luminaire with accent downlighting. Suitable for grid systems and drywall installation as well as custom mounting requests.', 'http://coronetled.com/cnj_catalog/lsr4-mr-led/', 'http://coronetled.com/wp-content/uploads/2017/11/spec-LSR4-MR-LED.pdf', '2017-11-10', '2018-05-07', '0000-00-00', ''),
(1729, 178, 'LS', 'CRT_LS-STFU', 'LS-STFU', 'LS STFU.', 1, 0, '', '2700K-5000K', '90+', '7.25 W/ft; 5 W/ft; 8.75 W/ft', '683 Lm/ft; 470 Lm/ft; 783 Lm/ft', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', 'Asymmetric', 'Coronet and Turf seamlessly bring together lighting and acoustical sound control into one configurable system. Perfect for open ceiling or tall spaces to control sound and provide lighting in one fixture.', 'http://coronetled.com/cnj_catalog/ls1-stfu/', 'http://coronetled.com/wp-content/uploads/2018/03/spec-LS1-STFU-LED.pdf', '2018-03-01', '2018-05-07', '0000-00-00', ''),
(1730, 180, 'SAMBA', 'ELN_84015', '84015', 'MODEL 84015 – SAMBA.', 1, 0, '', '3000K', '', '36W', '460lm', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84015-samba/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84015_spec-sheet.pdf', '2017-06-09', '2018-05-07', '0000-00-00', ''),
(1731, 181, 'MILI', 'EAL_MILI', 'MILI', 'MILI. MICRO LINEAR LUMINAIRE.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85', '3 - 5 W/ft', '', '', 'EklipseTM intelligent board technology (IBT), 24V: EklipseTM LM-24-100', '24 volts', '35°', 'With its design process we proudly removed all the unnecessary physic material to leave only light. MILI™ can be perfectly embedded in the retail furniture, such as display shelves, to be basically invisible to the observer. With its miniaturized dimensions and perfect light distribution, MILI™ revolutionizes shelf illumination.', 'http://eklipselighting.com/mili', 'http://eklipselighting.com/products/Eklipse_Lighting_-_MILI_-_SPECIFICATION_SHEET_-_2016_V03_EN.pdf', '2016-12-13', '2018-05-07', '0000-00-00', ''),
(1732, 180, 'VENZANO™', 'ELN_84005', '84005', 'MODEL 84005 – VENZANO™.', 1, 0, '', '3000K', '', '4.8W', '225lm', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-84005-venzano/', 'https://www.elan-lighting.com/wp-content/uploads/2017/06/84005_spec-sheet.pdf', '2017-06-09', '2018-05-07', '0000-00-00', ''),
(1733, 178, 'PRD', 'CRT_PRD-LED-2-2ft', 'PRD-LED-2-2ft', 'PRD LED 2 2ft.', 1, 0, '', '2700K-5000K', '90+', '37W; 33W; 42 W', '3,031 Lm; 2,727 Lm; 3,423 Lm', '50,000 hours', 'Standard 10% Dimming (0-10V); 1% Dimming (0-10V); .01% Dimming (0-10V); Lutron 2-wire 1% Dimming; Lutron 3-wire 1% Dimming; Lutron Digital EcoSystem; 5 Series EcoSystem; 5 Series EcoSystem; 5% Dimming; DMX', 'Universal (120/277V)', '', 'Round, architectural luminaire.  Custom-spun steel and specially formed concave lens.', 'http://coronetled.com/cnj_catalog/prd-led/', 'http://coronetled.com/wp-content/uploads/2014/02/spec-PRD-LED-2FT.pdf', '2017-10-20', '2018-05-07', '0000-00-00', ''),
(1734, 180, 'GEO', 'ELN_83986', '83986', 'MODEL 83986 – GEO.', 1, 0, '', '3000K', '', '10.5W', '780', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-83986-geo/', 'https://www.elan-lighting.com/wp-content/uploads/2017/01/83986_spec-sheet.pdf', '2017-03-16', '2018-05-07', '0000-00-00', ''),
(1735, 181, 'FLOW', 'EAL_FLOW', 'FLOW', 'FLOW. LINEAR LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 95', '3 - 7.5 W/ft', '', '', 'Eklipse intelligent board technology (IBT), 12V: Eklipse LM-12-60, 24V: Eklipse LM-24-100.', '12 volts, 24 volts', '24°, 35°, 46°, 74°, 20° X 48°', 'This linear LED system is made of top-grade extruded aluminum and installs easily with a number of mounting options. The modular FLOW system can be used with three different LED sources and is versatile enough to adapt to a multitude of uses. Originally conceived for use in corners, it fits perfectly anywhere that optimum light distribution is needed to provide decoration, direction, or emphasis. Suitable for both area lighting and accent lighting, FLOW can be ordered with a factory-configured projected angle of 30° or 60° in relation to the installation surface and is the ideal choice for lighting showcases, shelving, and coves. With a variety of mounting systems and accessories to respond to specific requirements, FLOW is tailor-made for your lighting projects.', 'http://eklipselighting.com/flow', 'http://eklipselighting.com/products/Eklipse%20Architectural%20Lighting%20-%20FLOW%20-%20Specification%20Sheet.pdf', '2015-11-05', '2018-05-07', '0000-00-00', ''),
(1736, 180, 'SNOWFLAKE', 'ELN_83983', '83983', 'MODEL 83983 – SNOWFLAKE.', 1, 0, '', '2750K', '', '', '1173lm', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-83983-snowflake/', 'https://www.elan-lighting.com/wp-content/uploads/2017/01/83983_spec-sheet.pdf', '2017-03-16', '2018-05-07', '0000-00-00', ''),
(1737, 181, 'FLOW', 'EAL_FLOW-COVE', 'FLOW-COVE', 'FLOW-COVE. LINEAR LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85', '5.5 W/ft.', '', '', 'Eklipse intelligent board technology (IBT), 24V: Eklipse LM-24-100.', '24 volts', '120°', 'This linear LED system is made of top-grade extruded aluminum and installs easily with a number of mounting options. The modular FLOW COVE system can be used with three different LED sources and is versatile enough to adapt to a multitude of uses. Originally conceived for use in corners, it fits perfectly anywhere that optimum light distribution is needed to provide decoration, direction, or emphasis. Suitable for both area lighting and accent lighting, FLOW COVE can be ordered with a factory-configured projected angle of 60° and is the ideal choice for coves. With a variety of mounting systems and accessories to respond to specific requirements, FLOW COVE is tailor-made for your lighting projects.', 'http://eklipselighting.com/flowcove', 'http://eklipselighting.com/products/Eklipse%20Architectural%20Lighting%20-%20FLOW%20COVE%20-%20SPECIFICATION-SHEET.pdf', '2015-11-05', '2018-05-07', '0000-00-00', ''),
(1738, 180, 'SLICE', 'ELN_83972', '83972', 'MODEL 83972 – SLICE.', 1, 0, '', '3000K', '', '33W', '1135lm', '', 'ELV Dimmer', '', '', '', 'https://www.elan-lighting.com/products/model-83972-slice/', 'https://www.elan-lighting.com/wp-content/uploads/2017/01/83972_spec-sheet.pdf', '2017-03-16', '2018-05-07', '0000-00-00', ''),
(1739, 181, 'FLOW', 'EAL_FLOW-FLEX', 'FLOW-FLEX', 'FLOW-FLEX. CURVABLE LINEAR LED.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '85, 95', '3 - 7.5 W/ft', '', '', 'Eklipse intelligent board technology (IBT), 12V: Eklipse LM-12-60, 24V: Eklipse LM-24-100', '12 volts, 24 volts', '24°, 35°, 46°, 74°, 20° X 48°.', 'The FLOW FLEX is a concealable field curvable LED lighting system made from a higher thermal conductive grade of aluminum. Its versatile design allows you to choose from a 30° or 60° projected light angle. These two factory-configured options allow for an excellent light distribution in vitrines, shelves or various cove lighting applications. The increments allow you to curve the FLOW FLEX without any visible light interruption. Furthermore, the fixed light angle assures a reliable optimal positioning of the light beam once installed on the field.', 'http://eklipselighting.com/flowflex', 'http://eklipselighting.com/products/Eklipse%20Architectural%20Lighting%20-%20FLOW%20FLEX%20-%20SPECIFICATION%20SHEET.pdf', '2015-11-09', '2018-05-07', '0000-00-00', ''),
(1740, 183, 'LX', 'LTS_LX2038', 'LX2038', 'LX2038. LUMELEX® 2038 SERIES.', 1, 0, '', '2700K; 3000K; 3500K', '90', '5 W', '270 lm', '50,000 hours L70', 'Trailing Edge (ELV Reverse Phase) (10%)', '120V', 'Downlight', 'The LumeLEX 2038 Series, an elegant fixed pendant downlight designed with Dim to Warm, Xicato XTM and COB LED technology up to 14 watts. Developed specifically for the most demanding applications of hospitality lighting and transitional space lighting, the LumeLEX 2038 with Dim to Warm differentiates itself from the pack by providing 1000 lumens output with a system efficiency of 48 lumens/watt, a proprietary mixing optic for smooth even light (16°, 24 or 40°), Halogen mimicking color CCT from 3000K down to 2000K and a full range of internal accessories.', 'http://www.lightingservicesinc.com/product/lx2038-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lx2038_cob_spec_sheet.pdf', '2017-09-04', '2018-05-08', '0000-00-00', ''),
(1741, 183, 'LX', 'LTS_LX2031', 'LX2031', 'LX2031. LUMELEX® 2031 SERIES.', 1, 0, '', '2700-4000K', '83+; 98', '13W; 14W', '1,000 lm; 1,500 lm', '50,000 hours', 'Trailing Edge (ELV Reverse Phase) (10%)', '120V', 'Wall wash', 'Powered by the Xicato XTM module (up to 14 watts), the petite LumeLEX 2031 Series fixture now features 2 1/2 times the previous output. Petite and elegant, this stem mounted LED wallwash has a discreetly hidden driver, making it just as small as a traditional low voltage halogen source.  Based on the latest in Remote Corrected Cold Phosphor Technology by Xicato, the LumeLEX 2031 Series has the highest Color Rendering Index of any LED on the market today while producing the most consistent, highest quality white light and maintaining extremely tight color control (within 2 MacAdam ellipses, vs. the NEMA standard of 7). The LumeLEX 2031 Series can be specified with a Color Rendering Index (CRI) of: 97 (high) or 80+ (standard) as well as a choice of color temperatures: 2700K to 4000K. \nTo ensure the fixture remains focused, the LumeLEX 2031 Wallwash Series features a locking stem for horizontal and vertical planes as well as an integral spread lens, kicker reflector and a 40º polycarbonate reflector.', 'http://www.lightingservicesinc.com/product/lx2031-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lx2031_xtm_19mm_spec_sheet.pdf', '2017-09-15', '2018-05-08', '0000-00-00', ''),
(1742, 182, 'Comet', 'ENG_CMR1', 'CMR1', 'CMR1. Comet Round 1.', 1, 0, '', '3000K', '> 80', '1.2W', '175 lm', '50,000 hours to 70% of lumen output', 'Supplied with an integral 3.6W LED driver', '120 v', '100% direct, 0% indirect', 'COMET\'s tastefully slim cylindrical and rectilinear pendants give specifiers a choice of basic architectural forms, each delivering the same eco-friendly downlight with minimal high-angle glare.\r\n\r\nBoth COMET Round and Square (3-LED fixtures) are available in 10\" and 16\" lengths. COMET Square 3 extends your choice to a slim 20\" fixture and features an acrylic bottom lens for added sparkle in a space. Whether lighting counters, tables, or featured items – in commercial or residential environments – COMET imparts a 20-degree spread of remarkably smooth, symmetrical LED light. Finished in matte silver, COMET pendants coordinate with PILLAR wall-mounted fixtures to offer the same pleasing design aesthetic when illuminating horizontal and vertical surfaces.', 'http://www.energielighting.com/enform-ceiling-mounted-concept.asp', 'http://www.energielighting.com/specification/Energie_Enform_1_Pendant.pdf', '2013-05-20', '2018-05-08', '0000-00-00', ''),
(1743, 183, 'LX', 'LTS_LX2047', 'LX2047', 'LX2047. LUMELEX® 2047 SERIES.', 1, 0, '', '2700-4000K', '98', '13W; 20W; 23W', '1,000 lm; 1,300 lm; 2,000 lm', '50,000 hours L70', 'Trailing Edge (ELV Reverse Phase) (5%); Integral Dimming (10%) (0E & 5A fitting only); Lumentalk (', '120/277V', 'Wall wash', 'The LumeLEX 2047 LED Series is an elegant, stem mounted wallwash fixture powered by Xicato XTM Artist Technology. The LumeLEX family of Cylinders provide a coordinated design to maintain the symmetry of your environment.  As with all LumeLEX fixtures, the LumeLEX 2047 Series features a discreetly hidden driver making it appear no different than a traditional halogen source. Utilizing a computer designed, highly specular asymmetric reflector, the LumeLEX 2047 produces 1700 lumens of a seamless, even wash of light.  Designed for real world, long-term sustainability, the LumeLEX Series is both forward and backward compatible, with easily replaceable 50,000 hour LED modules. The LumeLEX 2047 Series can be Lumentalk enabled. Lumentalk is a game-changing technology that enables digital control of LED lighting over new or existing LSI track, through data over power, to minimize installation costs and maximize flexibility and energy savings. With LSI´s integrated LT fitting, Lumentalk controls bring unparalleled flexibility to a standard LSI track system for controlling an entire track run or individual fixtures from a simple wall device, smart phone or tablet.', 'http://www.lightingservicesinc.com/product/lx2047-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lx2047_xtm_19mm_spec_sheet.pdf', '2017-09-15', '2018-05-08', '0000-00-00', ''),
(1744, 182, 'Mushroom', 'ENG_MUR', 'MUR', 'MUR. Mushroom Round.', 1, 0, '', '3000K', '> 80', '(6) 1.2W', '230 lm', '50,000 hours to 70% of lumen output', 'Supplied with integral 9W LED driver', '120 v', '100% direct, 0% indirect', 'The essential geometric shapes of a circle and a square make ADA-compliant MUSHROOM an appropriate decorative option for a wide array of interior applications – in foyers, hallways, conference rooms, galleries and hospitality settings, to name just a few.\r\n\r\nIts frosted acrylic lens and integral spread lenses for each LED chip provide precise optical control, resulting in an exceptionally smooth light pattern – a refined halo of light surrounding each impeccably finished matte black luminaire.', 'http://www.energielighting.com/mushroom-wall-mounted-concept.asp', 'http://www.energielighting.com/specification/Energie_Mushroom_Round.pdf', '2013-05-20', '2018-05-08', '0000-00-00', ''),
(1745, 183, 'LX', 'LTS_LX2087', 'LX2087', 'LX2087. LUMELEX® 2087 SERIES.', 1, 0, '', '2700-4000K', '98', '20W; 31W; 39W', '1,300 lm; 2,000 lm; 3,000 lm', '50,000 hours L70', 'Trailing Edge (ELV) (Reverse Phase) (5%); Integral (20%) (0E & 5A fittings only); Lumentalk (', '120/277V', 'Wall wash', 'The LumeLEX 2087 LED Series is an elegant, stem mounted wallwash fixture powered by Xicato XTM 19mm module. It is the latest addition to the LumeLEX family of Cylinders, which provide a coordinated design to maintain the symmetry of your environment.  As with all LumeLEX fixtures, the LumeLEX 2087 Series features a discreetly hidden driver making it appear no different than a traditional halogen source. Utilizing a computer designed, highly specular asymmetric reflector, the LumeLEX 2087 produces 3000 lumens of a seamless, even wash of light.  Designed for real world, long-term sustainability, the LumeLEX Series is both forward and backward compatible, with easily replaceable 50,000 hour LED modules. The LumeLEX 2087 Series can be Lumentalk enabled. Lumentalk is a game-changing technology that enables digital control of LED lighting over new or existing LSI track, through data over power, to minimize installation costs and maximize flexibility and energy savings. With LSI´s integrated LT fitting, Lumentalk controls bring unparalleled flexibility to a standard LSI track system for controlling an entire track run or individual fixtures from a simple wall device, smart phone or tablet.', 'http://www.lightingservicesinc.com/product/lx2087-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lx2087_xtm_19mm_spec_sheet.pdf', '2017-09-04', '2018-05-08', '0000-00-00', ''),
(1746, 182, 'STALACTITE', 'ENG_STSL', 'STSL', 'STSL. STALACTITE Square Large.', 1, 0, '', '3000K', '> 80', '21.6W', '879 lm', '50,000 hours to 70% of lumen output', 'Dimmable', '120 v', '100% direct, 0% indirect', 'The stylish STALACTITE family provides a range of ambient and decorative lighting options. Large ceiling-mounted fixtures deliver up to 904 lumens to satisfy general lighting needs with minimal overhead glare, while companion ceiling- or wall-mounted Small luminaires emit a diffuse glow of light, adding a sophisticated touch in associated spaces.\r\n\r\nAll of the elegantly simple 6\" and 4\" Round and Square aluminum enclosures feature a decorative reveal and are flawlessly finished in matte silver. The STALACTITE family offers high-performance, eco-friendly LED lighting that meets requirements in conference centers, commercial and office spaces as well as in hospitality applications.', 'http://www.energielighting.com/stalactite-ceiling-mounted-concept.asp', 'http://www.energielighting.com/specification/Energie_Stalactite_Square_Large.pdf', '2013-05-20', '2018-05-08', '0000-00-00', ''),
(1747, 183, 'LP', 'LTS_LPW8', 'LPW8', 'LPW8. LED WALL WASH.', 1, 0, '', '2700K; 3000K; 3500K', '90', '36W', '2,725 lm', '50,000 hours L70', 'DMX; 0-10V; dimmable to 1%', '120/277V', 'Wall wash', 'The LPW8 Series is a brand new, elegant, stem mounted wall wash fixture powered by COB LED technology.   Utilizing an asymmetric TIR optic, the LPW8 produces 2725 lumens (36 watts) of a seamless, even wash of light for the most demanding applications of museum and retail lighting.  The LPW8 Series features a discreetly hidden integral driver which is compatible with trailing edge electronic low voltage dimmers (dimmable to 5%).  Individual addressing and control is available using LumenTalk™ for DMX or 0-10V systems and dimmable to 1%.  COB LED panel and driver are field replaceable.', 'http://www.lightingservicesinc.com/product/lpw8-wall-wash', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lpw8_wall_wash_spec_sheet_1.pdf', '2017-06-05', '2018-05-08', '0000-00-00', ''),
(1748, 182, 'Minimum', 'ENG_MNSS', 'MNSS', 'MNSS. Minimum Square Single.', 1, 0, '', '3000K', '> 80', '1.6W', '60 lm', '50,000 hours to 70% of lumen output', 'Non-dimming', '120 v', '100% in either direction (depends on mounting)', 'With its simple, clean design and exceptionally small size, MINIMUM adds appealing decorative wall accent lighting in office and commercial environments as well as museums, galleries, showrooms, and hospitality settings.\r\n\r\n\r\nSelect Round or Square Double luminaires to project smooth bi-directional 30-degree beams, or Single luminaires of either shape mounted to distribute light up or down. Whether spaced individually or in clusters, the ADA-compliant MINIMUM family delivers interesting lighting effects with the inherent efficiency and low maintenance of advanced solid-state technology.', 'http://www.energielighting.com/minimum-wall-mounted-concept.asp', 'http://www.energielighting.com/specification/Energie_Minimum_Square_Single.pdf', '2013-05-20', '2018-05-08', '0000-00-00', ''),
(1749, 182, 'Pillar', 'ENG_PLSS', 'PLSS', 'PLSS. Pillar Square Single.', 1, 0, '', '3000K', '> 80', '8.8W', '290 lm', '50,000 hour rated life to 70% output', 'Dimmable', '120 v', '50% direct, 50% indirect', 'PILLAR satisfies a range of wall-mounted lighting requirements with elegant 2.4\" cylindrical or rectangular shapes – in single or double configurations – mounted individually or in clusters.\r\n\r\nA thermopainted matte silver finish enhances the classic forms, while PILLAR\'s precise optics optimize the LED source, providing a highly refined 30-degree bi-directional beam spread for wall accent lighting in commercial offices spaces, museums, galleries, and hospitality applications. The PILLAR family is designed to be employed in tandem with COMET pendant-mounted luminaires for a unified look throughout a space.', 'http://www.energielighting.com/pillar-wall-mounted-concept.asp', 'http://www.energielighting.com/specification/Energie_Pillar_Square_Single.pdf', '2013-05-20', '2018-05-08', '0000-00-00', ''),
(1750, 183, 'LP', 'LTS_LP4', 'LP4', 'LP4. SuperSPOT Series.', 1, 0, '', '2700-4000K', '80; 90; 98', '80W', '6,100 lm; 6,500 lm; 7,500 lm', '50,000 hours L70', 'Trailing Edge (ELV Reverse Phase) (5%); Integral Dimming (10%) (0E & 5A fitting only; 0-10V (10%) (5A fitting only); DMX (0%)', '120/277V', '10°; 25°; 40°', 'The LP4 SuperSPOT Series LED fixture is a super high power, super focused LED luminaire designed specifically for long throw, tight beam applications. Designed to take the place of aging low voltage sources, such as PAR56 or PAR64, this efficient, super high power LED fixture can produce a 10 degree beam with 90,000 CBCP (7500 lumens/80 watts), which rivals the most powerful sealed beam technology. System efficiency up to 81 lumens/watt. Hidden electronic driver, compatible with trailing edge electronic low voltage dimmers (dimmable to 10%). LP4 SuperSPOT Series fixtures are available in Black, White, and Silver finishes.', 'http://www.lightingservicesinc.com/product/lp4-superspot-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lp4_superspot_spec_sheet.pdf', '2017-09-20', '2018-05-08', '0000-00-00', ''),
(1751, 183, 'LX', 'LTS_LX2060', 'LX2060', 'LX2060. LUMELEX® 2060 SERIES.', 1, 0, '', '2000K; 3000K', '92', '37W', '2,500 lm', '36,000 hours L70', 'Trailing Edge (Reverse Phase) (5%); Integral Dimming (10%); Lumentalk (', '120/277V', '20°- 50°', 'Designed for Xicato XTM (9mm, 19mm) and Dim to Warm modules up to 37 watts, the LumeLEX 2060 is ideal for the most demanding applications of museum and retail accent lighting. The LumeLEX 2060 offers a variety of lumen packages from 700-3850 lumens, flexible beam control, on-board integral dimming and a full range of internal accessories for manipulating the distribution of light. The LumeLEX 2060 Series can be Lumentalk enabled. Lumentalk is a game-changing technology that enables digital control of LED lighting over new or existing LSI track, through data over power, to minimize installation costs and maximize flexibility and energy savings. With LSI´s integrated LT fitting, Lumentalk controls bring unparalleled flexibility to a standard LSI track system for controlling an entire track run or individual fixtures from a simple wall device, smart phone or tablet.', 'http://www.lightingservicesinc.com/product/lx2060-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/lx2060_dim_to_warm_spec_sheet.pdf', '2017-09-11', '2018-05-08', '0000-00-00', ''),
(1752, 183, 'BP', 'LTS_BPM', 'BPM', 'BPM. LED.', 1, 0, '', '2700K; 3000K', '80; 90', '15W', '1,000-1,400 lm', '36,300 hours L70', 'Trailing Edge (ELV Reverse Phase) (5%); Leading Edge (5%); Integral (10%); 0-10V (10%); DMX (', '120/277V', '20°; 60°', 'The BPM Series is a professional grade high output LED instrument which features 360 degree gate rotation, true \"E\" size gobo projection, 3 plane cool touch shutters and easily changed lockable zoom lenses (narrow and wide). At 10,000 CBCP, the BPM Series is the brightest projector in its class, with uncompromising optical projection quality.  Ideal for medium throw applications, the BPM Series features an integral drop-in accessory cartridge for projection of steel templates and glass gobos as well as a spring loaded front accessory holder for gel media. The BPM LED Image Projector Series is available in Black, White and Silver finishes.', 'http://www.lightingservicesinc.com/product/bpm-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/bpm_series_spec_sheet_1.pdf', '2017-10-11', '2018-05-08', '0000-00-00', ''),
(1753, 185, 'Advent', 'HOT_ABLED14', 'ABLED14', 'ABLED14. Advent ABLED14.', 1, 0, '', '3000K', '80', '2W', '80 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/abled14-61/advent-abled14-61', 'https://houseoftroy.com/products/abled14-61/advent-abled14-61/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1754, 185, 'Advent', 'HOT_ABLED7', 'ABLED7', 'ABLED7. Advent ABLED7.', 1, 0, '', '3000K', '80', '1W', '35 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/abled7-71/advent-abled7-71', 'https://houseoftroy.com/products/abled7-71/advent-abled7-71/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1755, 183, 'BP', 'LTS_BPL', 'BPL', 'BPL. LED.', 1, 0, '', '2700K; 3000K', '80; 95', '33W', '1,800-2,500 lm', '36,300 hours L70', 'Trailing Edge (ELV Reverse Phase) (5%); Integral Dimming (20%); Lumentalk (', '120/277V', 'Narrow Angle (15°-25°); Wide Angle (25°-40°)', 'Designed around a high output COB (chip on board) LED, the BPL Series is a dramatic, unique design for state of the art projection lighting.  The BPL Series features uncompromising optical projection quality. The fixture features an optional narrow angle zoom lens (15º to 25º), or wide angle zoom lens (25º to 40º) with a user friendly grab and grip focusing mechanism.  A fully rotatable shutter housing makes this instrument extremely versatile for projecting any glass or metal “D” size gobo.  Four cool-touch framing shutters for creating unlimited variations of geometric shapes, including triangles, complete the professional grade features.', 'http://www.lightingservicesinc.com/product/bpl-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/bpl_series_spec_sheet.pdf', '2017-03-08', '2018-05-08', '0000-00-00', ''),
(1756, 185, 'Advent', 'HOT_AGLED-71', 'AGLED-71', 'AGLED. Advent AGLED.', 1, 0, '', '3000K', '70', '4W', '220 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/agled-71/advent-agled-71', 'https://houseoftroy.com/products/agled-71/advent-agled-71/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1757, 183, 'UV', 'LTS_UV90', 'UV90', 'UV90. LED BLACKLIGHT.', 1, 0, '', '', '', '50W', '', '10,000 hours L90', 'Trailing Edge (Reverse Phase-cut) (20%); Leading Edge (Forward Phase-cut) (20%); Integral (20%); 0-10V (10%); DMX (0%)', '120/277V', 'Wide flood beam spread, 90° field', 'The UV90 Blacklight Series is a portable LED blacklight that can produces a wide flood of ultraviolet light at 1/5th the power of conventional blacklights. The luminaire uses high efficiency UV LEDs to produce a 17500mW output of ultraviolet energy tuned to narrow 365nm peak wavelength at only 50 watts. Virtually The absence of visible light is achieved without the use of a special filter. The LEDs have a lifetime of 10,000 hours at L90 (90% of initial output).', 'http://www.lightingservicesinc.com/product/uv90-blacklight-series', 'http://www.lightingservicesinc.com/sites/default/files/_/resources/uv90_series_1.pdf', '2017-03-17', '2018-05-08', '0000-00-00', ''),
(1758, 185, 'Slim-Line', 'HOT_DSCLEDZ19', 'DSCLEDZ19', 'DSCLEDZ19. Slim-Line DSCLEDZ19.', 1, 0, '', '2700K', '90', '4.5W', '360 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/dscledz19-91/slim-line-dscledz19-91', 'https://houseoftroy.com/products/dscledz19-91/slim-line-dscledz19-91/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1759, 185, 'Piano Desk', 'HOT_BPLED200', 'BPLED200', 'BPLED200. Piano Desk BPLED200.', 1, 0, '', '3000K', '75', '3.2W', '88 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/bpled200-81/piano-desk-bpled200-81', 'https://houseoftroy.com/products/bpled200-81/piano-desk-bpled200-81/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1760, 185, 'Slim-Line', 'HOT_BSLED14', 'BSLED14', 'BSLED14. Slim-Line BSLED14.', 1, 0, '', '3000K', '75', '3.2W', '44 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/bsled14-51/slim-line-bsled14-51', 'https://houseoftroy.com/products/bsled14-51/slim-line-bsled14-51/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1761, 185, 'Slim-Line', 'HOT_BSLED24', 'BSLED24', 'BSLED24. Slim-Line BSLED24.', 1, 0, '', '3000K', '75', '6.4W', '88 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/bsled24-91/slim-line-bsled24-91', 'https://houseoftroy.com/products/bsled24-91/slim-line-bsled24-91/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1762, 186, 'KMP', 'KME_KMP', 'KMP', 'KMP. P Series.', 1, 0, '', '3000K; 4000K; 5000K', '80', '25-500W', '2,875-57,000 lm', '75,000 hrs', '1-10V Dimming', 'AC 110~277V, 347V,480V', 'Type III medium; Type IV medium; Type V medium', '- Simple and effective design creates air convection flow around the body of the luminaire, which allows the heatsink to effectively dissipate heat.\n- Average 115 lm/W efficiency.\n- Mounting bracket features up/down lockable 90 degreesadjustability.\n- Available with standard 2-3/8\" Slipfitter mount, Square/Round pole mounts, and Yoke mount (see next page for details).\n- Twist-lock Photocell available as an option.\n- 95% efficient optics available for Type III, IV and V distribution patterns.\n- IP65 Rated suitable for outdoor / wet application.\n- ETL / cETL Listed, DLC 4.2 Listed.', 'http://komeeusa.com/product/kmp-25-500/', 'http://komeeusa.com/wp-content/uploads/2018/03/KMP-25-300.pdf', '2018-03-22', '2018-05-08', '0000-00-00', ''),
(1763, 185, 'Classic Traditional', 'HOT_BTLED14', 'BTLED14', 'BTLED14. Classic Traditional BTLED14.', 1, 0, '', '3000K', '75', '3.2W', '44 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/btled14-1/classic-traditional-btled14-1', 'https://houseoftroy.com/products/btled14-1/classic-traditional-btled14-1/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1764, 185, 'Grand Piano', 'HOT_CBLED12', 'CBLED12', 'CBLED12. Grand Piano CBLED12.', 1, 0, '', '3000K', '75', '3.2W', '88 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/cbled12-7/grand-piano-cbled12-7', 'https://houseoftroy.com/products/cbled12-7/grand-piano-cbled12-7/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1765, 186, 'KMP', 'KME_KMP2', 'KMP2', 'KMP2. P2 series.', 1, 0, '', '3000K; 4000K; 5000K', '75', '50-300W', '6,000-35,500 lm', '75,000 hrs', '1-10V Dimming', 'AC 110~277V, 347V, 480V', 'Type III medium; Type IV medium; Type V medium', '-P2 Series Parking Area Luminaire features 50W, 100W, 150W, 200W, and 300W output. Equivalent up to 1000W MH luminaire.\r\n-Simple and effective design creates air convection flow around the body of the luminaire, which allows the heatsink to dissipate effectively.\r\n-4 mounting brackets – Slipfitter (2-3/8″ OD), Square Pole, Round Pole, and Yoke Mount adapter.\r\n-All features up/down lockable 90° adjustability.\r\n-95% efficient group optic design maximize output and excellent light distribution.\r\n-Built-in surge protection up to 4kV – Optional 10kV.\r\n-Operating temperature -30°C ~ +55°C.\r\n-IP65, suitable for outdoor/wet application.', 'http://komeeusa.com/product/kmp2/', 'http://komeeusa.com/wp-content/uploads/2018/03/KMP2-50-300.pdf', '2018-03-22', '2018-05-08', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1766, 185, 'Guilford', 'HOT_DGLEDZ14', 'DGLEDZ14', 'DGLEDZ14. Guilford DGLEDZ14.', 1, 0, '', '2700K', '90', '4.5W', '360 Lumens', '', '', '', '', '', 'https://houseoftroy.com/categories/0/search-results/products/dgledz14-ob/guilford-dgledz14-ob', 'https://houseoftroy.com/products/dgledz14-ob/guilford-dgledz14-ob/tearsheet/download', '2018-05-08', '2018-05-08', '0000-00-00', ''),
(1767, 186, 'KMH', 'KME_KMHM', 'KMHM', 'KMHM. LED BAY LIGHT.', 1, 0, '', '4000K; 5000K', '80', '60-200W', '7,200-26,200 lm', '50,000 hrs', '1-10V Dimming', 'AC 110~277V, 347V, 480V', '15° - 120°', '-Attractive and compact bay light fixture combines form and function for industrial and commercial application.\n-Superior output, color rendition index compared to HPS, LPS, MV.\n-Slim profile, overall height less than 7-inches.\n-Available in Hook, Surface and 90 DEG Wall Stanchion Mount.\n-120 Degree standard distribution, available in 60 DEG.\n-Built-in surge protection up to 4kV.\n-Operating temperature -30°C ~ +55°C.\n-IP65, hose down fixture, suitable foroutdoor/ wet application.', 'http://komeeusa.com/product/kmhm-60-200/', 'http://komeeusa.com/wp-content/uploads/2018/03/KMHM.pdf', '2018-03-22', '2018-05-08', '0000-00-00', ''),
(1768, 186, 'KMP', 'KME_KMPT', 'KMPT', 'KMPT.  POST TOP AREA LIGHT.', 1, 0, '', '3000K; 4000K; 5000K', '75', '100-300W', '12,000-34,500 lm', '75,000 hrs', '', '100-277V', 'Type III medium; Type V medium', '-Simple and effective design with hollowed heatsink for effective heat dissipation.\n-Factory pre-treated and powder-coated to meet the most rugged industry standards.\n-Up to 120 lm/W efficiency.\n-Dark Sky Compliance (0% uplight).\n-Available with Type III & V medium distribution patterns.\n-IP65 Rated suitable for outdoor / wet application.\n-ETL Listed, DLC 4.3 Listed.', 'http://komeeusa.com/product/kmpt/', 'http://komeeusa.com/wp-content/uploads/2018/03/KMPT-003.pdf', '2018-03-22', '2018-05-08', '0000-00-00', ''),
(1769, 187, 'INFINITY', 'HMN_INFINITY', 'INFINITY', 'INFINITY.', 1, 0, '', '3000K', '90', '9 watts', '', 'Up to 50,000 hours', '', '', '', 'Humanscale\'s Infinity LED task light embodies performance in a sleek, timeless design. Equipped with constant torque \'Forever Hinges\' for strength and stability in any position, Infinity\'s large-array, multi-chip LED provides long-lasting, high-quality light — casting just one single shadow. In line with the Humanscale philosophy of doing more with less, Infinity is designed from a functional perspective to create a task light that is elegant, enduring and globally appealing.', 'https://www.humanscale.com/products/product.cfm?group=infinity', 'https://www.humanscale.com/userfiles/file/Infinity_Brochure_090617.pdf', '2017-09-07', '2018-05-08', '0000-00-00', ''),
(1770, 186, 'KMH', 'KME_KMH', 'KMH', 'KMH. LED BAYLIGHT.', 1, 0, '', '3000K; 4000K; 5000K', '80', '80-200W', '8,000-20,000 lm', '50,000 hrs', '1-10V Dimming', 'AC 110~277V, 347V, 480V', '60°; 90°; 110°', '-H Series Utility Bay Light can be used in warehouse, workshops, auto maintenance, factories, etc. 4 output range, outstanding efficiency, performance exceeds 150 ~ 400W MH lamp luminaire.\n-For application with ceiling height of 15 – 30ft.\n-Die cast housing and electrical compartment with patented heatsink design adopts pure copper heat pipe in conjunction with aluminum fins for excellent thermal management and to maximize durability.\n-95% efficient reflector available in 4 beam distribution pattern: 60, 90, 120 degree, and Prismatic Reflector.\n-LED Lens available in Clear & Frosted (reduce glare).\n-Cast metal hanging bracket, safety hook included for installation.\n-Factory pre-treated and powder coated to meet the most rugged industry standards.\n-Built-in surge protection up to 4kV.\n-Operating temperature -30°C ~ +55°C.\n-IP54, suitable for outdoor / wet application.', 'http://komeeusa.com/product/kmh-80-100-150-200/', 'http://komeeusa.com/wp-content/uploads/2018/03/KMH.pdf', '2018-03-22', '2018-05-08', '0000-00-00', ''),
(1771, 187, 'HORIZON', 'HMN_HORIZON', 'HORIZON', 'HORIZON.', 1, 0, '', '3000K', '', '9 watts', '', 'Up to 50,000 hours', 'Dims to 10% of maximum', '', '', 'The most celebrated and beautiful table light in the industry, Horizon is a visually striking embodiment of Humanscale’s commitment to high performance and functionality. Recipient of the prestigious Red Dot Award as well as a Next Generation Luminaires Award for product design and performance, Horizon resides in the permanent collection of the Museum of Modern Art (MoMA). This iconic piece is available in eight vibrant colors and seamlessly complements any design aesthetic.', 'https://www.humanscale.com/products/product.cfm?group=horizontablelight', 'https://www.humanscale.com/userfiles/file/horizon_brochure_080916.pdf', '2016-08-11', '2018-05-08', '0000-00-00', ''),
(1772, 186, 'KMH', 'KME_KMHP', 'KMHP', 'KMHP.  LED HIGH BAYLIGHT.', 1, 0, '', '4000K; 5000K', '75', '400W; 500W', '40,500 lm; 58,000 lm', '50,000 hrs', '1-10V Dimming', 'AC 110~277V, 347V, 480V', '25° / 45° / 60° / 90°', '-H Plus Series Utility Bay Light can be used in warehouse, sports stadium, logistic center, factories, etc. The output exceeds 750 ~ 1000W HID luminaire.\n-For application with ceiling height of 25 ~ 60ft.\n-4 patented technology: HDT, FIN Fastening, Zipped-fins, Seamless Fitting.\n-Yoke Mount bracket with 11 adjustable lockable positions (170 degrees).\n-60 Degree standard distribution, Option available 25, 45, & 90 degree.\n-Built-in surge protection up to 4kV.\n-Operating temperature -30°C ~ +55°C.\n-IP65, suitable for outdoor / wet application.', 'http://komeeusa.com/product/kmhp-400-500/', 'http://komeeusa.com/wp-content/uploads/2018/03/KMHP.pdf', '2018-03-22', '2018-05-08', '0000-00-00', ''),
(1773, 187, 'ELEMENT', 'HMN_ELEMENT-DISC', 'ELEMENT-DISC', 'ELEMENT DISC.', 1, 0, '', '3000K', '80', '7 watts', '330 lumens', 'Up to 50,000 hours', '', 'Universal', '', 'Humanscale’s Element Disc task light brings together advanced technology and optimal functionality. An innovative and adjustable LED desk lamp, Element Disc complements any work space, home office or hospitality environment. Using Thin Film LED Technology, Element Disc offers seven levels of brightness with just an effortless pinch of the light head. It also features a PIR occupancy sensor that turns the unit on or off when the user enters or leaves the area.', 'https://www.humanscale.com/products/product.cfm?group=elementdisc', 'https://www.humanscale.com/userfiles/file/disc_brochure_0815.pdf', '2015-08-27', '2018-05-08', '0000-00-00', ''),
(1774, 187, 'ELEMENT', 'HMN_ELEMENT-VISION', 'ELEMENT-VISION', 'ELEMENT VISION.', 1, 0, '', '3000K', '89', '7 watts', '', '', '', '', '', 'With cutting edge advancements like MCX LED technology, the Element Vision task light offers a generous foot-print of glare free illumination in a single light source - not commonly found in LED computer lamps. Element Vision provides the same effortless functionality found in all Humanscale task lights, moving fluidly without the need for knobs, switches or springs.', 'https://www.humanscale.com/products/product.cfm?group=elementvision', 'https://www.humanscale.com/userfiles/file/element_vision_brochure_0815.pdf', '2015-08-27', '2018-05-08', '0000-00-00', ''),
(1775, 186, 'KMC', 'KME_KMCP', 'KMCP', 'KMCP. LED Canopy Light.', 1, 0, '', '4000K; 5000K', 'Ra>80', '30W; 45W; 65W', '2900 lm; 4200 lm; 6700 lm', '', '0-10V Dimming', '110-277V', 'Type V – Prismatic Lens', '-CP Series Garage / Canopy Light can be used in Parking Garage, Outdoor Covered Walkway, Entryways, etc. It is equivalent from 75W – 275W MH fixture.\n-Die cast ADC12 aluminum for excellent thermal management and durability.\n-Factory pre-treated and powder-coated to meet the most rugged industry standards.\n-Heat-and UV resistant poly-carbonated lens.\n-Available with Occupancy Sensor and Bi-Level Dimming Sensor.\n-IP65 Rated suitable for outdoor / wet application.\n-UL / cUL / DLC listed.', 'http://komeeusa.com/product/kmcp-30-45-65/', 'http://komeeusa.com/wp-content/uploads/2018/04/KMCP-SPEC.pdf', '2018-04-06', '2018-05-08', '0000-00-00', ''),
(1776, 187, 'ELEMENT', 'HMN_ELEMENT-790', 'ELEMENT-790', 'ELEMENT 790.', 1, 0, '', '3500K', '85', '5 watts', '', '50,000 hours (L70)', '', '', '', 'The Element 790 task light is Humanscale’s response to the need for intelligent workspace lighting. Intuitive and flexible, the Element 790 combines high performance ergonomic design with 360 degrees of adjustability and unprecedented functionality in LED task lamps. A revolutionary task light, the Element 790 delivers the equivalent of light from a 90W incandescent using less than 7W of power.', 'https://www.humanscale.com/products/product.cfm?group=Element790', 'https://www.humanscale.com/userfiles/file/Element-790-Brochure-0815.pdf', '2015-08-27', '2018-05-08', '0000-00-00', ''),
(1777, 186, 'KMC', 'KME_KMCPe', 'KMCPe', 'KMCPe. LED Canopy Light.', 1, 0, '', '3000K; 4000K; 5000K', 'Ra>80', '30-200W', '3,900-26,000lm', '', '0-10V Dimming', '110-277V; 347V; 480V', 'Type III medium; Type V medium', '-CPe Series Garage / Canopy Light can be used for both indoor and outdoor application. It is equivalent from 75W – 400W MH fixture.\n-Aerospace-grade composite material module for excellent thermal management and durability.\n-Pre-installed standard surface mount bracket and built-in 3/4″ threaded pipe connection.\n-Optic lens available in Type III and V distribution patterns.\n-Option available with Photocell and Bi-level Motion controls.\n-Option available with Emergency Battery for models up to 100W. 90mins duration at 10% output.\n-Option inline surge protection up to 10kV.\n-IP65 rated, suitable for wet applications.\n-UL / cUL / DLC 4.2 Premium.', 'http://komeeusa.com/product/kmcpe/', 'http://komeeusa.com/wp-content/uploads/2018/04/KMCPe-SPEC.pdf', '2018-04-06', '2018-05-08', '0000-00-00', ''),
(1778, 186, 'KMC', 'KME_KMCJ', 'KMCJ', 'KMCJ. LED FLOOD LIGHT.', 1, 0, '', '3000K; 4000K; 5000K', '80', '30W; 50W; 100W', '3,000lm; 5,000lm; 10,000lm', '50,000 hrs', '', 'AC 110~277V', '110° Square Reflector', '-The CJ Series Luminaire is the industry’s first thermo-composite floodlight. Features in 30W, 50W and 100W.\n-US Patented technology, stronger, lighter and extra durable under all weather conditions.\n-Made of reinforced plastic with special blend of fiberglass, UV stabilizer for maximum durable with high quality touch feeling.\n-Factory pre-treated and powder-coated stainless bracket and screws meet the most rugged industry standards.\n-Available with Square reflector for maximum light distribution.\n-Available with Yoke Mount, Knuckle* and Slipfitter**.\n-IP65 Rated suitable for outdoor / wet application.\n-UL / cUL Listed , DLC 4.2 Listed.', 'http://komeeusa.com/product/kmcj/', 'http://komeeusa.com/wp-content/uploads/2018/04/KMCJ-30-50-100-SPEC.pdf', '2018-04-18', '2018-05-08', '0000-00-00', ''),
(1779, 186, 'KMK', 'KME_KMK', 'KMK', 'KMK. LED FLOOD LIGHT.', 1, 0, '', '4000K; 5000K', '80', '300W; 450W', '36,000 lm; 54,000 lm', '75,000 hrs', '', '110-277V; 347V; 480V', '90°, 45°', '-The K Series luminaire is a high performance solution, output exceeds 1500W MH lamp luminaire.\n-The housing, electrical compartment and fitter are made from die cast ADC12 aluminum. Patented heatsink design adopts tensile aluminum fins for outstanding thermal management and maximize luminaire durability.\n-Factory pre-treated and powder coated to meet the most rugged industry standards.\n-Yoke Mount Bracket – 23 degree increment, 6 lockable positions, overall 135 degree adjust-ability.\n-Slipfitter – lockable and adjustable for up/down 90 degrees overall.\n-Inline surge protection up to 10kV (Option).\n-Built-in button photocell (Option).\n-Operating temperature -30°C ~ +55°C.\n-IP65, suitable for outdoor/wet application.\n-UL/cUL Listed, DLC 4.2 pending.', 'http://komeeusa.com/product/k300-450/', 'http://komeeusa.com/wp-content/uploads/2018/04/KMK-300-450-SPEC.pdf', '2018-04-19', '2018-05-08', '0000-00-00', ''),
(1780, 188, 'GB13D2', 'GLS_GB13D2-LED-LENS', 'GB13D2-LED-LENS', 'GB13D2-LED-LENS.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.4, 9.4, 11 WPF', '352.1 - 509.7, 469.4 -  679.8 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb13d2-led-lens', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB13D2LEDLENS.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1781, 188, 'GB13D2', 'GLS_GB13D2-LED-LENS3D', 'GB13D2-LED-LENS3D', 'GB13D2-LED-LENS3D.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.35, 9.4, 11 WPF', '512.3 - 679, 682.9 - 905.3 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb13d-led-lens3d', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB13D2LEDLENS3D.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1782, 188, 'GB13RC2', 'GLS_GB13RC2-LED-LENS', 'GB13RC2-LED-LENS', 'GB13RC2-LED-LENS.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.4, 9.4, 11 WPF', '351.9 - 509.7, 469.3 - 679.8 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb13rc2-led-lens', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB13RC2LEDLENS.pdf', '2018-02-28', '2018-05-08', '0000-00-00', ''),
(1783, 188, 'GB13RC2', 'GLS_GB13RC2-LED-LENS3D', 'GB13RC2-LED-LENS3D', 'GB13RC2-LED-LENS3D.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.35, 9.4, 11 WPF', '512.3 - 629, 683 -  905.3 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb13rc-led-lens3d', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB13RC2LEDLENS3D.pdf', '2018-02-28', '2018-05-08', '0000-00-00', ''),
(1784, 188, 'GB16D', 'GLS_GB16D-LED-LENS3D', 'GB16D-LED-LENS3D', 'GB16D-LED-LENS3D.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.35, 9.4, 11 WPF', '512.3 - 629, 683 - 905.3 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb16d-led-lens3d-2', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB16DLEDLENS3D.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1785, 188, 'GB22D2', 'GLS_GB22D2-LED-LENS', 'GB22D2-LED-LENS', 'GB22D2-LED-LENS.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.4, 9.4, 11 WPF', '374.7 - 544.5, 499.6 - 725.9 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb22d2-led-lens', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB22D2LEDLENS.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1786, 188, 'GB22U2', 'GLS_GB22U2-LED-LENS', 'GB22U2-LED-LENS', 'GB22U2-LED-LENS.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.4, 9.4, 11 WPF', '588.3 -  677.8, 784.4 - 903.8 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Indirect', '', 'http://gammalux.com/gb22u2-led-lens', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB22U2LEDLENS.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1787, 188, 'GB24B2', 'GLS_GB24B2-LED-LENS', 'GB24B2-LED-LENS', 'GB24B2-LED-LENS.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '11, 12.8, 18.8 WPF', '1227.1 -  1591.4, 1084.2 - 2122 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Bidirectional', '', 'http://gammalux.com/gb24b2-led-lens', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB24B2LEDLENS.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1788, 188, 'GB24B2', 'GLS_GB24B2-LED-LENS3D', 'GB24B2-LED-LENS3D', 'GB24B2-LED-LENS3D.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '11, 12.8, 18.8 WPF', '1091.6 - 1173.5, 1091.6 - 1564.7 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Bidirectional', '', 'http://gammalux.com/gb24b2-led-lens3d-2', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB24B2LEDLENS3D.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1789, 188, 'GB24D2', 'GLS_GB24D2-LED-LENS3D', 'GB24D2-LED-LENS3D', 'GB24D2-LED-LENS3D.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, RGB', '80+, 90+', '6.4, 9.4, 11 WPF', '450.1 - 663.1, 600.1 - 850.2 lumens per foot', '>60k hours', 'Static Driver; 0-10V Dimming; Step Dimming; DMX Dimming; DALI Dimming; Lutron Dimming;', '120V, 277V', 'Direct', '', 'http://gammalux.com/gb24d2-led-lens3d', 'http://gammalux.com/Download/DownloadPdfFile?namepath=GB24D2LEDLENS3D.pdf', '2018-04-17', '2018-05-08', '0000-00-00', ''),
(1790, 189, 'FL25', 'GVA_FL25', 'FL25', 'FL25. Monochromatic.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, 6500K, RGB', '80', '25 W', '1,340 - 2,090 lumens', '60,000hrs', 'DMX control through GVA’s Power-Data Equipment', '48V, 380V, 85-277V', 'Beam angles ranging from 4° to 75° with elliptical distribution options', 'Monochromatic Architectural Spot and Floodlight.', 'https://gvalighting.com/products/fl-25-mono/', 'https://gvalighting.com/wp-content/uploads/fl-25-mono/SP-FL25-MONO-18-03-21.pdf', '2018-03-21', '2018-05-08', '0000-00-00', ''),
(1791, 189, 'FL25', 'GVA_FL25-RGBW-IM', 'FL25-RGBW-IM', 'FL25-RGBW-IM.', 1, 0, '', 'RGBW-IM', '70', '25W', '296 - 1,090 lumens', '60,000 hrs', 'DMX control through GVA’s Power-Data Equipment', '48V, 380V, 85-277V', 'Beam angles ranging from 10° to 80° with elliptical distribution options', 'RGBW Inner Mixing Architectural Spot and Floodlight', 'https://gvalighting.com/products/fl25-rgbw-im/', 'https://gvalighting.com/wp-content/uploads/fl25-rgbw-im/SP-FL25-RGBW-IM-18-03-21.pdf', '2018-03-21', '2018-05-08', '0000-00-00', ''),
(1792, 189, 'LIRA', 'GVA_LIRA-Mono', 'LIRA-Mono', 'LIRA-Mono.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, 6500K', '80', '5 W, 8 W, 10 W', '850 lumens', '', 'Non-Dimming', '24VDC', '8 (8°x8°), 10 (10°x10°), 20 (20°x20°), 40 (40°x40°), 60 (60°x60), °80 (80°x80°), 10x40 (10°Hx40°V), 40x10 (40°Hx10°V), 10x60 (10°Hx60°V), 60x10 (60°Hx10°V), 30x60 (30°Hx60°V), 60x30 (60°Hx30°V)', 'Miniature bracket mount LED spot light for architectural or landscape lighting', 'https://gvalighting.com/products/lira-mono/', 'https://gvalighting.com/wp-content/uploads/lira-mono/SP-LIRA-MONO-17-04-07-2.pdf', '2017-04-07', '2018-05-08', '0000-00-00', ''),
(1793, 189, 'FL50', 'GVA_FL50', 'FL50', 'FL50. Monochromatic.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, 6500K', '80', '50 W, 60 W, 70 W', '2,960 - 4,600 lumens', '60,000 hrs', 'DMX control through GVA’s Power-Data Equipment', '48V, 380V, 85-277V', 'Beam angles ranging from 4.5° to 76° with elliptical distribution options', 'Monochromatic Architectural Spot and Floodlight', 'https://gvalighting.com/products/fl50-mono/', 'https://gvalighting.com/wp-content/uploads/fl50-mono/SP-FL50-MONO-18-03-19.pdf', '2018-03-18', '2018-05-08', '0000-00-00', ''),
(1794, 189, 'FL50', 'GVA_FL50-RGBW-OM', 'FL50-RGBW-OM', 'FL50-RGBW-OM.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K, 6500K, RGB', '80', '50 W, 60 W, 70 W', '329 - 1,252 lumens', '60,000 hrs', 'DMX control through GVA’s Power-Data Equipment', '48V, 380V, 85-277V', 'Beam angles ranging from 4.5° to 75° with elliptical distribution options', 'The Most Advanced Architectural Spot and Flood Light', 'https://gvalighting.com/products/fl50-rgbw-om/', 'https://gvalighting.com/wp-content/uploads/fl50-mono/SP-FL50-RGBW-OM-18-03-19.pdf', '2018-03-19', '2018-05-08', '0000-00-00', ''),
(1795, 189, 'LIRA', 'GVA_LIRA-RBGW', 'LIRA-RBGW', 'LIRA-RBGW.', 1, 0, '', 'RGBW', '', '6 W, 10 W', '36, 112 lumens', '', 'DMX', '12VDC, 24VDC', '10 - 10°x10°, 12 - 12°x12°, 20 - 20°x20°, 35 - 35°x35°, 40x10 - 40°x10° V, 10x40 - 10°x40° H', 'Miniature bracket mount LED spot light for architectural or landscape lighting', 'https://gvalighting.com/products/lira-rgbw/', 'https://gvalighting.com/wp-content/uploads/lira-cc/SP-LIRA-RGBW17-10-05.pdf', '2017-10-05', '2018-05-08', '0000-00-00', ''),
(1796, 189, 'LIRA', 'GVA_LIRA-DWT', 'LIRA-DWT', 'LIRA-DWT.', 1, 0, '', 'Dynamic White (2700K-7700K)', '', '8 W', '120, 224 lumens', '', 'DMX', '12VDC, 24VDC', '10 - 10°x10°, 12 - 12°x12°, 20 - 20°x20°, 35 - 35°x35°, 40x10 - 40°x10° V, 10x40 - 10°x40° H', 'Miniature bracket mount LED spot light for architectural or landscape lighting', 'https://gvalighting.com/products/lira-dwt/', 'https://gvalighting.com/wp-content/uploads/lira-dwt/SP-LIRA-DWT17-11-15.pdf', '2017-11-15', '2018-05-08', '0000-00-00', ''),
(1797, 189, 'GORO', 'GVA_GORO-R', 'GORO-R', 'GORO-R.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '10.4 - 58.8 W', '700, 1000, 1300, 2000, 3000, 4000, 5000 lm', '50,000hrs', '0-10V or DALI', '120-277VAC, 347VAC', '20°, 40°, 60° and Wall Washing (20° x 60°)', 'Recessed, adjustable aim downlight for general, accent and spot lighting where high quality of light is essential', 'https://gvalighting.com/products/goro-r/', 'https://gvalighting.com/wp-content/uploads/goro-r/SP-GORO-R-07.10.15.pdf', '2015-10-07', '2018-05-08', '0000-00-00', ''),
(1798, 189, 'GORO', 'GVA_GORO-P', 'GORO-P', 'GORO-P.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '10.4 - 35.3 W', '700, 1000, 1300, 2000, 3000, 4000, 5000 lumens', '50,000 hours', '0-10, DALI', '120-277V, 347V', ': 20°, 40°, 60° and Wall Washing (20° x 60°', 'Pendant, adjustable aim downlight for general, accent and spot lighting where high quality of light is essential', 'https://gvalighting.com/products/goro-p/', 'https://gvalighting.com/wp-content/uploads/goro-p/SP-GORO-P-07.10.15.pdf', '2015-10-07', '2018-05-08', '0000-00-00', ''),
(1799, 189, 'GORO', 'GVA_GORO-W', 'GORO-W', 'GORO-W.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '83, 98', '10.4 - 58.8 W', '700, 1000, 1300, 2000, 3000, 4000, 5000 lumens', '50,000 hours', '0-10, DALI', '120-277V, 347V', '20°, 40°, 60° and Wall Washing (20° x 60)', 'Wall-mount open frame, adjustable aim downlight for general, accent and spot lighting where high quality of light is essential', 'https://gvalighting.com/products/goro-w/', 'https://gvalighting.com/wp-content/uploads/goro-w/SP-GORO-W-07.10.15.pdf', '2015-10-07', '2018-05-08', '0000-00-00', ''),
(1800, 190, 'LLRD', 'LLT_LLRD-PN', 'LLRD-PN', 'LLRD PN. Reed Pendant.', 1, 0, '', '2700-4000K', '80+; 98', '8-16W', '1,000 lm; 1,300 lm', '', 'ELV, 0-10v, 1%, 0% and DMX with certified power supplies', '120-277 VAC', '40º; 60º', 'all, sleek and slender, the minimalist Reed pendant features a Xicato LED that provides high quality light and color rendering. The Reed is a stunning fixture either alone, in series or grouped at varying heights. While it can easily illuminate bars, reception and conference tables, it can also be an elegant fixture in high cube spaces. The body comes in a beautiful polished satin anodized finish, satin matte anodized finishes as well as satin and gloss powder coat colors.', 'https://www.lindsleylighting.com/collections/pendants/products/reed-pendant', 'https://www.dropbox.com/s/j9i7b6jaukh3vlx/Lindsley_Reed%20Pendant%20Spec%20Sheet.pdf?dl=1', '2016-05-16', '2018-05-10', '0000-00-00', ''),
(1801, 190, 'LLWL', 'LLT_LLWL-PN', 'LLWL-PN', 'LLWL PN. Willow Pendant.', 1, 0, '', '2700-4000K', '80; 92', '8-27W', '700 lm; 1,000 lm; 1,300 lm; 2,000 lm', '', '0-10V, ELV, 1%, 0% and DMX with certified power supplies', '120-277 VAC', '', 'Sleek and slender, the minimalist Willow pendant features a Xicato LED that provides a remarkable amount of high quality light. It’s industrial chic design shows off the guts of what makes LED light fixtures work, like exposed brick and ductwork in a loft space. While it can easily illuminate bars, counters and conference tables, it can also be a workhorse fixture in high cube spaces, used to augment or fill a space with light. The body comes in anodized silver or black, with collar rings that pop with fashion colors. Indoor locations only.', 'https://www.lindsleylighting.com/collections/pendants/products/willow-pendant', 'https://www.dropbox.com/s/e8bdc4f8jjxp9uj/Lindsley_WillowPendantSpecSheet.pdf?dl=1', '2016-05-16', '2018-05-10', '0000-00-00', ''),
(1802, 190, 'LLWL', 'LLT_LLWL-PN-GL', 'LLWL-PN-GL', 'LLWL PN GL. Willow Under Glass Pendant.', 1, 0, '', '2700-4000K', '80; 92; 98', '8-16W', '700 lm; 1,000 lm; 1,300 lm', '', '0-10V, ELV, 1%, 0% and DMX with certified power supplies', '120-277 VAC', '', 'Encased in a glass cylinder, the Willow Under Glass pendant highlights the same industrial chic look as the Willow, with a little shrouding behind glass. The glass catches the light on the rims, giving a luminous glow to the bottom and top edges. This pendant also features the Xicato LED module, providing 700 lumens of high quality light. The body comes in anodized silver or black, with collar rings that add a touch of color. Indoor locations only.', 'https://www.lindsleylighting.com/collections/pendants/products/willow-under-glass-pendant', 'https://www.dropbox.com/s/p3ow32yqxpm7z0x/Lindsley_WillowUnderGlassSpecSheet.pdf?dl=1', '2016-05-16', '2018-05-10', '0000-00-00', ''),
(1803, 190, 'LLRD', 'LLT_LLRD-PN-SM', 'LLRD-PN-SM', 'LLRD PN SM. Reed Surface Mount Pendant.', 1, 0, '', '2700-4000K', '80; 98', '8-16W', '1,000 lm; 1,300 lm', '', '0-10v, ELV, 1%, 0% and DMX with certified power supplies', '13-19VDC', '40º; 60º', 'Sleek and slender, the minimalist Reed Surface Mount pendant features a knife edge flange that blends into ceilings. With the 1300 Xicato lumen LED module, it is a great alternative to downlights. Best of all, no visible screws or fasteners. These can be as short as 6.5” or as tall as 48”. This fixture easily mounts to a standard j-box. Optional mudrings and deep j-box covers are available. The body comes in classic matte anodized finishes as well as satin and gloss powder coat colors.', 'https://www.lindsleylighting.com/collections/pendants/products/reed-surface-mount-pendant', 'https://www.dropbox.com/s/82uafyvlqm8ip9b/Lindsley_Reed%20Pendant%20Surface%20Mount%20Spec%20Sheet.pdf?dl=1', '2017-03-22', '2018-05-10', '0000-00-00', ''),
(1804, 190, 'LLRD', 'LLT_LLRD-SQ-PN', 'LLRD-SQ-PN', 'LLRD SQ PN. Square Reed Pendant.', 1, 0, '', '2700-4000K', '80; 98', '8-16W', '1,000 lm; 1,300 lm', '', 'ELV, 0-10v, 1%, 0% and DMX with certified power supplies', '120-277 VAC', '40º; 60º', 'All the features of the sleek slender Reed Pendant in a Square format. The Square Reed pendant features a Xicato LED that provides high quality light and color rendering. The Square Reed is a stunning fixture either alone, in series or grouped at varying heights. To keep the squares in alignment, the Square Reed can be ordered with a rigid stem as well as a matching square canopy . The body comes in a beautiful polished satin anodized finish, satin matte anodized finishes as well as satin and gloss powder coat colors.', 'https://www.lindsleylighting.com/collections/pendants/products/square-reed-pendant', 'https://www.dropbox.com/s/5li4gqj0gtwmo65/Lindsley_Square%20Reed%20Pendant%20Spec%20Sheet.pdf?dl=1', '2016-06-22', '2018-05-10', '0000-00-00', ''),
(1805, 190, 'LLTL', 'LLT_LLTL-PN', 'LLTL-PN', 'LLTL PN. Tule Pendant Surface Mount.', 1, 0, '', '2700-4000K', '80; 98', '12-40W', '1,300-4,000 lm', '', 'ELV, 0-10v, 1% and DMX with certified power supplies', '18-36 VDC', '40º; 60º', 'The Tule Pendant Surface Mount provides a perfectly clean ceiling profile with a whole lotta light. With only a 4 inch diameter cylinder, the Tule holds up to 3000 lumens of Xicato super power. The Tule can be used to illuminate high cube spaces like two story lobbies, open offices, open-to-structure spaces, and corridors. The cylinder heights range from a more minimal 9 inches to a stately 32 inches. Beautiful polished satin anodized finish, matte anodized finishes as well as satin and gloss powder coat colors.', 'https://www.lindsleylighting.com/collections/pendants/products/tule-pendant-surface-mount', 'https://www.dropbox.com/s/3j76ew0le4hz5fe/Lindsley_Tule%20Pendant%20Spec%20Sheet.pdf?dl=1', '2016-05-16', '2018-05-10', '0000-00-00', ''),
(1806, 190, 'LLM', 'LLT_LLM-P', 'LLM-P', 'LLM P. Mantis Pathway.', 1, 0, '', '2700K; 3000K; 3500K', '92+', '5 W', '300 lm', '', 'ELV and 0-10v with certified power supplies; DMX option', '120/12v AC/DC polarity neutral', '', 'The Mantis Pathway provides a sculptural approach to lighting commercial or residential landscape projects. With a head that can be rotated to point down, up or sideways, this fixture can be used to light a path, highlight a planting area or uplight trees. Graceful arms can be adjusted to direct the light where you want it. The dimmable CREE LEDs emit warm light that makes the color of plants and materials pop. Sleek anodized aluminum finish in silver or deep bronze.', 'https://www.lindsleylighting.com/collections/outdoor/products/mantis-pathway', 'https://www.dropbox.com/s/o3a5w5j2eibc1hr/Lindsley_MantisPathwaySpecSheet.pdf?dl=1', '2016-06-06', '2018-05-10', '0000-00-00', ''),
(1807, 190, 'LLM', 'LLT_LLM-SP', 'LLM-SP', 'LLM SP. Standing Mantis Pathway.', 1, 0, '', '2700K; 3000K; 3500K', '92+', '5 W', '300 lm', '', 'ELV and 0-10v with certified power supplies; DMX option', '120/12v AC/DC polarity neutral', '', 'The Standing Mantis Pathway provides a slim profile with a sculptural feel to lighting commercial or residential landscape projects. With an elegant oval head that can be rotated to point down, up or sideways, this very utilitarian fixture can be used to light a path, highlight a planting area or uplight trees. The dimmable CREE LEDs emit high quality warm light that brings out the color of plants and materials. Sleek anodized aluminum finish.', 'https://www.lindsleylighting.com/collections/outdoor/products/standing-mantis-pathway', 'https://www.dropbox.com/s/oe5bbu7pcmvxq1l/Lindsley_StandingMantisSpecSheet.pdf?dl=1', '2016-06-06', '2018-05-10', '0000-00-00', ''),
(1808, 190, 'LLWS', 'LLT_LLWS-S-CB', 'LLWS-S-CB', 'LLWS S CB. Cubed Wall Sconce.', 1, 0, '', '2700K; 3000K; 3500K', '92+', '5W; 10W', '400 lm; 800 lm', '', '0-10V, ELV, 1%, DMX or DALI with certified power supplies', '120-277 vac', 'Narrow beam 10°', 'The Cubed wall sconce is a small, but mighty lighting tool. The simple shape provides 400 lumens of warm LED light up and 400 lumens down. The compact form is under 4” in all directions, a perfect solution for ADA compliance. Best of all, the broad variety of standard and custom finishes enable this fixture to either blend with the wall color or provide pops of color or interest. It can be used inside or outdoors, standing alone or in series across a wall.', 'https://www.lindsleylighting.com/collections/wall-sconces/products/cubed-wall-sconce', 'https://www.dropbox.com/s/3bnk2ly69uj69l1/Lindsley_CubedSconceSpecSheet.pdf?dl=1', '2016-05-16', '2018-05-10', '0000-00-00', ''),
(1809, 190, 'LLM', 'LLT_LLM-S', 'LLM-S', 'LLM S. Mantis Wall Sconce.', 1, 0, '', '2700K; 3000K; 3500K', '92+', '5W; 16W', '400 lm; 1,200 lm', '', '0-10V, ELV, 1%, DMX or DALI with certified power supplies', '120-277 VAC', 'Narrow beam 10º', 'The Mantis Wall Sconce embodies elegance, flexibility and power. High output LEDs produce light that is warm and beautiful. The sculptural oval head can be rotated to throw light up or down, and can be mounted horizontally or vertically on a wall. Placed in a series across a wall they can illuminate a space, or accent an architectural column or design element. Sleek anodized aluminum finish. Suitable for interior or exterior environments.', 'https://www.lindsleylighting.com/collections/wall-sconces/products/mantis-wall-sconce', 'https://www.dropbox.com/s/r0yl26eveenq25d/Lindsley_MantisSconceSpecSheet.pdf?dl=1', '2016-05-16', '2018-05-10', '0000-00-00', ''),
(1811, 191, '333', 'LLC_MOD3', 'MOD3', 'MOD3. Series 333.', 1, 0, '', '3000-5000K', '', '18W; 24W', '2,800 lm; 4,400 lm', '50,000 hours L70', '0-10V', '120-277V', 'General', 'All steel component parts are completely protected against rust and discoloration after fabrication through an automated conveyorized multi-stage phosphateb bonding process. Finished with an electrostatic baked white polyester thermosetting powder coating. This electronic computer controlled integrated system assures consistent 88%+ reflectance efficiency and maximum durability.', 'http://www.legionlighting.com/products/led/1277-mod3-series-333', 'http://www.legionlighting.com/images/MOD3/MOD3.pdf', '2018-04-03', '2018-05-10', '0000-00-00', ''),
(1812, 191, '333', 'LLC_WALL-MOD3', 'WALL-MOD3', 'WALL MOD3. Series W333.', 1, 0, '', '3000-5000K', '', '18W; 24W', '2,800 lm; 4,400 lm', '50,000 hours L70', '0-10V', '120-277V', '', 'All steel component parts are completely protected against rust and discoloration after fabrication through an automated conveyorized multi-stage phosphate bonding process. Finished with an electrostatic baked white polyester thermosetting powder coating. This electronic computer controlled integrated system assures consistent 88%+ reflectance efficiency and maximum durability.', 'http://www.legionlighting.com/products/led/1266-wall-mod3-series-w333', 'http://www.legionlighting.com/images/WALLMOD3/WALLMOD3.pdf', '2018-04-03', '2018-05-10', '0000-00-00', ''),
(1813, 191, 'MRP', 'LLC_MRP', 'MRP', 'MRP. MINI-PANELUME CC.', 1, 0, '', '3000K; 4000K; 5000K', '90', '', '700 lm', '50,000 hours L70', 'LED Triac dimmable light engine', '120v', 'Downlight', 'Decorative white flange, in durable airtight aluminum body. Under 1/2” thick. Type IC Housing with integral Driver used as connection box.', 'http://www.legionlighting.com/products/led/1258-mini-panelume-cc-series-mrp-6-round', 'http://www.legionlighting.com/images/CC6Round/CC6Round.pdf', '2018-04-12', '2018-05-10', '0000-00-00', ''),
(1814, 191, '523L', 'LLC_523L', '523L', '523L. RING-PLEX.', 1, 0, '', '3000K; 4000K', '80', '', '3,700 lm; 4,000 lm', '50,000 hours', '', '120V', '', 'Durable steel oval body and decorative rings.', 'http://www.legionlighting.com/products/led/1229-ring-plextm-series-523l', 'http://www.legionlighting.com/images/RING-PLEX/523L_LED_RING_PLEXT_Specification_Sheet.pdf', '2018-02-02', '2018-05-10', '0000-00-00', ''),
(1815, 191, 'F222L', 'LLC_F222L', 'F222L', 'F222L. MICRO MOD-U-BEAM®2.', 1, 0, '', '3000K; 4000K; 5000K', '', '40W; 75W', '4,200 lm; 7,700 lm', '50,000 hours L70', '0-10v Dimming', '120-277V', 'General', 'Extruded aluminum housing and die formed end caps.', 'http://www.legionlighting.com/products/led/1209-micro-mod-u-beam-2-series-222l', 'http://www.legionlighting.com/images/222L_MICROMODUBEAM/222L_MICROMODUBEAM_SpecificationSheet.pdf', '2017-08-09', '2018-05-10', '0000-00-00', ''),
(1816, 191, '4311', 'LLC_4311', '4311', '4311. WRAP AROUND.', 1, 0, '', '3000-5000K', '80', '', '', '50,000 hours', '0-10v', '120v/277v', '', 'Die formed of code gauge steel and electrically welded.', 'http://www.legionlighting.com/products/led/1166-wrap-around-series-4311', 'http://www.legionlighting.com/images/Wrap/4311_Wrap.pdf', '2017-08-03', '2018-05-10', '0000-00-00', ''),
(1817, 191, '162L', 'LLC_162L', '162L', '162L. OUTDOOR WALL CYLINDER.', 1, 0, '', '4000K', '80+', '20W', '2,300 lm', '50,000 hours', '0-10V', '120-277V', 'Direct/indirect', 'Round housing made of extruded aluminum with built in heat sinks. Complete assembly can be used as a direct or indirect wall mounted light.', 'http://www.legionlighting.com/products/led/839-outdoor-wall-cylinder-led-series-162l', 'http://www.legionlighting.com/images/OUTDOOR_WALL_CYLINDER/162WALLCYLINDER_SpecificationSheet.pdf', '2018-04-26', '2018-05-10', '0000-00-00', ''),
(1818, 191, '614', 'LLC_614', '614', '614. OVERBED I.', 1, 0, '', '3000-5000K', '', '12-60W', '1,400-8,000 lm', '50,000 hours', '0-10V', '120-277V', 'Direct/indirect', 'Die formed of code gauge cold rolled steel, rigidly fabricated, and electrically welded to insure true and perfect alignment.', 'http://www.legionlighting.com/products/led/859-overbed-i-led-series-614', 'http://www.legionlighting.com/images/Wall_Brackets/614-615/614_LED_OVERBED_I_Specification_Sheet.pdf', '2016-05-02', '2018-05-10', '0000-00-00', ''),
(1819, 191, '617', 'LLC_617', '617', '617. OVERBED II.', 1, 0, '', '3000-5000K', '', '12-60W', '1,400-8,000 lm', '50,000 hours', '0-10V', '120-277V', 'Direct/indirect', 'The OVERBED II is a linear luminaire available in several different styles to meet many requirements. The long linear shape is finished off with a soft corner at each end for a gentle architectural look. The front face is available in a linen, wengue wood and alabaster film which is used for wash down applications. Brushed nickel trim accents are optional. There are two models offered: One that illuminates the sections separately (617) and one that illuminates the sconce as a single functional unit (618). Several lumen packages and color temperatures are offered to satisfy any need.  Options available include emergency battery pack, anti-microbial paint, grounded convenience outlet and a pull switch.', 'http://www.legionlighting.com/products/led/867-overbed-ii-led-series-617', 'http://www.legionlighting.com/images/Wall_Brackets/617-618/617_LED_OVERBED_II_Specification_Sheet.pdf', '2016-05-03', '2018-05-10', '0000-00-00', ''),
(1820, 191, '519', 'LLC_519', '519', '519. DOME DRUM.', 1, 0, '', '2700-5000K', '>80', '10-38W', '900-4,247 lm', '50,000 hours', '0-10V dimmable; triac dimmable;', '120/277V', 'Direct', 'Shade made of high quality material fused onto a frosted acrylic backing for stability and light diffusing purposes.', 'http://www.legionlighting.com/products/led/1082-dome-drum-series-519', 'http://www.legionlighting.com/images/DOME_DRUM/DOME_DRUM.pdf', '2017-05-01', '2018-05-10', '0000-00-00', ''),
(1821, 192, 'LR9005', 'HPR_LR9005-695-7', 'LR9005-695-7', 'LR9005-695-7. Zerox.', 1, 0, '', '3000K, 4000K', '70, 80', '35 W', '2000lm - 2750lm', '', '1-10V, DALI', '', '7°', 'Ideal solution for landscape areas and architectural facades', 'http://www.heper.eu/en/product/196/zerox', 'http://www.heper.eu/admin/files/downloads/LR9005.695-7-datasheet-EN.pdf', '2017-10-18', '2018-05-10', '0000-00-00', ''),
(1822, 192, 'LR9001', 'HPR_LR9001-504', 'LR9001-504', 'LR9001-504. Dion.', 1, 0, '', '3000K, 4000K', '70, 80', '11 W', '500lm - 600lm', '', 'On/Off', '', '10°, 25°, 40°, 60°', 'Ideal solution for landscape areas and architectural facades', 'http://www.heper.eu/en/product/201/dion', 'http://www.heper.eu/admin/files/downloads/LR9001.504-datasheet-EN.pdf', '2016-09-01', '2018-05-10', '0000-00-00', ''),
(1823, 192, 'LF8017', 'HPR_LF8017-003', 'LF8017-003', 'LF8017-003. Punto.', 1, 0, '', '3000K, 4000K', '95', '7.5 W', '410lm – 460lm', '', 'On/Off', '', '10°, 25°, 36°, 60°', 'Ideal solution for landscape areas and architectural facades', 'http://www.heper.eu/en/product/175/punto', 'http://www.heper.eu/admin/files/downloads/LF8017.003-datasheet-EN.pdf', '2017-10-18', '2018-05-10', '0000-00-00', ''),
(1824, 195, 'FR', 'ING_FR', 'FR', 'FR. FERROS Stainless Steel Round LED Bollard.', 1, 0, '', '3000K; 4000K; 5000K', '', '17 W', '675-1,510 lm', '', 'electronic dimmable driver', '120-277V', 'type III distribution; wide beam spread; wide beam spread', 'The Ferros stainless steel bollard, with two optic choices, is designed to replace an HID bollard up to 70 watts (MH or HPS). The Ferros Bollard is ideal for retail centers, industrial parks, schools and universities, public transit, airports, office buildings, and medical facilities.', 'https://www.intrigueled.com/products/bollard/ferros/', 'https://www.intrigueled.com/app/download/766616564/Ferros_stainless+steel+bollard.pdf', '2017-11-07', '2018-05-10', '0000-00-00', ''),
(1825, 192, 'LF8020', 'HPR_LF8020-693-7', 'LF8020-693-7', 'LF8020-693-7. Vega.', 1, 0, '', '3000K, 4000K', '70, 80', '9 W', '350lm – 500lm', '', '1-10V, DALI', '', '7°', 'Ideal solution for landscape areas and architectural facades', 'http://www.heper.eu/en/product/184/vega', 'http://www.heper.eu/admin/files/downloads/LF8020.693-7-datasheet-EN.pdf', '2017-10-18', '2018-05-10', '0000-00-00', ''),
(1826, 195, 'MY', 'ING_MY', 'MY', 'MY. Mystique Pole Mount.', 1, 0, '', '3000-5000K', '> 80', '48W', '3,700 lm; 3,750 lm; 3,800 lm', '50,000 hours', 'Constant current LED driver', '120-277V', '', 'The contemporary design and swept shade of the Mystique series provides a full-cutoff decorative fixture. Fixture produces no upward light above 90o, reducing upward light pollution. Top, housing, and mounting gear are constructed of low copper content cast aluminum. Shade shall be spun aluminum. Stainless steel external hardware to protect against the exterior elements.', 'https://www.intrigueled.com/products/pole-mount/mystique/', 'https://www.intrigueled.com/app/download/763816705/Mystique+Pole+Mount_LED_spec.pdf', '2016-05-11', '2018-05-10', '0000-00-00', ''),
(1827, 192, 'LW6048', 'HPR_LW6048-575', 'LW6048-575', 'LW6048-575. Dogo.', 1, 0, '', '3000K, 4000K', '70, 80', '10 W', '550lm - 750lm', '', 'On/Off', '', '', 'Ideal solution for architectural facades', 'http://www.heper.eu/en/product/163/dogo', 'http://www.heper.eu/admin/files/downloads/LW6048.575-datasheet-EN.pdf', '2017-10-05', '2018-05-10', '0000-00-00', ''),
(1828, 192, 'LW7032', 'HPR_LW7032-693', 'LW7032-693', 'LW7032-693. Trola.', 1, 0, '', '3000K, 4000K', '70, 80', '10W', '350lm - 400lm', '', 'On/Off', '', 'Symmetrical', 'Ideal solution for architectural facades', 'http://www.heper.eu/en/product/165/trola', 'http://www.heper.eu/admin/files/downloads/LW7032.693-datasheet-EN.pdf', '2016-08-31', '2018-05-10', '0000-00-00', ''),
(1829, 195, 'SGH', 'ING_SGH', 'SGH', 'SGH. Saga Recessed Step Light.', 1, 0, '', '2700-4000K', '>80', '8.7 W', '950 lm', '', '', '120-277V', '', 'The Saga series step light is a recessed luminaire for low-level wall or step lighting for use in wet locations (indoor/outdoor).', 'https://www.intrigueled.com/products/recessed-step-light/saga/', 'https://www.intrigueled.com/app/download/763951314/SAGA+LED+WHL+steplight_spec.pdf', '2016-06-23', '2018-05-10', '0000-00-00', ''),
(1830, 192, 'LB6011', 'HPR_LB6011-513-Sym', 'LB6011-513-Sym', 'LB6011-513-Sym. Orion.', 1, 0, '', '3000K, 4000K', '70', '20W', '1500lm - 1900lm', '', 'On/Off', '', 'Symmetrical', 'Ideal solution for landscape areas', 'http://www.heper.eu/en/product/158/orion', 'http://www.heper.eu/admin/files/downloads/LB6011.513-Sym-datasheet-EN.pdf', '2017-10-03', '2018-05-10', '0000-00-00', ''),
(1831, 192, 'LB6009', 'HPR_LB6009-202', 'LB6009-202', 'LB6009-202. TROLI TC-D.', 1, 0, '', '4000K', '80', '18 W', '1200 lm', '', '', '', 'Symmetrical', 'Ideal solution for landscape like walking paths, parks, recreational', 'http://www.heper.eu/en/product/314/troli-cfl', 'http://www.heper.eu/admin/files/downloads/LB6009.202-datasheet-EN.pdf', '2016-01-22', '2018-05-10', '0000-00-00', ''),
(1832, 195, 'CS', 'ING_CS', 'CS', 'CS. Charisma Wall Mount.', 1, 0, '', '3000-5000K', '80', '48W', '3,700 lm; 3,750 lm; 3,800 lm', '50,000 hours', 'Constant current LED driver', '120-277V', 'Direct; Indirect', 'The simple, elegant, and compact design of the Charisma series is perfect for both direct and indirect accent lighting applications.', 'https://www.intrigueled.com/products/wall-mount/charisma/', 'https://www.intrigueled.com/app/download/763842408/Charisma_Wall_WHL_LED_spec.pdf', '2016-05-13', '2018-05-10', '0000-00-00', ''),
(1833, 192, 'LL2031', 'HPR_LL2031-511', 'LL2031-511', 'LL2031-511. Kreis.', 1, 0, '', '3000K, 4000K', '70, 80', '60 W', '5400lm - 5600lm', '', 'On/Off', '', 'Symmetrical', 'Ideal solution for landscape areas', 'http://www.heper.eu/en/product/125/kreis', 'http://www.heper.eu/admin/files/downloads/LL2031.511-datasheet-EN.pdf', '2018-03-15', '2018-05-10', '0000-00-00', ''),
(1834, 192, 'LP4024', 'HPR_LP4024-539-Sym', 'LP4024-539-Sym', 'LP4024-539-Sym. Terra.', 1, 0, '', '3000K, 4000K', '70', '54 W', '4000lm - 5000lm', '', 'DALI, AstroDIM, StepDIM', '', 'Symmetrical', 'Ideal solution for landscape areas', 'http://www.heper.eu/en/product/127/terra', 'http://www.heper.eu/admin/files/downloads/LP4024.539-Sym-datasheet-EN.pdf', '2017-09-20', '2018-05-10', '0000-00-00', ''),
(1835, 195, 'EC', 'ING_EC', 'EC', 'EC. Epic Pendant Mount.', 1, 0, '', '3000-5000K', '80', '37W', '3,700 lm; 3,750 lm; 3,800 lm', '50,000 hours', 'Constant current LED driver;', '120-277V', '', 'The classic contemporary style of the Epic series blends well into a variety of architectural styles, both past and present. Appropriate for pedestrian scale installations, the varied pendant mounting length\r\noptions provide an aesthetic appeal.', 'https://www.intrigueled.com/products/pendant-mount/epic/', 'https://www.intrigueled.com/app/download/763843539/Epic+Pendant+Mount_LED_spec.pdf', '2016-05-25', '2018-05-10', '0000-00-00', ''),
(1836, 195, 'AR', 'ING_AR', 'AR', 'AR. Allure Bollard.', 1, 0, '', 'Amber', '', '33W', '2,000 lumens', '50,000 hours', 'Constant current LED driver;', '120-277V', 'Asymmetric', 'The cast louvers on the Allure Bollard provide excellent downward light for low-level path and walkway applications requiring minimal illumination levels. Cast louvers shield the light source, providing full-cutoff light output (no light above 90).', 'https://www.intrigueled.com/products/turtle-friendly/allure-bollard/', 'https://www.intrigueled.com/app/download/763843770/Allure_Bollard_amber+LED_spec.pdf', '2016-05-13', '2018-05-10', '0000-00-00', ''),
(1837, 195, 'LEF', 'ING_LEF', 'LEF', 'LEF. Full Cutoff Large Eurotech Pole Mount.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '37 W, 55 W, 70 W', '3,840 - 7,685 lumens', '50,000 hrs', '', '120-277V', 'Type V', 'Large Eurotech Full-Cutoff is a fully shielded full-cutoff fixture. The LED module is positioned in the upper housing above the shade providing full cutoff per IESNA standards.', 'https://www.intrigueled.com/products/pole-mount/large-eurotech-full-cutoff/', 'https://www.intrigueled.com/app/download/764946071/Large+Eurotech+Full+Cutoff_WHL_LED_spec.pdf', '2016-12-07', '2018-05-10', '0000-00-00', ''),
(1838, 195, 'SL', 'ING_SL', 'SL', 'SL. Solitaire Wall Pack.', 1, 0, '', '2700K, 3000K, 3500K, 4000K, 5000K', '80', '15 W, 16 W', '1,240 - 1,470', '', '', '120-277V', '', 'The Solitaire Series is perfect for areas where good illumination in a decorative package is desired.', 'https://www.intrigueled.com/products/surface-wall-pack/solitaire/', 'https://www.intrigueled.com/app/download/763816964/Solitaire+Surface+LED_spec.pdf', '2016-05-11', '2018-05-10', '0000-00-00', ''),
(1839, 195, 'CT', 'ING_CT', 'CT', 'CT. Citation Pendant Mount.', 1, 0, '', '3000K, 3500K, 4000K, 5000K', '80', '37 W', '3,700 - 3,800 lumens', '50,000 hours', 'Constant current LED driver;', '120V, 277V', 'Direct', 'The open birdcage and swept shade of the Citation provides a decorative uplight component in a classic fixture. Appropriate for pedestrian scale installations, the varied mounting configurations provide an appeal across a variety of installations.', 'https://www.intrigueled.com/products/pendant-mount/citation/', 'https://www.intrigueled.com/app/download/763843165/Citation+Pendant+Mount_LED+spec.pdf', '2016-04-19', '2018-05-10', '0000-00-00', ''),
(1840, 195, 'EP', 'ING_EP', 'EP', 'EP. Espial Bollard.', 1, 0, '', '2700K, 3000K, 3500K, 4000K', '80', '10.5 W, 14.5 W, 21 W', '1,000 - 2,200 lumens', '50,000 hours', 'dimmable with trailing edge dimmers', '120-277V', 'Asymmetric', 'The high reflectance louvers within the Espial Bollard increase area illuminance for security, pathway, and entrance lighting.', 'https://www.intrigueled.com/products/bollard/espial/', 'https://www.intrigueled.com/app/download/763839649/Espial_LED+Bollard_spec.pdf', '2016-05-12', '2018-05-10', '0000-00-00', ''),
(1841, 196, '', 'ILP_Edgelit-Lightpanels', 'Edgelit-Lightpanels', 'Edgelit-Lightpanels.', 1, 0, '', '3000K, 4000K, 5000K,  5800K, RGB', '80+', 'up to 240W', '', '50,000 hours', '', '12VDC or 24VDC', '', '', 'http://www.lightpanelsled.com/lightpanels.html', 'http://nebula.wsimg.com/86b120c2f3b36317c8c6ddc99ec6ffb0?AccessKeyId=9DA2CF21C05D2F3E42B5&disposition=0&alloworigin=1', '2016-08-12', '2018-05-10', '0000-00-00', ''),
(1842, 196, '', 'ILP_Fabric-Frame', 'Fabric-Frame', 'Fabric-Frame.', 1, 0, '', '3000K, 4000K, 5000K,  5800K', '', '60 W, 96 W', '', '50,000 hours', '', '12VDC or 24VDC', '', 'For a trimless effect the Thinlite fabric backlit lightbox offers the best solution. Incorporating the dual line etch lightpanel along with a custom backlit coated polyester fabric. A dye-sub printed & sewn with gasket edging for smooth non-glare finish with excellent color match, even illumination and a thin frame. Fabric frame lightboxes are ideal for large images up to 48” x Specified Length. Fabric is washable', 'http://www.lightpanelsled.com/fabric-frame-lightbox.html', 'http://nebula.wsimg.com/909cc5e96766589c04a5c23a10388152?AccessKeyId=9DA2CF21C05D2F3E42B5&disposition=0&alloworigin=1', '2016-08-12', '2018-05-10', '0000-00-00', '');
INSERT INTO `families` (`family_id`, `manf_id`, `family_group`, `family_code`, `family_name_1`, `family_name`, `active`, `featured`, `slider_sku`, `cct`, `cri`, `watt`, `lumens`, `hours`, `dimming`, `voltage`, `distribution`, `description`, `url`, `spec_url`, `pdf_date`, `dt`, `date_created`, `revision`) VALUES
(1843, 196, '', 'ILP_Shelf-Lights', 'Shelf-Lights', 'Shelf-Lights.', 1, 0, '', '3000K, 4000K, 5000K, 5800K', '', '60 W', '', '50,000 hours', '', '12V DC', '', 'The illuminated shelf panel is edgelit with LEDs mounted to an aluminum extrusion. Every panel is distinctly laser-etched based on size and thickness of the acrylic sheet to provide the most evenly lit light panel on the market. The cast acrylic sheets are a rigid thermoplastic material with many times the durability of glass. The longest side(s) will be edge lit. Includes 36 inch lead wire with DC plug.', 'http://www.lightpanelsled.com/retail-display.html', 'http://nebula.wsimg.com/1c2f3649e5793267c5c19afba3f816aa?AccessKeyId=9DA2CF21C05D2F3E42B5&disposition=0&alloworigin=1', '2016-08-12', '2018-05-10', '0000-00-00', ''),
(1844, 197, 'Plexineon-White', 'ILT_Plexineon-White-1X', 'Plexineon-White-1X', 'Plexineon-White-1X.', 1, 0, '', '2800K, 3500K, 4500K, 6500K', '', '', '', '', '0-10V, DMX/RDM', '24V', 'Direct, indirect', 'iLight’s award-winning Plexineon White Luminaires provides white light with unsurpassed even illumination for indirect and direct view applications. iLight’s patented light conversion technology using blue LEDs and a unique remote phosphor system also gives you with stable, longer-lasting whites. As with all Plexineon products, the White Luminaires is durable, easy to install and cool to the touch, making it a superior white light solution.', 'https://www.ilight-tech.com/products/plexineon-white-linear-luminaires/', 'https://www.ilight-tech.com/wp-content/uploads/2017/08/Plexineon-White-1X-Series-Template_Layout-1-1-7-2017-B-003.pdf', '2017-08-08', '2018-05-10', '0000-00-00', ''),
(1845, 197, 'Plexineon-White', 'ILT_Plexineon-White-2X', 'Plexineon-White-2X', 'Plexineon-White-2X.', 1, 0, '', '2800K, 3500K, 4500K, 6500K', '', '', '', '', '0-10, DMX/RDM', '24V', 'Direct, indirect', 'iLight’s award-winning Plexineon White Luminaires provides white light with unsurpassed even illumination for indirect and direct view applications. iLight’s patented light conversion technology using blue LEDs and a unique remote phosphor system also gives you with stable, longer-lasting whites. As with all Plexineon products, the White Luminaires is durable, easy to install and cool to the touch, making it a superior white light solution.', 'https://www.ilight-tech.com/products/plexineon-white-linear-luminaires/', 'https://www.ilight-tech.com/wp-content/uploads/2017/08/Plexineon-White-2X-Series-Template_Layout-1-1-7-2017-B-004.pdf', '2017-08-08', '2018-05-10', '0000-00-00', ''),
(1846, 197, 'Plexineon-Color', 'ILT_Plexineon-Color-BLU', 'Plexineon-Color-BLU', 'Plexineon-Color-BLU. Blue, Green, Magenta, Rose, Teal, Yellow.', 1, 0, '', 'RGB', '', '', '', '', '0-10V, DMX/RDM', '24V', 'Direct, indirect', 'iLight’s award-winning Plexineon Color Luminaires provides light with unsurpassed even illumination for indirect and direct view applications. As with all Plexineon products, the Color Luminaires is durable, easy to install and cool to the touch, making it a superior lighting solution.', 'https://www.ilight-tech.com/products/plexineon-color-linear-luminaires/', 'https://www.ilight-tech.com/wp-content/uploads/2017/08/Plexineon-Color-Series-BLU_GRN_MAG_ROS_TEA_YEL-Spec-Sheet-7-2017-B.pdf', '2017-08-08', '2018-05-10', '0000-00-00', ''),
(1847, 197, 'Plexineon-Color', 'ILT_Plexineon-Color-AMB', 'Plexineon-Color-AMB', 'Plexineon-Color-AMB. Amber, Orange, Red, Daytime Red.', 1, 0, '', 'RGB', '', '', '', '', '0-10V, DMX/RDM', '24V', 'Direct, indirect', 'iLight’s award-winning Plexineon Color Luminaires provides light with unsurpassed even illumination for indirect and direct view applications. As with all Plexineon products, the Color Luminaires is durable, easy to install and cool to the touch, making it a superior lighting solution.', 'https://www.ilight-tech.com/products/plexineon-color-linear-luminaires/', 'https://www.ilight-tech.com/wp-content/uploads/2017/08/Plexineon-Color-Series-AMB_ORG_RED_DRD-Spec-Sheet-7-2017-B.pdf', '2017-08-08', '2018-05-10', '0000-00-00', ''),
(1848, 197, 'T01-WH', 'ILT_T01-WHF-RD-01', 'T01-WHF-RD-01', 'T01-WHF-RD-01. Handrail Lighting System.', 1, 0, '', '3500K, 4000K, 6500K', '', '', '202, 210, 248 lumens/foot', '', 'Pulse Width Modulation', '24V', '59º asymmetrical, 65º symmetrical, 120º symmetrical', 'For more than a decade, iLight has been manufacturing an LED Handrail Lighting System, as an OEM, for the largest manufacturer of architectural hardware, C.R. Laurence. iLight is pleased to now offer an upgraded handrail lighting system exclusively to the specification market through iLight’s architectural representatives. When you specify the iLight Handrail Light System and compatible handrail hardware from C.R. Laurence (CRL), you get the best of all worlds: an LED light engine designed and manufactured by an expert in LED lighting, iLight; handrail hardware designed and built by CRL, the leader in architectural hardware; and a team, iLight and CRL, that has been working together more than 10 years to provide illuminated handrails that perform successfully in the field.', 'https://www.ilight-tech.com/products/handrail-lighting-system/', 'https://www.ilight-tech.com/wp-content/uploads/2017/06/Handrail-Lighting-System-Sales-Sheet-201-706-26-v2.pdf', '2017-06-27', '2018-05-10', '0000-00-00', ''),
(1849, 197, 'T01-WH', 'ILT_T01-24WHA-B-L0-01', 'T01-24WHA-B-L0-01', 'T01-24WHA-B-L0-01. Handrail Lighting System.', 1, 0, '', '3500K, 6500K', '', '', '202, 248 lumens/foot', '50,000 hours', 'Pulse Width Modulation', '24V', '59º asymmetrical, 65º symmetrical, 120º symmetrical', 'For more than a decade, iLight has been manufacturing an LED Handrail Lighting System, as an OEM, for the largest manufacturer of architectural hardware, C.R. Laurence. iLight is pleased to now offer an upgraded handrail lighting system exclusively to the specification market through iLight’s architectural representatives. When you specify the iLight Handrail Light System and compatible handrail hardware from C.R. Laurence (CRL), you get the best of all worlds: an LED light engine designed and manufactured by an expert in LED lighting, iLight; handrail hardware designed and built by CRL, the leader in architectural hardware; and a team, iLight and CRL, that has been working together more than 10 years to provide illuminated handrails that perform successfully in the field.', 'https://www.ilight-tech.com/products/handrail-lighting-system/', 'https://www.ilight-tech.com/wp-content/uploads/2017/03/iLight-Handrail-Lighting-System-Spec-Sheet-2017-03b-1.pdf', '2017-03-06', '2018-05-10', '0000-00-00', '');

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

--
-- Table structure for table `family_images`
--

CREATE TABLE `family_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `family_id` int(10) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `family_images`:
--   `family_id`
--       `families` -> `family_id`
--

--
-- Dumping data for table `family_images`
--

INSERT INTO `family_images` (`image_id`, `family_id`, `img_src`, `alt_name`) VALUES
(2162, 47, 'McGraw-Edison_MGE_GLEON-AE_1.jpg', 'McGraw-Edison Galleon LED. GLEON-AE.'),
(2163, 27, 'Juno_Lighting_JNO_T254L_1.jpg', 'Juno T254L. Trac-Master® Cylindra™.'),
(2164, 28, 'Juno_Lighting_JNO_T257LED_1.jpg', 'Juno T257LED. Trac-Master® Cylindra™.'),
(2165, 29, 'Juno_Lighting_JNO_T262L_1.jpg', 'Juno T262L. Trac-Master® Avant Garde Conix® II.'),
(2166, 1, 'Portfolio_PRF_LDA4A-4L_1.jpg', 'LDA4A-4L. Adjustable Downlight.'),
(2167, 2, 'Portfolio_PRF_LDA4A-4LAPIN_1.jpg', 'LDA4A-4LAPIN. Adjustable Pinhole.'),
(2168, 3, 'Portfolio_PRF_LDA4A-4LWW_1.jpg', 'LDA4A-4LWW.'),
(2185, 12, 'Gotham_Lighting_GTM_ICO-CYL-6_1.jpg', 'Gotham Lighting ICO-CYL-6. 6\" Incito LED Cylinder.'),
(2186, 12, 'Gotham_Lighting_GTM_ICO-CYL-6_2.jpg', 'Gotham Lighting ICO-CYL-6. 6\" Incito LED Cylinder.'),
(2187, 12, 'Gotham_Lighting_GTM_ICO-CYL-6_3.jpg', 'Gotham Lighting ICO-CYL-6. 6\" Incito LED Cylinder.'),
(2188, 13, 'Focal_Point_FOP_FLC44D_1.jpg', 'Focal Point FLC44D. ID+ 4.5\" x 4.5\" Downlight.'),
(2189, 13, 'Focal_Point_FOP_FLC44D_2.jpg', 'Focal Point FLC44D. ID+ 4.5\" x 4.5\" Downlight.'),
(2190, 13, 'Focal_Point_FOP_FLC44D_3.jpg', 'Focal Point FLC44D. ID+ 4.5\" x 4.5\" Downlight.'),
(2191, 14, 'Focal_Point_FOP_FNVL-22-AC_1.jpg', 'Focal Point FNVL-22-AC. Nivo® 2x2 Droped Solid Diffuser.'),
(2192, 14, 'Focal_Point_FOP_FNVL-22-AC_2.jpg', 'Focal Point FNVL-22-AC. Nivo® 2x2 Droped Solid Diffuser.'),
(2193, 15, 'Focal_Point_FOP_FNVL-22-ACZ_1.jpg', 'Focal Point FNVL-22-ACZ. Nivo® 2x2 Flush Solid Diffuser.'),
(2194, 15, 'Focal_Point_FOP_FNVL-22-ACZ_2.jpg', 'Focal Point FNVL-22-ACZ. Nivo® 2x2 Flush Solid Diffuser.'),
(2195, 16, 'Focal_Point_FOP_FNVL-22-AX_1.jpg', 'Focal Point FNVL-22-AX. Nivo® 2x2 Dropped Hollow Diffuser.'),
(2196, 16, 'Focal_Point_FOP_FNVL-22-AX_2.jpg', 'Focal Point FNVL-22-AX. Nivo® 2x2 Dropped Hollow Diffuser.'),
(2197, 17, 'Focal_Point_FOP_FSM2LS-FL_1.jpg', 'Focal Point FSM2LS-FL. Seem 2 LED Suspended.'),
(2198, 17, 'Focal_Point_FOP_FSM2LS-FL_2.jpg', 'Focal Point FSM2LS-FL. Seem 2 LED Suspended.'),
(2199, 17, 'Focal_Point_FOP_FSM2LS-FL_3.jpg', 'Focal Point FSM2LS-FL. Seem 2 LED Suspended.'),
(2201, 18, 'Element_Lighting_ELM_EBY-L-LO_1.jpg', 'Element Lighting EBY-L-LO. Build-Your-Own Multiples Open.'),
(2202, 19, 'Element_Lighting_ELM_E3R-F-B_1.jpg', 'Element Lighting 3\" Round LED Adjustable Downlight.'),
(2203, 19, 'Element_Lighting_ELM_E3R-F-F_3.jpg', 'Element Lighting 3\" Round LED Adjustable Downlight.'),
(2204, 19, 'Element_Lighting_ELM_E3R-F-B_1.jpg', 'Element Lighting 3\" Round LED Adjustable Downlight.'),
(2205, 20, 'Element_Lighting_ELM_E3R-F-F_1.jpg', 'Element Lighting E3R-F-F. 3\" Round LED Adjustable Downlight Flanged Flat.'),
(2206, 20, 'Element_Lighting_ELM_E3R-F-F_4.jpg', 'Element Lighting E3R-F-F. 3\" Round LED Adjustable Downlight Flanged Flat.'),
(2207, 20, 'Element_Lighting_ELM_E3R-F-F_3.jpg', 'Element Lighting E3R-F-F. 3\" Round LED Adjustable Downlight Flanged Flat.'),
(2208, 21, 'Element_Lighting_ELM_E3R-L-B_1.jpg', 'Element Lighting 3\" Round LED Adjustable Downlight.'),
(2209, 21, 'Element_Lighting_ELM_E3R-F-F_4.jpg', 'Element Lighting 3\" Round LED Adjustable Downlight.'),
(2210, 21, 'Element_Lighting_ELM_E3R-F-F_3.jpg', 'Element Lighting 3\" Round LED Adjustable Downlight.'),
(2211, 22, 'Element_Lighting_ELM_E3R-L-F_1.jpg', 'Element Lighting E3R-L-F. 3\" Round LED Adjustable Downlight Flangless Flat.'),
(2212, 22, 'Element_Lighting_ELM_E3R-L-F_2.jpg', 'Element Lighting E3R-L-F. 3\" Round LED Adjustable Downlight Flangless Flat.'),
(2213, 22, 'Element_Lighting_ELM_E3R-L-F_3.jpg', 'Element Lighting E3R-L-F. 3\" Round LED Adjustable Downlight Flangless Flat.'),
(2214, 23, 'Element_Lighting_ELM_E3S-F-B_1.jpg', 'Element Lighting E3S-F-B. 3\" Square LED Adjustable Downlight Flanged Bevel.'),
(2215, 24, 'Element_Lighting_ELM_E3S-F-F_1.jpg', 'Element Lighting E3S-F-F. 3\" Square LED Adjustable Downlight Flanged Flat.'),
(2216, 25, 'Element_Lighting_ELM_E3S-L-B_1.jpg', 'Element Lighting E3S-L-B. 3\" Square LED Adjustable Downlight Flangless Bevel.'),
(2217, 26, 'Element_Lighting_ELM_E3S-L-F_1.jpg', 'Element Lighting E3S-L-F. 3\" Square LED Adjustable Downlight Flangless Flat.'),
(2218, 30, 'Lumenwerx_LWX_NOVRF14_1.jpg', 'Lumenwerx NOVRF14. NOVA 14 LED FLAT.'),
(2219, 31, 'Lumenwerx_LWX_NOVRF22_1.jpg', 'Lumenwerx NOVRF22. NOVA 22 LED FLAT.'),
(2220, 32, 'Lumenwerx_LWX_NOVRS22_1.jpg', 'Lumenwerx NOVRS22. NOVA 22 LED SLOPE.'),
(2221, 33, 'Lumenwerx_LWX_NOVRS14_1.jpg', 'Lumenwerx NOVRS14. NOVA 14 LED SLOPE.'),
(2222, 34, 'Lumenwerx_LWX_VIA3PD_1.jpg', 'Lumenwerx VIA3PD. VIA 3 LED PENDANT.'),
(2230, 36, 'Bega_Lighting_BGA_3136LED_1.jpg', 'Bega Lighting 3136LED. Impact resistant ceiling and wall luminaires.  3136LED'),
(2231, 36, 'Bega_Lighting_BGA_3136LED_2.jpg', 'BGA. Impact resistant ceiling and wall luminaires. Unshielded. 3136LED'),
(2232, 37, 'Bega_Lighting_BGA_3405LED-538_1.jpg', 'Bega Lighting 33 405. LED surface wall with crystal glass - one sided light distribution.'),
(2233, 38, 'Bega_Lighting_BGA_8977LED_1.jpg', 'Bega Lighting 88 977. Linear element - rectangular w/ tiltable distribution.'),
(2234, 38, 'Bega_Lighting_BGA_8977LED_2.jpg', 'Bega Lighting 88 977. Linear element - rectangular w/ tiltable distribution.'),
(2235, 38, 'Bega_Lighting_BGA_8977LED_3.jpg', 'Bega Lighting 88 977. Linear element - rectangular w/ tiltable distribution.'),
(2236, 39, 'Architectural_Lighting_Works_ALW_CLA_1.jpg', 'CLA. CLARA Suspended.'),
(2237, 40, 'Architectural_Lighting_Works_ALW_LP9HY_1.jpg', 'LP9HY. LIGHTPLANE 9 HYWIRE.'),
(2238, 43, 'Birchwood_Lighting_BWD_JAK-LED_1.jpg', 'Birchwood Lighting JAKE LED. 1.65” 2.25” 3.25” 5.00” Trim/Trimless, T-Grid.'),
(2239, 43, 'Birchwood_Lighting_BWD_JAK-LED_2.jpg', 'Birchwood Lighting JAKE LED. 1.65” 2.25” 3.25” 5.00” Trim/Trimless, T-Grid.'),
(2240, 44, 'Birchwood_Lighting_BWD_KEL-LED_1.jpg', 'Birchwood Lighting KEL-LED. 1.25”, 2.25”, 3.25” Square Linear LED.'),
(2241, 44, 'Birchwood_Lighting_BWD_KEL-LED_2.jpg', 'Birchwood Lighting KEL-LED. 1.25”, 2.25”, 3.25” Square Linear LED.'),
(2242, 44, 'Birchwood_Lighting_BWD_KEL-LED_3.jpg', 'Birchwood Lighting KEL-LED. 1.25”, 2.25”, 3.25” Square Linear LED.'),
(2243, 48, 'Moda_Light_MDL_SNX-F_1.jpg', 'Moda Lighting SNX-F. SUPER NEON X FLAT.'),
(2244, 48, 'Moda_Light_MDL_SNX-F_2.jpg', 'Moda Lighting SNX-F. SUPER NEON X FLAT.'),
(2245, 49, 'Moda_Light_MDL_SNX-FC_1.jpg', 'Moda Lighting SNX-FC. SUPER NEON X FLAT COLOR.'),
(2246, 49, 'Moda_Light_MDL_SNX-FC_2.jpg', 'Moda Lighting SNX-FC. SUPER NEON X FLAT COLOR.'),
(2247, 49, 'Moda_Light_MDL_SNX-FC_3.jpg', 'Moda Lighting SNX-FC. SUPER NEON X FLAT COLOR.'),
(2249, 50, 'Moda_Light_MDL_SNE_1.jpg', 'Moda Lighting SNE. SUPER NEON EDGE.'),
(2250, 50, 'Moda_Light_MDL_SNX-F_2.jpg', 'Moda Lighting SNE. SUPER NEON EDGE.'),
(2251, 51, 'Moda_Light_MDL_SNE-C_1.jpg', 'Moda Lighting SNE-C. SUPER NEON EDGE COLOR.'),
(2252, 51, 'Moda_Light_MDL_SNE-C_2.jpg', 'Moda Lighting SNE-C. SUPER NEON EDGE COLOR.'),
(2253, 51, 'Moda_Light_MDL_SNE-C_3.jpg', 'Moda Lighting SNE-C. SUPER NEON EDGE COLOR.'),
(2255, 52, 'Delta-Light-DLT-1-HP_1.jpg', 'Delta Light 1-HP. GRID IN TRIMLESS LED.'),
(2256, 53, 'Delta-Light-DLT-2-HP_1.jpg', 'Delta Light 2-HP. GRID IN TRIMLESS LED.'),
(2257, 54, 'KIM_Lighting_KIM_ARX09_1.jpg', 'KIM Lighting ARX09. ArcheType X™ Site/Area With Lens.'),
(2258, 55, 'KIM_Lighting_KIM_ARX16_1.jpg', 'KIM Lighting ARX16. ArcheType X™ Site/Area With Lens.'),
(2259, 56, 'KIM_Lighting_KIM_ARX25_1.jpg', 'KIM Lighting ARX25. ArcheType X™ Site/Area With Lens.'),
(2260, 57, 'Dasal-Lighting-DSL-MX1-TL-XIC_1.jpg', 'Dasal Lighting MX1-TL-XIC. Matrix 1 LED - TL.'),
(2261, 58, 'Dasal-Lighting-DSL-MX2-TL-XIC_1.jpg', 'Dasal Lighting MX1-TL-XIC. Matrix 1 LED - TL.'),
(2262, 59, 'Dasal-Lighting-DSL-MX3-TL-XIC_1.jpg', 'Dasal Lighting MX3-TL-XIC. Matrix 3 LED - TL.'),
(2263, 60, 'Dasal-Lighting-DSL-MX4-TL-XIC_1.jpg', 'Dasal Lighting MX4-TL-XIC. Matrix 4 LED - TL.'),
(2264, 61, 'Dasal-Lighting-DSL-MX6-TL-XIC_1.jpg', 'Dasal Lighting MX6-TL-XIC. Matrix 6 LED - TL.'),
(2265, 62, 'Dasal-Lighting-DSL-MX4-22-TL-XIC_1.jpg', 'Dasal Lighting MX4-22-TL-XIC. Matrix 4(2x2) LED - TL.'),
(2266, 63, 'Gardco_GDR_SFP_1.jpg', 'Gardco SFP. SlenderForm Post Top LED.'),
(2267, 64, 'Halo_Lighting_HLO_ELG4069_1.jpg', 'Halo ELG4069. H4 LED Gen2 Adjustable Gimbals.'),
(2268, 65, 'Halo_Lighting_HLO_ELGS4069_1.jpg', 'Halo ELGS4069. H4 LED Gen2 Adjustable Gimbals. Square.'),
(2269, 66, 'Designplan-DPL-SP613_1.jpg', 'Designplan STEP 6.3. 2\" Square LED Recessed Wall Mount. SP613.'),
(2270, 67, 'Designplan-DPL-CB5910_1.jpg', 'Designplan CB5910. Bright 5.9 LED In Grade Uplight.'),
(2271, 68, 'Lumenpulse_LMP_LBX_1.jpg', 'Lumenpulse LBX. Lumenbeam LBX Dynamic White.'),
(2272, 68, 'Lumenpulse_LMP_LBX_2.jpg', 'Lumenpulse LBX. Lumenbeam LBX Dynamic White.'),
(2273, 69, 'Lumenpulse_LMP_LOI_1.jpg', 'Lumenpulse LOI. Inground Color Changing.'),
(2274, 69, 'Lumenpulse_LMP_LOI_2.jpg', 'Lumenpulse LOI. Inground Color Changing.'),
(2275, 113, 'LBX_DWH_1.jpg', 'Lumenpulse LBX DWH. Lumenbeam LBX Dynamic White.'),
(2276, 113, 'LBX_DWH_2.jpg', 'Lumenpulse LBX DWH. Lumenbeam LBX Dynamic White.'),
(2277, 113, 'LBX_DWH_3.jpg', 'Lumenpulse LBX DWH. Lumenbeam LBX Dynamic White.'),
(2279, 114, 'LBLP_Color_Changing_01.jpg', 'Lumenpulse LBLP. Lumenbeam Large Pendant Color Changing.'),
(2280, 114, 'LBLP_Color_Changing_02.jpg', 'Lumenpulse LBLP. Lumenbeam Large Pendant Color Changing.'),
(2281, 114, 'LBLP_Color_Changing_03.jpg', 'Lumenpulse LBLP. Lumenbeam Large Pendant Color Changing.'),
(2282, 115, 'LACYM_01.jpg', 'Lumenpulse LACYM. Lumenalpha Cylinders Medium Pendant.'),
(2283, 115, 'LACYM_02.jpg', 'Lumenpulse LACYM. Lumenalpha Cylinders Medium Pendant.'),
(2284, 115, 'LACYM_03.jpg', 'Lumenpulse LACYM. Lumenalpha Cylinders Medium Pendant.'),
(2285, 116, 'LAMC3_01.jpg', 'Lumenpulse LAMC3. Lumenalpha Downlight Multi 3.'),
(2286, 116, 'LAMC3_02.jpg', 'Lumenpulse LAMC3. Lumenalpha Downlight Multi 3.'),
(2287, 116, 'LAMC3_03.jpg', 'Lumenpulse LAMC3. Lumenalpha Downlight Multi 3.'),
(2288, 117, 'LAMC1_02.jpg', 'Lumenpulse LAMC1. Lumenalpha Downlight Multi 1.'),
(2289, 117, 'LAMC1_03.jpg', 'Lumenpulse LAMC1. Lumenalpha Downlight Multi 1.'),
(2290, 117, 'LAMC1_04.jpg', 'Lumenpulse LAMC1. Lumenalpha Downlight Multi 1.'),
(2292, 70, 'RSA_Lighting_RSA_CX_1.jpg', 'RSA Lighting CX. Combolight Gen 3 4 Square LED Modules Multi-Lamp Recessed.'),
(2293, 71, 'RSA_Lighting_RSA_C6_1.jpg', 'RSA Lighting C6. Combolight Gen 3 6 LED Modules Multi-Lamp Recessed.'),
(2294, 72, 'RSA_Lighting_RSA_C5_1.jpg', 'RSA Lighting C5. Combolight Gen 3 5 LED Modules Multi-Lamp Recessed.'),
(2295, 73, 'RSA_Lighting_RSA_C4_1.jpg', 'RSA Lighting C4. Combolight Gen 3 4 LED Modules Multi-Lamp Recessed.'),
(2296, 74, 'RSA_Lighting_RSA_C3_1.jpg', 'RSA Lighting C3. Combolight Gen 3 3 LED Modules Multi-Lamp Recessed.'),
(2297, 75, 'RSA_Lighting_RSA_C2_1.jpg', 'RSA Lighting C2. Combolight Gen 3 2 LED Modules Multi-Lamp Recessed.'),
(2298, 76, 'RSA_Lighting_RSA_C1_1.jpg', 'RSA Lighting C1. Combolight Gen 3 1 LED Modules Multi-Lamp Recessed.'),
(2299, 77, 'AMETRIX-LC32_1.jpg', 'AMETRIX LC32-1.'),
(2300, 78, 'AMETRIX-LC32_1.jpg', 'AMETRIX LC32-2.'),
(2301, 79, 'ioLighting_IOL_0-08-C33_1.jpg', 'io Lighting 0-08-C33. Raye G2 Interior Cove Light.'),
(2302, 80, 'Lithonia_Lighting_LTL_DSXPG-LED_1.jpg', 'Lithonia Lighting DSXPG-LED. D-Series Parking Garage.'),
(2303, 80, 'Lithonia_Lighting_LTL_DSXPG_LED_2.jpg', 'Lithonia Lighting DSXPG-LED. D-Series Parking Garage.'),
(2304, 85, 'Lithonia_Lighting_LTL_IBL_1.jpg', 'Lithonia Lighting IBL. I-BEAM® LED High Bay.'),
(2305, 85, 'Lithonia_Lighting_LTL_IBL_2.jpg', 'Lithonia Lighting IBL. I-BEAM® LED High Bay.'),
(2306, 85, 'Lithonia_Lighting_LTL_IBL_3.jpg', 'Lithonia Lighting IBL. I-BEAM® LED High Bay.'),
(2311, 84, 'Edge_Lighting_EDG_SS3-RGB_1.jpg', 'Edge Lighting SS3-RGB. SS3 RGB SOFT STRIP.'),
(2312, 84, 'Edge-Lighting-EDG-SS3-RGB_2.jpg', 'Edge Lighting SS3-RGB. SS3 RGB SOFT STRIP.'),
(2313, 84, 'Edge-Lighting-EDG-SS3-RGB_3.jpg', 'Edge Lighting SS3-RGB. SS3 RGB SOFT STRIP.'),
(2314, 126, 'Edge-Lighting-EDG-SCO-1.jpg', 'Edge Lighting SCOPE LED.'),
(2315, 126, 'Edge-Lighting-EDG-SCO-2.jpg', 'Edge Lighting SCOPE LED.'),
(2316, 126, 'Edge-Lighting-EDG-SCO-3.jpg', 'Edge Lighting SCOPE LED.'),
(2318, 86, 'Edison_Price_EDP_MM-XTS-OG_1.jpg', 'Edison Price MM-XTS-OG. MiniMax LED NSP.'),
(2320, 88, 'Current_GEL_DS_1.jpg', 'Current DS. Lumination™ LED DS Series.'),
(2321, 88, 'Current_GEL_DS_2.jpg', 'Current DS. Lumination™ LED DS Series.'),
(2322, 88, 'Current_GEL_DS_3.jpg', 'Current DS. Lumination™ LED DS Series.'),
(2323, 89, 'Current_GEL_ET-22-A_1.jpg', 'Current ET-22-A. 2’ x 2’ Recessed Troffer Lumination™ LED Luminaires.'),
(2324, 89, 'Current_GEL_ET-22-A_2.jpg', 'Current ET-22-A. 2’ x 2’ Recessed Troffer Lumination™ LED Luminaires.'),
(2325, 89, 'Current_GEL_ET-22-A_3.jpg', 'Current ET-22-A. 2’ x 2’ Recessed Troffer Lumination™ LED Luminaires.'),
(2326, 90, 'Current_GEL_ET-14-A_1.jpg', 'Current ET-14-A. 1’ x 4’ Recessed Troffer Lumination™ LED Luminaires.'),
(2327, 90, 'Current_GEL_ET-14-A_2.jpg', 'Current ET-14-A. 1’ x 4’ Recessed Troffer Lumination™ LED Luminaires.'),
(2328, 90, 'Current_GEL_ET-14-A_3.jpg', 'Current ET-14-A. 1’ x 4’ Recessed Troffer Lumination™ LED Luminaires.'),
(2329, 91, 'Current_GEL_ET-24-A_1.jpg', 'Current ET-24-A. 2’ x 4’ Recessed Troffer Lumination™ LED Luminaires.'),
(2330, 91, 'Current_GEL_ET-24-A_2.jpg', 'Current ET-24-A. 2’ x 4’ Recessed Troffer Lumination™ LED Luminaires.'),
(2331, 92, 'Intense_Lighting_INL_CT6CDD_1.jpg', 'Intense Lighting CT6CDD. 6” Dynamic Dimming Cylinder.'),
(2332, 92, 'Intense_Lighting_INL_CT6CDD_2.jpg', 'Intense Lighting CT6CDD. 6” Dynamic Dimming Cylinder.'),
(2333, 93, 'Intense_Lighting_INL_MB3G2_1.jpg', 'Intense Lighting MB3G2. Vertical Round Accents.'),
(2334, 93, 'Intense_Lighting_INL_MB3G2_2.jpg', 'Intense Lighting MB3G2. Vertical Round Accents.'),
(2335, 94, 'Intense_Lighting_INL_SS4G2-IC430_1.jpg', 'Intense Lighting SS4G2-IC430. 4” LED General Illumination / Open Reflector.'),
(2336, 94, 'Intense_Lighting_INL_SS4G2-IC430_2.jpg', 'Intense Lighting SS4G2-IC430. 4” LED General Illumination / Open Reflector.'),
(2337, 94, 'Intense_Lighting_INL_SS4G2-IC430_3.jpg', 'Intense Lighting SS4G2-IC430. 4” LED General Illumination / Open Reflector.'),
(2339, 95, 'Intense_Lighting_INL_SS4G2-IC435_1.jpg', 'Intense Lighting SS4G2-IC435. 4” LED General Illumination / Wall Wash Reflector.'),
(2340, 95, 'Intense_Lighting_INL_SS4G2-IC435_2.jpg', 'Intense Lighting SS4G2-IC435. 4” LED General Illumination / Wall Wash Reflector.'),
(2341, 95, 'Intense_Lighting_INL_SS4G2-IC435_3.jpg', 'Intense Lighting SS4G2-IC435. 4” LED General Illumination / Wall Wash Reflector.'),
(2342, 96, 'Louis_Poulsen_LOU_LP_1.jpg', 'Louis Poulsen LP. LP Circle Recessed.'),
(2343, 96, 'Louis_Poulsen_LOU_LP_2.jpg', 'Louis Poulsen LP. LP Circle Recessed.'),
(2344, 98, 'Louis_Poulsen_LOU_LPGS_1.jpg', 'Louis Poulsen LPGS. LP Grand Suspended.'),
(2345, 98, 'Louis_Poulsen_LOU_LP_GS2.jpg', 'Louis Poulsen LPGS. LP Grand Suspended.'),
(2346, 99, 'Litecontrol_LIC_65L-P_1.jpg', 'Litecontrol 65L-P. Stance LED Pendant Indirect/Direct.'),
(2347, 99, 'Litecontrol_LIC_65L-P_2.jpg', 'Litecontrol 65L-P. Stance LED Pendant Indirect/Direct.'),
(2348, 102, 'Color_Kinetics_CKN_ColorFuse_Powercore_1.jpg', 'Color Kinetics ColorFuse-Powercore. Linear interior LED wall grazing fixture with intelligent color light.'),
(2349, 102, 'Color_Kinetics_CKN_ColorFuse_Powercore_2.jpg', 'Color Kinetics ColorFuse-Powercore. Linear interior LED wall grazing fixture with intelligent color light.'),
(2350, 102, 'Color_Kinetics_CKN_ColorFuse_Powercore_3.jpg', 'Color Kinetics ColorFuse-Powercore. Linear interior LED wall grazing fixture with intelligent color light.'),
(2351, 103, 'Color_Kinetics_CKN_eW_Fuse_Powercore_1.jpg', 'Color Kinetics eW Fuse Powercore. Linear interior LED wall grazing fixture with solidwhite light.'),
(2352, 103, 'Color_Kinetics_CKN_eW_Fuse_Powercore_2.jpg', 'Color Kinetics eW Fuse Powercore. Linear interior LED wall grazing fixture with solidwhite light.'),
(2353, 103, 'Color_Kinetics_CKN_eW_Fuse_Powercore_3.jpg', 'Color Kinetics eW Fuse Powercore. Linear interior LED wall grazing fixture with solidwhite light.'),
(2354, 109, 'Color_Kinetics_CKN_eW_Fuse_Powercore_with_Precision_Dimming_1.jpg', 'Color Kinetics eW Fuse Powercore with Precision Dimming.'),
(2355, 109, 'Color_Kinetics_CKN_eW_Fuse_Powercore_with_Precision_Dimming_2.jpg', 'Color Kinetics eW Fuse Powercore with Precision Dimming.'),
(2356, 109, 'Color_Kinetics_CKN_eW_Fuse_Powercore_with_Precision_Dimming_3.jpg', 'Color Kinetics eW Fuse Powercore with Precision Dimming.'),
(2357, 104, 'Traxon_TRX_1PXL_Board_DW_1.jpg', 'Traxon 1PXL. Board DW.'),
(2358, 104, 'Traxon_TRX_1PXL_Board_DW_2.jpg', 'Traxon 1PXL. Board DW.'),
(2359, 104, 'Traxon_TRX_1PXL_Board_DW_3.jpg', 'Traxon 1PXL. Board DW.'),
(2360, 105, 'Traxon_TRX_16PXL_Board_RGB_1.jpg', 'Traxon 16PXL. Board RGB.'),
(2361, 105, 'Traxon_TRX_16PXL_Board_RGB_2.jpg', 'Traxon 16PXL. Board RGB.'),
(2362, 105, 'Traxon_TRX_16PXL_Board_RGB_3.jpg', 'Traxon 16PXL. Board RGB.'),
(2363, 106, 'Hubbell_HBL_HBLH_1.jpg', 'Hubbell HBLH. Hazardous Location Flood Light.'),
(2364, 106, 'Hubbell_HBL_HBLH_2.jpg', 'Hubbell HBLH. Hazardous Location Flood Light.'),
(2365, 106, 'Hubbell_HBL_HBLH_3.jpg', 'Hubbell HBLH. Hazardous Location Flood Light.'),
(2366, 107, 'Hubbell_HBL_PROL_1.jpg', 'Hubbell PROL. Providence® Large.'),
(2367, 107, 'Hubbell_HBL_PROL_2.jpg', 'Hubbell PROL. Providence® Large.'),
(2368, 107, 'Hubbell_HBL_PROL_3.jpg', 'Hubbell PROL. Providence® Large.'),
(2369, 108, 'Hubbell_HBL_TRP_1.jpg', 'Hubbell TRP2. Geo Sconce LED Large.'),
(2370, 108, 'Hubbell_HBL_TRP_2.jpg', 'Hubbell TRP2. Geo Sconce LED Large.'),
(2371, 108, 'Hubbell_HBL_TRP_3.jpg', 'Hubbell TRP2. Geo Sconce LED Large.'),
(2372, 110, 'Lumiere_LMR_Cambria_203_1.jpg', 'Lumiere Cambria 203. Accent Fixture.'),
(2373, 110, 'Lumiere_LMR_Cambria_203_2.jpg', 'Lumiere Cambria 203. Accent Fixture.'),
(2374, 110, 'Lumiere_LMR_Cambria_203_3.jpg', 'Lumiere Cambria 203. Accent Fixture.'),
(2375, 118, 'KNL_HADL6_01.JPG', 'Kenall HADL6. Millenium Downlights.'),
(2376, 119, 'KNL_TPD23_01.JPG', 'Kenall TPD23. TopDek for Transportation.'),
(2377, 120, 'KNL_TD17_01.JPG', 'Kenall TD17. TekDek for Parking Garages.'),
(2378, 120, 'KNL_TD17_02.JPG', 'Kenall TD17. TekDek for Parking Garages.'),
(2379, 120, 'KNL_TD17_03.JPG', 'Kenall TD17. TekDek for Parking Garages.'),
(2380, 123, 'KNL_EPDL6_01.JPG', 'Kenall EPDL6. EnviroPro Downlights.'),
(2381, 124, 'KNL_CDL6_01.JPG', 'Kenall CDL6. SimpleSeal Downlights - Cleanroom & Containment.'),
(2382, 125, 'KNL_TPDPT26_01.JPG', 'Kenall TPDPT26.TopDek for Transportation.'),
(2383, 121, 'Icicle_Chandelier_01.jpg', 'Icicle Chandelier. ARTISAN.'),
(2384, 121, 'Icicle_Chandelier_02.jpg', 'Icicle Chandelier. ARTISAN.'),
(2385, 121, 'Icicle_Chandelier_03.jpg', 'Icicle Chandelier. ARTISAN.'),
(2387, 122, 'IO_BOX_01.jpg', 'LightArt I/O BOX. I/O Collection.'),
(2388, 122, 'IO_BOX_02.jpg', 'LightArt I/O BOX. I/O Collection.'),
(2389, 122, 'IO_BOX_03.jpg', 'LightArt I/O BOX. I/O Collection.'),
(2442, 146, 'Delta-Light-LINK-2-REO-2733_1.jpg', 'Delta Light 6 315 41 8223 W. LINK 2 REO 2733.'),
(2443, 146, 'Delta-Light-LINK-2-REO-2733_2.jpg', 'Delta Light 6 315 41 8223 W. LINK 2 REO 2733.'),
(2444, 146, 'Delta-Light-LINK-2-REO-2733_3.jpg', 'Delta Light 6 315 41 8223 W. LINK 2 REO 2733.'),
(2492, 141, 'Amerlux-SPEQ_1.jpg', 'Amerlux SPEQ-M.'),
(2493, 142, 'Amerlux-SPEQ_1.jpg', 'Amerlux SPEQ-L.'),
(2499, 139, 'Corelite-JAYLUM-Suspended_1.jpg', 'Corelite JAYLUM Suspended J3.'),
(2500, 137, 'Corelite-JAYLUM-Suspended_1.jpg', 'Corelite JAYLUM Suspended J2.'),
(2501, 136, 'Corelite-JAYLUM-Suspended_1.jpg', 'Corelite JAYLUM Suspended J2.'),
(2502, 136, 'Eaton-JAYLUM_2.jpg', 'Corelite JAYLUM Suspended J2.'),
(2503, 162, 'Beta-Calco-Ring-Wood_1.jpg', 'Beta Calco Lighting Ring-Wood. Pendant-modern.'),
(2504, 162, 'Beta-Calco-Ring-Wood_2.jpg', 'Beta Calco Lighting Ring-Wood. Pendant-modern.'),
(2505, 162, 'Beta-Calco-Ring-Wood_3.jpg', 'Beta Calco Lighting Ring-Wood. Pendant-modern.'),
(2513, 143, 'Amerlux-SPEQ_1.jpg', 'Amerlux SPEQ-S.'),
(2514, 166, 'Beta-Calco-Squiggle_1.jpg', 'Beta Calco Lighting Squiggle. Pendant-modern.'),
(2515, 166, 'Beta-Calco-Squiggle_2.jpg', 'Beta Calco Lighting Squiggle. Pendant-modern.'),
(2516, 166, 'Beta-Calco-Squiggle_3.jpg', 'Beta Calco Lighting Squiggle. Pendant-modern.'),
(2530, 155, 'HALO-SLD6xJB-LED_1.jpg', 'Halo SLD6xJB LED.'),
(2531, 155, 'HALO-SLD6xJB-LED_2.jpg', 'Halo SLD6xJB LED.'),
(2532, 155, 'SLD6xJB-LED_3.jpg', 'Halo SLD6xJB LED.'),
(2537, 161, 'HALO-SMD4-LED_1.jpg', 'Halo SMD4 LED.'),
(2538, 161, 'HALO-SMD4-LED_2.jpg', 'Halo SMD4 LED.'),
(2539, 161, 'HALO-SMD4-LED_3.jpg', 'Halo SMD4 LED.'),
(2546, 169, 'AMETRIX-ASYX2-WM_1.jpg', 'AMETRIX ASYX 2 - WM. Wall Mount.'),
(2547, 170, 'AMETRIX-ASYX2-DP_1.jpg', 'AMETRIX ASYX 2 - DP. Dual Pendant.'),
(2556, 175, 'Delta-Light-SUPERNOVA-XS-PIVOT-330-AD-DIM8_1.jpg', 'Delta Light 6 274 88 3224 AD ED8 W. SUPERNOVA XS PIVOT 330 AD DIM8.'),
(2557, 175, 'Delta-Light-SUPERNOVA-XS-PIVOT-330-AD-DIM8_2.jpg', 'Delta Light 6 274 88 3224 AD ED8 W. SUPERNOVA XS PIVOT 330 AD DIM8.'),
(2562, 177, 'Delta-Light-SUPERNOVA-XS-PIVOT-330-AD-DIM8_1.jpg', 'Delta Light 6 274 88 2515 AD ED8 W. SUPERNOVA XS PIVOT 260 AD DIM8.'),
(2563, 177, 'Delta-Light-SUPERNOVA-XS-PIVOT-330-AD-DIM8_2.jpg', 'Delta Light 6 274 88 2515 AD ED8 W. SUPERNOVA XS PIVOT 260 AD DIM8.'),
(2592, 201, 'Intense-Lighting-IQ_1.jpg', 'Intense Lighting IQ. ROUND ACCENT.'),
(2593, 202, 'Intense-Lighting-MXG2DRTL_1.jpg', 'Intense Lighting MXG2DRTL. 3.5\" MX G2 LED TRIMLESS DOWNLIGHT.'),
(2594, 190, 'Intense-Lighting-XS2T-WRT202_1.jpg', 'Intense Lighting XS2T-WRT202. 2\" XS LED WALL WASH.'),
(2595, 191, 'Intense-Lighting-XS2T-AST200_1.jpg', 'Intense Lighting XS2T-AST200. 2\" XS LED SQUARE ADJUSTABLE DOWNLIGHT.'),
(2596, 203, 'Intense-Lighting-MXG2DSTL_1.jpg', 'Intense Lighting MXG2DSTL. 3.5\" MX G2 LED SQUARE TRIMLESS DOWNLIGHT.'),
(2628, 207, 'IRIS_P3LED09-E3AA-E3AA20.jpg', 'IRIS PN3LED09. E3AA, E3AA20 LED Directional Angle Cut and Shallow Angle Cut 3.5\" Aperture.'),
(2629, 207, 'IRIS_P3LED09-E3AA-E3AA20_2.jpg', 'IRIS PN3LED09. E3AA, E3AA20 LED Directional Angle Cut and Shallow Angle Cut 3.5\" Aperture.'),
(2630, 208, 'IRIS-P3LED09-E3LWW.jpg', 'IRIS P3LED09-E3LWW. LED Lens Wall Wash 3.5\" Aperture.'),
(2631, 208, 'IRIS-P3LED09-E3LWW_2.jpg', 'IRIS P3LED09-E3LWW. LED Lens Wall Wash 3.5\" Aperture.'),
(2637, 205, 'DayBrite-TAB-LED_1.jpg', 'DayBrite TAB-LED. Tableau wall mount.'),
(2638, 205, 'DayBrite-TAB-LED_2.jpg', 'DayBrite TAB-LED. Tableau wall mount.'),
(2647, 200, 'Day-Brite-MAXFDPH_1.jpg', 'Day-Brite MAXFDPH. FDPH Square LED Series Maximum Security.'),
(2648, 200, 'Day-Brite-MAXFDPH_2.jpg', 'Day-Brite MAXFDPH. FDPH Square LED Series Maximum Security.'),
(2651, 209, 'Day-Brite-MEDFDPH_1.jpg', 'Day-Brite MEDFDPH. FDPH Square LED Series Maximum Security.'),
(2652, 209, 'Day-Brite-MEDFDPH_2.jpg', 'Day-Brite MEDFDPH FDPH Square LED Series Maximum Security.'),
(2658, 204, 'Day-Brite-K114_1.jpg', 'Day-Brite K114. Kleenseal 100 Recessed Cleanroom LED.'),
(2661, 211, 'Day-Brite-K124_1.jpg', 'Day-Brite K124. Kleenseal 100 Recessed Cleanroom LED.'),
(2662, 210, 'Day-Brite-K122_1.jpg', 'Day-Brite K122. Kleenseal 100 Recessed Cleanroom LED.'),
(2684, 206, 'IRIS-PN3LED12-E3PINL.jpg', 'IRIS PN3LED12-E3PINL. LED Directional Pinhole 1.5\" Aperture.'),
(2685, 206, 'IRIS-PN3LED12-E3PINL_2.jpg', 'IRIS PN3LED12-E3PINL. LED Directional Pinhole 1.5\" Aperture.'),
(2686, 149, 'Amerlux-C3R-A14-1.jpg', 'Amerlux C3R-A14-1.'),
(2687, 148, 'Amerlux-C3R-A14-2.jpg', 'Amerlux C3R-A14-2.'),
(2688, 145, 'Amerlux-C3R-A14-3.jpg', 'Amerlux C3R-A14-3.'),
(2689, 144, 'Amerlux-C3TV-A14.jpg', 'Amerlux C3TV-A14.'),
(2690, 150, 'Bartco-BSS420_1.jpg', 'Bartco BSS420. Wake.'),
(2691, 151, 'Bartco-BSS430_1.jpg', 'Bartco BSS430. Wake.'),
(2692, 153, 'Bartco-BSS500_1.jpg', 'Bartco BSS500. Tubular.'),
(2693, 154, 'Bartco-BSS610_1.jpg', 'Bartco BSS610. YoX.'),
(2694, 165, 'Beta-Calco-Puzzle_1.jpg', 'Beta Calco Lighting PUZZLE. Pendant-modern.'),
(2695, 165, 'Beta-Calco-Puzzle_2.jpg', 'Beta Calco Lighting PUZZLE. Pendant-modern.'),
(2696, 165, 'Beta-Calco-Puzzle_3.jpg', 'Beta Calco Lighting PUZZLE. Pendant-modern.'),
(2698, 167, 'Beta-Calco-510580_1.jpg', 'Beta Calco Lighting 51 0580. Xacara-Tiros Pendant.'),
(2699, 167, 'Beta-Calco-510580_2.jpg', 'Beta Calco Lighting 51 0580. Xacara-Tiros Pendant.'),
(2700, 168, 'Beta-Calco-Ring-Blade-IV_1.jpg', 'Beta Calco Lighting Blade-IV. Wall-Surface.'),
(2701, 168, 'Beta-Calco-Blade-IV_2.jpg', 'Beta Calco Lighting Blade-IV. Wall-Surface.'),
(2723, 213, 'Prudential-Lighting-OLV-40.jpg', 'Prudential Lighting OLV-40. Olive Pendant and Surface.'),
(2724, 213, 'Prudential-Lighting-OLV-40_2.jpg', 'Prudential Lighting OLV-40. Olive Pendant and Surface.'),
(2725, 213, 'Prudential-Lighting-OLV-40_3.jpg', 'Prudential Lighting OLV-40. Olive Pendant and Surface.'),
(2726, 212, 'Prudential-Lighting-OLV-30.jpg', 'Prudential Lighting OLV-30. Olive Pendant and Surface.'),
(2727, 212, 'Prudential-Lighting-OLV-30_2.jpg', 'Prudential Lighting OLV-30. Olive Pendant and Surface.'),
(2728, 212, 'Prudential-Lighting-OLV-30_3.jpg', 'Prudential Lighting OLV-30. Olive Pendant and Surface.'),
(2731, 215, 'Corelite-Hugo-HGL_1.jpg', 'Corelite Hugo-HGL. Hugo Suspended LED.'),
(2732, 214, 'Corelite-BRG-Metric_1.jpg', 'Corelite BRG-Metric. Bridge Metric Recessed LED.'),
(2733, 214, 'Corelite-BRG-Metric_2.jpg', 'Corelite BRG-Metric. Bridge Metric Recessed LED.'),
(2734, 216, 'Corelite-BRG_1.jpg', 'Corelite BRG. Bridge Recessed LED.'),
(2735, 216, 'Corelite-BRG_2.jpg', 'Corelite BRG. Bridge Recessed LED.'),
(2736, 129, 'Hubbell-CWM_1.jpg', 'Hubbell CWM Direct/Indirect.'),
(2737, 129, 'Hubbell-CWM_2.jpg', 'Hubbell CWM Direct/Indirect.'),
(2738, 127, 'Hubbell-KM4_1.jpg', 'Hubbell KM4. KicK Mini Small.'),
(2739, 152, 'ERCO-Pantrac_1.jpg', 'ERCO Pantrac.'),
(2740, 152, 'ERCO-Pantrac_2.jpg', 'ERCO Pantrac.'),
(2741, 152, 'ERCO-Pantrac_3.jpg', 'ERCO Pantrac.'),
(2742, 217, 'Designplan-Beam-2-0_1.jpg', 'Designplan Beam 2.0. LED IP67 In Grade Wall or Floor Mount.'),
(2743, 221, 'Designplan-Kamino-180_1.jpg', 'Designplan Kamino 180. LED IP67 In Grade Uplight'),
(2744, 221, 'Designplan-Kamino-180_2.jpg', 'Designplan Kamino 180. LED IP67 In Grade Uplight'),
(2745, 221, 'Designplan-Kamino-180_3.jpg', 'Designplan Kamino 180. LED IP67 In Grade Uplight'),
(2746, 223, 'Axis-Lighting-SCR-Sculpt-Recessed_1.jpg', 'Axis Lighting SCR. Sculpt Recessed'),
(2747, 223, 'Axis-Lighting-SCR-Sculpt Recessed_2.jpg', 'Axis Lighting SCR. Sculpt Recessed'),
(2764, 188, 'Designplan-Litus-1-1_1.jpg', 'Designplan Litus 1.1. LED IP67 In Grade Uplight Walkover.'),
(2765, 188, 'Designplan-Litus-1-1_2.jpg', 'Designplan Litus 1.1. LED IP67 In Grade Uplight Walkover.'),
(2776, 225, 'Corelite-Hugo-Suspended-LED_1.jpg', 'Corelite Hugo Suspended LED.'),
(2785, 228, 'Corelite-Element-WaveStream-LED_1.jpg', 'Corelite Element WaveStream LED.'),
(2796, 240, '806XHO_1.jpg', 'Halo 806XHO.'),
(2799, 243, 'Erco-Kubus_1.jpg', 'Erco Kubus Façade luminaires.'),
(2807, 251, 'Indy-LA6-VW_1.jpg', 'Indy LA6 VW. Housing.'),
(2808, 251, 'Indy-LA6-VW_2.jpg', 'Indy LA6 VW. Housing.'),
(2829, 264, 'LightArt-I-O_1.jpg', 'LightArt I/O DRUM.'),
(2832, 265, 'Portfolio-LDSQ4B_1.jpg', '*LDSQ4B.'),
(2833, 267, 'Day-Brite-404722LW_1.jpg', 'Day-Brite 404722LW. Pendalyte 12\" LED.'),
(2834, 268, 'Corelite-CTA_1.jpg', 'Corelite CTA Continua Suspended LED.'),
(2836, 270, 'Portfolio-LSR2B_1.jpg', '*LSR2B.'),
(2840, 232, 'Delta-Light-BAZIL-123_1.jpg', 'Delta Light BAZIL 123.'),
(2841, 232, 'Delta-Light-BAZIL-123_2.jpg', 'Delta Light BAZIL 123.'),
(2842, 232, 'Delta-Light-BAZIL-123_3.jpg', 'Delta Light BAZIL 123.'),
(2844, 236, 'Beta-Calco-Lighting-ARKO-II_1.jpg', 'Beta Calco Lighting Arko™ II.'),
(2845, 236, 'Beta-Calco-Lighting-ARKO-II_2.jpg', 'Beta Calco Lighting Arko™ II.'),
(2846, 238, 'ERCO-Cantax_1.jpg', 'Erco Cantax.'),
(2847, 238, 'ERCO-Cantax_2.jpg', 'Erco Cantax.'),
(2848, 238, 'ERCO-Cantax_3.jpg', 'Erco Cantax.'),
(2850, 249, 'Kenall-RMCD-ICT_1.jpg', 'Kenall Mighty Mac. RMCD-ICT 24\"×24\".'),
(2851, 252, 'Kenall-RMCD-ICT_1.jpg', 'Kenall Mighty Mac. RMCD-ICT 24\"×48\".'),
(2852, 255, 'LightArt-LA2-SLIM_1.jpg', 'LightArt LA2 SLIM. 21.5\"Dia x 2.5\"D x 2.5\"H.'),
(2853, 255, 'LightArt-LA2-SLIM_2.jpg', 'LightArt LA2 SLIM. 21.5\"Dia x 2.5\"D x 2.5\"H.'),
(2854, 255, 'LightArt-LA2-SLIM_3.jpg', 'LightArt LA2 SLIM. 21.5\"Dia x 2.5\"D x 2.5\"H.'),
(2856, 257, 'LightArt-LA2-SLIM_1.jpg', 'LightArt LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.'),
(2857, 257, 'LightArt-LA2-SLIM_2.jpg', 'LightArt LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.'),
(2858, 257, 'LightArt-LA2-SLIM_3.jpg', 'LightArt LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.'),
(2860, 259, 'LightArt-LA2-SLIM_1.jpg', 'LightArt LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.'),
(2861, 259, 'LightArt-LA2-SLIM_2.jpg', 'LightArt LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.'),
(2862, 259, 'LightArt-LA2-SLIM_3.jpg', 'LightArt LA2 SLIM. 33\"Dia x 2.5\"D x 2.5\"H.'),
(2864, 261, 'LightArt-LA2-SLIM_1.jpg', 'LightArt LA2 SLIM. 57.5\"Dia x 2.5\"D x 2.5\"H.'),
(2865, 261, 'LightArt-LA2-SLIM_2.jpg', 'LightArt LA2 SLIM. 57.5\"Dia x 2.5\"D x 2.5\"H.'),
(2866, 261, 'LightArt-LA2-SLIM_3.jpg', 'LightArt LA2 SLIM. 57.5\"Dia x 2.5\"D x 2.5\"H.'),
(2868, 274, 'Day-Brite-Cubelite-LED_1.jpg', 'Day-Brite Cubelite LED.'),
(2870, 227, 'Delta-Light-VISION-LED-WW_1.jpg', 'Delta Light VISION LED WW.'),
(2871, 227, 'Delta-Light-VISION-LED-WW_2.jpg', 'Delta Light VISION LED WW.'),
(2872, 227, 'Delta-Light-VISION-LED-WW_3.jpg', 'Delta Light VISION LED WW.'),
(2873, 242, 'Beta-Calco-Cerchio_1.jpg', 'Beta Calco Lighting Cerchio™.'),
(2874, 242, 'Beta-Calco-Cerchio_2.jpg', 'Beta Calco Lighting Cerchio™.'),
(2876, 246, 'HALO-LPM9_1.jpg', 'Halo LPM9. LED Module.'),
(2878, 254, 'Invue-ENT_1.jpg', 'Invue ENT. Entri Triangle Reveals LED.'),
(2879, 263, 'Kenall-MLHA12-ICT_1.jpg', 'Kenall MLHA12-ICT. Millenium Stretch.'),
(2880, 269, 'Metalux-Altus_1.jpg', 'Metalux Altus LED Low Bay.'),
(2881, 278, 'Corelite-JAYLUM-Sconce_1.jpg', 'Corelite JAYLUM Sconce. Wall mount.'),
(2893, 281, 'Beta-Calco-Lighting-MICRO-SQ-II_1.jpg', 'Beta Calco Lighting MICRO SQ II. WHITE LED DIRECT, WHITE LED DIRECT/INDIRECT.'),
(2895, 283, 'Halo-SLD4_1.jpg', 'Halo SLD4 LED.'),
(2896, 283, 'Halo-SLD4_2.jpg', 'Halo SLD4 LED.'),
(2897, 283, 'Halo-SLD4_3.jpg', 'Halo SLD4 LED.'),
(2899, 284, 'Kenall-EPLB_1.jpg', 'Kenall EPLB. EnviroPro for Food Processing.'),
(2900, 284, 'Kenall-EPLB_2.jpg', 'Kenall EPLB. EnviroPro for Food Processing.'),
(2901, 284, 'Kenall-EPLB_3.jpg', 'Kenall EPLB. EnviroPro for Food Processing.'),
(2902, 285, 'Kenall-HBMA26_1.jpg', 'Kenall HBMA26. High Bay Max.'),
(2904, 288, 'Kenall-CSEDO14_1.jpg', 'Kenall CSEDO14. SIMPLESEAL™ CSEDO SERIES – LED – OVERLAPPING DOOR.'),
(2905, 288, 'Kenall-CSEDO14_2.jpg', 'Kenall CSEDO14. SIMPLESEAL™ CSEDO SERIES – LED – OVERLAPPING DOOR.'),
(2906, 288, 'Kenall-CSEDO14_3.jpg', 'Kenall CSEDO14. SIMPLESEAL™ CSEDO SERIES – LED – OVERLAPPING DOOR.'),
(2907, 289, 'Kenall-CSEFL22_1.jpg', 'Kenall CSEFL22. SIMPLESEAL™ CSEFL SERIES – EXTENDED FLANGE.'),
(2908, 289, 'Kenall-CSEFL22_2.jpg', 'Kenall CSEFL22. SIMPLESEAL™ CSEFL SERIES – EXTENDED FLANGE.'),
(2909, 289, 'Kenall-CSEFL22_3.jpg', 'Kenall CSEFL22. SIMPLESEAL™ CSEFL SERIES – EXTENDED FLANGE.'),
(2910, 287, 'Invue-ENC_1.jpg', 'Invue ENC. Entri Round Clean LED.'),
(2911, 290, 'Kenall-MLAS826_1.jpg', 'Kenall MLAS826. Millenium Auracyl Sconce for Architectural High Abuse.'),
(2916, 292, 'Metalux-CWPLD_1.jpg', 'Metalux CWPLD. Wrap with optional Occupancy Detection'),
(2917, 293, 'Portfolio-LD2B_1.jpg', '*LD2B.'),
(2918, 293, 'Portfolio-LD2B_2.jpg', '*LD2B.'),
(2919, 291, 'LightArt-STATIC_1.jpg', 'LightArt STATIC. ACOUSTICS.'),
(2920, 291, 'LightArt-STATIC_2.jpg', 'LightArt STATIC. ACOUSTICS.'),
(2921, 291, 'LightArt-STATIC_3.jpg', 'LightArt STATIC. ACOUSTICS.'),
(2923, 296, 'Day-Brite-Pendalyte-9_1.jpg', 'Day-Brite Pendalyte 9. LED.'),
(2924, 299, 'io-Lighting-luxrail_1.jpg', 'io Lighting luxrail.'),
(2925, 300, 'io-Lighting-LEDge_1.jpg', 'io Lighting LEDge.'),
(2927, 302, 'Invue-ABW_1.jpg', 'Invue ABW. ARBOR WALL SCONCE.'),
(2928, 303, 'Portfolio-LSR4B-LSSQ4B_1.jpg', '*LSR4B, LSSQ4B Series.'),
(2929, 303, 'Portfolio-LSR4B-LSSQ4B_2.jpg', '*LSR4B, LSSQ4B Series.'),
(2930, 303, 'Portfolio-LSR4B-LSSQ4B_3.jpg', '*LSR4B, LSSQ4B Series.'),
(2931, 272, 'Intense-Lighting-MXG2PSD_1.jpg', 'Intense Lighting MXG2PSD. 3.5” MX G2 LED SQUARE DOWNLIGHT PENDANT.'),
(2940, 304, 'Architectural-Lighting-Works-SP4R_1.jpg', 'SP4R. SUPERPLANE 4 RECESSED.'),
(2941, 304, 'Architectural-Lighting-Works-SP4R_2.jpg', 'SP4R. SUPERPLANE 4 RECESSED.'),
(2942, 304, 'Architectural-Lighting-Works-SP4R_3.jpg', 'SP4R. SUPERPLANE 4 RECESSED.'),
(2945, 307, 'Birchwood-Lighting-NOLAN-LED_1.jpg', 'Birchwood Lighting NOLAN. Precision-Edged Luminaire 1.25”, 2.25”, 3.25” Profile.'),
(2946, 308, 'Architectural-Lighting-Works-MR1-5_1.jpg', 'MR1.5. MOONRING ONE POINT FIVE.'),
(2947, 308, 'Architectural-Lighting-Works-MR1-5_2.jpg', 'MR1.5. MOONRING ONE POINT FIVE.'),
(2948, 308, 'Architectural-Lighting-Works-MR1-5_3.jpg', 'MR1.5. MOONRING ONE POINT FIVE.'),
(2950, 309, 'Birchwood-Lighting-COLLIN-LED_1.jpg', 'Birchwood Lighting COLLIN. Dual Distribution Luminaires 1.25”, 2.25”, 3.25”.'),
(2951, 310, 'Architectural-Lighting-Works-CB_1.jpg', 'CB. CHECKBOX.'),
(2952, 310, 'Architectural-Lighting-Works-CB_2.jpg', 'CB. CHECKBOX.'),
(2953, 310, 'Architectural-Lighting-Works-CB_3.jpg', 'CB. CHECKBOX.'),
(2955, 311, 'Birchwood-Lighting-KATRINA-LED_1.jpg', 'Birchwood Lighting KATRINA. Circular Dual Distribution Luminaire.'),
(2956, 312, 'Architectural-Lighting-Works-CLM_1.jpg', 'CML. COMMALITE.'),
(2957, 312, 'Architectural-Lighting-Works-CLM_2.jpg', 'CML. COMMALITE.'),
(2958, 312, 'Architectural-Lighting-Works-CLM_3.jpg', 'CML. COMMALITE.'),
(2965, 317, 'Color-Kinetics-PureStyle-IntellHue-Powercore_1.jpg', 'Color Kinetics PureStyle IntelliHue Powercore. Premium concealed interior linear LED fixture with intelligent white and color light.'),
(2966, 317, 'Color-Kinetics-PureStyle-IntellHue-Powercore_2.jpg', 'Color Kinetics PureStyle IntelliHue Powercore. Premium concealed interior linear LED fixture with intelligent white and color light.'),
(2967, 317, 'Color-Kinetics-PureStyle-IntellHue-Powercore_3.jpg', 'Color Kinetics PureStyle IntelliHue Powercore. Premium concealed interior linear LED fixture with intelligent white and color light.'),
(2969, 316, 'Architectural-Lighting-Works-CP_1.jpg', 'CP. CP SYSTEM.'),
(2970, 316, 'Architectural-Lighting-Works-CP_2.jpg', 'CP. CP SYSTEM.'),
(2971, 316, 'Architectural-Lighting-Works-CP_3.jpg', 'CP. CP SYSTEM.'),
(2975, 320, 'Color-Kinetics-ColorGraze-IntelliHue-Powercore_1.jpg', 'Color Kinetics ColorGraze IntelliHue Powercore. Linear exterior LED wall grazing luminaires with IntelliHue technology.'),
(2981, 322, 'Color-Kinetics-iW-Graze-MX-Powercore_1.jpg', 'Color Kinetics iW Graze MX Powercore. Premium linear exterior LED wall grazing fixture with intelligent white light.'),
(2982, 322, 'Color-Kinetics-iW-Graze-MX-Powercore_2.jpg', 'Color Kinetics iW Graze MX Powercore. Premium linear exterior LED wall grazing fixture with intelligent white light.'),
(2983, 322, 'Color-Kinetics-iW-Graze-MX-Powercore_3.jpg', 'Color Kinetics iW Graze MX Powercore. Premium linear exterior LED wall grazing fixture with intelligent white light.'),
(2985, 324, 'Color-Kinetics-EvenBalance-Essential-White-Powercore_1.jpg', 'Color Kinetics EvenBalance Essential White Powercore. Interior linear solid white light forward throw asymmetric luminaire.'),
(2991, 326, 'Hydrel-M9810_1.jpg', 'Hydrel M9810. Modular In-Grade Luminaire.'),
(2992, 326, 'Hydrel-M9810_2.jpg', 'Hydrel M9810. Modular In-Grade Luminaire.'),
(2993, 327, 'Color-Kinetics-ColorBlast-6_1.jpg', 'Color Kinetics ColorBlast 6. The original compact exterior LED wash fixture with intelligent color light.'),
(2995, 329, 'Color-Kinetics-eW-Downlight-Powercore-gen2_1.jpg', 'Color Kinetics eW Downlight Powercore gen2. Surface-mounted LED downlight for general and accent lighting.'),
(2996, 329, 'Color-Kinetics-eW-Downlight-Powercore-gen2_2.jpg', 'Color Kinetics eW Downlight Powercore gen2. Surface-mounted LED downlight for general and accent lighting.'),
(2997, 329, 'Color-Kinetics-eW-Downlight-Powercore-gen2_3.jpg', 'Color Kinetics eW Downlight Powercore gen2. Surface-mounted LED downlight for general and accent lighting.'),
(3000, 331, 'Color-Kinetics-eW-Profile-MX-Powercore_1.jpg', 'Color Kinetics eW Profile MX Powercore. Under-cabinet workplace LED task light for rapid retrofits and exceptional energy savings.'),
(3001, 331, 'Color-Kinetics-eW-Profile-MX-Powercore_2.jpg', 'Color Kinetics eW Profile MX Powercore. Under-cabinet workplace LED task light for rapid retrofits and exceptional energy savings.'),
(3002, 331, 'Color-Kinetics-eW-Profile-MX-Powercore_3.jpg', 'Color Kinetics eW Profile MX Powercore. Under-cabinet workplace LED task light for rapid retrofits and exceptional energy savings.'),
(3004, 332, 'Color-Kinetics-SkyRibbon-IntelliHue-Linear-Direct-Powercore_1.jpg', 'Color Kinetics SkyRibbon IntelliHue Linear Direct Powercore. Recessed linear interior LED fixture for direct-view and general illumination applications.'),
(3005, 332, 'Color-Kinetics-SkyRibbon-IntelliHue-Linear-Direct-Powercore_2.jpg', 'Color Kinetics SkyRibbon IntelliHue Linear Direct Powercore. Recessed linear interior LED fixture for direct-view and general illumination applications.'),
(3006, 333, 'Color-Kinetics-eColor-Fuse-Powercore_1.jpg', 'Color Kinetics eColor Fuse Powercore. Linear interior LED wall grazing fixture with solid color light.'),
(3007, 333, 'Color-Kinetics-eColor-Fuse-Powercore_2.jpg', 'eColor Fuse Powercore. Linear interior LED wall grazing fixture with solid color light.'),
(3008, 333, 'Color-Kinetics-eColor-Fuse-Powercore_3.jpg', 'eColor Fuse Powercore. Linear interior LED wall grazing fixture with solid color light.'),
(3009, 334, 'Color-Kinetics-iColor-MR-gen3_1.jpg', 'Color Kinetics iColor MR gen3. Intelligent RGB MR16 LED lamp for intense, saturated bursts of color.'),
(3010, 334, 'Color-Kinetics-iColor-MR-gen3_2.jpg', 'Color Kinetics iColor MR gen3. Intelligent RGB MR16 LED lamp for intense, saturated bursts of color.'),
(3011, 334, 'Color-Kinetics-iColor-MR-gen3_3.jpg', 'Color Kinetics iColor MR gen3. Intelligent RGB MR16 LED lamp for intense, saturated bursts of color.'),
(3013, 335, 'Cree-Essentia-4-ADJUSTABLE_1.jpg', 'Cree Essentia 4 ADJUSTABLE. INDOOR LIGHTING'),
(3015, 337, 'Cree-Essentia-4-ROUND_1.jpg', 'Cree Essentia 4 ROUND. INDOOR LIGHTING.'),
(3018, 340, 'Birchwood-Lighting-JAKE-LED_1.jpg', 'JAKE LED. 4.00” Wall Graze.'),
(3020, 339, 'Cree-Essentia-4-WALL-WASH_1.jpg', 'Cree Essentia 4 WALL WASH. INDOOR LIGHTING'),
(3022, 341, 'Cree-Essentia-6-ROUND_1.jpg', 'Cree Essentia 6 ROUND. INDOOR LIGHTING'),
(3024, 343, 'Cree-Essentia-6-WALL-WASH_1.jpg', 'Cree Essentia 6 WALL WASH. INDOOR LIGHTING'),
(3026, 345, 'Cree-Essentia-8-ROUND_1.jpg', 'Cree Essentia 8 ROUND. INDOOR LIGHTING.'),
(3027, 344, 'Cree-Essentia-6-ADJUSTABLE_1.jpg', 'Cree Essentia 6 ADJUSTABLE. INDOOR LIGHTING'),
(3028, 346, 'Cree-Essentia-8-ADJUSTABLE_1.jpg', 'Cree Essentia 8 ADJUSTABLE. INDOOR LIGHTING.'),
(3029, 347, 'Louis-Poulsen-LP-GRAND-WALL_1.jpg', 'Louis Poulsen LP GRAND WALL.'),
(3030, 347, 'Louis-Poulsen-LP-GRAND-WALL_2.jpg', 'Louis Poulsen LP GRAND WALL.'),
(3031, 347, 'Louis-Poulsen-LP-GRAND-WALL_3.jpg', 'Louis Poulsen LP GRAND WALL.'),
(3033, 348, 'Cree-ESASeries-Surface-Cylinder_1.jpg', 'Cree ESA Series Surface Cylinder. INDOOR LIGHTING.'),
(3034, 349, 'Louis-Poulsen-LP-CIRCLE-SEMI-RECESSED_1.jpg', 'Louis Poulsen LP CIRCLE SEMI RECESSED.'),
(3035, 349, 'Louis-Poulsen-LP-CIRCLE-SEMI-RECESSED_2.jpg', 'Louis Poulsen LP CIRCLE SEMI RECESSED.'),
(3036, 349, 'Louis-Poulsen-LP-CIRCLE-SEMI-RECESSED_3.jpg', 'Louis Poulsen LP CIRCLE SEMI RECESSED.'),
(3038, 350, 'Louis-Poulsen-BALLERUP-MINI_1.jpg', 'Louis Poulsen BALLERUP MINI.'),
(3039, 350, 'Louis-Poulsen-BALLERUP-MINI_2.jpg', 'Louis Poulsen BALLERUP MINI.'),
(3040, 351, 'Cree-DR-Series-4-LED_1.jpg', 'Cree DR Series 4 LED. INDOOR LIGHTING.'),
(3041, 352, 'Cree-DR-Series-6-LED-Generation-1_1.jpg', 'Cree DR Series 6 LED Generation 1. INDOOR LIGHTING.'),
(3042, 353, 'Cree-DR-Series-6-LED-Generation-2_1.jpg', 'Cree DR Series 6 LED Generation 2. INDOOR LIGHTING.'),
(3043, 354, 'Louis-Poulsen-LP-CIRCLE-SUSPENDED_1.jpg', 'Louis Poulsen LP CIRCLE SUSPENDED.'),
(3044, 354, 'Louis-Poulsen-LP-CIRCLE-SUSPENDED_2.jpg', 'Louis Poulsen LP CIRCLE SUSPENDED.'),
(3045, 354, 'Louis-Poulsen-LP-CIRCLE-SUSPENDED_3.jpg', 'Louis Poulsen LP CIRCLE SUSPENDED.'),
(3047, 355, 'Louis-Poulsen-MUNKEGAARD_1.jpg', 'Louis Poulsen MUNKEGAARD.'),
(3053, 362, 'Holophane-Bantam-2000-LED_1.jpg', 'Holophane Bantam 2000 LED.'),
(3054, 362, 'Holophane-Bantam-2000-LED_2.jpg', 'Holophane Bantam 2000 LED.'),
(3055, 362, 'Holophane-Bantam-2000-LED_3.jpg', 'Holophane Bantam 2000 LED.'),
(3057, 361, 'Holophane-HXPL-Hazardous-Location-LED_1.jpg', 'Holophane HXPL Hazardous Location LED.'),
(3058, 363, 'Holophane-Vantage-LED_1.jpg', 'Holophane Vantage LED.'),
(3059, 363, 'Holophane-Vantage-LED_2.jpg', 'Holophane Vantage LED.'),
(3060, 363, 'Holophane-Vantage-LED_3.jpg', 'Holophane Vantage LED.'),
(3061, 364, 'Holophane-PHZL-Phuzion-LED-High-Bay_1.jpg', 'Holophane PHZL. Phuzion LED High Bay.'),
(3062, 364, 'Holophane-PHZL-Phuzion-LED-High-Bay_2.jpg', 'Holophane PHZL. Phuzion LED High Bay.'),
(3063, 364, 'Holophane-PHZL-Phuzion-LED-High-Bay_3.jpg', 'Holophane PHZL. Phuzion LED High Bay.'),
(3064, 365, 'Holopane-EMW-LED-Series_1.jpg', 'Holophane EMW LED Series.'),
(3065, 294, 'Intense-Lighting-MB3G2P_1.jpg', 'Intense Lighting MB3G2P. ARCHITECTURAL PENDANT.'),
(3078, 368, 'Tech-Lighting-BESPIN-FLUSH-MOUNT-CEILING_1.jpg', 'Tech Lighting BESPIN FLUSH MOUNT CEILING.'),
(3083, 370, 'Tech-Lighting-CENTRIC-13-CEILING_1.jpg', 'Tech Lighting CENTRIC 13 CEILING.'),
(3084, 371, 'Tech-Lighting-CENTRIC-6-CEILING_1.jpg', 'Tech Lighting 700FMCTC 6. CENTRIC 6 CEILING.'),
(3085, 372, 'Tech-Lighting-ALVA_1.jpg', 'Tech Lighting ALVA. PENDANT.'),
(3086, 372, 'Tech-Lighting-ALVA_2.jpg', 'Tech Lighting ALVA. PENDANT.'),
(3087, 372, 'Tech-Lighting-ALVA_3.jpg', 'Tech Lighting ALVA. PENDANT.'),
(3089, 373, 'Tech-Lighting-VANDOR-LINEAR-SUSPENSION_1.jpg', 'Tech Lighting VANDOR LINEAR SUSPENSION.'),
(3092, 375, 'Tech-Lighting-ESSENCE-LINEAR_1.jpg', 'Tech Lighting ESSENCE LINEAR.'),
(3093, 376, 'Tech-Lighting-ARTIC_1.jpg', 'Tech Lighting ARTIC. PENDANT.'),
(3094, 376, 'Tech-Lighting-ARTIC_2.jpg', 'Tech Lighting ARTIC. PENDANT.'),
(3095, 376, 'Tech-Lighting-ARTIC_3.jpg', 'Tech Lighting ARTIC. PENDANT.'),
(3096, 376, 'Tech-Lighting-ARTIC_4.jpg', 'Tech Lighting ARTIC. PENDANT.'),
(3097, 377, 'Tech-Lighting-SPAN-LINEAR-SUSPENSION_1.jpg', 'Tech Lighting SPAN LINEAR SUSPENSION.'),
(3098, 377, 'Tech-Lighting-SPAN-LINEAR-SUSPENSION_2.jpg', 'Tech Lighting SPAN LINEAR SUSPENSION.'),
(3099, 378, 'Tech-Lighting-AUDRA-GRANDE_1.jpg', 'AUDRA GRANDE. PENDANT'),
(3100, 378, 'Tech-Lighting-AUDRA-GRANDE_2.jpg', 'AUDRA GRANDE. PENDANT'),
(3101, 378, 'Tech-Lighting-AUDRA-GRANDE_3.jpg', 'Tech Lighting AUDRA GRANDE. PENDANT'),
(3103, 379, 'Tech-Lighting-BIZA-LINEAR-SUSPENSION_1.jpg', 'Tech Lighting BIZA LINEAR SUSPENSION.'),
(3104, 380, 'Tech-Lighting-ADERA-24-BATH_1.jpg', 'Tech Lighting ADERA 24 BATH.'),
(3105, 381, 'Tech-Lighting-AUDRA_1.jpg', 'AUDRA. PENDANT.'),
(3106, 381, 'Tech-Lighting-AUDRA_2.jpg', 'AUDRA. PENDANT.'),
(3107, 381, 'Tech-Lighting-AUDRA_3.jpg', 'Tech Lighting AUDRA. PENDANT.'),
(3109, 382, 'Tech-Lighting-ADERA-36-BATH_1.jpg', 'Tech Lighting ADERA 36 BATH.'),
(3110, 383, 'Tech-Lighting-BLOK_1.jpg', 'Tech Lighting BLOK. PENDANT.'),
(3111, 383, 'Tech-Lighting-BLOK_2.jpg', 'Tech Lighting BLOK. PENDANT.'),
(3112, 383, 'Tech-Lighting-BLOK_3.jpg', 'Tech Lighting BLOK. PENDANT.'),
(3114, 384, 'Tech-Lighting-ADERA-13-WALL-BATH_1.jpg', 'Tech Lighting ADERA 13 WALL/BATH.'),
(3115, 384, 'Tech-Lighting-ADERA-13-WALL-BATH_2.jpg', 'Tech Lighting ADERA 13 WALL/BATH.'),
(3116, 385, 'Tech-Lighting-BRISTOL_1.jpg', 'Tech Lighting BRISTOL. PENDANT.'),
(3117, 385, 'Tech-Lighting-BRISTOL_1.jpg', 'Tech Lighting BRISTOL. PENDANT.'),
(3118, 385, 'Tech-Lighting-BRISTOL_1.jpg', 'Tech Lighting BRISTOL. PENDANT.'),
(3126, 369, 'Tech-Lighting-ALINA_1.jpg', 'ALINA. PENDANT.'),
(3127, 369, 'Tech-Lighting-ALINA_2.jpg', 'ALINA. PENDANT.'),
(3128, 369, 'Tech-Lighting-ALINA_3.jpg', 'Tech Lighting ALINA. PENDANT.'),
(3130, 374, 'Tech-Lighting-AMIRA _1.jpg', 'Tech Lighting AMIRA. PENDANT.'),
(3131, 374, 'Tech-Lighting-AMIRA _2.jpg', 'Tech Lighting AMIRA. PENDANT.'),
(3132, 386, 'Tech-Lighting-BEACON_1.jpg', 'Tech Lighting BEACON.'),
(3133, 388, 'Tech-Lighting-BONN_1.jpg', 'Tech Lighting BONN.'),
(3134, 390, 'Tech-Lighting-BRIOLETTE_1.jpg', 'Tech Lighting BRIOLETTE.'),
(3135, 391, 'Tech-Lighting-BRUMMEL-GRANDE_1.jpg', 'Tech Lighting BRUMMEL GRANDE.'),
(3136, 392, 'Tech-Lighting-BRUMMEL_1.jpg', 'Tech Lighting BRUMMEL. PENDANT.'),
(3137, 393, 'Tech-Lighting-CABO_1.jpg', 'Tech Lighting CABO.'),
(3138, 394, 'Tech-Lighting-CAPSIAN-GRANDE_1.jpg', 'Tech Lighting CAPSIAN GRANDE. PENDANT.'),
(3139, 395, 'Tech-Lighting-CAPTRA_1.jpg', 'Tech Lighting CAPTRA. PENDANT.'),
(3140, 396, 'Tech-Lighting-CHEERS_1.jpg', 'Tech Lighting CHEERS. PENDANT.'),
(3141, 397, 'Tech-Lighting-CIRCULET-GRANDE_1.jpg', 'Tech Lighting CIRCULET GRANDE. PENDANT.'),
(3142, 366, 'Tech-Lighting-ALINA-GRANDE_1.jpg', 'Tech Lighting ALIGP. ALINA GRANDE PENDANT.'),
(3143, 366, 'Tech-Lighting-ALINA-GRANDE_2.jpg', 'Tech Lighting ALIGP. ALINA GRANDE PENDANT.'),
(3144, 366, 'Tech-Lighting-ALINA-GRANDE_3.jpg', 'Tech Lighting ALIGP. ALINA GRANDE PENDANT.'),
(3145, 367, 'Tech-Lighting-MASN_1.jpg', 'Tech Lighting MASN. Mini-Mason Pendant.'),
(3146, 367, 'Tech-Lighting-MASN_2.jpg', 'Tech Lighting MASN. Mini-Mason Pendant.'),
(3149, 398, 'Sistemalux-MINI-SKILL-VERTICAL_1.jpg', 'MINI SKILL VERTICAL. LED WOOD.'),
(3150, 399, 'ERCO-Oseris_1.jpg', 'Erco Oseris. The pivotal feature.'),
(3151, 399, 'ERCO-Oseris_2.jpg', 'Erco Oseris. The pivotal feature.'),
(3152, 399, 'ERCO-Oseris_3.jpg', 'Erco Oseris. The pivotal feature.'),
(3154, 282, 'ERCO-Visor_1.jpg', 'Erco Visor. Facade luminaires.'),
(3155, 400, 'Sistemalux-SKILL-SQUARE_1.jpg', 'SKILL SQUARE. LED WOOD.'),
(3156, 401, 'ERCO-Parscan_1.jpg', 'Erco Parscan. Systematic diversity.'),
(3157, 401, 'ERCO-Parscan_2.jpg', 'Erco Parscan. Systematic diversity.'),
(3158, 401, 'ERCO-Parscan_3.jpg', 'Erco Parscan. Systematic diversity.'),
(3160, 402, 'Sistemalux-SKILL-RECTANGULAR_1.jpg', 'SKILL RECTANGULAR. LED WOOD.'),
(3161, 403, 'ERCO-Pollux_1.jpg', 'Erco Pollux. For magic moments.'),
(3162, 403, 'ERCO-Pollux_2.jpg', 'Erco Pollux. For magic moments.'),
(3163, 403, 'ERCO-Pollux_3.jpg', 'Erco Pollux. For magic moments.'),
(3164, 404, 'Sistemalux-MINI-COOL_1.jpg', 'MINI COOL. BOLLARD WOOD.'),
(3165, 405, 'ERCO-Optec_1.jpg', 'Erco Optec. The all-round talent.'),
(3166, 405, 'ERCO-Optec_2.jpg', 'Erco Optec. The all-round talent.'),
(3167, 405, 'ERCO-Optec_3.jpg', 'Erco Optec. The all-round talent.'),
(3169, 406, 'Sistemalux-MINI-LOOK-WOOD_1.jpg', 'MINI LOOK. WOOD.'),
(3170, 407, 'Sistemalux-MINI-LOOK-DOUBLE-WOOD_1.jpg', 'MINI LOOK. DOUBLE WOOD.'),
(3171, 408, 'ERCO-Stella_1.jpg', 'Erco Stella. For high rooms and high demands.'),
(3172, 408, 'ERCO-Stella_2.jpg', 'Erco Stella. For high rooms and high demands.'),
(3173, 408, 'ERCO-Stella_3.jpg', 'Erco Stella. For high rooms and high demands.'),
(3175, 409, 'Sistemalux-LOGO-Small-4_1.jpg', 'LOGO Small 4. Round and Square.'),
(3176, 410, 'Element-Lighting-ENTRA-3_1.jpg', 'Element Lighting ENTRA™ 3\". LED Adjustable Downlight.'),
(3177, 411, 'Sistemalux-LOGO-Medium-5_1.jpg', 'LOGO Medium 5. Round and Square.'),
(3179, 413, 'Sistemalux-LOGO-Large-6_1.jpg', 'LOGO Large 6. Round and Square.'),
(3182, 416, 'Sistemalux-MINI-R_1.jpg', 'MINI R. LED.'),
(3183, 416, 'Sistemalux-MINI-R_2.jpg', 'MINI R. LED.'),
(3184, 416, 'Sistemalux-MINI-R_3.jpg', 'MINI R. LED.'),
(3187, 418, 'Sistemalux-BASIK-2025_1.jpg', 'BASIK 2025. LED.'),
(3188, 418, 'Sistemalux-BASIK-2025_2.jpg', 'BASIK 2025. LED.'),
(3189, 418, 'Sistemalux-BASIK-2025_3.jpg', 'BASIK 2025. LED.'),
(3192, 420, 'Sistemalux-PUNTO-Small_1.jpg', 'PUNTO Small. LED.'),
(3193, 421, 'Sistemalux-PUNTO-Large_1.jpg', 'PUNTO Large. LED.'),
(3194, 280, 'Deltalight-TWEETER-X-W_1.jpg', 'Delta Light TWEETER X W. Wall Surface mounted.'),
(3195, 280, 'Deltalight-TWEETER-X-W_2.jpg', 'Delta Light TWEETER X W. Wall Surface mounted.'),
(3196, 280, 'Deltalight-TWEETER-X-W_3.jpg', 'Delta Light TWEETER X W. Wall Surface mounted.'),
(3198, 422, 'iGuzzini-PALCO-FRAMER-SMALL_1.jpg', 'iGuzzini PALCO FRAMER SMALL.'),
(3199, 423, 'iGuzzini-PALCO-FRAMER-MEDIUM_1.jpg', 'iGuzzini PALCO FRAMER MEDIUM.'),
(3200, 424, 'iGuzzini-Underscore-InOut-Side-Bend-6mm_1.jpg', 'iGuzzini Underscore InOut Side Bend 6mm.'),
(3201, 424, 'iGuzzini-Underscore-InOut-Side-Bend-6mm_2.jpg', 'iGuzzini Underscore InOut Side Bend 6mm.'),
(3202, 425, 'iGuzzini-Underscore-InOut-Side-Bend-10mm_1.jpg', 'iGuzzini Underscore InOut Side Bend 10mm.'),
(3203, 425, 'iGuzzini-Underscore-InOut-Side-Bend-10mm_2.jpg', 'iGuzzini Underscore InOut Side Bend 10mm.'),
(3204, 426, 'iGuzzini-Underscore-InOut-Side-Bend-16mm_1.jpg', 'iGuzzini Underscore InOut Side Bend 16mm.'),
(3205, 426, 'iGuzzini-Underscore-InOut-Side-Bend-16mm_2.jpg', 'iGuzzini Underscore InOut Side Bend 16mm.'),
(3206, 426, 'iGuzzini-Underscore-InOut-Side-Bend-16mm_3.jpg', 'iGuzzini Underscore InOut Side Bend 16mm.'),
(3207, 427, 'iGuzzini-Underscore-InOut-Top-Bend-16mm_1.jpg', 'iGuzzini Underscore InOut Top Bend 16mm.'),
(3208, 427, 'iGuzzini-Underscore-InOut-Top-Bend-16mm_2.jpg', 'iGuzzini Underscore InOut Top Bend 16mm.'),
(3209, 427, 'iGuzzini-Underscore-InOut-Top-Bend-16mm_3.jpg', 'iGuzzini Underscore InOut Top Bend 16mm.'),
(3210, 428, 'iGuzzini-Albero_1.jpg', 'iGuzzini Albero Pole System.'),
(3211, 429, 'iGuzzini-Glim-Cube-Wall-Curved_1.jpg', 'iGuzzini Glim Cube Wall Curved.'),
(3212, 430, 'iGuzzini-10-Cells-Double_1.jpg', 'iGuzzini Laser Blade Adjustable 10 Cells. Double.'),
(3213, 431, 'iGuzzini-Laser-Blade-High-Contrast-5-Cells-Trim_1.jpg', 'iGuzzini Laser Blade High Contrast 5 Cells Trim.'),
(3223, 434, 'Hadco-TX1_1.jpg', 'Hadco TX1. CityPost LED Post Top.'),
(3227, 435, 'Hadco-VX022_1.jpg', 'Hadco VX022. New Oxford LED Post Top.'),
(3237, 437, 'Hadco-UX1_1.jpg', 'Hadco UX1. LED Post Top.'),
(3238, 437, 'Hadco-UX1_2.jpg', 'Hadco UX1. LED Post Top.'),
(3242, 439, 'Hadco-VL71_1.jpg', 'Hadco VL71. Victorian LED post top.'),
(3243, 439, 'Hadco-VL71_2.jpg', 'Hadco VL71. Victorian LED post top.'),
(3244, 440, 'Hadco-VL72_1.jpg', 'Hadco VL72. Victorian LED post top.'),
(3245, 440, 'Hadco-VL72_2.jpg', 'Hadco VL72. Victorian LED post top.');
INSERT INTO `family_images` (`image_id`, `family_id`, `img_src`, `alt_name`) VALUES
(3256, 445, 'Stonco-LED-General-Purpose-Garage-Canopy-GC_1.jpg', 'LED General Purpose Garage & Canopy GC.'),
(3257, 446, 'Stonco-Low-Profile-Wall-LED_1.jpg', 'Low Profile Wall LED.'),
(3258, 446, 'Stonco-Low-Profile-Wall-LED_2.jpg', 'Low Profile Wall LED.'),
(3259, 447, 'Lightolier-Retrofit-downlight_1.jpg', 'Lightolier Retrofit downlight.'),
(3260, 447, 'Lightolier-Retrofit-downlight_2.jpg', 'Lightolier Retrofit downlight.'),
(3262, 449, 'Lightolier-Surface-mount-downlight_1.jpg', 'Lightolier Surface mount downlight.'),
(3263, 449, 'Lightolier-Surface-mount-downlight_2.jpg', 'Lightolier Surface mount downlight.'),
(3264, 448, 'Stonco-Tall-wall-pack-LED_1.jpg', 'Tall wall pack LED.'),
(3265, 450, 'Lightolier-Track-Head_1.jpg', 'Lightolier Track Head. Track Lighting.'),
(3266, 450, 'Lightolier-Track-Head_2.jpg', 'Lightolier Track Head. Track Lighting.'),
(3267, 451, 'Stonco-Wall-Pack-LED_1.jpg', 'Wall Pack LED. '),
(3268, 451, 'Stonco-Wall-Pack-LED_2.jpg', 'Wall Pack LED. '),
(3269, 451, 'Stonco-Wall-Pack-LED_3.jpg', 'Wall Pack LED. '),
(3270, 443, 'Stonco-Area-Light-LED_1.jpg', 'Area Light LED.'),
(3271, 452, 'Lumec-Candela-LED-Pendant-(CAND1)_1.jpg', 'Candela LED Pendant (CAND1).'),
(3272, 453, 'Lumec-Candela-LED-Pendant-(CAND3)_1.jpg', 'Candela LED Pendant (CAND3).'),
(3273, 454, 'Lumec-Candela-LED-Post-Top-(CAND2)_1.jpg', 'Candela LED Post Top (CAND2).'),
(3274, 455, 'Lumec-New-Westminster-LED-Post-Top-(NW)_1.jpg', 'Lumec New Westminster LED Post Top (NW).'),
(3275, 456, 'Lumec-Zenith-LED-Post-Top-(Z12&Z12A)_1.jpg', 'Lumec Zenith LED Post Top (Z12 & Z12A).'),
(3276, 457, 'Lumec-Zenith-LED-Post-Top-(Z14)_1.jpg', 'Lumec Zenith LED Post Top (Z14).'),
(3277, 458, 'Lumec-Zenith-LED-Post-Top-(Z40)_1.jpg', 'Lumec Zenith LED Post Top (Z40).'),
(3278, 459, 'Lumec-Zenith-LED-Post-Top-(Z47A)_1.jpg', 'Lumec Zenith LED Post Top (Z47A).'),
(3279, 460, 'Chloride-Value+LED-VLTU-Emergency-Unit_1.jpg', 'Chloride Value+ LED - VLTU Emergency Unit.'),
(3280, 461, 'Chloride-Value+LED-VLTC-Exit-Unit-Combo_1.jpg', 'Chloride Value+ LED - VLTC Exit/Unit Combo.'),
(3281, 461, 'Chloride-Value+LED-VLTC-Exit-Unit-Combo_2.jpg', 'Chloride Value+ LED - VLTC Exit/Unit Combo.'),
(3289, 466, 'Moda-Lighting-MODA-MINI-GRAZE_1.jpg', 'Moda Lighting MODA MINI GRAZE.'),
(3290, 466, 'Moda-Lighting-MODA-MINI-GRAZE_2.jpg', 'Moda Lighting MODA MINI GRAZE.'),
(3291, 463, 'Moda-Lighting-MODA-COVE_1.jpg', 'Moda Lighting MCI. MODA COVE.'),
(3292, 463, 'Moda-Lighting-MODA-COVE_2.jpg', 'Moda Lighting MCI. MODA COVE.'),
(3293, 464, 'Moda-Lighting-MODA-COVE-EXT_1.jpg', 'Moda Lighting MCE. MODA COVE EXT.'),
(3294, 464, 'Moda-Lighting-MODA-COVE-EXT_2.jpg', 'Moda Lighting MCE. MODA COVE EXT.'),
(3295, 465, 'Moda-Lighting-MODA-MINI-COVE-GLOWDIM_1.jpg', 'Moda Lighting MODA MINI COVE GLOWDIM.'),
(3296, 465, 'Moda-Lighting-MODA-MINI-COVE-GLOWDIM_1.jpg', 'Moda Lighting MODA MINI COVE GLOWDIM.'),
(3297, 462, 'Moda-Lighting-MODA-MINI-COVE_1.jpg', 'Moda Lighting MODA MINI COVE.'),
(3298, 467, 'Moda-Lighting-MODA-GRAZE_1.jpg', 'Moda Lighting MODA GRAZE.'),
(3299, 467, 'Moda-Lighting-MODA-GRAZE_2.jpg', 'Moda Lighting MODA GRAZE.'),
(3300, 468, 'Moda-Lighting-MODA-GRAZE-EXT_1.jpg', 'Moda Lighting MODA GRAZE EXT.'),
(3301, 468, 'Moda-Lighting-MODA-GRAZE-EXT_2.jpg', 'Moda Lighting MODA GRAZE EXT.'),
(3302, 469, 'Moda-Lighting-MODA-MINI-GRAZE-GLOWDIM_1.jpg', 'Moda Lighting MODA MINI GRAZE GLOWDIM.'),
(3303, 469, 'Moda-Lighting-MODA-MINI-GRAZE-GLOWDIM_2.jpg', 'Moda Lighting MODA MINI GRAZE GLOWDIM.'),
(3304, 470, 'Litecontrol-LSLHFL_1.jpg', 'Litecontrol LSLHFL. Litespeed LHF LED Recessed Troffer.'),
(3305, 471, 'Litecontrol-SAE301_1.jpg', 'Litecontrol SAE301. LED Recessed Troffer.'),
(3306, 471, 'Litecontrol-SAE301_2.jpg', 'Litecontrol SAE301. LED Recessed Troffer.'),
(3307, 471, 'Litecontrol-SAE301_3.jpg', 'Litecontrol SAE301. LED Recessed Troffer.'),
(3308, 472, 'Litecontrol-2L-R-D_1.jpg', 'Litecontrol 2L-R-D. MOD™ 2 LED Recessed Direct.'),
(3309, 473, 'Litecontrol-2L-RW-D_1.jpg', 'Litecontrol 2L-RW-D. MOD™ 2 LED Recessed Wall Direct.'),
(3311, 475, 'Litecontrol-LS3L-R-D_1.jpg', 'Litecontrol LS3L-R-D. Litespeed MOD™ 3 LED Recessed Slot.'),
(3312, 476, 'Moda-Lighting-AQUAFLEX-DYNAMIC-WHITE_1.jpg', 'Moda Lighting AQF-DW-12V. AQUAFLEX DYNAMIC WHITE.'),
(3313, 474, 'Moda-Lighting-STARFLEX-DYNAMIC-WHITE_1.jpg', 'Moda Lighting STARFLEX DYNAMIC WHITE.'),
(3314, 477, 'Litecontrol-LHFL_1.jpg', 'Litecontrol LHFL. LHF LED Recessed Troffer.'),
(3315, 478, 'Litecontrol-3L-R-D_1.jpg', 'Litecontrol 3L-R-D. MOD™ 3 LED Recessed Slot.'),
(3316, 479, 'Litecontrol-3L-RW-D_1.jpg', 'Litecontrol 3L-RW-D. MOD™ 3 LED Recessed Wall Direct.'),
(3317, 480, 'Litecontrol-4L-R-D_1.jpg', 'Litecontrol 4L-R-D. MOD™ 4 LED Recessed Slot.'),
(3318, 481, 'Litecontrol-LS4L-R-D_1.jpg', 'Litecontrol LS4L-R-D. Litespeed MOD™ 4 LED Recessed Slot.'),
(3319, 482, 'Litecontrol-4LPH-R-D_1.jpg', 'Litecontrol 4LPH-R-D. MOD™ 4 LED Recessed Slot.'),
(3320, 483, 'Litecontrol-4L-RW-D_1.jpg', 'Litecontrol 4L-RW-D. MOD™ 4 LED Recessed Wall Direct.'),
(3321, 484, 'Litecontrol-6L-R-D_1.jpg', 'Litecontrol 6L-R-D. MOD™ 6 LED Recessed Slot.'),
(3322, 485, 'Litecontrol-LS6L-R-D_1.jpg', 'Litecontrol LS6L-R-D. Litespeed MOD™ 6 LED Recessed Slot.'),
(3323, 486, 'Litecontrol-6L-RW-D_1.jpg', 'Litecontrol 6L-RW-D. MOD™ 6 LED Recessed Wall Direct.'),
(3324, 487, 'Prudential-Lighting-Stream-Oval_1.jpg', 'Prudential Lighting Stream Oval. Linear.'),
(3325, 488, 'Prudential-Lighting-MicroCove_1.jpg', 'Prudential Lighting MicroCove. Cove & Perimeter.'),
(3327, 490, 'Prudential-Lighting-P8900_1.jpg', 'Prudential Lighting P8900. Recessed.'),
(3329, 492, 'Prudential-Lighting-P9200_1.jpg', 'Prudential Lighting P9200. Recessed.'),
(3333, 495, 'Prudential-Lighting-Quad_1.jpg', 'Prudential Lighting Quad. Pendant & Surface.'),
(3335, 497, 'Prudential-Lighting-C_1.jpg', 'Prudential Lighting C. Pendant & Surface.'),
(3336, 489, 'Prudential-Lighting-O_1.jpg', 'Prudential Lighting O. Pendant & Surface.'),
(3339, 500, 'Prudential-Lighting-P61_1.jpg', 'Prudential Lighting P61. Wet Listed, Surface & Wall.'),
(3343, 504, 'Prudential-Lighting-P4000-Sky_1.jpg', 'Prudential Lighting P4000 Sky. Pendant & Surface.'),
(3347, 508, 'Prudential-Lighting-P23-2-Perimeter_1.jpg', 'Prudential Lighting P23 2 Perimeter. Cove & Perimeter.'),
(3357, 518, 'BOOM-31120_1.jpg', 'BOOM 31 120. LED wall luminaires - tool-less entry - shielded.'),
(3359, 520, 'BOOM-31159_1.jpg', 'BOOM 31 159. LED wall luminaires - tool-less entry.'),
(3361, 519, 'Bega-US-33880_1.jpg', 'Bega Lighting 33880. Recessed wall - round LED w/ matte or white glass.'),
(3362, 521, 'BOOM-31373_1.jpg', 'BOOM 31 373. LED wall luminaire.'),
(3363, 522, 'Bega-US-33200_1.jpg', 'Bega Lighting 33200. Recessed wall - stainless steel with white tempered glass.'),
(3364, 523, 'BOOM-31190_1.jpg', 'BOOM 31 190. LED wall luminaire - wall washer.'),
(3365, 524, 'Bega-US-55921_1.jpg', 'Bega Lighting 55 921. LED recessed ceiling downlights - symmetrical distribution.'),
(3366, 525, 'BOOM-31228_1.jpg', 'BOOM 31 228. LED wall luminaire.'),
(3367, 526, 'Bega-US-55942_1.jpg', 'Bega Lighting 55 942. LED semi-recessed ceiling downlights - symmetrical distribution.'),
(3368, 527, 'BOOM-31004_1.jpg', 'BOOM 31 004. LED wall luminaires - directed.'),
(3369, 528, 'Bega-US-77019_1.jpg', 'Bega Lighting 77 019. LED in-grade - small scale asymmetrical floodlight.'),
(3370, 529, 'BOOM-31333_1.jpg', 'BOOM 31 333. LED ceiling and wall luminaires.'),
(3371, 530, 'Bega-US-77027_1.jpg', 'Bega Lighting 77 027. LED in-grade - small scale round diffuse.'),
(3372, 531, 'BOOM-31400_1.jpg', 'BOOM 31 400. LED pillar luminaires - with shade'),
(3373, 532, 'Bega-US-77910_1.jpg', 'Bega Lighting 77 910. Pole top with asymmetrical wide-spread distribution.'),
(3374, 533, 'BOOM-84035_1.jpg', 'BOOM 84 035. LED pole-top luminaires.'),
(3375, 534, 'Bega-US-99527_1.jpg', 'Bega Lighting 99 527. LED area/roadway pole top and davit arm luminaires.'),
(3376, 535, 'BOOM-31014_1.jpg', 'BOOM 31 014. LED wall luminaires - aluminum.'),
(3377, 536, 'Bega-US-99599_1.jpg', 'Bega Lighting 99 599. LED area/roadway pole top and davit arm luminaires.'),
(3378, 537, 'Bega-US-33443_1.jpg', 'Bega Lighting 33 443. Surface wall and ceiling - shielded on two ends.'),
(3379, 538, 'Bega-US-33327_1.jpg', 'Bega Lighting 33 327. Surface wall and ceiling - glass block.'),
(3380, 539, 'Limburg-12144-1-ACCENTA-PLUS_1.jpg', 'Limburg 12 144.1 ACCENTA PLUS. - Small aperture LED recessed ceiling luminaires.'),
(3381, 540, 'Limburg-23091-1-ACCENTA-VARIO_1.jpg', 'Limburg 23 091.1 ACCENTA VARIO. - LED semi-recessed adjustable ceiling luminaires.'),
(3382, 540, 'Limburg-23091-1-ACCENTA-VARIO_2.jpg', 'Limburg 23 091.1 ACCENTA VARIO. - LED semi-recessed adjustable ceiling luminaires.'),
(3383, 541, 'Limburg-34-290-1-ACCENTA_1.jpg', 'Limburg 34 290.1 ACCENTA. - LED semi-recessed ceiling luminaire.'),
(3384, 542, 'Limburg-23224-ACCENTA-PURE_1.jpg', 'Limburg 23224 ACCENTA PURE. - LED semi-recessed ceiling luminaire.'),
(3385, 542, 'Limburg-23224-ACCENTA-PURE_2.jpg', 'Limburg 23224 ACCENTA PURE. - LED semi-recessed ceiling luminaire.'),
(3386, 543, 'Limburg-23806-1-ACCENTA_1.jpg', 'Limburg ACCENTA. - Unshielded LED semi-recessed ceiling luminaire.'),
(3387, 543, 'Limburg-23806-1-ACCENTA_2.jpg', 'Limburg ACCENTA. - Unshielded LED semi-recessed ceiling luminaire.'),
(3388, 544, 'Limburg-34552-1-ACCENTA_1.jpg', 'Limburg 34 552.1 ACCENTA. - Unshielded LED semi-recessed ceiling luminaire'),
(3389, 545, 'Limburg-12094-1_1.jpg', 'Limburg 12 094.1. LED recessed ceiling luminaires · STR downlights.'),
(3390, 545, 'Limburg-12094-1_2.jpg', 'Limburg 12 094.1. LED recessed ceiling luminaires · STR downlights.'),
(3391, 546, 'Limburg-12111-1_1.jpg', 'Limburg 12 111.1. LED semi-recessed ceiling luminaires · STR downlights.'),
(3392, 546, 'Limburg-12111-1_2.jpg', 'Limburg 12 111.1. LED semi-recessed ceiling luminaires · STR downlights.'),
(3393, 547, 'Limburg-12121-1_1.jpg', 'Limburg 12 121.1. LED recessed ceiling luminaires - adjustable light distribution.'),
(3394, 548, 'Limburg-34560_1.jpg', 'Limburg 34 560 LED. semi-recessed ceiling luminaires with wide beam light distribution.'),
(3395, 548, 'Limburg-34560_2.jpg', 'Limburg 34 560 LED. semi-recessed ceiling luminaires with wide beam light distribution.'),
(3396, 549, 'KIM-Lighting-UR20-Arm-Mount_1.jpg', 'KIM Lighting UR20. Ouro™ LED.'),
(3401, 551, 'KIM-Lighting-UR28-Arm-Mount_1.jpg', 'KIM Lighting UR28. Ouro™ LED.'),
(3406, 552, 'KIM-Lighting-ALT120_1.jpg', 'KIM Lighting ALT120. Altitude™.'),
(3408, 554, 'KIM-Lighting-ALT96_1.jpg', 'KIM Lighting ALT96. Altitude™.'),
(3411, 557, 'Lithonia-Lighting-LED-Bay-Lighting_1.jpg', 'Lithonia Lighting LED Bay Lighting. Contractor Select LED Bay Lighting.'),
(3413, 558, 'KIM-Lighting-UR20-Post-Top_1.jpg', 'KIM Lighting UR20. Ouro Post Top.'),
(3418, 559, 'KIM-Lighting-UR28-Post-Top_1.jpg', 'KIM Lighting UR28. Ouro Post Top.'),
(3421, 562, 'KIM-Lighting-ET-LED-PicoEmitter_1.jpg', 'KIM Lighting ET LED. Entablature® Large PicoEmitter® LED.'),
(3423, 564, 'KIM-Lighting-ET-LED-PicoPrism_1.jpg', 'KIM Lighting ET LED. Entablature®  Large PicoPrism®  LED.'),
(3426, 566, 'We-ef-Lighting-CTY150-LED-FT_1.jpg', '115-0172. CTY150 LED-FT.'),
(3432, 569, 'Lumiere-Aspen-1900-OA_1.jpg', 'Lumiere Aspen 1900-OA.'),
(3434, 571, 'We-ef-Lighting-CFT540-LED_1.jpg', '105-0076. CFT540 LED. '),
(3436, 573, 'Lumiere-Eon-303-A1-LEDB1_1.jpg', 'Lumiere Eon LED 303-A1-LEDB1.'),
(3437, 573, 'Lumiere-Eon-303-A1-LEDB1_2.jpg', 'Lumiere Eon LED 303-A1-LEDB1.'),
(3439, 575, 'We-ef-Lighting-ETC130-GB-LED_1.jpg', '185-2658. ETC130-GB LED.'),
(3440, 576, 'Lumiere-Eon-303-A1-LEDB2_1.jpg', 'Lumiere Eon LED 303-A1-LEDB2.'),
(3441, 576, 'Lumiere-Eon-303-A1-LEDB2_2.jpg', 'Lumiere Eon LED 303-A1-LEDB2.'),
(3442, 577, 'Lumiere-Lanterra-9003_1.jpg', 'Lumiere Lanterra 9003.'),
(3443, 577, 'Lumiere-Lanterra-9003_2.jpg', 'Lumiere Lanterra 9003.'),
(3444, 577, 'Lumiere-Lanterra-9003_3.jpg', 'Lumiere Lanterra 9003.'),
(3448, 581, 'We-ef-Lighting-RFL540-SE-LED_1.jpg', '111-0188. RFL540-SE LED.'),
(3451, 584, 'We-ef-Lighting-VFL520-LED_1.jpg', '108-1500. VFL520 LED.'),
(3452, 585, 'We-ef-Lighting-VFL530-LED_1.jpg', '108-1552. VFL530 LED.'),
(3453, 586, 'Neo-Ray-23XR-LED-WallWash-Straight-&-Narrow_1.jpg', 'Neo-Ray 23XR LED Wall Wash Straight & Narrow.'),
(3454, 587, 'We-ef-Lighting-RFS540-LED_1.jpg', '111-0403. RFS540 LED.'),
(3455, 588, 'Neo-Ray-79-PF-LED_1.jpg', 'Neo-Ray 79-PF LED.'),
(3456, 589, 'Neo-Ray-Luminous-HE-LED_1.jpg', 'Neo-Ray Luminous HE LED.'),
(3457, 590, 'We-ef-Lighting-VFL540-LED_1.jpg', '108-0846. VFL540 LED.'),
(3458, 591, 'Neo-Ray-Index_1.jpg', 'Neo-Ray Index.'),
(3459, 592, 'We-ef-Lighting-ETC140-GB-LED_1.jpg', '185-2723. ETC140-GB LED.'),
(3460, 593, 'Visa-lighting-CM2000-BROADWAY_1.jpg', 'CM2000 BROADWAY. Pendant.'),
(3461, 594, 'We-ef-Lighting-DOC140-LED_1.jpg', '134-1750. DOC140 LED.'),
(3462, 595, 'Visa-Lighting-CP5321-AIR-FOIL_1.jpg', 'CP5321 – AIR FOIL.'),
(3463, 596, 'Visa-lighting-CM1542-CANE_1.jpg', 'CM1542 CANE. Ceiling.'),
(3464, 597, 'We-ef-Lighting-DOC220-LED-FT_1.jpg', '134-1484. DOC220 LED-FT. '),
(3465, 598, 'Visa-Lighting-CB3107-ART-SCONCE_1.jpg', 'CB3107 – ART SCONCE™.'),
(3466, 599, 'Visa-lighting-CP4341-CYLINDER-LED-25-Pin-Accent_1.jpg', 'CP4341 CYLINDER LED 25 Pin Accent. Pendant.'),
(3467, 600, 'We-ef-Lighting-DAC240-GB-LED_1.jpg', '134-1605. DAC240-GB LED.'),
(3468, 601, 'Visa-lighting-CP5734PSX-LIMIT_1.jpg', 'CP5734PSX LIMIT. Pendant.'),
(3469, 602, 'Visa-Lighting-CB5500-BLUSH_1.jpg', 'CB5500 – BLUSH™.'),
(3470, 602, 'Visa-Lighting-CB5500-BLUSH_2.jpg', 'CB5500 – BLUSH™.'),
(3471, 602, 'Visa-Lighting-CB5500-BLUSH_3.jpg', 'CB5500 – BLUSH™.'),
(3472, 603, 'We-ef-Lighting-TRO259-LED_1.jpg', '195-9146. TRO259 LED.'),
(3473, 604, 'Visa-lighting-CP5002-INFINITY-PERFORMANCE_1.jpg', 'CP5002 INFINITY PERFORMANCE. Pendant.'),
(3474, 605, 'Visa-Lighting-CB5142-BASICS_1.jpg', 'CB5142 – BASICS ™.'),
(3475, 605, 'Visa-Lighting-CB5142-BASICS_2.jpg', 'CB5142 – BASICS ™.'),
(3476, 605, 'Visa-Lighting-CB5142-BASICS_3.jpg', 'CB5142 – BASICS ™.'),
(3477, 606, 'We-ef-Lighting-SVO259-LED_1.jpg', '133-0323. SVO259 LED.'),
(3478, 607, 'Visa-lighting-OP3630-LATERNA-Canopy-Mount_1.jpg', 'OP3630 LATERNA Canopy Mount. Pendant.'),
(3479, 608, 'We-ef-Lighting-SVL259-LED_1.jpg', '133-0360. SVL259 LED.'),
(3480, 609, 'Visa-Lighting-CB6456-BOWE_1.jpg', 'CB6456 – BOWE.'),
(3481, 609, 'Visa-Lighting-CB6456-BOWE_2.jpg', 'CB6456 – BOWE.'),
(3482, 609, 'Visa-Lighting-CB6456-BOWE_3.jpg', 'CB6456 – BOWE.'),
(3483, 610, 'Visa-lighting-CP5702-MERIDIAN-ROUND_1.jpg', 'CP5702 MERIDIAN ROUND. Pendant.'),
(3484, 611, 'Visa-Lighting-CM1731-CAPITOL_1.jpg', 'CM1731 – CAPITOL.'),
(3485, 611, 'Visa-Lighting-CM1731-CAPITOL_2.jpg', 'CM1731 – CAPITOL.'),
(3486, 612, 'Visa-Lighting-OW1049-COLONNADE_1.jpg', 'OW1049 – COLONNADE™.'),
(3487, 613, 'We-ef-Lighting-QLS410-LED_1.jpg', '131-9401. QLS410 LED. '),
(3488, 614, 'Visa-lighting-CB1850-SOLE_1.jpg', 'CB1850 SOLE. Wall. '),
(3489, 615, 'Visa-Lighting-CP1325-COSMO_1.jpg', 'CP1325 – COSMO™.'),
(3490, 616, 'We-ef-Lighting-VLS420-LED_1.jpg', '131-9153. VLS420 LED.'),
(3491, 617, 'Visa-lighting-CM1960-ALLEGRO-Dual-Globes_1.jpg', 'CM1960 ALLEGRO Dual Globes. Ceiling.'),
(3492, 618, 'We-ef-Lighting-OLV330-LED_1.jpg', '132-0522. OLV330 LED.'),
(3493, 619, 'Visa-lighting-CP5720-PEEK_1.jpg', 'CP5720 PEEK. Pendant.'),
(3494, 620, 'Visa-Lighting-CV1901-IMAGE_1.jpg', 'CV1901 – IMAGE™.'),
(3495, 621, 'We-ef-Lighting-EFC120-LED_1.jpg', '185-2526. EFC120 LED.'),
(3496, 622, 'Visa-lighting-OW2450-PLURAL_1.jpg', 'OW2450 PLURAL. Wall.'),
(3497, 623, 'Visa-Lighting-CP5582-PARALLEL-LED_1.jpg', 'CP5582 – PARALLEL LED ™.'),
(3498, 624, 'We-ef-Lighting-ETC120-GB-LED_1.jpg', '185-7592. ETC120-GB LED. '),
(3499, 625, 'Visa-lighting-CV1940-MERLIN-Recessed-Integral-Power-Supply_1.jpg', 'CV1940 MERLIN Recessed Integral Power Supply. Ceiling and wall mounted.'),
(3500, 626, 'We-ef-Lighting-ETC320-GB-LED_1.jpg', '185-7024. ETC320-GB LED.'),
(3501, 627, 'Visa-lighting-CM1022-SOLO_1.jpg', 'CM1022 SOLO. Ceiling.'),
(3502, 628, 'We-ef-Lighting-ETC339-LED_1.jpg', '185-2909. ETC339 LED.'),
(3503, 629, 'Visa-lighting-CB6250-MASQUE_1.jpg', 'CB6250 MASQUE. Wall.'),
(3513, 632, 'Winona-Lighting-5811-Enzo-LED_1.jpg', '5811 Enzo LED. Textures LED Ceiling Mount.'),
(3515, 634, 'Winona-Lighting-5801-Giselle-LED_1.jpg', '5801 Giselle LED. Textures LED Ceiling Mount.'),
(3516, 635, 'Winona-Lighting-5101-Rhea-LED_1.jpg', '5101 Rhea LED. Providence LED Ceiling Mount.'),
(3520, 637, 'Winona-Lighting-POPS08-Ceiling_1.jpg', 'POPS08 Ceiling. Surface Ceiling Mount.'),
(3521, 638, 'Winona-Lighting-711-BLANCA-Spot_1.jpg', '711 BLANCA Spot. Small Static White LED Spot Light.'),
(3522, 638, 'Winona-Lighting-711-BLANCA-Spot_2.jpg', '711 BLANCA Spot. Small Static White LED Spot Light.'),
(3523, 639, 'Axis-Lighting-B2SQILED_1.jpg', 'Axis Lighting Beam2 SQ Pendant Indirect.'),
(3524, 639, 'Axis-Lighting-B2SQILED_1.jpg', 'Axis Lighting Beam2 SQ Pendant Indirect.'),
(3525, 639, 'Axis-Lighting-B2SQILED_1.jpg', 'Axis Lighting Beam2 SQ Pendant Indirect.'),
(3526, 640, 'Winona-Lighting-707-PARATA-Flood_1.jpg', '707 PARATA Flood. Dynamic Color LED Full Flood Mount.'),
(3527, 640, 'Winona-Lighting-707-PARATA-Flood_2.jpg', '707 PARATA Flood. Dynamic Color LED Full Flood Mount.'),
(3528, 640, 'Winona-Lighting-707-PARATA-Flood_3.jpg', '707 PARATA Flood. Dynamic Color LED Full Flood Mount.'),
(3530, 641, 'Winona-Lighting-4920-Classical-LED_1.jpg', '4920 Classical LED. Pendant.'),
(3531, 642, 'Axis-Lighting-CCH_1.jpg', 'Axis Lighting CCH. Cove LED ceiling HI-output.'),
(3532, 642, 'Axis-Lighting-CCH_2.jpg', 'Axis Lighting CCH. Cove LED ceiling HI-output.'),
(3533, 643, 'Winona-Lighting-5206-Vivo-LED_1.jpg', '5206 Vivo LED. Pendant.'),
(3534, 643, 'Winona-Lighting-5206-Vivo-LED_2.jpg', '5206 Vivo LED. Pendant.'),
(3535, 644, 'Axis-Lighting-CCWH_1.jpg', 'Axis Lighting CCWH. Cove LED wall HI-output.'),
(3536, 644, 'Axis-Lighting-CCWH_2.jpg', 'Axis Lighting CCWH. Cove LED wall HI-output.'),
(3537, 645, 'Winona-Lighting-5410-Halen-LED_1.jpg', '5410 Halen LED. Cylinders LED Pendant.'),
(3538, 630, 'Winona-Lighting-6161-Ortwin-LED_1.jpg', '6161 Ortwin LED. Drums Ceiling Mount.'),
(3539, 646, 'Axis-Lighting-TB2DLED_1.jpg', 'Axis Lighting Twin Beam2 - Pendant Direct LED.'),
(3540, 646, 'Axis-Lighting-TB2DLED_2.jpg', 'Axis Lighting Twin Beam2 - Pendant Direct LED.'),
(3541, 646, 'Axis-Lighting-TB2DLED_3.jpg', 'Axis Lighting Twin Beam2 - Pendant Direct LED.'),
(3543, 647, 'Axis-Lighting-TB2DILED_1.jpg', 'Axis Lighting TB2DILED. Twin Beam2 - Pendant Direct/Indirect LED.'),
(3544, 647, 'Axis-Lighting-TB2DILED_2.jpg', 'Axis Lighting TB2DILED. Twin Beam2 - Pendant Direct/Indirect LED.'),
(3545, 647, 'Axis-Lighting-TB2DILED_3.jpg', 'Axis Lighting TB2DILED. Twin Beam2 - Pendant Direct/Indirect LED.'),
(3546, 648, 'Axis-Lighting-CUBLED_1.jpg', 'Axis Lighting CUBLED. Pendant LED.'),
(3547, 648, 'Axis-Lighting-CUBLED_2.jpg', 'Axis Lighting CUBLED. Pendant LED.'),
(3548, 648, 'Axis-Lighting-CUBLED_3.jpg', 'Axis Lighting CUBLED. Pendant LED.'),
(3549, 649, 'Axis-Lighting-SLLED_1.jpg', 'Axis Lighting SLLED. SLIM SurroundLite Pendant Direct.'),
(3550, 649, 'Axis-Lighting-SLLED_2.jpg', 'Axis Lighting SLLED. SLIM SurroundLite Pendant Direct.'),
(3551, 649, 'Axis-Lighting-SLLED_3.jpg', 'Axis Lighting SLLED. SLIM SurroundLite Pendant Direct.'),
(3555, 636, 'Axis-Lighting-B2SQDLED_1.jpg', 'Axis Lighting Beam2 SQ Pendant Direct.'),
(3556, 636, 'Axis-Lighting-B2SQDLED_2.jpg', 'Axis Lighting Beam2 SQ Pendant Direct.'),
(3557, 636, 'Axis-Lighting-B2SQDLED_3.jpg', 'Axis Lighting Beam2 SQ Pendant Direct.'),
(3558, 631, 'Axis-Lighting-GPLED_1.jpg', 'Axis Lighting Graze Perfekt. Perimeter - Recessed.'),
(3559, 633, 'Axis-Lighting-WWR_1.jpg', 'Axis Lighting Wall Wash Perfekt. Recessed.'),
(3560, 650, 'Carandini-V-MAX_1.jpg', 'Carandini V-MAX.'),
(3561, 653, 'Carandini-PECHINA-FAMILY_1.jpg', 'Carandini PECHINA FAMILY.'),
(3562, 651, 'Carandini-JNX-JUNIOR-X_1.jpg', 'Carandini JNX / JUNIOR X.'),
(3563, 651, 'Carandini-JNX-JUNIOR-X_2.jpg', 'Carandini JNX / JUNIOR X.'),
(3564, 652, 'Carandini-HMO-HMAO_1.jpg', 'Carandini HMO-HMAO.'),
(3565, 655, 'Carandini-TNG-TANGO-LED_1.jpg', 'Carandini TNG TANGO LED.'),
(3573, 660, 'Pure-Lighting-Aurora-MR16-Accent-Round-Edge-3-3-RGB_1.jpg', 'Pure Lighting Aurora MR16 Accent Round Edge 3.3 RGB.'),
(3574, 660, 'Pure-Lighting-Aurora-MR16-Accent-Round-Edge-3-3-RGB_2.jpg', 'Pure Lighting Aurora MR16 Accent Round Edge 3.3 RGB.'),
(3575, 660, 'Pure-Lighting-Aurora-MR16-Accent-Round-Edge-3-3-RGB_3.jpg', 'Pure Lighting Aurora MR16 Accent Round Edge 3.3 RGB.'),
(3585, 663, 'Pure-Lighting-Aurora-Dual-LED-Adjustable-Accent-Round-Edge-3-3_1.jpg', 'Pure Lighting Aurora Dual LED Adjustable Accent Round Edge 3.3.'),
(3586, 662, 'Pure-Lighting-Aurora-Dual-LED-Adjustable-Accent-Square-Edge_1.jpg', 'Pure Lighting Aurora Dual LED Adjustable Accent Square Edge.'),
(3591, 666, 'Pure-Lighting-Stratus-LED-Linear-Wall-Grazer_1.jpg', 'Pure Lighting Stratus LED Linear Wall Grazer.'),
(3600, 658, 'Edge-Lighting-Dial-LED_1.jpg', 'Edge Lighting Dial LED. Indoor/Outdoor.'),
(3601, 658, 'Edge-Lighting-Dial-LED_2.jpg', 'Edge Lighting Dial LED. Indoor/Outdoor.'),
(3602, 657, 'Edge-Lighting-Greta-LED_1.jpg', 'Edge Lighting Greta LED.'),
(3603, 657, 'Edge-Lighting-Greta-LED_2.jpg', 'Edge Lighting Greta LED.'),
(3604, 667, 'Edge-Lighting-Piston-LED_1.jpg', 'Edge Lighting Piston LED. Fast Jack Fixture Head.'),
(3605, 667, 'Edge-Lighting-Piston-LED_2.jpg', 'Edge Lighting Piston LED. Fast Jack Fixture Head.'),
(3606, 667, 'Edge-Lighting-Piston-LED_3.jpg', 'Edge Lighting Piston LED. Fast Jack Fixture Head.'),
(3613, 669, 'Pure-Lighting-TruLine-5A-Custom-Configurations_1.jpg', 'Pure Lighting TruLine. 5A Custom Configurations.'),
(3614, 670, 'Erco-Light-Board_1.jpg', 'Erco Light Board.'),
(3615, 670, 'Erco-Light-Board_2.jpg', 'Erco Light Board.'),
(3616, 670, 'Erco-Light-Board_3.jpg', 'Erco Light Board.'),
(3619, 672, 'American-Electric-Ligting-Series-GRSL-Side-Mount_1.jpg', 'American Electric Lighting Series GRSL Side-Mount. Georgian LED Side-Mount Lantern.'),
(3620, 671, 'B-K-Lighting-Core-Drill-Chart-Star_1.jpg', 'B-K Lighting Core Drill Chart Star. Solid State (BKSSL®) Power of \'e\'.'),
(3621, 673, 'B-K-Lighting-Core-Drill-Louvered-Chart-Star_1.jpg', 'B-K Lighting Core Drill Louvered Chart Star. Solid State (BKSSL®) Power of \'e\'.'),
(3622, 674, 'American-Electric-Lighting-Series-GRSCL-Side-Mount_1.jpg', 'American Electric Lighting Series GRSCL Side-Mount. Georgian LED Side-Mount Full Cutoff Lantern.'),
(3623, 674, 'American-Electric-Lighting-Series-GRSCL-Side-Mount_2.jpg', 'American Electric Lighting Series GRSCL Side-Mount. Georgian LED Side-Mount Full Cutoff Lantern.'),
(3624, 675, 'B-K-Lighting-Core-Drill-Square-Versa-Star_1.jpg', 'B-K Lighting Core Drill Square Versa Star. Solid State (BKSSL®).'),
(3625, 676, 'B-K-Lighting-Alpine-II-Series-Surface-Downlight_1.jpg', 'B-K Lighting Alpine II Series Surface Downlight. Solid State (BKSSL®) Power of \'C\'.'),
(3626, 677, 'American-Electric-Lighting-Floods-ACP1-LED_1.jpg', 'American Electric Lighting Floods-ACP1 LED. ACP1 LED Flood - Medium.'),
(3627, 677, 'American-Electric-Lighting-Floods-ACP1-LED_2.jpg', 'American Electric Lighting Floods-ACP1 LED. ACP1 LED Flood - Medium.'),
(3628, 678, 'B-K-Lighting-Denali-Series-Surface-Downlight_1.jpg', 'B-K Lighting Denali Series Surface Downlight. Solid State (BKSSL®).'),
(3629, 679, 'American-Electric-Lighting-Series-AVPCL2-LED-Full-Cutoff_1.jpg', 'American Electric Lighting Series AVPCL2 LED - Full Cutoff. Valiant LED Lantern - Full Cutoff.'),
(3630, 680, 'B-K-Lighting-Micro-Nite-Surface-Downlight_1.jpg', 'B-K Lighting Micro Nite Surface Downlight. Solid State (BKSSL®) Power of \'e\'.'),
(3631, 681, 'American-Electric-Lighting-Autobahn-ATB2_1.jpg', 'American Electric Lighting Autobahn ATB2. LED Luminaire.'),
(3632, 681, 'American-Electric-Lighting-Autobahn-ATB2_2.jpg', 'American Electric Lighting Autobahn ATB2. LED Luminaire.'),
(3633, 682, 'B-K-Lighting-Micro-Nite-Pendant_1.jpg', 'B-K Lighting Micro Nite Pendant. Solid State (BKSSL®) Power of \'e\'.'),
(3634, 683, 'Luminii-Tove-Ceiling_1.jpg', 'Luminii Tove Ceiling.'),
(3635, 684, 'B-K-Lighting-Twin-Pendant_1.jpg', 'B-K Lighting Twin Pendant. Solid State (BKSSL®) Power of \'e\'.'),
(3636, 685, 'Luminii-Tove-Recessed_1.jpg', 'Luminii Tove Recessed.'),
(3637, 686, 'B-K-Lighting-Mammoth-Series_1.jpg', 'B-K Lighting Mammoth Series. Solid State (BKSSL®) Power of \'X\'.'),
(3638, 687, 'Luminii-Tove-Wall_1.jpg', 'Luminii Tove Wall.'),
(3639, 688, 'B-K-Lighting-Teton-Series_1.jpg', 'B-K Lighting Teton Series. Solid State (BKSSL®) Power of \'e\'.'),
(3640, 689, 'Luminii-Scout-Horizontal_1.jpg', 'Luminii Scout Horizontal.'),
(3641, 690, 'Luminii-Kilo-S_1.jpg', 'Luminii Kilo S.'),
(3642, 690, 'Luminii-Kilo-S_2.jpg', 'Luminii Kilo S.'),
(3643, 691, 'Healthcare-Lighting-Geo-LED-Oval-LED_1.jpg', 'Healthcare Lighting Geo LED & Oval LED.'),
(3644, 691, 'Healthcare-Lighting-Geo-LED-Oval-LED_1.jpg', 'Healthcare Lighting Geo LED & Oval LED.'),
(3649, 693, 'Healthcare-Lighting-Chrysalite-LED_1.jpg', 'Healthcare Lighting Chrysalite LED.'),
(3650, 692, 'Healthcare-Lighting-Trilume-PCX_1.jpg', 'Healthcare Lighting Trilume PCX.'),
(3651, 692, 'Healthcare-Lighting-Trilume-PCX_2.jpg', 'Healthcare Lighting Trilume PCX.'),
(3652, 692, 'Healthcare-Lighting-Trilume-PCX_3.jpg', 'Healthcare Lighting Trilume PCX.'),
(3654, 694, 'Healthcare-Lightin-Entera-LED-Sconce-Wall_1.jpg', 'Healthcare Lighting Entera LED Sconce & Wall.'),
(3655, 694, 'Healthcare-Lightin-Entera-LED-Sconce-Wall_2.jpg', 'Healthcare Lighting Entera LED Sconce & Wall.'),
(3656, 694, 'Healthcare-Lightin-Entera-LED-Sconce-Wall_3.jpg', 'Healthcare Lighting Entera LED Sconce & Wall.'),
(3658, 695, 'Healthcare-Lighting-LDR-LED_1.jpg', 'Healthcare Lighting LDR LED.'),
(3660, 696, 'Healthcare-Lighting-Archer-LED_1.jpg', 'Healthcare Lighting Archer LED.'),
(3661, 697, 'Healthcare-Lighting-ComfortView-LED_1.jpg', 'Healthcare Lighting ComfortView LED.'),
(3662, 698, 'Selux-Lanova-LED-Pendant_1.jpg', 'Selux Lanova LED Pendant.'),
(3663, 699, 'Selux-Purelight-LED-Round_1.jpg', 'Selux Purelight LED Round.'),
(3664, 700, 'Selux-Kju-Circle-LED-Direct_1.jpg', 'Selux Kju Circle LED Direct.'),
(3665, 701, 'American-Electric-Lighting-Series-245L-LED_1.jpg', 'American Electric Lighting Series 245L LED. Contempo.'),
(3666, 702, 'Selux-M36-LED_1.jpg', 'Selux M36 LED. Regressed.'),
(3667, 703, 'American-Electric-Lighting-Series-247-CL-LED_1.jpg', 'American Electric Lighting Series 247CL LED. Full Cutoff.'),
(3668, 704, 'Selux-M60-LED_1.jpg', 'Selux M60 LED.'),
(3669, 705, 'American-Electric-Lighting-Series-ARDCL-LED_1.jpg', 'American Electric Lighting Series ARDCL LED. Full Cutoff.'),
(3671, 707, 'Selux-M100-LED-My-White-Indirect_1.jpg', 'Selux M100 LED My White.'),
(3674, 708, 'American-Electric-Lighting-Autobahn-ATB0_1.jpg', 'American Electric Lighting Autobahn ATB0. Roadway Lighting.'),
(3675, 709, 'Selux-Discera-4-LED_1.jpg', 'Selux Discera 4 LED.'),
(3677, 711, 'American-Electric-Lighting-Autobahn-ATM_1.jpg', 'American Electric Lighting Autobahn ATBM. Roadway.'),
(3680, 714, 'Selux-Arca-LED_1.jpg', 'Selux Arca LED.'),
(3689, 717, 'Selux-Beta-Lantern-LED_1.jpg', 'Selux BLL. Beta Lantern LED.'),
(3690, 717, 'Selux-Beta-Lantern-LED_2.jpg', 'Selux BLL. Beta Lantern LED.'),
(3691, 717, 'Selux-Beta-Lantern-LED_3.jpg', 'Selux BLL. Beta Lantern LED.'),
(3699, 720, 'Selux-Quadro-H2-LED_1.jpg', 'Selux Quadro H2 LED.'),
(3700, 720, 'Selux-Quadro-H2-LED_2.jpg', 'Selux Quadro H2 LED.'),
(3701, 720, 'Selux-Quadro-H2-LED_3.jpg', 'Selux Quadro H2 LED.'),
(3713, 725, 'Selux-MTR-Column-LED_1.jpg', 'Selux MTR Column LED.'),
(3714, 725, 'Selux-MTR-Column-LED_2.jpg', 'Selux MTR Column LED.'),
(3715, 725, 'Selux-MTR-Column-LED_3.jpg', 'Selux MTR Column LED.'),
(3721, 728, 'Selux-MTR-Bollard-LED_1.jpg', 'Selux MTR Bollard LED.'),
(3722, 728, 'Selux-MTR-Bollard-LED_2.jpg', 'Selux MTR Bollard LED.'),
(3724, 732, 'Selux-Ritorno-Round-Asymmetrical-LED_1.jpg', 'Selux Ritorno Round Asymmetrical LED.'),
(3725, 732, 'Selux-Ritorno-Round-Asymmetrical-LED_2.jpg', 'Selux Ritorno Round Asymmetrical LED.'),
(3726, 732, 'Selux-Ritorno-Round-Asymmetrical-LED_3.jpg', 'Selux Ritorno Round Asymmetrical LED.'),
(3727, 733, 'LightArt-RAY_1.jpg', 'LightArt RAY. FIVE X RAY.'),
(3728, 733, 'LightArt-RAY_2.jpg', 'LightArt RAY. FIVE X RAY.'),
(3729, 734, 'Delray-Lighting-BARE_1.jpg', 'Delray Lighting BARE. SWING SLW5.'),
(3730, 735, 'LightArt-PIVOT-CIRCULAR-02_1.jpg', 'LightArt PIVOT CIRCULAR 02. FIVE X PIVOT.'),
(3731, 735, 'LightArt-PIVOT-CIRCULAR-02_2.jpg', 'LightArt PIVOT CIRCULAR 02. FIVE X PIVOT.'),
(3732, 735, 'LightArt-PIVOT-CIRCULAR-02_3.jpg', 'LightArt PIVOT CIRCULAR 02. FIVE X PIVOT.'),
(3734, 736, 'Delray-Lighting-TRIM-20_1.jpg', 'Delray Lighting TRIM 20. SWING SLW5.'),
(3735, 737, 'LightArt-PIVOT-ZIGZAG-01_1.jpg', 'LightArt PIVOT ZIGZAG 01. FIVE X PIVOT.'),
(3736, 737, 'LightArt-PIVOT-ZIGZAG-01_2.jpg', 'LightArt PIVOT ZIGZAG 01. FIVE X PIVOT.'),
(3737, 737, 'LightArt-PIVOT-ZIGZAG-01_3.jpg', 'LightArt PIVOT ZIGZAG 01. FIVE X PIVOT.'),
(3738, 738, 'LightArt-VEX-G-05_1.jpg', 'LightArt VEX G-05. FIVE X VEX.'),
(3739, 739, 'LightArt-VEX-G-03_1.jpg', 'LightArt VEX G-03. FIVE X VEX.'),
(3740, 739, 'LightArt-VEX-G-03_2.jpg', 'LightArt VEX G-03. FIVE X VEX.'),
(3741, 740, 'Delray-Lighting-SWING-LED-DOUBLE-LAMP-PENDANT_1.jpg', 'Delray Lighting SWING LED DOUBLE LAMP PENDANT. SLW 6 BARE.'),
(3742, 741, 'LightArt-ECHO-GRID_1.jpg', 'LightArt ECHO - GRID. ACOUSTICS.'),
(3743, 741, 'LightArt-ECHO-GRID_2.jpg', 'LightArt ECHO - GRID. ACOUSTICS.'),
(3744, 741, 'LightArt-ECHO-GRID_3.jpg', 'LightArt ECHO - GRID. ACOUSTICS.'),
(3745, 742, 'Delray-Lighting-RAIL-MOUNT-MR-16_1.jpg', 'Delray Lighting RAIL MOUNT MR 16. LED SPOTLIGHT.'),
(3746, 743, 'LightArt-ECHO-PENDANT_1.jpg', 'LightArt ECHO - PENDANT. ACOUSTICS.'),
(3747, 743, 'LightArt-ECHO-PENDANT_2.jpg', 'LightArt ECHO - PENDANT. ACOUSTICS.'),
(3748, 744, 'Delray-Lighting-CYLINDRO-WHITE-LED_1.jpg', 'Delray Lighting CYLINDRO WHITE LED. 650.'),
(3749, 745, 'Delray-Lighting-CYLINDRO-III-LED_1.jpg', 'Delray Lighting CYLINDRO III LED.'),
(3750, 746, 'Delray-Lighting-UNO-DIRECT-LINEAR-WHITE-LED_1.jpg', 'Delray Lighting UNO DIRECT LINEAR WHITE LED.'),
(3751, 747, 'Vibia-Wireflow_1.jpg', 'Wireflow.'),
(3752, 747, 'Vibia-Wireflow_2.jpg', 'Wireflow.'),
(3753, 747, 'Vibia-Wireflow_3.jpg', 'Wireflow.'),
(3754, 748, 'Delray-Lighting-DOS-CIRCULAR-DIRECT-INDIRECT-WHITE-LED_1.jpg', 'Delray Lighting DOS CIRCULAR DIRECT/INDIRECT WHITE LED. WITH OPAL ACRYLIC LENS.'),
(3755, 749, 'Axolight-FAIRY-US-FAI-12-R_1.jpg', 'Axolight FAIRY – US FAI 12 R.'),
(3756, 750, 'Vibia-Skan-Pendant_1.jpg', 'Skan Pendant.'),
(3757, 750, 'Vibia-Skan-Pendant_2.jpg', 'Skan Pendant.'),
(3758, 750, 'Vibia-Skan-Pendant_3.jpg', 'Skan Pendant.'),
(3759, 751, 'Delray-Lighting-IL7700_1.jpg', 'Delray Lighting IL7700. SONAR I LED FROSTED LENS LOWBAY .'),
(3760, 752, 'Axolight-HOOPS-US-HOOPS-6_1.jpg', 'Axolight HOOPS – US HOOPS 6.'),
(3761, 753, 'Vibia-Match_1.jpg', 'Match.'),
(3762, 753, 'Vibia-Match_2.jpg', 'Match.'),
(3763, 754, 'Delray-Lighting-Luma-IL793_1.jpg', 'Delray Lighting Luma IL793. WITH METAL REFLECTOR.'),
(3764, 755, 'Axolight-VOLUPTAS-4-140-CEILING_1.jpg', 'Axolight VOLUPTAS –4-140 CEILING.'),
(3765, 756, 'LightArt-RTG-ESSENTIALS-ONE_1.jpg', 'LightArt RTG ESSENTIALS ONE. READY TO GO.'),
(3766, 757, 'LightArt-RTG-ESSENTIALS-TWO_1.jpg', 'LightArt RTG ESSENTIALS TWO. READY TO GO.'),
(3767, 758, 'Axolight-VIRTUS- K21011XX1X_1.jpg', 'Axolight VIRTUS – K21011XX1X.'),
(3768, 759, 'Delray-Lighting-CLP-8_1.jpg', 'Delray Lighting CLP 8. CYLINDER PENDANT LED DOWNLIGHT.'),
(3769, 760, 'LightArt-RTG-CASPER-BEAM_1.jpg', 'LightArt RTG CASPER BEAM. READY TO GO.'),
(3770, 761, 'Axolight-FRAMEWORK-UP-FW-MLED_1.jpg', 'Axolight FRAMEWORK – UP FW MLED.'),
(3771, 762, 'Delray-Lighting-KLP312-3_1.jpg', 'Delray Lighting KLP312 / 3. SMALL OPAL LED PENDANT LUMINAIRE.'),
(3772, 763, 'Axolight-ALYSOID-US-ALY51P_1.jpg', 'Axolight ALYSOID – US ALY51P.'),
(3773, 764, 'Delray-Lighting-KLS342-3_1.jpg', 'Delray Lighting KLS342 / 3. LARGE CLEAR LED SEMI-RECESSED LUMINAIRE.'),
(3774, 765, 'Axolight-MELTING-POT-USMELT80_1.jpg', 'Axolight MELTING POT – USMELT80.'),
(3775, 766, 'Axolight-NAFIR-US-NAFIR-3_1.jpg', 'Axolight NAFIR – US NAFIR 3.'),
(3776, 767, 'Axolight-MOUNTAIN-VIEW-US-MOUNTA_1.jpg', 'Axolight MOUNTAIN VIEW – US MOUNTA.'),
(3777, 768, 'Axolight-LAYERS-US-LAY-B_1.jpg', 'Axolight LAYERS – US LAY B.'),
(3778, 769, 'Axolight-BELL-US-BEL-118_1.jpg', 'Axolight BELL – US BEL 118.'),
(3779, 770, 'Axolight-MUSE-UL-MUSE-G_1.jpg', 'Axolight MUSE – UL MUSE G.'),
(3780, 771, 'Axolight-SPILLRAY-US-SPILL-P_1.jpg', 'Axolight SPILLRAY – US SPILL P.'),
(3781, 773, 'BLACKJACK-LIGHTING-SERAPH-Square-Modular-System_1.jpg', 'BLACKJACK LIGHTING SERAPH Square Modular System.'),
(3782, 773, 'BLACKJACK-LIGHTING-SERAPH-Square-Modular-System_2.jpg', 'BLACKJACK LIGHTING SERAPH Square Modular System.'),
(3783, 773, 'BLACKJACK-LIGHTING-SERAPH-Square-Modular-System_3.jpg', 'BLACKJACK LIGHTING SERAPH Square Modular System.'),
(3785, 774, 'Artemide-LOGICO-GARDEN-45-FLOOR_1.jpg', 'Artemide LOGICO GARDEN 45 FLOOR. LOGICO GARDEN GROUND.'),
(3786, 775, 'Artemide-LOGICO-GARDEN-60-FLOOR_1.jpg', 'Artemide LOGICO GARDEN 60 FLOOR. LOGICO GARDEN GROUND.'),
(3787, 776, 'BLACKJACK-LIGHTING-6-Boxer-Pendant_1.jpg', 'BLACKJACK LIGHTING 6” Boxer Pendant. BOX-06P.'),
(3788, 776, 'BLACKJACK-LIGHTING-6-Boxer-Pendant_2.jpg', 'BLACKJACK LIGHTING 6” Boxer Pendant. BOX-06P.'),
(3789, 776, 'BLACKJACK-LIGHTING-6-Boxer-Pendant_3.jpg', 'BLACKJACK LIGHTING 6” Boxer Pendant. BOX-06P.'),
(3790, 777, 'Artemide-NUDA-100-BILATERAL-FLOOR_1.jpg', 'Artemide NUDA 100 BILATERAL FLOOR. NUDA GROUND.'),
(3791, 778, 'Artemide-NUDA-100-UNILATERAL-FLOOR_1.jpg', 'Artemide NUDA 100 UNILATERAL FLOOR. NUDA GROUND.'),
(3792, 779, 'Artemide-CHILONE-45-FLOOR_1.jpg', 'Artemide CHILONE 45 FLOOR. CHILONE GROUND.'),
(3793, 780, 'BLACKJACK-LIGHTING-SURFACE-Series_1.jpg', 'BLACKJACK LIGHTING SURFACE Series.'),
(3794, 780, 'BLACKJACK-LIGHTING-SURFACE-Series_2.jpg', 'BLACKJACK LIGHTING SURFACE Series.'),
(3795, 780, 'BLACKJACK-LIGHTING-SURFACE-Series_3.jpg', 'BLACKJACK LIGHTING SURFACE Series.'),
(3797, 781, 'Artemide-CHILONE-UP-FLOOR_1.jpg', 'Artemide CHILONE UP FLOOR. CHILONE GROUND.'),
(3798, 782, 'Artemide-AEDE-WALL-WHITE_1.jpg', 'Artemide AEDE WALL WHITE.'),
(3799, 783, 'BLACKJACK-LIGHTING-SERAPH-Sconce_1.jpg', 'BLACKJACK LIGHTING SERAPH Sconce.'),
(3800, 783, 'BLACKJACK-LIGHTING-SERAPH-Sconce_2.jpg', 'BLACKJACK LIGHTING SERAPH Sconce.'),
(3801, 783, 'BLACKJACK-LIGHTING-SERAPH-Sconce_3.jpg', 'BLACKJACK LIGHTING SERAPH Sconce.'),
(3803, 784, 'Artemide-2-5-SQUARE-STRIP-26-WALL-CEILING-LED-0-10V-DIMMING_1.jpg', 'Artemide 2.5 SQUARE STRIP 26 WALL/CEILING LED 0-10V DIMMING. 2.5 SQUARE STRIP WALL.'),
(3804, 785, 'BLACKJACK-LIGHTING-ARADESS-LED-Table-Lamp_1.jpg', 'BLACKJACK LIGHTING ARADESS LED Table Lamp. ARD-22T-PC.'),
(3805, 785, 'BLACKJACK-LIGHTING-ARADESS-LED-Table-Lamp_2.jpg', 'BLACKJACK LIGHTING ARADESS LED Table Lamp. ARD-22T-PC.'),
(3806, 785, 'BLACKJACK-LIGHTING-ARADESS-LED-Table-Lamp_3.jpg', 'BLACKJACK LIGHTING ARADESS LED Table Lamp. ARD-22T-PC.'),
(3808, 786, 'Artemide-2-5-SQUARE-STRIP-37-WALL-CEILING-LED-0-10V-DIMMING_1.jpg', 'Artemide 2.5 SQUARE STRIP 37 WALL/CEILING LED 0-10V DIMMING. 2.5 SQUARE STRIP WALL.'),
(3809, 787, 'Artemide-CUMA-20-WALL-LED_1.jpg', 'Artemide CUMA 20 WALL LED. CUMA WALL.'),
(3810, 788, 'NERI-NORTH-AMERICA-ALYA-01_1.jpg', 'NERI NORTH AMERICA ALYA 01.'),
(3811, 789, 'NERI-NORTH-AMERICA-ALTAIR-02_1.jpg', 'NERI NORTH AMERICA ALTAIR 02.'),
(3812, 790, 'NERI-NORTH-AMERICA-HYDRA-01_1.jpg', 'NERI NORTH AMERICA HYDRA 01.'),
(3813, 791, 'NERI-NORTH-AMERICA-NASHIRA-02_1.jpg', 'NERI NORTH AMERICA NASHIRA 02.'),
(3814, 792, 'Artemide-CUMA-MINI-WALL-LED-0-10V-DIMMING-WHITE_1.jpg', 'Artemide CUMA MINI WALL LED 0-10V DIMMING WHITE. CUMA WALL.'),
(3815, 793, 'NERI-NORTH-AMERICA-ALKES-01_1.jpg', 'NERI NORTH AMERICA ALKES 01.'),
(3816, 794, 'NERI-NORTH-AMERICA-AVIOR-01_1.jpg', 'NERI NORTH AMERICA AVIOR 01.'),
(3817, 795, 'Artemide-ARIA-MICRO-WALL-RECESSED-3000K-WHITE_1.jpg', 'Artemide ARIA MICRO WALL RECESSED 3000K WHITE. ARIA WALL.'),
(3818, 797, 'Artemide-DISCOVERY-WALL-CEILING_1.jpg', 'Artemide DISCOVERY WALL/CEILING.'),
(3819, 798, 'NERI-NORTH-AMERICA-TABIT-02_1.jpg', 'NERI NORTH AMERICA TABIT 02.'),
(3820, 799, 'NERI-NORTH-AMERICA-RIGEL-01_1.jpg', 'NERI NORTH AMERICA RIGEL 01.'),
(3821, 800, 'Lumato-SQ2-SUSPENDED-INDIRECT-DIRECT_1.jpg', 'Lumato SQ2 - SUSPENDED INDIRECT / DIRECT.'),
(3822, 801, 'Lumato-S3-SUSPENDED-INDIRECT-DIRECT_1.jpg', 'Lumato S3 - SUSPENDED INDIRECT / DIRECT.'),
(3823, 801, 'Lumato-S3-SUSPENDED-INDIRECT-DIRECT_2.jpg', 'Lumato S3 - SUSPENDED INDIRECT / DIRECT.'),
(3824, 800, 'Lumato-SQ2-SUSPENDED-INDIRECT-DIRECT_2.jpg', 'Lumato SQ2 - SUSPENDED INDIRECT / DIRECT.'),
(3825, 802, 'Lumato-EC5-SUSPENDED-INDIRECT-DIRECT_1.jpg', 'Lumato EC5 - SUSPENDED INDIRECT / DIRECT.'),
(3826, 803, 'Lumato-S5-SUSPENDED-INDIRECT-DIRECT_1.jpg', 'Lumato S5 - SUSPENDED INDIRECT / DIRECT.'),
(3827, 803, 'Lumato-S5-SUSPENDED-INDIRECT-DIRECT_2.jpg', 'Lumato S5 - SUSPENDED INDIRECT / DIRECT.'),
(3828, 804, 'Lumato-SQ5-SUSPENDED-INDIRECT-DIRECT_1.jpg', 'Lumato SQ5 - SUSPENDED INDIRECT / DIRECT.'),
(3829, 804, 'Lumato-SQ5-SUSPENDED-INDIRECT-DIRECT_2.jpg', 'Lumato SQ5 - SUSPENDED INDIRECT / DIRECT.'),
(3830, 805, 'Lumato-B25-SUSPENDED-INDIRECT-DIRECT_1.jpg', 'Lumato B25 - SUSPENDED INDIRECT / DIRECT.'),
(3831, 805, 'Lumato-B25-SUSPENDED-INDIRECT-DIRECT_2.jpg', 'Lumato B25 - SUSPENDED INDIRECT / DIRECT.'),
(3832, 806, 'Acolyte-TRACK-LYTE-F_1.jpg', 'Acolyte TRACK LYTE F.'),
(3833, 806, 'Acolyte-TRACK-LYTE-F_2.jpg', 'Acolyte TRACK LYTE F.'),
(3834, 807, 'Acolyte-TRACK-LYTE-I_1.jpg', 'Acolyte TRACK LYTE I.'),
(3836, 809, 'Acolyte-TRACK-LYTE-K_1.jpg', 'Acolyte TRACK LYTE K.'),
(3837, 810, 'G-Lighting-APEX_1.jpg', 'G Lighting 2775–2776. APEX.'),
(3838, 808, 'G-Lighting-SABER_1.jpg', 'G Lighting 2685–2688. SABER.'),
(3839, 811, 'Acolyte-TRACK-LYTE-L_1.jpg', 'Acolyte TRACK LYTE L.'),
(3840, 812, 'Acolyte-ZOOMABLE-DOWN-LYTE_1.jpg', 'Acolyte ZOOMABLE DOWN LYTE.'),
(3841, 813, 'G-Lighting-OCULUS-26_1.jpg', 'G Lighting 2640. OCULUS 26.'),
(3842, 813, 'G-Lighting-OCULUS-26_2.jpg', 'G Lighting 2640. OCULUS 26.'),
(3843, 813, 'G-Lighting-OCULUS-26_3.jpg', 'G Lighting 2640. OCULUS 26.'),
(3844, 814, 'Acolyte-GEOLYTE-CIRCLE_1.jpg', 'Acolyte GEOLYTE CIRCLE.'),
(3845, 815, 'G-Lighting-NAPA_1.jpg', 'G Lighting 4710. NAPA.'),
(3846, 816, 'Cole-Lighting-D180_1.jpg', 'Cole Lighting D180. D180 Series.'),
(3847, 817, 'G-Lighting-CARDIFF_1.jpg', 'G Lighting 4515. CARDIFF.'),
(3848, 818, 'G-Lighting-SCHOOLHOUSE-EDITOR_1.jpg', 'G Lighting 4300–4301. SCHOOLHOUSE EDITOR.'),
(3849, 819, 'Cole-Lighting-Rd-Dry-Ceiling_1.jpg', 'Cole Lighting Rd.Dry Ceiling.Round Downlite.'),
(3850, 820, 'G-Lighting-SONATA_1.jpg', 'G Lighting 2150–2154. SONATA.'),
(3851, 821, 'Cole-Lighting-L111_1.jpg', 'Cole Lighting L111. 111/211 Series.'),
(3852, 823, 'Cole-Lighting-2600_1.jpg', 'Cole Lighting 2600. 2600 Series.'),
(3853, 824, 'G-Lighting-EOS-SM_1.jpg', 'G Lighting 3635–3636. EOS SM.'),
(3854, 824, 'G-Lighting-EOS-SM_2.jpg', 'G Lighting 3635–3636. EOS SM.'),
(3856, 825, 'Cole-Lighting-Square-Dry-Ceiling_1.jpg', 'Cole Lighting Square Dry Ceiling.'),
(3857, 826, 'Lumium-Lighting-H2_1.jpg', 'Lumium Lighting H2. Hydrogen 2.'),
(3858, 826, 'Lumium-Lighting-H2_2.jpg', 'Lumium Lighting H2. Hydrogen 2.'),
(3859, 827, 'Cole-Lighting-Round-Concrete-Mount_1.jpg', 'Cole Lighting Round Concrete Mount.'),
(3860, 828, 'Cole-Lighting-121S_1.jpg', 'Cole Lighting 121S. L121 SERIES.'),
(3861, 829, 'Cole-Lighting-L131_1.jpg', 'Cole Lighting L131. L131 SERIES.'),
(3862, 830, 'Lumium-Lighting-C2_2.jpg', 'Lumium Lighting C2. Carbon 2.'),
(3863, 831, 'Lumium-Lighting-Nd1_1.jpg', 'Lumium Lighting Nd1. Neodymium 1.'),
(3864, 831, 'Lumium-Lighting-Nd1_2.jpg', 'Lumium Lighting Nd1. Neodymium 1.'),
(3865, 831, 'Lumium-Lighting-Nd1_3.jpg', 'Lumium Lighting Nd1. Neodymium 1.'),
(3867, 832, 'Lumium-Lighting-Nt_1.jpg', 'Lumium Lighting Nt. Neutron.'),
(3868, 832, 'Lumium-Lighting-Nt_2.jpg', 'Lumium Lighting Nt. Neutron.'),
(3869, 832, 'Lumium-Lighting-Nt_3.jpg', 'Lumium Lighting Nt. Neutron.'),
(3870, 833, 'Lumium-Lighting-Pd2_1.jpg', 'Lumium Lighting Pd2. Palladium 2.'),
(3871, 833, 'Lumium-Lighting-Pd2_2.jpg', 'Lumium Lighting Pd2. Palladium 2.'),
(3872, 833, 'Lumium-Lighting-Pd2_3.jpg', 'Lumium Lighting Pd2. Palladium 2.'),
(3874, 834, 'Lumium-Lighting-Tl3_1.jpg', 'Lumium Lighting Tl3. Thallium 3.'),
(3875, 834, 'Lumium-Lighting-Tl3_2.jpg', 'Lumium Lighting Tl3. Thallium 3.'),
(3876, 835, 'Lumium-Lighting-Y_1.jpg', 'Lumium Lighting Y. Yttrium.'),
(3877, 835, 'Lumium-Lighting-Y_2.jpg', 'Lumium Lighting Y. Yttrium.'),
(3878, 835, 'Lumium-Lighting-Y_3.jpg', 'Lumium Lighting Y. Yttrium.'),
(3880, 836, 'Acolyte-GEOLYTE-SQUARE_1.jpg', 'Acolyte GEOLYTE SQUARE.'),
(3881, 837, 'Chameleon-Lighting-P59-NATURAL_1.jpg', 'Chameleon Lighting P59 – NATURAL.'),
(3882, 837, 'Chameleon-Lighting-P59-NATURAL_2.jpg', 'Chameleon Lighting P59 – NATURAL.'),
(3883, 837, 'Chameleon-Lighting-P59-NATURAL_3.jpg', 'Chameleon Lighting P59 – NATURAL.'),
(3884, 838, 'Chameleon-Lighting-SV2-FIXTURE_1.jpg', 'Chameleon Lighting SV2 FIXTURE.'),
(3885, 839, 'Chameleon-Lighting-WC8-FIXTURE_1.jpg', 'Chameleon Lighting WC8 FIXTURE.'),
(3886, 840, 'Chameleon-Lighting-PS-FIXTURE_1.jpg', 'Chameleon Lighting PS FIXTURE.'),
(3887, 841, 'Arcluce-MOTO_1.jpg', 'Arcluce MOTO. Outdoor Floodlights.'),
(3890, 843, 'Arcluce-TITO25_1.jpg', 'Arcluce TITO25. Outdoor Floodlights.'),
(3894, 845, 'Arcluce-TITO55_1.jpg', 'Arcluce TITO55. Outdoor Floodlights.'),
(3896, 847, 'Arcluce-PANTHEON_1.jpg', 'Arcluce PANTHEON. Outdoor Floodlights.'),
(3897, 848, 'Lumenwerx-SQUERO_1.jpg', 'Lumenwerx SQUERO. PENDANT DIRECT.'),
(3898, 848, 'Lumenwerx-SQUERO_2.jpg', 'Lumenwerx SQUERO. PENDANT DIRECT.'),
(3899, 848, 'Lumenwerx-SQUERO_3.jpg', 'Lumenwerx SQUERO. PENDANT DIRECT.'),
(3900, 849, 'Arcluce-INTIS_1.jpg', 'Arcluce INTIS. Ceiling luminaires.'),
(3902, 851, 'Arcluce-MOTO3_1.jpg', 'Arcluce MOTO3. Ceiling luminaires.'),
(3903, 852, 'Arcluce-INGROUND-SHORT110_1.jpg', 'Arcluce INGROUND-SHORT110. Uplighters.'),
(3905, 854, 'Arcluce-INGROUND180_1.jpg', 'Arcluce INGROUND180. Uplighters.'),
(3909, 857, 'Arcluce-INGROUND260_1.jpg', 'Arcluce INGROUND260. Uplighters.'),
(3912, 859, 'LSI-Industries-LSI-ProtectorTM-Commercial-LED-Bollard-CBR7_1.jpg', 'LSI Industries LSI ProtectorTM Commercial LED Bollard (CBR7).'),
(3913, 860, 'Arcluce-INGROUND25_1.jpg', 'Arcluce INGROUND25. Uplighters.'),
(3918, 862, 'Arcluce-SOUL180_1.jpg', 'Arcluce SOUL180. Bollards.'),
(3919, 863, 'LSI-Industries-LED-Bollard-XBVRD_1.jpg', 'LSI Industries LED Bollard (XBVRD).'),
(3921, 865, 'Arcluce-KUBIX180_1.jpg', 'Arcluce KUBIX180. Bollards.'),
(3922, 866, 'LSI-Industries-LED-Parking-Garage-Light-XNPG_1.jpg', 'LSI Industries LED Parking Garage Light (XNPG).'),
(3924, 868, 'Arcluce-QUADRIO180_1.jpg', 'Arcluce QUADRIO180. Bollards.'),
(3927, 870, 'LSI-Industries-LED-Parking-Garage-Fixtures-XPG3_1.jpg', 'LSI Industries LED Parking Garage Fixtures (XPG3).'),
(3928, 871, 'LSI-Industries-LED-Soffit-Light-XSL2_1.jpg', 'LSI Industries LED Soffit Light (XSL2).'),
(3929, 872, 'LSI-Industries-LED-COURTBLADE-XARL_1.jpg', 'LSI Industries LED COURTBLADE (XARL).'),
(3930, 873, 'LSI-Industries-SIDE-BY-SIDE-LED-INDIRECT-SXS2_1.jpg', 'LSI Industries SIDE BY SIDE LED INDIRECT (SXS2).'),
(3931, 874, 'LSI-Industries-Scottsdale-Vertex-SCV_1.jpg', 'LSI Industries Scottsdale Vertex™ (SCV).'),
(3932, 875, 'LSI-Industries-3-LED-Wall-Mount-Cylinder-Light_1.jpg', 'LSI Industries 3” LED Wall Mount Cylinder Light.'),
(3933, 876, 'LSI-Industries-LAD4SQ-DESCRIPTION_1.jpg', 'LSI Industries LAD4SQ DESCRIPTION.'),
(3934, 877, 'LSI-Industries-4-Remodeling-Housing-Frame-in-Kit_1.jpg', 'LSI Industries 4” Remodeling Housing Frame-in Kit.'),
(3935, 878, 'LSI-Industries-6-LED-One-piece-Recessed-Retrofit-Kit_1.jpg', 'LSI Industries 6” LED One-piece Recessed Retrofit Kit.'),
(3936, 879, 'LSI-Industries-4-LED-Residential-Remodel-Recessed_1.jpg', 'LSI Industries 4” LED Residential Remodel Recessed.'),
(3937, 880, 'Zumtobel-ONICO-Track-Head-for-TECTON-L_1.jpg', 'ONICO Track Head for TECTON L.'),
(3938, 881, 'Zumtobel-ONICO-Track-Head-for-GLOBAL-TRAC-M_1.jpg', 'ONICO Track Head for GLOBAL TRAC M.'),
(3939, 882, 'WAC Lighting-PD-W2605_1.jpg', 'PD-W2605. Tube - Pendant Downlight.'),
(3940, 882, 'WAC Lighting-PD-W2605_2.jpg', 'PD-W2605. Tube - Pendant Downlight.'),
(3941, 882, 'WAC Lighting-PD-W2605_3.jpg', 'PD-W2605. Tube - Pendant Downlight.'),
(3942, 883, 'Zumtobel-ONICO-Track-Head-for-GLOBAL-TRAC-L_1.jpg', 'ONICO Track Head for GLOBAL TRAC L.'),
(3943, 884, 'WAC Lighting-DS-PD05_1.jpg', 'DS-PD05. Tube Architectural - Pendant.'),
(3944, 884, 'WAC Lighting-DS-PD05_2.jpg', 'DS-PD05. Tube Architectural - Pendant.'),
(3945, 885, 'Zumtobel-ONDARIA-Pendant-34_1.jpg', 'ONDARIA Pendant 34\".'),
(3946, 886, 'WAC Lighting-DS-WS05-U_1.jpg', 'DS-WS05-U. Ultra Narrow Beam Wall Mount.'),
(3947, 886, 'WAC Lighting-DS-WS05-U_2.jpg', 'DS-WS05-U. Ultra Narrow Beam Wall Mount.'),
(3948, 886, 'WAC Lighting-DS-WS05-U_3.jpg', 'DS-WS05-U. Ultra Narrow Beam Wall Mount.'),
(3950, 887, 'Zumtobel-ONDARIA-Pendant-45_1.jpg', 'ONDARIA Pendant 45\".'),
(3951, 888, 'WAC Lighting-PM-W48620_1.jpg', 'PM-W48620. Chamber Outdoor Post Lantern.'),
(3952, 888, 'WAC Lighting-PM-W48620_2.jpg', 'PM-W48620. Chamber Outdoor Post Lantern.'),
(3953, 888, 'WAC Lighting-PM-W48620_3.jpg', 'PM-W48620. Chamber Outdoor Post Lantern.'),
(3954, 889, 'Zumtobel-ONDARIA-Recessed-24_1.jpg', 'ONDARIA Recessed 24\".'),
(3955, 890, 'Zumtobel-ONDARIA-Recessed-45_1.jpg', 'ONDARIA Recessed 45\".'),
(3956, 891, 'WAC Lighting-WS-W546_1.jpg', 'WS-W546. Icon Outdoor.'),
(3957, 891, 'WAC Lighting-WS-W546_2.jpg', 'WS-W546. Icon Outdoor.'),
(3958, 891, 'WAC Lighting-WS-W546_3.jpg', 'WS-W546. Icon Outdoor.'),
(3960, 892, 'Zumtobel-ICOS-Pendant-4_1.jpg', 'ICOS Pendant 4\'.'),
(3961, 893, 'WAC Lighting-WS-W65607_1.jpg', 'WS-W65607. Mod LED Outdoor.'),
(3962, 893, 'WAC Lighting-WS-W65607_2.jpg', 'WS-W65607. Mod LED Outdoor.'),
(3963, 893, 'WAC Lighting-WS-W65607_3.jpg', 'WS-W65607. Mod LED Outdoor.'),
(3965, 894, 'Zumtobel-ICOS-Surface-Mount-4_1.jpg', 'ICOS Surface Mount 4\'.'),
(3966, 895, 'WAC Lighting-WS-W207_1.jpg', 'WS-W207. Over-Under Outdoor.'),
(3967, 895, 'WAC Lighting-WS-W207_2.jpg', 'WS-W207. Over-Under Outdoor.'),
(3968, 895, 'WAC Lighting-WS-W207_3.jpg', 'WS-W207. Over-Under Outdoor.'),
(3969, 896, 'Zumtobel-MELLOW-LIGHT-infinity-evolution-Recessed-2-x-2_1.jpg', 'MELLOW LIGHT infinity/evolution Recessed 2\' x 2\'.'),
(3970, 897, 'WAC Lighting-WS-W5915_1.jpg', 'WS-W5915. Uno Indoor/Outdoor.'),
(3971, 897, 'WAC Lighting-WS-W5915_2.jpg', 'WS-W5915. Uno Indoor/Outdoor.'),
(3972, 897, 'WAC Lighting-WS-W5915_3.jpg', 'WS-W5915. Uno Indoor/Outdoor.'),
(3973, 898, 'Zumtobel-MELLOW-LIGHT-infinity-evolution-Recessed-1-x-4_1.jpg', 'MELLOW LIGHT infinity/evolution Recessed 1\' x 4\'.'),
(3974, 899, 'Architectural-Area-Lighting-Cubic-Indirect-INDC_1.jpg', 'Architectural Area Lighting Cubic Indirect™ – INDC.'),
(3975, 900, 'WAC Lighting-PD-W33620_1.jpg', 'PD-W33620. Compass LED Pendant.'),
(3976, 900, 'WAC Lighting-PD-W33620_2.jpg', 'PD-W33620. Compass LED Pendant.'),
(3977, 900, 'WAC Lighting-PD-W33620_3.jpg', 'PD-W33620. Compass LED Pendant.'),
(3979, 901, 'Zumtobel-SLOTLIGHT-LED-Recessed-2-5_1.jpg', 'SLOTLIGHT LED Recessed 2.5\".'),
(3980, 902, 'WAC Lighting-PD-837_1.jpg', 'PD-837. Deco Pendant.'),
(3981, 902, 'WAC Lighting-PD-837_2.jpg', 'PD-837. Deco Pendant.'),
(3982, 902, 'WAC Lighting-PD-837_3.jpg', 'PD-837. Deco Pendant.'),
(3983, 903, 'Architectural-Area-Lighting-Flex-LED-FH_1.jpg', 'Architectural Area Lighting FlexTM LED – FH.'),
(3984, 904, 'Zumtobel-SLOTLIGHT-LED-Surface-Mount-4_1.jpg', 'SLOTLIGHT LED Surface Mount 4\".'),
(3985, 905, 'WAC Lighting-PD-457_1.jpg', 'PD-457. E=MC2 Linear Pendant.'),
(3986, 905, 'WAC Lighting-PD-457_2.jpg', 'PD-457. E=MC2 Linear Pendant.'),
(3987, 905, 'WAC Lighting-PD-457_3.jpg', 'PD-457. E=MC2 Linear Pendant.'),
(3989, 906, 'WAC Lighting-PD-51712_1.jpg', 'PD-51712. Rocket Pendant.'),
(3990, 906, 'WAC Lighting-PD-51712_2.jpg', 'PD-51712. Rocket Pendant.'),
(3991, 906, 'WAC Lighting-PD-51712_3.jpg', 'PD-51712. Rocket Pendant.'),
(3992, 907, 'Architectural-Area-Lighting-Parkway-Square-Pedestrian-Horizontal-LED-PKWM_1.jpg', 'Architectural Area Lighting Parkway Square® Pedestrian Horizontal LED – PKWM.'),
(3993, 908, 'WAC Lighting-PD-21828_1.jpg', 'PD-21828. Omega Pendant.'),
(3994, 908, 'WAC Lighting-PD-21828_2.jpg', 'PD-21828. Omega Pendant.'),
(3995, 908, 'WAC Lighting-PD-21828_3.jpg', 'PD-21828. Omega Pendant.'),
(3997, 909, 'Architectural-Area-Lighting-KicK-KB6-Bollard_1.jpg', 'Architectural Area Lighting KicK™ – KB6 Bollard.'),
(3998, 910, 'Architectural-Area-Lighting-PKWB-Parkway-Square-Bollard_1.jpg', 'Architectural Area Lighting PKWB – Parkway Square Bollard.'),
(3999, 911, 'Architectural-Area-Lighting-KicK-K5-Medium-Scale_1.jpg', 'Architectural Area Lighting KicK™ – K5 Medium Scale.'),
(4000, 912, 'Architectural-Area-Lighting-KicK-KM5-KicK-Mini-Medium-Scale_1.jpg', 'Architectural Area Lighting KicK™ – KM5 KicK Mini Medium Scale.'),
(4001, 913, 'Architectural-Area-Lighting-KicK-KM4-KicK-Mini-Small-Scale-1.jpg', 'Architectural Area Lighting KicK™ – KM4 KicK Mini Small Scale.'),
(4002, 914, 'Architectural-Area-Lighting-KicK-K4-Small-Scale-1.jpg', 'Architectural Area Lighting KicK™ – K4 Small Scale.'),
(4003, 915, 'Architectural-Area-Lighting-PV-Pivot-LED_1.jpg', 'Architectural Area Lighting PV – Pivot® LED.'),
(4004, 916, 'Architectural-Area-Lighting-Mitre-LED-M2_1.jpg', 'Architectural Area Lighting MitreTM LED – M2.'),
(4005, 917, 'Architectural-Area-Lighting-Cypher-CY2-Pedestrian-Scale_1.jpg', 'Architectural Area Lighting Cypher™ – CY2 Pedestrian Scale.'),
(4006, 918, 'Architectural-Area-Lighting-Cypher-CY1-Accent-Scale_1.jpg', 'Architectural Area Lighting Cypher™ – CY1 Accent Scale.'),
(4007, 919, 'Beacon-Cruzer_1.jpg', 'Beacon Cruzer.'),
(4008, 920, 'Waldmann-MACH-LED-PLUS-forty_1.jpg', 'MACH LED PLUS. forty.'),
(4009, 920, 'Waldmann-MACH-LED-PLUS-forty_2.jpg', 'MACH LED PLUS. forty.'),
(4010, 920, 'Waldmann-MACH-LED-PLUS-forty_3.jpg', 'MACH LED PLUS. forty.'),
(4011, 921, 'Beacon-Matrix-MAA_1.jpg', 'Beacon Matrix MAA.'),
(4012, 921, 'Beacon-Matrix-MAA_2.jpg', 'Beacon Matrix MAA.'),
(4013, 922, 'Waldmann-LUMATRIS_1.jpg', 'LUMATRIS.'),
(4014, 922, 'Waldmann-LUMATRIS_2.jpg', 'LUMATRIS.'),
(4015, 922, 'Waldmann-LUMATRIS_3.jpg', 'LUMATRIS.'),
(4016, 923, 'Beacon-Viper-Large_1.jpg', 'Beacon Viper Large.'),
(4017, 924, 'Waldmann-ROCIA-focus_1.jpg', 'ROCIA. focus. Precisely focused.'),
(4018, 924, 'Waldmann-ROCIA-focus_2.jpg', 'ROCIA. focus. Precisely focused.'),
(4019, 924, 'Waldmann-ROCIA-focus_3.jpg', 'ROCIA. focus. Precisely focused.');
INSERT INTO `family_images` (`image_id`, `family_id`, `img_src`, `alt_name`) VALUES
(4020, 925, 'Beacon-Viper-Small_1.jpg', 'Beacon Viper Small.'),
(4021, 926, 'Waldmann-MINELA_1.jpg', 'MINELA. Flexible-Tube Luminaire.'),
(4022, 926, 'Waldmann-MINELA_2.jpg', 'MINELA. Flexible-Tube Luminaire.'),
(4023, 927, 'Beacon-Acorns_1.jpg', 'Beacon Acorns.'),
(4024, 928, 'Waldmann-ABL_1.jpg', 'ABL. Pivoting-head luminare.'),
(4025, 928, 'Waldmann-ABL_2.jpg', 'ABL. Pivoting-head luminare.'),
(4026, 929, 'Beacon-Brighton_1.jpg', 'Beacon Brighton.'),
(4027, 930, 'Waldmann-TEVISIO_1.jpg', 'TEVISIO. Magnifier Luminaire.'),
(4028, 930, 'Waldmann-TEVISIO_2.jpg', 'TEVISIO. Magnifier Luminaire.'),
(4029, 931, 'Beacon-LC5_1.jpg', 'Beacon LC5.'),
(4030, 932, 'Waldmann-SNLQ_1.jpg', 'SNLQ. Magnifier Luminaire.'),
(4031, 932, 'Waldmann-SNLQ_2.jpg', 'SNLQ. Magnifier Luminaire.'),
(4032, 933, 'Beacon-SETI_1.jpg', 'Beacon SETI.'),
(4033, 934, 'Waldmann-ALE_1.jpg', 'ALE. Inspection Luminaire.'),
(4034, 934, 'Waldmann-ALE_2.jpg', 'ALE. Inspection Luminaire.'),
(4035, 935, 'Beacon-Ceileo_1.jpg', 'Beacon Ceileo.'),
(4036, 935, 'Beacon-Ceileo_2.jpg', 'Beacon Ceileo.'),
(4037, 936, 'Waldmann-TAUREO_1.jpg', 'TAUREO. Continuous-Row Systems.'),
(4038, 936, 'Waldmann-TAUREO_2.jpg', 'TAUREO. Continuous-Row Systems.'),
(4039, 937, 'Beacon-Endura_1.jpg', 'Beacon Endura.'),
(4040, 938, 'io-Lighting-Closet-Rod-1-5_1.jpg', 'io Lighting Closet Rod 1.5.'),
(4041, 939, 'Waldmann-ACANEO_1.jpg', 'ACANEO. High Bay Luminaire.'),
(4042, 939, 'Waldmann-ACANEO_2.jpg', 'ACANEO. High Bay Luminaire.'),
(4043, 939, 'Waldmann-ACANEO_3.jpg', 'ACANEO. High Bay Luminaire.'),
(4044, 940, 'Beacon-Orbeon_1.jpg', 'Beacon Orbeon.'),
(4045, 941, 'io-Lighting-line-75-Asymmetric_1.jpg', 'io Lighting line .75 Asymmetric.'),
(4046, 942, 'Beacon-Traverse_1.jpg', 'Beacon Traverse.'),
(4051, 944, 'io-Lighting-line-75-Symmetric_1.jpg', 'io Lighting line .75 Symmetric.'),
(4052, 945, 'Beacon-Alpha_1.jpg', 'Beacon Alpha.'),
(4053, 946, 'io-Lighting-line-1-5_1.jpg', 'io Lighting line 1.5.'),
(4054, 947, 'io-Lighting-line-2-0-Asymmetric_1.jpg', 'io Lighting line 2.0 Asymmetric.'),
(4058, 949, 'io-Lighting-line-2-0-Symmetric_1.jpg', 'io Lighting line 2.0 Symmetric.'),
(4082, 506, 'Targetti-CCM-I_1.jpg', 'CCM-I. Arc Mini Intensive.'),
(4083, 503, 'Targetti-CCM-A_1.jpg', 'CCM-A. Arc Mini Adjustable.'),
(4084, 501, 'Targetti-CCM-F_1.jpg', 'CCM-F. Arc Mini Fixed.'),
(4085, 498, 'Targetti-CCM-F-II_1.jpg', 'CCM-F. Arc Mini Fixed Class II.'),
(4086, 509, 'Targetti-DURALUM-Indoor_1.jpg', 'DRL. DuraLum.'),
(4087, 494, 'Targetti-DL_1.jpg', 'DL. Duratape.'),
(4088, 491, 'Targetti-DL-ES_1.jpg', 'DL-ES. Duratape.'),
(4089, 276, 'Metalux-RHB_1.jpg', 'Metalux RHB. LED High Bay.'),
(4090, 164, 'Invue-ABB_1.jpg', 'Invue ABB. Arbor Bollard.'),
(4091, 159, 'Invue-ARB_1.jpg', 'Invue ARB. Arbor Post Top.'),
(4092, 163, 'Invue-MSA_1.jpg', 'Invue MSA. Mesa LED.'),
(4093, 247, 'Invue-VFS_1.jpg', 'Invue VFS. Vision Flood Small LED.'),
(4094, 6, 'Metalux-14CZ_1.jpg', 'Metalux 14CZ. LED.'),
(4097, 7, 'Metalux-22CZ_1.jpg', 'Metalux 22CZ. LED.'),
(4098, 7, 'Metalux-22CZ_1.jpg', 'Metalux 22CZ. LED.'),
(4099, 579, 'McGraw-Edison-GLEON_1.jpg', 'McGraw-Edison GLEON. Galleon LED.'),
(4100, 578, 'McGraw-CTN_1.jpg', 'McGraw-Edison CTN. Celesteon.'),
(4101, 301, 'McGraw-Edison-ISS_1.jpg', 'McGraw-Edison ISS. IMPACT ELITE LED.'),
(4102, 582, 'McGraw-VTS-LED_1.jpg', 'McGraw-Edison VTS. Ventus LED.'),
(4103, 724, 'Juno-2LEDTRIM_1.jpg', 'Juno 2LEDTRIM. Round Cone.'),
(4104, 724, 'Juno-2LEDTRIM_2.jpg', 'Juno 2LEDTRIM. Round Cone.'),
(4105, 724, 'Juno-2LEDTRIM_3.jpg', 'Juno 2LEDTRIM. Round Cone.'),
(4107, 726, 'Juno-IC1ALED_1.jpg', 'Juno IC1ALED. 440LED.'),
(4108, 719, 'Juno-JSF_1.jpg', 'Juno JSF. Surface Mount.'),
(4109, 719, 'Juno-JSF_2.jpg', 'Juno JSF. Surface Mount.'),
(4110, 719, 'Juno-JSF_3.jpg', 'Juno JSF. Surface Mount.'),
(4112, 722, 'Juno-MD1LG2_1.jpg', 'Juno MD1LG2. OUTDOOR.'),
(4113, 722, 'Juno-MD1LG2_2.jpg', 'Juno MD1LG2. OUTDOOR.'),
(4114, 729, 'Juno-TC4RAL_1.jpg', 'Juno TC4RAL. RECESSED HOUSING.'),
(4115, 286, 'Indy-LA8-VW_1.jpg', 'Indy LA8 VW. Housing.'),
(4116, 244, 'Indy-LC4W_1.jpg', 'Indy LC4W. Cylinder.'),
(4117, 183, 'Indy-LC8C_1.jpg', 'Indy LC8C. Cylinder.'),
(4118, 183, 'Indy-LC8C_2.jpg', 'Indy LC8C. Cylinder.'),
(4119, 183, 'Indy-LC8C_3.jpg', 'Indy LC8C. Cylinder.'),
(4121, 182, 'Indy-MS30_1.jpg', 'Indy MS30. Recessed Multiple.'),
(4122, 182, 'Indy-MS30_2.jpg', 'Indy MS30. Recessed Multiple.'),
(4123, 182, 'Indy-MS30_3.jpg', 'Indy MS30. Recessed Multiple.'),
(4125, 171, 'Indy-MS38_1.jpg', 'Indy MS38. Recessed Multiple.'),
(4126, 171, 'Indy-MS38_2.jpg', 'Indy MS38. Recessed Multiple.'),
(4127, 171, 'Indy-MS38_3.jpg', 'MS38. Recessed Multiple.'),
(4129, 181, 'Indy-SDC6-SM_1.jpg', 'Indy SDC6 SM. Cylinder.'),
(4130, 181, 'Indy-SDC6-SM_2.jpg', 'Indy SDC6 SM. Cylinder.'),
(4131, 181, 'Indy-SDC6-SM_3.jpg', 'Indy SDC6 SM. Cylinder.'),
(4133, 323, 'Hydrel-M9400-LED_1.jpg', 'Hydrel M9400 LED. Flow-Through In-Grade.'),
(4134, 325, 'Hydrel-M9700C-LED_1.jpg', 'Hydrel M9700C LED. Flow-Through In-Grade.'),
(4135, 325, 'Hydrel-M9700C-LED_2.jpg', 'Hydrel M9700C LED. Flow-Through In-Grade.'),
(4136, 330, 'Hydrel-Paradox-PDX10-LED-RETROFIT_1.jpg', 'Hydrel Paradox PDX10 LED RETROFIT. Sealed In-Grade.'),
(4137, 328, 'Hydrel-Paradox-PDX7-LED_1.jpg', 'Hydrel Paradox PDX7 LED. Sealed In-Grade'),
(4138, 706, 'Peerless-CERRA-10-Indirect-Direct-LED_1.jpg', 'Peerless 10CRM4L. Suspended.'),
(4139, 706, 'Peerless-CERRA-10-Indirect-Direct-LED_2.jpg', 'Peerless 10CRM4L. Suspended.'),
(4140, 706, 'Peerless-CERRA-10-Indirect-Direct-LED_3.jpg', 'Peerless 10CRM4L. Suspended.'),
(4141, 718, 'Peerless-Lightedge-LED-Curved-Wall-Indirect-Direct_1.jpg', 'Peerless Lightedge LED Curved Wall Indirect-Direct.'),
(4142, 718, 'Peerless-Lightedge-LED-Curved-Wall-Indirect-Direct_1.jpg', 'Peerless Lightedge LED Curved Wall Indirect-Direct.'),
(4158, 723, 'Peerless-Mino-1x1-Surface-Wall_1.jpg', 'Peerless MN9 1X1. Surface/Wall.'),
(4159, 723, 'Peerless-Mino-1x1-Surface-Wall_2.jpg', 'Peerless MN9 1X1. Surface/Wall.'),
(4160, 723, 'Peerless-Mino-1x1-Surface-Wall_3.jpg', 'Peerless MN9 1X1. Surface/Wall.'),
(4162, 710, 'Peerless-Olessence-OLED-LED_1.jpg', 'Peerless OLE4. Suspended.'),
(4163, 727, 'Peerless-Open-LED-Surface-Mount-Direct_1.jpg', 'Peerless OPMS S. Surface.'),
(4164, 727, 'Peerless-Open-LED-Surface-Mount-Direct_2.jpg', 'Peerless OPMS S. Surface.'),
(4165, 727, 'Peerless-Open-LED-Surface-Mount-Direct_3.jpg', 'Peerless OPMS S. Surface.'),
(4166, 716, 'Peerless-Round-4-Indirect-RD4M1_1.jpg', 'Peerless RD4M1. Suspended.'),
(4167, 716, 'Peerless-Round-4-Indirect-RD4M1_2.jpg', 'Peerless RD4M1. Suspended.'),
(4168, 716, 'Peerless-Round-4-Indirect-RD4M1_3.jpg', 'Peerless RD4M1. Suspended.'),
(4170, 721, 'Peerless-Square-Wall-LED_1.jpg', 'Peerless SQWS. ADA Compliant.'),
(4171, 712, 'Peerless-Vellum-Quad-Pendant_1.jpg', 'Peerless VMMQP. Suspended.'),
(4172, 713, 'Peerless-Vellum-Single-Pendant_1.jpg', 'Peerless VMMSP. Suspended.'),
(4173, 510, 'USAI-Lighting-1020-Round_1.jpg', 'LRTD4. BeveLED Basic.'),
(4174, 511, 'USAI-Ligting-1131-Square_1.jpg', 'LSTA4. ADJUSTABLE.'),
(4175, 513, 'USAI-Lighting-1451-Square-trimless_1.jpg', 'LSLW4. WALL WASH .'),
(4176, 502, 'USAI-Lighting-2110-Square_1.jpg', 'LSTD3. DOWNLIGHT.'),
(4177, 505, 'USAI-Lighting-2331-Round-trimless_1.jpg', 'LRLA3. ADJUSTABLE.'),
(4178, 507, 'USAI-Lighting-2451-Square-trimless_1.jpg', 'LSLW3. WALL WASH .'),
(4179, 493, 'USAI-Lighting-3021-Round-2-1_1.jpg', 'LRTD4 2.1. DOWNLIGHT.'),
(4180, 81, 'USAI_Lighting_USA_3113_1.jpg', 'LSTD4. DOWNLIGHT. '),
(4181, 81, 'USAI_Lighting_USA_3113_2.jpg', 'LSTD4. DOWNLIGHT. '),
(4182, 496, 'USAI-Lighting-3131-Square-2-1_1.jpg', 'LSTA4  2.1. ADJUSTABLE.'),
(4185, 82, 'USAI_Lighting_USA_3313_1.jpg', 'LSLD4. DOWNLIGHT.'),
(4186, 82, 'USAI_Lighting_USA_3113_2.jpg', 'LSLD4. DOWNLIGHT.'),
(4187, 499, 'USAI-Lighting-3851-Sq-trimless-2-1_1.jpg', 'LSLW4 2.1. WALL WASH.'),
(4188, 512, 'USAI-Lighting-BeveLED-2-1-Double-Square_1.jpg', 'LMSTA4 2. ADJUSTABLE 35°.'),
(4189, 514, 'USAI-Lighting-BeveLED-2-1-Double-Round_1.jpg', 'LMRTA4 2. ADJUSTABLE 35°.'),
(4191, 4, 'USAI_Lighting_USA_1010_1.jpg', 'LSTD4 1010. DOWNLIGHT.'),
(4192, 5, 'USAI_Lighting_USA_1011_1.jpg', 'LSLD4 1011. DOWNLIGHT.'),
(4193, 516, 'USAI-Lighting-LN10RAT-LN10RAL-Round_1.jpg', 'LN10RA. Round Adjustable Accen.'),
(4194, 515, 'USAI-Lighting-LN10RDT-LN10RDL-Round_1.jpg', 'LN10RD. Round Downlight 1\" Regress.'),
(4195, 517, 'USAI-Lighting-LN10RWT-LN10RWL-Round_1.jpg', 'LN10RW. Round Wall Wash. '),
(4196, 358, 'Gotham-Lighting-EVO-4-Downlight_1.jpg', 'Gotham Lighting EVO 4. Downlight.'),
(4197, 356, 'Gotham-Lighting-EVO-6-Downlight_1.jpg', 'Gotham Lighting EVO 6. Downlight.'),
(4200, 359, 'Gotham-Lighting-EVO-SQLW-TUWH-4-Downlight_1.jpg', 'Gotham Lighting EVO SQLW. Downlight.'),
(4201, 360, 'Gotham-Lighting-EVO-WW-4-Downlight_1.jpg', 'Gotham Lighting EVO WW. Downlight.'),
(4202, 324, 'Color-Kinetics-EvenBalance-Essential-White-Powercore_2.jpg', 'EvenBalance Essential White Powercore. Interior linear solid white light forward throw asymmetric luminaire.'),
(4203, 8, 'Gotham_Lighting_GTM_EVO-SQ-4_1.jpg', 'Gotham Lighting EVO SQ. Downlight.'),
(4204, 8, 'Gotham_Lighting_GTM_EVO-SQ-4_2.jpg', 'Gotham Lighting EVO SQ. Downlight.'),
(4205, 357, 'Gotham-Lighting-ICO-LW-2-Downlight_1.jpg', 'Gotham Lighting ICO LW. Downlight.'),
(4206, 9, 'Gotham_Lighting_GTM_ICO-CYL-2_1.jpg', 'Gotham Lighting ICO CYL. Downlight.'),
(4207, 9, 'Gotham_Lighting_GTM_ICO-CYL-2_2.jpg', 'Gotham Lighting ICO CYL. Downlight.'),
(4208, 11, 'Gotham_Lighting_GTM_ICO-CYL-4_1.jpg', 'Gotham Lighting ICO CYL 4. Downlight.'),
(4209, 11, 'Gotham_Lighting_GTM_ICO-CYL-4_2.jpg', 'Gotham Lighting ICO CYL 4. Downlight.'),
(4210, 10, 'Gotham_Lighting_GTM_ICO-CYLLW-2_1.jpg', 'Gotham Lighting ICO CYLLW. Downlight.'),
(4211, 10, 'Gotham_Lighting_GTM_ICO-CYLLW-2_2.jpg', 'Gotham Lighting ICO CYLLW. Downlight.'),
(4212, 414, 'Element-Lighting-BLOOM-REFLECTIONS-Decorative-Recessed-Downlights_1.jpg', 'Element Lighting BLOOM. REFLECTIONS.'),
(4213, 415, 'Element-Lighting-DUNE-REFLECTIONS-Decorative-Recessed-Downlights_1.jpg', 'Element Lighting DUNE. REFLECTIONS.'),
(4214, 417, 'Element-Lighting-FLEUR-REFLECTIONS-Decorative-Recessed-Downlights_1.jpg', 'Element Lighting FLEUR. REFLECTIONS.'),
(4215, 419, 'Element-Lighting-SKYE-REFLECTIONS-Decorative-Recessed-Downlights_1.jpg', 'Element Lighting SKYE. REFLECTIONS.'),
(4216, 412, 'Element-Lighting-TORUS-REFLECTIONS-Decorative-Recessed-Downlights_1.jpg', 'Element Lighting TORUS. REFLECTIONS.'),
(4217, 842, 'Lumenwerx-AXLE-LED_1.jpg', 'Lumenwerx AXLPAD. PENDANT ASYMMETRIC .'),
(4218, 842, 'Lumenwerx-AXLE-LED_2.jpg', 'Lumenwerx AXLPAD. PENDANT ASYMMETRIC .'),
(4219, 856, 'Lumenwerx-CAVA-CURVE-LED _1.jpg', 'Lumenwerx CAVCPD. PENDANT DIRECT.'),
(4220, 856, 'Lumenwerx-CAVA-CURVE-LED _2.jpg', 'Lumenwerx CAVCPD. PENDANT DIRECT.'),
(4221, 855, 'Lumenwerx-FORTEX-2-LED_1.jpg', 'Lumenwerx FOR2WDI. WALL.'),
(4222, 844, 'Lumenwerx-FORTEX-4-LED_1.jpg', 'Lumenwerx FOR4PD. PENDANT.'),
(4223, 864, 'Lumenwerx-MIKRO-LED _1.jpg', 'Lumenwerx MIKPD. PENDANT DIRECT.'),
(4224, 846, 'Lumenwerx-POLY-TRAINGLE-LED_1.jpg', 'Lumenwerx POLP. PENDANT.'),
(4225, 867, 'Lumenwerx-POP-CORE-SQUARE-1-1-LED_1.jpg', 'Lumenwerx POSQPD. PENDANT DIRECT.'),
(4226, 850, 'Lumenwerx-VIA-1-5-LED _1.jpg', 'Lumenwerx VIA1.5PD. PENDANT DIRECT.'),
(4227, 853, 'Lumenwerx-VIA-5-LED_1.jpg', 'Lumenwerx VIA5R. RECESSED WALL WASH V. 2.'),
(4228, 869, 'Lumenwerx-SELKA-LED_1.jpg', 'Lumenwerx SELPD. PENDANT DIRECT.'),
(4229, 869, 'Lumenwerx-SELKA-LED_2.jpg', 'Lumenwerx SELPD. PENDANT DIRECT.'),
(4230, 861, 'Lumenwerx-HEX-LED _1.jpg', 'Lumenwerx HEX. PENDANT.'),
(4231, 861, 'Lumenwerx-HEX-LED _2.jpg', 'Lumenwerx HEX. PENDANT.'),
(4232, 861, 'Lumenwerx-HEX-LED _3.jpg', 'Lumenwerx HEX. PENDANT.'),
(4235, 313, 'Birchwood-Lighting-CHLOE-LED_1.jpg', 'Birchwood Lighting CHL LED. Dual Distribution 2.25”, 4.75” Round Profile Luminaire.'),
(4236, 342, 'Birchwood-Lighting-JAKE-LED_1.jpg', 'Birchwood Lighting JAK LED PR FLS. 1.65”, 2.25”, 3.25”, 5.00”.'),
(4237, 305, 'Birchwood-Lighting-CHARLOTTE-LED_1.jpg', 'Birchwood Lighting CHA DR/IN. Sweeping Curve LED.'),
(4238, 336, 'Birchwood-Lighting-JAKE-LED_1.jpg', 'Birchwood Lighting JAK LED WW 350. 3.50” Wall Wash.'),
(4239, 338, 'Birchwood-Lighting-JAKE-LED_1.jpg', 'Birchwood Lighting JAK LED REG. REGRESSED LENS 1.65” 2.25” 3.25” 5.00”.'),
(4240, 179, 'Delta-Light-SPATIO-REO-2733-AD-A_1.jpg', 'Delta Light 6 311 13 8123 AD A. SPATIO REO 2733 AD.'),
(4241, 179, 'Delta-Light-SPATIO-REO-2733-AD-A_2.jpg', 'Delta Light 6 311 13 8123 AD A. SPATIO REO 2733 AD.'),
(4242, 179, 'Delta-Light-SPATIO-REO-2733-AD-A_3.jpg', 'Delta Light 6 311 13 8123 AD A. SPATIO REO 2733 AD.'),
(4244, 172, 'Delta-Light-SUPERNOVA-XS-PIVOT-260-AD-DIM1_1.jpg', 'Delta Light 6 274 88 2515 AD ED1 W. SUPERNOVA XS PIVOT 260 AD DIM1.'),
(4246, 432, 'Gardco-PureForm-LED-area-large-P34_1.jpg', 'Gardco P34. PureForm site and area, 34\".'),
(4247, 432, 'Gardco-PureForm-LED-area-large-P34_2.jpg', 'Gardco P34. PureForm site and area, 34\".'),
(4248, 432, 'Gardco-PureForm-LED-area-large-P34_3.jpg', 'Gardco P34. PureForm site and area, 34\".'),
(4249, 433, 'Gardco-PureForm-LED-area-medium-comfort-P26_1.jpg', 'Gardco P26. PureForm area medium, 26\".'),
(4250, 433, 'Gardco-PureForm-LED-area-medium-comfort-P26_2.jpg', 'Gardco P26. PureForm area medium, 26\".'),
(4251, 433, 'Gardco-PureForm-LED-area-medium-comfort-P26_3.jpg', 'Gardco P26. PureForm area medium, 26\".'),
(4252, 436, 'Gardco-PureForm-LED-area-medium-P26_1.jpg', 'Gardco P26 64L. PureForm area medium, 26\".'),
(4253, 436, 'Gardco-PureForm-LED-area-medium-P26_2.jpg', 'Gardco P26 64L. PureForm area medium, 26\".'),
(4254, 436, 'Gardco-PureForm-LED-area-medium-P26_3.jpg', 'Gardco P26 64L. PureForm area medium, 26\".'),
(4255, 438, 'Gardco-PureForm-LED-bollard-PBL_1.jpg', 'Gardco PBL. Pure Form bollard.'),
(4256, 438, 'Gardco-PureForm-LED-bollard-PBL_2.jpg', 'Gardco PBL. Pure Form bollard.'),
(4257, 438, 'Gardco-PureForm-LED-bollard-PBL_3.jpg', 'Gardco PBL. Pure Form bollard.'),
(4258, 441, 'Gardco-PureForm-LED-pos-top-comfort-PPT_1.jpg', 'Gardco PPT. PureForm post top, comfort optics.'),
(4259, 441, 'Gardco-PureForm-LED-pos-top-comfort-PPT_2.jpg', 'Gardco PPT. PureForm post top, comfort optics.'),
(4260, 441, 'Gardco-PureForm-LED-pos-top-comfort-PPT_3.jpg', 'Gardco PPT. PureForm post top, comfort optics.'),
(4261, 442, 'Gardco-PureForm-LED-wall-sconce-comfort-PWS_1.jpg', 'Gardco PWS. PureForm wall sconce.'),
(4262, 442, 'Gardco-PureForm-LED-wall-sconce-comfort-PWS_2.jpg', 'Gardco PWS. PureForm wall sconce.'),
(4263, 442, 'Gardco-PureForm-LED-wall-sconce-comfort-PWS_3.jpg', 'Gardco PWS. PureForm wall sconce.'),
(4264, 444, 'Gardco-PureForm-LED-wall-sconce-PWS_1.jpg', 'Gardco PWS-48L. Pure Form wall sconce.'),
(4265, 444, 'Gardco-PureForm-LED-wall-sconce-PWS_2.jpg', 'Gardco PWS-48L. Pure Form wall sconce.'),
(4266, 444, 'Gardco-PureForm-LED-wall-sconce-PWS_3.jpg', 'Gardco PWS-48L. Pure Form wall sconce.'),
(4267, 279, 'Design-Plan-Globe-LED-IP40-AirCoral_1.jpg', 'Designplan BU6289. AC. US. Recessed Wall Luminaire.'),
(4268, 230, 'Designplan-Ghost-Aircoral_1.jpg', 'Designplan BU6333. AC. US. 7W Recessed Wall Luminaire.'),
(4269, 186, 'Designplan-Leaf-AirCoral_1.jpg', 'Designplan BU2988. AC. US. 6W LED Recessed Wall Luminaire.'),
(4270, 184, 'Designplan-Nastro-AirCoral_1.jpg', 'Designplan BU2979. AC. US. LED IP40 Bidirectional Recessed Wall Mount.'),
(4271, 226, 'Designplan-Phantom-Coral_1.jpg', 'Designplan BU6488. 00. US. 2W LED Recessed Wall Luminaire.'),
(4272, 226, 'Designplan-Phantom-Coral_2.jpg', 'Designplan BU6488. 00. US. 2W LED Recessed Wall Luminaire.'),
(4273, 266, 'Intense-Lighting-IHOLC6DR_1.jpg', 'Intense Lighting IHOLC6DR. 6” Gravity LED Downlight Cylinder.'),
(4274, 553, 'Lithonia-Lighting-2BLTX-Surface-Mount-2-x-2_1.jpg', 'Lithonia Lighting 2BLTX2. BLTX Series LED Surface Light.'),
(4275, 555, 'Lithonia-Lighting-2BLTX-Surface-Mount-2-x-4_1.jpg', 'Lithonia Lighting 2BLTX4. BLTX Series LED Surface Light.'),
(4276, 266, 'Intense-Lighting-IHOLC6DR_2.jpg', 'Intense Lighting IHOLC6DR. 6” Gravity LED Downlight Cylinder.'),
(4277, 266, 'Intense-Lighting-IHOLC6DR_3.jpg', 'Intense Lighting IHOLC6DR. 6” Gravity LED Downlight Cylinder.'),
(4278, 561, 'Lithonia-Lighting-2VTLX-2-x-4_1.jpg', 'Lithonia Lighting 2VTLX4. Volumetric LED.'),
(4279, 560, 'Lithonia-Lighting-2VTLX-2-x-2_1.jpg', 'Lithonia Lighting 2VTLX2. Volumetric LED.'),
(4280, 563, 'Lithonia-Lighting-3-E-Series-LED-Module_1.jpg', 'Lithonia Lighting 3BEMW. LED Recessed Module.'),
(4281, 565, 'Lithonia-Lighting-6SL-Speaker-Downlight_1.jpg', 'Lithonia Lighting 6SL. 6\" Wireless Speaker Downlight.'),
(4282, 565, 'Lithonia-Lighting-6SL-Speaker-Downlight_2.jpg', '6SL. 6\" Wireless Speaker Downlight.'),
(4283, 556, 'Lithonia-Lighting-BLTX-Surface-Mount-1-x-4_1.jpg', 'Lithonia Lighting BLTX4.  Surface Mount.'),
(4284, 580, 'Lithonia-Lighting-D-Series-Parking-Garage_1.jpg', 'Lithonia Lighting DSXPG. Parking Garage LED Outdoor Canopy.'),
(4285, 550, 'Lithonia-Lighting-D-Series-VC-Area-Size-1_1.jpg', 'Lithonia Lighting DSX1LED. DSX1 VC LED Area Luminaire.'),
(4286, 550, 'Lithonia-Lighting-D-Series-VC-Area-Size-1_2.jpg', 'DSX1LED. DSX1 VC LED Area Luminaire.'),
(4287, 550, 'Lithonia-Lighting-D-Series-VC-Area-Size-1_3.jpg', 'DSX1LED. DSX1 VC LED Area Luminaire.'),
(4289, 572, 'Lithonia-Lighting-LDN3-Round-Series_1.jpg', 'Lithonia Lighting LDN3. Open and Wallwash.'),
(4290, 570, 'Lithonia-Lighting-LDN3-Square-Series_1.jpg', 'Lithonia Lighting LDN3SQ. Open and Wallwash.'),
(4291, 568, 'Lithonia-Lighting-LDN4-Cylinder-Series_1.jpg', 'Lithonia Lighting LDN4CYL. LED Cylinders.'),
(4292, 567, 'Lithonia-Lighting-LDN6-Cylinder-Series_1.jpg', 'Lithonia Lighting LDN6CYL. LED Cylinders.'),
(4293, 567, 'Lithonia-Lighting-LDN6-Cylinder-Series_2.jpg', 'Lithonia Lighting LDN6CYL. LED Cylinders.'),
(4294, 567, 'Lithonia-Lighting-LDN6-Cylinder-Series_3.jpg', 'Lithonia Lighting LDN6CYL. LED Cylinders.'),
(4296, 583, 'Lithonia-Lighting-LED-Vanderlyn-Linear_1.jpg', 'Lithonia Lighting FMFL 30840 VANL. Decorative Indoor Linear Fixture.'),
(4297, 574, 'Lithonia-Lighting-WF3-Downlight_1.jpg', 'Lithonia Lighting WF3. LED Module.'),
(4298, 958, 'v2-Lighting-Group-QS3_1.jpg', 'QS3 CORE 300 QS PENDANT.'),
(4299, 959, 'v2-Lighting-Group-QS4_1.jpg', 'QS4.  CORE 300 QS SURFACE MOUNT.'),
(4300, 83, 'Edge-Lighting-EDG-CC-D1_1.jpg', 'Edge Lighting jbox. Junction Box.'),
(4301, 83, 'Edge-Lighting-EDG-CC-D1_2.jpg', 'Edge Lighting jbox. Junction Box.'),
(4302, 83, 'Edge_Lighting_EDG_CC-D1_3.jpg', 'Edge Lighting jbox. Junction Box.'),
(4304, 661, 'Edge-Lighting-Millwork-Light-Channel_1.jpg', 'Edge Lighting lcMW. Millwork Light Channel.'),
(4305, 661, 'Edge-Lighting-Millwork-Light-Channel_2.jpg', 'Edge Lighting lcMW. Millwork Light Channel.'),
(4306, 661, 'Edge-Lighting-Millwork-Light-Channel_3.jpg', 'Edge Lighting lcMW. Millwork Light Channel.'),
(4308, 960, 'v2-Lighting-Group-Q2LP_1.jpg', 'Q2LP.  QUBE 200 LX PENDANT.'),
(4309, 668, 'Edge-Lighting-Nautilus-LED-Wall-Wash_1.jpg', 'Edge Lighting FJ NAU 3. Wall Wash.'),
(4310, 659, 'Edge-Lighting-Taos-Square-LED_1.jpg', 'Edge Lighting Taos. Indoor/Outdoor.'),
(4311, 659, 'Edge-Lighting-Taos-Square-LED_2.jpg', 'Edge Lighting Taos. Indoor/Outdoor.'),
(4312, 659, 'Edge-Lighting-Taos-Square-LED_3.jpg', 'Edge Lighting Taos. Indoor/Outdoor.'),
(4313, 664, 'Edge-Lighting-Vision-3-LED_1.jpg', 'Edge Lighting VISION3. LED.'),
(4314, 664, 'Edge-Lighting-Vision-3-LED_2.jpg', 'Edge Lighting VISION3. LED.'),
(4315, 665, 'Edge-Lighting-Vision-8-LED_1.jpg', 'Edge Lighting VISION8. LED.'),
(4316, 665, 'Edge-Lighting-Vision-8-LED_2.jpg', 'Edge Lighting VISION8. LED.'),
(4317, 961, 'v2-Lighting-Group-Q3LP_1.jpg', 'Q3LP.  QUBE 300 LX PENDANT.'),
(4319, 198, 'Edison-Price-IDM-ARTIMA-LED-5-O_1.jpg', 'Edison Price IDM A5 CZL2 OX. IDM ARTIMA/5 O.'),
(4320, 87, 'Edison_Price_EDP_DL-LMD019-4WL_1.jpg', 'Edison Price DL LMD019 4WL. lensed wallwasher.'),
(4321, 194, 'Edison-Price-SPREDLITE-CLP-DL-12_1.jpg', 'Edison Price SPR-CLP-DL12. SpredLITE CLP DL/12.'),
(4322, 192, 'Edison-Price-SPREDLITE-CLP-DL-9_1.jpg', 'Edison Price SPR-CLP-DL9. SpredLITE CLP DL/9.'),
(4323, 962, 'v2-Lighting-Group-BL2P_1.jpg', 'BL2P.  BRIO L2 PENDANT: 2′, 4′, 5′.'),
(4324, 196, 'Edison-Price-STACKLITE-CZR-OBM_1.jpg', 'Edison Price STK-CZR-OB. STACKLITE CZR-OBM.'),
(4325, 963, 'v2-Lighting-Group-BL2S_1.jpg', 'BL2S.  BRIO L2 SCONCE: 2′, 4′, 5′.'),
(4326, 963, 'v2-Lighting-Group-BL2S_2.jpg', 'BL2S.  BRIO L2 SCONCE: 2′, 4′, 5′.'),
(4327, 963, 'v2-Lighting-Group-BL2S_3.jpg', 'BL2S.  BRIO L2 SCONCE: 2′, 4′, 5′.'),
(4328, 962, 'v2-Lighting-Group-BL2P_2.jpg', 'BL2P.  BRIO L2 PENDANT: 2′, 4′, 5′.'),
(4329, 962, 'v2-Lighting-Group-BL2P_1.jpg', 'BL2P.  BRIO L2 PENDANT: 2′, 4′, 5′.'),
(4330, 964, 'v2-Lighting-Group-T2LP_1.jpg', 'T2LP. TUBE 200 LX PENDANT.'),
(4331, 965, 'IRIS-P3LED09-E3AASR_1.jpg', 'IRIS P3LED09 E3AASR.'),
(4332, 966, 'IRIS-P3LED09-E3OVAL_1.jpg', 'IRIS P3LED09 E3OVAL.'),
(4333, 967, 'IRIS-P3LED09-E3SLOT_1.jpg', 'IRIS P3LED09 E3SLOT.'),
(4334, 968, 'IRIS-P406TAT-MH4LED-E4LWW_1.jpg', 'IRIS P406TAT MH4LED E4LWW.'),
(4335, 969, 'IRIS-P406TAT-MH4LED-E4SL_1.jpg', 'IRIS P406TAT MH4LED E4SL.'),
(4336, 970, 'IRIS-P408ICAT-MH4LED-E4DC_1.jpg', 'IRIS P408ICAT MH4LED E4DC.'),
(4337, 971, 'FC-Lighting-FCC813Wi_1.jpg', 'FC Lighting FCC813Wi. Cylinder.'),
(4338, 972, 'FC-Lighting-FCC312P_1.jpg', 'FC Lighting FCC312P. Cylinder.'),
(4339, 973, 'FC-Lighting-FCBT690S_1.jpg', 'FC Lighting FCBT690S. Bollard.'),
(4340, 974, 'FC-Lighting-FCB450_1.jpg', 'FC Lighting FCB450. Bollard.'),
(4341, 975, 'FC-Lighting-DL _1.jpg', 'FC Lighting DL. DualLine.'),
(4342, 976, 'FC-Lighting-ECVLX10V_1.jpg', 'EFC Lighting CVLX10V. eCOVELINE XL 0-10V Dim.'),
(4343, 977, 'FC-Lighting-ECVLWET-250_1.jpg', 'FC Lighting ECVLWET 250. eCOVELINE WET 250.'),
(4344, 978, 'FC-Lighting-ECVLXWET _1.jpg', 'FC Lighting ECVLXWET. eCOVELINE XL WET.'),
(4345, 715, 'Peerless-Origami-LED_1.jpg', 'Peerless OR3M1. Origami Wall.'),
(4346, 715, 'Peerless-Origami-LED_2.jpg', 'Peerless OR3M1. Origami Wall.'),
(4347, 715, 'Peerless-Origami-LED_3.jpg', 'Peerless OR3M1. Origami Wall.'),
(4349, 858, 'Lumenwerx-CUBITO_1.jpg', 'Lumenwerx CUBWB. WALL.'),
(4350, 858, 'Lumenwerx-CUBITO_2.jpg', 'Lumenwerx CUBWB. WALL.'),
(4351, 979, 'Ledalite-7505LxExN_1.jpg', 'Ledalite 7505LxExN. Chopstick - Suspended.'),
(4352, 979, 'Ledalite-7505LxExN_2.jpg', 'Ledalite 7505LxExN. Chopstick - Suspended.'),
(4353, 979, 'Ledalite-7505LxExN_3.jpg', 'Ledalite 7505LxExN. Chopstick - Suspended.'),
(4354, 980, 'Ledalite-7505LxCxN_1.jpg', 'Ledalite 7505LxCxN. Chopstick - Suspended.'),
(4355, 980, 'Ledalite-7505LxCxN_2.jpg', 'Ledalite 7505LxCxN. Chopstick - Suspended.'),
(4356, 980, 'Ledalite-7505LxCxN_3.jpg', 'Ledalite 7505LxCxN. Chopstick - Suspended.'),
(4360, 982, 'Ledalite-24x5L2CAA_1.jpg', 'Ledalite 24x5L2CAA. FloatPlane - Suspended.'),
(4361, 982, 'Ledalite-24x5L2CAA_2.jpg', 'Ledalite 24x5L2CAA. FloatPlane - Suspended.'),
(4362, 982, 'Ledalite-24x5L2CAA_3.jpg', 'Ledalite 24x5L2CAA. FloatPlane - Suspended.'),
(4363, 983, 'Ledalite-1231LxCQE_1.jpg', 'Ledalite 1231LxCQE. Jump - Wall.'),
(4364, 983, 'Ledalite-1231LxCQE_2.jpg', 'Ledalite 1231LxCQE. Jump - Wall.'),
(4365, 981, 'Ledalite-9422DxxxLx44_1.jpg', '9422DxxxLx44. PureFX - Recessed.'),
(4366, 981, 'Ledalite-9422DxxxLx44_2.jpg', 'Ledalite 9422DxxxLx44. PureFX - Recessed.'),
(4367, 981, 'Ledalite-9422DxxxLx44_3.jpg', 'Ledalite 9422DxxxLx44. PureFX - Recessed.'),
(4368, 984, 'Ledalite-7406LxAQN_1.jpg', 'Ledalite 7406LxAQN. Sync - Suspended.'),
(4369, 984, 'Ledalite-7406LxAQN_2.jpg', 'Ledalite 7406LxAQN. Sync - Suspended.'),
(4370, 984, 'Ledalite-7406LxAQN_3.jpg', 'Ledalite 7406LxAQN. Sync - Suspended.'),
(4371, 985, 'Ledalite-2911LxEQN_1.jpg', 'Ledalite 2911LxEQN. TruGroove - Surface.'),
(4372, 985, 'Ledalite-2911LxEQN_2.jpg', 'Ledalite 2911LxEQN. TruGroove - Surface.'),
(4373, 985, 'Ledalite-2911LxEQN_3.jpg', 'Ledalite 2911LxEQN. TruGroove - Surface.'),
(4374, 986, 'Shaper-340-4B_1.jpg', '340-4B. LED DL Series.'),
(4375, 987, 'Shaper-340-6B_1.jpg', '340-6B. LED DL Series.'),
(4376, 988, 'Shaper-673-WP_1.jpg', '673-WP. Series.'),
(4377, 989, 'Shaper-141-P_1.jpg', '141-P. Series.'),
(4378, 990, 'Shaper-845_1.jpg', '845. AUTOGRAPH COLLECTION LOOP SERIES 845 LOOP PENDANT.'),
(4379, 991, 'Shaper-146-P_1.jpg', '146-P Series.'),
(4380, 46, 'Axis_Lighting_AXS_DAY14_1.jpg', 'Axis Lighting DAY14.'),
(4381, 45, 'Axis_Lighting_AXS_DAY24_1.jpg', 'Axis Lighting DAY24.'),
(4382, 992, 'Acclaim-Lighting-DMA_1.jpg', 'Acclaim Lighting. DMA. Dyna Accent Mini.'),
(4383, 992, 'Acclaim-Lighting-DMA_2.jpg', 'Acclaim Lighting. DMA. Dyna Accent Mini.'),
(4384, 992, 'Acclaim-Lighting-DMA_3.jpg', 'Acclaim Lighting. DMA. Dyna Accent Mini.'),
(4385, 993, 'Acclaim-Lighting-AQD_1.jpg', 'Acclaim Lighting. AQD. Aqua Drum.'),
(4386, 994, 'Acclaim-Lighting-DDP_1.jpg', 'Acclaim Lighting. DDP. Dyna Drum SO Pendant.'),
(4387, 995, 'Acclaim-Lighting-DDQ_1.jpg', 'Acclaim Lighting. DDQ. Dyna Drum SO QW Pendant.'),
(4388, 996, 'Acclaim-Lighting-DFF_1.jpg', 'Acclaim Lighting. DFF. Dyna Flood XT.'),
(4389, 996, 'Acclaim-Lighting-DFF_2.jpg', 'Acclaim Lighting. DFF. Dyna Flood XT.'),
(4390, 997, 'Acclaim-Lighting-DFH_1.jpg', 'Acclaim Lighting. DFH. Dyna Flood XT QW.'),
(4391, 997, 'Acclaim-Lighting-DFH_2.jpg', 'Acclaim Lighting. DFH. Dyna Flood XT QW.'),
(4392, 998, 'Acclaim-Lighting-PBA_1.jpg', 'Acclaim Lighting  PBA. PIXEL BAR. '),
(4393, 999, 'Acclaim-Lighting-ADO_1.jpg', 'Acclaim Lighting  ADO. AL DOT.'),
(4394, 1000, 'LSI-Industries-XCN4_1.jpg', 'LSI Industries XCN4. LSI LED Decorative Pedestrian & Area Lighting - Constitution.'),
(4395, 1001, 'Acclaim-Lighting-ACE_1.jpg', 'Acclaim Lighting  ACE. AL COVE ECO.'),
(4396, 1002, 'Acclaim-Lighting-AIC_1.jpg', 'Acclaim Lighting  AIC. Ai Cove.'),
(4397, 1003, 'LSI-Industries-XENM3_1.jpg', 'LSI Industries XENM3. LSI LED Decorative Pedestrian & Area Lighting - Enterprise.'),
(4398, 1004, 'Acclaim-Lighting-AGH_1.jpg', 'Acclaim Lighting  AGH. AL Graze AC.'),
(4399, 1005, 'Acclaim-Lighting-PGA_1.jpg', 'Acclaim Lighting PGA. Pixel Graze.'),
(4400, 1006, 'LSI-Industries-XLXM3_1.jpg', 'LSI Industries XLXM3. LSI Decorative Pedestrian & Area Lighting - Lexington.'),
(4401, 1008, 'LSI-Industries-XMR_1.jpg', 'XMR. LSI LED Mirada Round Area Light. '),
(4402, 1009, 'Acclaim-Lighting-DAS_1.jpg', 'Acclaim Lighting  DAS. Dyna Accent.'),
(4403, 1010, 'LSI-Industries-XALM_1.jpg', 'LSI Industries XALM. LSI LED Mirada Area Light.'),
(4404, 1011, 'LSI-Industries-MWW_1.jpg', 'LSI Industries MWW. LED MWW Micro Wall Wash.'),
(4406, 1012, 'Visual-Lighting-Technologies-VX-SUN_1.jpg', 'Visual Lighting Technologeis VX SUN. SUNNY family.'),
(4407, 1013, 'Visual-Lighting-Technologies-VX-LR4_1.jpg', 'Visual Lighting Technologeis VX LR4. LYRAS 45.'),
(4408, 1014, 'LSI-Industries-XBVRD_1.jpg', 'LSI Industries XBVRD. LSI LED Bollard. '),
(4409, 1015, 'Visual-Lighting-Technologies-ELL-EG2_1.jpg', 'Visual Lighting Technologeis ELL EG2. Elegance  Fundamentals.'),
(4410, 1016, 'Visual-Lighting-Technologies-ELL-MLR_1.jpg', 'Visual Lighting Technologeis ELL MLR. Mini Light Run.'),
(4411, 1016, 'Visual-Lighting-Technologies-ELL-MLR_2.jpg', 'Visual Lighting Technologeis ELL MLR. Mini Light Run.'),
(4412, 1017, 'Visual-Lighting-Technologies-ELS-SS1_1.jpg', 'Visual Lighting Technologeis ELS SS1. Square Pendant.'),
(4413, 1018, 'Eureka-3036_1.jpg', 'Eureka 3036. SPIN. '),
(4414, 1018, 'Eureka-3036_2.jpg', 'Eureka 3036. SPIN. '),
(4415, 1019, 'Eureka-3038-29_1.jpg', 'Eureka 3038-29. OSLO. '),
(4416, 1020, 'Visual-Lighting-Technologies-ELC-9SL_1.jpg', 'Visual Lighting Technologeis ELC 9SL. Choice Large Square Extrusion.'),
(4417, 1020, 'Visual-Lighting-Technologies-ELC-9SL_2.jpg', 'Visual Lighting Technologeis ELC 9SL. Choice Large Square Extrusion.'),
(4418, 1020, 'Visual-Lighting-Technologies-ELC-9SL_3.jpg', 'Visual Lighting Technologeis ELC 9SL. Choice Large Square Extrusion.'),
(4420, 1021, 'Eureka-3409_1.jpg', '3409. TUMBLER.'),
(4421, 1022, 'Eureka-4005-CLC_1.jpg', '4005-CLC. PIPO. '),
(4422, 1023, 'Eureka-4028B_1.jpg', '4028B. RADAR. '),
(4423, 1024, 'Eureka-4033_1.jpg', '4033. NANO.'),
(4424, 1025, 'DALS-Lighting-GMB4-3K_1.jpg', 'DALS Lighting. GMB4-3K. LED GIMBAL RECESSED LIGHT.'),
(4425, 1025, 'DALS-Lighting-GMB4-3K_2.jpg', 'DALS Lighting. GMB4-3K. LED GIMBAL RECESSED LIGHT.'),
(4426, 1025, 'DALS-Lighting-GMB4-3K_3.jpg', 'DALS Lighting. GMB4-3K. LED GIMBAL RECESSED LIGHT.'),
(4428, 1026, 'DALS-Lighting-7003_1.jpg', 'DALS Lighting. 7003. PRO SERIES 3\" 4000K ROUND LED PANEL.'),
(4429, 1026, 'DALS-Lighting-7003_2.jpg', 'DALS Lighting. 7003. PRO SERIES 3\" 4000K ROUND LED PANEL.'),
(4430, 1026, 'DALS-Lighting-7003_3.jpg', 'DALS Lighting. 7003. PRO SERIES 3\" 4000K ROUND LED PANEL.'),
(4432, 1027, 'DALS-Lighting-CFLEDR06_1.jpg', 'DALS Lighting. DACFLEDR06. ROUND LED FLUSH MOUNT.'),
(4433, 1027, 'DALS-Lighting-CFLEDR06_2.jpg', 'DALS Lighting. DACFLEDR06. ROUND LED FLUSH MOUNT.'),
(4434, 1027, 'DALS-Lighting-CFLEDR06_3.jpg', 'DALS Lighting. DACFLEDR06. ROUND LED FLUSH MOUNT.'),
(4435, 1028, 'DALS-Lighting-7105-3K_1.jpg', 'DALS Lighting. 7105-3K. ROUND FLUSH MOUNT.'),
(4436, 1028, 'DALS-Lighting-7105-3K_2.jpg', 'DALS Lighting. 7105-3K. ROUND FLUSH MOUNT.'),
(4437, 1029, 'DALS-Lighting-SPD_1.jpg', 'DALS Lighting. SPD. SLIM LINEAR PENDANT.'),
(4438, 1029, 'DALS-Lighting-SPD_2.jpg', 'DALS Lighting. SPD. SLIM LINEAR PENDANT.'),
(4439, 1030, 'DALS-Lighting-LEDPEND_1.jpg', 'DALS Lighting. LEDPEND. LED DECORATIVE PENDANT LIGHT.'),
(4440, 1030, 'DALS-Lighting-LEDPEND_2.jpg', 'DALS Lighting. LEDPEND. LED DECORATIVE PENDANT LIGHT.'),
(4441, 1031, 'Dado-lighting-GL_1.jpg', 'Dado lighting. GL. GridLineLED.'),
(4442, 1031, 'Dado-lighting-GL_2.jpg', 'Dado lighting. GL. GridLineLED.'),
(4443, 1031, 'Dado-lighting-GL_3.jpg', 'Dado lighting. GL. GridLineLED.'),
(4444, 1032, 'Dado-lighting-HL_1.jpg', 'Dado lighting. HL. HardLineLED.'),
(4445, 1032, 'Dado-lighting-HL_2.jpg', 'Dado lighting. HL. HardLineLED.'),
(4446, 1032, 'Dado-lighting-HL_3.jpg', 'Dado lighting. HL. HardLineLED.'),
(4447, 1033, 'Dado-lighting-DW_1.jpg', 'Dado lighting. DW. CabinetLineLED.'),
(4448, 1033, 'Dado-lighting-DW_2.jpg', 'Dado lighting. DW. CabinetLineLED.'),
(4449, 1033, 'Dado-lighting-DW_3.jpg', 'Dado lighting. DW. CabinetLineLED.'),
(4450, 1034, 'Dado-lighting-DWC_1.jpg', 'Dado lighting. DWC. CabinetLineLED.'),
(4451, 1034, 'Dado-lighting-DWC_2.jpg', 'Dado lighting. DWC. CabinetLineLED.'),
(4452, 1034, 'Dado-lighting-DWC_3.jpg', 'Dado lighting. DWC. CabinetLineLED.'),
(4453, 1035, 'Dado-lighting-MR_1.jpg', 'Dado lighting. MR. MirrorLineLED.'),
(4454, 1035, 'Dado-lighting-MR_2.jpg', 'Dado lighting. MR. MirrorLineLED.'),
(4455, 1035, 'Dado-lighting-MR_3.jpg', 'Dado lighting. MR. MirrorLineLED.'),
(4456, 1036, 'Dado-lighting-LL15_1.jpg', 'Dado lighting. LL15. LiftLineLED.'),
(4457, 1036, 'Dado-lighting-LL15_2.jpg', 'Dado lighting. LL15. LiftLineLED.'),
(4458, 1036, 'Dado-lighting-LL15_3.jpg', 'Dado lighting. LL15. LiftLineLED.'),
(4459, 1037, 'Dado-lighting-J15_1.jpg', 'Dado lighting. J15. JutLED.'),
(4460, 1037, 'Dado-lighting-J15_2.jpg', 'Dado lighting. J15. JutLED.'),
(4461, 1037, 'Dado-lighting-J15_3.jpg', 'Dado lighting. J15. JutLED.'),
(4469, 1041, 'acdc-MONDO-S_1.jpg', 'acdc MONDO-S. MONDO SMALL.'),
(4471, 1043, 'acdc-MONDO-M_1.jpg', 'acdc MONDO-M. MONDO MEDIUM.'),
(4473, 1045, 'acdc-Plaza-20_1.jpg', 'acdc Plaza 20.'),
(4475, 1047, 'acdc-GIO_1.jpg', 'acdc GIO.'),
(4477, 1049, 'acdc-FUSION-24_1.jpg', 'acdc FUSION 24.'),
(4480, 1051, 'acdc-IGLU_1.jpg', 'acdc IGLU.'),
(4481, 1052, 'acdc-GALLI_1.jpg', 'acdc GALLI.'),
(4483, 1054, 'Design-Lighting-Selection-DUS-286_1.jpg', 'Design Lighting Selection. DUS 286. GINGER.'),
(4484, 1054, 'Design-Lighting-Selection-DUS-286_2.jpg', 'Design Lighting Selection. DUS 286. GINGER.'),
(4485, 1054, 'Design-Lighting-Selection-DUS-286_3.jpg', 'Design Lighting Selection. DUS 286. GINGER.'),
(4486, 1055, 'Design-Lighting-Selection-DUS-287_1.jpg', 'Design Lighting Selection. DUS 287. HANG ON.'),
(4487, 1055, 'Design-Lighting-Selection-DUS-287_2.jpg', 'Design Lighting Selection. DUS 287. HANG ON.'),
(4488, 1055, 'Design-Lighting-Selection-DUS-287_3.jpg', 'Design Lighting Selection. DUS 287. HANG ON.'),
(4489, 1056, 'Design-Lighting-Selection-DUS-245_1.jpg', 'Design Lighting Selection. DUS 245. GINO.'),
(4490, 1056, 'Design-Lighting-Selection-DUS-245_2.jpg', 'Design Lighting Selection. DUS 245. GINO.'),
(4491, 1056, 'Design-Lighting-Selection-DUS-245_3.jpg', 'Design Lighting Selection. DUS 245. GINO.'),
(4492, 1057, 'Design-Lighting-Selection-DUS-205_1.jpg', 'Design Lighting Selection. DUS 205. SATIS.'),
(4493, 1057, 'Design-Lighting-Selection-DUS-205_2.jpg', 'Design Lighting Selection. DUS 205. SATIS.'),
(4496, 1059, 'Antique-Street-Lamps-ATL23_1.jpg', 'Antique Street ATL23. ATL23 LED Post-Top Acorn - LED Luminaire.'),
(4497, 1060, 'Design-Lighting-Selection-DUS-255_1.jpg', 'Design lighting Selection. DUS 255. LILLI.'),
(4498, 1060, 'Design-Lighting-Selection-DUS-255_2.jpg', 'Design lighting Selection. DUS 255. LILLI.'),
(4499, 1060, 'Design-Lighting-Selection-DUS-255_3.jpg', 'Design lighting Selection. DUS 255. LILLI.'),
(4504, 1062, 'Design-Lighting-Selection-DUS-253_1.jpg', 'Design lighting Selection. DUS 253. PIPER.'),
(4505, 1062, 'Design-Lighting-Selection-DUS-253_2.jpg', 'Design lighting Selection. DUS 253. PIPER.'),
(4506, 1062, 'Design-Lighting-Selection-DUS-253_3.jpg', 'Design lighting Selection. DUS 253. PIPER.'),
(4507, 1063, 'Antique-Street-Lamps-ETML17_1.jpg', 'Antique Street ETML17. Eurotique Munich Small Post-Top.'),
(4508, 1064, 'Design-Lighting-Selection-DUS-211_1.jpg', 'Design lighting selection. DUS 211. PIPER SUSPENDED.'),
(4509, 1064, 'Design-Lighting-Selection-DUS-211_2.jpg', 'Design lighting selection. DUS 211. PIPER SUSPENDED.'),
(4510, 1064, 'Design-Lighting-Selection-DUS-211_3.jpg', 'Design lighting selection. DUS 211. PIPER SUSPENDED.'),
(4513, 1066, 'Antique-Street-Lamps-ETHL22_1.jpg', 'Antique Street Lamps ETHL22. Eurotique Hanover Large Post-Top.'),
(4517, 1068, 'Antique-Street-Lamps-EHL22_1.jpg', 'Antique Street Lamps EHL22. Eurotique Hanover Large Pendant.'),
(4518, 1069, 'Antique-Street-Lamps-EML25_1.jpg', 'Antique Street Lamps EML25. Eurotique Munich Large Pendant.'),
(4519, 1070, 'Antique-Street-Lamps-EHL16_1.jpg', 'Antique Street Lamps EHL16. Eurotique Hanover Small Pendant.'),
(4520, 1071, 'Certolux-MD2IG-4190_1.jpg', 'Certolux. MD2IG-4190. LED Medical 2 Recessed Grid (t-bar) Inset Door.'),
(4521, 1071, 'Certolux-MD2IG-4190_2.jpg', 'Certolux. MD2IG-4190. LED Medical 2 Recessed Grid (t-bar) Inset Door.'),
(4522, 1071, 'Certolux-MD2IG-4190_3.jpg', 'Certolux. MD2IG-4190. LED Medical 2 Recessed Grid (t-bar) Inset Door.'),
(4524, 1072, 'Certolux-VRWB-3551_1.jpg', 'Certolux. VRWB-3551. LED Vandal Resistant Wall Mount - Bullnose Style.'),
(4525, 1073, 'Certolux-CRV_1.jpg', 'Certolux. CRV. LED Cleanroom Ceiling - Vapour Tight.'),
(4526, 1073, 'Certolux-CRV_2.jpg', 'Certolux. CRV. LED Cleanroom Ceiling - Vapour Tight.'),
(4527, 1073, 'Certolux-CRV_3.jpg', 'Certolux. CRV. LED Cleanroom Ceiling - Vapour Tight.'),
(4529, 1074, 'Certolux-MD3IF-4103_1.jpg', 'Certolux. MD3IF-4103. LED Medical 3 Recessed Flange Luminaire.'),
(4530, 1075, 'Certolux-CRC-3519_1.jpg', 'Certolux. CRC-3519. LED Cleanroom Corner Mount.'),
(4531, 1077, 'Certolux-MD3G-4103_1.jpg', 'Certolux. MD3G-4103. LED Medical 3 Recessed Grid (t-bar).'),
(4532, 1077, 'Certolux-MD3G-4103_2.jpg', 'Certolux. MD3G-4103. LED Medical 3 Recessed Grid (t-bar).'),
(4533, 1078, 'Mark-Architectural-SPRLED_1.jpg', 'Mark Architectural SPRLED. Fully Recessed SP LED.'),
(4534, 1079, 'Mark-Architectural-FCL_1.jpg', 'Mark Architectural FCL. Full Circle LED.'),
(4535, 1079, 'Mark-Architectural-FCL_2.jpg', 'Mark Architectural FCL. Full Circle LED.'),
(4536, 1079, 'Mark-Architectural-FCL_3.jpg', 'Mark Architectural FCL. Full Circle LED.'),
(4538, 1080, 'ANP-Lighting-BL0001_1.jpg', 'ANP Lighting BL0001.'),
(4539, 1081, 'Mark-Architectural-WHSPR_1.jpg', 'Mark Architectural WHSPR. Whisper LED.'),
(4540, 1081, 'Mark-Architectural-WHSPR_2.jpg', 'Mark Architectural WHSPR. Whisper LED.'),
(4541, 1081, 'Mark-Architectural-WHSPR_3.jpg', 'Mark Architectural WHSPR. Whisper LED.'),
(4542, 1082, 'Mark-Architectural-NOLLD_1.jpg', 'Mark Architectural NOLLD. D Nol LED.'),
(4543, 1082, 'Mark-Architectural-NOLLD_2.jpg', 'Mark Architectural NOLLD. D Nol LED.'),
(4544, 1082, 'Mark-Architectural-NOLLD_3.jpg', 'Mark Architectural NOLLD. D Nol LED.'),
(4546, 1083, 'ANP-Lighting-BL0201_1.jpg', 'ANP Lighting BL0201.'),
(4547, 1084, 'Mark-Architectural-MGL_1.jpg', 'Mark Architectural MGL. Magellan LED.'),
(4548, 1084, 'Mark-Architectural-MGL_2.jpg', 'Mark Architectural MGL. Magellan LED.'),
(4549, 1084, 'Mark-Architectural-MGL_3.jpg', 'Mark Architectural MGL. Magellan LED.'),
(4551, 1085, 'Mark-Architectural-FINL_1.jpg', 'Mark Architectural FINL. Fin LED.'),
(4552, 1085, 'Mark-Architectural-FINL_2.jpg', 'Mark Architectural FINL. Fin LED.'),
(4553, 1085, 'Mark-Architectural-FINL_3.jpg', 'Mark Architectural FINL. Fin LED.'),
(4554, 1086, 'ANP-Lighting-BL2202_1.jpg', 'ANP Lighting BL2202.'),
(4555, 1087, 'Mark-Architectural-SL2L_1.jpg', 'Mark Architectural SL2L. Slot 2 LED Linear Recessed.'),
(4556, 1087, 'Mark-Architectural-SL2L_2.jpg', 'Mark Architectural SL2L. Slot 2 LED Linear Recessed.'),
(4557, 1088, 'ANP-Lighting-BL2201_1.jpg', 'ANP Lighting BL2201.'),
(4558, 1089, 'Arri-AG-S30-C_1.jpg', 'Arri AG S30 C. SkyPanel.'),
(4559, 1089, 'Arri-AG-S30-C_2.jpg', 'Arri AG S30 C. SkyPanel.'),
(4560, 1089, 'Arri-AG-S30-C_3.jpg', 'Arri AG S30 C. SkyPanel.'),
(4562, 1090, 'Archipelago-Lighting-LRDW_1.jpg', 'Archipelago Lighting LRDW. CityⒶRCH Roadway Lighting.'),
(4563, 1090, 'Archipelago-Lighting-LRDW_2.jpg', 'Archipelago Lighting LRDW. CityⒶRCH Roadway Lighting.'),
(4564, 1090, 'Archipelago-Lighting-LRDW_3.jpg', 'Archipelago Lighting LRDW. CityⒶRCH Roadway Lighting.'),
(4565, 1091, 'Arri-AG-S60-RP_1.jpg', 'Arri AG S60 RP. SkyPanel.'),
(4566, 1091, 'Arri-AG-S60-RP_2.jpg', 'Arri AG S60 RP. SkyPanel.'),
(4567, 1091, 'Arri-AG-S60-RP_3.jpg', 'Arri AG S60 RP. SkyPanel.'),
(4568, 1092, 'Archipelago-Lighting-LSBX_1.jpg', 'Archipelago Lighting LSBX. CityⒶRCH Shoebox & Flood Lighting.'),
(4569, 1092, 'Archipelago-Lighting-LSBX_2.jpg', 'Archipelago Lighting LSBX. CityⒶRCH Shoebox & Flood Lighting'),
(4570, 1092, 'Archipelago-Lighting-LSBX_3.jpg', 'Archipelago Lighting LSBX. CityⒶRCH Shoebox & Flood Lighting'),
(4571, 1093, 'Arri-AG-L5-C_1.jpg', 'Arri AG L5 C. L SERIES.'),
(4572, 1093, 'Arri-AG-L5-C_2.jpg', 'Arri AG L5 C. L SERIES.'),
(4573, 1093, 'Arri-AG-L5-C_3.jpg', 'Arri AG L5 C. L SERIES.'),
(4575, 1094, 'ANP-Lighting-BL2203_1.jpg', 'ANP Lighting BL2203.'),
(4576, 1095, 'Arri-AG-L7-TT_1.jpg', 'Arri AG L7 TT. L SERIES.'),
(4577, 1095, 'Arri-AG-L7-TT_2.jpg', 'Arri AG L7 TT. L SERIES.'),
(4578, 1095, 'Arri-AG-L7-TT_3.jpg', 'Arri AG L7 TT. L SERIES.'),
(4580, 1096, 'Arri-AG-L10-DT_1.jpg', 'Arri AG L10-DT. L SERIES.'),
(4581, 1096, 'Arri-AG-L10-DT_2.jpg', 'Arri AG L10-DT. L SERIES.'),
(4582, 1096, 'Arri-AG-L10-DT_3.jpg', 'Arri AG L10-DT. L SERIES.'),
(4584, 1097, 'ANP-Lighting-LA094_1.jpg', 'ANP Lighting LA094.'),
(4585, 1098, 'Archipelago-Lighting-LT5F_1.jpg', 'Archipelago Lighting LT5F. TubulⒶRCH LED T5.'),
(4586, 1098, 'Archipelago-Lighting-LT5F_2.jpg', 'Archipelago Lighting LT5F. TubulⒶRCH LED T5.'),
(4587, 1098, 'Archipelago-Lighting-LT5F_3.jpg', 'Archipelago Lighting LT5F. TubulⒶRCH LED T5.'),
(4588, 1099, 'ANP-Lighting-BVA2001_1.jpg', 'ANP Lighting BVA2001. Bella Vista.'),
(4589, 1100, 'Archipelago-Lighting-LPVT22_1.jpg', 'Archipelago Lighting LPVT22. PlanoⒶRCH LED Troffer Lighting.'),
(4590, 1100, 'Archipelago-Lighting-LPVT22_2.jpg', 'Archipelago Lighting LPVT22. PlanoⒶRCH LED Troffer Lighting.'),
(4591, 1100, 'Archipelago-Lighting-LPVT22_3.jpg', 'Archipelago Lighting LPVT22. PlanoⒶRCH LED Troffer Lighting.'),
(4592, 1101, 'Archipelago-Lighting-LPVT24_1.jpg', 'Archipelago Lighting LPVT24. PlanoⒶRCH LED Troffer Lighting.'),
(4593, 1101, 'Archipelago-Lighting-LPVT24_2.jpg', 'Archipelago Lighting LPVT24. PlanoⒶRCH LED Troffer Lighting.'),
(4594, 1101, 'Archipelago-Lighting-LPVT24_3.jpg', 'Archipelago Lighting LPVT24. PlanoⒶRCH LED Troffer Lighting.'),
(4595, 1102, 'Archipelago-Lighting-LPNL14_1.jpg', 'Archipelago Lighting LPNL14. PlanoⒶRCH Standard Diffuser LED Panels.'),
(4596, 1102, 'Archipelago-Lighting-LPNL14_2.jpg', 'Archipelago Lighting LPNL14. PlanoⒶRCH Standard Diffuser LED Panels.'),
(4597, 1102, 'Archipelago-Lighting-LPNL14_3.jpg', 'Archipelago Lighting LPNL14. PlanoⒶRCH Standard Diffuser LED Panels.'),
(4598, 1103, 'Archipelago-Lighting-LPRF14_1.jpg', 'Archipelago Lighting LPRF14. PlanoⒶRCH Tunable TrueColor + Wireless.'),
(4599, 1103, 'Archipelago-Lighting-LPRF14_2.jpg', 'Archipelago Lighting LPRF14. PlanoⒶRCH Tunable TrueColor + Wireless.'),
(4600, 1103, 'Archipelago-Lighting-LPRF14_3.jpg', 'Archipelago Lighting LPRF14. PlanoⒶRCH Tunable TrueColor + Wireless.'),
(4602, 1104, 'Artcraft-Lighting-AC7081_1.jpg', 'Artcraft Lighting AC7081. LED Vanity 1 Light Brushed Nickel AC7081 Bathroom Vanity.'),
(4603, 1105, 'Arri-AG-BroadCaster-2-Plus_1.jpg', 'Arri AG BroadCaster 2 Plus. CASTER SERIES.'),
(4604, 1105, 'Arri-AG-BroadCaster-2-Plus_2.jpg', 'Arri AG BroadCaster 2 Plus. CASTER SERIES.'),
(4605, 1105, 'Arri-AG-BroadCaster-2-Plus_3.jpg', 'Arri AG BroadCaster 2 Plus. CASTER SERIES.'),
(4607, 1106, 'Artcraft-Lighting-AC7204CH_1.jpg', 'Artcraft Lighting AC7204CH. Kingsley 4 Light Chrome Wall Bracket.'),
(4608, 1107, 'Barron-Lighting- Group-AXL-150_1.jpg', 'Barron Lighting Group AXL 150. Multi-Purpose LED.'),
(4609, 1108, 'Barron-Lighting-Group-BRK-LED34-DL-ECO_1.jpg', 'Barron Lighting Group BRK-LED34-DL-ECO. 3”/4” Surface LED Dome Light.'),
(4610, 1109, 'Artcraft-Lighting-AC7280CH_1.jpg', 'Artcraft Lighting AC7280CH. Stowe 1 Light AC7280CH Chrome Wall Bracket.'),
(4611, 1110, 'Barron-Lighting-Group-BRK-LED350_1.jpg', 'Barron Lighting Group BRK-LED350. 3.5” Recessed LED Retrofit Trims.'),
(4612, 1110, 'Barron-Lighting-Group-BRK-LED350_2.jpg', 'Barron Lighting Group BRK-LED350. 3.5” Recessed LED Retrofit Trims.'),
(4613, 1111, 'Artcraft-Lighting-AC7290BN_1.jpg', 'Artcraft Lighting AC7290BN. Barrett 1 Light AC7290BN Brushed Nickel Wall Bracket.'),
(4614, 1112, 'Barron-Lighting- Group-AXL-30_1.jpg', 'Barron Lighting Group AXL 30. Multi-Purpose LED.'),
(4615, 1113, 'Artcraft-Lighting-AC7310CH_1.jpg', 'Artcraft Lighting AC7310CH. Stardust 1 Light AC7310CH Chrome Flush Mount.'),
(4616, 1114, 'Barron-Lighting-Group-LP22_1.jpg', 'Barron Lighting Group LP22. 2\' x 2\' LED Recessed Flat Panel.'),
(4617, 1115, 'Barron-Lighting- Group-LP14_1.jpg', 'Barron Lighting Group LP14. LED Recessed Flat Panel.'),
(4618, 1116, 'Artcraft-Lighting-AC9093SL_1.jpg', 'Artcraft Lighting AC9093SL. Wexford 1 Light Silver Leaf Outdoor Post Light.'),
(4619, 1117, 'Best-Lights-SL-LED-D_1.jpg', 'Best Lights SL LED D. SUPERLUME DIRECT LED.'),
(4620, 1117, 'Best-Lights-SL-LED-D_2.jpg', 'Best Lights SL LED D. SUPERLUME DIRECT LED.'),
(4621, 1118, 'Bover-Cornet-B01_1.jpg', 'Bover Cornet B/01.'),
(4622, 1119, 'Bover-Cornet-B03_1.jpg', 'Bover Cornet B/03.'),
(4623, 1120, 'Bover-Moai-B01_1.jpg', 'Bover Moai B/01.'),
(4624, 1121, 'Best-Lights-SL-LED-P_1.jpg', 'Best Lights SL LED P. SUPERLUME PRISMATIC.'),
(4625, 1122, 'Best-Lights-SL-LED-AR_1.jpg', 'Best Lights SL LED AR. SUPERLUME ALUMINUM REFLECTOR. '),
(4626, 1123, 'Best-Lights-SL-LED-DUAL_1.jpg', 'Best Lights SL LED DUAL. DUAL SUPERLUME.'),
(4627, 1124, 'Bover-DOME-60-01_1.jpg', 'Bover DOME - 60 / 01.'),
(4628, 1125, 'Best-Lights-SL-C-S_1.jpg', 'Best Lights SL C S. INDIRECT SINGLE SUPERLUME.'),
(4629, 1126, 'Bover-Tibeta-01_1.jpg', 'Bover Tibeta 01.'),
(4630, 1127, 'Best-Lights-SL-C-T_1.jpg', 'Best Lights SL C S. SL C T. TRIPLE SUPERLUME.'),
(4631, 1128, 'Bover-Cornet-A01_1.jpg', 'Bover Cornet A/01.'),
(4632, 1128, 'Bover-Cornet-A01_2.jpg', 'Bover Cornet A/01.'),
(4633, 1128, 'Bover-Cornet-A01_3.jpg', 'Bover Cornet A/01.'),
(4634, 1129, 'Best-Lights-SL-C-DP_1.jpg', 'Best Lights SL C DP. DUAL SUPERLUME PENDENT. '),
(4635, 1129, 'Best-Lights-SL-C-DP_2.jpg', 'Best Lights SL C DP. DUAL SUPERLUME PENDENT. '),
(4636, 1130, 'Bover-Tria-01_1.jpg', 'Bover Tria - 01.'),
(4637, 1131, 'Brownlee-Lighting-2616-LED_1.jpg', 'Brownlee 2616 LED.'),
(4638, 1131, 'Brownlee-Lighting-2616-LED_2.jpg', 'Brownlee 2616 LED.'),
(4639, 1131, 'Brownlee-Lighting-2616-LED_3.jpg', 'Brownlee 2616 LED.'),
(4640, 1132, 'Dark-12-25_1.jpg', 'Dark 12 25. '),
(4641, 1132, 'Dark-12-25_2.jpg', 'Dark 12 25. '),
(4642, 1132, 'Dark-12-25_3.jpg', 'Dark 12 25. '),
(4643, 1133, 'Brownlee-Lighting-2604-LED_1.jpg', 'Brownlee Lighting 2604 LED.'),
(4644, 1133, 'Brownlee-Lighting-2604-LED_2.jpg', 'Brownlee Lighting 2604 LED.'),
(4645, 1133, 'Brownlee-Lighting-2604-LED_3.jpg', 'Brownlee Lighting 2604 LED.'),
(4646, 1134, 'Brownlee-Lighting-2326-LED_1.jpg', 'Brownlee Lighting 2326 LED.'),
(4647, 1134, 'Brownlee-Lighting-2326-LED_2.jpg', 'Brownlee Lighting 2326 LED.'),
(4648, 1135, 'Dark-L-HOP-1_1.jpg', 'Dark L HOP 1.'),
(4649, 1135, 'Dark-L-HOP-1_2.jpg', 'Dark L HOP 1.'),
(4650, 1135, 'Dark-L-HOP-1_3.jpg', 'Dark L HOP 1.'),
(4651, 1136, 'Brownlee-Lighting-7047-LED_1.jpg', 'Brownlee Lighting 7047 LED.'),
(4652, 1136, 'Brownlee-Lighting-7047-LED_2.jpg', 'Brownlee Lighting 7047 LED.'),
(4653, 1137, 'Dark-L-BOW_1.jpg', 'Dark L BOW.'),
(4654, 1137, 'Dark-L-BOW_2.jpg', 'Dark L BOW.'),
(4655, 1137, 'Dark-L-BOW_3.jpg', 'Dark L BOW.'),
(4656, 1138, 'Brownlee-Lighting-7332-LED_1.jpg', 'Brownlee Lighting 7332 LED.'),
(4657, 1138, 'Brownlee-Lighting-7332-LED_2.jpg', 'Brownlee Lighting 7332 LED.'),
(4658, 1139, 'EcoSense-Lighting-F080-1S_1.jpg', 'EcoSense Lighting F080-1S. RISE  |  F080 SINGLE.'),
(4659, 1139, 'EcoSense-Lighting-F080-1S_2.jpg', 'EcoSense Lighting F080-1S. RISE  |  F080 SINGLE.'),
(4660, 1139, 'EcoSense-Lighting-F080-1S_3.jpg', 'EcoSense Lighting F080-1S. RISE  |  F080 SINGLE.'),
(4662, 1140, 'EcoSense-Lighting-F080-DUO_1.jpg', 'EcoSense lighting F080-DUO. RISE  |  F080 DUO.'),
(4663, 1140, 'EcoSense-Lighting-F080-DUO_2.jpg', 'EcoSense lighting F080-DUO. RISE  |  F080 DUO.'),
(4664, 1140, 'EcoSense-Lighting-F080-DUO_3.jpg', 'EcoSense lighting F080-DUO. RISE  |  F080 DUO.'),
(4666, 1141, 'Dark-TWIXI_1.jpg', 'Dark TWIXI. Track.'),
(4667, 1142, 'Brownlee-Lighting-7319-LED_1.jpg', 'Brownlee Lighting 7319 LED.'),
(4668, 1142, 'Brownlee-Lighting-7319-LED_2.jpg', 'Brownlee Lighting 7319 LED.'),
(4669, 1142, 'Brownlee-Lighting-7319-LED_3.jpg', 'Brownlee Lighting 7319 LED.'),
(4670, 1143, 'EcoSense-Lighting-F170-4F_1.jpg', 'Ecosense Lighting F170-4F. RISE  |  F170 QUAD.'),
(4671, 1143, 'EcoSense-Lighting-F170-4F_2.jpg', 'Ecosense Lighting F170-4F. RISE  |  F170 QUAD.'),
(4672, 1143, 'EcoSense-Lighting-F170-4F_3.jpg', 'Ecosense Lighting F170-4F. RISE  |  F170 QUAD.'),
(4673, 1144, 'Dark-TUKI-75_1.jpg', 'Dark TUKI 75. TRACK.'),
(4674, 1144, 'Dark-TUKI-75_2.jpg', 'Dark TUKI 75. TRACK.'),
(4675, 1144, 'Dark-TUKI-75_3.jpg', 'Dark TUKI 75. TRACK.'),
(4676, 1145, 'Dark-SPAZE_1.jpg', 'Dark SPAZE.'),
(4677, 1145, 'Dark-SPAZE_2.jpg', 'Dark SPAZE.'),
(4678, 1145, 'Dark-SPAZE_3.jpg', 'Dark SPAZE.'),
(4679, 1146, 'EcoSense-Lighting-L35-I_1.jpg', 'EcoSense Lighting L35-I. TRŌV | L35 COVE INTERIOR (120° BEAM ANGLE).'),
(4680, 1146, 'EcoSense-Lighting-L35-I_2.jpg', 'EcoSense Lighting L35-I. TRŌV | L35 COVE INTERIOR (120° BEAM ANGLE).'),
(4681, 1146, 'EcoSense-Lighting-L35-I_3.jpg', 'EcoSense Lighting L35-I. TRŌV | L35 COVE INTERIOR (120° BEAM ANGLE).'),
(4683, 1147, 'EcoSense-Lighting-L50-GRAZE_1.jpg', 'EcoSense Lighting L50 GRAZE.TRŌV | L50 Graze (Interior & Exterior).'),
(4684, 1147, 'EcoSense-Lighting-L50-GRAZE_2.jpg', 'EcoSense Lighting L50 GRAZE.TRŌV | L50 Graze (Interior & Exterior).'),
(4685, 1147, 'EcoSense-Lighting-L50-GRAZE_3.jpg', 'EcoSense Lighting L50 GRAZE.TRŌV | L50 Graze (Interior & Exterior).'),
(4687, 1148, 'EcoSense-Lighting-L50-WASH_1.jpg', 'EcoSense Lighting L50 WASH. TRŌV | L50 WASH (INTERIOR & EXTERIOR).'),
(4688, 1148, 'EcoSense-Lighting-L50-WASH_2.jpg', 'EcoSense Lighting L50 WASH. TRŌV | L50 WASH (INTERIOR & EXTERIOR).'),
(4689, 1148, 'EcoSense-Lighting-L50-WASH_3.jpg', 'EcoSense Lighting L50 WASH. TRŌV | L50 WASH (INTERIOR & EXTERIOR).'),
(4691, 1149, 'EcoSense-Lighting-F080-4M_1.jpg', 'EcoSense Lighting F080-4M. RISE  |  F080 QUAD.'),
(4692, 1149, 'EcoSense-Lighting-F080-4M_2.jpg', 'EcoSense Lighting F080-4M. RISE  |  F080 QUAD.'),
(4693, 1149, 'EcoSense-Lighting-F080-4M_3.jpg', 'EcoSense Lighting F080-4M. RISE  |  F080 QUAD.'),
(4694, 1150, 'EverLast-Lighting-EL-LED-HB-LGR-100_1.jpg', 'EverLast Lighting EL-LED-HB-LGR-100. LED LEGEND RETAILER.'),
(4695, 1150, 'EverLast-Lighting-EL-LED-HB-LGR-100_2.jpg', 'EverLast Lighting EL-LED-HB-LGR-100. LED LEGEND RETAILER.'),
(4696, 1150, 'EverLast-Lighting-EL-LED-HB-LGR-100_3.jpg', 'EverLast Lighting EL-LED-HB-LGR-100. LED LEGEND RETAILER.'),
(4697, 1151, 'EverLast-Lighting-EL-LED-HB-LGR-ACF16-100_1.jpg', 'EverLast Lighting EL-LED-HB-LGR-ACF16-100. LED LEGEND RETAILER.'),
(4698, 1151, 'EverLast-Lighting-EL-LED-HB-LGR-ACF16-100_2.jpg', 'EverLast Lighting EL-LED-HB-LGR-ACF16-100. LED LEGEND RETAILER.'),
(4699, 1151, 'EverLast-Lighting-EL-LED-HB-LGR-ACF16-100_3.jpg', 'EverLast Lighting EL-LED-HB-LGR-ACF16-100. LED LEGEND RETAILER.'),
(4700, 1152, 'EverLast-Lighting-EL-LED-HL15D-LG-100_1.jpg', 'EverLast Lighting EL-LED-HL15D-LG-100. HIGH LUMEN 15D LED LEGEND.'),
(4701, 1152, 'EverLast-Lighting-EL-LED-HL15D-LG-100_2.jpg', 'EverLast Lighting EL-LED-HL15D-LG-100. HIGH LUMEN 15D LED LEGEND.'),
(4702, 1152, 'EverLast-Lighting-EL-LED-HL15D-LG-100_3.jpg', 'EverLast Lighting EL-LED-HL15D-LG-100. HIGH LUMEN 15D LED LEGEND.'),
(4703, 1153, 'EverLast-Lighting-EL-LED-HL-LG-300_1.jpg', 'EverLast Lighting EL-LED-HL-LG-300. HIGH LUMEN LED LEGEND.'),
(4704, 1153, 'EverLast-Lighting-EL-LED-HL-LG-300_2.jpg', 'EverLast Lighting EL-LED-HL-LG-300. HIGH LUMEN LED LEGEND.'),
(4705, 1154, 'EverLast-Lighting-EL-LED-65C-LG-100_1.jpg', 'EverLast lighting EL-LED-65C-LG-100. LEGEND LED HIGH TEMP (149ºF).'),
(4706, 1154, 'EverLast-Lighting-EL-LED-65C-LG-100_2.jpg', 'EverLast lighting EL-LED-65C-LG-100. LEGEND LED HIGH TEMP (149ºF).'),
(4707, 1154, 'EverLast-Lighting-EL-LED-65C-LG-100_3.jpg', 'EverLast lighting EL-LED-65C-LG-100. LEGEND LED HIGH TEMP (149ºF).'),
(4709, 1155, 'EverLast-Lighting-EL-LED-65C-LG-150_1.jpg', 'EverLast Lighting EL-LED-65C-LG-150. LEGEND LED HIGH TEMP (149ºF).'),
(4710, 1155, 'EverLast-Lighting-EL-LED-65C-LG-150_2.jpg', 'EverLast Lighting EL-LED-65C-LG-150. LEGEND LED HIGH TEMP (149ºF).'),
(4711, 1155, 'EverLast-Lighting-EL-LED-65C-LG-150_3.jpg', 'EverLast Lighting EL-LED-65C-LG-150. LEGEND LED HIGH TEMP (149ºF).'),
(4713, 1156, 'Fluxwerx-LS1_1.jpg', 'Fluxwerx LS1. Loop Suspended. '),
(4714, 1156, 'Fluxwerx-LS1_2.jpg', 'Fluxwerx LS1. Loop Suspended. '),
(4715, 1157, 'FSC-Lighting-LEHB_1.jpg', 'FSC Lighting LEHB. LEHB Series – LED High Bay. '),
(4716, 1158, 'Fluxwerx-VU1_1.jpg', 'Fluxwerx VU1. View.'),
(4717, 1158, 'Fluxwerx-VU1_2.jpg', 'Fluxwerx VU1. View.');
INSERT INTO `family_images` (`image_id`, `family_id`, `img_src`, `alt_name`) VALUES
(4718, 1158, 'Fluxwerx-VU1_3.jpg', 'Fluxwerx VU1. View.'),
(4719, 1159, 'FSC-Lighting-L79_1.jpg', 'FSC Lighting L79. L7900 Series – LED Wide Body Vaportite (PCB).'),
(4720, 1160, 'Fluxwerx-PF1_1.jpg', 'Fluxwerx PF1. Profile Area.'),
(4721, 1160, 'Fluxwerx-PF1_2.jpg', 'Fluxwerx PF1. Profile Area.'),
(4722, 1160, 'Fluxwerx-PF1_3.jpg', 'Fluxwerx PF1. Profile Area.'),
(4723, 1161, 'FSC-Lighting-L85_1.jpg', 'FSC Lighting L85. L85-MIN NCH Series – LED Strip Kit (Mini Light Bar).'),
(4724, 1162, 'Fluxwerx-PS1_1.jpg', 'Fluxwerx PS1. Spoke Area. '),
(4725, 1162, 'Fluxwerx-PS1_2.jpg', 'Fluxwerx PS1. Spoke Area. '),
(4726, 1162, 'Fluxwerx-PS1_3.jpg', 'Fluxwerx PS1. Spoke Area. '),
(4727, 1163, 'FSC-Lighting-L74-RFK_1.jpg', 'FSC Lighting L74-RFK. L74-RFK Series - LED Troffer Kit (PCB).'),
(4728, 1164, 'Fluxwerx-FS1_1.jpg', 'Fluxwerx FS1. Spoke Area. '),
(4729, 1164, 'Fluxwerx-FS1_2.jpg', 'Fluxwerx FS1. Spoke Area. '),
(4730, 1164, 'Fluxwerx-FS1_3.jpg', 'Fluxwerx FS1. Spoke Area. '),
(4731, 1165, 'FSC-Lighting-L85_1.jpg', 'FSC Lighting L85. L8500 Series – LED Strip (Light Bar).'),
(4732, 1166, 'Fluxwerx-FD1_1.jpg', 'Fluxwerx FD1. Fold Area.'),
(4733, 1166, 'Fluxwerx-FD1_2.jpg', 'Fluxwerx FD1. Fold Area.'),
(4734, 1166, 'Fluxwerx-FD1_3.jpg', 'Fluxwerx FD1. Fold Area.'),
(4735, 1167, 'FSC-Lighting-LB_1.jpg', 'FSC Lighting LB. LB Series – LED Universal Retrofit Kit (Extrusion).'),
(4736, 1168, 'Fluxwerx-NB1_1.jpg', 'Fluxwerx NB1. Inbox.'),
(4737, 1168, 'Fluxwerx-NB1_2.jpg', 'Fluxwerx NB1. Inbox.'),
(4738, 1169, 'FSC-Lighting-L76_1.jpg', 'L76. L7600 Series – LED Vaportite (Light Bar).'),
(4739, 1170, 'First-Light-Technologies-IPL_1.jpg', 'First Light Technologies IPL. ARCHITECTURAL SOLAR LED LUMINAIRE. '),
(4740, 1171, 'Gantom-Gantom-iQx_1.jpg', 'Gantom Gantom iQx.'),
(4741, 1171, 'Gantom-Gantom-iQx_2.jpg', 'Gantom Gantom iQx.'),
(4742, 1171, 'Gantom-Gantom-iQx_3.jpg', 'Gantom Gantom iQx.'),
(4743, 1172, 'First-Light-Technologies-SCL_1.jpg', 'First Light Technologies SCL. COMMERCIAL SOLAR LED LUMINAIRE.'),
(4744, 1173, 'Gantom-Gantom-DMX-Spot_1.jpg', 'Gantom Gantom DMX Spot.'),
(4745, 1173, 'Gantom-Gantom-DMX-Spot_2.jpg', 'Gantom Gantom DMX Spot.'),
(4746, 1173, 'Gantom-Gantom-DMX-Spot_3.jpg', 'Gantom Gantom DMX Spot.'),
(4747, 1174, 'First-Light-Technologies-SCL2_1.jpg', 'First Light Technologies SCL2. HIGH POWERED COMMERCIAL SOLAR LED LUMINAIRE.'),
(4748, 1175, 'Gantom-Precision-Z-Spot_1.jpg', 'Gantom Precision Z Spot.'),
(4749, 1175, 'Gantom-Precision-Z-Spot_2.jpg', 'Gantom Precision Z Spot.'),
(4750, 1175, 'Gantom-Precision-Z-Spot_3.jpg', 'Gantom Precision Z Spot.'),
(4751, 1176, 'First-Light-Technologies-PLB_1.jpg', 'First Light Technologies PLB. ARCHITECTURAL SOLAR ILLUMINATED BOLLARD.'),
(4752, 1177, 'Halco-Lighting-Technologies-LVTH4CL40-850-3S-LED_1.jpg', 'Halco Lighting Technologies LVTH4CL40-850-3S-LED. 99622 Linear LED High Performance Vaportight.'),
(4753, 1178, 'First-Light-Technologies-WLB_1.jpg', 'First Light Technologies WLB. ARCHITECTURAL SOLAR ILLUMINATED WAYFINDING BOLLARD.'),
(4754, 1179, 'Halco-Lighting-Technologies-LVTH4CL80-850-3S-LED-EM_1.jpg', 'Halco Lighting Technologies LVTH4CL80-850-3S-LED-EM. 99627 Linear LED High Performance Vaportight.'),
(4755, 1180, 'Gantom-Precision-DMX_1.jpg', 'Gantom Precision DMX.'),
(4756, 1180, 'Gantom-Precision-DMX_2.jpg', 'Gantom Precision DMX.'),
(4757, 1180, 'Gantom-Precision-DMX_3.jpg', 'Gantom Precision DMX.'),
(4758, 1181, 'First-Light-Technologies-PLB-AC_1.jpg', 'First Light Technologies PLB AC. HIGH-EFFICIENCY ILLUMINATED BOLLARD.'),
(4759, 1182, 'Gantom-Storm-Form_1.jpg', 'Gantom Storm Form.'),
(4760, 1182, 'Gantom-Storm-Form_2.jpg', 'Gantom Storm Form.'),
(4761, 1182, 'Gantom-Storm-Form_3.jpg', 'Gantom Storm Form.'),
(4762, 1183, 'Halco-Lighting-Technologies-LVT4CL48-850-5S-LED_1.jpg', 'Halco Lighting Technologies LVT4CL48-850-5S-LED. 99631 Linear LED Vaportight.'),
(4763, 1184, 'Gantom-Storm-Z-Spot_1.jpg', 'Gantom Storm Z Spot.'),
(4764, 1184, 'Gantom-Storm-Z-Spot_2.jpg', 'Gantom Storm Z Spot.'),
(4765, 1184, 'Gantom-Storm-Z-Spot_3.jpg', 'Gantom Storm Z Spot.'),
(4766, 1185, 'Halco-Lighting-Technologies-SDL4FR7-827-LED_1.jpg', 'Halco Lighting Technologies SDL4FR7-827-LED. 4\" Surface LED Downlight.'),
(4767, 1186, 'Halco-Lighting-Technologies-SDL6FR11-840-LED2_1.jpg', 'Halco Lighting Technologies SDL6FR11-840-LED2. 99873 6\" Surface LED Downlight.'),
(4768, 1187, 'Halco-Lighting-Technologies-14FPL30-840-LED_1.jpg', 'Halco Lighting Technologies 14FPL30-840-LED. LED FLAT PANEL 1X4.'),
(4769, 1188, 'Halco-Lighting-Technologies-22PNL35-850-LED_1.jpg', 'Halco Lighting Technologies 22PNL35-850-LED. LED FLAT PANEL 2X2.'),
(4770, 1189, 'Holm-dAlta-5_1.jpg', 'Holm dAlta-5. Directional fixtures.'),
(4771, 1190, 'Holm-dCrest-13_1.jpg', 'Holm dCrest-13. Directional fixtures.'),
(4772, 1191, 'Holm-nBeckon-26_1.jpg', 'Holm nBeckon-26. in-grade fixtures.'),
(4773, 1192, 'Holm-aRise-26_1.jpg', 'Holm aRise-26. area bollard luminaire.'),
(4774, 1193, 'Holm-rNook-16_1.jpg', 'Holm rNook-16. recessed fixtures.'),
(4775, 1194, 'Holm-rPollux-13_1.jpg', 'Holm rPollux-13. Recessed luminaires.'),
(4776, 1195, 'Indessa-Lighting-420_1.jpg', 'Indessa Lighting 420. PERF.'),
(4777, 1196, 'Indessa-Lighting-431_1.jpg', 'Indessa Lighting 431. HALF CYLINDER.'),
(4778, 1197, 'Litelab-A01_1.jpg', 'Litelab A01. Museum Collection Advantage Series.'),
(4779, 1198, 'Indessa-Lighting-435_1.jpg', 'Indessa Lighting 435. TEARDROP.'),
(4780, 1199, 'Litelab-A02_1.jpg', 'Litelab A02. Museum Collection Advantage Series.'),
(4781, 1200, 'Indessa-Lighting-438_1.jpg', 'Indessa Lighting 438. HUMBLE.'),
(4782, 1201, 'Litelab-M31_1.jpg', 'Litelab M31. Museum Collection LED Object.'),
(4783, 1202, 'Indessa-Lighting-520_1.jpg', 'Indessa Lighting 520. SENTINEL.'),
(4785, 1204, 'Litelab-J65AR111_1.jpg', 'Litelab J65AR111. Jewelers Collection LED Retrofit.'),
(4786, 1205, 'Indessa-Lighting-595_1.jpg', 'Indessa Lighting 595. PINNACLE. '),
(4787, 1206, 'Litelab-J66AR111_1.jpg', 'Litelab J66AR111. Jewelers Collection LED Retrofit.'),
(4788, 1207, 'LumenArt-APD-100_1.jpg', 'LumenArt APD. 100. '),
(4789, 1207, 'LumenArt-APD-100_2.jpg', 'LumenArt APD. 100. '),
(4790, 1208, 'Litelab-M38_1.jpg', 'Litelab M38. Museum Collection LED Wallwash.'),
(4791, 1209, 'Litelab-M98_1.jpg', 'Litelab M98. Museum Collection LED Wallwash.'),
(4792, 1210, 'LumenArt-AWL-01_1.jpg', 'LumenArt AWL. 01.'),
(4793, 1210, 'LumenArt-AWL-01_2.jpg', 'LumenArt AWL. 01.'),
(4794, 1211, 'LumenArt-RDC_1.jpg', 'LumenArt RDC. Round Drum Ceiling.'),
(4795, 1212, 'LumenArt-CYP_1.jpg', 'LumenArt CYP. Cylinder Pendant. '),
(4796, 1214, 'Lucifer-Lighting-2RP-FS_1.jpg', 'Lucifer Lighting 2RP-FS. FIXED PINHOLE SHALLOW REGRESS.'),
(4797, 1214, 'Lucifer-Lighting-2RP-FS_2.jpg', 'Lucifer Lighting 2RP-FS. FIXED PINHOLE SHALLOW REGRESS.'),
(4798, 1215, 'Lucifer-Lighting-2RP-FD_1.jpg', 'Lucifer Lighting 2RP-FD. FIXED PINHOLE DEEP REGRESS.'),
(4799, 1215, 'Lucifer-Lighting-2RP-FD_2.jpg', 'Lucifer Lighting 2RP-FD. FIXED PINHOLE DEEP REGRESS.'),
(4800, 1216, 'LumenArt-WIP_1.jpg', 'LumenArt WIP.'),
(4801, 1216, 'LumenArt-WIP_2.jpg', 'LumenArt WIP.'),
(4802, 1217, 'LumenArt-WLP_1.jpg', 'LumenArt WLP.'),
(4803, 1217, 'LumenArt-WLP_2.jpg', 'LumenArt WLP.'),
(4804, 1218, 'Lucifer-Lighting-CT2-AD_1.jpg', 'Lucifer Lighting CT2-AD. TRACK MOUNT ADJUSTABLE.'),
(4805, 1218, 'Lucifer-Lighting-CT2-AD_2.jpg', 'Lucifer Lighting CT2-AD. TRACK MOUNT ADJUSTABLE.'),
(4806, 1219, 'Lucifer-Lighting-2RE-FS_1.jpg', 'Lucifer Lighting 2RE-FS. FIXED SHALLOW REGRESS. '),
(4807, 1219, 'Lucifer-Lighting-2RE-FS_2.jpg', 'Lucifer Lighting 2RE-FS. FIXED SHALLOW REGRESS. '),
(4808, 1221, 'Lucifer-Lighting-3RE-WW_1.jpg', 'Lucifer Lighting 3RE-WW. LENSED WALLWASH.'),
(4809, 1221, 'Lucifer-Lighting-3RE-WW_2.jpg', 'Lucifer Lighting 3RE-WW. LENSED WALLWASH.'),
(4810, 1220, 'Lucifer-Lighting-2RE-FD_1.jpg', 'Lucifer Lighting 2RE-FD. FIXED DEEP REGRESS.'),
(4811, 1220, 'Lucifer-Lighting-2RE-FD_2.jpg', 'Lucifer Lighting 2RE-FD. FIXED DEEP REGRESS.'),
(4812, 1203, 'Indessa-Lighting-570_1.jpg', 'Indessa Lighting 570. LANTERN. '),
(4813, 1222, 'North-Star-Lighting-PRO1_1.jpg', 'North Star Lighting PRO1. Procyon 1 - White & Single Color.'),
(4814, 1222, 'North-Star-Lighting-PRO1_2.jpg', 'North Star Lighting PRO1. Procyon 1 - White & Single Color.'),
(4815, 1223, 'North-Star-Lighting-LSP1_1.jpg', 'North Star Lighting LSP1. Lytescaper LSP1.'),
(4816, 1223, 'North-Star-Lighting-LSP1_2.jpg', 'North Star Lighting LSP1. Lytescaper LSP1.'),
(4817, 1223, 'North-Star-Lighting-LSP1_3.jpg', 'North Star Lighting LSP1. Lytescaper LSP1.'),
(4818, 1224, 'North-Star-Lighting-SMF-100_1.jpg', 'North Star Lighting SMF-100. Smart Flood.'),
(4819, 1224, 'North-Star-Lighting-SMF-100_2.jpg', 'North Star Lighting SMF-100. Smart Flood.'),
(4820, 1224, 'North-Star-Lighting-SMF-100_3.jpg', 'North Star Lighting SMF-100. Smart Flood.'),
(4821, 1225, 'North-Star-Lighting-AFGL-370_1.jpg', 'North Star Lighting AFGL-370. Orion Flood Light.'),
(4822, 1226, 'North-Star-Lighting-SMA-150_1.jpg', 'North Star Lighting SMA-150.'),
(4823, 1226, 'North-Star-Lighting-SMA-150_2.jpg', 'North Star Lighting SMA-150.'),
(4824, 1226, 'North-Star-Lighting-SMA-150_3.jpg', 'North Star Lighting SMA-150.'),
(4825, 1227, 'North-Star-Lighting-SMAV-100_1.jpg', 'North Star Lighting SMAV-100. Smart Area Light.'),
(4826, 1228, 'Original-Cast-Lighting-PZ1_1.jpg', 'Original Cast Lighting PZ1. PLEATZ.'),
(4827, 1228, 'Original-Cast-Lighting-PZ1_2.jpg', 'Original Cast Lighting PZ1. PLEATZ.'),
(4828, 1228, 'Original-Cast-Lighting-PZ1_3.jpg', 'Original Cast Lighting PZ1. PLEATZ.'),
(4829, 1229, 'Original-Cast-Lighting-CT1_1.jpg', 'Original Cast Lighting CT1. Centro.'),
(4830, 1229, 'Original-Cast-Lighting-CT1_2.jpg', 'Original Cast Lighting CT1. Centro.'),
(4831, 1229, 'Original-Cast-Lighting-CT1_3.jpg', 'Original Cast Lighting CT1. Centro.'),
(4832, 1230, 'Original-Cast-Lighting-FR_1.jpg', 'Original Cast Lighting FR. FIORI.'),
(4833, 1230, 'Original-Cast-Lighting-FR_2.jpg', 'Original Cast Lighting FR. FIORI.'),
(4834, 1230, 'Original-Cast-Lighting-FR_3.jpg', 'Original Cast Lighting FR. FIORI.'),
(4835, 1231, 'Original-Cast-Lighting-GS1_1.jpg', 'Original Cast Lighting GS1. GLOWSTICK.'),
(4836, 1231, 'Original-Cast-Lighting-GS1_2.jpg', 'Original Cast Lighting GS1. GLOWSTICK.'),
(4837, 1231, 'Original-Cast-Lighting-GS1_3.jpg', 'Original Cast Lighting GS1. GLOWSTICK.'),
(4838, 1232, 'Original-Cast-Lighting-VA_1.jpg', 'Original Cast Lighting VA. VEGA.'),
(4839, 1232, 'Original-Cast-Lighting-VA_2.jpg', 'Original Cast Lighting VA. VEGA.'),
(4840, 1232, 'Original-Cast-Lighting-VA_3.jpg', 'Original Cast Lighting VA. VEGA.'),
(4841, 1233, 'Original-Cast-Lighting-TW1_1.jpg', 'Original Cast Lighting TW1. TWIN.'),
(4842, 1233, 'Original-Cast-Lighting-TW1_2.jpg', 'Original Cast Lighting TW1. TWIN.'),
(4843, 1233, 'Original-Cast-Lighting-TW1_3.jpg', 'Original Cast Lighting TW1. TWIN.'),
(4844, 1234, 'Original-Cast-Lighting-AS1_1.jpg', 'Original Cast Lighting AS1. ASTRA.'),
(4845, 1234, 'Original-Cast-Lighting-AS1_2.jpg', 'Original Cast Lighting AS1. ASTRA.'),
(4846, 1234, 'Original-Cast-Lighting-AS1_3.jpg', 'Original Cast Lighting AS1. ASTRA.'),
(4847, 1235, 'Modren-Forms-PD-508_1.jpg', 'Modern Forms PD 508. MIES Chandeliers & Pendants.'),
(4848, 1235, 'Modren-Forms-PD-508_2.jpg', 'Modern Forms PD 508. MIES Chandeliers & Pendants.'),
(4849, 1235, 'Modren-Forms-PD-508_3.jpg', 'Modern Forms PD 508. MIES Chandeliers & Pendants.'),
(4850, 1236, 'Modren-Forms-PD-26801_1.jpg', 'Modern Forms PD 26801. RINGS Pendants.'),
(4851, 1236, 'Modren-Forms-PD-26801_2.jpg', 'Modern Forms PD 26801. RINGS Pendants.'),
(4852, 1236, 'Modren-Forms-PD-26801_3.jpg', 'Modern Forms PD 26801. RINGS Pendants.'),
(4853, 1237, 'Modren-Forms-PD-908_1.jpg', 'Modern Forms PD 908. NIMBUS Chandeliers & Pendants.'),
(4854, 1237, 'Modren-Forms-PD-908_2.jpg', 'Modern Forms PD 908. NIMBUS Chandeliers & Pendants.'),
(4855, 1237, 'Modren-Forms-PD-908_3.jpg', 'Modern Forms PD 908. NIMBUS Chandeliers & Pendants.'),
(4856, 1238, 'oxygen-lighting-3-37-651_1.jpg', 'oxygen lighting 3-37-651. Cornet Series. '),
(4857, 1238, 'oxygen-lighting-3-37-651_2.jpg', 'oxygen lighting 3-37-651. Cornet Series. '),
(4858, 1238, 'oxygen-lighting-3-37-651_3.jpg', 'oxygen lighting 3-37-651. Cornet Series. '),
(4859, 1239, 'Modren-Forms-PD-W99620_1.jpg', 'Modern Forms PD W99620. WARLOCK LED Interior & Exterior Pendant.'),
(4860, 1239, 'Modren-Forms-PD-W99620_2.jpg', 'Modern Forms PD W99620. WARLOCK LED Interior & Exterior Pendant.'),
(4861, 1239, 'Modren-Forms-PD-W99620_3.jpg', 'Modern Forms PD W99620. WARLOCK LED Interior & Exterior Pendant.'),
(4862, 1240, 'oxygen-lighting-32-660_1.jpg', 'oxygen lighting 32-660. Dione Series.'),
(4863, 1241, 'oxygen-lighting-3-610_1.jpg', 'oxygen lighgting 3-610. Pyxis Wall Sconce / Ceiling Mount.'),
(4864, 1241, 'oxygen-lighting-3-610_2.jpg', 'oxygen lighgting 3-610. Pyxis Wall Sconce / Ceiling Mount.'),
(4865, 1241, 'oxygen-lighting-3-610_3.jpg', 'oxygen lighgting 3-610. Pyxis Wall Sconce / Ceiling Mount.'),
(4866, 1242, 'Modren-Forms-WS-257_1.jpg', 'Modern Forms WS 257. JAZZ LED Bath & Interior Sconce.'),
(4867, 1242, 'Modren-Forms-WS-257_2.jpg', 'Modern Forms WS 257. JAZZ LED Bath & Interior Sconce.'),
(4868, 1242, 'Modren-Forms-WS-257_3.jpg', 'Modern Forms WS 257. JAZZ LED Bath & Interior Sconce.'),
(4869, 1243, 'Modren-Forms-WS-258_1.jpg', 'Modern Forms WS 258. VODKA Bath & Interior Sconces.'),
(4870, 1243, 'Modren-Forms-WS-258_2.jpg', 'Modern Forms WS 258. VODKA Bath & Interior Sconces.'),
(4871, 1244, 'oxygen-lighting-3-37-532_1.jpg', 'oxygen lighting 3-37-532. ALCOR Wall Sconce.'),
(4872, 1244, 'oxygen-lighting-3-37-532_2.jpg', 'oxygen lighting 3-37-532. ALCOR Wall Sconce.'),
(4873, 1244, 'oxygen-lighting-3-37-532_3.jpg', 'oxygen lighting 3-37-532. ALCOR Wall Sconce.'),
(4874, 1245, 'Modren-Forms-WS-10830_1.jpg', 'Modern Forms WS 10830. SCEPTER Interior Sconces.'),
(4875, 1245, 'Modren-Forms-WS-10830_2.jpg', 'Modern Forms WS 10830. SCEPTER Interior Sconces.'),
(4876, 1245, 'Modren-Forms-WS-10830_3.jpg', 'Modern Forms WS 10830. SCEPTER Interior Sconces.'),
(4877, 1246, 'oxygen-lighting-3-509_1.jpg', 'oxygen lighting 3-509. DUO Wall Sconce.'),
(4878, 1246, 'oxygen-lighting-3-509_2.jpg', 'oxygen lighting 3-509. DUO Wall Sconce.'),
(4879, 1246, 'oxygen-lighting-3-509_3.jpg', 'oxygen lighting 3-509. DUO Wall Sconce.'),
(4880, 1247, 'oxygen-lighting-3-37-512_1.jpg', 'oxygen lighting 3-37-512. CRESCENT Wall Sconce.'),
(4881, 1247, 'oxygen-lighting-3-37-512_2.jpg', 'oxygen lighting 3-37-512. CRESCENT Wall Sconce.'),
(4882, 1247, 'oxygen-lighting-3-37-512_3.jpg', 'oxygen lighting 3-37-512. CRESCENT Wall Sconce.'),
(4883, 1248, 'oxygen-lighting-3-37-571_1.jpg', 'oxygen lighting 3-37-571. ADAGIO Vanity.'),
(4884, 1249, 'Rich-Brilliant-Willing-DEL-VB_1.jpg', 'Rich Brilliant Willing DEL VB. Delta V Black.'),
(4885, 1249, 'Rich-Brilliant-Willing-DEL-VB_2.jpg', 'Rich Brilliant Willing DEL VB. Delta V Black.'),
(4886, 1249, 'Rich-Brilliant-Willing-DEL-VB_3.jpg', 'Rich Brilliant Willing DEL VB. Delta V Black.'),
(4887, 1250, 'Rich-Brilliant-Willing-BRM_1.jpg', 'Rich Brilliant Willing BRM. Brim 2013.'),
(4888, 1250, 'Rich-Brilliant-Willing-BRM_2.jpg', 'Rich Brilliant Willing BRM. Brim 2013.'),
(4889, 1250, 'Rich-Brilliant-Willing-BRM_3.jpg', 'Rich Brilliant Willing BRM. Brim 2013.'),
(4893, 1252, 'Pinnacle-Architectural-Lighting-LF14_1.jpg', 'Pinnacle Architectural Lighting LF14. LiFT 1x4 LED.'),
(4894, 1253, 'Rich-Brilliant-Willing-HP_1.jpg', 'Rich Brilliant Willing HP. Hoist Pendant.'),
(4895, 1253, 'Rich-Brilliant-Willing-HP_2.jpg', 'Rich Brilliant Willing HP. Hoist Pendant.'),
(4896, 1253, 'Rich-Brilliant-Willing-HP_3.jpg', 'Rich Brilliant Willing HP. Hoist Pendant.'),
(4897, 1254, 'Rich-Brilliant-Willing-BRE-PL_1.jpg', 'Rich Brilliant Willing BRE PL. Branch Pendant Large.'),
(4898, 1254, 'Rich-Brilliant-Willing-BRE-PL_2.jpg', 'Rich Brilliant Willing BRE PL. Branch Pendant Large.'),
(4899, 1255, 'Pinnacle-Architectural-Lighting-F18_1.jpg', 'Pinnacle Architectural Lighting F18. FINA Recessed LED.'),
(4903, 1257, 'Pinnacle-Architectural-Lighting-E4_1.jpg', 'Pinnacle Architectural Lighting E4. EDGE 4 LED.'),
(4904, 1256, 'Rich-Brilliant-Willing-QP-5_1.jpg', 'Rich Brilliant Willing QP 5. Queue Direct / Indirect. '),
(4905, 1256, 'Rich-Brilliant-Willing-QP-5_2.jpg', 'Rich Brilliant Willing QP 5. Queue Direct / Indirect. '),
(4906, 1256, 'Rich-Brilliant-Willing-QP-5_3.jpg', 'Rich Brilliant Willing QP 5. Queue Direct / Indirect. '),
(4907, 1251, 'Rich-Brilliant-Willing-QP-3_1.jpg', 'Rich Brilliant Willing QP 3. Queue Indirect. '),
(4908, 1251, 'Rich-Brilliant-Willing-QP-3_2.jpg', 'Rich Brilliant Willing QP 3. Queue Indirect. '),
(4909, 1251, 'Rich-Brilliant-Willing-QP-3_3.jpg', 'Rich Brilliant Willing QP 3. Queue Indirect. '),
(4910, 1258, 'Pinnacle-Architectural-Lighting-AD11_1.jpg', 'Pinnacle Architectural Lighting AD11. ADEO 1x1 LED.'),
(4911, 1259, 'Pinnacle-Architectural-Lighting-EX12_1.jpg', 'Pinnacle Architectural Lighting EX12. EDGE Evolution EX12 Direct LED.'),
(4912, 1260, 'Pinnacle-Architectural-Lighting-LF44_1.jpg', 'Pinnacle Architectural Lighting LF44. LiFT 4x4 LED.'),
(4913, 1261, 'Rambusch-Lighting-RD-LED-1X-VERT-LC_1.jpg', 'Rambusch Lighting RD-LED-1X-VERT-LC. Vertical LED Downlight w/ Twist-Loc Trim, Single Illuminator.'),
(4914, 1262, 'Rambusch-Lighting-BD-LED-1X_1.jpg', 'Rambusch Lighting BD-LED-1X. Bracket LED Downlight, Single Illuminator.'),
(4915, 1263, 'Rambusch-Lighting-UL-LED-2X-3X_1.jpg', 'Rambusch Lighting UL-LED-2X-3X. flite™ LED Uplight.'),
(4916, 1263, 'Rambusch-Lighting-UL-LED-2X-3X_2.jpg', 'Rambusch Lighting UL-LED-2X-3X. flite™ LED Uplight.'),
(4917, 1263, 'Rambusch-Lighting-UL-LED-2X-3X_3.jpg', 'Rambusch Lighting UL-LED-2X-3X. flite™ LED Uplight.'),
(4918, 1264, 'Rambusch-Lighting-PD-LED-1X_1.jpg', 'Rambusch Lighting PD-LED-1X. Pendant LED Downlight, Single Illuminator.'),
(4919, 1265, 'Rambusch-Lighting-PD-LED-3X_1.jpg', 'Rambusch Lighting PD-LED-3X. Pendant LED Downlight, Triple Illuminator.'),
(4920, 1266, 'Rambusch-Lighting-BD-LED-3X_1.jpg', 'Rambusch Lighting BD-LED-3X. Bracket LED Downlight, Triple Illuminator.'),
(4921, 1267, 'Rambusch-Lighting-RD-LED-1X-T30-LC_1.jpg', 'Rambusch Lighting RD-LED-1X-T30-LC. 30˚ Tilt LED Downlight w/ Twist-Loc Trim, Single Illuminator.'),
(4922, 1268, 'Spectrum-Lighting-SP4-6-8ES_1.jpg', 'Spectrum Lighting SP4-6-8ES. Estimator 4\",6\",8\" Round Downlight.'),
(4923, 1269, 'Spectrum-Lighting-SR3SM_1.jpg', 'Spectrum Lighting SR3SM. A Spec 3\" Round Super Shallow 1000Lm.'),
(4924, 1270, 'Spectrum-Lighting-RC6NF4LEDXT_1.jpg', 'Spectrum Lighting RC6NF4LEDXT. XT LED 6\" Regressed Razor 5000 Lumens. '),
(4925, 1271, 'Spectrum-Lighting-RCC6LEDXT_1.jpg', 'Spectrum Lighting RCC6LEDXT. XT LED 6\" Suspended / Surface.'),
(4926, 1272, 'Spectrum-Lighting-PA1415LEDGV_1.jpg', 'Spectrum Lighting PA1415LEDGV. GV LED 14\" Prismatic Acorn Series 3700Lm.'),
(4927, 1273, 'Spectrum-Lighting-ALEXT-LEDGV_1.jpg', 'Spectrum Lighting ALEXT-LEDGV. GV LED 12\"/16\" Aluminum EXT Mini Bay 6000Lm.'),
(4930, 1276, 'Pinnacle-Architectural-Lighting-EV3D_1.jpg', 'Pinnacle Architectural Lighting EV3D. EDGE Evolution 3 LED.'),
(4932, 1278, 'Pinnacle-Architectural-Lighting-AD14_1.jpg', 'Pinnacle Architectural Lighting AD14. ADEO 1x4 LED.'),
(4936, 1280, 'Pinnacle-Architectural-Lighting-CJ11_1.jpg', 'Pinnacle Architectural Lighting CJ11. CONVERJ 1x1 LED.'),
(4938, 1282, 'Pinnacle-Architectural-Lighting-E2_1.jpg', 'Pinnacle Architectural Lighting E2. EDGE 2 & 4 LED Corners.'),
(4940, 1284, 'oxygen-lighting-3-37-516_1.jpg', 'oxygen lighting 3-37-516. Mirage Sconce.'),
(4941, 1284, 'oxygen-lighting-3-37-516_2.jpg', 'oxygen lighting 3-37-516. Mirage Sconce.'),
(4942, 1284, 'oxygen-lighting-3-37-516_3.jpg', 'oxygen lighting 3-37-516. Mirage Sconce.'),
(4944, 1286, 'oxygen-lighting-3-37-739_1.jpg', 'oxygen lighting 3-37-739. Karme Outdoor.'),
(4945, 1286, 'oxygen-lighting-3-37-739_2.jpg', 'oxygen lighting 3-37-739. Karme Outdoor.'),
(4946, 1287, 'Architectural-Lighting-Works-NV3-5_1.jpg', 'Architectural Lighting Works NV3.5. NOVENTA.'),
(4947, 1287, 'Architectural-Lighting-Works-NV3-5_2.jpg', 'Architectural Lighting Works NV3.5. NOVENTA.'),
(4948, 1287, 'Architectural-Lighting-Works-NV3-5_3.jpg', 'Architectural Lighting Works NV3.5. NOVENTA.'),
(4949, 1288, 'oxygen-lighting-3-37-519_1.jpg', 'oxygen lighting 3-37-519. Vega Sconce.'),
(4950, 1288, 'oxygen-lighting-3-37-519_2.jpg', 'oxygen lighting 3-37-519. Vega Sconce.'),
(4951, 1289, 'Architectural-Lighting-Works-HB2_1.jpg', 'Architectural Lighting Works HB2. HBEAM 2.'),
(4952, 1289, 'Architectural-Lighting-Works-HB2_2.jpg', 'Architectural Lighting Works HB2. HBEAM 2.'),
(4953, 1289, 'Architectural-Lighting-Works-HB2_3.jpg', 'Architectural Lighting Works HB2. HBEAM 2.'),
(4954, 1290, 'Architectural-Lighting-Works-RPD08-P1_1.jpg', 'Architectural Lighting Works HB2. HBEAM 2.RPD08 P1. MASTERSPOKE.'),
(4955, 1290, 'Architectural-Lighting-Works-RPD08-P1_2.jpg', 'Architectural Lighting Works HB2. HBEAM 2.RPD08 P1. MASTERSPOKE.'),
(4956, 1290, 'Architectural-Lighting-Works-RPD08-P1_3.jpg', 'Architectural Lighting Works HB2. HBEAM 2.RPD08 P1. MASTERSPOKE.'),
(4957, 1291, 'Lucifer-Lighting-2RE-WW_1.jpg', 'Lucifer Lighting 2RE-WW. LENSED WALLWASH.'),
(4958, 1291, 'Lucifer-Lighting-2RE-WW_2.jpg', ''),
(4959, 1292, 'Arri-AG-S30-RP_1.jpg', 'Arri AG S30 RP. SkyPanel.'),
(4960, 1292, 'Arri-AG-S30-RP_2.jpg', 'Arri AG S30 RP. SkyPanel.'),
(4961, 1292, 'Arri-AG-S30-RP_3.jpg', 'Arri AG S30 RP. SkyPanel.'),
(4962, 1293, 'Lucifer-Lighting-2SE-FD_1.jpg', 'Lucifer Lighting 2SE-FD. FIXED DEEP REGRESS.'),
(4963, 1293, 'Lucifer-Lighting-2SE-FD_2.jpg', 'Lucifer Lighting 2SE-FD. FIXED DEEP REGRESS.'),
(4964, 1294, 'Arri-AG-S60-C_1.jpg', 'Arri AG S60 C. SkyPanel.'),
(4965, 1294, 'Arri-AG-S60-C_2.jpg', 'Arri AG S60 C. SkyPanel.'),
(4966, 1294, 'Arri-AG-S60-C_3.jpg', 'Arri AG S60 C. SkyPanel.'),
(4967, 1295, 'Arri-AG-S360-C_1.jpg', 'Arri AG L5 S360 C. SkyPanel.'),
(4968, 1295, 'Arri-AG-S360-C_2.jpg', 'Arri AG L5 S360 C. SkyPanel.'),
(4969, 1295, 'Arri-AG-S360-C_3.jpg', 'Arri AG L5 S360 C. SkyPanel.'),
(4970, 1296, 'Lucifer-Lighting-2SE-FS_1.jpg', 'Lucifer Lighting 2SE-FS. FIXED SHALLOW REGRESS.'),
(4971, 1296, 'Lucifer-Lighting-2SE-FS_2.jpg', 'Lucifer Lighting 2SE-FS. FIXED SHALLOW REGRESS.'),
(4972, 1297, 'Arri-AG-S120-C_1.jpg', 'Arri AG S120 C. SkyPanel.'),
(4973, 1297, 'Arri-AG-S120-C_2.jpg', 'Arri AG S120 C. SkyPanel.'),
(4974, 1297, 'Arri-AG-S120-C_3.jpg', 'Arri AG S120 C. SkyPanel.'),
(4975, 1298, 'Lucifer-Lighting-2RP-AD_1.jpg', 'Lucifer Lighting 2RP-AD. DUAL-AXIS ADJUSTABLE PINHOLE.'),
(4976, 1298, 'Lucifer-Lighting-2RP-AD_2.jpg', ''),
(4977, 1299, 'BLACKJACK-LIGHTING-WEG_1.jpg', 'BLACKJACK LIGHTING WEG. WEDGE Chandelier.'),
(4978, 1299, 'BLACKJACK-LIGHTING-WEG_2.jpg', 'BLACKJACK LIGHTING WEG. WEDGE Chandelier.'),
(4979, 1299, 'BLACKJACK-LIGHTING-WEG_3.jpg', 'BLACKJACK LIGHTING WEG. WEDGE Chandelier.'),
(4980, 1300, 'BLACKJACK-LIGHTING-TRI_1.jpg', 'BLACKJACK LIGHTING TRI. TRIA Single and Triple Pendants.'),
(4981, 1300, 'BLACKJACK-LIGHTING-TRI_2.jpg', 'BLACKJACK LIGHTING TRI. TRIA Single and Triple Pendants.'),
(4982, 1300, 'BLACKJACK-LIGHTING-TRI_3.jpg', 'BLACKJACK LIGHTING TRI. TRIA Single and Triple Pendants.'),
(4983, 1301, 'Beta-Calco-lighting-Arko-EX_1.jpg', 'Beta-Calco lighting Arko-EX.'),
(4984, 1301, 'Beta-Calco-lighting-Arko-EX_2.jpg', 'Beta-Calco lighting Arko-EX.'),
(4985, 1301, 'Beta-Calco-lighting-Arko-EX_3.jpg', 'Beta-Calco lighting Arko-EX.'),
(4986, 1302, 'Litelab-M78_1.jpg', 'Litelab M78. Museum Collection LED HO Wallwash/Flood.'),
(4987, 1303, 'BLACKJACK-LIGHTING-STL-06P_1.jpg', 'BLACKJACK LIGHTING STL 06P. STEELOS Single.'),
(4988, 1303, 'BLACKJACK-LIGHTING-STL-06P_2.jpg', 'BLACKJACK LIGHTING STL 06P. STEELOS Single.'),
(4989, 1304, 'Beta-Calco-lighting-Axalis_1.jpg', 'Beta-Calco lighting Axalis.'),
(4990, 1304, 'Beta-Calco-lighting-Axalis_2.jpg', 'Beta-Calco lighting Axalis.'),
(4991, 1304, 'Beta-Calco-lighting-Axalis_3.jpg', 'Beta-Calco lighting Axalis.'),
(4992, 1305, 'Litelab-M56_1.jpg', 'Litelab M56. Museum Collection LED Wallwash.'),
(4993, 1306, 'BLACKJACK-LIGHTING-JCL-49L_1.jpg', 'BLACKJACK LIGHTING JCL 49L. LED Integrated Over Counter Light.'),
(4994, 1307, 'BLACKJACK-LIGHTING-DOT_1.jpg', 'BLACKJACK LIGHTING DOT. DOT Pendant. '),
(4995, 1307, 'BLACKJACK-LIGHTING-DOT_2.jpg', 'BLACKJACK LIGHTING DOT. DOT Pendant. '),
(4996, 1307, 'BLACKJACK-LIGHTING-DOT_3.jpg', 'BLACKJACK LIGHTING DOT. DOT Pendant. '),
(4997, 1308, 'Litelab-M55_1.jpg', 'Litelab M55. Museum Collection LED Object.'),
(4998, 1309, 'HALO-L811_1.jpg', 'HALO L811. Halo L811 Mini LED Series.'),
(4999, 1309, 'HALO-L811_2.jpg', 'HALO L811. Halo L811 Mini LED Series.'),
(5000, 1310, 'Best-Lights-XL-ISP_1.jpg', 'Best Lights XL ISP. '),
(5001, 1310, 'Best-Lights-XL-ISP_2.jpg', 'Best Lights XL ISP. '),
(5002, 1310, 'Best-Lights-XL-ISP_3.jpg', ''),
(5003, 1311, 'HALO-L812_1.jpg', 'HALO L812. Halo L812 Mini LED Series.'),
(5004, 1311, 'HALO-L812_2.jpg', 'HALO L812. Halo L812 Mini LED Series.'),
(5005, 1312, 'Best-Lights-XL-ISC_1.jpg', 'Best Lights XL ISC.'),
(5006, 1312, 'Best-Lights-XL-ISC_2.jpg', 'Best Lights XL ISC.'),
(5007, 1312, 'Best-Lights-XL-ISC_3.jpg', 'Best Lights XL ISC.'),
(5008, 1313, 'Gantom-Storm-Z-Flood_1.jpg', 'Gantom Storm Z Flood. Outdoor 1.5W Spotlight/Floodlight.'),
(5009, 1313, 'Gantom-Storm-Z-Flood_2.jpg', 'Gantom Storm Z Flood. Outdoor 1.5W Spotlight/Floodlight.'),
(5010, 1313, 'Gantom-Storm-Z-Flood_3.jpg', 'Gantom Storm Z Flood. Outdoor 1.5W Spotlight/Floodlight.'),
(5011, 1314, 'Best-Lights-XL-ISU_1.jpg', 'Best Lights XL ISU.'),
(5012, 1314, 'Best-Lights-XL-ISU_2.jpg', 'Best Lights XL ISU.'),
(5013, 1315, 'HALO-L808_1.jpg', 'HALO L808. Halo L808 LED Track Fixture.'),
(5014, 1315, 'HALO-L808_2.jpg', 'HALO L808. Halo L808 LED Track Fixture.'),
(5015, 1315, 'HALO-L808_3.jpg', 'HALO L808. Halo L808 LED Track Fixture.'),
(5016, 1316, 'Gantom-Storm-DMX-Flood_1.jpg', 'Gantom Storm DMX Flood. Outdoor 4.8W DMX Floodlight.'),
(5017, 1316, 'Gantom-Storm-DMX-Flood_2.jpg', 'Gantom Storm DMX Flood. Outdoor 4.8W DMX Floodlight.'),
(5018, 1316, 'Gantom-Storm-DMX-Flood_3.jpg', 'Gantom Storm DMX Flood. Outdoor 4.8W DMX Floodlight.'),
(5020, 1318, 'Carandini-SCL_1.jpg', 'Carandini SCL. CITYMAX.'),
(5021, 1318, 'Carandini-SCL_2.jpg', 'Carandini SCL. CITYMAX.'),
(5022, 1318, 'Carandini-SCL_3.jpg', 'Carandini SCL. CITYMAX.'),
(5023, 1317, 'Bartco-BSS110_1.jpg', 'Bartco BSS110. '),
(5025, 1319, 'Bartco-SK21_1.jpg', 'Bartco SK21. '),
(5026, 1319, 'Bartco-SK21_2.jpg', 'Bartco SK21. '),
(5027, 1319, 'Bartco-SK21_3.jpg', 'Bartco SK21. '),
(5028, 1320, 'Carandini-CLM_1.jpg', 'Carandini CLM. CLAMOD LED.'),
(5029, 1320, 'Carandini-CLM_2.jpg', 'Carandini CLM. CLAMOD LED.'),
(5030, 1320, 'Carandini-CLM_3.jpg', 'Carandini CLM. CLAMOD LED.'),
(5031, 1321, 'Eureka-2064B_1.jpg', 'Eureka 2064B. VOXEL.'),
(5032, 1322, 'Bartco-ADL210_1.jpg', 'Bartco ADL210. Linear LED luminaire with knife edge cove extrusion.'),
(5033, 1323, 'Bartco-BIW110_1.jpg', 'Bartco BIW110. Linear LED fixture for flush mounting.'),
(5034, 1324, 'Eureka-4028_1.jpg', 'Eureka 4028. BEACON.'),
(5035, 1325, 'Carandini-LINE-SET_1.jpg', 'Carandini LINE-SET.'),
(5036, 1325, 'Carandini-LINE-SET_2.jpg', 'Carandini LINE-SET.'),
(5037, 1325, 'Carandini-LINE-SET_3.jpg', 'Carandini LINE-SET.'),
(5038, 1326, 'Bartco-BSS710_1.jpg', 'Bartco BSS710. TRAVE.'),
(5039, 1327, 'Eureka-1153AD_1.jpg', 'Eureka 1153AD. HIGH LINE - SHOWER DIRECTIONAL BAFFLE.'),
(5040, 1328, 'Carandini-PHL_1.jpg', 'Carandini PHL. LED FLOODLIGHT.'),
(5041, 1328, 'Carandini-PHL_2.jpg', 'Carandini PHL. LED FLOODLIGHT.'),
(5042, 1328, 'Carandini-PHL_3.jpg', 'Carandini PHL. LED FLOODLIGHT.'),
(5043, 1329, 'Bartco-BSS840_1.jpg', 'Bartco BSS840. GENERAL.'),
(5044, 1330, 'Eureka-3800-36_1.jpg', 'Eureka 3800-36. CYCLE. '),
(5045, 1331, 'Carandini-PCL_1.jpg', 'Carandini PCL. PEC LED'),
(5046, 1331, 'Carandini-PCL_2.jpg', 'Carandini PCL. PEC LED'),
(5047, 1331, 'Carandini-PCL_3.jpg', 'Carandini PCL. PEC LED'),
(5049, 1317, 'Bartco-BSS110_2.jpg', 'Bartco BSS110.'),
(5050, 1332, 'DALS-Lighting-RGR2_1.jpg', 'DALS Lighting RGR2. 2” SMOOTH BAFFLE ROUND.'),
(5051, 1332, 'DALS-Lighting-RGR2_2.jpg', 'DALS Lighting RGR2. 2” SMOOTH BAFFLE ROUND.'),
(5052, 1332, 'DALS-Lighting-RGR2_3.jpg', 'DALS Lighting RGR2. 2” SMOOTH BAFFLE ROUND.'),
(5053, 1333, 'DALS-Lighting-IND4_1.jpg', 'DALS Lighting IND4. 4” ROUND INDIRECT RECESSED LIGHT.'),
(5054, 1333, 'DALS-Lighting-IND4_2.jpg', 'DALS Lighting IND4. 4” ROUND INDIRECT RECESSED LIGHT.'),
(5055, 1334, 'DALS-Lighting-IND6_1.jpg', 'DALS Lighting IND6. 6” ROUND INDIRECT RECESSED LIGHT.'),
(5056, 1334, 'DALS-Lighting-IND6_2.jpg', 'DALS Lighting IND6. 6” ROUND INDIRECT RECESSED LIGHT.'),
(5057, 1335, 'DALS-Lighting-LEDWALL-A_1.jpg', 'DALS Lighting LEDWALL-A. ROUND LED CYLINDER.'),
(5058, 1335, 'DALS-Lighting-LEDWALL-A_2.jpg', 'DALS Lighting LEDWALL-A. ROUND LED CYLINDER.'),
(5059, 1335, 'DALS-Lighting-LEDWALL-A_3.jpg', 'DALS Lighting LEDWALL-A. ROUND LED CYLINDER.'),
(5060, 1336, 'Luminii-T_1.jpg', 'Luminii T. Tove Suspension.'),
(5061, 1337, 'Luminii-TV_1.jpg', 'Luminii TV. Tavan.'),
(5062, 1338, 'Lumiere-303-W1-LEDB1_1.jpg', 'Lumiere 303-W1-LEDB1. Eon 303 W1.'),
(5063, 1339, 'Luminii-Q_1.jpg', 'Luminii Q. Qube.'),
(5064, 1340, 'Lumiere-1004_1.jpg', 'Lumiere 1004. Lanterra 1004 LED, Accent and Flood.'),
(5065, 1340, 'Lumiere-1004_2.jpg', 'Lumiere 1004. Lanterra 1004 LED, Accent and Flood.'),
(5066, 1341, 'Luminii-LUC_1.jpg', 'Luminii LUC. Luceo.'),
(5067, 1341, 'Luminii-LUC_2.jpg', 'Luminii LUC. Luceo.'),
(5068, 1342, 'Lumiere-920_1.jpg', 'Lumiere 920. Cambria 920.'),
(5069, 1343, 'Luminii-KR_1.jpg', 'Luminii KR. Kilo Recessed.'),
(5070, 1343, 'Luminii-KR_2.jpg', 'Luminii KR. Kilo Recessed.'),
(5071, 1343, 'Luminii-KR_3.jpg', 'Luminii KR. Kilo Recessed.'),
(5072, 1344, 'Lumiere-904_1.jpg', 'Lumiere 904. Westwood 904.'),
(5073, 1345, 'LumenArt-APD-20_1.jpg', 'LumenArt APD.20.'),
(5074, 1345, 'LumenArt-APD-20_2.jpg', 'LumenArt APD.20.'),
(5075, 1346, 'Lumiere-303-B2-LEDB4_1.jpg', 'Lumiere 303-B2-LEDB4. Eon 303 B2.'),
(5076, 1347, 'LumenArt-APD-54_1.jpg', 'LumenArt APD.54.'),
(5077, 1347, 'LumenArt-APD-54_2.jpg', 'LumenArt APD.54.'),
(5078, 1348, 'LumenArt-AWL-03_1.jpg', 'LumenArt AWL.03.'),
(5079, 1348, 'LumenArt-AWL-03_2.jpg', 'LumenArt AWL.03.'),
(5080, 1349, 'Lumato-C3-D_1.jpg', 'Lumato C3-D.'),
(5081, 1350, 'LumenArt-AWL-60_1.jpg', 'LumenArt AWL.60.'),
(5082, 1350, 'LumenArt-AWL-60_2.jpg', 'LumenArt AWL.60.'),
(5083, 1351, 'Lumato-W3-ID_1.jpg', 'Lumato W3-ID.'),
(5084, 1352, 'Lumato-R3-D_1.jpg', 'Lumato R3-D.'),
(5087, 1354, 'Lumato-R5-D_1.jpg', 'Lumato R5-D. '),
(5088, 1355, 'Dark-d-COW_1.jpg', 'Dark d COW.'),
(5089, 1355, 'Dark-d-COW_2.jpg', 'Dark d COW.'),
(5090, 1356, 'Dark-d-RABBIT_1.jpg', 'Dark d RABBIT.'),
(5091, 1356, 'Dark-d-RABBIT_2.jpg', 'Dark d RABBIT.'),
(5092, 1356, 'Dark-d-RABBIT_3.jpg', 'Dark d RABBIT.'),
(5093, 1357, 'Ledalite-9722-36_1.jpg', 'Ledalite 9722-36. Vectra - Recessed.'),
(5094, 1358, 'Lightolier-LLAVRM_1.jpg', 'Lightolier LLAVRM. Alcyon LED Vertical Recessed Multiple.'),
(5095, 1358, 'Lightolier-LLAVRM_2.jpg', 'Lightolier LLAVRM. Alcyon LED Vertical Recessed Multiple.'),
(5096, 1358, 'Lightolier-LLAVRM_3.jpg', 'Lightolier LLAVRM. Alcyon LED Vertical Recessed Multiple.'),
(5097, 1359, 'Dark-AGUJA_1.jpg', 'Dark AGUJA.'),
(5098, 1360, 'Ledalite-1208-E_1.jpg', 'Ledalite 1208-E. Jump - Surface.'),
(5099, 1361, 'Lightolier-LLAH_1.jpg', 'Lightolier LLAH. Alcyon LED Horizontal II.'),
(5100, 1361, 'Lightolier-LLAH_2.jpg', 'Lightolier LLAH. Alcyon LED Horizontal II.'),
(5101, 1362, 'Dark-DROPZ_1.jpg', 'Dark DROPZ.'),
(5102, 1362, 'Dark-DROPZ_2.jpg', 'Dark DROPZ.'),
(5103, 1362, 'Dark-DROPZ_3.jpg', 'Dark DROPZ.'),
(5104, 1363, 'Lightolier-LLAV11_1.jpg', 'Lightolier LLAV11. Alcyon LED Vertical.'),
(5105, 1363, 'Lightolier-LLAV11_2.jpg', 'Lightolier LLAV11. Alcyon LED Vertical.'),
(5106, 1363, 'Lightolier-LLAV11_3.jpg', 'Lightolier LLAV11. Alcyon LED Vertical.'),
(5107, 1364, 'Lightolier-LT08_1.jpg', 'Lightolier LT08. CorePro LED Mini Cylinder.'),
(5108, 1364, 'Lightolier-LT08_2.jpg', 'Lightolier LT08. CorePro LED Mini Cylinder.'),
(5109, 1364, 'Lightolier-LT08_3.jpg', 'Lightolier LT08. CorePro LED Mini Cylinder.'),
(5110, 1366, 'Lightolier-LLF_1.jpg', 'Lightolier LLF.LightFlood LED Track Heads.'),
(5111, 1367, 'Ledalite-4222-K_1.jpg', '4222-K. SilkSpace Recessed.'),
(5113, 1369, 'Edison-Price-MM-XTM-OX_1.jpg', 'Edison Price MM XTM OX. MINIMAX LED O.'),
(5114, 1370, 'Lightolier-LC06_1.jpg', 'Lightolier LC06. OmniSpot LED Track Heads.'),
(5115, 1370, 'Lightolier-LC06_2.jpg', 'Lightolier LC06. OmniSpot LED Track Heads.'),
(5116, 1370, 'Lightolier-LC06_3.jpg', 'Lightolier LC06. OmniSpot LED Track Heads.'),
(5117, 1371, 'Ledalite-7726-A_1.jpg', 'Ledalite 7726-A.'),
(5118, 1372, 'Edison-Price-MM-XTM-W_1.jpg', 'Edison Price MM XTM W. MINIMAX LED W.'),
(5119, 1373, 'Lightolier-LLAB0_1.jpg', 'Lightolier LLAB0. Spot LED Track Heads.'),
(5120, 1373, 'Lightolier-LLAB0_2.jpg', 'Lightolier LLAB0. Spot LED Track Heads.'),
(5121, 1373, 'Lightolier-LLAB0_3.jpg', 'Lightolier LLAB0. Spot LED Track Heads.'),
(5122, 1374, 'Edison-Price-STK-CZR_1.jpg', 'Edison Price STK CZR. STACKLITE CZR. '),
(5123, 1375, 'Edison-Price-MX-XTM-W_1.jpg', 'Edison Price MX XTM W. MAXIMA LED W.'),
(5124, 1376, 'Hydrel-G2LBDC_1.jpg', 'Hydrel G2LBDC. G2 COB LOUVER BOLLARD DOME.'),
(5125, 1377, 'Hydrel-EDWARDS-LED_1.jpg', 'Hydrel EDWARDS. Winscape LED.'),
(5126, 1378, 'Hubbel-LCAT12_1.jpg', 'Hubbel LCAT12. '),
(5127, 1378, 'Hubbel-LCAT12_2.jpg', 'Hubbel LCAT12. '),
(5128, 1378, 'Hubbel-LCAT12_3.jpg', 'Hubbel LCAT12. '),
(5129, 1379, 'EverLast-Lighting-EL-LED-MQ_1.jpg', 'EverLast Lighting EL LED MQ. EVERLAST LED MARQUEE FLAT PANEL TROFFER.'),
(5130, 1379, 'EverLast-Lighting-EL-LED-MQ_2.jpg', 'EverLast Lighting EL LED MQ. EVERLAST LED MARQUEE FLAT PANEL TROFFER.'),
(5131, 1379, 'EverLast-Lighting-EL-LED-MQ_3.jpg', 'EverLast Lighting EL LED MQ. EVERLAST LED MARQUEE FLAT PANEL TROFFER.'),
(5132, 1380, 'Hubbel-CFP_1.jpg', 'Hubbel CFP.'),
(5133, 1380, 'Hubbel-CFP_2.jpg', 'Hubbel CFP.'),
(5134, 1380, 'Hubbel-CFP_3.jpg', 'Hubbel CFP.'),
(5135, 1381, 'EverLast-Lighting-EL-LED-LHB_1.jpg', 'EverLast Lighting EL LED LHB. LINEAR LED.'),
(5136, 1381, 'EverLast-Lighting-EL-LED-LHB_2.jpg', 'EverLast Lighting EL LED LHB. LINEAR LED.'),
(5137, 1381, 'EverLast-Lighting-EL-LED-LHB_3.jpg', 'EverLast Lighting EL LED LHB. LINEAR LED.'),
(5138, 1382, 'Hydrel-BENTON-LED_1.jpg', 'Hydrel BENTON LED. Winscape LED Up/Down Wall.'),
(5139, 1383, 'Hubbel-LZPT-14_1.jpg', 'Hubbel LZPT-14.'),
(5140, 1383, 'Hubbel-LZPT-14_2.jpg', 'Hubbel LZPT-14.'),
(5141, 1383, 'Hubbel-LZPT-14_3.jpg', 'Hubbel LZPT-14.'),
(5142, 1384, 'EverLast-Lighting-EL-LED-TS12_1.jpg', 'EverLast Lighting EL LED TS12. SHOE BOX.'),
(5143, 1384, 'EverLast-Lighting-EL-LED-TS12_2.jpg', 'EverLast Lighting EL LED TS12. SHOE BOX.'),
(5144, 1384, 'EverLast-Lighting-EL-LED-TS12_3.jpg', 'EverLast Lighting EL LED TS12. SHOE BOX.'),
(5145, 1385, 'Hydrel-TPS1-YM-LED_1.jpg', 'Hydrel TPS1-YM-LED. TPS1 SERIES Yoke Mount LED Flood Light.'),
(5146, 1386, 'EverLast-Lighting-EL-LED-RC_1.jpg', 'EverLast Lighting EL LED RC. EVERLAST LED RECESSED CANOPY. '),
(5147, 1386, 'EverLast-Lighting-EL-LED-RC_2.jpg', 'EverLast Lighting EL LED RC. EVERLAST LED RECESSED CANOPY. '),
(5148, 1386, 'EverLast-Lighting-EL-LED-RC_3.jpg', 'EverLast Lighting EL LED RC. EVERLAST LED RECESSED CANOPY. '),
(5149, 1387, 'Hubbel-ALT120_1.jpg', 'Hubbel ALT120. Altitude.'),
(5150, 1387, 'Hubbel-ALT120_2.jpg', 'Hubbel ALT120. Altitude.'),
(5151, 1388, 'Hubbel-CC-CCS17_1.jpg', 'Hubbel CC-CCS17. Curvilinear Cutoff.'),
(5152, 1389, 'Hydrel-8200-LED-YOKE_1.jpg', 'Hydrel 8200-LED-YOKE. 8200 LED Floodlight.'),
(5153, 1390, 'Focal-Point-FLS2A_1.jpg', 'Focal Point FLS2A. ID+ 2.5\" Adjustable Accent.'),
(5154, 1390, 'Focal-Point-FLS2A_2.jpg', 'Focal Point FLS2A. ID+ 2.5\" Adjustable Accent.'),
(5155, 1390, 'Focal-Point-FLS2A_3.jpg', 'Focal Point FLS2A. ID+ 2.5\" Adjustable Accent.'),
(5156, 1391, 'G-Lighting-GL-2765–2769_1.jpg', 'G Lighting GL-2765–2769. CUBIX.'),
(5157, 1392, 'Holophane-TunnelPass-LED_1.jpg', 'Holophane TunnelPass LED. Tunnel and Underpass Luminaire.'),
(5158, 1392, 'Holophane-TunnelPass-LED_2.jpg', 'Holophane TunnelPass LED. Tunnel and Underpass Luminaire.'),
(5159, 1393, 'Focal-Point-FLS22A_1.jpg', 'Focal Point FLS22A. ID+ 2.5\" x 2.5\" Adjustable Accent.'),
(5160, 1393, 'Focal-Point-FLS22A_2.jpg', 'Focal Point FLS22A. ID+ 2.5\" x 2.5\" Adjustable Accent.'),
(5161, 1393, 'Focal-Point-FLS22A_3.jpg', 'Focal Point FLS22A. ID+ 2.5\" x 2.5\" Adjustable Accent.'),
(5162, 1394, 'G-Lighting-GL-2770–2774_1.jpg', 'G Lighting GL-2770–2774. CUBIX II.'),
(5163, 1395, 'Holophane-MDLE2_1.jpg', 'Holophane MDLE2. Madeira LED Prismatic Acorns - Ornamental.'),
(5164, 1395, 'Holophane-MDLE2_2.jpg', 'Holophane MDLE2. Madeira LED Prismatic Acorns - Ornamental.'),
(5165, 1395, 'Holophane-MDLE2_3.jpg', 'Holophane MDLE2. Madeira LED Prismatic Acorns - Ornamental.'),
(5166, 1396, 'G-Lighting-GL-2720–2724_1.jpg', 'G Lighting GL-2720–2724. ORBIS.'),
(5167, 1396, 'G-Lighting-GL-2720–2724_2.jpg', 'G Lighting GL-2720–2724. ORBIS.'),
(5168, 1396, 'G-Lighting-GL-2720–2724_3.jpg', 'G Lighting GL-2720–2724. ORBIS.'),
(5169, 1397, 'G-Lighting-GL-2800_1.jpg', 'G Lighting GL-2800. GLOBO 18″.'),
(5170, 1397, 'G-Lighting-GL-2800_2.jpg', 'G Lighting GL-2800. GLOBO 18″.'),
(5171, 1398, 'Holophane-PPSQL2_1.jpg', 'Holophane PPSQL2. Parkpak LED Parking Garage Luminaire.'),
(5172, 1399, 'Focal-Point-FSM2ALS_1.jpg', 'Focal Point FSM2ALS. Seem 2 LED Asymmetric.'),
(5173, 1399, 'Focal-Point-FSM2ALS_2.jpg', 'Focal Point FSM2ALS. Seem 2 LED Asymmetric.'),
(5174, 1400, 'Holophane-PLLED_1.jpg', 'Holophane PLLED. Predator LED Large. '),
(5175, 1401, 'Focal-Point-FSM1BS_1.jpg', 'Focal Point FSM1BS. Seem 1 Direct/Indirect.'),
(5176, 1401, 'Focal-Point-FSM1BS_2.jpg', 'Focal Point FSM1BS. Seem 1 Direct/Indirect.'),
(5177, 1401, 'Focal-Point-FSM1BS_3.jpg', 'Focal Point FSM1BS. Seem 1 Direct/Indirect.'),
(5178, 1402, 'Holophane-LEDG_1.jpg', 'Holophane LEDG. LEDgend™ LED Outdoor Cobra Head.'),
(5179, 1402, 'Holophane-LEDG_2.jpg', 'Holophane LEDG. LEDgend™ LED Outdoor Cobra Head.'),
(5180, 1402, 'Holophane-LEDG_3.jpg', 'Holophane LEDG. LEDgend™ LED Outdoor Cobra Head.'),
(5181, 1403, 'Focal-Point-FWSL_1.jpg', 'Focal Point FWSL. Focus Wall Wash. '),
(5182, 1403, 'Focal-Point-FWSL_2.jpg', 'Focal Point FWSL. Focus Wall Wash. '),
(5183, 1403, 'Focal-Point-FWSL_3.jpg', 'Focal Point FWSL. Focus Wall Wash. '),
(5184, 1404, 'Current-LBR24_1.jpg', 'Current LBR24. LBR24 Series - Backlit Recessed.'),
(5185, 1404, 'Current-LBR24_2.jpg', 'Current LBR24. LBR24 Series - Backlit Recessed.'),
(5186, 1404, 'Current-LBR24_3.jpg', 'Current LBR24. LBR24 Series - Backlit Recessed.'),
(5187, 1405, 'Hadco-CXF5_1.jpg', 'Hadco CXF5. Pima LED pendant.'),
(5188, 1406, 'Current-LBT22_1.jpg', 'Current LBT22. LBT22 Series - Backlit T-Grid.'),
(5189, 1406, 'Current-LBT22_2.jpg', 'Current LBT22. LBT22 Series - Backlit T-Grid.'),
(5190, 1406, 'Current-LBT22_3.jpg', 'Current LBT22. LBT22 Series - Backlit T-Grid.'),
(5191, 1407, 'Current-LET24_1.jpg', 'Current LET24. LET24 Series - reveal® with TriGain™ technology.'),
(5192, 1407, 'Current-LET24_2.jpg', 'Current LET24. LET24 Series - reveal® with TriGain™ technology.'),
(5193, 1408, 'Hadco-CXF4_1.jpg', 'Hadco CXF4. Swan LED pendant.'),
(5194, 1409, 'Current-ALV1_1.jpg', 'Current ALV1. Albeo™ LED Linear Fixture - ALV1.'),
(5195, 1409, 'Current-ALV1_2.jpg', 'Current ALV1. Albeo™ LED Linear Fixture - ALV1.'),
(5196, 1410, 'Hadco-VX600_1.jpg', 'Hadco VX600. Architectural LED post top.'),
(5197, 1411, 'Current-FM-Series_1.jpg', 'Current FM Series. Flush Mount Round Ceiling Fixtures.'),
(5198, 1411, 'Current-FM-Series_2.jpg', 'Current FM Series. Flush Mount Round Ceiling Fixtures.'),
(5199, 1412, 'Hadco-CAND2_1.jpg', 'Hadco CAND2. Candela LED Post Top.'),
(5200, 1413, 'Current-RX-Series_1.jpg', 'Current RX Series. Lumination™ LED Luminaire - RX Series.'),
(5201, 1413, 'Current-RX-Series_2.jpg', 'Current RX Series. Lumination™ LED Luminaire - RX Series.'),
(5202, 1414, 'Hadco-VX151_1.jpg', 'Hadco VX151. Independence LED Post Top.'),
(5203, 1415, 'Holm-pShimmer-6a_1.jpg', 'Holm pShimmer-6a. pendant fixtures.'),
(5204, 1416, 'Holm-pShimmer4_1.jpg', 'Holm pShimmer4. pendant fixtures.'),
(5208, 1418, 'Holm-sBBQ_1.jpg', 'Holm sBBQ. Surface-mounted fixtures.'),
(5209, 1417, 'Holm-dFLP_1.jpg', 'Holm dFLP. Directional fixtures.'),
(5210, 1417, 'Holm-dFLP_2.jpg', 'Holm dFLP. Directional fixtures.'),
(5211, 1417, 'Holm-dFLP_3.jpg', 'Holm dFLP. Directional fixtures.'),
(5212, 1419, 'Antique-Street-Lamps-LTL30_1.jpg', 'Antique Street Lamps LTL30. LTL30 LED Post-Top Octagonal Lantern Luminaire.'),
(5213, 1420, 'Artcraft-Lighting-AC7490_1.jpg', 'Artcraft Lighting AC7490. Bathroom Vanity.'),
(5214, 1421, 'Artcraft-Lighting-AC7491_1.jpg', 'Artcraft Lighting AC7491. Bathroom Vanity.'),
(5215, 1422, 'Antique-Street-Lamps-RC15L_1.jpg', 'Antique Street Lamps RC15L. Resonance 1.5 (Large) LED post-top Luminaire.'),
(5216, 1423, 'Artcraft-Lighting-AC7203CH_1.jpg', 'Artcraft Lighting AC7203CH. Wall Bracket.'),
(5217, 1424, 'Artcraft-Lighting-AC7541_1.jpg', 'Artcraft Lighting AC7541. Wall Light. '),
(5218, 1425, 'Antique-Street-Lamps-TLRC10_1.jpg', 'Antique Street Lamps TLRC10. Resonance 1.0 LED post-top Luminaire (Small).'),
(5219, 1426, 'Antique-Street-Lamps-AL25_1.jpg', 'AL25. AL25 LED Post-Top Acorn Luminaire.'),
(5220, 1427, 'Barron-Lighting-Group-BLED-2T_1.jpg', 'Barron Lighting Group BLED 2T. Recessed LED Trims.'),
(5221, 1429, 'Brownlee-Lighting-2612-LED_1.jpg', 'Brownlee Lighting 2612 LED.'),
(5222, 1429, 'Brownlee-Lighting-2612-LED_2.jpg', 'Brownlee Lighting 2612 LED.'),
(5223, 1429, 'Brownlee-Lighting-2612_3.jpg', 'Brownlee Lighting 2612 LED.'),
(5224, 1430, 'Certolux-SAF-3518-1X4_1.jpg', 'Certolux SAF-3518-1X4. Superseal Alpha Flanged - Cleanroom.'),
(5225, 1431, 'Barron-Lighting-Group-BRK-LED4-GR-ECO_1.jpg', 'Barron Lighting Group BRK LED4 GR ECO. LED Gimbal Trim.'),
(5226, 1432, 'Brownlee-Lighting-2681-LED_1.jpg', 'Brownlee Lighting 2681 LED.'),
(5227, 1432, 'Brownlee-Lighting-2681-LED_2.jpg', 'Brownlee Lighting 2681 LED.'),
(5228, 1433, 'Certolux-CRG-3522-1X4_1.jpg', 'Certolux CRG-3522-1X4. LED Cleanroom Recessed Grid (t-bar).'),
(5229, 1434, 'Barron-Lighting-Group-BRK-LED6A-BW_1.jpg', 'Barron Lighting Group BRK LED6A BW. LED Retrofit Trim.'),
(5230, 1435, 'Certolux-VRSE-3556_1.jpg', 'Certolux VRSE-3556. LED Vandal Resistant Resistant Surface-extruded.'),
(5231, 1436, 'Brownlee-Lighting-79005-LED_1.jpg', 'Brownlee Lighting 79005 LED.'),
(5232, 1436, 'Brownlee-Lighting-79005-LED_2.jpg', 'Brownlee Lighting 79005 LED.'),
(5233, 1437, 'Barron-Lighting-Group-BRK-LED8A-BW_1.jpg', 'Barron Lighting Group BRK LED8A BW. Architectural LED Retrofit Trim.'),
(5234, 1438, 'Certolux-VRFW-4143_1.jpg', 'Certolux VRFW-4143. LED Vandal Resistant Recessed Flange Wall Mount.'),
(5235, 1439, 'Brownlee-Lighting-7162-LED_1.jpg', 'Brownlee Lighting 7162 LED.'),
(5236, 1439, 'Brownlee-Lighting-7162-LED_2.jpg', 'Brownlee Lighting 7162 LED.'),
(5237, 1439, 'Brownlee-Lighting-7162-LED_3.jpg', 'Brownlee Lighting 7162 LED.'),
(5238, 1440, 'McGraw-Edison-CNC_1.jpg', 'McGraw-Edison CNC. Concise LED.'),
(5239, 1441, 'McGraw-Edison-GLEON-F_1.jpg', 'McGraw-Edison GLEON-F. Galleon Flood.'),
(5240, 1442, 'McGraw-Edison-GPC_1.jpg', 'McGraw-Edison GPC. Galleon Pedestrian Companion.'),
(5241, 1443, 'McGraw-Edison-GWC_1.jpg', 'McGraw-Edison GWC. Galleon Wall LED.'),
(5242, 1444, 'McGraw-Edison-LRC_1.jpg', 'McGraw-Edison LRC. LED Recessed Canopy.'),
(5243, 1445, 'McGraw-Edison-TT_1.jpg', 'McGraw-Edison TT. TopTier LED.'),
(5244, 1446, 'Metalux-14AC_1.jpg', 'Metalux 14AC. Accord LED.'),
(5245, 1447, 'Metalux-14ALN_1.jpg', 'Metalux 14ALN. ArcLine LED.'),
(5246, 1448, 'Metalux-12EN_1.jpg', 'Metalux 12EN. Encounter LED.'),
(5247, 1449, 'Metalux-312EN_1.jpg', 'Metalux 312EN. Encounter Metric LED.'),
(5248, 1450, 'Metalux-FM_1.jpg', 'Metalux FM. LED Flushmount.'),
(5249, 1451, 'Chloride-CA-51200_1.jpg', 'Chloride CA-51200. Value+ LED - VLLR Series Remote Lamp Head, Indoor.'),
(5250, 1452, 'Chloride-HZ_1.jpg', 'Chloride HZ. LED Exit.'),
(5251, 1453, 'Chloride-CM-25050_1.jpg', 'Chloride CM-25050. Patron LED Emergency Wall Light.'),
(5252, 1454, 'Chloride-VLLC_1.jpg', 'Chloride VLLC. Emergency Combo.'),
(5253, 1454, 'Chloride-VLLC_2.jpg', 'Chloride VLLC. Emergency Combo.'),
(5254, 1455, 'Chloride-CM-25450_1.jpg', 'Chloride CM-25450. Fusion III Recessed LED Emergency Unit.'),
(5255, 1456, 'Neo-Ray-S23_1.jpg', 'Neo-Ray S23. LED Straight and Narrow.'),
(5256, 1457, 'Chloride-VC_1.jpg', 'Chloride VCRW. Value+.'),
(5257, 1459, 'Neo-Ray-S121_1.jpg', 'Neo-Ray S121. Define Series - Recessed/Perimeter.'),
(5260, 1461, 'Chloride-VWRHP_1.jpg', 'Chloride VWRHP.  Remote Lamp Head, Outdoor.'),
(5261, 1461, 'Chloride-VWRHP_2.jpg', 'Chloride VWRHP.  Remote Lamp Head, Outdoor.'),
(5262, 1462, 'Neo-Ray-S122-S_1.jpg', 'Neo-Ray S122. Define Series - Surface.'),
(5263, 1464, 'Pure-Lighting-AL1-ARE-RE2W_1.jpg', 'Pure Lighting AL1 ARE RE2W. Aurora LED Accent Round Edge 2.0.'),
(5264, 1464, 'Pure-Lighting-AL1-ARE-RE2W_2.jpg', 'Pure Lighting AL1 ARE RE2W. Aurora LED Accent Round Edge 2.0.'),
(5265, 1464, 'Pure-Lighting-AL1-ARE-RE2W_3.jpg', 'Pure Lighting AL1 ARE RE2W. Aurora LED Accent Round Edge 2.0.'),
(5266, 1463, 'North-Star-Lighting-LSP2_2.jpg', 'North Star Lighting LSP2. Lytescaper™ LSP2.'),
(5267, 1463, 'North-Star-Lighting-LSP2_1.jpg', 'North Star Lighting LSP2. Lytescaper™ LSP2.'),
(5268, 1465, 'Neo-Ray-S122-P_1.jpg', 'Neo-Ray S122-P. Define Series - Suspended.'),
(5269, 1466, 'Pure-Lighting-AL3-ARE3-RGB_1.jpg', 'Pure Lighting AL3 ARE3 RGB. Aurora LED Accent Round Edge 3.3 RGB.'),
(5270, 1466, 'Pure-Lighting-AL3-ARE3-RGB_2.jpg', 'Pure Lighting AL3 ARE3 RGB. Aurora LED Accent Round Edge 3.3 RGB.'),
(5271, 1466, 'Pure-Lighting-AL3-ARE3-RGB_3.jpg', 'Pure Lighting AL3 ARE3 RGB. Aurora LED Accent Round Edge 3.3 RGB.'),
(5272, 1467, 'North-Star-Lighting-SMF200_1.jpg', 'North Star Lighting SMF200. Smart™ Flood 200.'),
(5273, 1468, 'Neo-Ray-S123-P_1.jpg', 'Neo-Ray S123-P. Define Series - Suspended.'),
(5274, 1469, 'North-Star-Lighting-SA300_1.jpg', 'North Star Lighting SA300. Smart™ Area 300.'),
(5275, 1470, 'Pure-Lighting-AL6-GWS3L-WS3_1.jpg', 'Pure Lighting AL6 GWS3L WS3. Genna LED 3.5 Wall Wash.'),
(5276, 1470, 'Pure-Lighting-AL6-GWS3L-WS3_2.jpg', 'Pure Lighting AL6 GWS3L WS3. Genna LED 3.5 Wall Wash.'),
(5277, 1470, 'Pure-Lighting-AL6-GWS3L-WS3_3.jpg', 'Pure Lighting AL6 GWS3L WS3. Genna LED 3.5 Wall Wash.'),
(5278, 1471, 'Neo-Ray-S124-P_1.jpg', 'Neo-Ray S124-P. Define Series - Suspended.'),
(5279, 1472, 'North-Star-Lighting-PRO3_1.jpg', 'North Star Lighting Procyon™ 3.'),
(5280, 1473, 'Pure-Lighting-SH4_1.jpg', 'Pure Lighting SH4. Stratus LED Linear Wall Grazer.'),
(5281, 1473, 'Pure-Lighting-SH4_2.jpg', 'Pure Lighting SH4. Stratus LED Linear Wall Grazer.'),
(5282, 1473, 'Pure-Lighting-SH4_3.jpg', 'Pure Lighting SH4. Stratus LED Linear Wall Grazer.'),
(5283, 1475, 'Rich-Brilliant-Willing-PT-4A_1.jpg', 'Rich Brilliant Willing PT-4A. Pilot Chandelier - 4.'),
(5284, 1474, 'Pure-Lighting-AL3-ASE3-RGB_1.jpg', 'Pure Lighting AL3 ASE3 RGB. Aurora LED Accent Square Edge 3.3 RGB.'),
(5285, 1474, 'Pure-Lighting-AL3-ASE3-RGB_2.jpg', 'Pure Lighting AL3 ASE3 RGB. Aurora LED Accent Square Edge 3.3 RGB.'),
(5286, 1474, 'Pure-Lighting-AL3-ASE3-RGB_3.jpg', 'Pure Lighting AL3 ASE3 RGB. Aurora LED Accent Square Edge 3.3 RGB.'),
(5287, 1458, 'Chloride-BFR-VLLU_1.jpg', 'Chloride BFR VLLU. Value+ LED - VLLU Series Emergency Unit.'),
(5288, 1476, 'Pure-Lighting-AL1-ARB-RB2_1.jpg', 'Pure Lighting AL1 ARB RB2. Aurora LED Accent Round Beveled 2.0.'),
(5289, 1476, 'Pure-Lighting-AL1-ARB-RB2_2.jpg', 'Pure Lighting AL1 ARB RB2. Aurora LED Accent Round Beveled 2.0.'),
(5290, 1476, 'Pure-Lighting-AL1-ARB-RB2_3.jpg', 'Pure Lighting AL1 ARB RB2. Aurora LED Accent Round Beveled 2.0.'),
(5291, 1477, 'Rich-Brilliant-Willing-C44_1.jpg', 'Rich Brilliant Willing C44. Cinema.'),
(5292, 1477, 'Rich-Brilliant-Willing-C44_2.jpg', 'Rich Brilliant Willing C44. Cinema.'),
(5293, 1477, 'Rich-Brilliant-Willing-C44_3.jpg', 'Rich Brilliant Willing C44. Cinema.'),
(5294, 1478, 'Rich-Brilliant-Willing-RGW_1.jpg', 'Rich Brilliant Willing RGW. Witt 3.'),
(5295, 1478, 'Rich-Brilliant-Willing-RGW_2.jpg', 'Rich Brilliant Willing RGW. Witt 3.'),
(5296, 1478, 'Rich-Brilliant-Willing-RGW_3.jpg', 'Rich Brilliant Willing RGW. Witt 3.'),
(5297, 1479, 'Shaper-674-WP_1.jpg', 'Shaper 674-WP. Exterior Wall Luminaire Luminous Sconce. '),
(5298, 1480, 'Rich-Brilliant-Willing-PD-4_1.jpg', 'Rich Brilliant Willing PD-4. Palindrome 4.'),
(5299, 1480, 'Rich-Brilliant-Willing-PD-4_2.jpg', 'Rich Brilliant Willing PD-4. Palindrome 4.'),
(5300, 1480, 'Rich-Brilliant-Willing-PD-4_3.jpg', 'Rich Brilliant Willing PD-4. Palindrome 4.'),
(5301, 1482, 'Shaper-1400_1.jpg', 'Shaper 1400. Performance Pendants.'),
(5302, 1483, 'Spectrum-Lighting-SPC0306LEDXT_1.jpg', 'Spectrum SPC0306LEDXT. XT 3\" Round Accent.'),
(5303, 1484, 'Vibia-2500_1.jpg', 'Vibia 2500. Cosmos.'),
(5304, 1484, 'Vibia-2500_2.jpg', 'Vibia 2500. Cosmos.'),
(5305, 1484, 'Vibia-2500_3.jpg', 'Vibia 2500. Cosmos.'),
(5306, 1485, 'Spectrum-Lighting-SPC0405SQLEDXT_1.jpg', 'Spectrum Lighting SPC0405SQLEDXT. XT 4\" Square Direct.'),
(5307, 1486, 'Shaper-1800_1.jpg', 'Shaper 1800. Performance Pendants.'),
(5308, 1487, 'Vibia-8200_1.jpg', 'Vibia 8200. Domo.'),
(5309, 1487, 'Vibia-8200_2.jpg', 'Vibia 8200. Domo.'),
(5310, 1487, 'Vibia-8200_3.jpg', 'Vibia 8200. Domo.'),
(5311, 1488, 'Shaper-866_1.jpg', 'Shaper 866. LOOP ARC SCONCE.'),
(5312, 1489, 'Spectrum-Lighting-SPC0612XT_1.jpg', 'Spectrum Lighting SPC0612XT. XT 6\" Round Direct.'),
(5313, 1490, 'Spectrum-Lighting-SPC0618DECORUDLEDXT_1.jpg', 'Spectrum Lighting SPC0618DECORUDLEDXT. XT 6\" Deco Direct / Indirect.'),
(5314, 1491, 'Stonco-FPL_1.jpg', 'Stonco FPL. FloodPak Large LED.'),
(5315, 1491, 'Stonco-FPL_2.jpg', 'Stonco FPL. FloodPak Large LED.'),
(5316, 1492, 'Vibia-0532_1.jpg', 'Vibia 0532. Big. '),
(5317, 1492, 'Vibia-0532_2.jpg', 'Vibia 0532. Big. '),
(5318, 1492, 'Vibia-0532_3.jpg', 'Vibia 0532. Big. '),
(5319, 1493, 'Stonco-FL_1.jpg', 'Stonco FL. LED General Purpose Floods.'),
(5320, 1493, 'Stonco-FL_2.jpg', 'Stonco FL. LED General Purpose Floods.'),
(5321, 1493, 'Stonco-FL_3.jpg', 'Stonco FL. LED General Purpose Floods.'),
(5322, 1494, 'Vibia-2012_1.jpg', 'Vibia 2012. Funnel.'),
(5323, 1494, 'Vibia-2012_2.jpg', 'Vibia 2012. Funnel.'),
(5324, 1495, 'Visual-Lighting-Technologies-ELL-CYL_1.jpg', 'Visual Lighting Technologeis ELL CYL. '),
(5325, 1496, 'Vibia-4150_1.jpg', 'Vibia 4150. Halley.'),
(5326, 1496, 'Vibia-4150_2.jpg', 'Vibia 4150. Halley.'),
(5327, 1496, 'Vibia-4150_3.jpg', 'Vibia 4150. Halley.'),
(5328, 1497, 'Stonco-LPF4_1.jpg', 'Stonco LPF4. LytePro LED Flood Large.'),
(5329, 1497, 'Stonco-LPF4_2.jpg', 'Stonco LPF4. LytePro LED Flood Large.');
INSERT INTO `family_images` (`image_id`, `family_id`, `img_src`, `alt_name`) VALUES
(5331, 1499, 'Vibia-2330_1.jpg', 'Vibia 2330. Halo Circular.'),
(5332, 1499, 'Vibia-2330_2.jpg', 'Vibia 2330. Halo Circular.'),
(5333, 1499, 'Vibia-2330_3.jpg', 'Vibia 2330. Halo Circular.'),
(5334, 1500, 'Stonco-LPF1_1.jpg', 'Stonco LPF1. LytePro LED Flood Mini.'),
(5335, 1500, 'Stonco-LPF1_2.jpg', 'Stonco LPF1. LytePro LED Flood Mini.'),
(5336, 1500, 'Stonco-LPF1_3.jpg', 'Stonco LPF1. LytePro LED Flood Mini.'),
(5337, 1501, 'Vibia-2340_1.jpg', 'Vibia 2340. Halo Lineal.'),
(5338, 1501, 'Vibia-2340_2.jpg', 'Vibia 2340. Halo Lineal.'),
(5339, 1501, 'Vibia-2340_3.jpg', 'Vibia 2340. Halo Lineal.'),
(5341, 1503, 'Stonco-LPF2_1.jpg', 'Stonco LPF2. LytePro LED Flood Small.'),
(5342, 1504, 'Visual-Lighting-Technologies-ELL-OR_1.jpg', 'Visual Lighting Technologeis ELL OR. '),
(5343, 1505, 'Traxon-HO-9_1.jpg', 'Traxon HO-9. Cove Light AC HO / HO Graze.'),
(5346, 1506, 'Traxon-Washer-Allegro-AC-XB_1.jpg', 'Traxon Washer Allegro AC XB.'),
(5347, 1502, 'Visual-Lighting-Technologies-ELL-LR_1.jpg', 'Visual Lighting Technologeis ELL LR. '),
(5348, 1502, 'Visual-Lighting-Technologies-ELL-LR_2.jpg', 'Visual Lighting Technologeis ELL LR. '),
(5349, 1507, 'Targetti-JE-P_1.jpg', 'Targetti JE-P. JEDI Projector.'),
(5350, 1498, 'Visual-Lighting-Technologies-ELL-EPR_1.jpg', 'Visual Lighting Technologeis ELL EPR. '),
(5351, 1508, 'Targetti-JE-R_1.jpg', 'Targetti JE-R. JEDI Recessed.'),
(5352, 1509, 'Targetti-CCM-W_1.jpg', 'Targetti CCM W. Arc Mini Wall Wash.'),
(5353, 954, 'Lightolier-Calculite-LED-1-75-C2L04_1.jpg', 'Lightolier Calculite LED 1.75 C2L04.'),
(5354, 954, 'Lightolier-Calculite-LED-1-75-C2L04_2.jpg', 'Lightolier Calculite LED 1.75 C2L04.'),
(5355, 955, 'Lightolier-Calculite-LED-3-Evolution-C3L085A0130K9SP_1.jpg', 'Lightolier Calculite LED 3\" Evolution C3L085A0130K9SP.'),
(5356, 955, 'Lightolier-Calculite-LED-3-Evolution-C3L085A0130K9SP_2.jpg', 'Lightolier Calculite LED 3\" Evolution C3L085A0130K9SP.'),
(5357, 955, 'Lightolier-Calculite-LED-3-Evolution-C3L085A0130K9SP_3.jpg', 'Lightolier Calculite LED 3\" Evolution C3L085A0130K9SP.'),
(5358, 952, 'Lightolier-Calculite-Retrofit-and-Remodelers_1.jpg', 'Lightolier Calculite Retrofit and Remodelers.'),
(5359, 956, 'Lightolier-Calculite-LED-6-square-gen-3-C6L10_1.jpg', 'Lightolier Calculite LED 6\" square gen 3 C6L10.'),
(5360, 956, 'Lightolier-Calculite-LED-6-square-gen-3-C6L10_2.jpg', 'Lightolier Calculite LED 6\" square gen 3 C6L10.'),
(5361, 956, 'Lightolier-Calculite-LED-6-square-gen-3-C6L10_3.jpg', 'Lightolier Calculite LED 6\" square gen 3 C6L10.'),
(5362, 953, 'Lightolier-Calculite-LED-6-cylinder-gen-3-C6PDL_1.jpg', 'Lightolier Calculite LED 6\" cylinder gen 3 C6PDL.'),
(5363, 953, 'Lightolier-Calculite-LED-6-cylinder-gen-3-C6PDL_2.jpg', 'Lightolier Calculite LED 6\" cylinder gen 3 C6PDL.'),
(5364, 953, 'Lightolier-Calculite-LED-6-cylinder-gen-3-C6PDL_3.jpg', 'Lightolier Calculite LED 6\" cylinder gen 3 C6PDL.'),
(5365, 943, 'Lightolier-CorePro-LED-Downlight_1.jpg', 'Lightolier CorePro LED Downlight. CP4.'),
(5366, 943, 'Lightolier-CorePro-LED-Downlight_2.jpg', 'Lightolier CorePro LED Downlight. CP4.'),
(5367, 943, 'Lightolier-CorePro-LED-Downlight_3.jpg', 'Lightolier CorePro LED Downlight. CP4.'),
(5368, 957, 'Lightolier-Spot-LED-Recessed-Multiple-LLABR17BK027H2RFVA_1.jpg', 'Lightolier Spot LED Recessed Multiple LLABR17BK027H2RFVA.'),
(5369, 957, 'Lightolier-Spot-LED-Recessed-Multiple-LLABR17BK027H2RFVA_2.jpg', 'Lightolier Spot LED Recessed Multiple LLABR17BK027H2RFVA.'),
(5370, 950, 'Lightolier-Alcyon-LED-Vertical_1.jpg', 'Lightolier Alcyon LED Vertical. Accessory.'),
(5371, 950, 'Lightolier-Alcyon-LED-Vertical_2.jpg', 'Lightolier Alcyon LED Vertical. Accessory.'),
(5372, 950, 'Lightolier-Alcyon-LED-Vertical_3.jpg', 'Lightolier Alcyon LED Vertical. Accessory.'),
(5373, 948, 'Lightolier-Vetro-PM-Pendants_1.jpg', 'Lightolier Vetro PM Pendants. Decorative.'),
(5374, 948, 'Lightolier-Vetro-PM-Pendants_2.jpg', 'Lightolier Vetro PM Pendants. Decorative.'),
(5375, 948, 'Lightolier-Vetro-PM-Pendants_3.jpg', 'Lightolier Vetro PM Pendants. Decorative.'),
(5376, 951, 'Lightolier-Vetro-PW-Series-Wall-Sconces_1.jpg', 'Lightolier Vetro PW Series Wall Sconces.'),
(5377, 951, 'Lightolier-Vetro-PW-Series-Wall-Sconces_2.jpg', 'Lightolier Vetro PW Series Wall Sconces.'),
(5378, 951, 'Lightolier-Vetro-PW-Series-Wall-Sconces_3.jpg', 'Lightolier Vetro PW Series Wall Sconces.'),
(5379, 1510, 'Precision-Architectural-Lighting-ACC_1.jpg', 'Precision Architectural Lighting ACC. Accentra Surface-Ceiling [LED].'),
(5380, 1510, 'Precision-Architectural-Lighting-ACC_2.jpg', 'Precision Architectural Lighting ACC. Accentra Surface-Ceiling [LED].'),
(5381, 1511, 'Precision-Architectural-Lighting-DCS-I-D_1.jpg', 'Precision Architectural Lighting DCS-I-D. Delgada Curved Suspended – [LED].'),
(5382, 1511, 'Precision-Architectural-Lighting-DCS-I-D_2.jpg', 'Precision Architectural Lighting DCS-I-D. Delgada Curved Suspended – [LED].'),
(5383, 1512, 'Roberts-Step-Lyte-Systems-RPT12_1.jpg', 'Roberts Step-Lyte Systems RPT12. RPT Petite Profile – LED.'),
(5384, 1513, 'Precision-Architectural-Lighting-DRS-I-D_1.jpg', 'Precision Architectural Lighting DRS-I-D. Delgada Rectangular Suspended – [LED].'),
(5385, 1513, 'Precision-Architectural-Lighting-DRS-I-D_2.jpg', 'Precision Architectural Lighting DRS-I-D. Delgada Rectangular Suspended – [LED].'),
(5386, 1514, 'Roberts-Step-Lyte-Systems-Wireless-Adjustable-Shelf-Light_1.jpg', 'Roberts Step-Lyte Systems Wireless Adjustable Shelf Light – LED.'),
(5387, 1515, 'Precision-Architectural-Lighting-LMS-I_1.jpg', 'Precision Architectural Lighting LMS-I. Luminata Suspended [LED].'),
(5388, 1515, 'Precision-Architectural-Lighting-LMS-I_2.jpg', 'Precision Architectural Lighting LMS-I. Luminata Suspended [LED].'),
(5389, 1515, 'Precision-Architectural-Lighting-LMS-I_3.jpg', 'Precision Architectural Lighting LMS-I. Luminata Suspended [LED].'),
(5390, 1516, 'Roberts-Step-Lyte-Systems-RA24_1.jpg', 'Roberts Step-Lyte Systems RA24. Neon Flex Light RA24-LED.'),
(5391, 1517, 'Precision-Architectural-Lighting-MLR2_1.jpg', 'Precision Architectural Lighting MLR2. Microlinea Recessed Series 2 [LED].'),
(5392, 1517, 'Precision-Architectural-Lighting-MLR2_2.jpg', 'Precision Architectural Lighting MLR2. Microlinea Recessed Series 2 [LED].'),
(5393, 1517, 'Precision-Architectural-Lighting-MLR2_3.jpg', 'Precision Architectural Lighting MLR2. Microlinea Recessed Series 2 [LED].'),
(5394, 1518, 'Roberts-Step-Lyte-Systems-RWX24_1.jpg', 'Roberts Step-Lyte Systems RWX24. Low Profile Special Purpose RWX24- LED. '),
(5395, 1519, 'Roberts-Step-Lyte-Systems-RW12_1.jpg', 'Roberts Step-Lyte Systems RW12. Low Profile Step Light RW12- LED.'),
(5396, 1520, 'Precision-Architectural-Lighting-MQR2_1.jpg', 'Precision Architectural Lighting MQR2. Microquad Recessed Series [LED].'),
(5397, 1520, 'Precision-Architectural-Lighting-MQR2_2.jpg', 'Precision Architectural Lighting MQR2. Microquad Recessed Series [LED].'),
(5398, 1521, 'Roberts-Step-Lyte-Systems-RM-LED_1.jpg', 'Roberts Step-Lyte Systems RM-LED. Deluxe Cove RM-LED.'),
(5399, 1522, 'Precision-Architectural-Lighitng-MQS2-D_1.jpg', 'Precision Architectural Lighting MQS2-D. Microquad Suspended Series [LED].'),
(5400, 1522, 'Precision-Architectural-Lighitng-MQS2-D_2.jpg', 'Precision Architectural Lighting MQS2-D. Microquad Suspended Series [LED].'),
(5401, 1522, 'Precision-Architectural-Lighitng-MQS2-D_3.jpg', 'Precision Architectural Lighting MQS2-D. Microquad Suspended Series [LED].'),
(5402, 1523, 'Roberts-Step-Lyte-Systems-RWX12_1.jpg', 'Roberts Step-Lyte Systems RWX12. Low Profile Step Light RWX12- LED.'),
(5403, 1524, 'Self-Electronic-Germany-GmbH-TRUNK-L_1.jpg', 'Self Electronic Germany GmbH TRUNK L. '),
(5404, 1525, 'Self-Electronic-Germany-GmbH-TRUNK2-L_1.jpg', 'Self Electronic Germany GmbH TRUNK2 L. '),
(5405, 1526, 'Solas-Ray-Lighting-BL_1.jpg', 'Solas Ray Lighting BL. “The Beast” High Bay.'),
(5406, 1526, 'Solas-Ray-Lighting-BL_2.jpg', 'Solas Ray Lighting BL. “The Beast” High Bay.'),
(5407, 1526, 'Solas-Ray-Lighting-BL_3.jpg', 'Solas Ray Lighting BL. “The Beast” High Bay.'),
(5408, 1527, 'Self-Electronic-Germany-GmbH-TRUNK-OUSTA-L_1.jpg', 'Self Electronic Germany TRUNK OUSTA L.'),
(5409, 1528, 'Solas-Ray-Lighting-LLHO_1.jpg', 'Solas Ray Lighting LLHO. High Bay Linear High Output.'),
(5410, 1528, 'Solas-Ray-Lighting-LLHO_2.jpg', 'Solas Ray Lighting LLHO. High Bay Linear High Output.'),
(5411, 1528, 'Solas-Ray-Lighting-LLHO_3.jpg', 'Solas Ray Lighting LLHO. High Bay Linear High Output.'),
(5412, 1529, 'Self-Electronic-Germany-GmbH-TRUNK-TINA-L_1.jpg', 'Self Electronic Germany GmbH TRUNK TINA L.'),
(5413, 1531, 'Self-Electronic-Germany-GmbH-TRUNK-PHOENIX-L120-220V_1.jpg', 'Self Electronic Germany GmbH TRUNK PHOENIX L120 220V.'),
(5414, 1530, 'Solas-ray-lighting-FP22_1.jpg', 'Solas Ray Lighting FP22. Flat Panel LED.'),
(5415, 1533, 'Solas-Ray-Lighting-Guardian-AF_1.jpg', 'Solas Ray Lighting Guardian AF. The Guardian.'),
(5416, 1533, 'Solas-Ray-Lighting-Guardian-AF_2.jpg', 'Solas Ray Lighting Guardian AF. The Guardian.'),
(5417, 1533, 'Solas-Ray-Lighting-Guardian-AF_3.jpg', 'Solas Ray Lighting Guardian AF. The Guardian.'),
(5419, 1534, 'Solas-Ray-Lighting-HS_1.jpg', 'Solas Ray Lighting HS. Slimline LED High Bay.'),
(5420, 1534, 'Solas-Ray-Lighting-HS_2.jpg', 'Solas Ray Lighting HS. Slimline LED High Bay.'),
(5421, 1534, 'Solas-Ray-Lighting-HS_3.jpg', 'Solas Ray Lighting HS. Slimline LED High Bay.'),
(5422, 1535, 'Solavanti-Lighting-L605437_1.jpg', 'Solavanti Lighting L605437. DOMCVA 106.30.11/02, DOMINO CURVE 100 SURFACE-MOUN., LED-MODULE.'),
(5423, 1536, 'Self-Electronic-Germany-GmbH-LINSH-L_1.jpg', 'Self Electronic Germany GmbH LINSH L.'),
(5424, 1537, 'Solavanti-Lighting-L611448_1.jpg', 'Solavanti Lighting L611448. SRQA 206.30.01, SCREEN PURE SURFACE-MOUN.L611448. SRQA 206.30.01, SCREEN PURE SURFACE-MOUN.'),
(5425, 1538, 'Solas-Ray-Lighting-GLLP_1.jpg', 'Solas Ray Lighting GLLP. Low Profile Garage Light.'),
(5426, 1539, 'Solavanti-Lighting-D12107L-AL-W_1.jpg', 'Solavanti Lighting D12107L-AL-W. Adjust Surface Mount LED downLight /Alu.'),
(5427, 1540, 'Self-Electronic-Germany-GmbH-SHEEN-R1_1.jpg', 'Self Electronic Germany GmbH SHEEN R1.'),
(5428, 1541, 'Solas-Ray-Lighting-AAVT_1.jpg', 'Solas Ray Lighting AAVT. Utility Globes.'),
(5429, 1542, 'Solavanti-Lighting-D12107M-W-W_1.jpg', 'Solavanti Lighting D12107M-W-W. Adjust Surface Mount LED downLight/ Whi.'),
(5430, 1543, 'Self-Electronic-Germany-GmbH-FRIO3-L_1.jpg', 'Self Electronic Germany GmbH FRIO3 L.'),
(5431, 1544, 'Solas-Ray-Lighting-FL20_1.jpg', 'Solas Ray Lighting FL20. FL20 Flood Light. '),
(5432, 1545, 'Solavanti-Lighting-D12112L-AL-W_1.jpg', 'Solavanti Lighting D12112L-AL-W. Surface Mount LED downLight/ Aluminum/ W.'),
(5433, 1546, 'Solas-Ray-Lighting-FL32_1.jpg', 'Solas Ray Lighting FL32. FL32 Flood Light.'),
(5434, 1547, 'Self-Electronic-Germany-GmbH-SWOT-R1-500-R_1.jpg', 'Self Electronic Germany GmbH SWOT R1 500 R.'),
(5435, 1547, 'Self-Electronic-Germany-GmbH-SWOT-R1-500-R_2.jpg', 'Self Electronic Germany GmbH SWOT R1 500 R.'),
(5436, 1548, 'Solavanti-Lighting-D65612T-W-C_1.jpg', 'Solavanti Lighting D65612T-W-C. track spot LED fixture / White/ Cool Whi.'),
(5437, 1532, 'Self-Electronic-Germany-GmbH-SPOCK-R1-220V-2_1.jpg', 'Self Electronic Germany GmbH SPOCK R1 220V 2.'),
(5438, 1532, 'Self-Electronic-Germany-GmbH-SPOCK-R1-220V-2_2.jpg', 'Self Electronic Germany GmbH SPOCK R1 220V 2.'),
(5439, 1549, 'Solas-Ray-Lighting-FQFL_1.jpg', 'Solas Ray Lighting FQFL. FLFQ Flood Light.'),
(5440, 1550, 'Solavanti-Lighting-L635618_1.jpg', 'Solavanti Lighting L635618. BAL 102.2027.35.1, LED, 29W, 2700K, 1535.'),
(5441, 1551, 'SPI-Light-EIP12081_1.jpg', 'SPI Light EIP12081. RADIAL INTERIOR PENDANT.'),
(5442, 1552, 'Universal-Lighting-Technologies-PLA_1.jpg', ''),
(5443, 1553, 'Universal-Lighting-Technologies-VLA_1.jpg', 'Universal Lighting Technologies VLA. LED Volumetric. '),
(5444, 1554, 'SPI-Light-AIP11846_1.jpg', 'SPI Light AIP11846. NOVATO RING INTERIOR PENDANT.'),
(5445, 1554, 'SPI-Light-AIP11846_2.jpg', 'SPI Light AIP11846. NOVATO RING INTERIOR PENDANT.'),
(5446, 1554, 'SPI-Light-AIP11846_3.jpg', 'SPI Light AIP11846. NOVATO RING INTERIOR PENDANT.'),
(5447, 1555, 'Trace-Lite-RCL_1.jpg', 'Trace Lite RCL. Round Canopy Lighting.'),
(5448, 1556, 'Universal-Lighting-Technologies-GLA_1.jpg', 'Universal Lighting Technologies GPA. LED General Prismatic. '),
(5449, 1557, 'Trace-Lite-WLZ_1.jpg', 'Trace Lite WLZ. Zero Uplight Wallpack.'),
(5450, 1558, 'SPI-Light-AIP11988_1.jpg', 'SPI Light AIP11988. NOVATO RING INTERIOR PENDANT.'),
(5451, 1559, 'Universal-Lighting-Technologies-STRP4_1.jpg', 'Universal Lighting Technologies STRP4. LED Strips.'),
(5452, 1560, 'Trace-Lite-MC2_1.jpg', 'Trace Lite MC2. 10\" LED Canopy Lighting. '),
(5453, 1561, 'Universal-Lighting-Technologies-WRP9_1.jpg', 'Universal Lighting Technologies WRP9. LED Wraparound. '),
(5454, 1562, 'SPI-Light-AIP11987_1.jpg', 'SPI Light AIP11987. NOVATO RING INTERIOR PENDANT.'),
(5455, 1563, 'Trace-Lite-BAW_1.jpg', 'Trace Lite BAW. Adjustable Wallpack.'),
(5456, 1564, 'Trace-Lite-SLW_1.jpg', 'Trace Lite SLW. Low-Profile, Architectural Wallpack with Egress Option.'),
(5457, 1565, 'Trace-Lite-LDL200_1.jpg', 'Trace Lite LDL200. LED Dock Light.'),
(5458, 1566, 'Trace-Lite-AXL-300_1.jpg', 'Trace Lite AXL-300. 300 Watt Multi-Purpose LED Flood/Area Luminaire.'),
(5459, 1567, 'SPI-Light-MUSR_1.jpg', 'SPI Light MUSR. Tryg Linear LED.'),
(5460, 1568, 'Universal-Lighting-Technologies-BLC48_1.jpg', 'Universal Lighting Technologies BLC48. LED Linear High Bay.'),
(5461, 1569, 'Trace-Lite-AXL-230_1.jpg', 'Trace Lite AXL-230. 230 Watt Multi-Purpose LED Flood/Area Luminaire.'),
(5462, 1570, 'Trace-Lite-AXL-150_1.jpg', 'Trace Lite AXL-150. 150 Watt Multi-Purpose LED Flood/Area Luminaire.'),
(5463, 1571, 'Universal-Lighting-Technologies-BLI_1.jpg', 'Universal Lighting Technologies BLI. LED Industrial Bay.'),
(5464, 1572, 'Trace-Lite-AXL-100_1.jpg', 'Trace Lite AXL-100. 100 Watt Multi-Purpose LED Flood/Area Luminaire.'),
(5465, 1573, 'SPI-Light-SLCS_1.jpg', 'SPI Light SLCS. Styk Linear LED.'),
(5466, 1574, 'SPI-Light-SLWS_1.jpg', 'SPI Light SLWS. Styk Linear LED.'),
(5467, 1575, 'Venture-Lighting-DL29815_1.jpg', 'Venture Lighting DL29815. 40W LED 8\" Downlight.'),
(5468, 1576, 'Venture-Lighting-DL38134_1.jpg', 'Venture Lighting DL38134. 18W LED 6\" DOWNLIGHT.'),
(5470, 1578, 'Venture-Lighting-HB64698_1.jpg', 'Venture Lighting HB64698. 90W LED HIGHBAY FIXTURE.'),
(5471, 1579, 'Venture-Lighting-HB19737_1.jpg', 'Venture Lighting HB19737. 200W LED HIGHBAY FIXTURE.'),
(5472, 1580, 'Vista-1185_1.jpg', 'Vista 1185. '),
(5473, 1581, 'Venture-Lighting-SM16325_1.jpg', 'Venture Lighting SM16325. LED Wrap Fixture.'),
(5474, 1582, 'Vista-1188_1.jpg', 'Vista 1188.'),
(5475, 1583, 'Venture-Lighting-VP28416_1.jpg', 'Venture Lighting VP28416. LED VAPOR TIGHT.'),
(5476, 1584, 'Vista-RK97_1.jpg', 'Vista RK97.'),
(5477, 1585, 'Venture-Lighting-SM25841_1.jpg', 'Venture Lighting SM25841. 35W 4FT. LED LINEAR STRIP RETROFIT KIT.'),
(5478, 1586, 'Vista-RK94_1.jpg', 'Vista RK94.'),
(5479, 1587, 'Vista-1501-AB_1.jpg', 'Vista 1501-AB.'),
(5480, 1588, 'Venture-Lighting-HB43219_1.jpg', 'Venture Lighting HB43219. 150W VSOLUTION LED HIGHBAY.'),
(5481, 1589, 'Vista-1502-SL2_1.jpg', 'Vista 1502-SL2.'),
(5482, 1590, 'Venture-Lighting-HB45236_1.jpg', 'Venture Lighting HB45236. 150W VSPLASH LED HIGHBAY FIXTURE.'),
(5483, 1591, 'Vista-1045_1.jpg', 'Vista 1045.'),
(5484, 1592, 'Venture-Lighting-SM71874_1.jpg', 'Venture Lighting SM71874. 100W LED TEMPORARY WORK LIGHTING.'),
(5485, 1593, 'Vista-1043_1.jpg', 'Vista 1043.'),
(5486, 1594, 'Vista-1164_1.jpg', 'Vista 1164.'),
(5487, 1595, 'Vista-1162_1.jpg', 'Vista 1162.'),
(5488, 1596, 'Sternberg-Lighting-XRLED-A850_1.jpg', 'Sternberg Lighting XRLED A850. OLD TOWN.'),
(5489, 1597, 'Viso-CHESTNUT_1.jpg', 'Viso CHESTNUT.'),
(5490, 1598, 'Sternberg-Lighting-XRLED-A840_1.jpg', 'Sternberg Lighting XRLED A840. OLD TOWN.'),
(5491, 1598, 'Sternberg-Lighting-XRLED-A840_2.jpg', 'Sternberg Lighting XRLED A840. OLD TOWN.'),
(5492, 1599, 'specialtyLED-RFX_1.jpg', 'specialtyLED RFX. Indoor LED Ribbon Flex.'),
(5493, 1600, 'Viso-BRIGGS_1.jpg', 'Viso BRIGGS.'),
(5494, 1601, 'specialtyLED-RFX-WET_1.jpg', 'specialtyLED RFX-WET. Outdoor LED Ribbon Flex.'),
(5495, 1602, 'Sternberg-Lighting-B750-XRLED_1.jpg', 'Sternberg Lighting B750 XRLED. AVENUE.'),
(5496, 1603, 'Viso-The-Ring_1.jpg', 'Viso The Ring.'),
(5497, 1604, 'Sternberg-Lighting-XRLED-1843_1.jpg', 'Sternberg Lighting XRLED 1843. CARSON CITY.'),
(5498, 1605, 'specialtyLED-SURF_1.jpg', 'specialtyLED SURF. Outdoor LED Ribbon Flex.'),
(5499, 1606, 'Sternberg-Lighting-XRLED-1130_1.jpg', 'Sternberg Lighting XRLED 1130. RIPON.'),
(5500, 1607, 'Viso-Wondering-Star_1.jpg', 'Viso Wondering Star.'),
(5501, 1608, 'Sternberg-Lighting-XRLED-6130_1.jpg', 'Sternberg Lighting XRLED 6130. CAPITOL.'),
(5502, 1610, 'specialtyLED-RFX-RGB_1.jpg', 'specialtyLED RFX-RGB. INDOOR COLOR CHANGING LED RIBBON FLEX.'),
(5503, 1609, 'Viso-Thin-LED_1.jpg', 'Viso Thin LED.'),
(5504, 1611, 'Sternberg-Lighting-XRLED-6130A_1.jpg', 'Sternberg Lighting XRLED 6130A. HISTORIC.'),
(5505, 1612, 'specialtyLED-RFX-RGB-WET_1.jpg', 'specialtyLED RFX-RGB-WET. Outdoor Color-Changing LED Ribbon Flex.'),
(5506, 1613, 'Viso-Rhea-LED_1.jpg', 'Viso Rhea Led.'),
(5507, 1614, 'Viso-The-Maggie_1.jpg', 'Viso The Maggie.'),
(5508, 1615, 'specialtyLED-RL_1.jpg', 'specialtyLED RL. LED Rope Light.'),
(5509, 1616, 'specialtyLED-FBTCJ_1.jpg', 'specialtyLED FBTCJ. Color Jacketed LED Flexible Border Tube.'),
(5510, 1616, 'specialtyLED-FBTCJ_2.jpg', 'specialtyLED FBTCJ. Color Jacketed LED Flexible Border Tube.'),
(5511, 1616, 'specialtyLED-FBTCJ_3.jpg', 'specialtyLED FBTCJ. Color Jacketed LED Flexible Border Tube.'),
(5512, 1617, 'specialtyLED-FBT-RGB_1.jpg', 'specialtyLED FBT-RGB. RGB LED Flexible Border Tube.'),
(5513, 1617, 'specialtyLED-FBT-RGB_2.jpg', 'specialtyLED FBT-RGB. RGB LED Flexible Border Tube.'),
(5514, 1617, 'specialtyLED-FBT-RGB_3.jpg', 'specialtyLED FBT-RGB. RGB LED Flexible Border Tube.'),
(5515, 1618, 'specialtyLED-MICRO-FLEX_1.jpg', 'specialtyLED MICRO-FLEX. Micro LED Flexible Border Tube.'),
(5516, 1619, 'specialtyLED-WAVE_1.jpg', 'specialtyLED WAVE. Outdoor LED Flexible Border Tube.'),
(5517, 1620, 'Fail-Safe-B95_1.jpg', 'Fail-Safe B95. \"Brick\" Wall / Ceiling High Abuse, 9\"x5\".'),
(5518, 1621, 'Fail-Safe-CFA_1.jpg', 'Fail-Safe CFA. Surface Cleanroom LED.'),
(5519, 1622, 'Fail-Safe-CLM_1.jpg', 'Fail-Safe CLM. LED Cleanroom.'),
(5520, 1623, 'Fail-Safe-ENW-C-V_1.jpg', 'Fail-Safe ENW-C-V. Encounter Wet Loc\'n / Cleanroom / Vandal.'),
(5521, 1624, 'Fail-Safe-FA1_1.jpg', 'Fail-Safe FA1. LED Harsh Environment.'),
(5522, 1625, 'Fail-Safe-FCB_1.jpg', 'Fail-Safe FCB. Fail-Safe Center Basket.'),
(5523, 1626, 'Fail-Safe-FCC_1.jpg', 'Fail-Safe FCC. LED Corner Confinement.'),
(5524, 1627, 'Arancia-Lighting-P93_1.jpg', 'Arancia Lighting P93. Frici 2.'),
(5525, 1627, 'Arancia-Lighting-P93_2.jpg', 'Arancia Lighting P93. Frici 2.'),
(5526, 1629, 'Alphabet-NU4RD_1.jpg', 'Alphabet NU4RD. LITEOPTICS.'),
(5527, 1628, 'Arancia-Lighting-P94_1.jpg', 'Arancia Lighting P94. Toro.'),
(5528, 1628, 'Arancia-Lighting-P94_2.jpg', 'Arancia Lighting P94. Toro.'),
(5529, 1630, 'Arancia-Lighting-C380_1.jpg', 'Arancia Lighting C380. Pola Surface.'),
(5530, 1630, 'Arancia-Lighting-C380_2.jpg', 'Arancia Lighting C380. Pola Surface.'),
(5531, 1631, 'Alphabet-NU4QW_1.jpg', 'Alphabet NU4QW. STUD.'),
(5532, 1631, 'Alphabet-NU4QW_2.jpg', 'Alphabet NU4QW. STUD.'),
(5533, 1631, 'Alphabet-NU4QW_3.jpg', 'Alphabet NU4QW. STUD.'),
(5534, 1632, 'Arancia-Lighting-C91_1.jpg', 'Arancia Lighting C91. Jack Surface.'),
(5535, 1632, 'Arancia-Lighting-C91_2.jpg', 'Arancia Lighting C91. Jack Surface.'),
(5536, 1633, 'Alphabet-NU3RD_1.jpg', 'Alphabet NU3RD. LITEOPTICS.'),
(5537, 1634, 'Alphabet-NU2RD_1.jpg', 'Alphabet NU2RD. '),
(5538, 1635, 'Arancia-Lighting-R19011_1.jpg', 'Arancia Lighting R19011. Newton.'),
(5539, 1636, 'Arancia-Lighting-R19010_1.jpg', 'Arancia Lighting R19010. Johnny.'),
(5540, 1636, 'Arancia-Lighting-R19010_2.jpg', 'Arancia Lighting R19010. Johnny.'),
(5541, 1637, 'Alphabet-NU4RD-VCT_1.jpg', 'Alphabet NU4RD-VCT. VECTOR.'),
(5542, 1638, 'Arancia-Lighting-P10091_1.jpg', 'Arancia Lighting P10091. Mike.'),
(5543, 1638, 'Arancia-Lighting-P10091_2.jpg', 'Arancia Lighting P10091. Mike.'),
(5544, 1639, 'Alphabet-THETA3VC_1.jpg', 'Alphabet THETA3VC. '),
(5545, 1639, 'Alphabet-THETA3VC_2.jpg', 'Alphabet THETA3VC. '),
(5546, 1640, 'Arancia-Lighting-P10071_1.jpg', 'Arancia Lighting P10071. Sky.'),
(5547, 1640, 'Arancia-Lighting-P10071_2.jpg', 'Arancia Lighting P10071. Sky.'),
(5548, 1641, 'Alphabet-THETA2T_1.jpg', 'Alphabet THETA2T.'),
(5549, 1641, 'Alphabet-THETA2T_2.jpg', 'Alphabet THETA2T.'),
(5550, 1642, 'Arancia-Lighting-C30019_1.jpg', 'Arancia Lighting C30019. Pong Surface.'),
(5551, 1643, 'Arancia-Lighting-C20119_1.jpg', 'Arancia Lighting C20119. Silo Surface.'),
(5552, 1643, 'Arancia-Lighting-C20119_2.jpg', 'Arancia Lighting C20119. Silo Surface.'),
(5553, 1643, 'Arancia-Lighting-C20119_3.jpg', 'Arancia Lighting C20119. Silo Surface.'),
(5554, 1644, 'Alphabet-ZETA12S_1.jpg', 'Alphabet ZETA12S.'),
(5555, 1645, 'Alphabet-BETA3S_1.jpg', 'Alphabet BETA3S. '),
(5556, 1646, 'Alphabet-DELTA4P_1.jpg', 'Alphabet DELTA4P. '),
(5557, 1646, 'Alphabet-DELTA4P_2.jpg', 'Alphabet DELTA4P. '),
(5558, 1647, 'Abra-Lighting-10095PN-BA_1.jpg', 'Abra Lighting 10095PN-BA. Slim.'),
(5559, 1647, 'Abra-Lighting-10095PN-BA_2.jpg', 'Abra Lighting 10095PN-BA. Slim.'),
(5560, 1647, 'Abra-Lighting-10095PN-BA_3.jpg', 'Abra Lighting 10095PN-BA. Slim.'),
(5561, 1648, 'Abra-Lighting-10096PN-BA_1.jpg', 'Abra Lighting 10096PN-BA. Slim.'),
(5562, 1648, 'Abra-Lighting-10096PN-BA_2.jpg', 'Abra Lighting 10096PN-BA. Slim.'),
(5563, 1648, 'Abra-Lighting-10096PN-BA_3.jpg', 'Abra Lighting 10096PN-BA. Slim.'),
(5564, 1649, 'CHAUVET-Professional-E-930VW_1.jpg', 'CHAUVET Professional E 930VW. Ovation.'),
(5565, 1649, 'CHAUVET-Professional-E-930VW_2.jpg', 'CHAUVET Professional E 930VW. Ovation.'),
(5566, 1649, 'CHAUVET-Professional-E-930VW_3.jpg', 'CHAUVET Professional E 930VW. Ovation.'),
(5567, 1650, 'Abra-Lighting-30014FM-BN_1.jpg', 'Abra Lighting 30014FM-BN. Step.'),
(5568, 1651, 'CHAUVET-Professional-E-910FC_1.jpg', 'CHAUVET Professional E 910FC. Ovation.'),
(5569, 1651, 'CHAUVET-Professional-E-910FC_2.jpg', 'CHAUVET Professional E 910FC. Ovation.'),
(5570, 1651, 'CHAUVET-Professional-E-910FC_3.jpg', 'CHAUVET Professional E 910FC. Ovation.'),
(5571, 1652, 'Abra-Lighting-30016FM-BN_1.jpg', 'Abra Lighting 30016FM-BN. Step.'),
(5572, 1652, 'Abra-Lighting-30016FM-BN_2.jpg', 'Abra Lighting 30016FM-BN. Step.'),
(5573, 1653, 'Abra-Lighting-30030FM-BN_1.jpg', 'Abra Lighting 30030FM-BN. Bongo.'),
(5574, 1654, 'Abra-Lighting-30031FM-BN_1.jpg', 'Abra Lighting 30031FM-BN. Bongo.'),
(5575, 1655, 'CHAUVET-Professional-P38_1.jpg', 'CHAUVET Professional P38. STRIKE.'),
(5576, 1655, 'CHAUVET-Professional-P38_2.jpg', 'CHAUVET Professional P38. STRIKE.'),
(5577, 1655, 'CHAUVET-Professional-P38_3.jpg', 'CHAUVET Professional P38. STRIKE.'),
(5578, 1656, 'Abra-Lighting-30067FM-BN_1.jpg', 'Abra Lighting 30067FM-BN. Halo.'),
(5579, 1656, 'Abra-Lighting-30067FM-BN_2.jpg', 'Abra Lighting 30067FM-BN. Halo.'),
(5580, 1657, 'CHAUVET-Professional-Min-E-10WW_1.jpg', 'CHAUVET Professional Min E 10WW. Ovation.'),
(5581, 1657, 'CHAUVET-Professional-Min-E-10WW_2.jpg', 'CHAUVET Professional Min E 10WW. Ovation.'),
(5582, 1657, 'CHAUVET-Professional-Min-E-10WW_3.jpg', 'CHAUVET Professional Min E 10WW. Ovation.'),
(5583, 1658, 'Ayre-Architectural-Lighting-AXIS18_1.jpg', 'Ayre Architectural Lighting AXIS18. Axis 18\" ADA.'),
(5584, 1658, 'Ayre-Architectural-Lighting-AXIS18_2.jpg', 'Ayre Architectural Lighting AXIS18. Axis 18\" ADA.'),
(5585, 1658, 'Ayre-Architectural-Lighting-AXIS18_3.jpg', 'Ayre Architectural Lighting AXIS18. Axis 18\" ADA.'),
(5586, 1659, 'CHAUVET-Professional-H-265WW_1.jpg', 'CHAUVET Professional H 265WW. Ovation.'),
(5587, 1659, 'CHAUVET-Professional-H-265WW_2.jpg', 'CHAUVET Professional H 265WW. Ovation.'),
(5588, 1659, 'CHAUVET-Professional-H-265WW_3.jpg', 'CHAUVET Professional H 265WW. Ovation.'),
(5589, 1660, 'Ayre-Architectural-Lighting-ARC1_1.jpg', 'Ayre Architectural Lighting ARC1. Arcadia ADA.'),
(5590, 1661, 'CHAUVET-Professional-C-805FC_1.jpg', 'CHAUVET Professional C-805FC. Ovation. '),
(5591, 1661, 'CHAUVET-Professional-C-805FC_2.jpg', 'CHAUVET Professional C-805FC. Ovation. '),
(5592, 1661, 'CHAUVET-Professional-C-805FC_3.jpg', 'CHAUVET Professional C-805FC. Ovation. '),
(5593, 1662, 'CHAUVET-Professional-FD-165WW_1.jpg', 'CHAUVET Professional FD 165WW. Ovation. '),
(5594, 1663, 'Ayre-Architectural-Lighting-CIRP-3_1.jpg', 'Ayre Architectural Lighting CIRP-3. Circ Multi Pendant.'),
(5595, 1663, 'Ayre-Architectural-Lighting-CIRP-3_2.jpg', 'Ayre Architectural Lighting CIRP-3. Circ Multi Pendant.'),
(5596, 1663, 'Ayre-Architectural-Lighting-CIRP-3_3.jpg', 'Ayre Architectural Lighting CIRP-3. Circ Multi Pendant.'),
(5597, 1664, 'Ayre-Architectural-Lighting-CLK2_1.jpg', 'Ayre Architectural Lighting CLK2. Clik 2.'),
(5598, 1665, 'Ayre-Architectural-Lighting-CYG1_1.jpg', 'Ayre Architectural Lighting CYG1. Cygnus.'),
(5599, 1666, 'Ayre-Architectural-Lighting-DIS1_1.jpg', 'Ayre Architectural Lighting DIS1. District 1 ADA.'),
(5600, 1667, 'Ayre-Architectural-Lighting-ICON18_1.jpg', 'Ayre Architectural Lighting ICON18. Icon 18\" ADA.'),
(5601, 1667, 'Ayre-Architectural-Lighting-ICON18_2.jpg', 'Ayre Architectural Lighting ICON18. Icon 18\" ADA.'),
(5602, 1667, 'Ayre-Architectural-Lighting-ICON18_3.jpg', 'Ayre Architectural Lighting ICON18. Icon 18\" ADA.'),
(5603, 1668, 'Boca-Flasher-NANO-WARM-DIM_1.jpg', 'Boca Flasher NANO-WARM-DIM. NANO WARM DIM.'),
(5604, 1669, 'Boca-Flasher-AC100_1.jpg', 'Boca Flasher AC100.'),
(5605, 1669, 'Boca-Flasher-AC100_2.jpg', 'Boca Flasher AC100.'),
(5606, 1669, 'Boca-Flasher-AC100_3.jpg', 'Boca Flasher AC100.'),
(5607, 1670, 'Boca-Flasher-HPNLS-LO_1.jpg', 'Boca Flasher HPNLS-LO. '),
(5608, 1670, 'Boca-Flasher-HPNLS-LO_2.jpg', 'Boca Flasher HPNLS-LO. '),
(5609, 1670, 'Boca-Flasher-HPNLS-LO_3.jpg', 'Boca Flasher HPNLS-LO. '),
(5610, 1671, 'Boca-Flasher-NICHE-HV_1.jpg', 'Boca Flasher NICHE-HV.'),
(5611, 1671, 'Boca-Flasher-NICHE-HV_2.jpg', 'Boca Flasher NICHE-HV.'),
(5612, 1672, 'Boca-Flasher-NANOMIX_1.jpg', 'Boca Flasher NANOMIX.'),
(5613, 1673, 'Boca-Flasher-SBL-MIX_1.jpg', 'Boca Flasher SBL-MIX.'),
(5614, 1673, 'Boca-Flasher-SBL-MIX_2.jpg', 'Boca Flasher SBL-MIX.'),
(5615, 1674, 'Boca-Flasher-CCS-100_1.jpg', 'Boca Flasher CCS-100.'),
(5616, 1674, 'Boca-Flasher-CCS-100_2.jpg', 'Boca Flasher CCS-100.'),
(5617, 1674, 'Boca-Flasher-CCS-100_3.jpg', 'Boca Flasher CCS-100.'),
(5618, 1675, 'Boca-Flasher-TRI-LIGHT_1.jpg', 'Boca Flasher TRI-LIGHT.'),
(5619, 1675, 'Boca-Flasher-TRI-LIGHT_2.jpg', 'Boca Flasher TRI-LIGHT.'),
(5620, 1675, 'Boca-Flasher-TRI-LIGHT_3.jpg', 'Boca Flasher TRI-LIGHT.'),
(5621, 1676, 'Boca-Flasher-HP-SUBMERSIBLE_1.jpg', 'Boca Flasher HP-SUBMERSIBLE.'),
(5622, 1676, 'Boca-Flasher-HP-SUBMERSIBLE_2.jpg', 'Boca Flasher HP-SUBMERSIBLE.'),
(5623, 1676, 'Boca-Flasher-HP-SUBMERSIBLE_3.jpg', 'Boca Flasher HP-SUBMERSIBLE.'),
(5624, 1677, 'Boca-Flasher-HPFB_1.jpg', 'Boca Flasher HPFB.'),
(5625, 1677, 'Boca-Flasher-HPFB_2.jpg', 'Boca Flasher HPFB.'),
(5626, 1677, 'Boca-Flasher-HPFB_3.jpg', 'Boca Flasher HPFB.'),
(5627, 1678, 'Electrix-Illumination-K5-i400_1.jpg', 'Electrix Illumination K5 i400. LumiLedge.'),
(5628, 1678, 'Electrix-Illumination-K5-i400_2.jpg', 'Electrix Illumination K5 i400. LumiLedge.'),
(5629, 1679, 'Electrix-Illumination-K5-LX_1.jpg', 'Electrix Illumination K5 LX. LumiLedge.'),
(5630, 1679, 'Electrix-Illumination-K5-LX_2.jpg', 'Electrix Illumination K5 LX. LumiLedge.'),
(5631, 1679, 'Electrix-Illumination-K5-LX_3.jpg', 'Electrix Illumination K5 LX. LumiLedge.'),
(5632, 1680, 'Bruck-GalaxZ-Track_1.jpg', 'Bruck GalaxZ Track.'),
(5633, 1681, 'Electrix-Illumination-LL5-i400_1.jpg', 'Electrix Illumination LL5 i400. LumiLedge.'),
(5634, 1681, 'Electrix-Illumination-LL5-i400_2.jpg', 'Electrix Illumination LL5 i400. LumiLedge.'),
(5635, 1682, 'Bruck-Eclipse-2-Sconce_1.jpg', 'Bruck Eclipse 2 Sconce.'),
(5636, 1682, 'Bruck-Eclipse-2-Sconce_2.jpg', 'Bruck Eclipse 2 Sconce.'),
(5637, 1682, 'Bruck-Eclipse-2-Sconce_3.jpg', 'Bruck Eclipse 2 Sconce.'),
(5638, 1683, 'Electrix-Illumination-LL5-L_1.jpg', 'Electrix Illumination LL5 L. LumiLedge.'),
(5639, 1684, 'Bruck-Lunaro-Sconce_1.jpg', 'Bruck Lunaro Sconce.'),
(5640, 1684, 'Bruck-Lunaro-Sconce_2.jpg', 'Bruck Lunaro Sconce.'),
(5641, 1684, 'Bruck-Lunaro-Sconce_3.jpg', 'Bruck Lunaro Sconce.'),
(5642, 1685, 'Electrix-Illumination-GT-i400_1.jpg', 'Electrix Illumination GT i400. LumiLedge.'),
(5643, 1685, 'Electrix-Illumination-GT-i400_2.jpg', 'Electrix Illumination GT i400. LumiLedge.'),
(5644, 1685, 'Electrix-Illumination-GT-i400_3.jpg', 'Electrix Illumination GT i400. LumiLedge.'),
(5645, 1686, 'Electrix-Illumination-K8-i400-F_1.jpg', 'Electrix Illumination K8 i400 F. LumiLedge.'),
(5646, 1687, 'Bruck-Gallery_1.jpg', 'Bruck Gallery.'),
(5647, 1687, 'Bruck-Gallery_2.jpg', 'Bruck Gallery.'),
(5648, 1687, 'Bruck-Gallery_3.jpg', 'Bruck Gallery.'),
(5649, 1688, 'Electrix-Illumination-i400_1.jpg', 'Electrix Illumination GT i400. LumiLedge.i400. High Performance Aimable Asymmetric LED Luminaire.'),
(5650, 1688, 'Electrix-Illumination-i400_2.jpg', 'Electrix Illumination GT i400. LumiLedge.i400. High Performance Aimable Asymmetric LED Luminaire.'),
(5651, 1688, 'Electrix-Illumination-i400_3.jpg', 'Electrix Illumination GT i400. LumiLedge.i400. High Performance Aimable Asymmetric LED Luminaire.'),
(5652, 1689, 'Bruck-Mini-Pira-LED-Spot_1.jpg', 'Bruck Mini Pira LED Spot.'),
(5653, 1689, 'Bruck-Mini-Pira-LED-Spot_2.jpg', 'Bruck Mini Pira LED Spot.'),
(5654, 1690, 'Electrix-Illumination-L100_1.jpg', 'Electrix Illumination L100. LumiLine Low Profile Versatile Mount Efficient LED Luminaire.'),
(5655, 1690, 'Electrix-Illumination-L100_2.jpg', 'Electrix Illumination L100. LumiLine Low Profile Versatile Mount Efficient LED Luminaire.'),
(5656, 1690, 'Electrix-Illumination-L100_3.jpg', 'Electrix Illumination L100. LumiLine Low Profile Versatile Mount Efficient LED Luminaire.'),
(5657, 1691, 'Bruck-Silva_1.jpg', 'Bruck Silva.'),
(5658, 1691, 'Bruck-Silva_2.jpg', 'Bruck Silva.'),
(5659, 1691, 'Bruck-Silva_3.jpg', 'Bruck Silva.'),
(5660, 1692, 'Electrix-Illumination-L200_1.jpg', 'Electrix Illumination L200. LumiLine Meso Optic Aimable LED Luminaire.'),
(5661, 1692, 'Electrix-Illumination-L200_2.jpg', 'Electrix Illumination L200. LumiLine Meso Optic Aimable LED Luminaire.'),
(5662, 1692, 'Electrix-Illumination-L200_3.jpg', 'Electrix Illumination L200. LumiLine Meso Optic Aimable LED Luminaire.'),
(5663, 1693, 'Bruck-Matrix_1.jpg', 'Bruck Matrix.'),
(5664, 1694, 'Electrix-Illumination-L126_1.jpg', 'Electrix Illumination L126. Continuous Linear In-grade Walk Over LED Luminaire.'),
(5665, 1694, 'Electrix-Illumination-L126_2.jpg', 'Electrix Illumination L126. Continuous Linear In-grade Walk Over LED Luminaire.'),
(5666, 1695, 'Bruck-QB-Sconce_1.jpg', 'Bruck QB Sconce.'),
(5667, 1695, 'Bruck-QB-Sconce_2.jpg', 'Bruck QB Sconce.'),
(5668, 1695, 'Bruck-QB-Sconce_3.jpg', 'Bruck QB Sconce.'),
(5669, 1697, 'Bruck-E15-LED-Track-Spot_1.jpg', 'Bruck E15 LED Track Spot.'),
(5670, 1697, 'Bruck-E15-LED-Track-Spot_2.jpg', 'Bruck E15 LED Track Spot.'),
(5671, 1697, 'Bruck-E15-LED-Track-Spot_3.jpg', 'Bruck E15 LED Track Spot.'),
(5672, 1698, 'Coronet-RUSH-SHARP_1.jpg', 'Coronet RUSH SHARP. '),
(5673, 1699, 'Contraste-Lighting-UR4B_1.jpg', 'Contraste Lighting UR4B. '),
(5674, 1700, 'Coronet-PIER-LED-UPDN_1.jpg', 'Coronet PIER LED UPDN.'),
(5675, 1701, 'Bruck-Z25-LED-Canopy-Spot_1.jpg', 'Bruck Z25 LED Canopy Spot.'),
(5676, 1701, 'Bruck-Z25-LED-Canopy-Spot_2.jpg', 'Bruck Z25 LED Canopy Spot.'),
(5677, 1701, 'Bruck-Z25-LED-Canopy-Spot_3.jpg', 'Bruck Z25 LED Canopy Spot.'),
(5678, 1702, 'Contraste-Lighting-UR3D_1.jpg', 'Contraste Lighting UR3D.'),
(5679, 1703, 'Contraste-Lighting-UR3C_1.jpg', 'Contraste Lighting UR3C.'),
(5680, 1704, 'Coronet-LS1-SQUARE-2X2_1.jpg', 'Coronet LS1 SQUARE 2X2.'),
(5681, 1704, 'Coronet-LS1-SQUARE-2X2_2.jpg', 'Coronet LS1 SQUARE 2X2.'),
(5682, 1705, 'Contraste-Lighting-A4SFR_1.jpg', 'Contraste Lighting A4SFR. Ardito LED.'),
(5683, 1706, 'Elan-84031_1.jpg', 'Elan MODEL 84031 – MAGNUS.'),
(5684, 1707, 'Coronet-LS3-MR16-LED_1.jpg', 'Coronet LS3 MR16 LED. '),
(5685, 1708, 'Contraste-Lighting-A3RFD_1.jpg', 'Contraste Lighting A3RFD. Ardito LED.'),
(5686, 1709, 'Elan-84030_1.jpg', 'Elan MODEL 84030 – STYLUS.'),
(5687, 1710, 'Coronet-LS4-MR16-LED_1.jpg', 'Coronet LS4 MR16 LED.'),
(5688, 1711, 'Contraste-Lighting-SALT_1.jpg', 'Contraste Lighting SALT.'),
(5689, 1712, 'Contraste-Lighting-Spin_1.jpg', 'Contraste Lighting Spin.'),
(5690, 1713, 'Contraste-Lighting-Brigit_1.jpg', 'Contraste Lighting Brigit.'),
(5691, 1714, 'Contraste-Lighting-Drop_1.jpg', 'Contraste Lighting Drop.'),
(5692, 1715, 'Contraste-Lighting-Slimgot_1.jpg', 'Contraste Lighting Slimgot.'),
(5693, 1716, 'Eklipse-Architectural-Lighting-Adena_1.jpg', 'Eklipse Architectural Lighting Adena. LIGHT BRIDGE.'),
(5694, 1717, 'Eklipse-Architectural-Lighting-NIXE_1.jpg', 'Eklipse Architectural Lighting NIXE. LINEAR LED.'),
(5695, 1718, 'Eklipse-Architectural-Lighting-NIXE-FLEX_1.jpg', 'Eklipse Architectural Lighting NIXE-FLEX. '),
(5696, 1720, 'Eklipse-Architectural-Lighting-PIXIS-LIFELINE_1.jpg', 'Eklipse Architectural Lighting PIXIS-LIFELINE. MINI SPOT LED FOR TRACK.'),
(5697, 1721, 'Elan-84028_1.jpg', 'Elan MODEL 84028 – STYLUS.'),
(5698, 1722, 'Coronet-CRD3-LED_1.jpg', 'Coronet CRD3 LED.'),
(5699, 1723, 'Elan-84029_1.jpg', 'Elan MODEL 84029 – STYLUS.'),
(5700, 1724, 'Eklipse-Architectural-Lighting-PIXIS-CUSTOM_1.jpg', 'Eklipse Architectural Lighting PIXIS-CUSTOM. MINI SPOT LED.'),
(5701, 1725, 'Coronet-LSR3-MR-LED_1.jpg', 'Coronet LSR3 MR LED.'),
(5702, 1726, 'Eklipse-Architectural-Lighting-PIXIS-STEM_1.jpg', 'Eklipse Architectural Lighting PIXIS-STEM. MINI SPOT LED.'),
(5703, 1727, 'Elan-84026_1.jpg', 'Elan MODEL 84026 – LOOP.'),
(5704, 1728, 'Coronet-LSR4-MR-LED_1.jpg', 'Coronet LSR4 MR LED.'),
(5705, 1729, 'Coronet-LS-STFU_1.jpg', 'Coronet LS STFU.'),
(5706, 1730, 'Elan-84015_1.jpg', 'Elan MODEL 84015 – SAMBA.'),
(5707, 1731, 'Eklipse-Architectural-Lighting-MILI_1.jpg', 'Eklipse Architectural Lighting MILI. MICRO LINEAR LUMINAIRE.'),
(5708, 1732, 'Elan-84005_1.jpg', 'Elan MODEL 84005 – VENZANO™.'),
(5709, 1733, 'Coronet-PRD-LED-2-2ft_1.jpg', 'Coronet PRD LED 2 2ft.'),
(5710, 1733, 'Coronet-PRD-LED-2-2ft_2.jpg', 'Coronet PRD LED 2 2ft.'),
(5711, 1733, 'Coronet-PRD-LED-2-2ft_3.jpg', 'Coronet PRD LED 2 2ft.'),
(5712, 1734, 'Elan-83986_1.jpg', 'Elan MODEL 83986 – GEO.'),
(5713, 1735, 'Eklipse-Architectural-Lighting-FLOW_1.jpg', 'Eklipse Architectural Lighting FLOW. LINEAR LED.'),
(5714, 1736, 'Elan-83983_1.jpg', 'Elan MODEL 83983 – SNOWFLAKE.'),
(5715, 1737, 'Eklipse-Architectural-Lighting-FLOW-COVE_1.jpg', 'Eklipse Architectural Lighting FLOW-COVE. LINEAR LED.'),
(5716, 1738, 'Elan-83972_1.jpg', 'Elan MODEL 83972 – SLICE.'),
(5717, 1739, 'Eklipse-Architectural-Lighting-FLOW-FLEX_1.jpg', 'Eklipse Architectural Lighting FLOW-FLEX. CURVABLE LINEAR LED.'),
(5718, 315, 'Electrix-K12-L_1.jpg', 'Electrix K12-L. LumiLedge® Performance Symmetric LED Luminaire.'),
(5719, 1740, 'Lighting-Services-Inc-LX2038_1.jpg', 'Lighting Services Inc LX2038. LUMELEX® 2038 SERIES.'),
(5720, 1740, 'Lighting-Services-Inc-LX2038_2.jpg', 'Lighting Services Inc LX2038. LUMELEX® 2038 SERIES.'),
(5721, 1740, 'Lighting-Services-Inc-LX2038_3.jpg', 'Lighting Services Inc LX2038. LUMELEX® 2038 SERIES.'),
(5722, 1741, 'Lighting-Services-Inc-LX2031_1.jpg', 'Lighting Services Inc LX2031. LUMELEX® 2031 SERIES.'),
(5724, 1742, 'Energie-CMR1_1.jpg', 'Energie CMR1. Comet Round 1.'),
(5725, 1742, 'Energie-CMR1_2.jpg', 'Energie CMR1. Comet Round 1.'),
(5726, 1743, 'Lighting-Services-Inc-LX2047_1.jpg', 'Lighting Services Inc LX2047. LUMELEX® 2047 SERIES.'),
(5727, 1744, 'Energie-MUR_1.jpg', 'Energie MUR. Mushroom Round.'),
(5728, 1745, 'Lighting-Services-Inc-LX2087_1.jpg', 'Lighting Services Inc LX2087. LUMELEX® 2087 SERIES.'),
(5729, 1746, 'Energie-STSL_1.jpg', 'Energie STSL. STALACTITE Square Large.'),
(5730, 1747, 'Lighting-Services-Inc-LPW8_1.jpg', 'Lighting Services Inc LPW8. LED WALL WASH.'),
(5731, 1747, 'Lighting-Services-Inc-LPW8_2.jpg', 'Lighting Services Inc LPW8. LED WALL WASH.'),
(5732, 1747, 'Lighting-Services-Inc-LPW8_3.jpg', 'Lighting Services Inc LPW8. LED WALL WASH.'),
(5733, 1748, 'Energie-MNSS_1.jpg', 'Energie MNSS. Minimum Square Single.'),
(5734, 1749, 'Energie-PLSS_1.jpg', 'Energie PLSS. Pillar Square Single.'),
(5735, 1750, 'Lighting-Services-Inc-LP4_1.jpg', 'Lighting Services Inc LP4. SuperSPOT Series.'),
(5736, 1750, 'Lighting-Services-Inc-LP4_2.jpg', 'Lighting Services Inc LP4. SuperSPOT Series.'),
(5737, 1751, 'Lighting-Services-Inc-LX2060_1.jpg', 'Lighting Services Inc LX2060. LUMELEX® 2060 SERIES.'),
(5738, 1751, 'Lighting-Services-Inc-LX2060_2.jpg', 'Lighting Services Inc LX2060. LUMELEX® 2060 SERIES.'),
(5739, 1752, 'Lighting-Services-Inc-BPM_1.jpg', 'Lighting Services Inc BPM. LED.'),
(5740, 1752, 'Lighting-Services-Inc-BPM_2.jpg', 'Lighting Services Inc BPM. LED.'),
(5741, 1752, 'Lighting-Services-Inc-BPM_3.jpg', 'Lighting Services Inc BPM. LED.'),
(5742, 1753, 'House-of-Troy-ABLED14_1.jpg', 'House of Troy ABLED14. Advent ABLED14.'),
(5743, 1754, 'House-of-Troy-ABLED7_1.jpg', 'House of Troy ABLED7. Advent ABLED7.'),
(5744, 1755, 'Lighting-Services-Inc-BPL_1.jpg', 'Lighting Services Inc BPL. LED.'),
(5745, 1755, 'Lighting-Services-Inc-BPL_2.jpg', 'Lighting Services Inc BPL. LED.'),
(5746, 1755, 'Lighting-Services-Inc-BPL_3.jpg', 'Lighting Services Inc BPL. LED.'),
(5747, 1756, 'House-of-Troy-AGLED-71_1.jpg', 'House of Troy AGLED. Advent AGLED.'),
(5748, 1757, 'Lighting-Services-Inc-UV90_1.jpg', 'Lighting Services Inc UV90. LED BLACKLIGHT.'),
(5749, 1757, 'Lighting-Services-Inc-UV90_2.jpg', 'Lighting Services Inc UV90. LED BLACKLIGHT.'),
(5750, 1757, 'Lighting-Services-Inc-UV90_3.jpg', 'Lighting Services Inc UV90. LED BLACKLIGHT.'),
(5751, 1758, 'House-of-Troy-DSCLEDZ19_1.jpg', 'House of Troy DSCLEDZ19. Slim-Line DSCLEDZ19.'),
(5752, 1759, 'House-of-Troy-BPLED200_1.jpg', 'House of Troy BPLED200. Piano Desk BPLED200.'),
(5753, 1760, 'House-of-Troy-BSLED14_1.jpg', 'House of Troy BSLED14. Slim-Line BSLED14.'),
(5754, 1761, 'House-of-Troy-BSLED24_1.jpg', 'House of Troy BSLED24. Slim-Line BSLED24.'),
(5755, 1762, 'Komee-USA-KMP_1.jpg', 'Komee USA KMP. P Series.'),
(5756, 1762, 'Komee-USA-KMP_2.jpg', 'Komee USA KMP. P Series.'),
(5757, 1762, 'Komee-USA-KMP_3.jpg', 'Komee USA KMP. P Series.'),
(5758, 1763, 'House-of-Troy-BTLED14_1.jpg', 'House of Troy BTLED14. Classic Traditional BTLED14.'),
(5759, 1764, 'House-of-Troy-CBLED12_1.jpg', 'House of Troy CBLED12. Grand Piano CBLED12.'),
(5760, 1765, 'Komee-USA-KMP2_1.jpg', 'Komee USA KMP2. P2 series.'),
(5761, 1765, 'Komee-USA-KMP2_2.jpg', 'Komee USA KMP2. P2 series.'),
(5762, 1766, 'House-of-Troy-DGLEDZ14_1.jpg', 'House of Troy DGLEDZ14. Guilford DGLEDZ14.'),
(5763, 1767, 'Komee-USA-KMHM_1.jpg', 'Komee USA KMHM. LED BAY LIGHT.'),
(5764, 1767, 'Komee-USA-KMHM_2.jpg', 'Komee USA KMHM. LED BAY LIGHT.'),
(5765, 1767, 'Komee-USA-KMHM_3.jpg', 'Komee USA KMHM. LED BAY LIGHT.'),
(5766, 1768, 'Komee-USA-KMPT_1.jpg', 'Komee USA KMPT.  POST TOP AREA LIGHT.'),
(5767, 1768, 'Komee-USA-KMPT_2.jpg', 'Komee USA KMPT.  POST TOP AREA LIGHT.'),
(5768, 1768, 'Komee-USA-KMPT_3.jpg', 'Komee USA KMPT.  POST TOP AREA LIGHT.'),
(5769, 1770, 'Komee-USA-KMH_1.jpg', 'Komee USA KMH. LED BAYLIGHT. '),
(5770, 1770, 'Komee-USA-KMH_2.jpg', 'Komee USA KMH. LED BAYLIGHT. '),
(5771, 1770, 'Komee-USA-KMH_3.jpg', 'Komee USA KMH. LED BAYLIGHT. '),
(5772, 1769, 'Humanscale-INFINITY_1.jpg', 'Humanscale INFINITY.'),
(5773, 1771, 'Humanscale-HORIZON_1.jpg', 'Humanscale HORIZON.'),
(5774, 1771, 'Humanscale-HORIZON_2.jpg', 'Humanscale HORIZON.'),
(5775, 1772, 'Komee-USA-KMHP_1.jpg', 'Komee USA KMHP.  LED HIGH BAYLIGHT.'),
(5776, 1772, 'Komee-USA-KMHP_2.jpg', 'Komee USA KMHP.  LED HIGH BAYLIGHT.'),
(5777, 1772, 'Komee-USA-KMHP_3.jpg', 'Komee USA KMHP.  LED HIGH BAYLIGHT.'),
(5778, 1773, 'Humanscale-ELEMENT-DISC_1.jpg', 'Humanscale ELEMENT DISC.'),
(5779, 1774, 'Humanscale-ELEMENT-VISION_1.jpg', 'Humanscale ELEMENT VISION.'),
(5780, 1774, 'Humanscale-ELEMENT-VISION_2.jpg', 'Humanscale ELEMENT VISION.'),
(5781, 1775, 'Komee-USA-KMCP_1.jpg', 'Komee USA KMCP. LED Canopy Light.'),
(5782, 1775, 'Komee-USA-KMCP_2.jpg', 'Komee USA KMCP. LED Canopy Light.'),
(5783, 1775, 'Komee-USA-KMCP_3.jpg', 'Komee USA KMCP. LED Canopy Light.'),
(5784, 1776, 'Humanscale-ELEMENT-790_1.jpg', 'Humanscale ELEMENT 790.'),
(5785, 1776, 'Humanscale-ELEMENT-790_2.jpg', 'Humanscale ELEMENT 790.'),
(5786, 1777, 'Komee-USA-KMCPe_1.jpg', 'Komee USA KMCPe. LED Canopy Light.'),
(5787, 1777, 'Komee-USA-KMCPe_2.jpg', 'Komee USA KMCPe. LED Canopy Light.'),
(5788, 1778, 'Komee-USA-KMCJ_1.jpg', 'Komee USA KMCJ. LED FLOOD LIGHT. '),
(5789, 1778, 'Komee-USA-KMCJ_2.jpg', 'Komee USA KMCJ. LED FLOOD LIGHT. '),
(5790, 1779, 'Komee-USA-KMK_1.jpg', 'Komee USA KMK. LED FLOOD LIGHT.'),
(5791, 1779, 'Komee-USA-KMK_2.jpg', 'Komee USA KMK. LED FLOOD LIGHT.'),
(5792, 1780, 'Gammalux-Lighting-Systems-GB13D2-LED-LENS_1.jpg', 'Gammalux Lighting Systems GB13D2-LED-LENS. '),
(5793, 1781, 'Gammalux-Lighting-Systems-GB13D2-LED-LENS3D_1.jpg', 'Gammalux Lighting Systems GB13D2-LED-LENS3D.'),
(5794, 1782, 'Gammalux-Lighting-Systems-GB13RC2-LED-LENS_1.jpg', 'Gammalux Lighting Systems GB13RC2-LED-LENS.'),
(5795, 1783, 'Gammalux-Lighting-Systems-GB13RC2-LED-LENS3D_1.jpg', 'Gammalux Lighting Systems GB13RC2-LED-LENS3D.'),
(5796, 1784, 'Gammalux-Lighting-Systems-GB16D-LED-LENS3D_1.jpg', 'Gammalux Lighting Systems GB16D-LED-LENS3D.'),
(5797, 1785, 'Gammalux-Lighting-Systems-GB22D2-LED-LENS_1.jpg', 'Gammalux Lighting Systems GB22D2-LED-LENS.'),
(5798, 1786, 'Gammalux-Lighting-Systems-GB22U2-LED-LENS_1.jpg', 'Gammalux Lighting Systems GB22U2-LED-LENS.'),
(5799, 1787, 'Gammalux-Lighting-Systems-GB24B2-LED-LENS_1.jpg', 'Gammalux Lighting Systems GB24B2-LED-LENS.'),
(5800, 1788, 'Gammalux-Lighting-Systems-GB24B2-LED-LENS3D_1.jpg', 'Gammalux Lighting Systems GB24B2-LED-LENS3D.'),
(5801, 1789, 'Gammalux-Lighting-Systems-GB24D2-LED-LENS3D_1.jpg', 'Gammalux Lighting Systems GB24D2-LED-LENS3D.'),
(5802, 1790, 'GVA-Lighting-FL25_1.jpg', 'GVA Lighting FL25. Monochromatic.'),
(5803, 1791, 'GVA-Lighting-FL25-RGBW-IM_1.jpg', 'GVA Lighting FL25-RGBW-IM.'),
(5804, 1792, 'GVA-Lighting-LIRA-Mono_1.jpg', 'GVA Lighting LIRA-Mono.'),
(5805, 1793, 'GVA-Lighting-FL50_1.jpg', 'GVA Lighting FL50. Monochromatic.'),
(5806, 1794, 'GVA-Lighting-L50-GRBW-MO_1.jpg', 'GVA Lighting FL50-RGBW-OM.'),
(5807, 1795, 'GVA-Lighting-LIRA-RBGW_1.jpg', 'GVA Lighting LIRA-RBGW.'),
(5808, 1796, 'GVA-Lighting-LIRA-DWT_1.jpg', 'GVA Lighting LIRA-DWT.'),
(5809, 1797, 'GVA-Lighting-GORO-R_1.jpg', 'GVA Lighting GORO-R.'),
(5810, 1798, 'GVA-Lighting-GORO-P_1.jpg', 'GVA Lighting GORO-P.'),
(5811, 1799, 'GVA-Lighting-GORO-W_1.jpg', 'GVA Lighting GORO-W.'),
(5812, 1800, 'Lindsley-Lighting-LLRD-PN_1.jpg', 'Lindsley Lighting LLRD PN. Reed Pendant.'),
(5813, 1800, 'Lindsley-Lighting-LLRD-PN_2.jpg', 'Lindsley Lighting LLRD PN. Reed Pendant.'),
(5814, 1800, 'Lindsley-Lighting-LLRD-PN_3.jpg', 'Lindsley Lighting LLRD PN. Reed Pendant.'),
(5815, 1801, 'Lindsley-Lighting-LLWL-PN_1.jpg', 'Lindsley Lighting LLWL PN. Willow Pendant.'),
(5816, 1801, 'Lindsley-Lighting-LLWL-PN_2.jpg', 'Lindsley Lighting LLWL PN. Willow Pendant.'),
(5817, 1801, 'Lindsley-Lighting-LLWL-PN_3.jpg', 'Lindsley Lighting LLWL PN. Willow Pendant.'),
(5818, 1802, 'Lindsley-Lighting-LLWL-PN-GL_1.jpg', 'Lindsley Lighting LLWL PN GL. Willow Under Glass Pendant.'),
(5819, 1802, 'Lindsley-Lighting-LLWL-PN-GL_2.jpg', 'Lindsley Lighting LLWL PN GL. Willow Under Glass Pendant.'),
(5820, 1802, 'Lindsley-Lighting-LLWL-PN-GL_3.jpg', 'Lindsley Lighting LLWL PN GL. Willow Under Glass Pendant.'),
(5821, 1803, 'Lindsley-Lighting-LLRD-PN-SM_1.jpg', 'Lindsley Lighting LLRD PN SM. Reed Surface Mount Pendant.'),
(5822, 1803, 'Lindsley-Lighting-LLRD-PN-SM_2.jpg', 'Lindsley Lighting LLRD PN SM. Reed Surface Mount Pendant.'),
(5823, 1803, 'Lindsley-Lighting-LLRD-PN-SM_3.jpg', 'Lindsley Lighting LLRD PN SM. Reed Surface Mount Pendant.'),
(5824, 1804, 'Lindsley-Lighting-LLRD-SQ-PN_1.jpg', 'Lindsley Lighting LLRD SQ PN. Square Reed Pendant.'),
(5825, 1804, 'Lindsley-Lighting-LLRD-SQ-PN_2.jpg', 'Lindsley Lighting LLRD SQ PN. Square Reed Pendant.'),
(5826, 1805, 'Lindsley-Lighting-LLTL-PN_1.jpg', 'Lindsley Lighting LLTL PN. Tule Pendant Surface Mount.'),
(5827, 1805, 'Lindsley-Lighting-LLTL-PN_2.jpg', 'Lindsley Lighting LLTL PN. Tule Pendant Surface Mount.'),
(5828, 1806, 'Lindsley-Lighting-LLM-P_1.jpg', 'Lindsley Lighting LLM P. Mantis Pathway.'),
(5829, 1806, 'Lindsley-Lighting-LLM-P_2.jpg', 'Lindsley Lighting LLM P. Mantis Pathway.'),
(5830, 1806, 'Lindsley-Lighting-LLM-P_3.jpg', 'Lindsley Lighting LLM P. Mantis Pathway.'),
(5831, 1807, 'Lindsley-Lighting-LLM-SP_1.jpg', 'Lindsley Lighting LLM SP. Standing Mantis Pathway.'),
(5832, 1807, 'Lindsley-Lighting-LLM-SP_2.jpg', 'Lindsley Lighting LLM SP. Standing Mantis Pathway.'),
(5833, 1807, 'Lindsley-Lighting-LLM-SP_3.jpg', 'Lindsley Lighting LLM SP. Standing Mantis Pathway.'),
(5834, 1808, 'Lindsley-Lighting-LLWS-S-CB_1.jpg', 'Lindsley Lighting LLWS S CB. Cubed Wall Sconce.'),
(5835, 1808, 'Lindsley-Lighting-LLWS-S-CB_2.jpg', 'Lindsley Lighting LLWS S CB. Cubed Wall Sconce.'),
(5836, 1808, 'Lindsley-Lighting-LLWS-S-CB_3.jpg', 'Lindsley Lighting LLWS S CB. Cubed Wall Sconce.'),
(5837, 1809, 'Lindsley-Lighting-LLM-S_1.jpg', 'Lindsley Lighting LLM S. Mantis Wall Sconce.'),
(5838, 1809, 'Lindsley-Lighting-LLM-S_2.jpg', 'Lindsley Lighting LLM S. Mantis Wall Sconce.'),
(5839, 1809, 'Lindsley-Lighting-LLM-S_3.jpg', 'Lindsley Lighting LLM S. Mantis Wall Sconce.'),
(5840, 1811, 'Legion-Lighting-Company-MOD3_1.jpg', 'Legion Lighting Company MOD3. Series 333.'),
(5841, 1812, 'Legion-Lighting-Company-WALL-MOD3_1.jpg', 'Legion Lighting Company WALL MOD3. Series W333.'),
(5842, 1813, 'Legion-Lighting-Company-MRP_1.jpg', 'Legion Lighting Company MRP. MINI-PANELUME CC.'),
(5843, 1814, 'Legion-Lighting-Company-523L_1.jpg', 'Legion Lighting Company 523L. RING-PLEX.'),
(5844, 1815, 'Legion-Lighting-Company-F222L_1.jpg', 'Legion Lighting Company F222L. MICRO MOD-U-BEAM®2.'),
(5845, 1816, 'Legion-Lighting-Company-4311_1.jpg', 'Legion Lighting Company 4311. WRAP AROUND.'),
(5846, 1817, 'Legion-Lighting-Company-162L_1.jpg', 'Legion Lighting Company 162L. OUTDOOR WALL CYLINDER.'),
(5847, 1818, 'Legion-Lighting-Company-614_1.jpg', 'Legion Lighting Company 614. OVERBED I.'),
(5848, 1819, 'Legion-Lighting-Company-617_1.jpg', 'Legion Lighting Company 617. OVERBED II.'),
(5849, 1820, 'Legion-Lighting-Company-519_1.jpg', 'Legion Lighting Company 519. DOME DRUM.'),
(5850, 1821, 'Heper-LR9005-695-7_1.jpg', 'Heper LR9005-695-7. Zerox.'),
(5851, 1822, 'Heper-LR9001-504_1.jpg', 'Heper LR9001-504. Dion.'),
(5852, 1823, 'Heper-LF8017-003_1.jpg', 'Heper LF8017-003. Punto.'),
(5853, 1824, 'Intrigue-Lighting-FR_1.jpg', 'Intrigue Lighting FR. FERROS Stainless Steel Round LED Bollard.'),
(5854, 1825, 'Heper-LF8020-693-7_1.jpg', 'Heper LF8020-693-7. Vega.'),
(5855, 1826, 'Intrigue-Lighting-MY_1.jpg', 'Intrigue Lighting MY. Mystique Pole Mount.'),
(5856, 1826, 'Intrigue-Lighting-MY_2.jpg', 'Intrigue Lighting MY. Mystique Pole Mount.'),
(5857, 1826, 'Intrigue-Lighting-MY_3.jpg', 'Intrigue Lighting MY. Mystique Pole Mount.'),
(5858, 1827, 'Heper-LW6048-575_1.jpg', 'Heper LW6048-575. Dogo.'),
(5859, 1828, 'Heper-LW7032-693_1.jpg', 'Heper LW7032-693. Trola.'),
(5860, 1829, 'Intrigue-Lighting-SGH_1.jpg', 'Intrigue Lighting SGH. Saga Recessed Step Light.'),
(5861, 1829, 'Intrigue-Lighting-SGH_2.jpg', 'Intrigue Lighting SGH. Saga Recessed Step Light.'),
(5862, 1830, 'Heper-LB6011-513-Sym_1.jpg', 'Heper LB6011-513-Sym. Orion.'),
(5863, 1831, 'Heper-LB6009-202_1.jpg', 'Heper LB6009-202. TROLI TC-D.'),
(5864, 1832, 'Intrigue-Lighting-CS_1.jpg', 'Intrigue Lighting CS. Charisma Wall Mount.'),
(5865, 1833, 'Heper-LL2031-511_1.jpg', 'Heper LL2031-511. Kreis.'),
(5866, 1834, 'Heper-LP4024-539-Sym_1.jpg', 'Heper LP4024-539-Sym. Terra.'),
(5867, 1835, 'Intrigue-Lighting-EC_1.jpg', 'Intrigue Lighting EC. Epic Pendant Mount.'),
(5868, 1835, 'Intrigue-Lighting-EC_2.jpg', 'Intrigue Lighting EC. Epic Pendant Mount.'),
(5869, 1836, 'Intrigue-Lighting-AR_1.jpg', 'Intrigue Lighting AR. Allure Bollard.'),
(5870, 1837, 'Intrigue-Lighting-LEF_1.jpg', 'Intrigue Lighting LEF. Full Cutoff Large Eurotech Pole Mount.'),
(5871, 1837, 'Intrigue-Lighting-LEF_2.jpg', 'Intrigue Lighting LEF. Full Cutoff Large Eurotech Pole Mount.'),
(5872, 1837, 'Intrigue-Lighting-LEF_3.jpg', 'Intrigue Lighting LEF. Full Cutoff Large Eurotech Pole Mount.'),
(5873, 1838, 'Intrigue-Lighting-SL_1.jpg', 'Intrigue Lighting SL. Solitaire Wall Pack.'),
(5874, 1838, 'Intrigue-Lighting-SL_2.jpg', 'Intrigue Lighting SL. Solitaire Wall Pack.'),
(5875, 1838, 'Intrigue-Lighting-SL_3.jpg', 'Intrigue Lighting SL. Solitaire Wall Pack.'),
(5876, 1839, 'Intrigue-Lighting-CT_1.jpg', 'Intrigue Lighting CT. Citation Pendant Mount.'),
(5877, 1840, 'Intrigue-Lighting-EP_1.jpg', 'Intrigue Lighting EP. Espial Bollard.'),
(5878, 1841, 'Illuminated-Lightpanels-Edgelit-Lightpanels_1.jpg', 'Illuminated Lightpanels Edgelit-Lightpanels.'),
(5879, 1842, 'Illuminated-Lightpanels-Fabric-Frame_1.jpg', 'Illuminated Lightpanels Fabric-Frame.'),
(5880, 1842, 'Illuminated-Lightpanels-Fabric-Frame_2.jpg', 'Illuminated Lightpanels Fabric-Frame.'),
(5881, 1842, 'Illuminated-Lightpanels-Fabric-Frame_3.jpg', 'Illuminated Lightpanels Fabric-Frame.'),
(5882, 1843, 'Illuminated-Lightpanels-Shelf-Lights_1.jpg', 'Illuminated Lightpanels Shelf-Lights.'),
(5883, 1843, 'Illuminated-Lightpanels-Shelf-Lights_2.jpg', 'Illuminated Lightpanels Shelf-Lights.'),
(5884, 1844, 'iLight-Technologies-Plexineon-White-1X_1.jpg', 'iLight Technologies Plexineon-White-1X.'),
(5885, 1845, 'iLight-Technologies-Plexineon-White-2X_1.jpg', 'Ilight Technologies Plexineon-White-2X.'),
(5886, 1846, 'iLight-Technologies-Plexineon-Color-BLU_1.jpg', 'iLight Technologies Plexineon-Color-BLU. Blue, Green, Magenta, Rose, Teal, Yellow.'),
(5887, 1847, 'iLight-Technologies-Plexineon-Color-AMB_1.jpg', 'iLight Technologies Plexineon-Color-AMB. Amber, Orange, Red, Daytime Red.'),
(5888, 1848, 'iLight-Technologies-T01-WHF-RD-01_1.jpg', 'iLight Technologies T01-WHF-RD-01. Handrail Lighting System.'),
(5889, 1849, 'iLight-Technologies-T01-24WHA-B-L0-01_1.jpg', 'iLight Technologies T01-24WHA-B-L0-01. Handrail Lighting System.');

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

--
-- Table structure for table `family_slider`
--

CREATE TABLE `family_slider` (
  `family_code` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slider_sku` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `manf_code` varchar(3) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- RELATIONSHIPS FOR TABLE `family_slider`:
--

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

--
-- Table structure for table `family_slider_images`
--

CREATE TABLE `family_slider_images` (
  `id` int(10) UNSIGNED NOT NULL,
  `slider_sku` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
  `img_src` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `anchor_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- RELATIONSHIPS FOR TABLE `family_slider_images`:
--

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

--
-- Table structure for table `guides`
--

CREATE TABLE `guides` (
  `guide_id` mediumint(8) UNSIGNED NOT NULL,
  `sku` varchar(32) NOT NULL,
  `manufacturer` smallint(5) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `thumbnail_alt` varchar(255) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `dt` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `guides`:
--

--
-- Dumping data for table `guides`
--

INSERT INTO `guides` (`guide_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(1, 'HLA001', 21, 'DRAMI', 'Luminaire surface/wall mounted/suspended.', 'Circular luminaires with asymmetrically placed circular porthole with fresh and playfully design, made of aluminum profile with opal diffuser. With embedded LED sources achieve excellent lighting parameters. This range is suspended or surface mounted, with direct reflextion. DRAMI was developed on the basis of student work of Lukáš ?ípa.', 'http://www.halla.eu/drami', 'HLA001_DRAMI_small.jpg', 'DRAMI', 'DRAMI', 'Circular luminaires with asymmetrically placed circular porthole with fresh and playfully design, made of aluminum profile with opal diffuser.', '2015-10-18'),
(2, 'HLA002', 21, 'OVILI', 'Luminaire surface', 'With use of a simple break in the middle of the circle and LED technology, an unusual design of luminaires OVILI was born. OVILI products are surface mounted with excellent lighting parameters. Thanks to the particular shape of this luminaire there is also use of an indirect lighting which is for surface mounted luminaires normally hardly applicable. Impressive design luminaires designed by Simona Hrušková in his student work.', 'http://www.halla.eu/ovili', 'HLA002_OVILI_small.jpg', 'OVILI', 'OVILI', 'With use of a simple break in the middle of the circle and LED technology, an unusual design of luminaires OVILI was born.', '2015-10-18'),
(3, 'MLI001', 22, 'Swerve', 'Bending Minds', 'Taking creativity to a new level, the Swerve bends minds. Allowing a huge leap in customization, curved lighting is one of the fastest growing design trends, the curved luminaire broadens possibilities for designers and architects to create beautifully lit spaces.\r\n\r\nUntil recently this product was believed to be impossible, obstacles in the development of the Swerve proving too big a challenge for our design team. However with determination, ingenuity and technological advancements in manufacturing, these obstacles have been tossed aside and the Swerve was created', 'http://mlight.com.au/product/swerve/', 'MLI001_Swerve_small.jpg', 'Swerve', 'Swerve. Bending Minds', 'Taking creativity to a new level, the Swerve bends minds. Allowing a huge leap in customization, curved lighting is one of the fastest growing design trends, the curved luminaire broadens possibilities for designers and architects to create beautifully lit spaces.', '2015-11-28'),
(4, '000004', 31, 'LUXEON 5258', 'Multi-die, single emitter for effective single source lamps', 'LUXEON 5258 is a multi-die package LED that provides high luminance from a single package to enable cost effective, single optic and directional lamp designs. \r\nLUXEON 5258 uses an industry standard 5258 surface e mount package and is available in 24V and 96V to interface with high efficiency drivers. LUXEON 5258 comes in 70, 80 and 90CRI in wide range of CCTs and offers hot-color targeting to ensure that the LEDs a re within color target at application conditions of 85°C.\r\n\r\n5mm optical source enables good optic design for great punch\r\nHot-color targeting ensures color is within ANSI bin at 85°C\r\nBinned within 3-step and 5-step MacAdam ellipse ensuring color uniformity\r\nCompatible with low cost and high efficiency drivers\r\nAvailable in 24V and 96V options', 'http://www.lumileds.com/products/cob-leds/luxeon-5258', '000004_LUXEON_5258_small.jpg', 'LUXEON 5258', 'LUXEON 5258', 'LUXEON 5258 is a multi-die package LED that provides high luminance from a single package to enable cost effective, single optic and directional lamp designs.', '2015-11-28'),
(6, 'SOR005', 32, 'SORAA - AR111', 'VIVID SERIES', 'Lighting professionals worldwide have been waiting for a viable LED replacement to the halogen AR111, and Soraa has delivered. With its high output, narrow spot, crisp beam edge and low glare this is the lamp for retail lighting. \r\nChoose the right product series for your needs \r\nThe VIVID SERIES: Our full-spectrum series brings you both VP? VIVID COLOR (CRI-95, R9-95) and VP?NATURAL WHITE Technology, with market-leading CBCP.\r\n\r\nThe BRILLIANT SERIES: Our highest CBCP series, which also features VP? NATURAL WHITE technology.', 'http://www.soraa.com/products/AR111', 'SOR005_SORAA_AR111_small.jpg', 'SORAA - AR111', 'SORAA - AR111', 'Lighting professionals worldwide have been waiting for a viable LED replacement to the halogen AR111, and Soraa has delivered. With its high output, narrow spot, crisp beam edge and low glare this is the lamp for retail lighting.', '2015-12-11'),
(7, 'LG0001', 35, 'OLED SKY', 'OLED Light Luminaires & Applications', 'As the only surface-type light source, OLED lighting offers the best quality light. Its lightweight, thin panel offers infinite application possibilities, and the flexible lighting panel also opens new design possibilities. OLED lighting is a human-friendly light source that lessens eye fatigue as it does not emit heat or glare.\r\n\r\nLG Display develops and showcases originally designed luminaires to stimulate the market and show how\r\nOLED panels can be used in real-life applications. Also, LG Display collaborates with major companies in different industries.', 'www.lgdisplay.com', 'lgoled_sky_small.jpg', 'LG OLED SKY', 'LG OLED SKY', 'OLED Light Luminaires & Applications', '2016-06-26'),
(8, 'LG0002', 35, 'Transparent Connections Pendant', 'OLED Light Luminaires & Applications', 'As the only surface-type light source, OLED lighting offers the best quality light. Its lightweight, thin panel offers infinite application possibilities, and the flexible lighting panel also opens new design possibilities. OLED lighting is a human-friendly light source that lessens eye fatigue as it does not emit heat or glare.\r\n\r\nLG Display develops and showcases originally designed luminaires to stimulate the market and show how\r\nOLED panels can be used in real-life applications. Also, LG Display collaborates with major companies in different industries.', 'http://www.lgoledlight.com/index.do#', 'LG_Transparent_Connections_Pendant_small.jpg', 'LG Transparent Connections Pendant', 'Transparent Connections Pendant', 'Transparent Connections Pendant', '2016-06-26'),
(9, 'EAT001', 36, 'Invue Arbor LED family', 'Arbor Post Top', 'The Invue Arbor post top brings architectural style to area and site and pedestrian scale applications. Its dayform appearance brings a desired organic look into the urban environment. WaveStream LED Optics provide a uniform pixelation-free image, managing glare while providing high levels of visibility.', 'http://www.cooperindustries.com/content/public/en/lighting/resources/LightingStories/The-Arbor-Story.html', 'Arbor_Post_Top_small.jpg', 'Arbor Post Top', 'Arbor Post Top', 'The Invue Arbor post top brings architectural style to area and site and pedestrian scale applications. Its dayform appearance brings a desired organic look into the urban environment. WaveStream LED Optics provide a uniform pixelation-free image, managing glare while providing high levels of visibility', '2016-06-26'),
(10, 'LUT001', 37, 'Vive™ Wireless Controls', 'Simple and scalable lighting control', 'Lutron Introduces a revolutionary, modular wireless lighting control solution for new and existing commercial buildings.\r\n\r\nThe Vive product family lets you personalize control to each space in your building without locking you into more or less control than you need.', 'http://www.lutron.com/en-US/Products/Pages/WholeBuildingSystems/Vive/Design.aspx', 'VIVE_Wireless_small.jpg', 'VIVE Wireless', 'VIVE Wireless Controls by Lutron', 'Simple and scalable lighting control', '2016-06-26'),
(11, 'SAT001', 43, 'AVVENI', 'Floor, table, and ceiling lights', 'AVVENI is designed as a modular system. It can be adapted easily to any architectural concept due to countless variations in terms of design and lighting design. The AVVENI series ranges from floor, table, and ceiling lights to various complex pendant structures. Due to this, AVVENI is predestined for lighting large and high ceiling rooms in commercial buildings as well as representative functional areas such as board rooms and lounge areas in commercial projects and living areas in domestic setups.', 'http://www.sattler-lighting.com/en/portfolio/avveni/', 'Sattler_Avveni_small.jpg', 'Sattler Avveni', 'AVVENI', 'AVVENI is designed as a modular system. It can be adapted easily to any architectural concept due to countless variations in terms of design and lighting design.', '2016-06-26'),
(12, 'SYL001', 44, 'SylCone', 'SylCone Retro wins Red Dot Award 2016', 'Feilo Sylvania new range of decorative luminaires and lamps Sylvania SylCone Retro has won the \'Product Design 2016\' accolade to the prestigious Red Dot Awards. \r\n\r\nSilvania SylCone Retro light replicates the warm glow of incandescent lighting with a 2,000K colour temperature. Luminaire family is also available in surface-mounted and table lamp versions', 'http://www.feilosylvania.com/en-int/', 'Feilo_Sylvania_SylCone_small.jpg', 'Feilo Sylvania SylCone', 'SylCone', 'Feilo Sylvania new range of decorative luminaires and lamps Sylvania SylCone Retro has won the \'Product Design 2016\' accolade to the prestigious Red Dot Awards.', '2016-06-26'),
(13, 'FLX001', 45, 'Fluxwerx Fold', 'Organic design elevates functional into beautiful.', 'Pure apertured design with fully luminous interior without horizontal lenses or difusers.\r\nPrecision machined clear anodized, extruded aluminum.\r\nArch, Slant or Oblique endcaps preinstalled for perfect fit and finish.\r\n10? – 15? o.c. spacing with 0.45 to 0.75 W/ft.sq. for general area lighting.\r\nMultiple direct/indirect lighting distributions, available with independent Up | Dn lighting control.', 'http://fluxwerx.com/products/fold/', 'fluxwerx_fold_small.jpg', 'Fluxwerx Fold', 'Fluxwerx Fold', 'Fluxwerx Fold', '2016-07-23'),
(14, 'ZTB001', 46, 'SUPERSYSTEM II', 'The solution for sophisticated lighting in shops', 'SUPERSYSTEM II is characterized by its delicate design, exquisite materiality, simplified miniaturization and flexibility, therefore making it possible to create high-quality LED lighting solutions.\r\n\r\nWhether general or accent lighting, direct or indirect light, small or large items, short or long distances, the multifunctional LED lighting system SUPERSYSTEM II covers all demanding lighting tasks in the shop with the broad-ranging module system of easy-to-install lighting modules – and with excellent light quality. SUPERSYSTEM II therefore provides an all-encompassing lighting solution in a consistent style.', 'http://www.zumtobel.com/com-en/products/supersystem_II.html', 'supersystem_II_small.jpg', 'Zumtobel. SUPERSYSTEM II', 'SUPERSYSTEM II', 'Multi-functional LED lighting tool', '2016-07-23'),
(15, 'ZTB002', 46, 'INTRO LED', 'Modular LED lighting system', 'The modular LED lighting system provides the right light for every sales area and comprises four formally standardised luminaire types: INTRO M and INTRO S for accent lighting, INTRO PANOS infinity for light that efficiently floods the room with brightness and INTRO liteCarve® for light that lights up vertical surfaces both evenly and with a rectangular beam of light.\r\n\r\nThe luminaire group is completed by the INTRO RESCLITE emergency luminaires. In spite of the formal consistency and technical diversity, every INTRO lighting solution allows maximum freedom of design. From mounting frames and lighting modules through to the front ring, components can be put together individually. Variety and flexibility meet at the highest level.', 'http://www.zumtobel.com/com-en/products/intro.html', 'intro_LED_small.jpg', 'Zumtobel INTRO LED', 'INTRO LED', 'Modular LED lighting system', '2016-07-23'),
(16, 'ARK001', 47, 'Flap', 'LED wall washe', 'Simple geometry and pure lines in this LED wall washer appliance. For its versatile fitting, it is suitable for group compositions where its essential design harmoniously fits in with both rational and random settings.\r\n\r\nFormally designed as a sectioned disk, it stands out for its flatness and thinness. Compact and minimum volume, it delivers perfectly homogeneous light dispersion.', 'http://www.arkoslight.com/en/producto/flap/', 'Arkoslight_Flap_small.jpg', 'Arkoslight Flap', 'Flap', 'LED wall washe', '2016-07-23'),
(17, '00012', 48, 'OSRAM Dula OLED', 'Ceiling luminaire installation', 'OSRAM and the specialist for exclusive store design and interior design Dula jointly developed an OLED ceiling light for high quality shop design.\r\n\r\nIn order to present the effect of the new OLED luminaires to the customers, they are already being installed in the lobby of the store lighting designer Dula in Dortmund. The special properties characterize OLED as a representative design element, especially for high-end applications.\r\n\r\nThe luminaires were created following a design concept by the experts at Dula lighting design. Each luminaire consists of a glass panel, wherein nine acrylic blocks – also called OLED Sandwiches - were inlaid, each with two large squared (12 x 12 cm) ORBEOS SDW-058 OLED panels. The luminaires constructed like this are attached to the ceiling, individually adjustable in height, and they cause impressive 3D effects. In addition, the OLED panels can be individually controlled and dimmed wireless via DMX protocol. This creates dynamic visual effects that bathe the room in a warm, soft light.', 'http://www.osram-oled.com/oled/en/applications/reference-projects/dula-oled-ceiling-luminaire-installation/index.jsp', 'OSRAM_dula-deckeninstallation-oled_small.jpg', 'OSRAM Dula OLED', 'OSRAM Dula OLED', 'OSRAM Dula OLED', '2016-07-23'),
(18, '00050', 49, 'Systems SNAKE', 'Exenia. Lumenpulse brand', 'System made in estruded aluminium, anodized grey or in\r\nglossy white or glossy black varnish. It is available in 3\r\ndifferent lenghts and it can be easily assembled to create\r\nany system of suspension or ceiling application.', 'http://shop.exenia.eu/en/systems/snake', 'exenia_sistemi_snake_small.jpg', 'Exenia Systems SNAKE', 'Exenia Systems SNAKE', 'System made in estruded aluminium, anodized grey or in\r\nglossy white or glossy black varnish. It is available in 3\r\ndifferent lenghts and it can be easily assembled to create\r\nany system of suspension or ceiling application.', '2016-08-14'),
(19, '00014', 50, 'MIRONA FIT LED', 'TRILUX', 'The TRILUX Mirona Fit LED  is the perfect lighting solution for challenging surroundings. This applies to storage and logistics halls, e.g. in heavy industry and food production, as well as for sports halls. With a 50,000 hour service life (L80) even at high ambient temperatures of 55°C, the luminaire is not only especially durable but also extremely reliable with a low maintenance requirement. This means that expensive maintenance interruptions to production runs are a thing of the past with the Mirona Fit LED. The luminaire can also be adapted to individual requirements via beam characteristic, lumen output and optional sensor and CLO function (Constant Light Output). The 52,000 lumen version even makes 2:1 refurbishments possible. The LED luminaire provides high quality  light and therefore safety in halls. The luminaire can also be integrated into light management systems to achieve maximum energy savings.', 'https://www.trilux.com/uk/products/mirona-fit/', 'Trylux_Mirona_small.jpg', 'MIRONA FIT LED', 'MIRONA FIT LED', 'The TRILUX Mirona Fit LED  is the perfect lighting solution for challenging surroundings.', '2016-08-14'),
(20, '00015', 46, 'ONDARIA LED', 'Zumtobel', 'Decorative round luminaire with uniform backlighting of opal cover\r\n• Aluminium housing in white painted finish\r\n• Opal plastic cover of PMMA\r\n• Available in three sizes: medium (Ø 590 mm), large (Ø 870 mm), X-large (Ø\r\n1150 mm)\r\n• Low indirect component for ceiling/wall illumination\r\n• Colour temperature 4000 K, optionally 3000 K\r\n• LED service life: 50000 h before luminous flux is reduced to 90 % of the initial\r\nvalue\r\n• Chromaticity tolerance between multiple luminaires of up to 3 MacAdam\r\nellipses\r\n• Luminaire pre-wired using halogen-free leads\r\n• Can be fitted as recessed or pendant luminaire using special accessory (please\r\norder separately)', 'http://www.zumtobel.com/gb-en/products/ondaria.html#ONDARIA LED', 'Zumfobel_ONDARIA_small.jpg', 'ONDARIA LED', 'ONDARIA LED', 'Decorative round luminaire with uniform backlighting of opal cover', '2016-08-14'),
(21, '00016', 52, 'ISIP LED', 'Esse-ci', 'SIP series adapt to the market requirements with an innovative range of high efficiency LED fixtures for projects driven by energy saving and long-lasting life.The fixture body and the optic case are in an epoxy white powder coated metal sheet.\r\nThe PVD aluminum reflectors controls and optimize the flow. The DP (UGR', 'http://www.archiexpo.com/prod/esse-ci/product-127025-1696194.html', 'Esse-ci_ISIP_LED_small.jpg', 'ISIP LED', 'ISIP LED', 'SIP series adapt to the market requirements with an innovative range of high efficiency LED fixtures', '2016-08-14'),
(23, '00018', 53, 'Moving Sky', 'LED Lighting Panel - Disc', 'Moving Sky LED Lighting Panel provides different lighting effect \r\ncomparing Moving Sky LED Panel. With one more word “Lighting”,the light provides two lighting modes, moving blue sky and white clouds, as well as high quality white light. The world\'s pioneering creation provide user unprecedented lighting experience. It can \r\nprovide general light for work and present soft moving blue sky \r\nand white clouds when user takes break. User can easily shift \r\nbetween both lighting modes.\r\n \r\nThis light is amazing for office, under ground laboratory and \r\nmetro station, as well as other places where white light is essential, but expect the sky lighting to improve the environment and atmosphere. This new lighting products will significantly \r\nenhance user\'s productivity, health and life quality.', 'http://www.neonny.com/moving-sky-led-lighting-panel-rgpd6', 'neonny_moving_sky_small.jpg', 'Moving Sky', 'Moving Sky', 'Moving Sky LED Lighting Panel provides different lighting effect \r\ncomparing Moving Sky LED Panel.', '2016-08-14'),
(24, '00019', 53, 'Stretch Ceiling - Triangle', 'Luminous Stretch Film Ceiling/Light', 'Luminous Stretch Ceiling/Light is a product solution of one piece large light panel. The light panel is available in round shape, triangle, square, or bespoke shape and size. Comparing conventional method installing light and putting up stretch film on site, NEONNY Luminous Stretch Light significantly saves contract labor and time.', 'http://www.neonny.com/lum0inous-stretch-film-series-triangle', 'neonny_stretch_ceiling_small.jpg', 'Stretch Ceiling - Triangle', 'Stretch Ceiling - Triangle', 'Luminous Stretch Ceiling/Light is a product solution of one piece large light panel. The light panel is available in round shape,', '2016-08-14'),
(25, '00020', 45, 'BENT', 'by Simona Hrušková', 'BENT is a LED interior luminaire making an impression as soft and simple. Due to heart-shaped aluminium profile and PMMA diffuser it is suitable for many types of interior. The system of curves and diffuser enlightened from all sides spreads the light into a large area. The power cable is a part of the suspension system. In the interior, BENT can be used separately or in a group to create different shaped patterns. Designer Simona Hrušková inspired in shape of luminaire in smile.', 'http://www.halla.eu/bent/luminaire-112-501k-10ghe-840-s.html', 'halla_bent_small.jpg', 'BENT', 'BENT', 'ENT is a LED interior luminaire making an impression as soft and simple.', '2016-08-14'),
(26, '00001', 54, 'Acqua', 'CINI&NILS', 'Acqua is a luminous cascade that creates an evocative pattern of lights and shades. The uplight version provides indirect light for an extraordinary polish atmosphere in living spaces, showrooms, hotels and restaurants. The downlight version directs the light on the underlying space and for this reason it is perfect for the over-table solution. It can be possible to adjust and orient each row to point the light backwards or forwards to create an atmosphere', 'http://www.cinienils.com/en/news/acqua-4', 'CINIeNILS_acqua_small.jpg', 'Acqua', 'Acqua', 'cqua is a luminous cascade that creates an evocative pattern of lights and shades.', '2016-08-14'),
(27, '00022', 54, 'Passepartout', 'CINI&NILS', 'Passepartout is a wall lamp with a circular geometry that recalls the elegant form of a ring. An essential and rigorous model designed to fit many different scenarios thanks to its indirect light that makes the spaces intimate and welcoming. As the name suggests, Passepartout is a versatile and transversal lamp able to meet all needs.', 'http://www.cinienils.com/en/news/passepartout', 'CINIeNILS_passepartout_small.jpg', 'Passepartout', 'Passepartout', 'Passepartout is a wall lamp with a circular geometry that recalls the elegant form of a ring.', '2016-08-14'),
(28, '00023', 54, 'FormaLa', 'CINI&NILS', 'This extension of the FormaLa family is a strip of light in harmonic steel that can be positioned in an endless array of configurations and can also be installed on the ceiling. FormaLa2 comes with a built-in power supply so that it can be connected to the lighting point without having to worry about finding a housing for a remote supply unit. Diffusor for spreading a uniform quality of light. Made of a film of silver polycarbonate. Apply after the lamp has been installed Protected by patent.', 'http://www.cinienils.com/en/news/formala2-1', 'CINIeNILS-_ormala2_small.jpg', 'FormaLa', 'FormaLa', 'This extension of the FormaLa family is a strip of light in harmonic steel that can be positioned in an endless', '2016-08-14'),
(29, '00024', 54, 'Tensoled', 'CINI&NILS', 'new Tensoled extends and updates the range of plug-in/out fittings available with the new white finishing. The luminaire features a Ø 245 mm structure with the LED board in the centre and 52 spokes, which acts as its own extremely high-performance heat dissipater while also catching the eye with its alluring shape. Its high performance makes this system particularly well suited to commercial interiors, contract projects and other applications where high ceilings, mezzanine floors, beams and arches cause difficulties for lighting technology.', 'http://www.cinienils.com/en/news/new-tensoled-1', 'CINIeNILS_tensoled_small.jpg', 'Tensoled', 'Tensoled', 'new Tensoled extends and updates the range of plug-in/out fittings available with the new white finishing.', '2016-08-14'),
(30, '00025', 54, 'Assolo', 'CINI&NILS', 'The Assolo’s family extends the fittings available. For Assolo43 and Assolo70, in addition to the white version is possible to select the new black matt finishing. Assolo43 appoggio has a broader range of applications. At home in an entrance, on a small table or standing directly on the floor, providing atmospheric lighting with its dimmer. The Assolo70 terra’s 70 cm external diameter makes it both a freestanding lamp and at the same time a furnishing accessory with a major impact that adds an understated touch of elegance to every décor, illuminating it with style.', 'http://www.cinienils.com/en/news/assolo-2', 'CINIeNILS-_assolo_small.jpg', 'Assolo', 'Assolo', 'The Assolo’s family extends the fittings available. For Assolo43 and Assolo70, in addition to the white version is possible to select the new black matt finishing.', '2016-08-14'),
(31, '00026', 55, 'Spock', 'Designed by Couvreur & Devos', 'Spock is part of an ex traterrestrial population at Modular, united by their\r\npow erful, ultra-thin LED lighting disc. Spock conceals all its ingenious\r\nw orkings in one slender housing. H ere, the desing reinforces its\r\nfunctionality. A unique tilting sy stem makes the lighting disc highly\r\ndirectional. Be creativ e w ith Spock by placing it in a straith line or by putting\r\nin a more play ful setting. Spock is av ailable in different beam angles and\r\ndifferent colour temperatures. Spock track v ersion is w ell suited for using in\r\na retail env ironment. Designed by C ouv reur & Dev os.', 'http://www.supermodular.com/na/products/spock/', 'modular_SURF_SPOCK_small.jpg', 'Spock', 'Spock', 'Spock is part of an ex traterrestrial population at Modular, united by their\r\npow erful, ultra-thin LED lighting disc', '2016-08-14'),
(32, 'SMS001', 56, 'MINISTAGE TONDO SPOT', 'LED spotlights for the architecture', 'S.1310W	\r\nWith 4 HIGH-POWER leds white 3000K\r\nCRI90 800lm\r\nRated luminaire luminous flux 600lm\r\nRated input power 10W 230V', 'http://www.simes.com/ru/highlights/stage-2018-landing.php', 'Simes-MINISTAGE-TONDO-SPOT_small.jpg', 'MINISTAGE TONDO SPOT', 'MINISTAGE TONDO SPOT', 'MINISTAGE TONDO SPOT', '2018-02-25'),
(33, 'SMS002', 56, 'STAGE ROUND SPOT', 'LED spotlights for the architecture', 'S.1320W	\r\nWith 9 HIGH-POWER leds white 3000K\r\nCRI90 2700lm\r\nRated luminaire luminous flux 1950lm\r\nRated input power 30W 230V', 'http://www.simes.com/ru/highlights/stage-2018-landing.php', 'Simes-STAGE-ROUND-SPOT_small.jpg', 'STAGE ROUND SPOT', 'STAGE ROUND SPOT', 'STAGE ROUND SPOT', '2018-02-25'),
(34, 'SMS003', 56, 'STAGE ROUND ARM', 'LED spotlights for the architecture', 'S.1350W	\r\nWith 9 HIGH-POWER leds white 3000K\r\nCRI90 2700lm\r\nRated luminaire luminous flux 1950lm\r\nRated input power 30W 230V', 'http://www.simes.com/ru/highlights/stage-2018-landing.php', 'Simes-STAGE-ROUND-ARM_small.jpg', 'STAGE ROUND ARM', 'STAGE ROUND ARM', 'STAGE ROUND ARM', '2018-02-25'),
(36, 'SML001', 55, 'REKTOR SURFACE 1L/2L', 'LED surface spotlights', 'Surface mounted aluminium LED armature consisting of a rectangular shaped ceiling base with builtin\r\ndimmable driver and equipped with either 1 or 2 rectangular shaped units with recessed LED COB\r\nlight source. The lamp unit(s) can be rotated 360° vertically and 90° horizontally and are positioned\r\nasymmetrically on the base. No visible screws or other fixtures. The gearhousing can be finished with\r\ndifferent cover plates.', 'http://www.supermodular.com/en/products/rektor/', 'Modular-Rector-Surface-1L-2L_small.jpg', 'Modular Rector Surface 1L/2L', 'REKTOR SURFACE 1L/2L', 'Rektor LED GI, Rektor LED 1-10V/Pushdim GI, Rektor LED TrE dim GI, Rektor 2x LED 1-10V/pushdim GI, Rektor 2x LED Tre dim GI', '2018-02-27'),
(37, 'SML002', 55, 'Wollet OLED GI', 'Luminaire fitted with OLED technology for wall and ceiling mounting.', 'Luminaire fitted with OLED technology for wall and ceiling mounting. Consisting of 2 rectangular\r\nshaped zamak housings which are connected to each other by means of a dedicated hinge system.\r\nThe OLED panel secondary wiring runs inside the hinge towards the LED driver. The design of the\r\nhinge system is finished off with two brushed aluminium cover plugs.\r\nThe OLED panel is fitted into the housing by means of double sided tape. The backhousing contains\r\nthe electronic LED driver and space for the electrical connection.\r\nThe fixture is mounted on the galvanized steel wall (or ceiling) bracket by means of 4 spring clips.\r\nThis results in an easy installation and no visible screws or wires after installation.', 'http://www.supermodular.com/en/products/wollet/', 'Modular-Wollet-OLED-GI_small.jpg', 'Modular Wollet OLED GI', 'Wollet OLED GI', 'Wollet OLED GI', '2018-02-27'),
(38, 'SML003', 55, 'BOLD', 'BOLD up and downlight', 'Asymmetric triangular LED luminaire for wall mounting. Consisting of a housing that contains 1\r\nprinted circuit board soldered with 36 mid-power SMD LED’s. For up and downlight application. The\r\nLED’s are covered with PMMA diffusor to protect the LED’s and to obtain a diffuse light effect. The\r\nelectronic dimmable LED driver is built-in in the backside of the housing. The fixture is mounted on\r\nthe wall by means of a galvanized steel bracket. Connection to the mains via splicing connectors and\r\nsuitable for through wiring. All covered with an aluminium plate, kept in place by a magnet system\r\nwhich results in no visible screws or wires after installation.', 'http://www.supermodular.com/en/products/bold/#', 'Modular-BOLD_small.jpg', 'Modular BOLD', 'BOLD', 'Bold LED Tre dim GI, Bold LED 1-10V/pushdim GI', '2018-02-27'),
(39, 'SML004', 55, 'SULFER', 'Rectangular LED luminaire for wall mounting', 'Rectangular LED luminaire for wall mounting. Consisting of a housing that contains 2 high power\r\nCOB LED’s. For up and downlight application.\r\nBoth LED’s are covered with PMMA material to protect the LED’s and to obtain a diffuse light effect.\r\nThe electronic trailing edge dimmable LED driver is built-in in the backside of the housing.\r\nThe fixture is mounted on the wall by means of a galvanized steel bracket.\r\nNo visible screws or wires after installation.', 'http://www.supermodular.com/en/products/sulfer/#', 'Modular-SULFER-TREDIM-GI_small.jpg', 'Modular SULFER TREDIM G1', 'SULFER', 'Sulfer LED Tre dim GI, Sulfer LED IP54 GI', '2018-02-27'),
(40, 'SML005', 55, 'Vaeder', 'Vaeder LED dali/pushdim/1-10V GI and Vaeder suspension (power feed surface) LED dali/pushdim/1-10V GI', 'Surface-mounted luminaire with LED technology. The 8 linear LED light sources are concealed\r\nbehind a combination of a honeycomb structure and diffuse foil. This combination guarantees very\r\nhigh light comfort with extremely low UGR value, ideal for office projects.\r\nThe housing is characterised by its V shape whereby both ends are chamfered.\r\nAvailable in ceiling version for direct mounting or with suspension set (maximum 2 metres).\r\nThe integrated electronic LED driver can be connected to 1-10 V, DALI or push dim system.', 'http://www.supermodular.com/en/products/vaeder/', 'Modular-VAEDER_small.jpg', 'Modular Vaeder LED', 'Vaeder', 'Vaeder LED dali/pushdim/1-10V GI and Vaeder suspension (power feed surface) LED dali/pushdim/1-10V GI', '2018-03-04'),
(41, 'SML006', 55, 'Flat moon eclips', 'Flat moon eclips 650/670/950/970', 'Flat moon eclips 650/950 LED dali GI/ceiling down LED 1-10V/pushdim GI/suspension down LED 1-10V/pushdim GI, suspension down LED dali GI; 670/970 recessed LED 1-10V/pushdim GI/recessed LED dali GI.\r\n\r\nRound shaped LED luminaire for ceiling surface, suspension or  ceiling recessed application. \r\nThe LED luminaire is fitted with 4 C-shaped LED PCB’s which are placed on a white powder painted\r\nled holder plate. The PCB’s contain in total 144 medium power LED’s which are equally distributed on\r\nthe surface.\r\n\r\nA PMMA diffusor covers the front of the luminaire which results in a high efficient luminaire with no\r\ndottiness. All of the electric and electronic components at the backside of the luminaire are covered by a metal ceiling housing. No visible screws or wires after installation.', 'http://www.supermodular.com/en/company/news/flat-moon-eclips/#', 'Modular-FLAT-MOON-ECLIPS_small.jpg', 'Modular Flat moon eclips', 'Flat moon eclips', 'Flat moon eclips 650/670/950/970', '2018-03-04'),
(42, 'NRL001', 59, 'Miss', 'Miss Suspension', 'Design by Alfonso Femia/5+1AA\r\nHousing consisting of powder-coated extruded aluminium and laser cut aluminium end caps.\r\n\r\nMaximum flexibility of form packed into the smallest possible dimensions: this is what Miss can offer designers who envision building spaces with suspended luminous lines.\r\n\r\nSheer uniformity is also reflected in the corners and intersections, forming dynamic links in space.\r\nIt can be mounted to form straight lines or fill broad portions of the ceiling. \r\n\r\nMiss completes the family: as slender as Monsieur and Madame, it is decidedly compact.', 'http://www.castaldilighting.me.uk/products/miss?_ga=2.145615796.1844552686.1520178587-1902085558.1520178587', 'NORLIGHT-MISS_small.jpg', 'NORLIGHT MISS SUSPENSION', 'Miss Suspension', 'Miss Suspension', '2018-03-04'),
(43, 'CST001', 60, 'Freedom SLED', 'Freedom SLED Suspended', 'Freedom SLED is the new suspended fixture by Castaldi Lighting for lighting large spaces. Compact and light, it can be easily installed by just one person. The use of SLED light sources (patented system) offers a vast range of different flux levels and types of optics. Freedom SLED also offers a protection rating of IP40, allowing it to be used in commercial and manufacturing areas, gyms, airports, storage centres with high shelves such as warehouses and deposits, and many other areas. Freedom SLED combines high levels of flux with low energy consumption, providing high-quality light throughout the product\'s lifecycle. Freedom SLED\'s construction is optimised for heat regulation, with separate compartments for the optics and electrical components, generating an air flow through the fixture. This chimney effect optimises the passive cooling of the casing structure. Thanks to the modularity of the SLED system, Freedom SLED can be configured to suit your needs, maximising financial and energy savings.', 'http://www.castaldilighting.me.uk/products/freedom_sled?_ga=2.154454072.1844552686.1520178587-1902085558.1520178587', 'Castaldi-Lighting-FREEDOM-SLED_small.jpg', 'Castaldi Lighting Freedom SLED', 'Freedom SLED', 'Freedom SLED Suspended', '2018-03-04'),
(44, 'DSH001', 61, 'Chandelier 18 Fleur de Kaolin', 'Chandelier 18 Fleur de Kaolin', 'Available in three sizes, these jewelry suspensions backlight the sensual material of the porcelain biscuit and its vertical graphics.\r\n\r\nFleur de Kaolin, a tribute to the world of porcelain.\r\n\r\nSeduced by the unique know-how of Maison Haviland, one of the last porcelain manufacturers in France to produce its porcelain in Limoges in its entirety, from the manufacture to the decoration of its services, Designheure is proud to integrate in its new design the elements of the Infini collection to sublimate them again in a jewelry fixture, 100% French.\r\n\r\nThe spirit of the collection, centered on the verticality of the graphic design of the porcelain elements, is inspired by the idea of the carillon or the rain stick. All in poetry and refinement, brushed brass elements extend the suspensions like a mobile.\r\n\r\nDimensions\r\nCeiling height: Minimum 5.20 m\r\nTotal dimensions: Ø 80 x H. 320 cm\r\nLs: Small Ø5,5 x H. 8,2 cm - Medium Ø8,6 x H. 9,6 cm - Large Ø8,6 x H. 12,5 cm\r\nTextile cords: 18 x 3 m \r\nMaterials\r\nPorcelain, brushed brass, lacquered steel, colored textile cord', 'https://www.designheure.com/chandelier-18-fleur-de-kaolin-dark-grey-cords.html', 'Designheure-Chandelier-18-fleur-de-kaolin_small.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Chandelier 18 Fleur de Kaolin', 'Chandelier 18 Fleur de Kaolin', '2018-03-04'),
(45, 'DSH002', 61, 'Chandelier Trio Mozaik', 'Chandelier Trio Mozaik', 'Mozaik is an architectural and modulable collection designed to structure the space: at the same time lamp and space separator according to the chosen version.\r\nDesigned by Davide Oppizzi, his inspiration comes from the concept of mosaics and its geometric shapes. It was also about creating a luminous surface, falling like a rain of meteorites, cutting the space and not just bringing a luminous point.\r\nIn compliance with the DNA of Designheure, this collection resumes the infinite possibilities of finishes that offer fabrics and textile cord to order it in a graphic and customizable lighting panel, sculpturing the space.\r\n\r\nCompound of 3 light panels of 90 cm each, arranged in triangle, just like a prism, this outstanding contemporary chandelier provide a pleasant light, backlighting the internal color.\r\nMade in France.\r\n\r\nDimensions :\r\nCeiling height: Minimum 3,85 m\r\n\r\nTotal dimensions : L. 90 x l. 78 x H. 205 cm\r\nLampshade : L. 4 x l. 5 x H. 45 cm\r\nTextile cords : 12 x 50 cm\r\nSteel cables : 6 x 2 m\r\nMaterials:\r\nFabric, brushed brass, lacquered steel, fiber glass, colored textile cord.', 'https://www.designheure.com/chandelier-trio-mozaik-white.html', 'Designheure-Chandelier-Trio-Mozaik_small.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Chandelier Trio Mozaik', 'Chandelier Trio Mozaik', '2018-03-04'),
(46, 'ALD001', 63, 'Shanghai', 'Monochromatic', 'It\'s a patented, innovative indoor Led professional lighting system that gives maximum freedom to lighting designers thus granting the creation of precise lighting scenarios thanks to a wide selection of lenses for indirect or accent lighting.\r\n\r\nLike the sticks of the famous Mikado game, the luminous modular elements of Shanghai can be composed in endless shapes and compositions.', 'http://www.aldabra.it/uploads/files/DATA%20SHEET_SHANGHAI.pdf', 'ALDABRA-Shanghai_small.jpg', 'ALDABRA Shanghai', 'Shanghai', 'Shanghai Monochromatic', '2018-03-05'),
(47, 'BGA001', 64, 'Limburg LED pendant', 'Limburg LED pendant for large rooms', 'The aluminium ring of this chandelier has a diameter of nearly one metre and carries 16 brilliant crystal glass elements. Each of these impressive glass elements has the impact of a small sparkling jewel. The glass elements are illuminated by LED. For optimum coordination of the light with the respective lighting situation, these luminaires are dimmable.\r\n\r\nThis valuable and representative chandelier has its place in exclusive private rooms and large stylish architecture.\r\n\r\n16 partially frosted crystal glass elements\r\n16 reflectors made of pure high-gloss anodised aluminium\r\n\r\n4 steel wires\r\nTransparent connecting cable\r\nSpecial lengths on request\r\n\r\nDALI controllable\r\n\r\nThese luminaires are available in all RAL colours as custom-made products.\r\n\r\nThe luminaire luminous flux and the luminaire connected wattage quoted in the table might change as a result of technical progress. On our website you will find data sheets with information on each luminaire concerning not only the current values but also the LED service life and the luminous flux in relation to the respective colour temperature.', 'https://www.bega.de/en/products/led-pendant-luminaire-for-large-rooms-50136-2/', 'Bega-Limburg-LED-pendant_small.jpg', 'Bega Limburg LED pendant for large rooms', 'Limburg LED pendant', 'Limburg LED pendant for large rooms', '2018-03-05'),
(48, 'BGA002', 64, 'Plug & Play LED garden floodlights', 'Portable LED garden floodlights 48 V DC consisting of 3 luminaires with earth spike', 'Three LED garden floodlights, joined together to form one unit ready for connection, from our portable Plug & Play light system for private gardens.\r\n\r\nThe versatile floodlights with symmetrical light distribution can be flexibly positioned. To help there is a five-metre connecting cable between a 48 V plug and the distribution box, plus an additional three-metre long cable between the distribution box and each floodlight.\r\nOnly durable, virtually non-wearing materials are used in our optical systems to deflect the light.\r\nCost-effective LEDs provide high luminous efficiency, an extremely long service life and good uniformity of illuminance.\r\n\r\nProtection class IP 65\r\n\r\nHousing and earth spike made of glass fibre reinforced synthetic material\r\nSafety glass\r\nReflector made of pure anodised aluminium\r\n\r\nWith 5 m cable between the 48 V plug and the distribution box\r\nCable length between distribution box and each floodlight 3 m\r\n\r\nTo operate these luminaires, you require a BEGA Plug & Play transformer.\r\n\r\nLED colour temperature 3000 K\r\n\r\nThe luminaire luminous flux and the luminaire connected wattage quoted in the table might change as a result of technical progress.\r\nOn our website you will find data sheets with information on each luminaire concerning not only the current values but also the LED service life.', 'https://www.bega.de/en/products/bega-plug-play-led-garden-floodlights-24366/#24366K3', 'Bega-Plug-and-Play-LED-garden-floodlights_small.jpg', 'Bega Plug & Play LED garden floodlights', 'Plug & Play LED garden floodlights', 'Portable LED garden floodlights 48 V DC consisting of 3 luminaires with earth spike', '2018-03-05'),
(49, 'BGA003', 64, 'Plug & Play LED garden luminaires', 'Portable LED garden luminaires 48 V DC with earth spike · Unshielded light', 'These LED luminaires from our portable Plug & Play LED light system for private gardens create a pleasant light effect along paths, on terraces and in flower beds. The glass unit made of high-quality three-ply opal glass in the shape of a sphere acts as an unshielded light distributor.\r\n\r\nFlexible, portable design elements. Complete with an earth spike and a five-metre connecting cable with plug for the safe 48 V system.\r\nEfficient and cost-effective LED provide high luminous efficiency, an extremely long service life and good uniformity of illuminance.\r\n\r\nProtection class IP 65\r\n\r\nHousing and earth spike made of glass fibre reinforced polyamide\r\nOpal glass with thread\r\n\r\nWith 5 m cable and 48 V plug\r\n\r\nTo operate these luminaires, you require a BEGA Plug & Play transformer.\r\n\r\nLED colour temperature 3000 K\r\n\r\nThe luminaire luminous flux and the luminaire connected wattage quoted in the table might change as a result of technical progress.\r\nOn our website you will find data sheets with information on each luminaire concerning not only the current values but also the LED service life.', 'https://www.bega.de/en/products/bega-plug-play-led-garden-luminaires-55038/', 'Bega-Plug-and-Play-LED-garden-luminaires_small.jpg', 'Bega Plug & Play LED garden luminaires', 'Plug & Play LED garden luminaires', 'Portable LED garden luminaires 48 V DC with earth spike · Unshielded light', '2018-03-05'),
(50, 'ELM001', 65, 'Build-Your-Own Multiples', 'Build-Your-Own Multiples (BYOM)', 'Built on the foundation of an easily configurable and expandable modular grid frame system, Build-Your-Own Multiples (BYOM) allow the creation of totally unique, never-before-achievable LED lighting arrays to fulfill both challenging space needs and a designer’s vision. Build-Your-Own Multiples (BYOM) offers three interchangeable LED light modules: general illumination, wall wash, and adjustable spot. \r\n\r\nThe BYOM grid frame system is highly configurable and expandable offering 21 grid frames of varying sizes that can be combined to create larger grids. The uniquely modular BYOM system allows designers incredible design flexibility. From simple “L” shapes to “steps” or more complicated “X” arrays, BYOM LED light modules are placed into the recessed grid structure to create the desired lighting configuration and effect. To finish the look, metal plaster plates and frame blanks allow the entire system to be mudded in for a completely seamless appearance. Below the ceiling, optional flangeless trims made of cold rolled steel for excellent durability are available in white, black, or satin nickel finishes, as well as square or round aperture configurations to accommodate virtually any aesthetic. The trimless (Open) option boasts an especially attractive, sleek look below the ceiling without use of additional trims.', 'http://www.element-lighting.com/Products/Details/Build-Your-Own-Multiples', 'Element-Build-Your-Own-Multiples_small.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Build-Your-Own Multiples', 'Build-Your-Own Multiples (BYOM)', '2018-03-12'),
(51, 'ELM002', 65, 'Multiples Open', 'Multiples Open', 'ELEMENT Multiples offers three interchangeable LED light modules: general illumination, wall wash, and adjustable spot. Light modules are sold separately to allow the ultimate in flexibility and customization options. The adjustable spot features a unique patent-pending LED dome assembly enabling remarkable tool-free adjustment and locking while maintaining full center beam candle power at all tilt & rotation angles. Although open, its thoughtful design boasts an uncommonly attractive, even sleek look below the ceiling. Available in 1x1, 1x2, 1x3, 1x4 and 2x2 configurations.', 'http://www.element-lighting.com/Products/Details/Multiples-Open', 'Element-Multiples-Open_small.jpg', 'Element Lighting. Multiples Open', 'Multiples Open', 'Multiples Open', '2018-03-12'),
(52, 'ELM003', 65, 'Multiples Trimmed', 'Multiples Trimmed', 'MULTIPLES TRIMMED\r\nELEMENT Multiples feature a unique patent-pending LED dome assembly enabling remarkable tool-free adjustment and locking while maintaining full center beam candle power at all tilt & rotation angles. All trims are made of cold rolled steel for excellent durability and are available in several finish, ceiling appearance and aperture configurations to accommodate virtually any aesthetic. Available in 1x1, 1x2, 1x3, 1x4 and 2x2 configurations.', 'http://www.element-lighting.com/Products/Details/Multiples-Trimmed', 'Element-Multiples-Trimmed_small.jpg', 'Element Lighting. Multiples Trimmed', 'Multiples Trimmed', 'Multiples Trimmed', '2018-03-12'),
(53, 'TCH001', 66, 'ACE HEAD', 'ACE HEAD', 'The Ace Task Head light by Tech Lighting is simply efficient featuring a classic adjustable spot head design with variable stem lengths and beam spread choices. The Ace is available in three current trend options, Satin Nickel, Aged Brass and Bronze each finish option further enhances the Ace Task Head. This practical and efficient task head scales at 3.5” in length and 1.8” in width making it ideal for residential and commercial lighting spaces. Combine the Ace Task Head with our complementary MonoRail system for even greater design customization in your unique space. The Ace comes with your choice of two integrated LED lamp options, both lamps are fully dimmable to create the desired ambiance in your any space.\r\n\r\nShips with 7 watt, 486 delivered lumen, 2700K or 3000K, field replaceable LED module / Dimmable with Low-Voltage electronic or magnetic dimmer (base on transformer). Mounts to FreeJack, Monopoint, Monorail or Two-Circuit MonoRail only. Integrated lens holder accommodates up to (2) lenses and louvers (sold separately).\r\n\r\nFeatures:\r\nEfficient, classic adjustable spot head design\r\nAdjustable spot head design and variable stem length options available\r\nFully dimmable integrated LED lamp\r\nAvailable in two on-trend finishes, Aged Brass and Satin Nickel\r\nIdea for residential and commercial lighting applications\r\n5 year warranty with no lamping option. 5 year warranty with LED lamping option, visit techlighting.com for more warranty details', 'http://www.techlighting.com/Products/Fixtures/Low-Voltage-Heads/Ace-Head#', 'Tech-Lighting-Ace-Head_small.jpg', 'Tech Lighting ACE HEAD', 'ACE HEAD', 'ACE HEAD', '2018-03-12'),
(55, 'TCH002', 66, 'KAMDEN 1-LIGHT WALL/BATH', 'KAMDEN 1-LIGHT WALL/BATH', 'The Kamden wall sconce features two ultra-clean, square acrylic shades are hand-polished then mounted in a die-cast metal frame. Powerful LEDs direct light through the glass in both directions. The light cubes are mounted to a carefully finished metal back plate and can be mounted vertically or horizontally making the Kamden wall ideal for hallway lighting, bathroom lighting and bedroom lighting. The Kamden is available in either a sleek Satin Nickel or Chrome finish, each finish further enhances its contemporary style. The Kamden wall sconce ships with energy efficient integrated LED lamps, all lamp options are fully dimmable to create the desired ambiance in your special space.\r\n\r\nIncludes 120 volt 13 watt, 608 delivered lumen, 3000K LED module. Dimmable with low-voltage electronic or triac dimmer.\r\n\r\nFeatures:\r\nUltra-clean pressed-glass square shades provide ample amount of light\r\nDie-cast metal frame with hand-polished glass\r\nFully dimmable integrated LED lamp\r\nComplementary 3-Light and 4-Light bath versions also available by Tech Lighting\r\nIdeal for residential and commercial lighting applications\r\n1 year warranty with no lamping option. 5 year warranty with LED lamping option, visit techlighting.com for more warranty details', 'http://www.techlighting.com/Products/Fixtures/Wall-Collection/Kamden-1-Light-Wall-Bath-', 'Tech-Lighting-KAMDEN-1-LIGHT-WALL-BATH_small.jpg', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH', 'KAMDEN 1-LIGHT WALL/BATH', 'KAMDEN 1-LIGHT WALL/BATH', '2018-03-12'),
(56, 'TCH003', 66, 'AEON LARGE CEILING', 'AEON LARGE CEILING', 'The Aeon Flush mount by Tech Lighting is a dynamic modern interpretation of tree branches that creates a playful motif in any space. Elongated arms feature direct and indirect light for a dramatic sculptural look in residential or commercial lighting applications. This elongated flush mount is available in two distinct sizes, either size is ideal for conference room lighting, home office lighting and family room lighting. Match the Aeon Flush to your precise taste by choosing from one of three on-trend finishes. The Aeon can carry into other areas of your space as this collection is available as a pendant, wall sconce and linear suspension. The integrated LED lamp is fully dimmable to create the desired ambiance using a low-voltage ELV or Triac dimmer.\r\n\r\nIncludes 120-277v universal 60 watt, 3360 delivered lumens, 3000K LED linear modules. Dimmable with low-voltage electronic, triac, or 0-10v dimmer.\r\n\r\nFeatures:\r\nGeometric modern interpretation of tree branches\r\nCreates a playful motif in any space\r\nFully dimmable integrated LED lamp\r\nComplementary Aeon linear suspension, wall mount and flush mount fixtures also available by Tech Lighting\r\nIdeal for dining room, living room and foyer lighting applications\r\n1 year warranty with no lamping option. 5 year warranty with LED lamping option', 'http://www.techlighting.com/Products/Fixtures/Flush-Mounts/Aeon-Large-Ceiling', 'Tech-Lighting-AEON-LARGE-CEILING_small.jpg', 'Tech Lighting. AEON LARGE CEILING', 'AEON LARGE CEILING', 'AEON LARGE CEILING', '2018-03-12');
INSERT INTO `guides` (`guide_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(57, 'SLX001', 67, 'LOOK Wood', 'MINILOOK Wood Bollard 220mm, MINILOOK Wood Bollard 580mm', 'Collection of bollards for commercial and institutional applications.\r\nExceptional European build quality with high corrosion resistant finish.\r\nRobust marine grade die-cast aluminum construction, with stainless steel fasteners and factory sealed glass diffuser.\r\n\r\nFeatures:\r\n2 mounting heights\r\nOperating temperature -30°C / +30°C\r\nHigh efficiency Osram LEDs\r\nIntegral High efficiency electronic driver > 50,000 H\r\nIP65, UL Listed for wet location\r\nWhite or Burnished bronze\r\n5 year limited warranty', 'http://www.sistemalux.com/look-wood-bollard', 'Sistemalux-LOOK-Wood_small.jpg', 'Sistemalux. LOOK Wood', 'LOOK Wood', 'MINILOOK Wood Bollard 220mm, MINILOOK Wood Bollard 580mm', '2018-03-12'),
(58, 'SLX002', 67, 'SKILL Wood', 'MINISKILL Vertical Wood, SKILL Square Wood, SKILL Rectangular Wood', 'Collection of wall luminaires for exterior applications with Teak wood finish.\r\nDesigned for low mounting heights with downward asymmetric light distribution. Low luminance with light source regressed inside the luminaire and  shielded from all viewing angles. Available in square or rectangular design, to match the application scale and design.\r\nSurface mounted application in most material with direct feed to the fixture or with mounted on standard 4\"J box.\r\nRecessed application with metal back box to be installed during the forming of the concrete wall or to be fasted to the wall structure before the building cladding.\r\nExceptional European build quality with  high corrosion resistant finish. Robust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.\r\n\r\nFeatures:\r\n\r\nRecessed or surface mounted\r\nOperating temperature -30°C / +30°C\r\nHigh efficiency Osram LEDs\r\nIP65, UL Listed for wet location\r\nWhite or Burnished bronze\r\n5 year limited warranty', 'http://www.sistemalux.com/skill-wood', 'Sistemalux-SKILL-Wood_small.jpg', 'Sistemalux. SKILL Wood', 'SKILL Wood', 'MINISKILL Vertical Wood, SKILL Square Wood, SKILL Rectangular Wood', '2018-03-12'),
(59, 'IGZ001', 68, 'Laser Blade XS High Contrast pendant', 'Laser Blade XS High Contrast pendant', 'Product Details\r\nDevices for pendant installation\r\nComplete with power supply strip and power/pendant cable\r\nPendants with cable adjustment and body rotation system to facilitate alignment\r\nMain bodies made of aluminium\r\nOpti Beam high defi nition optics in metallic thermoplastic material\r\nHigh visual comfort\r\nBuilt-in driver\r\nIP23\r\nClass I\r\n\r\nColours available:\r\nWhite \r\nWhite/Gold \r\nBlack/Black \r\nBlack/Gold \r\nWhite/Black \r\nWhite/Burnished chrome', 'https://www.iguzzini.com/laser-blade-xs-high-contrast-pendant/', 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_small.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'Laser Blade XS High Contrast pendant', 'Laser Blade XS High Contrast pendant', '2018-03-13'),
(60, 'IGZ002', 68, 'Twilight Canberra', 'Twilight Canberra', 'A liveable city is a beautiful city. Twilight gives value to urban\r\necology. The best light is natural light just before sunset.\r\nIt is that magical moment we call Twilight. Twilight extends\r\nthis good light in places where people enjoy walking,\r\nlike parks and local streets, converting public areas into\r\nthe ideal setting for urban social relations. \r\n\r\nProduct Information\r\n LED\r\n 867 to 3672lm\r\n 12 to 33W\r\n 3000 , 4000K\r\n CRI 70 , 80\r\n ≥100.000h L80 B10 Ta 25°C\r\n TYPE-I, TYPE-II, SM - Symmetric, E - Elliptical\r\n 25-5/8” x 7-1/2”\r\n\r\nColor: Grey', 'https://www.iguzzini.com/us/twilight-canberra/', 'iGuzzini-Twilight-Canberra_small.jpg', 'iGuzzini Twilight Canberra', 'Twilight Canberra', 'Twilight Canberra', '2018-03-13'),
(61, 'IGZ003', 68, 'Twilight Bilbao', 'Twilight Bilbao', 'A liveable city is a beautiful city. Twilight gives value to urban\r\necology. The best light is natural light just before sunset.\r\nIt is that magical moment we call Twilight. Twilight extends\r\nthis good light in places where people enjoy walking,\r\nlike parks and local streets, converting public areas into\r\nthe ideal setting for urban social relations. \r\n\r\nProduct Information\r\n LED\r\n 1813 to 3355lm\r\n 22 to 49W\r\n 3000 , 4000K\r\n CRI 70 , 80\r\n ≥100.000h L80 B10 Ta 25°C\r\n TYPE-I, TYPE-II, SM - Symmetric, E - Elliptical\r\n 19-5/8” x 7-1/2”\r\n\r\nColor: Grey', 'https://www.iguzzini.com/us/twilight-bilbao/', 'iGuzzini-Twilight-Bilbao_small.jpg', 'iGuzzini Twilight Bilbao', 'Twilight Bilbao', 'Twilight Bilbao', '2018-03-13'),
(62, 'ERC001', 69, 'Compar', 'Compar Pendant. Linear, with high output and extremely variable', 'A highly purist appearance but with extremely flexible light effects - such is the concept of Compar pendant luminaires, that with their slender, minimalist luminaire body are ideal for architectural lighting and prestigious offices. The dimensions of the suspended profile precisely match Hi-trac tracks. It combines direct and indirect light components: two Compar modules per luminaire head are for direct lighting with high visual comfort. The innovative linear lighting technology offers various wattages and light distributions for glare-free workstation lighting in accordance with standards and per application. The integrated uplight emits diffuse light upwards. In addition to light colours from the ERCO system of luminaires, the luminaire is also available in a tunable white version: for atmospheric, dynamic ambient lighting or concepts integrating the rhythm of daylight into offices.\r\n\r\nFurther versions on request\r\nLight colours: 2700K or 4000K with CRI ≥ 90\r\nAnti-dazzle louvre: coated matt gold, matt silver or matt champagne', 'http://www.erco.com/products/indoor/pendant-dl/compar-6643/en/', 'ERCO-Compar_small.jpg', 'ERCO. Compar Pendant', 'Compar', 'Compar. Linear, with high output and extremely variable', '2018-03-13'),
(63, 'ERC002', 69, 'Stella', 'Stella. For high rooms and high demands', 'High-impact, efficient and precise tools for accent lighting.\r\n\r\nIt\'s a physical law: illuminance recedes with the square of the distance between the light source and illuminated plane. This is the reason why high-lumen output luminaires are needed for wide lighting distances and high rooms - for example when showcasing vehicles in a trade show hall, for large sculptures in a museum foyer or for uniform wallwashing in an airport. The name Stella in the ERCO product spectrum represents high-performance spotlights, floodlights and wallwashers for track mounting. The product range provides efficient replacements for existing applications using 150W metal halide lamps. The Stella family consists of two construction sizes and all light distributions within the ERCO system of luminaires generated by reliable and highly efficient Spherolit lens optics. As a result, complex lighting tasks can be flexibly and consistently resolved. The purist, technical design of the cast aluminium housing achieves ideal thermal conditions and therefore reliability and a long service life.\r\n\r\nFurther versions on request\r\nLight colours: 2700K or 4000K with CRI ≥ 90', 'http://www.erco.com/products/indoor/swf-3circuit/stella-6639/en/', 'ERCO-Stella_small.jpg', 'ERCO Stella', 'Stella', 'Stella. For high rooms and high demands', '2018-03-13'),
(64, 'ERC003', 69, 'Optec', 'Optec. The all-round talent', 'Optec - the spotlight for any purpose.\r\n\r\nAnything is possible with Optec. In versions with different light distributions, Optec covers the full bandwidth of lighting requirements in shops, galleries and museums - high-contrast accent lighting, floodlighting of exhibits, uniform illumination of walls, or sharp-edged beams for striking effects. With innovative photometrics, Optec combines efficiency with visual comfort. To ensure excellent thermal management and flawless performance, ERCO has separated the light head and control gear, whilst, at the same time, the combination of cuboid and cylinder creates the visual impression of less volume and a classic design.\r\n\r\nFurther versions on request\r\nLight colors: 2700K or 4000K with CRI ≥ 90', 'http://www.erco.com/products/indoor/swf-3circuit/optec-125/en_us/', 'ERCO-Optec_small.jpg', 'ERCO Optec', 'Optec', 'Optec. The all-round talent', '2018-03-13'),
(66, 'TAL002', 70, 'WINSTON CI', 'WINSTON CI Suspended', 'LUXEON M - 5,5W\r\n230V - 50/60Hz\r\nLight output 566 lumen\r\nDimmable mains\r\nCRI 80\r\nBeam Angle: 36\r\nSdcm: 3\r\n\r\nFinish:\r\nTextured White + mainscord white\r\nTextured Black + mainscord black\r\nBrushed Alu + mainscord red\r\nChrome + mainscord black', 'http://www.tal.be/en/winston-ci', 'TAL-WINSTON-CI_small.jpg', 'TAL WINSTON CI', 'WINSTON CI', 'WINSTON CI Suspended', '2018-03-15'),
(67, 'TAL003', 70, 'SNAKE FLOOR', 'SNAKE FLOOR', 'There are no limits to modern architecture. Throughout the process of designing a product - from the basic concept to determining the smallest detail - the ambition should remain the same: eliminate all redundant elements in view of retaining only the essential.\r\nWith this philosophy in mind, Bruno Erpicum has developed for TAL the SNAKE. \r\nA single meandering tube, nothing more, nothing less.\r\nFree-standing lighting elements traditionally consist of a lamp, lamp post, foot piece and cable. Bruno Erpicum reduced all those elements to one single smooth line whereby simplicity is key. The meandering tube indeed takes care of all aspects a lighting fixture requires, stability, aesthetic elegance and of course the pure function of ... light.\r\nThe SNAKE FLOOR comes in six finishing\'s: white, black, grey - or the more luxurious versions in gold, chrome and copper.\r\nDesign by Bruno Erpicum.\r\n\r\nLUXEON M - 3,82W\r\n240V 50-60Hz\r\nLight output 400 lumen\r\nCRI 80\r\nBeam Angle: 36°\r\nVf: 1 X 10,95\r\nSdcm: 3\r\n\r\nMaterials and finish\r\nHousing: Steel + Textured Black/White Powder Coating\r\nHousing: Steel + Copper/Chrome/Gold 24k plated', 'http://www.tal.be/en/snake-floor', 'TAL-SNAKE-FLOOR_small.jpg', 'TAL SNAKE FLOOR', 'SNAKE FLOOR', 'SNAKE FLOOR', '2018-03-15'),
(68, 'TAL004', 70, 'GIRDER TWIN 700', 'GIRDER TWIN 700', 'Fixed, vertical standing exterior lighting device; bollard with two integrated led lighting on both sides of the luminair.\r\nContemporary designed outdoor fixture made in aluminium with textured finish and integrated driver. Windows in tempered glass.\r\nThe GIRDER has two asymmetric beams, each one pointed to the ground.\r\nTo avoid any condensation on the glass, the Girder Twin has special built-in ventilation membranes with micro pores.\r\n\r\nDeveloped for outdoor light application, ideal for pathlighting or to illuminate, grass or terrace.\r\n\r\nLUXEON M - 2 X 3,82W\r\n230V 50-60Hz\r\nLight output 2 X 400 lumen\r\nDimmable NOT\r\nCRI 80\r\nBeam Angle: Assymetric\r\nSdcm: 3', 'http://www.tal.be/en/girder-twin-700', 'TAL-GIRDER-TWIN-700_small.jpg', 'TAL GIRDER TWIN 700', 'GIRDER TWIN 700', 'GIRDER TWIN 700', '2018-03-15'),
(69, 'TAL001', 70, 'MINI SCOOP', 'MINI SCOOP ceiling mounted', 'POWERLED - 3 X 1,2W\r\n240V 50-60Hz\r\nLight output 3 X 94 lumen\r\nDimmable Not\r\nCRI 75\r\nBeam Angle: 54°\r\nAdjustability 359° TILT 30°\r\nVf: 3 X 3,2\r\nSdcm: 3\r\n\r\nFINISH\r\n\r\nTEXTURED WHITE\r\nTEXTURED BLACK', 'http://www.tal.be/en/mini-scoop', 'TAL-MINI-SCOOP_small.jpg', 'TAL MINI SCOOP', 'MINI SCOOP', 'MINI SCOOP ceiling mounted', '2018-03-15'),
(70, 'LAL001', 71, 'Palladiano', 'Palladiano. The lighting all-rounder', 'Palladiano is a family of fixtures whose distinctive design means it can offer multiple lighting possibilities.\r\n\r\nIt is enormously versatile, thanks to its harmonious shape featuring two distinctive semi-circular arms. These support adjustable optics that can direct the light beam through an extensive rotation.\r\n\r\nPalladiano is available in a range of configurations that can satisfy all kinds of project requirements, making it perfect for every application. Its personality really comes to the fore in combination with the optical accessories – colour and shadow – effect filters (forest, rain, water, among others), that bring to mind natural environments and create unique settings.\r\n\r\nUnique selling points\r\n\r\n1 device, 6 applications, multiple lighting possibilities\r\nArms adjustable in 30° steps\r\nOptics adjustable through 336°\r\nOptical accessories: 12 shadow-effect filters and 3 colour filters\r\nSurface mounted (ceiling, wall, ground, pole)\r\nDesign by Francesco Iannone\r\nIP66\r\nCRI 80 and CRI 90 versions', 'https://www.lucelight.it/en/notizia.php/9265', 'L&L-Palladiano_small.jpg', 'L&L. Palladiano. The lighting all-rounder', 'Palladiano', 'Palladiano. The lighting all-rounder', '2018-03-15'),
(71, 'LAL002', 71, 'Pasito 1.0', 'Pasito 1.0. Outdoor step light', '• Pared-down, \"concealed” design: Pasito is a recessed spotlight that disappears into the wall when installed, focussing attention completely on the light it emits \r\n\r\n• Downward-facing light beam, no glare \r\n\r\n• CRI 80 and CRI 90 versions\r\n\r\nTechnical data\r\n\r\n• Application: outdoor \r\n• Mounting: recessed (wall) \r\n• Power / Power supply: 10W, 230Vac; 8.5W, 24Vdc \r\n• Power supply unit: included \r\n• Optics: 60°, asymmetrical 150°x90° \r\n• LED colour: white: 2700K, 3000K, 4000K \r\n• CRI 80 and CRI 90 versions \r\n• Finishes: anthracite, white, cor-ten, grey', 'https://www.lucelight.it/en/notizia.php/8153', 'L&L-Pasito-1-0_small.jpg', 'L&L. Pasito 1.0. Outdoor step light', 'Pasito 1.0', 'Pasito 1.0. Outdoor step light', '2018-03-15'),
(72, 'LAL003', 71, 'Lyss Mini 1.0', 'Lyss Mini 1.0. Outdoor projectors', '• Semicircular blade of light\r\n\r\n• Light beam adjustable by 5° to align with installation surface\r\n\r\n• More compact footprint than Lyss 1.0\r\n\r\n• Surface mounted (windowsill, arch, corners)\r\n\r\n• Finishes: white, grey, anthracite, cor-ten\r\n\r\nTechnical Data:\r\n\r\nPower: 3W\r\nPower supply: 24Vdc\r\nLED colourwhite: 2700K, 3000K, 4000K; blue\r\nLumen output at source: 246 lm (3000K)\r\nDelivered lumen output: 67 lm (3000K, 8°x160°)\r\nOptics:\r\nsemicircular blade of light\r\n8°x160° transparent optics\r\n9°x160° frosted optics\r\n\r\nIngress protection: IP65\r\n\r\nOn-board protection systems: IPS Intelligent Protection System', 'https://www.lucelight.it/en/notizia.php/8205', 'L&L-Lyss-Mini-1-0_small.jpg', 'L&L. Lyss Mini 1.0. Outdoor projectors', 'Lyss Mini 1.0', 'Lyss Mini 1.0. Outdoor projectors', '2018-03-15'),
(73, 'BGA004', 64, 'LIMBURG STUDIO LINE PENDANT', 'LIMBURG STUDIO LINE - Shielded LED pendant luminaires', 'Pendant mounted luminaire with painted white exterior and one of three metal interior finishes. These luminaires are ideal for many tasks above tables, counters, and reception desks. \r\n\r\nPendant luminaires with metal housing and canopy and hand -blown, three-ply opal glass.\r\n\r\nIntegral 120V-277V electronic LED driver, 0-10V dimming. \r\n\r\nLED color temperature is 3000K (for 4000K add suffix K4).\r\n\r\nCSA certified to U.S. and Canadian standards.\r\n\r\nFinish: Painted white\r\n\r\nAvailable interiors:\r\n\r\nMatte aluminum\r\nMatte brass\r\nMatte copper', 'https://www.bega-us.com/groupdetail.aspx?groupid=50351&familyid=29', 'Bega-Limburg-STUDIO-LINE-pendant_small.jpg', 'Bega Limburg STUDIO LINE', 'STUDIO LINE', 'STUDIO LINE - Shielded LED pendant luminaires', '2018-03-21'),
(74, 'BGA005', 64, 'LIMBURG STUDIO LINE SQUARE', 'LIMBURG STUDIO LINE - Decorative LED semi-recessed ceiling luminaires - square', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\n\r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and hand-blown, three-ply opal glass with satin matte finish and thread.\r\n\r\nCeiling mounted 120V-277V or 24V DC electronic driver. See specific product page for details. \r\n\r\nLED color temperature is 3000K (for 2700K add suffix K2). \r\n\r\n\r\n\r\nCSA certified to U.S. and Canadian standards.\r\n\r\nFinish: Painted white\r\n\r\nAvailable interiors:\r\n\r\nMatte aluminum\r\nMatte brass\r\nMatte copper', 'https://www.bega-us.com/groupdetail.aspx?groupid=50372&familyid=25', 'Bega-Limburg-STUDIO-LINE-square_small.jpg', 'Bega Limburg STUDIO LINE Square', 'LIMBURG STUDIO LINE', 'LIMBURG STUDIO LINE - Decorative LED semi-recessed ceiling luminaires - square', '2018-03-21'),
(75, 'WEF001', 72, 'RMM320', 'RMM320 Street and Area Lighting', 'IP66, Class I. IK09. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. RFC® Reflection Free Contour main lens. Integral EC electronic converter. CAD-optimised OLC® One LED Concept optics for superior illumination and glare control. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.\r\n\r\nMaximum spacing for pathway and streetlighting applications depends on wattage and light distribution: 5.5 to 9 times the mounting height.', 'http://www.we-ef.com/#!/int/products/family/800', 'We-ef-RMM-320_small.jpg', 'We-ef Lighting RMM320', 'RMM320', 'RMM320 Street and Area Lighting', '2018-03-22'),
(76, 'WEF002', 72, 'FLC230-CC LED [FP]', 'RGBW Colour Changer Profile Projector [FP]', 'RGBW Colour Changer Profile Projector [FP] for framing applications, polygon shape. Spherical/triple flat convex lens system. \r\n\r\nIP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. Safety glass lens. One cable gland. Second gland for through wiring on request. Integral EC electronic converter, thermally separated. CAD-optimised optics for superior illumination and glare control. Factory installed LED circuit board. DMX interface. M20 cable gland for network- and DMX-connection, WE-EF recommend a multi core cable for DMX & Power “Power PUR-SR 3x1,5 + DMX”.', 'http://www.we-ef.com/#!/int/products/family/899', 'We-ef-FLC230-CC-LED_small.jpg', 'We-ef Lighting FLC230-CC LED [FP]', 'FLC230-CC LED [FP]', 'RGBW Colour Changer Profile Projector [FP]', '2018-03-22'),
(77, 'LOU001', 73, 'RIPLS', 'RIPLS Wall', 'Design:\r\n\r\nJakob Wagner\r\n\r\nConcept:\r\n\r\nThe fixture emits diffused light. The front consist of a concave clear front with ripples like rings in water. The ripples refract light in the front creating a subtle change of appearance depending on viewing angle. The concave form outline the refracting creating a higher intensity light towards the center fading off toward the edges. A diffuser offset sits deep in the fixture creating a sense of depth in the front. A slim housing creates the appearance of a floating disk while perforations in the opaque housing allows indirect light to create a halo around the fixture.\r\n\r\nFinish:\r\n\r\nWhite opal diffuser and clear reflective front. Satin matt white.\r\n\r\nMaterial:\r\n\r\nRear housing: Injection molded polycarbonate. Diffuser: Opalescent PMMA. Clear front: Clear UV resistant polycarbonate.\r\n\r\nMounting:\r\n\r\nTerminal strip: 1x5x2.5mm2. Cable access: 2 rear, Ø19mm or side mounting. Prepared for looping: Approved, max. 5x1.5mm2.\r\n\r\nWeight:\r\n\r\nMax: 3.6 kg\r\n\r\nClass:\r\n\r\nIngress protection IP20. Electric shock protection I.', 'https://www.louispoulsen.com/uk/products/indoor/wall/ripls/c-24/c-1432/p-154746', 'Louis-Poulsen-RIPLS_small.jpg', 'Louis Poulsen RIPLS', 'RIPLS', 'RIPLS Wall', '2018-03-23'),
(78, 'FLO', 75, 'Infra-Structure', 'Infra-Structure designed by Vincent Van Duysen', 'A modern interpretation of the Bauhaus style with a tubular aluminium profile integrating a magnetic graphite rail to be used for surface installations of one or more parallel lines. A full range of LED luminaires that offer general direct and indirect light, with adjustable and hanging projectors. Swift installation of the luminaires thanks to the exclusive magnetic connection system and the mechanic safety block.', 'http://architectural.flos.com/professional/en/products/general_systems/Infra-Structure/', 'Flos-Infra-Structure_small.jpg', 'Flos Infra-Structure', 'Infra-Structure', 'Infra-Structure designed by Vincent Van Duysen', '2018-03-23'),
(79, 'DEL001', 76, 'Edinburgh', 'Edinburgh Directional Lighting', 'Elegant yet robust, low profile under shelf illumination \r\nAt just 6 mm thin, and connectable up to 10 metres long, Edinburgh shelf light delivers on its promise of elegant unique design combined with uncompromised illumination. You’ve worked hard to gather the perfect designer shoe collection to tempt your discerning customers. Showcase this season’s collection in superior light and watch those shoes walk out the door!\r\n\r\nKey Features and Benefits\r\nElegant & robust design\r\nPremium product illumination\r\nIntegrated switch\r\nDimmable\r\nSimple installation up to 10 m in length\r\n\r\nAt a glance\r\nSize: 500 x 86 x 6 mm\r\nLumens: 240 lm\r\nColour Temperature: 3000K, 4000K', 'https://designled.com/products/directional-lighting', 'designLed-Edinburgh_small.jpg', 'designLed Edinburgh', 'Edinburgh', 'Edinburgh Directional Lighting', '2018-03-23'),
(81, 'ROX001', 77, 'NOAH', 'NOAH ARCHITECTURAL', 'NOAH was inspired by the famous biblical character that received orders from God to build an ark.  According to Genesis flood narrative, Noah gathered all his family and all the animal species in one ark (NOAH’s ARK) to escape from the evil of mankind and consequent God’s wrath that destroyed the world through an immense deluge.\r\n\r\nJust like this ark, NOAH suggests a craft handmade floating object, with natural wood colour finish and indirect light, which creates a calm and warm environment. With circular shape and slim look, NOAH is equipped with the newest LED technology and assures a uniform light output up to 5220lm.\r\n\r\nDESCRIPTION\r\nBody: Wood or Aluminum.\r\nFinish: Natural wood or powder coated aluminum.\r\nDiffuser: PMMA.\r\nLight source: LED 4000K, CRI>80.\r\nLED life time: 50.000h @ L80, B10, Ta 25°C.\r\nControl gear: LED driver 220-240VAC-50/60Hz.\r\n\r\nAreas of Application:\r\nCommercial and Business areas, Public buildings, Housing, Offices, Hotel and\r\nRestaurant services, Art and Culture spaces.', 'http://www.roxolighting.com/en/products/industrial/ARCHITECTURAL%20LIGHTING/-/3434-noah', 'ROXO-Lighting-NOAH_small.jpg', 'ROXO Lighting NOAH ARCHITECTURAL', 'NOAH', 'NOAH ARCHITECTURAL', '2018-03-29'),
(82, 'ROX002', 77, '6th ELEMENT', '6th ELEMENT', 'Diamond shape LED pendant luminaire. Die cast aluminium body, powder\r\ncoated in epoxypolyester. Standard version with LED 4000K, CRI>80 and\r\n50.000h lifetime (@L80, B10, Ta 25∫C) and integral heat sink to provide\r\noptimum heat dissipation. Multiple light configurations, including direct/\r\nindirect versions through the use of convex lenses made of optical glass\r\n(50∫ or 80∫) allowing UGR90. - as Roxo\r\nLighting 6th ELEMENT\r\n\r\nAreas of application:\r\nCommercial and Business areas, Public buildings, Housing, Offices, Hotel and\r\nRestaurant services, Art and Culture spaces.', 'http://www.roxolighting.com/en/products/industrial/ARCHITECTURAL%20LIGHTING/-/3375-6-element', 'ROXO-Lighting-6th-ELEMENT_small.jpg', 'ROXO Lighting 6th ELEMENT', '6th ELEMENT', '6th ELEMENT', '2018-03-29'),
(83, 'ROX003', 77, 'Oreo', 'Oreo', 'The Oreo range, with its minimalist 35mm aluminium profile as well as the elegant and clearly defined contours, allows new lighting concepts, contemporary visual effects and unique creative solutions for your space. Equipped with the latest LED technology, the Oreo range is available in suspended horizontal, angled and even vertical positions that you can combine with sixteen colours and inside or outside light distribution.', 'www.roxolighting.com', 'ROXO-Lighting-Oreo_small.jpg', 'ROXO Lighting Oreo', 'Oreo', 'Oreo', '2018-03-29'),
(84, 'LIC', 78, 'Inde-Pendant', 'Inde-Pendant 32 LED Cylinder & Ring Pendant', 'The Inde-Pendant 32L Ring Pendant has a uniquely illuminated interior, with a clean and discrete profile resulting in a distinct, scaled appearance.\r\n\r\nVariable Intensity Technology\r\nThe Ring is extruded aluminum, providing a minimalistic form factor to house an internal flexible LED source, and is available in all 3 sizes: 20\", 30\", & 40\" diameters\r\nPowered Suspension System (POAC) provides power for class 2 luminaires without the need of secondary power cord for a clean, elegant look\r\nA blend of aesthetics & functionality, the Ring\'s cast aluminum joiner bracket provides POAC isolation in addition to structural alignment and field adjust-ability for finer leveling\r\nRecessed J-Box with die cast aluminum canopy interface allows installation from below the ceiling surface and the canopy cover is flush mounted for a seamless transition into the ceiling plane\r\nPowerHUBB™ PoE Lighting and Control options available', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Pendant-Lighting/Inde-Pendant-32-LED-Ring-Pendant/p/2126531#productPageTabDiv', 'Litecontrol-Inde-Pendant_small.jpg', 'Litecontrol Inde-Pendant 32 LED Cylinder & Ring Pendant', 'Inde-Pendant', 'Inde-Pendant 32 LED Cylinder & Ring Pendant', '2018-04-02'),
(86, 'ARK002', 47, 'Six', 'Six spotlight', 'Six, designed by Arkoslight’s head of design, Rubén Saldaña, is a spotlight for either track or single recessed installation, standing out by its optical lightness and elegance.\r\n\r\nIts body comes in shape of a disk with a slightly convex rim that encloses an innovative combination of reflector and lense. The joint action of both achieves to direct the light beam with maximum uniformity in a minimum distance, which at the same time allowed the differentiated design of Six, compact and minimalist.\r\n\r\nMoreover, Six desists from the unaesthetic box for the driver and directly connects to the track adapter though a filigree elegant and articulated arm that permits the orientation of the fitting to any direction.\r\n\r\nThe power and luminous flux of Six are very remarkable in view of its reduced size and it furthermore offers state of the art technical performance.', 'http://www.arkoslight.com/en/2018/03/27/six-in-archiproducts/', 'Arkoslight-Six-spotlight_small.jpg', 'Arkoslight Six spotlight', 'Six', 'Six spotlight', '2018-04-02'),
(87, 'FOS001', 80, 'Aplomb large', 'Aplomb suspension large', 'Hanging lamp in concrete offered in three coloured finishes which celebrate its personality, bringing together different styles, from the traditional grey of cement in its raw state, which adds depth to the volumes, to a stylish white hue, and a warm intense brown. Perfect for occasional tables, peninsulas and counters, either on its own or in a group. LED technology now meets the textured and contemporary charm of concrete, in a new version of the Aplomb suspension lamp. The long life assured by the light source makes for a reduction in maintenance work, whereas its particular efficiency adds further value in terms of energy savings and eco-sustainability.\r\n\r\nMaterial:Concrete, aluminium and polycarbonate\r\n\r\nColor:white, grey, brown', 'http://www.foscarini.com/en/lamps/suspension/aplomb-large.html', 'Foscarini-Aplomb-large_small.jpg', 'Foscarini Aplomb large', 'Aplomb large', 'Aplomb suspension large', '2018-04-02'),
(88, 'AXO001', 81, 'LIK', 'LIK wall lamp', 'Aluminium wall lamp available in several colours. Built-in dimmable LED light. \r\n\r\ndesigner: Serge & Robert Cornelissen\r\n\r\nAVAILABLE IN wrinkled white, matt bronze, matt nickel colours and finish.', 'http://www.axolightusa.com/usa/en_GB/wall-lamps/lik-ualikxxx', 'Axolight-LIK_small.jpg', 'Axolight LIK', 'LIK', 'LIK wall lamp', '2018-04-02'),
(89, 'AXO002', 81, 'ALYSOID', 'ALYSOID suspension', 'Detailed by delicate drapes of chains, the axolight ‘alysoid’ is a collection of suspension lamps that configure a jewel-like constellation with an intriguing interplay between air, light and structure. created by japanese designer Ryosuke Fukusada, the light’s design and name, ‘alysoid’, sources influence from the fields of geometry and architecture. also known as ‘catenary’ or ‘catenary arch’, ‘alysoid’ is the curve formed by a flexible chain suspended from its endpoints. this contour notably features in many of spanish architect Antoni Gaudi’s most famous works, and was also used in the kintai bridge, design by kuroemon kodama in 1673.', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/alysoid/usaly43', 'Axolight-ALYSOID_small.jpg', 'Axolight ALYSOID', 'ALYSOID', 'ALYSOID suspension', '2018-04-02'),
(90, 'DGR001', 83, 'MERIDIANA', 'MERIDIANA', 'This project combines light, shadow and ... time.\r\nLike Nulla, Infinito and Pablo, this is another addition to our “Spatial Concept” line.\r\nIt creates a presence that is both symbolic and surprising.\r\nThis lamp can be installed anywhere, taking advantage of our Endless patent, without the need to put electric wires in one place only.\r\nThe shadow of the sundial is also the system used to send electricity to the LED lights.\r\nLight becomes shadow and then goes back to being light.\r\n\r\nLED 40 W LED - 4400 lm\r\nUS VERSION AVAILABLE', 'http://davidegroppi.com/en/lamp/meridiana/', 'Davide-Groppi-MERIDIANA_small.jpg', 'Davide Groppi MERIDIANA', 'MERIDIANA', 'MERIDIANA', '2018-04-03'),
(91, 'DGR002', 83, 'ENDLESS', 'ENDLESS', 'This system was created and patented by Davide Groppi Team in order to transport electric energy in a digital and graphic manner.\r\nIt’s the idea of considering walls and ceilings like electronic circuits so that the positioning of lights and light fixtures can be done easily and freely.\r\nEndless is an adhesive tape that conducts electricity and can be placed anywhere on walls and ceilings to bring electricity to our lighting projects.\r\nThis system comes with various accessories to provide and manage the flow of electricity.\r\n24 V DC\r\nMATT WHITE\r\nMATT BLACK', 'http://davidegroppi.com/en/lamp/endless/', 'Davide-Groppi-ENDLESS_small.jpg', 'Davide Groppi ENDLESS', 'ENDLESS', 'ENDLESS', '2018-04-03'),
(92, 'DGR003', 83, 'CLIP', 'CLIP', 'This is a lighting solution for walls with a rechargeable battery.\r\nIt is simple and extremely versatile, without the need for electric wires.\r\nRECHARGEABLE LITHIUM BATTERY - BATTERY LIFE 10 HOURS - MICRO USB\r\nLED 2 W LED - 237 lm\r\nUS VERSION AVAILABLE\r\nMATT WHITE', 'http://davidegroppi.com/en/lamp/clip/', 'Davide-Groppi-CLIP_small.jpg', 'Davide Groppi CLIP', 'CLIP', 'CLIP', '2018-04-03'),
(93, 'SEL001', 84, 'Fluid', 'Fluid', 'Fluid – highly expressive structures, attractive light\r\nLight objects or structures built using the Fluid system concentrate attention on architecture in two ways. Firstly by being present as a highly distinctive object of design within a room and secondly by the clearly structured light zone they generate. A particular feature of Fluid is its asymmetrical cross-section profile while its variable connecting elements allow the creation of individual, incisive geometries.\r\n\r\nThe Fluid system is freely configurable in the three lengths 892,1188 and 1485 mm and comes with infinitely variable, angular segment connectors from 30° to 150° and 210° to 330° meaning there are no limits when it comes to the creativity of planners. Rectangular structures, such as those used to generate islands of light around exhibits in car showrooms, can easily be achieved. As can complex, resplendent polygonal shapes, which might be used to create corporate branding in the foyers of hotels, companies or cultural institutions.\r\nThe entire design process is guided by corresponding application scenes. “The vision we pursued was that of a hovering frame that generates concentrated brightness within the room without onlookers perceiving a central light source,” reports Fax Quintus: “When we built the first models from profiles and corner connectors, it soon became clear that what we had before us was a huge modular light kit that could be used to playfully realise all sorts of shapes and applications.” This is a concept that has now been implemented technically in the form of the Fluid by Selux to our expected high standard of quality.\r\n\r\nThe aluminium profiles and corner connectors of the system are powder-coated in silver or white, with 3000 K or 4000 K light colours with a colour rendering index of up to CRI 90. Integrated ESD protection ensures an especially high standard of operational reliability for the LED modules, with control devices equipped with DALI interfaces enabling simple connection of Fluid to lighting control systems. All of this makes Fluid an intriguing addition to the Selux product range, perfectly complementing existing lines such as the minimalist M-family , while enabling light design that is both functional and expressive using a single frame that knows no limitations.', 'https://www.selux.com/swe/en/company/press/fluid-highly-expressive-structures-attractive-light', 'Selux-Fluid_small.jpg', 'Selux Fluid', 'Fluid', 'Fluid', '2018-04-03'),
(94, 'XAL001', 85, 'UNICO', 'UNICO', 'UNICO represents the achievement of a truly unique level of flexibility for XAL. The downlight offers the right solution for every requirement. Lighting designers and architects can choose between two mounting options, six design shapes, nine light insets, three colour temperatures and three control options, all of which can be individually combined. There has never been more freedom for professional lighting design using a single luminaire.\r\n\r\nWith just a single luminaire, a lighting planner can program a wide variety of lighting scenarios. Through the combination of up to nine lenses for various lighting effects, a single UNICO can simultaneously illuminate walls, provide light for basic illumination or accentuate individual zones. And lighting planners can program a wide variety of lighting scenarios which are accomplished through the addressing of different groups, which, of course, can be very individually and flexibly arranged for each application.\r\n\r\nIn addition to truly exceptional flexibility, the minimal dimensions of UNICO also make it a winning product. Despite the high performance of the LED light insets, with up to 420 lumens, they only measure a tiny 38x38 mm. With the low installation height of 50 mm, the downlight is hardly perceptible and therefore can be installed in a wide variety of ceilings without affecting the aesthetics of the room.\r\n\r\nThe micro-faceted reflector technology, which was developed in collaboration with Bartenbach, ensures incomparably precise light distribution and minimum glare. The downlight lenses for generating either round or angular light projections are available in three different emission characteristics. Additionally available are a rectangular downlight and a 12° narrow spotlight as well as a wallwasher lens. There is also a highly anti-glare version (UGR ', 'https://www.xal.com/en/unico-flexible-multi-downlight/', 'XAL-UNICO_small.jpg', 'XAL UNICO', 'UNICO', 'UNICO', '2018-04-03'),
(95, 'XAL002', 85, 'PIVOT', 'PIVOT Mobile graphic tube', 'The new PIVOT decorative-graphic light insets for the MOVE IT 25 profile system offers a wealth of artistic lighting design solutions. PIVOT makes it easy to create individual and three-dimensional lighting graphics on walls and ceilings. A tunable white version allows the light colour to be changed. Many projects demand something special beyond a professional lighting solution. With PIVOT, the lighting designer does not have to think twice. The new inset allows the designer to intuitively give spaces artistic individuality.\r\n\r\nThe PIVOT light inset is available in five lengths and can be rotated through 360°. It is mounted magnetically in the profile, without tools, and can be moved as required at one end. Its unrivalled flexibility allows for both the fun of configuring into ever-changing lighting graphics or for the simple provision of appropriate solutions for changing lighting needs.', 'https://www.xal.com/en/pivot-mobile-graphic-tube/', 'XAL-PIVOT_small.jpg', 'XAL PIVOT', 'PIVOT', 'PIVOT Mobile graphic tube', '2018-04-03'),
(96, 'XAL003', 85, 'STREAK', 'STREAK Mobile graphic grazer', 'The STREAK effect luminaire, developed by the XAL Creative Lab, uses pure light instead of luminous bodies to generate precise light lines that graphically emphasise angles or lend linear structure to rooms on the walls and ceilings. STREAK is available with beam angles of 180° and 360°.\r\n\r\nThe rotatable lamp is fixed magnetically without tools and can be positioned and moved as desired along the profile. The MOVE IT 25 profile is available with options for inset or surface ceiling mounting as well as pendulum mounting, lending even more flexibility to STREAK. The versatility of STREAK gives lighting designers and architects unprecedented freedom for creativity.\r\n\r\nSpecial Features:\r\nLight inset for MOVE IT 25 / 25 S\r\nSingle control via \r\nX-TALK app', 'https://www.xal.com/en/streak-mobile-graphic-grazer/', 'XAL-STREAK_small.jpg', 'XAL STREAK', 'STREAK', 'STREAK Mobile graphic grazer', '2018-04-03'),
(97, 'XAL004', 81, 'PACO', 'PACO', 'Probably the smartest lens on the market\r\nThe compact PACO track-mounted directional spotlight is the first XAL luminaire to make use of the special “Lens Vector” innovation with adaptive crystal lenses. Manual adjustment of beam angles is a thing of the past, as adjustment now occurs wirelessly using an iPhone or iPad via the X-TALK App. You can intuitively choose beam angles between 10° and 50° as well as elliptical lighting patterns, at the touch of a button. With changing lighting requirements, the light output can thus be easily and flexibly adjusted.\r\n\r\nThis is immediately obvious from the unique styling. The angular, tapered lamp head is supported by an organically shaped joint. PACO can be flush-mounted in 3-phase busbars without tools using an adapter. As an option, PACO is also suitable for rimless installation in plasterboard ceilings in a CANYON 15 channel. The spotlight head rotates through 360° and pivots through 90°. The LED module is set back deep into the luminaire and together with an additional honeycomb grid it ensures optimum minimisation of glare and consequently creates excellent visual comfort.\r\n\r\nA smart ZigBee enabled lighting solution, such as PACO, has never been easier to use than with the X-TALK App. The beam angle and light intensity of up to 100 luminaires can be intuitively and easily controlled using an iPhone or iPad. The luminaires can be addressed individually or in groups.', 'https://www.xal.com/en/paco-tune-the-light-with-adaptive-crystal-optic/', 'XAL-PACO_small.jpg', 'XAL PACO', 'PACO', 'PACO', '2018-04-03'),
(98, 'SEL002', 84, 'LIF', 'LIF', 'Lively, vibrant and ever changing – our enthusiasm for cities knows no bounds whether for the diversity of their public spaces, the splendid facades with elegant shopping streets, unique monuments or inviting parks. However it is especially in the evenings that we experience the real magic of the big city – when the light of the Lif gives the fullest expression to urban life.\r\n\r\nReserved in shape, the Lif integrates discretely into all urban settings, innovatively reinterpreting the reduced cylinder form as a basic architectural shape. By day, rather than distracting onlookers, the Lif blends into the background yet by night it displays its full effect – with the Lif, it is the light that is aligned, not the luminaire. Its modularity enables it to create visual settings for the surrounding area, adapting itself, like no other luminaire before it, flexibly and effortlessly to a diversity of urban lighting tasks. Highly versatile in terms of application, the Lif enables passers-by to experience the human geography of the city in a highly inspiring way.', 'https://www.selux.com/ger/en/exterior/products/lif', 'Selux-LIF_small.jpg', 'Selux LIF', 'LIF', 'LIF', '2018-04-03'),
(99, 'BUZ001', 86, 'BuzziZepp LED Line', 'BuzziZepp LED Line', 'A suspended plane of light with sleek acoustic body\r\nBuzziZepp LED Line is an impressive shield of light, offering acoustic control. The suspended design was conceived by designer Alain Gilles as an “imaginary island” to visually delineate and bring a sense of tranquility to large open spaces. With its striking linear design, BuzziZepp LED Line hovers from above to define zones without obstruction, establishing a more intimate, quiet and purposeful sense of space—no vertical partitions or walls needed! The slim framework is made of upholstered acoustic panels, engineered to absorb sound and reduce echo. The streamlined design is outfitted with dimmable LED lines, which can be adjusted for various situations. Dim the lights to set a more relaxed tone at your next meeting, or brighten your workstation to focus on the task at hand.\r\n\r\nDesign by Alain Gilles\r\n\r\nFINISHES\r\nUpholstery in fabric collections CAT A, B, C, D, E, F\r\nBlack LED Line\r\n\r\nACOUSTICS\r\nAcoustic Principles\r\nAbsorption\r\n\r\nAcoustic Performance\r\nLow Tones\r\nMid Tones\r\nHigh Tones', 'http://buzzi.space/buzzizepp-led/', 'Buzzi-Space-Zepp-LED-Line_small.jpg', 'Buzzi Space BuzziZepp LED Line', 'BuzziZepp LED Line', 'BuzziZepp LED Line', '2018-04-03'),
(100, 'XAL005', 85, 'MUSE', 'MUSE eco-friendly acoustic light', 'MUSE is a product that is both particularly effective, and at the same time deliberately raises awareness of its influence. Simple forms and an attractive surface make up the design that becomes an equal part of the interior design concept. Interior architect and product designer Katharina Schmidt exudes a deep personal enthusiasm for the evocative and distinctive products and symbiotic solutions she creates that not only provide for a peaceful work environment but also stimulate the senses.\r\n\r\nLight and acoustics have a direct impact on physical and mental well-being, as well as the enjoyment of office work and its success. With the five element MUSE system, XAL addresses two of the most pressing opportunities for improving today\'s office environment by tackling these two basic workspace hygiene factors in combination.\r\n\r\nVirtually glare-free and brilliant professional office workplace lighting ​is combined with optimised room acoustics to allow stress-free and focused vision and hearing. As a result, the five modules of the MUSE lighting and acoustic system lay the ideal foundation for clear thinking at the office.\r\n\r\nThe felt-like material of MUSE is made from 50% recycled PET. The material is precision formed and combines three key advantages: inherent stability, high acoustic effectiveness and a high surface quality that is pleasant to see and touch. As a result, MUSE both generates a beneficial level of well-being while combining a high degree of environmental responsibility. Discreet classic or modern look. Available with two neutral and two accent colours, MUSE can integrate into any office design concept.\r\n\r\nThe experts in room acoustics are able to support you in ​optimising the acoustics for your projects. In addition to basic calculations, they can create acoustic simulations and look at the propagation of sound. Therefore, reverberations time in the room is optimised in accordance with the use, and speech can be adequately heard and understood. The result not only ensures compliance with building regulations, above all it gives a perceptibly pleasant acoustic environment.', 'https://www.xal.com/en/muse-eco-friendly-acoustic-light/', 'XAL-MUSE_small.jpg', 'XAL MUSE', 'MUSE', 'MUSE eco-friendly acoustic light', '2018-04-04'),
(101, 'XAL006', 85, 'TRUMPET', 'TRUMPET Light | Sound | Air solutions', 'In cooperation with the architectural firm BIG, XAL has developed a multifunctional tool that imparts a smooth and clear look to ceilings. TRUMPET is available in two sizes and not only serves as a luminaire housing (150 mm), but it can also accommodate building services (300 mm). The hyperbolic shape and the deeply recessed LED module of the luminaire provides lighting with minimal glare that complies with the standard for VDU workstations.\r\n\r\nThe larger version of the TRUMPET offers the option of fitting XAL luminaires, a Dynaudio system for good all round sound and audio or a ventilation fitting. And the intelligent design will accommodate further applications. The versatility of TRUMPET makes it ideal for use in offices.\r\n\r\nThe architectural firm BIG developed the diffuser attachment and the associated disk especially so that the light is directed to the TRUMPET housing in order to precisely define the inlet. When switched on, the luminaire therefore ensures a tranquil and uniform look for the ceiling. It gives the perception of just a beautiful point source of light on the ceiling. Another unique detail feature is the specially developed surface with small laser-cut points, which facilitates the extremely homogeneous distribution of light.\r\n\r\nThe subtle hyperbolic shape of TRUMPET blends almost imperceptibly into the ceiling. Due to the multi-function design, a mixture of varying installation housings can be dispensed with. And as a result, the ceiling takes on a tranquil and harmonious look. TRUMPET allows the architect to consistently realise his design concept without it being broken up by interruptions.', 'https://www.xal.com/en/trumpet-multi-functional-lighting-solution/', 'XAL-TRUMPET_small.jpg', 'XAL TRUMPET', 'TRUMPET Light | Sound | Air solutions', 'TRUMPET', '2018-04-04'),
(102, 'DLT001', 87, 'ONE-AND-ONLY P12 DOWN-UP 930', 'ONE-AND-ONLY P12 DOWN-UP 930 Ceiling Suspended', 'Available colors:\r\n\r\nBLACK-BLACK\r\nWHITE-WHITE\r\nGOLD CHAMPAGNE-BLACK', 'https://www.deltalight.com/en/products/detail/one-and-only-p12-down-up-930-404-12-93', 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_small.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'ONE-AND-ONLY P12 DOWN-UP 930', 'ONE-AND-ONLY P12 DOWN-UP 930 Ceiling Suspended', '2018-04-04'),
(103, 'DLT002', 87, 'POLESANO', 'POLESANO family', 'Polesano is the result of the first collaboration between Delta Light and Dean Skira. The goal was to develop a new lighting concept designed specifically for urban settings, whether it is a pedestrian pathway, roadway, park, square, façade or landscape. The concept needed to provide maximum flexibility for the designer while maintaining the same aesthetic for the entire system, regardless of the area.\r\n\r\nPolesano is a striking combination of modularity and flexibility that allows the designer to meet the specific functional and aesthetic requirements of any project. Integrating video surveillance, Wi-Fi, speakers or other Internet of Things elements is a next step in the development of Polesano. \'The main idea behind “POLESANO” was to create a “device” that combines all types of lighting into a single aesthetically unique structure, where the pole and the fitting become one body,\' explains Dean Skira.\r\n\r\nPolesano is characterized by a pure, minimalist design that doesn’t overpower its environment. A focus on modularity and flexibility allows Polesano to meet its multi-zone lighting requirements in a continuous and uniform design language. Thanks to different optics and sizes, Polesano enables both precise lighting and a combination of lighter and darker zones for an effective blend of landscape, social interaction and lighting.', 'https://www.deltalight.com/en/products/light/polesano', 'Delta-Light-POLESANO_small.jpg', 'Delta Light POLESANO', 'POLESANO', 'POLESANO family', '2018-04-04'),
(104, 'DLT003', 87, 'XY180', 'XY180 family', '‘XY180’ is a 3-piece lighting collection designed by OMA. The collection was inspired by a fascination with point, line and surface; key architectural elements. The floor, wall and ceiling lights are meant for individual and shared workspaces, but can also be applied to domestic and public interior spaces.\r\n\r\nThe line uses precise geometric dimensions while the base elements - which include tube lights and a spotlight in either a discreet 4,1W or a powerful 7,1W - can be combined with a hinge to generate countless lighting conditions. As individual components, each part is familiar. When assembled however, they can take on unpredictable and asymmetrical positions. \r\n\r\nThe dimmable tube lights create diffuse ambient lighting, while the spotlights provide focused lighting. By exposing the light and allowing it to pivot, the fixture becomes the main feature as it shifts into multiple configurations; a product that contributes to the creation of space, not only by the light it emits, but also by its physical presence.', 'https://www.deltalight.com/en/products/light/xy180', 'Delta-Light-XY180_small.jpg', 'Delta Light XY180', 'XY180', 'XY180 family', '2018-04-04');
INSERT INTO `guides` (`guide_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(105, 'DLT004', 87, 'SUPERLOOP', 'SUPERLOOP family', 'The new Superloop family is an extensive range of slim circular and square shapes, offering a multitude of illumination options. Superloop allows you to choose ‘functional’, by mounting adjustable Spy modules on the round or square shaped base. It allows you to choose ‘decorative’, by mounting the light emitting circle in a horizontal way, or it allows you to choose ‘eye catcher’, by hanging the circle of light vertically, as a statement.\r\n\r\nSuperloop circular light has the ability to diffuse light all around. The loop can be hung using steel cables, based in one fixation point or multiple suspension points, or from a steel rod suspending the ring from the air. Superloop is also available in a round or square shape with a Delta Light custom engineered 48V low voltage track on the inside. This allows you to position and move light modules all around, offering maximum flexibility and allowing you to meet any need of the project.', 'https://www.deltalight.com/en/products/light/superloop', 'Delta-Light-SUPERLOOP_small.jpg', 'Delta Light SUPERLOOP', 'SUPERLOOP', 'SUPERLOOP family', '2018-04-05'),
(106, 'OCC001', 88, 'Mito', 'Mito family', 'Thanks to Occhio’s touchless control, Mito can be controlled as if by magic. A simple hand gesture is enough to change the intensity of mito’s light – or even the color of the light – intuitively thanks to its innovative infrared sensor. Gone are the days of switches, dimmers and the like.\r\n\r\nOne touch is enough to conduct the light of Mito sospeso. By gesture control or via Occhio air the light can be moved seamlessly from one side to the other, creating fascinating and inspiring new possibilities to stage your room.\r\n\r\nMito adjusts to your mood. Via gesture control or Occhio air you can choose the color of the light. Ranging from warm light at 2700K to cooler, more stimulating light at 4000K the luminaire is infinitely variable. It’s your choice – any time.\r\n\r\nThanks to a unique way height adjustment Mito an be easily and effortlessly adjusted. The length of the pendulum varies between 50cm and 200cm. The cables disappear into the canopy or become invisible in the ceiling. A sophisticated roll-up mechanism ensures that Mito’s ring always stays horizontally in the desired height.', 'https://www.occhio.de/en/products/x-series/mito', 'Occhio-Mito_small.jpg', 'Occhio Mito', 'Mito', 'Mito family', '2018-04-05'),
(107, 'KRM001', 89, 'BAG', 'BAG collection', 'Feminine, personal, irresistible. Bag embodies all the versatility of a bag: a cover in a soft, welcoming form, embraced by a metal element, “the handle”, which enables it to be both attached to the ceiling and placed on the floor or table; a light source with an identity that is different every time – direct light or light more to keep you company – also in terms of the finish, colour and material.\r\n\r\nDesigner: Baldessari and Baldessari', 'https://www.karmanitalia.it/en/collezioni/bag/', 'KARMAN-BAG_small.jpg', 'KARMAN BAG', 'BAG', 'BAG collection', '2018-04-05'),
(108, 'KRM002', 89, 'DON’T TOUCH', 'DON’T TOUCH', 'Engage one of the five senses in the design, touch and not only give the object the function of illuminating, but also the power to transmit to those who look at it an irresistible desire to touch it.\r\nWatch out! Don’t kid yourself because you too won’t be able to help touching it!\r\n\r\n\r\nDesigner: Matteo Ugolini', 'https://www.karmanitalia.it/en/collezioni/dont-touch/', 'KARMAN-DON\'T-TOUCH_small.jpg', 'KARMAN DON’T TOUCH', 'DON’T TOUCH', 'DON’T TOUCH', '2018-04-05'),
(109, 'KRM004', 89, 'UGO RILLA', 'UGO RILLA', 'Ugo Rilla is not created to excite, with the expression and the rage with which it rips up one of man’s greatest inventions, it screams as a mark of protest making us wonder what it is capable to doing to nature and its peers.\r\n\r\nDesigner: Matteo Ugolini', 'https://www.karmanitalia.it/en/collezioni/ugo-rilla/', 'KARMAN-UGO-RILLA_small.jpg', 'KARMAN UGO RILLA', 'UGO RILLA', 'UGO RILLA', '2018-04-05'),
(110, 'KRM005', 89, 'TORCIA', 'TORCIA', 'It has accompanied us since the most ancient times, since Prometheus stole the fire from Zeus and gifted it to all mortals. Symbolically, it stood for immortality and eternal light. Always considered a very positive symbol in the collective unconscious. Today it has a new look… who knows if Zeus will like it?\r\n\r\nDesigner: Matteo Ugolini', 'https://www.karmanitalia.it/en/collezioni/torcia/', 'KARMAN-TORCIA_small.jpg', 'KARMAN TORCIA', 'TORCIA', 'TORCIA', '2018-04-05'),
(111, 'KRM003', 89, 'PERIPLO', 'PERIPLO collection', 'A ring of light that seals our emotions. A metal weave inside a circular frame that protects life, memories, impressions and keeps them safe. Periplo is a journey into our inner selves, because light has the power to change the atmosphere of the places we live in, affecting the perception of our emotions and our memories.\r\n\r\nDesigner: Luca De Bona & Dario De Meo', 'https://www.karmanitalia.it/en/collezioni/periplo/', 'KARMAN-PERIPLO_small.jpg', 'KARMAN PERIPLO', 'PERIPLO', 'PERIPLO collection', '2018-04-05'),
(112, 'ART001', 33, 'Giò light suspension', 'Giò light suspension', 'With its aluminium body, Giò is first and foremost an instrument, a functional, unobtrusive and, most of all, timeless suspension lamp; it fits both in domestic and in public places. Either plain or in its different versions, Giò is an elegant and efficient object in space.\r\n\r\nAvailable colors: black, blue, red, white, yellow\r\n\r\n\r\nDesigner: Patrick Norguet', 'https://www.artemide.com/en/subfamily/4746329/gio-light-suspension', 'Artemide-Giò-light-suspension_small.jpg', 'Artemide Giò light suspension', 'Giò light  suspension', 'Giò light  suspension', '2018-04-09'),
(113, 'ART002', 33, '\"O\"', '\"O\"', '“O” is an attempt to reconcile the needs of the natural and the urban environment. Darkness and disappearance will be the contribution of “O” to nature and public spaces. Alejandro Aravena \r\n\r\nThe more the planet becomes urban, the more we appreciate the value of natural spaces. The cities with the highest quality of life are those that were visionary enough to keep portions of untouched nature within their foot print and transform them into public spaces. The problem is that the forces that govern nature and modern urban life, even if guided by good will, tend to pull in opposite directions. One of the strongest intrusions in the natural order (and yet one of that remains almost unnoticed) is the disappearance of darkness in our cities. In the attempt to make parks safe, we not only invade them with poles and cables. But we alter forever the circadian rhythm that is crucial for the existence of species, both animal and vegetal. The strategy is twofold: on one hand is to design a light for public spaces that when is not in use can be as imperceptible as possible; light without a lamp. On the other hand is to take advantage of different types of sensors so that light appears just when needed, light only on demand.', 'https://www.artemide.com/en/subfamily/4746349/o', 'Artemide-O_small.jpg', 'Artemide \"O\"', '\"O\"', '\"O\"', '2018-04-09'),
(114, 'SLM001', 90, 'DOME', 'DOME BY ANALOGIA PROJECT', 'Roman adornment connected to the Medusa appears within this architectural dome, with mosaics radiating around the epic face of the sea gods’ daughter. The pattern extends over several layers that cover the LED source, reflecting the light through a delicate play of colours and transparencies. The production process unites the latest technology with artisan techniques, marrying the past and the present, and making every piece unique. Dome is available in two sizes and a myriad of chromatic shades.', 'https://www.slamp.com/en/products/suspension/dome-suspension/', 'SLAMP-DOME_small.jpg', 'SLAMP DOME', 'DOME', 'DOME BY ANALOGIA PROJECT', '2018-04-09'),
(115, 'SLM002', 90, 'OVERLAY', 'OVERLAY BY ANALOGIA PROJECT', 'Slamp and Montblanc present the new desk lamp, Overlay, whose sinuous, minimalist design was intentionally created to compliment Montblanc’s iconic Meisterstück Le Grand writing instrument. Thanks to the integrated technology, when the writing instrument is lifted from the leather rest, or put back, the lamp turns on or off, respectively. The brass body and base are topped off by a shade, made of layers of Slamp’s patented materials, creating warm chromatics, and Overlay has two light sources: a courtesy light in the base and the main light that casts solid illumination on any writing surface. An indispensable object for a suggestive, non-invasive atmosphere that stimulates inspiration and urges forth creativity.\r\n\r\nOverlay, the ideal writing lamp, and writing instrument, Meisterstück Le Grand, are sold together in an elegant, personalized case. You can choose between Montblanc’s iconic rollerball, fountain or ballpoint Meisterstück Le Grand writing instruments.', 'https://www.slamp.com/en/products/table/overlay/', 'SLAMP-OVERLAY_small.jpg', 'SLAMP OVERLAY', 'OVERLAY', 'OVERLAY BY ANALOGIA PROJECT', '2018-04-10'),
(116, 'SLM003', 90, 'CLIZIA TABLE', 'CLIZIA TABLE, BATTERY POWERED', 'BY ADRIANO RACHELE\r\n	\r\nThe botanical cordless table lamp, complete with rechargeable batteries, can be easily moved from place to place, bringing soft illumination to a dinner en plein air, an early bedside wake-up, or a warm bath. It is a perfect, original, elegant centerpiece, and even more so when choreographed in numbers along an imperial table setting. It is a fitting decoration for professionals looking to give a romantic, glam touch to their téte-a-téte events held on balconies, and in cafés and restaurants; lighting that makes way for endless imagination and creativity.', 'https://www.slamp.com/en/products/table/clizia-battery-powered-table/', 'SLAMP-CLIZIA-TABLE_small.jpg', 'SLAMP CLIZIA TABLE', 'CLIZIA TABLE', 'CLIZIA TABLE, BATTERY POWERED', '2018-04-10'),
(117, 'SLM004', 90, 'VELI MINI TRIO COUTURE', 'VELI MINI TRIO COUTURE SUSPENSION  BY ADRIANO RACHELE', 'The Veli Mini Trio Couture suspension lamp, handmade in Slamp’s Italian atelier, is both refined and trendy. Each volant, made of the unbreakable, patented technopolymer  Opalflex®, is individually hand-fixed to create three-dimensional shapes, held together with a small ring to create a soft and feminine cluster. Each diffusor is fitted with a magnetic hanging device, making installation and maintenance quick and easy. The red wrapped cord brings a touch of irony to the suspension lamp, and the sartorial “gathers” adorn any public or private space, much like a rich bouquet of flowers.', 'https://www.slamp.com/en/products/suspension/veli-mini-trio-couture-suspension/', 'SLAMP-VELI-MINI-TRIO-COUTURE_small.jpg', 'SLAMP VELI MINI TRIO COUTURE', 'VELI MINI TRIO COUTURE', 'VELI MINI TRIO COUTURE SUSPENSION BY ADRIANO RACHELE', '2018-04-10'),
(118, 'SLM005', 90, 'VELI MINI QUARTET COUTURE', 'VELI MINI QUARTET COUTURE SUSPENSION  BY ADRIANO RACHELE', 'The Veli Mini Quartet Couture is a dramatic suspension lamp with a single, 32 cm canopy and four cascading spheres. Each luminous diffusor, using volant of unbreakable and patented technopolymer Opalflex® printed with a delicate tone-on-tone texture, is handmade in Slamp’s Italian atelier. The red wrapped cord, which can be substituted with a transparent one on request, brings a touch of irony to the elegant and sinuous collection. Its rich and warm light is perfect for both domestic and large public spaces. Every diffusor is fitted with a magnetic hanging device for fast and easy maintenance.', 'https://www.slamp.com/en/products/suspension/veli-mini-quartet-couture-suspension/', 'SLAMP-VELI-MINI-QUARTET-COUTURE_small.jpg', 'SLAMP VELI MINI QUARTET COUTURE', 'VELI MINI QUARTET COUTURE SUSPENSION  BY ADRIANO RACHELE', 'VELI MINI QUARTET COUTURE', '2018-04-10'),
(119, 'SLM006', 90, 'ARIA GOLD', 'ARIA GOLD BY ZAHA HADID', 'Zaha Hadid’s luminous architecture is visionary, fluid and dynamic, infusing the revolutionary and iconic semantics of the celebrated architect into domestic and public interiors; the result is the harmonization of beings and their surrounding spaces. From the new metallized Gold (50, 60 and 70 cm), the original version with shaded black edges (Ø90 cm), to the ethereal transparent, polycarbonate versions, Hadid’s masterpieces consist of 50 “arms”, each diverse from the others, radiating around a voluminous LED source.', 'https://www.slamp.com/en/products/suspension/aria-gold-suspension/', 'SLAMP-ARIA-GOLD_small.jpg', 'SLAMP ARIA GOLD', 'ARIA GOLD', 'ARIA GOLD BY ZAHA HADID', '2018-04-10'),
(120, 'VIB001', 91, 'North', 'North floor lamp', 'The North floor lamp collection is an Arik Levy design. Its design is elegant, varied, dynamic and very adaptable. The North collection makes it possible to bring light to exactly where we want it. Several arms protrude from the base, between two and four depending on the model, configured at differing angles in order to provide a focused lighting effect where needed. Vibia produces the North floor lamps in different finishes responding to contemporary trends as well as using LED as a light source. All floor lamp models can be plugged in or directly connected.', 'https://www.vibia.com/en/int/floor-lamps-north_floor', 'Vibia-North-floor_small.jpg', 'Vibia North floor lamp', 'North', 'North floor lamp', '2018-04-10'),
(121, 'VIB002', 91, 'Mayfair', 'Mayfair floor lamp', 'The designer Diego Fortunato is the author of the Mayfair floor lamp for Vibia. This floor lamp is an obvious example of the evolution of 18th Century lighting models. Consisting of a metal structure, a methacrylate or steel shade, depending on the model and a polycarbonate diffuser. The user can choose between a wide range of up to six different finishes that respond to current market design trends. Perfect for use in living room areas, circulation zones or bedrooms.\r\n\r\nFeaturing a LED light source which can be dimmed using an optical sensor.', 'https://www.vibia.com/en/int/floor-lamps-mayfair_floor', 'Vibia-Mayfair-floor_small.jpg', 'Vibia floor lamp', 'Mayfair', 'Mayfair floor lamp', '2018-04-10'),
(122, 'ART003', 33, 'Huara', 'Huara', 'At first, light available to humans came only from stars: the sun and its reflection on the moon. For millennial mankind accepted its incapacity to see in the dark and adapted consequently to the natural rhythm of the celestial spheres, of dawn and dusk. But such agreement changed about 2 million years ago. The appearance of the controlled use of fire marked the beginning of the search for how to transform night into day at will. But getting light from burning stuff was very inefficient (it heated more than illuminated) and uncomfortable (pollution due to smoke). Then about some 70 thousand years ago, light began to come from burning fuel: animal fat first, oil or wax then, or gas and kerosene more recently not only allowed a more efficient use of energy but also introduced the need for a more specific design of the light’s source. The appearance of electrical power at the turn of the last century started a technological development that irrespective of the scientific principle employed to produce light (incandescent, fluorescent or metal halides), made any other source of energy almost disappear. The next step in the production of light came with the development of Light Emitting Diodes (LED). For the first time, light shifted from the electrical realm to the field of electronics. But for some reason such revolutionary step has not permeated society; people look for lights and lamps in the white goods section, not in the electronics section. Our project for Artemide is about integrating the first and the last moment in the history of light: celestial spheres with electronics. On the one hand we want light to vary its intensity and direction according to phases more than moving pieces of a mechanism. On the other hand, we want to aknowledge the fact that the future of light is electronic, not electric. The distinctive potential of electronics is its capacity to carry information that allow for multiple ways of interaction, such as a tactile screen. So, our project is a low voltage, moveable, dark sphere intuitively activated by touch. Hence the name Huara, the aymarà word for star. Aymarà is the native population of the Acatama desert, the driest and darkest one in the world. In other words, the place from where one can see more stars in the planet; no wonder that by 2020, 70 % of the cutting edge astronomical observation capacity of the planet will be in the land of Aymarà. Wara is to honor the original light source of mankind and the state of the art technology.', 'https://www.artemide.com/en/subfamily/4746350/huara', 'Artemide-Huara_small.jpg', 'Artemide Huara', 'Huara', 'Huara', '2018-04-10'),
(123, 'KRN001', 92, 'Side in-Line 40', 'Side in-Line 40', 'Kreon side reproduces many aspects of the classical recessed side light. The faceted reflectors by Bartenbach Lichtlabor which are incorporated into the light ensure a uniform asymmetrical beam, making the kreon side in-line an efficient, compact floor or ceiling washer. A soft yet striking light beam and the steep bevel of the finishing louvre draws attention to the straight vertical back surface which can be finished in various materials according to the designer’s preference. kreon side in-line, available in widths of 40 and 80 cm can be merged perfectly into the architecture and combined with other kreon luminaires.\r\n\r\nThe range is highly flexible and can be used as floor washlight, wallwasher or indirect light fitting. Installation boxes and plasterkits are available for application in various surfaces.', 'https://www.kreon.com/en/international/lights/side-line/mini-side-line', 'Kreon-Side-in-Line-40_small.jpg', 'Kreon Side in-Line 40', 'Side in-Line 40', 'Side in-Line 40', '2018-04-10'),
(124, 'ART004', 33, 'Eggboard Baffle', 'Eggboard Baffle', 'The entire Eggboard collection is based on the principle of acoustic absorption to limit sound reverberation, particularly with respect to human voice frequencies. A vertical suspension and a number of panels with grazing light intended for wall or ceiling installation are the new elements making up the lightscape and ensuring perfect environmental quality. They both work freely on the lighting performances that can be combined with the acoustic element. The suspension version can combine indirect diffused light with direct controlled light thanks to the patented Eggboard Matrix optical units. In the wall and ceiling versions, grazing light can be associated on each side.', 'https://www.artemide.com/en/subfamily/4746340/eggboard-baffle', 'Artemide-Eggboard-Baffle_small.jpg', 'Artemide Eggboard Baffle', 'Eggboard Baffle', 'Eggboard Baffle', '2018-04-10'),
(125, 'EXN001', 49, 'NABOO Medium Ø 2000', 'NABOO Medium Ø 2000 pendant', 'NABOO pendant is a circular-shaped LED pendant with a modular and curved extruded aluminium housing. The luminaire is fitted with a diffuser to create the ideal omni-directional light distribution. The desired canopy and LED driver are available to order separately. When combining more than one NABOO fitting, wires can be run through a single point via a standard accessory for a clean and unobtrusive installation, keeping a minimum distance from the ceiling (increasing size 700/850/1000/1500).', 'https://www.exenia.eu/products/1215/naboo-medium-o-2000', 'Exenia-NABOO-Medium-2000_small.jpg', 'Exenia NABOO Medium Ø 2000', 'NABOO Medium Ø 2000', 'NABOO Medium Ø 2000 pendant', '2018-04-10'),
(126, 'BUZ002', 86, 'BuzziJet', 'BuzziJet', 'Form follows function with BuzziJet, an intentionally simple design based on the principles of geometric acoustics. Wide in diameter, this cylindrical design allows sound waves to bounce back-and-forth within the radius of its circular body, and in turn mitigates noise. BuzziJet is considerable in size, yet appears lightweight and airy thanks to its upholstered foam core. Its soft presence evokes a majestic sense of serenity. Concealed inside the body, a powerful light source emits warm, pleasant light.', 'http://buzzi.space/buzzijet/', 'Buzzi-Space-BuzziJet_small.jpg', 'Buzzi Space BuzziJet', 'BuzziJet', 'BuzziJet', '2018-04-11'),
(127, 'KRM006', 89, 'SHERWOOD E ROBIN', 'SHERWOOD E ROBIN', 'They rain down from above like the berries in the undergrowth, shiny and appetising, attracting the attention of delightful little creatures in the magical, shadowy Sherwood forest, stealing the light from the lush, green foliage and giving it as a gift to those who need it most…', 'https://www.karmanitalia.it/en/prodotto/sherwood-e-robin/sherwood-e-robin-se151-bb-int/', 'KARMAN-SHERWOOD-E-ROBIN_small.jpg', 'KARMAN SHERWOOD E ROBIN', 'SHERWOOD E ROBIN', 'SHERWOOD E ROBIN', '2018-04-11'),
(128, 'NIM001', 93, 'Lighting Pad Q 900', 'Lighting Pad Q 900. LIGHT MEETS ACOUSTICS', 'The Lighting Pad combines two areas of competence of the Nimbus Group – i.e. the two architectural brands, Nimbus (light solutions) and Rossoacoustic (room acoustics) – in a single product: light meets acoustics.\r\n\r\nThe new Lighting Pad immerses defined areas in rooms in high-quality atmospheric light, whereby the source of the light remains almost invisible. Only close up do the small high-performance LEDs integrated in the pad become visible. \r\n\r\nBut the new luminaire developed by the Nimbus Group does more than just generate accentuating light that can be used in wide variety of ways and create atmospheric light islands. The minimalistic Lighting Pad also solves another central problem of modern interior architecture, which often utilises hard, sound-reflective surfaces made of glass or concrete; the Lighting Pad has a haptically pleasing fleece surface that is simultaneously an extremely efficient sound absorber. At the same time, the material, which is available in different colours, supports the creation of a warm and cosy atmosphere in rooms.', 'https://nimbus-lighting.com/en/products/features/light-building-2018', 'Nimbus-Group-Lighting-Pad-Q-900_small.jpg', 'Nimbus Group Lighting Pad Q 900', 'Lighting Pad Q 900', 'Lighting Pad Q 900. LIGHT MEETS ACOUSTICS', '2018-04-11'),
(129, 'ING001', 94, 'Luce Volante', 'Luce Volante', 'Luce Volante is an elegant lighting object. It seems to float in the air, and provides high-quality lighting for tables and counters. Glass fibre, aluminium.\r\n\r\nColours: In mat red, mat white or silver', 'https://www.ingo-maurer.com/en/products/luce-volante', 'Ingo-Maurer-Luce-Volante_small.jpg', 'Ingo Maurer Luce Volante', 'Luce Volante', 'Luce Volante', '2018-04-11'),
(130, 'BUZ003', 86, 'BuzziShade', 'BuzziShade Standing', 'The BuzziShade design prevents eavesdroppers from hearing your private conversations and reduces external noise levels to a minimum. The BuzziShade is extremely versatile. A fantastic addition to any office, waiting room or restaurant, the BuzziShade is designed with large-scale settings in mind. Be creative by adding a layer of colorful fabric to the BuzziFelt shades. The BuzziShade is the culmination of an artistic collaboration between BuzziSpace and the four young Belgian furniture designers of Stal Collectief.', 'http://buzzi.space/buzzishade/', 'Buzzi-Space-BuzziShade_small.jpg', 'Buzzi Space BuzziShade', 'BuzziShade', 'BuzziShade Standing', '2018-04-11'),
(131, 'ART005', 33, 'A.24 Circular', 'A.24 Circular', 'A.24 is a new comprehensive and flexible system to design light in space. A single profile, only 24 mm thick, can be installed in the recessed, ceiling or suspension mode to continuously follow the angles on a flat or three-dimensional surface. This profile hosts to a variety of performance options: diffused light, sharp optical units with three beam angles, or a smart magnetic track. This makes A.24 a flexible system, as well as an open platform to accommodate other products from the Architectural collection. The suspension version also features direct emission. The three solutions can be alternated to match the architecture and the room functions with utmost flexibility. The competence of Artemide is revealed by the quality of light, as well as by the ability of A.24 to freely move in space, with direct power connection points up to 14 metres apart.', 'https://www.artemide.com/en/products/indoor#4438241/a-24', 'Artemide-A-24-Circular_small.jpg', 'Artemide A.24 Circular', 'A.24 Circular', 'A.24 Circular', '2018-04-11'),
(132, 'ART006', 33, 'Soft Alphabet', 'Soft Alphabet', 'Soft alphabet was devised to supplement Alphabet of light, introducing even greater freedom for defining curved lines in space. Five elements starting from a single basic length are developed to recreate the softness of a curved line to different extents. Used either as stand-alone luminaires, combined together or with Alphabet of light system, they are perfect for creating dynamic compositions in space, each time with superior comfortable light quality.', 'https://www.artemide.com/en/subfamily/4746317/soft-alphabet', 'Artemide-Soft-Alphabet_small.jpg', 'Artemide Soft Alphabet', 'Soft Alphabet', 'Soft Alphabet', '2018-04-11'),
(133, 'GLO001', 95, 'Ambient Cocoon', 'Ambient Cocoon - buffed teak', 'Mimicking the perfect texture and symmetry of silk cocoons, these minimal and delicate looking lanterns are deceptively tough. Manufactured from modern plastics and combined with a striking solid, buffed teak handle of almost agricultural purity, these (solar LED) lights are as much about design as they are about illumination. Danish designer Henrik Pedersen has combined an extensive background in interior lighting with an intimate knowledge of outdoor furniture to create the Ambient collection. Asked about the design influences, Henrik says “My path in design has led me through many parts of the world, many cultures… Light and warmth are always principal parts of the best social environments and the most modest of devices are often the most effective. Here I combine the worlds of simplicity and light to achieve beautiful background illumination”. Two distinct designs are available and, as the name suggests, create the perfect ambience alongside any Gloster collection as the sun begins to set.\r\n\r\nSmooth tough modern plastics are paired with statement buffed teak handles creating Cocoon. For Nest, man-made fibres in either Steel or Fawn colour, encase a colour matched powder coated stainless steel frame. Both styles of lantern create soft mood lighting with the use of integrated solar charged LED lights.', 'https://www.gloster.com/en/collections/ambient/ambient-cocoon-buffed-teak-2058', 'Gloster-Ambient-Cocoon_small.jpg', 'Gloster Ambient Cocoon', 'Ambient Cocoon', 'Ambient Cocoon - buffed teak', '2018-04-11'),
(134, 'SMS004', 56, 'Nanoled Frame', 'Nanoled Frame', 'Nanoled Frame creates uniform light on the outer edge of windows, niches, openings changing them into striking luminous volumes. Its wide beam of 120° produces charming light effects on residential, public, historical and artistic façades. Nanoled Frame is a recessed fitting that can be totally integrated into the architecture and it has an extremely reduced size: the projecting part of only 15mm is a small shaped glass cap.', 'http://www.simes.com/en/catalogue/famiglia.php?idM=150', 'Simes-Nanoled-Frame_small.jpg', 'Simes Nanoled Frame', 'Nanoled Frame', 'Nanoled Frame', '2018-04-11'),
(135, 'SMS005', 56, 'Brick Light recessed', 'Brick Light recessed', 'Brick Light camouflages itself with the brick texture not only by taking on the form and the dimensions of the brick, but also by adopting the same modes of handling, assembly and installation thanks to its characteristics of resistance and manageability. The restrained and basic archetype form allows a perfect integration in walls. It is endlessly declinable and talks together with the rythm of the surfaces and appropriate lighting needs designed for integration with exposed brick surfaces.', 'http://www.simes.com/en/catalogue/famiglia.php?idM=147', 'Simes-Brick-Light-recessed_small.jpg', 'Simes Brick Light recessed', 'Brick Light recessed', 'Brick Light recessed', '2018-04-11'),
(136, 'ART007', 33, 'Solar Tree 2.0', 'Solar Tree 2.0', 'Solar Tree 2.0 has progressed to become a family of modular solutions. Different post heights, and two different heads: these are the structural features to use to put together various configurations to accommodate the needs of urban areas, with solutions that are not only functional but also interactive and energy-smart, to promote a new sustainable and social dimension for the city and for mankind. Solar tree 2.0 has become a smart, latest-generation platform capable of establishing a personal connection with individual users or with smart and “SENSEable” city networks.', 'https://www.artemide.com/en/subfamily/665440/solar-tree', 'Artemide-Solar-Tree-2-0_small.jpg', 'Artemide Solar Tree 2.0', 'Solar Tree 2.0', 'Solar Tree 2.0', '2018-04-11'),
(137, 'ART008', 33, 'Yanzi', 'Yanzi', 'The activity of Neri&Hu is founded on constant research and the desire to work on the dynamic interaction of experience, detail, material, shape, and light, rather than adapt to stereotyped formulas. In a blend of tradition and innovation, Yanzi is a lightweight composition of graphic signs. Balanced structures, such as branches or perches, support multiple stylized figures to provide a variety of versions and qualities of light. They are iconic swallows with a brushed brass body, with their head like a white glass sphere enclosing light, either flying free or contained in glass cages. There is unique sensibility in matching warm and cold, essential yet refined materials. Yanzi is an open system, ideal for creating lightweight compositions and light landscapes that animate any space with an elegant poetic attitude.', 'https://www.artemide.com/en/subfamily/4420745/yanzi', 'Artemide-Yanzi_small.jpg', 'Artemide Yanzi', 'Yanzi', 'Yanzi', '2018-04-12'),
(138, 'VIB003', 91, 'Palma', 'Palma hanging', 'Antoni Arola was inspired by the beauty of historic hanging gardens with the creation of Palma. And other references closer to home such as Mediterranean rationalism, giving his design an element of cultural continuity. It’s a lighting system that introduces the planting normally associated daylight in the outdoors, to an indoors setting. And promotes a return to nature for our day-today settings.\r\n\r\nPalma’s design is based on elemental forms, its luminous quality expressed though a warm quality dimmable light. Filtered by two glowing half spheres of blown opal glass, joined together by an aluminium ring, in a graphite or white finish. The classic globe, slightly flattened here evolves towards a more organic form and the suspended version with an almost imperceptible cable support accentuates the floating sensation.\r\n\r\nThe collection also makes possible multiple globe compositions, vertical and horizontal in order to create visual axes on a larger scale, integrating vegetation, for both the pendant and the wall sconce versions. It can also be used as an individual globe. With this approach numerous options are made possible. One of the most innovative is the use of multiple wall sconce lamps for public spaces.\r\n\r\nAntoni Arola considers Palma as if it were a landscape project that will be transformed over time, once the designer has finished the first part of the job. The capacity for Palma to create ambience within an interior setting increases with its growth like a luminous hanging garden.', 'https://www.vibia.com/en/int/hanging-lamps-palma_hanging', 'Vibia-Palma-hanging_small.jpg', 'Vibia Palma', 'Palma', 'Palma hanging', '2018-04-12'),
(139, 'VIB004', 91, 'Musa', 'Musa table', 'Created by Note Design Studio, Musa is a lamp of organic qualities that attracts the eye due to its lighting function. A delicate and elegant design where a symbiotic interaction is established between the small hand blown opal glass sphere and the dish that holds and reflects it. \r\n\r\nThe distinctive composition of two circles, one of light and the other of support, marks its balanced formal expression and its functional performance as a lamp. The slightly textured concave aluminium base captures the light from the simple diffuser and amplifies it smoothly. It’s made in three colour options: white, salmon and mink grey, that adds to the warm quality of the lamp. \r\n\r\nMusa is the final result of an intensive manual research phase involving paper models that influenced its organic expression. This same morphology of the dish successfully resolves the light diff usion in an integrated fashion. \r\n\r\nDesigned as a wall sconce and table lamp there is also a portable model with its own battery lending it complete autonomy. Its capacity of being able to work anywhere underlines its poetic physical form. A design that appeals to the touch, to the day-today and the familiar.', 'https://www.vibia.com/en/int/table-lamps-musa_tablelamps', 'Vibia-Musa-table_small.jpg', 'Vibia Musa', 'Musa', 'Musa table', '2018-04-12'),
(140, 'LNL001', 96, 'Diphy_S', 'Diphy_S', 'Modern ceiling light a PMMA leaf with a characteristic shape, entirely covered with a weave of laser micro engraved light in the lower and upper floors, for double emission. This is the secret of OptiLight Technology TM. Once the lamp is turned off, it disappears, allowing you to glimpse the surface behind it, while when turned on, the elegant pattern comes to life, the diffuser is filled with light and the lamp softly illuminates the environment. Also suitable for installation as a wall lamp, Diphy_S has a central body in white painted aluminium in which the topLED source is housed. The ceiling light is available in two sizes and in the DALI and Phase-Cut versions. Awarded the Red Dot Design Award 2017, Diphy has also been included in the prestigious ADI Design Index 2017.', 'https://www.linealight.com/en-gb/family/diphy-s/122811', 'Linea-Light-Diphy-S_small.jpg', 'Linea Light Diphy_S', 'Diphy_S', 'Diphy_S', '2018-04-12'),
(141, 'VIB005', 91, 'Palma', 'Palma table lamp', 'Antoni Arola was inspired by the beauty of historic hanging gardens with the creation of Palma. And other references closer to home such as Mediterranean rationalism, giving his design an element of cultural continuity. It’s a lighting system that introduces the planting normally associated daylight in the outdoors, to an indoors setting. And promotes a return to nature for our day-today settings.\r\n\r\nPalma’s design is based on elemental forms, its luminous quality expressed though a warm quality dimmable light. Filtered by two glowing half spheres of blown opal glass, joined together by an aluminium ring, in a graphite or white finish. The classic globe, slightly flattened here evolves towards a more organic form and the suspended version with an almost imperceptible cable support accentuates the floating sensation.\r\n\r\nThe collection also makes possible multiple globe compositions, vertical and horizontal in order to create visual axes on a larger scale, integrating vegetation, for both the pendant and the wall sconce versions. It can also be used as an individual globe. With this approach numerous options are made possible. One of the most innovative is the use of multiple wall sconce lamps for public spaces.\r\n\r\nAntoni Arola considers Palma as if it were a landscape project that will be transformed over time, once the designer has finished the first part of the job. The capacity for Palma to create ambience within an interior setting increases with its growth like a luminous hanging garden.', 'https://www.vibia.com/en/int/table-lamps-palma_tablelamps', 'Vibia-Palma-table_small.jpg', 'Vibia Palma', 'Palma', 'Palma table lamp', '2018-04-12'),
(142, 'NXT001', 97, 'Cosmo Pendel RGB/W', 'Cosmo Pendel RGB/W', 'Are you more a Cloud Number Nine or rather a Deep Space Nine? Whichever part of space you prefer, Cosmo is open to your favourites ideas. This is because Cosmo’s appearance changes with every new perspective. A circle of six lights knots dissolves into the third dimension, emitting its even, glare-free and dimmable light over lobbies, foyers, halls, and in every other architectural space designed with energy-efficiency and extraordinary shapes in mind.', 'http://www.next.design/de/produkt/cosmo_pendel_rgbw.html', 'Next-Cosmo-Pendel-RGB-W_small.jpg', 'Next Cosmo Pendel RGB/W', 'Cosmo Pendel RGB/W', 'Cosmo Pendel RGB/W', '2018-04-13'),
(143, 'FLS', 75, 'Arrangements', 'Arrangements by Michael Anastassiades', 'Arrangements is a modular system of geometric light elements that can be combined in different ways, creating multiple compositions into individual chandeliers. Each unit simply attaches onto the previous one as if resting, balancing perfectly as a part of a glowing chain.\r\n\r\nQuote from the designer Michael Anastassiades:\r\nI have always been fascinated with the parallel that exists between Lighting and Jewelry. Starting from the simple fact of how each piece relates to human scale: one is designed to be worn on the body whereas the other is made to decorate the space someone occupies. I’m challenged in how the delicate nature of something small can be translated spatially and still manages to retain its preciousness in the way materials are presented. It is no coincidence that the word “pendant” has a double meaning. Existing both as a piece of jewelry that hangs from a chain worn around the neck, and a light designed to hang from the ceiling.', 'https://usa.flos.com/modern-pendant-lights/arrangements', 'Flos-Arrangements_small.jpg', 'Flos Arrangements', 'Arrangements', 'Arrangements by Michael Anastassiades', '2018-04-17'),
(144, 'DEX001', 98, 'Valencia', 'Valencia', 'Truly Truly, a Rotterdam (NL) based design studio with experience in both lighting and furniture design, designed the Valencia, a stylish terrace lamp, inspired by natural elements, executed in a stylish green shade. In this luminaire they employ color, pattern and texture in new and thoughtful ways.\r\n\r\nSuitable as an application above a generous table. The fixture is made of aluminum and has a base of stainless steel. The lamp has a bluetooth dimmable LED module of 1820 lm. The whole is done with a powder coat finish.', 'http://www.dexterlighting.nl/', 'Dexter-Valencia_small.jpg', 'Dexter Valencia', 'Valencia', 'Valencia', '2018-04-17'),
(145, 'SHD001', 99, 'The Orb', 'The Orb', 'Created by Scandinavian design supernova Øivind Slaatto, The Orb is a modern design object in itself. The Orb is a connected device. You can change the light settings with the Eclipse or your smart phone. Add and set-up more Orbs with ease through our corresponding app. Through the use of Bluetooth LE technology, The Orbs communicate without having to use WIFI. This ensures that any external network problems do not have any influence on the stability of The Orbs.', 'https://shadelights.com/the-orb-kit-with-eclipse', 'Shade-The-Orb_small.jpg', 'Shade The Orb', 'The Orb', 'The Orb', '2018-04-17'),
(146, 'VIB006', 91, 'Guise', 'Guise', 'Stefan Diez developed a new approach to using LED technology together with Vibia, by integrating light with material and making it pass through in such a way that it becomes invisible and then allowing it to appear out of nowhere. The exquisite treatment of the form, the material and the technology guarantees a surprising lighting effect and an impeccable performance. With GUISE this approach to technology culminates with the inclusion of an optical sensor.\r\n\r\nGuise includes a sensor that allows its intensity to be dimmed simply by bringing one’s hand close to the light, without the need for a switch, or even direct contact.\r\n\r\nThe collection includes pendant lamps, both vertical and horizontal, that allows them to be placed over dining tables, offices or sitting rooms and circulation areas, with single fittings or multiple configurations.', 'https://www.vibia.com/en/int/collections-guise', 'Vibia-Guise_small.jpg', 'Vibia Guise', 'Guise', 'Guise', '2018-04-17'),
(147, 'DGR004', 83, 'TETATET Flûte', 'TETATET Flûte', 'This is an evolution of the Tetatet lamp.\r\n\r\nA rechargeable Lithium battery was put into use to allow the support column of the lamp to be practically “invisible”. The head of the lamp, where the battery is located, is lightweight and appears to be floating in air. The effect is innovative and magical. The support column is made of methacrylate.\r\n\r\nThe Tetatet Flûte lamp fits perfectly with an elegant “mis en place”, bestowing beauty and spontaneity to any table.\r\n\r\n\r\nBATTERY LIFE 10 HOURS - MICRO USB\r\nLED 2 W - 237 lm\r\n\r\nUS VERSION AVAILABLE', 'http://davidegroppi.com/en/lamp/tetatet-flute/', 'Davide-Groppi-TETATET-Flûte_small.jpg', 'Davide Groppi TETATET Flûte', 'TETATET Flûte', 'TETATET Flûte', '2018-04-17'),
(148, 'FAR001', 100, 'Galerie', 'Galerie by Federico Peri, 2018', 'The distinguishing feature of Galerie is the diffuser, which is inspired by both aesthetically and functionally by the antique oil lamps of the Belle Époque. Hand-blown in four layers of glass, where the outer and the inner layers are of two different colors, it reads as white when turned off, then as amber once lit. It is also equipped with a leather strap that allows the fixture to be hung in different positions on the structure. In the floor version, the lamp is available for two uses: a reading lamp with one diffuser, to create the ideal atmosphere for reading, and a floor lamp with two diffusers positioned at different heights, for adjustable ambient lighting. The family also includes a wall version. The combination of materials (glass, leather, metal and marble), unprecedented in a lamp, makes the Galerie family particularly rich, and at the same time elegant and balanced. Galerie expresses the memory of days gone by in a contemporary key.\r\n\r\nThe latest addition: a hanging version with four lamps: intensely warm light on the walls, a whiter downward light thanks to the two-tone glass, acid-etched white on the outside, amber on the inside. Noblesse oblige.', 'http://www.fontanaarte.com/en/lighting/suspension-lamp/galerie', 'FontanaArte-Galerie_small.jpg', 'FontanaArte Galerie', 'Galerie', 'Galerie by Federico Peri, 2018', '2018-04-23'),
(149, 'FAR002', 100, 'IO+', 'IO+ by Claesson Koivisto Rune , 2018', 'IO+ progeny of the IO wall lamp designed in 2015 by ClaessonKoivistoRune, architects who express contemporary Northern European taste while embracing the Italian sensibility and lifestyle. The new capsule collection of wall, table and reading lamps has a light source redesigned to be more eclectic\r\nand flexible. Extremely functional objects, thanks to the orientability of the light, and scenographic thanks to the new finishes, like mirrored and burnished metal.', 'http://www.fontanaarte.com/en/lighting/wall-lamp/io-0', 'FontanaArte-IO+_small.jpg', 'FontanaArte IO+', 'IO+', 'IO+ by Claesson Koivisto Rune , 2018', '2018-04-23'),
(150, 'CIN001', 54, 'Acqua', 'Acqua', 'Acqua, LED lamp with dimmer for installation on the ceiling or near the wall. It’s composed by modules that can be joined together in order to create many customized configurations. The lighting body, designed in uplight and downlight version can project the light upwards or downwards for a direct or reflected effect. The lamp is composed of Acqua rosone 1 cable, 2 cables or 3 cables to which are connected the lighting bodies that are sold separately.', 'http://www.cinienils.com/en/products/acqua-2/acqua-3/acqua-tre-decentrata', 'Cini&Nils-Acqua_small.jpg', 'Cini&Nils Acqua', 'Acqua', 'Acqua', '2018-04-23'),
(151, 'MOI001', 103, 'Uhuh, Purr & Noot Noot', 'Uhuh, Purr & Noot Noot by Marcel Wanders', 'Uhuh, Purr & Noot Noot (owl, rabbit & penguin) are a series of table lamps by Marcel Wanders with their very own personalities and characteristics. Rounded, endearing and elegant, they find their place in any kind of interior climate and environment. Their frosted glass bodies, decorated with touches of gold, emit a sunny, heart-warming light glow.\r\nTheir gold plated ceramic features bring the animals to life, accessorizing them with precious jewels that complement the snowy whiteness of their bodies. Enjoy a wonderland of fairy tale characters with heaps of charm!', 'https://www.moooi.com/products/uhuh', 'Moooi-Uhuh-Purr-Noot-Noot_small.jpg', 'Moooi Uhuh, Purr & Noot Noot', 'Uhuh, Purr & Noot Noot', 'Uhuh, Purr & Noot Noot by Marcel Wanders', '2018-04-24'),
(152, 'INL001', 104, 'Biba', 'Biba Family', 'Individual or in a matching composition, sophistication it’s the look you are getting. Think about Biba if you’re planning an elegant restaurant, minimalistic hotel lobby, Scandinavian inspired bar, urban retail or even your home dining room and let it suit your taste.\r\n\r\nCombine shapes and colors in an endless fusion of possibilities, which will lead you from simple and sophisticated, to a luminaire that lets your ideas fly.\r\n\r\nDesign: Wilsonic design', 'https://www.intra-lighting.com/family?family=115', 'Intra-Lighting-Biba_small.jpg', 'Intra Lighting Biba', 'Biba', 'Biba Family', '2018-04-27'),
(153, 'SAT002', 43, 'FAVO LIGHT NET', 'FAVO LIGHT NET', 'Just like a molecular structure the FAVO light network allows completely new approaches to illumination. By switching single light spots on and off FAVO makes it possible to generate various light scenes according to individual requirements.\r\n\r\nThe visionary illumination concept with three individually controllable spots at each light node brings light to any requested place in a room. Whether intensive, dramatic, softly dimmed, tightly focused or flood light – there are no limits for creative compositions in areas with continuously changing illumination needs.\r\n\r\nLamping:\r\n\r\nThree spots per light node, equipped with lens technology and a beam angle of 18° each, arranged at a 30° angle in opposite directions. State-of-the-art LED technology with 3 x 1,7 watts and 500 lumens total luminous flux provide for homogeneous or wide-area lighting. The thermoplastic material with extremely high thermal conductivity ensures uniform cooling and an appealing look. Each spot can be separately controlled, switched and dimmed via the SATTLER Web Interface via Bluetooth and complete lighting scenarios can be created and saved individually.\r\n\r\nSize: 800 x 693 mm\r\n\r\nConcept and design:\r\n\r\nAlexander Rybol, Head of Product Design, and Jürgen Gaiser, Executive Board Interior / Product Design, of blocher partners\r\n\r\nTechnical development and realization: SATTLER', 'http://www.sattler-lighting.com/en/portfolio/favo-light-net/', 'Sattler-FAVO-LIGHT-NET_small.jpg', 'Sattler FAVO LIGHT NET', 'FAVO LIGHT NET', 'FAVO LIGHT NET', '2018-05-03'),
(154, 'ING002', 94, 'Dancing Insects', 'Dancing Insects', 'Dancing Insects\r\nINGO MAURER 2018\r\n\r\nDancing Insects is a lighting object made of fine porcelain. A cloud of white butterflies and libellulas dances above a plate. Like fruits, some bulbs are placed on the plate. Lit from below, the butterflies cast shadows on the ceiling.\r\n\r\nLight source\r\nLED', 'https://www.ingo-maurer.com/en/products/dancing-insects', 'Ingo-Maurer-Dancing-Insects_small.jpg', 'Ingo Maurer Dancing Insects', 'Dancing Insects', 'Dancing Insects', '2018-05-08'),
(155, 'ING003', 94, 'Broken Egg', 'Broken Egg', 'Custom-made object. The aluminium form is hammered by hand and coated with a special material made with egg shells. Further details on request.\r\nLight source\r\nHalogen or LED\r\nDimensions\r\nLenght approx. 115 cm', 'https://www.ingo-maurer.com/en/products/broken-egg', 'Ingo-Maurer-Broken-Egg_small.jpg', 'Ingo Maurer Broken Egg', 'Broken Egg', 'Broken Egg', '2018-05-08'),
(156, 'ING004', 94, 'Galactic', 'Galactic', 'Galactic\r\nINGO MAURER AND TEAM 2018\r\n\r\nThe light shimmers through the curved cut-in outline in a thin white board, which slightly drops towards its center. Galatic primarily provides indirect light reflected from the ceiling and walls. It is particularly beautiful in areas that serve for relaxation, where one unwinds, and enjoys directing one\'s gaze upwards, as if into the infinity of a vortex. Material: glass fibre, carbon fibre, metal. .\r\n\r\nLight source\r\nLED dimmable, 2700 K\r\n\r\nDimensions\r\nLength approx. 120 cm', 'https://www.ingo-maurer.com/en/products/galactic', 'Ingo-Maurer-Galactic_small.jpg', 'Ingo Maurer Galactic', 'Galactic', 'Galactic', '2018-05-08');
INSERT INTO `guides` (`guide_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(157, 'ZTB003', 46, 'AMPHIBIA', 'AMPHIBIA IP66 LED moisture-proof luminaires', 'Industry applications are tough places. \r\nAMPHIBIA helps customers achieve their targets and minimise\r\nrisks. Different versions fulfil the most demanding lighting tasks by combining high performance levels with strong resistance against water, dust, chemicals and extreme temperatures. \r\n\r\nThe luminaire housing and diffuser are made from the same material. This means that the product maintains full resistance during any physical expansion caused by changes in temperature.\r\n\r\nMechanical resistance\r\nA compact design and highly impact-resistant materials provide the kind of mechanical stability required for logistics, agriculture and car-park applications.\r\n\r\nTemperature resistance\r\nA consistent material concept and a specially engineered gear tray make sure that the luminaire\r\ncan withstand ambient temperatures ranging from -35 °C to + 50 °C.\r\n\r\nChemical resistance\r\nThe versatility of AMPHIBIA is based on the specific benefits of three materials. These offer maximum resistance against chemical substances such as acids, alkalis, halogens, solvents, fats and oils.\r\n\r\nAMPHIBIA stays clean. Waste water has no chance, it simply drips off without dirtying the optics, while surfaces and niches where dust could gather have been completely avoided. Not even a mounting clip interrupts the smooth surface of the entirely transparent and IP66-protected luminaire.\r\n\r\nCompact\r\nHygienic design starts with a smooth surface that leaves no place for deposits. With InvisiClick,\r\nAMPHIBIA has swapped a conventional fastening clip for a clipless version that works out of sight.\r\n\r\nSmart\r\nA long list of technical refinements enable AMPHIBIA to stay clean for longer. Injection edges with an angle of more than 15° and optics with a Drip-Edge-Effect help guide dust and water away from the fitting.\r\n\r\nEasy to clean\r\nRounded corners and smooth surfaces support quick and easy cleaning – especially as pressure washers and strong detergents can be used if required.\r\n\r\nWhen fulfilling visual tasks on point priorities can vary. Sometimes, it is ensuring the effective\r\nillumination of extensive production areas. Other times, the focus is on long corridors of high-level\r\nracking or busy traffic routes. AMPHIBIA hits the mark from every height – with good uniformity\r\nand maximum efficiency.\r\n\r\nFrom narrow to wide or asymmetrical: AMPHIBIA offers distributions for the most diverse lighting tasks – with high visual comfort every time.\r\n\r\nWhether a ceiling or a wall, horizontal or vertical – whatever you need, AMPHIBIA promises the highest installation flexibility on the market. This moisture-proof luminaire can be safely positioned and neatly installed in just a few simple steps – in even less via a BESA box.\r\n\r\nAs a truly versatile lighting tool, AMPHIBIA complies with all the norms and standards associated with a modern lighting solution. For example, it adheres with the newly introduced specifications for parking garages by achieving the required cylindrical illuminance levels for parking areas.', 'http://www.zumtobel.com/com-en/products/amphibia.html', 'Zumtobel-AMPHIBIA_small.jpg', 'Zumtobel AMPHIBIA', 'AMPHIBIA', 'AMPHIBIA IP66 LED moisture-proof luminaires', '2018-05-08'),
(158, 'NIM002', 93, 'Q ONE, Q FOUR and Q FOUR TT', 'Q ONE, Q FOUR and Q FOUR TT', 'Excellent light quality, a precise lighting effect and a light source that is practically invisible: the new Q ONE, Q FOUR and Q FOUR TT extend the lighting designer\'s toolkit and break new ground applying directed light.\r\n\r\nThe geometric and clear-cut basic shape of the proven Nimbus Modul Q family continues to constitute a characteristic design feature. In this new Generation Q ceiling luminaires, special focus has been placed on optimised glare suppression and a precise, focused lighting effect. The light sources in the modules completely step into the background, the light shines \"from behind the scenes\".\r\n\r\nThe design – in the minimalistic Nimbus look & feel\r\n\r\nThe classical Modul Q which is still available in the Nimbus portfolio is characterised by its significant conical indentations, developed by Nimbus for the purpose of glare suppression. The new Q ONE and Q FOUR display the same form and outer dimensions but differ in their elegant underside appearance with gentle, flowing forms and surfaces which contribute to the optimised and harmonious glare suppression.\r\n\r\nAlso a novelty: the Q MODULAR surface-mounted housing. Nimbus has designed a surface-mounted housing which can be used for the Cubic and the Modul Q 36 and perfectly blends in with the surrounding interior. The finish is kept in timelessly elegant black or white.', 'https://nimbus-lighting.com/en/products/features/light-building-2018#1', 'Nimbus-Group-Q-One_small.jpg', 'Nimbus Group Q ONE', 'Q ONE, Q FOUR and Q FOUR TT', 'Q ONE, Q FOUR and Q FOUR TT', '2018-05-08'),
(159, 'NIM003', 93, 'Gravity CL', 'Gravity CL', 'CABLELESS LIGHT\r\nHovering in space: Gravity CL – light without installation effort!\r\n\r\nThe cableless, battery-powered Gravity CL was presented as a vision for the future – now the puristic suspended luminaire has reached full maturity and has become the fourth cableless luminaire in the Nimbus Group portfolio. The Gravity CL provides an extremely flexible and unconventional lighting solution, e.g. for people in rented apartments who are looking for high-quality lighting and often change around the interior or move frequently. The Gravity CL will also appeal to those who shy away from a complex subsequent installation but still want optimal lighting. The Gravity CL solves a specific problem: it enables the illumination of dining tables, work surfaces or counters without depending on specific power outlets.\r\n\r\nCharacteristic design idiom\r\n\r\nThe most noticeable element is the fold along the light surface, a characteristic design feature with an elemental function: it enables two-sided light emission through a diffuser made of high-quality acrylic glass. Gravity can be rotated horizontally through 360 degrees and tilted vertically a short way by means of a barely perceptible joint – to achieve the most pleasant lighting effect.\r\n\r\nThe Gravity CL is a suspended luminaire and is mounted to the ceiling by a special suspension bracket, from which it can be easily removed – for example to dock it onto the especially developed Dual Charger, which can hold up to two models at a time.', 'https://nimbus-lighting.com/en/products/features/light-building-2018#1', 'Nimbus-Group-Gravity-CL_small.jpg', 'Nimbus Group Gravity CL', 'Gravity CL', 'Gravity CL', '2018-05-08');

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

--
-- Table structure for table `guides_categories`
--

CREATE TABLE `guides_categories` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `spec` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `guides_categories`:
--

--
-- Dumping data for table `guides_categories`
--

INSERT INTO `guides_categories` (`spec_id`, `parent_id`, `spec`, `lft`, `rgt`) VALUES
(1, 0, 'Classification', 1, 198),
(2, 1, 'Market', 2, 17),
(3, 1, 'Type', 18, 39),
(4, 1, 'Technology', 40, 49),
(5, 1, 'Manufacturer', 50, 177),
(6, 1, 'Year', 178, 197),
(7, 2, 'Europe', 3, 4),
(8, 2, 'Asia', 5, 6),
(9, 2, 'Australia', 7, 8),
(10, 2, 'USA', 9, 10),
(11, 2, 'North America', 11, 12),
(12, 3, 'Lamps', 19, 20),
(13, 3, 'Optics', 21, 22),
(14, 3, 'Boards & Chips', 23, 24),
(15, 3, 'LED Sources', 25, 26),
(16, 3, 'Luminaires Interior', 27, 28),
(17, 3, 'Controls', 29, 30),
(18, 3, 'Drivers', 31, 32),
(19, 4, 'OLED', 41, 42),
(20, 4, 'LED', 43, 44),
(21, 5, 'HALLA', 51, 52),
(22, 5, 'mLight', 53, 54),
(23, 6, '2010', 179, 180),
(24, 6, '2011', 181, 182),
(25, 6, '2012', 183, 184),
(26, 6, '2013', 185, 186),
(27, 6, '2014', 187, 188),
(28, 6, '2015', 189, 190),
(29, 2, 'South America', 13, 14),
(30, 2, 'International', 15, 16),
(31, 5, 'LUMILEDS', 55, 56),
(32, 5, 'SORAA', 57, 58),
(33, 5, 'Artemide', 59, 60),
(34, 6, '2016', 191, 192),
(35, 5, 'LG', 61, 62),
(36, 5, 'Eaton Cooper Lighting', 63, 64),
(37, 5, 'Lutron', 65, 66),
(38, 4, 'Wireless', 45, 46),
(39, 3, 'Software', 33, 34),
(40, 3, 'Controls & Software', 35, 36),
(41, 3, 'Luminaires Exterior', 37, 38),
(42, 4, 'LED RGB', 47, 48),
(43, 5, 'Sattler', 67, 68),
(44, 5, 'Feilo Sylvania', 69, 70),
(45, 5, 'Flexworx', 71, 72),
(46, 5, 'Zumtobel', 73, 74),
(47, 5, 'Arkoslight', 75, 76),
(48, 5, 'OSRAM', 77, 78),
(49, 5, 'Exenia', 79, 80),
(50, 5, 'Trilux', 81, 82),
(51, 5, '3F Fillipi', 83, 84),
(52, 5, 'Esse-ci', 85, 86),
(53, 5, 'Neonny', 87, 88),
(54, 5, 'CINI&NILS', 89, 90),
(55, 5, 'Modular', 91, 92),
(56, 5, 'Simes', 93, 94),
(57, 6, '2017', 193, 194),
(58, 6, '2018', 195, 196),
(59, 5, 'NORLIGHT', 95, 96),
(60, 5, 'Castaldi Lighting', 97, 98),
(61, 5, 'Designheure S.A.S.', 99, 100),
(63, 5, 'ALDABRA', 101, 102),
(64, 5, 'Bega', 103, 104),
(65, 5, 'Element Lighting (by Tech Lighti', 105, 106),
(66, 5, 'Tech Lighting', 107, 108),
(67, 5, 'Sistemalux', 109, 110),
(68, 5, 'iGuzzini', 111, 112),
(69, 5, 'ERCO', 113, 114),
(70, 5, 'TAL', 115, 116),
(71, 5, 'Luce & Light', 117, 118),
(72, 5, 'We-ef Lighting', 119, 120),
(73, 5, 'Louis Poulsen', 121, 122),
(75, 5, 'Flos', 123, 124),
(76, 5, 'designLed', 125, 126),
(77, 5, 'ROXO Lighting', 127, 128),
(78, 5, 'Litecontrol', 129, 130),
(80, 5, 'Foscarini', 131, 132),
(81, 5, 'Axolight', 133, 134),
(82, 5, 'Viabizzuno', 135, 136),
(83, 5, 'Davide Groppi', 137, 138),
(84, 5, 'Selux', 139, 140),
(85, 5, 'XAL', 141, 142),
(86, 5, 'Buzzi Space', 143, 144),
(87, 5, 'Delta Light', 145, 146),
(88, 5, 'Occhio', 147, 148),
(89, 5, 'Karman', 149, 150),
(90, 5, 'SLAMP', 151, 152),
(91, 5, 'Vibia', 153, 154),
(92, 5, 'Kreon', 155, 156),
(93, 5, 'Nimbus Group', 157, 158),
(94, 5, 'Ingo Maurer', 159, 160),
(95, 5, 'Gloster', 161, 162),
(96, 5, 'Linea Light', 163, 164),
(97, 5, 'Next', 165, 166),
(98, 5, 'Dexter', 167, 168),
(99, 5, 'Shade', 169, 170),
(100, 5, 'FontanaArte', 171, 172),
(103, 5, 'Moooi', 173, 174),
(104, 5, 'Intra Lighting', 175, 176);

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

--
-- Table structure for table `guides_classification`
--

CREATE TABLE `guides_classification` (
  `id` int(10) UNSIGNED NOT NULL,
  `guide_id` mediumint(8) UNSIGNED NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `type` smallint(5) UNSIGNED NOT NULL,
  `manufacturer` smallint(5) UNSIGNED NOT NULL,
  `technology` smallint(5) UNSIGNED NOT NULL,
  `market` smallint(5) UNSIGNED NOT NULL,
  `year` smallint(5) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `guides_classification`:
--   `guide_id`
--       `guides` -> `guide_id`
--

--
-- Dumping data for table `guides_classification`
--

INSERT INTO `guides_classification` (`id`, `guide_id`, `active`, `type`, `manufacturer`, `technology`, `market`, `year`) VALUES
(33, 1, 1, 16, 21, 20, 7, 28),
(34, 2, 1, 16, 21, 20, 7, 28),
(35, 3, 1, 16, 22, 20, 7, 28),
(37, 6, 1, 12, 32, 20, 30, 28),
(38, 7, 1, 16, 35, 19, 30, 34),
(39, 8, 1, 16, 35, 19, 30, 34),
(40, 9, 1, 41, 36, 20, 11, 34),
(41, 10, 1, 40, 37, 38, 11, 34),
(42, 11, 1, 16, 43, 20, 7, 34),
(43, 12, 1, 12, 44, 20, 30, 34),
(44, 13, 1, 16, 45, 20, 11, 34),
(45, 25, 1, 16, 45, 20, 7, 34),
(48, 20, 1, 16, 46, 20, 30, 34),
(49, 16, 1, 16, 47, 20, 7, 34),
(50, 17, 1, 16, 48, 19, 7, 28),
(52, 19, 1, 16, 50, 20, 7, 34),
(53, 21, 1, 16, 52, 20, 7, 34),
(54, 23, 1, 16, 53, 42, 30, 28),
(55, 24, 1, 16, 53, 20, 30, 28),
(57, 27, 1, 16, 54, 20, 7, 34),
(58, 28, 1, 16, 54, 20, 7, 34),
(59, 29, 1, 16, 54, 20, 7, 34),
(60, 30, 1, 16, 54, 20, 7, 34),
(61, 31, 1, 16, 55, 20, 30, 28),
(62, 18, 1, 16, 49, 20, 7, 34),
(120, 4, 0, 15, 31, 20, 30, 28),
(121, 26, 0, 16, 54, 20, 7, 34),
(128, 49, 0, 41, 64, 20, 7, 57),
(129, 49, 0, 41, 64, 20, 30, 57),
(131, 41, 0, 16, 55, 20, 7, 58),
(132, 42, 0, 16, 59, 20, 7, 58),
(147, 36, 1, 16, 55, 20, 7, 58),
(148, 37, 1, 16, 55, 19, 7, 58),
(149, 38, 1, 16, 55, 20, 7, 58),
(150, 40, 1, 16, 55, 20, 7, 57),
(151, 32, 1, 41, 56, 20, 7, 58),
(152, 33, 1, 41, 56, 20, 7, 58),
(153, 34, 1, 41, 56, 20, 7, 58),
(154, 46, 1, 16, 63, 20, 7, 58),
(155, 46, 1, 16, 63, 20, 30, 58),
(156, 47, 1, 16, 64, 20, 7, 57),
(157, 47, 1, 16, 64, 20, 30, 57),
(158, 48, 1, 41, 64, 20, 7, 57),
(159, 48, 1, 41, 64, 20, 30, 57),
(160, 43, 1, 16, 60, 20, 7, 58),
(161, 44, 1, 16, 61, 20, 7, 57),
(162, 44, 1, 16, 61, 20, 30, 57),
(163, 45, 1, 16, 61, 20, 7, 57),
(164, 45, 1, 16, 61, 20, 30, 57),
(165, 39, 1, 16, 55, 20, 7, 58),
(166, 50, 1, 16, 65, 20, 10, 57),
(167, 50, 1, 16, 65, 20, 30, 57),
(168, 50, 1, 16, 65, 20, 0, 57),
(169, 51, 1, 16, 65, 20, 10, 57),
(170, 51, 1, 16, 65, 20, 30, 57),
(171, 51, 1, 16, 65, 20, 0, 57),
(172, 52, 1, 16, 65, 20, 10, 57),
(173, 52, 1, 16, 65, 20, 30, 57),
(174, 52, 1, 16, 65, 20, 0, 57),
(175, 53, 1, 16, 66, 20, 10, 58),
(176, 53, 1, 16, 66, 20, 30, 58),
(177, 53, 1, 16, 66, 20, 0, 58),
(178, 55, 1, 16, 66, 20, 10, 58),
(179, 55, 1, 16, 66, 20, 30, 58),
(180, 55, 1, 16, 66, 20, 0, 58),
(181, 56, 1, 16, 66, 20, 10, 58),
(182, 56, 1, 16, 66, 20, 30, 58),
(183, 56, 1, 16, 66, 20, 0, 58),
(184, 57, 1, 41, 67, 20, 30, 58),
(185, 57, 1, 41, 67, 20, 0, 58),
(186, 57, 1, 41, 67, 20, 0, 58),
(187, 58, 1, 41, 67, 20, 30, 57),
(188, 58, 1, 41, 67, 20, 0, 57),
(189, 58, 1, 41, 67, 20, 0, 57),
(190, 59, 1, 16, 68, 20, 30, 58),
(191, 59, 1, 16, 68, 20, 0, 58),
(192, 59, 1, 16, 68, 20, 0, 58),
(193, 60, 1, 41, 68, 20, 11, 58),
(194, 60, 1, 41, 68, 20, 30, 58),
(195, 60, 1, 41, 68, 20, 0, 58),
(196, 61, 1, 41, 68, 20, 11, 58),
(197, 61, 1, 41, 68, 20, 30, 58),
(198, 61, 1, 41, 68, 20, 0, 58),
(199, 62, 1, 16, 69, 20, 30, 58),
(200, 62, 1, 16, 69, 20, 0, 58),
(201, 62, 1, 16, 69, 20, 0, 58),
(202, 63, 1, 16, 69, 20, 30, 58),
(203, 63, 1, 16, 69, 20, 0, 58),
(204, 63, 1, 16, 69, 20, 0, 58),
(205, 64, 1, 16, 69, 20, 10, 58),
(206, 64, 1, 16, 69, 20, 30, 58),
(207, 64, 1, 16, 69, 20, 0, 58),
(214, 67, 1, 16, 70, 20, 7, 57),
(215, 67, 1, 16, 70, 20, 0, 57),
(216, 67, 1, 16, 70, 20, 0, 57),
(217, 66, 1, 16, 70, 20, 7, 57),
(218, 68, 1, 41, 70, 20, 7, 57),
(219, 68, 1, 41, 70, 20, 0, 57),
(220, 68, 1, 41, 70, 20, 0, 57),
(221, 69, 1, 16, 70, 20, 7, 57),
(222, 69, 1, 16, 70, 20, 0, 57),
(223, 69, 1, 16, 70, 20, 0, 57),
(224, 70, 1, 16, 71, 20, 7, 58),
(225, 70, 1, 16, 71, 20, 0, 58),
(226, 70, 1, 16, 71, 20, 0, 58),
(227, 71, 1, 41, 71, 20, 7, 57),
(228, 71, 1, 41, 71, 20, 0, 57),
(229, 71, 1, 41, 71, 20, 0, 57),
(230, 72, 1, 41, 71, 20, 7, 57),
(231, 72, 1, 41, 71, 20, 0, 57),
(232, 72, 1, 41, 71, 20, 0, 57),
(236, 74, 1, 16, 64, 20, 30, 58),
(237, 74, 1, 16, 64, 20, 10, 58),
(238, 74, 1, 16, 64, 20, 0, 58),
(239, 73, 1, 16, 64, 20, 30, 58),
(240, 73, 1, 16, 64, 20, 10, 58),
(241, 75, 1, 41, 72, 20, 30, 57),
(242, 75, 1, 41, 72, 20, 0, 57),
(243, 75, 1, 41, 72, 20, 0, 57),
(244, 76, 1, 16, 72, 42, 30, 57),
(245, 76, 1, 16, 72, 42, 0, 57),
(246, 76, 1, 16, 72, 42, 0, 57),
(247, 77, 1, 16, 73, 20, 7, 57),
(248, 77, 1, 16, 73, 20, 30, 57),
(249, 77, 1, 16, 73, 20, 0, 57),
(250, 78, 1, 16, 75, 20, 7, 57),
(251, 78, 1, 16, 75, 20, 30, 57),
(252, 78, 1, 16, 75, 20, 0, 57),
(253, 79, 1, 16, 76, 20, 7, 57),
(254, 79, 1, 16, 76, 20, 30, 57),
(255, 79, 1, 16, 76, 20, 0, 57),
(259, 81, 1, 16, 77, 20, 7, 57),
(260, 81, 1, 16, 77, 20, 0, 57),
(261, 81, 1, 16, 77, 20, 0, 57),
(262, 82, 1, 16, 77, 20, 7, 57),
(263, 82, 1, 16, 77, 20, 0, 57),
(264, 82, 1, 16, 77, 20, 0, 57),
(265, 83, 1, 16, 77, 20, 7, 58),
(266, 83, 1, 16, 77, 20, 0, 58),
(267, 83, 1, 16, 77, 20, 0, 58),
(268, 84, 1, 16, 78, 20, 10, 57),
(269, 84, 1, 16, 78, 20, 0, 57),
(270, 84, 1, 16, 78, 20, 0, 57),
(271, 86, 1, 16, 47, 20, 7, 58),
(272, 86, 1, 16, 47, 20, 30, 58),
(273, 86, 1, 16, 47, 20, 0, 58),
(274, 87, 1, 16, 80, 20, 7, 57),
(275, 87, 1, 16, 80, 20, 0, 57),
(276, 87, 1, 16, 80, 20, 0, 57),
(277, 88, 1, 16, 81, 20, 30, 57),
(278, 88, 1, 16, 81, 20, 10, 57),
(279, 88, 1, 16, 81, 20, 0, 57),
(280, 89, 1, 16, 81, 20, 30, 57),
(281, 89, 1, 16, 81, 20, 10, 57),
(282, 89, 1, 16, 81, 20, 0, 57),
(283, 90, 1, 16, 83, 20, 7, 58),
(284, 90, 1, 16, 83, 20, 30, 58),
(285, 90, 1, 16, 83, 20, 0, 58),
(286, 91, 1, 16, 83, 20, 7, 58),
(287, 91, 1, 16, 83, 20, 30, 58),
(288, 91, 1, 16, 83, 20, 0, 58),
(289, 92, 1, 16, 83, 20, 7, 58),
(290, 92, 1, 16, 83, 20, 30, 58),
(291, 92, 1, 16, 83, 20, 0, 58),
(292, 93, 1, 16, 84, 20, 7, 58),
(293, 93, 1, 16, 84, 20, 30, 58),
(294, 93, 1, 16, 84, 20, 0, 58),
(295, 94, 1, 16, 85, 20, 7, 58),
(296, 94, 1, 16, 85, 20, 30, 58),
(297, 94, 1, 16, 85, 20, 0, 58),
(298, 95, 1, 16, 85, 20, 7, 58),
(299, 95, 1, 16, 85, 20, 30, 58),
(300, 95, 1, 16, 85, 20, 0, 58),
(301, 96, 1, 16, 85, 20, 7, 58),
(302, 96, 1, 16, 85, 20, 30, 58),
(303, 96, 1, 16, 85, 20, 0, 58),
(304, 97, 1, 16, 81, 20, 7, 58),
(305, 97, 1, 16, 81, 20, 30, 58),
(306, 97, 1, 16, 81, 20, 0, 58),
(307, 98, 1, 41, 84, 20, 7, 58),
(308, 98, 1, 41, 84, 20, 30, 58),
(309, 98, 1, 41, 84, 20, 0, 58),
(313, 99, 1, 16, 86, 20, 7, 58),
(314, 99, 1, 16, 86, 20, 30, 58),
(315, 100, 1, 16, 85, 20, 7, 58),
(316, 100, 1, 16, 85, 20, 30, 58),
(317, 100, 1, 16, 85, 20, 0, 58),
(318, 101, 1, 16, 85, 20, 7, 58),
(319, 101, 1, 16, 85, 20, 30, 58),
(320, 101, 1, 16, 85, 20, 0, 58),
(321, 102, 1, 16, 87, 20, 7, 58),
(322, 102, 1, 16, 87, 20, 30, 58),
(323, 102, 1, 16, 87, 20, 0, 58),
(324, 103, 1, 16, 87, 20, 7, 58),
(325, 103, 1, 16, 87, 20, 30, 58),
(326, 103, 1, 16, 87, 20, 0, 58),
(327, 104, 1, 16, 87, 20, 7, 58),
(328, 104, 1, 16, 87, 20, 30, 58),
(329, 104, 1, 16, 87, 20, 0, 58),
(330, 105, 1, 16, 87, 20, 7, 58),
(331, 105, 1, 16, 87, 20, 30, 58),
(332, 105, 1, 16, 87, 20, 0, 58),
(333, 106, 1, 16, 88, 20, 7, 58),
(334, 106, 1, 16, 88, 20, 30, 58),
(335, 106, 1, 16, 88, 20, 0, 58),
(339, 107, 1, 16, 89, 20, 7, 58),
(340, 107, 1, 16, 89, 20, 30, 58),
(341, 108, 1, 16, 89, 20, 7, 57),
(342, 108, 1, 16, 89, 20, 30, 57),
(343, 108, 1, 16, 89, 20, 0, 57),
(344, 109, 1, 16, 89, 20, 7, 58),
(345, 109, 1, 16, 89, 20, 30, 58),
(346, 109, 1, 16, 89, 20, 0, 58),
(347, 110, 1, 16, 89, 20, 7, 58),
(348, 110, 1, 16, 89, 20, 30, 58),
(349, 110, 1, 16, 89, 20, 0, 58),
(353, 111, 1, 16, 89, 20, 7, 58),
(354, 111, 1, 16, 89, 20, 30, 58),
(355, 112, 1, 16, 33, 20, 7, 58),
(356, 112, 1, 16, 33, 20, 30, 58),
(357, 112, 1, 16, 33, 20, 0, 58),
(358, 113, 1, 16, 33, 20, 7, 58),
(359, 113, 1, 16, 33, 20, 30, 58),
(360, 113, 1, 16, 33, 20, 0, 58),
(364, 114, 1, 16, 90, 20, 7, 58),
(365, 114, 1, 16, 90, 20, 30, 58),
(366, 115, 1, 16, 90, 20, 7, 58),
(367, 115, 1, 16, 90, 20, 30, 58),
(368, 115, 1, 16, 90, 20, 0, 58),
(372, 116, 1, 16, 90, 20, 7, 58),
(373, 116, 1, 16, 90, 20, 30, 58),
(374, 117, 1, 16, 90, 20, 7, 58),
(375, 117, 1, 16, 90, 20, 30, 58),
(376, 117, 1, 16, 90, 20, 0, 58),
(377, 118, 1, 16, 90, 20, 7, 58),
(378, 118, 1, 16, 90, 20, 30, 58),
(379, 118, 1, 16, 90, 20, 0, 58),
(380, 119, 1, 16, 90, 20, 7, 58),
(381, 119, 1, 16, 90, 20, 30, 58),
(382, 119, 1, 16, 90, 20, 0, 58),
(386, 120, 1, 16, 91, 20, 7, 58),
(387, 120, 1, 16, 91, 20, 30, 58),
(388, 121, 1, 16, 91, 20, 7, 57),
(389, 121, 1, 16, 91, 20, 30, 57),
(390, 121, 1, 16, 91, 20, 0, 57),
(391, 122, 1, 16, 33, 20, 7, 58),
(392, 122, 1, 16, 33, 20, 30, 58),
(393, 122, 1, 16, 33, 20, 0, 58),
(397, 123, 1, 16, 92, 20, 7, 58),
(398, 123, 1, 16, 92, 20, 30, 58),
(399, 124, 1, 16, 33, 20, 7, 58),
(400, 124, 1, 16, 33, 20, 30, 58),
(401, 124, 1, 16, 33, 20, 0, 58),
(402, 125, 1, 16, 49, 20, 7, 58),
(403, 125, 1, 16, 49, 20, 30, 58),
(404, 125, 1, 16, 49, 20, 0, 58),
(405, 126, 1, 41, 86, 20, 7, 58),
(406, 126, 1, 41, 86, 20, 30, 58),
(407, 126, 1, 41, 86, 20, 0, 58),
(408, 127, 1, 16, 89, 20, 7, 58),
(409, 127, 1, 16, 89, 20, 30, 58),
(410, 127, 1, 16, 89, 20, 0, 58),
(411, 128, 1, 16, 93, 20, 7, 58),
(412, 128, 1, 16, 93, 20, 30, 58),
(413, 128, 1, 16, 93, 20, 0, 58),
(417, 130, 1, 16, 86, 20, 7, 58),
(418, 130, 1, 16, 86, 20, 0, 58),
(419, 130, 1, 16, 86, 20, 0, 58),
(420, 129, 1, 16, 94, 20, 7, 58),
(421, 129, 1, 16, 94, 20, 30, 58),
(422, 131, 1, 16, 33, 20, 7, 58),
(423, 131, 1, 16, 33, 20, 30, 58),
(424, 131, 1, 16, 33, 20, 0, 58),
(425, 132, 1, 16, 33, 20, 7, 58),
(426, 132, 1, 16, 33, 20, 30, 58),
(427, 132, 1, 16, 33, 20, 0, 58),
(428, 133, 1, 16, 95, 20, 7, 58),
(429, 133, 1, 16, 95, 20, 0, 58),
(430, 133, 1, 16, 95, 20, 0, 58),
(431, 134, 1, 41, 56, 20, 7, 58),
(432, 134, 1, 41, 56, 20, 30, 58),
(433, 134, 1, 41, 56, 20, 0, 58),
(434, 135, 1, 16, 56, 20, 7, 58),
(435, 135, 1, 16, 56, 20, 30, 58),
(436, 135, 1, 16, 56, 20, 0, 58),
(437, 136, 1, 16, 33, 20, 7, 58),
(438, 136, 1, 16, 33, 20, 30, 58),
(439, 136, 1, 16, 33, 20, 0, 58),
(440, 137, 1, 16, 33, 20, 7, 58),
(441, 137, 1, 16, 33, 20, 30, 58),
(442, 137, 1, 16, 33, 20, 0, 58),
(443, 138, 1, 16, 91, 20, 7, 58),
(444, 138, 1, 16, 91, 20, 30, 58),
(445, 138, 1, 16, 91, 20, 0, 58),
(449, 139, 1, 16, 91, 20, 7, 58),
(450, 139, 1, 16, 91, 20, 30, 58),
(451, 140, 1, 16, 96, 20, 7, 58),
(452, 140, 1, 16, 96, 20, 30, 58),
(453, 140, 1, 16, 96, 20, 0, 58),
(454, 141, 1, 16, 91, 20, 7, 58),
(455, 141, 1, 16, 91, 20, 30, 58),
(456, 141, 1, 16, 91, 20, 0, 58),
(457, 142, 1, 16, 97, 42, 7, 58),
(458, 142, 1, 16, 97, 42, 30, 58),
(459, 142, 1, 16, 97, 42, 0, 58),
(460, 143, 1, 16, 75, 20, 7, 58),
(461, 143, 1, 16, 75, 20, 10, 58),
(462, 143, 1, 16, 75, 20, 30, 58),
(463, 144, 1, 41, 98, 20, 7, 58),
(464, 144, 1, 41, 98, 20, 0, 58),
(465, 144, 1, 41, 98, 20, 0, 58),
(466, 145, 1, 16, 99, 20, 7, 58),
(467, 145, 1, 16, 99, 20, 0, 58),
(468, 145, 1, 16, 99, 20, 0, 58),
(469, 146, 1, 16, 91, 20, 7, 58),
(470, 146, 1, 16, 91, 20, 30, 58),
(471, 146, 1, 16, 91, 20, 0, 58),
(472, 147, 1, 16, 83, 20, 7, 58),
(473, 147, 1, 16, 83, 20, 10, 58),
(474, 147, 1, 16, 83, 20, 30, 58),
(475, 148, 1, 16, 100, 20, 7, 58),
(476, 148, 1, 16, 100, 20, 30, 58),
(477, 148, 1, 16, 100, 20, 0, 58),
(483, 149, 1, 16, 100, 20, 7, 58),
(484, 149, 1, 16, 100, 20, 30, 58),
(485, 150, 1, 16, 54, 20, 7, 58),
(486, 150, 1, 16, 54, 20, 0, 58),
(487, 150, 1, 16, 54, 20, 0, 58),
(488, 151, 1, 16, 103, 20, 7, 58),
(489, 151, 1, 16, 103, 20, 0, 58),
(490, 151, 1, 16, 103, 20, 0, 58),
(491, 152, 1, 16, 104, 20, 7, 58),
(492, 152, 1, 16, 104, 20, 0, 58),
(493, 152, 1, 16, 104, 20, 0, 58),
(494, 15, 1, 16, 46, 20, 30, 34),
(495, 14, 1, 16, 46, 20, 7, 34),
(496, 153, 1, 16, 43, 20, 7, 58),
(497, 153, 1, 16, 43, 20, 30, 58),
(498, 153, 1, 16, 43, 20, 0, 58),
(503, 155, 1, 16, 94, 20, 7, 58),
(504, 155, 1, 16, 94, 20, 0, 58),
(505, 155, 1, 16, 94, 20, 0, 58),
(506, 156, 1, 16, 94, 20, 7, 58),
(507, 156, 1, 16, 94, 20, 0, 58),
(508, 156, 1, 16, 94, 20, 0, 58),
(509, 157, 1, 16, 46, 20, 30, 58),
(510, 157, 1, 16, 46, 20, 0, 58),
(511, 157, 1, 16, 46, 20, 0, 58),
(512, 158, 1, 16, 93, 20, 7, 58),
(513, 158, 1, 16, 93, 20, 30, 58),
(514, 158, 1, 16, 93, 20, 0, 58),
(515, 159, 1, 16, 93, 20, 7, 57),
(516, 159, 1, 16, 93, 20, 7, 57),
(517, 159, 1, 16, 93, 20, 0, 57),
(518, 154, 1, 16, 94, 20, 7, 58);

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

--
-- Table structure for table `guides_images`
--

CREATE TABLE `guides_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `guide_id` mediumint(8) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL,
  `img_subtitle` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `guides_images`:
--   `guide_id`
--       `guides` -> `guide_id`
--

--
-- Dumping data for table `guides_images`
--

INSERT INTO `guides_images` (`image_id`, `guide_id`, `img_src`, `alt_name`, `img_subtitle`) VALUES
(127, 1, 'HLA001_DRAMI_01.jpg', 'DRAMI', 'DRAMI'),
(128, 2, 'HLA002_OVILI_01.jpg', 'OVILI', 'OVILI'),
(129, 3, 'MLI001_Swerve_01.jpg', 'Swerve', 'Swerve'),
(130, 3, 'MLI001_Swerve_02.jpg', 'Swerve', 'Swerve'),
(132, 6, 'SOR005_SORAA_AR111.jpg', 'SORAA - AR111', 'SORAA - AR111'),
(133, 7, 'lgoled_sky.jpg', 'LG OLED SKY', 'LG OLED SKY'),
(134, 8, 'LG_Transparent_Connections_Pendant.jpg', 'LG_Transparent_Connections_Pendant.jpg', 'LG_Transparent_Connections_Pendant.jpg'),
(135, 9, 'Arbor_Post_Top.jpg', 'Arbor Post Top', ''),
(136, 9, 'Arbor_Post_Top_Twin.jpg', 'Arbor Post Top Twin', ''),
(137, 10, 'VIVE_Wireless.jpg', 'VIVE Wireless', ''),
(138, 10, 'VIVE_Wireless_Solution.jpg', '', ''),
(139, 11, 'Sattler_Avveni.JPG', 'Sattler Avveni', 'Sattler Avveni'),
(140, 12, 'Feilo_Sylvania_SylCone.jpg', 'Feilo Sylvania SylCone', ''),
(141, 13, 'fluxwerx_fold.jpg', 'Fluxwerx Fold', 'Fluxwerx Fold'),
(142, 25, 'halla_bent.jpg', 'BENT', 'BENT'),
(145, 20, 'Zumfobel_ONDARIA.jpg', 'ONDARIA LED', 'ONDARIA LED'),
(146, 16, 'Arkoslight_Flap.jpg', 'Arkoslight Flap', 'Arkoslight Flap'),
(147, 17, 'OSRAM_dula-deckeninstallation-oled.jpg', 'OSRAM Dula OLED', ''),
(149, 19, 'Trylux_Mirona.jpg', 'MIRONA FIT LED', ''),
(150, 21, 'Esse-ci_ISIP_LED.jpg', 'ISIP LED', 'ISIP LED'),
(151, 23, 'neonny_moving_sky.jpg', 'Moving Sky', 'Moving Sky'),
(152, 24, 'neonny_stretch_ceiling.jpg', 'Stretch Ceiling - Triangle', 'Stretch Ceiling - Triangle'),
(154, 27, 'CINIeNILS_passepartout.jpg', 'Passepartout', 'Passepartout'),
(155, 28, 'CINIeNILS-_ormala2.jpg', 'FormaLa', 'FormaLa'),
(156, 29, 'CINIeNILS_tensoled.jpg', 'Tensoled', 'Tensoled'),
(157, 30, 'CINIeNILS-_assolo.jpg', 'Assolo', 'Assolo'),
(158, 31, 'modular_SURF_SPOCK.jpg', 'Spock', 'Spock'),
(159, 18, 'exenia_sistemi_snake.jpg', 'Exenia Systems SNAKE', 'Exenia Systems SNAKE'),
(231, 4, '000004_LUXEON_5258_01.jpg', 'LUXEON 5258', 'LUXEON 5258'),
(232, 26, 'CINIeNILS_acqua.jpg', 'Acqua', 'Acqua'),
(240, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_01.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(241, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_02.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(242, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_03.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(243, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_04.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(249, 41, 'Modular-FLAT-MOON-ECLIPS_01.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(250, 41, 'Modular-FLAT-MOON-ECLIPS_02.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(251, 41, 'Modular-FLAT-MOON-ECLIPS_03.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(252, 41, 'Modular-FLAT-MOON-ECLIPS_04.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(253, 42, 'NORLIGHT-MISS_01.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(254, 42, 'NORLIGHT-MISS_02.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(255, 42, 'NORLIGHT-MISS_03.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(256, 42, 'NORLIGHT-MISS_04.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(294, 36, 'Modular-Rector-Surface-1L-2L_01.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(295, 36, 'Modular-Rector-Surface-1L-2L_02.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(296, 36, 'Modular-Rector-Surface-1L-2L_03.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(297, 36, 'Modular-Rector-Surface-1L-2L_04.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(298, 36, 'Modular-Rector-Surface-1L-2L_05.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(299, 37, 'Modular-Wollet-OLED-GI_01.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(300, 37, 'Modular-Wollet-OLED-GI_02.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(301, 37, 'Modular-Wollet-OLED-GI_03.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(302, 37, 'Modular-Wollet-OLED-GI_04.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(303, 37, 'Modular-Wollet-OLED-GI_05.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(304, 38, 'Modular-BOLD_01.jpg', 'Modular BOLD', 'Modular BOLD'),
(305, 38, 'Modular-BOLD_02.jpg', 'Modular BOLD', 'Modular BOLD'),
(306, 38, 'Modular-BOLD_03.jpg', 'Modular BOLD', 'Modular BOLD'),
(307, 40, 'Modular-VAEDER_01.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(308, 40, 'Modular-VAEDER_02.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(309, 40, 'Modular-VAEDER_03.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(310, 40, 'Modular-VAEDER_04.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(311, 40, 'Modular-VAEDER_05.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(312, 32, 'Simes-MINISTAGE-TONDO-SPOT_01.jpg', 'MINISTAGE TONDO SPOT', 'MINISTAGE TONDO SPOT'),
(313, 33, 'Simes-STAGE-ROUND-SPOT_01.jpg', 'STAGE ROUND SPOT', 'STAGE ROUND SPOT'),
(314, 34, 'Simes-STAGE-ROUND-ARM_01.jpg', 'STAGE ROUND ARM', 'STAGE ROUND ARM'),
(315, 46, 'ALDABRA-Shanghai_01.jpg', 'ALDABRA Shanghai ', 'ALDABRA Shanghai '),
(316, 47, 'Bega-Limburg-LED-pendant_01.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(317, 47, 'Bega-Limburg-LED-pendant_02.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(318, 47, 'Bega-Limburg-LED-pendant_03.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(319, 47, 'Bega-Limburg-LED-pendant_04.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(320, 48, 'Bega-Plug-and-Play-LED-garden-floodlights_01.jpg', 'Bega Plug & Play LED garden floodlights', 'Bega Plug & Play LED garden floodlights'),
(321, 48, 'Bega-Plug-and-Play-LED-garden-floodlights_02.jpg', 'Bega Plug & Play LED garden floodlights', 'Bega Plug & Play LED garden floodlights'),
(322, 43, 'Castaldi-Lighting-FREEDOM-SLED_01.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(323, 43, 'Castaldi-Lighting-FREEDOM-SLED_02.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(324, 43, 'Castaldi-Lighting-FREEDOM-SLED_03.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(325, 43, 'Castaldi-Lighting-FREEDOM-SLED_04.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(326, 43, 'Castaldi-Lighting-FREEDOM-SLED_05.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(327, 44, 'Designheure-Chandelier-18-fleur-de-kaolin_01.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin'),
(328, 44, 'Designheure-Chandelier-18-fleur-de-kaolin_02.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin'),
(329, 44, 'Designheure-Chandelier-18-fleur-de-kaolin_03.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin'),
(330, 45, 'Designheure-Chandelier-Trio-Mozaik_01.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(331, 45, 'Designheure-Chandelier-Trio-Mozaik_02.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(332, 45, 'Designheure-Chandelier-Trio-Mozaik_03.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(333, 45, 'Designheure-Chandelier-Trio-Mozaik_04.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(334, 39, 'Modular-SULFER-TREDIM-GI_01.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(335, 39, 'Modular-SULFER-TREDIM-GI_02.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(336, 39, 'Modular-SULFER-TREDIM-GI_03.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(337, 39, 'Modular-SULFER-IP54_04.jpg', 'Sulfer IP54 GI', 'Sulfer IP54 GI'),
(338, 39, 'Modular-SULFER-TREDIM-GI_05.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(339, 50, 'Element-Build-Your-Own-Multiples_01.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Element Lighting. Build-Your-Own Multiples'),
(340, 50, 'Element-Build-Your-Own-Multiples_02.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Element Lighting. Build-Your-Own Multiples'),
(341, 50, 'Element-Build-Your-Own-Multiples_03.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Element Lighting. Build-Your-Own Multiples'),
(342, 51, 'Element-Multiples-Open_01.jpg', 'Element Lighting. Multiples Open', 'Element Lighting. Multiples Open'),
(343, 51, 'Element-Multiples-Open_02.jpg', 'Element Lighting. Multiples Open', 'Element Lighting. Multiples Open'),
(344, 52, 'Element-Multiples-Trimmed_01.jpg', 'Element Lighting. Multiples Trimmed', 'Element Lighting. Multiples Trimmed'),
(345, 52, 'Element-Multiples-Trimmed_02.jpg', 'Element Lighting. Multiples Trimmed', 'Element Lighting. Multiples Trimmed'),
(346, 52, 'Element-Multiples-Trimmed_03.jpg', 'Element Lighting. Multiples Trimmed', 'Element Lighting. Multiples Trimmed'),
(347, 53, 'Tech-Lighting-Ace-Head_01.jpg', 'Tech Lighting ACE HEAD', 'Tech Lighting ACE HEAD'),
(348, 53, 'Tech-Lighting-Ace-Head_02.jpg', 'Tech Lighting ACE HEAD', 'Tech Lighting ACE HEAD'),
(349, 53, 'Tech-Lighting-Ace-Head_03.jpg', 'Tech Lighting ACE HEAD', 'Tech Lighting ACE HEAD'),
(350, 55, 'Tech-Lighting-KAMDEN-1-LIGHT-WALL-BATH_01.jpg', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH'),
(351, 55, 'Tech-Lighting-KAMDEN-1-LIGHT-WALL-BATH_02.jpg', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH'),
(352, 56, 'Tech-Lighting-AEON-LARGE-CEILING_01.jpg', 'Tech Lighting. AEON LARGE CEILING', 'Tech Lighting. AEON LARGE CEILING'),
(353, 56, 'Tech-Lighting-AEON-LARGE-CEILING_02.jpg', 'Tech Lighting. AEON LARGE CEILING', 'Tech Lighting. AEON LARGE CEILING'),
(354, 57, 'Sistemalux-LOOK-Wood_01.jpg', 'Sistemalux. LOOK Wood', 'Sistemalux. LOOK Wood'),
(355, 57, 'Sistemalux-LOOK-Wood_02.jpg', 'Sistemalux. LOOK Wood', 'Sistemalux. LOOK Wood'),
(356, 58, 'Sistemalux-SKILL-Wood_01.jpg', 'Sistemalux. SKILL Wood', 'Sistemalux. SKILL Wood'),
(357, 58, 'Sistemalux-SKILL-Wood_02.jpg', 'Sistemalux. SKILL Wood', 'Sistemalux. SKILL Wood'),
(358, 58, 'Sistemalux-SKILL-Wood_03.jpg', 'Sistemalux. SKILL Wood', 'Sistemalux. SKILL Wood'),
(359, 59, 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_01.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'iGuzzini Laser Blade XS High Contrast pendant'),
(360, 59, 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_02.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'iGuzzini Laser Blade XS High Contrast pendant'),
(361, 59, 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_03.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'iGuzzini Laser Blade XS High Contrast pendant'),
(362, 60, 'iGuzzini-Twilight-Canberra_01.jpg', 'iGuzzini Twilight Canberra', 'iGuzzini Twilight Canberra'),
(363, 61, 'iGuzzini-Twilight-Bilbao_01.jpg', 'iGuzzini Twilight Bilbao', 'iGuzzini Twilight Bilbao'),
(364, 62, 'ERCO-Compar_01.jpg', 'ERCO. Compar Pendant', 'ERCO. Compar Pendant'),
(365, 62, 'ERCO-Compar_02.jpg', 'ERCO. Compar Pendant', 'ERCO. Compar Pendant'),
(366, 62, 'ERCO-Compar_03.jpg', 'ERCO. Compar Pendant', 'ERCO. Compar Pendant'),
(367, 63, 'ERCO-Stella_01.jpg', 'ERCO Stella', 'ERCO Stella'),
(368, 63, 'ERCO-Stella_02.jpg', 'ERCO Stella', 'ERCO Stella'),
(369, 63, 'ERCO-Stella_03.jpg', 'ERCO Stella', 'ERCO Stella'),
(370, 64, 'ERCO-Optec_01.jpg', 'ERCO Optec', 'ERCO Optec'),
(371, 64, 'ERCO-Optec_02.jpg', 'ERCO Optec', 'ERCO Optec'),
(372, 64, 'ERCO-Optec_03.jpg', 'ERCO Optec', 'ERCO Optec'),
(378, 67, 'TAL-SNAKE-FLOOR_01.jpg', 'TAL SNAKE FLOOR', 'TAL SNAKE FLOOR'),
(379, 67, 'TAL-SNAKE-FLOOR_02.jpg', 'TAL SNAKE FLOOR', 'TAL SNAKE FLOOR'),
(380, 67, 'TAL-SNAKE-FLOOR_03.jpg', 'TAL SNAKE FLOOR', 'TAL SNAKE FLOOR'),
(381, 66, 'TAL-WINSTON-CI_01.jpg', 'TAL WINSTON CI', 'TAL WINSTON CI'),
(382, 66, 'TAL-WINSTON-CI_02.jpg', 'TAL WINSTON CI', 'TAL WINSTON CI'),
(383, 66, 'TAL-WINSTON-CI_03.jpg', 'TAL WINSTON CI', 'TAL WINSTON CI'),
(384, 68, 'TAL-GIRDER-TWIN-700_01.jpg', 'TAL GIRDER TWIN 700', 'TAL GIRDER TWIN 700'),
(385, 69, 'TAL-MINI-SCOOP_01.jpg', 'TAL MINI SCOOP', 'TAL MINI SCOOP'),
(386, 69, 'TAL-MINI-SCOOP_02.jpg', 'TAL MINI SCOOP', 'TAL MINI SCOOP'),
(387, 70, 'L&L-Palladiano_01.jpg', 'L&L. Palladiano. The lighting all-rounder', 'L&L. Palladiano. The lighting all-rounder'),
(388, 70, 'L&L-Palladiano_02.jpg', 'L&L. Palladiano. The lighting all-rounder', 'L&L. Palladiano. The lighting all-rounder'),
(389, 70, 'L&L-Palladiano_03.jpg', 'L&L. Palladiano. The lighting all-rounder', 'L&L. Palladiano. The lighting all-rounder'),
(390, 71, 'L&L-Pasito-1-0_01.jpg', 'L&L. Pasito 1.0. Outdoor step light', 'L&L. Pasito 1.0. Outdoor step light'),
(391, 71, 'L&L-Pasito-1-0_02.jpg', 'L&L. Pasito 1.0. Outdoor step light', 'L&L. Pasito 1.0. Outdoor step light'),
(392, 72, 'L&L-Lyss-Mini-1-0_01.jpg', 'L&L. Lyss Mini 1.0. Outdoor projectors', 'L&L. Lyss Mini 1.0. Outdoor projectors'),
(393, 72, 'L&L-Lyss-Mini-1-0_02.jpg', 'L&L. Lyss Mini 1.0. Outdoor projectors', 'L&L. Lyss Mini 1.0. Outdoor projectors'),
(395, 74, 'Bega-Limburg-STUDIO-LINE-square_01.jpg', 'Bega Limburg STUDIO LINE Square', 'Bega Limburg STUDIO LINE Square'),
(396, 73, 'Bega-Limburg-STUDIO-LINE-pendant_01.jpg', 'Bega Limburg STUDIO LINE', 'Bega Limburg STUDIO LINE'),
(397, 75, 'We-ef-RMM-320_01.jpg', 'We-ef Lighting RMM320', 'We-ef Lighting RMM320'),
(398, 76, 'We-ef-FLC230-CC-LED_01.jpg', 'We-ef Lighting FLC230-CC LED [FP]', 'We-ef Lighting FLC230-CC LED [FP]'),
(399, 77, 'Louis-Poulsen-RIPLS_01.jpg', 'Louis Poulsen RIPLS', 'Louis Poulsen RIPLS'),
(400, 77, 'Louis-Poulsen-RIPLS_02.jpg', 'Louis Poulsen RIPLS', 'Louis Poulsen RIPLS'),
(401, 78, 'Flos-Infra-Structure_01.jpg', 'Flos Infra-Structure', 'Flos Infra-Structure'),
(402, 78, 'Flos-Infra-Structure_02.jpg', 'Flos Infra-Structure', 'Flos Infra-Structure'),
(403, 78, 'Flos-Infra-Structure_03.jpg', 'Flos Infra-Structure', 'Flos Infra-Structure'),
(404, 79, 'designLed-Edinburgh_01.jpg', 'designLed Edinburgh', 'designLed Edinburgh'),
(405, 79, 'designLed-Edinburgh_02.jpg', 'designLed Edinburgh', 'designLed Edinburgh'),
(409, 81, 'ROXO-Lighting-NOAH_01.jpg', 'ROXO Lighting NOAH ARCHITECTURAL', 'ROXO Lighting NOAH ARCHITECTURAL'),
(410, 81, 'ROXO-Lighting-NOAH_02.jpg', 'ROXO Lighting NOAH ARCHITECTURAL', 'ROXO Lighting NOAH ARCHITECTURAL'),
(411, 82, 'ROXO-Lighting-6th-ELEMENT_01.jpg', 'ROXO Lighting 6th ELEMENT', 'ROXO Lighting 6th ELEMENT'),
(412, 82, 'ROXO-Lighting-6th-ELEMENT_02.jpg', 'ROXO Lighting 6th ELEMENT', 'ROXO Lighting 6th ELEMENT'),
(413, 82, 'ROXO-Lighting-6th-ELEMENT_03.jpg', 'ROXO Lighting 6th ELEMENT', 'ROXO Lighting 6th ELEMENT'),
(414, 83, 'ROXO-Lighting-Oreo_01.jpg', 'ROXO Lighting Oreo', 'ROXO Lighting Oreo'),
(415, 84, 'Litecontrol-Inde-Pendant_01.jpg', 'Litecontrol Inde-Pendant 32 LED Cylinder & Ring Pendant', 'Litecontrol Inde-Pendant 32 LED Cylinder & Ring Pendant'),
(416, 86, 'Arkoslight-Six-spotlight_01.jpg', 'Arkoslight Six spotlight', 'Arkoslight Six spotlight'),
(417, 86, 'Arkoslight-Six-spotlight_02.jpg', 'Arkoslight Six spotlight', 'Arkoslight Six spotlight'),
(418, 86, 'Arkoslight-Six-spotlight_03.jpg', 'Arkoslight Six spotlight', 'Arkoslight Six spotlight'),
(419, 87, 'Foscarini-Aplomb-large_01.jpg', 'Foscarini Aplomb large', 'Foscarini Aplomb large'),
(420, 87, 'Foscarini-Aplomb-large_02.jpg', 'Foscarini Aplomb large', 'Foscarini Aplomb large'),
(421, 87, 'Foscarini-Aplomb-large_03.jpg', 'Foscarini Aplomb large', 'Foscarini Aplomb large'),
(422, 88, 'Axolight-LIK_01.jpg', 'Axolight LIK', 'Axolight LIK'),
(423, 88, 'Axolight-LIK_02.jpg', 'Axolight LIK', 'Axolight LIK'),
(424, 88, 'Axolight-LIK_03.jpg', 'Axolight LIK', 'Axolight LIK'),
(425, 89, 'Axolight-ALYSOID_01.jpg', 'Axolight ALYSOID', 'Axolight ALYSOID'),
(426, 89, 'Axolight-ALYSOID_02.jpg', 'Axolight ALYSOID', 'Axolight ALYSOID'),
(427, 89, 'Axolight-ALYSOID_03.jpg', 'Axolight ALYSOID', 'Axolight ALYSOID'),
(428, 90, 'Davide-Groppi-MERIDIANA_01.jpg', 'Davide Groppi MERIDIANA', 'Davide Groppi MERIDIANA'),
(429, 91, 'Davide-Groppi-ENDLESS_01.jpg', 'Davide Groppi ENDLESS', 'Davide Groppi ENDLESS'),
(430, 92, 'Davide-Groppi-CLIP_01.jpg', 'Davide Groppi CLIP', 'Davide Groppi CLIP'),
(431, 92, 'Davide-Groppi-CLIP_02.jpg', 'Davide Groppi CLIP', 'Davide Groppi CLIP'),
(432, 93, 'Selux-Fluid_01.jpg', 'Selux Fluid', 'Selux Fluid'),
(433, 93, 'Selux-Fluid_02.jpg', 'Selux Fluid', 'Selux Fluid'),
(434, 94, 'XAL-UNICO_01.jpg', 'XAL UNICO', 'XAL UNICO'),
(435, 94, 'XAL-UNICO_02.jpg', 'XAL UNICO', 'XAL UNICO'),
(436, 95, 'XAL-PIVOT_01.jpg', 'XAL PIVOT', 'XAL PIVOT'),
(437, 95, 'XAL-PIVOT_02.jpg', 'XAL PIVOT', 'XAL PIVOT'),
(438, 96, 'XAL-STREAK_01.jpg', 'XAL STREAK ', 'XAL STREAK '),
(439, 96, 'XAL-STREAK_02.jpg', 'XAL STREAK ', 'XAL STREAK '),
(440, 97, 'XAL-PACO_01.jpg', 'XAL PACO', 'XAL PACO'),
(441, 97, 'XAL-PACO_02.jpg', 'XAL PACO', 'XAL PACO'),
(442, 98, 'Selux-LIF_01.jpg', 'Selux LIF', 'Selux LIF'),
(443, 98, 'Selux-LIF_02.jpg', 'Selux LIF', 'Selux LIF'),
(444, 98, 'Selux-LIF_03.jpg', 'Selux LIF', 'Selux LIF'),
(447, 99, 'Buzzi-Space-Zepp-LED-Line_01.jpg', 'Buzzi Space BuzziZepp LED Line', 'Buzzi Space BuzziZepp LED Line'),
(448, 99, 'Buzzi-Space-Zepp-LED-Line_02.jpg', 'Buzzi Space BuzziZepp LED Line', 'Buzzi Space BuzziZepp LED Line'),
(449, 100, 'XAL-MUSE_01.jpg', 'XAL MUSE', 'XAL MUSE'),
(450, 100, 'XAL-MUSE_02.jpg', 'XAL MUSE', 'XAL MUSE'),
(451, 100, 'XAL-MUSE_03.jpg', 'XAL MUSE', 'XAL MUSE'),
(452, 101, 'XAL-TRUMPET_01.jpg', 'XAL TRUMPET', 'XAL TRUMPET'),
(453, 101, 'XAL-TRUMPET_02.jpg', 'XAL TRUMPET', 'XAL TRUMPET'),
(454, 101, 'XAL-TRUMPET_03.jpg', 'XAL TRUMPET', 'XAL TRUMPET'),
(455, 102, 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_01.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930'),
(456, 102, 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_02.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930'),
(457, 102, 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_03.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930'),
(458, 103, 'Delta-Light-POLESANO_01.jpg', 'Delta Light POLESANO', 'Delta Light POLESANO'),
(459, 103, 'Delta-Light-POLESANO_02.jpg', 'Delta Light POLESANO', 'Delta Light POLESANO'),
(460, 103, 'Delta-Light-POLESANO_03.jpg', 'Delta Light POLESANO', 'Delta Light POLESANO'),
(461, 104, 'Delta-Light-XY180_01.jpg', 'Delta Light XY180', 'Delta Light XY180'),
(462, 104, 'Delta-Light-XY180_02.jpg', 'Delta Light XY180', 'Delta Light XY180'),
(463, 104, 'Delta-Light-XY180_03.jpg', 'Delta Light XY180', 'Delta Light XY180'),
(464, 105, 'Delta-Light-SUPERLOOP_01.jpg', 'Delta Light SUPERLOOP', 'Delta Light SUPERLOOP'),
(465, 105, 'Delta-Light-SUPERLOOP_02.jpg', 'Delta Light SUPERLOOP', 'Delta Light SUPERLOOP'),
(466, 105, 'Delta-Light-SUPERLOOP_03.jpg', 'Delta Light SUPERLOOP', 'Delta Light SUPERLOOP'),
(467, 106, 'Occhio-Mito_01.jpg', 'Occhio Mito', 'Occhio Mito'),
(468, 106, 'Occhio-Mito_02.jpg', 'Occhio Mito', 'Occhio Mito'),
(469, 106, 'Occhio-Mito_03.jpg', 'Occhio Mito', 'Occhio Mito'),
(474, 107, 'KARMAN-BAG_01.jpg', 'KARMAN BAG', 'KARMAN BAG'),
(475, 107, 'KARMAN-BAG_02.jpg', 'KARMAN BAG', 'KARMAN BAG'),
(476, 107, 'KARMAN-BAG_03.jpg', 'KARMAN BAG', 'KARMAN BAG'),
(477, 108, 'KARMAN-DON\'T-TOUCH_01.jpg', 'KARMAN DON’T TOUCH', 'KARMAN DON’T TOUCH'),
(478, 108, 'KARMAN-DON\'T-TOUCH_02.jpg', 'KARMAN DON’T TOUCH', 'KARMAN DON’T TOUCH'),
(479, 108, 'KARMAN-DON\'T-TOUCH_03.jpg', 'KARMAN DON’T TOUCH', 'KARMAN DON’T TOUCH'),
(480, 109, 'KARMAN-UGO-RILLA_01.jpg', 'KARMAN UGO RILLA', 'KARMAN UGO RILLA'),
(481, 109, 'KARMAN-UGO-RILLA_02.jpg', 'KARMAN UGO RILLA', 'KARMAN UGO RILLA'),
(482, 109, 'KARMAN-UGO-RILLA_03.jpg', 'KARMAN UGO RILLA', 'KARMAN UGO RILLA'),
(483, 110, 'KARMAN-TORCIA_01.jpg', 'KARMAN TORCIA', 'KARMAN TORCIA'),
(484, 110, 'KARMAN-TORCIA_02.jpg', 'KARMAN TORCIA', 'KARMAN TORCIA'),
(485, 110, 'KARMAN-TORCIA_03.jpg', 'KARMAN TORCIA', 'KARMAN TORCIA'),
(489, 111, 'KARMAN-PERIPLO_01.jpg', 'KARMAN PERIPLO', 'KARMAN PERIPLO'),
(490, 111, 'KARMAN-PERIPLO_02.jpg', 'KARMAN PERIPLO', 'KARMAN PERIPLO'),
(491, 111, 'KARMAN-PERIPLO_03.jpg', 'KARMAN PERIPLO', 'KARMAN PERIPLO'),
(492, 112, 'Artemide-Giò-light-suspension_01.jpg', 'Artemide Giò light suspension', 'Artemide Giò light suspension'),
(493, 112, 'Artemide-Giò-light-suspension_02.jpg', 'Artemide Giò light suspension', 'Artemide Giò light suspension'),
(494, 112, 'Artemide-Giò-light-suspension_03.jpg', 'Artemide Giò light suspension', 'Artemide Giò light suspension'),
(495, 113, 'Artemide-O_01.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(496, 113, 'Artemide-O_02.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(497, 113, 'Artemide-O_03.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(498, 113, 'Artemide-O_04.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(502, 114, 'SLAMP-DOME_01.jpg', 'SLAMP DOME', 'SLAMP DOME'),
(503, 114, 'SLAMP-DOME_02.jpg', 'SLAMP DOME', 'SLAMP DOME'),
(504, 115, 'SLAMP-OVERLAY_01.jpg', 'SLAMP OVERLAY', 'SLAMP OVERLAY'),
(505, 115, 'SLAMP-OVERLAY_02.jpg', 'SLAMP OVERLAY', 'SLAMP OVERLAY'),
(506, 115, 'SLAMP-OVERLAY_03.jpg', 'SLAMP OVERLAY', 'SLAMP OVERLAY'),
(510, 116, 'SLAMP-CLIZIA-TABLE_01.jpg', 'SLAMP CLIZIA TABLE', 'SLAMP CLIZIA TABLE'),
(511, 116, 'SLAMP-CLIZIA-TABLE_02.jpg', 'SLAMP CLIZIA TABLE', 'SLAMP CLIZIA TABLE'),
(512, 116, 'SLAMP-CLIZIA-TABLE_03.jpg', 'SLAMP CLIZIA TABLE', 'SLAMP CLIZIA TABLE'),
(513, 117, 'SLAMP-VELI-MINI-TRIO-COUTURE_01.jpg', 'SLAMP VELI MINI TRIO COUTURE', 'SLAMP VELI MINI TRIO COUTURE'),
(514, 117, 'SLAMP-VELI-MINI-TRIO-COUTURE_02.jpg', 'SLAMP VELI MINI TRIO COUTURE', 'SLAMP VELI MINI TRIO COUTURE'),
(515, 118, 'SLAMP-VELI-MINI-QUARTET-COUTURE_01.jpg', 'SLAMP VELI MINI QUARTET COUTURE', 'SLAMP VELI MINI QUARTET COUTURE'),
(516, 118, 'SLAMP-VELI-MINI-QUARTET-COUTURE_02.jpg', 'SLAMP VELI MINI QUARTET COUTURE', 'SLAMP VELI MINI QUARTET COUTURE'),
(517, 119, 'SLAMP-ARIA-GOLD_01.jpg', 'SLAMP ARIA GOLD', 'SLAMP ARIA GOLD'),
(518, 119, 'SLAMP-ARIA-GOLD_02.jpg', 'SLAMP ARIA GOLD', 'SLAMP ARIA GOLD'),
(519, 119, 'SLAMP-ARIA-GOLD_03.jpg', 'SLAMP ARIA GOLD', 'SLAMP ARIA GOLD'),
(523, 120, 'Vibia-North-floor_01.jpg', 'Vibia North floor lamp', 'Vibia North floor lamp'),
(524, 120, 'Vibia-North-floor_02.jpg', 'Vibia North floor lamp', 'Vibia North floor lamp'),
(525, 120, 'Vibia-North-floor_03.jpg', 'Vibia North floor lamp', 'Vibia North floor lamp'),
(526, 121, 'Vibia-Mayfair-floor_01.jpg', 'Vibia floor lamp', 'Vibia floor lamp'),
(527, 121, 'Vibia-Mayfair-floor_02.jpg', 'Vibia floor lamp', 'Vibia floor lamp'),
(528, 121, 'Vibia-Mayfair-floor_03.jpg', 'Vibia floor lamp', 'Vibia floor lamp'),
(529, 122, 'Artemide-Huara_01.jpg', 'Artemide Huara', 'Artemide Huara'),
(530, 122, 'Artemide-Huara_02.jpg', 'Artemide Huara', 'Artemide Huara'),
(531, 122, 'Artemide-Huara_03.jpg', 'Artemide Huara', 'Artemide Huara'),
(535, 123, 'Kreon-Side-in-Line-40_01.jpg', 'Kreon Side in-Line 40', 'Kreon Side in-Line 40'),
(536, 123, 'Kreon-Side-in-Line-40_02.JPG', 'Kreon Side in-Line 40', 'Kreon Side in-Line 40'),
(537, 123, 'Kreon-Side-in-Line-40_03.JPG', 'Kreon Side in-Line 40', 'Kreon Side in-Line 40'),
(538, 124, 'Artemide-Eggboard-Baffle_01.jpg', 'Artemide Eggboard Baffle', 'Artemide Eggboard Baffle'),
(539, 124, 'Artemide-Eggboard-Baffle_02.jpg', 'Artemide Eggboard Baffle', 'Artemide Eggboard Baffle'),
(540, 124, 'Artemide-Eggboard-Baffle_03.jpg', 'Artemide Eggboard Baffle', 'Artemide Eggboard Baffle'),
(541, 125, 'Exenia-NABOO-Medium-2000_01.jpg', 'Exenia NABOO Medium Ø 2000', 'Exenia NABOO Medium Ø 2000'),
(542, 125, 'Exenia-NABOO-Medium-2000_02.jpg', 'Exenia NABOO Medium Ø 2000', 'Exenia NABOO Medium Ø 2000'),
(543, 125, 'Exenia-NABOO-Medium-2000_03.jpg', 'Exenia NABOO Medium Ø 2000', 'Exenia NABOO Medium Ø 2000'),
(544, 126, 'Buzzi-Space-BuzziJet_01.jpg', 'Buzzi Space BuzziJet', 'Buzzi Space BuzziJet'),
(545, 126, 'Buzzi-Space-BuzziJet_02.jpg', 'Buzzi Space BuzziJet', 'Buzzi Space BuzziJet'),
(546, 126, 'Buzzi-Space-BuzziJet_03.jpg', 'Buzzi Space BuzziJet', 'Buzzi Space BuzziJet'),
(547, 127, 'KARMAN-SHERWOOD-E-ROBIN_01.jpg', 'KARMAN SHERWOOD E ROBIN', 'KARMAN SHERWOOD E ROBIN'),
(548, 127, 'KARMAN-SHERWOOD-E-ROBIN_02.jpg', 'KARMAN SHERWOOD E ROBIN', 'KARMAN SHERWOOD E ROBIN'),
(549, 127, 'KARMAN-SHERWOOD-E-ROBIN_03.jpg', 'KARMAN SHERWOOD E ROBIN', 'KARMAN SHERWOOD E ROBIN'),
(550, 128, 'Nimbus-Group-Lighting-Pad-Q-900_01.jpg', 'Nimbus Group Lighting Pad Q 900', 'Nimbus Group Lighting Pad Q 900'),
(551, 128, 'Nimbus-Group-Lighting-Pad-Q-900_02.jpg', 'Nimbus Group Lighting Pad Q 900', 'Nimbus Group Lighting Pad Q 900'),
(554, 130, 'Buzzi-Space-BuzziShade_01.jpg', 'Buzzi Space BuzziShade', 'Buzzi Space BuzziShade'),
(555, 130, 'Buzzi-Space-BuzziShade_02.jpg', 'Buzzi Space BuzziShade', 'Buzzi Space BuzziShade'),
(556, 130, 'Buzzi-Space-BuzziShade_03.jpg', 'Buzzi Space BuzziShade', 'Buzzi Space BuzziShade'),
(557, 129, 'Ingo-Maurer-Luce-Volante_01.jpg', 'Ingo Maurer Luce Volante', 'Ingo Maurer Luce Volante'),
(558, 129, 'Ingo-Maurer-Luce-Volante_02.jpg', 'Ingo Maurer Luce Volante', 'Ingo Maurer Luce Volante'),
(559, 129, 'Ingo-Maurer-Luce-Volante_03.jpg', 'Ingo Maurer Luce Volante', 'Ingo Maurer Luce Volante'),
(560, 131, 'Artemide-A-24-Circular_01.jpg', 'Artemide A.24 Circular', 'Artemide A.24 Circular'),
(561, 131, 'Artemide-A-24-Circular_02.jpg', 'Artemide A.24 Circular', 'Artemide A.24 Circular'),
(562, 131, 'Artemide-A-24-Circular_03.jpg', 'Artemide A.24 Circular', 'Artemide A.24 Circular'),
(563, 132, 'Artemide-Soft-Alphabet_01.jpg', 'Artemide Soft Alphabet', 'Artemide Soft Alphabet'),
(564, 132, 'Artemide-Soft-Alphabet_02.jpg', 'Artemide Soft Alphabet', 'Artemide Soft Alphabet'),
(565, 132, 'Artemide-Soft-Alphabet_03.jpg', 'Artemide Soft Alphabet', 'Artemide Soft Alphabet'),
(566, 133, 'Gloster-Ambient-Cocoon_01.jpg', 'Gloster Ambient Cocoon', 'Gloster Ambient Cocoon'),
(567, 133, 'Gloster-Ambient-Cocoon_02.jpg', 'Gloster Ambient Cocoon', 'Gloster Ambient Cocoon'),
(568, 133, 'Gloster-Ambient-Cocoon_03.jpg', 'Gloster Ambient Cocoon', 'Gloster Ambient Cocoon'),
(569, 134, 'Simes-Nanoled-Frame_01.jpg', 'Simes Nanoled Frame', 'Simes Nanoled Frame'),
(570, 134, 'Simes-Nanoled-Frame_02.jpg', 'Simes Nanoled Frame', 'Simes Nanoled Frame'),
(571, 134, 'Simes-Nanoled-Frame_03.jpg', 'Simes Nanoled Frame', 'Simes Nanoled Frame'),
(572, 135, 'Simes-Brick-Light-recessed_01.jpg', 'Simes Brick Light recessed', 'Simes Brick Light recessed'),
(573, 135, 'Simes-Brick-Light-recessed_02.jpg', 'Simes Brick Light recessed', 'Simes Brick Light recessed'),
(574, 135, 'Simes-Brick-Light-recessed_03.jpg', 'Simes Brick Light recessed', 'Simes Brick Light recessed'),
(575, 136, 'Artemide-Solar-Tree-2-0_01.jpg', 'Artemide Solar Tree 2.0', 'Artemide Solar Tree 2.0'),
(576, 136, 'Artemide-Solar-Tree-2-0_02.jpg', 'Artemide Solar Tree 2.0', 'Artemide Solar Tree 2.0'),
(577, 136, 'Artemide-Solar-Tree-2-0_03.jpg', 'Artemide Solar Tree 2.0', 'Artemide Solar Tree 2.0'),
(578, 137, 'Artemide-Yanzi_01.jpg', 'Artemide Yanzi', 'Artemide Yanzi'),
(579, 137, 'Artemide-Yanzi_02.jpg', 'Artemide Yanzi', 'Artemide Yanzi'),
(580, 137, 'Artemide-Yanzi_03.jpg', 'Artemide Yanzi', 'Artemide Yanzi'),
(581, 138, 'Vibia-Palma-hanging_01.jpg', 'Vibia Palma', 'Vibia Palma'),
(582, 138, 'Vibia-Palma-hanging_02.jpg', 'Vibia Palma', 'Vibia Palma'),
(583, 138, 'Vibia-Palma-hanging_03.jpg', 'Vibia Palma', 'Vibia Palma'),
(587, 139, 'Vibia-Musa-table_01.jpg', 'Vibia Musa', 'Vibia Musa'),
(588, 139, 'Vibia-Musa-table_02.jpg', 'Vibia Musa', 'Vibia Musa'),
(589, 139, 'Vibia-Musa-table_03.jpg', 'Vibia Musa', 'Vibia Musa'),
(590, 140, 'Linea-Light-Diphy-S_01.jpg', 'Linea Light Diphy_S', 'Linea Light Diphy_S'),
(591, 140, 'Linea-Light-Diphy-S_02.jpg', 'Linea Light Diphy_S', 'Linea Light Diphy_S'),
(592, 140, 'Linea-Light-Diphy-S_03.jpg', 'Linea Light Diphy_S', 'Linea Light Diphy_S'),
(593, 141, 'Vibia-Palma-table_01.jpg', 'Vibia Palma', 'Vibia Palma'),
(594, 141, 'Vibia-Palma-table_02.jpg', 'Vibia Palma', 'Vibia Palma'),
(595, 141, 'Vibia-Palma-table_03.jpg', 'Vibia Palma', 'Vibia Palma'),
(596, 142, 'Next-Cosmo-Pendel-RGB-W_01.jpg', 'Next Cosmo Pendel RGB/W', 'Next Cosmo Pendel RGB/W'),
(597, 142, 'Next-Cosmo-Pendel-RGB-W_02.jpg', 'Next Cosmo Pendel RGB/W', 'Next Cosmo Pendel RGB/W'),
(598, 142, 'Next-Cosmo-Pendel-RGB-W_03.jpg', 'Next Cosmo Pendel RGB/W', 'Next Cosmo Pendel RGB/W'),
(599, 143, 'Flos-Arrangements_01.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(600, 143, 'Flos-Arrangements_02.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(601, 143, 'Flos-Arrangements_03.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(602, 143, 'Flos-Arrangements_04.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(603, 144, 'Dexter-Valencia_01.jpg', 'Dexter Valencia', 'Dexter Valencia'),
(604, 144, 'Dexter-Valencia_02.jpg', 'Dexter Valencia', 'Dexter Valencia'),
(605, 144, 'Dexter-Valencia_03.jpg', 'Dexter Valencia', 'Dexter Valencia'),
(606, 145, 'Shade-The-Orb_01.jpg', 'Shade The Orb', 'Shade The Orb'),
(607, 145, 'Shade-The-Orb_02.jpg', 'Shade The Orb', 'Shade The Orb'),
(608, 145, 'Shade-The-Orb_03.jpg', 'Shade The Orb', 'Shade The Orb'),
(609, 146, 'Vibia-Guise_01.jpg', 'Vibia Guise', 'Vibia Guise'),
(610, 146, 'Vibia-Guise_02.jpg', 'Vibia Guise', 'Vibia Guise'),
(611, 146, 'Vibia-Guise_03.jpg', 'Vibia Guise', 'Vibia Guise'),
(612, 147, 'Davide-Groppi-TETATET-Flûte_01.jpg', 'Davide Groppi TETATET Flûte', 'Davide Groppi TETATET Flûte'),
(613, 147, 'Davide-Groppi-TETATET-Flûte_02.jpg', 'Davide Groppi TETATET Flûte', 'Davide Groppi TETATET Flûte'),
(614, 147, 'Davide-Groppi-TETATET-Flûte_03.jpg', 'Davide Groppi TETATET Flûte', 'Davide Groppi TETATET Flûte'),
(615, 148, 'FontanaArte-Galerie_01.jpg', 'FontanaArte Galerie ', 'FontanaArte Galerie '),
(616, 149, 'FontanaArte-IO+_01.jpg', 'FontanaArte IO+', 'FontanaArte IO+'),
(617, 150, 'Cini&Nils-Acqua_01.jpg', 'Cini&Nils Acqua', 'Cini&Nils Acqua'),
(618, 150, 'Cini&Nils-Acqua_02.jpg', 'Cini&Nils Acqua', 'Cini&Nils Acqua'),
(619, 150, 'Cini&Nils-Acqua_03.jpg', 'Cini&Nils Acqua', 'Cini&Nils Acqua'),
(620, 151, 'Moooi-Uhuh-Purr-Noot-Noot_01.jpg', 'Moooi Uhuh, Purr & Noot Noot ', 'Moooi Uhuh, Purr & Noot Noot '),
(621, 151, 'Moooi-Uhuh-Purr-Noot-Noot_02.jpg', 'Moooi Uhuh, Purr & Noot Noot ', 'Moooi Uhuh, Purr & Noot Noot '),
(622, 151, 'Moooi-Uhuh-Purr-Noot-Noot_03.jpg', 'Moooi Uhuh, Purr & Noot Noot ', 'Moooi Uhuh, Purr & Noot Noot '),
(623, 152, 'Intra-Lighting-Biba_01.jpg', 'Intra Lighting Biba', 'Intra Lighting Biba'),
(624, 152, 'Intra-Lighting-Biba_02.jpg', 'Intra Lighting Biba', 'Intra Lighting Biba'),
(625, 152, 'Intra-Lighting-Biba_03.jpg', 'Intra Lighting Biba', 'Intra Lighting Biba'),
(626, 15, 'intro_LED.jpg', 'Zumtobel INTRO LED', 'Zumtobel INTRO LED'),
(627, 14, 'supersystem_II.jpg', 'Zumtobel. SUPERSYSTEM II', 'Zumtobel. SUPERSYSTEM II'),
(628, 153, 'Sattler-FAVO-LIGHT-NET_01.jpg', 'Sattler FAVO LIGHT NET', 'Sattler FAVO LIGHT NET'),
(629, 153, 'Sattler-FAVO-LIGHT-NET_02.jpg', 'Sattler FAVO LIGHT NET', 'Sattler FAVO LIGHT NET'),
(630, 153, 'Sattler-FAVO-LIGHT-NET_03.jpg', 'Sattler FAVO LIGHT NET', 'Sattler FAVO LIGHT NET'),
(634, 155, 'Ingo-Maurer-Broken-Egg_01.jpg', 'Ingo Maurer Broken Egg', 'Ingo Maurer Broken Egg'),
(635, 155, 'Ingo-Maurer-Broken-Egg_02.jpg', 'Ingo Maurer Broken Egg', 'Ingo Maurer Broken Egg'),
(636, 155, 'Ingo-Maurer-Broken-Egg_03.jpg', 'Ingo Maurer Broken Egg', 'Ingo Maurer Broken Egg'),
(637, 156, 'Ingo-Maurer-Galactic_01.jpg', 'Ingo Maurer Galactic', 'Ingo Maurer Galactic'),
(638, 156, 'Ingo-Maurer-Galactic_02.jpg', 'Ingo Maurer Galactic', 'Ingo Maurer Galactic'),
(639, 157, 'Zumtobel-AMPHIBIA_01.jpg', 'Zumtobel AMPHIBIA', 'Zumtobel AMPHIBIA'),
(640, 157, 'Zumtobel-AMPHIBIA_02.jpg', 'Zumtobel AMPHIBIA', 'Zumtobel AMPHIBIA'),
(641, 157, 'Zumtobel-AMPHIBIA_03.jpg', 'Zumtobel AMPHIBIA', 'Zumtobel AMPHIBIA'),
(642, 158, 'Nimbus-Group-Q-One_01.jpg', 'Nimbus Group Q ONE', 'Nimbus Group Q ONE'),
(643, 158, 'Nimbus-Group-Q-Four_02.jpg', 'Nimbus Group Q Four', 'Nimbus Group Q Four'),
(644, 158, 'Nimbus-Group-Q-Four-TT_03.jpg', 'Nimbus Group Q Four TT', 'Nimbus Group Q Four TT'),
(645, 159, 'Nimbus-Group-Gravity-CL_01.jpg', 'Nimbus Group Gravity CL', 'Nimbus Group Gravity CL'),
(646, 159, 'Nimbus-Group-Gravity-CL_02.jpg', 'Nimbus Group Gravity CL', 'Nimbus Group Gravity CL'),
(647, 159, 'Nimbus-Group-Gravity-CL_03.jpg', 'Nimbus Group Gravity CL', 'Nimbus Group Gravity CL'),
(648, 154, 'Ingo-Maurer-Dancing-Insects_01.jpg', 'Ingo Maurer Dancing Insects', 'Ingo Maurer Dancing Insects'),
(649, 154, 'Ingo-Maurer-Dancing-Insects_02.jpg', 'Ingo Maurer Dancing Insects', 'Ingo Maurer Dancing Insects');

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

--
-- Table structure for table `hs_groups`
--

CREATE TABLE `hs_groups` (
  `hs_group_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `hs_group` varchar(64) NOT NULL,
  `spec_id` smallint(5) UNSIGNED DEFAULT NULL,
  `spec_display_name` varchar(64) NOT NULL,
  `display_order` smallint(5) UNSIGNED NOT NULL,
  `g1_spec_id` smallint(5) UNSIGNED NOT NULL,
  `g2_spec_id` smallint(5) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `hs_groups`:
--

--
-- Dumping data for table `hs_groups`
--

INSERT INTO `hs_groups` (`hs_group_id`, `parent_id`, `hs_group`, `spec_id`, `spec_display_name`, `display_order`, `g1_spec_id`, `g2_spec_id`, `img_src`) VALUES
(1, 0, 'ARCHITECTURAL', NULL, '', 1, 2, 3, '/images/search_groups/architectural.jpg'),
(2, 0, 'LINEAR', NULL, '', 2, 2, 3, '/images/search_groups/linear_architectural.jpg'),
(3, 0, 'DOWNLIGHT/ADJUSTABLE/WALLWASH', NULL, '', 3, 2, 3, '/images/search_groups/downlight_adjustable_wallwash.jpg'),
(4, 0, 'ACCENT LIGHTING', NULL, '', 5, 2, 3, '/images/search_groups/track.jpg'),
(6, 0, 'TROFFER', NULL, '', 4, 2, 3, '/images/search_groups/troffer.jpg'),
(10, 0, 'MILLWORK LIGHTING', NULL, '', 11, 2, 3, '/images/search_groups/cabinet.jpg'),
(11, 0, 'DIRECT VIEW', NULL, '', 12, 2, 3, '/images/search_groups/direct_view.jpg'),
(13, 0, 'SPECIAL APPLICATIONS', NULL, '', 10, 4, 3, '/images/search_groups/demanding.jpg'),
(16, 0, 'AREA & SITE', NULL, '', 7, 2, 3, '/images/search_groups/area_site.jpg'),
(19, 0, 'FLOODLIGHT', NULL, '', 9, 2, 3, '/images/search_groups/floodlight.jpg'),
(23, 1, '', 42, '', 0, 0, 0, ''),
(24, 1, '', 44, '', 0, 0, 0, ''),
(25, 3, '', 38, '', 0, 0, 0, ''),
(26, 3, '', 39, '', 0, 0, 0, ''),
(27, 2, '', 43, '', 0, 0, 0, ''),
(28, 3, '', 36, '', 0, 0, 0, ''),
(31, 6, '', 45, '', 0, 0, 0, ''),
(37, 11, '', 51, '', 0, 0, 0, ''),
(43, 16, '', 26, '', 0, 0, 0, ''),
(50, 19, '', 29, '', 0, 0, 0, ''),
(51, 19, '', 30, '', 0, 0, 0, ''),
(60, 13, '', 80, '', 0, 0, 0, ''),
(61, 13, '', 81, '', 0, 0, 0, ''),
(62, 13, '', 82, '', 0, 0, 0, ''),
(63, 13, '', 83, '', 0, 0, 0, ''),
(64, 13, '', 84, '', 0, 0, 0, ''),
(65, 13, '', 85, '', 0, 0, 0, ''),
(66, 13, '', 86, '', 0, 0, 0, ''),
(68, 13, '', 451, '', 0, 0, 0, ''),
(69, 1, '', 653, '', 0, 0, 0, ''),
(70, 1, '', 28, '', 0, 0, 0, ''),
(71, 10, '', 52, '', 0, 0, 0, ''),
(73, 16, '', 27, '', 0, 0, 0, ''),
(74, 4, '', 657, '', 0, 0, 0, ''),
(75, 2, '', 37, '', 0, 0, 0, ''),
(76, 2, '', 49, '', 0, 0, 0, ''),
(77, 1, '', 40, '', 0, 0, 0, ''),
(78, 3, '', 543, '', 0, 0, 0, ''),
(79, 3, '', 48, '', 0, 0, 0, ''),
(80, 16, '', 32, '', 0, 0, 0, ''),
(81, 2, '', 577, '', 0, 0, 0, ''),
(82, 2, '', 50, '', 0, 0, 0, ''),
(87, 4, '', 658, '', 0, 0, 0, ''),
(88, 4, '', 36, '', 0, 0, 0, ''),
(89, 4, '', 543, '', 0, 0, 0, ''),
(90, 16, '', 31, '', 0, 0, 0, ''),
(91, 16, '', 35, '', 0, 0, 0, ''),
(92, 0, 'HI/LOW BAY,  INDUSTRIAL, GARAGE', NULL, '', 6, 2, 0, '/images/search_groups/hibay.jpg'),
(93, 0, 'SPORTS, THEATRICAL', NULL, '', 0, 2, 0, ''),
(94, 92, '', 53, '', 0, 0, 0, ''),
(95, 92, '', 448, '', 0, 0, 0, ''),
(96, 92, '', 449, '', 0, 0, 0, ''),
(97, 0, 'IN-GRADE/STEPLIGHTS', NULL, '', 8, 2, 0, '/images/search_groups/ingrade_outdoor.jpg'),
(98, 97, '', 660, '', 0, 0, 0, ''),
(99, 97, '', 33, '', 0, 0, 0, ''),
(100, 6, '', 46, '', 0, 0, 0, ''),
(101, 92, '', 34, '', 0, 0, 0, ''),
(102, 0, 'PENDANT', NULL, '', 0, 3, 2, '/images/search_groups/pendant.JPG'),
(103, 0, 'RECESSED', NULL, '', 0, 3, 2, '/images/search_groups/ceiling_recessed.JPG'),
(104, 102, '', 64, '', 0, 0, 0, ''),
(105, 103, '', 60, '', 0, 0, 0, ''),
(106, 0, 'WALL MOUNT', NULL, '', 0, 3, 2, '/images/search_groups/wall_surface.JPG'),
(107, 0, 'WALL RECESSED', NULL, '', 0, 3, 2, '/images/search_groups/wall_recessed.JPG'),
(108, 0, 'INGROUND', NULL, '', 0, 3, 2, '/images/search_groups/ingrade.JPG'),
(109, 0, 'CEILING SURFACE', NULL, '', 0, 3, 2, '/images/search_groups/ceiling_surface.JPG'),
(110, 0, 'POLE 1', NULL, '', 0, 3, 2, '/images/search_groups/post_top.JPG'),
(111, 0, 'BOLLARD', NULL, '', 0, 3, 2, ''),
(112, 108, '', 59, '', 0, 0, 0, ''),
(113, 110, '', 55, '', 0, 0, 0, ''),
(114, 110, '', 54, '', 0, 0, 0, ''),
(115, 106, '', 71, '', 0, 0, 0, ''),
(117, 107, '', 70, '', 0, 0, 0, ''),
(118, 109, '', 61, '', 0, 0, 0, ''),
(119, 0, 'TRACK', NULL, '', 0, 3, 2, '/images/search_groups/track_surface.JPG'),
(120, 119, '', 69, '', 0, 0, 0, ''),
(121, 119, '', 652, '', 0, 0, 0, ''),
(122, 13, '', 665, '', 0, 0, 0, ''),
(123, 13, '', 450, '', 0, 0, 0, '');

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

--
-- Table structure for table `manufacturers`
--

CREATE TABLE `manufacturers` (
  `manf_id` int(10) UNSIGNED NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  `brand_id` tinyint(3) UNSIGNED NOT NULL,
  `manf_name` varchar(128) NOT NULL,
  `code` varchar(3) NOT NULL,
  `description` text NOT NULL,
  `logo` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `country_id` smallint(6) NOT NULL,
  `region_id` smallint(6) NOT NULL,
  `city_id` mediumint(9) NOT NULL,
  `address` varchar(255) NOT NULL,
  `email1` varchar(255) NOT NULL,
  `email2` varchar(255) NOT NULL,
  `phone1` varchar(32) NOT NULL,
  `phone2` varchar(32) NOT NULL,
  `dt` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `manufacturers`:
--   `brand_id`
--       `brands` -> `brand_id`
--

--
-- Dumping data for table `manufacturers`
--

INSERT INTO `manufacturers` (`manf_id`, `active`, `brand_id`, `manf_name`, `code`, `description`, `logo`, `url`, `country_id`, `region_id`, `city_id`, `address`, `email1`, `email2`, `phone1`, `phone2`, `dt`) VALUES
(1, 1, 2, 'Metalux', 'MTX', 'Commercial and Industrial LED Lighting.', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(2, 1, 2, 'Invue', 'INV', 'Exterior Lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(3, 1, 2, 'McGraw-Edison', 'MGE', 'Area, Site Lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(4, 1, 2, 'Lumiereold', 'LUM', 'Landscape Lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(5, 1, 4, 'Juno', 'JNO', 'Retail Lighting, Commercial, Residential. Downlights, Track.', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(6, 1, 4, 'Indy', 'IND', 'Retail Lighting. Commercial Lighting, Cylinders, Multiples, Downlights.', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(7, 1, 4, 'Aculux', 'ALX', 'Commercial and Residential downlighting.', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(9, 1, 1, 'Erco', 'ERC', 'Retail Lighting', '', '', 237, 0, 0, '', '', '', '', '', '2015-07-05'),
(10, 1, 1, 'Targetti', 'TRG', 'Retail Lighting', '', '', 237, 0, 0, 'United States', '', '', '', '', '2015-07-05'),
(12, 1, 4, 'Mark Architectural', 'MAR', 'Indoor lighting.', '', 'https://www.acuitybrands.com/brands/lighting/mark', 237, 0, 0, 'United States', '', '', '1-800-922-9641', '', '2015-07-05'),
(13, 1, 4, 'Hydrel', 'HDR', 'Exterior, Interior', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(14, 1, 4, 'Peerless', 'PRL', 'Exterior, Interior', '', '', 237, 0, 0, '1', '', '', '', '', '2015-07-05'),
(17, 1, 2, 'Portfolio', 'PRF', 'Commercial. Downlights, Cylinders', '', '', 237, 0, 0, '1', '', '', '', '', '2015-10-28'),
(18, 1, 1, 'Axis Lighting', 'AXS', 'Commercial', '', '', 237, 0, 0, '', '', '', '', '', '2015-10-28'),
(19, 1, 1, 'USAI Lighting', 'USA', 'Downlights, Adjustable Accent lighting, Cylinders. Commercial, Hospitality and Residential Applications.', '', 'http://www.usailighting.com/', 237, 2413, 83143, '11126 River Rd', 'info@usailighting.com', '', '(845) 565-8500', '', '2015-11-01'),
(20, 1, 4, 'Gotham Lighting', 'GTM', 'Commercial Downlighting', '', 'http://www.acuitybrands.com/', 237, 0, 0, 'Acuity Brands Lighting, One Lithonia Way Conyers, GA 30012', '', '', '770-922-9000', '', '2015-11-11'),
(21, 1, 1, 'Focal Point', 'FOP', 'Commercial Downlighting, Adjustable, Wallwash, Linear Product, LED Troffers.', '', 'http://www.focalpointlights.com/', 237, 2394, 74338, '4141 S. Pulaski Road', '', '', '773.247.9494', '', '2015-11-12'),
(22, 1, 6, 'Element (by Tech Lighting)', 'ELM', 'Downlights, Adjustable, Wallwashers, Multiples. Commercial and Residential.', '', 'http://www.element-lighting.com/', 237, 2394, 75001, '7400 Linder Ave', 'techsupport@generation-brands.com', '', '847.410.4400', '', '2015-11-12'),
(23, 1, 1, 'Lumenwerx', 'LWX', 'Office, Commercial Troffer, Linear Suspended, Cove Luminaires', '', '', 40, 294, 0, '393 St Croix, Suite B', '', '', '', '', '2016-02-05'),
(25, 1, 1, 'Bega US', 'BGA', 'Exterior and Façade Architectural Lighting', '', '', 237, 0, 0, '1000 Bega Way', '', '', '', '', '2016-02-06'),
(26, 1, 1, 'Architectural Lighting Works', 'ALW', 'Commercial and Architectural, Multiples, Linear, Linear.', '', '', 237, 0, 0, 'u', '', '', '', '', '2016-02-06'),
(27, 1, 1, 'Birchwood Lighting', 'BWD', 'Linear architectural', '', '', 237, 0, 0, '1', '', '', '', '', '2016-02-08'),
(28, 1, 1, 'Moda Light', 'MDL', 'Flexible and Linear LED fixtures. White, RGB and Single Color Options', '', '', 237, 0, 0, '1', '', '', '', '', '2016-02-13'),
(29, 1, 1, 'Delta Light', 'DLT', 'Commercial, Retail, Decorative Architectural', '', '', 83, 0, 0, '1', '', '', '', '', '2016-02-13'),
(30, 1, 1, 'KIM Lighting', 'KIM', 'Area and Landscape Lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2016-02-14'),
(31, 1, 1, 'Dasal Lighting', 'DSL', 'Commercial Downlights', '', '', 40, 0, 0, '1', '', '', '', '', '2016-02-14'),
(32, 1, 5, 'Gardco', 'GDR', 'Area, Site Lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2016-02-14'),
(33, 1, 2, 'HALO', 'HLO', 'Commercial and residential recessed, track and accent lighting.', '', '', 237, 0, 0, '1', '', '', '', '', '2016-02-16'),
(34, 1, 1, 'Designplan', 'DPL', 'Indoor and Outdoor step lights, linear and commercial lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2016-02-17'),
(35, 1, 1, 'Lumenpulse', 'LMP', 'Interior and Exterior Linear, Accent and Floodlighting', '', '', 40, 0, 0, '1', '', '', '', '', '2016-02-17'),
(36, 1, 2, 'RSA Lighting', 'RSA', 'Multiples', '', '', 237, 0, 0, '1', '', '', '', '', '2016-03-08'),
(37, 1, 2, 'Ametrix', 'AMT', 'Direct/Indirect Commercial Lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2016-03-08'),
(38, 1, 2, 'io Lighting', 'IOL', 'Linear luminaires. Cove, Accent and Rail lighting', '', '', 237, 0, 0, '1', '', '', '', '', '2016-03-08'),
(39, 1, 4, 'Lithonia Lighting', 'LTL', 'Interior and Exterior Commercial Lighting.', '', 'http://www.acuitybrands.com/', 237, 0, 0, 'Acuity Brands Lighting, One Lithonia Way Conyers, GA 30012', '', '', '770-922-9000', '', '2016-03-20'),
(40, 1, 1, 'Edge Lighting', 'EDG', 'Linear LED Luminaires for commercial and hospitality applications.', '', 'http://www.edgelighting.com/', 237, 2394, 74338, '1718 W. Fullerton Ave. 60614', 'info@edgelighting.com', '', '773-770-1195', '', '2016-05-04'),
(41, 1, 1, 'Edison Price', 'EDP', 'Track, recessed downlights and adjustable. Commercial and hospitality applications.', '', 'http://www.epl.com/', 237, 2413, 83029, '41-50 22ND STREET', '', '', '718.685.0700', '', '2016-05-24'),
(42, 1, 7, 'Current', 'GEL', 'Industrial, commercial, retail LED lighitng', '', 'http://www.gelighting.com/LightingWeb/na/', 237, 0, 0, 'GE', '', '', '', '', '2016-05-29'),
(43, 1, 8, 'Intense Lighting', 'INL', 'Commercial and residential downlighting. recessed multiples, exterior lighting.', '', 'http://www.intenselighting.com/', 237, 2385, 71526, '3340 East La Palma Ave', 'info@intenselighting.com', '', '714.630.9877', '', '2016-07-16'),
(44, 1, 1, 'Louis Poulsen', 'LOU', 'Architectural Decorative Interior and Exterior Lighting', '', 'http://www.louispoulsen.com/usa/frontpage/', 237, 2390, 73118, '3260 Meridian Parkway', '', '', '(954) 349 2525', '', '2016-08-24'),
(45, 1, 9, 'Litecontrol', 'LIC', 'Linear commercial LED lighting.', '', 'http://www.litecontrol.com/company/contact/', 237, 2402, 78610, '65 Spring Stree', '', '', '781 294 0100', '', '2016-10-23'),
(46, 1, 5, 'Color Kinetics', 'CKN', 'Color changing and white light accent, flood lights', '', 'http://www.colorkinetics.com/', 237, 0, 0, '3 Burlington Woods Drive 4th Floor', '', '', '', '', '2016-11-19'),
(47, 1, 10, 'Traxon', 'TRX', 'Color changing and white light accent and flood lighting.', '', 'http://www3.traxontechnologies.com/', 237, 0, 0, 'Boston 200 Ballardvale Street, Wilmington', '', '', '', '', '2016-11-19'),
(48, 1, 9, 'Hubbel', 'HBL', 'Commercial and Industrial. Interior and Exterior LED LUminaires.', '', 'http://www.hubbell.com/lighting_group.aspx', 237, 2387, 72885, 'Hubbell Incorporated 40 Waterview Drive', '', '', '', '', '2016-11-27'),
(51, 1, 2, 'Lumiere', 'LMR', 'Landscape Lighting', '', 'http://www.cooperindustries.com/content/public/en/company/contact_us.html', 237, 2416, 84497, '1000 Eaton Boulevard', '', '', '', '', '2016-11-27'),
(52, 1, 11, 'TEST MANUF', 'TST', 'TEST', '', '', 237, 0, 0, 'TEST', '', '', '', '', '2017-11-25'),
(53, 1, 1, 'Kenall', 'KNL', 'Indoor/Outdoor luminaires, Exit Signs & Emergency', '', 'https://kenall.com/Home', 237, 2430, 91054, '10200 55th Street, WI 53144', '', '', '800.453.6255', '', '2018-02-05'),
(54, 1, 1, 'LightArt', 'LIA', 'Custom lighting fabrication and design studio', '', 'http://lightart.com/', 237, 0, 0, 'Seattle Studio, 4770 Ohio Ave S, Suite A, Seattle, WA, 98134', '', '', '', '', '2018-02-07'),
(55, 1, 2, 'Corelite', 'CRL', 'Indoor lighting and controls solutions', '', 'http://www.cooperindustries.com/content/public/en/lighting.html', 237, 0, 0, 'USA', '', '', '', '', '2018-02-20'),
(56, 1, 1, 'Amerlux', 'AMR', 'Lighting design company', '', 'http://www.amerlux.com/', 237, 2411, 82082, '178 Bauer Drive', '', '', '+1-973-882-5010', '+1-973-882-2605', '2018-02-22'),
(57, 1, 1, 'Bartco', 'BRT', 'Linear LED & fluorescent strip fixtures.', '', 'https://www.bartcolighting.com/', 237, 2385, 71871, '5761 Research Drive', '', '', '714.230.3200', '', '2018-02-22'),
(58, 1, 1, 'Beta-Calco lighting', 'BCL', 'Interior and exterior lighting', '', 'http://betacalco.com/', 40, 292, 10896, '25 Kodiak Crescent', 'sales@betacalco.com', '', '416 531 9942', '416 531 6199', '2018-02-22'),
(59, 1, 5, 'Day-Brite', 'DBR', 'Indoor Commercial & Industrial', '', '', 237, 2411, 82185, '281 Hillmount Rd, Markham', '', '', '1-800-555-0050', '800-668-9008', '2018-02-24'),
(60, 1, 2, 'IRIS', 'IRS', 'Architectural Residential and Commercial Recessed Downlighting', '', '', 237, 0, 0, 'USA', '', '', '', '', '2018-02-24'),
(61, 1, 1, 'Prudential Lighting', 'PRU', 'Indoor technical lighting', '', 'http://www.prulite.com/', 237, 2385, 71972, '1774 E 21st Street', '', '', '', '', '2018-02-25'),
(62, 1, 1, 'Cree', 'CRE', 'Indoor lighting, outdoor lighting, controls', '', 'http://www.cree.com/', 237, 2414, 83723, '4600 Silicon Drive', '', '', '', '', '2018-03-13'),
(63, 1, 4, 'Holophane', 'HOL', 'Indoor and outdoor lighting systems for commercial, industrial, emergency, and demanding environments.', '', '', 237, 0, 0, 'USA', '', '', '', '', '2018-03-13'),
(64, 1, 1, 'Tech Lighting', 'TCH', 'Recessed & General Illumination.', '', 'http://www.techlighting.com', 237, 0, 0, 'United States', '', '', '', '', '2018-03-14'),
(65, 1, 1, 'Sistemalux', 'SLX', 'Interior/Exterior lighting', '', 'http://www.sistemalux.com/', 40, 294, 11276, '9320 Saint-Laurent Suite 100 Montreal, QC H2N 1N7', '', '', '', '', '2018-03-15'),
(66, 1, 1, 'iGuzzini', 'IGZ', 'iGuzzini', '', '', 40, 0, 0, '9320 Saint-Laurent, Suite 100 Montreal, Qc, Canada H2N 1N7', '', '', '', '', '2018-03-15'),
(67, 1, 5, 'Hadco', 'HDC', 'Exterior Lighting', '', 'http://www.lightingproducts.philips.com/search-tool.html?brand=Hadco#!f=%40Brand%3aHadco&brandId=c65e927d-5dab-463e-94ae-a2ee201519a8&isCatSearch=1', 237, 0, 0, 'United States', '', '', '', '', '2018-03-16'),
(68, 1, 5, 'Stonco', 'STN', 'Outdoor General Purpose', '', 'http://www.lightingproducts.philips.com/search-tool.html#!f=%40HasNewProducts%3A1%2B%40Brand%3AStonco+Usa&p=1', 237, 0, 0, 'United States', '', '', '', '', '2018-03-16'),
(69, 1, 5, 'Lightolier', 'LGL', 'Commercial Lighting, Residential Lighting, Outdoor Lighting, etc.', '', 'http://www.lightingproducts.philips.com', 237, 0, 0, 'United States', '', '', '', '', '2018-03-16'),
(70, 1, 5, 'Lumec', 'LMC', 'Outdoor luminaires, bollards lights, light columns, poles, brackets, and wall sconces for public and commercial landscapes.', '', '', 40, 0, 0, '640 boulevard Curé-Boivin Boisbriand, QC J7G 2A7 Canada', '', '', '', '', '2018-03-16'),
(71, 1, 5, 'Chloride', 'CLR', 'Emergency lighting, central emergency lighting systems, emergency ballast and accessories such as mounting plates and outdoor remote heads.', '', '', 237, 0, 0, '272 W Stag Park Service Rd Burgaw NC 28425-4437', '', '', '(910) 259-1000', '', '2018-03-16'),
(72, 1, 12, 'BOOM', 'BOM', 'Indoor/outdoor luminaires.', '', 'https://www.bega-us.com/group.aspx?familyid=38', 237, 0, 0, 'United States', '', '', '', '', '2018-03-21'),
(73, 1, 12, 'Limburg', 'LMB', 'Indoor luminaires', '', '', 237, 0, 0, '130 W. Monroe Ave. St. Louis, MO 63122', '', '', '', '', '2018-03-21'),
(74, 1, 1, 'We-ef Lighting', 'WEF', 'Indoor/Outdoor luminaires', '', '', 237, 0, 0, 'United States', '', '', '', '', '2018-03-22'),
(75, 1, 2, 'Neo-Ray', 'NER', 'Architectural Indirect/Direct Linear, Recessed and Surface Lighting', '', '', 237, 0, 0, '537 Johnson Avenue Brooklyn, NY 11237-1304', '', '', '', '', '2018-03-22'),
(76, 1, 1, 'Visa Lighting', 'VIS', 'Indoor/Outdoor luminaires', '', 'https://www.visalighting.com', 237, 0, 0, 'VISA LIGHTING 1717 W. Civic Dr. Milwaukee, WI 53209', '', '', '', '', '2018-03-23'),
(77, 1, 4, 'Winona Lighting', 'WNL', 'Asymmetric; Ceiling Mount; Flood And Spot; Linear; Marker And Step; Pendant; Sconce.', '', 'https://www.acuitybrands.com/brands/lighting/winona', 237, 0, 0, 'United States', '', '', '', '', '2018-03-27'),
(78, 1, 4, 'Carandini', 'CRD', 'Carandini specializes in LED and fluorescent outdoor lighting including roadway lighting, street lighting, floodlighting, and industrial lighting applications.', '', '', 209, 0, 0, 'S.A. Verneda nº 66-70, E-08107 Martorelles (Barcelona)', '', '', '', '', '2018-03-27'),
(79, 1, 1, 'Pure Lighting', 'PUR', 'Indoor lighting, outdoor lighting, modern lighting', '', 'http://www.purelighting.com/', 237, 0, 0, '1718 W. Fullerton Ave., Chicago, Illinois 60614', '', '', '', '', '2018-03-28'),
(80, 1, 1, 'B-K Lighting', 'BKL', 'Indoor/outdoor lighting.', '', 'http://www.bklighting.com/', 237, 0, 0, 'United States', '', '', '', '', '2018-03-29'),
(81, 1, 4, 'American Electric Lighting', 'AEL', 'Outdoor LED and HID', '', 'https://www.acuitybrands.com/brands/lighting/american-electric-lighting#t=Products', 237, 0, 0, 'United States', '', '', '', '', '2018-03-29'),
(82, 1, 1, 'Luminii', 'LMI', 'Architectural LED Lighting Products', '', 'https://www.luminii.com/', 237, 0, 0, '7777 Merrimac Ave Niles, IL 60714', '', '', '', '', '2018-03-29'),
(83, 1, 4, 'Healthcare Lighting', 'HEL', 'Lighting solutions for patient-care settings and surgical, procedure and diagnostic applications.', '', '', 237, 0, 0, '1170 Peachtree Street, NE Suite 2300  Atlanta, GA 30309-7676', '', '', '', '', '2018-03-29'),
(84, 1, 1, 'Selux', 'SEL', 'Interior and Exterior Lighting', '', '', 237, 0, 0, 'Selux Corporation 5 Lumen Lane P.O. Box 1060 Highland, NY 12528', '', '', '', '', '2018-03-29'),
(88, 1, 1, 'Delray Lighting', 'DRL', 'Indoor lighting', '', 'http://www.delraylighting.com', 237, 0, 0, 'United States', '', '', '', '', '2018-04-02'),
(89, 1, 1, 'Vibia', 'VBA', 'Indoor/Outdoor luminaires', '', 'https://www.vibia.com/us/usa/', 237, 2411, 0, '272 Fernwood Ave  Edison, NJ 08837  (New Jersey- USA)', 'sales@vibialight.com', '', '732 417 1700', '', '2018-04-02'),
(90, 1, 1, 'Axolight', 'AXL', 'Indoor luminaires', '', 'http://www.axolightusa.com/usa/en_GB', 237, 0, 0, '22 Shelter Rock Lane, DANBURY, CT 06810', '', '', '', '', '2018-04-02'),
(91, 1, 1, 'BLACKJACK LIGHTING', 'BJK', 'Indoor lighting.', '', 'http://www.blackjacklighting.com', 237, 2394, 74281, '1553 Barclay Blvd.', 'info@blackjacklighting.com', '', '', '', '2018-04-03'),
(92, 1, 1, 'Artemide', 'ATM', 'Design, outdoor, architectural luminaires', '', 'https://www.artemide.net/en/', 237, 0, 0, 'United States', '', '', '', '', '2018-04-03'),
(93, 1, 1, 'NERI NORTH AMERICA', 'NNA', 'Outdoor lighting.', '', 'https://www.nerinorthamerica.com', 237, 2390, 73243, '1547 NW 79th Avenue', 'neri.us@neri.biz', '', 'T +1 786 315 4367', 'F +1 786 257 1336', '2018-04-03'),
(94, 1, 1, 'Lumato', 'LMT', 'Suspended, wall, recessed, ceiling luminaires', '', 'http://www.lumatolighting.com/#', 237, 0, 0, '1035 Dairy Ashford Road Suite #120 Houston, Texas 77079', '', '', '', '', '2018-04-03'),
(95, 1, 1, 'Acolyte', 'ACL', 'Indoor/Outdoor LED luminaires', '', 'https://www.acolyteled.com/', 237, 0, 0, '19 West 36th Street, 6th Floor New York, NY 10018', '', '', '', '', '2018-04-03'),
(96, 1, 1, 'G Lighting', 'GLG', 'Indoor lighting', '', 'www.glighting.com', 237, 2406, 80852, '9777 Reavis Park Drive', 'sales@glighting.com', '', 'T. 800.331.2425', 'T. 314.631.6000', '2018-04-03'),
(97, 1, 1, 'Cole Lighting', 'CLL', 'Indoor/Outdoor lighting', '', 'https://www.colelighting.com/', 237, 0, 0, 'United States', 'info@colelighting.com', '', '(626) 443-2473', '', '2018-04-03'),
(98, 1, 1, 'Lumium Lighting', 'LML', 'Indoor luminaires', '', 'http://lumiumlighting.com/index.html', 237, 0, 0, 'United States', '', '', '(760) 757-2530', '', '2018-04-03'),
(99, 1, 1, 'Chameleon Lighting', 'CML', 'Chameleon Lighting strives to marry high performance and decorative lighting into a complete, convertible lighting system that is ever changing and evolving.', '', '', 237, 0, 0, '241 CHESTERFIELD INDUSTRIAL BLVD CHESTERFIELD, MO 63005', '', '', '', '', '2018-04-03'),
(100, 1, 1, 'Arcluce', 'ARL', 'Indoor/Outdoor LED luminaires', '', 'https://www.arcluce-us.com/', 237, 0, 0, 'United States', '', '', '', '', '2018-04-04'),
(101, 1, 1, 'LSI Industries', 'LSI', 'Commercial / industrial lighting', '', '', 237, 0, 0, '10000 Alliance Road | Cincinnati, Ohio 45242', '', '', '', '', '2018-04-04'),
(102, 1, 1, 'Zumtobel', 'ZTB', 'Indoor luminaires', '', 'http://zumtobel.us/', 237, 0, 0, 'Highland, 3300 Route 9W, Highland New York, NY 12528', '', '', '+1 845 691 6262', '', '2018-04-05'),
(103, 1, 1, 'WAC Lighting', 'WLG', 'Decorative; Track & Rail; Recessed; Task & Cove; Indoor/Outdoor.', '', 'www.waclighting.com', 237, 2413, 83145, '44 Harbor Park Drive, Port Washington', 'info@waclighting.com', '', '1.800.526.2588', '1.800.526.2585', '2018-04-05'),
(104, 1, 9, 'Architectural Area Lighting', 'AAL', 'Exterior lighting', '', '', 237, 0, 0, '16555 East Gale Ave. City of Industry, CA 91745', '', '', '', '', '2018-04-05'),
(105, 1, 9, 'Beacon', 'BCN', 'Commercial Outdoor Lighting', '', 'https://www.hubbell.com/beacon/en', 237, 0, 0, 'United States', '', '', '', '', '2018-04-06'),
(106, 1, 1, 'Waldmann', 'WDN', 'Indoor lighting', '', 'www.waldmann.com', 83, 0, 0, 'Peter-Henlein-Straße 5  78056 Villingen-Schwenningen  Deutschland', 'sales.germany@waldmann.com', '', '+49 7720 601 0', '', '2018-04-06'),
(108, 1, 1, 'v2 Lighting Group', 'V2L', 'Interior and exterior LED luminaires', '', '', 237, 0, 0, '276 East Gish Road San Jose, California 95112 USA', '', '', '', '', '2018-04-10'),
(110, 1, 1, 'FC Lighting', 'FLG', 'Indoor and outdoor lighting.', '', 'www.fclighting.com', 237, 2394, 0, '3609 Swenson Avenue', '', '', '(800) 900-1730', '', '2018-04-11'),
(111, 1, 5, 'Ledalite', 'LDL', 'Indoor luminaires.', '', '', 40, 0, 0, '19750 - 92A Avenue Langley, BC V1M 3B2 CANADA', '', '', '', '', '2018-04-11'),
(112, 1, 2, 'Shaper', 'SHP', 'Indoor and Outdoor Architectural Decorative Lighting', '', '', 237, 0, 0, '18001 E. Colfax Avenue Denver, CO 80011', '', '', '', '', '2018-04-11'),
(113, 1, 1, 'Acclaim Lighting 99', 'ACM', 'High performance controller units for entertainment and architectural lighting demands.', '', '', 237, 2390, 73008, '6122 S. Eastern AVE Los Angeles CA 90040', '', '', '', '', '2018-04-12'),
(114, 1, 1, 'Visual Lighting Technologies', 'VLT', 'Outdoor lighting.', '', 'http://www.vltcorp.com', 237, 2424, 88167, '1809 Hur Industrial Blvd, Cedar Park, TX 78613', 'info@vltcorp.com', '', '(949)581-9398', '', '2018-04-15'),
(115, 1, 1, 'Eureka', 'EUR', 'Indoor Lighting', '', 'http://www.eurekalighting.com/welcome.aspx?lang=en-US', 40, 294, 11276, '225 de Liege West # 200 Montreal, Qc H2P 1H4', 'info@eurekalighting.com', '', '514.385.3515', '', '2018-04-15'),
(116, 1, 1, 'DALS Lighting', 'DAL', 'DALS Lighting, Inc. is a manufacturer of accent and architectural lighting products focusing on innovative and emerging LED technology.', '', '', 40, 0, 0, '80 de la Seigneurie Est Blainville, Québec J7C 4N1', '', '', '', '', '2018-04-16'),
(117, 1, 1, 'Dado lighting', 'DAD', 'Fixtures the Thickness of Drywall', '', '', 237, 0, 0, '4700 Gilbert Suite 47-217  Western Springs, IL 60558', '', '', '', '', '2018-04-16'),
(119, 1, 1, 'acdc', 'ACD', 'Architectural LED Lighting', '', 'http://acdclighting.us/', 237, 2413, 0, '3300 Route 9W Highland, NY 12528', 'sales@acdclighting.us', '', '+1 (410) 220 0088', '', '2018-04-17'),
(121, 1, 1, 'Design Lighting Selection', 'DLS', 'Indoor lighting.', '', '', 237, 0, 0, 'DLS Lighting US  3135 SR 580, Suite 6  Safety Harbor, FL 34695', '', '', '', '', '2018-04-17'),
(122, 1, 9, 'Antique Street Lamps', 'ASL', 'Decorative Outdoor Lights', '', 'https://www.acuitybrands.com/brands/lighting/antique-street-lamps#t=Products&f:@flightsource51681=[LED]', 237, 0, 0, 'United States', '', '', '', '', '2018-04-17'),
(123, 1, 13, 'Certolux', 'CTL', 'Medical & Special Applications luminaires.', '', '', 40, 0, 0, '35 Oak Street, Toronto, ON M9N 1A1', '', '', '', '', '2018-04-17'),
(124, 1, 1, 'ANP Lighting', 'ANP', 'Innovative Site Lighting', '', 'http://ww2.anplighting.com/', 237, 2385, 72035, '9044 Del Mar Avenue  Montclair, CA 91763', '', '', '909-982-1807', '', '2018-04-18'),
(125, 1, 1, 'Arri AG', 'ARI', 'Indoor/outdoor lighting.', '', 'http://www.arri.com', 83, 0, 0, 'Türkenstrasse 89 80799 Munich', '', '', '+49 (0)89 3809 0', '', '2018-04-18'),
(126, 1, 1, 'Archipelago Lighting', 'APL', 'Commercial and residential lighting.', '', '', 237, 0, 0, '4615 State Street Montclair CA, 91763', '', '', '', '', '2018-04-18'),
(127, 1, 1, 'Artcraft Lighting', 'ARC', 'Interior and exterior lighting.', '', '', 40, 0, 0, '8525 Jules Leger Anjou, QC, H1J1A8', '', '', '', '', '2018-04-18'),
(128, 1, 1, 'Barron Lighting Group', 'BLG', 'Indoor Outdoor Lighting', '', 'http://www.barronltg.com/index.php', 237, 2383, 71112, 'Barron Lighting Group Corporate Office 7885 N Glen Harbor Blvd Glendale, AZ 85307', '', '', '888.533.3948', '', '2018-04-18'),
(129, 1, 1, 'Bover', 'BVR', 'Indoor/Outdoor Lighting', '', 'http://www.bover.es/en/', 237, 2391, 73447, '1231 Collier Road, Suite C Atlanta GA 30318 United States', 'info@boverusa.com', '', '+1 404 924 2342', '', '2018-04-19'),
(130, 1, 1, 'Best Lights', 'BLS', 'Indoor Lighting.', '', 'www.bestlights.com', 237, 2403, 79417, '100 Park Drive, Troy, MI', 'info@bestlights.com', '', '(248) 588-4980', '', '2018-04-19'),
(131, 1, 1, 'Brownlee Lighting', 'BWL', 'Indoor/Outdoor LED Lighting', '', 'http://www.brownlee.com/', 237, 2390, 73290, '4600 Dardanelle Drive Orlando, FL USA 32808-3832', '', '', '407.297.3677 or 800.318.6768', '', '2018-04-19'),
(132, 1, 1, 'Dark', 'DRK', 'Indoor lighting.', '', 'http://www.dark.be', 22, 0, 0, 'DARK AT NIGHT NV VLIEGPLEIN 43', 'INFO@DARK.BE', '', '+32 [0]50 71 81 40', '', '2018-04-19'),
(133, 1, 1, 'EcoSense Lighting', 'ESL', 'Indoor and Outdoor LED products.', '', '', 237, 0, 0, '837 NORTH SPRING STREET SUITE 103 LOS ANGELES, CA 90012', '', '', '', '', '2018-04-19'),
(134, 1, 1, 'EverLast Lighting', 'ELL', 'LED lighting solutions for interior and exterior, commercial and industrial applications.', '', '', 237, 0, 0, '2021 WELLWORTH AVENUE JACKSON, MICHIGAN 49203​', '', '', '', '', '2018-04-19'),
(135, 1, 1, 'Fluxwerx', 'FLX', 'Indoor lighting.', '', 'www.fluxwerx.com', 40, 285, 9730, '9255 - 194th Street Surrey BC Canada V4N 4G1', 'serviceteam@fluxwerx.com', '', '604.549.9379', '', '2018-04-20'),
(136, 1, 1, 'FSC Lighting', 'FSC', 'Energy-efficient LED fixtures', '', '', 237, 2385, 72182, '9120 Center Avenue, Rancho Cucamonga, CA 91730', 'info@fsclighting.com', '', '(877) 927-5913', '', '2018-04-20'),
(137, 1, 1, 'Gantom', 'GNT', 'Lighting & Controls', '', 'http://www.gantom.com/', 237, 0, 0, 'United States', '', '', '', '', '2018-04-20'),
(138, 1, 1, 'First Light Technologies', 'FLT', 'Outdoor lighting.', '', 'www.firstlighttechnologies.com', 40, 285, 9733, '455 Banga Pl., Suite 104 Victoria, BC V8Z 6X5 Canada', 'info@firstlighttechnologies.com', '', '1.844.279.8754', '', '2018-04-20'),
(139, 1, 1, 'Halco Lighting Technologies', 'HLT', 'Indoor and Outdoor luminaires.', '', '', 237, 0, 0, '2940 Pacific Drive Norcross, GA 30071', '', '', '', '', '2018-04-20'),
(140, 1, 1, 'Holm', 'HLM', 'ARCHITECTURAL & LANDSCAPE LIGHTING', '', '', 237, 0, 0, '1940 Diamond Street San Marcos, CA 92078', '', '', '', '', '2018-04-20'),
(141, 1, 1, 'Indessa Lighting', 'IDG', 'Indoor/outdoor lighting.', '', 'http://www.indessa.com', 237, 2428, 90249, '3808 N SULLIVAN RD, 17F SPOKANE, WA 99216', '', '', '(509) 924-0243', '', '2018-04-23'),
(142, 1, 1, 'Litelab', 'LLB', 'Lighting Solutions for Museums, Retail and Architectural Environments', '', 'http://www.litelab.com/', 237, 2413, 82570, 'Litelab Corporation  251 Elm Street  Buffalo, New York 14203', '', '', '716.856.4300', '', '2018-04-23'),
(143, 1, 1, 'LumenArt', 'LAT', 'Indoor lighting.', '', 'http://www.lumenartltd.com', 237, 2394, 74338, '3333 W. 47th Street Chicago, IL 60632', 'Valerie.Hastings@LumenArt.com', '', '773-254-0744', '', '2018-04-23'),
(144, 1, 1, 'Lucifer Lighting', 'LCF', 'Indoor/Outdoor Lighting', '', 'http://www.luciferlighting.com/', 237, 2424, 88826, 'Lucifer Lighting Company 3750 IH35 North San Antonio, TX 78219', '', '', '+1 210 227 7329', '', '2018-04-23'),
(145, 1, 1, 'McFadden Lighting', 'MFL', 'Church, institutional and commercial lighting.', '', '', 237, 0, 0, '2601 Ohio Avenue St. Louis, MO 63118', '', '', '', '', '2018-04-23'),
(146, 1, 1, 'North Star Lighting', 'NSL', 'Sportslighting, commercial, industrial and architectural lighting products.', '', '', 237, 0, 0, '835 Industrial Drive, Elmhurst, IL 60126', '', '', '', '', '2018-04-23'),
(147, 1, 1, 'Original Cast Lighting', 'OCL', 'Architectural pendants, sconces and ceiling fixtures.', '', '', 237, 0, 0, '11902 Lackland Road St. Louis, MO 63146', '', '', '314.863.1895', '', '2018-04-23'),
(148, 1, 1, 'Modern Forms', 'MFS', 'Indoor/outdoors lighting.', '', 'modernforms.com', 237, 2413, 83267, '44 Harbor Park Drive Port Washington, NY 11050', 'customerservice@modernforms.com', '', '1-866-810-6615', '', '2018-04-24'),
(149, 1, 1, 'oxygen lighting', 'OXY', 'Indoor/Outdoor Lighting', '', 'http://www.oxygenlighting.com/index.cfm/app/index', 237, 2424, 88336, '201 Railhead Rd. Fort Worth, TX 76106', '', '', '', '', '2018-04-24'),
(150, 1, 1, 'Rich Brilliant Willing', 'RBW', 'Indoor lighting.', '', 'www.richbrilliantwilling.com', 237, 2413, 83145, '50 Greene St 2nd Floor New York NY 10013', 'sales@richbrilliantwilling.com', '', '+1 212 388 1621', '', '2018-04-24'),
(151, 1, 1, 'Pinnacle Architectural Lighting', 'PIN', 'Architectural lighting', '', 'http://www.pinnacle-ltg.com/', 237, 2386, 72521, '12655 E. 42nd Ave. Denver, CO 80239', '', '', '303.322.5570', '', '2018-04-24'),
(152, 1, 1, 'Rambusch Lighting', 'RBL', 'Interior architecture through lighting.', '', '', 237, 0, 0, '160 Cornelison Ave. Jersey City NJ, 07304', '', '', '', '', '2018-04-24'),
(153, 1, 1, 'Spectrum Lighting', 'STL', 'Commercial and Architectural Lighting.', '', '', 237, 0, 0, '994 Jefferson Street Fall River, MA 02721', '', '', '', '', '2018-04-24'),
(154, 1, 1, 'Roberts Step-Lite Systems', 'RSL', 'Step Lights', '', '', 237, 0, 0, '8100 SW 15th St. Oklahoma City, OK 73128', '', '', '', '', '2018-05-01'),
(155, 1, 1, 'Precision Architectural Lighting', 'PAL', 'architectural-grade lighting', '', '', 237, 0, 0, '4830 Timber Creek Drive Houston, Texas 77017', '', '', '', '', '2018-05-01'),
(156, 1, 1, 'Self Electronics Germany GmbH', 'SEG', 'Indoor lighting.', '', 'http://www.self-electronics.de/index.php/default/index/lang/en', 83, 0, 0, 'August-Horch-Str.7,51149, Koeln', 'saleseu@self-electronics.com', '', '0049-2203-18501-0', '', '2018-05-02'),
(157, 1, 1, 'Solas Ray Lighting', 'SLR', 'Indoor/Outdoor/Hazardous Location Lighting', '', 'https://www.solasray.com/', 237, 0, 0, 'United States', '', '', '765.298.8030', '', '2018-05-02'),
(158, 1, 1, 'Solavanti Lighting', 'SLV', 'Indoor and outdoor', '', '', 237, 0, 0, '9659 Wendell Rd. Dallas TX 75243', '', '', '', '', '2018-05-02'),
(159, 1, 1, 'SPI Lighting', 'SPI', 'Indoor and outdoor lighting.', '', 'http://www.spilighting.com/index.html', 237, 2430, 91114, '10400 N Enterprise Drive Mequon, WI 53092', 'contact@spilighting.com', '', '262.242.1420', '', '2018-05-02'),
(160, 1, 1, 'Universal Lighting Technologies', 'ULT', 'LED Lighting', '', 'https://unvlt.com/', 237, 2423, 87855, '51 Century Blvd., Suite 230  Nashville, TN 37214-3683', 'webmaster@unvlt.com', '', '615-316-5100', '', '2018-05-02'),
(161, 1, 14, 'Trace Lite', 'TCL', 'Commercial and industrial lighting', '', '', 237, 0, 0, '7885 N Glen Harbor Blvd Glendale, AZ 85307', '', '', '', '', '2018-05-02'),
(162, 1, 1, 'Venture Lighting', 'VTL', 'Indoor and outdoor lighting.', '', 'www.venturelighting.com', 237, 2416, 85027, 'Venture Lighting International 2451 Enterprise Parkway East Twinsburg, Ohio 44087 USA', 'customerservice@venturelighting.com', '', '800-451-2606', '', '2018-05-03'),
(164, 1, 1, 'Vista', 'VST', 'Professional outdoor lighting', '', 'http://www.vistapro.com/', 237, 2385, 72299, '1625 Surveyor Ave. Simi Valley, CA 93063', 'email@vistapro.com', '', '(805) 527-0987', '', '2018-05-03'),
(165, 1, 1, 'Sternberg Lighting', 'SBG', 'Outdoor lighting.', '', 'http://www.sternberglighting.com/www-sternberglighting-com/', 237, 2394, 74943, 'Sternberg Lighting 555 Lawrence Ave. Roselle, IL 60172', 'contactus@sternberglighting.com', '', '847-588-3400', '800-621-3376', '2018-05-03'),
(166, 1, 1, 'Viso', 'VSO', 'Indoor Lighting', '', 'http://visoinc.com/', 40, 292, 10896, 'Canada', '', '', '416.461.8476', '', '2018-05-03'),
(167, 1, 14, 'specialtyLED', 'SPC', 'Commercial and decorative lighting.', '', '', 237, 0, 0, '7885 N Glen Harbor Blvd Glendale, AZ 85307', '', '', '', '', '2018-05-03'),
(168, 1, 2, 'Fail-Safe', 'FSF', 'Lighting for healthcare, cleanroom, confinement, and vandal resistant applications', '', '', 237, 0, 0, '1121 Highway 74 South Peachtree City, GA 30269', '', '', '', '', '2018-05-03'),
(169, 1, 1, 'Arancia Lighting', 'ARA', 'Indoor Luminaires', '', 'http://arancialighting.com/', 40, 294, 11276, '6048 Route 132 Ste-Catherine, QC', '', '', '514 737 2726', '', '2018-05-04'),
(170, 1, 15, 'Alphabet', 'ABT', 'Indoor and outdoor lighting.', '', 'www.alphabetlighting.com', 237, 2386, 72558, 'Ledra Brands, Inc 15774 Gateway Circle Tustin, CA 92780', 'INFO@LEDRABRANDS.COM', '', '+1 (714) 259-9959', '', '2018-05-04'),
(171, 1, 1, 'Abra Lighting 5', 'ABR', 'Indoor Luminaires', '', 'https://abralighting.com', 40, 284, 0, 'United States', '', '', '949-940-1155', '', '2018-05-04'),
(172, 1, 1, 'CHAUVET Professional', 'CPL', 'Professional lighting.', '', 'www.chauvetprofessional.com', 237, 2390, 73375, '5200 N.W. 108th Avenue  Sunrise, FL 33351 USA', '', '', '(954) 577-4455', '', '2018-05-04'),
(174, 1, 1, 'Ayre Architectural Lighting', 'AYR', 'Indoor lighting.', '', '', 237, 0, 0, '14 Bristol Drive, Unit B South Easton, MA 02375', '', '', '', '', '2018-05-04'),
(175, 1, 1, 'Boca Flasher', 'BCF', 'Architectural LED systems', '', '', 237, 0, 0, '508 South Military Trail Deerfield Beach FL, 33442', '', '', '', '', '2018-05-04'),
(176, 1, 1, 'Electrix Illumination', 'EXI', 'Indoor and outdoor lighting.', '', 'www.electrixillumination.com', 237, 2387, 72830, '45 Spring Street, New Haven, CT 06519', '', '', '203.776.5577', '', '2018-05-07'),
(177, 1, 15, 'Bruck', 'BRC', 'Indoor/Outdoor Lighting', '', 'https://brucklighting.com/', 237, 2385, 72375, '15774 GATEWAY CIRCLE TUSTIN, CA', 'INFO@LEDRABRANDS.COM', '', '(714) 259-9959', '', '2018-05-07'),
(178, 1, 1, 'Coronet', 'CRT', 'Indoor lighting.', '', 'www.coronetled.com', 237, 2413, 83145, '54 W 21ST STREET, SUITE 909  NEW YORK, NY 10010', 'INFO@CORONETLED.COM', '', '973.345.7660', '', '2018-05-07'),
(179, 1, 1, 'Contraste Lighting', 'CNL', 'Indoor lighting.', '', '', 40, 0, 0, '1009, rue du Parc Industriel Lévis (Québec) G6Z 1C5', '', '', '', '', '2018-05-07'),
(180, 1, 1, 'Elan Lighting', 'ELN', 'Indoor Lighting', '', 'https://www.elan-lighting.com/', 237, 0, 0, 'United States', '', '', '+1 (855) 226-7169', '', '2018-05-07'),
(181, 1, 1, 'Eklipse Architectural Lighting', 'EAL', 'Architectural lighting', '', '', 40, 0, 0, '2090 rue Moreau, Suite 100 H1W 2M3 Montréal QC', '', '', '', '', '2018-05-07'),
(182, 1, 1, 'Energie', 'ENG', 'Indoor Lighting', '', '', 237, 2386, 72464, '5310 Ward Road, Suite 106 Arvada, CO 80002', '', '', '720 963 8055', '', '2018-05-08'),
(183, 1, 1, 'Lighting Services Inc', 'LTS', 'Indoor lighting.', '', 'http://www.lightingservicesinc.com', 237, 2413, 0, '2 Holt Drive Stony Point NY 10980, USA', 'sales@mailLSI.com', '', '+1 (845) 942-2800', '+1 (800) 999-9574', '2018-05-08'),
(184, 1, 16, 'Framburg', 'FRM', 'Ceiling and wall mounted fixtures', '', 'https://framburg.com/?landingpage=false', 237, 2394, 74232, '941 Cernan Drive Bellwood, IL 60104', 'framburg@framburg.com', '', '800-428-5367', '', '2018-05-08'),
(185, 1, 16, 'House of Troy', 'HOT', 'Picture lights, swing arms and desk/office lamps', '', 'https://houseoftroy.com/?landingpage=false', 237, 2426, 89279, '902 Silver Ridge Road Hyde Park VT 05655', 'customerservice@houseoftroy.com', '', '800-428-5367', '', '2018-05-08'),
(186, 1, 1, 'Komee USA', 'KME', 'Outdoor/indoor lighting.', '', 'www.komeeusa.com', 237, 2385, 71664, '19921 Harrison Ave, City of Industry, CA 91789', 'info@komeeusa.com', '', '(909) 598-7788', '', '2018-05-08'),
(187, 1, 1, 'Humanscale', 'HMN', 'Indoor Lighting', '', 'https://www.humanscale.com/', 237, 2386, 0, '5675 DTC Blvd Suite 100 Greenwood Village, CO 80111', 'info@humanscale.com', '', '+1 800 400 0625', '', '2018-05-08'),
(188, 1, 1, 'Gammalux Lighting Systems', 'GLS', 'Indoor applications', '', '', 237, 0, 0, '248 East Arrow Highway, San Dimas, CA 91773', '', '', '', '', '2018-05-08'),
(189, 1, 1, 'GVA Lighting', 'GVA', 'Architectural Lighting', '', '', 40, 0, 0, '3400 Ridgeway Drive, # 14 Mississauga, Ontario L5L 0A2', '', '', '', '', '2018-05-08'),
(190, 1, 1, 'Lindsley Lighting', 'LLT', 'Indoor/outdoor lighting.', '', 'www.lindsleylighting.com', 237, 2385, 72000, '4871 Sunrise Drive Suite 101 Marinez CA 94553', 'info@lindsleylighting.com', '', '925.254.1860', '', '2018-05-10'),
(191, 1, 1, 'Legion Lighting Company', 'LLC', 'Indoor/outdoor lighting.', '', 'www.legionlighting.com', 237, 2413, 82566, '221 Glenmore Avenue, Brooklyn, NY 11207', 'sales@legionlighting.com', '', '718-498-1770', '', '2018-05-10'),
(192, 1, 1, 'Heper', 'HPR', 'Outdoor lighting', '', '', 227, 0, 0, 'OSB Uygurlar Cd. No:1 Sincan 06935, Ankara', '', '', '', '', '2018-05-10'),
(195, 1, 1, 'Intrigue Lighting', 'ING', 'Outdoor/indoor lighting.', '', 'www.intrigueled.com', 237, 2430, 91112, 'N60 W14592 Kaul Avenue  Menomonee Falls, WI  53051', '', '', '877 965 0005', '', '2018-05-10'),
(196, 1, 1, 'Illuminated Lightpanels', 'ILP', 'LED Edge-lite Illumination', '', '', 237, 0, 0, 'Northwest 29th Street  Oakland Park, FL  33311', '', '', '', '', '2018-05-10'),
(197, 1, 1, 'iLight Technologies', 'ILT', 'Architectural lighting', '', '', 237, 0, 0, '118 S. Clinton #370, Chicago, IL', '', '', '', '', '2018-05-10'),
(198, 1, 14, 'testMan3', 'MRT', 'Dexoperptero', 'logo', 'url', 4, 3, 3, 'Adress', 'email@abv.bg', 'email2@abv.bg', '213123', '234234', '2018-06-01'),
(200, 0, 14, 'IronMan', 'GTY', 'Dexoperpteroasdasdasd', 'logo12', '2url', 18, 3, 3, 'Adress12', 'email@abv.bg', 'email2@abv.bg', '213123', '234234', '2018-06-01'),
(201, 1, 7, 'HES LIGHT', 'HSL', 'SOME long description', 'somelogo.png', 'url.site.net', 40, 285, 9510, 'some canadian address', 'her@abv.bg', 'he42@abv.bg', '8903490', '8902345', '2018-06-04'),
(202, 1, 16, 'TestManuf VR', 'VRE', 'Being unfamiliar with PHP\'s loose typing, learners often mistake if(empty($someVar) with just if($someVar), thinking empty() will check for the empty-like values (like an empty string, zero number and such), whereas in PHP for this purpose could be used the variable itself: thanks to the type juggling, when using in the condition, it will be cast to the boolean value, which will effectively check for the \"emptiness\" already, making a dedicated function quite useless.', '', '', 40, 285, 9504, 'Canada address', '', '', '', '', '2018-06-15'),
(203, 1, 4, 'BetaManuf VR', 'VAR', 'Being unfamiliar with PHP\'s loose typing, learners often mistake if(empty($someVar) with just if($someVar), thinking empty() will check for the empty-like values (like an empty string, zero number and such), whereas in PHP for this purpose could be used the variable itself: thanks to the type juggling, when using in the condition, it will be cast to the boolean value, which will effectively check for the \"emptiness\" already, making a dedicated function quite useless.', '', '', 40, 285, 9506, 'Canada address', '', '', '', '', '2018-06-15'),
(204, 1, 14, 'PaskLights', 'PSK', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.', '', '', 173, 1532, 55147, 'ulitza Ivan Georgievic 33', '', '', '', '', '2018-06-18'),
(206, 1, 14, 'Symba Sun', 'SUS', 'some testy description', '', 'https://www.tutorialrepublic.com', 40, 293, 10966, 'George Ill 2 str.', 'fakemail@mail.com', 'fakemail2@mail.com', '89023849234890', '78923478237894', '2018-06-18'),
(208, 1, 45, 'AZ Sam lighter', 'yrt', 'sdaasdasdasd', '', '', 237, 2383, 70998, 'asdasdasdasdasdasdsda saasdasd', '', '', '', '', '2018-06-21'),
(234, 1, 45, '23hqAzrks', 'TKL', 'asdasdasdasdasdasd', '', '', 40, 285, 9503, 'asdasdasdasdasdasd', '', '', '', '', '2018-06-21');

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

--
-- Table structure for table `manufacturer_reps`
--

CREATE TABLE `manufacturer_reps` (
  `manfrep_id` smallint(5) UNSIGNED NOT NULL,
  `manf_id` int(10) UNSIGNED NOT NULL,
  `rep_id` smallint(5) UNSIGNED NOT NULL,
  `country_id` smallint(5) UNSIGNED NOT NULL,
  `region_id` smallint(5) UNSIGNED NOT NULL,
  `city_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `manufacturer_reps`:
--   `rep_id`
--       `reps` -> `rep_id`
--   `manf_id`
--       `manufacturers` -> `manf_id`
--

--
-- Dumping data for table `manufacturer_reps`
--

INSERT INTO `manufacturer_reps` (`manfrep_id`, `manf_id`, `rep_id`, `country_id`, `region_id`, `city_id`) VALUES
(81, 1, 11, 237, 2385, 72236),
(80, 2, 11, 237, 2385, 72236),
(85, 5, 9, 237, 2394, 74338),
(91, 12, 9, 237, 2394, 74338),
(92, 14, 9, 237, 2394, 74338),
(79, 17, 11, 237, 2385, 72236),
(88, 18, 9, 237, 2394, 74338),
(64, 19, 9, 237, 2394, 74338),
(84, 20, 9, 237, 2394, 74338),
(61, 21, 10, 237, 2394, 74338),
(62, 22, 10, 237, 2394, 74338),
(89, 25, 9, 237, 2394, 74338),
(67, 27, 10, 237, 2394, 74338),
(83, 27, 11, 237, 2385, 72236),
(68, 29, 10, 237, 2394, 74338),
(95, 30, 10, 237, 2394, 74338),
(78, 33, 11, 237, 2385, 72236),
(90, 35, 9, 237, 2394, 74338),
(82, 36, 11, 237, 2385, 72236),
(86, 39, 9, 237, 2394, 74338),
(93, 43, 10, 237, 2394, 74338),
(94, 48, 10, 237, 2394, 74338),
(128, 234, 9, 40, 284, 0);

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

--
-- Table structure for table `media_partners`
--

CREATE TABLE `media_partners` (
  `media_id` int(11) NOT NULL,
  `sku` varchar(6) NOT NULL,
  `active` tinyint(4) NOT NULL,
  `media_partner` varchar(255) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `logo_large` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `media_partners`:
--

--
-- Dumping data for table `media_partners`
--

INSERT INTO `media_partners` (`media_id`, `sku`, `active`, `media_partner`, `logo`, `logo_large`, `title`, `subtitle`, `description`, `url`, `tag_title`, `tag_description`, `dt`) VALUES
(6, 'LEDCHI', 1, 'LED CHINA', 'LED_CHINA_2016_LOGO.gif', 'LED_CHINA_2016.gif', 'LED CHINA', 'LED China 2016', 'LED CHINA  is the world\'s largest event dedicated to the entire LED industry supply chain and an one-stop platform to see finished LED products and components from LED lighting, displays, chips, packaging, materials, illuminates, manufacturing equipment, and testing instruments.\r\nAfter winning endorsement from the China Ministry of Commerce in 2012 and more than a decade of successful editions, LED CHINA is now widely recognized as one of the world’s most comprehensive platform to observe product trends, as well as new technologies and ideas in the LED industry from across the world and in particular Asia.\r\nHeld in conjunction with SIGN CHINA 2016 and DIGITAL SIGNAGE 2016, LED CHINA 2016 will showcase the latest in sign production technologies and LED lighting products and innovations all in one venue!', 'http://www.ledlightingchina-sh.com/zh-CN#_ga=1.230545816.547644608.1445186240', 'LED China 2016', 'LED China 2016', '2015-10-18 12:42:55'),
(7, 'FORUM', 1, 'FORUM LED EUROPE', 'ForumLEDEurope2015.jpg', '', 'FORUM LED EUROPE', '08 & 09 December 2016. Congress Center of Lyon', 'ForumLED : An encounter of supply with demand for LED lighting products\r\nand components \r\n120 exhibitors, 3 000 visitors et 250 congress participants.\r\n\r\nA global event for LED lignthing\r\nA unique platform for information, discussions, networking and new business.\r\n\r\nForumLED in 2016 :\r\n- An international congress at the highest level in the world with the top\r\nworld\r\n- 120 exhibitors covering the entire value chain of LED lighting : from the\r\ncomponent to the complete lighting\r\n- A platform devoted to innovation bringing together laboratories,\r\nUniversities and Grandes Ecoles\r\n- A start-up area and an Investor Forum to stimulate growth in the sector\r\n\r\nForumLED Europe is designed for developing companies and successful LED\r\nlighting projects.\r\n\r\n\r\n\r\nCDO Events\r\nLaurent GITENET\r\nPhone : + 33 (0)4 37 40 31 65 - Fax : +33 (0)4 37 40 31 69\r\nEmail : info@forumled.com - Site web : www.forumled.com\r\n152 Grande rue de Saint Clair, Immeuble Le portant\r\n69300 Caluire et Cuire - France', 'http://www.ldlmlocal.com/media_partners.php', 'ForumLED Europe 2016', 'Over the last 6 years, ForumLED Europe has become the most important event dedicated to LED technology ecosystem lighting in Europe. ForumLED Europe is both an international congress', '2015-10-21 23:06:54'),
(8, 'ILUMT', 1, 'ILLUMINOTRONICA', 'logo_illuminotronica_ledelum.jpg', '', 'ILLUMINOTRONICA', 'PADUA 6-8 October 2016', 'The unique professional event in Italy devoted to \"visible\" technologies and its applications\r\nThe reference point for all lighting professionals, smart home and electronics specialists .\r\n\r\nA highly specialized public , composed of decision makers, buyers, energy managers, plant designers, installers, system integrators, architects, lighting designers, technical offices of municipalities, and lighting designers.\r\n\r\nA unique occasion in Italy to be updated, develop business, meet lighting experts, know home automation technologies, focusing on solutions and products for the wellbeing and security of people.', 'http://illuminotronica.it/?utm_source=Ledelum&utm_medium=banner&utm_term=Illuminotronica&utm_campaign=Illuminotronica2016', 'ILLUMINOTRONICA', 'ILLUMINOTRONICA 2016', '2015-12-28 22:57:57'),
(9, 'LPS', 1, 'LUGER RESEARCH', 'LpS2016.jpg', '', 'LpS 2016', '6th International LED professional Symposium +Expo', 'Luger Research is the organizer of the LED professional Symposium +Expo (LpS). The LpS is an annual event and meeting point for experts from international lighting industries and research, which takes place at the Festspielhaus in Bregenz, Austria. With about 60 lectures, several workshops, 1,500 expected visitors and around 100 exhibitors, this event is one of the world’s leading lighting technology conferences. The sixth LpS will cover trends and technologies for future lighting solutions under the motto: Smart Technologies for Lighting Innovations from September 20th to 22nd, 2016.', 'http://www.LpS2016.com', 'Luger Research', '6th International LED professional Symposium +Expo', '2016-03-30 22:55:00'),
(11, 'ACM', 1, 'Advanced Conferences & Meetings', '160628-LTE-Ledelum_500x250_banner.jpg', 'ACM.jpg', 'LightingTech Egypt', '26-27 Septemner 2016. Dusit Thani Lakeview Cairo, Egypt', 'Advanced Conferences & Meetings FZ-LLC is a premium business-to-business events company focusing on the dynamic and ever changing requirements of the MENA region. Our events are highly efficient networking and learning opportunities, bringing senior decision makers together and providing upto-\r\nthe-minute information on industry trends, government initiatives, technological advances and developments in regulation. As such, they act not only as extremely effective tools for gaining competitive advantage, but also as high level platforms for change in the industries they serve.\r\n\r\nWith our headquarters in Dubai, UAE and with regional representation in Qatar, Saudi Arabia, Lebanon, Egypt, and Iraq, Advanced Conferences & Meetings operates across the MENA region, combining our local knowledge and contacts with the latest international standards.\r\n\r\nWhether you are looking to enter a new sector, source partnerships, connect with leading solution and service providers or gain knowledge of market trends, legislations and the latest technical developments, Advanced Conferences & Meetings give you access to expert decision makers and thought leaders alongside the means to network effectively amongst key business prospects.', 'http://www.lightingtechegypt.com', 'LightingTech Egypt conference', 'LightingTech Egypt conference', '2016-07-03 12:45:22'),
(12, 'GGGR', 1, 'Gago Group Bg', 'somelogo', 'someLogo2', 'some title', 'some subtitle', 'description like lorem ipsum', 'url page here', 'title here', 'other description', '2018-06-29 17:24:58');

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

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

CREATE TABLE `news` (
  `news_id` int(10) UNSIGNED NOT NULL,
  `sku` varchar(6) NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `location` varchar(255) NOT NULL,
  `advertiser` varchar(255) NOT NULL,
  `sku_media` varchar(6) DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `img` varchar(255) NOT NULL,
  `alt` varchar(255) NOT NULL,
  `img_pos` varchar(10) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `disp_order` smallint(5) UNSIGNED NOT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `news`:
--   `sku_media`
--       `media_partners` -> `sku`
--

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

INSERT INTO `news` (`news_id`, `sku`, `active`, `location`, `advertiser`, `sku_media`, `title`, `subtitle`, `description`, `url`, `img`, `alt`, `img_pos`, `tag_title`, `tag_description`, `disp_order`, `dt`) VALUES
(4, 'n1', 1, 'Lyon', 'LUCI', NULL, 'Seminar on urban lighting brings together Lyon and Montreal', 'Lyon and the Centre Jacques Cartier. 2 December 2015', 'A seminar on urban lighting was organised by the INSA Lyon and the Centre Jacques Cartier on 2 December 2015 in Lyon.\r\n\r\nIt took place within the framework of the Entretiens Jacques Cartier, a series of seminars, conferences and events by the Centre Jacque Cartier, an organisation that promotes cooperation between France and Canada.\r\nThe seminar brought together some of the key actors in public lighting in France such as AFE (French Lighting Association), ACE (Association of French lighting designers), Cluster Lumière and LUCI, as well as the City of Lyon, to discuss urban lighting with representatives from the City of Montreal and IESNA (Illuminating Engineering Society of North America).', 'http://www.luciassociation.org/seminar-on-urban-lighting-brings-together-lyon-and-montreal/', '', '', 'top', 'urban lighting', 'A seminar on urban lighting was organised by the INSA Lyon and the Centre Jacques Cartier on 2 December 2015 in Lyon.', 10, '2015-10-21 00:10:00'),
(5, 'N2', 1, 'Glasgow', 'LUCI', NULL, 'The Economic and Cultural Benefits of Light Festivals', 'LUCI Culture Commission', 'This report is the result of a study realized by the LUCI Culture Commission chaired by the City of Glasgow, in collaboration with Cambridge Policy Consultants. Through contacts with 26 cities hosting more than 30 light events and detailed case studies from 10 cities (Chartres, Durham, Eindhoven, Glasgow, Gothenburg, Jerusalem, Lyon, Medellin, Montreal and Osaka), the report includes a wealth of information on how cities measure and demonstrate the success of their events', 'http://www.luciassociation.org/toolsressources/', '', '', 'top', 'The Economic and Cultural Benefits of Light Festivals', 'This report is the result of a study realized by the LUCI Culture Commission chaired by the City of Glasgow, in collaboration with Cambridge Policy Consultants.', 3, '2015-12-10 23:51:22'),
(6, 'N3', 1, 'Publication', 'LUCI', NULL, 'The Social Dimensions of Light', 'Publication', 'The publication aims to define the concept of social lighting and draws attention to concrete experiences and exemplary practices in this domain with case studies from 12 cities world-wide such as Medellin, Bangkok, Rotterdam, Copenhagen, Gwangju, Brussels, and Le Havre, among others.\r\n\r\nIt is a product of the LUCI Urban Strategies Commission chaired by the City of Liege which had initiated a reflection on the social dimensions of light in collaboration with the University of Liege (LEMA).', 'http://www.luciassociation.org/toolsressources/', 'N3_SocialDimensionsLight.jpg', '', 'right', 'The Social Dimensions of Light', 'The publication aims to define the concept of social lighting and draws attention to concrete experiences and exemplary practices in this domain with case studies from 12 cities world-wide such as Medellin, Bangkok, Rotterdam, Copenhagen, Gwangju, Brussels, and Le Havre, among others.', 2, '2015-12-10 23:55:39'),
(7, 'N4', 1, 'Publication', 'LUCI', NULL, 'Cities & Lighting', 'Publication', 'LUCI’s bi-annual magazine showcases urban lighting projects worldwide and addresses the key issues in the domain.\r\n\r\nThe second edition features a focus on heritage lighting, an interview with the Chairman of the International Year of Light 2015 Steering Committee, as well as articles on various lighting initiatives from around the world.', 'http://www.luciassociation.org/toolsressources/', 'N4-LUCI-Cities_Lighting.jpg', '', 'right', 'Cities & Lighting', 'LUCI’s bi-annual magazine showcases urban lighting projects worldwide and addresses the key issues in the domain.', 1, '2015-12-11 00:01:18'),
(8, 'N5', 1, 'Gothenburg', 'LUCI', NULL, 'City under Microscope -Gothenburg', '20-23 April 2016, Sweden', 'Gothenburg city is approaching its 400th year\r\nanniversary in 2021. While many preparations are being made for this celebration, Gothenburg is already set for one of its greatest leaps forward in modern times. With a focus on building a close-knit and sustainable city.\r\n\r\nGothenburg is set to grow by\r\nalmost a third of its population in the next 20 years!\r\n\r\nThis creates a great opportunity to develop the city’s public spaces.\r\nA denser city will make our work with urban lighting all the more important, both for the everyday city life and for dining the city\r\nitself – its past and future.\r\nWe are very pleased and proud to host a LUCI City under Microscope in Gothenburg. This event is an expression of one of LUCI’s core purposes – to bring cities and people together to exchange experiences and ideas.\r\n\r\nWe are glad to invite our partner and neighbor city, Alingsås, one of the latest members of LUCI, to take part in the programme.', 'http://www.luciassociation.org/wp-content/uploads/2015/11/Teaser-Gothenburg.pdf', 'N5_City_Microscope_Gothenburg.jpg', '', 'top', 'City under Microscope -Gothenburg', 'Gothenburg city is approaching its 400th year\r\nanniversary in 2021. While many preparations are being made for this celebration,', 4, '2015-12-11 00:11:19'),
(9, 'N6', 1, 'usa', 'SORAA', NULL, 'Soraa\'s LED Lighting Perfectly Illuminates The Innovative Andrei Duman Gallery', 'Fremont, CA| December 07, 2015', 'Soraa, the world leader in GaN on GaN™ LED technology, announced that its LED lamps have been installed at the new Andrei Duman Gallery in the high end mall—Westfield Topanga outside Los Angeles. Soraa LED lights redefines gallery design by illuminating differentiated space with no clear boundaries and also perfectly illuminates the award-winning images from the accomplished aerial, travel and nature photographer. \r\n\r\nFor Duman, lighting his work in the gallery, which opened in Fall 2015, was an important consideration—colors had to be rendered exactly. Light is a critical element in capturing images—and it’s critical to the accurate display of color in art photography. In addition, the innovative design of the gallery required lighting that could be carefully controlled to accentuate the space and also be used to illuminate precise points on the artwork. Duman and his lighting designer insisted upon Soraa LEDs to illuminate his intimate 1,500 sq. ft. gallery and the “display trees,” from which 12 double-sided images in glass frames hang and appear to float in the air.', 'http://www.soraa.com/news/soraa-December-07-2015', '', '', 'top', 'Soraa’s LED Lighting Perfectly Illuminates', 'Soraa, the world leader in GaN on GaN™ LED technology, announced that its LED lamps have been installed at the new Andrei Duman Gallery in the high end mall—Westfield Topanga outside Los Angeles.', 12, '2015-12-11 00:40:12'),
(10, 'N7', 1, 'USA', 'Targetti', NULL, 'Antonio Cuccoli named Targetti VP of sales in North America', 'October 16, 2015 - Targetti USA', 'October 16, 2015 - Targetti USA, the new North American operations for the Targetti Group, has appointed Antonio Cuccoli as vice-president of sales for North America. \r\n \r\n \r\n“Antonio has spent the last eight years serving in a sales management capacity for Targetti so he is  familiar with our products”, said Marie Paris, U.S. business development manager with the company. “His new role will help our new independent sales organization maximize and expand our U.S. presence”.\r\n \r\nCuccoli most recently served as a lighting-sales representative in the north-east region for Targetti Poulsen USA, the company said. He will be based in New Jersey.', 'http://www.targetti.us/', '', '', 'top', 'Targetti USA', 'Targetti USA, the new North American operations for the Targetti Group, has appointed Antonio Cuccoli as vice-president of sales for North America.', 13, '2015-12-11 00:48:47'),
(11, 'N8', 1, 'Milan', 'Artemide', NULL, 'Artemide illuminates the Michelangelo’s Pietà Rondanini', 'Milan, April 10, 2015', 'The Rondanini Pietà on display from May at its new venue in the former Spanish Hospital at the Sforza Castle in Milan\r\n Milan, April 10, 2015 – Michelangelo’s masterpiece returns on display with a new set-up designed by Architect Michele De Lucchi and a lighting project especially conceived and implemented by Artemide.\r\n The lighting project designed for the Pietà is sober and minimal, with no interference with the visual enjoyment of the place. Glaring is perfectly controlled, so that visitors can admire the work undisturbed. The lighting bodies used in the project are non-invasive, concealed, and arranged solely along the hall’s perimeter.\r\n Artemide has illuminated the large exhibiting venue with next-generation LED projectors that produce uniform, pleasant, and well-balanced light, ideal to accommodate both the work and visitors.\r\n Direct lighting of the sculpture is obtained with especially-designed LED shapers enhancing the work’s harmony. The delicate light and dark contrast produced by the light of Artemide allows good perception of forms and enhances the substance of white marble without interfering with the subject’s natural expressivity.\r\n The light of Artemide is arranged in order to ensure perfect lighting consistency between the rear and front of the sculpture, which is shown backward to the public. The perfect balance between ambient lighting and work lighting is allowed by smart and perfectly controlled operation of all lighting bodies.\r\n The undisputed skill of Artemide has resulted into the creation of a “silent,” unobtrusive light enhancing the expressive and dramatic intensity of Michelangelo’s Pietà without causing discomfort.', 'http://www.artemide.it/blog/en/portfolio/artemide-illumina-la-pieta-rondanini/', 'N8_Artemide_Pieta_Rondanini.jpg', '', 'right', 'Artemide illuminates the Michelangelo’s Pietà Rondanini', 'The Rondanini Pietà on display from May at its new venue in the former Spanish Hospital at the Sforza Castle in Milan', 5, '2015-12-11 00:56:20'),
(12, '00006', 1, 'Samsung', 'Samsung', NULL, 'Samsung Introduces Smart Lighting Module to Simplify and Improve Connectivity in IoT Lighting Applications', 'Smart Lighting Module (SLM)', 'Samsung Electronics introduced a multi-purpose Smart Lighting Module (SLM) – the most fundamental IoT building block – for the fast-growing, smart building and smart city markets. By providing the core building block for a wide variety of potential smart lighting systems, Samsung’s SLM will play a key role in speeding up system development, lowering risk, improving system quality and reducing time to market for smart lighting manufacturers. The module will be sampled with Samsung smart lighting partners and will be shipped to OEMs in April.', 'http://www.led-professional.com/products/led-driver-ics-modules/samsung-introduces-smart-lighting-module-to-simplify-and-improve-connectivity-in-iot-lighting-applications', 'Samsung_SLM.jpg', '', 'top', 'Samsung Introduces Smart Lighting Module', 'Samsung Introduces Smart Lighting Module', 6, '2016-04-10 00:38:11'),
(13, '00007', 1, 'Tridonic’s innovative', 'Tridonic’s innovative', NULL, 'The “Internet of Light” – the Key to the “Internet of Things”', 'Tridonic’s innovative', 'The Internet of Things is the next industrial revolution. As a specialist for innovative lighting components and systems, Tridonic is convinced that lighting will play a decisive role in the Internet of Things (IoT). Therefore, Tridonic developed the toolbox net4more which will not only connect luminaires with each other, but deliver a value add that goes far beyond lighting. Where do we stand today?\r\n\r\nSometime in 2016 the number of connected devices will overtake the number of people on the planet for the first time. According to calculations by Gartner, the US market research company, last year around five billion devices were able to communicate via the Internet – whether smartphones or tablets, smart electricity meters, cars or factory machines. In 2016 the figure is expected to rise to between seven and eight billion. That\'s more than the 7.4 billion people currently living in the world. Analysts are already talking about 24 to 35 billion connected devices by 2020. This Internet of Things is expanding at the rapid pace of more than 40 percent per year. Market researchers from BI Intelligence expect total expenditure on hardware, application development and system integration to reach 6,000 billion dollars in the next five years.\r\n\r\nThe Internet of Things is booming because of the large number of applications and the added value for users. Smartphones can be used to shop online, check in for a flight or find your way round an unfamiliar city. Electricity meters automatically send energy consumption data; traffic lights, washing machines, cars and trains all give early warnings that they need servicing, and pc boards in factories tell assembly robots which components they should pick.', 'http://www.led-professional.com/technology/electronics/the-201cinternet-of-light201d-2013-the-key-to-the-201cinternet-of-things201d', 'net4more.jpg', 'Tridonic’s innovative', 'top', 'Tridonic’s innovative', 'The “Internet of Light” – the Key to the “Internet of Things”', 11, '2016-04-10 00:44:03'),
(14, '00008', 1, 'Nichia Corporation', 'Nichia Corporation', NULL, 'Nichia Corporation and Future Lighting Solutions Announce Partnership', 'March 14, 2016', 'Nichia Corporation, the pioneer and the leader in LED technology and Future Lighting Solutions (FLS), the world-class leader and innovator in demand creation, marketing and distribution of solid-state lighting technologies, today announce a new distribution agreement covering the Americas and Europe*.\r\n“Nichia has long been the leader in the LED industry, and now we are partnered with the leading global solid-state lighting solutions provider. Collaborating with FLS is a major step for Nichia in the general lighting market. Nichia will continue to develop world leading LED products and can now market these to an even wider network of lighting providers, through FLS.” said Shinichi (Steve) Yuasa, CEO, Nichia Americas & Europe.\r\n\r\n“Future Lighting Solutions is delighted to add Nichia to our line card with their broad product portfolio.  We look forward to a long-term, successful partnership with Nichia, and are thrilled to now be positioned better than ever to offer our customers a broadened portfolio of solid-state lighting solutions” said Jamie Singerman, Corporate Vice-President, Future Lighting Solutions.\r\n\r\nFor more information about Nichia please visit www.nichia.com and for availability through Future Lighting Solutions, please visit www.FutureLightingSolutions.com', 'http://www.futurelightingsolutions.com/en/information-center/press-releases/Documents/PRFLS_Nichia_en.pdf', '', '', 'top', 'Nichia Corporation', 'Nichia Corporation, the pioneer and the leader in LED technology and Future Lighting Solutions', 9, '2016-04-10 00:49:19'),
(15, '00009', 1, 'Osram', 'Osram', NULL, 'Osram Names Lamps Business Branch LEDVANCE', 'Osram Press Release.', 'Osram, one of the world\'s leading lighting manufacturers, continues to make progress with the carve-out of its general lighting lamps business. After the supervisory board of Osram Licht AG approved the carve-out of the unit in June 2015, the name of the new company has now also been decided. “We have opted for a combination of the terms ‘LED’ and ‘advance’ and will call the newly established company LEDVANCE,” said Olaf Berlien, Chief Executive Officer of Osram Licht AG. “The name reflects the trend toward LED in the lighting market as well as the opportunities arising from this development – opportunities LEDVANCE will actively exploit.”\r\n\r\nThe product portfolio of LEDVANCE covers traditional lighting, modern LED lamps and standardized over-the-counter (OTC) luminaires, as well as connected and intelligent lighting solutions for smart homes and smart buildings. LEDVANCE will be led by Jes Munk Hansen (47), a Dane who has already been at the helm of the lamps business for one year after previously heading Osram’s important Americas business. Oliver Neubrand (45) will be responsible for finance, Erol Kirilmaz (43) for sales and marketing, Peter Mannhart (56) for operations, and Bettina Kahr-Geleng (45) for human resources. “Together with this internationally experienced and highly motivated management team, I’m looking forward to leading LEDVANCE jointly with our more than 10,000 proficient and committed employees into a future of sustained success,” said Hansen. “I see good growth opportunities especially in the area of standardized OTC luminaires.”', 'http://www.osram.com/osram_com/', '', '', 'top', 'Osram Names Lamps Business Branch LEDVANCE', 'Osram, one of the world\'s leading lighting manufacturers,', 7, '2016-04-10 00:54:33'),
(16, '00010', 1, 'PISCATAWAY, N.J.', 'PISCATAWAY, N.J.', NULL, 'The Connected Lighting Alliance Endorses ZigBee 3.0 for Residential Lighting', 'PISCATAWAY, N.J. (March 11 2016)', 'The Connected Lighting Alliance [TCLA] announced today the endorsement of ZigBee 3.0, as the preferred open standard for residential connected lighting applications, simplifying choices for both lighting companies and consumers.\r\n\r\nWith ZigBee Light Link, previously endorsed by TCLA, being merged in to the new ZigBee 3.0 standard, the TCLA member companies studied and evaluated the new proposition. The conclusion was that ZigBee 3.0 exceeds the benefits of ZigBee Light Link and that therefore the new ZigBee 3.0 better meets the requirements of the lighting industry in the residential market.\r\n\r\n‘ZigBee 3.0 simplifies the choice for the lighting industry and consumers, because it enhances interoperability between connected lamps and controls from different suppliers, providing a single solution for smart lighting in the home.’ said Frank van Tuijl, Secretary General of The Connected Lighting Alliance.\r\n\r\n“The ZigBee Alliance and The Connected Lighting Alliance have worked closely for many years to bring product interoperability to the residential connected lighting marketplace,” said Tobin Richardson, President and CEO of the ZigBee Alliance. “We are very excited to now be taking the next step together in support of ZigBee 3.0, our latest interoperable ecosystem which brings together all previous standalone ecosystems into a single solution. ZigBee 3.0 delivers the confidence that consumers gain from standardizing at all layers of the network.”\r\n\r\nThe ZigBee 3.0 standard, now endorsed by The Connected Lighting Alliance, will encourage the development of robust, interoperable wireless lighting systems. TCLA will continue with its work to further enhance and promote the interoperability of lighting solutions.\r\n\r\nThe Connected Lighting Alliance is the primary advocate of wireless connectivity in lighting applications. We are comprised of 37 members, which include the leading lighting companies worldwide. Our mission is to promote the global adoption and growth of wireless lighting solutions by supporting open standards.', 'http://www.zigbee.org/zigbee-for-developers/zigbee3-0/', 'ZigBee-3.png', '', 'top', 'he Connected Lighting Alliance Endorses ZigBee 3.0 for Residential Lighting', 'he Connected Lighting Alliance Endorses ZigBee 3.0 for Residential Lighting', 8, '2016-04-10 00:59:09'),
(17, '00011', 1, 'Guangzhou Hongli Opto', 'Electronic Co., Ltd', NULL, '50000 sq ft LED Museum Opens in October 2016', 'Electronic Co., Ltd', 'Responding to the call of national policy, Guangzhou Hongli Opto – Electronic Co., Ltd. has been committing to delivering innovation in LED (Light Emitting Diode) research and development in the past years, which has injected new blood and cultural element for the industry.\r\n\r\nIn order to visually present LED industry’s booming development and publicize the policy of energy saving, Nanchang Hongli Opto – Electronic Co., Ltd., one of the wholly – owned subsidiaries of Guangzhou Honglitronic, is now planning to build Nanchang LED Museum. The museum will present LED industry’s great contribution to the national industry and electronic industry through material objects, pictures, videos, and other forms.\r\n\r\nIn total, the building area covers about 5,000 ㎡. The construction started in August, 2014. It is estimated that the Museum will be completed in October, 2016. The Museum integrates technology, exhibition and experience function into one, which is beneficial to the business, publicity and education etc.\r\n\r\nThe Museum will become the show window to present the material civilization and spiritual civilization of LED industry which is also the historical sum and future expectations of it. Now we would like to collect all kinds of exhibits on display. It could be a lamp, a device, a photo, a magazine or a video etc. No matter what kind of the form it is, once accepted, we will make a Donation Roster to list donator’s names or the company’s names on it for displaying, thus we would have the honor to make you and the company to be the witnesses of our company’s history. For all sectors of society, you are welcome to donate or provide related clues for us. The details are as follows:', 'http://www.led-professional.com/business/company-information/5000m2-led-museum-opens-in-october-2016', 'LED_Museum.jpg', '', 'top', '50000 sq ft LED Museum Opens in October 2016', '50000 sq ft LED Museum Opens in October 2016', 17, '2016-04-10 01:03:18'),
(18, 'CHI', 1, 'CHINA', 'UBM TRUST', 'LEDCHI', 'LED CHINA 2016 Press Release - Strategic Alliance with Alibaba B2B Business Unit', 'SHANGHAI, May 18, 2016', 'The \"O2O2O Solution\", or \"Online to Offline to Online\" integrated trade services, jointly-developed by UBM and Alibaba B2B will catapult the trade sourcing experience for manufacturers and buyers before, during, and after a trade show into a new era. Visitors, professionals, and media will be able to experience firsthand the \"O2O2O Solution\" at its debut at the collocated SIGN CHINA and LED CHINA fairs to take place 19-22 September 2016 at the Shanghai New International Expo Centre (SNIEC) in Shanghai, China.\r\n\r\nThe \"O2O2O Solution\" was developed after months of studies on the dynamics and areas of potential in the online and offline trading worlds by UBM and Alibaba B2B teams, including extensive customer surveys, and will encapsulate an end-to-end solution for professional buyers including*:\r\n\r\n1. For sourcing professionals, personalized search capabilities over a larger pool of potential qualified suppliers and existing business partners, using integrated Alibaba.com and UBM knowhow;\r\n\r\n2. For exhibiting companies, search abilities from a larger pool of quality sourcing professionals amongst UBM databases and Alibaba.com members, and enhanced online showroom to display products and company information;\r\n\r\n3. Business match-making and communication functions allowing buyers and sellers to connect before, during, or after an event and to set meetings during the event;\r\n\r\n4. Full service onsite \"O2O2O Solution Pavilion\" with meeting space, lounge and concierge services at SIGN CHINA and LED CHINA.\r\n...', 'http://en.prnasia.com/story/149547-0.shtml', '', '', 'top', 'LED CHINA 2016 Press Release', 'LED CHINA 2016 Press Release - Strategic Alliance with Alibaba B2B Business Unit', 20, '2016-05-31 23:38:42'),
(19, 'ilu002', 1, 'italy', 'iluminatronica', 'ILUMT', 'ILLUMINOTRONICA 2016', 'Press releas Milan, March 5. LED lighting, smart technologies and customized solutions to achieve wellbeing, safety and energy savings', 'Milan, March 5 - Smart lighting, Li-Fi, OLED, Internet of Things, Solid State Lighting. All these words are related to innovation and new technologies which are changing - after the introduction of LEDs in lighting sector - our way of thinking light in different scenarios. Not to mention the high performance and lower costs that make LED a pervasive technology, with growth peaks in all applications.\r\n\r\nNew technologies and electronics for lighting applications (sensors, drivers, wireless devices, thermal management, etc.) represent the core of Illuminotronica 2016, a unique professional meeting in Italy dedicated to lighting in all its aspects. \r\n\r\nHeld from 6th to 8th October in Padua, Illuminotronica is a privileged point of view dedicated to all those who install, design or apply technologies, systems, products for smart lighting integrated with security and home automation systems. The event is promoted by Assodel (Italian Association of Electronics Clusters) and represents an important occasion of discussion between technicians and professionals, as well as an opportunity for updating on technological developments, market trends and new business opportunities.\r\n\r\nFirst of all, the smart home\r\nOur houses are subject to continuous changes, mostly related to the adoption of new technological devices and smart solutions that can cut energy consumption, optimize the control and management and improve the quality of our lives.\r\nThe smart home market is driven by different aspects, such as the European regulations on energy efficiency, the Italian tax recovery policies and the development of increasingly affordable and reliable technologies.\r\n\r\nIlluminotronica 2016 especially focuses on smart home as the result of home automation, smart lighting and security integration, to meet people well-being and security needs.\r\n\r\nIlluminotronica’s numbers\r\n	3,000 sqm of exhibition area\r\n	more than 6,300 visitors\r\n	more than 160 exhibitors and partners\r\n	+20% for International presences\r\n	+35% for events participants\r\n	more than 120 meetings (conferences, round tables, workshop, seminars)\r\n	2 installation labs and 4 demo areas\r\n	150 attendees at the Gala dinner in Venice\r\n\r\nEvent topics\r\nIlluminotronica offers a comprehensive view on lighting, home automation and related technologies. These increasingly interconnected and integrated areas allow Illuminotronica to propose to industry professionals a series of initiatives, demo areas and conferences.\r\n\r\nAmong the 2016 edition topics:\r\n\r\n•	LED/Lighting: \r\nTechnologies & design through the dialogue between who provides technologies and who manufactures lighting fixtures\r\n•	Smart Hut: \r\nSystems and hardware / software solutions to optimize applications, security, efficiency in smart homes and \"visible\" aspects (lighting, security, energy)\r\n•	Elettro & Micro: \r\nElectronics (components and systems) to power, assemble, drive products and solutions in the meeting point between who offers and who acquires know-how \r\nand solutions  \r\n\r\nA 360 degrees training session\r\nIn addition to the exhibition areas, Illuminotronica is a training point of reference thanks to its conferences, debates and training sessions organized in collaboration with experts.\r\nIn particular, the event proposes a series of free short technical and educational courses according to different difficulty levels, as well as seminars with credits, studied together with leading trade associations and accredited by professional orders.\r\n\r\nFurthermore, technical schools can have customized courses with the aim of giving students a new approach on energy saving and flexibility offered by new technologies in the home automation and lighting fields.\r\n\r\nRecognising efficiency, design and innovation\r\nIlluminotronica 2016 will host two award ceremonies, to emphasize innovation and made in Italy design:\r\n\r\nThe Codega Prize (www.premiocodega.it) is assigned to the best LED projects and solutions in Contract applications. The 4th edition of the International award that highlights innovative lighting projects and excellences in design will take place in Venice on 7th October.\r\n\r\n \r\nThe 18th edition of the Ecohitech Award, which is addressed to public municipalities which adopted LED technology in urban lighting, achieving important results in term of energy saving and citizens well-being.', 'http://illuminotronica.it/?utm_source=Ledelum&utm_medium=banner&utm_term=Illuminotronica&utm_campaign=Illuminotronica2016', 'Illuminotronica_2015_pressrelease.jpg', 'ILLUMI:NOTRONICA', 'top', 'ILLUMINOTRONICA 2016', 'LED lighting, smart technologies and customized solutions to achieve wellbeing, safety and energy savings', 19, '2016-06-09 00:25:29'),
(20, 'LPS02', 1, 'Austria, Europe', 'LPS', 'LPS', 'LpS 2016 -  The International Conference Dedicated  to Lighting Innovations, Trends and Technologies', 'Press Release.', 'The 6th International LED professional Symposium +Expo in Bregenz from September 20th to 22nd reinforces creativity, innovations and new lighting solutions. The outstanding conference program will focus on “Smart Technologies for Lighting Innovations.”\r\n\r\nThe Lighting Trends, Knowledge & Innovation Platform \r\nThe lighting sector is facing enormous challenges. The LEDification process is ongoing while Intelligent Lighting and Human Centric Lighting strongly affect future lighting developments. New stakeholders, market players and organizations play important roles in future businesses and technology opportunities. State-of-the art knowledge, trend views and collaborations are vital for success in the highly dynamic market. In this environment the annual 3-day LpS event builds a platform to follow the latest trends, predict next generation lighting solutions, enforce collaborations and trigger lighting innovations. \r\n\r\n4 Tracks with over 70 Top-Class Speakers\r\nThe conference program will concentrate on Future Trends, Intelligent Light, Internet of Things, Light Quality, Light Sources, Intelligent Lighting, Optics, Thermal Management, Reliability, Testing, and Applications, in four parallel tracks. More than 70 international speakers from key organizations such as IBM, Johnson Controls, Bartenbach, Lumileds, Tridonic, Philips, Holst Center, Infineon, NXP, and several renowned universities, will present their findings in the opera house and James Bond film location, the Festspielhaus Bregenz, on beautiful Lake Constance. \r\n\r\nHigh-Level Lighting Celebrities \r\nThe LpS 2016 will be opened by Nobel Prize Laureate Professor Shuji Nakamura from the University of California Santa Barbara (the inventor of the blue and white LEDs), who will present the latest developments in LED and Laser-Diode technologies. The opening will also give insights into the strategic goals of the European Commission and LightingEurope, the voice of the European lighting industry. Secretary General, Diederik de Stoppelaar will highlight their strategic lighting roadmap 2025 in the field of intelligent lighting.\r\n\r\n5 New Lighting Innovation Triggers \r\nA “Design meets Technology Forum” is planned where the needs and requirements of lighting designers will be discussed and interaction with lighting engineers and system designers will be sought. The creative lighting community will also be given the chance to present their solutions from the component up to the lighting systems in the new “Start-Up Innovators” area. Besides the technical innovations, a Light-Art Design area opens the door to lighting designers and lighting artists, presenting their objects in the foyer of the opera house. In addition, intelligent light engines will be presented in a workshop covering spectrally and tunable LED and OLED lighting. The European project HI-LED will be covering “Intelligent Solutions” for museum, horticulture and street lighting. Finally, on day 3, EPIC, the European Photonics Industry Consortia, will offer a workshop on Horticulture Lighting and present their latest findings in plant growth system lights.\r\n\r\nVisitors, Exhibitors and Partners \r\nThe organizers are expecting more than 1,500 visitors from over 50 countries. More than 100 exhibitors will present new products, latest innovations and the current status of LED and OLED lighting technologies in a 3,000 square meters exhibition area. Over 20 media partners, about 15 supporting organizations and several scientific partners are supporting the LpS 2016 event. \r\n\r\nEarly Bird Tickets Available \r\nOnline registration is open now with Early Bird tickets available until July 1st at the official event website: www.LpS2016.com. \r\n\r\nContact the Organizer:\r\nLuger Research e.U., Institute for Innovation & Technology \r\nMoosmahdstrasse 30, 6850 Dornbirn, Austria, Europe \r\nP +43 5572 39 44 89\r\nF +43 5572 39 44 89 90\r\ninfo@lps2016.com\r\nwww.LpS2016.com \r\nwww.led-professional.com\r\nwww.lugerresearch.com', 'http://www.LpS2016.com', 'LPS2016_Opening_Keynote.jpg', 'LPS2016 Opening Keynote', 'top', 'LpS 2016 -  The International Conference Dedicated  to Lighting Innovations, Trends and Technologies', 'The 6th International LED professional Symposium +Expo in Bregenz from September 20th to 22nd reinforces creativity, innovations and new lighting solutions.', 18, '2016-06-11 00:18:46'),
(21, 'ACM002', 1, 'Conference. 26-27 September 2016 in Cairo, Egypt.', 'acm', 'ACM', 'LightingTech Egypt', 'Lighting: a major element in reducing Egypt’s energy consumption.', 'Egypt is the fastest growing economy in the Middle East and Africa and is one of the most populous countries.  To reduce the energy demand, Egypt’s energy efficiency program requires the total energy consumption of government buildings and street lighting to be reduced by 50% by December 2016.\r\nIn April 2015, a project valued at US$268.2 million was announced by the Minster of Electricity to replace 3.89 million street lamp bulbs with energy-efficient ones and is slated to be completed in 28 months. The objective of the energy-efficient street lighting will save Egypt US$191.52 million annually.\r\nThe 2nd annual LightingTech Egypt will be held on 26-27 September 2016 in Cairo, Egypt. This conference is organized by Advanced Conferences and meetings and will discuss the challenges, latest technology advancements, partnership requirements and market entry strategies.\r\n\r\nImplementing LED in 22 new cities\r\nThe New Urban Communities Authority which falls under the Ministry of Housing, Utilities & Urban Development (MoH), has been tasked with implementing LED and solar retrofits across the 22 new cities. \r\nWhy take part in LightingTech Egypt conference?\r\nThis conference is being launched to help demonstrating best practice implementation to answer the specific requirements and challenges in Egypt.\r\nThis unique and timely event will bring together the relevant government bodies, lighting industry experts, developers, consultants and solution providers.\r\nFor further information about the conference, please visit www.lightingtechegypt.com.', 'http://www.lightingtechegypt.com/', '', '', 'top', 'LightingTech Egypt', 'Lighting: a major element in reducing Egypt’s energy consumption.', 21, '2016-07-03 13:05:41'),
(22, 'ILU003', 1, '6-8 October 2016 - Padova', 'iluminatronica', 'ILUMT', 'ILLUMINOTRONICA 2016', 'Press release. Milan, June 13, 2016. Meet and discover new technologies  at home, cities, design, and in practic.', 'Milan, June 13, 2016 - From 6 to 8 October in Padua, Illuminotronica will showcase new technologies and \"smart\" solutions embracing the fields of LED lighting, security and home automation integration. Promoted by Assodel (the Italian Association of Electronics Clusters), Illuminotronica represents an important opportunity for discussion among technicians, companies and professionals, as well as a moment of meeting and update on technology developments, market scenarios and new business opportunities.\r\n\r\nTechnologies on display\r\nThrough a single leading thread – new technologies – Illuminotronica presents four application scenarios. For each of them, there are exhibitions and demonstration areas, talk shows, courses, workshops, special initiatives.\r\n\r\nHOME - The Smart Home is the focal point of the smart lighting, security and home automation integration market. The demo area is 96 square meters, home automation (in pad.5 in partnership with CasaClima and the KNX technical director) applied where to find the latest news in terms of wireless controls, sensors, thermostats, intelligent lighting systems, devices for the control of consumption. With training skills for professionals and courses with credits.\r\n\r\nCITIES - From Smart Home to Smart City, the step is not too far... In the show, Illuminotronica offers products and solutions for public lighting, video surveillance, network and internet of things, focusing on citizens well-being and safety. While Ecohitech Award, in its 18th edition, rewards municipalities for the energy saving and sustainable results achieved through the embracing of LED lighting solutions and new technologies. There will also be one-to-one meetings between Esco and public administration.\r\n\r\nDESIGN - A path where new technologies meet with new design. With Light Experience, demo areas created from the collaboration between lighting industry and lighting designers, and a Gallery with the innovative design products, featuring the best of LED lighting for indoor and outdoor. Finally, Codega Prize, aimed at lighting professionals, solutions and achievements of excellence in the use of LED technology (premiocodega.it).\r\n\r\nIN PRACTICE - Learn about the new products and explore its complexity design through courses, round tables and \"practical\" sessions in which it is possible to experiment and test innovative products and systems for smart lighting. In particular, E-Lab is the area of the field trials, designed for electrical and electronic technicians. A laboratory and a T&M corner for those who want to put themselves in the use of new technologies.\r\n\r\nFor more information\r\nwww.illuminotronica.it', 'www.illuminotronica.it', '', '', 'top', 'ILLUMINOTRONICA 2016', 'Meet and discover new technologies  at home, cities, design, and in practic.', 16, '2016-07-04 14:56:01'),
(23, '00012', 1, 'Osram', 'LEDELUM', NULL, 'Dula OLED', 'Ceiling luminaire installation', 'OSRAM and the specialist for exclusive store design and interior design Dula jointly developed an OLED ceiling light for high quality shop design.\r\n\r\nIn order to present the effect of the new OLED luminaires to the customers, they are already being installed in the lobby of the store lighting designer Dula in Dortmund. The special properties characterize OLED as a representative design element, especially for high-end applications.\r\n\r\nThe luminaires were created following a design concept by the experts at Dula lighting design. Each luminaire consists of a glass panel, wherein nine acrylic blocks – also called OLED Sandwiches - were inlaid, each with two large squared (12 x 12 cm) ORBEOS SDW-058 OLED panels. The luminaires constructed like this are attached to the ceiling, individually adjustable in height, and they cause impressive 3D effects. In addition, the OLED panels can be individually controlled and dimmed wireless via DMX protocol. This creates dynamic visual effects that bathe the room in a warm, soft light.', 'http://www.osram-oled.com/oled/en/applications/reference-projects/dula-oled-ceiling-luminaire-installation/index.jsp', 'OSRAM_dula-deckeninstallation-oled.jpg', 'OSRAM Dula OLED', 'top', 'Dula OLED', 'Dula OLED', 14, '2016-07-23 20:53:30'),
(24, 'LPS03', 1, 'Bregenz, Austria', 'LPS', 'LPS', 'LpS 2016 - Technologies and Innovations  in 6 Key Lighting Applications', 'August 23, 2016', 'Ruairí O’Brien, Vice-President at the Federation of International Light Designers and presenter of the paper “High Quality Lighting Designs with SSL – Practical Examples and the New Role of Lighting Designers”, said, “Lightcentric” is my key word for the future and the future belongs to the lighting designer. In the future, entire buildings, objects and surfaces will give us the light and the darkness we require, historical buildings will light from within, ‘sources’ will all but disappear from view, stars will appear and the word ‘skyline’ will receive a new meaning and importance. This is the dawn of a new architecture, a LIGHT architecture not just human centric but LIGHTCENTRIC”. Ruairí will also take part in the Design meets Technology Forum, organized by the Italian Lighting Design organization APIL and will talk about “Who\'s afraid of Red, Yellow and Blue”: The importance of holistic thinking for designers and technologists. \r\n\r\nPhilipp Ansorg is Researcher at AUDI and talks about fascinating LED and laser technology trends. “The LED technology enables control of every individual light-emitting diode in a synchronized lighting system. New luminous surfaces and flowing activations transform light from static to dynamic. The development of efficient lighting systems is an important component of the overarching trend of electro mobility. Therefore LED and laser based systems are the foundation of efficiency enhancements. Laser based lighting technology such as Digital Micromirror Devices enable ideal high definition light patterns for virtually every situation on the road. It is realized by means of a chip with hundreds of thousands of micromirrors that divide the light into tiny separately controlled pixels. The mentioned technology will be an important part for the communication of piloted driving vehicles and pedestrians. For instance, it is possible to indicate to pedestrians on the roads that they have been recognized and can cross the road safely”. Mr. Ansorg will talk about “Safety Concept for Future Laser Based Headlamp Systems” at the Alternative Light Sources Forum organized by the Photonics Cluster.\r\n\r\nAnja Dieleman, Scientist at Wageningen UR Greenhouse Horticulture, summed up the major and highly effective impacts of LED technology on horticultural lighting. “LED lighting can contribute to the reduction of the carbon footprint of horticultural products, due to the high efficiency with which they convert electricity in light. However, the largest impact of LED lighting for greenhouse horticulture will be in the possibilities LEDs offer to provide the light colors the plant requires, depending on the developmental stage of the plant and the time of the day. In this way, we can steer pot plants to become more compact, flowers to form long shoots and tomatoes to produce tastier fruit. Our challenge is to find the proper dynamic lighting recipes for this”.\r\n\r\nFerenc Szabo, Professor at the University of Pannonia: “In 2016, the world still has many different opinions about LEDs applied in artwork lighting. Enhanced color has become evident but the possible effects of light on materials are still being argued about. Besides the basic facts that come from physics we still need more ‘close to reality’ investigations. Thanks to the ongoing multidisciplinary research works on LED museum lighting, more and more information is gained on the effects of LED light on historical materials. These results will help us to preserve our cultural heritage”.\r\n\r\nTechnologies are evolving fast from the light source to smart controls, networks and finally to intelligent lighting. It’s a huge potential of new forces driving the future. On the other hand, we can obtain the individual and specific directions within the key applications as the statements showed above. Carlos Lee, Secretary General at EPIC and organizer of a Horticulture Lighting workshop at the LpS 2016, summed it up with a general overview on Photonics technologies: “Photonics is a thrilling technology with applications found really everywhere. Products relying on photonics technology are found in photovoltaic, lighting, communication, defense, medical diagnostics and treatments, environmental monitoring, transport, and many more. Photonics is like electronics 40 years ago, it’s a key enabling pervasive technology, and we haven’t yet exploited the full potential”.\r\n\r\nThe LpS 2016 will be opened with fascinating keynotes featuring Nobel Prize Laureat Prof. Shuji Nakamura. Another highlight will be the Scientific Award Ceremony, where the best paper will be honored, after which will be the official opening of the high-class exhibition with internationally significant companies, media partners, scientific partners and Start-Up innovators. Among the myriad of products and services there will also be a humanoid robot and an Audi R8 with laser headlights to see. Selected product launches will be presented to journalists and lighting experts at the LpS 2016 press conference. The international lighting congregation has the possibility to strengthen business contacts at three networking events: the Exhibition Opening, a Meet and Greet evening organized by Munich Re and the Get-Together Evening aboard a cruise ship on Lake Constance. Finally, the organizers would like to thank the main sponsors of the LpS 2016: UL, auer Lighting, Dow Corning, Munich Re, Topsil Global, Tridonic, Osram and Wago. \r\n\r\nForums and Workshops \r\n- International Solid-State Lighting Alliance by ISA \r\n- Design meets Technology by APIL\r\n- Alternative Light Sources by Photonics Cluster\r\n- Risk Transfer & Investment for the LED Industry my Munich Re \r\n- Spectrally – Tunable LED and OLED Lighting by HI-LED\r\n- IoT & Artificial Intelligence by Jakajima \r\n- Horticultural Lighting by EPIC\r\n- SSL Lighting Measurement by Instrument Systems & TÜV SÜD \r\n\r\nConference Program: www.LpS2016.com/event_program \r\nTicket Registration: www.LpS2016.com/registration \r\nPictures: https://drive.google.com/drive/folders/0B-46hVO9vCt0anYwbE5kNmd3MjA?usp=sharing\r\n\r\nLuger Research e.U., Institute for Innovation & Technology \r\nMoosmahdstrasse 30, 6850 Dornbirn, Austria, Europe \r\nP +43 5572 39 44 89\r\ninfo@lps2016.com\r\nwww.LpS2016.com', 'http://www.led-professional-symposium.com/lps-2016-technologies-and-innovations-in-6-key-lighting-applications', '', '', 'top', 'LpS 2016 - Technologies and Innovations  in 6 Key Lighting Applications', 'More than 100 speakers, 100 exhibitors and 1,500 visitors from over 50 countries will be part of the LED professional Symposium +Expo', 22, '2016-08-27 12:42:43');
INSERT INTO `news` (`news_id`, `sku`, `active`, `location`, `advertiser`, `sku_media`, `title`, `subtitle`, `description`, `url`, `img`, `alt`, `img_pos`, `tag_title`, `tag_description`, `disp_order`, `dt`) VALUES
(25, 'ACM003', 1, 'Cairo, Egypt', 'ACM', 'ACM', 'LightingTech Egypt: A step forward towards a smart and sustainable city', 'Cairo (September 26, 2016)', 'Cairo (September 26, 2016) – In the presence of senior representatives from several government-backed entities in Egypt, Advanced Conferences & Meetings (ACM) proudly launched the 2nd annual LightingTech Egypt conference today at Dusit Thani Lakeview, Cairo, Egypt. \r\nLightingTech Egypt brought together senior representatives from government ministries, lighting designers, engineering contractors and developers to discuss the latest smart, sustainable and cost-effective solutions for Egypt\'s developing public realm.\r\n\r\nThe conference started with a welcoming note from the chairman Prof. Wael Abdelmoez from Minia University followed by a keynote speech by Dr. Hend Farouh detailing the updates on energy saving initiatives by the New Urban Communities Authority.\r\n\r\nThe Ministry of Tourism’s representative Dr. Elham Fouda detailed a presentation about the “Green Tourism” agenda whilst Tarek Sultan detailed the strategies for illuminating highways using high mast lighting solutions. Dr. Salwa Ali delivered a presentation on EEHC (Egyptian Electricity Holding Company) Pilot Project.\r\n\r\n“Very informative! This event created the perfect platform to share new ideas and provided the opportunity to network with the industry experts” – Assistant Landscape Design Director, Emaar\r\n\r\n“Highly recommended. This event provided the chance to network with professionals from the industry and to learn more about new technologies” – Senior Architect, CPAS\r\nDay one of the conference ended with a workshop hosted by RUUD Lighting/CREE. The workshop was divided into two parts, the first part discussed the illumination of multilevel parking structures with LED luminaires whilst the second part detailed the traffic tunnels daytime lighting with LED Luminaires.\r\nThe first day of LightingTech Egypt conference created the perfect platform for the attendees to build relations, exchange ideas and seize business opportunities throughout the ACMi+ interface that allowed for many networking breaks which created a dynamic, efficient and relevant learning environment.\r\n“Excellent! Great line up of speakers” – First Engineer, Petroleum Air Services\r\nMany key players participated in this event, to name a few: Ministry of Tourism, New Urban Communities Authority, Egyptian Electricity Holding Company, EE-Consulting, Turner Construction - International LLC, Emaar Misr for Development, UNDP-GEF Lighting & Appliance Efficiency Improvement Project, Sites International, Redcon Development and Minia University.\r\nSolution providers like Three Brothers, Ruud Lighting/CREE, Al Babtain Leblanc Egypt for Telecom Engineering and NIKKON showcased their newest technologies and solutions for lighting.\r\nDay two (September 26) of the conference will feature many more interesting presentations, to name a few: An update on the Lighting and Appliance Energy Efficiency Improvement Project, LED versus High Pressure Sodium Lamps (HPS), a panel discussion on how can the Egyptian lighting manufacturing industry meet the specifications for Egypt’s developing landscape.\r\nFor more information, please visit: www.lightingtechegypt.com or contact Jessica Bou Samra on Jessica.bousamra@acm-events.com \r\nOrganizers: Advanced Conferences & Meetings is a premium business-to-business conference company focused on the requirements of the MENA region. Its events are highly tailored networking and learning opportunities, bringing senior decision makers together and providing up-to-the-minute information on industry trends, government initiatives, technological advances and developments in regulation. As such, they act not only as extremely effective tools for gaining business advantage, but also as high level platforms for change in the industries they serve.', 'www.lightingtechegypt.com', '', '', 'top', 'LightingTech Egypt: A step forward towards a smart and sustainable city', 'Cairo (September 26, 2016) – In the presence of senior representatives from several government-backed entities in Egypt, Advanced Conferences', 23, '2016-09-29 21:35:13'),
(26, 'LPS04', 1, 'Bregenz, Austria', 'LPS', 'LPS', 'LpS 2016 - he Leading European Lighting Conference Forecasts Further Transformations', 'September 2016', 'The sixth LED professional Symposium +Expo opened its doors on September 20th, in Bregenz, Austria. About 1,500 lighting professionals and over 100 exhibitors took part in Europe’s foremost lighting conference and exhibition. Experts from academia and industry, including Prof. Shuji Nakamura, Nobel Laureate in Physics 2014, discussed cutting edge findings and explored new technologies and applied them to business models and use cases in applications. The conversion of lighting, which started with LED and OLED light sources, will continue with new technologies such as communication tools and IoT. The LpS 2016 also showed that lighting will be transformed into specific solutions for things such as Horticulture Lighting, Automotive Lighting and Indoor and Outdoor Lighting. Smart Technologies for Lighting Innovations, the motto of the LpS 2016, conveyed the key aspects for new lighting solutions – building synergies between devices, algorithms and usages.\r\n\r\nLectures & Scientific Award Winner \r\nThe comprehensive symposium program with about 100 first-class lectures attracted the global lighting community to take part in the conference and visit the exhibition. While the speeches in earlier years were focused on light sources, this year technologies like smart lighting, connectivity and Internet of Things were added to the extended conference program. This reflects a trend moving away from pure LED hardware and towards intelligent lighting. In the field of SSL applications, current developments in Human Centric Lighting were presented and discussed. \r\nFrom all of the submitted publications the Advisory Board selected what it felt were the six best scientific papers according to criteria such as novelty, scientific exposition of the investigations and applicability of the outcomes. The topics of the scientific papers ranged from new phosphor materials and driver technologies over lifetime investigations to optics optimization and measurement. The winner of the LED professional Scientific Award 2016 was Dr. Rubén D. Costa from the University of Erlangen-Nürnberg for his investigation of \"Bio-Inspired White Hybrid Light-Emitting Diodes\". This new color conversion technology might open the door for LEDs that are not dependent on rare earth based phosphors with limited availability. Munich Re, sponsor of the Scientific Award 2016, handed over the €3,000 check to the winner.\r\n\r\nWorkshops and Forums \r\nThe eight interactive workshops and forums covered the subjects of Internet of Things, Artificial Intelligence, Horticulture Lighting, Measurement Standards, Lighting Design Requirements, Color Tunable Lighting, Alternative Light Sources, Risk and Finance Management and Collaboration Strategies with Asia. In summary it can be said that future lighting systems will need a holistic design approach that is based on advanced technologies, covers global regulations and has adaptive and flexible applications for users. The transformation from hardware to software based lighting systems, using the latest digital technologies, can be seen as a primary direction for future designs.\r\n\r\nExhibition \r\nAlongside the LED professional Symposium was the world-class exhibition that visitors have become used to in Bregenz. Exhibitors from all over the world presented high tech products, equipment and services. The Expo showcased a complete range of state-of-the art products from components to systems including controls, subsystems and peripherals for luminaire producers and manufacturers in the main user market segments. The LpS 2016 exhibitor list read like the who’s who of the global LED industry: Nichia, Cree, Osram Opto Semiconductors, Samsung and Seoul Semiconductor, came with their teams from the US, Asia and Europe. Other global players like Arrow, Avnet Silica, BJB, EBV, Dow Corning, DEKRA, Infineon, Instrument Systems, Konica Minolta, Kyocera, Merck, ST Microsystems, Vossloh-Schwabe and Wacker Chemie to name just a few, showcased their latest products and services to an international audience. Among the myriad of products and services there was also a humanoid robot and an Audi R8 with laser headlights to see. Another highlight this year were the Start-Up companies that exhibited and brought totally new and innovative ideas to the show. \r\n\r\nProduct Launches \r\nExciting product launches were presented in the exhibition and at the international press conference. Auer Lighting introduced a new color-mixing glass optic named “Shopwhite” which was designed for multi-color LED arrays. Gigaherz-Optik launched the measuring system “TPI21-TH” for testing and binning of back-end LEDs. The IA-1200 hot melt room-temperature vulcanization adhesive by Dow Corning was formulated to achieve instant green strength. Ophir Photonics pioneered with the “FluxGage” LED luminaire measurement system, which is three times as small as an equivalent integrating sphere. An innovative approach to directional lighting application provides the new Plessey OrionTM PLWSC3000 series. Dow Corning’s MS-4002 moldable silicone retains high transparency even in harsh environments. UL introduced a verification service for lighting products with the opportunity to have an independent third-party laboratory verify the validity of claims about the level of optical flicker. “Synapse” developed by iLumTech is an innovative, intelligent and dynamic smart city control and monitoring system. Last but not least Flip Chip Opto released its first-in-class “Ares Series” UV-A spectrum flip chip COB. \r\n\r\nWorld Record & Tiered Painting \r\nIn the field of alternative light sources, the company InovisCoat GmbH presented the world’s largest electroluminescence film at the LpS 2016 in Bregenz. A juror from Guinness World Records was there to make sure the claims were valid and then entered InovisCoat and LED professional in the Guinness Book of World Records. The use of LED lighting in Art was presented by the American artist, Clint Eccher, who exhibited his tiered paintings in Bregenz. He showed how LED lighting is used to transform static paintings into some of the most advanced paintings in the world. The dynamic, “living” pieces transform their appearance with LED lighting. \r\n\r\nSponsors, Media Partners & Supporting Organizations \r\nThe LpS 2016 Event received great support from the following sponsors: UL, Auer Lighting, Dow Corning, Munich Re, Osram, Topsil Global, Tridonic and Wago. Further, media partners like LICHT, MondoArc, LEDinside and Photonik made it possible that the LpS 2016 received global attention. Important lighting organizations like the Global Lighting Association, LightingEurope, PIDA, EPIC, ISA and many more, helped to bring the top lighting experts together in Bregenz. \r\n\r\nOutlook 2017 \r\nThe 7th LED professional Symposium +Expo is scheduled for September 26th to 28th, 2017 in Bregenz, Austria. The motto “Smart Technologies for Lighting Innovations” will be looked into and current trends in technologies and applications will be presented at the LpS 2017. Key headlines like Re-thinking lighting in applications, lighting innovations that drive new business models and Design meets Technology - Synergies between applications & technologies, summarize the thematic focus of next year’s event very clearly. \r\nCall for Papers for the LpS 2017 will open by the end of October 2016. \r\n\r\nLuger Research e.U., Institute for Innovation & Technology \r\nMoosmahdstrasse 30, 6850 Dornbirn, Austria, Europe \r\nP +43 5572 39 44 89\r\ninfo@lps2016.com\r\nwww.LpS2016.com', 'http://www.led-professional-symposium.com/', '', '', 'top', 'LpS 2016 - he Leading European Lighting Conference Forecasts Further Transformations', 'The sixth LED professional Symposium +Expo opened its doors on September 20th, in Bregenz, Austria. About 1,500 lighting professionals and over 100 exhibitors took part in Europe’s foremost lighting conference and exhibi', 24, '2016-09-29 21:46:08'),
(27, 'FOP004', 1, 'ILLUMINOTRONICA 2017', 'Padua, Italy', 'ILUMT', 'ILLUMINOTRONICA 2017', 'Press Release N.6.', 'Over 7,000 participants and a 15% of growth confirm the event as the Italian reference point in LED lighting, smart solutions and new technologies\r\n\r\nMilan, October 18th, 2016 – Record numbers for the 6th edition of Illuminotronica, which has taken place in Padua from the 6th to the 8th October becoming the Italian most important Italian trade fair focused on LED lighting, \"smart\" solutions, home automation and security. A successful edition sanctioned by the presence of an highly specialized audience composed by 7,245 professionals: decision makers, purchasing managers, buyers, engineers, electricians, installers, system integrators, architects, lighting designers, Public Administration representatives.\r\nStarting with a complete “sold out”, made by a 3,500 square meters area and 190 companies distributed in two halls, the event registered a 15% of growth on the previous year collecting exhibitors’ satisfaction. Sponsors, visitors and conferences’ speakers recognized Illuminotronica great added value: the ability to offer, year after year, a unique marketing and communication tool, a state-of-the-art showcase of products, solutions and technologies, a laboratory of trends in lighting and home automation sectors and a significant business and networking opportunity for professionals of the same field.\r\nThanks to the rich conference program, to the training sessions and to some special initiatives - such as the Start-Up Area, with 10 innovative Italian companies selected by Assodel; the Smart Home demo (96 square meters and the 6 rooms) and the Leddove Gallery, with its LED design products and solutions - Illuminotronica represents a unique professional event in Italy where it is possible to update and consider the lighting, home automation and smart solution new challenges. In this way, the event demonstrates to be not only a trade fair, but also the mirror of a dynamic and evolving market.\r\n\"With great satisfaction we look at this constantly growing event as a reference point for all the professionals of the lighting and smart solutions sectors - said Silvio Baronchelli, President at Tecnoimprese, the Illuminotronica organizer -. This is a confirmation of an evolving industry and a growing number of operators who want to update their knowledge on technologies, market trends, new products and solutions. Also the success of the Codega Prize, awarded in the amazing setting of the Peggy Guggenheim Collection, in Venice, highlighted the event central role in recognizing the LED lighting excellences\".', 'http://illuminotronica.it/en/', 'ILL2016_expo.jpg', 'ILLUMINOTRONICA 2017', 'right', 'ILLUMINOTRONICA 2017', 'Over 7,000 participants and a 15% of growth confirm the event as the Italian reference point in LED lighting, smart solutions and new technologies', 15, '2016-11-01 20:33:08');

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

--
-- Table structure for table `news_images`
--

CREATE TABLE `news_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `news_id` int(10) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `news_images`:
--   `news_id`
--       `news` -> `news_id`
--

--
-- Dumping data for table `news_images`
--

INSERT INTO `news_images` (`image_id`, `news_id`, `img_src`, `alt_name`) VALUES
(26, 20, 'LPS_Exhibition.jpg', 'LPS_Exhibition'),
(27, 20, 'LPS_Event Location.jpg', 'LPS_Event Location'),
(28, 19, 'Illuminotronica_2015_2_pressrelease.jpg', 'ILLUMI:NOTRONICA'),
(29, 19, 'Illuminotronica_2015_3_pressrelease.jpg', 'ILLUMI:NOTRONICA'),
(30, 19, 'Illuminotronica_2015_4_pressrelease.jpg', ''),
(32, 27, 'image4.jpg', 'image 4');

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

--
-- Table structure for table `pages_html`
--

CREATE TABLE `pages_html` (
  `page_id` tinyint(3) UNSIGNED NOT NULL,
  `page_name` varchar(64) NOT NULL,
  `page_html` text NOT NULL,
  `heading` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `pages_html`:
--

--
-- Dumping data for table `pages_html`
--

INSERT INTO `pages_html` (`page_id`, `page_name`, `page_html`, `heading`) VALUES
(1, 'Terminology', '<div style=\"float: left; margin-left: 0rem;\"><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\"><div class=\"apps-title\">EDUCATION (upd)</div><div class=\"apps-title\">&nbsp;</div><div class=\"apps-descr\">Stay tuned for educational videos, upcoming webinars.&nbsp;</div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/education/ED_LIGHTING.jpg\" alt=\"Education Lighting\" /><div class=\"apps-subtitle\"><strong>Lighting Basic&nbsp;</strong></div><div class=\"apps-descr\">What is&nbsp;Lighting Distribution, Lighting Power, Color temperature, Lighting measurements?.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/education/ED_LED.jpg\" alt=\"Education LED Lighting\" /><div class=\"apps-subtitle\"><strong>SSL Lighting</strong></div><div class=\"apps-descr\">LED and OLED sources, How it works. What\'s good and what\'s bad.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/education/ED_CONTROLS.jpg\" alt=\"Education Lighting Controls\" /><div class=\"apps-subtitle\"><strong>Lighting Controls</strong></div><div class=\"apps-descr\">Types of ballasts and dimming controls. Dimming Protocols, limitations and benefits.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/education/ED_ENERGY.jpg\" alt=\"Education Energy Codes\" /><div class=\"apps-subtitle\"><strong>Energy Codes</strong></div><div class=\"apps-descr\">Energy references and what to consider when designing lighting for commercial and residential applications in modern environment.</div></div><p>&nbsp;</p><p>&nbsp;</p><hr /><p>WEBINARS AND LEARNING VIDEOS</p><div class=\"educ-video\"><div class=\"educ-video-left\"><iframe src=\"https://www.youtube.com/embed/Fq3K2wsItw0\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div><div class=\"educ-video-right\"><iframe src=\"https://www.youtube.com/embed/4CxE6uM0uOE\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div></div><div class=\"educ-video\"><div class=\"educ-video-left\"><iframe src=\"https://www.youtube.com/embed/SXkjpGVL0Lg\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div><div class=\"educ-video-right\"><iframe src=\"https://www.youtube.com/embed/vLDDhsUmcww\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div></div><div class=\"educ-video\"><div class=\"educ-video-left\"><iframe src=\"https://www.youtube.com/embed/G4iDKzqw-z0\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div><div class=\"educ-video-right\"><iframe src=\"https://www.youtube.com/embed/KSF1jhX12nM\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div></div><div class=\"educ-video\"><div class=\"educ-video-left\"><iframe src=\"https://www.youtube.com/embed/yHUdMdfrV2M\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div><div class=\"educ-video-right\"><iframe src=\"https://www.youtube.com/embed/LnGzYtJ-QT4\" width=\"100%\" height=\"315px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div></div><p>&nbsp;</p><p>TERMINOLOGY</p></div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Luminaire</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">A complete lighting unit consisted of a light source and driver together with parts to distribute light.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">SSL</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Solid State Lighting. Refers to a type of lighting that uses semiconductor light-emitting diodes (LEDs), organic light-emitting diodes(OLED), or polymer light-emitting diodes (PLED) as sources of illumination.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">LED</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Light Emitting Diode is a semiconductor light source.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">OLED</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Organic Light Emitting Diode is a light-emitting diode (LED) in which the emissive electroluminescent layer is a film of organic compounds which emits light in response to an electric current. This layer of organic semiconductor material is sandwiched between two electrodes. Generally, at least one of these electrodes is transparent.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Lm</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Luminous flux (lumen). the basic unit used to measure the flow of light in the SI system, equal to the amount of light emitted through a solid angle of one steradian by a light source with the intensity of one candela (0.0015 watt)</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Cd</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction. A common candle emits light with a luminous intensity of roughly one candela. If emission in some directions is blocked by an opaque barrier, the emission would still be approximately one candela in the directions that are not obscured.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Watt</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Is a derived unit of power in the International System of Units (SI)</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Efficacy - Lm/Watt</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Luminous efficacy is a figure of merit for light sources. It is the ratio of luminous flux (in lumens) to power (usually measured in watts).</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">CCT</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Color correlated temperature is the color temperature of a black body radiator which to human color perception most closely matches the light from the lamp. Color temperature is a characteristic of visible light that has important applications in lighting, photography, videography, publishing, manufacturing, astrophysics, and other fields.<br />The eight ANSI defined MacAdam ellipses (2700k, 3000k, 3500k, 4000k, 4500k, 5000k, 5700k, and 6500k)<br /><br />There are also:<br />Amber or \"Wide life\", Tunable white that has controllable range from warmer to cooler CCTs RGB - color changing or color tunable light based on tree colors Red, Green and Blue RGBW - that adds white component to RGB system RGBY - with Yellow component to accentuate orange and yellow colors, that otherwise are not easily achievable with standard RGB.<br /><br />Warm dimming LED - contrary to standard LED which keeps practically the same CCT when dimmed, the warm dimming simulates incandescent lamp when dimmed down, by warming light - changing CCT from usually 3000K or 3500K or 4000K to less than 2400K.</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div><p>&nbsp;</p><div style=\"font-size: 2rem; color: #1d2623;\">CRI</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Color rendering index, or CRI, is a measure of the quality of color light, devised by the International Commission on Illumination (CIE). It generally ranges from zero for a source like a low-pressure sodium vapor lamp, which is monochromatic, to one hundred, for a source like an incandescent light bulb, which emits essentially blackbody radiation.</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">It is related to color temperature, in that the CRI measures for a pair of light sources can only be compared if they have the same color temperature. The highest attainable CRI is 100. Lamps with CRIs above 70 are typically used in office and living environments. LED source 80 CRI minimum (indoor).</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">STANDARDS</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">LM-79-08</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">IESNA Approved Method for the Electrical and Photometric Measurements of Solid-State Lighting Products,\" will specify procedures for measuring total luminous flux, electrical power, luminous efficacy, and chromaticity of SSL luminaires and replacement lamp products.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">TM-21-11</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Provides the method for determining when the &ldquo;useful lifetime&rdquo; of an LED is reached. The method restricts which values can be used in the calculation based on the sample size, number of hours and intervals tested, and test suite temperature. It also limits the extrapolation for max hours to 6X the hours tested.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">LM-80</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">IESNA Approved Method for Measuring Lumen Depreciation of LED Light Sources, specifies procedures for determining lumen depreciation of LEDs and LED modules (but not luminaires) related to effective useful life of the product. Defines Lumen Maintenance Life: L70 (hours): 70% lumen maintenance L50 (hours): 50% lumen maintenance 70% of initial lm to 35,000 hours (commercial) or 25,000 hours (residential)</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">NFPA 70-2005</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">National Electrical Code requires that most SSL products must be installed in accordance with the National Electrical Code.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">47 CFR Part 15</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Radio Frequency Devices, specifies FCC requirements for maximum allowable unintended radio-frequency emissions from electronic components, including SSL power supplies and electronic drivers. The Federal Communications Commission (FCC), Washington, D.C., www.fcc.gov, is an independent U.S. government agency, directly responsible to Congress.</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">The FCC was established by the Communications Act of 1934 and is charged with regulating interstate and international communications by radio, television, wire, satellite, and cable.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">REFERENCES</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">CCT (IESNA LM-79, LM-58, LM-16, and CIE 15-2004)</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Color spatial uniformity (IESNA LM-79, LM-58, LM-16, and CIE 15-2004)</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Color maintenance (ANSI C78.377A, IESNA LM-79, LM-58, and CIE 13.3-1995) Referenced resources: IESNA, ANSI, National Electrical Code, NFPA, CIE, FCC</div></div>', 'EDUCATION AND TERMINOLOGY'),
(2, 'About Us', '<p><span style=\"background-color: #cc99ff;\">I want to change all text! :)<br /></span></p>', 'This is a Heading!'),
(3, 'LightAZ Surveys', '<div id=\"qp_all207356\" style=\"width: 100%;\">\r\n<div id=\"qp_main207356\" style=\"border-radius: 0px; margin-top: 20px; padding: 0.8em; background-color: #fff; font-family: \'Open Sans\', sans-serif, Arial; color: #000; border: 1px solid #DBD9D9; max-width: 100%;\">\r\n<div style=\"font-size: 2.5em; background-color: #f0f0f0; color: #000; font-family: \'Open Sans\', sans-serif, Arial;\">\r\n<div style=\"padding: 0.8em; line-height: 1.3em;\">Different CRI for up and down lighting in the same space?</div>\r\n</div>\r\n<form id=\"qp_form207356\" style=\"display: inline; margin: 0px; padding: 0px;\" action=\"//www.poll-maker.com/results207356xeD6E492a-7\" method=\"post\" target=\"_blank\">\r\n<div style=\"padding: 0px;\"><input name=\"qp_d207356\" type=\"hidden\" value=\"42446.5442824025-42446.5442109284\" />\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v207356\" type=\"checkbox\" value=\"1\" /><span style=\"font-size: 14px;\">Yes, if CCT can be adjusted</span></span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit; font-size: 14px;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v207356\" type=\"checkbox\" value=\"2\" />Not a good idea</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit; font-size: 14px;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v207356\" type=\"checkbox\" value=\"3\" />Yes. Depending on application</span></div>\r\n</div>\r\n<div style=\"padding-left: 10px; padding-bottom: 10px; min-height: 40px; clear: both;\"><span style=\"color: #ffffff;\"><a class=\"qp_btna\" style=\"float: left; width: 50%; max-width: 140px; box-sizing: border-box; padding-right: 5px; text-decoration: none; color: #ffffff;\" href=\"#\"><input style=\"width: 100%; height: 40px; font-family: \'Open Sans\', sans-serif, Arial; font-size: 16px; color: #ffffff; cursor: pointer; border: 0px #ffffff; -webkit-appearance: none; border-radius: 0px; background: #684255;\" name=\"qp_b207356\" type=\"submit\" value=\"Vote\" /></a></span></div>\r\n<a id=\"qp_a207356\" style=\"float: right; font-family: Arial; font-size: 10px; color: #ffffff; text-decoration: none;\"></a></form>\r\n<div style=\"display: none;\">&nbsp;</div>\r\n<script src=\"//scripts.poll-maker.com/3012/scpolls.js\"></script>\r\n</div>\r\n</div>\r\n<div id=\"qp_all622271\" style=\"width: 100%;\">\r\n<div id=\"qp_main622271\" style=\"border-radius: 0px; margin-top: 20px; padding: 0.8em; background-color: #fff; font-family: \'Open Sans\', sans-serif, Arial; color: #000; border: 1px solid #DBD9D9; max-width: 100%;\">\r\n<div style=\"font-size: 2.5em; background-color: #f0f0f0; color: #000; font-family: \'Open Sans\', sans-serif, Arial;\">\r\n<div style=\"padding: 0.8em; line-height: 1.3em;\">Are we ready for circadian lighting in the office?</div>\r\n</div>\r\n<form id=\"qp_form622271\" style=\"display: inline; margin: 0px; padding: 0px;\" action=\"//www.poll-maker.com/results622271x4540b434-26\" method=\"post\" target=\"_blank\">\r\n<div style=\"padding: 0px;\"><input name=\"qp_d622271\" type=\"hidden\" value=\"42447.4905671226-42447.4905510485\" />\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622271\" type=\"radio\" value=\"1\" />Yes</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622271\" type=\"radio\" value=\"2\" />Office is not an appropriate application for circadian lighting at all.</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622271\" type=\"radio\" value=\"3\" />We need more case studies</span></div>\r\n</div>\r\n<div style=\"padding-left: 0px; min-height: 40px; clear: both;\"><a class=\"qp_btna\" style=\"float: left; width: 50%; max-width: 140px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding-right: 5px; text-decoration: none;\" href=\"#\"><input style=\"width: 100%; height: 40px; background-color: #684255; font-family: \'Open Sans\', sans-serif, Arial; font-size: 16px; color: #fff; cursor: hand; border: 0px; -webkit-appearance: none; border-radius: 0px;\" name=\"qp_b622271\" type=\"submit\" value=\"Vote\" /></a></div>\r\n<a id=\"qp_a622271\" style=\"float: right; font-family: Arial; font-size: 10px; color: #000000; text-decoration: none;\"></a></form>\r\n<div style=\"display: none;\">&nbsp;</div>\r\n</div>\r\n</div>\r\n<script src=\"//scripts.poll-maker.com/3012/scpolls.js\"></script>\r\n<div id=\"qp_all622282\" style=\"width: 100%;\">\r\n<div id=\"qp_main622282\" style=\"border-radius: 0px; margin-top: 20px; padding: 0.8em; background-color: #fff; font-family: \'Open Sans\', sans-serif, Arial; color: #000; border: 1px solid #DBD9D9; max-width: 100%;\">\r\n<div style=\"font-size: 2.5em; background-color: #f0f0f0; color: #000; font-family: \'Open Sans\', sans-serif, Arial;\">\r\n<div style=\"padding: 0.8em; line-height: 1.3em;\">What would be your optics choice for pedestrian scale post top luminaire?</div>\r\n</div>\r\n<form id=\"qp_form622282\" style=\"display: inline; margin: 0px; padding: 0px;\" action=\"//www.poll-maker.com/results622282xa9EFd67B-26\" method=\"post\" target=\"_blank\">\r\n<div style=\"padding: 0px;\"><input name=\"qp_d622282\" type=\"hidden\" value=\"42447.4962731416-42447.4962595875\" />\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622282\" type=\"radio\" value=\"1\" />Individual LED optics</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622282\" type=\"radio\" value=\"2\" />Diffuse lenses</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622282\" type=\"radio\" value=\"3\" />Segmented reflector</span></div>\r\n</div>\r\n<div style=\"padding-left: 0px; min-height: 40px; clear: both;\"><a class=\"qp_btna\" style=\"float: left; width: 50%; max-width: 140px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding-right: 5px; text-decoration: none;\" href=\"#\"><input style=\"width: 100%; height: 40px; background-color: #684255; font-family: \'Open Sans\', sans-serif, Arial; font-size: 16px; color: #fff; cursor: hand; border: 0px; -webkit-appearance: none; border-radius: 0px;\" name=\"qp_b622282\" type=\"submit\" value=\"Vote\" /></a></div>\r\n<a id=\"qp_a622282\" style=\"float: right; font-family: Arial; font-size: 10px; color: #000000; text-decoration: none;\"></a></form>\r\n<div style=\"display: none;\">&nbsp;</div>\r\n</div>\r\n</div>\r\n<script src=\"//scripts.poll-maker.com/3012/scpolls.js\"></script>\r\n<div id=\"qp_all622291\" style=\"width: 100%;\">\r\n<div id=\"qp_main622291\" style=\"border-radius: 0px; margin-top: 20px; padding: 0.8em; background-color: #fff; font-family: \'Open Sans\', sans-serif, Arial; color: #000; border: 1px solid #DBD9D9; max-width: 100%;\">\r\n<div style=\"font-size: 2.5em; background-color: #f0f0f0; color: #000; font-family: \'Open Sans\', sans-serif, Arial;\">\r\n<div style=\"padding: 0.8em; line-height: 1.3em;\">Will interior lighting with tunable CCT negatively affect building exterior?</div>\r\n</div>\r\n<form id=\"qp_form622291\" style=\"display: inline; margin: 0px; padding: 0px;\" action=\"//www.poll-maker.com/results622291xC66c66Bb-26\" method=\"post\" target=\"_blank\">\r\n<div style=\"padding: 0px;\"><input name=\"qp_d622291\" type=\"hidden\" value=\"42447.5123263848-42447.5123747707\" />\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622291\" type=\"radio\" value=\"1\" />Yes. It will create too much of light variations for the exterior.</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622291\" type=\"radio\" value=\"2\" />Depends on the building and tenant types.</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622291\" type=\"radio\" value=\"3\" />It will not affect anything</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622291\" type=\"radio\" value=\"4\" />It will make exterior more interesting</span></div>\r\n</div>\r\n<div style=\"padding-left: 0px; min-height: 40px; clear: both;\"><a class=\"qp_btna\" style=\"float: left; width: 50%; max-width: 140px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding-right: 5px; text-decoration: none;\" href=\"#\"><input style=\"width: 100%; height: 40px; background-color: #684255; font-family: \'Open Sans\', sans-serif, Arial; font-size: 16px; color: #fff; cursor: hand; border: 0px; -webkit-appearance: none; border-radius: 0px;\" name=\"qp_b622291\" type=\"submit\" value=\"Vote\" /></a></div>\r\n<a id=\"qp_a622291\" style=\"float: right; font-family: Arial; font-size: 10px; color: #000000; text-decoration: none;\"></a></form>\r\n<div style=\"display: none;\">&nbsp;</div>\r\n</div>\r\n</div>\r\n<script src=\"//scripts.poll-maker.com/3012/scpolls.js\"></script>\r\n<div id=\"qp_all622305\" style=\"width: 100%;\">\r\n<div id=\"qp_main622305\" style=\"border-radius: 0px; margin-top: 20px; padding: 0.8em; background-color: #fff; font-family: \'Open Sans\', sans-serif, Arial; color: #000; border: 1px solid #DBD9D9; max-width: 100%;\">\r\n<div style=\"font-size: 2.5em; background-color: #f0f0f0; color: #000; font-family: \'Open Sans\', sans-serif, Arial;\">\r\n<div style=\"padding: 0.8em; line-height: 1.3em;\">Do we have too many dimming protocols?</div>\r\n</div>\r\n<form id=\"qp_form622305\" style=\"display: inline; margin: 0px; padding: 0px;\" action=\"//www.poll-maker.com/results622305xF10Ff080-26\" method=\"post\" target=\"_blank\">\r\n<div style=\"padding: 0px; color: #fff;\"><input name=\"qp_d622305\" type=\"hidden\" value=\"42447.5298958357-42447.5298639616\" />\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622305\" type=\"radio\" value=\"1\" />Yes. Keeping 3-4 protocols would simplify design.</span></div>\r\n<div class=\"qp_a\" style=\"display: block; color: #6b6b6b; font-family: \'Open Sans\', sans-serif, Arial; font-size: 1.4em; line-height: 1.5; padding: 13px 8px 11px; margin: 10px 0px; clear: both;\"><span style=\"display: block; padding-left: 30px; cursor: inherit;\"><input style=\"float: left; width: 20px; margin-left: -25px; margin-top: 2px; padding: 0px; height: 20px;\" name=\"qp_v622305\" type=\"radio\" value=\"2\" />No. Having many different protocols serves industry well.</span></div>\r\n</div>\r\n<div style=\"padding-left: 0px; min-height: 40px; clear: both;\"><a class=\"qp_btna\" style=\"float: left; width: 50%; max-width: 140px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding-right: 5px; text-decoration: none;\" href=\"#\"><input style=\"width: 100%; height: 40px; background-color: #684255; font-family: \'Open Sans\', sans-serif, Arial; font-size: 16px; color: #fff; cursor: hand; border: 0px; -webkit-appearance: none; border-radius: 0px;\" name=\"qp_b622305\" type=\"submit\" value=\"Vote\" /></a></div>\r\n<a id=\"qp_a622305\" style=\"float: right; font-family: Arial; font-size: 10px; color: #000000; text-decoration: none;\"></a></form>\r\n<div style=\"display: none;\">&nbsp;</div>\r\n</div>\r\n</div>\r\n<script src=\"//scripts.poll-maker.com/3012/scpolls.js\"></script>', 'POLLS'),
(4, 'LightAZ Statistics', '<p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">COLOR TEMPERATURE (CCT) (update)</div><p>&nbsp;</p><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_CCT_interior.png\" alt=\"Exterior LED Luminaire CCT Trends\" /><div class=\"stat-subtitle\">EXTERIOR LED LUMINAIRE CCT TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different CCT for&nbsp;Interior LED Luminaires over past years.</div></div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_CCT_exterior.png\" alt=\"Interior LED Luminaire CCT Trends\" /><div class=\"stat-subtitle\">INTERIOR LED LUMINAIRE CCT TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different CCT for&nbsp;Exterior LED Luminaires over past years.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">LED LUMINAIRES CRI</div><p>&nbsp;</p><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_interior_cri.png\" alt=\"Exterior LED Luminaire CRI Trends\" /><div class=\"stat-subtitle\">EXTERIOR LED LUMINAIRE CRI TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different CRI for&nbsp;Interior LED Luminaires over past years.</div></div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_exterior_cri.png\" alt=\"Interior LED Luminaire CRI Trends\" /><div class=\"stat-subtitle\">INTERIOR LED LUMINAIRE CRI TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different CRI for&nbsp;Interior LED Luminaires over past years.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">HOURS MAINTENANCE. LM70.</div><div class=\"apps-descr\">&nbsp;</div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_lm70_interior.png\" alt=\"Interior LED Luminaire LM70 Trends\" /><div class=\"stat-subtitle\">INTERIOR LED LUMINAIRE LIFE HOURS LM70 TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp; of LM70 maintenance hours for interior LED luminaires over past years.</div></div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_lm70_exterior.png\" alt=\"Exterior LED Luminaire LM70 Trends\" /><div class=\"stat-subtitle\">EXTERIOR LED LUMINAIRE LIFE HOURS LM70 TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp; of LM70 maintenance hours for interior LED luminaires over past years.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">LED LUMINAIRES LUMEN PACKAGES.</div><p>&nbsp;</p><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_lumen_interior.png\" alt=\"Interior LED Luminaire Lumen Packages Trends\" /><div class=\"stat-subtitle\">EXTERIOR LED LUMINAIRE LUMENS TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different Lumen packages for Interior LED Luminaires over past years.</div></div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_lumen_exterior.png\" alt=\"Exterior LED Luminaire Lumen Packages Trends\" /><div class=\"stat-subtitle\">INTERIOR LED LUMINAIRE LUMENS TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different Lumen packages for Exterior LED Luminaires over past years.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">LED LUMINAIRES EFFICACY.</div><p>&nbsp;</p><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_efficacy_interior.png\" alt=\"Exterior LED Luminaire Efficacy Trends\" /><div class=\"stat-subtitle\">EXTERIOR LED LUMINAIRE EFFICACY TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different Efficacy for Interior LED Luminaires over past years.</div></div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_efficacy_exterior.png\" alt=\"Interior LED Luminaire Efficacy Trends\" /><div class=\"stat-subtitle\">INTERIOR LED LUMINAIRE EFFICACY TREND</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different Efficacy for Interior LED Luminaires over past years.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">CONTROLS AND DIMMING RANGES.</div><p>&nbsp;</p><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_dimming_range.png\" alt=\"Exterior LED Luminaire CRI Trends\" /><div class=\"stat-subtitle\">DIMMING RANGE FOR LED LUMINAIRES</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different CRI for&nbsp;Interior LED Luminaires over past years.</div></div><div class=\"stat-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/stats/graph_dimming_type.png\" alt=\"Interior LED Luminaire CRI Trends\" /><div class=\"stat-subtitle\">TYPES OF DIMMING CONTROLS</div>&nbsp;<div class=\"stat-descr\">Graph represents weighted %&nbsp;of different CRI for&nbsp;Interior LED Luminaires over past years.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;Based on 4,500+ LED Luminaires families and more than 100,000 product variations.</p>', 'SSL LUMINAIRES STATISTICAL DATA 2011-2015'),
(5, 'Advertisement Opportunities', '<div style=\"float: left; margin-left: 0rem;\"><div style=\"font-size: 2rem; color: #1d2623;\"><p><span style=\"font-size: 16px;\">&nbsp;<span style=\"font-size: 24px;\">ADVERTISEMENT WITH LIGHTAZ 2<br /></span></span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ is an indispensable resource for influential brand and product marketing in the lighting industry, with daily exposure to professionals who specify LED lighting across all projects types and sizes.&nbsp;</span></p></div><div style=\"font-size: 2rem; color: #1d2623;\"><div style=\"font-size: 1.3rem; color: #444444;\"><span style=\"font-size: 16px;\">&nbsp;</span></div><div class=\"info-large\"><span style=\"font-size: 16px;\"><img style=\"display: none !important;\" hidden=\"\" src=\"http://www.lightaz-admin.localhost:81/images/info/advertise.jpg\" alt=\"Advertise with LightAZ.com\" /></span></div><div style=\"font-size: 1.3rem; color: #444444;\"><span style=\"font-size: 16px;\">&nbsp;</span></div><div style=\"font-size: 1.3rem; color: #444444;\"><p><span style=\"font-size: 16px;\">LIGHAZ delivers visibility and constant presence of your brand and products in the currently competitive and noisy business environment.&nbsp; It&rsquo;s vital for manufacturers to continue keeping their brand on top of designers\', owners\' and contractors\' minds, who are everyday purchase influencers.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ provides excellent and refined exposure for advertisers. This is accomplished by delivering: trusted and relevant content focused on specific markets; High impact exposure &ndash; uncluttered advertisement; Extensive reach among lighting designers, architects, engineers, specifiers and decision-makers who are actively seeking for design solutions in a fast moving industry.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ is a powerful statistical tool that analyzes data, searches and clicks to provide valuable feedback to advertisers with extensive statistical information.&nbsp;</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p></div><div style=\"font-size: 1.3rem; color: #444444;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #444444;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #444444;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #444444;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #444444;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #444444;\"><div class=\"apps-title\">2018-2019 ADVERISEMENT OPPORTUNITIES GUIDE.</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Please click &nbsp;below to open and download pdf brochures</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div><div><div class=\"apps-descr\">&nbsp;</div><div class=\"apps-left\"><a title=\"Membership Guide\" href=\"http://www.lightaz-admin.localhost:81/images/pdf/Membership_Guide.pdf?pdf=Membership Guide\" target=\"_blank\" rel=\"noopener\"><img style=\"display: none !important;\" hidden=\"\" src=\"http://www.lightaz-admin.localhost:81/images/membership/Advertisement_Guide.jpg\" alt=\"Advertisement\" width=\"425\" height=\"550\" /></a><div class=\"apps-subtitle\"><div class=\"apps-subtitle\"><strong>Advertisement Guide</strong></div><div class=\"apps-descr\">Advertisement Opportunities for Manufacturers. Product and Brand promotional options.</div></div></div><div class=\"apps-left\"><a title=\"LightAZ Guide\" href=\"http://www.lightaz-admin.localhost:81/images/pdf/Ledelum_Guide.pdf\" target=\"_blank\" rel=\"noopener\"><img src=\"http://www.lightaz-admin.localhost:81/images/membership/Ledelum_Guide.jpg\" alt=\"Membership\" width=\"220\" height=\"285\" /></a><div class=\"apps-subtitle\"><strong>Quick Reference Guide</strong></div><div class=\"apps-descr\">Discover main LightAZ.com features, including Search, My Project management and others.</div></div><div class=\"apps-left\"><a title=\"Advertisement Guide\" href=\"http://www.lightaz-admin.localhost:81/images/pdf/Advertisement_Guide.pdf\" target=\"_blank\" rel=\"noopener\"><img src=\"http://www.lightaz-admin.localhost:81/images/membership/Media_Guide.jpg\" alt=\"Membership\" width=\"220\" height=\"285\" /></a><div class=\"apps-subtitle\"><strong>Media Guide</strong></div><div class=\"apps-descr\">Media partners guide to publishing information and advertisement options.</div></div></div></div><p>&nbsp;</p><p>&nbsp;</p><br /><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">PLEASE CONTACT US</div><div class=\"apps-title\"><hr /></div></div></div></div>', 'ADVERTISE WITH LIGHTAZ'),
(6, 'Membership Opportunities', '<div class=\"apps-title\"><span style=\"font-size: 24px;\">MANUFACTURER PARTICIPATION</span></div>\r\n<p>&nbsp;</p>\r\n<div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div>\r\n<div style=\"font-size: 1.3rem; color: #6c7c7b;\">\r\n<div class=\"apps-descr\">\r\n<p><span style=\"font-size: 16px;\">LIGHAZ is a professional on-line luminaire search engine and extensive catalog of Architectural LED luminaires.&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ created to help Lighting Designers, Architects, Specifiers, Interior Designers, SSL product developers, and other trade professionals to have quick access to thousands of LED luminaires. Our new intuitive search, with more than 30 search options, instantly delivers product information to specifiers, exactly when and where it\'s needed: in the office, at the meeting, when traveling or on the job site.&nbsp; The result can be easily shared at any time with clients, colleagues, technical support, sales and manufacturers.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">Built to work on desktop, tablet or phone, it\'s become the ultimate source of finding and specifying architectural LED luminaires for projects of any size.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ is always connected to manufacturer and each product is linked to the manufacturer\'s product page.&nbsp; Our business goal is to create opportunities for specifiers and manufacturers to be connected at all times.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ is a powerful statistical tool that analyzes data, searches and clicks to provide valuable feedback to manufacturers and sales with extensive statistical information.&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ is also a media portal that delivers industry news, new products information, has extensive gallery of domestic and international LED projects for design inspiration. Manufacturer membership includes product data management and product listing, showcase of manufacturer projects in Project Gallery, manufacturer news and other benefits.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">We offer different levels of memberships, from Professional to Enterprise, with custom developed search design specifically for our member with or without enterprise data management.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">Who can become a member:</span></p>\r\n<p><span style=\"font-size: 16px;\">To participate in LIGHAZ\'s Membership program, Manufacturer should have a product line of LED Luminaires suitable for North America Projects, with products certified or listed with reputable testing organizations such as UL, ETL, CSA.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">2018-2019 MANUFACTURER MEMBERSHIP OPTIONS AND FEATURES</span></p>\r\n<p><span style=\"font-size: 16px;\">Please click below to open and download pdf brochures</span></p>\r\n<span style=\"font-size: 16px;\">&nbsp;</span></div>\r\n<div class=\"apps-left\"><span style=\"font-size: 16px;\"><a title=\"Membership Guide\" href=\"/images/pdf/Membership_Guide.pdf\" target=\"_blank\"><img src=\"/images/membership/Membership_Guide.jpg\" alt=\"Membership\" width=\"220\" height=\"285\" /></a></span>\r\n<div class=\"apps-subtitle\"><span style=\"font-size: 16px;\"><strong>Manufacturer Membership</strong></span></div>\r\n<div class=\"apps-descr\"><span style=\"font-size: 16px;\">Membership options, Listing and Managing your product on LightAZ.com</span></div>\r\n</div>\r\n<div class=\"apps-left\"><span style=\"font-size: 16px;\"><a title=\"LightAZ Guide\" href=\"/images/pdf/Ledelum_Guide.pdf\" target=\"_blank\"><img src=\"/images/membership/Ledelum_Guide.jpg\" alt=\"Membership\" width=\"220\" height=\"285\" /></a></span>\r\n<div class=\"apps-subtitle\"><span style=\"font-size: 16px;\"><strong>Quick Reference Guide</strong></span></div>\r\n<div class=\"apps-descr\"><span style=\"font-size: 16px;\">Discover main LightAZ.com features, inlcuding Search, My Project management and others.</span></div>\r\n</div>\r\n<div class=\"apps-left\"><span style=\"font-size: 16px;\"><a title=\"Advertisement Guide\" href=\"/images/pdf/Advertisement_Guide.pdf\" target=\"_blank\"><img src=\"/images/membership/Advertisement_Guide.jpg\" alt=\"Membership\" width=\"220\" height=\"285\" /></a></span>\r\n<div class=\"apps-subtitle\"><span style=\"font-size: 16px;\"><strong>Advertisement Guide</strong></span></div>\r\n<div class=\"apps-descr\"><span style=\"font-size: 16px;\">Advertisement Opprtuities for Manufacturers. Product and Brand promotional options.</span></div>\r\n</div>\r\n<div class=\"apps-left\"><span style=\"font-size: 16px;\"><a title=\"Media Guide\" href=\"/images/pdf/Media_Guide.pdf\" target=\"_blank\"><img src=\"/images/membership/Media_Guide.jpg\" alt=\"Membership\" width=\"220\" height=\"285\" /></a></span>\r\n<div class=\"apps-subtitle\"><span style=\"font-size: 16px;\"><strong>Media Partner Guide</strong></span></div>\r\n<div class=\"apps-descr\"><span style=\"font-size: 16px;\">Media partners guide to publishing information and advertisement options.</span></div>\r\n</div>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p>&nbsp;</p>\r\n<div class=\"apps-title\">PLEASE CONTACT US</div>\r\n<hr />\r\n<p>&nbsp;</p>\r\n</div>', 'MANUFACTURER PARTICIPATION AND MEMBERSHIP OPTIONS');
INSERT INTO `pages_html` (`page_id`, `page_name`, `page_html`, `heading`) VALUES
(7, 'Privacy Policy', '<div style=\"float: left; margin-left: 0rem;\"><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><div style=\"font-size: 1.3rem; color: #6c7c7b;\">PRIVACY POLICY. USER AGREEMENT(upd)</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><p><span style=\"font-size: 20px;\">Terms of Use</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">Welcome to LIGHAZ.com. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern LIGHAZ\'s relationship with you in relation to this website. If you disagree with any part of these terms and conditions, please do not use our website.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Copy Right</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">The content and other intellectual property available through LIGHAZ.com, including but not limited to product information, photographs, images, illustrations, articles, and data, is the property of LIGHAZ or its licensors and is protected by copyright and other intellectual property laws.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Trademarks</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">You are prohibited from using any of the marks or logos appearing throughout the LIGHAZ website without permission from the trademark owner, except as permitted by applicable law.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Warranties and Liability</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ strives for accuracy in all item descriptions, photographs, specifications, data, advertisement, news, standards, educational information, links and any other information contained herein or referenced on our Web site. Due to human error and other determinates we cannot guarantee that all item descriptions, photographs, specifications, data, advertisement, news, standards, educational information, links and any other information listed is entirely accurate, complete or current, nor can we assume responsibility for these errors. Neither LIGHAZ nor any of its third party providers shall be responsible to maintain the data made available on this website or to supply any corrections, updates or releases. Availability of data is subject to change without notice and LIGHAZ reserves the right, in its sole discretion, without obligation to make improvements to the Web site or to correct any errors or omissions to information contained herein or referenced on LIGHAZ.com.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">The Information provided by LIGHAZ and our third party providers are on an \"as is\" basis at your sole risk without regard to any particular user\'s objectives and LIGHAZ is not soliciting any action based on it. LIGHAZ expressly disclaims any implied warranty of merchantability or fitness for a particular purpose and shall not be liable for any direct, indirect, incidental, special or consequential damages resulting from your use of LIGHAZ services. In no event will LIGHAZ be liable for damages including damages for lost data, profits, business interruption, loss of programs or other data on any user\'s information data system arising out of the use of the Services or of the products or information listed on it, even if LIGHAZ is expressly advised of the possibility of such damage. All hyperlinks to other web sites from LIGHAZ.com are provided as resources for additional information and/or professional opinion.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Links to Third-Party Web Sites</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">Links on the Site to third party web sites or information are provided solely as a convenience to you. If you use these links, you will leave the Site. Such links do not constitute or imply an endorsement, sponsorship, or recommendation by LIGHAZ of the third party, the third-party web site, or the information contained therein. LIGHAZ is not responsible for the availability of any such web sites. LIGHAZ is not responsible or liable for any such web site or the content thereon. If you use the links to the web sites of LIGHAZ affiliates or service providers, you will leave the Site, and will be subject to the terms of use and privacy policy applicable to those web sites.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Linking to this Site</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">Unless specifically authorized by LIGHAZ, you may not connect &nbsp;links to the Site, i.e, create links to this site that bypass the home page or other parts of the Site. You may not mirror or frame the home page or any other pages of this Site on any other web site or web page.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Privacy</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ is the sole owner of information collected on this site. LIGHAZ.com respects your privacy. We will not under any circumstances sell or release your information to anyone except as outlined in our privacy policy. All of the information obtained from our Web site will be to serve our users or inform our users about important updates concerning relevant information provided by LIGHAZ.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">To become a registered user we require you to submit a username and password of your choice for your future access to your account information. To safeguard that your user name and password remain confidential, DO NOT share this information with anyone. If you elect to receive our newsletter, your email information will be used for the delivery of newsletters.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">To Maintain My Project functionality registered users of LIGHAZ.com are required to provide additional information necessary for LIGHAZ to support this feature. Your state information and project location information are used to look up your local and project location manufacturer\'s representatives. We will not share your project information with manufacturers. LIGHAZ also collects aggregate statistical data to enhance our site design.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">In addition, we may share aggregate data with our participating manufacturers or advertisers so they can use statistical data for their product design on product presentation.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Security</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">We use reasonable precautions to keep the personal information safe. However, we are not responsible for any breach of security.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Log Files</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">We use IP addresses to analyze trends, administer the site, track user movement, and gather broad demographic information for aggregate use. We do not link IP addresses to personally identifiable information, and we do not distribute or share IP information with any third parties.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Sharing Information</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">As our business continues to evolve, we may acquire or sell business units or subsidiaries. Customer information is one of the business assets that would be transferred in these types of transactions. In such a situation, your personally identifiable information would only be used in a manner consistent with our pre-existing Privacy Notice.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">We reserve the right to disclose your personally identifiable information as required by law and when we believe that disclosure is necessary to protect our rights and/or comply with a judicial proceeding, court order, or legal process served on our Web site.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Correction/Updating/Reviewing Personal Information</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">Users may change or review their stored account information through our website by visiting My Account section. You must have your username and password in order to access your account. In the event you forget both your username and password, please contact our customer service department for assistance.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">User Supplied Information</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ does not want to receive confidential or proprietary information from you. You agree that any material, information, or data you transmit to us or post to LIGHAZ will be considered non confidential and non proprietary. You guarantee that you have the legal right to provide this information and that it will not violate any law or the rights of any person or entity, and you give LIGHAZ the royalty-free, irrevocable, perpetual, worldwide right to use, distribute, display, in any and all media, in any manner, in whole or in part, without any restriction or responsibilities to you.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Technical Support</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">LIGHAZ.com does not offer any sort of design or product informational assistance. We cannot offer advice on the product recommendations, provide product technical support or sales advice. Please contact the manufacturer directly for accurate answers to your technical questions or for additional information or specifications.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 20px;\">Notification of Changes</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">If we decide to change our Privacy Policy, we will post those changes to this privacy statement, the homepage, and other places we deem appropriate so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we disclose it. We reserve the right to modify this privacy statement at any time, so please review it frequently. If we make material changes to this policy, we will notify you here, by email, or by means of a notice on our homepage.</span></p><p><span style=\"font-size: 16px;\">&nbsp;</span></p><p><span style=\"font-size: 16px;\">The Privacy Policy contained herein became officially effective January 1, 2018.</span></p></div></div></div>', 'PRIVACY POLICY. USER AGREEMENT'),
(8, 'Industry', '<p>brqrky :)</p>', 'Change in Backend (defaults to page name)'),
(9, 'FAQ', '<div style=\"float: left; margin-left: 0rem;\"><div style=\"font-size: 2rem; color: #1d2623;\"><div class=\"apps-title\">&nbsp;</div><div class=\"apps-title\">GUIDES AND TIPS TO SEARCH, MY PROJECTS AND OTHER FEATURES.(update)</div><div class=\"apps-title\">&nbsp;</div><div class=\"apps-descr\">Please read the following quick help guides for search, browse, managing your projects and communicating with reps,&nbsp;colleagues and clients.&nbsp;</div><div class=\"apps-descr\">&nbsp;</div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/faq/SEARCH.jpg\" alt=\"Recessed mounted downlight\" /><div class=\"apps-subtitle\"><strong>Find Luminaire. Search, Browse</strong></div><div class=\"apps-descr\">Search, browse, sharing search results and other useful functions.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/faq/ACCOUNT.jpg\" alt=\"My Account\" /><div class=\"apps-subtitle\"><strong>My&nbsp;Account</strong></div><div class=\"apps-descr\">Manage your profile, create and changing Contacts Book, adding and updating your Email signature.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/faq/MYPROJECTS.jpg\" alt=\"My Projects\" /><div class=\"apps-subtitle\"><strong>My Projects</strong></div><div class=\"apps-descr\">Creating and updating projects, Adding and removing products. Emailing projects to sales representatives, clients and colleagues.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/faq/POSTPROJECT.jpg\" alt=\"Post My Projectst\" /><div class=\"apps-subtitle\"><strong>Posting your Projects</strong></div><div class=\"apps-descr\">Submitting projects, updating information and removing projects from LIGHTAZ.</div></div><p>&nbsp;</p><p>&nbsp;</p><hr /><p>&nbsp;</p><div class=\"apps-title\">FAQ</div></div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Do you sell any product?</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><p>We do not sell any products. LIGHTAZ is a search portal that allows you to quickly find LED luminaire and connect with manufacturers or sales representative agency.</p></div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Can you help me with product technical or deign questions?</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">We do not provide any consulting or product support services. Please contact manufacturer or representative agency for information.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">I\'m finding information that is not correct.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">We are striving to provide the most current and correct information available. If you find incorrect information, please send your comments via feedback.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">I found a photo that was published without my permission.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><p>Most of the Projects photos are provided to us by manufacturers or designers.&nbsp;If you would like us to remove a picture, product or project, please contact us via Feedback with \"Copyright\" selected. Please provide proof of you rights as well as your contact information and full name. If we find your claim to be valid, we will contact you before taking any action.</p></div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">I was searching for 2,000 Lm fixture that can be dimmed with 0-10v dimmer to 0.1%, but the description for the filtered fixture has 500 - 4,000 Lm. and also other dimming options. Is it a mistake?</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">This is a correct result. The description of the fixture will always show full range of luminaire options, but the search result will be based on only available combination of parameters.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\"><p>I have a suggestion or comment on how to improve your search and website.</p></div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">We appreciate any meaningful suggestion or comment. You can send your comments via Feedback. Please check our Disclaimer before contacting us with suggestions or comments.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">I\'m a manufacturer and I would like to include our product in your search.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">We would be glad to have you on board. Please visit our \"Membership Opportunities\" page for details.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">I would like to place advertisement on your website.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">We would be glad to have you on board. Please visit our \"Advertisement Opportunities\" page for details.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">Can I have an explanation what some of the parameters or terms mean?</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\">Please visit our \"Terminology\" and \"Applications\" pages for industry terms and standards.</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">We are an architectural firm and we would like to publish some finished projects on LightAZ.com. Is it possible to publish our projects with links to our company website?</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><p>Yes, we would be glad to add your projects to our Projects Library. Each project has a link which can be linked to your company website. Projects can be submitted online, please visit our \"Post Our Projects\" page with submittal form (quickest method). All projects are subject to our review, which could take up to 2 weeks to process. We reserve the rights to regect any project that we will find not suitable for LightAZ.com.</p></div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 2rem; color: #1d2623;\">What additional features are available when I create an account and the project?</div><div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div><div style=\"font-size: 1.3rem; color: #6c7c7b;\"><p>Creating a project will allow you to communicate with sales representative directly from \"My Projects\". &nbsp;With user account the product can be grouped by manufacturer, sales representative and sent to specified emails recipients from your personal address book. Also you can create professional emails with your email signature, have edit and print functions and other usable features.</p><p>&nbsp;</p></div></div>', 'HELP, TIPS AND FREQUENTLY ASKED QUESTIONS'),
(10, 'Disclaimer', '<div style=\"float: left; margin-left: 0rem;\">\r\n<div style=\"font-size: 2rem; color: #1d2623;\"><span style=\"font-size: 20px;\">&nbsp;</span></div>\r\n<div style=\"font-size: 2rem; color: #1d2623;\">&nbsp;</div>\r\n<p><span style=\"font-size: 20px;\">Terms of Use</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">Welcome to LIGHAZ.com. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern LIGHAZ\'s relationship with you in relation to this website. If you disagree with any part of these terms and conditions, please do not use our website.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Copy Right</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">The content and other intellectual property available through LIGHAZ.com, including but not limited to product information, photographs, images, illustrations, articles, and data, is the property of LIGHAZ or its licensors and is protected by copyright and other intellectual property laws.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Trademarks</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">You are prohibited from using any of the marks or logos appearing throughout the LIGHAZ website without permission from the trademark owner, except as permitted by applicable law.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Warranties and Liability</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ strives for accuracy in all item descriptions, photographs, specifications, data, advertisement, news, standards, educational information, links and any other information contained herein or referenced on our Web site. Due to human error and other determinates we cannot guarantee that all item descriptions, photographs, specifications, data, advertisement, news, standards, educational information, links and any other information listed is entirely accurate, complete or current, nor can we assume responsibility for these errors. Neither LIGHAZ nor any of its third party providers shall be responsible to maintain the data made available on this website or to supply any corrections, updates or releases. Availability of data is subject to change without notice and LIGHAZ reserves the right, in its sole discretion, without obligation to make improvements to the Web site or to correct any errors or omissions to information contained herein or referenced on LIGHAZ.com.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">The Information provided by LIGHAZ and our third party providers are on an \"as is\" basis at your sole risk without regard to any particular user\'s objectives and LIGHAZ is not soliciting any action based on it. LIGHAZ expressly disclaims any implied warranty of merchantability or fitness for a particular purpose and shall not be liable for any direct, indirect, incidental, special or consequential damages resulting from your use of LIGHAZ services. In no event will LIGHAZ be liable for damages including damages for lost data, profits, business interruption, loss of programs or other data on any user\'s information data system arising out of the use of the Services or of the products or information listed on it, even if LIGHAZ is expressly advised of the possibility of such damage. All hyperlinks to other web sites from LIGHAZ.com are provided as resources for additional information and/or professional opinion.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Links to Third-Party Web Sites</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">Links on the Site to third party web sites or information are provided solely as a convenience to you. If you use these links, you will leave the Site. Such links do not constitute or imply an endorsement, sponsorship, or recommendation by LIGHAZ of the third party, the third-party web site, or the information contained therein. LIGHAZ is not responsible for the availability of any such web sites. LIGHAZ is not responsible or liable for any such web site or the content thereon. If you use the links to the web sites of LIGHAZ affiliates or service providers, you will leave the Site, and will be subject to the terms of use and privacy policy applicable to those web sites.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Linking to this Site</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">Unless specifically authorized by LIGHAZ, you may not connect &nbsp;links to the Site, i.e, create links to this site that bypass the home page or other parts of the Site. You may not mirror or frame the home page or any other pages of this Site on any other web site or web page.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Privacy</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ is the sole owner of information collected on this site. LIGHAZ.com respects your privacy. We will not under any circumstances sell or release your information to anyone except as outlined in our privacy policy. All of the information obtained from our Web site will be to serve our users or inform our users about important updates concerning relevant information provided by LIGHAZ.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">To become a registered user we require you to submit a username and password of your choice for your future access to your account information. To safeguard that your user name and password remain confidential, DO NOT share this information with anyone. If you elect to receive our newsletter, your email information will be used for the delivery of newsletters.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">To Maintain My Project functionality registered users of LIGHAZ.com are required to provide additional information necessary for LIGHAZ to support this feature. Your state information and project location information are used to look up your local and project location manufacturer\'s representatives. We will not share your project information with manufacturers. LIGHAZ also collects aggregate statistical data to enhance our site design.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">In addition, we may share aggregate data with our participating manufacturers or advertisers so they can use statistical data for their product design on product presentation.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Security</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">We use reasonable precautions to keep the personal information safe. However, we are not responsible for any breach of security.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Log Files</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">We use IP addresses to analyze trends, administer the site, track user movement, and gather broad demographic information for aggregate use. We do not link IP addresses to personally identifiable information, and we do not distribute or share IP information with any third parties.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Sharing Information</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">As our business continues to evolve, we may acquire or sell business units or subsidiaries. Customer information is one of the business assets that would be transferred in these types of transactions. In such a situation, your personally identifiable information would only be used in a manner consistent with our pre-existing Privacy Notice.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">We reserve the right to disclose your personally identifiable information as required by law and when we believe that disclosure is necessary to protect our rights and/or comply with a judicial proceeding, court order, or legal process served on our Web site.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Correction/Updating/Reviewing Personal Information</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">Users may change or review their stored account information through our website by visiting My Account section. You must have your username and password in order to access your account. In the event you forget both your username and password, please contact our customer service department for assistance.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">User Supplied Information</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ does not want to receive confidential or proprietary information from you. You agree that any material, information, or data you transmit to us or post to LIGHAZ will be considered non confidential and non proprietary. You guarantee that you have the legal right to provide this information and that it will not violate any law or the rights of any person or entity, and you give LIGHAZ the royalty-free, irrevocable, perpetual, worldwide right to use, distribute, display, in any and all media, in any manner, in whole or in part, without any restriction or responsibilities to you.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Technical Support</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">LIGHAZ.com does not offer any sort of design or product informational assistance. We cannot offer advice on the product recommendations, provide product technical support or sales advice. Please contact the manufacturer directly for accurate answers to your technical questions or for additional information or specifications.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 20px;\">Notification of Changes</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">If we decide to change our Privacy Policy, we will post those changes to this privacy statement, the homepage, and other places we deem appropriate so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we disclose it. We reserve the right to modify this privacy statement at any time, so please review it frequently. If we make material changes to this policy, we will notify you here, by email, or by means of a notice on our homepage.</span></p>\r\n<p><span style=\"font-size: 16px;\">&nbsp;</span></p>\r\n<p><span style=\"font-size: 16px;\">The Privacy Policy contained herein became officially effective January 1, 2018.</span></p>\r\n<div style=\"font-size: 1.3rem; color: #6c7c7b;\">&nbsp;</div>\r\n</div>', 'DISCLAIMER AND TERMS OF USE'),
(11, 'Post Your Project', '<p>\n<script type=\"text/javascript\" src=\"http://form.jotform.us/jsform/21564522254146\"></script>\n</p>', 'SUBMIT YOUR PROJECT TO LIGHTAZ LIBRARY'),
(12, 'Applications', '<p>&nbsp;</p><div class=\"apps-title\">DOWNLIGHT</div><div class=\"apps-descr\">Accent lighting focuses light on a particular area or object. It is often used to highlight art or other artifacts. Common types of accent lights include recessed lights, ingrade fixtures, track lighting.</div><p>&nbsp;</p><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/downlight_recessed.jpg\" alt=\"Recessed mounted downlight\" /><div class=\"apps-subtitle\">Recessed Mounted.</div><div class=\"apps-descr\">Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/downlight_pendant.jpg\" alt=\"Pendant mounted downlight\" /><div class=\"apps-subtitle\">Pendant Mounted.</div><div class=\"apps-descr\">With higher or unfinished ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/downlight_surface.jpg\" alt=\"Surface mounted downlight\" /><div class=\"apps-subtitle\">Surface Mounted.</div><div class=\"apps-descr\">With unfinished or restricted plenum spaces ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/downlight_wall.jpg\" alt=\"Wall Mounted downlight\" /><div class=\"apps-subtitle\">Wall Mounted.</div><div class=\"apps-descr\">With unfinished or restricted plenum spaces ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">ACCENT LIGHTING</div><div class=\"apps-descr\">Accent lighting focuses light on a particular area or object. It is often used to highlight art or other artifacts. Common types of accent lights include recessed lights, ingrade fixtures, track lighting.</div><p>&nbsp;</p><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/accent_recessed.jpg\" alt=\"Recessed mounted downlight\" /><div class=\"apps-subtitle\">Recessed Mounted.</div><div class=\"apps-descr\">Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/accent_track.jpg\" alt=\"Track mounted accent\" /><div class=\"apps-subtitle\">Track Mounted</div><div class=\"apps-descr\">With higher or unfinished ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/accent_multiples.jpg\" alt=\"Multiple accent\" /><div class=\"apps-subtitle\">Multiples.</div><div class=\"apps-descr\">With unfinished or restricted plenum spaces ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/accent_ingrade.jpg\" alt=\"accent ingrade\" /><div class=\"apps-subtitle\">In Grade</div><div class=\"apps-descr\">With unfinished or restricted plenum spaces ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"apps-title\">WALL WASH</div><div class=\"apps-descr\">Accent lighting focuses light on a particular area or object. It is often used to highlight art or other artifacts. Common types of accent lights include recessed lights, ingrade fixtures, track lighting.</div><p>&nbsp;</p><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/wallwash_recessed.jpg\" alt=\"Recessed mounted downlight\" /><div class=\"apps-subtitle\">Recessed Mounted.</div><div class=\"apps-descr\">Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/wallwash_track.jpg\" alt=\"Track mounted wall wash\" /><div class=\"apps-subtitle\">Track Mounted</div><div class=\"apps-descr\">With higher or unfinished ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/wallwash_pendant.jpg\" alt=\"Wall wash pendant\" /><div class=\"apps-subtitle\">Pendant</div><div class=\"apps-descr\">With unfinished or restricted plenum spaces ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><div class=\"apps-left\"><img src=\"http://www.lightaz-admin.localhost:81/images/applications/wallwas_ingrade.jpg\" alt=\"wallwash ingrade\" /><div class=\"apps-subtitle\">In Grade</div><div class=\"apps-descr\">With unfinished or restricted plenum spaces ceilings. Available with different aperture sizes and finishes. Narrow, medium and wide distribution.</div></div><p>&nbsp;</p><p>&nbsp;</p>', 'LIGHTING APPLICATIONS AND LUMINAIRE TYPES');

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

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `product_id` int(11) NOT NULL,
  `sku` varchar(20) NOT NULL,
  `manf_id` int(10) UNSIGNED NOT NULL,
  `manf_spec_id` smallint(10) UNSIGNED NOT NULL,
  `brand_id` tinyint(3) UNSIGNED NOT NULL,
  `brand_spec_id` smallint(10) UNSIGNED NOT NULL,
  `family_id` int(10) UNSIGNED NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `available` tinyint(3) UNSIGNED NOT NULL,
  `source` smallint(5) UNSIGNED NOT NULL,
  `fixture_1` smallint(5) UNSIGNED NOT NULL,
  `fixture_2` smallint(5) UNSIGNED NOT NULL,
  `fixture_3` smallint(5) UNSIGNED NOT NULL,
  `fixture_4` smallint(5) UNSIGNED NOT NULL,
  `fixture_finish_1` smallint(5) UNSIGNED NOT NULL,
  `fixture_finish_2` smallint(5) UNSIGNED NOT NULL,
  `fixture_finish_3` smallint(5) UNSIGNED NOT NULL,
  `fixture_finish_4` smallint(5) UNSIGNED NOT NULL,
  `fixture_finish_5` smallint(5) UNSIGNED NOT NULL,
  `mounting_1` smallint(5) UNSIGNED NOT NULL,
  `mounting_2` smallint(5) UNSIGNED NOT NULL,
  `mounting_3` smallint(5) UNSIGNED NOT NULL,
  `mounting_4` smallint(5) UNSIGNED NOT NULL,
  `environment_1` smallint(5) UNSIGNED NOT NULL,
  `environment_2` smallint(5) UNSIGNED NOT NULL,
  `environment_3` smallint(5) UNSIGNED NOT NULL,
  `environment_4` smallint(5) UNSIGNED NOT NULL,
  `environment_5` tinyint(3) UNSIGNED NOT NULL,
  `shape` smallint(5) UNSIGNED NOT NULL,
  `size_1` smallint(5) UNSIGNED NOT NULL,
  `size_2` smallint(5) UNSIGNED NOT NULL,
  `linear_1_1` smallint(5) UNSIGNED NOT NULL,
  `linear_1_2` smallint(5) UNSIGNED NOT NULL,
  `linear_2_min` decimal(4,1) UNSIGNED NOT NULL,
  `linear_2_max` decimal(4,1) UNSIGNED NOT NULL,
  `aperture_1` smallint(5) UNSIGNED NOT NULL,
  `aperture_2` smallint(5) UNSIGNED NOT NULL,
  `aperture_3` smallint(5) UNSIGNED NOT NULL,
  `aperture_4` smallint(5) UNSIGNED NOT NULL,
  `multiples_min` smallint(5) UNSIGNED NOT NULL,
  `multiples_max` smallint(5) UNSIGNED NOT NULL,
  `cct_1` smallint(5) UNSIGNED NOT NULL,
  `cct_2` smallint(5) UNSIGNED NOT NULL,
  `cct_3` smallint(5) UNSIGNED NOT NULL,
  `cct_4` smallint(5) UNSIGNED NOT NULL,
  `cct_5` smallint(5) UNSIGNED NOT NULL,
  `cri` smallint(5) UNSIGNED NOT NULL,
  `distribution_1` smallint(5) UNSIGNED NOT NULL,
  `distribution_2_1` smallint(5) UNSIGNED NOT NULL,
  `distribution_2_2` smallint(5) UNSIGNED NOT NULL,
  `distribution_2_3` smallint(5) UNSIGNED NOT NULL,
  `distribution_2_4` smallint(5) UNSIGNED NOT NULL,
  `distribution_2_5` smallint(5) UNSIGNED NOT NULL,
  `distribution_2_6` smallint(5) UNSIGNED NOT NULL,
  `night_sky` smallint(5) UNSIGNED NOT NULL,
  `hours_lm` mediumint(8) UNSIGNED NOT NULL,
  `hours_tm` mediumint(8) UNSIGNED NOT NULL,
  `watt_min` decimal(4,1) UNSIGNED NOT NULL,
  `watt_max` decimal(4,1) UNSIGNED NOT NULL,
  `watt_linear_min` decimal(4,1) UNSIGNED NOT NULL,
  `watt_linear_max` decimal(4,1) UNSIGNED NOT NULL,
  `lumens_min` mediumint(8) UNSIGNED NOT NULL,
  `lumens_max` mediumint(8) UNSIGNED NOT NULL,
  `lumens_linear_min` smallint(5) UNSIGNED NOT NULL,
  `lumens_linear_max` smallint(5) UNSIGNED NOT NULL,
  `efficacy` smallint(5) UNSIGNED NOT NULL,
  `controls_1_1` smallint(5) UNSIGNED NOT NULL,
  `controls_1_2` smallint(5) UNSIGNED NOT NULL,
  `controls_2_1` smallint(5) UNSIGNED NOT NULL,
  `controls_2_2` smallint(5) UNSIGNED NOT NULL,
  `controls_2_3` smallint(5) UNSIGNED NOT NULL,
  `controls_2_4` smallint(5) UNSIGNED NOT NULL,
  `controls_3_1` smallint(5) UNSIGNED NOT NULL,
  `controls_3_2` smallint(5) UNSIGNED NOT NULL,
  `power_1` smallint(5) UNSIGNED NOT NULL,
  `power_2_1` smallint(5) UNSIGNED NOT NULL,
  `power_2_2` smallint(5) UNSIGNED NOT NULL,
  `power_2_3` smallint(5) UNSIGNED NOT NULL,
  `power_2_4` smallint(5) UNSIGNED NOT NULL,
  `power_2_5` smallint(5) UNSIGNED NOT NULL,
  `power_3` smallint(5) UNSIGNED NOT NULL,
  `power_4_1` smallint(5) UNSIGNED NOT NULL,
  `power_4_2` smallint(5) UNSIGNED NOT NULL,
  `power_4_3` smallint(5) UNSIGNED NOT NULL,
  `recessed_1_1` smallint(5) UNSIGNED NOT NULL,
  `recessed_1_2` smallint(5) UNSIGNED NOT NULL,
  `recessed_1_3` smallint(5) UNSIGNED NOT NULL,
  `recessed_1_4` smallint(5) UNSIGNED NOT NULL,
  `recessed_2_1` smallint(5) UNSIGNED NOT NULL,
  `recessed_2_2` smallint(5) UNSIGNED NOT NULL,
  `recessed_2_3` smallint(5) UNSIGNED NOT NULL,
  `recessed_2_4` smallint(5) UNSIGNED NOT NULL,
  `depth` decimal(4,1) UNSIGNED NOT NULL,
  `aiming_1` smallint(5) UNSIGNED NOT NULL,
  `aiming_2` smallint(5) UNSIGNED NOT NULL,
  `ada` smallint(5) UNSIGNED NOT NULL,
  `ul` smallint(5) UNSIGNED NOT NULL,
  `etl` smallint(5) UNSIGNED NOT NULL,
  `csa` smallint(5) UNSIGNED NOT NULL,
  `arra` smallint(5) UNSIGNED NOT NULL,
  `ibew` smallint(5) UNSIGNED NOT NULL,
  `title_24` smallint(5) UNSIGNED NOT NULL,
  `energy_star` smallint(5) UNSIGNED NOT NULL,
  `dlc` smallint(5) UNSIGNED NOT NULL,
  `stock` smallint(5) UNSIGNED NOT NULL,
  `warranty` smallint(5) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `products`:
--   `manf_id`
--       `manufacturers` -> `manf_id`
--

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24265, '', 26, 553, 1, 0, 39, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 314, 0, '2.0', '0.0', 467, 0, 0, 0, 0, 0, 0, 247, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 522, 0, 88, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24266, '', 26, 553, 1, 0, 39, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 314, 0, '2.0', '0.0', 467, 0, 0, 0, 0, 0, 0, 247, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 522, 0, 88, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24267, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1275, 0, 0, 0, 85, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24268, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1550, 0, 0, 0, 78, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24269, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2620, 0, 0, 0, 94, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24270, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2220, 0, 0, 0, 65, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24271, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 44, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24272, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '21.0', '0.0', '0.0', '0.0', 930, 0, 0, 0, 44, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24273, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1420, 0, 0, 0, 44, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24274, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 790, 0, 0, 0, 83, 617, 263, 266, 621, 623, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24275, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1275, 0, 0, 0, 85, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24276, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1550, 0, 0, 0, 78, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24277, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2620, 0, 0, 0, 94, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24278, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2220, 0, 0, 0, 65, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24279, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 44, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24280, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '21.0', '0.0', '0.0', '0.0', 930, 0, 0, 0, 44, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24281, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 249, 251, 0, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1420, 0, 0, 0, 44, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24282, '', 26, 553, 1, 0, 40, 1, 1, 497, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 247, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 790, 0, 0, 0, 83, 477, 263, 266, 270, 0, 0, 0, 0, 202, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24283, '', 26, 553, 1, 0, 40, 1, 1, 537, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 477, 263, 266, 270, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24284, '', 26, 553, 1, 0, 40, 1, 1, 499, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 477, 263, 266, 270, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24285, '', 26, 553, 1, 0, 40, 1, 1, 534, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 477, 263, 266, 270, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24286, '', 26, 553, 1, 0, 40, 1, 1, 536, 48, 36, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 150, 151, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 477, 263, 266, 270, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24287, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24288, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24289, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24290, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24291, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24292, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24293, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24294, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 477, 263, 270, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24295, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24296, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24297, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24298, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24299, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24300, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24301, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24302, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24303, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24304, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24305, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24306, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24307, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24308, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24309, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24310, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24311, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 98, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24312, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24313, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24314, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24315, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24316, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24317, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24318, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24319, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24320, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24321, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24322, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24323, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 618, 0, 0, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24324, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24325, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24326, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24327, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24328, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24329, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24330, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24331, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '39.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 103, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24332, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 100, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24333, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 97, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24334, '', 18, 521, 1, 0, 46, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 94, 0, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24335, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 477, 263, 269, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24336, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 477, 263, 269, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24337, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 477, 263, 269, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24338, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 477, 263, 269, 268, 0, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24339, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24340, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24341, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24342, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 477, 263, 269, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24343, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 477, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24344, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 477, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24345, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 477, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24346, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 477, 263, 265, 0, 0, 0, 518, 609, 201, 205, 0, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24347, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 0, 263, 621, 623, 620, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24348, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24349, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24350, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 0, 263, 621, 623, 265, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24351, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24352, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 220, 222, 0, 0, 225, 227, 239, 0, '4.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24353, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 0, 263, 621, 623, 265, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24354, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 0, 263, 635, 0, 0, 0, 518, 601, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24355, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 107, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24356, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 0, 263, 621, 623, 265, 266, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24357, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 0, 263, 635, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24358, '', 18, 521, 1, 0, 45, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 557, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 108, 618, 0, 0, 0, 0, 0, 518, 609, 201, 205, 206, 207, 204, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24359, '', 25, 552, 1, 0, 36, 1, 1, 497, 31, 0, 0, 0, 0, 0, 0, 0, 0, 68, 71, 61, 0, 74, 76, 77, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1080, 0, 0, 0, 42, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 414, 0, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(24360, '', 25, 552, 1, 0, 36, 1, 1, 497, 31, 0, 0, 0, 0, 0, 0, 0, 0, 68, 71, 61, 0, 74, 76, 77, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1080, 0, 0, 0, 42, 0, 637, 0, 0, 0, 0, 0, 0, 201, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 414, 0, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(24361, 'Alex', 25, 552, 1, 0, 36, 1, 0, 499, 27, 34, 38, 37, 0, 0, 0, 0, 0, 55, 62, 64, 69, 79, 83, 85, 86, 80, 87, 144, 151, 458, 462, '7.0', '11.0', 92, 97, 468, 100, 2, 4, 246, 252, 258, 257, 259, 60, 182, 526, 191, 559, 196, 189, 525, 398, 30000, 20000, '5.0', '10.0', '15.0', '20.0', 1000, 2000, 3000, 4000, 5, 477, 618, 270, 627, 628, 630, 599, 608, 201, 204, 205, 207, 209, 446, 210, 213, 212, 214, 221, 486, 0, 487, 225, 236, 491, 231, '4.0', 107, 109, 414, 408, 409, 410, 0, 416, 0, 0, 0, 0, 0),
(24362, 'Alex-IE', 25, 552, 1, 0, 36, 1, 0, 499, 34, 35, 44, 50, 0, 0, 0, 0, 0, 58, 64, 67, 69, 75, 82, 84, 85, 86, 88, 158, 160, 315, 317, '7.0', '9.0', 99, 466, 470, 547, 2, 5, 253, 257, 259, 255, 472, 70, 182, 195, 525, 527, 559, 194, 583, 398, 10000, 20000, '1.0', '2.0', '3.0', '4.0', 100, 200, 300, 400, 4, 477, 617, 627, 630, 631, 633, 605, 608, 202, 207, 208, 205, 209, 206, 210, 213, 211, 212, 484, 487, 483, 490, 227, 231, 238, 233, '5.0', 109, 545, 414, 408, 409, 410, 0, 0, 0, 0, 0, 14, 1),
(24363, 'op', 25, 552, 1, 0, 36, 1, 0, 497, 41, 44, 0, 47, 0, 0, 0, 0, 0, 56, 60, 0, 0, 77, 76, 0, 0, 0, 88, 157, 0, 315, 0, '5.0', '6.0', 98, 0, 0, 0, 0, 0, 251, 256, 0, 0, 0, 80, 181, 195, 524, 194, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24364, 'op2', 25, 552, 1, 0, 36, 1, 0, 497, 655, 653, 46, 40, 0, 0, 0, 0, 0, 56, 62, 0, 0, 77, 76, 0, 0, 0, 88, 157, 0, 315, 0, '5.0', '6.0', 98, 0, 0, 0, 0, 0, 251, 256, 0, 0, 0, 80, 181, 195, 524, 194, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24365, 'op3', 25, 552, 1, 0, 36, 1, 0, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24366, 'op4', 25, 552, 1, 0, 36, 1, 0, 535, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24367, '', 25, 552, 1, 0, 37, 1, 1, 497, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, 74, 76, 0, 0, 0, 452, 144, 146, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 251, 0, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 50000, 0, '7.1', '0.0', '0.0', '0.0', 179, 0, 0, 0, 25, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 414, 0, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(24368, '', 25, 552, 1, 0, 38, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 74, 76, 77, 0, 0, 452, 148, 0, 0, 0, '0.0', '0.0', 90, 0, 468, 0, 0, 0, 0, 247, 251, 0, 0, 80, 181, 193, 0, 0, 0, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2388, 0, 0, 0, 57, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24369, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 251, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24370, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 490, 0, 83, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24371, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 458, 0, 88, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24372, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 874, 0, 80, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24373, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 380, 0, 73, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24374, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 760, 0, 70, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24375, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 251, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24376, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 490, 0, 83, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24377, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 458, 0, 88, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24378, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 874, 0, 80, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24379, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 380, 0, 73, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24380, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 760, 0, 70, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24381, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 251, 0, 84, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24382, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 490, 0, 83, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24383, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 458, 0, 88, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24384, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 874, 0, 80, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24385, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 380, 0, 73, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24386, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 760, 0, 70, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 221, 0, 0, 0, 0, 0, 0, '4.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24387, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 251, 0, 84, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24388, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 490, 0, 83, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24389, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 458, 0, 88, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24390, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 143, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 874, 0, 80, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24391, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 380, 0, 73, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24392, '', 27, 555, 1, 0, 43, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 70, 0, 0, 74, 0, 0, 0, 0, 453, 144, 0, 314, 460, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 760, 0, 70, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, '5.0', 0, 0, 0, 408, 0, 0, 415, 0, 0, 0, 0, 0, 0),
(24393, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 0, '2.0', '12.1', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 286, 0, 42, 477, 263, 266, 0, 0, 0, 0, 0, 202, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24394, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 560, 0, 42, 477, 263, 266, 0, 0, 0, 0, 0, 202, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24395, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 286, 0, 42, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24396, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 578, 0, 42, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24397, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 144, 146, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 380, 0, 42, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24398, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 144, 146, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 760, 0, 42, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24399, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 286, 0, 42, 0, 263, 266, 269, 270, 636, 0, 0, 202, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24400, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 560, 0, 42, 0, 263, 266, 269, 270, 636, 0, 0, 202, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24401, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.0', '0.0', 0, 0, 286, 0, 42, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24402, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.9', '0.0', 0, 0, 578, 0, 42, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24403, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 144, 146, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.2', '0.0', 0, 0, 380, 0, 42, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24404, '', 27, 555, 1, 0, 44, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 71, 0, 0, 74, 0, 0, 0, 0, 453, 144, 146, 314, 0, '2.0', '8.0', 97, 0, 469, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 188, 527, 187, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '10.9', '0.0', 0, 0, 760, 0, 42, 0, 263, 266, 269, 270, 636, 0, 0, 201, 205, 206, 0, 0, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24405, '', 46, 643, 5, 566, 102, 1, 1, 497, 37, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 462, 642, '0.0', '0.0', 90, 469, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 181, 191, 185, 186, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '12.5', '0.0', 0, 0, 380, 0, 30, 263, 0, 623, 641, 0, 0, 0, 0, 201, 0, 205, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24406, '', 46, 643, 5, 566, 103, 1, 1, 497, 37, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 462, 642, '0.0', '0.0', 90, 469, 0, 0, 0, 0, 247, 249, 251, 245, 0, 84, 181, 191, 185, 186, 0, 0, 0, 0, 65000, 0, '0.0', '0.0', '8.0', '0.0', 0, 0, 430, 0, 54, 263, 0, 265, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24407, '', 46, 643, 5, 566, 103, 1, 1, 497, 37, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 462, 642, '0.0', '0.0', 90, 469, 0, 0, 0, 0, 247, 249, 251, 245, 0, 84, 181, 191, 185, 186, 0, 0, 0, 0, 65000, 0, '0.0', '0.0', '12.5', '0.0', 0, 0, 600, 0, 50, 263, 0, 265, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24408, '', 46, 643, 5, 566, 109, 1, 1, 497, 37, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 462, 642, '0.0', '0.0', 90, 469, 0, 0, 0, 0, 247, 249, 251, 245, 0, 84, 181, 191, 185, 186, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '13.0', '0.0', 0, 0, 500, 0, 40, 263, 617, 623, 641, 0, 0, 0, 0, 201, 0, 205, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24409, '', 29, 561, 1, 0, 52, 1, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 148, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 1, 0, 247, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 2155, 0, 0, 0, 72, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 232, 0, 0, '7.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24410, '', 29, 561, 1, 0, 52, 1, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 148, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 1, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2155, 0, 0, 0, 58, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 232, 0, 0, '7.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24411, '', 29, 561, 1, 0, 53, 1, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 148, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 2, 0, 247, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4311, 0, 0, 0, 76, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 232, 0, 0, '7.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24412, '', 29, 561, 1, 0, 53, 1, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 148, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 2, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '75.0', '0.0', '0.0', '0.0', 4266, 0, 0, 0, 57, 0, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 232, 0, 0, '7.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24413, '', 34, 574, 1, 0, 67, 1, 1, 497, 660, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 74, 76, 77, 78, 79, 88, 148, 0, 0, 0, '0.0', '0.0', 95, 0, 0, 0, 0, 0, 245, 247, 251, 0, 0, 0, 181, 187, 185, 186, 188, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 671, 0, 0, 0, 52, 0, 637, 0, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 483, 488, 487, 0, 0, 0, 0, 0, '6.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24414, '', 34, 574, 1, 0, 66, 1, 1, 497, 33, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 74, 76, 77, 0, 0, 88, 143, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 251, 253, 0, 0, 181, 187, 0, 0, 0, 0, 0, 0, 0, 0, '1.0', '2.0', '0.0', '0.0', 40, 60, 0, 0, 30, 0, 637, 0, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 232, 0, 0, 0, '2.0', 0, 0, 414, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24415, '', 34, 574, 1, 0, 66, 1, 1, 497, 33, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 74, 76, 77, 0, 0, 88, 143, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 187, 0, 0, 0, 0, 0, 0, 0, 0, '1.0', '2.0', '0.0', '0.0', 0, 0, 0, 0, 30, 0, 637, 0, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 232, 0, 0, 0, '2.0', 0, 0, 414, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(24416, '', 31, 564, 1, 0, 57, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 251, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24417, '', 31, 564, 1, 0, 57, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 251, 0, 0, 95, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 47, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24418, '', 31, 564, 1, 0, 58, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 251, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24419, '', 31, 564, 1, 0, 58, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 251, 0, 0, 95, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 47, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24420, '', 31, 564, 1, 0, 59, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 251, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3000, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24421, '', 31, 564, 1, 0, 59, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 251, 0, 0, 95, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 2100, 0, 0, 0, 47, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24422, '', 31, 564, 1, 0, 62, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 251, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '60.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24423, '', 31, 564, 1, 0, 62, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 251, 0, 0, 95, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '60.0', '0.0', '0.0', '0.0', 2800, 0, 0, 0, 47, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24424, '', 31, 564, 1, 0, 60, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 251, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '60.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24425, '', 31, 564, 1, 0, 60, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 251, 0, 0, 95, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '60.0', '0.0', '0.0', '0.0', 2800, 0, 0, 0, 47, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24426, '', 31, 564, 1, 0, 61, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 251, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '90.0', '0.0', '0.0', '0.0', 6000, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24427, '', 31, 564, 1, 0, 61, 0, 1, 497, 36, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 251, 0, 0, 95, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '90.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 47, 0, 263, 266, 265, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24428, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24429, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24430, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24431, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24432, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24433, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24434, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24435, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 0, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '12.1', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24436, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24437, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24438, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24439, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24440, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24441, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24442, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24443, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 0, 76, 0, 0, 0, 453, 142, 0, 314, 0, '1.0', '10.0', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 47, 0, 263, 265, 0, 0, 0, 0, 0, 202, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24444, '', 40, 590, 1, 0, 84, 1, 1, 497, 49, 50, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 453, 141, 0, 314, 0, '1.0', '12.1', 89, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 181, 187, 527, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.6', '0.0', 0, 0, 0, 0, 0, 0, 263, 623, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24445, '', 41, 611, 1, 0, 87, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 490, 0, 0, 0, 22, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.0', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24446, '', 41, 611, 1, 0, 87, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 540, 0, 0, 0, 20, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.0', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24447, '07A-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 50, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24448, '10A-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 53, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24449, '10S/V-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 71, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24450, '13S/V-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1300, 0, 0, 0, 68, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24451, '07A-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 50, 0, 263, 0, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24452, '10A-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 53, 0, 263, 0, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24453, '10S/V-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 71, 0, 263, 0, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24454, '13S/V-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1300, 0, 0, 0, 68, 0, 263, 0, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24455, '07A-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 50, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24456, '07A-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 700, 0, 0, 0, 50, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24457, '10A-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 53, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24458, '10A-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 98, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 53, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24459, '10S/V-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 71, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24460, '10S/V-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 71, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24461, '13S/V-2C-DMP', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1300, 0, 0, 0, 68, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24462, '13S/V-2C-DMILU', 41, 611, 1, 0, 86, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 652, 0, 0, 0, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 96, 547, 91, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1300, 0, 0, 0, 68, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 544, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(24463, 'LO-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24464, 'LH-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24465, 'LH-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24466, 'LO-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24467, 'LH-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24468, 'LO-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24469, 'LH-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24470, 'LH-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24471, 'LO-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24472, 'LH-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24473, 'XI-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24474, 'XI-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24475, 'XI-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24476, 'LX-WD', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 675, 0, 0, 0, 52, 477, 263, 266, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24477, 'LX-PW', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 576, 0, 0, 0, 0, 90, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 675, 0, 0, 0, 52, 477, 263, 266, 623, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24478, 'LO-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24479, 'LH-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24480, 'LH-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24481, 'LO-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24482, 'LH-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24483, 'LO-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24484, 'LH-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24485, 'LH-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24486, 'LO-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24487, 'LH-9xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24488, 'XI-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24489, 'XI-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24490, 'XI-8xx', 22, 542, 6, 588, 19, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24491, 'LO-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24492, 'LH-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24493, 'LH-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24494, 'LO-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24495, 'LH-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24496, 'LO-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24497, 'LH-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24498, 'LH-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24499, 'LO-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24500, 'LH-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24501, 'XI-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24502, 'XI-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24503, 'XI-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24504, 'XA-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 0, 0, 0, 98, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 725, 0, 0, 0, 78, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24505, 'XA-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 0, 0, 0, 98, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 725, 0, 0, 0, 78, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24506, 'LX-WD', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 675, 0, 0, 0, 52, 477, 263, 266, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24507, 'LX-PW', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 576, 0, 0, 0, 0, 90, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 675, 0, 0, 0, 52, 477, 263, 266, 623, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24508, 'LO-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24509, 'LH-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24510, 'LH-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24511, 'LO-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24512, 'LH-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24513, 'LO-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24514, 'LH-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24515, 'LH-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24516, 'LO-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24517, 'LH-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24518, 'XI-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24519, 'XI-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 0, 0, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24520, 'XI-8xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24521, 'XA-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 0, 0, 0, 98, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 725, 0, 0, 0, 78, 0, 263, 266, 265, 268, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24522, 'XA-9xx', 22, 542, 6, 588, 20, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 97, 94, 0, 0, 0, 0, 245, 247, 0, 0, 0, 98, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 725, 0, 0, 0, 78, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24523, 'LO-8xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24524, 'LH-8xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24525, 'LO-9xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24526, 'LH-9xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24527, 'XI-8xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24528, 'LX-WD', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 675, 0, 0, 0, 52, 477, 263, 266, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24529, 'LX-PW', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 576, 0, 0, 0, 0, 90, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '13.0', '0.0', '0.0', '0.0', 675, 0, 0, 0, 52, 477, 263, 266, 623, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24530, 'LO-8xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 1019, 0, 0, 0, 85, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24531, 'LH-8xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1500, 0, 0, 0, 83, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24532, 'LO-9xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 800, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24533, 'LH-9xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1200, 0, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24534, 'XI-8xx', 22, 542, 6, 588, 21, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 75, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 0, 186, 187, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1075, 0, 0, 0, 72, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24535, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24536, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24537, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24538, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24539, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24540, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24541, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24542, '', 22, 542, 6, 588, 22, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24543, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24544, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24545, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24546, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24547, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24548, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24549, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24550, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24551, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24552, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24553, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24554, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24555, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24556, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24557, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24558, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24559, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24560, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24561, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24562, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24563, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24564, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24565, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24566, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24567, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24568, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24569, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24570, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24571, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24572, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24573, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24574, '', 22, 542, 6, 588, 23, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24575, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24576, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24577, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24578, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24579, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24580, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24581, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24582, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24583, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24584, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24585, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24586, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24587, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24588, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24589, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24590, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 222, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24591, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24592, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24593, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24594, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24595, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24596, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24597, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24598, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24599, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24600, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24601, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24602, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24603, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24604, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24605, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24606, '', 22, 542, 6, 588, 24, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24607, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24608, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24609, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24610, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24611, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24612, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24613, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24614, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24615, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24616, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24617, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24618, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24619, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24620, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24621, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24622, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24623, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24624, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24625, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24626, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24627, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24628, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24629, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24630, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24631, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24632, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24633, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24634, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24635, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24636, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24637, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24638, '', 22, 542, 6, 588, 25, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24639, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24640, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24641, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24642, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24643, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24644, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24645, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24646, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24647, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24648, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24649, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24650, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24651, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24652, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24653, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24654, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 94, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24655, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24656, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24657, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24658, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24659, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24660, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24661, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24662, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 0, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.0', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24663, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24664, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24665, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '12.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24666, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 266, 265, 0, 270, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 225, 226, 235, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24667, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24668, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 269, 0, 0, 0, 0, 0, 201, 0, 205, 0, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24669, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24670, '', 22, 542, 6, 588, 26, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 75, 76, 74, 0, 0, 88, 144, 0, 0, 0, '0.0', '0.0', 96, 93, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1200, 0, 0, 67, 0, 263, 268, 0, 0, 0, 0, 0, 201, 546, 205, 206, 0, 0, 210, 0, 0, 0, 0, 221, 0, 482, 0, 0, 0, 227, '6.5', 105, 545, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(24671, '', 22, 542, 6, 588, 18, 0, 1, 497, 36, 543, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 94, 91, 0, 0, 1, 8, 245, 247, 249, 0, 0, 90, 181, 187, 186, 0, 0, 0, 0, 0, 0, 0, '12.5', '0.0', '0.0', '0.0', 900, 1100, 0, 0, 88, 0, 263, 266, 265, 0, 0, 0, 0, 0, 546, 205, 206, 0, 0, 0, 0, 0, 0, 220, 221, 0, 0, 225, 234, 0, 0, '4.6', 105, 544, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(24686, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '13.0', '0.0', '0.0', '0.0', 920, 1050, 0, 0, 81, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '5.3', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24687, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '21.0', '0.0', '0.0', '0.0', 1380, 1575, 0, 0, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '5.3', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24688, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '26.0', '0.0', '0.0', '0.0', 1840, 2100, 0, 0, 81, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '5.3', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24689, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '36.0', '0.0', '0.0', '0.0', 2300, 2625, 0, 0, 73, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '5.3', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24690, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '45.0', '0.0', '0.0', '0.0', 2760, 3150, 0, 0, 70, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '5.3', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24691, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '13.0', '0.0', '0.0', '0.0', 920, 1050, 0, 0, 81, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 227, 0, 0, '6.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24692, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '21.0', '0.0', '0.0', '0.0', 1380, 1575, 0, 0, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 227, 0, 0, '6.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24693, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '26.0', '0.0', '0.0', '0.0', 1840, 2100, 0, 0, 81, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 227, 0, 0, '6.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24694, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '36.0', '0.0', '0.0', '0.0', 2300, 2625, 0, 0, 73, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 227, 0, 0, '6.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24695, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '45.0', '0.0', '0.0', '0.0', 2760, 3150, 0, 0, 70, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 227, 0, 0, '6.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24696, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '13.0', '0.0', '0.0', '0.0', 920, 1050, 0, 0, 81, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '6.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24697, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '21.0', '0.0', '0.0', '0.0', 1380, 1575, 0, 0, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '6.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24698, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '26.0', '0.0', '0.0', '0.0', 1840, 2100, 0, 0, 81, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '6.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24699, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '36.0', '0.0', '0.0', '0.0', 2300, 2625, 0, 0, 73, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '6.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24700, '', 21, 541, 1, 0, 13, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 187, 0, 0, 0, 0, 0, 0, 63000, 63000, '45.0', '0.0', '0.0', '0.0', 2760, 3150, 0, 0, 70, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 221, 0, 225, 0, 0, 0, '6.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24701, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24702, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24703, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24704, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24705, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24706, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24707, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24708, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24709, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24710, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24711, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24712, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24713, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24714, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24715, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24716, '', 21, 541, 1, 0, 14, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24717, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2260, 0, 0, 0, 81, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24718, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 2679, 0, 0, 0, 86, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24719, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3485, 0, 0, 0, 79, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24720, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3871, 0, 0, 0, 77, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24721, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2260, 0, 0, 0, 81, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24722, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 2679, 0, 0, 0, 86, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24723, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3485, 0, 0, 0, 79, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24724, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3871, 0, 0, 0, 77, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24725, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2260, 0, 0, 0, 81, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24726, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 2679, 0, 0, 0, 86, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24727, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3485, 0, 0, 0, 79, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24728, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3871, 0, 0, 0, 77, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24729, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2260, 0, 0, 0, 81, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24730, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 2679, 0, 0, 0, 86, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24731, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3485, 0, 0, 0, 79, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24732, '', 21, 541, 1, 0, 15, 1, 1, 497, 42, 45, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 539, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3871, 0, 0, 0, 77, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24733, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24734, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24735, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24736, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 477, 263, 270, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24737, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24738, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24739, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24740, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 477, 263, 270, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24741, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24742, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24743, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24744, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24745, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2554, 0, 0, 0, 91, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24746, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '31.0', '0.0', '0.0', '0.0', 3027, 0, 0, 0, 98, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24747, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3938, 0, 0, 0, 90, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24748, '', 21, 541, 1, 0, 16, 1, 1, 497, 42, 45, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 0, 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 4374, 0, 0, 0, 87, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '5.1', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24749, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '2.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '3.5', '0.0', 0, 0, 230, 263, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24750, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '2.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '5.3', '0.0', 0, 0, 345, 394, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24751, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '2.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '9.5', '0.0', 0, 0, 575, 656, 69, 477, 263, 266, 621, 270, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24752, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '2.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '3.5', '0.0', 0, 0, 230, 263, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24753, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '2.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '5.3', '0.0', 0, 0, 345, 394, 75, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24754, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '2.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '9.5', '0.0', 0, 0, 575, 656, 69, 477, 263, 266, 621, 270, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24755, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '4.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '5.3', '0.0', 0, 0, 345, 394, 75, 477, 263, 0, 269, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24756, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '4.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '5.3', '0.0', 0, 0, 345, 394, 75, 477, 263, 0, 269, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24757, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '3.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '9.5', '0.0', 0, 0, 575, 656, 69, 477, 263, 0, 269, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24758, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '3.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '9.5', '0.0', 0, 0, 575, 656, 69, 477, 263, 0, 269, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24759, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '4.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '2.0', '0.0', 0, 0, 115, 131, 66, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24760, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '4.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '2.0', '0.0', 0, 0, 115, 131, 66, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24761, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '4.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '5.3', '0.0', 0, 0, 345, 394, 75, 0, 263, 0, 0, 620, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24762, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '4.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '5.3', '0.0', 0, 0, 345, 394, 75, 0, 263, 0, 0, 620, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24763, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '3.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '9.5', '0.0', 0, 0, 575, 656, 69, 0, 263, 0, 0, 620, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24764, '', 21, 541, 1, 0, 17, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 0, 0, 0, 0, 453, 143, 144, 314, 317, '3.0', '12.1', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 187, 527, 0, 0, 0, 0, 0, 75000, 75000, '0.0', '0.0', '9.5', '0.0', 0, 0, 575, 656, 69, 0, 263, 0, 0, 620, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24765, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '34.0', '0.0', '0.0', '0.0', 3664, 3736, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24766, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '51.0', '0.0', '0.0', '0.0', 5547, 7452, 0, 0, 146, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24767, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '67.0', '0.0', '0.0', '0.0', 7395, 7818, 0, 0, 117, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24768, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '84.0', '0.0', '0.0', '0.0', 9244, 9690, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24769, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '52.0', '0.0', '0.0', '0.0', 5319, 5687, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24770, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '77.0', '0.0', '0.0', '0.0', 7923, 8404, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24771, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '102.0', '0.0', '0.0', '0.0', 10564, 11169, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24772, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '127.0', '0.0', '0.0', '0.0', 13174, 13790, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24773, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '51.0', '0.0', '0.0', '0.0', 5547, 7452, 0, 0, 146, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24774, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '67.0', '0.0', '0.0', '0.0', 7395, 7818, 0, 0, 117, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24775, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '84.0', '0.0', '0.0', '0.0', 9244, 9690, 0, 0, 115, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24776, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '77.0', '0.0', '0.0', '0.0', 7923, 8404, 0, 0, 109, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24777, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '102.0', '0.0', '0.0', '0.0', 10564, 11169, 0, 0, 110, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24778, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '127.0', '0.0', '0.0', '0.0', 13174, 13790, 0, 0, 109, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24779, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '51.0', '0.0', '0.0', '0.0', 5547, 7452, 0, 0, 146, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24780, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '67.0', '0.0', '0.0', '0.0', 7395, 7818, 0, 0, 117, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24781, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '84.0', '0.0', '0.0', '0.0', 9244, 9690, 0, 0, 115, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24782, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '77.0', '0.0', '0.0', '0.0', 7923, 8404, 0, 0, 109, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24783, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '102.0', '0.0', '0.0', '0.0', 10564, 11169, 0, 0, 110, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24784, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 253, 0, 0, 0, 70, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '127.0', '0.0', '0.0', '0.0', 13174, 13790, 0, 0, 109, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24785, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '34.0', '0.0', '0.0', '0.0', 3664, 3736, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24786, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '51.0', '0.0', '0.0', '0.0', 5547, 7452, 0, 0, 146, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24787, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '67.0', '0.0', '0.0', '0.0', 7395, 7818, 0, 0, 117, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24788, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '84.0', '0.0', '0.0', '0.0', 9244, 9690, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24789, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '52.0', '0.0', '0.0', '0.0', 5319, 5687, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24790, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '77.0', '0.0', '0.0', '0.0', 7923, 8404, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24791, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '102.0', '0.0', '0.0', '0.0', 10564, 11169, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24792, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '127.0', '0.0', '0.0', '0.0', 13174, 13790, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 0, 201, 205, 446, 546, 204, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24793, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '51.0', '0.0', '0.0', '0.0', 5547, 7452, 0, 0, 146, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24794, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '67.0', '0.0', '0.0', '0.0', 7395, 7818, 0, 0, 117, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24795, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '84.0', '0.0', '0.0', '0.0', 9244, 9690, 0, 0, 115, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24796, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '77.0', '0.0', '0.0', '0.0', 7923, 8404, 0, 0, 109, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24797, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '102.0', '0.0', '0.0', '0.0', 10564, 11169, 0, 0, 110, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24798, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '127.0', '0.0', '0.0', '0.0', 13174, 13790, 0, 0, 109, 0, 263, 266, 0, 0, 0, 567, 0, 201, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24799, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '51.0', '0.0', '0.0', '0.0', 5547, 7452, 0, 0, 146, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24800, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '67.0', '0.0', '0.0', '0.0', 7395, 7818, 0, 0, 117, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24801, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 170000, 0, '84.0', '0.0', '0.0', '0.0', 9244, 9690, 0, 0, 115, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24802, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '77.0', '0.0', '0.0', '0.0', 7923, 8404, 0, 0, 109, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24803, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '102.0', '0.0', '0.0', '0.0', 10564, 11169, 0, 0, 110, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24804, '', 32, 565, 5, 566, 63, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 76, 77, 78, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 0, 0, 398, 120000, 0, '127.0', '0.0', '0.0', '0.0', 13174, 13790, 0, 0, 109, 0, 263, 266, 0, 0, 0, 0, 0, 201, 208, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24805, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '31.0', '0.0', '7.5', '0.0', 3400, 0, 850, 0, 113, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24806, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '38.0', '0.0', '9.0', '0.0', 4000, 0, 1000, 0, 111, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24807, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '44.0', '0.0', '11.0', '0.0', 5000, 0, 1250, 0, 114, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24808, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '62.0', '0.0', '7.5', '0.0', 6800, 0, 850, 0, 113, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24809, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '73.0', '0.0', '9.0', '0.0', 8000, 0, 1000, 0, 111, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24810, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '87.0', '0.0', '11.0', '0.0', 10000, 0, 1250, 0, 114, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24811, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 90, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '31.0', '0.0', '7.5', '0.0', 3400, 0, 850, 0, 113, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24812, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 90, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '38.0', '0.0', '9.0', '0.0', 4000, 0, 1000, 0, 111, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24813, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 90, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '62.0', '0.0', '7.5', '0.0', 6800, 0, 850, 0, 113, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24814, '', 42, 613, 7, 612, 88, 1, 1, 497, 43, 53, 448, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 0, 0, 0, 0, 0, 453, 149, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 90, 181, 185, 188, 0, 0, 0, 0, 0, 60000, 0, '73.0', '0.0', '9.0', '0.0', 8000, 0, 1000, 0, 111, 0, 263, 266, 0, 0, 0, 614, 614, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24815, 'op1', 42, 613, 7, 612, 88, 1, 1, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24816, '', 42, 613, 7, 612, 90, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 186, 188, 0, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 3800, 4000, 0, 0, 105, 0, 263, 266, 621, 0, 0, 0, 0, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '2.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24817, '', 42, 613, 7, 612, 89, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 186, 188, 0, 0, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 3500, 3700, 0, 0, 88, 0, 263, 266, 621, 0, 0, 0, 0, 201, 205, 206, 207, 204, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '2.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 10),
(24818, '', 42, 613, 7, 612, 91, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 186, 188, 0, 0, 0, 0, 0, 50000, 0, '47.0', '0.0', '0.0', '0.0', 3800, 0, 0, 0, 81, 0, 263, 266, 621, 0, 0, 0, 0, 201, 205, 206, 0, 204, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '2.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24819, '', 42, 613, 7, 612, 91, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 186, 188, 0, 0, 0, 0, 0, 50000, 0, '54.0', '0.0', '0.0', '0.0', 4500, 0, 0, 0, 83, 0, 263, 266, 621, 0, 0, 0, 0, 201, 205, 206, 0, 204, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 227, 0, 0, '2.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(24820, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24821, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24822, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24823, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24824, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24825, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24826, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24827, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24828, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24829, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24830, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24831, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24832, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24833, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24834, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24835, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24836, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24837, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24838, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24839, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24840, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24841, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24842, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24843, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 617, 263, 633, 634, 632, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24844, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '10.3', '0.0', '0.0', '0.0', 764, 934, 0, 0, 82, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24845, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '12.8', '0.0', '0.0', '0.0', 1070, 1308, 0, 0, 93, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24846, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24847, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24848, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24849, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24850, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24851, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24852, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24853, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24854, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24855, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24856, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24857, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24858, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '10.3', '0.0', '0.0', '0.0', 764, 934, 0, 0, 82, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24859, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '12.8', '0.0', '0.0', '0.0', 1070, 1308, 0, 0, 93, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24860, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24861, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24862, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24863, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24864, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24865, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24866, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24867, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24868, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '10.3', '0.0', '0.0', '0.0', 764, 934, 0, 0, 82, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24869, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '12.8', '0.0', '0.0', '0.0', 1070, 1308, 0, 0, 93, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24870, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24871, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24872, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24873, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24874, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1358, 1660, 0, 0, 87, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24875, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1898, 2320, 0, 0, 90, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24876, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 2318, 2834, 0, 0, 89, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24877, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2801, 3423, 0, 0, 84, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24878, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '10.3', '0.0', '0.0', '0.0', 611, 747, 0, 0, 73, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24879, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '12.8', '0.0', '0.0', '0.0', 856, 1046, 0, 0, 82, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24880, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24881, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24882, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24883, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24884, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24885, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24886, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24887, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24888, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24889, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24890, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24891, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24892, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '10.3', '0.0', '0.0', '0.0', 611, 747, 0, 0, 73, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24893, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '12.8', '0.0', '0.0', '0.0', 856, 1046, 0, 0, 82, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24894, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24895, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24896, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24897, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 631, 0, 0, 0, 605, 602, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24898, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24899, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24900, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24901, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 269, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24902, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24903, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24904, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24905, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 227, 0, 0, 0, '9.5', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24906, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '10.3', '0.0', '0.0', '0.0', 611, 747, 0, 0, 73, 477, 263, 631, 0, 0, 0, 0, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24907, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '12.8', '0.0', '0.0', '0.0', 856, 1046, 0, 0, 82, 477, 263, 631, 0, 0, 0, 0, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24908, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 631, 0, 0, 0, 0, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24909, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 631, 0, 0, 0, 0, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24910, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 631, 0, 0, 0, 0, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24911, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 631, 0, 0, 0, 0, 602, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24912, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '17.3', '0.0', '0.0', '0.0', 1086, 1328, 0, 0, 77, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24913, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '23.5', '0.0', '0.0', '0.0', 1518, 1856, 0, 0, 79, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24914, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '28.9', '0.0', '0.0', '0.0', 1855, 2267, 0, 0, 78, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24915, '', 20, 540, 4, 443, 8, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 0, 0, 187, 0, 0, 0, 0, 60000, 0, '36.9', '0.0', '0.0', '0.0', 2241, 2739, 0, 0, 74, 477, 263, 0, 268, 0, 0, 0, 0, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '6.8', 0, 0, 0, 0, 0, 410, 0, 0, 0, 411, 0, 0, 5),
(24916, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.3', '0.0', '0.0', '0.0', 304, 418, 0, 0, 66, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24917, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '9.5', '0.0', '0.0', '0.0', 595, 818, 0, 0, 86, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24918, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '13.4', '0.0', '0.0', '0.0', 880, 1210, 0, 0, 90, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24919, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24920, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.3', '0.0', '0.0', '0.0', 304, 418, 0, 0, 66, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24921, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '9.5', '0.0', '0.0', '0.0', 595, 818, 0, 0, 86, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24922, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '13.4', '0.0', '0.0', '0.0', 880, 1210, 0, 0, 90, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24923, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24924, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.3', '0.0', '0.0', '0.0', 243, 334, 0, 0, 53, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24925, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '9.5', '0.0', '0.0', '0.0', 476, 655, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24926, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '13.4', '0.0', '0.0', '0.0', 704, 968, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24927, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '23.0', '0.0', '0.0', '0.0', 960, 1240, 0, 0, 57, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24928, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.3', '0.0', '0.0', '0.0', 243, 334, 0, 0, 53, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24929, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '9.5', '0.0', '0.0', '0.0', 476, 655, 0, 0, 69, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24930, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '13.4', '0.0', '0.0', '0.0', 704, 968, 0, 0, 72, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24931, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '23.0', '0.0', '0.0', '0.0', 960, 1240, 0, 0, 57, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24932, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.3', '0.0', '0.0', '0.0', 304, 418, 0, 0, 66, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24933, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '9.5', '0.0', '0.0', '0.0', 595, 818, 0, 0, 86, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24934, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '13.4', '0.0', '0.0', '0.0', 880, 1210, 0, 0, 90, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24935, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24936, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.3', '0.0', '0.0', '0.0', 243, 334, 0, 0, 53, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24937, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '9.5', '0.0', '0.0', '0.0', 476, 655, 0, 0, 69, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24938, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '13.4', '0.0', '0.0', '0.0', 704, 968, 0, 0, 72, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24939, '', 20, 540, 4, 443, 9, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '23.0', '0.0', '0.0', '0.0', 960, 1240, 0, 0, 57, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24940, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '8.0', '0.0', '0.0', '0.0', 400, 550, 0, 0, 69, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24941, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '12.0', '0.0', '0.0', '0.0', 600, 825, 0, 0, 69, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24942, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 800, 1100, 0, 0, 65, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24943, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1375, 0, 0, 76, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24944, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24945, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 81, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24946, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 79, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24947, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 79, 617, 263, 0, 633, 0, 634, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24948, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '8.0', '0.0', '0.0', '0.0', 400, 550, 0, 0, 69, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24949, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '12.0', '0.0', '0.0', '0.0', 600, 825, 0, 0, 69, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24950, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 800, 1100, 0, 0, 65, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24951, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1375, 0, 0, 76, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24952, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24953, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 81, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24954, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 79, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24955, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 79, 617, 263, 0, 633, 0, 634, 0, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24956, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '8.0', '0.0', '0.0', '0.0', 400, 550, 0, 0, 69, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24957, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '12.0', '0.0', '0.0', '0.0', 600, 825, 0, 0, 69, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24958, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 800, 1100, 0, 0, 65, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24959, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1375, 0, 0, 76, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24960, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24961, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 81, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24962, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 79, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24963, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 79, 617, 263, 632, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24964, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '8.0', '0.0', '0.0', '0.0', 400, 550, 0, 0, 69, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24965, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '12.0', '0.0', '0.0', '0.0', 600, 825, 0, 0, 69, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24966, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 800, 1100, 0, 0, 65, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24967, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1375, 0, 0, 76, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24968, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24969, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 81, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24970, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 79, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24971, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 79, 617, 263, 632, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24972, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '8.0', '0.0', '0.0', '0.0', 400, 550, 0, 0, 69, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(24973, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '12.0', '0.0', '0.0', '0.0', 600, 825, 0, 0, 69, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24974, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 800, 1100, 0, 0, 65, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24975, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1375, 0, 0, 76, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24976, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24977, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 81, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24978, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24979, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24980, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '8.0', '0.0', '0.0', '0.0', 400, 550, 0, 0, 69, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24981, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '12.0', '0.0', '0.0', '0.0', 600, 825, 0, 0, 69, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24982, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 800, 1100, 0, 0, 65, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24983, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1000, 1375, 0, 0, 76, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24984, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24985, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 81, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24986, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24987, '', 20, 540, 4, 443, 11, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 188, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 0, 202, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(24988, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 85, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24989, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '33.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 83, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24990, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 83, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24991, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 2800, 3850, 0, 0, 80, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24992, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3200, 4400, 0, 0, 80, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24993, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '63.0', '0.0', '0.0', '0.0', 3600, 4950, 0, 0, 79, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24994, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 4000, 5500, 0, 0, 75, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24995, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '81.0', '0.0', '0.0', '0.0', 4400, 6050, 0, 0, 75, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24996, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '93.0', '0.0', '0.0', '0.0', 4800, 6600, 0, 0, 71, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24997, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '99.0', '0.0', '0.0', '0.0', 5200, 7150, 0, 0, 72, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24998, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '33.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 67, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(24999, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 69, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25000, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 69, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25001, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 2800, 3850, 0, 0, 70, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25002, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '63.0', '0.0', '0.0', '0.0', 3200, 4400, 0, 0, 70, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25003, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 3600, 4950, 0, 0, 68, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25004, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '81.0', '0.0', '0.0', '0.0', 4000, 5500, 0, 0, 68, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25005, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '93.0', '0.0', '0.0', '0.0', 4400, 6050, 0, 0, 65, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25006, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '99.0', '0.0', '0.0', '0.0', 4800, 6600, 0, 0, 67, 617, 263, 0, 633, 0, 634, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25007, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 85, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25008, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '33.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 83, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25009, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 83, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25010, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 2800, 3850, 0, 0, 80, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25011, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3200, 4400, 0, 0, 80, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25012, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '63.0', '0.0', '0.0', '0.0', 3600, 4950, 0, 0, 79, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25013, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 4000, 5500, 0, 0, 75, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25014, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '81.0', '0.0', '0.0', '0.0', 4400, 6050, 0, 0, 75, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25015, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '93.0', '0.0', '0.0', '0.0', 4800, 6600, 0, 0, 71, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25016, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '99.0', '0.0', '0.0', '0.0', 5200, 7150, 0, 0, 72, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25017, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '33.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 67, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25018, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 69, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25019, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 69, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25020, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 2800, 3850, 0, 0, 70, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25021, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '63.0', '0.0', '0.0', '0.0', 3200, 4400, 0, 0, 70, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25022, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 3600, 4950, 0, 0, 68, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25023, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '81.0', '0.0', '0.0', '0.0', 4000, 5500, 0, 0, 68, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25024, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '93.0', '0.0', '0.0', '0.0', 4400, 6050, 0, 0, 65, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25025, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '99.0', '0.0', '0.0', '0.0', 4800, 6600, 0, 0, 67, 617, 263, 632, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25026, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 85, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25027, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '33.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 83, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25028, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 83, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25029, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 2800, 3850, 0, 0, 80, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25030, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3200, 4400, 0, 0, 80, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25031, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '63.0', '0.0', '0.0', '0.0', 3600, 4950, 0, 0, 79, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25032, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 4000, 5500, 0, 0, 75, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25033, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '81.0', '0.0', '0.0', '0.0', 4400, 6050, 0, 0, 75, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25034, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '93.0', '0.0', '0.0', '0.0', 4800, 6600, 0, 0, 71, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25035, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '99.0', '0.0', '0.0', '0.0', 5200, 7150, 0, 0, 72, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25036, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '33.0', '0.0', '0.0', '0.0', 1600, 2200, 0, 0, 67, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25037, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 2000, 2750, 0, 0, 69, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25038, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 2400, 3300, 0, 0, 69, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25039, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 2800, 3850, 0, 0, 70, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25040, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '63.0', '0.0', '0.0', '0.0', 3200, 4400, 0, 0, 70, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25041, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 3600, 4950, 0, 0, 68, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25042, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '81.0', '0.0', '0.0', '0.0', 4000, 5500, 0, 0, 68, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25043, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '93.0', '0.0', '0.0', '0.0', 4400, 6050, 0, 0, 65, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25044, '', 20, 540, 4, 443, 12, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '99.0', '0.0', '0.0', '0.0', 4800, 6600, 0, 0, 67, 477, 263, 631, 0, 0, 0, 605, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25045, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '6.3', '0.0', '0.0', '0.0', 304, 418, 0, 0, 66, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25046, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 595, 818, 0, 0, 86, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25047, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.4', '0.0', '0.0', '0.0', 880, 1210, 0, 0, 90, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25048, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25049, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '6.3', '0.0', '0.0', '0.0', 304, 418, 0, 0, 66, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25050, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 595, 818, 0, 0, 86, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25051, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.4', '0.0', '0.0', '0.0', 880, 1210, 0, 0, 90, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25052, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25053, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '6.3', '0.0', '0.0', '0.0', 243, 334, 0, 0, 53, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25054, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 476, 655, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25055, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.4', '0.0', '0.0', '0.0', 704, 968, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25056, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 960, 1240, 0, 0, 54, 477, 263, 266, 0, 0, 0, 0, 0, 201, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25057, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '6.3', '0.0', '0.0', '0.0', 243, 334, 0, 0, 53, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25058, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 476, 655, 0, 0, 69, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25059, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.4', '0.0', '0.0', '0.0', 704, 968, 0, 0, 72, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25060, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 960, 1240, 0, 0, 54, 477, 263, 266, 265, 264, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25061, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '6.3', '0.0', '0.0', '0.0', 304, 418, 0, 0, 66, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25062, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 595, 818, 0, 0, 86, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25063, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.4', '0.0', '0.0', '0.0', 880, 1210, 0, 0, 90, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25064, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 85, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 1200, 1650, 0, 0, 72, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25065, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '6.3', '0.0', '0.0', '0.0', 243, 334, 0, 0, 53, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25066, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '9.5', '0.0', '0.0', '0.0', 476, 655, 0, 0, 69, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25067, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.4', '0.0', '0.0', '0.0', 704, 968, 0, 0, 72, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25068, '', 20, 540, 4, 443, 10, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 61, 64, 71, 0, 74, 76, 0, 0, 0, 87, 143, 144, 0, 0, '0.0', '0.0', 91, 96, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 960, 1240, 0, 0, 54, 477, 263, 266, 0, 0, 0, 605, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25069, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '112.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 98, 637, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25070, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 253, 0, 0, 0, 0, 68, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '112.0', '0.0', '0.0', '0.0', 11000, 0, 0, 0, 98, 637, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25071, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '139.0', '0.0', '0.0', '0.0', 9300, 0, 0, 0, 98, 637, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25072, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 253, 0, 0, 0, 0, 68, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '139.0', '0.0', '0.0', '0.0', 13500, 0, 0, 0, 98, 637, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25073, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '169.0', '0.0', '0.0', '0.0', 11200, 0, 0, 0, 98, 637, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25074, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 253, 0, 0, 0, 0, 68, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '169.0', '0.0', '0.0', '0.0', 16000, 0, 0, 0, 98, 637, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25075, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '112.0', '0.0', '0.0', '0.0', 7700, 0, 0, 0, 98, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25076, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 253, 0, 0, 0, 0, 68, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '112.0', '0.0', '0.0', '0.0', 11000, 0, 0, 0, 98, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25077, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '139.0', '0.0', '0.0', '0.0', 9300, 0, 0, 0, 98, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25078, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 253, 0, 0, 0, 0, 68, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '139.0', '0.0', '0.0', '0.0', 13500, 0, 0, 0, 98, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25079, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '169.0', '0.0', '0.0', '0.0', 11200, 0, 0, 0, 98, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25080, '', 48, 646, 9, 639, 106, 1, 1, 497, 448, 53, 29, 449, 0, 0, 0, 0, 0, 61, 0, 0, 0, 78, 76, 82, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 96, 0, 0, 0, 253, 0, 0, 0, 0, 68, 181, 647, 186, 187, 0, 0, 0, 0, 100000, 0, '169.0', '0.0', '0.0', '0.0', 16000, 0, 0, 0, 98, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25081, '', 48, 646, 9, 639, 107, 1, 1, 497, 27, 0, 0, 0, 0, 0, 0, 0, 0, 55, 54, 71, 0, 74, 76, 77, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 524, 0, 398, 60000, 0, '132.0', '0.0', '0.0', '0.0', 6500, 0, 0, 0, 49, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 410, 0, 0, 0, 0, 0, 0, 5),
(25082, '', 48, 646, 9, 639, 107, 1, 1, 497, 27, 0, 0, 0, 0, 0, 0, 0, 0, 55, 54, 71, 0, 74, 76, 77, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 193, 194, 195, 196, 524, 0, 398, 60000, 0, '132.0', '0.0', '0.0', '0.0', 8200, 0, 0, 0, 62, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 410, 0, 0, 0, 0, 413, 0, 5),
(25083, '', 48, 646, 9, 639, 107, 1, 1, 497, 27, 0, 0, 0, 0, 0, 0, 0, 0, 55, 54, 71, 0, 74, 76, 77, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 193, 194, 195, 196, 524, 0, 398, 60000, 0, '132.0', '0.0', '0.0', '0.0', 8700, 0, 0, 0, 66, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 410, 0, 0, 0, 0, 413, 0, 5),
(25084, '', 48, 646, 9, 639, 107, 1, 1, 497, 27, 0, 0, 0, 0, 0, 0, 0, 0, 55, 54, 71, 0, 74, 76, 77, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 196, 524, 0, 398, 60000, 0, '85.0', '0.0', '0.0', '0.0', 4100, 0, 0, 0, 48, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 410, 0, 0, 0, 0, 0, 0, 5),
(25085, '', 48, 646, 9, 639, 107, 1, 1, 497, 27, 0, 0, 0, 0, 0, 0, 0, 0, 55, 54, 71, 0, 74, 76, 77, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 193, 194, 195, 196, 524, 0, 398, 60000, 0, '85.0', '0.0', '0.0', '0.0', 5300, 0, 0, 0, 62, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 410, 0, 0, 0, 0, 413, 0, 5),
(25086, '', 48, 646, 9, 639, 107, 1, 1, 497, 27, 0, 0, 0, 0, 0, 0, 0, 0, 55, 54, 71, 0, 74, 76, 77, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 193, 194, 195, 196, 524, 0, 398, 60000, 0, '85.0', '0.0', '0.0', '0.0', 5500, 0, 0, 0, 65, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 410, 0, 0, 0, 0, 413, 0, 5),
(25087, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '34.0', '0.0', '0.0', '0.0', 2400, 0, 0, 0, 71, 263, 0, 266, 0, 0, 0, 563, 0, 201, 0, 205, 206, 546, 446, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25088, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '53.0', '0.0', '0.0', '0.0', 3400, 0, 0, 0, 64, 263, 0, 266, 0, 0, 0, 563, 0, 201, 0, 205, 206, 546, 446, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25089, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '34.0', '0.0', '0.0', '0.0', 3000, 0, 0, 0, 88, 263, 0, 266, 0, 0, 0, 563, 0, 201, 0, 205, 206, 546, 446, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25090, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '53.0', '0.0', '0.0', '0.0', 4500, 0, 0, 0, 85, 263, 0, 266, 0, 0, 0, 563, 0, 201, 0, 205, 206, 546, 446, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25091, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '34.0', '0.0', '0.0', '0.0', 3500, 0, 0, 0, 103, 263, 0, 266, 0, 0, 0, 563, 0, 201, 0, 205, 206, 546, 446, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25092, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '53.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 94, 263, 0, 266, 0, 0, 0, 563, 0, 201, 0, 205, 206, 546, 446, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25093, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '34.0', '0.0', '0.0', '0.0', 2400, 0, 0, 0, 71, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25094, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '53.0', '0.0', '0.0', '0.0', 3400, 0, 0, 0, 64, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25095, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '34.0', '0.0', '0.0', '0.0', 3000, 0, 0, 0, 88, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25096, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '53.0', '0.0', '0.0', '0.0', 4500, 0, 0, 0, 85, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25097, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '34.0', '0.0', '0.0', '0.0', 3500, 0, 0, 0, 103, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25098, '', 48, 646, 9, 639, 108, 1, 1, 497, 0, 32, 26, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 76, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 193, 194, 195, 0, 0, 0, 398, 770000, 60000, '53.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 94, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25099, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25100, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25101, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25102, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25103, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25104, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25105, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25106, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25107, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25108, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25109, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25110, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25111, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25112, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25113, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25114, '', 33, 573, 2, 444, 64, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25115, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25116, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25117, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25118, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25119, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25120, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25121, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25122, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 0, '5.5', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25123, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25124, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 245, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 700, 750, 0, 0, 58, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25125, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25126, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 790, 840, 0, 0, 65, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25127, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25128, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 830, 880, 0, 0, 68, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25129, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25130, '', 33, 573, 2, 444, 65, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 468, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.0', '0.0', '0.0', '0.0', 880, 930, 0, 0, 72, 0, 263, 264, 265, 266, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 0, 0, 227, 0, '7.3', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(25131, '', 43, 616, 8, 615, 92, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 71, 0, 74, 0, 0, 0, 0, 87, 148, 149, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 186, 187, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1004, 0, 0, 0, 46, 477, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25132, '', 43, 616, 8, 615, 92, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 71, 0, 74, 0, 0, 0, 0, 87, 148, 149, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 90, 181, 186, 187, 0, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 1402, 0, 0, 0, 37, 477, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25133, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 104, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25134, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 104, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25135, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 94, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25136, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 94, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25137, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3900, 0, 0, 0, 87, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25138, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3900, 0, 0, 0, 87, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25139, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 83, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25140, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 83, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25141, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2560, 0, 0, 0, 75, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25142, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2560, 0, 0, 0, 75, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25143, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3120, 0, 0, 0, 69, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25144, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3120, 0, 0, 0, 69, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25145, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 104, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25146, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 104, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25147, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 94, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25148, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 94, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25149, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3900, 0, 0, 0, 87, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25150, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 0, 186, 187, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3900, 0, 0, 0, 87, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25151, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 83, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25152, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 83, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25153, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2560, 0, 0, 0, 75, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25154, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2560, 0, 0, 0, 75, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25155, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3120, 0, 0, 0, 69, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25156, '', 43, 616, 8, 615, 93, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 92, 181, 185, 0, 0, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 3120, 0, 0, 0, 69, 0, 637, 0, 0, 0, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 411, 0, 0, 10),
(25157, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 1177, 0, 0, 0, 74, 617, 263, 632, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25158, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1468, 0, 0, 0, 77, 617, 263, 632, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25159, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1879, 0, 0, 0, 75, 617, 263, 632, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25160, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 1177, 0, 0, 0, 74, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25161, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1468, 0, 0, 0, 77, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25162, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1879, 0, 0, 0, 75, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25163, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2578, 0, 0, 0, 70, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25164, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 1177, 0, 0, 0, 74, 477, 263, 631, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25165, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1468, 0, 0, 0, 77, 477, 263, 631, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25166, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1879, 0, 0, 0, 75, 477, 263, 631, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25167, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 1177, 0, 0, 0, 74, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25168, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1468, 0, 0, 0, 77, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25169, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1879, 0, 0, 0, 75, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25170, '', 43, 616, 8, 615, 94, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 467, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 0, 0, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2578, 0, 0, 0, 70, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25171, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 792, 0, 0, 0, 50, 617, 263, 632, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25172, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 838, 0, 0, 0, 44, 617, 263, 632, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25173, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1149, 0, 0, 0, 46, 617, 263, 632, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25174, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 792, 0, 0, 0, 50, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25175, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 838, 0, 0, 0, 44, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25176, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1149, 0, 0, 0, 46, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25177, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 1638, 0, 0, 0, 44, 477, 263, 266, 269, 268, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25178, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 792, 0, 0, 0, 50, 477, 263, 631, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25179, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 838, 0, 0, 0, 44, 477, 263, 631, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25180, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1149, 0, 0, 0, 46, 477, 263, 631, 633, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25181, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 792, 0, 0, 0, 50, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25182, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 838, 0, 0, 0, 44, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25183, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '25.0', '0.0', '0.0', '0.0', 1149, 0, 0, 0, 46, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25184, '', 43, 616, 8, 615, 95, 0, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 96, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 1638, 0, 0, 0, 44, 0, 263, 266, 268, 0, 0, 0, 0, 201, 205, 206, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(25185, '', 5, 431, 4, 443, 27, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1240, 1438, 0, 0, 60, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25186, '', 5, 431, 4, 443, 27, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1050, 1150, 0, 0, 60, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25187, '', 5, 431, 4, 443, 27, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 44, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25188, '', 5, 431, 4, 443, 27, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1240, 1438, 0, 0, 60, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25189, '', 5, 431, 4, 443, 27, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1050, 1150, 0, 0, 60, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25190, '', 5, 431, 4, 443, 27, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 247, 249, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 700, 800, 0, 0, 44, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25191, '', 5, 431, 4, 443, 28, 1, 1, 497, 39, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 97, 90, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 188, 0, 0, 0, 0, 0, 50000, 0, '70.0', '0.0', '0.0', '0.0', 4050, 4470, 0, 0, 64, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25192, '', 5, 431, 4, 443, 28, 1, 1, 497, 39, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 97, 90, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 188, 0, 0, 0, 0, 0, 50000, 0, '70.0', '0.0', '0.0', '0.0', 4050, 4470, 0, 0, 64, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25193, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1300, 1560, 0, 0, 65, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25194, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1300, 1560, 0, 0, 65, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25195, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 0, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1100, 1300, 0, 0, 54, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25196, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1100, 1360, 0, 0, 57, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25197, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1300, 1560, 0, 0, 65, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25198, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1300, 1560, 0, 0, 65, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25199, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 0, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1100, 1300, 0, 0, 54, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 413, 0, 5),
(25200, '', 5, 431, 4, 443, 29, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 0, 0, 245, 0, 0, 0, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '24.0', '0.0', '0.0', '0.0', 1100, 1360, 0, 0, 57, 0, 263, 265, 0, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 411, 0, 0, 5),
(25201, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '62.0', '0.0', '0.0', '0.0', 5147, 5992, 0, 0, 97, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25202, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '62.0', '0.0', '0.0', '0.0', 5147, 5992, 0, 0, 97, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25203, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '70.0', '0.0', '0.0', '0.0', 5974, 6697, 0, 0, 96, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25204, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '70.0', '0.0', '0.0', '0.0', 5974, 6697, 0, 0, 96, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25205, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '78.0', '0.0', '0.0', '0.0', 6596, 7393, 0, 0, 95, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25206, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '78.0', '0.0', '0.0', '0.0', 6596, 7393, 0, 0, 95, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25207, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '86.0', '0.0', '0.0', '0.0', 6952, 7792, 0, 0, 91, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25208, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '86.0', '0.0', '0.0', '0.0', 6952, 7792, 0, 0, 91, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25209, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '94.0', '0.0', '0.0', '0.0', 7478, 8698, 0, 0, 93, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25210, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '94.0', '0.0', '0.0', '0.0', 7478, 8698, 0, 0, 93, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25211, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '101.0', '0.0', '0.0', '0.0', 8000, 9305, 0, 0, 92, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25212, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '101.0', '0.0', '0.0', '0.0', 8000, 9305, 0, 0, 92, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25213, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '110.0', '0.0', '0.0', '0.0', 8483, 9868, 0, 0, 90, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25214, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '110.0', '0.0', '0.0', '0.0', 8483, 9868, 0, 0, 90, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25215, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '118.0', '0.0', '0.0', '0.0', 9025, 10116, 0, 0, 86, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25216, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '118.0', '0.0', '0.0', '0.0', 9025, 10116, 0, 0, 86, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25217, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '62.0', '0.0', '0.0', '0.0', 5919, 6861, 0, 0, 111, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25218, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '62.0', '0.0', '0.0', '0.0', 5919, 6861, 0, 0, 111, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25219, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '70.0', '0.0', '0.0', '0.0', 6870, 7668, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25220, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '70.0', '0.0', '0.0', '0.0', 6870, 7668, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25221, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '78.0', '0.0', '0.0', '0.0', 7585, 8465, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25222, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '78.0', '0.0', '0.0', '0.0', 7585, 8465, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25223, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '86.0', '0.0', '0.0', '0.0', 7995, 8922, 0, 0, 104, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25224, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '86.0', '0.0', '0.0', '0.0', 7995, 8922, 0, 0, 104, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25225, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '94.0', '0.0', '0.0', '0.0', 8600, 9959, 0, 0, 106, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25226, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '94.0', '0.0', '0.0', '0.0', 8600, 9959, 0, 0, 106, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25227, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '101.0', '0.0', '0.0', '0.0', 9200, 10654, 0, 0, 105, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25228, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '101.0', '0.0', '0.0', '0.0', 9200, 10654, 0, 0, 105, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25229, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '110.0', '0.0', '0.0', '0.0', 9755, 11299, 0, 0, 103, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25230, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '110.0', '0.0', '0.0', '0.0', 9755, 11299, 0, 0, 103, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25231, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '118.0', '0.0', '0.0', '0.0', 10379, 11583, 0, 0, 98, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25232, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '118.0', '0.0', '0.0', '0.0', 10379, 11583, 0, 0, 98, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25233, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '62.0', '0.0', '0.0', '0.0', 6151, 7130, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25234, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '62.0', '0.0', '0.0', '0.0', 6151, 7130, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25235, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '70.0', '0.0', '0.0', '0.0', 7139, 7969, 0, 0, 114, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25236, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '70.0', '0.0', '0.0', '0.0', 7139, 7969, 0, 0, 114, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25237, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '78.0', '0.0', '0.0', '0.0', 7882, 8798, 0, 0, 113, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25238, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '78.0', '0.0', '0.0', '0.0', 7882, 8798, 0, 0, 113, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25239, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '86.0', '0.0', '0.0', '0.0', 8308, 9272, 0, 0, 108, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25240, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '86.0', '0.0', '0.0', '0.0', 8308, 9272, 0, 0, 108, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25241, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '94.0', '0.0', '0.0', '0.0', 8936, 10351, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25242, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '94.0', '0.0', '0.0', '0.0', 8936, 10351, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25243, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '101.0', '0.0', '0.0', '0.0', 9560, 11073, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25244, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '101.0', '0.0', '0.0', '0.0', 9560, 11073, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25245, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '110.0', '0.0', '0.0', '0.0', 10137, 11743, 0, 0, 107, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25246, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '110.0', '0.0', '0.0', '0.0', 10137, 11743, 0, 0, 107, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25247, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '118.0', '0.0', '0.0', '0.0', 10785, 12038, 0, 0, 102, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25248, '', 30, 562, 1, 0, 54, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 70, 181, 192, 193, 194, 195, 196, 524, 398, 60000, 60000, '118.0', '0.0', '0.0', '0.0', 10785, 12038, 0, 0, 102, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25249, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '110.0', '0.0', '0.0', '0.0', 9048, 10186, 0, 0, 97, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25250, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '110.0', '0.0', '0.0', '0.0', 9048, 10186, 0, 0, 97, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25251, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '124.0', '0.0', '0.0', '0.0', 10112, 11385, 0, 0, 96, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25252, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '124.0', '0.0', '0.0', '0.0', 10112, 11385, 0, 0, 96, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25253, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '138.0', '0.0', '0.0', '0.0', 11163, 12568, 0, 0, 95, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25254, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '138.0', '0.0', '0.0', '0.0', 11163, 12568, 0, 0, 95, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25255, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '152.0', '0.0', '0.0', '0.0', 11766, 13246, 0, 0, 91, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25256, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '152.0', '0.0', '0.0', '0.0', 11766, 13246, 0, 0, 91, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25257, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 13134, 14787, 0, 0, 93, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25258, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 13134, 14787, 0, 0, 93, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25259, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '182.0', '0.0', '0.0', '0.0', 14051, 15819, 0, 0, 92, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25260, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '182.0', '0.0', '0.0', '0.0', 14051, 15819, 0, 0, 92, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25261, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '196.0', '0.0', '0.0', '0.0', 14901, 16776, 0, 0, 90, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25262, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '196.0', '0.0', '0.0', '0.0', 14901, 16776, 0, 0, 90, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25263, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '211.0', '0.0', '0.0', '0.0', 15275, 17197, 0, 0, 86, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25264, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '211.0', '0.0', '0.0', '0.0', 15275, 17197, 0, 0, 86, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25265, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '110.0', '0.0', '0.0', '0.0', 9827, 11265, 0, 0, 111, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25266, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '110.0', '0.0', '0.0', '0.0', 9827, 11265, 0, 0, 111, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25267, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '124.0', '0.0', '0.0', '0.0', 10983, 12590, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25268, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '124.0', '0.0', '0.0', '0.0', 10983, 12590, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25269, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '138.0', '0.0', '0.0', '0.0', 12125, 13899, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25270, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '138.0', '0.0', '0.0', '0.0', 12125, 13899, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25271, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '152.0', '0.0', '0.0', '0.0', 12779, 14649, 0, 0, 104, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25272, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '152.0', '0.0', '0.0', '0.0', 12779, 14649, 0, 0, 104, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25273, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 14265, 16352, 0, 0, 106, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25274, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 14265, 16352, 0, 0, 106, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25275, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '182.0', '0.0', '0.0', '0.0', 15260, 17493, 0, 0, 105, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25276, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '182.0', '0.0', '0.0', '0.0', 15260, 17493, 0, 0, 105, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25277, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '196.0', '0.0', '0.0', '0.0', 16184, 18552, 0, 0, 103, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25278, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '196.0', '0.0', '0.0', '0.0', 16184, 18552, 0, 0, 103, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25279, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '211.0', '0.0', '0.0', '0.0', 16590, 19018, 0, 0, 98, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25280, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '211.0', '0.0', '0.0', '0.0', 16590, 19018, 0, 0, 98, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25281, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '110.0', '0.0', '0.0', '0.0', 9947, 11385, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25282, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '110.0', '0.0', '0.0', '0.0', 9947, 11385, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25283, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '124.0', '0.0', '0.0', '0.0', 11117, 12724, 0, 0, 114, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25284, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '124.0', '0.0', '0.0', '0.0', 11117, 12724, 0, 0, 114, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25285, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '138.0', '0.0', '0.0', '0.0', 12272, 14047, 0, 0, 113, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25286, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '138.0', '0.0', '0.0', '0.0', 12272, 14047, 0, 0, 113, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25287, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '152.0', '0.0', '0.0', '0.0', 12935, 14805, 0, 0, 108, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25288, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '152.0', '0.0', '0.0', '0.0', 12935, 14805, 0, 0, 108, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25289, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 14439, 16526, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25290, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 14439, 16526, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25291, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '182.0', '0.0', '0.0', '0.0', 15446, 17680, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25292, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '182.0', '0.0', '0.0', '0.0', 15446, 17680, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25293, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '196.0', '0.0', '0.0', '0.0', 16381, 18749, 0, 0, 107, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25294, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '196.0', '0.0', '0.0', '0.0', 16381, 18749, 0, 0, 107, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25295, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '211.0', '0.0', '0.0', '0.0', 16793, 19220, 0, 0, 102, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25296, '', 30, 562, 1, 0, 55, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '211.0', '0.0', '0.0', '0.0', 16793, 19220, 0, 0, 102, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25297, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 15040, 16478, 0, 0, 97, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25298, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 15040, 16478, 0, 0, 97, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25299, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '190.0', '0.0', '0.0', '0.0', 16809, 18417, 0, 0, 96, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25300, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '190.0', '0.0', '0.0', '0.0', 16809, 18417, 0, 0, 96, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25301, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '213.0', '0.0', '0.0', '0.0', 18556, 20331, 0, 0, 95, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25302, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '213.0', '0.0', '0.0', '0.0', 18556, 20331, 0, 0, 95, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25303, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '236.0', '0.0', '0.0', '0.0', 19558, 21428, 0, 0, 91, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25304, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '236.0', '0.0', '0.0', '0.0', 19558, 21428, 0, 0, 91, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25305, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '260.0', '0.0', '0.0', '0.0', 21832, 23920, 0, 0, 93, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25306, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '260.0', '0.0', '0.0', '0.0', 21832, 23920, 0, 0, 93, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25307, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '283.0', '0.0', '0.0', '0.0', 23356, 25589, 0, 0, 92, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25308, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 247, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '283.0', '0.0', '0.0', '0.0', 23356, 25589, 0, 0, 92, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25309, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 15879, 17377, 0, 0, 111, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25310, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 15879, 17377, 0, 0, 111, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25311, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '190.0', '0.0', '0.0', '0.0', 17747, 19421, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25312, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '190.0', '0.0', '0.0', '0.0', 17747, 19421, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25313, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '213.0', '0.0', '0.0', '0.0', 19591, 21440, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25314, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '213.0', '0.0', '0.0', '0.0', 19591, 21440, 0, 0, 109, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25315, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '236.0', '0.0', '0.0', '0.0', 20649, 22597, 0, 0, 104, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25316, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '236.0', '0.0', '0.0', '0.0', 20649, 22597, 0, 0, 104, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25317, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '260.0', '0.0', '0.0', '0.0', 23050, 25224, 0, 0, 106, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25318, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '260.0', '0.0', '0.0', '0.0', 23050, 25224, 0, 0, 106, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25319, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '283.0', '0.0', '0.0', '0.0', 24658, 26985, 0, 0, 105, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25320, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 251, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '283.0', '0.0', '0.0', '0.0', 24658, 26985, 0, 0, 105, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25321, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 16478, 18096, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25322, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '167.0', '0.0', '0.0', '0.0', 16478, 18096, 0, 0, 115, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25323, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '190.0', '0.0', '0.0', '0.0', 18417, 20225, 0, 0, 114, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25324, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '190.0', '0.0', '0.0', '0.0', 18417, 20225, 0, 0, 114, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25325, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '213.0', '0.0', '0.0', '0.0', 20331, 22327, 0, 0, 113, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25326, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '213.0', '0.0', '0.0', '0.0', 20331, 22327, 0, 0, 113, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25327, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '236.0', '0.0', '0.0', '0.0', 21428, 23532, 0, 0, 108, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25328, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '236.0', '0.0', '0.0', '0.0', 21428, 23532, 0, 0, 108, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25329, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '260.0', '0.0', '0.0', '0.0', 23920, 26268, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25330, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '260.0', '0.0', '0.0', '0.0', 23920, 26268, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25331, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '283.0', '0.0', '0.0', '0.0', 25589, 28101, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 205, 446, 546, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25332, '', 30, 562, 1, 0, 56, 1, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 76, 77, 78, 0, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 468, 0, 0, 0, 0, 253, 0, 0, 0, 0, 72, 181, 192, 193, 194, 195, 196, 524, 398, 36000, 60000, '283.0', '0.0', '0.0', '0.0', 25589, 28101, 0, 0, 110, 0, 263, 266, 0, 0, 0, 563, 519, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 410, 0, 0, 0, 0, 0, 0, 0),
(25333, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25334, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25335, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25336, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25337, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25338, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25339, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25340, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25341, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25342, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25343, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25344, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25345, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25346, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25347, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25348, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25349, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25350, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25351, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25352, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25353, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25354, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25355, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25356, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25357, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25358, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25359, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25360, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25361, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25362, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25363, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25364, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25365, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25366, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25367, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25368, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25369, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25370, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25371, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25372, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25373, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25374, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25375, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25376, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25377, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25378, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25379, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25380, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25381, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25382, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25383, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25384, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25385, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25386, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25387, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25388, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25389, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25390, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25391, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25392, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '3.0', '4.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25393, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25394, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25395, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25396, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25397, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25398, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25399, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25400, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25401, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25402, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25403, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25404, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25405, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25406, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25407, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25408, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25409, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25410, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25411, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25412, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25413, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25414, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25415, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25416, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25417, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25418, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25419, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25420, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25421, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25422, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25423, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25424, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25425, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25426, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25427, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25428, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25429, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25430, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25431, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25432, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25433, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25434, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25435, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25436, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25437, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25438, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25439, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25440, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25441, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25442, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25443, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25444, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25445, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25446, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25447, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25448, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25449, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25450, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25451, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25452, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '6.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25453, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25454, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25455, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25456, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '4.5', '0.0', 0, 0, 550, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25457, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25458, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25459, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25460, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.0', '0.0', 0, 0, 600, 0, 120, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25461, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25462, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25463, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25464, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.3', '0.0', 0, 0, 650, 0, 123, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25465, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25466, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25467, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25468, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '5.8', '0.0', 0, 0, 700, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25469, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25470, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25471, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25472, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.2', '0.0', 0, 0, 750, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25473, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25474, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25475, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25476, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '6.7', '0.0', 0, 0, 800, 0, 119, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25477, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25478, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25479, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25480, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.0', '0.0', 0, 0, 850, 0, 121, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25481, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25482, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25483, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25484, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.4', '0.0', 0, 0, 900, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25485, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25486, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25487, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25488, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '7.8', '0.0', 0, 0, 950, 0, 122, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25489, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25490, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25491, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25492, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '8.4', '0.0', 0, 0, 1000, 0, 119, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25493, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25494, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25495, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25496, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.0', '0.0', 0, 0, 1050, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25497, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25498, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 477, 0, 630, 629, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25499, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25500, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.3', '0.0', 0, 0, 1100, 0, 118, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25501, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25502, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25503, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '9.8', '0.0', 0, 0, 1150, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25504, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25505, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25506, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.3', '0.0', 0, 0, 1200, 0, 117, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25507, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25508, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25509, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '10.8', '0.0', 0, 0, 1250, 0, 116, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25510, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25511, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 263, 0, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25512, '', 45, 640, 9, 639, 99, 0, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 149, 150, 0, 0, '8.0', '0.0', 97, 469, 0, 0, 0, 0, 247, 249, 251, 0, 0, 83, 183, 190, 0, 0, 0, 0, 0, 0, 61000, 61000, '0.0', '0.0', '11.2', '0.0', 0, 0, 1300, 0, 116, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 413, 0, 5),
(25513, '', 35, 575, 1, 0, 68, 1, 1, 497, 29, 0, 0, 0, 0, 0, 0, 0, 0, 68, 54, 0, 0, 76, 77, 78, 74, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 547, 468, 0, 0, 0, 0, 248, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 120000, 0, '140.0', '0.0', '0.0', '0.0', 5700, 0, 0, 0, 56, 0, 477, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25514, '', 35, 575, 1, 0, 68, 1, 1, 497, 29, 0, 0, 0, 0, 0, 0, 0, 0, 68, 54, 0, 0, 76, 77, 78, 74, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 547, 468, 0, 0, 0, 0, 248, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 120000, 0, '205.0', '0.0', '0.0', '0.0', 8400, 10400, 0, 0, 51, 0, 477, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25515, '', 35, 575, 1, 0, 68, 1, 1, 497, 29, 0, 0, 0, 0, 0, 0, 0, 0, 68, 54, 0, 0, 76, 77, 78, 74, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 547, 468, 0, 0, 0, 0, 248, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 120000, 0, '140.0', '0.0', '0.0', '0.0', 5700, 0, 0, 0, 56, 0, 263, 0, 266, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25516, '', 35, 575, 1, 0, 68, 1, 1, 497, 29, 0, 0, 0, 0, 0, 0, 0, 0, 68, 54, 0, 0, 76, 77, 78, 74, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 547, 468, 0, 0, 0, 0, 248, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 120000, 0, '205.0', '0.0', '0.0', '0.0', 8400, 10400, 0, 0, 51, 0, 263, 0, 266, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25517, '', 35, 575, 1, 0, 68, 1, 1, 497, 29, 0, 0, 0, 0, 0, 0, 0, 0, 68, 54, 0, 0, 76, 77, 78, 74, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 547, 468, 0, 0, 0, 576, 0, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 120000, 0, '140.0', '0.0', '0.0', '0.0', 5700, 0, 0, 0, 56, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25518, '', 35, 575, 1, 0, 68, 1, 1, 497, 29, 0, 0, 0, 0, 0, 0, 0, 0, 68, 54, 0, 0, 76, 77, 78, 74, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 90, 547, 468, 0, 0, 0, 576, 0, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 120000, 0, '205.0', '0.0', '0.0', '0.0', 8400, 10400, 0, 0, 51, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25519, '', 35, 575, 1, 0, 69, 1, 1, 497, 0, 0, 660, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 76, 77, 78, 79, 80, 453, 143, 144, 0, 0, '1.0', '4.0', 90, 0, 468, 0, 0, 0, 257, 0, 0, 0, 0, 0, 181, 0, 0, 0, 0, 189, 0, 0, 80000, 0, '0.0', '0.0', '17.0', '0.0', 0, 0, 380, 0, 22, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 483, 487, 488, 0, 0, 0, 0, 0, '5.6', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25520, '', 35, 575, 1, 0, 69, 1, 1, 497, 0, 0, 660, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 76, 77, 78, 79, 80, 453, 143, 144, 0, 0, '1.0', '4.0', 90, 0, 468, 0, 0, 0, 258, 0, 0, 0, 0, 0, 181, 0, 0, 0, 0, 189, 0, 0, 80000, 0, '0.0', '0.0', '17.0', '0.0', 0, 0, 500, 0, 29, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 483, 487, 488, 0, 0, 0, 0, 0, '5.6', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25521, '', 35, 575, 1, 0, 69, 1, 1, 497, 30, 0, 660, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 76, 77, 78, 79, 80, 453, 143, 144, 0, 0, '1.0', '4.0', 90, 0, 468, 0, 0, 0, 257, 0, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 80000, 0, '0.0', '0.0', '17.0', '0.0', 0, 0, 380, 0, 22, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 483, 487, 488, 0, 0, 0, 0, 0, '5.6', 108, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25522, '', 35, 575, 1, 0, 69, 1, 1, 497, 30, 0, 660, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 76, 77, 78, 79, 80, 453, 143, 144, 0, 0, '1.0', '4.0', 90, 0, 468, 0, 0, 0, 258, 0, 0, 0, 0, 0, 181, 185, 186, 187, 188, 0, 0, 0, 80000, 0, '0.0', '0.0', '17.0', '0.0', 0, 0, 500, 0, 29, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 483, 487, 488, 0, 0, 0, 0, 0, '5.6', 108, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25523, '', 35, 575, 1, 0, 69, 1, 1, 497, 33, 0, 660, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 76, 77, 78, 79, 80, 453, 143, 144, 0, 0, '1.0', '4.0', 0, 97, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 181, 559, 0, 0, 0, 0, 0, 0, 80000, 0, '0.0', '0.0', '6.0', '0.0', 0, 0, 0, 0, 0, 0, 263, 623, 0, 0, 0, 0, 0, 201, 205, 446, 546, 206, 204, 0, 0, 0, 0, 483, 487, 488, 0, 0, 0, 0, 0, '5.6', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25524, '', 51, 648, 2, 444, 110, 1, 1, 497, 29, 649, 0, 0, 0, 0, 0, 0, 0, 57, 68, 0, 0, 77, 76, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 90, 547, 96, 0, 0, 0, 245, 247, 251, 255, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '6.0', '0.0', '0.0', '0.0', 300, 0, 0, 0, 40, 263, 0, 265, 264, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25525, '', 51, 648, 2, 444, 110, 1, 1, 497, 29, 649, 0, 0, 0, 0, 0, 0, 0, 57, 68, 0, 0, 77, 76, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 90, 547, 96, 0, 0, 0, 245, 247, 251, 255, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '10.0', '0.0', '0.0', '0.0', 419, 0, 0, 0, 40, 263, 0, 265, 264, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25526, '', 51, 648, 2, 444, 110, 1, 1, 497, 29, 649, 0, 0, 0, 0, 0, 0, 0, 57, 68, 0, 0, 77, 76, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 90, 547, 96, 0, 0, 0, 243, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '4.0', '0.0', '0.0', '0.0', 160, 0, 0, 0, 40, 263, 0, 265, 264, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25527, '', 51, 648, 2, 444, 110, 1, 1, 497, 29, 649, 0, 0, 0, 0, 0, 0, 0, 57, 68, 0, 0, 77, 76, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 90, 547, 96, 0, 0, 0, 243, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 60000, 0, '7.0', '0.0', '0.0', '0.0', 200, 0, 0, 0, 30, 263, 0, 265, 264, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25528, '', 51, 648, 2, 444, 110, 1, 1, 537, 29, 649, 0, 0, 0, 0, 0, 0, 0, 57, 68, 0, 0, 77, 76, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 90, 547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 185, 186, 187, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 30, 263, 0, 265, 264, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25529, '', 44, 638, 1, 0, 96, 1, 1, 497, 38, 42, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 152, 0, 0, 0, '0.0', '0.0', 0, 96, 93, 0, 0, 0, 247, 249, 251, 0, 0, 0, 181, 188, 539, 527, 0, 0, 0, 0, 0, 0, '17.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '4.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25530, '', 44, 638, 1, 0, 96, 1, 1, 497, 38, 42, 44, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 0, 96, 93, 0, 0, 0, 247, 249, 251, 0, 0, 0, 181, 188, 539, 527, 0, 0, 0, 0, 0, 0, '30.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '4.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25531, '', 44, 638, 1, 0, 98, 1, 1, 497, 0, 42, 44, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 0, 0, 467, 0, 0, 0, 247, 249, 0, 0, 0, 0, 183, 0, 0, 527, 0, 0, 0, 0, 0, 0, '59.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25532, '', 44, 638, 1, 0, 98, 1, 1, 497, 0, 42, 44, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 0, 0, 467, 0, 0, 0, 247, 249, 0, 0, 0, 0, 183, 0, 0, 527, 0, 0, 0, 0, 0, 0, '113.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25533, '', 44, 638, 1, 0, 98, 1, 1, 497, 0, 42, 44, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 160, 0, 0, 0, '0.0', '0.0', 0, 0, 467, 0, 0, 0, 247, 249, 0, 0, 0, 0, 183, 0, 0, 527, 0, 0, 0, 0, 0, 0, '212.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 263, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25534, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '26.0', '0.0', '0.0', '0.0', 2700, 0, 0, 0, 104, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25535, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 3800, 0, 0, 0, 103, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25536, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '25.0', '0.0', '0.0', '0.0', 2800, 0, 0, 0, 112, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25537, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 4000, 4300, 0, 0, 116, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25538, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 5000, 5400, 0, 0, 117, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25539, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '74.0', '0.0', '0.0', '0.0', 7000, 7500, 0, 0, 101, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 10),
(25540, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '35.0', '0.0', '0.0', '0.0', 4100, 4400, 0, 0, 126, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25541, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '53.0', '0.0', '0.0', '0.0', 5900, 6300, 0, 0, 119, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25542, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 7400, 7960, 0, 0, 119, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25543, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '107.0', '0.0', '0.0', '0.0', 10000, 10700, 0, 0, 100, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25544, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '26.0', '0.0', '0.0', '0.0', 2943, 0, 0, 0, 113, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25545, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 4142, 0, 0, 0, 112, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25546, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '25.0', '0.0', '0.0', '0.0', 3052, 0, 0, 0, 122, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25547, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 4360, 4687, 0, 0, 127, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25548, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 5450, 5886, 0, 0, 128, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25549, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '74.0', '0.0', '0.0', '0.0', 7630, 8175, 0, 0, 110, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 10),
(25550, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '35.0', '0.0', '0.0', '0.0', 4469, 4796, 0, 0, 137, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25551, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '53.0', '0.0', '0.0', '0.0', 6431, 6867, 0, 0, 130, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25552, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 8066, 8676, 0, 0, 129, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25553, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '107.0', '0.0', '0.0', '0.0', 10900, 11663, 0, 0, 109, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25554, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '26.0', '0.0', '0.0', '0.0', 2970, 0, 0, 0, 114, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25555, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 4180, 0, 0, 0, 113, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25556, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '25.0', '0.0', '0.0', '0.0', 3080, 0, 0, 0, 123, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25557, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 4400, 4730, 0, 0, 128, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25558, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 5500, 5940, 0, 0, 129, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25559, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '74.0', '0.0', '0.0', '0.0', 7700, 8250, 0, 0, 111, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 10),
(25560, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '35.0', '0.0', '0.0', '0.0', 4510, 4840, 0, 0, 138, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25561, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '53.0', '0.0', '0.0', '0.0', 6490, 6930, 0, 0, 131, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25562, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 8140, 8756, 0, 0, 131, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25563, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '107.0', '0.0', '0.0', '0.0', 11000, 11770, 0, 0, 110, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25564, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 5000, 5400, 0, 0, 117, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25565, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '74.0', '0.0', '0.0', '0.0', 7000, 7500, 0, 0, 101, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 10),
(25566, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 7400, 7960, 0, 0, 119, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25567, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '107.0', '0.0', '0.0', '0.0', 10000, 10700, 0, 0, 100, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25568, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 5450, 5886, 0, 0, 128, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25569, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '74.0', '0.0', '0.0', '0.0', 7630, 8175, 0, 0, 110, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 10),
(25570, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 8066, 8676, 0, 0, 129, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25571, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 70, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '107.0', '0.0', '0.0', '0.0', 10900, 11663, 0, 0, 109, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25572, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 5500, 5940, 0, 0, 129, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25573, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '74.0', '0.0', '0.0', '0.0', 7700, 8250, 0, 0, 111, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 10),
(25574, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 8140, 8756, 0, 0, 131, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25575, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 65, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '107.0', '0.0', '0.0', '0.0', 11000, 11770, 0, 0, 110, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25576, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '26.0', '0.0', '0.0', '0.0', 2200, 0, 0, 0, 85, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25577, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '37.0', '0.0', '0.0', '0.0', 3052, 0, 0, 0, 82, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25578, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 3815, 0, 0, 0, 83, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25579, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '53.0', '0.0', '0.0', '0.0', 4501, 0, 0, 0, 85, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25580, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 5646, 0, 0, 0, 84, 619, 0, 0, 0, 0, 0, 518, 602, 201, 204, 205, 446, 546, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25581, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '26.0', '0.0', '0.0', '0.0', 2200, 0, 0, 0, 85, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 5),
(25582, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '46.0', '0.0', '0.0', '0.0', 4501, 0, 0, 0, 98, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25583, '', 39, 585, 4, 443, 80, 1, 1, 497, 34, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 76, 77, 78, 0, 0, 452, 150, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 196, 189, 0, 0, 0, 0, 0, 100000, 60000, '67.0', '0.0', '0.0', '0.0', 5646, 0, 0, 0, 84, 619, 0, 0, 0, 0, 0, 518, 602, 201, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 413, 0, 0),
(25584, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '95.0', '100.0', '0.0', '0.0', 12968, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25585, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '95.0', '100.0', '0.0', '0.0', 10860, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25586, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '125.0', '0.0', '0.0', '0.0', 16505, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25587, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '125.0', '0.0', '0.0', '0.0', 13894, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25588, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '197.0', '0.0', '0.0', '0.0', 25938, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25589, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '197.0', '0.0', '0.0', '0.0', 21726, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25590, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '245.0', '0.0', '0.0', '0.0', 33012, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25591, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '245.0', '0.0', '0.0', '0.0', 27650, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25592, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '394.0', '0.0', '0.0', '0.0', 51877, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25593, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '394.0', '0.0', '0.0', '0.0', 43450, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25594, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '489.0', '0.0', '0.0', '0.0', 66025, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25595, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '489.0', '0.0', '0.0', '0.0', 55300, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 0, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25596, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '95.0', '100.0', '0.0', '0.0', 12968, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25597, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '95.0', '100.0', '0.0', '0.0', 10860, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25598, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '125.0', '0.0', '0.0', '0.0', 16505, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25599, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 154, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '125.0', '0.0', '0.0', '0.0', 13894, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25600, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '197.0', '0.0', '0.0', '0.0', 25938, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25601, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '197.0', '0.0', '0.0', '0.0', 21726, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25602, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '245.0', '0.0', '0.0', '0.0', 33012, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25603, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '245.0', '0.0', '0.0', '0.0', 27650, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25604, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '394.0', '0.0', '0.0', '0.0', 51877, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25605, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '394.0', '0.0', '0.0', '0.0', 43450, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25606, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 70, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '489.0', '0.0', '0.0', '0.0', 66025, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25607, '', 39, 585, 4, 443, 85, 1, 1, 497, 53, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 452, 157, 0, 0, 0, '0.0', '0.0', 90, 97, 0, 0, 0, 0, 247, 249, 251, 253, 0, 80, 181, 188, 185, 187, 0, 0, 0, 0, 100000, 0, '489.0', '0.0', '0.0', '0.0', 55300, 0, 0, 0, 59, 0, 263, 266, 0, 0, 0, 518, 602, 201, 204, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 5),
(25608, '', 23, 550, 1, 0, 30, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 0, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 2300, 0, 0, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25609, '', 23, 550, 1, 0, 30, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 0, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25610, '', 23, 550, 1, 0, 30, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 0, 97, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 4200, 0, 0, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25611, '', 23, 550, 1, 0, 31, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 2300, 0, 0, 0, 115, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25612, '', 23, 550, 1, 0, 31, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 110, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25613, '', 23, 550, 1, 0, 31, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 4200, 0, 0, 0, 111, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25614, '', 23, 550, 1, 0, 33, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '23.0', '0.0', '0.0', '0.0', 2300, 0, 0, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25615, '', 23, 550, 1, 0, 33, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25616, '', 23, 550, 1, 0, 33, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '42.0', '0.0', '0.0', '0.0', 4200, 0, 0, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25617, '', 23, 550, 1, 0, 32, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 2300, 0, 0, 0, 115, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25618, '', 23, 550, 1, 0, 32, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 3200, 0, 0, 0, 110, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25619, '', 23, 550, 1, 0, 32, 0, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 539, 527, 0, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 4200, 0, 0, 0, 111, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 211, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '4.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25620, '', 23, 550, 1, 0, 34, 0, 1, 497, 43, 48, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 453, 144, 0, 314, 0, '2.0', '3.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 0, 527, 0, 0, 0, 0, 0, 60000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 500, 0, 105, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25621, '', 23, 550, 1, 0, 34, 0, 1, 497, 43, 48, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 453, 144, 0, 314, 0, '2.0', '3.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 0, 527, 0, 0, 0, 0, 0, 60000, 0, '0.0', '0.0', '7.5', '0.0', 0, 0, 750, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25622, '', 23, 550, 1, 0, 34, 0, 1, 497, 43, 48, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 453, 144, 0, 314, 0, '2.0', '3.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 0, 527, 0, 0, 0, 0, 0, 60000, 0, '0.0', '0.0', '10.0', '0.0', 0, 0, 1000, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25623, '', 23, 550, 1, 0, 34, 0, 1, 497, 43, 48, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 453, 144, 0, 314, 0, '4.0', '12.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 0, 527, 0, 0, 0, 0, 0, 60000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 500, 0, 105, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25624, '', 23, 550, 1, 0, 34, 0, 1, 497, 43, 48, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 453, 144, 0, 314, 0, '4.0', '12.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 0, 527, 0, 0, 0, 0, 0, 60000, 0, '0.0', '0.0', '7.5', '0.0', 0, 0, 750, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25625, '', 23, 550, 1, 0, 34, 0, 1, 497, 43, 48, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 453, 144, 0, 314, 0, '4.0', '12.0', 97, 0, 0, 0, 0, 0, 0, 247, 249, 251, 0, 80, 181, 0, 527, 0, 0, 0, 0, 0, 60000, 0, '0.0', '0.0', '10.0', '0.0', 0, 0, 1000, 0, 100, 0, 263, 266, 621, 269, 270, 518, 519, 201, 205, 206, 204, 207, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25626, '', 28, 558, 1, 0, 50, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 249, 251, 0, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 180, 198, 59, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(25627, '', 28, 558, 1, 0, 50, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 249, 251, 0, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 180, 198, 59, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(25628, '', 28, 558, 1, 0, 50, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 249, 251, 0, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 180, 198, 59, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(25629, '', 28, 558, 1, 0, 50, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 245, 249, 251, 0, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 180, 198, 59, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 412, 0, 0, 0, 5),
(25630, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 27, 0, 8, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25631, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 184, 0, 54, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25632, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 63, 0, 19, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25633, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 57, 0, 17, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25634, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 27, 0, 8, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25635, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 184, 0, 54, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25636, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 63, 0, 19, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25637, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 57, 0, 17, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25638, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 27, 0, 8, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25639, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 184, 0, 54, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25640, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 63, 0, 19, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25641, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 57, 0, 17, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25642, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 27, 0, 8, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25643, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 184, 0, 54, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25644, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 63, 0, 19, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25645, '', 28, 558, 1, 0, 51, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 458, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '3.4', '0.0', 0, 0, 57, 0, 17, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25646, '', 28, 558, 1, 0, 48, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 247, 251, 256, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 110, 130, 28, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25647, '', 28, 558, 1, 0, 48, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 247, 251, 256, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 110, 130, 28, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25648, '', 28, 558, 1, 0, 48, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 247, 251, 256, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 110, 130, 28, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25649, '', 28, 558, 1, 0, 48, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 245, 247, 251, 256, 0, 88, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 110, 130, 28, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25650, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 14, 0, 3, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25651, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 96, 0, 20, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25652, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 33, 0, 7, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25653, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '1.0', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 30, 0, 6, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25654, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 14, 0, 3, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25655, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 96, 0, 20, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25656, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 33, 0, 7, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25657, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '4.0', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 30, 0, 6, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25658, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 14, 0, 3, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25659, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 96, 0, 20, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25660, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 33, 0, 7, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25661, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '8.0', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 30, 0, 6, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25662, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 14, 0, 3, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25663, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 96, 0, 20, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25664, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 33, 0, 7, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25665, '', 28, 558, 1, 0, 49, 1, 1, 497, 37, 50, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 76, 79, 78, 77, 0, 453, 141, 0, 314, 0, '12.1', '0.0', 97, 0, 0, 0, 0, 0, 473, 0, 0, 0, 0, 0, 181, 527, 559, 0, 0, 0, 0, 0, 70000, 0, '0.0', '0.0', '4.7', '0.0', 0, 0, 30, 0, 6, 0, 263, 266, 264, 0, 0, 0, 0, 202, 205, 206, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(25666, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 2536, 3305, 0, 0, 110, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25667, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 3433, 4136, 0, 0, 109, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25668, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 4957, 6458, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25669, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 4850, 5644, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25670, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 6709, 8083, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25671, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 7397, 9636, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25672, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 9773, 12732, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25673, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 10010, 12061, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25674, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 9479, 11029, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25675, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 12109, 15775, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25676, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 13226, 15936, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25677, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 14143, 16457, 0, 0, 105, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25678, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 14491, 18878, 0, 0, 119, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25679, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 16387, 19745, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25680, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 17137, 22325, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25681, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 19417, 25296, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25682, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 19610, 23628, 0, 0, 113, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25683, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 18688, 21745, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25684, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 21660, 28217, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25685, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 23191, 27943, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25686, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 23981, 31241, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25687, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 23155, 26942, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25688, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 26277, 31661, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25689, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 29312, 35318, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25690, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 27709, 32241, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25691, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 32453, 39103, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25692, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 32769, 38128, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25693, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 37128, 43202, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25694, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 41417, 48191, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25695, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 45855, 53356, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25696, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 1902, 2156, 0, 0, 110, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25697, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 2574, 2918, 0, 0, 109, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25698, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 3718, 4213, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25699, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 3638, 4123, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25700, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 5031, 5702, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25701, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 5548, 6287, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25702, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7330, 8307, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25703, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7507, 8508, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25704, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 7109, 8057, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25705, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 9082, 10293, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25706, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 9919, 11242, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25707, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 10607, 12022, 0, 0, 105, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25708, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 10868, 12317, 0, 0, 119, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25709, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 12290, 13929, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25710, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 12853, 14566, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25711, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 14562, 16504, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25712, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 14707, 16668, 0, 0, 113, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25713, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 14016, 15885, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25714, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 16245, 18411, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25715, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 17394, 19713, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25716, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 17986, 20384, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25717, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 17366, 19681, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25718, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 19708, 22335, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25719, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 21984, 24915, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25720, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 20781, 23552, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25721, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 24340, 27585, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25722, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 24576, 27853, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25723, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 27846, 31559, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25724, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 31062, 35204, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25725, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 34391, 38976, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25726, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 2536, 3305, 0, 0, 110, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25727, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 3433, 4136, 0, 0, 109, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25728, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 4957, 6458, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25729, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 4850, 5644, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25730, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 6709, 8083, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25731, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 7397, 9636, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25732, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 9773, 12732, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25733, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 10010, 12061, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25734, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 9479, 11029, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25735, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 12109, 15775, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25736, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 13226, 15936, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25737, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 14143, 16457, 0, 0, 105, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25738, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 14491, 18878, 0, 0, 119, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25739, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 16387, 19745, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25740, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 17137, 22325, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25741, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 19417, 25296, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25742, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 19610, 23628, 0, 0, 113, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25743, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 18688, 21745, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25744, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 21660, 28217, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25745, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 23191, 27943, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25746, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 23981, 31241, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25747, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 23155, 26942, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25748, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 26277, 31661, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25749, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 29312, 35318, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25750, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 27709, 32241, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25751, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 32453, 39103, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25752, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 32769, 38128, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25753, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 37128, 43202, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25754, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 41417, 48191, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25755, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 45855, 53356, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25756, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 1902, 2156, 0, 0, 110, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25757, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 2574, 2918, 0, 0, 109, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25758, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 3718, 4213, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25759, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 3638, 4123, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25760, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 5031, 5702, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25761, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 5548, 6287, 0, 0, 120, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25762, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7330, 8307, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25763, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7507, 8508, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25764, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 7109, 8057, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25765, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 9082, 10293, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25766, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 9919, 11242, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25767, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 10607, 12022, 0, 0, 105, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25768, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 10868, 12317, 0, 0, 119, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25769, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 12290, 13929, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25770, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 12853, 14566, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25771, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 14562, 16504, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25772, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 14707, 16668, 0, 0, 113, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25773, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 14016, 15885, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25774, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 16245, 18411, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25775, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 17394, 19713, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25776, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 17986, 20384, 0, 0, 121, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25777, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 17366, 19681, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25778, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 19708, 22335, 0, 0, 115, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25779, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 21984, 24915, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25780, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 20781, 23552, 0, 0, 102, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25781, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 24340, 27585, 0, 0, 112, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25782, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 24576, 27853, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25783, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 27846, 31559, 0, 0, 103, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25784, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 31062, 35204, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25785, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 34391, 38976, 0, 0, 101, 618, 0, 0, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25786, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 2536, 3305, 0, 0, 110, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25787, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 3433, 4136, 0, 0, 109, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25788, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 4957, 6458, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25789, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 4850, 5644, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25790, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 6709, 8083, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25791, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 7397, 9636, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25792, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 9773, 12732, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25793, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 10010, 12061, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25794, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 9479, 11029, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25795, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 12109, 15775, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25796, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 13226, 15936, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25797, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 14143, 16457, 0, 0, 105, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25798, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 14491, 18878, 0, 0, 119, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25799, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 16387, 19745, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25800, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 17137, 22325, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25801, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 19417, 25296, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25802, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 19610, 23628, 0, 0, 113, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25803, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 18688, 21745, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25804, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 21660, 28217, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25805, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 23191, 27943, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25806, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 23981, 31241, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25807, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 23155, 26942, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25808, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 26277, 31661, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25809, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 29312, 35318, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25810, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 27709, 32241, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25811, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 32453, 39103, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25812, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 32769, 38128, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25813, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 37128, 43202, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25814, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 41417, 48191, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25815, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 45855, 53356, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25816, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 1902, 2156, 0, 0, 110, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25817, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 2574, 2918, 0, 0, 109, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25818, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 3718, 4213, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25819, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 3638, 4123, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25820, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 5031, 5702, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25821, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 5548, 6287, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25822, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7330, 8307, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25823, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7507, 8508, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25824, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 7109, 8057, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25825, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 9082, 10293, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25826, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 9919, 11242, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25827, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 10607, 12022, 0, 0, 105, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25828, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 10868, 12317, 0, 0, 119, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25829, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 12290, 13929, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25830, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 12853, 14566, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25831, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 14562, 16504, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25832, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 14707, 16668, 0, 0, 113, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25833, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 14016, 15885, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25834, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 16245, 18411, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25835, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 17394, 19713, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25836, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 17986, 20384, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25837, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 17366, 19681, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25838, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 19708, 22335, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25839, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 21984, 24915, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25840, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 20781, 23552, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25841, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 24340, 27585, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25842, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 24576, 27853, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25843, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 27846, 31559, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25844, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 31062, 35204, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25845, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 0, 0, 195, 196, 526, 524, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 34391, 38976, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25846, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 2536, 3305, 0, 0, 110, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25847, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 3433, 4136, 0, 0, 109, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25848, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 4957, 6458, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25849, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 4850, 5644, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25850, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 6709, 8083, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25851, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 7397, 9636, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25852, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 9773, 12732, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25853, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 10010, 12061, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25854, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 9479, 11029, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25855, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 12109, 15775, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25856, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 13226, 15936, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25857, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 14143, 16457, 0, 0, 105, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25858, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 14491, 18878, 0, 0, 119, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25859, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 16387, 19745, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25860, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 17137, 22325, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25861, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 19417, 25296, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25862, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 19610, 23628, 0, 0, 113, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25863, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 18688, 21745, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25864, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 21660, 28217, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25865, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 23191, 27943, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25866, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 23981, 31241, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25867, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 23155, 26942, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25868, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 26277, 31661, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25869, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 29312, 35318, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25870, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 27709, 32241, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25871, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 32453, 39103, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25872, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 32769, 38128, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25873, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 37128, 43202, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25874, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 41417, 48191, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25875, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 0, 251, 253, 256, 0, 70, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 45855, 53356, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25876, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '30.0', '0.0', '0.0', '0.0', 1902, 2156, 0, 0, 110, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25877, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '38.0', '0.0', '0.0', '0.0', 2574, 2918, 0, 0, 109, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25878, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '54.0', '0.0', '0.0', '0.0', 3718, 4213, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25879, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '56.0', '0.0', '0.0', '0.0', 3638, 4123, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25880, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '72.0', '0.0', '0.0', '0.0', 5031, 5702, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25881, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '80.0', '0.0', '0.0', '0.0', 5548, 6287, 0, 0, 120, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25882, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7330, 8307, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25883, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '105.0', '0.0', '0.0', '0.0', 7507, 8508, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25884, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '107.0', '0.0', '0.0', '0.0', 7109, 8057, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25885, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '130.0', '0.0', '0.0', '0.0', 9082, 10293, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25886, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '138.0', '0.0', '0.0', '0.0', 9919, 11242, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25887, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '157.0', '0.0', '0.0', '0.0', 10607, 12022, 0, 0, 105, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25888, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '159.0', '0.0', '0.0', '0.0', 10868, 12317, 0, 0, 119, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25889, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '176.0', '0.0', '0.0', '0.0', 12290, 13929, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25890, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '184.0', '0.0', '0.0', '0.0', 12853, 14566, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25891, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '209.0', '0.0', '0.0', '0.0', 14562, 16504, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25892, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '210.0', '0.0', '0.0', '0.0', 14707, 16668, 0, 0, 113, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25893, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 155, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '213.0', '0.0', '0.0', '0.0', 14016, 15885, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(25894, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '234.0', '0.0', '0.0', '0.0', 16245, 18411, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25895, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '243.0', '0.0', '0.0', '0.0', 17394, 19713, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25896, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '259.0', '0.0', '0.0', '0.0', 17986, 20384, 0, 0, 121, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25897, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '264.0', '0.0', '0.0', '0.0', 17366, 19681, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25898, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '276.0', '0.0', '0.0', '0.0', 19708, 22335, 0, 0, 115, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25899, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '314.0', '0.0', '0.0', '0.0', 21984, 24915, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25900, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '315.0', '0.0', '0.0', '0.0', 20781, 23552, 0, 0, 102, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25901, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '348.0', '0.0', '0.0', '0.0', 24340, 27585, 0, 0, 112, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25902, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '370.0', '0.0', '0.0', '0.0', 24576, 27853, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25903, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '421.0', '0.0', '0.0', '0.0', 27846, 31559, 0, 0, 103, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25904, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '475.0', '0.0', '0.0', '0.0', 31062, 35204, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25905, '', 3, 429, 2, 444, 47, 0, 1, 497, 26, 35, 0, 0, 0, 0, 0, 0, 0, 54, 71, 0, 0, 74, 76, 77, 78, 0, 452, 156, 0, 0, 0, '0.0', '0.0', 90, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 193, 194, 192, 0, 0, 0, 398, 350000, 60000, '528.0', '0.0', '0.0', '0.0', 34391, 38976, 0, 0, 101, 0, 263, 0, 266, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25906, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '19.7', '0.0', '0.0', '0.0', 1862, 2145, 0, 0, 109, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25907, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '24.1', '0.0', '0.0', '0.0', 2211, 2466, 0, 0, 102, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25908, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '27.1', '0.0', '0.0', '0.0', 2596, 2896, 0, 0, 107, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25909, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '36.2', '0.0', '0.0', '0.0', 3268, 3399, 0, 0, 94, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25910, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '46.4', '0.0', '0.0', '0.0', 3666, 4075, 0, 0, 88, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25911, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '56.2', '0.0', '0.0', '0.0', 4229, 4718, 0, 0, 84, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25912, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '19.7', '0.0', '0.0', '0.0', 1862, 2145, 0, 0, 109, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25913, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '24.1', '0.0', '0.0', '0.0', 2211, 2466, 0, 0, 102, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25914, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '27.1', '0.0', '0.0', '0.0', 2596, 2896, 0, 0, 107, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25915, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '36.2', '0.0', '0.0', '0.0', 3268, 3399, 0, 0, 94, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25916, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '46.4', '0.0', '0.0', '0.0', 3666, 4075, 0, 0, 88, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25917, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '56.2', '0.0', '0.0', '0.0', 4229, 4718, 0, 0, 84, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25918, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '36.2', '0.0', '0.0', '0.0', 3268, 3399, 0, 0, 94, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25919, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '46.4', '0.0', '0.0', '0.0', 3666, 4075, 0, 0, 88, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25920, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '56.2', '0.0', '0.0', '0.0', 4229, 4718, 0, 0, 84, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 205, 206, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25921, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '36.2', '0.0', '0.0', '0.0', 3268, 3399, 0, 0, 94, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25922, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '46.4', '0.0', '0.0', '0.0', 3666, 4075, 0, 0, 88, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25923, '', 1, 427, 2, 444, 6, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '56.2', '0.0', '0.0', '0.0', 4229, 4718, 0, 0, 84, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 205, 0, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25924, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '18.9', '0.0', '0.0', '0.0', 1888, 2261, 0, 0, 120, 0, 263, 266, 0, 0, 0, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25925, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '22.6', '0.0', '0.0', '0.0', 2211, 2466, 0, 0, 109, 0, 263, 266, 0, 0, 0, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25926, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '28.2', '0.0', '0.0', '0.0', 2596, 2896, 0, 0, 103, 0, 263, 266, 0, 0, 0, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25927, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '34.4', '0.0', '0.0', '0.0', 3141, 3761, 0, 0, 109, 0, 263, 0, 0, 621, 628, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25928, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '41.3', '0.0', '0.0', '0.0', 3589, 4298, 0, 0, 104, 0, 263, 0, 0, 621, 628, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25929, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '49.2', '0.0', '0.0', '0.0', 4035, 4832, 0, 0, 98, 0, 263, 0, 0, 621, 628, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25930, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '18.9', '0.0', '0.0', '0.0', 1888, 2261, 0, 0, 120, 0, 263, 266, 0, 0, 0, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25931, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '22.6', '0.0', '0.0', '0.0', 2211, 2466, 0, 0, 109, 0, 263, 266, 0, 0, 0, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25932, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '28.2', '0.0', '0.0', '0.0', 2596, 2896, 0, 0, 103, 0, 263, 266, 0, 0, 0, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25933, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '34.4', '0.0', '0.0', '0.0', 3141, 3761, 0, 0, 109, 0, 263, 0, 0, 621, 628, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25934, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '41.3', '0.0', '0.0', '0.0', 3589, 4298, 0, 0, 104, 0, 263, 0, 0, 621, 628, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25935, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '49.2', '0.0', '0.0', '0.0', 4035, 4832, 0, 0, 98, 0, 263, 0, 0, 621, 628, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25936, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '18.9', '0.0', '0.0', '0.0', 1888, 2261, 0, 0, 120, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25937, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '22.6', '0.0', '0.0', '0.0', 2211, 2466, 0, 0, 109, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25938, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '28.2', '0.0', '0.0', '0.0', 2596, 2896, 0, 0, 103, 0, 263, 266, 0, 0, 0, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25939, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '34.4', '0.0', '0.0', '0.0', 3141, 3761, 0, 0, 109, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25940, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '41.3', '0.0', '0.0', '0.0', 3589, 4298, 0, 0, 104, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25941, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '49.2', '0.0', '0.0', '0.0', 4035, 4832, 0, 0, 98, 0, 263, 0, 0, 621, 628, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25942, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '34.4', '0.0', '0.0', '0.0', 3141, 3761, 0, 0, 109, 619, 0, 0, 0, 0, 0, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25943, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '41.3', '0.0', '0.0', '0.0', 3589, 4298, 0, 0, 104, 619, 0, 0, 0, 0, 0, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25944, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '49.2', '0.0', '0.0', '0.0', 4035, 4832, 0, 0, 98, 619, 0, 0, 0, 0, 0, 518, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25945, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '34.4', '0.0', '0.0', '0.0', 3141, 3761, 0, 0, 109, 619, 0, 0, 0, 0, 0, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25946, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '41.3', '0.0', '0.0', '0.0', 3589, 4298, 0, 0, 104, 619, 0, 0, 0, 0, 0, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25947, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '49.2', '0.0', '0.0', '0.0', 4035, 4832, 0, 0, 98, 619, 0, 0, 0, 0, 0, 518, 0, 201, 0, 0, 0, 207, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25948, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '34.4', '0.0', '0.0', '0.0', 3141, 3761, 0, 0, 109, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25949, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '41.3', '0.0', '0.0', '0.0', 3589, 4298, 0, 0, 104, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25950, '', 1, 427, 2, 444, 7, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 457, 0, 0, 0, '0.0', '0.0', 99, 0, 0, 0, 0, 0, 247, 249, 251, 253, 0, 85, 181, 0, 539, 0, 0, 0, 0, 0, 116000, 60000, '49.2', '0.0', '0.0', '0.0', 4035, 4832, 0, 0, 98, 619, 0, 0, 0, 0, 0, 518, 0, 201, 204, 0, 0, 0, 0, 0, 0, 0, 0, 222, 220, 0, 0, 225, 0, 227, 0, '5.5', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 413, 0, 5),
(25951, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 810, 1035, 0, 0, 69, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25952, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 810, 1035, 0, 0, 69, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25953, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1170, 1495, 0, 0, 68, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25954, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1170, 1495, 0, 0, 68, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25955, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1620, 2070, 0, 0, 71, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25956, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1620, 2070, 0, 0, 71, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25957, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 2520, 3220, 0, 0, 72, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25958, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 810, 1035, 0, 0, 69, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25959, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 810, 1035, 0, 0, 69, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25960, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1170, 1495, 0, 0, 68, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25961, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1170, 1495, 0, 0, 68, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25962, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1620, 2070, 0, 0, 71, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25963, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1620, 2070, 0, 0, 71, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25964, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 2520, 3220, 0, 0, 72, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25965, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 810, 1035, 0, 0, 69, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25966, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 810, 1035, 0, 0, 69, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25967, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1170, 1495, 0, 0, 68, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25968, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1170, 1495, 0, 0, 68, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25969, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1620, 2070, 0, 0, 71, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25970, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1620, 2070, 0, 0, 71, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25971, '', 17, 520, 2, 444, 1, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 547, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 2520, 3220, 0, 0, 72, 0, 263, 0, 0, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25972, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 360, 405, 0, 0, 27, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25973, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 360, 405, 0, 0, 27, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25974, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 520, 585, 0, 0, 27, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25975, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 520, 585, 0, 0, 27, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25976, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 720, 810, 0, 0, 28, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25977, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 720, 810, 0, 0, 28, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25978, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 1120, 1260, 0, 0, 28, 617, 263, 621, 623, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25979, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 360, 405, 0, 0, 27, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25980, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 360, 405, 0, 0, 27, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25981, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 520, 585, 0, 0, 27, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25982, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 520, 585, 0, 0, 27, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25983, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 720, 810, 0, 0, 28, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25984, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 720, 810, 0, 0, 28, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25985, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 1120, 1260, 0, 0, 28, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25986, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 360, 405, 0, 0, 27, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25987, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 360, 405, 0, 0, 27, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25988, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 520, 585, 0, 0, 27, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25989, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 520, 585, 0, 0, 27, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25990, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 720, 810, 0, 0, 28, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25991, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 720, 810, 0, 0, 28, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25992, '', 17, 520, 2, 444, 2, 1, 1, 497, 36, 39, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 94, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 1120, 1260, 0, 0, 28, 0, 263, 0, 0, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25993, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 765, 855, 0, 0, 57, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25994, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 765, 855, 0, 0, 57, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25995, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1105, 1235, 0, 0, 56, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25996, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1105, 1235, 0, 0, 56, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25997, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1530, 1710, 0, 0, 59, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25998, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1530, 1710, 0, 0, 59, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(25999, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 2380, 2660, 0, 0, 60, 617, 263, 621, 623, 628, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26000, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 765, 855, 0, 0, 57, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26001, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 765, 855, 0, 0, 57, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26002, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1105, 1235, 0, 0, 56, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26003, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1105, 1235, 0, 0, 56, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26004, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1530, 1710, 0, 0, 59, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26005, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1530, 1710, 0, 0, 59, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26006, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 2380, 2660, 0, 0, 60, 477, 263, 266, 270, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26007, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 765, 855, 0, 0, 57, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26008, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '13.8', '15.0', '0.0', '0.0', 765, 855, 0, 0, 57, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26009, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1105, 1235, 0, 0, 56, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26010, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1105, 1235, 0, 0, 56, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26011, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1530, 1710, 0, 0, 59, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26012, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 1530, 1710, 0, 0, 59, 0, 263, 266, 264, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26013, '', 17, 520, 2, 444, 3, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 95, 0, 0, 0, 245, 247, 249, 251, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 50000, 0, '44.5', '0.0', '0.0', '0.0', 2380, 2660, 0, 0, 60, 0, 263, 0, 0, 269, 265, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26014, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '7.0', '0.0', '0.0', '0.0', 613, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26015, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1091, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26016, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1508, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26017, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '10.0', '0.0', '0.0', '0.0', 689, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26018, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1259, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26019, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1777, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26020, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '41.0', '0.0', '0.0', '0.0', 2431, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26021, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 1146, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26022, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '7.0', '0.0', '0.0', '0.0', 613, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26023, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1091, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26024, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1508, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26025, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '10.0', '0.0', '0.0', '0.0', 689, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26026, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1259, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26027, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1777, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26028, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '41.0', '0.0', '0.0', '0.0', 2431, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26029, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 1146, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26030, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '7.0', '0.0', '0.0', '0.0', 613, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26031, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1091, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26032, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1508, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26033, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '10.0', '0.0', '0.0', '0.0', 689, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26034, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1259, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26035, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1777, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26036, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '41.0', '0.0', '0.0', '0.0', 2431, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26037, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 1146, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26038, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '7.0', '0.0', '0.0', '0.0', 613, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26039, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1091, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26040, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1508, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26041, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '10.0', '0.0', '0.0', '0.0', 689, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26042, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1259, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26043, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1777, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26044, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '41.0', '0.0', '0.0', '0.0', 2431, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26045, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 1146, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26046, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '7.0', '0.0', '0.0', '0.0', 613, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26047, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1091, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26048, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1508, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26049, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '10.0', '0.0', '0.0', '0.0', 689, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26050, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1259, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26051, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1777, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26052, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '41.0', '0.0', '0.0', '0.0', 2431, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26053, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 1146, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26054, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '7.0', '0.0', '0.0', '0.0', 613, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26055, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 1091, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26056, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1508, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26057, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '10.0', '0.0', '0.0', '0.0', 689, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26058, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '18.0', '0.0', '0.0', '0.0', 1259, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26059, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '26.0', '0.0', '0.0', '0.0', 1777, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26060, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '41.0', '0.0', '0.0', '0.0', 2431, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26061, '', 36, 578, 2, 444, 76, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 1, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '17.0', '0.0', '0.0', '0.0', 1146, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26062, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1226, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26063, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2182, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26064, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3016, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26065, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1378, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26066, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2518, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26067, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3554, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26068, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 4862, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26069, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2292, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26070, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1226, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26071, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2182, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26072, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3016, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26073, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1378, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26074, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2518, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26075, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3554, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26076, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 4862, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26077, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2292, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26078, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1226, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26079, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2182, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26080, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3016, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26081, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1378, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26082, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2518, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26083, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3554, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26084, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 4862, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26085, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2292, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26086, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1226, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26087, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2182, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26088, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3016, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26089, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1378, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26090, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2518, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26091, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3554, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26092, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 4862, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26093, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2292, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26094, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1226, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26095, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2182, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26096, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3016, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26097, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1378, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26098, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2518, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26099, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3554, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26100, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 4862, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26101, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2292, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26102, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '15.0', '0.0', '0.0', '0.0', 1226, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26103, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '28.0', '0.0', '0.0', '0.0', 2182, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26104, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3016, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26105, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '19.0', '0.0', '0.0', '0.0', 1378, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26106, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '37.0', '0.0', '0.0', '0.0', 2518, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26107, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '52.0', '0.0', '0.0', '0.0', 3554, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26108, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '82.0', '0.0', '0.0', '0.0', 4862, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26109, '', 36, 578, 2, 444, 75, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 2, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '34.0', '0.0', '0.0', '0.0', 2292, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26110, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1839, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26111, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '43.0', '0.0', '0.0', '0.0', 3273, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26112, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '77.0', '0.0', '0.0', '0.0', 4524, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26113, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2067, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26114, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3777, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26115, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '78.0', '0.0', '0.0', '0.0', 5331, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26116, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '123.0', '0.0', '0.0', '0.0', 7293, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26117, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3438, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26118, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1839, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26119, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '43.0', '0.0', '0.0', '0.0', 3273, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26120, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '77.0', '0.0', '0.0', '0.0', 4524, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26121, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2067, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26122, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3777, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26123, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '78.0', '0.0', '0.0', '0.0', 5331, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26124, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '123.0', '0.0', '0.0', '0.0', 7293, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26125, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3438, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26126, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1839, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26127, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '43.0', '0.0', '0.0', '0.0', 3273, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26128, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '77.0', '0.0', '0.0', '0.0', 4524, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26129, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2067, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26130, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3777, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26131, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '78.0', '0.0', '0.0', '0.0', 5331, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26132, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '123.0', '0.0', '0.0', '0.0', 7293, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26133, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3438, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26134, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1839, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26135, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '43.0', '0.0', '0.0', '0.0', 3273, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26136, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '77.0', '0.0', '0.0', '0.0', 4524, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26137, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2067, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26138, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3777, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26139, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '78.0', '0.0', '0.0', '0.0', 5331, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26140, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '123.0', '0.0', '0.0', '0.0', 7293, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26141, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3438, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26142, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1839, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26143, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '43.0', '0.0', '0.0', '0.0', 3273, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26144, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '77.0', '0.0', '0.0', '0.0', 4524, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26145, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2067, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26146, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3777, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26147, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '78.0', '0.0', '0.0', '0.0', 5331, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26148, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '123.0', '0.0', '0.0', '0.0', 7293, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26149, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3438, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26150, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '22.0', '0.0', '0.0', '0.0', 1839, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26151, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '43.0', '0.0', '0.0', '0.0', 3273, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26152, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '77.0', '0.0', '0.0', '0.0', 4524, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26153, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2067, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26154, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '55.0', '0.0', '0.0', '0.0', 3777, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26155, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '78.0', '0.0', '0.0', '0.0', 5331, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26156, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '123.0', '0.0', '0.0', '0.0', 7293, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26157, '', 36, 578, 2, 444, 74, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 3, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '50.0', '0.0', '0.0', '0.0', 3438, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26158, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26159, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26160, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.0', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26161, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26162, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26163, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26164, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26165, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26166, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26167, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26168, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.0', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26169, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26170, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26171, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26172, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26173, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26174, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26175, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26176, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.0', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26177, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26178, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26179, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26180, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26181, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26182, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26183, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26184, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.0', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26185, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26186, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26187, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26188, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26189, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26190, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26191, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26192, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.0', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26193, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26194, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26195, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26196, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26197, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26198, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26199, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '57.0', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26200, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.0', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26201, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26202, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.0', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26203, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26204, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26205, '', 36, 578, 2, 444, 73, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.0', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26206, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '36.0', '0.0', '0.0', '0.0', 3065, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26207, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '71.0', '0.0', '0.0', '0.0', 5455, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26208, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '129.0', '0.0', '0.0', '0.0', 7540, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26209, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 3445, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26210, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '92.0', '0.0', '0.0', '0.0', 6295, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26211, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '130.0', '0.0', '0.0', '0.0', 8885, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26212, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '205.0', '0.0', '0.0', '0.0', 12155, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26213, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '84.0', '0.0', '0.0', '0.0', 5730, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26214, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '36.0', '0.0', '0.0', '0.0', 3065, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26215, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '71.0', '0.0', '0.0', '0.0', 5455, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26216, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '129.0', '0.0', '0.0', '0.0', 7540, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26217, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 3445, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26218, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '92.0', '0.0', '0.0', '0.0', 6295, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26219, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '130.0', '0.0', '0.0', '0.0', 8885, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26220, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '205.0', '0.0', '0.0', '0.0', 12155, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26221, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '84.0', '0.0', '0.0', '0.0', 5730, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26222, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '36.0', '0.0', '0.0', '0.0', 3065, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26223, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '71.0', '0.0', '0.0', '0.0', 5455, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26224, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '129.0', '0.0', '0.0', '0.0', 7540, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26225, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 3445, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26226, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '92.0', '0.0', '0.0', '0.0', 6295, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26227, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '130.0', '0.0', '0.0', '0.0', 8885, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26228, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '205.0', '0.0', '0.0', '0.0', 12155, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26229, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '84.0', '0.0', '0.0', '0.0', 5730, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26230, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '36.0', '0.0', '0.0', '0.0', 3065, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26231, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '71.0', '0.0', '0.0', '0.0', 5455, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26232, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '129.0', '0.0', '0.0', '0.0', 7540, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26233, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 3445, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26234, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '92.0', '0.0', '0.0', '0.0', 6295, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26235, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '130.0', '0.0', '0.0', '0.0', 8885, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26236, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '205.0', '0.0', '0.0', '0.0', 12155, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26237, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '84.0', '0.0', '0.0', '0.0', 5730, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26238, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '36.0', '0.0', '0.0', '0.0', 3065, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26239, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '71.0', '0.0', '0.0', '0.0', 5455, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26240, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '129.0', '0.0', '0.0', '0.0', 7540, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26241, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 3445, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26242, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '92.0', '0.0', '0.0', '0.0', 6295, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26243, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '130.0', '0.0', '0.0', '0.0', 8885, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26244, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '205.0', '0.0', '0.0', '0.0', 12155, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26245, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '84.0', '0.0', '0.0', '0.0', 5730, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26246, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '36.0', '0.0', '0.0', '0.0', 3065, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26247, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '71.0', '0.0', '0.0', '0.0', 5455, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26248, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '129.0', '0.0', '0.0', '0.0', 7540, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26249, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '48.0', '0.0', '0.0', '0.0', 3445, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26250, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '92.0', '0.0', '0.0', '0.0', 6295, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26251, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '130.0', '0.0', '0.0', '0.0', 8885, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26252, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '205.0', '0.0', '0.0', '0.0', 12155, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26253, '', 36, 578, 2, 444, 72, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 5, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '84.0', '0.0', '0.0', '0.0', 5730, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26254, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3678, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26255, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '85.0', '0.0', '0.0', '0.0', 6546, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26256, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '155.0', '0.0', '0.0', '0.0', 9048, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26257, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '58.0', '0.0', '0.0', '0.0', 4134, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26258, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '110.0', '0.0', '0.0', '0.0', 7554, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26259, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '156.0', '0.0', '0.0', '0.0', 10662, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26260, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '246.0', '0.0', '0.0', '0.0', 14586, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26261, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '101.0', '0.0', '0.0', '0.0', 6876, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26262, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3678, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26263, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '85.0', '0.0', '0.0', '0.0', 6546, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26264, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '155.0', '0.0', '0.0', '0.0', 9048, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26265, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '58.0', '0.0', '0.0', '0.0', 4134, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26266, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '110.0', '0.0', '0.0', '0.0', 7554, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26267, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '156.0', '0.0', '0.0', '0.0', 10662, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26268, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '246.0', '0.0', '0.0', '0.0', 14586, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26269, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '101.0', '0.0', '0.0', '0.0', 6876, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26270, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3678, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26271, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '85.0', '0.0', '0.0', '0.0', 6546, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26272, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '155.0', '0.0', '0.0', '0.0', 9048, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26273, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '58.0', '0.0', '0.0', '0.0', 4134, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26274, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '110.0', '0.0', '0.0', '0.0', 7554, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26275, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '156.0', '0.0', '0.0', '0.0', 10662, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26276, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '246.0', '0.0', '0.0', '0.0', 14586, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26277, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '101.0', '0.0', '0.0', '0.0', 6876, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26278, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3678, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26279, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '85.0', '0.0', '0.0', '0.0', 6546, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26280, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '155.0', '0.0', '0.0', '0.0', 9048, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26281, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '58.0', '0.0', '0.0', '0.0', 4134, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26282, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '110.0', '0.0', '0.0', '0.0', 7554, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26283, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '156.0', '0.0', '0.0', '0.0', 10662, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26284, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '246.0', '0.0', '0.0', '0.0', 14586, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26285, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '101.0', '0.0', '0.0', '0.0', 6876, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26286, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3678, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26287, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '85.0', '0.0', '0.0', '0.0', 6546, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26288, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '155.0', '0.0', '0.0', '0.0', 9048, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26289, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '58.0', '0.0', '0.0', '0.0', 4134, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26290, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '110.0', '0.0', '0.0', '0.0', 7554, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26291, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '156.0', '0.0', '0.0', '0.0', 10662, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26292, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '246.0', '0.0', '0.0', '0.0', 14586, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26293, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '101.0', '0.0', '0.0', '0.0', 6876, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26294, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '44.0', '0.0', '0.0', '0.0', 3678, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26295, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '85.0', '0.0', '0.0', '0.0', 6546, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26296, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '155.0', '0.0', '0.0', '0.0', 9048, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26297, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '58.0', '0.0', '0.0', '0.0', 4134, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26298, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '110.0', '0.0', '0.0', '0.0', 7554, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26299, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '156.0', '0.0', '0.0', '0.0', 10662, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26300, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '246.0', '0.0', '0.0', '0.0', 14586, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26301, '', 36, 578, 2, 444, 71, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 452, 147, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 6, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '101.0', '0.0', '0.0', '0.0', 6876, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26302, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 543, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26303, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 543, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '56.8', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26304, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 543, 48, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.2', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26305, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 48, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.4', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26306, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.2', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26307, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26308, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26309, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.2', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26310, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26311, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '56.8', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26312, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.2', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26313, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.4', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26314, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.2', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26315, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26316, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26317, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.2', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 617, 263, 621, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26318, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26319, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '56.8', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26320, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.2', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26321, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.4', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26322, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.2', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26323, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26324, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26325, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.2', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26326, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26327, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '56.8', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26328, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.2', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26329, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.4', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26330, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.2', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26331, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26332, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26333, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.2', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 477, 263, 266, 0, 0, 0, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26334, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26335, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '56.8', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26336, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.2', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26337, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.4', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26338, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.2', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26339, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26340, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 0, 0, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26341, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.2', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 225, 226, 227, 0, '7.9', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26342, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '29.0', '0.0', '0.0', '0.0', 2452, 0, 0, 0, 84, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26343, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '56.8', '0.0', '0.0', '0.0', 4364, 0, 0, 0, 77, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26344, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '103.2', '0.0', '0.0', '0.0', 6032, 0, 0, 0, 58, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26345, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '38.4', '0.0', '0.0', '0.0', 2756, 0, 0, 0, 72, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26346, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '73.2', '0.0', '0.0', '0.0', 5036, 0, 0, 0, 69, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26347, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '104.0', '0.0', '0.0', '0.0', 7108, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26348, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '164.0', '0.0', '0.0', '0.0', 9724, 0, 0, 0, 59, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(26349, '', 36, 578, 2, 444, 70, 0, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 152, 0, 0, 0, '0.0', '0.0', 91, 547, 0, 0, 4, 0, 245, 247, 249, 251, 0, 95, 181, 185, 186, 187, 0, 0, 0, 0, 50000, 0, '67.2', '0.0', '0.0', '0.0', 4584, 0, 0, 0, 68, 0, 263, 266, 621, 623, 268, 0, 0, 201, 205, 206, 204, 0, 0, 0, 0, 0, 0, 220, 222, 221, 0, 228, 0, 0, 0, '8.3', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26350, '', 47, 645, 10, 644, 105, 1, 1, 497, 51, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 0, 88, 151, 0, 0, 0, '0.0', '0.0', 89, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 181, 559, 0, 0, 0, 0, 0, 0, 0, 0, '9.0', '0.0', '0.0', '0.0', 132, 0, 0, 0, 15, 263, 0, 623, 622, 0, 0, 0, 0, 202, 205, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26351, '', 47, 645, 10, 644, 104, 1, 1, 497, 51, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 0, 88, 151, 0, 0, 0, '0.0', '0.0', 89, 0, 0, 0, 0, 0, 576, 0, 0, 0, 0, 0, 181, 559, 0, 0, 0, 0, 0, 0, 0, 0, '14.0', '0.0', '0.0', '0.0', 445, 0, 0, 0, 32, 263, 0, 623, 0, 0, 0, 0, 0, 202, 205, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26352, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 0, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26353, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26354, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26355, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26356, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26357, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26358, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26359, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26360, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 0, 477, 263, 269, 267, 0, 270, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26361, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 270, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26362, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 477, 263, 269, 267, 0, 270, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26363, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26364, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26365, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26366, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26367, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26368, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26369, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26370, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26371, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26372, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26373, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26374, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26375, '', 19, 522, 1, 0, 4, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26376, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 0, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26377, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26378, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26379, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26380, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26381, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26382, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26383, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 617, 263, 0, 621, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26384, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 0, 477, 263, 269, 267, 0, 270, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26385, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 270, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26386, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 477, 263, 269, 267, 0, 270, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26387, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26388, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26389, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26390, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26391, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 477, 263, 269, 267, 0, 270, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26392, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26393, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26394, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26395, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 265, 264, 266, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26396, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26397, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 210, 0, 0, 0, 221, 482, 0, 0, 225, 0, 0, 0, '4.8', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26398, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '14.0', '0.0', '0.0', '0.0', 850, 1000, 0, 0, 71, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26399, '', 19, 522, 1, 0, 5, 0, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 93, 96, 0, 0, 0, 0, 245, 247, 249, 0, 0, 80, 181, 186, 187, 188, 0, 0, 0, 0, 50000, 0, '20.0', '0.0', '0.0', '0.0', 1105, 1300, 0, 0, 65, 0, 263, 0, 0, 266, 0, 0, 0, 201, 206, 0, 0, 0, 0, 0, 0, 0, 0, 221, 482, 0, 0, 225, 226, 0, 235, '7.5', 0, 0, 0, 0, 0, 410, 415, 416, 0, 0, 0, 0, 5),
(26400, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26401, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26402, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26403, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26404, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26405, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26406, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26407, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26408, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26409, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26410, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26411, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 632, 634, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26412, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26413, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26414, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26415, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26416, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26417, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26418, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26419, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 632, 0, 633, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26420, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 634, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26421, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 634, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26422, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 634, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26423, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 634, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26424, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26425, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26426, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26427, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26428, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26429, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26430, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26431, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26432, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26433, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26434, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26435, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26436, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26437, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26438, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26439, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26440, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26441, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26442, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26443, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26444, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26445, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26446, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26447, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26448, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26449, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26450, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26451, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26452, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26453, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26454, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26455, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26456, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26457, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26458, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26459, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 223, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26460, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26461, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26462, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26463, '', 19, 522, 1, 0, 81, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26464, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26465, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26466, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26467, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26468, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26469, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26470, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26471, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26472, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26473, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26474, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26475, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26476, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26477, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26478, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26479, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26480, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 0, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26481, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 0, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26482, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 0, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26483, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 0, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26484, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26485, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26486, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26487, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26488, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26489, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26490, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26491, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26492, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26493, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26494, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26495, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26496, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26497, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26498, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26499, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26500, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26501, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26502, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26503, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 617, 263, 0, 633, 634, 632, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26504, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26505, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26506, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26507, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26508, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26509, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26510, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26511, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26512, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26513, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26514, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26515, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26516, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26517, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26518, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26519, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26520, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26521, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26522, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26523, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26524, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26525, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26526, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26527, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26528, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26529, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26530, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26531, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26532, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26533, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26534, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26535, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26536, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26537, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26538, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26539, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26540, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26541, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26542, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26543, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 477, 263, 268, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26544, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26545, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26546, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26547, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26548, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26549, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26550, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26551, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26552, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26553, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26554, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26555, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26556, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26557, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26558, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26559, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26560, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26561, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26562, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26563, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26564, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26565, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26566, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26567, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26568, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26569, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26570, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26571, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '7.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26572, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26573, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26574, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '7.5', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26575, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 227, 226, 0, 0, '8.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26576, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26577, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26578, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26579, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 210, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '4.7', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26580, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 825, 950, 0, 0, 59, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26581, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 250, 0, 0, 80, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1400, 1600, 0, 0, 50, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26582, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '16.0', '0.0', '0.0', '0.0', 650, 725, 0, 0, 45, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26583, '', 19, 522, 1, 0, 82, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 88, 146, 0, 0, 0, '0.0', '0.0', 91, 96, 93, 0, 0, 0, 246, 248, 0, 0, 0, 90, 181, 188, 186, 187, 0, 0, 0, 0, 50000, 0, '32.0', '0.0', '0.0', '0.0', 1100, 1200, 0, 0, 38, 0, 263, 266, 0, 0, 0, 0, 0, 201, 0, 205, 206, 0, 0, 0, 0, 0, 0, 482, 0, 0, 0, 225, 0, 0, 0, '3.0', 0, 0, 0, 0, 0, 410, 0, 416, 0, 0, 0, 0, 5),
(26584, '', 35, 575, 1, 0, 113, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26585, '', 35, 575, 1, 0, 114, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26586, '', 35, 575, 1, 0, 115, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26587, '', 35, 575, 1, 0, 114, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26588, '', 35, 575, 1, 0, 114, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26589, '', 35, 575, 1, 0, 116, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26590, '', 35, 575, 1, 0, 117, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26615, '', 54, 663, 1, 0, 121, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26616, '', 54, 663, 1, 0, 122, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26619, '', 40, 590, 1, 0, 126, 0, 1, 497, 658, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 97, 96, 469, 0, 0, 0, 247, 0, 0, 0, 0, 95, 181, 186, 0, 0, 0, 0, 0, 0, 50000, 0, '9.3', '0.0', '0.0', '0.0', 217, 0, 0, 0, 23, 263, 0, 265, 264, 0, 0, 0, 0, 202, 203, 205, 0, 0, 0, 0, 211, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26620, '', 40, 590, 1, 0, 126, 0, 1, 497, 658, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 96, 97, 469, 0, 0, 0, 247, 0, 0, 0, 0, 95, 181, 187, 0, 0, 0, 0, 0, 0, 50000, 0, '9.0', '0.0', '0.0', '0.0', 217, 0, 0, 0, 23, 263, 0, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26621, '', 40, 590, 1, 0, 126, 0, 1, 497, 658, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 96, 97, 469, 0, 0, 0, 247, 0, 0, 0, 0, 95, 181, 186, 0, 0, 0, 0, 0, 0, 50000, 0, '9.0', '0.0', '0.0', '0.0', 315, 0, 0, 0, 38, 263, 0, 264, 265, 0, 0, 0, 0, 202, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26622, '', 40, 590, 1, 0, 126, 0, 1, 497, 658, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 96, 97, 469, 0, 0, 0, 247, 0, 0, 0, 0, 95, 181, 187, 0, 0, 0, 0, 0, 0, 50000, 0, '9.0', '0.0', '0.0', '0.0', 315, 0, 0, 0, 38, 263, 0, 264, 265, 0, 0, 0, 0, 201, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26623, '', 40, 590, 1, 0, 126, 0, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 664, 0, 0, 0, 0, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 96, 97, 469, 0, 0, 0, 247, 0, 0, 0, 0, 95, 181, 187, 0, 0, 0, 0, 0, 0, 50000, 0, '9.0', '0.0', '0.0', '0.0', 315, 0, 0, 0, 38, 263, 0, 264, 265, 0, 0, 0, 0, 202, 205, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26624, '', 40, 590, 1, 0, 126, 0, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 664, 0, 0, 0, 0, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 96, 97, 469, 0, 0, 0, 247, 0, 0, 0, 0, 95, 181, 186, 0, 0, 0, 0, 0, 0, 50000, 0, '9.0', '0.0', '0.0', '0.0', 217, 0, 0, 0, 23, 263, 0, 264, 265, 0, 0, 0, 0, 202, 205, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26625, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 76, 0, 0, 0, 453, 142, 0, 314, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 477, 263, 268, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26626, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 76, 0, 0, 0, 453, 142, 0, 314, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 95, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 46, 477, 263, 268, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26627, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 76, 0, 0, 0, 453, 142, 0, 314, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.0', '0.0', 0, 0, 235, 0, 46, 477, 263, 268, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26628, '', 40, 590, 1, 0, 83, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 61, 71, 0, 0, 74, 76, 0, 0, 0, 453, 142, 0, 314, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 244, 249, 251, 255, 0, 85, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '2.5', '0.0', 0, 0, 115, 0, 46, 477, 263, 268, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26629, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26630, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1700, 0, 0, 0, 71, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26631, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 71, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26632, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '62.0', '0.0', '0.0', '0.0', 4500, 0, 0, 0, 73, 263, 477, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26633, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26634, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1700, 0, 0, 0, 71, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26635, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 71, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26636, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 850, 0, 0, 0, 57, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26637, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 58, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26638, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 57, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26639, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '62.0', '0.0', '0.0', '0.0', 3700, 0, 0, 0, 60, 263, 477, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26640, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 850, 0, 0, 0, 57, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26641, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 58, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26642, '', 53, 661, 1, 0, 124, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 450, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 57, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26643, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26644, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1700, 0, 0, 0, 71, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26645, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 71, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26646, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '62.0', '0.0', '0.0', '0.0', 4500, 0, 0, 0, 73, 263, 477, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26647, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26648, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1700, 0, 0, 0, 71, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26649, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 71, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26650, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 850, 0, 0, 0, 57, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26651, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 58, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26652, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 57, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26653, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '62.0', '0.0', '0.0', '0.0', 3700, 0, 0, 0, 60, 263, 477, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26654, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 850, 0, 0, 0, 57, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26655, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 58, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26656, '', 53, 661, 1, 0, 123, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 665, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 57, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(26657, '', 53, 661, 1, 0, 120, 1, 1, 497, 34, 448, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 247, 249, 251, 253, 255, 70, 0, 193, 196, 0, 0, 0, 0, 0, 175000, 0, '36.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 67, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26658, '', 53, 661, 1, 0, 120, 1, 1, 497, 34, 448, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 247, 249, 251, 253, 255, 70, 0, 193, 196, 0, 0, 0, 0, 0, 175000, 0, '53.0', '0.0', '0.0', '0.0', 7500, 0, 0, 0, 67, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26659, '', 53, 661, 1, 0, 120, 1, 1, 497, 34, 448, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 247, 249, 251, 253, 255, 70, 0, 193, 196, 0, 0, 0, 0, 0, 150000, 0, '78.0', '0.0', '0.0', '0.0', 10000, 0, 0, 0, 67, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 208, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26660, '', 53, 661, 1, 0, 120, 1, 1, 497, 34, 448, 0, 0, 0, 0, 0, 0, 0, 61, 64, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 247, 249, 251, 253, 255, 70, 0, 193, 196, 0, 0, 0, 0, 0, 125000, 0, '105.0', '0.0', '0.0', '0.0', 13000, 0, 0, 0, 67, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26661, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 150000, 0, '112.0', '0.0', '0.0', '0.0', 12000, 0, 0, 0, 107, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26662, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 150000, 0, '158.0', '0.0', '0.0', '0.0', 16000, 0, 0, 0, 101, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26663, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 100000, 0, '224.0', '0.0', '0.0', '0.0', 20000, 0, 0, 0, 89, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26664, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 80000, 0, '337.0', '0.0', '0.0', '0.0', 30000, 0, 0, 0, 89, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26665, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 200000, 0, '100.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 140, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26666, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 175000, 0, '155.0', '0.0', '0.0', '0.0', 20000, 0, 0, 0, 129, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26667, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 150000, 0, '205.0', '0.0', '0.0', '0.0', 23000, 0, 0, 0, 112, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26668, '', 53, 661, 1, 0, 119, 0, 1, 497, 26, 0, 0, 0, 0, 0, 0, 0, 0, 54, 666, 0, 0, 74, 76, 77, 0, 0, 87, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 0, 0, 251, 253, 255, 70, 0, 193, 194, 195, 196, 0, 0, 0, 12000, 0, '325.0', '0.0', '0.0', '0.0', 36000, 0, 0, 0, 111, 263, 0, 266, 0, 0, 0, 519, 563, 201, 204, 205, 206, 207, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 10),
(26669, '', 48, 646, 9, 639, 127, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26670, '', 48, 646, 9, 639, 129, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26671, '', 55, 667, 2, 444, 136, 0, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26672, '', 21, 541, 1, 0, 14, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26673, '', 55, 667, 2, 444, 137, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26674, '', 55, 667, 2, 444, 139, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26675, '', 56, 668, 1, 0, 141, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26676, '', 56, 668, 1, 0, 142, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26677, '', 56, 668, 1, 0, 143, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26678, '', 56, 668, 1, 0, 144, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26679, '', 56, 668, 1, 0, 144, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26680, '', 56, 668, 1, 0, 145, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26681, '', 29, 561, 1, 0, 146, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26682, '', 56, 668, 1, 0, 148, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26683, '', 56, 668, 1, 0, 149, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26684, '', 57, 669, 1, 0, 150, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26685, '', 57, 669, 1, 0, 150, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26686, '', 57, 669, 1, 0, 151, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26687, '', 9, 435, 1, 0, 152, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26688, '', 57, 669, 1, 0, 153, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26689, '', 57, 669, 1, 0, 154, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26690, '', 33, 573, 2, 444, 155, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26691, '', 2, 428, 2, 444, 159, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26692, '', 33, 573, 2, 444, 161, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26693, '', 58, 670, 1, 0, 162, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26694, '', 2, 428, 2, 444, 163, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26695, '', 2, 428, 2, 444, 164, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26696, '', 58, 670, 1, 0, 165, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26697, '', 58, 670, 1, 0, 166, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26698, '', 33, 573, 2, 444, 155, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26700, '', 58, 670, 1, 0, 168, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26701, '', 37, 581, 2, 444, 169, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26702, '', 37, 581, 2, 444, 169, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26703, '', 37, 581, 2, 444, 170, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26704, '', 6, 432, 4, 443, 171, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26705, '', 29, 561, 1, 0, 172, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26706, '', 29, 561, 1, 0, 175, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26707, '', 29, 561, 1, 0, 177, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26708, '', 29, 561, 1, 0, 179, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26709, '', 6, 432, 4, 443, 181, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26710, '', 6, 432, 4, 443, 182, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26711, '', 6, 432, 4, 443, 183, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26712, '', 58, 670, 1, 0, 168, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26713, '', 34, 574, 1, 0, 184, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26714, '', 34, 574, 1, 0, 186, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26715, '', 34, 574, 1, 0, 188, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26716, '', 43, 616, 8, 615, 190, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26717, '', 43, 616, 8, 615, 191, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26718, '', 41, 611, 1, 0, 192, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26719, '', 41, 611, 1, 0, 194, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26720, '', 41, 611, 1, 0, 196, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26721, '', 41, 611, 1, 0, 198, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26722, '', 43, 616, 8, 615, 201, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26724, '', 43, 616, 8, 615, 202, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26725, '', 43, 616, 8, 615, 203, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26875, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26876, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26877, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26878, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26879, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26880, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26881, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26882, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26883, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26884, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(26885, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26886, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26887, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26888, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26889, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26890, '', 60, 672, 2, 444, 206, 1, 1, 497, 36, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 94, 547, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 185, 186, 187, 0, 0, 0, 0, 40000, 0, '19.0', '21.0', '0.0', '0.0', 1200, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 0, 225, 0, 0, '6.4', 105, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26891, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26892, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26893, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26894, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26895, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26896, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26897, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26898, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26899, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26900, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 263, 266, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26901, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26902, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26903, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 249, 251, 0, 80, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26904, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 266, 264, 265, 621, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26905, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 623, 268, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26906, '', 60, 672, 2, 444, 207, 1, 1, 497, 39, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 87, 144, 146, 0, 0, '0.0', '0.0', 91, 95, 0, 0, 0, 0, 245, 247, 0, 0, 0, 90, 181, 189, 0, 0, 0, 0, 0, 0, 40000, 0, '14.3', '16.1', '0.0', '0.0', 900, 0, 0, 0, 63, 263, 477, 0, 268, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 210, 0, 0, 0, 220, 0, 0, 0, 226, 225, 227, 0, '6.4', 0, 0, 0, 408, 0, 0, 0, 0, 412, 411, 0, 0, 5),
(26907, '', 59, 671, 5, 566, 205, 1, 1, 497, 37, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 74, 0, 0, 0, 0, 453, 144, 146, 0, 0, '0.0', '0.0', 557, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '14.9', '0.0', '0.0', '0.0', 1517, 0, 0, 0, 102, 263, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26913, '', 59, 671, 5, 566, 200, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 153, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1407, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26914, '', 59, 671, 5, 566, 200, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 1778, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26915, '', 59, 671, 5, 566, 200, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 1644, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26916, '', 59, 671, 5, 566, 200, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 1981, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26917, '', 59, 671, 5, 566, 200, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 2291, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26918, '', 59, 671, 5, 566, 209, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 153, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '27.0', '0.0', '0.0', '0.0', 1407, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26919, '', 59, 671, 5, 566, 209, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 154, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '40.0', '0.0', '0.0', '0.0', 1778, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26920, '', 59, 671, 5, 566, 209, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '30.0', '0.0', '0.0', '0.0', 1644, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26921, '', 59, 671, 5, 566, 209, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '38.0', '0.0', '0.0', '0.0', 1981, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26922, '', 59, 671, 5, 566, 209, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 58, 0, 0, 74, 76, 84, 0, 0, 88, 155, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 0, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '45.0', '0.0', '0.0', '0.0', 2291, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 0, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26923, '', 59, 671, 5, 566, 204, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26924, '', 59, 671, 5, 566, 204, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 455, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26925, '', 59, 671, 5, 566, 210, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 4000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26926, '', 59, 671, 5, 566, 210, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 457, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26927, '', 59, 671, 5, 566, 211, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 9000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26928, '', 59, 671, 5, 566, 211, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 11000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26929, '', 59, 671, 5, 566, 211, 1, 1, 497, 45, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 450, 0, 0, 0, 452, 529, 0, 0, 0, '0.0', '0.0', 97, 0, 0, 0, 0, 0, 249, 251, 253, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 100000, 0, '0.0', '0.0', '0.0', '0.0', 13000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 0, 206, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26930, 'B230A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '26.0', '0.0', '0.0', '0.0', 2085, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26931, 'B230B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '26.0', '0.0', '0.0', '0.0', 1689, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26932, 'B235A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 80, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '26.0', '0.0', '0.0', '0.0', 2127, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26933, 'B235B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '26.0', '0.0', '0.0', '0.0', 1770, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26934, 'B240A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 80, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '26.0', '0.0', '0.0', '0.0', 2169, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26935, 'B240B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '26.0', '0.0', '0.0', '0.0', 1820, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26936, 'B430A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 80, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '38.0', '0.0', '0.0', '0.0', 3045, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26937, 'B430B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '38.0', '0.0', '0.0', '0.0', 2471, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26938, 'B435A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 80, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '38.0', '0.0', '0.0', '0.0', 3133, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26939, 'B435B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 90, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '38.0', '0.0', '0.0', '0.0', 2674, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26940, 'B440A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 80, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '38.0', '0.0', '0.0', '0.0', 3185, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26941, 'B440B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 674, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '38.0', '0.0', '0.0', '0.0', 2686, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26942, 'X30A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 83, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '36.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26943, 'X35A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 83, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '36.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26944, 'X40A', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 83, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '36.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26945, 'X30B', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 83, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '36.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26946, 'X30C', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 98, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '41.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26947, 'X35C', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 98, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '41.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26948, 'X40C', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 98, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '41.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(26949, 'X30D', 58, 670, 1, 0, 167, 1, 1, 497, 658, 36, 0, 0, 673, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 152, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 98, 181, 185, 186, 187, 188, 0, 0, 0, 60000, 0, '41.0', '0.0', '0.0', '0.0', 2262, 0, 0, 0, 0, 263, 0, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27030, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27031, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27032, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27033, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27034, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27035, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27036, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27037, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27038, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27039, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27040, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27041, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27042, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27043, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27044, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27045, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27046, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27047, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27048, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27049, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27050, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27051, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27052, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27053, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27054, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27055, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27056, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27057, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27058, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27059, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27060, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27061, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27062, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27063, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27064, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27065, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27066, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '70.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 71, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27067, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '97.0', '0.0', '0.0', '0.0', 6750, 0, 0, 0, 70, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27068, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '133.0', '0.0', '0.0', '0.0', 8850, 0, 0, 0, 67, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27069, '', 61, 679, 1, 0, 213, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 159, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '200.0', '0.0', '0.0', '0.0', 12500, 0, 0, 0, 63, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27070, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27071, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27072, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27073, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27074, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27075, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27076, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27077, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27078, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27079, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27080, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27081, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27082, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27083, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27084, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27085, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27086, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27087, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(27088, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27089, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27090, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27091, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27092, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27093, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 0, 266, 662, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27094, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27095, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27096, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27097, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 477, 266, 268, 662, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27098, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27099, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27100, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27101, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 477, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27102, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27103, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27104, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27105, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 263, 617, 680, 681, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27106, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '42.0', '0.0', '0.0', '0.0', 2900, 0, 0, 0, 69, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27107, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '58.0', '0.0', '0.0', '0.0', 3750, 0, 0, 0, 65, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27108, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '80.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 63, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27109, '', 61, 679, 1, 0, 212, 1, 1, 497, 42, 44, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 97, 467, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 183, 527, 0, 0, 0, 0, 0, 0, 150000, 0, '118.0', '0.0', '0.0', '0.0', 7275, 0, 0, 0, 62, 619, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0),
(27110, '', 55, 667, 2, 444, 214, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27111, '', 55, 667, 2, 444, 215, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27112, '', 55, 667, 2, 444, 214, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27113, '', 55, 667, 2, 444, 216, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27114, '', 34, 574, 1, 0, 217, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27115, '', 34, 574, 1, 0, 221, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27236, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 263, 477, 683, 662, 268, 621, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27237, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 263, 477, 623, 266, 0, 0, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27238, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 263, 0, 266, 0, 0, 0, 519, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27239, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 618, 0, 0, 0, 0, 0, 519, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27240, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 263, 477, 683, 662, 268, 621, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27241, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 263, 477, 623, 266, 0, 0, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27242, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 263, 0, 266, 0, 0, 0, 519, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27243, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 618, 0, 0, 0, 0, 0, 519, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27244, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 263, 477, 683, 662, 268, 621, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27245, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 263, 477, 623, 266, 0, 0, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27246, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 263, 0, 266, 0, 0, 0, 519, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27247, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 80, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 618, 0, 0, 0, 0, 0, 519, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27248, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 263, 477, 683, 662, 268, 621, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27249, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 263, 477, 623, 266, 0, 0, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27250, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 263, 0, 266, 0, 0, 0, 519, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27251, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '3.3', '0.0', 0, 0, 300, 0, 92, 618, 0, 0, 0, 0, 0, 519, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27252, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 263, 477, 683, 662, 268, 621, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27253, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 263, 477, 623, 266, 0, 0, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27254, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 263, 0, 266, 0, 0, 0, 519, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27255, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '4.4', '0.0', 0, 0, 400, 0, 92, 618, 0, 0, 0, 0, 0, 519, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27256, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 263, 477, 683, 662, 268, 621, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27257, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 263, 477, 623, 266, 0, 0, 519, 0, 0, 204, 205, 206, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27258, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 263, 0, 266, 0, 0, 0, 519, 0, 0, 207, 0, 0, 0, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27259, '', 18, 521, 1, 0, 223, 1, 1, 497, 43, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 0, 0, 0, 0, 453, 142, 143, 317, 314, '0.0', '0.0', 97, 98, 0, 0, 0, 0, 247, 249, 251, 245, 0, 90, 181, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '5.5', '0.0', 0, 0, 500, 0, 92, 618, 0, 0, 0, 0, 0, 519, 0, 0, 204, 205, 206, 207, 0, 210, 0, 0, 0, 220, 221, 222, 0, 225, 227, 0, 0, '3.0', 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 5),
(27260, '', 34, 574, 1, 0, 226, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27261, '', 55, 667, 2, 444, 228, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27262, '', 34, 574, 1, 0, 230, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27263, '', 29, 561, 1, 0, 232, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27264, '', 58, 670, 1, 0, 236, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27265, '', 9, 435, 1, 0, 238, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27266, '', 33, 573, 2, 444, 240, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27267, '', 6, 432, 4, 443, 244, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27268, '', 33, 573, 2, 444, 246, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27269, '', 34, 574, 1, 0, 226, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27270, '', 29, 561, 1, 0, 227, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27271, '', 9, 435, 1, 0, 243, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27272, '', 58, 670, 1, 0, 242, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27273, '', 2, 428, 2, 444, 247, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27274, '', 53, 661, 1, 0, 249, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27275, '', 53, 661, 1, 0, 252, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27276, '', 2, 428, 2, 444, 254, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27277, '', 54, 663, 1, 0, 255, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27278, '', 54, 663, 1, 0, 257, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27279, '', 54, 663, 1, 0, 259, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27280, '', 54, 663, 1, 0, 261, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27281, '', 6, 432, 4, 443, 251, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27282, '', 53, 661, 1, 0, 263, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27283, '', 54, 663, 1, 0, 264, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27284, '', 17, 520, 2, 444, 265, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27285, '', 43, 616, 8, 615, 266, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27286, '', 59, 671, 5, 566, 267, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27287, '', 55, 667, 2, 444, 268, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27288, '', 1, 427, 2, 444, 269, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27289, '', 17, 520, 2, 444, 270, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27290, '', 43, 616, 8, 615, 272, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27291, '', 59, 671, 5, 566, 274, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27292, '', 1, 427, 2, 444, 276, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27293, '', 55, 667, 2, 444, 278, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27294, '', 34, 574, 1, 0, 279, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27295, '', 29, 561, 1, 0, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27296, '', 58, 670, 1, 0, 281, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27297, '', 9, 435, 1, 0, 282, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27298, '', 33, 573, 2, 444, 161, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27299, '', 53, 661, 1, 0, 284, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27300, '', 53, 661, 1, 0, 285, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27301, '', 6, 432, 4, 443, 286, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27302, '', 53, 661, 1, 0, 288, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27303, '', 53, 661, 1, 0, 289, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27304, '', 2, 428, 2, 444, 287, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27305, '', 53, 661, 1, 0, 290, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27306, '', 54, 663, 1, 0, 291, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27307, '', 1, 427, 2, 444, 292, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27308, '', 17, 520, 2, 444, 293, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27309, '', 59, 671, 5, 566, 296, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27310, '', 43, 616, 8, 615, 294, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27311, '', 38, 582, 2, 444, 299, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27312, '', 38, 582, 2, 444, 300, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27313, '', 3, 429, 2, 444, 301, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27314, '', 2, 428, 2, 444, 302, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27315, '', 17, 520, 2, 444, 303, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27316, '', 37, 581, 2, 444, 77, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27317, '', 37, 581, 2, 444, 78, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27318, '', 26, 553, 1, 0, 304, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27319, '', 27, 555, 1, 0, 305, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27320, '', 27, 555, 1, 0, 307, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27321, '', 26, 553, 1, 0, 308, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27322, '', 27, 555, 1, 0, 309, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27323, '', 26, 553, 1, 0, 310, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27324, '', 27, 555, 1, 0, 311, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27325, '', 26, 553, 1, 0, 312, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27326, '', 27, 555, 1, 0, 313, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27328, '', 176, 551, 1, 0, 315, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27329, '', 46, 643, 5, 566, 317, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27331, '', 26, 553, 1, 0, 316, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27333, '', 46, 643, 5, 566, 320, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27335, '', 46, 643, 5, 566, 322, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27336, '', 13, 439, 4, 443, 323, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27337, '', 46, 643, 5, 566, 324, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27338, '', 13, 439, 4, 443, 325, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(27339, '', 13, 439, 4, 443, 326, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27340, '', 46, 643, 5, 566, 327, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27341, '', 13, 439, 4, 443, 328, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27342, '', 46, 643, 5, 566, 329, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27343, '', 13, 439, 4, 443, 330, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27344, '', 46, 643, 5, 566, 331, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27345, '', 46, 643, 5, 566, 332, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27346, '', 46, 643, 5, 566, 333, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27347, '', 46, 643, 5, 566, 334, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27348, '', 62, 684, 1, 0, 335, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27349, '', 27, 555, 1, 0, 336, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27350, '', 62, 684, 1, 0, 337, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27351, '', 27, 555, 1, 0, 338, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27352, '', 62, 684, 1, 0, 339, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27353, '', 27, 555, 1, 0, 340, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27354, '', 62, 684, 1, 0, 341, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27355, '', 27, 555, 1, 0, 342, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27356, '', 62, 684, 1, 0, 343, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27357, '', 62, 684, 1, 0, 344, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27358, '', 62, 684, 1, 0, 345, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27359, '', 62, 684, 1, 0, 346, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27360, '', 44, 638, 1, 0, 347, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27361, '', 62, 684, 1, 0, 348, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27362, '', 62, 684, 1, 0, 351, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27363, '', 62, 684, 1, 0, 352, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27364, '', 62, 684, 1, 0, 353, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27365, '', 44, 638, 1, 0, 354, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27366, '', 44, 638, 1, 0, 355, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27367, '', 20, 540, 4, 443, 356, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27368, '', 20, 540, 4, 443, 357, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27369, '', 20, 540, 4, 443, 358, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27370, '', 20, 540, 4, 443, 359, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27371, '', 20, 540, 4, 443, 360, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27372, '', 63, 685, 4, 443, 361, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27373, '', 63, 685, 4, 443, 362, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27374, '', 63, 685, 4, 443, 363, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27375, '', 63, 685, 4, 443, 361, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27376, '', 63, 685, 4, 443, 365, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27377, '', 64, 686, 1, 0, 366, 1, 1, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27378, '', 64, 686, 1, 0, 367, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27379, '', 64, 686, 1, 0, 368, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27380, '', 64, 686, 1, 0, 369, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27381, '', 64, 686, 1, 0, 370, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27382, '', 64, 686, 1, 0, 371, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27383, '', 64, 686, 1, 0, 372, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27384, '', 64, 686, 1, 0, 373, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27385, '', 64, 686, 1, 0, 374, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27386, '', 64, 686, 1, 0, 375, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27387, '', 64, 686, 1, 0, 376, 1, 1, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27388, '', 64, 686, 1, 0, 377, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27389, '', 64, 686, 1, 0, 378, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27390, '', 64, 686, 1, 0, 379, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27391, '', 64, 686, 1, 0, 381, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27392, '', 64, 686, 1, 0, 382, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27393, '', 64, 686, 1, 0, 383, 1, 1, 537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27394, '', 64, 686, 1, 0, 384, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27395, '', 64, 686, 1, 0, 385, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27396, '', 64, 686, 1, 0, 386, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27397, '', 64, 686, 1, 0, 388, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27398, '', 64, 686, 1, 0, 390, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27399, '', 64, 686, 1, 0, 391, 1, 1, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27400, '', 64, 686, 1, 0, 392, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27401, '', 64, 686, 1, 0, 393, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27402, '', 64, 686, 1, 0, 394, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27403, '', 64, 686, 1, 0, 395, 1, 1, 537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27404, '', 64, 686, 1, 0, 396, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27405, '', 64, 686, 1, 0, 397, 1, 1, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27406, '', 65, 687, 1, 0, 398, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27407, '', 9, 435, 1, 0, 399, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27408, '', 9, 435, 1, 0, 401, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27409, '', 65, 687, 1, 0, 402, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27410, '', 9, 435, 1, 0, 403, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27411, '', 65, 687, 1, 0, 404, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27412, '', 9, 435, 1, 0, 405, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27413, '', 65, 687, 1, 0, 407, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27414, '', 9, 435, 1, 0, 408, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27415, '', 22, 542, 6, 588, 410, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27416, '', 65, 687, 1, 0, 409, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27417, '', 65, 687, 1, 0, 411, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27418, '', 22, 542, 6, 588, 412, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27419, '', 65, 687, 1, 0, 413, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27420, '', 22, 542, 6, 588, 414, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27421, '', 22, 542, 6, 588, 415, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27422, '', 65, 687, 1, 0, 416, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27423, '', 65, 687, 1, 0, 418, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27424, '', 22, 542, 6, 588, 419, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27425, '', 65, 687, 1, 0, 420, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27426, '', 65, 687, 1, 0, 421, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27427, '', 66, 688, 1, 0, 423, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27428, '', 66, 688, 1, 0, 422, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27429, '', 66, 688, 1, 0, 424, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27430, '', 66, 688, 1, 0, 425, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27431, '', 66, 688, 1, 0, 426, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27432, '', 66, 688, 1, 0, 427, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27433, '', 66, 688, 1, 0, 428, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27434, '', 66, 688, 1, 0, 429, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27435, '', 66, 688, 1, 0, 430, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27436, '', 66, 688, 1, 0, 431, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27437, '', 32, 565, 5, 566, 432, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27438, '', 32, 565, 5, 566, 433, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27439, '', 67, 689, 5, 566, 434, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27440, '', 67, 689, 5, 566, 435, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27441, '', 32, 565, 5, 566, 436, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27442, '', 67, 689, 5, 566, 437, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27443, '', 32, 565, 5, 566, 438, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27444, '', 67, 689, 5, 566, 439, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27445, '', 67, 689, 5, 566, 440, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27446, '', 32, 565, 5, 566, 441, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27447, '', 32, 565, 5, 566, 442, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27448, '', 68, 690, 5, 566, 443, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27449, '', 32, 565, 5, 566, 444, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27450, '', 68, 690, 5, 566, 445, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27451, '', 68, 690, 5, 566, 446, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27452, '', 69, 691, 5, 566, 447, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27453, '', 68, 690, 5, 566, 448, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27454, '', 69, 691, 5, 566, 449, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27455, '', 69, 691, 5, 566, 450, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27456, '', 68, 690, 5, 566, 451, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27457, '', 70, 692, 5, 566, 452, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27458, '', 70, 692, 5, 566, 453, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27459, '', 70, 692, 5, 566, 454, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27460, '', 70, 692, 5, 566, 455, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27461, '', 70, 692, 5, 566, 456, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27462, '', 70, 692, 5, 566, 457, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27463, '', 70, 692, 5, 566, 458, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27464, '', 70, 692, 5, 566, 459, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27465, '', 71, 693, 5, 566, 460, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27466, '', 71, 693, 5, 566, 461, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27467, '', 28, 558, 1, 0, 462, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27468, '', 28, 558, 1, 0, 463, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27469, '', 28, 558, 1, 0, 464, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27470, '', 28, 558, 1, 0, 465, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27471, '', 28, 558, 1, 0, 466, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27472, '', 28, 558, 1, 0, 467, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27473, '', 28, 558, 1, 0, 468, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(27474, '', 28, 558, 1, 0, 469, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27475, '', 45, 640, 9, 639, 470, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27476, '', 45, 640, 9, 639, 471, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27477, '', 45, 640, 9, 639, 472, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27478, '', 45, 640, 9, 639, 473, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27479, '', 28, 558, 1, 0, 474, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27480, '', 45, 640, 9, 639, 475, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27481, '', 28, 558, 1, 0, 476, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27482, '', 45, 640, 9, 639, 477, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27483, '', 45, 640, 9, 639, 478, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27484, '', 45, 640, 9, 639, 479, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27485, '', 45, 640, 9, 639, 480, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27486, '', 45, 640, 9, 639, 481, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27487, '', 45, 640, 9, 639, 482, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27488, '', 45, 640, 9, 639, 483, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27489, '', 45, 640, 9, 639, 484, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27490, '', 45, 640, 9, 639, 485, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27491, '', 45, 640, 9, 639, 486, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27492, '', 61, 679, 1, 0, 487, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27493, '', 61, 679, 1, 0, 488, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27494, '', 61, 679, 1, 0, 489, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27495, '', 61, 679, 1, 0, 490, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27496, '', 61, 679, 1, 0, 492, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27497, '', 19, 522, 1, 0, 493, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27498, '', 10, 436, 1, 0, 494, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27499, '', 10, 436, 1, 0, 491, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27500, '', 61, 679, 1, 0, 495, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27501, '', 19, 522, 1, 0, 496, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27502, '', 61, 679, 1, 0, 497, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27503, '', 19, 522, 1, 0, 499, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27504, '', 61, 679, 1, 0, 500, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27505, '', 10, 436, 1, 0, 501, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27506, '', 19, 522, 1, 0, 502, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27507, '', 10, 436, 1, 0, 503, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27508, '', 61, 679, 1, 0, 504, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27509, '', 19, 522, 1, 0, 505, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27510, '', 10, 436, 1, 0, 506, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27511, '', 19, 522, 1, 0, 507, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27512, '', 61, 679, 1, 0, 508, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27513, '', 10, 436, 1, 0, 509, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27514, '', 19, 522, 1, 0, 510, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27515, '', 19, 522, 1, 0, 511, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27516, '', 19, 522, 1, 0, 513, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27517, '', 19, 522, 1, 0, 512, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27518, '', 19, 522, 1, 0, 515, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27519, '', 19, 522, 1, 0, 516, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27520, '', 19, 522, 1, 0, 517, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27521, '', 72, 696, 12, 695, 518, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27522, '', 25, 552, 1, 0, 519, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27523, '', 72, 696, 12, 695, 520, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27524, '', 25, 552, 1, 0, 522, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27525, '', 72, 696, 12, 695, 521, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27526, '', 72, 696, 12, 695, 523, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27527, '', 25, 552, 1, 0, 524, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27528, '', 72, 696, 12, 695, 525, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27529, '', 25, 552, 1, 0, 526, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27530, '', 72, 696, 12, 695, 527, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27531, '', 25, 552, 1, 0, 528, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27532, '', 72, 696, 12, 695, 529, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27533, '', 25, 552, 1, 0, 530, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27534, '', 72, 696, 12, 695, 531, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27535, '', 72, 696, 12, 695, 533, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27536, '', 72, 696, 12, 695, 535, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27537, '', 25, 552, 1, 0, 536, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27538, '', 25, 552, 1, 0, 537, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27539, '', 25, 552, 1, 0, 537, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27540, '', 25, 552, 1, 0, 538, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27541, '', 73, 697, 12, 695, 539, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27542, '', 73, 697, 12, 695, 540, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27543, '', 73, 697, 12, 695, 541, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27544, '', 73, 697, 12, 695, 542, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27545, '', 73, 697, 12, 695, 543, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27546, '', 73, 697, 12, 695, 544, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27547, '', 73, 697, 12, 695, 545, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27548, '', 73, 697, 12, 695, 546, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27549, '', 73, 697, 12, 695, 547, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27550, '', 73, 697, 12, 695, 548, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27551, '', 30, 562, 1, 0, 549, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27552, '', 39, 585, 4, 443, 550, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27553, '', 30, 562, 1, 0, 551, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27554, '', 39, 585, 4, 443, 553, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27555, '', 30, 562, 1, 0, 554, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27556, '', 39, 585, 4, 443, 555, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27557, '', 39, 585, 4, 443, 556, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27558, '', 30, 562, 1, 0, 558, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27559, '', 30, 562, 1, 0, 559, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27560, '', 39, 585, 4, 443, 560, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27561, '', 39, 585, 4, 443, 561, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27562, '', 30, 562, 1, 0, 562, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27563, '', 39, 585, 4, 443, 563, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27564, '', 30, 562, 1, 0, 564, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27565, '', 39, 585, 4, 443, 565, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27566, '', 74, 698, 1, 0, 566, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27567, '', 39, 585, 4, 443, 567, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27568, '', 39, 585, 4, 443, 568, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27569, '', 51, 648, 2, 444, 569, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27570, '', 39, 585, 4, 443, 570, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27571, '', 74, 698, 1, 0, 571, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27572, '', 39, 585, 4, 443, 572, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27573, '', 51, 648, 2, 444, 573, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27574, '', 39, 585, 4, 443, 574, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27575, '', 51, 648, 2, 444, 576, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27576, '', 51, 648, 2, 444, 577, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27577, '', 3, 429, 2, 444, 578, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27578, '', 3, 429, 2, 444, 579, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27579, '', 39, 585, 4, 443, 580, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27580, '', 74, 698, 1, 0, 581, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27581, '', 3, 429, 2, 444, 582, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27582, '', 39, 585, 4, 443, 583, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27583, '', 74, 698, 1, 0, 584, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27584, '', 74, 698, 1, 0, 585, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27585, '', 75, 699, 2, 444, 586, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27586, '', 74, 698, 1, 0, 587, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27587, '', 75, 699, 2, 444, 588, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27588, '', 75, 699, 2, 444, 589, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27589, '', 74, 698, 1, 0, 590, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27590, '', 75, 699, 2, 444, 591, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27591, '', 74, 698, 1, 0, 592, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27592, '', 76, 700, 1, 0, 593, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27593, '', 74, 698, 1, 0, 594, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27594, '', 76, 700, 1, 0, 595, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27595, '', 76, 700, 1, 0, 596, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27596, '', 74, 698, 1, 0, 597, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27597, '', 76, 700, 1, 0, 598, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27598, '', 76, 700, 1, 0, 599, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27599, '', 74, 698, 1, 0, 600, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27600, '', 76, 700, 1, 0, 601, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27601, '', 76, 700, 1, 0, 602, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27602, '', 74, 698, 1, 0, 603, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27603, '', 76, 700, 1, 0, 604, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27604, '', 76, 700, 1, 0, 605, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27605, '', 74, 698, 1, 0, 606, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27606, '', 76, 700, 1, 0, 607, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27607, '', 74, 698, 1, 0, 608, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27608, '', 76, 700, 1, 0, 609, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(27609, '', 76, 700, 1, 0, 610, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27610, '', 76, 700, 1, 0, 611, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27611, '', 76, 700, 1, 0, 612, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27612, '', 74, 698, 1, 0, 613, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27613, '', 76, 700, 1, 0, 614, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27614, '', 76, 700, 1, 0, 615, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27615, '', 74, 698, 1, 0, 616, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27616, '', 76, 700, 1, 0, 617, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27617, '', 74, 698, 1, 0, 618, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27618, '', 76, 700, 1, 0, 619, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27619, '', 76, 700, 1, 0, 620, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27620, '', 74, 698, 1, 0, 621, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27621, '', 76, 700, 1, 0, 622, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27622, '', 76, 700, 1, 0, 623, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27623, '', 74, 698, 1, 0, 624, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27624, '', 76, 700, 1, 0, 625, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27625, '', 76, 700, 1, 0, 625, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27626, '', 74, 698, 1, 0, 626, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27627, '', 76, 700, 1, 0, 627, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27628, '', 74, 698, 1, 0, 628, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27629, '', 76, 700, 1, 0, 629, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27630, '', 77, 701, 4, 443, 630, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27631, '', 18, 521, 1, 0, 631, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27632, '', 77, 701, 4, 443, 632, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27633, '', 18, 521, 1, 0, 633, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27634, '', 77, 701, 4, 443, 634, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27635, '', 77, 701, 4, 443, 635, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27636, '', 18, 521, 1, 0, 636, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27637, '', 77, 701, 4, 443, 637, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27638, '', 77, 701, 4, 443, 638, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27639, '', 18, 521, 1, 0, 639, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27640, '', 77, 701, 4, 443, 640, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27641, '', 77, 701, 4, 443, 641, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27642, '', 18, 521, 1, 0, 642, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27643, '', 77, 701, 4, 443, 643, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27644, '', 77, 701, 4, 443, 645, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27645, '', 18, 521, 1, 0, 646, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27646, '', 18, 521, 1, 0, 647, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27647, '', 18, 521, 1, 0, 648, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27648, '', 18, 521, 1, 0, 649, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27649, '', 78, 702, 4, 443, 650, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27650, '', 78, 702, 4, 443, 651, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27651, '', 18, 521, 1, 0, 644, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27652, '', 78, 702, 4, 443, 652, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27653, '', 78, 702, 4, 443, 653, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27654, '', 78, 702, 4, 443, 655, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27655, '', 40, 590, 1, 0, 657, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27656, '', 40, 590, 1, 0, 658, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27657, '', 40, 590, 1, 0, 659, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27658, '', 79, 703, 1, 0, 660, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27659, '', 40, 590, 1, 0, 661, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27660, '', 79, 703, 1, 0, 662, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27661, '', 79, 703, 1, 0, 663, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27662, '', 40, 590, 1, 0, 664, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27663, '', 40, 590, 1, 0, 665, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27664, '', 79, 703, 1, 0, 666, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27665, '', 40, 590, 1, 0, 667, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27666, '', 40, 590, 1, 0, 668, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27667, '', 79, 703, 1, 0, 669, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27668, '', 9, 435, 1, 0, 670, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27669, '', 80, 704, 1, 0, 671, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27670, '', 81, 705, 4, 443, 672, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27671, '', 80, 704, 1, 0, 673, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27672, '', 81, 705, 4, 443, 674, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27673, '', 80, 704, 1, 0, 675, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27674, '', 80, 704, 1, 0, 676, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27675, '', 80, 704, 1, 0, 678, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27676, '', 81, 705, 4, 443, 679, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27677, '', 80, 704, 1, 0, 680, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27678, '', 81, 705, 4, 443, 681, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27679, '', 80, 704, 1, 0, 682, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27680, '', 82, 706, 1, 0, 683, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27681, '', 80, 704, 1, 0, 684, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27682, '', 82, 706, 1, 0, 685, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27683, '', 80, 704, 1, 0, 686, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27684, '', 82, 706, 1, 0, 687, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27685, '', 80, 704, 1, 0, 688, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27686, '', 82, 706, 1, 0, 689, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27687, '', 82, 706, 1, 0, 690, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27688, '', 83, 707, 4, 443, 691, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27689, '', 83, 707, 4, 443, 692, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27690, '', 83, 707, 4, 443, 692, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27691, '', 83, 707, 4, 443, 693, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27692, '', 83, 707, 4, 443, 694, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27693, '', 83, 707, 4, 443, 695, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27694, '', 83, 707, 4, 443, 696, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27695, '', 83, 707, 4, 443, 697, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27696, '', 84, 708, 1, 0, 698, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27697, '', 84, 708, 1, 0, 699, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27698, '', 84, 708, 1, 0, 700, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27699, '', 81, 705, 4, 443, 701, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27700, '', 84, 708, 1, 0, 702, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27701, '', 81, 705, 4, 443, 703, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27702, '', 84, 708, 1, 0, 704, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27703, '', 81, 705, 4, 443, 705, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27704, '', 14, 440, 4, 443, 706, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27705, '', 84, 708, 1, 0, 707, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27706, '', 81, 705, 4, 443, 708, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27707, '', 14, 440, 4, 443, 710, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27708, '', 81, 705, 4, 443, 711, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27709, '', 14, 440, 4, 443, 712, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27710, '', 14, 440, 4, 443, 713, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27711, '', 84, 708, 1, 0, 714, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27712, '', 14, 440, 4, 443, 715, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27713, '', 14, 440, 4, 443, 716, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27714, '', 84, 708, 1, 0, 717, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27715, '', 14, 440, 4, 443, 718, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27716, '', 5, 431, 4, 443, 719, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27717, '', 84, 708, 1, 0, 720, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27718, '', 14, 440, 4, 443, 721, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27719, '', 84, 708, 1, 0, 720, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27720, '', 5, 431, 4, 443, 722, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27721, '', 14, 440, 4, 443, 723, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27722, '', 5, 431, 4, 443, 724, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27723, '', 5, 431, 4, 443, 726, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27724, '', 14, 440, 4, 443, 727, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27725, '', 84, 708, 1, 0, 728, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27726, '', 5, 431, 4, 443, 729, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27727, '', 84, 708, 1, 0, 732, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27728, '', 54, 663, 1, 0, 733, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27729, '', 88, 709, 1, 0, 734, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27730, '', 54, 663, 1, 0, 735, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27731, '', 88, 709, 1, 0, 736, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27732, '', 54, 663, 1, 0, 737, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27733, '', 54, 663, 1, 0, 738, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27734, '', 54, 663, 1, 0, 739, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27735, '', 88, 709, 1, 0, 740, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27736, '', 54, 663, 1, 0, 741, 1, 1, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27737, '', 88, 709, 1, 0, 742, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27738, '', 54, 663, 1, 0, 743, 1, 1, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27739, '', 88, 709, 1, 0, 744, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27740, '', 88, 709, 1, 0, 745, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27741, '', 88, 709, 1, 0, 746, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27742, '', 89, 710, 1, 0, 747, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27743, '', 90, 711, 1, 0, 749, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(27744, '', 88, 709, 1, 0, 748, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27745, '', 88, 709, 1, 0, 748, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27746, '', 89, 710, 1, 0, 750, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27747, '', 88, 709, 1, 0, 751, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27748, '', 90, 711, 1, 0, 752, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27749, '', 89, 710, 1, 0, 753, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27750, '', 88, 709, 1, 0, 754, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27751, '', 90, 711, 1, 0, 755, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27752, '', 54, 663, 1, 0, 756, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27753, '', 54, 663, 1, 0, 756, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27754, '', 54, 663, 1, 0, 757, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27755, '', 90, 711, 1, 0, 758, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27756, '', 88, 709, 1, 0, 759, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27757, '', 54, 663, 1, 0, 760, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27758, '', 90, 711, 1, 0, 761, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27759, '', 88, 709, 1, 0, 762, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27760, '', 90, 711, 1, 0, 763, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27761, '', 88, 709, 1, 0, 764, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27762, '', 90, 711, 1, 0, 765, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27763, '', 90, 711, 1, 0, 765, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27764, '', 90, 711, 1, 0, 766, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27765, '', 90, 711, 1, 0, 767, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27766, '', 90, 711, 1, 0, 768, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27767, '', 90, 711, 1, 0, 769, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27768, '', 90, 711, 1, 0, 770, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27769, '', 90, 711, 1, 0, 771, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27770, '', 91, 712, 1, 0, 773, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27771, '', 92, 713, 1, 0, 774, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27772, '', 92, 713, 1, 0, 775, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27773, '', 92, 713, 1, 0, 777, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27774, '', 91, 712, 1, 0, 776, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27775, '', 92, 713, 1, 0, 778, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27776, '', 92, 713, 1, 0, 779, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27777, '', 91, 712, 1, 0, 780, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27778, '', 92, 713, 1, 0, 781, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27779, '', 92, 713, 1, 0, 782, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27780, '', 91, 712, 1, 0, 783, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27781, '', 92, 713, 1, 0, 784, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27782, '', 91, 712, 1, 0, 785, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27783, '', 92, 713, 1, 0, 786, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27784, '', 92, 713, 1, 0, 787, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27785, '', 93, 714, 1, 0, 788, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27786, '', 93, 714, 1, 0, 789, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27787, '', 93, 714, 1, 0, 790, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27788, '', 93, 714, 1, 0, 789, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27789, '', 92, 713, 1, 0, 792, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27790, '', 93, 714, 1, 0, 793, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27791, '', 93, 714, 1, 0, 794, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27792, '', 92, 713, 1, 0, 795, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27793, '', 92, 713, 1, 0, 797, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27794, '', 93, 714, 1, 0, 798, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27795, '', 93, 714, 1, 0, 799, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27796, '', 94, 715, 1, 0, 800, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27797, '', 94, 715, 1, 0, 801, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27798, '', 94, 715, 1, 0, 802, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27799, '', 94, 715, 1, 0, 803, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27800, '', 94, 715, 1, 0, 804, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27801, '', 94, 715, 1, 0, 805, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27804, '', 96, 717, 1, 0, 808, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27808, '', 96, 717, 1, 0, 813, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27810, '', 96, 717, 1, 0, 815, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27811, '', 97, 718, 1, 0, 816, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27812, '', 96, 717, 1, 0, 817, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27813, '', 97, 718, 1, 0, 819, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27814, '', 97, 718, 1, 0, 821, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27815, '', 97, 718, 1, 0, 823, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27817, '', 97, 718, 1, 0, 825, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27818, '', 98, 719, 1, 0, 826, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27819, '', 97, 718, 1, 0, 827, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27820, '', 97, 718, 1, 0, 828, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27821, '', 97, 718, 1, 0, 829, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27822, '', 98, 719, 1, 0, 830, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27823, '', 98, 719, 1, 0, 831, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27824, '', 98, 719, 1, 0, 832, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27825, '', 98, 719, 1, 0, 833, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27826, '', 98, 719, 1, 0, 834, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27827, '', 98, 719, 1, 0, 835, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27828, '', 95, 716, 1, 0, 836, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27831, '', 99, 720, 1, 0, 839, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27833, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27834, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1700, 0, 0, 0, 71, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27835, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 71, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27836, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '62.0', '0.0', '0.0', '0.0', 4500, 0, 0, 0, 73, 263, 477, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27837, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 1000, 0, 0, 0, 67, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27838, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1700, 0, 0, 0, 71, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27839, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 80, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2500, 0, 0, 0, 71, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27840, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 850, 0, 0, 0, 57, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27841, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 58, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27842, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 57, 263, 477, 266, 621, 662, 0, 0, 0, 0, 204, 205, 206, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27843, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '62.0', '0.0', '0.0', '0.0', 3700, 0, 0, 0, 60, 263, 477, 266, 0, 0, 0, 0, 0, 0, 204, 205, 206, 207, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '7.1', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27844, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '15.0', '0.0', '0.0', '0.0', 850, 0, 0, 0, 57, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.5', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27845, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '24.0', '0.0', '0.0', '0.0', 1400, 0, 0, 0, 58, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27846, '', 53, 661, 1, 0, 118, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 74, 76, 77, 0, 0, 87, 148, 0, 0, 0, '0.0', '0.0', 0, 0, 95, 0, 0, 0, 247, 249, 251, 253, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 70000, 0, '35.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 57, 263, 477, 266, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 227, 0, 0, '6.6', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27847, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1155, 0, 0, 0, 77, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27848, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1260, 0, 0, 0, 84, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27849, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1317, 0, 0, 0, 88, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27850, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1358, 0, 0, 0, 91, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27851, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1155, 0, 0, 0, 77, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27852, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1260, 0, 0, 0, 84, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27853, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1317, 0, 0, 0, 88, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27854, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 452, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1358, 0, 0, 0, 91, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27855, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1155, 0, 0, 0, 77, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27856, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1260, 0, 0, 0, 84, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27857, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1317, 0, 0, 0, 88, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27858, '', 95, 716, 1, 0, 812, 1, 1, 497, 658, 38, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 88, 146, 147, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1358, 0, 0, 0, 91, 263, 0, 264, 266, 621, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 220, 222, 0, 0, 225, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27859, '', 95, 716, 1, 0, 806, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 2000, 0, 0, 0, 80, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27860, '', 95, 716, 1, 0, 806, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 2125, 0, 0, 0, 85, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27861, '', 95, 716, 1, 0, 806, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 2200, 0, 0, 0, 88, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27862, '', 95, 716, 1, 0, 806, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 0, 0, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 2325, 0, 0, 0, 93, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27863, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1035, 0, 0, 0, 69, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27864, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1170, 0, 0, 0, 78, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27865, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1215, 0, 0, 0, 81, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27866, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1245, 0, 0, 0, 83, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27867, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 1340, 0, 0, 0, 67, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27868, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 1460, 0, 0, 0, 73, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27869, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 1540, 0, 0, 0, 77, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27870, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '20.0', '0.0', '0.0', '0.0', 1600, 0, 0, 0, 80, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27871, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '30.0', '0.0', '0.0', '0.0', 2010, 0, 0, 0, 67, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27872, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '30.0', '0.0', '0.0', '0.0', 2190, 0, 0, 0, 73, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27873, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '30.0', '0.0', '0.0', '0.0', 2310, 0, 0, 0, 77, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27874, '', 95, 716, 1, 0, 807, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 468, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 187, 185, 188, 0, 0, 0, 0, 0, '30.0', '0.0', '0.0', '0.0', 2400, 0, 0, 0, 80, 263, 0, 264, 266, 621, 625, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27875, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1095, 0, 0, 0, 73, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27876, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1170, 0, 0, 0, 78, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27877, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1253, 0, 0, 0, 84, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27878, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 144, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '15.0', '0.0', '0.0', '0.0', 1328, 0, 0, 0, 89, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27879, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '35.0', '0.0', '0.0', '0.0', 2520, 0, 0, 0, 72, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27880, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '35.0', '0.0', '0.0', '0.0', 2765, 0, 0, 0, 79, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27881, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '35.0', '0.0', '0.0', '0.0', 2905, 0, 0, 0, 83, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(27882, '', 95, 716, 1, 0, 811, 1, 1, 497, 658, 657, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 87, 146, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 90, 0, 186, 0, 185, 0, 0, 0, 0, 0, 0, '35.0', '0.0', '0.0', '0.0', 2963, 0, 0, 0, 85, 263, 0, 264, 0, 0, 0, 0, 0, 0, 0, 205, 206, 546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 105, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27883, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 0, 0, 266, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27884, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 92, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 0, 0, 266, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27885, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 477, 0, 266, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27886, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 92, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 477, 0, 266, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27887, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 0, 0, 266, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27888, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 92, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 0, 0, 266, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27889, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 249, 251, 0, 82, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 477, 0, 266, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27890, '', 99, 720, 1, 0, 837, 1, 1, 497, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 147, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 245, 247, 0, 0, 0, 92, 0, 188, 187, 0, 0, 0, 0, 0, 50000, 0, '114.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 120, 263, 477, 0, 266, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27891, '', 99, 720, 1, 0, 840, 1, 1, 499, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '25.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27892, '', 99, 720, 1, 0, 840, 1, 1, 534, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '25.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27893, '', 99, 720, 1, 0, 840, 1, 1, 535, 38, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '25.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27894, '', 99, 720, 1, 0, 840, 1, 1, 538, 0, 42, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 74, 0, 0, 0, 0, 87, 143, 0, 0, 0, '0.0', '0.0', 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '25.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 5),
(27895, '', 99, 720, 1, 0, 838, 1, 1, 497, 448, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 154, 0, 0, 0, '0.0', '0.0', 89, 0, 0, 0, 0, 0, 576, 0, 0, 0, 0, 80, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '0.0', '0.0', 3000, 0, 0, 0, 0, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27896, '', 99, 720, 1, 0, 838, 1, 1, 497, 448, 0, 0, 0, 0, 0, 0, 0, 0, 64, 61, 0, 0, 74, 0, 0, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 89, 0, 0, 0, 0, 0, 576, 0, 0, 0, 0, 80, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '0.0', '0.0', 5000, 0, 0, 0, 0, 263, 477, 266, 0, 0, 0, 0, 0, 201, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 5),
(27897, '', 96, 717, 1, 0, 810, 1, 1, 497, 42, 43, 44, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 156, 0, 317, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 85, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '112.0', '0.0', '0.0', '0.0', 14000, 0, 0, 0, 125, 263, 0, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 0),
(27898, '', 96, 717, 1, 0, 810, 1, 1, 497, 42, 43, 44, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 156, 0, 317, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 85, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '160.0', '0.0', '0.0', '0.0', 20000, 0, 0, 0, 125, 263, 0, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 0),
(27899, '', 96, 717, 1, 0, 810, 1, 1, 497, 42, 43, 44, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 452, 156, 0, 317, 0, '0.0', '0.0', 98, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 125, 263, 0, 266, 0, 0, 0, 0, 0, 202, 204, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 0),
(27900, '', 96, 717, 1, 0, 824, 1, 1, 497, 42, 0, 44, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 87, 156, 0, 0, 0, '0.0', '0.0', 467, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '72.0', '0.0', '0.0', '0.0', 7000, 0, 0, 0, 97, 263, 0, 266, 264, 621, 623, 0, 0, 0, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 0),
(27901, '', 96, 717, 1, 0, 824, 1, 1, 497, 42, 0, 44, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 87, 158, 0, 0, 0, '0.0', '0.0', 467, 0, 0, 0, 0, 0, 247, 249, 251, 0, 0, 80, 0, 527, 0, 0, 0, 0, 0, 0, 50000, 0, '113.0', '0.0', '0.0', '0.0', 11800, 0, 0, 0, 104, 263, 0, 266, 264, 621, 623, 0, 0, 0, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 409, 0, 415, 0, 0, 0, 0, 0, 0),
(27902, '', 100, 721, 1, 0, 841, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27903, '', 23, 550, 1, 0, 842, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27904, '', 100, 721, 1, 0, 843, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27905, '', 23, 550, 1, 0, 844, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27906, '', 100, 721, 1, 0, 845, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27907, '', 100, 721, 1, 0, 847, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27908, '', 23, 550, 1, 0, 846, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27909, '', 23, 550, 1, 0, 848, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27910, '', 100, 721, 1, 0, 849, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27911, '', 100, 721, 1, 0, 851, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27912, '', 23, 550, 1, 0, 850, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27913, '', 100, 721, 1, 0, 852, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27914, '', 100, 721, 1, 0, 854, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27915, '', 23, 550, 1, 0, 855, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27916, '', 23, 550, 1, 0, 856, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27917, '', 23, 550, 1, 0, 858, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27918, '', 101, 722, 1, 0, 859, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27919, '', 100, 721, 1, 0, 860, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27920, '', 23, 550, 1, 0, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27921, '', 100, 721, 1, 0, 862, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27922, '', 101, 722, 1, 0, 863, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27923, '', 23, 550, 1, 0, 864, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27924, '', 100, 721, 1, 0, 865, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27925, '', 101, 722, 1, 0, 866, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27926, '', 100, 721, 1, 0, 868, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27927, '', 23, 550, 1, 0, 867, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27928, '', 100, 721, 1, 0, 857, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27929, '', 101, 722, 1, 0, 870, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27930, '', 23, 550, 1, 0, 869, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27931, '', 23, 550, 1, 0, 853, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27932, '', 23, 550, 1, 0, 861, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27933, '', 101, 722, 1, 0, 871, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27934, '', 101, 722, 1, 0, 872, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27935, '', 101, 722, 1, 0, 873, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27936, '', 101, 722, 1, 0, 874, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27937, '', 101, 722, 1, 0, 875, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27938, '', 101, 722, 1, 0, 876, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27939, '', 101, 722, 1, 0, 877, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27940, '', 101, 722, 1, 0, 878, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27941, '', 101, 722, 1, 0, 879, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27942, '', 102, 723, 1, 0, 880, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27943, '', 102, 723, 1, 0, 881, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27944, '', 103, 724, 1, 0, 882, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27945, '', 102, 723, 1, 0, 883, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27946, '', 103, 724, 1, 0, 884, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27947, '', 102, 723, 1, 0, 885, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27948, '', 103, 724, 1, 0, 886, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27949, '', 102, 723, 1, 0, 887, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27950, '', 102, 723, 1, 0, 889, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27951, '', 103, 724, 1, 0, 888, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27952, '', 103, 724, 1, 0, 891, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27953, '', 102, 723, 1, 0, 892, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27954, '', 103, 724, 1, 0, 893, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27955, '', 102, 723, 1, 0, 894, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27956, '', 103, 724, 1, 0, 895, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27957, '', 102, 723, 1, 0, 896, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27958, '', 103, 724, 1, 0, 897, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27959, '', 102, 723, 1, 0, 898, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27960, '', 104, 725, 9, 639, 899, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27961, '', 103, 724, 1, 0, 900, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27962, '', 102, 723, 1, 0, 901, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27963, '', 102, 723, 1, 0, 901, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27964, '', 102, 723, 1, 0, 880, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27965, '', 102, 723, 1, 0, 881, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27966, '', 102, 723, 1, 0, 883, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27967, '', 103, 724, 1, 0, 902, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27968, '', 104, 725, 9, 639, 903, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27969, '', 102, 723, 1, 0, 904, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27970, '', 102, 723, 1, 0, 890, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27971, '', 103, 724, 1, 0, 905, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27972, '', 103, 724, 1, 0, 906, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27973, '', 104, 725, 9, 639, 907, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27974, '', 103, 724, 1, 0, 908, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27975, '', 104, 725, 9, 639, 909, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27976, '', 104, 725, 9, 639, 910, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27977, '', 104, 725, 9, 639, 911, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27978, '', 104, 725, 9, 639, 912, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27979, '', 104, 725, 9, 639, 913, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27980, '', 104, 725, 9, 639, 914, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27981, '', 104, 725, 9, 639, 915, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27982, '', 104, 725, 9, 639, 899, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27983, '', 104, 725, 9, 639, 917, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27984, '', 104, 725, 9, 639, 918, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27985, '', 104, 725, 9, 639, 916, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27986, '', 105, 726, 9, 639, 919, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27987, '', 106, 727, 1, 0, 920, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27988, '', 105, 726, 9, 639, 921, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27989, '', 106, 727, 1, 0, 922, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27990, '', 105, 726, 9, 639, 923, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27991, '', 106, 727, 1, 0, 924, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27992, '', 105, 726, 9, 639, 925, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27993, '', 106, 727, 1, 0, 926, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27994, '', 105, 726, 9, 639, 927, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27995, '', 106, 727, 1, 0, 928, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27996, '', 106, 727, 1, 0, 930, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27997, '', 105, 726, 9, 639, 931, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27998, '', 106, 727, 1, 0, 932, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27999, '', 105, 726, 9, 639, 933, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28000, '', 106, 727, 1, 0, 934, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28001, '', 105, 726, 9, 639, 935, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28002, '', 106, 727, 1, 0, 936, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28003, '', 105, 726, 9, 639, 937, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28004, '', 38, 582, 2, 444, 938, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28005, '', 106, 727, 1, 0, 939, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28006, '', 105, 726, 9, 639, 940, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28007, '', 38, 582, 2, 444, 941, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28008, '', 105, 726, 9, 639, 942, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28009, '', 38, 582, 2, 444, 944, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28010, '', 69, 728, 5, 566, 943, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28011, '', 105, 726, 9, 639, 945, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28012, '', 38, 582, 2, 444, 946, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28013, '', 38, 582, 2, 444, 947, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28014, '', 69, 728, 5, 566, 948, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28015, '', 38, 582, 2, 444, 949, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28016, '', 69, 728, 5, 566, 950, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28017, '', 69, 728, 5, 566, 951, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28018, '', 69, 728, 5, 566, 952, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28019, '', 69, 728, 5, 566, 953, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28020, '', 69, 728, 5, 566, 954, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28021, '', 69, 728, 5, 566, 955, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28022, '', 69, 728, 5, 566, 956, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28023, '', 69, 728, 5, 566, 957, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28024, '', 108, 729, 1, 0, 958, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28025, '', 108, 729, 1, 0, 959, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28026, '', 108, 729, 1, 0, 960, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28027, '', 108, 729, 1, 0, 959, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28028, '', 108, 729, 1, 0, 961, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28029, '', 108, 729, 1, 0, 962, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28030, '', 108, 729, 1, 0, 964, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28031, '', 60, 672, 2, 444, 965, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28032, '', 60, 672, 2, 444, 966, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28033, '', 60, 672, 2, 444, 967, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28034, '', 60, 672, 2, 444, 968, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28035, '', 60, 672, 2, 444, 969, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28036, '', 60, 672, 2, 444, 970, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28037, '', 110, 730, 1, 0, 971, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28038, '', 110, 730, 1, 0, 972, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28039, '', 110, 730, 1, 0, 973, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28040, '', 110, 730, 1, 0, 974, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28041, '', 110, 730, 1, 0, 975, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28042, '', 110, 730, 1, 0, 976, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28043, '', 110, 730, 1, 0, 977, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28044, '', 110, 730, 1, 0, 978, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28045, '', 108, 729, 1, 0, 963, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28046, '', 111, 731, 5, 566, 979, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28047, '', 111, 731, 5, 566, 980, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28048, '', 111, 731, 5, 566, 981, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28049, '', 111, 731, 5, 566, 982, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28050, '', 111, 731, 5, 566, 983, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28051, '', 111, 731, 5, 566, 984, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28052, '', 112, 732, 2, 444, 986, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28053, '', 112, 732, 2, 444, 987, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28054, '', 112, 732, 2, 444, 988, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28055, '', 112, 732, 2, 444, 989, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28056, '', 112, 732, 2, 444, 990, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28057, '', 112, 732, 2, 444, 991, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28058, '', 113, 733, 1, 0, 992, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28059, '', 113, 733, 1, 0, 993, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28060, '', 113, 733, 1, 0, 994, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28061, '', 113, 733, 1, 0, 995, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28062, '', 113, 733, 1, 0, 996, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28063, '', 113, 733, 1, 0, 997, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28064, '', 113, 733, 1, 0, 993, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28065, '', 113, 733, 1, 0, 998, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28066, '', 113, 733, 1, 0, 999, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28067, '', 101, 722, 1, 0, 1000, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28068, '', 113, 733, 1, 0, 1001, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28069, '', 113, 733, 1, 0, 1002, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28070, '', 101, 722, 1, 0, 1003, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28071, '', 113, 733, 1, 0, 1004, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28072, '', 113, 733, 1, 0, 1005, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28073, '', 101, 722, 1, 0, 1006, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28074, '', 101, 722, 1, 0, 1008, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28075, '', 113, 733, 1, 0, 1009, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28076, '', 101, 722, 1, 0, 1010, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28077, '', 101, 722, 1, 0, 1011, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28078, '', 114, 734, 1, 0, 1012, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28079, '', 114, 734, 1, 0, 1013, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28080, '', 114, 734, 1, 0, 1013, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28081, '', 101, 722, 1, 0, 1014, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28082, '', 114, 734, 1, 0, 1015, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28083, '', 114, 734, 1, 0, 1016, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28084, '', 114, 734, 1, 0, 1017, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28085, '', 115, 735, 1, 0, 1018, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28086, '', 115, 735, 1, 0, 1019, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28087, '', 114, 734, 1, 0, 1020, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28088, '', 115, 735, 1, 0, 1022, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28089, '', 115, 735, 1, 0, 1023, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28090, '', 115, 735, 1, 0, 1024, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28091, '', 115, 735, 1, 0, 1024, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28092, '', 115, 735, 1, 0, 1021, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28093, '', 116, 736, 1, 0, 1026, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28094, '', 116, 736, 1, 0, 1028, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28095, '', 116, 736, 1, 0, 1027, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28096, '', 116, 736, 1, 0, 1025, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28097, '', 116, 736, 1, 0, 1030, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28098, '', 116, 736, 1, 0, 1029, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28099, '', 117, 737, 1, 0, 1033, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28100, '', 117, 737, 1, 0, 1034, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28101, '', 117, 737, 1, 0, 1031, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28102, '', 117, 737, 1, 0, 1032, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28103, '', 117, 737, 1, 0, 1035, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28104, '', 117, 737, 1, 0, 1037, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28105, '', 117, 737, 1, 0, 1036, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28109, '', 119, 739, 1, 0, 1041, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28111, '', 119, 739, 1, 0, 1043, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28113, '', 119, 739, 1, 0, 1045, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28115, '', 119, 739, 1, 0, 1047, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28117, '', 119, 739, 1, 0, 1049, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28119, '', 119, 739, 1, 0, 1051, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28122, '', 122, 742, 9, 639, 1059, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28124, '', 122, 742, 9, 639, 1063, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28125, '', 121, 741, 1, 0, 1057, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28126, '', 121, 741, 1, 0, 1064, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28127, '', 121, 741, 1, 0, 1056, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28128, '', 121, 741, 1, 0, 1062, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28129, '', 121, 741, 1, 0, 1060, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28130, '', 121, 741, 1, 0, 1054, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28131, '', 121, 741, 1, 0, 1055, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28133, '', 122, 742, 9, 639, 1066, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28134, '', 119, 739, 1, 0, 1052, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28136, '', 122, 742, 9, 639, 1068, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28137, '', 122, 742, 9, 639, 1069, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28138, '', 122, 742, 9, 639, 1070, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28139, '', 123, 744, 13, 743, 1075, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28140, '', 123, 744, 13, 743, 1073, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28141, '', 123, 744, 13, 743, 1071, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28142, '', 123, 744, 13, 743, 1077, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28143, '', 123, 744, 13, 743, 1074, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28144, '', 123, 744, 13, 743, 1072, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28145, '', 12, 438, 4, 443, 1078, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28146, '', 12, 438, 4, 443, 1079, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28147, '', 124, 745, 1, 0, 1080, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28148, '', 12, 438, 4, 443, 1081, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28149, '', 12, 438, 4, 443, 1082, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28150, '', 124, 745, 1, 0, 1083, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28151, '', 12, 438, 4, 443, 1084, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28152, '', 12, 438, 4, 443, 1085, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28153, '', 124, 745, 1, 0, 1086, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28154, '', 12, 438, 4, 443, 1087, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28155, '', 124, 745, 1, 0, 1088, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28156, '', 125, 746, 1, 0, 1089, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28157, '', 125, 746, 1, 0, 1091, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28158, '', 125, 746, 1, 0, 1093, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28159, '', 124, 745, 1, 0, 1094, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28160, '', 125, 746, 1, 0, 1095, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28161, '', 125, 746, 1, 0, 1096, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28162, '', 124, 745, 1, 0, 1097, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28163, '', 124, 745, 1, 0, 1099, 1, 1, 497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28164, '', 126, 747, 1, 0, 1102, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28165, '', 126, 747, 1, 0, 1103, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28166, '', 126, 747, 1, 0, 1100, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28167, '', 126, 747, 1, 0, 1101, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28168, '', 126, 747, 1, 0, 1090, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28169, '', 126, 747, 1, 0, 1092, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28170, '', 126, 747, 1, 0, 1098, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28171, '', 125, 746, 1, 0, 1105, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28172, '', 128, 749, 1, 0, 1107, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28173, '', 128, 749, 1, 0, 1108, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28174, '', 128, 749, 1, 0, 1110, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28175, '', 128, 749, 1, 0, 1112, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28176, '', 128, 749, 1, 0, 1114, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28177, '', 128, 749, 1, 0, 1115, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28178, '', 127, 748, 1, 0, 1104, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28179, '', 127, 748, 1, 0, 1106, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28180, '', 127, 748, 1, 0, 1109, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28181, '', 127, 748, 1, 0, 1111, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28182, '', 127, 748, 1, 0, 1113, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28183, '', 127, 748, 1, 0, 1116, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28184, '', 129, 753, 1, 0, 1118, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28185, '', 130, 754, 1, 0, 1117, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28186, '', 129, 753, 1, 0, 1119, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28187, '', 129, 753, 1, 0, 1120, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28188, '', 130, 754, 1, 0, 1121, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28189, '', 130, 754, 1, 0, 1122, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28190, '', 130, 754, 1, 0, 1122, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28191, '', 130, 754, 1, 0, 1123, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28192, '', 129, 753, 1, 0, 1124, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28193, '', 130, 754, 1, 0, 1125, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28194, '', 129, 753, 1, 0, 1126, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28195, '', 130, 754, 1, 0, 1127, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28196, '', 129, 753, 1, 0, 1128, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28197, '', 129, 753, 1, 0, 1130, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28198, '', 130, 754, 1, 0, 1129, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28199, '', 130, 754, 1, 0, 1129, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28200, '', 131, 755, 1, 0, 1131, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28201, '', 132, 756, 1, 0, 1132, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28202, '', 131, 755, 1, 0, 1133, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28203, '', 131, 755, 1, 0, 1136, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28204, '', 132, 756, 1, 0, 1137, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28205, '', 131, 755, 1, 0, 1138, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28206, '', 132, 756, 1, 0, 1141, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28207, '', 131, 755, 1, 0, 1142, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28208, '', 132, 756, 1, 0, 1144, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28209, '', 131, 755, 1, 0, 1134, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28210, '', 132, 756, 1, 0, 1145, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28211, '', 132, 756, 1, 0, 1135, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28212, '', 133, 757, 1, 0, 1139, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28213, '', 133, 757, 1, 0, 1149, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28214, '', 133, 757, 1, 0, 1140, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28215, '', 133, 757, 1, 0, 1143, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28216, '', 133, 757, 1, 0, 1146, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28217, '', 133, 757, 1, 0, 1147, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28218, '', 133, 757, 1, 0, 1148, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28219, '', 134, 758, 1, 0, 1154, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28220, '', 134, 758, 1, 0, 1155, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28221, '', 134, 758, 1, 0, 1150, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28222, '', 134, 758, 1, 0, 1151, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28223, '', 134, 758, 1, 0, 1153, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28224, '', 134, 758, 1, 0, 1152, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28225, '', 135, 759, 1, 0, 1156, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28226, '', 136, 760, 1, 0, 1157, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28227, '', 135, 759, 1, 0, 1158, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28228, '', 136, 760, 1, 0, 1159, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28229, '', 135, 759, 1, 0, 1160, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28230, '', 136, 760, 1, 0, 1161, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28231, '', 135, 759, 1, 0, 1162, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28232, '', 136, 760, 1, 0, 1163, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28233, '', 135, 759, 1, 0, 1164, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28234, '', 136, 760, 1, 0, 1165, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28235, '', 135, 759, 1, 0, 1166, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28236, '', 136, 760, 1, 0, 1167, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28237, '', 135, 759, 1, 0, 1168, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28238, '', 136, 760, 1, 0, 1169, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28239, '', 138, 762, 1, 0, 1170, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28240, '', 138, 762, 1, 0, 1172, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28241, '', 137, 761, 1, 0, 1173, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28242, '', 137, 761, 1, 0, 1171, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28243, '', 138, 762, 1, 0, 1174, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28244, '', 137, 761, 1, 0, 1175, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28245, '', 138, 762, 1, 0, 1176, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28246, '', 138, 762, 1, 0, 1178, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28247, '', 137, 761, 1, 0, 1180, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28248, '', 138, 762, 1, 0, 1181, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28249, '', 137, 761, 1, 0, 1182, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28250, '', 137, 761, 1, 0, 1184, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28251, '', 139, 763, 1, 0, 1187, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28252, '', 139, 763, 1, 0, 1188, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28253, '', 139, 763, 1, 0, 1183, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28254, '', 139, 763, 1, 0, 1177, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28255, '', 139, 763, 1, 0, 1179, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28256, '', 139, 763, 1, 0, 1185, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28257, '', 139, 763, 1, 0, 1186, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28258, '', 140, 764, 1, 0, 1192, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28259, '', 140, 764, 1, 0, 1189, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28260, '', 140, 764, 1, 0, 1190, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28261, '', 140, 764, 1, 0, 1191, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28262, '', 140, 764, 1, 0, 1193, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28263, '', 140, 764, 1, 0, 1194, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28264, '', 141, 765, 1, 0, 1195, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28265, '', 141, 765, 1, 0, 1196, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28266, '', 142, 766, 1, 0, 1197, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28267, '', 142, 766, 1, 0, 1197, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28268, '', 141, 765, 1, 0, 1198, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28269, '', 142, 766, 1, 0, 1199, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28270, '', 141, 765, 1, 0, 1200, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28271, '', 142, 766, 1, 0, 1201, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28272, '', 141, 765, 1, 0, 1202, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28273, '', 141, 765, 1, 0, 1203, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28274, '', 142, 766, 1, 0, 1204, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28275, '', 141, 765, 1, 0, 1205, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28276, '', 142, 766, 1, 0, 1206, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28277, '', 143, 767, 1, 0, 1207, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28278, '', 142, 766, 1, 0, 1208, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28279, '', 142, 766, 1, 0, 1209, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28280, '', 143, 767, 1, 0, 1210, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28281, '', 143, 767, 1, 0, 1211, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28282, '', 143, 767, 1, 0, 1212, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28283, '', 144, 768, 1, 0, 1214, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28284, '', 144, 768, 1, 0, 1215, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28285, '', 143, 767, 1, 0, 1216, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28286, '', 143, 767, 1, 0, 1217, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28287, '', 144, 768, 1, 0, 1218, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28288, '', 144, 768, 1, 0, 1219, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28289, '', 144, 768, 1, 0, 1220, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28290, '', 144, 768, 1, 0, 1221, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28291, '', 146, 770, 1, 0, 1225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28292, '', 146, 770, 1, 0, 1223, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28293, '', 146, 770, 1, 0, 1222, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28294, '', 146, 770, 1, 0, 1226, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28295, '', 146, 770, 1, 0, 1227, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28296, '', 146, 770, 1, 0, 1224, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28297, '', 147, 771, 1, 0, 1234, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28298, '', 147, 771, 1, 0, 1229, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28299, '', 147, 771, 1, 0, 1230, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28300, '', 147, 771, 1, 0, 1231, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28301, '', 147, 771, 1, 0, 1228, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28302, '', 147, 771, 1, 0, 1233, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28303, '', 147, 771, 1, 0, 1232, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28304, '', 148, 772, 1, 0, 1235, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28305, '', 148, 772, 1, 0, 1236, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28306, '', 148, 772, 1, 0, 1237, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28307, '', 149, 773, 1, 0, 1238, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28308, '', 148, 772, 1, 0, 1239, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28309, '', 148, 772, 1, 0, 1239, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28310, '', 149, 773, 1, 0, 1240, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28311, '', 149, 773, 1, 0, 1241, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28312, '', 148, 772, 1, 0, 1242, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28313, '', 148, 772, 1, 0, 1243, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28314, '', 149, 773, 1, 0, 1244, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28315, '', 148, 772, 1, 0, 1245, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28316, '', 149, 773, 1, 0, 1246, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28317, '', 149, 773, 1, 0, 1247, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28318, '', 149, 773, 1, 0, 1248, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28319, '', 150, 774, 1, 0, 1249, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28320, '', 150, 774, 1, 0, 1250, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28321, '', 150, 774, 1, 0, 1251, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28322, '', 151, 775, 1, 0, 1252, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28323, '', 150, 774, 1, 0, 1253, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28324, '', 150, 774, 1, 0, 1253, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28325, '', 150, 774, 1, 0, 1254, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28326, '', 151, 775, 1, 0, 1255, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28327, '', 150, 774, 1, 0, 1256, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28328, '', 151, 775, 1, 0, 1257, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28329, '', 151, 775, 1, 0, 1257, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28330, '', 151, 775, 1, 0, 1258, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28331, '', 151, 775, 1, 0, 1259, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28332, '', 151, 775, 1, 0, 1260, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28333, '', 152, 776, 1, 0, 1262, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28334, '', 152, 776, 1, 0, 1266, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28335, '', 152, 776, 1, 0, 1264, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28336, '', 152, 776, 1, 0, 1265, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28337, '', 152, 776, 1, 0, 1267, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28338, '', 152, 776, 1, 0, 1261, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28339, '', 152, 776, 1, 0, 1263, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28340, '', 153, 777, 1, 0, 1273, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28341, '', 153, 777, 1, 0, 1272, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28342, '', 153, 777, 1, 0, 1270, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28343, '', 153, 777, 1, 0, 1271, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28344, '', 153, 777, 1, 0, 1268, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28345, '', 153, 777, 1, 0, 1269, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28348, '', 151, 775, 1, 0, 1276, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28350, '', 81, 705, 4, 443, 677, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28351, '', 151, 775, 1, 0, 1278, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28353, '', 151, 775, 1, 0, 1280, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28354, '', 151, 775, 1, 0, 1282, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28357, '', 149, 773, 1, 0, 1284, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28359, '', 149, 773, 1, 0, 1286, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28360, '', 26, 553, 1, 0, 1287, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28361, '', 149, 773, 1, 0, 1288, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28362, '', 26, 553, 1, 0, 1289, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28363, '', 26, 553, 1, 0, 1290, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28364, '', 144, 768, 1, 0, 1291, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28365, '', 125, 746, 1, 0, 1292, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28366, '', 144, 768, 1, 0, 1293, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28367, '', 125, 746, 1, 0, 1294, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28368, '', 125, 746, 1, 0, 1295, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28369, '', 144, 768, 1, 0, 1296, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28370, '', 125, 746, 1, 0, 1297, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28371, '', 144, 768, 1, 0, 1298, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28372, '', 91, 712, 1, 0, 1299, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28373, '', 91, 712, 1, 0, 1300, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28374, '', 58, 670, 1, 0, 1301, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28375, '', 142, 766, 1, 0, 1302, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28376, '', 91, 712, 1, 0, 1303, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28377, '', 142, 766, 1, 0, 1305, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28378, '', 91, 712, 1, 0, 1306, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28379, '', 58, 670, 1, 0, 1304, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28380, '', 91, 712, 1, 0, 1307, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28381, '', 142, 766, 1, 0, 1308, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28382, '', 33, 573, 2, 444, 283, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28383, '', 95, 716, 1, 0, 812, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28384, '', 95, 716, 1, 0, 814, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28385, '', 95, 716, 1, 0, 812, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28386, '', 95, 716, 1, 0, 809, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28387, '', 33, 573, 2, 444, 1309, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28388, '', 130, 754, 1, 0, 1310, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28389, '', 33, 573, 2, 444, 1311, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28390, '', 130, 754, 1, 0, 1312, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28391, '', 137, 761, 1, 0, 1313, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28392, '', 130, 754, 1, 0, 1314, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28393, '', 33, 573, 2, 444, 1315, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28394, '', 137, 761, 1, 0, 1316, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28395, '', 57, 669, 1, 0, 1317, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28396, '', 44, 638, 1, 0, 350, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28397, '', 78, 702, 4, 443, 1318, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28398, '', 44, 638, 1, 0, 349, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28399, '', 57, 669, 1, 0, 1319, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28400, '', 78, 702, 4, 443, 1320, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28401, '', 115, 735, 1, 0, 1321, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28402, '', 57, 669, 1, 0, 1322, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28403, '', 115, 735, 1, 0, 1324, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28404, '', 57, 669, 1, 0, 1323, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28405, '', 78, 702, 4, 443, 1325, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28406, '', 57, 669, 1, 0, 1326, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28407, '', 115, 735, 1, 0, 1327, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28408, '', 78, 702, 4, 443, 1328, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28409, '', 57, 669, 1, 0, 1329, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28410, '', 115, 735, 1, 0, 1330, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28411, '', 78, 702, 4, 443, 1331, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28412, '', 116, 736, 1, 0, 1332, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28413, '', 116, 736, 1, 0, 1333, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28414, '', 116, 736, 1, 0, 1334, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28415, '', 116, 736, 1, 0, 1335, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28416, '', 82, 706, 1, 0, 1336, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28417, '', 82, 706, 1, 0, 1337, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28418, '', 51, 648, 2, 444, 1338, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28419, '', 82, 706, 1, 0, 1339, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28420, '', 51, 648, 2, 444, 1340, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28421, '', 82, 706, 1, 0, 1341, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28422, '', 51, 648, 2, 444, 1342, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28423, '', 82, 706, 1, 0, 1343, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28424, '', 82, 706, 1, 0, 1343, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28425, '', 82, 706, 1, 0, 1343, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28426, '', 51, 648, 2, 444, 1344, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28427, '', 51, 648, 2, 444, 1346, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28428, '', 143, 767, 1, 0, 1347, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28429, '', 94, 715, 1, 0, 1349, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28430, '', 143, 767, 1, 0, 1350, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28431, '', 143, 767, 1, 0, 1348, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28432, '', 143, 767, 1, 0, 1345, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28433, '', 94, 715, 1, 0, 1351, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28434, '', 94, 715, 1, 0, 1352, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28435, '', 94, 715, 1, 0, 1354, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28436, '', 132, 756, 1, 0, 1355, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28437, '', 111, 731, 5, 566, 1357, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28438, '', 132, 756, 1, 0, 1359, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28439, '', 111, 731, 5, 566, 1360, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28440, '', 132, 756, 1, 0, 1362, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28441, '', 132, 756, 1, 0, 1356, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28442, '', 111, 731, 5, 566, 1367, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28443, '', 41, 611, 1, 0, 1369, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28444, '', 111, 731, 5, 566, 1371, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28445, '', 41, 611, 1, 0, 1372, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28446, '', 69, 691, 5, 566, 1370, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28447, '', 69, 691, 5, 566, 1373, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28448, '', 69, 691, 5, 566, 1361, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28449, '', 69, 691, 5, 566, 1363, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28450, '', 69, 691, 5, 566, 1358, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28451, '', 69, 691, 5, 566, 1366, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28452, '', 69, 691, 5, 566, 1364, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28453, '', 41, 611, 1, 0, 1374, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28454, '', 13, 439, 4, 443, 1376, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28455, '', 41, 611, 1, 0, 1375, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28456, '', 13, 439, 4, 443, 1377, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28457, '', 134, 758, 1, 0, 1379, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28458, '', 134, 758, 1, 0, 1381, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28459, '', 13, 439, 4, 443, 1382, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28460, '', 134, 758, 1, 0, 1384, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28461, '', 13, 439, 4, 443, 1385, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28462, '', 134, 758, 1, 0, 1386, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28463, '', 48, 646, 9, 639, 1387, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28464, '', 48, 646, 9, 639, 1388, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28465, '', 48, 646, 9, 639, 1380, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28466, '', 48, 646, 9, 639, 1378, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28467, '', 48, 646, 9, 639, 1383, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28468, '', 13, 439, 4, 443, 1389, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28469, '', 63, 685, 4, 443, 364, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28470, '', 21, 541, 1, 0, 1390, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28471, '', 63, 685, 4, 443, 1392, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28472, '', 21, 541, 1, 0, 1393, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28473, '', 63, 685, 4, 443, 1395, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28474, '', 96, 717, 1, 0, 1396, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28475, '', 96, 717, 1, 0, 1391, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28476, '', 96, 717, 1, 0, 1394, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28477, '', 96, 717, 1, 0, 1397, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28478, '', 63, 685, 4, 443, 1398, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28479, '', 21, 541, 1, 0, 1399, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28480, '', 63, 685, 4, 443, 1400, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28481, '', 21, 541, 1, 0, 1401, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28482, '', 63, 685, 4, 443, 1402, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28483, '', 21, 541, 1, 0, 1403, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28484, '', 42, 613, 7, 612, 1404, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28485, '', 67, 689, 5, 566, 1405, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28486, '', 42, 613, 7, 612, 1406, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28487, '', 42, 613, 7, 612, 1407, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28488, '', 67, 689, 5, 566, 1408, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28489, '', 42, 613, 7, 612, 1409, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28490, '', 67, 689, 5, 566, 1410, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28491, '', 42, 613, 7, 612, 1411, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28492, '', 67, 689, 5, 566, 1412, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28493, '', 42, 613, 7, 612, 1413, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28494, '', 67, 689, 5, 566, 1414, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28495, '', 140, 764, 1, 0, 1415, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28496, '', 140, 764, 1, 0, 1416, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28497, '', 140, 764, 1, 0, 1417, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28498, '', 140, 764, 1, 0, 1418, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28499, '', 122, 742, 9, 639, 1419, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28500, '', 127, 748, 1, 0, 1420, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28501, '', 127, 748, 1, 0, 1421, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28502, '', 122, 742, 9, 639, 1422, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28503, '', 127, 748, 1, 0, 1423, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28504, '', 127, 748, 1, 0, 1424, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28505, '', 122, 742, 9, 639, 1425, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28506, '', 122, 742, 9, 639, 1426, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28507, '', 128, 749, 1, 0, 1427, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28508, '', 131, 755, 1, 0, 1429, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28509, '', 128, 749, 1, 0, 1431, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28510, '', 131, 755, 1, 0, 1432, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28511, '', 128, 749, 1, 0, 1434, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28512, '', 131, 755, 1, 0, 1436, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28513, '', 128, 749, 1, 0, 1437, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28514, '', 123, 744, 13, 743, 1433, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28515, '', 123, 744, 13, 743, 1430, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28516, '', 123, 744, 13, 743, 1438, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28517, '', 123, 744, 13, 743, 1435, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28518, '', 131, 755, 1, 0, 1439, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28519, '', 3, 429, 2, 444, 1440, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28520, '', 3, 429, 2, 444, 1441, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28521, '', 3, 429, 2, 444, 1442, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28522, '', 3, 429, 2, 444, 1443, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28523, '', 3, 429, 2, 444, 1444, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28524, '', 3, 429, 2, 444, 1445, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28525, '', 1, 427, 2, 444, 1448, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28526, '', 1, 427, 2, 444, 1446, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28527, '', 1, 427, 2, 444, 1447, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28528, '', 1, 427, 2, 444, 1449, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28529, '', 1, 427, 2, 444, 1450, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28530, '', 71, 693, 5, 566, 1451, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28531, '', 71, 693, 5, 566, 1452, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28532, '', 71, 693, 5, 566, 1453, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28533, '', 71, 693, 5, 566, 1454, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28534, '', 71, 693, 5, 566, 1455, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28535, '', 71, 693, 5, 566, 1457, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28536, '', 71, 693, 5, 566, 1458, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28537, '', 71, 693, 5, 566, 1461, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28538, '', 146, 770, 1, 0, 1463, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28539, '', 79, 703, 1, 0, 1464, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28540, '', 79, 703, 1, 0, 1466, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28541, '', 146, 770, 1, 0, 1467, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28542, '', 146, 770, 1, 0, 1469, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28543, '', 79, 703, 1, 0, 1470, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28544, '', 75, 699, 2, 444, 1459, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28545, '', 75, 699, 2, 444, 1465, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28546, '', 75, 699, 2, 444, 1462, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28547, '', 75, 699, 2, 444, 1468, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28548, '', 75, 699, 2, 444, 1471, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28549, '', 75, 699, 2, 444, 1456, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28550, '', 146, 770, 1, 0, 1472, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28551, '', 79, 703, 1, 0, 1473, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28552, '', 79, 703, 1, 0, 1474, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28553, '', 79, 703, 1, 0, 1476, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28554, '', 112, 732, 2, 444, 1479, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28555, '', 150, 774, 1, 0, 1477, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28556, '', 150, 774, 1, 0, 1480, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28557, '', 150, 774, 1, 0, 1475, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28558, '', 150, 774, 1, 0, 1478, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28559, '', 112, 732, 2, 444, 1482, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28560, '', 89, 710, 1, 0, 1484, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28561, '', 112, 732, 2, 444, 1486, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28562, '', 89, 710, 1, 0, 1487, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28563, '', 112, 732, 2, 444, 1488, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28564, '', 153, 777, 1, 0, 1483, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28565, '', 153, 777, 1, 0, 1485, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28566, '', 153, 777, 1, 0, 1489, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28567, '', 153, 777, 1, 0, 1490, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28568, '', 89, 710, 1, 0, 1492, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28569, '', 89, 710, 1, 0, 1494, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28570, '', 114, 734, 1, 0, 1495, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28571, '', 89, 710, 1, 0, 1496, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28572, '', 114, 734, 1, 0, 1498, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28573, '', 89, 710, 1, 0, 1499, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28574, '', 89, 710, 1, 0, 1501, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28575, '', 114, 734, 1, 0, 1502, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28576, '', 68, 690, 5, 566, 1493, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28577, '', 68, 690, 5, 566, 1491, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28578, '', 68, 690, 5, 566, 1500, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28579, '', 68, 690, 5, 566, 1503, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28580, '', 68, 690, 5, 566, 1497, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28581, '', 114, 734, 1, 0, 1504, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28582, '', 47, 645, 10, 644, 1505, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28583, '', 10, 436, 1, 0, 498, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28584, '', 47, 645, 10, 644, 1506, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28585, '', 10, 436, 1, 0, 1507, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28586, '', 10, 436, 1, 0, 1508, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28587, '', 10, 436, 1, 0, 1509, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28588, '', 154, 778, 1, 0, 1512, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28589, '', 154, 778, 1, 0, 1514, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28590, '', 154, 778, 1, 0, 1516, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28591, '', 154, 778, 1, 0, 1518, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28592, '', 154, 778, 1, 0, 1519, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28593, '', 154, 778, 1, 0, 1521, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28594, '', 155, 779, 1, 0, 1510, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28595, '', 155, 779, 1, 0, 1511, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28596, '', 155, 779, 1, 0, 1513, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28597, '', 155, 779, 1, 0, 1515, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28598, '', 155, 779, 1, 0, 1517, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28599, '', 155, 779, 1, 0, 1520, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28600, '', 155, 779, 1, 0, 1522, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28601, '', 154, 778, 1, 0, 1523, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28602, '', 156, 780, 1, 0, 1524, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28603, '', 156, 780, 1, 0, 1525, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28604, '', 157, 781, 1, 0, 1526, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28605, '', 156, 780, 1, 0, 1527, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28606, '', 157, 781, 1, 0, 1528, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28607, '', 156, 780, 1, 0, 1529, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28608, '', 157, 781, 1, 0, 1530, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28609, '', 156, 780, 1, 0, 1531, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28610, '', 157, 781, 1, 0, 1533, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28611, '', 156, 780, 1, 0, 1532, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28612, '', 157, 781, 1, 0, 1534, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28613, '', 156, 780, 1, 0, 1536, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28614, '', 157, 781, 1, 0, 1538, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28615, '', 156, 780, 1, 0, 1540, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28616, '', 157, 781, 1, 0, 1541, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28617, '', 157, 781, 1, 0, 1544, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28618, '', 156, 780, 1, 0, 1543, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28619, '', 157, 781, 1, 0, 1546, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28620, '', 156, 780, 1, 0, 1547, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28621, '', 157, 781, 1, 0, 1549, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28622, '', 158, 782, 1, 0, 1539, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28623, '', 158, 782, 1, 0, 1542, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28624, '', 158, 782, 1, 0, 1545, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28625, '', 158, 782, 1, 0, 1548, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28626, '', 158, 782, 1, 0, 1535, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28627, '', 158, 782, 1, 0, 1537, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28628, '', 158, 782, 1, 0, 1550, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28629, '', 159, 783, 1, 0, 1551, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28630, '', 160, 784, 1, 0, 1552, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28631, '', 160, 784, 1, 0, 1553, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28632, '', 160, 784, 1, 0, 1556, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28633, '', 159, 783, 1, 0, 1554, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28634, '', 159, 783, 1, 0, 1558, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28635, '', 160, 784, 1, 0, 1559, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28636, '', 160, 784, 1, 0, 1561, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28637, '', 159, 783, 1, 0, 1562, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28638, '', 160, 784, 1, 0, 1568, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28639, '', 159, 783, 1, 0, 1567, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28640, '', 160, 784, 1, 0, 1571, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28641, '', 161, 786, 14, 785, 1572, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28642, '', 161, 786, 14, 785, 1570, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28643, '', 161, 786, 14, 785, 1569, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28644, '', 161, 786, 14, 785, 1566, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28645, '', 161, 786, 14, 785, 1563, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28646, '', 161, 786, 14, 785, 1565, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28647, '', 161, 786, 14, 785, 1560, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28648, '', 161, 786, 14, 785, 1555, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28649, '', 161, 786, 14, 785, 1564, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28650, '', 161, 786, 14, 785, 1557, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28651, '', 159, 783, 1, 0, 1573, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28652, '', 159, 783, 1, 0, 1574, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28653, '', 162, 787, 1, 0, 1575, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28654, '', 162, 787, 1, 0, 1576, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28656, '', 162, 787, 1, 0, 1579, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28657, '', 164, 789, 1, 0, 1580, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28658, '', 162, 787, 1, 0, 1581, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28659, '', 164, 789, 1, 0, 1582, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28660, '', 162, 787, 1, 0, 1583, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28661, '', 164, 789, 1, 0, 1584, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28662, '', 162, 787, 1, 0, 1585, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28663, '', 164, 789, 1, 0, 1586, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28664, '', 164, 789, 1, 0, 1587, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28665, '', 162, 787, 1, 0, 1588, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28666, '', 164, 789, 1, 0, 1589, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28667, '', 164, 789, 1, 0, 1591, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28668, '', 162, 787, 1, 0, 1590, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28669, '', 162, 787, 1, 0, 1592, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28670, '', 164, 789, 1, 0, 1593, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28671, '', 164, 789, 1, 0, 1594, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28672, '', 164, 789, 1, 0, 1595, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28673, '', 165, 790, 1, 0, 1596, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28674, '', 166, 791, 1, 0, 1597, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28675, '', 165, 790, 1, 0, 1598, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28676, '', 166, 791, 1, 0, 1600, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28677, '', 165, 790, 1, 0, 1602, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28678, '', 165, 790, 1, 0, 1604, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28679, '', 165, 790, 1, 0, 1606, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28680, '', 166, 791, 1, 0, 1607, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28681, '', 165, 790, 1, 0, 1608, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28682, '', 166, 791, 1, 0, 1609, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28683, '', 165, 790, 1, 0, 1611, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28684, '', 166, 791, 1, 0, 1613, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28685, '', 166, 791, 1, 0, 1614, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28686, '', 166, 791, 1, 0, 1603, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28687, '', 162, 787, 1, 0, 1578, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28688, '', 167, 792, 14, 785, 1617, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28689, '', 167, 792, 14, 785, 1616, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28690, '', 167, 792, 14, 785, 1618, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28691, '', 167, 792, 14, 785, 1599, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28692, '', 167, 792, 14, 785, 1610, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28693, '', 167, 792, 14, 785, 1612, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28694, '', 167, 792, 14, 785, 1601, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28695, '', 167, 792, 14, 785, 1615, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28696, '', 167, 792, 14, 785, 1605, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28697, '', 167, 792, 14, 785, 1619, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28698, '', 168, 793, 2, 444, 1620, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28699, '', 168, 793, 2, 444, 1621, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28700, '', 168, 793, 2, 444, 1622, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28701, '', 168, 793, 2, 444, 1623, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28702, '', 168, 793, 2, 444, 1624, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28703, '', 168, 793, 2, 444, 1625, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28704, '', 168, 793, 2, 444, 1626, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28705, '', 169, 794, 1, 0, 1627, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28706, '', 170, 795, 15, 802, 1629, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28707, '', 169, 794, 1, 0, 1628, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28708, '', 169, 794, 1, 0, 1630, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28709, '', 170, 795, 15, 802, 1631, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28710, '', 169, 794, 1, 0, 1632, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28711, '', 170, 795, 15, 802, 1633, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28712, '', 170, 795, 15, 802, 1634, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28713, '', 169, 794, 1, 0, 1635, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28714, '', 169, 794, 1, 0, 1636, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28715, '', 170, 795, 15, 802, 1637, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28716, '', 169, 794, 1, 0, 1638, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28717, '', 170, 795, 15, 802, 1639, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28718, '', 169, 794, 1, 0, 1640, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28719, '', 170, 795, 15, 802, 1641, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28720, '', 169, 794, 1, 0, 1642, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28721, '', 169, 794, 1, 0, 1643, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28722, '', 170, 795, 15, 802, 1644, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28723, '', 170, 795, 15, 802, 1645, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28724, '', 170, 795, 15, 802, 1646, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28725, '', 171, 796, 1, 0, 1647, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28726, '', 171, 796, 1, 0, 1648, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28727, '', 171, 796, 1, 0, 1650, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28728, '', 172, 797, 1, 0, 1649, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28729, '', 171, 796, 1, 0, 1652, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28730, '', 172, 797, 1, 0, 1651, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28731, '', 171, 796, 1, 0, 1653, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28732, '', 171, 796, 1, 0, 1654, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28733, '', 172, 797, 1, 0, 1655, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28734, '', 171, 796, 1, 0, 1656, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28735, '', 172, 797, 1, 0, 1657, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28736, '', 172, 797, 1, 0, 1659, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28737, '', 172, 797, 1, 0, 1661, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28738, '', 172, 797, 1, 0, 1662, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28739, '', 174, 798, 1, 0, 1660, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28740, '', 174, 798, 1, 0, 1658, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28741, '', 174, 798, 1, 0, 1663, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28742, '', 174, 798, 1, 0, 1664, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28743, '', 174, 798, 1, 0, 1665, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28744, '', 174, 798, 1, 0, 1666, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28745, '', 174, 798, 1, 0, 1667, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28746, '', 175, 799, 1, 0, 1669, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28747, '', 175, 799, 1, 0, 1674, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28748, '', 175, 799, 1, 0, 1676, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28749, '', 175, 799, 1, 0, 1677, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28750, '', 175, 799, 1, 0, 1670, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28751, '', 175, 799, 1, 0, 1668, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28752, '', 175, 799, 1, 0, 1672, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28753, '', 175, 799, 1, 0, 1671, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28754, '', 175, 799, 1, 0, 1673, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28755, '', 175, 799, 1, 0, 1675, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28756, '', 176, 800, 1, 0, 1678, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28757, '', 176, 800, 1, 0, 1679, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28758, '', 177, 801, 15, 802, 1680, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28759, '', 177, 801, 15, 802, 1680, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28760, '', 176, 800, 1, 0, 1681, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28761, '', 177, 801, 15, 802, 1682, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28762, '', 176, 800, 1, 0, 1683, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28763, '', 177, 801, 15, 802, 1684, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28764, '', 176, 800, 1, 0, 1685, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28765, '', 176, 800, 1, 0, 1686, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28766, '', 177, 801, 15, 802, 1687, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28767, '', 176, 800, 1, 0, 1688, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28768, '', 177, 801, 15, 802, 1689, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28769, '', 176, 800, 1, 0, 1690, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28770, '', 177, 801, 15, 802, 1691, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28771, '', 176, 800, 1, 0, 1692, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28772, '', 177, 801, 15, 802, 1693, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28773, '', 176, 800, 1, 0, 1694, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28774, '', 177, 801, 15, 802, 1695, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28775, '', 177, 801, 15, 802, 1697, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28776, '', 178, 803, 1, 0, 1698, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28777, '', 177, 801, 15, 802, 1701, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28778, '', 178, 803, 1, 0, 1700, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28779, '', 178, 803, 1, 0, 1704, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28780, '', 178, 803, 1, 0, 1704, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28781, '', 180, 805, 1, 0, 1706, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28782, '', 178, 803, 1, 0, 1707, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28783, '', 180, 805, 1, 0, 1709, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28784, '', 178, 803, 1, 0, 1710, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28785, '', 179, 804, 1, 0, 1708, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28786, '', 179, 804, 1, 0, 1705, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28787, '', 179, 804, 1, 0, 1713, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28788, '', 179, 804, 1, 0, 1714, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28789, '', 179, 804, 1, 0, 1711, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28790, '', 179, 804, 1, 0, 1715, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28791, '', 179, 804, 1, 0, 1712, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28792, '', 179, 804, 1, 0, 1703, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28793, '', 179, 804, 1, 0, 1702, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28794, '', 179, 804, 1, 0, 1699, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28795, '', 180, 805, 1, 0, 1721, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28796, '', 178, 803, 1, 0, 1722, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28797, '', 180, 805, 1, 0, 1723, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28798, '', 178, 803, 1, 0, 1725, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28799, '', 180, 805, 1, 0, 1727, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28800, '', 178, 803, 1, 0, 1728, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28801, '', 178, 803, 1, 0, 1729, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28802, '', 180, 805, 1, 0, 1730, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28803, '', 181, 806, 1, 0, 1716, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28804, '', 181, 806, 1, 0, 1731, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28805, '', 181, 806, 1, 0, 1717, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28806, '', 181, 806, 1, 0, 1718, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28807, '', 181, 806, 1, 0, 1724, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28808, '', 181, 806, 1, 0, 1720, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28809, '', 181, 806, 1, 0, 1726, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28810, '', 180, 805, 1, 0, 1732, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28811, '', 178, 803, 1, 0, 1733, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28812, '', 180, 805, 1, 0, 1734, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28813, '', 180, 805, 1, 0, 1736, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28814, '', 180, 805, 1, 0, 1738, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28815, '', 181, 806, 1, 0, 1735, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28816, '', 181, 806, 1, 0, 1737, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28817, '', 181, 806, 1, 0, 1739, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28818, '', 183, 808, 1, 0, 1740, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28819, '', 183, 808, 1, 0, 1741, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28820, '', 182, 807, 1, 0, 1742, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28821, '', 183, 808, 1, 0, 1743, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28822, '', 182, 807, 1, 0, 1744, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28823, '', 183, 808, 1, 0, 1745, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28824, '', 182, 807, 1, 0, 1746, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28825, '', 183, 808, 1, 0, 1747, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28826, '', 182, 807, 1, 0, 1748, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28827, '', 182, 807, 1, 0, 1749, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28828, '', 183, 808, 1, 0, 1750, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28829, '', 183, 808, 1, 0, 1751, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28830, '', 183, 808, 1, 0, 1752, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28831, '', 185, 811, 16, 809, 1753, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28832, '', 185, 811, 16, 809, 1754, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28833, '', 183, 808, 1, 0, 1755, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28834, '', 185, 811, 16, 809, 1756, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28835, '', 183, 808, 1, 0, 1757, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28836, '', 185, 811, 16, 809, 1758, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28837, '', 185, 811, 16, 809, 1759, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28838, '', 185, 811, 16, 809, 1760, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28839, '', 185, 811, 16, 809, 1761, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28840, '', 185, 811, 16, 809, 1760, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28841, '', 186, 812, 1, 0, 1762, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28842, '', 185, 811, 16, 809, 1763, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28843, '', 185, 811, 16, 809, 1764, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28844, '', 185, 811, 16, 809, 1758, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `products` (`product_id`, `sku`, `manf_id`, `manf_spec_id`, `brand_id`, `brand_spec_id`, `family_id`, `active`, `available`, `source`, `fixture_1`, `fixture_2`, `fixture_3`, `fixture_4`, `fixture_finish_1`, `fixture_finish_2`, `fixture_finish_3`, `fixture_finish_4`, `fixture_finish_5`, `mounting_1`, `mounting_2`, `mounting_3`, `mounting_4`, `environment_1`, `environment_2`, `environment_3`, `environment_4`, `environment_5`, `shape`, `size_1`, `size_2`, `linear_1_1`, `linear_1_2`, `linear_2_min`, `linear_2_max`, `aperture_1`, `aperture_2`, `aperture_3`, `aperture_4`, `multiples_min`, `multiples_max`, `cct_1`, `cct_2`, `cct_3`, `cct_4`, `cct_5`, `cri`, `distribution_1`, `distribution_2_1`, `distribution_2_2`, `distribution_2_3`, `distribution_2_4`, `distribution_2_5`, `distribution_2_6`, `night_sky`, `hours_lm`, `hours_tm`, `watt_min`, `watt_max`, `watt_linear_min`, `watt_linear_max`, `lumens_min`, `lumens_max`, `lumens_linear_min`, `lumens_linear_max`, `efficacy`, `controls_1_1`, `controls_1_2`, `controls_2_1`, `controls_2_2`, `controls_2_3`, `controls_2_4`, `controls_3_1`, `controls_3_2`, `power_1`, `power_2_1`, `power_2_2`, `power_2_3`, `power_2_4`, `power_2_5`, `power_3`, `power_4_1`, `power_4_2`, `power_4_3`, `recessed_1_1`, `recessed_1_2`, `recessed_1_3`, `recessed_1_4`, `recessed_2_1`, `recessed_2_2`, `recessed_2_3`, `recessed_2_4`, `depth`, `aiming_1`, `aiming_2`, `ada`, `ul`, `etl`, `csa`, `arra`, `ibew`, `title_24`, `energy_star`, `dlc`, `stock`, `warranty`) VALUES
(28845, '', 186, 812, 1, 0, 1765, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28846, '', 186, 812, 1, 0, 1768, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28847, '', 187, 813, 1, 0, 1769, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28848, '', 186, 812, 1, 0, 1770, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28849, '', 187, 813, 1, 0, 1771, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28850, '', 187, 813, 1, 0, 1773, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28851, '', 186, 812, 1, 0, 1772, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28852, '', 186, 812, 1, 0, 1772, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28853, '', 187, 813, 1, 0, 1774, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28854, '', 186, 812, 1, 0, 1775, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28855, '', 187, 813, 1, 0, 1776, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28856, '', 186, 812, 1, 0, 1777, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28857, '', 185, 811, 16, 809, 1766, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28858, '', 186, 812, 1, 0, 1778, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28859, '', 186, 812, 1, 0, 1779, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28860, '', 186, 812, 1, 0, 1767, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28861, '', 188, 814, 1, 0, 1780, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28862, '', 188, 814, 1, 0, 1781, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28863, '', 188, 814, 1, 0, 1782, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28864, '', 188, 814, 1, 0, 1783, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28865, '', 188, 814, 1, 0, 1783, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28866, '', 188, 814, 1, 0, 1784, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28867, '', 188, 814, 1, 0, 1785, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28868, '', 188, 814, 1, 0, 1786, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28869, '', 188, 814, 1, 0, 1787, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28870, '', 188, 814, 1, 0, 1788, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28871, '', 188, 814, 1, 0, 1789, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28872, '', 189, 815, 1, 0, 1790, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28873, '', 189, 815, 1, 0, 1791, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28874, '', 189, 815, 1, 0, 1793, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28875, '', 189, 815, 1, 0, 1794, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28876, '', 189, 815, 1, 0, 1798, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28877, '', 189, 815, 1, 0, 1797, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28878, '', 189, 815, 1, 0, 1799, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28879, '', 189, 815, 1, 0, 1796, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28880, '', 189, 815, 1, 0, 1792, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28881, '', 189, 815, 1, 0, 1795, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28882, '', 190, 816, 1, 0, 1800, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28883, '', 190, 816, 1, 0, 1801, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28884, '', 190, 816, 1, 0, 1802, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28885, '', 190, 816, 1, 0, 1803, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28886, '', 190, 816, 1, 0, 1804, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28887, '', 190, 816, 1, 0, 1805, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28888, '', 190, 816, 1, 0, 1807, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28889, '', 190, 816, 1, 0, 1808, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28890, '', 190, 816, 1, 0, 1809, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28891, '', 190, 816, 1, 0, 1806, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28892, '', 191, 817, 1, 0, 1811, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28893, '', 191, 817, 1, 0, 1812, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28894, '', 191, 817, 1, 0, 1813, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28895, '', 191, 817, 1, 0, 1814, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28896, '', 191, 817, 1, 0, 1815, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28897, '', 191, 817, 1, 0, 1815, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28898, '', 191, 817, 1, 0, 1816, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28899, '', 191, 817, 1, 0, 1817, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28900, '', 191, 817, 1, 0, 1818, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28901, '', 191, 817, 1, 0, 1819, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28902, '', 191, 817, 1, 0, 1820, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28903, '', 195, 819, 1, 0, 1824, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28904, '', 195, 819, 1, 0, 1826, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28905, '', 195, 819, 1, 0, 1829, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28906, '', 195, 819, 1, 0, 1832, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28907, '', 195, 819, 1, 0, 1835, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28908, '', 192, 818, 1, 0, 1831, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28909, '', 192, 818, 1, 0, 1830, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28910, '', 192, 818, 1, 0, 1823, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28911, '', 192, 818, 1, 0, 1825, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28912, '', 192, 818, 1, 0, 1833, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28913, '', 192, 818, 1, 0, 1834, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28914, '', 192, 818, 1, 0, 1822, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28915, '', 192, 818, 1, 0, 1821, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28916, '', 192, 818, 1, 0, 1827, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28917, '', 192, 818, 1, 0, 1828, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28918, '', 195, 819, 1, 0, 1836, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28919, '', 195, 819, 1, 0, 1839, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28920, '', 195, 819, 1, 0, 1840, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28921, '', 195, 819, 1, 0, 1837, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28922, '', 195, 819, 1, 0, 1838, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28923, '', 197, 821, 1, 0, 1847, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28924, '', 197, 821, 1, 0, 1846, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28925, '', 197, 821, 1, 0, 1844, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28926, '', 197, 821, 1, 0, 1845, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28927, '', 197, 821, 1, 0, 1849, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28928, '', 197, 821, 1, 0, 1848, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28929, '', 196, 820, 1, 0, 1841, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28930, '', 196, 820, 1, 0, 1842, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(28931, '', 196, 820, 1, 0, 1843, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', '0.0', '0.0', '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0.0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

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

--
-- Table structure for table `product_news`
--

CREATE TABLE `product_news` (
  `prod_news_id` int(10) UNSIGNED NOT NULL,
  `sku` varchar(32) NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `manufacturer` smallint(5) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `thumbnail_alt` varchar(255) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `product_news`:
--

--
-- Dumping data for table `product_news`
--

INSERT INTO `product_news` (`prod_news_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(1, 'HLA001', 0, 21, 'DRAMI', 'Luminaire surface/wall mounted/suspended.', 'Circular luminaires with asymmetrically placed circular porthole with fresh and playfully design, made of aluminum profile with opal diffuser. With embedded LED sources achieve excellent lighting parameters. This range is suspended or surface mounted, with direct reflextion. DRAMI was developed on the basis of student work of Lukáš ?ípa.', 'http://www.halla.eu/drami', 'HLA001_DRAMI_small.jpg', 'DRAMI', 'DRAMI', 'Circular luminaires with asymmetrically placed circular porthole with fresh and playfully design, made of aluminum profile with opal diffuser.', '2015-10-18 00:00:00'),
(2, 'HLA002', 0, 21, 'OVILI', 'Luminaire surface', 'With use of a simple break in the middle of the circle and LED technology, an unusual design of luminaires OVILI was born. OVILI products are surface mounted with excellent lighting parameters. Thanks to the particular shape of this luminaire there is also use of an indirect lighting which is for surface mounted luminaires normally hardly applicable. Impressive design luminaires designed by Simona Hrušková in his student work.', 'http://www.halla.eu/ovili', 'HLA002_OVILI_small.jpg', 'OVILI', 'OVILI', 'With use of a simple break in the middle of the circle and LED technology, an unusual design of luminaires OVILI was born.', '2015-10-18 00:00:00'),
(3, 'MLI001', 0, 22, 'Swerve', 'Bending Minds', 'Taking creativity to a new level, the Swerve bends minds. Allowing a huge leap in customization, curved lighting is one of the fastest growing design trends, the curved luminaire broadens possibilities for designers and architects to create beautifully lit spaces.\r\n\r\nUntil recently this product was believed to be impossible, obstacles in the development of the Swerve proving too big a challenge for our design team. However with determination, ingenuity and technological advancements in manufacturing, these obstacles have been tossed aside and the Swerve was created', 'http://mlight.com.au/product/swerve/', 'MLI001_Swerve_small.jpg', 'Swerve', 'Swerve. Bending Minds', 'Taking creativity to a new level, the Swerve bends minds. Allowing a huge leap in customization, curved lighting is one of the fastest growing design trends, the curved luminaire broadens possibilities for designers and architects to create beautifully lit spaces.', '2015-11-28 00:00:00'),
(6, 'SOR005', 0, 32, 'SORAA - AR111', 'VIVID SERIES', 'Lighting professionals worldwide have been waiting for a viable LED replacement to the halogen AR111, and Soraa has delivered. With its high output, narrow spot, crisp beam edge and low glare this is the lamp for retail lighting. \r\nChoose the right product series for your needs \r\nThe VIVID SERIES: Our full-spectrum series brings you both VP? VIVID COLOR (CRI-95, R9-95) and VP?NATURAL WHITE Technology, with market-leading CBCP.\r\n\r\nThe BRILLIANT SERIES: Our highest CBCP series, which also features VP? NATURAL WHITE technology.', 'http://www.soraa.com/products/AR111', 'SOR005_SORAA_AR111_small.jpg', 'SORAA - AR111', 'SORAA - AR111', 'Lighting professionals worldwide have been waiting for a viable LED replacement to the halogen AR111, and Soraa has delivered. With its high output, narrow spot, crisp beam edge and low glare this is the lamp for retail lighting.', '2015-12-11 00:00:00'),
(7, 'LG0001', 0, 35, 'OLED SKY', 'OLED Light Luminaires & Applications', 'As the only surface-type light source, OLED lighting offers the best quality light. Its lightweight, thin panel offers infinite application possibilities, and the flexible lighting panel also opens new design possibilities. OLED lighting is a human-friendly light source that lessens eye fatigue as it does not emit heat or glare.\r\n\r\nLG Display develops and showcases originally designed luminaires to stimulate the market and show how\r\nOLED panels can be used in real-life applications. Also, LG Display collaborates with major companies in different industries.', 'www.lgdisplay.com', 'lgoled_sky_small.jpg', 'LG OLED SKY', 'LG OLED SKY', 'OLED Light Luminaires & Applications', '2016-06-26 00:00:00'),
(8, 'LG0002', 0, 35, 'Transparent Connections Pendant', 'OLED Light Luminaires & Applications', 'As the only surface-type light source, OLED lighting offers the best quality light. Its lightweight, thin panel offers infinite application possibilities, and the flexible lighting panel also opens new design possibilities. OLED lighting is a human-friendly light source that lessens eye fatigue as it does not emit heat or glare.\r\n\r\nLG Display develops and showcases originally designed luminaires to stimulate the market and show how\r\nOLED panels can be used in real-life applications. Also, LG Display collaborates with major companies in different industries.', 'http://www.lgoledlight.com/index.do#', 'LG_Transparent_Connections_Pendant_small.jpg', 'LG Transparent Connections Pendant', 'Transparent Connections Pendant', 'Transparent Connections Pendant', '2016-06-26 00:00:00'),
(9, 'EAT001', 0, 36, 'Invue Arbor LED family', 'Arbor Post Top', 'The Invue Arbor post top brings architectural style to area and site and pedestrian scale applications. Its dayform appearance brings a desired organic look into the urban environment. WaveStream LED Optics provide a uniform pixelation-free image, managing glare while providing high levels of visibility.', 'http://www.cooperindustries.com/content/public/en/lighting/resources/LightingStories/The-Arbor-Story.html', 'Arbor_Post_Top_small.jpg', 'Arbor Post Top', 'Arbor Post Top', 'The Invue Arbor post top brings architectural style to area and site and pedestrian scale applications. Its dayform appearance brings a desired organic look into the urban environment. WaveStream LED Optics provide a uniform pixelation-free image, managing glare while providing high levels of visibility', '2016-06-26 00:00:00'),
(10, 'LUT001', 0, 37, 'Vive™ Wireless Controls', 'Simple and scalable lighting control', 'Lutron Introduces a revolutionary, modular wireless lighting control solution for new and existing commercial buildings.\r\n\r\nThe Vive product family lets you personalize control to each space in your building without locking you into more or less control than you need.', 'http://www.lutron.com/en-US/Products/Pages/WholeBuildingSystems/Vive/Design.aspx', 'VIVE_Wireless_small.jpg', 'VIVE Wireless', 'VIVE Wireless Controls by Lutron', 'Simple and scalable lighting control', '2016-06-26 00:00:00'),
(11, 'SAT001', 0, 43, 'AVVENI', 'Floor, table, and ceiling lights', 'AVVENI is designed as a modular system. It can be adapted easily to any architectural concept due to countless variations in terms of design and lighting design. The AVVENI series ranges from floor, table, and ceiling lights to various complex pendant structures. Due to this, AVVENI is predestined for lighting large and high ceiling rooms in commercial buildings as well as representative functional areas such as board rooms and lounge areas in commercial projects and living areas in domestic setups.', 'http://www.sattler-lighting.com/en/portfolio/avveni/', 'Sattler_Avveni_small.jpg', 'Sattler Avveni', 'AVVENI', 'AVVENI is designed as a modular system. It can be adapted easily to any architectural concept due to countless variations in terms of design and lighting design.', '2016-06-26 00:00:00'),
(12, 'SYL001', 0, 44, 'SylCone', 'SylCone Retro wins Red Dot Award 2016', 'Feilo Sylvania new range of decorative luminaires and lamps Sylvania SylCone Retro has won the \'Product Design 2016\' accolade to the prestigious Red Dot Awards. \r\n\r\nSilvania SylCone Retro light replicates the warm glow of incandescent lighting with a 2,000K colour temperature. Luminaire family is also available in surface-mounted and table lamp versions', 'http://www.feilosylvania.com/en-int/', 'Feilo_Sylvania_SylCone_small.jpg', 'Feilo Sylvania SylCone', 'SylCone', 'Feilo Sylvania new range of decorative luminaires and lamps Sylvania SylCone Retro has won the \'Product Design 2016\' accolade to the prestigious Red Dot Awards.', '2016-06-26 00:00:00'),
(13, 'FLX001', 0, 45, 'Fluxwerx Fold', 'Organic design elevates functional into beautiful.', 'Pure apertured design with fully luminous interior without horizontal lenses or difusers.\r\nPrecision machined clear anodized, extruded aluminum.\r\nArch, Slant or Oblique endcaps preinstalled for perfect fit and finish.\r\n10? – 15? o.c. spacing with 0.45 to 0.75 W/ft.sq. for general area lighting.\r\nMultiple direct/indirect lighting distributions, available with independent Up | Dn lighting control.', 'http://fluxwerx.com/products/fold/', 'fluxwerx_fold_small.jpg', 'Fluxwerx Fold', 'Fluxwerx Fold', 'Fluxwerx Fold', '2016-07-23 00:00:00'),
(14, 'ZTB001', 0, 46, 'SUPERSYSTEM II', 'The solution for sophisticated lighting in shops', 'SUPERSYSTEM II is characterized by its delicate design, exquisite materiality, simplified miniaturization and flexibility, therefore making it possible to create high-quality LED lighting solutions.\r\n\r\nWhether general or accent lighting, direct or indirect light, small or large items, short or long distances, the multifunctional LED lighting system SUPERSYSTEM II covers all demanding lighting tasks in the shop with the broad-ranging module system of easy-to-install lighting modules – and with excellent light quality. SUPERSYSTEM II therefore provides an all-encompassing lighting solution in a consistent style.', 'http://www.zumtobel.com/com-en/products/supersystem_II.html', 'supersystem_II_small.jpg', 'Zumtobel. SUPERSYSTEM II', 'SUPERSYSTEM II', 'Multi-functional LED lighting tool', '2016-07-23 00:00:00'),
(15, 'ZTB002', 0, 46, 'INTRO LED', 'Modular LED lighting system', 'The modular LED lighting system provides the right light for every sales area and comprises four formally standardised luminaire types: INTRO M and INTRO S for accent lighting, INTRO PANOS infinity for light that efficiently floods the room with brightness and INTRO liteCarve® for light that lights up vertical surfaces both evenly and with a rectangular beam of light.\r\n\r\nThe luminaire group is completed by the INTRO RESCLITE emergency luminaires. In spite of the formal consistency and technical diversity, every INTRO lighting solution allows maximum freedom of design. From mounting frames and lighting modules through to the front ring, components can be put together individually. Variety and flexibility meet at the highest level.', 'http://www.zumtobel.com/com-en/products/intro.html', 'intro_LED_small.jpg', 'Zumtobel INTRO LED', 'INTRO LED', 'Modular LED lighting system', '2016-07-23 00:00:00'),
(16, 'ARK001', 0, 47, 'Flap', 'LED wall washe', 'Simple geometry and pure lines in this LED wall washer appliance. For its versatile fitting, it is suitable for group compositions where its essential design harmoniously fits in with both rational and random settings.\r\n\r\nFormally designed as a sectioned disk, it stands out for its flatness and thinness. Compact and minimum volume, it delivers perfectly homogeneous light dispersion.', 'http://www.arkoslight.com/en/producto/flap/', 'Arkoslight_Flap_small.jpg', 'Arkoslight Flap', 'Flap', 'LED wall washe', '2016-07-23 00:00:00'),
(18, '00050', 0, 49, 'Systems SNAKE', 'Exenia. Lumenpulse brand', 'System made in estruded aluminium, anodized grey or in\r\nglossy white or glossy black varnish. It is available in 3\r\ndifferent lenghts and it can be easily assembled to create\r\nany system of suspension or ceiling application.', 'http://shop.exenia.eu/en/systems/snake', 'exenia_sistemi_snake_small.jpg', 'Exenia Systems SNAKE', 'Exenia Systems SNAKE', 'System made in estruded aluminium, anodized grey or in\r\nglossy white or glossy black varnish. It is available in 3\r\ndifferent lenghts and it can be easily assembled to create\r\nany system of suspension or ceiling application.', '2016-08-14 00:00:00'),
(20, '00015', 0, 46, 'ONDARIA LED', 'Zumtobel', 'Decorative round luminaire with uniform backlighting of opal cover\r\n• Aluminium housing in white painted finish\r\n• Opal plastic cover of PMMA\r\n• Available in three sizes: medium (Ø 590 mm), large (Ø 870 mm), X-large (Ø\r\n1150 mm)\r\n• Low indirect component for ceiling/wall illumination\r\n• Colour temperature 4000 K, optionally 3000 K\r\n• LED service life: 50000 h before luminous flux is reduced to 90 % of the initial\r\nvalue\r\n• Chromaticity tolerance between multiple luminaires of up to 3 MacAdam\r\nellipses\r\n• Luminaire pre-wired using halogen-free leads\r\n• Can be fitted as recessed or pendant luminaire using special accessory (please\r\norder separately)', 'http://www.zumtobel.com/gb-en/products/ondaria.html#ONDARIA LED', 'Zumfobel_ONDARIA_small.jpg', 'ONDARIA LED', 'ONDARIA LED', 'Decorative round luminaire with uniform backlighting of opal cover', '2016-08-14 00:00:00'),
(21, '00016', 0, 52, 'ISIP LED', 'Esse-ci', 'SIP series adapt to the market requirements with an innovative range of high efficiency LED fixtures for projects driven by energy saving and long-lasting life.The fixture body and the optic case are in an epoxy white powder coated metal sheet.\r\nThe PVD aluminum reflectors controls and optimize the flow. The DP (UGR', 'http://www.archiexpo.com/prod/esse-ci/product-127025-1696194.html', 'Esse-ci_ISIP_LED_small.jpg', 'ISIP LED', 'ISIP LED', 'SIP series adapt to the market requirements with an innovative range of high efficiency LED fixtures', '2016-08-14 00:00:00'),
(23, '00018', 0, 53, 'Moving Sky', 'LED Lighting Panel - Disc', 'Moving Sky LED Lighting Panel provides different lighting effect \r\ncomparing Moving Sky LED Panel. With one more word “Lighting”,the light provides two lighting modes, moving blue sky and white clouds, as well as high quality white light. The world\'s pioneering creation provide user unprecedented lighting experience. It can \r\nprovide general light for work and present soft moving blue sky \r\nand white clouds when user takes break. User can easily shift \r\nbetween both lighting modes.\r\n \r\nThis light is amazing for office, under ground laboratory and \r\nmetro station, as well as other places where white light is essential, but expect the sky lighting to improve the environment and atmosphere. This new lighting products will significantly \r\nenhance user\'s productivity, health and life quality.', 'http://www.neonny.com/moving-sky-led-lighting-panel-rgpd6', 'neonny_moving_sky_small.jpg', 'Moving Sky', 'Moving Sky', 'Moving Sky LED Lighting Panel provides different lighting effect \r\ncomparing Moving Sky LED Panel.', '2016-08-14 00:00:00'),
(24, '00019', 0, 53, 'Stretch Ceiling - Triangle', 'Luminous Stretch Film Ceiling/Light', 'Luminous Stretch Ceiling/Light is a product solution of one piece large light panel. The light panel is available in round shape, triangle, square, or bespoke shape and size. Comparing conventional method installing light and putting up stretch film on site, NEONNY Luminous Stretch Light significantly saves contract labor and time.', 'http://www.neonny.com/lum0inous-stretch-film-series-triangle', 'neonny_stretch_ceiling_small.jpg', 'Stretch Ceiling - Triangle', 'Stretch Ceiling - Triangle', 'Luminous Stretch Ceiling/Light is a product solution of one piece large light panel. The light panel is available in round shape,', '2016-08-14 00:00:00'),
(25, '00020', 0, 45, 'BENT', 'by Simona Hrušková', 'BENT is a LED interior luminaire making an impression as soft and simple. Due to heart-shaped aluminium profile and PMMA diffuser it is suitable for many types of interior. The system of curves and diffuser enlightened from all sides spreads the light into a large area. The power cable is a part of the suspension system. In the interior, BENT can be used separately or in a group to create different shaped patterns. Designer Simona Hrušková inspired in shape of luminaire in smile.', 'http://www.halla.eu/bent/luminaire-112-501k-10ghe-840-s.html', 'halla_bent_small.jpg', 'BENT', 'BENT', 'ENT is a LED interior luminaire making an impression as soft and simple.', '2016-08-14 00:00:00'),
(27, '00022', 0, 54, 'Passepartout', 'CINI&NILS', 'Passepartout is a wall lamp with a circular geometry that recalls the elegant form of a ring. An essential and rigorous model designed to fit many different scenarios thanks to its indirect light that makes the spaces intimate and welcoming. As the name suggests, Passepartout is a versatile and transversal lamp able to meet all needs.', 'http://www.cinienils.com/en/news/passepartout', 'CINIeNILS_passepartout_small.jpg', 'Passepartout', 'Passepartout', 'Passepartout is a wall lamp with a circular geometry that recalls the elegant form of a ring.', '2016-08-14 00:00:00'),
(28, '00023', 0, 54, 'FormaLa', 'CINI&NILS', 'This extension of the FormaLa family is a strip of light in harmonic steel that can be positioned in an endless array of configurations and can also be installed on the ceiling. FormaLa2 comes with a built-in power supply so that it can be connected to the lighting point without having to worry about finding a housing for a remote supply unit. Diffusor for spreading a uniform quality of light. Made of a film of silver polycarbonate. Apply after the lamp has been installed Protected by patent.', 'http://www.cinienils.com/en/news/formala2-1', 'CINIeNILS-_ormala2_small.jpg', 'FormaLa', 'FormaLa', 'This extension of the FormaLa family is a strip of light in harmonic steel that can be positioned in an endless', '2016-08-14 00:00:00'),
(29, '00024', 0, 54, 'Tensoled', 'CINI&NILS', 'new Tensoled extends and updates the range of plug-in/out fittings available with the new white finishing. The luminaire features a Ø 245 mm structure with the LED board in the centre and 52 spokes, which acts as its own extremely high-performance heat dissipater while also catching the eye with its alluring shape. Its high performance makes this system particularly well suited to commercial interiors, contract projects and other applications where high ceilings, mezzanine floors, beams and arches cause difficulties for lighting technology.', 'http://www.cinienils.com/en/news/new-tensoled-1', 'CINIeNILS_tensoled_small.jpg', 'Tensoled', 'Tensoled', 'new Tensoled extends and updates the range of plug-in/out fittings available with the new white finishing.', '2016-08-14 00:00:00'),
(30, '00025', 0, 54, 'Assolo', 'CINI&NILS', 'The Assolo’s family extends the fittings available. For Assolo43 and Assolo70, in addition to the white version is possible to select the new black matt finishing. Assolo43 appoggio has a broader range of applications. At home in an entrance, on a small table or standing directly on the floor, providing atmospheric lighting with its dimmer. The Assolo70 terra’s 70 cm external diameter makes it both a freestanding lamp and at the same time a furnishing accessory with a major impact that adds an understated touch of elegance to every décor, illuminating it with style.', 'http://www.cinienils.com/en/news/assolo-2', 'CINIeNILS-_assolo_small.jpg', 'Assolo', 'Assolo', 'The Assolo’s family extends the fittings available. For Assolo43 and Assolo70, in addition to the white version is possible to select the new black matt finishing.', '2016-08-14 00:00:00'),
(31, '00026', 0, 55, 'Spock', 'Designed by Couvreur & Devos', 'Spock is part of an ex traterrestrial population at Modular, united by their\r\npow erful, ultra-thin LED lighting disc. Spock conceals all its ingenious\r\nw orkings in one slender housing. H ere, the desing reinforces its\r\nfunctionality. A unique tilting sy stem makes the lighting disc highly\r\ndirectional. Be creativ e w ith Spock by placing it in a straith line or by putting\r\nin a more play ful setting. Spock is av ailable in different beam angles and\r\ndifferent colour temperatures. Spock track v ersion is w ell suited for using in\r\na retail env ironment. Designed by C ouv reur & Dev os.', 'http://www.supermodular.com/na/products/spock/', 'modular_SURF_SPOCK_small.jpg', 'Spock', 'Spock', 'Spock is part of an ex traterrestrial population at Modular, united by their\r\npow erful, ultra-thin LED lighting disc', '2016-08-14 00:00:00'),
(32, 'SMS001', 0, 56, 'MINISTAGE TONDO SPOT', 'LED spotlights for the architecture', 'S.1310W	\r\nWith 4 HIGH-POWER leds white 3000K\r\nCRI90 800lm\r\nRated luminaire luminous flux 600lm\r\nRated input power 10W 230V', 'http://www.simes.com/ru/highlights/stage-2018-landing.php', 'Simes-MINISTAGE-TONDO-SPOT_small.jpg', 'MINISTAGE TONDO SPOT', 'MINISTAGE TONDO SPOT', 'MINISTAGE TONDO SPOT', '2018-02-25 00:00:00'),
(33, 'SMS002', 0, 56, 'STAGE ROUND SPOT', 'LED spotlights for the architecture', 'S.1320W	\r\nWith 9 HIGH-POWER leds white 3000K\r\nCRI90 2700lm\r\nRated luminaire luminous flux 1950lm\r\nRated input power 30W 230V', 'http://www.simes.com/ru/highlights/stage-2018-landing.php', 'Simes-STAGE-ROUND-SPOT_small.jpg', 'STAGE ROUND SPOT', 'STAGE ROUND SPOT', 'STAGE ROUND SPOT', '2018-02-25 00:00:00'),
(34, 'SMS003', 0, 56, 'STAGE ROUND ARM', 'LED spotlights for the architecture', 'S.1350W	\r\nWith 9 HIGH-POWER leds white 3000K\r\nCRI90 2700lm\r\nRated luminaire luminous flux 1950lm\r\nRated input power 30W 230V', 'http://www.simes.com/ru/highlights/stage-2018-landing.php', 'Simes-STAGE-ROUND-ARM_small.jpg', 'STAGE ROUND ARM', 'STAGE ROUND ARM', 'STAGE ROUND ARM', '2018-02-25 00:00:00'),
(36, 'SML001', 0, 55, 'REKTOR SURFACE 1L/2L', 'LED surface spotlights', 'Surface mounted aluminium LED armature consisting of a rectangular shaped ceiling base with builtin\r\ndimmable driver and equipped with either 1 or 2 rectangular shaped units with recessed LED COB\r\nlight source. The lamp unit(s) can be rotated 360° vertically and 90° horizontally and are positioned\r\nasymmetrically on the base. No visible screws or other fixtures. The gearhousing can be finished with\r\ndifferent cover plates.', 'http://www.supermodular.com/en/products/rektor/', 'Modular-Rector-Surface-1L-2L_small.jpg', 'Modular Rector Surface 1L/2L', 'REKTOR SURFACE 1L/2L', 'Rektor LED GI, Rektor LED 1-10V/Pushdim GI, Rektor LED TrE dim GI, Rektor 2x LED 1-10V/pushdim GI, Rektor 2x LED Tre dim GI', '2018-02-27 00:00:00'),
(37, 'SML002', 0, 55, 'Wollet OLED GI', 'Luminaire fitted with OLED technology for wall and ceiling mounting.', 'Luminaire fitted with OLED technology for wall and ceiling mounting. Consisting of 2 rectangular\r\nshaped zamak housings which are connected to each other by means of a dedicated hinge system.\r\nThe OLED panel secondary wiring runs inside the hinge towards the LED driver. The design of the\r\nhinge system is finished off with two brushed aluminium cover plugs.\r\nThe OLED panel is fitted into the housing by means of double sided tape. The backhousing contains\r\nthe electronic LED driver and space for the electrical connection.\r\nThe fixture is mounted on the galvanized steel wall (or ceiling) bracket by means of 4 spring clips.\r\nThis results in an easy installation and no visible screws or wires after installation.', 'http://www.supermodular.com/en/products/wollet/', 'Modular-Wollet-OLED-GI_small.jpg', 'Modular Wollet OLED GI', 'Wollet OLED GI', 'Wollet OLED GI', '2018-02-27 00:00:00'),
(38, 'SML003', 0, 55, 'BOLD', 'BOLD up and downlight', 'Asymmetric triangular LED luminaire for wall mounting. Consisting of a housing that contains 1\r\nprinted circuit board soldered with 36 mid-power SMD LED’s. For up and downlight application. The\r\nLED’s are covered with PMMA diffusor to protect the LED’s and to obtain a diffuse light effect. The\r\nelectronic dimmable LED driver is built-in in the backside of the housing. The fixture is mounted on\r\nthe wall by means of a galvanized steel bracket. Connection to the mains via splicing connectors and\r\nsuitable for through wiring. All covered with an aluminium plate, kept in place by a magnet system\r\nwhich results in no visible screws or wires after installation.', 'http://www.supermodular.com/en/products/bold/#', 'Modular-BOLD_small.jpg', 'Modular BOLD', 'BOLD', 'Bold LED Tre dim GI, Bold LED 1-10V/pushdim GI', '2018-02-27 00:00:00'),
(39, 'SML004', 0, 55, 'SULFER', 'Rectangular LED luminaire for wall mounting', 'Rectangular LED luminaire for wall mounting. Consisting of a housing that contains 2 high power\r\nCOB LED’s. For up and downlight application.\r\nBoth LED’s are covered with PMMA material to protect the LED’s and to obtain a diffuse light effect.\r\nThe electronic trailing edge dimmable LED driver is built-in in the backside of the housing.\r\nThe fixture is mounted on the wall by means of a galvanized steel bracket.\r\nNo visible screws or wires after installation.', 'http://www.supermodular.com/en/products/sulfer/#', 'Modular-SULFER-TREDIM-GI_small.jpg', 'Modular SULFER TREDIM G1', 'SULFER', 'Sulfer LED Tre dim GI, Sulfer LED IP54 GI', '2018-02-27 00:00:00'),
(40, 'SML005', 0, 55, 'Vaeder', 'Vaeder LED dali/pushdim/1-10V GI and Vaeder suspension (power feed surface) LED dali/pushdim/1-10V GI', 'Surface-mounted luminaire with LED technology. The 8 linear LED light sources are concealed\r\nbehind a combination of a honeycomb structure and diffuse foil. This combination guarantees very\r\nhigh light comfort with extremely low UGR value, ideal for office projects.\r\nThe housing is characterised by its V shape whereby both ends are chamfered.\r\nAvailable in ceiling version for direct mounting or with suspension set (maximum 2 metres).\r\nThe integrated electronic LED driver can be connected to 1-10 V, DALI or push dim system.', 'http://www.supermodular.com/en/products/vaeder/', 'Modular-VAEDER_small.jpg', 'Modular Vaeder LED', 'Vaeder', 'Vaeder LED dali/pushdim/1-10V GI and Vaeder suspension (power feed surface) LED dali/pushdim/1-10V GI', '2018-03-04 00:00:00'),
(41, 'SML006', 0, 55, 'Flat moon eclips', 'Flat moon eclips 650/670/950/970', 'Flat moon eclips 650/950 LED dali GI/ceiling down LED 1-10V/pushdim GI/suspension down LED 1-10V/pushdim GI, suspension down LED dali GI; 670/970 recessed LED 1-10V/pushdim GI/recessed LED dali GI.\r\n\r\nRound shaped LED luminaire for ceiling surface, suspension or  ceiling recessed application. \r\nThe LED luminaire is fitted with 4 C-shaped LED PCB’s which are placed on a white powder painted\r\nled holder plate. The PCB’s contain in total 144 medium power LED’s which are equally distributed on\r\nthe surface.\r\n\r\nA PMMA diffusor covers the front of the luminaire which results in a high efficient luminaire with no\r\ndottiness. All of the electric and electronic components at the backside of the luminaire are covered by a metal ceiling housing. No visible screws or wires after installation.', 'http://www.supermodular.com/en/company/news/flat-moon-eclips/#', 'Modular-FLAT-MOON-ECLIPS_small.jpg', 'Modular Flat moon eclips', 'Flat moon eclips', 'Flat moon eclips 650/670/950/970', '2018-03-04 00:00:00'),
(42, 'NRL001', 0, 59, 'Miss', 'Miss Suspension', 'Design by Alfonso Femia/5+1AA\r\nHousing consisting of powder-coated extruded aluminium and laser cut aluminium end caps.\r\n\r\nMaximum flexibility of form packed into the smallest possible dimensions: this is what Miss can offer designers who envision building spaces with suspended luminous lines.\r\n\r\nSheer uniformity is also reflected in the corners and intersections, forming dynamic links in space.\r\nIt can be mounted to form straight lines or fill broad portions of the ceiling. \r\n\r\nMiss completes the family: as slender as Monsieur and Madame, it is decidedly compact.', 'http://www.castaldilighting.me.uk/products/miss?_ga=2.145615796.1844552686.1520178587-1902085558.1520178587', 'NORLIGHT-MISS_small.jpg', 'NORLIGHT MISS SUSPENSION', 'Miss Suspension', 'Miss Suspension', '2018-03-04 00:00:00'),
(43, 'CST001', 0, 60, 'Freedom SLED', 'Freedom SLED Suspended', 'Freedom SLED is the new suspended fixture by Castaldi Lighting for lighting large spaces. Compact and light, it can be easily installed by just one person. The use of SLED light sources (patented system) offers a vast range of different flux levels and types of optics. Freedom SLED also offers a protection rating of IP40, allowing it to be used in commercial and manufacturing areas, gyms, airports, storage centres with high shelves such as warehouses and deposits, and many other areas. Freedom SLED combines high levels of flux with low energy consumption, providing high-quality light throughout the product\'s lifecycle. Freedom SLED\'s construction is optimised for heat regulation, with separate compartments for the optics and electrical components, generating an air flow through the fixture. This chimney effect optimises the passive cooling of the casing structure. Thanks to the modularity of the SLED system, Freedom SLED can be configured to suit your needs, maximising financial and energy savings.', 'http://www.castaldilighting.me.uk/products/freedom_sled?_ga=2.154454072.1844552686.1520178587-1902085558.1520178587', 'Castaldi-Lighting-FREEDOM-SLED_small.jpg', 'Castaldi Lighting Freedom SLED', 'Freedom SLED', 'Freedom SLED Suspended', '2018-03-04 00:00:00'),
(44, 'DSH001', 0, 61, 'Chandelier 18 Fleur de Kaolin', 'Chandelier 18 Fleur de Kaolin', 'Available in three sizes, these jewelry suspensions backlight the sensual material of the porcelain biscuit and its vertical graphics.\r\n\r\nFleur de Kaolin, a tribute to the world of porcelain.\r\n\r\nSeduced by the unique know-how of Maison Haviland, one of the last porcelain manufacturers in France to produce its porcelain in Limoges in its entirety, from the manufacture to the decoration of its services, Designheure is proud to integrate in its new design the elements of the Infini collection to sublimate them again in a jewelry fixture, 100% French.\r\n\r\nThe spirit of the collection, centered on the verticality of the graphic design of the porcelain elements, is inspired by the idea of the carillon or the rain stick. All in poetry and refinement, brushed brass elements extend the suspensions like a mobile.\r\n\r\nDimensions\r\nCeiling height: Minimum 5.20 m\r\nTotal dimensions: Ø 80 x H. 320 cm\r\nLs: Small Ø5,5 x H. 8,2 cm - Medium Ø8,6 x H. 9,6 cm - Large Ø8,6 x H. 12,5 cm\r\nTextile cords: 18 x 3 m \r\nMaterials\r\nPorcelain, brushed brass, lacquered steel, colored textile cord', 'https://www.designheure.com/chandelier-18-fleur-de-kaolin-dark-grey-cords.html', 'Designheure-Chandelier-18-fleur-de-kaolin_small.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Chandelier 18 Fleur de Kaolin', 'Chandelier 18 Fleur de Kaolin', '2018-03-04 00:00:00'),
(45, 'DSH002', 0, 61, 'Chandelier Trio Mozaik', 'Chandelier Trio Mozaik', 'Mozaik is an architectural and modulable collection designed to structure the space: at the same time lamp and space separator according to the chosen version.\r\nDesigned by Davide Oppizzi, his inspiration comes from the concept of mosaics and its geometric shapes. It was also about creating a luminous surface, falling like a rain of meteorites, cutting the space and not just bringing a luminous point.\r\nIn compliance with the DNA of Designheure, this collection resumes the infinite possibilities of finishes that offer fabrics and textile cord to order it in a graphic and customizable lighting panel, sculpturing the space.\r\n\r\nCompound of 3 light panels of 90 cm each, arranged in triangle, just like a prism, this outstanding contemporary chandelier provide a pleasant light, backlighting the internal color.\r\nMade in France.\r\n\r\nDimensions :\r\nCeiling height: Minimum 3,85 m\r\n\r\nTotal dimensions : L. 90 x l. 78 x H. 205 cm\r\nLampshade : L. 4 x l. 5 x H. 45 cm\r\nTextile cords : 12 x 50 cm\r\nSteel cables : 6 x 2 m\r\nMaterials:\r\nFabric, brushed brass, lacquered steel, fiber glass, colored textile cord.', 'https://www.designheure.com/chandelier-trio-mozaik-white.html', 'Designheure-Chandelier-Trio-Mozaik_small.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Chandelier Trio Mozaik', 'Chandelier Trio Mozaik', '2018-03-04 00:00:00'),
(46, 'ALD001', 0, 63, 'Shanghai', 'Monochromatic', 'It\'s a patented, innovative indoor Led professional lighting system that gives maximum freedom to lighting designers thus granting the creation of precise lighting scenarios thanks to a wide selection of lenses for indirect or accent lighting.\r\n\r\nLike the sticks of the famous Mikado game, the luminous modular elements of Shanghai can be composed in endless shapes and compositions.', 'http://www.aldabra.it/uploads/files/DATA%20SHEET_SHANGHAI.pdf', 'ALDABRA-Shanghai_small.jpg', 'ALDABRA Shanghai', 'Shanghai', 'Shanghai Monochromatic', '2018-03-05 00:00:00'),
(47, 'BGA001', 0, 64, 'Limburg LED pendant', 'Limburg LED pendant for large rooms', 'The aluminium ring of this chandelier has a diameter of nearly one metre and carries 16 brilliant crystal glass elements. Each of these impressive glass elements has the impact of a small sparkling jewel. The glass elements are illuminated by LED. For optimum coordination of the light with the respective lighting situation, these luminaires are dimmable.\r\n\r\nThis valuable and representative chandelier has its place in exclusive private rooms and large stylish architecture.\r\n\r\n16 partially frosted crystal glass elements\r\n16 reflectors made of pure high-gloss anodised aluminium\r\n\r\n4 steel wires\r\nTransparent connecting cable\r\nSpecial lengths on request\r\n\r\nDALI controllable\r\n\r\nThese luminaires are available in all RAL colours as custom-made products.\r\n\r\nThe luminaire luminous flux and the luminaire connected wattage quoted in the table might change as a result of technical progress. On our website you will find data sheets with information on each luminaire concerning not only the current values but also the LED service life and the luminous flux in relation to the respective colour temperature.', 'https://www.bega.de/en/products/led-pendant-luminaire-for-large-rooms-50136-2/', 'Bega-Limburg-LED-pendant_small.jpg', 'Bega Limburg LED pendant for large rooms', 'Limburg LED pendant', 'Limburg LED pendant for large rooms', '2018-03-05 00:00:00'),
(48, 'BGA002', 0, 64, 'Plug & Play LED garden floodlights', 'Portable LED garden floodlights 48 V DC consisting of 3 luminaires with earth spike', 'Three LED garden floodlights, joined together to form one unit ready for connection, from our portable Plug & Play light system for private gardens.\r\n\r\nThe versatile floodlights with symmetrical light distribution can be flexibly positioned. To help there is a five-metre connecting cable between a 48 V plug and the distribution box, plus an additional three-metre long cable between the distribution box and each floodlight.\r\nOnly durable, virtually non-wearing materials are used in our optical systems to deflect the light.\r\nCost-effective LEDs provide high luminous efficiency, an extremely long service life and good uniformity of illuminance.\r\n\r\nProtection class IP 65\r\n\r\nHousing and earth spike made of glass fibre reinforced synthetic material\r\nSafety glass\r\nReflector made of pure anodised aluminium\r\n\r\nWith 5 m cable between the 48 V plug and the distribution box\r\nCable length between distribution box and each floodlight 3 m\r\n\r\nTo operate these luminaires, you require a BEGA Plug & Play transformer.\r\n\r\nLED colour temperature 3000 K\r\n\r\nThe luminaire luminous flux and the luminaire connected wattage quoted in the table might change as a result of technical progress.\r\nOn our website you will find data sheets with information on each luminaire concerning not only the current values but also the LED service life.', 'https://www.bega.de/en/products/bega-plug-play-led-garden-floodlights-24366/#24366K3', 'Bega-Plug-and-Play-LED-garden-floodlights_small.jpg', 'Bega Plug & Play LED garden floodlights', 'Plug & Play LED garden floodlights', 'Portable LED garden floodlights 48 V DC consisting of 3 luminaires with earth spike', '2018-03-05 00:00:00'),
(49, 'BGA003', 0, 64, 'Plug & Play LED garden luminaires', 'Portable LED garden luminaires 48 V DC with earth spike · Unshielded light', 'These LED luminaires from our portable Plug & Play LED light system for private gardens create a pleasant light effect along paths, on terraces and in flower beds. The glass unit made of high-quality three-ply opal glass in the shape of a sphere acts as an unshielded light distributor.\r\n\r\nFlexible, portable design elements. Complete with an earth spike and a five-metre connecting cable with plug for the safe 48 V system.\r\nEfficient and cost-effective LED provide high luminous efficiency, an extremely long service life and good uniformity of illuminance.\r\n\r\nProtection class IP 65\r\n\r\nHousing and earth spike made of glass fibre reinforced polyamide\r\nOpal glass with thread\r\n\r\nWith 5 m cable and 48 V plug\r\n\r\nTo operate these luminaires, you require a BEGA Plug & Play transformer.\r\n\r\nLED colour temperature 3000 K\r\n\r\nThe luminaire luminous flux and the luminaire connected wattage quoted in the table might change as a result of technical progress.\r\nOn our website you will find data sheets with information on each luminaire concerning not only the current values but also the LED service life.', 'https://www.bega.de/en/products/bega-plug-play-led-garden-luminaires-55038/', 'Bega-Plug-and-Play-LED-garden-luminaires_small.jpg', 'Bega Plug & Play LED garden luminaires', 'Plug & Play LED garden luminaires', 'Portable LED garden luminaires 48 V DC with earth spike · Unshielded light', '2018-03-05 00:00:00'),
(50, 'ELM001', 0, 65, 'Build-Your-Own Multiples', 'Build-Your-Own Multiples (BYOM)', 'Built on the foundation of an easily configurable and expandable modular grid frame system, Build-Your-Own Multiples (BYOM) allow the creation of totally unique, never-before-achievable LED lighting arrays to fulfill both challenging space needs and a designer’s vision. Build-Your-Own Multiples (BYOM) offers three interchangeable LED light modules: general illumination, wall wash, and adjustable spot. \r\n\r\nThe BYOM grid frame system is highly configurable and expandable offering 21 grid frames of varying sizes that can be combined to create larger grids. The uniquely modular BYOM system allows designers incredible design flexibility. From simple “L” shapes to “steps” or more complicated “X” arrays, BYOM LED light modules are placed into the recessed grid structure to create the desired lighting configuration and effect. To finish the look, metal plaster plates and frame blanks allow the entire system to be mudded in for a completely seamless appearance. Below the ceiling, optional flangeless trims made of cold rolled steel for excellent durability are available in white, black, or satin nickel finishes, as well as square or round aperture configurations to accommodate virtually any aesthetic. The trimless (Open) option boasts an especially attractive, sleek look below the ceiling without use of additional trims.', 'http://www.element-lighting.com/Products/Details/Build-Your-Own-Multiples', 'Element-Build-Your-Own-Multiples_small.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Build-Your-Own Multiples', 'Build-Your-Own Multiples (BYOM)', '2018-03-12 00:00:00'),
(51, 'ELM002', 0, 65, 'Multiples Open', 'Multiples Open', 'ELEMENT Multiples offers three interchangeable LED light modules: general illumination, wall wash, and adjustable spot. Light modules are sold separately to allow the ultimate in flexibility and customization options. The adjustable spot features a unique patent-pending LED dome assembly enabling remarkable tool-free adjustment and locking while maintaining full center beam candle power at all tilt & rotation angles. Although open, its thoughtful design boasts an uncommonly attractive, even sleek look below the ceiling. Available in 1x1, 1x2, 1x3, 1x4 and 2x2 configurations.', 'http://www.element-lighting.com/Products/Details/Multiples-Open', 'Element-Multiples-Open_small.jpg', 'Element Lighting. Multiples Open', 'Multiples Open', 'Multiples Open', '2018-03-12 00:00:00'),
(52, 'ELM003', 0, 65, 'Multiples Trimmed', 'Multiples Trimmed', 'MULTIPLES TRIMMED\r\nELEMENT Multiples feature a unique patent-pending LED dome assembly enabling remarkable tool-free adjustment and locking while maintaining full center beam candle power at all tilt & rotation angles. All trims are made of cold rolled steel for excellent durability and are available in several finish, ceiling appearance and aperture configurations to accommodate virtually any aesthetic. Available in 1x1, 1x2, 1x3, 1x4 and 2x2 configurations.', 'http://www.element-lighting.com/Products/Details/Multiples-Trimmed', 'Element-Multiples-Trimmed_small.jpg', 'Element Lighting. Multiples Trimmed', 'Multiples Trimmed', 'Multiples Trimmed', '2018-03-12 00:00:00'),
(53, 'TCH001', 0, 66, 'ACE HEAD', 'ACE HEAD', 'The Ace Task Head light by Tech Lighting is simply efficient featuring a classic adjustable spot head design with variable stem lengths and beam spread choices. The Ace is available in three current trend options, Satin Nickel, Aged Brass and Bronze each finish option further enhances the Ace Task Head. This practical and efficient task head scales at 3.5” in length and 1.8” in width making it ideal for residential and commercial lighting spaces. Combine the Ace Task Head with our complementary MonoRail system for even greater design customization in your unique space. The Ace comes with your choice of two integrated LED lamp options, both lamps are fully dimmable to create the desired ambiance in your any space.\r\n\r\nShips with 7 watt, 486 delivered lumen, 2700K or 3000K, field replaceable LED module / Dimmable with Low-Voltage electronic or magnetic dimmer (base on transformer). Mounts to FreeJack, Monopoint, Monorail or Two-Circuit MonoRail only. Integrated lens holder accommodates up to (2) lenses and louvers (sold separately).\r\n\r\nFeatures:\r\nEfficient, classic adjustable spot head design\r\nAdjustable spot head design and variable stem length options available\r\nFully dimmable integrated LED lamp\r\nAvailable in two on-trend finishes, Aged Brass and Satin Nickel\r\nIdea for residential and commercial lighting applications\r\n5 year warranty with no lamping option. 5 year warranty with LED lamping option, visit techlighting.com for more warranty details', 'http://www.techlighting.com/Products/Fixtures/Low-Voltage-Heads/Ace-Head#', 'Tech-Lighting-Ace-Head_small.jpg', 'Tech Lighting ACE HEAD', 'ACE HEAD', 'ACE HEAD', '2018-03-12 00:00:00'),
(55, 'TCH002', 0, 66, 'KAMDEN 1-LIGHT WALL/BATH', 'KAMDEN 1-LIGHT WALL/BATH', 'The Kamden wall sconce features two ultra-clean, square acrylic shades are hand-polished then mounted in a die-cast metal frame. Powerful LEDs direct light through the glass in both directions. The light cubes are mounted to a carefully finished metal back plate and can be mounted vertically or horizontally making the Kamden wall ideal for hallway lighting, bathroom lighting and bedroom lighting. The Kamden is available in either a sleek Satin Nickel or Chrome finish, each finish further enhances its contemporary style. The Kamden wall sconce ships with energy efficient integrated LED lamps, all lamp options are fully dimmable to create the desired ambiance in your special space.\r\n\r\nIncludes 120 volt 13 watt, 608 delivered lumen, 3000K LED module. Dimmable with low-voltage electronic or triac dimmer.\r\n\r\nFeatures:\r\nUltra-clean pressed-glass square shades provide ample amount of light\r\nDie-cast metal frame with hand-polished glass\r\nFully dimmable integrated LED lamp\r\nComplementary 3-Light and 4-Light bath versions also available by Tech Lighting\r\nIdeal for residential and commercial lighting applications\r\n1 year warranty with no lamping option. 5 year warranty with LED lamping option, visit techlighting.com for more warranty details', 'http://www.techlighting.com/Products/Fixtures/Wall-Collection/Kamden-1-Light-Wall-Bath-', 'Tech-Lighting-KAMDEN-1-LIGHT-WALL-BATH_small.jpg', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH', 'KAMDEN 1-LIGHT WALL/BATH', 'KAMDEN 1-LIGHT WALL/BATH', '2018-03-12 00:00:00'),
(56, 'TCH003', 0, 66, 'AEON LARGE CEILING', 'AEON LARGE CEILING', 'The Aeon Flush mount by Tech Lighting is a dynamic modern interpretation of tree branches that creates a playful motif in any space. Elongated arms feature direct and indirect light for a dramatic sculptural look in residential or commercial lighting applications. This elongated flush mount is available in two distinct sizes, either size is ideal for conference room lighting, home office lighting and family room lighting. Match the Aeon Flush to your precise taste by choosing from one of three on-trend finishes. The Aeon can carry into other areas of your space as this collection is available as a pendant, wall sconce and linear suspension. The integrated LED lamp is fully dimmable to create the desired ambiance using a low-voltage ELV or Triac dimmer.\r\n\r\nIncludes 120-277v universal 60 watt, 3360 delivered lumens, 3000K LED linear modules. Dimmable with low-voltage electronic, triac, or 0-10v dimmer.\r\n\r\nFeatures:\r\nGeometric modern interpretation of tree branches\r\nCreates a playful motif in any space\r\nFully dimmable integrated LED lamp\r\nComplementary Aeon linear suspension, wall mount and flush mount fixtures also available by Tech Lighting\r\nIdeal for dining room, living room and foyer lighting applications\r\n1 year warranty with no lamping option. 5 year warranty with LED lamping option', 'http://www.techlighting.com/Products/Fixtures/Flush-Mounts/Aeon-Large-Ceiling', 'Tech-Lighting-AEON-LARGE-CEILING_small.jpg', 'Tech Lighting. AEON LARGE CEILING', 'AEON LARGE CEILING', 'AEON LARGE CEILING', '2018-03-12 00:00:00'),
(57, 'SLX001', 0, 67, 'LOOK Wood', 'MINILOOK Wood Bollard 220mm, MINILOOK Wood Bollard 580mm', 'Collection of bollards for commercial and institutional applications.\r\nExceptional European build quality with high corrosion resistant finish.\r\nRobust marine grade die-cast aluminum construction, with stainless steel fasteners and factory sealed glass diffuser.\r\n\r\nFeatures:\r\n2 mounting heights\r\nOperating temperature -30°C / +30°C\r\nHigh efficiency Osram LEDs\r\nIntegral High efficiency electronic driver > 50,000 H\r\nIP65, UL Listed for wet location\r\nWhite or Burnished bronze\r\n5 year limited warranty', 'http://www.sistemalux.com/look-wood-bollard', 'Sistemalux-LOOK-Wood_small.jpg', 'Sistemalux. LOOK Wood', 'LOOK Wood', 'MINILOOK Wood Bollard 220mm, MINILOOK Wood Bollard 580mm', '2018-03-12 00:00:00'),
(58, 'SLX002', 0, 67, 'SKILL Wood', 'MINISKILL Vertical Wood, SKILL Square Wood, SKILL Rectangular Wood', 'Collection of wall luminaires for exterior applications with Teak wood finish.\r\nDesigned for low mounting heights with downward asymmetric light distribution. Low luminance with light source regressed inside the luminaire and  shielded from all viewing angles. Available in square or rectangular design, to match the application scale and design.\r\nSurface mounted application in most material with direct feed to the fixture or with mounted on standard 4\"J box.\r\nRecessed application with metal back box to be installed during the forming of the concrete wall or to be fasted to the wall structure before the building cladding.\r\nExceptional European build quality with  high corrosion resistant finish. Robust marine grade die-cast aluminum construction with stainless steel fasteners and factory sealed glass diffuser.\r\n\r\nFeatures:\r\n\r\nRecessed or surface mounted\r\nOperating temperature -30°C / +30°C\r\nHigh efficiency Osram LEDs\r\nIP65, UL Listed for wet location\r\nWhite or Burnished bronze\r\n5 year limited warranty', 'http://www.sistemalux.com/skill-wood', 'Sistemalux-SKILL-Wood_small.jpg', 'Sistemalux. SKILL Wood', 'SKILL Wood', 'MINISKILL Vertical Wood, SKILL Square Wood, SKILL Rectangular Wood', '2018-03-12 00:00:00'),
(59, 'IGZ001', 0, 68, 'Laser Blade XS High Contrast pendant', 'Laser Blade XS High Contrast pendant', 'Product Details\r\nDevices for pendant installation\r\nComplete with power supply strip and power/pendant cable\r\nPendants with cable adjustment and body rotation system to facilitate alignment\r\nMain bodies made of aluminium\r\nOpti Beam high defi nition optics in metallic thermoplastic material\r\nHigh visual comfort\r\nBuilt-in driver\r\nIP23\r\nClass I\r\n\r\nColours available:\r\nWhite \r\nWhite/Gold \r\nBlack/Black \r\nBlack/Gold \r\nWhite/Black \r\nWhite/Burnished chrome', 'https://www.iguzzini.com/laser-blade-xs-high-contrast-pendant/', 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_small.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'Laser Blade XS High Contrast pendant', 'Laser Blade XS High Contrast pendant', '2018-03-13 00:00:00'),
(60, 'IGZ002', 0, 68, 'Twilight Canberra', 'Twilight Canberra', 'A liveable city is a beautiful city. Twilight gives value to urban\r\necology. The best light is natural light just before sunset.\r\nIt is that magical moment we call Twilight. Twilight extends\r\nthis good light in places where people enjoy walking,\r\nlike parks and local streets, converting public areas into\r\nthe ideal setting for urban social relations. \r\n\r\nProduct Information\r\n LED\r\n 867 to 3672lm\r\n 12 to 33W\r\n 3000 , 4000K\r\n CRI 70 , 80\r\n ≥100.000h L80 B10 Ta 25°C\r\n TYPE-I, TYPE-II, SM - Symmetric, E - Elliptical\r\n 25-5/8” x 7-1/2”\r\n\r\nColor: Grey', 'https://www.iguzzini.com/us/twilight-canberra/', 'iGuzzini-Twilight-Canberra_small.jpg', 'iGuzzini Twilight Canberra', 'Twilight Canberra', 'Twilight Canberra', '2018-03-13 00:00:00');
INSERT INTO `product_news` (`prod_news_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(61, 'IGZ003', 0, 68, 'Twilight Bilbao', 'Twilight Bilbao', 'A liveable city is a beautiful city. Twilight gives value to urban\r\necology. The best light is natural light just before sunset.\r\nIt is that magical moment we call Twilight. Twilight extends\r\nthis good light in places where people enjoy walking,\r\nlike parks and local streets, converting public areas into\r\nthe ideal setting for urban social relations. \r\n\r\nProduct Information\r\n LED\r\n 1813 to 3355lm\r\n 22 to 49W\r\n 3000 , 4000K\r\n CRI 70 , 80\r\n ≥100.000h L80 B10 Ta 25°C\r\n TYPE-I, TYPE-II, SM - Symmetric, E - Elliptical\r\n 19-5/8” x 7-1/2”\r\n\r\nColor: Grey', 'https://www.iguzzini.com/us/twilight-bilbao/', 'iGuzzini-Twilight-Bilbao_small.jpg', 'iGuzzini Twilight Bilbao', 'Twilight Bilbao', 'Twilight Bilbao', '2018-03-13 00:00:00'),
(62, 'ERC001', 0, 69, 'Compar', 'Compar Pendant. Linear, with high output and extremely variable', 'A highly purist appearance but with extremely flexible light effects - such is the concept of Compar pendant luminaires, that with their slender, minimalist luminaire body are ideal for architectural lighting and prestigious offices. The dimensions of the suspended profile precisely match Hi-trac tracks. It combines direct and indirect light components: two Compar modules per luminaire head are for direct lighting with high visual comfort. The innovative linear lighting technology offers various wattages and light distributions for glare-free workstation lighting in accordance with standards and per application. The integrated uplight emits diffuse light upwards. In addition to light colours from the ERCO system of luminaires, the luminaire is also available in a tunable white version: for atmospheric, dynamic ambient lighting or concepts integrating the rhythm of daylight into offices.\r\n\r\nFurther versions on request\r\nLight colours: 2700K or 4000K with CRI ≥ 90\r\nAnti-dazzle louvre: coated matt gold, matt silver or matt champagne', 'http://www.erco.com/products/indoor/pendant-dl/compar-6643/en/', 'ERCO-Compar_small.jpg', 'ERCO. Compar Pendant', 'Compar', 'Compar. Linear, with high output and extremely variable', '2018-03-13 00:00:00'),
(63, 'ERC002', 0, 69, 'Stella', 'Stella. For high rooms and high demands', 'High-impact, efficient and precise tools for accent lighting.\r\n\r\nIt\'s a physical law: illuminance recedes with the square of the distance between the light source and illuminated plane. This is the reason why high-lumen output luminaires are needed for wide lighting distances and high rooms - for example when showcasing vehicles in a trade show hall, for large sculptures in a museum foyer or for uniform wallwashing in an airport. The name Stella in the ERCO product spectrum represents high-performance spotlights, floodlights and wallwashers for track mounting. The product range provides efficient replacements for existing applications using 150W metal halide lamps. The Stella family consists of two construction sizes and all light distributions within the ERCO system of luminaires generated by reliable and highly efficient Spherolit lens optics. As a result, complex lighting tasks can be flexibly and consistently resolved. The purist, technical design of the cast aluminium housing achieves ideal thermal conditions and therefore reliability and a long service life.\r\n\r\nFurther versions on request\r\nLight colours: 2700K or 4000K with CRI ≥ 90', 'http://www.erco.com/products/indoor/swf-3circuit/stella-6639/en/', 'ERCO-Stella_small.jpg', 'ERCO Stella', 'Stella', 'Stella. For high rooms and high demands', '2018-03-13 00:00:00'),
(64, 'ERC003', 0, 69, 'Optec', 'Optec. The all-round talent', 'Optec - the spotlight for any purpose.\r\n\r\nAnything is possible with Optec. In versions with different light distributions, Optec covers the full bandwidth of lighting requirements in shops, galleries and museums - high-contrast accent lighting, floodlighting of exhibits, uniform illumination of walls, or sharp-edged beams for striking effects. With innovative photometrics, Optec combines efficiency with visual comfort. To ensure excellent thermal management and flawless performance, ERCO has separated the light head and control gear, whilst, at the same time, the combination of cuboid and cylinder creates the visual impression of less volume and a classic design.\r\n\r\nFurther versions on request\r\nLight colors: 2700K or 4000K with CRI ≥ 90', 'http://www.erco.com/products/indoor/swf-3circuit/optec-125/en_us/', 'ERCO-Optec_small.jpg', 'ERCO Optec', 'Optec', 'Optec. The all-round talent', '2018-03-13 00:00:00'),
(66, 'TAL002', 0, 70, 'WINSTON CI', 'WINSTON CI Suspended', 'LUXEON M - 5,5W\r\n230V - 50/60Hz\r\nLight output 566 lumen\r\nDimmable mains\r\nCRI 80\r\nBeam Angle: 36\r\nSdcm: 3\r\n\r\nFinish:\r\nTextured White + mainscord white\r\nTextured Black + mainscord black\r\nBrushed Alu + mainscord red\r\nChrome + mainscord black', 'http://www.tal.be/en/winston-ci', 'TAL-WINSTON-CI_small.jpg', 'TAL WINSTON CI', 'WINSTON CI', 'WINSTON CI Suspended', '2018-03-15 00:00:00'),
(67, 'TAL003', 0, 70, 'SNAKE FLOOR', 'SNAKE FLOOR', 'There are no limits to modern architecture. Throughout the process of designing a product - from the basic concept to determining the smallest detail - the ambition should remain the same: eliminate all redundant elements in view of retaining only the essential.\r\nWith this philosophy in mind, Bruno Erpicum has developed for TAL the SNAKE. \r\nA single meandering tube, nothing more, nothing less.\r\nFree-standing lighting elements traditionally consist of a lamp, lamp post, foot piece and cable. Bruno Erpicum reduced all those elements to one single smooth line whereby simplicity is key. The meandering tube indeed takes care of all aspects a lighting fixture requires, stability, aesthetic elegance and of course the pure function of ... light.\r\nThe SNAKE FLOOR comes in six finishing\'s: white, black, grey - or the more luxurious versions in gold, chrome and copper.\r\nDesign by Bruno Erpicum.\r\n\r\nLUXEON M - 3,82W\r\n240V 50-60Hz\r\nLight output 400 lumen\r\nCRI 80\r\nBeam Angle: 36°\r\nVf: 1 X 10,95\r\nSdcm: 3\r\n\r\nMaterials and finish\r\nHousing: Steel + Textured Black/White Powder Coating\r\nHousing: Steel + Copper/Chrome/Gold 24k plated', 'http://www.tal.be/en/snake-floor', 'TAL-SNAKE-FLOOR_small.jpg', 'TAL SNAKE FLOOR', 'SNAKE FLOOR', 'SNAKE FLOOR', '2018-03-15 00:00:00'),
(68, 'TAL004', 0, 70, 'GIRDER TWIN 700', 'GIRDER TWIN 700', 'Fixed, vertical standing exterior lighting device; bollard with two integrated led lighting on both sides of the luminair.\r\nContemporary designed outdoor fixture made in aluminium with textured finish and integrated driver. Windows in tempered glass.\r\nThe GIRDER has two asymmetric beams, each one pointed to the ground.\r\nTo avoid any condensation on the glass, the Girder Twin has special built-in ventilation membranes with micro pores.\r\n\r\nDeveloped for outdoor light application, ideal for pathlighting or to illuminate, grass or terrace.\r\n\r\nLUXEON M - 2 X 3,82W\r\n230V 50-60Hz\r\nLight output 2 X 400 lumen\r\nDimmable NOT\r\nCRI 80\r\nBeam Angle: Assymetric\r\nSdcm: 3', 'http://www.tal.be/en/girder-twin-700', 'TAL-GIRDER-TWIN-700_small.jpg', 'TAL GIRDER TWIN 700', 'GIRDER TWIN 700', 'GIRDER TWIN 700', '2018-03-15 00:00:00'),
(69, 'TAL001', 0, 70, 'MINI SCOOP', 'MINI SCOOP ceiling mounted', 'POWERLED - 3 X 1,2W\r\n240V 50-60Hz\r\nLight output 3 X 94 lumen\r\nDimmable Not\r\nCRI 75\r\nBeam Angle: 54°\r\nAdjustability 359° TILT 30°\r\nVf: 3 X 3,2\r\nSdcm: 3\r\n\r\nFINISH\r\n\r\nTEXTURED WHITE\r\nTEXTURED BLACK', 'http://www.tal.be/en/mini-scoop', 'TAL-MINI-SCOOP_small.jpg', 'TAL MINI SCOOP', 'MINI SCOOP', 'MINI SCOOP ceiling mounted', '2018-03-15 00:00:00'),
(70, 'LAL001', 0, 71, 'Palladiano', 'Palladiano. The lighting all-rounder', 'Palladiano is a family of fixtures whose distinctive design means it can offer multiple lighting possibilities.\r\n\r\nIt is enormously versatile, thanks to its harmonious shape featuring two distinctive semi-circular arms. These support adjustable optics that can direct the light beam through an extensive rotation.\r\n\r\nPalladiano is available in a range of configurations that can satisfy all kinds of project requirements, making it perfect for every application. Its personality really comes to the fore in combination with the optical accessories – colour and shadow – effect filters (forest, rain, water, among others), that bring to mind natural environments and create unique settings.\r\n\r\nUnique selling points\r\n\r\n1 device, 6 applications, multiple lighting possibilities\r\nArms adjustable in 30° steps\r\nOptics adjustable through 336°\r\nOptical accessories: 12 shadow-effect filters and 3 colour filters\r\nSurface mounted (ceiling, wall, ground, pole)\r\nDesign by Francesco Iannone\r\nIP66\r\nCRI 80 and CRI 90 versions', 'https://www.lucelight.it/en/notizia.php/9265', 'L&L-Palladiano_small.jpg', 'L&L. Palladiano. The lighting all-rounder', 'Palladiano', 'Palladiano. The lighting all-rounder', '2018-03-15 00:00:00'),
(71, 'LAL002', 0, 71, 'Pasito 1.0', 'Pasito 1.0. Outdoor step light', '• Pared-down, \"concealed” design: Pasito is a recessed spotlight that disappears into the wall when installed, focussing attention completely on the light it emits \r\n\r\n• Downward-facing light beam, no glare \r\n\r\n• CRI 80 and CRI 90 versions\r\n\r\nTechnical data\r\n\r\n• Application: outdoor \r\n• Mounting: recessed (wall) \r\n• Power / Power supply: 10W, 230Vac; 8.5W, 24Vdc \r\n• Power supply unit: included \r\n• Optics: 60°, asymmetrical 150°x90° \r\n• LED colour: white: 2700K, 3000K, 4000K \r\n• CRI 80 and CRI 90 versions \r\n• Finishes: anthracite, white, cor-ten, grey', 'https://www.lucelight.it/en/notizia.php/8153', 'L&L-Pasito-1-0_small.jpg', 'L&L. Pasito 1.0. Outdoor step light', 'Pasito 1.0', 'Pasito 1.0. Outdoor step light', '2018-03-15 00:00:00'),
(72, 'LAL003', 0, 71, 'Lyss Mini 1.0', 'Lyss Mini 1.0. Outdoor projectors', '• Semicircular blade of light\r\n\r\n• Light beam adjustable by 5° to align with installation surface\r\n\r\n• More compact footprint than Lyss 1.0\r\n\r\n• Surface mounted (windowsill, arch, corners)\r\n\r\n• Finishes: white, grey, anthracite, cor-ten\r\n\r\nTechnical Data:\r\n\r\nPower: 3W\r\nPower supply: 24Vdc\r\nLED colourwhite: 2700K, 3000K, 4000K; blue\r\nLumen output at source: 246 lm (3000K)\r\nDelivered lumen output: 67 lm (3000K, 8°x160°)\r\nOptics:\r\nsemicircular blade of light\r\n8°x160° transparent optics\r\n9°x160° frosted optics\r\n\r\nIngress protection: IP65\r\n\r\nOn-board protection systems: IPS Intelligent Protection System', 'https://www.lucelight.it/en/notizia.php/8205', 'L&L-Lyss-Mini-1-0_small.jpg', 'L&L. Lyss Mini 1.0. Outdoor projectors', 'Lyss Mini 1.0', 'Lyss Mini 1.0. Outdoor projectors', '2018-03-15 00:00:00'),
(73, 'BGA004', 0, 64, 'LIMBURG STUDIO LINE PENDANT', 'LIMBURG STUDIO LINE - Shielded LED pendant luminaires', 'Pendant mounted luminaire with painted white exterior and one of three metal interior finishes. These luminaires are ideal for many tasks above tables, counters, and reception desks. \r\n\r\nPendant luminaires with metal housing and canopy and hand -blown, three-ply opal glass.\r\n\r\nIntegral 120V-277V electronic LED driver, 0-10V dimming. \r\n\r\nLED color temperature is 3000K (for 4000K add suffix K4).\r\n\r\nCSA certified to U.S. and Canadian standards.\r\n\r\nFinish: Painted white\r\n\r\nAvailable interiors:\r\n\r\nMatte aluminum\r\nMatte brass\r\nMatte copper', 'https://www.bega-us.com/groupdetail.aspx?groupid=50351&familyid=29', 'Bega-Limburg-STUDIO-LINE-pendant_small.jpg', 'Bega Limburg STUDIO LINE', 'STUDIO LINE', 'STUDIO LINE - Shielded LED pendant luminaires', '2018-03-21 00:00:00'),
(74, 'BGA005', 0, 64, 'LIMBURG STUDIO LINE SQUARE', 'LIMBURG STUDIO LINE - Decorative LED semi-recessed ceiling luminaires - square', 'Designed for the illumination of public or private rooms, stairways, and hallways with a high level of visual comfort. Designed with a very small aperture, this family is ideal for both new and retrofit construction. \r\n\r\nSmall aperture semi-recessed ceiling luminaires with aluminum housing and hand-blown, three-ply opal glass with satin matte finish and thread.\r\n\r\nCeiling mounted 120V-277V or 24V DC electronic driver. See specific product page for details. \r\n\r\nLED color temperature is 3000K (for 2700K add suffix K2). \r\n\r\n\r\n\r\nCSA certified to U.S. and Canadian standards.\r\n\r\nFinish: Painted white\r\n\r\nAvailable interiors:\r\n\r\nMatte aluminum\r\nMatte brass\r\nMatte copper', 'https://www.bega-us.com/groupdetail.aspx?groupid=50372&familyid=25', 'Bega-Limburg-STUDIO-LINE-square_small.jpg', 'Bega Limburg STUDIO LINE Square', 'LIMBURG STUDIO LINE', 'LIMBURG STUDIO LINE - Decorative LED semi-recessed ceiling luminaires - square', '2018-03-21 00:00:00'),
(75, 'WEF001', 0, 72, 'RMM320', 'RMM320 Street and Area Lighting', 'IP66, Class I. IK09. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. RFC® Reflection Free Contour main lens. Integral EC electronic converter. CAD-optimised OLC® One LED Concept optics for superior illumination and glare control. Factory installed LED circuit board. The luminaire is factory-sealed and does not need to be opened during installation.\r\n\r\nMaximum spacing for pathway and streetlighting applications depends on wattage and light distribution: 5.5 to 9 times the mounting height.', 'http://www.we-ef.com/#!/int/products/family/800', 'We-ef-RMM-320_small.jpg', 'We-ef Lighting RMM320', 'RMM320', 'RMM320 Street and Area Lighting', '2018-03-22 00:00:00'),
(76, 'WEF002', 0, 72, 'FLC230-CC LED [FP]', 'RGBW Colour Changer Profile Projector [FP]', 'RGBW Colour Changer Profile Projector [FP] for framing applications, polygon shape. Spherical/triple flat convex lens system. \r\n\r\nIP66, Class I. IK07. Marine-grade, die-cast aluminium alloy. 5CE superior corrosion protection including PCS hardware. Silicone CCG® Controlled Compression Gasket. Safety glass lens. One cable gland. Second gland for through wiring on request. Integral EC electronic converter, thermally separated. CAD-optimised optics for superior illumination and glare control. Factory installed LED circuit board. DMX interface. M20 cable gland for network- and DMX-connection, WE-EF recommend a multi core cable for DMX & Power “Power PUR-SR 3x1,5 + DMX”.', 'http://www.we-ef.com/#!/int/products/family/899', 'We-ef-FLC230-CC-LED_small.jpg', 'We-ef Lighting FLC230-CC LED [FP]', 'FLC230-CC LED [FP]', 'RGBW Colour Changer Profile Projector [FP]', '2018-03-22 00:00:00'),
(77, 'LOU001', 0, 73, 'RIPLS', 'RIPLS Wall', 'Design:\r\n\r\nJakob Wagner\r\n\r\nConcept:\r\n\r\nThe fixture emits diffused light. The front consist of a concave clear front with ripples like rings in water. The ripples refract light in the front creating a subtle change of appearance depending on viewing angle. The concave form outline the refracting creating a higher intensity light towards the center fading off toward the edges. A diffuser offset sits deep in the fixture creating a sense of depth in the front. A slim housing creates the appearance of a floating disk while perforations in the opaque housing allows indirect light to create a halo around the fixture.\r\n\r\nFinish:\r\n\r\nWhite opal diffuser and clear reflective front. Satin matt white.\r\n\r\nMaterial:\r\n\r\nRear housing: Injection molded polycarbonate. Diffuser: Opalescent PMMA. Clear front: Clear UV resistant polycarbonate.\r\n\r\nMounting:\r\n\r\nTerminal strip: 1x5x2.5mm2. Cable access: 2 rear, Ø19mm or side mounting. Prepared for looping: Approved, max. 5x1.5mm2.\r\n\r\nWeight:\r\n\r\nMax: 3.6 kg\r\n\r\nClass:\r\n\r\nIngress protection IP20. Electric shock protection I.', 'https://www.louispoulsen.com/uk/products/indoor/wall/ripls/c-24/c-1432/p-154746', 'Louis-Poulsen-RIPLS_small.jpg', 'Louis Poulsen RIPLS', 'RIPLS', 'RIPLS Wall', '2018-03-23 00:00:00'),
(78, 'FLO', 0, 75, 'Infra-Structure', 'Infra-Structure designed by Vincent Van Duysen', 'A modern interpretation of the Bauhaus style with a tubular aluminium profile integrating a magnetic graphite rail to be used for surface installations of one or more parallel lines. A full range of LED luminaires that offer general direct and indirect light, with adjustable and hanging projectors. Swift installation of the luminaires thanks to the exclusive magnetic connection system and the mechanic safety block.', 'http://architectural.flos.com/professional/en/products/general_systems/Infra-Structure/', 'Flos-Infra-Structure_small.jpg', 'Flos Infra-Structure', 'Infra-Structure', 'Infra-Structure designed by Vincent Van Duysen', '2018-03-23 00:00:00'),
(79, 'DEL001', 0, 76, 'Edinburgh', 'Edinburgh Directional Lighting', 'Elegant yet robust, low profile under shelf illumination \r\nAt just 6 mm thin, and connectable up to 10 metres long, Edinburgh shelf light delivers on its promise of elegant unique design combined with uncompromised illumination. You’ve worked hard to gather the perfect designer shoe collection to tempt your discerning customers. Showcase this season’s collection in superior light and watch those shoes walk out the door!\r\n\r\nKey Features and Benefits\r\nElegant & robust design\r\nPremium product illumination\r\nIntegrated switch\r\nDimmable\r\nSimple installation up to 10 m in length\r\n\r\nAt a glance\r\nSize: 500 x 86 x 6 mm\r\nLumens: 240 lm\r\nColour Temperature: 3000K, 4000K', 'https://designled.com/products/directional-lighting', 'designLed-Edinburgh_small.jpg', 'designLed Edinburgh', 'Edinburgh', 'Edinburgh Directional Lighting', '2018-03-23 00:00:00'),
(81, 'ROX001', 0, 77, 'NOAH', 'NOAH ARCHITECTURAL', 'NOAH was inspired by the famous biblical character that received orders from God to build an ark.  According to Genesis flood narrative, Noah gathered all his family and all the animal species in one ark (NOAH’s ARK) to escape from the evil of mankind and consequent God’s wrath that destroyed the world through an immense deluge.\r\n\r\nJust like this ark, NOAH suggests a craft handmade floating object, with natural wood colour finish and indirect light, which creates a calm and warm environment. With circular shape and slim look, NOAH is equipped with the newest LED technology and assures a uniform light output up to 5220lm.\r\n\r\nDESCRIPTION\r\nBody: Wood or Aluminum.\r\nFinish: Natural wood or powder coated aluminum.\r\nDiffuser: PMMA.\r\nLight source: LED 4000K, CRI>80.\r\nLED life time: 50.000h @ L80, B10, Ta 25°C.\r\nControl gear: LED driver 220-240VAC-50/60Hz.\r\n\r\nAreas of Application:\r\nCommercial and Business areas, Public buildings, Housing, Offices, Hotel and\r\nRestaurant services, Art and Culture spaces.', 'http://www.roxolighting.com/en/products/industrial/ARCHITECTURAL%20LIGHTING/-/3434-noah', 'ROXO-Lighting-NOAH_small.jpg', 'ROXO Lighting NOAH ARCHITECTURAL', 'NOAH', 'NOAH ARCHITECTURAL', '2018-03-29 00:00:00'),
(82, 'ROX002', 0, 77, '6th ELEMENT', '6th ELEMENT', 'Diamond shape LED pendant luminaire. Die cast aluminium body, powder\r\ncoated in epoxypolyester. Standard version with LED 4000K, CRI>80 and\r\n50.000h lifetime (@L80, B10, Ta 25∫C) and integral heat sink to provide\r\noptimum heat dissipation. Multiple light configurations, including direct/\r\nindirect versions through the use of convex lenses made of optical glass\r\n(50∫ or 80∫) allowing UGR90. - as Roxo\r\nLighting 6th ELEMENT\r\n\r\nAreas of application:\r\nCommercial and Business areas, Public buildings, Housing, Offices, Hotel and\r\nRestaurant services, Art and Culture spaces.', 'http://www.roxolighting.com/en/products/industrial/ARCHITECTURAL%20LIGHTING/-/3375-6-element', 'ROXO-Lighting-6th-ELEMENT_small.jpg', 'ROXO Lighting 6th ELEMENT', '6th ELEMENT', '6th ELEMENT', '2018-03-29 00:00:00'),
(83, 'ROX003', 0, 77, 'Oreo', 'Oreo', 'The Oreo range, with its minimalist 35mm aluminium profile as well as the elegant and clearly defined contours, allows new lighting concepts, contemporary visual effects and unique creative solutions for your space. Equipped with the latest LED technology, the Oreo range is available in suspended horizontal, angled and even vertical positions that you can combine with sixteen colours and inside or outside light distribution.', 'www.roxolighting.com', 'ROXO-Lighting-Oreo_small.jpg', 'ROXO Lighting Oreo', 'Oreo', 'Oreo', '2018-03-29 00:00:00'),
(84, 'LIC', 0, 78, 'Inde-Pendant', 'Inde-Pendant 32 LED Cylinder & Ring Pendant', 'The Inde-Pendant 32L Ring Pendant has a uniquely illuminated interior, with a clean and discrete profile resulting in a distinct, scaled appearance.\r\n\r\nVariable Intensity Technology\r\nThe Ring is extruded aluminum, providing a minimalistic form factor to house an internal flexible LED source, and is available in all 3 sizes: 20\", 30\", & 40\" diameters\r\nPowered Suspension System (POAC) provides power for class 2 luminaires without the need of secondary power cord for a clean, elegant look\r\nA blend of aesthetics & functionality, the Ring\'s cast aluminum joiner bracket provides POAC isolation in addition to structural alignment and field adjust-ability for finer leveling\r\nRecessed J-Box with die cast aluminum canopy interface allows installation from below the ceiling surface and the canopy cover is flush mounted for a seamless transition into the ceiling plane\r\nPowerHUBB™ PoE Lighting and Control options available', 'https://www.hubbell.com/litecontrol/en/Products/Lighting-Controls/Commercial-Indoor-Lighting/Pendant-Lighting/Inde-Pendant-32-LED-Ring-Pendant/p/2126531#productPageTabDiv', 'Litecontrol-Inde-Pendant_small.jpg', 'Litecontrol Inde-Pendant 32 LED Cylinder & Ring Pendant', 'Inde-Pendant', 'Inde-Pendant 32 LED Cylinder & Ring Pendant', '2018-04-02 00:00:00'),
(86, 'ARK002', 0, 47, 'Six', 'Six spotlight', 'Six, designed by Arkoslight’s head of design, Rubén Saldaña, is a spotlight for either track or single recessed installation, standing out by its optical lightness and elegance.\r\n\r\nIts body comes in shape of a disk with a slightly convex rim that encloses an innovative combination of reflector and lense. The joint action of both achieves to direct the light beam with maximum uniformity in a minimum distance, which at the same time allowed the differentiated design of Six, compact and minimalist.\r\n\r\nMoreover, Six desists from the unaesthetic box for the driver and directly connects to the track adapter though a filigree elegant and articulated arm that permits the orientation of the fitting to any direction.\r\n\r\nThe power and luminous flux of Six are very remarkable in view of its reduced size and it furthermore offers state of the art technical performance.', 'http://www.arkoslight.com/en/2018/03/27/six-in-archiproducts/', 'Arkoslight-Six-spotlight_small.jpg', 'Arkoslight Six spotlight', 'Six', 'Six spotlight', '2018-04-02 00:00:00'),
(87, 'FOS001', 0, 80, 'Aplomb large', 'Aplomb suspension large', 'Hanging lamp in concrete offered in three coloured finishes which celebrate its personality, bringing together different styles, from the traditional grey of cement in its raw state, which adds depth to the volumes, to a stylish white hue, and a warm intense brown. Perfect for occasional tables, peninsulas and counters, either on its own or in a group. LED technology now meets the textured and contemporary charm of concrete, in a new version of the Aplomb suspension lamp. The long life assured by the light source makes for a reduction in maintenance work, whereas its particular efficiency adds further value in terms of energy savings and eco-sustainability.\r\n\r\nMaterial:Concrete, aluminium and polycarbonate\r\n\r\nColor:white, grey, brown', 'http://www.foscarini.com/en/lamps/suspension/aplomb-large.html', 'Foscarini-Aplomb-large_small.jpg', 'Foscarini Aplomb large', 'Aplomb large', 'Aplomb suspension large', '2018-04-02 00:00:00'),
(88, 'AXO001', 0, 81, 'LIK', 'LIK wall lamp', 'Aluminium wall lamp available in several colours. Built-in dimmable LED light. \r\n\r\ndesigner: Serge & Robert Cornelissen\r\n\r\nAVAILABLE IN wrinkled white, matt bronze, matt nickel colours and finish.', 'http://www.axolightusa.com/usa/en_GB/wall-lamps/lik-ualikxxx', 'Axolight-LIK_small.jpg', 'Axolight LIK', 'LIK', 'LIK wall lamp', '2018-04-02 00:00:00'),
(89, 'AXO002', 0, 81, 'ALYSOID', 'ALYSOID suspension', 'Detailed by delicate drapes of chains, the axolight ‘alysoid’ is a collection of suspension lamps that configure a jewel-like constellation with an intriguing interplay between air, light and structure. created by japanese designer Ryosuke Fukusada, the light’s design and name, ‘alysoid’, sources influence from the fields of geometry and architecture. also known as ‘catenary’ or ‘catenary arch’, ‘alysoid’ is the curve formed by a flexible chain suspended from its endpoints. this contour notably features in many of spanish architect Antoni Gaudi’s most famous works, and was also used in the kintai bridge, design by kuroemon kodama in 1673.', 'http://www.axolightusa.com/usa/en_GB/suspension-lamps/alysoid/usaly43', 'Axolight-ALYSOID_small.jpg', 'Axolight ALYSOID', 'ALYSOID', 'ALYSOID suspension', '2018-04-02 00:00:00'),
(90, 'DGR001', 0, 83, 'MERIDIANA', 'MERIDIANA', 'This project combines light, shadow and ... time.\r\nLike Nulla, Infinito and Pablo, this is another addition to our “Spatial Concept” line.\r\nIt creates a presence that is both symbolic and surprising.\r\nThis lamp can be installed anywhere, taking advantage of our Endless patent, without the need to put electric wires in one place only.\r\nThe shadow of the sundial is also the system used to send electricity to the LED lights.\r\nLight becomes shadow and then goes back to being light.\r\n\r\nLED 40 W LED - 4400 lm\r\nUS VERSION AVAILABLE', 'http://davidegroppi.com/en/lamp/meridiana/', 'Davide-Groppi-MERIDIANA_small.jpg', 'Davide Groppi MERIDIANA', 'MERIDIANA', 'MERIDIANA', '2018-04-03 00:00:00'),
(91, 'DGR002', 0, 83, 'ENDLESS', 'ENDLESS', 'This system was created and patented by Davide Groppi Team in order to transport electric energy in a digital and graphic manner.\r\nIt’s the idea of considering walls and ceilings like electronic circuits so that the positioning of lights and light fixtures can be done easily and freely.\r\nEndless is an adhesive tape that conducts electricity and can be placed anywhere on walls and ceilings to bring electricity to our lighting projects.\r\nThis system comes with various accessories to provide and manage the flow of electricity.\r\n24 V DC\r\nMATT WHITE\r\nMATT BLACK', 'http://davidegroppi.com/en/lamp/endless/', 'Davide-Groppi-ENDLESS_small.jpg', 'Davide Groppi ENDLESS', 'ENDLESS', 'ENDLESS', '2018-04-03 00:00:00'),
(92, 'DGR003', 0, 83, 'CLIP', 'CLIP', 'This is a lighting solution for walls with a rechargeable battery.\r\nIt is simple and extremely versatile, without the need for electric wires.\r\nRECHARGEABLE LITHIUM BATTERY - BATTERY LIFE 10 HOURS - MICRO USB\r\nLED 2 W LED - 237 lm\r\nUS VERSION AVAILABLE\r\nMATT WHITE', 'http://davidegroppi.com/en/lamp/clip/', 'Davide-Groppi-CLIP_small.jpg', 'Davide Groppi CLIP', 'CLIP', 'CLIP', '2018-04-03 00:00:00'),
(93, 'SEL001', 0, 84, 'Fluid', 'Fluid', 'Fluid – highly expressive structures, attractive light\r\nLight objects or structures built using the Fluid system concentrate attention on architecture in two ways. Firstly by being present as a highly distinctive object of design within a room and secondly by the clearly structured light zone they generate. A particular feature of Fluid is its asymmetrical cross-section profile while its variable connecting elements allow the creation of individual, incisive geometries.\r\n\r\nThe Fluid system is freely configurable in the three lengths 892,1188 and 1485 mm and comes with infinitely variable, angular segment connectors from 30° to 150° and 210° to 330° meaning there are no limits when it comes to the creativity of planners. Rectangular structures, such as those used to generate islands of light around exhibits in car showrooms, can easily be achieved. As can complex, resplendent polygonal shapes, which might be used to create corporate branding in the foyers of hotels, companies or cultural institutions.\r\nThe entire design process is guided by corresponding application scenes. “The vision we pursued was that of a hovering frame that generates concentrated brightness within the room without onlookers perceiving a central light source,” reports Fax Quintus: “When we built the first models from profiles and corner connectors, it soon became clear that what we had before us was a huge modular light kit that could be used to playfully realise all sorts of shapes and applications.” This is a concept that has now been implemented technically in the form of the Fluid by Selux to our expected high standard of quality.\r\n\r\nThe aluminium profiles and corner connectors of the system are powder-coated in silver or white, with 3000 K or 4000 K light colours with a colour rendering index of up to CRI 90. Integrated ESD protection ensures an especially high standard of operational reliability for the LED modules, with control devices equipped with DALI interfaces enabling simple connection of Fluid to lighting control systems. All of this makes Fluid an intriguing addition to the Selux product range, perfectly complementing existing lines such as the minimalist M-family , while enabling light design that is both functional and expressive using a single frame that knows no limitations.', 'https://www.selux.com/swe/en/company/press/fluid-highly-expressive-structures-attractive-light', 'Selux-Fluid_small.jpg', 'Selux Fluid', 'Fluid', 'Fluid', '2018-04-03 00:00:00'),
(94, 'XAL001', 0, 85, 'UNICO', 'UNICO', 'UNICO represents the achievement of a truly unique level of flexibility for XAL. The downlight offers the right solution for every requirement. Lighting designers and architects can choose between two mounting options, six design shapes, nine light insets, three colour temperatures and three control options, all of which can be individually combined. There has never been more freedom for professional lighting design using a single luminaire.\r\n\r\nWith just a single luminaire, a lighting planner can program a wide variety of lighting scenarios. Through the combination of up to nine lenses for various lighting effects, a single UNICO can simultaneously illuminate walls, provide light for basic illumination or accentuate individual zones. And lighting planners can program a wide variety of lighting scenarios which are accomplished through the addressing of different groups, which, of course, can be very individually and flexibly arranged for each application.\r\n\r\nIn addition to truly exceptional flexibility, the minimal dimensions of UNICO also make it a winning product. Despite the high performance of the LED light insets, with up to 420 lumens, they only measure a tiny 38x38 mm. With the low installation height of 50 mm, the downlight is hardly perceptible and therefore can be installed in a wide variety of ceilings without affecting the aesthetics of the room.\r\n\r\nThe micro-faceted reflector technology, which was developed in collaboration with Bartenbach, ensures incomparably precise light distribution and minimum glare. The downlight lenses for generating either round or angular light projections are available in three different emission characteristics. Additionally available are a rectangular downlight and a 12° narrow spotlight as well as a wallwasher lens. There is also a highly anti-glare version (UGR ', 'https://www.xal.com/en/unico-flexible-multi-downlight/', 'XAL-UNICO_small.jpg', 'XAL UNICO', 'UNICO', 'UNICO', '2018-04-03 00:00:00'),
(95, 'XAL002', 0, 85, 'PIVOT', 'PIVOT Mobile graphic tube', 'The new PIVOT decorative-graphic light insets for the MOVE IT 25 profile system offers a wealth of artistic lighting design solutions. PIVOT makes it easy to create individual and three-dimensional lighting graphics on walls and ceilings. A tunable white version allows the light colour to be changed. Many projects demand something special beyond a professional lighting solution. With PIVOT, the lighting designer does not have to think twice. The new inset allows the designer to intuitively give spaces artistic individuality.\r\n\r\nThe PIVOT light inset is available in five lengths and can be rotated through 360°. It is mounted magnetically in the profile, without tools, and can be moved as required at one end. Its unrivalled flexibility allows for both the fun of configuring into ever-changing lighting graphics or for the simple provision of appropriate solutions for changing lighting needs.', 'https://www.xal.com/en/pivot-mobile-graphic-tube/', 'XAL-PIVOT_small.jpg', 'XAL PIVOT', 'PIVOT', 'PIVOT Mobile graphic tube', '2018-04-03 00:00:00'),
(96, 'XAL003', 0, 85, 'STREAK', 'STREAK Mobile graphic grazer', 'The STREAK effect luminaire, developed by the XAL Creative Lab, uses pure light instead of luminous bodies to generate precise light lines that graphically emphasise angles or lend linear structure to rooms on the walls and ceilings. STREAK is available with beam angles of 180° and 360°.\r\n\r\nThe rotatable lamp is fixed magnetically without tools and can be positioned and moved as desired along the profile. The MOVE IT 25 profile is available with options for inset or surface ceiling mounting as well as pendulum mounting, lending even more flexibility to STREAK. The versatility of STREAK gives lighting designers and architects unprecedented freedom for creativity.\r\n\r\nSpecial Features:\r\nLight inset for MOVE IT 25 / 25 S\r\nSingle control via \r\nX-TALK app', 'https://www.xal.com/en/streak-mobile-graphic-grazer/', 'XAL-STREAK_small.jpg', 'XAL STREAK', 'STREAK', 'STREAK Mobile graphic grazer', '2018-04-03 00:00:00'),
(97, 'XAL004', 0, 81, 'PACO', 'PACO', 'Probably the smartest lens on the market\r\nThe compact PACO track-mounted directional spotlight is the first XAL luminaire to make use of the special “Lens Vector” innovation with adaptive crystal lenses. Manual adjustment of beam angles is a thing of the past, as adjustment now occurs wirelessly using an iPhone or iPad via the X-TALK App. You can intuitively choose beam angles between 10° and 50° as well as elliptical lighting patterns, at the touch of a button. With changing lighting requirements, the light output can thus be easily and flexibly adjusted.\r\n\r\nThis is immediately obvious from the unique styling. The angular, tapered lamp head is supported by an organically shaped joint. PACO can be flush-mounted in 3-phase busbars without tools using an adapter. As an option, PACO is also suitable for rimless installation in plasterboard ceilings in a CANYON 15 channel. The spotlight head rotates through 360° and pivots through 90°. The LED module is set back deep into the luminaire and together with an additional honeycomb grid it ensures optimum minimisation of glare and consequently creates excellent visual comfort.\r\n\r\nA smart ZigBee enabled lighting solution, such as PACO, has never been easier to use than with the X-TALK App. The beam angle and light intensity of up to 100 luminaires can be intuitively and easily controlled using an iPhone or iPad. The luminaires can be addressed individually or in groups.', 'https://www.xal.com/en/paco-tune-the-light-with-adaptive-crystal-optic/', 'XAL-PACO_small.jpg', 'XAL PACO', 'PACO', 'PACO', '2018-04-03 00:00:00'),
(98, 'SEL002', 0, 84, 'LIF', 'LIF', 'Lively, vibrant and ever changing – our enthusiasm for cities knows no bounds whether for the diversity of their public spaces, the splendid facades with elegant shopping streets, unique monuments or inviting parks. However it is especially in the evenings that we experience the real magic of the big city – when the light of the Lif gives the fullest expression to urban life.\r\n\r\nReserved in shape, the Lif integrates discretely into all urban settings, innovatively reinterpreting the reduced cylinder form as a basic architectural shape. By day, rather than distracting onlookers, the Lif blends into the background yet by night it displays its full effect – with the Lif, it is the light that is aligned, not the luminaire. Its modularity enables it to create visual settings for the surrounding area, adapting itself, like no other luminaire before it, flexibly and effortlessly to a diversity of urban lighting tasks. Highly versatile in terms of application, the Lif enables passers-by to experience the human geography of the city in a highly inspiring way.', 'https://www.selux.com/ger/en/exterior/products/lif', 'Selux-LIF_small.jpg', 'Selux LIF', 'LIF', 'LIF', '2018-04-03 00:00:00'),
(99, 'BUZ001', 0, 86, 'BuzziZepp LED Line', 'BuzziZepp LED Line', 'A suspended plane of light with sleek acoustic body\r\nBuzziZepp LED Line is an impressive shield of light, offering acoustic control. The suspended design was conceived by designer Alain Gilles as an “imaginary island” to visually delineate and bring a sense of tranquility to large open spaces. With its striking linear design, BuzziZepp LED Line hovers from above to define zones without obstruction, establishing a more intimate, quiet and purposeful sense of space—no vertical partitions or walls needed! The slim framework is made of upholstered acoustic panels, engineered to absorb sound and reduce echo. The streamlined design is outfitted with dimmable LED lines, which can be adjusted for various situations. Dim the lights to set a more relaxed tone at your next meeting, or brighten your workstation to focus on the task at hand.\r\n\r\nDesign by Alain Gilles\r\n\r\nFINISHES\r\nUpholstery in fabric collections CAT A, B, C, D, E, F\r\nBlack LED Line\r\n\r\nACOUSTICS\r\nAcoustic Principles\r\nAbsorption\r\n\r\nAcoustic Performance\r\nLow Tones\r\nMid Tones\r\nHigh Tones', 'http://buzzi.space/buzzizepp-led/', 'Buzzi-Space-Zepp-LED-Line_small.jpg', 'Buzzi Space BuzziZepp LED Line', 'BuzziZepp LED Line', 'BuzziZepp LED Line', '2018-04-03 00:00:00'),
(100, 'XAL005', 0, 85, 'MUSE', 'MUSE eco-friendly acoustic light', 'MUSE is a product that is both particularly effective, and at the same time deliberately raises awareness of its influence. Simple forms and an attractive surface make up the design that becomes an equal part of the interior design concept. Interior architect and product designer Katharina Schmidt exudes a deep personal enthusiasm for the evocative and distinctive products and symbiotic solutions she creates that not only provide for a peaceful work environment but also stimulate the senses.\r\n\r\nLight and acoustics have a direct impact on physical and mental well-being, as well as the enjoyment of office work and its success. With the five element MUSE system, XAL addresses two of the most pressing opportunities for improving today\'s office environment by tackling these two basic workspace hygiene factors in combination.\r\n\r\nVirtually glare-free and brilliant professional office workplace lighting ​is combined with optimised room acoustics to allow stress-free and focused vision and hearing. As a result, the five modules of the MUSE lighting and acoustic system lay the ideal foundation for clear thinking at the office.\r\n\r\nThe felt-like material of MUSE is made from 50% recycled PET. The material is precision formed and combines three key advantages: inherent stability, high acoustic effectiveness and a high surface quality that is pleasant to see and touch. As a result, MUSE both generates a beneficial level of well-being while combining a high degree of environmental responsibility. Discreet classic or modern look. Available with two neutral and two accent colours, MUSE can integrate into any office design concept.\r\n\r\nThe experts in room acoustics are able to support you in ​optimising the acoustics for your projects. In addition to basic calculations, they can create acoustic simulations and look at the propagation of sound. Therefore, reverberations time in the room is optimised in accordance with the use, and speech can be adequately heard and understood. The result not only ensures compliance with building regulations, above all it gives a perceptibly pleasant acoustic environment.', 'https://www.xal.com/en/muse-eco-friendly-acoustic-light/', 'XAL-MUSE_small.jpg', 'XAL MUSE', 'MUSE', 'MUSE eco-friendly acoustic light', '2018-04-04 00:00:00'),
(101, 'XAL006', 0, 85, 'TRUMPET', 'TRUMPET Light | Sound | Air solutions', 'In cooperation with the architectural firm BIG, XAL has developed a multifunctional tool that imparts a smooth and clear look to ceilings. TRUMPET is available in two sizes and not only serves as a luminaire housing (150 mm), but it can also accommodate building services (300 mm). The hyperbolic shape and the deeply recessed LED module of the luminaire provides lighting with minimal glare that complies with the standard for VDU workstations.\r\n\r\nThe larger version of the TRUMPET offers the option of fitting XAL luminaires, a Dynaudio system for good all round sound and audio or a ventilation fitting. And the intelligent design will accommodate further applications. The versatility of TRUMPET makes it ideal for use in offices.\r\n\r\nThe architectural firm BIG developed the diffuser attachment and the associated disk especially so that the light is directed to the TRUMPET housing in order to precisely define the inlet. When switched on, the luminaire therefore ensures a tranquil and uniform look for the ceiling. It gives the perception of just a beautiful point source of light on the ceiling. Another unique detail feature is the specially developed surface with small laser-cut points, which facilitates the extremely homogeneous distribution of light.\r\n\r\nThe subtle hyperbolic shape of TRUMPET blends almost imperceptibly into the ceiling. Due to the multi-function design, a mixture of varying installation housings can be dispensed with. And as a result, the ceiling takes on a tranquil and harmonious look. TRUMPET allows the architect to consistently realise his design concept without it being broken up by interruptions.', 'https://www.xal.com/en/trumpet-multi-functional-lighting-solution/', 'XAL-TRUMPET_small.jpg', 'XAL TRUMPET', 'TRUMPET Light | Sound | Air solutions', 'TRUMPET', '2018-04-04 00:00:00'),
(102, 'DLT001', 0, 87, 'ONE-AND-ONLY P12 DOWN-UP 930', 'ONE-AND-ONLY P12 DOWN-UP 930 Ceiling Suspended', 'Available colors:\r\n\r\nBLACK-BLACK\r\nWHITE-WHITE\r\nGOLD CHAMPAGNE-BLACK', 'https://www.deltalight.com/en/products/detail/one-and-only-p12-down-up-930-404-12-93', 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_small.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'ONE-AND-ONLY P12 DOWN-UP 930', 'ONE-AND-ONLY P12 DOWN-UP 930 Ceiling Suspended', '2018-04-04 00:00:00'),
(103, 'DLT002', 0, 87, 'POLESANO', 'POLESANO family', 'Polesano is the result of the first collaboration between Delta Light and Dean Skira. The goal was to develop a new lighting concept designed specifically for urban settings, whether it is a pedestrian pathway, roadway, park, square, façade or landscape. The concept needed to provide maximum flexibility for the designer while maintaining the same aesthetic for the entire system, regardless of the area.\r\n\r\nPolesano is a striking combination of modularity and flexibility that allows the designer to meet the specific functional and aesthetic requirements of any project. Integrating video surveillance, Wi-Fi, speakers or other Internet of Things elements is a next step in the development of Polesano. \'The main idea behind “POLESANO” was to create a “device” that combines all types of lighting into a single aesthetically unique structure, where the pole and the fitting become one body,\' explains Dean Skira.\r\n\r\nPolesano is characterized by a pure, minimalist design that doesn’t overpower its environment. A focus on modularity and flexibility allows Polesano to meet its multi-zone lighting requirements in a continuous and uniform design language. Thanks to different optics and sizes, Polesano enables both precise lighting and a combination of lighter and darker zones for an effective blend of landscape, social interaction and lighting.', 'https://www.deltalight.com/en/products/light/polesano', 'Delta-Light-POLESANO_small.jpg', 'Delta Light POLESANO', 'POLESANO', 'POLESANO family', '2018-04-04 00:00:00'),
(104, 'DLT003', 0, 87, 'XY180', 'XY180 family', '‘XY180’ is a 3-piece lighting collection designed by OMA. The collection was inspired by a fascination with point, line and surface; key architectural elements. The floor, wall and ceiling lights are meant for individual and shared workspaces, but can also be applied to domestic and public interior spaces.\r\n\r\nThe line uses precise geometric dimensions while the base elements - which include tube lights and a spotlight in either a discreet 4,1W or a powerful 7,1W - can be combined with a hinge to generate countless lighting conditions. As individual components, each part is familiar. When assembled however, they can take on unpredictable and asymmetrical positions. \r\n\r\nThe dimmable tube lights create diffuse ambient lighting, while the spotlights provide focused lighting. By exposing the light and allowing it to pivot, the fixture becomes the main feature as it shifts into multiple configurations; a product that contributes to the creation of space, not only by the light it emits, but also by its physical presence.', 'https://www.deltalight.com/en/products/light/xy180', 'Delta-Light-XY180_small.jpg', 'Delta Light XY180', 'XY180', 'XY180 family', '2018-04-04 00:00:00'),
(105, 'DLT004', 0, 87, 'SUPERLOOP', 'SUPERLOOP family', 'The new Superloop family is an extensive range of slim circular and square shapes, offering a multitude of illumination options. Superloop allows you to choose ‘functional’, by mounting adjustable Spy modules on the round or square shaped base. It allows you to choose ‘decorative’, by mounting the light emitting circle in a horizontal way, or it allows you to choose ‘eye catcher’, by hanging the circle of light vertically, as a statement.\r\n\r\nSuperloop circular light has the ability to diffuse light all around. The loop can be hung using steel cables, based in one fixation point or multiple suspension points, or from a steel rod suspending the ring from the air. Superloop is also available in a round or square shape with a Delta Light custom engineered 48V low voltage track on the inside. This allows you to position and move light modules all around, offering maximum flexibility and allowing you to meet any need of the project.', 'https://www.deltalight.com/en/products/light/superloop', 'Delta-Light-SUPERLOOP_small.jpg', 'Delta Light SUPERLOOP', 'SUPERLOOP', 'SUPERLOOP family', '2018-04-05 00:00:00'),
(106, 'OCC001', 0, 88, 'Mito', 'Mito family', 'Thanks to Occhio’s touchless control, Mito can be controlled as if by magic. A simple hand gesture is enough to change the intensity of mito’s light – or even the color of the light – intuitively thanks to its innovative infrared sensor. Gone are the days of switches, dimmers and the like.\r\n\r\nOne touch is enough to conduct the light of Mito sospeso. By gesture control or via Occhio air the light can be moved seamlessly from one side to the other, creating fascinating and inspiring new possibilities to stage your room.\r\n\r\nMito adjusts to your mood. Via gesture control or Occhio air you can choose the color of the light. Ranging from warm light at 2700K to cooler, more stimulating light at 4000K the luminaire is infinitely variable. It’s your choice – any time.\r\n\r\nThanks to a unique way height adjustment Mito an be easily and effortlessly adjusted. The length of the pendulum varies between 50cm and 200cm. The cables disappear into the canopy or become invisible in the ceiling. A sophisticated roll-up mechanism ensures that Mito’s ring always stays horizontally in the desired height.', 'https://www.occhio.de/en/products/x-series/mito', 'Occhio-Mito_small.jpg', 'Occhio Mito', 'Mito', 'Mito family', '2018-04-05 00:00:00'),
(107, 'KRM001', 0, 89, 'BAG', 'BAG collection', 'Feminine, personal, irresistible. Bag embodies all the versatility of a bag: a cover in a soft, welcoming form, embraced by a metal element, “the handle”, which enables it to be both attached to the ceiling and placed on the floor or table; a light source with an identity that is different every time – direct light or light more to keep you company – also in terms of the finish, colour and material.\r\n\r\nDesigner: Baldessari and Baldessari', 'https://www.karmanitalia.it/en/collezioni/bag/', 'KARMAN-BAG_small.jpg', 'KARMAN BAG', 'BAG', 'BAG collection', '2018-04-05 00:00:00'),
(108, 'KRM002', 0, 89, 'DON’T TOUCH', 'DON’T TOUCH', 'Engage one of the five senses in the design, touch and not only give the object the function of illuminating, but also the power to transmit to those who look at it an irresistible desire to touch it.\r\nWatch out! Don’t kid yourself because you too won’t be able to help touching it!\r\n\r\n\r\nDesigner: Matteo Ugolini', 'https://www.karmanitalia.it/en/collezioni/dont-touch/', 'KARMAN-DON\'T-TOUCH_small.jpg', 'KARMAN DON’T TOUCH', 'DON’T TOUCH', 'DON’T TOUCH', '2018-04-05 00:00:00');
INSERT INTO `product_news` (`prod_news_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(109, 'KRM004', 0, 89, 'UGO RILLA', 'UGO RILLA', 'Ugo Rilla is not created to excite, with the expression and the rage with which it rips up one of man’s greatest inventions, it screams as a mark of protest making us wonder what it is capable to doing to nature and its peers.\r\n\r\nDesigner: Matteo Ugolini', 'https://www.karmanitalia.it/en/collezioni/ugo-rilla/', 'KARMAN-UGO-RILLA_small.jpg', 'KARMAN UGO RILLA', 'UGO RILLA', 'UGO RILLA', '2018-04-05 00:00:00'),
(110, 'KRM005', 0, 89, 'TORCIA', 'TORCIA', 'It has accompanied us since the most ancient times, since Prometheus stole the fire from Zeus and gifted it to all mortals. Symbolically, it stood for immortality and eternal light. Always considered a very positive symbol in the collective unconscious. Today it has a new look… who knows if Zeus will like it?\r\n\r\nDesigner: Matteo Ugolini', 'https://www.karmanitalia.it/en/collezioni/torcia/', 'KARMAN-TORCIA_small.jpg', 'KARMAN TORCIA', 'TORCIA', 'TORCIA', '2018-04-05 00:00:00'),
(111, 'KRM003', 0, 89, 'PERIPLO', 'PERIPLO collection', 'A ring of light that seals our emotions. A metal weave inside a circular frame that protects life, memories, impressions and keeps them safe. Periplo is a journey into our inner selves, because light has the power to change the atmosphere of the places we live in, affecting the perception of our emotions and our memories.\r\n\r\nDesigner: Luca De Bona & Dario De Meo', 'https://www.karmanitalia.it/en/collezioni/periplo/', 'KARMAN-PERIPLO_small.jpg', 'KARMAN PERIPLO', 'PERIPLO', 'PERIPLO collection', '2018-04-05 00:00:00'),
(112, 'ART001', 0, 33, 'Giò light suspension', 'Giò light suspension', 'With its aluminium body, Giò is first and foremost an instrument, a functional, unobtrusive and, most of all, timeless suspension lamp; it fits both in domestic and in public places. Either plain or in its different versions, Giò is an elegant and efficient object in space.\r\n\r\nAvailable colors: black, blue, red, white, yellow\r\n\r\n\r\nDesigner: Patrick Norguet', 'https://www.artemide.com/en/subfamily/4746329/gio-light-suspension', 'Artemide-Giò-light-suspension_small.jpg', 'Artemide Giò light suspension', 'Giò light  suspension', 'Giò light  suspension', '2018-04-09 00:00:00'),
(113, 'ART002', 0, 33, '\"O\"', '\"O\"', '“O” is an attempt to reconcile the needs of the natural and the urban environment. Darkness and disappearance will be the contribution of “O” to nature and public spaces. Alejandro Aravena \r\n\r\nThe more the planet becomes urban, the more we appreciate the value of natural spaces. The cities with the highest quality of life are those that were visionary enough to keep portions of untouched nature within their foot print and transform them into public spaces. The problem is that the forces that govern nature and modern urban life, even if guided by good will, tend to pull in opposite directions. One of the strongest intrusions in the natural order (and yet one of that remains almost unnoticed) is the disappearance of darkness in our cities. In the attempt to make parks safe, we not only invade them with poles and cables. But we alter forever the circadian rhythm that is crucial for the existence of species, both animal and vegetal. The strategy is twofold: on one hand is to design a light for public spaces that when is not in use can be as imperceptible as possible; light without a lamp. On the other hand is to take advantage of different types of sensors so that light appears just when needed, light only on demand.', 'https://www.artemide.com/en/subfamily/4746349/o', 'Artemide-O_small.jpg', 'Artemide \"O\"', '\"O\"', '\"O\"', '2018-04-09 00:00:00'),
(114, 'SLM001', 0, 90, 'DOME', 'DOME BY ANALOGIA PROJECT', 'Roman adornment connected to the Medusa appears within this architectural dome, with mosaics radiating around the epic face of the sea gods’ daughter. The pattern extends over several layers that cover the LED source, reflecting the light through a delicate play of colours and transparencies. The production process unites the latest technology with artisan techniques, marrying the past and the present, and making every piece unique. Dome is available in two sizes and a myriad of chromatic shades.', 'https://www.slamp.com/en/products/suspension/dome-suspension/', 'SLAMP-DOME_small.jpg', 'SLAMP DOME', 'DOME', 'DOME BY ANALOGIA PROJECT', '2018-04-09 00:00:00'),
(115, 'SLM002', 0, 90, 'OVERLAY', 'OVERLAY BY ANALOGIA PROJECT', 'Slamp and Montblanc present the new desk lamp, Overlay, whose sinuous, minimalist design was intentionally created to compliment Montblanc’s iconic Meisterstück Le Grand writing instrument. Thanks to the integrated technology, when the writing instrument is lifted from the leather rest, or put back, the lamp turns on or off, respectively. The brass body and base are topped off by a shade, made of layers of Slamp’s patented materials, creating warm chromatics, and Overlay has two light sources: a courtesy light in the base and the main light that casts solid illumination on any writing surface. An indispensable object for a suggestive, non-invasive atmosphere that stimulates inspiration and urges forth creativity.\r\n\r\nOverlay, the ideal writing lamp, and writing instrument, Meisterstück Le Grand, are sold together in an elegant, personalized case. You can choose between Montblanc’s iconic rollerball, fountain or ballpoint Meisterstück Le Grand writing instruments.', 'https://www.slamp.com/en/products/table/overlay/', 'SLAMP-OVERLAY_small.jpg', 'SLAMP OVERLAY', 'OVERLAY', 'OVERLAY BY ANALOGIA PROJECT', '2018-04-10 00:00:00'),
(116, 'SLM003', 0, 90, 'CLIZIA TABLE', 'CLIZIA TABLE, BATTERY POWERED', 'BY ADRIANO RACHELE\r\n	\r\nThe botanical cordless table lamp, complete with rechargeable batteries, can be easily moved from place to place, bringing soft illumination to a dinner en plein air, an early bedside wake-up, or a warm bath. It is a perfect, original, elegant centerpiece, and even more so when choreographed in numbers along an imperial table setting. It is a fitting decoration for professionals looking to give a romantic, glam touch to their téte-a-téte events held on balconies, and in cafés and restaurants; lighting that makes way for endless imagination and creativity.', 'https://www.slamp.com/en/products/table/clizia-battery-powered-table/', 'SLAMP-CLIZIA-TABLE_small.jpg', 'SLAMP CLIZIA TABLE', 'CLIZIA TABLE', 'CLIZIA TABLE, BATTERY POWERED', '2018-04-10 00:00:00'),
(117, 'SLM004', 0, 90, 'VELI MINI TRIO COUTURE', 'VELI MINI TRIO COUTURE SUSPENSION  BY ADRIANO RACHELE', 'The Veli Mini Trio Couture suspension lamp, handmade in Slamp’s Italian atelier, is both refined and trendy. Each volant, made of the unbreakable, patented technopolymer  Opalflex®, is individually hand-fixed to create three-dimensional shapes, held together with a small ring to create a soft and feminine cluster. Each diffusor is fitted with a magnetic hanging device, making installation and maintenance quick and easy. The red wrapped cord brings a touch of irony to the suspension lamp, and the sartorial “gathers” adorn any public or private space, much like a rich bouquet of flowers.', 'https://www.slamp.com/en/products/suspension/veli-mini-trio-couture-suspension/', 'SLAMP-VELI-MINI-TRIO-COUTURE_small.jpg', 'SLAMP VELI MINI TRIO COUTURE', 'VELI MINI TRIO COUTURE', 'VELI MINI TRIO COUTURE SUSPENSION BY ADRIANO RACHELE', '2018-04-10 00:00:00'),
(118, 'SLM005', 0, 90, 'VELI MINI QUARTET COUTURE', 'VELI MINI QUARTET COUTURE SUSPENSION  BY ADRIANO RACHELE', 'The Veli Mini Quartet Couture is a dramatic suspension lamp with a single, 32 cm canopy and four cascading spheres. Each luminous diffusor, using volant of unbreakable and patented technopolymer Opalflex® printed with a delicate tone-on-tone texture, is handmade in Slamp’s Italian atelier. The red wrapped cord, which can be substituted with a transparent one on request, brings a touch of irony to the elegant and sinuous collection. Its rich and warm light is perfect for both domestic and large public spaces. Every diffusor is fitted with a magnetic hanging device for fast and easy maintenance.', 'https://www.slamp.com/en/products/suspension/veli-mini-quartet-couture-suspension/', 'SLAMP-VELI-MINI-QUARTET-COUTURE_small.jpg', 'SLAMP VELI MINI QUARTET COUTURE', 'VELI MINI QUARTET COUTURE SUSPENSION  BY ADRIANO RACHELE', 'VELI MINI QUARTET COUTURE', '2018-04-10 00:00:00'),
(119, 'SLM006', 0, 90, 'ARIA GOLD', 'ARIA GOLD BY ZAHA HADID', 'Zaha Hadid’s luminous architecture is visionary, fluid and dynamic, infusing the revolutionary and iconic semantics of the celebrated architect into domestic and public interiors; the result is the harmonization of beings and their surrounding spaces. From the new metallized Gold (50, 60 and 70 cm), the original version with shaded black edges (Ø90 cm), to the ethereal transparent, polycarbonate versions, Hadid’s masterpieces consist of 50 “arms”, each diverse from the others, radiating around a voluminous LED source.', 'https://www.slamp.com/en/products/suspension/aria-gold-suspension/', 'SLAMP-ARIA-GOLD_small.jpg', 'SLAMP ARIA GOLD', 'ARIA GOLD', 'ARIA GOLD BY ZAHA HADID', '2018-04-10 00:00:00'),
(120, 'VIB001', 0, 91, 'North', 'North floor lamp', 'The North floor lamp collection is an Arik Levy design. Its design is elegant, varied, dynamic and very adaptable. The North collection makes it possible to bring light to exactly where we want it. Several arms protrude from the base, between two and four depending on the model, configured at differing angles in order to provide a focused lighting effect where needed. Vibia produces the North floor lamps in different finishes responding to contemporary trends as well as using LED as a light source. All floor lamp models can be plugged in or directly connected.', 'https://www.vibia.com/en/int/floor-lamps-north_floor', 'Vibia-North-floor_small.jpg', 'Vibia North floor lamp', 'North', 'North floor lamp', '2018-04-10 00:00:00'),
(121, 'VIB002', 0, 91, 'Mayfair', 'Mayfair floor lamp', 'The designer Diego Fortunato is the author of the Mayfair floor lamp for Vibia. This floor lamp is an obvious example of the evolution of 18th Century lighting models. Consisting of a metal structure, a methacrylate or steel shade, depending on the model and a polycarbonate diffuser. The user can choose between a wide range of up to six different finishes that respond to current market design trends. Perfect for use in living room areas, circulation zones or bedrooms.\r\n\r\nFeaturing a LED light source which can be dimmed using an optical sensor.', 'https://www.vibia.com/en/int/floor-lamps-mayfair_floor', 'Vibia-Mayfair-floor_small.jpg', 'Vibia floor lamp', 'Mayfair', 'Mayfair floor lamp', '2018-04-10 00:00:00'),
(122, 'ART003', 0, 33, 'Huara', 'Huara', 'At first, light available to humans came only from stars: the sun and its reflection on the moon. For millennial mankind accepted its incapacity to see in the dark and adapted consequently to the natural rhythm of the celestial spheres, of dawn and dusk. But such agreement changed about 2 million years ago. The appearance of the controlled use of fire marked the beginning of the search for how to transform night into day at will. But getting light from burning stuff was very inefficient (it heated more than illuminated) and uncomfortable (pollution due to smoke). Then about some 70 thousand years ago, light began to come from burning fuel: animal fat first, oil or wax then, or gas and kerosene more recently not only allowed a more efficient use of energy but also introduced the need for a more specific design of the light’s source. The appearance of electrical power at the turn of the last century started a technological development that irrespective of the scientific principle employed to produce light (incandescent, fluorescent or metal halides), made any other source of energy almost disappear. The next step in the production of light came with the development of Light Emitting Diodes (LED). For the first time, light shifted from the electrical realm to the field of electronics. But for some reason such revolutionary step has not permeated society; people look for lights and lamps in the white goods section, not in the electronics section. Our project for Artemide is about integrating the first and the last moment in the history of light: celestial spheres with electronics. On the one hand we want light to vary its intensity and direction according to phases more than moving pieces of a mechanism. On the other hand, we want to aknowledge the fact that the future of light is electronic, not electric. The distinctive potential of electronics is its capacity to carry information that allow for multiple ways of interaction, such as a tactile screen. So, our project is a low voltage, moveable, dark sphere intuitively activated by touch. Hence the name Huara, the aymarà word for star. Aymarà is the native population of the Acatama desert, the driest and darkest one in the world. In other words, the place from where one can see more stars in the planet; no wonder that by 2020, 70 % of the cutting edge astronomical observation capacity of the planet will be in the land of Aymarà. Wara is to honor the original light source of mankind and the state of the art technology.', 'https://www.artemide.com/en/subfamily/4746350/huara', 'Artemide-Huara_small.jpg', 'Artemide Huara', 'Huara', 'Huara', '2018-04-10 00:00:00'),
(123, 'KRN001', 0, 92, 'Side in-Line 40', 'Side in-Line 40', 'Kreon side reproduces many aspects of the classical recessed side light. The faceted reflectors by Bartenbach Lichtlabor which are incorporated into the light ensure a uniform asymmetrical beam, making the kreon side in-line an efficient, compact floor or ceiling washer. A soft yet striking light beam and the steep bevel of the finishing louvre draws attention to the straight vertical back surface which can be finished in various materials according to the designer’s preference. kreon side in-line, available in widths of 40 and 80 cm can be merged perfectly into the architecture and combined with other kreon luminaires.\r\n\r\nThe range is highly flexible and can be used as floor washlight, wallwasher or indirect light fitting. Installation boxes and plasterkits are available for application in various surfaces.', 'https://www.kreon.com/en/international/lights/side-line/mini-side-line', 'Kreon-Side-in-Line-40_small.jpg', 'Kreon Side in-Line 40', 'Side in-Line 40', 'Side in-Line 40', '2018-04-10 00:00:00'),
(124, 'ART004', 0, 33, 'Eggboard Baffle', 'Eggboard Baffle', 'The entire Eggboard collection is based on the principle of acoustic absorption to limit sound reverberation, particularly with respect to human voice frequencies. A vertical suspension and a number of panels with grazing light intended for wall or ceiling installation are the new elements making up the lightscape and ensuring perfect environmental quality. They both work freely on the lighting performances that can be combined with the acoustic element. The suspension version can combine indirect diffused light with direct controlled light thanks to the patented Eggboard Matrix optical units. In the wall and ceiling versions, grazing light can be associated on each side.', 'https://www.artemide.com/en/subfamily/4746340/eggboard-baffle', 'Artemide-Eggboard-Baffle_small.jpg', 'Artemide Eggboard Baffle', 'Eggboard Baffle', 'Eggboard Baffle', '2018-04-10 00:00:00'),
(125, 'EXN001', 0, 49, 'NABOO Medium Ø 2000', 'NABOO Medium Ø 2000 pendant', 'NABOO pendant is a circular-shaped LED pendant with a modular and curved extruded aluminium housing. The luminaire is fitted with a diffuser to create the ideal omni-directional light distribution. The desired canopy and LED driver are available to order separately. When combining more than one NABOO fitting, wires can be run through a single point via a standard accessory for a clean and unobtrusive installation, keeping a minimum distance from the ceiling (increasing size 700/850/1000/1500).', 'https://www.exenia.eu/products/1215/naboo-medium-o-2000', 'Exenia-NABOO-Medium-2000_small.jpg', 'Exenia NABOO Medium Ø 2000', 'NABOO Medium Ø 2000', 'NABOO Medium Ø 2000 pendant', '2018-04-10 00:00:00'),
(126, 'BUZ002', 0, 86, 'BuzziJet', 'BuzziJet', 'Form follows function with BuzziJet, an intentionally simple design based on the principles of geometric acoustics. Wide in diameter, this cylindrical design allows sound waves to bounce back-and-forth within the radius of its circular body, and in turn mitigates noise. BuzziJet is considerable in size, yet appears lightweight and airy thanks to its upholstered foam core. Its soft presence evokes a majestic sense of serenity. Concealed inside the body, a powerful light source emits warm, pleasant light.', 'http://buzzi.space/buzzijet/', 'Buzzi-Space-BuzziJet_small.jpg', 'Buzzi Space BuzziJet', 'BuzziJet', 'BuzziJet', '2018-04-11 00:00:00'),
(127, 'KRM006', 0, 89, 'SHERWOOD E ROBIN', 'SHERWOOD E ROBIN', 'They rain down from above like the berries in the undergrowth, shiny and appetising, attracting the attention of delightful little creatures in the magical, shadowy Sherwood forest, stealing the light from the lush, green foliage and giving it as a gift to those who need it most…', 'https://www.karmanitalia.it/en/prodotto/sherwood-e-robin/sherwood-e-robin-se151-bb-int/', 'KARMAN-SHERWOOD-E-ROBIN_small.jpg', 'KARMAN SHERWOOD E ROBIN', 'SHERWOOD E ROBIN', 'SHERWOOD E ROBIN', '2018-04-11 00:00:00'),
(128, 'NIM001', 0, 93, 'Lighting Pad Q 900', 'Lighting Pad Q 900. LIGHT MEETS ACOUSTICS', 'The Lighting Pad combines two areas of competence of the Nimbus Group – i.e. the two architectural brands, Nimbus (light solutions) and Rossoacoustic (room acoustics) – in a single product: light meets acoustics.\r\n\r\nThe new Lighting Pad immerses defined areas in rooms in high-quality atmospheric light, whereby the source of the light remains almost invisible. Only close up do the small high-performance LEDs integrated in the pad become visible. \r\n\r\nBut the new luminaire developed by the Nimbus Group does more than just generate accentuating light that can be used in wide variety of ways and create atmospheric light islands. The minimalistic Lighting Pad also solves another central problem of modern interior architecture, which often utilises hard, sound-reflective surfaces made of glass or concrete; the Lighting Pad has a haptically pleasing fleece surface that is simultaneously an extremely efficient sound absorber. At the same time, the material, which is available in different colours, supports the creation of a warm and cosy atmosphere in rooms.', 'https://nimbus-lighting.com/en/products/features/light-building-2018', 'Nimbus-Group-Lighting-Pad-Q-900_small.jpg', 'Nimbus Group Lighting Pad Q 900', 'Lighting Pad Q 900', 'Lighting Pad Q 900. LIGHT MEETS ACOUSTICS', '2018-04-11 00:00:00'),
(129, 'ING001', 0, 94, 'Luce Volante', 'Luce Volante', 'Luce Volante is an elegant lighting object. It seems to float in the air, and provides high-quality lighting for tables and counters. Glass fibre, aluminium.\r\n\r\nColours: In mat red, mat white or silver', 'https://www.ingo-maurer.com/en/products/luce-volante', 'Ingo-Maurer-Luce-Volante_small.jpg', 'Ingo Maurer Luce Volante', 'Luce Volante', 'Luce Volante', '2018-04-11 00:00:00'),
(130, 'BUZ003', 0, 86, 'BuzziShade', 'BuzziShade Standing', 'The BuzziShade design prevents eavesdroppers from hearing your private conversations and reduces external noise levels to a minimum. The BuzziShade is extremely versatile. A fantastic addition to any office, waiting room or restaurant, the BuzziShade is designed with large-scale settings in mind. Be creative by adding a layer of colorful fabric to the BuzziFelt shades. The BuzziShade is the culmination of an artistic collaboration between BuzziSpace and the four young Belgian furniture designers of Stal Collectief.', 'http://buzzi.space/buzzishade/', 'Buzzi-Space-BuzziShade_small.jpg', 'Buzzi Space BuzziShade', 'BuzziShade', 'BuzziShade Standing', '2018-04-11 00:00:00'),
(131, 'ART005', 0, 33, 'A.24 Circular', 'A.24 Circular', 'A.24 is a new comprehensive and flexible system to design light in space. A single profile, only 24 mm thick, can be installed in the recessed, ceiling or suspension mode to continuously follow the angles on a flat or three-dimensional surface. This profile hosts to a variety of performance options: diffused light, sharp optical units with three beam angles, or a smart magnetic track. This makes A.24 a flexible system, as well as an open platform to accommodate other products from the Architectural collection. The suspension version also features direct emission. The three solutions can be alternated to match the architecture and the room functions with utmost flexibility. The competence of Artemide is revealed by the quality of light, as well as by the ability of A.24 to freely move in space, with direct power connection points up to 14 metres apart.', 'https://www.artemide.com/en/products/indoor#4438241/a-24', 'Artemide-A-24-Circular_small.jpg', 'Artemide A.24 Circular', 'A.24 Circular', 'A.24 Circular', '2018-04-11 00:00:00'),
(132, 'ART006', 0, 33, 'Soft Alphabet', 'Soft Alphabet', 'Soft alphabet was devised to supplement Alphabet of light, introducing even greater freedom for defining curved lines in space. Five elements starting from a single basic length are developed to recreate the softness of a curved line to different extents. Used either as stand-alone luminaires, combined together or with Alphabet of light system, they are perfect for creating dynamic compositions in space, each time with superior comfortable light quality.', 'https://www.artemide.com/en/subfamily/4746317/soft-alphabet', 'Artemide-Soft-Alphabet_small.jpg', 'Artemide Soft Alphabet', 'Soft Alphabet', 'Soft Alphabet', '2018-04-11 00:00:00'),
(133, 'GLO001', 0, 95, 'Ambient Cocoon', 'Ambient Cocoon - buffed teak', 'Mimicking the perfect texture and symmetry of silk cocoons, these minimal and delicate looking lanterns are deceptively tough. Manufactured from modern plastics and combined with a striking solid, buffed teak handle of almost agricultural purity, these (solar LED) lights are as much about design as they are about illumination. Danish designer Henrik Pedersen has combined an extensive background in interior lighting with an intimate knowledge of outdoor furniture to create the Ambient collection. Asked about the design influences, Henrik says “My path in design has led me through many parts of the world, many cultures… Light and warmth are always principal parts of the best social environments and the most modest of devices are often the most effective. Here I combine the worlds of simplicity and light to achieve beautiful background illumination”. Two distinct designs are available and, as the name suggests, create the perfect ambience alongside any Gloster collection as the sun begins to set.\r\n\r\nSmooth tough modern plastics are paired with statement buffed teak handles creating Cocoon. For Nest, man-made fibres in either Steel or Fawn colour, encase a colour matched powder coated stainless steel frame. Both styles of lantern create soft mood lighting with the use of integrated solar charged LED lights.', 'https://www.gloster.com/en/collections/ambient/ambient-cocoon-buffed-teak-2058', 'Gloster-Ambient-Cocoon_small.jpg', 'Gloster Ambient Cocoon', 'Ambient Cocoon', 'Ambient Cocoon - buffed teak', '2018-04-11 00:00:00'),
(134, 'SMS004', 0, 56, 'Nanoled Frame', 'Nanoled Frame', 'Nanoled Frame creates uniform light on the outer edge of windows, niches, openings changing them into striking luminous volumes. Its wide beam of 120° produces charming light effects on residential, public, historical and artistic façades. Nanoled Frame is a recessed fitting that can be totally integrated into the architecture and it has an extremely reduced size: the projecting part of only 15mm is a small shaped glass cap.', 'http://www.simes.com/en/catalogue/famiglia.php?idM=150', 'Simes-Nanoled-Frame_small.jpg', 'Simes Nanoled Frame', 'Nanoled Frame', 'Nanoled Frame', '2018-04-11 00:00:00'),
(135, 'SMS005', 0, 56, 'Brick Light recessed', 'Brick Light recessed', 'Brick Light camouflages itself with the brick texture not only by taking on the form and the dimensions of the brick, but also by adopting the same modes of handling, assembly and installation thanks to its characteristics of resistance and manageability. The restrained and basic archetype form allows a perfect integration in walls. It is endlessly declinable and talks together with the rythm of the surfaces and appropriate lighting needs designed for integration with exposed brick surfaces.', 'http://www.simes.com/en/catalogue/famiglia.php?idM=147', 'Simes-Brick-Light-recessed_small.jpg', 'Simes Brick Light recessed', 'Brick Light recessed', 'Brick Light recessed', '2018-04-11 00:00:00'),
(136, 'ART007', 0, 33, 'Solar Tree 2.0', 'Solar Tree 2.0', 'Solar Tree 2.0 has progressed to become a family of modular solutions. Different post heights, and two different heads: these are the structural features to use to put together various configurations to accommodate the needs of urban areas, with solutions that are not only functional but also interactive and energy-smart, to promote a new sustainable and social dimension for the city and for mankind. Solar tree 2.0 has become a smart, latest-generation platform capable of establishing a personal connection with individual users or with smart and “SENSEable” city networks.', 'https://www.artemide.com/en/subfamily/665440/solar-tree', 'Artemide-Solar-Tree-2-0_small.jpg', 'Artemide Solar Tree 2.0', 'Solar Tree 2.0', 'Solar Tree 2.0', '2018-04-11 00:00:00'),
(137, 'ART008', 0, 33, 'Yanzi', 'Yanzi', 'The activity of Neri&Hu is founded on constant research and the desire to work on the dynamic interaction of experience, detail, material, shape, and light, rather than adapt to stereotyped formulas. In a blend of tradition and innovation, Yanzi is a lightweight composition of graphic signs. Balanced structures, such as branches or perches, support multiple stylized figures to provide a variety of versions and qualities of light. They are iconic swallows with a brushed brass body, with their head like a white glass sphere enclosing light, either flying free or contained in glass cages. There is unique sensibility in matching warm and cold, essential yet refined materials. Yanzi is an open system, ideal for creating lightweight compositions and light landscapes that animate any space with an elegant poetic attitude.', 'https://www.artemide.com/en/subfamily/4420745/yanzi', 'Artemide-Yanzi_small.jpg', 'Artemide Yanzi', 'Yanzi', 'Yanzi', '2018-04-12 00:00:00'),
(138, 'VIB003', 0, 91, 'Palma', 'Palma hanging', 'Antoni Arola was inspired by the beauty of historic hanging gardens with the creation of Palma. And other references closer to home such as Mediterranean rationalism, giving his design an element of cultural continuity. It’s a lighting system that introduces the planting normally associated daylight in the outdoors, to an indoors setting. And promotes a return to nature for our day-today settings.\r\n\r\nPalma’s design is based on elemental forms, its luminous quality expressed though a warm quality dimmable light. Filtered by two glowing half spheres of blown opal glass, joined together by an aluminium ring, in a graphite or white finish. The classic globe, slightly flattened here evolves towards a more organic form and the suspended version with an almost imperceptible cable support accentuates the floating sensation.\r\n\r\nThe collection also makes possible multiple globe compositions, vertical and horizontal in order to create visual axes on a larger scale, integrating vegetation, for both the pendant and the wall sconce versions. It can also be used as an individual globe. With this approach numerous options are made possible. One of the most innovative is the use of multiple wall sconce lamps for public spaces.\r\n\r\nAntoni Arola considers Palma as if it were a landscape project that will be transformed over time, once the designer has finished the first part of the job. The capacity for Palma to create ambience within an interior setting increases with its growth like a luminous hanging garden.', 'https://www.vibia.com/en/int/hanging-lamps-palma_hanging', 'Vibia-Palma-hanging_small.jpg', 'Vibia Palma', 'Palma', 'Palma hanging', '2018-04-12 00:00:00'),
(139, 'VIB004', 0, 91, 'Musa', 'Musa table', 'Created by Note Design Studio, Musa is a lamp of organic qualities that attracts the eye due to its lighting function. A delicate and elegant design where a symbiotic interaction is established between the small hand blown opal glass sphere and the dish that holds and reflects it. \r\n\r\nThe distinctive composition of two circles, one of light and the other of support, marks its balanced formal expression and its functional performance as a lamp. The slightly textured concave aluminium base captures the light from the simple diffuser and amplifies it smoothly. It’s made in three colour options: white, salmon and mink grey, that adds to the warm quality of the lamp. \r\n\r\nMusa is the final result of an intensive manual research phase involving paper models that influenced its organic expression. This same morphology of the dish successfully resolves the light diff usion in an integrated fashion. \r\n\r\nDesigned as a wall sconce and table lamp there is also a portable model with its own battery lending it complete autonomy. Its capacity of being able to work anywhere underlines its poetic physical form. A design that appeals to the touch, to the day-today and the familiar.', 'https://www.vibia.com/en/int/table-lamps-musa_tablelamps', 'Vibia-Musa-table_small.jpg', 'Vibia Musa', 'Musa', 'Musa table', '2018-04-12 00:00:00'),
(140, 'LNL001', 0, 96, 'Diphy_S', 'Diphy_S', 'Modern ceiling light a PMMA leaf with a characteristic shape, entirely covered with a weave of laser micro engraved light in the lower and upper floors, for double emission. This is the secret of OptiLight Technology TM. Once the lamp is turned off, it disappears, allowing you to glimpse the surface behind it, while when turned on, the elegant pattern comes to life, the diffuser is filled with light and the lamp softly illuminates the environment. Also suitable for installation as a wall lamp, Diphy_S has a central body in white painted aluminium in which the topLED source is housed. The ceiling light is available in two sizes and in the DALI and Phase-Cut versions. Awarded the Red Dot Design Award 2017, Diphy has also been included in the prestigious ADI Design Index 2017.', 'https://www.linealight.com/en-gb/family/diphy-s/122811', 'Linea-Light-Diphy-S_small.jpg', 'Linea Light Diphy_S', 'Diphy_S', 'Diphy_S', '2018-04-12 00:00:00'),
(141, 'VIB005', 0, 91, 'Palma', 'Palma table lamp', 'Antoni Arola was inspired by the beauty of historic hanging gardens with the creation of Palma. And other references closer to home such as Mediterranean rationalism, giving his design an element of cultural continuity. It’s a lighting system that introduces the planting normally associated daylight in the outdoors, to an indoors setting. And promotes a return to nature for our day-today settings.\r\n\r\nPalma’s design is based on elemental forms, its luminous quality expressed though a warm quality dimmable light. Filtered by two glowing half spheres of blown opal glass, joined together by an aluminium ring, in a graphite or white finish. The classic globe, slightly flattened here evolves towards a more organic form and the suspended version with an almost imperceptible cable support accentuates the floating sensation.\r\n\r\nThe collection also makes possible multiple globe compositions, vertical and horizontal in order to create visual axes on a larger scale, integrating vegetation, for both the pendant and the wall sconce versions. It can also be used as an individual globe. With this approach numerous options are made possible. One of the most innovative is the use of multiple wall sconce lamps for public spaces.\r\n\r\nAntoni Arola considers Palma as if it were a landscape project that will be transformed over time, once the designer has finished the first part of the job. The capacity for Palma to create ambience within an interior setting increases with its growth like a luminous hanging garden.', 'https://www.vibia.com/en/int/table-lamps-palma_tablelamps', 'Vibia-Palma-table_small.jpg', 'Vibia Palma', 'Palma', 'Palma table lamp', '2018-04-12 00:00:00'),
(142, 'NXT001', 0, 97, 'Cosmo Pendel RGB/W', 'Cosmo Pendel RGB/W', 'Are you more a Cloud Number Nine or rather a Deep Space Nine? Whichever part of space you prefer, Cosmo is open to your favourites ideas. This is because Cosmo’s appearance changes with every new perspective. A circle of six lights knots dissolves into the third dimension, emitting its even, glare-free and dimmable light over lobbies, foyers, halls, and in every other architectural space designed with energy-efficiency and extraordinary shapes in mind.', 'http://www.next.design/de/produkt/cosmo_pendel_rgbw.html', 'Next-Cosmo-Pendel-RGB-W_small.jpg', 'Next Cosmo Pendel RGB/W', 'Cosmo Pendel RGB/W', 'Cosmo Pendel RGB/W', '2018-04-13 00:00:00'),
(143, 'FLS', 0, 75, 'Arrangements', 'Arrangements by Michael Anastassiades', 'Arrangements is a modular system of geometric light elements that can be combined in different ways, creating multiple compositions into individual chandeliers. Each unit simply attaches onto the previous one as if resting, balancing perfectly as a part of a glowing chain.\r\n\r\nQuote from the designer Michael Anastassiades:\r\nI have always been fascinated with the parallel that exists between Lighting and Jewelry. Starting from the simple fact of how each piece relates to human scale: one is designed to be worn on the body whereas the other is made to decorate the space someone occupies. I’m challenged in how the delicate nature of something small can be translated spatially and still manages to retain its preciousness in the way materials are presented. It is no coincidence that the word “pendant” has a double meaning. Existing both as a piece of jewelry that hangs from a chain worn around the neck, and a light designed to hang from the ceiling.', 'https://usa.flos.com/modern-pendant-lights/arrangements', 'Flos-Arrangements_small.jpg', 'Flos Arrangements', 'Arrangements', 'Arrangements by Michael Anastassiades', '2018-04-17 00:00:00'),
(144, 'DEX001', 0, 98, 'Valencia', 'Valencia', 'Truly Truly, a Rotterdam (NL) based design studio with experience in both lighting and furniture design, designed the Valencia, a stylish terrace lamp, inspired by natural elements, executed in a stylish green shade. In this luminaire they employ color, pattern and texture in new and thoughtful ways.\r\n\r\nSuitable as an application above a generous table. The fixture is made of aluminum and has a base of stainless steel. The lamp has a bluetooth dimmable LED module of 1820 lm. The whole is done with a powder coat finish.', 'http://www.dexterlighting.nl/', 'Dexter-Valencia_small.jpg', 'Dexter Valencia', 'Valencia', 'Valencia', '2018-04-17 00:00:00'),
(145, 'SHD001', 0, 99, 'The Orb', 'The Orb', 'Created by Scandinavian design supernova Øivind Slaatto, The Orb is a modern design object in itself. The Orb is a connected device. You can change the light settings with the Eclipse or your smart phone. Add and set-up more Orbs with ease through our corresponding app. Through the use of Bluetooth LE technology, The Orbs communicate without having to use WIFI. This ensures that any external network problems do not have any influence on the stability of The Orbs.', 'https://shadelights.com/the-orb-kit-with-eclipse', 'Shade-The-Orb_small.jpg', 'Shade The Orb', 'The Orb', 'The Orb', '2018-04-17 00:00:00'),
(146, 'VIB006', 0, 91, 'Guise', 'Guise', 'Stefan Diez developed a new approach to using LED technology together with Vibia, by integrating light with material and making it pass through in such a way that it becomes invisible and then allowing it to appear out of nowhere. The exquisite treatment of the form, the material and the technology guarantees a surprising lighting effect and an impeccable performance. With GUISE this approach to technology culminates with the inclusion of an optical sensor.\r\n\r\nGuise includes a sensor that allows its intensity to be dimmed simply by bringing one’s hand close to the light, without the need for a switch, or even direct contact.\r\n\r\nThe collection includes pendant lamps, both vertical and horizontal, that allows them to be placed over dining tables, offices or sitting rooms and circulation areas, with single fittings or multiple configurations.', 'https://www.vibia.com/en/int/collections-guise', 'Vibia-Guise_small.jpg', 'Vibia Guise', 'Guise', 'Guise', '2018-04-17 00:00:00'),
(147, 'DGR004', 0, 83, 'TETATET Flûte', 'TETATET Flûte', 'This is an evolution of the Tetatet lamp.\r\n\r\nA rechargeable Lithium battery was put into use to allow the support column of the lamp to be practically “invisible”. The head of the lamp, where the battery is located, is lightweight and appears to be floating in air. The effect is innovative and magical. The support column is made of methacrylate.\r\n\r\nThe Tetatet Flûte lamp fits perfectly with an elegant “mis en place”, bestowing beauty and spontaneity to any table.\r\n\r\n\r\nBATTERY LIFE 10 HOURS - MICRO USB\r\nLED 2 W - 237 lm\r\n\r\nUS VERSION AVAILABLE', 'http://davidegroppi.com/en/lamp/tetatet-flute/', 'Davide-Groppi-TETATET-Flûte_small.jpg', 'Davide Groppi TETATET Flûte', 'TETATET Flûte', 'TETATET Flûte', '2018-04-17 00:00:00'),
(148, 'FAR001', 0, 100, 'Galerie', 'Galerie by Federico Peri, 2018', 'The distinguishing feature of Galerie is the diffuser, which is inspired by both aesthetically and functionally by the antique oil lamps of the Belle Époque. Hand-blown in four layers of glass, where the outer and the inner layers are of two different colors, it reads as white when turned off, then as amber once lit. It is also equipped with a leather strap that allows the fixture to be hung in different positions on the structure. In the floor version, the lamp is available for two uses: a reading lamp with one diffuser, to create the ideal atmosphere for reading, and a floor lamp with two diffusers positioned at different heights, for adjustable ambient lighting. The family also includes a wall version. The combination of materials (glass, leather, metal and marble), unprecedented in a lamp, makes the Galerie family particularly rich, and at the same time elegant and balanced. Galerie expresses the memory of days gone by in a contemporary key.\r\n\r\nThe latest addition: a hanging version with four lamps: intensely warm light on the walls, a whiter downward light thanks to the two-tone glass, acid-etched white on the outside, amber on the inside. Noblesse oblige.', 'http://www.fontanaarte.com/en/lighting/suspension-lamp/galerie', 'FontanaArte-Galerie_small.jpg', 'FontanaArte Galerie', 'Galerie', 'Galerie by Federico Peri, 2018', '2018-04-23 00:00:00'),
(149, 'FAR002', 0, 100, 'IO+', 'IO+ by Claesson Koivisto Rune , 2018', 'IO+ progeny of the IO wall lamp designed in 2015 by ClaessonKoivistoRune, architects who express contemporary Northern European taste while embracing the Italian sensibility and lifestyle. The new capsule collection of wall, table and reading lamps has a light source redesigned to be more eclectic\r\nand flexible. Extremely functional objects, thanks to the orientability of the light, and scenographic thanks to the new finishes, like mirrored and burnished metal.', 'http://www.fontanaarte.com/en/lighting/wall-lamp/io-0', 'FontanaArte-IO+_small.jpg', 'FontanaArte IO+', 'IO+', 'IO+ by Claesson Koivisto Rune , 2018', '2018-04-23 00:00:00'),
(150, 'CIN001', 0, 54, 'Acqua', 'Acqua', 'Acqua, LED lamp with dimmer for installation on the ceiling or near the wall. It’s composed by modules that can be joined together in order to create many customized configurations. The lighting body, designed in uplight and downlight version can project the light upwards or downwards for a direct or reflected effect. The lamp is composed of Acqua rosone 1 cable, 2 cables or 3 cables to which are connected the lighting bodies that are sold separately.', 'http://www.cinienils.com/en/products/acqua-2/acqua-3/acqua-tre-decentrata', 'Cini&Nils-Acqua_small.jpg', 'Cini&Nils Acqua', 'Acqua', 'Acqua', '2018-04-23 00:00:00'),
(151, 'MOI001', 0, 103, 'Uhuh, Purr & Noot Noot', 'Uhuh, Purr & Noot Noot by Marcel Wanders', 'Uhuh, Purr & Noot Noot (owl, rabbit & penguin) are a series of table lamps by Marcel Wanders with their very own personalities and characteristics. Rounded, endearing and elegant, they find their place in any kind of interior climate and environment. Their frosted glass bodies, decorated with touches of gold, emit a sunny, heart-warming light glow.\r\nTheir gold plated ceramic features bring the animals to life, accessorizing them with precious jewels that complement the snowy whiteness of their bodies. Enjoy a wonderland of fairy tale characters with heaps of charm!', 'https://www.moooi.com/products/uhuh', 'Moooi-Uhuh-Purr-Noot-Noot_small.jpg', 'Moooi Uhuh, Purr & Noot Noot', 'Uhuh, Purr & Noot Noot', 'Uhuh, Purr & Noot Noot by Marcel Wanders', '2018-04-24 00:00:00'),
(152, 'INL001', 0, 104, 'Biba', 'Biba Family', 'Individual or in a matching composition, sophistication it’s the look you are getting. Think about Biba if you’re planning an elegant restaurant, minimalistic hotel lobby, Scandinavian inspired bar, urban retail or even your home dining room and let it suit your taste.\r\n\r\nCombine shapes and colors in an endless fusion of possibilities, which will lead you from simple and sophisticated, to a luminaire that lets your ideas fly.\r\n\r\nDesign: Wilsonic design', 'https://www.intra-lighting.com/family?family=115', 'Intra-Lighting-Biba_small.jpg', 'Intra Lighting Biba', 'Biba', 'Biba Family', '2018-04-27 00:00:00'),
(153, 'SAT002', 0, 43, 'FAVO LIGHT NET', 'FAVO LIGHT NET', 'Just like a molecular structure the FAVO light network allows completely new approaches to illumination. By switching single light spots on and off FAVO makes it possible to generate various light scenes according to individual requirements.\r\n\r\nThe visionary illumination concept with three individually controllable spots at each light node brings light to any requested place in a room. Whether intensive, dramatic, softly dimmed, tightly focused or flood light – there are no limits for creative compositions in areas with continuously changing illumination needs.\r\n\r\nLamping:\r\n\r\nThree spots per light node, equipped with lens technology and a beam angle of 18° each, arranged at a 30° angle in opposite directions. State-of-the-art LED technology with 3 x 1,7 watts and 500 lumens total luminous flux provide for homogeneous or wide-area lighting. The thermoplastic material with extremely high thermal conductivity ensures uniform cooling and an appealing look. Each spot can be separately controlled, switched and dimmed via the SATTLER Web Interface via Bluetooth and complete lighting scenarios can be created and saved individually.\r\n\r\nSize: 800 x 693 mm\r\n\r\nConcept and design:\r\n\r\nAlexander Rybol, Head of Product Design, and Jürgen Gaiser, Executive Board Interior / Product Design, of blocher partners\r\n\r\nTechnical development and realization: SATTLER', 'http://www.sattler-lighting.com/en/portfolio/favo-light-net/', 'Sattler-FAVO-LIGHT-NET_small.jpg', 'Sattler FAVO LIGHT NET', 'FAVO LIGHT NET', 'FAVO LIGHT NET', '2018-05-03 00:00:00'),
(154, 'ING002', 0, 94, 'Dancing Insects', 'Dancing Insects', 'Dancing Insects\r\nINGO MAURER 2018\r\n\r\nDancing Insects is a lighting object made of fine porcelain. A cloud of white butterflies and libellulas dances above a plate. Like fruits, some bulbs are placed on the plate. Lit from below, the butterflies cast shadows on the ceiling.\r\n\r\nLight source\r\nLED', 'https://www.ingo-maurer.com/en/products/dancing-insects', 'Ingo-Maurer-Dancing-Insects_small.jpg', 'Ingo Maurer Dancing Insects', 'Dancing Insects', 'Dancing Insects', '2018-05-08 00:00:00'),
(155, 'ING003', 0, 94, 'Broken Egg', 'Broken Egg', 'Custom-made object. The aluminium form is hammered by hand and coated with a special material made with egg shells. Further details on request.\r\nLight source\r\nHalogen or LED\r\nDimensions\r\nLenght approx. 115 cm', 'https://www.ingo-maurer.com/en/products/broken-egg', 'Ingo-Maurer-Broken-Egg_small.jpg', 'Ingo Maurer Broken Egg', 'Broken Egg', 'Broken Egg', '2018-05-08 00:00:00'),
(156, 'ING004', 0, 94, 'Galactic', 'Galactic', 'Galactic\r\nINGO MAURER AND TEAM 2018\r\n\r\nThe light shimmers through the curved cut-in outline in a thin white board, which slightly drops towards its center. Galatic primarily provides indirect light reflected from the ceiling and walls. It is particularly beautiful in areas that serve for relaxation, where one unwinds, and enjoys directing one\'s gaze upwards, as if into the infinity of a vortex. Material: glass fibre, carbon fibre, metal. .\r\n\r\nLight source\r\nLED dimmable, 2700 K\r\n\r\nDimensions\r\nLength approx. 120 cm', 'https://www.ingo-maurer.com/en/products/galactic', 'Ingo-Maurer-Galactic_small.jpg', 'Ingo Maurer Galactic', 'Galactic', 'Galactic', '2018-05-08 00:00:00'),
(157, 'ZTB003', 0, 46, 'AMPHIBIA', 'AMPHIBIA IP66 LED moisture-proof luminaires', 'Industry applications are tough places. \r\nAMPHIBIA helps customers achieve their targets and minimise\r\nrisks. Different versions fulfil the most demanding lighting tasks by combining high performance levels with strong resistance against water, dust, chemicals and extreme temperatures. \r\n\r\nThe luminaire housing and diffuser are made from the same material. This means that the product maintains full resistance during any physical expansion caused by changes in temperature.\r\n\r\nMechanical resistance\r\nA compact design and highly impact-resistant materials provide the kind of mechanical stability required for logistics, agriculture and car-park applications.\r\n\r\nTemperature resistance\r\nA consistent material concept and a specially engineered gear tray make sure that the luminaire\r\ncan withstand ambient temperatures ranging from -35 °C to + 50 °C.\r\n\r\nChemical resistance\r\nThe versatility of AMPHIBIA is based on the specific benefits of three materials. These offer maximum resistance against chemical substances such as acids, alkalis, halogens, solvents, fats and oils.\r\n\r\nAMPHIBIA stays clean. Waste water has no chance, it simply drips off without dirtying the optics, while surfaces and niches where dust could gather have been completely avoided. Not even a mounting clip interrupts the smooth surface of the entirely transparent and IP66-protected luminaire.\r\n\r\nCompact\r\nHygienic design starts with a smooth surface that leaves no place for deposits. With InvisiClick,\r\nAMPHIBIA has swapped a conventional fastening clip for a clipless version that works out of sight.\r\n\r\nSmart\r\nA long list of technical refinements enable AMPHIBIA to stay clean for longer. Injection edges with an angle of more than 15° and optics with a Drip-Edge-Effect help guide dust and water away from the fitting.\r\n\r\nEasy to clean\r\nRounded corners and smooth surfaces support quick and easy cleaning – especially as pressure washers and strong detergents can be used if required.\r\n\r\nWhen fulfilling visual tasks on point priorities can vary. Sometimes, it is ensuring the effective\r\nillumination of extensive production areas. Other times, the focus is on long corridors of high-level\r\nracking or busy traffic routes. AMPHIBIA hits the mark from every height – with good uniformity\r\nand maximum efficiency.\r\n\r\nFrom narrow to wide or asymmetrical: AMPHIBIA offers distributions for the most diverse lighting tasks – with high visual comfort every time.\r\n\r\nWhether a ceiling or a wall, horizontal or vertical – whatever you need, AMPHIBIA promises the highest installation flexibility on the market. This moisture-proof luminaire can be safely positioned and neatly installed in just a few simple steps – in even less via a BESA box.\r\n\r\nAs a truly versatile lighting tool, AMPHIBIA complies with all the norms and standards associated with a modern lighting solution. For example, it adheres with the newly introduced specifications for parking garages by achieving the required cylindrical illuminance levels for parking areas.', 'http://www.zumtobel.com/com-en/products/amphibia.html', 'Zumtobel-AMPHIBIA_small.jpg', 'Zumtobel AMPHIBIA', 'AMPHIBIA', 'AMPHIBIA IP66 LED moisture-proof luminaires', '2018-05-08 00:00:00');
INSERT INTO `product_news` (`prod_news_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(158, 'NIM002', 0, 93, 'Q ONE, Q FOUR and Q FOUR TT', 'Q ONE, Q FOUR and Q FOUR TT', 'Excellent light quality, a precise lighting effect and a light source that is practically invisible: the new Q ONE, Q FOUR and Q FOUR TT extend the lighting designer\'s toolkit and break new ground applying directed light.\r\n\r\nThe geometric and clear-cut basic shape of the proven Nimbus Modul Q family continues to constitute a characteristic design feature. In this new Generation Q ceiling luminaires, special focus has been placed on optimised glare suppression and a precise, focused lighting effect. The light sources in the modules completely step into the background, the light shines \"from behind the scenes\".\r\n\r\nThe design – in the minimalistic Nimbus look & feel\r\n\r\nThe classical Modul Q which is still available in the Nimbus portfolio is characterised by its significant conical indentations, developed by Nimbus for the purpose of glare suppression. The new Q ONE and Q FOUR display the same form and outer dimensions but differ in their elegant underside appearance with gentle, flowing forms and surfaces which contribute to the optimised and harmonious glare suppression.\r\n\r\nAlso a novelty: the Q MODULAR surface-mounted housing. Nimbus has designed a surface-mounted housing which can be used for the Cubic and the Modul Q 36 and perfectly blends in with the surrounding interior. The finish is kept in timelessly elegant black or white.', 'https://nimbus-lighting.com/en/products/features/light-building-2018#1', 'Nimbus-Group-Q-One_small.jpg', 'Nimbus Group Q ONE', 'Q ONE, Q FOUR and Q FOUR TT', 'Q ONE, Q FOUR and Q FOUR TT', '2018-05-08 00:00:00'),
(159, 'NIM003', 0, 93, 'Gravity CL', 'Gravity CL', 'CABLELESS LIGHT\r\nHovering in space: Gravity CL – light without installation effort!\r\n\r\nThe cableless, battery-powered Gravity CL was presented as a vision for the future – now the puristic suspended luminaire has reached full maturity and has become the fourth cableless luminaire in the Nimbus Group portfolio. The Gravity CL provides an extremely flexible and unconventional lighting solution, e.g. for people in rented apartments who are looking for high-quality lighting and often change around the interior or move frequently. The Gravity CL will also appeal to those who shy away from a complex subsequent installation but still want optimal lighting. The Gravity CL solves a specific problem: it enables the illumination of dining tables, work surfaces or counters without depending on specific power outlets.\r\n\r\nCharacteristic design idiom\r\n\r\nThe most noticeable element is the fold along the light surface, a characteristic design feature with an elemental function: it enables two-sided light emission through a diffuser made of high-quality acrylic glass. Gravity can be rotated horizontally through 360 degrees and tilted vertically a short way by means of a barely perceptible joint – to achieve the most pleasant lighting effect.\r\n\r\nThe Gravity CL is a suspended luminaire and is mounted to the ceiling by a special suspension bracket, from which it can be easily removed – for example to dock it onto the especially developed Dual Charger, which can hold up to two models at a time.', 'https://nimbus-lighting.com/en/products/features/light-building-2018#1', 'Nimbus-Group-Gravity-CL_small.jpg', 'Nimbus Group Gravity CL', 'Gravity CL', 'Gravity CL', '2018-05-08 00:00:00'),
(160, 'TTTU', 1, 0, 'some Title', 'subtitle', 'description', 'url', 'thumbnail', 'asd', 'title', 'desrct test', '2018-07-19 00:00:00'),
(161, 'ZERO', 1, 0, 'title(updated)', 'asdsdfgsdf(updated)', 'sdfgdfg(updated)', 'www.gag-updated.com', 'asd(updated)', 'asd(updated)', 'asd(updated)', 'asd(updated)', '2018-07-24 12:35:53');

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

--
-- Table structure for table `product_news_cats`
--

CREATE TABLE `product_news_cats` (
  `node_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `name` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `product_news_cats`:
--

--
-- Dumping data for table `product_news_cats`
--

INSERT INTO `product_news_cats` (`node_id`, `parent_id`, `name`, `lft`, `rgt`) VALUES
(1, 0, 'Classification', 1, 214),
(2, 1, 'Market', 2, 33),
(3, 1, 'Type', 34, 55),
(4, 1, 'Technology', 56, 65),
(5, 1, 'Manufacturer', 66, 193),
(6, 1, 'Year', 194, 213),
(7, 2, 'Europe', 3, 4),
(8, 2, 'Asia', 5, 6),
(9, 2, 'Australia', 7, 8),
(10, 2, 'USA', 9, 10),
(11, 2, 'North America', 11, 12),
(12, 3, 'Lamps', 35, 36),
(13, 3, 'Optics', 37, 38),
(14, 3, 'Boards & Chips', 39, 40),
(15, 3, 'LED Sources', 41, 42),
(16, 3, 'Luminaires Interior', 43, 44),
(17, 3, 'Controls', 45, 46),
(18, 3, 'Drivers', 47, 48),
(19, 4, 'OLED', 57, 58),
(20, 4, 'LED', 59, 60),
(21, 5, 'HALLA', 67, 68),
(22, 5, 'mLight', 69, 70),
(23, 6, '2010', 195, 196),
(24, 6, '2011', 197, 198),
(25, 6, '2012', 199, 200),
(26, 6, '2013', 201, 202),
(27, 6, '2014', 203, 204),
(28, 6, '2015', 205, 206),
(29, 2, 'South America', 13, 14),
(30, 2, 'International', 15, 16),
(31, 5, 'LUMILEDS', 71, 72),
(32, 5, 'SORAA', 73, 74),
(33, 5, 'Artemide', 75, 76),
(34, 6, '2016', 207, 208),
(35, 5, 'LG', 77, 78),
(36, 5, 'Eaton Cooper Lighting', 79, 80),
(37, 5, 'Lutron', 81, 82),
(38, 4, 'Wireless', 61, 62),
(39, 3, 'Software', 49, 50),
(40, 3, 'Controls & Software', 51, 52),
(41, 3, 'Luminaires Exterior', 53, 54),
(42, 4, 'LED RGB', 63, 64),
(43, 5, 'Sattler', 83, 84),
(44, 5, 'Feilo Sylvania', 85, 86),
(45, 5, 'Flexworx', 87, 88),
(46, 5, 'Zumtobel', 89, 90),
(47, 5, 'Arkoslight', 91, 92),
(48, 5, 'OSRAM', 93, 94),
(49, 5, 'Exenia', 95, 96),
(50, 5, 'Trilux', 97, 98),
(51, 5, '3F Fillipi', 99, 100),
(52, 5, 'Esse-ci', 101, 102),
(53, 5, 'Neonny', 103, 104),
(54, 5, 'CINI&NILS', 105, 106),
(55, 5, 'Modular', 107, 108),
(56, 5, 'Simes', 109, 110),
(57, 6, '2017', 209, 210),
(58, 6, '2018', 211, 212),
(59, 5, 'NORLIGHT', 111, 112),
(60, 5, 'Castaldi Lighting', 113, 114),
(61, 5, 'Designheure S.A.S.', 115, 116),
(63, 5, 'ALDABRA', 117, 118),
(64, 5, 'Bega', 119, 120),
(65, 5, 'Element Lighting (by Tech Lighti', 121, 122),
(66, 5, 'Tech Lighting', 123, 124),
(67, 5, 'Sistemalux', 125, 126),
(68, 5, 'iGuzzini', 127, 128),
(69, 5, 'ERCO', 129, 130),
(70, 5, 'TAL', 131, 132),
(71, 5, 'Luce & Light', 133, 134),
(72, 5, 'We-ef Lighting', 135, 136),
(73, 5, 'Louis Poulsen', 137, 138),
(75, 5, 'Flos', 139, 140),
(76, 5, 'designLed', 141, 142),
(77, 5, 'ROXO Lighting', 143, 144),
(78, 5, 'Litecontrol', 145, 146),
(80, 5, 'Foscarini', 147, 148),
(81, 5, 'Axolight', 149, 150),
(82, 5, 'Viabizzuno', 151, 152),
(83, 5, 'Davide Groppi', 153, 154),
(84, 5, 'Selux', 155, 156),
(85, 5, 'XAL', 157, 158),
(86, 5, 'Buzzi Space', 159, 160),
(87, 5, 'Delta Light', 161, 162),
(88, 5, 'Occhio', 163, 164),
(89, 5, 'Karman', 165, 166),
(90, 5, 'SLAMP', 167, 168),
(91, 5, 'Vibia', 169, 170),
(92, 5, 'Kreon', 171, 172),
(93, 5, 'Nimbus Group', 173, 174),
(94, 5, 'Ingo Maurer', 175, 176),
(95, 5, 'Gloster', 177, 178),
(96, 5, 'Linea Light', 179, 180),
(97, 5, 'Next', 181, 182),
(98, 5, 'Dexter', 183, 184),
(99, 5, 'Shade', 185, 186),
(100, 5, 'FontanaArte', 187, 188),
(103, 5, 'Moooi', 189, 190),
(104, 5, 'Intra Lighting', 191, 192),
(105, 2, 'Moon', 17, 18),
(106, 2, 'Jupite', 19, 20),
(107, 2, 'Saturn', 21, 22),
(108, 2, 'Mars', 23, 24),
(109, 2, 'Uranus', 25, 26),
(110, 2, 'Neptune', 27, 28),
(111, 2, 'Pluton', 29, 30),
(112, 2, 'Venera', 31, 32);

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

--
-- Table structure for table `product_news_images`
--

CREATE TABLE `product_news_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `prod_news_id` int(10) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL,
  `img_subtitle` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `product_news_images`:
--   `prod_news_id`
--       `product_news` -> `prod_news_id`
--

--
-- Dumping data for table `product_news_images`
--

INSERT INTO `product_news_images` (`image_id`, `prod_news_id`, `img_src`, `alt_name`, `img_subtitle`) VALUES
(127, 1, 'HLA001_DRAMI_01.jpg', 'DRAMI', 'DRAMI'),
(128, 2, 'HLA002_OVILI_01.jpg', 'OVILI', 'OVILI'),
(129, 3, 'MLI001_Swerve_01.jpg', 'Swerve', 'Swerve'),
(130, 3, 'MLI001_Swerve_02.jpg', 'Swerve', 'Swerve'),
(132, 6, 'SOR005_SORAA_AR111.jpg', 'SORAA - AR111', 'SORAA - AR111'),
(133, 7, 'lgoled_sky.jpg', 'LG OLED SKY', 'LG OLED SKY'),
(134, 8, 'LG_Transparent_Connections_Pendant.jpg', 'LG_Transparent_Connections_Pendant.jpg', 'LG_Transparent_Connections_Pendant.jpg'),
(135, 9, 'Arbor_Post_Top.jpg', 'Arbor Post Top', ''),
(136, 9, 'Arbor_Post_Top_Twin.jpg', 'Arbor Post Top Twin', ''),
(137, 10, 'VIVE_Wireless.jpg', 'VIVE Wireless', ''),
(138, 10, 'VIVE_Wireless_Solution.jpg', '', ''),
(139, 11, 'Sattler_Avveni.JPG', 'Sattler Avveni', 'Sattler Avveni'),
(140, 12, 'Feilo_Sylvania_SylCone.jpg', 'Feilo Sylvania SylCone', ''),
(141, 13, 'fluxwerx_fold.jpg', 'Fluxwerx Fold', 'Fluxwerx Fold'),
(142, 25, 'halla_bent.jpg', 'BENT', 'BENT'),
(145, 20, 'Zumfobel_ONDARIA.jpg', 'ONDARIA LED', 'ONDARIA LED'),
(146, 16, 'Arkoslight_Flap.jpg', 'Arkoslight Flap', 'Arkoslight Flap'),
(150, 21, 'Esse-ci_ISIP_LED.jpg', 'ISIP LED', 'ISIP LED'),
(151, 23, 'neonny_moving_sky.jpg', 'Moving Sky', 'Moving Sky'),
(152, 24, 'neonny_stretch_ceiling.jpg', 'Stretch Ceiling - Triangle', 'Stretch Ceiling - Triangle'),
(154, 27, 'CINIeNILS_passepartout.jpg', 'Passepartout', 'Passepartout'),
(155, 28, 'CINIeNILS-_ormala2.jpg', 'FormaLa', 'FormaLa'),
(156, 29, 'CINIeNILS_tensoled.jpg', 'Tensoled', 'Tensoled'),
(157, 30, 'CINIeNILS-_assolo.jpg', 'Assolo', 'Assolo'),
(158, 31, 'modular_SURF_SPOCK.jpg', 'Spock', 'Spock'),
(159, 18, 'exenia_sistemi_snake.jpg', 'Exenia Systems SNAKE', 'Exenia Systems SNAKE'),
(240, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_01.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(241, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_02.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(242, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_03.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(243, 49, 'Bega-Plug-and-Play-LED-garden-luminaires_04.jpg', 'Bega Plug & Play LED garden luminaires', 'Bega Plug & Play LED garden luminaires'),
(249, 41, 'Modular-FLAT-MOON-ECLIPS_01.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(250, 41, 'Modular-FLAT-MOON-ECLIPS_02.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(251, 41, 'Modular-FLAT-MOON-ECLIPS_03.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(252, 41, 'Modular-FLAT-MOON-ECLIPS_04.jpg', 'Modular Flat moon eclips', 'Modular Flat moon eclips'),
(253, 42, 'NORLIGHT-MISS_01.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(254, 42, 'NORLIGHT-MISS_02.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(255, 42, 'NORLIGHT-MISS_03.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(256, 42, 'NORLIGHT-MISS_04.jpg', 'NORLIGHT MISS SUSPENSION', 'NORLIGHT MISS SUSPENSION'),
(294, 36, 'Modular-Rector-Surface-1L-2L_01.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(295, 36, 'Modular-Rector-Surface-1L-2L_02.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(296, 36, 'Modular-Rector-Surface-1L-2L_03.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(297, 36, 'Modular-Rector-Surface-1L-2L_04.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(298, 36, 'Modular-Rector-Surface-1L-2L_05.jpg', 'Modular Rector Surface 1L/2L', 'Modular Rector Surface 1L/2L'),
(299, 37, 'Modular-Wollet-OLED-GI_01.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(300, 37, 'Modular-Wollet-OLED-GI_02.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(301, 37, 'Modular-Wollet-OLED-GI_03.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(302, 37, 'Modular-Wollet-OLED-GI_04.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(303, 37, 'Modular-Wollet-OLED-GI_05.jpg', 'Modular Wollet OLED GI', 'Modular Wollet OLED GI'),
(304, 38, 'Modular-BOLD_01.jpg', 'Modular BOLD', 'Modular BOLD'),
(305, 38, 'Modular-BOLD_02.jpg', 'Modular BOLD', 'Modular BOLD'),
(306, 38, 'Modular-BOLD_03.jpg', 'Modular BOLD', 'Modular BOLD'),
(307, 40, 'Modular-VAEDER_01.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(308, 40, 'Modular-VAEDER_02.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(309, 40, 'Modular-VAEDER_03.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(310, 40, 'Modular-VAEDER_04.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(311, 40, 'Modular-VAEDER_05.jpg', 'Modular Vaeder LED', 'Modular Vaeder LED'),
(312, 32, 'Simes-MINISTAGE-TONDO-SPOT_01.jpg', 'MINISTAGE TONDO SPOT', 'MINISTAGE TONDO SPOT'),
(313, 33, 'Simes-STAGE-ROUND-SPOT_01.jpg', 'STAGE ROUND SPOT', 'STAGE ROUND SPOT'),
(314, 34, 'Simes-STAGE-ROUND-ARM_01.jpg', 'STAGE ROUND ARM', 'STAGE ROUND ARM'),
(315, 46, 'ALDABRA-Shanghai_01.jpg', 'ALDABRA Shanghai ', 'ALDABRA Shanghai '),
(316, 47, 'Bega-Limburg-LED-pendant_01.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(317, 47, 'Bega-Limburg-LED-pendant_02.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(318, 47, 'Bega-Limburg-LED-pendant_03.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(319, 47, 'Bega-Limburg-LED-pendant_04.jpg', 'Bega Limburg LED pendant for large rooms', 'Bega Limburg LED pendant for large rooms'),
(320, 48, 'Bega-Plug-and-Play-LED-garden-floodlights_01.jpg', 'Bega Plug & Play LED garden floodlights', 'Bega Plug & Play LED garden floodlights'),
(321, 48, 'Bega-Plug-and-Play-LED-garden-floodlights_02.jpg', 'Bega Plug & Play LED garden floodlights', 'Bega Plug & Play LED garden floodlights'),
(322, 43, 'Castaldi-Lighting-FREEDOM-SLED_01.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(323, 43, 'Castaldi-Lighting-FREEDOM-SLED_02.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(324, 43, 'Castaldi-Lighting-FREEDOM-SLED_03.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(325, 43, 'Castaldi-Lighting-FREEDOM-SLED_04.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(326, 43, 'Castaldi-Lighting-FREEDOM-SLED_05.jpg', 'Castaldi Lighting Freedom SLED', 'Castaldi Lighting Freedom SLED'),
(327, 44, 'Designheure-Chandelier-18-fleur-de-kaolin_01.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin'),
(328, 44, 'Designheure-Chandelier-18-fleur-de-kaolin_02.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin'),
(329, 44, 'Designheure-Chandelier-18-fleur-de-kaolin_03.jpg', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin', 'Designheure S.A.S. Chandelier 18 Fleur de Kaolin'),
(330, 45, 'Designheure-Chandelier-Trio-Mozaik_01.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(331, 45, 'Designheure-Chandelier-Trio-Mozaik_02.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(332, 45, 'Designheure-Chandelier-Trio-Mozaik_03.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(333, 45, 'Designheure-Chandelier-Trio-Mozaik_04.jpg', 'Designheure S.A.S. Chandelier Trio Mozaik', 'Designheure S.A.S. Chandelier Trio Mozaik'),
(334, 39, 'Modular-SULFER-TREDIM-GI_01.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(335, 39, 'Modular-SULFER-TREDIM-GI_02.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(336, 39, 'Modular-SULFER-TREDIM-GI_03.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(337, 39, 'Modular-SULFER-IP54_04.jpg', 'Sulfer IP54 GI', 'Sulfer IP54 GI'),
(338, 39, 'Modular-SULFER-TREDIM-GI_05.jpg', 'Modular SULFER TREDIM G1', 'Modular SULFER TREDIM G1'),
(339, 50, 'Element-Build-Your-Own-Multiples_01.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Element Lighting. Build-Your-Own Multiples'),
(340, 50, 'Element-Build-Your-Own-Multiples_02.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Element Lighting. Build-Your-Own Multiples'),
(341, 50, 'Element-Build-Your-Own-Multiples_03.jpg', 'Element Lighting. Build-Your-Own Multiples', 'Element Lighting. Build-Your-Own Multiples'),
(342, 51, 'Element-Multiples-Open_01.jpg', 'Element Lighting. Multiples Open', 'Element Lighting. Multiples Open'),
(343, 51, 'Element-Multiples-Open_02.jpg', 'Element Lighting. Multiples Open', 'Element Lighting. Multiples Open'),
(344, 52, 'Element-Multiples-Trimmed_01.jpg', 'Element Lighting. Multiples Trimmed', 'Element Lighting. Multiples Trimmed'),
(345, 52, 'Element-Multiples-Trimmed_02.jpg', 'Element Lighting. Multiples Trimmed', 'Element Lighting. Multiples Trimmed'),
(346, 52, 'Element-Multiples-Trimmed_03.jpg', 'Element Lighting. Multiples Trimmed', 'Element Lighting. Multiples Trimmed'),
(347, 53, 'Tech-Lighting-Ace-Head_01.jpg', 'Tech Lighting ACE HEAD', 'Tech Lighting ACE HEAD'),
(348, 53, 'Tech-Lighting-Ace-Head_02.jpg', 'Tech Lighting ACE HEAD', 'Tech Lighting ACE HEAD'),
(349, 53, 'Tech-Lighting-Ace-Head_03.jpg', 'Tech Lighting ACE HEAD', 'Tech Lighting ACE HEAD'),
(350, 55, 'Tech-Lighting-KAMDEN-1-LIGHT-WALL-BATH_01.jpg', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH'),
(351, 55, 'Tech-Lighting-KAMDEN-1-LIGHT-WALL-BATH_02.jpg', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH', 'Tech Lighting KAMDEN 1-LIGHT WALL/BATH'),
(352, 56, 'Tech-Lighting-AEON-LARGE-CEILING_01.jpg', 'Tech Lighting. AEON LARGE CEILING', 'Tech Lighting. AEON LARGE CEILING'),
(353, 56, 'Tech-Lighting-AEON-LARGE-CEILING_02.jpg', 'Tech Lighting. AEON LARGE CEILING', 'Tech Lighting. AEON LARGE CEILING'),
(354, 57, 'Sistemalux-LOOK-Wood_01.jpg', 'Sistemalux. LOOK Wood', 'Sistemalux. LOOK Wood'),
(355, 57, 'Sistemalux-LOOK-Wood_02.jpg', 'Sistemalux. LOOK Wood', 'Sistemalux. LOOK Wood'),
(356, 58, 'Sistemalux-SKILL-Wood_01.jpg', 'Sistemalux. SKILL Wood', 'Sistemalux. SKILL Wood'),
(357, 58, 'Sistemalux-SKILL-Wood_02.jpg', 'Sistemalux. SKILL Wood', 'Sistemalux. SKILL Wood'),
(358, 58, 'Sistemalux-SKILL-Wood_03.jpg', 'Sistemalux. SKILL Wood', 'Sistemalux. SKILL Wood'),
(359, 59, 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_01.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'iGuzzini Laser Blade XS High Contrast pendant'),
(360, 59, 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_02.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'iGuzzini Laser Blade XS High Contrast pendant'),
(361, 59, 'iGuzzini-Laser-Blade-XS-High-Contrast-pendant_03.jpg', 'iGuzzini Laser Blade XS High Contrast pendant', 'iGuzzini Laser Blade XS High Contrast pendant'),
(362, 60, 'iGuzzini-Twilight-Canberra_01.jpg', 'iGuzzini Twilight Canberra', 'iGuzzini Twilight Canberra'),
(363, 61, 'iGuzzini-Twilight-Bilbao_01.jpg', 'iGuzzini Twilight Bilbao', 'iGuzzini Twilight Bilbao'),
(364, 62, 'ERCO-Compar_01.jpg', 'ERCO. Compar Pendant', 'ERCO. Compar Pendant'),
(365, 62, 'ERCO-Compar_02.jpg', 'ERCO. Compar Pendant', 'ERCO. Compar Pendant'),
(366, 62, 'ERCO-Compar_03.jpg', 'ERCO. Compar Pendant', 'ERCO. Compar Pendant'),
(367, 63, 'ERCO-Stella_01.jpg', 'ERCO Stella', 'ERCO Stella'),
(368, 63, 'ERCO-Stella_02.jpg', 'ERCO Stella', 'ERCO Stella'),
(369, 63, 'ERCO-Stella_03.jpg', 'ERCO Stella', 'ERCO Stella'),
(370, 64, 'ERCO-Optec_01.jpg', 'ERCO Optec', 'ERCO Optec'),
(371, 64, 'ERCO-Optec_02.jpg', 'ERCO Optec', 'ERCO Optec'),
(372, 64, 'ERCO-Optec_03.jpg', 'ERCO Optec', 'ERCO Optec'),
(378, 67, 'TAL-SNAKE-FLOOR_01.jpg', 'TAL SNAKE FLOOR', 'TAL SNAKE FLOOR'),
(379, 67, 'TAL-SNAKE-FLOOR_02.jpg', 'TAL SNAKE FLOOR', 'TAL SNAKE FLOOR'),
(380, 67, 'TAL-SNAKE-FLOOR_03.jpg', 'TAL SNAKE FLOOR', 'TAL SNAKE FLOOR'),
(381, 66, 'TAL-WINSTON-CI_01.jpg', 'TAL WINSTON CI', 'TAL WINSTON CI'),
(382, 66, 'TAL-WINSTON-CI_02.jpg', 'TAL WINSTON CI', 'TAL WINSTON CI'),
(383, 66, 'TAL-WINSTON-CI_03.jpg', 'TAL WINSTON CI', 'TAL WINSTON CI'),
(384, 68, 'TAL-GIRDER-TWIN-700_01.jpg', 'TAL GIRDER TWIN 700', 'TAL GIRDER TWIN 700'),
(385, 69, 'TAL-MINI-SCOOP_01.jpg', 'TAL MINI SCOOP', 'TAL MINI SCOOP'),
(386, 69, 'TAL-MINI-SCOOP_02.jpg', 'TAL MINI SCOOP', 'TAL MINI SCOOP'),
(387, 70, 'L&L-Palladiano_01.jpg', 'L&L. Palladiano. The lighting all-rounder', 'L&L. Palladiano. The lighting all-rounder'),
(388, 70, 'L&L-Palladiano_02.jpg', 'L&L. Palladiano. The lighting all-rounder', 'L&L. Palladiano. The lighting all-rounder'),
(389, 70, 'L&L-Palladiano_03.jpg', 'L&L. Palladiano. The lighting all-rounder', 'L&L. Palladiano. The lighting all-rounder'),
(390, 71, 'L&L-Pasito-1-0_01.jpg', 'L&L. Pasito 1.0. Outdoor step light', 'L&L. Pasito 1.0. Outdoor step light'),
(391, 71, 'L&L-Pasito-1-0_02.jpg', 'L&L. Pasito 1.0. Outdoor step light', 'L&L. Pasito 1.0. Outdoor step light'),
(392, 72, 'L&L-Lyss-Mini-1-0_01.jpg', 'L&L. Lyss Mini 1.0. Outdoor projectors', 'L&L. Lyss Mini 1.0. Outdoor projectors'),
(393, 72, 'L&L-Lyss-Mini-1-0_02.jpg', 'L&L. Lyss Mini 1.0. Outdoor projectors', 'L&L. Lyss Mini 1.0. Outdoor projectors'),
(395, 74, 'Bega-Limburg-STUDIO-LINE-square_01.jpg', 'Bega Limburg STUDIO LINE Square', 'Bega Limburg STUDIO LINE Square'),
(396, 73, 'Bega-Limburg-STUDIO-LINE-pendant_01.jpg', 'Bega Limburg STUDIO LINE', 'Bega Limburg STUDIO LINE'),
(397, 75, 'We-ef-RMM-320_01.jpg', 'We-ef Lighting RMM320', 'We-ef Lighting RMM320'),
(398, 76, 'We-ef-FLC230-CC-LED_01.jpg', 'We-ef Lighting FLC230-CC LED [FP]', 'We-ef Lighting FLC230-CC LED [FP]'),
(399, 77, 'Louis-Poulsen-RIPLS_01.jpg', 'Louis Poulsen RIPLS', 'Louis Poulsen RIPLS'),
(400, 77, 'Louis-Poulsen-RIPLS_02.jpg', 'Louis Poulsen RIPLS', 'Louis Poulsen RIPLS'),
(401, 78, 'Flos-Infra-Structure_01.jpg', 'Flos Infra-Structure', 'Flos Infra-Structure'),
(402, 78, 'Flos-Infra-Structure_02.jpg', 'Flos Infra-Structure', 'Flos Infra-Structure'),
(403, 78, 'Flos-Infra-Structure_03.jpg', 'Flos Infra-Structure', 'Flos Infra-Structure'),
(404, 79, 'designLed-Edinburgh_01.jpg', 'designLed Edinburgh', 'designLed Edinburgh'),
(405, 79, 'designLed-Edinburgh_02.jpg', 'designLed Edinburgh', 'designLed Edinburgh'),
(409, 81, 'ROXO-Lighting-NOAH_01.jpg', 'ROXO Lighting NOAH ARCHITECTURAL', 'ROXO Lighting NOAH ARCHITECTURAL'),
(410, 81, 'ROXO-Lighting-NOAH_02.jpg', 'ROXO Lighting NOAH ARCHITECTURAL', 'ROXO Lighting NOAH ARCHITECTURAL'),
(411, 82, 'ROXO-Lighting-6th-ELEMENT_01.jpg', 'ROXO Lighting 6th ELEMENT', 'ROXO Lighting 6th ELEMENT'),
(412, 82, 'ROXO-Lighting-6th-ELEMENT_02.jpg', 'ROXO Lighting 6th ELEMENT', 'ROXO Lighting 6th ELEMENT'),
(413, 82, 'ROXO-Lighting-6th-ELEMENT_03.jpg', 'ROXO Lighting 6th ELEMENT', 'ROXO Lighting 6th ELEMENT'),
(414, 83, 'ROXO-Lighting-Oreo_01.jpg', 'ROXO Lighting Oreo', 'ROXO Lighting Oreo'),
(415, 84, 'Litecontrol-Inde-Pendant_01.jpg', 'Litecontrol Inde-Pendant 32 LED Cylinder & Ring Pendant', 'Litecontrol Inde-Pendant 32 LED Cylinder & Ring Pendant'),
(416, 86, 'Arkoslight-Six-spotlight_01.jpg', 'Arkoslight Six spotlight', 'Arkoslight Six spotlight'),
(417, 86, 'Arkoslight-Six-spotlight_02.jpg', 'Arkoslight Six spotlight', 'Arkoslight Six spotlight'),
(418, 86, 'Arkoslight-Six-spotlight_03.jpg', 'Arkoslight Six spotlight', 'Arkoslight Six spotlight'),
(419, 87, 'Foscarini-Aplomb-large_01.jpg', 'Foscarini Aplomb large', 'Foscarini Aplomb large'),
(420, 87, 'Foscarini-Aplomb-large_02.jpg', 'Foscarini Aplomb large', 'Foscarini Aplomb large'),
(421, 87, 'Foscarini-Aplomb-large_03.jpg', 'Foscarini Aplomb large', 'Foscarini Aplomb large'),
(422, 88, 'Axolight-LIK_01.jpg', 'Axolight LIK', 'Axolight LIK'),
(423, 88, 'Axolight-LIK_02.jpg', 'Axolight LIK', 'Axolight LIK'),
(424, 88, 'Axolight-LIK_03.jpg', 'Axolight LIK', 'Axolight LIK'),
(425, 89, 'Axolight-ALYSOID_01.jpg', 'Axolight ALYSOID', 'Axolight ALYSOID'),
(426, 89, 'Axolight-ALYSOID_02.jpg', 'Axolight ALYSOID', 'Axolight ALYSOID'),
(427, 89, 'Axolight-ALYSOID_03.jpg', 'Axolight ALYSOID', 'Axolight ALYSOID'),
(428, 90, 'Davide-Groppi-MERIDIANA_01.jpg', 'Davide Groppi MERIDIANA', 'Davide Groppi MERIDIANA'),
(429, 91, 'Davide-Groppi-ENDLESS_01.jpg', 'Davide Groppi ENDLESS', 'Davide Groppi ENDLESS'),
(430, 92, 'Davide-Groppi-CLIP_01.jpg', 'Davide Groppi CLIP', 'Davide Groppi CLIP'),
(431, 92, 'Davide-Groppi-CLIP_02.jpg', 'Davide Groppi CLIP', 'Davide Groppi CLIP'),
(432, 93, 'Selux-Fluid_01.jpg', 'Selux Fluid', 'Selux Fluid'),
(433, 93, 'Selux-Fluid_02.jpg', 'Selux Fluid', 'Selux Fluid'),
(434, 94, 'XAL-UNICO_01.jpg', 'XAL UNICO', 'XAL UNICO'),
(435, 94, 'XAL-UNICO_02.jpg', 'XAL UNICO', 'XAL UNICO'),
(436, 95, 'XAL-PIVOT_01.jpg', 'XAL PIVOT', 'XAL PIVOT'),
(437, 95, 'XAL-PIVOT_02.jpg', 'XAL PIVOT', 'XAL PIVOT'),
(438, 96, 'XAL-STREAK_01.jpg', 'XAL STREAK ', 'XAL STREAK '),
(439, 96, 'XAL-STREAK_02.jpg', 'XAL STREAK ', 'XAL STREAK '),
(440, 97, 'XAL-PACO_01.jpg', 'XAL PACO', 'XAL PACO'),
(441, 97, 'XAL-PACO_02.jpg', 'XAL PACO', 'XAL PACO'),
(442, 98, 'Selux-LIF_01.jpg', 'Selux LIF', 'Selux LIF'),
(443, 98, 'Selux-LIF_02.jpg', 'Selux LIF', 'Selux LIF'),
(444, 98, 'Selux-LIF_03.jpg', 'Selux LIF', 'Selux LIF'),
(447, 99, 'Buzzi-Space-Zepp-LED-Line_01.jpg', 'Buzzi Space BuzziZepp LED Line', 'Buzzi Space BuzziZepp LED Line'),
(448, 99, 'Buzzi-Space-Zepp-LED-Line_02.jpg', 'Buzzi Space BuzziZepp LED Line', 'Buzzi Space BuzziZepp LED Line'),
(449, 100, 'XAL-MUSE_01.jpg', 'XAL MUSE', 'XAL MUSE'),
(450, 100, 'XAL-MUSE_02.jpg', 'XAL MUSE', 'XAL MUSE'),
(451, 100, 'XAL-MUSE_03.jpg', 'XAL MUSE', 'XAL MUSE'),
(452, 101, 'XAL-TRUMPET_01.jpg', 'XAL TRUMPET', 'XAL TRUMPET'),
(453, 101, 'XAL-TRUMPET_02.jpg', 'XAL TRUMPET', 'XAL TRUMPET'),
(454, 101, 'XAL-TRUMPET_03.jpg', 'XAL TRUMPET', 'XAL TRUMPET'),
(455, 102, 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_01.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930'),
(456, 102, 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_02.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930'),
(457, 102, 'Delta-Light-ONE-AND-ONLY-P12-DOWN-UP-930_03.jpg', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930', 'Delta Light ONE-AND-ONLY P12 DOWN-UP 930'),
(458, 103, 'Delta-Light-POLESANO_01.jpg', 'Delta Light POLESANO', 'Delta Light POLESANO'),
(459, 103, 'Delta-Light-POLESANO_02.jpg', 'Delta Light POLESANO', 'Delta Light POLESANO'),
(460, 103, 'Delta-Light-POLESANO_03.jpg', 'Delta Light POLESANO', 'Delta Light POLESANO'),
(461, 104, 'Delta-Light-XY180_01.jpg', 'Delta Light XY180', 'Delta Light XY180'),
(462, 104, 'Delta-Light-XY180_02.jpg', 'Delta Light XY180', 'Delta Light XY180'),
(463, 104, 'Delta-Light-XY180_03.jpg', 'Delta Light XY180', 'Delta Light XY180'),
(464, 105, 'Delta-Light-SUPERLOOP_01.jpg', 'Delta Light SUPERLOOP', 'Delta Light SUPERLOOP'),
(465, 105, 'Delta-Light-SUPERLOOP_02.jpg', 'Delta Light SUPERLOOP', 'Delta Light SUPERLOOP'),
(466, 105, 'Delta-Light-SUPERLOOP_03.jpg', 'Delta Light SUPERLOOP', 'Delta Light SUPERLOOP'),
(467, 106, 'Occhio-Mito_01.jpg', 'Occhio Mito', 'Occhio Mito'),
(468, 106, 'Occhio-Mito_02.jpg', 'Occhio Mito', 'Occhio Mito'),
(469, 106, 'Occhio-Mito_03.jpg', 'Occhio Mito', 'Occhio Mito'),
(474, 107, 'KARMAN-BAG_01.jpg', 'KARMAN BAG', 'KARMAN BAG'),
(475, 107, 'KARMAN-BAG_02.jpg', 'KARMAN BAG', 'KARMAN BAG'),
(476, 107, 'KARMAN-BAG_03.jpg', 'KARMAN BAG', 'KARMAN BAG'),
(477, 108, 'KARMAN-DON\'T-TOUCH_01.jpg', 'KARMAN DON’T TOUCH', 'KARMAN DON’T TOUCH'),
(478, 108, 'KARMAN-DON\'T-TOUCH_02.jpg', 'KARMAN DON’T TOUCH', 'KARMAN DON’T TOUCH'),
(479, 108, 'KARMAN-DON\'T-TOUCH_03.jpg', 'KARMAN DON’T TOUCH', 'KARMAN DON’T TOUCH'),
(480, 109, 'KARMAN-UGO-RILLA_01.jpg', 'KARMAN UGO RILLA', 'KARMAN UGO RILLA'),
(481, 109, 'KARMAN-UGO-RILLA_02.jpg', 'KARMAN UGO RILLA', 'KARMAN UGO RILLA'),
(482, 109, 'KARMAN-UGO-RILLA_03.jpg', 'KARMAN UGO RILLA', 'KARMAN UGO RILLA'),
(483, 110, 'KARMAN-TORCIA_01.jpg', 'KARMAN TORCIA', 'KARMAN TORCIA'),
(484, 110, 'KARMAN-TORCIA_02.jpg', 'KARMAN TORCIA', 'KARMAN TORCIA'),
(485, 110, 'KARMAN-TORCIA_03.jpg', 'KARMAN TORCIA', 'KARMAN TORCIA'),
(489, 111, 'KARMAN-PERIPLO_01.jpg', 'KARMAN PERIPLO', 'KARMAN PERIPLO'),
(490, 111, 'KARMAN-PERIPLO_02.jpg', 'KARMAN PERIPLO', 'KARMAN PERIPLO'),
(491, 111, 'KARMAN-PERIPLO_03.jpg', 'KARMAN PERIPLO', 'KARMAN PERIPLO'),
(492, 112, 'Artemide-Giò-light-suspension_01.jpg', 'Artemide Giò light suspension', 'Artemide Giò light suspension'),
(493, 112, 'Artemide-Giò-light-suspension_02.jpg', 'Artemide Giò light suspension', 'Artemide Giò light suspension'),
(494, 112, 'Artemide-Giò-light-suspension_03.jpg', 'Artemide Giò light suspension', 'Artemide Giò light suspension'),
(495, 113, 'Artemide-O_01.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(496, 113, 'Artemide-O_02.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(497, 113, 'Artemide-O_03.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(498, 113, 'Artemide-O_04.jpg', 'Artemide \"O\"', 'Artemide \"O\"'),
(502, 114, 'SLAMP-DOME_01.jpg', 'SLAMP DOME', 'SLAMP DOME'),
(503, 114, 'SLAMP-DOME_02.jpg', 'SLAMP DOME', 'SLAMP DOME'),
(504, 115, 'SLAMP-OVERLAY_01.jpg', 'SLAMP OVERLAY', 'SLAMP OVERLAY'),
(505, 115, 'SLAMP-OVERLAY_02.jpg', 'SLAMP OVERLAY', 'SLAMP OVERLAY'),
(506, 115, 'SLAMP-OVERLAY_03.jpg', 'SLAMP OVERLAY', 'SLAMP OVERLAY'),
(510, 116, 'SLAMP-CLIZIA-TABLE_01.jpg', 'SLAMP CLIZIA TABLE', 'SLAMP CLIZIA TABLE'),
(511, 116, 'SLAMP-CLIZIA-TABLE_02.jpg', 'SLAMP CLIZIA TABLE', 'SLAMP CLIZIA TABLE'),
(512, 116, 'SLAMP-CLIZIA-TABLE_03.jpg', 'SLAMP CLIZIA TABLE', 'SLAMP CLIZIA TABLE'),
(513, 117, 'SLAMP-VELI-MINI-TRIO-COUTURE_01.jpg', 'SLAMP VELI MINI TRIO COUTURE', 'SLAMP VELI MINI TRIO COUTURE'),
(514, 117, 'SLAMP-VELI-MINI-TRIO-COUTURE_02.jpg', 'SLAMP VELI MINI TRIO COUTURE', 'SLAMP VELI MINI TRIO COUTURE'),
(515, 118, 'SLAMP-VELI-MINI-QUARTET-COUTURE_01.jpg', 'SLAMP VELI MINI QUARTET COUTURE', 'SLAMP VELI MINI QUARTET COUTURE'),
(516, 118, 'SLAMP-VELI-MINI-QUARTET-COUTURE_02.jpg', 'SLAMP VELI MINI QUARTET COUTURE', 'SLAMP VELI MINI QUARTET COUTURE'),
(517, 119, 'SLAMP-ARIA-GOLD_01.jpg', 'SLAMP ARIA GOLD', 'SLAMP ARIA GOLD'),
(518, 119, 'SLAMP-ARIA-GOLD_02.jpg', 'SLAMP ARIA GOLD', 'SLAMP ARIA GOLD'),
(519, 119, 'SLAMP-ARIA-GOLD_03.jpg', 'SLAMP ARIA GOLD', 'SLAMP ARIA GOLD'),
(523, 120, 'Vibia-North-floor_01.jpg', 'Vibia North floor lamp', 'Vibia North floor lamp'),
(524, 120, 'Vibia-North-floor_02.jpg', 'Vibia North floor lamp', 'Vibia North floor lamp'),
(525, 120, 'Vibia-North-floor_03.jpg', 'Vibia North floor lamp', 'Vibia North floor lamp'),
(526, 121, 'Vibia-Mayfair-floor_01.jpg', 'Vibia floor lamp', 'Vibia floor lamp'),
(527, 121, 'Vibia-Mayfair-floor_02.jpg', 'Vibia floor lamp', 'Vibia floor lamp'),
(528, 121, 'Vibia-Mayfair-floor_03.jpg', 'Vibia floor lamp', 'Vibia floor lamp'),
(529, 122, 'Artemide-Huara_01.jpg', 'Artemide Huara', 'Artemide Huara'),
(530, 122, 'Artemide-Huara_02.jpg', 'Artemide Huara', 'Artemide Huara'),
(531, 122, 'Artemide-Huara_03.jpg', 'Artemide Huara', 'Artemide Huara'),
(535, 123, 'Kreon-Side-in-Line-40_01.jpg', 'Kreon Side in-Line 40', 'Kreon Side in-Line 40'),
(536, 123, 'Kreon-Side-in-Line-40_02.JPG', 'Kreon Side in-Line 40', 'Kreon Side in-Line 40'),
(537, 123, 'Kreon-Side-in-Line-40_03.JPG', 'Kreon Side in-Line 40', 'Kreon Side in-Line 40'),
(538, 124, 'Artemide-Eggboard-Baffle_01.jpg', 'Artemide Eggboard Baffle', 'Artemide Eggboard Baffle'),
(539, 124, 'Artemide-Eggboard-Baffle_02.jpg', 'Artemide Eggboard Baffle', 'Artemide Eggboard Baffle'),
(540, 124, 'Artemide-Eggboard-Baffle_03.jpg', 'Artemide Eggboard Baffle', 'Artemide Eggboard Baffle'),
(541, 125, 'Exenia-NABOO-Medium-2000_01.jpg', 'Exenia NABOO Medium Ø 2000', 'Exenia NABOO Medium Ø 2000'),
(542, 125, 'Exenia-NABOO-Medium-2000_02.jpg', 'Exenia NABOO Medium Ø 2000', 'Exenia NABOO Medium Ø 2000'),
(543, 125, 'Exenia-NABOO-Medium-2000_03.jpg', 'Exenia NABOO Medium Ø 2000', 'Exenia NABOO Medium Ø 2000'),
(544, 126, 'Buzzi-Space-BuzziJet_01.jpg', 'Buzzi Space BuzziJet', 'Buzzi Space BuzziJet'),
(545, 126, 'Buzzi-Space-BuzziJet_02.jpg', 'Buzzi Space BuzziJet', 'Buzzi Space BuzziJet'),
(546, 126, 'Buzzi-Space-BuzziJet_03.jpg', 'Buzzi Space BuzziJet', 'Buzzi Space BuzziJet'),
(547, 127, 'KARMAN-SHERWOOD-E-ROBIN_01.jpg', 'KARMAN SHERWOOD E ROBIN', 'KARMAN SHERWOOD E ROBIN'),
(548, 127, 'KARMAN-SHERWOOD-E-ROBIN_02.jpg', 'KARMAN SHERWOOD E ROBIN', 'KARMAN SHERWOOD E ROBIN'),
(549, 127, 'KARMAN-SHERWOOD-E-ROBIN_03.jpg', 'KARMAN SHERWOOD E ROBIN', 'KARMAN SHERWOOD E ROBIN'),
(550, 128, 'Nimbus-Group-Lighting-Pad-Q-900_01.jpg', 'Nimbus Group Lighting Pad Q 900', 'Nimbus Group Lighting Pad Q 900'),
(551, 128, 'Nimbus-Group-Lighting-Pad-Q-900_02.jpg', 'Nimbus Group Lighting Pad Q 900', 'Nimbus Group Lighting Pad Q 900'),
(554, 130, 'Buzzi-Space-BuzziShade_01.jpg', 'Buzzi Space BuzziShade', 'Buzzi Space BuzziShade'),
(555, 130, 'Buzzi-Space-BuzziShade_02.jpg', 'Buzzi Space BuzziShade', 'Buzzi Space BuzziShade'),
(556, 130, 'Buzzi-Space-BuzziShade_03.jpg', 'Buzzi Space BuzziShade', 'Buzzi Space BuzziShade'),
(557, 129, 'Ingo-Maurer-Luce-Volante_01.jpg', 'Ingo Maurer Luce Volante', 'Ingo Maurer Luce Volante'),
(558, 129, 'Ingo-Maurer-Luce-Volante_02.jpg', 'Ingo Maurer Luce Volante', 'Ingo Maurer Luce Volante'),
(559, 129, 'Ingo-Maurer-Luce-Volante_03.jpg', 'Ingo Maurer Luce Volante', 'Ingo Maurer Luce Volante'),
(560, 131, 'Artemide-A-24-Circular_01.jpg', 'Artemide A.24 Circular', 'Artemide A.24 Circular'),
(561, 131, 'Artemide-A-24-Circular_02.jpg', 'Artemide A.24 Circular', 'Artemide A.24 Circular'),
(562, 131, 'Artemide-A-24-Circular_03.jpg', 'Artemide A.24 Circular', 'Artemide A.24 Circular'),
(563, 132, 'Artemide-Soft-Alphabet_01.jpg', 'Artemide Soft Alphabet', 'Artemide Soft Alphabet'),
(564, 132, 'Artemide-Soft-Alphabet_02.jpg', 'Artemide Soft Alphabet', 'Artemide Soft Alphabet'),
(565, 132, 'Artemide-Soft-Alphabet_03.jpg', 'Artemide Soft Alphabet', 'Artemide Soft Alphabet'),
(566, 133, 'Gloster-Ambient-Cocoon_01.jpg', 'Gloster Ambient Cocoon', 'Gloster Ambient Cocoon'),
(567, 133, 'Gloster-Ambient-Cocoon_02.jpg', 'Gloster Ambient Cocoon', 'Gloster Ambient Cocoon'),
(568, 133, 'Gloster-Ambient-Cocoon_03.jpg', 'Gloster Ambient Cocoon', 'Gloster Ambient Cocoon'),
(569, 134, 'Simes-Nanoled-Frame_01.jpg', 'Simes Nanoled Frame', 'Simes Nanoled Frame'),
(570, 134, 'Simes-Nanoled-Frame_02.jpg', 'Simes Nanoled Frame', 'Simes Nanoled Frame'),
(571, 134, 'Simes-Nanoled-Frame_03.jpg', 'Simes Nanoled Frame', 'Simes Nanoled Frame'),
(572, 135, 'Simes-Brick-Light-recessed_01.jpg', 'Simes Brick Light recessed', 'Simes Brick Light recessed'),
(573, 135, 'Simes-Brick-Light-recessed_02.jpg', 'Simes Brick Light recessed', 'Simes Brick Light recessed'),
(574, 135, 'Simes-Brick-Light-recessed_03.jpg', 'Simes Brick Light recessed', 'Simes Brick Light recessed'),
(575, 136, 'Artemide-Solar-Tree-2-0_01.jpg', 'Artemide Solar Tree 2.0', 'Artemide Solar Tree 2.0'),
(576, 136, 'Artemide-Solar-Tree-2-0_02.jpg', 'Artemide Solar Tree 2.0', 'Artemide Solar Tree 2.0'),
(577, 136, 'Artemide-Solar-Tree-2-0_03.jpg', 'Artemide Solar Tree 2.0', 'Artemide Solar Tree 2.0'),
(578, 137, 'Artemide-Yanzi_01.jpg', 'Artemide Yanzi', 'Artemide Yanzi'),
(579, 137, 'Artemide-Yanzi_02.jpg', 'Artemide Yanzi', 'Artemide Yanzi'),
(580, 137, 'Artemide-Yanzi_03.jpg', 'Artemide Yanzi', 'Artemide Yanzi'),
(581, 138, 'Vibia-Palma-hanging_01.jpg', 'Vibia Palma', 'Vibia Palma'),
(582, 138, 'Vibia-Palma-hanging_02.jpg', 'Vibia Palma', 'Vibia Palma'),
(583, 138, 'Vibia-Palma-hanging_03.jpg', 'Vibia Palma', 'Vibia Palma'),
(587, 139, 'Vibia-Musa-table_01.jpg', 'Vibia Musa', 'Vibia Musa'),
(588, 139, 'Vibia-Musa-table_02.jpg', 'Vibia Musa', 'Vibia Musa'),
(589, 139, 'Vibia-Musa-table_03.jpg', 'Vibia Musa', 'Vibia Musa'),
(590, 140, 'Linea-Light-Diphy-S_01.jpg', 'Linea Light Diphy_S', 'Linea Light Diphy_S'),
(591, 140, 'Linea-Light-Diphy-S_02.jpg', 'Linea Light Diphy_S', 'Linea Light Diphy_S'),
(592, 140, 'Linea-Light-Diphy-S_03.jpg', 'Linea Light Diphy_S', 'Linea Light Diphy_S'),
(593, 141, 'Vibia-Palma-table_01.jpg', 'Vibia Palma', 'Vibia Palma'),
(594, 141, 'Vibia-Palma-table_02.jpg', 'Vibia Palma', 'Vibia Palma'),
(595, 141, 'Vibia-Palma-table_03.jpg', 'Vibia Palma', 'Vibia Palma'),
(596, 142, 'Next-Cosmo-Pendel-RGB-W_01.jpg', 'Next Cosmo Pendel RGB/W', 'Next Cosmo Pendel RGB/W'),
(597, 142, 'Next-Cosmo-Pendel-RGB-W_02.jpg', 'Next Cosmo Pendel RGB/W', 'Next Cosmo Pendel RGB/W'),
(598, 142, 'Next-Cosmo-Pendel-RGB-W_03.jpg', 'Next Cosmo Pendel RGB/W', 'Next Cosmo Pendel RGB/W'),
(599, 143, 'Flos-Arrangements_01.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(600, 143, 'Flos-Arrangements_02.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(601, 143, 'Flos-Arrangements_03.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(602, 143, 'Flos-Arrangements_04.jpg', 'Flos Arrangements', 'Flos Arrangements'),
(603, 144, 'Dexter-Valencia_01.jpg', 'Dexter Valencia', 'Dexter Valencia'),
(604, 144, 'Dexter-Valencia_02.jpg', 'Dexter Valencia', 'Dexter Valencia'),
(605, 144, 'Dexter-Valencia_03.jpg', 'Dexter Valencia', 'Dexter Valencia'),
(606, 145, 'Shade-The-Orb_01.jpg', 'Shade The Orb', 'Shade The Orb'),
(607, 145, 'Shade-The-Orb_02.jpg', 'Shade The Orb', 'Shade The Orb'),
(608, 145, 'Shade-The-Orb_03.jpg', 'Shade The Orb', 'Shade The Orb'),
(609, 146, 'Vibia-Guise_01.jpg', 'Vibia Guise', 'Vibia Guise'),
(610, 146, 'Vibia-Guise_02.jpg', 'Vibia Guise', 'Vibia Guise'),
(611, 146, 'Vibia-Guise_03.jpg', 'Vibia Guise', 'Vibia Guise'),
(612, 147, 'Davide-Groppi-TETATET-Flûte_01.jpg', 'Davide Groppi TETATET Flûte', 'Davide Groppi TETATET Flûte'),
(613, 147, 'Davide-Groppi-TETATET-Flûte_02.jpg', 'Davide Groppi TETATET Flûte', 'Davide Groppi TETATET Flûte'),
(614, 147, 'Davide-Groppi-TETATET-Flûte_03.jpg', 'Davide Groppi TETATET Flûte', 'Davide Groppi TETATET Flûte'),
(615, 148, 'FontanaArte-Galerie_01.jpg', 'FontanaArte Galerie ', 'FontanaArte Galerie '),
(616, 149, 'FontanaArte-IO+_01.jpg', 'FontanaArte IO+', 'FontanaArte IO+'),
(617, 150, 'Cini&Nils-Acqua_01.jpg', 'Cini&Nils Acqua', 'Cini&Nils Acqua'),
(618, 150, 'Cini&Nils-Acqua_02.jpg', 'Cini&Nils Acqua', 'Cini&Nils Acqua'),
(619, 150, 'Cini&Nils-Acqua_03.jpg', 'Cini&Nils Acqua', 'Cini&Nils Acqua'),
(620, 151, 'Moooi-Uhuh-Purr-Noot-Noot_01.jpg', 'Moooi Uhuh, Purr & Noot Noot ', 'Moooi Uhuh, Purr & Noot Noot '),
(621, 151, 'Moooi-Uhuh-Purr-Noot-Noot_02.jpg', 'Moooi Uhuh, Purr & Noot Noot ', 'Moooi Uhuh, Purr & Noot Noot '),
(622, 151, 'Moooi-Uhuh-Purr-Noot-Noot_03.jpg', 'Moooi Uhuh, Purr & Noot Noot ', 'Moooi Uhuh, Purr & Noot Noot '),
(623, 152, 'Intra-Lighting-Biba_01.jpg', 'Intra Lighting Biba', 'Intra Lighting Biba'),
(624, 152, 'Intra-Lighting-Biba_02.jpg', 'Intra Lighting Biba', 'Intra Lighting Biba'),
(625, 152, 'Intra-Lighting-Biba_03.jpg', 'Intra Lighting Biba', 'Intra Lighting Biba'),
(626, 15, 'intro_LED.jpg', 'Zumtobel INTRO LED', 'Zumtobel INTRO LED'),
(627, 14, 'supersystem_II.jpg', 'Zumtobel. SUPERSYSTEM II', 'Zumtobel. SUPERSYSTEM II'),
(628, 153, 'Sattler-FAVO-LIGHT-NET_01.jpg', 'Sattler FAVO LIGHT NET', 'Sattler FAVO LIGHT NET'),
(629, 153, 'Sattler-FAVO-LIGHT-NET_02.jpg', 'Sattler FAVO LIGHT NET', 'Sattler FAVO LIGHT NET'),
(630, 153, 'Sattler-FAVO-LIGHT-NET_03.jpg', 'Sattler FAVO LIGHT NET', 'Sattler FAVO LIGHT NET'),
(634, 155, 'Ingo-Maurer-Broken-Egg_01.jpg', 'Ingo Maurer Broken Egg', 'Ingo Maurer Broken Egg'),
(635, 155, 'Ingo-Maurer-Broken-Egg_02.jpg', 'Ingo Maurer Broken Egg', 'Ingo Maurer Broken Egg'),
(636, 155, 'Ingo-Maurer-Broken-Egg_03.jpg', 'Ingo Maurer Broken Egg', 'Ingo Maurer Broken Egg'),
(637, 156, 'Ingo-Maurer-Galactic_01.jpg', 'Ingo Maurer Galactic', 'Ingo Maurer Galactic'),
(638, 156, 'Ingo-Maurer-Galactic_02.jpg', 'Ingo Maurer Galactic', 'Ingo Maurer Galactic'),
(639, 157, 'Zumtobel-AMPHIBIA_01.jpg', 'Zumtobel AMPHIBIA', 'Zumtobel AMPHIBIA'),
(640, 157, 'Zumtobel-AMPHIBIA_02.jpg', 'Zumtobel AMPHIBIA', 'Zumtobel AMPHIBIA'),
(641, 157, 'Zumtobel-AMPHIBIA_03.jpg', 'Zumtobel AMPHIBIA', 'Zumtobel AMPHIBIA'),
(642, 158, 'Nimbus-Group-Q-One_01.jpg', 'Nimbus Group Q ONE', 'Nimbus Group Q ONE'),
(643, 158, 'Nimbus-Group-Q-Four_02.jpg', 'Nimbus Group Q Four', 'Nimbus Group Q Four'),
(644, 158, 'Nimbus-Group-Q-Four-TT_03.jpg', 'Nimbus Group Q Four TT', 'Nimbus Group Q Four TT'),
(645, 159, 'Nimbus-Group-Gravity-CL_01.jpg', 'Nimbus Group Gravity CL', 'Nimbus Group Gravity CL'),
(646, 159, 'Nimbus-Group-Gravity-CL_02.jpg', 'Nimbus Group Gravity CL', 'Nimbus Group Gravity CL'),
(647, 159, 'Nimbus-Group-Gravity-CL_03.jpg', 'Nimbus Group Gravity CL', 'Nimbus Group Gravity CL'),
(648, 154, 'Ingo-Maurer-Dancing-Insects_01.jpg', 'Ingo Maurer Dancing Insects', 'Ingo Maurer Dancing Insects'),
(649, 154, 'Ingo-Maurer-Dancing-Insects_02.jpg', 'Ingo Maurer Dancing Insects', 'Ingo Maurer Dancing Insects'),
(650, 160, 'image1.jpg', 'alt img 1', 'subtitle img 1'),
(651, 160, 'image2.jpg', 'alt img 2', 'subtitle img 2'),
(653, 161, 'image1-updated.jpg', 'AS(updated)', 'Asfgsd(updated)');

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

--
-- Table structure for table `product_news_mapping`
--

CREATE TABLE `product_news_mapping` (
  `prod_news_id` int(10) UNSIGNED NOT NULL,
  `node_id` smallint(5) UNSIGNED NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- RELATIONSHIPS FOR TABLE `product_news_mapping`:
--   `node_id`
--       `product_news_cats` -> `node_id`
--   `prod_news_id`
--       `product_news` -> `prod_news_id`
--

--
-- Dumping data for table `product_news_mapping`
--

INSERT INTO `product_news_mapping` (`prod_news_id`, `node_id`, `active`) VALUES
(117, 30, 1),
(117, 41, 1),
(117, 47, 1),
(117, 48, 1),
(117, 54, 1),
(117, 55, 1),
(117, 60, 1),
(117, 82, 1),
(117, 83, 1),
(117, 84, 1),
(160, 7, 1),
(160, 8, 1),
(160, 12, 1),
(160, 13, 1),
(160, 19, 1),
(160, 20, 1),
(160, 57, 1),
(160, 58, 1),
(161, 7, 1),
(161, 12, 1),
(161, 19, 1),
(161, 25, 1),
(161, 35, 1);

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

--
-- Table structure for table `projectslib`
--

CREATE TABLE `projectslib` (
  `projectslib_id` mediumint(8) UNSIGNED NOT NULL,
  `sku` varchar(32) NOT NULL,
  `manufacturer` smallint(5) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `thumbnail_alt` varchar(255) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `projectslib`:
--

--
-- Dumping data for table `projectslib`
--

INSERT INTO `projectslib` (`projectslib_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(7, 'TRX001', 27, 'Kamppi Shopping Mall', 'Helsinki, Finland.', 'Integrating two underground terminals and a metro rail station, the Kamppi Shopping Mall in the heart of Helsinki is one of the largest shopping complexes in Finland. \r\nFor a stylish and unique illumination, Traxon installed its revolutionary Mirror 64PXL Wash panels, which provide Kamppi with the function of a regular mirror when switched off and an unexpected source of light when illuminated. \r\n\r\nThe DMX control of the Mirror 64PXL Wash panels allows for the emergence of a huge spectrum of different colorings and video animations, creating a thrilling shopping experience and offering a perfect stage for any promotional or entertainment event.\r\n\r\nLighting Designer : Helsinki Light Design\r\n\r\nProduct: Mirror 64PXL Wash panels.\r\nManufacturer: Traxon Technologies', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/2672/Kamppi%20Shopping%20Mall%20-%20Helsinki,%20Finland', 'TRX001_Kamppi_Shopping_Mall_small.jpg', 'Kamppi Shopping Mall', 'LEDELUM. PROJECTS LIBRARY. Kamppi Shopping Mall', 'Project Kamppi Shopping Mall with Interior LED installation is located in Helsinki, Finland.. Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(8, 'LMP002', 28, 'Yale-New Haven Hospital Atrium', 'New Haven, Connecticut, United States', 'A large teaching hospital with four buildings joined to an atrium wanted to create a welcoming and vibrant space that visitors could navigate easily. Lighting designer Lam Partners of Cambridge MA chose Lumenfacade wall washing luminaires to illuminate the atrium of the Yale-New Haven Hospital (YNHH), creating a welcoming hub with a relaxing atmosphere and improving way-finding for visitors and patients.\r\n\r\nYNHH is the primary teaching hospital for Yale School of Medicine and Yale School of Nursing and the largest hospital in the state. The newly renovated, three-storey atrium is the focal point in welcoming patients to the hospital. It is important for visitors to be quickly oriented as the atrium links four ‘pavilions’. Using Lumenfacade Remote Color Changing fixtures, each building’s entrance is now identified by color-changing illumination and the reception desk is easily located. Each atrium corner above the pavilion entrance, is grazed with its own color or a series of colors, controlled using a Lumentouch™ Intelligent Control Keypad. Lumenfacade fixtures provide white LED light with a warm color temperature of 3000K that now grazes the freestanding stone wall behind the reception desk, making it a focal point.\r\n\r\nThe Lumentouch control panel behind the information desk adjusts the white light in the atrium to suit the levels of natural light available at any time of the day or night. The white light grazing the elegant wood-paneled walls is carefully focused with narrow beam optics to avoid glare from viewpoints at any height. Lumenfacade’s dual chamber design reduces maintenance by improving heat control and extending the luminaire’s lifespan. Lam Partners installed the fixtures no more than 12 foot above the ground so that regular ladders could be used for maintenance to avoid any damage to the new terrazzo flooring.\r\n\r\n\r\nEquipment Specified\r\n 37 x Lumenfacade (4’, 3000K, 10?x60? optic)\r\n 5 x Lumenfacade (1’, 3000K, 10?x60? optic)\r\n 3 x Lumenfacade (3’, 3000K, 10?x60? optic)\r\n 12 x Lumenfacade Remote Color Changing (3’, 10?x60? optic)\r\n 6 x CBOX\r\n 1 x iCBOX\r\n 2 x Lumentouch Intelligent Control Keypad\r\n\r\n\r\n\r\nLighting Design: Lam Partners \r\nPhotographer: Robert Benson', 'http://www.lumenpulse.com/projects/3/yale-new-haven-hospital-atrium', 'LMP002_Yale-New_Haven_Hospital_Atrium_small.jpg', 'Yale-New Haven Hospital Atrium', 'LEDELUM. PROJECTS LIBRARY. Yale-New Haven Hospital Atrium', 'Project Yale-New Haven Hospital Atrium with General Lighting LED installation is located in New Haven, Connecticut, United States. Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(9, 'LMP006', 28, 'Pacific Centre', 'Vancouver, British Columbia, Canada', 'A well-known landmark in the heart of downtown Vancouver, Pacific Centre is the city\'s premiere fashion destination, with 100 shops and services. It extends along three blocks, with indoor connections to six office towers, the Four Seasons Hotel and the Apple store. Before the start of the 2010 Winter Olympics in Vancouver, Cadillac Fairview, the Centre’s owners, identified an opportunity to make it easier for visitors to locate and enter the Centre.\r\n\r\n“Before, the Dunsmuir entrance was almost invisible, surrounded by the black glass facades of nearby office towers in the complex, and also situated under a bridge adjacent to the neighboring Holt Renfrew store,” says Darren Luce of Lightworks. To replace the canyon-like effect with a more dynamic and welcoming image, Lightworks teamed with exhibit designer Brian Bazett to create a traffic-generating visual introduction to the Centre.\r\n\r\nTheir strategy was to saturate the space with a strong blue color above and below the full-height glass entry doors: Lumenfacade Color Changing fixtures were used at the portals and Lumenbeam Large Color Changing luminaires in the outside space leading in from the street. Five different shows are programmed into the installation for use by the Centre’s marketing staff to promote events and celebrations. \r\n\r\nEquipment specified\r\n\r\n2 x Lumenfacade Color Changing (2’ units, RGB color mixing, 10? x 10? optic)\r\n 2 x Lumenfacade Color Changing (3’ units, RGB color mixing, 30? x 60?)\r\n12 x Lumenfacade Color Changing (4’ units, RGB color mixing, 30? x 60?)\r\n4 x Lumenbeam Large (RGB color mixing, flood 40? optic)\r\n\r\n\r\nLighting Design: CD/M2 Lightworks \r\nPhotographer: Ed White', 'http://www.lumenpulse.com/projects/11/pacific-centre', 'LMP006_Pacific_Centre_small.jpg', 'Pacific Centre', 'LEDELUM. PROJECTS LIBRARY. Pacific Centre', 'Project Pacific Centre with Accent Lighting LED installation is located in Vancouver, British Columbia, Canada . Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(10, 'LMP007', 28, 'The Casino de Montreal', 'Montreal, Quebec, Canada', 'Offering five floors of gaming, the Casino de Montreal is the largest casino in Canada, and one of the largest in the world. Housed in two former Expo 67 pavilions – facilities that were never designed for their current usage – it had, however, struggled to compete with US casinos. \r\n\r\nSeeking a change in fortune, the casino recently completed a four-year, $300 million renovation project, which included the construction of an all-new entrance and lobby. Designers Ombrages were engaged to give the new-look complex a striking night-time presence.\r\n\r\n“We wanted to do more than just provide light for the entrance – we wanted to make the building sparkle, like a diamond shining in the distance,” said Mehdi Laieb, principal at Ombrages. “The basic principle was therefore to make it seem like light was coming through transparent walls, with no apparent light sources or fixtures,” he said.\r\n\r\nTo accomplish this, the firm used Lumenpulse LED technology. “Lumenpulse is an LED leader, and after testing several products, we found that the Lumenpulse fixtures had the integration, performance and control that we needed,” Laieb said.\r\n\r\nWorking with the architects, Ombrages artfully backlit the golden, micro-perforated panels of the entrance and canopy, making the entire structure shimmer in light. The firm placed warm 2700K Lumenfacade luminaires – which fluctuate gently in intensity – at various angles behind the panels, giving the building a scintillating, jewel-like appearance. Playfully deceptive, the design leaves visitors wondering where the light comes from.\r\n\r\nTo illuminate the floor plane, Ombrages used a range of Lumenbeam Medium fixtures recessed in the canopy.\r\n\r\n“The Lumenbeam fixtures pin spot the ground floor and complement the light coming from the walls. This illuminates the entrance, but without ever making the fixtures apparent,” Laieb said.\r\n\r\nThe end result has provided the casino with a dramatic new entrance, captivating visitors upon arrival and guiding them inwards. \r\n\r\n“Everything is coordinated now, from the entrance to the interior,” Laieb said, describing the unique entrance and canopy. “There’s nothing like it in the world; it’s become the signature of the Casino de Montreal.”\r\n\r\nEquipment Specified \r\n\r\n10 x Lumenbeam Medium (40°, 2700K)\r\n 16 x Lumenbeam Medium (10°, 2700K)\r\n 6 x Lumenbeam Medium (6°, 2700K)\r\n 83 x Lumenfacade Interior HO (2’, 2700K, 10 x 60)\r\n 56 x Lumenfacade HO (3’, 2700K, 10 x 60)\r\n 87 x Lumenfacade Interior HO (3’, 2700K, 10 x 60)\r\n \r\n\r\nLighting Design: Ombrages \r\nPhotographer: Sebastien Racicot', 'http://www.lumenpulse.com/projects/90/the-casino-de-montreal', 'LMP007_The_Casino_de_Montreal_small.jpg', 'The Casino de Montreal', 'LEDELUM. PROJECTS LIBRARY. The Casino de Montreal', 'Project The Casino de Montreal with General Lighting LED installation is located in Montreal, Quebec, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(11, 'LMP008', 28, 'Saint Louis Art Museum', 'Saint Louis, Missouri, United States', 'Originally called the “Palace of Fine Arts,” the Saint Louis Art Museum was built in 1904 to coincide with the World’s Fair. The building’s architect, Cass Gilbert, was inspired by the Baths of Caracalla in Rome when he designed it. The Museum’s comprehensive permanent art collection covers a wide range of cultures and time periods, from Oceanic to pre-Columbian, ancient China, and late 19th- and early 20th-century European and American.\r\n\r\nOnce visitors step inside, they immediately enter Sculpture Hall, a regal space with 78-foot-high arched ceilings. Though some natural light seeps in from the arched windows lining the hall, additional sources are required to illuminate the large sculptures usually showcased in this central area and to provide general lighting.\r\n\r\nPreviously, the space was lit using 500-watt incandescent lamps, but the Museum wanted to replace these with an energy-efficient solution. Museum lighting requirements are rigorous; UV emission had to be kept to a minimum so as not to damage the art on display. Lumenpulse’s Lumenbeam Large fixtures were chosen to replace the old lamps because of their long lifetime and their warm, comfortable glow.\r\n\r\n“It’s a white light that’s just easier on the eyes,” says Ed Jensen, the Museum’s Lead Engineering Technician. “We’re saving energy and manpower. With the old lighting, we had to change a lamp almost every day.”\r\n\r\nThe Lumenbeam fixtures were mounted on existing cantilevered arms and are adjustable. The luminaires are installed along the hall and also in the arched passageways on the sides, where some Lumenbeams provide uplight to accentuate the curve ceilings.\r\n\r\n“Visitors have said Sculpture Hall looks brighter and even feels bigger,” Jensen reports. “The new lighting lets the Saint Louis Art Museum – and its collection – make the best, first impression on visitors.”\r\n\r\nEquipment Specified\r\n 125 x Lumenbeam Large (2700K, narrow 20° flood)\r\n\r\n\r\nPhotographer: JJ Lane \r\nSales Agent: Rafferty Lighting Group, Inc. \r\nClient: Saint Louis Art Museum', 'http://www.lumenpulse.com/projects/64/saint-louis-art-museum', 'LMP008_Saint_Louis_Art_Museum_small.jpg', 'Saint Louis Art Museum', 'LEDELUM. PROJECTS LIBRARY. Saint Louis Art Museum', 'Project Saint Louis Art Museum with General Lighting LED installation is located in Saint Louis, Missouri, United States . Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(12, 'TRX002', 27, 'David H. Koch Theater. Lincoln Center', 'New York, NY, USA', 'Located in New York\'s historic and renowned Lincoln Center, the David H. Koch lobby was brought to a new, vibrant life in October 2009. The ticket windows feature a wall glowing with white light; this clean and crisp installation is surfaced with custom cut Corian diffusion which tells the theatre\'s story in elegance and style. To emit a radiance capable of setting a mood of sophistication, New York\'s Tillotson Design Associates combined over 560 of Traxon\'s 1PXL Board Warm White to illuminate the interior of the corrugated façade enhancing a Corian panel cut precisely to give the illusion of an opera scene when viewed from one angle, and a ballet scene when viewed from the other, both in photographic grey scale. With control provided by an e:cue lighting control Butler and Butler XT, the Traxon Boards’ brightness can be adjusted as necessary\r\n\r\nDue to its low-profile, lightweight nature, 1PXL Board RGB is the ideal solution for this type of installation, as it provides bright light output with discreet installation so the fixture cannot be seen. The Cube Chandelier can be recreated due to its scalability and modularity, as well as the ease of installation of Traxon 1PXL Board RGB, and the ability to pre-program e:cue’ s Butler for uninterrupted replay of the 30-minute lighting show.\r\n\r\nLighting Designer : Tillotson Design Associates \r\nArchitect : Diller Scofidio + Renfro \r\nClient : Lincoln Center', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/13572/David%20H.%20Koch%20Theater,%20Lincoln%20Center%20-%20New%20York,%20NY,%20USA', 'TRX002_David_H_Koch_Theater_Lincoln_Center_small.jpg', 'David H. Koch Theater. Lincoln Center', 'LEDELUM. PROJECTS LIBRARY. David H Koch Theater Lincoln Center', 'Project David H. Koch Theater. Lincoln Center with Interior LED installation is located in New York, NY, USA. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(13, 'TRX003', 27, 'Nova Eventis Shopping Mall', 'Halle/Leiipzig, Germany', 'In Germany\'s Halle/Leipzig region of economical growth the Nova Eventis recently opened its doors. Nova Eventis stands for a unique concept of shopping, leisure and experiences - all combined in a new development on 76 000 square metres. \r\nThe numerous offers from the tenant partners and the various events in the special action areas turn every visit to the Nova Eventis into an event. For the outdoors area, the developers designed a LED illuminated ball with a 12.5 m radius.\r\n\r\nLighting Designer : Tobias Link Peter Andres, Mariana Theiling', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14054/Nova%20Eventis%20Shopping%20Mall%20-%20Halle/Leiipzig,%20Germany', 'TRX003_Nova_Eventis_Shopping_Mall_small.jpg', 'Nova Eventis Shopping Mall', 'LEDELUM. PROJECTS LIBRARY. Nova Eventis Shopping Mall', 'Project Nova Eventis Shopping Mall with Interior LED installation is located in Halle/Leiipzig, Germany. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(14, 'TRX004', 27, 'Cronos', 'Lima, Peru', 'Located in the center of Lima, Peru, one of South America\'s key business cities, the newly built A-class office building Cronos represents a symbol for modern architecture. Impressing with its huge glass facade and contemporary design, the building fits well into the city\'s night life area, becoming a new lamdmark of Lima\'s skyline. Oscar Gonzales Moix, one of the leading LED lighting architects of South America, developed in collaboration with Traxon Technologies an elaborate lighting concept for the building\'s glass facade. Using Traxon\'s Nano Liner XB, the building has been artfully illuminated with colorful lighting. Installed on the bottom of 4m high platforms, the slim profile and high power of the Nano Liner XB ensures a discreet installation and optimal illumination. \r\n\r\nControlled by Traxon\'s Micro Server, various stylish lighting sequences ranging from decent color changes to very dynamic lighting scenarios are replayed. Fascinating passers-buy and observers every night, the building represents a new highlight of the city.\r\n\r\nArchitect : Oscar Gonzales Moix', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/2413/Cronos%20-%20Lima,%20Peru', 'TRX004_Cronos_small.jpg', 'Cronos', 'LEDELUM. PROJECTS LIBRARY. Cronos', 'Project Cronos with Facade LED installation is located in Lima, Peru. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(15, 'TRX005', 27, 'Cube Chandelier-Zwolle', 'The Netherlands', 'Known for their ability to flawlessly integrate lighting into architectural projects, system integrator, installer and programmer Maramoja Projects was commissioned to create a simple yet stunning chandelier for Hotel Lumen’ s grand lobby in Zwolle, The Netherlands. Their stunning creation, a futuristic Cube Chandelier, exceeded all expectations, transforming the space into a glowing, surreal atmosphere. With the assistance of Traxon’ s 1PXL Board RGB and an e:cue Butler, the cubes are illuminated from the inside displaying a rich, even distribution of colored light capable of virtually any hue, determined by the programmer. \r\n\r\nDue to its low-profile, lightweight nature, 1PXL Board RGB is the ideal solution for this type of installation, as it provides bright light output with discreet installation so the fixture cannot be seen. The Cube Chandelier can be recreated due to its scalability and modularity, as well as the ease of installation of Traxon 1PXL Board RGB, and the ability to pre-program e:cue’ s Butler for uninterrupted replay of the 30-minute lighting show.\r\n\r\nLighting Designer : Herman ter Hennepe \r\nInstaller : Maramoja Projects bv', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14056', 'TRX005_Cube_Chandelier-Zwolle_small.jpg', 'Cube Chandelier-Zwolle', 'LEDELUM. PROJECTS LIBRARY. Cube Chandelier-Zwolle', 'Project Cube Chandelier-Zwolle with Art Installations LED installation is located in The Netherlands. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(16, 'TRX006', 27, 'Lutron Showroom', 'New York, NY, USA', 'Located in Midtown Manhattan, the Lutron Showroom was completed in the Spring of 2009. Lutron, a lighting control company, sought to offer an environment where customers could experience their home automation products, creating the feel of a smart home, and displaying their ability to connect many technologies using a unified interface. Traxon was called upon to create an installation for the “great room” and “bedroom” showroom areas, which would simulate two large windows and display an outdoor environment. The installation of 330 64PXL boards in two separate groupings along a split wall in the showroom, displays medium resolution video, adding brightness and life to this replicated living environment. \r\n\r\nThe video was broken into two layers to allow separate control of each window. Control is provided by an e:cue Media Engine 2, and at the moment, videos are triggered solely by three e:cue Glass Touches. Designed by CBBLD in New York City, the Lutron Showroom installation represents several landmarks. This is the largest installation of its kind in the United States, and the first installation world-wide to implement e:cue\'s proprietary e:pix protocol and Emotion software. Additionally, this is the first installation of Video Micro Converter in the world. \r\n\r\nArchitect : Cline Bettridge Bernstein Lighting Design \r\nInstaller : Celtic Construction', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/5697', 'TRX006_Lutron_Showroom_small.jpg', 'Lutron Showroom', 'LEDELUM. PROJECTS LIBRARY. Lutron Showroom', 'Project Lutron Showroom with Interior LED installation is located in New York, NY, USA. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(17, 'TRX007', 27, 'ESPRIT Flagship Store', 'Frankfurt, Germany', 'First impressions set the tone for the experience that follows, influence communication methods, and even make or break relationships. Traxon & e:cue understands the positive potential of exterior lighting for retail environments and is committed to providing attractive, intriguing first impressions for our customers, and memorable experiences for theirs. Traxon & e:cue\'s dynamic lighting solutions create intrigue and interest in store windows. Whether beautifully showcasing well-craftedwindow displays with crisp, white light, or mesmerizing passersby with a rich, colorful glow, the magnetism of light draws customers into the store to further explore. Façade Solutions take first impressions to an exciting, larger scale. From enhancing architectural details with the legacy of a branded hue, or displaying low-to-medium resolution graphics, text, and animations, Traxon & e:cue\'s intelligent LED fixtures and control convert retail spaces and facades into landmarks. Our installations pique the interest of guests and passersby, preparing them for the unique and satisfying shopping they are about to experience.', 'http://www3.traxontechnologies.com/us/showcase/highlight/44', 'TRX007_ESPRIT_Flagship_Store_small.jpg', 'ESPRIT Flagship Store', 'LEDELUM. PROJECTS LIBRARY. ESPRIT Flagship Store', 'Project ESPRIT Flagship Store with Interior LED installation is located in Frankfurt, Germany. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(18, 'TRX008', 27, 'CRUSH Teen Club at Atlantis', 'The Bahamas', 'The expansive Atlantis luxury resort hugs miles of white sand beaches on Paradise Island, Bahamas. Vacationers of all ages flock to the resort for its on-site recreational opportunities, which range from a private marine park to a world-class casino. A recent recreational addition, CRUSH Teen Club, with lighting design by Focus Lighting, is a nightclub exclusively for Atlantis’ teen guests. CRUSH is loaded with technology and entertainment features, including Internet lounges; gaming cabanas; video walls; and a touch-screen, on-demand DJ system. Traxon & e:cue\'s dynamic lighting and intelligent control solutions were selected to create the dazzling media wall element that interfaces with the nightclub’ s DJ system. \r\n\r\nTo construct the media wall, Traxon’ s Media Tube RGB were combined with e:cue’ s Butler, Butler XT, Glass Touch T12, and Video Micro Converter (VMC) e:pix. Due to their affordability and versatility, products from Traxon & e:cue were used throughout CRUSH. e:cue’ s Lighting Control Engine (LCE) was programmed to control both the static and dynamic lighting for the entire nightclub. Additional Glass Touch T12 units were installed in critical areas, allowing staff to adjust various lighting elements \r\n\r\nLighting Designer : Focus Lighting Inc \r\nArchitect : HKS, Inc', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14034/CRUSH%20Teen%20Club%20at%20Atlantis%20-%20The%20Bahamas', 'TRX008_CRUSH_Teen_Club_at_Atlantis_small.jpg', 'CRUSH Teen Club at Atlantis', 'LEDELUM. PROJECTS LIBRARY. CRUSH Teen Club at Atlantis', 'Project CRUSH Teen Club at Atlantis with Interior LED installation is located in The Bahamas. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(19, 'TRX009', 27, 'Euratechnologies', 'Lille, France', 'Serving as an economic centre for information and communication technologies, the ‘Le Blan – Lafont’ building is located in one of France\'s economical cross points, the city of Lille. \r\nThe project called “EURATECHNOLOGIES” serves as a modern technology hub for companies specialized in cutting edge technologies. Within the building complex, a huge main hall has been designed for encouraging a constant exchange among the occupants. To support the purpose of this special place, a stunning LED screen has been created by Traxon in cooperation with Audio Equipement, one of the leading audio and video equipment installers in France. \r\n\r\nUsing Traxon\'s award-winning Mesh RGB, a large screen covering 48 sq. m has been installed, stretching across the hall\'s main glass façade. Comprising 78 Mesh units, the semi-transparent media screen replays TV streams, videos, as well as any kind of graphic content. The Traxon Mesh RGB is a versatile system of LED modules, convincing through its unique flexibility and diversity in application.\r\n\r\nArchitect : Vincent Brossy \r\nInstaller : Groupe IEC - Audio Equipement', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/2223/Euratechnologies%20-%20Lille,%20France', 'TRX009_Euratechnologies_small.jpg', 'Euratechnologies', 'LEDELUM. PROJECTS LIBRARY. Euratechnologies', 'Project Euratechnologies with Facade LED installation is located in Lille, France. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(20, 'TRX010', 27, 'Los Libertadores Bridge', 'Lima, Peru', 'Los Libertadores is a modern cable-stayed bridge located in Lima, Peru. The bridge was recently declared an icon by the mayor of Peru as a gift to Lima citizens in celebration of the “bicentenario” of independence. Lighting designer Claudia Paz of CAM Peru and contractor and software specialist Arquileds collaborated with Traxon Technologies to develop a sophisticated LED lighting installation for the bridge, this consists of 410 customizable Media Tube RGB. \r\n\r\nThe result is an ultra bright, full color effect for the 12 steel bands that span from the top of the bridge to the bank of the Rimac River, perfectly tracing the architectural design of the bridge. Traxon Media Tube RGB can resist nearly any weather condition, making it a versatile solution for both indoor and outdoor installations. All of the bridge\'s lighting effects are controlled using 4 e:cue lighting control Butler and one Butler XT which can be activated by an iPod touch using e:cue\'s software', 'http://www3.traxontechnologies.com/us/showcase/highlight/25', 'TRX010_Los_Libertadores_Bridge_small.jpg', 'Los Libertadores Bridge', 'LEDELUM. PROJECTS LIBRARY. Los Libertadores Bridge', 'Project Los Libertadores Bridge with Art Installations LED installation is located in Lima, Peru. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(21, 'TRX011', 27, 'Project Hope', 'Munich, Germany', 'Traxon Technologies innovative lighting fixtures were used to turn a windmill into a sensational piece of LED art. Equipped with over 1,000 ultra bright Dot XL-9 lighting fixtures (9,000 LEDs) the world\'s biggest revolving media screen displays a multitude of stunning colors as well as medium-resolution video content. Challenged by the difficult winter-weather conditions as well as the implementation of an installation on a constantly rotating object, artist Michael Pendry chose Traxon as partner for realizing this spectacular project due to its innovative and customizable lighting solutions. \r\n\r\nIP67-rated the Dot XL offers exactly the flexibility needed for this demanding project. Available with 3, 6 or 9 high performance LEDs per dot casing the single controllable dots are mounted on an elastic cable with customizable pitch offering the possibility of an installation on almost any surface or three-dimensional shape. Furthermore the Dot XL has a robust casing that ensures full outdoor capability.\r\n\r\nInstaller : Micheael Pendry in collaboration with Siemens', 'http://www3.traxontechnologies.com/showcase/showcase_details/11009', 'TRX011_Project_Hope_small.jpg', 'Project Hope', 'LEDELUM. PROJECTS LIBRARY. Project Hope', 'Project Project Hope with Art Installations LED installation is located in Munich, Germany. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(22, 'TRX012', 27, 'Sephora Qianmen Flagship Store', 'Beijing, China', 'Founded in Limoges, France in 1969 Sephora is a visionary beauty-retailer and part of the Paris-based LVMH Moet Hennessy Louis Vuitton group. Sephora\'s unique, open-sell environment features over 200 brands across a broad range of product categories including skincare, color, fragrance, bath & body in addition to their own private label. Opening their biggest store in China, the Qianmen flagship store in Beijing, Sephora wanted a lighting installation both eye-catching and inviting. \r\n\r\nTraxon offered the perfect solution: a total of 224 64PXL Boards installed at the entrance area of the two-story store create a hugh media screen displaying sparkling adds and video animations of Sephora\'s newest products. With its 64 individually addressable LEDs, and a pixel pitch of 31.25mm Traxon\'s 64PXL Board is a multifunctional, high brightness LED lighting fixture offering the most efficient solutions for the replay of medium to high resolution videos, graphics and texts.\r\n\r\nInstaller : Cyberconcept', 'http://www3.traxontechnologies.com/showcase/showcase_details/11079/Sephora%20Qianmen%20Flagship%20Store%20-%20Beijing,%20China', 'TRX012_Sephora_Qianmen_Flagship_Store_small.jpg', 'Sephora Qianmen Flagship Store', 'LEDELUM. PROJECTS LIBRARY. Sephora Qianmen Flagship Store', 'Project Sephora Qianmen Flagship Store with Interior LED installation is located in Beijing, China. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(23, 'TRX013', 27, 'La Geode Entrance', 'Paris, France', 'An exclusive spherical IMAX theatre in the “Parc de la Villette” at the Cite des Sciences et de l\'Industrie in Paris, La Geode is equipped with the only 12.1-watt sound system in the world. To celebrate its 25th anniversary, project architect Adrien Lambert converted the reception and restaurant spaces into open areas featuring an architectural LED installation, thus improving public traffic flow and creating a clear transition zone between La Geode\'s arrival and waiting areas. \r\n\r\nArchitect : Adrien Lambert \r\nInstaller : ZACHARIE, RDL', 'http://www3.traxontechnologies.com/showcase/showcase_details/13866/La%20Geode%20Entrance%20-%20Paris,%20France', 'TRX013_La_Geode_Entrance_small.jpg', 'La Geode Entrance', 'LEDELUM. PROJECTS LIBRARY. La Geode Entrance', 'Project La Geode Entrance with Interior LED installation is located in Paris, France. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(24, 'TRX014', 27, 'OVO', 'Lyon, France', 'OVO is an egg-shaped art structure that concentrates, magnifies, and diffuses positive energies while appealing to multiple senses. Created by ACT Lighting Design and sculpture specialist Odeaubois, OVO\'s illuminated portion consists of ultra-bright, fully-customizable Dot XL-6 RGB, programmed to communicate visual and acoustic animations. \r\n\r\nThis dynamic installation is a combination of 24 crossed spiral structures based on the Golden Proportion found in the universe, such as in DNA helixes. When visiting the installation, guests walk across a 100-square meter basin covered with two centimeters of water to reach the interior. \r\n\r\nLighting Designer : ACT Lighting Design \r\nInstaller : ACT Lighting Design', 'http://www3.traxontechnologies.com/showcase/showcase_details/14047/OVO%20-%20Lyon,%20France', 'TRX014_OVO_small.jpg', 'OVO', 'LEDELUM. PROJECTS LIBRARY. OVO', 'Project OVO with Art Installations LED installation is located in Lyon, France. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(25, 'TRX015', 27, 'Roka Akor', 'Chicago, IL, US', 'Recently opened, Roka Akor, voted one of the Top 10 Sushi Spots in the United States by Bon Appetit, is Chicago\'s most stylish sushi restaurant and Japanese robata grill.\r\n\r\nArchitect: DMAC Architecture\r\nLighting Design: OP Design', 'http://www.opdesign.us/commercial.html', 'TRX015_Roka_Akor_small.jpg', 'Roka Akor', 'LEDELUM. PROJECTS LIBRARY. Roka Akor', 'Project Roka Akor with Interior LED installation is located in Chicago, IL, US. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(26, 'TRX016', 27, 'Christ the Redeemer Monument', 'Rio de Janeiro, Brazil', 'Christ the Redeemer Monument has overlooked the city of Rio de Janeiro for 80 years. The largest Art Deco statue in the world, the 130-foot statue sits atop a 2,300-foot peak, and has been an historical icon of both Rio and Brazil since its completion in 1931. On March 1, 2011, the world saw Christ the Redeemer Monument in a new light. Traxon Technologies & e:cue lighting control, in a partnership with OSRAM, fulfilled lighting designer Peter Gasper\'s vision to create wonder and inspiration in Monument visitors, by illuminating the statue with bright LED light. An intelligent lighting system consisting of 64Traxon Shield AC Extend, and 30 Liner Shield AC XB-27 RGB and Cold White fixtures with specially-focused optics, were installed around the base of the statue at various distances.', 'http://www3.traxontechnologies.com/showcase/showcase_details/14039', 'TRX016_Christ_the_Redeemer_Monument_small.jpg', 'Christ the Redeemer Monument', 'LEDELUM. PROJECTS LIBRARY. Christ the Redeemer Monument', 'Project Christ the Redeemer Monument with Monuments LED installation is located in Rio de Janeiro, Brazil. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(27, 'LMP001', 28, 'Banner MD Anderson Cancer Center', 'Gilbert, Arizona', 'Architectural practice Cannon Design used Lumenfacade RGB fixtures to illuminate a key element of the award-winning Banner MD Anderson Cancer Center at Gilbert, Arizona, and create a ‘Lantern of Hope’ for patients.  \r\n\r\nCannon used the luminaires to illuminate the four-storey latticed tower over the facility’s main entrance with a gentle and consistent light. They graze the metal structure’s translucent fabric panels with a uniform glow, lit in a soothing and symbolic lavender color.\r\n\r\nCannon chose Lumenfacade RGB after testing fixtures from three manufacturers to see which would deliver the necessary color saturation control, source intensity and color-changing effects with light that would reach the top of the 69-foot structure. “The Lumenpulse product out-performed its competitors in every aspect with the total package of performance, reach, cost, accessibility, adjustability, maintenance, and fixture look and design, winning it for Lumenpulse,” said Cannon lighting designer Sara Schonour.  “The ease of control through the Lumentouch system, giving the staff the ability to adjust the lighting to suit their facility’s needs, was another key element.”  \r\n\r\nThe design challenges created by the unique structure include the heat, dryness and dust of the desert combined with the need to avoid light pollution. Using custom mounting brackets developed with Lumenpulse, Cannon concealed the fixtures within the 30 x 30 foot area structure in just the right locations to light the fabric panels consistently on all four sides of the lantern. Cannon used narrow beam optics and light diffusing film and angled light on to the vertical fabric plane to reduce skyglow.  \r\n\r\nIt was crucial to have a low maintenance solution. Lumenpulse’s IP66 rated fixtures were robust enough to withstand the harsh desert environment, and besides offering an LED lifespan of 120,000 hours, enable individual components to be accessed and replaced.  \r\n\r\nEquipment Specified\r\n\r\n43 x Lumenfacade Color Changing (4’ units, 10?x10? optic) \r\n 5 x Lumenfacade Color Changing (2’ units, 10?x10? optic)\r\n\r\n\r\nArchitect: Cannon Design \r\nLighting Design: Cannon Design \r\nPhotographer: Mark Skalny', 'http://www.lumenpulse.com/projects/2/banner-md-anderson-cancer-center', 'LMP001_Banner_MD_Anderson_Cancer_Center_small.jpg', 'Banner MD Anderson Cancer Center', 'LEDELUM. PROJECTS LIBRARY. Banner MD Anderson Cancer Center', 'Project Banner MD Anderson Cancer Center with Color Changing LED installation is located in Gilbert, Arizona. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(28, 'LMP003', 28, 'Montreal Museum of Contemporary Art', 'Montreal, Quebec, Canada', 'Lumenpulse Lumenbeam Large Color Changing fixtures have been used in one of Canada’s largest LED installations at the Musée d’art contemporain de Montréal (MAC), which is at the heart of Montreal’s theater and festival district, the Quartier des Spectacles. More than 100 color-changing LED fixtures at the base of the building give the illusion of weightlessness to the iconic museum’s stone facade, and help create its distinct visual identity.\r\n\r\nLeading Canadian design firm Lightemotion concealed the fixtures in the colonnade that surrounds the museum so that the building itself appears to glow from within and seems to float on a cloud of ethereal white light with hints of cool blue. The facade is revealed by the soft-hued light from the luminaires hidden within trenches so that, as Lightemotion principal François Roupinian says, ‘it is as if the lighting is coming from nowhere.’ Glare shield visors add to the subtlety of the scheme.\r\n\r\nThe Lumenbeam fixture’s compact footprint and robustness suited it precisely to this location, while rigorous testing showed that the RGB color mixing and optics would enable it to produce the quality of light that Lightemotion was looking for. The Lumenbeam’s award-winning, dual chamber design prolongs the life of the luminaires by helping to dissipate heat and making it possible to access and replace driver components. A further consideration was energy; Lightemotion opted for an all LED-based solution to save energy; the Lumenpulse fixtures consume a maximum of just 36W each.\r\n\r\nLumenpulse Products Specified\r\n\r\n48 x Lumenbeam Large Color Changing (30? optic)\r\n 49 x Lumenbeam Large Color Changing (40? optic with visor and refracting lens)\r\n 23 x Lumenbeam Large Color Changing (45? optic with visor and refracting lens)\r\n 13 x Lumenbeam Large Color Changing (30? optic with lens)\r\n\r\n\r\nLighting Design: Lightemotion', 'http://www.lumenpulse.com/projects/15/montreal-museum-of-contemporary-art-mac', 'LMP003_Montreal_Museum_of_Contemporary_Art_small.jpg', 'Montreal Museum of Contemporary Art', 'LEDELUM. PROJECTS LIBRARY. Montreal Museum of Contemporary Art', 'Project Montreal Museum of Contemporary Art with Color Changing LED installation is located in Montreal, Quebec, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(29, 'LMP004', 28, 'BC Place', 'Vancouver, British Columbia, Canada', 'Lighting designer CM Kling+Associates has utilized a range of Lumenpulse’s Lumenfacade  and Lumenbeam fixtures to create spectacular light shows and signature looks for Vancouver’s landmark BC Place stadium.   \r\n\r\nWhen stadium owner BC Pavilion Corporation commissioned a massive renovation project for BC Place, the multi-purpose venue in the heart of Vancouver, British Columbia, it took the opportunity to reinvent the guest experience and the look and feel of the much-loved venue from the inside and out.   \r\n\r\nTwo major elements of the $563 million revitalization included a spectacular retractable roof and a façade of translucent polymer. Lighting consultant CM Kling+Associates chose high-output, fully controllable Lumenpulse LED fixtures to bring the new structural changes to life, creating light shows for the stadium’s home sports teams and color-branding for the building itself.   \r\n\r\nThe lighting focuses in three key areas: the façade, the roof, and the support structures of masts and cables. Lumenfacade RGB fixtures illuminate the façade and its the 1700 ETFE panels with fixed colors belonging to the home teams or gradually moving abstracted, color-changing content.\r\n\r\nThe first third elevation of the roof, the most visible from the pedestrian plaza and the surrounding street level is the most brightly illuminated with Lumenbeam fixtures mounted on the ring beam around the stadium. The next two thirds are lit from the 36 perimeter masts that support the roof. Each fixture is aimed to bathe a specific wedge-shaped segment of roof in a myriad of colors and focused precisely to give uniform illumination.   \r\n\r\nTo finish off the stunning lighting design, fixtures sit on the cables that traverse the roof offering a star-like effect. All of the façade and roof lighting is controlled by a Pharos controller, which enables a wide range of both static and dynamic programming, with over 26,000 channels to address.   \r\n\r\nEquipment Specified\r\n 1,616 x Lumenfacade Color Changing (4’, 30? x 60?)\r\n76 x Lumenfacade Color Changing (3’, 30? x 60?)\r\n24 x Lumenfacade Color Changing (2’, 30? x 60?)\r\n12 x Lumenfacade Color Changing (1’, 30? x 60?)\r\n92 x Lumenfacade (4’, 3000K, 30? x 60?)\r\n4 x Lumenfacade (3’, 3000K, 30? x 60?)\r\n26 x Lumenfacade (2’, 3000K, 30? x 60?)\r\n16 x Lumenfacade (1’, 3000K, 30? x 60?)\r\n293 x Lumenbeam Large Color Changing (Flood 40? optic, 72 with custom snoot)\r\n 144 x Lumenbeam Large (4000K, very narrow 6? optic, with custom snoot)\r\n 72 x Lumenbeam LBX Color Changing (with custom optics)\r\n\r\n\r\n\r\nLighting Design: C.M. Kling & Associates \r\nArchitect: Stantec Architecture Ltd. \r\nEngineer: Genivar \r\nPhotography by Ed White', 'http://www.lumenpulse.com/projects/4/bc-place', 'LMP004_BC_Place_small.jpg', 'BC Place', 'LEDELUM. PROJECTS LIBRARY. BC Place', 'Project BC Place with Color Changing LED installation is located in Vancouver, British Columbia, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(30, 'LMP005', 28, 'St. John the Evangelist Church', 'Winthrop, Massachusetts, United States', 'St. John the Evangelist Church has been at the center of the Winthrop community for over 100 years. In the daytime, the bell tower is visible to the whole town; however, until recently, the church at night time was all but invisible.\r\n\r\nAs a result, the Church required an exterior lighting solution that would highlight the architectural features of the building without causing any spillover effects on the neighbouring residential community.\r\n\r\nThe Lumenpulse solution included Lumenfacade (3000K) fixtures mounted at the top of the bell tower to highlight the white granite detailing, while warm white Lumenfacade (2700K) fixtures were added to the base of the tower and between the three doorways to graze the 75 ft (23m) wall with a narrow beam that reveals the texture and detail of the brickwork.\r\n\r\nRequiring only a 4-inch set-back from the wall, the Lumenfacade fixtures were able to blend in with the architecture and remain discreet. The fixture’s flat lens and narrowly focussed beam prevent light spill, reducing the impact on the surrounding habitat.\r\n\r\nNot only does the Lumenpulse solution respect the architectural integrity of the building, it also dramatically reduced energy consumption by using only 441 watts, which is approximately 75% less energy than traditional sources. And, thanks to Lumenpulse\'s dual chamber technology, the entire lighting solution can be easily accessed and maintained on site providing the church with the benefit of a fully sustainable lighting solution.\r\n\r\nThe entire installation was completed in one day.\r\n\r\nLighting design was conceived by Paul Marks, in collaboration with Boston Light Source.\r\n\r\n\"One of the advantages of using the Lumenpulse luminaires was that they were compact enough to be placed in the necessary locations without being intrusive,\" explained Marks. \"And they blend into the architecture, while still packing enough punch to illuminate the building well.\"\r\n\r\nEquipment Specified\r\n 12 x Lumenfacade™, 12”, 3000K, on the top of the bell tower.\r\n 8 x Lumenfacade™, 12”, 2700K, mounted at the base of the bell tower.\r\n 4 x Lumenfacade™, 24”, 2700K, mounted between the doorways.\r\n\r\n\r\nLighting Design: Paul Marks\r\nPhotography by Paul Marks', 'http://www.lumenpulse.com/projects/8/st-john-the-evangelist-church', 'LMP005_St_John_the_Evangelist_Church_small.jpg', 'St. John the Evangelist Church', 'LEDELUM. PROJECTS LIBRARY. St John the Evangelist Church', 'Project St. John the Evangelist Church with Accent Lighting LED installation is located in Winthrop, Massachusetts, United States. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(31, 'LMP009', 28, '230 Park Avenue', 'New York, New York, United States', 'New York City’s 230 Park Avenue was once considered a very tall structure in the Manhattan landscape, standing 34 storeys high. Yet within a very short time, it would be dwarfed by the towering Chrysler and Empire State buildings.\r\n\r\nDespite being a Beaux-Arts marvel, with its golden cupola and various ornate moldings, it was rendered virtually invisible at night. Only its lit rooftop was discernible from a distance. “The existing lighting used high-pressure sodium sources to illuminate the roof,” says Al Borden, principal at The Lighting Practice, the firm hired to create the bold new lighting design for 230 Park Avenue. “The rest of the building was in shadow. At night, it seemed to blend into the facades of surrounding buildings and disappear.”\r\n\r\nMonday Properties engaged The Lighting Practice to rebrand the building by creating a lit exterior that would be immediately recognizable from up close and from afar. “We were asked to illuminate the building from the sidewalk up to the top of the cupola on the north side, and to wrap the lighting treatment around the east, south and west sides of the building at the 29th floor and up,” Borden recounts.\r\n\r\n“Our intent has been to give the building a lively nighttime appearance by re-interpreting its historic forms and proportions with concealed uplight sources,” Borden continues. “During daylight hours, when downlit by the sun, the building’s architectural details have a familiar appearance. At night, we flip the source upside down and present a new way of looking at the building. People will see details very differently and have a new experience of the architecture.”\r\n\r\nOver 700 Lumenpulse luminaires were used to craft 230 Park Avenue’s nocturnal identity. To do this, The Lighting Practice chose Lumenpulse color-changing fixtures from the Lumenbeam and Lumenfacade families. “Lumenpulse presented excellent project experience and a committed team,” says Borden. “Their financial proposal was competitive and they showed an enthusiasm and attentiveness that was distinctive. They worked hard to get this project and have continued to work hard servicing it.”\r\n\r\n\r\nEquipment Specified\r\n\r\n3rd Floor – Archways\r\n 8 x Lumenfacade Color Changing (3\', 60° x 60° optics)\r\n 12 x Lumenfacade Color Changing (4\', 60° x 60° optics)\r\n\r\n5th Floor – North façade, including medallions, statues and center of building\r\n 4 x Lumenbeam Medium Color Changing (narrow 10° optics)\r\n 8 x Lumenbeam Large Color Changing (narrow 10° optics)\r\n 34 x Lumenbeam LBX Color Changing (very narrow 6° optics)\r\n 32 x Lumenbeam LBX Color Changing (narrow 10° optics)\r\n 6 x Lumenfacade Color Changing (4’, 10° x 60° optics)\r\n\r\n16th Floor – Upper portion of north façade, from 16th to 28th floors\r\n 2 x Lumenbeam LBX Color Changing (narrow 20° flood)\r\n 20 x Lumenbeam LBX Color Changing (narrow 10° optics)\r\n\r\n29th Floor – From 29th to 32nd floors\r\n 225 x Lumenfacade Color Changing (4’, 10° x 60° optics)\r\n\r\n32nd Floor\r\n 112 x Lumenfacade Color Changing (4’, 30° x 60° optics)\r\n\r\n33rd Floor\r\n 100 x Lumenbeam Large Color Changing (40° flood)\r\n\r\n34th Floor – Bottom part of sloped roof\r\n 44 x Lumenbeam Large Color Changing (40° flood)\r\n 4 x Lumenbeam LBX Color Changing (narrow 10° optics)\r\n 24 x Lumenfacade Color Changing (4’, 10° x 60° optics)\r\n\r\nRoof\r\n 8 x Lumenbeam Large Color Changing (40° flood)\r\n 52 x Lumenbeam LBX Color Changing (40° flood)\r\n\r\nCupola\r\n 8 x Lumenfacade Color Changing (4’, 10° x 10° optics)\r\n 16 x Lumenbeam Large Color Changing (narrow 10° optics)\r\n\r\n\r\nArchitect: Beyer Blinder Belle Architects & Planners LLP \r\nElectrical Engineer: AKF Group LLC \r\nOwner: Monday Properties & Invesco \r\nPhotographer: Evan Joseph', 'http://www.lumenpulse.com/en/projects/54/230-park-avenue', 'LMP009_230_Park_Avenue_small.jpg', '230 Park Avenue', 'LEDELUM. PROJECTS LIBRARY. 230 Park Avenue', 'Project 230 Park Avenue with Color Changing LED installation is located in New York, New York, United States . Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00');
INSERT INTO `projectslib` (`projectslib_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(32, 'LMP010', 28, 'Telus World of Science', 'Vancouver, British Columbia, Canada', 'For over 25 years, Telus World of Science has welcomed over a half-million visitors annually to view the displays and exhibits that has made the facility one of the world’s outstanding centers to present science topics to a broad age range. Its current harborside location occupies 113,022 sq ft (10,500 sqm) plus a 400-seat Omnimax Theater.\r\n\r\nSince its opening in the 80s, the Buckminster Fuller inspired dome has been a landmark on Vancouver’s evening cityscape, augmented by flashing strobe lights. In 2009, Science World management opted to update the dome and replace the points of light (originally fitted with A lamps and then later with CFLs) by installing sustainable LEDs. “They also specified that the new system contain opportunities for visitor interaction as do the exhibits in the science museum,” says Lightworks principal, Darren Luce, who supplied the equipment and managed the project. To meet the performance criteria, Lumenpulse created 291 customized Lumendome fixtures incorporating a 15-watt RGB LED light engine within an IP66 housing with sealed diffusing optics.\r\n\r\nEquipment specified\r\n291 x Lumendome Medium Color Changing\r\n\r\n\r\nEngineer & Lighting Design: Nemetz (S/A) & Associates Ltd. \r\nLighting Design: EOS Lightmedia \r\nClient: Telus World of Science', 'http://www.lumenpulse.com/projects/9/telus-world-of-science', 'LMP010_Telus_World_of_Science_small.jpg', 'Telus World of Science', 'LEDELUM. PROJECTS LIBRARY. Telus World of Science', 'Project Telus World of Science with Color Changing LED installation is located in Vancouver, British Columbia, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-28 00:00:00'),
(33, 'LMP011', 28, 'Pandora Jewelry', 'Hereford, United Kingdom', 'To help the BREEAM (Building Research Establishment Environmental Assessment Methodology) score at their Hereford, UK, store, Pandora Jewelry needed to implement a more energy-efficient lighting scheme. But how do you do that while still bringing out the best in the chain’s famed jewelry?\r\n\r\nPandora chose to replace the store’s Ceramic Metal Halide (CDM) lamps with Lumenalpha Multi Downlights in 3000K. The swap reduced wattage per lamp from 20W to 11.7W, resulting in a 47% decrease in energy consumption. The Multi Downlights also last roughly four times as long as traditional CDM lamps, eliminating costly and labor-intensive annual relamping and maintenance – all while ensuring a consistently high quality of light over its lifetime.\r\n\r\nInstalled in linear lines across the ceiling, the luminaires provide bright general lighting with exceptional color rendering (CRI of 80+), creating a warm, luxurious ambiance and giving Pandora’s merchandise the sparkle it deserves.  \r\n\r\nEquipment specified:\r\n\r\n33 x Lumenalpha Multi 3 (3000k, CRI 80+)\r\n 1 x Lumenalpha Multi 1 (3000k, CRI 80+)\r\n\r\n\r\nClient: Pandora Jewelry \r\nPhotographer: Ian Robinson', 'http://www.lumenpulse.com/projects/139/pandora-jewelry', 'LMP011_Pandora_Jewelry_small.jpg', 'Pandora Jewelry', 'LEDELUM. PROJECTS LIBRARY. Pandora Jewelry', 'Project Pandora Jewelry with General Lighting LED installation is located in Hereford, United Kingdom . Discover lighting design solutions and luminaires types specified in the project.', '2015-11-28 00:00:00'),
(34, 'LMP012', 28, 'Latham Hotel', 'Philadelphia, Pennsylvania, United States', 'Built in 1907, the Latham Hotel is near many of Philadelphia’s most popular sites like the Liberty Bell, the Independence Mall and Rittenhouse Square. As part of overall renovations to update the historic hotel’s image, the 150-watt metal halide fixtures used to light the building’s exterior were replaced with Lumenfacade Stand Alone fixtures, while the canopy is lit with Lumenfacade Remote luminaires.\r\n\r\nOn the second and third floors, 10° x 60° optics graze the building’s textured facade in a warm 3000K glow, accentuating the Art Nouveau stone carvings. The 2-foot fixtures fit perfectly between the windows, with no light leaking into the guest rooms. The canopy, where the Lumenfacade Remote fixtures are installed, provides a comfortable, abundant expanse of light at the entrance.\r\n\r\nThe retrofit project went smoothly and the owner, Ocean Properties, Ltd., appreciates the fixtures’ slim design and strong light quality. Because the Lumenfacade fixtures have an L70 lifetime of 120,000 hours, the Latham Hotel staff are also pleased with not having to change the lamps frequently, a problem they faced with the previous luminaires.\r\n\r\nEquipment Specified\r\n\r\nExterior Facade:\r\n 14 x Lumenfacade Stand Alone (2’, 3000K, 10° x 60°)\r\n\r\nCanopy:\r\n 6 x Lumenfacade Remote (4’, 3000K, 30° x 60°)\r\n 2 x Lumenfacade Remote (3’, 3000K, 30° x 60°)\r\n 2 x Lumenfacade Remote (2’, 3000K, 30° x 60°)\r\n\r\n\r\n\r\nClient: Ocean Properties, Ltd. \r\nPhotographer: Barry Halkin', 'http://www.lumenpulse.com/projects/65/latham-hotel', 'LMP012_Latham_Hotel_small.jpg', 'Latham Hotel', 'LEDELUM. PROJECTS LIBRARY. Latham Hotel', 'Project Latham Hotel with Flood lighting LED installation is located in Philadelphia, Pennsylvania, United States. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-28 00:00:00'),
(36, 'BGA001', 40, 'Chandler City Hall', 'Chandler, AZ', 'This five-story building, featuring a modern façade, unusual angles, colorful night lighting, fountains and landscaped courtyard, has been open for less than a year but continues to draw rave reviews from residents and visitors alike.\r\nThe location, designed to house the city\'s offices, has become a favorite for local photographers. \"I\'m amazed at how many great shots there are in this complex. The lighting is phenomenal,\" said city spokesman Craig Younger, an amateur photographer.\r\nAmong the favorite spots is beneath a five-story \"Turbulent Shade\" that covers the building\'s west side. Created by California artist Ned Kahn, the illuminated work is made of 1,000 rectangles of perforated stainless-steel that undulate with the breeze above the \"Chandler City Hall\" letters.\r\nThe new city hall\'s popularity is not by happenstance. SmithGroup designed this elegant building for the community to create a sense of place and identity to encourage activity and interaction between visitors. The multi-purpose complex reflects the surrounding terrain and consists of council chambers, administrative offices, a public television studio and a 330-space parking structure.\r\nIt is estimated that pedestrians can reach any location on the Historic Downtown square, as well as the Community Center, Senior Center, Library, and Transportation and Development buildings in an easy walk of five minutes or less.\r\nBEGA\'s versatile light building elements and rectangular bollards provide the perfect lighting solution for this spectacular setting.', 'http://www.bega-us.com/projects_chandler.aspx?l=-635px', 'Bega_Chandler_lg_02_small.jpg', 'Bega. Chandler City Hall', 'Chandler City Hall', 'Among the favorite spots is beneath a five-story', '2016-09-19 00:00:00'),
(37, 'EDG001', 44, 'Residence.', 'USA', 'LED Soft Strip SS3 RGB. Accent and ambient color changing lighting.', 'http://www.edgelighting.com/products/soft_strip_rgb-3w-24v.php', 'Edge_Lighting_ss3_soft_strip_rgb_install_07_small.jpg', 'SS3 soft strip. cove lighting', 'LED Strip. Accent and ambient color changing lighting.', 'LED Strip. Accent and ambient color changing lighting.', '2016-09-19 00:00:00'),
(38, 'EDG002', 44, 'Showroom.', 'USA', 'LED Soft Strip SS3 RGB. Accent and ambient color changing lighting.', 'http://www.edgelighting.com/products/soft_strip_rgb-3w-24v.php', 'Edge_Lighting_soft_strip_3w_12v_install2_small.jpg', 'SS3 RGB Installation', 'SS3 RGB Installation', 'LED Strip. Accent and ambient color changing lighting.', '2016-09-19 00:00:00'),
(39, 'EDG003', 44, 'Origami Risk Office', 'USA', 'Cirrus Channel D1 installation.', 'http://www.edgelighting.com/products/cirrus_channel_60d.php', 'Edge_Lighting_merch_mart_11_small.jpg', 'Cirrus Channel D1 installation.', 'Origami Risk Office', 'Cirrus Channel D1 installation.', '2016-09-19 00:00:00'),
(40, 'EDG004', 44, 'Lobby', 'USA', 'Cirrus Channel D1 installation.', 'http://www.edgelighting.com/products/cirrus_channel_60d.php', 'Edge_Lighting_cirrus_channel_d1_install_08_small.jpg', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.', '2016-09-19 00:00:00'),
(41, 'FOP001', 45, 'Office', 'Criteo, Boston, Massachusetts', 'Architect: Dyer Brown Architects\r\nPhotography: Nick Rezendes Photography', 'http://www.focalpointlights.com/products/linear/seem-2-fsm2ls#overlay=modal-overlay/571%3Fslide%3D0', 'Focal_Point_FSM2LS_criteo_01_small.jpg', 'Seem 2 LED Suspended', 'Seem 2 LED Suspended', 'Seem 2 LED Suspended', '2016-09-19 00:00:00'),
(42, 'FOP002', 45, 'Office', 'Salesforce, San Francisco, California', 'Architect: Gensler\r\nPhotography: Jasper Sanidad Photography', 'http://www.focalpointlights.com/products/downlight/id-45-x-45-downlight-flc44d-lc44#overlay=modal-overlay/3419%3Fslide%3D1', 'Focal_Point_FLC44_salesforce_small.jpg', 'Salesforce, San Francisco, California', 'Salesforce, San Francisco, California', 'Salesforce, San Francisco, California', '2016-09-19 00:00:00'),
(43, 'ELM001', 46, 'Store', 'USA', 'Element Lighting. Adjustable LED downlight installation.', 'http://www.element-lighting.com/Gallery', 'Element_Lighting_element_square_sl_hires_small.jpg', 'Element Lighting Applications', 'Element Lighting Applications', 'Element Lighting Applications', '2016-09-19 00:00:00'),
(44, 'ELM002', 46, 'Residence', 'USA', 'Element Lighting. Adjustable LED downlight installation.', 'http://www.element-lighting.com/Gallery?sid=54&sname=3in%20LED%20Adjustable%20Downlight', 'Element_Lighting_CherryWoodKitchen1_small.jpg', 'Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', '2016-09-19 00:00:00'),
(45, 'ELM003', 46, 'Office', 'New-York, USA', 'Element Lighting. Adjustable LED downlight installation.', 'http://www.element-lighting.com/Gallery?sid=54&sname=3in%20LED%20Adjustable%20Downlight', 'Element_Lighting_EmpireStateOffice1_small.jpg', 'Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', '2016-09-19 00:00:00'),
(47, 'TRX017', 27, 'Nemours Children’s Hospital', 'Orlando, FL, USA', 'Nemours Children’s Hospital, a state-of-the-art pediatric healthcare facility, now features vibrant, interactive lighting throughout its 60-acre campus, a concept developed by architect-of-record Stanley Beaman & Sears (SBS), associate architect Perkins+Will, and lighting designer Anjan Sarkar of CD+M. The motor court of the Orlando, Florida children’s hospital, the only LEED® Gold Certified hospital in Central Florida, features a set of concentric arcs, illuminated by Traxon String RGB installed under the wall caps. Upon entering the main lobby, the focal point is a dynamic and inspirational digital artwork lighting installation, conceived as a folding pane, which begins at the wall and blends into the ceiling. Developed in partnership by the Design Team, with programming and installation by idesign, Traxon 16PXL Boards create the wall application and 1PXL Boards are installed in the ceiling, all wrapped in 3Form Chroma Diffusion, displaying preprogrammed video and animation clips, such as images of the sky, fields, and landscapes. The installation, also integrated by idesign, offers color-changing options and is controlled by e:cue’s Lighting Control Engine. Just past the media wall, Traxon String RGB is installed in the reception desk and overhead drum, and over 1,600 linear feet of Traxon Cove Light AC Dim in warm white provide ambient lighting throughout the hospital’s hallways and elevator lobby. In the patient rooms, 1PXL Cove Light XR RGB fixtures are installed over the beds in a ceiling canopy, washing the walls with dynamic color, which is controlled by each patient through interactive television. The Cove Lights in the patient rooms also provide colorful exterior lighting for the building façade, which was designed by SBS and Perkins+Will to resemble a Rubik‘s Cube. In addition to providing engagement and distraction for patients and visitors, the innovative lighting display adds inspirational content that supports Nemours’ mission to create a healthcare facility 100 percent focused on the needs of children and their families.\r\n\r\n\r\nLighting Designer :Anjan Sarkar, CD+M\r\nClient :Nemours Children’s Hospital	 	\r\nArchitect :Stanley Beaman Sears\r\nM&E Contractor/General Contractor: Skanska\r\nVAP/System Integrator: idesign\r\nLighting Programmer: idesign', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14229/Nemours%20Children%E2%80%99s%20Hospital%20-%20Orlando,%20FL,%20USA', 'Nemours_Children_Hospital_small.jpg', 'Nemours Children’s Hospital - Orlando, FL', 'Nemours Children’s Hospital', 'Nemours Children’s Hospital, a state-of-the-art pediatric healthcare facility, now features vibrant, interactive lighting', '2016-11-19 00:00:00'),
(48, 'LAW100', 40, 'X office', 'go figure installation', 'test', 'test', 'go figure installation.jpg', 'go figure installation', 'go figure installation', 'go figure installation', '2018-01-26 00:00:00'),
(51, 'LMP013', 28, 'Jacques-Cartier Bridge', 'Montreal, Quebec, Canada', 'Client: The Jacques Cartier and Champlain Bridges Incorporated\r\nLighting Concept: Moment Factory\r\nLighting Consultants: Ambiances Design Productions, ATOMIC3, Éclairage Public/Ombrages, Lucion Média, Réalisations, UDO Design\r\nEngineer: Consortium WSP–AECOM\r\nProject Management: The Jacques Cartier and Champlain Bridges Incorporated\r\nInstallation: Pomerleau\r\nPhotographer: The Jacques Cartier and Champlain Bridges Incorporated', 'https://www.lumenpulse.com/en/projects/241/jacques-cartier-bridge', 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_small.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Jacques-Cartier Bridge', 'Jacques-Cartier Bridge, Montreal, Quebec, Canada', '2018-02-04 00:00:00'),
(52, 'LMP014', 28, 'Åre Ski Resort', 'Åre, Sweden', 'Equipment Specified\r\n66 x Lumenbeam LBX (custom static blue and 4000K white, narrow flood 20˚ optics)\r\n61 x Lumenbeam LBX (custom static blue and 4000K white, narrow spot 10˚ optics)\r\n3 x Lumenbeam LBX (RGB, very narrow 6˚ optics)\r\n2 x Lumenbeam LBX (RGB, flood 40˚ optics)\r\n8 x Lumenbeam Large (RGB, narrow flood 20˚ optics)\r\n2 x Lumenbeam Large (RGB, narrow spot 10˚ optics)\r\n2 x Lumenbeam Large (3000K, narrow spot 10˚ optics)\r\n90 x Lumenbeam Medium (3000K, narrow spot 10˚ optics)\r\n6 x Lumenbeam Medium (RGB, narrow spot 10˚ optics)\r\n1 x Lumenbeam Medium (RGB, flood 40˚ optics)\r\n\r\nLighting Design: Ljusarkitektur\r\nPhotographer: Mikael Silkeberg\r\nPartner: Stockholm Lighting', 'https://www.lumenpulse.com/en/projects/12/are-ski-resort', 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_small.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Åre Ski Resort', 'Åre Ski Resort, Åre, Sweden', '2018-02-04 00:00:00'),
(53, 'LMP015', 28, 'Space Shuttle Atlantis', 'Cape Canaveral, Florida, United States', 'Fisher Marantz Stone design team:\r\nCharles Stone, President\r\nZack Zanolli, Design Principal\r\nPaula Martinez-Nobles, Project Manager\r\n\r\nEquipment Specified\r\n2 x Lumenbeam XLarge DWH (40°)\r\n27 x Lumenbeam XLarge DWH (20°)\r\n11 x Lumenbeam XLarge DWH (10°)\r\n1 x Lumembeam XLarge (4000K, 6°)\r\n48 x Lumenbeam Large DWH (20°)\r\n10 x Lumenbeam Large DWH (10°)\r\n5 x Lumenbeam Large DWH (6°)\r\n48 x Lumenbeam Large (4000k, 10°)\r\n13 x Lumenbeam Large (4000K, 6°)\r\n43 x Lumenbeam Medium (4000K, 6°) \r\n25 x Lumenbeam Medium DWH (6°)\r\n66 x Lumenbeam Medium (4000K, 20°)\r\n18 x Lumenbeam Medium (4000K, 10°)\r\n68 x Lumenfacade Interior (4\', 4000K, 30 x 60)\r\n10 x Lumenfacade Interior (1\', 4000K, 30 x 60)\r\n62 x Lumenfacade (4\', 4000K, 10 x 60)\r\n2 x Lumenfacade Interior RGB (1\', 30 x 60)\r\n14 x Lumenfacade Interior RGB (2\', 30 X 60)\r\n1 x Lumenfacade Interior RGB (3\', 30 X 60)\r\n87 x Lumenfacade Interior RGB (4\', 30 X 60)\r\n40 x Lumenfacade Interior DWH (1\', 10 x 60)\r\n\r\nArchitect: PGAV Destinations\r\nPhotographer: Ben Cooper', 'https://www.lumenpulse.com/en/projects/92/space-shuttle-atlantis', 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_small.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Space Shuttle Atlantis', 'Space Shuttle Atlantis, Cape Canaveral, Florida, United States', '2018-02-04 00:00:00'),
(54, 'LMP016', 28, 'College Montmorency', 'Laval, Quebec, Canada', 'The corridors of College Montmorency in Laval, Quebec are illuminated with Lumenbeam Large Pendants in a warm and comfortable colour temperature. A narrow 10-degree optic was chosen to provide distinctive accents of light on the floor, while a wider optic was used to provide a more general ambient light. The pendants were fitted with snoots to shield against any glare.\r\n\r\nEquipment specified\r\n\r\n7 x Lumenbeam Large Pendant (3000K, narrow spot 10° optic, 4\' stem, with snoot)\r\n13 x Lumenbeam Large Pendant (3000K, flood 40° optic, 4\' stem, with snoot)\r\n\r\nArchitect: Vincent Leclerc et Associés\r\nEngineer: Dessau', 'https://www.lumenpulse.com/en/projects/35/college-montmorency', 'LMP_College_Montmorency_Lumenbeam_LBLP_Color_Changing_small.jpg', 'Lumenpulse.College Montmorency.Lumenbeam LP Color Changing', 'College Montmorency', 'College Montmorency, Laval, Quebec, Canada', '2018-02-04 00:00:00'),
(55, 'LMP017', 28, 'Duty-Free Boutiques - Montréal–Pierre Elliott Trudeau International Airport', 'Montreal, Quebec, Canada', 'The colour temperature (3500K) of all luminaires was easily matched to the temperature of other fixtures throughout the terminal. Different optics were used, depending on the luminaires\' task; the Multi3 spotlight retail displays, the Lumenline fixtures offer general lighting. while the Lumencove fixtures graze display backdrops.\r\n\r\nEQUIPMENT SPECIFIED \r\nDownlight Multi 3, 700lm, 3500K, 40° medium beam\r\nDownlight Multi 3, 2000lm, 3500K, 40° medium beam\r\nDownlight Multi 3, 1300lm, 3000K, Narrow 10° spot\r\nSpot Small, 2000lm, 3500K, 40° medium beam\r\nLumenline Recessed Direct\r\nLumenline Pendant Direct\r\n\r\nArchitect: PROVENCHER_ROY\r\nEngineer: Pageau Morel\r\nProject Management: AerRianta International (North America) Inc.\r\nPhotographer: Stéphane Brugger', 'http://www.lumenpulse.com/en/projects/198/duty-free-boutiques-montreal-pierre-elliott-trudeau-international-airport', 'LMP_Duty_Free_Boutiques_LAMC3_small.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Duty-Free Boutiques - Montréal–Pierre Elliott Trudeau International Airport', 'Duty-Free Boutiques - Montréal–Pierre Elliott Trudeau International Airport, Montreal, Quebec, Canada', '2018-02-04 00:00:00'),
(56, 'LMP018', 27, 'BMW Rome', 'Rome, Italy', 'Lighting designer Piero Comparotto was brought in to develop a new, sustainable lighting scheme, which would reduce day-to-day operational costs and ensure a consistent level of performance.\r\nOpting for a warm 3000K colour temperature, Comparotto mounted the luminaires in linear lines throughout the showroom. A combination of different beam angles, sometimes within the same multi-head downlight, was then selected to create display contrasts and focal points. This multiple beam angle option also allowed the same style of luminaires to be used in all areas of the space, including the showroom and sales offices, maintaining a unified aesthetic.\r\n\r\nThe result is a high-performance, energy-efficient lighting design that is easy to operate and every bit as elegant as the BMW brand itself.\r\n\r\nEquipment specified:\r\n\r\n16 x Multi 1 (3000K, 80CRI, 40°)\r\n12 x Multi 1 (3000K, 80CRI, 60°)\r\n64 x Multi 2 (3000K, 80CRI, 40°)\r\n36 x Multi 2 (3000K, 80CRI, 60°)\r\n27 x Multi 3 (3000K, 80CRI, 60°)\r\n179 x Multi 3 (3000K, 80CRI, 40°/60°/40°)\r\n20 x Multi 3 (3000K, 80CRI, 20°/40°/20°)\r\n48 x Multi 4 (3000K, 80CRI, 40°)\r\n16 x Multi 4 (3000K, 80CRI, 60°)\r\n43 x Multi 4 (3000K, 80CRI, 40°)', 'http://www.lumenpulse.com/en/projects/117/bmw-rome', 'LMP_BMW_Rome_LAMC3_small.jpg', 'Lumenpulse.BMW Rome.LAMC3', 'BMW Rome', 'BMW Rome, Rome, Italy', '2018-02-04 00:00:00'),
(57, 'LMP019', 28, 'Next, Rugby', 'Rugby, Warwickshire, United Kingdom', 'In an ongoing effort to improve efficiency and the customer experience, UK fashion retailers Next have turned their store in Rugby, Warwickshire, into a test bed for new lighting applications and technology. To accomplish this, the chain turned to Lumenpulse and Lumentalk technology.\r\n\r\n\"Next had been looking for ways to reduce energy consumption across its stores, and so the goal at the outlet in Rugby was to increase flexibility, allowing them to test and measure the effect of different dimming and control scenarios,\" said Simon Morrison Senior Vice-President Global Business EMEA at Lumenpulse.\r\n\r\nWith Lumentalk, Next, Rugby can individually dim and control over 500 Lumenpulse AlphaLED downlights and spotlights via DMX, over existing power lines.\r\n\r\nThis ability to test, and then fine-tune, different control strategies may end up having a transformative effect on the operation and appearance of the chain\'s stores across the UK, and this has not gone unnoticed: Next, Rugby has been named the Lux AwardsControls Project of the Year for 2015.\r\nEquipment Specified:\r\n\r\nLumentalk\r\nMulti 3 Downlight\r\nMulti 4 Downlight\r\nTrack Spot Large\r\n\r\nPhotographer: Ian Robinson', 'http://www.lumenpulse.com/en/projects/144/next-rugby', 'LMP_Next_Rugby_LAMC_small.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Next, Rugby', 'Next, Rugby, Rugby, Warwickshire, United Kingdom', '2018-02-04 00:00:00'),
(58, 'LMP020', 28, 'Birks Laval', 'Laval, Quebec, Canada', 'Birks is Canada\'s first jewellery chain in Canada, with the opening of its Square Philips flagship store in 1879. In order to better illuminate the jewels from its Carrefour Laval store, the Canadian company partnered with the design and architect firm Ædifica, which then collaborated with Lumenpulse, with whom it has been working for years.\r\n\r\n\'\'The main lighting challenges consisted in using judiciously the lighting sources and the light colours to illuminate the jewels at their best, and also to insure an optimal positioning of the lighting (angles, distance, etc.) to favour the products\' shimmering effects,\'\' says Boutin.\r\n\r\nTo achieve this, the firm chose a mix of Multi 1, Multi 2 and Multi 3 Downlights in 3000K and 3500K. Installed on the ceiling throughout the store, the luminaires illuminate displays case, while also providing bright general lighting. Spot Small luminaires were then installed in the black niche above the centre of the boutique. Fully adjustable, the luminaires increases the store\'s flexibility, allowing it to change or enhance display lighting, as needed.\r\n\r\nEquipment specified:\r\n\r\n46 x Spot Small (3000K, CRI 80+)\r\n11 x Lumencove Nano (1\', 3000K, CRI 80+)\r\n4 x Lumencove Nano (4\', 3000K, CRI 80+)\r\n46 x Downlight Multi 1 (3000K, CRI 80+)\r\n1 x Downlight Multi 1 (3500K, CRI 80+)\r\n36 x Downlight Multi 2 (3000K, CRI 80+)\r\n2 x Downlight Multi 2 (3500K, CRI 80+)\r\n6 x Downlight Multi 3 (3000K, CRI 80+)\r\n1 x Downlight Clear Small (3500K, CRI 80+)\r\n\r\nLighting Design: Ædifica\r\nPhotographer: Sebastien Racicot', 'http://www.lumenpulse.com/en/projects/163/birks-laval', 'LMP_Birks_Laval_LAMC3_small.jpg', 'Lumenpulse.Birks Laval.LAMC3', 'Birks Laval', 'Birks Laval, Laval, Quebec, Canada', '2018-02-04 00:00:00'),
(59, 'LMP021', 28, 'XXXXX Jolly\'s House of Fraser', 'Bath, United Kingdom', 'HoF used downlights at 3000K, illuminating the central walkways and displays with warm white light. The luminaires use a high colour rendering option of 98 to bring out the vibrancy and colours of the makeup counters, ensuring customers get an accurate (and flattering) perspective. The luminaires also provide an additional benefit: they use significantly less energy, reducing the overall cost of operation.\r\n\r\nEquipment specified:\r\n\r\n67 x Multi 1 Downlight (3000K, 98CRI, 40°)', 'http://www.lumenpulse.com/en/projects/119/jollys-house-of-fraser', 'LMP_Jollys_House_Fraser_LAMC1_small.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Jolly\'s House of Fraser', 'Jolly\'s House of Fraser, Bath, United Kingdom', '2018-02-06 00:00:00'),
(60, 'LMP022', 28, 'XXXXX BMO Capital Markets', 'Montreal, Quebec, Canada', 'Equipment Specified:\r\n\r\n1 x Lumenline Recessed (12\', 3500K)\r\n6 x Lumenline Recessed (3500K)\r\n6 x Lumenline Recessed TBAR (14\', 3500K)\r\n25 x Lumenline Recessed TBAR (4\', 3500K)\r\n2 x Lumenline Recessed (6\', 3500K)\r\n1 x Lumenline Recessed (8\', 3500K)\r\n2 x Lumenline Recessed (12\', 3500K)\r\n3 x Lumenline Pendant (16\', 3500K) \r\n2 x Lumenline Pendant (20\', 3500K)\r\n2 x Lumenline Pendant (9\', 3500K)\r\n2 x Lumenline Pendant (23\', 3500K)\r\n7 x Multi 1 Downlight (60, 3500K)\r\n25 x Lumencove 2.0 (4\', 3500k)', 'http://www.lumenpulse.com/en/projects/149/bmo-capital-markets', 'LMP_BMO_Capital_Markets_LAMC1_small.JPG', 'Lumenpulse.BMO Capital Markets.LAMC1', 'BMO Capital Markets', 'BMO Capital Markets, Montreal, Quebec, Canada', '2018-02-06 00:00:00'),
(61, 'ERC001', 62, 'Danubiana Meulensteen Art Museum', 'Bratislava, Slovakia', 'Architecture: Jan Kukula with Atelier 008, Bratislava. Photographer: Dirk Vogel, Dortmund.', 'http://www.erco.com/products/indoor/swf-3circuit/pantrac-5733/en_us/', '', '', 'LEDELUM. PROJECTS LIBRARY. Danubiana Meulensteen Art Museum', 'Project Danubiana Meulensteen Art Museum is located in Bratislava, Slovakia.', '2018-02-22 00:00:00'),
(62, 'ERC002', 62, 'City Hall', 'Florence, Italy', 'City Hall, Florence. Photographer: Dirk Vogel, Dortmund.', 'http://www.erco.com/products/indoor/swf-3circuit/pantrac-5733/en_us/', '', '', 'LEDELUM. PROJECTS LIBRARY. City Hall', 'Project City Hallis located in Florence, Italy. discover lighting design solutions and luminaires types specified in the project.', '2018-02-22 00:00:00'),
(63, 'DLT001', 64, 'Other Criteria', 'New York (US)', 'Other Criteria, the arts-based publishing company founded by Damien Hirst, announced the opening of its first retail location in the United States on May 6th 2014. Located at 458 Broome Street in New York’s SoHo, the store will carry the full array of products found in the brand’s stores in the United Kingdom, including original prints, editions, books, jewelry, and artist designed items, including rugs, wallpaper and vases.\r\n\r\nDelta Light’s Supernova – a range of large size luminaires – were used for general lighting and an eye catcher on the ground floor level of the store. Working around ducts and services, an intricate pattern of suspended dimmable track lights was used throughout the store. Delta Light’s circular Supernova XS was used for general lighting and Ultra Twin point source luminaires for a directed light effect. These high-efficient LED luminaires offer maximum flexibility in movement; enabling the store management to adapt the lighting at any time to match the changing needs of the use of the store. \r\n\r\nArchitect\r\nMichel Schranz Design & Architecture Ltd.\r\n\r\n\r\nContractor\r\nTeamCIS', 'https://www.deltalight.us/en/inspiration/all-projects/project/other-criteria-new-york-us-2726', 'Delta-Light-Other-Criteria_small.jpg', 'Other Criteria', 'LEDELUM. PROJECTS LIBRARY. Other Criteria', 'Project Other Criteria is located in New York, USA. Discover lighting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(64, 'DLT002', 64, 'Designspace', 'London, GB', 'This showroom is a dramatic 4000 sq ft space in which DesignSpace London have created fifteen realistic living spaces, showcasing inspirational kitchen, bathroom and living concepts. The displays feature many new products never seen before in the UK including the latest in ‘technical’ materials and developments.\r\n\r\nDelta Light worked closely with the showroom designers to create a subtle lighting system that showcases their products to their best. We used a selection of lighting products including our Supernova XS Pivot, Boxy, Spy and B-Liner suspended profile. In the main room sets we used a track lighting system with You Turn Opto 360° rotating system to fully accommodate the demands of a changing showroom.', 'https://www.deltalight.us/en/inspiration/all-projects/project/designspace-london-gb-2917', 'Delta-Light-Designspace_small.jpg', 'Designspace', 'LEDELUM. PROJECTS LIBRARY. Designspace', 'Project Designspace is located in London, GB. Discover lighting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(65, 'TRX018', 27, 'Chevy Chase Pavilion', 'Washington, D.C., USA', 'Located in the Friendship Heights neighborhood of Washington D.C., the newly renovated Chevy Chase Pavilion features a large, attention-grabbing media wall in the atrium of the upscale shopping mall. The investor representing ownership, Clarion Partners, recently embarked on a $32 million repositioning plan with the architectural firm Streetsense to rejuvenate the mall, attract high-end retailers and position it as the go-to retail and dining destination in the region. Comprised of Traxon 16PXL Boards and 4PXL add-on Boards behind 3Form material, the three-story media wall not only displays color-changing effects, but tells a narrative through videobased content, imagery, and abstract effects. The installation became three dimensional through the addition of 16PXL Boards to the sides of the main escalators situated directly in front of the wall. Opposite of the escalators and wall is a staircase where the edge of each stair riser is smoothly illuminated by Traxon’s 1PXL Strip. The floor edges of the atrium are lined with 1PXL Strip RGB designed to encircle customers and draw attention to the main wall by creating coordinated linear effects. Controlled by e:cue’s Butler, Video Micro Converter, Lighting Control Engine (LCE), and LCE-fx, the wall and escalators work in tandem, tying together the entire atrium space. Traxon worked closely with the architect, Streetsense, and programmer/installer, idesign, to overcome the challenges of designing and installing a large-scale project of this nature. The result is an exciting, lively and modern shopping and dining environment that sets the Chevy Chase Pavilion apart from other shopping malls.\r\n\r\nProgrammer: idesign, LLC\r\nGeneral Contractor: Hitt Construction\r\nLighting Designer: MCLA Architectural Lighting Design\r\nClient: Clarion Partners	 	\r\nArchitect: Streetsense', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14236/Chevy%20Chase%20Pavilion%20%E2%80%93%20Washington,%20D.C.,%20USA', 'Traxon-Chevy-Chase-Pavilion_small.jpg', 'Chevy Chase Pavilion', 'LEDELUM. PROJECTS LIBRARY. Chevy Chase Pavilion', 'Project Chevy Chase Pavilion is located in Washington, D.C., USA. Discover lighting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(66, 'TRX019', 27, 'Norwegian Cruise Line', 'Papenburg, Germany', 'Lighting on a cruise ship calls for something striking, elegant, and luxurious, yet at the same time robust and energy-efficient. With the help of OSRAM‘s energy efficient LED technology, two of Norwegian Cruise Line (NCL)’s newest ships – “Getaway” and the award-winning “Breakaway” – are able to achieve the design vision, while reducing ship operators’ energy costs by up to 18%. With this target in mind, the Meyer Werft shipbuilders installed about 17 kilometers of flexible LED modules and other luminaires, ranging between 60,000 and 80,000 lights per ship, from simple spotlights to chandeliers and disco lighting. OSRAM worked closely with shipbuilders to offer a wide range of energy-efficient lighting solutions—from lamps and ballasts to flexible LED systems and LED luminaires, down to intelligent dynamic lighting and control solutions from our subsidiary Traxon Technologies and its control brand, e:cue. Additionally, the solution needed to meet the high standards required when it comes to fire safety and the saltwater resistance of the luminaires, without compromising the design intent. After successfully tackling the complex task of constructing a cross between luxury hotel and ocean liner, OSRAM is working alongside Meyer Werft with other partners on further projects.\r\n\r\nLighting Design General Illumination: Project International, London\r\nLighting Design Entertainment Area: FUNA\r\nHead of OSRAM Marine Lighting: Andreas Bär\r\nProject Manager Getaway: Stephan Schmees', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14255/Norwegian%20Cruise%20Line%20%E2%80%93%20Papenburg,%20Germany', 'Traxon-Norwegian-Cruise-Line_small.jpg', 'Norwegian Cruise Line', 'LEDELUM. PROJECTS LIBRARY. Norwegian Cruise Line', 'Project Norwegian Cruise Line is located in Papenburg, Germany. Discover lighting design and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(67, 'TRX020', 27, 'PCK refinery', 'Schwedt, Germany', 'The new control center at the PCK refinery in Schwedt is housed in an explosion-proof and therefore windowless building. In cooperation with the Fraunhofer Institute for Industrial Engineering (IAO), Lichtvision Design and LightLife, the company responsible for design planning and implementation, a lighting concept was developed that creates a pleasant working atmosphere for the employees even without daylight. Innovative LED modules and lighting control from Traxon and e:cue play a major part.\r\n\r\nTogether with the Fraunhofer Institute the values were matched to one another according to the latest scientific findings to ensure optimum conditions for a 24-hour shift operation. In addition to cloudy skies, there are airplanes and birds flying across the light ceiling every now and then, and shift changes are accompanied by colorful mood lighting.\r\n \r\nThe 108 square meter video light ceiling comprises a total of 1,724 Traxon 16 PXL Board RGB LED modules. Eight e:cue Video Micro Converters (VMCs) convert the digital video signals to e:pix control signals.\r\n\r\nLighting Designer: Lichtvision Design\r\nInstaller: LightLife', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14361/PCK%20refinery%20-%20Schwedt,%20Germany', 'Traxon-PCK-refinery_small.jpg', 'PCK refinery', 'LEDELUM. PROJECTS LIBRARY. PCK refinery', 'Project PCK refinery is located in Schwedt, Germany. Discover ligting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(68, 'IGZ001', 65, 'Castellana 77', 'Madrid, Spain', 'Azca is Madrid’s business district, and for almost forty years, the tower that stands at number 77 Paseo de La Castellana has marked its centre. Built in the 1970s, the tower was originally known as the Ederra Tower or the Saint Gobain building. For years, then, it has stood contemplating the passing of time and being marked by time in a process that gradually aged its facade, depriving it of the kind of interaction with its urban context that every building should enjoy.\r\n\r\nNow, its recent acquisition by the Gmp property group and the refurbishment carried out by the Luis Vidal + Arquitectos studio has made the tower a new Azca icon, thanks mainly to the management of its energy impact that is so efficient the complex has even been awarded prestigious LEED Gold certification.\r\n\r\nLight and identity are the two main concepts on which the design is based, as the architectural studio is firmly convinced that only a powerful identity can make what is visible invisible. The first goal defined was that of taming sunlight and exploiting it to create an image that would express a clear identity during both the day and night. Light is a source of both energy and heat. The issue of heat has been resolved by adding a series of ETFE blade-like strips to the facade, which allow light to pass, but not heat. The strips were positioned after careful research into the exposure of different kinds of facade to sunlight. The result is a series of waves with specific curves and consequently specific areas of shade, in order to guarantee protection, energy savings and visual comfort.\r\n\r\nKilometres of RGB Underscore InOut light lines, using DALI protocol, have been installed along these ETFE strips to create changes in colour, tone and movement that light up the building and turn it into a landmark on the nocturnal skyline. So, it has become a building that literally changes through light.\r\n\r\nClient:\r\nGmp Group\r\nArchitectural project:\r\nVidal y asociados\r\nEngineering:\r\nVectoria', 'https://www.iguzzini.com/us/projects/project-gallery/castellana-77/', 'iGuzzini-Castellana-77_small.jpg', 'iGuzzini Castellana 77', 'Castellana 77, Madrid, Spain', 'Project Castellana 77 is located in Madrid, Spain. Discover lighting design and luminaires types specified in the project.', '2018-03-13 00:00:00'),
(69, 'IGZ002', 65, 'The Scrovegni Chapel', 'Padua, Italy', 'The Scrovegni Chapel in Padua is an absolute masterpiece of medieval art. Currently a candidate for a place in the UNESCO List of World Heritage sites, the chapel’s interiors host Giotto’s most complete cycle of frescoes. \r\n\r\nThe desire to improve both the visitor’s experience of Giotto’s masterpiece and the management of the previous lighting system has encouraged the ISCR (Higher Institute of Conservation and Restoration) and iGuzzini to develop an innovative lighting system and implement a groundbreaking application of smart lighting to art heritage. The project, conducted in close collaboration with the Photometry Division of the Higher Institute of Conservation and Restoration and supervised by the Interdisciplinary Scientific Commission for the Conservation and Management of the Scrovegni Chapel, has generated a continuous relationship with the Chapel. iGuzzini has also committed to suggesting eventual improvements in the years to come as advances in technology bring about new solutions.\r\n\r\nThe new IoT lighting system is a “restoration of perception” project that combines LED luminaires, environment sensors and internet protocol software to light the fourteenth century fresco cycle. The installation of Palco COB and Laser Blade luminaires offer a high colour rendering index and a design that blends perfectly with the chapel’s architectural features, as well as immediately guaranteeing a better perception of the frescoes’ colours, especially in terms of the warm tones (yellow-orange-red), which enhance the gold leaf used in the haloes and other features. The system also brings immediate improvements to the already optimal conservation conditions of the painting cycles by zeroing UV and IR emissions to avoid any risk of damage, and achieves energy savings that are 60% more than the previous system. Using products with Tunable White technology that enables white light tones to be adjusted dynamically as the intensity of natural light varies, means that in a second phase, visitors will be able to see these frescoes more clearly no matter what time of day it is. In an initial phase, sensors designed specifically for the Chapel will measure the variations in natural light. Then, once this data has been processed, a dynamic smart lighting system will be installed that will use a specific and highly advanced algorithm to adapt the artificial light to any changes in environmental conditions. This will benefit both the visual experience and the conservation of the paintings, as the artificial light will interact dynamically with the natural light and automatically adjust the colour temperature and intensity to constantly achieve values that offer the best possible viewing conditions.\r\n\r\nThe system operates on an internet protocol developed for sensor nodes and compatible with the worldwide web. So, each sensor node can be reached remotely to view the data measured or to change the settings for a more emotional, true and immersive experience of the magical colours of Giotto’s art.\r\n\r\nClient:\r\nMunicipality of Padua\r\nLighting project:\r\nISCR, with the technical collaboration of iGuzzini\r\nScientific commission:\r\nInterdisciplinary Scientific Commission for the Conservation and Management of the Scrovegni Chapel\r\nPhotographer:\r\nCristian Fattinnanzi', 'https://www.iguzzini.com/us/projects/project-gallery/the-scrovegni-chapel/', 'iGuzzini-The-Scrovegni-Chapel_small.jpg', 'iGuzzini. The Scrovegni Chapel', 'The Scrovegni Chapel, Padua, Italy', 'Project The Scrovegni Chapel is located in Padua, Italy. Discover lighting design and luminaires types specified in the project.', '2018-03-13 00:00:00'),
(70, 'IGZ003', 65, 'St. Pierre Cathedral', 'Geneva, Switzerland', 'With its imposing Gothic-Romanesque style and Neoclassic façade added in 1750, the St. Pierre Cathedral, in the historic centre of Geneva, is one of the symbols of the Protestant Reformation. \r\n\r\nIn 2010, the Clefs St. Pierre Foundation entrusted the Ruffieux Chehab Associes studio and Piero Castiglioni with the design of a new indoor and outdoor lighting system for the cathedral. The definitive design was installed in 2017 and its integration with the cathedral’s architecture was conducted in collaboration with the architect, Tiziano Borghini, and his Geneva-based studio, GM Architectes Associés, that was responsible for the cathedral’s restoration.\r\n\r\nHaving been stripped of all decoration during the Reformation, the cathedral’s interior is bare, austere and distinguished mainly by the bold rhythm of its pillars. During the day, sunlight filters in through high, stained-glass windows that create a soft, even, diffuse light that is naturally dynamic and changes colour and quality according to the time of day and year. The artificial lighting respects the building’s architecture and atmosphere by using low level, high contrast lighting with a colour temperature of 3000 K. The form of the large circular chandeliers that previously hung midway between the ceiling and floor in the central nave and side aisles was also kept. This old-fashioned style of lighting was maintained for its aesthetics, but the materials and lamps were updated and are now operated by a modern control system.\r\n\r\nIn line with a design by Piero Castiglioni, iGuzzini created a special, wheel-shaped Cestello luminaire in three different diameters: 3 metres for the large version, 2 metres for the medium version and 1.5 metres for the small one. At night, these pendant fixtures generate the same kind of diffuse, homogeneous illumination the building enjoys during the daytime. The direct emission of these special luminaires is also combined with indirect lighting from linear, 15 and 18 mm-width Underscore luminaires, mounted on profiles and tilted by means of a small bracket made specifically by iGuzzini for this project.\r\n\r\nThis fitting allowed the Underscore light lines to be installed in a slightly set-back position at the same height as the upper string-course that indicates the structure of the vaulting. This meant that the luminaires did not have to be mounted directly on the string-course, which is extremely fragile and could have been damaged during installation. To illuminate certain important areas in the cathedral, like the altar and parts of the apse, accent lighting was created using wall-mounted Cestello luminaires and small version iPro spotlights, sometimes grouped into units of 3, 4 or 6. The mounting brackets for these spotlights were also specially designed, this time to minimize the number of drill holes in the stone.\r\n\r\nClient:\r\nClefs St. Pierre Foundation\r\nArchitectural project:\r\nGM Architectes Associes - Tiziano Borghini\r\nLighting project:\r\nRuffieux – Chehab Architectes & Piero Castiglioni\r\nPhotographer:\r\nDaniele Lupini', 'https://www.iguzzini.com/us/projects/project-gallery/st-pierre-cathedral/', 'iGuzzini-St-Pierre-Cathedral_small.jpg', 'iGuzzini. St. Pierre Cathedral', 'St. Pierre Cathedral, Geneva, Switzerland', 'Project St. Pierre Cathedral is located in Geneva, Switzerland. Discover lighting design and luminaires types specified in the project.', '2018-03-14 00:00:00'),
(71, 'IGZ004', 65, 'The Iso Omena shopping centre', 'Espoo, Finland', 'Iso Omena (Finnish for “big apple”) is a pleasant shopping centre full of services and more than 180 stores focused on fashion, leisure and wellness, as well as the classic supermarket. The centre is part of the Citycon group, which builds and manages urban shopping centres in Northern Europe and the Baltic. It is the market leader in Finland, and amongst the market leaders in Norway, Sweden and Estonia. Citycon shopping centres are located in strategic points, with good connections to public transport, healthcare facilities and municipal services. The same Iso Omena is rapidly becoming the centre of the city and home to social and healthcare offices on the third floor. Functional and enjoyable, the design of the centre features white as the dominant colour and glass walls that maintain a constant relationship with outside, especially through the large skylight in the central area, above the square which is the meeting and relaxation point.\r\n\r\nThe artificial lighting is based on two luminaires: Laser Blade, positioned at irregular intervals in the false ceilings along the corridors that the shops open onto to create a feeling of movement and the pole top system Albero, which stands out in the central square, installed in the benches area, almost recalling the idea of a pleasant stop in the open air.\r\n\r\nClient:\r\nCitycon Oyj\r\nArchitectural project:\r\nHKP Arkkitehti Tolmisto\r\nLighting Designer:\r\nGranlund Oyj\r\nPhotographer:\r\nMikael Linden', 'https://www.iguzzini.com/projects/project-gallery/the-iso-omena-shopping-centre/', 'iGuzzini-Iso-Omena-shopping-centre_small.jpg', 'iGuzzini. The Iso Omena shopping centre', 'The Iso Omena shopping centre, Espoo, Finland', 'Project The Iso Omena shopping centre is located in Espoo, Finland. Discover lighting design and luminaires types specified in the project.', '2018-03-14 00:00:00'),
(72, 'TRG001', 66, 'Boston Consulting Group', 'Los Angeles, CA', 'The lighting design for this business consulting firm was awarded an Lumen Award of Excellence for Interior Lighting Design.  Oculus Light Studio’s core beliefs of “partnership and transformation by integrating lighting within the architecture to transform it into a sustainable, enjoyable, and open environment” helped to secure this award of distinction from the IESNA.\r\n\r\n“The concept combines architectural lighting in the form of recessed linears, downlights and pendants, together with large decorative luminaires that support the scale of the space, all on individual controls with special daylight sensors. ” – Oculus Light Studio.\r\n\r\nArchitectural elements such as the RGB programmable skylight and stairways with concealed LED strip-lights are striking focal features that were provided by Targetti – DuraTape RGB product.\r\n\r\nProject Details\r\nLighting Design Oculus Light Studio – Designer: Carol Prendergast\r\nArchitect: Shubin & Donaldson\r\nPhotos: ©Benny Chan/Fotoworks\r\nAwards: 2017 Lumen West – Award of Excellence – Interior Design', 'http://targettiusa.net/project/boston-consulting-group/', 'Targetti-Boston-Consulting-Group_small.jpg', 'Targetti Boston Consulting Group', 'Boston Consulting Group, Los Angeles, CA', 'Project Boston Consulting Group is located in Los Angeles, CA. Discover lighting design and luminaires types specified in the project.', '2018-03-20 00:00:00');
INSERT INTO `projectslib` (`projectslib_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(73, 'TRG002', 66, 'Wynn Palace Resort Hotel', 'Cotai, Macau', 'The Wynn Palace is a magnificent, floral-themed luxury hotel and casino resort located in Cotai, Macau and has been honored as the “Best Luxury Hotel” in Macau by the Annual China Travel Awards. The resort is Steve Wynn’s latest masterpiece and is set in a commanding position in Cotai, Macau’s bustling new tourist hub. The vision and aspiration of Mr. Wynn was to create a new masterpiece that would help launch a new era of prosperity for Macau and attract more international tourists to the city. Wynn Palace is cited by Steve Wynn himself as “arguably the most beautiful hotel in the world.”\r\n\r\nThe USD $4.2 billion resort took six and a half years to design and build and offers 1,706 exquisitely furnished rooms, suites and villas with numerous personal touches overseen by Steve Wynn. The spa is the largest in Macau and features 22 treatment rooms and the resort’s pool and pool-side restaurant overlook the Performance Lake. The Wynn Palace Esplanade is 18,580 square meters of luxury shopping and is home to more than 50 of the most renowned names in retail.\r\n\r\nTargetti worked closely with Wynn Design & Development to provide the ideal accent lighting solutions they needed in the resort restaurants, spa, main casino, junkets, and in a variety of the guest accommodations. The lighting design team focused on utilizing the custom color capabilities and flexibility of Targetti and Duralamp’s multiple LED solutions to deliver, not only consistent lighting and color temperatures throughout each setting, but to also accommodate unique custom lighting that the opulent resort setting required.\r\n\r\nProject Details\r\nWynn Design & Development\r\n\r\nPhotos: Roger Davis, Barbara Kraft', 'http://targettiusa.net/project/wynn-palace-resort-hotel/', 'Targetti-Wynn-Palace-Resort-Hotel_small.jpg', 'Targetti Wynn Palace Resort Hotel', 'Wynn Palace Resort Hotel, Cotai, Macau', 'Project Wynn Palace Resort Hotel is located in Cotai, Macau. Discover lighting design and luminaires types specified in the project.', '2018-03-20 00:00:00'),
(74, 'TRG003', 66, 'Lugano Diamond Retail Salon', 'Aspen, Colorado', 'The Newport Beach based, LuganoDiamonds has opened its third fine jewelry store, adjacent to one of the world’s most celebrated boutique hotels—The Little Nell in Aspen, Colo. The retailer opened this sleek, thoughtfully designed atelier, the Lugano Diamonds Salon, at The Residences at The Little Nell resort in June. 2017.\r\n\r\nThe welcoming space features muted blue-gray colors, polished wood floors, nods to Aspen’s luxe mountain culture—including a stylized mannequin holding a set of white skis.  Lighting throughout the salon was crafted by First Circle Design and features extensive use of CCTLed Architectural Mini Series and DuraTape cove lighting for accents throughout the space.  The shop offers a bevy of big-ticket gemstone jewelry, created by Lugano Diamonds, for affluent Aspen locals and tourists.\r\n\r\nProject Details\r\nLighting Design First Circle Design\r\n\r\nLocation: Aspen, Colorado\r\n\r\nPhotos: ©Michael Hefferon', 'http://targettiusa.net/project/lugano-diamond-project-aspen/', 'Targetti-Lugano-Diamond-Project_small.jpg', 'Targetti Lugano Diamond Retail Salon', 'Lugano Diamond Retail Salon, Aspen, Colorado', 'Project Lugano Diamond Retail Salon is located in Aspen, Colorado. Discover lighting design and luminaires types specified in the project.', '2018-03-20 00:00:00'),
(75, 'USA001', 67, 'National Museum of African American History & Culture', 'Washington, D.C., USA', 'The National Museum of African American History and Culture is the only national museum devoted exclusively to the documentation of African American life, history, and culture. It was established by Act of Congress in 2003, following decades of efforts to promote and highlight the contributions of African Americans. To date, the Museum has collected more than 36,000 artifacts and nearly 100,000 individuals have become members. The Museum opened to the public as the 19th and newest museum of the Smithsonian Institution.\r\n\r\nProducts Used:\r\n\r\nBeveLED 2.1 Classic\r\nBeveLED Mini Classic\r\n\r\nLighting Designer: Fisher Marantz Stone\r\nPhotographer: Alan Karchmer/NMAAHC', 'http://www.usailighting.com/national-museum-of-african-american-history-culture-led-downlights', 'USAI-National-Museum-of-African-American-History-&-Culture_small.jpg', 'USAI. National Museum of African American History & Culture', 'National Museum of African American History & Culture, Washington, D.C., USA', 'Project National Museum of African American History & Culture is located in Washington, D.C., USA. Discover lighting design and luminaires types specified in the project.', '2018-03-21 00:00:00'),
(76, 'USA002', 67, 'Museum of the Bible', 'Washington, D.C., USA', 'Museum of the Bible aims to be among the most technologically advanced and engaging museums in the world. Showcasing rare artifacts spanning 3,500 years of history, the museum offers visitors an immersive and personalized experience with the Bible, and its ongoing impact on the world around us.\r\n\r\nDedicated to one of the world’s oldest texts, the 8-level, 430,000-square-foot new museum in Southwest Washington, D.C. is resolutely modern, incorporating striking architectural forms and cutting-edge technologies. The finished project is a built equivalent of a manuscript that bears traces of several versions of text added and erased over time.\r\n\r\nArchitect: SmithGroupJJR \r\nPhotograph: Alex Fradkin Photography\r\n\r\nProducts used:\r\n\r\nBeveLED 2.1 Classic\r\nBeveLED Basic\r\nBeveLED Mini Classic\r\nNanoLED NXT Classic', 'http://www.usailighting.com/museum-of-the-bible-recessed-led-ceiling-lights', 'USAI-Museum-of-the-Bible_small.jpg', 'USAI. Museum of the Bible', 'Museum of the Bible, Washington, D.C., USA', 'Project Museum of the Bible is located in Washington, D.C., USA. Discover lighting design and luminaires types specified in the project.', '2018-03-21 00:00:00'),
(77, 'USA003', 67, 'The Bridge at Cornell Tech', 'New York (US)', 'The Bridge is designed to leverage the resources of a major university with the world\'s leading technology-focused companies. The seven-story building, developed by Forest City New York, supports Cornell Tech\'s efforts to fuse entrepreneurial and academic ambitions on its new Roosevelt Island campus in New York City.\r\n\r\nOne-third of the 235,000-square-foot building hosts Cornell Tech studios, labs, classrooms, and event spaces, while the upper levels are dedicated to a mix of technology-focused companies and start-ups. All of the occupants share central, light-filled circulation spaces with panoramic skyline views and lounges that encourage social interaction and collaboration. The building\'s cantilevered southwest and northeast wings shelter outdoor social spaces that animate the ground floor retail spaces and entry terrace. \r\n\r\nLighting Designer: Renfro Design Group\r\nArchitect: Weiss | Manfredi\r\nPhotograph: © Albert Vecerka / Esto\r\n\r\nProducts Used:\r\n\r\nBeveLED 2.1 Classic\r\nBeveLED 2.1 Double Classic\r\nBeveLED Mini Classic', 'http://www.usailighting.com/the-bridge-at-cornell-tech-beveled-downlights', 'USAI-The-Bridge-at-Cornell-Tech_small.jpg', 'USAI. The Bridge at Cornell Tech', 'The Bridge at Cornell Tech, New York, USA', 'Project The Bridge at Cornell Tech is located in New York, USA. Discover lighting design and luminaires types specified in the project.', '2018-03-21 00:00:00'),
(78, 'WEF001', 68, 'Valentine Place', 'London, UK', 'Outdoor lighting enhances ambience at Valentine Place\r\nThe location is perfect – in the heart of London, just a few minutes from Waterloo station and equally close to South Bank, the cultural district on the south bank of the Thames. This is where property developer Crest Nicholson realised the high-quality Valentine Place residential project. \r\n\r\nBehind the thoroughly renovated facades of an Edwardian flour mill and bakery are residential units in completely different formats. They range from apartments to penthouses and mews houses – a type of house from the 18th and 19th century that originally combined stables on the ground floor with servants’ quarters above them, and have now been transposed to modern living.\r\n\r\nA further reference to urban planning in historic London can also be found at Valentine Place. Similar to the terraced houses that were built in the West End from the 18th century onwards around the typical London squares, the residential units at Valentine Place are built around an open space. The design incorporates a park with lawns, trees, hedges, small terraces, benches and paved walkways.\r\n\r\nNumerous luminaires from WE-EF create a quiet and relaxed atmosphere in this hidden green oasis. Street and area lighting luminaires, bollards, wall luminaires and inground luminaires provide balanced general lighting, create good visibility and safety on the paths and emphasise features. CTY150 LED-FT bollards line the walkways through the residential development. The CAD-optimised, indirect optics of these luminaires, which are at least a metre in height, direct the light precisely to the circulation areas and reliably protect pedestrians from unnecessary glare. A CFT540 street and area lighting luminaire, which has been installed in the middle of the courtyard, is the 42 W version with 36 LEDs and 4,842 lumen. The lens type selected for this project [R] produces rectangular distribution befitting the layout of the park, and provides appropriate basic lighting for the whole area.\r\n\r\nETC130-GB inground luminaires installed in selected places are an additional design feature. The gimbal-mounted ETC130 versions are precisely directed at special trees and plants in the courtyard.  \r\n\r\nThe Valentine Place apartments feature high-quality technology and exquisite design. Residents will also find a high-class ambience outside their homes. This applies both to the attractive landscaping and the luminaires designed by WE-EF – they harmonise extremely well with the architecture of the residential units, which is also in keeping with the style of the historic bakery and the old warehouses along the River Thames.', 'http://www.we-ef.com/#!/int/project/valentine-place-uk', 'We-ef-Valentine-Place_small.jpg', 'We-ef Lighting Valentine Place', 'Valentine Place, London, UK', 'Project Valentine Place is located in London, UK. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(79, 'WEF002', 68, 'Ringwood Station', 'Australia', 'Lighting key to new-look Ringwood transport interchange\r\nWE-EF products have played a vital role in delivering a modern and vibrant redevelopment of the railway station and bus interchange in the Ringwood suburb of Melbourne, Victoria. \r\n\r\nLocated 23 km east of Melbourne\'s central business district, Ringwood is undergoing a transformation. Aside from the multi-million dollar expansion of the Eastland Shopping Centre, new community facilities coming to the area, including  new council library and cultural centre. The new rail/bus interchange links to the Town Square for easier commutes and the new shopping centre is expected to attract shoppers from across the region, encouraging growth and further investment.\r\n\r\nIn January Vic Roads, on behalf of Public Transport Victoria, completed the redevelopment of Ringwood train station, featuring a seamless bus interchange with new and improved facilities. Arup (Melbourne office) was the appointed consultant and design engineering firm in the A$ 66 million upgrade.\r\n\r\nThe WE-EF VFL500 LED street and area luminaire series was selected by the engineers to illuminate the station’s public activity areas, and was supplied by WE-EF sales partner Buckford Illumination Group.\r\n\r\nThe small VFL520, 12 W with [S60] \'side throw\' distribution, has been used to provide illumination for general pedestrian movement. The VFL530 has been cleverly used in different wattages and beam distributions – from an [A60] \'forward throw\' lens to the [S70] \'side throw\' lens – to achieve the recommended lighting levels over ramps and other connecting elements in the space. The larger version in the series, the VFL540, 84 W, has been used with the [S70] \'side throw\' distribution to illuminate the street footpath along the Maroondah Highway. The engineers chose the WE-EF VFL500 LED luminaire series because it offers a wide range of options that allow the designer to combine different lumen packages with a flexible optical system that ensures precision light distribution and uniform illuminance in every outdoor lighting application. In additional, the full cut-off design of the VFL500 luminaire provides critical glare-controlled illumination for pedestrians and especially for motorists along the road.\r\n\r\nDarren Bucknall, Director at Buckford Illumination Group, WE-EF\'s partner, said: “WE-EF products are well-known in the industry for their quality, durability and excellent performance”. He explained that the integration of LED technology into most of the WE-EF product range, and the development of new optics to improve lighting management, have produced more efficient and effective lighting tools to cater to the needs of lighting designers and engineers. “The VFL500 is a good example,” he noted. “The all-rounder outdoor luminaire features different light distributions – from a forward to a side throw beam distribution – and a series of lumen packages to suit a broad range of outdoor lighting applications.”\r\n\r\nOverall, WE-EF\'s expertise in exterior lighting has been integral in creating a safer, more accessible and visually attractive environment for the 5,000 customers that use the station on any given weekday.', 'http://www.we-ef.com/#!/int/project/we-ef-project-201707-ringwood-aus', 'We-ef-Ringwood-Station_small.jpg', 'We-ef Lighting Ringwood Station', 'Ringwood Station, Australia', 'Project Ringwood Station is located in Australia. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(80, 'WEF003', 68, 'The Piece Hall', 'Halifax, West Yorkshire, England', 'The Piece Hall in Halifax, West Yorkshire, England, is the only remaining example of an eighteenth century northern cloth hall, a prestigious building where trading of woollen cloth  “pieces” produced by handloom weavers took place. It was intended to create a more competitive and efficient market, discourage fraudsters as well as make a statement of the wealth of Halifax and the importance of the cloth trade during that time.  The building combined commercial and cultural values of the surrounding community by creating this vast and highly prominent building, and those values continue in its use today.\r\n\r\nThis important, Grade I listed building has been through a £19 million conservation programme, with funding from the Calderdale Council and the Heritage Lottery Fund. The project adapted the building into a new cultural and commercial centre for all to enjoy. Piece Hall now houses restaurants, shops, cafes and conference facilities. The objective of the project was to treat this unique property with the upmost of care. For such a sensitive project, the need for a high quality and expert finish in all aspects was required to ensure that this piece of history can be enjoyed for many years to come.  \r\n\r\nWE-EF was chosen to provide the luminaires that provided the high specification and reliability that this sensitive project required. \r\n\r\nThe ETC130-GB inground uplight luminaire was chosen to illuminate all of the structure’s pillars to highlight the stunning architecture of this influential building. WE-EF’s ETC140-GB inground luminaires were also used to light up the grand entrance arches and highly-decorated doors.\r\n\r\nIn addition to highlighting the building’s architectural features, WE-EF RAIL66 with FLC121 luminaires were installed in the corners of the square to add ambient illumination that prevents them from appearing as dark spaces. \r\n\r\nThe project was completed in July 2017 by Graham Contractors and the complex was reopened in August 2017. It is now operated by a new independent body, The Piece Hall Trust.', 'http://www.we-ef.com/#!/int/project/piece-hall-halifax', 'We-ef-The-Piece-Hall_small.jpg', 'We-ef Lighting The Piece Hall', 'The Piece Hall, Halifax, West Yorkshire, England', 'Project The Piece Hall is located in Halifax, West Yorkshire, England. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(81, 'WEF004', 68, 'Chadstone Shopping Centre', 'Melbourne, Australia', 'Chadstone Shopping Centre transport hub light for 1 million passengers every year\r\nAs part of a massive redevelopment in the heart of Chadstone, located south-east of Melbourne CBD, a new bus interchange and taxi rank offer the latest in smart bus technology, visual appeal and commuter comfort.\r\n\r\nWE-EF\'s LED technology was the engineers\' first choice for the lighting scheme due to its quality and performance as well as its ability to contribute to the project\'s sustainable design philosophy.\r\n\r\nThe construction of this new infrastructure is part of Chadstone\'s A$ 600 million redevelopment, which will also include a 10-level office tower, new retail and dining precincts, and two new carpark areas.\r\n\r\nSimpson Kotzman engineers have provided the building services design from the centre\'s initial concept stages and throughout the construction development. The firm developed a lighting scheme for the transport hub, and with the help of WE-EF sales partner in Victoria, Buckford Illumination Group, was able to implement a solution that was both elegant and functional for Public Transport Victoria.\r\n\r\nThe completion of the project marked the end of the first stage of the centre\'s mega redevelopment, and it is expected to make Australia\'s biggest shopping mall more accessible to the community. At least 1 million passengers are expected to use the bus interchange every year, which will also provide shoppers with a central access point to the mall through a network of 14 bus lines that connect with the suburban train network to Melbourne\'s east and south.\r\n\r\nThe design of the interchange includes a multipurpose roof canopy that will capture rain to be reused via a rainwater tank for toilet flushing, gardens and landscaping irrigation. The canopy also provides a weather-protected zone with heating, CCTV and real-time electronic signage as well as sufficient seating benches for the commuters. The project\'s lighting was carefully integrated with the architectural streetscape in order to provide accent and orientation illumination where required.\r\n\r\n\"WE-EF FLD131 LED 24 W projectors with a medium beam distribution and linear lens are used to uplight the white canopies. The indirect uplighting provides adequate illumination for safety and pedestrian circulation, while creating an architectural focal point in the space,\" according to Buckford Illumination Group.\r\n\r\nIn addition, Buckford Illumination Group pointed out that the \"catenary RFS540 LED luminaires were selected for illuminating the bus lanes and minimising any visual intrusion that could have been created with the use of light poles. The suspended luminaires blend beautifully with the architecture, creating sufficient light to comply with the requirements stated by Australian standards.\"\r\n\r\nThe project also features a series of 144W VFL540-SE mounted on 8.5-metre poles to illuminate the rooftop of the new car park building. The side-entry luminaire is also used in a triple configuration to light the intersection and merging point with the bus interchange via Dandenong Road.', 'http://www.we-ef.com/#!/int/project/chadstone-shopping-centre-melbourne', 'We-ef-Chadstone-Shopping-Centre_small.jpg', 'We-ef Lighting Chadstone Shopping Centre', 'Chadstone Shopping Centre, Melbourne, Australia', 'Project Chadstone Shopping Centre is located in Melbourne, Australia. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(82, 'PRE001', 69, 'Natural History Museum - Hintze Hall', 'London, UK', 'Precision Lightings LED range has been used extensively throughout the newly transformed Hintze Hall at the Natural History Museum in London. The treasured Hintze Hall has been transformed with its new addition ‘Hope’; the female blue whale skeleton which has taken the place of ‘Dippy’ the beloved Diplodocus. Measuring at 25.2 metres long, she is a spectacular sight to behold that celebrates the relationship between humanity and a sustainable future. \r\n\r\nHope is not the only addition to the exhibit; she is accompanied by hundreds of other new specimens, including an American Mastodon. The huge Ice-age mammoth is illuminated by Precision’s Evo X16s on a custom curved basis track from above, finished in an unique anodic brown to fit the traditional and historic surrounding architecture. \r\n\r\nThroughout Hintze Hall, there are 10 ‘Wonder Bays’ (the ground-floor alcoves along either side of the hall) that are filled with the other new specimens, all of which are lit using Evo X11s that along with their Evo X16 counterparts, are finished in antique bronze effect paint. The Evo X family was perfect for lighting these fantastic historical pieces due to their beautifully minimal aesthetic and high CRI, meaning these specimens can be seen in their true glory.\r\n\r\nWorking closely with the Lighting Designer - DHA Designs, we produced bespoke curved track that integrated seamlessly into the historic grade 1 listed building. Rubbed bronze and antique effect finishes were used extensively to complement the existing interior.\r\n\r\nLighting Designer: DHA Designs\r\nLocation: London, United Kingdom', 'http://www.precisionlighting.co.uk/~precli/index.php/projects/item/nhm-hintze-hall', 'Precision-Lighting-Natural-History-Museum-Hintze-Hall_small.jpg', 'Precision Lighting Natural History Museum - Hintze Hall', 'Natural History Museum - Hintze Hall, London, UK', 'Project Natural History Museum - Hintze Hall is located in London, UK. Discover lighting design and luminaires types specified in the project.', '2018-03-23 00:00:00'),
(83, 'ERC003', 62, 'Volvo Retail Experience in the Luleå showroom', 'Luleå, Sweden', 'The new retail design concept of the Swedish automotive brand Volvo is based on contrasts – soft and hard, warm and cold, tranquillity and dynamism as well as light and shadows. Accent light from ERCO Light Board spotlights brings out the best of the products and their features and creates the right atmosphere. \r\nWe got together with Erik Stigmar, Senior Manager for Retail Experience at Volvo Cars from Göteborg, the location of the newly designed Volvo showroom at Luleå. As the responsible brand architect, he talks about the concept behind the \"Volvo Retail Experience\" and the importance of perception-orientated lighting for compellingly presenting merchandise.\r\n\r\nContrasts emphasised with light\r\n\"Volvo is a brand targeted to its users – the various zones in the showroom should also relate to the different needs and preferences of our target groups,\" said Erik Stigmar. The two central areas are supplemented with an open reception, small glazed offices and a workshop. All spaces are bright and transparent and can be viewed without obstruction. \r\nThe dualism of the communicative lounge zone and the product zone is supported with a perception-orientated lighting concept. Light Board spotlights from ERCO bathe the lounge area in diffuse, warm white light with 3000K, whilst LED spotlights from the same luminaire range emphasise the fast, fresh atmosphere of the \"street\" with 4000K neutral white light similar to daylight. The formality of the unobtrusive track spotlights achieves a subtle bridge between the two zones.\r\n\r\n﻿\r\n[alt]\r\nA focus via contrasts and depth from wallwashing\r\nThe perception-orientated lighting concept is an inherent part of Volvo\'s new retail design. Despite the high ceilings, hard accent lighting serves to focus the visitors’ attention on the vehicles whilst the circulation zones between the products recede into the background as darker areas. Using the sense of contrast as a stylistic device intensifies the brand experience for visitors in the Volvo dealerships, and the differences in brightness levels create a sense of tension and an impression of speed in the street zone. The crisp light beams also create an individual backdrop for each of the vehicles – \"what we\'re actually doing is washing the cars with light,\" explained Erik Stigmar. \"We also use additional highlights to display the striking contours, high quality of the materials and important details such as door handles.\"\r\nIn addition to the rhythmic accent light some of the walls are washed uniformly with light, giving the spaces a wide, open impression in keeping with the Scandinavian mood and identity. ERCO wallwashers also define the lines of the gently curved paint samples and surfaces of the refined, natural-coloured upholstery patterns in the vertical plane. A touch screen recessed into the wall, used for configuring individual vehicle models, is illuminated completely without glare.\r\n\"This lighting concept focusing on perception really achieves the ideal product presentation for us,\" confirmed Erik Stigmar. Volvo also places high importance on sustainability. \"We also save quite a lot in energy overheads because we\'re only illuminating the target plane.\"\r\n\r\n\r\nLighting design: Anne Eklund, Lighting Designer\r\nWSP Sverige AB | WSP Ljusdesign, Stockholm / Sweden\r\nwww.wspgroup.se\r\nPhotography: Johan Elm, Stockholm / Sweden\r\nSpecial Thanks to:\r\nTomas Lejon, CEO\r\nNordiska Bil AB, Luleå\r\nwww.nordiskabil.se\r\nPlace: Luleå\r\nCountry: Sweden', 'http://www.erco.com/projects/retail/volvo-retail-experience-in-the-lule-showroom-6457/en/', 'ERCO-Volvo-Retail-Experience-showroom_small.jpg', 'ERCO the Volvo Retail Experience in the Luleå showroom', 'Volvo Retail Experience in the Luleå showroom', 'Project Volvo Retail Experience is located in Luleå, Sweden. Discover lighting design and luminaires types specified in the project.', '2018-03-28 00:00:00'),
(84, 'ERC004', 62, 'Faerber Architekten, Mainz', 'Faerber Architekten office in Mainz', 'The new office construction of Faerber Architekten in Mainz, Germany demonstrates the extent to which good light contributes to a sophisticated, appealing and ergonomic work environment. Contemporary office lighting with ERCO LED lighting tools creates maximum visual comfort, supports concentration and communication at the place of work and also brings out the very best of high quality interior design.\r\n\r\nFaerber Architekten in Mainz, founded in 1991, employs more than 20 urban planners, architects and interior designers for projects throughout the whole Rhein-Main region. As a consequence of its continuous expansion, the company decided in 2016 to construct a new building close to their established location in the old city area of Mainz. The site selected was a plot in a narrow street next to the attractive church of Saint Stephen and includes an existing building in the rear courtyard. The team from Faerber Architekten moved into the office spaces in May 2017 consisting of prestigious reception and conference rooms as well as state-of-the-art office spaces on around 450 square metres across five floors – and perfectly illuminated with cutting-edge ERCO LED lighting technology. Working closely together with ERCO, Faerber Architekten developed a perception-oriented lighting concept. The illumination of room zones featuring high visual comfort and general lighting with good glare control using the new, linear Compar downlights was a priority. Individually illuminating the various workstations was also important for the lighting designers. All prestigious areas with client contact, e.g. the entrance area, reception, library and conference rooms are illuminated with warm white light (3000K) and all work areas with neutral white light (4000K).', 'http://www.erco.com/projects/work/faerber-architekten-mainz-6788/en/', 'ERCO-Faerber-Architekten_small.jpg', 'ERCO Faerber Architekten, Mainz', 'Faerber Architekten, Mainz', 'Project Faerber Architekten is located in Mainz, Germany. Discover lighting design and luminaires types specified in the project.', '2018-03-28 00:00:00'),
(85, 'ALY001', 76, 'The Word', 'The Word, National Centre for the Written Word, South Shields, UK', 'Located on a prominent gateway site linking South Shields’ riverside area with the town centre, The Word is one of the first projects for the redevelopment of the area, and as such the scheme needed to be successful to provide a striking new focal point in the North East town’s marketplace, in which its community can take great pride, and from which the wider regeneration will develop.\r\n\r\nBecause of this, the design and construction team created a shining example of an attractive, efficient civic building, encompassing design features that reflect the town’s industrial and manufacturing heritage, enhanced by a complementary, bespoke lighting scheme, developed by Desco, to attract and engage visitors.\r\n\r\nAt the heart of the development is a bespoke, 6.5-metre wide LED luminaire, designed by Desco and FaulknerBrowns in collaboration with Atelje Lyktan. The chandelier – the largest single fitting ever manufactured by Atelje Lyktan, was custom-made to fit an architectural ceiling recess with the depth of the fitting dictated by the architect’s vision. The installation is comprised of 84 ‘drums’ mounted to a bespoke frame. As the chandelier is literally bolted to the soffit, all cables were hidden within the bespoke mounting frame of the luminaire installation, with the cabling cast within the concrete before the installation design had been completed.\r\n\r\nThe chandelier was incorporated with tuneable white LEDs, allowing for the atmosphere and mood of the building to be altered depending on the time of day, as Davison explained: “The colour temperature of the fitting is designed to simulate daylight; a warm 2700k light in the morning gradually changes to a colour temperature of 6500k as the sun peaks, then turning back to 2700k tones at sunset.\r\n\r\nThe winner of four awards at the 2017 RICS Awards including overall ‘Project of the Year’. Since opening in October last year, The Word has been a truly inspiring and interactive community-led centre with a 21st century library. A varied calendar of exhibitions, workshops and events has encouraged new visitors to the town.\r\n\r\nLocation: The Word Library, South shields\r\nClient: South shields\r\nArchitect: Faulkner Browns\r\nElectrical consultant: Desco\r\nElectrician: Imtech\r\nLuminaire: Custom made centre-piece luminaire made up of 82 circular colour changing light drums measuring 6.5 m in diameter', 'http://www.atelje-lyktan.se/en/projekt/south-shields', 'ateljé-Lyktan-the-Word_small.jpg', 'ateljé Lyktan The Word', 'The Word, National Centre for the Written Word, South Shields, UK', 'Project The Word is located in South Shields, UK. Discover lighting design and luminaires types specified in the project.', '2018-03-30 00:00:00'),
(86, 'ROX001', 78, 'ANTWERP PORT AUTHORITY', 'Antwerpen, Belgium', 'The renowned Zaha Hadid Architects brought together the old and new into the renovation of the Antwerp Port Authority (Belgium), which resulted into a stunning building, where several products from Indelague Group were specified.', 'http://www.indelague.com/en/whatsnew/index/75-antwerp-port-authority', 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_small.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ANTWERP PORT AUTHORITY, Antwerpen, Belgium', 'Project ANTWERP PORT AUTHORITY is located in Antwerpen, Belgium. Discover lighting design and luminaires types specified in the project.', '2018-03-31 00:00:00'),
(87, 'BUZ001', 80, 'Kienbaum Consultants International office', 'Cologne, Germany', 'For the Cologne office of HR consultancy Kienbaum Consultants International, Sam and Plankton Architects were tasked with subdividing the new open-plan office into flexible zones without detracting from the spaciousness of the room. In order to create work islands that are not only visually appealing but also functional, the interior designers opted for products from Buzzispace. \r\n \r\nAs a contrast to the desks, seating areas have been created in cheerful colors, offering flexible use tailored to the requirements of different tasks: One-on-one meetings are given the necessary discretion thanks to the “BuzziMe” wingback chairs, while the volume of team meetings is kept down in the “BuzziHub” along with additional noise filtering provided by the “BuzziShade” lampshade. To assist employees with the need for exercise, the presentation area is equipped with several models of the “BuzziBalance”, a pouf which has a carved wooden wobble-board, and the “BuzziBalance Board”, enabling the user to wobble back and forth, thus activating the muscles. The pouf also functions as an acoustic element.', 'http://buzzi.space/blog/project-spotlight-kienbaum-deu/', 'Buzzi-Space-Kienbaum-Consultants-International-office_small.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Cologne office of HR consultancy Kienbaum Consultants International', 'Project Office of Kienbaum Consultants International is located in Cologne, Germany. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(88, 'ART001', 81, 'Auditorium SACMI', 'Imola, Italy', 'Year: 2017\r\nProject: Auditorium SACMI\r\nCategory: Culture\r\nLocation: Imola, Italy\r\nAuthor: A2 studio Gasparri e Ricci Bitti Architetti associati\r\nPhoto: Michele Nastasi', 'https://www.artemide.com/en/projects#4653912/auditorium-sacmi', 'Artemide-Auditorium-SACMI_small.jpg', 'Artemide Auditorium SACMI', 'Auditorium SACMI, Imola, Italy', 'Project Auditorium SACMI is located in Imola, Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(89, 'ART002', 81, 'Hotel Il Castelfalfi', 'Castelfalfi, Italy', 'Year: 2017\r\nProject: Hotel Il Castelfalfi\r\nCategory: Hospitality\r\nLocation: Castelfalfi, Italy\r\nAuthor: Arch. Burresi\r\nPhoto: Toscana Resort Castelfalfi', 'https://www.artemide.com/en/projects/4653877/hotel-il-castelfalfi', 'Artemide-Hotel-Il-Castelfalfi_small.jpg', 'Artemide Hotel Il Castelfalfi', 'Hotel Il Castelfalfi, Italy', 'Project Hotel Il  is located in Castelfalfi, Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(90, 'AXO001', 83, 'Radisson Blue Hotel', 'Yerevan, Armenia', 'Beautifully positioned by Victory Park and Areni Lake, the Radisson Blue Hotel, Yerevan offers 5-star accommodation on the upscale Azatutyan Avenue. This magnificent hilltop setting provides awesome views of the city center against a backdrop of biblical Mount Ararat.\r\n\r\nIn addition to a breathtaking location, the hotel features 142 immaculate rooms and suites housed in an eye-catching stone and glass façade. Out Skirt suspended lamps are installed in the main entrance of the hotel. These custom-made lights are an example of bespoke design, as Axolight’s pay-off reveals. In fact the lampshade is extra-sized to illuminate the high lobby of the hotel. \r\n\r\n\r\nPhotos by: Radisson Blue Hotel \r\n\r\nProject by: Ara Design and Andre Avedian', 'http://www.axolight.it/europe/en_GB/projects/bespoke/radisson-blue-hotel-yerevan-armenia', 'Axolight-Radisson-Blue-Hotel_small.jpg', 'Axolight Radisson Blue Hotel', 'Radisson Blue Hotel, Yerevan, Armenia', 'Project Radisson Blue Hotel is located in Yerevan, Armenia. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(91, 'HOF001', 84, 'NRW state parliament', 'Düsseldorf, Germany', 'NRW state parliament making savings with LED illumination\r\n\r\nThe entire lighting system of the plenary hall in the Düsseldorf state parliament was extensively renewed during the summer break. The original lighting with high-output metal halide lamps has been replaced by recessed LED lights from Hoffmeister. The President of the State Parliament, Eckhard Uhlenberg, believes that the annual energy costs will fall from currently EUR 50,000 to EUR 5,000 as a result. In order to achieve this target, the DL170 un.limited LED downlights used have been equipped with dimmable controls which allow for their regulation according to the level of natural light. The components used are compatible with television recordings. The drivers and LEDs ensure flicker-free operation when on full power and when dimmed, especially in the frequency range critical to television recordings. The illumination was planned by the renowned lighting designer “Peter Andres – Beratende Ingenieure für Lichtplanung, Hamburg”. The recessed luminaires are equipped with highly efficient 2000 lm LED modules with a power consumption of only 36W. As the luminaires are positioned at a great height, maintenance intervals play a big role when considering their efficiency. The luminaires can only be reached using elaborate scaffolding. LED lights such as the DL170 un.limited have a clear advantage in this regard. With an average life cycle of 50,000 hours, they don´t need any maintenance for many years. The downlights are equipped with passive flow.tec thermal management. Without active, moving elements, without additional energy consumption and without wear, the flow.tec system maximises heat dissipation away from the LED surface in the DL 170 un.limited. Low temperatures are a prerequisite for low-impact operation of these luminaires to ensure maximum luminous power and a long life cycle. The elimination of solid cooling elements reduces the inherent weight of the light. Thanks to this weight-optimised design, the overall eco-balance of the DL170 LED luminaires is also significantly better than that of luminaires with electrically operated active cooling systems or solid aluminium cooling elements. Besides the expected energy savings, the overall look of the plenary hall has also been enhanced. The luminaires pick up the rounding of the distinctive ceiling design, pleasantly complementing the overall impression. Although visually recessed themselves, their light effect still contributes significantly to the interior design.\r\n\r\nBuilding owner: Land Nordrhein-Westfalen \r\nLighting designer: Peter Andres, Consultant engineer for light planning, Hamburg', 'http://www.hoffmeister.de/en/projects/?tx_dreipchoffmeistercatalog_catalog%5BprojectId%5D=%7Bprocat%3A%28groups.BaseGroup%3A%28%5B%40IMID%3ANode%3Agroup5684817300754%5D%29%29%7D&cHash=a994b52f08ed55cfb7928b27f83a75e2', 'Hoffmeister-NRW-state-parliament_small.jpg', 'Hoffmeister NRW state parliament', 'NRW state parliament, Düsseldorf, Germany', 'Project NRW state parliament is located in Düsseldorf, Germany. Discover lighting design and luminaires types specified in the project.', '2018-04-20 00:00:00'),
(92, 'DGR001', 85, 'Enigma restaurant', 'Barcelona, Spain', 'Project: RCR Arquitectos (Rafael Aranda, Carme Pigem, Ramón Vilalta) and Pau Llimona.\r\nLight project: Artec3 Studio\r\nCustomer: Albert Adrià\r\nBarcelona 2017\r\n\r\nEnigma started as an idea by the famous Catalan chef, Albert Adria’. He wanted to create a “mysterious restaurant” that would reflect his cuisine and his career.\r\nStudio RCR Arquitectes, winner of the Pritzker Prize 2017, helped Adria’ to put his idea onto paper by coming up with a watercolour rendition of what they thought he wanted. The result was so inspiring that they decided to go ahead with the project.\r\nAlbert Adria’ is famous for his experimental cuisine and surprising menus. His vision for a restaurant was an place in which each guest would be totally immersed in his world, and where the experience of eating would be unforgettable.\r\nHow one cooks and a chef’s menu have always been strongly influenced by its surroundings. This is how RCR Arquitectes came up with the idea for this particular space, an intriguing ambience filled with curves and tight corridors, where David Groppi’s NULLA lamp leads the way, but overall where NULLA makes every table “unique and magic”.', 'http://davidegroppi.com/en/progetto/ristorante-enigma/', 'Davide-Groppi-Enigma_small.jpg', 'Davide Groppi Enigma restaurant', 'Enigma restaurant, Barcelona, Spain', 'Project Enigma  is located in Barcelona, Spain. Discover lighting design and luminaires types specified in the project.', '2018-04-20 00:00:00'),
(93, 'DGR002', 85, 'Zaha Hadid Model Apartment', 'NEW YORK CITY', 'Project: West Chin Architects & Interior Designers\r\n\r\nLight project: west | nyc home and west | out east showrooms\r\nNEW YORK CITY	2017\r\n\r\nDavide Groppi’s lamps for the model apartment project in the new Zaha Hadid building. \r\nDesigned by WCA, the model apartment in the new Zaha Hadid building features a selection of furnishings \r\nfrom the west | nyc home and west | out east showrooms that enhances the design of this dynamic, \r\nmodern residential building. \r\nThe building is a new iconic fixture of the New York City skyline and the newly developed High Line area. 520 West 28th St.\r\n\r\nLamps\r\nSAMPEI\r\nNEURO\r\nARIA', 'http://davidegroppi.com/en/progetto/zaha-hadid-model-apartment/', 'Davide-Groppi-Model-Apartment_small.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Zaha Hadid Model Apartment, New York, USA', 'Project Zaha Hadid Model Apartment is located in New York, USA. Discover lighting design and luminaires types specified in the project.', '2018-04-23 00:00:00'),
(94, 'IGZ005', 65, 'The Museum of the Second World War', 'Gdansk, Poland', 'The Museum of the Second World War stands on a plot of land in the Władysław Bartoszewski Square near the city centre. It is a symbolic location with an important past, as it is just 3 kilometres from the Westerplatte peninsula and 200 metres from the historic Polish post office that were the first places the Nazi army attacked in September 1939 when they invaded Poland and sparked the start of the Second World War. The 1,700 square metre plot on which the museum is built reaches as far as the Radunia canal to the west and the Motława river to the south. Today, this suburban area lies just outside Old Gdansk, but it will soon be right at the heart of the city when the regeneration project designed to transform the historic local shipyard into Gdansk’s new modern centre has been completed.\r\n\r\nSettlements have existed in this area since ancient times and it was first fortified in the year thousand. In the mid-seventeenth century the area underwent a significant transformation and its first regular urban plan was laid down at the beginning of the eighteenth century.\r\n\r\nThe architectural design for the Second World War Museum was decided through an international architectural competition and the jury proclaimed the winner on September 1st 2010.\r\n\r\nThe competition notice asked not only for design ideas for the museum, but also for the rearrangement of the entire area, and the contest was decided by a jury, presided over by Daniel Libeskind, who judged the winner to be the project presented by the Kwadrat studio on account of its comprehensive consideration of all the various urban, architectural, functional and aesthetic criteria.\r\n\r\nThe building covers a surface area of about 23,000 square metres, of which 5,000 are dedicated to the permanent exhibition that uses cutting-edge display systems to tell the story of the Second World War, with a focus on the lives of ordinary people as well as the policies of the Great Powers. The international community of architects applauded the museum’s design which divides the museum area into three areas symbolizing the relationship between the past, the present and the future of war. The past is located on the museum’s underground floors, the present is represented by the open space around the building and the future is the part that rises up from the ground. The lighting design is based on Palco luminaires that are track-mounted in the exhibition spaces as well as in the transit areas. Both spot and wall washer versions of the projector have been track-installed to offer maximum versatility, and its notable power and efficiency succeeds in illuminating the building effectively, despite its extremely high ceilings. Outside, Underscore InOut luminaires have been installed under the handrails on the walkways.\r\n\r\nYear:\r\n2017\r\nClient:\r\nMinistry for Cultural Affairs\r\nArchitectural project:\r\nKwadrat / Loft\r\nLighting project:\r\nLoft / Praxis\r\nPhotographer:\r\nTomasz Kurek', 'https://www.iguzzini.com/us/projects/project-gallery/the-museum-of-the-second-world-war/', 'iGuzzini-The-Museum-of-the-Second-World-War_small.jpg', 'iGuzzini The Museum of the Second World War', 'The Museum of the Second World War, Gdansk, Poland', 'Project The Museum of the Second World War is located in Gdansk, Poland. Discover lighting design and luminaires types specified in the project.', '2018-04-23 00:00:00');
INSERT INTO `projectslib` (`projectslib_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(95, 'IGZ006', 65, 'Station F', 'Paris, France', 'Formally opened in 2017, Station F is the biggest startup campus in the world. Located in the centre of Paris, it is the brainchild of the internet and mobile phone entrepreneur Xavier Niel who has always been interested in the world of startups. Niel has succeeded in attracting investments from a number of corporate giants, such as  Facebook, who invested in the “Startup Garage” programme for data handling companies, Microsoft, that runs the artificial intelligence sector and Vente Privée, the French e-commerce colossus.\r\n\r\nThe facility is housed in the 34,000 square metre, former Austerlitz Station rail freight depot, built between 1927 and 1929 by the engineer Eugène Freyssinet. Halle Freyssinet, as the building was originally known, is a splendid building constructed of pre-compressed concrete with an extraordinarily light load-bearing structure based on an innovative technique later patented by Freyssinet. Thanks to this highly original characteristic in 2012 Halle Freyssinet was officially nominated a historical monument.\r\n\r\n310 metres long and 58 metres away, Station F consists of three parallel naves with slim pre-compressed concrete arches, each of which has a specific function. The refurbishment plan designed by the Wilmotte & Associés studio is simple and effective. It eliminates any superfluous decoration to reveal the elegance of the structure and enhance the refined proportions of the main and secondary pre-compressed reinforced concrete elements. The new window frames that complete the building are made of flat iron and create a comfortable environment while also matching the structure’s original style. \r\n\r\nThe building basically consists of a main central space under a vast barrel vault with a large skylight in the middle of it, and a series of individual startup boxes, created from iron structures, which run down either side and are completely separate from the original concrete walls. The small rooms located on the ground and first floor have glass fronts overlooking the shared central space, while the top floor hosts a series of cantilevered container boxes that recall the depot’s original purpose. The building includes a “Share Area - a large open space for meeting and sharing skills and digital technologies - is located, as well as a “Fab Lab” that is equipped with freely accessible 3D printers and a 370-seat auditorium. \r\n\r\nThe real heart of the facility, though, is the “Create Zone”, a creative space where all the functional startup structures are located in the form of 24 \"villages\" (8 on each floor). Each village is unique and houses various services (kitchens, Skype boxes, meeting rooms and so on). The shared work spaces all have an open space design and are equipped with modular, connected tables. Last of all, is the “Chill Zone”, a relaxation area with a restaurant and a south-facing gallery offering a view over a multi-level garden, that is open to outsiders as well as those who work at Station F.\r\n\r\nThe building’s new interior layout called for a lighting design split between general lighting for the large spaces and low luminance and more adaptable lighting for the work spaces. For the general lighting, Jean Michel Wilmotte used the Platea Pro projector, a luminaire created for exterior application and therefore perfect for the light effects required for the structure’s considerable height. Two different optics were used, a Wide Flood and an asymmetric street optic, and to install the luminaires, a special metal bracket was designed that straddles the beams that run the entire length of the hall and create a constant rhythm along the “Share Area”. In the locker area where the people who work at station F store their personal belongings, recessed Ledplus luminaires fitted with a Floor Washer optic were used as they create a soft homogeneous atmosphere items. The main entrance to Station F, on the other hand, is illuminated with Laser Blade InOut luminaires protected by a special case.\r\n\r\nYear:\r\n2017\r\nClient:\r\nSDECN - Xavier Niel\r\nDesigner:\r\nWilmotte & Associés\r\nArchitectural project:\r\n2B2M\r\nLighting project:\r\nWilmotte & Associés\r\nStructural engineering:\r\nMIZRAHI\r\nCurator:\r\nDidier Boy De la Tour\r\nFacades:\r\nARCORA\r\nSustainability engineering: \r\nTRANSSOLAR', 'https://www.iguzzini.com/us/projects/project-gallery/station-f-light-for-the-biggest-startup-campus-in-the-world/', 'iGuzzini-Station-F_small.jpg', 'iGuzzini Station F', 'Station F, Paris, France', 'Project Station F is located in Paris, France. Discover lighting design and luminaires types specified in the project.', '2018-04-23 00:00:00'),
(96, 'IGZ007', 65, 'The Ancient Theatre of Taormina', 'Taormina, Italy', 'The lighting design for the ancient theatre of Taormina was commissioned by the Department of  Cultural Heritage and Sicilian Identity in order to extend visiting hours at the site into the evening. Operating in collaboration with the Energy Service Company Metaenergia (ESCo), with whom an agreement was signed for the provision of electrical energy and services from 2013 to 2017, this Department opted to use iGuzzini technology for the new project. ESCo also immediately recognised iGuzzini\'s immense expertise in the lighting sector and its skill in using light to both protect and enhance cultural heritage.\r\n\r\nThis particular project has two general aims: on one hand it seeks to use light to enhance the site\'s splendid classical architecture, while on the other, it allows visitors to access the theatre in perfect safety even at night. The increase in revenue created, thanks to a rise in visits, together with lower management costs also mean that the archaeological site can enjoy simple, programmed maintenance while simultaneously bringing other benefits to the area.\r\n\r\nThe project designed by Engineer Roberto Sannasardo from the Department of  Cultural Heritage and Sicilian Identity involved updating the existing lighting system (installed in 1999 by the French studio Roland Jeol) with new technological solutions that were not available at the time.  Non-invasive design solutions were specifically requested in the commission, so compact and hidden luminaires were chosen, and wherever possible, the existing installation system was used to avoid attaching more brackets to the ancient walls.  The overall aim was to create a lighting system that would have a realistic effect and succeed in reproducing the subtle colours of dusk. This is why warm colour temperatures (2900-3000 K) were chosen that create a picturesque image of the theatre. At the same time, using products with high colour rendering  (a CRI of 90) ensures that the site\'s natural materials are properly saturated with the required range of colour. Moreover, replacing all the existing lighting units with new DALI LED elements has resulted in an 80% reduction in consumption and consequently lower management costs. To ensure that the site can be visited in perfect safety at night, the exit routes have been lit with linear lighting created by Underscore InOut luminaires recessed in the handrails and diffused lighting produced by Woody series floodlights . The theatre entrance is also lit by Woody luminaires that anticipate the line of floodlights used in the arena. The designer chose the Woody series because of its high level of visual comfort and wide variety of installation systems and uses, which range from highlighting details to landscaping. From the site\'s viewing platform, a rhythmic procession of pole-mounted iTeka luminaires introduces the visitor to this remarkable example of classical architecture with directional lighting  created by optics with OptiSmart reflectors that optimizes both visual comfort and the spacing of the luminaires. Woody downlights illuminate both the vaulted portico and the open portico, emphasizing the structure of the steps. From there, Underscore InOut Side Bend luminaires installed in the handrail guide the visitor towards the orchestra with an even and continuous line of light that produces no shadow areas whatsoever. In this way light becomes a kind of geometrical sign that indicates the way ahead. Underscore InOut luminaires are incredibly reliable and perfectly suited  to the site\'s climate, so constant, long-lasting, high performance is guaranteed. Continuing up to the orchestra, the cavea (auditorium) and paraskenia  (side wings) are lit with wide beam Maxiwoody luminaires, whereas Woody luminaires guide visitors along the parodoi (stage side entrances) towards the skene (backstage) where Miniwoody luminaires light up the proskenion (area in front of the skene) and Maxiwoody floodlights the skene. \r\n\r\nThis new lighting system, officially unveiled at a press conference and opening event on June 28th, illuminates the splendid architecture and natural beauty of this archaeological site perfectly while also strictly complying with all the relevant safety standards.\r\n\r\nYear:\r\n2017\r\nClient:\r\nDepartment of Cultural Heritage and Sicilian Identity Metaenergia E.S.Co.\r\nLighting project:\r\nRoberto Sannasardo\r\nPhotographer:\r\nGianluca Scalia & Mario Tordini', 'https://www.iguzzini.com/projects/project-gallery/the-ancient-theatre-of-taormina/', 'iGuzzini-The-Ancient-Theatre-of-Taormina_small.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'The Ancient Theatre of Taormina, Italy', 'Project The Ancient Theatre of Taormina is located in Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-24 00:00:00'),
(97, 'INL001', 86, 'NautaDutilh', 'Amsterdam, The Netherlands', 'This law firm office is not only a 10,000 m2 space, it’s THE space in the financial district of Amsterdam. It’s ages away from the usual radiance. It’s quirky, it’s layered and it’s subtle.\r\n\r\nIt\'s a place of ultimate balance of representatives, warmth, and artistry. And it starts with the entry.\r\n\r\nIt all started with the idea of a work environment, that offers more than just an office, that\'s space where work and life blend in a relaxed way. \r\n\r\nThe heart of the office is the restaurant with a bar, where lighting follows the concept of creating a warm and personal ambient ideal for informal chats.\r\n\r\nThe architects aimed to create a fusion of traditional values, contemporary rituals with a human eye on the future.\r\n\r\nLight had to fulfil the modern aspect and create a space where people feel good. \r\n\r\nArchitect: Casper Schwarz\r\nLighting Designer: Studio Rublek\r\nPhotographer: Peter Baas; Gerke van de Hoef', 'https://www.intra-lighting.com/solution?solution=OFFNaut1&name=nautadutilh', 'Intra-Lighting-NautaDutilh_small.jpg', 'Intra Lighting NautaDutilh', 'NautaDutilh, Amsterdam, The Netherlands', 'Project NautaDutilh is located in Amsterdam, The Netherlands. Discover lighting design and luminaires types specified in the project.', '2018-04-26 00:00:00'),
(98, 'WEF005', 86, 'Neues Rathaus', 'Dresden, Germany', 'Following extensive renovations, the Neues Rathaus (New Town Hall) in Dresden is now seen in a new light.\r\n\r\nWhen they devised the exterior lighting for the Neues Rathaus, the Studio DL lighting designers had to comply with the requirements for listed buildings as well as the master plan for Dresden\'s city lighting. Their concept is based on several carefully co-ordinated elements that present the town hall as a landmark on Dresden\'s skyline while at the same time allowing a close look at the architecture and the decorative elements. WE-EF luminaires accentuate the main facade and incorporate the rhythm of the ground floor archway and the pilasters on the upper floor.\r\n\r\nThe column lighting on the arcade of the main facade is created by ETC330-GB LED inground luminaires. The uplights feature a gimbal mounting system, whereby the lighting can be rotated 360° and tilted 30°, enabling it to be precisely aligned. This section uses ETCs with a very narrow beam distribution combined with a linear spread lens in order to provide a powerful “scalloping” effect. For the four arches located directly in front of the main entrance, the ETC330-GB installations at the side of the columns additionally “wash” the wide intrados. This highlights the entrance to the building while also accentuating the lattice doors right behind it, known as the \"golden gate\".\r\n\r\nThe 13 columns at ground level are matched by 13 pilasters on the upper floor, which are also accentuated by column lighting. FLD121 LED projectors are placed on the fascia to cover this area. With connected wattage of just 12 watts and symmetric medium beam distribution, they not only emphasise the vertical columns but also project light to the cornice above. As a result, the fine structure of the facade is visible all the way up to the edge of the roof.\r\n\r\nTwo large bronze heraldic lions that guard the entrance to the Neues Rathaus have naturally been integrated into the lighting concept as they are an important part of the artistic decoration. Two ETC130-GB LED uplights set in the ground in front of the bases of the sculptures are aimed at the lions\' heads with a very narrow beam distribution.\r\n\r\nPrincipal: State capital Dresden, urban planning office\r\nPlanning of the building lighting: Studio DL, Hildesheim\r\nProject supervision and electrical planning: ILB Dr. Rönitzsch GmbH, Freital\r\nPhotos: Dirk-Andre Betz', 'http://www.weef.de/#!/us/project/rathaus_dresden_germany', 'We-ef-Neues-Rathaus_small.jpg', 'We-ef Lighting Neues Rathaus', 'Neues Rathaus, Dresden, Germany', 'Project Neues Rathaus is located in Dresden, Germany. Discover lighting design and luminaires types specified in the project.', '2018-04-26 00:00:00'),
(99, 'WEF006', 68, 'Monash University\'s Caulfield campus', 'Melbourne, Australia', 'Integral landscaping and lighting design for Monash University\'s Caulfield campus.\r\n\r\nA water feature, a bright blue sports ground, at the other end a platform with a beautiful pavilion, and lawns, benches and wooden decks everywhere – Monash University\'s Caulfield campus in Melbourne is tough competition for the lecture halls and seminar rooms. The redesign of the campus including a former car park was so successful that the Australian Institute of Landscape Architects (AILA) awarded the VIC Urban Design Award of Excellence to the project.\r\n\r\nLighting designers from the company Electrolight were involved in the planning process from an early stage. This is can be seen in a particularly close interlinking of the design of the park and the lighting concept. An example of the consistent integration of the lighting in the environment is the lighting solution for the sports ground. \"Sports ground lighting is usually characterised by four poles positioned in the corners\", says Jess Perry, director of Electrolight. \"But here we departed from this traditional approach and implemented a more theatrical lighting effect instead of conventional flood lighting for the area that features graphic elements and lettering.\" FLC141 LED projectors with snoots are used. They are fitted on clearly inclined poles which – like the projectors – are painted in the blue of the flooring.\r\n\r\nIn contrast, the general lighting chosen for the campus has a stronger focus on functional aspects. The planners decided to use RFL530 LED street and area lighting luminaires along the main path. One pole holds two luminaires. Those that illuminate the path have asymmetric \'side throw\' distribution, while the luminaires directed at the adjoining areas, lawns and terraces fitted with [A60] lenses have symmetric \'forward throw\' distribution. Supplementing them, FLC121 LED projectors fitted unobtrusively on the parapet of the surrounding buildings illuminate smaller side paths on the campus. \r\n\r\nThe special material and surface structure of the Caulfield Sound Shell pavilion is illuminated by ETC300 inground luminaires from WE-EF. Further ETC300 variants add lighting accents around the whole campus on selected trees, mark contours, zone areas and highlight details. They are fitted with a large range of optical accessories, from wallwash to narrow, linear lenses.\r\n\r\nProject participants (selection):\r\nPrincipal: Monash University, www.monash.edu\r\nLandscape architects: TCL – Taylor Cullity Lethlean, www.tcl.net.au\r\nLight planning: Electrolight, http://electrolight.com\r\nArtwork on the sports ground: Agatha Gothe Snape, https://agathagothesnape.net', 'http://www.weef.de/#!/us/project/monash-uni-melbourne', 'We-ef-Monash-University-Caulfield-campus_small.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'Monash University\'s Caulfield campus, Melbourne, Australia', 'Project Monash University\'s Caulfield campus is located in Melbourne, Australia. Discover lighting design and luminaires types specified in the project.', '2018-04-26 00:00:00'),
(100, 'WAY001', 90, 'International Airport Main Terminal', 'Ashgabat, Turkmenistan', 'Constructed in Turkmenistan’s capital city, Ashgabat, Ashgabat International Airport is one of the biggest projects of the country. The design of the new Ashgabat International Airport Complex was inspired from a historical Turkish character Oguz Khan and the lacyn bird (falcon), which is one of the national symbols of Turkmenistan. The Airport Complex consists of 266 buildings with different functions and constructed on the site area of 12-million sqm, including 2.5-million sqm area of runways, taxiways and aprons. The new airport also will be able to host 14 million domestic – international passengers per year with providing IATA Class A service standards, and ready for being the logistics centre of the region owing to its new cargo structuring.\r\n\r\nIn both daytime and nighttime, this building will be the last building seen by passengers arriving to or departing from Ashgabat. The exterior lighting of the main terminal building needed to create a prestigious and strong perception and to highlight the structural elements that refer the culture of the country.\r\n\r\nThe building has a huge bird shape so the façade lighting was designed to emphasise this extraordinary architectural form. While the LED uplight projectors on the entrance canopy illuminate the two wings homogenously, the linear lighting fixtures integrated on the front façade imitates a bird’s flapping motion.\r\n\r\nOn the roof, the ‘arrows and bow’ shapes that have an important place in the culture of the country, are shown by linear LED fixtures. Also, the patterns adapted from the Turkmenistan flag to the building were also emphasised by the same kind of luminaries.\r\n\r\nThroughout the design process, international aviation regulations were taken into account. For the low energy consumption, all lighting products have been selected with LED lamps.\r\n\r\nLighting Design:\r\nLighting LAB.1, Turkey\r\n\r\nClient:\r\nPolimeks Construction\r\n\r\nArchitect:\r\nPolimeks Construction, Turkey\r\n\r\nInterior Design:\r\nPolimeks Construction, Turkey; Tekeli-Sisa Architecture, Turkey', 'http://www.waysonlighting.com/airport-main-terminal.html', 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_small.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'International Airport Main Terminal, Ashgabat, Turkmenistan', 'Project International Airport Main Terminal is located in Ashgabat, Turkmenistan. Discover lighting design and luminaires types specified in the project.', '2018-04-27 00:00:00'),
(101, 'ACD001', 91, 'Oxford Street', 'London, UK', 'Occupying 89m of Oxford Street façade from North Audley St to Balderton Street, is situated on one the busiest and prestigious shopping destinations in London.\r\n\r\nThe project brief\r\n\r\nThe project brief was to unify the block of buildings, by picking out the features that would render the facades character best at night.  To ensure the façade not only looked impressive at night, unsightly cabling should not detract from the buildings charm and architectural beauty during the day, attracting higher end retailers and discerning shoppers, by giving the development presence and charisma.\r\n\r\nacdc’s solution\r\n\r\nThrough extensive lighting trials and 2D Photoshop visuals LDI picked out the features that would render the facades character best at night, the team produced detailed mounting drawings for each fittings location and cable routes.\r\n\r\nRed brick vertical features are picked out by 10° Plaza 10 fittings in 2700K, to enhance the warm tone of the red brick giving an inviting warm glow. The rhythm of narrow beam uplighting was carefully planned to ensure the right amount of shadow and highlight, ensuring the form of the building was expressed from all viewing positions without over lighting the features and loosing contrast. Window reveals and wider features are lit with spread 12 x 40 Plaza 10 fittings, and horizontal lighting is provided  Fino to link and unify the verticals.\r\n\r\nThe lighter stone building, with dark stone columns, is lit with 3000K Plaza 10 fittings, to preserve the lighter finish, and to ensure the light stone is not given an unnatural tone from the warm 2700K lighting used on the majority of the development. This change in colour temperature also intentionally makes the light stone building a feature within the estate as a whole. This façade is lit by the same techniques that unify the development, but given its own identity tailored to its own architectural elegance by using a more suitable neutral white colour temperature.\r\n\r\nAll visible fittings used on the project are RAL finished to match the various mounting surfaces, ensuring minimal visual impact on the façade by day, and all cabling routes are well concealed from direct view by pedestrians.\r\n\r\nThe fittings are all selected and tested for their precise optical performance, and all fittings are equipped with glare snoots and louvers where necessary, to ensure no glare is experiences by pedestrians or building occupants. The glare snoots are finished to match the fittings, and the internal louvers when used are matt black and orientated perpendicular to viewing angles, to ensure glare control is optimal.\r\n\r\nLighting Design:\r\nLighting Design International, UK\r\n\r\nClient:\r\nTribeca Holdings\r\n\r\nArchitect:\r\nESA Architects, UK', 'https://www.acdclighting.co.uk/projects/oxford-st-estate/#.WuMiNMiFNPY', 'acdc-Oxford-Street_small.jpg', 'acdc Oxford Street', 'Oxford Street, London, UK', 'Project Oxford Street is located in London, UK. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(102, 'ACD002', 91, 'Troia Cathedral', 'Apulia, Italy', 'Built in the first quarter of the 12th century, Troia Cathedral  in Apulia region of Italy is dedicated to the Assumption of the blessed Virgin Mary. .\r\n\r\nThis beautifully preserved and carefully maintained monument stands is recognized one of the jewels of Apulian Romanesque architecture.  The Cathedral’s facade is of significant importance and extraordinary beauty full of symbolic meanings with its magnificent bronze door with symbolic decorations which has been admired by locals and visitors for centuries.\r\n\r\nProject brief\r\n\r\nOwners of this historical monument the Diocese of Lucera-Troia, the Apulia Region and the Municipality of Troia authority approached world renowned architects Stefano Cibelli and Piero Guadagno and Giordana Arcesilai to provide an innovative lighting scheme to enhance the interior space.\r\n\r\nAn innovative lighting scheme with low energy consumption was required to highlight the architectural detail whilst remaining respectful to the original structure and the functionality of the space.  The interior is a three-nave-shaped Latin cross, containing a central nave.   Two side aisles are separated by two impressive rounded arched arcades of 6 marble columns each with a double first column seen when entering the main door, thus making a total of thirteen marble columns.\r\n\r\nCareful consideration was required when lighting the beautiful carved wooden crucifix by Pietro Frasa, which is linked to the town’s popular traditions and festivals. Of particular ceremonial importance, are the stone pulpit and the two chapels, that of the patron saints and the Chapel of the Assumption from which the cathedral takes its name.\r\n\r\nSolution\r\n\r\nacdc and Thorn from the Zumtobel group have provided, innovative technology and products that meet three lighting criteria: for ceremonial purposes, artistry and architectural highlighting, together with a touch screen lighting control system is\r\n\r\nPre-programmed to the different needs of the space allowing the lighting scheme to be tuned to suit specific functions or required mood, changing from a solemn scene during ceremonial services, to an artistic theme whilst sightseeing groups are visiting the building to create drama and highlight the architectural beauty of the monument.\r\n\r\nIllumination of the central heart of the building was solved with Thorn’s SATIN 2 linear projectors alongside the beams and with QBA projectors for the general lighting placed laterally.  In the side aisles, INTEGREX linear fittings provided arched lighting with ARTEMIS spotlights for Via Crucis have been placed on the capitals.\r\n\r\nThe cathedral of Troy is full of history, charm and culture, and the new lighting enhances the liturgies and celebrations, improves tourist’s enjoyment and experience whilst remaining respectful of the cathedral’s religious function.', 'https://www.acdclighting.co.uk/projects/troia-cathederal-italy/#.Wube6MiFNPY', 'acdc-Troia-Cathedral_small.jpg', 'acdc Troia Cathedral', 'Troia Cathedral, Apulia, Italy', 'Project Troia Cathedral is located in Apulia, Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(103, 'LMP023', 28, '180 Wellington', 'Ottawa, Ontario, Canada', 'The recently restored Wellington Building is the first to be lit following the newly implemented Master Plan for the Parliamentary Precinct in Canada\'s capital, Ottawa. Returned to its 1920s splendor, the onetime insurance building now house MP offices, a library, and governmental meeting rooms. Public Works and Government Services Canada turned to lighting design firm Lightemotion to highlight this stunning example of Beaux-Arts architecture and sets it aglow with subtle elegance.\r\n\r\n\"We employed a theatrical approach to lighting with very detailed control systems to avoid flooding the building with light\" states Francois Roupinian, Founder of Lightemotion, \"Delicate, beautiful accents on key architectural features preserve the historic integrity of its architecture while maintaining a cohesive luminous environment with the neighboring buildings.\" \r\n\r\nOn the ground level along Wellington Street, Lightemotion employed Lumenpulse Lumenfacade Remote 2-foot luminaires to light the inner window arches. At a 3000k color temperature, they give the façade an organic glow without compromising the resonance of the natural stone. The Lumenpulse Lumenfacades used in this area are equipped with a custom cage that matches the stone façade, this cage both protects and hides the luminaires within the façade.\r\n\r\nBetween each of the building\'s columns and pilasters, Lumenfacade Horizontal luminaires were placed to add drama and create a softer light while also making these architectural elements stand out from the façade. The light intentionally bleeds up and onto the cornices, so as to allow additional light onto the façade.\r\n\r\nThe DALI lighting control system allows each luminaire to be individually controlled; lighting levels can be specifically tailored to each area of the building depending on the nature of the architectural features and reflectivity of the surfaces. The strategically placed strokes of light covering all four-tiers of the building accentuate and underscore this historic landmark\'s eminence in a timeless, lasting design that enhances its beauty. \r\n\r\nAs Ottawa\'s Master Plan comes to light, it is clear that the lighting design and the luminaires used for 180 Wellington Street is the standard to follow. \r\n\r\nEQUIPMENT SPECIFIED \r\n24 x Lumenfacade Horizontal, 1ft, 3000K, 10°x10°\r\n30 x Lumenfacade Horizontal, 1ft, 3000K, 10°x60°\r\n41 x Lumenfacade Horizontal, 2ft, 3000K, 10°x60°\r\n7 x Lumenfacade Horizontal, 3ft, 3000K, 10°x60°\r\n24 x Lumenfacade Horizontal HO, 3ft, 3000K, 10°x60°\r\n89 x Lumenfacade Horizontal, 4ft, 3000K, 10°x60°\r\n30 x Lumenfacade Horizontal HO, 4ft, 3000K, 10°x60°\r\n8 x Lumenfacade Remote, 2ft, 3000K, 10°x60°\r\n\r\nClient: Public Works and Government Services Canada\r\nLighting Design: Lightemotion\r\nArchitect: NORR\r\nContractor: Pomerleau\r\nPhotographer: Gordon King', 'https://www.lumenpulse.com/projects/257/180-wellington?region=meaf', 'Lumenpulse-180-Wellington_small.jpg', 'Lumenpulse 180 Wellington', '180 Wellington, Ottawa, Ontario, Canada', 'Project 180 Wellington is located in Ottawa, Canada. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(104, 'PHI001', 92, 'Viaduct Harbour', 'Auckland, New Zealand', 'Viaduct Harbour is a heavily obstructed area by cables, gangways and other infrastructure. Philips Lighting was tasked to adapt to local celebrations and events, allowing programming from anywhere with regular content updates.\r\n\r\nThe Philips luminaires also had to survive sea air, salt spray and even partial immersion, and still have a satisfactory light output in ten years\' time.\r\n\r\nThe right lighting\r\n\r\nFor the western wall, Philips iColor Flex LMX Gen2, a direct view system, was mounted on stainless steel plates and overlaid with a customised diffusing screen resulting in seamless light movements.\r\n\r\nFor the southern wall, the luminaire chosen was the Philips ColorGraze MX4 Powercore from Color Kinetics, an IP66 fitting made of high-quality aluminium with a low copper content to withstand the marine location. To avoid the wall looking flat and featureless, the interior of each frame was washed with carefully-directed light that used a gradation in intensity across the surface to provide interest and contrast.\r\n\r\nA waterproof secondary housing was designed and built locally from marine-grade 316 stainless steel with a glass lens, and the luminaire was mounted and sealed inside this.\r\n\r\nLighting designer Angus Muir was commissioned to design the creative content while the Philips ActiveSite gateway monitors the health of the system sending real-time fault alerts to address immediately.\r\n\r\nAs the project progressed, it became clear that the color-changing lighting would also provide another opportunity—to revitalize the city and the whole downtown experience.\r\n\r\n“As we worked on the project we realized that through the use of color-changing lighting, we had the chance to essentially brand the city,” said Fox. “The new lighting could extend beyond the station and tie back to city events and happenings, and with the nearby commercial railroad station, we could create a ‘gateway’ to San Diego.”\r\n\r\nTo uplight the canopy, Ceballos and Fox used a combination of four Philips Color Kinetics ColorBlast Powercore and two iW Blast Powercore fixtures mounted within each of the 12 existing metal shrouds located 35 ft (10.7 ft) above the station which replaced high wattage metal halide uplights. More than 30 different themed lighting shows were programmed—both static and dynamic—and run during trolley operating hours treating travelers and passersby to a lighting experience. After hours, the uplights switch to white light in order to increase safety and security in the area. The new lighting system has reduced the overall energy consumption.\r\n\r\n“It was exciting to take the objectives of the project one step further and have the chance to really make an impact on the city,” said Ceballos. “We hope the new lighting will instill pride in local citizens and create a welcoming and memorable entrance for visitors.”\r\n\r\nProducts Used\r\nColorGraze MX4 Powercore  \r\niColor Flex LMX gen2  \r\n\r\nCLIENT:\r\nAngela Bull, CEO,\r\nViaduct Harbour Holdings Ltd\r\n\r\nDESIGN:\r\nGeoff Lewthwaite,\r\nPhilips Lighting New Zealand\r\n\r\nAngus Muir,\r\nAngus Muir Design\r\n\r\nTECHNICAL DESIGN:\r\nChris Huff,\r\nChris Huff Technical Ltd.\r\n\r\nELECTRICAL CONTRACTOR:\r\nEmpire Electrical Services Ltd', 'http://mirror.philipsnas.com/Showcase/installs/Viaduct-Harbour/index.html', 'Philips-Viaduct-Harbour_small.jpg', 'Philips Viaduct Harbour', 'Viaduct Harbour, Auckland, New Zealand', 'Project Viaduct Harbour is located in Auckland, New Zealand. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(105, 'PHI002', 92, 'OVO Wrocław Apartments', 'Wrocław, Poland', 'Philips Lighting (Euronext Amsterdam ticker: LIGHT) has implemented dynamic LED lighting for the prestigious apartment and hotel complex OVO Wrocław, in Wrocław, Poland. The building is equipped with over one kilometer of linear LED fixtures, 8,500 luminaries and 6,750 remote controlled modules.\r\n\r\nThe OVO Wrocław building includes apartments, is home to a Double Tree hotel by Hilton, office spaces, a casino and a fitness club. Located in the centre of Wrocław, the curved building features an open court and white façade equipped with over 300 meters of Philips Vaya Linear luminaires that provide a subtle embellishment, complementing the surrounding architecture. The LED lighting technology is designed and tailor-made to meet the specific requirements of the rooms, reception areas and façade.\r\n\r\nThe interior of the building is equipped with ceiling luminaires, Philips LuxSpace Accent, Philips StoreFlux and Philips Coreline downlights. These are computer controllable so that special light effects may be applied to transform the lobby, reception desk, restaurant, ballroom and foyer in the blink of an eye. \r\n\r\nThe lobby, restaurant and the ballroom also feature tailor-made Volcano luminaires, mounted to the ceiling and covered in uniquely shaped plaster frames. The Volcano luminaires contain 6,750 Philips Color Kinetics eW Flex Compact modules.\r\n\r\nThe interior luminaires are controlled using Philips Dynalite controls. Light scenes have been created to transform the spaces for any occasion by the simple tap of a LCG touch panel screen. Facility managers also enjoy a personalized interface and remote access capabilities.\r\n\r\nThe lighting in the public spaces of the building offer a warm hue in a range between 2700-3000K. Zones that are not accessible to guests feature luminaires with a color temperature of 4000K.\r\n\r\nBy adopting Philips LED lighting technology, the OVO Wrocław complex can save up to 60% of energy consumption in public zones, compared to conventional lighting.\r\n\r\nProducts Used\r\neW Flex Compact  \r\nVaya Linear MP, White & Mono  \r\nVaya Cove LP G2', 'http://mirror.philipsnas.com/Showcase/installs/OVO-Wroclaw/index.html', 'Philips-OVO-Wrocław-Apartments_small.jpg', 'Philips OVO Wrocław Apartments', 'OVO Wrocław Apartments, Wrocław, Poland', 'Project OVO Wrocław Apartments is located in Wrocław, Poland. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(106, 'ZTB001', 94, 'ELBE PHILHARMONIC HALL', 'Hamburg, Germany', 'Zumtobel accentuates the magical atmosphere of the Elbe Philharmonic Hall in Hamburg with a tailored lighting solution that uniquely brings the heart of this spectacular concert hall to life. Zumtobel has referenced the architectural philosophy of combining old and new by working closely with the Swiss architects Herzog & de Meuron and the glass designer Detlef Tanz from Wegberg to carefully craft 1200 hand-blown glass ball luminaires. Paying homage to the nearby River Elbe, the fittings appear like light-filled water bubbles emerging from the undulating acoustic ceiling. The combination of traditional craftsmanship and modern LED technology made the development of this lighting solution a special challenge for Zumtobel. The result is a custom-made luminaire with an especially attractive appearance, which uses a colour temperature of 2700 K to create an emotive atmosphere in the room. The ball fittings are seamlessly dimmable via DMX controls and fully compatible with HDTV, meaning that video recordings made in the concert hall are completely flicker-free.\r\n\r\nThe Plaza features a further 870 machine-made plastic ball luminaires. These LED solutions are grouped in diamond shapes and provide pleasant warm-white general illumination. Zumtobel developed another customised luminaire specifically for the foyer and the cloakroom in front of the concert hall. This hybrid product incorporates a hand-crafted fluorescent fitting with an RGB LED module, which can be separately controlled using a DALI interface. Depending on the particular event, this means that the 750 luminaires can be individually adjusted to create poignant effect lighting.\r\n\r\nZumtobel has also used a number of established standard luminaires in the Elbe Philharmonic Hall. Track-mounted DIAMO and VIVO spotlights controlled by LITECOM provide general illumination in the Störtebecker restaurant. Furthermore, PANOS infinity guarantees homogenous basic lighting in the hallways and conference rooms of the Westin Hotel.\r\n\r\nArchitect: Herzog & de Meuron (CH)\r\nLighting design: Ulrike Brandi Licht, Hamburg (DE)', 'https://www.zumtobel.com/com-en/art_and_culture.html', 'Zumtobel-ELBE-PHILHARMONIC-HALL_small.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'ELBE PHILHARMONIC HALL, Hamburg, Germany', 'Project ELBE PHILHARMONIC HALL is located in Hamburg, Germany. Discover lighting design and luminaires types specified in the project.', '2018-05-01 00:00:00'),
(107, 'ZTB002', 94, 'Faculty of Civil Engineering', 'Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus in Osijek, Croatia', 'Zumtobel has implemented a comprehensive lighting solution throughout the new Faculty of Civil Engineering at a university in the Croation city of Osijek. The architect Dinko Peračić has enjoyed a long and successful partnership with Zumtobel, so he knew straight away that the Austrian lighting specialists could offer the essential skills and experience for this fascinating project - in which light was to play such a key role - along with customised solutions for areas with special requirements.\r\n\r\nThe new Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus in Osijek, Croatia, is on the way to becoming a centre of engineering excellence. Architect Dinko Peračić called on the knowledge and expertise of Zumtobel to help realise the lighting concept for the building that encompasses around 10,000 square metres of usable space – a construction that symbolises the rich potential of the built environment. The lighting solutions specified in the many different areas and rooms optimise the effect of the architecture itself, while also maximising visual comfort for students and employees and meeting stringent demands in terms of energy efficiency.\r\nInitial situation and special requirements\r\nFrom the very outset, Dinko Peračić was convinced that light needed to play a central role in this project. “With other university buildings closely flanking the project on both sides, the biggest challenge was deciding how to bring enough daylight into the new building to create real places of encounter. The artificial light primarily had the task to extend the fundamental spatial quality into the evening and night. The plan was to make the rooms as open and light as possible, with evening visitors guaranteed the same pleasant atmosphere as those using the space during the day. In addition, the building is characterised by different areas that each offer their own distinct ambience. This includes everything from bright classrooms and lecture halls, where luminaires with 360-degree light uniformly illuminate the entire room, to lively entrance areas and even an archaeological site, which is integrated in the foundations of the building. Light interacts with the various spatial geometries and emphasises their unique character. Only with the right light can individuals truly experience the architecture of the building.”\r\n\r\nThe number of students attending the Faculty of Civil Engineering at the Josip Juraj Strossmayer University has grown steadily since 1976. For many years the department was dispersed throughout Osijek in a series of different buildings. The completion of the new Faculty of Civil Engineering in spring 2016 has finally established a single fixed location on the university campus, creating the ideal conditions for the academic institution to achieve its goal of becoming the leading higher education centre for construction in Eastern Croatia. The invitation to tender, which was financed using public funds, was first issued in 2006. Zumtobel has been involved with the design and realisation of the lighting solution since 2010.\r\n\r\nA building with many aspects requires a varied lighting solution\r\nIn addition to optimising the energy footprint of the project by introducing measures such as daylight integration, the lighting solution was subject to a number of important stipulations. The high room heights demanded an intelligent solution to fuse adequate light with excellent glare control, while there was also a clear preference for luminaires with a subtle design – in other words, luminaires that use their lit effect to focus attention on the way the space is presented. The client was impressed with the way Zumtobel could draw from a broad product portfolio to provide almost all of the indoor and outdoor functional lighting, including the emergency lighting, while the ability to offer comprehensive service also favoured the Austrian company. Zumtobel was even able to engineer customised mounting solutions for the special ceiling constructions and could call on its Thorn sister brand to realise the exterior lighting installation.\r\n\r\nHigh efficiency for high rooms\r\nIn the entrance area it was necessary to generate a welcoming atmosphere and to simplify orientation for people entering the expansive building. The slim TUBILUX tube luminaire with its 90mm diameter proved the ideal option. Even with ceiling heights of almost 16 metres, the 360-degree circular distribution produces ample light and allows for the uniform illumination of walls and floors.\r\n\r\nThe height of the rooms also played a decisive role in the specification of the lighting for the 94 classrooms and offices. The luminaires, mounted on ceilings with heights of between 4 and 8 metres, had to deliver enough light for the various different visual tasks undertaken by both students and staff. In addition, they needed to simultaneously demonstrate outstanding glare control and contribute to a pleasant atmosphere that is intended to promote learning and concentration.\r\n\r\nAn MPO+ micro-pyramidal optic and perforated side reflector helped the ECOOS fitting catch the eye of the client. The pendant luminaire blends an attractive design with excellent lighting performance, producing 360-degree light from a single light source. Direct, indirect and lateral light components ensure glare-free light at the workplace and at the same time deliver strong vertical illumination. This combination enhances visual comfort and supports careful working, while bright ceilings and walls pave the way for a pleasant atmosphere. Continuous rows of ECOOS draw straight lines through the classrooms of the new university building, accentuating the special geometry of the learning spaces.\r\n\r\nThe addition of LUXMATE DIMLITE further improves the overall energy performance. The basic version of this lighting management system integrates available light and enables daylight-dependent control in each of the 94 classrooms and offices. Artificial light is added where necessary to achieve the desired light intensity. LITECOM is combined with the modular SEQUENCE adjustable office luminaire in certain conference rooms to offer lighting scenarios tailored to suit particular tasks and situations.\r\n\r\nThe entire building is equipped with the ONLITE RESCLITE safety luminaire. Excellent efficiency and an optimal light distribution mean that relatively few products were required to meet the relevant standards for safety lighting. The emergency lighting solution is carefully monitored by an ONLITE SB controller, which removes the need for individual checks by automatically reporting issues or problems on a central system.\r\n\r\nOne contact for a comprehensive range of services\r\nAlongside the indoor areas, the addition of LED exterior lighting was a decisive factor in the success of the project. As a member of the Zumtobel Group, Zumtobel was able to utilise the know-how of its sister brand, Thorn. The simple and yet elegant URBA LED street lighting lantern perfectly complements the overall architectural concept of architects Dinko Peračić and Roman Šilje, who were both responsible for the outdoor space. Integrated controls help keep energy consumption and maintenance costs to an absolute minimum.\r\n\r\nThe architects and developers of the new Faculty of Civil Engineering in Osijek were won over by the quality, functionality and aesthetic design of the luminaires – an effective combination that has come to exemplify the Zumtobel portfolio. At the same time, the lighting solution also fulfils its most important objective by providing students and employees with high-quality, glare-free light.\r\n\r\nAn overview of all the Zumtobel luminaires used in the project:\r\n\r\nClassrooms and offices: ECOOS, PERLUCE, TECTON, SLOTHLIGHT 2, ELEEA, SEQUENCE\r\nCorridors and entrance areas: SLOTLIGHT 2, TUBILUX, TROIKA, CONTRAST\r\nSafety lighting: ONLITE RESCLITE with SB Controller, ONLITE CROSSIGN\r\nLighting management: LUXMATE DIMLITE, LITECOM', 'https://www.zumtobel.com/media/downloads/2017_08_03_PR_Z_Fakultaet_Osijek_EN.pdf', 'Zumtobel-Civil-Engineering-Faculty-Osijek_small.jpg', 'Zumtobel Faculty of Civil Engineering', 'Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus in Osijek, Croatia', 'Project Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus is located in Osijek, Croatia. Discover lighting design and luminaires types specified in the project.', '2018-05-01 00:00:00'),
(108, 'REG001', 95, 'GASTRO BOUTIQUE BALFEGÒ', 'Barcelona, Spain', 'Balfegó is a gastronomic space designed to spread the culture of tuna. Its lighting concept seeks the immersion of the diner in an idyllic maritime environment.\r\n\r\nAlong with the interior designers and chefs, the goal was to create different immersion levels accompanied by a dim dynamic light that resembled the sun filtered by water in order to enhance the gastronomic experience. The main hall functions as a restaurant, where the dynamic light receives the guests and invites them to learn more about the Bluefin. With fish swimming in space, and waves surrounding the scene, everyone is welcome to an immersive world.\r\n\r\nThe total immersion of the guest into the maritime world was achieved through the dynamic light concept of the main hall. This displays a central piece: the “school of fish”, composed of 88 units of customized LED spots with warm filters (2700K), placed down the central room, illuminating more than a hundred acrylic fish hanging from the ceiling, forming a circle. Also, these luminaries mark the atmosphere throughout the room, with another 60 led spots on the curtains and bars (3000K), creating a wave effect and controlled by DMX programming to simulate the sea movement. The blue curtains surrounding it, resemble fishnets and have a wave shape, which interacts within the ambiance to get the diner to sit down, relax and start their gastronomic journey. The main tables and bar are illuminated by thin pendant cylinders hanging suggesting the edge of the boats with 2W warm LED spot lights.\r\n\r\nThrough the different levels of immersion, the guest embarks on a thematic, didactic and special journey.\r\n\r\nProject Gastro Boutique Balfegò\r\nYear of completion : 2017\r\nPlace: Barcelona, Spain\r\nLighting designer: artec3\r\nArchitect: El Equipo Creativo\r\nPhotography: ©Adrià Goula', 'http://www.reggiani.net/en/projects/balfego/', 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_small.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'GASTRO BOUTIQUE BALFEGÒ, Barcelona, Spain', 'Project GASTRO BOUTIQUE BALFEG is located in Barcelona, Spain. Discover lighting design and luminaires types specified in the project.', '2018-05-02 00:00:00');
INSERT INTO `projectslib` (`projectslib_id`, `sku`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(109, 'REG002', 95, 'THAMES TOWER', 'Reading, UK', 'Reggiani UK, working hard to support London and Oslo-based lighting design and consulting studio, Light Bureau, have provided the perfect lighting solution for the dramatic new reception area in the Thames Tower refurbishment project in Reading, Berks.  Consideration had to be given to aesthetics, energy-efficiency, efficacy, a potential BREEAM rating and lifecycle costs to deliver a stunning yet cost-effective solution to the client.  Reggiani’s YORI downlights were the ideal choice for the extensive new reception space that leads out onto the busy concourse at Reading Railway Station.\r\n\r\nThames Tower was a 1970’s derelict office building. The developer, a joint venture between Landid and Brockton Capital, added 4 additional floors to the 10-storey building, dramatically improving the aspect ratio.  On the ground floor a grand, double-height reception has been created by removing the original first floor and introducing new retail spaces to add to the already vibrant offering of Reading Town Centre.  The atrium itself is accessed through impressive 3-metre high revolving glass doors and shares part of the ground floor area with a restaurant and café. The building has been designed to provide everything that is needed for the modern-day tenant.\r\n\r\nReggiani’s YORI fittings with a 13W LED light source and 16 degree beam angle have been utilised for the project and a black finish chosen,  mounted on suspended track.  Mini YORI fittings in a white finish with 10W light source and a 48 degree beam angle were also incorporated into the scheme on recessed track.  As always, the YORI range has provided a high performance, energy-efficient scheme that ensures a flexible and versatile lighting solution.\r\n\r\nArve Olsen, Director of Light Bureau Ltd, commented: “The sleek and modern design of Reggiani’s YORI range combined with a wide range of optical accessories makes the range a uniquely flexible tool of light for a variety of applications. With its honeycomb louvre, high output light source and narrow beam angle, the YORI spotlight works perfectly in the tall reception space. The luminaires contribute in creating a dramatic and memorable arrival experience at Thames Tower”.\r\n\r\nThe drama of the building unfolds as soon as you enter through its revolving doors into the light-filled reception, setting the scene for the inspirational space in the building’s interior.\r\n\r\nJames Silver, Development Director at Landid, stated: “We are incredibly proud to have completed Thames Tower.  We have created a workspace that is like no other in Reading, offering a stylish and contemporary office environment with amenities that are second to none”.\r\n\r\n\r\n\r\n\r\nTHAMES TOWER\r\n    \r\nphotos of project (high definition)  \r\nphotos of project (low definition)  \r\nContact us\r\nProject Thames Tower\r\nYear of completion : 2017\r\nPlace: Reading, UK\r\nLighting designer: Light Bureau Ltd - Lighting Consultant: Arve Olsen, Director and Designer\r\nArchitect: dn-a architects\r\nOther contributions: Redevelopment Project Owner: Landid and Brockton Capital (Joint Venture developers)\r\nPhotography: Jack Hobhouse', 'http://www.reggiani.net/en/projects/thames-tower/', 'Reggiani-THAMES-TOWER_small.jpg', 'Reggiani THAMES TOWER', 'THAMES TOWER, Reading, UK', 'Project THAMES TOWER is located in Reading, UK. Discover lighting design and luminaires types specified in the project.', '2018-05-02 00:00:00'),
(110, 'BZI001', 96, 'AB: IL LUSSO DELLA SEMPLICITÀ', 'Milan, Italy', 'THE NEW  RESTAURANT OF ALESSANDRO BORGHESE\r\n\r\nBuzzi & Buzzi gives a warm and cosy atmosphere to “AB: il lusso della semplicità”, the new 1920s restaurant of the famous chef Alessandro Borghese, designed by the studio of architects Alfredo Canelli and Giovanni Antonelli of Well Made Factory. In Milan, in Viale Belisario, in a historic building, a new restaurant dedicated to living and eating well has opened: a place where sharing and culinary experience combine perfectly thanks to the sparkling personality of the chef.     \r\n\r\nFrom the entrance of the restaurant, the incredible expertise of the company gives the location an elegant light effect: BUZZZ and EGGY will guide you through the stairs and the wide hallway, revealing the incredible location of the new food kingdom. Both the lighting solutions, installed on the ceiling of the entire restaurant irregularly, but at the same time designed to give a uniform light to the space, are the real protagonists: BUZZZ illuminates the restaurant area from the anthracite floor to the green and brass and the gold ceiling and dividing panels which prevail. The same lighting has been used for the lounge bar, which has been decorated with small trunk-shaped tables, red velvet poufs and nut-brown leather seats.\r\n\r\nInstead, EGGY and FUNNEL LAMP enhance the piano bar and the work of the expert barman, and illuminate the meetings and private events room. BUZZZ, perfect for this project because it is a totally recessed hexagonal indoor luminaire made of AirCoral® with rear frosted glass and asymmetric light beam, installable on plasterboard or brick ceilings.\r\n\r\nEGGY, is a totally recessed luminaire made of AirCoral® with egg-shaped light emission hole and rear light source, installable on plasterboard or brick ceilings. Two exclusive and refined products which add value to different locations and create unique light atmospheres.\r\n\r\nAnother important luminaire in the restaurant is FUNNEL: installed in a row of four, FUNNEL is a pendant luminaire with an adjustable silicone cable which gives an extra touch to the important bar characterized by emerald green tiles. An optical white funnel with an elegant clean design made of AirCoral®, an innovative material customizable with coloured finishes, available in the single version with recessed housing or with a steel, white-painted soft touch case, or even with three pendant lamps installed in a single case.\r\n\r\nThe luminaires of Buzzi & Buzzi light up the restrooms too, characterized by a sophisticated three-dimensional boiserie: X1, a luminaire of the special line Iron, is installable on ceilings with adjustable projector and interchangeable lens and it is placed in the bathrooms in the black finishing version (available in white too). It is a high-performance projector realized with a clean-cut design to obtain a minimal visual impact, provided by an adjustable arm which can be angled up to 360° both horizontally and vertically, and installable on ceilings, walls or rail.\r\n\r\nInstead, the adjustable light of TAURUS is installed in the wc: a single, double or triple recessed lighting installable on plasterboard ceilings or walls, with a recessed\r\n\r\nbody made of Coral® and an extraible projector, which highlights spaces and details with a precise beam of light. Lastly, the single installation of the linear and clean PIPEDINO OPEN, a bi-emission surface luminaire made of AirCoral®, which warms up the atmosphere with its diffused, symmetrical and regular light.\r\n\r\nThe lighting project by Buzzi & Buzzi successfully enhances the already bright ambience of the restaurant: the precious and refined gold ceiling is made even warmer and brighter thanks to the light effect created company’s products. As always, skillful work is the basis of these experts in the lighting world.', 'http://www.buzzi-buzzi.it/en/reference/public/67/alessandro-borghese-il-lusso-della-semplicita-milan', 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_small.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'AB: IL LUSSO DELLA SEMPLICITÀ, Milan, Italy', 'Project AB: IL LUSSO DELLA SEMPLICITÀ is located in Milan, Italy. Discover lighting design and luminaires types specified in the project.', '2018-05-03 00:00:00'),
(111, 'SAT001', 97, 'INFINITY', 'Amsterdam, the Netherlands', 'The INFINITY Business Center is one of Amsterdam’s most spectacular buildings, located directly on the city’s beltway and built on 16 pillars. It is transparent, innovative, eco-friendly and welcoming. Its extraordinary architecture featuring a double facade for natural ventilation, plenty of daylight, energy-efficient technology and, last, but not least, a fantastic view over Amsterdam equally fascinate visitors and onlookers.\r\n\r\nSoft-Delta luminaires by SATTLER accentuate the foyer. The integrated acoustic membrane improves the room acoustics and also reduces the reverberant sound.\r\n\r\nArchitect: MVSA – Architects, Client: Dutch Light Pro – Ridderkerk,\r\nDelivered by: Unique Brands b.v. – Alblasserdam\r\nFotos: Nathalie Peters\r\n \r\n\r\nProductinfo: SOFT DELTA', 'http://www.sattler-lighting.com/en/object/infinity-amsterdam/', 'Sattler-INFINITY_small.jpg', 'Sattler INFINITY', 'INFINITY, Amsterdam, the Netherlands', 'Project INFINITY is located in Amsterdam, the Netherlands. Discover lighting design and luminaires types specified in the project.', '2018-05-03 00:00:00'),
(112, 'LOU001', 98, 'Tirpitz Museum', 'Varde, Denmark', 'In the protected dune landscape along the Danish west coast, the architects Bjarke Ingels Group (BIG) have created a spectacular yet almost completely hidden museum. Louis Poulsen was in charge of the lighting plan, and designed a customised fixture for the project.\r\n\r\nFrom the outset, light played a key role in designing the 2,800-square-metre exhibition space, which with its large open glass sections stands in strong contrast to the gloomy bunker behind.\r\n\r\nLouis Poulsen developed a lighting plan for the project as well as a new pendant. The pure, conical shape effectively directs the light downwards, and ensures that the pendant illuminates the space and the exhibits without disturbing the dramatic effect of the exhibitions.\r\n\r\nThe Tirpitz museum is situated near Varde in west Jutland, and takes visitors on a journey through a treasure trove of stories from the area – tales about lost ships, dangerous smugglers and clandestine love affairs during the Second World War. The museum is built into a sand ramp that leads up to the bunker – i.e it is man-made. Thus, it was possible to bring together three museums in a single building and create a spectacular cultural institution in the otherwise totally protected area.\r\n\r\n“In addition to the functional and technical requirements, we wanted to create a fixture which harmonises with the museum’s simple design idiom and execution in pure materials such as concrete, glass and steel. Everything is stripped down to the basics with absolutely no decoration – and this also needed to apply to the lamp. Therefore, we developed an LED fixture in a tight conical shape in galvanised zinc, which is perfectly suited to a building where nothing is painted, and everything is raw and naked and honest,”\r\n\r\nOle Elkjær-Larsen, an architect at BIG and project manager for the Tirpitz project.\r\n\r\nArchitect: BIG – Bjarke Ingels Group \r\nLighting designer: BIG IDEAS – Bjarke Ingels Group & Louis Poulsen. \r\nEngineer: Ingeniørgruppen Syd. \r\nInstaller: TeknikGruppen, Erichsen & Søn \r\nPhotographer: Jesper Ray', 'https://www.louispoulsen.com/int/professionals/theme/indoor/tirpitz/', 'Louis-Poulsen-Tirpitz-Museum_small.jpg', 'Louis Poulsen Tirpitz Museum', 'Tirpitz Museum, Varde, Denmark', 'Project Tirpitz Museum is located in Varde, Denmark. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(113, 'LOU002', 98, 'The Qvest', 'Cologne, Germany', 'The former city archive in Cologne is now home to The Qvest– a spectacular design hotel located in a NeoGothic building designed by Friedrich Carl Heimann – where modern art and design of an exceptionally high standard provides a stark contrast.\r\n\r\nThe hotel is owned by art collector Michael Kaune, who runs the German Qvest Magazine. His impressive collection of photographs, modern art and furniture by such designers as Arne Jacobsen, Mies van der Rohe and Verner Panton provides a consistent design theme throughout the hotel, adding to its unique atmosphere.\r\n\r\nStep inside the design hotel where all 34 rooms are individually furnished and where Louis Poulsen’s new and classic light fixtures mingle with the carefully selected pieces of vintage furniture.\r\n\r\nPhotographer: Constantin Meyer\r\n\r\nProducts: Yuh Table Panthella Floor NJP Floor AJ Wall PH Artichoke AJ Table Yuh Floor VL38 Table PH 5 Mini Panthella Mini Table VL45 Radiohus Pendant LP Cité AJ Floor Doo-Wop Ripls NJP Wall', 'https://www.louispoulsen.com/int/professionals/theme/indoor/contemporary-hospitality/', 'Louis-Poulsen-The-Qvest_small.jpg', 'Louis Poulsen The Qvest', 'The Qvest, Cologne, Germany', 'Project The Qvest is located in Cologne, Germany. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(114, 'WMN001', 99, 'Bayer Consumer Care AG', 'Basel, Switzerland', 'Bayer Consumer Care AG is a global player. Bayer is, in fact, a life science corporation with a history of more than 150 years and core competencies in the sectors of health and agriculture. The mission statement of this company that employs 115,000 people in 78 countries runs as follows: Bayer: Science For A Better Life.\r\n\r\nA growing and ageing world population demands adequate nutrition and ever better medical care. Due to this fact, Bayer concentrates on improving the quality of life of people through the prevention, alleviation and healing of diseases. Bayer AG also makes an important contribution to the reliable supply of high-quality foodstuffs and animal feed as well as plant-based raw materials.\r\n\r\nIn the office buildings in Basel, Bayer AG entrusts Waldmann with its selection of luminaires. As a result, several luminaires will be entering service with immediate effect in the new office premises of Bayer. LAVIGO VTL luminaires from Waldmann have been installed to ensure that there is no lack of natural light for the staff in the interior. The VTL lighting control system developed by the \"Engineer of Light\" brings the dynamic of the natural daylight and its positive effect directly to each office workstation. The VIVAA suspended luminaire knows how to carry conviction with its optimum light conditions. It blends harmoniously into each ambience. Its seamless design in stainless steel bathes rooms in a pleasant, bright light. The Suspended Luminaire IDOO.line is also used by Bayer. The IDOO.line scores especially with high glare protection.\r\n\r\nLighting solution: Free-Standing Luminaire LAVIGO VTL, Suspended Luminaire LAVIGO, Suspended Luminaire IDOO.line, Suspended Luminaire VIVAA\r\n\r\nImages:\r\n© Bayer Basel', 'https://www.waldmann.com/home/office/references/bayer~ff80818162663dfa01629045e6134f94.en.html?highlight=true', 'Waldmann-Bayer_small.jpg', 'Waldmann Bayer Consumer Care AG', 'Bayer Consumer Care AG, Basel, Switzerland', 'Project Bayer Consumer Care AG is located in Basel, Switzerland. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(115, 'WMN002', 99, 'Pressehaus Stuttgart', 'Stuttgart, Germany', 'Südwestdeutsche Medienholding (SWMH), a company based in Stuttgart that began life as Stuttgarter Zeitungsverlag [Stuttgart Newspaper Publishers] founded back in 1908, has grown in the course of more than one century of company history from a regional newspaper business into a diversified media corporation. Today, SWMH is one of the most significant media groups in Germany and it offers a broad and diversified network of high-quality published products. As well as newspapers that constitute the core business of the Group, the SWMH portfolio also includes numerous technical journals and promotional publications. In addition, the Group houses printing businesses, postal and logistics companies as well as several companies with activities peripheral to the publishing business. Various radio holdings and a TV production company round off the media offering. At the Stuttgart location, with its core brands \'Stuttgarter Zeitung\' and \'Stuttgarter Nachrichten\', the various companies within the Group employ approximately 1000 people.\r\n\r\n\r\n\r\nIn the newly designed newsroom of the Stuttgarter Zeitung and the Stuttgarter Nachrichten, the architecture of the building requires particularly good lighting to be provided. Therefore a decision was taken in favour of the LAVIGO VTL DPS 480/P, which proved very quick and easy to install. The light colour and brightness of the LED standard luminaires are adapted to suit the prevailing time of day. For this purpose, the light colour and intensity of the light generated indirectly by the luminaire vary between 6,500 Kelvin of light, similar to natural daylight, in the morning to awaken the body and all the senses and warm white light of 3000 Kelvin for a cosy atmosphere in the afternoon or indeed in the evening. This process comes closest to that of natural light and positively influences not only the hormone production but also the bio-rhythm of the staff. Manifestly, everyone benefits from this biodynamic form of lighting.\r\n\r\nArchitect: Pfeiffer, Ellermann, Preckel, Lüdinghausen (2002)\r\n\r\nLighting solution: Free-Standing Luminaire VTL\r\n\r\nImages: © Daniel Vieser, Karlsruhe', 'https://www.waldmann.com/home/office/references/pressehaus_stuttgart~ff80818158521c600159f9f05d5804e2.en.html?highlight=true', 'Waldmann-Pressehaus-Stuttgart_small.jpg', 'Waldmann Pressehaus Stuttgart', 'Pressehaus Stuttgart, Stuttgart, Germany', 'Project Pressehaus Stuttgart is located in Stuttgart, Germany. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00');

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

--
-- Table structure for table `projectslib_categories`
--

CREATE TABLE `projectslib_categories` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `spec` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `projectslib_categories`:
--

--
-- Dumping data for table `projectslib_categories`
--

INSERT INTO `projectslib_categories` (`spec_id`, `parent_id`, `spec`, `lft`, `rgt`) VALUES
(1, 0, 'Classification', 1, 174),
(2, 1, 'Location', 2, 21),
(3, 1, 'Light Source', 22, 39),
(4, 1, 'Luminaire Type', 40, 57),
(5, 1, 'Project Type', 58, 103),
(6, 1, 'Manufacturers', 104, 173),
(7, 2, 'North America', 3, 4),
(8, 2, 'Europe', 5, 6),
(9, 2, 'Asia', 7, 8),
(10, 2, 'USA', 9, 10),
(11, 2, 'Australia', 11, 12),
(14, 4, 'Flood lighting', 41, 42),
(16, 4, 'General Lighting', 43, 44),
(17, 4, 'Accent Lighting', 45, 46),
(18, 5, 'Commercial', 59, 60),
(19, 5, 'Hospitality', 61, 62),
(20, 5, 'Roadways', 63, 64),
(21, 5, 'Residential', 65, 66),
(22, 5, 'Industrial', 67, 68),
(23, 5, 'Transportation', 69, 70),
(24, 5, 'Healthcare', 71, 72),
(25, 5, 'Landscape', 73, 74),
(26, 5, 'Water features', 75, 76),
(27, 6, 'Traxon Technologies', 105, 106),
(28, 6, 'Lumenpulse', 107, 108),
(29, 2, 'South America', 13, 14),
(30, 2, 'Africa', 15, 16),
(33, 5, 'Museums', 77, 78),
(34, 5, 'Retail', 79, 80),
(35, 4, 'Media Display', 47, 48),
(37, 5, 'Public', 81, 82),
(38, 5, 'Sports', 83, 84),
(39, 5, 'Religious', 85, 86),
(40, 6, 'BEGA', 109, 110),
(41, 4, 'Area Lighting', 49, 50),
(42, 5, 'Administrative', 87, 88),
(44, 6, 'Edge Lighting', 111, 112),
(45, 6, 'Focal Point Lights', 113, 114),
(46, 6, 'Element Lighting', 115, 116),
(47, 3, 'LED White', 23, 24),
(48, 3, 'LED Dinamic White', 25, 26),
(49, 3, 'LED RGB', 27, 28),
(50, 3, 'OLED', 29, 30),
(51, 5, 'Parking Lighting', 89, 90),
(52, 5, 'Facade', 91, 92),
(53, 5, 'Art Installations', 93, 94),
(54, 5, 'Monuments', 95, 96),
(55, 2, 'Canada', 17, 18),
(56, 3, 'Fluorescent', 31, 32),
(57, 3, 'HID', 33, 34),
(58, 3, 'Incandescent', 35, 36),
(59, 3, 'Induction', 37, 38),
(60, 4, 'Decorative', 51, 52),
(62, 6, 'ERCO', 117, 118),
(63, 4, 'Wallwasher', 53, 54),
(64, 6, 'Delta Light', 119, 120),
(65, 6, 'iGuzzini', 121, 122),
(66, 6, 'Targetti', 123, 124),
(67, 6, 'USAI Lighting', 125, 126),
(68, 6, 'We-ef Lighting', 127, 128),
(69, 6, 'Precision Lighting', 129, 130),
(70, 6, 'Hacel', 131, 132),
(74, 6, 'Fagerhult', 133, 134),
(76, 6, 'ateljé Lyktan', 135, 136),
(77, 6, 'ADO Lights', 137, 138),
(78, 6, 'ROXO Lighting', 139, 140),
(79, 6, 'Swarovski', 141, 142),
(80, 6, 'Buzzi Space', 143, 144),
(81, 6, 'Artemide', 145, 146),
(82, 5, 'Culture', 97, 98),
(83, 6, 'Axolight', 147, 148),
(84, 6, 'Hoffmeister', 149, 150),
(85, 6, 'Davide Groppi', 151, 152),
(86, 6, 'Intra Lighting', 153, 154),
(87, 5, 'Office', 99, 100),
(88, 4, 'Inground', 55, 56),
(89, 5, 'Education', 101, 102),
(90, 6, 'Wayson Lighting', 155, 156),
(91, 6, 'acdc', 157, 158),
(92, 6, 'Philips', 159, 160),
(93, 2, 'New Zealand', 19, 20),
(94, 6, 'Zumtobel', 161, 162),
(95, 6, 'Reggiani', 163, 164),
(96, 6, 'BUZZI & BUZZI', 165, 166),
(97, 6, 'Sattler', 167, 168),
(98, 6, 'Louis Poulsen', 169, 170),
(99, 6, 'Waldmann', 171, 172);

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

--
-- Table structure for table `projectslib_classification`
--

CREATE TABLE `projectslib_classification` (
  `projectslib_id` mediumint(8) UNSIGNED NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `location` smallint(5) UNSIGNED NOT NULL,
  `category` smallint(5) UNSIGNED NOT NULL,
  `luminaire_type` smallint(5) UNSIGNED NOT NULL,
  `project_type` smallint(5) UNSIGNED NOT NULL,
  `manufacturer` smallint(5) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `projectslib_classification`:
--   `projectslib_id`
--       `projectslib` -> `projectslib_id`
--

--
-- Dumping data for table `projectslib_classification`
--

INSERT INTO `projectslib_classification` (`projectslib_id`, `active`, `location`, `category`, `luminaire_type`, `project_type`, `manufacturer`) VALUES
(7, 1, 8, 49, 35, 34, 27),
(8, 1, 10, 47, 17, 24, 28),
(9, 1, 55, 49, 14, 52, 28),
(10, 1, 55, 47, 16, 19, 28),
(11, 1, 10, 47, 16, 33, 28),
(12, 1, 10, 49, 35, 19, 27),
(13, 1, 8, 47, 17, 34, 27),
(14, 1, 29, 49, 17, 52, 27),
(15, 1, 8, 49, 17, 53, 27),
(16, 1, 10, 49, 17, 18, 27),
(17, 1, 8, 49, 17, 34, 27),
(18, 1, 7, 49, 17, 19, 27),
(19, 1, 8, 49, 35, 18, 27),
(20, 1, 29, 49, 17, 23, 27),
(21, 1, 8, 49, 17, 53, 27),
(22, 1, 9, 49, 35, 34, 27),
(23, 1, 8, 49, 17, 34, 27),
(24, 1, 8, 49, 17, 53, 27),
(25, 1, 10, 49, 17, 19, 27),
(26, 1, 29, 49, 14, 54, 27),
(27, 1, 10, 49, 17, 24, 28),
(28, 1, 55, 49, 14, 33, 28),
(29, 1, 55, 49, 14, 38, 28),
(30, 1, 10, 47, 14, 39, 28),
(31, 1, 10, 49, 14, 52, 28),
(32, 1, 55, 49, 17, 52, 28),
(33, 1, 8, 47, 16, 34, 28),
(34, 1, 10, 47, 14, 52, 28),
(36, 0, 10, 47, 41, 51, 40),
(37, 1, 10, 49, 17, 21, 44),
(38, 1, 10, 49, 17, 34, 44),
(39, 1, 10, 47, 16, 18, 44),
(40, 1, 10, 47, 16, 18, 44),
(41, 1, 10, 47, 16, 18, 45),
(42, 1, 10, 47, 16, 18, 45),
(43, 1, 10, 47, 16, 34, 46),
(44, 1, 10, 47, 16, 21, 46),
(45, 1, 10, 47, 16, 18, 46),
(47, 1, 10, 49, 17, 24, 27),
(48, 0, 7, 47, 16, 18, 40),
(51, 1, 55, 48, 17, 23, 28),
(52, 1, 8, 48, 14, 38, 28),
(53, 1, 10, 48, 17, 53, 28),
(54, 0, 55, 49, 16, 37, 28),
(55, 1, 55, 47, 16, 34, 28),
(56, 1, 8, 47, 17, 34, 27),
(57, 0, 8, 47, 16, 34, 28),
(58, 0, 55, 47, 16, 34, 28),
(59, 0, 8, 47, 17, 34, 28),
(60, 0, 55, 47, 17, 18, 28),
(61, 0, 8, 47, 63, 53, 62),
(62, 0, 8, 47, 63, 53, 62),
(63, 1, 10, 47, 17, 34, 64),
(64, 1, 8, 47, 17, 21, 64),
(65, 1, 10, 49, 60, 34, 27),
(66, 1, 8, 49, 60, 19, 27),
(67, 0, 8, 49, 60, 19, 27),
(68, 1, 8, 49, 60, 52, 65),
(69, 1, 8, 48, 17, 39, 65),
(70, 1, 8, 47, 16, 39, 65),
(71, 1, 8, 47, 16, 34, 65),
(72, 1, 10, 49, 17, 18, 66),
(73, 1, 9, 49, 17, 19, 66),
(74, 1, 10, 49, 17, 34, 66),
(75, 1, 10, 47, 17, 53, 67),
(76, 1, 10, 47, 17, 37, 67),
(77, 1, 10, 47, 17, 18, 67),
(78, 1, 8, 47, 41, 21, 68),
(79, 1, 11, 47, 41, 37, 68),
(80, 1, 8, 47, 17, 18, 68),
(81, 1, 11, 47, 41, 18, 68),
(82, 1, 8, 47, 17, 33, 69),
(83, 1, 8, 47, 17, 34, 62),
(84, 1, 8, 47, 17, 18, 62),
(85, 1, 8, 47, 16, 33, 76),
(86, 1, 8, 47, 17, 42, 78),
(87, 1, 8, 47, 16, 18, 80),
(88, 1, 8, 47, 16, 82, 81),
(89, 1, 8, 47, 16, 19, 81),
(90, 1, 8, 47, 16, 19, 83),
(91, 1, 8, 47, 16, 42, 84),
(92, 1, 8, 47, 17, 19, 85),
(93, 1, 10, 47, 60, 21, 85),
(94, 1, 8, 47, 16, 33, 65),
(95, 1, 8, 47, 16, 18, 65),
(96, 1, 8, 47, 41, 82, 65),
(97, 1, 8, 47, 16, 87, 86),
(98, 1, 8, 47, 88, 52, 86),
(99, 1, 11, 47, 41, 89, 68),
(100, 1, 9, 47, 16, 23, 90),
(101, 1, 8, 47, 17, 52, 91),
(102, 1, 8, 47, 16, 39, 91),
(103, 1, 55, 47, 14, 42, 28),
(104, 1, 93, 49, 17, 26, 92),
(105, 1, 8, 48, 16, 21, 92),
(106, 1, 8, 47, 16, 82, 94),
(107, 1, 8, 47, 16, 89, 94),
(108, 1, 8, 47, 16, 19, 95),
(109, 1, 8, 47, 16, 37, 95),
(110, 1, 8, 47, 16, 19, 96),
(111, 1, 8, 47, 16, 87, 97),
(112, 1, 8, 47, 16, 37, 98),
(113, 1, 8, 47, 16, 19, 98),
(114, 1, 8, 47, 16, 87, 99),
(115, 1, 8, 47, 16, 87, 99);

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

--
-- Table structure for table `projectslib_families`
--

CREATE TABLE `projectslib_families` (
  `id` int(10) UNSIGNED NOT NULL,
  `projectslib_id` mediumint(8) UNSIGNED NOT NULL,
  `family_code` varchar(64) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `projectslib_families`:
--   `projectslib_id`
--       `projectslib` -> `projectslib_id`
--   `family_code`
--       `families` -> `family_code`
--

--
-- Dumping data for table `projectslib_families`
--

INSERT INTO `projectslib_families` (`id`, `projectslib_id`, `family_code`) VALUES
(67, 29, 'LMP_LBX'),
(127, 36, 'BGA_88977'),
(51, 37, 'EDG_SS3-RGB'),
(52, 38, 'EDG_SS3-RGB'),
(42, 39, 'EDG_jbox'),
(43, 40, 'EDG_jbox'),
(59, 41, 'FOP_FSM2LS-FL'),
(60, 42, 'FOP_FLC44D'),
(61, 43, 'ELM_E3R-F-B'),
(62, 43, 'ELM_E3R-F-F'),
(63, 43, 'ELM_E3R-L-B'),
(53, 44, 'ELM_E3R-F-B'),
(54, 44, 'ELM_E3R-F-F'),
(55, 44, 'ELM_E3R-L-B'),
(56, 45, 'ELM_E3R-F-B'),
(57, 45, 'ELM_E3R-F-F'),
(58, 45, 'ELM_E3R-L-B'),
(65, 47, 'TRX_16PXL'),
(73, 51, 'LMP_LBX-DWH'),
(74, 52, 'LMP_LBX-DWH'),
(94, 53, 'LMP_LBX-DWH'),
(134, 54, 'LMP_LBLP-CC'),
(78, 55, 'LMP_LAMC3'),
(85, 56, 'LMP_LAMC1'),
(84, 56, 'LMP_LAMC3'),
(129, 57, 'LMP_LAMC3'),
(131, 58, 'LMP_LAMC1'),
(130, 58, 'LMP_LAMC3'),
(93, 59, 'LMP_LAMC1'),
(92, 60, 'LMP_LAMC1'),
(128, 61, 'ERC_Pantrac-5733'),
(132, 62, 'ERC_Pantrac-5733'),
(122, 63, 'DLT_6274882515ADED1'),
(124, 63, 'DLT_6274882515ADED8'),
(123, 63, 'DLT_6274883224ADED8'),
(114, 64, 'DLT_6274882515ADED1'),
(116, 64, 'DLT_6274882515ADED8'),
(115, 64, 'DLT_6274883224ADED8'),
(125, 65, 'TRX_16PXL'),
(126, 66, 'TRX_16PXL'),
(135, 67, 'TRX_16PXL'),
(136, 68, 'IGZ_SB-16'),
(137, 68, 'IGZ_TB-16'),
(139, 69, 'IGZ_I-MQ/I-MU'),
(138, 69, 'IGZ_I-MXJ0'),
(140, 69, 'IGZ_LB'),
(142, 71, 'IGZ_I-ADR'),
(147, 72, 'TRG_CCM-A'),
(146, 72, 'TRG_CCM-F'),
(145, 72, 'TRG_CCM-F-II'),
(148, 72, 'TRG_CCM-I'),
(144, 72, 'TRG_DL'),
(143, 72, 'TRG_DL-ES'),
(153, 73, 'TRG_CCM-A'),
(152, 73, 'TRG_CCM-F'),
(151, 73, 'TRG_CCM-F-II'),
(154, 73, 'TRG_CCM-I'),
(150, 73, 'TRG_DL'),
(149, 73, 'TRG_DL-ES'),
(159, 74, 'TRG_CCM-A'),
(158, 74, 'TRG_CCM-F'),
(157, 74, 'TRG_CCM-F-II'),
(160, 74, 'TRG_CCM-I'),
(156, 74, 'TRG_DL'),
(155, 74, 'TRG_DL-ES'),
(161, 74, 'TRG_DRL'),
(175, 75, 'USA_LRLA3'),
(174, 75, 'USA_LRTD4-2-1'),
(176, 75, 'WEF_111-0188'),
(167, 76, 'USA_LN10RA'),
(166, 76, 'USA_LN10RD'),
(165, 76, 'USA_LRTD4'),
(164, 76, 'USA_LRTD4-2-1'),
(170, 77, 'USA_LMRTA4-2'),
(169, 77, 'USA_LRLA3'),
(168, 77, 'USA_LRTD4-2-1'),
(172, 78, 'WEF_105-0076'),
(171, 78, 'WEF_115-0172'),
(173, 78, 'WEF_185-2658'),
(177, 79, 'WEF_108-1500'),
(178, 79, 'WEF_108-1552'),
(179, 81, 'WEF_111-0188'),
(180, 81, 'WEF_111-0403'),
(182, 94, 'IGZ_I-MR98'),
(181, 94, 'IGZ_I-MXJ0');

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

--
-- Table structure for table `projectslib_images`
--

CREATE TABLE `projectslib_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `projectslib_id` mediumint(8) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL,
  `img_subtitle` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `projectslib_images`:
--   `projectslib_id`
--       `projectslib` -> `projectslib_id`
--

--
-- Dumping data for table `projectslib_images`
--

INSERT INTO `projectslib_images` (`image_id`, `projectslib_id`, `img_src`, `alt_name`, `img_subtitle`) VALUES
(476, 39, 'Edge_Lighting_merch_mart_11.jpg', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.'),
(477, 40, 'Edge_Lighting_cirrus_channel_d1_install_08.jpg', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.'),
(483, 37, 'Edge_Lighting_ss3_soft_strip_rgb_install_07.jpg', 'SS3 soft strip. cove lighting', 'SS3 soft strip. cove lighting'),
(484, 38, 'Edge_Lighting_soft_strip_3w_12v_install2.jpg', 'SS3 RGB Installation', 'SS3 RGB Installation'),
(485, 44, 'Element_Lighting_CherryWoodKitchen1.jpg', 'Adjustable LED downlight installation.', 'Adjustable LED downlight installation.'),
(486, 45, 'Element_Lighting_EmpireStateOffice1.jpg', 'Adjustable LED downlight installation.', 'Adjustable LED downlight installation.'),
(487, 41, 'Focal_Point_FSM2LS_criteo_01.jpg', 'Seem 2 LED Suspended', 'Seem 2 LED Suspended'),
(488, 42, 'Focal_Point_FLC44_salesforce.jpg', 'Salesforce, San Francisco, California', 'Salesforce, San Francisco, California'),
(513, 7, 'TRX001_Kamppi_Shopping_Mall_01.jpg', 'Kamppi Shopping Mall', 'Kamppi Shopping Mall'),
(514, 7, 'TRX001_Kamppi_Shopping_Mall_02.jpg', 'Kamppi Shopping Mall', 'Kamppi Shopping Mall'),
(515, 7, 'TRX001_Mirror_64PXL.jpg', 'Mirror 64PXL Wash panels', 'Mirror 64PXL Wash panels'),
(516, 7, 'TRX001_Mirror_64PXL_m.jpg', 'Mirror 64PXL Wash panels', 'Mirror 64PXL Wash panels'),
(517, 12, 'TRX002_David_H_Koch_Theater_Lincoln_Center_01.jpg', 'David H. Koch Theater. Lincoln Center', 'David H. Koch Theater. Lincoln Center'),
(518, 12, 'TRX002_David_H_Koch_Theater_Lincoln_Center_02.jpg', 'David H. Koch Theater. Lincoln Center', 'David H. Koch Theater. Lincoln Center'),
(519, 12, 'TRX002_1PXL.jpg', '', ''),
(520, 13, 'TRX003_Nova_Eventis_Shopping_Mall_01.jpg', 'Nova Eventis Shopping Mall', 'Nova Eventis Shopping Mall'),
(521, 13, 'TRX003_Nova_Eventis_Shopping_Mall_02.jpg', 'Nova Eventis Shopping Mall', 'Nova Eventis Shopping Mall'),
(522, 14, 'TRX004_Cronos_01.jpg', 'Cronos', 'Cronos'),
(523, 15, 'TRX005_Cube_Chandelier-Zwolle_01.jpg', 'Cube Chandelier-Zwolle', 'Cube Chandelier-Zwolle'),
(524, 16, 'TRX006_Lutron_Showroom_01.jpg', 'Lutron Showroom', 'Lutron Showroom'),
(525, 17, 'TRX007_ESPRIT_Flagship_Store_01.jpg', 'ESPRIT Flagship Store', 'ESPRIT Flagship Store'),
(527, 18, 'TRX008_CRUSH_Teen_Club_at_Atlantis_01.jpg', 'CRUSH Teen Club at Atlantis', 'CRUSH Teen Club at Atlantis'),
(528, 19, 'TRX009_Euratechnologies_01.jpg', 'Euratechnologies', 'Euratechnologies'),
(529, 19, 'TRX009_Euratechnologies_02.jpg', 'Euratechnologies', 'Euratechnologies'),
(530, 20, 'TRX010_Los_Libertadores_Bridge_01.jpg', 'Los Libertadores Bridge', 'Los Libertadores Bridge'),
(531, 21, 'TRX011_Project_Hope_01.jpg', 'Project Hope', 'Project Hope'),
(532, 22, 'TRX012_Sephora_Qianmen_Flagship_Store_01.jpg', 'Sephora Qianmen Flagship Store', 'Sephora Qianmen Flagship Store'),
(533, 23, 'TRX013_La_Geode_Entrance_01.jpg', 'La Geode Entrance', 'La Geode Entrance'),
(534, 24, 'TRX014_OVO_01.jpg', 'OVO', 'OVO'),
(535, 24, 'TRX014_OVO_02.jpg', 'OVO', 'OVO'),
(536, 25, 'TRX015_Roka_Akor_01.jpg', 'Roka Akor', 'Roka Akor'),
(537, 25, 'TRX015_Roka_Akor_02.jpg', 'Roka Akor', 'Roka Akor'),
(538, 26, 'TRX016_Christ_the_Redeemer_Monument_01.jpg', 'Christ the Redeemer Monument', 'Christ the Redeemer Monument'),
(539, 26, 'TRX016_Christ_the_Redeemer_Monument_02.jpg', 'Christ the Redeemer Monument', 'Christ the Redeemer Monument'),
(542, 43, 'Element_Lighting_element_square_sl_hires.jpg', 'Element Lighting Applications', 'Element Lighting Applications'),
(545, 47, 'Nemours_Children_Hospital.jpg', 'Nemours Children’s Hospital - Orlando, FL', 'Nemours Children’s Hospital - Orlando, FL'),
(548, 10, 'LMP007_The_Casino_de_Montreal_01.jpg', 'The Casino de Montreal', 'The Casino de Montreal'),
(551, 31, 'LMP009_230_Park_Avenue_01.jpg', '230 Park Avenue', '230 Park Avenue'),
(552, 31, 'LMP009_230_Park_Avenue_02.jpg', '230 Park Avenue', '230 Park Avenue'),
(553, 8, 'LMP002_Yale-New_Haven_Hospital_Atrium_01.jpg', 'Yale-New Haven Hospital Atrium', 'Yale-New Haven Hospital Atrium'),
(554, 28, 'LMP003_Montreal_Museum_of_Contemporary_Art_01.jpg', 'Montreal Museum of Contemporary Art', 'Montreal Museum of Contemporary Art'),
(555, 28, 'LMP003_Montreal_Museum_of_Contemporary_Art_02.jpg', 'Montreal Museum of Contemporary Art', 'Montreal Museum of Contemporary Art'),
(556, 29, 'LMP004_BC_Place_01.jpg', 'BC Place', 'BC Place'),
(557, 29, 'LMP004_BC_Place_01.jpg', 'BC Place', 'BC Place'),
(558, 30, 'LMP005_St_John_the_Evangelist_Church_01.jpg', 'St. John the Evangelist Church', 'St. John the Evangelist Church'),
(559, 9, 'LMP006_Pacific_Centre_01.jpg', 'Pacific Centre', 'Pacific Centre'),
(560, 33, 'LMP011_Pandora_Jewelry_01.jpg', 'Pandora Jewelry', 'Pandora Jewelry'),
(561, 33, 'LMP011_Pandora_Jewelry_02.jpg', 'Pandora Jewelry', 'Pandora Jewelry'),
(562, 34, 'LMP012_Latham_Hotel_01.jpg', 'Latham Hotel', 'Latham Hotel'),
(563, 34, 'LMP012_Latham_Hotel_01.jpg', 'Latham Hotel', 'Latham Hotel'),
(564, 32, 'LMP010_Telus_World_of_Science_01.jpg', 'Telus World of Science', 'Telus World of Science'),
(565, 11, 'LMP008_Saint_Louis_Art_Museum_01.jpg', 'Saint Louis Art Museum', 'Saint Louis Art Museum'),
(566, 11, 'LMP008_Saint_Louis_Art_Museum_02.jpg', 'Saint Louis Art Museum', 'Saint Louis Art Museum'),
(567, 27, 'LMP001_Banner_MD_Anderson_Cancer_Center_01.jpg', 'Banner MD Anderson Cancer Center', 'Banner MD Anderson Cancer Center'),
(572, 51, 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_01.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH'),
(573, 51, 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_02.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH'),
(574, 51, 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_03.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH'),
(575, 52, 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_01.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH'),
(576, 52, 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_02.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH'),
(577, 52, 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_03.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH'),
(583, 55, 'LMP_Duty_Free_Boutiques_LAMC3_01.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Lumenpulse.Duty-Free Boutiques.LAMC3'),
(584, 55, 'LMP_Duty_Free_Boutiques_LAMC3_02.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Lumenpulse.Duty-Free Boutiques.LAMC3'),
(585, 55, 'LMP_Duty_Free_Boutiques_LAMC3_03.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Lumenpulse.Duty-Free Boutiques.LAMC3'),
(599, 56, 'LMP_BMW_Rome_LAMC3_01.jpg', 'Lumenpulse.BMW Rome.LAMC3', 'Lumenpulse.BMW Rome.LAMC3'),
(600, 56, 'LMP_BMW_Rome_LAMC3_02.jpg', 'Lumenpulse.BMW Rome.LAMC3', 'Lumenpulse.BMW Rome.LAMC3'),
(609, 60, 'LMP_BMO_Capital_Markets_LAMC1_01.jpg', 'Lumenpulse.BMO Capital Markets.LAMC1', 'Lumenpulse.BMO Capital Markets.LAMC1'),
(610, 60, 'LMP_BMO_Capital_Markets_LAMC1_02.jpg', 'Lumenpulse.BMO Capital Markets.LAMC1', 'Lumenpulse.BMO Capital Markets.LAMC1'),
(611, 59, 'LMP_Jollys_House_Fraser_LAMC1_01.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(612, 59, 'LMP_Jollys_House_Fraser_LAMC1_02.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(613, 59, 'LMP_Jollys_House_Fraser_LAMC1_03.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(614, 59, 'LMP_Jollys_House_Fraser_LAMC1_04.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(615, 53, 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_01.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH'),
(616, 53, 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_02.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH'),
(617, 53, 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_03.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH'),
(640, 64, 'Delta-Light-Designspace_01.jpg', 'Designspace ', 'Designspace '),
(641, 64, 'Delta-Light-Designspace_02.jpg', 'Designspace ', 'Designspace '),
(651, 63, 'Delta-Light-Other-Criteria_01.jpg', 'Other Criteria', 'Other Criteria'),
(652, 63, 'Delta-Light-Other-Criteria_03.jpg', 'Other Criteria', 'Other Criteria'),
(653, 65, 'Traxon-Chevy-Chase-Pavilion_01.jpg', 'Chevy Chase Pavilion', 'Chevy Chase Pavilion'),
(654, 65, 'Traxon-Chevy-Chase-Pavilion_02.jpg', 'Chevy Chase Pavilion', 'Chevy Chase Pavilion'),
(655, 65, 'Traxon-Chevy-Chase-Pavilion_03.jpg', 'Chevy Chase Pavilion', 'Chevy Chase Pavilion'),
(656, 66, 'Traxon-Norwegian-Cruise-Line_01.jpg', 'Norwegian Cruise Line', 'Norwegian Cruise Line'),
(657, 66, 'Traxon-Norwegian-Cruise-Line_02.jpg', 'Norwegian Cruise Line', 'Norwegian Cruise Line'),
(658, 36, 'Bega_Chandler_lg_02.png', 'Chandler City Hall', 'Bega. Chandler City Hall'),
(659, 57, 'LMP_Next_Rugby_LAMC_01.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Lumenpulse.Next,Rugby.LAMC3'),
(660, 57, 'LMP_Next_Rugby_LAMC_02.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Lumenpulse.Next,Rugby.LAMC3'),
(661, 57, 'LMP_Next_Rugby_LAMC_03.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Lumenpulse.Next,Rugby.LAMC3'),
(662, 58, 'LMP_Birks_Laval_LAMC3_01.jpg', 'Lumenpulse.Birks Laval.LAMC3', 'Lumenpulse.Birks Laval.LAMC3'),
(663, 58, 'LMP_Birks_Laval_LAMC3_02.jpg', 'Lumenpulse.Birks Laval.LAMC3', 'Lumenpulse.Birks Laval.LAMC3'),
(665, 54, 'LMP_College_Montmorency_Lumenbeam_LBLP_Color_Changing_01.jpg', 'Lumenpulse.College Montmorency.Lumenbeam LP Color Changing', 'Lumenpulse.College Montmorency.Lumenbeam LP Color Changing'),
(666, 67, 'Traxon-PCK-refinery_01.jpg', 'PCK refinery', 'PCK refinery'),
(667, 67, 'Traxon-PCK-refinery_02.jpg', 'PCK refinery', 'PCK refinery'),
(668, 67, 'Traxon-PCK-refinery_03.jpg', 'PCK refinery', 'PCK refinery'),
(681, 70, 'iGuzzini-St-Pierre-Cathedral_01.jpg', 'iGuzzini. St. Pierre Cathedral', 'iGuzzini. St. Pierre Cathedral'),
(682, 70, 'iGuzzini-St-Pierre-Cathedral_02.jpg', 'iGuzzini. St. Pierre Cathedral', 'iGuzzini. St. Pierre Cathedral'),
(683, 70, 'iGuzzini-St-Pierre-Cathedral_03.jpg', 'iGuzzini. St. Pierre Cathedral', 'iGuzzini. St. Pierre Cathedral'),
(686, 68, 'iGuzzini-Castellana-77_01.jpg', 'iGuzzini Castellana 77', 'iGuzzini Castellana 77'),
(687, 68, 'iGuzzini-Castellana-77_02.jpg', 'iGuzzini Castellana 77', 'iGuzzini Castellana 77'),
(688, 68, 'iGuzzini-Castellana-77_03.jpg', 'iGuzzini Castellana 77', 'iGuzzini Castellana 77'),
(689, 69, 'iGuzzini-The-Scrovegni-Chapel_01.jpg', 'iGuzzini. The Scrovegni Chapel', 'iGuzzini. The Scrovegni Chapel'),
(690, 69, 'iGuzzini-The-Scrovegni-Chapel_02.jpg', 'iGuzzini. The Scrovegni Chapel', 'iGuzzini. The Scrovegni Chapel'),
(691, 69, 'iGuzzini-The-Scrovegni-Chapel_03.jpg', 'iGuzzini. The Scrovegni Chapel', 'iGuzzini. The Scrovegni Chapel'),
(694, 71, 'iGuzzini-Iso-Omena-shopping-centre_01.jpg', 'iGuzzini. The Iso Omena shopping centre', 'iGuzzini. The Iso Omena shopping centre'),
(695, 71, 'iGuzzini-Iso-Omena-shopping-centre_02.jpg', 'iGuzzini. The Iso Omena shopping centre', 'iGuzzini. The Iso Omena shopping centre'),
(696, 72, 'Targetti-Boston-Consulting-Group_01.jpg', 'Targetti Boston Consulting Group', 'Targetti Boston Consulting Group'),
(697, 72, 'Targetti-Boston-Consulting-Group_02.jpg', 'Targetti Boston Consulting Group', 'Targetti Boston Consulting Group'),
(698, 72, 'Targetti-Boston-Consulting-Group_03.jpg', 'Targetti Boston Consulting Group', 'Targetti Boston Consulting Group'),
(699, 73, 'Targetti-Wynn-Palace-Resort-Hotel_01.jpg', 'Targetti Wynn Palace Resort Hotel', 'Targetti Wynn Palace Resort Hotel'),
(700, 73, 'Targetti-Wynn-Palace-Resort-Hotel_02.jpg', 'Targetti Wynn Palace Resort Hotel', 'Targetti Wynn Palace Resort Hotel'),
(701, 73, 'Targetti-Wynn-Palace-Resort-Hotel_03.jpg', 'Targetti Wynn Palace Resort Hotel', 'Targetti Wynn Palace Resort Hotel'),
(702, 74, 'Targetti-Lugano-Diamond-Project_01.jpg', 'Targetti Lugano Diamond Retail Salon', 'Targetti Lugano Diamond Retail Salon'),
(703, 74, 'Targetti-Lugano-Diamond-Project_02.jpg', 'Targetti Lugano Diamond Retail Salon', 'Targetti Lugano Diamond Retail Salon'),
(704, 74, 'Targetti-Lugano-Diamond-Project_03.jpg', 'Targetti Lugano Diamond Retail Salon', 'Targetti Lugano Diamond Retail Salon'),
(708, 76, 'USAI-Museum-of-the-Bible_01.jpg', 'USAI. Museum of the Bible', 'USAI. Museum of the Bible'),
(709, 77, 'USAI-The-Bridge-at-Cornell-Tech_01.jpg', 'USAI. The Bridge at Cornell Tech', 'USAI. The Bridge at Cornell Tech'),
(710, 77, 'USAI-The-Bridge-at-Cornell-Tech_02.jpg', 'USAI. The Bridge at Cornell Tech', 'USAI. The Bridge at Cornell Tech'),
(711, 78, 'We-ef-Valentine-Place_01.jpg', 'We-ef Lighting Valentine Place', 'We-ef Lighting Valentine Place'),
(712, 78, 'We-ef-Valentine-Place_02.jpg', 'We-ef Lighting Valentine Place', 'We-ef Lighting Valentine Place'),
(713, 75, 'USAI-National-Museum-of-African-American-History-&-Culture_01.jpg', 'USAI. National Museum of African American History & Culture', 'USAI. National Museum of African American History & Culture'),
(714, 75, 'USAI-National-Museum-of-African-American-History-&-Culture_02.jpg', 'USAI. National Museum of African American History & Culture', 'USAI. National Museum of African American History & Culture'),
(715, 75, 'USAI-National-Museum-of-African-American-History-&-Culture_03.jpg', 'USAI. National Museum of African American History & Culture', 'USAI. National Museum of African American History & Culture'),
(718, 80, 'We-ef-The-Piece-Hall_01.jpg', 'We-ef Lighting The Piece Hall', 'We-ef Lighting The Piece Hall'),
(719, 80, 'We-ef-The-Piece-Hall_02.jpg', 'We-ef Lighting The Piece Hall', 'We-ef Lighting The Piece Hall'),
(720, 79, 'We-ef-Ringwood-Station_01.jpg', 'We-ef Lighting Ringwood Station', 'We-ef Lighting Ringwood Station'),
(721, 79, 'We-ef-Ringwood-Station_02.jpg', 'We-ef Lighting Ringwood Station', 'We-ef Lighting Ringwood Station'),
(724, 81, 'We-ef-Chadstone-Shopping-Centre_01.jpg', 'We-ef Lighting Chadstone Shopping Centre', 'We-ef Lighting Chadstone Shopping Centre'),
(725, 81, 'We-ef-Chadstone-Shopping-Centre_02.jpg', 'We-ef Lighting Chadstone Shopping Centre', 'We-ef Lighting Chadstone Shopping Centre'),
(726, 82, 'Precision-Lighting-Natural-History-Museum-Hintze-Hall_01.jpg', 'Precision Lighting Natural History Museum - Hintze Hall', 'Precision Lighting Natural History Museum - Hintze Hall'),
(727, 82, 'Precision-Lighting-Natural-History-Museum-Hintze-Hall_02.jpg', 'Precision Lighting Natural History Museum - Hintze Hall', 'Precision Lighting Natural History Museum - Hintze Hall'),
(729, 83, 'ERCO-Volvo-Retail-Experience-showroom_01.jpg', 'ERCO the Volvo Retail Experience in the Luleå showroom', 'ERCO the Volvo Retail Experience in the Luleå showroom'),
(731, 84, 'ERCO-Faerber-Architekten_01.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(732, 84, 'ERCO-Faerber-Architekten_02.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(733, 84, 'ERCO-Faerber-Architekten_03.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(734, 84, 'ERCO-Faerber-Architekten_04.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(735, 85, 'ateljé-Lyktan-the-Word_01.jpg', 'ateljé Lyktan The Word', 'ateljé Lyktan The Word'),
(736, 85, 'ateljé-Lyktan-the-Word_02.jpg', 'ateljé Lyktan The Word', 'ateljé Lyktan The Word'),
(737, 85, 'ateljé-Lyktan-the-Word_03.jpg', 'ateljé Lyktan The Word', 'ateljé Lyktan The Word'),
(738, 86, 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_01.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ROXO Lighting ANTWERP PORT AUTHORITY'),
(739, 86, 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_02.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ROXO Lighting ANTWERP PORT AUTHORITY'),
(740, 86, 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_03.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ROXO Lighting ANTWERP PORT AUTHORITY'),
(744, 87, 'Buzzi-Space-Kienbaum-Consultants-International-office_01.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Buzzi Space Kienbaum Consultants International office'),
(745, 87, 'Buzzi-Space-Kienbaum-Consultants-International-office_02.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Buzzi Space Kienbaum Consultants International office'),
(746, 87, 'Buzzi-Space-Kienbaum-Consultants-International-office_03.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Buzzi Space Kienbaum Consultants International office'),
(747, 88, 'Artemide-Auditorium-SACMI_01.jpg', 'Artemide Auditorium SACMI', 'Artemide Auditorium SACMI'),
(748, 88, 'Artemide-Auditorium-SACMI_02.jpg', 'Artemide Auditorium SACMI', 'Artemide Auditorium SACMI'),
(749, 88, 'Artemide-Auditorium-SACMI_03.jpg', 'Artemide Auditorium SACMI', 'Artemide Auditorium SACMI'),
(750, 89, 'Artemide-Hotel-Il-Castelfalfi_01.jpg', 'Artemide Hotel Il Castelfalfi', 'Artemide Hotel Il Castelfalfi'),
(751, 89, 'Artemide-Hotel-Il-Castelfalfi_02.jpg', 'Artemide Hotel Il Castelfalfi', 'Artemide Hotel Il Castelfalfi'),
(752, 89, 'Artemide-Hotel-Il-Castelfalfi_03.jpg', 'Artemide Hotel Il Castelfalfi', 'Artemide Hotel Il Castelfalfi'),
(753, 90, 'Axolight-Radisson-Blue-Hotel_01.jpg', 'Axolight Radisson Blue Hotel', 'Axolight Radisson Blue Hotel'),
(754, 90, 'Axolight-Radisson-Blue-Hotel_02.jpg', 'Axolight Radisson Blue Hotel', 'Axolight Radisson Blue Hotel'),
(755, 90, 'Axolight-Radisson-Blue-Hotel_03.jpg', 'Axolight Radisson Blue Hotel', 'Axolight Radisson Blue Hotel'),
(756, 91, 'Hoffmeister-NRW-state-parliament_01.jpg', 'Hoffmeister NRW state parliament ', 'Hoffmeister NRW state parliament '),
(757, 91, 'Hoffmeister-NRW-state-parliament_02.jpg', 'Hoffmeister NRW state parliament ', 'Hoffmeister NRW state parliament '),
(758, 91, 'Hoffmeister-NRW-state-parliament_03.jpg', 'Hoffmeister NRW state parliament ', 'Hoffmeister NRW state parliament '),
(759, 92, 'Davide-Groppi-Enigma_01.jpg', 'Davide Groppi Enigma restaurant', 'Davide Groppi Enigma restaurant'),
(760, 92, 'Davide-Groppi-Enigma_02.jpg', 'Davide Groppi Enigma restaurant', 'Davide Groppi Enigma restaurant'),
(761, 92, 'Davide-Groppi-Enigma_03.jpg', 'Davide Groppi Enigma restaurant', 'Davide Groppi Enigma restaurant'),
(762, 93, 'Davide-Groppi-Model-Apartment_01.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Davide Groppi Zaha Hadid Model Apartment'),
(763, 93, 'Davide-Groppi-Model-Apartment_02.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Davide Groppi Zaha Hadid Model Apartment'),
(764, 93, 'Davide-Groppi-Model-Apartment_03.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Davide Groppi Zaha Hadid Model Apartment'),
(765, 94, 'iGuzzini-The-Museum-of-the-Second-World-War_01.jpg', 'iGuzzini The Museum of the Second World War', 'iGuzzini The Museum of the Second World War'),
(766, 94, 'iGuzzini-The-Museum-of-the-Second-World-War_02.jpg', 'iGuzzini The Museum of the Second World War', 'iGuzzini The Museum of the Second World War'),
(767, 94, 'iGuzzini-The-Museum-of-the-Second-World-War_03.jpg', 'iGuzzini The Museum of the Second World War', 'iGuzzini The Museum of the Second World War'),
(768, 95, 'iGuzzini-Station-F_01.jpg', 'iGuzzini Station F', 'iGuzzini Station F'),
(769, 95, 'iGuzzini-Station-F_02.jpg', 'iGuzzini Station F', 'iGuzzini Station F'),
(770, 95, 'iGuzzini-Station-F_03.jpg', 'iGuzzini Station F', 'iGuzzini Station F'),
(771, 96, 'iGuzzini-The-Ancient-Theatre-of-Taormina_01.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'iGuzzini The Ancient Theatre of Taormina'),
(772, 96, 'iGuzzini-The-Ancient-Theatre-of-Taormina_02.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'iGuzzini The Ancient Theatre of Taormina'),
(773, 96, 'iGuzzini-The-Ancient-Theatre-of-Taormina_03.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'iGuzzini The Ancient Theatre of Taormina'),
(778, 97, 'Intra-Lighting-NautaDutilh_01.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(779, 97, 'Intra-Lighting-NautaDutilh_02.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(780, 97, 'Intra-Lighting-NautaDutilh_03.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(781, 97, 'Intra-Lighting-NautaDutilh_04.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(788, 98, 'We-ef-Neues-Rathaus_01.jpg', 'We-ef Lighting Neues Rathaus', 'We-ef Lighting Neues Rathaus'),
(789, 98, 'We-ef-Neues-Rathaus_02.jpg', 'We-ef Lighting Neues Rathaus', 'We-ef Lighting Neues Rathaus'),
(790, 98, 'We-ef-Neues-Rathaus_03.jpg', 'We-ef Lighting Neues Rathaus', 'We-ef Lighting Neues Rathaus'),
(794, 99, 'We-ef-Monash-University-Caulfield-campus_01.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'We-ef Lighting Monash University\'s Caulfield campus'),
(795, 99, 'We-ef-Monash-University-Caulfield-campus_02.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'We-ef Lighting Monash University\'s Caulfield campus'),
(796, 99, 'We-ef-Monash-University-Caulfield-campus_03.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'We-ef Lighting Monash University\'s Caulfield campus'),
(800, 100, 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_01.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'Wayson Lighting Ashgabat International Airport Main Terminal'),
(801, 100, 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_02.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'Wayson Lighting Ashgabat International Airport Main Terminal'),
(802, 100, 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_03.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'Wayson Lighting Ashgabat International Airport Main Terminal'),
(803, 101, 'acdc-Oxford-Street_01.jpg', 'acdc Oxford Street', 'acdc Oxford Street'),
(804, 101, 'acdc-Oxford-Street_02.jpg', 'acdc Oxford Street', 'acdc Oxford Street'),
(805, 101, 'acdc-Oxford-Street_03.jpg', 'acdc Oxford Street', 'acdc Oxford Street'),
(806, 102, 'acdc-Troia-Cathedral_01.jpg', 'acdc Troia Cathedral', 'acdc Troia Cathedral'),
(807, 102, 'acdc-Troia-Cathedral_02.jpg', 'acdc Troia Cathedral', 'acdc Troia Cathedral'),
(808, 102, 'acdc-Troia-Cathedral_03.jpg', 'acdc Troia Cathedral', 'acdc Troia Cathedral'),
(809, 103, 'Lumenpulse-180-Wellington_01.jpg', 'Lumenpulse 180 Wellington', 'Lumenpulse 180 Wellington'),
(810, 103, 'Lumenpulse-180-Wellington_02.jpg', 'Lumenpulse 180 Wellington', 'Lumenpulse 180 Wellington'),
(811, 103, 'Lumenpulse-180-Wellington_03.jpg', 'Lumenpulse 180 Wellington', 'Lumenpulse 180 Wellington'),
(818, 105, 'Philips-OVO-Wrocław-Apartments_01.jpg', 'Philips OVO Wrocław Apartments', 'Philips OVO Wrocław Apartments'),
(819, 105, 'Philips-OVO-Wrocław-Apartments_02.jpg', 'Philips OVO Wrocław Apartments', 'Philips OVO Wrocław Apartments'),
(820, 105, 'Philips-OVO-Wrocław-Apartments_03.jpg', 'Philips OVO Wrocław Apartments', 'Philips OVO Wrocław Apartments'),
(821, 104, 'Philips-Viaduct-Harbour_01.jpg', 'Philips Viaduct Harbour', 'Philips Viaduct Harbour'),
(822, 104, 'Philips-Viaduct-Harbour_02.jpg', 'Philips Viaduct Harbour', 'Philips Viaduct Harbour'),
(823, 104, 'Philips-Viaduct-Harbour_03.jpg', 'Philips Viaduct Harbour', 'Philips Viaduct Harbour'),
(824, 106, 'Zumtobel-ELBE-PHILHARMONIC-HALL_01.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'Zumtobel ELBE PHILHARMONIC HALL'),
(825, 106, 'Zumtobel-ELBE-PHILHARMONIC-HALL_02.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'Zumtobel ELBE PHILHARMONIC HALL'),
(826, 106, 'Zumtobel-ELBE-PHILHARMONIC-HALL_03.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'Zumtobel ELBE PHILHARMONIC HALL'),
(827, 107, 'Zumtobel-Civil-Engineering-Faculty-Osijek_01.jpg', 'Zumtobel Faculty of Civil Engineering', 'Zumtobel Faculty of Civil Engineering'),
(828, 107, 'Zumtobel-Civil-Engineering-Faculty-Osijek_02.jpg', 'Zumtobel Faculty of Civil Engineering', 'Zumtobel Faculty of Civil Engineering'),
(829, 107, 'Zumtobel-Civil-Engineering-Faculty-Osijek_03.jpg', 'Zumtobel Faculty of Civil Engineering', 'Zumtobel Faculty of Civil Engineering'),
(830, 108, 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_01.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'Reggiani GASTRO BOUTIQUE BALFEGÒ'),
(831, 108, 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_02.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'Reggiani GASTRO BOUTIQUE BALFEGÒ'),
(832, 108, 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_03.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'Reggiani GASTRO BOUTIQUE BALFEGÒ'),
(833, 109, 'Reggiani-THAMES-TOWER_01.jpg', 'Reggiani THAMES TOWER', 'Reggiani THAMES TOWER'),
(834, 109, 'Reggiani-THAMES-TOWER_02.jpg', 'Reggiani THAMES TOWER', 'Reggiani THAMES TOWER'),
(835, 109, 'Reggiani-THAMES-TOWER_03.jpg', 'Reggiani THAMES TOWER', 'Reggiani THAMES TOWER'),
(836, 110, 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_01.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ'),
(837, 110, 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_02.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ'),
(838, 110, 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_03.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ'),
(839, 111, 'Sattler-INFINITY_01.jpg', 'Sattler INFINITY', 'Sattler INFINITY'),
(840, 111, 'Sattler-INFINITY_02.jpg', 'Sattler INFINITY', 'Sattler INFINITY'),
(841, 111, 'Sattler-INFINITY_03.jpg', 'Sattler INFINITY', 'Sattler INFINITY'),
(842, 112, 'Louis-Poulsen-Tirpitz-Museum_01.jpg', 'Louis Poulsen Tirpitz Museum', 'Louis Poulsen Tirpitz Museum'),
(843, 112, 'Louis-Poulsen-Tirpitz-Museum_02.jpg', 'Louis Poulsen Tirpitz Museum', 'Louis Poulsen Tirpitz Museum'),
(844, 112, 'Louis-Poulsen-Tirpitz-Museum_03.jpg', 'Louis Poulsen Tirpitz Museum', 'Louis Poulsen Tirpitz Museum'),
(845, 113, 'Louis-Poulsen-The-Qvest_01.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(846, 113, 'Louis-Poulsen-The-Qvest_02.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(847, 113, 'Louis-Poulsen-The-Qvest_03.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(848, 113, 'Louis-Poulsen-The-Qvest_04.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(849, 114, 'Waldmann-Bayer_01.jpg', 'Waldmann Bayer Consumer Care AG', 'Waldmann Bayer Consumer Care AG'),
(850, 114, 'Waldmann-Bayer_02.jpg', 'Waldmann Bayer Consumer Care AG', 'Waldmann Bayer Consumer Care AG'),
(851, 114, 'Waldmann-Bayer_03.jpg', 'Waldmann Bayer Consumer Care AG', 'Waldmann Bayer Consumer Care AG'),
(852, 115, 'Waldmann-Pressehaus-Stuttgart_01.jpg', 'Waldmann Pressehaus Stuttgart', 'Waldmann Pressehaus Stuttgart'),
(853, 115, 'Waldmann-Pressehaus-Stuttgart_02.jpg', 'Waldmann Pressehaus Stuttgart', 'Waldmann Pressehaus Stuttgart'),
(854, 115, 'Waldmann-Pressehaus-Stuttgart_03.jpg', 'Waldmann Pressehaus Stuttgart', 'Waldmann Pressehaus Stuttgart');

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

--
-- Table structure for table `project_gallery`
--

CREATE TABLE `project_gallery` (
  `pr_gallery_id` int(10) UNSIGNED NOT NULL,
  `sku` varchar(32) NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL,
  `manufacturer` smallint(5) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `subtitle` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `thumbnail_alt` varchar(255) NOT NULL,
  `tag_title` varchar(255) NOT NULL,
  `tag_description` text NOT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `project_gallery`:
--

--
-- Dumping data for table `project_gallery`
--

INSERT INTO `project_gallery` (`pr_gallery_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(7, 'TRX001', 0, 27, 'Kamppi Shopping Mall', 'Helsinki, Finland.', 'Integrating two underground terminals and a metro rail station, the Kamppi Shopping Mall in the heart of Helsinki is one of the largest shopping complexes in Finland. \r\nFor a stylish and unique illumination, Traxon installed its revolutionary Mirror 64PXL Wash panels, which provide Kamppi with the function of a regular mirror when switched off and an unexpected source of light when illuminated. \r\n\r\nThe DMX control of the Mirror 64PXL Wash panels allows for the emergence of a huge spectrum of different colorings and video animations, creating a thrilling shopping experience and offering a perfect stage for any promotional or entertainment event.\r\n\r\nLighting Designer : Helsinki Light Design\r\n\r\nProduct: Mirror 64PXL Wash panels.\r\nManufacturer: Traxon Technologies', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/2672/Kamppi%20Shopping%20Mall%20-%20Helsinki,%20Finland', 'TRX001_Kamppi_Shopping_Mall_small.jpg', 'Kamppi Shopping Mall', 'LEDELUM. PROJECTS LIBRARY. Kamppi Shopping Mall', 'Project Kamppi Shopping Mall with Interior LED installation is located in Helsinki, Finland.. Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(8, 'LMP002', 0, 28, 'Yale-New Haven Hospital Atrium', 'New Haven, Connecticut, United States', 'A large teaching hospital with four buildings joined to an atrium wanted to create a welcoming and vibrant space that visitors could navigate easily. Lighting designer Lam Partners of Cambridge MA chose Lumenfacade wall washing luminaires to illuminate the atrium of the Yale-New Haven Hospital (YNHH), creating a welcoming hub with a relaxing atmosphere and improving way-finding for visitors and patients.\r\n\r\nYNHH is the primary teaching hospital for Yale School of Medicine and Yale School of Nursing and the largest hospital in the state. The newly renovated, three-storey atrium is the focal point in welcoming patients to the hospital. It is important for visitors to be quickly oriented as the atrium links four ‘pavilions’. Using Lumenfacade Remote Color Changing fixtures, each building’s entrance is now identified by color-changing illumination and the reception desk is easily located. Each atrium corner above the pavilion entrance, is grazed with its own color or a series of colors, controlled using a Lumentouch™ Intelligent Control Keypad. Lumenfacade fixtures provide white LED light with a warm color temperature of 3000K that now grazes the freestanding stone wall behind the reception desk, making it a focal point.\r\n\r\nThe Lumentouch control panel behind the information desk adjusts the white light in the atrium to suit the levels of natural light available at any time of the day or night. The white light grazing the elegant wood-paneled walls is carefully focused with narrow beam optics to avoid glare from viewpoints at any height. Lumenfacade’s dual chamber design reduces maintenance by improving heat control and extending the luminaire’s lifespan. Lam Partners installed the fixtures no more than 12 foot above the ground so that regular ladders could be used for maintenance to avoid any damage to the new terrazzo flooring.\r\n\r\n\r\nEquipment Specified\r\n 37 x Lumenfacade (4’, 3000K, 10?x60? optic)\r\n 5 x Lumenfacade (1’, 3000K, 10?x60? optic)\r\n 3 x Lumenfacade (3’, 3000K, 10?x60? optic)\r\n 12 x Lumenfacade Remote Color Changing (3’, 10?x60? optic)\r\n 6 x CBOX\r\n 1 x iCBOX\r\n 2 x Lumentouch Intelligent Control Keypad\r\n\r\n\r\n\r\nLighting Design: Lam Partners \r\nPhotographer: Robert Benson', 'http://www.lumenpulse.com/projects/3/yale-new-haven-hospital-atrium', 'LMP002_Yale-New_Haven_Hospital_Atrium_small.jpg', 'Yale-New Haven Hospital Atrium', 'LEDELUM. PROJECTS LIBRARY. Yale-New Haven Hospital Atrium', 'Project Yale-New Haven Hospital Atrium with General Lighting LED installation is located in New Haven, Connecticut, United States. Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(9, 'LMP006', 0, 28, 'Pacific Centre', 'Vancouver, British Columbia, Canada', 'A well-known landmark in the heart of downtown Vancouver, Pacific Centre is the city\'s premiere fashion destination, with 100 shops and services. It extends along three blocks, with indoor connections to six office towers, the Four Seasons Hotel and the Apple store. Before the start of the 2010 Winter Olympics in Vancouver, Cadillac Fairview, the Centre’s owners, identified an opportunity to make it easier for visitors to locate and enter the Centre.\r\n\r\n“Before, the Dunsmuir entrance was almost invisible, surrounded by the black glass facades of nearby office towers in the complex, and also situated under a bridge adjacent to the neighboring Holt Renfrew store,” says Darren Luce of Lightworks. To replace the canyon-like effect with a more dynamic and welcoming image, Lightworks teamed with exhibit designer Brian Bazett to create a traffic-generating visual introduction to the Centre.\r\n\r\nTheir strategy was to saturate the space with a strong blue color above and below the full-height glass entry doors: Lumenfacade Color Changing fixtures were used at the portals and Lumenbeam Large Color Changing luminaires in the outside space leading in from the street. Five different shows are programmed into the installation for use by the Centre’s marketing staff to promote events and celebrations. \r\n\r\nEquipment specified\r\n\r\n2 x Lumenfacade Color Changing (2’ units, RGB color mixing, 10? x 10? optic)\r\n 2 x Lumenfacade Color Changing (3’ units, RGB color mixing, 30? x 60?)\r\n12 x Lumenfacade Color Changing (4’ units, RGB color mixing, 30? x 60?)\r\n4 x Lumenbeam Large (RGB color mixing, flood 40? optic)\r\n\r\n\r\nLighting Design: CD/M2 Lightworks \r\nPhotographer: Ed White', 'http://www.lumenpulse.com/projects/11/pacific-centre', 'LMP006_Pacific_Centre_small.jpg', 'Pacific Centre', 'LEDELUM. PROJECTS LIBRARY. Pacific Centre', 'Project Pacific Centre with Accent Lighting LED installation is located in Vancouver, British Columbia, Canada . Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(10, 'LMP007', 0, 28, 'The Casino de Montreal', 'Montreal, Quebec, Canada', 'Offering five floors of gaming, the Casino de Montreal is the largest casino in Canada, and one of the largest in the world. Housed in two former Expo 67 pavilions – facilities that were never designed for their current usage – it had, however, struggled to compete with US casinos. \r\n\r\nSeeking a change in fortune, the casino recently completed a four-year, $300 million renovation project, which included the construction of an all-new entrance and lobby. Designers Ombrages were engaged to give the new-look complex a striking night-time presence.\r\n\r\n“We wanted to do more than just provide light for the entrance – we wanted to make the building sparkle, like a diamond shining in the distance,” said Mehdi Laieb, principal at Ombrages. “The basic principle was therefore to make it seem like light was coming through transparent walls, with no apparent light sources or fixtures,” he said.\r\n\r\nTo accomplish this, the firm used Lumenpulse LED technology. “Lumenpulse is an LED leader, and after testing several products, we found that the Lumenpulse fixtures had the integration, performance and control that we needed,” Laieb said.\r\n\r\nWorking with the architects, Ombrages artfully backlit the golden, micro-perforated panels of the entrance and canopy, making the entire structure shimmer in light. The firm placed warm 2700K Lumenfacade luminaires – which fluctuate gently in intensity – at various angles behind the panels, giving the building a scintillating, jewel-like appearance. Playfully deceptive, the design leaves visitors wondering where the light comes from.\r\n\r\nTo illuminate the floor plane, Ombrages used a range of Lumenbeam Medium fixtures recessed in the canopy.\r\n\r\n“The Lumenbeam fixtures pin spot the ground floor and complement the light coming from the walls. This illuminates the entrance, but without ever making the fixtures apparent,” Laieb said.\r\n\r\nThe end result has provided the casino with a dramatic new entrance, captivating visitors upon arrival and guiding them inwards. \r\n\r\n“Everything is coordinated now, from the entrance to the interior,” Laieb said, describing the unique entrance and canopy. “There’s nothing like it in the world; it’s become the signature of the Casino de Montreal.”\r\n\r\nEquipment Specified \r\n\r\n10 x Lumenbeam Medium (40°, 2700K)\r\n 16 x Lumenbeam Medium (10°, 2700K)\r\n 6 x Lumenbeam Medium (6°, 2700K)\r\n 83 x Lumenfacade Interior HO (2’, 2700K, 10 x 60)\r\n 56 x Lumenfacade HO (3’, 2700K, 10 x 60)\r\n 87 x Lumenfacade Interior HO (3’, 2700K, 10 x 60)\r\n \r\n\r\nLighting Design: Ombrages \r\nPhotographer: Sebastien Racicot', 'http://www.lumenpulse.com/projects/90/the-casino-de-montreal', 'LMP007_The_Casino_de_Montreal_small.jpg', 'The Casino de Montreal', 'LEDELUM. PROJECTS LIBRARY. The Casino de Montreal', 'Project The Casino de Montreal with General Lighting LED installation is located in Montreal, Quebec, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(11, 'LMP008', 0, 28, 'Saint Louis Art Museum', 'Saint Louis, Missouri, United States', 'Originally called the “Palace of Fine Arts,” the Saint Louis Art Museum was built in 1904 to coincide with the World’s Fair. The building’s architect, Cass Gilbert, was inspired by the Baths of Caracalla in Rome when he designed it. The Museum’s comprehensive permanent art collection covers a wide range of cultures and time periods, from Oceanic to pre-Columbian, ancient China, and late 19th- and early 20th-century European and American.\r\n\r\nOnce visitors step inside, they immediately enter Sculpture Hall, a regal space with 78-foot-high arched ceilings. Though some natural light seeps in from the arched windows lining the hall, additional sources are required to illuminate the large sculptures usually showcased in this central area and to provide general lighting.\r\n\r\nPreviously, the space was lit using 500-watt incandescent lamps, but the Museum wanted to replace these with an energy-efficient solution. Museum lighting requirements are rigorous; UV emission had to be kept to a minimum so as not to damage the art on display. Lumenpulse’s Lumenbeam Large fixtures were chosen to replace the old lamps because of their long lifetime and their warm, comfortable glow.\r\n\r\n“It’s a white light that’s just easier on the eyes,” says Ed Jensen, the Museum’s Lead Engineering Technician. “We’re saving energy and manpower. With the old lighting, we had to change a lamp almost every day.”\r\n\r\nThe Lumenbeam fixtures were mounted on existing cantilevered arms and are adjustable. The luminaires are installed along the hall and also in the arched passageways on the sides, where some Lumenbeams provide uplight to accentuate the curve ceilings.\r\n\r\n“Visitors have said Sculpture Hall looks brighter and even feels bigger,” Jensen reports. “The new lighting lets the Saint Louis Art Museum – and its collection – make the best, first impression on visitors.”\r\n\r\nEquipment Specified\r\n 125 x Lumenbeam Large (2700K, narrow 20° flood)\r\n\r\n\r\nPhotographer: JJ Lane \r\nSales Agent: Rafferty Lighting Group, Inc. \r\nClient: Saint Louis Art Museum', 'http://www.lumenpulse.com/projects/64/saint-louis-art-museum', 'LMP008_Saint_Louis_Art_Museum_small.jpg', 'Saint Louis Art Museum', 'LEDELUM. PROJECTS LIBRARY. Saint Louis Art Museum', 'Project Saint Louis Art Museum with General Lighting LED installation is located in Saint Louis, Missouri, United States . Discover lighting design solutions and luminaires types specified in the project.', '2015-10-17 00:00:00'),
(12, 'TRX002', 0, 27, 'David H. Koch Theater. Lincoln Center', 'New York, NY, USA', 'Located in New York\'s historic and renowned Lincoln Center, the David H. Koch lobby was brought to a new, vibrant life in October 2009. The ticket windows feature a wall glowing with white light; this clean and crisp installation is surfaced with custom cut Corian diffusion which tells the theatre\'s story in elegance and style. To emit a radiance capable of setting a mood of sophistication, New York\'s Tillotson Design Associates combined over 560 of Traxon\'s 1PXL Board Warm White to illuminate the interior of the corrugated façade enhancing a Corian panel cut precisely to give the illusion of an opera scene when viewed from one angle, and a ballet scene when viewed from the other, both in photographic grey scale. With control provided by an e:cue lighting control Butler and Butler XT, the Traxon Boards’ brightness can be adjusted as necessary\r\n\r\nDue to its low-profile, lightweight nature, 1PXL Board RGB is the ideal solution for this type of installation, as it provides bright light output with discreet installation so the fixture cannot be seen. The Cube Chandelier can be recreated due to its scalability and modularity, as well as the ease of installation of Traxon 1PXL Board RGB, and the ability to pre-program e:cue’ s Butler for uninterrupted replay of the 30-minute lighting show.\r\n\r\nLighting Designer : Tillotson Design Associates \r\nArchitect : Diller Scofidio + Renfro \r\nClient : Lincoln Center', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/13572/David%20H.%20Koch%20Theater,%20Lincoln%20Center%20-%20New%20York,%20NY,%20USA', 'TRX002_David_H_Koch_Theater_Lincoln_Center_small.jpg', 'David H. Koch Theater. Lincoln Center', 'LEDELUM. PROJECTS LIBRARY. David H Koch Theater Lincoln Center', 'Project David H. Koch Theater. Lincoln Center with Interior LED installation is located in New York, NY, USA. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(13, 'TRX003', 0, 27, 'Nova Eventis Shopping Mall', 'Halle/Leiipzig, Germany', 'In Germany\'s Halle/Leipzig region of economical growth the Nova Eventis recently opened its doors. Nova Eventis stands for a unique concept of shopping, leisure and experiences - all combined in a new development on 76 000 square metres. \r\nThe numerous offers from the tenant partners and the various events in the special action areas turn every visit to the Nova Eventis into an event. For the outdoors area, the developers designed a LED illuminated ball with a 12.5 m radius.\r\n\r\nLighting Designer : Tobias Link Peter Andres, Mariana Theiling', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14054/Nova%20Eventis%20Shopping%20Mall%20-%20Halle/Leiipzig,%20Germany', 'TRX003_Nova_Eventis_Shopping_Mall_small.jpg', 'Nova Eventis Shopping Mall', 'LEDELUM. PROJECTS LIBRARY. Nova Eventis Shopping Mall', 'Project Nova Eventis Shopping Mall with Interior LED installation is located in Halle/Leiipzig, Germany. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(14, 'TRX004', 0, 27, 'Cronos', 'Lima, Peru', 'Located in the center of Lima, Peru, one of South America\'s key business cities, the newly built A-class office building Cronos represents a symbol for modern architecture. Impressing with its huge glass facade and contemporary design, the building fits well into the city\'s night life area, becoming a new lamdmark of Lima\'s skyline. Oscar Gonzales Moix, one of the leading LED lighting architects of South America, developed in collaboration with Traxon Technologies an elaborate lighting concept for the building\'s glass facade. Using Traxon\'s Nano Liner XB, the building has been artfully illuminated with colorful lighting. Installed on the bottom of 4m high platforms, the slim profile and high power of the Nano Liner XB ensures a discreet installation and optimal illumination. \r\n\r\nControlled by Traxon\'s Micro Server, various stylish lighting sequences ranging from decent color changes to very dynamic lighting scenarios are replayed. Fascinating passers-buy and observers every night, the building represents a new highlight of the city.\r\n\r\nArchitect : Oscar Gonzales Moix', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/2413/Cronos%20-%20Lima,%20Peru', 'TRX004_Cronos_small.jpg', 'Cronos', 'LEDELUM. PROJECTS LIBRARY. Cronos', 'Project Cronos with Facade LED installation is located in Lima, Peru. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(15, 'TRX005', 0, 27, 'Cube Chandelier-Zwolle', 'The Netherlands', 'Known for their ability to flawlessly integrate lighting into architectural projects, system integrator, installer and programmer Maramoja Projects was commissioned to create a simple yet stunning chandelier for Hotel Lumen’ s grand lobby in Zwolle, The Netherlands. Their stunning creation, a futuristic Cube Chandelier, exceeded all expectations, transforming the space into a glowing, surreal atmosphere. With the assistance of Traxon’ s 1PXL Board RGB and an e:cue Butler, the cubes are illuminated from the inside displaying a rich, even distribution of colored light capable of virtually any hue, determined by the programmer. \r\n\r\nDue to its low-profile, lightweight nature, 1PXL Board RGB is the ideal solution for this type of installation, as it provides bright light output with discreet installation so the fixture cannot be seen. The Cube Chandelier can be recreated due to its scalability and modularity, as well as the ease of installation of Traxon 1PXL Board RGB, and the ability to pre-program e:cue’ s Butler for uninterrupted replay of the 30-minute lighting show.\r\n\r\nLighting Designer : Herman ter Hennepe \r\nInstaller : Maramoja Projects bv', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14056', 'TRX005_Cube_Chandelier-Zwolle_small.jpg', 'Cube Chandelier-Zwolle', 'LEDELUM. PROJECTS LIBRARY. Cube Chandelier-Zwolle', 'Project Cube Chandelier-Zwolle with Art Installations LED installation is located in The Netherlands. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(16, 'TRX006', 0, 27, 'Lutron Showroom', 'New York, NY, USA', 'Located in Midtown Manhattan, the Lutron Showroom was completed in the Spring of 2009. Lutron, a lighting control company, sought to offer an environment where customers could experience their home automation products, creating the feel of a smart home, and displaying their ability to connect many technologies using a unified interface. Traxon was called upon to create an installation for the “great room” and “bedroom” showroom areas, which would simulate two large windows and display an outdoor environment. The installation of 330 64PXL boards in two separate groupings along a split wall in the showroom, displays medium resolution video, adding brightness and life to this replicated living environment. \r\n\r\nThe video was broken into two layers to allow separate control of each window. Control is provided by an e:cue Media Engine 2, and at the moment, videos are triggered solely by three e:cue Glass Touches. Designed by CBBLD in New York City, the Lutron Showroom installation represents several landmarks. This is the largest installation of its kind in the United States, and the first installation world-wide to implement e:cue\'s proprietary e:pix protocol and Emotion software. Additionally, this is the first installation of Video Micro Converter in the world. \r\n\r\nArchitect : Cline Bettridge Bernstein Lighting Design \r\nInstaller : Celtic Construction', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/5697', 'TRX006_Lutron_Showroom_small.jpg', 'Lutron Showroom', 'LEDELUM. PROJECTS LIBRARY. Lutron Showroom', 'Project Lutron Showroom with Interior LED installation is located in New York, NY, USA. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(17, 'TRX007', 0, 27, 'ESPRIT Flagship Store', 'Frankfurt, Germany', 'First impressions set the tone for the experience that follows, influence communication methods, and even make or break relationships. Traxon & e:cue understands the positive potential of exterior lighting for retail environments and is committed to providing attractive, intriguing first impressions for our customers, and memorable experiences for theirs. Traxon & e:cue\'s dynamic lighting solutions create intrigue and interest in store windows. Whether beautifully showcasing well-craftedwindow displays with crisp, white light, or mesmerizing passersby with a rich, colorful glow, the magnetism of light draws customers into the store to further explore. Façade Solutions take first impressions to an exciting, larger scale. From enhancing architectural details with the legacy of a branded hue, or displaying low-to-medium resolution graphics, text, and animations, Traxon & e:cue\'s intelligent LED fixtures and control convert retail spaces and facades into landmarks. Our installations pique the interest of guests and passersby, preparing them for the unique and satisfying shopping they are about to experience.', 'http://www3.traxontechnologies.com/us/showcase/highlight/44', 'TRX007_ESPRIT_Flagship_Store_small.jpg', 'ESPRIT Flagship Store', 'LEDELUM. PROJECTS LIBRARY. ESPRIT Flagship Store', 'Project ESPRIT Flagship Store with Interior LED installation is located in Frankfurt, Germany. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(18, 'TRX008', 0, 27, 'CRUSH Teen Club at Atlantis', 'The Bahamas', 'The expansive Atlantis luxury resort hugs miles of white sand beaches on Paradise Island, Bahamas. Vacationers of all ages flock to the resort for its on-site recreational opportunities, which range from a private marine park to a world-class casino. A recent recreational addition, CRUSH Teen Club, with lighting design by Focus Lighting, is a nightclub exclusively for Atlantis’ teen guests. CRUSH is loaded with technology and entertainment features, including Internet lounges; gaming cabanas; video walls; and a touch-screen, on-demand DJ system. Traxon & e:cue\'s dynamic lighting and intelligent control solutions were selected to create the dazzling media wall element that interfaces with the nightclub’ s DJ system. \r\n\r\nTo construct the media wall, Traxon’ s Media Tube RGB were combined with e:cue’ s Butler, Butler XT, Glass Touch T12, and Video Micro Converter (VMC) e:pix. Due to their affordability and versatility, products from Traxon & e:cue were used throughout CRUSH. e:cue’ s Lighting Control Engine (LCE) was programmed to control both the static and dynamic lighting for the entire nightclub. Additional Glass Touch T12 units were installed in critical areas, allowing staff to adjust various lighting elements \r\n\r\nLighting Designer : Focus Lighting Inc \r\nArchitect : HKS, Inc', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14034/CRUSH%20Teen%20Club%20at%20Atlantis%20-%20The%20Bahamas', 'TRX008_CRUSH_Teen_Club_at_Atlantis_small.jpg', 'CRUSH Teen Club at Atlantis', 'LEDELUM. PROJECTS LIBRARY. CRUSH Teen Club at Atlantis', 'Project CRUSH Teen Club at Atlantis with Interior LED installation is located in The Bahamas. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(19, 'TRX009', 0, 27, 'Euratechnologies', 'Lille, France', 'Serving as an economic centre for information and communication technologies, the ‘Le Blan – Lafont’ building is located in one of France\'s economical cross points, the city of Lille. \r\nThe project called “EURATECHNOLOGIES” serves as a modern technology hub for companies specialized in cutting edge technologies. Within the building complex, a huge main hall has been designed for encouraging a constant exchange among the occupants. To support the purpose of this special place, a stunning LED screen has been created by Traxon in cooperation with Audio Equipement, one of the leading audio and video equipment installers in France. \r\n\r\nUsing Traxon\'s award-winning Mesh RGB, a large screen covering 48 sq. m has been installed, stretching across the hall\'s main glass façade. Comprising 78 Mesh units, the semi-transparent media screen replays TV streams, videos, as well as any kind of graphic content. The Traxon Mesh RGB is a versatile system of LED modules, convincing through its unique flexibility and diversity in application.\r\n\r\nArchitect : Vincent Brossy \r\nInstaller : Groupe IEC - Audio Equipement', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/2223/Euratechnologies%20-%20Lille,%20France', 'TRX009_Euratechnologies_small.jpg', 'Euratechnologies', 'LEDELUM. PROJECTS LIBRARY. Euratechnologies', 'Project Euratechnologies with Facade LED installation is located in Lille, France. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(20, 'TRX010', 0, 27, 'Los Libertadores Bridge', 'Lima, Peru', 'Los Libertadores is a modern cable-stayed bridge located in Lima, Peru. The bridge was recently declared an icon by the mayor of Peru as a gift to Lima citizens in celebration of the “bicentenario” of independence. Lighting designer Claudia Paz of CAM Peru and contractor and software specialist Arquileds collaborated with Traxon Technologies to develop a sophisticated LED lighting installation for the bridge, this consists of 410 customizable Media Tube RGB. \r\n\r\nThe result is an ultra bright, full color effect for the 12 steel bands that span from the top of the bridge to the bank of the Rimac River, perfectly tracing the architectural design of the bridge. Traxon Media Tube RGB can resist nearly any weather condition, making it a versatile solution for both indoor and outdoor installations. All of the bridge\'s lighting effects are controlled using 4 e:cue lighting control Butler and one Butler XT which can be activated by an iPod touch using e:cue\'s software', 'http://www3.traxontechnologies.com/us/showcase/highlight/25', 'TRX010_Los_Libertadores_Bridge_small.jpg', 'Los Libertadores Bridge', 'LEDELUM. PROJECTS LIBRARY. Los Libertadores Bridge', 'Project Los Libertadores Bridge with Art Installations LED installation is located in Lima, Peru. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(21, 'TRX011', 0, 27, 'Project Hope', 'Munich, Germany', 'Traxon Technologies innovative lighting fixtures were used to turn a windmill into a sensational piece of LED art. Equipped with over 1,000 ultra bright Dot XL-9 lighting fixtures (9,000 LEDs) the world\'s biggest revolving media screen displays a multitude of stunning colors as well as medium-resolution video content. Challenged by the difficult winter-weather conditions as well as the implementation of an installation on a constantly rotating object, artist Michael Pendry chose Traxon as partner for realizing this spectacular project due to its innovative and customizable lighting solutions. \r\n\r\nIP67-rated the Dot XL offers exactly the flexibility needed for this demanding project. Available with 3, 6 or 9 high performance LEDs per dot casing the single controllable dots are mounted on an elastic cable with customizable pitch offering the possibility of an installation on almost any surface or three-dimensional shape. Furthermore the Dot XL has a robust casing that ensures full outdoor capability.\r\n\r\nInstaller : Micheael Pendry in collaboration with Siemens', 'http://www3.traxontechnologies.com/showcase/showcase_details/11009', 'TRX011_Project_Hope_small.jpg', 'Project Hope', 'LEDELUM. PROJECTS LIBRARY. Project Hope', 'Project Project Hope with Art Installations LED installation is located in Munich, Germany. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(22, 'TRX012', 0, 27, 'Sephora Qianmen Flagship Store', 'Beijing, China', 'Founded in Limoges, France in 1969 Sephora is a visionary beauty-retailer and part of the Paris-based LVMH Moet Hennessy Louis Vuitton group. Sephora\'s unique, open-sell environment features over 200 brands across a broad range of product categories including skincare, color, fragrance, bath & body in addition to their own private label. Opening their biggest store in China, the Qianmen flagship store in Beijing, Sephora wanted a lighting installation both eye-catching and inviting. \r\n\r\nTraxon offered the perfect solution: a total of 224 64PXL Boards installed at the entrance area of the two-story store create a hugh media screen displaying sparkling adds and video animations of Sephora\'s newest products. With its 64 individually addressable LEDs, and a pixel pitch of 31.25mm Traxon\'s 64PXL Board is a multifunctional, high brightness LED lighting fixture offering the most efficient solutions for the replay of medium to high resolution videos, graphics and texts.\r\n\r\nInstaller : Cyberconcept', 'http://www3.traxontechnologies.com/showcase/showcase_details/11079/Sephora%20Qianmen%20Flagship%20Store%20-%20Beijing,%20China', 'TRX012_Sephora_Qianmen_Flagship_Store_small.jpg', 'Sephora Qianmen Flagship Store', 'LEDELUM. PROJECTS LIBRARY. Sephora Qianmen Flagship Store', 'Project Sephora Qianmen Flagship Store with Interior LED installation is located in Beijing, China. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(23, 'TRX013', 0, 27, 'La Geode Entrance', 'Paris, France', 'An exclusive spherical IMAX theatre in the “Parc de la Villette” at the Cite des Sciences et de l\'Industrie in Paris, La Geode is equipped with the only 12.1-watt sound system in the world. To celebrate its 25th anniversary, project architect Adrien Lambert converted the reception and restaurant spaces into open areas featuring an architectural LED installation, thus improving public traffic flow and creating a clear transition zone between La Geode\'s arrival and waiting areas. \r\n\r\nArchitect : Adrien Lambert \r\nInstaller : ZACHARIE, RDL', 'http://www3.traxontechnologies.com/showcase/showcase_details/13866/La%20Geode%20Entrance%20-%20Paris,%20France', 'TRX013_La_Geode_Entrance_small.jpg', 'La Geode Entrance', 'LEDELUM. PROJECTS LIBRARY. La Geode Entrance', 'Project La Geode Entrance with Interior LED installation is located in Paris, France. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(24, 'TRX014', 0, 27, 'OVO', 'Lyon, France', 'OVO is an egg-shaped art structure that concentrates, magnifies, and diffuses positive energies while appealing to multiple senses. Created by ACT Lighting Design and sculpture specialist Odeaubois, OVO\'s illuminated portion consists of ultra-bright, fully-customizable Dot XL-6 RGB, programmed to communicate visual and acoustic animations. \r\n\r\nThis dynamic installation is a combination of 24 crossed spiral structures based on the Golden Proportion found in the universe, such as in DNA helixes. When visiting the installation, guests walk across a 100-square meter basin covered with two centimeters of water to reach the interior. \r\n\r\nLighting Designer : ACT Lighting Design \r\nInstaller : ACT Lighting Design', 'http://www3.traxontechnologies.com/showcase/showcase_details/14047/OVO%20-%20Lyon,%20France', 'TRX014_OVO_small.jpg', 'OVO', 'LEDELUM. PROJECTS LIBRARY. OVO', 'Project OVO with Art Installations LED installation is located in Lyon, France. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(25, 'TRX015', 0, 27, 'Roka Akor', 'Chicago, IL, US', 'Recently opened, Roka Akor, voted one of the Top 10 Sushi Spots in the United States by Bon Appetit, is Chicago\'s most stylish sushi restaurant and Japanese robata grill.\r\n\r\nArchitect: DMAC Architecture\r\nLighting Design: OP Design', 'http://www.opdesign.us/commercial.html', 'TRX015_Roka_Akor_small.jpg', 'Roka Akor', 'LEDELUM. PROJECTS LIBRARY. Roka Akor', 'Project Roka Akor with Interior LED installation is located in Chicago, IL, US. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(26, 'TRX016', 0, 27, 'Christ the Redeemer Monument', 'Rio de Janeiro, Brazil', 'Christ the Redeemer Monument has overlooked the city of Rio de Janeiro for 80 years. The largest Art Deco statue in the world, the 130-foot statue sits atop a 2,300-foot peak, and has been an historical icon of both Rio and Brazil since its completion in 1931. On March 1, 2011, the world saw Christ the Redeemer Monument in a new light. Traxon Technologies & e:cue lighting control, in a partnership with OSRAM, fulfilled lighting designer Peter Gasper\'s vision to create wonder and inspiration in Monument visitors, by illuminating the statue with bright LED light. An intelligent lighting system consisting of 64Traxon Shield AC Extend, and 30 Liner Shield AC XB-27 RGB and Cold White fixtures with specially-focused optics, were installed around the base of the statue at various distances.', 'http://www3.traxontechnologies.com/showcase/showcase_details/14039', 'TRX016_Christ_the_Redeemer_Monument_small.jpg', 'Christ the Redeemer Monument', 'LEDELUM. PROJECTS LIBRARY. Christ the Redeemer Monument', 'Project Christ the Redeemer Monument with Monuments LED installation is located in Rio de Janeiro, Brazil. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(27, 'LMP001', 0, 28, 'Banner MD Anderson Cancer Center', 'Gilbert, Arizona', 'Architectural practice Cannon Design used Lumenfacade RGB fixtures to illuminate a key element of the award-winning Banner MD Anderson Cancer Center at Gilbert, Arizona, and create a ‘Lantern of Hope’ for patients.  \r\n\r\nCannon used the luminaires to illuminate the four-storey latticed tower over the facility’s main entrance with a gentle and consistent light. They graze the metal structure’s translucent fabric panels with a uniform glow, lit in a soothing and symbolic lavender color.\r\n\r\nCannon chose Lumenfacade RGB after testing fixtures from three manufacturers to see which would deliver the necessary color saturation control, source intensity and color-changing effects with light that would reach the top of the 69-foot structure. “The Lumenpulse product out-performed its competitors in every aspect with the total package of performance, reach, cost, accessibility, adjustability, maintenance, and fixture look and design, winning it for Lumenpulse,” said Cannon lighting designer Sara Schonour.  “The ease of control through the Lumentouch system, giving the staff the ability to adjust the lighting to suit their facility’s needs, was another key element.”  \r\n\r\nThe design challenges created by the unique structure include the heat, dryness and dust of the desert combined with the need to avoid light pollution. Using custom mounting brackets developed with Lumenpulse, Cannon concealed the fixtures within the 30 x 30 foot area structure in just the right locations to light the fabric panels consistently on all four sides of the lantern. Cannon used narrow beam optics and light diffusing film and angled light on to the vertical fabric plane to reduce skyglow.  \r\n\r\nIt was crucial to have a low maintenance solution. Lumenpulse’s IP66 rated fixtures were robust enough to withstand the harsh desert environment, and besides offering an LED lifespan of 120,000 hours, enable individual components to be accessed and replaced.  \r\n\r\nEquipment Specified\r\n\r\n43 x Lumenfacade Color Changing (4’ units, 10?x10? optic) \r\n 5 x Lumenfacade Color Changing (2’ units, 10?x10? optic)\r\n\r\n\r\nArchitect: Cannon Design \r\nLighting Design: Cannon Design \r\nPhotographer: Mark Skalny', 'http://www.lumenpulse.com/projects/2/banner-md-anderson-cancer-center', 'LMP001_Banner_MD_Anderson_Cancer_Center_small.jpg', 'Banner MD Anderson Cancer Center', 'LEDELUM. PROJECTS LIBRARY. Banner MD Anderson Cancer Center', 'Project Banner MD Anderson Cancer Center with Color Changing LED installation is located in Gilbert, Arizona. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(28, 'LMP003', 0, 28, 'Montreal Museum of Contemporary Art', 'Montreal, Quebec, Canada', 'Lumenpulse Lumenbeam Large Color Changing fixtures have been used in one of Canada’s largest LED installations at the Musée d’art contemporain de Montréal (MAC), which is at the heart of Montreal’s theater and festival district, the Quartier des Spectacles. More than 100 color-changing LED fixtures at the base of the building give the illusion of weightlessness to the iconic museum’s stone facade, and help create its distinct visual identity.\r\n\r\nLeading Canadian design firm Lightemotion concealed the fixtures in the colonnade that surrounds the museum so that the building itself appears to glow from within and seems to float on a cloud of ethereal white light with hints of cool blue. The facade is revealed by the soft-hued light from the luminaires hidden within trenches so that, as Lightemotion principal François Roupinian says, ‘it is as if the lighting is coming from nowhere.’ Glare shield visors add to the subtlety of the scheme.\r\n\r\nThe Lumenbeam fixture’s compact footprint and robustness suited it precisely to this location, while rigorous testing showed that the RGB color mixing and optics would enable it to produce the quality of light that Lightemotion was looking for. The Lumenbeam’s award-winning, dual chamber design prolongs the life of the luminaires by helping to dissipate heat and making it possible to access and replace driver components. A further consideration was energy; Lightemotion opted for an all LED-based solution to save energy; the Lumenpulse fixtures consume a maximum of just 36W each.\r\n\r\nLumenpulse Products Specified\r\n\r\n48 x Lumenbeam Large Color Changing (30? optic)\r\n 49 x Lumenbeam Large Color Changing (40? optic with visor and refracting lens)\r\n 23 x Lumenbeam Large Color Changing (45? optic with visor and refracting lens)\r\n 13 x Lumenbeam Large Color Changing (30? optic with lens)\r\n\r\n\r\nLighting Design: Lightemotion', 'http://www.lumenpulse.com/projects/15/montreal-museum-of-contemporary-art-mac', 'LMP003_Montreal_Museum_of_Contemporary_Art_small.jpg', 'Montreal Museum of Contemporary Art', 'LEDELUM. PROJECTS LIBRARY. Montreal Museum of Contemporary Art', 'Project Montreal Museum of Contemporary Art with Color Changing LED installation is located in Montreal, Quebec, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(29, 'LMP004', 0, 28, 'BC Place', 'Vancouver, British Columbia, Canada', 'Lighting designer CM Kling+Associates has utilized a range of Lumenpulse’s Lumenfacade  and Lumenbeam fixtures to create spectacular light shows and signature looks for Vancouver’s landmark BC Place stadium.   \r\n\r\nWhen stadium owner BC Pavilion Corporation commissioned a massive renovation project for BC Place, the multi-purpose venue in the heart of Vancouver, British Columbia, it took the opportunity to reinvent the guest experience and the look and feel of the much-loved venue from the inside and out.   \r\n\r\nTwo major elements of the $563 million revitalization included a spectacular retractable roof and a façade of translucent polymer. Lighting consultant CM Kling+Associates chose high-output, fully controllable Lumenpulse LED fixtures to bring the new structural changes to life, creating light shows for the stadium’s home sports teams and color-branding for the building itself.   \r\n\r\nThe lighting focuses in three key areas: the façade, the roof, and the support structures of masts and cables. Lumenfacade RGB fixtures illuminate the façade and its the 1700 ETFE panels with fixed colors belonging to the home teams or gradually moving abstracted, color-changing content.\r\n\r\nThe first third elevation of the roof, the most visible from the pedestrian plaza and the surrounding street level is the most brightly illuminated with Lumenbeam fixtures mounted on the ring beam around the stadium. The next two thirds are lit from the 36 perimeter masts that support the roof. Each fixture is aimed to bathe a specific wedge-shaped segment of roof in a myriad of colors and focused precisely to give uniform illumination.   \r\n\r\nTo finish off the stunning lighting design, fixtures sit on the cables that traverse the roof offering a star-like effect. All of the façade and roof lighting is controlled by a Pharos controller, which enables a wide range of both static and dynamic programming, with over 26,000 channels to address.   \r\n\r\nEquipment Specified\r\n 1,616 x Lumenfacade Color Changing (4’, 30? x 60?)\r\n76 x Lumenfacade Color Changing (3’, 30? x 60?)\r\n24 x Lumenfacade Color Changing (2’, 30? x 60?)\r\n12 x Lumenfacade Color Changing (1’, 30? x 60?)\r\n92 x Lumenfacade (4’, 3000K, 30? x 60?)\r\n4 x Lumenfacade (3’, 3000K, 30? x 60?)\r\n26 x Lumenfacade (2’, 3000K, 30? x 60?)\r\n16 x Lumenfacade (1’, 3000K, 30? x 60?)\r\n293 x Lumenbeam Large Color Changing (Flood 40? optic, 72 with custom snoot)\r\n 144 x Lumenbeam Large (4000K, very narrow 6? optic, with custom snoot)\r\n 72 x Lumenbeam LBX Color Changing (with custom optics)\r\n\r\n\r\n\r\nLighting Design: C.M. Kling & Associates \r\nArchitect: Stantec Architecture Ltd. \r\nEngineer: Genivar \r\nPhotography by Ed White', 'http://www.lumenpulse.com/projects/4/bc-place', 'LMP004_BC_Place_small.jpg', 'BC Place', 'LEDELUM. PROJECTS LIBRARY. BC Place', 'Project BC Place with Color Changing LED installation is located in Vancouver, British Columbia, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(30, 'LMP005', 0, 28, 'St. John the Evangelist Church', 'Winthrop, Massachusetts, United States', 'St. John the Evangelist Church has been at the center of the Winthrop community for over 100 years. In the daytime, the bell tower is visible to the whole town; however, until recently, the church at night time was all but invisible.\r\n\r\nAs a result, the Church required an exterior lighting solution that would highlight the architectural features of the building without causing any spillover effects on the neighbouring residential community.\r\n\r\nThe Lumenpulse solution included Lumenfacade (3000K) fixtures mounted at the top of the bell tower to highlight the white granite detailing, while warm white Lumenfacade (2700K) fixtures were added to the base of the tower and between the three doorways to graze the 75 ft (23m) wall with a narrow beam that reveals the texture and detail of the brickwork.\r\n\r\nRequiring only a 4-inch set-back from the wall, the Lumenfacade fixtures were able to blend in with the architecture and remain discreet. The fixture’s flat lens and narrowly focussed beam prevent light spill, reducing the impact on the surrounding habitat.\r\n\r\nNot only does the Lumenpulse solution respect the architectural integrity of the building, it also dramatically reduced energy consumption by using only 441 watts, which is approximately 75% less energy than traditional sources. And, thanks to Lumenpulse\'s dual chamber technology, the entire lighting solution can be easily accessed and maintained on site providing the church with the benefit of a fully sustainable lighting solution.\r\n\r\nThe entire installation was completed in one day.\r\n\r\nLighting design was conceived by Paul Marks, in collaboration with Boston Light Source.\r\n\r\n\"One of the advantages of using the Lumenpulse luminaires was that they were compact enough to be placed in the necessary locations without being intrusive,\" explained Marks. \"And they blend into the architecture, while still packing enough punch to illuminate the building well.\"\r\n\r\nEquipment Specified\r\n 12 x Lumenfacade™, 12”, 3000K, on the top of the bell tower.\r\n 8 x Lumenfacade™, 12”, 2700K, mounted at the base of the bell tower.\r\n 4 x Lumenfacade™, 24”, 2700K, mounted between the doorways.\r\n\r\n\r\nLighting Design: Paul Marks\r\nPhotography by Paul Marks', 'http://www.lumenpulse.com/projects/8/st-john-the-evangelist-church', 'LMP005_St_John_the_Evangelist_Church_small.jpg', 'St. John the Evangelist Church', 'LEDELUM. PROJECTS LIBRARY. St John the Evangelist Church', 'Project St. John the Evangelist Church with Accent Lighting LED installation is located in Winthrop, Massachusetts, United States. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00'),
(31, 'LMP009', 0, 28, '230 Park Avenue', 'New York, New York, United States', 'New York City’s 230 Park Avenue was once considered a very tall structure in the Manhattan landscape, standing 34 storeys high. Yet within a very short time, it would be dwarfed by the towering Chrysler and Empire State buildings.\r\n\r\nDespite being a Beaux-Arts marvel, with its golden cupola and various ornate moldings, it was rendered virtually invisible at night. Only its lit rooftop was discernible from a distance. “The existing lighting used high-pressure sodium sources to illuminate the roof,” says Al Borden, principal at The Lighting Practice, the firm hired to create the bold new lighting design for 230 Park Avenue. “The rest of the building was in shadow. At night, it seemed to blend into the facades of surrounding buildings and disappear.”\r\n\r\nMonday Properties engaged The Lighting Practice to rebrand the building by creating a lit exterior that would be immediately recognizable from up close and from afar. “We were asked to illuminate the building from the sidewalk up to the top of the cupola on the north side, and to wrap the lighting treatment around the east, south and west sides of the building at the 29th floor and up,” Borden recounts.\r\n\r\n“Our intent has been to give the building a lively nighttime appearance by re-interpreting its historic forms and proportions with concealed uplight sources,” Borden continues. “During daylight hours, when downlit by the sun, the building’s architectural details have a familiar appearance. At night, we flip the source upside down and present a new way of looking at the building. People will see details very differently and have a new experience of the architecture.”\r\n\r\nOver 700 Lumenpulse luminaires were used to craft 230 Park Avenue’s nocturnal identity. To do this, The Lighting Practice chose Lumenpulse color-changing fixtures from the Lumenbeam and Lumenfacade families. “Lumenpulse presented excellent project experience and a committed team,” says Borden. “Their financial proposal was competitive and they showed an enthusiasm and attentiveness that was distinctive. They worked hard to get this project and have continued to work hard servicing it.”\r\n\r\n\r\nEquipment Specified\r\n\r\n3rd Floor – Archways\r\n 8 x Lumenfacade Color Changing (3\', 60° x 60° optics)\r\n 12 x Lumenfacade Color Changing (4\', 60° x 60° optics)\r\n\r\n5th Floor – North façade, including medallions, statues and center of building\r\n 4 x Lumenbeam Medium Color Changing (narrow 10° optics)\r\n 8 x Lumenbeam Large Color Changing (narrow 10° optics)\r\n 34 x Lumenbeam LBX Color Changing (very narrow 6° optics)\r\n 32 x Lumenbeam LBX Color Changing (narrow 10° optics)\r\n 6 x Lumenfacade Color Changing (4’, 10° x 60° optics)\r\n\r\n16th Floor – Upper portion of north façade, from 16th to 28th floors\r\n 2 x Lumenbeam LBX Color Changing (narrow 20° flood)\r\n 20 x Lumenbeam LBX Color Changing (narrow 10° optics)\r\n\r\n29th Floor – From 29th to 32nd floors\r\n 225 x Lumenfacade Color Changing (4’, 10° x 60° optics)\r\n\r\n32nd Floor\r\n 112 x Lumenfacade Color Changing (4’, 30° x 60° optics)\r\n\r\n33rd Floor\r\n 100 x Lumenbeam Large Color Changing (40° flood)\r\n\r\n34th Floor – Bottom part of sloped roof\r\n 44 x Lumenbeam Large Color Changing (40° flood)\r\n 4 x Lumenbeam LBX Color Changing (narrow 10° optics)\r\n 24 x Lumenfacade Color Changing (4’, 10° x 60° optics)\r\n\r\nRoof\r\n 8 x Lumenbeam Large Color Changing (40° flood)\r\n 52 x Lumenbeam LBX Color Changing (40° flood)\r\n\r\nCupola\r\n 8 x Lumenfacade Color Changing (4’, 10° x 10° optics)\r\n 16 x Lumenbeam Large Color Changing (narrow 10° optics)\r\n\r\n\r\nArchitect: Beyer Blinder Belle Architects & Planners LLP \r\nElectrical Engineer: AKF Group LLC \r\nOwner: Monday Properties & Invesco \r\nPhotographer: Evan Joseph', 'http://www.lumenpulse.com/en/projects/54/230-park-avenue', 'LMP009_230_Park_Avenue_small.jpg', '230 Park Avenue', 'LEDELUM. PROJECTS LIBRARY. 230 Park Avenue', 'Project 230 Park Avenue with Color Changing LED installation is located in New York, New York, United States . Discover lighting design solutions and luminaires types specified in the project.', '2015-11-27 00:00:00');
INSERT INTO `project_gallery` (`pr_gallery_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(32, 'LMP010', 0, 28, 'Telus World of Science', 'Vancouver, British Columbia, Canada', 'For over 25 years, Telus World of Science has welcomed over a half-million visitors annually to view the displays and exhibits that has made the facility one of the world’s outstanding centers to present science topics to a broad age range. Its current harborside location occupies 113,022 sq ft (10,500 sqm) plus a 400-seat Omnimax Theater.\r\n\r\nSince its opening in the 80s, the Buckminster Fuller inspired dome has been a landmark on Vancouver’s evening cityscape, augmented by flashing strobe lights. In 2009, Science World management opted to update the dome and replace the points of light (originally fitted with A lamps and then later with CFLs) by installing sustainable LEDs. “They also specified that the new system contain opportunities for visitor interaction as do the exhibits in the science museum,” says Lightworks principal, Darren Luce, who supplied the equipment and managed the project. To meet the performance criteria, Lumenpulse created 291 customized Lumendome fixtures incorporating a 15-watt RGB LED light engine within an IP66 housing with sealed diffusing optics.\r\n\r\nEquipment specified\r\n291 x Lumendome Medium Color Changing\r\n\r\n\r\nEngineer & Lighting Design: Nemetz (S/A) & Associates Ltd. \r\nLighting Design: EOS Lightmedia \r\nClient: Telus World of Science', 'http://www.lumenpulse.com/projects/9/telus-world-of-science', 'LMP010_Telus_World_of_Science_small.jpg', 'Telus World of Science', 'LEDELUM. PROJECTS LIBRARY. Telus World of Science', 'Project Telus World of Science with Color Changing LED installation is located in Vancouver, British Columbia, Canada. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-28 00:00:00'),
(33, 'LMP011', 0, 28, 'Pandora Jewelry', 'Hereford, United Kingdom', 'To help the BREEAM (Building Research Establishment Environmental Assessment Methodology) score at their Hereford, UK, store, Pandora Jewelry needed to implement a more energy-efficient lighting scheme. But how do you do that while still bringing out the best in the chain’s famed jewelry?\r\n\r\nPandora chose to replace the store’s Ceramic Metal Halide (CDM) lamps with Lumenalpha Multi Downlights in 3000K. The swap reduced wattage per lamp from 20W to 11.7W, resulting in a 47% decrease in energy consumption. The Multi Downlights also last roughly four times as long as traditional CDM lamps, eliminating costly and labor-intensive annual relamping and maintenance – all while ensuring a consistently high quality of light over its lifetime.\r\n\r\nInstalled in linear lines across the ceiling, the luminaires provide bright general lighting with exceptional color rendering (CRI of 80+), creating a warm, luxurious ambiance and giving Pandora’s merchandise the sparkle it deserves.  \r\n\r\nEquipment specified:\r\n\r\n33 x Lumenalpha Multi 3 (3000k, CRI 80+)\r\n 1 x Lumenalpha Multi 1 (3000k, CRI 80+)\r\n\r\n\r\nClient: Pandora Jewelry \r\nPhotographer: Ian Robinson', 'http://www.lumenpulse.com/projects/139/pandora-jewelry', 'LMP011_Pandora_Jewelry_small.jpg', 'Pandora Jewelry', 'LEDELUM. PROJECTS LIBRARY. Pandora Jewelry', 'Project Pandora Jewelry with General Lighting LED installation is located in Hereford, United Kingdom . Discover lighting design solutions and luminaires types specified in the project.', '2015-11-28 00:00:00'),
(34, 'LMP012', 0, 28, 'Latham Hotel', 'Philadelphia, Pennsylvania, United States', 'Built in 1907, the Latham Hotel is near many of Philadelphia’s most popular sites like the Liberty Bell, the Independence Mall and Rittenhouse Square. As part of overall renovations to update the historic hotel’s image, the 150-watt metal halide fixtures used to light the building’s exterior were replaced with Lumenfacade Stand Alone fixtures, while the canopy is lit with Lumenfacade Remote luminaires.\r\n\r\nOn the second and third floors, 10° x 60° optics graze the building’s textured facade in a warm 3000K glow, accentuating the Art Nouveau stone carvings. The 2-foot fixtures fit perfectly between the windows, with no light leaking into the guest rooms. The canopy, where the Lumenfacade Remote fixtures are installed, provides a comfortable, abundant expanse of light at the entrance.\r\n\r\nThe retrofit project went smoothly and the owner, Ocean Properties, Ltd., appreciates the fixtures’ slim design and strong light quality. Because the Lumenfacade fixtures have an L70 lifetime of 120,000 hours, the Latham Hotel staff are also pleased with not having to change the lamps frequently, a problem they faced with the previous luminaires.\r\n\r\nEquipment Specified\r\n\r\nExterior Facade:\r\n 14 x Lumenfacade Stand Alone (2’, 3000K, 10° x 60°)\r\n\r\nCanopy:\r\n 6 x Lumenfacade Remote (4’, 3000K, 30° x 60°)\r\n 2 x Lumenfacade Remote (3’, 3000K, 30° x 60°)\r\n 2 x Lumenfacade Remote (2’, 3000K, 30° x 60°)\r\n\r\n\r\n\r\nClient: Ocean Properties, Ltd. \r\nPhotographer: Barry Halkin', 'http://www.lumenpulse.com/projects/65/latham-hotel', 'LMP012_Latham_Hotel_small.jpg', 'Latham Hotel', 'LEDELUM. PROJECTS LIBRARY. Latham Hotel', 'Project Latham Hotel with Flood lighting LED installation is located in Philadelphia, Pennsylvania, United States. Discover lighting design solutions and luminaires types specified in the project.', '2015-11-28 00:00:00'),
(36, 'BGA001', 0, 40, 'Chandler City Hall', 'Chandler, AZ', 'This five-story building, featuring a modern façade, unusual angles, colorful night lighting, fountains and landscaped courtyard, has been open for less than a year but continues to draw rave reviews from residents and visitors alike.\r\nThe location, designed to house the city\'s offices, has become a favorite for local photographers. \"I\'m amazed at how many great shots there are in this complex. The lighting is phenomenal,\" said city spokesman Craig Younger, an amateur photographer.\r\nAmong the favorite spots is beneath a five-story \"Turbulent Shade\" that covers the building\'s west side. Created by California artist Ned Kahn, the illuminated work is made of 1,000 rectangles of perforated stainless-steel that undulate with the breeze above the \"Chandler City Hall\" letters.\r\nThe new city hall\'s popularity is not by happenstance. SmithGroup designed this elegant building for the community to create a sense of place and identity to encourage activity and interaction between visitors. The multi-purpose complex reflects the surrounding terrain and consists of council chambers, administrative offices, a public television studio and a 330-space parking structure.\r\nIt is estimated that pedestrians can reach any location on the Historic Downtown square, as well as the Community Center, Senior Center, Library, and Transportation and Development buildings in an easy walk of five minutes or less.\r\nBEGA\'s versatile light building elements and rectangular bollards provide the perfect lighting solution for this spectacular setting.', 'http://www.bega-us.com/projects_chandler.aspx?l=-635px', 'Bega_Chandler_lg_02_small.jpg', 'Bega. Chandler City Hall', 'Chandler City Hall', 'Among the favorite spots is beneath a five-story', '2016-09-19 00:00:00'),
(37, 'EDG001', 0, 44, 'Residence.', 'USA', 'LED Soft Strip SS3 RGB. Accent and ambient color changing lighting.', 'http://www.edgelighting.com/products/soft_strip_rgb-3w-24v.php', 'Edge_Lighting_ss3_soft_strip_rgb_install_07_small.jpg', 'SS3 soft strip. cove lighting', 'LED Strip. Accent and ambient color changing lighting.', 'LED Strip. Accent and ambient color changing lighting.', '2016-09-19 00:00:00'),
(38, 'EDG002', 0, 44, 'Showroom.', 'USA', 'LED Soft Strip SS3 RGB. Accent and ambient color changing lighting.', 'http://www.edgelighting.com/products/soft_strip_rgb-3w-24v.php', 'Edge_Lighting_soft_strip_3w_12v_install2_small.jpg', 'SS3 RGB Installation', 'SS3 RGB Installation', 'LED Strip. Accent and ambient color changing lighting.', '2016-09-19 00:00:00'),
(39, 'EDG003', 0, 44, 'Origami Risk Office', 'USA', 'Cirrus Channel D1 installation.', 'http://www.edgelighting.com/products/cirrus_channel_60d.php', 'Edge_Lighting_merch_mart_11_small.jpg', 'Cirrus Channel D1 installation.', 'Origami Risk Office', 'Cirrus Channel D1 installation.', '2016-09-19 00:00:00'),
(40, 'EDG004', 0, 44, 'Lobby', 'USA', 'Cirrus Channel D1 installation.', 'http://www.edgelighting.com/products/cirrus_channel_60d.php', 'Edge_Lighting_cirrus_channel_d1_install_08_small.jpg', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.', '2016-09-19 00:00:00'),
(41, 'FOP001', 0, 45, 'Office', 'Criteo, Boston, Massachusetts', 'Architect: Dyer Brown Architects\r\nPhotography: Nick Rezendes Photography', 'http://www.focalpointlights.com/products/linear/seem-2-fsm2ls#overlay=modal-overlay/571%3Fslide%3D0', 'Focal_Point_FSM2LS_criteo_01_small.jpg', 'Seem 2 LED Suspended', 'Seem 2 LED Suspended', 'Seem 2 LED Suspended', '2016-09-19 00:00:00'),
(42, 'FOP002', 0, 45, 'Office', 'Salesforce, San Francisco, California', 'Architect: Gensler\r\nPhotography: Jasper Sanidad Photography', 'http://www.focalpointlights.com/products/downlight/id-45-x-45-downlight-flc44d-lc44#overlay=modal-overlay/3419%3Fslide%3D1', 'Focal_Point_FLC44_salesforce_small.jpg', 'Salesforce, San Francisco, California', 'Salesforce, San Francisco, California', 'Salesforce, San Francisco, California', '2016-09-19 00:00:00'),
(43, 'ELM001', 0, 46, 'Store', 'USA', 'Element Lighting. Adjustable LED downlight installation.', 'http://www.element-lighting.com/Gallery', 'Element_Lighting_element_square_sl_hires_small.jpg', 'Element Lighting Applications', 'Element Lighting Applications', 'Element Lighting Applications', '2016-09-19 00:00:00'),
(44, 'ELM002', 0, 46, 'Residence', 'USA', 'Element Lighting. Adjustable LED downlight installation.', 'http://www.element-lighting.com/Gallery?sid=54&sname=3in%20LED%20Adjustable%20Downlight', 'Element_Lighting_CherryWoodKitchen1_small.jpg', 'Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', '2016-09-19 00:00:00'),
(45, 'ELM003', 0, 46, 'Office', 'New-York, USA', 'Element Lighting. Adjustable LED downlight installation.', 'http://www.element-lighting.com/Gallery?sid=54&sname=3in%20LED%20Adjustable%20Downlight', 'Element_Lighting_EmpireStateOffice1_small.jpg', 'Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', 'Element Lighting. Adjustable LED downlight installation.', '2016-09-19 00:00:00'),
(47, 'TRX017', 0, 27, 'Nemours Children’s Hospital', 'Orlando, FL, USA', 'Nemours Children’s Hospital, a state-of-the-art pediatric healthcare facility, now features vibrant, interactive lighting throughout its 60-acre campus, a concept developed by architect-of-record Stanley Beaman & Sears (SBS), associate architect Perkins+Will, and lighting designer Anjan Sarkar of CD+M. The motor court of the Orlando, Florida children’s hospital, the only LEED® Gold Certified hospital in Central Florida, features a set of concentric arcs, illuminated by Traxon String RGB installed under the wall caps. Upon entering the main lobby, the focal point is a dynamic and inspirational digital artwork lighting installation, conceived as a folding pane, which begins at the wall and blends into the ceiling. Developed in partnership by the Design Team, with programming and installation by idesign, Traxon 16PXL Boards create the wall application and 1PXL Boards are installed in the ceiling, all wrapped in 3Form Chroma Diffusion, displaying preprogrammed video and animation clips, such as images of the sky, fields, and landscapes. The installation, also integrated by idesign, offers color-changing options and is controlled by e:cue’s Lighting Control Engine. Just past the media wall, Traxon String RGB is installed in the reception desk and overhead drum, and over 1,600 linear feet of Traxon Cove Light AC Dim in warm white provide ambient lighting throughout the hospital’s hallways and elevator lobby. In the patient rooms, 1PXL Cove Light XR RGB fixtures are installed over the beds in a ceiling canopy, washing the walls with dynamic color, which is controlled by each patient through interactive television. The Cove Lights in the patient rooms also provide colorful exterior lighting for the building façade, which was designed by SBS and Perkins+Will to resemble a Rubik‘s Cube. In addition to providing engagement and distraction for patients and visitors, the innovative lighting display adds inspirational content that supports Nemours’ mission to create a healthcare facility 100 percent focused on the needs of children and their families.\r\n\r\n\r\nLighting Designer :Anjan Sarkar, CD+M\r\nClient :Nemours Children’s Hospital	 	\r\nArchitect :Stanley Beaman Sears\r\nM&E Contractor/General Contractor: Skanska\r\nVAP/System Integrator: idesign\r\nLighting Programmer: idesign', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14229/Nemours%20Children%E2%80%99s%20Hospital%20-%20Orlando,%20FL,%20USA', 'Nemours_Children_Hospital_small.jpg', 'Nemours Children’s Hospital - Orlando, FL', 'Nemours Children’s Hospital', 'Nemours Children’s Hospital, a state-of-the-art pediatric healthcare facility, now features vibrant, interactive lighting', '2016-11-19 00:00:00'),
(48, 'LAW100', 0, 40, 'X office', 'go figure installation', 'test', 'test', 'go figure installation.jpg', 'go figure installation', 'go figure installation', 'go figure installation', '2018-01-26 00:00:00'),
(51, 'LMP013', 0, 28, 'Jacques-Cartier Bridge', 'Montreal, Quebec, Canada', 'Client: The Jacques Cartier and Champlain Bridges Incorporated\r\nLighting Concept: Moment Factory\r\nLighting Consultants: Ambiances Design Productions, ATOMIC3, Éclairage Public/Ombrages, Lucion Média, Réalisations, UDO Design\r\nEngineer: Consortium WSP–AECOM\r\nProject Management: The Jacques Cartier and Champlain Bridges Incorporated\r\nInstallation: Pomerleau\r\nPhotographer: The Jacques Cartier and Champlain Bridges Incorporated', 'https://www.lumenpulse.com/en/projects/241/jacques-cartier-bridge', 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_small.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Jacques-Cartier Bridge', 'Jacques-Cartier Bridge, Montreal, Quebec, Canada', '2018-02-04 00:00:00'),
(52, 'LMP014', 0, 28, 'Åre Ski Resort', 'Åre, Sweden', 'Equipment Specified\r\n66 x Lumenbeam LBX (custom static blue and 4000K white, narrow flood 20˚ optics)\r\n61 x Lumenbeam LBX (custom static blue and 4000K white, narrow spot 10˚ optics)\r\n3 x Lumenbeam LBX (RGB, very narrow 6˚ optics)\r\n2 x Lumenbeam LBX (RGB, flood 40˚ optics)\r\n8 x Lumenbeam Large (RGB, narrow flood 20˚ optics)\r\n2 x Lumenbeam Large (RGB, narrow spot 10˚ optics)\r\n2 x Lumenbeam Large (3000K, narrow spot 10˚ optics)\r\n90 x Lumenbeam Medium (3000K, narrow spot 10˚ optics)\r\n6 x Lumenbeam Medium (RGB, narrow spot 10˚ optics)\r\n1 x Lumenbeam Medium (RGB, flood 40˚ optics)\r\n\r\nLighting Design: Ljusarkitektur\r\nPhotographer: Mikael Silkeberg\r\nPartner: Stockholm Lighting', 'https://www.lumenpulse.com/en/projects/12/are-ski-resort', 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_small.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Åre Ski Resort', 'Åre Ski Resort, Åre, Sweden', '2018-02-04 00:00:00'),
(53, 'LMP015', 0, 28, 'Space Shuttle Atlantis', 'Cape Canaveral, Florida, United States', 'Fisher Marantz Stone design team:\r\nCharles Stone, President\r\nZack Zanolli, Design Principal\r\nPaula Martinez-Nobles, Project Manager\r\n\r\nEquipment Specified\r\n2 x Lumenbeam XLarge DWH (40°)\r\n27 x Lumenbeam XLarge DWH (20°)\r\n11 x Lumenbeam XLarge DWH (10°)\r\n1 x Lumembeam XLarge (4000K, 6°)\r\n48 x Lumenbeam Large DWH (20°)\r\n10 x Lumenbeam Large DWH (10°)\r\n5 x Lumenbeam Large DWH (6°)\r\n48 x Lumenbeam Large (4000k, 10°)\r\n13 x Lumenbeam Large (4000K, 6°)\r\n43 x Lumenbeam Medium (4000K, 6°) \r\n25 x Lumenbeam Medium DWH (6°)\r\n66 x Lumenbeam Medium (4000K, 20°)\r\n18 x Lumenbeam Medium (4000K, 10°)\r\n68 x Lumenfacade Interior (4\', 4000K, 30 x 60)\r\n10 x Lumenfacade Interior (1\', 4000K, 30 x 60)\r\n62 x Lumenfacade (4\', 4000K, 10 x 60)\r\n2 x Lumenfacade Interior RGB (1\', 30 x 60)\r\n14 x Lumenfacade Interior RGB (2\', 30 X 60)\r\n1 x Lumenfacade Interior RGB (3\', 30 X 60)\r\n87 x Lumenfacade Interior RGB (4\', 30 X 60)\r\n40 x Lumenfacade Interior DWH (1\', 10 x 60)\r\n\r\nArchitect: PGAV Destinations\r\nPhotographer: Ben Cooper', 'https://www.lumenpulse.com/en/projects/92/space-shuttle-atlantis', 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_small.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Space Shuttle Atlantis', 'Space Shuttle Atlantis, Cape Canaveral, Florida, United States', '2018-02-04 00:00:00'),
(54, 'LMP016', 0, 28, 'College Montmorency', 'Laval, Quebec, Canada', 'The corridors of College Montmorency in Laval, Quebec are illuminated with Lumenbeam Large Pendants in a warm and comfortable colour temperature. A narrow 10-degree optic was chosen to provide distinctive accents of light on the floor, while a wider optic was used to provide a more general ambient light. The pendants were fitted with snoots to shield against any glare.\r\n\r\nEquipment specified\r\n\r\n7 x Lumenbeam Large Pendant (3000K, narrow spot 10° optic, 4\' stem, with snoot)\r\n13 x Lumenbeam Large Pendant (3000K, flood 40° optic, 4\' stem, with snoot)\r\n\r\nArchitect: Vincent Leclerc et Associés\r\nEngineer: Dessau', 'https://www.lumenpulse.com/en/projects/35/college-montmorency', 'LMP_College_Montmorency_Lumenbeam_LBLP_Color_Changing_small.jpg', 'Lumenpulse.College Montmorency.Lumenbeam LP Color Changing', 'College Montmorency', 'College Montmorency, Laval, Quebec, Canada', '2018-02-04 00:00:00'),
(55, 'LMP017', 0, 28, 'Duty-Free Boutiques - Montréal–Pierre Elliott Trudeau International Airport', 'Montreal, Quebec, Canada', 'The colour temperature (3500K) of all luminaires was easily matched to the temperature of other fixtures throughout the terminal. Different optics were used, depending on the luminaires\' task; the Multi3 spotlight retail displays, the Lumenline fixtures offer general lighting. while the Lumencove fixtures graze display backdrops.\r\n\r\nEQUIPMENT SPECIFIED \r\nDownlight Multi 3, 700lm, 3500K, 40° medium beam\r\nDownlight Multi 3, 2000lm, 3500K, 40° medium beam\r\nDownlight Multi 3, 1300lm, 3000K, Narrow 10° spot\r\nSpot Small, 2000lm, 3500K, 40° medium beam\r\nLumenline Recessed Direct\r\nLumenline Pendant Direct\r\n\r\nArchitect: PROVENCHER_ROY\r\nEngineer: Pageau Morel\r\nProject Management: AerRianta International (North America) Inc.\r\nPhotographer: Stéphane Brugger', 'http://www.lumenpulse.com/en/projects/198/duty-free-boutiques-montreal-pierre-elliott-trudeau-international-airport', 'LMP_Duty_Free_Boutiques_LAMC3_small.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Duty-Free Boutiques - Montréal–Pierre Elliott Trudeau International Airport', 'Duty-Free Boutiques - Montréal–Pierre Elliott Trudeau International Airport, Montreal, Quebec, Canada', '2018-02-04 00:00:00'),
(56, 'LMP018', 0, 27, 'BMW Rome', 'Rome, Italy', 'Lighting designer Piero Comparotto was brought in to develop a new, sustainable lighting scheme, which would reduce day-to-day operational costs and ensure a consistent level of performance.\r\nOpting for a warm 3000K colour temperature, Comparotto mounted the luminaires in linear lines throughout the showroom. A combination of different beam angles, sometimes within the same multi-head downlight, was then selected to create display contrasts and focal points. This multiple beam angle option also allowed the same style of luminaires to be used in all areas of the space, including the showroom and sales offices, maintaining a unified aesthetic.\r\n\r\nThe result is a high-performance, energy-efficient lighting design that is easy to operate and every bit as elegant as the BMW brand itself.\r\n\r\nEquipment specified:\r\n\r\n16 x Multi 1 (3000K, 80CRI, 40°)\r\n12 x Multi 1 (3000K, 80CRI, 60°)\r\n64 x Multi 2 (3000K, 80CRI, 40°)\r\n36 x Multi 2 (3000K, 80CRI, 60°)\r\n27 x Multi 3 (3000K, 80CRI, 60°)\r\n179 x Multi 3 (3000K, 80CRI, 40°/60°/40°)\r\n20 x Multi 3 (3000K, 80CRI, 20°/40°/20°)\r\n48 x Multi 4 (3000K, 80CRI, 40°)\r\n16 x Multi 4 (3000K, 80CRI, 60°)\r\n43 x Multi 4 (3000K, 80CRI, 40°)', 'http://www.lumenpulse.com/en/projects/117/bmw-rome', 'LMP_BMW_Rome_LAMC3_small.jpg', 'Lumenpulse.BMW Rome.LAMC3', 'BMW Rome', 'BMW Rome, Rome, Italy', '2018-02-04 00:00:00'),
(57, 'LMP019', 0, 28, 'Next, Rugby', 'Rugby, Warwickshire, United Kingdom', 'In an ongoing effort to improve efficiency and the customer experience, UK fashion retailers Next have turned their store in Rugby, Warwickshire, into a test bed for new lighting applications and technology. To accomplish this, the chain turned to Lumenpulse and Lumentalk technology.\r\n\r\n\"Next had been looking for ways to reduce energy consumption across its stores, and so the goal at the outlet in Rugby was to increase flexibility, allowing them to test and measure the effect of different dimming and control scenarios,\" said Simon Morrison Senior Vice-President Global Business EMEA at Lumenpulse.\r\n\r\nWith Lumentalk, Next, Rugby can individually dim and control over 500 Lumenpulse AlphaLED downlights and spotlights via DMX, over existing power lines.\r\n\r\nThis ability to test, and then fine-tune, different control strategies may end up having a transformative effect on the operation and appearance of the chain\'s stores across the UK, and this has not gone unnoticed: Next, Rugby has been named the Lux AwardsControls Project of the Year for 2015.\r\nEquipment Specified:\r\n\r\nLumentalk\r\nMulti 3 Downlight\r\nMulti 4 Downlight\r\nTrack Spot Large\r\n\r\nPhotographer: Ian Robinson', 'http://www.lumenpulse.com/en/projects/144/next-rugby', 'LMP_Next_Rugby_LAMC_small.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Next, Rugby', 'Next, Rugby, Rugby, Warwickshire, United Kingdom', '2018-02-04 00:00:00'),
(58, 'LMP020', 0, 28, 'Birks Laval', 'Laval, Quebec, Canada', 'Birks is Canada\'s first jewellery chain in Canada, with the opening of its Square Philips flagship store in 1879. In order to better illuminate the jewels from its Carrefour Laval store, the Canadian company partnered with the design and architect firm Ædifica, which then collaborated with Lumenpulse, with whom it has been working for years.\r\n\r\n\'\'The main lighting challenges consisted in using judiciously the lighting sources and the light colours to illuminate the jewels at their best, and also to insure an optimal positioning of the lighting (angles, distance, etc.) to favour the products\' shimmering effects,\'\' says Boutin.\r\n\r\nTo achieve this, the firm chose a mix of Multi 1, Multi 2 and Multi 3 Downlights in 3000K and 3500K. Installed on the ceiling throughout the store, the luminaires illuminate displays case, while also providing bright general lighting. Spot Small luminaires were then installed in the black niche above the centre of the boutique. Fully adjustable, the luminaires increases the store\'s flexibility, allowing it to change or enhance display lighting, as needed.\r\n\r\nEquipment specified:\r\n\r\n46 x Spot Small (3000K, CRI 80+)\r\n11 x Lumencove Nano (1\', 3000K, CRI 80+)\r\n4 x Lumencove Nano (4\', 3000K, CRI 80+)\r\n46 x Downlight Multi 1 (3000K, CRI 80+)\r\n1 x Downlight Multi 1 (3500K, CRI 80+)\r\n36 x Downlight Multi 2 (3000K, CRI 80+)\r\n2 x Downlight Multi 2 (3500K, CRI 80+)\r\n6 x Downlight Multi 3 (3000K, CRI 80+)\r\n1 x Downlight Clear Small (3500K, CRI 80+)\r\n\r\nLighting Design: Ædifica\r\nPhotographer: Sebastien Racicot', 'http://www.lumenpulse.com/en/projects/163/birks-laval', 'LMP_Birks_Laval_LAMC3_small.jpg', 'Lumenpulse.Birks Laval.LAMC3', 'Birks Laval', 'Birks Laval, Laval, Quebec, Canada', '2018-02-04 00:00:00'),
(59, 'LMP021', 0, 28, 'XXXXX Jolly\'s House of Fraser', 'Bath, United Kingdom', 'HoF used downlights at 3000K, illuminating the central walkways and displays with warm white light. The luminaires use a high colour rendering option of 98 to bring out the vibrancy and colours of the makeup counters, ensuring customers get an accurate (and flattering) perspective. The luminaires also provide an additional benefit: they use significantly less energy, reducing the overall cost of operation.\r\n\r\nEquipment specified:\r\n\r\n67 x Multi 1 Downlight (3000K, 98CRI, 40°)', 'http://www.lumenpulse.com/en/projects/119/jollys-house-of-fraser', 'LMP_Jollys_House_Fraser_LAMC1_small.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Jolly\'s House of Fraser', 'Jolly\'s House of Fraser, Bath, United Kingdom', '2018-02-06 00:00:00'),
(60, 'LMP022', 0, 28, 'XXXXX BMO Capital Markets', 'Montreal, Quebec, Canada', 'Equipment Specified:\r\n\r\n1 x Lumenline Recessed (12\', 3500K)\r\n6 x Lumenline Recessed (3500K)\r\n6 x Lumenline Recessed TBAR (14\', 3500K)\r\n25 x Lumenline Recessed TBAR (4\', 3500K)\r\n2 x Lumenline Recessed (6\', 3500K)\r\n1 x Lumenline Recessed (8\', 3500K)\r\n2 x Lumenline Recessed (12\', 3500K)\r\n3 x Lumenline Pendant (16\', 3500K) \r\n2 x Lumenline Pendant (20\', 3500K)\r\n2 x Lumenline Pendant (9\', 3500K)\r\n2 x Lumenline Pendant (23\', 3500K)\r\n7 x Multi 1 Downlight (60, 3500K)\r\n25 x Lumencove 2.0 (4\', 3500k)', 'http://www.lumenpulse.com/en/projects/149/bmo-capital-markets', 'LMP_BMO_Capital_Markets_LAMC1_small.JPG', 'Lumenpulse.BMO Capital Markets.LAMC1', 'BMO Capital Markets', 'BMO Capital Markets, Montreal, Quebec, Canada', '2018-02-06 00:00:00'),
(61, 'ERC001', 0, 62, 'Danubiana Meulensteen Art Museum', 'Bratislava, Slovakia', 'Architecture: Jan Kukula with Atelier 008, Bratislava. Photographer: Dirk Vogel, Dortmund.', 'http://www.erco.com/products/indoor/swf-3circuit/pantrac-5733/en_us/', '', '', 'LEDELUM. PROJECTS LIBRARY. Danubiana Meulensteen Art Museum', 'Project Danubiana Meulensteen Art Museum is located in Bratislava, Slovakia.', '2018-02-22 00:00:00'),
(62, 'ERC002', 0, 62, 'City Hall', 'Florence, Italy', 'City Hall, Florence. Photographer: Dirk Vogel, Dortmund.', 'http://www.erco.com/products/indoor/swf-3circuit/pantrac-5733/en_us/', '', '', 'LEDELUM. PROJECTS LIBRARY. City Hall', 'Project City Hallis located in Florence, Italy. discover lighting design solutions and luminaires types specified in the project.', '2018-02-22 00:00:00'),
(63, 'DLT001', 0, 64, 'Other Criteria', 'New York (US)', 'Other Criteria, the arts-based publishing company founded by Damien Hirst, announced the opening of its first retail location in the United States on May 6th 2014. Located at 458 Broome Street in New York’s SoHo, the store will carry the full array of products found in the brand’s stores in the United Kingdom, including original prints, editions, books, jewelry, and artist designed items, including rugs, wallpaper and vases.\r\n\r\nDelta Light’s Supernova – a range of large size luminaires – were used for general lighting and an eye catcher on the ground floor level of the store. Working around ducts and services, an intricate pattern of suspended dimmable track lights was used throughout the store. Delta Light’s circular Supernova XS was used for general lighting and Ultra Twin point source luminaires for a directed light effect. These high-efficient LED luminaires offer maximum flexibility in movement; enabling the store management to adapt the lighting at any time to match the changing needs of the use of the store. \r\n\r\nArchitect\r\nMichel Schranz Design & Architecture Ltd.\r\n\r\n\r\nContractor\r\nTeamCIS', 'https://www.deltalight.us/en/inspiration/all-projects/project/other-criteria-new-york-us-2726', 'Delta-Light-Other-Criteria_small.jpg', 'Other Criteria', 'LEDELUM. PROJECTS LIBRARY. Other Criteria', 'Project Other Criteria is located in New York, USA. Discover lighting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(64, 'DLT002', 0, 64, 'Designspace', 'London, GB', 'This showroom is a dramatic 4000 sq ft space in which DesignSpace London have created fifteen realistic living spaces, showcasing inspirational kitchen, bathroom and living concepts. The displays feature many new products never seen before in the UK including the latest in ‘technical’ materials and developments.\r\n\r\nDelta Light worked closely with the showroom designers to create a subtle lighting system that showcases their products to their best. We used a selection of lighting products including our Supernova XS Pivot, Boxy, Spy and B-Liner suspended profile. In the main room sets we used a track lighting system with You Turn Opto 360° rotating system to fully accommodate the demands of a changing showroom.', 'https://www.deltalight.us/en/inspiration/all-projects/project/designspace-london-gb-2917', 'Delta-Light-Designspace_small.jpg', 'Designspace', 'LEDELUM. PROJECTS LIBRARY. Designspace', 'Project Designspace is located in London, GB. Discover lighting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(65, 'TRX018', 0, 27, 'Chevy Chase Pavilion', 'Washington, D.C., USA', 'Located in the Friendship Heights neighborhood of Washington D.C., the newly renovated Chevy Chase Pavilion features a large, attention-grabbing media wall in the atrium of the upscale shopping mall. The investor representing ownership, Clarion Partners, recently embarked on a $32 million repositioning plan with the architectural firm Streetsense to rejuvenate the mall, attract high-end retailers and position it as the go-to retail and dining destination in the region. Comprised of Traxon 16PXL Boards and 4PXL add-on Boards behind 3Form material, the three-story media wall not only displays color-changing effects, but tells a narrative through videobased content, imagery, and abstract effects. The installation became three dimensional through the addition of 16PXL Boards to the sides of the main escalators situated directly in front of the wall. Opposite of the escalators and wall is a staircase where the edge of each stair riser is smoothly illuminated by Traxon’s 1PXL Strip. The floor edges of the atrium are lined with 1PXL Strip RGB designed to encircle customers and draw attention to the main wall by creating coordinated linear effects. Controlled by e:cue’s Butler, Video Micro Converter, Lighting Control Engine (LCE), and LCE-fx, the wall and escalators work in tandem, tying together the entire atrium space. Traxon worked closely with the architect, Streetsense, and programmer/installer, idesign, to overcome the challenges of designing and installing a large-scale project of this nature. The result is an exciting, lively and modern shopping and dining environment that sets the Chevy Chase Pavilion apart from other shopping malls.\r\n\r\nProgrammer: idesign, LLC\r\nGeneral Contractor: Hitt Construction\r\nLighting Designer: MCLA Architectural Lighting Design\r\nClient: Clarion Partners	 	\r\nArchitect: Streetsense', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14236/Chevy%20Chase%20Pavilion%20%E2%80%93%20Washington,%20D.C.,%20USA', 'Traxon-Chevy-Chase-Pavilion_small.jpg', 'Chevy Chase Pavilion', 'LEDELUM. PROJECTS LIBRARY. Chevy Chase Pavilion', 'Project Chevy Chase Pavilion is located in Washington, D.C., USA. Discover lighting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(66, 'TRX019', 0, 27, 'Norwegian Cruise Line', 'Papenburg, Germany', 'Lighting on a cruise ship calls for something striking, elegant, and luxurious, yet at the same time robust and energy-efficient. With the help of OSRAM‘s energy efficient LED technology, two of Norwegian Cruise Line (NCL)’s newest ships – “Getaway” and the award-winning “Breakaway” – are able to achieve the design vision, while reducing ship operators’ energy costs by up to 18%. With this target in mind, the Meyer Werft shipbuilders installed about 17 kilometers of flexible LED modules and other luminaires, ranging between 60,000 and 80,000 lights per ship, from simple spotlights to chandeliers and disco lighting. OSRAM worked closely with shipbuilders to offer a wide range of energy-efficient lighting solutions—from lamps and ballasts to flexible LED systems and LED luminaires, down to intelligent dynamic lighting and control solutions from our subsidiary Traxon Technologies and its control brand, e:cue. Additionally, the solution needed to meet the high standards required when it comes to fire safety and the saltwater resistance of the luminaires, without compromising the design intent. After successfully tackling the complex task of constructing a cross between luxury hotel and ocean liner, OSRAM is working alongside Meyer Werft with other partners on further projects.\r\n\r\nLighting Design General Illumination: Project International, London\r\nLighting Design Entertainment Area: FUNA\r\nHead of OSRAM Marine Lighting: Andreas Bär\r\nProject Manager Getaway: Stephan Schmees', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14255/Norwegian%20Cruise%20Line%20%E2%80%93%20Papenburg,%20Germany', 'Traxon-Norwegian-Cruise-Line_small.jpg', 'Norwegian Cruise Line', 'LEDELUM. PROJECTS LIBRARY. Norwegian Cruise Line', 'Project Norwegian Cruise Line is located in Papenburg, Germany. Discover lighting design and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(67, 'TRX020', 0, 27, 'PCK refinery', 'Schwedt, Germany', 'The new control center at the PCK refinery in Schwedt is housed in an explosion-proof and therefore windowless building. In cooperation with the Fraunhofer Institute for Industrial Engineering (IAO), Lichtvision Design and LightLife, the company responsible for design planning and implementation, a lighting concept was developed that creates a pleasant working atmosphere for the employees even without daylight. Innovative LED modules and lighting control from Traxon and e:cue play a major part.\r\n\r\nTogether with the Fraunhofer Institute the values were matched to one another according to the latest scientific findings to ensure optimum conditions for a 24-hour shift operation. In addition to cloudy skies, there are airplanes and birds flying across the light ceiling every now and then, and shift changes are accompanied by colorful mood lighting.\r\n \r\nThe 108 square meter video light ceiling comprises a total of 1,724 Traxon 16 PXL Board RGB LED modules. Eight e:cue Video Micro Converters (VMCs) convert the digital video signals to e:pix control signals.\r\n\r\nLighting Designer: Lichtvision Design\r\nInstaller: LightLife', 'http://www3.traxontechnologies.com/us/showcase/showcase_details/14361/PCK%20refinery%20-%20Schwedt,%20Germany', 'Traxon-PCK-refinery_small.jpg', 'PCK refinery', 'LEDELUM. PROJECTS LIBRARY. PCK refinery', 'Project PCK refinery is located in Schwedt, Germany. Discover ligting design solutions and luminaires types specified in the project.', '2018-02-25 00:00:00'),
(68, 'IGZ001', 0, 65, 'Castellana 77', 'Madrid, Spain', 'Azca is Madrid’s business district, and for almost forty years, the tower that stands at number 77 Paseo de La Castellana has marked its centre. Built in the 1970s, the tower was originally known as the Ederra Tower or the Saint Gobain building. For years, then, it has stood contemplating the passing of time and being marked by time in a process that gradually aged its facade, depriving it of the kind of interaction with its urban context that every building should enjoy.\r\n\r\nNow, its recent acquisition by the Gmp property group and the refurbishment carried out by the Luis Vidal + Arquitectos studio has made the tower a new Azca icon, thanks mainly to the management of its energy impact that is so efficient the complex has even been awarded prestigious LEED Gold certification.\r\n\r\nLight and identity are the two main concepts on which the design is based, as the architectural studio is firmly convinced that only a powerful identity can make what is visible invisible. The first goal defined was that of taming sunlight and exploiting it to create an image that would express a clear identity during both the day and night. Light is a source of both energy and heat. The issue of heat has been resolved by adding a series of ETFE blade-like strips to the facade, which allow light to pass, but not heat. The strips were positioned after careful research into the exposure of different kinds of facade to sunlight. The result is a series of waves with specific curves and consequently specific areas of shade, in order to guarantee protection, energy savings and visual comfort.\r\n\r\nKilometres of RGB Underscore InOut light lines, using DALI protocol, have been installed along these ETFE strips to create changes in colour, tone and movement that light up the building and turn it into a landmark on the nocturnal skyline. So, it has become a building that literally changes through light.\r\n\r\nClient:\r\nGmp Group\r\nArchitectural project:\r\nVidal y asociados\r\nEngineering:\r\nVectoria', 'https://www.iguzzini.com/us/projects/project-gallery/castellana-77/', 'iGuzzini-Castellana-77_small.jpg', 'iGuzzini Castellana 77', 'Castellana 77, Madrid, Spain', 'Project Castellana 77 is located in Madrid, Spain. Discover lighting design and luminaires types specified in the project.', '2018-03-13 00:00:00'),
(69, 'IGZ002', 0, 65, 'The Scrovegni Chapel', 'Padua, Italy', 'The Scrovegni Chapel in Padua is an absolute masterpiece of medieval art. Currently a candidate for a place in the UNESCO List of World Heritage sites, the chapel’s interiors host Giotto’s most complete cycle of frescoes. \r\n\r\nThe desire to improve both the visitor’s experience of Giotto’s masterpiece and the management of the previous lighting system has encouraged the ISCR (Higher Institute of Conservation and Restoration) and iGuzzini to develop an innovative lighting system and implement a groundbreaking application of smart lighting to art heritage. The project, conducted in close collaboration with the Photometry Division of the Higher Institute of Conservation and Restoration and supervised by the Interdisciplinary Scientific Commission for the Conservation and Management of the Scrovegni Chapel, has generated a continuous relationship with the Chapel. iGuzzini has also committed to suggesting eventual improvements in the years to come as advances in technology bring about new solutions.\r\n\r\nThe new IoT lighting system is a “restoration of perception” project that combines LED luminaires, environment sensors and internet protocol software to light the fourteenth century fresco cycle. The installation of Palco COB and Laser Blade luminaires offer a high colour rendering index and a design that blends perfectly with the chapel’s architectural features, as well as immediately guaranteeing a better perception of the frescoes’ colours, especially in terms of the warm tones (yellow-orange-red), which enhance the gold leaf used in the haloes and other features. The system also brings immediate improvements to the already optimal conservation conditions of the painting cycles by zeroing UV and IR emissions to avoid any risk of damage, and achieves energy savings that are 60% more than the previous system. Using products with Tunable White technology that enables white light tones to be adjusted dynamically as the intensity of natural light varies, means that in a second phase, visitors will be able to see these frescoes more clearly no matter what time of day it is. In an initial phase, sensors designed specifically for the Chapel will measure the variations in natural light. Then, once this data has been processed, a dynamic smart lighting system will be installed that will use a specific and highly advanced algorithm to adapt the artificial light to any changes in environmental conditions. This will benefit both the visual experience and the conservation of the paintings, as the artificial light will interact dynamically with the natural light and automatically adjust the colour temperature and intensity to constantly achieve values that offer the best possible viewing conditions.\r\n\r\nThe system operates on an internet protocol developed for sensor nodes and compatible with the worldwide web. So, each sensor node can be reached remotely to view the data measured or to change the settings for a more emotional, true and immersive experience of the magical colours of Giotto’s art.\r\n\r\nClient:\r\nMunicipality of Padua\r\nLighting project:\r\nISCR, with the technical collaboration of iGuzzini\r\nScientific commission:\r\nInterdisciplinary Scientific Commission for the Conservation and Management of the Scrovegni Chapel\r\nPhotographer:\r\nCristian Fattinnanzi', 'https://www.iguzzini.com/us/projects/project-gallery/the-scrovegni-chapel/', 'iGuzzini-The-Scrovegni-Chapel_small.jpg', 'iGuzzini. The Scrovegni Chapel', 'The Scrovegni Chapel, Padua, Italy', 'Project The Scrovegni Chapel is located in Padua, Italy. Discover lighting design and luminaires types specified in the project.', '2018-03-13 00:00:00'),
(70, 'IGZ003', 0, 65, 'St. Pierre Cathedral', 'Geneva, Switzerland', 'With its imposing Gothic-Romanesque style and Neoclassic façade added in 1750, the St. Pierre Cathedral, in the historic centre of Geneva, is one of the symbols of the Protestant Reformation. \r\n\r\nIn 2010, the Clefs St. Pierre Foundation entrusted the Ruffieux Chehab Associes studio and Piero Castiglioni with the design of a new indoor and outdoor lighting system for the cathedral. The definitive design was installed in 2017 and its integration with the cathedral’s architecture was conducted in collaboration with the architect, Tiziano Borghini, and his Geneva-based studio, GM Architectes Associés, that was responsible for the cathedral’s restoration.\r\n\r\nHaving been stripped of all decoration during the Reformation, the cathedral’s interior is bare, austere and distinguished mainly by the bold rhythm of its pillars. During the day, sunlight filters in through high, stained-glass windows that create a soft, even, diffuse light that is naturally dynamic and changes colour and quality according to the time of day and year. The artificial lighting respects the building’s architecture and atmosphere by using low level, high contrast lighting with a colour temperature of 3000 K. The form of the large circular chandeliers that previously hung midway between the ceiling and floor in the central nave and side aisles was also kept. This old-fashioned style of lighting was maintained for its aesthetics, but the materials and lamps were updated and are now operated by a modern control system.\r\n\r\nIn line with a design by Piero Castiglioni, iGuzzini created a special, wheel-shaped Cestello luminaire in three different diameters: 3 metres for the large version, 2 metres for the medium version and 1.5 metres for the small one. At night, these pendant fixtures generate the same kind of diffuse, homogeneous illumination the building enjoys during the daytime. The direct emission of these special luminaires is also combined with indirect lighting from linear, 15 and 18 mm-width Underscore luminaires, mounted on profiles and tilted by means of a small bracket made specifically by iGuzzini for this project.\r\n\r\nThis fitting allowed the Underscore light lines to be installed in a slightly set-back position at the same height as the upper string-course that indicates the structure of the vaulting. This meant that the luminaires did not have to be mounted directly on the string-course, which is extremely fragile and could have been damaged during installation. To illuminate certain important areas in the cathedral, like the altar and parts of the apse, accent lighting was created using wall-mounted Cestello luminaires and small version iPro spotlights, sometimes grouped into units of 3, 4 or 6. The mounting brackets for these spotlights were also specially designed, this time to minimize the number of drill holes in the stone.\r\n\r\nClient:\r\nClefs St. Pierre Foundation\r\nArchitectural project:\r\nGM Architectes Associes - Tiziano Borghini\r\nLighting project:\r\nRuffieux – Chehab Architectes & Piero Castiglioni\r\nPhotographer:\r\nDaniele Lupini', 'https://www.iguzzini.com/us/projects/project-gallery/st-pierre-cathedral/', 'iGuzzini-St-Pierre-Cathedral_small.jpg', 'iGuzzini. St. Pierre Cathedral', 'St. Pierre Cathedral, Geneva, Switzerland', 'Project St. Pierre Cathedral is located in Geneva, Switzerland. Discover lighting design and luminaires types specified in the project.', '2018-03-14 00:00:00'),
(71, 'IGZ004', 0, 65, 'The Iso Omena shopping centre', 'Espoo, Finland', 'Iso Omena (Finnish for “big apple”) is a pleasant shopping centre full of services and more than 180 stores focused on fashion, leisure and wellness, as well as the classic supermarket. The centre is part of the Citycon group, which builds and manages urban shopping centres in Northern Europe and the Baltic. It is the market leader in Finland, and amongst the market leaders in Norway, Sweden and Estonia. Citycon shopping centres are located in strategic points, with good connections to public transport, healthcare facilities and municipal services. The same Iso Omena is rapidly becoming the centre of the city and home to social and healthcare offices on the third floor. Functional and enjoyable, the design of the centre features white as the dominant colour and glass walls that maintain a constant relationship with outside, especially through the large skylight in the central area, above the square which is the meeting and relaxation point.\r\n\r\nThe artificial lighting is based on two luminaires: Laser Blade, positioned at irregular intervals in the false ceilings along the corridors that the shops open onto to create a feeling of movement and the pole top system Albero, which stands out in the central square, installed in the benches area, almost recalling the idea of a pleasant stop in the open air.\r\n\r\nClient:\r\nCitycon Oyj\r\nArchitectural project:\r\nHKP Arkkitehti Tolmisto\r\nLighting Designer:\r\nGranlund Oyj\r\nPhotographer:\r\nMikael Linden', 'https://www.iguzzini.com/projects/project-gallery/the-iso-omena-shopping-centre/', 'iGuzzini-Iso-Omena-shopping-centre_small.jpg', 'iGuzzini. The Iso Omena shopping centre', 'The Iso Omena shopping centre, Espoo, Finland', 'Project The Iso Omena shopping centre is located in Espoo, Finland. Discover lighting design and luminaires types specified in the project.', '2018-03-14 00:00:00'),
(72, 'TRG001', 0, 66, 'Boston Consulting Group', 'Los Angeles, CA', 'The lighting design for this business consulting firm was awarded an Lumen Award of Excellence for Interior Lighting Design.  Oculus Light Studio’s core beliefs of “partnership and transformation by integrating lighting within the architecture to transform it into a sustainable, enjoyable, and open environment” helped to secure this award of distinction from the IESNA.\r\n\r\n“The concept combines architectural lighting in the form of recessed linears, downlights and pendants, together with large decorative luminaires that support the scale of the space, all on individual controls with special daylight sensors. ” – Oculus Light Studio.\r\n\r\nArchitectural elements such as the RGB programmable skylight and stairways with concealed LED strip-lights are striking focal features that were provided by Targetti – DuraTape RGB product.\r\n\r\nProject Details\r\nLighting Design Oculus Light Studio – Designer: Carol Prendergast\r\nArchitect: Shubin & Donaldson\r\nPhotos: ©Benny Chan/Fotoworks\r\nAwards: 2017 Lumen West – Award of Excellence – Interior Design', 'http://targettiusa.net/project/boston-consulting-group/', 'Targetti-Boston-Consulting-Group_small.jpg', 'Targetti Boston Consulting Group', 'Boston Consulting Group, Los Angeles, CA', 'Project Boston Consulting Group is located in Los Angeles, CA. Discover lighting design and luminaires types specified in the project.', '2018-03-20 00:00:00');
INSERT INTO `project_gallery` (`pr_gallery_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(73, 'TRG002', 0, 66, 'Wynn Palace Resort Hotel', 'Cotai, Macau', 'The Wynn Palace is a magnificent, floral-themed luxury hotel and casino resort located in Cotai, Macau and has been honored as the “Best Luxury Hotel” in Macau by the Annual China Travel Awards. The resort is Steve Wynn’s latest masterpiece and is set in a commanding position in Cotai, Macau’s bustling new tourist hub. The vision and aspiration of Mr. Wynn was to create a new masterpiece that would help launch a new era of prosperity for Macau and attract more international tourists to the city. Wynn Palace is cited by Steve Wynn himself as “arguably the most beautiful hotel in the world.”\r\n\r\nThe USD $4.2 billion resort took six and a half years to design and build and offers 1,706 exquisitely furnished rooms, suites and villas with numerous personal touches overseen by Steve Wynn. The spa is the largest in Macau and features 22 treatment rooms and the resort’s pool and pool-side restaurant overlook the Performance Lake. The Wynn Palace Esplanade is 18,580 square meters of luxury shopping and is home to more than 50 of the most renowned names in retail.\r\n\r\nTargetti worked closely with Wynn Design & Development to provide the ideal accent lighting solutions they needed in the resort restaurants, spa, main casino, junkets, and in a variety of the guest accommodations. The lighting design team focused on utilizing the custom color capabilities and flexibility of Targetti and Duralamp’s multiple LED solutions to deliver, not only consistent lighting and color temperatures throughout each setting, but to also accommodate unique custom lighting that the opulent resort setting required.\r\n\r\nProject Details\r\nWynn Design & Development\r\n\r\nPhotos: Roger Davis, Barbara Kraft', 'http://targettiusa.net/project/wynn-palace-resort-hotel/', 'Targetti-Wynn-Palace-Resort-Hotel_small.jpg', 'Targetti Wynn Palace Resort Hotel', 'Wynn Palace Resort Hotel, Cotai, Macau', 'Project Wynn Palace Resort Hotel is located in Cotai, Macau. Discover lighting design and luminaires types specified in the project.', '2018-03-20 00:00:00'),
(74, 'TRG003', 0, 66, 'Lugano Diamond Retail Salon', 'Aspen, Colorado', 'The Newport Beach based, LuganoDiamonds has opened its third fine jewelry store, adjacent to one of the world’s most celebrated boutique hotels—The Little Nell in Aspen, Colo. The retailer opened this sleek, thoughtfully designed atelier, the Lugano Diamonds Salon, at The Residences at The Little Nell resort in June. 2017.\r\n\r\nThe welcoming space features muted blue-gray colors, polished wood floors, nods to Aspen’s luxe mountain culture—including a stylized mannequin holding a set of white skis.  Lighting throughout the salon was crafted by First Circle Design and features extensive use of CCTLed Architectural Mini Series and DuraTape cove lighting for accents throughout the space.  The shop offers a bevy of big-ticket gemstone jewelry, created by Lugano Diamonds, for affluent Aspen locals and tourists.\r\n\r\nProject Details\r\nLighting Design First Circle Design\r\n\r\nLocation: Aspen, Colorado\r\n\r\nPhotos: ©Michael Hefferon', 'http://targettiusa.net/project/lugano-diamond-project-aspen/', 'Targetti-Lugano-Diamond-Project_small.jpg', 'Targetti Lugano Diamond Retail Salon', 'Lugano Diamond Retail Salon, Aspen, Colorado', 'Project Lugano Diamond Retail Salon is located in Aspen, Colorado. Discover lighting design and luminaires types specified in the project.', '2018-03-20 00:00:00'),
(75, 'USA001', 0, 67, 'National Museum of African American History & Culture', 'Washington, D.C., USA', 'The National Museum of African American History and Culture is the only national museum devoted exclusively to the documentation of African American life, history, and culture. It was established by Act of Congress in 2003, following decades of efforts to promote and highlight the contributions of African Americans. To date, the Museum has collected more than 36,000 artifacts and nearly 100,000 individuals have become members. The Museum opened to the public as the 19th and newest museum of the Smithsonian Institution.\r\n\r\nProducts Used:\r\n\r\nBeveLED 2.1 Classic\r\nBeveLED Mini Classic\r\n\r\nLighting Designer: Fisher Marantz Stone\r\nPhotographer: Alan Karchmer/NMAAHC', 'http://www.usailighting.com/national-museum-of-african-american-history-culture-led-downlights', 'USAI-National-Museum-of-African-American-History-&-Culture_small.jpg', 'USAI. National Museum of African American History & Culture', 'National Museum of African American History & Culture, Washington, D.C., USA', 'Project National Museum of African American History & Culture is located in Washington, D.C., USA. Discover lighting design and luminaires types specified in the project.', '2018-03-21 00:00:00'),
(76, 'USA002', 0, 67, 'Museum of the Bible', 'Washington, D.C., USA', 'Museum of the Bible aims to be among the most technologically advanced and engaging museums in the world. Showcasing rare artifacts spanning 3,500 years of history, the museum offers visitors an immersive and personalized experience with the Bible, and its ongoing impact on the world around us.\r\n\r\nDedicated to one of the world’s oldest texts, the 8-level, 430,000-square-foot new museum in Southwest Washington, D.C. is resolutely modern, incorporating striking architectural forms and cutting-edge technologies. The finished project is a built equivalent of a manuscript that bears traces of several versions of text added and erased over time.\r\n\r\nArchitect: SmithGroupJJR \r\nPhotograph: Alex Fradkin Photography\r\n\r\nProducts used:\r\n\r\nBeveLED 2.1 Classic\r\nBeveLED Basic\r\nBeveLED Mini Classic\r\nNanoLED NXT Classic', 'http://www.usailighting.com/museum-of-the-bible-recessed-led-ceiling-lights', 'USAI-Museum-of-the-Bible_small.jpg', 'USAI. Museum of the Bible', 'Museum of the Bible, Washington, D.C., USA', 'Project Museum of the Bible is located in Washington, D.C., USA. Discover lighting design and luminaires types specified in the project.', '2018-03-21 00:00:00'),
(77, 'USA003', 0, 67, 'The Bridge at Cornell Tech', 'New York (US)', 'The Bridge is designed to leverage the resources of a major university with the world\'s leading technology-focused companies. The seven-story building, developed by Forest City New York, supports Cornell Tech\'s efforts to fuse entrepreneurial and academic ambitions on its new Roosevelt Island campus in New York City.\r\n\r\nOne-third of the 235,000-square-foot building hosts Cornell Tech studios, labs, classrooms, and event spaces, while the upper levels are dedicated to a mix of technology-focused companies and start-ups. All of the occupants share central, light-filled circulation spaces with panoramic skyline views and lounges that encourage social interaction and collaboration. The building\'s cantilevered southwest and northeast wings shelter outdoor social spaces that animate the ground floor retail spaces and entry terrace. \r\n\r\nLighting Designer: Renfro Design Group\r\nArchitect: Weiss | Manfredi\r\nPhotograph: © Albert Vecerka / Esto\r\n\r\nProducts Used:\r\n\r\nBeveLED 2.1 Classic\r\nBeveLED 2.1 Double Classic\r\nBeveLED Mini Classic', 'http://www.usailighting.com/the-bridge-at-cornell-tech-beveled-downlights', 'USAI-The-Bridge-at-Cornell-Tech_small.jpg', 'USAI. The Bridge at Cornell Tech', 'The Bridge at Cornell Tech, New York, USA', 'Project The Bridge at Cornell Tech is located in New York, USA. Discover lighting design and luminaires types specified in the project.', '2018-03-21 00:00:00'),
(78, 'WEF001', 0, 68, 'Valentine Place', 'London, UK', 'Outdoor lighting enhances ambience at Valentine Place\r\nThe location is perfect – in the heart of London, just a few minutes from Waterloo station and equally close to South Bank, the cultural district on the south bank of the Thames. This is where property developer Crest Nicholson realised the high-quality Valentine Place residential project. \r\n\r\nBehind the thoroughly renovated facades of an Edwardian flour mill and bakery are residential units in completely different formats. They range from apartments to penthouses and mews houses – a type of house from the 18th and 19th century that originally combined stables on the ground floor with servants’ quarters above them, and have now been transposed to modern living.\r\n\r\nA further reference to urban planning in historic London can also be found at Valentine Place. Similar to the terraced houses that were built in the West End from the 18th century onwards around the typical London squares, the residential units at Valentine Place are built around an open space. The design incorporates a park with lawns, trees, hedges, small terraces, benches and paved walkways.\r\n\r\nNumerous luminaires from WE-EF create a quiet and relaxed atmosphere in this hidden green oasis. Street and area lighting luminaires, bollards, wall luminaires and inground luminaires provide balanced general lighting, create good visibility and safety on the paths and emphasise features. CTY150 LED-FT bollards line the walkways through the residential development. The CAD-optimised, indirect optics of these luminaires, which are at least a metre in height, direct the light precisely to the circulation areas and reliably protect pedestrians from unnecessary glare. A CFT540 street and area lighting luminaire, which has been installed in the middle of the courtyard, is the 42 W version with 36 LEDs and 4,842 lumen. The lens type selected for this project [R] produces rectangular distribution befitting the layout of the park, and provides appropriate basic lighting for the whole area.\r\n\r\nETC130-GB inground luminaires installed in selected places are an additional design feature. The gimbal-mounted ETC130 versions are precisely directed at special trees and plants in the courtyard.  \r\n\r\nThe Valentine Place apartments feature high-quality technology and exquisite design. Residents will also find a high-class ambience outside their homes. This applies both to the attractive landscaping and the luminaires designed by WE-EF – they harmonise extremely well with the architecture of the residential units, which is also in keeping with the style of the historic bakery and the old warehouses along the River Thames.', 'http://www.we-ef.com/#!/int/project/valentine-place-uk', 'We-ef-Valentine-Place_small.jpg', 'We-ef Lighting Valentine Place', 'Valentine Place, London, UK', 'Project Valentine Place is located in London, UK. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(79, 'WEF002', 0, 68, 'Ringwood Station', 'Australia', 'Lighting key to new-look Ringwood transport interchange\r\nWE-EF products have played a vital role in delivering a modern and vibrant redevelopment of the railway station and bus interchange in the Ringwood suburb of Melbourne, Victoria. \r\n\r\nLocated 23 km east of Melbourne\'s central business district, Ringwood is undergoing a transformation. Aside from the multi-million dollar expansion of the Eastland Shopping Centre, new community facilities coming to the area, including  new council library and cultural centre. The new rail/bus interchange links to the Town Square for easier commutes and the new shopping centre is expected to attract shoppers from across the region, encouraging growth and further investment.\r\n\r\nIn January Vic Roads, on behalf of Public Transport Victoria, completed the redevelopment of Ringwood train station, featuring a seamless bus interchange with new and improved facilities. Arup (Melbourne office) was the appointed consultant and design engineering firm in the A$ 66 million upgrade.\r\n\r\nThe WE-EF VFL500 LED street and area luminaire series was selected by the engineers to illuminate the station’s public activity areas, and was supplied by WE-EF sales partner Buckford Illumination Group.\r\n\r\nThe small VFL520, 12 W with [S60] \'side throw\' distribution, has been used to provide illumination for general pedestrian movement. The VFL530 has been cleverly used in different wattages and beam distributions – from an [A60] \'forward throw\' lens to the [S70] \'side throw\' lens – to achieve the recommended lighting levels over ramps and other connecting elements in the space. The larger version in the series, the VFL540, 84 W, has been used with the [S70] \'side throw\' distribution to illuminate the street footpath along the Maroondah Highway. The engineers chose the WE-EF VFL500 LED luminaire series because it offers a wide range of options that allow the designer to combine different lumen packages with a flexible optical system that ensures precision light distribution and uniform illuminance in every outdoor lighting application. In additional, the full cut-off design of the VFL500 luminaire provides critical glare-controlled illumination for pedestrians and especially for motorists along the road.\r\n\r\nDarren Bucknall, Director at Buckford Illumination Group, WE-EF\'s partner, said: “WE-EF products are well-known in the industry for their quality, durability and excellent performance”. He explained that the integration of LED technology into most of the WE-EF product range, and the development of new optics to improve lighting management, have produced more efficient and effective lighting tools to cater to the needs of lighting designers and engineers. “The VFL500 is a good example,” he noted. “The all-rounder outdoor luminaire features different light distributions – from a forward to a side throw beam distribution – and a series of lumen packages to suit a broad range of outdoor lighting applications.”\r\n\r\nOverall, WE-EF\'s expertise in exterior lighting has been integral in creating a safer, more accessible and visually attractive environment for the 5,000 customers that use the station on any given weekday.', 'http://www.we-ef.com/#!/int/project/we-ef-project-201707-ringwood-aus', 'We-ef-Ringwood-Station_small.jpg', 'We-ef Lighting Ringwood Station', 'Ringwood Station, Australia', 'Project Ringwood Station is located in Australia. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(80, 'WEF003', 0, 68, 'The Piece Hall', 'Halifax, West Yorkshire, England', 'The Piece Hall in Halifax, West Yorkshire, England, is the only remaining example of an eighteenth century northern cloth hall, a prestigious building where trading of woollen cloth  “pieces” produced by handloom weavers took place. It was intended to create a more competitive and efficient market, discourage fraudsters as well as make a statement of the wealth of Halifax and the importance of the cloth trade during that time.  The building combined commercial and cultural values of the surrounding community by creating this vast and highly prominent building, and those values continue in its use today.\r\n\r\nThis important, Grade I listed building has been through a £19 million conservation programme, with funding from the Calderdale Council and the Heritage Lottery Fund. The project adapted the building into a new cultural and commercial centre for all to enjoy. Piece Hall now houses restaurants, shops, cafes and conference facilities. The objective of the project was to treat this unique property with the upmost of care. For such a sensitive project, the need for a high quality and expert finish in all aspects was required to ensure that this piece of history can be enjoyed for many years to come.  \r\n\r\nWE-EF was chosen to provide the luminaires that provided the high specification and reliability that this sensitive project required. \r\n\r\nThe ETC130-GB inground uplight luminaire was chosen to illuminate all of the structure’s pillars to highlight the stunning architecture of this influential building. WE-EF’s ETC140-GB inground luminaires were also used to light up the grand entrance arches and highly-decorated doors.\r\n\r\nIn addition to highlighting the building’s architectural features, WE-EF RAIL66 with FLC121 luminaires were installed in the corners of the square to add ambient illumination that prevents them from appearing as dark spaces. \r\n\r\nThe project was completed in July 2017 by Graham Contractors and the complex was reopened in August 2017. It is now operated by a new independent body, The Piece Hall Trust.', 'http://www.we-ef.com/#!/int/project/piece-hall-halifax', 'We-ef-The-Piece-Hall_small.jpg', 'We-ef Lighting The Piece Hall', 'The Piece Hall, Halifax, West Yorkshire, England', 'Project The Piece Hall is located in Halifax, West Yorkshire, England. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(81, 'WEF004', 0, 68, 'Chadstone Shopping Centre', 'Melbourne, Australia', 'Chadstone Shopping Centre transport hub light for 1 million passengers every year\r\nAs part of a massive redevelopment in the heart of Chadstone, located south-east of Melbourne CBD, a new bus interchange and taxi rank offer the latest in smart bus technology, visual appeal and commuter comfort.\r\n\r\nWE-EF\'s LED technology was the engineers\' first choice for the lighting scheme due to its quality and performance as well as its ability to contribute to the project\'s sustainable design philosophy.\r\n\r\nThe construction of this new infrastructure is part of Chadstone\'s A$ 600 million redevelopment, which will also include a 10-level office tower, new retail and dining precincts, and two new carpark areas.\r\n\r\nSimpson Kotzman engineers have provided the building services design from the centre\'s initial concept stages and throughout the construction development. The firm developed a lighting scheme for the transport hub, and with the help of WE-EF sales partner in Victoria, Buckford Illumination Group, was able to implement a solution that was both elegant and functional for Public Transport Victoria.\r\n\r\nThe completion of the project marked the end of the first stage of the centre\'s mega redevelopment, and it is expected to make Australia\'s biggest shopping mall more accessible to the community. At least 1 million passengers are expected to use the bus interchange every year, which will also provide shoppers with a central access point to the mall through a network of 14 bus lines that connect with the suburban train network to Melbourne\'s east and south.\r\n\r\nThe design of the interchange includes a multipurpose roof canopy that will capture rain to be reused via a rainwater tank for toilet flushing, gardens and landscaping irrigation. The canopy also provides a weather-protected zone with heating, CCTV and real-time electronic signage as well as sufficient seating benches for the commuters. The project\'s lighting was carefully integrated with the architectural streetscape in order to provide accent and orientation illumination where required.\r\n\r\n\"WE-EF FLD131 LED 24 W projectors with a medium beam distribution and linear lens are used to uplight the white canopies. The indirect uplighting provides adequate illumination for safety and pedestrian circulation, while creating an architectural focal point in the space,\" according to Buckford Illumination Group.\r\n\r\nIn addition, Buckford Illumination Group pointed out that the \"catenary RFS540 LED luminaires were selected for illuminating the bus lanes and minimising any visual intrusion that could have been created with the use of light poles. The suspended luminaires blend beautifully with the architecture, creating sufficient light to comply with the requirements stated by Australian standards.\"\r\n\r\nThe project also features a series of 144W VFL540-SE mounted on 8.5-metre poles to illuminate the rooftop of the new car park building. The side-entry luminaire is also used in a triple configuration to light the intersection and merging point with the bus interchange via Dandenong Road.', 'http://www.we-ef.com/#!/int/project/chadstone-shopping-centre-melbourne', 'We-ef-Chadstone-Shopping-Centre_small.jpg', 'We-ef Lighting Chadstone Shopping Centre', 'Chadstone Shopping Centre, Melbourne, Australia', 'Project Chadstone Shopping Centre is located in Melbourne, Australia. Discover lighting design and luminaires types specified in the project.', '2018-03-22 00:00:00'),
(82, 'PRE001', 0, 69, 'Natural History Museum - Hintze Hall', 'London, UK', 'Precision Lightings LED range has been used extensively throughout the newly transformed Hintze Hall at the Natural History Museum in London. The treasured Hintze Hall has been transformed with its new addition ‘Hope’; the female blue whale skeleton which has taken the place of ‘Dippy’ the beloved Diplodocus. Measuring at 25.2 metres long, she is a spectacular sight to behold that celebrates the relationship between humanity and a sustainable future. \r\n\r\nHope is not the only addition to the exhibit; she is accompanied by hundreds of other new specimens, including an American Mastodon. The huge Ice-age mammoth is illuminated by Precision’s Evo X16s on a custom curved basis track from above, finished in an unique anodic brown to fit the traditional and historic surrounding architecture. \r\n\r\nThroughout Hintze Hall, there are 10 ‘Wonder Bays’ (the ground-floor alcoves along either side of the hall) that are filled with the other new specimens, all of which are lit using Evo X11s that along with their Evo X16 counterparts, are finished in antique bronze effect paint. The Evo X family was perfect for lighting these fantastic historical pieces due to their beautifully minimal aesthetic and high CRI, meaning these specimens can be seen in their true glory.\r\n\r\nWorking closely with the Lighting Designer - DHA Designs, we produced bespoke curved track that integrated seamlessly into the historic grade 1 listed building. Rubbed bronze and antique effect finishes were used extensively to complement the existing interior.\r\n\r\nLighting Designer: DHA Designs\r\nLocation: London, United Kingdom', 'http://www.precisionlighting.co.uk/~precli/index.php/projects/item/nhm-hintze-hall', 'Precision-Lighting-Natural-History-Museum-Hintze-Hall_small.jpg', 'Precision Lighting Natural History Museum - Hintze Hall', 'Natural History Museum - Hintze Hall, London, UK', 'Project Natural History Museum - Hintze Hall is located in London, UK. Discover lighting design and luminaires types specified in the project.', '2018-03-23 00:00:00'),
(83, 'ERC003', 0, 62, 'Volvo Retail Experience in the Luleå showroom', 'Luleå, Sweden', 'The new retail design concept of the Swedish automotive brand Volvo is based on contrasts – soft and hard, warm and cold, tranquillity and dynamism as well as light and shadows. Accent light from ERCO Light Board spotlights brings out the best of the products and their features and creates the right atmosphere. \r\nWe got together with Erik Stigmar, Senior Manager for Retail Experience at Volvo Cars from Göteborg, the location of the newly designed Volvo showroom at Luleå. As the responsible brand architect, he talks about the concept behind the \"Volvo Retail Experience\" and the importance of perception-orientated lighting for compellingly presenting merchandise.\r\n\r\nContrasts emphasised with light\r\n\"Volvo is a brand targeted to its users – the various zones in the showroom should also relate to the different needs and preferences of our target groups,\" said Erik Stigmar. The two central areas are supplemented with an open reception, small glazed offices and a workshop. All spaces are bright and transparent and can be viewed without obstruction. \r\nThe dualism of the communicative lounge zone and the product zone is supported with a perception-orientated lighting concept. Light Board spotlights from ERCO bathe the lounge area in diffuse, warm white light with 3000K, whilst LED spotlights from the same luminaire range emphasise the fast, fresh atmosphere of the \"street\" with 4000K neutral white light similar to daylight. The formality of the unobtrusive track spotlights achieves a subtle bridge between the two zones.\r\n\r\n﻿\r\n[alt]\r\nA focus via contrasts and depth from wallwashing\r\nThe perception-orientated lighting concept is an inherent part of Volvo\'s new retail design. Despite the high ceilings, hard accent lighting serves to focus the visitors’ attention on the vehicles whilst the circulation zones between the products recede into the background as darker areas. Using the sense of contrast as a stylistic device intensifies the brand experience for visitors in the Volvo dealerships, and the differences in brightness levels create a sense of tension and an impression of speed in the street zone. The crisp light beams also create an individual backdrop for each of the vehicles – \"what we\'re actually doing is washing the cars with light,\" explained Erik Stigmar. \"We also use additional highlights to display the striking contours, high quality of the materials and important details such as door handles.\"\r\nIn addition to the rhythmic accent light some of the walls are washed uniformly with light, giving the spaces a wide, open impression in keeping with the Scandinavian mood and identity. ERCO wallwashers also define the lines of the gently curved paint samples and surfaces of the refined, natural-coloured upholstery patterns in the vertical plane. A touch screen recessed into the wall, used for configuring individual vehicle models, is illuminated completely without glare.\r\n\"This lighting concept focusing on perception really achieves the ideal product presentation for us,\" confirmed Erik Stigmar. Volvo also places high importance on sustainability. \"We also save quite a lot in energy overheads because we\'re only illuminating the target plane.\"\r\n\r\n\r\nLighting design: Anne Eklund, Lighting Designer\r\nWSP Sverige AB | WSP Ljusdesign, Stockholm / Sweden\r\nwww.wspgroup.se\r\nPhotography: Johan Elm, Stockholm / Sweden\r\nSpecial Thanks to:\r\nTomas Lejon, CEO\r\nNordiska Bil AB, Luleå\r\nwww.nordiskabil.se\r\nPlace: Luleå\r\nCountry: Sweden', 'http://www.erco.com/projects/retail/volvo-retail-experience-in-the-lule-showroom-6457/en/', 'ERCO-Volvo-Retail-Experience-showroom_small.jpg', 'ERCO the Volvo Retail Experience in the Luleå showroom', 'Volvo Retail Experience in the Luleå showroom', 'Project Volvo Retail Experience is located in Luleå, Sweden. Discover lighting design and luminaires types specified in the project.', '2018-03-28 00:00:00'),
(84, 'ERC004', 0, 62, 'Faerber Architekten, Mainz', 'Faerber Architekten office in Mainz', 'The new office construction of Faerber Architekten in Mainz, Germany demonstrates the extent to which good light contributes to a sophisticated, appealing and ergonomic work environment. Contemporary office lighting with ERCO LED lighting tools creates maximum visual comfort, supports concentration and communication at the place of work and also brings out the very best of high quality interior design.\r\n\r\nFaerber Architekten in Mainz, founded in 1991, employs more than 20 urban planners, architects and interior designers for projects throughout the whole Rhein-Main region. As a consequence of its continuous expansion, the company decided in 2016 to construct a new building close to their established location in the old city area of Mainz. The site selected was a plot in a narrow street next to the attractive church of Saint Stephen and includes an existing building in the rear courtyard. The team from Faerber Architekten moved into the office spaces in May 2017 consisting of prestigious reception and conference rooms as well as state-of-the-art office spaces on around 450 square metres across five floors – and perfectly illuminated with cutting-edge ERCO LED lighting technology. Working closely together with ERCO, Faerber Architekten developed a perception-oriented lighting concept. The illumination of room zones featuring high visual comfort and general lighting with good glare control using the new, linear Compar downlights was a priority. Individually illuminating the various workstations was also important for the lighting designers. All prestigious areas with client contact, e.g. the entrance area, reception, library and conference rooms are illuminated with warm white light (3000K) and all work areas with neutral white light (4000K).', 'http://www.erco.com/projects/work/faerber-architekten-mainz-6788/en/', 'ERCO-Faerber-Architekten_small.jpg', 'ERCO Faerber Architekten, Mainz', 'Faerber Architekten, Mainz', 'Project Faerber Architekten is located in Mainz, Germany. Discover lighting design and luminaires types specified in the project.', '2018-03-28 00:00:00'),
(85, 'ALY001', 0, 76, 'The Word', 'The Word, National Centre for the Written Word, South Shields, UK', 'Located on a prominent gateway site linking South Shields’ riverside area with the town centre, The Word is one of the first projects for the redevelopment of the area, and as such the scheme needed to be successful to provide a striking new focal point in the North East town’s marketplace, in which its community can take great pride, and from which the wider regeneration will develop.\r\n\r\nBecause of this, the design and construction team created a shining example of an attractive, efficient civic building, encompassing design features that reflect the town’s industrial and manufacturing heritage, enhanced by a complementary, bespoke lighting scheme, developed by Desco, to attract and engage visitors.\r\n\r\nAt the heart of the development is a bespoke, 6.5-metre wide LED luminaire, designed by Desco and FaulknerBrowns in collaboration with Atelje Lyktan. The chandelier – the largest single fitting ever manufactured by Atelje Lyktan, was custom-made to fit an architectural ceiling recess with the depth of the fitting dictated by the architect’s vision. The installation is comprised of 84 ‘drums’ mounted to a bespoke frame. As the chandelier is literally bolted to the soffit, all cables were hidden within the bespoke mounting frame of the luminaire installation, with the cabling cast within the concrete before the installation design had been completed.\r\n\r\nThe chandelier was incorporated with tuneable white LEDs, allowing for the atmosphere and mood of the building to be altered depending on the time of day, as Davison explained: “The colour temperature of the fitting is designed to simulate daylight; a warm 2700k light in the morning gradually changes to a colour temperature of 6500k as the sun peaks, then turning back to 2700k tones at sunset.\r\n\r\nThe winner of four awards at the 2017 RICS Awards including overall ‘Project of the Year’. Since opening in October last year, The Word has been a truly inspiring and interactive community-led centre with a 21st century library. A varied calendar of exhibitions, workshops and events has encouraged new visitors to the town.\r\n\r\nLocation: The Word Library, South shields\r\nClient: South shields\r\nArchitect: Faulkner Browns\r\nElectrical consultant: Desco\r\nElectrician: Imtech\r\nLuminaire: Custom made centre-piece luminaire made up of 82 circular colour changing light drums measuring 6.5 m in diameter', 'http://www.atelje-lyktan.se/en/projekt/south-shields', 'ateljé-Lyktan-the-Word_small.jpg', 'ateljé Lyktan The Word', 'The Word, National Centre for the Written Word, South Shields, UK', 'Project The Word is located in South Shields, UK. Discover lighting design and luminaires types specified in the project.', '2018-03-30 00:00:00'),
(86, 'ROX001', 0, 78, 'ANTWERP PORT AUTHORITY', 'Antwerpen, Belgium', 'The renowned Zaha Hadid Architects brought together the old and new into the renovation of the Antwerp Port Authority (Belgium), which resulted into a stunning building, where several products from Indelague Group were specified.', 'http://www.indelague.com/en/whatsnew/index/75-antwerp-port-authority', 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_small.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ANTWERP PORT AUTHORITY, Antwerpen, Belgium', 'Project ANTWERP PORT AUTHORITY is located in Antwerpen, Belgium. Discover lighting design and luminaires types specified in the project.', '2018-03-31 00:00:00'),
(87, 'BUZ001', 0, 80, 'Kienbaum Consultants International office', 'Cologne, Germany', 'For the Cologne office of HR consultancy Kienbaum Consultants International, Sam and Plankton Architects were tasked with subdividing the new open-plan office into flexible zones without detracting from the spaciousness of the room. In order to create work islands that are not only visually appealing but also functional, the interior designers opted for products from Buzzispace. \r\n \r\nAs a contrast to the desks, seating areas have been created in cheerful colors, offering flexible use tailored to the requirements of different tasks: One-on-one meetings are given the necessary discretion thanks to the “BuzziMe” wingback chairs, while the volume of team meetings is kept down in the “BuzziHub” along with additional noise filtering provided by the “BuzziShade” lampshade. To assist employees with the need for exercise, the presentation area is equipped with several models of the “BuzziBalance”, a pouf which has a carved wooden wobble-board, and the “BuzziBalance Board”, enabling the user to wobble back and forth, thus activating the muscles. The pouf also functions as an acoustic element.', 'http://buzzi.space/blog/project-spotlight-kienbaum-deu/', 'Buzzi-Space-Kienbaum-Consultants-International-office_small.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Cologne office of HR consultancy Kienbaum Consultants International', 'Project Office of Kienbaum Consultants International is located in Cologne, Germany. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(88, 'ART001', 0, 81, 'Auditorium SACMI', 'Imola, Italy', 'Year: 2017\r\nProject: Auditorium SACMI\r\nCategory: Culture\r\nLocation: Imola, Italy\r\nAuthor: A2 studio Gasparri e Ricci Bitti Architetti associati\r\nPhoto: Michele Nastasi', 'https://www.artemide.com/en/projects#4653912/auditorium-sacmi', 'Artemide-Auditorium-SACMI_small.jpg', 'Artemide Auditorium SACMI', 'Auditorium SACMI, Imola, Italy', 'Project Auditorium SACMI is located in Imola, Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(89, 'ART002', 0, 81, 'Hotel Il Castelfalfi', 'Castelfalfi, Italy', 'Year: 2017\r\nProject: Hotel Il Castelfalfi\r\nCategory: Hospitality\r\nLocation: Castelfalfi, Italy\r\nAuthor: Arch. Burresi\r\nPhoto: Toscana Resort Castelfalfi', 'https://www.artemide.com/en/projects/4653877/hotel-il-castelfalfi', 'Artemide-Hotel-Il-Castelfalfi_small.jpg', 'Artemide Hotel Il Castelfalfi', 'Hotel Il Castelfalfi, Italy', 'Project Hotel Il  is located in Castelfalfi, Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(90, 'AXO001', 0, 83, 'Radisson Blue Hotel', 'Yerevan, Armenia', 'Beautifully positioned by Victory Park and Areni Lake, the Radisson Blue Hotel, Yerevan offers 5-star accommodation on the upscale Azatutyan Avenue. This magnificent hilltop setting provides awesome views of the city center against a backdrop of biblical Mount Ararat.\r\n\r\nIn addition to a breathtaking location, the hotel features 142 immaculate rooms and suites housed in an eye-catching stone and glass façade. Out Skirt suspended lamps are installed in the main entrance of the hotel. These custom-made lights are an example of bespoke design, as Axolight’s pay-off reveals. In fact the lampshade is extra-sized to illuminate the high lobby of the hotel. \r\n\r\n\r\nPhotos by: Radisson Blue Hotel \r\n\r\nProject by: Ara Design and Andre Avedian', 'http://www.axolight.it/europe/en_GB/projects/bespoke/radisson-blue-hotel-yerevan-armenia', 'Axolight-Radisson-Blue-Hotel_small.jpg', 'Axolight Radisson Blue Hotel', 'Radisson Blue Hotel, Yerevan, Armenia', 'Project Radisson Blue Hotel is located in Yerevan, Armenia. Discover lighting design and luminaires types specified in the project.', '2018-04-19 00:00:00'),
(91, 'HOF001', 0, 84, 'NRW state parliament', 'Düsseldorf, Germany', 'NRW state parliament making savings with LED illumination\r\n\r\nThe entire lighting system of the plenary hall in the Düsseldorf state parliament was extensively renewed during the summer break. The original lighting with high-output metal halide lamps has been replaced by recessed LED lights from Hoffmeister. The President of the State Parliament, Eckhard Uhlenberg, believes that the annual energy costs will fall from currently EUR 50,000 to EUR 5,000 as a result. In order to achieve this target, the DL170 un.limited LED downlights used have been equipped with dimmable controls which allow for their regulation according to the level of natural light. The components used are compatible with television recordings. The drivers and LEDs ensure flicker-free operation when on full power and when dimmed, especially in the frequency range critical to television recordings. The illumination was planned by the renowned lighting designer “Peter Andres – Beratende Ingenieure für Lichtplanung, Hamburg”. The recessed luminaires are equipped with highly efficient 2000 lm LED modules with a power consumption of only 36W. As the luminaires are positioned at a great height, maintenance intervals play a big role when considering their efficiency. The luminaires can only be reached using elaborate scaffolding. LED lights such as the DL170 un.limited have a clear advantage in this regard. With an average life cycle of 50,000 hours, they don´t need any maintenance for many years. The downlights are equipped with passive flow.tec thermal management. Without active, moving elements, without additional energy consumption and without wear, the flow.tec system maximises heat dissipation away from the LED surface in the DL 170 un.limited. Low temperatures are a prerequisite for low-impact operation of these luminaires to ensure maximum luminous power and a long life cycle. The elimination of solid cooling elements reduces the inherent weight of the light. Thanks to this weight-optimised design, the overall eco-balance of the DL170 LED luminaires is also significantly better than that of luminaires with electrically operated active cooling systems or solid aluminium cooling elements. Besides the expected energy savings, the overall look of the plenary hall has also been enhanced. The luminaires pick up the rounding of the distinctive ceiling design, pleasantly complementing the overall impression. Although visually recessed themselves, their light effect still contributes significantly to the interior design.\r\n\r\nBuilding owner: Land Nordrhein-Westfalen \r\nLighting designer: Peter Andres, Consultant engineer for light planning, Hamburg', 'http://www.hoffmeister.de/en/projects/?tx_dreipchoffmeistercatalog_catalog%5BprojectId%5D=%7Bprocat%3A%28groups.BaseGroup%3A%28%5B%40IMID%3ANode%3Agroup5684817300754%5D%29%29%7D&cHash=a994b52f08ed55cfb7928b27f83a75e2', 'Hoffmeister-NRW-state-parliament_small.jpg', 'Hoffmeister NRW state parliament', 'NRW state parliament, Düsseldorf, Germany', 'Project NRW state parliament is located in Düsseldorf, Germany. Discover lighting design and luminaires types specified in the project.', '2018-04-20 00:00:00'),
(92, 'DGR001', 0, 85, 'Enigma restaurant', 'Barcelona, Spain', 'Project: RCR Arquitectos (Rafael Aranda, Carme Pigem, Ramón Vilalta) and Pau Llimona.\r\nLight project: Artec3 Studio\r\nCustomer: Albert Adrià\r\nBarcelona 2017\r\n\r\nEnigma started as an idea by the famous Catalan chef, Albert Adria’. He wanted to create a “mysterious restaurant” that would reflect his cuisine and his career.\r\nStudio RCR Arquitectes, winner of the Pritzker Prize 2017, helped Adria’ to put his idea onto paper by coming up with a watercolour rendition of what they thought he wanted. The result was so inspiring that they decided to go ahead with the project.\r\nAlbert Adria’ is famous for his experimental cuisine and surprising menus. His vision for a restaurant was an place in which each guest would be totally immersed in his world, and where the experience of eating would be unforgettable.\r\nHow one cooks and a chef’s menu have always been strongly influenced by its surroundings. This is how RCR Arquitectes came up with the idea for this particular space, an intriguing ambience filled with curves and tight corridors, where David Groppi’s NULLA lamp leads the way, but overall where NULLA makes every table “unique and magic”.', 'http://davidegroppi.com/en/progetto/ristorante-enigma/', 'Davide-Groppi-Enigma_small.jpg', 'Davide Groppi Enigma restaurant', 'Enigma restaurant, Barcelona, Spain', 'Project Enigma  is located in Barcelona, Spain. Discover lighting design and luminaires types specified in the project.', '2018-04-20 00:00:00'),
(93, 'DGR002', 0, 85, 'Zaha Hadid Model Apartment', 'NEW YORK CITY', 'Project: West Chin Architects & Interior Designers\r\n\r\nLight project: west | nyc home and west | out east showrooms\r\nNEW YORK CITY	2017\r\n\r\nDavide Groppi’s lamps for the model apartment project in the new Zaha Hadid building. \r\nDesigned by WCA, the model apartment in the new Zaha Hadid building features a selection of furnishings \r\nfrom the west | nyc home and west | out east showrooms that enhances the design of this dynamic, \r\nmodern residential building. \r\nThe building is a new iconic fixture of the New York City skyline and the newly developed High Line area. 520 West 28th St.\r\n\r\nLamps\r\nSAMPEI\r\nNEURO\r\nARIA', 'http://davidegroppi.com/en/progetto/zaha-hadid-model-apartment/', 'Davide-Groppi-Model-Apartment_small.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Zaha Hadid Model Apartment, New York, USA', 'Project Zaha Hadid Model Apartment is located in New York, USA. Discover lighting design and luminaires types specified in the project.', '2018-04-23 00:00:00'),
(94, 'IGZ005', 0, 65, 'The Museum of the Second World War', 'Gdansk, Poland', 'The Museum of the Second World War stands on a plot of land in the Władysław Bartoszewski Square near the city centre. It is a symbolic location with an important past, as it is just 3 kilometres from the Westerplatte peninsula and 200 metres from the historic Polish post office that were the first places the Nazi army attacked in September 1939 when they invaded Poland and sparked the start of the Second World War. The 1,700 square metre plot on which the museum is built reaches as far as the Radunia canal to the west and the Motława river to the south. Today, this suburban area lies just outside Old Gdansk, but it will soon be right at the heart of the city when the regeneration project designed to transform the historic local shipyard into Gdansk’s new modern centre has been completed.\r\n\r\nSettlements have existed in this area since ancient times and it was first fortified in the year thousand. In the mid-seventeenth century the area underwent a significant transformation and its first regular urban plan was laid down at the beginning of the eighteenth century.\r\n\r\nThe architectural design for the Second World War Museum was decided through an international architectural competition and the jury proclaimed the winner on September 1st 2010.\r\n\r\nThe competition notice asked not only for design ideas for the museum, but also for the rearrangement of the entire area, and the contest was decided by a jury, presided over by Daniel Libeskind, who judged the winner to be the project presented by the Kwadrat studio on account of its comprehensive consideration of all the various urban, architectural, functional and aesthetic criteria.\r\n\r\nThe building covers a surface area of about 23,000 square metres, of which 5,000 are dedicated to the permanent exhibition that uses cutting-edge display systems to tell the story of the Second World War, with a focus on the lives of ordinary people as well as the policies of the Great Powers. The international community of architects applauded the museum’s design which divides the museum area into three areas symbolizing the relationship between the past, the present and the future of war. The past is located on the museum’s underground floors, the present is represented by the open space around the building and the future is the part that rises up from the ground. The lighting design is based on Palco luminaires that are track-mounted in the exhibition spaces as well as in the transit areas. Both spot and wall washer versions of the projector have been track-installed to offer maximum versatility, and its notable power and efficiency succeeds in illuminating the building effectively, despite its extremely high ceilings. Outside, Underscore InOut luminaires have been installed under the handrails on the walkways.\r\n\r\nYear:\r\n2017\r\nClient:\r\nMinistry for Cultural Affairs\r\nArchitectural project:\r\nKwadrat / Loft\r\nLighting project:\r\nLoft / Praxis\r\nPhotographer:\r\nTomasz Kurek', 'https://www.iguzzini.com/us/projects/project-gallery/the-museum-of-the-second-world-war/', 'iGuzzini-The-Museum-of-the-Second-World-War_small.jpg', 'iGuzzini The Museum of the Second World War', 'The Museum of the Second World War, Gdansk, Poland', 'Project The Museum of the Second World War is located in Gdansk, Poland. Discover lighting design and luminaires types specified in the project.', '2018-04-23 00:00:00');
INSERT INTO `project_gallery` (`pr_gallery_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(95, 'IGZ006', 0, 65, 'Station F', 'Paris, France', 'Formally opened in 2017, Station F is the biggest startup campus in the world. Located in the centre of Paris, it is the brainchild of the internet and mobile phone entrepreneur Xavier Niel who has always been interested in the world of startups. Niel has succeeded in attracting investments from a number of corporate giants, such as  Facebook, who invested in the “Startup Garage” programme for data handling companies, Microsoft, that runs the artificial intelligence sector and Vente Privée, the French e-commerce colossus.\r\n\r\nThe facility is housed in the 34,000 square metre, former Austerlitz Station rail freight depot, built between 1927 and 1929 by the engineer Eugène Freyssinet. Halle Freyssinet, as the building was originally known, is a splendid building constructed of pre-compressed concrete with an extraordinarily light load-bearing structure based on an innovative technique later patented by Freyssinet. Thanks to this highly original characteristic in 2012 Halle Freyssinet was officially nominated a historical monument.\r\n\r\n310 metres long and 58 metres away, Station F consists of three parallel naves with slim pre-compressed concrete arches, each of which has a specific function. The refurbishment plan designed by the Wilmotte & Associés studio is simple and effective. It eliminates any superfluous decoration to reveal the elegance of the structure and enhance the refined proportions of the main and secondary pre-compressed reinforced concrete elements. The new window frames that complete the building are made of flat iron and create a comfortable environment while also matching the structure’s original style. \r\n\r\nThe building basically consists of a main central space under a vast barrel vault with a large skylight in the middle of it, and a series of individual startup boxes, created from iron structures, which run down either side and are completely separate from the original concrete walls. The small rooms located on the ground and first floor have glass fronts overlooking the shared central space, while the top floor hosts a series of cantilevered container boxes that recall the depot’s original purpose. The building includes a “Share Area - a large open space for meeting and sharing skills and digital technologies - is located, as well as a “Fab Lab” that is equipped with freely accessible 3D printers and a 370-seat auditorium. \r\n\r\nThe real heart of the facility, though, is the “Create Zone”, a creative space where all the functional startup structures are located in the form of 24 \"villages\" (8 on each floor). Each village is unique and houses various services (kitchens, Skype boxes, meeting rooms and so on). The shared work spaces all have an open space design and are equipped with modular, connected tables. Last of all, is the “Chill Zone”, a relaxation area with a restaurant and a south-facing gallery offering a view over a multi-level garden, that is open to outsiders as well as those who work at Station F.\r\n\r\nThe building’s new interior layout called for a lighting design split between general lighting for the large spaces and low luminance and more adaptable lighting for the work spaces. For the general lighting, Jean Michel Wilmotte used the Platea Pro projector, a luminaire created for exterior application and therefore perfect for the light effects required for the structure’s considerable height. Two different optics were used, a Wide Flood and an asymmetric street optic, and to install the luminaires, a special metal bracket was designed that straddles the beams that run the entire length of the hall and create a constant rhythm along the “Share Area”. In the locker area where the people who work at station F store their personal belongings, recessed Ledplus luminaires fitted with a Floor Washer optic were used as they create a soft homogeneous atmosphere items. The main entrance to Station F, on the other hand, is illuminated with Laser Blade InOut luminaires protected by a special case.\r\n\r\nYear:\r\n2017\r\nClient:\r\nSDECN - Xavier Niel\r\nDesigner:\r\nWilmotte & Associés\r\nArchitectural project:\r\n2B2M\r\nLighting project:\r\nWilmotte & Associés\r\nStructural engineering:\r\nMIZRAHI\r\nCurator:\r\nDidier Boy De la Tour\r\nFacades:\r\nARCORA\r\nSustainability engineering: \r\nTRANSSOLAR', 'https://www.iguzzini.com/us/projects/project-gallery/station-f-light-for-the-biggest-startup-campus-in-the-world/', 'iGuzzini-Station-F_small.jpg', 'iGuzzini Station F', 'Station F, Paris, France', 'Project Station F is located in Paris, France. Discover lighting design and luminaires types specified in the project.', '2018-04-23 00:00:00'),
(96, 'IGZ007', 0, 65, 'The Ancient Theatre of Taormina', 'Taormina, Italy', 'The lighting design for the ancient theatre of Taormina was commissioned by the Department of  Cultural Heritage and Sicilian Identity in order to extend visiting hours at the site into the evening. Operating in collaboration with the Energy Service Company Metaenergia (ESCo), with whom an agreement was signed for the provision of electrical energy and services from 2013 to 2017, this Department opted to use iGuzzini technology for the new project. ESCo also immediately recognised iGuzzini\'s immense expertise in the lighting sector and its skill in using light to both protect and enhance cultural heritage.\r\n\r\nThis particular project has two general aims: on one hand it seeks to use light to enhance the site\'s splendid classical architecture, while on the other, it allows visitors to access the theatre in perfect safety even at night. The increase in revenue created, thanks to a rise in visits, together with lower management costs also mean that the archaeological site can enjoy simple, programmed maintenance while simultaneously bringing other benefits to the area.\r\n\r\nThe project designed by Engineer Roberto Sannasardo from the Department of  Cultural Heritage and Sicilian Identity involved updating the existing lighting system (installed in 1999 by the French studio Roland Jeol) with new technological solutions that were not available at the time.  Non-invasive design solutions were specifically requested in the commission, so compact and hidden luminaires were chosen, and wherever possible, the existing installation system was used to avoid attaching more brackets to the ancient walls.  The overall aim was to create a lighting system that would have a realistic effect and succeed in reproducing the subtle colours of dusk. This is why warm colour temperatures (2900-3000 K) were chosen that create a picturesque image of the theatre. At the same time, using products with high colour rendering  (a CRI of 90) ensures that the site\'s natural materials are properly saturated with the required range of colour. Moreover, replacing all the existing lighting units with new DALI LED elements has resulted in an 80% reduction in consumption and consequently lower management costs. To ensure that the site can be visited in perfect safety at night, the exit routes have been lit with linear lighting created by Underscore InOut luminaires recessed in the handrails and diffused lighting produced by Woody series floodlights . The theatre entrance is also lit by Woody luminaires that anticipate the line of floodlights used in the arena. The designer chose the Woody series because of its high level of visual comfort and wide variety of installation systems and uses, which range from highlighting details to landscaping. From the site\'s viewing platform, a rhythmic procession of pole-mounted iTeka luminaires introduces the visitor to this remarkable example of classical architecture with directional lighting  created by optics with OptiSmart reflectors that optimizes both visual comfort and the spacing of the luminaires. Woody downlights illuminate both the vaulted portico and the open portico, emphasizing the structure of the steps. From there, Underscore InOut Side Bend luminaires installed in the handrail guide the visitor towards the orchestra with an even and continuous line of light that produces no shadow areas whatsoever. In this way light becomes a kind of geometrical sign that indicates the way ahead. Underscore InOut luminaires are incredibly reliable and perfectly suited  to the site\'s climate, so constant, long-lasting, high performance is guaranteed. Continuing up to the orchestra, the cavea (auditorium) and paraskenia  (side wings) are lit with wide beam Maxiwoody luminaires, whereas Woody luminaires guide visitors along the parodoi (stage side entrances) towards the skene (backstage) where Miniwoody luminaires light up the proskenion (area in front of the skene) and Maxiwoody floodlights the skene. \r\n\r\nThis new lighting system, officially unveiled at a press conference and opening event on June 28th, illuminates the splendid architecture and natural beauty of this archaeological site perfectly while also strictly complying with all the relevant safety standards.\r\n\r\nYear:\r\n2017\r\nClient:\r\nDepartment of Cultural Heritage and Sicilian Identity Metaenergia E.S.Co.\r\nLighting project:\r\nRoberto Sannasardo\r\nPhotographer:\r\nGianluca Scalia & Mario Tordini', 'https://www.iguzzini.com/projects/project-gallery/the-ancient-theatre-of-taormina/', 'iGuzzini-The-Ancient-Theatre-of-Taormina_small.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'The Ancient Theatre of Taormina, Italy', 'Project The Ancient Theatre of Taormina is located in Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-24 00:00:00'),
(97, 'INL001', 0, 86, 'NautaDutilh', 'Amsterdam, The Netherlands', 'This law firm office is not only a 10,000 m2 space, it’s THE space in the financial district of Amsterdam. It’s ages away from the usual radiance. It’s quirky, it’s layered and it’s subtle.\r\n\r\nIt\'s a place of ultimate balance of representatives, warmth, and artistry. And it starts with the entry.\r\n\r\nIt all started with the idea of a work environment, that offers more than just an office, that\'s space where work and life blend in a relaxed way. \r\n\r\nThe heart of the office is the restaurant with a bar, where lighting follows the concept of creating a warm and personal ambient ideal for informal chats.\r\n\r\nThe architects aimed to create a fusion of traditional values, contemporary rituals with a human eye on the future.\r\n\r\nLight had to fulfil the modern aspect and create a space where people feel good. \r\n\r\nArchitect: Casper Schwarz\r\nLighting Designer: Studio Rublek\r\nPhotographer: Peter Baas; Gerke van de Hoef', 'https://www.intra-lighting.com/solution?solution=OFFNaut1&name=nautadutilh', 'Intra-Lighting-NautaDutilh_small.jpg', 'Intra Lighting NautaDutilh', 'NautaDutilh, Amsterdam, The Netherlands', 'Project NautaDutilh is located in Amsterdam, The Netherlands. Discover lighting design and luminaires types specified in the project.', '2018-04-26 00:00:00'),
(98, 'WEF005', 0, 86, 'Neues Rathaus', 'Dresden, Germany', 'Following extensive renovations, the Neues Rathaus (New Town Hall) in Dresden is now seen in a new light.\r\n\r\nWhen they devised the exterior lighting for the Neues Rathaus, the Studio DL lighting designers had to comply with the requirements for listed buildings as well as the master plan for Dresden\'s city lighting. Their concept is based on several carefully co-ordinated elements that present the town hall as a landmark on Dresden\'s skyline while at the same time allowing a close look at the architecture and the decorative elements. WE-EF luminaires accentuate the main facade and incorporate the rhythm of the ground floor archway and the pilasters on the upper floor.\r\n\r\nThe column lighting on the arcade of the main facade is created by ETC330-GB LED inground luminaires. The uplights feature a gimbal mounting system, whereby the lighting can be rotated 360° and tilted 30°, enabling it to be precisely aligned. This section uses ETCs with a very narrow beam distribution combined with a linear spread lens in order to provide a powerful “scalloping” effect. For the four arches located directly in front of the main entrance, the ETC330-GB installations at the side of the columns additionally “wash” the wide intrados. This highlights the entrance to the building while also accentuating the lattice doors right behind it, known as the \"golden gate\".\r\n\r\nThe 13 columns at ground level are matched by 13 pilasters on the upper floor, which are also accentuated by column lighting. FLD121 LED projectors are placed on the fascia to cover this area. With connected wattage of just 12 watts and symmetric medium beam distribution, they not only emphasise the vertical columns but also project light to the cornice above. As a result, the fine structure of the facade is visible all the way up to the edge of the roof.\r\n\r\nTwo large bronze heraldic lions that guard the entrance to the Neues Rathaus have naturally been integrated into the lighting concept as they are an important part of the artistic decoration. Two ETC130-GB LED uplights set in the ground in front of the bases of the sculptures are aimed at the lions\' heads with a very narrow beam distribution.\r\n\r\nPrincipal: State capital Dresden, urban planning office\r\nPlanning of the building lighting: Studio DL, Hildesheim\r\nProject supervision and electrical planning: ILB Dr. Rönitzsch GmbH, Freital\r\nPhotos: Dirk-Andre Betz', 'http://www.weef.de/#!/us/project/rathaus_dresden_germany', 'We-ef-Neues-Rathaus_small.jpg', 'We-ef Lighting Neues Rathaus', 'Neues Rathaus, Dresden, Germany', 'Project Neues Rathaus is located in Dresden, Germany. Discover lighting design and luminaires types specified in the project.', '2018-04-26 00:00:00'),
(99, 'WEF006', 0, 68, 'Monash University\'s Caulfield campus', 'Melbourne, Australia', 'Integral landscaping and lighting design for Monash University\'s Caulfield campus.\r\n\r\nA water feature, a bright blue sports ground, at the other end a platform with a beautiful pavilion, and lawns, benches and wooden decks everywhere – Monash University\'s Caulfield campus in Melbourne is tough competition for the lecture halls and seminar rooms. The redesign of the campus including a former car park was so successful that the Australian Institute of Landscape Architects (AILA) awarded the VIC Urban Design Award of Excellence to the project.\r\n\r\nLighting designers from the company Electrolight were involved in the planning process from an early stage. This is can be seen in a particularly close interlinking of the design of the park and the lighting concept. An example of the consistent integration of the lighting in the environment is the lighting solution for the sports ground. \"Sports ground lighting is usually characterised by four poles positioned in the corners\", says Jess Perry, director of Electrolight. \"But here we departed from this traditional approach and implemented a more theatrical lighting effect instead of conventional flood lighting for the area that features graphic elements and lettering.\" FLC141 LED projectors with snoots are used. They are fitted on clearly inclined poles which – like the projectors – are painted in the blue of the flooring.\r\n\r\nIn contrast, the general lighting chosen for the campus has a stronger focus on functional aspects. The planners decided to use RFL530 LED street and area lighting luminaires along the main path. One pole holds two luminaires. Those that illuminate the path have asymmetric \'side throw\' distribution, while the luminaires directed at the adjoining areas, lawns and terraces fitted with [A60] lenses have symmetric \'forward throw\' distribution. Supplementing them, FLC121 LED projectors fitted unobtrusively on the parapet of the surrounding buildings illuminate smaller side paths on the campus. \r\n\r\nThe special material and surface structure of the Caulfield Sound Shell pavilion is illuminated by ETC300 inground luminaires from WE-EF. Further ETC300 variants add lighting accents around the whole campus on selected trees, mark contours, zone areas and highlight details. They are fitted with a large range of optical accessories, from wallwash to narrow, linear lenses.\r\n\r\nProject participants (selection):\r\nPrincipal: Monash University, www.monash.edu\r\nLandscape architects: TCL – Taylor Cullity Lethlean, www.tcl.net.au\r\nLight planning: Electrolight, http://electrolight.com\r\nArtwork on the sports ground: Agatha Gothe Snape, https://agathagothesnape.net', 'http://www.weef.de/#!/us/project/monash-uni-melbourne', 'We-ef-Monash-University-Caulfield-campus_small.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'Monash University\'s Caulfield campus, Melbourne, Australia', 'Project Monash University\'s Caulfield campus is located in Melbourne, Australia. Discover lighting design and luminaires types specified in the project.', '2018-04-26 00:00:00'),
(100, 'WAY001', 0, 90, 'International Airport Main Terminal', 'Ashgabat, Turkmenistan', 'Constructed in Turkmenistan’s capital city, Ashgabat, Ashgabat International Airport is one of the biggest projects of the country. The design of the new Ashgabat International Airport Complex was inspired from a historical Turkish character Oguz Khan and the lacyn bird (falcon), which is one of the national symbols of Turkmenistan. The Airport Complex consists of 266 buildings with different functions and constructed on the site area of 12-million sqm, including 2.5-million sqm area of runways, taxiways and aprons. The new airport also will be able to host 14 million domestic – international passengers per year with providing IATA Class A service standards, and ready for being the logistics centre of the region owing to its new cargo structuring.\r\n\r\nIn both daytime and nighttime, this building will be the last building seen by passengers arriving to or departing from Ashgabat. The exterior lighting of the main terminal building needed to create a prestigious and strong perception and to highlight the structural elements that refer the culture of the country.\r\n\r\nThe building has a huge bird shape so the façade lighting was designed to emphasise this extraordinary architectural form. While the LED uplight projectors on the entrance canopy illuminate the two wings homogenously, the linear lighting fixtures integrated on the front façade imitates a bird’s flapping motion.\r\n\r\nOn the roof, the ‘arrows and bow’ shapes that have an important place in the culture of the country, are shown by linear LED fixtures. Also, the patterns adapted from the Turkmenistan flag to the building were also emphasised by the same kind of luminaries.\r\n\r\nThroughout the design process, international aviation regulations were taken into account. For the low energy consumption, all lighting products have been selected with LED lamps.\r\n\r\nLighting Design:\r\nLighting LAB.1, Turkey\r\n\r\nClient:\r\nPolimeks Construction\r\n\r\nArchitect:\r\nPolimeks Construction, Turkey\r\n\r\nInterior Design:\r\nPolimeks Construction, Turkey; Tekeli-Sisa Architecture, Turkey', 'http://www.waysonlighting.com/airport-main-terminal.html', 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_small.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'International Airport Main Terminal, Ashgabat, Turkmenistan', 'Project International Airport Main Terminal is located in Ashgabat, Turkmenistan. Discover lighting design and luminaires types specified in the project.', '2018-04-27 00:00:00'),
(101, 'ACD001', 0, 91, 'Oxford Street', 'London, UK', 'Occupying 89m of Oxford Street façade from North Audley St to Balderton Street, is situated on one the busiest and prestigious shopping destinations in London.\r\n\r\nThe project brief\r\n\r\nThe project brief was to unify the block of buildings, by picking out the features that would render the facades character best at night.  To ensure the façade not only looked impressive at night, unsightly cabling should not detract from the buildings charm and architectural beauty during the day, attracting higher end retailers and discerning shoppers, by giving the development presence and charisma.\r\n\r\nacdc’s solution\r\n\r\nThrough extensive lighting trials and 2D Photoshop visuals LDI picked out the features that would render the facades character best at night, the team produced detailed mounting drawings for each fittings location and cable routes.\r\n\r\nRed brick vertical features are picked out by 10° Plaza 10 fittings in 2700K, to enhance the warm tone of the red brick giving an inviting warm glow. The rhythm of narrow beam uplighting was carefully planned to ensure the right amount of shadow and highlight, ensuring the form of the building was expressed from all viewing positions without over lighting the features and loosing contrast. Window reveals and wider features are lit with spread 12 x 40 Plaza 10 fittings, and horizontal lighting is provided  Fino to link and unify the verticals.\r\n\r\nThe lighter stone building, with dark stone columns, is lit with 3000K Plaza 10 fittings, to preserve the lighter finish, and to ensure the light stone is not given an unnatural tone from the warm 2700K lighting used on the majority of the development. This change in colour temperature also intentionally makes the light stone building a feature within the estate as a whole. This façade is lit by the same techniques that unify the development, but given its own identity tailored to its own architectural elegance by using a more suitable neutral white colour temperature.\r\n\r\nAll visible fittings used on the project are RAL finished to match the various mounting surfaces, ensuring minimal visual impact on the façade by day, and all cabling routes are well concealed from direct view by pedestrians.\r\n\r\nThe fittings are all selected and tested for their precise optical performance, and all fittings are equipped with glare snoots and louvers where necessary, to ensure no glare is experiences by pedestrians or building occupants. The glare snoots are finished to match the fittings, and the internal louvers when used are matt black and orientated perpendicular to viewing angles, to ensure glare control is optimal.\r\n\r\nLighting Design:\r\nLighting Design International, UK\r\n\r\nClient:\r\nTribeca Holdings\r\n\r\nArchitect:\r\nESA Architects, UK', 'https://www.acdclighting.co.uk/projects/oxford-st-estate/#.WuMiNMiFNPY', 'acdc-Oxford-Street_small.jpg', 'acdc Oxford Street', 'Oxford Street, London, UK', 'Project Oxford Street is located in London, UK. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(102, 'ACD002', 0, 91, 'Troia Cathedral', 'Apulia, Italy', 'Built in the first quarter of the 12th century, Troia Cathedral  in Apulia region of Italy is dedicated to the Assumption of the blessed Virgin Mary. .\r\n\r\nThis beautifully preserved and carefully maintained monument stands is recognized one of the jewels of Apulian Romanesque architecture.  The Cathedral’s facade is of significant importance and extraordinary beauty full of symbolic meanings with its magnificent bronze door with symbolic decorations which has been admired by locals and visitors for centuries.\r\n\r\nProject brief\r\n\r\nOwners of this historical monument the Diocese of Lucera-Troia, the Apulia Region and the Municipality of Troia authority approached world renowned architects Stefano Cibelli and Piero Guadagno and Giordana Arcesilai to provide an innovative lighting scheme to enhance the interior space.\r\n\r\nAn innovative lighting scheme with low energy consumption was required to highlight the architectural detail whilst remaining respectful to the original structure and the functionality of the space.  The interior is a three-nave-shaped Latin cross, containing a central nave.   Two side aisles are separated by two impressive rounded arched arcades of 6 marble columns each with a double first column seen when entering the main door, thus making a total of thirteen marble columns.\r\n\r\nCareful consideration was required when lighting the beautiful carved wooden crucifix by Pietro Frasa, which is linked to the town’s popular traditions and festivals. Of particular ceremonial importance, are the stone pulpit and the two chapels, that of the patron saints and the Chapel of the Assumption from which the cathedral takes its name.\r\n\r\nSolution\r\n\r\nacdc and Thorn from the Zumtobel group have provided, innovative technology and products that meet three lighting criteria: for ceremonial purposes, artistry and architectural highlighting, together with a touch screen lighting control system is\r\n\r\nPre-programmed to the different needs of the space allowing the lighting scheme to be tuned to suit specific functions or required mood, changing from a solemn scene during ceremonial services, to an artistic theme whilst sightseeing groups are visiting the building to create drama and highlight the architectural beauty of the monument.\r\n\r\nIllumination of the central heart of the building was solved with Thorn’s SATIN 2 linear projectors alongside the beams and with QBA projectors for the general lighting placed laterally.  In the side aisles, INTEGREX linear fittings provided arched lighting with ARTEMIS spotlights for Via Crucis have been placed on the capitals.\r\n\r\nThe cathedral of Troy is full of history, charm and culture, and the new lighting enhances the liturgies and celebrations, improves tourist’s enjoyment and experience whilst remaining respectful of the cathedral’s religious function.', 'https://www.acdclighting.co.uk/projects/troia-cathederal-italy/#.Wube6MiFNPY', 'acdc-Troia-Cathedral_small.jpg', 'acdc Troia Cathedral', 'Troia Cathedral, Apulia, Italy', 'Project Troia Cathedral is located in Apulia, Italy. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(103, 'LMP023', 0, 28, '180 Wellington', 'Ottawa, Ontario, Canada', 'The recently restored Wellington Building is the first to be lit following the newly implemented Master Plan for the Parliamentary Precinct in Canada\'s capital, Ottawa. Returned to its 1920s splendor, the onetime insurance building now house MP offices, a library, and governmental meeting rooms. Public Works and Government Services Canada turned to lighting design firm Lightemotion to highlight this stunning example of Beaux-Arts architecture and sets it aglow with subtle elegance.\r\n\r\n\"We employed a theatrical approach to lighting with very detailed control systems to avoid flooding the building with light\" states Francois Roupinian, Founder of Lightemotion, \"Delicate, beautiful accents on key architectural features preserve the historic integrity of its architecture while maintaining a cohesive luminous environment with the neighboring buildings.\" \r\n\r\nOn the ground level along Wellington Street, Lightemotion employed Lumenpulse Lumenfacade Remote 2-foot luminaires to light the inner window arches. At a 3000k color temperature, they give the façade an organic glow without compromising the resonance of the natural stone. The Lumenpulse Lumenfacades used in this area are equipped with a custom cage that matches the stone façade, this cage both protects and hides the luminaires within the façade.\r\n\r\nBetween each of the building\'s columns and pilasters, Lumenfacade Horizontal luminaires were placed to add drama and create a softer light while also making these architectural elements stand out from the façade. The light intentionally bleeds up and onto the cornices, so as to allow additional light onto the façade.\r\n\r\nThe DALI lighting control system allows each luminaire to be individually controlled; lighting levels can be specifically tailored to each area of the building depending on the nature of the architectural features and reflectivity of the surfaces. The strategically placed strokes of light covering all four-tiers of the building accentuate and underscore this historic landmark\'s eminence in a timeless, lasting design that enhances its beauty. \r\n\r\nAs Ottawa\'s Master Plan comes to light, it is clear that the lighting design and the luminaires used for 180 Wellington Street is the standard to follow. \r\n\r\nEQUIPMENT SPECIFIED \r\n24 x Lumenfacade Horizontal, 1ft, 3000K, 10°x10°\r\n30 x Lumenfacade Horizontal, 1ft, 3000K, 10°x60°\r\n41 x Lumenfacade Horizontal, 2ft, 3000K, 10°x60°\r\n7 x Lumenfacade Horizontal, 3ft, 3000K, 10°x60°\r\n24 x Lumenfacade Horizontal HO, 3ft, 3000K, 10°x60°\r\n89 x Lumenfacade Horizontal, 4ft, 3000K, 10°x60°\r\n30 x Lumenfacade Horizontal HO, 4ft, 3000K, 10°x60°\r\n8 x Lumenfacade Remote, 2ft, 3000K, 10°x60°\r\n\r\nClient: Public Works and Government Services Canada\r\nLighting Design: Lightemotion\r\nArchitect: NORR\r\nContractor: Pomerleau\r\nPhotographer: Gordon King', 'https://www.lumenpulse.com/projects/257/180-wellington?region=meaf', 'Lumenpulse-180-Wellington_small.jpg', 'Lumenpulse 180 Wellington', '180 Wellington, Ottawa, Ontario, Canada', 'Project 180 Wellington is located in Ottawa, Canada. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(104, 'PHI001', 0, 92, 'Viaduct Harbour', 'Auckland, New Zealand', 'Viaduct Harbour is a heavily obstructed area by cables, gangways and other infrastructure. Philips Lighting was tasked to adapt to local celebrations and events, allowing programming from anywhere with regular content updates.\r\n\r\nThe Philips luminaires also had to survive sea air, salt spray and even partial immersion, and still have a satisfactory light output in ten years\' time.\r\n\r\nThe right lighting\r\n\r\nFor the western wall, Philips iColor Flex LMX Gen2, a direct view system, was mounted on stainless steel plates and overlaid with a customised diffusing screen resulting in seamless light movements.\r\n\r\nFor the southern wall, the luminaire chosen was the Philips ColorGraze MX4 Powercore from Color Kinetics, an IP66 fitting made of high-quality aluminium with a low copper content to withstand the marine location. To avoid the wall looking flat and featureless, the interior of each frame was washed with carefully-directed light that used a gradation in intensity across the surface to provide interest and contrast.\r\n\r\nA waterproof secondary housing was designed and built locally from marine-grade 316 stainless steel with a glass lens, and the luminaire was mounted and sealed inside this.\r\n\r\nLighting designer Angus Muir was commissioned to design the creative content while the Philips ActiveSite gateway monitors the health of the system sending real-time fault alerts to address immediately.\r\n\r\nAs the project progressed, it became clear that the color-changing lighting would also provide another opportunity—to revitalize the city and the whole downtown experience.\r\n\r\n“As we worked on the project we realized that through the use of color-changing lighting, we had the chance to essentially brand the city,” said Fox. “The new lighting could extend beyond the station and tie back to city events and happenings, and with the nearby commercial railroad station, we could create a ‘gateway’ to San Diego.”\r\n\r\nTo uplight the canopy, Ceballos and Fox used a combination of four Philips Color Kinetics ColorBlast Powercore and two iW Blast Powercore fixtures mounted within each of the 12 existing metal shrouds located 35 ft (10.7 ft) above the station which replaced high wattage metal halide uplights. More than 30 different themed lighting shows were programmed—both static and dynamic—and run during trolley operating hours treating travelers and passersby to a lighting experience. After hours, the uplights switch to white light in order to increase safety and security in the area. The new lighting system has reduced the overall energy consumption.\r\n\r\n“It was exciting to take the objectives of the project one step further and have the chance to really make an impact on the city,” said Ceballos. “We hope the new lighting will instill pride in local citizens and create a welcoming and memorable entrance for visitors.”\r\n\r\nProducts Used\r\nColorGraze MX4 Powercore  \r\niColor Flex LMX gen2  \r\n\r\nCLIENT:\r\nAngela Bull, CEO,\r\nViaduct Harbour Holdings Ltd\r\n\r\nDESIGN:\r\nGeoff Lewthwaite,\r\nPhilips Lighting New Zealand\r\n\r\nAngus Muir,\r\nAngus Muir Design\r\n\r\nTECHNICAL DESIGN:\r\nChris Huff,\r\nChris Huff Technical Ltd.\r\n\r\nELECTRICAL CONTRACTOR:\r\nEmpire Electrical Services Ltd', 'http://mirror.philipsnas.com/Showcase/installs/Viaduct-Harbour/index.html', 'Philips-Viaduct-Harbour_small.jpg', 'Philips Viaduct Harbour', 'Viaduct Harbour, Auckland, New Zealand', 'Project Viaduct Harbour is located in Auckland, New Zealand. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(105, 'PHI002', 0, 92, 'OVO Wrocław Apartments', 'Wrocław, Poland', 'Philips Lighting (Euronext Amsterdam ticker: LIGHT) has implemented dynamic LED lighting for the prestigious apartment and hotel complex OVO Wrocław, in Wrocław, Poland. The building is equipped with over one kilometer of linear LED fixtures, 8,500 luminaries and 6,750 remote controlled modules.\r\n\r\nThe OVO Wrocław building includes apartments, is home to a Double Tree hotel by Hilton, office spaces, a casino and a fitness club. Located in the centre of Wrocław, the curved building features an open court and white façade equipped with over 300 meters of Philips Vaya Linear luminaires that provide a subtle embellishment, complementing the surrounding architecture. The LED lighting technology is designed and tailor-made to meet the specific requirements of the rooms, reception areas and façade.\r\n\r\nThe interior of the building is equipped with ceiling luminaires, Philips LuxSpace Accent, Philips StoreFlux and Philips Coreline downlights. These are computer controllable so that special light effects may be applied to transform the lobby, reception desk, restaurant, ballroom and foyer in the blink of an eye. \r\n\r\nThe lobby, restaurant and the ballroom also feature tailor-made Volcano luminaires, mounted to the ceiling and covered in uniquely shaped plaster frames. The Volcano luminaires contain 6,750 Philips Color Kinetics eW Flex Compact modules.\r\n\r\nThe interior luminaires are controlled using Philips Dynalite controls. Light scenes have been created to transform the spaces for any occasion by the simple tap of a LCG touch panel screen. Facility managers also enjoy a personalized interface and remote access capabilities.\r\n\r\nThe lighting in the public spaces of the building offer a warm hue in a range between 2700-3000K. Zones that are not accessible to guests feature luminaires with a color temperature of 4000K.\r\n\r\nBy adopting Philips LED lighting technology, the OVO Wrocław complex can save up to 60% of energy consumption in public zones, compared to conventional lighting.\r\n\r\nProducts Used\r\neW Flex Compact  \r\nVaya Linear MP, White & Mono  \r\nVaya Cove LP G2', 'http://mirror.philipsnas.com/Showcase/installs/OVO-Wroclaw/index.html', 'Philips-OVO-Wrocław-Apartments_small.jpg', 'Philips OVO Wrocław Apartments', 'OVO Wrocław Apartments, Wrocław, Poland', 'Project OVO Wrocław Apartments is located in Wrocław, Poland. Discover lighting design and luminaires types specified in the project.', '2018-04-30 00:00:00'),
(106, 'ZTB001', 0, 94, 'ELBE PHILHARMONIC HALL', 'Hamburg, Germany', 'Zumtobel accentuates the magical atmosphere of the Elbe Philharmonic Hall in Hamburg with a tailored lighting solution that uniquely brings the heart of this spectacular concert hall to life. Zumtobel has referenced the architectural philosophy of combining old and new by working closely with the Swiss architects Herzog & de Meuron and the glass designer Detlef Tanz from Wegberg to carefully craft 1200 hand-blown glass ball luminaires. Paying homage to the nearby River Elbe, the fittings appear like light-filled water bubbles emerging from the undulating acoustic ceiling. The combination of traditional craftsmanship and modern LED technology made the development of this lighting solution a special challenge for Zumtobel. The result is a custom-made luminaire with an especially attractive appearance, which uses a colour temperature of 2700 K to create an emotive atmosphere in the room. The ball fittings are seamlessly dimmable via DMX controls and fully compatible with HDTV, meaning that video recordings made in the concert hall are completely flicker-free.\r\n\r\nThe Plaza features a further 870 machine-made plastic ball luminaires. These LED solutions are grouped in diamond shapes and provide pleasant warm-white general illumination. Zumtobel developed another customised luminaire specifically for the foyer and the cloakroom in front of the concert hall. This hybrid product incorporates a hand-crafted fluorescent fitting with an RGB LED module, which can be separately controlled using a DALI interface. Depending on the particular event, this means that the 750 luminaires can be individually adjusted to create poignant effect lighting.\r\n\r\nZumtobel has also used a number of established standard luminaires in the Elbe Philharmonic Hall. Track-mounted DIAMO and VIVO spotlights controlled by LITECOM provide general illumination in the Störtebecker restaurant. Furthermore, PANOS infinity guarantees homogenous basic lighting in the hallways and conference rooms of the Westin Hotel.\r\n\r\nArchitect: Herzog & de Meuron (CH)\r\nLighting design: Ulrike Brandi Licht, Hamburg (DE)', 'https://www.zumtobel.com/com-en/art_and_culture.html', 'Zumtobel-ELBE-PHILHARMONIC-HALL_small.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'ELBE PHILHARMONIC HALL, Hamburg, Germany', 'Project ELBE PHILHARMONIC HALL is located in Hamburg, Germany. Discover lighting design and luminaires types specified in the project.', '2018-05-01 00:00:00'),
(107, 'ZTB002', 0, 94, 'Faculty of Civil Engineering', 'Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus in Osijek, Croatia', 'Zumtobel has implemented a comprehensive lighting solution throughout the new Faculty of Civil Engineering at a university in the Croation city of Osijek. The architect Dinko Peračić has enjoyed a long and successful partnership with Zumtobel, so he knew straight away that the Austrian lighting specialists could offer the essential skills and experience for this fascinating project - in which light was to play such a key role - along with customised solutions for areas with special requirements.\r\n\r\nThe new Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus in Osijek, Croatia, is on the way to becoming a centre of engineering excellence. Architect Dinko Peračić called on the knowledge and expertise of Zumtobel to help realise the lighting concept for the building that encompasses around 10,000 square metres of usable space – a construction that symbolises the rich potential of the built environment. The lighting solutions specified in the many different areas and rooms optimise the effect of the architecture itself, while also maximising visual comfort for students and employees and meeting stringent demands in terms of energy efficiency.\r\nInitial situation and special requirements\r\nFrom the very outset, Dinko Peračić was convinced that light needed to play a central role in this project. “With other university buildings closely flanking the project on both sides, the biggest challenge was deciding how to bring enough daylight into the new building to create real places of encounter. The artificial light primarily had the task to extend the fundamental spatial quality into the evening and night. The plan was to make the rooms as open and light as possible, with evening visitors guaranteed the same pleasant atmosphere as those using the space during the day. In addition, the building is characterised by different areas that each offer their own distinct ambience. This includes everything from bright classrooms and lecture halls, where luminaires with 360-degree light uniformly illuminate the entire room, to lively entrance areas and even an archaeological site, which is integrated in the foundations of the building. Light interacts with the various spatial geometries and emphasises their unique character. Only with the right light can individuals truly experience the architecture of the building.”\r\n\r\nThe number of students attending the Faculty of Civil Engineering at the Josip Juraj Strossmayer University has grown steadily since 1976. For many years the department was dispersed throughout Osijek in a series of different buildings. The completion of the new Faculty of Civil Engineering in spring 2016 has finally established a single fixed location on the university campus, creating the ideal conditions for the academic institution to achieve its goal of becoming the leading higher education centre for construction in Eastern Croatia. The invitation to tender, which was financed using public funds, was first issued in 2006. Zumtobel has been involved with the design and realisation of the lighting solution since 2010.\r\n\r\nA building with many aspects requires a varied lighting solution\r\nIn addition to optimising the energy footprint of the project by introducing measures such as daylight integration, the lighting solution was subject to a number of important stipulations. The high room heights demanded an intelligent solution to fuse adequate light with excellent glare control, while there was also a clear preference for luminaires with a subtle design – in other words, luminaires that use their lit effect to focus attention on the way the space is presented. The client was impressed with the way Zumtobel could draw from a broad product portfolio to provide almost all of the indoor and outdoor functional lighting, including the emergency lighting, while the ability to offer comprehensive service also favoured the Austrian company. Zumtobel was even able to engineer customised mounting solutions for the special ceiling constructions and could call on its Thorn sister brand to realise the exterior lighting installation.\r\n\r\nHigh efficiency for high rooms\r\nIn the entrance area it was necessary to generate a welcoming atmosphere and to simplify orientation for people entering the expansive building. The slim TUBILUX tube luminaire with its 90mm diameter proved the ideal option. Even with ceiling heights of almost 16 metres, the 360-degree circular distribution produces ample light and allows for the uniform illumination of walls and floors.\r\n\r\nThe height of the rooms also played a decisive role in the specification of the lighting for the 94 classrooms and offices. The luminaires, mounted on ceilings with heights of between 4 and 8 metres, had to deliver enough light for the various different visual tasks undertaken by both students and staff. In addition, they needed to simultaneously demonstrate outstanding glare control and contribute to a pleasant atmosphere that is intended to promote learning and concentration.\r\n\r\nAn MPO+ micro-pyramidal optic and perforated side reflector helped the ECOOS fitting catch the eye of the client. The pendant luminaire blends an attractive design with excellent lighting performance, producing 360-degree light from a single light source. Direct, indirect and lateral light components ensure glare-free light at the workplace and at the same time deliver strong vertical illumination. This combination enhances visual comfort and supports careful working, while bright ceilings and walls pave the way for a pleasant atmosphere. Continuous rows of ECOOS draw straight lines through the classrooms of the new university building, accentuating the special geometry of the learning spaces.\r\n\r\nThe addition of LUXMATE DIMLITE further improves the overall energy performance. The basic version of this lighting management system integrates available light and enables daylight-dependent control in each of the 94 classrooms and offices. Artificial light is added where necessary to achieve the desired light intensity. LITECOM is combined with the modular SEQUENCE adjustable office luminaire in certain conference rooms to offer lighting scenarios tailored to suit particular tasks and situations.\r\n\r\nThe entire building is equipped with the ONLITE RESCLITE safety luminaire. Excellent efficiency and an optimal light distribution mean that relatively few products were required to meet the relevant standards for safety lighting. The emergency lighting solution is carefully monitored by an ONLITE SB controller, which removes the need for individual checks by automatically reporting issues or problems on a central system.\r\n\r\nOne contact for a comprehensive range of services\r\nAlongside the indoor areas, the addition of LED exterior lighting was a decisive factor in the success of the project. As a member of the Zumtobel Group, Zumtobel was able to utilise the know-how of its sister brand, Thorn. The simple and yet elegant URBA LED street lighting lantern perfectly complements the overall architectural concept of architects Dinko Peračić and Roman Šilje, who were both responsible for the outdoor space. Integrated controls help keep energy consumption and maintenance costs to an absolute minimum.\r\n\r\nThe architects and developers of the new Faculty of Civil Engineering in Osijek were won over by the quality, functionality and aesthetic design of the luminaires – an effective combination that has come to exemplify the Zumtobel portfolio. At the same time, the lighting solution also fulfils its most important objective by providing students and employees with high-quality, glare-free light.\r\n\r\nAn overview of all the Zumtobel luminaires used in the project:\r\n\r\nClassrooms and offices: ECOOS, PERLUCE, TECTON, SLOTHLIGHT 2, ELEEA, SEQUENCE\r\nCorridors and entrance areas: SLOTLIGHT 2, TUBILUX, TROIKA, CONTRAST\r\nSafety lighting: ONLITE RESCLITE with SB Controller, ONLITE CROSSIGN\r\nLighting management: LUXMATE DIMLITE, LITECOM', 'https://www.zumtobel.com/media/downloads/2017_08_03_PR_Z_Fakultaet_Osijek_EN.pdf', 'Zumtobel-Civil-Engineering-Faculty-Osijek_small.jpg', 'Zumtobel Faculty of Civil Engineering', 'Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus in Osijek, Croatia', 'Project Faculty of Civil Engineering on the Josip Juraj Strossmayer University campus is located in Osijek, Croatia. Discover lighting design and luminaires types specified in the project.', '2018-05-01 00:00:00'),
(108, 'REG001', 0, 95, 'GASTRO BOUTIQUE BALFEGÒ', 'Barcelona, Spain', 'Balfegó is a gastronomic space designed to spread the culture of tuna. Its lighting concept seeks the immersion of the diner in an idyllic maritime environment.\r\n\r\nAlong with the interior designers and chefs, the goal was to create different immersion levels accompanied by a dim dynamic light that resembled the sun filtered by water in order to enhance the gastronomic experience. The main hall functions as a restaurant, where the dynamic light receives the guests and invites them to learn more about the Bluefin. With fish swimming in space, and waves surrounding the scene, everyone is welcome to an immersive world.\r\n\r\nThe total immersion of the guest into the maritime world was achieved through the dynamic light concept of the main hall. This displays a central piece: the “school of fish”, composed of 88 units of customized LED spots with warm filters (2700K), placed down the central room, illuminating more than a hundred acrylic fish hanging from the ceiling, forming a circle. Also, these luminaries mark the atmosphere throughout the room, with another 60 led spots on the curtains and bars (3000K), creating a wave effect and controlled by DMX programming to simulate the sea movement. The blue curtains surrounding it, resemble fishnets and have a wave shape, which interacts within the ambiance to get the diner to sit down, relax and start their gastronomic journey. The main tables and bar are illuminated by thin pendant cylinders hanging suggesting the edge of the boats with 2W warm LED spot lights.\r\n\r\nThrough the different levels of immersion, the guest embarks on a thematic, didactic and special journey.\r\n\r\nProject Gastro Boutique Balfegò\r\nYear of completion : 2017\r\nPlace: Barcelona, Spain\r\nLighting designer: artec3\r\nArchitect: El Equipo Creativo\r\nPhotography: ©Adrià Goula', 'http://www.reggiani.net/en/projects/balfego/', 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_small.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'GASTRO BOUTIQUE BALFEGÒ, Barcelona, Spain', 'Project GASTRO BOUTIQUE BALFEG is located in Barcelona, Spain. Discover lighting design and luminaires types specified in the project.', '2018-05-02 00:00:00');
INSERT INTO `project_gallery` (`pr_gallery_id`, `sku`, `active`, `manufacturer`, `title`, `subtitle`, `description`, `url`, `thumbnail`, `thumbnail_alt`, `tag_title`, `tag_description`, `dt`) VALUES
(109, 'REG002', 0, 95, 'THAMES TOWER', 'Reading, UK', 'Reggiani UK, working hard to support London and Oslo-based lighting design and consulting studio, Light Bureau, have provided the perfect lighting solution for the dramatic new reception area in the Thames Tower refurbishment project in Reading, Berks.  Consideration had to be given to aesthetics, energy-efficiency, efficacy, a potential BREEAM rating and lifecycle costs to deliver a stunning yet cost-effective solution to the client.  Reggiani’s YORI downlights were the ideal choice for the extensive new reception space that leads out onto the busy concourse at Reading Railway Station.\r\n\r\nThames Tower was a 1970’s derelict office building. The developer, a joint venture between Landid and Brockton Capital, added 4 additional floors to the 10-storey building, dramatically improving the aspect ratio.  On the ground floor a grand, double-height reception has been created by removing the original first floor and introducing new retail spaces to add to the already vibrant offering of Reading Town Centre.  The atrium itself is accessed through impressive 3-metre high revolving glass doors and shares part of the ground floor area with a restaurant and café. The building has been designed to provide everything that is needed for the modern-day tenant.\r\n\r\nReggiani’s YORI fittings with a 13W LED light source and 16 degree beam angle have been utilised for the project and a black finish chosen,  mounted on suspended track.  Mini YORI fittings in a white finish with 10W light source and a 48 degree beam angle were also incorporated into the scheme on recessed track.  As always, the YORI range has provided a high performance, energy-efficient scheme that ensures a flexible and versatile lighting solution.\r\n\r\nArve Olsen, Director of Light Bureau Ltd, commented: “The sleek and modern design of Reggiani’s YORI range combined with a wide range of optical accessories makes the range a uniquely flexible tool of light for a variety of applications. With its honeycomb louvre, high output light source and narrow beam angle, the YORI spotlight works perfectly in the tall reception space. The luminaires contribute in creating a dramatic and memorable arrival experience at Thames Tower”.\r\n\r\nThe drama of the building unfolds as soon as you enter through its revolving doors into the light-filled reception, setting the scene for the inspirational space in the building’s interior.\r\n\r\nJames Silver, Development Director at Landid, stated: “We are incredibly proud to have completed Thames Tower.  We have created a workspace that is like no other in Reading, offering a stylish and contemporary office environment with amenities that are second to none”.\r\n\r\n\r\n\r\n\r\nTHAMES TOWER\r\n    \r\nphotos of project (high definition)  \r\nphotos of project (low definition)  \r\nContact us\r\nProject Thames Tower\r\nYear of completion : 2017\r\nPlace: Reading, UK\r\nLighting designer: Light Bureau Ltd - Lighting Consultant: Arve Olsen, Director and Designer\r\nArchitect: dn-a architects\r\nOther contributions: Redevelopment Project Owner: Landid and Brockton Capital (Joint Venture developers)\r\nPhotography: Jack Hobhouse', 'http://www.reggiani.net/en/projects/thames-tower/', 'Reggiani-THAMES-TOWER_small.jpg', 'Reggiani THAMES TOWER', 'THAMES TOWER, Reading, UK', 'Project THAMES TOWER is located in Reading, UK. Discover lighting design and luminaires types specified in the project.', '2018-05-02 00:00:00'),
(110, 'BZI001', 0, 96, 'AB: IL LUSSO DELLA SEMPLICITÀ', 'Milan, Italy', 'THE NEW  RESTAURANT OF ALESSANDRO BORGHESE\r\n\r\nBuzzi & Buzzi gives a warm and cosy atmosphere to “AB: il lusso della semplicità”, the new 1920s restaurant of the famous chef Alessandro Borghese, designed by the studio of architects Alfredo Canelli and Giovanni Antonelli of Well Made Factory. In Milan, in Viale Belisario, in a historic building, a new restaurant dedicated to living and eating well has opened: a place where sharing and culinary experience combine perfectly thanks to the sparkling personality of the chef.     \r\n\r\nFrom the entrance of the restaurant, the incredible expertise of the company gives the location an elegant light effect: BUZZZ and EGGY will guide you through the stairs and the wide hallway, revealing the incredible location of the new food kingdom. Both the lighting solutions, installed on the ceiling of the entire restaurant irregularly, but at the same time designed to give a uniform light to the space, are the real protagonists: BUZZZ illuminates the restaurant area from the anthracite floor to the green and brass and the gold ceiling and dividing panels which prevail. The same lighting has been used for the lounge bar, which has been decorated with small trunk-shaped tables, red velvet poufs and nut-brown leather seats.\r\n\r\nInstead, EGGY and FUNNEL LAMP enhance the piano bar and the work of the expert barman, and illuminate the meetings and private events room. BUZZZ, perfect for this project because it is a totally recessed hexagonal indoor luminaire made of AirCoral® with rear frosted glass and asymmetric light beam, installable on plasterboard or brick ceilings.\r\n\r\nEGGY, is a totally recessed luminaire made of AirCoral® with egg-shaped light emission hole and rear light source, installable on plasterboard or brick ceilings. Two exclusive and refined products which add value to different locations and create unique light atmospheres.\r\n\r\nAnother important luminaire in the restaurant is FUNNEL: installed in a row of four, FUNNEL is a pendant luminaire with an adjustable silicone cable which gives an extra touch to the important bar characterized by emerald green tiles. An optical white funnel with an elegant clean design made of AirCoral®, an innovative material customizable with coloured finishes, available in the single version with recessed housing or with a steel, white-painted soft touch case, or even with three pendant lamps installed in a single case.\r\n\r\nThe luminaires of Buzzi & Buzzi light up the restrooms too, characterized by a sophisticated three-dimensional boiserie: X1, a luminaire of the special line Iron, is installable on ceilings with adjustable projector and interchangeable lens and it is placed in the bathrooms in the black finishing version (available in white too). It is a high-performance projector realized with a clean-cut design to obtain a minimal visual impact, provided by an adjustable arm which can be angled up to 360° both horizontally and vertically, and installable on ceilings, walls or rail.\r\n\r\nInstead, the adjustable light of TAURUS is installed in the wc: a single, double or triple recessed lighting installable on plasterboard ceilings or walls, with a recessed\r\n\r\nbody made of Coral® and an extraible projector, which highlights spaces and details with a precise beam of light. Lastly, the single installation of the linear and clean PIPEDINO OPEN, a bi-emission surface luminaire made of AirCoral®, which warms up the atmosphere with its diffused, symmetrical and regular light.\r\n\r\nThe lighting project by Buzzi & Buzzi successfully enhances the already bright ambience of the restaurant: the precious and refined gold ceiling is made even warmer and brighter thanks to the light effect created company’s products. As always, skillful work is the basis of these experts in the lighting world.', 'http://www.buzzi-buzzi.it/en/reference/public/67/alessandro-borghese-il-lusso-della-semplicita-milan', 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_small.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'AB: IL LUSSO DELLA SEMPLICITÀ, Milan, Italy', 'Project AB: IL LUSSO DELLA SEMPLICITÀ is located in Milan, Italy. Discover lighting design and luminaires types specified in the project.', '2018-05-03 00:00:00'),
(111, 'SAT001', 0, 97, 'INFINITY', 'Amsterdam, the Netherlands', 'The INFINITY Business Center is one of Amsterdam’s most spectacular buildings, located directly on the city’s beltway and built on 16 pillars. It is transparent, innovative, eco-friendly and welcoming. Its extraordinary architecture featuring a double facade for natural ventilation, plenty of daylight, energy-efficient technology and, last, but not least, a fantastic view over Amsterdam equally fascinate visitors and onlookers.\r\n\r\nSoft-Delta luminaires by SATTLER accentuate the foyer. The integrated acoustic membrane improves the room acoustics and also reduces the reverberant sound.\r\n\r\nArchitect: MVSA – Architects, Client: Dutch Light Pro – Ridderkerk,\r\nDelivered by: Unique Brands b.v. – Alblasserdam\r\nFotos: Nathalie Peters\r\n \r\n\r\nProductinfo: SOFT DELTA', 'http://www.sattler-lighting.com/en/object/infinity-amsterdam/', 'Sattler-INFINITY_small.jpg', 'Sattler INFINITY', 'INFINITY, Amsterdam, the Netherlands', 'Project INFINITY is located in Amsterdam, the Netherlands. Discover lighting design and luminaires types specified in the project.', '2018-05-03 00:00:00'),
(112, 'LOU001', 0, 98, 'Tirpitz Museum', 'Varde, Denmark', 'In the protected dune landscape along the Danish west coast, the architects Bjarke Ingels Group (BIG) have created a spectacular yet almost completely hidden museum. Louis Poulsen was in charge of the lighting plan, and designed a customised fixture for the project.\r\n\r\nFrom the outset, light played a key role in designing the 2,800-square-metre exhibition space, which with its large open glass sections stands in strong contrast to the gloomy bunker behind.\r\n\r\nLouis Poulsen developed a lighting plan for the project as well as a new pendant. The pure, conical shape effectively directs the light downwards, and ensures that the pendant illuminates the space and the exhibits without disturbing the dramatic effect of the exhibitions.\r\n\r\nThe Tirpitz museum is situated near Varde in west Jutland, and takes visitors on a journey through a treasure trove of stories from the area – tales about lost ships, dangerous smugglers and clandestine love affairs during the Second World War. The museum is built into a sand ramp that leads up to the bunker – i.e it is man-made. Thus, it was possible to bring together three museums in a single building and create a spectacular cultural institution in the otherwise totally protected area.\r\n\r\n“In addition to the functional and technical requirements, we wanted to create a fixture which harmonises with the museum’s simple design idiom and execution in pure materials such as concrete, glass and steel. Everything is stripped down to the basics with absolutely no decoration – and this also needed to apply to the lamp. Therefore, we developed an LED fixture in a tight conical shape in galvanised zinc, which is perfectly suited to a building where nothing is painted, and everything is raw and naked and honest,”\r\n\r\nOle Elkjær-Larsen, an architect at BIG and project manager for the Tirpitz project.\r\n\r\nArchitect: BIG – Bjarke Ingels Group \r\nLighting designer: BIG IDEAS – Bjarke Ingels Group & Louis Poulsen. \r\nEngineer: Ingeniørgruppen Syd. \r\nInstaller: TeknikGruppen, Erichsen & Søn \r\nPhotographer: Jesper Ray', 'https://www.louispoulsen.com/int/professionals/theme/indoor/tirpitz/', 'Louis-Poulsen-Tirpitz-Museum_small.jpg', 'Louis Poulsen Tirpitz Museum', 'Tirpitz Museum, Varde, Denmark', 'Project Tirpitz Museum is located in Varde, Denmark. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(113, 'LOU002', 0, 98, 'The Qvest', 'Cologne, Germany', 'The former city archive in Cologne is now home to The Qvest– a spectacular design hotel located in a NeoGothic building designed by Friedrich Carl Heimann – where modern art and design of an exceptionally high standard provides a stark contrast.\r\n\r\nThe hotel is owned by art collector Michael Kaune, who runs the German Qvest Magazine. His impressive collection of photographs, modern art and furniture by such designers as Arne Jacobsen, Mies van der Rohe and Verner Panton provides a consistent design theme throughout the hotel, adding to its unique atmosphere.\r\n\r\nStep inside the design hotel where all 34 rooms are individually furnished and where Louis Poulsen’s new and classic light fixtures mingle with the carefully selected pieces of vintage furniture.\r\n\r\nPhotographer: Constantin Meyer\r\n\r\nProducts: Yuh Table Panthella Floor NJP Floor AJ Wall PH Artichoke AJ Table Yuh Floor VL38 Table PH 5 Mini Panthella Mini Table VL45 Radiohus Pendant LP Cité AJ Floor Doo-Wop Ripls NJP Wall', 'https://www.louispoulsen.com/int/professionals/theme/indoor/contemporary-hospitality/', 'Louis-Poulsen-The-Qvest_small.jpg', 'Louis Poulsen The Qvest', 'The Qvest, Cologne, Germany', 'Project The Qvest is located in Cologne, Germany. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(114, 'WMN001', 0, 99, 'Bayer Consumer Care AG', 'Basel, Switzerland', 'Bayer Consumer Care AG is a global player. Bayer is, in fact, a life science corporation with a history of more than 150 years and core competencies in the sectors of health and agriculture. The mission statement of this company that employs 115,000 people in 78 countries runs as follows: Bayer: Science For A Better Life.\r\n\r\nA growing and ageing world population demands adequate nutrition and ever better medical care. Due to this fact, Bayer concentrates on improving the quality of life of people through the prevention, alleviation and healing of diseases. Bayer AG also makes an important contribution to the reliable supply of high-quality foodstuffs and animal feed as well as plant-based raw materials.\r\n\r\nIn the office buildings in Basel, Bayer AG entrusts Waldmann with its selection of luminaires. As a result, several luminaires will be entering service with immediate effect in the new office premises of Bayer. LAVIGO VTL luminaires from Waldmann have been installed to ensure that there is no lack of natural light for the staff in the interior. The VTL lighting control system developed by the \"Engineer of Light\" brings the dynamic of the natural daylight and its positive effect directly to each office workstation. The VIVAA suspended luminaire knows how to carry conviction with its optimum light conditions. It blends harmoniously into each ambience. Its seamless design in stainless steel bathes rooms in a pleasant, bright light. The Suspended Luminaire IDOO.line is also used by Bayer. The IDOO.line scores especially with high glare protection.\r\n\r\nLighting solution: Free-Standing Luminaire LAVIGO VTL, Suspended Luminaire LAVIGO, Suspended Luminaire IDOO.line, Suspended Luminaire VIVAA\r\n\r\nImages:\r\n© Bayer Basel', 'https://www.waldmann.com/home/office/references/bayer~ff80818162663dfa01629045e6134f94.en.html?highlight=true', 'Waldmann-Bayer_small.jpg', 'Waldmann Bayer Consumer Care AG', 'Bayer Consumer Care AG, Basel, Switzerland', 'Project Bayer Consumer Care AG is located in Basel, Switzerland. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(115, 'WMN002', 0, 99, 'Pressehaus Stuttgart', 'Stuttgart, Germany', 'Südwestdeutsche Medienholding (SWMH), a company based in Stuttgart that began life as Stuttgarter Zeitungsverlag [Stuttgart Newspaper Publishers] founded back in 1908, has grown in the course of more than one century of company history from a regional newspaper business into a diversified media corporation. Today, SWMH is one of the most significant media groups in Germany and it offers a broad and diversified network of high-quality published products. As well as newspapers that constitute the core business of the Group, the SWMH portfolio also includes numerous technical journals and promotional publications. In addition, the Group houses printing businesses, postal and logistics companies as well as several companies with activities peripheral to the publishing business. Various radio holdings and a TV production company round off the media offering. At the Stuttgart location, with its core brands \'Stuttgarter Zeitung\' and \'Stuttgarter Nachrichten\', the various companies within the Group employ approximately 1000 people.\r\n\r\n\r\n\r\nIn the newly designed newsroom of the Stuttgarter Zeitung and the Stuttgarter Nachrichten, the architecture of the building requires particularly good lighting to be provided. Therefore a decision was taken in favour of the LAVIGO VTL DPS 480/P, which proved very quick and easy to install. The light colour and brightness of the LED standard luminaires are adapted to suit the prevailing time of day. For this purpose, the light colour and intensity of the light generated indirectly by the luminaire vary between 6,500 Kelvin of light, similar to natural daylight, in the morning to awaken the body and all the senses and warm white light of 3000 Kelvin for a cosy atmosphere in the afternoon or indeed in the evening. This process comes closest to that of natural light and positively influences not only the hormone production but also the bio-rhythm of the staff. Manifestly, everyone benefits from this biodynamic form of lighting.\r\n\r\nArchitect: Pfeiffer, Ellermann, Preckel, Lüdinghausen (2002)\r\n\r\nLighting solution: Free-Standing Luminaire VTL\r\n\r\nImages: © Daniel Vieser, Karlsruhe', 'https://www.waldmann.com/home/office/references/pressehaus_stuttgart~ff80818158521c600159f9f05d5804e2.en.html?highlight=true', 'Waldmann-Pressehaus-Stuttgart_small.jpg', 'Waldmann Pressehaus Stuttgart', 'Pressehaus Stuttgart, Stuttgart, Germany', 'Project Pressehaus Stuttgart is located in Stuttgart, Germany. Discover lighting design and luminaires types specified in the project.', '2018-05-10 00:00:00'),
(117, 'SSSU', 1, 0, 'title', 'subtitle', 'SQLSTATE[42S22]: Column not found: 1054 Unknown column \'active\' in \'field list\'', 'some url', 'thumbnail', 'alter text', 'title tag', 'descsription', '2018-07-23 17:07:09'),
(119, 'SSSU1', 1, 0, 'title', 'subtitle', 'DESxr', 'www.gag.com', '', '', 'title', 'descrpTag', '2018-07-23 17:14:50'),
(121, 'USSSR', 1, 0, 'title', 'subtitle', 'asdasasdasdasdasd', 'www.jika.com', '', '', 'asd', 'fg', '2018-07-25 16:30:30');

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

--
-- Table structure for table `project_gallery_cats`
--

CREATE TABLE `project_gallery_cats` (
  `node_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `name` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `project_gallery_cats`:
--

--
-- Dumping data for table `project_gallery_cats`
--

INSERT INTO `project_gallery_cats` (`node_id`, `parent_id`, `name`, `lft`, `rgt`) VALUES
(1, 0, 'Classification', 1, 176),
(2, 1, 'Location', 2, 23),
(3, 1, 'Light Source', 24, 41),
(4, 1, 'Luminaire Type', 42, 59),
(5, 1, 'Project Type', 60, 105),
(6, 1, 'Manufacturers', 106, 175),
(7, 2, 'North America', 3, 4),
(8, 2, 'Europe', 5, 6),
(9, 2, 'Asia', 7, 8),
(10, 2, 'USA', 9, 10),
(11, 2, 'Australia', 11, 12),
(14, 4, 'Flood lighting', 43, 44),
(16, 4, 'General Lighting', 45, 46),
(17, 4, 'Accent Lighting', 47, 48),
(18, 5, 'Commercial', 61, 62),
(19, 5, 'Hospitality', 63, 64),
(20, 5, 'Roadways', 65, 66),
(21, 5, 'Residential', 67, 68),
(22, 5, 'Industrial', 69, 70),
(23, 5, 'Transportation', 71, 72),
(24, 5, 'Healthcare', 73, 74),
(25, 5, 'Landscape', 75, 76),
(26, 5, 'Water features', 77, 78),
(27, 6, 'Traxon Technologies', 107, 108),
(28, 6, 'Lumenpulse', 109, 110),
(29, 2, 'South America', 13, 14),
(30, 2, 'Africa', 15, 16),
(33, 5, 'Museums', 79, 80),
(34, 5, 'Retail', 81, 82),
(35, 4, 'Media Display', 49, 50),
(37, 5, 'Public', 83, 84),
(38, 5, 'Sports', 85, 86),
(39, 5, 'Religious', 87, 88),
(40, 6, 'BEGA', 111, 112),
(41, 4, 'Area Lighting', 51, 52),
(42, 5, 'Administrative', 89, 90),
(44, 6, 'Edge Lighting', 113, 114),
(45, 6, 'Focal Point Lights', 115, 116),
(46, 6, 'Element Lighting', 117, 118),
(47, 3, 'LED White', 25, 26),
(48, 3, 'LED Dinamic White', 27, 28),
(49, 3, 'LED RGB', 29, 30),
(50, 3, 'OLED', 31, 32),
(51, 5, 'Parking Lighting', 91, 92),
(52, 5, 'Facade', 93, 94),
(53, 5, 'Art Installations', 95, 96),
(54, 5, 'Monuments', 97, 98),
(55, 2, 'Canada', 17, 18),
(56, 3, 'Fluorescent', 33, 34),
(57, 3, 'HID', 35, 36),
(58, 3, 'Incandescent', 37, 38),
(59, 3, 'Induction', 39, 40),
(60, 4, 'Decorative', 53, 54),
(62, 6, 'ERCO', 119, 120),
(63, 4, 'Wallwasher', 55, 56),
(64, 6, 'Delta Light', 121, 122),
(65, 6, 'iGuzzini', 123, 124),
(66, 6, 'Targetti', 125, 126),
(67, 6, 'USAI Lighting', 127, 128),
(68, 6, 'We-ef Lighting', 129, 130),
(69, 6, 'Precision Lighting', 131, 132),
(70, 6, 'Hacel', 133, 134),
(74, 6, 'Fagerhult', 135, 136),
(76, 6, 'ateljé Lyktan', 137, 138),
(77, 6, 'ADO Lights', 139, 140),
(78, 6, 'ROXO Lighting', 141, 142),
(79, 6, 'Swarovski', 143, 144),
(80, 6, 'Buzzi Space', 145, 146),
(81, 6, 'Artemide', 147, 148),
(82, 5, 'Culture', 99, 100),
(83, 6, 'Axolight', 149, 150),
(84, 6, 'Hoffmeister', 151, 152),
(85, 6, 'Davide Groppi', 153, 154),
(86, 6, 'Intra Lighting', 155, 156),
(87, 5, 'Office', 101, 102),
(88, 4, 'Inground', 57, 58),
(89, 5, 'Education', 103, 104),
(90, 6, 'Wayson Lighting', 157, 158),
(91, 6, 'acdc', 159, 160),
(92, 6, 'Philips', 161, 162),
(93, 2, 'New Zealand', 19, 20),
(94, 6, 'Zumtobel', 163, 164),
(95, 6, 'Reggiani', 165, 166),
(96, 6, 'BUZZI & BUZZI', 167, 168),
(97, 6, 'Sattler', 169, 170),
(98, 6, 'Louis Poulsen', 171, 172),
(99, 6, 'Waldmann', 173, 174),
(100, 2, 'Bulgaria', 21, 22);

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

--
-- Table structure for table `project_gallery_families`
--

CREATE TABLE `project_gallery_families` (
  `id` int(10) UNSIGNED NOT NULL,
  `pr_gallery_id` int(10) UNSIGNED NOT NULL,
  `family_code` varchar(64) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `project_gallery_families`:
--   `pr_gallery_id`
--       `project_gallery` -> `pr_gallery_id`
--

--
-- Dumping data for table `project_gallery_families`
--

INSERT INTO `project_gallery_families` (`id`, `pr_gallery_id`, `family_code`) VALUES
(42, 39, 'EDG_jbox'),
(43, 40, 'EDG_jbox'),
(51, 37, 'EDG_SS3-RGB'),
(52, 38, 'EDG_SS3-RGB'),
(53, 44, 'ELM_E3R-F-B'),
(54, 44, 'ELM_E3R-F-F'),
(55, 44, 'ELM_E3R-L-B'),
(56, 45, 'ELM_E3R-F-B'),
(57, 45, 'ELM_E3R-F-F'),
(58, 45, 'ELM_E3R-L-B'),
(59, 41, 'FOP_FSM2LS-FL'),
(60, 42, 'FOP_FLC44D'),
(61, 43, 'ELM_E3R-F-B'),
(62, 43, 'ELM_E3R-F-F'),
(63, 43, 'ELM_E3R-L-B'),
(65, 47, 'TRX_16PXL'),
(67, 29, 'LMP_LBX'),
(73, 51, 'LMP_LBX-DWH'),
(74, 52, 'LMP_LBX-DWH'),
(78, 55, 'LMP_LAMC3'),
(84, 56, 'LMP_LAMC3'),
(85, 56, 'LMP_LAMC1'),
(92, 60, 'LMP_LAMC1'),
(93, 59, 'LMP_LAMC1'),
(94, 53, 'LMP_LBX-DWH'),
(114, 64, 'DLT_6274882515ADED1'),
(115, 64, 'DLT_6274883224ADED8'),
(116, 64, 'DLT_6274882515ADED8'),
(122, 63, 'DLT_6274882515ADED1'),
(123, 63, 'DLT_6274883224ADED8'),
(124, 63, 'DLT_6274882515ADED8'),
(125, 65, 'TRX_16PXL'),
(126, 66, 'TRX_16PXL'),
(127, 36, 'BGA_88977'),
(128, 61, 'ERC_Pantrac-5733'),
(129, 57, 'LMP_LAMC3'),
(130, 58, 'LMP_LAMC3'),
(131, 58, 'LMP_LAMC1'),
(132, 62, 'ERC_Pantrac-5733'),
(134, 54, 'LMP_LBLP-CC'),
(135, 67, 'TRX_16PXL'),
(136, 68, 'IGZ_SB-16'),
(137, 68, 'IGZ_TB-16'),
(138, 69, 'IGZ_I-MXJ0'),
(139, 69, 'IGZ_I-MQ/I-MU'),
(140, 69, 'IGZ_LB'),
(142, 71, 'IGZ_I-ADR'),
(143, 72, 'TRG_DL-ES'),
(144, 72, 'TRG_DL'),
(145, 72, 'TRG_CCM-F-II'),
(146, 72, 'TRG_CCM-F'),
(147, 72, 'TRG_CCM-A'),
(148, 72, 'TRG_CCM-I'),
(149, 73, 'TRG_DL-ES'),
(150, 73, 'TRG_DL'),
(151, 73, 'TRG_CCM-F-II'),
(152, 73, 'TRG_CCM-F'),
(153, 73, 'TRG_CCM-A'),
(154, 73, 'TRG_CCM-I'),
(155, 74, 'TRG_DL-ES'),
(156, 74, 'TRG_DL'),
(157, 74, 'TRG_CCM-F-II'),
(158, 74, 'TRG_CCM-F'),
(159, 74, 'TRG_CCM-A'),
(160, 74, 'TRG_CCM-I'),
(161, 74, 'TRG_DRL'),
(164, 76, 'USA_LRTD4-2-1'),
(165, 76, 'USA_LRTD4'),
(166, 76, 'USA_LN10RD'),
(167, 76, 'USA_LN10RA'),
(168, 77, 'USA_LRTD4-2-1'),
(169, 77, 'USA_LRLA3'),
(170, 77, 'USA_LMRTA4-2'),
(171, 78, 'WEF_115-0172'),
(172, 78, 'WEF_105-0076'),
(173, 78, 'WEF_185-2658'),
(174, 75, 'USA_LRTD4-2-1'),
(175, 75, 'USA_LRLA3'),
(176, 75, 'WEF_111-0188'),
(177, 79, 'WEF_108-1500'),
(178, 79, 'WEF_108-1552'),
(179, 81, 'WEF_111-0188'),
(180, 81, 'WEF_111-0403'),
(181, 94, 'IGZ_I-MXJ0'),
(182, 94, 'IGZ_I-MR98'),
(185, 117, 'AEL_ACP1LED'),
(186, 117, 'AEL_AVPCL2'),
(189, 119, 'AEL_AVPCL2'),
(190, 119, 'AEL_247CL'),
(201, 121, 'AMT_LC32-2');

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

--
-- Table structure for table `project_gallery_images`
--

CREATE TABLE `project_gallery_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `pr_gallery_id` int(10) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL,
  `img_subtitle` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `project_gallery_images`:
--   `pr_gallery_id`
--       `project_gallery` -> `pr_gallery_id`
--

--
-- Dumping data for table `project_gallery_images`
--

INSERT INTO `project_gallery_images` (`image_id`, `pr_gallery_id`, `img_src`, `alt_name`, `img_subtitle`) VALUES
(476, 39, 'Edge_Lighting_merch_mart_11.jpg', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.'),
(477, 40, 'Edge_Lighting_cirrus_channel_d1_install_08.jpg', 'Cirrus Channel D1 installation.', 'Cirrus Channel D1 installation.'),
(483, 37, 'Edge_Lighting_ss3_soft_strip_rgb_install_07.jpg', 'SS3 soft strip. cove lighting', 'SS3 soft strip. cove lighting'),
(484, 38, 'Edge_Lighting_soft_strip_3w_12v_install2.jpg', 'SS3 RGB Installation', 'SS3 RGB Installation'),
(485, 44, 'Element_Lighting_CherryWoodKitchen1.jpg', 'Adjustable LED downlight installation.', 'Adjustable LED downlight installation.'),
(486, 45, 'Element_Lighting_EmpireStateOffice1.jpg', 'Adjustable LED downlight installation.', 'Adjustable LED downlight installation.'),
(487, 41, 'Focal_Point_FSM2LS_criteo_01.jpg', 'Seem 2 LED Suspended', 'Seem 2 LED Suspended'),
(488, 42, 'Focal_Point_FLC44_salesforce.jpg', 'Salesforce, San Francisco, California', 'Salesforce, San Francisco, California'),
(513, 7, 'TRX001_Kamppi_Shopping_Mall_01.jpg', 'Kamppi Shopping Mall', 'Kamppi Shopping Mall'),
(514, 7, 'TRX001_Kamppi_Shopping_Mall_02.jpg', 'Kamppi Shopping Mall', 'Kamppi Shopping Mall'),
(515, 7, 'TRX001_Mirror_64PXL.jpg', 'Mirror 64PXL Wash panels', 'Mirror 64PXL Wash panels'),
(516, 7, 'TRX001_Mirror_64PXL_m.jpg', 'Mirror 64PXL Wash panels', 'Mirror 64PXL Wash panels'),
(517, 12, 'TRX002_David_H_Koch_Theater_Lincoln_Center_01.jpg', 'David H. Koch Theater. Lincoln Center', 'David H. Koch Theater. Lincoln Center'),
(518, 12, 'TRX002_David_H_Koch_Theater_Lincoln_Center_02.jpg', 'David H. Koch Theater. Lincoln Center', 'David H. Koch Theater. Lincoln Center'),
(519, 12, 'TRX002_1PXL.jpg', '', ''),
(520, 13, 'TRX003_Nova_Eventis_Shopping_Mall_01.jpg', 'Nova Eventis Shopping Mall', 'Nova Eventis Shopping Mall'),
(521, 13, 'TRX003_Nova_Eventis_Shopping_Mall_02.jpg', 'Nova Eventis Shopping Mall', 'Nova Eventis Shopping Mall'),
(522, 14, 'TRX004_Cronos_01.jpg', 'Cronos', 'Cronos'),
(523, 15, 'TRX005_Cube_Chandelier-Zwolle_01.jpg', 'Cube Chandelier-Zwolle', 'Cube Chandelier-Zwolle'),
(524, 16, 'TRX006_Lutron_Showroom_01.jpg', 'Lutron Showroom', 'Lutron Showroom'),
(525, 17, 'TRX007_ESPRIT_Flagship_Store_01.jpg', 'ESPRIT Flagship Store', 'ESPRIT Flagship Store'),
(527, 18, 'TRX008_CRUSH_Teen_Club_at_Atlantis_01.jpg', 'CRUSH Teen Club at Atlantis', 'CRUSH Teen Club at Atlantis'),
(528, 19, 'TRX009_Euratechnologies_01.jpg', 'Euratechnologies', 'Euratechnologies'),
(529, 19, 'TRX009_Euratechnologies_02.jpg', 'Euratechnologies', 'Euratechnologies'),
(530, 20, 'TRX010_Los_Libertadores_Bridge_01.jpg', 'Los Libertadores Bridge', 'Los Libertadores Bridge'),
(531, 21, 'TRX011_Project_Hope_01.jpg', 'Project Hope', 'Project Hope'),
(532, 22, 'TRX012_Sephora_Qianmen_Flagship_Store_01.jpg', 'Sephora Qianmen Flagship Store', 'Sephora Qianmen Flagship Store'),
(533, 23, 'TRX013_La_Geode_Entrance_01.jpg', 'La Geode Entrance', 'La Geode Entrance'),
(534, 24, 'TRX014_OVO_01.jpg', 'OVO', 'OVO'),
(535, 24, 'TRX014_OVO_02.jpg', 'OVO', 'OVO'),
(536, 25, 'TRX015_Roka_Akor_01.jpg', 'Roka Akor', 'Roka Akor'),
(537, 25, 'TRX015_Roka_Akor_02.jpg', 'Roka Akor', 'Roka Akor'),
(538, 26, 'TRX016_Christ_the_Redeemer_Monument_01.jpg', 'Christ the Redeemer Monument', 'Christ the Redeemer Monument'),
(539, 26, 'TRX016_Christ_the_Redeemer_Monument_02.jpg', 'Christ the Redeemer Monument', 'Christ the Redeemer Monument'),
(542, 43, 'Element_Lighting_element_square_sl_hires.jpg', 'Element Lighting Applications', 'Element Lighting Applications'),
(545, 47, 'Nemours_Children_Hospital.jpg', 'Nemours Children’s Hospital - Orlando, FL', 'Nemours Children’s Hospital - Orlando, FL'),
(548, 10, 'LMP007_The_Casino_de_Montreal_01.jpg', 'The Casino de Montreal', 'The Casino de Montreal'),
(551, 31, 'LMP009_230_Park_Avenue_01.jpg', '230 Park Avenue', '230 Park Avenue'),
(552, 31, 'LMP009_230_Park_Avenue_02.jpg', '230 Park Avenue', '230 Park Avenue'),
(553, 8, 'LMP002_Yale-New_Haven_Hospital_Atrium_01.jpg', 'Yale-New Haven Hospital Atrium', 'Yale-New Haven Hospital Atrium'),
(554, 28, 'LMP003_Montreal_Museum_of_Contemporary_Art_01.jpg', 'Montreal Museum of Contemporary Art', 'Montreal Museum of Contemporary Art'),
(555, 28, 'LMP003_Montreal_Museum_of_Contemporary_Art_02.jpg', 'Montreal Museum of Contemporary Art', 'Montreal Museum of Contemporary Art'),
(556, 29, 'LMP004_BC_Place_01.jpg', 'BC Place', 'BC Place'),
(557, 29, 'LMP004_BC_Place_01.jpg', 'BC Place', 'BC Place'),
(558, 30, 'LMP005_St_John_the_Evangelist_Church_01.jpg', 'St. John the Evangelist Church', 'St. John the Evangelist Church'),
(559, 9, 'LMP006_Pacific_Centre_01.jpg', 'Pacific Centre', 'Pacific Centre'),
(560, 33, 'LMP011_Pandora_Jewelry_01.jpg', 'Pandora Jewelry', 'Pandora Jewelry'),
(561, 33, 'LMP011_Pandora_Jewelry_02.jpg', 'Pandora Jewelry', 'Pandora Jewelry'),
(562, 34, 'LMP012_Latham_Hotel_01.jpg', 'Latham Hotel', 'Latham Hotel'),
(563, 34, 'LMP012_Latham_Hotel_01.jpg', 'Latham Hotel', 'Latham Hotel'),
(564, 32, 'LMP010_Telus_World_of_Science_01.jpg', 'Telus World of Science', 'Telus World of Science'),
(565, 11, 'LMP008_Saint_Louis_Art_Museum_01.jpg', 'Saint Louis Art Museum', 'Saint Louis Art Museum'),
(566, 11, 'LMP008_Saint_Louis_Art_Museum_02.jpg', 'Saint Louis Art Museum', 'Saint Louis Art Museum'),
(567, 27, 'LMP001_Banner_MD_Anderson_Cancer_Center_01.jpg', 'Banner MD Anderson Cancer Center', 'Banner MD Anderson Cancer Center'),
(572, 51, 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_01.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH'),
(573, 51, 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_02.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH'),
(574, 51, 'LMP_Jacques_Cartier_Bridge_Lumenbeam_LBX_DWH_03.jpg', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH', 'Lumenpulse.Jacques-Cartier Bridge.Lumenbeam LBX DWH'),
(575, 52, 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_01.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH'),
(576, 52, 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_02.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH'),
(577, 52, 'LMP_Are_Ski_Resort_Lumenbeam_LBX_DWH_03.jpg', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH', 'Lumenpulse.Åre Ski Resort.Lumenbeam LBX DWH'),
(583, 55, 'LMP_Duty_Free_Boutiques_LAMC3_01.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Lumenpulse.Duty-Free Boutiques.LAMC3'),
(584, 55, 'LMP_Duty_Free_Boutiques_LAMC3_02.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Lumenpulse.Duty-Free Boutiques.LAMC3'),
(585, 55, 'LMP_Duty_Free_Boutiques_LAMC3_03.jpg', 'Lumenpulse.Duty-Free Boutiques.LAMC3', 'Lumenpulse.Duty-Free Boutiques.LAMC3'),
(599, 56, 'LMP_BMW_Rome_LAMC3_01.jpg', 'Lumenpulse.BMW Rome.LAMC3', 'Lumenpulse.BMW Rome.LAMC3'),
(600, 56, 'LMP_BMW_Rome_LAMC3_02.jpg', 'Lumenpulse.BMW Rome.LAMC3', 'Lumenpulse.BMW Rome.LAMC3'),
(609, 60, 'LMP_BMO_Capital_Markets_LAMC1_01.jpg', 'Lumenpulse.BMO Capital Markets.LAMC1', 'Lumenpulse.BMO Capital Markets.LAMC1'),
(610, 60, 'LMP_BMO_Capital_Markets_LAMC1_02.jpg', 'Lumenpulse.BMO Capital Markets.LAMC1', 'Lumenpulse.BMO Capital Markets.LAMC1'),
(611, 59, 'LMP_Jollys_House_Fraser_LAMC1_01.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(612, 59, 'LMP_Jollys_House_Fraser_LAMC1_02.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(613, 59, 'LMP_Jollys_House_Fraser_LAMC1_03.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(614, 59, 'LMP_Jollys_House_Fraser_LAMC1_04.jpg', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1', 'Lumenpulse.Jolly\'s House of Fraser.LAMC1'),
(615, 53, 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_01.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH'),
(616, 53, 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_02.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH'),
(617, 53, 'LMP_Space_Shuttle_Atlantis_Lumenbeam_LBX_DWH_03.jpg', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH', 'Lumenpulse.Space Shuttle Atlantis.Lumenbeam LBX DWH'),
(640, 64, 'Delta-Light-Designspace_01.jpg', 'Designspace ', 'Designspace '),
(641, 64, 'Delta-Light-Designspace_02.jpg', 'Designspace ', 'Designspace '),
(651, 63, 'Delta-Light-Other-Criteria_01.jpg', 'Other Criteria', 'Other Criteria'),
(652, 63, 'Delta-Light-Other-Criteria_03.jpg', 'Other Criteria', 'Other Criteria'),
(653, 65, 'Traxon-Chevy-Chase-Pavilion_01.jpg', 'Chevy Chase Pavilion', 'Chevy Chase Pavilion'),
(654, 65, 'Traxon-Chevy-Chase-Pavilion_02.jpg', 'Chevy Chase Pavilion', 'Chevy Chase Pavilion'),
(655, 65, 'Traxon-Chevy-Chase-Pavilion_03.jpg', 'Chevy Chase Pavilion', 'Chevy Chase Pavilion'),
(656, 66, 'Traxon-Norwegian-Cruise-Line_01.jpg', 'Norwegian Cruise Line', 'Norwegian Cruise Line'),
(657, 66, 'Traxon-Norwegian-Cruise-Line_02.jpg', 'Norwegian Cruise Line', 'Norwegian Cruise Line'),
(658, 36, 'Bega_Chandler_lg_02.png', 'Chandler City Hall', 'Bega. Chandler City Hall'),
(659, 57, 'LMP_Next_Rugby_LAMC_01.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Lumenpulse.Next,Rugby.LAMC3'),
(660, 57, 'LMP_Next_Rugby_LAMC_02.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Lumenpulse.Next,Rugby.LAMC3'),
(661, 57, 'LMP_Next_Rugby_LAMC_03.jpg', 'Lumenpulse.Next,Rugby.LAMC3', 'Lumenpulse.Next,Rugby.LAMC3'),
(662, 58, 'LMP_Birks_Laval_LAMC3_01.jpg', 'Lumenpulse.Birks Laval.LAMC3', 'Lumenpulse.Birks Laval.LAMC3'),
(663, 58, 'LMP_Birks_Laval_LAMC3_02.jpg', 'Lumenpulse.Birks Laval.LAMC3', 'Lumenpulse.Birks Laval.LAMC3'),
(665, 54, 'LMP_College_Montmorency_Lumenbeam_LBLP_Color_Changing_01.jpg', 'Lumenpulse.College Montmorency.Lumenbeam LP Color Changing', 'Lumenpulse.College Montmorency.Lumenbeam LP Color Changing'),
(666, 67, 'Traxon-PCK-refinery_01.jpg', 'PCK refinery', 'PCK refinery'),
(667, 67, 'Traxon-PCK-refinery_02.jpg', 'PCK refinery', 'PCK refinery'),
(668, 67, 'Traxon-PCK-refinery_03.jpg', 'PCK refinery', 'PCK refinery'),
(681, 70, 'iGuzzini-St-Pierre-Cathedral_01.jpg', 'iGuzzini. St. Pierre Cathedral', 'iGuzzini. St. Pierre Cathedral'),
(682, 70, 'iGuzzini-St-Pierre-Cathedral_02.jpg', 'iGuzzini. St. Pierre Cathedral', 'iGuzzini. St. Pierre Cathedral'),
(683, 70, 'iGuzzini-St-Pierre-Cathedral_03.jpg', 'iGuzzini. St. Pierre Cathedral', 'iGuzzini. St. Pierre Cathedral'),
(686, 68, 'iGuzzini-Castellana-77_01.jpg', 'iGuzzini Castellana 77', 'iGuzzini Castellana 77'),
(687, 68, 'iGuzzini-Castellana-77_02.jpg', 'iGuzzini Castellana 77', 'iGuzzini Castellana 77'),
(688, 68, 'iGuzzini-Castellana-77_03.jpg', 'iGuzzini Castellana 77', 'iGuzzini Castellana 77'),
(689, 69, 'iGuzzini-The-Scrovegni-Chapel_01.jpg', 'iGuzzini. The Scrovegni Chapel', 'iGuzzini. The Scrovegni Chapel'),
(690, 69, 'iGuzzini-The-Scrovegni-Chapel_02.jpg', 'iGuzzini. The Scrovegni Chapel', 'iGuzzini. The Scrovegni Chapel'),
(691, 69, 'iGuzzini-The-Scrovegni-Chapel_03.jpg', 'iGuzzini. The Scrovegni Chapel', 'iGuzzini. The Scrovegni Chapel'),
(694, 71, 'iGuzzini-Iso-Omena-shopping-centre_01.jpg', 'iGuzzini. The Iso Omena shopping centre', 'iGuzzini. The Iso Omena shopping centre'),
(695, 71, 'iGuzzini-Iso-Omena-shopping-centre_02.jpg', 'iGuzzini. The Iso Omena shopping centre', 'iGuzzini. The Iso Omena shopping centre'),
(696, 72, 'Targetti-Boston-Consulting-Group_01.jpg', 'Targetti Boston Consulting Group', 'Targetti Boston Consulting Group'),
(697, 72, 'Targetti-Boston-Consulting-Group_02.jpg', 'Targetti Boston Consulting Group', 'Targetti Boston Consulting Group'),
(698, 72, 'Targetti-Boston-Consulting-Group_03.jpg', 'Targetti Boston Consulting Group', 'Targetti Boston Consulting Group'),
(699, 73, 'Targetti-Wynn-Palace-Resort-Hotel_01.jpg', 'Targetti Wynn Palace Resort Hotel', 'Targetti Wynn Palace Resort Hotel'),
(700, 73, 'Targetti-Wynn-Palace-Resort-Hotel_02.jpg', 'Targetti Wynn Palace Resort Hotel', 'Targetti Wynn Palace Resort Hotel'),
(701, 73, 'Targetti-Wynn-Palace-Resort-Hotel_03.jpg', 'Targetti Wynn Palace Resort Hotel', 'Targetti Wynn Palace Resort Hotel'),
(702, 74, 'Targetti-Lugano-Diamond-Project_01.jpg', 'Targetti Lugano Diamond Retail Salon', 'Targetti Lugano Diamond Retail Salon'),
(703, 74, 'Targetti-Lugano-Diamond-Project_02.jpg', 'Targetti Lugano Diamond Retail Salon', 'Targetti Lugano Diamond Retail Salon'),
(704, 74, 'Targetti-Lugano-Diamond-Project_03.jpg', 'Targetti Lugano Diamond Retail Salon', 'Targetti Lugano Diamond Retail Salon'),
(708, 76, 'USAI-Museum-of-the-Bible_01.jpg', 'USAI. Museum of the Bible', 'USAI. Museum of the Bible'),
(709, 77, 'USAI-The-Bridge-at-Cornell-Tech_01.jpg', 'USAI. The Bridge at Cornell Tech', 'USAI. The Bridge at Cornell Tech'),
(710, 77, 'USAI-The-Bridge-at-Cornell-Tech_02.jpg', 'USAI. The Bridge at Cornell Tech', 'USAI. The Bridge at Cornell Tech'),
(711, 78, 'We-ef-Valentine-Place_01.jpg', 'We-ef Lighting Valentine Place', 'We-ef Lighting Valentine Place'),
(712, 78, 'We-ef-Valentine-Place_02.jpg', 'We-ef Lighting Valentine Place', 'We-ef Lighting Valentine Place'),
(713, 75, 'USAI-National-Museum-of-African-American-History-&-Culture_01.jpg', 'USAI. National Museum of African American History & Culture', 'USAI. National Museum of African American History & Culture'),
(714, 75, 'USAI-National-Museum-of-African-American-History-&-Culture_02.jpg', 'USAI. National Museum of African American History & Culture', 'USAI. National Museum of African American History & Culture'),
(715, 75, 'USAI-National-Museum-of-African-American-History-&-Culture_03.jpg', 'USAI. National Museum of African American History & Culture', 'USAI. National Museum of African American History & Culture'),
(718, 80, 'We-ef-The-Piece-Hall_01.jpg', 'We-ef Lighting The Piece Hall', 'We-ef Lighting The Piece Hall'),
(719, 80, 'We-ef-The-Piece-Hall_02.jpg', 'We-ef Lighting The Piece Hall', 'We-ef Lighting The Piece Hall'),
(720, 79, 'We-ef-Ringwood-Station_01.jpg', 'We-ef Lighting Ringwood Station', 'We-ef Lighting Ringwood Station'),
(721, 79, 'We-ef-Ringwood-Station_02.jpg', 'We-ef Lighting Ringwood Station', 'We-ef Lighting Ringwood Station'),
(724, 81, 'We-ef-Chadstone-Shopping-Centre_01.jpg', 'We-ef Lighting Chadstone Shopping Centre', 'We-ef Lighting Chadstone Shopping Centre'),
(725, 81, 'We-ef-Chadstone-Shopping-Centre_02.jpg', 'We-ef Lighting Chadstone Shopping Centre', 'We-ef Lighting Chadstone Shopping Centre'),
(726, 82, 'Precision-Lighting-Natural-History-Museum-Hintze-Hall_01.jpg', 'Precision Lighting Natural History Museum - Hintze Hall', 'Precision Lighting Natural History Museum - Hintze Hall'),
(727, 82, 'Precision-Lighting-Natural-History-Museum-Hintze-Hall_02.jpg', 'Precision Lighting Natural History Museum - Hintze Hall', 'Precision Lighting Natural History Museum - Hintze Hall'),
(729, 83, 'ERCO-Volvo-Retail-Experience-showroom_01.jpg', 'ERCO the Volvo Retail Experience in the Luleå showroom', 'ERCO the Volvo Retail Experience in the Luleå showroom'),
(731, 84, 'ERCO-Faerber-Architekten_01.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(732, 84, 'ERCO-Faerber-Architekten_02.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(733, 84, 'ERCO-Faerber-Architekten_03.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(734, 84, 'ERCO-Faerber-Architekten_04.jpg', 'ERCO Faerber Architekten, Mainz', 'ERCO Faerber Architekten, Mainz'),
(735, 85, 'ateljé-Lyktan-the-Word_01.jpg', 'ateljé Lyktan The Word', 'ateljé Lyktan The Word'),
(736, 85, 'ateljé-Lyktan-the-Word_02.jpg', 'ateljé Lyktan The Word', 'ateljé Lyktan The Word'),
(737, 85, 'ateljé-Lyktan-the-Word_03.jpg', 'ateljé Lyktan The Word', 'ateljé Lyktan The Word'),
(738, 86, 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_01.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ROXO Lighting ANTWERP PORT AUTHORITY'),
(739, 86, 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_02.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ROXO Lighting ANTWERP PORT AUTHORITY'),
(740, 86, 'ROXO-Lighting-ANTWERP-PORT-AUTHORITY_03.jpg', 'ROXO Lighting ANTWERP PORT AUTHORITY', 'ROXO Lighting ANTWERP PORT AUTHORITY'),
(744, 87, 'Buzzi-Space-Kienbaum-Consultants-International-office_01.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Buzzi Space Kienbaum Consultants International office'),
(745, 87, 'Buzzi-Space-Kienbaum-Consultants-International-office_02.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Buzzi Space Kienbaum Consultants International office'),
(746, 87, 'Buzzi-Space-Kienbaum-Consultants-International-office_03.jpg', 'Buzzi Space Kienbaum Consultants International office', 'Buzzi Space Kienbaum Consultants International office'),
(747, 88, 'Artemide-Auditorium-SACMI_01.jpg', 'Artemide Auditorium SACMI', 'Artemide Auditorium SACMI'),
(748, 88, 'Artemide-Auditorium-SACMI_02.jpg', 'Artemide Auditorium SACMI', 'Artemide Auditorium SACMI'),
(749, 88, 'Artemide-Auditorium-SACMI_03.jpg', 'Artemide Auditorium SACMI', 'Artemide Auditorium SACMI'),
(750, 89, 'Artemide-Hotel-Il-Castelfalfi_01.jpg', 'Artemide Hotel Il Castelfalfi', 'Artemide Hotel Il Castelfalfi'),
(751, 89, 'Artemide-Hotel-Il-Castelfalfi_02.jpg', 'Artemide Hotel Il Castelfalfi', 'Artemide Hotel Il Castelfalfi'),
(752, 89, 'Artemide-Hotel-Il-Castelfalfi_03.jpg', 'Artemide Hotel Il Castelfalfi', 'Artemide Hotel Il Castelfalfi'),
(753, 90, 'Axolight-Radisson-Blue-Hotel_01.jpg', 'Axolight Radisson Blue Hotel', 'Axolight Radisson Blue Hotel'),
(754, 90, 'Axolight-Radisson-Blue-Hotel_02.jpg', 'Axolight Radisson Blue Hotel', 'Axolight Radisson Blue Hotel'),
(755, 90, 'Axolight-Radisson-Blue-Hotel_03.jpg', 'Axolight Radisson Blue Hotel', 'Axolight Radisson Blue Hotel'),
(756, 91, 'Hoffmeister-NRW-state-parliament_01.jpg', 'Hoffmeister NRW state parliament ', 'Hoffmeister NRW state parliament '),
(757, 91, 'Hoffmeister-NRW-state-parliament_02.jpg', 'Hoffmeister NRW state parliament ', 'Hoffmeister NRW state parliament '),
(758, 91, 'Hoffmeister-NRW-state-parliament_03.jpg', 'Hoffmeister NRW state parliament ', 'Hoffmeister NRW state parliament '),
(759, 92, 'Davide-Groppi-Enigma_01.jpg', 'Davide Groppi Enigma restaurant', 'Davide Groppi Enigma restaurant'),
(760, 92, 'Davide-Groppi-Enigma_02.jpg', 'Davide Groppi Enigma restaurant', 'Davide Groppi Enigma restaurant'),
(761, 92, 'Davide-Groppi-Enigma_03.jpg', 'Davide Groppi Enigma restaurant', 'Davide Groppi Enigma restaurant'),
(762, 93, 'Davide-Groppi-Model-Apartment_01.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Davide Groppi Zaha Hadid Model Apartment'),
(763, 93, 'Davide-Groppi-Model-Apartment_02.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Davide Groppi Zaha Hadid Model Apartment'),
(764, 93, 'Davide-Groppi-Model-Apartment_03.jpg', 'Davide Groppi Zaha Hadid Model Apartment', 'Davide Groppi Zaha Hadid Model Apartment'),
(765, 94, 'iGuzzini-The-Museum-of-the-Second-World-War_01.jpg', 'iGuzzini The Museum of the Second World War', 'iGuzzini The Museum of the Second World War'),
(766, 94, 'iGuzzini-The-Museum-of-the-Second-World-War_02.jpg', 'iGuzzini The Museum of the Second World War', 'iGuzzini The Museum of the Second World War'),
(767, 94, 'iGuzzini-The-Museum-of-the-Second-World-War_03.jpg', 'iGuzzini The Museum of the Second World War', 'iGuzzini The Museum of the Second World War'),
(768, 95, 'iGuzzini-Station-F_01.jpg', 'iGuzzini Station F', 'iGuzzini Station F'),
(769, 95, 'iGuzzini-Station-F_02.jpg', 'iGuzzini Station F', 'iGuzzini Station F'),
(770, 95, 'iGuzzini-Station-F_03.jpg', 'iGuzzini Station F', 'iGuzzini Station F'),
(771, 96, 'iGuzzini-The-Ancient-Theatre-of-Taormina_01.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'iGuzzini The Ancient Theatre of Taormina'),
(772, 96, 'iGuzzini-The-Ancient-Theatre-of-Taormina_02.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'iGuzzini The Ancient Theatre of Taormina'),
(773, 96, 'iGuzzini-The-Ancient-Theatre-of-Taormina_03.jpg', 'iGuzzini The Ancient Theatre of Taormina', 'iGuzzini The Ancient Theatre of Taormina'),
(778, 97, 'Intra-Lighting-NautaDutilh_01.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(779, 97, 'Intra-Lighting-NautaDutilh_02.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(780, 97, 'Intra-Lighting-NautaDutilh_03.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(781, 97, 'Intra-Lighting-NautaDutilh_04.jpg', 'Intra Lighting NautaDutilh', 'Intra Lighting NautaDutilh'),
(788, 98, 'We-ef-Neues-Rathaus_01.jpg', 'We-ef Lighting Neues Rathaus', 'We-ef Lighting Neues Rathaus'),
(789, 98, 'We-ef-Neues-Rathaus_02.jpg', 'We-ef Lighting Neues Rathaus', 'We-ef Lighting Neues Rathaus'),
(790, 98, 'We-ef-Neues-Rathaus_03.jpg', 'We-ef Lighting Neues Rathaus', 'We-ef Lighting Neues Rathaus'),
(794, 99, 'We-ef-Monash-University-Caulfield-campus_01.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'We-ef Lighting Monash University\'s Caulfield campus'),
(795, 99, 'We-ef-Monash-University-Caulfield-campus_02.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'We-ef Lighting Monash University\'s Caulfield campus'),
(796, 99, 'We-ef-Monash-University-Caulfield-campus_03.jpg', 'We-ef Lighting Monash University\'s Caulfield campus', 'We-ef Lighting Monash University\'s Caulfield campus'),
(800, 100, 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_01.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'Wayson Lighting Ashgabat International Airport Main Terminal'),
(801, 100, 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_02.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'Wayson Lighting Ashgabat International Airport Main Terminal'),
(802, 100, 'Wayson-Lighting-Ashgabat-International-Airport-Main-Terminal_03.jpg', 'Wayson Lighting Ashgabat International Airport Main Terminal', 'Wayson Lighting Ashgabat International Airport Main Terminal'),
(803, 101, 'acdc-Oxford-Street_01.jpg', 'acdc Oxford Street', 'acdc Oxford Street'),
(804, 101, 'acdc-Oxford-Street_02.jpg', 'acdc Oxford Street', 'acdc Oxford Street'),
(805, 101, 'acdc-Oxford-Street_03.jpg', 'acdc Oxford Street', 'acdc Oxford Street'),
(806, 102, 'acdc-Troia-Cathedral_01.jpg', 'acdc Troia Cathedral', 'acdc Troia Cathedral'),
(807, 102, 'acdc-Troia-Cathedral_02.jpg', 'acdc Troia Cathedral', 'acdc Troia Cathedral'),
(808, 102, 'acdc-Troia-Cathedral_03.jpg', 'acdc Troia Cathedral', 'acdc Troia Cathedral'),
(809, 103, 'Lumenpulse-180-Wellington_01.jpg', 'Lumenpulse 180 Wellington', 'Lumenpulse 180 Wellington'),
(810, 103, 'Lumenpulse-180-Wellington_02.jpg', 'Lumenpulse 180 Wellington', 'Lumenpulse 180 Wellington'),
(811, 103, 'Lumenpulse-180-Wellington_03.jpg', 'Lumenpulse 180 Wellington', 'Lumenpulse 180 Wellington'),
(818, 105, 'Philips-OVO-Wrocław-Apartments_01.jpg', 'Philips OVO Wrocław Apartments', 'Philips OVO Wrocław Apartments'),
(819, 105, 'Philips-OVO-Wrocław-Apartments_02.jpg', 'Philips OVO Wrocław Apartments', 'Philips OVO Wrocław Apartments'),
(820, 105, 'Philips-OVO-Wrocław-Apartments_03.jpg', 'Philips OVO Wrocław Apartments', 'Philips OVO Wrocław Apartments'),
(821, 104, 'Philips-Viaduct-Harbour_01.jpg', 'Philips Viaduct Harbour', 'Philips Viaduct Harbour'),
(822, 104, 'Philips-Viaduct-Harbour_02.jpg', 'Philips Viaduct Harbour', 'Philips Viaduct Harbour'),
(823, 104, 'Philips-Viaduct-Harbour_03.jpg', 'Philips Viaduct Harbour', 'Philips Viaduct Harbour'),
(824, 106, 'Zumtobel-ELBE-PHILHARMONIC-HALL_01.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'Zumtobel ELBE PHILHARMONIC HALL'),
(825, 106, 'Zumtobel-ELBE-PHILHARMONIC-HALL_02.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'Zumtobel ELBE PHILHARMONIC HALL'),
(826, 106, 'Zumtobel-ELBE-PHILHARMONIC-HALL_03.jpg', 'Zumtobel ELBE PHILHARMONIC HALL', 'Zumtobel ELBE PHILHARMONIC HALL'),
(827, 107, 'Zumtobel-Civil-Engineering-Faculty-Osijek_01.jpg', 'Zumtobel Faculty of Civil Engineering', 'Zumtobel Faculty of Civil Engineering'),
(828, 107, 'Zumtobel-Civil-Engineering-Faculty-Osijek_02.jpg', 'Zumtobel Faculty of Civil Engineering', 'Zumtobel Faculty of Civil Engineering'),
(829, 107, 'Zumtobel-Civil-Engineering-Faculty-Osijek_03.jpg', 'Zumtobel Faculty of Civil Engineering', 'Zumtobel Faculty of Civil Engineering'),
(830, 108, 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_01.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'Reggiani GASTRO BOUTIQUE BALFEGÒ'),
(831, 108, 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_02.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'Reggiani GASTRO BOUTIQUE BALFEGÒ'),
(832, 108, 'Reggiani-GASTRO-BOUTIQUE-BALFEGÒ_03.jpg', 'Reggiani GASTRO BOUTIQUE BALFEGÒ', 'Reggiani GASTRO BOUTIQUE BALFEGÒ'),
(833, 109, 'Reggiani-THAMES-TOWER_01.jpg', 'Reggiani THAMES TOWER', 'Reggiani THAMES TOWER'),
(834, 109, 'Reggiani-THAMES-TOWER_02.jpg', 'Reggiani THAMES TOWER', 'Reggiani THAMES TOWER'),
(835, 109, 'Reggiani-THAMES-TOWER_03.jpg', 'Reggiani THAMES TOWER', 'Reggiani THAMES TOWER'),
(836, 110, 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_01.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ'),
(837, 110, 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_02.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ'),
(838, 110, 'Buzzi-Buzzi-AB-IL-LUSSO-DELLA-SEMPLICITÀ_03.jpg', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ', 'BUZZI & BUZZI AB: IL LUSSO DELLA SEMPLICITÀ'),
(839, 111, 'Sattler-INFINITY_01.jpg', 'Sattler INFINITY', 'Sattler INFINITY'),
(840, 111, 'Sattler-INFINITY_02.jpg', 'Sattler INFINITY', 'Sattler INFINITY'),
(841, 111, 'Sattler-INFINITY_03.jpg', 'Sattler INFINITY', 'Sattler INFINITY'),
(842, 112, 'Louis-Poulsen-Tirpitz-Museum_01.jpg', 'Louis Poulsen Tirpitz Museum', 'Louis Poulsen Tirpitz Museum'),
(843, 112, 'Louis-Poulsen-Tirpitz-Museum_02.jpg', 'Louis Poulsen Tirpitz Museum', 'Louis Poulsen Tirpitz Museum'),
(844, 112, 'Louis-Poulsen-Tirpitz-Museum_03.jpg', 'Louis Poulsen Tirpitz Museum', 'Louis Poulsen Tirpitz Museum'),
(845, 113, 'Louis-Poulsen-The-Qvest_01.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(846, 113, 'Louis-Poulsen-The-Qvest_02.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(847, 113, 'Louis-Poulsen-The-Qvest_03.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(848, 113, 'Louis-Poulsen-The-Qvest_04.jpg', 'Louis Poulsen The Qvest', 'Louis Poulsen The Qvest'),
(849, 114, 'Waldmann-Bayer_01.jpg', 'Waldmann Bayer Consumer Care AG', 'Waldmann Bayer Consumer Care AG'),
(850, 114, 'Waldmann-Bayer_02.jpg', 'Waldmann Bayer Consumer Care AG', 'Waldmann Bayer Consumer Care AG'),
(851, 114, 'Waldmann-Bayer_03.jpg', 'Waldmann Bayer Consumer Care AG', 'Waldmann Bayer Consumer Care AG'),
(852, 115, 'Waldmann-Pressehaus-Stuttgart_01.jpg', 'Waldmann Pressehaus Stuttgart', 'Waldmann Pressehaus Stuttgart'),
(853, 115, 'Waldmann-Pressehaus-Stuttgart_02.jpg', 'Waldmann Pressehaus Stuttgart', 'Waldmann Pressehaus Stuttgart'),
(854, 115, 'Waldmann-Pressehaus-Stuttgart_03.jpg', 'Waldmann Pressehaus Stuttgart', 'Waldmann Pressehaus Stuttgart'),
(858, 117, 'img1.jpg', 'alt text img 1', 'img subtitle 1'),
(859, 117, 'img1.jpg', 'alt text img 1', 'img subtitle 1'),
(860, 117, 'img1.jpg', 'alt text img 1', 'img subtitle 1');

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

--
-- Table structure for table `project_gallery_mapping`
--

CREATE TABLE `project_gallery_mapping` (
  `pr_gallery_id` int(10) UNSIGNED NOT NULL,
  `node_id` smallint(5) UNSIGNED NOT NULL,
  `active` tinyint(3) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- RELATIONSHIPS FOR TABLE `project_gallery_mapping`:
--   `node_id`
--       `project_gallery_cats` -> `node_id`
--   `pr_gallery_id`
--       `project_gallery` -> `pr_gallery_id`
--

--
-- Dumping data for table `project_gallery_mapping`
--

INSERT INTO `project_gallery_mapping` (`pr_gallery_id`, `node_id`, `active`) VALUES
(121, 14, 1),
(121, 18, 1),
(121, 27, 1),
(119, 48, 1),
(121, 48, 1),
(119, 49, 1),
(121, 49, 1),
(119, 55, 1),
(119, 60, 1),
(119, 63, 1),
(119, 82, 1),
(119, 87, 1),
(119, 93, 1),
(121, 93, 1),
(119, 97, 1),
(119, 98, 1),
(121, 100, 1);

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

--
-- Table structure for table `regions`
--

CREATE TABLE `regions` (
  `region_id` smallint(5) UNSIGNED NOT NULL,
  `country_id` smallint(5) UNSIGNED NOT NULL,
  `region` varchar(255) NOT NULL,
  `region_code` varchar(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `regions`:
--

--
-- Dumping data for table `regions`
--

INSERT INTO `regions` (`region_id`, `country_id`, `region`, `region_code`) VALUES
(1, 1, 'Herat', ''),
(2, 1, 'Kabul', ''),
(3, 1, 'Kandahar', ''),
(4, 1, 'Wardak', ''),
(5, 1, 'Zabul', ''),
(8, 3, 'Qarku i Beratit', ''),
(9, 3, 'Qarku i Dibres', ''),
(10, 3, 'Qarku i Durresit', ''),
(11, 3, 'Qarku i Fierit', ''),
(12, 3, 'Qarku i Gjirokastres', ''),
(13, 3, 'Qarku i Kukesit', ''),
(14, 3, 'Qarku i Lezhes', ''),
(15, 3, 'Qarku i Shkodres', ''),
(16, 3, 'Qarku i Tiranes', ''),
(17, 3, 'Qarku i Vlores', ''),
(18, 4, 'Annaba', ''),
(19, 4, 'El Bayadh', ''),
(20, 4, 'El Tarf', ''),
(21, 4, 'Illizi', ''),
(22, 4, 'Oran', ''),
(23, 4, 'Wilaya d\' Alger', ''),
(24, 4, 'Wilaya de Batna', ''),
(25, 4, 'Wilaya de Bechar', ''),
(26, 4, 'Wilaya de Bejaia', ''),
(27, 4, 'Wilaya de Blida', ''),
(28, 4, 'Wilaya de Chlef', ''),
(29, 4, 'Wilaya de Constantine', ''),
(30, 4, 'Wilaya de Djelfa', ''),
(31, 4, 'Wilaya de Ghardaia', ''),
(32, 4, 'Wilaya de Guelma', ''),
(33, 4, 'Wilaya de Jijel', ''),
(34, 4, 'Wilaya de Khenchela', ''),
(35, 4, 'Wilaya de Laghouat', ''),
(36, 4, 'Wilaya de Mascara', ''),
(37, 4, 'Wilaya de Medea', ''),
(38, 4, 'Wilaya de Naama', ''),
(39, 4, 'Wilaya de Ouargla', ''),
(40, 4, 'Wilaya de Setif', ''),
(41, 4, 'Wilaya de Sidi Bel Abbes', ''),
(42, 4, 'Wilaya de Tamanrasset', ''),
(43, 4, 'Wilaya de Tebessa', ''),
(44, 4, 'Wilaya de Tiaret', ''),
(45, 4, 'Wilaya de Tindouf', ''),
(46, 4, 'Wilaya de Tipaza', ''),
(47, 4, 'Wilaya de Tissemsilt', ''),
(48, 4, 'Wilaya de Tizi Ouzou', ''),
(49, 4, 'Wilaya de Tlemcen', ''),
(50, 5, 'Eastern District', ''),
(51, 6, 'Andorra la Vella', ''),
(52, 6, 'Canillo', ''),
(53, 6, 'Encamp', ''),
(54, 6, 'Escaldes-Engordany', ''),
(55, 6, 'La Massana', ''),
(56, 6, 'Ordino', ''),
(57, 6, 'Sant Julià de Loria', ''),
(58, 7, 'Bengo Province', ''),
(59, 7, 'Benguela', ''),
(60, 7, 'Cabinda', ''),
(61, 7, 'Cuanza Norte Province', ''),
(62, 7, 'Cunene Province', ''),
(63, 7, 'Huambo', ''),
(64, 7, 'Huila Province', ''),
(65, 7, 'Kuando Kubango', ''),
(66, 7, 'Kwanza Sul', ''),
(67, 7, 'Luanda Province', ''),
(68, 7, 'Lunda Norte Province', ''),
(69, 7, 'Lunda Sul', ''),
(70, 7, 'Malanje Province', ''),
(71, 7, 'Moxico', ''),
(72, 7, 'Namibe Province', ''),
(73, 7, 'Provincia do Bie', ''),
(74, 7, 'Provincia do Uige', ''),
(75, 7, 'Zaire', ''),
(76, 10, 'Barbuda', ''),
(77, 10, 'Parish of Saint George', ''),
(78, 10, 'Parish of Saint John', ''),
(79, 10, 'Parish of Saint Mary', ''),
(80, 10, 'Parish of Saint Paul', ''),
(81, 10, 'Parish of Saint Peter', ''),
(82, 10, 'Parish of Saint Philip', ''),
(83, 11, 'Buenos Aires', ''),
(84, 11, 'Buenos Aires F.D.', ''),
(85, 11, 'Chaco', ''),
(86, 11, 'Chubut', ''),
(87, 11, 'Cordoba', ''),
(88, 11, 'Corrientes', ''),
(89, 11, 'Entre Rios', ''),
(90, 11, 'Formosa', ''),
(91, 11, 'La Pampa', ''),
(92, 11, 'Mendoza', ''),
(93, 11, 'Neuquen', ''),
(94, 11, 'Provincia de Catamarca', ''),
(95, 11, 'Provincia de Jujuy', ''),
(96, 11, 'Provincia de La Rioja', ''),
(97, 11, 'Provincia de Misiones', ''),
(98, 11, 'Provincia de San Juan', ''),
(99, 11, 'Provincia de San Luis', ''),
(100, 11, 'Provincia de Tucuman', ''),
(101, 11, 'Rio Negro', ''),
(102, 11, 'Salta', ''),
(103, 11, 'Santa Cruz', ''),
(104, 11, 'Santa Fe', ''),
(105, 11, 'Santiago del Estero', ''),
(106, 11, 'Tierra del Fuego', ''),
(107, 12, 'Aragatsotn Province', ''),
(108, 12, 'Armavir Province', ''),
(109, 12, 'Kotayk Province', ''),
(110, 12, 'Syunik Province', ''),
(111, 12, 'Tavush Province', ''),
(112, 12, 'Vayots Dzor Province', ''),
(113, 12, 'Yerevan', ''),
(114, 14, 'Australian Capital Territory', ''),
(115, 14, 'New South Wales', ''),
(116, 14, 'Northern Territory', ''),
(117, 14, 'Queensland', ''),
(118, 14, 'South Australia', ''),
(119, 14, 'Tasmania', ''),
(120, 14, 'Victoria', ''),
(121, 14, 'Western Australia', ''),
(122, 15, 'Burgenland', ''),
(123, 15, 'Carinthia', ''),
(124, 15, 'Lower Austria', ''),
(125, 15, 'Salzburg', ''),
(126, 15, 'Styria', ''),
(127, 15, 'Tyrol', ''),
(128, 15, 'Upper Austria', ''),
(129, 15, 'Vienna', ''),
(130, 15, 'Vorarlberg', ''),
(131, 16, 'Baku City', ''),
(132, 16, 'Ganja City', ''),
(133, 16, 'Imishli Rayon', ''),
(134, 16, 'Khachmaz Rayon', ''),
(135, 16, 'Nakhichevan', ''),
(136, 16, 'Qusar Rayon', ''),
(137, 16, 'Sumqayit City', ''),
(138, 17, 'Bimini', ''),
(139, 17, 'Central Abaco District', ''),
(140, 17, 'Central Eleuthera District', ''),
(141, 17, 'City of Freeport District', ''),
(142, 17, 'Harbour Island', ''),
(143, 17, 'New Providence District', ''),
(144, 17, 'North Andros District', ''),
(145, 17, 'Spanish Wells District', ''),
(146, 18, 'Central Governorate', ''),
(147, 18, 'Manama', ''),
(148, 18, 'Muharraq', ''),
(149, 18, 'Southern Governorate', ''),
(150, 19, 'Chittagong', ''),
(151, 19, 'Dhaka Division', ''),
(152, 19, 'Khulna Division', ''),
(153, 19, 'Rajshahi Division', ''),
(154, 19, 'Rangpur Division', ''),
(155, 20, 'Christ Church', ''),
(156, 20, 'Saint Andrew', ''),
(157, 20, 'Saint George', ''),
(158, 20, 'Saint James', ''),
(159, 20, 'Saint John', ''),
(160, 20, 'Saint Lucy', ''),
(161, 20, 'Saint Michael', ''),
(162, 20, 'Saint Philip', ''),
(163, 20, 'Saint Thomas', ''),
(164, 21, 'Brest', ''),
(165, 21, 'Gomel', ''),
(166, 21, 'Grodnenskaya', ''),
(167, 21, 'Minsk', ''),
(168, 21, 'Minsk', ''),
(169, 21, 'Mogilev', ''),
(170, 21, 'Vitebsk', ''),
(171, 22, 'Brussels Capital', ''),
(172, 22, 'Flanders', ''),
(173, 22, 'Wallonia', ''),
(174, 23, 'Belize District', ''),
(175, 23, 'Cayo District', ''),
(176, 23, 'Corozal District', ''),
(177, 23, 'Orange Walk District', ''),
(178, 23, 'Stann Creek District', ''),
(179, 24, 'Atlantique Department', ''),
(180, 24, 'Littoral', ''),
(181, 25, 'Hamilton city', ''),
(182, 25, 'Saint George', ''),
(183, 25, 'Sandys Parish', ''),
(184, 26, 'Chhukha Dzongkhag', ''),
(185, 26, 'Mongar Dzongkhag', ''),
(186, 26, 'Thimphu Dzongkhag', ''),
(187, 27, 'Departamento de Chuquisaca', ''),
(188, 27, 'Departamento de Cochabamba', ''),
(189, 27, 'Departamento de La Paz', ''),
(190, 27, 'Departamento de Pando', ''),
(191, 27, 'Departamento de Potosi', ''),
(192, 27, 'Departamento de Santa Cruz', ''),
(193, 27, 'Departamento de Tarija', ''),
(194, 27, 'El Beni', ''),
(195, 27, 'Oruro', ''),
(199, 29, 'Brčko', ''),
(200, 29, 'Federation of Bosnia and Herzegovina', ''),
(201, 29, 'Republika Srpska', ''),
(202, 30, 'Central District', ''),
(203, 30, 'North East District', ''),
(204, 30, 'South East District', ''),
(205, 31, 'Acre', ''),
(206, 31, 'Alagoas', ''),
(207, 31, 'Amapa', ''),
(208, 31, 'Amazonas', ''),
(209, 31, 'Bahia', ''),
(210, 31, 'Ceara', ''),
(211, 31, 'Espirito Santo', ''),
(212, 31, 'Federal District', ''),
(213, 31, 'Goias', ''),
(214, 31, 'Maranhao', ''),
(215, 31, 'Mato Grosso', ''),
(216, 31, 'Mato Grosso do Sul', ''),
(217, 31, 'Minas Gerais', ''),
(218, 31, 'Para', ''),
(219, 31, 'Paraíba', ''),
(220, 31, 'Parana', ''),
(221, 31, 'Pernambuco', ''),
(222, 31, 'Piaui', ''),
(223, 31, 'Rio de Janeiro', ''),
(224, 31, 'Rio Grande do Norte', ''),
(225, 31, 'Rio Grande do Sul', ''),
(226, 31, 'Rondonia', ''),
(227, 31, 'Roraima', ''),
(228, 31, 'Santa Catarina', ''),
(229, 31, 'Sao Paulo', ''),
(230, 31, 'Sergipe', ''),
(231, 31, 'Tocantins', ''),
(232, 34, 'Belait District', ''),
(233, 34, 'Brunei and Muara District', ''),
(234, 34, 'Temburong District', ''),
(235, 34, 'Tutong District', ''),
(236, 35, 'Oblast Blagoevgrad', ''),
(237, 35, 'Oblast Burgas', ''),
(238, 35, 'Oblast Gabrovo', ''),
(239, 35, 'Oblast Lovech', ''),
(240, 35, 'Oblast Dobrich', ''),
(241, 35, 'Oblast Khaskovo', ''),
(242, 35, 'Oblast Kurdzhali', ''),
(243, 35, 'Oblast Kyustendil', ''),
(244, 35, 'Oblast Montana', ''),
(245, 35, 'Oblast Pleven', ''),
(246, 35, 'Oblast Razgrad', ''),
(247, 35, 'Oblast Ruse', ''),
(248, 35, 'Oblast Shumen', ''),
(249, 35, 'Oblast Silistra', ''),
(250, 35, 'Oblast Sliven', ''),
(251, 35, 'Oblast Smolyan', ''),
(252, 35, 'Oblast Stara Zagora', ''),
(253, 35, 'Oblast Turgovishte', ''),
(254, 35, 'Oblast Veliko Turnovo', ''),
(255, 35, 'Oblast Vidin', ''),
(256, 35, 'Oblast Vratsa', ''),
(257, 35, 'Oblast Yambol', ''),
(258, 35, 'Oblast Pazardzhik', ''),
(259, 35, 'Oblast Pernik', ''),
(260, 35, 'Oblast Plovdiv', ''),
(261, 35, 'Sofia-Capital', ''),
(262, 35, 'Oblast Sofia', ''),
(263, 35, 'Oblast Varna', ''),
(264, 36, 'Centre', ''),
(265, 36, 'Centre-Est', ''),
(266, 36, 'High-Basins Region', ''),
(267, 37, 'Bujumbura Mairie Province', ''),
(268, 38, 'Banteay Meanchey', ''),
(269, 38, 'Battambang', ''),
(270, 38, 'Kampong Chhnang', ''),
(271, 38, 'Kampong Speu', ''),
(272, 38, 'Kampong Thom', ''),
(273, 38, 'Kandal', ''),
(274, 38, 'Phnom Penh', ''),
(275, 38, 'Preah Sihanouk', ''),
(276, 39, 'Adamaoua', ''),
(277, 39, 'Centre', ''),
(278, 39, 'Littoral', ''),
(279, 39, 'North Region', ''),
(280, 39, 'North-West Region', ''),
(281, 39, 'South Region', ''),
(282, 39, 'South-West Region', ''),
(283, 39, 'West', ''),
(284, 40, 'Alberta', 'AB'),
(285, 40, 'British Columbia', 'BC'),
(286, 40, 'Manitoba', 'MB'),
(287, 40, 'New Brunswick', 'NB'),
(288, 40, 'Newfoundland and Labrador', 'NL'),
(289, 40, 'Northwest Territories', 'NT'),
(290, 40, 'Nova Scotia', 'NS'),
(291, 40, 'Nunavut', 'NU'),
(292, 40, 'Ontario', 'ON'),
(293, 40, 'Prince Edward Island', 'PE'),
(294, 40, 'Quebec', 'QC'),
(295, 40, 'Saskatchewan', 'SK'),
(296, 40, 'Yukon', 'YT'),
(297, 41, 'Concelho da Ribeira Grande', ''),
(298, 41, 'Concelho de Ribeira Grande de Santiago', ''),
(299, 41, 'Concelho de Sao Domingos', ''),
(300, 43, 'Commune de Bangui', ''),
(301, 43, 'Mbomou', ''),
(302, 44, 'Chari-Baguirmi Region', ''),
(303, 44, 'Hadjer-Lamis', ''),
(304, 44, 'Logone Occidental Region', ''),
(305, 44, 'Ouaddai Region', ''),
(306, 45, 'Antofagasta', ''),
(307, 45, 'Atacama', ''),
(308, 45, 'Aysen', ''),
(309, 45, 'Coquimbo', ''),
(310, 45, 'Los Lagos', ''),
(311, 45, 'Maule', ''),
(312, 45, 'Region de Arica y Parinacota', ''),
(313, 45, 'Region de la Araucania', ''),
(314, 45, 'Region de Los Rios', ''),
(315, 45, 'Region de Magallanes y de la Antartica Chilena', ''),
(316, 45, 'Region de Valparaiso', ''),
(317, 45, 'Region del Biobio', ''),
(318, 45, 'Region del Libertador General Bernardo O\'Higgins', ''),
(319, 45, 'Santiago Metropolitan', ''),
(320, 45, 'Tarapacá', ''),
(321, 46, 'Anhui Sheng', ''),
(322, 46, 'Beijing Shi', ''),
(323, 46, 'Chongqing Shi', ''),
(324, 46, 'Fujian', ''),
(325, 46, 'Gansu Sheng', ''),
(326, 46, 'Guangdong', ''),
(327, 46, 'Guangxi Zhuangzu Zizhiqu', ''),
(328, 46, 'Guizhou Sheng', ''),
(329, 46, 'Hainan', ''),
(330, 46, 'Hebei', ''),
(331, 46, 'Heilongjiang Sheng', ''),
(332, 46, 'Henan Sheng', ''),
(333, 46, 'Hubei', ''),
(334, 46, 'Hunan', ''),
(335, 46, 'Inner Mongolia', ''),
(336, 46, 'Jiangsu Sheng', ''),
(337, 46, 'Jiangxi Sheng', ''),
(338, 46, 'Jilin Sheng', ''),
(339, 46, 'Liaoning', ''),
(340, 46, 'Ningxia Huizu Zizhiqu', ''),
(341, 46, 'Qinghai Sheng', ''),
(342, 46, 'Shaanxi', ''),
(343, 46, 'Shandong Sheng', ''),
(344, 46, 'Shanghai Shi', ''),
(345, 46, 'Shanxi Sheng', ''),
(346, 46, 'Sichuan Sheng', ''),
(347, 46, 'Tianjin Shi', ''),
(348, 46, 'Tibet Autonomous Region', ''),
(349, 46, 'Xinjiang Uygur Zizhiqu', ''),
(350, 46, 'Yunnan', ''),
(351, 46, 'Zhejiang Sheng', ''),
(352, 49, 'Antioquia', ''),
(353, 49, 'Atlántico', ''),
(354, 49, 'Bogota D.C.', ''),
(355, 49, 'Cundinamarca', ''),
(356, 49, 'Departamento de Bolivar', ''),
(357, 49, 'Departamento de Boyaca', ''),
(358, 49, 'Departamento de Caldas', ''),
(359, 49, 'Departamento de Casanare', ''),
(360, 49, 'Departamento de Cordoba', ''),
(361, 49, 'Departamento de La Guajira', ''),
(362, 49, 'Departamento de Narino', ''),
(363, 49, 'Departamento de Norte de Santander', ''),
(364, 49, 'Departamento de Risaralda', ''),
(365, 49, 'Departamento de Santander', ''),
(366, 49, 'Departamento de Sucre', ''),
(367, 49, 'Departamento de Tolima', ''),
(368, 49, 'Departamento del Amazonas', ''),
(369, 49, 'Departamento del Caqueta', ''),
(370, 49, 'Departamento del Cauca', ''),
(371, 49, 'Departamento del Cesar', ''),
(372, 49, 'Departamento del Guainia', ''),
(373, 49, 'Departamento del Guaviare', ''),
(374, 49, 'Departamento del Huila', ''),
(375, 49, 'Departamento del Magdalena', ''),
(376, 49, 'Departamento del Meta', ''),
(377, 49, 'Departamento del Putumayo', ''),
(378, 49, 'Departamento del Valle del Cauca', ''),
(379, 49, 'Departamento del Vichada', ''),
(380, 49, 'Providencia y Santa Catalina, Departamento de Archipielago de San Andres', ''),
(381, 49, 'Quindio Department', ''),
(382, 50, 'Grande Comore', ''),
(383, 50, 'Ndzuwani', ''),
(384, 51, 'Katanga Province', ''),
(385, 51, 'Kinshasa City', ''),
(386, 51, 'Nord Kivu', ''),
(387, 51, 'Province du Bas-Congo', ''),
(388, 53, 'Provincia de Alajuela', ''),
(389, 53, 'Provincia de Cartago', ''),
(390, 53, 'Provincia de Guanacaste', ''),
(391, 53, 'Provincia de Heredia', ''),
(392, 53, 'Provincia de Limon', ''),
(393, 53, 'Provincia de Puntarenas', ''),
(394, 53, 'Provincia de San Jose', ''),
(395, 54, 'Bjelovarsko-Bilogorska Zupanija', ''),
(396, 54, 'Brodsko-Posavska Zupanija', ''),
(397, 54, 'Dubrovacko-Neretvanska Zupanija', ''),
(398, 54, 'Grad Zagreb', ''),
(399, 54, 'Istarska Zupanija', ''),
(400, 54, 'Karlovacka Zupanija', ''),
(401, 54, 'Koprivnicko-Krizevacka Zupanija', ''),
(402, 54, 'Krapinsko-Zagorska Zupanija', ''),
(403, 54, 'Licko-Senjska Zupanija', ''),
(404, 54, 'Megimurska Zupanija', ''),
(405, 54, 'Osjecko-Baranjska Zupanija', ''),
(406, 54, 'Pozesko-Slavonska Zupanija', ''),
(407, 54, 'Primorsko-Goranska Zupanija', ''),
(408, 54, 'Sibensko-Kninska Zupanija', ''),
(409, 54, 'Sisacko-Moslavacka Zupanija', ''),
(410, 54, 'Splitsko-Dalmatinska Zupanija', ''),
(411, 54, 'Varazdinska Zupanija', ''),
(412, 54, 'Viroviticko-Podravska Zupanija', ''),
(413, 54, 'Vukovarsko-Srijemska Zupanija', ''),
(414, 54, 'Zadarska Zupanija', ''),
(415, 54, 'Zagreb County', ''),
(416, 55, 'Artemisa', ''),
(417, 55, 'La Habana', ''),
(418, 55, 'Las Tunas', ''),
(419, 55, 'Provincia de Camagueey', ''),
(420, 55, 'Provincia de Ciego de Avila', ''),
(421, 55, 'Provincia de Cienfuegos', ''),
(422, 55, 'Provincia de Guantanamo', ''),
(423, 55, 'Provincia de Holguin', ''),
(424, 55, 'Provincia de Matanzas', ''),
(425, 55, 'Provincia de Pinar del Rio', ''),
(426, 55, 'Provincia de Sancti Spiritus', ''),
(427, 55, 'Provincia de Santiago de Cuba', ''),
(428, 55, 'Provincia de Villa Clara', ''),
(429, 55, 'Provincia Granma', ''),
(430, 57, 'Ammochostos', ''),
(431, 57, 'Keryneia', ''),
(432, 57, 'Larnaka', ''),
(433, 57, 'Lefkosia', ''),
(434, 57, 'Limassol', ''),
(435, 57, 'Pafos', ''),
(436, 58, 'Central Bohemia', ''),
(437, 58, 'Hlavni mesto Praha', ''),
(438, 58, 'Jihocesky kraj', ''),
(439, 58, 'Karlovarsky kraj', ''),
(440, 58, 'Kraj Vysocina', ''),
(441, 58, 'Kralovehradecky kraj', ''),
(442, 58, 'Liberecky kraj', ''),
(443, 58, 'Moravskoslezsky kraj', ''),
(444, 58, 'Olomoucky kraj', ''),
(445, 58, 'Pardubicky kraj', ''),
(446, 58, 'Plzensky kraj', ''),
(447, 58, 'South Moravian', ''),
(448, 58, 'Ustecky kraj', ''),
(449, 58, 'Zlín', ''),
(450, 59, 'Capital Region', ''),
(451, 59, 'Central Jutland', ''),
(452, 59, 'North Denmark', ''),
(453, 59, 'South Denmark', ''),
(454, 59, 'Zealand', ''),
(455, 61, 'Saint Andrew', ''),
(456, 61, 'Saint George', ''),
(457, 61, 'Saint Patrick', ''),
(458, 61, 'Saint Paul', ''),
(459, 62, 'Nacional', ''),
(460, 62, 'Provincia de El Seibo', ''),
(461, 62, 'Provincia de Independencia', ''),
(462, 62, 'Provincia de La Altagracia', ''),
(463, 62, 'Provincia de La Romana', ''),
(464, 62, 'Provincia de La Vega', ''),
(465, 62, 'Provincia de Monte Cristi', ''),
(466, 62, 'Provincia de Pedernales', ''),
(467, 62, 'Provincia de Peravia', ''),
(468, 62, 'Provincia de San Cristobal', ''),
(469, 62, 'Provincia de San Jose de Ocoa', ''),
(470, 62, 'Provincia de San Juan', ''),
(471, 62, 'Provincia de San Pedro de Macoris', ''),
(472, 62, 'Provincia de Santiago', ''),
(473, 62, 'Provincia de Santiago Rodriguez', ''),
(474, 62, 'Provincia de Santo Domingo', ''),
(475, 62, 'Provincia Duarte', ''),
(476, 62, 'Provincia Sanchez Ramirez', ''),
(477, 62, 'Puerto Plata', ''),
(478, 62, 'Samaná', ''),
(479, 63, 'Dili', ''),
(480, 64, 'Provincia de Bolivar', ''),
(481, 64, 'Provincia de Cotopaxi', ''),
(482, 64, 'Provincia de El Oro', ''),
(483, 64, 'Provincia de Esmeraldas', ''),
(484, 64, 'Provincia de Francisco de Orellana', ''),
(485, 64, 'Provincia de Galapagos', ''),
(486, 64, 'Provincia de Imbabura', ''),
(487, 64, 'Provincia de Loja', ''),
(488, 64, 'Provincia de Los Rios', ''),
(489, 64, 'Provincia de Manabi', ''),
(490, 64, 'Provincia de Morona-Santiago', ''),
(491, 64, 'Provincia de Napo', ''),
(492, 64, 'Provincia de Pichincha', ''),
(493, 64, 'Provincia de Santa Elena', ''),
(494, 64, 'Provincia de Santo Domingo de los Tsachilas', ''),
(495, 64, 'Provincia de Sucumbios', ''),
(496, 64, 'Provincia de Zamora-Chinchipe', ''),
(497, 64, 'Provincia del Azuay', ''),
(498, 64, 'Provincia del Canar', ''),
(499, 64, 'Provincia del Carchi', ''),
(500, 64, 'Provincia del Chimborazo', ''),
(501, 64, 'Provincia del Guayas', ''),
(502, 64, 'Provincia del Pastaza', ''),
(503, 64, 'Provincia del Tungurahua', ''),
(504, 65, 'Alexandria', ''),
(505, 65, 'As Suways', ''),
(506, 65, 'Beheira Governorate', ''),
(507, 65, 'Eastern Province', ''),
(508, 65, 'Ismailia Governorate', ''),
(509, 65, 'Luxor', ''),
(510, 65, 'Muhafazat ad Daqahliyah', ''),
(511, 65, 'Muhafazat al Fayyum', ''),
(512, 65, 'Muhafazat al Gharbiyah', ''),
(513, 65, 'Muhafazat al Jizah', ''),
(514, 65, 'Muhafazat al Minufiyah', ''),
(515, 65, 'Muhafazat al Minya', ''),
(516, 65, 'Muhafazat al Qahirah', ''),
(517, 65, 'Muhafazat al Qalyubiyah', ''),
(518, 65, 'Muhafazat Aswan', ''),
(519, 65, 'Muhafazat Asyut', ''),
(520, 65, 'Muhafazat Bani Suwayf', ''),
(521, 65, 'Muhafazat Bur Sa`id', ''),
(522, 65, 'Muhafazat Dumyat', ''),
(523, 65, 'Muhafazat Shamal Sina\'', ''),
(524, 65, 'Muhafazat Suhaj', ''),
(525, 65, 'Red Sea', ''),
(526, 66, 'Departamento de Ahuachapan', ''),
(527, 66, 'Departamento de Cabanas', ''),
(528, 66, 'Departamento de La Libertad', ''),
(529, 66, 'Departamento de Morazan', ''),
(530, 66, 'Departamento de San Miguel', ''),
(531, 66, 'Departamento de San Salvador', ''),
(532, 66, 'Departamento de Santa Ana', ''),
(533, 66, 'Departamento de Usulutan', ''),
(534, 67, 'Provincia de Bioko Norte', ''),
(535, 68, 'Maekel Region', ''),
(536, 69, 'Harjumaa', ''),
(537, 69, 'Hiiumaa', ''),
(538, 69, 'Ida-Virumaa', ''),
(539, 69, 'Järvamaa', ''),
(540, 69, 'Jõgevamaa', ''),
(541, 69, 'Lääne', ''),
(542, 69, 'Lääne-Virumaa', ''),
(543, 69, 'Pärnumaa', ''),
(544, 69, 'Põlvamaa', ''),
(545, 69, 'Raplamaa', ''),
(546, 69, 'Saare', ''),
(547, 69, 'Tartu', ''),
(548, 69, 'Valgamaa', ''),
(549, 69, 'Viljandimaa', ''),
(550, 69, 'Võrumaa', ''),
(551, 70, 'Adis Abeba Astedader', ''),
(552, 70, 'Afar Region', ''),
(553, 70, 'Amhara', ''),
(554, 70, 'Bīnshangul Gumuz', ''),
(555, 70, 'Dire Dawa', ''),
(556, 70, 'Gambela', ''),
(557, 70, 'Harari Region', ''),
(558, 70, 'Oromiya', ''),
(559, 70, 'Somali', ''),
(560, 70, 'Southern Nations, Nationalities, and People\'s Region', ''),
(561, 70, 'Tigray', ''),
(562, 72, 'Eysturoy', ''),
(563, 72, 'Streymoy', ''),
(564, 73, 'State of Yap', ''),
(565, 74, 'Central', ''),
(566, 74, 'Western', ''),
(567, 75, 'Central Ostrobothnia', ''),
(568, 75, 'Eastern Finland', ''),
(569, 75, 'Haeme', ''),
(570, 75, 'Kainuu', ''),
(571, 75, 'Kymenlaakso', ''),
(572, 75, 'Lapland', ''),
(573, 75, 'North Karelia', ''),
(574, 75, 'Northern Ostrobothnia', ''),
(575, 75, 'Northern Savo', ''),
(576, 75, 'Päijänne Tavastia', ''),
(577, 75, 'Pirkanmaa', ''),
(578, 75, 'Satakunta', ''),
(579, 75, 'South Karelia', ''),
(580, 75, 'Southern Finland', ''),
(581, 75, 'Southern Savonia', ''),
(582, 75, 'Southwest Finland', ''),
(583, 75, 'Uusimaa', ''),
(584, 75, 'Western Finland', ''),
(585, 76, 'Alsace', ''),
(586, 76, 'Aquitaine', ''),
(587, 76, 'Auvergne', ''),
(588, 76, 'Bourgogne', ''),
(589, 76, 'Brittany', ''),
(590, 76, 'Centre', ''),
(591, 76, 'Champagne-Ardenne', ''),
(592, 76, 'Corsica', ''),
(593, 76, 'Franche-Comté', ''),
(594, 76, 'Haute-Normandie', ''),
(595, 76, 'Île-de-France', ''),
(596, 76, 'Languedoc-Roussillon', ''),
(597, 76, 'Limousin', ''),
(598, 76, 'Lorraine', ''),
(599, 76, 'Lower Normandy', ''),
(600, 76, 'Midi-Pyrénées', ''),
(601, 76, 'Nord-Pas-de-Calais', ''),
(602, 76, 'Pays de la Loire', ''),
(603, 76, 'Picardie', ''),
(604, 76, 'Poitou-Charentes', ''),
(605, 76, 'Provence-Alpes-Côte d\'Azur', ''),
(606, 76, 'Rhône-Alpes', ''),
(607, 78, 'Iles du Vent', ''),
(608, 79, 'Archipel des Kerguelen', ''),
(609, 80, 'Estuaire', ''),
(610, 80, 'Province de l\'Ogooue-Maritime', ''),
(611, 80, 'Province de la Ngounie', ''),
(612, 80, 'Province du Moyen-Ogooue', ''),
(613, 81, 'City of Banjul', ''),
(614, 82, 'Abkhazia', ''),
(615, 82, 'Ajaria', ''),
(616, 82, 'Guria', ''),
(617, 82, 'K\'alak\'i T\'bilisi', ''),
(618, 82, 'Mtskheta-Mtianeti', ''),
(619, 82, 'Racha-Lechkhumi and Kvemo Svaneti', ''),
(620, 82, 'Samegrelo and Zemo Svaneti', ''),
(621, 82, 'Shida Kartli', ''),
(622, 83, 'Baden-Württemberg Region', ''),
(623, 83, 'Bavaria', ''),
(624, 83, 'Brandenburg', ''),
(625, 83, 'Bremen', ''),
(626, 83, 'Hamburg', ''),
(627, 83, 'Hesse', ''),
(628, 83, 'Land Berlin', ''),
(629, 83, 'Lower Saxony', ''),
(630, 83, 'Mecklenburg-Vorpommern', ''),
(631, 83, 'North Rhine-Westphalia', ''),
(632, 83, 'Rheinland-Pfalz', ''),
(633, 83, 'Saarland', ''),
(634, 83, 'Saxony', ''),
(635, 83, 'Saxony-Anhalt', ''),
(636, 83, 'Schleswig-Holstein', ''),
(637, 83, 'Thuringia', ''),
(638, 84, 'Ashanti Region', ''),
(639, 84, 'Brong-Ahafo', ''),
(640, 84, 'Central Region', ''),
(641, 84, 'Greater Accra Region', ''),
(642, 84, 'Upper East Region', ''),
(643, 84, 'Upper West Region', ''),
(644, 84, 'Volta Region', ''),
(645, 84, 'Western Region', ''),
(646, 86, 'Attica', ''),
(647, 86, 'Central Greece', ''),
(648, 86, 'Central Macedonia', ''),
(649, 86, 'Crete', ''),
(650, 86, 'East Macedonia and Thrace', ''),
(651, 86, 'Epirus', ''),
(652, 86, 'Ionian Islands', ''),
(653, 86, 'North Aegean', ''),
(654, 86, 'Peloponnese', ''),
(655, 86, 'South Aegean', ''),
(656, 86, 'Thessaly', ''),
(657, 86, 'West Greece', ''),
(658, 86, 'West Macedonia', ''),
(659, 87, 'Kujalleq', ''),
(660, 87, 'Qaasuitsup', ''),
(661, 87, 'Qeqqata', ''),
(662, 87, 'Sermersooq', ''),
(663, 88, 'Saint Andrew', ''),
(664, 88, 'Saint George', ''),
(665, 90, 'Agat', ''),
(666, 90, 'Barrigada', ''),
(667, 90, 'Dededo', ''),
(668, 90, 'Hagatna', ''),
(669, 90, 'Santa Rita Municipality', ''),
(670, 90, 'Tamuning', ''),
(671, 90, 'Yigo', ''),
(672, 91, 'Departamento de Chimaltenango', ''),
(673, 91, 'Departamento de Chiquimula', ''),
(674, 91, 'Departamento de Escuintla', ''),
(675, 91, 'Departamento de Guatemala', ''),
(676, 91, 'Departamento de Huehuetenango', ''),
(677, 91, 'Departamento de Izabal', ''),
(678, 91, 'Departamento de Jutiapa', ''),
(679, 91, 'Departamento de Quetzaltenango', ''),
(680, 91, 'Departamento de Retalhuleu', ''),
(681, 91, 'Departamento de Sacatepequez', ''),
(682, 91, 'Departamento de San Marcos', ''),
(683, 91, 'Departamento de Santa Rosa', ''),
(684, 91, 'Departamento de Solola', ''),
(685, 91, 'Departamento de Zacapa', ''),
(686, 91, 'Departamento del Peten', ''),
(687, 91, 'Suchitepeque', ''),
(688, 92, 'Saint Peter Port', ''),
(689, 93, 'Boke Region', ''),
(690, 93, 'Conakry Region', ''),
(691, 93, 'Faranah', ''),
(692, 93, 'Kankan Region', ''),
(693, 93, 'Kindia', ''),
(694, 93, 'Labe Region', ''),
(695, 93, 'Mamou Region', ''),
(696, 93, 'Nzerekore Region', ''),
(697, 94, 'Bissau', ''),
(698, 94, 'Bolama and Bijagos', ''),
(699, 94, 'Cacheu Region', ''),
(700, 95, 'Demerara-Mahaica Region', ''),
(701, 95, 'East Berbice-Corentyne Region', ''),
(702, 96, 'Centre', ''),
(703, 96, 'Departement de l\'Ouest', ''),
(704, 96, 'Departement du Nord-Est', ''),
(705, 96, 'Grandans', ''),
(706, 96, 'Nord', ''),
(707, 96, 'Sud-Est', ''),
(708, 97, 'Ajloun', ''),
(709, 97, 'Amman', ''),
(710, 97, 'Aqaba', ''),
(711, 97, 'Balqa', ''),
(712, 97, 'Irbid', ''),
(713, 97, 'Jerash', ''),
(714, 97, 'Karak', ''),
(715, 97, 'Madaba', ''),
(716, 97, 'Mafraq', ''),
(717, 97, 'Ma’an', ''),
(718, 97, 'Tafielah', ''),
(719, 98, 'Bay Islands', ''),
(720, 98, 'Departamento de Atlantida', ''),
(721, 98, 'Departamento de Choluteca', ''),
(722, 98, 'Departamento de Colon', ''),
(723, 98, 'Departamento de Comayagua', ''),
(724, 98, 'Departamento de Copan', ''),
(725, 98, 'Departamento de Cortes', ''),
(726, 98, 'Departamento de El Paraiso', ''),
(727, 98, 'Departamento de Francisco Morazan', ''),
(728, 98, 'Departamento de Gracias a Dios', ''),
(729, 98, 'Departamento de Intibuca', ''),
(730, 98, 'Departamento de Lempira', ''),
(731, 98, 'Departamento de Santa Barbara', ''),
(732, 98, 'Departamento de Valle', ''),
(733, 98, 'Departamento de Yoro', ''),
(734, 99, 'Central and Western District', ''),
(735, 99, 'Eastern', ''),
(736, 99, 'Kowloon City', ''),
(737, 99, 'Kwon Tong', ''),
(738, 99, 'Sha Tin', ''),
(739, 99, 'Sham Shui Po', ''),
(740, 99, 'Southern', ''),
(741, 99, 'Wanchai', ''),
(742, 99, 'Wong Tai Sin', ''),
(743, 99, 'Yau Tsim Mong', ''),
(744, 99, 'Yuen Long District', ''),
(745, 100, 'Bács-Kiskun', ''),
(746, 100, 'Baranya', ''),
(747, 100, 'Bekes', ''),
(748, 100, 'Borsod-Abaúj-Zemplén', ''),
(749, 100, 'Budapest fovaros', ''),
(750, 100, 'Csongrad megye', ''),
(751, 100, 'Fejér', ''),
(752, 100, 'Győr-Moson-Sopron', ''),
(753, 100, 'Hajdú-Bihar', ''),
(754, 100, 'Heves megye', ''),
(755, 100, 'Jász-Nagykun-Szolnok', ''),
(756, 100, 'Komárom-Esztergom', ''),
(757, 100, 'Nograd megye', ''),
(758, 100, 'Pest megye', ''),
(759, 100, 'Somogy megye', ''),
(760, 100, 'Szabolcs-Szatmár-Bereg', ''),
(761, 100, 'Tolna megye', ''),
(762, 100, 'Vas', ''),
(763, 100, 'Veszprem megye', ''),
(764, 100, 'Zala', ''),
(765, 101, 'Capital Region', ''),
(766, 101, 'East', ''),
(767, 101, 'Northeast', ''),
(768, 101, 'Northwest', ''),
(769, 101, 'South', ''),
(770, 101, 'Southern Peninsula', ''),
(771, 101, 'West', ''),
(772, 101, 'Westfjords', ''),
(773, 102, 'Andhra Pradesh', ''),
(774, 102, 'Arunachal Pradesh', ''),
(775, 102, 'Assam', ''),
(776, 102, 'Bihar', ''),
(777, 102, 'Chandigarh', ''),
(778, 102, 'Dadra and Nagar Haveli', ''),
(779, 102, 'Daman and Diu', ''),
(780, 102, 'Goa', ''),
(781, 102, 'Gujarat', ''),
(782, 102, 'Haryana', ''),
(783, 102, 'Karnataka', ''),
(784, 102, 'Kashmir', ''),
(785, 102, 'Kerala', ''),
(786, 102, 'Laccadives', ''),
(787, 102, 'Madhya Pradesh', ''),
(788, 102, 'Maharashtra', ''),
(789, 102, 'Manipur', ''),
(790, 102, 'Meghalaya', ''),
(791, 102, 'Mizoram', ''),
(792, 102, 'Nagaland', ''),
(793, 102, 'National Capital Territory of Delhi', ''),
(794, 102, 'Odisha', ''),
(795, 102, 'Rajasthan', ''),
(796, 102, 'Sikkim', ''),
(797, 102, 'State of Chhattisgarh', ''),
(798, 102, 'State of Himachal Pradesh', ''),
(799, 102, 'State of Jharkhand', ''),
(800, 102, 'State of Punjab', ''),
(801, 102, 'Tamil Nadu', ''),
(802, 102, 'Telangana', ''),
(803, 102, 'Tripura', ''),
(804, 102, 'Union Territory of Andaman and Nicobar Islands', ''),
(805, 102, 'Union Territory of Puducherry', ''),
(806, 102, 'Uttar Pradesh', ''),
(807, 102, 'Uttarakhand', ''),
(808, 102, 'West Bengal', ''),
(809, 103, 'Bali', ''),
(810, 103, 'Bangka–Belitung Islands', ''),
(811, 103, 'Banten', ''),
(812, 103, 'Central Java', ''),
(813, 103, 'Central Kalimantan', ''),
(814, 103, 'Central Sulawesi', ''),
(815, 103, 'Daerah Istimewa Yogyakarta', ''),
(816, 103, 'Daerah Khusus Ibukota Jakarta', ''),
(817, 103, 'East Java', ''),
(818, 103, 'East Kalimantan', ''),
(819, 103, 'East Nusa Tenggara', ''),
(820, 103, 'Nanggroe Aceh Darussalam Province', ''),
(821, 103, 'North Kalimantan', ''),
(822, 103, 'North Sulawesi', ''),
(823, 103, 'North Sumatra', ''),
(824, 103, 'Propinsi Bengkulu', ''),
(825, 103, 'Provinsi Gorontalo', ''),
(826, 103, 'Provinsi Jambi', ''),
(827, 103, 'Provinsi Lampung', ''),
(828, 103, 'Provinsi Maluku', ''),
(829, 103, 'Provinsi Maluku Utara', ''),
(830, 103, 'Provinsi Papua', ''),
(831, 103, 'Provinsi Riau', ''),
(832, 103, 'Provinsi Sulawesi Barat', ''),
(833, 103, 'Riau Islands', ''),
(834, 103, 'South Kalimantan', ''),
(835, 103, 'South Sulawesi', ''),
(836, 103, 'South Sumatra', ''),
(837, 103, 'Sulawesi Tenggara', ''),
(838, 103, 'West Java', ''),
(839, 103, 'West Kalimantan', ''),
(840, 103, 'West Nusa Tenggara', ''),
(841, 103, 'West Papua', ''),
(842, 103, 'West Sumatra', ''),
(843, 104, 'Alborz', ''),
(844, 104, 'Bushehr', ''),
(845, 104, 'East Azerbaijan', ''),
(846, 104, 'Fars', ''),
(847, 104, 'Hormozgan', ''),
(848, 104, 'Isfahan', ''),
(849, 104, 'Kerman', ''),
(850, 104, 'Khuzestan', ''),
(851, 104, 'Markazi', ''),
(852, 104, 'Māzandarān', ''),
(853, 104, 'Ostan-e Ardabil', ''),
(854, 104, 'Ostan-e Azarbayjan-e Gharbi', ''),
(855, 104, 'Ostan-e Chahar Mahal va Bakhtiari', ''),
(856, 104, 'Ostan-e Gilan', ''),
(857, 104, 'Ostan-e Golestan', ''),
(858, 104, 'Ostan-e Hamadan', ''),
(859, 104, 'Ostan-e Ilam', ''),
(860, 104, 'Ostan-e Kermanshah', ''),
(861, 104, 'Ostan-e Khorasan-e Jonubi', ''),
(862, 104, 'Ostan-e Khorasan-e Shomali', ''),
(863, 104, 'Ostan-e Kohgiluyeh va Bowyer Ahmad', ''),
(864, 104, 'Ostan-e Kordestan', ''),
(865, 104, 'Ostan-e Lorestan', ''),
(866, 104, 'Ostan-e Qazvin', ''),
(867, 104, 'Ostan-e Tehran', ''),
(868, 104, 'Qom', ''),
(869, 104, 'Razavi Khorasan', ''),
(870, 104, 'Semnān', ''),
(871, 104, 'Sistan and Baluchestan', ''),
(872, 104, 'Yazd', ''),
(873, 104, 'Zanjan', ''),
(874, 105, 'An Najaf', ''),
(875, 105, 'Anbar', ''),
(876, 105, 'Basra Governorate', ''),
(877, 105, 'Dhi Qar', ''),
(878, 105, 'Dihok', ''),
(879, 105, 'Diyālá', ''),
(880, 105, 'Mayorality of Baghdad', ''),
(881, 105, 'Maysan', ''),
(882, 105, 'Muhafazat al Muthanna', ''),
(883, 105, 'Muhafazat Arbil', ''),
(884, 105, 'Muhafazat as Sulaymaniyah', ''),
(885, 105, 'Muhafazat Babil', ''),
(886, 105, 'Muhafazat Karbala\'', ''),
(887, 105, 'Muhafazat Kirkuk', ''),
(888, 105, 'Muhafazat Ninawa', ''),
(889, 106, 'Connaught', ''),
(890, 106, 'Leinster', ''),
(891, 106, 'Munster', ''),
(892, 106, 'Ulster', ''),
(893, 108, 'Central District', ''),
(894, 108, 'Haifa', ''),
(895, 108, 'Jerusalem', ''),
(896, 108, 'Northern District', ''),
(897, 108, 'Southern District', ''),
(898, 108, 'Tel Aviv', ''),
(899, 109, 'Abruzzo', ''),
(900, 109, 'Aosta Valley', ''),
(901, 109, 'Apulia', ''),
(902, 109, 'Basilicate', ''),
(903, 109, 'Calabria', ''),
(904, 109, 'Campania', ''),
(905, 109, 'Emilia-Romagna', ''),
(906, 109, 'Friuli Venezia Giulia', ''),
(907, 109, 'Latium', ''),
(908, 109, 'Liguria', ''),
(909, 109, 'Lombardy', ''),
(910, 109, 'Molise', ''),
(911, 109, 'Piedmont', ''),
(912, 109, 'Sardinia', ''),
(913, 109, 'Sicily', ''),
(914, 109, 'The Marches', ''),
(915, 109, 'Trentino-Alto Adige', ''),
(916, 109, 'Tuscany', ''),
(917, 109, 'Umbria', ''),
(918, 109, 'Veneto', ''),
(919, 110, 'Haut-Sassandra', ''),
(920, 110, 'Lagunes', ''),
(921, 110, 'Vallee du Bandama', ''),
(922, 111, 'Kingston', ''),
(923, 111, 'Parish of Clarendon', ''),
(924, 111, 'Parish of Manchester', ''),
(925, 111, 'Parish of Saint Andrew', ''),
(926, 111, 'Parish of Saint Ann', ''),
(927, 111, 'Parish of Saint Catherine', ''),
(928, 111, 'Parish of Saint James', ''),
(929, 111, 'Parish of Saint Mary', ''),
(930, 111, 'Parish of Saint Thomas', ''),
(931, 111, 'Parish of Westmoreland', ''),
(932, 112, 'Aichi', ''),
(933, 112, 'Akita', ''),
(934, 112, 'Aomori', ''),
(935, 112, 'Chiba', ''),
(936, 112, 'Ehime', ''),
(937, 112, 'Fukui', ''),
(938, 112, 'Fukuoka', ''),
(939, 112, 'Fukushima-ken', ''),
(940, 112, 'Gifu', ''),
(941, 112, 'Gunma', ''),
(942, 112, 'Hiroshima', ''),
(943, 112, 'Hokkaido', ''),
(944, 112, 'Hyōgo', ''),
(945, 112, 'Ibaraki', ''),
(946, 112, 'Ishikawa', ''),
(947, 112, 'Iwate', ''),
(948, 112, 'Kagawa', ''),
(949, 112, 'Kagoshima', ''),
(950, 112, 'Kanagawa', ''),
(951, 112, 'Kochi', ''),
(952, 112, 'Kumamoto', ''),
(953, 112, 'Kyoto', ''),
(954, 112, 'Mie', ''),
(955, 112, 'Miyagi', ''),
(956, 112, 'Miyazaki', ''),
(957, 112, 'Nagano', ''),
(958, 112, 'Nagasaki', ''),
(959, 112, 'Nara', ''),
(960, 112, 'Niigata', ''),
(961, 112, 'Oita', ''),
(962, 112, 'Okayama', ''),
(963, 112, 'Okinawa', ''),
(964, 112, 'Ōsaka', ''),
(965, 112, 'Saga Prefecture', ''),
(966, 112, 'Saitama', ''),
(967, 112, 'Shiga Prefecture', ''),
(968, 112, 'Shimane', ''),
(969, 112, 'Shizuoka', ''),
(970, 112, 'Tochigi', ''),
(971, 112, 'Tokushima', ''),
(972, 112, 'Tokyo', ''),
(973, 112, 'Tottori', ''),
(974, 112, 'Toyama', ''),
(975, 112, 'Wakayama', ''),
(976, 112, 'Yamagata', ''),
(977, 112, 'Yamaguchi', ''),
(978, 112, 'Yamanashi', ''),
(979, 113, 'Saint Helier', ''),
(980, 113, 'Saint Lawrence', ''),
(981, 113, 'Saint Peter', ''),
(982, 113, 'St. Brelade', ''),
(983, 114, 'Aktyubinskaya Oblast', ''),
(984, 114, 'Almaty Oblysy', ''),
(985, 114, 'Almaty Qalasy', ''),
(986, 114, 'Aqmola Oblysy', ''),
(987, 114, 'Astana Qalasy', ''),
(988, 114, 'Atyrau Oblysy', ''),
(989, 114, 'Batys Qazaqstan Oblysy', ''),
(990, 114, 'East Kazakhstan', ''),
(991, 114, 'Mangistauskaya Oblast', ''),
(992, 114, 'Pavlodar Oblysy', ''),
(993, 114, 'Qaraghandy Oblysy', ''),
(994, 114, 'Qostanay Oblysy', ''),
(995, 114, 'Qyzylorda Oblysy', ''),
(996, 114, 'Severo-Kazakhstanskaya Oblast', ''),
(997, 114, 'Yuzhno-Kazakhstanskaya Oblast', ''),
(998, 114, 'Zhambyl Oblysy', ''),
(999, 115, 'Garissa District', ''),
(1000, 115, 'Homa Bay District', ''),
(1001, 115, 'Kajiado District', ''),
(1002, 115, 'Kiambu District', ''),
(1003, 115, 'Kirinyaga District', ''),
(1004, 115, 'Kisii District', ''),
(1005, 115, 'Kisumu', ''),
(1006, 115, 'Kitui District', ''),
(1007, 115, 'Kwale District', ''),
(1008, 115, 'Machakos District', ''),
(1009, 115, 'Makueni District', ''),
(1010, 115, 'Mandera District', ''),
(1011, 115, 'Meru Central District', ''),
(1012, 115, 'Mombasa District', ''),
(1013, 115, 'Nairobi Province', ''),
(1014, 115, 'Nakuru District', ''),
(1015, 115, 'Nandi South District', ''),
(1016, 115, 'Nyeri District', ''),
(1017, 115, 'Siaya District', ''),
(1018, 115, 'Tharaka District', ''),
(1019, 115, 'Trans Nzoia District', ''),
(1020, 115, 'Uasin Gishu', ''),
(1021, 116, 'Gilbert Islands', ''),
(1022, 117, 'Komuna e Gjilanit', ''),
(1023, 117, 'Komuna e Mitrovices', ''),
(1024, 117, 'Komuna e Prishtines', ''),
(1025, 118, 'Al Aḩmadī', ''),
(1026, 118, 'Al Asimah', ''),
(1027, 118, 'Al Farwaniyah', ''),
(1028, 118, 'Muhafazat Hawalli', ''),
(1029, 119, 'Gorod Bishkek', ''),
(1030, 119, 'Osh Oblasty', ''),
(1031, 120, 'Khammouan', ''),
(1032, 120, 'Khoueng Savannakhet', ''),
(1033, 120, 'Vientiane', ''),
(1034, 121, 'Baldone', ''),
(1035, 121, 'Balvu Novads', ''),
(1036, 121, 'Bauskas Novads', ''),
(1037, 121, 'Carnikava', ''),
(1038, 121, 'Cesu Novads', ''),
(1039, 121, 'Daugavpils', ''),
(1040, 121, 'Dobeles Rajons', ''),
(1041, 121, 'Gulbenes Rajons', ''),
(1042, 121, 'Ikšķile', ''),
(1043, 121, 'Jēkabpils Municipality', ''),
(1044, 121, 'Jelgava', ''),
(1045, 121, 'Jurmala', ''),
(1046, 121, 'Ķegums', ''),
(1047, 121, 'Ķekava', ''),
(1048, 121, 'Kraslavas Rajons', ''),
(1049, 121, 'Krimulda', ''),
(1050, 121, 'Kuldigas Rajons', ''),
(1051, 121, 'Lecava', ''),
(1052, 121, 'Liepaja', ''),
(1053, 121, 'Ludzas Rajons', ''),
(1054, 121, 'Mārupe', ''),
(1055, 121, 'Ogre', ''),
(1056, 121, 'Olaine', ''),
(1057, 121, 'Ozolnieku Novads', ''),
(1058, 121, 'Preili Municipality', ''),
(1059, 121, 'Rezekne', ''),
(1060, 121, 'Riga', ''),
(1061, 121, 'Rojas Novads', ''),
(1062, 121, 'Ropazu Novads', ''),
(1063, 121, 'Rundales Novads', ''),
(1064, 121, 'Salaspils Novads', ''),
(1065, 121, 'Saldus Municipality', ''),
(1066, 121, 'Siguldas Novads', ''),
(1067, 121, 'Smiltenes Novads', ''),
(1068, 121, 'Stopinu Novads', ''),
(1069, 121, 'Talsi Municipality', ''),
(1070, 121, 'Tukuma Rajons', ''),
(1071, 121, 'Valmiera District', ''),
(1072, 121, 'Ventspils', ''),
(1073, 121, 'Viesites Novads', ''),
(1074, 122, 'Beyrouth', ''),
(1075, 122, 'Mohafazat Aakkar', ''),
(1076, 122, 'Mohafazat Baalbek-Hermel', ''),
(1077, 122, 'Mohafazat Beqaa', ''),
(1078, 122, 'Mohafazat Liban-Nord', ''),
(1079, 122, 'Mohafazat Liban-Sud', ''),
(1080, 122, 'Mohafazat Mont-Liban', ''),
(1081, 123, 'Maseru', ''),
(1082, 124, 'Montserrado County', ''),
(1083, 124, 'Nimba County', ''),
(1084, 125, 'Sha\'biyat Banghazi', ''),
(1085, 125, 'Sha\'biyat Misratah', ''),
(1086, 125, 'Sha\'biyat Sabha', ''),
(1087, 125, 'Sha`biyat Nalut', ''),
(1088, 125, 'Tripoli', ''),
(1089, 126, 'Balzers', ''),
(1090, 126, 'Eschen', ''),
(1091, 126, 'Gemeinde Gamprin', ''),
(1092, 126, 'Mauren', ''),
(1093, 126, 'Planken', ''),
(1094, 126, 'Schaan', ''),
(1095, 126, 'Schellenberg', ''),
(1096, 126, 'Triesen', ''),
(1097, 126, 'Triesenberg', ''),
(1098, 126, 'Vaduz', ''),
(1099, 127, 'District de Diekirch', ''),
(1100, 127, 'District de Grevenmacher', ''),
(1101, 127, 'District de Luxembourg', ''),
(1102, 129, 'Bitola', ''),
(1103, 129, 'Čair', ''),
(1104, 129, 'Debar', ''),
(1105, 129, 'Demir Hisar', ''),
(1106, 129, 'Gevgelija', ''),
(1107, 129, 'Gostivar', ''),
(1108, 129, 'Ilinden', ''),
(1109, 129, 'Kavadarci', ''),
(1110, 129, 'Kumanovo', ''),
(1111, 129, 'Negotino', ''),
(1112, 129, 'Novo Selo', ''),
(1113, 129, 'Ohrid', ''),
(1114, 129, 'Opstina Caska', ''),
(1115, 129, 'Opstina Karpos', ''),
(1116, 129, 'Opstina Kicevo', ''),
(1117, 129, 'Opstina Kocani', ''),
(1118, 129, 'Opstina Radovis', ''),
(1119, 129, 'Opstina Stip', ''),
(1120, 129, 'Opstina Vevcani', ''),
(1121, 129, 'Prilep', ''),
(1122, 129, 'Struga', ''),
(1123, 129, 'Strumica', ''),
(1124, 129, 'Tetovo', ''),
(1125, 129, 'Veles', ''),
(1126, 130, 'Analamanga Region', ''),
(1127, 130, 'Atsimo-Andrefana Region', ''),
(1128, 130, 'Atsinanana Region', ''),
(1129, 130, 'Boeny Region', ''),
(1130, 130, 'Diana Region', ''),
(1131, 130, 'Sava Region', ''),
(1132, 130, 'Upper Matsiatra', ''),
(1133, 130, 'Vakinankaratra Region', ''),
(1134, 131, 'Central Region', ''),
(1135, 131, 'Northern Region', ''),
(1136, 131, 'Southern Region', ''),
(1137, 132, 'Johor', ''),
(1138, 132, 'Kedah', ''),
(1139, 132, 'Kelantan', ''),
(1140, 132, 'Kuala Lumpur', ''),
(1141, 132, 'Labuan', ''),
(1142, 132, 'Melaka', ''),
(1143, 132, 'Negeri Sembilan', ''),
(1144, 132, 'Pahang', ''),
(1145, 132, 'Penang', ''),
(1146, 132, 'Perak', ''),
(1147, 132, 'Perlis', ''),
(1148, 132, 'Putrajaya', ''),
(1149, 132, 'Sabah', ''),
(1150, 132, 'Sarawak', ''),
(1151, 132, 'Selangor', ''),
(1152, 132, 'Terengganu', ''),
(1153, 133, 'Kaafu Atoll', ''),
(1154, 134, 'Bamako Region', ''),
(1155, 134, 'Sikasso', ''),
(1156, 135, 'Attard', ''),
(1157, 135, 'Balzan', ''),
(1158, 135, 'Birkirkara', ''),
(1159, 135, 'Birzebbuga', ''),
(1160, 135, 'Bormla', ''),
(1161, 135, 'Dingli', ''),
(1162, 135, 'Ghajnsielem', ''),
(1163, 135, 'Hal Gharghur', ''),
(1164, 135, 'Hal Ghaxaq', ''),
(1165, 135, 'Haz-Zabbar', ''),
(1166, 135, 'Haz-Zebbug', ''),
(1167, 135, 'Il-Belt Valletta', ''),
(1168, 135, 'Il-Birgu', ''),
(1169, 135, 'Il-Fgura', ''),
(1170, 135, 'Il-Furjana', ''),
(1171, 135, 'Il-Gudja', ''),
(1172, 135, 'Il-Gzira', ''),
(1173, 135, 'Il-Hamrun', ''),
(1174, 135, 'Il-Kalkara', ''),
(1175, 135, 'Il-Marsa', ''),
(1176, 135, 'Il-Mellieha', ''),
(1177, 135, 'Il-Mosta', ''),
(1178, 135, 'Il-Munxar', ''),
(1179, 135, 'Il-Qala', ''),
(1180, 135, 'In-Nadur', ''),
(1181, 135, 'In-Naxxar', ''),
(1182, 135, 'Ir-Rabat', ''),
(1183, 135, 'Is-Siggiewi', ''),
(1184, 135, 'Is-Swieqi', ''),
(1185, 135, 'Ix-Xaghra', ''),
(1186, 135, 'Ix-Xewkija', ''),
(1187, 135, 'Ix-Xghajra', ''),
(1188, 135, 'Iz-Zebbug', ''),
(1189, 135, 'Iz-Zejtun', ''),
(1190, 135, 'Iz-Zurrieq', ''),
(1191, 135, 'Kirkop', ''),
(1192, 135, 'L-Gharb', ''),
(1193, 135, 'L-Ghasri', ''),
(1194, 135, 'L-Iklin', ''),
(1195, 135, 'L-Imdina', ''),
(1196, 135, 'L-Imgarr', ''),
(1197, 135, 'L-Imqabba', ''),
(1198, 135, 'L-Imsida', ''),
(1199, 135, 'L-Imtarfa', ''),
(1200, 135, 'L-Isla', ''),
(1201, 135, 'Lija', ''),
(1202, 135, 'Luqa', ''),
(1203, 135, 'Marsaskala', ''),
(1204, 135, 'Marsaxlokk', ''),
(1205, 135, 'Paola', ''),
(1206, 135, 'Qormi', ''),
(1207, 135, 'Safi', ''),
(1208, 135, 'Saint John', ''),
(1209, 135, 'Saint Julian', ''),
(1210, 135, 'Saint Lawrence', ''),
(1211, 135, 'Saint Lucia', ''),
(1212, 135, 'Saint Paul’s Bay', ''),
(1213, 135, 'Saint Venera', ''),
(1214, 135, 'Sannat', ''),
(1215, 135, 'Ta\' Xbiex', ''),
(1216, 135, 'Tal-Pieta', ''),
(1217, 135, 'Tarxien', ''),
(1218, 135, 'Tas-Sliema', ''),
(1219, 135, 'Victoria', ''),
(1220, 136, 'Majuro Atoll', ''),
(1221, 138, 'District de Nouakchott', ''),
(1222, 139, 'Black River District', ''),
(1223, 139, 'Flacq District', ''),
(1224, 139, 'Moka District', ''),
(1225, 139, 'Pamplemousses District', ''),
(1226, 139, 'Plaines Wilhems District', ''),
(1227, 139, 'Port Louis District', ''),
(1228, 139, 'Riviere du Rempart District', ''),
(1229, 139, 'Rodrigues', ''),
(1230, 139, 'Savanne District', ''),
(1231, 140, 'Acoua', ''),
(1232, 140, 'Bandrele', ''),
(1233, 140, 'Chiconi', ''),
(1234, 140, 'Koungou', ''),
(1235, 140, 'Mamoudzou', ''),
(1236, 140, 'Ouangani', ''),
(1237, 140, 'Tsingoni', ''),
(1238, 141, 'Aguascalientes', ''),
(1239, 141, 'Baja California Sur', ''),
(1240, 141, 'Campeche', ''),
(1241, 141, 'Chiapas', ''),
(1242, 141, 'Chihuahua', ''),
(1243, 141, 'Coahuila', ''),
(1244, 141, 'Colima', ''),
(1245, 141, 'Durango', ''),
(1246, 141, 'Estado de Baja California', ''),
(1247, 141, 'Estado de Mexico', ''),
(1248, 141, 'Guanajuato', ''),
(1249, 141, 'Guerrero', ''),
(1250, 141, 'Hidalgo', ''),
(1251, 141, 'Jalisco', ''),
(1252, 141, 'Mexico City', ''),
(1253, 141, 'Michoacán', ''),
(1254, 141, 'Morelos', ''),
(1255, 141, 'Nayarit', ''),
(1256, 141, 'Nuevo León', ''),
(1257, 141, 'Oaxaca', ''),
(1258, 141, 'Puebla', ''),
(1259, 141, 'Querétaro', ''),
(1260, 141, 'Quintana Roo', ''),
(1261, 141, 'San Luis Potosí', ''),
(1262, 141, 'Sinaloa', ''),
(1263, 141, 'Sonora', ''),
(1264, 141, 'Tabasco', ''),
(1265, 141, 'Tamaulipas', ''),
(1266, 141, 'Tlaxcala', ''),
(1267, 141, 'Veracruz', ''),
(1268, 141, 'Yucatán', ''),
(1269, 141, 'Zacatecas', ''),
(1270, 143, 'Arhangay Aymag', ''),
(1271, 143, 'Bayan-OElgiy Aymag', ''),
(1272, 143, 'Bayanhongor Aymag', ''),
(1273, 143, 'Bulgan', ''),
(1274, 143, 'Central Aimak', ''),
(1275, 143, 'Darhan-Uul Aymag', ''),
(1276, 143, 'East Aimak', ''),
(1277, 143, 'East Gobi Aymag', ''),
(1278, 143, 'Govi-Altay Aymag', ''),
(1279, 143, 'Govi-Sumber', ''),
(1280, 143, 'Hentiy Aymag', ''),
(1281, 143, 'Hovd', ''),
(1282, 143, 'Hovsgol Aymag', ''),
(1283, 143, 'Middle Govĭ', ''),
(1284, 143, 'Ömnögovĭ', ''),
(1285, 143, 'Övörhangay', ''),
(1286, 143, 'Selenge Aymag', ''),
(1287, 143, 'Suhbaatar Aymag', ''),
(1288, 143, 'Ulaanbaatar Hot', ''),
(1289, 144, 'Budva', ''),
(1290, 144, 'Herceg Novi', ''),
(1291, 144, 'Kotor', ''),
(1292, 144, 'Opstina Niksic', ''),
(1293, 144, 'Podgorica', ''),
(1294, 144, 'Ulcinj', ''),
(1295, 145, 'Parish of Saint Peter', ''),
(1296, 146, 'Chaouia-Ouardigha', ''),
(1297, 146, 'Doukkala-Abda', ''),
(1298, 146, 'Gharb-Chrarda-Beni Hssen', ''),
(1299, 146, 'Guelmim-Es Semara', ''),
(1300, 146, 'Laayoune-Boujdour-Sakia El Hamra', ''),
(1301, 146, 'Marrakech-Tensift-Al Haouz', ''),
(1302, 146, 'Oriental', ''),
(1303, 146, 'Region de Fes-Boulemane', ''),
(1304, 146, 'Region de Meknes-Tafilalet', ''),
(1305, 146, 'Region de Rabat-Sale-Zemmour-Zaer', ''),
(1306, 146, 'Region de Souss-Massa-Draa', ''),
(1307, 146, 'Region de Tanger-Tetouan', ''),
(1308, 146, 'Region du Grand Casablanca', ''),
(1309, 146, 'Tadla-Azilal', ''),
(1310, 146, 'Taza-Al Hoceima-Taounate', ''),
(1311, 147, 'Cabo Delgado Province', ''),
(1312, 147, 'Cidade de Maputo', ''),
(1313, 147, 'Gaza Province', ''),
(1314, 147, 'Inhambane Province', ''),
(1315, 147, 'Manica Province', ''),
(1316, 147, 'Maputo Province', ''),
(1317, 147, 'Nampula', ''),
(1318, 147, 'Niassa Province', ''),
(1319, 147, 'Provincia de Zambezia', ''),
(1320, 147, 'Sofala Province', ''),
(1321, 147, 'Tete', ''),
(1322, 148, 'Kayin State', ''),
(1323, 148, 'Magway Region', ''),
(1324, 148, 'Mandalay Region', ''),
(1325, 148, 'Shan State', ''),
(1326, 148, 'Yangon Region', ''),
(1327, 149, 'Erongo', ''),
(1328, 149, 'Karas', ''),
(1329, 149, 'Kavango East', ''),
(1330, 149, 'Khomas', ''),
(1331, 149, 'Omaheke', ''),
(1332, 149, 'Omusati', ''),
(1333, 149, 'Oshana', ''),
(1334, 149, 'Oshikoto', ''),
(1335, 149, 'Otjozondjupa', ''),
(1336, 149, 'Zambezi Region', ''),
(1337, 150, 'Anabar', ''),
(1338, 151, 'Central Region', ''),
(1339, 151, 'Eastern Region', ''),
(1340, 151, 'Western Region', ''),
(1341, 152, 'Friesland', ''),
(1342, 152, 'Groningen', ''),
(1343, 152, 'Limburg', ''),
(1344, 152, 'North Brabant', ''),
(1345, 152, 'North Holland', ''),
(1346, 152, 'Provincie Drenthe', ''),
(1347, 152, 'Provincie Flevoland', ''),
(1348, 152, 'Provincie Gelderland', ''),
(1349, 152, 'Provincie Overijssel', ''),
(1350, 152, 'Provincie Utrecht', ''),
(1351, 152, 'Provincie Zeeland', ''),
(1352, 152, 'South Holland', ''),
(1353, 153, 'South Province', ''),
(1354, 154, 'Auckland', ''),
(1355, 154, 'Bay of Plenty', ''),
(1356, 154, 'Canterbury', ''),
(1357, 154, 'Chatham Islands', ''),
(1358, 154, 'Gisborne', ''),
(1359, 154, 'Hawke\'s Bay', ''),
(1360, 154, 'Manawatu-Wanganui', ''),
(1361, 154, 'Marlborough', ''),
(1362, 154, 'Nelson', ''),
(1363, 154, 'Northland', ''),
(1364, 154, 'Otago', ''),
(1365, 154, 'Southland', ''),
(1366, 154, 'Taranaki', ''),
(1367, 154, 'Tasman', ''),
(1368, 154, 'Waikato', ''),
(1369, 154, 'Wellington', ''),
(1370, 154, 'West Coast', ''),
(1371, 155, 'Departamento de Carazo', ''),
(1372, 155, 'Departamento de Chinandega', ''),
(1373, 155, 'Departamento de Esteli', ''),
(1374, 155, 'Departamento de Leon', ''),
(1375, 155, 'Departamento de Managua', ''),
(1376, 155, 'Departamento de Masaya', ''),
(1377, 155, 'Departamento de Matagalpa', ''),
(1378, 155, 'Departamento de Nueva Segovia', ''),
(1379, 155, 'Departamento de Rivas', ''),
(1380, 155, 'Region Autonoma Atlantico Sur', ''),
(1381, 156, 'Niamey', ''),
(1382, 157, 'Adamawa', ''),
(1383, 157, 'Akwa Ibom State', ''),
(1384, 157, 'Anambra', ''),
(1385, 157, 'Bauchi', ''),
(1386, 157, 'Bayelsa State', ''),
(1387, 157, 'Benue State', ''),
(1388, 157, 'Cross River State', ''),
(1389, 157, 'Delta', ''),
(1390, 157, 'Ebonyi State', ''),
(1391, 157, 'Edo', ''),
(1392, 157, 'Ekiti State', ''),
(1393, 157, 'Enugu State', ''),
(1394, 157, 'Federal Capital Territory', ''),
(1395, 157, 'Gombe State', ''),
(1396, 157, 'Imo State', ''),
(1397, 157, 'Kaduna State', ''),
(1398, 157, 'Kano State', ''),
(1399, 157, 'Katsina State', ''),
(1400, 157, 'Kebbi State', ''),
(1401, 157, 'Kogi State', ''),
(1402, 157, 'Kwara State', ''),
(1403, 157, 'Lagos', ''),
(1404, 157, 'Niger State', ''),
(1405, 157, 'Ogun State', ''),
(1406, 157, 'Ondo State', ''),
(1407, 157, 'Osun State', ''),
(1408, 157, 'Oyo State', ''),
(1409, 157, 'Plateau State', ''),
(1410, 157, 'Rivers State', ''),
(1411, 157, 'Sokoto State', ''),
(1412, 157, 'Taraba State', ''),
(1413, 157, 'Yobe State', ''),
(1414, 157, 'Zamfara State', ''),
(1415, 160, 'Chagang-do', ''),
(1416, 160, 'Pyongyang', ''),
(1417, 161, 'Saipan', ''),
(1418, 162, 'Akershus', ''),
(1419, 162, 'Aust-Agder', ''),
(1420, 162, 'Buskerud', ''),
(1421, 162, 'Finnmark Fylke', ''),
(1422, 162, 'Hedmark', ''),
(1423, 162, 'Hordaland Fylke', ''),
(1424, 162, 'More og Romsdal fylke', ''),
(1425, 162, 'Nord-Trondelag Fylke', ''),
(1426, 162, 'Nordland Fylke', ''),
(1427, 162, 'Oppland', ''),
(1428, 162, 'Oslo County', ''),
(1429, 162, 'Rogaland Fylke', ''),
(1430, 162, 'Sogn og Fjordane Fylke', ''),
(1431, 162, 'Sor-Trondelag Fylke', ''),
(1432, 162, 'Telemark', ''),
(1433, 162, 'Troms Fylke', ''),
(1434, 162, 'Vest-Agder Fylke', ''),
(1435, 162, 'Vestfold', ''),
(1436, 162, 'Østfold', ''),
(1437, 163, 'Al Batinah', ''),
(1438, 163, 'Muhafazat Masqat', ''),
(1439, 163, 'Muhafazat Zufar', ''),
(1440, 164, 'Azad Kashmir', ''),
(1441, 164, 'Balochistan', ''),
(1442, 164, 'Federally Administered Tribal Areas', ''),
(1443, 164, 'Islamabad Capital Territory', ''),
(1444, 164, 'Khyber Pakhtunkhwa', ''),
(1445, 164, 'Punjab', ''),
(1446, 164, 'Sindh', ''),
(1447, 166, 'Gaza Strip', ''),
(1448, 166, 'West Bank', ''),
(1449, 167, 'Embera-Wounaan', ''),
(1450, 167, 'Guna Yala', ''),
(1451, 167, 'Ngoebe-Bugle', ''),
(1452, 167, 'Provincia de Bocas del Toro', ''),
(1453, 167, 'Provincia de Chiriqui', ''),
(1454, 167, 'Provincia de Cocle', ''),
(1455, 167, 'Provincia de Colon', ''),
(1456, 167, 'Provincia de Herrera', ''),
(1457, 167, 'Provincia de Los Santos', ''),
(1458, 167, 'Provincia de Panama', ''),
(1459, 167, 'Provincia de Veraguas', ''),
(1460, 167, 'Provincia del Darien', ''),
(1461, 168, 'Bougainville', ''),
(1462, 168, 'Central Province', ''),
(1463, 168, 'Chimbu Province', ''),
(1464, 168, 'East New Britain Province', ''),
(1465, 168, 'East Sepik Province', ''),
(1466, 168, 'Eastern Highlands Province', ''),
(1467, 168, 'Enga Province', ''),
(1468, 168, 'Gulf Province', ''),
(1469, 168, 'Madang Province', ''),
(1470, 168, 'Manus Province', ''),
(1471, 168, 'Milne Bay Province', ''),
(1472, 168, 'National Capital', ''),
(1473, 168, 'New Ireland', ''),
(1474, 168, 'Northern Province', ''),
(1475, 168, 'Southern Highlands Province', ''),
(1476, 168, 'West New Britain Province', ''),
(1477, 168, 'West Sepik Province', ''),
(1478, 168, 'Western Highlands Province', ''),
(1479, 168, 'Western Province', ''),
(1480, 169, 'Asuncion', ''),
(1481, 169, 'Departamento Central', ''),
(1482, 169, 'Departamento de Alto Paraguay', ''),
(1483, 169, 'Departamento de Boqueron', ''),
(1484, 169, 'Departamento de Caazapa', ''),
(1485, 169, 'Departamento de Itapua', ''),
(1486, 169, 'Departamento de Misiones', ''),
(1487, 169, 'Departamento del Alto Parana', ''),
(1488, 169, 'Departamento del Guaira', ''),
(1489, 170, 'Amazonas', ''),
(1490, 170, 'Ancash', ''),
(1491, 170, 'Apurimac', ''),
(1492, 170, 'Arequipa', ''),
(1493, 170, 'Ayacucho', ''),
(1494, 170, 'Cajamarca', ''),
(1495, 170, 'Callao', ''),
(1496, 170, 'Cusco', ''),
(1497, 170, 'Departamento de Moquegua', ''),
(1498, 170, 'Huancavelica', ''),
(1499, 170, 'Ica', ''),
(1500, 170, 'Junin', ''),
(1501, 170, 'La Libertad', ''),
(1502, 170, 'Lambayeque', ''),
(1503, 170, 'Lima', ''),
(1504, 170, 'Loreto', ''),
(1505, 170, 'Pasco', ''),
(1506, 170, 'Piura', ''),
(1507, 170, 'Provincia de Lima', ''),
(1508, 170, 'Puno', ''),
(1509, 170, 'Region de Huanuco', ''),
(1510, 170, 'Region de San Martin', ''),
(1511, 170, 'Tacna', ''),
(1512, 170, 'Tumbes', ''),
(1513, 170, 'Ucayali', ''),
(1514, 171, 'Autonomous Region in Muslim Mindanao', ''),
(1515, 171, 'Bicol', ''),
(1516, 171, 'Cagayan Valley', ''),
(1517, 171, 'Calabarzon', ''),
(1518, 171, 'Caraga', ''),
(1519, 171, 'Central Luzon', ''),
(1520, 171, 'Central Visayas', ''),
(1521, 171, 'Cordillera', ''),
(1522, 171, 'Davao', ''),
(1523, 171, 'Eastern Visayas', ''),
(1524, 171, 'Ilocos', ''),
(1525, 171, 'Mimaropa', ''),
(1526, 171, 'National Capital Region', ''),
(1527, 171, 'Northern Mindanao', ''),
(1528, 171, 'Soccsksargen', ''),
(1529, 171, 'Western Visayas', ''),
(1530, 171, 'Zamboanga Peninsula', ''),
(1531, 173, 'Greater Poland Voivodeship', ''),
(1532, 173, 'Kujawsko-Pomorskie', ''),
(1533, 173, 'Lesser Poland Voivodeship', ''),
(1534, 173, 'Lower Silesian Voivodeship', ''),
(1535, 173, 'Lublin Voivodeship', ''),
(1536, 173, 'Lubusz', ''),
(1537, 173, 'Masovian Voivodeship', ''),
(1538, 173, 'Opole Voivodeship', ''),
(1539, 173, 'Podlasie', ''),
(1540, 173, 'Pomeranian Voivodeship', ''),
(1541, 173, 'Silesian Voivodeship', ''),
(1542, 173, 'Subcarpathian Voivodeship', ''),
(1543, 173, 'Świętokrzyskie', ''),
(1544, 173, 'Warmian-Masurian Voivodeship', ''),
(1545, 173, 'West Pomeranian Voivodeship', ''),
(1546, 173, 'Łódź Voivodeship', ''),
(1547, 174, 'Aveiro', ''),
(1548, 174, 'Azores', ''),
(1549, 174, 'Bragança', ''),
(1550, 174, 'Distrito da Guarda', ''),
(1551, 174, 'Distrito de Beja', ''),
(1552, 174, 'Distrito de Braga', ''),
(1553, 174, 'Distrito de Castelo Branco', ''),
(1554, 174, 'Distrito de Coimbra', ''),
(1555, 174, 'Distrito de Evora', ''),
(1556, 174, 'Distrito de Faro', ''),
(1557, 174, 'Distrito de Leiria', ''),
(1558, 174, 'Distrito de Portalegre', ''),
(1559, 174, 'Distrito de Santarem', ''),
(1560, 174, 'Distrito de Viana do Castelo', ''),
(1561, 174, 'Distrito de Vila Real', ''),
(1562, 174, 'Distrito de Viseu', ''),
(1563, 174, 'Distrito do Porto', ''),
(1564, 174, 'Lisbon', ''),
(1565, 174, 'Madeira', ''),
(1566, 174, 'Setúbal', ''),
(1567, 175, 'Adjuntas', ''),
(1568, 175, 'Aguada', ''),
(1569, 175, 'Aguadilla', ''),
(1570, 175, 'Aguas Buenas', ''),
(1571, 175, 'Aibonito', ''),
(1572, 175, 'Anasco', ''),
(1573, 175, 'Arecibo', ''),
(1574, 175, 'Arroyo', ''),
(1575, 175, 'Barceloneta', ''),
(1576, 175, 'Barranquitas', ''),
(1577, 175, 'Bayamon Municipio', ''),
(1578, 175, 'Cabo Rojo Municipio', ''),
(1579, 175, 'Caguas Municipio', ''),
(1580, 175, 'Camuy Municipio', ''),
(1581, 175, 'Canovanas Municipio', '');
INSERT INTO `regions` (`region_id`, `country_id`, `region`, `region_code`) VALUES
(1582, 175, 'Carolina Municipio', ''),
(1583, 175, 'Catano Municipio', ''),
(1584, 175, 'Cayey Municipio', ''),
(1585, 175, 'Ceiba Municipio', ''),
(1586, 175, 'Ciales Municipio', ''),
(1587, 175, 'Cidra Municipio', ''),
(1588, 175, 'Coamo Municipio', ''),
(1589, 175, 'Comerio Municipio', ''),
(1590, 175, 'Corozal Municipio', ''),
(1591, 175, 'Culebra Municipio', ''),
(1592, 175, 'Dorado Municipio', ''),
(1593, 175, 'Fajardo Municipio', ''),
(1594, 175, 'Guanica Municipio', ''),
(1595, 175, 'Guayama Municipio', ''),
(1596, 175, 'Guayanilla Municipio', ''),
(1597, 175, 'Guaynabo Municipio', ''),
(1598, 175, 'Gurabo Municipio', ''),
(1599, 175, 'Hatillo Municipio', ''),
(1600, 175, 'Hormigueros Municipio', ''),
(1601, 175, 'Humacao Municipio', ''),
(1602, 175, 'Juana Diaz Municipio', ''),
(1603, 175, 'Lajas Municipio', ''),
(1604, 175, 'Lares Municipio', ''),
(1605, 175, 'Las Marias Municipio', ''),
(1606, 175, 'Las Piedras Municipio', ''),
(1607, 175, 'Loiza Municipio', ''),
(1608, 175, 'Luquillo Municipio', ''),
(1609, 175, 'Manati Municipio', ''),
(1610, 175, 'Maricao Municipio', ''),
(1611, 175, 'Mayagueez Municipio', ''),
(1612, 175, 'Moca Municipio', ''),
(1613, 175, 'Morovis Municipio', ''),
(1614, 175, 'Municipio de Isabela', ''),
(1615, 175, 'Municipio de Juncos', ''),
(1616, 175, 'Naguabo Municipio', ''),
(1617, 175, 'Naranjito Municipio', ''),
(1618, 175, 'Orocovis Municipio', ''),
(1619, 175, 'Patillas Municipio', ''),
(1620, 175, 'Penuelas Municipio', ''),
(1621, 175, 'Ponce Municipio', ''),
(1622, 175, 'Quebradillas Municipio', ''),
(1623, 175, 'Rincon Municipio', ''),
(1624, 175, 'Rio Grande Municipio', ''),
(1625, 175, 'Sabana Grande Municipio', ''),
(1626, 175, 'Salinas Municipio', ''),
(1627, 175, 'San German Municipio', ''),
(1628, 175, 'San Juan', ''),
(1629, 175, 'San Lorenzo Municipio', ''),
(1630, 175, 'San Sebastian Municipio', ''),
(1631, 175, 'Santa Isabel Municipio', ''),
(1632, 175, 'Toa Alta Municipio', ''),
(1633, 175, 'Toa Baja Municipio', ''),
(1634, 175, 'Trujillo Alto Municipio', ''),
(1635, 175, 'Utuado Municipio', ''),
(1636, 175, 'Vega Alta Municipio', ''),
(1637, 175, 'Vega Baja Municipio', ''),
(1638, 175, 'Vieques Municipality', ''),
(1639, 175, 'Villalba Municipio', ''),
(1640, 175, 'Yabucoa Municipio', ''),
(1641, 175, 'Yauco Municipio', ''),
(1642, 176, 'Al Wakrah', ''),
(1643, 176, 'Baladiyat ad Dawhah', ''),
(1644, 176, 'Baladiyat al Khawr wa adh Dhakhirah', ''),
(1645, 176, 'Baladiyat ar Rayyan', ''),
(1646, 176, 'Baladiyat ash Shamal', ''),
(1647, 176, 'Baladiyat az Za\'ayin', ''),
(1648, 176, 'Baladiyat Umm Salal', ''),
(1649, 177, 'Busan', ''),
(1650, 177, 'Chungcheongbuk-do', ''),
(1651, 177, 'Chungcheongnam-do', ''),
(1652, 177, 'Daegu', ''),
(1653, 177, 'Daejeon', ''),
(1654, 177, 'Gangwon-do', ''),
(1655, 177, 'Gwangju', ''),
(1656, 177, 'Gyeonggi-do', ''),
(1657, 177, 'Gyeongsangbuk-do', ''),
(1658, 177, 'Gyeongsangnam-do', ''),
(1659, 177, 'Incheon', ''),
(1660, 177, 'Jeju-do', ''),
(1661, 177, 'Jeollabuk-do', ''),
(1662, 177, 'Jeollanam-do', ''),
(1663, 177, 'Seoul', ''),
(1664, 177, 'Ulsan', ''),
(1665, 178, 'Alytaus apskritis', ''),
(1666, 178, 'Kauno apskritis', ''),
(1667, 178, 'Klaipedos apskritis', ''),
(1668, 178, 'Marijampoles apskritis', ''),
(1669, 178, 'Panevėžys', ''),
(1670, 178, 'Siauliu apskritis', ''),
(1671, 178, 'Taurages apskritis', ''),
(1672, 178, 'Telsiu apskritis', ''),
(1673, 178, 'Utenos apskritis', ''),
(1674, 178, 'Vilnius County', ''),
(1675, 179, 'Anenii Noi', ''),
(1676, 179, 'Basarabeasca', ''),
(1677, 179, 'Briceni', ''),
(1678, 179, 'Cahul', ''),
(1679, 179, 'Cantemir', ''),
(1680, 179, 'Criuleni', ''),
(1681, 179, 'Donduşeni', ''),
(1682, 179, 'Drochia', ''),
(1683, 179, 'Făleşti', ''),
(1684, 179, 'Floreşti', ''),
(1685, 179, 'Gagauzia', ''),
(1686, 179, 'Glodeni', ''),
(1687, 179, 'Hînceşti', ''),
(1688, 179, 'Laloveni', ''),
(1689, 179, 'Municipiul Balti', ''),
(1690, 179, 'Municipiul Bender', ''),
(1691, 179, 'Municipiul Chisinau', ''),
(1692, 179, 'Nisporeni', ''),
(1693, 179, 'Orhei', ''),
(1694, 179, 'Raionul Causeni', ''),
(1695, 179, 'Raionul Dubasari', ''),
(1696, 179, 'Raionul Edineţ', ''),
(1697, 179, 'Raionul Ocniţa', ''),
(1698, 179, 'Raionul Soroca', ''),
(1699, 179, 'Raionul Stefan Voda', ''),
(1700, 179, 'Rezina', ''),
(1701, 179, 'Rîşcani', ''),
(1702, 179, 'Sîngerei', ''),
(1703, 179, 'Şoldăneşti', ''),
(1704, 179, 'Strășeni', ''),
(1705, 179, 'Taraclia', ''),
(1706, 179, 'Teleneşti', ''),
(1707, 179, 'Unitatea Teritoriala din Stinga Nistrului', ''),
(1708, 180, 'Commune de Brazzaville', ''),
(1709, 180, 'Pointe-Noire', ''),
(1710, 180, 'Sangha', ''),
(1711, 182, 'Arad', ''),
(1712, 182, 'Bihor', ''),
(1713, 182, 'Bucuresti', ''),
(1714, 182, 'Constanta', ''),
(1715, 182, 'Covasna', ''),
(1716, 182, 'Dolj', ''),
(1717, 182, 'Giurgiu', ''),
(1718, 182, 'Gorj', ''),
(1719, 182, 'Harghita', ''),
(1720, 182, 'Hunedoara', ''),
(1721, 182, 'Ilfov', ''),
(1722, 182, 'Judetul Alba', ''),
(1723, 182, 'Judetul Arges', ''),
(1724, 182, 'Judetul Bacau', ''),
(1725, 182, 'Judetul Bistrita-Nasaud', ''),
(1726, 182, 'Judetul Botosani', ''),
(1727, 182, 'Judetul Braila', ''),
(1728, 182, 'Judetul Brasov', ''),
(1729, 182, 'Judetul Buzau', ''),
(1730, 182, 'Judetul Calarasi', ''),
(1731, 182, 'Judetul Caras-Severin', ''),
(1732, 182, 'Judetul Cluj', ''),
(1733, 182, 'Judetul Dambovita', ''),
(1734, 182, 'Judetul Galati', ''),
(1735, 182, 'Judetul Ialomita', ''),
(1736, 182, 'Judetul Iasi', ''),
(1737, 182, 'Judetul Mehedinti', ''),
(1738, 182, 'Judetul Mures', ''),
(1739, 182, 'Judetul Neamt', ''),
(1740, 182, 'Judetul Salaj', ''),
(1741, 182, 'Judetul Sibiu', ''),
(1742, 182, 'Judetul Timis', ''),
(1743, 182, 'Judetul Valcea', ''),
(1744, 182, 'Maramureş', ''),
(1745, 182, 'Olt', ''),
(1746, 182, 'Prahova', ''),
(1747, 182, 'Satu Mare', ''),
(1748, 182, 'Suceava', ''),
(1749, 182, 'Teleorman', ''),
(1750, 182, 'Tulcea', ''),
(1751, 182, 'Vaslui', ''),
(1752, 182, 'Vrancea', ''),
(1753, 183, 'Altai Krai', ''),
(1754, 183, 'Amurskaya Oblast', ''),
(1755, 183, 'Arkhangelskaya', ''),
(1756, 183, 'Astrakhanskaya Oblast', ''),
(1757, 183, 'Bashkortostan', ''),
(1758, 183, 'Belgorodskaya Oblast', ''),
(1759, 183, 'Bryanskaya Oblast', ''),
(1760, 183, 'Chechnya', ''),
(1761, 183, 'Chelyabinsk', ''),
(1762, 183, 'Chukotskiy Avtonomnyy Okrug', ''),
(1763, 183, 'Chuvashia', ''),
(1764, 183, 'Dagestan', ''),
(1765, 183, 'Irkutskaya Oblast', ''),
(1766, 183, 'Ivanovskaya Oblast', ''),
(1767, 183, 'Jewish Autonomous Oblast', ''),
(1768, 183, 'Kabardino-Balkarskaya Respublika', ''),
(1769, 183, 'Kaliningradskaya Oblast', ''),
(1770, 183, 'Kalmykiya', ''),
(1771, 183, 'Kaluzhskaya Oblast', ''),
(1772, 183, 'Kamtchatski Kray', ''),
(1773, 183, 'Karachayevo-Cherkesiya', ''),
(1774, 183, 'Kemerovskaya Oblast', ''),
(1775, 183, 'Khabarovsk Krai', ''),
(1776, 183, 'Khanty-Mansiyskiy Avtonomnyy Okrug-Yugra', ''),
(1777, 183, 'Kirovskaya Oblast', ''),
(1778, 183, 'Komi Republic', ''),
(1779, 183, 'Kostromskaya Oblast', ''),
(1780, 183, 'Krasnodarskiy Kray', ''),
(1781, 183, 'Krasnoyarskiy Kray', ''),
(1782, 183, 'Kurganskaya Oblast', ''),
(1783, 183, 'Kurskaya Oblast', ''),
(1784, 183, 'Leningrad', ''),
(1785, 183, 'Lipetskaya Oblast', ''),
(1786, 183, 'Magadanskaya Oblast', ''),
(1787, 183, 'Moscow', ''),
(1788, 183, 'Moscow Oblast', ''),
(1789, 183, 'Murmansk', ''),
(1790, 183, 'Nenetskiy Avtonomnyy Okrug', ''),
(1791, 183, 'Nizhegorodskaya Oblast', ''),
(1792, 183, 'North Ossetia', ''),
(1793, 183, 'Novgorodskaya Oblast', ''),
(1794, 183, 'Novosibirskaya Oblast', ''),
(1795, 183, 'Omskaya Oblast', ''),
(1796, 183, 'Orenburgskaya Oblast', ''),
(1797, 183, 'Orlovskaya Oblast', ''),
(1798, 183, 'Penzenskaya Oblast', ''),
(1799, 183, 'Perm Krai', ''),
(1800, 183, 'Primorskiy Kray', ''),
(1801, 183, 'Pskovskaya Oblast', ''),
(1802, 183, 'Republic of Karelia', ''),
(1803, 183, 'Respublika Adygeya', ''),
(1804, 183, 'Respublika Altay', ''),
(1805, 183, 'Respublika Buryatiya', ''),
(1806, 183, 'Respublika Ingushetiya', ''),
(1807, 183, 'Respublika Khakasiya', ''),
(1808, 183, 'Respublika Mariy-El', ''),
(1809, 183, 'Respublika Mordoviya', ''),
(1810, 183, 'Respublika Sakha (Yakutiya)', ''),
(1811, 183, 'Respublika Tyva', ''),
(1812, 183, 'Rostov', ''),
(1813, 183, 'Ryazanskaya Oblast', ''),
(1814, 183, 'Sakhalinskaya Oblast', ''),
(1815, 183, 'Samarskaya Oblast', ''),
(1816, 183, 'Saratovskaya Oblast', ''),
(1817, 183, 'Smolenskaya Oblast', ''),
(1818, 183, 'St.-Petersburg', ''),
(1819, 183, 'Stavropol\'skiy Kray', ''),
(1820, 183, 'Sverdlovskaya Oblast', ''),
(1821, 183, 'Tambovskaya Oblast', ''),
(1822, 183, 'Tatarstan', ''),
(1823, 183, 'Tomskaya Oblast', ''),
(1824, 183, 'Transbaikal Territory', ''),
(1825, 183, 'Tul\'skaya Oblast', ''),
(1826, 183, 'Tverskaya Oblast', ''),
(1827, 183, 'Tyumenskaya Oblast', ''),
(1828, 183, 'Udmurtskaya Respublika', ''),
(1829, 183, 'Ulyanovsk Oblast', ''),
(1830, 183, 'Vladimirskaya Oblast', ''),
(1831, 183, 'Volgogradskaya Oblast', ''),
(1832, 183, 'Vologodskaya Oblast', ''),
(1833, 183, 'Voronezhskaya Oblast', ''),
(1834, 183, 'Yamalo-Nenetskiy Avtonomnyy Okrug', ''),
(1835, 183, 'Yaroslavskaya Oblast', ''),
(1836, 184, 'Kigali', ''),
(1837, 186, 'Saint Anne Sandy Point', ''),
(1838, 186, 'Saint George Basseterre', ''),
(1839, 186, 'Saint Mary Cayon', ''),
(1840, 186, 'Saint Paul Charlestown', ''),
(1841, 187, 'Castries Quarter', ''),
(1842, 187, 'Choiseul Quarter', ''),
(1843, 187, 'Gros-Islet', ''),
(1844, 189, 'Commune de Miquelon-Langlade', ''),
(1845, 189, 'Commune de Saint-Pierre', ''),
(1846, 190, 'Grenadines', ''),
(1847, 190, 'Parish of Charlotte', ''),
(1848, 190, 'Parish of Saint George', ''),
(1849, 192, 'Atua', ''),
(1850, 192, 'Tuamasaga', ''),
(1851, 193, 'Castello di Acquaviva', ''),
(1852, 193, 'Castello di Borgo Maggiore', ''),
(1853, 193, 'Castello di Domagnano', ''),
(1854, 193, 'Castello di San Marino Citta', ''),
(1855, 193, 'Serravalle', ''),
(1856, 194, 'São Tomé Island', ''),
(1857, 195, 'Al Madinah al Munawwarah', ''),
(1858, 195, 'Al-Qassim', ''),
(1859, 195, 'Ar Riyāḑ', ''),
(1860, 195, 'Eastern Province', ''),
(1861, 195, 'Jizan', ''),
(1862, 195, 'Makkah Province', ''),
(1863, 195, 'Mintaqat \'Asir', ''),
(1864, 195, 'Mintaqat al Bahah', ''),
(1865, 195, 'Mintaqat Ha\'il', ''),
(1866, 195, 'Mintaqat Najran', ''),
(1867, 195, 'Mintaqat Tabuk', ''),
(1868, 195, 'Northern Borders', ''),
(1869, 196, 'Dakar', ''),
(1870, 196, 'Fatick', ''),
(1871, 196, 'Kaolack', ''),
(1872, 196, 'Kolda', ''),
(1873, 196, 'Louga', ''),
(1874, 196, 'Region de Kaffrine', ''),
(1875, 196, 'Region de Kedougou', ''),
(1876, 196, 'Region de Sedhiou', ''),
(1877, 196, 'Saint-Louis', ''),
(1878, 196, 'Tambacounda', ''),
(1879, 197, 'Central Serbia', ''),
(1880, 197, 'Vojvodina', ''),
(1881, 198, 'English River', ''),
(1882, 198, 'Takamaka', ''),
(1883, 199, 'Western Area', ''),
(1884, 200, 'Central Singapore Community Development Council', ''),
(1885, 200, 'North East Community Development Region', ''),
(1886, 200, 'North West Community Development Council', ''),
(1887, 202, 'Banskobystricky kraj', ''),
(1888, 202, 'Bratislavsky kraj', ''),
(1889, 202, 'Kosicky kraj', ''),
(1890, 202, 'Nitriansky kraj', ''),
(1891, 202, 'Presovsky kraj', ''),
(1892, 202, 'Trenciansky kraj', ''),
(1893, 202, 'Trnavsky kraj', ''),
(1894, 202, 'Zilinsky kraj', ''),
(1895, 203, 'Beltinci', ''),
(1896, 203, 'Benedikt', ''),
(1897, 203, 'Bistrica ob Sotli', ''),
(1898, 203, 'Borovnica', ''),
(1899, 203, 'Brda', ''),
(1900, 203, 'Brezovica', ''),
(1901, 203, 'Celje', ''),
(1902, 203, 'Cerklje na Gorenjskem', ''),
(1903, 203, 'Cerknica', ''),
(1904, 203, 'Cerkvenjak', ''),
(1905, 203, 'Dobrova-Polhov Gradec', ''),
(1906, 203, 'Dol pri Ljubljani', ''),
(1907, 203, 'Dornava', ''),
(1908, 203, 'Dravograd', ''),
(1909, 203, 'Duplek', ''),
(1910, 203, 'Gorenja Vas-Poljane', ''),
(1911, 203, 'Gornja Radgona', ''),
(1912, 203, 'Grosuplje', ''),
(1913, 203, 'Hajdina', ''),
(1914, 203, 'Horjul', ''),
(1915, 203, 'Idrija', ''),
(1916, 203, 'Ilirska Bistrica', ''),
(1917, 203, 'Izola', ''),
(1918, 203, 'Jesenice', ''),
(1919, 203, 'Kamnik', ''),
(1920, 203, 'Kanal', ''),
(1921, 203, 'Kobilje', ''),
(1922, 203, 'Komenda', ''),
(1923, 203, 'Koper', ''),
(1924, 203, 'Kranj', ''),
(1925, 203, 'Kranjska Gora', ''),
(1926, 203, 'Litija', ''),
(1927, 203, 'Ljubljana', ''),
(1928, 203, 'Ljubno', ''),
(1929, 203, 'Ljutomer', ''),
(1930, 203, 'Maribor', ''),
(1931, 203, 'Markovci', ''),
(1932, 203, 'Medvode', ''),
(1933, 203, 'Mestna Obcina Novo mesto', ''),
(1934, 203, 'Miren-Kostanjevica', ''),
(1935, 203, 'Mislinja', ''),
(1936, 203, 'Mozirje', ''),
(1937, 203, 'Murska Sobota', ''),
(1938, 203, 'Naklo', ''),
(1939, 203, 'Nazarje', ''),
(1940, 203, 'Nova Gorica', ''),
(1941, 203, 'Obcina Ajdovscina', ''),
(1942, 203, 'Obcina Bled', ''),
(1943, 203, 'Obcina Braslovce', ''),
(1944, 203, 'Obcina Brezice', ''),
(1945, 203, 'Obcina Crensovci', ''),
(1946, 203, 'Obcina Divaca', ''),
(1947, 203, 'Obcina Domzale', ''),
(1948, 203, 'Obcina Gorisnica', ''),
(1949, 203, 'Obcina Hoce-Slivnica', ''),
(1950, 203, 'Obcina Ivancna Gorica', ''),
(1951, 203, 'Obcina Kidricevo', ''),
(1952, 203, 'Obcina Kobarid', ''),
(1953, 203, 'Obcina Kocevje', ''),
(1954, 203, 'Obcina Krizevci', ''),
(1955, 203, 'Obcina Krsko', ''),
(1956, 203, 'Obcina Lasko', ''),
(1957, 203, 'Obcina Majsperk', ''),
(1958, 203, 'Obcina Menges', ''),
(1959, 203, 'Obcina Mezica', ''),
(1960, 203, 'Obcina Miklavz na Dravskem Polju', ''),
(1961, 203, 'Obcina Radece', ''),
(1962, 203, 'Obcina Ravne na Koroskem', ''),
(1963, 203, 'Obcina Ruse', ''),
(1964, 203, 'Obcina Sencur', ''),
(1965, 203, 'Obcina Sentjur', ''),
(1966, 203, 'Obcina Sezana', ''),
(1967, 203, 'Obcina Skofljica', ''),
(1968, 203, 'Obcina Smarje pri Jelsah', ''),
(1969, 203, 'Obcina Smartno ob Paki', ''),
(1970, 203, 'Obcina Sodrazica', ''),
(1971, 203, 'Obcina Sostanj', ''),
(1972, 203, 'Obcina Sveti Jurij ob Scavnici', ''),
(1973, 203, 'Obcina Tisina', ''),
(1974, 203, 'Obcina Tolmin', ''),
(1975, 203, 'Obcina Trzic', ''),
(1976, 203, 'Obcina Velike Lasce', ''),
(1977, 203, 'Obcina Ziri', ''),
(1978, 203, 'Obcina Zrece', ''),
(1979, 203, 'Pesnica', ''),
(1980, 203, 'Piran', ''),
(1981, 203, 'Podvelka', ''),
(1982, 203, 'Postojna', ''),
(1983, 203, 'Prevalje', ''),
(1984, 203, 'Ptuj', ''),
(1985, 203, 'Puconci', ''),
(1986, 203, 'Radovljica', ''),
(1987, 203, 'Selnica ob Dravi', ''),
(1988, 203, 'Škofja Loka', ''),
(1989, 203, 'Slovenj Gradec', ''),
(1990, 203, 'Slovenska Bistrica', ''),
(1991, 203, 'Slovenske Konjice', ''),
(1992, 203, 'Sveta Ana', ''),
(1993, 203, 'Trbovlje', ''),
(1994, 203, 'Trebnje', ''),
(1995, 203, 'Trzin', ''),
(1996, 203, 'Velenje', ''),
(1997, 203, 'Vodice', ''),
(1998, 203, 'Vojnik', ''),
(1999, 203, 'Vrhnika', ''),
(2000, 203, 'Zagorje ob Savi', ''),
(2001, 204, 'Guadalcanal Province', ''),
(2002, 205, 'Banaadir', ''),
(2003, 205, 'Gedo', ''),
(2004, 205, 'Woqooyi Galbeed', ''),
(2005, 206, 'Eastern Cape', ''),
(2006, 206, 'Gauteng', ''),
(2007, 206, 'KwaZulu-Natal', ''),
(2008, 206, 'Limpopo', ''),
(2009, 206, 'Mpumalanga', ''),
(2010, 206, 'Northern Cape', ''),
(2011, 206, 'Orange Free State', ''),
(2012, 206, 'Province of North West', ''),
(2013, 206, 'Province of the Western Cape', ''),
(2014, 208, 'Central Equatoria', ''),
(2015, 209, 'Andalusia', ''),
(2016, 209, 'Aragon', ''),
(2017, 209, 'Balearic Islands', ''),
(2018, 209, 'Basque Country', ''),
(2019, 209, 'Canary Islands', ''),
(2020, 209, 'Cantabria', ''),
(2021, 209, 'Castille and León', ''),
(2022, 209, 'Castille-La Mancha', ''),
(2023, 209, 'Catalonia', ''),
(2024, 209, 'Ceuta', ''),
(2025, 209, 'Extremadura', ''),
(2026, 209, 'Galicia', ''),
(2027, 209, 'La Rioja', ''),
(2028, 209, 'Madrid', ''),
(2029, 209, 'Melilla', ''),
(2030, 209, 'Murcia', ''),
(2031, 209, 'Navarre', ''),
(2032, 209, 'Principality of Asturias', ''),
(2033, 209, 'Valencia', ''),
(2034, 210, 'Central Province', ''),
(2035, 210, 'Eastern Province', ''),
(2036, 210, 'North Central Province', ''),
(2037, 210, 'Northern Province', ''),
(2038, 210, 'Province of Uva', ''),
(2039, 210, 'Western Province', ''),
(2040, 211, 'Al Jazīrah', ''),
(2041, 211, 'Blue Nile', ''),
(2042, 211, 'Kassala', ''),
(2043, 211, 'Khartoum', ''),
(2044, 211, 'Northern', ''),
(2045, 211, 'Northern Darfur', ''),
(2046, 211, 'River Nile', ''),
(2047, 211, 'Sinnār', ''),
(2048, 211, 'Southern Darfur', ''),
(2049, 211, 'Southern Kordofan', ''),
(2050, 212, 'Distrikt Brokopondo', ''),
(2051, 212, 'Distrikt Commewijne', ''),
(2052, 212, 'Distrikt Coronie', ''),
(2053, 212, 'Distrikt Marowijne', ''),
(2054, 212, 'Distrikt Nickerie', ''),
(2055, 212, 'Distrikt Para', ''),
(2056, 212, 'Distrikt Paramaribo', ''),
(2057, 212, 'Distrikt Saramacca', ''),
(2058, 212, 'Distrikt Sipaliwini', ''),
(2059, 213, 'Jan Mayen', ''),
(2060, 213, 'Svalbard', ''),
(2061, 214, 'Hhohho District', ''),
(2062, 214, 'Manzini District', ''),
(2063, 215, 'Blekinge', ''),
(2064, 215, 'Dalarna', ''),
(2065, 215, 'Gävleborg', ''),
(2066, 215, 'Gotland', ''),
(2067, 215, 'Halland', ''),
(2068, 215, 'Jämtland', ''),
(2069, 215, 'Jönköping', ''),
(2070, 215, 'Kalmar', ''),
(2071, 215, 'Kronoberg', ''),
(2072, 215, 'Norrbotten', ''),
(2073, 215, 'Örebro', ''),
(2074, 215, 'Östergötland', ''),
(2075, 215, 'Skåne', ''),
(2076, 215, 'Södermanland', ''),
(2077, 215, 'Stockholm', ''),
(2078, 215, 'Uppsala', ''),
(2079, 215, 'Värmland', ''),
(2080, 215, 'Västerbotten', ''),
(2081, 215, 'Västernorrland', ''),
(2082, 215, 'Västmanland', ''),
(2083, 215, 'Västra Götaland', ''),
(2084, 216, 'Aargau', ''),
(2085, 216, 'Appenzell Ausserrhoden', ''),
(2086, 216, 'Appenzell Innerrhoden', ''),
(2087, 216, 'Basel-City', ''),
(2088, 216, 'Basel-Landschaft', ''),
(2089, 216, 'Bern', ''),
(2090, 216, 'Fribourg', ''),
(2091, 216, 'Geneva', ''),
(2092, 216, 'Glarus', ''),
(2093, 216, 'Grisons', ''),
(2094, 216, 'Jura', ''),
(2095, 216, 'Lucerne', ''),
(2096, 216, 'Neuchâtel', ''),
(2097, 216, 'Nidwalden', ''),
(2098, 216, 'Obwalden', ''),
(2099, 216, 'Saint Gallen', ''),
(2100, 216, 'Schaffhausen', ''),
(2101, 216, 'Schwyz', ''),
(2102, 216, 'Solothurn', ''),
(2103, 216, 'Thurgau', ''),
(2104, 216, 'Ticino', ''),
(2105, 216, 'Uri', ''),
(2106, 216, 'Valais', ''),
(2107, 216, 'Vaud', ''),
(2108, 216, 'Zug', ''),
(2109, 216, 'Zurich', ''),
(2110, 217, 'Aleppo Governorate', ''),
(2111, 217, 'As-Suwayda Governorate', ''),
(2112, 217, 'Damascus Governorate', ''),
(2113, 217, 'Hama Governorate', ''),
(2114, 217, 'Latakia Governorate', ''),
(2115, 218, 'Fukien', ''),
(2116, 218, 'Kaohsiung', ''),
(2117, 218, 'Taipei', ''),
(2118, 218, 'Taiwan', ''),
(2119, 219, 'Gorno-Badakhshan', ''),
(2120, 220, 'Arusha', ''),
(2121, 220, 'Dar es Salaam Region', ''),
(2122, 220, 'Dodoma', ''),
(2123, 220, 'Iringa', ''),
(2124, 220, 'Kagera', ''),
(2125, 220, 'Kigoma', ''),
(2126, 220, 'Kilimanjaro', ''),
(2127, 220, 'Lindi', ''),
(2128, 220, 'Manyara', ''),
(2129, 220, 'Mara', ''),
(2130, 220, 'Mbeya', ''),
(2131, 220, 'Morogoro', ''),
(2132, 220, 'Mtwara', ''),
(2133, 220, 'Mwanza', ''),
(2134, 220, 'Pemba North', ''),
(2135, 220, 'Pemba South', ''),
(2136, 220, 'Pwani', ''),
(2137, 220, 'Rukwa', ''),
(2138, 220, 'Ruvuma', ''),
(2139, 220, 'Shinyanga', ''),
(2140, 220, 'Singida', ''),
(2141, 220, 'Tabora', ''),
(2142, 220, 'Tanga', ''),
(2143, 220, 'Zanzibar Central/South', ''),
(2144, 220, 'Zanzibar North', ''),
(2145, 220, 'Zanzibar Urban/West', ''),
(2146, 221, 'Bangkok', ''),
(2147, 221, 'Changwat Amnat Charoen', ''),
(2148, 221, 'Changwat Ang Thong', ''),
(2149, 221, 'Changwat Bueng Kan', ''),
(2150, 221, 'Changwat Buriram', ''),
(2151, 221, 'Changwat Chachoengsao', ''),
(2152, 221, 'Changwat Chaiyaphum', ''),
(2153, 221, 'Changwat Chanthaburi', ''),
(2154, 221, 'Changwat Chiang Rai', ''),
(2155, 221, 'Changwat Chon Buri', ''),
(2156, 221, 'Changwat Chumphon', ''),
(2157, 221, 'Changwat Kalasin', ''),
(2158, 221, 'Changwat Kamphaeng Phet', ''),
(2159, 221, 'Changwat Kanchanaburi', ''),
(2160, 221, 'Changwat Khon Kaen', ''),
(2161, 221, 'Changwat Krabi', ''),
(2162, 221, 'Changwat Lampang', ''),
(2163, 221, 'Changwat Lamphun', ''),
(2164, 221, 'Changwat Loei', ''),
(2165, 221, 'Changwat Lop Buri', ''),
(2166, 221, 'Changwat Mae Hong Son', ''),
(2167, 221, 'Changwat Maha Sarakham', ''),
(2168, 221, 'Changwat Mukdahan', ''),
(2169, 221, 'Changwat Nakhon Nayok', ''),
(2170, 221, 'Changwat Nakhon Pathom', ''),
(2171, 221, 'Changwat Nakhon Ratchasima', ''),
(2172, 221, 'Changwat Nakhon Sawan', ''),
(2173, 221, 'Changwat Nakhon Si Thammarat', ''),
(2174, 221, 'Changwat Nan', ''),
(2175, 221, 'Changwat Narathiwat', ''),
(2176, 221, 'Changwat Nong Bua Lamphu', ''),
(2177, 221, 'Changwat Nong Khai', ''),
(2178, 221, 'Changwat Nonthaburi', ''),
(2179, 221, 'Changwat Pathum Thani', ''),
(2180, 221, 'Changwat Pattani', ''),
(2181, 221, 'Changwat Phangnga', ''),
(2182, 221, 'Changwat Phatthalung', ''),
(2183, 221, 'Changwat Phayao', ''),
(2184, 221, 'Changwat Phetchabun', ''),
(2185, 221, 'Changwat Phetchaburi', ''),
(2186, 221, 'Changwat Phichit', ''),
(2187, 221, 'Changwat Phitsanulok', ''),
(2188, 221, 'Changwat Phra Nakhon Si Ayutthaya', ''),
(2189, 221, 'Changwat Phrae', ''),
(2190, 221, 'Changwat Prachin Buri', ''),
(2191, 221, 'Changwat Prachuap Khiri Khan', ''),
(2192, 221, 'Changwat Ranong', ''),
(2193, 221, 'Changwat Ratchaburi', ''),
(2194, 221, 'Changwat Rayong', ''),
(2195, 221, 'Changwat Roi Et', ''),
(2196, 221, 'Changwat Sa Kaeo', ''),
(2197, 221, 'Changwat Sakon Nakhon', ''),
(2198, 221, 'Changwat Samut Prakan', ''),
(2199, 221, 'Changwat Samut Sakhon', ''),
(2200, 221, 'Changwat Samut Songkhram', ''),
(2201, 221, 'Changwat Sara Buri', ''),
(2202, 221, 'Changwat Satun', ''),
(2203, 221, 'Changwat Sing Buri', ''),
(2204, 221, 'Changwat Sisaket', ''),
(2205, 221, 'Changwat Songkhla', ''),
(2206, 221, 'Changwat Sukhothai', ''),
(2207, 221, 'Changwat Suphan Buri', ''),
(2208, 221, 'Changwat Surat Thani', ''),
(2209, 221, 'Changwat Surin', ''),
(2210, 221, 'Changwat Tak', ''),
(2211, 221, 'Changwat Trang', ''),
(2212, 221, 'Changwat Trat', ''),
(2213, 221, 'Changwat Ubon Ratchathani', ''),
(2214, 221, 'Changwat Udon Thani', ''),
(2215, 221, 'Changwat Uthai Thani', ''),
(2216, 221, 'Changwat Uttaradit', ''),
(2217, 221, 'Changwat Yala', ''),
(2218, 221, 'Changwat Yasothon', ''),
(2219, 221, 'Chiang Mai Province', ''),
(2220, 221, 'Phuket', ''),
(2221, 222, 'Maritime', ''),
(2222, 223, 'Nukunonu', ''),
(2223, 224, 'Vava\'u', ''),
(2224, 225, 'Borough of Arima', ''),
(2225, 225, 'Chaguanas', ''),
(2226, 225, 'City of Port of Spain', ''),
(2227, 225, 'City of San Fernando', ''),
(2228, 225, 'Couva-Tabaquite-Talparo', ''),
(2229, 225, 'Diego Martin', ''),
(2230, 225, 'Eastern Tobago', ''),
(2231, 225, 'Mayaro', ''),
(2232, 225, 'Penal/Debe', ''),
(2233, 225, 'Point Fortin', ''),
(2234, 225, 'Princes Town', ''),
(2235, 225, 'San Juan/Laventille', ''),
(2236, 225, 'Sangre Grande', ''),
(2237, 225, 'Siparia', ''),
(2238, 225, 'Tobago', ''),
(2239, 225, 'Tunapuna/Piarco', ''),
(2240, 226, 'Gouvernorat de Beja', ''),
(2241, 226, 'Gouvernorat de Ben Arous', ''),
(2242, 226, 'Gouvernorat de Kairouan', ''),
(2243, 226, 'Gouvernorat de Kef', ''),
(2244, 226, 'Gouvernorat de l\'Ariana', ''),
(2245, 226, 'Gouvernorat de Mahdia', ''),
(2246, 226, 'Gouvernorat de Nabeul', ''),
(2247, 226, 'Gouvernorat de Sfax', ''),
(2248, 226, 'Gouvernorat de Sidi Bouzid', ''),
(2249, 226, 'Gouvernorat de Siliana', ''),
(2250, 226, 'Gouvernorat de Sousse', ''),
(2251, 226, 'Gouvernorat de Tozeur', ''),
(2252, 226, 'Gouvernorat de Tunis', ''),
(2253, 226, 'Gouvernorat de Zaghouan', ''),
(2254, 226, 'Manouba', ''),
(2255, 226, 'Tataouine', ''),
(2256, 227, 'Adana', ''),
(2257, 227, 'Adiyaman', ''),
(2258, 227, 'Afyonkarahisar', ''),
(2259, 227, 'Ağrı', ''),
(2260, 227, 'Aksaray', ''),
(2261, 227, 'Amasya', ''),
(2262, 227, 'Ankara', ''),
(2263, 227, 'Antalya', ''),
(2264, 227, 'Ardahan', ''),
(2265, 227, 'Artvin', ''),
(2266, 227, 'Aydın', ''),
(2267, 227, 'Balıkesir', ''),
(2268, 227, 'Bartın', ''),
(2269, 227, 'Batman', ''),
(2270, 227, 'Bayburt', ''),
(2271, 227, 'Bilecik', ''),
(2272, 227, 'Bingöl', ''),
(2273, 227, 'Bitlis', ''),
(2274, 227, 'Bolu', ''),
(2275, 227, 'Burdur', ''),
(2276, 227, 'Bursa', ''),
(2277, 227, 'Çanakkale', ''),
(2278, 227, 'Çankırı', ''),
(2279, 227, 'Çorum', ''),
(2280, 227, 'Denizli', ''),
(2281, 227, 'Diyarbakir', ''),
(2282, 227, 'Duezce', ''),
(2283, 227, 'Edirne', ''),
(2284, 227, 'Elazığ', ''),
(2285, 227, 'Erzincan', ''),
(2286, 227, 'Erzurum', ''),
(2287, 227, 'Eskişehir', ''),
(2288, 227, 'Gaziantep', ''),
(2289, 227, 'Giresun', ''),
(2290, 227, 'Guemueshane', ''),
(2291, 227, 'Hakkâri', ''),
(2292, 227, 'Hatay', ''),
(2293, 227, 'Iğdır', ''),
(2294, 227, 'Isparta', ''),
(2295, 227, 'Istanbul', ''),
(2296, 227, 'Izmir', ''),
(2297, 227, 'Kahramanmaraş', ''),
(2298, 227, 'Karabuek', ''),
(2299, 227, 'Karaman', ''),
(2300, 227, 'Kars', ''),
(2301, 227, 'Kastamonu', ''),
(2302, 227, 'Kayseri', ''),
(2303, 227, 'Kilis', ''),
(2304, 227, 'Kırıkkale', ''),
(2305, 227, 'Kırklareli', ''),
(2306, 227, 'Kırşehir', ''),
(2307, 227, 'Kocaeli', ''),
(2308, 227, 'Konya', ''),
(2309, 227, 'Kütahya', ''),
(2310, 227, 'Malatya', ''),
(2311, 227, 'Manisa', ''),
(2312, 227, 'Mardin', ''),
(2313, 227, 'Mersin', ''),
(2314, 227, 'Muğla', ''),
(2315, 227, 'Muş', ''),
(2316, 227, 'Nevsehir', ''),
(2317, 227, 'Nigde', ''),
(2318, 227, 'Ordu', ''),
(2319, 227, 'Osmaniye', ''),
(2320, 227, 'Rize', ''),
(2321, 227, 'Sakarya', ''),
(2322, 227, 'Samsun', ''),
(2323, 227, 'Şanlıurfa', ''),
(2324, 227, 'Siirt', ''),
(2325, 227, 'Sinop', ''),
(2326, 227, 'Şırnak', ''),
(2327, 227, 'Sivas', ''),
(2328, 227, 'Tekirdağ', ''),
(2329, 227, 'Tokat', ''),
(2330, 227, 'Trabzon', ''),
(2331, 227, 'Tunceli', ''),
(2332, 227, 'Uşak', ''),
(2333, 227, 'Van', ''),
(2334, 227, 'Yalova', ''),
(2335, 227, 'Yozgat', ''),
(2336, 227, 'Zonguldak', ''),
(2337, 228, 'Ahal', ''),
(2338, 230, 'Funafuti', ''),
(2339, 230, 'Vaitupu', ''),
(2340, 232, 'Saint Croix Island', ''),
(2341, 232, 'Saint John Island', ''),
(2342, 232, 'Saint Thomas Island', ''),
(2343, 233, 'Central Region', ''),
(2344, 234, 'Cherkas\'ka Oblast', ''),
(2345, 234, 'Chernihiv', ''),
(2346, 234, 'Chernivtsi', ''),
(2347, 234, 'Crimea', ''),
(2348, 234, 'Dnipropetrovska Oblast', ''),
(2349, 234, 'Donets\'ka Oblast', ''),
(2350, 234, 'Ivano-Frankivs\'ka Oblast', ''),
(2351, 234, 'Kharkivs\'ka Oblast', ''),
(2352, 234, 'Khersons\'ka Oblast', ''),
(2353, 234, 'Khmel\'nyts\'ka Oblast', ''),
(2354, 234, 'Kirovohrads\'ka Oblast', ''),
(2355, 234, 'Kyiv City', ''),
(2356, 234, 'Kyiv Oblast', ''),
(2357, 234, 'L\'vivs\'ka Oblast', ''),
(2358, 234, 'Luhans\'ka Oblast', ''),
(2359, 234, 'Misto Sevastopol\'', ''),
(2360, 234, 'Mykolayivs\'ka Oblast', ''),
(2361, 234, 'Odessa', ''),
(2362, 234, 'Poltavs\'ka Oblast', ''),
(2363, 234, 'Rivnens\'ka Oblast', ''),
(2364, 234, 'Sums\'ka Oblast', ''),
(2365, 234, 'Ternopil\'s\'ka Oblast', ''),
(2366, 234, 'Vinnyts\'ka Oblast', ''),
(2367, 234, 'Volyns\'ka Oblast', ''),
(2368, 234, 'Zakarpattia Oblast', ''),
(2369, 234, 'Zaporizhia', ''),
(2370, 234, 'Zhytomyrs\'ka Oblast', ''),
(2371, 235, 'Abu Dhabi', ''),
(2372, 235, 'Ajman', ''),
(2373, 235, 'Al Fujayrah', ''),
(2374, 235, 'Ash Shariqah', ''),
(2375, 235, 'Dubai', ''),
(2376, 235, 'Ra\'s al Khaymah', ''),
(2377, 236, 'England', ''),
(2378, 236, 'Northern Ireland', ''),
(2379, 236, 'Scotland', ''),
(2380, 236, 'Wales', ''),
(2381, 237, 'Alabama', 'AL'),
(2382, 237, 'Alaska', 'AK'),
(2383, 237, 'Arizona', 'AZ'),
(2384, 237, 'Arkansas', 'AR'),
(2385, 237, 'California', 'CA'),
(2386, 237, 'Colorado', 'CO'),
(2387, 237, 'Connecticut', 'CT'),
(2388, 237, 'Delaware', 'DE'),
(2389, 237, 'District of Columbia', 'DC'),
(2390, 237, 'Florida', 'FL'),
(2391, 237, 'Georgia', 'GA'),
(2392, 237, 'Hawaii', 'HI'),
(2393, 237, 'Idaho', 'ID'),
(2394, 237, 'Illinois', 'IL'),
(2395, 237, 'Indiana', 'IN'),
(2396, 237, 'Iowa', 'IA'),
(2397, 237, 'Kansas', 'KS'),
(2398, 237, 'Kentucky', 'KY'),
(2399, 237, 'Louisiana', 'LA'),
(2400, 237, 'Maine', 'ME'),
(2401, 237, 'Maryland', 'MD'),
(2402, 237, 'Massachusetts', 'MA'),
(2403, 237, 'Michigan', 'MI'),
(2404, 237, 'Minnesota', 'MN'),
(2405, 237, 'Mississippi', 'MS'),
(2406, 237, 'Missouri', 'MO'),
(2407, 237, 'Montana', 'MT'),
(2408, 237, 'Nebraska', 'NE'),
(2409, 237, 'Nevada', 'NV'),
(2410, 237, 'New Hampshire', 'NH'),
(2411, 237, 'New Jersey', 'NJ'),
(2412, 237, 'New Mexico', 'NM'),
(2413, 237, 'New York', 'NY'),
(2414, 237, 'North Carolina', 'NC'),
(2415, 237, 'North Dakota', 'ND'),
(2416, 237, 'Ohio', 'OH'),
(2417, 237, 'Oklahoma', 'OK'),
(2418, 237, 'Oregon', 'OR'),
(2419, 237, 'Pennsylvania', 'PA'),
(2420, 237, 'Rhode Island', 'RI'),
(2421, 237, 'South Carolina', 'SC'),
(2422, 237, 'South Dakota', 'SD'),
(2423, 237, 'Tennessee', 'TN'),
(2424, 237, 'Texas', 'TX'),
(2425, 237, 'Utah', 'UT'),
(2426, 237, 'Vermont', 'VT'),
(2427, 237, 'Virginia', 'VA'),
(2428, 237, 'Washington', 'WA'),
(2429, 237, 'West Virginia', 'WV'),
(2430, 237, 'Wisconsin', 'WI'),
(2431, 237, 'Wyoming', 'WY'),
(2432, 238, 'Canelones', ''),
(2433, 238, 'Colonia', ''),
(2434, 238, 'Departamento de Durazno', ''),
(2435, 238, 'Departamento de Montevideo', ''),
(2436, 238, 'Departamento de Paysandu', ''),
(2437, 238, 'Departamento de Salto', ''),
(2438, 238, 'Florida', ''),
(2439, 238, 'Lavalleja', ''),
(2440, 238, 'Maldonado', ''),
(2441, 238, 'Soriano', ''),
(2442, 239, 'Andijan', ''),
(2443, 239, 'Qashqadaryo', ''),
(2444, 239, 'Samarqand Viloyati', ''),
(2445, 239, 'Surxondaryo Viloyati', ''),
(2446, 239, 'Toshkent Shahri', ''),
(2447, 240, 'Penama Province', ''),
(2448, 240, 'Shefa Province', ''),
(2449, 242, 'Amazonas', ''),
(2450, 242, 'Anzoátegui', ''),
(2451, 242, 'Apure', ''),
(2452, 242, 'Aragua', ''),
(2453, 242, 'Barinas', ''),
(2454, 242, 'Bolívar', ''),
(2455, 242, 'Capital', ''),
(2456, 242, 'Carabobo', ''),
(2457, 242, 'Cojedes', ''),
(2458, 242, 'Delta Amacuro', ''),
(2459, 242, 'Dependencias Federales', ''),
(2460, 242, 'Estado Trujillo', ''),
(2461, 242, 'Falcón', ''),
(2462, 242, 'Guárico', ''),
(2463, 242, 'Lara', ''),
(2464, 242, 'Mérida', ''),
(2465, 242, 'Miranda', ''),
(2466, 242, 'Monagas', ''),
(2467, 242, 'Nueva Esparta', ''),
(2468, 242, 'Portuguesa', ''),
(2469, 242, 'Sucre', ''),
(2470, 242, 'Táchira', ''),
(2471, 242, 'Vargas', ''),
(2472, 242, 'Yaracuy', ''),
(2473, 242, 'Zulia', ''),
(2474, 243, 'An Giang', ''),
(2475, 243, 'Gia Lai', ''),
(2476, 243, 'Hau Giang', ''),
(2477, 243, 'Ho Chi Minh City', ''),
(2478, 243, 'Kon Tum', ''),
(2479, 243, 'Thanh Pho Can Tho', ''),
(2480, 243, 'Thanh Pho GJa Nang', ''),
(2481, 243, 'Thanh Pho Ha Noi', ''),
(2482, 243, 'Thanh Pho Hai Phong', ''),
(2483, 243, 'Tinh Ba Ria-Vung Tau', ''),
(2484, 243, 'Tinh Bac Giang', ''),
(2485, 243, 'Tinh Bac Ninh', ''),
(2486, 243, 'Tinh Ben Tre', ''),
(2487, 243, 'Tinh Binh Duong', ''),
(2488, 243, 'Tinh Binh GJinh', ''),
(2489, 243, 'Tinh Binh Thuan', ''),
(2490, 243, 'Tinh Ca Mau', ''),
(2491, 243, 'Tinh Dien Bien', ''),
(2492, 243, 'Tinh GJong Nai', ''),
(2493, 243, 'Tinh Ha Giang', ''),
(2494, 243, 'Tinh Ha Tinh', ''),
(2495, 243, 'Tinh Hai Duong', ''),
(2496, 243, 'Tinh Hoa Binh', ''),
(2497, 243, 'Tinh Hung Yen', ''),
(2498, 243, 'Tinh Khanh Hoa', ''),
(2499, 243, 'Tinh Lai Chau', ''),
(2500, 243, 'Tinh Lam GJong', ''),
(2501, 243, 'Tinh Lang Son', ''),
(2502, 243, 'Tinh Lao Cai', ''),
(2503, 243, 'Tinh Nam GJinh', ''),
(2504, 243, 'Tinh Nghe An', ''),
(2505, 243, 'Tinh Ninh Binh', ''),
(2506, 243, 'Tinh Phu Tho', ''),
(2507, 243, 'Tinh Quang Binh', ''),
(2508, 243, 'Tinh Quang Nam', ''),
(2509, 243, 'Tinh Quang Ngai', ''),
(2510, 243, 'Tinh Quang Ninh', ''),
(2511, 243, 'Tinh Quang Tri', ''),
(2512, 243, 'Tinh Soc Trang', ''),
(2513, 243, 'Tinh Son La', ''),
(2514, 243, 'Tinh Thai Binh', ''),
(2515, 243, 'Tinh Thai Nguyen', ''),
(2516, 243, 'Tinh Thanh Hoa', ''),
(2517, 243, 'Tinh Thua Thien-Hue', ''),
(2518, 243, 'Tinh Tien Giang', ''),
(2519, 243, 'Tinh Tra Vinh', ''),
(2520, 243, 'Tinh Tuyen Quang', ''),
(2521, 243, 'Tinh Vinh Long', ''),
(2522, 243, 'Tinh Vinh Phuc', ''),
(2523, 243, 'Tinh Yen Bai', ''),
(2524, 244, 'Circonscription d\'Uvea', ''),
(2525, 245, 'Aden', ''),
(2526, 245, 'Muhafazat Hadramawt', ''),
(2527, 245, 'Sanaa', ''),
(2528, 246, 'Central Province', ''),
(2529, 246, 'Copperbelt', ''),
(2530, 246, 'Luapula Province', ''),
(2531, 246, 'Lusaka Province', ''),
(2532, 246, 'North-Western Province', ''),
(2533, 246, 'Northern Province', ''),
(2534, 246, 'Southern Province', ''),
(2535, 246, 'Western Province', ''),
(2536, 247, 'Bulawayo', ''),
(2537, 247, 'Harare', ''),
(2538, 247, 'Mashonaland West', ''),
(2539, 247, 'Matabeleland North', ''),
(2540, 247, 'Matabeleland South Province', '');

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

--
-- Table structure for table `reps`
--

CREATE TABLE `reps` (
  `rep_id` smallint(5) UNSIGNED NOT NULL,
  `rep_name` varchar(128) NOT NULL,
  `code` varchar(16) NOT NULL,
  `address` varchar(255) NOT NULL,
  `country_id` smallint(5) UNSIGNED NOT NULL,
  `region_id` smallint(5) UNSIGNED NOT NULL,
  `city_id` mediumint(8) UNSIGNED NOT NULL,
  `logo` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `email1` varchar(255) NOT NULL,
  `email2` varchar(255) NOT NULL,
  `phone1` varchar(32) NOT NULL,
  `phone2` varchar(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `reps`:
--

--
-- Dumping data for table `reps`
--

INSERT INTO `reps` (`rep_id`, `rep_name`, `code`, `address`, `country_id`, `region_id`, `city_id`, `logo`, `url`, `email1`, `email2`, `phone1`, `phone2`) VALUES
(9, 'KSA Lighting', 'KSA', '1220 Central Ave', 237, 2394, 74338, '', 'http://www.ksalighting.com/contact/', 'jwilliams@ksalighting.com', '', '630.307.6955', ''),
(10, 'PG enlighten', 'PG', '1830 B Howard Street', 237, 2394, 74448, '', 'http://www.pg-enlighten.com/', 'info@pg-enlighten.com', '', '847.228.1199', ''),
(11, 'Southern California Illumination 2', 'SCI', 'TEST 222', 40, 285, 9504, '', '', 'quotes@scilights.com', '', '', ''),
(14, 'Georgeos fasonakis', 'GGR', 'Grece 22', 165, 0, 0, '', '', '', '', '', '');

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

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
  `id` tinyint(4) NOT NULL,
  `days_recent_fams` smallint(6) NOT NULL,
  `days_recent_prj` smallint(6) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `settings`:
--

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`id`, `days_recent_fams`, `days_recent_prj`) VALUES
(1, 2000, 2000);

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

--
-- Table structure for table `sliders`
--

CREATE TABLE `sliders` (
  `slider_id` int(11) UNSIGNED NOT NULL,
  `sku` varchar(6) NOT NULL,
  `bgcolor` varchar(7) NOT NULL,
  `dt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `sliders`:
--

--
-- Dumping data for table `sliders`
--

INSERT INTO `sliders` (`slider_id`, `sku`, `bgcolor`, `dt`) VALUES
(4, 'PJ-1', '#000000', '2015-10-17 00:00:00'),
(5, '00', '#000000', '2015-10-21 00:00:00'),
(6, 'MP-1', '#000000', '2015-10-21 00:00:00'),
(7, 'INFO', '#ffffff', '2015-10-21 00:00:00'),
(8, 'RRR', '#a29b41', '2018-07-26 17:50:56');

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

--
-- Table structure for table `sliders_images`
--

CREATE TABLE `sliders_images` (
  `image_id` int(10) UNSIGNED NOT NULL,
  `slider_id` int(10) UNSIGNED NOT NULL,
  `advertiser` varchar(255) NOT NULL,
  `sku_advertiser` varchar(3) NOT NULL,
  `img_src` varchar(255) NOT NULL,
  `alt_name` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `anchor_target` varchar(8) NOT NULL,
  `active_from` date NOT NULL,
  `active_to` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `sliders_images`:
--   `slider_id`
--       `sliders` -> `slider_id`
--

--
-- Dumping data for table `sliders_images`
--

INSERT INTO `sliders_images` (`image_id`, `slider_id`, `advertiser`, `sku_advertiser`, `img_src`, `alt_name`, `url`, `anchor_target`, `active_from`, `active_to`) VALUES
(544, 5, 'LEDELUM', '', 'project2.jpg', '', '', '_blank', '2015-10-01', '2016-03-31'),
(545, 5, 'LEDELUM', '', 'product6.jpg', '', '', '_blank', '2015-10-02', '2016-03-31'),
(546, 5, 'LEDELUM', '', 'project1.jpg', '', '', '_blank', '2015-10-02', '2016-03-31'),
(547, 5, 'LEDELUM', '', 'product2.jpg', '', '', '_blank', '2015-10-01', '2016-03-31'),
(636, 7, 'LEDELUM', '', 'INFO_ledelum_gallery.jpg', '', 'http://www.ldlmlocal.com/family.php?f=GTM_ICO-CYLLW-2', '_blank', '2015-10-01', '2017-11-30'),
(637, 7, 'LEDELUM', '', 'INFO_ledelum_ad.jpg', '', 'http://www.ldlmlocal.com/family.php?f=ELM_E3R-L-F', '_blank', '2015-10-01', '2017-11-30'),
(638, 7, 'LEDELUM', '', 'INFO_ledelum_search.jpg', '', '', '_blank', '2015-10-01', '2017-11-30'),
(639, 7, 'LEDELUM', '', 'INFO_ledelum_events.jpg', '', '', '_blank', '2015-10-01', '2017-11-30'),
(680, 6, 'CDO', 'FRM', 'FORUM_LED_2017.jpg', 'Forum LED 2017', 'http://www.forumled.com/led/archives/category/home?lang=en', '_blank', '2016-11-01', '2018-01-31'),
(681, 6, 'ILUMT', 'ILU', 'Illuminotronica_2017.jpg', 'Illuminotronica 2017', 'https://illuminotronica.it/', '_blank', '2015-10-21', '2018-01-31'),
(682, 6, 'LED CHINA', 'LED', 'LED_CHINA_2017.jpg', 'LED CHINA 2017', 'http://www.ledchina-sh.com/en-us/', '_blank', '2015-09-30', '2018-01-31'),
(683, 6, 'LEDELUM', '', 'lighbuilding.jpg', 'light building', 'http://light-building.messefrankfurt.com/frankfurt/de/besucher/willkommen.html', '_blank', '2015-10-01', '2016-03-28'),
(684, 6, 'Luger Research', 'LPS', 'LpS2017.jpg', '6th International LED professional Symposium +Expo | LpS 2017', 'http://www.led-professional-symposium.com/', '_blank', '2016-03-30', '2018-01-31'),
(685, 6, 'ACM', 'ACM', '160628-LTE-Ledelum_1200x350_banner.jpg', 'LightingTech Egypt conference ', 'http://www.acm-events.com ', '_blank', '2016-07-02', '2017-02-01'),
(694, 4, 'LEDELUM', '', 'project1.jpg', '', '', '_blank', '2015-10-01', '2018-03-31'),
(695, 4, 'LEDELUM', '', 'Tokyo_International_Forum.jpg', '', '', '_blank', '2015-10-01', '2018-03-31'),
(696, 4, 'LEDELUM', '', 'project3.jpg', '', '', '_blank', '2015-10-01', '2018-03-31'),
(697, 4, 'LEDELUM', '', 'project4.jpg', '', '', '_blank', '2015-10-01', '2018-03-31'),
(712, 8, 'GAGR2', 'G-2', 'image1-2.jpg', 'alt 1-2', 'www.grib2.com', '_blank', '2015-10-01', '2015-10-30'),
(713, 8, 'GAGO2', 'GA2', 'image2-2.jpg', 'alt 2-2', 'www.grib2-2.com', '_blank', '2018-07-01', '2018-07-30'),
(714, 8, 'HACH', 'HUS', 'imager3.jpg', 'alt3', 'eewrwer', '_blank', '2018-07-01', '2018-07-30'),
(715, 8, 'OOP', 'oop', 'oop.jpg', 'alopp', '', '_self', '2018-07-05', '2018-07-13');

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

--
-- Table structure for table `sliders_pages`
--

CREATE TABLE `sliders_pages` (
  `page_id` int(11) NOT NULL,
  `page_name` varchar(255) NOT NULL,
  `slider_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `sliders_pages`:
--

--
-- Dumping data for table `sliders_pages`
--

INSERT INTO `sliders_pages` (`page_id`, `page_name`, `slider_id`) VALUES
(1, 'Profesional Search', 8),
(2, 'Media Partners', 4),
(3, 'Projects Library', 8),
(4, 'Browse by Manufacturer', 8),
(5, 'My Projects', 7),
(6, 'Ledelum Statistics', 6),
(7, 'New Product Guide', 8),
(8, 'Events', 7),
(9, 'News', 8),
(10, 'Ledelum Surveys', 4),
(11, 'Terminology', 8),
(12, 'About Us', 6),
(13, 'Advertisement Opportunities', 7),
(14, 'Membership Opportunities', 7),
(15, 'Privacy Policy', 8),
(16, 'Industry', 6),
(17, 'FAQ', 6),
(18, 'Disclaimer', 7),
(19, 'Post Your Project', 8),
(20, 'Applications', 8);

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

--
-- Table structure for table `specs`
--

CREATE TABLE `specs` (
  `node_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `name` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs`:
--

--
-- Dumping data for table `specs`
--

INSERT INTO `specs` (`node_id`, `parent_id`, `name`, `lft`, `rgt`) VALUES
(1, 0, 'Specifications', 1, 1422),
(2, 1, 'Fixture Type', 2, 83),
(3, 1, 'Mounting Type', 84, 127),
(4, 1, 'Environment/Listing', 128, 161),
(5, 1, 'Shape', 162, 173),
(6, 1, 'Size', 174, 231),
(7, 1, 'Linear Configuration', 232, 287),
(8, 1, 'Aperture Type', 288, 335),
(9, 1, 'Multiples', 336, 353),
(10, 1, 'CCT/Color', 354, 399),
(11, 1, 'CRI', 400, 411),
(12, 1, 'Optics', 412, 471),
(13, 1, 'Aiming', 472, 485),
(14, 1, 'Lumen Maintenance', 486, 507),
(15, 1, 'Watt', 508, 569),
(16, 1, 'Lumens', 570, 653),
(17, 1, 'Efficacy', 654, 667),
(19, 1, 'Dimming', 668, 775),
(20, 1, 'Voltage/Electrical', 776, 821),
(21, 1, 'Recessed Options', 822, 891),
(22, 1, 'Housing Depth', 892, 919),
(23, 1, 'Compliances', 920, 945),
(24, 1, 'Warranty', 946, 953),
(25, 1, 'Quick Ship', 954, 965),
(26, 2, 'Area and Site', 3, 4),
(27, 2, 'Area Decorative', 5, 6),
(28, 2, 'Modular', 7, 8),
(29, 2, 'Floodlight', 9, 10),
(30, 2, 'Floodlight Linear', 11, 12),
(31, 2, 'Façade Architectural', 13, 14),
(32, 2, 'Façade Utility', 15, 16),
(33, 2, 'Steplight', 17, 18),
(34, 2, 'Parking Garage/Canopy', 19, 20),
(35, 2, 'Road & Infrastructure', 21, 22),
(36, 2, 'Downlight Adjustable', 23, 24),
(37, 2, 'Accent Linear', 25, 26),
(38, 2, 'Downlight', 27, 28),
(39, 2, 'Wall Wash', 29, 30),
(40, 2, 'Portables/Standalone', 31, 32),
(41, 2, 'Perimiter', 33, 34),
(42, 2, 'General Architectural', 35, 36),
(43, 2, 'Linear Architectural', 37, 38),
(44, 2, 'Decorative', 39, 40),
(45, 2, 'Troffer', 41, 42),
(46, 2, 'Teleconference', 43, 44),
(47, 2, 'Sports', 45, 46),
(48, 2, 'Combo Lighting', 47, 48),
(49, 2, 'Cove Light', 49, 50),
(50, 2, 'Flexible Lighting', 51, 52),
(51, 2, 'Direct View', 53, 54),
(52, 2, 'Cabinet/Case', 55, 56),
(53, 2, 'High Bay', 57, 58),
(54, 3, 'Pole/Mast Arm', 85, 86),
(55, 3, 'Pole/Post Top', 87, 88),
(56, 3, 'Bollard', 89, 90),
(57, 3, 'Spike/Stem', 91, 92),
(58, 3, 'Canopy Recessed', 93, 94),
(59, 3, 'In-grade', 95, 96),
(60, 3, 'Ceiling Recessed', 97, 98),
(61, 3, 'Ceiling Surface', 99, 100),
(62, 3, 'Millwork Recessed', 101, 102),
(63, 3, 'Monopoint', 103, 104),
(64, 3, 'Pendant', 105, 106),
(65, 3, 'Clamp', 107, 108),
(66, 3, 'Rail', 109, 110),
(67, 3, 'Retrofit', 111, 112),
(68, 3, 'Surface', 113, 114),
(69, 3, 'Track/Busway', 115, 116),
(70, 3, 'Wall Recessed', 117, 118),
(71, 3, 'Wall Surface', 119, 120),
(74, 4, 'Damp', 129, 130),
(75, 4, 'Shower', 131, 132),
(76, 4, 'Wet', 133, 134),
(77, 4, 'Wet IP65', 135, 136),
(78, 4, 'Wet IP66', 137, 138),
(79, 4, 'Wet IP67', 139, 140),
(80, 4, 'Submersible IP68', 141, 142),
(81, 4, 'Natatorium', 143, 144),
(82, 4, 'Hazardous', 145, 146),
(83, 4, 'Marine', 147, 148),
(84, 4, 'Vandal', 149, 150),
(85, 4, 'Refrigerator', 151, 152),
(86, 4, 'Vapor Proof', 153, 154),
(87, 5, 'Round', 163, 164),
(88, 5, 'Square', 165, 166),
(89, 8, 'Diodes', 289, 290),
(90, 8, 'Diodes with Optics', 291, 292),
(91, 8, 'Reflector', 293, 294),
(92, 8, 'Baffle', 295, 296),
(93, 8, 'Beveled', 297, 298),
(94, 8, 'Pinhole', 299, 300),
(95, 8, 'Lensed Reflector', 301, 302),
(96, 8, 'Regressed Diffuser', 303, 304),
(97, 8, 'Flush Diffuser', 305, 306),
(98, 8, 'Dropped Diffuser', 307, 308),
(99, 8, 'Direct/Indiret Optics', 309, 310),
(100, 8, 'Light Wave Optics', 311, 312),
(101, 8, 'Parabolic Optics', 313, 314),
(105, 13, 'Adjustable', 473, 474),
(107, 13, 'Hot Aiming', 475, 476),
(108, 13, 'Pre Aimed', 477, 478),
(109, 13, 'Remote Aiming', 479, 480),
(110, 24, '1 Year at least', 947, 948),
(111, 24, '5 Years at least', 949, 950),
(112, 24, '10 Years at least', 951, 952),
(113, 25, 'Stock', 955, 956),
(114, 25, '5 days or less', 957, 958),
(115, 25, '10 days or less', 959, 960),
(141, 6, '0.5\" Width', 175, 176),
(142, 6, '1\" Width', 177, 178),
(143, 6, '2\" Width', 179, 180),
(144, 6, '3\" Width', 181, 182),
(146, 6, '4\" Width', 183, 184),
(147, 6, '5\" Width', 185, 186),
(148, 6, '6\" Width', 187, 188),
(149, 6, '7\" Width', 189, 190),
(150, 6, '8\" Width', 191, 192),
(151, 6, '9\" Width', 193, 194),
(152, 6, '10\" Width', 195, 196),
(153, 6, '12\" Width', 197, 198),
(154, 6, '15\" Width', 199, 200),
(155, 6, '18\" Width', 201, 202),
(156, 6, '2 Ft Width', 203, 204),
(157, 6, '2.5 Ft Width', 205, 206),
(158, 6, '3 Ft Width', 207, 208),
(159, 6, '4 Ft Width', 209, 210),
(160, 6, '5 Ft Width', 211, 212),
(161, 6, '6 Ft Width', 213, 214),
(162, 6, '8 + Ft Width', 215, 216),
(163, 6, '1 Ft x 1 Ft', 217, 218),
(164, 6, '1 Ft x 2 Ft', 219, 220),
(180, 12, 'Distribution Directions', 413, 424),
(181, 180, 'Direct', 414, 415),
(182, 180, 'Indirect', 416, 417),
(183, 180, 'Direct/Indirect', 418, 419),
(184, 12, 'Distribution Type', 425, 466),
(185, 184, 'Narrow', 426, 427),
(186, 184, 'Medium', 428, 429),
(187, 184, 'Flood', 430, 431),
(188, 184, 'Wide Flood', 432, 433),
(189, 184, 'Asymmetric/Wash', 434, 435),
(190, 184, 'Batwing', 436, 437),
(191, 184, 'Grazing', 438, 439),
(192, 184, 'Area I', 440, 441),
(193, 184, 'Area II', 442, 443),
(194, 184, 'Area III', 444, 445),
(195, 184, 'Area IV', 446, 447),
(196, 184, 'Area V', 448, 449),
(197, 20, 'Integral', 777, 784),
(198, 20, 'Voltage', 785, 804),
(199, 20, 'EM', 805, 810),
(200, 20, 'Track', 811, 820),
(201, 197, 'Integral', 778, 779),
(202, 197, 'Remote', 780, 781),
(203, 198, 'Low Voltage', 786, 787),
(204, 198, 'UNV 120-277 V', 788, 789),
(205, 198, '120 V', 790, 791),
(206, 198, '277 V', 792, 793),
(207, 198, '347 V', 794, 795),
(208, 198, '480 V', 796, 797),
(209, 198, 'UNC 347-480 V', 798, 799),
(210, 199, 'EM Integral', 806, 807),
(211, 200, '1 Circuit Track', 812, 813),
(212, 200, '2 Circuits Track', 814, 815),
(213, 200, '3 Circuits Track', 816, 817),
(214, 200, '3+ Circuits Track', 818, 819),
(216, 21, 'Installation', 823, 852),
(218, 21, 'Housing Type', 853, 890),
(220, 216, 'Drywall', 824, 825),
(221, 216, 'Drywall Trimless', 826, 827),
(222, 216, 'T-Grid', 828, 829),
(223, 216, 'Tech Zone', 830, 831),
(224, 216, 'Wood', 832, 833),
(225, 218, 'New Construction', 854, 855),
(226, 218, 'New IC', 856, 857),
(227, 218, 'New Chicago Plenum', 858, 859),
(228, 218, 'Remodel', 860, 861),
(229, 218, 'Remodel IC', 862, 863),
(230, 218, 'Retrofit', 864, 865),
(231, 218, 'Junction Box', 866, 867),
(232, 218, 'Fixture', 868, 869),
(233, 218, 'Modular Through', 870, 871),
(234, 218, 'New Air Tight', 872, 873),
(235, 218, 'New IC Air Tight', 874, 875),
(236, 218, 'Remodel Air Tight', 876, 877),
(237, 218, 'Remodel IC Air Tight', 878, 879),
(238, 218, 'Remodel Chicago Plenum', 880, 881),
(239, 218, 'Air Return', 882, 883),
(240, 14, 'LM-80', 487, 498),
(241, 14, 'TM-21', 499, 506),
(243, 10, 'Amber (WildLife)', 355, 356),
(244, 10, '2400K or less', 357, 358),
(245, 10, '2700K', 359, 360),
(246, 10, '2700K Warm Dim', 361, 362),
(247, 10, '3000K', 363, 364),
(248, 10, '3000K Warm Dim', 365, 366),
(249, 10, '3500K', 367, 368),
(250, 10, '3500K Warm Dim', 369, 370),
(251, 10, '4000K', 371, 372),
(252, 10, '4500K', 373, 374),
(253, 10, '5000K', 375, 376),
(254, 10, '5500K', 377, 378),
(255, 10, '5700K', 379, 380),
(256, 10, '6000K', 381, 382),
(257, 10, 'RGB', 383, 384),
(258, 10, 'RGBW', 385, 386),
(259, 10, 'RGBA', 387, 388),
(260, 10, 'Blue', 389, 390),
(261, 19, 'Dimming Range', 669, 682),
(262, 19, 'Dimming Type', 683, 744),
(263, 261, 'Dimmable', 670, 671),
(264, 262, 'TRIAC/Forward/Leading', 684, 685),
(265, 262, 'ELV/Reverse/Trailing', 686, 687),
(266, 262, '0-10V', 688, 689),
(267, 262, '3-Wire Dimming', 690, 691),
(268, 262, 'Lutron Hi-Lume 3-wire/EcoSystem', 692, 693),
(269, 262, 'Lutron Hi-Lume 2-wire', 694, 695),
(270, 262, 'Lutron EcoSystem H', 696, 697),
(278, 9, '1 Light', 337, 338),
(279, 9, '2 Lights', 339, 340),
(280, 9, '3 Lights', 341, 342),
(281, 9, '4 Lights', 343, 344),
(282, 9, '5 Lights', 345, 346),
(283, 9, '6 Lights', 347, 348),
(284, 9, '7 Lights', 349, 350),
(285, 9, '8 or more Lights', 351, 352),
(311, 7, 'Configuration', 233, 256),
(313, 7, 'Length', 257, 286),
(314, 311, 'Continuous', 234, 235),
(315, 311, 'With Corners', 236, 237),
(317, 311, 'With Lit Corners', 238, 239),
(318, 313, 'Less than 1 Ft', 258, 259),
(319, 313, '1 Ft', 260, 261),
(320, 313, '2 Ft', 262, 263),
(321, 313, '3 Ft', 264, 265),
(322, 313, '4 Ft', 266, 267),
(323, 313, '5 Ft', 268, 269),
(324, 313, '6 Ft', 270, 271),
(325, 313, '7 Ft', 272, 273),
(326, 313, '8 Ft', 274, 275),
(327, 313, '9 Ft', 276, 277),
(328, 313, '10 Ft', 278, 279),
(329, 313, '11 Ft', 280, 281),
(330, 15, 'watt', 509, 548),
(331, 330, '3 or less W', 510, 511),
(332, 330, '5 W', 512, 513),
(333, 330, '10 W', 514, 515),
(334, 330, '15 W', 516, 517),
(335, 330, '20 W', 518, 519),
(336, 330, '30 W', 520, 521),
(337, 330, '30 - 50 W', 522, 523),
(338, 330, '50 - 75 W', 524, 525),
(339, 330, '75 - 100 W', 526, 527),
(340, 330, '100 - 150 W', 528, 529),
(341, 330, '150 - 250 W', 530, 531),
(342, 330, '250 -350 W', 532, 533),
(343, 15, 'watt_linear', 549, 568),
(344, 343, '1 W / Ft or less', 550, 551),
(345, 343, '1-2 W / Ft', 552, 553),
(346, 343, '2-3 W / Ft', 554, 555),
(347, 343, '3-5 W / Ft', 556, 557),
(348, 343, '5-7 W / Ft', 558, 559),
(349, 343, '7-10 W / Ft', 560, 561),
(350, 343, '10-15 W / Ft', 562, 563),
(351, 343, '15-25 W / Ft', 564, 565),
(356, 11, '60 or higher', 401, 402),
(357, 11, '70 or higher', 403, 404),
(358, 11, '80 or higher', 405, 406),
(360, 11, '90 or higher', 407, 408),
(361, 11, '95 or higher', 409, 410),
(362, 16, 'Lumens', 571, 628),
(363, 16, 'Lumens linear', 629, 652),
(364, 362, '100 Lm or less', 572, 573),
(365, 362, '200 Lm', 574, 575),
(366, 362, '300 Lm', 576, 577),
(367, 362, '500 Lm', 578, 579),
(368, 362, '750 Lm', 580, 581),
(369, 362, '1,000 Lm', 582, 583),
(370, 362, '1,500 Lm', 584, 585),
(371, 362, '2,000 Lm', 586, 587),
(372, 362, '2,500 Lm', 588, 589),
(373, 362, '3,000 Lm', 590, 591),
(374, 362, '4,000 Lm', 592, 593),
(375, 362, '5,000 Lm', 594, 595),
(376, 362, '6,000 Lm', 596, 597),
(377, 362, '8,000 Lm', 598, 599),
(378, 363, '100 Lm/Ft', 630, 631),
(379, 363, '200 Lm/Ft', 632, 633),
(380, 363, '300 Lm/Ft', 634, 635),
(381, 363, '400 Lm/Ft', 636, 637),
(382, 363, '500 Lm/Ft', 638, 639),
(383, 363, '750 Lm/Ft', 640, 641),
(384, 363, '1,000 Lm/Ft', 642, 643),
(385, 363, '1,500 Lm/Ft', 644, 645),
(386, 22, '1\" or less', 893, 894),
(387, 22, '2\" or less', 895, 896),
(388, 22, '3\" or less', 897, 898),
(389, 22, '4\" or less', 899, 900),
(390, 22, '5\" or less', 901, 902),
(391, 22, '6\" or less', 903, 904),
(392, 22, '7\" or less', 905, 906),
(393, 22, '8\" or less', 907, 908),
(394, 22, '10\" or less', 909, 910),
(395, 22, '12\" or less', 911, 912),
(396, 22, '16\" or less', 913, 914),
(397, 12, 'Night Sky', 467, 470),
(398, 397, 'Night Sky', 468, 469),
(399, 17, '30 Lm/Wt or higher', 655, 656),
(400, 17, '50 Lm/Wt or higher', 657, 658),
(401, 17, '70 Lm/Wt or higher', 659, 660),
(402, 17, '90 Lm/Wt or higher', 661, 662),
(403, 17, '120 Lm/Wt or higher', 663, 664),
(404, 17, '150 Lm/Wt or higher', 665, 666),
(405, 23, 'UL/ETL', 921, 928),
(406, 23, 'Energy', 929, 936),
(407, 23, 'ADA', 937, 944),
(408, 405, 'UL', 922, 923),
(409, 405, 'ETL', 924, 925),
(410, 405, 'CSA', 926, 927),
(411, 406, 'Energy Star**', 930, 931),
(412, 406, 'Title 24**', 932, 933),
(413, 406, 'DLC**', 934, 935),
(414, 407, 'ADA', 938, 939),
(415, 407, 'Made in USA', 940, 941),
(416, 407, 'IBEW', 942, 943),
(417, 240, '30,000 or more', 488, 489),
(418, 240, '50,000 or more', 490, 491),
(419, 240, '75,000 or more', 492, 493),
(420, 240, '100,000 or more', 494, 495),
(421, 240, '150,000 or more', 496, 497),
(423, 241, '25,000 or more TM21', 500, 501),
(424, 241, '35,000 or more TM21', 502, 503),
(425, 241, '60,000 TM21', 504, 505),
(426, 1, 'Manufacturers', 966, 1329),
(427, 426, '1', 967, 968),
(428, 426, '2', 969, 970),
(429, 426, '3', 971, 972),
(430, 426, '4', 973, 974),
(431, 426, '5', 975, 976),
(432, 426, '6', 977, 978),
(433, 426, '7', 979, 980),
(435, 426, '9', 981, 982),
(436, 426, '10', 983, 984),
(438, 426, '12', 985, 986),
(439, 426, '13', 987, 988),
(440, 426, '14', 989, 990),
(442, 1, 'Brands', 1330, 1383),
(443, 442, '4', 1331, 1332),
(444, 442, '2', 1333, 1334),
(446, 198, '208 V', 800, 801),
(448, 2, 'Low Bay', 59, 60),
(449, 2, 'Industrial/Utility', 61, 62),
(450, 4, 'Clean Room', 155, 156),
(451, 4, 'MRI', 157, 158),
(452, 5, 'Rectangular', 167, 168),
(453, 5, 'Linear', 169, 170),
(454, 5, 'Other', 171, 172),
(455, 6, '1 Ft x 4 Ft', 221, 222),
(457, 6, '2 Ft x 2 Ft', 223, 224),
(458, 311, 'Side Lit Continuous', 240, 241),
(459, 311, 'With Side Lit Corners', 242, 243),
(460, 311, 'Wall to Ceiling Lit', 244, 245),
(461, 311, 'Modular', 246, 247),
(462, 311, 'Quick Connect', 248, 249),
(463, 311, 'Daisy Chain', 250, 251),
(464, 313, '12 Ft', 282, 283),
(465, 313, 'more than 12 Ft', 284, 285),
(466, 8, 'Basket', 315, 316),
(467, 8, 'Decorative Diffuser', 317, 318),
(468, 8, 'Clear Lens', 319, 320),
(469, 8, 'Louvers', 321, 322),
(470, 8, 'Shielded', 323, 324),
(471, 10, 'Green', 391, 392),
(472, 10, 'Red', 393, 394),
(473, 10, 'Yellow/Amber', 395, 396),
(474, 180, 'Omni-Directional', 420, 421),
(475, 180, 'Pattern', 422, 423),
(477, 261, 'Dimmable to 1%', 672, 673),
(481, 197, 'Solar', 782, 783),
(482, 216, 'Wood Trimless', 834, 835),
(483, 216, 'Concrete', 836, 837),
(484, 216, 'Concrete Drive Over', 838, 839),
(485, 216, 'Concrete Trimless', 840, 841),
(486, 216, 'Trimless Drive Over', 842, 843),
(487, 216, 'Ground', 844, 845),
(488, 216, 'Masonry', 846, 847),
(489, 216, 'Masonry Trimless', 848, 849),
(490, 216, 'Masonry Drive Over', 850, 851),
(491, 218, 'Direct Burial', 884, 885),
(492, 218, 'Concrete Pour', 886, 887),
(493, 218, 'Drywall Thickness', 888, 889),
(494, 25, '2 Weeks or less', 961, 962),
(495, 25, '4 Weeks or less', 963, 964),
(496, 1, 'Light Source', 1384, 1407),
(497, 496, 'LED Fixture', 1385, 1386),
(498, 496, 'OLED Fixture', 1387, 1388),
(499, 496, 'LED PAR 20 - Bulb', 1389, 1390),
(500, 362, '10,000 Lm', 600, 601),
(501, 362, '15,000 Lm', 602, 603),
(502, 362, '20,000 Lm', 604, 605),
(503, 362, '25,000 Lm', 606, 607),
(504, 362, '30,000 Lm', 608, 609),
(505, 362, '40,000 Lm', 610, 611),
(506, 362, '50,000 Lm', 612, 613),
(507, 362, '75,000 Lm', 614, 615),
(508, 362, '100,000 Lm', 616, 617),
(509, 362, '125,000 Lm', 618, 619),
(510, 362, '150,000 Lm', 620, 621),
(511, 362, '200,000 Lm', 622, 623),
(512, 362, '300,000 Lm', 624, 625),
(513, 362, '500,000 Lm or more', 626, 627),
(514, 363, '2,000 Lm/Ft', 646, 647),
(515, 363, '2,500 Lm/Ft', 648, 649),
(516, 363, '3,000 or more Lm/Ft', 650, 651),
(517, 19, 'Controls', 745, 774),
(518, 517, 'Integral OC/Daylight', 746, 747),
(519, 517, 'Wireless', 748, 749),
(520, 426, '17', 991, 992),
(521, 426, '18', 993, 994),
(522, 426, '19', 995, 996),
(523, 8, 'Other', 325, 326),
(524, 184, 'Area 90°', 450, 451),
(525, 184, 'Petroleum', 452, 453),
(526, 184, 'Dealership', 454, 455),
(527, 184, 'General', 456, 457),
(528, 199, 'EM Remote', 808, 809),
(529, 6, '2 Ft x 4 Ft', 225, 226),
(530, 6, '4 Ft x 4 Ft', 227, 228),
(531, 22, '18\" or less', 915, 916),
(534, 496, 'LED PAR 30 - Bulb', 1391, 1392),
(535, 496, 'LED PAR 38 - Bulb', 1393, 1394),
(536, 496, 'LED AR - Bulb', 1395, 1396),
(537, 496, 'LED MR - Bulb', 1397, 1398),
(538, 496, 'LED A - Bulb', 1399, 1400),
(539, 184, 'Volumetric', 458, 459),
(540, 426, '20', 997, 998),
(541, 426, '21', 999, 1000),
(542, 426, '22', 1001, 1002),
(543, 2, 'Multiple Lighting', 63, 64),
(544, 13, 'Locking Adjustable', 481, 482),
(545, 13, 'Hot Aiming w/Locking', 483, 484),
(546, 198, '240 V', 802, 803),
(547, 8, 'Optical Accessories', 327, 328),
(548, 8, 'xx Flat Diffuser', 329, 330),
(549, 8, 'xx Micro Optics', 331, 332),
(550, 426, '23', 1003, 1004),
(552, 426, '25', 1005, 1006),
(553, 426, '26', 1007, 1008),
(554, 343, '25 W / Ft or more', 566, 567),
(555, 426, '27', 1009, 1010),
(557, 8, 'Curved/Sloped Diffuser', 333, 334),
(558, 426, '28', 1011, 1012),
(559, 184, 'Direct View', 460, 461),
(560, 330, '350 - 500 W', 534, 535),
(561, 426, '29', 1013, 1014),
(562, 426, '30', 1015, 1016),
(563, 517, 'Motion/Photocell', 750, 751),
(564, 426, '31', 1017, 1018),
(565, 426, '32', 1019, 1020),
(566, 442, '5', 1335, 1336),
(567, 517, 'Photocell', 752, 753),
(568, 330, '500 ‐ 750 W', 536, 537),
(569, 330, '750 ‐ 1000 W', 538, 539),
(570, 330, '1000 - 1500 W', 540, 541),
(571, 330, '1500 - 2000 W', 542, 543),
(572, 330, '2000 or more', 544, 545),
(573, 426, '33', 1021, 1022),
(574, 426, '34', 1023, 1024),
(575, 426, '35', 1025, 1026),
(576, 10, 'Tunable White', 397, 398),
(577, 2, 'Wall Wash Linear', 65, 66),
(578, 426, '36', 1027, 1028),
(579, 6, '18\"', 229, 230),
(580, 311, 'Side to Side', 252, 253),
(581, 426, '37', 1029, 1030),
(582, 426, '38', 1031, 1032),
(583, 184, 'Forward Throw', 462, 463),
(585, 426, '39', 1033, 1034),
(588, 442, '6', 1337, 1338),
(589, 22, '24\" or less. TEST', 917, 918),
(590, 426, '40', 1035, 1036),
(599, 517, 'Lumentalk™', 754, 755),
(600, 517, 'Fifth Light®', 756, 757),
(601, 517, 'Redwood®', 758, 759),
(602, 517, 'XPoint™ Wireless', 760, 761),
(603, 517, 'Lutron®', 762, 763),
(604, 517, 'Ethernet', 764, 765),
(605, 517, 'nLight®', 766, 767),
(608, 517, 'xxx Advanced Mark 10 LV', 768, 769),
(609, 517, 'Enlighted', 770, 771),
(611, 426, '41', 1037, 1038),
(612, 442, '7', 1339, 1340),
(613, 426, '42', 1039, 1040),
(614, 517, 'Daintree Networks', 772, 773),
(615, 442, '8', 1341, 1342),
(616, 426, '43', 1041, 1042),
(617, 261, 'Dimmable to 0.1%*', 674, 675),
(618, 261, 'Bi-Level Switching', 676, 677),
(619, 261, 'Step Dimming', 678, 679),
(620, 262, 'Lutron EcoSystem 5', 698, 699),
(621, 262, 'DALI', 700, 701),
(622, 262, 'DVI', 702, 703),
(623, 262, 'DMX', 704, 705),
(624, 262, 'Step Dimming', 706, 707),
(625, 262, 'Built-in dimmer', 708, 709),
(626, 262, 'Bi-Level Switching', 710, 711),
(627, 262, 'Hi/Low Switching', 712, 713),
(628, 262, 'Fifth Light DALI', 714, 715),
(629, 262, 'Hi-lume Premier 3-wire', 716, 717),
(630, 262, 'Hi-lume Premier EcoSystem', 718, 719),
(631, 262, 'eldoLED ECO 0-10V', 720, 721),
(632, 262, 'eldoLED SOLO 0-10V', 722, 723),
(633, 262, 'eldoLED SOLO DALI', 724, 725),
(634, 262, 'eldoLED POWE DMX/RDM', 726, 727),
(635, 262, 'Advanced Mark 10 LV', 728, 729),
(636, 262, 'Other LED dimming', 730, 731),
(637, 261, 'Non-Dimmable', 680, 681),
(638, 426, '44', 1043, 1044),
(639, 442, '9', 1343, 1344),
(640, 426, '45', 1045, 1046),
(641, 262, 'Ethernet', 732, 733),
(642, 311, 'Standalone', 254, 255),
(643, 426, '46', 1047, 1048),
(644, 442, '10', 1345, 1346),
(645, 426, '47', 1049, 1050),
(646, 426, '48', 1051, 1052),
(647, 184, 'Aisle', 464, 465),
(648, 426, '51', 1053, 1054),
(649, 2, 'Landscape & Path Light', 67, 68),
(650, 442, '11', 1347, 1348),
(651, 426, '52', 1055, 1056),
(652, 3, 'Track/Busway Recessed', 121, 122),
(653, 2, 'Luminous Surfaces', 69, 70),
(654, 2, 'Custom', 71, 72),
(655, 2, 'Theatrical', 73, 74),
(656, 1, 'LED Brand', 1408, 1421),
(657, 2, 'Track Lighting', 75, 76),
(658, 2, 'Accent', 77, 78),
(659, 2, 'Multiple', 79, 80),
(660, 2, 'In-grade', 81, 82),
(661, 426, '53', 1057, 1058),
(662, 262, 'Lutron EcoSystem', 734, 735),
(663, 426, '54', 1059, 1060),
(664, 3, 'Monorail', 123, 124),
(665, 4, 'Food Processing', 159, 160),
(666, 3, 'Wall Arm', 125, 126),
(667, 426, '55', 1061, 1062),
(668, 426, '56', 1063, 1064),
(669, 426, '57', 1065, 1066),
(670, 426, '58', 1067, 1068),
(671, 426, '59', 1069, 1070),
(672, 426, '60', 1071, 1072),
(673, 656, 'Xicato', 1409, 1410),
(674, 656, 'Bridgelux', 1411, 1412),
(675, 656, 'Cree', 1413, 1414),
(676, 656, 'Philips', 1415, 1416),
(677, 656, 'Samsung', 1417, 1418),
(678, 656, 'Osram', 1419, 1420),
(679, 426, '61', 1073, 1074),
(680, 262, 'EldoLED 0-10V', 736, 737),
(681, 262, 'EldoLED DALI', 738, 739),
(682, 262, 'EldoLED DMX/RDM', 740, 741),
(683, 262, 'Lutron Hi-Lume', 742, 743),
(684, 426, '62', 1075, 1076),
(685, 426, '63', 1077, 1078),
(686, 426, '64', 1079, 1080),
(687, 426, '65', 1081, 1082),
(688, 426, '66', 1083, 1084),
(689, 426, '67', 1085, 1086),
(690, 426, '68', 1087, 1088),
(691, 426, '69', 1089, 1090),
(692, 426, '70', 1091, 1092),
(693, 426, '71', 1093, 1094),
(694, 330, '25 W', 546, 547),
(695, 442, '12', 1349, 1350),
(696, 426, '72', 1095, 1096),
(697, 426, '73', 1097, 1098),
(698, 426, '74', 1099, 1100),
(699, 426, '75', 1101, 1102),
(700, 426, '76', 1103, 1104),
(701, 426, '77', 1105, 1106),
(702, 426, '78', 1107, 1108),
(703, 426, '79', 1109, 1110),
(704, 426, '80', 1111, 1112),
(705, 426, '81', 1113, 1114),
(706, 426, '82', 1115, 1116),
(707, 426, '83', 1117, 1118),
(708, 426, '84', 1119, 1120),
(709, 426, '88', 1121, 1122),
(710, 426, '89', 1123, 1124),
(711, 426, '90', 1125, 1126),
(712, 426, '91', 1127, 1128),
(713, 426, '92', 1129, 1130),
(714, 426, '93', 1131, 1132),
(715, 426, '94', 1133, 1134),
(716, 426, '95', 1135, 1136),
(717, 426, '96', 1137, 1138),
(718, 426, '97', 1139, 1140),
(719, 426, '98', 1141, 1142),
(720, 426, '99', 1143, 1144),
(721, 426, '100', 1145, 1146),
(722, 426, '101', 1147, 1148),
(723, 426, '102', 1149, 1150),
(724, 426, '103', 1151, 1152),
(725, 426, '104', 1153, 1154),
(726, 426, '105', 1155, 1156),
(727, 426, '106', 1157, 1158),
(729, 426, '108', 1159, 1160),
(730, 426, '110', 1161, 1162),
(731, 426, '111', 1163, 1164),
(732, 426, '112', 1165, 1166),
(733, 426, '113', 1167, 1168),
(734, 426, '114', 1169, 1170),
(735, 426, '115', 1171, 1172),
(736, 426, '116', 1173, 1174),
(737, 426, '117', 1175, 1176),
(738, 426, '118', 1177, 1178),
(739, 426, '119', 1179, 1180),
(740, 426, '120', 1181, 1182),
(741, 426, '121', 1183, 1184),
(742, 426, '122', 1185, 1186),
(743, 442, '13', 1351, 1352),
(744, 426, '123', 1187, 1188),
(745, 426, '124', 1189, 1190),
(746, 426, '125', 1191, 1192),
(747, 426, '126', 1193, 1194),
(748, 426, '127', 1195, 1196),
(749, 426, '128', 1197, 1198),
(750, 496, 'LED Bi-Pin Replacement Module', 1401, 1402),
(751, 496, 'GY6.35 LED bulb', 1403, 1404),
(752, 496, 'Vintage Edison', 1405, 1406),
(753, 426, '129', 1199, 1200),
(754, 426, '130', 1201, 1202),
(755, 426, '131', 1203, 1204),
(756, 426, '132', 1205, 1206),
(757, 426, '133', 1207, 1208),
(758, 426, '134', 1209, 1210),
(759, 426, '135', 1211, 1212),
(760, 426, '136', 1213, 1214),
(761, 426, '137', 1215, 1216),
(762, 426, '138', 1217, 1218),
(763, 426, '139', 1219, 1220),
(764, 426, '140', 1221, 1222),
(765, 426, '141', 1223, 1224),
(766, 426, '142', 1225, 1226),
(767, 426, '143', 1227, 1228),
(768, 426, '144', 1229, 1230),
(769, 426, '145', 1231, 1232),
(770, 426, '146', 1233, 1234),
(771, 426, '147', 1235, 1236),
(772, 426, '148', 1237, 1238),
(773, 426, '149', 1239, 1240),
(774, 426, '150', 1241, 1242),
(775, 426, '151', 1243, 1244),
(776, 426, '152', 1245, 1246),
(777, 426, '153', 1247, 1248),
(778, 426, '154', 1249, 1250),
(779, 426, '155', 1251, 1252),
(780, 426, '156', 1253, 1254),
(781, 426, '157', 1255, 1256),
(782, 426, '158', 1257, 1258),
(783, 426, '159', 1259, 1260),
(784, 426, '160', 1261, 1262),
(785, 442, '14', 1353, 1354),
(786, 426, '161', 1263, 1264),
(787, 426, '162', 1265, 1266),
(789, 426, '164', 1267, 1268),
(790, 426, '165', 1269, 1270),
(791, 426, '166', 1271, 1272),
(792, 426, '167', 1273, 1274),
(793, 426, '168', 1275, 1276),
(794, 426, '169', 1277, 1278),
(795, 426, '170', 1279, 1280),
(796, 426, '171', 1281, 1282),
(797, 426, '172', 1283, 1284),
(798, 426, '174', 1285, 1286),
(799, 426, '175', 1287, 1288),
(800, 426, '176', 1289, 1290),
(801, 426, '177', 1291, 1292),
(802, 442, '15', 1355, 1356),
(803, 426, '178', 1293, 1294),
(804, 426, '179', 1295, 1296),
(805, 426, '180', 1297, 1298),
(806, 426, '181', 1299, 1300),
(807, 426, '182', 1301, 1302),
(808, 426, '183', 1303, 1304),
(809, 442, '16', 1357, 1358),
(810, 426, '184', 1305, 1306),
(811, 426, '185', 1307, 1308),
(812, 426, '186', 1309, 1310),
(813, 426, '187', 1311, 1312),
(814, 426, '188', 1313, 1314),
(815, 426, '189', 1315, 1316),
(816, 426, '190', 1317, 1318),
(817, 426, '191', 1319, 1320),
(818, 426, '192', 1321, 1322),
(819, 426, '195', 1323, 1324),
(820, 426, '196', 1325, 1326),
(821, 426, '197', 1327, 1328),
(822, 442, '25', 1359, 1360),
(823, 442, '27', 1361, 1362),
(824, 442, '29', 1363, 1364),
(825, 442, '31', 1365, 1366),
(826, 442, '33', 1367, 1368),
(827, 442, '37', 1369, 1370),
(828, 442, '39', 1371, 1372),
(829, 442, '41', 1373, 1374),
(830, 442, '43', 1375, 1376),
(831, 442, '45', 1377, 1378),
(839, 442, '62', 1379, 1380),
(840, 442, '63', 1381, 1382);

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

--
-- Table structure for table `specs_images`
--

CREATE TABLE `specs_images` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `img_src` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_images`:
--   `spec_id`
--       `specs_list` -> `spec_id`
--

--
-- Dumping data for table `specs_images`
--

INSERT INTO `specs_images` (`spec_id`, `img_src`) VALUES
(26, '/images/specs_images/area_site.jpg'),
(27, '/images/specs_images/area_decorative.JPG'),
(29, '/images/specs_images/floodlight.jpg'),
(30, '/images/specs_images/floodlight_linear.jpg'),
(31, '/images/specs_images/building_mount.jpg'),
(32, '/images/specs_images/facade_utility.jpg'),
(33, '/images/specs_images/steplight_outdoor.jpg'),
(34, '/images/specs_images/garage.jpg'),
(35, '/images/specs_images/road.jpg'),
(36, '/images/specs_images/adjustable.jpg'),
(37, '/images/specs_images/accent_linear.jpg'),
(38, '/images/specs_images/downlight.jpg'),
(39, '/images/specs_images/wallwash.jpg'),
(40, '/images/specs_images/portables.jpg'),
(41, '/images/specs_images/perimiter.JPG'),
(42, '/images/specs_images/general_architectural.jpg'),
(43, '/images/specs_images/linear_architectural.jpg'),
(44, '/images/specs_images/decorative.jpg'),
(45, '/images/specs_images/troffer.jpg'),
(46, '/images/specs_images/wallwash_perimiter.jpg'),
(47, '/images/specs_images/sport.jpg'),
(48, '/images/specs_images/combo.jpg'),
(49, '/images/specs_images/cove.jpg'),
(50, '/images/specs_images/flex.jpg'),
(51, '/images/specs_images/direct_view.jpg'),
(52, '/images/specs_images/cabinet_linear.jpg'),
(53, '/images/specs_images/hibay.jpg'),
(54, '/images/specs_images/pole_arm.JPG'),
(55, '/images/specs_images/post_top.JPG'),
(56, '/images/specs_images/bollard.JPG'),
(57, '/images/specs_images/spike.JPG'),
(58, '/images/specs_images/canopy_recessed.JPG'),
(59, '/images/specs_images/ingrade.JPG'),
(60, '/images/specs_images/ceiling_recessed.JPG'),
(61, '/images/specs_images/ceiling_surface.JPG'),
(64, '/images/specs_images/pendant.JPG'),
(68, '/images/specs_images/surface.JPG'),
(69, '/images/specs_images/track_surface.JPG'),
(70, '/images/specs_images/wall_recessed.JPG'),
(71, '/images/specs_images/wall_surface.JPG'),
(80, '/images/specs_images/submersible.jpg'),
(82, '/images/specs_images/hazardous.JPG'),
(84, '/images/specs_images/vandal.JPG'),
(448, '/images/specs_images/lowbay.jpg'),
(449, '/images/specs_images/industrial.jpg'),
(450, '/images/specs_images/cleanroom.JPG'),
(543, '/images/specs_images/multiple.jpg'),
(577, '/images/specs_images/wallwash_perimiter.jpg'),
(649, '/images/specs_images/landscape_path.jpg'),
(652, '/images/specs_images/track_recessed.JPG'),
(653, '/images/specs_images/luminous.jpg'),
(655, '/images/specs_images/theater.jpg'),
(657, '/images/specs_images/track.jpg'),
(660, '/images/specs_images/ingrade_step.jpg'),
(665, '/images/specs_images/foodprocessing.JPG');

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

--
-- Table structure for table `specs_list`
--

CREATE TABLE `specs_list` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `spec` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_list`:
--

--
-- Dumping data for table `specs_list`
--

INSERT INTO `specs_list` (`spec_id`, `parent_id`, `spec`, `lft`, `rgt`) VALUES
(1, 0, 'Specifications', 1, 1398),
(2, 1, 'Fixture Type', 2, 83),
(3, 1, 'Mounting Type', 84, 127),
(4, 1, 'Environment/Listing', 128, 161),
(5, 1, 'Shape', 162, 173),
(6, 1, 'Size', 174, 231),
(7, 1, 'Linear Configuration', 232, 287),
(8, 1, 'Aperture Type', 288, 335),
(9, 1, 'Multiples', 336, 353),
(10, 1, 'CCT/Color', 354, 399),
(11, 1, 'CRI', 400, 411),
(12, 1, 'Optics', 412, 471),
(13, 1, 'Aiming', 472, 485),
(14, 1, 'Lumen Maintenance', 486, 507),
(15, 1, 'Watt', 508, 569),
(16, 1, 'Lumens', 570, 653),
(17, 1, 'Efficacy', 654, 667),
(19, 1, 'Dimming', 668, 775),
(20, 1, 'Voltage/Electrical', 776, 821),
(21, 1, 'Recessed Options', 822, 891),
(22, 1, 'Housing Depth', 892, 919),
(23, 1, 'Compliances', 920, 945),
(24, 1, 'Warranty', 946, 953),
(25, 1, 'Quick Ship', 954, 965),
(26, 2, 'Area and Site', 3, 4),
(27, 2, 'Area Decorative', 5, 6),
(28, 2, 'Modular', 7, 8),
(29, 2, 'Floodlight', 9, 10),
(30, 2, 'Floodlight Linear', 11, 12),
(31, 2, 'Façade Architectural', 13, 14),
(32, 2, 'Façade Utility', 15, 16),
(33, 2, 'Steplight', 17, 18),
(34, 2, 'Parking Garage/Canopy', 19, 20),
(35, 2, 'Road & Infrastructure', 21, 22),
(36, 2, 'Downlight Adjustable', 23, 24),
(37, 2, 'Accent Linear', 25, 26),
(38, 2, 'Downlight', 27, 28),
(39, 2, 'Wall Wash', 29, 30),
(40, 2, 'Portables/Standalone', 31, 32),
(41, 2, 'Perimiter', 33, 34),
(42, 2, 'General Architectural', 35, 36),
(43, 2, 'Linear Architectural', 37, 38),
(44, 2, 'Decorative', 39, 40),
(45, 2, 'Troffer', 41, 42),
(46, 2, 'Teleconference', 43, 44),
(47, 2, 'Sports', 45, 46),
(48, 2, 'Combo Lighting', 47, 48),
(49, 2, 'Cove Light', 49, 50),
(50, 2, 'Flexible Lighting', 51, 52),
(51, 2, 'Direct View', 53, 54),
(52, 2, 'Cabinet/Case', 55, 56),
(53, 2, 'High Bay', 57, 58),
(54, 3, 'Pole/Mast Arm', 85, 86),
(55, 3, 'Pole/Post Top', 87, 88),
(56, 3, 'Bollard', 89, 90),
(57, 3, 'Spike/Stem', 91, 92),
(58, 3, 'Canopy Recessed', 93, 94),
(59, 3, 'In-grade', 95, 96),
(60, 3, 'Ceiling Recessed', 97, 98),
(61, 3, 'Ceiling Surface', 99, 100),
(62, 3, 'Millwork Recessed', 101, 102),
(63, 3, 'Monopoint', 103, 104),
(64, 3, 'Pendant', 105, 106),
(65, 3, 'Clamp', 107, 108),
(66, 3, 'Rail', 109, 110),
(67, 3, 'Retrofit', 111, 112),
(68, 3, 'Surface', 113, 114),
(69, 3, 'Track/Busway', 115, 116),
(70, 3, 'Wall Recessed', 117, 118),
(71, 3, 'Wall Surface', 119, 120),
(74, 4, 'Damp', 129, 130),
(75, 4, 'Shower', 131, 132),
(76, 4, 'Wet', 133, 134),
(77, 4, 'Wet IP65', 135, 136),
(78, 4, 'Wet IP66', 137, 138),
(79, 4, 'Wet IP67', 139, 140),
(80, 4, 'Submersible IP68', 141, 142),
(81, 4, 'Natatorium', 143, 144),
(82, 4, 'Hazardous', 145, 146),
(83, 4, 'Marine', 147, 148),
(84, 4, 'Vandal', 149, 150),
(85, 4, 'Refrigerator', 151, 152),
(86, 4, 'Vapor Proof', 153, 154),
(87, 5, 'Round', 163, 164),
(88, 5, 'Square', 165, 166),
(89, 8, 'Diodes', 289, 290),
(90, 8, 'Diodes with Optics', 291, 292),
(91, 8, 'Reflector', 293, 294),
(92, 8, 'Baffle', 295, 296),
(93, 8, 'Beveled', 297, 298),
(94, 8, 'Pinhole', 299, 300),
(95, 8, 'Lensed Reflector', 301, 302),
(96, 8, 'Regressed Diffuser', 303, 304),
(97, 8, 'Flush Diffuser', 305, 306),
(98, 8, 'Dropped Diffuser', 307, 308),
(99, 8, 'Direct/Indiret Optics', 309, 310),
(100, 8, 'Light Wave Optics', 311, 312),
(101, 8, 'Parabolic Optics', 313, 314),
(105, 13, 'Adjustable', 473, 474),
(107, 13, 'Hot Aiming', 475, 476),
(108, 13, 'Pre Aimed', 477, 478),
(109, 13, 'Remote Aiming', 479, 480),
(110, 24, '1 Year at least', 947, 948),
(111, 24, '5 Years at least', 949, 950),
(112, 24, '10 Years at least', 951, 952),
(113, 25, 'Stock', 955, 956),
(114, 25, '5 days or less', 957, 958),
(115, 25, '10 days or less', 959, 960),
(141, 6, '0.5\" Width', 175, 176),
(142, 6, '1\" Width', 177, 178),
(143, 6, '2\" Width', 179, 180),
(144, 6, '3\" Width', 181, 182),
(146, 6, '4\" Width', 183, 184),
(147, 6, '5\" Width', 185, 186),
(148, 6, '6\" Width', 187, 188),
(149, 6, '7\" Width', 189, 190),
(150, 6, '8\" Width', 191, 192),
(151, 6, '9\" Width', 193, 194),
(152, 6, '10\" Width', 195, 196),
(153, 6, '12\" Width', 197, 198),
(154, 6, '15\" Width', 199, 200),
(155, 6, '18\" Width', 201, 202),
(156, 6, '2 Ft Width', 203, 204),
(157, 6, '2.5 Ft Width', 205, 206),
(158, 6, '3 Ft Width', 207, 208),
(159, 6, '4 Ft Width', 209, 210),
(160, 6, '5 Ft Width', 211, 212),
(161, 6, '6 Ft Width', 213, 214),
(162, 6, '8 + Ft Width', 215, 216),
(163, 6, '1 Ft x 1 Ft', 217, 218),
(164, 6, '1 Ft x 2 Ft', 219, 220),
(180, 12, 'Distribution Directions', 413, 424),
(181, 180, 'Direct', 414, 415),
(182, 180, 'Indirect', 416, 417),
(183, 180, 'Direct/Indirect', 418, 419),
(184, 12, 'Distribution Type', 425, 466),
(185, 184, 'Narrow', 426, 427),
(186, 184, 'Medium', 428, 429),
(187, 184, 'Flood', 430, 431),
(188, 184, 'Wide Flood', 432, 433),
(189, 184, 'Asymmetric/Wash', 434, 435),
(190, 184, 'Batwing', 436, 437),
(191, 184, 'Grazing', 438, 439),
(192, 184, 'Area I', 440, 441),
(193, 184, 'Area II', 442, 443),
(194, 184, 'Area III', 444, 445),
(195, 184, 'Area IV', 446, 447),
(196, 184, 'Area V', 448, 449),
(197, 20, 'Integral', 777, 784),
(198, 20, 'Voltage', 785, 804),
(199, 20, 'EM', 805, 810),
(200, 20, 'Track', 811, 820),
(201, 197, 'Integral', 778, 779),
(202, 197, 'Remote', 780, 781),
(203, 198, 'Low Voltage', 786, 787),
(204, 198, 'UNV 120-277 V', 788, 789),
(205, 198, '120 V', 790, 791),
(206, 198, '277 V', 792, 793),
(207, 198, '347 V', 794, 795),
(208, 198, '480 V', 796, 797),
(209, 198, 'UNC 347-480 V', 798, 799),
(210, 199, 'EM Integral', 806, 807),
(211, 200, '1 Circuit Track', 812, 813),
(212, 200, '2 Circuits Track', 814, 815),
(213, 200, '3 Circuits Track', 816, 817),
(214, 200, '3+ Circuits Track', 818, 819),
(216, 21, 'Installation', 823, 852),
(218, 21, 'Housing Type', 853, 890),
(220, 216, 'Drywall', 824, 825),
(221, 216, 'Drywall Trimless', 826, 827),
(222, 216, 'T-Grid', 828, 829),
(223, 216, 'Tech Zone', 830, 831),
(224, 216, 'Wood', 832, 833),
(225, 218, 'New Construction', 854, 855),
(226, 218, 'New IC', 856, 857),
(227, 218, 'New Chicago Plenum', 858, 859),
(228, 218, 'Remodel', 860, 861),
(229, 218, 'Remodel IC', 862, 863),
(230, 218, 'Retrofit', 864, 865),
(231, 218, 'Junction Box', 866, 867),
(232, 218, 'Fixture', 868, 869),
(233, 218, 'Modular Through', 870, 871),
(234, 218, 'New Air Tight', 872, 873),
(235, 218, 'New IC Air Tight', 874, 875),
(236, 218, 'Remodel Air Tight', 876, 877),
(237, 218, 'Remodel IC Air Tight', 878, 879),
(238, 218, 'Remodel Chicago Plenum', 880, 881),
(239, 218, 'Air Return', 882, 883),
(240, 14, 'LM-80', 487, 498),
(241, 14, 'TM-21', 499, 506),
(243, 10, 'Amber (WildLife)', 355, 356),
(244, 10, '2400K or less', 357, 358),
(245, 10, '2700K', 359, 360),
(246, 10, '2700K Warm Dim', 361, 362),
(247, 10, '3000K', 363, 364),
(248, 10, '3000K Warm Dim', 365, 366),
(249, 10, '3500K', 367, 368),
(250, 10, '3500K Warm Dim', 369, 370),
(251, 10, '4000K', 371, 372),
(252, 10, '4500K', 373, 374),
(253, 10, '5000K', 375, 376),
(254, 10, '5500K', 377, 378),
(255, 10, '5700K', 379, 380),
(256, 10, '6000K', 381, 382),
(257, 10, 'RGB', 383, 384),
(258, 10, 'RGBW', 385, 386),
(259, 10, 'RGBA', 387, 388),
(260, 10, 'Blue', 389, 390),
(261, 19, 'Dimming Range', 669, 682),
(262, 19, 'Dimming Type', 683, 744),
(263, 261, 'Dimmable', 670, 671),
(264, 262, 'TRIAC/Forward/Leading', 684, 685),
(265, 262, 'ELV/Reverse/Trailing', 686, 687),
(266, 262, '0-10V', 688, 689),
(267, 262, '3-Wire Dimming', 690, 691),
(268, 262, 'Lutron Hi-Lume 3-wire/EcoSystem', 692, 693),
(269, 262, 'Lutron Hi-Lume 2-wire', 694, 695),
(270, 262, 'Lutron EcoSystem H', 696, 697),
(278, 9, '1 Light', 337, 338),
(279, 9, '2 Lights', 339, 340),
(280, 9, '3 Lights', 341, 342),
(281, 9, '4 Lights', 343, 344),
(282, 9, '5 Lights', 345, 346),
(283, 9, '6 Lights', 347, 348),
(284, 9, '7 Lights', 349, 350),
(285, 9, '8 or more Lights', 351, 352),
(311, 7, 'Configuration', 233, 256),
(313, 7, 'Length', 257, 286),
(314, 311, 'Continuous', 234, 235),
(315, 311, 'With Corners', 236, 237),
(317, 311, 'With Lit Corners', 238, 239),
(318, 313, 'Less than 1 Ft', 258, 259),
(319, 313, '1 Ft', 260, 261),
(320, 313, '2 Ft', 262, 263),
(321, 313, '3 Ft', 264, 265),
(322, 313, '4 Ft', 266, 267),
(323, 313, '5 Ft', 268, 269),
(324, 313, '6 Ft', 270, 271),
(325, 313, '7 Ft', 272, 273),
(326, 313, '8 Ft', 274, 275),
(327, 313, '9 Ft', 276, 277),
(328, 313, '10 Ft', 278, 279),
(329, 313, '11 Ft', 280, 281),
(330, 15, 'watt', 509, 548),
(331, 330, '3 or less W', 510, 511),
(332, 330, '5 W', 512, 513),
(333, 330, '10 W', 514, 515),
(334, 330, '15 W', 516, 517),
(335, 330, '20 W', 518, 519),
(336, 330, '30 W', 520, 521),
(337, 330, '30 - 50 W', 522, 523),
(338, 330, '50 - 75 W', 524, 525),
(339, 330, '75 - 100 W', 526, 527),
(340, 330, '100 - 150 W', 528, 529),
(341, 330, '150 - 250 W', 530, 531),
(342, 330, '250 -350 W', 532, 533),
(343, 15, 'watt_linear', 549, 568),
(344, 343, '1 W / Ft or less', 550, 551),
(345, 343, '1-2 W / Ft', 552, 553),
(346, 343, '2-3 W / Ft', 554, 555),
(347, 343, '3-5 W / Ft', 556, 557),
(348, 343, '5-7 W / Ft', 558, 559),
(349, 343, '7-10 W / Ft', 560, 561),
(350, 343, '10-15 W / Ft', 562, 563),
(351, 343, '15-25 W / Ft', 564, 565),
(356, 11, '60 or higher', 401, 402),
(357, 11, '70 or higher', 403, 404),
(358, 11, '80 or higher', 405, 406),
(360, 11, '90 or higher', 407, 408),
(361, 11, '95 or higher', 409, 410),
(362, 16, 'Lumens', 571, 628),
(363, 16, 'Lumens linear', 629, 652),
(364, 362, '100 Lm or less', 572, 573),
(365, 362, '200 Lm', 574, 575),
(366, 362, '300 Lm', 576, 577),
(367, 362, '500 Lm', 578, 579),
(368, 362, '750 Lm', 580, 581),
(369, 362, '1,000 Lm', 582, 583),
(370, 362, '1,500 Lm', 584, 585),
(371, 362, '2,000 Lm', 586, 587),
(372, 362, '2,500 Lm', 588, 589),
(373, 362, '3,000 Lm', 590, 591),
(374, 362, '4,000 Lm', 592, 593),
(375, 362, '5,000 Lm', 594, 595),
(376, 362, '6,000 Lm', 596, 597),
(377, 362, '8,000 Lm', 598, 599),
(378, 363, '100 Lm/Ft', 630, 631),
(379, 363, '200 Lm/Ft', 632, 633),
(380, 363, '300 Lm/Ft', 634, 635),
(381, 363, '400 Lm/Ft', 636, 637),
(382, 363, '500 Lm/Ft', 638, 639),
(383, 363, '750 Lm/Ft', 640, 641),
(384, 363, '1,000 Lm/Ft', 642, 643),
(385, 363, '1,500 Lm/Ft', 644, 645),
(386, 22, '1\" or less', 893, 894),
(387, 22, '2\" or less', 895, 896),
(388, 22, '3\" or less', 897, 898),
(389, 22, '4\" or less', 899, 900),
(390, 22, '5\" or less', 901, 902),
(391, 22, '6\" or less', 903, 904),
(392, 22, '7\" or less', 905, 906),
(393, 22, '8\" or less', 907, 908),
(394, 22, '10\" or less', 909, 910),
(395, 22, '12\" or less', 911, 912),
(396, 22, '16\" or less', 913, 914),
(397, 12, 'Night Sky', 467, 470),
(398, 397, 'Night Sky', 468, 469),
(399, 17, '30 Lm/Wt or higher', 655, 656),
(400, 17, '50 Lm/Wt or higher', 657, 658),
(401, 17, '70 Lm/Wt or higher', 659, 660),
(402, 17, '90 Lm/Wt or higher', 661, 662),
(403, 17, '120 Lm/Wt or higher', 663, 664),
(404, 17, '150 Lm/Wt or higher', 665, 666),
(405, 23, 'UL/ETL', 921, 928),
(406, 23, 'Energy', 929, 936),
(407, 23, 'ADA', 937, 944),
(408, 405, 'UL', 922, 923),
(409, 405, 'ETL', 924, 925),
(410, 405, 'CSA', 926, 927),
(411, 406, 'Energy Star**', 930, 931),
(412, 406, 'Title 24**', 932, 933),
(413, 406, 'DLC**', 934, 935),
(414, 407, 'ADA', 938, 939),
(415, 407, 'Made in USA', 940, 941),
(416, 407, 'IBEW', 942, 943),
(417, 240, '30,000 or more', 488, 489),
(418, 240, '50,000 or more', 490, 491),
(419, 240, '75,000 or more', 492, 493),
(420, 240, '100,000 or more', 494, 495),
(421, 240, '150,000 or more', 496, 497),
(423, 241, '25,000 or more TM21', 500, 501),
(424, 241, '35,000 or more TM21', 502, 503),
(425, 241, '60,000 TM21', 504, 505),
(426, 1, 'Manufacturers', 966, 1329),
(427, 426, '1', 967, 968),
(428, 426, '2', 969, 970),
(429, 426, '3', 971, 972),
(430, 426, '4', 973, 974),
(431, 426, '5', 975, 976),
(432, 426, '6', 977, 978),
(433, 426, '7', 979, 980),
(435, 426, '9', 981, 982),
(436, 426, '10', 983, 984),
(438, 426, '12', 985, 986),
(439, 426, '13', 987, 988),
(440, 426, '14', 989, 990),
(442, 1, 'Brands', 1330, 1359),
(443, 442, '4', 1331, 1332),
(444, 442, '2', 1333, 1334),
(446, 198, '208 V', 800, 801),
(448, 2, 'Low Bay', 59, 60),
(449, 2, 'Industrial/Utility', 61, 62),
(450, 4, 'Clean Room', 155, 156),
(451, 4, 'MRI', 157, 158),
(452, 5, 'Rectangular', 167, 168),
(453, 5, 'Linear', 169, 170),
(454, 5, 'Other', 171, 172),
(455, 6, '1 Ft x 4 Ft', 221, 222),
(457, 6, '2 Ft x 2 Ft', 223, 224),
(458, 311, 'Side Lit Continuous', 240, 241),
(459, 311, 'With Side Lit Corners', 242, 243),
(460, 311, 'Wall to Ceiling Lit', 244, 245),
(461, 311, 'Modular', 246, 247),
(462, 311, 'Quick Connect', 248, 249),
(463, 311, 'Daisy Chain', 250, 251),
(464, 313, '12 Ft', 282, 283),
(465, 313, 'more than 12 Ft', 284, 285),
(466, 8, 'Basket', 315, 316),
(467, 8, 'Decorative Diffuser', 317, 318),
(468, 8, 'Clear Lens', 319, 320),
(469, 8, 'Louvers', 321, 322),
(470, 8, 'Shielded', 323, 324),
(471, 10, 'Green', 391, 392),
(472, 10, 'Red', 393, 394),
(473, 10, 'Yellow/Amber', 395, 396),
(474, 180, 'Omni-Directional', 420, 421),
(475, 180, 'Pattern', 422, 423),
(477, 261, 'Dimmable to 1%', 672, 673),
(481, 197, 'Solar', 782, 783),
(482, 216, 'Wood Trimless', 834, 835),
(483, 216, 'Concrete', 836, 837),
(484, 216, 'Concrete Drive Over', 838, 839),
(485, 216, 'Concrete Trimless', 840, 841),
(486, 216, 'Trimless Drive Over', 842, 843),
(487, 216, 'Ground', 844, 845),
(488, 216, 'Masonry', 846, 847),
(489, 216, 'Masonry Trimless', 848, 849),
(490, 216, 'Masonry Drive Over', 850, 851),
(491, 218, 'Direct Burial', 884, 885),
(492, 218, 'Concrete Pour', 886, 887),
(493, 218, 'Drywall Thickness', 888, 889),
(494, 25, '2 Weeks or less', 961, 962),
(495, 25, '4 Weeks or less', 963, 964),
(496, 1, 'Light Source', 1360, 1383),
(497, 496, 'LED Fixture', 1361, 1362),
(498, 496, 'OLED Fixture', 1363, 1364),
(499, 496, 'LED PAR 20 - Bulb', 1365, 1366),
(500, 362, '10,000 Lm', 600, 601),
(501, 362, '15,000 Lm', 602, 603),
(502, 362, '20,000 Lm', 604, 605),
(503, 362, '25,000 Lm', 606, 607),
(504, 362, '30,000 Lm', 608, 609),
(505, 362, '40,000 Lm', 610, 611),
(506, 362, '50,000 Lm', 612, 613),
(507, 362, '75,000 Lm', 614, 615),
(508, 362, '100,000 Lm', 616, 617),
(509, 362, '125,000 Lm', 618, 619),
(510, 362, '150,000 Lm', 620, 621),
(511, 362, '200,000 Lm', 622, 623),
(512, 362, '300,000 Lm', 624, 625),
(513, 362, '500,000 Lm or more', 626, 627),
(514, 363, '2,000 Lm/Ft', 646, 647),
(515, 363, '2,500 Lm/Ft', 648, 649),
(516, 363, '3,000 or more Lm/Ft', 650, 651),
(517, 19, 'Controls', 745, 774),
(518, 517, 'Integral OC/Daylight', 746, 747),
(519, 517, 'Wireless', 748, 749),
(520, 426, '17', 991, 992),
(521, 426, '18', 993, 994),
(522, 426, '19', 995, 996),
(523, 8, 'Other', 325, 326),
(524, 184, 'Area 90°', 450, 451),
(525, 184, 'Petroleum', 452, 453),
(526, 184, 'Dealership', 454, 455),
(527, 184, 'General', 456, 457),
(528, 199, 'EM Remote', 808, 809),
(529, 6, '2 Ft x 4 Ft', 225, 226),
(530, 6, '4 Ft x 4 Ft', 227, 228),
(531, 22, '18\" or less', 915, 916),
(534, 496, 'LED PAR 30 - Bulb', 1367, 1368),
(535, 496, 'LED PAR 38 - Bulb', 1369, 1370),
(536, 496, 'LED AR - Bulb', 1371, 1372),
(537, 496, 'LED MR - Bulb', 1373, 1374),
(538, 496, 'LED A - Bulb', 1375, 1376),
(539, 184, 'Volumetric', 458, 459),
(540, 426, '20', 997, 998),
(541, 426, '21', 999, 1000),
(542, 426, '22', 1001, 1002),
(543, 2, 'Multiple Lighting', 63, 64),
(544, 13, 'Locking Adjustable', 481, 482),
(545, 13, 'Hot Aiming w/Locking', 483, 484),
(546, 198, '240 V', 802, 803),
(547, 8, 'Optical Accessories', 327, 328),
(548, 8, 'xx Flat Diffuser', 329, 330),
(549, 8, 'xx Micro Optics', 331, 332),
(550, 426, '23', 1003, 1004),
(552, 426, '25', 1005, 1006),
(553, 426, '26', 1007, 1008),
(554, 343, '25 W / Ft or more', 566, 567),
(555, 426, '27', 1009, 1010),
(557, 8, 'Curved/Sloped Diffuser', 333, 334),
(558, 426, '28', 1011, 1012),
(559, 184, 'Direct View', 460, 461),
(560, 330, '350 - 500 W', 534, 535),
(561, 426, '29', 1013, 1014),
(562, 426, '30', 1015, 1016),
(563, 517, 'Motion/Photocell', 750, 751),
(564, 426, '31', 1017, 1018),
(565, 426, '32', 1019, 1020),
(566, 442, '5', 1335, 1336),
(567, 517, 'Photocell', 752, 753),
(568, 330, '500 ‐ 750 W', 536, 537),
(569, 330, '750 ‐ 1000 W', 538, 539),
(570, 330, '1000 - 1500 W', 540, 541),
(571, 330, '1500 - 2000 W', 542, 543),
(572, 330, '2000 or more', 544, 545),
(573, 426, '33', 1021, 1022),
(574, 426, '34', 1023, 1024),
(575, 426, '35', 1025, 1026),
(576, 10, 'Tunable White', 397, 398),
(577, 2, 'Wall Wash Linear', 65, 66),
(578, 426, '36', 1027, 1028),
(579, 6, '18\"', 229, 230),
(580, 311, 'Side to Side', 252, 253),
(581, 426, '37', 1029, 1030),
(582, 426, '38', 1031, 1032),
(583, 184, 'Forward Throw', 462, 463),
(585, 426, '39', 1033, 1034),
(588, 442, '6', 1337, 1338),
(589, 22, '24\" or less. TEST', 917, 918),
(590, 426, '40', 1035, 1036),
(599, 517, 'Lumentalk™', 754, 755),
(600, 517, 'Fifth Light®', 756, 757),
(601, 517, 'Redwood®', 758, 759),
(602, 517, 'XPoint™ Wireless', 760, 761),
(603, 517, 'Lutron®', 762, 763),
(604, 517, 'Ethernet', 764, 765),
(605, 517, 'nLight®', 766, 767),
(608, 517, 'xxx Advanced Mark 10 LV', 768, 769),
(609, 517, 'Enlighted', 770, 771),
(611, 426, '41', 1037, 1038),
(612, 442, '7', 1339, 1340),
(613, 426, '42', 1039, 1040),
(614, 517, 'Daintree Networks', 772, 773),
(615, 442, '8', 1341, 1342),
(616, 426, '43', 1041, 1042),
(617, 261, 'Dimmable to 0.1%*', 674, 675),
(618, 261, 'Bi-Level Switching', 676, 677),
(619, 261, 'Step Dimming', 678, 679),
(620, 262, 'Lutron EcoSystem 5', 698, 699),
(621, 262, 'DALI', 700, 701),
(622, 262, 'DVI', 702, 703),
(623, 262, 'DMX', 704, 705),
(624, 262, 'Step Dimming', 706, 707),
(625, 262, 'Built-in dimmer', 708, 709),
(626, 262, 'Bi-Level Switching', 710, 711),
(627, 262, 'Hi/Low Switching', 712, 713),
(628, 262, 'Fifth Light DALI', 714, 715),
(629, 262, 'Hi-lume Premier 3-wire', 716, 717),
(630, 262, 'Hi-lume Premier EcoSystem', 718, 719),
(631, 262, 'eldoLED ECO 0-10V', 720, 721),
(632, 262, 'eldoLED SOLO 0-10V', 722, 723),
(633, 262, 'eldoLED SOLO DALI', 724, 725),
(634, 262, 'eldoLED POWE DMX/RDM', 726, 727),
(635, 262, 'Advanced Mark 10 LV', 728, 729),
(636, 262, 'Other LED dimming', 730, 731),
(637, 261, 'Non-Dimmable', 680, 681),
(638, 426, '44', 1043, 1044),
(639, 442, '9', 1343, 1344),
(640, 426, '45', 1045, 1046),
(641, 262, 'Ethernet', 732, 733),
(642, 311, 'Standalone', 254, 255),
(643, 426, '46', 1047, 1048),
(644, 442, '10', 1345, 1346),
(645, 426, '47', 1049, 1050),
(646, 426, '48', 1051, 1052),
(647, 184, 'Aisle', 464, 465),
(648, 426, '51', 1053, 1054),
(649, 2, 'Landscape & Path Light', 67, 68),
(650, 442, '11', 1347, 1348),
(651, 426, '52', 1055, 1056),
(652, 3, 'Track/Busway Recessed', 121, 122),
(653, 2, 'Luminous Surfaces', 69, 70),
(654, 2, 'Custom', 71, 72),
(655, 2, 'Theatrical', 73, 74),
(656, 1, 'LED Brand', 1384, 1397),
(657, 2, 'Track Lighting', 75, 76),
(658, 2, 'Accent', 77, 78),
(659, 2, 'Multiple', 79, 80),
(660, 2, 'In-grade', 81, 82),
(661, 426, '53', 1057, 1058),
(662, 262, 'Lutron EcoSystem', 734, 735),
(663, 426, '54', 1059, 1060),
(664, 3, 'Monorail', 123, 124),
(665, 4, 'Food Processing', 159, 160),
(666, 3, 'Wall Arm', 125, 126),
(667, 426, '55', 1061, 1062),
(668, 426, '56', 1063, 1064),
(669, 426, '57', 1065, 1066),
(670, 426, '58', 1067, 1068),
(671, 426, '59', 1069, 1070),
(672, 426, '60', 1071, 1072),
(673, 656, 'Xicato', 1385, 1386),
(674, 656, 'Bridgelux', 1387, 1388),
(675, 656, 'Cree', 1389, 1390),
(676, 656, 'Philips', 1391, 1392),
(677, 656, 'Samsung', 1393, 1394),
(678, 656, 'Osram', 1395, 1396),
(679, 426, '61', 1073, 1074),
(680, 262, 'EldoLED 0-10V', 736, 737),
(681, 262, 'EldoLED DALI', 738, 739),
(682, 262, 'EldoLED DMX/RDM', 740, 741),
(683, 262, 'Lutron Hi-Lume', 742, 743),
(684, 426, '62', 1075, 1076),
(685, 426, '63', 1077, 1078),
(686, 426, '64', 1079, 1080),
(687, 426, '65', 1081, 1082),
(688, 426, '66', 1083, 1084),
(689, 426, '67', 1085, 1086),
(690, 426, '68', 1087, 1088),
(691, 426, '69', 1089, 1090),
(692, 426, '70', 1091, 1092),
(693, 426, '71', 1093, 1094),
(694, 330, '25 W', 546, 547),
(695, 442, '12', 1349, 1350),
(696, 426, '72', 1095, 1096),
(697, 426, '73', 1097, 1098),
(698, 426, '74', 1099, 1100),
(699, 426, '75', 1101, 1102),
(700, 426, '76', 1103, 1104),
(701, 426, '77', 1105, 1106),
(702, 426, '78', 1107, 1108),
(703, 426, '79', 1109, 1110),
(704, 426, '80', 1111, 1112),
(705, 426, '81', 1113, 1114),
(706, 426, '82', 1115, 1116),
(707, 426, '83', 1117, 1118),
(708, 426, '84', 1119, 1120),
(709, 426, '88', 1121, 1122),
(710, 426, '89', 1123, 1124),
(711, 426, '90', 1125, 1126),
(712, 426, '91', 1127, 1128),
(713, 426, '92', 1129, 1130),
(714, 426, '93', 1131, 1132),
(715, 426, '94', 1133, 1134),
(716, 426, '95', 1135, 1136),
(717, 426, '96', 1137, 1138),
(718, 426, '97', 1139, 1140),
(719, 426, '98', 1141, 1142),
(720, 426, '99', 1143, 1144),
(721, 426, '100', 1145, 1146),
(722, 426, '101', 1147, 1148),
(723, 426, '102', 1149, 1150),
(724, 426, '103', 1151, 1152),
(725, 426, '104', 1153, 1154),
(726, 426, '105', 1155, 1156),
(727, 426, '106', 1157, 1158),
(729, 426, '108', 1159, 1160),
(730, 426, '110', 1161, 1162),
(731, 426, '111', 1163, 1164),
(732, 426, '112', 1165, 1166),
(733, 426, '113', 1167, 1168),
(734, 426, '114', 1169, 1170),
(735, 426, '115', 1171, 1172),
(736, 426, '116', 1173, 1174),
(737, 426, '117', 1175, 1176),
(738, 426, '118', 1177, 1178),
(739, 426, '119', 1179, 1180),
(740, 426, '120', 1181, 1182),
(741, 426, '121', 1183, 1184),
(742, 426, '122', 1185, 1186),
(743, 442, '13', 1351, 1352),
(744, 426, '123', 1187, 1188),
(745, 426, '124', 1189, 1190),
(746, 426, '125', 1191, 1192),
(747, 426, '126', 1193, 1194),
(748, 426, '127', 1195, 1196),
(749, 426, '128', 1197, 1198),
(750, 496, 'LED Bi-Pin Replacement Module', 1377, 1378),
(751, 496, 'GY6.35 LED bulb', 1379, 1380),
(752, 496, 'Vintage Edison', 1381, 1382),
(753, 426, '129', 1199, 1200),
(754, 426, '130', 1201, 1202),
(755, 426, '131', 1203, 1204),
(756, 426, '132', 1205, 1206),
(757, 426, '133', 1207, 1208),
(758, 426, '134', 1209, 1210),
(759, 426, '135', 1211, 1212),
(760, 426, '136', 1213, 1214),
(761, 426, '137', 1215, 1216),
(762, 426, '138', 1217, 1218),
(763, 426, '139', 1219, 1220),
(764, 426, '140', 1221, 1222),
(765, 426, '141', 1223, 1224),
(766, 426, '142', 1225, 1226),
(767, 426, '143', 1227, 1228),
(768, 426, '144', 1229, 1230),
(769, 426, '145', 1231, 1232),
(770, 426, '146', 1233, 1234),
(771, 426, '147', 1235, 1236),
(772, 426, '148', 1237, 1238),
(773, 426, '149', 1239, 1240),
(774, 426, '150', 1241, 1242),
(775, 426, '151', 1243, 1244),
(776, 426, '152', 1245, 1246),
(777, 426, '153', 1247, 1248),
(778, 426, '154', 1249, 1250),
(779, 426, '155', 1251, 1252),
(780, 426, '156', 1253, 1254),
(781, 426, '157', 1255, 1256),
(782, 426, '158', 1257, 1258),
(783, 426, '159', 1259, 1260),
(784, 426, '160', 1261, 1262),
(785, 442, '14', 1353, 1354),
(786, 426, '161', 1263, 1264),
(787, 426, '162', 1265, 1266),
(789, 426, '164', 1267, 1268),
(790, 426, '165', 1269, 1270),
(791, 426, '166', 1271, 1272),
(792, 426, '167', 1273, 1274),
(793, 426, '168', 1275, 1276),
(794, 426, '169', 1277, 1278),
(795, 426, '170', 1279, 1280),
(796, 426, '171', 1281, 1282),
(797, 426, '172', 1283, 1284),
(798, 426, '174', 1285, 1286),
(799, 426, '175', 1287, 1288),
(800, 426, '176', 1289, 1290),
(801, 426, '177', 1291, 1292),
(802, 442, '15', 1355, 1356),
(803, 426, '178', 1293, 1294),
(804, 426, '179', 1295, 1296),
(805, 426, '180', 1297, 1298),
(806, 426, '181', 1299, 1300),
(807, 426, '182', 1301, 1302),
(808, 426, '183', 1303, 1304),
(809, 442, '16', 1357, 1358),
(810, 426, '184', 1305, 1306),
(811, 426, '185', 1307, 1308),
(812, 426, '186', 1309, 1310),
(813, 426, '187', 1311, 1312),
(814, 426, '188', 1313, 1314),
(815, 426, '189', 1315, 1316),
(816, 426, '190', 1317, 1318),
(817, 426, '191', 1319, 1320),
(818, 426, '192', 1321, 1322),
(819, 426, '195', 1323, 1324),
(820, 426, '196', 1325, 1326),
(821, 426, '197', 1327, 1328);

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

--
-- Table structure for table `specs_list_backup`
--

CREATE TABLE `specs_list_backup` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `spec` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_list_backup`:
--

--
-- Dumping data for table `specs_list_backup`
--

INSERT INTO `specs_list_backup` (`spec_id`, `parent_id`, `spec`, `lft`, `rgt`) VALUES
(1, 0, 'Specifications', 1, 1038),
(2, 1, 'Fixture Type', 2, 67),
(3, 1, 'Mounting', 68, 105),
(4, 1, 'Environment', 106, 137),
(5, 1, 'Shape', 138, 149),
(6, 1, 'Size', 150, 207),
(7, 1, 'Linear Configuration', 208, 261),
(8, 1, 'Aperture Type', 262, 309),
(9, 1, 'Multiples', 310, 327),
(10, 1, 'CCT Color', 328, 373),
(11, 1, 'CRI', 374, 385),
(12, 1, 'Distribution', 386, 443),
(13, 1, 'Aiming', 444, 457),
(14, 1, 'Life Hours', 458, 479),
(15, 1, 'Watt', 480, 539),
(16, 1, 'Lumens Delivered', 540, 623),
(17, 1, 'Efficacy', 624, 637),
(19, 1, 'Controls', 638, 731),
(20, 1, 'Power', 732, 777),
(21, 1, 'Recessed Options', 778, 851),
(22, 1, 'Housing Depth', 852, 879),
(23, 1, 'Compliances', 880, 905),
(24, 1, 'Warranty', 906, 913),
(25, 1, 'Quick Ship', 914, 925),
(26, 2, 'Area and Site', 3, 4),
(27, 2, 'Area Decorative', 5, 6),
(28, 2, 'Facade Media', 7, 8),
(29, 2, 'Floodlight', 9, 10),
(30, 2, 'Floodlight Linear', 11, 12),
(31, 2, 'Façade Architectural', 13, 14),
(32, 2, 'Façade Utility', 15, 16),
(33, 2, 'Pathway/Steplight', 17, 18),
(34, 2, 'Parking Garage/Canopy', 19, 20),
(35, 2, 'Roadway', 21, 22),
(36, 2, 'Accent', 23, 24),
(37, 2, 'Accent Linear', 25, 26),
(38, 2, 'Downlight', 27, 28),
(39, 2, 'Wall Wash', 29, 30),
(40, 2, 'Other', 31, 32),
(41, 2, 'Perimiter/Grazer', 33, 34),
(42, 2, 'General Architectural', 35, 36),
(43, 2, 'Linear Architectural', 37, 38),
(44, 2, 'Decorative', 39, 40),
(45, 2, 'Troffer', 41, 42),
(46, 2, 'Teleconference', 43, 44),
(47, 2, 'Sports', 45, 46),
(48, 2, 'Combo System', 47, 48),
(49, 2, 'Cove Light', 49, 50),
(50, 2, 'Flexible Lighting', 51, 52),
(51, 2, 'Light Panels', 53, 54),
(52, 2, 'Task/Cabinet', 55, 56),
(53, 2, 'High Bay', 57, 58),
(54, 3, 'Pole/Mast Arm', 69, 70),
(55, 3, 'Pole/Post Top', 71, 72),
(56, 3, 'Bollard', 73, 74),
(57, 3, 'Spike/Stem', 75, 76),
(58, 3, 'Canopy Recessed', 77, 78),
(59, 3, 'In-grade', 79, 80),
(60, 3, 'Ceiling Recessed', 81, 82),
(61, 3, 'Ceiling Surface', 83, 84),
(62, 3, 'Millwork Recessed', 85, 86),
(63, 3, 'Monopoint', 87, 88),
(64, 3, 'Pendant', 89, 90),
(65, 3, 'Clamp', 91, 92),
(66, 3, 'Rail', 93, 94),
(67, 3, 'Retrofit', 95, 96),
(68, 3, 'Surface', 97, 98),
(69, 3, 'Track/Busway', 99, 100),
(70, 3, 'Wall Recessed', 101, 102),
(71, 3, 'Wall Surface', 103, 104),
(74, 4, 'Damp', 107, 108),
(75, 4, 'Shower', 109, 110),
(76, 4, 'Wet', 111, 112),
(77, 4, 'Wet IP65', 113, 114),
(78, 4, 'Wet IP66', 115, 116),
(79, 4, 'Wet IP67', 117, 118),
(80, 4, 'Submersible IP68', 119, 120),
(81, 4, 'Natatorium', 121, 122),
(82, 4, 'Hazardous', 123, 124),
(83, 4, 'Marine', 125, 126),
(84, 4, 'Vandal', 127, 128),
(85, 4, 'Refrigerator', 129, 130),
(86, 4, 'Vapor Proof', 131, 132),
(87, 5, 'Round', 139, 140),
(88, 5, 'Square', 141, 142),
(89, 8, 'Diodes', 263, 264),
(90, 8, 'Diodes with Optics', 265, 266),
(91, 8, 'Reflector', 267, 268),
(92, 8, 'Baffle', 269, 270),
(93, 8, 'Beveled', 271, 272),
(94, 8, 'Pinhole', 273, 274),
(95, 8, 'Lensed Reflector', 275, 276),
(96, 8, 'Regressed Diffuser', 277, 278),
(97, 8, 'Flush Diffuser', 279, 280),
(98, 8, 'Drop Diffuser', 281, 282),
(99, 8, 'Direct/Indiret Optics', 283, 284),
(100, 8, 'Light Wave Optics', 285, 286),
(101, 8, 'Parabolic Optics', 287, 288),
(105, 13, 'Adjustable', 445, 446),
(107, 13, 'Hot Aiming', 447, 448),
(108, 13, 'Pre Aimed', 449, 450),
(109, 13, 'Remote Aiming', 451, 452),
(110, 24, '1 Year at least', 907, 908),
(111, 24, '5 Years at least', 909, 910),
(112, 24, '10 Years at least', 911, 912),
(113, 25, 'Stock', 915, 916),
(114, 25, '5 days or less', 917, 918),
(115, 25, '10 days or less', 919, 920),
(141, 6, '0.5\" Width', 151, 152),
(142, 6, '1\" Width', 153, 154),
(143, 6, '2\" Width', 155, 156),
(144, 6, '3\" Width', 157, 158),
(146, 6, '4\" Width', 159, 160),
(147, 6, '5\" Width', 161, 162),
(148, 6, '6\" Width', 163, 164),
(149, 6, '7\" Width', 165, 166),
(150, 6, '8\" Width', 167, 168),
(151, 6, '9\" Width', 169, 170),
(152, 6, '10\" Width', 171, 172),
(153, 6, '12\" Width', 173, 174),
(154, 6, '15\" Width', 175, 176),
(155, 6, '18\" Width', 177, 178),
(156, 6, '2 Ft Width', 179, 180),
(157, 6, '2.5 Ft Width', 181, 182),
(158, 6, '3 Ft Width', 183, 184),
(159, 6, '4 Ft Width', 185, 186),
(160, 6, '5 Ft Width', 187, 188),
(161, 6, '6 Ft Width', 189, 190),
(162, 6, '8 + Ft Width', 191, 192),
(163, 6, '1 Ft x 1 Ft', 193, 194),
(164, 6, '1 Ft x 2 Ft', 195, 196),
(180, 12, 'Distribution Directions', 387, 398),
(181, 180, 'Direct', 388, 389),
(182, 180, 'Indirect', 390, 391),
(183, 180, 'Direct/Indirect', 392, 393),
(184, 12, 'Distribution Type', 399, 438),
(185, 184, 'Narrow', 400, 401),
(186, 184, 'Medium', 402, 403),
(187, 184, 'Flood', 404, 405),
(188, 184, 'Wide Flood', 406, 407),
(189, 184, 'Asymmetric/Wash', 408, 409),
(190, 184, 'Batwing', 410, 411),
(191, 184, 'Grazing', 412, 413),
(192, 184, 'Area I', 414, 415),
(193, 184, 'Area II', 416, 417),
(194, 184, 'Area III', 418, 419),
(195, 184, 'Area IV', 420, 421),
(196, 184, 'Area V', 422, 423),
(197, 20, 'Integral', 733, 740),
(198, 20, 'Voltage', 741, 760),
(199, 20, 'EM', 761, 766),
(200, 20, 'Track', 767, 776),
(201, 197, 'Integral', 734, 735),
(202, 197, 'Remote', 736, 737),
(203, 198, 'Low Voltage', 742, 743),
(204, 198, 'UNV 120-277 V', 744, 745),
(205, 198, '120 V', 746, 747),
(206, 198, '277 V', 748, 749),
(207, 198, '347 V', 750, 751),
(208, 198, '480 V', 752, 753),
(209, 198, 'UNC 347-480 V', 754, 755),
(210, 199, 'EM Integral', 762, 763),
(211, 200, '1 Circuit Track', 768, 769),
(212, 200, '2 Circuits Track', 770, 771),
(213, 200, '3 Circuits Track', 772, 773),
(214, 200, '3+ Circuits Track', 774, 775),
(216, 21, 'Installation', 779, 812),
(218, 21, 'Housing Type', 813, 850),
(220, 216, 'Drywall', 780, 781),
(221, 216, 'Drywall Trimless', 782, 783),
(222, 216, 'T-Grid', 784, 785),
(223, 216, 'Tech Zone', 786, 787),
(224, 216, 'Wood', 788, 789),
(225, 218, 'New Construction', 814, 815),
(226, 218, 'New IC', 816, 817),
(227, 218, 'New Chicago Plenum', 818, 819),
(228, 218, 'Remodel', 820, 821),
(229, 218, 'Remodel IC', 822, 823),
(230, 218, 'Retrofit', 824, 825),
(231, 218, 'Junction Box', 826, 827),
(232, 218, 'Fixture', 828, 829),
(233, 218, 'Modular Through', 830, 831),
(234, 218, 'New Air Tight', 832, 833),
(235, 218, 'New IC Air Tight', 834, 835),
(236, 218, 'Remodel Air Tight', 836, 837),
(237, 218, 'Remodel IC Air Tight', 838, 839),
(238, 218, 'Remodel Chicago Plenum', 840, 841),
(239, 218, 'Air Return', 842, 843),
(240, 14, 'LM-80', 459, 470),
(241, 14, 'TM-21', 471, 478),
(243, 10, 'Amber (WildLife)', 329, 330),
(244, 10, '2400K or less', 331, 332),
(245, 10, '2700K', 333, 334),
(246, 10, '2700K Warm Dim', 335, 336),
(247, 10, '3000K', 337, 338),
(248, 10, '3000K Warm Dim', 339, 340),
(249, 10, '3500K', 341, 342),
(250, 10, '3500K Warm Dim', 343, 344),
(251, 10, '4000K', 345, 346),
(252, 10, '4500K', 347, 348),
(253, 10, '5000K', 349, 350),
(254, 10, '5500K', 351, 352),
(255, 10, '5700K', 353, 354),
(256, 10, '6000K', 355, 356),
(257, 10, 'RGB', 357, 358),
(258, 10, 'RGBW', 359, 360),
(259, 10, 'RGBA', 361, 362),
(260, 10, 'Blue', 363, 364),
(261, 19, 'Dimming Range', 639, 650),
(262, 19, 'Dimming Type', 651, 700),
(263, 261, 'Dimmable', 640, 641),
(264, 262, 'TRIAC/Forward/Leading', 652, 653),
(265, 262, 'ELV/Reverse/Trailing', 654, 655),
(266, 262, '0-10V', 656, 657),
(267, 262, '3-Wire Dimming', 658, 659),
(268, 262, 'Lutron Hi-Lume 3-wire/EcoSystem', 660, 661),
(269, 262, 'Lutron Hi-Lume 2-wire', 662, 663),
(270, 262, 'Lutron EcoSystem H', 664, 665),
(278, 9, '1', 311, 312),
(279, 9, '2', 313, 314),
(280, 9, '3', 315, 316),
(281, 9, '4', 317, 318),
(282, 9, '5', 319, 320),
(283, 9, '6', 321, 322),
(284, 9, '7', 323, 324),
(285, 9, '8 or more', 325, 326),
(311, 7, 'Configuration', 209, 230),
(313, 7, 'Length', 231, 260),
(314, 311, 'Continuous', 210, 211),
(315, 311, 'With Corners', 212, 213),
(317, 311, 'With Lit Corners', 214, 215),
(318, 313, 'Less than 1 Ft', 232, 233),
(319, 313, '1 Ft', 234, 235),
(320, 313, '2 Ft', 236, 237),
(321, 313, '3 Ft', 238, 239),
(322, 313, '4 Ft', 240, 241),
(323, 313, '5 Ft', 242, 243),
(324, 313, '6 Ft', 244, 245),
(325, 313, '7 Ft', 246, 247),
(326, 313, '8 Ft', 248, 249),
(327, 313, '9 Ft', 250, 251),
(328, 313, '10 Ft', 252, 253),
(329, 313, '11 Ft', 254, 255),
(330, 15, 'watt', 481, 518),
(331, 330, '3 or less W', 482, 483),
(332, 330, '3 - 5 W', 484, 485),
(333, 330, '5 - 10 W', 486, 487),
(334, 330, '10 - 15 W', 488, 489),
(335, 330, '15 - 20 W', 490, 491),
(336, 330, '20 - 30 W', 492, 493),
(337, 330, '30 - 50 W', 494, 495),
(338, 330, '50 - 75 W', 496, 497),
(339, 330, '75 - 100 W', 498, 499),
(340, 330, '100 - 150 W', 500, 501),
(341, 330, '150 - 250 W', 502, 503),
(342, 330, '250 -350 W', 504, 505),
(343, 15, 'watt_linear', 519, 538),
(344, 343, '1 W / Ft or less', 520, 521),
(345, 343, '1-2 W / Ft', 522, 523),
(346, 343, '2-3 W / Ft', 524, 525),
(347, 343, '3-5 W / Ft', 526, 527),
(348, 343, '5-7 W / Ft', 528, 529),
(349, 343, '7-10 W / Ft', 530, 531),
(350, 343, '10-15 W / Ft', 532, 533),
(351, 343, '15-25 W / Ft', 534, 535),
(356, 11, '60 or higher', 375, 376),
(357, 11, '70 or higher', 377, 378),
(358, 11, '80 or higher', 379, 380),
(360, 11, '90 or higher', 381, 382),
(361, 11, '95 or higher', 383, 384),
(362, 16, 'Lumens', 541, 598),
(363, 16, 'Lumens linear', 599, 622),
(364, 362, '100 Lm or less', 542, 543),
(365, 362, '200 Lm', 544, 545),
(366, 362, '300 Lm', 546, 547),
(367, 362, '500 Lm', 548, 549),
(368, 362, '750 Lm', 550, 551),
(369, 362, '1,000 Lm', 552, 553),
(370, 362, '1,500 Lm', 554, 555),
(371, 362, '2,000 Lm', 556, 557),
(372, 362, '2,500 Lm', 558, 559),
(373, 362, '3,000 Lm', 560, 561),
(374, 362, '4,000 Lm', 562, 563),
(375, 362, '5,000 Lm', 564, 565),
(376, 362, '6,000 Lm', 566, 567),
(377, 362, '8,000 Lm', 568, 569),
(378, 363, '100 Lm/Ft', 600, 601),
(379, 363, '200 Lm/Ft', 602, 603),
(380, 363, '300 Lm/Ft', 604, 605),
(381, 363, '400 Lm/Ft', 606, 607),
(382, 363, '500 Lm/Ft', 608, 609),
(383, 363, '750 Lm/Ft', 610, 611),
(384, 363, '1,000 Lm/Ft', 612, 613),
(385, 363, '1,500 Lm/Ft', 614, 615),
(386, 22, '1\" or less', 853, 854),
(387, 22, '2\" or less', 855, 856),
(388, 22, '3\" or less', 857, 858),
(389, 22, '4\" or less', 859, 860),
(390, 22, '5\" or less', 861, 862),
(391, 22, '6\" or less', 863, 864),
(392, 22, '7\" or less', 865, 866),
(393, 22, '8\" or less', 867, 868),
(394, 22, '10\" or less', 869, 870),
(395, 22, '12\" or less', 871, 872),
(396, 22, '16\" or less', 873, 874),
(397, 12, 'Night Sky', 439, 442),
(398, 397, 'Night Sky', 440, 441),
(399, 17, '30 Lm/Wt or higher', 625, 626),
(400, 17, '50 Lm/Wt or higher', 627, 628),
(401, 17, '70 Lm/Wt or higher', 629, 630),
(402, 17, '90 Lm/Wt or higher', 631, 632),
(403, 17, '120 Lm/Wt or higher', 633, 634),
(404, 17, '150 Lm/Wt or higher', 635, 636),
(405, 23, 'UL/ETL', 881, 888),
(406, 23, 'Energy', 889, 896),
(407, 23, 'ADA', 897, 904),
(408, 405, 'UL', 882, 883),
(409, 405, 'ETL', 884, 885),
(410, 405, 'CSA', 886, 887),
(411, 406, 'Energy Star**', 890, 891),
(412, 406, 'Title 24**', 892, 893),
(413, 406, 'DLC**', 894, 895),
(414, 407, 'ADA', 898, 899),
(415, 407, 'Made in USA', 900, 901),
(416, 407, 'IBEW', 902, 903),
(417, 240, '30,000 or more', 460, 461),
(418, 240, '50,000 or more', 462, 463),
(419, 240, '75,000 or more', 464, 465),
(420, 240, '100,000 or more', 466, 467),
(421, 240, '150,000 or more', 468, 469),
(423, 241, '25,000 or more TM21', 472, 473),
(424, 241, '35,000 or more TM21', 474, 475),
(425, 241, '60,000 TM21', 476, 477),
(426, 1, 'Manufacturers', 926, 1005),
(427, 426, '1', 927, 928),
(428, 426, '2', 929, 930),
(429, 426, '3', 931, 932),
(430, 426, '4', 933, 934),
(431, 426, '5', 935, 936),
(432, 426, '6', 937, 938),
(433, 426, '7', 939, 940),
(435, 426, '9', 941, 942),
(436, 426, '10', 943, 944),
(438, 426, '12', 945, 946),
(439, 426, '13', 947, 948),
(440, 426, '14', 949, 950),
(442, 1, 'Brands', 1006, 1019),
(443, 442, '4', 1007, 1008),
(444, 442, '2', 1009, 1010),
(446, 198, '208 V', 756, 757),
(448, 2, 'Low Bay', 59, 60),
(449, 2, 'Industrial/Utility', 61, 62),
(450, 4, 'Clean Room', 133, 134),
(451, 4, 'MRI', 135, 136),
(452, 5, 'Rectangular', 143, 144),
(453, 5, 'Linear', 145, 146),
(454, 5, 'Other', 147, 148),
(455, 6, '1 Ft x 4 Ft', 197, 198),
(457, 6, '2 Ft x 2 Ft', 199, 200),
(458, 311, 'Side Lit Continuous', 216, 217),
(459, 311, 'With Side Lit Corners', 218, 219),
(460, 311, 'Wall to Ceiling Lit', 220, 221),
(461, 311, 'Modular', 222, 223),
(462, 311, 'Quick Connect', 224, 225),
(463, 311, 'Daisy Chain', 226, 227),
(464, 313, '12 Ft', 256, 257),
(465, 313, 'more than 12 Ft', 258, 259),
(466, 8, 'Basket', 289, 290),
(467, 8, 'Decorative Diffuser', 291, 292),
(468, 8, 'Clear Lens', 293, 294),
(469, 8, 'Louvers', 295, 296),
(470, 8, 'Shielded', 297, 298),
(471, 10, 'Green', 365, 366),
(472, 10, 'Red', 367, 368),
(473, 10, 'Yellow/Amber', 369, 370),
(474, 180, 'Omni-Directional', 394, 395),
(475, 180, 'Pattern', 396, 397),
(477, 261, 'Dimmable to 1%*', 642, 643),
(481, 197, 'Solar', 738, 739),
(482, 216, 'Wood Trimless', 790, 791),
(483, 216, 'Concrete', 792, 793),
(484, 216, 'Concrete Drive Over', 794, 795),
(485, 216, 'Concrete Trimless', 796, 797),
(486, 216, 'Trimless Drive Over', 798, 799),
(487, 216, 'Ground', 800, 801),
(488, 216, 'Masonry', 802, 803),
(489, 216, 'Masonry Trimless', 804, 805),
(490, 216, 'Masonry Drive Over', 806, 807),
(491, 218, 'Direct Burial', 844, 845),
(492, 218, 'Concrete Pour', 846, 847),
(493, 218, 'Drywall Thickness', 848, 849),
(494, 25, '2 Weeks or less', 921, 922),
(495, 25, '4 Weeks or less', 923, 924),
(496, 1, 'Source', 1020, 1037),
(497, 496, 'LED Fixture', 1021, 1022),
(498, 496, 'OLED Fixture', 1023, 1024),
(499, 496, 'LED PAR 20 - Bulb', 1025, 1026),
(500, 362, '10,000 Lm', 570, 571),
(501, 362, '15,000 Lm', 572, 573),
(502, 362, '20,000 Lm', 574, 575),
(503, 362, '25,000 Lm', 576, 577),
(504, 362, '30,000 Lm', 578, 579),
(505, 362, '40,000 Lm', 580, 581),
(506, 362, '50,000 Lm', 582, 583),
(507, 362, '75,000 Lm', 584, 585),
(508, 362, '100,000 Lm', 586, 587),
(509, 362, '125,000 Lm', 588, 589),
(510, 362, '150,000 Lm', 590, 591),
(511, 362, '200,000 Lm', 592, 593),
(512, 362, '300,000 Lm', 594, 595),
(513, 362, '500,000 Lm or more', 596, 597),
(514, 363, '2,000 Lm/Ft', 616, 617),
(515, 363, '2,500 Lm/Ft', 618, 619),
(516, 363, '3,000 or more Lm/Ft', 620, 621),
(517, 19, 'Controls', 701, 730),
(518, 517, 'Integral OC/Daylight', 702, 703),
(519, 517, 'Wireless', 704, 705),
(520, 426, '17', 951, 952),
(521, 426, '18', 953, 954),
(522, 426, '19', 955, 956),
(523, 8, 'Other', 299, 300),
(524, 184, 'Area 90°', 424, 425),
(525, 184, 'Petroleum', 426, 427),
(526, 184, 'Dealership', 428, 429),
(527, 184, 'General', 430, 431),
(528, 199, 'EM Remote', 764, 765),
(529, 6, '2 Ft x 4 Ft', 201, 202),
(530, 6, '4 Ft x 4 Ft', 203, 204),
(531, 22, '18\" or less', 875, 876),
(534, 496, 'LED PAR 30 - Bulb', 1027, 1028),
(535, 496, 'LED PAR 38 - Bulb', 1029, 1030),
(536, 496, 'LED AR - Bulb', 1031, 1032),
(537, 496, 'LED MR - Bulb', 1033, 1034),
(538, 496, 'LED A - Bulb', 1035, 1036),
(539, 184, 'Volumetric', 432, 433),
(540, 426, '20', 957, 958),
(541, 426, '21', 959, 960),
(542, 426, '22', 961, 962),
(543, 2, 'Modular', 63, 64),
(544, 13, 'Locking Adjustable', 453, 454),
(545, 13, 'Hot Aiming w/Locking', 455, 456),
(546, 198, '240 V', 758, 759),
(547, 8, 'Optical Accessories', 301, 302),
(548, 8, 'xx Flat Diffuser', 303, 304),
(549, 8, 'xx Micro Optics', 305, 306),
(550, 426, '23', 963, 964),
(551, 426, '24', 965, 966),
(552, 426, '25', 967, 968),
(553, 426, '26', 969, 970),
(554, 343, '25 W / Ft or more', 536, 537),
(555, 426, '27', 971, 972),
(557, 8, 'Curved/Sloped Diffuser', 307, 308),
(558, 426, '28', 973, 974),
(559, 184, 'Direct View', 434, 435),
(560, 330, '350 - 500 W', 506, 507),
(561, 426, '29', 975, 976),
(562, 426, '30', 977, 978),
(563, 517, 'Motion/Photocell', 706, 707),
(564, 426, '31', 979, 980),
(565, 426, '32', 981, 982),
(566, 442, '5', 1011, 1012),
(567, 517, 'Photocell', 708, 709),
(568, 330, '500 ‐ 750 W', 508, 509),
(569, 330, '750 ‐ 1000 W', 510, 511),
(570, 330, '1000 - 1500 W', 512, 513),
(571, 330, '1500 - 2000 W', 514, 515),
(572, 330, '2000 or more', 516, 517),
(573, 426, '33', 983, 984),
(574, 426, '34', 985, 986),
(575, 426, '35', 987, 988),
(576, 10, 'Tunable White', 371, 372),
(577, 2, 'Wall Wash Linear', 65, 66),
(578, 426, '36', 989, 990),
(579, 6, '18\"', 205, 206),
(580, 311, 'Side to Side', 228, 229),
(581, 426, '37', 991, 992),
(582, 426, '38', 993, 994),
(583, 184, 'Forward Throw', 436, 437),
(585, 426, '39', 995, 996),
(588, 442, '6', 1013, 1014),
(589, 22, '24\" or less. TEST', 877, 878),
(590, 426, '40', 997, 998),
(599, 517, 'Lumentalk™', 710, 711),
(600, 517, 'Fifth Light®', 712, 713),
(601, 517, 'Redwood®', 714, 715),
(602, 517, 'XPoint™ Wireless', 716, 717),
(603, 517, 'Lutron®', 718, 719),
(604, 517, 'Ethernet', 720, 721),
(605, 517, 'nLight®', 722, 723),
(606, 216, 'Recessed Track', 808, 809),
(607, 216, 'Recessed Track Trimless', 810, 811),
(608, 517, 'xxx Advanced Mark 10 LV', 724, 725),
(609, 517, 'Enlighted', 726, 727),
(611, 426, '41', 999, 1000),
(612, 442, '7', 1015, 1016),
(613, 426, '42', 1001, 1002),
(614, 517, 'Daintree Networks', 728, 729),
(615, 442, '8', 1017, 1018),
(616, 426, '43', 1003, 1004),
(617, 261, 'Dimmable to 0%', 644, 645),
(618, 261, 'Bi-Level Switching', 646, 647),
(619, 261, 'Step Dimming', 648, 649),
(620, 262, 'Lutron EcoSystem 5', 666, 667),
(621, 262, 'DALI', 668, 669),
(622, 262, 'DVI', 670, 671),
(623, 262, 'DMX', 672, 673),
(624, 262, 'Step Dimming', 674, 675),
(625, 262, 'Built-in dimmer', 676, 677),
(626, 262, 'Bi-Level Switching', 678, 679),
(627, 262, 'Hi/Low Switching', 680, 681),
(628, 262, 'Fifth Light DALI', 682, 683),
(629, 262, 'Hi-lume Premier 3-wire', 684, 685),
(630, 262, 'Hi-lume Premier EcoSystem', 686, 687),
(631, 262, 'eldoLED ECO 0-10V', 688, 689),
(632, 262, 'eldoLED SOLO 0-10V', 690, 691),
(633, 262, 'eldoLED SOLO DALI', 692, 693),
(634, 262, 'eldoLED POWE DMX/RDM', 694, 695),
(635, 262, 'Advanced Mark 10 LV', 696, 697),
(636, 262, 'Other LED dimming', 698, 699);

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

--
-- Table structure for table `specs_list_lm_new`
--

CREATE TABLE `specs_list_lm_new` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `spec` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_list_lm_new`:
--

--
-- Dumping data for table `specs_list_lm_new`
--

INSERT INTO `specs_list_lm_new` (`spec_id`, `parent_id`, `spec`, `lft`, `rgt`) VALUES
(1, 0, 'Specifications', 1, 1018),
(2, 1, 'Fixture Type', 2, 67),
(3, 1, 'Mounting', 68, 105),
(4, 1, 'Environment', 106, 137),
(5, 1, 'Shape', 138, 149),
(6, 1, 'Size', 150, 207),
(7, 1, 'Linear Configuration', 208, 261),
(8, 1, 'Aperture Type', 262, 309),
(9, 1, 'Multiples', 310, 327),
(10, 1, 'CCT Color', 328, 373),
(11, 1, 'CRI', 374, 385),
(12, 1, 'Distribution', 386, 443),
(13, 1, 'Aiming', 444, 457),
(14, 1, 'Life Hours', 458, 479),
(15, 1, 'Watt', 480, 539),
(16, 1, 'Lumens Delivered', 540, 607),
(17, 1, 'Efficacy', 608, 621),
(19, 1, 'Controls', 622, 721),
(20, 1, 'Power', 722, 767),
(21, 1, 'Recessed Options', 768, 841),
(22, 1, 'Housing Depth', 842, 869),
(23, 1, 'Compliances', 870, 895),
(24, 1, 'Warranty', 896, 903),
(25, 1, 'Quick Ship', 904, 915),
(26, 2, 'Area and Site', 3, 4),
(27, 2, 'Area Decorative', 5, 6),
(28, 2, 'Facade Media', 7, 8),
(29, 2, 'Floodlight', 9, 10),
(30, 2, 'Floodlight Linear', 11, 12),
(31, 2, 'Façade Architectural', 13, 14),
(32, 2, 'Façade Utility', 15, 16),
(33, 2, 'Pathway/Steplight', 17, 18),
(34, 2, 'Parking Garage/Canopy', 19, 20),
(35, 2, 'Roadway', 21, 22),
(36, 2, 'Accent', 23, 24),
(37, 2, 'Accent Linear', 25, 26),
(38, 2, 'Downlight', 27, 28),
(39, 2, 'Wall Wash', 29, 30),
(40, 2, 'Other', 31, 32),
(41, 2, 'Perimiter/Grazer', 33, 34),
(42, 2, 'General Architectural', 35, 36),
(43, 2, 'Linear Architectural', 37, 38),
(44, 2, 'Decorative', 39, 40),
(45, 2, 'Troffer', 41, 42),
(46, 2, 'Teleconference', 43, 44),
(47, 2, 'Sports', 45, 46),
(48, 2, 'Combo System', 47, 48),
(49, 2, 'Cove Light', 49, 50),
(50, 2, 'Flexible Lighting', 51, 52),
(51, 2, 'Light Panels', 53, 54),
(52, 2, 'Task/Cabinet', 55, 56),
(53, 2, 'High Bay', 57, 58),
(54, 3, 'Pole/Mast Arm', 69, 70),
(55, 3, 'Pole/Post Top', 71, 72),
(56, 3, 'Bollard', 73, 74),
(57, 3, 'Spike/Stem', 75, 76),
(58, 3, 'Canopy Recessed', 77, 78),
(59, 3, 'In-grade', 79, 80),
(60, 3, 'Ceiling Recessed', 81, 82),
(61, 3, 'Ceiling Surface', 83, 84),
(62, 3, 'Millwork Recessed', 85, 86),
(63, 3, 'Monopoint', 87, 88),
(64, 3, 'Pendant', 89, 90),
(65, 3, 'Clamp', 91, 92),
(66, 3, 'Rail', 93, 94),
(67, 3, 'Retrofit', 95, 96),
(68, 3, 'Surface', 97, 98),
(69, 3, 'Track/Busway', 99, 100),
(70, 3, 'Wall Recessed', 101, 102),
(71, 3, 'Wall Surface', 103, 104),
(74, 4, 'Damp', 107, 108),
(75, 4, 'Shower', 109, 110),
(76, 4, 'Wet', 111, 112),
(77, 4, 'Wet IP65', 113, 114),
(78, 4, 'Wet IP66', 115, 116),
(79, 4, 'Wet IP67', 117, 118),
(80, 4, 'Submersible IP68', 119, 120),
(81, 4, 'Natatorium', 121, 122),
(82, 4, 'Hazardous', 123, 124),
(83, 4, 'Marine', 125, 126),
(84, 4, 'Vandal', 127, 128),
(85, 4, 'Refrigerator', 129, 130),
(86, 4, 'Vapor Proof', 131, 132),
(87, 5, 'Round', 139, 140),
(88, 5, 'Square', 141, 142),
(89, 8, 'Diodes', 263, 264),
(90, 8, 'Diodes with Optics', 265, 266),
(91, 8, 'Reflector', 267, 268),
(92, 8, 'Baffle', 269, 270),
(93, 8, 'Beveled', 271, 272),
(94, 8, 'Pinhole', 273, 274),
(95, 8, 'Lensed Reflector', 275, 276),
(96, 8, 'Regressed Diffuser', 277, 278),
(97, 8, 'Flush Diffuser', 279, 280),
(98, 8, 'Drop Diffuser', 281, 282),
(99, 8, 'Direct/Indiret Optics', 283, 284),
(100, 8, 'Light Wave Optics', 285, 286),
(101, 8, 'Parabolic Optics', 287, 288),
(105, 13, 'Adjustable', 445, 446),
(107, 13, 'Hot Aiming', 447, 448),
(108, 13, 'Pre Aimed', 449, 450),
(109, 13, 'Remote Aiming', 451, 452),
(110, 24, '1 Year at least', 897, 898),
(111, 24, '5 Years at least', 899, 900),
(112, 24, '10 Years at least', 901, 902),
(113, 25, 'Stock', 905, 906),
(114, 25, '5 days or less', 907, 908),
(115, 25, '10 days or less', 909, 910),
(141, 6, '0.5\" Width', 151, 152),
(142, 6, '1\" Width', 153, 154),
(143, 6, '2\" Width', 155, 156),
(144, 6, '3\" Width', 157, 158),
(146, 6, '4\" Width', 159, 160),
(147, 6, '5\" Width', 161, 162),
(148, 6, '6\" Width', 163, 164),
(149, 6, '7\" Width', 165, 166),
(150, 6, '8\" Width', 167, 168),
(151, 6, '9\" Width', 169, 170),
(152, 6, '10\" Width', 171, 172),
(153, 6, '12\" Width', 173, 174),
(154, 6, '15\" Width', 175, 176),
(155, 6, '18\" Width', 177, 178),
(156, 6, '2 Ft Width', 179, 180),
(157, 6, '2.5 Ft Width', 181, 182),
(158, 6, '3 Ft Width', 183, 184),
(159, 6, '4 Ft Width', 185, 186),
(160, 6, '5 Ft Width', 187, 188),
(161, 6, '6 Ft Width', 189, 190),
(162, 6, '8 + Ft Width', 191, 192),
(163, 6, '1 Ft x 1 Ft', 193, 194),
(164, 6, '1 Ft x 2 Ft', 195, 196),
(180, 12, 'Distribution Directions', 387, 398),
(181, 180, 'Direct', 388, 389),
(182, 180, 'Indirect', 390, 391),
(183, 180, 'Direct/Indirect', 392, 393),
(184, 12, 'Distribution Type', 399, 438),
(185, 184, 'Narrow', 400, 401),
(186, 184, 'Medium', 402, 403),
(187, 184, 'Flood', 404, 405),
(188, 184, 'Wide Flood', 406, 407),
(189, 184, 'Asymmetric/Wash', 408, 409),
(190, 184, 'Batwing', 410, 411),
(191, 184, 'Grazing', 412, 413),
(192, 184, 'Area I', 414, 415),
(193, 184, 'Area II', 416, 417),
(194, 184, 'Area III', 418, 419),
(195, 184, 'Area IV', 420, 421),
(196, 184, 'Area V', 422, 423),
(197, 20, 'Integral', 723, 730),
(198, 20, 'Voltage', 731, 750),
(199, 20, 'EM', 751, 756),
(200, 20, 'Track', 757, 766),
(201, 197, 'Integral', 724, 725),
(202, 197, 'Remote', 726, 727),
(203, 198, 'Low Voltage', 732, 733),
(204, 198, 'UNV 120-277 V', 734, 735),
(205, 198, '120 V', 736, 737),
(206, 198, '277 V', 738, 739),
(207, 198, '347 V', 740, 741),
(208, 198, '480 V', 742, 743),
(209, 198, 'UNC 347-480 V', 744, 745),
(210, 199, 'EM Integral', 752, 753),
(211, 200, '1 Circuit Track', 758, 759),
(212, 200, '2 Circuits Track', 760, 761),
(213, 200, '3 Circuits Track', 762, 763),
(214, 200, '3+ Circuits Track', 764, 765),
(216, 21, 'Installation', 769, 802),
(218, 21, 'Housing Type', 803, 840),
(220, 216, 'Drywall', 770, 771),
(221, 216, 'Drywall Trimless', 772, 773),
(222, 216, 'T-Grid', 774, 775),
(223, 216, 'Tech Zone', 776, 777),
(224, 216, 'Wood', 778, 779),
(225, 218, 'New Construction', 804, 805),
(226, 218, 'New IC', 806, 807),
(227, 218, 'New Chicago Plenum', 808, 809),
(228, 218, 'Remodel', 810, 811),
(229, 218, 'Remodel IC', 812, 813),
(230, 218, 'Retrofit', 814, 815),
(231, 218, 'Junction Box', 816, 817),
(232, 218, 'Fixture', 818, 819),
(233, 218, 'Modular Through', 820, 821),
(234, 218, 'New Air Tight', 822, 823),
(235, 218, 'New IC Air Tight', 824, 825),
(236, 218, 'Remodel Air Tight', 826, 827),
(237, 218, 'Remodel IC Air Tight', 828, 829),
(238, 218, 'Remodel Chicago Plenum', 830, 831),
(239, 218, 'Air Return', 832, 833),
(240, 14, 'LM-80', 459, 470),
(241, 14, 'TM-21', 471, 478),
(243, 10, 'Amber (WildLife)', 329, 330),
(244, 10, '2400K or less', 331, 332),
(245, 10, '2700K', 333, 334),
(246, 10, '2700K Warm Dim', 335, 336),
(247, 10, '3000K', 337, 338),
(248, 10, '3000K Warm Dim', 339, 340),
(249, 10, '3500K', 341, 342),
(250, 10, '3500K Warm Dim', 343, 344),
(251, 10, '4000K', 345, 346),
(252, 10, '4500K', 347, 348),
(253, 10, '5000K', 349, 350),
(254, 10, '5500K', 351, 352),
(255, 10, '5700K', 353, 354),
(256, 10, '6000K', 355, 356),
(257, 10, 'RGB', 357, 358),
(258, 10, 'RGBW', 359, 360),
(259, 10, 'RGBA', 361, 362),
(260, 10, 'Blue', 363, 364),
(261, 19, 'Dimming Range', 623, 628),
(262, 19, 'Dimming Type', 629, 692),
(263, 261, 'to 1%', 624, 625),
(264, 262, 'TRIAC/Forward/Leading', 630, 631),
(265, 262, 'ELV/Reverse/Trailing', 632, 633),
(266, 262, '0-10V', 634, 635),
(267, 262, '3-Wire Dimming', 636, 637),
(268, 262, 'Lutron Hi-Lume 3-wire/EcoSystem', 638, 639),
(269, 262, 'Lutron Hi-Lume 2-wire', 640, 641),
(270, 262, 'Lutron EcoSystem H', 642, 643),
(271, 262, 'DALI', 644, 645),
(272, 262, 'DVI', 646, 647),
(273, 262, 'DMX', 648, 649),
(274, 262, 'Step Dimming', 650, 651),
(275, 262, 'Built-in dimmer', 652, 653),
(276, 262, 'Bi-Level Switching', 654, 655),
(277, 262, 'Hi/Low Switching', 656, 657),
(278, 9, '1', 311, 312),
(279, 9, '2', 313, 314),
(280, 9, '3', 315, 316),
(281, 9, '4', 317, 318),
(282, 9, '5', 319, 320),
(283, 9, '6', 321, 322),
(284, 9, '7', 323, 324),
(285, 9, '8 or more', 325, 326),
(311, 7, 'Configuration', 209, 230),
(313, 7, 'Length', 231, 260),
(314, 311, 'Continuous', 210, 211),
(315, 311, 'With Corners', 212, 213),
(317, 311, 'With Lit Corners', 214, 215),
(318, 313, 'Less than 1 Ft', 232, 233),
(319, 313, '1 Ft', 234, 235),
(320, 313, '2 Ft', 236, 237),
(321, 313, '3 Ft', 238, 239),
(322, 313, '4 Ft', 240, 241),
(323, 313, '5 Ft', 242, 243),
(324, 313, '6 Ft', 244, 245),
(325, 313, '7 Ft', 246, 247),
(326, 313, '8 Ft', 248, 249),
(327, 313, '9 Ft', 250, 251),
(328, 313, '10 Ft', 252, 253),
(329, 313, '11 Ft', 254, 255),
(330, 15, 'watt', 481, 518),
(331, 330, '3 or less W', 482, 483),
(332, 330, '3 - 5 W', 484, 485),
(333, 330, '5 - 10 W', 486, 487),
(334, 330, '10 - 15 W', 488, 489),
(335, 330, '15 - 20 W', 490, 491),
(336, 330, '20 - 30 W', 492, 493),
(337, 330, '30 - 50 W', 494, 495),
(338, 330, '50 - 75 W', 496, 497),
(339, 330, '75 - 100 W', 498, 499),
(340, 330, '100 - 150 W', 500, 501),
(341, 330, '150 - 250 W', 502, 503),
(342, 330, '250 -350 W', 504, 505),
(343, 15, 'watt_linear', 519, 538),
(344, 343, '1 W / Ft or less', 520, 521),
(345, 343, '1-2 W / Ft', 522, 523),
(346, 343, '2-3 W / Ft', 524, 525),
(347, 343, '3-5 W / Ft', 526, 527),
(348, 343, '5-7 W / Ft', 528, 529),
(349, 343, '7-10 W / Ft', 530, 531),
(350, 343, '10-15 W / Ft', 532, 533),
(351, 343, '15-25 W / Ft', 534, 535),
(356, 11, '60 or higher', 375, 376),
(357, 11, '70 or higher', 377, 378),
(358, 11, '80 or higher', 379, 380),
(360, 11, '90 or higher', 381, 382),
(361, 11, '95 or higher', 383, 384),
(362, 16, 'Lumens', 541, 582),
(363, 16, 'Lumens linear', 583, 606),
(364, 362, '100 Lm or less', 542, 543),
(365, 362, '100 - 300 Lm', 544, 545),
(366, 362, '300 - 500 Lm', 546, 547),
(367, 362, '500 - 1,000 Lm', 548, 549),
(368, 362, '1,000 - 1,500 Lm', 550, 551),
(369, 362, '1,500 - 2,500 Lm', 552, 553),
(370, 362, '2,500 - 4,000 Lm', 554, 555),
(371, 362, '4,000 - 6,000 Lm', 556, 557),
(372, 362, '6,000 - 10,000 Lm', 558, 559),
(373, 362, '10,000 - 15,000 Lm', 560, 561),
(374, 362, '15,000 - 20,000 Lm', 562, 563),
(375, 362, '20,000 - 30,000 Lm', 564, 565),
(376, 362, '30,000 - 50,000 Lm', 566, 567),
(377, 362, '50,000 - 70,000 Lm', 568, 569),
(378, 363, '100 Lm/Ft or less', 584, 585),
(379, 363, '100 - 200 Lm/Ft', 586, 587),
(380, 363, '200 - 350 Lm/Ft', 588, 589),
(381, 363, '350 - 500 Lm/Ft', 590, 591),
(382, 363, '500 -750 Lm/Ft', 592, 593),
(383, 363, '750 -1,000 Lm/Ft', 594, 595),
(384, 363, '1,000 - 1,500 Lm/Ft', 596, 597),
(385, 363, '1,500 - 2,000 Lm/Ft', 598, 599),
(386, 22, '1\" or less', 843, 844),
(387, 22, '2\" or less', 845, 846),
(388, 22, '3\" or less', 847, 848),
(389, 22, '4\" or less', 849, 850),
(390, 22, '5\" or less', 851, 852),
(391, 22, '6\" or less', 853, 854),
(392, 22, '7\" or less', 855, 856),
(393, 22, '8\" or less', 857, 858),
(394, 22, '10\" or less', 859, 860),
(395, 22, '12\" or less', 861, 862),
(396, 22, '16\" or less', 863, 864),
(397, 12, 'Night Sky', 439, 442),
(398, 397, 'Night Sky', 440, 441),
(399, 17, '30 Lm/Wt or higher', 609, 610),
(400, 17, '50 Lm/Wt or higher', 611, 612),
(401, 17, '70 Lm/Wt or higher', 613, 614),
(402, 17, '90 Lm/Wt or higher', 615, 616),
(403, 17, '120 Lm/Wt or higher', 617, 618),
(404, 17, '150 Lm/Wt or higher', 619, 620),
(405, 23, 'UL/ETL', 871, 878),
(406, 23, 'Energy', 879, 886),
(407, 23, 'ADA', 887, 894),
(408, 405, 'UL', 872, 873),
(409, 405, 'ETL', 874, 875),
(410, 405, 'CSA', 876, 877),
(411, 406, 'Energy Star**', 880, 881),
(412, 406, 'Title 24**', 882, 883),
(413, 406, 'DLC**', 884, 885),
(414, 407, 'ADA', 888, 889),
(415, 407, 'Made in USA', 890, 891),
(416, 407, 'IBEW', 892, 893),
(417, 240, '30,000 or more', 460, 461),
(418, 240, '50,000 or more', 462, 463),
(419, 240, '75,000 or more', 464, 465),
(420, 240, '100,000 or more', 466, 467),
(421, 240, '150,000 or more', 468, 469),
(423, 241, '25,000 or more TM21', 472, 473),
(424, 241, '35,000 or more TM21', 474, 475),
(425, 241, '60,000 TM21', 476, 477),
(426, 1, 'Manufacturers', 916, 989),
(427, 426, '1', 917, 918),
(428, 426, '2', 919, 920),
(429, 426, '3', 921, 922),
(430, 426, '4', 923, 924),
(431, 426, '5', 925, 926),
(432, 426, '6', 927, 928),
(433, 426, '7', 929, 930),
(435, 426, '9', 931, 932),
(436, 426, '10', 933, 934),
(438, 426, '12', 935, 936),
(439, 426, '13', 937, 938),
(440, 426, '14', 939, 940),
(442, 1, 'Brands', 990, 999),
(443, 442, '4', 991, 992),
(444, 442, '2', 993, 994),
(446, 198, '208 V', 746, 747),
(448, 2, 'Low Bay', 59, 60),
(449, 2, 'Industrial/Utility', 61, 62),
(450, 4, 'Clean Room', 133, 134),
(451, 4, 'MRI', 135, 136),
(452, 5, 'Rectangular', 143, 144),
(453, 5, 'Linear', 145, 146),
(454, 5, 'Other', 147, 148),
(455, 6, '1 Ft x 4 Ft', 197, 198),
(457, 6, '2 Ft x 2 Ft', 199, 200),
(458, 311, 'Side Lit Continuous', 216, 217),
(459, 311, 'With Side Lit Corners', 218, 219),
(460, 311, 'Wall to Ceiling Lit', 220, 221),
(461, 311, 'Modular', 222, 223),
(462, 311, 'Quick Connect', 224, 225),
(463, 311, 'Daisy Chain', 226, 227),
(464, 313, '12 Ft', 256, 257),
(465, 313, 'more than 12 Ft', 258, 259),
(466, 8, 'Basket', 289, 290),
(467, 8, 'Decorative Diffuser', 291, 292),
(468, 8, 'Clear Lens', 293, 294),
(469, 8, 'Louvers', 295, 296),
(470, 8, 'Shielded', 297, 298),
(471, 10, 'Green', 365, 366),
(472, 10, 'Red', 367, 368),
(473, 10, 'Yellow/Amber', 369, 370),
(474, 180, 'Omni-Directional', 394, 395),
(475, 180, 'Pattern', 396, 397),
(477, 261, 'to less than 1%', 626, 627),
(478, 262, 'Fifth Light DALI', 658, 659),
(479, 262, 'xxx Redwood', 660, 661),
(481, 197, 'Solar', 728, 729),
(482, 216, 'Wood Trimless', 780, 781),
(483, 216, 'Concrete', 782, 783),
(484, 216, 'Concrete Drive Over', 784, 785),
(485, 216, 'Concrete Trimless', 786, 787),
(486, 216, 'Trimless Drive Over', 788, 789),
(487, 216, 'Ground', 790, 791),
(488, 216, 'Masonry', 792, 793),
(489, 216, 'Masonry Trimless', 794, 795),
(490, 216, 'Masonry Drive Over', 796, 797),
(491, 218, 'Direct Burial', 834, 835),
(492, 218, 'Concrete Pour', 836, 837),
(493, 218, 'Drywall Thickness', 838, 839),
(494, 25, '2 Weeks or less', 911, 912),
(495, 25, '4 Weeks or less', 913, 914),
(496, 1, 'Source', 1000, 1017),
(497, 496, 'LED Fixture', 1001, 1002),
(498, 496, 'OLED Fixture', 1003, 1004),
(499, 496, 'LED PAR 20 - Bulb', 1005, 1006),
(500, 362, '70,000 - 100,000 Lm', 570, 571),
(501, 362, '100,000 - 150,000 Lm', 572, 573),
(502, 362, '150,000 - 250,000Lm', 574, 575),
(503, 362, '250,000 - 400,000 Lm', 576, 577),
(504, 362, '400,000 - 600,000 Lm', 578, 579),
(505, 362, '600,000 Lm or more', 580, 581),
(514, 363, '2,000 - 3,000 Lm/Ft', 600, 601),
(515, 363, '3,000 - 4,000 Lm/Ft', 602, 603),
(516, 363, '4,000 Lm/Ft or more', 604, 605),
(517, 19, 'Controls', 693, 720),
(518, 517, 'Integral OC/Daylight', 694, 695),
(519, 517, 'Wireless', 696, 697),
(520, 426, '17', 941, 942),
(521, 426, '18', 943, 944),
(522, 426, '19', 945, 946),
(523, 8, 'Other', 299, 300),
(524, 184, 'Area 90°', 424, 425),
(525, 184, 'Petroleum', 426, 427),
(526, 184, 'Dealership', 428, 429),
(527, 184, 'General', 430, 431),
(528, 199, 'EM Remote', 754, 755),
(529, 6, '2 Ft x 4 Ft', 201, 202),
(530, 6, '4 Ft x 4 Ft', 203, 204),
(531, 22, '18\" or less', 865, 866),
(532, 262, 'xxx LumenTalk', 662, 663),
(533, 262, 'xxx Ethernet', 664, 665),
(534, 496, 'LED PAR 30 - Bulb', 1007, 1008),
(535, 496, 'LED PAR 38 - Bulb', 1009, 1010),
(536, 496, 'LED AR - Bulb', 1011, 1012),
(537, 496, 'LED MR - Bulb', 1013, 1014),
(538, 496, 'LED A - Bulb', 1015, 1016),
(539, 184, 'Volumetric', 432, 433),
(540, 426, '20', 947, 948),
(541, 426, '21', 949, 950),
(542, 426, '22', 951, 952),
(543, 2, 'Modular', 63, 64),
(544, 13, 'Locking Adjustable', 453, 454),
(545, 13, 'Hot Aiming w/Locking', 455, 456),
(546, 198, '240 V', 748, 749),
(547, 8, 'Optical Accessories', 301, 302),
(548, 8, 'xx Flat Diffuser', 303, 304),
(549, 8, 'xx Micro Optics', 305, 306),
(550, 426, '23', 953, 954),
(551, 426, '24', 955, 956),
(552, 426, '25', 957, 958),
(553, 426, '26', 959, 960),
(554, 343, '25 W / Ft or more', 536, 537),
(555, 426, '27', 961, 962),
(556, 262, 'Other LED dimming', 666, 667),
(557, 8, 'Curved/Sloped Diffuser', 307, 308),
(558, 426, '28', 963, 964),
(559, 184, 'Direct View', 434, 435),
(560, 330, '350 - 500 W', 506, 507),
(561, 426, '29', 965, 966),
(562, 426, '30', 967, 968),
(563, 517, 'Motion/Photocell', 698, 699),
(564, 426, '31', 969, 970),
(565, 426, '32', 971, 972),
(566, 442, '5', 995, 996),
(567, 517, 'Photocell', 700, 701),
(568, 330, '500 ‐ 750 W', 508, 509),
(569, 330, '750 ‐ 1000 W', 510, 511),
(570, 330, '1000 - 1500 W', 512, 513),
(571, 330, '1500 - 2000 W', 514, 515),
(572, 330, '2000 or more', 516, 517),
(573, 426, '33', 973, 974),
(574, 426, '34', 975, 976),
(575, 426, '35', 977, 978),
(576, 10, 'Tunable White', 371, 372),
(577, 2, 'Wall Wash Linear', 65, 66),
(578, 426, '36', 979, 980),
(579, 6, '18\"', 205, 206),
(580, 311, 'Side to Side', 228, 229),
(581, 426, '37', 981, 982),
(582, 426, '38', 983, 984),
(583, 184, 'Forward Throw', 436, 437),
(584, 262, 'xxx Lutron Hi-Lume A', 668, 669),
(585, 426, '39', 985, 986),
(586, 262, 'xxxx eldoLED', 670, 671),
(587, 262, 'Lutron EcoSystem 5', 672, 673),
(588, 442, '6', 997, 998),
(589, 22, '24\" or less. TEST', 867, 868),
(590, 426, '40', 987, 988),
(591, 262, 'Hi-lume Premier 3-wire ', 674, 675),
(592, 262, 'Hi-lume Premier EcoSystem ', 676, 677),
(593, 262, 'eldoLED ECO 0-10V', 678, 679),
(594, 262, 'not used', 680, 681),
(595, 262, 'eldoLED SOLO 0-10V', 682, 683),
(596, 262, 'eldoLED SOLO DALI', 684, 685),
(597, 262, 'eldoLED POWE DMX/RDM', 686, 687),
(598, 262, 'xxx not used', 688, 689),
(599, 517, 'Lumentalk™', 702, 703),
(600, 517, 'Fifth Light®', 704, 705),
(601, 517, 'Redwood®', 706, 707),
(602, 517, 'XPoint™ Wireless', 708, 709),
(603, 517, 'Lutron®', 710, 711),
(604, 517, 'Ethernet', 712, 713),
(605, 517, 'nLight®', 714, 715),
(606, 216, 'Recessed Track', 798, 799),
(607, 216, 'Recessed Track Trimless', 800, 801),
(608, 517, 'xxx Advanced Mark 10 LV', 716, 717),
(609, 517, 'Enlighted', 718, 719),
(610, 262, 'Advanced Mark 10 LV', 690, 691);

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

--
-- Table structure for table `specs_list_lm_old`
--

CREATE TABLE `specs_list_lm_old` (
  `spec_id` smallint(5) UNSIGNED NOT NULL,
  `parent_id` smallint(5) UNSIGNED NOT NULL,
  `spec` varchar(32) NOT NULL,
  `lft` smallint(5) UNSIGNED NOT NULL,
  `rgt` smallint(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_list_lm_old`:
--

--
-- Dumping data for table `specs_list_lm_old`
--

INSERT INTO `specs_list_lm_old` (`spec_id`, `parent_id`, `spec`, `lft`, `rgt`) VALUES
(1, 0, 'Specifications', 1, 1034),
(2, 1, 'Fixture Type', 2, 67),
(3, 1, 'Mounting', 68, 105),
(4, 1, 'Environment', 106, 137),
(5, 1, 'Shape', 138, 149),
(6, 1, 'Size', 150, 207),
(7, 1, 'Linear Configuration', 208, 261),
(8, 1, 'Aperture Type', 262, 309),
(9, 1, 'Multiples', 310, 327),
(10, 1, 'CCT Color', 328, 373),
(11, 1, 'CRI', 374, 385),
(12, 1, 'Distribution', 386, 443),
(13, 1, 'Aiming', 444, 457),
(14, 1, 'Life Hours', 458, 479),
(15, 1, 'Watt', 480, 539),
(16, 1, 'Lumens Delivered', 540, 623),
(17, 1, 'Efficacy', 624, 637),
(19, 1, 'Controls', 638, 737),
(20, 1, 'Power', 738, 783),
(21, 1, 'Recessed Options', 784, 857),
(22, 1, 'Housing Depth', 858, 885),
(23, 1, 'Compliances', 886, 911),
(24, 1, 'Warranty', 912, 919),
(25, 1, 'Quick Ship', 920, 931),
(26, 2, 'Area and Site', 3, 4),
(27, 2, 'Area Decorative', 5, 6),
(28, 2, 'Facade Media', 7, 8),
(29, 2, 'Floodlight', 9, 10),
(30, 2, 'Floodlight Linear', 11, 12),
(31, 2, 'Façade Architectural', 13, 14),
(32, 2, 'Façade Utility', 15, 16),
(33, 2, 'Pathway/Steplight', 17, 18),
(34, 2, 'Parking Garage/Canopy', 19, 20),
(35, 2, 'Roadway', 21, 22),
(36, 2, 'Accent', 23, 24),
(37, 2, 'Accent Linear', 25, 26),
(38, 2, 'Downlight', 27, 28),
(39, 2, 'Wall Wash', 29, 30),
(40, 2, 'Other', 31, 32),
(41, 2, 'Perimiter/Grazer', 33, 34),
(42, 2, 'General Architectural', 35, 36),
(43, 2, 'Linear Architectural', 37, 38),
(44, 2, 'Decorative', 39, 40),
(45, 2, 'Troffer', 41, 42),
(46, 2, 'Teleconference', 43, 44),
(47, 2, 'Sports', 45, 46),
(48, 2, 'Combo System', 47, 48),
(49, 2, 'Cove Light', 49, 50),
(50, 2, 'Flexible Lighting', 51, 52),
(51, 2, 'Light Panels', 53, 54),
(52, 2, 'Task/Cabinet', 55, 56),
(53, 2, 'High Bay', 57, 58),
(54, 3, 'Pole/Mast Arm', 69, 70),
(55, 3, 'Pole/Post Top', 71, 72),
(56, 3, 'Bollard', 73, 74),
(57, 3, 'Spike/Stem', 75, 76),
(58, 3, 'Canopy Recessed', 77, 78),
(59, 3, 'In-grade', 79, 80),
(60, 3, 'Ceiling Recessed', 81, 82),
(61, 3, 'Ceiling Surface', 83, 84),
(62, 3, 'Millwork Recessed', 85, 86),
(63, 3, 'Monopoint', 87, 88),
(64, 3, 'Pendant', 89, 90),
(65, 3, 'Clamp', 91, 92),
(66, 3, 'Rail', 93, 94),
(67, 3, 'Retrofit', 95, 96),
(68, 3, 'Surface', 97, 98),
(69, 3, 'Track/Busway', 99, 100),
(70, 3, 'Wall Recessed', 101, 102),
(71, 3, 'Wall Surface', 103, 104),
(74, 4, 'Damp', 107, 108),
(75, 4, 'Shower', 109, 110),
(76, 4, 'Wet', 111, 112),
(77, 4, 'Wet IP65', 113, 114),
(78, 4, 'Wet IP66', 115, 116),
(79, 4, 'Wet IP67', 117, 118),
(80, 4, 'Submersible IP68', 119, 120),
(81, 4, 'Natatorium', 121, 122),
(82, 4, 'Hazardous', 123, 124),
(83, 4, 'Marine', 125, 126),
(84, 4, 'Vandal', 127, 128),
(85, 4, 'Refrigerator', 129, 130),
(86, 4, 'Vapor Proof', 131, 132),
(87, 5, 'Round', 139, 140),
(88, 5, 'Square', 141, 142),
(89, 8, 'Diodes', 263, 264),
(90, 8, 'Diodes with Optics', 265, 266),
(91, 8, 'Reflector', 267, 268),
(92, 8, 'Baffle', 269, 270),
(93, 8, 'Beveled', 271, 272),
(94, 8, 'Pinhole', 273, 274),
(95, 8, 'Lensed Reflector', 275, 276),
(96, 8, 'Regressed Diffuser', 277, 278),
(97, 8, 'Flush Diffuser', 279, 280),
(98, 8, 'Drop Diffuser', 281, 282),
(99, 8, 'Direct/Indiret Optics', 283, 284),
(100, 8, 'Light Wave Optics', 285, 286),
(101, 8, 'Parabolic Optics', 287, 288),
(105, 13, 'Adjustable', 445, 446),
(107, 13, 'Hot Aiming', 447, 448),
(108, 13, 'Pre Aimed', 449, 450),
(109, 13, 'Remote Aiming', 451, 452),
(110, 24, '1 Year at least', 913, 914),
(111, 24, '5 Years at least', 915, 916),
(112, 24, '10 Years at least', 917, 918),
(113, 25, 'Stock', 921, 922),
(114, 25, '5 days or less', 923, 924),
(115, 25, '10 days or less', 925, 926),
(141, 6, '0.5\" Width', 151, 152),
(142, 6, '1\" Width', 153, 154),
(143, 6, '2\" Width', 155, 156),
(144, 6, '3\" Width', 157, 158),
(146, 6, '4\" Width', 159, 160),
(147, 6, '5\" Width', 161, 162),
(148, 6, '6\" Width', 163, 164),
(149, 6, '7\" Width', 165, 166),
(150, 6, '8\" Width', 167, 168),
(151, 6, '9\" Width', 169, 170),
(152, 6, '10\" Width', 171, 172),
(153, 6, '12\" Width', 173, 174),
(154, 6, '15\" Width', 175, 176),
(155, 6, '18\" Width', 177, 178),
(156, 6, '2 Ft Width', 179, 180),
(157, 6, '2.5 Ft Width', 181, 182),
(158, 6, '3 Ft Width', 183, 184),
(159, 6, '4 Ft Width', 185, 186),
(160, 6, '5 Ft Width', 187, 188),
(161, 6, '6 Ft Width', 189, 190),
(162, 6, '8 + Ft Width', 191, 192),
(163, 6, '1 Ft x 1 Ft', 193, 194),
(164, 6, '1 Ft x 2 Ft', 195, 196),
(180, 12, 'Distribution Directions', 387, 398),
(181, 180, 'Direct', 388, 389),
(182, 180, 'Indirect', 390, 391),
(183, 180, 'Direct/Indirect', 392, 393),
(184, 12, 'Distribution Type', 399, 438),
(185, 184, 'Narrow', 400, 401),
(186, 184, 'Medium', 402, 403),
(187, 184, 'Flood', 404, 405),
(188, 184, 'Wide Flood', 406, 407),
(189, 184, 'Asymmetric/Wash', 408, 409),
(190, 184, 'Batwing', 410, 411),
(191, 184, 'Grazing', 412, 413),
(192, 184, 'Area I', 414, 415),
(193, 184, 'Area II', 416, 417),
(194, 184, 'Area III', 418, 419),
(195, 184, 'Area IV', 420, 421),
(196, 184, 'Area V', 422, 423),
(197, 20, 'Integral', 739, 746),
(198, 20, 'Voltage', 747, 766),
(199, 20, 'EM', 767, 772),
(200, 20, 'Track', 773, 782),
(201, 197, 'Integral', 740, 741),
(202, 197, 'Remote', 742, 743),
(203, 198, 'Low Voltage', 748, 749),
(204, 198, 'UNV 120-277 V', 750, 751),
(205, 198, '120 V', 752, 753),
(206, 198, '277 V', 754, 755),
(207, 198, '347 V', 756, 757),
(208, 198, '480 V', 758, 759),
(209, 198, 'UNC 347-480 V', 760, 761),
(210, 199, 'EM Integral', 768, 769),
(211, 200, '1 Circuit Track', 774, 775),
(212, 200, '2 Circuits Track', 776, 777),
(213, 200, '3 Circuits Track', 778, 779),
(214, 200, '3+ Circuits Track', 780, 781),
(216, 21, 'Installation', 785, 818),
(218, 21, 'Housing Type', 819, 856),
(220, 216, 'Drywall', 786, 787),
(221, 216, 'Drywall Trimless', 788, 789),
(222, 216, 'T-Grid', 790, 791),
(223, 216, 'Tech Zone', 792, 793),
(224, 216, 'Wood', 794, 795),
(225, 218, 'New Construction', 820, 821),
(226, 218, 'New IC', 822, 823),
(227, 218, 'New Chicago Plenum', 824, 825),
(228, 218, 'Remodel', 826, 827),
(229, 218, 'Remodel IC', 828, 829),
(230, 218, 'Retrofit', 830, 831),
(231, 218, 'Junction Box', 832, 833),
(232, 218, 'Fixture', 834, 835),
(233, 218, 'Modular Through', 836, 837),
(234, 218, 'New Air Tight', 838, 839),
(235, 218, 'New IC Air Tight', 840, 841),
(236, 218, 'Remodel Air Tight', 842, 843),
(237, 218, 'Remodel IC Air Tight', 844, 845),
(238, 218, 'Remodel Chicago Plenum', 846, 847),
(239, 218, 'Air Return', 848, 849),
(240, 14, 'LM-80', 459, 470),
(241, 14, 'TM-21', 471, 478),
(243, 10, 'Amber (WildLife)', 329, 330),
(244, 10, '2400K or less', 331, 332),
(245, 10, '2700K', 333, 334),
(246, 10, '2700K Warm Dim', 335, 336),
(247, 10, '3000K', 337, 338),
(248, 10, '3000K Warm Dim', 339, 340),
(249, 10, '3500K', 341, 342),
(250, 10, '3500K Warm Dim', 343, 344),
(251, 10, '4000K', 345, 346),
(252, 10, '4500K', 347, 348),
(253, 10, '5000K', 349, 350),
(254, 10, '5500K', 351, 352),
(255, 10, '5700K', 353, 354),
(256, 10, '6000K', 355, 356),
(257, 10, 'RGB', 357, 358),
(258, 10, 'RGBW', 359, 360),
(259, 10, 'RGBA', 361, 362),
(260, 10, 'Blue', 363, 364),
(261, 19, 'Dimming Range', 639, 644),
(262, 19, 'Dimming Type', 645, 708),
(263, 261, 'to 1%', 640, 641),
(264, 262, 'TRIAC/Forward/Leading', 646, 647),
(265, 262, 'ELV/Reverse/Trailing', 648, 649),
(266, 262, '0-10V', 650, 651),
(267, 262, '3-Wire Dimming', 652, 653),
(268, 262, 'Lutron Hi-Lume 3-wire/EcoSystem', 654, 655),
(269, 262, 'Lutron Hi-Lume 2-wire', 656, 657),
(270, 262, 'Lutron EcoSystem H', 658, 659),
(271, 262, 'DALI', 660, 661),
(272, 262, 'DVI', 662, 663),
(273, 262, 'DMX', 664, 665),
(274, 262, 'Step Dimming', 666, 667),
(275, 262, 'Built-in dimmer', 668, 669),
(276, 262, 'Bi-Level Switching', 670, 671),
(277, 262, 'Hi/Low Switching', 672, 673),
(278, 9, '1', 311, 312),
(279, 9, '2', 313, 314),
(280, 9, '3', 315, 316),
(281, 9, '4', 317, 318),
(282, 9, '5', 319, 320),
(283, 9, '6', 321, 322),
(284, 9, '7', 323, 324),
(285, 9, '8 or more', 325, 326),
(311, 7, 'Configuration', 209, 230),
(313, 7, 'Length', 231, 260),
(314, 311, 'Continuous', 210, 211),
(315, 311, 'With Corners', 212, 213),
(317, 311, 'With Lit Corners', 214, 215),
(318, 313, 'Less than 1 Ft', 232, 233),
(319, 313, '1 Ft', 234, 235),
(320, 313, '2 Ft', 236, 237),
(321, 313, '3 Ft', 238, 239),
(322, 313, '4 Ft', 240, 241),
(323, 313, '5 Ft', 242, 243),
(324, 313, '6 Ft', 244, 245),
(325, 313, '7 Ft', 246, 247),
(326, 313, '8 Ft', 248, 249),
(327, 313, '9 Ft', 250, 251),
(328, 313, '10 Ft', 252, 253),
(329, 313, '11 Ft', 254, 255),
(330, 15, 'watt', 481, 518),
(331, 330, '3 or less W', 482, 483),
(332, 330, '3 - 5 W', 484, 485),
(333, 330, '5 - 10 W', 486, 487),
(334, 330, '10 - 15 W', 488, 489),
(335, 330, '15 - 20 W', 490, 491),
(336, 330, '20 - 30 W', 492, 493),
(337, 330, '30 - 50 W', 494, 495),
(338, 330, '50 - 75 W', 496, 497),
(339, 330, '75 - 100 W', 498, 499),
(340, 330, '100 - 150 W', 500, 501),
(341, 330, '150 - 250 W', 502, 503),
(342, 330, '250 -350 W', 504, 505),
(343, 15, 'watt_linear', 519, 538),
(344, 343, '1 W / Ft or less', 520, 521),
(345, 343, '1-2 W / Ft', 522, 523),
(346, 343, '2-3 W / Ft', 524, 525),
(347, 343, '3-5 W / Ft', 526, 527),
(348, 343, '5-7 W / Ft', 528, 529),
(349, 343, '7-10 W / Ft', 530, 531),
(350, 343, '10-15 W / Ft', 532, 533),
(351, 343, '15-25 W / Ft', 534, 535),
(356, 11, '60 or higher', 375, 376),
(357, 11, '70 or higher', 377, 378),
(358, 11, '80 or higher', 379, 380),
(360, 11, '90 or higher', 381, 382),
(361, 11, '95 or higher', 383, 384),
(362, 16, 'Lumens', 541, 598),
(363, 16, 'Lumens linear', 599, 622),
(364, 362, '100 Lm or less', 542, 543),
(365, 362, '200 Lm', 544, 545),
(366, 362, '300 Lm', 546, 547),
(367, 362, '500 Lm', 548, 549),
(368, 362, '750 Lm', 550, 551),
(369, 362, '1,000 Lm', 552, 553),
(370, 362, '1,500 Lm', 554, 555),
(371, 362, '2,000 Lm', 556, 557),
(372, 362, '2,500 Lm', 558, 559),
(373, 362, '3,000 Lm', 560, 561),
(374, 362, '4,000 Lm', 562, 563),
(375, 362, '5,000 Lm', 564, 565),
(376, 362, '6,000 Lm', 566, 567),
(377, 362, '8,000 Lm', 568, 569),
(378, 363, '100 Lm/Ft', 600, 601),
(379, 363, '200 Lm/Ft', 602, 603),
(380, 363, '300 Lm/Ft', 604, 605),
(381, 363, '400 Lm/Ft', 606, 607),
(382, 363, '500 Lm/Ft', 608, 609),
(383, 363, '750 Lm/Ft', 610, 611),
(384, 363, '1,000 Lm/Ft', 612, 613),
(385, 363, '1,500 Lm/Ft', 614, 615),
(386, 22, '1\" or less', 859, 860),
(387, 22, '2\" or less', 861, 862),
(388, 22, '3\" or less', 863, 864),
(389, 22, '4\" or less', 865, 866),
(390, 22, '5\" or less', 867, 868),
(391, 22, '6\" or less', 869, 870),
(392, 22, '7\" or less', 871, 872),
(393, 22, '8\" or less', 873, 874),
(394, 22, '10\" or less', 875, 876),
(395, 22, '12\" or less', 877, 878),
(396, 22, '16\" or less', 879, 880),
(397, 12, 'Night Sky', 439, 442),
(398, 397, 'Night Sky', 440, 441),
(399, 17, '30 Lm/Wt or higher', 625, 626),
(400, 17, '50 Lm/Wt or higher', 627, 628),
(401, 17, '70 Lm/Wt or higher', 629, 630),
(402, 17, '90 Lm/Wt or higher', 631, 632),
(403, 17, '120 Lm/Wt or higher', 633, 634),
(404, 17, '150 Lm/Wt or higher', 635, 636),
(405, 23, 'UL/ETL', 887, 894),
(406, 23, 'Energy', 895, 902),
(407, 23, 'ADA', 903, 910),
(408, 405, 'UL', 888, 889),
(409, 405, 'ETL', 890, 891),
(410, 405, 'CSA', 892, 893),
(411, 406, 'Energy Star**', 896, 897),
(412, 406, 'Title 24**', 898, 899),
(413, 406, 'DLC**', 900, 901),
(414, 407, 'ADA', 904, 905),
(415, 407, 'Made in USA', 906, 907),
(416, 407, 'IBEW', 908, 909),
(417, 240, '30,000 or more', 460, 461),
(418, 240, '50,000 or more', 462, 463),
(419, 240, '75,000 or more', 464, 465),
(420, 240, '100,000 or more', 466, 467),
(421, 240, '150,000 or more', 468, 469),
(423, 241, '25,000 or more TM21', 472, 473),
(424, 241, '35,000 or more TM21', 474, 475),
(425, 241, '60,000 TM21', 476, 477),
(426, 1, 'Manufacturers', 932, 1005),
(427, 426, '1', 933, 934),
(428, 426, '2', 935, 936),
(429, 426, '3', 937, 938),
(430, 426, '4', 939, 940),
(431, 426, '5', 941, 942),
(432, 426, '6', 943, 944),
(433, 426, '7', 945, 946),
(435, 426, '9', 947, 948),
(436, 426, '10', 949, 950),
(438, 426, '12', 951, 952),
(439, 426, '13', 953, 954),
(440, 426, '14', 955, 956),
(442, 1, 'Brands', 1006, 1015),
(443, 442, '4', 1007, 1008),
(444, 442, '2', 1009, 1010),
(446, 198, '208 V', 762, 763),
(448, 2, 'Low Bay', 59, 60),
(449, 2, 'Industrial/Utility', 61, 62),
(450, 4, 'Clean Room', 133, 134),
(451, 4, 'MRI', 135, 136),
(452, 5, 'Rectangular', 143, 144),
(453, 5, 'Linear', 145, 146),
(454, 5, 'Other', 147, 148),
(455, 6, '1 Ft x 4 Ft', 197, 198),
(457, 6, '2 Ft x 2 Ft', 199, 200),
(458, 311, 'Side Lit Continuous', 216, 217),
(459, 311, 'With Side Lit Corners', 218, 219),
(460, 311, 'Wall to Ceiling Lit', 220, 221),
(461, 311, 'Modular', 222, 223),
(462, 311, 'Quick Connect', 224, 225),
(463, 311, 'Daisy Chain', 226, 227),
(464, 313, '12 Ft', 256, 257),
(465, 313, 'more than 12 Ft', 258, 259),
(466, 8, 'Basket', 289, 290),
(467, 8, 'Decorative Diffuser', 291, 292),
(468, 8, 'Clear Lens', 293, 294),
(469, 8, 'Louvers', 295, 296),
(470, 8, 'Shielded', 297, 298),
(471, 10, 'Green', 365, 366),
(472, 10, 'Red', 367, 368),
(473, 10, 'Yellow/Amber', 369, 370),
(474, 180, 'Omni-Directional', 394, 395),
(475, 180, 'Pattern', 396, 397),
(477, 261, 'to less than 1%', 642, 643),
(478, 262, 'Fifth Light DALI', 674, 675),
(479, 262, 'xxx Redwood', 676, 677),
(481, 197, 'Solar', 744, 745),
(482, 216, 'Wood Trimless', 796, 797),
(483, 216, 'Concrete', 798, 799),
(484, 216, 'Concrete Drive Over', 800, 801),
(485, 216, 'Concrete Trimless', 802, 803),
(486, 216, 'Trimless Drive Over', 804, 805),
(487, 216, 'Ground', 806, 807),
(488, 216, 'Masonry', 808, 809),
(489, 216, 'Masonry Trimless', 810, 811),
(490, 216, 'Masonry Drive Over', 812, 813),
(491, 218, 'Direct Burial', 850, 851),
(492, 218, 'Concrete Pour', 852, 853),
(493, 218, 'Drywall Thickness', 854, 855),
(494, 25, '2 Weeks or less', 927, 928),
(495, 25, '4 Weeks or less', 929, 930),
(496, 1, 'Source', 1016, 1033),
(497, 496, 'LED Fixture', 1017, 1018),
(498, 496, 'OLED Fixture', 1019, 1020),
(499, 496, 'LED PAR 20 - Bulb', 1021, 1022),
(500, 362, '10,000 Lm', 570, 571),
(501, 362, '15,000 Lm', 572, 573),
(502, 362, '20,000 Lm', 574, 575),
(503, 362, '25,000 Lm', 576, 577),
(504, 362, '30,000 Lm', 578, 579),
(505, 362, '40,000 Lm', 580, 581),
(506, 362, '50,000 Lm', 582, 583),
(507, 362, '75,000 Lm', 584, 585),
(508, 362, '100,000 Lm', 586, 587),
(509, 362, '125,000 Lm', 588, 589),
(510, 362, '150,000 Lm', 590, 591),
(511, 362, '200,000 Lm', 592, 593),
(512, 362, '300,000 Lm', 594, 595),
(513, 362, '500,000 Lm or more', 596, 597),
(514, 363, '2,000 Lm/Ft', 616, 617),
(515, 363, '2,500 Lm/Ft', 618, 619),
(516, 363, '3,000 or more Lm/Ft', 620, 621),
(517, 19, 'Controls', 709, 736),
(518, 517, 'Integral OC/Daylight', 710, 711),
(519, 517, 'Wireless', 712, 713),
(520, 426, '17', 957, 958),
(521, 426, '18', 959, 960),
(522, 426, '19', 961, 962),
(523, 8, 'Other', 299, 300),
(524, 184, 'Area 90°', 424, 425),
(525, 184, 'Petroleum', 426, 427),
(526, 184, 'Dealership', 428, 429),
(527, 184, 'General', 430, 431),
(528, 199, 'EM Remote', 770, 771),
(529, 6, '2 Ft x 4 Ft', 201, 202),
(530, 6, '4 Ft x 4 Ft', 203, 204),
(531, 22, '18\" or less', 881, 882),
(532, 262, 'xxx LumenTalk', 678, 679),
(533, 262, 'xxx Ethernet', 680, 681),
(534, 496, 'LED PAR 30 - Bulb', 1023, 1024),
(535, 496, 'LED PAR 38 - Bulb', 1025, 1026),
(536, 496, 'LED AR - Bulb', 1027, 1028),
(537, 496, 'LED MR - Bulb', 1029, 1030),
(538, 496, 'LED A - Bulb', 1031, 1032),
(539, 184, 'Volumetric', 432, 433),
(540, 426, '20', 963, 964),
(541, 426, '21', 965, 966),
(542, 426, '22', 967, 968),
(543, 2, 'Modular', 63, 64),
(544, 13, 'Locking Adjustable', 453, 454),
(545, 13, 'Hot Aiming w/Locking', 455, 456),
(546, 198, '240 V', 764, 765),
(547, 8, 'Optical Accessories', 301, 302),
(548, 8, 'xx Flat Diffuser', 303, 304),
(549, 8, 'xx Micro Optics', 305, 306),
(550, 426, '23', 969, 970),
(551, 426, '24', 971, 972),
(552, 426, '25', 973, 974),
(553, 426, '26', 975, 976),
(554, 343, '25 W / Ft or more', 536, 537),
(555, 426, '27', 977, 978),
(556, 262, 'Other LED dimming', 682, 683),
(557, 8, 'Curved/Sloped Diffuser', 307, 308),
(558, 426, '28', 979, 980),
(559, 184, 'Direct View', 434, 435),
(560, 330, '350 - 500 W', 506, 507),
(561, 426, '29', 981, 982),
(562, 426, '30', 983, 984),
(563, 517, 'Motion/Photocell', 714, 715),
(564, 426, '31', 985, 986),
(565, 426, '32', 987, 988),
(566, 442, '5', 1011, 1012),
(567, 517, 'Photocell', 716, 717),
(568, 330, '500 ‐ 750 W', 508, 509),
(569, 330, '750 ‐ 1000 W', 510, 511),
(570, 330, '1000 - 1500 W', 512, 513),
(571, 330, '1500 - 2000 W', 514, 515),
(572, 330, '2000 or more', 516, 517),
(573, 426, '33', 989, 990),
(574, 426, '34', 991, 992),
(575, 426, '35', 993, 994),
(576, 10, 'Tunable White', 371, 372),
(577, 2, 'Wall Wash Linear', 65, 66),
(578, 426, '36', 995, 996),
(579, 6, '18\"', 205, 206),
(580, 311, 'Side to Side', 228, 229),
(581, 426, '37', 997, 998),
(582, 426, '38', 999, 1000),
(583, 184, 'Forward Throw', 436, 437),
(584, 262, 'xxx Lutron Hi-Lume A', 684, 685),
(585, 426, '39', 1001, 1002),
(586, 262, 'xxxx eldoLED', 686, 687),
(587, 262, 'Lutron EcoSystem 5', 688, 689),
(588, 442, '6', 1013, 1014),
(589, 22, '24\" or less. TEST', 883, 884),
(590, 426, '40', 1003, 1004),
(591, 262, 'Hi-lume Premier 3-wire ', 690, 691),
(592, 262, 'Hi-lume Premier EcoSystem ', 692, 693),
(593, 262, 'eldoLED ECO 0-10V', 694, 695),
(594, 262, 'not used', 696, 697),
(595, 262, 'eldoLED SOLO 0-10V', 698, 699),
(596, 262, 'eldoLED SOLO DALI', 700, 701),
(597, 262, 'eldoLED POWE DMX/RDM', 702, 703),
(598, 262, 'xxx not used', 704, 705),
(599, 517, 'Lumentalk™', 718, 719),
(600, 517, 'Fifth Light®', 720, 721),
(601, 517, 'Redwood®', 722, 723),
(602, 517, 'XPoint™ Wireless', 724, 725),
(603, 517, 'Lutron®', 726, 727),
(604, 517, 'Ethernet', 728, 729),
(605, 517, 'nLight®', 730, 731),
(606, 216, 'Recessed Track', 814, 815),
(607, 216, 'Recessed Track Trimless', 816, 817),
(608, 517, 'xxx Advanced Mark 10 LV', 732, 733),
(609, 517, 'Enlighted', 734, 735),
(610, 262, 'Advanced Mark 10 LV', 706, 707);

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

--
-- Table structure for table `specs_ranges`
--

CREATE TABLE `specs_ranges` (
  `spec_id` smallint(6) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `spec_min` int(11) DEFAULT NULL,
  `spec_max` int(11) DEFAULT NULL,
  `field_min` varchar(32) NOT NULL,
  `field_max` varchar(32) NOT NULL,
  `range_type` varchar(16) NOT NULL,
  `val_dd` int(10) UNSIGNED DEFAULT NULL,
  `val_dd_decimal` decimal(4,1) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_ranges`:
--

--
-- Dumping data for table `specs_ranges`
--

INSERT INTO `specs_ranges` (`spec_id`, `parent_id`, `spec_min`, `spec_max`, `field_min`, `field_max`, `range_type`, `val_dd`, `val_dd_decimal`) VALUES
(110, 24, NULL, 1, 'warranty', 'warranty', 'lte', 1, NULL),
(111, 24, NULL, 5, 'warranty', 'warranty', 'lte', 5, NULL),
(112, 24, NULL, 10, 'warranty', 'warranty', 'lte', 10, NULL),
(113, 25, 1, NULL, 'stock', 'stock', 'gte', 365, NULL),
(114, 25, 5, NULL, 'stock', 'stock', 'gte', 5, NULL),
(115, 25, 10, NULL, 'stock', 'stock', 'gte', 10, NULL),
(278, 9, 1, NULL, 'multiples_min', 'multiples_max', 'mm', 1, NULL),
(279, 9, 2, NULL, 'multiples_min', 'multiples_max', 'mm', 2, NULL),
(280, 9, 3, NULL, 'multiples_min', 'multiples_max', 'mm', 3, NULL),
(281, 9, 4, NULL, 'multiples_min', 'multiples_max', 'mm', 4, NULL),
(282, 9, 5, NULL, 'multiples_min', 'multiples_max', 'mm', 5, NULL),
(283, 9, 6, NULL, 'multiples_min', 'multiples_max', 'mm', 6, NULL),
(284, 9, 7, NULL, 'multiples_min', 'multiples_max', 'mm', 7, NULL),
(285, 9, 8, NULL, 'multiples_min', 'multiples_max', 'mm', 8, NULL),
(318, 313, NULL, 1, 'linear_2_min', 'linear_2_max', 'mm', NULL, '0.9'),
(319, 313, 1, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '1.0'),
(320, 313, 2, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '2.0'),
(321, 313, 3, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '3.0'),
(322, 313, 4, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '4.0'),
(323, 313, 5, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '5.0'),
(324, 313, 6, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '6.0'),
(325, 313, 7, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '7.0'),
(326, 313, 8, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '8.0'),
(327, 313, 9, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '9.0'),
(328, 313, 10, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '10.0'),
(329, 313, 11, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '11.0'),
(331, 330, NULL, 3, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(332, 330, 3, 5, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(333, 330, 5, 10, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(334, 330, 10, 15, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(335, 330, 15, 20, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(336, 330, 20, 30, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(337, 330, 30, 50, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(338, 330, 50, 75, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(339, 330, 75, 100, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(340, 330, 100, 150, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(341, 330, 150, 250, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(342, 330, 250, 350, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(344, 343, NULL, 1, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(345, 343, 1, 2, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(346, 343, 2, 3, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(347, 343, 3, 5, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(348, 343, 5, 7, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(349, 343, 7, 10, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(350, 343, 10, 15, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(351, 343, 15, 25, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(356, 11, NULL, 60, 'cri', 'cri', 'lte', NULL, NULL),
(357, 11, NULL, 70, 'cri', 'cri', 'lte', NULL, NULL),
(358, 11, NULL, 80, 'cri', 'cri', 'lte', NULL, NULL),
(360, 11, NULL, 90, 'cri', 'cri', 'lte', NULL, NULL),
(361, 11, NULL, 95, 'cri', 'cri', 'lte', NULL, NULL),
(364, 362, 1, 150, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(365, 362, 151, 250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(366, 362, 251, 400, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(367, 362, 401, 650, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(368, 362, 651, 850, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(369, 362, 851, 1250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(370, 362, 1251, 1750, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(371, 362, 1751, 2250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(372, 362, 2251, 2750, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(373, 362, 2751, 3500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(374, 362, 3501, 4500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(375, 362, 4501, 5500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(376, 362, 5501, 7000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(377, 362, 7001, 9000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(378, 363, 1, 150, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(379, 363, 150, 250, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(380, 363, 250, 350, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(381, 363, 350, 450, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(382, 363, 450, 600, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(383, 363, 600, 800, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(384, 363, 800, 1300, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(385, 363, 1300, 1750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(386, 22, 1, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(387, 22, 2, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(388, 22, 3, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(389, 22, 4, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(390, 22, 5, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(391, 22, 6, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(392, 22, 7, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(393, 22, 8, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(394, 22, 10, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(395, 22, 12, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(396, 22, 16, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(399, 17, NULL, 30, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(400, 17, NULL, 50, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(401, 17, NULL, 70, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(402, 17, NULL, 90, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(403, 17, NULL, 120, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(404, 17, NULL, 150, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(417, 240, NULL, 30000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(418, 240, NULL, 50000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(419, 240, NULL, 75000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(420, 240, NULL, 100000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(421, 240, NULL, 150000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(423, 241, NULL, 25000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(424, 241, NULL, 35000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(425, 241, NULL, 60000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(464, 313, 12, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.0'),
(465, 313, 12, 12, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.1'),
(494, 25, 14, NULL, 'stock', 'stock', 'gte', 14, NULL),
(495, 25, 28, NULL, 'stock', 'stock', 'gte', 28, NULL),
(500, 362, 9001, 12500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(501, 362, 12501, 17500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(502, 362, 17501, 22500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(503, 362, 22501, 27500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(504, 362, 27501, 35000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(505, 362, 35001, 45000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(506, 362, 45001, 62500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(507, 362, 62501, 87500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(508, 362, 87501, 112500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(509, 362, 112501, 137500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(510, 362, 137501, 175000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(511, 362, 175001, 250000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(512, 362, 250001, 400000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(513, 362, 400001, NULL, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(514, 363, 1750, 2250, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(515, 363, 2250, 2750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(516, 363, 3000, NULL, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(531, 22, 18, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(554, 343, 25, NULL, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(560, 330, 350, 500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(568, 330, 500, 750, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(569, 330, 750, 1000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(570, 330, 1000, 1500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(571, 330, 1500, 2000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(572, 330, 2000, NULL, 'watt_min', 'watt_max', 'mmb', NULL, NULL);

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

--
-- Table structure for table `specs_ranges_backup`
--

CREATE TABLE `specs_ranges_backup` (
  `spec_id` smallint(6) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `spec_min` int(11) DEFAULT NULL,
  `spec_max` int(11) DEFAULT NULL,
  `field_min` varchar(32) NOT NULL,
  `field_max` varchar(32) NOT NULL,
  `range_type` varchar(16) NOT NULL,
  `val_dd` int(10) UNSIGNED DEFAULT NULL,
  `val_dd_decimal` decimal(4,1) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_ranges_backup`:
--

--
-- Dumping data for table `specs_ranges_backup`
--

INSERT INTO `specs_ranges_backup` (`spec_id`, `parent_id`, `spec_min`, `spec_max`, `field_min`, `field_max`, `range_type`, `val_dd`, `val_dd_decimal`) VALUES
(110, 24, NULL, 1, 'warranty', 'warranty', 'lte', 1, NULL),
(111, 24, NULL, 5, 'warranty', 'warranty', 'lte', 5, NULL),
(112, 24, NULL, 10, 'warranty', 'warranty', 'lte', 10, NULL),
(113, 25, 1, NULL, 'stock', 'stock', 'gte', 365, NULL),
(114, 25, 5, NULL, 'stock', 'stock', 'gte', 5, NULL),
(115, 25, 10, NULL, 'stock', 'stock', 'gte', 10, NULL),
(278, 9, 1, NULL, 'multiples_min', 'multiples_max', 'mm', 1, NULL),
(279, 9, 2, NULL, 'multiples_min', 'multiples_max', 'mm', 2, NULL),
(280, 9, 3, NULL, 'multiples_min', 'multiples_max', 'mm', 3, NULL),
(281, 9, 4, NULL, 'multiples_min', 'multiples_max', 'mm', 4, NULL),
(282, 9, 5, NULL, 'multiples_min', 'multiples_max', 'mm', 5, NULL),
(283, 9, 6, NULL, 'multiples_min', 'multiples_max', 'mm', 6, NULL),
(284, 9, 7, NULL, 'multiples_min', 'multiples_max', 'mm', 7, NULL),
(285, 9, 8, NULL, 'multiples_min', 'multiples_max', 'mm', 8, NULL),
(318, 313, NULL, 1, 'linear_2_min', 'linear_2_max', 'mm', NULL, '0.9'),
(319, 313, 1, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '1.0'),
(320, 313, 2, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '2.0'),
(321, 313, 3, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '3.0'),
(322, 313, 4, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '4.0'),
(323, 313, 5, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '5.0'),
(324, 313, 6, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '6.0'),
(325, 313, 7, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '7.0'),
(326, 313, 8, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '8.0'),
(327, 313, 9, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '9.0'),
(328, 313, 10, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '10.0'),
(329, 313, 11, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '11.0'),
(331, 330, NULL, 3, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(332, 330, 3, 5, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(333, 330, 5, 10, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(334, 330, 10, 15, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(335, 330, 15, 20, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(336, 330, 20, 30, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(337, 330, 30, 50, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(338, 330, 50, 75, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(339, 330, 75, 100, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(340, 330, 100, 150, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(341, 330, 150, 250, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(342, 330, 250, 350, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(344, 343, NULL, 1, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(345, 343, 1, 2, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(346, 343, 2, 3, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(347, 343, 3, 5, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(348, 343, 5, 7, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(349, 343, 7, 10, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(350, 343, 10, 15, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(351, 343, 15, 25, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(356, 11, NULL, 60, 'cri', 'cri', 'lte', NULL, NULL),
(357, 11, NULL, 70, 'cri', 'cri', 'lte', NULL, NULL),
(358, 11, NULL, 80, 'cri', 'cri', 'lte', NULL, NULL),
(360, 11, NULL, 90, 'cri', 'cri', 'lte', NULL, NULL),
(361, 11, NULL, 95, 'cri', 'cri', 'lte', NULL, NULL),
(364, 362, 1, 150, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(365, 362, 151, 250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(366, 362, 251, 400, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(367, 362, 401, 650, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(368, 362, 651, 850, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(369, 362, 851, 1250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(370, 362, 1251, 1750, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(371, 362, 1751, 2250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(372, 362, 2251, 2750, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(373, 362, 2751, 3500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(374, 362, 3501, 4500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(375, 362, 4501, 5500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(376, 362, 5501, 7000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(377, 362, 7001, 9000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(378, 363, 1, 150, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(379, 363, 150, 250, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(380, 363, 250, 350, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(381, 363, 350, 450, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(382, 363, 450, 600, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(383, 363, 600, 800, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(384, 363, 800, 1300, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(385, 363, 1300, 1750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(386, 22, 1, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(387, 22, 2, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(388, 22, 3, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(389, 22, 4, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(390, 22, 5, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(391, 22, 6, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(392, 22, 7, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(393, 22, 8, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(394, 22, 10, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(395, 22, 12, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(396, 22, 16, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(399, 17, NULL, 30, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(400, 17, NULL, 50, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(401, 17, NULL, 70, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(402, 17, NULL, 90, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(403, 17, NULL, 120, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(404, 17, NULL, 150, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(417, 240, NULL, 30000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(418, 240, NULL, 50000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(419, 240, NULL, 75000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(420, 240, NULL, 100000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(421, 240, NULL, 150000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(423, 241, NULL, 25000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(424, 241, NULL, 35000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(425, 241, NULL, 60000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(464, 313, 12, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.0'),
(465, 313, 12, 12, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.1'),
(494, 25, 14, NULL, 'stock', 'stock', 'gte', 14, NULL),
(495, 25, 28, NULL, 'stock', 'stock', 'gte', 28, NULL),
(500, 362, 9001, 12500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(501, 362, 12501, 17500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(502, 362, 17501, 22500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(503, 362, 22501, 27500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(504, 362, 27501, 35000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(505, 362, 35001, 45000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(506, 362, 45001, 62500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(507, 362, 62501, 87500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(508, 362, 87501, 112500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(509, 362, 112501, 137500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(510, 362, 137501, 175000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(511, 362, 175001, 250000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(512, 362, 250001, 400000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(513, 362, 400001, NULL, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(514, 363, 1750, 2250, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(515, 363, 2250, 2750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(516, 363, 3000, NULL, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(531, 22, 18, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(554, 343, 25, NULL, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(560, 330, 350, 500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(568, 330, 500, 750, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(569, 330, 750, 1000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(570, 330, 1000, 1500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(571, 330, 1500, 2000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(572, 330, 2000, NULL, 'watt_min', 'watt_max', 'mmb', NULL, NULL);

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

--
-- Table structure for table `specs_ranges_lm_new`
--

CREATE TABLE `specs_ranges_lm_new` (
  `spec_id` smallint(6) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `spec_min` int(11) DEFAULT NULL,
  `spec_max` int(11) DEFAULT NULL,
  `field_min` varchar(32) NOT NULL,
  `field_max` varchar(32) NOT NULL,
  `range_type` varchar(16) NOT NULL,
  `val_dd` int(10) UNSIGNED DEFAULT NULL,
  `val_dd_decimal` decimal(4,1) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_ranges_lm_new`:
--

--
-- Dumping data for table `specs_ranges_lm_new`
--

INSERT INTO `specs_ranges_lm_new` (`spec_id`, `parent_id`, `spec_min`, `spec_max`, `field_min`, `field_max`, `range_type`, `val_dd`, `val_dd_decimal`) VALUES
(110, 24, NULL, 1, 'warranty', 'warranty', 'lte', 1, NULL),
(111, 24, NULL, 5, 'warranty', 'warranty', 'lte', 5, NULL),
(112, 24, NULL, 10, 'warranty', 'warranty', 'lte', 10, NULL),
(113, 25, 1, NULL, 'stock', 'stock', 'gte', 365, NULL),
(114, 25, 5, NULL, 'stock', 'stock', 'gte', 5, NULL),
(115, 25, 10, NULL, 'stock', 'stock', 'gte', 10, NULL),
(278, 9, 1, NULL, 'multiples_min', 'multiples_max', 'mm', 1, NULL),
(279, 9, 2, NULL, 'multiples_min', 'multiples_max', 'mm', 2, NULL),
(280, 9, 3, NULL, 'multiples_min', 'multiples_max', 'mm', 3, NULL),
(281, 9, 4, NULL, 'multiples_min', 'multiples_max', 'mm', 4, NULL),
(282, 9, 5, NULL, 'multiples_min', 'multiples_max', 'mm', 5, NULL),
(283, 9, 6, NULL, 'multiples_min', 'multiples_max', 'mm', 6, NULL),
(284, 9, 7, NULL, 'multiples_min', 'multiples_max', 'mm', 7, NULL),
(285, 9, 8, NULL, 'multiples_min', 'multiples_max', 'mm', 8, NULL),
(318, 313, NULL, 1, 'linear_2_min', 'linear_2_max', 'mm', NULL, '0.9'),
(319, 313, 1, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '1.0'),
(320, 313, 2, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '2.0'),
(321, 313, 3, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '3.0'),
(322, 313, 4, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '4.0'),
(323, 313, 5, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '5.0'),
(324, 313, 6, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '6.0'),
(325, 313, 7, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '7.0'),
(326, 313, 8, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '8.0'),
(327, 313, 9, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '9.0'),
(328, 313, 10, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '10.0'),
(329, 313, 11, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '11.0'),
(331, 330, NULL, 3, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(332, 330, 3, 5, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(333, 330, 5, 10, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(334, 330, 10, 15, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(335, 330, 15, 20, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(336, 330, 20, 30, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(337, 330, 30, 50, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(338, 330, 50, 75, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(339, 330, 75, 100, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(340, 330, 100, 150, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(341, 330, 150, 250, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(342, 330, 250, 350, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(344, 343, NULL, 1, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(345, 343, 1, 2, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(346, 343, 2, 3, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(347, 343, 3, 5, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(348, 343, 5, 7, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(349, 343, 7, 10, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(350, 343, 10, 15, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(351, 343, 15, 25, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(356, 11, NULL, 60, 'cri', 'cri', 'lte', NULL, NULL),
(357, 11, NULL, 70, 'cri', 'cri', 'lte', NULL, NULL),
(358, 11, NULL, 80, 'cri', 'cri', 'lte', NULL, NULL),
(360, 11, NULL, 90, 'cri', 'cri', 'lte', NULL, NULL),
(361, 11, NULL, 95, 'cri', 'cri', 'lte', NULL, NULL),
(364, 362, 1, 100, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(365, 362, 100, 300, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(366, 362, 300, 500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(367, 362, 500, 1000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(368, 362, 1000, 1500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(369, 362, 1500, 2500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(370, 362, 2500, 4000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(371, 362, 4000, 6000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(372, 362, 6000, 10000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(373, 362, 10000, 15000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(374, 362, 15000, 20000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(375, 362, 20000, 30000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(376, 362, 30000, 50000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(377, 362, 50000, 70000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(378, 363, 1, 100, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(379, 363, 100, 200, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(380, 363, 200, 350, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(381, 363, 350, 500, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(382, 363, 500, 750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(383, 363, 750, 1000, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(384, 363, 1000, 1500, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(385, 363, 1500, 2000, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(386, 22, 1, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(387, 22, 2, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(388, 22, 3, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(389, 22, 4, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(390, 22, 5, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(391, 22, 6, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(392, 22, 7, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(393, 22, 8, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(394, 22, 10, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(395, 22, 12, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(396, 22, 16, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(399, 17, NULL, 30, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(400, 17, NULL, 50, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(401, 17, NULL, 70, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(402, 17, NULL, 90, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(403, 17, NULL, 120, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(404, 17, NULL, 150, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(417, 240, NULL, 30000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(418, 240, NULL, 50000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(419, 240, NULL, 75000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(420, 240, NULL, 100000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(421, 240, NULL, 150000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(423, 241, NULL, 25000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(424, 241, NULL, 35000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(425, 241, NULL, 60000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(464, 313, 12, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.0'),
(465, 313, 12, 12, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.1'),
(494, 25, 14, NULL, 'stock', 'stock', 'gte', 14, NULL),
(495, 25, 28, NULL, 'stock', 'stock', 'gte', 28, NULL),
(500, 362, 70000, 100000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(501, 362, 100000, 150000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(502, 362, 150000, 250000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(503, 362, 250000, 400000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(504, 362, 400000, 600000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(505, 362, 600000, NULL, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(514, 363, 2000, 3000, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(515, 363, 3000, 4000, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(516, 363, 4000, NULL, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(531, 22, 18, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(554, 343, 25, NULL, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(560, 330, 350, 500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(568, 330, 500, 750, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(569, 330, 750, 1000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(570, 330, 1000, 1500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(571, 330, 1500, 2000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(572, 330, 2000, NULL, 'watt_min', 'watt_max', 'mmb', NULL, NULL);

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

--
-- Table structure for table `specs_ranges_lm_old`
--

CREATE TABLE `specs_ranges_lm_old` (
  `spec_id` smallint(6) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `spec_min` int(11) DEFAULT NULL,
  `spec_max` int(11) DEFAULT NULL,
  `field_min` varchar(32) NOT NULL,
  `field_max` varchar(32) NOT NULL,
  `range_type` varchar(16) NOT NULL,
  `val_dd` int(10) UNSIGNED DEFAULT NULL,
  `val_dd_decimal` decimal(4,1) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `specs_ranges_lm_old`:
--

--
-- Dumping data for table `specs_ranges_lm_old`
--

INSERT INTO `specs_ranges_lm_old` (`spec_id`, `parent_id`, `spec_min`, `spec_max`, `field_min`, `field_max`, `range_type`, `val_dd`, `val_dd_decimal`) VALUES
(110, 24, NULL, 1, 'warranty', 'warranty', 'lte', 1, NULL),
(111, 24, NULL, 5, 'warranty', 'warranty', 'lte', 5, NULL),
(112, 24, NULL, 10, 'warranty', 'warranty', 'lte', 10, NULL),
(113, 25, 1, NULL, 'stock', 'stock', 'gte', 365, NULL),
(114, 25, 5, NULL, 'stock', 'stock', 'gte', 5, NULL),
(115, 25, 10, NULL, 'stock', 'stock', 'gte', 10, NULL),
(278, 9, 1, NULL, 'multiples_min', 'multiples_max', 'mm', 1, NULL),
(279, 9, 2, NULL, 'multiples_min', 'multiples_max', 'mm', 2, NULL),
(280, 9, 3, NULL, 'multiples_min', 'multiples_max', 'mm', 3, NULL),
(281, 9, 4, NULL, 'multiples_min', 'multiples_max', 'mm', 4, NULL),
(282, 9, 5, NULL, 'multiples_min', 'multiples_max', 'mm', 5, NULL),
(283, 9, 6, NULL, 'multiples_min', 'multiples_max', 'mm', 6, NULL),
(284, 9, 7, NULL, 'multiples_min', 'multiples_max', 'mm', 7, NULL),
(285, 9, 8, NULL, 'multiples_min', 'multiples_max', 'mm', 8, NULL),
(318, 313, NULL, 1, 'linear_2_min', 'linear_2_max', 'mm', NULL, '0.9'),
(319, 313, 1, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '1.0'),
(320, 313, 2, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '2.0'),
(321, 313, 3, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '3.0'),
(322, 313, 4, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '4.0'),
(323, 313, 5, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '5.0'),
(324, 313, 6, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '6.0'),
(325, 313, 7, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '7.0'),
(326, 313, 8, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '8.0'),
(327, 313, 9, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '9.0'),
(328, 313, 10, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '10.0'),
(329, 313, 11, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '11.0'),
(331, 330, NULL, 3, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(332, 330, 3, 5, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(333, 330, 5, 10, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(334, 330, 10, 15, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(335, 330, 15, 20, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(336, 330, 20, 30, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(337, 330, 30, 50, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(338, 330, 50, 75, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(339, 330, 75, 100, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(340, 330, 100, 150, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(341, 330, 150, 250, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(342, 330, 250, 350, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(344, 343, NULL, 1, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(345, 343, 1, 2, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(346, 343, 2, 3, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(347, 343, 3, 5, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(348, 343, 5, 7, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(349, 343, 7, 10, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(350, 343, 10, 15, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(351, 343, 15, 25, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(356, 11, NULL, 60, 'cri', 'cri', 'lte', NULL, NULL),
(357, 11, NULL, 70, 'cri', 'cri', 'lte', NULL, NULL),
(358, 11, NULL, 80, 'cri', 'cri', 'lte', NULL, NULL),
(360, 11, NULL, 90, 'cri', 'cri', 'lte', NULL, NULL),
(361, 11, NULL, 95, 'cri', 'cri', 'lte', NULL, NULL),
(364, 362, 1, 150, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(365, 362, 151, 250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(366, 362, 251, 400, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(367, 362, 401, 650, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(368, 362, 651, 850, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(369, 362, 851, 1250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(370, 362, 1251, 1750, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(371, 362, 1751, 2250, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(372, 362, 2251, 2750, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(373, 362, 2751, 3500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(374, 362, 3501, 4500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(375, 362, 4501, 5500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(376, 362, 5501, 7000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(377, 362, 7001, 9000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(378, 363, 1, 150, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(379, 363, 150, 250, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(380, 363, 250, 350, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(381, 363, 350, 450, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(382, 363, 450, 600, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(383, 363, 600, 800, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(384, 363, 800, 1300, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(385, 363, 1300, 1750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(386, 22, 1, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(387, 22, 2, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(388, 22, 3, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(389, 22, 4, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(390, 22, 5, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(391, 22, 6, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(392, 22, 7, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(393, 22, 8, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(394, 22, 10, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(395, 22, 12, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(396, 22, 16, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(399, 17, NULL, 30, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(400, 17, NULL, 50, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(401, 17, NULL, 70, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(402, 17, NULL, 90, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(403, 17, NULL, 120, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(404, 17, NULL, 150, 'efficacy', 'efficacy', 'lte', NULL, NULL),
(417, 240, NULL, 30000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(418, 240, NULL, 50000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(419, 240, NULL, 75000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(420, 240, NULL, 100000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(421, 240, NULL, 150000, 'hours_lm', 'hours_lm', 'lte', NULL, NULL),
(423, 241, NULL, 25000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(424, 241, NULL, 35000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(425, 241, NULL, 60000, 'hours_tm', 'hours_tm', 'lte', NULL, NULL),
(464, 313, 12, NULL, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.0'),
(465, 313, 12, 12, 'linear_2_min', 'linear_2_max', 'mm', NULL, '12.1'),
(494, 25, 14, NULL, 'stock', 'stock', 'gte', 14, NULL),
(495, 25, 28, NULL, 'stock', 'stock', 'gte', 28, NULL),
(500, 362, 9001, 12500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(501, 362, 12501, 17500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(502, 362, 17501, 22500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(503, 362, 22501, 27500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(504, 362, 27501, 35000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(505, 362, 35001, 45000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(506, 362, 45001, 62500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(507, 362, 62501, 87500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(508, 362, 87501, 112500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(509, 362, 112501, 137500, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(510, 362, 137501, 175000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(511, 362, 175001, 250000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(512, 362, 250001, 400000, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(513, 362, 400001, NULL, 'lumens_min', 'lumens_max', 'mmb', NULL, NULL),
(514, 363, 1750, 2250, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(515, 363, 2250, 2750, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(516, 363, 3000, NULL, 'lumens_linear_min', 'lumens_linear_max', 'mmb', NULL, NULL),
(531, 22, 18, NULL, 'depth', 'depth', 'gte', NULL, NULL),
(554, 343, 25, NULL, 'watt_linear_min', 'watt_linear_max', 'mmb', NULL, NULL),
(560, 330, 350, 500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(568, 330, 500, 750, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(569, 330, 750, 1000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(570, 330, 1000, 1500, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(571, 330, 1500, 2000, 'watt_min', 'watt_max', 'mmb', NULL, NULL),
(572, 330, 2000, NULL, 'watt_min', 'watt_max', 'mmb', NULL, NULL);

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

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `user_id` int(10) UNSIGNED NOT NULL,
  `first_name` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `pwd` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `role` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(3) UNSIGNED NOT NULL,
  `created` int(10) UNSIGNED NOT NULL,
  `last_login` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- RELATIONSHIPS FOR TABLE `users`:
--

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`user_id`, `first_name`, `last_name`, `username`, `pwd`, `role`, `status`, `created`, `last_login`) VALUES
(1, '', '', 'admin', '$2y$10$dXGYxZhfE3GtoMIFA4tCs.mXNlKUi3t87CE.zce21p902kTtb.iRq', 'admin', 1, 1517580338, 1532956074);

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

--
-- Table structure for table `users_auth`
--

CREATE TABLE `users_auth` (
  `id` binary(20) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `validator` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `expires` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- RELATIONSHIPS FOR TABLE `users_auth`:
--

--
-- Dumping data for table `users_auth`
--

INSERT INTO `users_auth` (`id`, `user_id`, `validator`, `expires`) VALUES
(0xec63ebca9c82510fd825085ba9fb393573d5c19b, 1, '326e1f9f87c84f1d60f8e0e01151ef10a0fcee5c229543e4b95c14c07ecb828e', 1533040962),
(0xfd30ef33ae5ea84fba26a85ff74c49a6ac453bd6, 1, '516fe717a004f4059934b8d42b9231ceb63ef4e8f471a4190c3a936d44946d68', 1533042474);

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

--
-- Table structure for table `visitors`
--

CREATE TABLE `visitors` (
  `visitor_id` int(10) UNSIGNED NOT NULL,
  `visitor` varchar(128) NOT NULL,
  `code` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- RELATIONSHIPS FOR TABLE `visitors`:
--

--
-- Dumping data for table `visitors`
--

INSERT INTO `visitors` (`visitor_id`, `visitor`, `code`) VALUES
(1, 'Test', 'Test'),
(2, 'USAI Lighting', '022016'),
(3, 'Focal Point', '032016'),
(4, 'Element', '042016'),
(5, 'CDO Events', '012016'),
(6, 'Jason Broadhurst', '2016'),
(7, 'Bega', '1052016'),
(8, 'Acuity', '052016');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
  ADD PRIMARY KEY (`uid`),
  ADD UNIQUE KEY `hashkey` (`hashkey`,`pwd`);

--
-- Indexes for table `brands`
--
ALTER TABLE `brands`
  ADD PRIMARY KEY (`brand_id`),
  ADD UNIQUE KEY `brand` (`brand`);

--
-- Indexes for table `cities`
--
ALTER TABLE `cities`
  ADD PRIMARY KEY (`city_id`),
  ADD KEY `country_id` (`country_id`),
  ADD KEY `region_id` (`region_id`);

--
-- Indexes for table `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`country_id`);

--
-- Indexes for table `data_test`
--
ALTER TABLE `data_test`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `events`
--
ALTER TABLE `events`
  ADD PRIMARY KEY (`event_id`),
  ADD UNIQUE KEY `sku` (`sku`),
  ADD KEY `sku_media` (`sku_media`);

--
-- Indexes for table `events_images`
--
ALTER TABLE `events_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `event_id` (`event_id`);

--
-- Indexes for table `families`
--
ALTER TABLE `families`
  ADD PRIMARY KEY (`family_id`),
  ADD UNIQUE KEY `family_code` (`family_code`),
  ADD KEY `manf_id` (`manf_id`),
  ADD KEY `family_group` (`family_group`);

--
-- Indexes for table `family_images`
--
ALTER TABLE `family_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `family_id` (`family_id`);

--
-- Indexes for table `family_slider`
--
ALTER TABLE `family_slider`
  ADD UNIQUE KEY `family_code` (`family_code`);

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

--
-- Indexes for table `guides`
--
ALTER TABLE `guides`
  ADD PRIMARY KEY (`guide_id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `guides_categories`
--
ALTER TABLE `guides_categories`
  ADD PRIMARY KEY (`spec_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`spec`),
  ADD KEY `parent_id` (`parent_id`);

--
-- Indexes for table `guides_classification`
--
ALTER TABLE `guides_classification`
  ADD PRIMARY KEY (`id`),
  ADD KEY `guide_id` (`guide_id`);

--
-- Indexes for table `guides_images`
--
ALTER TABLE `guides_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `guide_id` (`guide_id`);

--
-- Indexes for table `hs_groups`
--
ALTER TABLE `hs_groups`
  ADD PRIMARY KEY (`hs_group_id`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `spec_id` (`spec_id`);

--
-- Indexes for table `manufacturers`
--
ALTER TABLE `manufacturers`
  ADD PRIMARY KEY (`manf_id`),
  ADD UNIQUE KEY `manf_name` (`manf_name`),
  ADD UNIQUE KEY `code` (`code`),
  ADD KEY `brand_id` (`brand_id`);
ALTER TABLE `manufacturers` ADD FULLTEXT KEY `manf_name_2` (`manf_name`);
ALTER TABLE `manufacturers` ADD FULLTEXT KEY `code_2` (`code`);

--
-- Indexes for table `manufacturer_reps`
--
ALTER TABLE `manufacturer_reps`
  ADD PRIMARY KEY (`manfrep_id`),
  ADD UNIQUE KEY `manf_id_2` (`manf_id`,`rep_id`,`country_id`,`region_id`,`city_id`),
  ADD KEY `manf_id` (`manf_id`),
  ADD KEY `rep_id` (`rep_id`),
  ADD KEY `country_id` (`country_id`),
  ADD KEY `region_id` (`region_id`),
  ADD KEY `city_id` (`city_id`);

--
-- Indexes for table `media_partners`
--
ALTER TABLE `media_partners`
  ADD PRIMARY KEY (`media_id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `news`
--
ALTER TABLE `news`
  ADD PRIMARY KEY (`news_id`),
  ADD UNIQUE KEY `sku` (`sku`),
  ADD KEY `sku_media` (`sku_media`);

--
-- Indexes for table `news_images`
--
ALTER TABLE `news_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `guide_id` (`news_id`);

--
-- Indexes for table `pages_html`
--
ALTER TABLE `pages_html`
  ADD PRIMARY KEY (`page_id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `manf_id` (`manf_id`),
  ADD KEY `brand_id` (`brand_id`),
  ADD KEY `manf_spec_id` (`manf_spec_id`),
  ADD KEY `brand_spec_id` (`brand_spec_id`),
  ADD KEY `family_id` (`family_id`),
  ADD KEY `fixture_1` (`fixture_1`,`family_id`),
  ADD KEY `fixture_2` (`fixture_2`,`family_id`),
  ADD KEY `fixture_3` (`fixture_3`,`family_id`),
  ADD KEY `fixture_4` (`fixture_4`,`family_id`),
  ADD KEY `mounting_1` (`mounting_1`,`family_id`),
  ADD KEY `mounting_2` (`mounting_2`,`family_id`),
  ADD KEY `mounting_3` (`mounting_3`,`family_id`),
  ADD KEY `mounting_4` (`mounting_4`,`family_id`),
  ADD KEY `environment_1` (`environment_1`,`family_id`),
  ADD KEY `environment_2` (`environment_2`,`family_id`),
  ADD KEY `environment_3` (`environment_3`,`family_id`),
  ADD KEY `environment_4` (`environment_4`,`family_id`),
  ADD KEY `environment_5` (`environment_5`,`family_id`),
  ADD KEY `lumens_min` (`lumens_min`),
  ADD KEY `lumens_max` (`lumens_max`);

--
-- Indexes for table `product_news`
--
ALTER TABLE `product_news`
  ADD PRIMARY KEY (`prod_news_id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `product_news_cats`
--
ALTER TABLE `product_news_cats`
  ADD PRIMARY KEY (`node_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`name`),
  ADD KEY `parent_id` (`parent_id`);

--
-- Indexes for table `product_news_images`
--
ALTER TABLE `product_news_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `guide_id` (`prod_news_id`);

--
-- Indexes for table `product_news_mapping`
--
ALTER TABLE `product_news_mapping`
  ADD UNIQUE KEY `prod_news_id` (`prod_news_id`,`node_id`),
  ADD KEY `node_id` (`node_id`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `projectslib`
--
ALTER TABLE `projectslib`
  ADD PRIMARY KEY (`projectslib_id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `projectslib_categories`
--
ALTER TABLE `projectslib_categories`
  ADD PRIMARY KEY (`spec_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`spec`),
  ADD KEY `parent_id` (`parent_id`);

--
-- Indexes for table `projectslib_classification`
--
ALTER TABLE `projectslib_classification`
  ADD PRIMARY KEY (`projectslib_id`);

--
-- Indexes for table `projectslib_families`
--
ALTER TABLE `projectslib_families`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `projectslib_id_2` (`projectslib_id`,`family_code`),
  ADD KEY `projectslib_id` (`projectslib_id`),
  ADD KEY `family_code` (`family_code`);

--
-- Indexes for table `projectslib_images`
--
ALTER TABLE `projectslib_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `projectslib_id` (`projectslib_id`);

--
-- Indexes for table `project_gallery`
--
ALTER TABLE `project_gallery`
  ADD PRIMARY KEY (`pr_gallery_id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `project_gallery_cats`
--
ALTER TABLE `project_gallery_cats`
  ADD PRIMARY KEY (`node_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`name`),
  ADD KEY `parent_id` (`parent_id`);

--
-- Indexes for table `project_gallery_families`
--
ALTER TABLE `project_gallery_families`
  ADD PRIMARY KEY (`id`),
  ADD KEY `family_code` (`family_code`),
  ADD KEY `pr_gallery_id` (`pr_gallery_id`);

--
-- Indexes for table `project_gallery_images`
--
ALTER TABLE `project_gallery_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `pr_gallery_id` (`pr_gallery_id`);

--
-- Indexes for table `project_gallery_mapping`
--
ALTER TABLE `project_gallery_mapping`
  ADD UNIQUE KEY `pr_gallery_id` (`pr_gallery_id`,`node_id`),
  ADD KEY `node_id` (`node_id`,`active`);

--
-- Indexes for table `regions`
--
ALTER TABLE `regions`
  ADD PRIMARY KEY (`region_id`),
  ADD KEY `country_id` (`country_id`);

--
-- Indexes for table `reps`
--
ALTER TABLE `reps`
  ADD PRIMARY KEY (`rep_id`),
  ADD UNIQUE KEY `rep_name` (`rep_name`),
  ADD UNIQUE KEY `code` (`code`),
  ADD KEY `country_id` (`country_id`),
  ADD KEY `region_id` (`region_id`),
  ADD KEY `city_id` (`city_id`);

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

--
-- Indexes for table `sliders`
--
ALTER TABLE `sliders`
  ADD PRIMARY KEY (`slider_id`),
  ADD UNIQUE KEY `sku` (`sku`);

--
-- Indexes for table `sliders_images`
--
ALTER TABLE `sliders_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `event_id` (`slider_id`);

--
-- Indexes for table `sliders_pages`
--
ALTER TABLE `sliders_pages`
  ADD PRIMARY KEY (`page_id`);

--
-- Indexes for table `specs`
--
ALTER TABLE `specs`
  ADD PRIMARY KEY (`node_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`name`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `lft` (`lft`,`rgt`),
  ADD KEY `lft_2` (`lft`);

--
-- Indexes for table `specs_images`
--
ALTER TABLE `specs_images`
  ADD UNIQUE KEY `spec_id` (`spec_id`);

--
-- Indexes for table `specs_list`
--
ALTER TABLE `specs_list`
  ADD PRIMARY KEY (`spec_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`spec`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `lft` (`lft`,`rgt`),
  ADD KEY `lft_2` (`lft`);

--
-- Indexes for table `specs_list_backup`
--
ALTER TABLE `specs_list_backup`
  ADD PRIMARY KEY (`spec_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`spec`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `lft` (`lft`,`rgt`),
  ADD KEY `lft_2` (`lft`);

--
-- Indexes for table `specs_list_lm_new`
--
ALTER TABLE `specs_list_lm_new`
  ADD PRIMARY KEY (`spec_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`spec`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `lft` (`lft`,`rgt`),
  ADD KEY `lft_2` (`lft`);

--
-- Indexes for table `specs_list_lm_old`
--
ALTER TABLE `specs_list_lm_old`
  ADD PRIMARY KEY (`spec_id`),
  ADD UNIQUE KEY `parent_feature` (`parent_id`,`spec`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `lft` (`lft`,`rgt`),
  ADD KEY `lft_2` (`lft`);

--
-- Indexes for table `specs_ranges`
--
ALTER TABLE `specs_ranges`
  ADD PRIMARY KEY (`spec_id`);

--
-- Indexes for table `specs_ranges_backup`
--
ALTER TABLE `specs_ranges_backup`
  ADD PRIMARY KEY (`spec_id`);

--
-- Indexes for table `specs_ranges_lm_new`
--
ALTER TABLE `specs_ranges_lm_new`
  ADD PRIMARY KEY (`spec_id`);

--
-- Indexes for table `specs_ranges_lm_old`
--
ALTER TABLE `specs_ranges_lm_old`
  ADD PRIMARY KEY (`spec_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`user_id`),
  ADD UNIQUE KEY `username` (`username`);

--
-- Indexes for table `users_auth`
--
ALTER TABLE `users_auth`
  ADD PRIMARY KEY (`id`),
  ADD KEY `uid` (`user_id`) USING BTREE;

--
-- Indexes for table `visitors`
--
ALTER TABLE `visitors`
  ADD PRIMARY KEY (`visitor_id`),
  ADD UNIQUE KEY `trackcode` (`code`),
  ADD UNIQUE KEY `visitor` (`visitor`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `uid` tinyint(3) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `brands`
--
ALTER TABLE `brands`
  MODIFY `brand_id` tinyint(3) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;

--
-- AUTO_INCREMENT for table `cities`
--
ALTER TABLE `cities`
  MODIFY `city_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=91777;

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `country_id` smallint(6) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=248;

--
-- AUTO_INCREMENT for table `data_test`
--
ALTER TABLE `data_test`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
  MODIFY `event_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;

--
-- AUTO_INCREMENT for table `events_images`
--
ALTER TABLE `events_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `families`
--
ALTER TABLE `families`
  MODIFY `family_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1850;

--
-- AUTO_INCREMENT for table `family_images`
--
ALTER TABLE `family_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5890;

--
-- AUTO_INCREMENT for table `family_slider_images`
--
ALTER TABLE `family_slider_images`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `guides`
--
ALTER TABLE `guides`
  MODIFY `guide_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=160;

--
-- AUTO_INCREMENT for table `guides_categories`
--
ALTER TABLE `guides_categories`
  MODIFY `spec_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105;

--
-- AUTO_INCREMENT for table `guides_classification`
--
ALTER TABLE `guides_classification`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=519;

--
-- AUTO_INCREMENT for table `guides_images`
--
ALTER TABLE `guides_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=650;

--
-- AUTO_INCREMENT for table `hs_groups`
--
ALTER TABLE `hs_groups`
  MODIFY `hs_group_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=124;

--
-- AUTO_INCREMENT for table `manufacturers`
--
ALTER TABLE `manufacturers`
  MODIFY `manf_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=235;

--
-- AUTO_INCREMENT for table `manufacturer_reps`
--
ALTER TABLE `manufacturer_reps`
  MODIFY `manfrep_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;

--
-- AUTO_INCREMENT for table `media_partners`
--
ALTER TABLE `media_partners`
  MODIFY `media_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `news`
--
ALTER TABLE `news`
  MODIFY `news_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `news_images`
--
ALTER TABLE `news_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `pages_html`
--
ALTER TABLE `pages_html`
  MODIFY `page_id` tinyint(3) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `product_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28932;

--
-- AUTO_INCREMENT for table `product_news`
--
ALTER TABLE `product_news`
  MODIFY `prod_news_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=162;

--
-- AUTO_INCREMENT for table `product_news_cats`
--
ALTER TABLE `product_news_cats`
  MODIFY `node_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113;

--
-- AUTO_INCREMENT for table `product_news_images`
--
ALTER TABLE `product_news_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=654;

--
-- AUTO_INCREMENT for table `projectslib`
--
ALTER TABLE `projectslib`
  MODIFY `projectslib_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=116;

--
-- AUTO_INCREMENT for table `projectslib_categories`
--
ALTER TABLE `projectslib_categories`
  MODIFY `spec_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=100;

--
-- AUTO_INCREMENT for table `projectslib_families`
--
ALTER TABLE `projectslib_families`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=183;

--
-- AUTO_INCREMENT for table `projectslib_images`
--
ALTER TABLE `projectslib_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=855;

--
-- AUTO_INCREMENT for table `project_gallery`
--
ALTER TABLE `project_gallery`
  MODIFY `pr_gallery_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=122;

--
-- AUTO_INCREMENT for table `project_gallery_cats`
--
ALTER TABLE `project_gallery_cats`
  MODIFY `node_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;

--
-- AUTO_INCREMENT for table `project_gallery_families`
--
ALTER TABLE `project_gallery_families`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202;

--
-- AUTO_INCREMENT for table `project_gallery_images`
--
ALTER TABLE `project_gallery_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=861;

--
-- AUTO_INCREMENT for table `regions`
--
ALTER TABLE `regions`
  MODIFY `region_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2541;

--
-- AUTO_INCREMENT for table `reps`
--
ALTER TABLE `reps`
  MODIFY `rep_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
  MODIFY `id` tinyint(4) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `sliders`
--
ALTER TABLE `sliders`
  MODIFY `slider_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `sliders_images`
--
ALTER TABLE `sliders_images`
  MODIFY `image_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=716;

--
-- AUTO_INCREMENT for table `sliders_pages`
--
ALTER TABLE `sliders_pages`
  MODIFY `page_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `specs`
--
ALTER TABLE `specs`
  MODIFY `node_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=841;

--
-- AUTO_INCREMENT for table `specs_list`
--
ALTER TABLE `specs_list`
  MODIFY `spec_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=822;

--
-- AUTO_INCREMENT for table `specs_list_backup`
--
ALTER TABLE `specs_list_backup`
  MODIFY `spec_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=637;

--
-- AUTO_INCREMENT for table `specs_list_lm_new`
--
ALTER TABLE `specs_list_lm_new`
  MODIFY `spec_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=611;

--
-- AUTO_INCREMENT for table `specs_list_lm_old`
--
ALTER TABLE `specs_list_lm_old`
  MODIFY `spec_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=611;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `user_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `visitors`
--
ALTER TABLE `visitors`
  MODIFY `visitor_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `events`
--
ALTER TABLE `events`
  ADD CONSTRAINT `events_ibfk_1` FOREIGN KEY (`sku_media`) REFERENCES `media_partners` (`sku`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `events_images`
--
ALTER TABLE `events_images`
  ADD CONSTRAINT `events_images_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `families`
--
ALTER TABLE `families`
  ADD CONSTRAINT `families_ibfk_1` FOREIGN KEY (`manf_id`) REFERENCES `manufacturers` (`manf_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `family_images`
--
ALTER TABLE `family_images`
  ADD CONSTRAINT `family_images_ibfk_1` FOREIGN KEY (`family_id`) REFERENCES `families` (`family_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `guides_classification`
--
ALTER TABLE `guides_classification`
  ADD CONSTRAINT `guides_classification_ibfk_1` FOREIGN KEY (`guide_id`) REFERENCES `guides` (`guide_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `guides_images`
--
ALTER TABLE `guides_images`
  ADD CONSTRAINT `guides_images_ibfk_1` FOREIGN KEY (`guide_id`) REFERENCES `guides` (`guide_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `manufacturers`
--
ALTER TABLE `manufacturers`
  ADD CONSTRAINT `manufacturers_ibfk_1` FOREIGN KEY (`brand_id`) REFERENCES `brands` (`brand_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `manufacturer_reps`
--
ALTER TABLE `manufacturer_reps`
  ADD CONSTRAINT `manufacturer_reps_ibfk_2` FOREIGN KEY (`rep_id`) REFERENCES `reps` (`rep_id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `manufacturer_reps_ibfk_3` FOREIGN KEY (`manf_id`) REFERENCES `manufacturers` (`manf_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `news`
--
ALTER TABLE `news`
  ADD CONSTRAINT `news_ibfk_1` FOREIGN KEY (`sku_media`) REFERENCES `media_partners` (`sku`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `news_images`
--
ALTER TABLE `news_images`
  ADD CONSTRAINT `news_images_ibfk_1` FOREIGN KEY (`news_id`) REFERENCES `news` (`news_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `products`
--
ALTER TABLE `products`
  ADD CONSTRAINT `products_ibfk_1` FOREIGN KEY (`manf_id`) REFERENCES `manufacturers` (`manf_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `product_news_images`
--
ALTER TABLE `product_news_images`
  ADD CONSTRAINT `product_news_images_ibfk_1` FOREIGN KEY (`prod_news_id`) REFERENCES `product_news` (`prod_news_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `product_news_mapping`
--
ALTER TABLE `product_news_mapping`
  ADD CONSTRAINT `product_news_mapping_ibfk_1` FOREIGN KEY (`node_id`) REFERENCES `product_news_cats` (`node_id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `product_news_mapping_ibfk_2` FOREIGN KEY (`prod_news_id`) REFERENCES `product_news` (`prod_news_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `projectslib_classification`
--
ALTER TABLE `projectslib_classification`
  ADD CONSTRAINT `projectslib_classification_ibfk_1` FOREIGN KEY (`projectslib_id`) REFERENCES `projectslib` (`projectslib_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `projectslib_families`
--
ALTER TABLE `projectslib_families`
  ADD CONSTRAINT `projectslib_families_ibfk_1` FOREIGN KEY (`projectslib_id`) REFERENCES `projectslib` (`projectslib_id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `projectslib_families_ibfk_2` FOREIGN KEY (`family_code`) REFERENCES `families` (`family_code`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `projectslib_images`
--
ALTER TABLE `projectslib_images`
  ADD CONSTRAINT `projectslib_images_ibfk_1` FOREIGN KEY (`projectslib_id`) REFERENCES `projectslib` (`projectslib_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `project_gallery_families`
--
ALTER TABLE `project_gallery_families`
  ADD CONSTRAINT `project_gallery_families_ibfk_1` FOREIGN KEY (`pr_gallery_id`) REFERENCES `project_gallery` (`pr_gallery_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `project_gallery_images`
--
ALTER TABLE `project_gallery_images`
  ADD CONSTRAINT `project_gallery_images_ibfk_1` FOREIGN KEY (`pr_gallery_id`) REFERENCES `project_gallery` (`pr_gallery_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `project_gallery_mapping`
--
ALTER TABLE `project_gallery_mapping`
  ADD CONSTRAINT `project_gallery_mapping_ibfk_1` FOREIGN KEY (`node_id`) REFERENCES `project_gallery_cats` (`node_id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `project_gallery_mapping_ibfk_2` FOREIGN KEY (`pr_gallery_id`) REFERENCES `project_gallery` (`pr_gallery_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `sliders_images`
--
ALTER TABLE `sliders_images`
  ADD CONSTRAINT `sliders_images_ibfk_1` FOREIGN KEY (`slider_id`) REFERENCES `sliders` (`slider_id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `specs_images`
--
ALTER TABLE `specs_images`
  ADD CONSTRAINT `specs_images_ibfk_1` FOREIGN KEY (`spec_id`) REFERENCES `specs_list` (`spec_id`) ON DELETE CASCADE ON UPDATE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
